/* 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: 1300px;
    width: 100%;
    margin: 30px auto;
    clear: both;
    background:#fff;
    position: relative;
}




.bigimg{width:100%; position:relative; margin-top:20px;}
.img-list{ max-width:1300px; margin: 0 auto;}
.img-list li>a{ float: left; width: 100%; margin: 0%; position: relative; overflow: hidden;}
.img-list li>a:first-child{ margin-left: 0;}
.img-list li>a:last-child{ margin-right: 0;}
.img-list li>a img{ max-width: 100%; height: auto;}
.img-list li>a h3{ position: absolute; bottom: 30px;text-align: center; width: 100%; font-size:18px;}

ul.small-img {
   width:100%;
    position: static;
    max-width: 1300px;
    margin: 0 auto;
	display:block;
}

ul.small-img li { border:1px solid #fff; margin:10px 0; padding:15px 0 0 0;
    display: inline-block;
    text-align: center;
    line-height: 40px; height:70px;
    cursor: pointer;
    background: none;
    width: 19%;
    height: auto;
    text-indent: 0;
    opacity: 1;
    position: relative; background:url(../images/right.gif) no-repeat left center;

}

ul.small-img li>img {
    max-width: 100%;
    height:auto;
}
ul.small-img li p{ 
    font-size: 22px;
    line-height: 30px;
    position:relative;
    z-index:2;
    text-transform: uppercase;
    transition:color 0.3s;
	color:#fff;

   }
	
ul.small-img li:hover p{ 
    color: #02529b;
    transition:color 0.3s;

}
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:#fff;
    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: #02529b;

}

.about-arrow {
    position: absolute;
    bottom:38%;
    z-index: 999;
    width:100%; padding:0 0%;
}

.about-arrow a {
    display: inline-block;
    width: 69px;
   overflow: hidden;
}

.about-arrow a.float-left { margin:0 0 0 10%; }
.about-arrow a.float-right { margin:0 10% 0 0; }

.small-img .bg{
    margin: 8px auto 0;
    width: 87px;
    display: block;
    position: relative;
    z-index: 2;
    height: 85px;
}

.small-img li .bg0{
    background: url(../images/wel08.png) no-repeat center;
    transition:background 0.3s;
}
.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;}
    ul.small-img li {
        width: 31.6%;

    }
}
@media (max-width:520px){
    ul.small-img{ display: block;}
    ul.small-img li {
        width: 30.6%;

    }
}