﻿.ne-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: #000;
    height: 457px;
}

.ne-box img {
    width: 100%;
    height: 100%;
    animation: changeScale 1 2.5s;
    display: block;
}

.ne-center {
    padding: 55px 0;
    position: relative;
}

.ne-center .left {
    width: 22%;
    position: relative;
    min-height: 400px;
    background: #f2f2f2;
    float: left;
    border: 1px solid #ececec;
    border-top: none;
}

.ne-center .left .bit {
    width: 100%;
    background: url(../images/le-bg.jpg) no-repeat #1f9a59;
    background-size: cover;
    padding-left: 40px;
    height: 110px;
    padding-top: 32px;
    color: #fff;
    font-size: 26px;
}

.ne-center .left .bit p {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding-left: 50px;
}

.a-bg {
    background: url(../images/ab-t.png) no-repeat left center;
}

.ne-center .right {
    width: 75%;
}

.l-bit {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #cccccc;
}

.l-bit h1 {
    font-size: 26px;
    color: #565656;
}

.l-bit .pos {
    background: url(../images/pos.jpg) no-repeat left center;
    line-height: 42px;
    padding-left: 30px;
    color: #a1a1a1;
    font-size: 16px;
}


/*左侧下拉菜单样式*/

.subNavBox {
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
}

.subNav {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    line-height: 64px;
    font-size: 18px;
}

.subNav a {
    display: block;
    border-bottom: 1px dashed #cecece;
    background: url(../images/m-jt.png) no-repeat right center;
}

.subNav a:hover {
    color: #119750;
    font-weight: bold;
}

.subNav:hover {
    color: #119750;
    font-weight: bold;
}

.currentDd a {
    color: #119750;
    font-weight: bold;
}

.navContent {
    display: none;
}

.navContent li {
    position: relative;
}

.navContent li a {
    display: block;
    font-size: 16px;
    line-height: 38px;
    border-bottom: 1px solid #ebebeb;
    color: #444444;
    margin-top: 1px;
    padding-left: 6px;
}

.navContent li a:hover {
    color: #069628;
}

.subNav .ts {
    color: #119750;
    font-weight: bold;
}

.ne-neir {
    padding-top: 45px;
}

.ny-nav {
    width: 100%;
    text-align: center;
}

.ny-nav a {
    width: 230px;
    height: 58px;
    color: #555555;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    position: relative;
    transition-duration: 1s;
    cursor: pointer;
    background: #ededed;
    border-radius: 50px;
    margin: 0 15px;
    z-index: 9;
    -moz-box-shadow: 0px 7px 8px #BFBFBF;
    -webkit-box-shadow: 0px 7px 8px #BFBFBF;
    box-shadow: 0px 7px 8px #BFBFBF;
}

.ny-nav a:hover {
    background: #1f9a59;
    color: #fff;
}

.ny-nav .ts {
    background: #1f9a59;
    color: #fff;
}

.about-bit {
    width: 100%;
    margin-top: 60px;
    border-bottom: 1px solid #e7e7e7;
    height: 70px;
    color: #555555;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.about-box {
    padding-top: 30px;
}

.about-box p {
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 30px;
    text-indent: 2em;
}

.about-pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about-pic .le01 {
    width: 67.5%;
    position: relative;
}

.about-pic .le01 img {
    display: block;
    width: 100%;
    animation: run 12s linear infinite;
}

.about-pic .le01 .text {
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(115deg, rgba(13, 97, 164, 0.8), rgba(243, 165, 70, 0.8));
    height: 100%;
}

.about-pic .le01 .text p {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 35%;
    color: #fff;
    font-size: 24px;
    line-height: 52px;
    left: 0;
}

.about-pic .right {
    width: 32.5%;
    position: absolute;
    overflow: hidden;
    background: #000;
    right: 0;
    top: 0;
}

.about-pic .right img {
    display: block;
    width: 100%;
    animation: run 12s linear infinite;
    opacity: 0.3
}

.about-pic .right .text {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 35%;
    color: #fff;
    font-size: 24px;
    line-height: 52px;
    left: 0;
}

.news {
    width: 100%;
    padding: 22px 0;
}

.news li {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dashed #eeeeee;
    padding-top: 25px;
    padding-bottom: 25px;
}

.news li .pic {
    width: 25.6%;
    float: left;
}

.news li .pic img {
    width: 100%;
}

.news li .txt {
    width: 74.4%;
    padding-left: 4.4%;
    float: left;
}

.news li .txt1 {
    width: 100%;
    font-size: 18px;
    color: #333333;
}

.news li .txt2 {
    width: 97%;
    background: url(../images/time.jpg) no-repeat left center;
    height: 40px;
    line-height: 40px;
    font-family: Arial;
    padding-left: 23px;
    font-size: 14px;
    color: #99999c;
}

.news li .txt3 {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #848484;
    padding: 5px 0;
}

.new-bg {
    background: url(../images/new-t.png) no-repeat left center;
}

.ne-pro {
    width: 100%;
    padding-top: 30px;
    min-height: 400px;
}

.ne-pro dl {
    width: 31.5%;
    float: left;
    margin-right: 2.25%;
    margin-bottom: 25px;
}

.ne-pro dl:nth-child(3n) {
    margin-right: 0;
}

.ne-pro dl dt {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.ne-pro dl dt img {
    display: block;
    width: 100%;
    transition-duration: 1s;
}

.ne-pro dl dd {
    width: 100%;
    line-height: 50px;
    height: 50px;
    color: #555;
    text-align: center;
    font-size: 17px;
    transition-duration: 1s;
}

.ne-pro dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.7;
}

.ne-pro dl:hover dd {
    background: #1f9a59;
    color: #fff;
}

.jianT {
    width: 100%;
    text-align: center;
    padding: 40px 0 0 0;
}

.jianT li {
    background: #fff;
    border: 1px solid #ddd;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    margin: 0 6px;
}

.jianT li a {
    font-size: 14px;
    color: #474747;
    display: block;
    padding: 0 15px;
}

.jianT li a:hover {
    text-decoration: none;
    background: #1f9a59;
    color: #fff;
}

.jianT li span {
    font-size: 14px;
    color: #474747;
    display: block;
    padding: 0 15px;
}

.jianT li span:hover {
    text-decoration: none;
    background: #1f9a59;
    color: #fff;
}

.jianT li .on {
    background: #1f9a59;
    color: #fff;
}

.zj-bg {
    background: url(../images/zj-t.png) no-repeat left center;
}

.zjtd {
    width: 100%;
    padding-top: 30px;
}

.zjtd dl {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 24px;
    margin-bottom: 23px;
    transition-duration: 1s;
    cursor: pointer;
}

.zjtd dl dt {
    width: 18%;
}

.zjtd dl dd {
    width: 77%;
    padding-top: 15px;
}

.zjtd dl dd h1 {
    font-size: 22px;
    padding-bottom: 8px;
}

.zjtd dl dd span {
    color: #1f9a59;
    font-size: 17px;
    padding-bottom: 10px;
    display: inline-block;
}

.zjtd dl dd p {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zjtd dl dd .an {
    width: 104px;
    height: 34px;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 10px;
    font-size: 16px;
    background: #1f9a59;
}

.zjtd dl dd .an a {
    color: #fff;
}

.zjtd dl:hover {
    -moz-box-shadow: 0px 0px 8px #d5d5d5;
    -webkit-box-shadow: 0px 0px 8px #d5d5d5;
    box-shadow: 0px 0px 8px #d5d5d5;
}

.zjtd-detail {
    width: 100%;
    margin-top: 30px;
    background: url(../images/zj-bg.jpg);
    padding: 40px;
}

.zj-del {
    width: 25%;
}

.zj-der {
    width: 75%;
    padding-top: 15px;
    position: relative;
}

.zj-der h1 {
    font-size: 22px;
    padding-bottom: 8px;
}

.zj-der span {
    color: #1f9a59;
    font-size: 17px;
    padding-bottom: 2px;
    display: inline-block;
}

.zj-der p {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}

.zj-der .an {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    float: right;
    margin-top: 10px;
    font-size: 16px;
    background: url(../images/back.png) no-repeat 25px center #1f9a59;
    padding-left: 56px;
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 0;
}

.zj-der .an a {
    color: #fff;
}

.zj-center {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #e6e1ea;
    margin-top: 30px;
}

.zj-center h1 {
    height: 30px;
    line-height: 30px;
    background: url(../images/zj-icon.jpg) no-repeat left center;
    padding-left: 35px;
    font-size: 20px;
    color: #29a162;
    margin-bottom: 20px;
}

.zj-center p {
    font-size: 17px;
    line-height: 32px;
    padding-bottom: 15px;
}

.cont-nav {
    width: 100%;
    margin-top: 30px;
}

.cont-nav a {
    width: 50%;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    position: relative;
    transition-duration: 1s;
    cursor: pointer;
    background: #23aa63;
    float: left;
}

.cont-nav a:nth-child(1):after {
    width: 1px;
    height: 42px;
    background: #fff;
    right: 15px;
    top: 0;
    content: "";
    transform: rotate(10deg);
    position: absolute;
}

.cont-nav a:hover {
    font-weight: bold;
}

.cont-nav .ts {
    font-weight: bold;
}

.lx-xi {
    position: relative;
}

#map {
    height: 375px;
}

.lx-xi .dw {
    padding: 25px;
    background: #888888;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}

.lx-xi .dw span {
    display: inline-block;
    font-size: 22px;
    padding-bottom: 10px;
}

.tsjy {
    width: 100%;
    padding-top: 30px;
}

.tsjy dl {
    width: 100%;
    margin-bottom: 22px;
}

.tsjy dl dt {
    width: 100%;
    line-height: 24px;
    margin-bottom: 8px;
    color: #333333;
    font-size: 17px;
}

.tsjy dl dt span {
    padding: 0 15px;
    color: #fff;
    text-align: center;
    background: #1f9a59;
    margin-right: 15px;
}

.tsjy dl dd input {
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    line-height: 40px;
    padding: 0 15px;
    outline: none;
}

.tsjy dl dd textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #cccccc;
    line-height: 40px;
    padding: 0 15px;
    outline: none;
}

.ts-nav {
    width: 100%;
    text-align: center;
    padding: 50px 0 160px 0;
}

.ts-nav a {
    width: 195px;
    height: 58px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    transition-duration: 1s;
    cursor: pointer;
    border-radius: 50px;
    margin: 0 15px;
    z-index: 9;
    -moz-box-shadow: 0px 7px 8px #BFBFBF;
    -webkit-box-shadow: 0px 7px 8px #BFBFBF;
    box-shadow: 0px 7px 8px #BFBFBF;
}

.ts-nav a:nth-child(1) {
    background: #1f9a59;
}

.ts-nav a:nth-child(2) {
    background: #bbbbbb;
}

.zp_ti {
    height: 63px;
    background: #20a05d;
    color: #fff;
    font-size: 18px;
    line-height: 63px;
    font-weight: bold;
}

.zp_ti li {
    float: left;
    width: 23%;
    text-align: center;
}


/* 鍔犲叆鎴戜滑css */

.sideMenu1 {
    padding-bottom: 40px;
}

.sideMenu1 h3 {
    height: 74px;
    line-height: 74px;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer;
}

.sideMenu1 h3 dl {
    width: 100%;
    margin: 0;
}

.sideMenu1 h3 dl dd {
    float: left;
    width: 23%;
    text-align: center;
    padding: 0;
    font-weight: normal;
}

.sideMenu1 h3 dl dd:nth-child(5) {
    width: 8%;
}

.sideMenu1 h3 dl .jia span {
    display: block;
    width: 13px;
    height: 74px;
    background: url(../images/jia.png) no-repeat center center;
    margin: 0 auto;
}

.sideMenu1 .on dl .jia span {
    background: url(../images/jian.png) no-repeat center center;
}

.sideMenu1 .on {
    background: #f0f0f0
}

.sideMenu1 ul {
    padding: 36px 60px;
    display: none;
    /* 榛樿閮介殣钘� */
    border-bottom: 1px solid #c4c4c4;
    font-size: 16px;
    background: #f7f7f7;
}

.sideMenu1 ul p {
    line-height: 28px;
    font-size: 14px;
}

.sideMenu1 ul p span {
    font-size: 18px;
    font-weight: bold;
}

.ze-le {
    width: 100%;
    padding-bottom: 40px;
}

.zytj-bg {
    background: url(../images/zytj-t.png) no-repeat left center;
}

.tjlc {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.tjlc img {
    display: inline-block;
    max-width: 100%;
}

.zn-bg {
    background: url(../images/zn-t.png) no-repeat left center;
}

.tjzn {
    width: 90%;
    margin: 0 auto;
    background: url(../images/tjzn-bg.png) no-repeat right bottom;
    padding-bottom: 180px;
    margin-top: 30px;
}

.tjzn p {
    font-size: 17px;
    line-height: 32px;
    color: #333333;
    padding-bottom: 25px;
}

.tjzn p span {
    display: block;
    border-radius: 5px;
    color: #fff;
    background: #1f9a59;
    width: 158px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 5px;
}

.wjxz {
    width: 100%;
    margin-top: 30px;
    background: url(../images/wjxz-bg.jpg) no-repeat;
    background-size: cover;
    padding: 105px 10% 55px 10%;
}

.wjxz dl {
    width: 33.333%;
    float: left;
    margin-bottom: 75px;
    cursor: pointer;
}

.wjxz dl dt {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 2;
    transition-duration: 1s;
    text-align: center;
}

.wjxz dl dt:after {
    width: 150px;
    height: 150px;
    background: #d6e9fa;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -15px;
    content: "";
}

.wjxz dl dd {
    width: 100%;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.wjxz dl dt .img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transition-duration: 1s;
}

.wjxz dl:nth-child(1) dt .img {
    background: url(../images/xz-icon1.png) no-repeat center center #fff;
}

.wjxz dl:nth-child(2) dt .img {
    background: url(../images/xz-icon2.png) no-repeat center center #fff;
}

.wjxz dl:nth-child(3) dt .img {
    background: url(../images/xz-icon3.png) no-repeat center center #fff;
}

.wjxz dl:nth-child(4) dt .img {
    background: url(../images/xz-icon4.png) no-repeat center center #fff;
}

.wjxz dl:nth-child(5) dt .img {
    background: url(../images/xz-icon5.png) no-repeat center center #fff;
}

.wjxz dl:nth-child(6) dt .img {
    background: url(../images/xz-icon6.png) no-repeat center center #fff;
}

.wjxz dl:hover dt .img {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

.yy-bg {
    background: url(../images/yy-t.png) no-repeat left center;
}

.tjyy-bit {
    width: 100%;
    height: 58px;
    color: #fff;
    background: #1f9a59;
    font-weight: bold;
    font-size: 18px;
    padding: 0 15px;
    margin-top: 30px;
    line-height: 58px;
}

.tjyy-box {
    width: 100%;
    background: url(../images/tjyy-bg.png) no-repeat right bottom;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.tjyy-box .l1 {
    width: 20%;
    height: 60px;
    position: relative;
    line-height: 60px;
    padding: 0 25px;
    border-bottom: 1px solid #dddddd;
    float: left;
    font-size: 16px;
    color: #555555;
}

.tjyy-box .l1:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background: #dddddd;
    right: 0;
    top: 0;
}

.tjyy-box .l2 {
    width: 30%;
    height: 60px;
    position: relative;
    line-height: 60px;
    padding: 0 25px;
    border-bottom: 1px solid #dddddd;
    float: left;
    font-size: 16px;
    color: #555555;
}

.tjyy-box .l2:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background: #dddddd;
    right: 0;
    top: 0;
}

.tjyy-box .l2 input {
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

.tjyy-box .l3 {
    width: 80%;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    border-bottom: 1px solid #dddddd;
    float: left;
    font-size: 16px;
    color: #555555;
    position: relative;
}

.input-sm {
    width: 40% !important;
}

.tjyy-box .l3:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background: #dddddd;
    right: 0;
    top: 0;
}

.tjyy-box .l3 input {
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    background: none;
    font-size: 16px;
    color: #555;
}

.tjyy-an {
    width: 100%;
    padding: 20px 0 50px 0;
    position: relative;
}

.tjyy-an:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #dddddd;
    right: 0;
    top: 0;
}

.yd-select {
    width: 190px;
    background: url(../images/yy1.jpg) no-repeat left center;
    height: 60px;
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    cursor: pointer;
    padding-left: 26px;
    float: left;
}

.yd-select:hover {
    background: url(../images/yy2.jpg) no-repeat left center;
}

.yd-select p {
    font-size: 16px;
    float: left;
}

.active_yd {
    background: url(../images/yy2.jpg) no-repeat left center;
}

.xd-select {
    width: 100px;
    background: url(../images/yy1.jpg) no-repeat left center;
    height: 40px;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    cursor: pointer;
    padding-left: 26px;
    float: left;
}

.xd-select:hover {
    background: url(../images/yy2.jpg) no-repeat left center;
}

.xd-select p {
    font-size: 16px;
    float: left;
}

.active_xd {
    background: url(../images/yy2.jpg) no-repeat left center;
}

.detail {
    line-height: 30px;
    color: #111111;
    font-size: 24px;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.detail1 {
    padding-top: 20px;
}

.detail1 p {
    font-size: 17px;
    line-height: 30px;
    color: #555555;
    padding-bottom: 30px
}

.m-menu {
    width: 100%;
    display: none;
}

.m-menu a {
    width: 31.333%;
    height: 34px;
    color: #555555;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    cursor: pointer;
    background: #ededed;
    margin: 0 1% 8px 1%;
    z-index: 9;
    float: left;
}

.m-menu a:hover {
    background: #1f9a59;
    color: #fff;
}

.m-menu .ts {
    background: #1f9a59;
    color: #fff;
}

.ywxl {
    padding-top: 30px;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    padding-bottom: 30px;
}

.ywxl span {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    line-height: 36px;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 1367px) {}

@media only screen and (max-width: 1281px) {}

@media only screen and (max-width: 992px) {
    .ne-center {
        padding: 55px 0;
        position: relative;
    }
}

@media only screen and (max-width: 760px) {
    .ne-box {
        height: auto;
    }
    .down-nav {
        height: auto;
    }
    .ne-center {
        padding: 25px 0;
    }
    .ne-center .left {
        width: 100%;
        position: relative;
        height: auto;
        min-height: auto;
        top: 0;
    }
    .ne-center .left .bit {
        padding-left: 20px;
        height: 50px;
        padding-top: 4px;
        font-size: 20px;
    }
    .subNavBox {
        width: 100%;
        padding-top: 0px;
    }
    .subNav {
        line-height: 34px;
        font-size: 15px;
        float: left;
        width: 33.333%;
        padding-left: 12px;
    }
    .ne-center .right {
        width: 100%;
        margin-top: 10px;
    }
    .l-bit .pos {
        display: none;
    }
    .l-bit h1 {
        font-size: 20px;
        line-height: 42px;
    }
    .ny-nav a {
        width: 42%;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        margin: 0 10px;
    }
    .ne-neir {
        padding-top: 25px;
    }
    .about-bit {
        margin-top: 20px;
        height: 50px;
        font-size: 24px;
    }
    .ne-pro dl:nth-child(3n) {
        margin-right: 1%;
    }
    .ne-pro dl {
        width: 48%;
        margin-right: 1%;
        margin-bottom: 0px;
        margin-left: 1%;
    }
    .ne-pro dl dd {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }
    .jianT {
        width: 100%;
        text-align: center;
        padding: 20px 0 0 0;
    }
    .about-box p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 20px;
        ;
    }
    .news li .pic {
        display: none;
    }
    .news li .txt {
        width: 100%;
    }
    .zjtd dl dt {
        width: 45%;
    }
    .zjtd dl dd {
        width: 49%;
        padding-top: 10px;
    }
    .zjtd dl {
        padding: 14px;
        margin-bottom: 15px;
    }
    .zjtd dl dd h1 {
        font-size: 20px;
    }
    .zjtd dl dd p {
        font-size: 15px;
        line-height: 22px;
    }
    .zjtd-detail {
        margin-top: 20px;
        padding: 15px;
    }
    .zj-del {
        width: 40%;
    }
    .zj-der {
        width: 55%;
    }
    .zj-der .an {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        padding-left: 0px;
        font-size: 17px;
        position: absolute;
        bottom: -35px;
        background: #1f9a59;
        text-align: center;
    }
    .zj-center {
        padding-top: 20px;
        margin-top: 20px;
    }
    .zj-center p {
        font-size: 16px;
        line-height: 26px;
    }
    .tjyy-box .l1 {
        width: 35%;
        height: 46px;
        line-height: 46px;
        padding: 0 0 0 5px;
        font-size: 15px;
    }
    .m-wi {
        width: 100% !important;
    }
    .tjyy-box .l1:after {
        height: 46px;
        ;
    }
    .tjyy-box .l2 {
        width: 65%;
        height: 46px;
        line-height: 46px;
        padding: 0 0 0 8px;
    }
    .tjyy-box .l2 input {
        height: 30px;
        line-height: 30px;
        margin-top: 0px;
    }
    .tjyy-box .l3 {
        width: 100%;
        height: 46px;
        line-height: 46px;
        padding: 0 0 0 8px;
        font-size: 14px;
    }
    .tjyy-box .l3 input {
        height: 30px;
        line-height: 30px;
        margin-top: 0px;
    }
    .input-sm {
        width: 26% !important;
    }
    .yd-select {
        width: 130px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
        padding-left: 26px;
        margin-top: 10px;
    }
    .yd-select p {
        font-size: 14px;
        float: left;
    }
    .wjxz dl dt:after {
        width: 120px;
        height: 120px;
    }
    .wjxz dl dt .img {
        width: 90px;
        height: 90px;
    }
    .wjxz dl dt {
        width: 90px;
        height: 90px;
    }
    .wjxz dl dd {
        line-height: 40px;
        font-size: 18px;
    }
    .wjxz dl {
        width: 50%;
        margin-bottom: 35px;
    }
    .in-box1 ul li .txt span {
        font-size: 12px;
    }
    .wjxz {
        padding: 65px 10% 0px 10%;
    }
    .tjzn p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .ts-nav a {
        width: 125px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .tjyy-an {
        padding: 20px 0;
    }
    .zp_ti li:nth-child(2) {
        display: none;
    }
    .sideMenu1 h3 dl dd:nth-child(2) {
        display: none;
    }
    .sideMenu1 h3 dl dd:nth-child(1) {
        width: 40%;
    }
    .sideMenu1 h3 dl dd:nth-child(5) {
        width: 10%;
    }
    .zp_ti li:nth-child(1) {
        width: 40%;
    }
    .sideMenu1 ul {
        padding: 16px 15px;
    }
    .m-menu {
        display: block;
    }
}

@keyframes run {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.04);
    }
    50% {
        transform: scale(1.08);
    }
    75% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}

@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);
    }
}