/*导航条*/
.tec {
    background: #dedede;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.tec_nei {
    width: 1300px;
    margin: 16px auto;
}
.tec_left {
    float: left;
    width: 1020px;
    overflow: hidden;
}
.tec_rig {
    float: right;
    width: 280px;
}
.tec_top {
    height: 40px;
    background: #fff;
}
.tec_top .my_que {
    float: right;
    border: 1px solid #ff6000;
    padding: 3px 6px;
    color: #ff6000;
    border-radius: 4px;
    margin-top: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 16px;
}
.tes_list_ui {
    width: 280px;
    height: 156px;
    float: left;
    position: relative;
    margin-right: 16px;
}
.tes_list_ui1 {
    position: absolute;
}
.tec_top div {
    float: left;
    padding: 14px 16px;
    line-height: 14px;
}
.tec_top a {
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: black;
}
.tec_xuan {
    background-color: #ff6000;
}
.tec_top a .tec_xuan {
    color: white;
}
.tec_top a:hover div {
    color: white;
    background-color: #FF6000;
}


/*中部内容开始*/


.tec_bot {

    background: #dedede;
    margin-bottom: 16px;

    overflow: hidden;
}

.tec_bot > a:hover{
    text-decoration: none;

}

.tec_list {
    border-radius: 4px;
    background: white;
    margin: 10px 0;

    overflow: hidden;
}
/*.tec_list:hover{*/
/*     border: 2px solid #ff9000;*/
/*}*/
.tec_list_nei {
    margin: 16px;
}
.tes_list_tit {
    margin-bottom: 14px;
}
.tes_list_tit span:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
    color: #434343;
    line-height: 18px;
}
.tes_list_tit span:nth-child(2) {
    float: right;
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
    color: #a2a2a2;
    line-height: 21px;
}
.quan span {
    display: inline-block;
    background: url("../img/xia.png");
    width: 11px;
    height: 11px;
    margin-left: 6px;
}
.quan a {
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 1px;
	color: #434343;
}
.tes_info {
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 1px;
    color: #737373;
    text-align: justify;
}
.quan {
    margin-bottom: 8px;
    text-align: right;
}
.tes_like {

    margin: 20px 0 0  0;
    display: flex;
    /*靠边对齐*/
    justify-content: space-between;
}

.tes_like1 span {
    display: block;
    background: url("../img/like2.png");
    width: 19px;
    height: 19px;
    background-size: 100% 100%;
    float: left;
    margin-right: 6px;
}
.tes_like2 span {
    display: block;
    background: url("../img/like4.png");
    width: 19px;
    height: 19px;
    background-size: 100% 100%;
    float: left;
    margin-right: 6px;
}
.tes_hit span {
    display: block;
    background: url("../img/kan.png");
    width: 20px;
    height: 12px;
    background-size: 100% 100%;
    float: left;
    margin-right: 6px;
    margin-top: 5px;
}
.tes_like3 span {
    display: block;
    background: url("../img/like6.png");
    width: 19px;
    height: 19px;
    background-size: 100% 100%;
    float: left;
    margin-right: 6px;
}

/*中部右边栏目*/
.tec_right {
    float: right;
    width: 260px;
}
.tes_yh {
    width: 260px;
	height: 100px;
    background-color: #ffffff;
    overflow: hidden;
}
.tes_yh_nei {
    margin: 16px;
}
.tes_tou {
    width: 67px;
    height: 67px;
    margin: 0 auto;
    margin-bottom: 8px;
}
.tes_yh_nei img {
    border-radius: 50%;
}
.tes_yh_nei p {
    text-align: center;
    margin-bottom: 16px;
}
.tes_ab div{
    float: left;
    font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
    color: #b5b5b5;
    padding: 3px 5px;
    border-radius: 4px;
    border: solid 1px #b5b5b5;
    margin-right: 15px;
}
.tes_ab span {
    display: block;
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 3px;
    margin-right: 4px;
}
.tes_ab a:nth-child(1) span {
    background: url("../img/biji.png");
    background-size: 100% 100%;
}
.tes_ab a:nth-child(2) span {
    background: url("../img/xiaoxi.png");
    background-size: 100% 100%;
}
.tes_ab a:nth-child(3) span {
    background: url("../img/caogao.png");
    background-size: 100% 100%;
}
.tes_ab a:nth-child(3) div {
    margin: 0;
}

/*专家顾问*/

.tes_zj {
    background: #fff;
}
.tes_zj_tit {
    margin-top: 16px;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
    color: white;
    text-align: center;
    line-height: 46px;
    background: #ff9000;
    border-bottom: 1px solid rgba(180,180,181,0.4);
}
.tes_zj_x {
    background: #fff;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
    letter-spacing: 0px;
    overflow: hidden;
}
.tes_zj_x a {
    color: #737373;
}
.tes_zj_x > div {
    margin: 16px;
}
.tes_zj_x a:hover{
    text-decoration: none;
    color: #ff6000;
}
.tes_zj_x div div {
    display: flex;
    justify-content: space-between;
}
.tes_zj_x > div div {
    margin-top: 16px;
}
.tes_zj_x> div a:nth-child(odd){

}
/*.tes_zj_x > div a:nth-child(2) span:nth-child(1) {*/
/*    color: #ff6000;*/
/*}*/
/*.tes_zj_x > div a:nth-child(3) span:nth-child(1) {*/
/*    color: #ff995c;*/
/*}*/
/*.tes_zj_x > div a:nth-child(4) span:nth-child(1) {*/
/*    color: #ffb589;*/
/*}*/
.tes_zj_x > div .tes_fd {
    display: block;
    width: 100%;
	height: 14px;
	font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #1b1b1b;
    text-align: center;
    margin-bottom: 16px;
}
.tes_li {
    margin: 16px;
    overflow: hidden;
}
.tes_li a:hover{
    text-decoration: none;
}
.tes_li div {
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0;
    color: #737373;
    margin-bottom: 16px;
    overflow: hidden;
    height: 20px;
}
.tes_li div:hover{
    color: #ff6000;
}
/*.tec_huanye {*/
/*    width: 700px;*/
/*    margin: 38px auto;*/
/*    height: 24px;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*.tec_huanye a {*/
/*    float: left;*/
/*    border: solid 1px #bfbfbf;*/
/*    border-radius: 3px;*/
/*    line-height: 22px;*/
/*    padding: 0 6px;*/
/*    font-size: 12px;*/
/*	font-weight: normal;*/
/*	font-stretch: normal;*/
/*	letter-spacing: 0px;*/
/*	color: #737373;*/
/*}*/
/*.tec_huanye a:last-child div {*/
/*    margin: 0;*/
/*}*/
/*.tec_huanye input {*/
/*    width: 18px;*/
/*    outline: none;*/
/*    height: 24px;*/
/*    border-radius: 3px;*/
/*    border: solid 1px #bfbfbf;*/
/*    padding: 0 6px;*/
/*}*/
/*.tec_huanye a:nth-child(14) {*/
/*    border: 0;*/
/*    cursor: text;*/
/*}*/
/*.tec_huanye a:nth-child(15) {*/
/*    border: 0;*/
/*    cursor: text;*/
/*}*/
/*.tec_huanye > div {*/
/*    font-size: 12px;*/
/*	font-weight: normal;*/
/*	font-stretch: normal;*/
/*	letter-spacing: 0px;*/
/*    color: #737373;*/
/*    line-height: 26px;*/
/*}*/
/*.tec_huanye .huanye_xuan {*/
/*    background-color: #ff6000;*/
/*	border-radius: 3px;*/
/*    border: solid 1px #ff6000;*/
/*    color: #fff;*/
/*}*/
/*.tec_huanye a:hover {*/
/*    background-color: #ff6000;*/
/*	border-radius: 3px;*/
/*    border: solid 1px #ff6000;*/
/*    color: #fff;*/
/*}*/
/*.tec_huanye .tec_que {*/
/*    width: 36px;*/
/*    background-color: #a8a8a8;*/
/*    color: #fff;*/
/*}*/
/*.huanye_none {*/
/*    display: none;*/
/*}*/
.zuozhe {
    display: none;
}
.tes_like > div {
    cursor: pointer;
}
/*.bianlan {*/
/*    width: 46px;*/
/*    height: 204px;*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    margin-top: -102px;*/
/*    right: 50%;*/
/*    margin-right: -662px;*/
/*}*/
/*.bianlan > div {*/
/*    width: 46px;*/
/*    height: 28px;*/
/*    background-color: #a8a8a8;*/
/*    border-radius: 6px;*/
/*    margin-bottom: 6px;*/
/*    cursor: pointer;*/
/*    padding: 9px 0;*/
/*    position: relative;*/
/*}*/
/*.bianlan span {*/
/*    display: block;*/
/*}*/
/*.bianlan > :nth-child(1) span {*/
/*    background: url('../img/bian1.png');*/
/*    width: 28px;*/
/*    height: 28px;*/
/*    background-size: 100% 100%;*/
/*    margin: 0 auto;*/
/*}*/
/*.bianlan > :nth-child(2) {*/
/*    height: 26px;*/
/*    padding: 10px 0;*/
/*}*/
/*.bianlan > :nth-child(1):hover .bian1 {*/
/*    display: block;*/
/*}*/
/*.bianlan > :nth-child(2):hover .bian2 {*/
/*    display: block;*/
/*}*/
/*.bianlan > :nth-child(3):hover .bian3 {*/
/*    display: block;*/
/*}*/
/*.bianlan > :nth-child(2) span {*/
/*    background: url('../img/bian2.png');*/
/*    width: 32px;*/
/*    height: 28px;*/
/*    background-size: 100% 100%;*/
/*    margin: 0 auto;*/
/*}*/
/*.bianlan > :nth-child(3) span {*/
/*    background: url('../img/bian3.png');*/
/*    width: 24px;*/
/*    height: 28px;*/
/*    background-size: 100% 100%;*/
/*    margin: 0 auto;*/
/*}*/
/*.bianlan > :nth-child(4) {*/
/*    height: 27px;*/
/*    padding: 9.5px 0;*/
/*}*/
/*.bianlan > :nth-child(4) span {*/
/*    background: url('../img/bian4.png');*/
/*    width: 28px;*/
/*	height: 27px;*/
/*    background-size: 100% 100%;*/
/*    margin: 0 auto;*/
/*}*/
/*.bian1 {*/
/*    position: absolute;*/
/*    width: 180px;*/
/*    height: 40px;*/
/*    left: -196px;*/
/*    bottom: 0;*/
/*    background: #fff;*/
/*    text-align: center;*/
/*    border-radius: 4px;*/
/*    padding: 20px 0;*/
/*    display: none;*/
/*}*/
/*.bian2 {*/
/*    position: absolute;*/
/*    background: url('../img/weixin1.png');*/
/*    background-size: 100% 100%;*/
/*    width: 180px;*/
/*    height: 180px;*/
/*    left: -196px;*/
/*    bottom: 0;*/
/*    display: none;*/
/*}*/
/*.bian3 {*/
/*    position: absolute;*/
/*    background: url('../img/qrcode.jpg');*/
/*    background-size: 100% 100%;*/
/*    width: 180px;*/
/*    height: 180px;*/
/*    left: -196px;*/
/*    bottom: 0;*/
/*    display: none;*/
/*}*/
/*.tec_huan1 {*/
/*    text-align: center;*/
/*}*/
/*.tec_huanye {*/
/*    width: auto;*/
/*    display: inline-block;*/
/*}*/
/*.tec_huanye > a {*/
/*    float: left;*/
/*    margin-right: 14px;*/
/*}*/
/*.tec_huanye > div {*/
/*    float: left;*/
/*    margin-right: 14px;*/
/*}*/
/*.tec_huanye > input {*/
/*    float: left;*/
/*    margin-right: 14px;*/
/*}*/
@media (max-width: 800px) {
    .nav_offset{
        padding: 0 10px;
    }
    .bianlan {
        display: none;
    }

    .tec_huanye {
        width: auto;
        margin: 16px auto;
        background-color: #dedede;

    }


    .tips{
        display: none;
    }
    /*.huanye_none {*/
    /*    display: block;*/
    /*}*/
    /*.huanye_bl {*/
    /*    display: none;*/
    /*}*/
    /*.tec_huanye a {*/
    /*    background: #fff;*/
    /*    border: 0;*/
    /*    padding: 3px 9px;*/
    /*    line-height: 16px;*/
    /*}*/
    /*.tec_huanye > div {*/
    /*    display: none;*/
    /*}*/
    /*.tec_huanye > input {*/
    /*    display: none;*/
    /*}*/
    /*.tec_huanye a:last-child {*/
    /*    display: none;*/
    /*}*/
    .tec_right {
        width: 100%;
        float: none;
        padding: 0 10px;

    }
    .tes_yh {
        width: 100%;
    }
    .tec_nei {
        margin: 0;
        width: 100%;
    }
    .tec_left {
        width: 100%;
    }
    .tec_bot {
        background: #dedede;
        padding: 0 10px ;
    }

    .tes_list_ui {
        width: 100%;
    }
    .tec_xuan {
        background: #fff;
    }
    .tec_top {
        display: flex;
        justify-content: space-around;
        height: auto;
        border-top: 1px solid rgba(149, 149, 149, 0.2);
        margin-top: 16px;
        font-size: 0.8em;
    }
    .tec_top a {
        font-size: 1.2em;
    }
    .tec_top div {
        padding: 20px 8px;
    }
    .tec_top .my_que {
        height: 14px;
        margin-top: 16px;
        margin-right: 10px;
    }

    .tec_list {
        background: #fff;
        height: auto;
    }
    .tes_info  {
        /*display: none;*/
        height: 90px;
        overflow: hidden;
    }
    .tes_list_tit span:nth-child(2) {
        display: none;
    }
    .tes_list_ui1 {
        border-radius: 5px;
    }
    .tes_span {
        width: 100%;
    }
    .tes_like {
        float: right;
        margin-top: 22px;
        margin-bottom: 16px;
        font-size: 0.8em;
    }
    .tes_like div {
        margin-left: 30px;
        margin-right: 0;
    }
    .tes_like3 {
        display: none;
    }
    .zuozhe {
        display: block;
        float: left;
        margin-top: 22px;
        margin-bottom: 16px;
        letter-spacing: 0px;
        color: #959595;
        font-size: 0.8em;
    }
    .tes_list_tit span:nth-child(1) {
        font-size: 18px;
        font-stretch: normal;
	    letter-spacing: 3px;
    }
    .tes_like1 span {
        margin-top: 0.3em;
        width: 0.9em;
        height: 0.9em;
    }
    .tes_like2 span {
        margin-top: 0.3em;
        width: 0.9em;
        height: 0.9em;
    }
    /*.tec_huanye {*/
    /*    width: auto;*/
    /*    margin: 0 auto;*/
    /*}*/
    /*.tec_huanye > a {*/
    /*    margin-right: 0;*/
    /*}*/
}
