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: #666666;
    /*文字颜色定义 */
    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;
}


/* a {
    transition: all 0.3s linear 0s;
} */


/* 点击激活链接 */

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*/

.banner02 {
    width: 100%;
    position: relative;
    z-index: 0;
}

.banner02 .flexslider {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    min-width: 1000px;
}

.banner02 .slides {
    position: relative;
    z-index: 1;
}

.banner02 .slides li {
    height: 100%;
}

.banner02 .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner02 .flex-direction-nav,
.banner02 .flex-control-nav {
    display: none
}
/*header*/
.header{
background:#01509d;
height: 156px;

}
.header_nte{
    border-bottom: 1px solid #666666;
    height: 80px;
}
.header_top {
    padding: 20px 0;
   
}

.header_nav .header_nav1 .phone {
    margin-top: 18px;
}
.header_nav .header_nav1 .tel{
    position: relative;
    right: 36px;
   top:5px;
}
.header_nav .header_nav1 .phone p{
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    background: url(../images/teldd.png) no-repeat left;
    width: 115px;
    height: 27px;
}
.header_nav .header_nav1 .phone p span{
    font-size: 20px;
    position: relative;
    right: 1px;
	width: 200px;
	display: block;
    top:-20px;
}
.header_nav {
    width: 100%;
    height: 75px;
}



.header_nav .header_nav1 ul li {
    border-left: 1px solid #666666;
    height: 75px;
    text-align: center;
    font-size: 16px;
    float: left;
    padding: 0 30px;
  
}
.header_nav .header_nav1 ul li:last-child{padding-right: 0;}

.header_nav .header_nav1 ul li a {
    /* display: block;
    width: 114px; */
    height: auto;
    line-height: 72px;
    color: white;
}
.header_nav1 ul li a:hover {
    color: #57c5a0;
  }
.header_nav .header_nav1 ul li a p{font-size: 14px;}

/*search*/

.search {
    position: relative;
    margin: -42px auto;
}

.search .hot .keywd {
    color: #8398b4;
}

.search .keywds {
    float: left;
    line-height: 30px;
}

.search .form {
    overflow: hidden;
    display: block;
    position: relative;
}

.search .txt {
    width: 226px;
    height:32px;
    line-height: 28px;
    color: #a1a1a1;
    padding-left: 30px;
    background: none;
    border-left:1px solid gray;
    border-right:1px solid gray;
font-size: 18px;
}

.search .btn {
    position: absolute;
    top: 6px;
    left: -30px;
    z-index: 9999;
    background: url(../images/public/btnbg.png) no-repeat 0 0;
    width: 20px;
    height: 22px;
    border: none;
    display: block;
    outline: none;
    cursor: pointer;
}

