body {
    padding: 0;
    margin: 0;
    background: #f9f9f9;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
a,
del,
em,
img,
q,
s,
strong,
sub,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.text-hide {
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-hide2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    overflow: hidden;
    word-break: break-all;
}


/*字号*/

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f35 {
    font-size: 35px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.f48 {
    font-size: 48px;
}

.f62 {
    font-size: 62px;
}

.fcr {
    color: #fc0000;
}

.fc3 {
    color: #333;
}

.fc6 {
    color: #666;
}

.fc9 {
    color: #999;
}

.fcw {
    color: #fff;
}

.fcb {
    color: #0086e0;
}

.bgw {
    background: #fff;
}

.bgb {
    color: #0086e0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml20 {
    margin-left: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearself {
    overflow: hidden;
    _overflow: visible;
    _height: 1%;
}


/*两端对齐*/

.pack_justify {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*顶部对齐*/

.pack_top {
    display: flex;
    justify-content: flex-start;
}


/*左侧对齐*/

.pack_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/*右侧侧对齐*/

.pack_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/*四周对齐*/

.pack_around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


/*水平居中对齐*/

.pack_center {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*垂直居中对齐*/

.box_ver {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/*左侧垂直对齐*/

.box_leftver {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.flex1 {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.vote {
    display: none;
}
.hongbao{position: fixed;bottom:50px;left: 0;z-index: 99;width: 136px;overflow: hidden;display: none;}
.hongbao img{display: block;width: 100%;height: auto;}
/*页头*/
.cyd_header {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cyd_header.isfixed {
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
}
.header_right {
    height: 52px;
    line-height: 52px;
}

.header_right_icon {
    display: block;
    float: left;
    margin: 0 0 0 15px;
    color: #333;
    cursor: pointer;
}


/* .header_search, */

.header_msg {
    width: 20px;
    height: 100%;
}

.header_tougao {
    background: url(../img/cyd_tougao.png) 0 center no-repeat;
    padding: 0 0 0 25px;
    cursor: pointer;
    color: #00a4e8;
}

.header_search {
    background: url(../img/cyd_searchicon.png) 0 center no-repeat;
    padding-left: 20px;
    width: 30px;
    height: 100%;
}

.header_msg {
    background: url(../img/cyd_msgicon.png) 0 center no-repeat;
    position: relative;
    display: none;
}

.msg_point {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fc0000;
    position: absolute;
    top: 16px;
    left: 11px;
    display: none;
}

.noLogin {
    margin-left: 20px;
    position: relative;
}

.noLogin a {
    margin-left: 10px;
    cursor: pointer;
}

.noLogin img {
    /* width: 56px;
    position: absolute;
    right: -42px;
    top: -8px;
    animation: myMove 1.5s infinite ease-in-out;
    -webkit-animation: myMove 1.5s infinite ease-in-out;
    -moz-animation: myMove 1.5s infinite ease-in-out;
    -o-animation: myMove 1.5s infinite ease-in-out; */
    width: 40px;
    position: absolute;
    right: -42px;
    top: -2px;
}
@keyframes myMove {
    0% {
        top: -8px;
    }
    50% {
        top: -11px;
    }
    100% {
        top: -8px;
    }
}

@-webkit-keyframes myMove {
    0% {
        top: -8px;
    }
    50% {
        top: -11px;
    }
    100% {
        top: -8px;
    }
}

@-moz-keyframes myMove {
    0% {
        top: -8px;
    }
    50% {
        top: -11px;
    }
    100% {
        top: -8px;
    }
}

@-o-keyframes myMove {
    0% {
        top: -8px;
    }
    50% {
        top: -11px;
    }
    100% {
        top: -8px;
    }
}

.header_regist {
    border-left: 1px solid #333;
    padding-left: 10px;
    line-height: 20px;
    margin-top: 16px;
}

.haslogin {
    position: relative;
    margin: 0 0 0 10px;
    padding: 6px;
    cursor: pointer;
    display: none;
}

.userAvatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
}

.userAvatar img {
    display: block;
    width: 100%;
    height: 100%;
}
.user_nickname{font-weight: bold;border-bottom: 1px solid #888;display: block;padding:0 10px;text-align: center;}
.userSelectMenu {
    background: #fff;
    z-index: 10;
    border-radius: 5px;
    border: 1px solid #eae9e9;
    position: absolute;
    top: 50px;
    right: 0;
    width: 120px;
    display: none;
}

.userSelectMenu a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #eae9e9;
    color: #888;
    font-size: 14px;
    text-align: center;
    line-height: normal;
}

.userSelectMenu a:last-child {
    border-bottom: 0 none;
}

.haslogin:hover .userSelectMenu {
    display: block;
}
.app_login_before{display: none;}
.cyd_appheadcon {
    position: relative;
    padding: 11px 20px;
    display: none;
}

.cyd_appheadcon img {
    display: block;
    width: 30px;
    height: 30px;
}

.cyd_appsubmenu {
    position: absolute;
    top: 52px;
    right: 10px;
    width: 100px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 10px;
    z-index: 2;
    display: none;
}

.cyd_appsubmenu a {
    display: block;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    font-size: 14px;
}

.cyd_appsubmenu a:last-child {
    border-bottom: 0 none;
}

.cydVideoList {
    overflow: hidden;
    background: #fff;
    padding: 17px 10px 0;
}

.cydVideoList li {
    float: left;
    width: 140px;
    margin: 0 7px 20px;
    overflow: hidden;
}

.cydVideoList li a {
    display: block;
}

.cydVideoimg {
    position: relative;
    width: 100%;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
}

.cydVideoimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.cydVideoicon {
    width: 26px;
    height: 26px;
    background: url(../img/cyd_videoicon.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
}

.cydVideoTitle {
    margin: 5px 0 0;
    font-size: 14px;
    color: #333;
    display: block;
}

.cydVideoList li:hover .cydVideoTitle {
    color: #0086e0;
}

.cyd_active_info p {
    font-size: 14px;
    color: #eae7e7;
    margin: 10px 0;
    padding: 0 0 0 22px;
}

.active_time {
    background: url(../img/cyd_timeicon.png) 0 center no-repeat;
}

p.active_location {
    background: url(../img/cyd_location.png) 0 center no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    overflow: hidden;
    word-break: break-all;
}

.aboutCouse li {
    float: none;
    width: auto;
}

.aboutCouse li .cydVideoimg {
    height: auto;
}


/*分类导航*/
.articleCategroy {
    background: #fff;
    border-bottom: 2px solid #dedede;
}
.articleCategroy_mobile{display: none;}
.cyd_icp {
    background: #0b1a37;
    text-align: center;
    padding: 15px 0;
}

.cyd_icp span {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
}

.footerimglist {
    margin-top: 15px;
}

.footerimglist a {
    display: inline-block;
    margin: 0 5px;
}


/*页脚样式*/

.cydFooterBox {
    background: #0b1a37;
    padding: 30px 10px;
    border-bottom:1px solid rgba(255,255,255,0.1)
}

.footer_left {
    float: left;
    width: 385px;
}

.footer_logo {
    display: block;
    margin: 0 0 20px 0;
    height:42px;
}
    
.footer_logo img{
    display:block;
}

.footer_title {
    height:42px;
    line-height:42px;
    margin: 0 0 20px 0;
}

.footer_about {
    margin: 0 0 30px 0;
    line-height: 1.8;
    word-break: break-all;
    color: #fff;
}

.footerSubitem {
    /*padding-left: 18px;*/
}

.footerSubitem a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px 0 0;
}

.footerSubitem a:hover,
.friendlins a:hover {
    color: #fff;
}

.footer_friendlinks {
    display: none;
}
.friendlins a {
    display: inline-block;
    width: 116px;
    text-align: left;
    margin: 0 10px 10px 0;
    color: #999;
    font-size:12px;
}
.friendlins a:hover{
    color:#172b58;
}

.footer_right {
    float: right;
}
.footer_parner{
    float:left;
    margin:0 0 0 95px;
    width:390px;
}
.parnerLogo{flex-wrap:wrap;}
.parnerLogo a{
    width:120px;
    height:40px;
    background:#fff;
    margin: 0 10px 10px 0;
    cursor:default;
}

.footerCode .box_ver{
    margin-right:20px;
    width:100px;
}
.footerCode .box_ver img{
    width:100%;
    height:100%;
    margin-bottom:10px;
}
.policeIcon {
    display: inline-block;
    background: url(img/police.png) left center no-repeat;
    padding: 0 0 0 25px;
}
.cydFriendLinkBox {
    padding:20px 0 10px;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.cydFriendLinkBox  h3{margin-bottom:6px;}

/*搜索页面*/

.searchBoxWidth {
    width: 700px;
    margin: 0 auto;
}

.searchItem {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    height: 48px;
    line-height: 48px;
}

.searchBtn {
    background: url(../img/cyd_search_icon.png) center center no-repeat;
    width: 60px;
    display: block;
    height: 100%;
}

.search_text {
    margin: 0 80px 0 0;
    padding: 0 10px;
}

.search_text input {
    width: 100%;
    height: 100%;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #808080;
    outline: none;
}

.hotsearch {
    display: block;
    background: url(../img/hot_serchicon.png) 0 center no-repeat;
    padding: 0 0 0 22px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.hot_tag h3 {
    font-size: 14px;
    color: #999;
    border: 1px solid #999;
    padding: 5px 10px;
    border-radius: 3px;
    display: block;
    float: left;
    margin: 0 5px 10px;
    line-height: normal;
}


/*.hot_tag a{margin-left: 10px; margin-right: 10px; float: left;color: #808080;text-decoration: none;line-height: initial;width: 8%;text-align: center;overflow: hidden;}*/

.hotArticle {
    display: block;
    background: url(../img/hot_article.png) 0 center no-repeat;
    padding: 0 0 0 22px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.hotArticleList {
    padding: 0 0 40px;
    overflow: hidden;
}

.hotArticleList li {
    float: left;
    margin: 0 0 20px 0;
    width: 50%;
    overflow: hidden;
    position: relative;
}

.articleImg {
    width: 94px;
    height: 60px;
    background: #dcecf3;
    overflow: hidden;
    border-radius: 5px;
    float: left;
}

.articleImg img {
    display: block;
    width: 100%;
    height: 100%;
}

.articelInfo {
    margin: 0 30px 0 104px;
}

.articelInfo p {
    font-size: 12px;
}

.article_title {
    margin: 0;
    font-size: 14px;
    color: #020202;
    display: block;
}


/*文章详情页*/

.meta a {
    font-size: 14px;
    color: #999;
}

.muted {
    font-size: 14px;
}

.article_tag {
    background: url(../img/article_tag.png) 0 center no-repeat;
    padding: 0 0 0 20px;
}

.article_from {
    background: url(../img/article_from.png) 0 center no-repeat;
    padding: 0 0 0 22px;
}

.article_look {
    background: url(../img/article_look.png) 0 center no-repeat;
    padding: 0 0 0 22px;
}

.article_time {
    background: url(../img/article_time.png) 0 center no-repeat;
    padding: 0 0 0 22px;
}


/*活动页*/

.banner {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
}

.banner .bd {
    position: relative;
    z-index: 1;
}

.banner .bd ul {
    width: 100% !important;
    /* height: 100% !important; */
    position: absolute;
    top: 0px;
}

.banner .bd li {
    width: 100% !important;
    height: 330px;
    position: relative;
}

.banner .bd li a {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.banner .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .hd {
    width: 100%;
    position: relative;
    z-index: 1;
    bottom: 32px;
    margin: 0 auto;
    height: 22px;
    line-height: 22px;
    text-align: center;
}


/*.banner .hd ul{height: 22px;width: 70px;background: url(../images/ulBg.png) 0 0 no-repeat;}*/

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 30px;
    height: 3px;
    margin: 6px;
    background: #d0e1e8;
    overflow: hidden;
    line-height: 9999px;
}

.banner .hd ul li.on {
    background: #fff;
}

.banner .prev,
.banner .next {
    z-index: 2;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -45px;
    display: block;
    width: 54px;
    height: 90px;
}

.banner .prev {
    background: url(../img/left.png) 0 0 no-repeat;
}

.banner .next {
    left: auto;
    right: 20px;
    background: url(../img/right.png) 0 0 no-repeat;
}

.wonderful_active {
    width: 1200px;
    margin: 0 auto;
}


/*活动列表*/

.pageWidth {
    width: 1200px;
    margin: 0 auto;
}

.activeList {
    margin: 30px auto;
}

.active_list li {
    width: 50%;
    margin: 0 0 20px;
    float: left;
}

.active_con {
    margin: 0 20px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 20px 0;
    position: relative;
    display: block;
}

.activeImg {
    width: 100%;
    padding: 23.22% 0;
    height: 0;
    position: relative;
    overflow: hidden;
}

.activeImg img,
.wonderful_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.activeInfo {
    padding: 0 20px;
}

.active_list li .active_name {
    margin: 10px 0 20px;
}

.active_list li .active_time {
    background: url(../img/article_time.png) 0 center no-repeat;
    padding: 5px 0 5px 20px;
}

.active_list li .active_location {
    background: url(../img/active_location.png) 0 center no-repeat;
    padding: 5px 0 5px 20px;
}

.activeSignBtn {
    display: block;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 30px;
    background: #0086e0;
}

.activeSignBtn:hover {
    color: #fff;
}

.active_tag {
    display: block;
    padding: 3px 10px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
}

.active_online {
    background: #eb5f47;
}

.active_downline {
    background: #999;
}

.activeOverBtn {
    background: #999;
}

.wonderful_active_title {
    line-height: 20px;
    border-left: 4px solid #00a4e8;
    padding-left: 10px;
    margin: 0 0 0 20px;
}

.wonderful_list {
    padding: 30px 0;
    overflow: hidden;
}

.wonderful_list li {
    float: left;
    width: 25%;
}

.wonderful_list li a {
    display: block;
    background: #fff;
    margin: 0 20px 20px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 0 0 5px 0;
}

.wonderful_img {
    width: 100%;
    padding: 23.22% 0;
    height: 0;
    position: relative;
    overflow: hidden;
}

.wonderful_list li h3 {
    margin: 10px;
}

.wonderful_list li:hover h3 {
    color: #0086e0;
}

.fixModular {
    position: fixed;
    right: 0px;
    bottom: 30px;
    z-index: 99;
}

.fixicon {
    width: 60px;
    height: 60px;
    display: block;
}

.backtotop {
    padding: 0 10px;
    margin: 20px 0 0;
    cursor: pointer;
    display: none;
}

.fixcode {
    padding: 0 10px;
    cursor: pointer;
}

.codeimg {
    /*width: 240px;*/
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: -38px;
    right: 90px;
    border-radius: 4px;
    display: none;
}

.codelist {
    overflow: hidden;
}

.codelist li {
    float: left;
    margin: 0 10px;
    width: 100px;
    overflow: hidden;
}

.codelist li span {
    display: block;
    text-align: center;
}

.codelist li img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 0 5px 0;
}

.fixcode:hover .codeimg {
    display: block;
}


/*关于我们*/

.aboutBanner {
    height: 330px;
    background: url(../img/about_banner.jpg) center center no-repeat;
    background-size: cover;
}

.aboutComBox {
    padding: 50px 0;
    overflow: hidden;
}

.aboutComBox .clearself {
    overflow: visible;
}

.about_title_line {
    width: 50px;
    height: 4px;
    background: #00a4e8;
    display: inline-block;
}

.aboutTitle {
    margin-bottom: 50px;
    text-align: center;
}

.aboutTitle h3 {
    margin: 10px 0 0;
}

.aboutTitle_left {
    text-align: left;
}

.ayl_intro {
    width: 635px;
    line-height: 2;
}

.ayl_intro_img {
    margin: -65px 0 0;
}

.ayl_intro_img img {
    display: block;
    width: 100%;
    height: auto;
}

.ayl_prolist {
    padding: 68px 0 0;
    overflow: hidden;
}

.ayl_prolist li {
    float: left;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 0 20px 20px;
    width: 243px;
    height: 290px;
    margin: 0 20px 80px 0;
    cursor: pointer;
}

.product_logo {
    width: 88px;
    height: 88px;
    background: #fff;
    border: 2px solid #ebebeb;
    border-radius: 100%;
    overflow: hidden;
    margin: -48px auto 0;
}

.product_logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.product_name {
    text-align: center;
    margin: 20px 0;
}

.ayl_prolist li p,
.ayl_idea li p {
    line-height: 1.6;
}

.ayl_prolist li:hover,
.ayl_prolist li:hover .product_logo {
    border-color: #00a4e8;
}

.ayl_prolist li:nth-child(4n),
.ayl_idea li:nth-child(4n) {
    margin-right: 0;
}

.ayl_service {
    height: 480px;
    background: url(../img/about_serviceBg.jpg) center 0 no-repeat;
}

.ayl_idea li {
    float: left;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 20px;
    margin: 0 20px 20px 0;
    cursor: pointer;
    width: 243px;
    height: 193px;
}

.ayl_idea li h3 {
    text-align: center;
    margin: 20px 0;
}

.ayl_idea li:hover {
    border-color: #00a4e8;
}

.ayl_idea li:hover h3 {
    color: #00a4e8;
}

.about_service_info {
    line-height: 2;
    width: 430px;
}

.service_list li {
    width: 50%;
    float: left;
    margin: 0 0 20px 0;
}

.service_list h4 {
    margin: 5px 0;
}

.service_list {
    margin: 0 0 0 500px;
    overflow: hidden;
}

.service_list li p {
    line-height: 2;
    width: 286px;
}

.service_img {
    width: 50px;
    height: 50px;
}

.ideaImg {
    width: 54px;
    height: 54px;
    margin: 0 auto;
}

.ideaImg1 {
    background: url(../img/idea1.png) 0 0 no-repeat;
}

.ideaImg2 {
    background: url(../img/idea2.png) 0 0 no-repeat;
}

.ideaImg3 {
    background: url(../img/idea3.png) 0 0 no-repeat;
}

.ideaImg4 {
    background: url(../img/idea4.png) 0 0 no-repeat;
}

.ayl_idea li:hover .ideaImg1 {
    background: url(../img/idea_on1.png) 0 0 no-repeat;
}

.ayl_idea li:hover .ideaImg2 {
    background: url(../img/idea_on2.png) 0 0 no-repeat;
}

.ayl_idea li:hover .ideaImg3 {
    background: url(../img/idea_on3.png) 0 0 no-repeat;
}

.ayl_idea li:hover .ideaImg4 {
    background: url(../img/idea_on4.png) 0 0 no-repeat;
}
.panerList{flex-wrap: wrap;padding:0 50px;}

.panerList li {
    width:150px;
    height:70px;
    background:rgba(255,255,255,1);
    box-shadow:0px 10px 20px 0px rgba(7,28,135,0.1);
    border-radius:4px;
    margin:0 40px 40px 0;
}

.panerList li img {
    width: 70%;
}

.panerList li:nth-child(6n) {
    margin-right: 0;
}

.contactUs {
    background: #f3f9fd;
}

.contact_usinfo {
    margin: 55px 0 0;
}

.contact_usinfo p {
    font-size: 14px;
    color: #333;
    line-height: 2
}

.contact_uscode {
    margin: 0 188px 0 220px;
}

.contact_uscode img {
    display: block;
    width: 100%;
    height: auto;
}
/*关于我们new*/
.about_banner{height: 872px;padding:150px 0 0;background:url(../img/about/about_banner.jpg) center 0 no-repeat;background-size: cover;box-sizing: border-box;}
.about_logo{display: block;height: 180px;margin:0 auto 100px;}
.about_banner p{font-size: 16px;color: #fff;margin:0 100px 20px;line-height: 2;}
.about_plant{padding:80px 0 100px; background: #0C155B;box-shadow: 0 0 10px rgba(55,74,255,0.53)}
.titleLine{width: 50px;height: 4px;background: #00a4e8;}
.plantform_list li{
    width:326px;
    height:378px;
    background:rgba(255,255,255,1);
    box-shadow:0px 10px 20px 0px rgba(7,28,135,0.1);
    border-radius:8px;
    cursor: pointer;
}
.plantform_img{position: relative;width: 184px;height: 184px;overflow: hidden;margin-bottom: 20px;}
.plantform_img img{transition: 0.2s}
.hiddenimg{position: absolute;top:184px;left: 0;right: 0;}
.plantform_list li:hover .hiddenimg{top:0;}
.about_service{padding: 100px 0 60px;background: #091047;box-shadow: 0 0 10px rgba(55,74,255,0.53)}
.aboutservice_list{padding:50px 0 0;}
.aboutservice_list li{width: 276px;height: 320px;background: #152176;border-radius: 10px;padding:90px 0 0;box-sizing: border-box;overflow: hidden;position: relative;
    float: left;margin:0 32px 40px 0;cursor: pointer;
}
.aboutservice_list li:nth-child(4n){margin-right: 0;}
.serviceLogo{width: 90px;height: 90px;border-radius: 50%;background: #fff;overflow: hidden;margin:0 auto 25px;}
.aboutservice_list li h3{text-align: center;}
.serviceIntro{position: absolute;left: 0;right: 0;top:320px;background: url(img/about/serviceBg.png) 0 0 no-repeat;transition: 0.2s;padding:30px 23px;box-sizing: border-box;}
.aboutservice_list li:hover .serviceIntro{top:0;bottom:0;}
.serviceIntro p{line-height:1.7;margin:15px 0 0;}
.about_group{padding:100px 0;background: #0c155b;box-shadow: 0 0 10px rgba(55,74,255,0.53)}
.about_partner{padding:100px 0 70px;background: #091047;box-shadow: 0 0 10px rgba(55,74,255,0.53)}
.about_panerlist{padding:50px 0 0;}
.about_panerlist li{width: 285px;height: 100px;background: #fff;border-radius: 5px;float: left;margin:0 20px 30px 0;}
.about_panerlist li:nth-child(4n){margin-right: 0;}
.about_contact{padding: 30px 0;}
/*.contact_main{padding:0 200px;}*/
.contact_con{margin:0 130px 0 60px;}
.contact_left{margin-right: 131px;}
.contact_con p{font-size: 14px;color: #333;line-height: 2;}

/*关于我们new2*/
.web_about_banner{height: 528px;background: url(img/about/web-banner.png) center 0 no-repeat;background-size: cover;}
.app_about_banner{display: none;}
.about_title{margin:30px 0;}
.about_title h3 img{width: 26px;height: auto;margin:0 20px;}
.web_about{padding:0 100px;box-sizing: border-box;}
.about_title p{
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(77,77,77,1);
    line-height:1.8;
}
.web_about_platform{padding:30px 0;}
.aboutMain{background: url(img/about/aboutMainBg.png) center 0 no-repeat;}
.plantform_list{padding:0 50px;}
.about_product_list{flex-wrap: wrap;padding:0 50px;}
.about_product_list li{
    width:530px;
    height:256px;
    padding: 30px;
    box-sizing: border-box;
    background:rgba(255,255,255,1);
    box-shadow:0px 10px 20px 0px rgba(7,28,135,0.1);
    border-radius:8px;
    margin-bottom: 30px;
}
.about_product_list li img{margin:0 20px 0 0;}
.about_product_list li h3{
    font-size:18px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:25px;
}
.about_product_list li span{
    width: 34px;
    height: 2px;
    background: #333;
    display: block;
    margin:10px 0;
}
.about_product_list li p{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
}
.aboutPanner{background:rgba(210,211,255,0.1);margin:30px 0 0;padding:30px 0;}


/*文章详情页评论*/
.article_view {
    background: #fff;
    padding: 20px;
}

.article_view h3 {
    font-size: 16px;
    color: #333;
    border-left: 3px solid #2d9ad7;
    padding-left: 10px;
    line-height: 22px;
    margin-bottom: 20px;
}

.article_viewarea {
    height: 120px;
    background: #f3f9fd;
    padding: 10px;
    margin-top: 15px;
}

.article_viewarea textarea {
    border: 0 none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    resize: none;
    font-size: 14px;
    color: #666;
    background: #f3f9fd;
    outline: none;
}

.publish_view {
    margin: 15px 0 0;
    background: #0086e0;
    font-size: 16px;
    color: #fff;
    width: 110px;
    height: 44px;
    border-radius: 22px;
}

.publish_view:hover {
    color: #fff;
}

.article_viewlist li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.article_viewlist li:last-child {
    border-bottom: 0 none;
}

.view_ataver {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.view_ataver img {
    display: block;
    width: 100%;
    height: 100%;
}

.view_info {
    margin: 0 0 0 10px;
}

.view_name {
    margin: 0 0 5px 0;
}

.view_name span {
    padding: 0 10px 0 0;
}

.view_info p {
    line-height: 1.6;
}

span.isauthor {
    font-size: 12px;
    width: 48px;
    height: 18px;
    padding: 0;
    border: 1px solid #bebebe;
    color: #bebebe;
    text-align: center;
    line-height: 18px;
    border-radius: 10px;
}

.view_active {
    margin: 5px 0 0;
}

.replyBtn {
    background: url(../img/reply_view.png) 0 center no-repeat;
    padding: 0 0 0 20px;
    cursor: pointer;
    margin-right: 20px;
}

.replyBtn:hover {
    background: url(../img/reply_view_on.png) 0 center no-repeat;
    color: #0086e0;
}

.zanBtn {
    background: url(../img/reply_zan.png) 0 center no-repeat;
    padding: 0 0 0 20px;
    cursor: pointer;
}

.zanBtn:hover {
    background: url(../img/reply_zan_on.png) 0 center no-repeat;
    color: #0086e0;
}

.zanBtn_on {
    background: url(../img/reply_zan_on.png) 0 center no-repeat;
    padding: 0 0 0 20px;
    cursor: pointer;
    color: #0086e0 !important;
}

.replyitem_title span {
    padding: 0 10px 0 0;
}

.replyItem {
    margin: 20px 0 0;
}

.replyitem_title span.isauthor {
    padding: 0;
    margin-right: 10px;
}

.replayBox {
    margin: 20px 0 0;
    display: none;
}

.replyArea {
    height: 90px;
    padding: 10px;
    background: #f0fafe;
    margin: 0 0 10px 0;
}

.replyArea textarea {
    padding: 0;
    margin: 0;
    border: 0 none;
    background: #f0fafe;
    resize: none;
    width: 100%;
    height: 100%;
    outline: none;
}

.replyComBtn {
    margin: 0 0 0 10px;
    border: 1px solid #eee;
    width: 70px;
    height: 28px;
    border-radius: 15px;
}

.replyPublichBtn {
    border: 1px solid #0086e0;
}

.activeBanner {
    height: 220px;
    width: 1160px;
    margin: 0 auto;
    border-radius: 10px;
}


/*详情页作者描述*/

.articleAuthorBox {
    background: #fff;
    padding: 20px;
    margin: 20px 0 20px;
}

.articleAthorAvar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.articleAthorAvar img {
    display: block;
    width: 100%;
    height: 100%;
}

.articleAthorInfo {
    margin-left: 20px;
    max-width: 540px;
}

.articleAuthorName {
    margin-right: 10px;
}

.articleAthorInfo p {
    margin-top: 10px;
}

.articleAuthorCount div.box_ver {
    padding: 10px 30px;
    border-right: 1px solid #ebebeb;
    line-height: 1.8;
}

.articleAuthorCount div.box_ver:last-child {
    border-right: 0 none;
    padding-right: 10px;
}


/*最新活动 add20171030*/

.top-activity {
    background-color: #162a5a;
    float: right;
    border-radius: 4px;
    color: #fff;
    margin-left: 20px;
    height: 296px;
    padding: 20px;
    width: 290px;
}

.top-activity img {
    display: block;
    width: 100%;
    height: 135px;
}

.top-activity .top-activity-title {
    font-weight: 400;
    border-left: 3px solid #eee;
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 12px
}

.top-activity .top-activity-title .all {
    color: #a6b9d3
}

.top-activity .top-activity-title .all .fa {
    margin-left: 3px;
    font-size: 16px
}

.top-activity .activity-title {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0px;
    color: #fff;
}

.top-activity .activity-title:hover {
    color: #a6b9d3
}

.activity-title {
    color: inherit;
}

.top-activity .meta {
    color: #a6b9d3;
    margin-top: 12px;
    line-height: 1.6;
    font-size: 14px
}

.cyd_active_info {
    margin-top: 15px;
}

.top-activity .meta .fa {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    width: 16px;
    text-align: center
}

.u-floatRight {
    float: right;
}

.u-floatRight a {
    color: #fff;
}


/*文章详情页*/

.articleActionBox {
    border-top: 1px solid #e4e4e4;
    padding-top: 17px;
    height: 38px;
}

.cyd_article_attention {
    margin-right: 40px;
}

.cyd_article_attention img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
}
.article-title{
    margin-bottom:10px;
}
.attenAuthorBtn {
    font-size: 12px;
    color: #00a4e8;
    border: 1px solid #00a4e8;
    padding: 1px 15px;
    cursor: pointer;
    border-radius: 13px;
}

.article_btn {
    width: 80px;
    height: 38px;
    border: 1px solid #a8c7db;
    border-radius: 19px;
    box-sizing: border-box;
    line-height: 20px;
    background: none;
    margin-right: 10px;
}

.article_btn.on {
    border: 1px solid #0086e0;
    background: #0086e0;
}

.article_attenicon {
    /* margin-right: 30px; */
    font-size: 14px;
    color: #a8c7db;
    /* padding: 15px 20px 15px 25px; */
    cursor: pointer;
    width: 60px;
    height: 20px;
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding-left: 28px;
    margin-left: 12px;
    background-size: 20px 20px;
}

.article_attenicon.on {
    color: #fff;
}

.article_collect {
    /* background: url(../img/article_collecticon.png) 0 center no-repeat; */
    background: url(../img/icon/collect.png) no-repeat;
}

.article_collect.on {
    /* background: url(../img/article_collecticon_on.png) 0 center no-repeat; */
    background: url(../img/icon/collect_on.png) no-repeat;
}

.article_zan {
    /* background: url(../img/article_zanicon.png) 0 center no-repeat; */
    background: url(../img/icon/give_like.png) no-repeat;
}

.article_zan.on {
    /* background: url(../img/article_zanicon_on.png) 0 center no-repeat; */
    background: url(../img/icon/give_like_on.png) no-repeat;
}

.article_tou {
    /* background: url(../img/article_viewicon.png) 0 center no-repeat; */
    background: url(../img/icon/comment.png) no-repeat;
}


/*弹框*/

.otherLoginFont {
    cursor: pointer;
}

.qrCodeBox {
    width: 200px;
    height: 200px;
    margin: 20px auto;
}

.qrCodeBox img {
    display: block;
    width: 100%;
    height: 100%;
}

.otherLoginFont:hover {
    color: #0086e0;
}

.popComBox {
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.pop_wx_login {
    padding: 30px 30px 40px;
}

.pop_other_box,
.pop_wxbind,
.pop_phone_login {
    display: none;
}

.login_tab span {
    font-size: 16px;
    padding: 20px 10px;
    color: #666;
    cursor: pointer;
}

.login_tab span.on {
    color: #0086e0;
}

.pop_success img {
    display: block;
    margin: 40px auto 20px;
}

.pop_success_title {
    font-weight: bold;
    margin-bottom: 25px;
}

.pop_success p {
    line-height: 25px;
    margin: 0 15px;
}

.pop_success_btns {
    padding: 40px 0;
    width: 300px;
    margin: 0 auto;
}

.pop_success_btns button {
    width: 140px;
    display: inline-block;
    height: 46px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 84, 131, 0.4);
    padding: 0;
    margin: 20px 0 0;
    border: 0 none;
    background: #0086e0;
    cursor: pointer;
}

.pop_success_btns button:first-child {
    margin-right: 16px;
}

.formComBox {
    border: 1px solid #dadada;
    padding: 3px 10px;
    height: 38px;
    border-radius: 5px;
    margin: 15px 0 0
}

.formComBox img {
    display: block;
    width: 22px;
    height: 22px;
    border-right: 1px solid #dadada;
    padding-right: 8px;
}

.formText {
    margin: 0 0 0 10px;
}

.logintext {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    outline: none;
    border: 0 none;
}

.pop_button {
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 84, 131, 0.4);
    padding: 0;
    margin: 20px 0 0;
    border: 0 none;
    background: #0086e0;
    cursor: pointer;
}

.login_otherstyle {
    margin: 15px 10px 0;
}

.login_otherstyle span {
    cursor: pointer;
}

.login_otherstyle span:hover {
    color: #0086e0;
}

.other_login_style {
    margin: 15px 0 0;
    cursor: pointer;
}

.other_login_style img {
    display: block;
    cursor: pointer;
}

.user_agreen {
    background: url(/wp-content/themes/d8/cydhtml/images/check.png) 0 center no-repeat;
    padding-left: 22px;
    color: #999;
    cursor: pointer;
}

.user_agreen.check {
    background: url(/wp-content/themes/d8/cydhtml/images/check_on.png) 0 center no-repeat;
}

.show_agreenment {
    text-decoration: underline;
    color: #0086e0;
}

.formGetCodeBox {
    padding: 0 0 0 10px;
    height: 44px;
}

.popGetCode {
    width: 96px;
    text-align: center;
    height: 100%;
    padding: 0;
    margin: 0 0 0 10px;
    background: #0086e0;
    color: #fff;
    font-size: 14px;
    border: 0 none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.pop_agreen {
    padding: 30px;
}

.use_accout_login {
    cursor: pointer;
}

.app_login_style button {
    display: block;
    width: 100%;
    height: 40px;
    border: 0 none;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin: 15px 0;
    font-size: 16px;
    color: #fff;
}

.app_login_weixin {
    background: #42c800;
}

.wx_login_account {
    background: #0086e0;
}


/*用户页面*/

.authorInfo {
    padding: 30px 0;
    background: url(../img/userinfoBg.jpg) center 0 no-repeat;
    background-size: cover;
}

.authorMain {
    position: relative;
}

.author_attenbtn {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #00a4e8;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    background:#00a4e8;
}
.author_attenbtn.on{border: 1px solid #fff;background:none;}
.user_avatar {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 5px solid #afb0b1;
    border-radius: 100%;
    margin: 0 0 15px;
}

.user_avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.athor_intro {
    padding: 0 250px;
    margin: 15px 0 0;
    line-height: 1.6;
}

.athorNumBox {
    width: 55%;
    margin: 25px 0 0;
}

.moreSubView {
    padding: 10px 0;
    text-align: center;
    display: block;
    cursor: pointer;
}

.athorArticleList {
    padding: 30px 100px;
}

.athorArticleList li {
    padding: 20px;
    border-bottom: 1px solid #f0f2f7;
}

.athorArticleList li:last-child {
    border-bottom: 0 none;
}

.athor_articelimg {
    width: 215px;
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.athor_articelimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.athor_article_tag {
    position: absolute;
    top: 10px;
    left: 0;
    background: #eb5f47;
    padding: 2px 10px;
    display: none;
}

.athor_article_info {
    overflow: hidden;
}

.athor_article_info a.specialtitle {
    font-size: 18px;
    color: #333;
    display: block;
}

.athor_article_info a.specialtitle:hover {
    color: #004ccb;
}

.athor_article_info h2 {
    font-size: 18px;
    font-weight: bold;
}

.athor_article_info h3 {
    margin: 5px 0 15px;
    line-height: 25px;
    height: 48px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*-webkit-box-pack: center;*/
    overflow: hidden;
    word-break: break-all;
    color: #666;
}

.athorArticleIntro span {
    margin-right: 20px;
    padding-left: 20px;
}

.article_athor {
    background: url(../img/article_user.png) 0 center no-repeat;
    background-size: 13px auto;
}

.article_time {
    background: url(../img/article_time.png) 0 center no-repeat;
    background-size: 15px auto;
}

.article_looknum {
    background: url(../img/article_look.png) 0 center no-repeat;
    background-size: 15px auto;
}

.athorArticleList li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    background-color: #F8FCFE
}

.athorArticleList li:hover h3 {
    color: #428BD1;
}

.athorMore {
    display: none;
}


/*热门作者*/

.hotauthor_list {
    padding: 10px 20px;
    width: 290px;
    background: #fff;
    overflow: hidden;
}

.author_avathor {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.gold_icon {
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    transform: rotate(-45deg);
}

.author_avathor img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.first_twolist li:first-child .gold_icon {
    background: url(/wp-content/themes/d8/img/gold.png) center 0 no-repeat;
    background-size: 100% auto;
}

.first_twolist li:last-child .gold_icon {
    background: url(/wp-content/themes/d8/img/gold1.png) center 0 no-repeat;
    background-size: 100% auto;
}

.first_twolist li h4 {
    font-size: 14px;
    color: #333;
}

.first_twolist li .author_avathor {
    margin-right: 10px;
}

.first_twolist li p {
    font-size: 12px;
    color: #666;
    margin: 0;
}

.author_otherlist {
    padding: 20px 0 0;
}

.author_otherlist li {
    float: left;
    margin: 0 0 10px 0;
    width: 96px;
    overflow: hidden;
}

.author_otherlist li a {
    display: block;
}

.author_otherlist li .author_avathor {
    margin-bottom: 5px;
}

.author_otherlist li:nth-child(3n) {
    margin-right: 0;
}

.author_otherlist li p {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin: 0
}

.author_otherlist li h4 {
    color: #333;
    font-size: 12px;
    text-align: center;
}

.comment_p a {
    color: #0086e0;
}

.toread {
    cursor: pointer;
}
.cydIcp{display:none;}
.appgroup,.app_contat_main{display: none;}

@media screen and (max-width:750px) {
    body {
        min-width: auto;
        width: 100%;
        overflow-x: hidden;
    }
    .cyd_header,
    .header,
    .container,
    .footer {
        width: 100%;
    }
    .cydFriendLinkBox  h3{
        padding:0 20px;
    }
    .cydIcp{display:block;}
    .friendlins{
        margin:0 0 0 10px;
    }
    /*分类导航*/
    .articleCategroy,.cydFriendLinkBox{display: none;}
    .articleCategroy_mobile{display: block;height: 50px;line-height: 50px;border-bottom: 1px solid #dedede;background: #fff;}
    .articleCategroy_mobile .swiper-container {
      width: 100%;
      height: 100%;
    }
    .articleCategroy_mobile .swiper-slide {
      text-align: center;
      font-size: 16px;
      background: #fff;
    }
    .banners {
        width: 100%;
        height: auto;
        float: none;
        border-radius: 0;
    }
    .banners .flex-control-nav {
        bottom: 2px;
    }
    .activeBanner {
        height: 220px;
    }
    #metaslider_container_54280,
    .flexslider {
        height: 100%;
    }
    .top-activity {
        display: none;
        width: auto;
        margin: 10px;
        height: auto;
        background: #fff;
    }
    .top-activity .top-activity-title {
        color: #333;
        padding: 0 0 0 10px;
        border-left: 3px solid #00a4e8;
        font-size: 16px;
        font-weight: 800;
    }
    .top-activity .activity-title {
        color: #333;
    }
    .cyd_active_info p {
        color: #333;
    }
    .u-floatRight a {
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }
    .top-activity img {
        height: auto;
        border-radius: 5px;
    }
    .active_time {
        background: url(../img/time_h5.png) 0 center no-repeat;
    }
    .active_location {
        background: url(../img/location_h5.png) 0 center no-repeat;
    }
    .carouses {
        display: none;
    }
    .searchBoxWidth {
        width: auto;
        margin: 10px;
    }
    .sidebar {
        display: none;
    }
    /*活动轮播图*/
    .banner,
    .banner .bd li {
        height: 180px;
    }
    .banner .prev,
    .banner .next {
        display: none;
    }
    .pageWidth {
        width: 100%;
    }
    .activeList {
        margin: 20px auto;
    }
    .active_list li {
        width: auto;
        float: none;
    }
    .active_con {
        margin: 0 10px;
    }
    .activeSignBtn {
        position: inherit;
        right: inherit;
        bottom: inherit;
        margin: 15px auto 0;
    }
    .wonderful_list {
        padding: 20px 0;
    }
    .wonderful_active_title {
        margin-left: 10px;
    }
    .wonderful_active {
        width: auto;
    }
    .wonderful_list li {
        width: auto;
        float: none;
    }
    .wonderful_list li a {
        margin: 0 10px 20px;
    }
    .fixcode {
        display: none;
    }
    .fixicon {
        width: 60px;
        height: 60px;
    }
    /*关于我们*/
    .aboutTitle {
        margin-bottom: 30px;
    }
    .aboutBanner {
        height: 160px;
        background: url(../img/about_banner_app.png) 0 0 no-repeat;
        background-size: cover;
    }
    .ayl_intro,
    .ayl_intro_img {
        float: none;
        margin: 0;
    }
    .ayl_intro {
        width: auto;
        margin: 20px 0 0;
    }
    .aboutComBox {
        padding: 20px;
    }
    .aboutComBox.pageWidth {
        width: auto;
    }
    .ayl_idea li {
        width: 99.5%;
        padding: 20px 0 20px;
        margin-right: 0;
    }
    .ayl_prolist li {
        padding: 0 0 20px;
        width: 99.5%;
        margin: 0 0 80px 0;
    }
    .ayl_prolist li:last-child {
        margin-bottom: 20px;
    }
    .ayl_prolist li p,
    .ayl_idea li p {
        margin: 0 20px;
    }
    .ayl_service {
        height: auto;
        background: #00a4e8;
    }
    .about_service_info {
        width: auto;
        float: none;
    }
    .service_list {
        margin: 0;
        width: 100%;
        padding: 30px 0 0;
    }
    .service_list li {
        float: none;
        width: 100%;
        padding: 20px 0 0;
        border-top: 1px dashed #efefef;
    }
    .panerList li {
        margin-right: 15px;
        margin-bottom: 15px;
        width: 30%;
        padding: 0;
        height: 55px;
    }
    .panerList li:nth-child(3n){margin-right: 0;}
    .contact_uscode,
    .contact_usinfo {
        float: none;
        width: auto;
        margin: 0;
    }
    .contact_uscode {
        width: 200px;
        height: auto;
        margin: 0 auto 20px;
    }
    .web_about_banner{display: none;}
    .app_about_banner{display: block;}
    .app_about_banner img{display: block;width: 100%;height: auto;}
    .web_about{padding:0 20px;}
    .web_about p{font-size: 16px;}
    .about_title{margin:20px 0;}
    .about_title h3{font-size: 20px;}
    .web_about_platform{padding: 10px 0;}
    .plantform_list{padding:0 10px;}
    .plantform_list li{width: 32%;height: 182px;}
    .plantform_img{width: 100px;height: 100px;margin-bottom: 10px;}
    .platimg{display: none;}
    .hiddenimg {
        position: inherit;top:0;width: 100px;height: 100px;
    }
    .about_product_list{padding:0 20px;}
    .about_product_list li{width: 100%;height: auto;padding:20px;}
    .about_product_list li img{width: 90px;}
    .plantform_list li p{font-size: 12px;}
    .aboutGroupImg{padding:0 20px;}
    .webgroup{display: none;}
    .appgroup{display: block;width: 100%;height: auto;}
    .panerList{padding:0 15px;}
    .app_contat_main{display: block;}
    .contact_main{display: none;}
    .app_contat_main img{display: block;margin:0 auto;}
    .contact_con{margin:20px 40px 0;}
    /*文章页评论*/
    .article_view {
        width: auto;
    }
    /*用户页面*/
    .athor_intro {
        padding: 0 20px;
    }
    .athorNumBox {
        width: 90%;
    }
    .authorInfo {
        height: auto;
        padding: 30px 0;
    }
    .athorArticleList {
        padding: 0;
    }
    .athor_articelimg {
        width: 141px;
        height: 92px;
        margin-right: 16px;
    }
    .article_looknum,.article_time{display: none;}
    .athor_article_info h2 {
        font-size: 14px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /*-webkit-box-pack: center;*/
        overflow: hidden;
        word-break: break-all;
        line-height: 1.5;
        white-space: normal;
        margin:0 0 20px 0;
        height:42px;
    }
    .athor_article_info a.specialtitle {
        font-size: 14px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /*-webkit-box-pack: center;*/
        overflow: hidden;
        word-break: break-all;
        line-height: 1.5;
        height: 46px;
        white-space: normal;
    }
    .athor_article_info h3 {
        display: none;
    }
    .athorArticleList li {
        padding: 13px;
    }
    .athorArticleList li .article_looknum,.athorArticleList li .article_time{display: block;}
    .user_avatar {
        width: 80px;
        height: 80px;
    }
    .footerimglist {
        display: none;
    }
    .author_attenbtn {
        padding: 3px 10px;
        right: 10px;
    }
    .cyd_icp {
        display: none;
    }
    .fixModular {
        bottom: 70px;
        right: 0;
    }
    .articleAuthorBox.pack_justify {
        display: none;
    }
    .specailArticleList span.article_looknum,
    .specailArticleList span.article_time {
        display: none;
    }
}

/*网站地图cyd 2020.4.27*/
.websitepage{width: 960px;margin:0 auto;padding-bottom: 50px;}
.website_title{margin:20px 0;font-weight: bold;}
.website_item{margin-bottom: 20px;}
.website_item h3{background: #DCF1FF;border-bottom: 3px solid #0086E0;height: 40px;padding:0 20px;font-size: 18px;margin:0;font-weight: bold;}
.website_item h3 a,.website_item h3 span{color: #333;}
.website_arrow{width: 15px;margin-right: 6px;}
.websit_con{border:1px solid #0086E0;padding:20px 40px;}
.websit_con a{font-size: 16px;color: #333;text-decoration: underline;padding:10px 0;width: 142px;display: inline-block;}
.websit_con a:hover{color: #0086E0;}
.website_zt a{width: 49%;}



.txkimg{width: 100%;height: auto;display: block;}
.txkpage{background: #05092f;
    max-width: 750px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: PingFang SC;
}
