@font-face {
    font-family: 'menufont';
    src: url('../font/迷你简汉真广标.ttf') format('truetype'); 
}
@font-face {
    font-family: 'myfont';
    src: url('../font/321Perfect.ttf') format('truetype'); 
}
/*基本格式开始*/
*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #393939;
	font-family: '微软雅黑,Tahoma';
	line-height: 1.8;
	box-sizing: border-box;
	/* letter-spacing: 1px; */
}
input,textarea,select{
	width: 100%;
	outline: none;
	resize: none;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
input,select{
	height: 45px;
}
input:focus,textarea:focus,select:focus{
	color: #f60;
}

input[type='submit']{
	height: 45px;
	background-image: linear-gradient(120deg,#e0c3fc 0%,#8ec5fc);
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	letter-spacing: 5px;
}
ul{
	list-style-type: none;
}
a {
	text-decoration:none;color:#555;
}

body.w1199 .wrap  {
	width:1199px;
	margin:0 auto;
}
body.w991 .wrap {
	width:991px;
	margin:0 auto;
}
/* 头部 */
#head{
	background-image: linear-gradient(15deg,#e0c3fc 0%,#8ec5fc);
	width: 100%;
}
.top{
	width:100%;
	height:36px;
	background:#000;
	display: flex;
	justify-content: center;
}
.top .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	
}
.top .wrap .top-menu{
	display: flex;
	gap: 10px;
}
.top .wrap .top-menu p{
	color: #f0f0f0;
}
.top .wrap .top-menu a{
	color: #9a9a9a;
}
.top .wrap .top-menu a:hover{
	color: #9f9f9f;
	font-weight: bold;
}
/* 分类菜单 */
#menu{
	width: 100%;
	/* height: 80px; */
	z-index: 10;
	background-color: #fff;
	box-shadow: 2px 3px 8px #ddd;
}

#menu .nav{
	
	width: 100%;
	display: flex;
	align-items: center;
}
#menu .nav .nav-item{
	height: 80px;
}
#menu .nav .logo{
	margin-right: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu .nav .logo h1{
	font-size: 31px;
	color: #f00;
	font-weight: 600;
	font-family: 'myfont';
	letter-spacing: 1.5px;
}
#menu .nav .logo p{
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 93px;
	display: flex;
	justify-content: space-between;
}
#menu .nav .logo p font{
	font-size: 10px;
}
#menu .nav .menu{
	display: flex;
	align-items: center;
	gap: 15px;	
}
#menu .nav .menu div.box{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
#menu .nav .menu div.box a{
	color: #000;
	font-weight: 400;
	font-size: 16px;
	font-family: 'menufont';
}
#menu .nav .menu div.box span{
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 0;
	border-bottom: #38415f 2px solid;
	transition: 0.5s;
}
#menu .nav .menu div.box:hover span{
	width: 100%;
	left: 0;
}
/*手机顶部*/
#phoneTop{
	width: 100%;
	height: 60px;
	background-image: linear-gradient(45deg,#e0f6fc,50%,#f4dbf8);
	display: none;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 20;
}
#phoneTop .wrap{
	height: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 10px;
}
#phoneTop .wrap .logo{
	width:100px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#phoneTop .wrap .logo h1{
	font-size: 22px;
	color: #f00;
	font-weight: 600;
	font-family: 'myfont';
	position: absolute;
	top: 5px;;
	left: 0;
}
#phoneTop .wrap .logo span{
	font-size: 10px;
	letter-spacing: 7px;
	position: absolute;
	top: 37px;
	left: 4px;
}
#phoneTop .wrap .title h1{
	height: 100%;
	font-size: 20px;
	letter-spacing: 3px;
}

/**在线咨询**/
#consult{
	width: 100px;
	display: flex;
	flex-wrap: wrap;
	position:fixed;
	right:20px;
	bottom: 300px;
	background:#fff;
	z-index: 100;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 0px #ddd;
	/* padding: 10px; */
}
#consult .citem{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	
}
#consult .citem .phone{
	width: 100%;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0px;
	border-bottom: rgb(0,149,61) 1px solid;
	padding-bottom: 10px;
	background-clip: text;
    /* text-fill-color: transparent;
    background: linear-gradient(180deg, #2fb8ff 0%, #9eecd9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
#consult .citem .mail-toggle{
	/* width: 180px; */
	padding: 10px;
	text-align: center;
	position: absolute;
	background: #fff;
	top: 0;
	right: -200px;
	border-radius: 5px;
	transition: 0.8s;	
	box-shadow: 0px 0px 8px 0px #ddd;
	display: flex;
	align-items: center;
}
#consult .citem .mail-toggle .iconfont{
	font-size: 16px;
	color: rgb(150,75,0);
	margin: 0 5px 0 0;
}
#consult .citem .mail-active{
	right: 110px;
}
#consult .citem .mail-toggle::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -19px;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	margin-top: -8px;	
}
#consult .citem-toggle{
	background: rgb(0,149,61);
	border-radius: 0 0 10px 10px;
	transition: 0.8s;
}
#consult .citem-active{
	display: none;
	
}
#consult .citem .iconfont{
	font-size: 36px;
	color: rgb(0,149,61);
}
#consult .citem .icon-xiangxia{
	transform: rotate(180deg);
	color: rgb(255,255,255);
	cursor: pointer;
}
#consult .citem .icon-youjian{
	margin-left: 10px;
	cursor: pointer;
}
.icon-xiangxia {
    position: relative;
    top: 0;
    animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        top: 0px;
    }

    25% {
        top: -10px;
    }

    50% {
        top: 10px;
    }

    75% {
        top: -10px;
    }

    100% {
        top: 0px;
    }
}
/* 在线咨询结束 */

/* 主体内容 */
#main{
	width: 100%;
}
/* 手机菜单 */
#phoneMenu{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	z-index: 50;
	display: none;
}
#phoneMenu .wrap{
	height: 100%;
}
#phoneMenu .phone-box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	gap: 1px;
}
#phoneMenu .phone-item{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f0f0f0;
}
#phoneMenu a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 底部 */
#bottom{
	width: 100%;
	background-color: #cdd7f6;
	background: #000;
	padding: 40px 0;
	overflow: hidden;
}
#bottom .bottom-items-box{
	display: flex;
	gap: 40px;
	align-items: start;
}
#bottom .bottom-items-box .bottom-items:nth-child(1){
	margin-left: -100px;
	margin-right: 100px;
	width: 300px;
}
#bottom .bottom-items-box .bottom-items:nth-child(2){
	margin-right: auto;
	padding: 0 20px;
}
#bottom .bottom-items-box .bottom-items:last-child{
	margin-left: 100px;
	margin-right: -100px;
}
#bottom .bottom-items-box .bottom-items .bottom-items-item{
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	box-sizing: border-box;
}

#bottom .bottom-items-box .bottom-items .bottom-items-item:last-child{
	margin-bottom: 0;
	
}
#bottom .bottom-items-box .bottom-items .bottom-items-item h2,
#bottom .bottom-items-box .bottom-items .bottom-items-item p,
#bottom .bottom-items-box .bottom-items .bottom-items-item a{	
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	box-sizing: border-box;
}
#bottom .bottom-items-box .bottom-items .bottom-items-item .bottomImgBox img{
	width: 100px;
	height: 100px;
}
#bottom .bottom-items-box .bottom-items .bottom-items-item h2{
	font-size: 20px;
}
#bottom .bottom-items-box .bottom-items:last-child{
	margin-left: auto;
	text-align: right;
}

/* 浮动菜单 */
#floatMenu{
	position: fixed;
	width: 100%;
	bottom: -60px;
	z-index: 1;
}
#floatMenu .floatmenu{
	display: flex;
	justify-content: center;
	align-items: center;
}

#floatMenu .floatmenu .floatmenubox{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border-radius: 35px;
	background: #1a1a1a;
	padding: 5px 40px;
	position: relative;
	overflow: hidden;
}
#floatMenu .floatmenu .floatmenubox .float-menu-item{
	position: relative;
	
}
#floatMenu .floatmenu .floatmenubox a{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	height: 50px;
	line-height: 50px;
}
#floatMenu .floatmenu .floatmenubox a.floatcurrent{
	background: url(./index-menu-light.png);
	background-repeat: no-repeat;
	background-size: contain;
	/* background-position-y: 50%;
	background-position-x: 50%; */
	background-position: 50% 50%;
}
#floatMenu .floatmenu .floatmenubox .float-menu-item span{
	width: 4px;
	height: 4px;
	position: absolute;
	bottom: 5px;
	left: 48%;
	transition: 0.5s;
}
#floatMenu .floatmenu .floatmenubox .float-menu-item span.floatcurrent,
#floatMenu .floatmenu .floatmenubox .float-menu-item:hover span{
	background: #fff;
}
#floatMenu .floatmenu .floatmenubox .hover{
	background: url(./index-menu-light.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 0;
	display: none;
	/* background: radial-gradient(circle, rgb(18, 33, 197) 40%, rgba(207, 224, 255, 1)); */
}


