@charset "utf-8";
/* CSS Document */
.fix{
	position:fixed;
	z-index: 999;
	left: 0;
	top:0;
	width:100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.phone{display:none;}
.top-container{
	display: flex;
    justify-content: space-between;
	align-content: center;
	align-items: center;
    width: 100%;
    height: 100px;
	background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding: 0.16rem 1rem;
}
.top-left {
    flex: 0 0 25%;
}
.top-right{
	flex: 1 1 auto;      /* 让导航区占据剩余空间，菜单可均匀铺开 */
	min-width: 0;
}
.top-right ul{
    display: flex;
	height: 100px;
    justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap; 
}
.nav .nav_con .logo {
    display: flex;
    align-items: center;
}
.top-right ul li{
	padding: 0 0.3rem;
	position: relative;
	flex: 0 0 auto;
	white-space: nowrap;
}
.top-right ul li a {
    color: #333333;
    transition: all 0.5s;
    display: block;
    line-height: 1.3;
    white-space: nowrap;
	position: relative;
	transition: color 0.6s ease-out;
    -webkit-transition: color 0.6s ease-out;
    -moz-transition: color 0.6s ease-out;
    -o-transition: color 0.6s ease-out;
    -ms-transition: color 0.6s ease-out;
}
.top-right ul > li > ol {
    position: absolute;
	z-index: 101;
    top: calc(100% + 30px);
    left: 0;
    width: 100%;
    min-width: 150px;
    display: none;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.top-right ul > li > ol > div{
	height: 40px;
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
}
.top-right ul > li > ol > li {
    display: flex;
    width: 105%;
    padding: 8px 0 8px 0.35rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.top-right ul > li > ol > li > a {
    text-align: left;
    position: relative;
	color:#666;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.top-right .mask {
    top: 100px;
    left: 0;
    pointer-events: none;
    position: absolute;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.90);
    border-top: 1px solid #ECECEC;
    width: 100%;
    height: 0;
    transform-origin: 50% 0%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.top-right ul:hover + .mask {
	height:2.5rem;
}
.top-right ul:hover > li > ol {
	display: flex;
}
.menu_btn{
	display:none;
}
/*************页脚************/
footer {
    background: url(../images/footBg.jpg) no-repeat center center / cover;
    color: rgba(255, 255, 255, .5);
}
footer .con{
	display:flex;
	justify-content: space-between;
	padding: 0.8rem 1.3rem 0.65rem 1.3rem;
}
footer .con .ftl{
	width: 10.8rem;
}
footer .con .ftl ul{
	display:flex;
	justify-content: space-between;
}
footer .con .ftl ul li{
	display:flex;
	flex-direction:column;
	color:#fff;
}
footer .con .ftl ul li a{
	color:rgba(255,255,255,.7);
	margin-bottom: 0.1rem;
}
footer .con .ftl ul li a:first-child{
	margin-bottom:0.2rem;
	font-weight: bold;
	color:#fff;
}
footer .con .finfo{
	display:flex;
	align-items: center;
	margin-top: 0.5rem;
	gap:0.1rem;
}
footer .con .finfo p,footer .con .finfo a{
	color:#fff;
}
footer .con .finfo a{
    display: flex;
    align-items: center;
}
footer .con .finfo a img{
    margin-right:5px;
}
footer .con  .numer {
    font-size: 36px;
    font-weight: bold;
    margin-top: 15px;
}
footer .con .numer a {
	display: block;
    color: #f79000;
	margin-bottom: 0.2rem;
}
footer .con .desc_dz p,
footer .con .desc_dz a{
	color:#fff;
	padding-bottom:0.1rem;
}
footer .con .desc_dz a{
	display:block;
}
.code{
	display:inline-block;
}
.code .codebox{
	background: url(../images/ewmBg.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 10px;
}
.code p{
	text-align:center;
	color:#fff;
	padding-top:10px;
}
.search{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100px;
	height:100px;
}
.searchBox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
    top: 0;
    left: 0;
    background: #f79000;
	padding:0 1.34rem;
	width:100%;
    height: 105px;
    z-index: 999;
    transform: translateY(-105%);
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    -o-transform: translateY(-105%);
}
.inner {
    width:100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchBox .forms {
    width: calc(100% - 80px);
}
.searchBox .keys {
    width: 80%;
    background: url(../images/search-w.png) no-repeat left center;
	padding-left: 70px;
	color:#fff;
}
.searchBox .keys::placeholder{
	color:rgba(255,255,255,.8);
}
.searchBox .submit {
    width: 90px;
    height: 40px;
    border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
	color:#fff;
	background: transparent;
}
.close{
	cursor: pointer;
}
.searchBox.show {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.i-backtop{
	width:0.5rem;
	height:0.5rem;
	background: #f79000;
	padding:0.1rem;
	border-radius: 0.1rem;
	box-shadow: 0 0 19.2px 0 rgba(0, 0, 0, 0.08);
	align-items: center;
	justify-content: center;
	position:fixed;
	right:.15rem;
	bottom:4rem;
	color:#999;
	cursor: pointer;
	display:none;
}
.i-backtop.show{
	display:flex;
}
@media(max-width:1800px){
    .top-container{padding: 0.16rem .6rem;}
}

@media(max-width:1600px){
    .top-container{padding:0.16rem 0.5rem;}
}
@media(max-width:1440px){
	.top-right ul li{padding:0 0.5rem;}
	.top-right ul > li > ol > li{padding-left:0.55rem;}
	.search{width:80px;}
	.top-right ul > li > ol{width:130%;}
	.top-right ul:hover + .mask {height: 2.5rem;}
	.code .codebox img{max-width:110px;}
	footer .con .numer{margin-top:0;}
}
@media(max-width:1280px){
        .top-right>ul>li {
            padding: 0 0.45rem;
        }
    .top-right ul > li > ol > li{
            padding-left:0.5rem;
        }
}
@media(max-width:1180px){
    .top-right ul li { padding: 0 0.32rem; }
    .top-right ul > li > ol > li{
            padding-left: 0.35rem;
        }
    .top-right ul:hover + .mask {height: 3rem;}
}
@media(max-width:1100px){
    .top-right>ul>li { padding: 0 0.25rem; }
    .top-right ul > li > ol > li{
            padding-left: 0.3rem;
        }
}
@media(max-width:1024px){
	.web{display:none;}
	.phone{
		display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
		height: 60px;
        background-color: #fff;
        z-index: 998;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
	}
	.phone .logo {
        display: block;
        width: 120px;
    }
	.pnav{
		position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: calc(100vh - 50px);
        overflow: hidden;
        pointer-events: none;
	}
	.pnav_con{
		 position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 20px;
        transform: translateX(105%);
        transition: all 0.5s;
        pointer-events: all;
        overflow: auto;
	}
	.pnav_con.on {
        transform: translateX(0);
        overflow-x: hidden;
    }
	.menu_btn{
		display:block;
		height: 18px;
        position: relative !important;
        padding: 0;
        margin-left: 16px;
        background-color: transparent;
        background-image: none;
        border: 0;
        border-radius: 0;
    }
	.menu_btn .icon-bar{
		position: relative;
        background-color: #606060;
		display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
	.menu_btn .icon-bar + .icon-bar {
        margin-top: 4px;
    }
	.menu_btn .icon-bar:nth-child(1), 
	.menu_btn .icon-bar:nth-child(3) {
        top: 0;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: top .3s ease .4s, -moz-transform .3s ease;
        -o-transition: top .3s ease .4s, -o-transform .3s ease;
        -webkit-transition: top .3s ease, -webkit-transform .3s ease;
        -webkit-transition-delay: .4s, 0s;
        transition: top .3s ease .4s, transform .3s ease;
		transform-origin:center center;
    }
	.menu_btn .icon-bar:nth-child(2) {
        -moz-transition: background .3s ease .4s;
        -o-transition: background .3s ease .4s;
        -webkit-transition: background .3s ease;
        -webkit-transition-delay: .4s;
        transition: background .3s ease .4s;
        background-color: #606060;
		transform-origin:center center;
    }
	.menuOpen .icon-bar:nth-child(1) {
        top: 6px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
		transform-origin:center center;
    }
	.menuOpen .icon-bar:nth-child(2) {
        -moz-transition: background .3s ease 0s;
        -o-transition: background .3s ease 0s;
        -webkit-transition: background .3s ease;
        -webkit-transition-delay: 0s;
        transition: background .3s ease 0s;
        background: transparent;
		transform-origin:center center;
    }
	.menuOpen .icon-bar:nth-child(3) {
        top: -6px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
		transform-origin:center center;
    }
	.p_nav .li1 {
        border-bottom: 1px solid #DFDFDF;
        padding: 15px 0 0 0;
        line-height: 30px;
        padding-right: 0;
        position: relative;
    }
	.p_nav .li1>a {
        padding-bottom: 15px;
        color: #333;
        font-size: 18px;
        font-weight: bold;
        font-family: PingFang SC, Arial, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Helvetica Neue, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
    }
	.p_nav .li1 .add {
        position: absolute;
        top: 5px;
        left: auto;
        right: -20px;
        width: 50px;
        height: 50px;
        background: url(../images/fm_add.svg) no-repeat center;
        background-size: 14px 14px;
        transition: all 0.5s;
    }
	.p_nav .li1 .li2{
        display: none;
        padding: 20px 0;
        border-top: 1px solid rgba(96, 96, 96, 0.2);
    }
	.p_nav .li1 .li2 li a {
        color: #606060;
        font-size: 16px;
        line-height: 34px;
        font-weight: 200;
    }
	.p_nav .li1.on .add {
        transform: rotate(45deg);
    }
    footer .con {
        padding: 0.8rem 0.5rem 0.65rem 0.5rem;
    }
    footer .con .numer{}
	footer .con .ftl{display:none;}
}
@media(max-width:768px){

    footer .con {
        display:block;
        padding: 30px 15px;
    }

	}
