/***康通客服电话***/
.kt_tel{
	font-size:20px;
	font-weight:bold;
	width:285px;
	height:130px;
    line-height:130px;
	float:right;
    background:url(../images/kt_tel_icon.png)no-repeat 0 50%;
    padding-left:45px;
}

/**nav**/
.nav{
	background:#1E8ABA;
}


/***语言切换****/
.language{
	position:absolute;
	right:160px;
	top:0;
    margin:0 auto;
}
.language span{
	font-size:14px !important;
	font-family: '微软雅黑';
}

/******搜索******/
.search{
	margin-top:50px;
    float:left;
}
.search .input_text{
	height:34px;
    float:left;
    /*border-width:1px !important;*/
}
.search .input_submit{
    display: inline-block;
    *display: inline;
    padding: 0px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	height:38px;
}
/*轮播图*/
#lunbo_box{
    height:400px;
    clear:both;
    position:relative;
    padding-top: 20px;
}
.lunbo_list li{
    display: none;
}
.arrow span{
    display:block;
    position:absolute;
    top:200px;
    width:60px;
    height:60px;
    cursor:pointer;
}
.arrow span div{
    width:100%;
    height:100%;
    background:#666;
    opacity:0.5;
     /* older safari/Chrome browsers */  
    -webkit-opacity: 0.5;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.5;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.5;  
    /* IE9 + etc...modern browsers */  
    opacity: .5;  
    /* IE 4-9 */  
    filter:alpha(opacity=50);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    position:absolute;
    left:0;
    top:0;
}
.arrow .left_arrow{
    left:28px;
    background:url(../images/left_arrow.gif) no-repeat center center;
}
.arrow .right_arrow{
    right:28px;
    background:url(../images/right_arrow.gif) no-repeat center center;
}