/* 轮播图 */

ul {
    list-style: none;
}

#scrollPics {
    color: rgba(225, 225, 225, 0.6);
    /* height: 728px; */
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.slider {
    margin-top: 0px;
}

.slider img {
    width: 100%;
}

.num {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, -50%);
}

.num li {
    float: left;
    color: rgba(225, 225, 225, 0.6);
    text-align: center;
    line-height: 16px;
    width: 40px;
    height: 4px;
    cursor: pointer;
    overflow: hidden;
    margin: 3px 1px;
    background-color: rgba(225, 225, 225, 0.6);
    font-size: 0px;
}

.num li.active {
    /* color: rgba(225, 225, 225) !important; */
    line-height: 21px;
    width: 40px;
    height: 4px;
    font-size: 0px;
    border: 0;
    background-color: rgba(234, 180, 46, 1);
    font-weight: bold;
    cursor: pointer;
}

.num li:hover {
    background-color: rgba(234, 180, 46, 1);
}

/* 介绍 */
.introduce {
    width: 1200px;
    height: 294px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.introduce .major {
    width: 332px;
}

.introduce .major img {
    width: 62px;
    height: 62px;
    margin-left: 115px;
    margin-top: 70px;
}

.introduce .major .title {
    text-align: center;
    display: block;
    color: #2F4A75;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

.introduce .major .text1 {
    margin-top: 10px;
    display: block;
    color: #2F4A75;
    text-align: center;
}

.introduce .major .text2 {
    display: block;
    color: #2F4A75;
    text-align: center;
}


.introduce .efficient {
    width: 332px;
}

.introduce .efficient img {
    width: 62px;
    height: 62px;
    margin-left: 115px;
    margin-top: 70px;
}

.introduce .efficient .title {
    text-align: center;
    display: block;
    color: #2F4A75;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

.introduce .efficient .text1 {
    margin-top: 10px;
    display: block;
    color: #2F4A75;
    text-align: center;
}

.introduce .efficient .text2 {
    display: block;
    color: #2F4A75;
    text-align: center;
}


.introduce .cooperation {
    width: 332px;
}

.introduce .cooperation img {
    width: 62px;
    height: 62px;
    margin-left: 115px;
    margin-top: 70px;
}

.introduce .cooperation .title {
    text-align: center;
    display: block;
    color: #2F4A75;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

.introduce .cooperation .text1 {
    margin-top: 10px;
    display: block;
    color: #2F4A75;
    text-align: center;
}

.introduce .cooperation .text2 {
    display: block;
    color: #2F4A75;
    text-align: center;
}


.introduce .lead {
    width: 332px;
}

.introduce .lead img {
    width: 62px;
    height: 62px;
    margin-left: 115px;
    margin-top: 70px;


}

.introduce .lead .title {
    text-align: center;
    display: block;
    color: #2F4A75;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}

.introduce .lead .text1 {
    margin-top: 10px;
    display: block;
    color: #2F4A75;
    text-align: center;
}

.introduce .lead .text2 {
    display: block;
    color: #2F4A75;
    text-align: center;
}


/* 产品解决方案 */
.productSolutions {

    width: 1300px;
    /* border: 1px solid #0f0; */
    height: 400px;
    margin: 0 auto;
}

.productSolutions .title {
    font-size: 26px;

    font-weight: 600;
    text-align: center;
}

.productSolutions .title .textColor1 {
    color: #2F4A75;
}

.productSolutions .title .textColor2 {
    color: #F1B72F;
}

/* 轮播图 */
.productSolutions .swiper {

    height: 320px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.productSolutions .swiper a {
    color: black;
}

.productSolutions .swiper .left {
    width: 100px;
    height: 100%;
    text-align: center;
    margin-top: 100px;
}

.productSolutions .swiper .left span {
    line-height: 320px;
    font-size: 32px;
    cursor: pointer;
}

.productSolutions .swiper .center {
    /* z-index: -10; */
    flex: 1;
    overflow: hidden;
    position: relative;

}

.productSolutions .swiper .center ul {
    overflow: hidden;
    list-style: none;
    position: relative;
    left: 0;
}

.productSolutions .swiper .center li {
    position: relative;
    width: 275px;
    height: 320px;
    float: left;
    margin-right: 15px;
}

#ul .li1 .top {
    width: 275px;
    height: 280px;
}

#ul .li1 .top .imageImg {
    width: 275px !important;
    height: 280px !important;

}

#ul .li1 .hovertop {
    width: 275px;
    height: 280px;
    background: rgb(22, 43, 90, .85);
    text-align: center;
    line-height: 350px;
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
}

#ul .li1:hover .hovertop {
    display: block;
}

#ul .li1 .bottom {
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#ul .li1:hover .bottom {
    background: rgba(3, 17, 48);
    color: #fff;
}

.productSolutions .swiper .center li .hoverImg img {
    width: 126px;
    height: 98px;
    margin-left: 70px;
    margin-top: 70px;
}

.productSolutions .swiper .center li p {
    z-index: 100;
    margin-top: -30px;
    color: #000;
    font-size: 18px;
}

.productSolutions .swiper .right {
    width: 100px;
    height: 100%;
    text-align: center;
    /* margin-left: 30px; */
    margin-top: 100px;
}

.productSolutions .swiper .right span {
    line-height: 320px;
    font-size: 32px;
    cursor: pointer;
}


/* 新闻中心 */
.newsCenter {
    width: 1300px;
    height: 530px;
    margin: 30px auto 0 auto;
}

.newsCenter .title {
    font-size: 26px;

    font-weight: 600;
    text-align: center;
}

.newsCenter .title .textColor1 {
    color: #2F4A75;
}

.newsCenter .title .textColor2 {
    color: #F1B72F;
}

.newsCenter .center {

    display: flex;
    justify-content: space-between;
    min-height: 490px;
}

.newsCenter .center .image {
    position: relative;
    width: 550px;
    height: 220px;
}

.newsCenter .center .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #202c78;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.newsCenter .center .left {
    margin-top: 100px;
    width: 550px;
}

.newsCenter .center .left ul li {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin: 20px 0;
}

.newsCenter .center .left ul li .listleft {

}

.newsCenter .center .left ul li .listleft:hover {
    border-bottom: 1px solid #202c78;
    color: #202c78;
}

.newsCenter .center .left .bottom {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #202c78;
}

.newsCenter .center .left .bottom:hover span {
    border-bottom: 1px solid #202c78;
}

.newsCenter .center .right {
    margin-top: 100px;
    width: 550px;
}

.newsCenter .center .right ul li {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin: 20px 0;
}

.newsCenter .center .right ul li .listleft {

}

.newsCenter .center .right ul li .listleft:hover {
    border-bottom: 1px solid #202c78;
    color: #202c78;
}

.newsCenter .center .right .bottom {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #202c78;
}

.newsCenter .center .right .bottom:hover span {
    border-bottom: 1px solid #202c78;
}


/* 关于我们 */
.aboutus {
    width: 1300px;
    height: 420px;
    margin: 30px auto 0 auto;

}

.aboutus .title {
    font-size: 26px;

    font-weight: 600;
    text-align: center;
}

.aboutus .title .textColor1 {
    color: #2F4A75;
}

.aboutus .title .textColor2 {
    color: #F1B72F;
}

.aboutus .aboutIntroduce {
    margin-top: 100px;
    display: flex;
}

.aboutus .aboutIntroduce .left {
    width: 470px;
    height: 170px;
}

.aboutus .aboutIntroduce .left img {
    width: 100%;
    height: 100%;
}

.aboutus .aboutIntroduce .right {
    font-size: 14px;
    color: rgb(17, 31, 44);
    margin-left: 100px;
}

.aboutus .aboutIntroduce .right p {
    margin-top: 10px;
    width: 750px;
}


/* 联系我们 */

.contactUs {
    width: 1300px;
    height: auto;
    margin: 30px auto 0 auto;

}

.contactUs .title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.contactUs .title .textColor1 {
    color: #2F4A75;
}

.contactUs .title .textColor2 {
    color: #F1B72F;
}

.contactUs .mapContent {
    text-align: center;
    margin: 100px auto 100px auto;
    width: 1200px;
    height: 500px;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
    display: none;
}

.iw_poi_content {
    font: 14px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

/* 无缝轮播 */
.banner_slider {
    position: relative;
    background-color: green;
    margin: 0 auto;
    width: 800px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.banner_slider_pics {
    width: 3000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    left: -500px;
}

.banner_slider_pics > a {
    width: 200px;
    height: 180px;
    display: block;
    float: left;
    text-align: center;
}

.banner_slider_pics > a > img {
    width: 100%;
    height: 180px;
}

/* 上一张，下一张按钮样式 */
.banner_slider_arrow {
    width: 800px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-bottom: -20px;
}

.arrow_item {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    opacity: .6;
}

.arrow_item:hover {
    opacity: .8;
}

.prev {
    position: absolute;
    left: 10px;
    padding: 10px 7px 10px 7px;
}

.next {
    position: absolute;
    right: 10px;
    padding: 10px 7px 10px 7px;
}