@charset "UTF-8";
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1400 {
	width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width:768px){
	.w1400{width: auto}
}
.ico {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #009fe3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
.txtoe {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*top_main*/
.top_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
	z-index: 80;
	background-color: #f2f2f2;
	color: #333333;
	font-size: 12px;
}
.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.top_main li a {
	color: #333333;
	cursor: pointer;
}
.top_main li a:hover {
	color: #009fe3;
}
.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	vertical-align: middle;
	margin: 0;
}
/*header_main*/
.header_main {
	width: 100%;
	height: 120px;
	z-index: 100;
	background: #fff;
}
.header_main .header {
    position: relative;
}
.header_main .logo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 300px;
	max-width: 50%;
	display: block;
	transform: translate3d(0, -50%, 0);
}
.header_main .logo img {
	width: 100%;
	display: block;
}
.header_main .logo img:nth-child(2) {
    margin-top: 5.05%;
}
.header_main .tel {
	width: 300px;
	padding: 32px 0;
	line-height: 26px;
	/*margin-left: 30px;*/
}
.header_main .tel span {
	font-size: 30px;
	font-weight: bold;
	color: #1aa9e5;
	font-family: arial;
	display: inline-block;
    vertical-align: middle;
}
.header_main .tel s {
	width: 57px;
	height: 57px;
	display: inline-block;
    vertical-align: middle;
	margin-right: 10px;
	background-position: 0 0;
}
.header_main .search {
	width: 300px;
	height: 41px;
	line-height: 41px;
	margin-top: 38px;
	border: 2px solid #009fe3;
	position: relative;
	float: right;
}
.header_main .search * {
	font-family: arial;
}
.header_main .search .sbtn {
	width: 100px;
	height: 45px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: -2px;
	top: -2px;
	background: #009fe3;
	cursor: pointer;
}
.header_main .search .stxt {
	width: 200px;
	padding-left: 10px;
	height: 41px;
	line-height: 41px;
	border: 0px;
	background: none;
	outline: none;
	color: #999;
}
.nav_main {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #009fe3;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.nav_main .nav li {
	float: left;
	//width: 170px;
	width: 15.66%;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	border-left: 1px solid rgba(255, 255, 255, .2);
	text-align: center;
}
.nav_main .nav li:first-child {
	border-left: none;
	background: none;
}
.nav_main .nav li:first-child.hover {
	background-color: #1aa9e5;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li #hover2 {
	background: #1aa9e5;
}
.nav_main .nav dl {
	//width: 169px;
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 12;
	border: 1px solid #1aa9e5;
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 49px;
	height: 49px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #666;
	font-size: 16px;
	padding: 0 0.6em;
	text-align: center;
}
.nav_main .nav dl dd a:hover, .nav_main .nav dl dd a.hover {
	background: #1aa9e5;
	color: #fff;
}
.nav_main .nav dl dd .three {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
}
.nav_main .nav dl dd:hover .three {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd .three {
	position: absolute;
	left: 158px;
	top: 4px;
	padding-left: 20px;
	color: #666;
	z-index: 10;
	background: url(../images/menu_bg.png) 12px 10px no-repeat;
}
.nav_main .nav dl dd .three a {
	color: #fff;
	width: 140px;
	font-size: 14px;
	background: #1aa9e5;
	text-align: center;
	display: block;
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #009fe3;
	transition: ease-in-out .2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nav_main .nav dl dd .three a:first-child {
	border-top: none;
}
.nav_main .nav dl dd .three a:hover {
	background: #009fe3;
	color: #fff;
}

@media screen and (max-width:768px) {
	.top_main,
	.header_main,
	.nav_main { display: none; }
}



/*移动端顶部*/
header{display: none;}
.nav_item > a{width:109px}
header .top_two{width:100%;height:98px;background:#fff;box-shadow:0 0 10px rgb(0,0,0,.1);z-index:99;position:relative}
header .top_two .w1400{height:100%}
/*header .top_two .logo{float:left;margin-top:14px;width:380px}*/
header .top_two .logo{position: absolute;top:50%;left:0;width:380px;transform:translate3d(0,-50%,0)}
header .top_two .logo img{display:block;width:100%}
header .top_two .logo img:nth-child(2){margin-top: 5.5%;}
header .top_two .w1400 nav{width:60%;margin:0;padding:0;float:right}
.menu_open{display:none}
header .top_two .w1400 nav ul.nav_ul{margin:0 auto;padding:0;display:flex}
header .top_two .w1400 nav ul .nav_item{position:relative;margin:0;padding:30px 1%;-webkit-flex:1;-ms-flex:1;-moz-flex:1}
header .top_two .w1400 nav ul .nav_item:last-child{padding-right:0}
.nav_item > a{display:block;width:100%;height:100%;line-height:38px;color:#555;font-size:18px;text-align:center;-webkit-transition:all .4s;transition:all .4s;position:relative}
.nav_item:hover > a,.nav_item > a.navon{color:#fff;background:#009fe3}
.nav_item_open{width:140%;height:auto;position:absolute;left:-10%;top:100px;z-index:10;background-color:#fff;box-shadow:0 4px 8px 0 rgba(0,12,49,0.1);border-radius:0;opacity:0;visibility:hidden;-webkit-transform:translateY(34px);transform:translateY(34px);-webkit-transition:all .4s;transition:all .4s;overflow:hidden}
.ny_top .nav_item_open{background-color:#fff}
.nav_item:hover .nav_item_open{visibility:visible;opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px)}
.subopen{display:none}
.nav_item2{width:100%}
.nav_item2 a{display:block;width:100%;height:44px;overflow:hidden;line-height:44px;padding:0 10px;color:#666;font-size:15px;white-space:nowrap;text-overflow:ellipsis;text-align:center;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
.ny_top .nav_item2 a{color:#565656}
.nav_item2:hover a{background-color:#009fe3;color:#fff}
.hcover{display:none}
@media screen and (max-width:1299px){header .top_two .logo{/*margin-top:16px;*/width:340px}
.nav_item > a{font-size:16px}
header .top_two .w1400 .top_ss{float:right;width:calc(42% - 240px);margin-top:35px}
}@media screen and (max-width:1080px){header .top_two{height:80px}
header .top_two .w1400{position:relative}
/*header .top_two .logo{margin-top:7px}*/
header .top_two .w1400 nav{width:100%;height:auto;position:absolute;left:-100%;background:#fff}
header .top_two .w1400 nav ul li{width:100%}
header .top_two .w1400 nav ul .nav_item{padding:0}
header .top_two .w1400 nav ul .nav_item:last-child{padding:0}
.menu_open{display:block;float:right;width:40px;height:40px;padding:5px 0;background: #fff;border:1px solid #eaeaea;position:fixed;top:20px;right:3%;box-sizing:border-box;z-index:999999;cursor:pointer}
.menu_open i{height:2px;width:50%;background-color:#009fe3;display:block;margin:5px auto}
.menu_open:active{background-color:#009fe3;border:1px solid #009fe3}
.menu_open:active i{background-color:#fff}
.nav{width:70%;height:100%;position:fixed;top:0;left:-70%;z-index:9999999;background-color:#009fe3}
.hcover{display:block;width:30%;height:100%;background:rgba(0,0,0,.5);position:fixed;right:-30%;top:0;z-index:9999999}
.nav_ul{margin:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:auto;padding-top:10px;text-align:left;display:block !important}
.nav_item{float:none;margin:0;width:100%;height:70px;position:relative;padding:0}
.nav_item:after{content:'';display:block;width:100%;border-bottom:1px solid rgba(255,255,255,.2)}
.nav_item > a{display:block;height:70px;line-height:70px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;font-size:18px;color:#fff !important;padding:0 10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.nav_item > a:active{background-color:#0065a4}
.nav_item > a:after{display:none}
.nav_item > a:hover,.nav_item > a.navon{background:#1aa9e5}
.nav_item:hover > a em,.nav_item > a.navon em{display:none}
.nav_item i{position:absolute;z-index:2;top:0;right:0;width:100%;height:100%;display:block}
.nav_item i:after{content:'';display:block;width:8px;height:8px;margin-bottom:-4px;border:1px solid rgba(255,255,255,.5);border-top:0;border-left:0;position:absolute;bottom:50%;right:22px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav_item_open{width:70%;height:100%;margin:0;box-shadow:none;background-color:#009fe3;border-radius:0;opacity:1;visibility:visible;-webkit-transform:translateY(0px);transform:translateY(0px);position:fixed;left:-70%;top:0;border-top:none}
.subopen{display:block}
.subopen a{display:block;overflow:hidden;margin:0;padding:15px;white-space:nowrap;text-overflow:ellipsis;font-size:18px;color:rgba(255,255,255,.8);background:rgba(0,0,0,.1);text-indent:30px;position:relative}
.subopen a:before{content:'';display:block;width:8px;height:8px;position:absolute;bottom:50%;left:22px;margin-bottom:-4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border:1px solid rgba(255,255,255,.5);border-right:0;border-bottom:0}
.nav_item2{position:relative}
.nav_item2 a{width:100%;display:block;line-height:30px;height:50px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;margin:0;padding:10px;white-space:nowrap;text-overflow:ellipsis;color:#fff;font-size:16px}
.nav_item2:after{content:'';width:100%;position:absolute;bottom:0;left:0;display:block;border-bottom-width:1px;border-bottom-style:solid;border-bottom:1px solid rgba(255,255,255,.2)}
header .top_two .w1400 .top_ss{float:right;margin-right:60px;width:calc(100% - 340px);margin-top:20px}
header .top_two .w1400 .top_ss .sr{height:40px;line-height:40px}
header .top_two .w1400 .top_ss .tj{height:40px}
}
@media screen and (max-width:1024px){.menu_open{right:3%}
}
@media screen and (max-width:768px){
	header{display: block;}
	.menu_open{top:10px}
	header .top_two{height:60px}
	header .top_two .w1400 .top_ss{width:100%;margin:0 0 10px}
	header .top_two .logo{width:150px;/*margin-top:18px;*/margin-left: 3%}
}



/*底部*/
.web_links{width:100%;height:auto;min-height:64px;background:#009fe3}
.ey_links{position:relative;height:auto}
.web_links .ey_links_tit{width:130px;height:64px;color:#fff;font-size:16px;line-height:64px;float:left}
.web_links .ey_links_tit img{display:block;width:28px;height:28px;margin:18px 10px 18px 0;padding:0;float:left}
.web_links .ey_links_list{width:calc(100% - 200px);float:left;margin:0;padding:17px 0 7px;height:auto}
.web_links .ey_links_list a{display:block;float:left;line-height:30px;font-size:14px;color:rgba(255,255,255,.65);margin:0 30px 10px 0}
.web_links .ey_links_list a:hover{color:#fff}
.e_top{position:absolute;right:0;bottom:0;height:27px;}

.web_Foot{width:100%;background:#212121;padding:60px 0 0;overflow:hidden}
.web_Foot .webfoot_logo{float:left;width:12%;}
.web_Foot .webfoot_logo img{display:block;max-width:100%;margin-top:10px;}
.web_Foot .webfoot_btn{float:right;}
.web_Foot .webfoot_btn .btn{width:42px;float:left;margin-left:15px;}
.web_Foot .webfoot_btn .btn a{display: block;padding-bottom: 100%;width: 100%;background-color:#009fe3;border-radius:5px;}
.web_Foot .webfoot_btn .btn_l a{background:#0a66c2 url(../images/icofbl.png) center/100% no-repeat;}
.web_Foot .webfoot_btn .btn_y a{background:#ff0033 url(../images/icofby.png) center/100% no-repeat;}
.web_Foot .webfoot_btn .btn_f a{background:#0064E0 url(../images/icofbf.png) center/100% no-repeat;}
.web_Foot .webfoot_btn .btn_x a{background:#0698a0 url(../images/icofbx.png) center/100% no-repeat;}
.web_Foot .webfoot_btn .btn_bl a{background:#00AEEC url(../images/icofbbl.png) center/100% no-repeat;}
.web_Foot .webfoot_btn .btn a:hover{opacity:.6}
.webfootmid{margin:60px 0 50px}
.webfootmid .webfoot_menu{width:24%;float:left}
.webfoot_menu ul li{width:48.5%;margin:0 3% 35px 0;float:left}
.webfoot_menu ul li:nth-child(2n+2){margin-right:0}
.webfoot_menu ul li a{color:rgba(255,255,255,.65);font-size:16px;position:relative}
.webfoot_menu ul li a img{display:inline-block;margin:0 0 0 10px;vertical-align:middle}
.webfootmid .webfootlxfs{width:50%;overflow:hidden;margin:0 5% 0;padding:0 20px 0 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;border-right:1px solid rgba(255,255,255,.1)}
.webfootlxfs ul li{width:48.5%;overflow:hidden;padding:0 0 0 43px;position:relative;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.webfootlxfs ul li:nth-child(1){margin-bottom:35px;width:100%;}
.webfootlxfs ul li:nth-child(2){margin-right:3%}
.webfootlxfs ul li img{display:block;width:32px;height:32px;margin:-20px 0 0;padding:0;position:absolute;left:0;top:50%}
.webfootlxfs ul li span{display:block;width:100%;height:24px;overflow:hidden;line-height:24px;color:#fff;font-size:16px;white-space:nowrap;text-overflow:ellipsis;margin:0 auto 2px;padding:0}
.webfootlxfs ul li p{width:100%;height:24px;overflow:hidden;line-height:24px;color:rgba(255,255,255,.46);font-size:14px;white-space:nowrap;text-overflow:ellipsis;margin:0 auto;padding:0}
.webfootmid .webfootewm{width:152px;height:120px;margin:5px 0 0;padding:0;float:right}
.webfootewm img{display:block;width:120px;height:120px;margin:0;padding:0;float:left}
.webfootewm p{width:auto;height:120px;overflow:hidden;color:rgba(255,255,255,.46);font-size:15px;text-align:center;writing-mode:vertical-rl;letter-spacing:2px;float:right}
.web_Foot .webfoot_Copy{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;overflow:hidden;color:rgba(255,255,255,.35);font-size:14px;text-align:center;}
.web_Foot .webfoot_Copy a{color:rgba(255,255,255,.35)}
.web_Foot .webfoot_Copy a:hover{color:#fff}
@media screen and (max-width:1079px) and (min-width:1024px){.web_Foot{padding:55px 0 0}
.webfootmid{margin:50px 0 30px}
}
@media (max-width:1023px){.web_Foot{padding:45px 0 0}
.webfootmid{margin:40px 0 20px}
.webfootmid .webfoot_menu{width:22%}
.webfoot_menu ul li a{font-size:15px}
.webfootmid .webfootlxfs{margin:0 3%}
.webfootlxfs ul li span{font-size:15px}
.web_Foot .webfoot_Copy{text-align:center;padding:15px 0}
.web_Foot .webfoot_Copy .copy_l,.web_Foot .webfoot_Copy .copy_r{float:none}
}
@media (max-width:767px){.web_links{height:55px;display:none;}
.ey_links{height:55px}
.web_links .ey_links_tit{height:55px;font-size:15px;line-height:55px;width:110px}
.web_links .ey_links_tit img{height:24px}
.web_links .ey_links_list{width:calc(100% - 120px);margin-top:18px}
.web_Foot{padding:10% 0 0}
.web_Foot .webfoot_logo{width:100%;float:none;text-align:center}
.web_Foot .webfoot_logo img{margin: 0 auto;max-width:50%}
.web_Foot .webfoot_btn{float: none;margin: 8% auto 0;font-size: 0;text-align: center;}
.web_Foot .webfoot_btn .btn{float: none;display: inline-block;vertical-align: top;}
.web_Foot .webfoot_btn .btn:first-child{margin-left: 0}
.webfootmid{text-align:center;margin:8% 0}
.webfootmid .webfoot_menu{display:none}
.webfootmid .webfootlxfs{display:none}
.webfootmid .webfootewm{display:inline-block;float:inherit}
.web_Foot .webfoot_Copy{text-align:center;padding:1em;font-size: 12px}
.web_Foot .webfoot_Copy .copy_l,.web_Foot .webfoot_Copy .copy_r{float:none}
}

.f_pf1{position:fixed;top:28%;right:2px;z-index:999}
.f_pf1 a.qqa{display:block;width:44px;height:44px;overflow:hidden;background:#000;margin-bottom:2px}
.f_pf1 a.qqa:after{content:'';display:block;width:24px;height:24px;background:url(../images/slidebar_icon.png) top center no-repeat;overflow:hidden;margin:9px 10px}
.f_pf1 .tela>a{display:block;width:44px;height:44px;overflow:hidden;background:#000;margin-bottom:2px}
.f_pf1 .tela>a:after{content:'';display:block;width:24px;height:24px;background:url(../images/slidebar_icon.png) center -27px no-repeat;overflow:hidden;margin:9px 10px}
.f_pf1 .tela .wz{position:absolute;top:0;left:-212px;z-index:999;display:none;box-shadow:0 0 10px rgba(0,0,0,.2)}
.f_pf1 .tela:hover .wz{display:block}
.f_pf1 .tela p{background:#fff;width:200px;height:40px;overflow:hidden;font-size:18px;font-weight:700;color:#009fe3;line-height:40px;text-align:center}
.f_pf1 .tela p em{width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:50%;right:-6px}
.f_pf1 .wxa{position:relative}
.f_pf1 .wxa>span{display:block;width:44px;height:44px;overflow:hidden;background:#000;margin-bottom:2px}
.f_pf1 .wxa>span:after{content:'';display:block;width:24px;height:24px;background:url(../images/slidebar_icon.png) center -52px no-repeat;overflow:hidden;margin:9px 10px}
.f_pf1 .wxa .code{position:absolute;top:-44px;left:-132px;z-index:999;display:none;box-shadow:0 0 10px rgba(0,0,0,.2)}
.f_pf1 .wxa:hover .code{display:block}
.f_pf1 .wxa .code p{background:#fff;width:120px;height:120px;overflow:hidden}
.f_pf1 .wxa .code p img{max-width:100%;max-height:100%}
.f_pf1 .wxa .code p em{width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:50%;right:-6px}
.f_pf1 a.totop{display:block;width:44px;height:44px;overflow:hidden;background:#009fe3;margin-bottom:2px;cursor:pointer}
.f_pf1 a.totop:after{content:'';display:block;width:24px;height:24px;background:url(../images/slidebar_icon.png) center -76px no-repeat;overflow:hidden;margin:9px 10px}
.f_pf1 .pflxwm,.f_pf1 .pfpro{display:none}
@media (max-width:767px){.f_pf1{width:100%;bottom:0;left:0;right:auto;top:0;position: relative;}
.f_pf1 .tela>a{width:25%;position:relative;float:left;margin-bottom:0;background-color:rgba(0,0,0,.7)}
.f_pf1 .tela>a:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0}
.f_pf1 .tela>a:before{content:'';display:block;width:1px;height:20px;background:#fff;right:0;top:50%;transform:translateY(-50%);position:absolute}
.f_pf1 .tela .wz,.f_pf1 .wxa,.f_pf1 a.qqa{display:none}
.f_pf1 a.totop{width:25%;float:left;margin-bottom:0;position:relative;display:block!important}
.f_pf1 a.totop:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0}
.f_pf1 .pflxwm,.f_pf1 .pfpro{display:block}
.f_pf1 .pfpro{display:block;width:25%;float:left;height:44px;background:rgba(0,0,0,.7);margin:0;position:relative}
.f_pf1 .pfpro:before{content:'';display:block;width:1px;height:20px;background:#fff;right:0;top:50%;transform:translateY(-50%);position:absolute}
.f_pf1 .pfpro:after{content:'';display:block;width:24px;height:24px;background:url(../images/slidebar_icon.png) center -100px no-repeat;overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.f_pf1 .pflxwm{display:block;width:25%;float:left;height:44px;background:rgba(0,0,0,.7);margin:0;position:relative}
.f_pf1 .pflxwm:before{content:'';display:block;width:1px;height:20px;background:#fff;right:0;top:50%;transform:translateY(-50%);position:absolute}
.f_pf1 .pflxwm:after{content:'';display:block;width:24px;height:24px;background:url(../images/slidebar_icon.png) center -124px no-repeat;overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
}