body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1416px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1416 ? "1416px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1416px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*index banner*/

.banner {
    width: 100%;
    z-index: 0;
    /* overflow: hidden;
    height: 416px; */
    /* bottom:7px; */
    height: auto;
}

.banner .flexslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 1000px;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides li {
    height: 100%;
}

.banner .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner .flex-direction-nav,
.banner .flex-control-nav {
    display: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #0452ad;
}

.color {
    color: #0452ad;
}


/* HEADER */

.header_top {
    height: 84px;
    background: url(../images/header_top.png) no-repeat center center;
}
.header_top .logo{
    margin-top: 12px;
}
.header_top .font{
    margin-top: 12px;
    margin-left: 22px;
}
.header_top .font .p1{
    font-size: 16px;
    color:#4c4c4c;
}
.header_top .font .p2{
    font-size: 18px;
    color:#0452ad;
}
.header_top  .p3{
    font-size: 28px;
    color:#ffffff;
    margin-top: 30px;
}

.header_nav {
    width: 100%;
    height: 60px;
    background: #ffffff;
    text-align: center;
}

.header_nav li {
    display: block;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-left: 10px;
}
.header_nav li:first-child{
    margin-left: 0px;
}
.header_nav li img{
    margin-top: 10px;
}
.header_nav li p{
    display:block;
    font-size: 16px;
    overflow: hidden;
    line-height: 60px;
}

.header_nav li a {
    display: block;
    width: 100%;
    line-height: 60px;
}

.header_nav li.hover,
.header_nav li:hover {
    background: #0452ad;
}
.header_nav li:hover a p{
    color:#ffffff;
}
.header_nav li.hover a p{
    color:#ffffff;
}

/*footer*/

.footer {
    width: 100%;
    height: 410px;
    background: url(../images/footer.jpg) no-repeat center center;
}

.footer .right .li2{
    width: 450px;
    line-height: 27px;
    margin-top: 157px;
    margin-left: 140px;
}
.footer .right .li2 .txt2-2,.txt2-3,.txt2-4{
    height: 30px;
    margin-top: 14px;
}
.footer .right .li2 .txt2-1{
    height: 30px;
}

.footer .li2 .txt2-2 .span{
    font-size: 18px;
    color:#f9fafd;
    position: relative;
    bottom: 2px;
    left:2px;
}
.footer .li2 .txt2-4 img{
    margin-left: 5px;
}
.footer .li2 .txt2-4 .span1{
    position: relative;
    bottom: 7px;
    left:8px;
}
.footer .li2 .txt2-3 img{
    margin-left: 5px;
}
.footer .li2 .txt2-3 .span2{
    position: relative;
    bottom: 6px;
    left:6px;
}
.footer .li2 span{
    font-size: 18px;
    color:#f9fafd;
}
.footer .li2 .p1{
    font-size: 18px;
    color: #f9fafd;
    position: relative;
    bottom: 24px;
    left: 30px;
}
.footer .li2 .p2{
    font-size: 18px;
    color: #f9fafd;
    position: relative;
    bottom: 20px;
    left: 106px;
}
.footer .li3{
    margin-left: 28px;
    margin-top: 128px;
}


.footer_bottom {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 42px;
}

.footer_bottom strong {
    font-weight: 500;
    color: #f9fafd;
    margin: 0 88px;
    line-height: 50px;
}

.footer_bottom strong a {
    color: #f9fafd;
}



.online {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 999;
    width: 120px;
	background:transparent url("../images/qqcont.png") no-repeat; 
}




.online a{width:100%; display:block;padding-left:52px; height:52px; line-height:52px;}