.wrap {
    width: 100%;
}

/* headline */
.headline {
    width: 100%;
    padding: 30px 0;
}

.headline p {
    text-align: center;
    font-size: 34px;
    font-weight: bolder;
}

.headline p a {
    color: #085BC7;
}

.headline .more {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 14px;
}

.headline .more a {
    color: #666;
    margin: 0 4px;
}

/*newsBox*/
.newsBox {
    width: 100%;
    height: 405px;
    overflow: hidden;
    margin-top: 10px;
}

.slideBox {
    width: 690px;
    height: 405px;
    position: relative;
}

.slideBox .hd {
    position: absolute;
    right: 5px;
    bottom: 20px;
    z-index: 1;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 5px;
}

.slideBox .hd ul li.on {
    background: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
}

.slideBox .bd li img {
    width: 100%;
    height: 405px;
}

.slideBox .bd p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    background: url("../img/pbg.png") top left repeat;
    text-indent: 10px;
    z-index: 1;
}

.slideBox .bd p a {
    color: #fff;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -58px;
    display: none;
    width: 56px;
    height: 117px;
    background: url("https://www.soulrig.com/file/4500000001/gb/img/prev-btn.png") center no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 0;
    background-image: url("https://www.soulrig.com/file/4500000001/gb/img/next.png");
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #000;
}

.slideTxtBox {
    width: 510px;
    height: auto;
    z-index: 1;
    border: 1px solid #E7E7E7;
}

.slideTxtBox .hd ul {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E7E7E7;
    padding-left: 30px;
}

.slideTxtBox .hd ul li {
    float: left;
    font-size: 18px;
    color: #999;
    overflow: hidden;
    margin-right: 45px;
}

.slideTxtBox .hd ul li a {
    display: block;
    color: #666;
    float: left;
}

.slideTxtBox .hd ul li.on a {
    font-weight: bold;
    color: #085BC7;
    font-size: 20px;
    border-bottom: 4px solid #085BC7;
    line-height: 46px;
}

.slideTxtBox .bd ul {
    overflow: hidden;
    padding: 20px 14px 0 30px;
}

.slideTxtBox .bd ul.henanpushinfo {
    overflow: hidden;
    padding: 0;
    height: 330px;
}

.slideTxtBox .bd ul.henanpushinfo li span {
    width: 90px;
    overflow: hidden;
}

.slideTxtBox .bd ul li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: url("../img/libg.png") center left no-repeat;
    overflow: hidden;
}

.slideTxtBox .bd ul li a {
    display: block;
    float: left;
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 14px;
}

.slideTxtBox .bd ul li a:hover {
    color: #2a5ca1;
}

.slideTxtBox .bd li span {
    float: right;
    color: #999;
    font-size: 14px;
    overflow: hidden;
}

.slideTxtBox .bd li span a {
    color: #999;
}

.slideTxtBox1 {
    width: 640px;
    border: none;
}

.slideTxtBox1 .hd ul {
    padding-left: 0;
}

.slideTxtBox1 .bd ul {
    padding: 20px 0;
}

/* ztBox */
.ztBox {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.ztBox img {
    display: block;
}

/* nrItem */
.nrItem {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

/* yjItem */
.yjItem {
    width: 510px;
    height: 290px;
    background: url("../img/fwdt.png") top center no-repeat;
    margin-top: 10px;
    padding: 22px;
}

.yjItem .hd ul {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}

.yjItem .hd ul li {
    float: left;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    margin-right: 30px;
}

.yjItem .hd ul li a {
    display: block;
    color: #666;
    float: left;
}

.yjItem .hd ul li.on a {
    font-weight: bold;
    color: #085BC7;
    font-size: 20px;
    line-height: 46px;
}

.yjItem .bd ul {
    overflow: hidden;
    padding: 22px;
    background: rgba(255, 255, 255, 0.64);
}

.yjItem .bd ul li {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    background: url("../img/libg.png") center left no-repeat;
    overflow: hidden;
}

.yjItem .bd ul li a {
    display: block;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 14px;
}

.yjItem .bd ul li a:hover {
    color: #2a5ca1;
}

/* gkItem */
.gkItem {
    width: 100%;
    margin-top: 30px;
    background: #EBF5FF;
}

.gkItem .w1200 {
    padding: 20px 0 30px;
}

.title {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.title a {
    color: #333;
}

.gkItem .xxItem {
    width: 500px;
}

.gkItem .xxItem .tabItem {
    margin-top: 16px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.gkItem .tabItem {
    margin-top: 16px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.gkItem .tabItem li {
    width: 116px;
    height: 116px;
    padding-top: 67px;
    color: #085BC7;
    box-shadow: 0 5px 17px 0 #91a6bf3d;
    font-size: 16px;
    text-align: center;
}

.gkItem .tabItem li p {
    line-height: 30px;
}

.gkItem .tabItem li:hover {
    color: #fff;
}

.gkItem .tabItem a:first-child li {
    background: #fff url("../img/gkicon1a.png") top 30px center no-repeat;
}

.gkItem .tabItem a:first-child li:hover {
    background: #085BC7 url("../img/gkicon1b.png") top 30px center no-repeat;
}

.gkItem .tabItem a:nth-child(2) li {
    background: #fff url("../img/gkicon2a.png") top 30px center no-repeat;
}

.gkItem .tabItem a:nth-child(2) li:hover {
    background: #085BC7 url("../img/gkicon2b.png") top 30px center no-repeat;
}

.gkItem .tabItem a:nth-child(3) li {
    background: #fff url("../img/gkicon3a.png") top 30px center no-repeat;
}

.gkItem .tabItem a:nth-child(3) li:hover {
    background: #085BC7 url("../img/gkicon3b.png") top 30px center no-repeat;
}

.gkItem .tabItem a:nth-child(4) li {
    background: #fff url("../img/gkicon4a.png") top 30px center no-repeat;
}

.gkItem .tabItem a:nth-child(4) li:hover {
    background: #085BC7 url("../img/gkicon4b.png") top 30px center no-repeat;
}

.slideTxtBox2 {
    width: 500px;
    border: none;
    background: #fff;
    box-shadow: 0 5px 17px 0 #91a6bf3d;
    padding: 10px 20px 0;
    margin-top: 12px;
}

.slideTxtBox2 .hd ul {
    padding-left: 0;
}

.slideTxtBox2 .bd ul {
    padding: 20px 0;
}

.fwItem {
    width: 675px;
}

.fwItem .list {
    margin-top: 16px;
    background: #fff;
    box-shadow: 0 5px 17px 0 #91a6bf3d;
    padding: 42px 0 42px 30px;
}

.fwItem .list ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fwItem .list ul li {
    width: 188px;
    height: 118px;
    background: #E1F3FF;
    margin: 0 26px 26px 0;
    position: relative;
}

.fwItem .list ul li img {
    display: block;
    margin: 30px auto 14px;
}

.fwItem .list ul li p {
    text-align: center;
    font-size: 16px;
    color: #333;
    width: 100%;
    position: absolute;
    bottom: 20px;
}

/* jlItem */
.jlItem {
    padding: 20px 0;
}

.hdItem {
    width: 640px;
}

.jtItem {
    width: 640px;
    height: auto;
    z-index: 1;
    margin-top: 10px;
}

.jtItem .hd ul {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E7E7E7;
}

.jtItem .hd ul li {
    float: left;
    font-size: 18px;
    color: #999;
    overflow: hidden;
    margin-right: 45px;
}

.jtItem .hd ul li a {
    display: block;
    color: #666;
    float: left;
}

.jtItem .hd ul li.on a {
    font-weight: bold;
    color: #085BC7;
    font-size: 20px;
    border-bottom: 4px solid #085BC7;
    line-height: 46px;
}

.jtItem .bd ul {
    overflow: hidden;
    margin-top: 30px;
}

.jtItem .bd ul a {
    display: block;
}

.jtItem .bd img {
    display: block;
    width: 314px;
    height: 180px;
}

.jtItem .bd .news {
    width: 300px;
}

.jtItem .bd .news h3 {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.jtItem .bd .news h4,
.jtItem .bd .news h5,
.jtItem .bd .news p {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hdTab {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.hdTab li {
    width: 202px;
    height: 115px;
    border: 1px solid #085BC7;
    position: relative;
}

.hdTab li img {
    display: block;
    margin: 30px auto 14px;
}

.hdTab li p {
    text-align: center;
    font-size: 16px;
    color: #085BC7;
    width: 100%;
    position: absolute;
    bottom: 20px;
}

.kpItem {
    width: 510px;
}

.kpItem .list {
    width: 510px;
}

.kpItem .list li img {
    width: 510px;
    height: 90px;
    display: block;
    margin-top: 13px;
}

/* ztItem */
.ztItem {
    margin-top: 20px;
}

.picScroll-left {
    width: 1200px;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.picScroll-left .hd .next,
.picScroll-left .hd .prev {
    width: 30px;
    height: 120px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.picScroll-left .hd .next {
    left: 0;
    background: url("../img/left.png") center center no-repeat;
}

.picScroll-left .hd .prev {
    right: 0;
    background: url("../img/right.png") center center no-repeat;
}

.picScroll-left .bd {
    width: 1200px;
    height: 120px;
}

.picScroll-left .bd ul {
    height: 120px;
    overflow: hidden;
}

.picScroll-left .bd ul li {
    float: left;
    margin-right: 16px;
    width: 288px;
    height: 120px;
}

.picScroll-left .bd ul li img {
    display: block;
    width: 288px;
    height: 120px;
}

/* link */
.link {
    width: 100%;
    height: 127px;
    background: url("../img/linkbg.png") top center repeat-x;
    margin-top: 30px;
}

.link ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.link ul li {
    width: 230px;
    height: 60px;
    margin-top: 30px;
}

.link ul li img {
    width: 230px;
    height: 60px;
    display: block;
}


/* oldModel */
.oldModel .headline p {
    font-size: 68px;
}

.oldModel .headline .more {
    font-size: 36px;
}

.oldModel .newsBox {
    height: auto;
}

.oldModel .slideBox {
    width: 100%;
    height: 700px;
}

.oldModel .slideBox .bd li img {
    width: 100%;
    height: 700px;
}

.oldModel .slideBox .bd p {
    font-size: 36px;
}

.oldModel .slideTxtBox {
    width: 100%;
    margin-top: 20px;
}

.oldModel .slideTxtBox .hd ul {
    height: 70px;
    line-height: 70px;
}

.oldModel .slideTxtBox .bd ul.henanpushinfo {
    height: 480px;
}

.oldModel .slideTxtBox .hd ul li {
    font-size: 36px;
}

.oldModel .slideTxtBox .hd ul li.on a {
    font-size: 40px;
    line-height: 66px;
}

.oldModel .slideTxtBox .bd ul li {
    font-size: 32px;
    height: 60px;
    line-height: 60px;
}

.oldModel .slideTxtBox .bd li span {
    font-size: 28px;
}

.oldModel .nrItem {
    height: auto;
}

.oldModel .yjItem {
    width: 100%;
    background-repeat: round;
    height: auto;
}

.oldModel .yjItem .hd ul li {
    font-size: 36px;
}

.oldModel .yjItem .hd ul li.on a {
    font-size: 40px;
}

.oldModel .yjItem .bd ul li {
    font-size: 32px;
    height: 58px;
    line-height: 58px;
}

.oldModel .gkItem .xxItem {
    width: 100%;
}

.oldModel .title {
    font-size: 48px;
}

.oldModel .gkItem .tabItem li {
    width: 280px;
    font-size: 32px;
}

.oldModel .fwItem {
    width: 100%;
    margin-top: 20px;
}

.oldModel .fwItem .list ul li {
    width: 350px;
    height: 150px;
}

.oldModel .fwItem .list ul li p {
    font-size: 32px;
}

.oldModel .hdItem {
    width: 100%;
}

.oldModel .jtItem {
    width: 100%;
}

.oldModel .jtItem .hd ul {
    height: 70px;
    line-height: 70px;
}

.oldModel .jtItem .hd ul li {
    font-size: 36px;
}

.oldModel .jtItem .hd ul li.on a {
    font-size: 40px;
    line-height: 66px;
}

.oldModel .jtItem .bd img {
    width: 600px;
    height: 320px;
}

.oldModel .jtItem .bd .news {
    width: 560px;
}

.oldModel .jtItem .bd .news h3 {
    font-size: 36px;
    line-height: 76px;
}

.oldModel .jtItem .bd .news h4,
.oldModel .jtItem .bd .news h5,
.oldModel .jtItem .bd .news p {
    font-size: 30px;
    line-height: 48px;
}

.oldModel .hdTab li {
    width: 350px;
}

.oldModel .hdTab li p {
    font-size: 32px;
}

.oldModel .kpItem {
    width: 100%;
    margin-top: 30px;
}

.oldModel img.fwIcon {
    width: 1144px;
}

.oldModel .kpItem .list {
    width: 100%;
}

.oldModel .kpItem .list li {
    float: left;
    margin: 10px 45px;
}

.oldModel .jtItem .bd ul{
    line-height: 56px;
}