@charset "utf-8";

/***-----------------全局初始化-----------------**/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    color: #575757;
    text-decoration: none;
    font-size: 12px;
    line-height: 22px;
    max-width: 640px;
    margin: 0 auto;
}

ol,
ul,
li {
    list-style: none;
}


/**-----链接-----**/

a:link,
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #a88e7d;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.rig {
    float: right;
}

img {
    max-width: 100%;
}


/***--------------------------------------------------***/

.box {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.te1 {
    left: 0;
    top: 0;
}

.te2 {
    right: 0px;
}

.banner {
    text-align: center;
	display: block;
}

.banner img{
    width:100%;
	display: block;
}

.nav {
    height: 50px;
    max-width: 1440px;
    margin: 0 auto;
    background-color: #026a96;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    margin: 0px auto 3px auto;
}

.nav a {
    padding: 0 20px;
    color: #FFF;
    font-size: 16px;
}

.ind_con {
    margin: 10px auto 10px auto;
    padding: 10px 1em;
    font-size: 14px;
    line-height: 30px;
}

.ind_con h1 {
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.ind_con h2 {
    font-weight: normal;
    color: #026a96;
    text-align: left;
    font-size: 22px;
    line-height: 40px;
    margin: 20px auto;
    text-indent: 28px;
    max-width: 1000px;
}

.ind_con p {
    text-indent: 2em;
    text-align: left;
    max-width: 1000px;
    margin: 20px auto;
    color: #000;
}

.f_font {
    text-align: center;
    line-height: 30px;
}

.menu {
    width: 900px;
    height: 80px;
    margin: 0 auto;
    margin-top: 30px;
}

.menu .tel {
    right: 0px;
    top: 72px;
}

.menu .tel span {
    color: #5e471e;
    font-size: 12px;
    line-height: 14px;
}

.menu .tel h2 {
    color: #4f341d;
    font-size: 20px;
    line-height: 24px;
}

.menu h3 {
    font: bold 26px/25px "微软雅黑";
    float: left;
    width: 160px;
    padding-top: 10PX;
}

.menu dl {
    width: 170px;
    font-size: 14px;
    float: left;
    display: block;
    margin-right: 10px;
    height: 126px;
    border-right: 1px solid #CCC;
    margin-left: 7px;
}

.color {
    color: #f00;
}

.color2 {
    color: #008080;
}

.weight {
    font-weight: bold;
}

.footer-hr {
    display: block;
    height: 75px;
}

.footer-fixed-btns {
    display: block;
    width: 100%;
    max-width: 640px;
    bottom: 0px;
    position: fixed;
}

.footer-fixed-inner {
    display: table;
    padding: 8px 0px;
    background-color: #eee;
    width: 100%;
}

.footer-fixed-btn-item {
    display: table-cell;
    width: 50%;
    text-align: center;
}

.footer-btn-call,
.footer-btn-swt {
    display: inline-block;
    width: 90%;
    padding: 12px 0px;
    color: #fff !important;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer-btn-call {
    background-color: #026a96;
}

.footer-btn-swt {
    background-color: #ff5722;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    .nav a {
        font-size: 15px;
        padding: 0 4px;
    }
    .ind_con h1 {
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
    }
    .ind_con h2 {
        font-size: 16px;
        line-height: 6px;
        font-weight: bold;
    }
    .ind_con p {
        margin: 10px auto;
    }
}

[id*=cnzz_stat] {
    display: none;
}