@charset "utf-8"; /* CSS Document*/
/**/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search-box {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.8);
}
.search-close { position: absolute;right: 50px;top: 50px;}

.search-width {
    height: 45px;
    line-height: 45px;
    width: 550px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -123px;
    padding-right: 120px;
}

.search-width .form-control {
    height: 45px;
    background: none;
    border-radius: 0;
    border-color: none;
}

.btn {
    position: absolute;
    right: 0px;
    top: 0;
    background: #90080c;
    border: none;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    padding: 0;
    line-height: 45px;
}

.btn:hover {
    color: #fff;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.container9527 {
    width: 1400px;
}

.list-ul li a:hover {
    color: #90080c;
}

.nav-click {
    display: none;
}

.nav-list li .ycc {
    display: none;
    position: absolute;
    left: -70px;
    top: 45px;
    width: 240%;
    text-align: center;
}

.nav-list li .ycc .nr {
    background: rgba(255,255,255,.8);
    overflow: hidden;
}

.nav-list li .ycc .nr .zdh .dd {
    height: 47px;
    line-height: 40px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #f5eddf;
    /* padding-left:22px; */
}

.nav-list li .ycc .nr .zdh .dd:hover {
    background: #8e080c;
}

.nav-list li .ycc .nr .zdh .dd a {
    color: #333;
    text-align: center;
}

.nav-list li:hover .ycc {
    display: block;
}

.nav-list li .ycc .nr .zdh .dd a:hover {
    color: #fff;
}

.pull-left {
    float: left !important;
}

.search-box {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.8);
}

.search-close { position: absolute;right: 50px;top: 50px;cursor: pointer;}

.search-width {
    height: 45px;
    line-height: 45px;
    width: 550px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -123px;
    padding-right: 140px;
}

.search-width .form-control {
    height: 45px;
    background: none;
    border-radius: 0;
    border-color: none;
    margin: 0;
    padding: 0px 10px;
    vertical-align: middle;
    border: none;
    outline: none;
}

.header {
    position: absolute;
    transition: all 0.7s ease-out 0s;
    z-index: 10000;
    left: 0;
    top: 0;
    right: 0;
    height: 182px;
    background: url() center repeat-x;
}

.header {
    opacity: 0;
    transform: translateY(-100%);
}

.body_home.showdiv .header {
    transform: none;
    opacity: 1;
}

.header-bottom {
    position: relative;
    padding: 15px 0%;
    top: 30px;
    width: 1400px;
}

.logo {
    width: 34%;
    margin-right: 60px;
}

.logo img {
    width: 100%
}

.nav-list {
    position: relative;
}

.nav-list li {
    position: relative;
    float: left;
    width: 12%;
    margin: 10px 0 0;
    text-align: center;
}

.nav-list li a {
    font-size: 18px;
    line-height: 46px;
    display: block;
    color: #fff;
    height: 46px;
}

.nav-list li a:hover {
    color: #fff;
}

.nav-down {
    position: absolute;
    left: 0;
    min-width: 100%;
    display: none;
    background: #fff;
    top: 100%;
    padding: 5px 0;
}

.nav-list li:hover .nav-down {
    display: block;
}

.nav .top .container div a {
    margin: 0 5px;
    color: #fff;
}

.nav-down li {
    float: none;
    white-space: nowrap;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.nav-down li:before {
    display: none;
}

.nav-down li a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #000;
}

.nav-down li a:hover {
    color: #90080c;
}

.nav-list {
    padding-top: 0px;
    width: calc(65% - 60px);
    margin-left: 0%;
    float: right !important;
    display: flex;
    justify-content: space-around;
}

.nav {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.nav::before {
    display: block;
    content: "";
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent);
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 200%;
}

.nav .top {
    position: fixed;
    height: 38px;
    width: 100%;
    line-height: 38px;
    background: transparent;
    top: 0;
    z-index: 999;
}

.nav .top>.container {
    text-align: right;
    margin-top: 15px;
}

.nav .top .search-a {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/ss_03.png) center no-repeat;
}

.nav .top .English {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

.nav2 {
    z-index: 10000;
    display: none;
    background: #90080c;
    width: 100%;
    position: fixed;
    box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, .7);
}

.nav2 .top {
    height: 38px;
    line-height: 40px;
    color: #fff;
    text-align: right;
    font-size: 14px;
}

.container9527 {
    width: 1400px;
}

.nav2 .top .top_a {
    margin: 0 5px;
    line-height: 50px;
    color: #fff;
}

.nav2 .top .fff {
    display: inline-block;
}

.nav2 .top .fff .English {
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
}

.nav2 .top .fff .search-a {
    display: block;
    float: right;
    width: 38px;
    height: 38px;
    background: url(../images/ss_03.png) center no-repeat;
    cursor: pointer;
    margin-top: 10px;
}

.nav2 .logol {
    width: 35%;
    position: relative;
    top: -20px;
}

.nav2 .header-bottom {
    position: relative;
    padding: 20px 0%;
    top: 0px;
}

.nav2 .nav-list li {
    position: relative;
    float: left;
    width: 12%;
}

.nav2 .nav-list {
    padding-top: 0px;
    width: calc(65% - 60px);
    margin-left: 0%;
    float: right !important;
    display: flex;
    justify-content: space-around;
    margin-top: -20px;
}

.fixnav {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
}

/**/
body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    min-width: 1400px;
    background: #ffffff;
}

ul,li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc3300;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    background: #ffffff;
}

.relative {
    position: relative;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/*header*/
.header {
    width: 100%;
    height: 130px;
    background: #90080c;
}

.header_bg {
    /* background:url("../images/header_bg.png") 660px bottom no-repeat; */
    height: 130px
}

.header .top-line {
    background: #79080b;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    font-size: 12px;
    font-family: simsun;
    position: absolute;
    top: 0;
    width: 100%;
}

.header .top-line a {
    color: #ffffff;
}

.header .top-line-l {
    float: left;
}

.header .top-line-r {
    float: right;
}

.header .logo {
    float: left;
    margin: 37px 0 0 0
}

/*i-menu*/
/*
.i-menu {
    width:100%; height: 46px; z-index: 9999; margin: 0 auto; background: #e7e7e7;
}
.nav{ width:1200px; margin: 0 auto; height:46px; line-height:46px;  position:relative; z-index:1;  }
.nav a{ color:#fff;  }
.nav .nLi{ float:left;  position:relative; display:inline;  }
.nav .nLi h3{ float:left;  }
.nav .nLi h3 a{display:block;padding: 0px 36px;font-size:16px;font-weight:bold;color: #333333}
.nav .sub{display:none;width: 136px;left:0;top:46px;position:absolute;background: #90080c;line-height:36px;padding:5px 0;text-align: center;}
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; padding:0 10px; }
.nav .sub a:hover{background: #72070a;color:#fff;}
.nav .on h3 a{background: #90080c;color:#fff;}
*/
/*banner*/
.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom:1; float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #bb1217;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    /* height: 664px; */
    z-index: 0;
}

.slideBox .bd li {
    zoom:1; vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    display: block;
    /* height: 664px; */
}

.slideBox .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/title_imgbg.png);
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

.slideBox .bd h1 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.slideBox .prev,.slideBox .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/slider-arrow.png) -160px 0px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.8;
}

.slideBox .next {
    left: auto;
    right: 0;
    background-position: 8px 0px;
}

.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

/*p_news*/
.p_news {
    width: 1200px;
    margin: 20px auto 0 auto;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.p_news_left {
    float: left;
    width: 315px;
    margin-right: 25px;
}

.p_news_center {
    float: left;
    width: 880px;
}

.p_news_right {
    float: right;
    width: 295px;
    overflow: hidden
}

/**/
.more {
    position: absolute;
    top: 120px;
    right: 20px
}

.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #dadada;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: -1px;
    height: 40px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    font-size: 18px;
    color: #666666;
}

.slideTxtBox .hd ul li.on {
    height: 40px;
    border-bottom: 2px solid #bb0a0f;
    color: #bb0a0f;
}

.slideTxtBox .bd ul {
    padding: 0;
    zoom:1; }

.slideTxtBox .t_jgx {
}

.newbox {
    width: 880px;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.newbox_left {
    width: 390px;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 20px 0 0 0
}

.newbox_right {
    width: 470px;
    height: auto;
    overflow: hidden;
    float: right;
    padding: 20px 0 0 0
}

/*picnews*/
.picnews {
    width: 390px;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
}

.picnews .hd ul {
    overflow: hidden;
    zoom:1; float: left;
}

.picnews .hd ul li {
    float: left;
    margin-right: 4px;
    width: 7px;
    height: 7px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    border-radius: 50px;
}

.picnews .hd ul li.on {
    background: #ff0000;
    color: #fff;
}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picnews .bd li {
    zoom:1; vertical-align: middle;
}

.picnews .bd img {
    width: 390px;
    height: 270px;
    display: block;
}

.picnews .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/title_bg.png);
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

.picnews .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px
}

.headline {
    height: auto;
    overflow: hidden;
    border-bottom: #e5e5e5 1px dashed
}

.headline h2 {
    color: #cc0000;
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.headline p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding: 5px 0
}

.newslist ul {
    height: auto;
    overflow: hidden;
}

.newslist ul {
    /* padding-top: 8px; */
}

.newslist li {
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 34px;
}

.newslist li a {
    background: url("../images/ico_003.png") left center no-repeat;
    padding-left: 10px;
    color: #666666;
    font-size: 14px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
}

.newslist li a:hover {
    color: #8e080c;
}

.newslist li span {
    float: right;
}

.ititle {
    height: 40px;
    margin: 0 auto 0 auto;
    border-bottom: #e0e0e0 1px solid;
}

.ititle h2 {
    float: left;
    margin: 0;
    padding: 0 15px;
    font-size: 20px;
    line-height: 40px;
    display: block;
    height: 40px;
    border-bottom: 2px solid #bb0a0f;
    color: #bb0a0f;
}

.ititle a {
    float: right;
    font-size: 14px;
    color: #979797;
    padding-right: 0;
    line-height: 40px;
    margin-top: 0;
    padding-top: 0;
}

.ititle span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
}

.ititle i {
    font-style: normal;
    font-size: 12px;
    color: #a1a1a1;
    line-height: 48px;
}

.more {
    position: absolute;
    top: -30px;
    right: 0
}

.more a {
    color: #979797
}

.date_list {
    height: 350px;
    padding: 6px 0 0 0 !important;
    position: relative
}

.date_list li {
    width: 100%;
    height: 55px;
    display: block;
    border-bottom: #e4e4e4 1px solid;
    padding: 10px 0;
}

.date_list li a {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.date_list li a:hover {
    color: #cc3300;
}

.date_list li span {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    margin-right: 12px;
    border: #90080c 1px solid;
}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #90080c;
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
}

/*i-others*/
.t_title {
    border-bottom: #dadada 1px solid;
    height: 40px;
    line-height: 40px;
    position: relative
}

.t_title h1 {
    color: #bb0a0f;
    font-size: 18px;
    font-weight: 500;
    border-bottom: #bb0a0f 2px solid;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
}

.t_title span {
    color: #ff9900;
    font-size: 12px;
}

.t_title .more {
    position: absolute;
    top: 2px;
    right: 0px;
    color: #979797
}

.i-others {
    width: 100%;
    height: 230px;
    margin: 0 auto;
    padding: 10px 0;
}

.i-others_left {
    width: 385px;
    margin-right: 20px;
    float: left
}

.i-others_center {
    width: 470px;
    float: left
}

.i-others_right {
    width: 295px;
    float: right
}

.i-link {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 10px 0
}

.i-link_left {
    width: 1200px;
    float: left;
    height: auto;
    overflow: hidden;
}

.i-link_right {
    width: 1200px;
    margin: 0 auto;
}

.i-link_left ul {
    width: 1225px;
    float: left;
    padding-top: 15px;
}

.i-link_left li {
    width: 225px;
    height: 70px;
    float: left;
    margin: 0 20px 15px 0;
}

.i-link_left a {
    display: block;
    width: 100%;
    height: 70px;
    overflow: hidden
}

.i-link_left img {
    width: 100%;
    height: 70px;
    overflow: hidden
}

.i-link_left img:hover {
    opacity: 0.8
}

.i-link_right .kstd_link {
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    width: 500px;
    height: auto;
    overflow: hidden;
    padding: 10px 0 0 0
}

.i-link_right .kstd_link {
}

/*滚动图*/
.mlxy_gd {
    width: 880px;
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 0
}

.mlxy_gd .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0;
}

.mlxy_gd .hd .prev,.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.mlxy_gd .hd .next {
    background-position: 0 -50px;
}

.mlxy_gd .hd .prevStop {
    background-position: -60px 0;
}

.mlxy_gd .hd .nextStop {
    background-position: -60px -50px;
}

.mlxy_gd .bd {
    padding: 0;
}

.mlxy_gd .bd ul {
    overflow: hidden;
    zoom:1; }

.mlxy_gd .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative
}

.mlxy_gd .bd ul li .pic {
    text-align: center;
}

.mlxy_gd .bd ul li .pic img {
    width: 220px;
    height: 150px;
    display: block;
}

.mlxy_gd .bd ul li .pic img:hover {
    opacity: 0.8
}

.mlxy_gd .bd ul li .pic a:hover img {
    border-color: #999;
}

.mlxy_gd .bd ul li .title {
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #333333;
    display: block;
    z-index: 999
}

.mlxy_gd .bd ul li .title a {
    color: #555555;
}

.n_list {
    height: 200px;
    padding: 5px 0 0 0 !important;
    position: relative
}

.n_list li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #999999;
    font-size: 14px;
}

.n_list li a {
    font-size: 14px;
    color: #666666;
    background: url("../images/ico_003.png") left center no-repeat;
    padding-left: 10px;
    float: left
}

.n_list li a:hover {
    color: #cc3300
}

.n_list li .date {
    float: right
}

.n_list li i {
    font-style: normal;
    color: #ff9900
}

.zt_piclist {
    margin: 20px 0 0 0
}

.zt_piclist a {
    display: block;
    width: 295px;
    height: 55px;
    margin: 5px auto
}

.zt_piclist img {
    width: 295px;
    height: 55px;
}

.tw_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5px auto 5px auto
}

.tw_top img {
    width: 245px;
    height: 160px;
    padding: 3px;
    border: #dfdfdf 1px solid;
    float: left;
    margin-right: 15px
}

.tw_top .tw_txt {
    float: right;
    width: 260px;
    height: 170px;
    overflow: hidden
}

.tw_top .tw_txt h1 {
    color: #cc0000;
    font-size: 18px;
    line-height: 30px;
}

.tw_top .tw_txt h1 a {
    color: #cc0000;
}

.tw_top .tw_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin: 5px 0 ;
    padding: 0
}

.tw_top .tw_txt p a {
    color: #999999
}

.top_pic {
    width: 322px;
    height: auto;
    overflow: hidden;
    margin: 5px auto 11px auto;
}

.top_pic img {
    width: 142px;
    height: 95px;
    padding: 3px;
    border: #dfdfdf 1px solid;
    float: left;
    margin-right: 10px
}

.ns_list {
    height: 330px;
    padding: 5px 0 0 0 !important;
    position: relative
}

.ns_list li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #999999;
    font-size: 14px;
}

.ns_list li a {
    font-size: 14px;
    color: #666666;
    float: left
}

.ns_list li a:hover {
    color: #cc3300
}

.ns_list li .date {
    float: right
}

.ns_list li i {
    font-style: normal;
    color: #ff9900;
    margin-right: 3px;
}

.title_h1 {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    padding: 0 ;
    border-bottom: 1px solid #dadada;
    position: relative;
    margin: 0 auto
}

.title_h1 h1 {
    height: 40px;
    border-bottom: 2px solid #01622f;
    color: #01622f;
    font-size: 18px;
    padding: 0 15px;
    float: left
}

.title_h1 a {
    float: right;
    margin-top: 15px;
}

.i-piclink {
    width: 1280px;
    height: auto;
    margin: 12px auto;
    background: #ffffff;
    position: relative;
}

.i-piclink .hd {
}

.i-piclink .hd .prev {
    display: block;
    width: 13px;
    height: 25px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/piclink_rico.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 30px;
}

.i-piclink .hd .next {
    display: block;
    width: 13px;
    height: 25px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/piclink_lico.png") no-repeat;
    position: absolute;
    left: 10px;
    top: 30px;
}

.i-piclink .hd .prevStop {
    background-position: -60px 0;
}

.i-piclink .hd .nextStop {
    background-position: -60px -50px;
}

.i-piclink .tempWrap {
    width: 1200px !important;
    margin: 0 auto
}

.i-piclink .bd {
    padding: 10px 0;
}

.i-piclink .bd ul {
    overflow: hidden;
    zoom:1; }

.i-piclink .bd ul li {
    margin: 0 7px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.i-piclink .bd ul li .pic {
    text-align: center;
}

.i-piclink .bd ul li .pic img {
    width: 190px;
    height: 66px;
    display: block;
    padding: 0;
    border: 1px solid #cecece;
}

.i-piclink .bd ul li .pic a:hover img {
    border-color: #999;
}

.i-piclink .bd ul li .title {
    line-height: 24px;
}

.i-special {
    margin: 0 auto 20px auto
}

.i-special-left {
    width: 880px;
    float: left;
}

.i-special-right {
    width: 295px;
    float: right;
}

/*footer*/
.footer {
    background: #01622f;
    border-top: #013e1d 5px solid;
    height: auto;
}

.footer_bg {
    /* background: url("../images/end_logo.png") right center no-repeat; */
    height: auto;
}

.footer_one {
    padding: 0;
    height: auto;
    overflow: hidden
}

.footer_two {
    border-top: #75aee0 1px solid;
    height: auto;
    overflow: hidden;
    padding: 15px 0 10px 0
}

.footer_two_left {
    width: 800px;
    float: left;
    color: #cce1f4;
    line-height: 27px;
    font-size: 14px;
}

.footer_two_left p {
    margin: 0;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    color: #cce1f4;
}

.footer_two_right {
    width: 168px;
    float: right;
}

.footer_one_left {
    width: 750px;
    float: left;
    padding: 15px 0
}

.footer_one_right {
    width: 246px;
    float: right;
}

.footer_one_left a {
    display: block;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding-left: 40px;
    height: 50px;
    line-height: 50px;
    margin-right: 50px;
}

.footer_one_left a:hover {
    color: #ff9900
}

.wx_sm {
    float: left;
    color: #ffffff;
    font-size: 12px;
    margin-left: 40px;
}

.wx_sm img {
    width: 65px;
    height: 65px;
}

.wx_sm a span {
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 24px;
}

/*search*/
.i-search {
    width: 246px;
    height: 36px;
    overflow: hidden;
    position: relative;
    float: right;
    margin: 65px 0 0 0;
}

.i-search .search-txt {
    width: 201px;
    padding-left: 5px;
    height: 36px;
    line-height: 36px;
    background: #ffffff;
    color: #9e9e9e;
    border: none;
}

.i-search .search-btn {
    width: 45px;
    height: 36px;
    position: absolute;
    right: 0;
    *margin-top: 1px;
    background: url("../images/search_ico.png") center no-repeat #ff9933;
    border: 0;
    cursor: pointer
}

.i-search .search-btn:hover {
    background: url("../images/search_ico.png") center no-repeat #ff9933;
    border: 0;
    cursor: pointer
}

.end_txtlink {
    width: 295px;
    height: auto;
    margin: 10px auto 0 0
}

.end_txtlink select {
    width: 295px;
    height: 24px;
}

.f_link1 {
    background: url("../images/linkico_001.png") left center no-repeat;
}

.f_link1:hover {
    background: url("../images/linkico_001_hover.png") left center no-repeat;
}

.f_link2 {
    background: url("../images/linkico_002.png") left center no-repeat;
}

.f_link2:hover {
    background: url("../images/linkico_002_hover.png") left center no-repeat;
}

.f_link3 {
    background: url("../images/linkico_003.png") left center no-repeat;
}

.f_link3:hover {
    background: url("../images/linkico_003_hover.png") left center no-repeat;
}

.f_link4 {
    background: url("../images/linkico_004.png") left center no-repeat;
}

.f_link4:hover {
    background: url("../images/linkico_004_hover.png") left center no-repeat;
}

.f_link5 {
    background: url("../images/linkico_005.png") left center no-repeat;
}

.f_link5:hover {
    background: url("../images/linkico_005_hover.png") left center no-repeat;
}

.f_link6 {
    background: url("../images/linkico_006.png") left center no-repeat;
}

.f_link6:hover {
    background: url("../images/linkico_006_hover.png") left center no-repeat;
}

.f_link7 {
    background: url("../images/linkico_007.png") left center no-repeat;
}

.f_link7:hover {
    background: url("../images/linkico_007_hover.png") left center no-repeat;
}

.f_link8 {
    background: url("../images/linkico_008.png") left center no-repeat;
}

.f_link8:hover {
    background: url("../images/linkico_008_hover.png") left center no-repeat;
}

/*list*/
.lm_banner {
    width: 100%;
    margin: 0 auto;
    height: 280px;
}

.list-main {
    width: 1200px;
    margin: 15px auto;
    height: auto;
    overflow: hidden;
}

.list-main-left {
    float: left;
    width: 225px;
}

.list-main-left .this-lmname {
    width: 205px;
    height: 80px;
    border-top: #90080c 2px solid;
    background: #90080c;
    padding: 20px 0 0 20px;
}

.list-main-left .this-lmname H1 {
    font-size: 28px;
    color: #ffffff;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.list-main-left .this-lmname H3 {
    font-size: 14px;
    color: #2e9b62;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.list-sub {
    width: 225px;
    height: auto;
    overflow: hidden;
    margin-top: 1px;
}

.list-sub li {
    position: relative;
    height: auto;
    width: 225px;
    overflow: hidden;
    background: url("../images/list_sub_bg.png") 196px 17px no-repeat #ececec;
    border-bottom: #d6d6d6 1px solid;
}
.list-sub li i{
    position:absolute;
    right:0;
    top:0;
    width:42px;
    height:42px;
    cursor:pointer;
}

.list-sub li a {
    display: block;
    height: 42px;
    line-height: 42px;
    width: 150px;
    display: block;
    font-size: 14px;
    padding-left: 20px;
}

.list-sub>ul>li:hover {
    background: url(../images/list_sub_bgon.png) 196px 17px no-repeat #90080c;
    color: #ffffff;
}

.list-sub>ul>li.on{
    background: url(../images/list_sub_bgon.png) 196px 17px no-repeat #90080c;
    color: #ffffff;
}
.list-sub>ul>li.on>a,.list-sub>ul> li:hover>a{
    color: #ffffff;
}
.list-sub .sub2{
    /* display:none; */
}
.list-sub .sub2 a{
    padding-left:40px;
    color:#666;
    background:#ececec
}
.list-sub .sub2 li{
    
background: #ececec;
}
.list-hot {
    margin: 30px 0 0 0;
    width: 225px;
}

.list-hot h1 {
    background: url("../images/lmhot_line.png") left bottom no-repeat;
    font-size: 16px;
    color: #006633;
    line-height: 40px;
    padding-left: 10px;
}

.list-hot-list {
    background: url("../images/lmhot_ph.png") 2px 8px no-repeat;
    padding: 0 0 0 23px;
    margin: 10px auto
}

.list-hot-list li {
    line-height: 30px;
    font-size: 14px;
}

.list-hot-list li a {
    color: #666666
}

.list-hot-list li a:hover {
    color: #ff6600
}

.list-main-right {
    float: right;
    width: 870px;
    border-top: #b5171c 2px solid;
    border-left: #e5e5e5 1px solid;
    border-right: #e5e5e5 1px solid;
    border-bottom: #e5e5e5 1px solid;
    min-height: 400px;
    padding: 0 40px;
    background: #fcfcfc;
    overflow: hidden;
}

.list-main-right .lm_name {
    background: url("../images/lmname-line.png") left bottom no-repeat;
    height: 50px;
    line-height: 50px;
}

.list-main-right .lm_name h2 {
    float: left;
    width: 230px;
    text-align: left;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.list-main-right .lm_name span {
    float: right;
    color: #666666;
    font-size: 12px;
}

.list-main-right .lm_name span a {
    color: #666666;
}

.fy-list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0
}

.fy-list li {
    line-height: 40px;
    background: url("../images/ico_list.png") left center no-repeat;
    font-size: 16px;
    color: #999999;
    padding-left: 15px;
    border-bottom: #dcdcdc 1px dotted;
    text-align: right;
}

.fy-list li a {
    color: #666666;
    float: left;
}

.fy-list li a:hover {
    color: #8e080c;
}

.listmor {
    text-align: center;
    margin: 30px auto;
}

/*c-content*/
.zinfo {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 20px auto 20px auto;
    padding: 0;
}

.zinfo .c-title {
    font-size: 30px;
    color: #006134;
    line-height: 40px;
    text-align: center;
    margin: 20px 0 5px 0;
}

.zinfo .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.zinfo .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    font-family: "微软雅黑";
    margin: 10px 0;
    text-indent: 2em;
    text-align: left
}

/*zinfo*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 20px auto 20px auto;
    padding: 0;
}

.c-content .c-title {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin: 15px 0 20px 0;
}

.c-content .other-s {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    background: #ececec;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    font-family: "微软雅黑";
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

/*footer*/
.footer {
    background: #90080c;
    border-top: #770205 5px solid;
    height: auto;
}

.footer_bg {
    /* background: url("../images/end_logo.png") right center no-repeat; */
    height: auto;
}

.footer_one {
    padding: 0;
    height: auto;
    overflow: hidden
}

.footer_two {
    border-top: #784b09 1px solid;
    height: auto;
    overflow: hidden;
    padding: 15px 0 10px 0
}

.footer_two_left {
    width: 800px;
    float: left;
    color: #cce1f4;
    line-height: 27px;
    font-size: 14px;
}

.footer_two_left p {
    margin: 0;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    color: #ffffff;
}

.footer_two_right {
    width: 168px;
    float: right;
}

.footer_one_left {
    width: 750px;
    float: left;
    padding: 15px 0
}

.footer_one_right {
    width: 295px;
    float: right;
    padding: 20px 0 0 0
}

.footer_one_left a {
    display: block;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding-left: 40px;
    height: 50px;
    line-height: 50px;
    margin-right: 50px;
}

.footer_one_left a:hover {
    color: #ff9900
}

.wx_sm {
    float: left;
    color: #ffffff;
    font-size: 12px;
    margin-left: 40px;
}

.wx_sm img {
    width: 65px;
    height: 65px;
}

.wx_sm a span {
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 24px;
}