.pageTitle{
    background-color: #484848;
    -webkit-justify-content:space-between;
    -moz-box-pack:space-between;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;
    justify-content: space-between;
    padding: 10px 18px;
}
.pageTitle h1{
    font-size: 5vw;
    color: #fff;
}
.pageTitle img{
    width: 7vw;
}
.headerimg img{
    width: 100%;
}

/* nav S*/
.nav div{
    flex-grow: 1;
    padding: 20px 6px;
    -webkit-justify-content:space-around;
    -moz-box-pack:space-around;
    -webkit--moz-box-pack:space-around;
    box-pack:space-around;
    justify-content: space-around;
}
.nav div:nth-of-type(1){
    background-color: #e2effa;
}
.nav div:nth-of-type(2){
    background-color: #fff;
}
.nav div:nth-of-type(3){
    background-color: #e2effa;
}
.nav img{
    width: 9vw;
}
.nav h2{
    font-size: 3.8vw;
    color: #2a6Fab;
    margin-bottom: 5px;
}

.nav p{
    font-size: 3.3vw;
    color: #7dadda;
    
}
/* nav E */


/* tab S*/
.clearfix:after{content:".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix{*zoom:1;}
.wrap{min-width: 320px;max-width:768px;margin:0 auto;overflow:hidden;position:relative;}

.wrapper03 {
    position:relative;
    height: 2.24rem;
    width: 100%;
    margin:0 auto;
    border-bottom:1px solid #e2e2e2;
    border-top:1px solid #e2e2e2;   
    overflow: hidden;}
.wrapper03 .scroller {position:absolute}
.wrapper03 .scroller li {
    height: 2.24rem;
    color:#333;
    float: left;
    line-height: 2.24rem;
    font-size: .41rem;
    text-align: center;
    padding:0 0.17rem;
    background:white;
    border:1px solid #e2effa;
}
.wrapper03 .scroller li img {
    vertical-align: middle;
    width:9vw;
    margin-right:0.2rem;
}
.wrapper03 .scroller li a{
    color:#2a6Fab;
    display:inline-block;
    font-size: 3.8vw;
}
.wrapper03 .scroller .active {
    background:#e2effa;
}
.wrapper03 .scroller li.cur {
}


.wrapper03 .scroller li.cur a{
    color:#2a6Fab;
}
/* tab E */

.phone{
    padding: 0.7rem 5%;
}
.phone img{
    width: 100%;
}
.phone p{
    font-size: 4.2vw;
    color: #645757;
    margin-bottom: 10px;
}
.phone .fmin {
    font-size:4.0vw;
    color:#a8a8a8;
}
.pp{
    padding: 0 30px;
    text-align: justify;
}

.whyChose{
    padding: 28px 0 26px 0;
   
}
.whyChose h3{
    font-size: 5vw;
    color: #000;
    font-weight: 700;
    margin-bottom: 12px;
}
.whyChose p{
    font-size: 3.5vw;
    color: #808080;
   
}

.layui-colla-content p {
    letter-spacing: 0.1em;
    color:#999;
}

/* 风琴 S */
.fq{
    background-color: #eaeaea;
    padding: 15px 0;
}
.layui-colla-title {
    position: relative;
    height: auto;
    line-height: 55px;
    padding: 0 15px 0 12px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    font-size: 4.5vw;
    color: #000;
}
.layui-colla-item {
    border-top: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.layui-colla-content {
    display: none;
    padding: 10px 15px;
    line-height: 22px;
    border-top: 1px solid #e2e2e2;
    color: #464646;
    background-color: #fff;
    font-size: 3.8vw;
}
.layui-colla-icon {
    position: initial;
    font-size: 14px;
    float: right;
}
.fqimg{
    width: 8vw;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.layui-collapse {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    border-bottom: none;
}
.fq h3 {
    font-size:4.0vw;
    color:#000;
    margin-bottom:2.0vw;
}

.txtin {
    margin-bottom:2.0vw;
}

/* 风琴E */
.footer{
    position: relative;
    min-height: 253px;
    background-image: url('../images/footerImg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0.8rem 0.6rem 1rem;
}
.footer p{
    font-size: 3.7vw;
    color: #fff;
    margin-bottom: 12px;
    text-align:center;
}
.footer hr {
    margin-top:30px;
    background-color:#a0c9e9;
}
.footer p:nth-of-type(4){
    text-align:center;
    font-size:16px;
}
.footer p:nth-of-type(5){
    text-align:center;
}
.footer p img{
    width: 3.7vw;
}
.footer .line{
    position: absolute;
    /* position:relative; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    left: 0;
    margin-top: 24px;
    text-align:center;
    font-size:18px;
}
.footer .pos {
    display:block;
    margin-bottom:1rem;
    color:white;
}
.footer .txtcenter {
    text-align:center;
    padding:0.3rem 0 0.3rem 0;
}
.footer .txtcenter img {
    width:50%;
}
.footer a,footer a:active,footer a:link,footer a:visited{
    color:white !important;
}