body {
	font-size: 25%;
}

/*列表*/
.xuhao{
	width: 50%;
	height: auto;

}
.xulie{
	text-align: center;

}
.title{
font-size:13em;
	color: #0096FF;
}
.paragraph{
	font-size:9em;
 color: #A5A5A5;
}
.listparagraph{
	font-size:7em;
}
.panel:hover{
	background:#0096FF;
}
.panel:hover ul>li{
	background:#0096FF;
	color: white;
}
.panel:hover .one{
	content: url(/web/20211230094017im_/http://easyfof.cn/wui/client/common/image/u83.1.1.png);
}.panel:hover .title{
	color: white;
 }.panel:hover .paragraph{
	  color: white;
  }
.panel:hover .to{
	content: url(/web/20211230094017im_/http://easyfof.cn/wui/client/common/image/u83.1.2.png);
}
.panel:hover .th{
	content: url(/web/20211230094017im_/http://easyfof.cn/wui/client/common/image/u83.1.3.png);
}.panel:hover .fou{
	content: url(/web/20211230094017im_/http://easyfof.cn/wui/client/common/image/u83.1.4.png);
}.panel:hover .fiv{
	 content: url(/web/20211230094017im_/http://easyfof.cn/wui/client/common/image/u83.1.5.png);
 }
/*列表*/

h2 {
	font-size: 30px;
	color: #303030;
}

img {
	max-width: 100%;
}


/*手机端导航*/

.sp_header {
	height: 70px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 10;
	width: 100%;
}

.sp_logo {
	padding: 20px;
	float: left;
	height: 50px
}

.sp_logo img {
	margin: auto;
	max-height: 30px;
}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 20px
}

.sp_nav span {
	display: block;
	background: #c9141e;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9;
	background: #333333;
	width: 100%;
	height: calc(100% - 0px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 70px
}

.sjj_nav>ul>li:first-child {
	overflow: hidden;
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #dddddd4d solid;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	line-height: 55px;
	font-size: 16px
}

.sjj_nav>ul >li:last-child {
	border-bottom: 1px #dddddd4d solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #acacac;
	width: 80%;
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}

.heard_m {
	display: none;
}

.gray {
	background-color: #f7f7f7;
}

.content_title p {
	font-size: 24px;
	color: #303030;
}

.content_con p,.news_lists a {
	font-size: 16px;
	color: #747474;
}

.content_more a {
	font-size: 16px;
	color: #9a0000;
}

.heard,.banner {
	max-width: 1200px;
	/*padding-left: 10vw;*/
	margin: 0 auto;
}

.heard {
	position: sticky;
	z-index: 999999;
	background-color: #fff;
}

.banner {

	max-width: 100%;
	padding-top: 1px;
}

.log {
	padding-top: 20px;
}

.menu {
	text-align: left;
}

.menu-item {
	display: inline-block;
}

.menu-item:hover {
	color: #9a0000;
}

.menu_this {
	padding-bottom: 6px;
	color: #9a0000;
	border-bottom: 2px solid #9a0000;
}

.sp-menu li a {
	font-size: 18px;
	padding: 20px;
	color: #777777;
}

.banner_title h1 {
	font-size: 2.1vw;
	color: white;
	padding-top: 12vw;
}

.banner_con p {
	font-size: 1.1vw;
	color: #e2e2e2;
	line-height: 3vw;
	margin-top: 3vw;
}

.banner_btn {
	color: #fff;
}

.banner_bum_btn {
	width: 10vw;
	border: 1px solid white;
}

.content {
	text-align: center;
}

.module_content {
	margin-bottom: 15px;
	min-height: 100px;
}

.case {
	clear: both;
	max-width: 100%;
}

.case_con {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.news {
	text-align: left;
	padding-left: 5%;
}

.news_more {
	margin-top: 26px;
}

.product {
	max-width: 1200px;
	margin: 0 auto;
}

.product_con {
	margin-bottom: 60px;
}

.product_title h2 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pro_con_title {
	margin-top: 30px;
	margin-bottom: 12px;
}

.mobile_con {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.mobile_con h2 {
	margin-bottom: 60px;
}

.mobile_num {
	background-color: #9a0000;
	margin-right: 15px;
	border-radius: 0px;
	height: 23px;
	line-height: 23px;
	padding: 0 8px;
	font-size: 16px;
}

.mobile_right {
	margin-bottom: 40px;
	text-align: left;
}

.customer {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.customer h2 {
	padding-bottom: 60px;
}

.customer_img {
	/*border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;*/
	padding: 30px 0px;
}

.customer_img:hover {
	box-shadow: 0px 0px 8px #999;
}

.customer_more {
	padding-top: 60px;
}

.footer_con {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 33px;
}
/*.footer_menu{
	padding-bottom: 50px;
}*/
.footer_right {
	text-align: center;
	color: white;
}

.right_mobile {
	font-size: 15px;
	padding-bottom: 18px;
}

.right_con {
	padding-top: 17px;
	font-size: 20px;
}

.footer_menu_title {
	font-size: 20px;
	color: white;
	padding-bottom: 20px;
}

.footer_menu_lists li {
	padding-top: 12px;
	min-width: 200px;
	display: inline-block;
}

.footer_menu_lists li>a {
	font-size: 14px;
	color: #b2b2b2;
}

.footer_xian {
	clear: both;
	/*padding-bottom: 20px;*/
}

.footer_address {
	text-align: center;
	padding-bottom: 8px;
}

.footer_address p {
	font-size: 12px;
	color: #999999;
	line-height: 30px;
}

.pe {
	color: #cf0000;
}

.news_lists ul>li>a:hover {
	color: #9a0000;
}

.footer_right_list>.footer_menu_lists>ul>li>a:hover {
	color: #ffffff;
}

.change_title>.content_title p {
	color: #9a0000;
}

.change_title a .content_title p {
	color: #9a0000;
}
/*.heard_left{
	padding-left: 15%;
}*/
.log {
	text-align: left;
}

.footer_xian hr {
	background-color: #999999!important;
}

#main-canvas {
	margin-bottom: 20px;
}

.footer_left {
	padding-bottom: 10px;
}

.pc_no {
	display: none;
}

.mobile_footer {
	display: none;
}

.footer_menu_lists ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1199px) {
	.heard {
		display: none;
	}

	.menu-item {
		display: block;
	}

	.heard_m {
		display: block;
	}

	.module_content {
		min-height: 125px;
	}

	.footer_con {
		max-width: 95%;
	}

	.footer_right_list {
		padding-top: 20px;
	}

	.footer_menu_lists li {
		min-width: 175px;
	}

	.menu_this {
		color: white;
		border-bottom: none;
	}

	.menu-item:hover {
		color: white;
	}

	.title_bar {
		padding: 100px 20px 40px;
	}
}

@media screen and (min-width: 768px) {

	.footer_left {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.heard {
		display: none;
	}

	.menu-item {
		display: block;
	}

	.heard_m {
		display: block;
	}

	.mobile_m {
		margin: 20px 5% 0;
	}

	.banner {
		padding-bottom: 60vw;
	}

	.mobile_con {
		max-width: 80%;
		margin: 0 auto;
	}

	.footer_con {
		max-width: 80%;
	}

	.footer_right_list {
		padding-top: 20px;
	}

	.custom {
		padding-top: 40px;
	}

	.title_bar {
		padding: 60px 20px 40px;
	}
}

@media screen and (max-width: 767px) {
	.log {
		padding-top: 0;
	}

	.news {
		margin-top: 20px;
		padding-left: 0;
	}

	.product_title h2 {
		padding-bottom: 40px;
	}

	.product_m {
		padding: 10%;
	}

	.mobile_m {
		margin-top: 30px;
		padding: 0 5%;
	}

	.footer_m {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.footer_menu {
		padding-bottom: 20px;
	}

	.customer_m {
		padding-left: 10px;
		padding-right: 10px;
	}

	.sp-menu li a {
		padding: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 5px;
	}

	.customer_img img {
		max-width: 80%;
		max-height: 53px;
	}
	/*.banner_title h1{*/
	/*font-size: 25vw;*/
	/*padding-top: 150vw;*/
	/*}*/

	.module_img p span {
		font-size: 20px;
	}

	.banner {
		padding-bottom: 50vw;
	}

	.banner_bum_btn {
		width: 25vw;
	}

	.case_con {
		width: 80%;
		margin: 0 auto;
	}

	.module_con {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
		width: 80%;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.module h2 {
		padding-top: 50px;
		padding-bottom: 45px;
	}

	.mobile_con {
		max-width: 80%;
		margin: 0 auto;
	}

	.menu_this {
		border-bottom: 0px solid;
	}

	.module_more,.news_more {
		text-align: right;
	}

	.content_title p {
		font-size: 22px;
	}

	.mobile_no {
		display: none;
	}

	.pc_no {
		display: block;
	}

	.mobile_footer {
		display: block;
	}

	.layui-colla-title {
		background-color: unset;
		color: white;
		padding: 0;
		height: unset;
		line-height: unset;
	}

	.layui-collapse {
		border-width: unset;
		border-style: unset;
		border-radius: unset;
		margin-top: 30px;
	}

	.layui-colla-icon {
		right: 5px;
		left: unset;
	}

	.layui-colla-content li a {
		color: #999999;
		font-size: 12px;
		line-height: 30px;
	}

	.layui-colla-content {
		border-top-width: unset;
		border-top-style: unset;
	}

	.layui-colla-item {
		border-color: #999999;
		border-top-width: unset;
		border-top-style: unset;
	}

	.layui-timeline-item:before, hr {
		background-color: #999999;
	}

	.layui-colla-content li a:hover {
		color: white;
	}
}

.footer_menu_lists ul li {
	width: 49%;
	min-height: 32px;
	white-space: unset;
	padding-top: 0px;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 25px;
		padding-bottom: 15px;
	}
}

.nav>li>a {
	position: relative;
	display: block;
}

a {
	text-decoration-line: none;
}   /* 去掉默认a标签的下划线 */
.level>li>ul>li {
	float: left;
	width: 150px;
	color: #0297FF;
	font-size: 16px
}

.two {
	display: none;
}  /* 先使二级菜单的内容隐藏 */
.two {
	width: 20px
}

.level>li:hover .two {
	display: block;
}   /* 鼠标滑过一级菜单后的显示二级菜单 */
.vf-head-nav {
	float: right;
}

.vf-head-nav li {
	height: 70px;
	/*line-height: 70px;*/
	margin-right: 60px;
}

.vf-head-nav li:hover {
	border-bottom: 2px solid #0297FF;
}

.vf-head-nav li a {
	font-size: 16px;
	color: #fff;
}

.vf-head-nav .current {
	border-bottom: 2px solid #fff;
	color: #f0f0f0;
}

.vf-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 71px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	z-index: 90;
	background-color: rgba(255,255,255,0);
	display: block;
	font: 12px/1.16 "MicroSoft YaHei",sans-serif;
	color: #545b65;
}

.vf-head-logo {
	background-color: transparent;
}

.vf-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 71px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	z-index: 90;
	background-color: rgba(255,255,255,0);
}

.vf-head-logo {
	float: left;
	padding-left: 26px;
	padding-top: 16px;
}

.vf-head-logo img {
	width: 134px;
	height: 44px;
}

.two li {
	text-align: center;
	padding-top: 20px;
	position: relative;
	right: 17px;
	padding-top: 25px;
	background: #2a2a36;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}

/*
     FILE ARCHIVED ON 09:40:17 Dec 30, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:51:00 Nov 11, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 210.754
  exclusion.robots: 0.207
  exclusion.robots.policy: 0.185
  cdx.remote: 0.146
  esindex: 0.019
  LoadShardBlock: 181.736 (3)
  PetaboxLoader3.datanode: 142.912 (4)
  PetaboxLoader3.resolve: 182.041 (2)
  load_resource: 172.814
*/