
#head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 17.949vw;
	z-index: 100;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	content: 'viewport-units-buggyfill; height: 17.949vw'
}

#head .head_con {
	margin: 0 7.692vw;
	height: 100%;
	
	margin-top:-8px;
	
	content: 'viewport-units-buggyfill; margin: 0 7.692vw'
}

#head1 .head_con .logo {
  
	height: 5.128vw;

	content: 'viewport-units-buggyfill; height: 5.128vw'
}



#head .head_con .logo .title {
	
}

#head .head_con .logo .title img {
	  height: 22px;
	  margin-top:20px;

}

#head.mini_head {
	background-color: hsla(0, 0%, 100%, .3);
	-webkit-backdrop-filter: saturate(180%) blur(5.128vw);
	backdrop-filter: saturate(180%) blur(5.128vw);
	content: 'viewport-units-buggyfill; backdrop-filter: saturate(180%) blur(5.128vw)'
}



/*顶部浮动导航*/


.nav_btn {
	position: fixed;
	padding: 7.692vw;
	width: 5.128vw;
	top: 0;
	right: 0;
	z-index: 300;
	content: 'viewport-units-buggyfill; padding: 7.692vw; width: 5.128vw'
}

.nav_btn .nav_btn_item {
	width: 5.128vw;
	height: 0.769vw;
	border-radius: 0.769vw;
	margin-bottom: 1.282vw;
	background-color: #3d4043;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	content: 'viewport-units-buggyfill; width: 5.128vw; height: 0.769vw; border-radius: 0.769vw; margin-bottom: 1.282vw'
}

.nav_btn .nav_btn_item:last-child {
	width: 3.077vw;
	margin-bottom: 0;
	content: 'viewport-units-buggyfill; width: 3.077vw'
}

.nav_btn.on .nav_btn_item {
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.nav_btn.on .nav_btn_item:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: 3.077vw;
	content: 'viewport-units-buggyfill; margin-bottom: 3.077vw'
}

.nav_btn.on .nav_btn_item:last-child {
	width: 5.128vw;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: 'viewport-units-buggyfill; width: 5.128vw'
}


/*顶部浮动导航end*/

#footer {
	width: 100%;
	position: relative;
	padding-top: 16.154vw;
	overflow: hidden;
	content: 'viewport-units-buggyfill; padding-top: 16.154vw'
}

#footer .footer_canvas {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#footer .footer_canvas canvas {
	width: 100%;
	height: 100%;
	--gradient-color-1: #ff476c;
	--gradient-color-2: #ff3c1a;
	--gradient-color-3: #feb086;
	--gradient-color-4: #ff2929;
	vertical-align: top
}

#footer .footer_svg_bg {
	position: absolute;
	left: -2.564vw;
	width: calc(100% + 5.128vw);
	top: -1px;
	z-index: 20;
	content: 'viewport-units-buggyfill; left: -2.564vw; width: calc(100% + 5.128vw)'
}

#footer .footer_con {
	position: relative;
	z-index: 30;
	margin: 0 7.692vw;
	content: 'viewport-units-buggyfill; margin: 0 7.692vw'
}

#footer .footer_con .contact_list {
	margin-bottom: 52.308vw;
	content: 'viewport-units-buggyfill; margin-bottom: 52.308vw'
}

#footer .footer_con .contact_list .contact_item_box {
	margin-bottom: 13.077vw;
	content: 'viewport-units-buggyfill; margin-bottom: 13.077vw'
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_title {
	font-size: 4.872vw;
	line-height: 7.436vw;
	color: #1c2f41;
	font-weight: 700;
	content: 'viewport-units-buggyfill; font-size: 4.872vw; line-height: 7.436vw'
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_font {
	margin-top: 2.821vw;
	font-size: 3.333vw;
	line-height: 5.128vw;
	color: #56646c;
	content: 'viewport-units-buggyfill; margin-top: 2.821vw; font-size: 3.333vw; line-height: 5.128vw'
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico {
	position: relative;
	width: 15.385vw;
	height: 15.385vw;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 3.59vw;
	text-align: center;
	line-height: 15.385vw;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	width: 12.308vw;
	height: 12.308vw;
	border: 1px solid #edf2f9;
	color: #bccadd;
	margin-top: 5.641vw;
	content: 'viewport-units-buggyfill; width: 15.385vw; height: 15.385vw; margin-right: 3.59vw; line-height: 15.385vw; width: 12.308vw; height: 12.308vw; margin-top: 5.641vw'
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico .btn_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6e63), to(#f13122));
	background-image: linear-gradient(90deg, #ff6e63, #f13122);
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico .btn_box {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 10
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico .btn_box .btn_list {
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin .3s ease;
	transition: margin .3s ease
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico .btn_box .btn_list i {
	width: 50%;
	font-size: 3.59vw;
	line-height: 15.385vw;
	text-align: center;
	content: 'viewport-units-buggyfill; font-size: 3.59vw; line-height: 15.385vw'
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico .btn_box .btn_list i:first-child {
	color: #fff
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico .btn_box .btn_list i:last-child {
	color: #7793ba
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico .btn_box.left_btn_box .btn_list {
	margin-left: 0
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico .btn_box.left_btn_box i:first-child {
	color: #7793ba
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico .btn_box.left_btn_box i:last-child,
#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico:hover {
	color: #fff
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico:hover .btn_bg {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico:hover .btn_box .btn_list {
	margin-left: 0
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico:hover .btn_box.left_btn_box .btn_list {
	margin-left: -15.385vw;
	content: 'viewport-units-buggyfill; margin-left: -15.385vw'
}

#footer .footer_con .contact_list .contact_item_box .contact_item .contact_item_ico .btn_box .btn_list i {
	font-size: 4.615vw;
	content: 'viewport-units-buggyfill; font-size: 4.615vw'
}

#footer .footer_con .contact_list .contact_item_box:last-child {
	margin-bottom: 0
}

#footer .footer_con .copyright_box {
	border-top: 1px solid hsla(0, 0%, 100%, .25);
   padding:15px 0;
	text-align:center;

	content: 'viewport-units-buggyfill; padding: 5.897vw 0'
}

#footer .footer_con .copyright_box a {
	color: #fff
}

#footer .footer_con .copyright_box .copyright {
	color: #fff;
	font-size: 12px;
	line-height: ;

	content: 'viewport-units-buggyfill; font-size: 2.821vw; margin-right: 10.256vw'
}



/* 网站分页开始 */

 .pages {
     
	margin-top: 54px
}




.pages .pageinfo { display:none;}
.pages .homepage{ display:none;}
.pages .endpage{ display:none;}

.pages a,.pages span{color: #000;padding: 4px 10px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 20px;
background: #F6F6F6;border: 1px solid #F6F6F6; border-radius: 3px;  font-size:14px;}

.pages a:hover,.pages span{display:inline-block;color: #F6F6F6; background:#000}

/* 网站分页end*/



/*底部浮动导航*/


.contact_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 15.385vw;
	width: 100%;
	background-color: hsla(0, 0%, 100%, .3);
	-webkit-backdrop-filter: saturate(180%) blur(5.128vw);
	backdrop-filter: saturate(180%) blur(5.128vw);
	z-index: 50;
	-webkit-box-shadow: 0 -2.564vw 5.128vw rgba(0, 0, 0, .1);
	box-shadow: 0 -2.564vw 5.128vw rgba(0, 0, 0, .1);
	display: none;
	content: 'viewport-units-buggyfill; height: 15.385vw; backdrop-filter: saturate(180%) blur(5.128vw); box-shadow: 0 -2.564vw 5.128vw rgba(0,0,0,.1)'
}

.contact_nav .contact_nav_list {
	margin: 0 6.41vw;
	height: 100%;
	content: 'viewport-units-buggyfill; margin: 0 6.41vw'
}

.contact_nav .contact_nav_list .contact_nav_btn {
	width: 41.026vw;
	height: 10.256vw;
	border-radius: 10.256vw;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6e63), to(#f13122));
	background-image: linear-gradient(90deg, #ff6e63, #f13122);
	font-size: 3.59vw;
	line-height: 9.231vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.513vw;
	content: 'viewport-units-buggyfill; width: 41.026vw; height: 10.256vw; border-radius: 10.256vw; font-size: 3.59vw; line-height: 9.231vw; padding: 0.513vw'
}

.contact_nav .contact_nav_list .contact_nav_btn .contact_nav_btn_con {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center
}

.contact_nav .contact_nav_list .contact_nav_btn:first-child {
	background-image: -webkit-gradient(linear, left top, right top, from(#ff6e63), to(#f13122));
	background-image: linear-gradient(90deg, #ff6e63, #f13122);
	color: #fff
}

.contact_nav .contact_nav_list .contact_nav_btn:last-child .contact_nav_btn_con {
	border-radius: 9.231vw;
	background-color: #fff;
	color: #e83628;
	content: 'viewport-units-buggyfill; border-radius: 9.231vw'
}

.contact_nav.contact_weixin_nav {
	padding-bottom: 5.128vw;
	content: 'viewport-units-buggyfill; padding-bottom: 5.128vw'
}

/*底部浮动导航 end*/


/*底部二维码*/

            .two_bottom_er_pic span{
                 
                 text-align:center;
                 display:block;
                 margin-top:10px;
               
            }
                .two_bottom_er_pic .wx{
    width: 160px;
    height: 160px;
 background: #fff;
 border:1px solid #f2f2f2;
    padding-top: 8px;
    margin: 0 auto;
    margin-top: 45px;
}



.two_bottom_er_pic img {
    width: 140px;
    height: 140px;
    padding: 7px;
    background: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*底部二维码end*/