﻿body {
    background: none;
}

.redaf {
    background-color: #333;
}

._inline-header-menu {
    height: 50px;
}

._inline-header-menu .menu {
    list-style: none;
    overflow: hidden;
}

._inline-header-menu .menu li {
    float: left;
    width: 118px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background-color: #333;
}

._inline-header-menu .menu li.active, ._inline-header-menu .menu li:hover {
    background-color: #3399cc;
}

._inline-header-menu .menu li a {
    color: #fff;
    text-decoration: none;
}

._inline-header-banner .bg {
    height: 240px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

._inline-location {
    background-color: #f2f2f2;
    height: 36px;
    margin: 20px 0px;
}

._inline-location p {
    padding-left: 15px;
    line-height: 36px;
    color: #999;
}

._inline-location p a {
    color: #999;
}

._inline-location p a:hover {
    color: #aa8a61;
}

._inline-location i {
    padding: 0 10px;
    font-style: initial;
}

.ad-gallery .ad-controls {
    background-color: #333 !important;
}

.grid.over ._inline-profile,
.grid.over ._inline-concat,
.grid.over ._inline-evaluate,
.grid.over ._inline-calculator,
.grid.over ._inline-consult {
    overflow: hidden;
    padding-bottom: 25px;
    color: #666;
}

._inline-header1 {
    height: 40px;
    line-height: 40px;
    background-color: #333;
    color: #fff;
    text-indent: 0.5em;
    font-size: 16px;
    margin-bottom: 10px;
}

._inline-header1 span {
    float: right;
    margin-right: 15px;
    font-size: 12px;
    line-height: 40px;
}

._inline-header1 span a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

._inline-header1 span a:hover {
    text-decoration: underline;
}

._inline-header2 {
    border-bottom: 2px solid #999;
    margin-top: -10px;
    position: relative;
    height: 48px;
}

._inline-header2 h4 {
    border-bottom: 2px solid #aa8a61;
    color: #aa8a61;
    display: inline;
    line-height: 48px;
    font-size: 24px;
    position: absolute;
}

._inline-profile .profile-detail img {
    float: left;
    width: 115px;
    display: block;
    padding: 0 10px 10px 0;
}

._inline-profile .profile-detail p {
    float: right;
    display: block;
    line-height: 26px;
}

._inline-profile .profile-detail p a {
    color: #aa8a61;
}

._inline-profile .profile-detail p a:hover {
    color: #aa8a61;
    text-decoration: underline;
}

._inline-concat .concat-detail p {
    line-height: 30px;
    color: #666;
}

._inline-consult .consult-detail textarea, ._inline-consult .consult-detail input {
    width: 288px;
    padding: 0;
    border: 1px solid #e0e0e0;
    font-family: "Microsoft YaHei";
    padding: 5px;
    height: 120px;
    background: #f8f8f8;
    border-radius: 2px;
}

._inline-consult .consult-detail input {
    margin-top: 10px;
    height: 24px;
}

._inline-consult .consult-detail input.code {
    width: 178px;
    float: left;
}

._inline-consult .consult-detail img {
    width: 100px;
    height: 36px;
    float: right;
    margin-top: 11px;
}

.button {
    width: 300px;
    padding: 0;
    margin-top: 10px;
    background-color: #aa8a61;
    color: #fff;
    line-height: 36px;
    height: 36px;
    text-align: center;
    outline: none;
    border: 0;
    font-family: "Microsoft YaHei";
    cursor: pointer;
    border-radius: 2px;
}

.button:hover {
    background: #7a9fee;
}

#selectdown {
    width: 278px;
    background-color: #f8f8f8;
    border-radius: 0;
    padding: 6px 10px;
    height: 21px;
}

._inline-calculator .calculator-detail p {
    margin-top: 10px;
}

._inline-calculator .calculator-detail p.first {
    margin-top: 0;
}

._inline-calculator .calculator-detail select.calculatorType {
    /*height: 36px;*/
    width: 299px;
    border: 1px solid #ccc;
    line-height: 36px;
    font-family: "Microsoft Yahei";
    color: #666;
    vertical-align: middle;
    padding: 8px 5px;
    margin-top: 5px;
    background: #f8f8f8;
}

._inline-calculator .calculator-detail input {
    height: 22px;
    line-height: 22px;
    background-color: #f8f8f8;
    outline: none;
    border: 1px solid #ccc;
    width: 288px;
    padding: 5px;
    margin-top: 5px;
    border-radius: 2px;
}

._inline-calculator .calculator-detail input.checkbox {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

._inline-evaluate .evaluate-detail p {
    border-bottom: 1px dashed #d6d6d6;
    padding: 10px 0;
    position: relative;
    padding-left: 20px;
}

._inline-evaluate .evaluate-detail p:before {
    content: '·';
    font-size: 12px;
    font-weight: 700;
    color: #999;
    position: absolute;
    margin: 0px 0 0 -15px;
}

._inline-evaluate .evaluate-detail p span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #ccc;
}

._inline-evaluate .evaluate-detail p span small {
    margin-left: 15px;
}

._inline-evaluate .evaluate-detail p:first-child {
    padding-top: 0px;
}

._inline-dynamic .dynamic-detail {
    list-style: none;
    padding-bottom: 20px;
}

._inline-dynamic .dynamic-detail li {
    color: #666;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #d6d6d6;
    line-height: 36px;
}

._inline-dynamic .dynamic-detail li:before {
    content: '·';
    margin-right: 10px;
    font-weight: 700;
    color: #999;
    font-size: 10px;
}

._inline-dynamic .dynamic-detail a li {
    color: #666;
}

._inline-dynamic .dynamic-detail a:hover li {
    color: #aa8a61;
}

._inline-footer-link {
    padding: 50px 0;
    overflow: hidden;
}

._inline-footer-link .link2 {
    list-style: none;
    display: block;
    overflow: hidden;
}

._inline-footer-link .link2 li {
    float: left;
    border: 1px solid #5a5a5a;
    width: 118px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #999;
    background-color: #3d3d3d;
    margin: 10px 10px 0 0;
}

._inline-copyright .copyright-info {
    color: #999;
    width: 730px;
    float: right;
    padding: 30px 0;
    line-height: 24px;
}

._inline-copyright img {
    float: left;
}

/* _inline-calculator -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-calculator -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-calculator -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
._inline-calculator-r .calculator-detail {
    background-image: url(../images/calculator-bg.png);
    background-repeat: no-repeat;
    background-position: 20px 0;
    height: 454px;
    position: relative;
    width: 622px;
    margin: 0 auto;
    margin-top: 20px;
}

._inline-calculator-r .calculator-detail p {
    width: 500px;
    margin-top: 20px;
    height: 36px;
    text-align: right;
}

._inline-calculator-r .calculator-detail p:first-child {
    padding-top: 50px;
}

._inline-calculator-r .calculator-detail p span {
    line-height: 36px;
}

._inline-calculator-r .calculator-detail p input {
    background-color: #fff;
    width: 298px;
    height: 34px;
    border: 1px solid #f6a936;
    border-color: #f6a936;
    border-radius: 4px;
    text-indent: 1em;
}

._inline-calculator-r .calculator-detail p select {
    border: 1px solid #f6a936;
    border-radius: 4px;
    height: 34px;
    line-height: 34px;
    width: 298px;
    font-family: "Microsoft YaHei";
    text-indent: 1em;
}

._inline-calculator-r .calculator-detail p .checkbox {
    display: inline-block;
    width: 15px;
    height: 15px;
}

._inline-calculator-r .calculator-detail p .button {
    margin-top: 0;
    cursor: pointer;
}

/* _inline-charge -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-charge -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-charge -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
._inline-charge-r .charge-detail {
    margin-top: 20px;
    background-image: url(../images/charge-bg.png);
    background-repeat: no-repeat;
    background-position: 20px 0;
    height: 1431px;
    position: relative;
}

/* _inline-concat -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-concat -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-concat -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
._inline-concat-r .concat-list {
    margin-left: 50px;
    margin-top: 30px;
    padding-right: 20px;
}

._inline-concat-r .concat-list li {
    border-bottom: 1px dashed #e5e5e5;
    list-style: none;
    background-color: transparent;
    margin: 5px 0;
    padding: 10px 0 10px 0;
    line-height: 30px;
    height: 30px;
}

._inline-concat-r .concat-list li span {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 30px;
    line-height: 30px;
    background-image: url(../images/concat_list.png);
    color: #666;
    margin-left: -40px;
    float: left;
}

._inline-concat-r .concat-list li span.qq {
    background-position: 0px 0px;
}

._inline-concat-r .concat-list li span.tel {
    background-position: 0px -50px;
}

._inline-concat-r .concat-list li span.phone {
    background-position: 0px -100px;
}

._inline-concat-r .concat-list li span.fax {
    background-position: 0px -150px;
}

._inline-concat-r .concat-list li span.mail {
    background-position: 0px -200px;
}

._inline-concat-r .concat-list li span.org {
    background-position: 0px -250px;
}

._inline-concat-r .concat-list li span.num {
    background-position: 0px -300px;
}

._inline-concat-r .concat-list li span.address {
    background-position: 0px -350px;
}

._inline-concat-r .concat-list li span.fa.fa-mobile {
    font-size: 1.5em;
}

._inline-concat-r .concat-list li p {
    float: left;
    line-height: 30px;
    color: #666;
}

._inline-concat-r .map {
    height: 500px;
    border: 1px solid #e0e0e0;
    margin-top: 50px;
    margin-left: 20px;
    width: 820px;
}

/* _inline-consult -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-consult -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-consult -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
._inline-consult-detail-r .consult-detail {
    margin-top: 30px;
}

._inline-consult-detail-r .consult-detail .question, ._inline-consult-detail-r .consult-detail .answer {
    background-image: url(../images/wen.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 20px 10px;
    background-color: #edfbff;
}

._inline-consult-detail-r .consult-detail .question p, ._inline-consult-detail-r .consult-detail .answer p {
    text-indent: 2em;
    line-height: 24px;
}

._inline-consult-detail-r .consult-detail .answer {
    background-image: url(../images/da.png);
    background-color: #fef1f1;
}

._inline-consult-detail-r .consult-detail a {
    width: 250px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #3399cc;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 4px;
}

/* _inline-corpus -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-corpus -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-corpus -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
._inline-corpus-r .corpus-detail {
    border-bottom: 1px dotted #ddd;
    padding: 30px 40px;
}

._inline-corpus-r .corpus-detail p.relief {
color: #999;
}
._inline-corpus-r .corpus-detail p.relief  font{
color:#999;font-size: 16px;font-weight: bold;
}

._inline-corpus-r .corpus-detail h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

._inline-corpus-r .corpus-detail h3 time {
    text-align: center;
    font-size: 12px;
    color: #999;
    display: block;
    font-weight: normal;
    margin-top: 10px;
}

._inline-corpus-r .corpus-detail .abstract {
    background-image: url(../images/abstract.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 10px 20px;
    text-indent: 2em;
    background-color: #fffafa;
    border: 1px solid #ddd;
    margin: 30px 0;
}

._inline-corpus-r .corpus-detail .photo-img{
	text-align:center;
	padding-right:20px;
}

._inline-corpus-r .corpus-detail .photo-img img{
	max-width:800px;
}

._inline-corpus-r .corpus-detail .abstract p {
    line-height: 26px;
}

._inline-corpus-r .corpus-detail h6 {
    font-size: 16px;
    font-weight: normal;
    text-indent: 2em;
}

._inline-corpus-r .corpus-detail p {
    margin-top: 20px;
    /* text-indent: 2em; */
    line-height: 26px;
    font-size:16px;
}

._inline-corpus-r a.next, ._inline-corpus-r a.prev {
    display: block;
    margin-top: 10px;
    color: #555;
    margin-left: 20px;
}

._inline-corpus-r a.next:hover, ._inline-corpus-r a.prev:hover {
    color: #aa8a61;
    text-decoration: underline;
}

/* _inline-consult -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-consult -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-consult -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
._inline-consult-r .consult-online {
    margin-top: 30px;
}

._inline-consult-r .notice {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 20px;
    width: 780px;
    margin: 0 auto;
}

._inline-consult-r .notice p {
    line-height: 30px;
}

._inline-consult-r textarea, ._inline-consult-r input {
    padding: 0;
    margin: 0;
    padding: 5px;
    border: 1px solid #ccc;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    height: 120px;
    font-family: "Microsoft YaHei";
    background: #f8f8f8;
    border-radius: 2px;
}

._inline-consult-r textarea {
    width: 500px;
    line-height: 28px;
}

._inline-consult-r input {
    width: 332px;
    height: 24px;
}

._inline-consult-r input.code {
    width: 212px;
    float: left;
}

._inline-consult-r img {
    width: 100px;
    padding-right: 200px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    vertical-align: middle;
    height: 36px;
}

._inline-consult-r button.submit {
    width: 344px;
    padding: 0;
    margin: 75px 0 0 20px;
    background-color: #aa8a61;
    color: #fff;
    line-height: 46px;
    height: 46px;
    text-align: center;
    outline: none;
    border: 0;
    font-family: "Microsoft YaHei";
    display: block;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

._inline-consult-r button.submit:hover {
    background: #7a9fee
}

._inline-consult-r .consult-list {
    margin-top: 50px;
    padding-left: 20px;
}

._inline-consult-r .consult-list .list {
    list-style: none;
}

._inline-consult-r .consult-list .list li {
    margin-top: 20px;
}

._inline-consult-r .consult-list .list .question {
    background-image: url(../images/wen.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 20px 10px;
    background-color: #edfbff;
}

._inline-consult-r .consult-list .list .answer {
    background-image: url(../images/wen.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 20px 10px 5px;
    background-color: #edfbff;
}

._inline-consult-r .consult-list .list .question p, ._inline-consult-r .consult-list .list .answer p {
    text-indent: 2em;
    line-height: 24px;
}

._inline-consult-r .consult-list .list .answer {
    background-image: url(../images/da.png);
    background-color: #fef1f1;
}

._inline-consult-r .consult-list .list .question p, ._inline-consult-r .consult-list .list .answer p {
    padding: 0 20px;
    color: #666;
}

._inline-consult-r .consult-list .list .answer ._inline-author-time {
    text-indent: 0;
    text-align: right;
    color: #999;
    padding-right: 5px;
    font-size: 12px;
    border-top: 1px dashed #ccc;
    padding-top: 5px;
    margin-top: 10px;
}

._inline-consult-r .consult-list .list .answer ._inline-author-time .tel {
    padding-left: 10px;
}

._inline-consult-r .consult-list .list .answer ._inline-author-time .hot {
    color: #F30;
    font-style: normal;
}

/* _inline-entrust -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-entrust -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-entrust -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
._inline-entrust .entrust-detail {
    margin-top: 20px;
    background-image: url(../images/entrust-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 626px;
    position: relative;
}

._inline-entrust .entrust-detail .step1, ._inline-entrust .entrust-detail .step2, ._inline-entrust .entrust-detail .step3, ._inline-entrust .entrust-detail .step4 {
    margin-left: 150px;
    margin-top: 20px;
    height: 150px;
}

._inline-entrust .entrust-detail .step1 h5, ._inline-entrust .entrust-detail .step2 h5, ._inline-entrust .entrust-detail .step3 h5, ._inline-entrust .entrust-detail .step4 h5 {
    color: #3399cc;
    font-size: 20px;
    font-weight: bold;
}

._inline-entrust .entrust-detail .step1 p, ._inline-entrust .entrust-detail .step2 p, ._inline-entrust .entrust-detail .step3 p, ._inline-entrust .entrust-detail .step4 p {
    line-height: 30px;
}

._inline-entrust .entrust-detail .step1 p span, ._inline-entrust .entrust-detail .step2 p span, ._inline-entrust .entrust-detail .step3 p span, ._inline-entrust .entrust-detail .step4 p span {
    font-size: 18px;
    color: #3399cc;
}

._inline-entrust .entrust-detail .step1 h5 {
    padding-top: 30px;
}

._inline-entrust .entrust-detail .step2 {
    padding-top: 40px;
}

._inline-entrust .entrust-detail .step3 {
    padding-top: -20px;
}

._inline-entrust .entrust-detail .step4 {
    padding-top: -10px;
}

/* _inline-page -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-page -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-page -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/*ul.page {
  list-style: none;
  position: relative;
  width: 650px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden; }
  ul.page span {
    float: left;
    display: inline-block;
    line-height: 31px; }
  ul.page li {
    float: left;
    padding: 5px 12px;
    border: 1px solid #ddd;
    margin: 0 3px;
    font-size: 14px;
    list-style: none;
    cursor: pointer; }
    ul.page li:hover, ul.page li.active {
      border-color: #3399cc;
      background-color: #3399cc;
      color: #fff; }
      ul.page li:hover a, ul.page li.active a {
        color: #fff; }
    ul.page li.active {
      cursor: default; }
    ul.page li a {
      color: #222; }
*/
._inline_page {
    list-style: none;
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
}

._inline_page ul span {
    display: inline-block;
    line-height: 31px;
}

._inline_page ul li {
    padding: 5px 12px;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 3px;
    font-size: 14px;
    list-style: none;
    cursor: pointer;
}

._inline_page ul li:hover, ._inline_page ul li.active {
    border-color: #aa8a61;
    background-color: #aa8a61;
    color: #fff;
}

._inline_page ul li:hover a, ._inline_page ul li.active a {
    color: #fff;
}

._inline_page ul li.active {
    cursor: default;
}

._inline_page ul li a {
    color: #222;
}

._inline_page ul li.none {
    border: 0;
}

._inline_page ul li.none:hover {
    background-color: transparent;
    color: #aa8a61;
}

/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
._inline-evaluate-r .evaluate-txt-detail {
    margin: 20px 0 0 20px;
}

._inline-evaluate-r .evaluate-txt-detail p.eval {
    line-height: 60px;
    font-size: 18px;
}

._inline-evaluate-r .evaluate-txt-detail p.eval span {
    color: #3399cc;
    font-weight: 500;
}

._inline-evaluate-r .evaluate-txt-detail textarea, ._inline-evaluate-r .evaluate-txt-detail input {
    padding: 0;
    margin: 0;
    padding-left: 5px;
    border: 1px solid #c5c5c5;
    display: block;
    margin-top: 20px;
    height: 120px;
    line-height: 34px;
    font-family: "Microsoft YaHei";
    border-radius: 2px;
    background: #f8f8f8;
}

._inline-evaluate-r .evaluate-txt-detail textarea {
    width: 460px;
    line-height: 28px;
}

._inline-evaluate-r .evaluate-txt-detail input {
    width: 294px;
    height: 34px;
}

._inline-evaluate-r .evaluate-txt-detail input.code {
    width: 166px;
    height: 34px;
}

._inline-evaluate-r .evaluate-txt-detail button.submit {
    width: 300px;
    padding: 0;
    margin-top: 20px;
    background-color: #aa8a61;
    color: #fff;
    line-height: 46px;
    height: 46px;
    text-align: center;
    outline: none;
    border: 0;
    font-family: "Microsoft YaHei";
    display: block;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

._inline-evaluate-r .evaluate-txt-detail button.submit:hover {
    background: #7a9fee;
}

._inline-evaluate-r .evaluate-txt-list {
    margin-top: 50px;
    padding-left: 20px;
}

._inline-evaluate-r .evaluate-txt-list h3.title {
    font-weight: 400;
    color: #404d6d;
    border-bottom: 1px solid #ddd;
    line-height: 55px;
}

._inline-evaluate-r .evaluate-txt-list ul.list {
    list-style: none;
}

._inline-evaluate-r .evaluate-txt-list ul.list li {
    line-height: 24px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px dashed #e5e5e5;
    padding: 20px 0;
}

._inline-evaluate-r .evaluate-txt-list ul.list li:before {
    content: '评语：';
    color: #999;
}

._inline-evaluate-r .evaluate-txt-list ul.list li span {
    /*display:block;
    width:100%;*/
    color: #999;
    text-align: right;
    padding-left: 20px;
    font-size: 12px;
}

._inline-evaluate-r img {
    height: 36px;
    position: absolute;
    margin: -36px 0 0 185px;
}

/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
._inline-business-r .business-txt-detail {
    margin: 30px 0 0 20px;
}

._inline-business-r .summary {
    background-color: #fffbfb;
    padding: 30px 16px 16px;
    margin: 20px 0px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    border: 1px solid #ddd;
    background-image: url(../images/business.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: 24px;  }

._inline-business-r .business-txt-detail .slist {
    margin-top: 30px;
}

._inline-business-r .business-txt-detail .slist h5 {
    font-size: 18px;
    color: #aa8a61;
    font-weight: 600;
    line-height: 55px;
}

._inline-business-r .business-txt-detail .slist .detail {
    padding: 20px 20px;
    background-color: #f8f8f8;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    border: 1px solid #eee;
}

._inline-business-r .business-txt-detail .slist .detail p {
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 10px;
}

._inline-business-r .business-txt-detail .detail {
    color: #333;
    margin-top: 0px;
    padding: 20px 30px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

._inline-business-r .business-txt-detail .detail p {
    line-height: 26px;
    text-indent: 2em;
}

._inline-business-r .business-txt-detail .detail a {
    color: #aa8a61;
}

._inline-business-r .business-txt-detail .detail a:hover {
    color: #aa8a61;
    text-decoration: underline;
}

/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
._inline-case-r .slist {
    list-style: none;
}

._inline-case-r .slist li {
    padding: 5px 20px 20px 25px;
    margin-top: 20px;
    background-color: #f8f8f8;
}

._inline-case-r .slist li h5 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
}

._inline-case-r .slist li h5:hover {
    color: #404d6d;
    cursor: pointer;
    text-decoration: underline;
}

._inline-case-r .slist li p {
    color: #666;
    line-height: 20px;
}

._inline-case-r .slist li p span {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 26px;
}

._inline-case-r .slist li p a {
    color: #404d6d;
}

._inline-case-r .slist li p a:hover {
    text-decoration: underline;
}

._inline-case-r .llist {
    list-style: none;
    padding: 20px 20px;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    margin-top: 20px;
}

._inline-case-r .llist li {
    line-height: 32px;
    font-size: 14px;
}

._inline-case-r .llist li a {
    color: #666;
}

._inline-case-r .llist li a:hover {
    color: #aa8a61;
    text-decoration: underline;
}

._inline-case-r .llist li:before {
    content: '·';
    font-weight: bold;
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}

._inline-case-r .llist li span {
    float: right;
    margin-right: 15px;
    font-size: 12px;
    color: #999;
}

.list-title-bar {
    overflow: hidden;
    margin-top: 20px;
}

.list-title-bar li {
    float: left;
    list-style: none;
    padding: 0 10px;
    margin-bottom: 10px;
}

.list-title-bar li a {
    padding: 8px 20px;
    display: block;
    color: #666;
    border: 1px solid #ededed;
    border-radius: 3px;
    background: #f5f5f5;
}

.list-title-bar li a:hover {
    background: #666;
    border: 1px solid #666;
    color: #fff;
}

.slist-list {
    padding: 0 10px;
    margin-top: 20px;
}

.list-title {
    height: 20px;
    line-height: 20px;
}

.list-title .in {
    font-size: 18px;
    font-weight: 700;
    float: left;
    border-left: 3px solid #666;
    padding-left: 10px;
    color: #666;
}

.list-title .more {
    float: right;
    color: #999;
    text-decoration: underline;
    font-size: 14px;
}

.list-title .more:hover {
    color: #666;
}

.case-inline-r .slist-list .llist {
    margin-top: 10px;
}

/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
/* _inline-evalute -- over~~~》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》》 */
._inline-profile-r .profile-txt-detail {
    margin-top: 30px;
}

._inline-profile-r .profile-txt-detail .detail {
    padding-bottom: 20px;
    border-bottom: 2px solid #404d6d;
    position: relative;
    min-height: 213px;
}

._inline-profile-r .profile-txt-detail .detail:after {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid #404d6d;
    border-color: #404d6d transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -12px;
    left: 45px;
}

._inline-profile-r .profile-txt-detail .detail .info-photo-pic {
    overflow: hidden;
    float: left;
    border: 5px solid #ddd;
    height: 200px;
}

._inline-profile-r .profile-txt-detail .detail img {
    width: 160px;
    float: left;
}

._inline-profile-r .profile-txt-detail .detail .txt {
    width: 660px;
    padding-left: 20px;
    float: right;
}

._inline-profile-r .profile-txt-detail .detail .txt p {
    line-height: 28px;
    color: #666;
}

._inline-profile-r .profile-txt-detail .detail .txt h3 {
    line-height: 65px;
    background-color: #f8f8f8;
    color: #404d6d;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

._inline-profile-r .profile-txt-detail .detail .txt h3 span {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 65px;
}

._inline-profile-r .profile-txt-detail .detail .txt h3 mark {
    background-color: #666;
    color: #fff;
    font-weight: normal;
    width: 108px;
    font-size: 12px;
    height: 27px;
    float: right;
    line-height: 27px;
    text-align: center;
    margin: 19px 15px 0 0;
}

._inline-profile-r .profile-txt-detail .list {
    margin-top: 30px;
    padding: 0 20px;
}

._inline-profile-r .profile-txt-detail .list h4 {
    color: #404d6d;
    font-weight: 600 !important;
    font-size: 16px;
}

._inline-profile-r .profile-txt-detail .list .article,
._inline-profile-r .profile-txt-detail .list .txt {
    margin-top: 10px;
    background-color: #f8f8f8;
    padding: 20px 20px;
}

._inline-profile-r .profile-txt-detail .list .article p,
._inline-profile-r .profile-txt-detail .list .txt p {
    line-height: 28px;
}

._inline-profile-r .profile-txt-detail .list .article p:not(:first-child) {
    margin-top: 28px;
}

._inline-profile-r .profile-txt-detail .l-txt {
    margin-top: 20px;
    background-color: #f8f8f8;
    padding: 20px 30px;
}

._inline-profile-r .profile-txt-detail .l-txt p {
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 20px;
}

._inline-profile-r .profile-txt-detail .l-txt .art-photo {
    text-align: center;
    display: inline-block;
    float: left;
    margin: 0 20px 5px 0;
    color: #666;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

._inline-profile-r .profile-txt-detail .l-txt .art-photo img {
    width: 180px;
    margin-bottom: 3px;
}

._inline-team-r .team-list {
    list-style: none;
}

._inline-team-r .team-list .team-img {
    width: 160px;
    height: 200px;
    float: left;
    overflow: hidden;
}

._inline-team-r .team-list li {
    padding: 30px 20px;
    margin-top: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}

._inline-team-r .team-list li img {
    float: left;
    width: 160px;
}

._inline-team-r .team-list li .detail {
    float: right;
    width: 630px;
}

._inline-team-r .team-list li .detail h4 {
    font-size: 22px;
    font-weight: 500 !important;
    color: #404d6d;
    padding-bottom: 20px;
}

._inline-team-r .team-list li .detail h4 small {
    margin-left: 15px;
    color: #404d6d;
    font-size: 16px !important;
    font-weight: normal;
}

._inline-team-r .team-list li .detail p {
    line-height: 26px;
    text-indent: 2em;
}

._inline-team-r .team-list li .detail p a {
    display: block;
    width: 100%;
    text-align: right;
    color: #404d6d;
}

._inline-team-r .team-list li .detail p a:hover {
    text-decoration: underline;
}

._inline-team-r .team-list li .detail p a:after {
    content: '';
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    border: 5px solid #404d6d;
    border-color: transparent transparent transparent #404d6d;
    margin-left: 5px;
}

.tab-detail-sf {
    margin-top: 30px;
}

.tab-detail-sf .box .tab_menu {
    list-style: none;
    overflow: hidden;
    /*height: 50px;
    border-bottom: 1px solid #ccc; */
}

.tab-detail-sf .box .tab_menu li {
    display: block;
    /*width: 120px;*/
    padding: 0 20px;
    min-width: 80px;
    text-align: center;
    height: 46px;
    float: left;
    line-height: 46px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    margin: 3px;
}

.tab-detail-sf .box .tab_menu li:last-child {
    /*border-right: 1px solid #ccc;*/
}

.tab-detail-sf .box .tab_menu li:hover {
    background: #404d6d;
    color: #fff;
    border: 1px solid #404d6d;
}

.tab-detail-sf .box .tab_menu li.current {
    background: #404d6d;
    color: #FFF;
    border: 1px solid #404d6d;
}

.tab-detail-sf .box .tab_box {
    margin-top: 30px;
}

.tab-detail-sf .box .tab_box .list-box {
    margin-top: 30px;
}

.tab-detail-sf .box .tab_box .list-box .box-title {
    height: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    clear: both;
}

.tab-detail-sf .box .tab_box .list-box .box-title h4 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #404d6d;
    display: inline-block;
    font-size: 16px;
    color: #404d6d;
    font-weight: 600 !important;
}

.tab-detail-sf .box .tab_box .list-box p {
    line-height: 28px;
    padding: 0 20px;
    color: #333;
    margin-top: 20px;
}

._inline_presence .presence-detail .inline-persence-slide ul {
    height: 204px;
}

._inline_presence .presence-detail .inline-persence-slide ul li {
    height: 204px;
    width: 300px;
    list-style: none;
}

._inline_presence .presence-detail .inline-persence-slide ul li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*  付费咨询 开始 */
/*  付费咨询 开始 */
/*  付费咨询 开始 */
._inline-pay-consult-r .inline-consult-detail .consult-tips {
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 20px;
    color: #666;
    line-height: 24px;
    font-size: 14px;
    margin: 40px 60px 0 20px;
}

._inline-pay-consult-r .inline-consult-detail .consult-tips em {
    font-size: 20px;
    color: red;
    font-style: normal;
    font-weight: bold;
}

._inline-pay-consult-r .inline-consult-detail .consult-flow {
    margin: 20px 60px;
    height: 113px;
}

._inline-pay-consult-r .inline-consult-detail .consult-flow .flow-img {
    width: 87px;
    height: 113px;
    background-size: 87px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

._inline-pay-consult-r .inline-consult-detail .consult-flow .flow-img.flow-first {
    background-image: url(../images/flow1.png);
}

._inline-pay-consult-r .inline-consult-detail .consult-flow .flow-img p {
    text-align: center;
    color: #f90;
}

._inline-pay-consult-r .inline-consult-detail .consult-flow .flow-next {
    float: left;
    width: 87px;
    height: 87px;
    margin: 0 20px;
}

._inline-pay-consult-r .inline-consult-detail .consult-from {
    border-top: 1px dotted #999;
    margin-left: 30px;
    padding-top: 20px;
}

._inline-pay-consult-r .inline-consult-detail .consult-from .list {
    margin-top: 20px;
}

._inline-pay-consult-r .inline-consult-detail .consult-from .list textarea, ._inline-pay-consult-r .inline-consult-detail .consult-from .list input {
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
    outline: none;
    padding: 0 5px;
    background-color: #f8f8f8;
}

._inline-pay-consult-r .inline-consult-detail .consult-from .list textarea:focus, ._inline-pay-consult-r .inline-consult-detail .consult-from .list input:focus {
    border-color: #3399cc;
}

._inline-pay-consult-r .inline-consult-detail .consult-from .list textarea {
    height: 165px;
    width: 630px;
    line-height: 26px;
}

._inline-pay-consult-r .inline-consult-detail .consult-from .list input {
    line-height: 34px;
    width: 338px;
    height: 34px;
}

._inline-pay-consult-r .inline-consult-detail .consult-from .list input.auth-code {
    width: 190px;
}

._inline-pay-consult-r .inline-consult-detail .consult-from .list .auth-code-img {
    vertical-align: middle;
    width: 142px;
    height: 36px;
}

._inline-pay-consult-r .inline-consult-detail .consult-from .list button {
    width: 350px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    color: #fff;
    line-height: 36px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    background-color: #3399cc;
    font-family: "Microsoft YaHei" !important;
    cursor: pointer;
}

._inline-pay-consult-r .inline-consult-detail .consult-from .list .ref {
    margin-left: 20px;
    font-size: 14px;
    color: #000;
}

._inline-pay-consult-r .inline-consult-detail .consult-from .list .ref em {
    font-size: 20px;
    color: red;
    font-style: normal;
    font-weight: bold;
}

._inline-pay-consult-r .consult-list {
    margin-top: 50px;
    padding-left: 20px;
}

._inline-pay-consult-r .consult-list .list {
    list-style: none;
}

._inline-pay-consult-r .consult-list .list li {
    margin-top: 20px;
}

._inline-pay-consult-r .consult-list .list .question, ._inline-pay-consult-r .consult-list .list .answer {
    background-image: url(../images/wen.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 20px 10px;
    background-color: #edfbff;
}

._inline-pay-consult-r .consult-list .list .question p, ._inline-pay-consult-r .consult-list .list .answer p {
    text-indent: 2em;
    line-height: 24px;
}

._inline-pay-consult-r .consult-list .list .answer {
    background-image: url(../images/da.png);
    background-color: #fef1f1;
}

/*  付费咨询 结束 */

/** 业务领域添加列表页start  **/
._inline-business-r  .service-article {
	padding-top:20px;
}

._inline-business-r .business-txt-detail .business-slist {
	  height: auto;
	  max-height: 308px;
	  overflow: hidden;
	  padding-bottom: 40px;
	  position: relative;
	  margin-top: 30px;
}
._inline-business-r .business-txt-detail .business-slist.show-more{
  overflow: visible;
  max-height: inherit;
}

.business-txt-detail .business-slist .show_more{
   position: absolute;
   bottom: 0;
   z-index: 1;
   width: 838px;
   height: 40px;
   left: 0;
   background-color: #f8f8f8;
   border-left:1px solid #eee;
   border-right:1px solid #eee;
   border-bottom:1px solid #eee;
}
.business-txt-detail .business-slist .show_more #show-more{
    height: 30px;
    line-height: 30px;
    width: 120px;
    background-color: #666;
    border: 0;
    border-radius: 4px;
    outline: none;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    display: block;
    transition: background-color .25s;
    cursor: pointer;
}
.business-txt-detail .business-slist .show_more #show-more:hover{
	background-color: #666;
}
/** 业务领域添加列表页end  **/

/** 20181122 添加视频 */
._inline-case-r .newlist { padding:20px;}
._inline-case-r .newlist li { vertical-align:top; margin-bottom:40px; min-height:134px;}
._inline-case-r .newlist .nl-wrap .nl-pic {width:220px; height:134px; float:left; margin-right:20px;}
._inline-case-r .newlist .nl-wrap .nl-pic a {display:block;position:relative;background: #000;}
._inline-case-r .newlist .nl-wrap .nl-pic a img {width:220px;height:134px;opacity: 0.5;}
._inline-case-r .newlist .nl-wrap .nl-pic a i {position: absolute; left: 50%; top: 50%; margin-top: -23px; margin-left: -23px;  z-index: 2; width: 46px; height: 46px;  display: inline-block;  background: url(../images/play-big.png) no-repeat;  background-size: 100%;}
._inline-case-r .newlist .nl-wrap p { font-size:14px; color:#999; margin-bottom:10px;}
