@charset "utf-8";

/* 公共样式 */
body, html {
    /*background-color:#f3f8fe; */
    font-family: 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, 'Hiragino Sans GB', '\5B8B\4F53';
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    min-width: 1200px;
    overflow-x: hidden;
}

button, dd, div, dl, dt, form, img, input, li, ol, p, td, th, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none
}

em, th, i, b {
    font-style: normal;
    font-weight: normal;
}

ul, li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

input {
    font-size: 12px;
    vertical-align: middle;
    color: #333;
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, input, textarea, select {
    outline: 0;
    transition: all .1s ease;
    color: #333;
    font-family: 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, 'Hiragino Sans GB', '\5B8B\4F53';
}

a:hover, a:link, a:visited {
    text-decoration: none;
}

textarea {
    resize: none;
}

html {
    _background: url(about:blank);
}

a:hover {
    color: #4185f5
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.red {
    color: #259ad6;
}

img {
    border: 0;
    vertical-align: top;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.warp, .wrap {
    width: 1200px;
    margin: 0 auto
}

.warp1 {
    width: 1000px;
    margin: 0 auto
}

/*滚动条样式*/
::-webkit-scrollbar /*整体部分*/
{
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-track /*滑动轨道*/
{
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
    border-radius: 12px;
    background: #eee;
}

::-webkit-scrollbar-thumb /*滑块*/
{
    border-radius: 3px;
    background: #ccc;
}

::-webkit-scrollbar-thumb:hover /*滑块效果*/
{
    border-radius: 3px;
    background: #1476F9;
}


.w1200 {
    width: 1200px;
}

.ma {
    margin-left: auto;
    margin-right: auto;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.pt10 {
    padding-top: 10px !important;
}

.w1200 {
    width: 1200px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.block {
    display: block;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    line-height: 22px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    line-height: 22px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
}

.mian {
    height: 1175px;
    position: relative
}

.inner {
    margin-bottom: 80px;
}

.lawyer_details {
    margin: 15px auto 80px auto;
    overflow: hidden
}

.clearfix {
    display: inline-table;
    display: block;
    zoom: 1;
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clear {
    zoom: 1;
    clear: both;
}

.clear:after,
.clear:before {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
    overflow: hidden;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*nav*/
.header {
    background: #fff;
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 9999;
    clear: both;
    box-shadow: 0 0 22px #eee;
}

.header .warp {
    position: relative
}

.head_login a {
    width: 73px;
    height: 28px;
    border-radius: 28px;
    display: block;
    border: 1px solid #259ad6;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    margin-left: 15px;
    float: left;
}

.head_login a:hover {
    background-color: #259ad6;
    color: #fff
}

.head_login {
    float: right;
    width: 180px;
    overflow: hidden;
    padding-top: 17px;
}

.head_logo {
    margin-top: 18px;
    float: left;
    background: url(../images/logo1.jpg) no-repeat;
    width: 110px;
    height: 50px;
}

/*通用翻页*/
.pager {
    text-align: center;
    line-height: 34px;
    padding: 30px 0;
}

.pager {
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
}

.pager li {
    display: inline-block;
}

.pager a {
    color: #999;
    display: inline-block;
    border: #ececec 1px solid;
    padding: 0 14px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 3px
}

.pager a.disabled {
    display: inline-block;
    border: #ececec 1px solid;
    padding: 0 14px;
    margin: 0 2px;
    cursor: pointer;
    background-color: #fff;
    color: #999
}

.pager a:hover, a.p_hov, a.p_hov:hover, .pager a.current {
    color: #fff;
    background: #1476F9;
    border-color: #1476F9;
    border-radius: 3px
}

/*底部 start delete*/
.mian_bottom {
    background-color: #282d33;
    padding-top: 60px;
}

.bottom_cont {
    overflow: hidden
}

.bottom_fl {
    float: left
}

.bottom_fl h3 {
    font-size: 20px;
    color: #c3c8ce;
}

.bottom_fl ul.guangw_ul {
    overflow: hidden;
    margin: 15px 0 25px 5px;
}

.bottom_fl ul.guangw_ul li {
    float: left;
    color: #454a50;
    font-size: 12px;
    margin-right: 10px;
}

.bottom_fl ul.guangw_ul li a {
    color: #c3c8ce;
    font-size: 14px;
    padding-right: 10px;
}

.bottom_fl ul.guangw_ul li a:hover {
    color: #fff;
}

.bottom_fl span {
    font-size: 14px;
    color: #c3c8ce;
    padding-top: 25px;
    display: block;
    line-height: 24px;
    width: 400px;
}

.bottom_fl span a {
    color: #b8bdc9
}

.bottom_fr {
    float: right;
    overflow: hidden;
    width: 350px;
}

.btom_titebtn {
    width: 200px;
    float: left
}

.btom_titebtn a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    float: right;
    position: relative
}

.btom_titebtn a em {
    padding-left: 50px;
}

.btom_titebtn a em:after {
    background: url(../images/4dbd9dcf_dh_t.png) no-repeat;
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    left: 25px;
    top: 10px;
}

.btom_titebtn b {
    font-size: 14px;
    color: #c3c8ce;
    text-align: right;
    display: block;
    margin: 15px 0;
    float: right;
    width: 200px;
}

.btom_titebtn span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    float: right
}

.ewm_img {
    float: right;
    width: 121px;
    margin-left: 25px;
}

.ewm_img img {
    width: 121px;
    height: 122px;
    display: block
}

.ewm_img b {
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: block;
    padding-top: 10px;
}

.bottom_cont {
    overflow: hidden;
    padding-bottom: 40px;
}

.hezhb_txt {
    font-size: 14px;
    color: #5a5d60;
    height: 42px;
    line-height: 42px;
}

.hezhb_txt em {
    font-size: 14px;
    color: #5a5d60;
    padding-right: 30px;
}

.hz_btn {
    height: 48px;
    line-height: 48px;
    background-color: #1e2126;
    font-size: 14px;
    color: #8c9094;
    text-align: center
}

.btom_15 {
    margin-bottom: 15px;
}

/* 底部end */
.datails_tit.show {
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 9;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.highlight {
    display: inline-block !important;
    text-indent: 0 !important;
    line-height: 24px !important;
    color: #000 !important;
}

.highlightAc {
    color: #fff;
    background: #ff6060;
}

.more {
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 100%;
    color: #999;
    font-size: 12px;
    display: none
}

.bdshare_dialog_box, .bdshare_dialog_bg {
    display: none !important
}

.lawyer_link ul {
    overflow: hidden;
    padding-bottom: 40px;
}

.lawyer_link li {
    float: left;
    color: #4a4a50;
    padding: 0 5px;
    line-height: 30px;
}

.lawyer_link li a {
    color: #c3c8ce;
    padding-right: 10px;
    font-size: 14px;
}

.lawyer_link li a:hover {
    color: #fff;
}

.lawyer_link li em {
    color: #c3c8ce;
    font-size: 14px;
}

.lawyer_link {
    width: 730px;
    margin-top: 10px;
}

.bottom_fl h3 {
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
}

.advert {
    background: url(../images/daafac20_top_bg.png) center no-repeat;
    width: 100%;
    height: 64px;
}

@keyframes z {
    from {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);

    }
}

@keyframes y {
    from {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(-360deg) scaleX(1) scaleY(1) scaleZ(1);

    }
}

@media screen and (max-width: 750px) {
    body, html {
        width: 7.5rem
    }

    .warp {
        width: 7.5rem;
        margin: 0
    }

    .advert {
        display: none;
    }

    .header {
        width: 6.9rem;
        height: 1rem;
        padding: 0 0.3rem
    }

    .side {
        display: none
    }

    .datails_tit {
        width: 7.5rem;
        margin: 0.2rem auto;
    }

    .datails_txt {
        padding: 0.3rem
    }

    .datails_txt h4 {
        width: 6.9rem;
        font-size: 0.36rem;
        line-height: 0.56rem;
        padding: 0.25rem 0rem
    }

    .tatails_case p {
        height: 0.8rem;
        line-height: 0.8rem;
        padding: 0;
        text-align: center;
        width: 6.9rem;
        font-size: 0.28rem
    }

    .tatails_case ul.ul_hg {
        width: 6.3rem;
        padding: 0.2rem 0.3rem;
        height: auto;
    }

    .tatails_case ul.ul_hg li {
        font-size: 0.24rem;
        line-height: 0.48rem;
    }

    .tatails_case {
        margin: 0.2rem
    }

    .tatails_list {
        padding: 0
    }
}

.reginput {
    width: 320px;
    height: 470px;
    background-color: #fff;
    padding: 30px 30px 0 30px;
    display: none
}

.reginput input {
    border-bottom: 2px solid #eee;
    width: 320px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    margin-top: 15px
}

.reginput span em {
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.reginput span b {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.reginput a.reg_btn {
    height: 48px;
    background-color: #3c86eb;
    width: 320px;
    text-align: center;
    display: block;
    color: #fff;
    line-height: 48px;
    border-radius: 48px;
    margin-top: 35px;
    font-size: 16px;
}

.reginput p {
    font-size: 12px;
    text-align: center;
    color: #999;
    padding-top: 5px;
}

.reginput img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 25px auto 0 auto
}

/* page region start */
.head_cont {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.head_cont h4 {
    float: left;
    height: 36px;
    line-height: 36px;
    padding-right: 20px;
    font-size: 16px;
}

.head_cont h4.pa_lf {
    padding-left: 40px;
}

.head_cont .head_select {
    float: left;
    overflow: hidden
}

.head_cont .head_select input {
    border: 1px solid #eee;
    height: 34px;
    line-height: 34px;
    width: 160px;
    padding: 0 15px;
    float: left
}

.head_cont .head_select a {
    width: 65px;
    height: 36px;
    line-height: 36px;
    background-color: #4a8be3;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    float: left;
    display: block;
    margin-left: 5px;
}

.head_lsit_title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0 25px 10px 25px;
    line-height: 24px;
    color: #333
}

.head_list_hot {
    padding-top: 10px;
}

.head_list_hot ul {
    overflow: hidden
}

.head_list_hot ul li {
    float: left;
    padding: 3px 25px;
    line-height: 28px;
}

.head_list_hot ul li a {
    color: #666
}

.head_list_hot ul li a:hover {
    color: #4a8be3
}

.head_list_more a {
    text-align: right;
    display: block;
    color: #4a8be3;
    font-size: 14px;
    padding-right: 25px;
    padding-top: 4px;
}

.head_list_more a:hover {
    color: #5798f0;
}

.head_select select {
    width: 170px;
    height: 32px;
    border: 1px solid #e2e2e2;
    padding-left: 5px;
}

.head_select {
    float: left;
    margin: 0 5px;
}

/* page region end */

/* header start */
.header_nav {
    float: left;
    margin-left: 60px;
}

.header_nav > ul > li {
    float: left;
    padding: 0 20px;
    line-height: 78px;
}

.header_nav > ul > li > a {
    position: relative;
    padding: 8px 0;
    font-size: 16px;
    color: #333;
}

.header_nav > ul > li > a em {
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    line-height: 16px;
    background: #E84026;
    border-radius: 8px;
    top: -6px;
    right: -20px;
}

.header_nav > ul > li > a:hover {
    color: #1476F9
}

.header_nav > ul > li > a.active,
.header_nav > ul > li.current > a {
    font-weight: bold;
    color: #1476F9;
    border-bottom: #1476F9 solid 2px;
}

.head_linst_nav {
    min-height: 56px;
    line-height: 56px;
    background-color: #fff;
    border-top: 2px solid #f5f5f5;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    webkit-box-shadow: 0 5px 15px rgba(36, 46, 117, .08);
    -moz-box-shadow: 0 5px 15px rgba(36, 46, 117, .08);
    box-shadow: 0 5px 15px rgba(36, 46, 117, .08);
}

.head_linst_nav ul {
    padding-left: 180px;
    overflow: hidden
}

.head_linst_nav ul.ul_1 {
    margin-left: -54px;
}

.head_linst_nav ul.ul_2 {
    margin-left: 88px;
}

.head_linst_nav ul.ul_3 {
    margin-left: 128px;
}

.head_linst_nav ul.ul_4 {
    margin-left: 220px;
}

.head_linst_nav ul.ul_5 {
    margin-left: 415px;
}

.head_linst_nav ul li {
    float: left;
}

.head_linst_nav ul li a {
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
}

.head_linst_nav ul li a:hover {
    color: #1476F9
}

/* header end */


.head_list_hot .uis {
    color: #666;
}

.head_list_hot .uis li:hover {
    color: #4185f5;
    cursor: pointer;
}

/* footer start */
.main_bottom {
    background-color: #30343E;
    padding-top: 48px;
    line-height: 1;
}

.main_warp {
    width: 1176px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.main_bottom-bottom {
    padding: 12px 0 24px;
    width: 100%;
    background: #282C33;
}

.main_bottom-bottom p {
    margin-top: 12px;
    text-align: center;
}

.main_bottom-bottom p span {
    color: #fff;
    opacity: .4;
}

.main_bottom-bottom p a {
    color: #fff;
    opacity: .4;
}

.main_bottom-bottom p a:hover {
    opacity: .8;
}

.warp__top {
    width: 100%;
    overflow: hidden;
}

.warp__top-l {
    padding-right: 42px;
    float: left;
    position: relative;
    width: 780px;
    overflow: hidden;
    box-sizing: border-box;
}

.warp__top-l::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: .1;
    position: absolute;
    right: 0;
    top: 0;
}

.common__label {
    float: left;
    margin-right: 90px;
}

.common__label:last-child {
    margin-right: 0;
}

.common__label-t {
    margin-bottom: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.common__label-code {
    width: 110px;
    height: 110px;
}

.common__label-p {
    color: #fff;
    opacity: .4;
    font-size: 14px;
    margin-top: 16px;
}

.common__links {
    margin-bottom: 16px;
}

.common__links:last-child {
    margin-bottom: 0;
}

.common__links a {
    color: #fff;
    font-size: 14px;
    opacity: .4;
}

.common__links a:hover {
    opacity: .8;
}

.warp__top-r {
    padding-left: 55px;
    float: left;
}

.warp__top-line {
    margin-top: -2px;
    opacity: .2;
    background-color: #fff;
    width: 136px;
    height: 1px;
}

.warp__top-date,
.warp__top-contact {
    color: #fff;
    opacity: .4;
    font-size: 14px;
    font-weight: bold;
}

.warp__top-contact {
    margin-top: 10px;
}

.warp__top-date {
    margin-top: 16px;
}

.warp__top-phone {
    margin-top: 15px;
    color: #1476F9;
    font-size: 16px;
    font-weight: bold;
}

.warp__bottom {
    width: 100%;
    overflow: hidden;
    padding-bottom: 22px;
    margin-top: 48px;
}

.warp__bottom-con {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}

.warp__bottom-label {
    float: left;
    color: #fff;
    opacity: .4;
}

.warp__bottom-con ul {
    float: left;
    width: 1106px;
}

.warp__bottom-con ul li {
    margin-bottom: 10px;
    float: left;
}

.warp__bottom-con ul li em {
    margin: 0 8px;
    color: #fff;
    opacity: .4;
}

.warp__bottom-con ul li a {
    color: #fff;
    opacity: .4;
}

.warp__bottom-con ul li a:hover {
    opacity: .8;
}

/* footer end */


.login_layer .layui-form-checkbox {
    float: left;
    margin-left: 0 !important;
}

.header-top {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #999;
    position: relative;
    z-index: 99999;
}

.header-top ul.login_cont {
    float: right;
}

.header-top ul.login_cont li {
    float: left;
}

.header-top a:hover {
    color: #999;
}

.header-top a.red {
    font-size: 12px;
    color: #999;
}

.header-top a.red:hover {
    color: #1476F9;
}

.header-top i {
    vertical-align: top;
}

.header-top .line__cur {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #ddd;
    vertical-align: -2px;
    margin: 0 8px;
}

.header-top-user {
    float: left;
    position: relative;
}

.header-top-user-main img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    float: left;
    margin: 8px 8px 0 0;
}

.header-top-user-main span {
    display: inline-block;
    margin-right: 6px;
    color: #999;
    font-size: 12px;
}

.header-top-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    left: 50%;
    margin-left: -66px;
    top: 40px;
    display: none;
}

.header-top-dropdown-icon i, .header-top-dropdown-icon b {
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    position: absolute;
    left: 50%;
    margin-left: -7px;
}

.head_cont_zx .header-top-dropdown-icon i,
.head_cont_zx .header-top-dropdown-icon b {
    margin-left: -105px;
}

.header-top-dropdown-icon i {
    border-color: transparent transparent #d5d5d5 transparent;
    top: -12px;
}

.header-top-dropdown-icon b {
    border-color: transparent transparent #fff transparent;
    top: -11px;
}

.header-top-mail-main span {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    border-radius: 100%;
    background-color: #f32e3d;
    color: #fff;
    display: block;
    position: absolute;
    top: 10px;
    right: -4px;
}

.header-top-mail-main i {
    background: url(../images/tip_dope.png) 0 2px no-repeat;
    width: 22px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.head_cont_zx {
    width: 335px;
    padding: 10px
}

.head_area {
    float: left;
    position: relative;
    height: 40px;
}

.head_area a:hover {
    color: #333
}

.head_area .head_a {
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer
}

.head_area .head_a b {
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding: 0 6px;
    line-height: 40px;
    min-width: 10px;
    height: 40px;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header-top .icon__area {
    color: #1476F9;
    font-size: 14px;
}

.header-top .icon__cur {
    display: inline-block;
    color: #999;
    font-size: 12px;
    transition: all .2s ease;
}

.header-top_navlist {
    float: left;
    padding-left: 20px;
}

.header-top_navlist ul li {
    float: left
}

.header-top_navlist ul li a {
    color: #999;
    padding: 0 10px;
    font-size: 12px;
}

.mobile_tag {
    float: right;
    padding: 0 0 0 20px;
}

.mobile_tag a {
    color: #999;
}

.mobile_tag span {
    margin-left: 4px;
    font-size: 12px;
}

.mobile_tag .phone__icon {
    font-size: 14px;
}

.head_lsit_title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0 25px 10px 25px;
    line-height: 24px;
    color: #333
}

.head_list_hot {
    padding-top: 10px;
}

.head_list_hot ul {
    overflow: hidden
}

.head_list_hot ul li {
    float: left;
    padding: 3px 25px;
    line-height: 28px;
}

.head_list_hot ul li a {
    color: #666
}

.head_list_hot ul li a:hover {
    color: #1476F9
}

.head_list_more a {
    text-align: right;
    display: block;
    color: #1476F9;
    font-size: 14px;
    padding-right: 25px;
    padding-top: 4px;
}

.head_list_more a:hover {
    color: #1476F9;
}

.header-top_navlist ul li a:hover,
.mobile_tag a:hover {
    color: #1476F9;
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1339134_wdk7qlyc64q.eot');
    src: url('//at.alicdn.com/t/font_1339134_wdk7qlyc64q.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1339134_wdk7qlyc64q.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1339134_wdk7qlyc64q.woff') format('woff'),
    url('//at.alicdn.com/t/font_1339134_wdk7qlyc64q.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1339134_wdk7qlyc64q.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon {
    width:56px;
    height:56px;
    vertical-align: -15px;
    fill: currentColor;
    overflow: hidden;
}