
body{ 
	background:#e9ecd7 url(../images/bgimg/bg0.jpg);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

body:after {

   content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
	z-index: -1;

}
i{
	color:#ff6700;

	
}
input,textarea{border:#ddd 1px solid;box-shadow:inset 0 0 2px rgba(0,0,0,0.05);background:rgba(255,255,255,0.5);}
input:focus,textarea:focus{border:#ff6700 1px solid;box-shadow: 0 0 8px rgba(255, 103, 0,0.7);}
.orange-text{color:#ff6700;}
.blue-text{color:#0181da;}
.bg-color{background:rgba(255,255,255,0.5);}
.index-title{color:#0181da;}
.index-title small{color:#bcbcbc;margin-left:5px;font-size:12px;}
header{width:100%;height:70px; background:rgba(255,255,255,0.85);box-shadow:0 0 5px #13c5f8;position:fixed;z-index:10;/*url(../images/bgimg/topbg1.png)repeat-x;background-size: 100% 100%;*/	}
.mynav> ul >li >a{color:#ff6700;}
.mynav >ul >li >a:hover {background: #13c5f8;color:#fff;/*url(../images/bgimg/nav.png)no-repeat;*/font-size:20px;}


.nav-active{background: #13c5f8;/*url(../images/bgimg/nav.png)no-repeat;*/ }
.nav-active a{color:#fff!important;}
.top nav >ul >li .el-caret-down{color:#fff6700;}

/*titleÑùÊ½*/
div#tooltip {position:absolute; z-index:1000;width:auto!important;background:linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.6),rgba(255,255,255,1)); text-align:left; padding:5px 10px;border-radius:5px;
background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 1));
}

div#tooltip p {color:#ff6700;font-size:12px;}
div#tooltip p:after{
	content:''; 
	width: 0;
	height: 0;
	position:absolute;
	left:10%;
	top:-8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(255,255,255,0.95);
}

@media screen and (min-width:320px) and (max-width:1023px){
body{
		background:url(../images/bgimg/mob-bg2.jpg)no-repeat;
	 background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}