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: 1278px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1278 ? "1278px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1278px;
    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: 1278px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #eee inset;
    -webkit-text-fill-color: #fff;
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*index banner*/

.banner {
    width: 100%;
    position: relative;
    z-index: 0;
}

.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 {
    display: none
}

.header {
    width: 100%;
    z-index: 1002;
}

.header .logo a img {
    display: block;
    margin: 20px 18px 10px;
}

.header .search {
    width: 229px;
    height: 30px;
    float: right;
    background: url(../images/searchbg.png) no-repeat;
    margin-top: 10px;
}

.search input.txt {
    width: 200px;
    line-height: 30px;
    border: none;
    background: none;
    text-indent: 10px;
    float: left;
    font-size: 12px;
    color: #555555;
}

.search input.btn {
    width: 29px;
    height: 30px;
    border: none;
    float: left;
    background: none;
    cursor: pointer;
}


/*public*/

.backcolor {
    background: #02a29a;
}

.color {
    color: #02a29a
}


/*menu*/

.header_nav {
    width: 100%;
}

.nav-menu {
    position: relative;
    z-index: 101;
    float: right;
    margin-right: 18px;
}

.nav-menu li {
    float: left;
    text-align: center;
    line-height: 80px;
    position: relative;
    margin-top: 13px;
}

.nav-menu li a {
    font-size: 20px;
    color: #000;
    line-height: 90px;
    display: block;
    margin: 0 10px;
    border-bottom: 2px solid #fff;
}

.nav-menu li.active a,
.nav-menu li:hover a {
    color: #02a29a;
    border-bottom: 2px solid #02a29a;
}

.erji {
    position: absolute;
    top: 45px;
    background: #004098;
    z-index: 19;
    left: 0;
    width: 100%;
    display: none;
    max-height: 260px;
    overflow: hidden;
}

.erji>li {
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    margin: 5px 0;
}

.erji>li>a {
    color: #fff;
    font-size: 16px;
}

.erji>li:hover {
    background: none;
}

.nav-menu li:hover .erji {
    display: block;
}


/* .nav01 {
    position: fixed;
    width: 100%;
} */

.main {
    margin-bottom: 10px;
}


/*footer*/


/*footer*/

.footer {
    background: url(../images/footerbg.jpg) repeat-x top center;
    color: #fff;
    overflow: hidden;
}

.footerMess {
    padding: 36px 0;
    position: relative;
}

.footerMess h3 {
    font-size: 36px;
}

.footerMess p {
    font-size: 20px;
}

.footerMess .fr {
    position: absolute;
    right: 0;
    top: 42px;
    text-align: right;
}

.footerMess .fr span {
    background: #FFF;
    border-radius: 5px;
    color: #02a29a;
    font-size: 30px;
    font-weight: bold;
    padding: 0 20px;
    display: block;
    margin-bottom: 10px;
}

.footerMess .fr span img {
    display: inline-block;
   /* vertical-align: middle;*/
}

.footerTop {
    overflow: hidden;
    padding-top: 80px;
    height: 365px;
}

.footerTop .wx {
    margin-top: 30px;
    box-sizing: border-box;
}

.footerTop .wx img {
    display: block;
	width:190px;
}

.footerTop .wx p {
    text-indent: 20px;
    line-height: 30px;
}

.footerTop ul {
    overflow: hidden;
    text-align: center;
}

.footerTop ul li {
    width: 20%;
    float: left;
    text-align: left;
}

.footerTop ul li h3 {
    width: 150px;
    border-bottom: 1px solid #717275;
    line-height: 70px;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
}

.footerTop ul li h3::after {
    background: #88bf23;
    position: absolute;
    left: 0;
    bottom: -4px;
    content: "";
    height: 8px;
    width: 60px;
}

.footerTop ul li ul.erji2 li {
    width: 100%;
}

.footerTop ul li ul.erji2 li a {
    color: #e5e3e3;
    font-size: 18px;
    line-height: 30px;
}

.footerTop ul li p {
    color: #e5e3e3;
    font-size: 18px;
    line-height: 30px;
}

.footer .foot_nav {
    width: 100%;
    color: #FFF;
    text-align: center;
}

.footer .foot_nav span {
    line-height: 48px;
    font-size: 16px;
    padding: 0 10px;
}

.footer .foot_nav span a {
    color: #FFF;
}

.footer .foot_nav span img {
    display: inline-block;
    vertical-align: middle;
}

.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 400px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: #206bd1 url(../images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: #206bd1 url(../images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_ercode {
    /*height:200px;*/
    background: #206bd1 url(../images/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode img {
    max-width: 125px;
    display: block;
    margin: 10px auto
}

.hd_qr {
    padding: 0 29px 25px 29px;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}


