*{margin:0;padding:0;list-style-type:none;}
.container{overflow: hidden;width: 1500px;margin:0 auto;}
.c-nav .show{display: inline-block;}
.c-nav .hiden{display: none;}
/*nav*/
.c-nav{padding: 1% 0;width: 100%;background-color: white;}
.c-nav .navFlex{
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-content: center;
    color: white;
}
.c-nav ul{
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.c-nav ul li{
    padding: 15px 0px 15px 0px;
    margin-left: 30px;
    display: inline-block;
}
.c-nav ul li a{
    line-height: 29px;
    font-size: 18px;
    color: #333;
    padding-bottom: 16px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}
.c-nav ul li a:hover{
    border-bottom: 3px solid #e4c17e;
}
.c-nav .logo{
    height: 54px;
}
.c-nav .btnImg{
    height: 20px;
    width: 25px;
    padding: 3px 8px 3px 8px;
    box-sizing: content-box;
    border: 1px solid transparent;
}


.c-nav ul li .nav2 {}
.c-nav ul li .nav2:hover {}
.c-nav ul li .nav2 .nav_a {}

@media screen and (max-width:1600px){
.container{width:1200px;margin:0 auto;}
}

@media screen and (max-width:1400px){
.container{width:1100px;margin:0 auto;}
}

@media screen and (max-width:1200px){
    .c-nav ul li{
        margin-left: 20px;
    }

    .container {width:95%;}
}
@media screen and (max-width:992px){
    .c-nav ul li{
        margin-left: 10px;
    }
}
@media screen and (max-width:768px){
    .c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){display: none;}
}
@media screen and (max-width:576px){
    .c-nav{background-color: rgb(0, 0, 0);padding: 10px 0px 10px 0px;opacity: 0.9;}
    .c-nav .navFlex{
        flex-wrap:wrap;
        font-size: 20px;
        justify-content: space-between;
    }
    .c-nav .logo{
        height: 24px;
    }
    .c-nav ul li{
        padding-top: 10px;
        margin-left: 0px;
        display: block;
    }
    .c-nav ul li a{
        border-bottom: 3px solid transparent;
    }
    .c-nav ul a:hover{
        border-bottom: 3px solid #e4c17e;
    }
    .c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){
        display: block;
    }
    .c-nav .hiden{
        display: block;
    }
    .c-nav .show{
        width: 100%;
        font-size: 14px;
        text-align: center;
        display: none;
    }
}

/*nav*/

/*banner*/
.wrapper .swiper-container .swiper-pagination {
   bottom: 25px;
}
.wrapper .swiper-container img {width:100%;}
.wrapper .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 50px;
    height: 3px;
    border-radius: 0;
    margin: 0 4px;
    background-color: rgba(0,0,0,0.5);
    transition: background-color .3s ease;
}

.wrapper .swiper-container .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: 0 0;
}

.wrapper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: sliderPagination 3s linear forwards
}

.wrapper .swiper-container .swiper-pagination-bullet:hover {
    background-color: #fff;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

/*banner*/
.title {
    margin-bottom: 3%;
}
.title h1 {
    line-height: 60px;
    color: #c8a063;
    font-weight: 600;
}
.title p {
    display: block;
    width: 1000px;
    margin: 0 auto;
}
@media (max-width: 650px){
.title {}
.title h1 {
    line-height: 32px;
}
.title p {
    width: 80%;
}  
}

/*in_about*/

.in_about {
    margin: 3% 0;
    overflow:hidden;
}
.in_about .about_fl {
    width: 52%;
}
.in_about .about_fl p {text-indent: 2em;line-height: 35px;}

.in_about .about_fl a {
    color: #f9f9f9;
    display: block;
    width: 100px;
    background: #c8a063;
    text-align: center;
    line-height: 30px;
    margin-top: 6.5%;
}

.in_about .about_fr {
    width: 42%;
}
.in_about .about_fr ul {}
.in_about .about_fr ul li {
    margin: 1%;
    background: #f1f1f1;
    text-align: center;
    float: left;
    display: inline-block;
    width: 48%;
    padding: 5% 0;
}
.in_about .about_fr ul li img {
    width: 42px;
}
.in_about .about_fr ul li p {
    display: block;
    font-weight: 600;
}
.in_about .about_fr ul li span {}

.in_about .about_bot {
    overflow: hidden;
    width: 100%;
}
.in_about .about_bot li {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    /* padding: 2% 2%; */
    /* background: #f1f1f1; */
    float: left;
    width: 22.8%;
    margin: 1%;
    box-shadow: 0 0 15px #00000021;
}
.in_about .about_bot li:hover {box-shadow: 0 0 29px #c8a063;}

.in_about .about_bot li .a_bot {
    padding: 4% 6%;
    width: 57%;
    position: absolute;
    height: 100%;
}
.in_about .about_bot li .a_bot b {
    color: #c8a063;
    margin-bottom: 2%;
    display: block;
}
.in_about .about_bot li .a_bot span {
    display: block;
}
.in_about .about_bot li i {
    /* position: absolute; */
}
.in_about .about_bot li i img {
    width: 100%;
}

@media only screen and (max-width: 900px) {
.in_about {
    margin: 7% 0;
}
.in_about .about_fl {
    width: 72%;
}
.in_about .about_fl p {line-height: 26px;font-size: 12PX;}
.in_about .about_fr {
    width: 25%;
}
.in_about .about_fr ul {}
.in_about .about_fr ul li {
    margin: 10% 0 10%;
    width: 100%;
    float: none;
}
.in_about .about_fr ul li img {}
.in_about .about_fr ul li p {}
.in_about .about_fr ul li span {
    font-size: 12px;
}

.in_about .about_bot {}
.in_about .about_bot li {
    padding: 23% 0 0;
    width: 46%;
    box-shadow: 0 0 0;
    margin: 2%;
    background: #c8a063;
}
.in_about .about_bot li .a_bot {
    top: 0;
    width: 87%;
}
.in_about .about_bot li .a_bot b {
    color: #fff;
    font-size: 19px;
}
.in_about .about_bot li .a_bot span {
    line-height: 18px;
}
.in_about .about_bot li i {}
.in_about .about_bot li i img {}

}
/*in_about*/


/*in_pro*/

.in_pro {
    background: url(404.png);
    background: #f3f3f3;
    margin: 2% 0;
    padding: 2% 0 3%;
}
.in_pro .pro_top {
    text-align: center;
}
.in_pro .pro_top h1 {
    font-weight: 600;
}
.in_pro .pro_top p {
    margin: 1% auto;
    display: block;
    width: 1000px;
}

.in_pro ul {
    text-align: center;
}
.in_pro ul li {
    border-radius: 12px;
    margin: 0.5%;
    width: 17.8%;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 0 15px #00000021;
}
.in_pro ul li img {
    width: 100%;
}

@media only screen and (max-width: 900px) {
.in_pro {
    padding: 3% 0 4%;
}
.in_pro .pro_top {}
.in_pro .pro_top h1 {}
.in_pro .pro_top p {}

.in_pro ul {}
.in_pro ul li {
    width: 30%;
}
.in_pro ul li img {}
}

/*in_pro*/

/*in_news*/

.in_news {
    margin-bottom: 3%;
}
.in_news dl {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}


.in_news dl dt {
    position: relative;
    width: 216px;
    float: left;
}
.in_news dl dt i {
    padding: 2% 5%;
    color: #fff;
    position: absolute;
    background: #c8a063cf;
}
.in_news dl dt img {
    width: 100%;
}
.in_news dl dd {
    width: 62%;
    float: right;
}
.in_news dl dd p {
    font-weight: 600;
    display: block;
    margin: 1% 0 2%;
}
.in_news dl dd span {}

.in_news dl:hover dd p {color: #a8895b;}
.in_news dl:hover dd span {color: #000;}


@media only screen and (max-width: 1610px) {
.in_news dl dt {width:34%;}
}

@media only screen and (max-width: 900px) {
.in_news {}
.in_news dl {margin: 5% 1%;}
.in_news dl dt {
    float: none;
    width: auto;
}
.in_news dl dt i {}
.in_news dl dt img {}
.in_news dl dd {
    float: none;
    width: auto;
}
.in_news dl dd p {}
.in_news dl dd span {
    line-height: 17px;
}
}

/*in_news*/

/*in_qianyue*/
    .in_qianyue {padding:0 5% 3%;/* background: #b30000; */}
    .carousel-example {
    overflow: hidden;
    /* border: 3px solid #ffffff; */
    /* border-radius: 19px; */
    }
    
    #complicated-content-carousel .carousel-control {
        position: absolute;
        top: -20px;
        right: 0;
        left: auto;
        bottom: auto;
        width: 14px;
        font-size: 25px;
        color: #3c3c3c !important;
        opacity: 1;
    }
    
    #complicated-content-carousel .carousel-control.left,
    #complicated-content-carousel .carousel-control.right {
        background-image: none;
    }
    
    #complicated-content-carousel .carousel-control.left {
        right: 35px;
    }
    
    #complicated-content-carousel .index {
        position: absolute;
        top: -70px;
        right: 0;
        font-size: 16px;
        color: #3c3c3c;
    }
    
    #complicated-content-carousel .flex-item {
        position: relative;
        display: inline-block;
        width: 320px;
        height: 380px;
        padding: 16px 13px;
        background-color: #f5f6f7;
        border: 6px solid #f5f6f7;
    }
    
    #complicated-content-carousel .flex-item:hover,
    #complicated-content-carousel .flex-item:focus {
        border: 6px solid #d2d4d5;
        border-radius: 3px;
    }
    
    .good-top {
        height: 21px;
    }
    
    .good-top-left {
        font-size: 16px;
        color: #424242;
        text-transform: uppercase;
        line-height: 21px;
    }
    
    .good-top-right {
        height: 21px;
        text-align: right;
    }
    
    .choose-color div {
        display: inline-block;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        letter-spacing: 5px;
        cursor: pointer;
    }
    
    .choose-color .blue {
        background-color: #165eb9;
    }
    
    .choose-color .yellow {
        background-color: #ffe637;
    }
    
    .choose-color .black {
        background-color: #535253;
    }
    
    .choose-color .grey {
        background-color: #d3a7ac;
    }
    
    .choose-color .dark-blue {
        background-color: #35374c;
    }
    
    .choose-color .dark-blue-women {
        background-color: #192b5e;
    }
    
    .choose-color .light-blue-women {
        background-color: #1682c4;
    }
    
    .good-top-left .fa {
        position: relative;
        top: 2px;
        font-size: 21px;
    }
    
    .good-bottom {
        height: 21px;
    }
    
    .good-bottom * {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .good-bottom-left a h4 {
        font-size: 18px;
        color: #3c3c3c;
        text-transform: uppercase;
        line-height: 21px;
    }
    
    .good-bottom-right {
        position: relative;
        top: -1px;
        font-size: 22px;
        color: #424242;
        text-transform: uppercase;
        line-height: 21px;
    }
    
    .good-top-left,
    .good-bottom-left {
        float: left;
        text-align: left;
    }
    
    .good-top-right,
    .good-bottom-right {
        float: right;
        text-align: right;
    }
    
    .good-image {
        height: 294px;
        text-align: center;
    }
    
    .good-image:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    
    .good-image img {
        max-height: 240px;
        vertical-align: middle;
    }
    
    .size {
        position: absolute;
        padding: 0;
        cursor: pointer;
        transition: all .35s;
    }
    
    .size.shown {
        padding: 0 5px 5px 5px;
        background-color: #fff;
        border-radius: 2px;
    }
    
    .size.shown .option:hover {
        background-color: #f5f6f7;
    }
    
    .carousel-control {
        width: 50px;
        height: 50px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        font-size: 30px;
        text-align: center;
        opacity: 1;
    }
    
    a.carousel-control.left,
    a.carousel-control.right {
        background-image: none;
        opacity: 1;
        text-align: center;
    }

/* MEDIA QUERIES */
    /* styles for phones' displays */
    @media only screen and (max-width: 350px) {
        #complicated-content-carousel .flex-item {
            width: 300px;
        }
    }
    
    /* styles for medium size displays */
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        #complicated-content-carousel .flex-item {
            width: 300px;
        }
    }
/*in_qianyue*/


/*ny*/

/*ny_banner*/
.ny_banner {
    position: relative;
}
.ny_banner h2 {
    letter-spacing: 6px;
    font-weight: 600;
    position: absolute;
    top: 36%;
    width: 100%;
    color: #fff;
}
.ny_banner img {
    width: 100%;
}

@media only screen and (max-width:950px) {
.ny_banner {}
.ny_banner h2 {
    top: 20%;
}
.ny_banner img {
}
}

/*ny_banner*/
.ny-tilte {}
.ny-tilte h1 {}

@media only screen and (max-width:950px) {
.ny-tilte {}
.ny-tilte h1 {}
}


/*ny_dd*/

.ny_dd {
    padding-bottom: 6px;
    border-bottom: 1px solid #00000017;
    margin: 9px 0 3%;
    overflow: hidden;
}
.ny_dd p {
    letter-spacing: 1px;
    margin: 0;
    color: #757575;
}
.ny_dd p a {
    color: #757575;
}

@media only screen and (max-width:950px) {
.ny_dd {
    margin: 4px 0;
}
.ny_dd p {}
.ny_dd p a {}
}


/*ny_nav*/
.ny_nav {}
.ny_nav ul {
    text-align: center;
}
.ny_nav ul li {
    font-weight: 600;
    background: #efefef;
    padding: 8px 27px;
    display: inline-block;
    margin: 2px 18px;
}
.ny_nav ul li a {color: #c8a063;}
.ny_nav ul .sign {background:#c8a063;}
.ny_nav ul .sign a {color:#fff;}

.ny_nav ul li:hover {background:#c8a063;}
.ny_nav ul li:hover a {color:#fff;}

@media only screen and (max-width: 950px) {
.ny_nav {}
.ny_nav ul {}
.ny_nav ul li {
    padding: 7px 0;
    margin: 0;
    width: 73px;
}  
.ny_nav ul li a {
    font-size: 12px;
}
}

/*ny_about*/
.ny_about01 {
    margin-top: 3%;
}
.ny_about01 .about_top {
    position: relative;
    overflow: hidden;
    margin: 2% 0;
}
.ny_about01 .about_top .at_l {
    width: 50%;
}
.ny_about01 .about_top .at_l h3 {
    color: #c8a063;
}
.ny_about01 .about_top .at_l p {
    margin: 0;
    line-height: 40px;
}
.ny_about01 .about_top .at_r {
    position: relative;
    width: 48%;
}
.ny_about01 .about_top .at_r-img{
    width: 100%;
}


.ny_about01 .about_bot {/* height: 100%; */width: 177px;position: absolute;top: 7px;right: 0;}
.ny_about01 .about_bot ul {
}
.ny_about01 .about_bot ul li {
    margin: 11% 0;
    padding: 9% 10%;
    background: #ffffff8c;
}
.ny_about01 .about_bot ul li img {
    width: 33px;
}
.ny_about01 .about_bot ul li p {
    margin:0;
    font-size: 19px;
}
.ny_about01 .about_bot ul li span {
    font-size: 15px;
}

@media only screen and (max-width:1600px) {
.ny_about01 .about_top .at_l p {line-height:29px;}
.ny_about01 .about_bot ul li {margin: 4% 0;padding: 8% 10%;}
}

@media only screen and (max-width:1400px) {
.ny_about01 .about_bot ul li {margin: 2% 0;padding: 5% 10%;}
.ny_about01 .about_bot ul li p {font-size:14px;}
.ny_about01 .about_bot ul li span {font-size:12px;}
}


@media only screen and (max-width:950px) {
.ny_about01 {}
.ny_about01 .about_top {}
.ny_about01 .about_top .at_l {
    float: none;
    width: auto;
}
.ny_about01 .about_top .at_l h3 {}
.ny_about01 .about_top .at_l p {}
.ny_about01 .about_top .at_r {
    width: auto;
    float: none;
}
.ny_about01 .about_top .at_r img {}

.ny_about01 .about_bot {
    top: auto;
    bottom: 0;
    width: 100%;
}
.ny_about01 .about_bot ul {}
.ny_about01 .about_bot ul li {
    width: 48%;
    padding: 1% 7%;
    float: left;
    margin: 1%;
}
.ny_about01 .about_bot ul li img {
    width: 25px;
}
.ny_about01 .about_bot ul li p {}
.ny_about01 .about_bot ul li span {}

}


.ny_qyjs {
    margin: 2% 0;
}
.ny_qyjs h1 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #c8a063;
}
.ny_qyjs i {
    font-weight: 600;
    margin-top: 23px;
    display: block;
}
.ny_qyjs span {
    display: block;
    line-height: 30px;
}
.ny_qyjs span b {}
@media only screen and (max-width:950px) {
.ny_qyjs {}
.ny_qyjs h1 {}
.ny_qyjs i {}
.ny_qyjs span {}
.ny_qyjs span b {} 
}


/*ny*/



/*footer*/

footer {
    background: #333;
    padding: 3% 0 2%;
}
footer .footer_fl {
    overflow: hidden;
    width: 53%;
    margin-bottom: 4%;
}
footer .footer_fl .f-fl {
    width: 256px;
    /* margin-top: 5%; */
}
footer .footer_fl .f-fl img {
    width: 100%;
    /* margin-top: 4%; */
}
footer .footer_fl .f-fl p {
    display: none;
    color: #fff;
    margin-top: 9%;
}

footer .footer_fl .f-fr {
    /* margin-top: 5%; */
}
footer .footer_fl .f-fr h2 {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8%;
    margin-top: 0;
}
footer .footer_fl .f-fr p {
    font-weight: 100;
    color: #bbb;
    font-size: 15px;
}
footer .footer_fl .f-fr b {
    font-weight: 100;
    line-height: 26px;
}

footer .footer_fr {
    overflow: hidden;
    /* margin-top: 3%; */
}
footer .footer_fr i {
    width: 100px;
}

footer .footer_fr i img {
    width: 120px;
    display: block;
    margin: 0 auto;
}

footer .footer_fr i b {
    margin-top: 10%;
    color: #fff;
    display: block;
    font-size: 15px;
    text-align: center;
}

footer .footer_bom {
    overflow: hidden;
    width: 100%;
}
footer .footer_bom span {
    /* width: 30%; */
    color: #fff;
}
footer .footer_bom span a {
    margin-left: 10px;
    /* padding: 0 12px; */
    color: #fff;
}

@media only screen and (max-width:1450px) {
footer .footer_fl {width:60%;}
}

@media only screen and (max-width:1000px) {
footer .footer_fl {width:70%;}
}

@media only screen and (max-width: 900px) {
footer {
    width: auto;
}
footer .footer_fl {
    width: 100%;
}
footer .footer_fl .f-fl {
    text-align: left;
    float: none;
    width: 100%;
    margin-bottom: 4%;
}
footer .footer_fl .f-fr {width: auto;float: none;}
footer .footer_fl .f-fr h2 {
    margin-bottom: 1%;
    font-size: 18px;
}
footer .footer_fl .f-fr p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
footer .footer_fl .f-fr b {}

footer .footer_fr {
    display: none;
    float: none;
}
footer .footer_fr i {
    width: auto;
}
footer .footer_fl .f-fl img {
    /* margin: 0 auto; */
    width: 29%;
}
footer .footer_fr i b {}

footer .footer_bom {}
footer .footer_bom span {
    float: none;
    font-size: 12px;
    display: block;
}
footer .footer_bom span a {}


}

/*footer*/




.row {
  /* max-width: 800px; */
  margin: 24px auto;
  padding: 0 30px;
  position: relative;
}


.demo-gallery {
  width: 100%;
  height: auto;
  float: left;
}
.demo-gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  margin: 1%;
  width: 171px;
  line-height: 0;
}



a.demo-gallery__img--main {
  width: 23%;
}

.demo-gallery figure {
  display: none;
}
.demo-gallery__title {
  line-height: 14px;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}

.demo-gallery img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}


@media screen and (max-width: 700px) {
  .demo-gallery {
    max-width: 500px;
  }
  .demo-gallery a {
    width: 120px;
    margin: 0 4px 4px 0;
  }
  a.demo-gallery__img--main {
    width: 164px;
  }
}



@media screen and (max-width: 450px) {
  .demo-gallery a {
    width: 95px;
    margin: 0 1px 1px 0;
  }
  a.demo-gallery__img--main {
    width: 127px;
  }
}


@media screen and (max-width: 350px) {
  .demo-gallery a {
    width: 81px;
margin: 0 1px 1px 0;
  }
  a.demo-gallery__img--main {
    width: 109px;
  }
}


.ny_qxpp {margin-bottom:2%;}
.ny_qxpp ul {
    text-align: center;
}
.ny_qxpp ul li {
    margin:1%; 
    padding:1%;
    display: inline-block;
    width: 30%;
    border-radius: 15px;
}
.ny_qxpp ul li img {
    width: 100%;
}
.ny_qxpp ul li p {
    font-weight: 600;
}
.ny_qxpp ul li:hover {background:#f1f1f1;box-shadow: 0 0 30px #00000045;}
.ny_qxpp ul li:hover p {color: #c8a063;}

@media screen and (max-width:950px) {
.ny_qxpp {}
.ny_qxpp ul {}
.ny_qxpp ul li {
    width: 46%;
}
.ny_qxpp ul li img {}
.ny_qxpp ul li p {}

}

.pxpp_article {}
.pxpp_article .par_top {margin-bottom:2%;}
.pxpp_article .par_top h1 {letter-spacing: 4px;color: #c8a063;font-weight:600;}
.pxpp_article .par_top i {
    margin: 0 auto;
    display: block;
    margin: 2% auto 2%;
    width: 80px;
    height: 5px;
    background: #444444;
    border-radius: 20px;
}
.pxpp_article .par_bot {
    line-height: 37px;
}
.pxpp_article .par_bot img {max-width:100%;}
.pxpp_article span {
    margin: 2% 0;
}

.pxpp_article span:hover a {color:#c8a063;}

.pxpp_article span a {}

@media screen and (max-width:950px) {
.pxpp_article .par_top h1 {font-weight:600;letter-spacing: 1px;}
.pxpp_article .par_bot img {max-width:100%;}
.pxpp_article span {
    float: none;
    display: block;
}
.pxpp_article span a {}
.pxpp_article .par_top i {width:50px;height:3px;}
}

.pager{width:100%;float:left;text-align:center;margin: 2% 0px;}
.pager a{display:inline-block;margin:0px 4px;background: #fff;padding: 0px 20px;line-height: 40px;color: #333;}
.pager a:hover,.pager a.cur{background:#a8895b;color:#fff;}


.ny_gshd {}
.ny_gshd ul {}
.ny_gshd ul li {
    padding: 0.5%;
    float: left;
    width: 24%;
    margin: 0.5%;
    border: 1px solid #e2e2e2;
}
.ny_gshd ul li img {
    width: 100%;
}
.ny_gshd ul li p {
    display: block;
    font-weight: 600;
    margin: 3% 0 2%;
}
@media screen and (max-width:950px) {
.ny_gshd ul li {
    width: 49%;
}

}

.ny_contact {
    margin-bottom: 3%;
}
.ny_contact .con_fl {}
.ny_contact .con_fl h1 {
    font-weight: 600;
}
.ny_contact .con_fl h1 i {
    width: 55px;
    height: 5px;
    display: block;
    background: #000;
    margin-top: 5%;
    margin-bottom: 13%;
}
.ny_contact .con_fl p {}
.ny_contact .con_fl p b {}

.ny_contact .con_fr {}
.ny_contact .con_fr img {}

@media screen and (max-width:950px) {
.ny_contact {}
.ny_contact .con_fl {
    float: none;
}
.ny_contact .con_fl h1 {}
.ny_contact .con_fl h1 i {
    width: 35px;
    height: 2px;
    margin-bottom: 5%;
}
.ny_contact .con_fl p {}
.ny_contact .con_fl p b {}

.ny_contact .con_fr {
    width: 194px;
    float: none;
    margin-bottom: 8%;
}
.ny_contact .con_fr img {
    width: 100%;
}
 
}


.fwqh {
    /* width: 1183px; */
    overflow: hidden;
    margin: 3% auto;
}
.fwqh .qh_fl {text-align: -webkit-left;width: 50%;}
.fwqh .qh_fr {
    width: 50%;
    text-align: -webkit-right;
    display: block;
}
.fwqh .qh_telte {
    background: #f3f3f3;
    text-align: -webkit-left;
    padding: 2% 2% 5%;
    border-radius: 10px;
    /* box-shadow: 0 0 19px #0000004d; */
}
.fwqh .qh_telte h2 {
    color: #c8a063;
    font-weight: 600;
    margin-bottom: 4%;
}
.fwqh .qh_telte p {}
.fwqh .qh_telte p b {
    margin-right: 2%;
}

.fwqh .qh_img {
    display: -webkit-inline-box;
    width: 85%;
}
.fwqh .qh_img img {
    width: 100%;
}
.fw_zc {}
.fw_zc p {
    text-indent: 2em;
    line-height: 46px;
    font-weight: 600;
    color: #333;
}

@media screen and (max-width:950px) {
.fwqh {}
.fwqh .qh_fl {
    float: none;
}
.fwqh .qh_fr {
    float: none;
}
.fwqh .qh_telte {}
.fwqh .qh_telte h2 {}
.fwqh .qh_telte p {}
.fwqh .qh_telte p b {}

.fwqh .qh_img {
    display: none;
}
.fwqh .qh_img img {}

}