/* side */
.side{position:fixed;width:45px;height:275px;right:10px;bottom:5%;z-index:100;}
.side ul li{width:45px;height:45px;float:left;position:relative; margin-bottom:6px; }
.side ul li .sidebox{position:absolute;width:45px;height:45px;top:0;right:0;transition:all 0.3s;color:#fff;font:20px/45px "微软雅黑";overflow:hidden;/*border-radius:7px;*/}
/*.side ul li .sidebox:hover{opacity:0.8;filter:Alpha(opacity=80);}*/
.side ul li .ico{ width:45px; height:45px;float:left;transition:all 0.3s;}
.side ul li .ico.bgs1{ background:url(../images/side_icon06.png) #333 no-repeat;}
.side ul li:hover .ico.bgs1{ background:url(../images/side_icon06.png) #027598 no-repeat;}
.side ul li .ico.bgs2{ background:url(../images/side_icon02.png) #333 no-repeat;}
.side ul li:hover .ico.bgs2{ background:url(../images/side_icon02.png) #027598 no-repeat;}
.side ul li .ico.bgs3{ background:url(../images/side_icon07.png) #333 no-repeat;}
.side ul li:hover .ico.bgs3{ background:url(../images/side_icon07.png) #027598 no-repeat;}
.side ul li .ico.bgs4{ background:url(../images/side_icon04.png) #333 no-repeat;}
.side ul li:hover .ico.bgs4{ background:url(../images/side_icon04.png) #027598 no-repeat;}
.side ul li .ico.bgs5{ background:url(../images/side_icon05.png) no-repeat;}

/*.side ul li .sidebox:hover{opacity:0.8;filter:Alpha(opacity=80);}*/
.side ul li#sidetop{ display:none;}
.side ul li .sidetop{width:45px;height:45px;line-height:45px;display:inline-block;transition:all 0.3s;border-radius:7px;}
.side ul li .sidetop:hover{opacity:0.8;filter:Alpha(opacity=80);}
.side ul li img{float:left;}
.side ul li .sidebox2{position:absolute;width:45px;height:45px;top:0;right:0;transition:all 0.3s;color:#fff;font:20px/45px "微软雅黑";overflow:hidden;/*border-radius:7px;*/}
.side ul li .sidebox2:hover{opacity:0.8;filter:Alpha(opacity=80);}

#aa1{ width:183px; height:189px; margin-left:-185px; background:url(../images/ico_code_bg.png) no-repeat; margin-top:-70px;}
#aa1 img{ width:136px; height:136px; margin-left:21px; margin-top:14px;}

/*弹出表单*/
.yuyue_bgs{z-index: 19891024;background-color: #000;opacity: 0.3; width:100%; height:100%; position:fixed; left:0; top:0; display:none;}
.layui-layer{z-index: 19891025; /*width: 600px; height: 360px;*/ width:0; height:0; /*top: 157.5px;*/  left: 50%;/* margin-left:-300px; */position:fixed; background-color:#edebeb;  border-radius:6px; overflow:hidden;}
.layui-layer.showdiv{ width:96%;max-width:660px; height:440px; margin-left:-330px;top:157.5px;transition:all 0.3s;}
.layui-layer-title {height: 42px; line-height: 42px;border-bottom: 1px solid #eee; font-size: 24px; color: #333333; overflow: hidden; border-radius: 6px 6px 0 0; text-align:left; margin-left:3%; margin-top:10px;}
.layui-layer-page .layui-layer-content{position: relative; overflow:hidden;}
.layui-layer .normal{ border:1px solid #dcdcdc;border-radius: 6px; height:33px; line-height:33px; padding:1%; text-indent:1%; width:98%; outline:none; color:#999999; font-size:14px;font-family:'微软雅黑'; margin-bottom:10px;}
.layui-layer-setwin { position: absolute; right: 15px; top: 0px;  font-size: 0; line-height: initial;}
.layui-layer-setwin a{ color:#666666; font-size:26px;}
.layui-layer .aap_p{ font-size:18px;color:#333333; }
.layui-layer .aap_p a{ font-size:18px; color:#bf0304;}
.layui-layer table td{font-size:14px;color:#333333; }
.layui-layer table td:nth-child(2){ text-align:left;}
.layui-layer .input{width: 140px;height: 50px;display: block;background:#027598;border-radius: 6px;outline:none;color: #fff;font-size: 18px;text-align: center;line-height:50px; cursor:pointer; font-family:'微软雅黑'; margin-top:15px;}
.layui-layer .input:hover{filter:alpha(opacity=80);opacity:0.8;transition:all 0.3s;}
.layui-layer .normal2{ border:1px solid #dcdcdc;border-radius: 6px; height:96px; line-height:20px; padding:1%; width:97%; padding-left:2%;color:#999999; font-size:14px; outline:none;font-family:'微软雅黑';}

@media screen and (max-width: 780px) {
.side{ display:none;}
}
@media screen and (max-width: 780px) {
/*弹出表单*/
.layui-layer.showdiv{ max-width:none; margin-left:-48%;}
}