﻿@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
}
::selection { color: #fff; background-color: #01bcaa; }
::-moz-selection { color: #fff; background-color: #01bcaa; }
::-webkit-selection { color: #fff; background-color: #01bcaa; }
body {
    font-size: 14px;
    color: #333;
    margin: 0px;
    font-family: 微软雅黑, Microsoft YaHei, Arial, Helvetica, sans-serif;
}

ul,
li {
    list-style-type: none;
}

img,
ul,
li {
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

a:active {
    text-decoration: none;
}

.clear {
    clear: both;
}

img {
    border: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix {
    display: inline-table;
}

input,
textarea {
    outline: none;
    border: 0px;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

h3 {
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
dt {
    margin: 0;
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

/* End hide from IE-mac */

@media screen and (min-width:1180px) {
    body {
        overflow-x: hidden;
    }
}

/*公用*/

.con_width {
    width: 1180px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

/*字体定义*/

.fon_imp {
    font-family: "Impact";
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f36 {
    font-size: 36px;
}

/*颜色定义*/

.black {
    color: #545454;
}

.gray {
    color: #c4c3c3;
}

.red,
.red a {
    color: #029c86;
}

.blue,
.blue a {
    color: #01bcaa;
}

.white {
    color: #fff;
}

/*单行文本溢出省略号*/

.ellip {
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_box {}

.top {
    height: 30px;
    line-height: 30px;
    background: #eeeeee;
    font-size: 12px;
}

.top a {
    padding: 0 5px;
}

.top a img {
    margin-bottom: -4px;
}

.logo,
.toper .logo .logo_phone {
    overflow: hidden;
}

.logo {
    margin: 0 auto;
}

.logo h1 {
    margin: 20px 0;
}

.logo h1 strong {
    display: block;
    margin-top: 12px;
    font-size: 20px;
}

.logo .ding {
    line-height: 25px;
    color: #555;
    font-size: 15px;
    float: left;
    margin: 30px 0 0 15px;
}

.logo,
.toper .logo .logo_phone {
    overflow: hidden;
}

.logo .logo_phone {
    margin-top: 40px;
    color: #000;
}

.logo .logo_phone p {
    background: url(../images/con_phone.png) no-repeat left center;
    font-size: 24px;
    font-weight: bold;
    padding-left: 40px;
}

.logo .logo_phone p a {
    display: block;
    width: 110px;
    height: 30px;
    float: right;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    background: #01bcaa;
    line-height: 30px;
    color: #fff;
    margin-left: 20px;
}

/*nav*/

.nav_all {
    height: 55px;
    background: #01bcaa;
}

.nav {
    width: 1180px;
    height: 55px;
    margin: 0 auto;
    z-index: 9999;
}

.nav li {
    float: left;
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 100;
    text-align: center;
}

.nav li a {
    float: left;
    display: block;
    height: 55px;
    text-align: center;
    line-height: 55px;
    padding: 0 29px;
    font-size: 15px;
    color: #fff;
}

.nav li:hover a {
    background: #029c86;
}

.another a {
    background: #029c86;
}

.fixedNav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}


/* footer */

.footer {
    height: 294px;
    background-color: #333;
}

.footer ul.foot_dh{
    width: 300px;
}
.footer ul.foot_dh li{
    float: left;
    width: 130px;
}
.footer ul.foot_dh li a{
    font-size: 14px;
    color: #ccc;
    line-height: 40px;
}
.footer .footer-r-bottom {
    /* height: 220px; */
    padding-top: 50px;
}

.footer .footer-r-bottom .logo {
    margin-top: 35px;
}

.footer .footer-r-bottom .footer-b-l h2 {
    font-size: 14px;
    color: #ccc;
    line-height: 35px;
}

.footer .footer-r-bottom .footer-b-l p {
    font-size: 14px;
    color: #ccc;
    line-height: 30px;
}

.footer .footer-r-bottom .footer-b-l p a {
    font-size: 14px;
    color: #ccc;
    line-height: 35px;
}

.footer .footer-r-bottom .footer-b-l {
    width: 700px;
    /* margin-left: 20px; */
}

.footer .footer-r-bottom .footer-b-r {
    background: url(../images/er.png) no-repeat top left;
    width: 143px;
    height: 145px;
    position: relative;
    right: 20px;
    top: 30px;
}

.footer .footer-r-bottom .footer-b-r img {
    width: 122px;
    height: 122px;
    top: 11px;
    position: absolute;
    left: 10px;
}