/**/
.ny-banner {
    position: relative;
    overflow: hidden;
}

.ny-banner-xs {
    display: block;
    width: 100%;
}

.ny-banner-yc {
    display: none;
    width: 100%;
}

.ny-banner-s {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-align: center;
}

.ny-banner-s h3 {
    font-size: 36px;
    margin-bottom: 30px;
}

/**/
/**/
.ny-dh {
    background: #f0f0f0;
}

.ny-dh2 {
    background: #fff;
}

.ny-dh-s {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ny-dh-s a {
    display: block;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #555;
    margin: 0 19px;
    transition: all 0.5s;
    padding: 0 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
    line-height: 86px;
}

.ny-dh-s a span {
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #d81736;
    left: 0;
}

.ny-dh-s a:hover {
    transition: all 0.5s;
    color: #d81736;
}

.ny-dh-s a:hover span {
    transition: all 0.5s;
    width: 100%;
}

.ny-dh-s .active {
    transition: all 0.5s;
    color: #d81736;
}

.ny-dh-s .active span {
    width: 100%;
}

/**/
/**/
.page1 {
    margin-top: 20px;
}

.page1-cenrat ul {
    text-align: center;
    font-size: 0;
}

.page1-cenrat ul li {
    display: inline-block;
    margin: 0 2.5px;
    vertical-align: middle;
    padding-bottom: 15px;
}

.page1-cenrat ul li * {
    color: #6f6f6f;
    font-size: 14px;
}

.page1-cenrat ul li a, .page1-cenrat ul li span {
    border: 1px solid #E4E4E4;
    padding: 10px 16px;
    line-height: initial;
    display: block;
}

.page1-cenrat ul li a[href]:hover, .page1-cenrat ul li a[href]:hover span {
    background-color: #EFEFEF;
    color: initial;
}

.page1-cenrat ul li a, .page1-cenrat ul li span {
    color: #c5c5c5;
}

.page1-cenrat ul li a[href] {
    color: #c5c5c5;
}

.page1-cenrat ul li.active a, .page1-cenrat ul li span.current {
    background-color: #FFFFFF;
    border-color: #E4E4E4;
    color: #727272;
}

.page1-cenrat ul li.page1-num {
    color: #C89C5A;
    font-size: 14px;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .page1-cenrat ul li.page1-num {
        display: none;
    }
}

/**/
/**/
.qyjj {
    overflow: hidden;
    width: 1200px;
    margin: 80px auto;
}

.qyjj1 {
    overflow: hidden;
    margin-bottom: 40px;
}

.qyjj1-l {
    float: left;
    width: 48%;
    overflow: hidden;
}

.qyjj1-l img {
    width: 100%;
    transition: all 0.5s;
    cursor: pointer
}

.qyjj1-l:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.qyjj1-r {
    float: right;
    width: 50%;
}

.qyjj1-r h3 {
    font-size: 28px;
    margin: 10px 0;
    font-weight: normal;
}

.qyjj1-r p {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
}

.qyjj2 {
    overflow: hidden;
    margin-bottom: 80px;
}

.qyjj2-l {
    float: left;
    width: 48%;
    overflow: hidden;
}

.qyjj2-l p {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
}

.qyjj2-r {
    float: right;
    width: 50%;
    overflow: hiddencursor:pointer;
    overflow: hidden;
}

.qyjj2-r img {
    width: 100%;
    transition: all 0.5s;
}

.qyjj2-r:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.qyjj3 {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
}

.qyjj3 dl {
    width: 25%;
    box-sizing: border-box;
    border-right: 1px solid #d6d6d6;
    text-align: center;
}

.qyjj3 dl:last-child {
    border: none;
}

.qyjj3 dl dt {
    font-size: 40px;
    color: #bb0327;
}

.qyjj3 dl dd {
    color: #787878;
}

.qywh {
    background: #f3f3f3;
    overflow: hidden;
    padding: 80px 15px;
}

.qywh-s {
    width: 1200px;
    margin: 0 auto;
}

.qywh-s h3 {
    font-size: 28px;
    color: #1d1d1d;
    margin-bottom: 40px;
    font-weight: normal;
}

.qywh-s ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qywh-s ul li {
    overflow: hidden;
    width: 32%;
    cursor: pointer;
}

.qywh-s ul li img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.qywh-s ul li img:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

.qywh-s ul li p {
    color: #8c8c8c;
    font-size: 16px;
}

.qywh-s ul li p b {
    color: #686868;
}

.fzlc {
    width: 1200px;
    margin: 0px auto;
    padding: 80px 0;
}

.fzlc h3 {
    font-size: 28px;
    color: #1d1d1d;
    margin-bottom: 40px;
    font-weight: normal;
}

.fzlc-t {
    overflow: hidden;
    margin-bottom: 80px;
    position: relative;
}

.fzlc-t a {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    display: block;
    width: 40px;
    z-index: 100
}

.fzlc-t a img {
    width: 100%;
}

.fzlc-t .a1 {
    left: 0;
}

.fzlc-t .a2 {
    right: 0;
}

.fzlc-t ul {
    overflow: hidden;
}

.fzlc-t ul li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    float: left;
}

.fzlc-t-l {
    margin-right: 30px;
    overflow: hidden;
    transition: all 0.5s;
}

.fzlc-t-l img {
    width: 100%;
    transition: all 0.5s;
}

.fzlc-t-l img:hover {
    transform: scale(1.1);
    transition: all 0.5s
}

.fzlc-t-r {
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.fzlc-t-r h4 {
    color: #bb0327;
    font-size: 30px;
    margin: 20px 0;
}

.fzlc-t-r p {
    font-size: 16px;
    color: #666;
}

.fzlc-b {
    border-top: 1px dotted #b1b1b1;
}

.fzlc-b ul {
    display: flex;
    justify-content: center;
}

.fzlc-b ul li {
    position: relative;
    margin: 0 50px;
}

.fzlc-b ul li span {
    display: block;
    position: absolute;
    height: 15px;
    width: 4px;
    background: #b1b1b1;
    left: 50%;
    margin-left: -2px;
    top: -15px;
}

.fzlc-b ul li p {
    color: #666;
    font-size: 26px;
    line-height: 60px;
}

.fzlc-b ul li.on span {
    left: 50%;
    margin-left: -0.5px;
    top: -56px;
    height: 56px;
    background: #bb0327;
    width: 1px;
}

.ryzz {
    padding: 80px 15px;
    background: #f3f3f3;
}

.ryzz-s {
    width: 1200px;
    margin: 0 auto;
}

.ryzz-s-t {
    overflow: hidden;
    margin-bottom: 40px;
}

.ryzz-s-t h3 {
    float: left;
    font-size: 28px;
    color: #1d1d1d;
    font-weight: normal;
}

.ryzz-s-t-r {
    float: right;
    overflow: hidden;
}

.ryzz-s-t-r a {
    display: block;
    float: left;
    width: 47px;
    height: 47px;
    border-radius: 100px;
    margin-left: 50px;
}

.ryzz-s-t-r .a1 {
    background: url(../images/left-tb1.png)no-repeat;
    background-size: 100% 100%;
}

.ryzz-s-t-r .a2 {
    background: url(../images/left-tb2.png)no-repeat;
    background-size: 100% 100%;
}

.ryzz-s-t-r .a1:hover {
    background: url(../images/left-tb1-1.png)no-repeat;
    background-size: 100% 100%;
}

.ryzz-s-t-r .a2:hover {
    background: url(../images/left-tb2-2.png)no-repeat;
    background-size: 100% 100%;
}

.ryzz-s-b {
    overflow: hidden;
}

.ryzz-s-b ul {
    overflow: hidden;
}

.ryzz-s-b ul li {
    width: 20%;
    text-align: center;
    float: left;
    cursor: pointer;
}

.ryzz-s-b ul li img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.ryzz-s-b ul li p {
    color: #313131;
    font-size: 16px;
    padding-top: 20px;
}

/**/
/**/
.cpzx {
    padding: 45px 15px 80px 15px;
    background: #f0f0f0;
}

.cpzx-s {
    width: 1200px;
    margin: 0 auto;
    /* display:flex; */
    /* justify-content:space-between; */
    /* flex-wrap:wrap; */
    overflow: hidden;
}

@media (min-width: 1420px) {
    .cpzx-s {
        width:1400px;
    }
}

.cpzx-l {
    width: 312px;
    background: #fff;
    float: left;
}

.cpzx-l h3 {
    font-weight: normal;
    font-size: 26px;
    line-height: 81px;
    padding-left: 40px;
    background: #104480;
    color: #fff;
}

.cpzx-l>ul>li {
}

.cpzx-l-t {
    line-height: 65px;
    position: relative;
    border-bottom: 1px solid #d5d5d5;
}

.cpzx-l-t a {
    display: block;
    overflow: hidden;
    color: #292929;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px 0 40px;
    overflow: hidden;
}

.cpzx-l-t a.active {
    color: #f10011;
}

.cpzx-l-t a:hover {
    color: #f10011;
}

.cpzx-l-t a:hover span {
    background: url(../images/cpzx-l-t-2.png)no-repeat center;
}

.cpzx-l-t a span {
    display: block;
    width: 12px;
    height: 13px;
    background: url(../images/cpzx-l-t-1.png)no-repeat center;
    float: right;
    margin-top: 26px;
}

.cpzx-l-t a span.up {
    background: url(../images/cpzx-l-t-2.png)no-repeat center;
}

.cpzx-l-t i {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #b7b7b7;
    left: 25px;
    top: 30px;
}

.cpzx-l-b {
    display: none;
}

.cpzx-l-b li {
}

.cpzx-l-b-t {
    line-height: 65px;
    position: relative;
    border-bottom: 1px solid #d5d5d5;
}

.cpzx-l-b-t a {
    display: block;
    overflow: hidden;
    color: #3a3a3a;
    font-weight: bold;
    padding: 0 20px 0 40px;
    overflow: hidden;
}

.cpzx-l-b-t a:hover {
    color: #f10011;
}

.cpzx-l-b-t a span {
    float: right;
    color: #666666;
    /*transform: rotate(180deg);*/
    font-weight: normal;
    transition: all 0.5s;
}

.cpzx-l-b-t a span.up {
    transform: rotate(90deg);
    transition: all 0.5s;
}

.cpzx-l-b-b {
    display: none;
}

.cpzx-l-b-b a {
    display: block;
    overflow: hidden;
    color: #666;
    padding: 0 20px 0 40px;
    overflow: hidden;
    line-height: 65px;
    background: #fbfbfb;
}

.cpzx-l>ul {
}

.cpzx-l>ul {
}

.cpzx-l>ul {
}

.cpzx-l>ul {
}

.cpzx-l>ul {
}

.cpzx-r {
    width: calc(100% - 347px);
    float: right;
}

.cpzx-r>ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.cpzx-r>ul li {
    width: 23%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    transition: all 0.5s;
    margin: 0 1% 0.5% 1%;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 1px 1px 10px #ccc7c7;
}

.cpzx-r>ul li:hover {
    transition: all 0.5s;
}

/*.cpzx-s>ul li:nth-child(4n){margin-right:0}*/
.cpzx-t {
    overflow: hidden;
    margin-bottom: 10px;
}

.cpzx-t a {
    display: block;
    margin-bottom: 10px;
}

.cpzx-t a img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
}

.cpzx-r>ul li:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}

.cpzx-t h4 {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 10px;
    height: 49px;
    overflow: hidden;
}

.cpzx-r>ul li:hover h4 {
    color: #d81736;
}

.cpzx-t p {
    margin: 0 auto;
    font-size: 14px;
    color: #888;
    height: 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/**/
/**/
.ny {
    padding: 30px 15px;
    position: relative;
    background: #f0f0f0;
}

.ny-s {
    width: 1200px;
    margin: 0 auto;
}

.ny-zpal-z {
    background: #fff;
    padding: 20px;
}

.ny-zpal-t {
    overflow: hidden;
    /*border-bottom:1px solid #ccc;*/
    padding-bottom: 10px;
}

.ny-zpal-z-t-l {
    float: left;
    width: 50%;
}

.magnifierContainer {
    width: 100%;
    display: flex;
}

.imgMedium {
    width: 100%;
    position: relative;
}

.imgLeft .magnifier {
    position: absolute;
    display: none;
    width: 200px;
    height: 200px;
}

.imgLeft .imasf {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.imgLeft .imasf .fad {
    width: 20px;
    height: 60px;
    margin-top: 10px;
    line-height: 60px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    bottom: 10px;
    cursor: pointer;
    float: left;
    color: #fff;
}

.imgLeft .imasf .fac {
    width: 20px;
    height: 60px;
    margin-top: 10px;
    line-height: 60px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    bottom: 10px;
    cursor: pointer;
    float: right;
    color: #fff;
}

.imasf-bb {
    float: left;
    width: calc(100% - 60px);
    margin-left: 10px;
    overflow: hidden;
}

.mediumContainer {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    overflow: hidden;
    text-align: center;
}

.mediumContainer img {
    max-width: 100%;
}

.imgRight {
    z-index: 100;
}

.imgLeft {
    width: 100%;
}

#zhezhao {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    border: 1px solid transparent;
}

#zhezhao:hover {
    cursor: move;
}

.img_x {
    width: 100%!important;
    display: flex;
}

.img_x li {
    height: 54px;
    border: 2px solid transparent;
    margin: 8px 4px;
    padding: 2px;
    cursor: pointer;
}

.img_x li img {
    height: 100%
}

.img_u {
    position: absolute;
    width: 500px;
    height: 400px;
    border: 1px solid #eee;
    float: left;
    margin-left: 15px;
    overflow: hidden;
    display: none;
    background: #fff;
    z-index: 100;
}

.img_u img {
    width: 1000px;
}

.ny-zpal-z-t-r {
    float: right;
    width: 48%;
}

.ny-zpal-z-t-r h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #515151;
}

.ny-zpal-z-t-r p {
    margin-bottom: 10px;
    color: #666;
    /*padding-bottom:10px;*/
}
.ny-zpal-z-t-r video{width:100%;display:block;}
.ny-zpal-z-c {
    text-align: center;
}

.ny-zpal-z-c h3 {
    text-align: left;
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
    /*border-bottom:1px solid #ccc;*/
    margin-bottom: 10px;
    color: #fff;
    background: #515151;
}

.ny-zpal-z-c img {
    margin-bottom: 10px;
    max-width: 100%;
}

.ny-zpal-z-c p {
    color: #666;
    text-align: left;
}

.ny-zpal-z-c table {
    margin: auto;
    text-align: center;
}

.ny-zpal-z-c table td,.ny-zpal-z-c table th {
    padding: 5px;
}

.ny-zpal-z-c .table {
    display: flex;
    justify-content: center;
}

.ny-zpal-z-b {
    overflow: hidden;
    margin-top: 20px;
}

.ny-zpal-z-b a {
    padding: 10px;
    color: #666;
    border: 1px solid #666;
}

.ny-zpal-z-b .a1 {
    float: left;
}

.ny-zpal-z-b .a2 {
    float: right;
}

.ny-zpal-z-b a:hover {
    padding: 10px;
    color: #000;
    border: 1px solid #000;
}

/**/
/**/
.xwzx {
    width: 1200px;
    margin: 80px auto;
    overflow: hidden;
}

.xwzx>ul {
    overflow: hidden;
}

.xwzx>ul li {
    overflow: hidden;
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 1%;
}

.xwzx>ul li:nth-child(3n) {
    margin-right: 0
}

.xwzx-l {
    overflow: hidden;
}

.xwzx-l a {
    display: block;
}

.xwzx-l a img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}

.xwzx>ul li:hover .xwzx-l a img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.xwzx-r {
    overflow: hidden;
}

.xwzx-r {
    float: left;
    padding: 20px;
}

.xwzx-r p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.xwzx-r a {
    color: #545454;
    font-size: 14px;
    display: block;
    width: 123px;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    background: #f3f3f3;
    text-align: center;
    transition: all 0.5s;
}

.xwzx-r a:hover {
    background: #d81736;
    border-color: #d81736;
    color: #fff;
    transition: all 0.5s;
}

/**/
/**/
.xwdt-z {
    width: 80%;
    margin: 50px auto;
    overflow: hidden;
}

.xwdt-z-t {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #666;
    margin-bottom: 30px;
}

.xwdt-z-t h3 {
    font-size: 25px;
    color: #666;
    margin-bottom: 20px;
}

.xwdt-z-t p {
    text-align: center;
    color: #999;
}

.xwdt-z-t p span {
    display: inline-block;
    margin: 0 20px;
    color: #999;
}

.xwdt-z-b {
    margin-bottom: 50px;
}

.xwdt-z-b p {
    color: #999;
}

.xwdt-z-b img {
    margin: 10px auto;
    display: block;
}

.xwdt-z-b2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0 auto 0px auto;
}

.xwdt-z-b2 a {
    padding: 10px 20px;
    background: #eee;
    border-radius: 10px;
    color: #999;
    transition: 0.3s;
}

.xwdt-z-b2 a:hover {
    background: #d81736;
    color: #fff;
}

/**/
/**/
.khfw {
    width: 1200px;
    margin: 70px auto;
    overflow: hidden;
}

.khfw h3 {
    text-align: center;
    font-size: 28px;
    color: #0e5da8;
}

.khfw p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 30px ;
}

.khfw ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.khfw ul li {
    width: 32%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.khfw ul li img {
    width: 100%;
    transition: all 0.5s;
}

.khfw ul li:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.khfw ul li span {
    font-size: 18px;
    color: #000;
    line-height: 40px;
}

.fwtx {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 80px;
}

.fwtx-t {
    text-align: center;
    font-size: 28px;
    color: #0e5da8;
}

.fwtx-t h3 {
    text-align: center;
    font-size: 28px;
    color: #0e5da8;
}

.fwtx-t p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 30px ;
}

.fwtx-b {
    overflow: hidden;
}

.fwtx-b ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fwtx-b ul li {
}

.fwtx-b-t {
    position: relative;
    text-align: center;
}

.fwtx-b-t img {
}

.fwtx-b-t span {
    display: block;
    position: absolute;
    width: 300px;
    height: 2px;
    background: #ebebeb;
    right: -354px;
    top: 50%;
    margin-top: -1px;
}

.fwtx-b-b {
    text-align: center;
}

.fwtx-b-b h3 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: normal;
}

.fwtx-b-b p {
    font-size: 14px;
    color: #666;
}

/**/
/**/
.rczp {
    overflow: hidden;
    width: 1200px;
    margin: 80px auto;
}

.rczp1 {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.rczp1 input {
    box-sizing: border-box;
    border: none;
    outline: none;
    box-shadow: 1px 1px 10px #e4e1e1;
    margin: 0 auto;
    background: #fff;
    line-height: 80px;
    font-size: 16px;
    text-indent: 20px;
    display: block;
    margin: 10px;
    width: calc(100% - 20px);
}

.crzp1 input:placeholder {
    color: #c6c4c4;
}

.rczp1 button {
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer;
    top: 50%;
    margin-top: -16.5px;
    right: 20px;
    outline: none;
    background: none;
    border: none;
    right: 30px;
}

.rczp1 button img {
    width: 100%;
}

.rczp2 {
    overflow: hidden;
    margin: 0 10px 50px 10px;
}

.rczp2 p {
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 16px;
    color: #555555;
}

.rczp2 p span {
    padding-right: 20px;
}

.rczp2 p i {
    color: #a30000;
}

.rczp2 p a {
    color: #555;
    margin-left: 10px;
}

.rczp2 p a:hover {
    color: #a30000;
}

.rczp3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 10px 20px 10px;
}

.rczp3 p {
    overflow: hidden;
    color: #555;
    font-size: 16px;
}

.rczp3 p span {
    padding-right: 10px;
}

.rczp3 p i {
}

.rczp4 {
    margin: 10px;
    box-shadow: 1px 1px 10px #e4e1e1;
    padding: 40px;
    margin-bottom: 20px
}

.rczp4-t {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.rczp4-t h3 {
    font-size: 18px;
    color: #3e3d3d;
}

.rczp4-t p {
    overflow: hidden;
    margin: 30px auto;
}

.rczp4-t p span {
    padding-right: 30px;
    font-size: 16px;
    color: #888888;
}

.rczp4-t p span i {
    padding-right: 10px;
}

.rczp4-b {
    overflow: hidden;
    display: none;
}

.rczp4:hover .rczp4-b {
    display: block;
}

.rczp4-b dl {
    margin-bottom: 70px;
}

.rczp4-b dl dt {
    font-size: 16px;
    color: #3e3d3d;
    margin-bottom: 20px;
    font-weight: bold;
}

.rczp4-b dl dd {
    margin-bottom: 10px;
    font-size: 14px;
    color: #888888;
}

.rczp4-b a {
    display: block;
    width: 200px;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #3e3d3d;
    color: #a30000;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
}

.rczp4-b a:hover {
    background: #a30000;
    color: #fff;
}

/**/
/**/
.lxwm {
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

.lxwm-l {
    float: left;
    width: 45%;
    cursor: pointer;
    overflow: hidden;
}

.lxwm-l img {
    width: 100%;
    transition: all 0.5s;
}

.lxwm-l:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}

.lxwm-r {
    float: right;
    width: 50%;
}

.lxwm-r h3 {
    padding-top: 10px;
    font-size: 22px;
    color: #414141;
    margin-bottom: 20px;
}

.lxwm-r p {
    font-size: 16px;
    color: #414141;
    margin-bottom: 10px;
}

.lxwm-r i {
    color: #414141;
}

.zxly {
    padding: 60px 15px;
    background: #f2f2f2;
}

.zxly-s {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 46px;
    background: #fff;
}

.zxly-s-t {
    margin: 20px auto 60px auto;
    text-align: center;
}

.zxly-s-t h3 {
    color: #414141;
    margin-bottom: 20px;
    font-size: 22px;
}

.zxly-s-t p {
    color: #444;
    font-size: 14px;
}

.zxly-s-b {
    overflow: hidden;
}

.zxly-s-b-l {
    float: left;
    width: 48%;
}

.zxly-s-b-l p {
    overflow: hidden;
    margin-bottom: 25px;
}

.zxly-s-b-l p input {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 58px;
    text-indent: 10px;
    float: left;
    outline: none;
    color: #666;
    font-size: 16px;
}

.zxly-s-b-l p:last-child input {
    width: 50%;
}

.zxly-s-b-l p img {
    float: left;
    height: 58px;
    margin-left: 20px;
    cursor: pointer;
}

.zxly-s-b-r {
    float: right;
    width: 48%;
}

.zxly-s-b-r textarea {
    box-sizing: border-box;
    width: 100%;
    outline: none;
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“";
    margin-bottom: 25px;
}

.zxly-s-b-r p {
    overflow: hidden;
}

.zxly-s-b-r p a {
    float: right;
    display: block;
    width: 172px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #666;
    background: #ececec;
}

.zxly-s-b-r p input {
    float: right;
    width: 172px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    background: #d81736;
    margin-left: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

/**/
.dt {
    width: 1200px;
    margin: 80px auto;
}

.dt-t {
    text-align: center;
    margin-bottom: 50px;
}

.dt-t h3 {
    font-size: 22px;
    color: #2f2f2f;
}

.dt-t p {
    color: #787575;
    line-height: 40px;
}

.dt-b {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 1000px) {
    .ny-banner {
        margin-top:60px;
    }

    .ny-banner-s {
        left: 5%;
        width: 90%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
    }

    .ny-banner-s h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ny-banner-s p {
    }

    .ny-banner-xs {
        display: none;
    }

    .ny-banner-yc {
        display: block;
    }

    .ny-dh {
        padding: 20px 15px;
    }

    .ny-dh-s {
        overflow: hidden;
    }

    .ny-dh-s a {
        width: calc(50% - 22px);
        display: block;
        float: left;
        margin: 10px;
        padding: 0;
        line-height: 30px;
    }

    .ny-dh-s a span {
        display: none;
    }

    .qyjj {
        width: calc(100% - 30px);
        margin: 40px auto;
    }

    .qyjj1 {
        margin-bottom: 10px;
    }

    .qyjj1-l {
        width: 100%;
    }

    .qyjj1-r {
        width: 100%;
    }

    .qyjj1-r h3 {
        text-align: center;
        font-size: 25px;
        margin: 20px auto;
    }

    .qyjj2 {
        margin-bottom: 40px;
    }

    .qyjj2-l {
        width: 100%;
    }

    .qyjj2-r {
        width: 100%;
    }

    .qyjj3 {
        display: none;
    }

    .qywh {
        padding: 40px 15px;
    }

    .qywh-s {
        width: 100%;
    }

    .qywh-s h3 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
    }

    .qywh-s ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .qywh-s ul li img {
        margin-bottom: 10px;
    }

    .fzlc {
        width: calc(100% - 30px);
        display: none;
    }

    .ryzz {
        padding: 40px 15px;
        background: none;
    }

    .ryzz-s {
        width: 100%;
    }

    .ryzz-s-b ul li {
        width: 50%;
    }

    .ryzz-s-t h3 {
        font-size: 25px;
    }

    .ryzz-s-t-r a {
        width: 30px;
        height: 30px;
    }

    .cpzx {
        width: calc(100% - 30px);
        margin: 0 auto;
        padding: 40px 15px;
    }

    .cpzx-t h4 {
        text-align: center;
        height: auto;
    }

    .cpzx-s {
        width: 100%;
    }

    .cpzx-s>ul {
    }

    .cpzx-r>ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ny-zpal-z {
        background: none;
    }

    .xwzx {
        margin: 40px auto;
        width: calc(100% - 30px);
    }

    .xwzx>ul li {
        width: 100%;
        margin-right: 0
    }

    .xwzx-l {
        width: 100%;
        margin-right: 0;
    }

    .xwzx-r {
        width: 100%;
    }

    .xwzx-r {
        width: 100%;
        padding-bottom: 20px;
        box-sizing: border-box;
        padding: 10px;
    }

    .xwzx-r p {
        margin: 0 auto;
    }

    .xwzx-r a {
        display: block;
        margin: 0 auto;
        text-align: center;
        display: none;
    }

    .xwzx-r a img {
        display: none;
    }

    .xwdt-z {
        width: calc(100% - 30px);
        margin: 30px 15px;
    }

    .xwdt-z-t h3 {
        font-size: 18px;
        margin-bottom: 0
    }

    .xwdt-z-t p {
        display: none;
    }

    .xwdt-z-b img {
        width: 100%;
    }

    .xwdt-z-b2 {
        margin-bottom: 0px;
    }

    .khfw {
        width: calc(100% - 30px);
        margin: 20px auto;
    }

    .khfw h3,.fwtx-t h3 {
        font-size: 25px;
        font-weight: normal;
    }

    .khfw p,.fwtx-t p {
        margin: 15px 0;
    }

    .khfw ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .khfw ul li span {
        font-size: 16px;
    }

    .fwtx {
        width: calc(100% - 30px);
        margin-bottom: 40px;
    }

    .fwtx-b-t span {
        display: none;
    }

    .fwtx-b ul li {
        margin-bottom: 20px;
    }

    .fwtx-b-t img {
        max-width: 150px;
    }

    .fwtx-b-b h3 {
        margin: 5px auto;
    }

    .rczp {
        width: calc(100% - 30px);
        margin: 40px auto;
    }

    .rczp1 button {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

    .rczp1 input {
        line-height: 40px;
        font-size: 14px;
    }

    .rczp1 {
        margin-bottom: 30px;
    }

    .rczp2 p span {
        display: block;
        margin-bottom: 10px;
    }

    .rczp2 {
        margin-bottom: 30px;
    }

    .rczp4 {
        padding: 20px;
    }

    .rczp4-t p span {
        display: block;
        margin-bottom: 10px;
    }

    .rczp4-b dl {
        margin-bottom: 30px;
    }

    .rczp4-b a {
        background: #a30000;
        color: #fff;
        width: 150px;
        line-height: 30px;
        border-color: #a30000;
    }

    .lxwm {
        width: calc(100% - 30px);
        margin: 30px auto;
    }

    .lxwm-l {
        width: 100%;
        display: block;
    }

    .lxwm-r {
        width: 100%;
    }

    .lxwm-r h3 {
        padding-top: 20px;
        font-size: 18px;
        text-align: center;
    }

    .zxly {
        padding: 30px 15px;
    }

    .zxly-s {
        width: 100%;
        padding: 20px;
    }

    .zxly-s-t h3 {
        font-size: 18px;
    }

    .zxly-s-b-l {
        width: 100%;
    }

    /*.zxly-s-b-l p input{height:30px;}*/
    .zxly-s-b-r {
        width: 100%;
    }

    .zxly-s-b-r textarea {
        height: 200px;
    }

    .zxly-s-b-r p a {
        width: 45%;
    }

    .zxly-s-b-r p input {
        width: 45%;
    }

    .dt {
        width: calc(100% - 30px);
        margin: 30px auto;
    }

    .dt-t {
        margin-bottom: 20px;
    }

    .dt-t h3 {
        font-size: 18px;
    }

    .dt-t p {
        display: none
    }

    .dt-b {
        height: 300px;
    }

    .ny-s {
        width: 100%;
    }

    .ny-zpal-z {
        padding: 0;
    }

    .ny-zpal-z-t-l {
        width: 100%
    }

    .ny-zpal-z-t-r {
        width: 100%;
        margin-top: 10px;
    }

    .ny-zpal-z-c img {
        width: 100%;
    }

    .mediumContainer {
        height: auto;
    }

    .ny-zpal-z-t-r h3 {
        font-size: 25px;
        text-align: center;
    }

    .ny-zpal-z-c h3 {
        font-size: 16px;
    }

    .news-one {
        display: block;
        float: left;
        width: 48%;
        height: auto;
        margin: 1%;
        box-sizing: border-box;
    }

    .news-one-date img {
        width: 100%;
    }

    .cpzx-l,.cpzx-r {
        width: 100%;
    }

    .cpzx-l {
        margin-bottom: 20px;
    }

    .cpzx-l h3 {
        font-size: 24px;
    }
}
