@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*/


/* footer */

.footer {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: #242424;
    padding: 20px 0;
}

.footer.basics {
    background: #079a3e!important;
}

.footer,
.footer a {
    color: #fff;
}

.fnav {
    padding-top: 25px;
}

.fnav span {
    padding: 0 20px;
}

.fnav,
.fnav a {
    font-size: 12px;
}

.footer .wx img {
    display: block;
    width: 80px;
    height: 80px;
    border: 4px #ffffff solid;
}

.copyright {
    line-height: 26px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7);
}


/* footer end*/

.leftside {
    width: 210px;
    float: left;
}

.rightinfo {
    width: 955px;
    float: right;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #d8d8d8;
}

.ltop {
    position: relative;
    height: 40px;
}

.ltop strong {
    color: #282828;
    font-size: 20px;
    font-weight: bold;
    border-left: solid 3px #079a3e;
    padding-left: 10px;
    position: relative;
    top: 10px;
    z-index: 99;
}

.ltop span {
    font-size: 36px;
    color: #d7d7d7;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
}

.lnav {
    width: 196px;
    margin-left: 16px;
    border-top: solid 1px #ebebeb;
    margin-top: 5px;
    padding-top: 7px;
}

.lnav ul {}

.lnav ul li {
    width: 196px;
    height: 36px;
    line-height: 36px;
    background: url(../images/lnavbg01.jpg) no-repeat left top;
    margin-bottom: 20px;
}

.lnav ul li a {
    display: block;
    color: #6b6b6b;
    font-weight: bold;
    padding-left: 10px;
}

.lnav ul li:hover,
.lnav ul li.cur {
    background: url(../images/lnavbg02.jpg) no-repeat left top;
}

.lnav ul li a:hover,
.lnav ul li.cur a {
    color: #fff;
}

.dtitle {
    text-align: center;
    font-size: 18px;
    padding: 30px 0;
}

.ddesc {
    padding-bottom: 40px;
}


/*公司新闻详情页*/

.new-title {
    text-align: center;
    margin-top: 30px;
}

.new-title h6 {
    font-size: 20px;
    color: #363636;
    height: 55px;
}

.new-title span {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}

.new-title p {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    border-top: 1px #dddddd solid;
    padding-top: 15px;
}

.news-article {
    /*text-align: center;*/
}

.news-article table {
    width: 100%;
}

.news-article table tr {
    border: 1px Solid #000;
}

.news-article table tr td {
    border: 1px Solid #000;
}

.next-next {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.next-next ul {
    display: inline-block;
}

.next-next ul li {
    float: left;
    padding: 0 20px;
    height: 26px;
    border-radius: 15px;
    border: 1px #dddddd solid;
    margin: 0 5px;
}

.next-next ul li a {
    display: block;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.ncont-right {
    width: 1200px;
    text-align: right;
    margin: 5px auto;
}


/*公司新闻详情页 end*/