.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 42px;
}
.pagination>.active>a{
    border-color: #c8a063;
    background-color:#c8a063;
}
.pagination>li>a, .pagination>li>span{
    color: #777;
}
.pagination>li>a:hover{
    color: #c8a063;
}
.banner-menu {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
table,tbody{
    width: 100% !important;
}
tr,td{
    border: 1px solid #ccc !important;
    padding: 15px 20px;
}
td:first-child{
    width: 40% !important;
    
}
.banner-menu li {
    background-color: rgba(245, 245, 245, .5);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.banner-menu li a {
    width: 100%;
    display: block;
}

.banner-menu li.active {
    background-color: #c8a063;
}

.banner-menu li.active a {
    color: #fff;
}

.all-box {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
}

.gs-box .all-title {
    padding-top: 3.125vw;
}

.all-title {
    font-size: 35px;
    margin-bottom: 40px;
}

.gs-box .gs-left {
    width: 190px;
    position: relative;
}

.gs-box .gs-left::after {
    content: '';
    position: absolute;
    right: -4.6875vw;
    bottom: 9.6875vw;
    width: 8.0208vw;
    height: 0.8333vw;
    background-image: -webkit-gradient(linear, left top, right top, from(#c8a063), to(#d4b280));
    background-image: -webkit-linear-gradient(left, #c8a063 0%, #d4b280 100%);
    background-image: -moz-linear-gradient(left, #c8a063 0%, #d4b280 100%);
    background-image: -o-linear-gradient(left, #c8a063 0%, #d4b280 100%);
    background-image: linear-gradient(90deg, #c8a063 0%, #d4b280 100%);
}

.gs-box .gs-right {
    /* width: calc(100%); */
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 3.125vw;
    background-color: #f5f5f5;
    padding: 3.125vw;
}

.gs-box .gs-right .font-weight {
    font-size: 20px;
    color: #c8a063;
    margin-bottom: 30px;
    padding-top: 3.9063vw;
}

.gs-box .gs-right .gs-yh {
    background-image: url(../imgs/yh3.png), url(../imgs/yh4.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
}

.gs-box .gs-yh div {
    color: #666;
    line-height: 32px;
    padding-bottom: 30px;
}

.gs-box2 {
    background-image: url(../imgs/kh-bg.jpg);
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    text-align: center;
    line-height: 200px;
}

.gs-box2 p,
.gs-box2>div {
    color: #c8a063;
    font-size: 28px;
}

.gs-box2>div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}

.gs-box2>div::after {
    position: absolute;
    content: '';
    width: 199px;
    height: 2px;
    background-color: #c8a063;
    left: -5.1563vw;
    top: 60px;
}

.gs-box2>div::before {
    position: absolute;
    content: '';
    width: 199px;
    height: 2px;
    background-color: #c8a063;
    right: -5.1563vw;
    bottom: 60px;
}

.bg-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 1.6667vw;
}

.bg-box>div {
    border-bottom: 1px solid #cccccc;
}

.bg-box .bg-text {
    padding: 20px 0;
}

.bg-box .bg-img {
    width: 100%;
    height: 14.5833vw;
    overflow: hidden;
}

.bg-box>div:hover img,
.ys-box a:hover .all-img,
.new-right a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.bg-box .bg-text p,
.bg-box .bg-text a {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.bg-box .bg-text p {
    margin-top: 10px;
}

.bg-box .bg-text p.bg-title {
    color: #333333;
    font-size: 20px;
}

.ry-button {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1.0417vw 30px;
}

.ry-button li {
    /* width: 10.5208vw; */
    height: 54px;
    background-color: #f5f5f5;
    border-radius: 27px;
    text-align: center;
    line-height: 54px;
}

.ry-button li a {
    color: #666565;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.ry-button li.active {
    background-color: #fcf6ed;
    border: solid 1px #c8a063;
}

.ry-button li.active a {
    color: #c8a063;
    font-size: 18px;
    font-weight: bold;
}

.ry-title {
    border-bottom: 1px solid #ccc;
    margin-top: 3.125vw;
    padding-bottom: 1.0417vw;
    position: relative;
    margin-bottom: 30px;
}

.ry-title span {
    color: #c8a063;
    font-size: 23px;
}

.ry-title span.num {
    margin-right: 30px;
}

.ry-title::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 200px;
    height: 3px;
    background-color: #c8a063;
    content: '';
}

.ry-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.9792vw 0;
}

.ry-content .ry-text {
    margin-top: 1.1458vw;
}

.ry-content img {
    margin-right: 10px;
}

.ry-content .ry-text,
.ry-content .ry-text p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.ry-button li:hover a {
    color: #c8a063;
}

.gjss_zm a {
    color: #ccc;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 30px;
    line-height: 30px;
    width: 3.7%;
    text-align: center;
}

.gjss_zm a.gjss_zma {
    color: #333;
}

.gjss_zm a.active,
.gjss_zm a:hover {
    background-color: #c8a063;
    color: #fff;
    /* padding: 0 8px; */
}

.rs-search {
    margin-top: 30px;
    height: 54px;
    margin-bottom: 3.125vw;
}

.rs-search div select,
.rs-search div input {
    width: 250px;
    height: 54px;
    background-color: #ffffff;
    border: solid 2px #c8a063;
    padding: 0 30px;
    color: #666565;
}

.rs-search input::-webkit-input-placeholder {
    color: #666565;
    opacity: 1;
}

.rs-search input:-moz-placeholder {
    color: #666565;
    opacity: 1;
}

.rs-search input::-moz-placeholder {
    color: #666565;
    opacity: 1;
}

.rs-search input:-ms-input-placeholder {
    color: #666565;
    opacity: 1;
}

.rs-search input::-ms-input-placeholder {
    color: #666565;
    opacity: 1;
}

.rs-search input::placeholder {
    color: #666565;
    opacity: 1;
}

.rs-search input:focus {
    border: solid 2px #c8a063;
}

.rs-search select {
    background-image: url(../imgs/xl.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.rs-search button {
    width: 6.25vw;
    height: 54px;
    background-color: #c8a063;
    cursor: pointer;
}

.rs-search button img,
.ys-box a:hover .ys-jt img,
.zyly-box a:hover img,
.yw-box a:hover img {
    -webkit-filter: grayscale(100%) brightness(500%);
    filter: grayscale(100%) brightness(500%);
}

.ys-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.ys-box .img {
    width: 220px;
    background-color: #333333;
    overflow: hidden;
    height: 260px;
}

.ys-box .ys-con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f5f5f5;
    padding: 20px 30px;
}

.ys-box .ys-con .ys-jt {
    border-top: 1px solid #cccccc;
    padding-top: 1.3021vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ys-box .ys-con .ys-text {
    height: 84%;
}

.ys-box .ys-con .ys-zw {
    color: #666666;
    line-height: 26px;
    font-size: 14px;
}

.ys-box .ys-con .ys-title {
    font-size: 22px;
    margin-top: 0.5208vw;
    margin-bottom: 30px;
}

.ys-box a:hover .ys-con,
.yw-box a:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#c8a063), to(#d4b280));
    background-image: -webkit-linear-gradient(left, #c8a063 0%, #d4b280 100%);
    background-image: -moz-linear-gradient(left, #c8a063 0%, #d4b280 100%);
    background-image: -o-linear-gradient(left, #c8a063 0%, #d4b280 100%);
    background-image: linear-gradient(90deg, #c8a063 0%, #d4b280 100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.ys-box a:hover .ys-con .ys-jt {
    border-top: 1px solid #fff;
}

.ys-box a:hover .ys-con .ys-zw,
.ys-box a:hover .ys-con {
    color: #fff;
}

.show-ny {
    background-color: #fffbf6;
    padding-top: 120px;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 37.037vh;
    background-position: bottom;
}

.position,
.position a {
    color: #c8a063;
    font-size: 14px;
}

.position {
    margin-bottom: 3.125vw;
}

.ls-top>div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 3.125vw;
}

.ls-top .img {
    width: 268px;
    height: 320px;
    background-color: #c8a063;
}

.ls-top .ls-title {
    color: #c8a063;
    font-size: 35px;
    margin-right: 2.6042vw;
}

.ls-top .ls-dz,
.ls-top .ls-mes>div {
    color: #666;
    margin-right: 2.6042vw;
}

.ls-top .ls-dz img {
    margin-right: 10px;
}

.ls-top .ls-zhiwei {
    border-top: 1px solid #e7cea9;
    padding-top: 1.0417vw;
    margin-top: 30px;
    flex-wrap: wrap;
}
/*修改*/
.ls-top .ls-zhiwei a {
    display: none;
    margin-bottom: 10px;
}

.ls-top .ls-zhiwei p {
    color: #c8a063;
    padding: 0 20px;
    border: 1px solid #c8a063;
    height: 36px;
    line-height: 34px;
    margin-right: 10px;
}
/*修改*/
.ls-top .ls-mes {
    margin-top: 16px;
}

.ls-top .ls-mes>div a {
    color: #666;
    display: block;
}

.ls-top .ls-mes>div img {
    margin-right: 0.625vw;
    display: block;
}

.ls-down a{
    color: #fff;
}

.ls-down {
    width: 150px;
    height: 46px;
    background-color: #c8a063;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
}

.ls-down img {
    margin-right: 8px;
}

.ls-button {
    margin-top: 3.125vw;
    margin-bottom: 40px;
    grid-gap: 10px;
}

.ls-button>a {
    /*width: 190px;*/
    height: 54px;
    background-color: #f5f5f5;
    border-radius: 27px;
    text-align: center;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.con-menu li.active,
.con-menu li:hover,
.ls-button>a.active,
.ls-button>a:hover {
    background-color: #fcf6ed;
    border: solid 1px #c8a063;
    color: #c8a063;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.ls-left {
    flex: 0.9;
}
.ls-left,
.ls-right,
.ls-left p,
.ls-right p{
    white-space: normal;
}

.ls-right {
    width: 400px;
}

.ls-alltitle {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 30px;
}

.ls-alltitle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 3px;
    background-color: #c8a063;
}

.ls-con,
.ls-con p {
    color: #666;
    line-height: 30px;
    font-size: 15px;
}

.ls-box {
    padding-bottom: 3.125vw;
}

.ls-left>div,
.cq-right>div {
    margin-bottom: 2.6042vw;
}

.ls-right>div {
    margin-bottom: 30px;
    background-color: #f5f5f5;
    padding: 30px;
}

.ls-left>div:last-child,
.ls-right>div:last-child,
.cq-right>div:last-child {
    margin-bottom: 0;
}

.zyly-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.6667vw;
}

.zyly-box2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.9792vw;
}

.zyly-box a {
    height: 220px;
    background-color: #f5f5f5;
}

.zyly-box2 a {
    height: 298px;
}

.zyly-box a>div {
    text-align: center;
}

.zyly-box img {
    max-width: 66px;
    -o-object-fit: contain;
    object-fit: contain;
}

.zyly-box p {
    font-size: 17px;
    margin-top: 20px;
}

.zyly-box a:hover {
    background-color: #c8a063;
    color: #fff;
}

.yw-box {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
}

.yw-boxc {
    padding: 3.125vw 0;
}

.yw-box a {
    /* height: 294px; */
    background-color: #f5f5f5;
    padding: 40px;
    display: inline-block;
    /*新增*/
}
/*新增*/
.tj-box a{
    width: 100%;
}
.yw-box .swiper {
    padding-bottom: 60px;
}
.tj-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #b2b2b2;
    opacity: 1;
}
.tj-box .swiper-pagination-bullet-active {
    background-color: #c8a063;
}
.tj-box .tj-text,
.righttj-box .tj-text{
    border: 1px solid #c8a063;
    color: #c8a063;
    padding: 6px 10px;
    width: max-content;
    margin-bottom: 20px;
}
.tj-box a:hover .tj-text{
    color: #fff;
    border: 1px solid #fff;
}
/**/

.yw-box .yw-title,
.new-rc .yw-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1.4063vw;
}

.yw-box .yw-l {
    margin-bottom: 0.7813vw;
}

.yw-box .yw-l span {
    font-size: 14px;
}

.yw-box .zt {
    width: 135px;
    height: 40px;
    background-color: #b5b6b6;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-top: 1.0417vw;
}

.yw-box .zt.active {
    background-color: #c8a063;
}

.ry-time {
    color: #c8a063;
    font-size: 40px;
    margin-bottom: 6px;
}

.ry-time2 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0.9375vw;
}

.yw-box .yw-text {
    height: 165px;
}

.yw-box .ys-jt,
.new-rc .ys-jt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.yw-box a:hover .ry-time2,
.yw-box a:hover .ry-time,
.yw-box a:hover .yw-title,
.yw-box a:hover .yw-l span {
    color: #fff;
}

.newswiper {
    width: 100%;
    overflow: hidden;
}

.newswiper .img {
    width: 816px;
    height: 396px;
    background-color: #999999;
    overflow: hidden;
}

.gs-box .gs-top {
    padding-bottom: 3.125vw;
}

.newswiper .new-rc {
    padding: 40px 0 0 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.newswiper .new-con,
.newswiper .new-con p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    line-height: 21px;
}

.new-rc .ys-jt {
    padding-top: 30px;
    border-bottom: 1px solid #e7cea9;
    padding-bottom: 1.6667vw;
}

.newswiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #b2b2b2;
    opacity: 1;
}

.newswiper .swiper-pagination-bullet-active {
    background-color: #c8a063;
}

.newswiper .swiper-horizontal>.swiper-pagination-bullets,
.newswiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.newswiper .swiper-pagination-custom,
.newswiper .swiper-pagination-fraction {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: auto;
    right: 7.8125vw;
}

.show-new-t {
    color: #c8a063;
    font-size: 32px;
    line-height: 60px;
}

.show-new-time {
    color: #c8a063;
    margin-top: 30px;
    padding-bottom: 60px;
}

.new-content,
.new-content p {
    color: #666666;
    line-height: 28px;
    flex: 0.9;
}
.new-content,
.new-content p,
.new-content span{
    text-wrap: wrap !important;
}
.new-content img {
    max-width: 100% !important;
}

.new-right .img {
    width: 125px;
    height: 150px;
    margin-right: 1.0417vw;
    overflow: hidden;
}

.new-right .img+div {
    flex: 1;
    width: calc(100% - 145px);
}
/*修改*/
.new-right a {
    margin-bottom: 1.0417vw;
    display: inline-block;
}

.new-ly {
    display: flex;
    grid-gap: 0.7292vw 0.5208vw;
    flex-wrap: wrap;
}
/*修改*/
.new-ly li.block{
    display: block;
}
.new-ly p {
    color: #c8a063;
    height: 36px;
    border: solid 1px #c8a063;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    padding: 0 12px;
}

.new-ly p:hover,
.ls-top .ls-zhiwei p {
    background-color: #c8a063;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.ly-left {
    width: 41.6667vw;
}

.ly-right {
    width: -webkit-calc(100% - 44.7917vw);
    width: -moz-calc(100% - 44.7917vw);
    width: calc(100% - 44.7917vw);
}

.al-text>p,
.al-text2>p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.al-text>p::after,
.al-text2>p::after {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 10px solid #c8a063;
    border-bottom: 6px solid transparent;
}

.ls-more {
    color: #c8a063;
    cursor: pointer;
}

.new-right a:last-child,
.al-text>p:last-child {
    margin-bottom: 0;
}

.al-text>p:nth-child(n+14) {
    display: none;
}

.ly-left .ls-down,
.cq-right .ls-down {
    margin: 0 auto;
}

.xgrs-box {
    background-image: url(../imgs/xgrs.jpg);
    height: 100px;
    background-color: #e69519;
    /*width: 14.0625vw;*/
    font-size: 22px;
    text-align: center;
    line-height: 100px;
    margin-bottom: 1.8229vw;
    background-position: bottom right;
}
/*新增*/
.xgrs-down{
    background-image: url(../imgs/rsdown.png);
    height: 100px;
    background-color: #e69519;
    /*width: 14.0625vw;*/
    font-size: 22px;
    text-align: center;
    line-height: 100px;
    margin-bottom: 1.8229vw;
    background-position: bottom right;
}
.xls-top{
    width: 47%;
}
.tj-box .all-title,
.righttj-box .all-title{
    font-size: 28px;
}
.tj-box,
.righttj-box{
    background-color: #f5f5f5;
    border-bottom: 1px solid #d9d9d9;
}
.tj-box .ys-jt,
.righttj-box .ys-jt{
    justify-content: space-between;
}
.tj-box .ry-time2,
.righttj-box .ry-time2{
    margin-bottom: 0;
}
.tj-box .yw-text,
.righttj-box .yw-text{
    height: 88px;
}
.righttj-box a{
   
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    /*padding: 15px 10px;*/
    border-bottom: 1px dashed #ccc;
    padding-bottom: 14px;
}
.righttj-box .yw-title{
    line-height: 24px;
}
/**/
.cq-left h3,
.cq-twomenu {
    padding-left: 14.5833vw;
    padding-right: 30px;
}

.cq-left h3.top-menu {
    position: relative;
    padding-left: 15.7833vw;
}

.cq-left h3.top-menu::after {
    position: absolute;
    content: '';
    left: 14.5833vw;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 10px solid #c8a063;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
}

.cq-left h3.top-menu a {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #c8a063;
}

.cq-left h3.top-menu.active a {
    color: #333;
    font-size: 20px;
}

.cq-left .xgrs-box {
    margin-left: 14.5833vw;
    margin-right: 30px;
}
/*新增*/
.cq-left .xtl-box {
    margin-left: 14.5833vw;
    margin-right: 30px;
}
 .cq-left .xtl-box .xgrs-box{
    margin-left: 0;
    margin-right: 0;
    background-position-x: 139px;
}
.cq-left .xtl-box .xgrs-down{
    /*background-position-x: 114px;*/
}

/**/

.cq-left {
    width: 30.2083vw;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f5f5f5 100%);
    background-image: -moz-linear-gradient(bottom, #ffffff 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(bottom, #ffffff 0%, #f5f5f5 100%);
    background-image: linear-gradient(0deg, #ffffff 0%, #f5f5f5 100%);
}

.cq-left h3 {
    height: 3.125vw;
    margin-top: 0.7813vw;
}

.cq-left h3.active {
    background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#e7cea9));
    background-image: -webkit-linear-gradient(left, #f5f5f5 0%, #e7cea9 100%);
    background-image: -moz-linear-gradient(left, #f5f5f5 0%, #e7cea9 100%);
    background-image: -o-linear-gradient(left, #f5f5f5 0%, #e7cea9 100%);
    background-image: linear-gradient(90deg, #f5f5f5 0%, #e7cea9 100%);
}

.cq-left h3.active a {
    font-size: 17px;
    font-weight: bold;
}

.cq-left,
.cq-right {
    padding: 3.125vw 0;
}

.menu-img {
    width: 30px;
    height: 30px;
    text-align: end;
    line-height: 20px;
    cursor: pointer;
}

.menu-img img {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cq-left h3.active img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cq-twomenu {
    display: none;
}

.cq-twomenu li,
.down-menu li {
    line-height: 24px;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
}

.cq-twomenu li.active a,
.down-menu li.active p {
    color: #c8a063;
}

.cq-twomenu li::after,
.down-menu li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
    border: solid 1px #666565;
    border-radius: 50%;
}

.cq-twomenu li.active::after,
.down-menu li.active::after {
    background-color: #c8a063;
    border: solid 1px #c8a063;
}

.cq-left h3.active+.cq-twomenu {
    display: block;
}

.cq-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 40px;
    padding-right: 14.5833vw
}

.wz-box {
    background-color: #f5f5f5;
    border-radius: 0px 0px 60px 0px;
}

.wz-box .wz-title {
    background-image: url(../imgs/1.jpg);
    height: 220px;
    padding: 4vh 30px 30px 30px;
    border-bottom: 1px solid #fff;
    background-position: bottom right;
}

.wz-box .wz-title p {
    font-size: 18px;
    line-height: 30px;
}

.wz-con {
    padding: 30px 30px 3.125vw 30px;
}

.wz-con .text {
    margin-bottom: 4vh;
}

.wz-con .text,
.wz-con .text p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wz-con .text,
.wz-con .date {
    font-size: 14px;
    line-height: 24px;
}

.wenz-box a:hover .wz-box {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#c8a063), to(#d4b280));
    background-image: -webkit-linear-gradient(bottom, #c8a063 0%, #d4b280 100%);
    background-image: -moz-linear-gradient(bottom, #c8a063 0%, #d4b280 100%);
    background-image: -o-linear-gradient(bottom, #c8a063 0%, #d4b280 100%);
    background-image: linear-gradient(0deg, #c8a063 0%, #d4b280 100%);
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.wenz-box a:hover .wz-title {
    background-image: none;
}

.wenz-box a:hover img {
    -webkit-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
}

.wenz-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.down-img {
    width: 100%;
    height: 182px;
    -o-background-size: cover;
    background-size: cover;
}

.down-img .down-title {
    color: #844a05;
    font-size: 24px;
    margin-bottom: 10px;
}

.down-img .down-text {
    height: 24px;
    background-color: #c8a063;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 8px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}

.down-bo {
    margin-top: 1.0417vw;
    padding-bottom: 30px;
    border-bottom: 1px solid #fae0bd;
}

.down-zz {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
}

.down-box a:hover .down-zz {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.cq-left .all-title {
    padding-left: 14.5833vw;
}

.down-left {
    padding-left: 14.5833vw;
    padding-right: 30px;
    margin-top: 3.125vw;
}

.down-left .f14 {
    line-height: 21px;
   
}

.down-left form {
    margin-top: 1.0417vw;
}

.down-dy input {
    height: 44px;
    border: solid 1px #000000;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    background-color: transparent;
    padding: 0 0.5208vw;
}

.con-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 30px;
}

.con-menu li {
    width: 100%;
    height: 54px;
    background-color: #f5f5f5;
    border-radius: 27px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}

.con-con {
    margin-top: 40px;
}

.con-con .f18 {
    margin-bottom: 30px;
}

.con-con .c666 {
    line-height: 30px;
}

.liuyan-box {
    background-image: url(../imgs/ly.jpg);
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.liuyan-box input.layui-input,
.liuyan-box select {
    /* display: inline-block; */
    width: 518px;
    height: 50px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border: solid 1px #cccccc;
    padding: 0 1.0417vw;
    font-size: 14px;
}

.liuyan-box input.layui-input:focus,
.liuyan-box textarea:focus {
    border: solid 2px #c8a063 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.liuyan-box select {
    background-image: url(../imgs/xl.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.liuyan-box textarea {
    width: 518px;
    height: 130px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    padding: 0.8333vw 1.0417vw;
}

.liuyan-box .con-sm label {
    color: #666565;
    font-size: 14px;
    margin-top: 20px;
}

.liuyan-box .con-sm a {
    color: #c8a063;
    font-size: 14px;
}

iframe,
#dituContent {
    width: 100% !important;
    height: 500px !important;
}

.liuyan-box .con-sm input {
    margin-right: 10px;
}


/*单选框基本（未选中）的样式*/

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #b5b6b6;
}


/*单选按钮选中后增加的样式*/

input[type="radio"]:checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 2px;
    border-radius: 10px;
    background-color: #c8a063;
}

input[type="radio"]:checked {
    border: solid 1px #c8a063;
}

.liuyan-box .from-button {
    width: 300px;
    height: 50px;
    background-color: #c8a063;
    border-radius: 25px;
    margin-top: 2.3958vw;
    color: #fff;
    cursor: pointer;
}

.liuyan-box .from-button img {
    margin-right: 1.0417vw;
}

.join-a {
    line-height: 32px;
    margin-bottom: 2.3438vw;
}

.join-a a {
    color: #c8a063;
    border-bottom: 1px solid #c8a063;
}

.join-top {
    height: 90px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.join-con {
    margin-bottom: 20px;
    border: solid 2px #f5f5f5;
}

.join-con .join-text {
    padding: 30px;
    display: none;
}

.join-text>div {
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.join-content {
    margin-top: 3.125vw;
}

.join-title {
    font-size: 18px;
    padding-left: 30px;
    width: 30vw;
    line-height: 30px;
}

.join-jia {
    font-size: 60px;
    width: 60px;
    background-color: #c8a063;
    height: 100%;
    position: relative;
}

.join-jia::after,
.join-jia::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.join-jia::before {
    width: 20px;
    height: 2px;
}

.join-jia::after {
    width: 2px;
    height: 20px;
}

.join-top.active .join-jia::after {
    display: none;
}


/* @media (min-width: 1176px) and (max-width: 1500px) {
    .banner-text {
        font-size: 53px;
    }
    .all-title {
        font-size: 44px;
    }
    .gs-box .gs-right .font-weight {
        padding-top: 6vw;
    }
    .ry-title,
    .all-title {
        margin-bottom: 3vw;
    }
    .bg-box .bg-img {
        height: 19vw;
    }
    .rs-search div select,
    .rs-search div input {
        width: 20vw;
    }
    .ys-box .ys-con .ys-text {
        height: 92%;
    }
    .ls-button>a {
        width: 14vw;
        font-size: 14px;
    }
    .ls-left,
    .new-content,
    .new-content p {
        width: 53.6667vw;
    }
    .ls-right {
        width: -webkit-calc(100% - 57.7917vw);
        width: -moz-calc(100% - 57.7917vw);
        width: calc(100% - 57.7917vw);
    }
    .show-new-t {
        font-size: 41px;
        line-height: normal;
    }
    .cq-left .xgrs-box,
    .cq-left h3,
    .cq-twomenu,
    .down-left {
        margin-left: 5vw;
    }
    .cq-left h3,
    .cq-twomenu,
    .down-left {
        padding-left: 0;
    }
    .cq-right {
        padding-right: 5vw;
    }
    .yw-box .yw-title,
    .new-rc .yw-title {
        font-size: 22px;
    }
    .new-right .img {
        width: 11vw;
    }
    .wz-box .wz-title p {
        font-size: 22px;
        line-height: 30px;
    }
    .wz-box .wz-title {
        height: 204px;
    }
} */
@media (min-width: 1366px) and (max-width: 1600px){
    .ly-right {
        width: calc(100% - 58.7917vw);
    }
    .down-left .f14:first-child{
         max-width: 70%;
    }
    .cq-right{
        padding-right: 6.1vw;
    }
   
}
@media (min-width: 1200px) and (max-width: 1365px){
    .ly-right {
        width: calc(100% - 60.7917vw);
    }
     .down-left .f14:first-child{
         max-width: 70%;
    }
}
@media (max-width: 750px) {
    .ny-banner {
        height: 300px;
    }
    .banner-text {
        font-size: 24px;
    }
    .all-title {
        font-size: 1.5625rem;
        margin-bottom: 30px;
    }
    .gs-box .gs-left,
    .gs-box .gs-right {
        width: 100%;
    }
    .ls-left {
        flex: 1;
    }
    .gs-box .gs-right {
        margin-left: 0;
        padding: 20px;
    }
    .gs-box .gs-left {
        height: 200px;
    }
    .gs-box .gs-right .gs-yh {
        background-size: 30px;
    }
    .gs-box .gs-right .font-weight {
        padding-top: 50px;
    }
    .gs-box2 p,
    .gs-box2>div {
        color: #c8a063;
        font-size: 14px;
    }
    .gs-box2 {
        min-height: auto;
        line-height: 60px;
        height: 110px;
        padding-top: 27px;
    }
    .ry-button {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .all-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ry-button li a,
    .ry-button li.active a {
        font-size: .875rem;
    }
    .ry-button li {
        height: 40px;
        line-height: 40px;
    }
    .ry-title {
        margin-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .ry-title span {
        font-size: 1.125rem;
    }
    .ry-content,
    .bg-box,
    .ys-box,
    .yw-box {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .bg-box .bg-img {
        height: 220px;
    }
    .rs-search div select,
    .rs-search div input {
        width: 100%;
        margin-bottom: 16px;
        padding: 0 10px;
    }
    .rs-search {
        height: auto;
        margin-top: 20px;
    }
    .gjss_zm a {
        width: 10.7%;
    }
    .rs-search>div,
    .rs-search button,
    .ls-left,
    .ls-right,
    .cq-left,
    .new-content,
    .new-content p,
    .liuyan-box input.layui-input,
    .liuyan-box select,
    .liuyan-box textarea {
        width: 100%;
    }
    .ys-box .img {
        width: 130px;
        height: 180px;
    }
    .ls-top>div:last-child {
        flex: auto;
        width: 100%;
    }
    /*新增*/
    .xgrs-box {
        /*width: 70%;*/
    }
    .cq-left .xtl-box{
        margin-left: 4vw;
    }
    .cq-left h3.top-menu::after{
        left: 4vw;
    }
    .cq-left h3.top-menu{
        padding-left: 10vw;
    }
    .cq-left .xtl-box .xgrs-down,
    .cq-left .xtl-box .xgrs-box{
        background-position-x: right;
    }
    .yw-box .swiper{
        width: 90vw;
    }
    .tj-box .wenz-box .wrap{
        width: 100% ;
    }
   
    /**/
    .ys-box .ys-con .ys-title {
        font-size: 1.25rem;
        margin: 10px 0;
    }
    .ys-box .ys-con .ys-zw {
        line-height: 20px;
        font-size: 14px;
    }
    .ys-box .ys-con .ys-text {
        height: 87%;
    }
    .ys-box .ys-con .ys-jt {
        padding-top: 12px;
    }
    .flex-center,
    .flex {
        flex-wrap: wrap;
    }
    .ls-top .img {
        width: 152px;
        height: auto;
        margin-bottom: 20px;
    }
    .ls-top .ls-title {
        font-size: 1.4375rem;
    }
    .ls-top .ls-zhiwei {
        padding-top: 14px;
        margin-top: 14px;
    }
    .ls-top .ls-zhiwei p,
    .ls-top .ls-mes>div {
        margin-bottom: 14px;
    }
    .ls-down {
        margin-bottom: 30px;
    }
    .ls-button {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .ls-button>a {
        width: auto;
        height: 49px;
        border-radius: 28px;
        line-height: 24px;
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .ls-alltitle {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .ls-right>div {
        padding: 20px;
    }
    .ls-left>div,
    .cq-right>div,
    .ls-right>div,
    .ls-left>div:last-child,
    .ly-left {
        margin-bottom: 30px;
    }
    .cq-right>div:last-child,
    .ls-right>div:last-child {
        margin-bottom: 0;
    }
    .ls-box {
        padding-bottom: 40px;
    }
    .zyly-box {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .wenz-box {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .cq-left .all-title {
        padding-left: 5%;
    }
    .con-con .f18 {
        margin-bottom: 0;
    }
    .join-title {
        width: 100px;
    }
    .con-con {
        margin-top: 30px;
    }
    .con-con>div {
        margin-top: 20px;
    }
    .zyly-box p {
        font-size: 14px;
        line-height: 20px;
    }
    .show-new-t {
        font-size: 2rem;
        line-height: 42px;
        margin: 18px 0;
    }
    .cq-left {
        padding: 40px 0;
    }
    .cq-right {
        margin-left: 0;
    }
    .cq-left .xgrs-box {
        margin-left: 4vw;
    }
    .cq-left h3,
    .cq-twomenu,
    .down-left {
        padding-left: 4vw;
    }
    .cq-left h3 {
        height: 40px;
    }
    .cq-right {
        padding: 0 4vw 40px 4vw;
    }
    .zyly-box a {
        height: 160px;
    }
    .newswiper .img {
        width: 100%;
        height: 150px;
    }
    .newswiper {
        padding-bottom: 50px;
    }
    .yw-box .yw-title,
    .new-rc .yw-title {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 12px;
        margin-top: 10px;
    }
    .yw-box a {
        padding: 20px;
    }
    .new-right .img {
        width: 110px;
        height: 140px;
        margin-right: 8px;
    }
    .yw-box .zt {
        margin-top: 20px;
    }
    .wz-box .wz-title,
    .wz-con,
    .join-con .join-text {
        padding: 20px;
    }
    .ls-right {
        margin-top: 30px;
    }
    .new-ly {
        grid-gap: 10px;
    }
    .down-img .down-title {
        font-size: 1.375rem;
    }
    .con-menu {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-bottom: 20px;
    }
    .con-menu li {
        height: 42px;
        line-height: 42px;
    }
    .join-title {
        font-size: 12px;
        padding-left: 10px;
        line-height: 22px;
    }
    .join-time,
    .join-time span,
    .join-add,
    .join-add span {
        font-size: 12px;
        line-height: 22px;
    }
    .join-jia {
        width: 40px;
    }
    .join-top {
        height: 68px;
    }
    .join-text>div {
        line-height: 25px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .join-text>div a,
    .join-text>div p,
    .join-link,
    .join-link a {
        line-height: 25px;
        font-size: 14px;
    }
}