/***
author:连普信息科技有限公司 
website:www.lianpuit.com
QQ:976510651
***/

.trans {
    -webkit-transition: ease-out 0.5s all;
    -o-transition: ease-out 0.5s all;
    transition: ease-out 0.5s all;
}

body .layui-nav-bar {
    display: none !important;
}

.section {
    overflow: hidden;
}

.section .layui-container {
    padding: 0px;
}

.section .layui-container p img {
    max-width: 100%;
}

.section-head {
    margin: 80px auto;
    text-align: center;
}

.section-head .zh {
    width: 100%;
    /* line-height: 38px; */
    text-align: center;
    /* height: 40px; */
    font-size: 40px;
    color: #e64444;
    display: inline-block;
}

.section-head .en {
    width: 100%;
    height: 28px;
    text-align: center;
    font-size: 20px;
    color: #999999;
    display: inline-block;
}

.section-head p {
    margin: 0px auto;
    margin-top: 15px;
    width: 70%;
    font-size: 16px;
    color: #888888;
}

.header {
    background-color: #fff;
    height: 80px;
    line-height: 80px;
}

.header .logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: 60px;
}

.header .layui-nav {
    background-color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
}

.header .layui-nav .layui-nav-item:after {
    position: absolute;
    opacity: 0;
    height: 2px;
    background-color: #e64444;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.header .layui-nav .layui-nav-item:hover:after {
    opacity: 1;
}

.header .layui-nav .layui-this:after {
    opacity: 1;
    left: 0px;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.header .layui-nav .layui-nav-item a {
    color: black;
    padding: 0px 30px;
    font-size: 20px;
}

.header .layui-nav .layui-nav-item a:hover {
    color: #e64444;
}

.header .layui-nav .layui-this a {
    color: #e64444;
}


/*index banner*/

.swiper-container {
    position: relative;
}

.index-banner .swiper-slide img {
    width: 100%;
}

.index-banner-bottom img {
    width: 100%;
}

.swiper-container .banner-page {
    position: absolute;
    z-index: 55;
    text-align: center;
    bottom: 30px;
}

.banner-page .swiper-pagination-bullet {
    display: inline-block;
    width: 25px;
    height: 10px;
    opacity: 1;
    border-radius: 10px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
}

.banner-page .swiper-pagination-bullet-active {
    background: #fdd000;
    width: 12px;
}


/*other bannerbg*/

.bannerbg {
    height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bannerbg .circle {
    width: 260px;
    height: 260px;
    position: relative;
    margin: 0px auto;
    margin-top: 120px;
    /*left: 50%; margin-left: -60px;*/
}

.bannerbg .circle span {
    position: absolute;
    font-size: 40px;
    color: #fff;
    width: 100%;
    z-index: 2;
    left: 90px;
    top: 40px;
}

.bannerbg .circle img {
    width: 100%;
    /*transform-origin: center center;animation: rotate 30s linear infinite;*/
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}


/*index product*/

.product {
    background-color: #f4f4f4;
    padding-bottom: 80px;
}

.product .item {
    overflow: hidden;
}

.product .item .cover {
    overflow: hidden;
}

.product .item .cover img {
    width: 100%;
    cursor: pointer;
    -webkit-transition: ease-out 0.5s all;
    -o-transition: ease-out 0.5s all;
    transition: ease-out 0.5s all;
}

.product .item {
    position: relative;
    background: #fff;
    border-radius: 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.product .item:hover {
    -webkit-box-shadow: 0px 11px 43px -12px rgba(71, 71, 71, 0.36);
    box-shadow: 0px 11px 43px -12px rgba(71, 71, 71, 0.36);
}

.product .item .info {
    padding: 20px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: ease-out 0.5s all;
    -o-transition: ease-out 0.5s all;
    transition: ease-out 0.5s all;
}

.product .item .title {
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    padding: 10px 0px;
    text-align: center;
}

.product .item .cover img:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.product .item .other {
    display: none;
}

.product .item .title a {
    color: #e64444;
}

.product .item:hover .info {
    background-color: #e64444;
    color: #fff;
}

.product .item:hover .info a {
    color: #fff;
}

.indexsub {
    margin: 20px auto;
}

.indexsub ul {
    text-align: center;
}

.indexsub ul li {
    display: inline-block;
    margin-right: 20px;
}

.indexsub ul li a:last-child {
    margin-right: 0;
}

.indexsub ul li a {

    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    margin-right: 85px;
    background-color: #fff;
    border: 2px solid #eee;
}

.indexsub ul li a:hover {
    cursor: pointer;
}

.indexsub ul li a .icon {
    width: 50px;
    height: 35px;
    margin-right: 5px;
}

.indexsub .active {
    color: #fff;
}

.indexsub a.active,
.indexsub a:hover {
    color: #fff;
    background-color: #f5463f;
}


/*index news*/

.news {
    padding-bottom: 80px;
}

.news .item {
    border: 1px solid #fff;
    height: 200px;
    border-radius: 8px;
    margin: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
    -webkit-transition: ease-out 0.5s all;
    -o-transition: ease-out 0.5s all;
    transition: ease-out 0.5s all;
}

.news .item:hover {
    border-color: #e64444;
}

.news .item .cover {
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: table;
    margin-right: 15px;
}

.news .item .cover a {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.news .item .cover img {
    width: 100%;
    max-height: 100%;
}

.news .item .info {
    float: left;
    padding: 15px 0px;
    /* height: 200px; */
    /* width: 330px; */
    width: calc(100% - 220px);
    overflow: hidden;
}

.news .item .info .title {
    font-size: 22px;
    color: cornflowerblue;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .item .info .desc {
    color: #888888;
    font-size: 14px;
    margin: 10px auto;
    text-indent: 2em;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .item .other {
    border-top: 1px solid #f4f4f4;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.news .item .other a {
    position: absolute;
    display: block;
    border: 1px solid #cecece;
    top: 10px;
    padding: 0px 15px;
    height: 25px;
    line-height: 25px;
    border-radius: 15px;
    background-color: #cecece;
    color: #fff;
    text-align: center;
}

.news .item .other .more {
    right: 5px;
}

.news .item .other .cat {
    left: 5px;
}

.news .item .other .times {
    border: none;
    background-color: none;
    color: #999999;
}

.news .item .other a:hover {
    color: #e64444;
    border-color: #cecece;
    background-color: #fff;
}

.news .catname {
    position: absolute;
    display: block;
    padding: 5px 10px;
    background-color: #f97070;
    color: #fff;
    top: 0px;
    left: 0px;
}

.big-more {
    padding: 20px;
    margin: 20px auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.big-more .big-more-a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    color: #e64444;
    border: 2px solid #d6d4d4;
    border-radius: 4px;
    -webkit-transition: ease-out 0.5s all;
    -o-transition: ease-out 0.5s all;
    transition: ease-out 0.5s all;
}

.big-more .big-more-a:hover {
    background-color: #d6d4d4;
}


/*partner*/

.partner {
    background-color: #f4f4f4;
    padding-bottom: 80px;
}

.partner-count {
    margin-bottom: 30px;
}

.partner-count .tit {
    text-align: center;
    font-size: 25px;
}

.partner-count .num {
    position: relative;
    text-align: center;
    width: 300px;
    margin: 20px auto;
    margin-top: 60px;
}

.partner-count .num p {
    font-size: 25px;
    margin-top: 20px;
}

.partner-count .num .big {
    font-size: 80px;
    color: #e64444;
}

.partner-count .num .plus {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 0px;
    text-align: center;
    font-size: 100px;
    color: #e64444;
    top: -20px;
    right: -20px;
}

.partner-swiper {
    width: 1146px;
    overflow: hidden;
}

.partenitems .items {
    width: 1046px;
    padding: 0px 50px;
    margin: 20px auto;
    overflow: hidden;
}

.partenitems .item {
    width: 260px;
    height: 100px;
    position: relative;
    text-align: center;
    overflow: hidden;
    vertical-align: center;
    border: 1px solid #3d4045;
    float: left;
    cursor: pointer;
}

.partenitems .item:nth-child(5),
.partenitems .item:nth-child(6),
.partenitems .item:nth-child(7),
.partenitems .item:nth-child(8),
.partenitems .item:nth-child(9),
.partenitems .item:nth-child(10),
.partenitems .item:nth-child(11),
.partenitems .item:nth-child(12) {
    margin-top: -1px;
}

.partenitems .item:nth-child(2),
.partenitems .item:nth-child(3),
.partenitems .item:nth-child(4),
.partenitems .item:nth-child(6),
.partenitems .item:nth-child(7),
.partenitems .item:nth-child(8),
.partenitems .item:nth-child(10),
.partenitems .item:nth-child(11),
.partenitems .item:nth-child(12) {
    margin-left: -1px;
}

.partenitems .item img {
    /* display: table-cell; */
    position: relative;
    vertical-align: center;
    /* margin-top: 5px; */
    z-index: 1;
    width: 100%;
    transition: all 0.6s;
}

.partenitems .item .gray {
    position: absolute;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.6;
    top: 0;
    left: 0;
}

.partenitems .item:hover .gray {
    left: 217px;
}

.partenitems .lastitem {
    border-right: 0;
}

.partenitems .item .coname {
    display: none;
    position: absolute;
    padding: 5px 10px;
    z-index: 2;
    top: 0px;
    right: 0px;
    background-color: #1e9fff47;
    text-align: center;
}


/*pages*/

.pages {
    /* background: #fff; */
    width: 100%;
    padding: 20px 0;
    margin: 30px auto;
}

.pages ul {
    margin: 5px auto;
    text-align: center;
}

.pages ul li {
    display: inline-block;

}

.pages ul li a {
    padding: 10px 20px;
    font-size: 18px;
    display: block;
    border-radius: 5px;
    background-color: #fff;
    margin: 5px 10px;
    border: 1px solid #d6d4d4;
    -webkit-transition: ease-out 0.5s all;
    -o-transition: ease-out 0.5s all;
    transition: ease-out 0.5s all;
}

.pages ul li a:hover {
    color: #e64444;
    background: #d6d4d4;
}

.pages ul li a.active,
.pages ul li.active a {
    background: #e64444;
    color: #fff;
}


/*about*/

.about {
    height: 800px;
    position: relative;
}

.about .section-bg {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 800px;
    /*background-attachment:fixed;*/
    background-size: cover;
    background-position: center top;
}

.about .context {
    position: absolute;
    top: -800px;
    right: 0px;
    padding: 0px 50px;
    color: #fff;
    width: 400px;
    height: 800px;
    z-index: 55;
    background: rgba(214, 55, 55, 0.6);
}

.about .context .img {
    text-align: center;
    position: relative;
    margin-top: 200px;
}

.about .context .tit {
    position: relative;
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
}

.about .context .des {
    position: relative;
    margin-top: 30px;
    padding: 5px;
    line-height: 30px;
    text-indent: 2rem;
    font-size: 15px;
}

.about .bg {
    width: 100%;
    position: relative;
    z-index: -1;
    top: 0;
    height: 1045px;
}

.about:hover .context,
.about.active .context {
    top: 0px;
}


/*contact*/

.contact {
    padding-bottom: 50px;
}

.contact-title {
    width: 100%;
    line-height: 80px;
    height: 80px;
    background: #e64444;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 50px;
}

.contact .part {
    padding: 30px 0;
}

.mapimg {
    width: 350px;
    height: 220px;
    float: left;
}

.mapimg img {
    width: 100%;
    height: 100%;
}

.contacttxt {
    float: left;
    margin-left: 30px;
}

.contacttxt p {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.footer,
.footer a {
    color: #fff;
}

.footer1 {
    background: #3d4045;
}

.footer1 .layui-container {
    padding: 50px 0px;
}

.footer1 .span3 h3 {
    margin-bottom: 15px;
}

.footer-case .item,
.footer-news .item {
    width: 260px;
    height: 60px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}

.footer-case .item a,
.footer-news .item a {
    display: inline-block;
}

.footer-case .item a img,
.footer-news .item a img {
    width: 80px;
    height: 60px;
    float: left;
}

.footer-case .item a .title,
.footer-news .item a .title {
    width: 160px;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    margin-left: 10px;
    float: left;
}

.footer-about {
    text-align: right;
}

.footer2 {
    background: #2b2d30;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.footer2 a {
    color: #fff;
}

.right {
    float: right;
}

.left {
    float: left;
}


/*page */

.page-about {
    background-color: #f5f5f5;
    /* height: 700px; */
}

.page .part-title {
    margin: 80px auto;
}

.page-about .items .item {
    width: 100%;
    overflow: hidden;
}

.page-about .items .item img {
    width: 100%;
    height: 220px;
}

.page-about .items .item .txt {
    height: 100px;
    width: 100%;
    float: left;
    background-color: #fff;
    text-align: center;
}

.page-about .items .txt h3 {
    margin-top: 20px;
    font-size: 20px;
    color: #333;
}

.page-about .items .txt p {
    color: #888888;
}

.teams-container {
    width: 1000px;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
}

.swiper-wrapper {
    z-index: 1;
}

.teams-container .swiper-slide {
    position: relative;
    height: 250px;
}

.teams-container .swiper-slide img {
    width: 200px;
    height: 200px;
    float: left;
}

.teams-container .swiper-slide .personinfo {
    height: 250px;
    width: 270px;
    padding: 10px;
    float: left;
    top: 200px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.6s;
    color: #333;
}

.teams-container .swiper-slide .tar {
    width: 200px;
    float: left;
    text-align: center;
}

.teams-container .swiper-slide .tar .name {
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: inline-block;
    background-color: #e64444;
    color: #fff;
}

.teams-container .swiper-slide .personinfo .names {
    position: relative;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.teams-container .swiper-slide .personinfo .desc {
    line-height: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.teams-container .swiper-slide .personinfo .zhiwei {
    width: 100%;
    height: 20px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
}

.teams-container .swiper-slide:hover .personinfo {
    top: 0px;
    color: #e64444;
    background: rgba(0, 0, 0, 0.2);
}

.teams-container .swiper-slide:hover .personinfo .desc {
    color: #333;
}

.page-team div.team-next,
.page-team div.team-prev {
    /* margin-top:100px; */
}

.about-info-container {
    height: 500px;
    width: 100%;
    margin-top: 50px;
    min-width: 1200px;
}

.about-info-container .left,
.about-info-container .right {
    min-width: 600px;
}

.about-info-container .left {
    float: left;
    width: 50%;
    height: 500px;
    background: url(../images/about_05.jpg) center center no-repeat;
}

.about-info-container .right {
    float: right;
    width: 50%;
    height: 500px;
    background: #e64444;
    color: #fff;
}

.about-info-container .right .contxt {
    margin: 100px;
}

.about-info-container .right .contxt h2 {
    height: 100px;
    padding: 10px 0;
}

.about-info-container .right .contxt .text {
    font-size: 18px;
    line-height: 25px;
    width: 80%;
    color: #f1f1f1;
    margin-top: 40px;
}

.about-info-container .right .contxt h2 span {
    width: 100%;
    display: inline-block;
    position: relative;
}

.about-info-container .right .contxt h2 span.zh {
    font-size: 38px;
}

.about-info-container .right .contxt h2 span.en {
    top: 10px;
    font-size: 30px;
}

.about-info-container .right .contxt h2 span.line {
    top: 0px;
    height: 2px;
    background: #fff;
    width: 50px;
}

.page-team {
    background-color: #f5f5f5;
    padding-bottom: 80px;
}

.page-team .part-title p {
    width: 900px;
    margin: 30px auto;
    text-align: left;
}

.page-honor {
    padding-bottom: 50px;
}

.page-honor .items .item {
    margin: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-honor .items .item .name {
    position: absolute;
    padding: 10px 8px;
    left: 0px;
    width: 22px;
    background: rgba(236, 123, 32, 0.3);
    top: 0px;
}

.page-honor .items .item img {
    width: 100px;
    height: 100px;
}

.page-honor .items .item ul {
    padding: 10px;
    height: 190px;
    overflow: hidden;
}

.page-honor .items .item ul li {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
}

.page-honor .items .item1,
.page-honor .items .item2 {
    /* border-right: 1px dashed #e64444; */
}

.page-social {
    background-color: #f5f5f5;
}

.page-social .part-title {
    text-align: center;
}

.page-social .part-title h3 {
    margin-top: 40px;
    font-size: 20px;
    position: relative;
    color: #575453;
    font-weight: bold;
}

.page-social h3 .short {
    height: 2px;
    width: 100px;
    background-color: #e64444;
    position: absolute;
    display: inline-block;
    left: 500px;
    top: 35px;
}

.page-social h4 {
    margin-top: 20px;
    font-size: 18px;
}

.page-social .part-title p {
    margin-top: 20px;
}

.social-contain {
    height: 500px;
}

.social-contain .item {
    position: relative;
    float: left;
    width: 350px;
    margin-right: 25px;
}

.social-contain .lastitem {
    margin-right: 0;
}

.social-contain .item h3 {
    height: 100px;
    width: 100%;
    float: left;
    line-height: 100px;
    font-size: 25px;
    color: #e64444;
    background-color: #fff;
    text-align: left;
    text-indent: 1rem;
}

.join-content {
    padding: 50px 0;
    background: #f0f0f0;
}

.join-content .main,
.join-content .sider {
    background: #fff;
}

.join-content .main {
    width: 810px;
    float: right;
}

.join-content .sider {
    width: 260px;
    float: left;
}


/*service*/

.service1 {}

.service1 .item {
    text-align: center;
}

.service1 .item .circle {
    width: 100%;
}

.service1 .item .circle img {
    width: 200px;
    height: 200px;
}

.service1 .item p {
    margin-top: 30px;
}

.service1 .item .title {
    font-size: 25px;
    color: #333;
}

.service1 .item .desc {
    font-size: 18px;
    color: #e64444;
    margin-top: 20px;
}

.service2 {
    margin-top: 80px;
}

.service2 .rows {
    position: relative;
    margin-bottom: 50px;
}

.service2 .rows .cover,
.service2 .rows .items {
    width: 50%;
    float: left;
    position: relative;
}

.service2 .rows .cover {
    color: #fff;
    height: 600px;
    text-align: center;
    font-size: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.service2 .rows .times {
    height: 600px;
}

.service2 .rows:nth-child(1) .cover {
    background-image: url(../images/service5.png);
}

.service2 .rows:nth-child(2) .cover {
    background-image: url(../images/service6.png);
}

.service2 .rows:nth-child(3) .cover {
    background-image: url(../images/service7.png);
}

.service2 .rows:nth-child(4) .cover {
    background-image: url(../images/service8.png);
}

.service2 .rows .cover .en {
    position: absolute;
    width: 100%;
    top: 100px;
}

.service2 .rows .cover .zh {
    position: absolute;
    width: 100%;
    bottom: 100px;
    font-size: 32px;
}

.service2 .rows .items ul {
    margin-left: 200px;
    margin-top: 90px;
}

.service2 .rows .items ul li p {
    font-size: 20px;
    color: #7d7d7d;
}

.service2 .rows .items ul li {
    margin-bottom: 30px;
    position: relative;
}

.service2 .rows .items ul li:before {
    content: ' ';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 16px;
    left: -60px;
    background-color: #888888;
    border-radius: 15px;
}

.service2 .rows .items ul li .en {
    margin-top: 10px;
}

.service2 .rows .items ul li:hover p {
    color: #e64444;
}


/*news content*/

.news-content {
    background-color: #f6f6f6;
    padding: 10px 0;
}

.article-title .hits,
.article-title .date,
.article-title .author,
.article-title .category {
    float: right;
    margin-right: 15px;
}

.news-content .main {
    
    background: #fff;
    
}

.case-content .main {
    overflow: hidden;
}

.news-content .sider {
    width: 210px;
    background: #fff;
    float: right;
}

.news-content .info {
    border-bottom: 2px solid #f1f1f1;
    font-size: 13px;
    line-height: 50px;
    color: #7d7d7d;
}

.news-content .content {
    width: 96%;
    margin: 10px auto;
}

.news-content .content p {
    width: 100%;
}

.news-content .content p img {
    max-width: 100%;
    text-align: center;
    margin: 0px auto;
}

.article-title {
    margin: 30px auto;
}

.article-title h1 {
    text-align: center;
    margin: 50px auto;
    margin-bottom: 30px;
    font-size: 30px;
    color: #404040;
    font-weight: 400;
    text-transform: uppercase;
}

.backp {
    width: 100%;
    float: left;
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.news-page {
    float: left;
    width: 100%;
    border-top: 1px dashed #ececee;
    margin-bottom: 30px;
}

.news-page p {
    text-indent: 2rem;
    width: 100%;
    float: left;
    margin-top: 20px;
    line-height: 20px;
}

.info .back {
    margin-left: 15px;
}

.sider .latest h3 {
    width: 100%;
    background: #e64444;
    float: left;
    font-size: 18px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ececec;
    text-indent: 1rem;
    text-align: left;
    margin-bottom: 20px;
}

.sider .latest ul li {
    padding: 5px;
    line-height: 25px;
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
}


/*jobs*/

.jobs .layui-colla-item {
    margin-bottom: 20px;
    border: none;
}

.jobs .layui-collapse {
    border: none;
}

.jobs .layui-colla-content {
    padding: 0px;
}

.jobs .layui-colla-item .layui-colla-title {
    /* width: 100%; */
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    font-weight: normal;
    /* text-indent: 20px; */
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #f2f2f2;
}

.jobs .layui-colla-title span {
    color: #e64444;
    margin-left: 30px;
}

.jobs .layui-colla-item .content {
    background: #f5f5f5;
    padding: 15px;
    line-height: 35px;
    font-size: 18px;
    color: #333;
}

.jobs .layui-colla-icon {
    font-size: 25px;
    margin-right: 20px;
}

.more-case .other-items .item {
    /* float: left; */
    width: 270px;
    height: 270px;
    /* margin-right: 5px; */
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.more-case .title {
    height: 270px;
    width: 20px;
    padding: 0 20px;
    vertical-align: middle;
    transition: all 0.4s;
    font-size: 20px;
    position: absolute;
    text-align: center;
    left: -60px;
    color: #e64444;
    background: rgba(255, 255, 255, 0.6);
}

.more-case .other-items .item a img {
    width: 270px;
    height: 270px;
    float: left;
}

.more-case .other-items .item a:hover .title {
    left: 0px;
}

.more-case .other-items .item a {
    display: inline-block;
}

.more-case {
    padding-bottom: 50px;
}

.noright {
    margin-right: 0;
}

.more-news .num {
    float: left;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #e64444;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 15px;
}

.more-news {
    margin-bottom: 50px;
}

.page-contact {
    background-repeat: no-repeat;
    background-position: center top;
    height: 500px;
}

.page-contact .content {
    width: 400px;
    height: 300px;
    position: absolute;
    right: 50px;
    top: 80px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.page-contact .content .title {
    padding: 16px;
    margin: 0px auto;
    margin-bottom: 50px;
    background: rgba(214, 55, 55, 0.7);
    font-size: 26px;
    color: #fff;
}

.page-contact .content p {
    margin-bottom: 10px;
    font-size: 16px;
}


/*右侧漂浮*/


/*xf*/

#xf {
    display: none;
    width: 160px;
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 29;
}

#xf .on {
    position: relative;
}

#xf .on .icon {
    margin-top: 3px;
}

#xf .on a {
    color: #fff;
}

#xf .on .qq {
    display: block;
    float: left;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    background: url(../images/xf_a_qq.png) center center no-repeat;
    transition: .3s all linear;
}

#xf .on .wx {
    display: block;
    width: 160px;
    height: 160px;
    margin-bottom: 0px;
    cursor: pointer;
    transition: .3s all linear;
    position: relative;
}

#xf .on .wx img {
    display: block;
    width: 100%;
    height: auto;
}

#xf .on .phone {
    display: block;
    float: left;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    background: url(../images/xf_a_phone.png) center center no-repeat;
    transition: .3s all linear;
    position: relative;
}

#xf .on .phone p {
    display: none;
    position: absolute;
    right: 56px;
    top: 0;
    width: 195px;
    font-size: 20px;
    text-indent: 20px;
    line-height: 54px;
    background: #e64444;
    color: #fff;
}

#xf .on p {
    width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    font-size: 16px;
}

#xf .on .qqphone {
    width: 160px;
    height: 100px;
    background-color: #53b6b9;
    margin-top: -1.5px;
}