html, body {
	position: relative;
	height: 100%;
	background:#fff;
	font-family:"CenturyGothic", "微软雅黑",Microsoft YaHei !important;font-style:normal;
}

/* CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, button{margin:0; padding:0;border:0;}
body{font-size:14px; line-height:1.8em;position:relative;*overflow-x:hidden; color:#333;}
table{border-collapse:collapse; border-spacing:0;}
ol, ul, li{ list-style:none;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
img{ border:none;}
h1{font-size:28px;}
h2{font-size:22px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
a{text-decoration:none;color:#333;transition: 0.3s all;-webkit-transition: 0.3s all;-o-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;} 
a:hover{color:#0454d4;text-decoration:none;transition: 0.3s all;-webkit-transition: 0.3s all;-o-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;} 

a:focus{outline:0px dotted;}
a:focus, input:focus{ -moz-outline-style: none; } 
::selection { background:#0454d4; color:#fff; } ::-moz-selection { background:#0454d4; color:#fff;  } ::-webkit-selection { background:#0454d4; color:#fff;  }
.wrap{ width:1140px; margin:0 auto; padding:0px; position:relative;}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
}

.content{ padding: 100px 0px;}
.content p{ padding:15px 0px;}

.banner{ overflow:hidden; width: 100%; height: 600px;}

.top{ position:fixed; background:#fff; width:100%; top:0px; height:90px; left:0px; z-index:100; border-bottom:1px solid #87adea;}
.fix{ background:rgba(255,255,255,0.8); box-shadow:#999 0px 0px 20px;}
.main,.banner{ position:relative; z-index:80;}
.logo{ text-align: center; padding: 40px 0px;}
.logo img{ height: 60px; width:auto;}
.logo h4{ font-weight: bold; font-size: 20px; color: #0269b8;}

.head_lang{ position:absolute; right:0px; top:31px;}
.head_lang a{ display:inline-block; width:60px; height:35px; line-height:35px; padding:0px 20px;background:#0454d4; color:#fff; }
.head_lang a i{ padding-right:5px;}




.foot{ background:#f4f4f4; padding:60px; color:#666; text-align: center;}
