/* be in common use layout*/
ul,h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
/*about*/
.about-box{
   max-width: 1200px;
    width: 100%;
    margin: 30px auto;
    clear: both;
    background:#fff;
    position: relative;
}

.about-box .bt{ text-align:center; margin-bottom:20px;}

.about-img{ float: left; width: 100%; padding-bottom: 30px;}
.bigimg{width:100%;  margin-top:20px;}
.img-list{max-width: 1200px; margin: 0 auto;position:relative;}
.bigimg img{ max-width:100% }
.img-list h3{ text-align: center; width: 100%; font-size:16px; line-height:30px;  text-shadow: 1px 1px #FFF;}

ul.small-img {
   width:100%;
    position: static;
    max-width: 1200px;
    margin: 0 auto;
	margin-top:2%;
}

ul.small-img li {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: none;
    width: 16%;
    height: auto;
    text-indent: 0;
    opacity: 1;
    position: relative;
    border-top:0;
    border-bottom: 0;
}

ul.small-img li>img {
    max-width: 100%;
    height:auto;
}
ul.small-img li p{ 
    font-size: 16px;
    line-height: 30px;
    position:relative;
    z-index:2;
    text-transform: uppercase;
    transition:color 0.3s;
	color:#595959;
	font-weight: bold;
   }
	
ul.small-img li:hover p{
    color: #fff;
    transition:color 0.3s;
    font-weight: bold;
}
ul.small-img li.active {

}
ul.small-img li.active:after{
    width:100%;
    height: 100%;
    top:0;
    left: 0;
    transition:all 0.3s;
}
ul.small-img li:after{
    width: 0;
    height: 0;
    background:#02529b;
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 1;
    transition:all 0.3s;
    content:"";
}
ul.small-img li:hover:after{
    width:100%;
    height: 100%;
    top:0;
    left: 0;
    transition:all 0.3s;
}
ul.small-img li.active p{
    color: #fff;
    font-weight: bold;
}

.about-arrow {
    position: absolute;
    bottom:45%;
    z-index: 999;

    width: 100%;
}

.about-arrow a {
    display: inline-block;
    width: 50px;
   overflow: hidden;
}

.small-img .bg{
    margin: 8px auto 0;
    width: 87px;
    display: block;
    position: relative;
    z-index: 2;
    height: 85px;
}

.small-img li .bg0{
    transition:background 0.3s;
	background:url(../images/wel08.png) no-repeat center
}
.small-img li .bg1{
    background: url(../images/wel09.png) no-repeat center;
    transition:background 0.3s;
}
.small-img li .bg2{
    background: url(../images/wel10.png) no-repeat center;
    transition:background 0.3s;
}
.small-img li .bg3{
    background: url(../images/wel11.png) no-repeat center;
    transition:background 0.3s;
}
.small-img li .bg4{
    background: url(../images/wel12.png) no-repeat center;
    transition:background 0.3s;
}
.small-img li .bg5{
    background: url(../images/wel13.png) no-repeat center;
    transition:background 0.3s;
}

.small-img li:hover .bg0,ul.small-img li.active .bg0{
    background: url(../images/wel08_h.png) no-repeat center;
    transition:background 0.3s;
}
.small-img li:hover .bg1,ul.small-img li.active .bg1{
    background: url(../images/wel09_h.png) no-repeat center;
    transition:background 0.3s;
}
.small-img li:hover .bg2,ul.small-img li.active .bg2{
    background: url(../images/wel10_h.png) no-repeat center;
    transition:background 0.3s;
}
.small-img li:hover .bg3,ul.small-img li.active .bg3{
    background: url(../images/wel11_h.png) no-repeat center;
    transition:background 0.3s;
}
.small-img li:hover .bg4,ul.small-img li.active .bg4{
    background: url(../images/wel12_h.png) no-repeat center;
    transition:background 0.3s;
}
.small-img li:hover .bg5,ul.small-img li.active .bg5{
    background: url(../images/wel13_h.png) no-repeat center;
    transition:background 0.3s;
}

@media (max-width:640px){
    ul.small-img{ display: block;}


}
@media (max-width:520px){
    ul.small-img{ display: block;}
    ul.small-img li {
        width: 30.6%;

    }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position:absolute;
    top:calc(50% - 7px);
    width:50px;
    height:54px;
    margin-top:-18px;
    z-index:10;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}
.swiper-button-prev{ background:url(../images/a_left.png); background-size:cover;}
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    content: '';
}
.swiper-button-next{ background:url(../images/a_right.png);background-size:cover;}
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: '';
}
.swiper2,.swiper3,.swiper4,.swiper5,.swiper6{
    opacity: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top:0;
}