﻿@import url(style.css);
@import url(slide.css);
@import url(pscroll.css);

/*首页*/

/**Banner**/

.IndBanner {
    
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-Banner {
    position: relative;
    overflow: hidden;
    
    width: 100%;
}

.swiper-Banner .swiper-slide {
}

.IndBanner .Banpoint {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: 22;
    left: 0;
    bottom: 25px;
}

.IndBanner .Banpoint span {
    display: inline-block;
    width: 28px;
    height: 4px;
    margin: 0 6px;
    background: #d7d7d7;
    background-size: 100% auto;
}

.IndBanner .Banpoint .swiper-active-switch {
    background-color: #0054a5;
}

.IndBanner .pnBox {
}

.IndBanner .pnBox span {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    top: 50%;
    margin-top: -25px;
    z-index: 3;
    font-family: "宋体";
    background-color: #104c94;
    border-radius: 50%;
    font-size: 30px;
    opacity: 0.9;
    cursor: pointer;
}

.IndBanner .pnBox .prev {
    left: 2%;
}

.IndBanner .pnBox .next {
    right: 2%;
}



@media screen and (max-width: 789px) {

    .IndBanner .pnBox span {
        height: 26px;
        width: 26px;
        line-height: 26px;
        margin-top: -13px;
        font-size: 20px;
    }

    /*关于我们*/
    .i_about .i_about_r {
        position: inherit;
        width: 100%;
        transform: translate(0%, 0%);
    }

    .i_about .i_about_l {
        float: none;
        width: 100%;
    }

    .i_about .i_about_l .cons .txts {
        width: 100%;
        max-width: none;
    }

    .i_about .i_about_l .i_about_t {
        height: 90px;
        line-height: 90px;
        margin-top: 4%;
    }

    .i_about .i_about_l .i_about_p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 3%;
    }

    .i_about .i_about_l .ul li {
        width: 20%;
        padding-right: 0;
        margin-right: 0;
    }

    .i_about .i_about_l .ul li img {
        width: 60%;
    }

    .imore {
        margin-top: 5%;
        margin-bottom: 7%;
    }

 

}

@media screen and (max-width: 480px) {

}

.banneritem {
	
	position:absolute;
	top:48%;
	left:50%;
	transform: translate(-50%, -50%);
}

.banneritem  a {
	
    border-radius: 50%;
    font-size: 24px;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
    line-height: 127px;
    font-weight: bold;
    color: #104c94;
}



