/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.at-share-btn-elements a{margin: 0px!important;}

/*-------------pro-share end---------------------------------------------------------------*/

/*-------------------comment start---------------------------------*/
.comments-main .box-form {
    border-bottom: dashed 1px #E7E7E7;
    padding: 27px 2.5% 20px;
}
.comments-main .box-form .box-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.relative {
    position: relative;
}
.comments-main .box-form textarea {
    margin-top: 24px;
    width: 100%;
    display: block;
    height: 80px;
    border: solid 1px #E7E7E7;
    padding: 10px 10px 20px 10px;
    line-height: 20px;
    color: #666;
}
.comments-main .box-form .num {
    position: absolute;
    right: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
    bottom: 8px;
}
.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
#articleComment .item-input {
    width: 49%;
    margin-top: 20px;
    float: left;
    position: relative;

}
#articleComment .item-code{
    margin-top: 34px;
}
#articleComment .item-code .item-input{
    margin-top: 0;
}
#articleComment .item-code .item-input input{width: 100%}

#articleComment input {
    border: solid 1px #E7E7E7;
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    width: 100%;
}
#articleComment .item-img {
    float: left;
    margin-left: 10px;
}
#articleComment .item-img img {
    display: block;
    height: 50px;

}
#articleComment .item-btn {
    margin-left: 10px;
    float: left;
    width: 206px;
    line-height: 50px;
    background-color: #36A4D2;
    border-radius: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer;
    height: 50px;
    margin-top: 0;
}
#articleComment .item-btn:hover{background-color: #FACC7E;}
@media screen and (max-width: 1219px) {
    #articleComment input{
        height: 40px;
        line-height: 38px;
    }
    #articleComment .item-img img{
        height: 40px;
    }
    #articleComment .item-btn{
        width: 149px;
        height: 40px;
        line-height: 40px;

    }
}
@media screen and (max-width: 767px) {
    #articleComment .item-input{

    }
    #articleComment .item-code .item-input{
        width: calc(100% - 170px)!important;
    }
    #articleComment .item-img{

    }
    #articleComment .item-btn{
        width: 100%;
        margin-left: 0;
        margin-top: 34px;
    }
}
@media screen and (max-width: 480px) {
    #articleComment .item-input{
        width: 100%;
    }
    #articleComment .item-input.pull-right{
        margin-top: 34px;
    }
    #articleComment input{
        height: 34px;
        line-height: 32px;
    }
    #articleComment .item-img img{
        height: 34px;
    }
    #articleComment .item-btn{
        height: 34px;
        line-height: 34px;
    }
    #articleComment .item-code .item-input{
        width: calc(100% - 150px)!important;
    }
}
    /*--------------------------comment end--------------------------------------*/

#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body { color: #333; font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; background-color: #fff; }

img { border: none; }

ul li { list-style-type: none; }

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: #333; outline: none; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

h1 { margin: 0; padding: 0; font-weight: normal; }

input, textarea { font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; border: none; outline: none; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

.nlazy { min-width: 20%; }

/**/
.email { word-break: break-all; }

.scale-big img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.scale-big:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a { display: block; }

[class*="-item"] .item-title a:hover { color: #23A05B !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #23A05B !important; }

[class*="-item"] .item-desc { overflow: hidden; color: #666; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #23A05B !important; }

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

@media screen and (min-width: 1220px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

.no_margin { margin-left: auto !important; }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.table table tr td { padding: 3px; border: 1px solid #ccc; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table table { width: 885px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }

.page a { display: inline-block; vertical-align: top; border: solid 1px #e5e5e5; background-color: #fff; color: #333; min-width: 30px; padding: 0 2px; height: 30px; line-height: 28px; margin: 10px 5px 0; font-size: 12px; font-size: 1.2rem; }

.page a.prev { min-width: 61px; }

.page a.next { min-width: 61px; }

.page a:hover, .page a.page-active { border-color: #23A05B; background-color: #23A05B; color: #FFFFFF; }

@media only screen and (max-width: 999px) { .page a { height: 28px; line-height: 26px; min-width: 28px; }
  .page a.prev { min-width: 60px; }
  .page a.next { min-width: 60px; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*back-top*/
.back-top { position: fixed; z-index: 99; right: 5px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; width: 50px; height: 50px; line-height: 50px; background: #DCDCDC; border-radius: 50%; text-align: center; }

.back-top .iconfont { font-size: 36px; font-size: 3.6rem; color: #000; }

@media only screen and (max-width: 767px) { .back-top { width: 40px; height: 40px; line-height: 40px; }
  .back-top .iconfont { font-size: 30px; font-size: 3.0rem; } }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; text-align: right; padding-top: 2px; }

@media screen and (max-width: 999px) { .pro-share { text-align: center; padding-top: 15px; } }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #067AB4; }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths .list-item { float: left; width: 48%; font-size: 0; letter-spacing: 0.2px; line-height: 24px; text-align: left; }

@media screen and (max-width: 767px) { .m-oths .list-item { width: 100%; } }

.m-oths .item2 { margin-left: 4%; text-align: right; }

@media screen and (max-width: 767px) { .m-oths .item2 { margin: 0; text-align: left; } }

.m-oths span { display: inline; vertical-align: top; font-size: 14px; font-size: 1.4rem; margin-right: 2px; }

@media screen and (max-width: 767px) { .m-oths span { float: left; } }

.m-oths p { display: inline; vertical-align: top; font-size: 14px; font-size: 1.4rem; }

.m-oths p, .m-oths p a { color: #666; }

.m-oths p a:hover { color: #23A05B; }

@media screen and (max-width: 767px) { .m-oths p { display: block; overflow: hidden; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { margin-top: -7px; margin-bottom: 36px; font-size: 14px; font-size: 1.4rem; line-height: 24px; overflow: hidden; color: #999; }

.bread a { color: #333; }

.bread a:hover, .bread .bread-active { color: #23A05B; }

@media screen and (max-width: 767px) { .bread { margin: 0 0 20px; } }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.search { position: relative; margin-left: 20px; }

@media screen and (max-width: 767px) { .search { display: none; } }

.search .search-box { overflow: hidden; position: relative; z-index: 999; width: 240px; height: 30px; border: solid 1px #23A05B; cursor: pointer; border-radius: 4px; }

@media screen and (max-width: 767px) { .search .search-box { width: 200px; margin-right: 30px; } }

.search .search-box .iconfont { font-size: 19px; font-size: 1.9rem; color: #23A05B; position: absolute; width: 30px; height: 20px; line-height: 20px; text-align: center; right: 0; top: 50%; margin-top: -10px; z-index: -1; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 28px; padding: 0 35px 0 10px; color: #666; }

.search .search-submit { position: absolute; width: 30px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

/*-------------header start----------------------------------------------------------------*/
.header .h-top { padding: 10px 0; border-bottom: solid 1px #DEDEDE; }

@media screen and (max-width: 767px) { .header .h-top { padding: 8px 15px 8px 0; } }

.header .h-top .item-p { float: right; color: #23A05B; line-height: 30px; margin-right: 29px; }

.header .h-top .item-p:hover { color: #222222; }

@media screen and (max-width: 767px) { .header .h-top .item-p { margin-right: 20px; } }

.header .h-top .item-user { float: right; max-width: 230px; margin-right: 15px; overflow: hidden; text-align: right; }

.header .h-top .item-user .item-pic { float: left; display: block; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; margin-right: 7px; }

.header .h-top .item-user .item-pic img { display: block; width: 100%; height: 100%; }

.header .h-top .item-user .item-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 30px; }

.header .h-top .item-user .item-title a:hover { color: #23A05B; }

.header .logo { float: left; display: inline-block;line-height: 100px; margin: 10px 0; }

.header .logo img{vertical-align: middle; max-height: 100px}

@media screen and (max-width: 999px) { .header .logo { width: 180px; float: none; margin: 20px auto; } }

.header .navlist { float: right; margin-top: 47px; font-size: 0; letter-spacing: 0; margin-right: -20px; }

@media screen and (max-width: 1260px) { .header .navlist { margin-right: 0; } }

.header .navlist > li { display: inline-block; vertical-align: top; position: relative; margin-left: 9px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; text-transform: capitalize; display: block; position: relative; line-height: 30px; padding: 0 20px 37px; border-bottom: solid 5px transparent; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #23A05B; border-color: #23A05B; }

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 0; }
  .header .navlist > li > a { padding: 0 13px 20px; } }

@media screen and (max-width: 999px) { .header .navlist { margin-top: 0; width: 100%; text-align: center; }
  .header .navlist > li { margin-left: 42px; }
  .header .navlist > li > a { padding: 0 0 10px; } }

@media screen and (max-width: 850px) { .header .navlist > li { margin-left: 30px; }
  .header .navlist > li > a { padding: 0 0 5px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { top: 100%; }

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 220px; left: 50%; margin-left: -110px; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); }

.header .yiji li { position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 22px; padding: 8px 15px; font-size: 14px; font-size: 1.4rem; }

.header .yiji li:hover > a { background-color: #23A05B; color: #fff; }

.header .yiji li:hover .erji { left: 100%; }

@media screen and (max-width: 980px) { .header .yiji { display: none; } }

.header .erji li:hover .sanji { left: 100%; }

.header .erji, .header .sanji { position: absolute; left: -9999px; top: 0px; width: 228px; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; }

.navlist1 > li { float: left; width: 33.3%; text-align: center; padding-bottom: 5px; }

.navlist1 > li > a { text-transform: capitalize; display: inline-block; position: relative; line-height: 30px; border-bottom: solid 2px transparent; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { color: #23A05B; border-color: #23A05B; }

@media screen and (max-width: 767px) { .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { background-color: #F0F0F5; padding: 38px 0 37px; }

@media screen and (max-width: 767px) { .footer { padding: 20px 0; } }

.footer .links { margin-bottom: 31px; text-align: center; line-height: 24px; }

.footer .links, .footer .links a { color: #666; }

.footer .links a:hover { color: #23A05B; }

.footer .links a { display: inline-block; position: relative; padding: 0 24px; }

.footer .links a:before { position: absolute; content: ''; width: 2px; height: 16px; background-color: #DCDCDC; top: 50%; margin-top: -8px; left: 0; }

.footer .links a:first-child:before { display: none; }

@media screen and (max-width: 767px) { .footer .links { margin-bottom: 15px; }
  .footer .links a { padding: 0 10px; } }

.footer .box-list { font-size: 0; letter-spacing: 0; text-align: center; margin-bottom: 20px; }

.footer .box-list .list-item { display: inline-block; vertical-align: top; font-size: 0; letter-spacing: 0; margin: 0 26px 10px; }

.footer .box-list .item-pic { display: inline-block; vertical-align: top; margin-right: 8px; }

.footer .box-list .item-pic img { display: block; }

.footer .box-list .item-body { display: inline-block; vertical-align: top; text-align: left; font-size: 14px; font-size: 1.4rem; line-height: 18px; }

.footer .box-list .item-body, .footer .box-list .item-body a { color: #666; }

@media screen and (max-width: 767px) { .footer .box-list { margin-bottom: 10px; }
  .footer .box-list .list-item { margin: 0 10px 10px; }
  .footer .box-list .item-body { font-size: 12px; font-size: 1.2rem; } }

.footer .copyright { text-align: center; line-height: 24px; }

.footer .copyright, .footer .copyright a { color: #666; }

.footer .copyright a:hover { color: #23A05B; }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.main .box-main { float: left; width: 880px; }

@media screen and (max-width: 1219px) { .main .box-main { width: 650px; } }

@media screen and (max-width: 999px) { .main .box-main { width: 100%; } }

.main .box-slide { float: right; width: 300px; background-color: #fff; }

@media screen and (max-width: 999px) { .main .box-slide { width: 100%; margin: 30px 0 0; } }

/* page-list start */
.page-list { font-size: 0; letter-spacing: 0; }

.page-list .list-item { border: solid 1px #F0F0F5; background-color: #F0F0F5; margin-bottom: 20px; }

.page-list .list-item:hover { border-color: #23A05B; }

@media screen and (max-width: 450px) { .page-list .list-item { padding: 20px 1.66667%; } }

.page-list .item-pic { float: left; margin: 30px 2.27273% 29px 3.40909%; width: 200px; }

.page-list .item-pic img { display: block; margin: 0 auto; max-width: 200px; width: 100%; }

@media screen and (max-width: 767px) { .page-list .item-pic { margin: 20px 2.27273% 20px 2.27273%; } }

@media screen and (max-width: 450px) { .page-list .item-pic { float: none; margin: 0 auto; max-width: 200px; } }

.page-list .item-body { overflow: hidden; margin-right: 3.40909%; padding-bottom: 20px; }

@media screen and (max-width: 767px) { .page-list .item-body { margin-right: 2.27273%; padding-bottom: 0; } }

@media screen and (max-width: 450px) { .page-list .item-body { margin: 0; } }

.page-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; margin-top: 25px; }

.page-list .item-title, .page-list .item-title a { color: #222222; }

@media screen and (max-width: 767px) { .page-list .item-title { margin-top: 18px; } }

.page-list .item-desc { margin-top: 8px; font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 60px; }

@media screen and (max-width: 767px) { .page-list .item-desc { margin-top: 5px; } }

.page-list .item-box { margin-top: 18px; }

@media screen and (max-width: 767px) { .page-list .item-box { margin-top: 8px; } }

.page-list .item-info { float: left; font-size: 0; letter-spacing: 0; }

.page-list .item-info .item-pics { display: inline-block; vertical-align: middle; width: 45px; height: 45px; border-radius: 50%; margin-right: 13px; }

.page-list .item-info .item-pics img { display: block; width: 100%; height: 100%; }

@media screen and (max-width: 767px) { .page-list .item-info .item-pics { width: 30px; height: 30px; margin-right: 5px; } }

.page-list .item-info .item-name { display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.page-list .item-info .item-name a:hover { color: #23A05B; }

@media screen and (max-width: 640px) { .page-list .item-info { width: 100%; } }

.page-list .item-num { font-size: 0; letter-spacing: 0; float: right; line-height: 24px; margin: 20px 0 0 0; }

.page-list .item-num .iconfont { font-size: 22px; font-size: 2.2rem; margin-right: 6px; vertical-align: middle; color: #666; }

.page-list .item-num .iconfont.active { color: #23A05B; }

.page-list .item-num p { display: inline-block; vertical-align: middle; font-size: 12px; font-size: 1.2rem; margin-left: 20px; }

.page-list .item-num p, .page-list .item-num p a { color: #999; }

.page-list .item-num .p3 { cursor: pointer; }

@media screen and (max-width: 1219px) { .page-list .item-num { margin-top: 10px; } }

@media screen and (max-width: 767px) { .page-list .item-num { margin-top: 5px; }
  .page-list .item-num p { margin-left: 10px; } }

@media screen and (max-width: 640px) { .page-list .item-num { float: left; width: 100%; }
  .page-list .item-num p:first-child { margin-left: 0; }
  .page-list .item-num .iconfont { margin-right: 3px; font-size: 18px; font-size: 1.8rem; } }

/* page-list end*/
/* slide-title start */
.slide-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 7px 20px 8px; font-weight: bold; background-color: #23A05B; }

.slide-title, .slide-title a { color: #fff; }

.slide-title a:hover { color: #222222; }

@media screen and (max-width: 767px) { .slide-title { padding: 10px; line-height: 20px; } }

/* slide-title end */
/* cate-slide start */
.cate-slide { border: solid 1px #23A05B; margin-bottom: 20px; padding-bottom: 5px; }

.cate-slide .box-list { padding: 0 20px; overflow: hidden; }

.cate-slide .box-list > li > a { color: #666; border-bottom: solid 1px #DCDCDC; display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 4px 0; position: relative; }

.cate-slide .box-list > li > a:hover, .cate-slide .box-list > li > a.active { color: #23A05B; }

.cate-slide .dot { line-height: 14px; color: #666; padding: 0 20px; display: none; }

.cate-slide .item-btn { cursor: pointer; text-align: center; line-height: 24px; margin: 10px 0 0; }

.cate-slide .item-btn, .cate-slide .item-btn a { color: #666; }

.cate-slide .item-btn a:hover { color: #23A05B; }

/* cate-slide end */
/* artical-slide start */
.artical-slide { border: solid 1px #23A05B; margin-bottom: 24px; }

.artical-slide .box-list { padding: 10px 20px 28px; }

.artical-slide .box-list .list-item { padding: 6px 0; }

.artical-slide .box-list .item-desc { background: url(../images/hot.png) no-repeat left 4px; padding-left: 33px; line-height: 18px; max-height: 36px; }

/* artical-slide end */
/* post-slide start */
.post-slide { border: solid 1px #23A05B; }

.post-slide .box-body { padding: 25px 20px 38px; position: relative; }

.post-slide .box-desc { letter-spacing: -0.5px; color: #666; line-height: 20px; margin-bottom: 22px; }

.post-slide .box-form .item-row { margin-bottom: 13px; }

.post-slide .box-form .item-p { line-height: 24px; margin-bottom: 5px; color: #222222; letter-spacing: -0.2px; }

.post-slide .box-form input, .post-slide .box-form textarea { border: solid 1px #e6e6e6; display: block; width: 100%; padding: 0 5px; color: #333; border-radius: 4px; }

.post-slide .box-form input { height: 36px; line-height: 34px; }

.post-slide .box-form textarea { height: 100px; padding-top: 5px; padding-bottom: 5px; }

.post-slide .box-form .item-code { position: relative; margin-top: 20px; }

.post-slide .box-form .item-code .item-input { float: left; width: 83px; margin-right: 11px; }

.post-slide .box-form .item-code .item-img { float: left; }

.post-slide .box-form .item-code .item-img img { cursor: pointer; display: block; }

.post-slide .box-form .item-btn { float: left; margin-left: 7px; width: 70px; border-radius: 18px; background-color: #23A05B; border: 0; line-height: 36px; color: #fff; }

.post-slide .box-form .item-btn:hover { background-color: #222222; }

.post-slide .item-success { margin-top: 28px; }

.post-slide .item-success .iconfont { font-size: 22px; font-size: 2.2rem; color: #00C012; margin-right: 8px; float: left; }

.post-slide .item-success .item-title { overflow: hidden; font-size: 14px; font-size: 1.4rem; line-height: 22px; letter-spacing: -0.2px; }

/* post-slide end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 30px 0 40px; }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0; } }

/*-------------2-search start--------------------------------------------------------------*/
.search-result { text-align: center; }

.search-result .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #999; }

.search-result .item-title strong { color: #000; }

@media screen and (max-width: 767px) { .search-result .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

.search-result .item-btn { margin-top: 54px; display: inline-block; min-width: 120px; line-height: 24px; border-radius: 16px; padding: 3px; border: solid 1px #23A05B; color: #23A05B; }

.search-result .item-btn:hover { background-color: #23A05B; color: #fff; }

@media screen and (max-width: 999px) { .search-result .item-btn { margin-top: 40px; } }

@media screen and (max-width: 767px) { .search-result .item-btn { margin-top: 20px; } }

.search-result1 { font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-bottom: 17px; }

.search-result1, .search-result1 a { color: #000; }

@media screen and (max-width: 767px) { .search-result1 { font-size: 14px; font-size: 1.4rem; margin-bottom: 13px; } }

/*-------------2-search end----------------------------------------------------------------*/
/*-------------4-cate start----------------------------------------------------------------*/
/* .cate-list start */
.cate-list .item-pic { margin: 30px 1.66667% 29px 2.5%; }

@media screen and (max-width: 767px) { .cate-list .item-pic { margin: 20px 1.66667% 20px 1.66667%; } }

@media screen and (max-width: 450px) { .cate-list .item-pic { float: none; margin: 0 auto; max-width: 200px; } }

.cate-list .item-body { margin-right: 2.5%; }

@media screen and (max-width: 767px) { .cate-list .item-body { margin-right: 2.27273%; padding-bottom: 0; } }

@media screen and (max-width: 450px) { .cate-list .item-body { margin: 0; } }

/* .cate-list end*/
/*-------------4-cate end------------------------------------------------------------------*/
/*-------------5-blog-detail start---------------------------------------------------------*/
.blog-detail { background-color: #F0F0F5; padding: 65px 5% 54px; margin-bottom: 33px; text-align: center; }

@media screen and (max-width: 999px) { .blog-detail { padding: 50px 2.5%; } }

@media screen and (max-width: 767px) { .blog-detail { padding: 30px 2.5%; margin-bottom: 25px; } }

.blog-detail .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; margin-bottom: 28px; }

@media screen and (max-width: 767px) { .blog-detail .item-title { margin-bottom: 15px; } }

.blog-detail .item-cate { font-size: 0; letter-spacing: 0; text-align: center; display: inline-block; }

.blog-detail .item-cate p { display: inline-block; vertical-align: middle; line-height: 24px; font-size: 14px; font-size: 1.4rem; letter-spacing: 0.2px; }

.blog-detail .item-cate p, .blog-detail .item-cate p a { color: #666; }

.blog-detail .item-cate p a:hover { color: #23A05B; }

.blog-detail .item-cate .item-img { margin-right: 60px; }

.blog-detail .item-cate .item-img span { margin-right: 5px; }

.blog-detail .item-cate .item-img img { width: 53px; height: 53px; border-radius: 50%; vertical-align: middle; margin-right: 7px; }

@media screen and (max-width: 1219px) { .blog-detail .item-cate .item-img { margin-right: 30px; } }

@media screen and (max-width: 999px) { .blog-detail .item-cate .item-img { display: block; margin-bottom: 10px; margin-right: 0; }
  .blog-detail .item-cate .item-img img { width: 40px; height: 40px; } }

.blog-detail .item-cate .item-date { margin-right: 50px; }

@media screen and (max-width: 1219px) { .blog-detail .item-cate .item-date { margin-right: 20px; } }

@media screen and (max-width: 999px) { .blog-detail .item-cate .item-date { margin-right: 10px; } }

.blog-detail .item-cate .item-num { font-size: 0; letter-spacing: 0; margin-right: 60px; }

.blog-detail .item-cate .item-num .iconfont { font-size: 20px; font-size: 2.0rem; margin-right: 6px; vertical-align: middle; }

.blog-detail .item-cate .item-num .iconfont.active { color: #23A05B; }

.blog-detail .item-cate .item-num span { display: inline-block; vertical-align: middle; font-size: 12px; font-size: 1.2rem; margin-left: 20px; }

.blog-detail .item-cate .item-num .p3 { cursor: pointer; }

@media screen and (max-width: 1219px) { .blog-detail .item-cate .item-num { margin-right: 30px; } }

@media screen and (max-width: 999px) { .blog-detail .item-cate .item-num { margin-right: 20px; }
  .blog-detail .item-cate .item-num span { margin-left: 10px; } }

.blog-detail .item-body { text-align: left; padding: 58px 0 85px; font-size: 14px; font-size: 1.4rem; line-height: 20px; }

.blog-detail .item-body p { min-height: 20px; }

.blog-detail .item-body img, .blog-detail .item-body iframe { max-width: 100%; }

.blog-detail .item-body, .blog-detail .item-body a { color: #666; }

@media screen and (max-width: 999px) { .blog-detail .item-body { padding: 50px 0; } }

@media screen and (max-width: 767px) { .blog-detail .item-body { padding: 30px 0; } }

.comments-main .box-form { border-bottom: solid 1px #dcdcdc; padding-bottom: 40px; }

@media screen and (max-width: 767px) { .comments-main .box-form { padding-bottom: 30px; } }

.comments-main .box-form .item-top { margin-bottom: 12px; line-height: 24px; }

.comments-main .box-form .item-top .item1 { float: left; font-weight: bold; letter-spacing: 0.2px; }

.comments-main .box-form .item-top .item1 span { color: #666; margin-left: 34px; font-weight: normal; }

.comments-main .box-form .item-top .item1 a { color: #067CE0; }

.comments-main .box-form .item-top .item1 a:hover { color: #23A05B; }

@media screen and (max-width: 767px) { .comments-main .box-form .item-top .item1 span { margin-left: 10px; } }

.comments-main .box-form .item-top .item2 { float: right; color: #999; font-size: 12px; font-size: 1.2rem; }

.comments-main .box-form .item-top .item2 .iconfont { font-size: 24px; font-size: 2.4rem; vertical-align: middle; margin-right: 7px; }

@media screen and (max-width: 640px) { .comments-main .box-form .item-top .item2 { float: left; width: 100%; } }

.comments-main .box-form textarea { width: 100%; display: block; height: 179px; border: solid 1px #DCDCDC; padding: 15px 20px; line-height: 20px; color: #333; letter-spacing: 0.2px; }

@media screen and (max-width: 767px) { .comments-main .box-form textarea { padding: 10px; } }

.comments-main .box-form .item-btn { margin-top: 10px; float: right; width: 120px; line-height: 32px; border-radius: 16px; background-color: #23A05B; color: #fff; text-align: center; font-size: 14px; font-size: 1.4rem; letter-spacing: 0.2px; }

.comments-main .box-form .item-btn:hover { background-color: #222222; }

.comments-main .box-list { padding-bottom: 30px; }

@media screen and (max-width: 767px) { .comments-main .box-list { padding-bottom: 20px; } }

.comments-main .box-list .list-item { border-bottom: solid 1px #DCDCDC; padding: 30px 0 27px; }

@media screen and (max-width: 767px) { .comments-main .box-list .list-item { padding: 20px 0; } }

.comments-main .box-list .item-pic { float: left; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; margin-right: 1.66667%; }

.comments-main .box-list .item-pic img { display: block; width: 100%; height: 100%; border-radius: 50%; }

.comments-main .box-list .item-body { overflow: hidden; line-height: 20px; }

.comments-main .box-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: -2px; }

.comments-main .box-list .item-desc { margin-top: 8px; }

.comments-main .box-list .item-desc a { display: inline; color: #23A05B; }

.comments-main .box-list .item-desc a:hover { color: #222222 !important; }

.comments-main .box-list .item-date { color: #999; margin-top: 20px; }

/*-------------5-blog-detail end-----------------------------------------------------------*/
/*-------------6-write start---------------------------------------------------------------*/
.write-info { padding: 0 0 39px; }

@media screen and (max-width: 767px) { .write-info { padding: 0 0 26px; } }

.write-info .item-img { position: relative; margin: 0 auto; width: 122px; height: 122px; border-radius: 50%; overflow: hidden; }

.write-info .item-img img { display: block; width: 100%; height: 100%; }

@media screen and (max-width: 999px) { .write-info .item-img { width: 110px; height: 110px; } }

@media screen and (max-width: 767px) { .write-info .item-img { width: 80px; height: 80px; } }

.write-info .item-name { text-align: center; font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 24px; }

.write-info .item-name, .write-info .item-name a { color: #000; }

@media screen and (max-width: 999px) { .write-info .item-name { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .write-info .item-name { margin-top: 10px; font-size: 14px; font-size: 1.4rem; } }

/*-------------6-write end-----------------------------------------------------------------*/
/*-------------7-center start--------------------------------------------------------------*/
/* center-slide start */
.center-slide .box-title { margin-bottom: 21px; }

.center-slide .box-title > a { text-align: center; display: block; line-height: 24px; padding: 8px; background-color: #23A05B; color: #fff; }

.center-slide .box-title > a:hover { background-color: #222222; }

.center-slide .box-list { border: solid 6px #23A05B; border-color: rgba(35, 160, 91, 0.45); padding: 0 20px; }

.center-slide .box-list > li > a { border-top: dashed 1px #23A05B; display: block; text-align: center; line-height: 24px; padding: 6px 6px 7px; color: #666; }

.center-slide .box-list > li:first-child > a { border-top: 0; }

.center-slide .box-list > li:hover > a, .center-slide .box-list > li.active > a { color: #23A05B; font-weight: bold; }

/* center-slide end */
/* center-list start */
.center-list .item-title { position: relative; overflow: visible; padding-right: 25px; }

.center-list .edit-btn { position: absolute; right: 0; top: -8px; }

.center-list .edit-btn:hover .iconfont { color: #23A05B; }

.center-list .edit-btn .iconfont { font-size: 20px; font-size: 2rem; color: #999; }

@media screen and (max-width: 1219px) { .center-list .edit-btn { top: 0; } }

/* center-list end */
/*-------------7-center end----------------------------------------------------------------*/
/*-------------8-add start-----------------------------------------------------------------*/
.add-form .item-title { float: left; width: 100px; line-height: 36px; text-align: right; color: #666; }

@media screen and (max-width: 640px) { .add-form .item-title { width: 70px; } }

@media screen and (max-width: 480px) { .add-form .item-title { width: 100%; float: none; padding-left: 16px; text-align: left; } }

.add-form .item-body { padding-left: 26px; overflow: hidden; position: relative; }

@media screen and (max-width: 640px) { .add-form .item-body { padding-left: 16px; } }

.add-form .star { position: relative; }

.add-form .star:before { position: absolute; content: ''; width: 6px; height: 36px; background: url(../images/star.png) no-repeat center; left: 10px; top: 0; }

@media screen and (max-width: 640px) { .add-form .star:before { left: 0; } }

.add-form .item-row { margin-bottom: 20px; }

@media screen and (max-width: 767px) { .add-form .item-row { margin-bottom: 15px; } }

.add-form .item-row input, .add-form .item-row select { border: solid 1px #DCDCDC; max-width: 460px; width: 100%; height: 36px; line-height: 34px; color: #333; padding: 0 10px; outline: none; font-size: 14px; font-size: 1.4rem; }

.add-form .item-row select { max-width: 200px; }

.add-form .item-row textarea { height: 130px; width: 100%; padding: 10px; line-height: 20px; color: #333; }

.add-form .item-row .txt1 textarea { border: solid 1px #d9d9d9; padding-bottom: 30px; }

.add-form .item-row .txt1 .num { color: #999999; position: absolute; right: 10px; line-height: 20px; bottom: 9px; }

.add-form .item-row .txt2 { height: 440px; border: solid 1px #d9d9d9; }

.add-form .item-file { font-size: 0; letter-spacing: 0; margin-bottom: -6px; }

.add-form .item-file .txt { font-size: 14px; font-size: 1.4rem; color: #999; line-height: 24px; margin-top: 7px; }

.add-form .item-file .file-img { display: inline-block; vertical-align: bottom; overflow: hidden; width: 133px; height: 100px; background: url(../images/web3.png) no-repeat center; background-size: contain; margin-right: 20px; }

@media screen and (max-width: 640px) { .add-form .item-file .file-img { margin-right: 10px; } }

@media screen and (max-width: 480px) { .add-form .item-file .file-img { display: block; } }

.add-form .item-file .file-btn, .add-form .item-file .file-btn1 { display: inline-block; vertical-align: bottom; width: 84px; height: 32px; border-radius: 16px; outline: none; line-height: 30px; border: solid 1px #23A05B; color: #23A05B; background-color: transparent; cursor: pointer; margin-top: 20px; }

.add-form .item-file .file-btn:hover, .add-form .item-file .file-btn1:hover { background-color: #23A05B; color: #fff; }

.add-form .item-file .file-btn { margin-right: 11px; }

@media screen and (max-width: 640px) { .add-form .item-file .file-btn { margin-right: 10px; } }

.add-form .item-file .file-input { display: none; }

.add-form .item-btns { font-size: 0; letter-spacing: 0; text-align: right; }

.add-form .item-btns .item-btn { text-align: center; display: inline-block; vertical-align: top; width: 84px; line-height: 32px; line-height: 32px; border-radius: 18px; font-size: 14px; font-size: 1.4rem; border: solid 1px #23A05B; color: #23A05B; margin: 20px 0 0 11px; }

.add-form .item-btns .item-btn:hover { background-color: #23A05B; color: #fff; }

@media screen and (max-width: 767px) { .add-form .item-btns .item-btn { margin: 10px 0 0 10px; } }

/*-------------8-add end-------------------------------------------------------------------*/
/*-------------10-notice start-------------------------------------------------------------*/
.notice-main .box-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; margin-bottom: 26px; }

@media screen and (max-width: 767px) { .notice-main .box-title { margin-bottom: 20px; font-size: 14px; font-size: 1.4rem; } }

.notice-main .box-list .list-item { background-color: #F0F0F5; margin-bottom: 2px; line-height: 24px; padding: 13px 0 13px; }

.notice-main .box-list .list-item:hover { color: #23A05B; }

.notice-main .box-list .list-item:hover .item-desc, .notice-main .box-list .list-item:hover .item-desc a { color: #23A05B; }

.notice-main .box-list .list-item:hover .iconfont.pull-right { visibility: visible; }

.notice-main .box-list .iconfont.pull-left { font-size: 20px; font-size: 2rem; margin: 0 2.27273%; }

.notice-main .box-list .iconfont.pull-right { font-size: 17px; font-size: 1.7rem; margin: 0 2.27273%; cursor: pointer; visibility: hidden; }

.notice-main .box-list .iconfont.pull-right:hover { color: #23A05B; }

@media screen and (max-width: 999px) { .notice-main .box-list .iconfont.pull-right { visibility: visible; } }

.notice-main .box-list .item-desc { overflow: hidden; }

.notice-main .box-list .item-desc a { display: inline; }

.notice-main .box-list .item-desc, .notice-main .box-list .item-desc a { color: #333; }

/*-------------10-notice end---------------------------------------------------------------*/
/*-------------11-myblog start-------------------------------------------------------------*/
.myblog-main .blog-check { margin-bottom: 20px; font-size: 0; letter-spacing: 0; }

.myblog-main .blog-check .check-all { display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-right: 22px; cursor: pointer; }

.myblog-main .blog-check .check-all input { width: 18px; height: 18px; vertical-align: middle; margin-right: 10px; }

.myblog-main .blog-check .check-all:hover { color: #23A05B; }

.myblog-main .blog-check .check-delete { cursor: pointer; display: inline-block; vertical-align: middle; width: 84px; height: 32px; line-height: 32px; background-color: #23A05B; color: #fff; text-align: center; font-size: 14px; font-size: 1.4rem; border-radius: 16px; }

.myblog-main .blog-check .check-delete:hover { background-color: #222222; }

.myblog-main .page-list .list-item:hover { border-color: #F0F0F5; }

@media screen and (max-width: 450px) { .myblog-main .page-list .list-item { padding-bottom: 0; } }

.myblog-main .page-list input { width: 18px; height: 18px; position: absolute; top: 50%; margin-top: -9px; left: 13px; }

@media screen and (max-width: 450px) { .myblog-main .page-list input { top: 66px; margin: 0; } }

.myblog-main .page-list .item-pic { margin-left: 44px; }

.myblog-main .page-list .item-icons { font-size: 0; letter-spacing: 0; text-align: center; padding: 9px 0 8px; border-top: solid 2px #fff; }

.myblog-main .page-list .item-icons a { display: inline-block; vertical-align: middle; width: 33.33333%; font-size: 17px; font-size: 1.7rem; line-height: 24px; position: relative; border-left: solid 1px #D2D2D2; }

.myblog-main .page-list .item-icons a:hover { color: #23A05B; }

.myblog-main .page-list .item-icons a:first-child { border-left: 0; }

/*-------------11-myblog end---------------------------------------------------------------*/
/*-------------12-Groups start-------------------------------------------------------------*/
.groups-main .box-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; margin-bottom: 27px; }

@media screen and (max-width: 999px) { .groups-main .box-title { margin-bottom: 20px; font-size: 14px; font-size: 1.4rem; } }

.groups-main .box-list { padding-bottom: 20px; }

.groups-main .box-list .list-item { background-color: #F0F0F5; margin-bottom: 9px; padding: 10px 0 10px; line-height: 24px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 767px) { .groups-main .box-list .list-item { padding: 20px 0; } }

.groups-main .box-list .item-num { width: 13.63636%; display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; color: #022222; padding: 0 2.27273% 0 3.63636%; }

.groups-main .box-list .item-pic { display: inline-block; vertical-align: middle; width: 18.18182%; margin-right: 18.18182%; }

.groups-main .box-list .item-pic img { display: block; margin: 0 auto; max-width: 160px; width: 100%; }

@media screen and (max-width: 767px) { .groups-main .box-list .item-pic { width: 120px; margin-right: 9.09091%; } }

@media screen and (max-width: 640px) { .groups-main .box-list .item-pic { margin-right: 0; } }

.groups-main .box-list .item-desc { width: 50%; display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; }

.groups-main .box-list .item-desc, .groups-main .box-list .item-desc a { color: #333; }

@media screen and (max-width: 640px) { .groups-main .box-list .item-desc { width: 100%; padding-left: 3.63636%; margin-top: 10px; } }

/*-------------12-Groups end---------------------------------------------------------------*/
/*-------------13-setting start------------------------------------------------------------*/
.setting-main .box-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; margin-bottom: 28px; }

@media screen and (max-width: 999px) { .setting-main .box-title { margin-bottom: 20px; font-size: 14px; font-size: 1.4rem; } }

.setting-main .box-list { font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 999px) { .setting-main .box-list { text-align: center; margin-bottom: -10px; } }

.setting-main .box-list .list-item { text-align: center; display: inline-block; vertical-align: top; width: 240px; border: solid 2px #23A05B; padding: 28px 15px 30px; margin: 0 20px 20px 0; }

@media screen and (max-width: 767px) { .setting-main .box-list .list-item { padding: 20px 10px; } }

@media screen and (max-width: 600px) { .setting-main .box-list .list-item { width: 48%; margin: 0 1% 15px; } }

@media screen and (max-width: 400px) { .setting-main .box-list .list-item { width: 98%; } }

.setting-main .box-list .item1 { background: url(../images/web6.png) no-repeat bottom right; }

.setting-main .box-list .item2 { background: url(../images/web7.png) no-repeat bottom right; }

.setting-main .box-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; }

.setting-main .box-list .item-btn { margin-top: 28px; display: inline-block; width: 80px; line-height: 32px; border-radius: 16px; background-color: #23A05B; color: #fff; text-align: center; font-size: 14px; font-size: 1.4rem; }

.setting-main .box-list .item-btn:hover { background-color: #222222; }

@media screen and (max-width: 767px) { .setting-main .box-list .item-btn { margin-top: 15px; } }

/*-------------13-setting end--------------------------------------------------------------*/
/*-------------14-password start-----------------------------------------------------------*/
.password-form { background-color: #F0F0F5; padding: 40px 0 20px; }

@media screen and (max-width: 640px) { .password-form { padding: 20px 2.5% 10px; } }

.password-form .item-row { margin-bottom: 20px; }

@media screen and (max-width: 640px) { .password-form .item-row { max-width: 400px; margin: 0 auto 10px; } }

.password-form .item-row .item-txt { float: left; width: 30.68182%; text-align: right; padding-right: 25px; font-size: 14px; font-size: 1.4rem; color: #666; line-height: 36px; min-height: 24px; }

@media screen and (max-width: 640px) { .password-form .item-row .item-txt { padding-right: 0; width: 100%; text-align: left; float: none; line-height: 30px; min-height: auto; } }

.password-form .item-row .item-input { overflow: hidden; max-width: 400px; }

.password-form .item-row input { width: 100%; height: 36px; line-height: 34px; border: solid 1px #DCDCDC; background-color: #fff; color: #333; padding: 0 10px; }

.password-form .item-row .forget-txt { text-align: right; line-height: 24px; font-size: 14px; font-size: 1.4rem; margin-top: 13px; margin-bottom: 6px; }

.password-form .item-row .forget-txt a { color: #067CE0; }

.password-form .item-row .forget-txt a:hover { color: #23A05B; }

.password-form .item-row .item-btn { float: right; width: 84px; height: 32px; line-height: 30px; border-radius: 16px; background-color: #23A05B; color: #fff; border: 0; }

.password-form .item-row .item-btn:hover { background-color: #222222; }

/*-------------14-password end-------------------------------------------------------------*/
/*-------------15-account start------------------------------------------------------------*/
.account-form { background-color: #F0F0F5; padding: 40px 0 64px; }

@media screen and (max-width: 767px) { .account-form { padding: 30px 0 20px; } }

@media screen and (max-width: 550px) { .account-form { padding: 20px 2.5%; } }

.account-form .item-row { line-height: 36px; margin-bottom: 20px; }

@media screen and (max-width: 767px) { .account-form .item-row { margin-bottom: 10px; } }

.account-form .item-row .item-txt { float: left; width: 30.68182%; text-align: right; padding-right: 25px; font-size: 14px; font-size: 1.4rem; color: #666; line-height: 36px; }

@media screen and (max-width: 1219px) { .account-form .item-row .item-txt { width: 22.72727%; } }

@media screen and (max-width: 767px) { .account-form .item-row .item-txt { width: 14.77273%; padding-right: 10px; } }

@media screen and (max-width: 550px) { .account-form .item-row .item-txt { padding-right: 0; width: 100%; text-align: left; float: none; line-height: 30px; min-height: auto; } }

.account-form .item-row .item-filetxt { line-height: 100px; }

@media screen and (max-width: 550px) { .account-form .item-row .item-filetxt { line-height: 40px; } }

.account-form .item-row .item-input { overflow: hidden; max-width: 430px; padding-right: 30px; position: relative; }

.account-form .item-row .item-input .iconfont { position: absolute; top: 0; right: 0; font-size: 22px; font-size: 2.2rem; color: #00C012; }

.account-form .item-row input { width: 100%; height: 36px; line-height: 34px; border: solid 1px #DCDCDC; background-color: #fff; color: #333; padding: 0 10px; }

.account-form .item-row .item-btn { margin: 38px auto 0; display: block; width: 84px; height: 32px; line-height: 30px; border-radius: 16px; background-color: #23A05B; color: #fff; border: 0; }

.account-form .item-row .item-btn:hover { background-color: #222222; }

@media screen and (max-width: 767px) { .account-form .item-row .item-btn { margin: 10px auto 0; } }

.account-form .item-file { font-size: 0; letter-spacing: 0; padding-bottom: 12px; }

.account-form .item-file .file-img { display: inline-block; vertical-align: middle; border-radius: 50%; width: 100px; height: 100px; overflow: hidden; background: url(../images/web4.png) no-repeat center; background-size: 100% 100%; margin-right: 20px; }

.account-form .item-file .file-img img { display: block; width: 100%; height: 100%; }

@media screen and (max-width: 550px) { .account-form .item-file .file-img { width: 80px; height: 80px; } }

.account-form .item-file .file-btn { display: inline-block; vertical-align: middle; width: 84px; height: 32px; outline: none; line-height: 30px; border: solid 1px #23A05B; background-color: transparent; border-radius: 16px; color: #23A05B; cursor: pointer; }

.account-form .item-file .file-btn:hover { background-color: #23A05B; color: #fff; }

.account-form .item-file .file-input { display: none; }

.account-form .item-email .item-input1 { float: left; min-width: 220px; margin-right: 10px; color: #666; }

@media screen and (max-width: 550px) { .account-form .item-email .item-input1 { margin: 0; width: 100%; } }

.account-form .item-email .item-change { float: left; display: inline-block; color: #067CE0; }

.account-form .item-email .item-change:hover { color: #23A05B; }

.account-form .item-url .item-input1 { float: left; min-width: 220px; margin-right: 10px; }

@media screen and (max-width: 550px) { .account-form .item-url .item-input1 { margin: 0; width: 100%; } }

.account-form .item-url .item-input2 { width: 160px; float: right; text-align: center; }

@media screen and (max-width: 550px) { .account-form .item-url .item-input2 { float: left; width: 100%; } }

/*-------------15-account end--------------------------------------------------------------*/
/*-------------16-change start-------------------------------------------------------------*/
.change-form { background-color: #F0F0F5; padding: 60px 0 40px; }

@media screen and (max-width: 767px) { .change-form { padding: 30px 0 20px; } }

@media screen and (max-width: 640px) { .change-form { padding: 20px 2.5% 10px; } }

.change-form .item-row { margin-bottom: 20px; }

@media screen and (max-width: 640px) { .change-form .item-row { max-width: 400px; margin: 0 auto 10px; } }

.change-form .item-row .item-txt { float: left; width: 35.22727%; text-align: right; padding-right: 25px; font-size: 14px; font-size: 1.4rem; color: #666; line-height: 36px; min-height: 24px; }

@media screen and (max-width: 1219px) { .change-form .item-row .item-txt { width: 30.68182%; } }

@media screen and (max-width: 640px) { .change-form .item-row .item-txt { padding-right: 0; width: 100%; text-align: left; float: none; line-height: 30px; min-height: auto; } }

.change-form .item-row .item-input { overflow: hidden; max-width: 430px; padding-right: 30px; position: relative; }

.change-form .item-row .item-input .iconfont { position: absolute; top: 0; right: 0; font-size: 22px; font-size: 2.2rem; line-height: 36px; color: #00C012; }

.change-form .item-row input { width: 100%; height: 36px; line-height: 34px; border: solid 1px #DCDCDC; background-color: #fff; color: #333; padding: 0 10px; }

.change-form .item-row .sent-input { width: 160px; margin-right: 10px; float: left; text-align: center; }

.change-form .item-row .item-sent { float: left; width: 80px; line-height: 36px; height: 36px; color: #000; border: 0; outline: none; background-color: #C8C8C8; cursor: pointer; }

.change-form .item-row .item-sent:hover { background-color: #23A05B; color: #fff; }

.change-form .item-row .item-btn { margin-top: 30px; float: right; width: 84px; height: 32px; line-height: 30px; border-radius: 16px; background-color: #23A05B; color: #fff; border: 0; }

.change-form .item-row .item-btn:hover { background-color: #222222; color: #fff; }

/*-------------16-change end---------------------------------------------------------------*/
.model-backdrop { display: none; position: fixed; z-index: 999999; top: 0; left: 0; bottom: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.66); }

.model-backdrop .model-form { width: 400px; background-color: #fff; padding: 20px 20px 10px; position: absolute; top: 50%; left: 50%; margin: -247px 0 0 -200px; }

.model-backdrop .model-form .close { position: absolute; top: 10px; right: 10px; font-size: 18px; font-size: 1.8rem; color: #23A05B; cursor: pointer; }

.model-backdrop .model-form .item-title { text-align: center; font-weight: bold; font-size: 16px; font-size: 1.6rem;  line-height: 24px; margin-bottom: 10px; color: #23A05B; }

.model-backdrop .model-form .item-row { margin-bottom: 10px; }

.model-backdrop .model-form .item-p { font-size: 12px; font-size: 1.2rem; font-weight: bold; line-height: 24px; color: #666; }

.model-backdrop .model-form .item-p span { color: #999; margin-left: 5px; font-weight: normal; }

.model-backdrop .model-form input, .model-backdrop .model-form textarea { border: solid 1px #D9D9D9; background-color: #fff; display: block; width: 100%; padding: 0 5px; color: #333; }

.model-backdrop .model-form input { height: 32px; line-height: 30px; }

.model-backdrop .model-form textarea { line-height: 20px; padding-top: 5px; padding-bottom: 5px; }

.model-backdrop .model-form .text1 { height: 32px; }

.model-backdrop .model-form .text2 { height: 100px; }

.model-backdrop .model-form .item-code { position: relative; margin-top: 20px; }

.model-backdrop .model-form .item-code .item-input { padding-right: 80px; }

.model-backdrop .model-form .item-code .item-img { position: absolute; top: 1px; right: 1px; }

.model-backdrop .model-form .item-code .item-img img { cursor: pointer; display: block; }

.model-backdrop .model-form .item-btn { width: 100%; height: 32px; line-height: 32px; background-color: #23A05B; text-transform: uppercase; color: #fff; border: 0; margin: 20px auto 0; font-weight: bold; font-size: 12px; font-size: 1.2rem; }

.model-backdrop .model-form .item-btn:hover { background-color: #222222; }

@media screen and (max-width: 767px) { .model-backdrop .model-form .item-btn { margin: 0 auto; height: 36px; line-height: 36px; } }

@media screen and (max-width: 767px) { .model-backdrop .model-form { width: 90%; margin-left: -45%; margin-top: -217px; padding: 15px 20px 5px; }
  .model-backdrop .model-form .item-code { margin-top: 10px; }
  .model-backdrop .model-form .text2 { height: 60px; } }

.contact-box { margin-top: 30px; }

.contact-box .form-box { border-radius: 4px; background-color: #FBFBFB; border: solid 1px #e1e1e1; padding: 19px 4.58333% 29px; }

@media screen and (max-width: 767px) { .contact-box .form-box { padding: 15px 2%; } }

.contact-box .box-title { font-size: 36px; font-size: 3.6rem; color: #23A05B; text-align: center; position: relative; padding-bottom: 15px; margin-bottom: 39px; letter-spacing: 0.7px; }

.contact-box .box-title:after { position: absolute; content: ''; width: 119px; height: 4px; background-color: #23A05B; left: 50%; margin-left: -60px; bottom: 0; }

@media screen and (max-width: 1219px) { .contact-box .box-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 999px) { .contact-box .box-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .contact-box .box-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; margin-bottom: 25px; }
  .contact-box .box-title:after { height: 2px; } }

@media screen and (max-width: 767px) { .contact-box .box-title { font-size: 20px; font-size: 2rem; } }

.contact-box .item-form .star { position: relative; }

.contact-box .item-form .star:after { position: absolute; content: '*'; color: #999999; left: 10px; top: 17px; }

.contact-box .item-form .star input, .contact-box .item-form .star textarea { padding-left: 20px; }

.contact-box .item-form .item-input { width: 48.07339%; margin-bottom: 21px; }

.contact-box .item-form .item-input1 { margin-bottom: 22px; width: 100%; }

.contact-box .item-form input, .contact-box .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #999999; border: solid 1px #E1E1E1; }

.contact-box .item-form input { height: 50px; line-height: 48px; padding: 0 10px; }

.contact-box .item-form textarea { height: 200px; padding: 8px 10px; line-height: 24px; margin: 3px 0 0; }

.contact-box .item-form .item-code { width: 33.76147%; margin-right: 1.74312%; }

.contact-box .item-form .item-img img { display: block; cursor: pointer; }

.contact-box .item-form .item-btn { width: 48.07339%; padding: 0; }

.contact-box .item-form .item-btn input { height: 48px; border-color: #23A05B; background-color: #23A05B; color: #fff; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.contact-box .item-form .item-btn input:hover { background-color: #333; border-color: #333; }

@media screen and (max-width: 1419px) { .contact-box .item-form .item-code { width: 28.44037%; margin-right: 1.37615%; } }

@media screen and (max-width: 999px) { .contact-box .item-form .item-code { width: 200px; }
  .contact-box .item-form .item-btn { width: 35%; margin-left: 15px; float: left; } }

@media screen and (max-width: 767px) { .contact-box .item-form .item-input, .contact-box .item-form .item-input1 { margin-bottom: 10px; }
  .contact-box .item-form .item-code { width: -moz-calc(100% - 120px); width: calc(100% - 120px); margin-right: 0; }
  .contact-box .item-form .item-img { float: right; height: 40px; }
  .contact-box .item-form .item-img img { max-height: 100%; width: 116px; height: 39px;}}
  .contact-box .item-form .item-btn { margin-left: 0; width: 100%; }
  .contact-box .item-form .item-btn input { height: 40px; line-height: 38px; font-size: 14px; font-size: 1.4rem; }
  .contact-box .item-form input { height: 40px; line-height: 38px; } }

@media screen and (max-width: 500px) { .contact-box .item-form .item-input { width: 100%; }
  .contact-box .item-form .item-img { float: left; margin-bottom: 10px; } }

/*.phone-nav*/
.phone-nav { width: 5px; height: 100%; position: absolute; right: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.phone-nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.phone-nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; position: relative; }

.phone-nav .nav form .iptc { -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.phone-nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; z-index: 1; position: relative; }

.phone-nav .nav form .iconfont { position: absolute; top: 0; right: 0; width: 20%; height: 26px; text-align: center; line-height: 26px; color: #23A05B; z-index: 0; background-color: #fff; }

.phone-nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.phone-nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; padding-left: 20px; position: relative; }

.phone-nav .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../fonts/shizi.png") no-repeat center center; }

.phone-nav .addition.active { background-image: url("../fonts/yizi.png"); }

.phone-nav .addition.fa:before { margin-right: 5px; color: #fff; padding-left: 0; }

.phone-nav .nav > ul > li > a { margin-right: 40px; color: #fff; font-size: 12px; font-size: 1.2rem; display: block; }

.phone-nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; }

.phone-nav .nav > ul > li .c-show { display: none; width: 100%; }

.phone-nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; margin-right: 40px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { margin-right: 40px; padding-left: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { margin-right: 40px; padding-left: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > dl { padding: 20px; }

.phone-nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.phone-nav .menubtn { width: 23px; height: 18px; position: absolute; top: 18px; right: 10px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.phone-nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #23A05B; }

.phone-nav .menubtn span.menu-color { background-color: #23A05B !important; }

@media screen and (min-width: 768px) { .phone-nav, .menubtn { display: none; } }

.slide { position: relative; }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

.slide video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: 100%; height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.slide .carouse .slideItem .banner-img { width: 100%; display: block; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .carousel-control { position: absolute; top: 50%; width: 33px; height: 33px; text-align: center; line-height: 33px; z-index: 999; margin-top: -16px; background-color: #000; background-color: rgba(0, 0, 0, 0.6); }

.slide .carousel-control .iconfont { font-size: 20px; font-size: 2rem; color: #fff; }

.slide .carousel-control:hover { background-color: #23A05B; }

.slide .carousel-control.left { left: 0; cursor: pointer; }

.slide .carousel-control.right { right: 0; cursor: pointer; }

.slide .dotList { position: absolute; width: 100%; bottom: 20px; text-align: center; line-height: 0; }

.slide .dotList li { display: inline-block; cursor: pointer; font-size: 0px; margin: 0 10px; border: none; outline: none; width: 12px; height: 12px; background-color: #23A05B; border-radius: 50%; opacity: 0.6; }

.slide .dotList li.active { opacity: 1; }

@media screen and (max-width: 999px) { .slide .carousel-control { display: none; }
  .slide .dotList { bottom: 15px; }
  .slide .dotList li { margin: 0 5px; } }

@media screen and (max-width: 767px) { .slide .dotList { bottom: 8px; }
  .slide .dotList li { margin: 0 3px; width: 8px; height: 8px; } }

#index-slide { margin-bottom: 20px; }

#index-slide .carousel-control { position: absolute; top: 50%; width: 24px; height: 24px; text-align: center; line-height: 24px; z-index: 999; margin-top: -12px; background-color: #23A05B; background-color: rgba(35, 160, 91, 0.6); border-radius: 50%; }

#index-slide .carousel-control .iconfont { font-size: 12px; font-size: 1.2rem; color: #fff; }

#index-slide .carousel-control:hover { background-color: #23A05B; }

#index-slide .carousel-control.left { left: 20px; cursor: pointer; }

#index-slide .carousel-control.right { right: 20px; cursor: pointer; }

#index-slide .dotList { bottom: 10px; }

@media screen and (max-width: 767px) { #index-slide .dotList { bottom: 5px; } }

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:999px) {	}
@media screen and (max-width:767px) {	}


@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1580695507027'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1580695507027#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1580695507027') format('woff'),
  url('../fonts/iconfont.ttf?t=1580695507027') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1580695507027#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
	font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiaoxitixing:before {
  content: "\e636";
}

.icon-sey-write-a:before {
  content: "\e66c";
}

.icon-jushoucang:before {
  content: "\e643";
}

.icon-sousuo:before {
  content: "\e653";
}

.icon-yanjing:before {
  content: "\e661";
}

.icon-LC_icon_delete_line:before {
  content: "\e607";
}

.icon-jushoucanggift:before {
  content: "\e684";
}

.icon-tixing:before {
  content: "\e638";
}

.icon-close:before {
  content: "\e713";
}

.icon-zhidingxian:before {
  content: "\e618";
}

.icon-message:before {
  content: "\e604";
}

.icon-top1:before {
  content: "\e64d";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up12:before {
  content: "\e736";
}

.icon-bottom12:before {
  content: "\e737";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-left27:before {
  content: "\e78f";
}

.icon-right27:before {
  content: "\e790";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-icon-test11:before {
  content: "\e652";
}

.icon-icon-test13:before {
  content: "\e654";
}

.icon-search:before {
  content: "\e602";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}


#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body { color: #333; font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; background-color: #fff; }

img { border: none; }

ul li { list-style-type: none; }

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: #333; outline: none; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

h1 { margin: 0; padding: 0; font-weight: normal; }

input, textarea { font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; border: none; outline: none; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }
label.error {
  color: #ff0000;
  display: block;
  position: absolute;
}
.textarea-num {
  float: right;
  position: relative!important;
  top: -20px;
  right: 5px;
}
input.error {
    border: 1px solid #ff0000!important;
}
textarea.error {
    border: 1px solid #ff0000!important;
}

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

.nlazy { min-width: 20%; }

/**/
.email { word-break: break-all; }

.scale-big img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.scale-big:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a { display: block; }

[class*="-item"] .item-title a:hover { color: #23A05B !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #23A05B !important; }

[class*="-item"] .item-desc { overflow: hidden; color: #666; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #23A05B !important; }

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

@media screen and (min-width: 1220px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

.no_margin { margin-left: auto !important; }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.table table tr td { padding: 3px; border: 1px solid #ccc; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table table { width: 885px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }

.page a { display: inline-block; vertical-align: top; border: solid 1px #e5e5e5; background-color: #fff; color: #333; min-width: 30px; padding: 0 2px; height: 30px; line-height: 28px; margin: 10px 5px 0; font-size: 12px; font-size: 1.2rem; }

.page a.prev { min-width: 61px; }

.page a.next { min-width: 61px; }

.page a:hover, .page a.page-active { border-color: #23A05B; background-color: #23A05B; color: #FFFFFF; }

@media only screen and (max-width: 999px) { .page a { height: 28px; line-height: 26px; min-width: 28px; }
  .page a.prev { min-width: 60px; }
  .page a.next { min-width: 60px; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*back-top*/
.back-top { position: fixed; z-index: 99; right: 5px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; width: 50px; height: 50px; line-height: 50px; background: #DCDCDC; border-radius: 50%; text-align: center; }

.back-top .iconfont { font-size: 36px; font-size: 3.6rem; color: #000; }

@media only screen and (max-width: 767px) { .back-top { width: 40px; height: 40px; line-height: 40px; }
  .back-top .iconfont { font-size: 30px; font-size: 3.0rem; } }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; text-align: right; padding-top: 2px; }

@media screen and (max-width: 999px) { .pro-share { text-align: center; padding-top: 15px; } }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #067AB4; }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths .list-item { float: left; width: 48%; font-size: 0; letter-spacing: 0.2px; line-height: 24px; text-align: left; }

@media screen and (max-width: 767px) { .m-oths .list-item { width: 100%; } }

.m-oths .item2 { margin-left: 4%; text-align: right; }

@media screen and (max-width: 767px) { .m-oths .item2 { margin: 0; text-align: left; } }

.m-oths span { display: inline; vertical-align: top; font-size: 14px; font-size: 1.4rem; margin-right: 2px; }

@media screen and (max-width: 767px) { .m-oths span { float: left; } }

.m-oths p { display: inline; vertical-align: top; font-size: 14px; font-size: 1.4rem; }

.m-oths p, .m-oths p a { color: #666; }

.m-oths p a:hover { color: #23A05B; }

@media screen and (max-width: 767px) { .m-oths p { display: block; overflow: hidden; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { margin-top: -7px; margin-bottom: 36px; font-size: 14px; font-size: 1.4rem; line-height: 24px; overflow: hidden; color: #999; }

.bread a { color: #333; }

.bread a:hover, .bread .bread-active { color: #23A05B; }

@media screen and (max-width: 767px) { .bread { margin: 0 0 20px; } }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.search { position: relative; margin-left: 20px; }

@media screen and (max-width: 767px) { .search { display: none; } }

.search .search-box { overflow: hidden; position: relative; z-index: 999; width: 240px; height: 30px; border: solid 1px #23A05B; cursor: pointer; border-radius: 4px; }

@media screen and (max-width: 767px) { .search .search-box { width: 200px; margin-right: 30px; } }

.search .search-box .iconfont { font-size: 19px; font-size: 1.9rem; color: #23A05B; position: absolute; width: 30px; height: 20px; line-height: 20px; text-align: center; right: 0; top: 50%; margin-top: -10px; z-index: -1; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 28px; padding: 0 35px 0 10px; color: #666; }

.search .search-submit { position: absolute; width: 30px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

/*-------------header start----------------------------------------------------------------*/
.header .h-top { padding: 10px 0; border-bottom: solid 1px #DEDEDE; }

@media screen and (max-width: 767px) { .header .h-top { padding: 8px 15px 8px 0; } }

.header .h-top .item-p { float: right; color: #23A05B; line-height: 30px; margin-right: 29px; }

.header .h-top .item-p:hover { color: #222222; }

@media screen and (max-width: 767px) { .header .h-top .item-p { margin-right: 20px; } }

.header .h-top .item-user { float: right; max-width: 230px; margin-right: 15px; overflow: hidden; text-align: right; }

.header .h-top .item-user .item-pic { float: left; display: block; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; margin-right: 7px; }

.header .h-top .item-user .item-pic img { display: block; width: 100%; height: 100%; }

.header .h-top .item-user .item-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 30px; }

.header .h-top .item-user .item-title a:hover { color: #23A05B; }

.header .h-bot{text-align: center}

.header .logo { float: left; display: inline-block;line-height: 100px; margin: 10px 0; }

.header .logo img{vertical-align: middle; max-height: 100px}

@media screen and (max-width: 999px) {
    .header .logo { line-height: 70px; float: none; margin: 20px auto; width: auto}
    .header .logo img{ max-height: 70px}
}
@media screen and (max-width: 767px) {
    .header .logo { line-height: 50px; float: none; margin: 10px auto; width: auto}
    .header .logo img{ max-height: 50px}
}
.header .navlist { float: right; margin-top: 47px; font-size: 0; letter-spacing: 0; margin-right: -20px; }

@media screen and (max-width: 1260px) { .header .navlist { margin-right: 0; } }

.header .navlist > li { display: inline-block; vertical-align: top; position: relative; margin-left: 9px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; text-transform: capitalize; display: block; position: relative; line-height: 30px; padding: 0 20px 37px; border-bottom: solid 5px transparent; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #23A05B; border-color: #23A05B; }

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 0; }
  .header .navlist > li > a { padding: 0 13px 20px; } }

@media screen and (max-width: 999px) { .header .navlist { margin-top: 0; width: 100%; text-align: center; }
  .header .navlist > li { margin-left: 42px; }
  .header .navlist > li > a { padding: 0 0 10px; } }

@media screen and (max-width: 850px) { .header .navlist > li { margin-left: 30px; }
  .header .navlist > li > a { padding: 0 0 5px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { top: 100%; }

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 220px; left: 50%; margin-left: -110px; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); }

.header .yiji li { position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 22px; padding: 8px 15px; font-size: 14px; font-size: 1.4rem; }

.header .yiji li:hover > a { background-color: #23A05B; color: #fff; }

.header .yiji li:hover .erji { left: 100%; }

@media screen and (max-width: 980px) { .header .yiji { display: none; } }

.header .erji li:hover .sanji { left: 100%; }

.header .erji, .header .sanji { position: absolute; left: -9999px; top: 0px; width: 228px; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer { background-color: #F0F0F5; padding: 38px 0 37px; }

@media screen and (max-width: 767px) { .footer { padding: 20px 0; } }

.footer .links { margin-bottom: 31px; text-align: center; line-height: 24px; }

.footer .links, .footer .links a { color: #666; }

.footer .links a:hover { color: #23A05B; }

.footer .links a { display: inline-block; position: relative; padding: 0 24px; }

.footer .links a:before { position: absolute; content: ''; width: 2px; height: 16px; background-color: #DCDCDC; top: 50%; margin-top: -8px; left: 0; }

.footer .links a:first-child:before { display: none; }

@media screen and (max-width: 767px) { .footer .links { margin-bottom: 15px; }
  .footer .links a { padding: 0 10px; } }

.footer .box-list { font-size: 0; letter-spacing: 0; text-align: center; margin-bottom: 20px; }

.footer .box-list .list-item { display: inline-block; vertical-align: top; font-size: 0; letter-spacing: 0; margin: 0 26px 10px; }

.footer .box-list .item-pic { display: inline-block; vertical-align: top; margin-right: 8px; }

.footer .box-list .item-pic img { display: block; }

.footer .box-list .item-body { display: inline-block; vertical-align: top; text-align: left; font-size: 14px; font-size: 1.4rem; line-height: 18px; }

.footer .box-list .item-body, .footer .box-list .item-body a { color: #666; }

@media screen and (max-width: 767px) { .footer .box-list { margin-bottom: 10px; }
  .footer .box-list .list-item { margin: 0 10px 10px; }
  .footer .box-list .item-body { font-size: 12px; font-size: 1.2rem; } }

.footer .copyright { text-align: center; line-height: 24px; }

.footer .copyright, .footer .copyright a { color: #666; }

.footer .copyright a:hover { color: #23A05B; }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.main .box-main { float: left; width: 880px; }
.main .box-main.language-list { width: 100%; }

@media screen and (max-width: 1219px) { .main .box-main { width: 650px; } }

@media screen and (max-width: 999px) { .main .box-main { width: 100%; } }

.main .box-slide { float: right; width: 300px; background-color: #fff; }

@media screen and (max-width: 999px) { .main .box-slide { width: 100%; margin: 30px 0 0; } }

/* page-list start */
.page-list { font-size: 0; letter-spacing: 0; }

.page-list .list-item { border: solid 1px #F0F0F5; background-color: #F0F0F5; margin-bottom: 20px; }

.page-list .list-item:hover { border-color: #23A05B; }

@media screen and (max-width: 450px) { .page-list .list-item { padding: 20px 1.66667%; } }

.page-list .item-pic { float: left; margin: 30px 2.27273% 29px 3.40909%; width: 200px; }

.page-list .item-pic img { display: block; margin: 0 auto; max-width: 200px; width: 100%; }

@media screen and (max-width: 767px) { .page-list .item-pic { margin: 20px 2.27273% 20px 2.27273%; } }

@media screen and (max-width: 450px) { .page-list .item-pic { float: none; margin: 0 auto; max-width: 200px; } }

.page-list .item-body { overflow: hidden; margin-right: 3.40909%; padding-bottom: 20px; }

@media screen and (max-width: 767px) { .page-list .item-body { margin-right: 2.27273%; padding-bottom: 0; } }

@media screen and (max-width: 450px) { .page-list .item-body { margin: 0; } }

.page-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; margin-top: 25px; }

.page-list .item-title, .page-list .item-title a { color: #222222; }

@media screen and (max-width: 767px) { .page-list .item-title { margin-top: 18px; } }

.page-list .item-desc { margin-top: 8px; font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 60px; }

@media screen and (max-width: 767px) { .page-list .item-desc { margin-top: 5px; } }

.page-list .item-box { margin-top: 18px; }

@media screen and (max-width: 767px) { .page-list .item-box { margin-top: 8px; } }

.page-list .item-info { float: left; font-size: 0; letter-spacing: 0; }

.page-list .item-info .item-pics { display: inline-block; vertical-align: middle; width: 45px; height: 45px; border-radius: 50%; margin-right: 13px; }

.page-list .item-info .item-pics img { display: block; width: 100%; height: 100%; }

@media screen and (max-width: 767px) { .page-list .item-info .item-pics { width: 30px; height: 30px; margin-right: 5px; } }

.page-list .item-info .item-name { display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.page-list .item-info .item-name a:hover { color: #23A05B; }

@media screen and (max-width: 640px) { .page-list .item-info { width: 100%; } }

.page-list .item-num { font-size: 0; letter-spacing: 0; float: right; line-height: 24px; margin: 20px 0 0 0; }

.page-list .item-num .iconfont { font-size: 22px; font-size: 2.2rem; margin-right: 6px; vertical-align: middle; color: #666; }

.page-list .item-num .iconfont.active { color: #23A05B; }

.page-list .item-num p { display: inline-block; vertical-align: middle; font-size: 12px; font-size: 1.2rem; margin-left: 20px; }

.page-list .item-num p, .page-list .item-num p a { color: #999; }

.page-list .item-num .p3 { cursor: pointer; }

@media screen and (max-width: 1219px) { .page-list .item-num { margin-top: 10px; } }

@media screen and (max-width: 767px) { .page-list .item-num { margin-top: 5px; }
  .page-list .item-num p { margin-left: 10px; } }

@media screen and (max-width: 640px) { .page-list .item-num { float: left; width: 100%; }
  .page-list .item-num p:first-child { margin-left: 0; }
  .page-list .item-num .iconfont { margin-right: 3px; font-size: 18px; font-size: 1.8rem; } }

/* page-list end*/
/* slide-title start */
.slide-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 7px 20px 8px; font-weight: bold; background-color: #23A05B; }

.slide-title, .slide-title a { color: #fff !important; }

.slide-title a:hover { color: #222222; }

@media screen and (max-width: 767px) { .slide-title { padding: 10px; line-height: 20px; } }

/* slide-title end */
/* cate-slide start */
.cate-slide { border: solid 1px #23A05B; margin-bottom: 20px; padding-bottom: 5px; }

.cate-slide .box-list { padding: 0 20px; overflow: hidden; }

.cate-slide .box-list > li > a { color: #666; border-bottom: solid 1px #DCDCDC; display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 4px 0; position: relative; }

.cate-slide .box-list > li > a:hover, .cate-slide .box-list > li > a.active { color: #23A05B; }

.cate-slide .dot { line-height: 14px; color: #666; padding: 0 20px; display: none; }

.cate-slide .item-btn { cursor: pointer; text-align: center; line-height: 24px; margin: 10px 0 0; }

.cate-slide .item-btn, .cate-slide .item-btn a { color: #666; }

.cate-slide .item-btn a:hover { color: #23A05B; }

/* cate-slide end */
/* artical-slide start */
.artical-slide { border: solid 1px #23A05B; margin-bottom: 24px; }

.artical-slide .box-list { padding: 10px 20px 28px; }

.artical-slide .box-list .list-item { padding: 6px 0; }

.artical-slide .box-list .item-desc { background: url(../images/hot.png) no-repeat left 4px; padding-left: 33px; line-height: 18px; max-height: 36px; }

/* artical-slide end */
/* post-slide start */
.post-slide { border: solid 1px #23A05B; }

.post-slide .box-body { padding: 25px 20px 38px; position: relative; }

.post-slide .box-desc { letter-spacing: -0.5px; color: #666; line-height: 20px; margin-bottom: 22px; }

.post-slide .box-form .item-row { margin-bottom: 13px; }

.post-slide .box-form .item-p { line-height: 24px; margin-bottom: 5px; color: #222222; letter-spacing: -0.2px; }

.post-slide .box-form input, .post-slide .box-form textarea { border: solid 1px #e6e6e6; display: block; width: 100%; padding: 0 5px; color: #333; border-radius: 4px; }

.post-slide .box-form input { height: 36px; line-height: 34px; }

.post-slide .box-form textarea { height: 100px; padding-top: 5px; padding-bottom: 5px; }

.post-slide .box-form .item-code { position: relative; margin-top: 20px; }

.post-slide .box-form .item-code .item-input { float: left; width: 83px; margin-right: 11px; }

.post-slide .box-form .item-code .item-img { float: left; }

.post-slide .box-form .item-code .item-img img { cursor: pointer; display: block; }

.post-slide .box-form .item-btn { cursor: pointer;float: left; margin-left: 7px; width: 70px; border-radius: 18px; background-color: #23A05B; border: 0; line-height: 36px; color: #fff; }

.post-slide .box-form .item-btn:hover { background-color: #222222; }

.post-slide .item-success { margin-top: 28px; }

.post-slide .item-success .iconfont { font-size: 22px; font-size: 2.2rem; color: #00C012; margin-right: 8px; float: left; }

.post-slide .item-success .item-title { overflow: hidden; font-size: 14px; font-size: 1.4rem; line-height: 22px; letter-spacing: -0.2px; }

/* post-slide end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 30px 0 40px; }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0; } }

/*-------------2-search start--------------------------------------------------------------*/
.search-result { text-align: center; }

.search-result .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #999; }

.search-result .item-title strong { color: #000; }

@media screen and (max-width: 767px) { .search-result .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

.search-result .item-btn { margin-top: 54px; display: inline-block; min-width: 120px; line-height: 24px; border-radius: 16px; padding: 3px; border: solid 1px #23A05B; color: #23A05B; }

.search-result .item-btn:hover { background-color: #23A05B; color: #fff; }

@media screen and (max-width: 999px) { .search-result .item-btn { margin-top: 40px; } }

@media screen and (max-width: 767px) { .search-result .item-btn { margin-top: 20px; } }

.search-result1 { font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-bottom: 17px; }

.search-result1, .search-result1 a { color: #000; }

@media screen and (max-width: 767px) { .search-result1 { font-size: 14px; font-size: 1.4rem; margin-bottom: 13px; } }

/*-------------2-search end----------------------------------------------------------------*/
/*-------------4-cate start----------------------------------------------------------------*/
/* .cate-list start */
.cate-list .item-pic { margin: 30px 1.66667% 29px 2.5%; }

@media screen and (max-width: 767px) { .cate-list .item-pic { margin: 20px 1.66667% 20px 1.66667%; } }

@media screen and (max-width: 450px) { .cate-list .item-pic { float: none; margin: 0 auto; max-width: 200px; } }

.cate-list .item-body { margin-right: 2.5%; }

@media screen and (max-width: 767px) { .cate-list .item-body { margin-right: 2.27273%; padding-bottom: 0; } }

@media screen and (max-width: 450px) { .cate-list .item-body { margin: 0; } }

/* .cate-list end*/
/*-------------4-cate end------------------------------------------------------------------*/
/*-------------5-blog-detail start---------------------------------------------------------*/
.blog-detail { background-color: #F0F0F5; padding: 65px 5% 54px; margin-bottom: 33px; text-align: center; }

@media screen and (max-width: 999px) { .blog-detail { padding: 50px 2.5%; } }

@media screen and (max-width: 767px) { .blog-detail { padding: 30px 2.5%; margin-bottom: 25px; } }

.blog-detail .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; margin-bottom: 28px; }

@media screen and (max-width: 767px) { .blog-detail .item-title { margin-bottom: 15px; } }

.blog-detail .item-cate { font-size: 0; letter-spacing: 0; text-align: center; display: inline-block; }

.blog-detail .item-cate p { display: inline-block; vertical-align: middle; line-height: 24px; font-size: 14px; font-size: 1.4rem; letter-spacing: 0.2px; }

.blog-detail .item-cate p, .blog-detail .item-cate p a { color: #666; }

.blog-detail .item-cate p a:hover { color: #23A05B; }

.blog-detail .item-cate .item-img { margin-right: 60px; }

.blog-detail .item-cate .item-img span { margin-right: 5px; }

.blog-detail .item-cate .item-img img { width: 53px; height: 53px; border-radius: 50%; vertical-align: middle; margin-right: 7px; }

@media screen and (max-width: 1219px) { .blog-detail .item-cate .item-img { margin-right: 30px; } }

@media screen and (max-width: 999px) { .blog-detail .item-cate .item-img { display: block; margin-bottom: 10px; margin-right: 0; }
  .blog-detail .item-cate .item-img img { width: 40px; height: 40px; } }

.blog-detail .item-cate .item-date { margin-right: 50px; }

@media screen and (max-width: 1219px) { .blog-detail .item-cate .item-date { margin-right: 20px; } }

@media screen and (max-width: 999px) { .blog-detail .item-cate .item-date { margin-right: 10px; } }

.blog-detail .item-cate .item-num { font-size: 0; letter-spacing: 0; margin-right: 60px; }

.blog-detail .item-cate .item-num .iconfont { font-size: 20px; font-size: 2.0rem; margin-right: 6px; vertical-align: middle; }

.blog-detail .item-cate .item-num .iconfont.active { color: #23A05B; }

.blog-detail .item-cate .item-num span { display: inline-block; vertical-align: middle; font-size: 12px; font-size: 1.2rem; margin-left: 20px; }

.blog-detail .item-cate .item-num .p3 { cursor: pointer; }

@media screen and (max-width: 1219px) { .blog-detail .item-cate .item-num { margin-right: 30px; } }

@media screen and (max-width: 999px) { .blog-detail .item-cate .item-num { margin-right: 20px; }
  .blog-detail .item-cate .item-num span { margin-left: 10px; } }

.blog-detail .item-body { text-align: left; padding: 58px 0 85px; font-size: 14px; font-size: 1.4rem; line-height: 20px; }

.blog-detail .item-body p { min-height: 20px; }

.blog-detail .item-body img, .blog-detail .item-body iframe { max-width: 100%; }

.blog-detail .item-body, .blog-detail .item-body a { color: #666; }

@media screen and (max-width: 999px) { .blog-detail .item-body { padding: 50px 0; } }

@media screen and (max-width: 767px) { .blog-detail .item-body { padding: 30px 0; } }

.comments-main .box-form { border-bottom: solid 1px #dcdcdc; padding-bottom: 40px; }

@media screen and (max-width: 767px) { .comments-main .box-form { padding-bottom: 30px; } }

.comments-main .box-form .item-top { margin-bottom: 12px; line-height: 24px; }

.comments-main .box-form .item-top .item1 { float: left; font-weight: bold; letter-spacing: 0.2px; }

.comments-main .box-form .item-top .item1 span { color: #666; margin-left: 34px; font-weight: normal; }

.comments-main .box-form .item-top .item1 a { color: #067CE0; }

.comments-main .box-form .item-top .item1 a:hover { color: #23A05B; }

@media screen and (max-width: 767px) { .comments-main .box-form .item-top .item1 span { margin-left: 10px; } }

.comments-main .box-form .item-top .item2 { float: right; color: #999; font-size: 12px; font-size: 1.2rem; }

.comments-main .box-form .item-top .item2 .iconfont { font-size: 24px; font-size: 2.4rem; vertical-align: middle; margin-right: 7px; }

@media screen and (max-width: 640px) { .comments-main .box-form .item-top .item2 { float: left; width: 100%; } }

.comments-main .box-form textarea { width: 100%; display: block; height: 179px; border: solid 1px #DCDCDC; padding: 15px 20px; line-height: 20px; color: #333; letter-spacing: 0.2px; }

@media screen and (max-width: 767px) { .comments-main .box-form textarea { padding: 10px; } }

.comments-main .box-form .item-btn { margin-top: 10px; float: right; width: 120px; line-height: 32px; border-radius: 16px; background-color: #23A05B; color: #fff; text-align: center; font-size: 14px; font-size: 1.4rem; letter-spacing: 0.2px; }

.comments-main .box-form .item-btn:hover { background-color: #222222; }

.comments-main .box-list { padding-bottom: 30px; }

@media screen and (max-width: 767px) { .comments-main .box-list { padding-bottom: 20px; } }

.comments-main .box-list .list-item { border-bottom: solid 1px #DCDCDC; padding: 30px 0 27px; }

@media screen and (max-width: 767px) { .comments-main .box-list .list-item { padding: 20px 0; } }

.comments-main .box-list .item-pic { float: left; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; margin-right: 1.66667%; }

.comments-main .box-list .item-pic img { display: block; width: 100%; height: 100%; border-radius: 50%; }

.comments-main .box-list .item-body { overflow: hidden; line-height: 20px; }

.comments-main .box-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: -2px; }

.comments-main .box-list .item-desc { margin-top: 8px; }

.comments-main .box-list .item-desc a { display: inline; color: #23A05B; }

.comments-main .box-list .item-desc a:hover { color: #222222 !important; }

.comments-main .box-list .item-date { color: #999; margin-top: 20px; }

/*-------------5-blog-detail end-----------------------------------------------------------*/
/*-------------6-write start---------------------------------------------------------------*/
.write-info { padding: 0 0 39px; }

@media screen and (max-width: 767px) { .write-info { padding: 0 0 26px; } }

.write-info .item-img { position: relative; margin: 0 auto; width: 122px; height: 122px; border-radius: 50%; overflow: hidden; }

.write-info .item-img img { display: block; width: 100%; height: 100%; }

@media screen and (max-width: 999px) { .write-info .item-img { width: 110px; height: 110px; } }

@media screen and (max-width: 767px) { .write-info .item-img { width: 80px; height: 80px; } }

.write-info .item-name { text-align: center; font-size: 20px; font-size: 2rem; font-weight: bold; line-height: 24px; }

.write-info .item-name, .write-info .item-name a { color: #000; }

@media screen and (max-width: 999px) { .write-info .item-name { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .write-info .item-name { margin-top: 10px; font-size: 14px; font-size: 1.4rem; } }

/*-------------6-write end-----------------------------------------------------------------*/
/*-------------7-center start--------------------------------------------------------------*/
/* center-slide start */
.center-slide .box-title { margin-bottom: 21px; }

.center-slide .box-title > a { text-align: center; display: block; line-height: 24px; padding: 8px; background-color: #23A05B; color: #fff; }

.center-slide .box-title > a:hover { background-color: #222222; }

.center-slide .box-list { border: solid 6px #23A05B; border-color: rgba(35, 160, 91, 0.45); padding: 0 20px; }

.center-slide .box-list > li > a { border-top: dashed 1px #23A05B; display: block; text-align: center; line-height: 24px; padding: 6px 6px 7px; color: #666; }

.center-slide .box-list > li:first-child > a { border-top: 0; }

.center-slide .box-list > li:hover > a, .center-slide .box-list > li.active > a { color: #23A05B; font-weight: bold; }

/* center-slide end */
/* center-list start */
.center-list .item-title { position: relative; overflow: visible; padding-right: 25px; }

.center-list .edit-btn { position: absolute; right: 0; top: -8px; }

.center-list .edit-btn:hover .iconfont { color: #23A05B; }

.center-list .edit-btn .iconfont { font-size: 20px; font-size: 2rem; color: #999; }

@media screen and (max-width: 1219px) { .center-list .edit-btn { top: 0; } }

/* center-list end */
/*-------------7-center end----------------------------------------------------------------*/
/*-------------8-add start-----------------------------------------------------------------*/
.add-form .item-title { float: left; width: 100px; line-height: 36px; text-align: right; color: #666; }

@media screen and (max-width: 640px) { .add-form .item-title { width: 70px; } }

@media screen and (max-width: 480px) { .add-form .item-title { width: 100%; float: none; padding-left: 16px; text-align: left; } }

.add-form .item-body { padding-left: 26px; overflow: hidden; position: relative; }

@media screen and (max-width: 640px) { .add-form .item-body { padding-left: 16px; } }

.add-form .star { position: relative; }

.add-form .star:before { position: absolute; content: ''; width: 6px; height: 36px; background: url(../images/star.png) no-repeat center; left: 10px; top: 0; }

@media screen and (max-width: 640px) { .add-form .star:before { left: 0; } }

.add-form .item-row { margin-bottom: 20px; }

@media screen and (max-width: 767px) { .add-form .item-row { margin-bottom: 15px; } }

.add-form .item-row input, .add-form .item-row select { border: solid 1px #DCDCDC; max-width: 460px; width: 100%; height: 36px; line-height: 34px; color: #333; padding: 0 10px; outline: none; font-size: 14px; font-size: 1.4rem; }

.add-form .item-row select { max-width: 200px; }

.add-form .item-row textarea { height: 130px; width: 100%; padding: 10px; line-height: 20px; color: #333; }

.add-form .item-row .txt1 textarea { border: solid 1px #d9d9d9; padding-bottom: 30px; }

.add-form .item-row .txt1 .num { color: #999999; position: absolute; right: 10px; line-height: 20px; bottom: 9px; }

.add-form .item-row .txt2 { height: 440px; border: solid 1px #d9d9d9; }

.add-form .item-file { font-size: 0; letter-spacing: 0; margin-bottom: -6px; }

.add-form .item-file .txt { font-size: 14px; font-size: 1.4rem; color: #999; line-height: 24px; margin-top: 7px; }

.add-form .item-file .file-img { display: inline-block; vertical-align: bottom; overflow: hidden; width: 133px; height: 100px; background: url(../images/web3.png) no-repeat center; background-size: contain; margin-right: 20px; }

@media screen and (max-width: 640px) { .add-form .item-file .file-img { margin-right: 10px; } }

@media screen and (max-width: 480px) { .add-form .item-file .file-img { display: block; } }

.add-form .item-file .file-btn, .add-form .item-file .file-btn1 { display: inline-block; vertical-align: bottom; width: 84px; height: 32px; border-radius: 16px; outline: none; line-height: 30px; border: solid 1px #23A05B; color: #23A05B; background-color: transparent; cursor: pointer; margin-top: 20px; }

.add-form .item-file .file-btn:hover, .add-form .item-file .file-btn1:hover { background-color: #23A05B; color: #fff; }

.add-form .item-file .file-btn { margin-right: 11px; }

@media screen and (max-width: 640px) { .add-form .item-file .file-btn { margin-right: 10px; } }

.add-form .item-file .file-input { display: none; }

.add-form .item-btns { font-size: 0; letter-spacing: 0; text-align: right; }

.add-form .item-btns .item-btn { text-align: center; display: inline-block; vertical-align: top; width: 84px; line-height: 32px; line-height: 32px; border-radius: 18px; font-size: 14px; font-size: 1.4rem; border: solid 1px #23A05B; color: #23A05B; margin: 20px 0 0 11px; }

.add-form .item-btns .item-btn:hover { background-color: #23A05B; color: #fff; }

@media screen and (max-width: 767px) { .add-form .item-btns .item-btn { margin: 10px 0 0 10px; } }

/*-------------8-add end-------------------------------------------------------------------*/
/*-------------10-notice start-------------------------------------------------------------*/
.notice-main .box-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; margin-bottom: 26px; }

@media screen and (max-width: 767px) { .notice-main .box-title { margin-bottom: 20px; font-size: 14px; font-size: 1.4rem; } }

.notice-main .box-list .list-item { background-color: #F0F0F5; margin-bottom: 2px; line-height: 24px; padding: 13px 0 13px; }

.notice-main .box-list .list-item:hover { color: #23A05B; }

.notice-main .box-list .list-item:hover .item-desc, .notice-main .box-list .list-item:hover .item-desc a { color: #23A05B; }

.notice-main .box-list .list-item:hover .iconfont.pull-right { visibility: visible; }

.notice-main .box-list .iconfont.pull-left { font-size: 20px; font-size: 2rem; margin: 0 2.27273%; }

.notice-main .box-list .iconfont.pull-right { font-size: 17px; font-size: 1.7rem; margin: 0 2.27273%; cursor: pointer; visibility: hidden; }

.notice-main .box-list .iconfont.pull-right:hover { color: #23A05B; }

@media screen and (max-width: 999px) { .notice-main .box-list .iconfont.pull-right { visibility: visible; } }

.notice-main .box-list .item-desc { overflow: hidden; }

.notice-main .box-list .item-desc a { display: inline; }

.notice-main .box-list .item-desc, .notice-main .box-list .item-desc a { color: #333; }

/*-------------10-notice end---------------------------------------------------------------*/
/*-------------11-myblog start-------------------------------------------------------------*/
.myblog-main .blog-check { margin-bottom: 20px; font-size: 0; letter-spacing: 0; }

.myblog-main .blog-check .check-all { display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-right: 22px; cursor: pointer; }

.myblog-main .blog-check .check-all input { width: 18px; height: 18px; vertical-align: middle; margin-right: 10px; }

.myblog-main .blog-check .check-all:hover { color: #23A05B; }

.myblog-main .blog-check .check-delete { cursor: pointer; display: inline-block; vertical-align: middle; width: 84px; height: 32px; line-height: 32px; background-color: #23A05B; color: #fff; text-align: center; font-size: 14px; font-size: 1.4rem; border-radius: 16px; }

.myblog-main .blog-check .check-delete:hover { background-color: #222222; }

.myblog-main .page-list .list-item:hover { border-color: #F0F0F5; }

@media screen and (max-width: 450px) { .myblog-main .page-list .list-item { padding-bottom: 0; } }

.myblog-main .page-list input { width: 18px; height: 18px; position: absolute; top: 50%; margin-top: -9px; left: 13px; }

@media screen and (max-width: 450px) { .myblog-main .page-list input { top: 66px; margin: 0; } }

.myblog-main .page-list .item-pic { margin-left: 44px; }

.myblog-main .page-list .item-icons { font-size: 0; letter-spacing: 0; text-align: center; padding: 9px 0 8px; border-top: solid 2px #fff; }

.myblog-main .page-list .item-icons a { display: inline-block; vertical-align: middle; width: 33.33333%; font-size: 17px; font-size: 1.7rem; line-height: 24px; position: relative; border-left: solid 1px #D2D2D2; }

.myblog-main .page-list .item-icons a:hover { color: #23A05B; }

.myblog-main .page-list .item-icons a:first-child { border-left: 0; }

/*-------------11-myblog end---------------------------------------------------------------*/
/*-------------12-Groups start-------------------------------------------------------------*/
.groups-main .box-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; margin-bottom: 27px; }

@media screen and (max-width: 999px) { .groups-main .box-title { margin-bottom: 20px; font-size: 14px; font-size: 1.4rem; } }

.groups-main .box-list { padding-bottom: 20px; }

.groups-main .box-list .list-item { background-color: #F0F0F5; margin-bottom: 9px; padding: 10px 0 10px; line-height: 24px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 767px) { .groups-main .box-list .list-item { padding: 20px 0; } }

.groups-main .box-list .item-num { width: 13.63636%; display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; color: #022222; padding: 0 2.27273% 0 3.63636%; }

.groups-main .box-list .item-pic { display: inline-block; vertical-align: middle; width: 18.18182%; margin-right: 18.18182%; }

.groups-main .box-list .item-pic img { display: block; margin: 0 auto; max-width: 160px; width: 100%; }

@media screen and (max-width: 767px) { .groups-main .box-list .item-pic { width: 120px; margin-right: 9.09091%; } }

@media screen and (max-width: 640px) { .groups-main .box-list .item-pic { margin-right: 0; } }

.groups-main .box-list .item-desc { width: 50%; display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1.4rem; }

.groups-main .box-list .item-desc, .groups-main .box-list .item-desc a { color: #333; }

@media screen and (max-width: 640px) { .groups-main .box-list .item-desc { width: 100%; padding-left: 3.63636%; margin-top: 10px; } }

/*-------------12-Groups end---------------------------------------------------------------*/
/*-------------13-setting start------------------------------------------------------------*/
.setting-main .box-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; margin-bottom: 28px; }

@media screen and (max-width: 999px) { .setting-main .box-title { margin-bottom: 20px; font-size: 14px; font-size: 1.4rem; } }

.setting-main .box-list { font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 999px) { .setting-main .box-list { text-align: center; margin-bottom: -10px; } }

.setting-main .box-list .list-item { text-align: center; display: inline-block; vertical-align: top; width: 240px; border: solid 2px #23A05B; padding: 28px 15px 30px; margin: 0 20px 20px 0; }

@media screen and (max-width: 767px) { .setting-main .box-list .list-item { padding: 20px 10px; } }

@media screen and (max-width: 600px) { .setting-main .box-list .list-item { width: 48%; margin: 0 1% 15px; } }

@media screen and (max-width: 400px) { .setting-main .box-list .list-item { width: 98%; } }

.setting-main .box-list .item1 { background: url(../images/web6.png) no-repeat bottom right; }

.setting-main .box-list .item2 { background: url(../images/web7.png) no-repeat bottom right; }

.setting-main .box-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; }

.setting-main .box-list .item-btn { margin-top: 28px; display: inline-block; width: 80px; line-height: 32px; border-radius: 16px; background-color: #23A05B; color: #fff; text-align: center; font-size: 14px; font-size: 1.4rem; }

.setting-main .box-list .item-btn:hover { background-color: #222222; }

@media screen and (max-width: 767px) { .setting-main .box-list .item-btn { margin-top: 15px; } }

/*-------------13-setting end--------------------------------------------------------------*/
/*-------------14-password start-----------------------------------------------------------*/
.password-form { background-color: #F0F0F5; padding: 40px 0 20px; }

@media screen and (max-width: 640px) { .password-form { padding: 20px 2.5% 10px; } }

.password-form .item-row { margin-bottom: 20px; }

@media screen and (max-width: 640px) { .password-form .item-row { max-width: 400px; margin: 0 auto 10px; } }

.password-form .item-row .item-txt { float: left; width: 30.68182%; text-align: right; padding-right: 25px; font-size: 14px; font-size: 1.4rem; color: #666; line-height: 36px; min-height: 24px; }

@media screen and (max-width: 640px) { .password-form .item-row .item-txt { padding-right: 0; width: 100%; text-align: left; float: none; line-height: 30px; min-height: auto; } }

.password-form .item-row .item-input { overflow: hidden; max-width: 400px; }

.password-form .item-row input { width: 100%; height: 36px; line-height: 34px; border: solid 1px #DCDCDC; background-color: #fff; color: #333; padding: 0 10px; }

.password-form .item-row .forget-txt { text-align: right; line-height: 24px; font-size: 14px; font-size: 1.4rem; margin-top: 13px; margin-bottom: 6px; }

.password-form .item-row .forget-txt a { color: #067CE0; }

.password-form .item-row .forget-txt a:hover { color: #23A05B; }

.password-form .item-row .item-btn { float: right; width: 84px; height: 32px; line-height: 30px; border-radius: 16px; background-color: #23A05B; color: #fff; border: 0; }

.password-form .item-row .item-btn:hover { background-color: #222222; }

/*-------------14-password end-------------------------------------------------------------*/
/*-------------15-account start------------------------------------------------------------*/
.account-form { background-color: #F0F0F5; padding: 40px 0 64px; }

@media screen and (max-width: 767px) { .account-form { padding: 30px 0 20px; } }

@media screen and (max-width: 550px) { .account-form { padding: 20px 2.5%; } }

.account-form .item-row { line-height: 36px; margin-bottom: 20px; }

@media screen and (max-width: 767px) { .account-form .item-row { margin-bottom: 10px; } }

.account-form .item-row .item-txt { float: left; width: 30.68182%; text-align: right; padding-right: 25px; font-size: 14px; font-size: 1.4rem; color: #666; line-height: 36px; }

@media screen and (max-width: 1219px) { .account-form .item-row .item-txt { width: 22.72727%; } }

@media screen and (max-width: 767px) { .account-form .item-row .item-txt { width: 14.77273%; padding-right: 10px; } }

@media screen and (max-width: 550px) { .account-form .item-row .item-txt { padding-right: 0; width: 100%; text-align: left; float: none; line-height: 30px; min-height: auto; } }

.account-form .item-row .item-filetxt { line-height: 100px; }

@media screen and (max-width: 550px) { .account-form .item-row .item-filetxt { line-height: 40px; } }

.account-form .item-row .item-input { overflow: hidden; max-width: 430px; padding-right: 30px; position: relative; }

.account-form .item-row .item-input .iconfont { position: absolute; top: 0; right: 0; font-size: 22px; font-size: 2.2rem; color: #00C012; }

.account-form .item-row input { width: 100%; height: 36px; line-height: 34px; border: solid 1px #DCDCDC; background-color: #fff; color: #333; padding: 0 10px; }

.account-form .item-row .item-btn { margin: 38px auto 0; display: block; width: 84px; height: 32px; line-height: 30px; border-radius: 16px; background-color: #23A05B; color: #fff; border: 0; }

.account-form .item-row .item-btn:hover { background-color: #222222; }

@media screen and (max-width: 767px) { .account-form .item-row .item-btn { margin: 10px auto 0; } }

.account-form .item-file { font-size: 0; letter-spacing: 0; padding-bottom: 12px; }

.account-form .item-file .file-img { display: inline-block; vertical-align: middle; border-radius: 50%; width: 100px; height: 100px; overflow: hidden; background: url(../images/web4.png) no-repeat center; background-size: 100% 100%; margin-right: 20px; }

.account-form .item-file .file-img img { display: block; width: 100%; height: 100%; }

@media screen and (max-width: 550px) { .account-form .item-file .file-img { width: 80px; height: 80px; } }

.account-form .item-file .file-btn { display: inline-block; vertical-align: middle; width: 84px; height: 32px; outline: none; line-height: 30px; border: solid 1px #23A05B; background-color: transparent; border-radius: 16px; color: #23A05B; cursor: pointer; }

.account-form .item-file .file-btn:hover { background-color: #23A05B; color: #fff; }

.account-form .item-file .file-input { display: none; }

.account-form .item-email .item-input1 { float: left; min-width: 220px; margin-right: 10px; color: #666; }

@media screen and (max-width: 550px) { .account-form .item-email .item-input1 { margin: 0; width: 100%; } }

.account-form .item-email .item-change { float: left; display: inline-block; color: #067CE0; }

.account-form .item-email .item-change:hover { color: #23A05B; }

.account-form .item-url .item-input1 { float: left; min-width: 220px; margin-right: 10px; }

@media screen and (max-width: 550px) { .account-form .item-url .item-input1 { margin: 0; width: 100%; } }

.account-form .item-url .item-input2 { width: 160px; float: right; text-align: center; }

@media screen and (max-width: 550px) { .account-form .item-url .item-input2 { float: left; width: 100%; } }

/*-------------15-account end--------------------------------------------------------------*/
/*-------------16-change start-------------------------------------------------------------*/
.change-form { background-color: #F0F0F5; padding: 60px 0 40px; }

@media screen and (max-width: 767px) { .change-form { padding: 30px 0 20px; } }

@media screen and (max-width: 640px) { .change-form { padding: 20px 2.5% 10px; } }

.change-form .item-row { margin-bottom: 20px; }

@media screen and (max-width: 640px) { .change-form .item-row { max-width: 400px; margin: 0 auto 10px; } }

.change-form .item-row .item-txt { float: left; width: 35.22727%; text-align: right; padding-right: 25px; font-size: 14px; font-size: 1.4rem; color: #666; line-height: 36px; min-height: 24px; }

@media screen and (max-width: 1219px) { .change-form .item-row .item-txt { width: 30.68182%; } }

@media screen and (max-width: 640px) { .change-form .item-row .item-txt { padding-right: 0; width: 100%; text-align: left; float: none; line-height: 30px; min-height: auto; } }

.change-form .item-row .item-input { overflow: hidden; max-width: 430px; padding-right: 30px; position: relative; }

.change-form .item-row .item-input .iconfont { position: absolute; top: 0; right: 0; font-size: 22px; font-size: 2.2rem; line-height: 36px; color: #00C012; }

.change-form .item-row input { width: 100%; height: 36px; line-height: 34px; border: solid 1px #DCDCDC; background-color: #fff; color: #333; padding: 0 10px; }

.change-form .item-row .sent-input { width: 160px; margin-right: 10px; float: left; text-align: center; }

.change-form .item-row .item-sent { float: left; width: 80px; line-height: 36px; height: 36px; color: #000; border: 0; outline: none; background-color: #C8C8C8; cursor: pointer; }

.change-form .item-row .item-sent:hover { background-color: #23A05B; color: #fff; }

.change-form .item-row .item-btn { margin-top: 30px; float: right; width: 84px; height: 32px; line-height: 30px; border-radius: 16px; background-color: #23A05B; color: #fff; border: 0; }

.change-form .item-row .item-btn:hover { background-color: #222222; color: #fff; }

/*-------------16-change end---------------------------------------------------------------*/
.model-backdrop { display: none; position: fixed; z-index: 999999; top: 0; left: 0; bottom: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.66); }

.model-backdrop .model-form { width: 400px; background-color: #fff; padding: 20px 20px 10px; position: absolute; top: 50%; left: 50%; margin: -247px 0 0 -200px; }

.model-backdrop .model-form .close { position: absolute; top: 10px; right: 10px; font-size: 18px; font-size: 1.8rem; color: #23A05B; cursor: pointer; }

.model-backdrop .model-form .item-title { text-align: center; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 10px; color: #23A05B; }

.model-backdrop .model-form .item-row { margin-bottom: 10px; }

.model-backdrop .model-form .item-p { font-size: 12px; font-size: 1.2rem; font-weight: bold; line-height: 24px; color: #666; }

.model-backdrop .model-form .item-p span { color: #999; margin-left: 5px; font-weight: normal; }

.model-backdrop .model-form input, .model-backdrop .model-form textarea { border: solid 1px #D9D9D9; background-color: #fff; display: block; width: 100%; padding: 0 5px; color: #333; }

.model-backdrop .model-form input { height: 32px; line-height: 30px; }

.model-backdrop .model-form textarea { line-height: 20px; padding-top: 5px; padding-bottom: 5px; }

.model-backdrop .model-form .text1 { height: 32px; }

.model-backdrop .model-form .text2 { height: 100px; }

.model-backdrop .model-form .item-code { position: relative; margin-top: 20px; }

.model-backdrop .model-form .item-code .item-input { padding-right: 80px; }

.model-backdrop .model-form .item-code .item-img { position: absolute; top: 1px; right: 1px; }

.model-backdrop .model-form .item-code .item-img img { cursor: pointer; display: block; }

.model-backdrop .model-form .item-btn { width: 100%; height: 32px; line-height: 32px; background-color: #23A05B; text-transform: uppercase; color: #fff; border: 0; margin: 20px auto 0; font-weight: bold; font-size: 12px; font-size: 1.2rem; }

.model-backdrop .model-form .item-btn:hover { background-color: #222222; }

@media screen and (max-width: 767px) { .model-backdrop .model-form .item-btn { margin: 0 auto; height: 36px; line-height: 36px; } }

@media screen and (max-width: 767px) { .model-backdrop .model-form { width: 90%; margin-left: -45%; margin-top: -217px; padding: 15px 20px 5px; }
  .model-backdrop .model-form .item-code { margin-top: 10px; }
  .model-backdrop .model-form .text2 { height: 60px; } }

.contact-box { margin-top: 30px; }

.contact-box .form-box { border-radius: 4px; background-color: #FBFBFB; border: solid 1px #e1e1e1; padding: 19px 4.58333% 29px; }

@media screen and (max-width: 767px) { .contact-box .form-box { padding: 15px 2%; } }

.contact-box .box-title { font-size: 36px; font-size: 3.6rem; color: #23A05B; text-align: center; position: relative; padding-bottom: 15px; margin-bottom: 39px; letter-spacing: 0.7px; }

.contact-box .box-title:after { position: absolute; content: ''; width: 119px; height: 4px; background-color: #23A05B; left: 50%; margin-left: -60px; bottom: 0; }

@media screen and (max-width: 1219px) { .contact-box .box-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 999px) { .contact-box .box-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .contact-box .box-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; margin-bottom: 25px; }
  .contact-box .box-title:after { height: 2px; } }

@media screen and (max-width: 767px) { .contact-box .box-title { font-size: 20px; font-size: 2rem; } }

.contact-box .item-form .star { position: relative; }

.contact-box .item-form .star:after { position: absolute; content: '*'; color: #999999; left: 10px; top: 17px; }

.contact-box .item-form .star input, .contact-box .item-form .star textarea { padding-left: 20px; }

.contact-box .item-form .item-input { width: 48.07339%; margin-bottom: 21px; }

.contact-box .item-form .item-input1 { margin-bottom: 22px; width: 100%; }

.contact-box .item-form input, .contact-box .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #999999; border: solid 1px #E1E1E1; }

.contact-box .item-form input { height: 50px; line-height: 48px; padding: 0 10px; }

.contact-box .item-form textarea { height: 200px; padding: 8px 10px; line-height: 24px; margin: 3px 0 0; }

.contact-box .item-form .item-code { width: 33.76147%; margin-right: 1.74312%; }

.contact-box .item-form .item-img img { display: block; cursor: pointer; }

.contact-box .item-form .item-btn { width: 48.07339%; padding: 0; }

.contact-box .item-form .item-btn input { height: 48px; border-color: #23A05B; background-color: #23A05B; color: #fff; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.contact-box .item-form .item-btn input:hover { background-color: #333; border-color: #333; }

@media screen and (max-width: 1419px) { .contact-box .item-form .item-code { width: 28.44037%; margin-right: 1.37615%; } }

@media screen and (max-width: 999px) { .contact-box .item-form .item-code { width: 200px; }
  .contact-box .item-form .item-btn { width: 35%; margin-left: 15px; float: left; } }

@media screen and (max-width: 767px) { .contact-box .item-form .item-input, .contact-box .item-form .item-input1 { margin-bottom: 10px; }
  .contact-box .item-form .item-code { width: -moz-calc(100% - 120px); width: calc(100% - 120px); margin-right: 0; }
  .contact-box .item-form .item-img { float: right; height: 40px; }
  .contact-box .item-form .item-img img { max-height: 100%; }
  .contact-box .item-form .item-btn { margin-left: 0; width: 100%; }
  .contact-box .item-form .item-btn input { height: 40px; line-height: 38px; font-size: 14px; font-size: 1.4rem; }
  .contact-box .item-form input { height: 40px; line-height: 38px; } }

@media screen and (max-width: 500px) { .contact-box .item-form .item-input { width: 100%; }
  .contact-box .item-form .item-img { float: left; margin-bottom: 10px; } }

/*.phone-nav*/
.phone-nav { width: 5px; height: 100%; position: absolute; right: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.phone-nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.phone-nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; position: relative; }

.phone-nav .nav form .iptc { -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.phone-nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; z-index: 1; position: relative; }

.phone-nav .nav form .iconfont { position: absolute; top: 0; right: 0; width: 20%; height: 26px; text-align: center; line-height: 26px; color: #23A05B; z-index: 0; background-color: #fff; }

.phone-nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.phone-nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; padding-left: 20px; position: relative; }

.phone-nav .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../fonts/shizi.png") no-repeat center center; }

.phone-nav .addition.active { background-image: url("../fonts/yizi.png"); }

.phone-nav .addition.fa:before { margin-right: 5px; color: #fff; padding-left: 0; }

.phone-nav .nav > ul > li > a { margin-right: 40px; color: #fff; font-size: 12px; font-size: 1.2rem; display: block; }

.phone-nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; }

.phone-nav .nav > ul > li .c-show { display: none; width: 100%; }

.phone-nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; margin-right: 40px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { margin-right: 40px; padding-left: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { margin-right: 40px; padding-left: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 8px; padding-bottom: 8px; line-height: 24px; word-break: break-word; }

.phone-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.phone-nav .nav > ul > dl { padding: 20px; }

.phone-nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.phone-nav .menubtn { width: 23px; height: 18px; position: absolute; top: 18px; right: 10px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.phone-nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #23A05B; }

.phone-nav .menubtn span.menu-color { background-color: #23A05B !important; }

@media screen and (min-width: 768px) { .phone-nav, .menubtn { display: none; } }

.slide { position: relative; }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

.slide video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: 100%; height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.slide .carouse .slideItem .banner-img { width: 100%; display: block; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .carousel-control { position: absolute; top: 50%; width: 33px; height: 33px; text-align: center; line-height: 33px; z-index: 999; margin-top: -16px; background-color: #000; background-color: rgba(0, 0, 0, 0.6); }

.slide .carousel-control .iconfont { font-size: 20px; font-size: 2rem; color: #fff; }

.slide .carousel-control:hover { background-color: #23A05B; }

.slide .carousel-control.left { left: 0; cursor: pointer; }

.slide .carousel-control.right { right: 0; cursor: pointer; }

.slide .dotList { position: absolute; width: 100%; bottom: 20px; text-align: center; line-height: 0; }

.slide .dotList li { display: inline-block; cursor: pointer; font-size: 0px; margin: 0 10px; border: none; outline: none; width: 12px; height: 12px; background-color: #23A05B; border-radius: 50%; opacity: 0.6; }

.slide .dotList li.active { opacity: 1; }

@media screen and (max-width: 999px) { .slide .carousel-control { display: none; }
  .slide .dotList { bottom: 15px; }
  .slide .dotList li { margin: 0 5px; } }

@media screen and (max-width: 767px) { .slide .dotList { bottom: 8px; }
  .slide .dotList li { margin: 0 3px; width: 8px; height: 8px; } }

#index-slide { margin-bottom: 20px; }

#index-slide .carousel-control { position: absolute; top: 50%; width: 24px; height: 24px; text-align: center; line-height: 24px; z-index: 999; margin-top: -12px; background-color: #23A05B; background-color: rgba(35, 160, 91, 0.6); border-radius: 50%; }

#index-slide .carousel-control .iconfont { font-size: 12px; font-size: 1.2rem; color: #fff; }

#index-slide .carousel-control:hover { background-color: #23A05B; }

#index-slide .carousel-control.left { left: 20px; cursor: pointer; }

#index-slide .carousel-control.right { right: 20px; cursor: pointer; }

#index-slide .dotList { bottom: 10px; }

@media screen and (max-width: 767px) { #index-slide .dotList { bottom: 5px; } }

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:999px) {	}
@media screen and (max-width:767px) {	}


@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1580695507027'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1580695507027#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1580695507027') format('woff'),
  url('../fonts/iconfont.ttf?t=1580695507027') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1580695507027#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
	font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiaoxitixing:before {
  content: "\e636";
}

.icon-sey-write-a:before {
  content: "\e66c";
}

.icon-jushoucang:before {
  content: "\e643";
}

.icon-sousuo:before {
  content: "\e653";
}

.icon-yanjing:before {
  content: "\e661";
}

.icon-LC_icon_delete_line:before {
  content: "\e607";
}

.icon-jushoucanggift:before {
  content: "\e684";
}

.icon-tixing:before {
  content: "\e638";
}

.icon-close:before {
  content: "\e713";
}

.icon-zhidingxian:before {
  content: "\e618";
}

.icon-message:before {
  content: "\e604";
}

.icon-top1:before {
  content: "\e64d";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up12:before {
  content: "\e736";
}

.icon-bottom12:before {
  content: "\e737";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-left27:before {
  content: "\e78f";
}

.icon-right27:before {
  content: "\e790";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-icon-test11:before {
  content: "\e652";
}

.icon-icon-test13:before {
  content: "\e654";
}

.icon-search:before {
  content: "\e602";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

/*分类简介 start*/
.category-description {
    margin: -27px auto 20px auto;
}
@media screen and (max-width: 767px) {
    .category-description {
        margin-top: -11px;
    }
}
/*分类简介 end*/
.m-hdmnav {
    position: relative;
    float: right;
    /* padding-top: 40px; */
    padding-bottom: 49px;
    z-index: 999;
    right: -20px;
    top: 8px;
}
.j-nextshow-list {
    display: block;
    line-height: 24px;
    font-size: 2rem;
}
.box-list-new li:hover{
    background: #23A05B;
}
.box-list-new li:hover a{
    color: #fff;
}
