
 html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif;}
a{outline:none; text-decoration:none;} 
a:hover{ text-decoration:underline;}
a:active { star:expression(this.onFocus=this.blur()); }
a:focus { outline:0; }
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{ font-size:14px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}



/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;display: inline;} .right{ float: right;display: inline;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}


/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;
	
	/* 底部 */
	 top:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}


/*png图片ie6下透明滤镜实现写法*/
.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important; text-indent:0;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.ff8600,ff86aa a{ color:#ff8600;}

/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}
/*自定义字体*/
/* @font-face {  font-family: danley;  src: url('../font/danley.ttf');  }  .danley {  font-family: danley; } */

/*@font-face { 
font-family: Hiragino; 
src: url('../font/Hiragino.otf'); 
} */
/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
/* css */
body,html{color:#2f2f2f; font-size:14px; font-family:"微软雅黑"}
body{ min-width:1200px; line-height:1.5; overflow-x:hidden;}
a{ color:#2f2f2f; text-decoration:none; font-size:14px}
a:hover{ color:#d93c05; text-decoration:none; }
.weap{ width:1200px; margin:0 auto;}
input{font-family:"微软雅黑"}
.mb60{ margin-bottom:60px !important}
/*头部*/
.topbar{  height:30px; line-height:30px; border-bottom:1px solid #e6e6e6; background-color:#f1f1f1; color:#8a8989; font-size:13px} 
.topbar .loginbox a{font-size:13px;color:#8a8989; margin:0 10px;}
.topbar .loginbox a:hover{ color:#d93c05}
 

.headerbox{ height:160px;  background:#fff;} 
.headerbox .logo{ padding-top:35px;}
.reachbox{  padding:2px; height:40px; background-color:#d93c05; float:left; width:428px; margin-left:110px; margin-top:50px;}
.reachbox .inbtn{ height:40px; width:70px; color:#ffffff; font-size:16px; line-height:40px; background-color:#d93c05; vertical-align:middle; border:none; cursor:pointer;}
.reachbox .intxt{ width:290px; height:40px; line-height:40px; background:#fff; border:none; padding:0 10px; color:#999}
.headerbox .lang{ padding-top:60px;}
.headerbox .lang span{ padding:0 20px;}
.headerbox .lang a{ font-size:16px;}

.menubox{ height:68px; background-color:#044cb4; border-bottom:2px solid #d93c05}
.menubox .nli{ float:left; width:14.2%; height:68px; line-height:68px; text-align:center; position:relative; z-index:97}
.menubox .nli.on{ background-color:#d93c05;}
.menubox .nli h3 a{ display:block; float:left; width:100%; font-size:18px; color:#fff; font-family:"微软雅黑"}
.menubox .sub{ position:absolute; z-index:3;top:68px; left:0; right:0; background-color:#fff; display:none;border:2px solid #d93c05; overflow:hidden}
.menubox .sub a{ display:block; height:60px; line-height:60px; text-align:left; text-align:center; font-size:18px; border-bottom:2px solid #c0c0c0; margin-bottom:-2px; color:#434343}
.menubox .sub a:hover{ color:#d93c05}
.menubox .sub.percent{ width:660px; left:50%; margin-left:-330px;}
.menubox .sub.percent li{ width:20%; text-align:center; float:left}
.menubox .sub.percent li.w2{ width:40%}
.menubox .sub.percent a{ border-right:2px solid #c0c0c0; margin-right:-2px;}

/*底部*/
.footer{ background-color:#1e1e1e;} 
.footer .box{ padding-top:45px; height:350px; color:#626262; font-family:"微软雅黑";}
.footer a{ color:#626262;}
.footer .box dl{ width:360px;  }
.footer .box dl dt{ border-bottom:1px solid #363636; height:40px; line-height:39px; margin-bottom:25px;}
.footer .box dl dt h3{ color:#fff; font-size:15px; float:left; border-bottom:3px solid #838383}
.footer .dl1{ margin-right:100px;}
.footer .dl1 dd{ padding-left:50px; height:37px; line-height:37px; margin-bottom:28px;}
.footer .dl1 .ico-02{ background:url(../img/ico-02.png) no-repeat center left}
.footer .dl1 .ico-03{ background:url(../img/ico-03.png) no-repeat center left}
.footer .dl1 .ico-04{ background:url(../img/ico-04.png) no-repeat center left}
.footer .box .dl2{ width:305px;}
.footer .dl2 dd{ margin-bottom:10px}
.footer .dl2 .dd1 a{ margin-right:10px}
.footer .dl2 .dd2 .left{ margin-right:30px}
.footer .dl2 .dd2 .left p{ margin-bottom:10px}
.footer .dl3 a{ margin-right:20px; margin-bottom:10px; display:inline-block}
.footer .dl3 a:hover{ text-decoration:underline}
.banquan{ background-color:#161616; padding:25px 0; color:#4b4b4b}
.banquan a{color:#4b4b4b; margin:0 10px;}
.banquan a:hover{ text-decoration:underline}
.banquan span{ margin:0 20px;}
/*页码*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:14px}
.pagess ul li { display:inline-block; margin: 0 5px;line-height: 40px;background: #1c1c1c;color:#fff}
.pagess ul li a{display:inline-block;}
.pagess ul li.active{background:#d93c05;}
.pagess ul li:hover{ background:#d93c05; }
.pagess ul li.thisclass {display: inline-block; padding: 0 13px;margin: 0 5px;background: #d93c05;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#fff;padding:0 13px;}
.pagess ul li span{ display:block;color:#fff;padding:0 13px;}
.pagess ul li a:hover { background-color:#d93c05}
/*banner*/
.banner{ height:500px; position:relative; z-index:96; overflow:hidden; margin-bottom:35px;}
.banner .bd,.banner .bd ul,.banner .bd li,.banner .bd a{ display:block; height:500px;}
.banner .bd li{ background-position:center top; background-repeat:no-repeat}
.banner .hd{ position:absolute; left:0; right:0; bottom:12px; z-index:4}
.banner .hd ul{ text-align:center;}
.banner .hd li{ display:inline-block;*display:inline;*zoom:1; width:50px; height:5px; background:#b9b9b9;  margin:0 10px; cursor:pointer;}
.banner .hd li.on{ background-color:#d93c05;}


.f1{ padding:30px 0;}
.plo{ text-align:center; margin-bottom:70px;}
.plo .en{ font-size:16px; color:#696969}
.plo h3{ font-size:30px;}
.plo h3 i{ display:inline-block; height:2px; width:180px; background-color:#d9d9d9; margin:0 20px; vertical-align:middle;}

.leftside{ width:260px; background-color:#044cb4; height:1174px; overflow-y:auto}
.leftside .hd{ line-height:100px; height:100px; border-bottom:2px solid #fff; font-size:28px; color:#fff; background-color:#d93c05; padding:0 20px; text-align:center}
.leftside .bd h3{ font-size:20px; height:58px; line-height:58px; color:#fff; border-bottom:1px solid #125bc4; }
.leftside .bd h3 a{font-size:20px;padding-left:79px;background:url(../img/ico-01.png) no-repeat 19px 5px; cursor:pointer;  color:#fff; display:block;}
.leftside .bd h3 a:hover{ color:#ffff66}
.leftside .bd h3.on a{background:url(../img/ico-01.png) no-repeat 19px -55px;}
.leftside .bd h3.on{ border-bottom:none}
.leftside .bd .sub{ padding:10px 20px; padding-right:0; border-bottom:1px solid #125bc4; display:none}
.leftside .bd .sub a{ color:#fff; margin-right:20px}
.leftside .bd .sub a:hover{ text-decoration:underline}

.cp01{ width:900px; overflow:hidden}
.cp01 ul{ width:940px;}
.cp01 li{ width:280px; float:left; margin-right:30px; margin-bottom:40px;}
.cp01 li .img{ width:278px; height:278px; overflow:hidden;text-align: center;
	 align-items: center;
  /*
    display: flex;
    justify-content: center;*/
  margin-bottom:3px;
	  vertical-align: middle;background:#fff;
	  vertical-align: middle;border:1px solid #ededed;}
.cp01 li .img img{  width:100%;height:100%;margin:0 auto; display:block;}
.cp01 li h3{  height:40px; line-height:40px; background-color:#ededed; font-size:13px; padding-left:10px; border-bottom:1px solid #fff}
.cp01 li h4{  height:40px; line-height:40px; background-color:#ededed; font-size:13px; padding-left:10px;}

.f2{padding:30px 0; margin-bottom:40px}
.box01{ height:390px; padding:0px; background-color:#044cb4; color:#fff}
.box01 .img{ width:505px; position:relative;height:390px}
.box01 .img .hd{ position:absolute; z-index:2; left:0; right:0; bottom:12px; text-align:center}
.box01 .img .hd li{ width:16px; height:5px; display:inline-block; vertical-align:middle; margin:0 7px; background-color:#d9d9d9; }
.box01 .img .hd li.on{ background-color:#d93c05; cursor:pointer}
.box01 .txt{ width:655px;padding-right:15px; font-size:16px; padding-top:40px; line-height:26px}
.box01 .txt .more{ text-align:center; margin-top:40px;}
.box01 .txt .more a{ display:block; width:190px; height:50px; line-height:50px; text-align:center; border:1px solid #fff; font-size:16px; color:#fff; margin:0 auto}
.box01 .txt .more a:hover{ background-color:#fff; color:#044cb4}

.f3{padding:30px 0;margin-bottom:40px}
.list02 .hd{ text-align:center; margin-bottom:40px}
.list02 .hd ul{ width:380px; height:50px; line-height:50px; border:1px solid #d9d9d9; overflow:hidden; margin:0 auto}
.list02 .hd ul li{ width:50%; float:left; font-size:16px; cursor:pointer; }
.list02 .hd ul li.on{ background-color:#d93c05; color:#fff}
.list02 .bd { overflow:hidden; height:465px}
.list02 .bd ul{ width:1400px}
.list02 .bd li{ width:435px; float:left; padding:25px 0; position:relative; padding-left:110px; border-bottom:1px solid #e1e1e1;margin-right:110px;}
.list02 .bd .date{ font-size:16px; text-align:center; position:absolute; z-index:2; text-align:center; width:110px; left:0;top:50%; margin-top:-38px;}
.list02 .bd .date .day{ font-size:35px}
.list02 .bd h3{ margin-bottom:5px}
.list02 .bd h3 a{ font-size:18px;}
.list02 .bd .ms{ color:#999; line-height:24px; height:72px;}

.f4{padding:30px 0;margin-bottom:40px}
.list03{ padding-top:25px; height:295px; background-color:#656464}
.list03 .bd{ width:1136px; margin:0 auto}
.list03 .bd li{ float:left; width:260px; text-align:center; padding:0 12px;}
.list03 .bd li .img{ width:260px; height:230px; overflow:hidden; margin-bottom:20px;}
.list03 .bd li .img img{ width:100%}
.list03 .bd li h3,.list03 .bd li h3 a{ font-size:16px; color:#fff}

.lanmusidle{ width:260px;}
.lanmusidle .hd{ line-height:100px; height:100px; border-bottom:2px solid #fff; font-size:28px; color:#fff; background-color:#d93c05; padding:0 20px; text-align:center}
.lanmusidle .bd h3{ font-size:20px; height:58px; line-height:58px; color:#fff; border-bottom:1px solid #125bc4; }
.lanmusidle .bd{background-color:#044cb4; padding-bottom:80px}
.sidlenav{ margin-bottom:50px;}
.sidlenav li{height:58px; line-height:58px; color:#fff; border-bottom:1px solid #125bc4;}
.sidlenav a{font-size:20px;padding-left:79px;background:url(../img/ico-01.png) no-repeat 19px 5px; cursor:pointer;  color:#fff; display:block;}
.sidlenav a:hover,.sidlenav li.on a{ color:#ffff66}
.connter{ margin-bottom:50px}
.connter .bd ul{ padding:25px 15px; border-top:1px solid #125bc4}
.connter .bd li{ font-size:16px; line-height:24px; margin-bottom:25px; color:#fff;}

.lamu{ margin-bottom:80px}

.lanmuconn{ width:100%;}
.tisbox{ margin-bottom:70px}
.tis01{ padding-top:80px; padding-bottom:80px; background-color:#044bb3; color:#fff; text-align:center; font-size:25px; margin-bottom:80px;}
.tis01 .ico{ height:94px; background:url(../img/ico-tis.png) no-repeat center; margin-bottom:70px;}
.tis01 h3{ margin-bottom:70px; font-size:40px}
.tis02{ font-size:29px; color:#d93c05; padding:0 35px}
.tis02 a{font-size:29px; color:#d93c05; display:inline-block;border-bottom:1px solid #d93c05}
.list04{ background-color:#e9eaea; font-size:25px; line-height:65px; padding:20px 40px}

.path{ height:70px; line-height:69px; border-bottom:2px solid #b9b9b9; font-size:18px; margin-bottom:60px;}
.path h3{ color:#044cb4; font-size:24px; border-bottom:3px solid #044cb4}
.path h3 a{ color:#044cb4; font-size:24px;}
.path a{ font-size:18px}

.cplist{ margin-bottom:80px; overflow:hidden}
.cplist ul{ width:100%;}
.cplist li{ width:190px; float:left; margin-right:10px; margin-bottom:40px;}
.cplist li .img{ width:188px; height:188px; overflow:hidden;text-align: center;
	 align-items: center;
  
    display: flex;
    justify-content: center;
  margin-bottom:3px;
	  vertical-align: middle;background:#fff;
	  vertical-align: middle;border:1px solid #ededed;}
.cplist li .img img{height:100%;margin:0 auto; display:block;}
.cplist li h3{  height:40px; line-height:40px; background-color:#ededed; font-size:13px; padding-left:5px; border-bottom:1px solid #fff}
.cplist li h4{  height:40px; line-height:40px; background-color:#ededed; font-size:13px; padding-left:5px;text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-decoration: none;
    overflow: hidden;}

/*图片小图预览列表*/
.spec-preview{ height:500px; width:500px; margin:0 auto;border:1px solid #DFDFDF; margin-bottom:50px;}
.spec-scroll{clear:both;  border:2px solid #b9b9b9; padding:35px 0; position:relative; margin-bottom:65px;}
.spec-preview .jqzoom{overflow:hidden;text-align: center;
	  display: table-cell;
	  vertical-align: middle; height:500px; width:500px;}
.spec-preview .jqzoom img{max-width:100%;max-height:100%;margin:0 auto; display:block;}
.spec-scroll .prev{ left:35px;}
.spec-scroll .next{ right:35px;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;  cursor:pointer;text-decoration:none; font-size:90px; font-weight:bold; color:#626060; width:46px; height:136px; line-height:136px; position:absolute; z-index:2;top:50%; margin-top:-68px;}
.spec-scroll .items{ position:relative;width:510px;height:120px;overflow:hidden; margin:0 auto}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:114px;height:114px;border:1px solid #CCC;padding:2px;margin:0 3px;}
.spec-scroll .items ul li div{width:114px;height:114px;overflow:hidden;text-align: center;
	  display: table-cell;
	  vertical-align: middle;}
.spec-scroll .items ul li img{max-width:100%;max-height:100%;margin:0 auto; display:block;}
.spec-scroll .items ul li:hover,.spec-scroll .items ul li.on{border:2px solid #d93c05;padding:1px;}

.cptable table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
	border-top:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}
.cptable th, .cptable td {
    padding: 30px;
    line-height: 20px;
    word-break: break-all;
	 font-size:18px;
	 border-left: 1px solid #f1f1f1;
	 border-bottom: 1px solid #f1f1f1;
}
.zan{ text-align:center; font-size:22px; margin-top:190px}
.zan .ico{ height:87px; height:87px; margin:0 auto; margin:0 auto; background:url(../img/ico-zan.png) no-repeat center; margin-bottom:70px;}
.zan p{ font-size:22px;}
.zan a{ cursor:pointer;}

.newslist{ margin-bottom:110px}
.newslist li{ padding:18px 0; border-bottom:1px solid #eeeeee}
.newslist .info{ overflow:hidden; font-size:16px; color:#999}
.newslist h3{ margin-bottom:10px}
.newslist h3 a{ font-size:24px}
.newslist .times{ background:url(../img/ico-06.png) no-repeat left center; padding-left:30px;}
.newslist .num{ background:url(../img/ico-05.png) no-repeat left center; padding-left:35px;}

.newspages .title{ text-align:center; font-size:26px; margin-bottom:30px}
.newspages .infos{ text-align:center; color:#999; font-size:14px; border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:60px;}
.newspages .infos span{ margin:0 20px;}

.newsconn{ font-size:18px; line-height:30px; min-height:640px}
.newsconn a{ font-size:18px}
.pf{ font-size:18px; margin-top:80px;}
.pf li{ line-height:70px;}
.pf a{ font-size:18px;}

.sclist{ margin-bottom:80px; overflow:hidden}
.sclist ul{ width:940px;}
.sclist li{ width:280px; float:left; margin-right:30px; margin-bottom:40px;position:relative}
.sclist li .dete{ display:block; position:absolute; z-index:2; width:40px; height:40px; background:url(../img/ico-dete.gif) no-repeat center;top:0; right:0; cursor:pointer;}
.sclist li .img{ width:280x; height:280px; overflow:hidden; }
.sclist li .img img{ width:100%; display:block;}
.sclist li h3{  height:60px; line-height:60px; background-color:#ededed; font-size:16px; padding-left:10px; border-bottom:1px solid #fff}
.sclist li h4{  height:60px; line-height:60px; background-color:#ededed; font-size:16px; padding-left:10px;}
.sclist .hd{ font-size:50px; text-align:center; margin-bottom:70px}

.member{ margin-bottom:80px; text-align:center;}
.member .tx{ margin-bottom:40px}
.member .tx img{ width:170px; height:170px; border-radius:50%; border:2px solid #5d5c5c}
.member .yhxx{ font-size:33px}
.member .yhxx span{ padding:0 20px}

.logins{ width:700px; margin:0 auto}
.logins .hd{ text-align:center; font-size:29px; margin-bottom:60px;}
.logins li{ margin-bottom:30px}
.logins li .intx{ padding:0 20px; border:1px solid #f1f1f1; position:relative}
.logins li .intx.ico-07{ background:url(../img/ico-07.png) no-repeat 10px center; padding-left:80px;}
.logins li .intx.ico-07 .cd-label{ left:60px;}
.logins li .intx.ico-08{ background:url(../img/ico-08.png) no-repeat 10px center; padding-left:80px;}
.logins li .intx.ico-08 .cd-label{ left:60px;}
.logins li .intx input{ width:100%; height:70px; line-height:70px; border:none; font-size:18px; font-family:"微软雅黑"; color:#666; position:relative; z-index:2; background:none; display:block}
.logins li .intx .cd-label{ font-size:18px; font-family:"微软雅黑"; color:#999; position:absolute; line-height:70px; padding:0 20px;top:0; left:0; z-index:1; display:block}
.logins li .intx .cd-label.float{ display:none}
.logins li.yzm{ position:relative}
.logins li.yzm .intx{ padding-right:170px;}
.logins li.yzm span{ display:block; position:absolute; z-index:2; right:10px;top:10px; bottom:0; cursor:pointer}
.logins li.yzm img{ height:50px;}
.logins li.ts{ font-size:18px; color:#999; margin-top:70px;}
.logins li.ts a{font-size:18px; color:#999}
.logins li.ts a:hover{ text-decoration:underline}
.logins li.ts input{ margin-right:10px}
.logins .btn{ width:100%; height:65px; color:#fff; font-size:25px; background-color:#044cb4; border-radius:10px; cursor:pointer; border:none}
.logins .btn:hover{ background-color:#0256ce}
.logins .inbtn{ margin-top:70px}