/* banner start */

.banner {
    position: relative;
}

.banner img {
    display: block;
    margin-top: 92px;
    width: 100%;
}

.banner .banner-text {
    position: absolute;
    margin-top: 8%;
    margin-left: 23%;
    width: 27%;
    top: 0;
    left: 0;
    color: white;
}

.ban1 {
    font-size: 18px;
}

.ban2 {
    width: 100%;
    height: 54px;
    font-size: 30px;
    font-weight: 700;
}

.ban2_T1 {
    float: left;
    height: 25px;
    width: 1%;
    margin-top: 13px;
    margin-right: 3%;
    border-left: 4px solid #00a0ea;
}

.ban2_T2 {
    float: left;
    color: white;
    margin-right: 4%;
}

.ban2_T3 {
    float: left;
    color: #00a0ea;
}

.ban3 {
    width: 100%;
    height: 50px;
}

.ban3_1,
.ban3_2 {
    float: left;
    width: 34%;
    color: white;
    font-size: 14px;
    text-align: center;
    margin: 1% auto;
    margin-right: 7%;
    border-radius: 20px;
    border: 2px solid white;
}

.ban4 {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: white;
}

@media screen and (min-width:1200px) {
    .ban4 {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        color: white;
    }
}

.ban5 {
    float: left;
    width: 100%;
}

.ban5 ul li {
    float: left;
    width: 20%;
    padding-right: 4%;
    padding-top: 4%;
}

.ban5 ul li img {
    margin-top: 0;
    height: 100%;
    width: 100%;
}

.ban5 ul li p {
    font-size: 14px;
    text-align: center;
    color: white;
    padding: 10px 1px;
}

.ban6 {
    float: left;
    width: 38%;
    padding: 1% 0;
    margin-top: 20px;
    text-align: center;
    background-color: #00a0ea;
    border-radius: 25px;
    border: #00a0ea;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .banner .banner-text {
        width: 60%;
        margin-top: 10%;
        margin-left: 10%;
        line-height: 36px;
    }
    .ban1 {
        font-size: 14px;
    }
    .ban2 {
        height: 40px;
        font-size: 22px;
    }
    .ban2_T1 {
        height: 18px;
        margin-top: 8px;
    }
    .ban2_T2 {
        margin-right: 1%;
    }
    .ban6 {
        width: 100px;
        font-size: 12px;
        line-height: 15px;
    }
}

@media screen and (max-width:320px) {
    .ban6 {
        margin-top: 0;
    }
}


/* banner end */


/* 关于我们 开始 */


/* 标题开始 */

.text01 {
    margin-top: 110px;
    /* height: 120px; */
    text-align: center;
}

.text01 h3 {
    font-size: 46px;
    font-weight: bold;
    color: #333;
}

.text01 p {
    font-size: 30px;
    margin-top: 30px;
    font-weight: bold;
    color: black;
}


/* 标题结束 */


/* 关于我们内容开始 */


/* 01 第一行box start */

.box01_1 {
    margin: 110px 0 140px 0;
    width: 100%;
    height: 474px;
}

.img01 {
    height: 100%;
    width: 100%;
}

.box01_1 img {
    height: 100%;
    width: 100%;
}

.introBox {
    float: right;
    width: 100%;
    padding-left: 5%;
}

.title01 {
    margin-top: 20px;
    font-size: 36px;
    color: #4d4d4d;
}

.introBox label {
    display: block;
    margin: 10px 0;
    margin-top: 10px;
    width: 70px;
    height: 4px;
    background: #4d4d4d;
}

.intro02 {
    float: left;
    margin-top: 10px;
    font-size: 18px;
    line-height: 36px;
    color: #8d8d8d;
}

.intro03 {
    float: right;
    width: 140px;
    height: 45px;
    cursor: pointer;
}

.intro03 a {
    font-size: 24px;
    color: #8d8d8d;
}

.intro03:hover a {
    color: #0099E9;
}

@media screen and (max-width: 1200px) {
    .box01_1 {
        height: 360px;
    }
    .title01 {
        margin-top: 0;
    }
    .intro02 {
        line-height: 28px;
    }
}

@media screen and (max-width: 992px) {
    .box01_1 img {
        padding: 0 5%;
    }
    .introBox {
        padding-right: 5%;
    }
}

@media screen and (max-width: 768px) {
    .text01 {
        margin-top: 56px;
        text-align: center;
    }
    .text01 h3 {
        font-size: 26px;
    }
    .text01 p {
        margin-top: 0;
        font-size: 16px;
    }
    .box01_1 {
        height: 300px;
        margin-top: 40px;
    }
    .title01 {
        font-size: 22px;
        margin-top: 20px;
    }
    .intro02 {
        font-size: 14px;
    }
    .intro03 a {
        font-size: 18px;
    }
}


/* 01 第一行box end */


/* 关于我们 结束 */


/* 分割图 start */

.divide {
    position: relative;
    width: 100%;
}

.divide img {
    position: relative;
    width: 100%;
}

.Text_div {
    position: absolute;
    padding: 8% 5%;
    top: 0;
    left: 0;
}

.div1 {
    font-size: 48px;
    color: white;
}

.div2 {
    font-size: 24px;
    color: white;
}

@media screen and (max-width: 992px) {
    .div1 {
        font-size: 30px;
    }
    .div2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .Text_div {
        padding-top: 5%;
        padding-left: 16px;
    }
    .div1 {
        font-size: 20px;
    }
    .div2 {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px) {
    .div1 {
        margin-top: 10px;
        font-size: 16px;
    }
    .div2 {
        display: none;
    }
}


/* 分割图 end */


/* 产品中心 start */

.text {
    /* height: 10px; */
    text-align: center;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 30px;
    margin: 20px 0;
    margin-bottom: 90px;
}

@media screen and (max-width:768px) {
    .text {
        text-align: left;
        padding: 0 30px;
    }
}


/* 轮播图 */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 760px) {
    .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
    }
    .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
    }
}


/* 自己加的 */

.swiper-slide {
    width: 100%;
}

.imgDemon {
    height: 292px;
    width: 380px;
    overflow: hidden;
    background: url(../images/Box.png) no-repeat center center;
    background-size: cover;
}

.guoText {
    width: 100%;
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin-top: 60%;
    text-align: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: auto;
}


/* .swiper-slide {
    height: 294px;
    width: 380px;
}

.imgDemon {
    height: 292px;
    width: 380px;
    overflow: hidden;
    background: url(../images/Box.png) no-repeat center center;
}



.swiper-slide .imgDemon div {
    float: left;
}

.guoText {
    width: 380px;
    color: black;
    font-size: 24px;
    font-weight: 700;
    line-height: 490px;
    text-align: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: auto;
} */


/* 轮播图按钮 */

.swiper-button-next,
.swiper-button-prev {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: white;
    box-shadow: darkgrey 2px 2px 2px 0px;
}


/* xs sm md */

@media (max-width: 1200px) {
    .text {
        margin-bottom: 40px;
    }
    .productT-Box {
        position: relative;
        padding: 10px;
    }
    .productT-Box img {
        position: relative;
        width: 100%;
    }
    .productText {
        position: absolute;
        color: black;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        bottom: 20px;
        width: 100%;
        left: 0;
    }
}

@media (max-width: 768px) {
    .productText {
        font-size: 16px;
    }
}


/* 查看更多按钮 */

.more {
    position: relative;
    width: 100%;
    height: 150px;
}

.more button {
    position: absolute;
    width: 202px;
    height: 52px;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4d90e1;
    border: 1px solid #4d90e1;
    background: white;
    cursor: pointer;
}

.more button:hover {
    color: white;
    background: #4d90e1;
}

@media (max-width: 768px) {
    .more {
        height: 80px;
    }
    .more button {
        width: 120px;
        height: 30px;
        font-size: 14px;
    }
}


/* 产品中心 end */


/* 解决方案 开始 */


/* 02 解决方案 start */

.Solution {
    position: relative;
}

.Solution .SolutionImg {
    display: block;
    /* margin-top: 92px; */
    width: 100%;
}

.text03 {
    margin-top: 5%;
    /* height: 120px; */
    text-align: center;
}

.text03 h3 {
    font-size: 46px;
    font-weight: bold;
    color: white;
}

.text03 p {
    font-size: 30px;
    margin-top: 1%;
    color: white;
}

.solText {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: white;
}

.solText1 {
    font-size: 30px;
    text-align: center;
    margin: 1% 0%;
}

.solText2 {
    width: 100%;
}

.solText2 p {
    font-size: 18px;
}

.solText3 {
    width: 100%;
    height: 100px;
    margin-top: 5%;
}

.solText3 ul {
    width: 60%;
    height: 100%;
    margin: 0 auto;
}

.solText3 ul li {
    float: left;
    position: relative;
    width: 112px;
    margin-right: 20px;
    height: 100px;
}

.solText3 .solImg {
    position: absolute;
    height: 52px;
    width: 52px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.solText3 p {
    position: absolute;
    width: 100%;
    font-size: 16px;
    text-align: center;
    bottom: 0;
}

@media (max-width: 1200px) {
    .solText3 ul {
        width: 72%;
    }
}

@media (max-width: 992px) {
    .text03 h3 {
        font-size: 30px;
    }
    .text03 p {
        font-size: 20px;
    }
    .solText1 {
        font-size: 24px;
    }
    .solText2 p {
        font-size: 14px;
    }
    .solText3 {
        margin-top: 0;
        font-size: 16px;
    }
    .solText3 ul {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .Solution {
        height: 500px;
    }
    .Solution .SolutionDemon {
        height: 100%;
        width: 100%;
    }
    .text03 {
        margin-top: 0;
    }
    .text03 h3 {
        font-size: 26px;
    }
    .text03 p {
        font-size: 16px;
        margin-top: 0;
    }
    .solText1 {
        font-size: 18px;
    }
    .solText2 p,
    .solText3 p {
        font-size: 14px;
    }
    .solText3 {
        margin-top: 10px;
        font-size: 16px;
    }
    .solText3 ul {
        width: 100%;
    }
    .solText3 ul li {
        height: 80px;
        margin-right: 0;
    }
}

@media (max-width: 360px) {
    .Solution {
        height: 620px;
    }
}


/* 解决方案 结束 */


/* 03 box 新闻中心 start */


/* .new {
    margin: 100px 0 190px 0;
    height: 460px;
} */

.box03_l {
    position: absolute;
    width: 100%;
    height: 436px;
    padding: 3%;
    margin: 100px 0;
    background-color: #F5F5F5;
}

.text_box03 {
    width: 100%;
    height: 100%;
}

.text_box03 h2 {
    font-size: 30px;
    font-weight: normal;
    color: #aaa;
    margin: 0 0 20px 0;
}

.text_box03 a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.text_box03 P {
    font-size: 16px;
    /* line-height: 28px; */
    margin: 5px 0;
    color: #aaa;
}

.img03 {
    margin-top: 8%;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.img03 img {
    width: 100%;
    height: 100%;
    ;
    transition: all .4s;
}

.img03:hover img {
    transform: scale(1.1);
}


/* box03 右边 */

.box03_r {
    width: 100%;
    height: 436px;
    padding-left: 10%;
    margin: 100px 0;
}

.box03_r ul {
    height: 100%;
    border-top: 1px solid #DDDDDD;
}

.box03_r ul li {
    position: relative;
    width: 100%;
    height: 33%;
    padding: 4% 3% 4% 0%;
    border-bottom: 1px solid #DDDDDD;
}

.text04_r {
    position: relative;
    width: 100%;
    height: 100%;
}

.text04_r h3 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 400;
}

.text04_r label {
    display: block;
    margin: 10px 0;
    margin-top: 11px;
    width: 40px;
    height: 4px;
    background: #4d90e1;
}

.text04_r .date {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    color: #999;
}

.date span {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}

.text04_r p {
    float: left;
    font-size: 16px;
    width: 64%;
    line-height: 30px;
    color: #999;
}

.box03_r ul {
    cursor: pointer;
}

.box03_r li:hover {
    background-color: #4d90e1;
}

.box03_r li:hover h3,
.box03_r li:hover p,
.box03_r li:hover .date,
.box03_r li:hover .text04_2 {
    color: white;
}

.box03_r li:hover label {
    background: white;
}

@media screen and (max-width: 992px) {
    .img03 {
        margin-top: 0;
    }
    .box03_r {
        padding-left: 0;
    }
    .text_box03 P {
        margin: 5px 0 15px 0;
    }
}

@media screen and (max-width: 768px) {
    .box03_l {
        margin: 60px 0 0 0;
    }
    .box03_r {
        width: 100%;
        height: 500px;
        margin-top: 1%;
        padding: 0 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width:360px) {
    .box03_r {
        width: 100%;
        height: 580px;
    }
    .text04_r .date {
        top: 20px;
    }
    .title03 label {
        display: none;
    }
}


/* 03 box end */