@charset "UTF-8";
html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    /*解决chrome浏览器下字体不能小于12px*/ }

body {
    overflow-x: hidden;
    font-size: 12px;
    color: #333333;
    font-family:  "Microsoft YaHei", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", simhei, "PingFang SC", "Hiragino Sans GB", sans-serif;
}
a {outline:none;text-decoration:none;color:inherit;cursor:pointer;}
a:hover{text-decoration:none;}
html { zoom:1; }
html * {  outline:0; zoom:1; }
html button::-moz-focus-inner { border-color: transparent !important; }

/*设置margin和padding为0*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

fieldset, a, img,input,button,select,textarea {
    border: 0; }

address, caption, cite, code, dfn, em, th, var，i {
    font-style: normal;
    font-weight: normal; }

li {
    list-style: none; }

caption, th {
    text-align: left; }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal; }

q:before, q:after {
    content: ''; }

em, i {
    font-style: normal; }

input[type="submit"], input[type="reset"], input[type="button"], input[type=date], button, select, input[type=text] {
    /*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important; }

a, input[type=text], select, input[type=password], textarea {
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important; }

input::-webkit-input-placeholder {
    color: #aaa; }
.fl{float:left;}
.fr{float:right;}
.clearfix{clear:both;}
.warpper{width:1200px;margin:0 auto;}

/* header */
.header {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
}

.header .logo {
    margin-top: 16px;
    height: 51px;
}
.header .logo img{
    display: block;
    height: 100%;
}

.nav {
}

.nav>ul {
}

.nav>ul>li {
    float: left;
    text-align: center;
    height: 80px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
}

.nav>ul>li > a {
    display: block;
    font-size: 14px;
    line-height: 76px;
    border-top: solid 4px #fff;
    font-weight: bold;
    color: #333333;
    padding: 0 15px;
    min-width: 60px;
}

.nav>ul>li > a:hover {
    background: #079a3e url("../images/nav-bg.jpg") right center no-repeat;
    border-top: solid 4px #057830;
    color: #fff;
}
.nav>ul>li.active > a{
    background: #079a3e url("../images/nav-bg.jpg") right center no-repeat;
    border-top: solid 4px #057830;
    color: #fff;
}

.nav>ul>li>dl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 80px;
    background: url(../images/wbg.png) repeat;
    display: none;
}

.nav>ul>li>dl>dt {
    height: 35px;
    line-height: 35px;
    text-align: left;
}

.nav>ul>li>dl>dt a {
    font-size: 14px;
    color: #757575;
    display: block;
    padding-left: 15px;
    width: 205px;
}

.nav>ul>li>dl>dt a:hover {
    color: #079a3e;
}

.special{
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 99;
    text-align: center;
    transition: none;
}
.special ul {
    display: inline-block;
    width: 1200px;
    padding-top: 25px;
    padding-bottom: 40px;
}
.special ul li{
    float: left;
    width: 240px;
    text-align: left;
    height:195px; 
}
.special ul li h6{
    height: 40px;
    line-height: 40px;
    background: #e6e6e6;
    font-weight: bold;
    text-align:left;
    padding-left:10px;
    width:230px;
}
.special ul li .sp-first{
    display: inline-block;
    color: #079a3e;
    font-size: 14px;
    line-height: 41px;
    border-bottom: 4px transparent solid;
}
.special ul li:hover .sp-first{
    color: #079a3e;
    border-bottom: 4px #079a3e solid;
}
.special ul li .sp-nav{
    padding: 10px 0;
}
.special ul li .sp-nav dl dt{
    height: 22px;
}
.special ul li .sp-nav dl dt a{
    line-height: 22px;
    color: #5b5b5b;
    padding-left: 10px;
}
.special ul li .sp-nav dl dt a:hover{
    color: #079a3e;
}











.inbanner {
    width: 100%;
    height: 478px;
    background: center top no-repeat;
    margin-top: 80px;
}

.hotline {
    width: 100%;
    background: url(../images/telbg.jpg) no-repeat center top;
    height: 168px; /*text-align:center;*/
}

.hotline .tel {
    font-size: 30px;
    color: #079a3e;
    padding-top: 20px;
    padding-left: 320px;
}

.hotline .tel strong {
    font-family: Impact;
    font-weight: 500;
}

.hotline .tel i {
    width: 83px;
    height: 83px;
    display: inline-block;
    background: url(../images/tel.png) no-repeat;
    position: relative;
    top: 30px;
    margin-right: 30px;
}
/* header end*/


