<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

/** 清除内外边距 **



*/

html {
    -webkit-text-size-adjust: none;
}

* {
    padding: 0px;
}

body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */

dl, dt, dd, ul, ol, li, /* list elements 列表元素 */

pre, /* text formatting elements 文本格式元素 */

form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */

th, td, /* table elements 表格元素 */

img /* img elements 图片元素 */
{

    margin: 0;

    padding: 0;

}

.time {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

body {
    background-color: #fff;
    color: #161718;
}

/** 设置默认字体 **/

body, button, input, select, textarea {

    font: 15px/1.5 '微软雅黑', tahoma, Srial, helvetica, sans-serif;
}

em {
    font-style: normal;
}

/** 重置列表元素 **/

ul, ol {
    list-style: none;
}

/** 重置超链接元素 **/

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

a:hover {
    text-decoration: none;
    color: #ff3100;
}

/** 重置图片元素 **/

img {
    border: 0px;
}

/** 重置表格元素 **/

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

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

/*****公用******/

/***整体*****/

.wrap {
    margin: 0 auto;
    width: 100%;
}

/*****top*******/

.header {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    /*background: url('../images/top_bj.jpg') left top repeat-x;*/
}

.header_t {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    /*background: url('../images/top_bj.jpg') left top repeat-x;*/
}

/**搜索框**/

.search {
    height: auto;
    width: 580px;
    padding: 18px 0px 0px 0px;
}

.search .zyw {
    height: auto;
    width: auto;
    float: right;
}

.search .zyw li {
    width: 280px;
    height: auto;
    line-height: 25px;
    float: right;
    background: url('../images/phone.png') left top no-repeat;
    text-indent: 30px;
}

.search .zyw li span {
    color: #269d2f;
    font-size: 25px;
    font-weight: bold;
    display: block;
    text-align: left;
}

.search-text {
    display: inline-block;
    border: none;
    height: 28px;
    line-height: 28px;
    width: 230px;
    float: left;
    font-size: 12px;
    margin-top: 0px;
    outline: none;
    background-color: #e9e2d9;
}

.search-btn {
    display: inline-block;
    width: 30px;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    background: none;
    border: none;
    float: left;
    background: url('../images/ss_bt.jpg') right top no-repeat;
}

&lt;!--
.search ul {
    height: auto;
    width: 280px;
    float: left;
}

.search ul li {
    height: 30px;
    line-height: 30px;
    width: auto;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #269d2f;
}

.search ul li span {
    color: #d80e12;
    font-size: 25px;
    font-weight: bold;
}

.search ul li a {
    color: #989898;
    font-size: 14px;
    font-weight: 100;
}

--&gt;

.logo {
    width: 610px;
    height: 130px;
    display: block;
    float: left;
}

.logo img {
    vertical-align: middle;
}

/* nav */

.nav_k {
    width: 100%;
    height: 48px;
    margin: 0 auto;
    background-color: #1f3445;
}

#nav {
    width: 1200px;
    height: 48px;
    margin: 0 auto;
}

#nav li {
    float: left;
    width: 130px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    display: inline;
    z-index: 9999999;
}

#nav li a {
    display: block;
    width: 120px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    overflow: hidden;
    transition: 0.3s;
}

#nav li a:hover {
    color: #fff;
    width: 120px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    background-color: #197620
}

.zxly {
    height: 30px;
    width: 115px;
    margin: 8px;
}

.zxly a {
    height: 30px;
    width: 115px;
    background: url('../images/zxly01.png') center center no-repeat #dcdcdc;
    display: block;
    transition: 0.3s;
}

.zxly a:hover {
    height: 30px;
    width: 115px;
    background: url('../images/zxly02.png') center center no-repeat #0081ef;
}

/* banner */

#banner_k {
    width: 100%;
    height: 481px;
    margin: 0 auto;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 0;
}

#banner_k2 {
    width: 100%;
    height: 268px;
    margin: 0 auto;
    overflow: hidden;
    background: url('../images/ny_banner.jpg') center center no-repeat;
}

/*修改尺寸1920 {position:absolute; width:1920px; left:-460px;}*/

/*修改尺寸1440 {position:absolute; width:1440px; left:-221px;}*/

.banner .pictab .pictabul {
    position: absolute;
    width: 1920px;
    left: -460px;
}

.banner .pictab {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 495px;
}

.banner .pictab img {
    width: 100%;
    height: 481px;
}

/*数字按钮样式*/

.banner .pictab .num {
    overflow: hidden;
    height: 15px;
    position: absolute;
    bottom: 20px;
    left: 45%;
    zoom: 1;
    z-index: 999999999999999;
}

.banner .pictab .num li {
    width: 30px;
    height: 15px;
    line-height: 5px;
    text-align: center;
    color: #ccc;
    background: #ccc;
    margin-right: 10px;
    cursor: pointer;
    float: left;
    filter: alpha(opacity=80); /*IE滤镜，透明度50%*/

    -moz-opacity: 0.8; /*Firefox私有，透明度50%*/

    opacity: 0.8; /*其他，透明度50%*/
}

.banner .pictab .num li.on {
    background: #FF7700;
    color: #FF7700;
    filter: alpha(opacity=80); /*IE滤镜，透明度50%*/

    -moz-opacity: 0.8; /*Firefox私有，透明度50%*/

    opacity: 0.8; /*其他，透明度50%*/
}

/*当前项*/

/*上一个  下一个*/

.banner .pictab .prev,
.banner .pictab .next {
    display: none;
    width: 40px;
    height: 100px;
    background: url(../images/0btn.png) no-repeat;
    position: absolute;
    top: 162px;
}

.banner .pictab .prev {
    left: 0;
}

.banner .pictab .next {
    right: 0;
    background-position: right
}

/*index_content */

.main {
    overflow: hidden;
    background-color: #f8f8f8;
}

.main_tk {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #4fbc64;
}

.main_t {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}

.alzs_sj {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: -200px;
    opacity: 0;
}

.alzs_sj img {
    width: 952;
    height: 59px;
    float: right;
}

.alzs {
    width: 1200px;
    height: auto;
    float: left;
    padding: 10px auto;
    margin-top: 20px;
}

.alzs_bt {
    width: 500px;
    height: 90px;
    line-height: 100px;
    margin: 0 auto;
    color: #232323;
    background: url('../images/xm_bt01.jpg') bottom center repeat-x;
    text-align: center;
    color: #253340;
    position: relative;
    bottom: 1000px;
}

.alzs_bt li {
    width: 500px;
    height: 90px;
    line-height: 55px;
    float: left;
    font-weight: bold;
    font-size: 28px;
}

.alzs_bt span {
    color: #fff;
}

.alzs_bt li p {
    width: 500px;
    line-height: 0px;
    float: left;
    font-weight: bold;
    font-size: 16px;
}

.lx_l {
    width: 75px;
    height: 6px;
    line-height: 6px;
    float: left;
    position: absolute;
    bottom: -2px;
    background: url('../images/xm_bt02l.jpg') bottom center no-repeat;
    left: -800px;
    opacity: 0;
}

.lx_r {
    width: 75px;
    height: 6px;
    line-height: 6px;
    float: right;
    position: absolute;
    bottom: -2px;
    background: url('../images/xm_bt02r.jpg') bottom center no-repeat;
    right: -800px;
    opacity: 0;
}

/*.alzs_bt div{ width:auto; height:60px; line-height:60px; float:left; margin:0px 10px; font-weight:bold; font-size:16px; }



.alzs_bt div a:hover{ width:auto; height:60px; line-height:60px; float:left; font-weight:bold; font-size:16px;background:url('../images/alzs_wzbj.jpg') center bottom no-repeat;}*/

.alzs_nr {
    width: 1180px;
    height: auto;
    line-height: 26px;
    float: left;
    padding: 10px;
    padding-top: 40px;
    position: relative;
    top: 1000px;
}

#fczs_main2 {
    height: auto;
}

#fczs_gd2 {
    width: 705px;
    height: auto;
    float: left;
    overflow: hidden;
}

#fczs_gd2 ul {
    width: 2114px;
    height: auto;
}

#fczs_gd2 ul li {
    width: auto;
    height: auto;
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

#fczs_gd2 ul li a {
    background-color: #dfdfdf;
    width: 292px;
    height: 230px;
    float: left;
    color: #333;
    line-height: 25px;
    transition: 0.3s;
}

#fczs_gd2 ul li a:hover {
    background-color: #208529;
    width: 292px;
    height: 250px;
    float: left;
    color: #fff;
    line-height: 35px;
}

#fczs_gd2 ul li img {
    width: 290px;
    height: 190px;
    border: 1px solid #9e9e9e;
    background-color: #FFF;
}

.features-list h2 {

    font-size: 42px;

    margin-bottom: 80px;

    font-weight: normal;

}

.features-list div {

    display: inline-block;

    width: 30%;

    margin: 5px;

    border: 1px solid #ccc;

    padding: 45px;

    box-shadow: 1px 1px 1px #ccc, 0 0 30px #eee inset;

}

.features-list div i {

    font-size: 150px;

    margin-bottom: 40px;

    color: #50B575;

}

.features-list div h4 {

    font-size: 18px;

    text-transform: uppercase;

    color: #425F67;

    font-weight: normal;

}

@media (max-width: 900px) {

    .features-list div {

        width: 90%;

        margin-bottom: 30px;

    }

}

.main_c1k {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #eaeef1;
}

.why_wmsj {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    left: -1500px;
    opacity: 0;
}

.why_wmsj img {
    width: 973px;
    height: 121px;
    float: right;
    position: absolute;
    top: 0px;
}

.why_wmsj2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.why_wmsj2 img {
    width: 1918px;
    height: 121px;
    float: right;
}

.main_c1 {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}

.i_wmdys {
    width: 1200px;
    height: auto;
    float: left;
    padding: 10px auto;
    margin-top: 20px;
}

.i_wmdys_bt {
    width: 500px;
    height: 90px;
    line-height: 100px;
    margin: 0 auto;
    color: #343432;
    background: url('../images/xm_bt11.jpg') bottom center repeat-x;
    text-align: center;
    color: #253340;
    position: relative;
    left: 1000px;

}

.i_wmdys_bt li {
    width: 500px;
    height: 90px;
    line-height: 55px;
    float: left;
    font-weight: bold;
    font-size: 28px; /*background:url('../images/xm_bt02.jpg') bottom center no-repeat;*/
}

.i_wmdys_bt span {
    color: #208529;
}

.i_wmdys_bt li p {
    width: 500px;
    line-height: 0px;
    float: left;
    font-weight: bold;
    font-size: 16px;
}

.i_wmdys_nr {
    width: 1180px;
    height: 360px;
    line-height: 26px;
    float: left;
    padding: 10px;
    padding-top: 40px;
    background: url('../images/youshi.png') center center no-repeat;
    position: relative;
    top: 400px;
}

.i_wmdys_nr img {
    width: 154px;
    height: 154px;
    float: left;
    animation: rond 3s infinite;

    -webkit-animation: rond 3s infinite;
}

@keyframes rond {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@-webkit-keyframes rond {

    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

.i_wmdys_nr .ys01 {
    position: absolute;
    top: 236px;
    left: 15px;
}

.i_wmdys_nr .ys02 {
    position: absolute;
    top: 72px;
    left: 270px;
}

.i_wmdys_nr .ys03 {
    position: absolute;
    top: 236px;
    left: 530px;
}

.i_wmdys_nr .ys04 {
    position: absolute;
    top: 72px;
    left: 780px;
}

.i_wmdys_nr .ys05 {
    position: absolute;
    top: 236px;
    left: 1030px;
}

.i_wmdys_nr .sz {
    height: 70px;
    line-height: 70px;
    font-size: 50px;
    font-weight: bold;
    color: #323232;
}

.i_wmdys_nr .wz {
    font-size: 20px;
    font-weight: bold;
    color: #444444;
}

.i_wmdys_nr .ys_wz01 {
    position: absolute;
    top: 100px;
    left: 15px;
    width: 190px;
    height: auto;
}

.i_wmdys_nr .ys_wz02 {
    position: absolute;
    top: 250px;
    left: 285px;
    width: 190px;
    height: auto;
}

.i_wmdys_nr .ys_wz03 {
    position: absolute;
    top: 100px;
    left: 525px;
    width: 190px;
    height: auto;
}

.i_wmdys_nr .ys_wz04 {
    position: absolute;
    top: 250px;
    left: 775px;
    width: 200px;
    height: auto;
}

.i_wmdys_nr .ys_wz05 {
    position: absolute;
    top: 100px;
    left: 1050px;
    width: 190px;
    height: auto;
}

.main_c2k {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url('../images/main_c2_sj.png') bottom center no-repeat #f3fff6;
}

.why_gyxsj {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    right: 0px;
}

.why_gyxsj img {
    width: 1919px;
    height: 121px;
    float: left;
}

.why_gyxsj2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    right: -300px;
}

.why_gyxsj2 img {
    width: 775px;
    height: 105px;
    float: right;
    position: absolute;
    top: 0px;
    z-index: 99;
}

.main_c2 {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}

.i_aboutus {
    width: 1200px;
    height: auto;
    float: left;
    padding: 10px auto;
    margin-top: 20px;
}

.i_aboutus_bt {
    width: 500px;
    height: 90px;
    line-height: 100px;
    margin: 0 auto;
    color: #343432;
    background: url('../images/xm_bt111.jpg') bottom center repeat-x;
    text-align: center;
    color: #253340;
    position: relative;
    left: -1000px;
}

.i_aboutus_bt li {
    width: 500px;
    height: 90px;
    line-height: 55px;
    float: left;
    font-weight: bold;
    font-size: 28px; /*background:url('../images/xm_bt02.jpg') bottom center no-repeat;*/
}

.i_aboutus_bt span {
    color: #208529;
}

.i_aboutus_bt li p {
    width: 500px;
    line-height: 0px;
    float: left;
    font-weight: bold;
    font-size: 16px;
}

.i_aboutus_nr {
    width: 1180px;
    height: auto;
    line-height: 26px;
    float: left;
    padding: 10px;
    padding-top: 40px;
}

/* 本例子css */

.slideBox {
    width: 479px;
    height: 293px;
    overflow: hidden;
    position: relative;
    background: url('../images/main_gyxsj_zs.png') top left no-repeat;
    padding: 30px;
    float: left;
    left: -2000px;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #186b1d;
    cursor: pointer;
    border-radius: 7px;
    overflow: hidden;
    text-indent: 20px;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
    border-radius: 7px;
    overflow: hidden;
    text-indent: 20px;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 479px;
    height: 293px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.aboutus_nrr {
    width: 565px;
    height: auto;
    line-height: 26px;
    float: right;
    padding-top: 0px;
    position: relative;
    right: -2000px;
}

.aboutus_nrr .phone {
    width: 565px;
    height: auto;
    float: left;
    border-bottom: 1px dashed #d0d2cf;
    padding-bottom: 10px;
}

.aboutus_nrr .wzk {
    width: 100px;
    height: auto;
    float: left;
    text-align: center;
    font-size: 13px;
}

.aboutus_nrr .wz {
    width: 100px;
    height: 20px;
    line-height: 20px;
    float: left;
    color: #1f8428;
}

.aboutus_nrr .zx {
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #218429;
    color: #fff;
}

.aboutus_nrr .sjh {
    width: 400px;
    height: 50px;
    line-height: 66px;
    float: left;
    color: #218429;
    font-size: 40px;
    font-weight: bold;
    text-indent: 10px;
}

.aboutus_nrr .jjnr {
    width: 565px;
    height: auto;
    line-height: 26px;
    float: left;
    /*padding-top: 40px;*/
}

.aboutus_nrr .jjnr a {
    width: 110px;
    height: 40px;
    line-height: 40px;
    float: right;
    background-color: #1f3445;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    margin-top: 55px;
}

.aboutus_nrr .jjnr a:hover {
    width: 110px;
    height: 40px;
    line-height: 40px;
    float: right;
    background-color: #208529;
    color: #fff;
    border-radius: 3px;
    margin-top: 55px;
}

.main_bk {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: url('../images/main_bk_sj.png') bottom center repeat-x #208529;
}

.main_b {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}

.i_gcal {
    width: 368px;
    height: auto;
    float: left;
    position: relative;
    top: 800px;
}

.i_gcal .i_gcal_bt {
    width: 368px;
    height: 60px;
    line-height: 50px;
    float: left;
    background: url('../images/cgal_btbj.jpg') bottom left repeat-x;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.i_gcal .i_gcal_nr {
    width: 368px;
    height: auto;
    float: left;
    padding-top: 10px;
}

.i_gcal .i_gcal_nr .nul_tw {
    padding: 5px 0px;
    width: 368px;
    height: 205px;
    overflow: hidden;
}

.i_gcal .i_gcal_nr .nul_tw li {
    width: 368px;
    margin-bottom: 15px;
    height: 90px;
    color: #FFF;
    float: left;
}

.i_gcal .i_gcal_nr .nul_tw li a {
    width: 366px;
    background: #d9d9d9;
    height: 90px;
    float: left;
    color: #FFF;
    border: 1px solid #e3e3e3;
}

.i_gcal .i_gcal_nr .nul_tw li a:hover {
    width: 366px;
    background: #2a9b34;
    height: 90px;
    color: #fff;
    border: 1px solid #fff;
}

.i_gcal .i_gcal_nr .nul_tw li h4 {
    color: #000;
    width: 240px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 14px;
    margin: 0;
    margin-left: 10px;
}

.i_gcal .i_gcal_nr .nul_tw li p {
    width: 240px;
    float: left;
    line-height: 24px;
    margin-left: 10px;
    color: #000;
}

.i_gcal .i_gcal_nr .nul_tw li .info_date {
    color: #fff;
    float: left;
    width: 105px;
    height: 90px;
    border-right: 1px solid #fff;
    text-align: center;
}

.i_gcal .i_gcal_nr .nul_tw li .info_date span {
    font-size: 24px;
    color: #fff;
    display: block;
    width: 105px;
    text-align: center;
    line-height: 65px;
    font-size: 46px;
    font-weight: bold;
}

.i_gcal .i_gcal_nr .nul_tw li:hover h4 {
    color: #fff;
}

.i_gcal .i_gcal_nr .nul_tw li:hover p {
    color: #fff;
}

.i_gcal .i_gcal_nr .nul_tw li:hover .info_date {
    border-right: 1px solid #fff;
    color: #fff;
}

.i_gcal .i_gcal_nr .nul_tw li:hover .info_date span {
    color: #fff;
}

.i_hyxw {
    width: 350px;
    height: auto;
    float: left;
    padding-left: 58px;
    position: relative;
    top: 800px;
}

.i_hyxw .i_hyxw_bt {
    width: 350px;
    height: 60px;
    line-height: 50px;
    float: left;
    background: url('../images/cgal_btbj.jpg') bottom left repeat-x;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.i_hyxw .i_hyxw_nr {
    width: 350px;
    height: auto;
    float: left;
    padding-top: 10px;
}

.i_hyxw .i_hyxw_nr li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #333;
    border-bottom: 1px dashed #CCC;
    font-size: 13px;
}

.i_hyxw .i_hyxw_nr li a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #333;
    transition: 0.3s;
    color: #fff;
}

.i_hyxw .i_hyxw_nr li a span {
    color: #fff;
    float: right;
    transition: 0.3s;
}

.i_hyxw .i_hyxw_nr li a:hover {
    width: 350px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: black;
    margin-left: 10px;
}

.i_hyxw .i_hyxw_nr li a:hover span {
    color: #0a4a0e;
}

.i_lxwm {
    width: 370px;
    height: auto;
    float: right;
    position: relative;
    top: 800px;
}

.i_lxwm .i_lxwm_bt {
    width: 370px;
    height: 60px;
    line-height: 50px;
    float: left;
    background: url('../images/cgal_btbj.jpg') bottom left repeat-x;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.i_lxwm .i_lxwm_nr {
    width: 370px;
    height: auto;
    float: left;
    padding-top: 10px;
    color: #FFF;
}

.linkbg {
    width: 100%;
    height: 100px;
    background: #f3f3f3;
}

.link {
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
}

.link li {
    float: left;
    padding: 0 5px;
    color: #000;
}

.link li a {
    color: #000;
}

.link li a:hover {
    color: #f52503;
}

.link .linkt {
    font-size: 18px;
    color: #000;
    background: url(../images/yqlj.jpg) 0px 15px no-repeat;
    padding-left: 25px;
}

/*******footer************/

.rightNav {
    position: fixed;
    width: 140px;
    right: 20px;
    top: 390px;
    _position: absolute;
    text-align: left;
    cursor: pointer;
    background-image: url(../images/6912fa61f2414322b494e6f8513f0bd5.gif);
}

.rightNav a {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    background: #1f3445;
    padding-right: 10px;
    width: 130px;
    overflow: hidden;
    cursor: pointer;
    right: 0px;
    color: #FFF;
    text-indent: 20px;
    transition: 0.3s;
}

.rightNav a:hover {
    text-decoration: none;
    color: #fff;
    background: url('../images/left_jt.png') center left no-repeat #208529;
}

.rightNav a:hover em {
    background: #00b700
}

/*.rightNav a em{ display:block; float:left; width:30px; background:#39A4DC; color:#fff; font-size:16px; text-align:center; margin-right:10px;}*/

.rightNav a.new em {
    background: #f60;
}

.demoBox .iframeWrap {
    width: 452px;
}

.demoBox .iframeWrap iframe {
    width: 452px;
    height: 232px;
    background: url(../images/loading.gif) center center no-repeat;
}

.footer_t_k {
    width: 100%;
    height: auto;
    margin: 0px auto;
    background-color: #186b1d;
}

.i_hzdw {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.i_hzdw_bt {
    width: 1200px;
    height: 100px;
    line-height: 100px;
    float: left;
    background: url('../images/footer_yqljbt.png') center center no-repeat;
    position: relative;
    z-index: 99;
}

.i_hzdw_lxx {
    width: 600px;
    height: 100px;
    float: left;
    background: url('../images/footer_yqljbtxx.png') left center no-repeat;
    position: absolute;
    top: 0px;
    left: -600px;
    px;
    opacity: 0;
}

.i_hzdw_rxx {
    width: 600px;
    height: 100px;
    float: left;
    background: url('../images/footer_yqljbtxx.png') right center no-repeat;
    position: absolute;
    top: 0px;
    right: -600px;
    opacity: 0;
}

.i_hzdw_bt2 {
    width: 1200px;
    height: 100px;
    line-height: 100px;
    float: left;
    background: url('../images/footer_yqljbt2.png') center center no-repeat;
    position: relative;
    z-index: 99;
}

.i_hzdw_nr {
    width: 1200px;
    height: auto;
    line-height: 26px;
    float: left;
}

#fczs_main10 {
    height: auto;
    overflow: hidden;
    float: left;
}

#fczs_gd10 {
    width: 1200px;
    height: auto;
    float: left;
    overflow: hidden;
}

#fczs_gd10 ul {
    width: 1200px;
    height: auto;
    padding-top: 10px;
    overflow: hidden;
}

#fczs_gd10 ul li {
    width: auto;
    height: auto;
    float: left;
    text-align: center;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 16px;
}

#fczs_gd10 ul li span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: url('../images/ckxq.png') center center no-repeat;
}

#fczs_gd10 ul li a {
    width: 80px;
    height: 28px;
    float: left;
    color: #000;
    margin: 0 auto;
    transition: 0.3s;
    padding-right: 5px;
}

#fczs_gd10 ul li:hover {
    -webkit-box-shadow: 0 0 10px rgba(185, 185, 185, .7);
    -moz-box-shadow: 0 0 10px rgba(185, 185, 185, .7);
    box-shadow: 0 0 10px rgba(185, 185, 185, .7);
}

#fczs_gd10 ul li img {
    width: 137px;
    height: 68px;
    background-color: #FFF;
    margin: 0 auto;
}

.footer {
    width: 100%;
    height: auto;
}

#footer_nav {
    width: 100%;
    height: 48px;
margin: 0 auto;
background-color: #1f3445;
}

#footer_nav #nav {
    width: 1200px;
    height: 48px;
    margin: 0 auto;
}

#footer_nav #nav li {
    float: left;
    width: 130px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    display: inline;
    z-index: 9999999;
}

#footer_nav #nav li a {
    display: block;
    width: 120px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    overflow: hidden;
    transition: 0.3s;
}

#footer_nav #nav li a:hover {
    color: #fff;
    width: 120px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    background-color: #197620
}

#footer {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background-color: #1e3344;
}

.ft01 {
    width: 1200px;
    margin: 0 auto;
    height: 250px;
}

.ftl {
    width: 550px;
    text-align: center;
    height: 240px;
    line-height: 290px;
    float: left;
    color: #fff;

}



.orderin input {
    background: #fff;
    color: #000;
    outline: none;
    border: 0px;
    margin: 5px 8px 5px 0px;
    padding: 8px 5px 8px 10px;
    width: 170px;
    font-size: 14px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;
}

.co {
    background: #162531 !important;
    color: #fff !important;
}

.orderin textarea {
    background: #fff;
    color: #000;
    outline: none;
    border: 0px;
    margin: 5px 0;
    padding: 8px 5px 8px 10px;
    width: 560px;
    height: 80px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;
}

.orderin #submit {
    background: #162531;
    color: #fff;
    outline: none;
    border: 0px;
    margin: 5px 8px 5px 0px;
    padding: 5px 5px 12px 10px;
    width: 100px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;
}

.ftr {
    width: 515px;
    height: 240px;
    float: left;
    background: url(../images/stel.png) no-repeat;
}

.ftr p {
    line-height: 32px;
    padding: 100px 0 0 155px;;
    color: #fff;
}

.ft02 {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #1a2c3b;
    text-align: center;
}

.ft02 a {
    color: #fff;
}

.yl{
    width: 860px;
    height: auto;
}

.yl li {
    margin-top: 18px;
    float: left;
    width: 215px;
    height: auto;
    list-style-type: none;
    text-align: center;
    margin-left: 5px;
margin-bottom: 8px;
}
  .io li{
    float: left;
    width: 868px;
    text-align: left;
    border-bottom: 1px dashed #333;
}</pre></body></html>