﻿* {
    padding: 0;
    margin: 0;
    border: none;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

body {
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
}

li {
    list-style: none
}

.clearfix {
    /* 瑙﹀彂 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

button, input {
    border: none;
    outline: none;
}

.pos {
    font-size: 14px;
    line-height: 18px;
    margin: 22px auto;
    width: 1200px;
}

.header .con {
    background: url("/pub/banner.jpg") no-repeat center top;
    width: 100%;
    min-width: 1200px;
    height: 350px;
}

.header .con .headerTop {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

.header .con .headerTop span, .header .con .headerTop a {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}

.header .con .headerTop .ipv {
    background: #CDE2F6;
    color: #3C7FB6;
    font-size: 14px;
    line-height: 20px;
    width: 96px;
    vertical-align: 10px;
    border-radius: 10px;
}

.header .con .headerTop a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #f0f0f0;
    border-radius: 4px;
}

.header .con .headerTop a:hover {
    background: #e3f0fe;
}

.header .con .headerTop a.phone i {
    background: url("/pub/icon_phone.png") center center no-repeat;
    width: 100%;
    display: inline-block;
    height: 100%;
}

.header .con .headerTop a.phone:hover i {
    background: url("/pub/icon_phone1.png") center center no-repeat;
}

.header .con .headerTop a.wza i {
    background: url("/pub/icon_wza.png") center center no-repeat;
    width: 100%;
    display: inline-block;
    height: 100%;
}

.header .con .headerTop a.wza:hover i {
    background: url("/pub/icon_wza1.png") center center no-repeat;
}

.header .con .headerTop a.wechat i {
    background: url("/pub/icon_wechat.png") center center no-repeat;
    width: 100%;
    display: inline-block;
    height: 100%;
}

.header .con .headerTop a.wechat:hover i {
    background: url("/pub/icon_wechat1.png") center center no-repeat;
}

.header .con .headerTop a.wechat {
    position: relative;
}

.header .con .headerTop .wechat .ewm {
    position: absolute;
    top: 32px;
    right: 0;
}

.header .con .headerCon {
    width: 1200px;
    margin: 90px auto 0;
}

.header .search form {
    width: 280px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    margin-right: 10px;
    display: block;
    border: 1px solid #3e87ea;
    background: #FFFFFF;
    overflow: hidden;
}

.header .search form input {
    height: 100%;
    font-size: 15px;
    display: block;
    background: none;
    border: none;
    width: 240px;
    text-indent: 10px;
}

.header .search form button {
    width: 30px;
    height: 100%;
    cursor: pointer;
    background: #FFFFFF;
    padding-right: 8px;
    display: block;
}

.header .search form button img {
    vertical-align: -1px;
}


.header .nav {
    background: #0570D3;
    line-height: 60px;
    height: 60px;
}

.header .nav ul {
    width: 1200px;
    margin: 0 auto;
}

.header .nav ul li {
    float: left;
    color: #FFFFFF;
    padding: 0 48px;
    font-size: 22px;
}

.header .nav ul li img{
    vertical-align: middle;
}

.header .nav ul li.index {
    padding: 0 28px;
}

.header .nav ul li.active {
    background: url(http://gdyjzx.zxgzqz.com/public/bg_nav_a.png) no-repeat center bottom #106eb5;
}