@charset "utf-8";
/*reset*/

/* CSS reset for c_b */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    padding: 5px;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

ception,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: none;
}

/*for ff f6n.net*/
a:hover {
    text-decoration: underline;
}

/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/
.curp {
    cursor: pointer
}

;

/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input,
select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea,
button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

/*end reset*/



/* CSS Document */
body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 12px;
    font-family: microsoft yahei, "宋体";
    position: relative;
}

/*网站字体颜色*/
.header,
.content,
.footer,
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

/*页眉*/
.header {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.headertop {
    height: 100px;
    margin: 0 auto;
    display: flex;
}


.headertop .hlogo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
}

.headertop .hlogo img {
    max-height: 100px;
}

.headertop .wen {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
    background: url(../images/logo_bg.png) no-repeat left center;
    padding-left: 50px;
    margin-left: 15px;
}

.headertop .wen h2 {
    font-size: 20px;
    color: #b31ad4;
}

.headertop .wen img {
    display: block;
    margin-top: 10px;
}

.headertop .headerright {
    overflow: hidden;
    float: right;
    width: 205px;
}

.headertop .headerright ul {
    overflow: hidden;
    margin-top: 14px;
    float: right;
}

.headertop .headerright li {
    float: left;
    font-size: 12px;
    padding: 0 10px;
    border-right: 1px dotted #666;
}

.headertop .headerright li a {
    color: #666
}

.headertop .headerright .last {
    border: none;
    padding-right: 0;
}

.headertop .phone {
    float: right;
    overflow: hidden;
    padding-right: 25px;
    text-align: right;
    background: url(../images/phone.png) no-repeat right center;
    margin-top: 20px;
    height: 45px;
}

.headertop .phone p {
    font-size: 16px;
    color: #f90;
}

.headertop .phone h3 {
    font-size: 22px;
    color: #ff9900;
    font-weight: normal;
}

.headerNav {
    overflow: hidden;
    width: 100%;
    height: 60px;
    background: #ff0045;
}

.headerNav li {
    float: left;
    background: url(../images/nav_bor.png) no-repeat right center;
    line-height: 55px;
    font-size: 13px;
}

.headerNav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    width: 100px;
    text-align: center
}

.headerNav li:last-child {
    background: none;
}

.headerNav li.cur,
.headerNav li:hover {
    background-color: #b31ad4;
    border-bottom: 5px solid #dd91e1;
}

/*link*/
.link {
    overflow: hidden;
    padding: 35px 0;
}

.link h3 {
    font-size: 20px;
    float: left;
}

.link h3 a {
    color: #03864D;
}

.link h3 span {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    font-family: Arial;
    margin-left: 5px;
}

.link ul {
    overflow: hidden;
    float: right;
    width: 88%;
}

.link li {
    float: left;
    font-size: 14px;
    color: #666;
    margin: 5px 15px;
    white-space: nowrap;
}

.link li a {
    color: #666
}

/*footer*/
.footer {
    overflow: hidden;
    width: 100%;
    padding-bottom: 25px;
    background-color: #ff0045;
    padding-top: 30px;
}

.footer .f_top {
    overflow: hidden;
    padding-bottom: 55px;
    border-bottom: 1px solid #289465;
    margin-bottom: 30px;
}

.footer .f_logo {
    display: block;
    float: left;
    max-height: 100px;
}

.footer .f_nav {
    overflow: hidden;
    float: left;
    width: 280px;
    margin-left: 30px;
}

.footer .f_nav li {
    overflow: hidden;
    width: 140px;
    float: left;
    font-size: 12px;
    line-height: 30px;
}

.footer .f_nav li a {
    color: #fff;
}

.footer .ewm {
    display: block;
    float: left;
    max-height: 150px;
}

.footer .info {
    overflow: hidden;
    float: right;
    width: 240px;
}

.footer .info li {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.footer .info span {
    display: block;
    float: left;
    width: 55px;
    text-align: right
}

.footer .info em {
    display: block;
    float: left;
    width: 140px;
}

.footer p {
    text-align: center;
    font-size: 12px;
    color: #c3d9cd;
    line-height: 25px;
}

.footer p a {
    color: #c3d9cd;
}

/*fiexd*/
.fiexd_ad {
    overflow: hidden;
    width: 100%;
    height: 32px;
    padding: 13px 0;
    background: url(../images/fixedbg.png) center bottom;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.fiexd_ad img {
    display: block;
    float: left;
    margin-right: 25px;
}

.fiexd_ad .flogo {
    max-height: 50px;
}

.fiexd_ad input {
    overflow: hidden;
    padding-left: 44px;
    width: 130px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #666;
    float: left;
    border: none;
}

.fiexd_ad .name {
    background: url(../images/fiexd_name.png) no-repeat left center;
    background-color: #fff;
    margin-right: 20px;
}

.fiexd_ad .phone {
    background: url(../images/fiexd_phone.png) no-repeat left center;
    background-color: #fff;
    margin-right: 8px;
}

.fiexd_ad span {
    display: block;
    width: 72px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background-color: #2c2c2c;
    cursor: pointer;
    float: right;
}

.fiexd_ad .close {
    display: block;
    width: 27px;
    height: 26px;
    position: absolute;
    top: 17px;
    right: 130px;
    background: url(../images/colose.png) no-repeat left center;
}

.retop ul {
    overflow: hidden;
}

.retop li {
    float: left;
    margin-left: 10px;
}

.retop li img {
    display: block;
}

.rtTop {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: fixed;
    top: 90%;
    right: 5%;
    cursor: pointer;
    display: none;
}

.rtTop h4 {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: relative;
}

.rtTop img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}