/*
* @Author: snow
* @Date:   2017-06-08 17:50:06
* @Last Modified by:   snow
* @Last Modified time: 2017-06-15 17:26:45
*/


.axsh_language {
   margin: 0;
   position: relative;
}
.axsh_en {
   display: inline-block;
   width: 138px;
   height: 54px;
   line-height: 54px;
   text-align: center;
   border: 1px solid #b5c0d7;
   border-radius: 29px;
   font-size: 16px;
   color: #000;
}
.axsh_ch {
   background-color: #2e89fc;
   border: 1px solid #2e89fc;
   color: #000;
}
.axsh_gt {
   display: inline-block;
   color: #797D80;
   font-family: '黑体';
   font-weight: 600;
   font-size: 18px;
   position: absolute;
   right: 16px;
}
