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 < 1000 ? "1000px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #000000;
    /*文字颜色定义 */
    min-width: 1000px;
    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: 28px;
}

.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: #0575ca;
}

.color {
    color: #0575ca;
}


/*header*/
.header-welcome {
    width: 100%;
    height: 34px;
    background-color: #fff;
    line-height: 34px;
    border-bottom: 1px solid #bbb;
}

.header-textbox {
    margin: 0 auto;
}

.header-textbox .ly-lx {
    display: inline-block;
}

.ly-lx a {
    color: #838383;
    display: inline-block;
    height: 100%;
    width: 85px;
    text-align: center;
}

.ly-lx a:first-child {
    border-right: 1px solid #bbb;
}

.header_top {
    background: #f8f8f8;
}
.header_top img{margin: 25px 0}
.header_top .phone {
    margin-top: 12px;
}

.header_top .phone .txt2 {
    color: ##076cc4;
    font-size: 14px;
    padding-left: 60px;
    background: url(../images/h2.png) no-repeat left center;
}

.header_top .phone .txt2 b {
    font-size: 22px;
    color: #313232;
    line-height: 24px;
}

.header_nav {
    width: 100%;
    height: 51px;
}

.header_nav .header_nav1 {
    width: 100%;
    height: 51px;
    background: url(../images/header_bg.jpg) repeat-x;
}

.header_nav .header_nav1 ul li {
    width: 150px;
    height: 51px;
    text-align: center;
    font-size: 16px;
    float: left;
	font-weight: bold;
}

.header_nav .header_nav1 ul li a {
    display: inline-block;
    width: 100%;
    height: 51px;
    line-height: 51px;
    color: white;
}

.header_nav .header_nav1 ul li:hover,
.header_nav .header_nav1 ul li.hover {
    background: url(../images/navBg.jpg) center no-repeat;
    background-size: contain;
}

.header_nav .header_nav1.nav01 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
/*首页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;
}

/*热搜关键词语*/
.hot-key-words {
    background-color: #ededed;
    height: 40px;
    color: #808080;
}

.key-h {
    float: left;
    font-size: 14px;
    line-height: 40px;
}

.key-words-ul {
    float: left;
    margin-top: 10px;
}

.key-words-ul li {
    float: left;
    padding: 0 18px;
    border-right: 1px solid #808080;
}

.key-words-ul li:last-child {
    border-right: 0;
}

.key-words-ul li a {
    color: #808080;
}

.key-words-ul li a:hover {
    color: #0575ca;
}

.search-box {
    float: right;
    margin-top: 7px;
}

.search-box .txt {
    width: 170px;
    height: 16px;
    border: 1px solid #ccc;
    padding: 4px;
    line-height: 16px;
    text-indent: 32px;
    float: left;
    background: url("../images/Sprite.png") no-repeat #fff;
    background-position: -350px -21px;
}

.search-box .btn {
    width: 47px;
    height: 26px;
    background-color: #0575ca;
    text-align: center;
    line-height: 26px;
    color: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    cursor: pointer;
}

/*footer*/

*footer*/
.footer-links {
    width: 100%;
    height: 110px;
    background: url("../images/firdes.png") repeat;
}

.links-box {
    padding: 10px 0;
}

.footer-links div p {
    color: #2c9d00;
    font-size: 15px;
    line-height: 20px;
}

.footer-links div.links-box ul {
    margin: 15px 0;
    width: 100%;
}

.footer-links div.links-box ul li {
    height: 20px;
    width: 140px;
    float: left;
}

.footer-links div.links-box ul li a {
    color: #5b5b5b;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}

.bottom-nav {
    width: 100%;
    height: 66px;
    background: #0574c6;
    border-bottom: 1px solid #0489c4;
}

.bottom-nav ul {
    width: 100%;
    line-height: 66px;
}

.bottom-nav ul li {
    float: left;
}

.bottom-nav ul li a {
    width: 148px;
    height: 12px;
    line-height: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #7bb66a;
    margin-top: 30px;
}

.bottom-nav ul li:first-child a {
    border-left: 0;
}

.bottom-nav ul li:last-child a {
    border-right: 0;
}

.bottom-info {
    height: 202px;
    background: #0574c6;
    border-top: 1px solid #0489c4;
}

.bottom-info .wrap {
    height: 100%;
}

.bottom-info .wrap ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bottom-info .wrap ul li {
    float: left;
    height: 100%;
}

.bottom-info .bt-left, .bottom-info .bt-mid {
    background: url("../images/left-border.png") no-repeat right;
}

.bt-left {
    width: 420px;
}

.bt-mid {
    width: 420px;
}
.bt-mid a{
  color: #ffffff;
}

.bt-right {
    width: 360px;
}

.bt-left img {
    display: block;
    margin: 63px 0 0 0;
}

.bt-mid p {
    display: block;
    width: 266px;
    height: 146px;
    color: #fff;
    line-height: 20px;
    margin: 32px 0 0 90px;
}

.bt-right p {
    display: block;
    width: 269px;
    height: 125px;
    color: #fff;
    line-height: 20px;
    float: right;
}

.bt-right p span {
    font-size: 20px;
    line-height: 80px;
}
.bt-right a{
    color: #ffffff;
  }

.banquan {
    background: #0e6096;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
}

.banquan .wid1 {
    height: 100%;
}

.banquan ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banquan ul li {
    float: left;
    height: 100%;
}


.erweima {
    width: 100px;
    height: 123px;
    text-align: center;
    display: block;
    position: fixed;
    right: 15px;
    top: 321px;
    z-index: 9999;color:#f5a100;font-weight: bold;font-size: 14px;
}