/* CSS Document */
.wow {
	transition-delay: 0.3s;
}
.pc {
	display: block;
}
.wrap{ 
    max-width: 1220px;
    padding: 0 20px;
	margin:0 auto;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: all .3s;
}
.header.onBg{
    background-color: transparent;
}
.header.bg{
    background-color: #FFFFFF;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.header.hide{
    transform: translateY(-100%);
}
.logo{
    height: 60px;
    font-size: 0;
}
.logo a{
    display: block;
}
.logo img{
    width: auto;
    height: 36px;
}
.topRig{
    list-style: none;
    line-height: 60px;
}
.topRig li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}
.topRig li.navBtn{
    display: none;
}
.navList{
    position: relative;
    list-style: none;
    overflow: hidden;
    line-height: 60px;
    font-size: 15px;
    float: right;
}
.navList > li{
    float: left;
    margin-right: 30px;
    padding: 0 5px;
}
.navList > li:nth-last-of-type(1){
    font-size: 14px;
    margin-right: 0;
}
.navList > li > a{
    color: #888888;
}
.navList > li > a:hover{
    color: #a67075;
}
.navList > li.active > a{
    color: #a67075;
}

.mainBg{
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 30px;
    background-color: #FFFFFF;
    z-index: 1;
    padding-bottom: 2.4rem;
}
.grayBg{
    background-color: #fafafa;
}
.whiteBg{
    background-color: #FFFFFF;
}
.footBg{
    position: relative;
    padding: .52rem 0;
    font-size: 12px;
    color: #9a9a9a;
    line-height: 21px;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 1;
}
.footBg a{
    color: #9a9a9a;
    margin-right: .1rem;
}
.footBg a:hover{
    text-decoration: underline;
}
.page a,
.page span{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #464646;
    border-radius: 50%;
}
.page a:hover,
.page a.active{
    color: #a67075;
}
.page a.prev{
    background: url(../images/prev.png) right center no-repeat;
}
.page a.first{
    background: url(../images/first.png) right center no-repeat;
}
.page a.next{
    background: url(../images/next.png) right center no-repeat;
}
.page a.last{
    background: url(../images/last.png) right center no-repeat;
}

@media (max-width:1400px) {
}
@media (max-width:1200px) {
}
@media (max-width:991px) {
    .logo{
        position: relative;
        z-index: 1;
    }
    .topRig{
        position: relative;
        z-index: 1;
    }
    .topRig li{
        margin-left: .2rem;
    }
    .topRig li.navBtn{
        display: inline-block;
        cursor: pointer;
    }
    .navBtn span{ 
        display: block;
        width:25px;
        height:30px;
        position:relative;
    }
    .navBtn span b{
        display:block;
        width:100%;
        height:2px;
        background: #4f4f4f;
        position:absolute;
        left:0;
        top:calc((100% - 4px) / 2);
        transition:all .3s;
    }
    .navBtn span b:nth-child(1){ 
        transform:translateY(8px) rotate(0deg);
    }
    .navBtn span b:nth-child(3){
        transform:translateY(-8px) rotate(0deg);
    }
    .navBtn.active b:nth-child(1){ 
        transform:translateY(0) rotate(45deg);
    }
    .navBtn.active b:nth-child(3){ 
        transform:translateY(0) rotate(-45deg);
    }
    .navBtn.active b:nth-child(2){ 
        opacity:0;
    }
    .navList{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        transform: translateY(-100%);
        overflow-y: auto;
        padding: 100px 20px 0;
        text-align: right;
        line-height: 28px;
        transition: all .3s;
    }
    .navList.show-on-mobile{
        transform: translateY(0);
    }
    .navList > li{
        float: none;
        padding: 0;
        margin: 0 0 .2rem;
    }
    .navList > li:nth-last-of-type(1){
        font-size: 12px;
    }
    .footBg{
        padding: 25px 0;
        font-size: 10px;
    }
    .mainBg{
        font-size: 12px;
        line-height: 24px;
    }
}
@media (max-width:767px) {
}
@media (max-width:640px) {
    .page{
        margin: .2rem 0;
    }
}
@media (max-width:460px) {
    .logo{
        height: 50px;
    }
    .logo img{
        height: 34px;
    }
    .topRig{
        line-height: 50px;
    }
    .topRig li{
        margin-left: .1rem;
    }
    .page a{
        display: none;
    }
    .page a.first,
    .page a.prev,
    .page a.next,
    .page a.last{
        display: inline-block;
    }
}
