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: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #333333;
    /*文字颜色定义 */
    min-width: 1200px;
    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
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #004198;
}

.color {
    color: #004198;
}


/*header*/
.header_top img{margin: 25px 0}


.header_nav {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 99;
}

.header_nav .header_nav1 {
    width: 100%;
    height: 60px;
    background: #004198;
}

.menu{width: 1200px; margin: 0 auto;height: auto;}

.header_nav .header_nav1>ul>li {
    width: 150px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    float: left;
}

.header_nav .header_nav1>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: white;
}
.header_nav .header_nav1>ul>li:hover,
.header_nav .header_nav1>ul>li.hover {
    background: #002a62;
    background-size: contain;
}

.header_nav .header_nav1.nav01 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.erji{background:#002a62;padding: 0px 0;display: none;font-size: 16px}
.erji>li{height: 50px;border-bottom:1px dashed #fff; }
.erji>li>a{color: #fff;line-height: 50px;text-align: center;display: block;width: 110px;margin: 0 auto}
.erji>li:last-child a{border: none;}
/*首页banner*/

.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner17 .shutter-img {
    z-index: 1;
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner17 .shutter-img a {
    cursor: default;
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner17:hover .shutter-btn {
    display: block;
}

.banner17 .shutter-btn li {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*热搜关键词语*/
.search-box {
    float: right;
    margin-top: 36px;
    border: 1px solid #4d4d4d;
}

.search-box .txt {
    width: 224px;
    height: 32px;
    line-height: 32px;
    text-indent: 20px;
    float: left;
}

.search-box .btn {
    width: 34px;
    height: 32px;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    cursor: pointer;
    background: url("../images/btn.png") no-repeat;
}

/*footer*/
.footer {
    width: 100%;
    padding-top: 40px;
    font-size: 16px;
    background: #004198;
}

.footer .footer_box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer .footer_box>div {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    height: 198px;
    border-right: 1px solid #fff;
}

.footer .footer_box>div .title4 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.footer .footer_box>div .title4 span {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.footer .footer_box>div hr {
    width: 54px;
    text-align: left;
    display: inline-block;
    background: #fff;
}

.footer .footer_box .item_contact {
    width: 500px;
}

.footer .footer_box .item_contact .cot {
    margin-top: 22px;
}

.footer .footer_box .item_contact .cot p{
    line-height: 30px;
}


.footer .footer_box .item_nav {
    width: 422px;
}

.footer .footer_box .item_nav .box {
    width: 240px;
    margin: 0 auto;
}

.footer .footer_box .item_nav .box ul {
    margin-top: 10px;
    text-align: left;
}

.footer .footer_box .item_nav .box ul li {
    width: 120px;
    display: inline-block;
    text-align: left;
    margin-top: 10px;
}

.footer .footer_box .item_nav .box ul li a {
    color: #fff;
}

.footer .footer_box .item_chat {
    width: 265px;
    border: 0;
    text-align: center;
    margin-top: 15px;
}

.footer .footer_box .item_chat p {
    font-size: 18px;
    line-height: 25px;
}

.footer .footer_box .item_chat img {
    width: 120px;
    height: 120px;
    margin-top: 5px;
}

.footer_bottom {
    width: 100%;
    border-top: 1px solid #fff;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.footer_bottom strong {
    font-weight: 500;
    margin: 0 30px;
}

.footer_bottom strong a {
    color: #fff;
}