﻿/*首页内页通用 s*/
.easybtn{width:93px;}
.easybtn .ewm{ padding:1px; background:#48b605;}
.easybtn .ewm .pic{ background:#fff; height:91px; background:#fff; position:relative; overflow:hidden;}
.easybtn .ewm .pic img{display:block; margin:8px auto 0; width:76px; height:76px;}
.easybtn .ewm .pic b{position:absolute; bottom:0; left:42px; width:0; height:0; line-height:0; font-size:0; overflow:hidden; border:5px solid transparent; border-bottom-color:#48b605;}
.easybtn .ewm p{margin:0; text-align:center; color:#fff; padding:8px; line-height:20px;}
.easybtn .sinawb, .easybtn .txwb{ display:block; height:35px; padding-left:36px; color:#fff; line-height:35px; margin-top:3px;}
.easybtn .sinawb{background:url(../images/sinawb.png) no-repeat 7px center #0185db;}
.easybtn .txwb{background:url(../images/txwb.png) no-repeat 10px center #0185db; margin-bottom:3px;}
.easybtn .sinawb:hover, .easybtn .txwb:hover{ background-color:#2998e0;}
/*首页内页通用 E*/


/*内页专用*/
.easybtn{position:fixed;  top:50%; margin-top:-114px;}
.GoTop{position:fixed; bottom:10px; width:55px; height:55px; left:50%; margin-left:500px;}
.GoTop a{ display:block; width:55px; height:48px; background:#abccdf; color:#fff; font-size:18px; line-height:19px; text-align:center; padding-top:7px; cursor:pointer; transition:all 0.5s;}
.GoTop a b{ position:absolute; width:0; height:0; font-size:0; overflow:hidden; line-height:0; border:15px solid transparent; border-bottom-color: #abccdf; bottom:100%; left:13px; transition:all 0.5s;}
.GoTop a:hover{ background:#64b2e0;}
.GoTop a:hover b{border-bottom-color: #64b2e0;}