@charset "utf-8";
/* CSS Document */
body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #666;
    font-weight: normal;
    overflow-x:hidden;
}

* {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
    margin: 0;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.clr {
    clear: both;
}

a {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0;
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0px;
}

.clearfix {
    zoom: 1
}

.top {
    width: 1100px;
    margin: 0 auto;
}

.w1100 {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

/*默认文字连接样式*/
a {
    color: #333;
    text-decoration: none;
    outline: none;
    font-family: "Microsoft YaHei";
}

.clear {
    clear: both;
    height: 0;
}

/*------------顶部-------------*/
.header {
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

.header-l {
    float: left;
    font-size: 14px;
    color: #abaaaa;
}

.header-r {
    float: right;
}

.header-r a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-right: 13px;
    background: url(../images/header-x.png) no-repeat right center;
    padding-right: 13px;
}

.header-r a:last-child {
    background: none;
    margin: 0;
    padding: 0;
}

.header-r a:hover {
    color: #6a9d55;
}

.top-con {
    overflow: hidden;
    width: 100%;
}

.logo {
    float: left;
    width: 580px;
}

.logo h1 {
    width: 185px;
    float: left;
    height: 165px;
}

.er {
    width: 125px;
    float: left;
    margin-left: 65px;
    margin-top: 11px;
}

.er span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #5d5d5d;
}


.logo h3 {
    margin-top: 50px;
    border-left: 1px solid #b2b2b2;
    padding-left: 15px;
    float: left;
}

.logo h3 p {
    font-size: 26px;
    color: #488a27;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.logo h3 span {
    display: block;
    font-size: 16px;
    color: #5d5d5d;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 5px;
}

.logo h3 i {
    display: block;
    font-size: 12px;
    color: #6f6f6f;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}


.top-r {
    float: right;
    width: 270px;
}

.top-r .tel {
    float: right;
    margin-top: 26px;
}

.top-r .tel h2 {
    font-size: 16px;
    color: #666;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 22px;
    text-align: right;
}

.top-r .tel span {
    font-size: 20px;
    color: #666;
    font-family: "Arial";
}

.search_in {
    padding-top: 5px;
}

.search_text {
    width: 206px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    float: left;
    border: none;
    border: 1px solid #cacaca;
}

.search_bu {
    width: 42px;
    height: 30px;
    line-height: 30px;
    float: left;
    border: none;
    background: #6a9d55 url(../images/search.png) no-repeat center center;
    cursor: pointer;
}


/*------------导航-------------*/
.nav {
    height: 65px;
    font-weight: normal;
    line-height: 65px;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    background: #488a27;
}

.nav ul {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.nav ul li {
    float: left;
    display: inline-block;
}

.nav ul li .on {
    color: #c7a763;
}

.nav ul li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background: url(../images/nav_bg.jpg) no-repeat left center;
    padding: 0 45px;
    margin-left: -2px;
}

.nav ul li:last-child {
    background: none;
}

.nav ul li a:hover {
    color: #bd994d;
}


/*------------背景-------------*/
.banner {
}

.flickerplate {
    position: relative;
    z-index: -0;
    overflow: hidden;
    width: 100%;
    height: 580px;
    background-color: #e6e6e6
}

.flickerplate ul.flicks {
    margin: 0;
    padding: 0;
    width: 10000%;
    height: 100%;
    list-style: none
}

.flickerplate ul.flicks > li {
    float: left;
    display: table;
    width: 1%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.flickerplate .arrow-navigation {
    position: absolute;
    top: 5%;
    z-index: 100;
    overflow: hidden;
    width: 10%;
    height: 80%
}

.flickerplate .arrow-navigation .arrow {
    display: block;
    width: 90%;
    height: 100%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.flickerplate .arrow-navigation .arrow:hover, .flickerplate .arrow-navigation:hover {
    cursor: pointer
}

.flickerplate .arrow-navigation.left {
    left: 0
}

.flickerplate .arrow-navigation.left .arrow {
    margin: 0 0 0 50%;
    background: url(../images/arrow-left-light.png) no-repeat left;
    opacity: 0
}

.flickerplate .arrow-navigation.right {
    right: 0
}

.flickerplate .arrow-navigation.right .arrow {
    margin: 0 0 0 -50%;
    background: url(../images/arrow-right-light.png) no-repeat right;
    opacity: 0
}

.flickerplate .arrow-navigation.left.hover .arrow {
    margin: 0 0 0 20%;
    opacity: 1
}

.flickerplate .arrow-navigation.right.hover .arrow {
    margin: 0 0 0 -20%;
    opacity: 1
}

.flickerplate .dot-navigation {
    position: absolute;
    bottom: 40px;
    z-index: 100;
    width: 100%;
    text-align: center
}

.flickerplate .dot-navigation ul {
    margin: 0 auto;
    padding: 0 15px;
    width: 290px;
    list-style: none
}

.flickerplate .dot-navigation ul li {
    float: none;
    float: left;
    width: 62px;
    margin: 0px 5px;
}

.flickerplate .dot-navigation .dot {
    width: 62px;
    height: 4px;
    background: #fff;
}

.flickerplate .dot-navigation .dot:hover {
    background: #689b53;
    cursor: pointer
}

.flickerplate .dot-navigation .dot.active {
    background: #689b53;
}

.flickerplate.animate-transform-slide ul.flicks {
    -webkit-transition: -webkit-transform .6s;
    -moz-transition: -moz-transform .6s;
    -o-transition: -o-transform .6s;
    transition: transform .6s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden
}

.flickerplate.animate-transition-slide ul.flicks {
    position: relative;
    left: 0;
    -webkit-transition: left .4s ease-out;
    -moz-transition: left .4s ease-out;
    -o-transition: left .4s ease-out;
    transition: left .4s ease-out;
    -ms-transition: left .4s ease-out;
}

/*banner end*/


/*------------产品介绍-------------*/
.product {
    background: #f8f8f8;
    padding-top: 35px;
    padding-bottom: 20px;
}

.product h5 {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product h5 p {
    text-align: center;
    color: #6a9d55;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.protit {
    margin-top: 20px;
    border-top: 1px solid #dfdfdf;
    text-align: center;
}

.protit a {
    color: #5d5d5d;
    font-size: 14px;
    display: inline-block;
    height: 85px;
    line-height: 85px;
    padding: 0 40px;
    background: url(../images/p_ico.jpg) no-repeat left center;
}

.protit a:hover {
    color: #689b53;
}

.protit a:nth-child(1) {
    color: #689b53;
}

.porcon {
    clear: both;
}

.porcon ul li {
    float: left;
    margin-right: 28px;
    margin-bottom: 50px;
    -moz-box-shadow: 2px 2px 5px #f5f5f5;
    -webkit-box-shadow: 2px 2px 5px #f5f5f5;
    box-shadow: 2px 2px 5px #f5f5f5;
}

.porcon ul li:nth-child(3n) {
    margin-right: 0px;
}

.porcon ul li img {
    display: block;
    width: 346px;
    height: 215px;
}

.porlist {
    margin-bottom: 40px;
}

.porlist li {
    float: left;
    width: 530px;
    position: relative;
}

.porlist li:nth-child(2) {
    float: right;
}

.porlist li a, .porcon li a {
    display: block;
}

.porlist a p, .porcon a p {
    color: #999;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    background: #fff url(../images/more.jpg) no-repeat 484px center;
    padding: 0 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.porlist a:hover p, .porcon a:hover p {
    background: #6a9d55 url(../images/more_h.jpg) no-repeat 484px center;
    color: #fff;
}

.porcon a p {
    background: #fff url(../images/more.jpg) no-repeat 304px center;
}

.porcon a:hover p {
    background: #6a9d55 url(../images/more_h.jpg) no-repeat 304px center;
}


/*-------合作伙伴-----*/

.partner_list {
    background: #f1f1f1;
    padding: 25px 0;
    overflow: hidden;
}

.mr_frbox {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    background: #f1f1f1;
}

.partner_bg {
    height: 122px;
    width: 100%;
    background: #6a9d55;
    position: absolute;
    right: 1125px;
}

.partner_bg2 {
    height: 122px;
    width: 100%;
    background: #bd994d;
    position: absolute;
    right: -1125px;
}

.mr_frBtnL {
    position: absolute;
    top: 53px;
    left: -75px;
    cursor: pointer;
    display: inline;
}

.mr_frBtnR {
    position: absolute;
    top: 53px;
    right: -75px;
    cursor: pointer;
}

.mr_frUl {
    float: left;
    width: 1100px;
    overflow: hidden;
}

.mr_frUl ul li {
    display: inline;
    float: left;
    width: 200px;
    margin-right: 25px;
    overflow: hidden;
}

.mr_frUl ul li a {
    display: block;
}

.mr_frUl ul li img {
    display: block;
    width: 200px;
    height: 122px;
}


/*------------优势------------*/
.index_about {
    padding-top: 56px;
}

.about_title {
    text-align: center;
    margin-bottom: 50px;
}

.about_title img {
    margin: 0px auto;
}

.about_title p {
    text-align: center;
    color: #5d5c5c;
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 5px;
}

.about_left {
    width: 438px;
    float: left;
}

.about_right {
    width: 625px;
    float: right;
}

.mr_frbox2 {
    margin: 0 auto;
    position: relative;
    background: #f1f1f1;
}

.mr_frBtnL2 {
    position: absolute;
    top: 310px;
    left: 0x;
    cursor: pointer;
    display: inline;
}

.mr_frBtnR2 {
    position: absolute;
    top: 310px;
    left: 110px;
    cursor: pointer;
}

.mr_frUl2 {
    float: left;
    width: 1100px;
    overflow: hidden;
}

.mr_frUl2 ul li {
    display: inline;
    float: left;
    width: 625px;
    overflow: hidden;
}

.mr_frUl2 ul li h4 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    color: #6a9d55;
    font-weight: bold;
    margin-bottom: 30px;
}

.mr_frUl2 ul li h3 {
    font-size: 20px;
    font-weight: bold;
    color: #6a9d55;
}

.mr_frUl2 ul li p {
    font-size: 15px;
    color: #5d5d5d;
    line-height: 36px;
    margin-top: 15px;
    height: 105px;
    overflow: hidden;
}

/*------------关于我们-------------*/
.about_box {
    position: relative;
    background: url(../images/ab_bg.jpg) no-repeat center top;
    padding-top: 85px;
    margin-top: 70px;
    padding-bottom: 80px;
}

.about_text {
}

.about_text h4 {
    font-size: 20px;
    font-weight: bold;
    color: #4d4d4d;
}

.about_text span {
    display: block;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 4px;
    font-weight: normal;
    padding-top: 10px;
    position: relative;
    color: #ccc;
}

.about_text span i {
    display: block;
    height: 2px;
    background: #eed10d;
    width: 55px;
    position: absolute;
    left: 0px;
    bottom: -15px;
}

.about_text_b {
    width: 558px;
    position: absolute;
    left: 0px;
    top: 80px;
    background: #fff;
    padding: 30px 32px;
}

.about_text_b h3 {
    color: #5d5d5d;
    font-size: 15px;
    line-height: 36px;
    height: 210px;
    overflow: hidden;
}

.about_text_b a {
    display: inline-block;
    margin-top: 20px;
}

.about_img {
    width: 635px;
    float: right;
    margin-top: -50px;
}


/*------------------公司相册--------------------------*/
.about_img2 {
    margin-top: 30px;
}

#demo {
    width: 1100px !important;
    float: left;
    overflow: hidden;
    border: none;
}

#indemo {
    float: left;
    width: 8000%;
}

#demo1, #demo2 {
    float: left;
    display: inline-table;
}

#demo1 li, #demo2 li {
    width: 248px;
    height: 151px;
    padding: 5px;
    float: left;
    margin-right: 23px !important;
    background: #fff;
    overflow: hidden;
}

#demo1 li img, #demo2 li img {
    width: 248px !important;
    height: 151px !important;
    border: none !important;
}

#demo1 li:hover img, #demo2 li:hover img {
    border: none !important;
}

#demo1, #demo2 {
    float: left;
}


/*------------新闻资讯-------------*/
.news_text {
    margin-top: 32px;
}

.wrap {
    width: 1100px;
}

.a10 {
    font-width: bold;
    color: #333;
    text-decoration: none;
}

.a10:hover {
}

.md-head {
    position: absolute;
    left: 0;
    top: 130px;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    padding-bottom: 20px;
}

.md-head a {
    float: left;
    width: 170px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    color: #666;
    position: relative;
    border-right: 1px solid #d8d8d8;
}

.md-head a.wid {
    width: 170px;
}

.md-head a.cur {
    color: #6a9d55;
}

.md-head a.cur i {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    dispaly: block;
    height: 6px;
    background: url(../images/p_nav_ico.png) center bottom no-repeat;
}

.md-body {
    zoom: 1;
    margin-top: 95px;
}

a, area {
    blr: e-xpression(this.onFocus=this.blur())
}

:focus {
    -moz-outline-style: none;
}

#blogs_spacerank_0, #blogs_spacerank_1 {
}

.dl_news {
    width: 1160px;
}

.dl_news dl {
    width: 520px;
    float: left;
    margin-right: 60px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
}

.dl_news dt {
    font-size: 26px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    width: 85px;
    float: left;
    padding-top: 15px;
}

.dl_news dt a {
    color: #999;
}

.dl_news dt span {
    font-size: 16px;
    color: #999;
    display: block;
}

.dl_news dd {
    border-left: 1px solid #eaeaea;
    width: 409px;
    float: left;
    padding-left: 25px;
}

.dl_news dd a {
    display: block;
}

.dl_news dd a:hover h3, .dl_news dd a:hover h4, .dl_news dl:hover dt a, .dl_news dl:hover dt a span, .dl_news ul li a:hover {
    color: #6a9d55;
}

.dl_news dd h3 {
    font-size: 15px;
    color: #666;
    height: 20px;
    line-height: 20px;
}

.dl_news dd h4 {
    font-size: 13px;
    color: #b3b3b3;
    height: 50px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 10px;
}

.dl_news ul {
}

.dl_news ul li {
    font-size: 15px;
    border-bottom: 1px solid #eaeaea;
    width: 520px;
    float: left;
    margin-right: 60px;
}

.dl_news ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #5d5d5d;
}

.dl_news ul li a i {
    display: inline-block;
    margin-right: 5px;
}

.dl_news ul li a span {
    float: right;
    color: #999;
    font-size: 12px;
}


/*-----------------底部------------------*/
.footer_text {
    margin-top: 45px;
}

.links {
    background: #f6f6f6;
    height: 80px;
    line-height: 80px;
}

.links a {
    display: inline-block;
    margin: 0 15px;
    color: #999;
    font-size: 13px;
}

.links a:hover {
    color: #6a9d55;
}

.index_bottom {
    background: #292d30;
    padding-top: 40px;
}

.footer_width {
    padding-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #333;
}

.footer_center {
}

.footer_center dl {
    width: 212px;
    float: left;
}

.footer_center dt {
    font-size: 18px;
    font-weight: bold;
    color: #e4e4e4;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    display: inline-block;
}

.footer_center dt span {
    color: #666;
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
}

.footer_center dd {
}

.footer_center dd a {
    color: #999;
    font-size: 14px;
    width: 106px;
    float: left;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer_center dd a:hover {
    color: #6a9d55;
}

.dl_footer {
    margin-left: 270px;
}

.dl_footer dd {
    line-height: 30px;
    color: #999;
}

.dl_footer2 {
    float: right !important;
}

.address {
    color: #5f686e;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    border-top: 1px solid #343a3e;
    margin-top: 40px;
}

.address a {
    color: #5f686e;
}

.address a:hover {
    color: #5f686e;
    text-decoration: underline;
}

/*footer end*/


/*-----------productlist-----------*/
.idxProduct {
    width: 1100px;
    margin: 0 auto;
    min-width: 1100px;
}

.idxProduct .iP_top {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.idxProduct .iP_top h3 {
    margin-top: 40px;
    font-size: 26px;
    color: #333;
}

.idxProduct .iP_top p {
    margin-top: 5px;
    font-size: 18px;
    color: #2951e7;
    font-weight: bold;
}

.idxProduct .iP_top a {
    position: absolute;
    right: 0;
    height: 26px;
    line-height: 26px;
    bottom: 30px;
    color: #999;
    font-size: 12px;
}

.idxProduct .iP_top a:hover {
    text-decoration: underline;
}

.idxProduct .P_nav {
    padding: 50px 0 40px;
    color: #4c4c4c;
    font-weight:bold;
    font-size: 16px;
    
}

.idxProduct .P_nav a {
    color: #4c4c4c;
    margin: 0 25px;
}

.idxProduct .P_nav a:first-child {
    margin-left: 0;
}

.idxProduct .P_nav a:hover {
    text-decoration: underline;
    color:#488a27;
}

.idxProduct .P_boxTop {
    display: flex;
    display: -webkit-flex;
}

.idxProduct .P_boxTop .P_bT_box {
    flex: 1;
    -webkit-flex: 1;
    box-shadow: 0 0 20px #eee;
}

.idxProduct .P_boxTop .P_bT_box:first-child {
    margin-right: 19px;
}

.idxProduct .P_boxTop .P_bT_box:last-child {
    margin-left: 19px;
}

.idxProduct .P_boxTop .P_bT_box .P_bT_img {
    height: 328px;
    overflow: hidden;
}

.idxProduct .P_boxTop .P_bT_box .P_bT_img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: 1s;
    transition: 1s;
}

.idxProduct .P_boxTop .P_bT_box .P_bT_tit {
    height: 55px;
    line-height: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 16px;
    padding: 0 80px 0 30px;
    position: relative;
}

.idxProduct .P_boxTop .P_bT_box .P_bT_tit i {
    position: absolute;
    background: url("../images/more.jpg") center no-repeat;
    width: 17px;
    height: 17px;
    right: 30px;
    top: 50%;
    margin-top: -8px;
}

.idxProduct .P_boxTop .P_bT_box:hover .P_bT_tit {
    color: #fff;
    background: #2951e7;
}

.idxProduct .P_boxTop .P_bT_box:hover .P_bT_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.idxProduct .P_boxList {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 50px;
    width:1130px;
}

.idxProduct .P_boxList .P_bL_box {
    width: 340px;
    margin-right: 30px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px #eee;
    float:left;
}

.idxProduct .P_boxList .P_bL_box:nth-child(3n) {
    margin-right: 0;
}

.idxProduct .P_boxList .P_bL_box .P_bL_img {
    height: 215px;
    overflow: hidden;
}

.idxProduct .P_boxList .P_bL_box .P_bL_img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: 1s;
    transition: 1s;
}

.idxProduct .P_boxList .P_bL_box .P_bL_tit {
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 16px;
    padding: 0 80px 0 30px;
    position: relative;
}

.idxProduct .P_boxList .P_bL_box .P_bL_tit i {
    position: absolute;
    background: url("../images/more.jpg") center no-repeat;
    width: 12px;
    height: 12px;
    right: 30px;
    top: 50%;
    margin-top: -6px;
    background-size: 100%;
}

.idxProduct .P_boxList .P_bL_box:hover .P_bL_tit {
    color: #fff;
    background: #6a9d55;
}

.idxProduct .P_boxList:hover .P_bL_box .P_bL_tit i {
    background: url("../images/more_h.jpg") center no-repeat;
}

.idxProduct .P_boxList .P_bL_box:hover .P_bL_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.page_fy {
    padding: 20px 0 40px;
    text-align: center;
    line-height: 30px;
    color: #999;
    font-size: 12px;
}

.page_fy a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e8e8e8;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin: 0 3px;
    color: #999;
}

.page_fy a:hover {
    color: #0281d2;
}

.page_fy a.active {
    color: #0281d2;
}

.page_fy input[type="text"] {
    border: 1px solid #e8e8e8;
    height: 28px;
    width: 38px;
    text-align: center;
    margin: 0 3px;
}

.page_fy input[type="button"] {
    border: 1px solid #e8e8e8;
    height: 30px;
    padding: 0 15px;
    text-align: center;
    margin: 0 3px;
    background: none;
    color: #333;
    border-radius: 2px;
    cursor: pointer;
}


/*--------articlelist-------*/
.news_list {
}

.news_list ul li {
    padding: 25px 0;
    border-bottom: 1px solid #ececec;
    zoom: 1;
}

.news_list ul li:first-child {
    padding-top: 0;
}

.news_list ul li:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.news_list ul li .newslist_left {
    width: 270px;
    float: left;
}

.news_list ul li .newslist_left img {
    width: 100%;
    vertical-align: top;
}

.news_list ul li .newslist_right {
    margin-left: 300px;
}

.news_list ul li .newslist_right .newslist_bt {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333;
}

.news_list ul li .newslist_right .newslist_sj {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #6b6b6b;
}

.news_list ul li .newslist_right .newslist_nr {
    line-height: 25px;
    height: 75px;
    font-size: 14px;
    color: #989898;
}

.news_list ul li .newslist_right .newslist_lcs {
    margin-top: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #959595;
    font-size: 14px;
}

.news_list ul li .newslist_right .newslist_lcs a.fr {
    display: inline-block;
    padding: 0 20px;
    height: 28px;
    border: 1px solid #e6e6e6;
    line-height: 28px;
    font-size: 12px;
    color: #999;
}

.news_list ul li .newslist_right a:hover .newslist_bt {
    color: #6a9d55;
}

.news_list ul li .newslist_right a:hover .newslist_nr {
    color: #6a9d55;
}

.news_list ul li .newslist_right .newslist_lcs a.fr:hover {
    color: #6a9d55;
}

.newsxq_bt {
    border-bottom: 1px solid #ededed;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 25px;
}

.newsxq_bt h3 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    line-height: 35px;
}

.newsxq_bt p {
    font-size: 14px;
    color: #959595;
    line-height: 25px;
}

.newsxq_bt p span {
    margin: 0 15px;
}

.newsxq_main {
    padding: 20px 0;
}

.newsxq_main p {
    color: #7a7a7a;
    font-size: 14px;
    padding: 10px 0;
}

.newsxq_btn {
    margin: 30px 0;
    text-align: center;
}

.newsxq_btn a {
    display: inline-block;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #7a7a7a;
}

.newsxq_btn a.page_left {
    padding-right: 50px;
    background: url("../images/page_left.png") right center no-repeat;
}

.newsxq_btn a.page_right {
    padding-left: 50px;
    background: url("../images/page_right.png") left center no-repeat;
}

.newsxq_btn a.page_left:hover {
    color: #6a9d55;
    background: url("../images/page_left.png") right center no-repeat;
}

.newsxq_btn a.page_right:hover {
    color: #6a9d55;
    background: url("../images/page_right.png") left center no-repeat;
}


/*------info------*/
.about_main {
    width: 1100px;
    margin: 0 auto;
    min-width: 1100px;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 120px;
	line-height:30px;
}

.about_box {
    overflow: hidden;
}

.about_box .aboutbox_left {
    width: 640px;
    float: left;
    overflow: hidden;
}

.about_box .aboutbox_left img {
    width: 100%;
    vertical-align: top;
}

.about_box .aboutbox_right {
    margin-left: 690px;
}

.about_box .aboutbox_right h3 {
    margin-top: 10px;
    font-size: 22px;
    color: #454545;
    border-left: 3px solid #6a9d55;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
    line-height:30px;
    margin-bottom: 30px;
}

.about_box .aboutbox_right p {
    line-height: 30px;
    color: #808080;
    font-size: 16px;
    margin-bottom: 30px;
}

.about_box .about_p {
    padding-top: 45px;
}

.about_main .about_p p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 30px;
}

.contact_main {
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0;
}

.contact_main:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.contact_main .contact_left {
    width: 480px;
    float: left;
}

.contact_main .contact_left h2 {
    padding-top: 20px;
    color: #0281d2;
    font-size: 46px;
    font-weight: normal;
}

.contact_main .contact_left h4 {
    padding-top: 55px;
    color: #454545;
    font-size: 20px;
    font-weight: normal;
}

.contact_main .contact_left p {
    padding: 40px 0;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    position: relative;
}

.contact_main .contact_left p:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 38px;
    background: #0281d2;
}

.contact_main .contact_right {
    margin-left: 500px;
    height: 420px;
}


/*----------contact---------*/
.contact_main {
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0;
	line-height:30px;
}

.contact_main:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.contact_main .contact_left {
    width: 480px;
    float: left;
}

.contact_main .contact_left h2 {
    padding-top: 20px;
    color: #6a9d55;
    font-size: 46px;
    font-weight: normal;
}

.contact_main .contact_left h4 {
    padding-top: 55px;
    color: #454545;
    font-size: 20px;
    font-weight: normal;
}

.contact_main .contact_left p {
    padding: 40px 0;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    position: relative;
}

.contact_main .contact_left p:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 38px;
    background: #6a9d55;
}


/*map*/
.map {
    width: 1100px;
    margin: 0px auto;
}

.map h3 {
    font-size: 16px;
    font-weight: bold;
    color: #6a9d55;
    clear: both;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.map ul {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.map ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}

.map ul li a {
    color: #666;
    display: block;
    height: 24px;
    line-height: 24px;
}

.map ul li a:hover {
    color: #6a9d55;
}






















