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
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #eee inset;
}

textarea::focus
/*表格样式定义 */


/*选择框样式定义 */

.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 {
    width: 100%;
    z-index: 100;
    overflow: hidden;
    background: url(../images/headerBg.png) repeat-x top center;
}

.headerTop {
    line-height: 42px;
    color: #5b5b5b;
    font-size: 14px;
}

.headerTop a {
    color: #5b5b5b;
    display: inline-block;
    padding: 0 5px;
}

.header .logo a img {
    display: block;
    margin: 22px 0;
}

.header .tel {
    background: url(../images/toptel.png) no-repeat left center;
    padding-left: 60px;
    font-size: 17px;
    line-height: 30px;
    margin: 30px 0 10px;
    color: #1053c4;
}

.header .tel em {
    font-size: 28px;
    color: #e85620;
    display: block;
    font-weight: bold;
    letter-spacing: -2px;
}


/*public*/

.size1 {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #0f51bb;
}

.color {
    color: #0f51bb
}


/*menu*/

.header_nav {
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    background: #0f51bb;
}

.nav-menu {
    position: relative;
    z-index: 101;
    overflow: hidden;
}

.nav-menu>li {
    float: left;
    text-align: center;
    width: 132px;
    text-align: center;
    color: #FFF;
    border-right: 1px solid #3c77db;
}

.nav-menu>li:last-child {
    border: none;
}

.nav-menu li a {
    color: #FFF;
    font-size: 18px;
}

.nav-menu li.active,
.nav-menu li:hover {
    background: url(../images/navlihbg.jpg) no-repeat center center;
}

.bannerBottom {
    background: url(../images/bannerBg.png) no-repeat top center;
    height: 143px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.main {
    margin-bottom: 10px;
}

.nav2 {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -600px;
    line-height: 64px;
    background: #1f3448;
    z-index: 1000;
    width: 1200px;
}

.nav2 ul li {
    width: 20%;
    float: left;
    text-align: center;
}

.nav2 ul li a {
    color: #FFF;
    font-size: 24px;
}

.nav2 ul li a span {
    font-size: 18px;
    padding-left: 5px;
    display: inline-block;
}


/*footer*/


/*footer*/

.footer {
    background: url(../images/footerbg.jpg) no-repeat top center;
    height: 428px;
    padding-top: 50px;
    color: #fff;
}

.footer .footerTop {
    overflow: hidden;
    height: 230px;
}

.footer .footerTop .logo2 {
    width: 340px;
    float: left;
}

.footer .footerTop h3 {
    font-size: 30px;
    line-height: 50px;
    position: relative;
    margin-bottom: 22px;
    color: #FFF;
}

.footer .footerTop h3 span {
    font-size: 30px;
    color: #cccccc;
    font-weight: normal
}

.footer .footerTop .message {
    float: left;
    position: relative;
    padding-bottom: 20px;
}

.footer .footerTop .message span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: normal;
    color: red;
    display: none;
}

.footer .footerTop .message span b {
    font-weight: normal
}

.footer .footerTop .message span i {
    color: red;
    font-style: normal;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.footer .footerTop input.inp_one {
    border: 1px solid #6eadd7;
    width: 232px;
    height: 34px;
    line-height: 34px;
    margin-right: 24px;
    float: left;
    background: none;
    text-indent: 10px;
    color: #fff;
}

.footer .footerTop input.inp_one::placeholder,
.footer .footerTop textarea.texar::placeholder {
    color: #6eadd7
}

.footer .footerTop textarea.texar {
    border: 1px solid #6eadd7;
    width: 458px;
    height: 34px;
    line-height: 34px;
    margin-right: 24px;
    float: left;
    background: none;
    text-indent: 10px;
    color: #fff;
}

.footer .footerTop .button {
    background: url(../images/btnbg.png) no-repeat;
    width: 160px;
    height: 36px;
}

.footer .footerTop p {
    padding: 25px 0 25px 40px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    width: 90%;
    overflow: hidden;
    background: url(../images/footer01.png) no-repeat left center
}

.footer .footerBottom {
    height: 148px;
    ;
    width: 100%;
    display: block;
    overflow: hidden;
}

.footer .footerBottom .fl {
    width: 20%;
}

.footer .footerBottom .fl ul li {
    width: 90px;
    margin-right: 10px;
    text-align: center;
    color: #FFF;
    float: left;
    line-height: 30px;
}

.footer .footerBottom .fl img {
    width: 90px;
    height: 90px;
    display: block;
}

.footer .footerBottom .fr {
    width: 80%;
    padding-top: 27px;
    border-top: 1px solid #6eadd7;
    color: #FFF;
}

.footer .footerBottom .fr h2 {
    font-size: 30px;
}

.footer .foot_nav {
    width: 100%;
    color: #d6d6d6;
    text-align: center
}

.footer .foot_nav span {
    line-height: 50px;
    font-size: 14px;
}

.footer .foot_nav span a {
    color: #d6d6d6;
}
.footer .map a {
    color: #d6d6d6;
}

.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 400px;
    right: 0;
    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: #0f51bb url(../images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: #0f51bb url(../images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: #0f51bb url(../images/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
    height: 200px;
    background: #0f51bb url(../images/fixCont.png) no-repeat 0 -169px;
}

.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;
}