.web-top {
    padding-top: 5px;
}

.web-logo {
    width: 150px;
    padding-top: 5px;
}

.layui-nav {
    background: #FFFFFF;
}

.layui-nav-item a {
    color: #000000 !important;
    font-size: 17px;
    font-weight: 500;
    padding: 0 5px !important;
    text-decoration: none;
}

.layui-nav-item a:hover {
    font-weight: 400;
}

.layui-nav-bar {
    background: #d9374a;
    height: 3px;
}

.user-action li {
    float: right;
    height: 60px;
    padding-top: 22px;
    margin-left: 20px;
}

.user-action li a {
    font-size: 16px;
    text-decoration: none;
}

.user-action li a:hover {
    color: #d9374a;
}

.second {
    background: url("../img/background/wg-bg.png");
    margin-top: 30px;
    height: 309px;
    text-align: center;
    padding-top: 80px;
}

.three {
    margin-top: -88px;
}

.three .juzhong {
    text-align: center;
}

.three .t-top {
    line-height: 60px;
    font-size: 24px;
}

.three .t-content {
    /*padding: 30px;*/
    line-height: 30px;
}

.wapper-four {
    width: 100%;
    margin-top: 80px;
    background: #f2f4f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.four .f-s-t {
    text-align: center;
    margin-bottom: 40px;
}

.four .f-s-c {
    width: 504px;
    height: 289px;
    margin: 0 auto;
    background: url("../img/background/pc.png");
}

.four .f-s-c .content {
    color: #ffffff;
    width: 300px;
    font-size: 25px;
    text-align: center;
    padding-top: 80px;
    margin: 0 auto;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.clearbox {
    clear: both;
}

.z-l img {
    width: 30px;
}

.z-r {
    margin-left: 20px;
    line-height: 30px;
    font-size: 16px;
}

.z-t {
    color: #d9374a;
}

.f-zz {
    font-size: 24px;
}

.wapper-five {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../img/background/fb.png") no-repeat top center;
}

.five-l {
    padding-top: 150px;
}

.five-l img {
    width: 100%;
}

.five-r {
    margin-top: 150px;
    border-radius: 5px;
    height: 454px;
    background: #ffffff;
}

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

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

.t-c {
    text-align: center;
}

.five-r-t {
    font-size: 18px;
    line-height: 35px;
}

.z-r {
    width: 80%;
}

.layui-nav .layui-nav-item {
    padding: 0 5px;
}

.layui-nav-bar {
    display: none !important;
}

.five-r-c {
    border-top: 1px dashed #cccccc;
    padding: 30px 10px 30px 10px;
    margin-top: 30px;
    line-height: 35px;
}

.wapper-seven {
    width: 100%;
    background: #f2f4f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.seven-title {
    font-size: 18px;
    font-weight: 400;
    padding-top: 25px !important;
}

.seven-content {
    line-height: 30px;
}

.seven-box {
    /*background: #ffffff;*/
    /*padding: 0;*/
}

.seven-img img {
    width: 100%;
}

.p10 {
    padding: 10px;
}

.seven-more {
    color: #d9374a;
}

.b-w {
    background: #ffffff;
}

.wapper-eight {
    width: 100%;
    padding-top: 50px;
    height: 471px;
    padding-bottom: 50px;
    background: url("../img/background/b-bg.png") no-repeat top center;
}

.eight-box .e-l {
    width: 40%;
    padding-top: 20px;
}

.eight-box .e-r {
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: 60%;
    font-size: 40px;
    color: #d9374a;
}

.wapper-nine {
    width: 100%;
    background: #414245;
    padding-top: 20px;
    padding-bottom: 50px;
}

.nine-t-box .n-nav {
    border-bottom: 1px solid #c8c8c8;
    color: #c8c8c8;
    font-size: 24px;
    padding-bottom: 10px;
}

.nine-b-box {
    color: #ffffff;
}

.post-slide {
    margin: 0 15px;
    box-shadow: 0px 9px 26px -17px #000;
}

.post-slide .post-img {
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.post-slide:hover .post-img img {
    transform: scale(1.08);
}

.post-slide .post-content {
    background: #fff;
    padding: 20px;
}

.post-slide .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

.post-slide .post-title a {
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide .post-description {
    font-size: 12px;
    color: #585858;
    line-height: 24px;
    margin: 14px 0;
}

.post-slide .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

.post-slide .post-bar li {
    color: #676767;
    padding: 2px 0;
}

.post-slide .post-bar li i {
    margin-right: 5px;
}

.post-slide .post-bar li a {
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}

.post-slide .post-bar li a:after {
    content: ",";
}

.post-slide .post-bar li a:last-child:after {
    content: "";
}

.post-slide .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-slide .read-more:hover {
    background: #333;
    text-decoration: none;
}

.index-6 {
    height: 234px !important;
}

.index-7 {
    border-top: 1px solid #626262;
    height: 104px !important;
    text-align: center;
    color: #E1E1E1;
}

.index-7 .layui-container {
    padding-top: 30px;
}

.index-6 .logo-img {
    padding: 15px 0px;
    text-align: left;
}

.index-6 .contact {
    text-align: left;
    color: #E1E1E1;
    font-size: 14px;
    padding: 50px 0px 50px 80px;
}

.index-6 .contact .title {
    color: #47B8BF;
}

.index-6 .contact .title p {
    margin-right: 10px;
    display: inline-block;
}

.index-6 .contact .content {
    margin-top: 10px;
    line-height: 30px;
}

.index-6 .code {
    padding: 50px 0px;
    color: #E1E1E1;
}

.index-6 .code p {
    margin-top: 15px;
}

.scrollup {
    text-align: center;
    width: 80px;
    position: fixed;
    bottom: 50px;
    right: 25px;
    border: 1px solid #cccccc;
    z-index: 999;
}

.scrollup .sord {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    background: #ffffff;
}

.scrollup .sord h3 {
    margin-top: 5px;
    font-size: 14px;
}

.scrollup .sord a:link {
    text-decoration: none;
}

.top {
    width: 78px;
    height: 40px;
    display: none;
    background: #75b7bd;
}
