/* 页面元素初始化和常用样式定义-start */
/*======== 全局 ========*/
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,th,td{margin: 0;padding: 0;}
body{background: #dedede;font-size: 24px; color: #000000; font-family:arial,SimHei,verdana, simsun;height: 100%;}
html{height: 100%;}
/*table{border-collapse: collapse; border-spacing: 0;}*/
fieldset,img{border: none; vertical-align:middle;}
ol,ul{list-style: none;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
em{font-style: normal;}
input,button,select,textarea{/*outline: none;*/}
.none{display: none;}
/*禁止了文本框的拖拉*/
textarea{resize: none;}
/*使文本段落左右两边对齐*/
p{text-align: justify;text-justify: distribute;}
/*link*/
a{text-decoration: none;}
a:hover{text-decoration: none;}
/*i*/
i{font-style: normal;}
/*浮动*/
.fl{float: left;}
.fr{float: right;}
/*清除浮动*/
.clr{*zoom: 1;}
.clr:after{clear: both; display: table; content: "";}
/* 页面元素初始化和常用样式定义-end */
/* 页面结构 */
#body{padding-bottom: 140px;height: auto;}
#body_fund{padding-bottom: 80px;height: auto;}
#page{position: relative;min-height: 100%;height: auto;}
#section{padding-top: 93px;padding-bottom: 0;}
#section_pro{padding-top: 93px;padding-bottom: 64px;}
#section_nav{padding-top: 181px;padding-bottom: 0;}
#section_index{padding-top: 93px;padding-bottom: 40px;/*padding-bottom: 140px;*/}
#article{position: fixed;top: 93px;z-index: 3;}
header{width: 100%;position: fixed;top: 0;background: #e20411;height: 93px;z-index: 3;}
header h1{text-align: center;font-size: 30px;color: #FFFFFF;padding: 29px 0;margin: 0 110px;}
header .header_h2h3{text-align: center;padding: 18px 0 19px;margin: 0 110px;}
header .header_h2h3 h2{font-size: 30px;color: #FFFFFF;}
header .header_h2h3 h3{font-size: 24px;color: #FFFFFF;}
header a{color: #FFFFFF !important;display: block;}
#headerRight a,#headerLeft a{padding:29px 20px;}
header #headerLeft{font-size:30px; position:absolute; left:0px; top:0px;}
header #headerRight{font-size:30px; position:absolute; right:0px; top:0px;}
header .header_return,.header_return{border:5px solid #FFFFFF;width:23px;height:23px;vertical-align: middle;margin-top: -5px; display:inline-block;transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);border-top:none;border-right:none;}
header .icon_search_white,.icon_search_white{background: url("../../static/images/common/search.png") no-repeat;background-size:cover;width:35px;height:35px;display:inline-block;}
footer{width: 100%;background: #f0f1f3;position: absolute;bottom: 0;}
footer p{font-size: 24px;color: #b9bbbb;text-align: center;height: 64px;line-height: 64px;}
/* banner */
#banner-box{position: relative;width: 100%;overflow: hidden;height: 180px;border:none;}
#banner-box:after{content: '';display: block;padding-top: 50%;}
#banner-box ul{position: absolute;left: 0;top: 0;width: 100%;}
#banner-box li{list-style: none;position: absolute;left: 0;top: 0;width: 100%;height: 180px;}
/* 解决js阻塞页面显示首屏 */
#banner-box li:first-child{z-index: 1;}
#banner-box li img{position: absolute;left: 0;top: 0;width: 100%;height: 180px;border: none;
-webkit-transition:all .5s cubic-bezier(0.22,0.69,0.72,0.88);
transition:all .5s cubic-bezier(0.22,0.69,0.72,0.88);}
#banner-box li img.swipeleft{left:-100%;}
#banner-box li img.swipe{left:0;}
#banner-box li img.swiperight{left:100%;}
#banner-box .dot{position: absolute;left: 10px;bottom: 10px;z-index: 2;font-size: 0;}
#banner-box .dot span{display: inline-block;width: 20px;height: 20px;margin-left: 10px;border: 1px solid #aaa59f;border-radius: 50%;background: #c2b8a8;}
#banner-box .dot .cur{background-color: #e30412;}
/*loading  加载状态*/
.login_loading{position:fixed;top:46%;left:170px;right:170px;background: rgba(0,0,0,0.6);padding:60px 80px;border-radius: 5px;margin: 0 auto;}
.loading{background:url("../../static/images/pro/loading.gif") no-repeat center;width:32px;height: 32px;margin: 0 auto;}
.pupTent { position: fixed; top: 40%; width: 50%; left: 25%; background: #000; color: #fff; opacity: 0.8; padding: 10px; border-radius: 5px; text-align: center;}
/*页面调用颜色*/
.red{color: red !important;}
.green{color: green !important;}
.blue{color: blue !important;}