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: 1000px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1000 ? "1000px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #484747;
    /*文字颜色定义 */
    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;
}


/* 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: 1100px;
    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: #3671cf;
}

.color {
    color: #3671cf;
}


/*header*/

.header_center {
    height: 104px;
    width: 100%;
    border-bottom: 1px solid #BFBFBF;
}

.header_center .fl {
    margin-top: 23px;
}

.header_phone {
    width: 263px;
    /* height: 46px; */
    margin-top: 27px;
    text-align: center;
}

.header_phone p {
    font-size: 18px;
    color: black;
    letter-spacing: 2px;
    background: url("../images/h2.png") no-repeat center;
    height: 24px;
    background-position-x: 29px;
}

.header_phone h2 {
    font-size: 28px;
    color: #FE940E;
    line-height: 30px;
}

.header_nav {
    width: 100%;
    height: 94px;
    border-top: 4px solid #0348B2;
}


/*menu*/

.menu {
    position: relative;
    z-index: 100;
    text-align: center;
}

.menu>li {
    height: 94px;
    width: 118px;
    text-align: center;
    position: relative;
    margin: 0 9px;
    display: inline-block;
    vertical-align: top;
}

.menu>li a {
    font-size: 16px;
    color: #494747;
    display: block;
    width: 100%;
    height: 94px;
}

.menu>li a p {
    width: 100%;
    padding-top: 20px;
}

.menu>li:hover,
.menu>li.hover {
    background: url(../images/h3.png) no-repeat center bottom;
}

.menu>li:hover a,
.menu>li.hover a {
    color: white
}


/*footer*/

.footer {
    width: 100%;
    background: url(../images/bg3.jpg) no-repeat center top;
    margin-top: -30px;
}

.footer .footer_box {
    padding: 30px;
    min-height: 100px;
    background: #0348B2;
    color: white;
    margin-top: 188px;
}

.footer .footer_box .footer_contact {
    width: 420px;
    height: auto;
}

.footer .footer_box .footer_contact .txt1 {
    height: 30px;
    font-size: 16px;
    background: url(../images/f9.png) no-repeat bottom left;
}

.footer .footer_box .footer_contact .txt2 {
    margin-top: 12px;
}

.footer .footer_box .footer_contact .txt2 p {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    padding-left: 27px;
}

.footer .footer_box .footer_contact .txt2 p.pic1 {
    background: url(../images/f1.png) no-repeat left center;
}

.footer .footer_box .footer_contact .txt2 p.pic2 {
    background: url(../images/f2.png) no-repeat left center;
}

.footer .footer_box .footer_contact .txt2 p.pic3 {
    background: url(../images/f3.png) no-repeat left center;
}

.footer .footer_box .footer_contact .txt2 p.pic4 {
    background: url(../images/f4.png) no-repeat left center;
}

.footer .footer_box .footer_right {
    width: 615px;
}

.footer .footer_box .footer_right .footer_nav {
    text-align: left;
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
    background: url(../images/f5.png) no-repeat left center;
    margin-left: -32px;
}

.footer .footer_box .footer_right .footer_nav li {
    display: inline-block;
    font-size: 16px;
    margin-right: 23px;
}

.footer .footer_box .footer_right .footer_nav li a {
    color: white;
}

.footer .footer_box .footer_right .footer_nav li:hover a {
    border-bottom: 1px solid #BDBDBD;
}

.footer .footer_box .footer_right .bottom {
    margin-top: 20px;
}

.footer .footer_box .footer_right .bottom .footer_nav2 {
    margin-top: 28px;
    width: 360px;
}

.footer .footer_box .footer_right .bottom .footer_nav2 li {
    display: inline-block;
    width: 100px;
    height: 28px;
    border-bottom: 1px solid white;
    margin-right: 77px;
    margin-bottom: 20px;
}

.footer .footer_box .footer_right .bottom .footer_nav2 li a {
    color: white;
    font-size: 14px;
}

.footer .footer_box .footer_right .bottom .footer_nav2 li:hover {
    border-bottom: 1px solid #BDBDBD;
}

.footer .footer_box .footer_right .bottom .chat {
    width: 130px;
}

.footer .footer_box .footer_right .bottom .chat img {
    width: 130px;
    height: 130px;
}

.footer_bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2A2929;
    color: white;
    text-align: center;
}

.footer_bottom strong {
    font-weight: 500;
    padding: 0 30px;
}

.footer_bottom strong a {
    color: white;
}