* {
    margin: 0;
    padding: 0;
    font-family: MicrosoftYaHei;
}

input, button, select, textarea {
    outline: none;
}

ul > li {
    list-style: none;
}

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

p > a {
    color: #666;
}

.head {
    width: 100%;
    height: 90px;
    background-color: #f7f7f7;
    border-top: 6px solid #006341;
    position: fixed;
    z-index: 1000;
}

.container {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    position: relative;
    min-height: 155px;
}

.head .container {
    height: 90px;
    min-height: 90px !important;
}

.head .container .logo {
    width: 130px;
    height: 90px;
    float: left;
    /*background: url(../img/index/logo.png) no-repeat center;*/
    line-height: 90px;
}

.head .container .nav {
    width: 500px;
    height: 90px;
    float: right;
}

.nav ul li {
    float: left;
    margin-top: 38px;
    margin-right: 40px;
    height: 35px;
    font-size: 16px;
    font-weight: 100;
    color: #333;
    border-bottom: 2px solid transparent;
    transition: all .5s;
}

.nav ul li:hover a {
    color: #006341 !important;
}

.nav ul li:hover {
    border-bottom: 2px solid #006341;
}

.nav ul li.active {
    border-bottom: 2px solid #006341;
}

.nav ul li.active a {
    color: #006341 !important;
}

.row {
    position: relative;
    width: 100%;
}

button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
}

.btn-primary {
    padding: 2px 10px;
    border: 1px solid #00572c;
    color: #00572c;
}

.btn-radius {
    border-radius: 13px;;
}

.footer {
    width: 100%;
    height: 275px;
    background-color: #2a2e38;
    box-sizing: border-box;
    padding: 28px 0;
}

.footer-logo {
    width: 180px;
    height: 125px;
    float: left;
    border-right: 1px solid #3c404a;
    background: url(../img/index/logo.png) no-repeat left center;
}

.footer .link {
    width: 480px;
    height: 125px;
    float: left;
    position: relative;
    padding-left: 60px
}

.footer .link > h5 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #ffffff;
}

.footer .link > p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #999999;
    position: absolute;
    bottom: 0;
    left: 50px;
}

.footer table tr td {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0;
    color: #999999;
}

.footer .link table tr td > a {
    display: inline-block;
    margin-right: 40px;
    color: #999999;
}

.footer-concat {
    width: 400px;
    height: 125px;
    float: right;
    position: relative;
    text-align: right;
}

.footer-concat > h4 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #ffffff;
    text-align: right;
}

.footer-concat > span {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #ffffff;
    display: inline-block;
    text-align: right;
}

.footer-concat > .bottom-tips {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #999999;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-concat > .bottom-tips > p:last-child {
    margin-top: 6px;
}

.white-btn {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #ffffff;
    border: 1px solid #fff;
    padding: 4px 40px;
    border-radius: 20px;
}


.right-nav > div:last-child {
    margin-top: 37px;
}


#udesk_btn {
    display: none;
}

.container-bottom {
    width: 100%;
    height: 60px;
    border-top: 1px solid #3c404a;
}

.container-bottom .container-item {
    width: 1200px;
    margin: 0 auto;
}

.container-bottom img {
    margin: 15px 20px 0 0;
}

.container-bottom .first-item {
    margin-left: 241px;
}


.indicator-triangle {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #f5f5f6;
    transition: left .3s linear;
    visibility: hidden;
}

.hot-container-item {
    margin-bottom: 50px;
}

img {
    border-style: none !important;
    border: none !important;
}
.concat-service{
    width: 100%;
    height: 60px;
    background: url(../img/index/service-phone.png) no-repeat right;
}