﻿@charset "utf-8";
/* CSS Document */

/*基本信息*/
html, body { 
    padding: 0; 
    margin: 0; 
    font-size: 12px; 
    line-height: 1.5em; 
    height: 100%; 
    width: 100%;
}
body { 
    background-color: #fff;
}
html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
    margin: 0; 
    padding: 0; 
    border: 0; 
    vertical-align: baseline;
}
button {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section { 
    display: block;
}
ol, ul { 
    list-style: none;
}
* { 
    padding: 0; 
    margin: 0; 
    font-family: Arial, Microsoft Yahei; 
    font-size: 12px;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-size: 100%; 
    font-weight: normal; 
    letter-spacing: 0px;
}

ol, ul { 
    list-style: none;
}

a { 
    cursor: hand;
}

ins, a { 
    text-decoration: none; 
    color: #333333; 
    cursor: pointer;
}

input { 
    border: none; 
    border-radius: 0;
}


/*IE CSS3 兼容性*/
.IE_CSS3 { 
    position: relative \9; 
    behavior: url(PIE.htc) \9;
}

.no_border { 
    border: none;
}

/*阴影*/
.box_shdow_A { 
    box-shadow: -1px 2px 3px #e3e3e3; 
    position: relative \9; 
    behavior: url(PIE.htc) \9;
}

/*圆角*/
.border_radius_A { 
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    border-radius: 6px; 
    position: relative \9; 
    behavior: url(../PIE.htc) \9;
}

/*文字超出省略号*/
.textOverflow { 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis; 
    overflow: hidden;
}

/*文字对齐*/
.alignText { 
    text-align: justify; 
    text-justify: distribute-all-lines; 
    text-align-last: justify; 
    text-align: right \9;
}

/*文本框边框*/
.input_text { 
    border: 1px solid #e0e0e0;
}

/*透明度*/
.filter_bg:hover{  
    filter:alpha(opacity:90); 
    opacity:0.9;  
    -moz-opacity:0.9; 
    -khtml-opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);/*兼容ie8及以下*/
}

/*文字间距*/
.text_spacing{  
    letter-spacing: 8px;
}

.clr{ 
    clear: both;
}

select { 
    appearance: none; 
    -moz-appearance: none; 
    -webkit-appearance: none; 
    border: none; 
    height: inherit; 
    line-height: inherit; 
    width: 100%;  
    font-size: 14px; 
    color: #555; 
    background: none; 
    line-height: 10px \9;
}


body{
	font-family: "微软雅黑";
	color: #333;
}

.wrap_width{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.top{
	height: 130px;
	background: #5174d8;
}
.top .wrap_width{
	height: 130px;
}
.logo{
	position: absolute;
	left: 0;
	top: 34px;
}
.navBar{
	position: absolute;
	right: 0;
	height: 30px;
	line-height: 30px;
	top: 50px;
}
.nav{	
	position:relative;
}
.nav .m{
	float: left;
	position: relative;
}
.nav .m h3 a{
	display: block;
	padding: 0 16px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin-left: 1px;
}
.nav li.on h3 a{
	background: #0c5cbb;
	border-radius: 1px;
}
.nav .m:hover h3 a{
	background: #0c5cbb;
	border-radius: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix10: after {
	content: ".";
	display: block;
	height: 10px;
	clear: both;
	visibility: hidden;
}

.foot{
	background: #5174d8;
	height: 125px;
	clear: both;
}
.foot_top_left{
	float: left;
	margin: 37px 0 0 160px;
}
.foot_top_center{
	float: left;
	color: #fff;
	font-size: 18px;
	margin: 35px 0 0 20px;
}
.foot_top_center span{
	display: block;
	line-height: 32px;
}
.foot_top_right{
	float: left;
	margin: 50px 0 0 20px;
}
.banner{
	background: url(../img/banner.png) no-repeat center;
	height: 370px;
}
.ewm{
	position: fixed;
	right: 0;
	top: 200px;
}
.ewm li{
	margin: 12px 0;
}

.multi-lang {
        width: 100%;
        height: 25px;
        background: #666666;
    }

    .multi-lang-list {
        width: 1100px;
        margin: 0 auto;
        list-style: none;
        line-height: 25px;
    }

    .multi-lang-list li {
        margin-left: 20px;
        float: right;
    }

    .multi-lang-list li a {
        text-decoration: none;
        color: white;
        font-size: 14px;
    }
