body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, fieldset, button, input, textarea, th, td {
	margin:0; padding:0; 
	font: 14px/1.5 "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
	font-family: 'almm', Arial, sans-serif;
    scrollbar-arrow-color: #fff; /*上下按钮上三角箭头的颜色*/
	scrollbar-face-color: #CBCBCB; /*滚动条凸出部分的颜色*/
	scrollbar-3dlight-color:#fff; /*滚动条亮边的颜色*/
	scrollbar-highlight-color: #fff; /*滚动条空白部分的颜色*/
	scrollbar-shadow-color:#fff; /*滚动条阴影的颜色*/
	scrollbar-darkshadow-color:#fff; /*滚动条强阴影的颜色*/
	scrollbar-track-color: #fff; /*滚动条背景颜色*/
	scrollbar-base-color: #fff; /*滚动条的基本颜色*/
}
::-webkit-scrollbar {
	width:5px;
	margin-right:2px
}
::-webkit-scrollbar-button { /* 滚动条两端的按钮 */
	width:5px;
}
::-webkit-scrollbar:horizontal {
	height:5px;
	margin-bottom:2px
 }
::-webkit-scrollbar-track {  /* 外层轨道 */
	border-radius: 10px;
}
::-webkit-scrollbar-track-piece {  /*内层轨道，滚动条中间部分 */
	background-color: #fff;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {  /* 滑块 */
	width:0px;
	border-radius: 0px;
	background: #888;
}
::-webkit-scrollbar-corner { /* 边角 */
	width: 0px;
	background-color: #fff;
}
ul, ol { list-style:none;}
a { text-decoration:none; color:#011a3e;font-family: 'almm', Arial, sans-serif;}
a:hover { text-decoration: none; color:#011a3e;}
fieldset, img { border:none; vertical-align:middle;}
button, input, select, textarea { font-size:100%; color:#011a3e; font-size:12px;}
h1, h2, h3 { font-size:14px; color:#011a3e;}
em { font-style:normal;}
li{list-style-type:none;}
/*background: linear-gradient(to right, #23df94 , #00ffa5);*/
 
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
input,select{
	border: 0px;outline:none;cursor: pointer;
}
body{
    background: #fff;
}
.leftmeu{
	position: fixed;
    left: 0px;
    top: 50%;
    height: auto;
    width: 80px;
    z-index: 999;
    margin-top: -111px;
    border-radius: 0 5px 5px 0;
    background: #616161;
    overflow: hidden;
}
.leftmeu li{
	width: 100%;
    height: auto;
    overflow: hidden;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.leftmeu li:hover{
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	background: #62abff;
    color: #000;
}
.leftmeu li img{
    width: 30px;
    height: 30px;
    padding: 20px 25px 5px 25px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.leftmeu li:hover img{
    width: 20px;
    height: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 25px 30px 10px 30px;
}
.leftmeu li span{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 13px;
}
.rightmeu{
    position: fixed;
    right: 10px;
    bottom: 100px;
    height: auto;
    width: 50px;
    z-index: 999;
}
.rightmeu li{
    width: 50px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    background: #7fbbff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
}
.rightmeu li:hover{
    background: #62abff;
	width: 100px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.rightmeu li img{
    width: 25px;
    height: 25px;
    padding: 13px;
}
.rightmeu li span{
	width: 100%;
    height: auto;
    text-align: center;
    float: left;
    color: #000;
    background: #fff;font-size: 12px;
}
.uptop{
	background: url(../image/uptop.png)#7fbbff center no-repeat;
    background-size: 18px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    display: none;
    cursor: pointer;
    /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);*/
}

.bacms{
    width: 100%;
    height: auto;
    margin: auto;

}
.main{
    width: 100%;
    height: auto;
    margin: auto;
}
.header{
	width: 100%;
    height: 80px;
    margin: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header_main{
    width: 96%;
    height: 80px;
    margin: auto;
}
.header_logo{
    float: left;
    width: 20%;
    height: 80px;
}
.header_logo img{
width: 180px;
    height: 60px;
    margin-top: 13px;
}
.header_menu{
	float: left;
    width: 60%;
    height: 80px;
    overflow: hidden;
    text-align: center;
}
.header_menu li{
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    width: auto;
    padding-left: 25px;
    display: inline-block;
    padding-right: 25px;
}
.header_menu li a{
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    color: #333;
}
.header_menu li a.cur{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    transition: all .05s ease;
}
.header_menu li a:hover{
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    color: #000;
    padding-bottom: 5px;
}
.header_right{
    float: left;
    width: 20%;
    height: 80px;
    overflow: hidden;
    text-align: right;
}
.header_right li{
    margin-top: 20px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: auto;
    padding-left: 15px;
    display: inline-block;
    padding-right: 15px;
    border-radius: 5px;
	border: 1px solid #7fbbff;
	background-image: -moz-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
    background-image: -webkit-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
    background-image: -ms-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
    background-image: linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
	cursor: pointer;
}
.header_right li:hover{
	border-radius: 30px;
	border: 1px solid #7fbbff;
	background: #fff;
    /*background-image: -moz-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
    background-image: -webkit-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
    background-image: -ms-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
    background-image: linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);*/
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.footer{
    width: 100%;
    height: auto;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.footer_main{
	width: 1200px;
    height: auto;
    margin: auto;
    padding-bottom: 40px;
}
.footer_main_top{
	width: 100%;
    height: 80px;
    text-align: center;
    margin: auto;
}
.footer_main_top img{
    width: 88px;
    height: 88px;
    margin-top: -24px;
}
.footer_main_top_wximg{
    width: 128px;
    height: auto;
    overflow: hidden;
    text-align: center;
    float: left;
}
.footer_main_top_wximg img{
    width: 128px;
    height: 128px;
}
.footer_main_top_wximg span{
    width: 100% !important;
    height: 30px !important;
    line-height: 30px !important;
    color: #5d5d5d !important;
    font-size: 13px !important;
    text-align: center;
}

.footer_main ul{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    text-align: left;
}
.footer_main ul li{
    float: left;
    width: 25%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.footer_main ul li em{
    width: 100%;
    height: 58px;
    float: left;
    overflow: hidden;
    padding-bottom: 20px;
}
.footer_main ul li em img{
    width: 158px;
    height: auto;
}
.footer_main ul li span{
    width: 85%;
    height: 100px;
    float: left;
    color: #5d5d5d;
    font-size: 15px;
    line-height: 28px;
}
.footer_main ul li b{
    width: 100%;
    height: 60px;
    float: left;
    line-height: 60px;
    font-size: 18px;
    color: #6b6b6b;
    font-weight: 500;
}
.footer_main ul li h5{
    width: 50%;
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}
.footer_main ul li h5:hover{
	color:#4780c1;
}
.footer_main ul li h5 p{
	float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
}
.footer_main ul li h5 i{
	width: auto;
    height: 22px;
    overflow: hidden;
    float: left;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    margin-left: 5px;
    color: #fff;
    background-image: -moz-linear-gradient(180deg, #f44336 0%, #ff9800 100%);
    background-image: -webkit-linear-gradient(180deg, #f44336 0%, #ff9800 100%);
    background-image: -ms-linear-gradient(180deg, #f44336 0%, #ff9800 100%);
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    border-radius: 6px 6px 6px 0;
}
.footer_button{
    width: 100%;
    color: #fff;
    text-align: center;
    background: #616161;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer_button a{
	color: #fff;
}
.footer_button_aq{
    width: 100%;
    height: auto;
    background: #616161;
    margin: auto;
    padding-bottom: 10px;
}
.footer_button_aq_main{
    width: 500px;
    height: auto;
    text-align: center;
    margin: auto;
    overflow: hidden;
}
.footer_button_aq_main li{
    width: auto;
    height: 50px;
    float: left;   
    margin-left: 11px;
}
.footer_button_aq_main li img{
    width: auto;
    height: 36px;
    cursor: pointer;
}
.footer_button_aq_main li .i1{
    width: auto;
    height: 42px;
    cursor: pointer;
}
.footer_button_aq_main li .i2{
    width: auto;
    height: 30px;
    cursor: pointer;
    margin-top: 11px;
}





