/* 首页内容部分样式 */

.content111{width:1400px;text-align:center;background:#ccc;margin:0 auto;}

.content .aboutLayout {

    background-color: #fff;

    height: 805px;

    box-sizing: border-box;

    padding: 0 120px 0;

}

.header .hederRight ul li a{font-size: 16px;}


/* title公共样式 */



.titleLayout {

    text-align: center;

    padding-top: 45px;

}



.titleLayout p {

    font-size: 24px;

    line-height: 50px;

    text-transform: uppercase;

    color: #666666;

    font-family: 'Times New Roman', Times, serif;

}



.titleLayout h2 {

    font-size: 36px;

    font-weight: bold;

}



.titleLayout h2 i {

    color: #0078bf;

    font-weight: bold;margin-left:10px;

}


/* 顶部导航下拉样式 */
.tnavbox {
    position: absolute;
    left: 0px;
    top: 49px;
    /* width: 40vw; */
    width: 0px;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
    padding: 20px 0 18px;
    z-index: 99;
    transition: all 0.5s;
    overflow: hidden;
}
.tnavboxSon a{
    width: 10vw;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}
.tnavboxSon a:hover{
    background-color: #0078bf;
    color: #fff;
}



/* 关于我们中间部分样式 */



.aboutLayout .aboutCenter {

    margin-top: 45px;

    display: flex;

}



.aboutLayout .aboutCenter .aboutRight {

    display: flex;

    justify-content: space-around;

    flex-direction: column;

    width: 50%;

    margin-left: 6vw;

}



.aboutLayout .aboutCenter .aboutRight h4 {

    font-size: 28px;

    color: #333333;

}



.aboutLayout .aboutCenter .aboutRight .des {

    font-size: 16px;

    color: #000;

    line-height: 35px;

    text-indent: 0em;

    margin-top: -20px;

}



.aboutLayout .aboutCenter .aboutRight .imgList {

    display: flex;

}



.aboutLayout .aboutCenter .aboutRight .imgList .imgItem {

    flex: 1;

    margin-right: 50px;

}



.aboutLayout .aboutCenter .aboutRight .imgList .imgItem span {

    font-size: 14px;

    color: #666666;

    line-height: 20px;

    display: block;

    margin-top: 10px;

}



/* 案例样式 */



.caseLayout {

    background-color: #f2f2f2;

    padding-bottom: 45px;

}



.caseLayout .titleUl {

    width: 510px;

    display: flex;

    justify-content: space-between;

    margin: 25px auto 0;

}



.caseLayout .titleUl li i {

    width: 146px;

    display: block;

    line-height: 36px;

    box-sizing: border-box;

    border: 2px solid#3f3f3f;

    text-align: center;

    font-size: 16px;

    transition: all 0.5s;

}



.caseLayout .titleUl li.on i {

    background-color: #0078bf;

    border: none;

    border: 2px solid #0078bf;

    color: #fff;

}



.caseLayout .titleUl li:hover i {

    background-color: #0078bf;

    cursor: pointer;

    border: none;

    border: 2px solid #0078bf;

    color: #fff;

}



.caseLayout .caseList {

    display: flex;

    padding: 35px 25px 30px 40px;

    box-sizing: border-box;

    flex-wrap: wrap;

}



.caseLayout .caseList .caseItem {

    width: 25%;

    margin-bottom: 20px;

    padding-right: 15px;

    box-sizing: border-box;

}

.caseLayout .caseList .caseItem .hoverImgBox{padding-bottom:67%;width: 100%;position: relative;overflow: hidden;}

.caseLayout .caseList .caseItem .hoverImgBox img {

   width: 100%;height: 100%; position: absolute;top: 0;left: 0;

}



.caseLayout .caseList .caseItem .caseBottom {

    padding: 10px 0px 10px 25px;

    border: 1px solid #e2e2e2;

    border-top: none;

    background-color: #fff;

}



.caseLayout .caseList .caseItem .caseBottom p {

    font-size: 16px;

    color: #333333;

    transition: all 0.5s;

    text-align: center;

}



.caseLayout .caseList .caseItem>a:hover .caseBottom p {

    color: #0078bf;

}



.caseLayout .caseList .caseItem .caseBottom span {

    font-size: 14px;

    line-height: 28px;

    color: #999999;

}



.learnMore {

    width: 146px;

    display: block;

    line-height: 36px;

    box-sizing: border-box;

    border: 2px solid#3f3f3f;

    text-align: center;

    font-size: 16px;

    font-weight: bold;

    margin: 0 auto;

}

/* 案例详情样式 */
.caseDetailRight {
    margin-top: 35px;
    padding: 30px 66px 66px;
    background-color: #fff;
}

.caseDetailRight p {
    font-size: 26px;
    line-height: 50px;
    margin-bottom: 30px;
    color: #333333;
}

.caseDetailRight .rightList {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.caseDetailRight .rightList li {
    float: left;
    width: 25%;
    display: block;
}

.caseDetailRight .rightList .hoverImgBox {
    width: 95%;
}

.caseDetailRight .rightList .hoverImgBox img {
    object-fit: contain;
    width: 100%;

}

.caseDetailRight .rightList a span {
    font-size: 18px;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.caseDetailRight .rightList a:hover span {
    color: #0078bf;
}

/* 产品样式 */



.productLayout {

    background-color: #fff;

}



.productLayout .productCenter {

    display: flex;

    justify-content: space-between;

    padding: 60px 40px 80px;

}



.productLayout .productCenter .productLeft {

    flex: 1;

    padding: 0 5%;

    display: flex;

    flex-direction: column;

    justify-content: space-around;

}



.productLayout .productCenter .productLeft .title {

    font-size: 22px;

    color: #333333;

}



.productLayout .productCenter .productLeft .titleTwo {

    font-size: 14px;

    line-height: 30px;

    color: #666666;
    margin-top: 20px;
}



.productLayout .productCenter .productLeft .leftList {

    display: flex;

    justify-content: space-between;

}



.productLayout .productCenter .productLeft .leftList .leftListItem {

    text-align: center;

    width: 116px;

}



.productLayout .productCenter .productLeft .leftList .leftListItem img {

    width: 116px;

    height: 116px;

    box-sizing: border-box;

    transition: all 0.5s;

    cursor: pointer;

}



.productLayout .productCenter .productLeft .leftList .leftListItem img:hover {

    content: '';

    background-color: #0078bf;

    padding: 5px;

    border-radius: 5px;

}



.productLayout .productCenter .productLeft .leftList .leftListItem p {

    font-size: 16px;

    color: #343434;

    margin-top: 16px;

}



.leftBottom {

    display: flex;

    align-items: center;

}



.leftBottom a {

    width: 146px;

    line-height: 36px;

    box-sizing: border-box;

    border: 2px solid#0078bf;

    text-align: center;

    font-weight: bold;

    display: inline-block;

    position: relative;

    overflow: hidden;

    font-size: 16px;

    color: #fff;

    background-color: #0078bf;

}





.leftBottom p {

    font-size: 14px;

    margin-left: 35px;

    display: inline-block;

}



.leftBottom i {

    font-size: 32px;

    color: #0078bf;

    font-weight: bold;

}

.leftBottom.fz26 i {
    font-size: 26px;
}


.productLayout .productCenter .hoverImgBox {

    width: 50%;

}



.productLayout .productCenter .productRight {

    width: 100%;

    object-fit: cover;

}



/* 合作伙伴部分样式 */



.partenrLayout {

    background-color: #f7f7f7;

    padding-bottom: 50px;

}



.partenrLayout .partenrCenter {

    display: flex;

    padding: 40px 25px 20px 40px;

    flex-wrap: wrap;

}



.partenrLayout .partenrCenter li {

    padding-right: 15px;

    width: 16.66%;

    margin-bottom: 20px;

    box-sizing: border-box;

}



.partenrLayout .partenrCenter li img {

    width: 100%;

    border: 4px solid #ececec;

}



/* 新闻资讯样式 */



.newsLayout {

    background: url(../images/bgimg.jpg) center no-repeat;

    object-fit: cover;

    padding-bottom: 30px;

}



.newsLayout .newsCenter {

    padding: 45px 40px;

    display: flex;

    height: 595px;

}



.newsLayout .newsCenter .newsLeft {

    display: flex;

    flex: 1;

}



.newsLayout .newsCenter .newsLeft .newsLeftList {

    width: 50%;

    height: 100%;

    box-sizing: border-box;

    padding-right: 24px;

    display: flex;

    flex-direction: column;

}

.newsLayout .newsCenter .newsLeft .newsLeftList .hoverImgBox {
    height: 36%;
}

.newsLayout .newsCenter .newsLeft .newsLeftList img {

    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}



.newsLayout .newsCenter .newsLeft .newsLeftList .newsLeftListBottom {

    box-sizing: border-box;

    background-color: #fff;

    padding: 50px;

    height: 295px;

    flex: 1;

}



.newsLayout .newsCenter .newsLeft .newsLeftList .newsLeftListBottom i {

    transition: all 1s;

}



.newsLayout .newsCenter .newsLeft .newsLeftList .newsLeftListBottom i:first-child {

    font-size: 20px;

    color: #333333;

    font-weight: bold;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}



.newsLayout .newsCenter .newsLeft .newsLeftList:hover .newsLeftListBottom i {

    color: #0078bf;

}



.newsLayout .newsCenter .newsLeft .newsLeftList .newsLeftListBottom span {

    font-size: 14px;

    color: #333333;

    margin-top: 10px;

    display: block;

}



.newsLayout .newsCenter .newsLeft .newsLeftList .newsLeftListBottom p {

    font-size: 14px;

    color: #666666;

    line-height: 20px;

    margin-top: 20px;

}



.newsLayout .newsCenter .newsLeft .newsLeftList .newsLeftListBottom i:last-child {

    font-size: 16px;

    padding: 6px 10px;

    color: #333333;

    margin-top: 30px;

    display: inline-block;

    position: relative;

    transition: all 0.5s;

    overflow: hidden;

}



.newsLayout .newsCenter .newsLeft .newsLeftList .newsLeftListBottom i:last-child::before {

    width: 100%;

    height: 1px;

    content: '';

    background-color: #333333;

    position: absolute;

    left: 0;

    bottom: 0;

}



.newsLayout .newsCenter .newsLeft .newsLeftList .newsLeftListBottom i:last-child::after {

    width: 100%;

    height: 1px;

    content: '';

    position: absolute;

    background-color: #0078bf;

    left: -100%;

    bottom: 0;

    transition: all 0.5s;

}



.newsLayout .newsCenter .newsLeft .newsLeftList:hover .newsLeftListBottom i:last-child {

    color: #0078bf;

}



.newsLayout .newsCenter .newsLeft .newsLeftList:hover .newsLeftListBottom i:last-child::before {

    width: 0%;

}



.newsLayout .newsCenter .newsLeft .newsLeftList:hover .newsLeftListBottom i:last-child::after {
    left: 0;
}



.newsLayout .newsCenter .newsRight {
    flex: 1;
    overflow: hidden;
    background-color: #fff;
}

.newsLayout .newsCenter .newsRight .newsRightSon {
    box-sizing: border-box;
    padding: 50px 70px;
}



.newsLayout .newsCenter .newsRight .newsTitleLayout {
    display: flex;
    margin-top: 30px;
}



.newsLayout .newsCenter .newsRight .newsTitleLayout .newsTitleLeft {
    width: 80px;
    font-size: 28px;
    line-height: 50px;
    color: #333333;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
}



.newsLayout .newsCenter .newsRight .newsTitleLayout .newsTitleRight {

    margin-left: 40px;

}



.newsLayout .newsCenter .newsRight .newsTitleLayout .newsTitleRight a {

    font-size: 20px;

    color: #333333;

}



.newsLayout .newsCenter .newsRight .newsTitleLayout .newsTitleRight p {

    margin-top: 25px;

    font-size: 14px;

    color: #666666;

    line-height: 24px;

}



.newsLayout .newsCenter .newsRight .newsTitleLayout .newsTitleRight a:hover {

    color: #0078bf;

}



.newsLayout .newsCenter .newsRight .newsBottomLayout {

    margin-top: 50px;

}



.newsLayout .newsCenter .newsRight .newsBottomLayout li {

    padding: 25px 0;

    border-bottom: 1px dashed #c2c2c2;

    display: flex;

    justify-content: space-between;

    color: #333333;

    font-size: 16px;

}



.newsLayout .newsCenter .newsRight .newsBottomLayout li:first-child {

    border-top: 1px dashed #c2c2c2;

}



.newsLayout .newsCenter .newsRight .newsBottomLayout li:hover a {

    color: #0078bf;

}







/*===== 关于 =====*/



/* 公司概况样式 */

.surveyLayout {
    /* height: 805px; */

    background-color: #fff;
    padding: 60px 40px; 
}
.surveyLayout h2{width:100%;font-size: 36px;
    color: #333333;
    line-height: 50px;
    font-weight: 900;text-align:center;margin-bottom:20px;}
 
.surveyLayout p{line-height:35px;}

/* 用心服务部分样式 */

.serviceLayout {
    padding: 0 40px;
    height: 502px;
}

.serviceLayout .serviceLeft {
    width: 26%;
    height: 100%;
    padding: 70px 56px 0;
    box-sizing: border-box;
    background-color: #313131;
    color: #fff;
}

.serviceLayout .serviceLeft h2 {
    font-size: 36px;
}

.serviceLayout .serviceLeft h5 {
    font-size: 22px;
    font-weight: 300;
    margin-top: 5%;
}

.serviceLayout .serviceLeft p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 15%;
}

.serviceLayout .serviceRight {
    width: 74%;
    height: 100%;
    background: url(../images/about06.jpg) no-repeat;
    object-fit: cover;
    float: right;
    padding: 7% 6% 0;
    box-sizing: border-box;
}

.serviceLayout .serviceRight .imgList {
    width: 100%;
    overflow: hidden;
}

.serviceLayout .serviceRight .imgList li {
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 0 8px;
    width: 32%;
}

.serviceLayout .serviceRight .imgList li .serviceLayout .serviceRight .imgList img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.serviceLayout .serviceRight .iconImg {
    width: 82px;
    margin: 35px auto 0;
    display: flex;
    justify-content: space-between;
}

.serviceLayout .serviceRight .iconImg img {
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
}

.serviceLayout .serviceRight .iconImg img:hover {
    transform: rotate(360deg);
}



/* 合作伙伴部分样式 */

.partenrLayout {
    background-color: #fff;
    padding: 70px 40px;
}

.partenrLayout .partenrTitle {
    margin: 0 auto;
    text-align: center;
}

.partenrLayout .partenrTitle h2 {
    font-size: 36px;
    color: #333333;
}

.partenrLayout .partenrTitle p {
    font-size: 16px;
    margin-top: 10px;
}

.partenrLayout .partenrCenter {
    display: flex;
    padding: 40px 25px 20px 40px;
    flex-wrap: wrap;
}

.partenrLayout .partenrCenter li {
    padding-right: 15px;
    width: 16.66%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.partenrLayout .partenrCenter li img {
    width: 100%;
    border: 4px solid #ececec;
}





/*===== 案例 =====*/



/* 案例样式 */

.caseLayout {
    background-color: #fff;
    padding: 35px 0 45px;
}

.caseLayout .caseTitle {
    padding: 0 40px;
}

.caseLayout .caseTitle .inCaseTitle {
    width: 100%;
    box-sizing: border-box;
    height: 52px;
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
}

.caseLayout .caseTitle .inCaseTitle span {
    font-size: 16px;
    color: #333333;
    margin-left: 26px;
}

.caseLayout .caseTitle .inCaseTitle ul {
    display: flex;
    margin-left: 35px;
}

.caseLayout .caseTitle .inCaseTitle ul li {
    margin-left: 25px;
}

.caseLayout .caseTitle .inCaseTitle ul li:first-child {
    margin-left: 0;
}

.caseLayout .caseTitle .inCaseTitle ul li.active a {
    color: #fff;
    background-color: #0078bf;
}

.caseLayout .caseTitle .inCaseTitle ul li a {
    display: inline-block;
    width: 100%;
    color: #666666;
    font-size: 16px;
    display: inline-block;
    width: 70px;
    line-height: 30px;
    text-align: center;
    transition: all 0.5s;
}

.caseLayout .caseTitle .inCaseTitle ul li:hover a {
    background-color: #0078bf;
    color: #ffffff;
}

.caseLayout .caseList {
    display: flex;
    padding: 35px 25px 30px 40px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.caseLayout .caseList .caseItem {
    width: 25%;
    margin-bottom: 20px;
    padding-right: 15px;
    box-sizing: border-box;
}

.caseLayout .caseList .caseItem img {
    width: 100%;
    object-fit: cover;
}

.caseLayout .caseList .caseItem .caseBottom {
    padding: 10px 0px 10px 25px;
    border: 1px solid #e2e2e2;
    border-top: none;
    background-color: #fff;
}

.caseLayout .caseList .caseItem .caseBottom p {
    font-size: 18px;
    color: #333333;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.caseLayout .caseList .caseItem:hover .caseBottom p {
    color: #0078bf;
}

.caseLayout .caseList .caseItem .caseBottom span {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
}



/* 案例详情样式 */

.detailLayout {
    background-color: #f2f2f2;
    padding: 40px 150px;
}

@media (max-width:1680px) and (min-width:1440px) {

    div.detailLayout {
        padding: 40px 100px;
    }

}

@media (max-width:1440px) and (min-width:1366px) {

    div.detailLayout {
        padding: 40px 80px;
    }

}

@media (max-width:1366px) {

    div.detailLayout {
        padding: 40px 50px;
    }

}

.detailLayout .detailTitle {
    display: flex;
    padding: 0 40px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    justify-content: space-between;
}

.detailLayout .detailTitle p,
.detailLayout .detailTitle a {
    font-size: 16px;
    color: #666666;
    transition: all 0.5s;
}

.detailLayout .detailTitle a:hover {
    color: #0078bf
}

.detailLayout .detailCenter {
    margin-top: 35px;
    display: flex;
    height: auto;
    background-color: #fff;
}

.detailLayout .detailCenter .swiper-container {
    width: 50%;
    height: auto;
    background-color: #fff;
}

.detailLayout .detailCenter .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.detailLayout .detailCenter .centerRight {
    width: 50%;
    background-color: #fff;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
}

.detailLayout .detailCenter .centerRight>p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.detailLayout .detailCenter .centerRight>p:first-of-type {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #bebebe;
}

.detailLayout .detailCenter .centerRight h4 {
    font-size: 26px;
    color: #0078bf;
}

.detailLayout .detailCenter .centerRight .aList {
    display: flex;
    margin-top: 30px;
}

.detailLayout .detailCenter .centerRight .aList a {
    width: 120px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #0078bf;
}

.detailLayout .detailCenter .centerRight .aList a:last-child {
    background-color: #5d5d5d;
    margin-left: 10px;
}

.detailLayout .detailBottom {
    margin-top: 35px;
    padding: 66px;
    background-color: #fff;
}

.detailLayout .detailBottom .bottomItem span {
    display: block;
    font-size: 20px;
    color: #fff;
    width: 130px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #0078bf;
}

.detailLayout .detailBottom .bottomItem p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-top: 25px;
}





/*===== 产品 =====*/



/* 二级导航栏样式 */

.productTitle {
    padding: 0 40px;
    background-color: #0078bf;
    height: 60px;
    display: flex;
    justify-content: space-around;
}

.productTitle li {
    text-align: center;
    flex: 1;
}

.productTitle li a {
    width: 100%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s;
}

.productTitle li:hover a {
    background-color: #d5651d;
}

.productTitle li.on a {
    filter: brightness(110%);
    background-color: #d5651d;
}

/* 产品列表部分样式 */

.product2Layout {
    background-color: #fff;
    padding: 60px 40px 50px;
}

.product2Layout .product2Title {
    margin: 0 auto;
    text-align: center;
}

.product2Layout .product2Title h4 {
    font-size: 28px;
    color: #333333;
}

.product2Layout .product2Center {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.product2Layout .product2Center li {
    margin-right: 0.8%;
    width: 24.4%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #ececec;
}

.product2Layout .product2Center li:nth-child(4n) {
    margin-right: 0;
}

.product2Layout .product2Center li a {
    display: block;
}

.product2Layout .product2Center li img {
    width: 100%;
}

.product2Layout .product2Center li p {
    width: 100%;
    line-height: 75px;
    font-size: 18px;
    text-align: center;
    color: #333333;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.product2Layout .product2Center li p span {
    position: relative;
    transition: 0.5s;
}

.product2Layout .product2Center li:hover a p span {
    color: #fff;
}

.product2Layout .product2Center li p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.5s;
}

.product2Layout .product2Center li:hover a .hoverPText.hoverPText::before {
    bottom: 0;
    color: #fff;
    background-color: #0078bf;
    filter: brightness(115%);
}

.detailLayout .detailBottom .detailLeft {
    padding: 50px 66px;
    background-color: #fff;
    width: 73%;
    margin-right: 2%;
}

.detailLayout .detailBottom .detailItem span.title {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    background-color: #0078bf;
    margin-top: 20px;
}

.detailLayout .detailBottom .detailItem .pList {
    padding: 20px 0;
    border-bottom: 1px dashed #dddddd;
}

.detailLayout .detailBottom .detailItem:last-of-type .pList {
    border: none;
}

.detailLayout .detailBottom .detailItem .detailSon {
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
    align-items: center;
}

.detailLayout .detailBottom .detailItem .detailSon .hoverImgBox {
    width: 40%;
    padding-right: 60px;
    box-sizing: border-box;
}

.detailLayout .detailBottom .detailItem .detailSon .hoverImgBox img {
    width: 100%;
}

.detailLayout .detailBottom .detailItem .detailSon .imgList {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.detailLayout .detailBottom .detailItem .detailSon .imgList .imgItem {
    width: 36%;
}

.detailLayout .detailBottom .detailItem .detailSon .imgList .imgItem:nth-of-type(2n) {
    margin-left: 40px;
}

.detailLayout .detailBottom .detailItem .detailSon .imgList .imgItem>span {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 12px;
    display: inline-block;
}

.detailLayout .detailBottom .detailItem .pList p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.detailLayout .detailBottom .detailRight {
    width: 25%;
    float: right;
}

.detailLayout .detailBottom .detailRight p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #333333;
}

.detailLayout .detailBottom .detailRight .rightList {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.detailLayout .detailBottom .detailRight .rightList img {
    object-fit: contain;
    width: 100%;
}

.detailLayout .detailBottom .detailRight .rightList a span {
    font-size: 18px;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.detailLayout .detailBottom .detailRight .rightList a:hover span {
    color: #0078bf;
}



.detailLayout .productDetailBottom {

    padding: 0;

    background-color: transparent;

    display: flex;

}

.sideMenu {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 15px;
}

.sideMenu h3 {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background: #f4f4f4;
    cursor: pointer;
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
}

.sideMenu h3:first-of-type {
    margin-top: 0;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/jia.png) 0px 12px no-repeat;
    cursor: pointer;
}

.sideMenu h3.on {
    background-color: #0078bf;
    color: #fff;
}

.sideMenu h3.on em {
    background: url(../images/jian.png) 0px 12px no-repeat;
}

.sideMenu ul {
    padding: 25px 60px;
    color: #999;
    display: none;
    background-color: #f4f4f4;
}

.sideMenu ul li {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}



.detailLayout .productDetailCenter {
    height: auto;
    background: #fff;
}

.detailLayout .productDetailCenter .swiper-container {
    width: 37.5%;
    float: left;
    margin: 0;
    overflow: visible;
}

.detailLayout .productDetailCenter .centerRight {
    overflow: hidden;
    width: 72.5%;
    padding: 40px 120px;
}

.detailLayout .productDetailCenter .centerRight ul {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #bebebe;
}

.detailLayout .productDetailCenter .centerRight ul li {

    font-size: 16px;

    color: #666;

    line-height: 26px;

}

.detailLayout .productDetailCenter .centerRight ul li~li {

    margin-top: 20px;

}

.detailLayout .productDetailCenter .centerRight ul li .tit {

    float: left;

}

.detailLayout .productDetailCenter .centerRight ul li .des {

    overflow: hidden;

}

@media (max-width: 1600px) {

    .detailLayout .productDetailCenter .centerRight {

        padding: 30px 80px;

    }

    .detailLayout .productDetailCenter .centerRight ul li~li {

        margin-top: 10px;

    }

    .detailLayout .productDetailCenter .centerRight ul li {

        font-size: 14px;

    }

}





/*===== 定制 =====*/



/* 定制能力样式 */

.abilityLayout {
    text-align: center;
    width: 690px;
    height: 310px;
    padding: 55px 0;
    margin: 0 auto;
}

.abilityLayout h4 {
    font-size: 36px;
}

.abilityLayout span {
    font-size: 24px;
}

.abilityLayout p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-top: 25px;
}

.abilityLayout .abilitySon {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    text-align: left;
}

.abilityLayout .abilitySon p {
    font-size: 16px;
    margin-top: 15px;
}



/* 定制服务样式 */

.pageServiceLayout {
    display: flex;
    height: 600px;
    padding: 0;
}

.pageServiceLayout .hoverImgBox {
    width: 50%;
    height: 100%;
}

.pageServiceLayout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pageServiceLayout .serviceRight {
    padding: 75px;
    flex: 1;
    background: #f1f1f1;
}

.pageServiceLayout .serviceRight h4 {
    font-size: 36px;
    color: #333333;
    line-height: 50px;
}

.pageServiceLayout .serviceRight span {
    font-size: 24px;
    color: #333333;
}

.pageServiceLayout .serviceRight p {
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    margin-top: 40px;
}

.pageServiceLayout .serviceRight>i {
    display: block;
    font-size: 20px;
    color: #666666;
    margin-top: 30px;
}

.pageServiceLayout .serviceRight .serviceBottom {
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.pageServiceLayout .serviceRight .serviceBottom a {
    width: 130px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    background-color: #0078bf;
    border-radius: 6px;
}

.pageServiceLayout .serviceRight .serviceBottom a:nth-of-type(2) {
    margin-left: 18px;
    background-color: #909090;
}

.pageServiceLayout .serviceRight .serviceBottom span {
    font-size: 16px;
    color: #333333;
    margin-left: 30px;
}

.pageServiceLayout .serviceRight .serviceBottom i {
    color: #0078bf;
    font-size: 32px;
    line-height: 32px;
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
}



/* 优势和合作流程部分样式 */

.advantageLayout {
    padding: 0 260px 55px;
}

@media (max-width:1920px) and (min-width:1680px) {

    div.advantageLayout {
        padding: 0 200px 55px;
    }

}

@media (max-width:1680px) and (min-width:1440px) {

    div.advantageLayout {
        padding: 0 150px 55px;
    }

}

@media (max-width:1440px) and (min-width:1366px) {

    div.advantageLayout {
        padding: 0 100px 55px;
    }

}

@media (max-width:1366px) {

    div.advantageLayout {
        padding: 0 80px 55px;
    }

}

.advantageLayout h4 {
    font-size: 32px;
    color: #333333;
    margin-top: 60px;
    text-align: center;
}

.advantageLayout p {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.advantageLayout .advantageSon {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.advantageLayout .advantageSon .advantageSonItem {
    display: flex;
    width: 33.33%;
    padding: 50px 40px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-around;
    background-color: #eeeeee;
}

.advantageLayout .advantageSon .advantageSonItem h5 {
    color: #333333;
    font-size: 22px;
}

.advantageLayout .advantageSon .advantageSonItem span {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.advantageLayout .advantageSon .advantageImgItem {
    position: relative;
    width: 33.33%;
}

.advantageLayout .advantageSon .advantageImgItem .hoverImgBox {
    height: 100%;
}

.advantageLayout .advantageSon .advantageImgItem img {
    width: 100%;
    height: 100%;
}

.advantageLayout .advantageSon .advantageImgItem .imgText {
    position: absolute;
    z-index: 99;
    left: 35px;
    bottom: 35px;
}

.advantageLayout .advantageSon .advantageImgItem .imgText h6 {
    color: #ffffff;
    font-size: 26px;
}

.advantageLayout .advantageSon .advantageImgItem .imgText p {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}



/* 合作流程背景图片样式 */

.flowImgTextList {
    padding: 40px 140px;
    box-sizing: border-box;
}

.flowImgTextList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flowImgTextList li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.flowImgTextList li span {
    display: block;
    width: 116px;
    height: 116px;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 15px #ffffff;
    color: #666666;
    font-size: 40px;
    font-weight: 900;
    border-radius: 50%;
    background-color: #ececec;
    text-align: center;
    line-height: 116px;
    position: relative;
    transition: all 1s;
}

.flowImgTextList li span:hover {
    box-shadow: 0 0 15px 0 #0078bf;
    background-color: #fff;
    color: #000000;
}

.flowImgTextList li span::after {
    width: 120px;
    height: 1px;
    position: absolute;
    content: '';
    background-color: #ddd;
    left: 120%;
    top: 50%;
}

.flowImgTextList li:nth-child(5n) span::after {
    content: none;
}

.flowImgTextList li p {
    font-size: 16px;
    color: #666666;
    padding: 15px 0;
    margin: 0;
}

.bottomButton {
    display: flex;
    justify-content: space-between;
    width: 280px;
    margin: 0 auto;
}

.bottomButton a {
    width: 130px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    background-color: #0078bf;
    border-radius: 6px;
}

.bottomButton a:nth-of-type(2) {
    margin-left: 18px;
    background-color: #909090;
}





/* ====== 分页 ====== */

.paging {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
}

.paging a,
.paging span {
    display: inline-block;
    margin: 0 5px;
    width: 44px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    background: #bfbfbf;
}

.paging .prev,
.paging .prev_disabled,
.paging .next,
.paging .next_disabled {
    padding: 0 10px;
    width: auto;
    color: #333;
    display: none;
}

.paging .pre:hover,
.paging .next:hover {
    background-color: #f0851a;
    color: #fff;
}

.paging .current,
.paging a:hover {
    background-color: #f0851a;
    color: #fff !important;
}

.paging a.prev:before,
.paging a.prev_disabled:before {
    content: "上一页";
}

.paging a.next:before,
.paging a.next_disabled:before {
    content: "下一页";
}





/*===== 新闻 =====*/

.newsContent {
    padding: 50px 45px;
}

.newsContent .newsItemLayout {
    padding: 0 205px;
}

@media (max-width:1920px) and (min-width:1680px) {

    div.newsContent .newsItemLayout {
        padding: 0 150px;
    }

}

@media (max-width:1680px) and (min-width:1440px) {

    div.newsContent .newsItemLayout {
        padding: 0 100px;
    }

}

@media (max-width:1440px) and (min-width:1366px) {

    div.newsContent .newsItemLayout {
        padding: 0 50px;
    }

}

@media (max-width:1366px) {

    div.newsContent .newsItemLayout {
        padding: 0 50px;
    }

}

.newsContent .newsItemLayout .newsItem {
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    transition: all 0.5s;
    padding: 30px 0;
}

.newsContent .newsItemLayout .newsItem.problem {
    border-bottom: none;
    padding: 0;
}

.newsContent .newsItemLayout .newsItem:last-of-type {
    border-bottom: none;
}

.newsContent .newsItemLayout .newsItem .newsItemLeft {
    border: 1px solid #ddd;
    height: 100%;
    padding: 25px 30px;
    transition: all 0.5s;
}

.newsContent .newsItemLayout .newsItem:hover .newsItemLeft {
    color: #ffffff;
    background-color: #0078bf;
}

.newsContent .newsItemLayout .newsItem .newsItemLeft span {
    font-size: 60px;
    line-height: 60px;
    font-family: 'Times New Roman', Times, serif;
}

.newsContent .newsItemLayout .newsItem .newsItemLeft p {
    font-size: 24px;
    line-height: 40px;
    margin-top: 30px;
}

.newsContent .newsItemLayout .newsItem .newsItemCenter {
    align-self: flex-start;
    padding: 5px 50px 0;
    box-sizing: border-box;
    width: 62%;
    margin: 0 auto;
}

.newsContent .newsItemLayout .newsItem .newsItemCenter.problem {
    width: 80%;
    border-bottom: 1px solid #ececec;
    padding: 20px 30px;
}

.newsContent .newsItemLayout .newsItem .newsItemCenter span {
    font-size: 24px;
    transition: all 0.5s;
}

.newsContent .newsItemLayout .newsItem .newsItemCenter.problem span {
    font-size: 20px;
}

.newsContent .newsItemLayout .newsItem:hover .newsItemCenter span {
    color: #0078bf;
}

.newsContent .newsItemLayout .newsItem .newsItemCenter.problem span i {
    display: inline-block;
}

.newsContent .newsItemLayout .newsItem .newsItemCenter.problem span i:before {
    display: block;
    content: "Y";
    /* padding: 10px; */
    width: 26px;
    background: #333;
    height: 26px;
    color: #fff;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    font-size: 16px;
    transition: all .5s;
}

.newsContent .newsItemLayout .newsItem:hover .newsItemCenter.problem span i:before {
    background-color: #f0851a;
}

.newsContent .newsItemLayout .newsItem .newsItemCenter p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
}

.newsContent .newsItemLayout .newsItem .newsItemCenter.problem p {
    float: right;
    margin-top: 0;
    line-height: 32px;
}

.newsContent .newsItemLayout .newsItem .newsItemRight {
    width: 280px;
    height: 180px;
    text-align: center;
}

.newsContent .newsItemLayout .newsItem .newsItemRight img {
    width: 100%;
}





/*新闻详情页*/

.news-container {
    margin-top: 20px;
}

.news-location .ep {
    padding: 0 5px;
}

.icon-eye {
    width: 21px;
    height: 11px;
    background: url(../images/eye.png) no-repeat center;
    position: relative;
    top: -2px;
}

.news-show-left {
    float: left;
    width: 70%;
}

.news-show-cont {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
}

.news-show-left .news-title {
    padding: 40px 40px;
    padding-bottom: 30px;
}

.news-show-left .news-title h2 {
    font-size: 36px;
    color: #333;
    padding-bottom: 10px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}

.news-show-left .news-title p {
    font-size: 14px;
    color: #6b6b6b;
    padding-bottom: 28px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.news-show-left .news-title p a {
    color: #6b6b6b;
}

.news-show-left .news-title p a:hover {
    color: #f0851a;
}

.news-show-left .news-views {
    margin: 40px 40px 20px;
    margin-top: 0;
    font-size: 16px;
    min-height: 600px;
    color: #666;
    line-height: 1.75;
    overflow: hidden;
}

.news-show-left .news-views img {
    max-width: 100% !important;
}

.news-show-left .news-views p {
    margin-bottom: 5px;
    font-size: 16px !important;
}

.news-show-left .news-views span {
    font-size: 16px !important;
}

.news-show-left .news-other {
    padding: 20px 15px;
    border-top: 1px #f1f1f1 solid;
}

.news-show-left .news-other p {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 3px;
}

.news-show-left .news-other p a {
    font-size: 14px;
    color: #333;
}

.news-show-left .news-other p a:hover {
    color: #a1272d;
}

.news-show-left .share-bar {
    padding: 20px 40px;
}

.news-show-left .share-bar .fl {
    position: relative;
    top: -3px;
}

.news-show-right {
    float: right;
    width: 28%;
}

.news-show-right dl {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
}

.news-show-right dl dt {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px #f1f1f1 solid;
}

.news-show-right dl.tab dt {
    height: 50px;
    line-height: 50px;
    color: #1d1d1d;
    font-size: 18px;
    padding-left: 20px;
}

.news-show-right dl.tab dd {
    position: relative;
}

.news-show-right dl.tab dd ul {
    display: block;
    padding: 0 20px;
}

.news-show-right dl.tab dd ul li {
    display: block;
    padding: 10px 0 10px;
    border-bottom: 1px #f1f1f1 solid;
}

.news-show-right dl.tab dd ul li .pic {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.news-show-right dl.tab dd ul li h5 {
    padding-top: 4px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-show-right dl.tab dd ul li h5 a {
    color: #333;
}

.news-show-right dl.tab dd ul li h5 a:hover {
    color: #a1272d;
}

.news-show-right dl.tab dd ul li .news-cate {
    color: #999;
}

.news-show-right dl.tab dd ul li i {
    float: left;
    font-size: 12px;
    color: #999;
}

.news-show-right dl.tab dd ul li em {
    float: right;
    padding-left: 25px;
    font-size: 12px;
    color: #999;
    /* background: url(../images/eye.png) no-repeat left center; */
    font-style: normal;
}

.news-show-right dl.tab dd .more {
    color: #333;
    height: 45px;
    line-height: 45px;
    border-top: 1px #f1f1f1 solid;
    position: relative;
    top: -1px;
    text-align: center;
}

.news-show-right dl.tab dd .more a {
    display: inline-block;
    position: relative;
    color: #333;
}

.news-show-right dl.tab dd .more a b {
    margin-left: 5px;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.news-show-right dl.tab dd .more a:hover b {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.news-show-right dl.tab dd .more a:hover {
    color: #a1272d;
}

.news-show-right dl.list dt {
    padding-left: 20px;
    color: #333;
    font-size: 18px;
}

.news-show-right dl.tab dt a {
    width: 33%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: table-cell;
    color: #009A62;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-show-right dl.list dt a b {
    width: 15px;
    height: 15px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 -64px;
    margin-left: 2px;
    position: relative;
    top: -1px;
}

.news-show-right dl.list dd ul {
    display: block;
    padding: 20px;
}

.news-show-right dl.list dd ul li {
    padding-bottom: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-show-right dl.list dd ul li a {
    position: relative;
    /* padding-left: 10px;*/
    display: inline-block;
    color: #666;
    font-size: 14px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/*.news-show-right dl.list dd ul li:before { content: "·"; color: #666; }*/

.news-show-right dl.list dd ul li a:hover {
    color: #f0851a;
}

.news-page-other {
    margin-top: 20px;
    border: 1px solid #eee;
    padding: 20px 40px;
    background: #fff;
}

.news-page-other p {
    line-height: 26px;
    font-size: 14px;
    color: #949494;
}

.news-page-other p a {
    color: #6b6b6b;
}

.news-page-other p a:hover {
    color: #a1262d;
}

.news-page-other .p-prev {
    margin-bottom: 10px;
}

.news-page-other .com-back-btn {
    margin-top: 14px;
}

.com-back-btn {

    float: right;

    width: 120px;

    height: 32px;

    line-height: 32px;

    font-size: 16px;

    color: #fff !important;

    background: #f0851a;

    text-align: center;

    border-radius: 16px;

    margin-top: 15px;

    -webkit-transition: .5s;

    -o-transition: .5s;

    transition: .5s;

}

.com-back-btn:hover {

    opacity: .9;

}

.news-page-other .com-back-btn {
    margin-top: 14px;
}







/*===== 联系 =====*/



.content-contact {
    padding: 0 40px 80px;
}

.content-contact .contentTop {
    margin-top: 65px;
    color: #333333;
}

.content-contact .contentTop h5 {
    font-size: 28px;
    text-align: center;
}

.content-contact .contentTop .contactLayout {
    display: flex;
    margin-top: 40px;
}

.content-contact .contentTop .contactLayout:first-of-type {
    margin-top: 100px;
}

.content-contact .contentTop .contactLayout .topLeft {
    width: 33.33%;
    text-align: center
}

.content-contact .contentTop .contactLayout .topLeft h4 {
    font-size: 36px;
}

.content-contact .contentTop .contactLayout .topLeft p {
    font-size: 24px;
    color: #999999;
    margin-top: 5px;
}

.content-contact .contentTop .contactLayout .topRight {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.content-contact .contentTop .contactLayout .topRight li {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.content-contact .contentTop .contactLayout .topRight li:nth-child(3) {
    flex: 2;
}

.content-contact .contentTop .contactLayout .topRight li img {
    width: 60px;
    height: 60px;
    display: block;
}

.content-contact .contentTop .contactLayout .topRight li:nth-child(1) img {
    width: 120px;
    height: 120px;
}

.content-contact .contentTop .contactLayout .topRight li p {
    line-height: 60px;
    font-size: 24px;
}

.content-contact .contentTop .contactLayout .topRight li span {
    font-size: 24px;
    color: #666666;
}

.content-contact .hoverImgBox {
    margin-top: 120px;
}

.content-contact img.centerImg {
    width: 100%;
}

.content-contact .contactFrom {
    width: 1200px;
    margin: 45px auto 0;
}

.content-contact .contactFrom h5 {
    font-size: 28px;
    text-align: center;
}

.content-contact .contactFrom p {
    width: 100%;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.content-contact .contactFrom input {
    font-size: 18px;
    color: #666666;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}

.content-contact .contactFrom p input {
    width: 570px;
}

.content-contact .contactFrom input.demand {
    margin-top: 50px;
    width: 100%;
}

.content-contact .contactFrom .gaoLiang {
    padding: 0;
    width: 124px;
    height: 34px;
    display: block;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #0078bf;
    border: none;
    margin: 55px auto 0;
}





.mz-content {

    padding: 60px 0 80px;

    border-top: 1px solid #eee;

}

.mz-content p {

    line-height: 2 !important;

}

.all-fixed {
    position: fixed;
    top: 50%;
    margin-top: -140px;
    right: -0px;
    height: 355px;
    z-index: 99999;
    box-sizing: border-box;
}

.all-fixed .f-left {
    position: relative;
    top: 92px;
    float: left;
    width: 0px;
    height: 100px;
    border-top: 10px solid transparent;
    border-right: 25px solid #0078bf;
    border-bottom: 10px solid transparent;
    text-align: center;
    font-size: 13px;
    color: #0b2a1a;
    cursor: pointer;
}

.all-fixed .f-left p {
    position: absolute;
    top: 10px;
    left: 6px;
    line-height: 20px;
    color: #fff;
}

.all-fixed .f-right {
    width: 160px;
    background: #f8fbff;
    height: 100%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    float: right;
}

.all-fixed .title {
    margin-top: -67px;
    text-align: center;
}

.all-fixed .title img {
    width: 70%;
    border-radius: 100%;
    /* border: 1px solid #0078bf; */
    box-shadow: 0 0 10px 0 #0078bf;
}

.all-fixed h3 {
    font-size: 18px;
    color: #333;
    font-weight: initial;
    text-align: center;
    letter-spacing: 0px;
    line-height: 1;
    margin: 25px 0 20px;
}

.all-fixed li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 15px;
    text-align: center;
}

.all-fixed li a {
    width: 100%;
    height: 40px;
    background: #0078bf;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    transition: .3s;
    border-radius: 5px;
}

.all-fixed li:last-child {
    margin-bottom: 0px;
}

.all-fixed li img.ewmImg {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
}

.all-fixed li i {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}