@charset "UTF-8";
.detail-foot .fy a,
.list-imgtxt .txtfr .more {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.page-tongzhi .list-tongzhi a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-right-title .lj {
    font-family: "宋体";
}

.weather {
    height: 50px;
    background: #fff;
    font-size: 14px;
    overflow: hidden;
}

.weather p {
    padding-right: 6px;
    padding-top: 4px;
}

.weather .fr {
    padding-top: 10px;
}

.page-tongzhi {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e0d0a5;
    overflow: hidden;
}

.page-tongzhi .tztitle {
    float: left;
    background: url("../images/icon-notice.png") no-repeat left center;
    font-size: 17px;
    font-weight: bold;
    color: #e33c3f;
    padding-left: 40px;
}

.page-tongzhi .list-tongzhi {
    width: 250px;
    float: left;
    padding-left: 30px;
    position: relative;
}

.page-tongzhi .list-tongzhi a {
    font-size: 14px;
    color: #4c4c4c;
    position: relative;
    padding-left: 20px;
}

.page-tongzhi .list-tongzhi a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #979797;
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}

.page {
    text-align: center;
    padding: 40px 0 50px;
}

.page .warps {
    display: inline-block;
}

.page .warps a,
.page .warps span {
    float: left;
    border: 1px solid #e4e4e4;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    min-width: 12px;
    margin: 0 3px;
    color: #666;
}

.page .warps .prev,
.page .warps .next {
    font-family: 宋体;
    color: #969696;
}

.page .warps .selfpage {
    border-color: #38a4f0;
    background: #38a4f0;
    color: #fff;
}

.detail {
    padding: 30px 10px;
    overflow-x: hidden;
}

.detail img {
    max-width: 100%;
}

.detail .title {
    color: #0178d3;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 15px;
}

.detail .detail-con {
    padding-bottom: 40px;
    line-height: 30px;
}

.detail .detail-con h2 {
    color: #4c4c4c;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 20px;
}

.detail .detail-con .detail-info {
    text-align: center;
    font-size: 12px;
    padding-bottom: 30px;
    color: #757575;
}

.detail .detail-con .detail-info>span {
    padding: 0 15px;
}

.detail .detail-con .detail-info>span span {
    cursor: pointer;
}

.detail .detail-con .detail-info>span span:hover {
    color: #ff960e;
}

.detail .detail-con .detail-info>span .curr {
    color: #ff960e;
}

.detail-foot {
    border-top: 1px dotted #999999;
    padding: 30px 0;
}

.detail-foot .fy {
    line-height: 30px;
    width: 70%;
    color: #999;
}

.detail-foot .fy a {
    display: inline-block;
    color: #555;
}

.detail-foot .fy a:hover {
    color: #0178d3;
}

.detail-expert {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.detail-expert .items {
    padding-top: 40px;
}

.detail-expert .items .expert-img {
    text-align: center;
    /*! border-radius: 50%; */
    overflow: hidden;
    padding: 4px;
    background: #fff;
    float: left;
}

.detail-expert .items .expert-img img {
    width: 177px;
    height: auto;
}

.detail-expert .items .expert-txt {
    padding: 5px 0 10px 40px;
    width: 570px;
    float: left;
}

.detail-expert .items .expert-txt .title {
    color: #38adff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 25px;
}

.detail-expert .items .expert-txt .keshi {
    font-size: 16px;
    color: #0178d3;
    font-weight: bold;
}

.detail-expert .items .expert-txt .keshi>span {
    display: inline-block;
    min-width: 160px;
    padding-right: 20px;
    color: #38adff;
}

.detail-expert .items .expert-txt .keshi>span>span {
    color: #4c4c4c;
}

.detail-expert .expert-intro {
    padding: 44px 10px;
    line-height: 30px;
    color: #595959;
}

.detail-expert .expert-intro .title {
    font-weight: bold;
    font-size: 16px;
}

.single-expert {
    padding-top: 140px;
    line-height: 30px;
}

.single-expert .img {
    width: 300px;
    height: 168px;
    background: #1d8bdf url("../images/icon-pao.png") no-repeat -32px 157px;
    margin: 0 auto 50px;
    position: relative;
    padding-top: 110px;
    color: #fff;
    text-align: center;
}

.single-expert .img .expertimg {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    padding: 4px;
    background: #fff;
    position: absolute;
    top: -85px;
    left: 50%;
    margin-left: -85px;
}

.single-expert .img .yi {
    position: absolute;
    right: -130px;
    top: -122px;
}

.single-expert .img h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}

.single-expert .introbox {
    margin: 0 20px;
    border-bottom: 1px dashed #b3b3b3;
    padding: 40px 0 35px;
    line-height: 30px;
    color: #4c4c4c;
    font-size: 15px;
}

.single-expert .introbox:last-child {
    border-bottom: none;
}

.single-expert .introbox .title {
    color: #0178d3;
    font-weight: bold;
    font-size: 20px;
    padding-left: 45px;
    margin-bottom: 10px;
}

.single-expert .title {
    color: #0178d3;
    font-weight: bold;
    font-size: 20px;
    padding-left: 45px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.single-expert .t1 {
    background: url("../images/img1.png") no-repeat left center;
}

.single-expert .t2 {
    background: url("../images/img2.png") no-repeat left center;
}

.single-expert .t3 {
    background: url("../images/img3.png") no-repeat left center;
}

.single-expert .introbox .t1 {
    background: url("../images/img1.png") no-repeat left center;
}

.single-expert .introbox .t2 {
    background: url("../images/img2.png") no-repeat left center;
}

.single-expert .introbox .t3 {
    background: url("../images/img3.png") no-repeat left center;
}

.ksjs_details {
    padding-top: 40px;
}

.ksjs_details .jiesao {
    line-height: 30px;
}

.ksjs_details .jiesao img {
    max-width: 100%;
}

.ksjs_details .imgdiv {
    margin: 30px 0 50px;
    position: relative;
}

.ksjs_details .imgdiv .imgli {
    transition: margin-top 0.5s;
}

.ksjs_details .imgdiv .imglarge {
    width: 658px;
    height: 481px;
    overflow: hidden;
    transition: all 0.5s;
    margin-left: 6px;
}

.ksjs_details .imgdiv .imglarge img {
    width: 100%;
    height: 100%;
}

.ksjs_details .imgdiv .imgsmall {
    padding-right: 2px;
    width: 127px;
    height: 481px;
    overflow: hidden;
    margin-right: 20px;
}

.ksjs_details .imgdiv .imgsmall li {
    position: relative;
}

.ksjs_details .imgdiv .imgsmall li:after {
    content: '';
    width: 127px;
    height: 93px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.ksjs_details .imgdiv .imgsmall img {
    width: 127px;
    height: 93px;
    margin-bottom: 4px;
    background: #000;
}

.ksjs_details .imgdiv .imgsmall .curr:after {
    background: none;
}

.ksjs_details .imgdiv .imgprev,
.ksjs_details .imgdiv .imgnext {
    width: 30px;
    height: 15px;
    display: block;
    position: absolute;
    right: 70px;
}

.ksjs_details .imgdiv .imgprev {
    background: url("../images/icon-arrows.png") no-repeat top left;
    background-position: 0 -15px;
}

.ksjs_details .imgdiv .imgnext {
    background: url("../images/icon-arrows.png") no-repeat top left;
    bottom: 0px;
}

.ksjs_details .title {
    font-size: 18px;
    font-weight: bold;
    color: #0178d3;
    line-height: 18px;
    margin-bottom: 30px;
}

.list-imgtxt {
    padding: 0 10px 0 20px;
}

.list-imgtxt .imgfl {
    overflow: hidden;
}

.list-imgtxt li {
    overflow: hidden;
    padding: 36px 0;
    border-bottom: 1px dotted #999;
}

.list-imgtxt li:hover .imgfl img {
    transform: scale(1.1);
}

.list-imgtxt li:hover {
    background-color: #eee;
}

.list-imgtxt li:last-child {
    border-bottom: none;
}

.list-imgtxt .imgfl img {
    width: 202px;
    height: 148px;
    transition: all ease .5s;
    /*! transform: scale(1.1); */
}

.list-imgtxt .txtfr {
    width: 550px;
    padding-right: 10px;
    height: 148px;
    position: relative;
}

.list-imgtxt .txtfr h3 a {
    color: #55c4fe;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-imgtxt .txtfr .describe {
    color: #4c4c4c;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    padding: 10px 0 0;
    margin-bottom: 20px;
}

.list-imgtxt .txtfr .time {
    color: #999;
    display: flex;
}

.list-imgtxt .txtfr .time span {
    flex-grow: 1;
}

.list-imgtxt .txtfr .more {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background: #ccc;
}

.list-imgtxt .txtfr .more:hover {
    background: #0178d3;
}

.appointment {
    padding: 40px 0 100px;
}

.appointment .ts {
    color: #e33c3f;
    font-size: 12px;
    padding-bottom: 20px;
}

.appointment .div-input {
    padding-bottom: 26px;
}

.appointment .div-input span {
    float: left;
    line-height: 38px;
}

.appointment .div-input input {
    width: 304px;
    height: 38px;
    padding: 0 10px;
    background: #fafafa;
    border: 1px solid #e1e1e1;
}

.appointment .div-input textarea {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    padding: 10px;
    width: 730px;
    resize: none;
    font-size: 14px;
    height: 180px;
    outline: none;
}

.appointment .div-button input {
    width: 100px;
    height: 35px;
    color: #ffffff;
    background: #1fbfc8;
    border: none;
    cursor: pointer;
    font-family: "微软雅黑 Regular";
    font-size: 16px;
}

.appointment .div-button span {
    display: inline-block;
    float: left;
    margin-left: 10px;
    line-height: 60px;
    padding-top: 25px;
}

.appointment .div-yzm span {
    float: left;
    line-height: 40px;
}

.appointment .div-yzm input {
    float: left;
    width: 168px;
    height: 38px;
    padding: 0 10px;
    background: #fafafa;
    border: 1px solid #e1e1e1;
}

.appointment .div-yzm img {
    width: 78px;
    height: 38px;
    border: 1px solid #cccccc;
    float: left;
    margin-left: 20px;
}

.appointment .div-yzm a {
    color: #ba0000;
    display: inline-block;
    line-height: 40px;
    padding-left: 10px;
    text-decoration: underline !important;
}

.div_msg {
    padding: 40px 10px 0;
    color: #4c4c4c;
}

.div_msg .msg_li {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0 40px;
}

.div_msg .msg_li .ly_user {
    line-height: 20px;
    /*  span{

          float: left;

        }*/
}

.div_msg .msg_li .ly_user .ly_name {
    background: url("../images/user.png") no-repeat left center;
    padding-left: 30px;
    color: #12a5e9;
    display: inline-block;
}

.div_msg .msg_li .ly_user .ly_date {
    padding-left: 30px;
    font-family: "宋体";
    font-size: 12px;
    color: #777777;
}

.div_msg .msg_li .ly_user .ly_time {
    padding-left: 20px;
    font-family: "宋体";
    font-size: 12px;
    color: #12a5e9;
}

.div_msg .msg_li .ly_content {
    padding-top: 6px;
    line-height: 30px;
}

.div_msg .msg_li .ly_content span {
    font-size: 14px;
}

.div_msg .msg_li .ly_content p {
    float: left;
    font-family: "宋体";
    font-size: 12px;
}

.div_msg .msg_li .reply {
    padding-top: 20px;
}

.div_msg .msg_li .reply .ly_user .ly_name {
    background: url("../images/love.png") no-repeat left center;
    color: #e33c3f;
}

.div_msg .msg_li .reply .ly_user .ly_time {
    color: #e33c3f;
}

.div_msg .msg_li:last-child {
    border-bottom: none;
}

.single-contact {
    margin: 0 auto;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 8px;
}

.single-contact #map {
    width: 100%;
    height: 450px;
}

.single-contact .title1 {
    color: #4c4c4c;
    font-size: 18px;
    padding: 55px 0 10px;
    line-height: 42px;
}

.single-contact .title1 img {
    padding-right: 15px;
}

.single-contact .info3 {
    color: #4c4c4c;
    line-height: 34px;
}

.single-contact .info3 .phone {
    color: #7dd3fd;
    font-size: 24px;
    padding-bottom: 10px;
}

.single-contact .info3 .txtleft {
    width: 360px;
}

.single-contact .info3 .txtright {
    width: 300px;
    padding-left: 40px;
    padding-top: 10px;
}

.single-contact .info2 {
    line-height: 40px;
    color: #666;
    font-size: 18px;
    position: relative;
}

.single-contact .info2 span {
    font-size: 16px;
}

.page-contact {
    line-height: 30px;
}

.page-contact .title {
    font-size: 22px;
    color: #1fbfc8;
    font-weight: bold;
    padding: 40px 0 15px;
}

.page-contact .title1 {
    color: #1fbfc8;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 10px;
}

.page-contact .info2 {
    line-height: 40px;
    padding-top: 20px;
    color: #4c4c4c;
    font-size: 18px;
    position: relative;
}

.page-contact .info2 span {
    font-size: 16px;
}

.page-contact .ewm {
    width: 230px;
    position: absolute;
    right: 30px;
    top: 74px;
    text-align: center;
    font-size: 14px;
    color: #4b4b4b;
}

.page-contact .ewm img {
    width: 138px;
    height: 138px;
}

.page-contact .info3 {
    color: #4c4c4c;
    padding-top: 60px;
}

.page-contact .info3 .phone {
    color: #1fbfc8;
    font-size: 24px;
    padding-bottom: 10px;
}

.page-contact .info3 .txtleft {
    width: 360px;
}

.page-contact .info3 .txtright {
    width: 300px;
    padding-left: 40px;
    line-height: 34px;
}

.page-contact .info4 {
    padding-top: 20px;
}

.survey {
    padding: 30px 20px 30px 10px;
    color: #484848;
}

.survey .ts {
    color: #e33c3f;
    display: block;
    line-height: 30px;
    background: url("../images/icon-love.png") no-repeat left center;
    padding-left: 50px;
    margin-bottom: 10px;
}

.survey .question {
    padding-top: 15px;
}

.survey .question h3 {
    font-size: 16px;
    background: #f0f0f0;
    line-height: 37px;
    padding-left: 20px;
}

.survey .question p {
    padding-left: 60px;
}

.survey .question span {
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
}

.survey .question input[type=radio] {
    padding-top: 10px;
}

.survey .question textarea {
    resize: none;
    outline: none;
    border: 1px solid #c6c6c6;
    margin-top: 10px;
    width: 774px;
    height: 200px;
    padding: 10px;
}

.survey input[type=submit] {
    width: 90px;
    height: 34px;
    color: #ffffff;
    background: #1fbfc8;
    border: none;
    margin: 30px 0;
    font-family: "微软雅黑 Regular";
    font-size: 16px;
}

.page-con {
    padding-bottom: 100px;
    padding-top: 40px;
    overflow: hidden;
    background: #f6f6f6;
}

.page-con .page-left {
    width: 280px;
}

.page-con .page-right {
    width: 820px;
    padding: 10px 30px 40px;
    background: #fff;
    min-height: 900px;
}

.page-subnav {
    background: #fff;
}

.page-subnav .nav-title {
    height: 105px;
    background: #38adff;
    overflow: hidden;
    background: -moz-linear-gradient(top left, #56c5fe, #2994ea);
    background: -webkit-linear-gradient(top left, #56c5fe, #2994ea);
    background: linear-gradient(top left, #56c5fe, #2994ea);
}

.page-subnav .nav-title h2 {
    color: #fff;
    font-size: 26px;
    padding: 20px 0 0 28px;
    /*font-weight: bold; */
}

.page-subnav .nav-title .e-title {
    color: rgba(255, 255, 255, 0.1);
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 50px;
    margin-top: -4px;
}

.page-subnav ul {
    text-align: center;
    background: #fff;
    border-bottom: 3px solid rgb(0, 150, 255);
}

.page-subnav ul li {
    line-height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.page-subnav ul li a {
    color: #333;
}

.page-subnav ul li.curr {
    position: relative;
}

.page-subnav ul li.curr::before {
    content: "";
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #38adff;
    display: block;
}

.page-subnav ul li.curr a,
.page-subnav ul li:hover a {
    color: #0096ff;
}

.page-right-title {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #e6e6e6;
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-right-title h2 {
    color: #38adff;
    font-size: 18px;
    float: left;
    font-weight: 600;
}

.page-right-title .lj {
    float: right;
    font-size: 12px;
}

.page-right-title .lj span {
    float: left;
}

.page-right-title .lj a {
    float: left;
    color: #666;
    font-family: '微软雅黑';
}

.page-right-title .lj a:after {
    content: "/";
    padding: 0 8px 0 6px;
}

.page-right-title .lj a:last-child {
    color: #e50012;
}

.page-right-title .lj a:last-child:after {
    content: ' ';
    padding: 0;
}

.list-zhuanjia li:hover .imgfl img{
    transform: scale(1.1)
}
.list-zhuanjia li {
    float: left;
    width: 50%;
    height: 230px;
    overflow: hidden;
    margin-bottom: 28px;
    margin-top: 28px;
    
  }
  .list-zhuanjia li .imgfl {
    width: 180px;
    overflow: hidden;
  }
  .list-zhuanjia li .imgfl img {
    width: 100%;
    height: auto;
    transition: all ease .5s;
  }
  .list-zhuanjia li .txtfr {
      position: relative;
    width: 200px;
    padding-right: 10px;
      height: 228px;
      padding-left: 10px;
  }

.list-zhuanjia li .txtfr h3 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
    color: #8c8c8c;
}
.list-zhuanjia li .txtfr h3 a {
color: #8c8c8c;
    
}
.list-zhuanjia li .txtfr .zhecheng {
   line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
 


.list-zhuanjia li .txtfr .btn-info{
    position: absolute;
    bottom: 1px;
    background: #38adff;
    color: #fff;
    width: 120px;
height: 30px;
text-align: center;
border-radius: 30px;
    line-height: 30px;
  }



.select{

    -webkit-user-select:none;

     -moz-user-select:none;

     -ms-user-select:none;

     user-select:none;

}