@charset "utf-8";




.home-head {
    position: absolute;
    /* position: fixed; */
    z-index: 999;
    left: 0;
    right: 0;
    background: #fff;
    top: 0;
}

header .liebiao {
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 0 0 120px;
    background: #fff;
    position: fixed;
    justify-content: space-between;
    background: #fff;
    line-height: 90px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

header .liebiao .pc-top-logo .hid {
    display: none;
}

header .liebiao.bannershow .pc-top-logo .hid {
    display: inline;
}

header .liebiao.bannershow .pc-top-logo .show {
    display: none;
}

header .liebiao {
    background: none;
}

header .liebiao.bannershow {
    background: #fff;
}

header .liebiao.bannershow .daohan li>a {
    color: #4C4C4C;
}

header .liebiao .daohan {
    line-height: 90px;
    font-weight: 400;
    font-size: 2rem;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

header .liebiao .daohan li>a {
    color: #fff;
    display: block;
}

header .liebiao .daohan li a {
    color: #fff;
    position: relative;
	white-space: nowrap;
}

header .liebiao .daohan li>a::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 2px;
    background: #034FA3;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .0s ease;
    -webkit-transition: all .0s ease;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transition: all .0s ease;
    -ms-transition: all .0s ease;
    -o-transition: all .0s ease;
}

header .liebiao .daohan li:hover>a::before {
    width: 0%;
}

header .liebiao .daohan li.done>a::before {
    width: 0%;
}


header .liebiao .daohan li:hover>a {
    color: #0056B5;
}

header .liebiao .daohan li.done {
    background: #0056B5;
}

header .liebiao .daohan li.done>a {
    color: #fff;
}

header .liebiao .daohan ul {
    display: flex;
}

header .liebiao .daohan ul li {
    padding-left: 23px;
    padding-right: 23px;
    position: relative;
}

header .liebiao .daohan .naverji {
    line-height: 25px;
    font-size: 16px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 12px;
}

header .liebiao .daohan .naverji>div {
    line-height: 60px;
    background: #fff;
    height: 0;
    font-size: .9rem;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

header .liebiao .daohan .naverji>div a {
    line-height: 60px;
    display: block;
    color: #333;
}

header .liebiao .daohan .naverji>div:hover {
    background: #0056B3;
}

header .liebiao .daohan .naverji>div:hover a {
    color: #fff;
    background: #0056B3;
}

header .liebiao .daohan ul li:hover .naverji>div {
    height: 60px;
}


header .scol {
    /* width: 230px; */
    height: 60px;
    border-radius: 19px;
    line-height: 60px;
    margin-top: 15px;
    display: flex;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

header .scol .scolright {
    width: 90px;
    height: 63px;
    background: #034FA3;
    text-align: center;
}

header .scol>div.scolleft {
    height: 60px;
    width: 140px;
    background: none;
    text-align: center;
}

header .scol span {
    margin: 0 10px;
}

header .scol img {
    width: 16px;
}

header .scol a {
    font-size: 1rem;
    position: relative;
    text-align: center;
    color: rgba(3, 3, 5, .5);
}

header .scol a:hover {
    color: #0056B5;
}

header .scol a.done {
    color: rgba(3, 3, 5, 1);
    cursor: inherit;
}

header .scol svg {
    position: relative;
    top: 2px;
}


@media only screen and (min-width: 1100px) {
    .phone-port {
        display: none;
    }
}


/* 首页 */

.homeshouye header .liebiao.hid {
    top: -90px;
    opacity: 0;
}



/* 小屏幕pc端 */

@media only screen and (max-width: 1700px) and (min-width: 1100px) {
   
    header .liebiao .daohan {
        line-height: 70px;
    }
	
	header .liebiao .daohan ul li {padding-left: 18px; padding-right: 18px;}
	
    header .liebiao {
        line-height: 70px;
    }
    header .scol {
        margin-top: 10px;
    }
    .ziyemian .index {
        padding-top: 70px;
    }
    header .scol .scolright {
        height: 50px;
        line-height: 50px;
    }
    header .scol>div.scolleft {
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
        /* width: 140px; */
    }
    
}

@media (max-width:1300px) {
	header .liebiao .daohan {
	    line-height: 70px;
	}
	
	header .liebiao .daohan ul li {padding-left: 15px; padding-right: 15px;}
	
	header .liebiao .pc-top-logo .show{ height: 24px;}
}

@media (max-width:1200px) {

	header .liebiao .daohan ul li {padding-left: 13px; padding-right: 13px;}
	
}