
.container::before,.container::after{
    display: none;
}
img{
    width: 100%;
}
#ip-img-preview {
    width: 33%;
    height: auto;
}
#imgs img{
    cursor: pointer;
}
.ban{
    position: relative;
    padding-top: 80px;
}

/* leftt */
.ny-loca{
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.ny-loca>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.bread{
    width: 20%;
}
.bread p,.bread a{
    display: inline-block;
    font-size: 16px;
    color: #000;
}
.ny-nav-top{
    width: 70%;
}
.ny-nav{
    
}
.ny-nav ul{
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    position: relative;
    justify-content: center
}
.ny-nav ul>li{
    margin: 0 40px;
    position: relative;
}
.ny-nav ul>li::before{
    content:"";
    position: absolute;
    left: 0;
    top: -32px;
    width: 100%;
    height: 364%;
    background: #ccc;
}
.ny-nav ul>li.active::before{
    content:"";
    position: absolute;
    left: 0;
    top: -32px;
    width: 100%;
    height: 364%;
    background: #e66c17;
}
.ny-nav ul>li>a{
    font-size: 16px;
    color: #333;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.ny-nav ul>li.active>a{
    color: #fff;
}

.ny-nav ul>li>ul{
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    background: #fff;
}
.ny-nav ul>li>ul>li{
    padding: 0 50px;
}
.ny-nav ul>li>ul>li>a{
    font-size: 14px;
    color: #000;
    padding: 15px 0;
    display: inline-block;
}
.ny-nav ul>li>ul>li>a:hover{
    color: #edd58e;
}
/* about */
.ny-about{
    padding: 80px 0;
    background: #fff;
}
.ny-ab-title{
    margin-bottom: 50px;
    text-align: center;
}
.ny-ab-title>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
}
.ny-ab-text{
    text-align: center;
}
.ny-ab-text>p{
    font-size: 16px;
    color: #666;
    line-height: 46px;
}

/* ny-drive */
.ny-drive{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    
}
.ny-drive-left{
    width:  48%;
    padding: 0 40px 0 150px;
}
.ny-drive-left-title{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 140px;
}
.ny-drive-left-title>h3{
    font-size: 34px;
    color: #000;
    font-weight: bold;
    margin: 0;

}
.ny-drive-left-title>p{
    font-size: 14px;
    color: #000;
    width: 76%;
}
.ny-drive-left>hr{
    width: 80%;
    margin: 0 auto;
    height: 2px;
    background: #999;
}
.ny-drive-left>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-align: center;
    margin-top: -7px;
    margin-left: -70px;
}
.ny-drive-left>ul>li{
    width: 25%;
    cursor: pointer;
}
.ny-drive-left-hr{
    background: #fff;
    width: 50px;
    margin: 0 auto;
}
.ny-drive-left-hr>hr{
    border: solid 3px #f28133;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: 0 auto;
}
.ny-drive-left>ul>li>p{
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}
.ny-drive-box{
    margin-top: 100px;
}
.ny-drive-box h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.ny-drive-box p{
    font-size: 16px;
    color: #000;
    height: 46px;
}
.ny-drive-img{
    width: 50%;
}


.ny-values{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-values-logo{
    width: 20%;
}
.ny-values-logo>img{
    float: right;
    width: 140px;
}

.ny-values-con{
    width: 79%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.ny-values-text{
    width: 48%;
}
.ny-values-text1{
    padding: 0 50px;
}
.ny-values-text2{
    padding: 0 10% 0 0;
}

.ny-values-text>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0;
}
.ny-values-text>hr{
    width: 30px;
    height: 2px;
    background: #e66c17;
    margin: 15px 0 30px;
}
.ny-values-text2>hr{
    margin: 50px 0;
}
.ny-values-text>p{
    font-size: 16px;
    color: #000;
}
.ny-values-text2>p{
    padding: 15px 0;
}
.ny-values-img{
    width: 52%;
    position: relative;
}
.ny-values-img1{
    padding-right: 10%;
    padding-bottom: 200px;
}
.ny-values-img1::before{
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 62%;
    content: "";
    background: url(../img/about/val-bg.png) center;
    z-index: 0;
}
.ny-values-img1>img{
    margin-left: -30px;
    position: relative;
    z-index: 2;
}
.ny-val{
    background: url(../img/about/val-bg.jpg);
    background-attachment: fixed;
    padding: 80px 0;
}
.ny-val ul{
    width: 100%;
    padding: 10px 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-val ul>li{
    background:rgba(255,255,255,.7);
    padding: 20px 30px;
    width: 30%;
}
.ny-val ul>li h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: ;
}
.ny-val ul>li p{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
    
   line-height: 30px;
}
/* pic */
.ny-title{
    text-align: center;
    padding: 80px 0 30px;
}
.ny-title>h3{
    font-size: 30px;
    color: #000;
}
.ny-title>p{
    font-size: 16px;
    color: #000;
}

#certify {
	position: relative;
	width: 1280px;
	margin: 30px auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}
.swiper-container1{
    padding-left: 120px !important;
}
#certify  .swiper-slide {
    width: 600px;
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
}
.swiper-container1  .swiper-slide{
    width: 400px !important;
    margin: 0 100px 0 100px;
	background: #fff;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #b61d22;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -100px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -100px;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}




.ny-work1-title{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
    border-bottom: 1px solid #ccc;
}
.ny-work1-title>h3{
    font-size: 40px;
    color: #000;
    text-align: center;
    width: 30%;
}
.ny-work1-text{
    width: 70%;
}
.ny-work1-text>h4{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.ny-work1-text>p{
    font-size: 14px;
    color: #000;
    text-indent: 2em;
    line-height: 26px;
}

.ny-work2-title{
    margin: 60px 0;
}
.ny-work2-title>h3{
    font-size: 32px;
    color: #000;
}
.ny-work2-text{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 20px 0;
}
.ny-work2-text>h4{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.ny-work2-text>i{
    font-size: 20px;
    color: #fff;
    background: #e66c17;
    padding: 15px;
}

/* ny-st-con */
.ny-story-bg{
    background: url(../img/about/story-bg.jpg);
}

.ny-story{
    padding: 80px 0;
}
.ny-story-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.ny-story-left{
    width: 50%;
}

.ny-story-left img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-story-left img:hover{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}
.ny-story-right{
    width: 49%;
    padding: 0;
}
.ny-story-right>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
}
.ny-story-right>h3>span{
    color: #e66c17;
}
.ny-story-right>h3>img{
    position: absolute;
    left: 0;
    bottom: 23px;
    z-index: -1;
    width: 46%;
}
.ny-story-right>h4{
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background: #e66c17;
    padding: 0 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 65%;
    margin: 30px 0;
    cursor: pointer;
}
.ny-story-right>h4>span{
    font-size: 17px;
    color: #fff;
    margin: 15px 0;
}
.ny-story-right>h4>img{
    width: 50px;
    height: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    
}
.ny-story-right>h4:hover img{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}
.ny-story-right>p{
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-indent: 2em;
}
.ny-library-one{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-library-one>img{
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-library-one>img:hover{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}



.ny-museum{
    padding: 120px 0;
}
.ny-museum>p{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.ny-museum>p>span{
    font-size: 18px;
    color: #000;
    padding: 8px 40px;
    margin: 0 40px;
    background: #aaa;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
}
.ny-museum>p>span.museum-cur{
    background: #e66c17;
    color: #fff;
}

.ny-museum-box{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
}
.ny-museum-left{
    width: 45%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-museum-right{
    width: 53%;
}

.ny-museum-right>p{
    font-size: 18px;
    color: #000;
    line-height: 45px;
    text-indent: 2em;
    margin: 35px 0;
}
.ny-museum-img{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-museum-right img{
    width: 49%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-museum-right:hover img{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}

.ny-pavilion{
    padding: 80px 0;
}
.ny-story-title{
    text-align: center;
    margin-bottom: 80px;
}
.ny-story-title>img{
    width: 300px;
    margin: 0 auto;
}
.ny-story-title>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
}
.ny-pavilion-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.ny-pavilion-img{
    width: 52%;
}
.ny-pavilion-text{
    width: 48%;
    padding: 0 120px;
    margin-bottom: 50px;
}
.ny-pavilion-text>p{
    font-size: 18px;
    color: #000;
    line-height: 36px;
    text-indent: 2em;
}
.ny-pavilion-img1{
    width: 52%;
    margin-top: -77px;
    position: relative;
}
.ny-pavilion-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 77px;
    height: 77px;
    background: #e66c17;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ny-pavilion-icon>span{
    font-size: 50px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ny-pavilion-con:hover .ny-pavilion-icon>span{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.ny-fg{
    background: url(../img/about/fg.jpg) no-repeat center;
    min-height: 400px;
    margin-top: 150px;
    
}
.ny-fg>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.ny-fg-img{
    width: 48%;
    margin-top: -100px;
}
.ny-fg-img>img{
    width: 90%;
    margin: 0 auto;
}
.ny-fg-text{
    width: 48%;
}
.ny-fg-text>p{
    font-size: 18px;
    color: #fff;
    text-indent: 2em;
}


.ny-library{
    
    margin: 200px 0;
}
.ny-library-text{
    position: relative;
    margin: 80px 0;
    padding: 0 80px;
}
.ny-library-text>h4{
    position: absolute;
    left: 40px;
    top: -30px;
    font-size: 100px;
    color: #e66c17;
}
.ny-library-text>h5{
    position: absolute;
    right: 80px;
    bottom: -100px;
    font-size: 100px;
    color: #e66c17;
}
.ny-library-text>p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-indent: 2em;
}

.ny-library-img{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.ny-library-img img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-library-img:hover img{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}


/* product */
.ny-pro-nav{
    background: #cacaca;
}
.ato-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.ato-list ul {
    height: 200px;
}

.ato-list ul li {
    width: 20%;
    float: left;
    margin-left: 26px;
    margin-right: 0;
    /* background-color: #fff; */
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    
    top: 0;
    left: 0px;
}

.ato-list ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ato-list ul li div {
    width: 100%;
    margin: 0 ;
    text-align: center;
}

.ato-list ul li div img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
    margin: 0 auto;
    /* box-shadow: 0 0 12px -2px #ccc; */
}

.ato-list ul li h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 15px;
}

.ato-list ul li p {
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
}

.ato-more {
    padding: 20px 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.ato-more span{
    font-size: 16px;
    color: #bbb;
}
.ato-more i{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: #bbb;
}
.ato-list ul li:hover i{
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
}

.ato-list-fl {
    position: absolute;
    right: 40px;
    top: 67px;
    text-align: center;
    z-index: 99;
    background: #e4670d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ato-title {
    width: 266px;
    margin-top: 130px;
    padding-right: 20px;
}

.ato-title h2 {
    font-size: 24px;
    line-height: 33px;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

.ato-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.ato-list-fl a {
    width: 50px;
    height: 50px;
    position: relative;
    padding: 20px 0;
    margin: 0 -11px;
    display: inline-block;
   
    color: #fff;
    overflow: hidden;
}

.ato-list-fl a img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: -4px;
}

.ato-list {
    float: left;
    width: 100%;
    height: 200px;
}



.ato-ope{
    opacity: 0;
}

.ny-pro-nav ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-pro-nav ul>li{
    width: 16.667%;
    /* border-right: 1px dashed #000; */
}
.ny-pro-nav ul>li:last-of-type{
    border-right:transparent
}
.ny-pro-nav ul>li:hover{
    background: #fff;
}
.ny-pro-nav ul>.active{
    background: #fff;
}
.nav-pro{
    position: relative;
    padding: 0 20px;
}
.ny-pro-nav ul>li .nav-pro-bai{
    padding:30px 10px 0;
    overflow: hidden;
    position: relative;
}
.ny-pro-nav ul>li .nav-pro-bai1{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding: 0 20px;
}
.ny-pro-nav ul>li:hover .nav-pro-bai1{
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    opacity: 0;
}
.ny-pro-nav ul>li .nav-pro-bai2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.ny-pro-nav ul>li:hover .nav-pro-bai2{
    opacity: 1;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
.ny-pro-hei{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-pro-nav ul>li:hover .ny-pro-hei{
    opacity: 1;
}
.ny-pro-nav ul>li.active .ny-pro-hei{
    opacity: 1;
}
.ny-pro-nav ul>li p{
    text-align: center;
    font-size: 14px;
    color: #000;
    padding-bottom: 20px;
}
.ny-pro-nav ul>li:hover p{
    color: #000;
}

.ny-pro-nav ul>li.active p{
    color: #000;
}

.ny-content{
    padding: 20px 0;
    background: url(../img/ny-con.jpg);
   
}
.ny-content>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-pro-content{
    background: #f5f5f5;
}

.ny-con{
    width: 100%;
    padding:0  20px;
}
.ny-con1{
    width: 80%;
}
.ny-con>h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 20px;
}
.ny-con>p{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin: 10px 0;
}
.ny-con>p>strong{
    background: #000;
    padding: 5px 10px;
    color: #fff;
}
.ny-con>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-con>ul>li{
    width: 31%;
    margin: 10px;
}
.ny-con1>ul>li p{
    padding: 5px 0;
    margin: 0;
    color: #fff;
    text-align: center;
    background: #000;
}
.ny-pro>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-pro>ul>li{
    width: 31%;
    margin: 10px;
    border: solid 1px #000;
}
.ny-pro>ul>li p{
    padding: 10px 0;
    margin: 0;
    color: #fff;
    text-align: center;
    background: #000;
}



.nav-pro-con>li{
    width: 30% !important;
    margin: 20px 20px !important;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 40px 20px;
}
.nav-pro-con>li:hover{
    background: #fff;
}
.ny-pro-logo{
    position: absolute;
    left: 5px;
    top: 28px;
    width: 80px;
}
.nav-pro-con>li>img{
    background: #fff;
    
}
.nav-pro-con>li:hover>img{
    border: none;
    border-right:solid 1px #ccc ;
}
.nav-pro-con>li:nth-of-type(3n):hover>img{
    border-left: 1px solid #ccc;
    border-right: transparent;
}
.nav-pro-con>li>p{
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 10px 0;
    margin: 0;
}
.nav-pro-con>li:hover>p{
    color: #000;
}
.nav-pro-xq{
    position: absolute;
    top: 0;
    left: 0;
    width: 112%;
    height: 100%;
    background: #fff;
    transition: 1s;
    -webkit-transition:1s;
    -moz-transition:1s;
    -ms-transition:1s;
    -o-transition:1s;
    opacity: 0;
    padding: 40px 40px 0;
    z-index: -1;
}
.nav-pro-con>li:hover .nav-pro-xq{
    left: 100%;
    opacity: 1;
    z-index: 9;
}
.nav-pro-con>li:nth-of-type(3n):hover .nav-pro-xq{
    left: -112%;
    z-index: 9;
}
.nav-pro-description h3{
    margin: 10px 0;
    width: 100%;
}
.nav-pro-description p{
    line-height: 36px;
    font-size: 16px;
    color: #000;
}
.nav-pro-description1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.nav-pro-description1>p{
    width: 100%;
}
.nav-pro-description2{
    display: flex;
    flex-flow: row wrap;
    margin-top: 40px;
}
.nav-pro-description2 p{
    width: 32%;
    padding: 0 1%;
}
.nav-pro-description3{
    display: flex;
    flex-flow: row wrap;
    margin-top: 40px;
}
.nav-pro-description3 p{
    width: 48%;
    padding: 0 1%;
}

/* pro-xq */

.ny-pro-xq{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
   margin-top: 60px;
}
.ny-pro-xq>div{
    width: 48%;
}
.pro-title>h3{
    font-size: 22px;
    margin-top: 10px;
}

.pro-xq-con{
    padding-top: 20px;
}
.pro-xq-con table{
    width: 100%;
}
.pro-xq-con table tr:first-of-type{
    
    font-weight: bold;
    font-size: 20px;
}
.pro-xq-con table td{
    border: solid 1px #ccc;
    text-align: center;
    padding: 12px 5px;
    word-break: inherit !important;
}
.pro-xq-con table tr td:first-of-type{
    background: #ddd;
}
.pro-xq-con strong{
    font-size: 20px;
    font-weight: bold;
}

.ny-pro-info{
    margin-top: 80px;
}
.ny-pro-info strong{
    font-size: 20px;
    font-weight: bold;
}

.ny-pro-info table{
    width: 100%;
}
.ny-pro-info table td{
    border: solid 1px #ccc;
    text-align: center;
    padding: 5px 5px;
    word-break: inherit !important;
}
.ny-pro-info img{
    width: 70%;
}








/* news */
.ny-news{
    padding: 60px 0;
}
.ny-news ul{
    display: flex;
    flex-flow: row wrap;
    
}
.ny-news ul>li{
    width: 48%;
    margin: 0 10px;
    border: solid 1px #ccc;
    padding: 30px;
}
.ny-news ul>li h2{
    font-size: 16px;
    color: #000;
    margin: 15px 0;
}
.ny-news ul>li img{
    border: solid 1px #ccc;
}
.ny-news ul>li h3{
    font-size: 24px;
    font-weight: bold;
    color: #e41e44;
    margin: 0;
}
.ny-news ul>li p{
    font-size: 18px;
    color: #000;
    padding: 10px 0;
}
.ny-news ul>li h5{
    margin-top: 30px;
    color: #333;
    display: flex;
    align-items: center;

}
.ny-news ul>li h5>span{
    width: 20px;
    height: 1px;
    background: #333;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-news ul>li h5>span>small{
    position: absolute;
    right: -2px;
    top: -3px;
    border-left: 8px solid #000;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.ny-news ul>li:hover h5>span{
    width: 80%;
}


.ny-news-xq{
    padding: 60px 0;
}
.ny-news-xq>h2{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.ny-news-xq>h3{
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 60px;
}
.ny-news-xq>h3>span{
    margin: 0 20px;
}











.ny-downlad{
    margin-top:50px;
    width: 100%;
}
.ny-downlad li{
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.ny-downlad li>a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-downlad li span{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.ny-downlad li span i{
    padding-right: 5px;
}
.ny-downlad li small{
    display: inline-block;
    padding: 5px 20px;
    background: #d91f24;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
}


/* ny-contact */
.ny-contact-con{
    box-shadow: 0 0 12px -2px #ccc;
    margin-top: -100px;
    position: relative;
    z-index: 999;
    background: #fff;
}
.ny-contact-con>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 0;
}
.ny-contact-con>ul>li{
    width: 20%;
    text-align: center;
}
.ny-contact-con>ul>li i{
    font-size: 36px;
    color: #e4670d;
}
.ny-contact-con>ul>li h3{
    font-size: 24px;
    margin: 0;
    color: #000;
    text-transform: capitalize;
    padding: 15px 0;
    font-weight: bold;
}
.ny-contact-con>ul>li p{
    font-size: 18px;
    color: #000;
}
.ny-message{
    /* box-shadow: 0 0 12px -2px #ccc; */
    padding: 60px 0;
}
.ny-message h2{
    text-align: center;
    font-size: 34px;
    color: #e4670d;
    font-weight: bold;
    text-transform:uppercase;
}
.ny-message form{
    margin: 0 auto;
    padding: 0 20%;
    text-align: center;
}
 
  .online input {
    width: 49%;
    height: 50px;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    background:#fff;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
  .online .mess {
    width: 98.6%;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px; resize:none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-top: 15px;
    height: 200px;
  }
  .online .mess:focus-visible{
    outline: none;
  }
  .online .submit{
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #e4670d;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 20px;
}
  .yz{
      
      width: 20% !important;
      height: 30px !important;
      margin-left: 5px !important;
  }
  .online img{
      width: 6%;
      display: inline-block;
      margin-top: -5px;
  }

.foot-map{
    position: absolute;
    left: 38%;
    top: 51%;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.foot-map>p{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.page,.page1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 20px;
    width: 100%;
}
.page span,.page1 span{
    width: 50%;
    color: #000;
    font-size: 14px;
}
.page span:last-of-type,.page1 span:last-of-type{
    text-align: right;
}
.page span>a{
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}
.page span>a>select,.page span>a>select:focus{
    border: none;
    background: #f8f8f8;
}
.page-nums{
    display: none;
}
.page1 span>a{
    color: #000;
}
.page-num{
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}
.left-menu{
    display: none;
}
@media all and (max-width:1440px) and (min-width:768px){
    .ny-drive-left{
        padding: 0 30px;
    }
    .ny-drive-left>ul{
        margin-left: -50px;
    }
    #certify{
        width: 100%;
        overflow: hidden;
    }
    .swiper-container1 {
        padding-left: 164px !important;
    }
    .ny-library-text{
        padding: 0 60px;
    }
    .ny-library-text>h3{
        margin: 20px 55px;
    }
    .ny-library-text>p{
        line-height: 22px;
    }
    .ny-museum-right{
        padding: 0 60px 0 0;
    }
    .ny-museum-right>h3{
        margin: 5px 0 20px 140px;
    }
    .ny-pavilion-text{
        padding: 0 40px;
    }
}
@media all and (max-width:1024px) and (min-width:768px){
    .bread {
        width: 30%;
    }
    .ny-drive-box{
        margin: 50px 0;
    }
}
@media all and (max-width:768px) {
    .ban{
        padding-top: 56px;
    }
    .bread{
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }
    .bread,.ny-nav-top{
        width: 100%;
    }
    .ny-nav ul>li {
        margin: 51px 26px 0;
        position: relative;
    }
    .ny-ab-text{
        text-align: left;
    }
    .ny-ab-text p{
        text-indent: 2em;
    }
    .numCount li{
        width: 50%;
    }
    .ny-drive-left{
        width: 100%;
        padding: 0 15px;
    }
    .ny-drive-left-title>p{
        width: 100%;
        padding: 15px 0;
    }
    .ny-drive-left-title{
        margin-bottom: 20px;

    }
    .ny-drive-left>ul{
        margin: 0;
    }
    .ny-drive-box{
        margin:30px 0;
    }
    .ny-drive-img{
        width: 100%;
    }
    .ny-val ul>li{
        width: 100%;
        margin: 5px 0;
    }
    #certify{
        width: 100%;
    }

    .ny-story-right,.ny-story-left,.ny-museum-left,.ny-museum-right,.ny-pavilion-img,.ny-pavilion-text,.ny-pavilion-img1,.ny-fg-img,.ny-fg-text{
        width: 100%;
    }
    .ny-pavilion{
        padding: 20px 0;
    }
    .ny-story-right>h4{
        width: 100%;
    }
    .ny-story-right>h4>span{
        width: 70%;
    }
    .ny-museum{
        padding: 30px 0;
    }
    .ny-museum>p>span {
        padding: 8px 9px;
        margin: 0 12px
    }
    .ny-pavilion-text{
        padding: 0 15px;
    }
    .ny-pavilion-img1{
        margin-top: 0;
    }
    .ny-fg{
        padding: 20px 0;
        min-height: auto;
    }
    .ny-fg-text{
        padding: 20px 0;
    }
    .ny-library{
        margin: 20px 0;
    }
    .ny-library-text{
        padding: 0;
        margin: 0;
    }
    .ny-library-text>h4 {
        left: 0;
        top: -46px;
    }
    .ny-library-text>h5{
        right: 0;
    }
    .ny-library-img{
        width: 100%;
        margin-top: 40px;
    }


    .ato-list,.ato-list ul{
        height: 100px;
    }
    .ny-pro-nav ul>li{
        width: 100px !important;
    }
    .ato-list ul li div{
        width: 100px;
        margin: 0 auto;
    }
    .ato-list ul li div img,.nav-pro{
        padding: 0;
    }
    .ny-pro-nav ul>li .nav-pro-bai{
        padding: 0;
    }
    .ato-list-fl {
        position: absolute;
        right: 49px;
        top: 23px;
    }
    .nav-pro-con>li{
        padding: 0;
        margin: 0 !important;
    }
    .ny-con>ul{
        justify-content: space-between;
    }
    .nav-pro-con>li{
        width: 100% !important;
        margin: 20px 0 !important;
    }
    .nav-pro-con>li:hover .nav-pro-xq{
        left: 0;
    }
    .nav-pro-xq{
        width: 100%;
        padding: 10px;
    }
    .nav-pro-description2{
        margin-top: 0;
    }
    .nav-pro-con>li:nth-of-type(3n):hover .nav-pro-xq{
        left: 0;
        z-index: 9;
    }
    .page span, .page1 span{
        display: inline-block;
        width: 100%;
        text-align: left !important;
        margin: 5px 0;
    }
    .page span>a{
        display: inline-block;
    }


    .ny-work2-title>h3{
        font-size: 24px;
    }
    .ny-work2-text>h4{
        width: 100%;
    }
    .ny-work1-title>h3,.ny-work1-text{
        width: 100%;
    }
    #certify .swiper-slide{
        width: 100%;
    }
    .swiper-container1 .swiper-slide{
        width: 100% !important;
    }

    .ny-news ul>li{
        width: 100%;
    }

    .in-message-title,.in-mess{
        width: 100%;
    }
    .in-message-title>p{
        margin: 20px 0;
    }
}

