﻿   @charset "utf-8";
/*初始化样式2018*/
body{ margin:0px; padding:0px; margin:0px auto; zoom:1;

/*设置字体*/
font-size:14px;
line-height:24px;
font-family:Microsoft YaHei,Arial,"微软雅黑","宋体";
color:#333;

/*设置宽度*/
width:100%; 
min-width:1200px; /*宽度要自己改*/
}


/*该设置跟后台编辑器有关*/
.ul,.ul li{ list-style:none; margin:0; padding:0;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
/*该设置跟后台编辑器有关*/


/*强制去除表单自带的样式*/ 
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;}
input:focus { outline: none;}
input,button,select,textarea{outline:none; /*-webkit-appearance:none;*/ font-family: 微软雅黑;}
textarea{resize:none;/*-webkit-appearance:none;*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}


/*html5设置*/
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display: block;} 
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}

img{ border:none; border:0; vertical-align:top;}
a{ color:#333; text-decoration:none; noline:-webkit-tap-highlight-color;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#333;}


/*清楚浮动*/
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both;
 font-size: 0px;}
.clearfix { zoom: 1;}
.clear{ clear:both; height:0px; overflow:hidden;}
.left{ float: left;}
.right{ float: right;}



/*主要是以下的代码*/


/*右侧*/
.other{ width:70px; height:auto; position:fixed; top:260px; right:0; z-index:10;}
.other a{ display:block; width:70px; height:64px; margin-bottom: 1px; background-image:url(other_icon.png); background-repeat:no-repeat; position:relative;}
.other .icon1{background-position:center top;}
.other .icon2{ background-position: center -65px;}
.other .icon3{ background-position: center -130px;}
.other span{ position:absolute; top:0; right:100%; display:none;background: #fff; padding: 5px; margin-right: 8px;}
.other span img{ width:130px; height:130px; }
.other a:hover{ background-image:url(other_icon_on.png);}
.other a:hover span{ display:block;}
.other span i{ font-size: 14px; color: #666; display: block; text-align: center; font-style: normal; }