﻿@charset "utf-8";

/* CSS Document */

 ::selection {
    background-color: #61B112;
    color: #fff;
}

 ::-moz-selection {
    background-color: #61B112;
    color: #fff;
}

 ::-webkit-selection {
    background-color: #61B112;
    color: #fff;
}

 ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #61B112
}

 ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}


/*top*/

.clear {
    clear: both;
}


/*top*/

.topBox {
    width: 100%;
    height: 33px;
    border-bottom: solid 1px #e5e5e5;
}

.top {
    height: 35px;
    width: 1180px;
    margin: 0 auto;
    line-height: 35px;
    color: #b5b1b1;
}

.top p {
    float: left;
}

.top_fr {
    width: 189px;
    height: 34px;
    line-height: 34px;
    float: right;
    text-align: center;
    color: #b5b1b1;
}

.top_fr a {
    padding: 0 4px;
    color: #b5b1b1;
    font-size: 12px;
}

.topsc {
    float: right;
    width: 136px;
    height: 38px;
    margin-top: 46px;
}


/*headerBox*/

.headerBox {
    width: 100%;
    height: 145px;
    margin-bottom: 25px;
}

.header {
    width: 1180px;
    margin: 0 auto;
    height: 140px;
}

.head {
    width: 1180px;
    overflow: hidden;
    margin-top: 13px;
}

.head h1 {
    width: 600px;
    float: left;
    margin-top: 20px;
    margin-right: 35px;
}

.head h1 a img {
    width: 600px;
    height: 72px;
}

.head ol {
    width: 466px;
    float: left;
    margin-top: 28px;
}

.head ol li {
    font-size: 23px;
    color: #605f5f;
    line-height: 30px;
}

.head ol li em {
    color: #61B112;
    font-size: 22px;
}

.head_fr {
    /*width: 221px;*/
    height: 74px;
    float: right;
    /*padding-left: 54px;*/
    background: url(../images/phone-icon.png) no-repeat left;
    margin-top: 21px;
}

.head_fr .num {
    text-align: right;
    float: left;
    width: 235px;
    background: url(../images/header-fr-icon_03.jpg) no-repeat 5px 16px;
    margin-top: 0px;
    height: 58px;
    margin-left: 90px;
}

.head_fr p {
    height: 24px;
    line-height: 24px;
    margin-top: 11px;
    font-size: 14px;
    color: #797878;
    padding-bottom: 1px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 55px;
    text-align: left;
}

.head_fr span {
    width: 190px;
    height: 22px;
    display: block;
    font-size: 27px;
    color: #db0001;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 30px;
}

.head_fr a.zx {
    width: 112px;
    height: 32px;
    line-height: 32px;
    margin-top: 15px;
    text-align: center;
    float: right;
    color: #fff;
    background: #569f0b;
}


/*导航开始-2 */

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}


/*导航开始-2 */

.head_top_1 {
    width: 100%;
    height: 60px;
    background: #61B112;
    line-height: 60px;
}

.head_top_2 {
    width: 1180px;
    height: 60px;
    margin: 0 auto;
}

.head_top_menu {
    height: 60px;
}

.head_top_menu ul {}

.head_top_menu ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
}

.head_top_menu ul li a {
    color: #fff;
    display: block;
    padding: 0 60.5px;
    font-size: 18px;
}

.head_top_menu ul li a span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.head_top_menu ul li.last {
    background: none;
}

.head_top_menu ul li a:hover {
    color: #FFF;
    height: 60px;
    background: #f98700;
}

.another {
    background: #f98700;
    height: 60px;
}

.another a {
    color: #fff;
    display: block;
}


/*nav*/


/* footer begin */


/*footer*/

.left {
    float: left;
}

.right {
    float: right;
}

.content-1 {
    width: 1180px;
    margin: 0 auto;
}

.footer {
    width: 100%;
    height: 301px;
    background: url(../images/foot_bg.jpg) no-repeat;
    /*padding-top: 40px;*/
}


/*links*/

.links {
    width: 100%;
    height: 52px;
    background: url(../images/links.png) no-repeat center;
}

.links h4 {
    display: inline-block;
    padding: 0 10px 0 20px;
    font: bold 16px/52px "microsoft yahei";
    color: #fff;
}

.links a {
    display: inline-block;
    font: 14px/52px "microsoft yahei";
    color: #fff;
    padding-right: 10px;
}

.links a:hover {
    color: #FF9600;
}


/*footer-box*/

.footer-box {
    padding-top: 34px;
}

.footer-nav {
    width: 224px;
    height: 190px;
    border-right: 1px solid #0EBA04;
}

.footer-nav ul li {
    float: left;
    width: 112px;
}

.footer-nav ul li a {
    display: inline-block;
    padding-top: 15px;
    font: 16px "microsoft yahei";
    color: #fff;
}

.footer-nav ul li a:hover {
    color: #FF9600;
}

.footer-text {
    padding-top: 8px;
    color: #fff;
    line-height: 32px;
    width: 780px;
    padding-left: 20px;
    font-size: 16px;
}

.footer-text h2 {
    display: inline-block;
    font: 16px/32px "microsoft yahei";
    color: #fff;
}

.footer-text a {
    font: 16px/32px "microsoft yahei";
    color: #fff;
}

.footer-text a:hover {
    color: #FF9600;
}

.footer-text img {
    display: inline-block;
    padding-left: 10px;
    width: 82px;
    height: 16px;
    vertical-align: sub;
}

.footer-right {
    width: 138px;
    height: 138px;
}

.footer-right img {
    display: inline-block;
    width: 138px;
    height: 138px;
    /*padding-top: 30px;*/
}
