﻿@charset "utf-8";

/* CSS Document */


.ryzz-list ul {
	display: flex;
	flex-wrap: wrap;
}

.ryzz-list ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.3rem;
}

.ryzz-list ul li:nth-child(3n) {
	margin-right: 0;
}

.ryzz-img {
	width: 100%;
	padding: 0.1rem;
	position: relative;
	box-shadow: 0 2px 4px 2px #d5d5d5;
}

.ryzz-img>img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.ryzz-img span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
}

.ryzz-list ul li:hover .ryzz-img span {
	opacity: 1;
	visibility: visible;
}

.ryzz-img span img {
	display: block;
	width: 0.3431rem;
}




.neBanner {
    position: relative;
    margin-top: 1.66rem;
}

.pcImg {
    display: block;
}

.mImg {
    display: none;
}

.neBox {
    background: url(/client/images/bg1.png) no-repeat bottom right #fff9fb;
    position: relative;
    padding: 0.4rem 0;

}

.face {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5.17rem;
    z-index: 1;
}

.neBox {
    background: url(/client/images/bg.jpg) repeat center;
    position: relative;
    padding: 0 0 0.3rem 0;
}

.neBox .wrap {
    position: relative;
    z-index: 2;
}

.neLe {
    width: 3.38rem;
    float: left;
    background: url(/client/images/lb.png) repeat-y;
    position: relative;
    z-index: 2;
    top: -1rem;
}

.leTi {
    padding-left: 0.39rem;
    margin-bottom: 0.3rem;
}

.leTi img {
    float: left;
}

.leTi h1 {
    font-size: 0.34rem;
    color: #fff;
    padding: 0.3rem 0 0 0.2rem;
    float: left;
    line-height: 1;
}

.neRi {
    width: calc(98% - 3.38rem);
    width: -webkit-calc(98% - 3.38rem);
    float: right;
    box-shadow: 0 0 10px rgba(30, 41, 57, 0.1);
    background: #fff;
    min-height: 8.9rem;
    padding: 0.45rem;
    position: relative;
    margin-top: 0.2rem;
}

.lMenu {
    padding-left: 0.27rem;
    position: relative;
}

.lMenu ul {
    background: #fff;
    min-height: 8rem;
    box-shadow: 0 0 10px rgba(30, 41, 57, 0.1);
}

.lMenu ul li a {
    height: 0.83rem;
    display: flex;
    align-items: center;
    line-height: 1.3;
    font-size: 0.2rem;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 0.45rem;
    padding-right: 0.1rem;
}

.lMenu ul li a:hover,
.lMenu ul li .on {
    background: #f9f9f9;
    color: #0099e0;
    font-weight: bold;
}

.lXy {
    position: absolute;
    right: -0.2rem;
    top: -0.3rem;
    width: 0.87rem;
}

.abBox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.abLe {
    width: 47%;
}

.abTi {
    margin-bottom: 0.24rem;
    padding-top: 0.3rem;
}

.abTi h1 {
    font-size: 0.6rem;
    opacity: 0.1;
    font-family: 'syhtB';
    text-transform: uppercase;
    line-height: 0.3;
}

.abTi p {
    font-size: 0.34rem;
    line-height: 1;
    font-family: 'syhtB';
}

.abZi {
    font-size: 0.18rem;
    margin-bottom: 0.3rem;
    text-indent: 0.38rem;
    text-align: justify;
}

.abRi {
    width: 50%;
}

.abRi img {
    width: 100%;
    display: block;
}

.zxj {
    position: absolute;
    left: 0;
    bottom: 0.3rem;
}

.ri-ti {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 0.1rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.ri-ti h1 {
    float: left;
    font-size: 0.3rem;
    color: #333;
}

.ri-ti h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 1.2rem;
    height: 3px;
    background: #0099e0;
}

.ri-ti p {
    float: right;
    color: #777;
    padding-left: 0.25rem;
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.15rem;
}

.ri-ti p a {
    color: #777;
}

.abBi {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

.abBi h1 {
    font-size: 0.26rem;
}

.abColor {
    background: #f2fafd;
    padding: 0.35rem;
}

.abColor .abBi {
    margin-top: 0;
}

.abColor ul li {
    position: relative;
    font-size: 0.2rem;
    margin-right: 0.9rem;
    width: 36%;
    float: left;
    margin-bottom: 0.1rem;
    padding-left: 0.18rem;
}

.abColor ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #a90000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

.whBox {
    margin-top: 0.5rem;
    position: relative;
}

.whImg {
    width: 100%;
    display: block;
}

.whTxt {
    position: absolute;
    top: 0.75rem;
    left: 0;
    padding: 0 0.8rem;
    width: 100%;
}

.whTxt li {
    font-size: 0.2rem;
    background: url(/client/images/hxy.png) no-repeat 0px 6px;
    padding-left: 0.45rem;
    margin-bottom: 0.3rem;
    line-height: 1.5;
}

.ryBox dl {
    width: 29%;
    float: left;
    margin-bottom: 0.38rem;
    border: 1px solid #dddddd;
    padding: 0.16rem 0.16rem 0 0.16rem;
    margin-right: 6.2%;
    transition-duration: .5s;
}

.ryBox dl dt {
    height: 2.29rem;
    overflow: hidden;
}

.ryBox dl dt img {
    width: 100%;
    display: block;
    height: 100%;
    transition-duration: .5s;
}

.ryBox dl:nth-child(3n) {
    margin-right: 0;
}

.ryBox dl dd {
    height: 0.58rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
}

.ryBox dl:hover {
    background: #0099e0;
}

.ryBox dl:hover dd {
    color: #fff;
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
    padding-bottom: 0.4rem;
}

.page li a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0.35rem;
    height: 0.38rem;
    border-radius: 3px;
    background: #e5e5e5;
    font-size: 0.17rem;
    margin: 0 0.05rem;
    padding: 0 0.13rem;
}

.page li a:hover,
.page li .on {
    background: #a90000;
    color: #fff;
}



.sbBox dl {
    width: 31%;
    float: left;
    margin-bottom: 0.38rem;
    margin-right: 3.2%;
    transition-duration: .5s;
}

.sbBox dl dt {
    height: 2.28rem;
    overflow: hidden;
    border: 1px solid #dddddd;
    position: relative;
}

.sbBox dl dt img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 80%;
    display: block;
    max-height: 80%;
    transition-duration: .5s;
}

.sbBox dl:nth-child(3n) {
    margin-right: 0;
}

.sbBox dl dd {
    height: 0.63rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    transition-duration: .5s;
}

.sbBox dl:hover dd {
    color: #fff;
    background: #0099e0;
}

.sbBox dl:hover dt img {
    transform: scale(1.1);
}

.new-nr-ti {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

.new-nr-ti h1 {
    font-size: 0.22rem;
    padding-bottom: 0.07rem;
    color: #000;
}

.new-nr-ti p {
    font-size: 0.18rem;
}

.new-nr-zi>*,
.new-nr-zi>*>*,
.new-nr-zi>*>*>* {
    font-size: 0.18rem !important;
    line-height: 1.8 !important;
}

.newLb li {
    position: relative;
    border-bottom: 1px dashed #cccccc;
}

.newLb li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 0.65rem;
    padding-left: 0.2rem;
}
.newLb li a:after{ content:''; width:0px; height:2px; background:#0099e0; position:absolute; bottom:0; left:0; transition-duration:.5s}
.newLb li a:hover:after{ width:100%}
.newLb li a:before {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background: #0099e0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.03rem;
}

.newLb li a span {
    position: absolute;
    top: 0.1rem;
    right: 0;
    color: #999999;
    font-size: 0.18rem;
}

.newLb li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 86%;
    transition-duration: .5s;
    font-size: 0.18rem;
}



.newLb li a:hover p {
    padding-left: 0.2rem;
}

.szTitle h1 {
    width: 4.13rem;
    margin: 0 auto;
    line-height: 0.7rem;
    text-align: center;
    background: #0099e0;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(30, 41, 57, 0.1);
    color: #fff;
    font-size: 0.28rem;
}

.line {
    display: block;
    margin: 0 auto;
}

.jgLIs {
    width: 9.11rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.jgLIs dl {
    width: 2.12rem;
    text-align: center;
}

.jgLIs dl dt {
    height: 0.68rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(30, 41, 57, 0.2);
    border-radius: 6px;
    font-size: 0.22rem;
}

.jgLIs dl dt h1 {
    font-size: 0.22rem;
    line-height: 1.3;
}

.jgLIs dl dt h1 span {
    display: block;
    font-weight: normal;
    font-size: 0.18rem;
}

.xian {
    margin: 0 auto;
    display: block;
}

.jgLIs dl dd {
    box-shadow: 0 0 10px rgba(30, 41, 57, 0.2);
    padding: 0.15rem;
    border-radius: 6px;
}

.jgLIs dl dd a {
    font-size: 0.18rem;
    margin-bottom: 0.05rem;
    display: block;
}

.spLis dl {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.3rem;
}

.spLis dl:nth-child(3n) {
    margin-right: 0;
}

.spLis dl dt {
    height: 2.06rem;
    position: relative;
    background: #000;
    border-radius: 15px;
    overflow: hidden;
}

.spLis dl dt .spImg {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
    opacity: 0.8;
    position: relative;
    z-index: 1;
    border-radius: 15px;
}

.spLis dl dt .v {
    width: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.spLis dl dd {
    font-size: 0.18rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 0.1rem;
}

.spLis dl:hover dt .spImg {
    transform: scale(1.1);
}

.map {
    height: 4.22rem;
}

.mapLx {
    box-shadow: 0 0 10px rgba(30, 41, 57, 0.1);
    margin-top: 0.2rem;
    padding: 0.28rem;
    position: relative;
    min-height: 2.37rem;
}

.rx {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
}

.lxTitle {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    position: relative;
    z-index: 2;
}

.lxTitle h1 {
    font-size: 0.22rem;
    margin-left: 0.1rem;
}

.lxLis {
    width: 90%;
}

.lxLis li {
    width: 50%;
    float: left;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
}

.yjTitle {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
}

.form {
    width: 6.25rem;
}

.form li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 0.18rem;
}

.form li p {
    width: 1rem;
    font-size: 0.18rem;
}

.form li p span {
    color: red;
}

.form li input,
.form li textarea {
    width: calc(100% - 1rem);
    width: -webkit-calc(100% - 1rem);
    height: 0.48rem;
    background: #efefef;
    outline: none;
    border: none;
    border-radius: 5px;
}

.form li a {
    position: absolute;
    right: 0;
    top: 0;
    height: 0.48rem;
}

.form li a img {
    height: 100%;
}

.form li textarea {
    height: 1.69rem;
}

.sumbit {
    margin-left: 1rem;
    width: 2.37rem;
    line-height: 0.53rem;
    text-align: center;
    font-size: 0.22rem;
    color: #fff;
    background: #0099e0;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin-top: 0.4rem;
    cursor: pointer;
    transition-duration: .5s;
}

.sumbit:hover {
    color: #fff;
    border-radius: 10px;
}

.newLis dl {
    position: relative;
}

.newLis dl:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0099e0;
    height: 2px;
    width: 0;
    transition-duration: .5s;
}

.newLis dl:hover:after {
    width: 100%;
}

.newLis dl a {
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newLis dl dt {
    width: 3.51rem;
    height: 2.3rem;
    background: #000;
    overflow: hidden;
}

.newLis dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.newLis dl:hover dt img {
    transform: scale(1.1);
}

.newLis dl dd {
    width: calc(100% - 2.35rem);
    width: -webkit-calc(100% - 2.35rem);
    height: 2.3rem;
    border: 1px solid #eeeeee;
    padding: 0.3rem;
}

.newLis dl dd h1 {
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newLis dl dd p {
    font-size: 0.18rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.15rem 0;
}

.newLis dl dd span {
    font-size: 0.18rem;
    display: flex;
    align-items: center;
}

.newLis dl dd span img {
    width: 0.25rem;
    display: block;
    margin-right: 0.1rem;
}

.ksTitle {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.ksTitle dt {
    display: flex;
    align-items: center;
    width: 2.2rem;
}

.ksTitle dt img {
    display: block;
    margin-right: 0.05rem;
    width: 0.44rem;
}

.ksTitle dt h1 {
    color: #0099e0;
    font-size: 0.32rem;
}

.ksTitle dd {
    width: calc(100% - 2.2rem);
    width: -webkit-calc(100% - 2.2rem);
    height: 0.05rem;
    background: #0099e0;
}

.ksLIst {
    margin-bottom: 0.26rem;
}

.ksLIst li {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 0.26rem;
    transition-duration: .5s;
}

.ksLIst li:nth-child(4n) {
    margin-right: 0;
}

.ksLIst li a {
    display: block;
    background: #f7f7f7;
    border: 1px dashed #0099e0;
    height: 0.58rem;
    padding: 0.05rem;
    border-radius: 0 30px 30px 0;
    transition-duration: .5s;
}

.ksLIst li:nth-child(4n) {
    margin-right: 0;
}

.ksLIst li a p {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0 30px 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    background: url(/client/images/yjt.png) no-repeat 90% center #fff;
}

.ksLIst li:hover a {
    background: #0099e0;
}

.ksxqBox1 {
    display: flex;
    background: #0099e0;
    margin-bottom: 0.4rem;
}

.ksImg {
    position: relative;
    width: 65%;
}

.ksImg img {
    width: 100%;
    display: block;
}

.ksImg p {
    position: absolute;
    right: 0;
    bottom: 0.45rem;
    background: #a90000;
    color: #fff;
    font-size: 0.22rem;
    width: 2.22rem;
    text-align: center;
    line-height: 0.52rem;
}

.ksTxt {
    width: 35%;
    padding: 0.3rem;
}

.ksBi {
    border-bottom: 1px dashed #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding-bottom: 0.23rem;
    margin-bottom: 0.23rem;

}

.ksBi p {
    font-size: 0.22rem;
}

.ksBi a {
    font-size: 0.2rem;
    color: #fff;
}

.ksZi {
    font-size: 0.16rem;
    color: #fff;
    line-height: 2;
}

.ksTt {
    text-align: center;
    color: #fff;
    background: #0099e0;
    font-size: 0.2rem;
    width: 1.62rem;
    line-height: 0.46rem;
    border-radius: 5px;
    margin-bottom: 1px;
}

.jsBo {
    border-top: 2px solid #0099e0;
    position: relative;
    background: linear-gradient(top, rgb(244, 244, 244) 20%, rgb(255, 255, 255) 90%);
    background: -o-linear-gradient(top, rgb(244, 244, 244) 20%, rgb(255, 255, 255) 90%);
    background: -ms-linear-gradient(top, rgb(244, 244, 244) 20%, rgb(255, 255, 255) 90%);
    background: -moz-linear-gradient(top, rgb(244, 244, 244) 20%, rgb(255, 255, 255) 90%);
    background: -webkit-linear-gradient(top, rgb(244, 244, 244) 20%, rgb(255, 255, 255) 90%);
    padding: 0.53rem 0.38rem;
}

.jsBo::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #5e96ca;
    position: absolute;
    top: 0;
    left: 0.6rem;
}

.jsBo .abZi {
    margin-bottom: 0.2rem;
}

.nezjLis dl {
    width: 24.5%;
    float: left;
    margin-bottom: 0.3rem;
    margin-right: 0.6%;

}

.nezjLis dl dt {
    overflow: hidden;
    overflow: hidden;
    border-radius: 10px;
}

.nezjLis dl dt img {
    width: 100%;
    display: block;
}

.nezjLis dl dd {
    text-align: center;
    font-size: 0.2rem;
    line-height: 1.3;
    margin-top: 0.2rem;
}

.nezjLis dl:nth-child(4n) {
    margin-right: 0;
}

.neKsT {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.neKsT a {
    display: block;
    width: 1.18rem;
    line-height: 0.37rem;
    text-align: center;
    color: #fff;
    background: #b10000;
    border-radius: 30px;
    display: block;
    font-size: 0.18rem;
}

.ksZjlis {
    padding: 0;
    border-top: none;
}

.zjXq {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.25rem;
}

.zjPic {
    width: 2.8rem;
    border-radius: 15px;
    overflow: hidden;
}

.zjPic img {
    width: 100%;
    height: 100%;
    display: block;
}

.zjTxt {
    width: calc(93% - 2.8rem);
    width: -webkit-calc(93% - 2.8rem);
}

.zjName {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zjName h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.22rem;
}



.zjWb {
    width: 90%;
    font-size: 0.18rem;
    text-align: justify;
    margin: 0.18rem 0;
}

.zjTxt a {
    display: block;
    width: 1.18rem;
    line-height: 0.37rem;
    text-align: center;
    color: #fff;
    background: #b10000;
    border-radius: 30px;
    display: block;
    font-size: 0.18rem;
}

.bgNa {
    font-size: 0.22rem;
    font-family: 'syhtB';
}

.bgKs {
    font-size: 0.22rem;
    font-family: 'syhtB';
    color: #0099e0;
    padding-left: 0.2rem;
}

.pbBg a {
    display: block;
}

.jgTi,
.lcImg {
    text-align: center;
}

.lcImg {
    margin-top: 0.6rem;
}

.jtzyBox {
    background: url(/client/images/lx1.jpg) no-repeat bottom right #f2fafd;
    padding: 0.3rem;
    background-size: 4.33rem 4.88rem;
}

.gjTi {
    display: flex;
    align-items: center;
}

.gjTi img {
    width: 0.87rem;
}

.jtku {
    background: #fff7fb;
    padding: 0.3rem;
}

.gjTi h1 {
    font-family: 'syhtB';
    color: #a0080b;
    font-size: 0.3rem;
    padding-top: 0.15rem;
    padding-left: 0.15rem;
}

.zyMap {
    display: flex;
    margin-top: 0.2rem;
}

.zyMap dt {
    width: 41%;
    margin-right: 4%;
}

.zyMap dt img {
    width: 100%;
    display: block;
}

.zyMap dd {
    width: 40%;
}

.zyMap dd h1 {
    font-size: 0.3rem;
    padding: 0.15rem 0 0.1rem 0;
}

.zyMap dd p {
    font-size: 0.2rem;
    margin-bottom: 0.05rem;
    position: relative;
    padding-left: 0.16rem;
}

.zyMap dd p::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

.yyghBox {
    background: url(/client/images/1.jpg) no-repeat center;
    position: relative;
    padding: 0.79rem;
    min-height: 8rem;
}

.rwx {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 3.54rem;
}

.hp {
    position: absolute;
    width: 0.67rem;
}

.po01 {
    top: 0.3rem;
    left: 0.3rem;
}

.po02 {
    top: 0.3rem;
    right: 0.3rem;
}

.po03 {
    bottom: 0.3rem;
    right: 0.3rem;
}

.po04 {
    bottom: 0.3rem;
    left: 0.3rem;
}

.ghZi {
    font-size: 0.2rem;
}

.lk {
    font-size: 0.24rem;
    padding: 0.3rem 0 1rem 0;
}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {
    .abZi {
        font-size: 0.2rem;
    }
}





@media only screen and (max-width: 760px) {

    .pcImg,
    .riTi,
    .leTi,
    .ri-ti,
    .face,
    .whImg,
    .line,
    .xian {
        display: none;
    }

    .szTitle {
        margin-bottom: 30px;
    }

    .mImg,
    .abBox,
    .zyMap,
    .zjXq {
        display: block;
    }

    .neBanner {
        margin-top: 55px;
    }

    .zjTable {
        overflow: auto;
    }

    .pbBg {
        font-size: 12px;
        width: 600px;
        overflow: auto;
    }

    .neLe,
    .jgLIs dl,
    .zyMap dt,
    .zyMap dd,
    .zjTxt {
        width: 100%;
        top: 0;
    }

    .neRi {
        width: 100%;
        padding: 20px;
        min-height: auto;
        margin-top: 20px;
    }

    .lMenu ul li a {
        font-size: 14px;
    }

    .lMenu ul:after,
    .jgLIs dl dd:after {
        content: '';
        clear: both;
        display: block;
    }

    .lMenu ul {
        min-height: auto;
    }

    .lMenu ul li {
        width: 33.33%;
        float: left;
    }

    .abLe,
    .abRi,
    .jgLIs,
    .lxLis li,
    .ksImg,
    .ksTxt {
        width: 100%;
    }

    .lMenu {
        padding-left: 5px;
    }

    .abTi h1 {
        font-size: 22px;
    }

    .abTi p {
        font-size: 18px;
    }

    .abBi h1,
    .szTitle h1,
    .jgLIs dl dt h1,
    .new-nr-ti h1,
    .lxTitle h1,
    .yjTitle,
    .bgKs,
    .gjTi h1,
    .zyMap dd h1,
    .ksTitle dt h1,
    .zjName h1,
    .ksTt {
        font-size: 16px;
    }

    .abZi,
    .ryBox dl dd,
    .sbBox dl dd,
    .jgLIs dl dt h1 span,
    .newLb li a p,
    .new-nr-ti p,
    .spLis dl dd,
    .lxLis li,
    .form li p,
    .ghZi,
    .zyMap dd p,
    .ksLIst li a p,
    .neKsT a,
    .nezjLis dl dd,
    .zjWb,
    .zjTxt a,
    .ksBi p,
    .ksBi a,
    .ksZi {
        font-size: 14px;
    }

    .newLb li a span,
    .page li a,
    .lk {
        font-size: 12px;
    }

    .ksTt {
        width: 100px;
        line-height: 35px;
    }

    .form li p {
        width: 70px;
    }

    .form li input,
    .form li a {
        height: 35px;
    }

    .sumbit {
        margin-left: 70px;
    }

    .abColor ul li {
        width: 100%;
        font-size: 14px;
    }

    .jtzyBox {
        background-size: 100px;
    }

    .rx,
    .rwx {
        width: 100px;
    }

    .whTxt {
        position: relative;
        padding: 0;
        top: 0;
    }

    .page li:nth-child(1) {
        display: none;
    }

    .whTxt li {
        font-size: 14px;
        padding-left: 40px;
    }

    .ryBox dl,
    .ryBox dl:nth-child(3n),
    .sbBox dl,
    .sbBox dl:nth-child(3n),
    .spLis dl,
    .spLis dl:nth-child(3n),
    .ksLIst li,
    .ksLIst li:nth-child(4n),
    .nezjLis dl {
        width: 48%;
        margin-right: 2%;
    }

    .ryBox dl dt {
        height: 85px;
    }

    .ryBox dl dd {
        font-size: 14px;
        height: 60px;
        text-align: center;
    }

    .jgLIs,
    .ksxqBox1 {
        display: block;
    }

    .jgLIs dl dt {
        font-size: 16px;
        width: 130px;
        margin-bottom: 10px;
        height: 50px;
    }

    .jgLIs dl dd {
        margin-bottom: 30px;
    }

    .jgLIs dl dd a {
        float: left;
        font-size: 14px;
        width: 50%;
    }

    .newLb li a p {
        width: 70%;
    }

    .page li a {
        height: 30px;
    }

    .yyghBox {
        padding: 40px 20px;
        background-size: cover;
    }

    .ksLIst li a p {
        background-size: 5px;
    }

    .neKsT a,
    .zjTxt a {
        width: 90px;
        height: 30px;
        line-height: 30px;
    }

    .zjPic {
        margin: 0 auto;
    }
}

@keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}