html,
body {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

div {
    box-sizing: border-box;
}

.content {
    position: relative;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

#header #friendlyBlogroll {
    width: 100%;
    height: 31px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #dfdfdf;
}

#header #friendlyBlogroll .logoPublic {
    position: relative;
    float: left;
    height: 30px;
    width: 128px;
    line-height: 30px;
    font-size: 13px;
    color: #6f6f6f;
    cursor: pointer;
    padding-left: 34px;
}

#header #friendlyBlogroll .logoPublic .qr_code {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 128px;
    height: 138px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 3px 7px 0 rgba(37, 38, 84, 0.15);
}

#header #friendlyBlogroll .logoPublic .qr_code img {
    margin: 11.5px 0 0 11.5px;
    width: 105px;
    height: 105px;
}

#header #friendlyBlogroll .logoPublic .qr_code .qr_text {
    width: 100%;
    text-align: center;
    color: #6f6f6f;
    line-height: 15px;
    font-size: 13px;
}

#header #friendlyBlogroll .logoPublic:hover {
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(37, 38, 84, 0.15);
}

#header #friendlyBlogroll .logoPublic:hover .qr_code {
    display: block;
}

#header #friendlyBlogroll .wx_logo .wx_logo_img {
    position: absolute;
    left: 10px;
    top: 9px;
    width: 16px;
    height: 13px;
}

#header #friendlyBlogroll .wx_logo .line {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 1px;
    height: 11px;
    background-color: #e0e0e0;
}

#header #friendlyBlogroll .xl_logo .xl_logo_img {
    position: absolute;
    left: 13px;
    top: 8px;
    width: 17px;
    height: 13px;
}

#header #friendlyBlogroll .tril {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 8px;
    height: 4px;
}

#header #friendlyBlogroll .xl_logo .tril {
    right: 25px;
}

#header #friendlyBlogroll .tril img {
    width: 100%;
    height: 100%;
}

#header #logo {
    position: relative;
    height: 90px;
}

#header #logo #dby_logo img {
    position: absolute;
    left: 10px;
    top: 14px;
    width: 204px;
    height: 64px;
}

#header #logo .line {
    position: absolute;
    left: 240px;
    top: 15px;
    width: 1px;
    height: 61px;
    background-color: #d5d5dd;
}

#header #logo #dby_slogan {
    position: relative;
    left: 262px;
}

#header #logo #dby_slogan img {
    width: 239px;
    height: 20px;
    position: absolute;
    top: 36px;
}

#header #logo #search {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    height: 100%;
}

#header #logo #search span {
    float: left;
    display: inline-block;
}

#header #logo #search span a {
    line-height: 90px;
    font-size: 14px;
    color: #686fe0;
}

#header #logo #search .search_input {
    position: absolute;
    right: 80px;
    top: 25px;
    width: 350px;
    height: 40px;
    border: 1px solid #d7d7da;
}

#header #logo #search .search_input input {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    color: #acacac;
    background-color: #f2f2f2;
}

#header #logo #search .search_input ::-webkit-input-placeholder {
    color: #acacac;
    font-size: 15px;
}

#header #logo #search .search_button {
    position: absolute;
    right: 0px;
    top: 25px;
    width: 80px;
    height: 40px;
    background-color: #686fe0;
    border: 1px solid #5960c4;
    cursor: pointer;
}

#header #logo #search .search_button img {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 21px;
    height: 21px;
}

#nav {
    background-color: #686fe0;
    height: 48px;
    border-top: 1px solid #5960c4;
    border-bottom: 1px solid #5960c4;
}

#nav .nav_li {
    width: 130px;
    height: 48px;
    float: left;
}

#nav .nav_li a {
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

#nav .high_light {
    background-color: #555bb5;
}

#swiper {
    height: 360px;
    background-color: #dcdff0;
    position: relative;
}

#swiper .content {
    position: relative;
    overflow: hidden;
    height: 360px;
}

#swiper .content .long {
    width: 500%;
    height: 360px;
    position: absolute;
    left: 0;
    /*-webkit-animation: banner 10s infinite;*/
}

#swiper .consult {
    width: 180px;
    height: 52px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -90px;
    display: none;
    z-index: 9;
}

#swiper .content .long img {
    float: left;
    width: 20%;
    height: 100%;
}

#swiper .swiper-container .link{
    display: block;
    height: 360px;
}
#swiper .submit-dialog{
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    margin: auto -600px auto 0;
    z-index: 10;
}
#swiper .submit-dialog .submit_success{
    padding: 30px 50px 0;
}
#swiper .pagination{
    bottom: 16px;
    width: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 3;
}
#swiper .pagination .swiper-pagination-switch{
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: rgba(255,255,255,.39);
    margin: 0 15px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
#swiper .pagination .swiper-pagination-switch.swiper-active-switch,
#swiper .pagination .swiper-pagination-switch:hover{
    background: rgba(255,255,255,1);
}
#swiper .pagination .swiper-pagination-switch.swiper-active-switch::after,
#swiper .pagination .swiper-pagination-switch:hover::after{
    content: '';
    position: absolute;
    border: 1px solid #fff;
    padding: 3px;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.submit-dialog{
    width:350px;
    height:330px;
    background:rgba(255,255,255,.9);
    padding: 30px 50px 0;
}
.submit-dialog .title{
    font-size:24px;
    font-family:PingFangSC;
    font-weight:600;
    color:rgba(34,34,34,1);
    line-height:22px;
}
.submit-dialog .slogan{
    font-size:13px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(34,34,34,1);
    line-height:14px;
    margin-top: 1em;
}
.submit-dialog .slogan em{
    color: #6461FF;
    font-style: normal;
}
.submit-dialog .form{
    margin-top: 20px;
}
.submit-dialog .form .inp{
    position: relative;
    color: #A1A4BD;
}
.submit-dialog .form .inp + .inp{
    margin-top: 10px;
}
.submit-dialog .form input{
    height:36px;
    line-height: 36px;
    border-radius:4px;
    border:1px solid rgba(217,217,217,1);
    padding-left: 44px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
.submit-dialog .inp.showError input{
    border:1px solid rgba(244,106,71,1);
}
.submit-dialog .inp img{
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.submit-dialog .nameInp img{
    width: 16px;
}
.submit-dialog .phoneInp img{
    width: 14px;
}
.submit-dialog .getCodeInp img{
    width: 16px;
}
.submit-dialog .getCodeInp input{
    padding-right: 100px;
}
.submit-dialog .getCodeInp .sendTip{
    font-size:14px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(100,97,255,1);
    white-space: nowrap;
    position: absolute;
    line-height: 36px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}
.submit-dialog .form .inp + .submitInp{
    margin-top: 35px;
}
.submit-dialog .submitInp .submitBtn{
    height:36px;
    line-height: 36px;
    background:rgba(185,189,224,1);
    border-radius:4px;
    font-size:16px;
    font-family:PingFangSC;
    font-weight:400;
    color:rgba(243,242,255,1);
    text-align: center;
}
@-webkit-keyframes banner {

    0%,
    15% {
        left: 0;
    }

    25%,
    40% {
        left: -100%;
    }

    50%,
    65% {
        left: -200%;
    }

    75%,
    90% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

#main {
    background-color: #f5f5fa;
    padding-top: 20px;
    padding-bottom: 20px;
}

#main .article_li:last-child {
    margin-bottom: 0;
}

#main .article_li {
    position: relative;
    margin-bottom: 20px;
    height: 420px;
    width: 1200px;
}

#main .article_li:nth-child(4n+1) .article_li_left {
    background: -webkit-linear-gradient(top, #818bd3, #464db7);
}

#main .article_li:nth-child(4n+2) .article_li_left {
    background: -webkit-linear-gradient(top, #aa92cd, #7455a2);
}

#main .article_li:nth-child(4n+3) .article_li_left {
    background: -webkit-linear-gradient(top, #81cdd4, #36929a);
}

#main .article_li:nth-child(4n+4) .article_li_left {
    background: -webkit-linear-gradient(top, #d49e81, #b27757);
}

#main .article_li .article_li_left {
    position: absolute;
    left: 0;
    top: 0;
    height: 420px;
    width: 240px;
}

#main .article_li .article_li_left .li_img {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 248px;
    width: 166px;
}

#main .article_li .article_li_left .menu_url {
    position: absolute;
    cursor: pointer;
    left: 30px;
    top: 30px;
    height: 40px;
    width: 166px;
    z-index: 1000;
    font-size: 0;
    color: transparent;
}

#main .article_li .article_li_left .menu {
    position: inherit;
    z-index: 1000;
    margin-left: 90px;
    margin-top: 190px;
}

#main .article_li .article_li_left .menu .li_menu:first-child {
    /*background-color: #fff;*/
    color: #313131;
}

#main .article_li .article_li_left .menu .li_menu:first-child .article_li_center {
    z-index: 1000;
}

#main .article_li .article_li_left .menu .li_menu:hover {
    /*background-color: #fff!important;*/
    color: #313131 !important;
}

#main .article_li .article_li_left .menu .li_menu:hover .article_li_center {
    z-index: 1001;
}

#main .article_li .article_li_left .menu .li_menu {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    /*background: rgba(0, 0, 0, 0.2);*/
    margin-bottom: 10px;
    /*cursor: pointer;*/
}

#main .article_li .article_li_left .menu .li_menu .article_li_center {
    position: absolute;
    left: 150px;
    top: -190px;
    height: 420px;
    width: 620px;
    padding-top: 30px;
    background-color: #fff;
    border-right: 1px solid #e8e9f0;
}

#main .article_li .article_li_left .menu .li_menu .article_li_center .center_li {
    height: 36px;
    width: 620px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 30px;
    line-height: 36px;
    font-size: 14px;
    color: #313131;
}

#main .article_li .article_li_left .menu .li_menu .article_li_center .center_li a {
    display: inline-block;
}

#main .article_li .article_li_left .menu .li_menu .article_li_center .center_li span {
    display: inline-block;
}

#main .article_li .article_li_left .menu .li_menu .article_li_center .center_li .name {
    float: left;
    color: #313131;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main .article_li .article_li_left .menu .li_menu .article_li_center .center_li .wiki_name {
    float: left;
    color: #313131;
    width: 550px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main .article_li .article_li_left .menu .li_menu .article_li_center .center_li .time {
    float: right;
    color: #979797;
}

#main .article_li .article_li_left .menu:hover .li_menu {
    color: #fff;
    /*background: rgba(0, 0, 0, 0.2);*/
}

#main .article_li .article_li_right {
    position: absolute;
    right: 0px;
    top: 0;
    height: 420px;
    width: 339px;
    background-color: #fff;
}

#main .article_li .article_li_right .right_title {
    position: absolute;
    left: 20px;
    top: 25px;
    font-size: 23px;
    line-height: 36px;
    color: #313131;
    font-weight: bold
}

#main .article_li .article_li_right .right_img {
    position: absolute;
    right: 18px;
    top: 65px;
}

#main .article_li .article_li_right .right_img img {
    height: 127px;
    width: 300px;
}

#main .article_li .article_li_right .right_ul {
    position: absolute;
    width: 100%;
    right: 0;
    top: 212px;
    padding-left: 14px;
    padding-right: 20px;
}

#main .article_li .article_li_right .first {
    color: #fd4a59;
}

#main .article_li .article_li_right .second,
#main .article_li .article_li_right .third {
    color: #f5a725;
}

#main .article_li .article_li_right .right_li .name {
    width: 100%;
}

#main .article_li .article_li_right .right_li .name a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 36px;
    color: #313131;
}

#main .article_li .article_li_right .right_li .name a span {
    display: inline-block;
    font-size: 20px;
}

#main .article_li .article_li_right .right_li .tip {
    font-size: 15px;
    color: #676767;
    width: 300px;
    background-color: #f5f5fa;
    margin-top: 4px;
    line-height: 30px;
    padding: 14px 13px 14px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#footer {
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    line-height: 36px;
    border-top: 1px solid #dcdff0;
    font-size: 16px;
    color: #808080;
    text-align: center;
    padding-top: 35px;
}

#footer span {
    display: inline-block;
    margin: 0 10px;
}