@charset "utf-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, footer, header, section {
    display: block;
}

a:active, a:hover {
    outline: 0;
}

.search-sub, .search-input {
    　　-webkit-appearance: none;
}

textarea {
    　　-webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}

.search-sub, .search-input {
    border-radius: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h3 {
    padding: 0;
    margin: 0;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #323232;
    background-color: #f7f9fd;
    margin: 0;
    padding: 0;
}

ul, li, dl, dd, dt, p {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #323232;
    text-decoration: none;
}

a:hover {
    color: #2b7eff;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}

button, input, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none !important;
}

@media (min-width: 768px) {
    .container {
        width: 730px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 950px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1220px;
    }
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 992px) {

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
    .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

.lump_top {
    margin-top: 40px;
}

.lump_bottom {
    padding-bottom: 40px;
}

.th_top {
    margin-top: 20px;
}

.th_img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.wap_nav {
    display: none;
}


.th_header {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}

.th_logo {
    float: left;
}

.th_logo img {
    height: 60px;
}

.pc_nav {
    display: none;
}

.th_fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    opacity: 0.95;
}

.th-menu > li {
    position: relative;
    float: left;
    height: 60px;
    line-height: 60px;
}

.th-menu > li > a {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    color: #323232;
    transition: 0.4s ease-out;
}

.th-menu > li > a:hover {
    color: #2b7eff;
}

.model_bg {
    border-top: 1px solid #291F39;
    background-color: #291F39;
    padding-bottom: 20px;
}

.wap_click {
    display: none;
}

.pc_logo {
    float: left;
}

.pc_logo img {
    height: 60px;
}

/* menu end*/

/* BANNER */
.banner {
    height: 400px;
    background-color: #fff;
    border-top: 1px solid #fff;
    text-align: center;
}

.banner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.icon-tuijian1 {
    color: #f33;
    margin-right: 6px;
    border-right: 1px solid #ffaeae;
    border-bottom: 1px solid #ffaeae;
}

.th_about {
    border-top: 1px solid #f1f1f1;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.about_tou {
    border-top: 1px solid #f1f1f1;
    height: 120px;
    background-image: url(../include/pbg.jpg);
    position: relative;
    border-radius: 6px;
}

.about_img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: 20px;
    position: absolute;
    left: 20px;
    top: 60px;
}

.about_img img {
    height: 80px;
    border-radius: 50px;
    border: 3px dotted #235ee8;
    box-shadow: 2px 4px 10px #8ab2ff;
}

.about_info {
    padding: 10px 0px;
    position: absolute;
    left: 90px;
    top: 70px;
}

.about_info p {
    text-align: center;
}

.about_info p.ab1 {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 5px;
    margin-top: 8px;
    margin-left: -30px;
    color: #fff;
}

.about_info p.ab2 {
    color: #666;
    margin-top: 16px;
    margin-left: 20px;
    width: 150px;
    height: 20px;
    overflow: hidden;
}

.about_num {
    text-align: center;
    color: #aaa;
    margin-top: 20px;
}

.about_num span {
    padding: 4px 10px;
    border: 1px solid #d7d7d7;
    background: #fdfdfd;
    border-radius: 4px;
    color: #676767;
}

.about_a {
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
}

.about_a span {
    height: 156px;
    line-height: 26px;
    padding: 0 20px;
    transition: all 0.2s ease-in;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.about_ad {
    margin-top: 15px;
    border-top: 1px solid #2b7eff;
    background: #2b7eff;
    height: 85px;
    text-align: center;
    line-height: 20px;
}

.about_ad a {
    color: #fff;
    overflow: hidden;
    display: block;
    margin-top: 25px;
}

/* tianhu about end*/

/* fu wu lei mu start*/
.intro {
    text-align: center;
    background-color: #fff;
    padding: 10px 0px;
}

.intro_icon i {
    font-size: 40px;
    color: #2b7eff;
}

.intro_title {
    color: #000;
    font-size: 16px;
    font-weight: 200;
    margin-top: 10px;
}

.intro_tent {
    margin: 10px 0px;
    color: #999;
}

.star_title {
    font-size: 20px;
    font-weight: 200;
    line-height: 50px;
    position: relative;
}

.star_title i {
    margin-right: 5px;
}

.star_title a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    transition: 0.3s ease-out;
}

.starcon {
    position: relative;
    background-color: #fff;
    top: 0px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.starcon:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    top: -5px;
}

.starcon_img {
    height: 200px;
    background-color: #fff;
    position: relative;
}

.starcon_img a {
    display: inline-block;
    height: 200px;
    overflow: hidden;
}

.starcon_img img {
    height: auto;
    border-radius: 6px;
}

.starcon_img span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2b7eff;
    padding: 3px 6px;
    color: #fff;
    border-left: 4px solid #fd5e5e;
    border-radius: 0 6px 0px 0px;
}

.starcon_zhu_title {
    margin-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
    line-height: 30px;

}

.starcon_zhu_title a {
    color: #000;
    transition: 0.3s ease-out;
    font-size: 16px;
}

.starcon_zhu_title a:hover {
    color: #fd5e5e;
}

.starcon_fu_title {
    color: #999;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
    text-align: center;
}

.starcon_price {
    color: #333;
    text-align: left;
    color: #9ca0ad;
    line-height: 30px;
    padding: 0 15px;
    overflow: hidden;
    padding-bottom: 10px;
}

.starcon_price i {
    margin-right: 5px;
}


.th_fabu {
    background-color: #fff;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.fabu_title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
}

.fabu_title i {
    margin-left: 15px;
    margin-right: 15px;
}

.fabu_title i.icon-shouye {
    color: #999;
    margin-right: 0;
    margin-left: 16px;
}

.fabu_title i.icon-jiantou {
    font-size: 18px;
    color: #999;
    margin-left: 8px;
    margin-right: 8px;
}

.fabu_title_size {
    font-size: 15px;
}

.page_title {
    text-align: center;
}

.thlist {
    padding: 15px 15px;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}

.thlist_left {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
}

.thlist_left a {
    display: inline-block;
    height: 170px;
    width: 100%;
}

.thlist_left img {
    height: 170px;
    border-radius: 6px;
}

.fr {
    float: right;
}

.thlist_right {
    float: right;
    box-sizing: border-box;
    float: right;
    width: 69%;
}

.news-con-tit a {
    display: inline-block;
    overflow: hidden;
    height: 25px;
    font-size: 20px;
    text-overflow: ellipsis;
    transition: 0.3s ease-out;
    font-weight: 200;
}

.newsummary {
    color: #a1a1a1;
    overflow: hidden;
    margin-bottom: 5px;
    height: 44px;
    line-height: 22px;
    margin-top: 8px;
}

.thinfo {
    margin-top: 10px;
    color: #aeaeae;
}

.thinfo span {
    color: #f00;
}

.thinfo i {
    margin: 0 5px;
}

.thhot {
    background-color: #fff;
}

.thhot_title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
}

.thhot_title i {
    color: #ff4141;
    font-size: 20px;
    margin: 0px 10px;
}

.th-5 {
    background: #fff;
}

.th-5 li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 15px;
    border-bottom: 1px solid #f4f4f4;
}

.th-5 li:nth-child(odd) {
    background: #e5eaf9;
}

.th-5 li a {
    transition: 0.3s ease-out;
    font-size: 15px;
    color: #797979;
}

.th-5 li a:hover {
    color: #2b7eff;
}

.th-5 li i {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    font-style: normal;
    color: #999;
    font-size: 16px;
}

.th-5 li p {
    color: #999;
    text-align: right;
    overflow: hidden;
    margin-top: 10px;
    font-size: 12px;
    padding-left: 28px;
}

.th-5 li:nth-child(1) i,
.th-5 li:nth-child(2) i,
.th-5 li:nth-child(3) i {
    color: #fff;
    background: #3f80fb;
    box-shadow: 2px 2px 4px #abc4ff;
}

.th-6 {
    overflow: hidden;
    padding: 0 15px 15px 15px;
}

.th-6 li {
    float: left;
    width: 30%;
    margin-top: 10px;
    margin-left: 5px;
}

.th-6 li a {
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    transition: all 0.2s ease-in;
    height: 32px;
    overflow: hidden;
    color: #9f9f9f;
    border-radius: 4px;
}

.th-6 li a:hover {
    background-color: #2b7eff;
    color: #fff;
    border: 1px solid #2b7eff;
}

.thprobg {
    background-color: #fff;
    padding: 40px 0px;
}

.prolist1 {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
}

.prolist2 {
    text-align: center;
    margin: 10px 0 0;
    font-size: 15px;
    color: #999;
}

.th_detail {
    padding: 20px;
    font-size: 15px;
    line-height: 28px;
}

.th_detail p {
    font-size: 15px;
    line-height: 28px;
}

.th_detail p img, .th_detail img {
    max-width: 100%;
}

.th_detail h1, .th_detail h2, .th_detail h3 {
    border-left: 3px solid #2b7eff;
    background-color: #f8f8f8;
    color: #656565;
    margin: 10px 0 10px 0;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 200;
}

.related_article {
    background-color: #fff;
    padding: 14px;
}

.related_list article {
    width: 32%;
    margin-right: 16px;
}

.related_list article:hover .related_img a img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.related_list article:hover .related_detail h3 a {
    color: #ff4b4b;
}

.related_article .box_title {
    margin-bottom: 18px;
}

.related_article .box_title span {
    font-size: 18px;
}

.related_list article:last-child {
    margin-right: 0;
}

.related_list article .related_img {
    width: 264px;
    height: 176px;
    overflow: hidden;
}

.related_img a img {
    width: 264px;
    height: 176px;
}

.related_img a img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.related_detail {
    padding-top: 10px;
}

.related_detail h3 a {
    font-size: 15px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 2em;
}

.related_detail .meta {
    margin-top: 10px;
}

.related_detail h3 {
    height: 2em;
    line-height: 2em;
    overflow: hidden;
}

.fl {
    float: left;
}

.thcopy {
    color: #999;
    background: #fff;
    padding: 20px;
    line-height: 25px;
}

.th_detail_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.th_detail_title p {
    font-size: 14px;
    color: #999;
    font-weight: 200;
}

.th_footer {
    background-color: #202935;
    padding: 20px 0px 20px 0px;
    text-align: center;
}

.foot_menu {
    height: 30px;
}

.foot_menu {
    line-height: 30px;
    height: 30px;
    color: #76809e;
}

.foot_menu a {
    line-height: 30px;
    height: 30px;
    color: #76809e;
    margin-right: 10px;
    transition: 0.3s ease-out;
}

.foot_menu a:hover {
    color: #2b7eff;
}

.foot_info {
    line-height: 25px;
    color: #76809e;
    font-size: 14px;
    text-align: center;
}

.foot_info a {
    color: #76809e;
}

.hot-tags {
    overflow: hidden;
    background: #fff;
    padding: 10px;
}

.hot-tags ul li {
    float: left;
    line-height: 30px;
    color: #888;
    line-height: 25px;
}

.hot-tags ul li.litags {
    margin-right: 10px;
}

.hot-tags ul li.litags a {
    transition: 0.3s ease-out;
}

.hot-tags ul li .icon-biaoqian {
    padding-left: 8px;
}

ul.msg {
    width: 100%;
    margin: 10px 0 0px 0;
    padding: 5px 0px;
    text-align: left;
    list-style-position: outside;
    table-layout: fixed;
    word-wrap: break-word;
}

.tbname {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 20px;
}

li.msgname {
    padding: 0 0 10px 0px;
    font-size: 14px;
    vertical-align: middle;
    color: #9ca0ad;
}

li.msgname a {
    color: #9ca0ad;
}


li.msgurl {
    text-align: right;
    padding: 2px 10px 2px 10px;
    margin: 0;
    font-size: 1em;
}

img.avatar {
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    border: 2px solid #fff;
}

.commentname {
    float: left;
}

.msginfo {
    line-height: 30px;
    background-color: #f6f7fa;
    padding: 10px;
}

.msgcon {
    background-color: #fff;
    padding: 15px;
}

.tbname {
    line-height: 35px;
    font-size: 18px;
    padding-left: 10px;
}

.posttop {
    line-height: 35px;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 15px;
}

#txaArticle {
    border-radius: 0;
    transition: all .35s ease 0s;
    line-height: 30px;
    margin-top: 10px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid rgba(227, 229, 236, .4);
    background: #f8f8fc;
}

#inpName, #inpEmail, #inpHomePage {
    border-radius: 0;
    transition: all .35s ease 0s;
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid rgba(227, 229, 236, .4);
    background: #f8f8fc;
}

.msgcon .button {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    background-color: #2b7eff;
    transition: 0.3s ease-out;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9;
    margin-top: 10px;
}

.th_page {
    background-color: #fff;
    text-align: center;
    line-height: 60px;
}

.th_page a {
    color: #888;
    padding: 5px 10px;
    transition: 0.3s ease-out;
    margin-right: 4px;
    border-radius: 4px;
}

.th_page span.now-page {
    padding: 5px 10px;
    color: #fff;
}

.th_page_color a:hover {
    background-color: #2b7eff;
    color: #fff;
}

.th_page_color span.now-page {
    background-color: #2b7eff;
    margin-right: 4px;
    border-radius: 4px;
}


#divNavBar {
    position: relative;
}

.free-secrch {
    position: absolute;
    right: 0px;
}

.search-input {
    text-align: left;
    height: 35px;
    border: 1px solid #2b7eff;
    font-size: 14px;
    padding: 0px 5px;
    border-radius: 4px 0 0 4px;
}

.search-sub {
    height: 36px;
    line-height: 35px;
    padding: 0 8px;
    border: 1px solid #2b7eff;
    font-size: 14px;
    background-color: #2b7eff;
    color: #fff;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.commentpagebar {
    text-align: center;
    margin-top: 16px;
}

.commentpagebar a {
    padding: 4px 10px;
    border: 1px solid #333;
    margin-right: 4px;
}

.commentpagebar .now-page {
    background: #2b7eff;
    color: #fff;
    padding: 4px 10px;
    border: 1px solid #2b7eff;
    margin-right: 4px;
}

.thgotop {
    position: fixed;
    left: 50%;
    margin-left: 615px;
    bottom: 100px;
    z-index: 99;
}

.thgotop ul li {
    width: 40px;
    height: 40px;
    background: #fff;
    margin-top: 10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.ditop {
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    transition: 0.3s ease-out;
    position: relative;
}

.ditop i {
    display: inline-block;
    margin-top: 5px;
    font-size: 20px;
    color: #000;
}

.ditop span {
    display: none;
    font-size: 12px;
    width: 30px;
    margin: 0 auto;
    margin-top: 3px;
}

.ditop:hover {
    background-color: #2b7eff;
    border: 1px solid #2b7eff;
    color: #fff;
}

.ditop:hover i {
    display: none;
}

.ditop:hover span {
    display: block;
}

.ditopcon {
    position: absolute;
    width: 160px;
    bottom: -50px;
    left: -163px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    transition: 0.3s ease-out;
    display: none;
    padding: 10px;
    background-color: #fff;
}

.ditop-top {
    margin-top: 10px;
}

.ditop-qq-img {
    width: 35px;
    height: 35px;
    margin: 0 auto;
}

.ditop-qq-btn {
    overflow: hidden;
    margin: 10px 0px 0px 0px;
}

.ditop-qq-btn img {
    margin-bottom: 8px;
}

.ditop-qq-height {
    height: 35px;
}

.ditop-time {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.ditop-tel {
    color: #3297fc;
    font-size: 18px;
    line-height: 30px;
}

.ditop-email {
    color: #FF5151;
    font-size: 12px;
    line-height: 25px;
}

.ditop:hover .ditopcon {
    display: block;
    color: #999;
    font-size: 14px;
}

.topthewm {
    width: 100px;
    height: 100px;
    border: 1px solid #f0f0f0;
    margin: 0 auto;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
}


.post-item {
    /*padding: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.post-item img {
    width: 100%;

    /*height:70px*/
}

.img-item img {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    transition: .8s;
    -webkit-transition: .8s;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.img-item:hover img {
    transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(2deg)
}

.author-box {
    margin-bottom: 5px
}

.author {
    float: left;
    position: relative;
    width: 70px
}

.author-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden
}

.author-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.author-v {
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: #fff 1px solid;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIzQUMwQzNERTM0ODExRTg5QUE3RTRENjY0NjU2OUI1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIzQUMwQzNFRTM0ODExRTg5QUE3RTRENjY0NjU2OUI1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjNBQzBDM0JFMzQ4MTFFODlBQTdFNEQ2NjQ2NTY5QjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjNBQzBDM0NFMzQ4MTFFODlBQTdFNEQ2NjQ2NTY5QjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5tHWljAAACU0lEQVR42qRVTWxMURT+3psi0go7VRKMmpCwIOwoiS4kIinasehKVCSohoWfxEpsqvGz8BvWEp0uJhETwcpag0r9pO00EVK1kaaVMMxc37nnvd55ZoaZOMmXe975+d69595zL1BGjDFziSRxjxgnfhDTxNvA1iExqEYYuIcYMf8Widn7N6IY0TsbPjVszIsTxmTWGNM/T5FZqzbxOZGcWMjjFRH2cjiFQg54eRIYvUljofzfPR+IHwI2XAFi88Vy0fO807OEJGvnkLJkz3YBk0+rKg8W7wBaMoBvy9lB0gEvKO4YsQyDRzmzG6hJVjNn4zXRPhFxX5gt2dQwaW+jZhm9BZsLLCWSQthmHdm7XHteg7Y9BvYbRaInSrAlrfbtT4Li5zVXpU0IN1v18yOXNHRWIlVvPuL2rqEZaNqtvldnXLzL3SSEjVadybqAr4PAh/uqL0gwolX1xHHdYfFJTCgud4kQ5srW5vU5oPAzmCULP2cRsPKA2sRXLL5rGiGc0OXEo0EzY26TmniU1p8H6hrUJr5iqV8eahNCOGTVxp2ls3xzAfg1zWXW8Xh0qy62kvPYGmrPhTBt1fhBJsaigd8ngfeX3bfoYot0DXPiXeFX2rcdAnzEwnXAqsOlf393iSRfFKL/KZIjuXqwU2HryeHu/8/WS7L1Ur6dNRUOfdbR8lDbyfMrE4lPZrb1QUjWF3BEbhsp4FXimDVIO2XvcN94aL9lNbF+hW6A1EyXKXKd6CFhvtK9uK+GC7a92ltbnoBOYiB4AnIBxgNbZ6Un4LcAAwCeUXTsAdeX5wAAAABJRU5ErkJggg==) no-repeat center center;
    overflow: hidden
}

.author-v img {
    max-width: 100%;
    max-height: 100%
}

.author-text {
    float: left;
    height: 60px;
    margin-left: 8px
}

.author-text .author-text1 {
    font-weight: 700;
    line-height: 30px
}

.author-text .author-text2 {
    color: #a1a1a1;
    line-height: 18px
}

.author-content {
    margin-bottom: 8px
}

.author-content .author-content-t1 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 6px
}

.author-content .author-content-t1 {
    margin-bottom: 6px
}

.author-content .author-content-t2 a {
    color: #a1a1a1;
}

.author-content .author-content-t2 a:hover {
    color: #2b7eff;
}

.author-tree {
    width: 100%
}

.author-tree .img-item:nth-child(3n+0) {
    margin-right: 0
}

.author-tree .img-item {
    float: left;
    width: 32%;
    max-height: 240px;
    margin-right: 2%;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden
}

.author-weixin {
    float: right;
    text-align: center
}

.author-weixin-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 30px
}

.author-weixin-num {
    font-size: 2rem;
    color: tomato;
    font-weight: 700;
    line-height: 20px
}

.weixin-code {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 8px auto
}

.weixin-code img {
    width: 100%;
    height: 100%
}

.weixin-btn {
    width: 180px;
    text-align: center;
    background-color: tomato;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 auto 16px auto
}

.weixin-btn p {
    font-size: 16px;
}


.product-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 使图片均匀分布 */
    width: 100%; /* 根据需要调整宽度 */
    /* max-width: 1200px; *//* 控制最大宽度 */
    margin: auto;
    background: #fff;
}

.product-item {
    width: 19%; /* 确保考虑到间距的宽度，大约是20% - 1% for spacing */
    margin-bottom: 20px; /* 图片间的垂直间距 */
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
}

.product-item:hover img {
    transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(2deg)
}

.img-txt img {
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    transition: .8s;
    -webkit-transition: .8s;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%

}


.img-txt > .product-text {
    position: absolute;
    bottom: 30%;
    left: 0;
    z-index: 12;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    color: #eee;
    transition: all .35s ease 0s;
    text-shadow: 0 1px #121212
}

.img-txt > .product-text > h3 {
    max-height: 44px;
    overflow: hidden;
    margin-top: 5px;
    font-size: 3rem
}

.img-txt:hover > .product-text {
    color: #fff;
    bottom: 30%;
    transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(2deg)
}


@media screen and (max-width: 1280px) {
    .header_mob_fix {
        background-color: #202935;
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        opacity: 0.95;
    }

    .padding_mob_top {
        margin-top: 60px;
    }

    .th_about, .thhot {
        display: none;
    }

    .hot_article {
        display: block;
        margin-top: 20px;
    }

    .starcon_zhu_title {
        text-align: left;
        font-size: 16px;
    }

    .th_page {
        line-height: 40px;
    }

    .news-con-tit {
        margin-top: 10px;
    }

    .wap_t_top {
        margin-top: 0;
    }

    .thlist_left, .thlist_right {
        width: 100%;
    }

    .pc_logo, .wap_none {
        display: none;
    }

    .wap_nav {
        display: block;
        background-color: #202935;
    }

    .th_search {
        display: none;
    }

    .thlogocon {
        margin: 0px;
    }

    .th_header {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        background: rgba(242, 246, 249, .98);
        z-index: 9999;
        transition: all .3s linear;
        width: 240px;
    }

    .wap_padding {
        padding-left: 0;
        padding-right: 0;
    }

    .th-menu {
        width: 240px;
    }

    .th-menu > li {
        float: none;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px rgba(0, 0, 0, .09) solid;
    }

    .th-menu > li > a {
        display: inline-block;
        font-size: 15px;
        padding: 0 15px;
        color: #666;
        transition: 0.4s ease-out;
        width: 100%;
        text-align: center;
    }

    .th_header.thact {
        left: 0;
        box-shadow: 20px 0 20px rgba(0, 0, 0, .38);
    }

    .wap_click {
        position: absolute;
        display: inline-block;
        width: 24px;
        height: 28px;
        top: 18px;
        right: 18px;
        vertical-align: middle;
    }

    .wap_click i {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 100%;
        height: 2px;
        margin: -1px 0 0 -50%;
        background-color: rgba(255, 255, 255, 0.68);
        transition: background-color 0.3s;
    }

    .wap_click.wapact i {
        background-color: transparent;
    }

    .wap_click i:before,
    .wap_click i:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.68);
        content: '';
        transition: transform 0.3s;
    }

    .wap_click i:before {
        transform: translateY(-400%);
    }

    .wap_click i:after {
        transform: translateY(400%);
    }

    .wap_click.wapact i:before {
        transform: translateY(0) rotate(45deg);
    }

    .wap_click.wapact i:after {
        transform: translateY(0) rotate(-45deg);
    }

    .themecont1, .themecont2 {
        width: 100%;
    }

    .search-sub, .search-input {
        　　-webkit-appearance: none;
    }

    textarea {
        　　-webkit-appearance: none;
    }

    select {
        -webkit-appearance: none;
    }

    .search-sub, .search-input {
        border-radius: 0;
    }

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

    .free-secrch {
        top: normal;
        position: static;
        box-sizing: border-box;
        text-align: center;
    }

    .free-secrch, .free-secrch form {
        width: 100%;
        display: inline-block;
    }

    .search-input {
        width: 50%;
    }

    .search-sub {
        width: 20%;
    }

    .search-sub, .search-input {
        display: inline-block;
        height: 35px;
        vertical-align: middle;
        line-height: 35px;
        border-radius: 1px 1px !important;
    }
}