﻿.head #nav {
    box-sizing: border-box;
}

p.copy {
    color: white !important;
    background: #313131 !important;
    padding: 0.2rem;
}

#nav ul li {
    text-align: left;
}

.newBanner {
    background: url("http://download.sangfor.com.cn/Source/mobile/20181212/home/image/bg-pic.jpg");
    background-size: auto 100%;
    background-position: center;
    width: 100%;
    height: 300px;
    text-align: center;
    /* line-height: 300px; */
    position: relative;
}

.fullmask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.slogan {
    height: 60%;
    position: relative;
    z-index: 5;
    top: 50px;
    left: 10px;
}

.bnews {
    width: 100%;
    background: rgb(58, 70, 78);
    padding: 10px 10px;
    height: 1050px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.bnews .item {
    background: white;
    width: 100%;
    height: 240px;
    border-radius: 5px;
    overflow: hidden;
    /* margin-right: 35px; */
    /* float: left; */
    position: relative;
    margin: 15px auto 0 auto;
}

.bnews .square {
    margin: 0px 0 10px 0px;
    background: white;
    width: 80px;
    height: 2px;
}

.bnews .item .content {
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    top: 15%;
    color: white;
    z-index: 2;
}

.bnews .item-2 .content {
    top: 0;
}

.bnews .item-2 .content,
.bnews .item-2 .content {
    /* padding-top: 40px; */
    background: #0647bf;
    color: white;
}

.bnews .item-2 img {
    height: 30px !important;
    width: auto !important;
    position: absolute;
    top: auto !important;
    left: auto !important;
    right: 15px !important;
    bottom: 15px !important;
}

.bnews .item-2 .simg {
    height: 33px !important;
    width: auto !important;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.bnews .item h1 {
    font-size: 17px;
    font-weight: bold;
}

.bnews .item p {
    margin-top: 5px;
    font-size: 16px;
    margin-top: 10px;
}

.bnews .item>img {
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
}

.bnews .item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .65s;
    -moz-transition: all .65s;
    -ms-transition: all .65s;
    -o-transition: all .65s;
    transition: all .65s;
    opacity: 0;
    z-index: 2;
}

.bnews .item:hover .mask {
    background: linear-gradient(27.71deg, #2ba8c4 5.16%, #3dc5b7 22.11%, rgba(96, 208, 182, 0.784) 42.55%, rgba(173, 233, 179, 0) 76.17%);
    opacity: 1;
}

.bnews .item .mask div {
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.;
    color: white;
    font-weight: bold;
    padding: 1.5px 13px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 12px;
    display: inline-block;
}

.safety,
.cloud {
    width: 100%;
    position: relative;
}

.safety .ani-con {
    /* position: absolute;
    right: -160px;
    top: -50px; */
    width: 50%;
}

.ani-con>img {
    width: 100%;
    height: 100%;
}

.desc {
    padding: 5%;
    position: relative;
    z-index: 2;
}

.desc h1 {
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.cloud .desc h1 {
    text-align: left;
}

.desc h2 {
    margin-top: 5px;
    width: 100%;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
}

.desc p {
    font-size: 13px;
    margin: 10px 0;
}

.gicon {
    display: none;
}

.desc .pline {
    /* margin-right: 35px;
    margin-top: 15px; */
    float: left;
    margin: 0 10px 20px 0;
    width: 58px;
    cursor: pointer;
    color: black;
    text-align: center;
}


/* 2019-04-03修改的样式 */

.desc .qiye_pline,
.rj_pline {
    float: left;
    margin: 0 10px 20px 0;
    cursor: pointer;
    color: black;
    text-align: center;
}

.desc .qiye_pline h3,
.desc .rj_pline h3 {
    font-size: 12px;
    width: 100%;
    font-weight: normal;
    text-align: center;
    color: #333;
    margin-top: 5px;
}

.desc .qiye_pline .nicon,
.desc .rj_pline .nicon {
    height: 30px;
    cursor: pointer;
    color: black;
}

.desc .qiye_pline {
    width: 96px;
}

.desc .rj_pline {
    width: 84px;
}

@media screen and (max-width: 320px) {
    .desc .pline {
        width: 54px;
    }
    .desc .qiye_pline {
        width: 75px;
    }
    .desc .rj_pline {
        width: 65px;
    }
}

@media screen and (max-width: 375px) and (min-width:321px) {
    .desc .pline {
        width: 50px;
    }
}


/* 修改结束 */

.safety .desc>img {
    float: right;
    height: 50px;
}

.safety .desc>.title {
    height: 50px;
    padding: 0px;
    margin: 5px 15px 0 0;
    float: right;
}

.safety .bg {
    position: absolute;
    width: 70%;
    top: 10%;
    right: -25%;
    /* right: 50%; */
    z-index: 1;
    opacity: 0.4;
}

.cloud .bg {
    position: absolute;
    width: 70%;
    top: 10%;
    left: -25%;
    /* right: 50%; */
    z-index: 1;
    opacity: 0.4;
}

.cloud .desc>.title {
    margin: 5px 0 0 15px;
}

.desc>p {
    float: left;
    width: 100%;
    font-size: 13px;
}

.cloud .desc>img {
    float: left;
    height: 50px;
}

.cloud .desc>.title {
    height: 50px;
    padding: 0px;
    float: left;
}

.desc .pline .nicon {
    /* margin-right: 35px;
    margin-top: 15px; */
    height: 30px;
    cursor: pointer;
    color: black;
}

.pline h3 {
    font-size: 12px;
    width: 100%;
    font-weight: normal;
    text-align: center;
    color: #333;
    margin-top: 5px;
}


/* .desc .pline-con {
    margin-top: 50px;
    position: relative;
    right: 20px;
} */


/* 合作伙伴 */

.partners {
    position: relative;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
}

#pswiper {
    height: 80px;
    width: 90%;
    margin: auto;
}

#pswiper .swiper-slide {
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    transform: scale(0.5)
}

#pswiper img {
    height: 23px;
}

#pswiper .item {
    width: 40%;
    text-align: center;
}

.part-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 35px 0 20px 0;
}

.part-title .line {
    height: 1px;
    width: 50px;
    background: #666;
    margin: 0 auto;
    margin-bottom: 6px;
}


/* 近期新闻 */

.news .item {
    width: 90%;
    margin: auto;
    padding: 13px;
    background: #eee;
    border-radius: 3px;
    color: #666;
    line-height: 17px;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.news .item .date {
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 10px;
    color: #aaa;
}

.news .hot-news {
    width: 90%;
    margin: 0 5%;
}

.more-case {
    width: 40%;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 20px auto;
    font-size: 14px;
    line-height: 16px;
    display: block;
}

.container {
    margin: 0 !important;
}


/* 底部 */

#footer {
    background: #575757;
    line-height: 24px;
    font-size: 0.25rem;
    padding: 0.2rem;
    color: white;
}

#footer dl {
    margin: 0 0 0.5rem 0;
}

#footer dl>* {
    margin: 0.2rem;
}

#footer dt {
    font-size: 0.29rem;
    color: white;
}

#footer dt span {
    position: absolute;
    right: 5vw;
}

#footer dt .span-open:after {
    content: "+";
}

#footer dt .span-close:after {
    content: "-";
}


/* #footer dt span:after {
    content: "+";
    position: absolute;
    right: 5vw;
} */

#footer dd {
    display: none;
}

#footer dd a {
    margin: 0.2rem;
    font-size: 0.22rem;
    color: white;
}

.head {
    position: absolute;
    top: 0;
    width: 100%;
}

.head nav {
    border: 0 !important;
}

.head #nav {
    position: fixed;
    top: 0;
    height: 100vh;
    padding: 0.1rem;
    z-index: 9999;
    overflow: scroll;
}

.nav_right img {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 0.5rem;
    cursor: pointer;
    z-index: 10000;
}

@media only screen and (min-width: 768px),
only screen and (min-device-width:768px) {
    .nav_right img {
        width: 0.3rem;
    }
}

.nav_right #close {
    display: none;
}


/* 关注我们 */

.follow img {
    width: 100%;
}

.follow a {
    float: left;
    width: 10%;
    margin-left: 5vw !important;
}

.weixin {
    float: left;
    width: 25% !important;
}

#case .box7 .tit span {
    background: url("http://download.sangfor.com.cn/Source/mobile/20181212/home/image/yiliao.png") no-repeat;
    background-size: contain;
}