.head {
    height: 125px;
    background: url(../nygyimages/head.png) no-repeat center center;
}

.head1 {
    height: 139px;
    background: url(../nygyimages/head1_02.jpg) no-repeat center center;
}

.foot {
    height: 73px;
    background: url(../nygyimages/foot.png) no-repeat center center;
}

.nygymain {
    padding: 20px 0 40px;
    /* background: #e9e8ee; */
}

.clearfix:after {
    height: 0;
    display: block;
    content: "";
    clear: both;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

.steamer {
    margin-bottom: 20px;
}


/* 本例子css */

.nygySlideBox {
    width: 1000px;
    height: 666px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.nygySlideBox .hd {
    height: 5px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: -190px;
    bottom: 25px;
    z-index: 1;
    border-top: none;
    background-color: transparent;
}

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

.nygySlideBox .hd ul li {
    float: left;
    margin-right: 20px;
    width: 70px;
    height: 5px;
    line-height: 14px;
    text-align: center;
    background: url(../nygyimages/slidebg.png) no-repeat center center;
    cursor: pointer;
}

.nygySlideBox .hd ul li.on {
    background: url(../nygyimages/slideon.png) no-repeat center center;
    color: #fff;
}

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

.nygySlideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.nygySlideBox .bd img {
    width: 1000px;
    height: 666px;
    display: block;
}

.nygySlideBox .bd p {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
}


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

.nygySlideBox .prev,
.nygySlideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../nygyimages/l_arrow.png) no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.nygySlideBox .next {
    left: auto;
    right: 3%;
    background: url(../nygyimages/r_arrow.png) no-repeat;
    /* background-position: 8px 5px; */
}

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

.nygySlideBox .prevStop {
    display: none;
}

.nygySlideBox .nextStop {
    display: none;
}

.nygymain .news4 {
    width: 998px;
    border: 1px solid #D6D6D6;
    margin-bottom: 40px;
}

.nygymain .news4 .more {
    color: #cb1f20;
    font-size: 14px;
    margin: 15px 20px 0 0;
}

.nygymain .news4 ul {
    padding: 35px 10px;
}

.nygymain .news4 li {
    margin: 15px 12px;
}

.nygymain .news4 li .text {
    margin-left: -10px;
    margin-top: 20px;
    width: 190px;
    height: 120px;
    padding: 5px;
    background: url(../nygyimages/news4bg.png) no-repeat;
    color: #fff;
}

.nygymain .news4 li .text:hover {
    background: url(../nygyimages/news4bgon.png) no-repeat;
}

.nygymain .news4 .text h5 {
    font-size: 15px;
    line-height: 33px;
}

.nygymain .news4 .text a {
    color: #fff;
}

.nygymain .news4 .text p {
    padding: 10px 0;
    line-height: 22px;
}


/* 本例子css */

.nygySlideTxtBox {
    width: 1000px;
    text-align: left;
}

.nygySlideTxtBox .hd {
    height: 40px;
    line-height: 30px;
    padding: 2px 0 0;
    position: relative;
    border: 1px solid #D6D6D6;
    border-top: 1px solid #FB7407;
    margin-bottom: 20px;
}

.nygySlideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.nygySlideTxtBox .hd ul li {
    float: left;
    margin: 0 23px;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #333;
}

.nygySlideTxtBox .hd ul li.on {
    border-bottom: 2px solid #FB7407;
}

.nygySlideTxtBox .bd ul {
    zoom: 1;
}

.nygySlideTxtBox .bd li {
    height: 208px;
    width: 333px;
    line-height: 24px;
    position: relative;
}

.nygySlideTxtBox .bd li img {
    height: 208px;
    width: 333px;
    line-height: 24px;
    position: relative;
}

.nygySlideTxtBox .bd li div {
    display: none;
    height: 208px;
    width: 333px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    text-align: center;
}

.nygySlideTxtBox .bd li div p {
    margin-top: 80px;
    color: #fff;
    font-size: 16px;
}

.nygySlideTxtBox .bd li div a {
    color: #fff;
    display: block;
    height: 25px;
    width: 60px;
    top: 160px;
    right: 30px;
    text-indent: 1.5em;
    position: absolute;
    background: url(../nygyimages/btnbg.png) no-repeat 5px center;
    background-color: #FB7407;
}

.nygySlideTxtBox .bd li>a {
    position: absolute;
    top: 100px;
    left: 0;
    color: #fff;
    font-size: 24px;
    width: 333px;
    text-align: center;
}

.nygymain .curTitle {
    font-size: 24px;
    text-indent: 1em;
    font-weight: normal;
    line-height: 92px;
}

.nygymain .others {
    padding: 24px;
}

.nygymain .others li {
    margin: 8px;
    display: block;
}

.nygymain .others img {
    width: 222px;
    height: 148px;
}

.nygymain .others li p {
    text-indent: 0.5em;
    line-height: 43px;
}


/* 本例子css */

.nygyConSlideBox {
    /* height: 1020px; */
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 40px;
}

.nygyConSlideBox .hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 35px;
    z-index: 1;
    border-top: none;
    height: auto;
    padding-bottom: 20px;
    background: transparent !important;
}

.nygyConSlideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 100%;
    text-align: center;
}

.nygyConSlideBox .hd ul li {
    display: inline-block;
    margin: 0 2px;
    width: 28px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: 1px solid #CCCCCC;
}

.nygyConSlideBox .hd ul li.on {
    background: #C8211D;
    color: #fff;
    height: 28px;
    width: 30px;
    line-height: 28px;
    border: none;
}

.nygyConSlideBox .hd .pageinput {
    width: 60px;
    height: 23px;
    outline: 0 none;
    border: 1px solid #CCCCCC;
    margin: 0 2px;
}

.nygyConSlideBox .hd a {
    margin: 0 2px;
}

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

.nygyConSlideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    /* height: 960px; */
    padding: 30px;
    text-align: center;
    padding-bottom: 130px;
}

.nygyConSlideBox .bd li p {
    margin-bottom: 18px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 175%;
}

.nygyConSlideBox .bd img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
    /* height: 634px; */
    height: auto !important;
    max-width: 950px;
    width: 940px !important;
}


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

.nygyConSlideBox .prev,
.nygyConSlideBox .sure,
.nygyConSlideBox .next {
    display: inline-block;
    width: 56px;
    padding: 6px;
    border: 1px solid #CCCCCC;
    background: #fff;
}

.nygyConSlideBox .sure {
    background: #F0F0F0;
}

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

.nygyConSlideBox .prevStop {
    display: none;
}

.nygyConSlideBox .nextStop {
    display: none;
}


/* 新增 */

.picSlide {
    position: relative;
}

.picSlide .zrbj {
    position: absolute;
    bottom: 102px;
    right: 230px;
    font-size: 16px;
}

.picSlide .zrbj p {
    font-size: 16px;
}

.nygySlideBox .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 167px;
    background: url(../nygyimages/tptitbj.png);
    display: block;
}

.nygyConSlideBox a.leftBTn,
.nygyConSlideBox a.rightBtn {
    padding: 0px;
    border: 0px solid #CCCCCC;
    position: absolute;
    left: 30px;
    top: 300px;
    display: block;
    background: url(../images/focus_btn2.png) no-repeat;
    width: 56px;
    height: 100px;
}

.nygyConSlideBox a.rightBtn {
    position: absolute;
    left: 915px;
    top: 300px;
    background: url(../images/focus_btn2.png) no-repeat -50px 0;
}

.nygyConSlideBox {
    background: #fff;
}

.tpdzlbox {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 60px;
    padding-right: 15px;
    /* background: #fff; */
    position: absolute;
    bottom: 75px;
    left: 0;
}

.dzlbox {
    height: 40px;
    line-height: 40px;
    margin-right: 80px;
}

.nygyConSlideBox .bd .dzlbox .iconfont {
    width: 22px;
    height: 18px;
    display: inline-block;
    background: url(../images/dianz.png) no-repeat;
}

.nygyConSlideBox .bd .dzlbox .iconfont img {
    display: none;
}

.liull {
    margin-left: 10px;
}

.nygyConSlideBox .liull span {
    background: url(../images/tpllltb.png) no-repeat;
    color: #959494;
    padding-left: 30px;
    padding-bottom: 3px;
}

.opera .btn i.iconfont {
    margin-top: 10px;
    color: #666;
}

.dzlbox .opera .btn span {
    color: #959494;
}

body {
    background: #e9e8ee;
}