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;
    -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*/

.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
}


/*public*/

.size1 {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #0f51bb;
}

.color {
    color: #0f51bb
}

.header {
    width: 100%;
    z-index: 100;
    box-shadow: 3px 3px 3px #ccc;
}

.header .logo a img {
    display: block;
    margin: 8px 0;
}

.header .tel {
    font-size: 17px;
    line-height: 30px;
    margin: 30px 0 10px;
    color: #3f47cc;
}

.header .tel em {
    font-size: 24px;
    color: #3f47cc;
    font-weight: bold;
    letter-spacing: -2px;
    font-style: normal;
    background: url(../images/toptel.png) no-repeat left center;
    padding-left: 30px;
}

.header .tel a {
    background: #fdd000;
    padding: 5px 15px;
    display: inline-block;
    margin: 0 0 0 20px;
    color: #000;
    font-size: 17px;
    border-radius: 10px;
}


/*menu*/

.nav-menu {
    position: relative;
    z-index: 101;
    padding: 0 20px 0 40px;
}

.nav-menu>li {
    float: left;
    text-align: center;
    color: #FFF;
    padding: 0 20px;
    line-height: 98px;
    position: relative;
    height: 98px;
}

.nav-menu>li>a {
    color: #4c4c4c;
    font-size: 18px;
}

.nav-menu>li.active>a,
.nav-menu>li:hover>a {
    color: #f07538;
}

.bannerBottom {
    background: url(../images/headerBg.png) repeat top center;
    height: 143px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.main {
    margin-bottom: 10px;
}

.nav2 {
    position: absolute;
    left: -10px;
    top: 100%;
    z-index: 1000;
    width: 150px;
    overflow: hidden;
    display: none;
}

.nav2 li {
    text-align: left;
    background: #fdd000;
    padding: 10px 0;
    margin-bottom: 1px;
    padding-left: 13%;
    line-height: 30px;
    height: 30px;
}

.nav2 li a {
    color: #000;
    font-size: 15px;
    line-height: 15px;
    border-left: 3px solid #000;
    display: inline-block;
    text-indent: 10px;
}

.nav-menu>li:hover .nav2 {
    display: block;
}


/*footer*/


/*footer*/

.footer {
    background: url(../images/footerbg.jpg) repeat-x top center;
    padding-top: 97px;
    color: #fff;
}

.footer .footerTop {
    overflow: hidden;
    height: 310px;
}

.footer .footerTop h2 {
    font-size: 21px;
    line-height: 50px;
    position: relative;
    color: #fdd000;
}

.footer .footerTop .contactF {
    width: 645px;
    color: #FFF;
}

.footer .footerTop .contactF div b {
    font-size: 30px;
    color: #fdd000;
}

.footer .footerTop p {
    display: block;
    font-size: 15px;
    line-height: 26px;
    overflow: hidden;
}

.footer .footerTop .nav3 {
    width: 200px;
}

.footer .footerTop .nav3 ul li {
    width: 100%;
    font-size: 18PX;
    padding: 10px 0;
}

.footer .footerTop .nav3 ul li a {
    color: #FFF;
}

.footer .footerTop .nav3 ul li i {
    border-radius: 50%;
    border: 1px solid #FFF;
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    font-style: normal;
    text-align: center;
    margin-top: 1px;
}

.footer .footerTop .nav4 {
    width: 260px;
    margin-left: 20px;
}

.footer .footerTop .nav4 ul {
    width: 114px;
    margin: 0 5px;
    float: left;
}

.footer .footerTop .nav4 ul li {
    text-align: center;
}

.footer .footerTop .chat {
    width: 156px;
    height: 156px;
    text-align: center;
    margin-top: 84px;
}

.footer .footerTop .chat img {
    width: 130px;
    height: 130px;
    margin: 14px auto;
    display: block;
}

.footer .foot_nav {
    width: 100%;
    color: #d6d6d6;
    text-align: center;
    border-top: 1px solid #3b90db;
}

.footer .foot_nav span {
    line-height: 65px;
    font-size: 14px;
}

.footer .foot_nav span img {
    display: inline-block;
    vertical-align: middle;
}

.footer .foot_nav span a {
    color: #d6d6d6;
}