body {
    padding: 0;
    margin: 0;
}

.layui-fluid {
    padding: 0 0;
}

/* 定义滚动条的样式 */
::-webkit-scrollbar {
    width: 10px;
}

/*义滚动条轨道的样式 */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* 定义滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
    background-color: #2196F3;
    border-radius: 5px;
}

/*义滚动条滑块在悬停状态下的样式 */
::-webkit-scrollbar-thumb:hover {
    background-color: #888888;
}

/*顶部导航start*/
.top-nav {
    height: 32px;
    background-color: #fbfbfb;
    color: #888;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.top-nav-title {
    text-align: left;
    line-height: 32px;
}

.top-nav-ul {
    float: right;
}

.top-nav-ul .layui-nav {
    height: 32px;
}

.top-nav-ul .layui-nav .layui-nav-item {
    line-height: 32px;
}

.top-nav-ul .layui-nav .layui-nav-item .layui-nav-child {
    top: 32px;
}

.top-nav-ul .layui-nav.layui-bg-gray .layui-nav-item a {
    color: #888;
}

/*顶部导航end*/

/*头部导航start*/
.header-nav {
    height: 110px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header-nav .header-logo img {
    width: 228px;
    height: 110px;
}

.header-nav .header-nav-ul {
    float: right;
}

.header-nav .header-nav-ul .layui-nav {
    height: 110px;
    background-color: #fff;
}

.header-nav .header-nav-ul .layui-nav-item .layui-nav-child {
    top: 110px;
}

.header-nav .header-nav-ul .layui-nav li {
    height: 110px;
    line-height: 110px;
}

.header-nav .header-nav-ul .layui-nav li a {
    color: #222;
    font-size: 16px;
}

/*头部导航end*/

/*头部导航start(滚动条大于142时使用)*/
.header-nav2 {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    z-index: 1;
    top: 0;
    box-shadow: 0 0 10px deepskyblue;
}

.header-nav2 .header-logo img {
    width: 120px;
    height: 60px;
}

.header-nav2 .header-nav-ul {
    float: right;
}

.header-nav2 .header-nav-ul .layui-nav {
    height: 60px;
    background-color: #fff;
}

.header-nav2 .header-nav-ul .layui-nav-item .layui-nav-child {
    top: 60px;
}

.header-nav2 .header-nav-ul .layui-nav li {
    height: 60px;
    line-height: 60px;
}

.header-nav2 .header-nav-ul .layui-nav li a {
    color: #222;
    font-size: 16px;
}

/*头部导航end(滚动条大于142时使用)*/

/*隐藏式的搜索框start*/
.search {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #f2f2f2;
}

.search .search-area {
    width: 1200px;
    height: 60px;
}

.search .search-area form {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.search .search-area form .layui-form-item {
    width: auto;
    margin-top: 12px;
    display: flex;
    flex-direction: row;
}

.search .search-area form input {
    width: 500px;
    height: 38px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-color: #1e9fff;
}

.search .search-area form button {
    width: 66px;
    height: 38px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/*隐藏式的搜索框end*/

/*横幅start*/
.banner {
    width: 100%;
    height: 100px;
    margin-bottom: 25px;
    line-height: 100px;
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    background: #2196f3 url('./static/image/banner.png') repeat-x center 0;
}

.banner .inner {
    width: 1200px;
    height: 100px;
    /*background-color: red;*/
    margin: 0 auto;
}

.banner .inner h2 {
    float: left;
    color: #fff;
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    opacity: 0.9;
    font-weight: normal;
}

.banner .inner h2 a {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.banner .inner .crumb-box {
    float: right;
    padding-left: 20px;
    opacity: 0.7;
}

.banner .inner .crumb-box a {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

/*横幅end*/

/*详情start*/
.details {

}

.details .details-header {
    background-color: #fcfcfc;
    padding: 20px 0 0;
}

.details .details-header .inner {
    width: 1200px;
    /*background-color: blue;*/
    margin: 0 auto;
}

.details .details-header .inner .post-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    border-bottom: 1px solid #dbdbdb;
    text-align: left;
    clear: both;
}

.details .details-header .inner .detailsMeta {
    display: flex;
    flex-direction: row;
}
.details .details-header .inner .detailsMeta .details-box {
    margin-left: 20px;
    /*background-color: #ccc;*/
}
.details .details-header .inner .detailsMeta .details-box .font-item p{
    /*margin-bottom: 10px;*/
    font-size: 13px;
    line-height: 30px;
    color: #222;
}

/*详情end*/

/*内容start*/
.content {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #f2f2f2;
}

.content .details-content {
    width: 1200px;
    margin: 0 auto;
}
/*内容end*/



/*订阅更新&关注我们start*/
.follow {
    background-color: #F9F9F9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
}

.follow section {
    width: 1200px;
    display: flex;
    flex-direction: row;
}

/*订阅更新*/
.follow section .subscribe {
    width: 600px;
}

.follow section .subscribe h3 {
    margin-bottom: 24px;
    font-size: 24px;
    color: #444;
    font-weight: 400;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.follow section .subscribe p {
    max-width: 620px;
    line-height: 20px;
    color: #aaa;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/*关注我们*/
.follow section .community {
    width: 500px;
    margin-left: 100px;
}

.follow section .community h3 {
    margin-bottom: 24px;
    font-size: 24px;
    color: #444;
    font-weight: 400;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.follow section .community a {
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    margin-right: 6px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    display: inline-block;
    background: url(/static/image/icon.png) no-repeat 0 0;
    cursor: pointer;
}

.follow section .community a[id=i_tsina] {
    background-position: -408px 0;
}

.follow section .community a[id=i_weixin] {
    background-position: -459px 0;
}

.follow section .community #weixin {
    padding: 10px;
    text-align: center;
    background: #333;
    display: none;
    position: absolute;
    left: 4px;
    bottom: 30px;
    z-index: 999;
}

.follow section .community a[id=i_facebook] {
    background-position: 0 0;
}

.follow section .community a[id=i_twitter] {
    background-position: -51px 0;
}

.follow section .community a[id=i_googleplus] {
    background-position: -306px 0;
}

.follow section .community a[id=i_linkedin] {
    background-position: -102px 0;
}

.follow section .community a[id=i_pinterest] {
    background-position: -204px 0;
}

.follow section .community a[id=i_youtube] {
    background-position: -255px 0;
}

.follow section .community a[id=i_instagram] {
    background-position: -357px 0;
}

.follow section .community a[id=i_skype] {
    background-position: -153px 0;
}

/*订阅更新&关注我们end*/

/*底部信息start*/
.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #307ECC;
}

.footer a:link {
    color: #cce7f5;
    outline: 0;
    text-decoration: none;
    background: 0 0;
    cursor: pointer;
}

.footer .footer-inner {
    width: 1200px;
}

.footer .footer-inner .footer-bar {
    overflow: hidden;
}

.footer .footer-inner .footer-bar .widget-column {
    float: left;
    padding-right: 2%;
    width: 23%;
}

.footer .footer-inner .footer-bar .widget-column {
    float: left;
    padding-right: 2%;
    width: 23%;
}

.footer .footer-inner .footer-bar .widget-column h3 {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.footer .footer-inner .footer-bar .widget-column p {
    margin-bottom: 6px;
    background: 0 0 !important;
    overflow: hidden;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.footer .footer-inner .footer-bar .widget-column .widget-column-last {
    padding: 0;
    width: 25%;
}

.footer .footer-inner .footer-bar .widget-column p {
    background: 0 0 !important;
    overflow: hidden;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.footer .footer-inner .footer-bar .widget-contact p {
    margin-bottom: 10px;
    background: 0 0 !important;
    overflow: hidden;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.footer .footer-inner .footer-bar .widget-contact strong {
    padding-left: 30px;
    background-repeat: no-repeat;
    display: inline-block;
}

/*底部信息end*/

/*结尾start*/
.end {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #222222;
}

.end .site-end {
    width: 1200px;
    height: 70px;
    /*background-color: red;*/
    line-height: 70px;
}

.end .site-end p {
    color: #999;
    margin: 0 auto;
    padding: 0;
    border: 0;
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.end .site-end p a:visited {
    color: #999;
    outline: 0;
    text-decoration: none;
    background: 0 0;
    cursor: pointer;
}

/*结尾end*/

/*置顶按钮*/
.backToTop {
    display: inline;
    width: 48px;
    height: 48px;
    line-height: 43px;
    text-align: center;
    font-size: 30px;
    border-radius: 10px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    z-index: 999;
    display: none;
    background-color: #ccc;
    color: #fff;
}