* {
    word-wrap: break-word
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
    margin: 0;
    padding: 0
}

ul, ol, dl {
    list-style-type: none
}

html, body {
    *position: static
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

body, th, td, button, input, select, textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    line-height: 1.6
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

a, area {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #666666;
}

a:hover {
    text-decoration: underline;
    outline: none;
    color: #1679fa;
}

a.ie6:hover {
    zoom: 1
}

a:focus {
    outline: none
}

a:hover, a:active {
    outline: none
}

:focus {
    outline: none
}

sub, sup {
    vertical-align: baseline
}

button, input[type="button"], input[type="submit"] {
    line-height: normal !important
}

/*img*/
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a img, img {
    -ms-interpolation-mode: bicubic
}

.img-responsive {
    max-width: 100%;
    height: auto
}

/*IE下a:hover 背景闪烁*/
* html {
    overflow: -moz-scrollbars-vertical;
    zoom: expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))
}

/*HTML5 reset*/
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
    display: block;
    margin: 0;
    padding: 0
}

time {
    display: inline
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/*
Name:			style_clearfix
Example:		class="clearfix|cl"
Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl, .clearfix {
    zoom: 1
}

.container {
    width: 1200px;
    margin: 0 auto;
}
.m-t-20{
    margin-top: 20px;
}
.m-r-22{
    margin-right: 22px;
}
.fl{
    display: block;
    float: left;
}
body {
    background: #e9f1ff;
}

/*header*/

.header {
    height: 70px;
    margin-top: 24px;
    margin-bottom: 18px;
}
.header .tel{float: right;}
.nav {
    height: 40px;
    min-width: 1200px;
    width: 100%;
    line-height: 40px;
    background: url("../images/gradient.png") repeat-x left top;
}

.nav li {
    float: left;
    display: inline-block;
    width: 120px;
    text-align: center;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav a {
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
}

.nav li:hover, .nav li.active {
    background: #1679fa;
}
.banner{
    text-align: center;
    min-width: 1200px;
    width: 100%;
}
/*toolbar*/
.toolbar {
    min-width: 1200px;
    width: 100%;
    background: #f1f1f1;
    height: 50px;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0px 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0px 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    z-index: 9;

}
.notice{
    height: 30px;
    line-height: 30px;
    float: left;
}
.notice ul{
    display: inline-block;
    background: #FFF;
    padding: 0 7px;
    width: 554px;
    font-size: 14px;
}
.notice li a{
    color: #666666;
    text-decoration: none;
}
.notice li a:hover{
    color: #1679fa;
}
.notice i{
    color: #1697fa;
    font-size: 14px;
}
.search{
    height: 30px;
    line-height: 30px;
    float: right;
}
.search form{
    position: relative;
}
.search label{
    color: #333333;
    font-size: 14px;
}
.search input{
    font-size: 14px;
    width: 310px;
    padding: 0 5px;
    height: 30px;
    border: 1px solid #d1d1d1;
}
.search button{
    border: none;
    background: transparent;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #a3a3a3;
    font-size: 18px;
}
/*footer*/
.footer {
    text-align: center;
    background: #282828;
    padding: 30px 0;
    color: #FFF;
    font-size: 14px;
    min-width: 1200px;
    width: 100%;
    line-height: 25px;
}

.footer a {
    color: #FFF;
}
.right-con{
    position: fixed;
    right: 30px;
    z-index: 9;
    top: 50%;
    min-height: 380px;
    margin-top: -190px;
    width: 225px;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #68b8c5;
    box-shadow: 6px 6px 0px #d5dbe6;
    padding: 13px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.right-con .title{
    margin-top: -60px;
    margin-bottom: 20px;
}

.right-con .code{
    margin-top: 20px;
}

@media screen and (max-width: 1200px){
    .right-con{
        display: none;
    }
}