

@font-face {
	font-family: 'SourceHanSansCN-Regular';
	src: url(../font/SourceHanSansCN-Regular.otf);
}

@font-face {
	font-family: 'DIDOT-HTF-M96-MEDIUM-ITAL';
	src: url(../font/DIDOT-HTF-M96-MEDIUM-ITAL.TTF);
}

body {
	font-family: Arial,"SourceHanSansCN-Regular";
	min-width: 320px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
a,
p{
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
p,
a {
	font-size: 14px;
}
a{
	text-decoration: none !important;
}
.over-img{
	overflow: hidden;
}
.eli-padd {
	padding-left: 0;
	padding-right: 0;
}
.xysimg{
	height: 0;
	position: relative;
	overflow: hidden;
	top:0;
	left:0;
}
.big{
	position: absolute;
	top: 0;
	left:500px;
	width:500px;
	height:500px;
	z-index: 666;
	display: none;
	background-color: #fdff3d;
	border:1px solid #000;
	overflow: hidden;
}
.big img{
	width: auto!important;
}
.mask{
	position: absolute;
	top: 0;
	left:0;
	width: 50%;
	height:50%;
	cursor: move;
	display: none;
	background-color: #fdff3d;
	opacity: 0.3;
}
.big img{
	position: absolute;
	top:0;
	left:0;
}
/*.xysimg img{*/
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*transform: translate(-50%,-50%);*/
	/*-webkit-transform: translate(-50%,-50%);*/
	/*-moz-transform: translate(-50%,-50%);*/
	/*-o-transform: translate(-50%,-50%);*/
	/*-ms-transform: translate(-50%,-50%);*/
	/*width: auto;*/
	/*max-height: 100%;*/
	/*display: block;*/
/*}*/
.default-padd{
	padding-left: 15px;
	padding-right: 15px;
}
.default-tb-padd{
	padding-top: 80px;
	padding-bottom: 80px;
}
.default-container{
	max-width: 1680px;
	margin: 0 auto;
}
.products-container{
	max-width: 1200px;
	margin: 0 auto;
}
.product-xysimg{ max-height:none !important; width:100% !important;}
@media screen and (max-width: 1280px) {
	.default-tb-padd{
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.default-tb-padd{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.default-tb-padd{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.default-tb-padd{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.mask{display: none!important;}
}
@media screen and (max-width: 575px) {
	.default-tb-padd{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	footer .nav{flex-wrap: wrap;}
}
/*按钮icon*/
[data-comp=button_line] {
    height: 30px;
    line-height: 30px;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    margin-left: 80px;
    color: #c7b299;
	-webkit-transition: all .8s cubic-bezier(.24,.05,0,1);
   	transition: all .8s cubic-bezier(.24,.05,0,1);
}
[data-comp=button_line]:hover{
	color: #231815;
}
[data-comp=button_line] .icon-line {
    width: 70px;
    height: 1px;
    background-color: #c7b299;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -80px;
}
[data-comp=button_line] .icon-line:after{
	content: "";
	display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
   	background-color: #231815;
   	font-size: 14px;
   	-webkit-transition: all .8s cubic-bezier(.24,.05,0,1);
   	transition: all .8s cubic-bezier(.24,.05,0,1);
}
[data-comp=button_line]:hover .icon-line:after{
    width: 100%;
    -webkit-transform: translateX(75%);
    transform: translateX(75%);
}
/*按钮icon end*/



/*编辑版开始*/
.bjb{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.bjb img{
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p{
	color: #666666;
}
.bjb p{
	line-height: 2em;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.bjb{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/*编辑版结束*/
@media screen and (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 575px) {
	.hidden-xs {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

/*pc头部*/
.header-bgcolor{
	border-bottom: 1px solid #e5e5e5;
}
.pc-head {
	font-size: 0;
}
.pc-head .left{
	display: inline-block;
	font-size: 14px;
	width: calc(100% - 200px);
	vertical-align: top;
}
.pc-head .left .logo-box{
	display: inline-block;
	vertical-align: middle;
	border-right:1px solid #ebebeb;
	padding: 15px 40px;
}
.pc-head .left .nav-box{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 40px;
}
.pc-head .left .nav-box>.level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
}
.pc-head .left .nav-box>.level1>li>a{
	text-decoration: none;
	color: #666666;
	display: inline-block;
	padding: 25px 9px;
	position: relative;
}
.pc-head .left .nav-box>.level1>li>a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #231815;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.pc-head .left .nav-box>.level1>li>a.active:after,
.pc-head .left .nav-box>.level1>li>a:hover:after{
	width: 100%;
}
.pc-head .left .nav-box>.level1>li:nth-last-of-type(1){
	margin-right: 0px;
}
.pc-head .left .nav-box>.level1>li>a.active{
	color: #000000;
}
.pc-head .left .nav-box .level2{
	position: absolute;
	top: 82px;
	left: 0;
	z-index: 1;
	padding: 15px;
	background-color: #fff;
	width: 250px;
	display: none;
}
.pc-head .left .nav-box .level2>li>a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	color: #666666;
	text-decoration: none;
	position: relative;
}
.pc-head .left .nav-box .level2>li>a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #231815;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pc-head .left .nav-box .level2>li>a:hover{
	color: #231815;
}
.pc-head .left .nav-box .level2>li>a:hover:after{
	width: 100%;
}

.pc-head .right{
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	padding: 0 40px;
	text-align: right;
}
.pc-head .right a{
	display: inline-block;
	color: #666666;
	padding: 25px 10px;
	text-decoration: none;
	position: relative;
}
.pc-head .right a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #231815;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.pc-head .right a.active,
.pc-head .right a:hover{
	color: #000000;
}
.pc-head .right a.active:after,
.pc-head .right a:hover:after{
	width: 100%;
}
@media screen and (max-width: 1500px) {
	.pc-head .left {
	    width: calc(100% - 160px);
	}
	.pc-head .left .logo-box {
	    padding: 15px 10px;
	}
	.pc-head .left .nav-box {
	    padding: 0 0 0 20px;
	}
	.pc-head .right {
	    padding: 0 20px;
	}
}
@media screen and (max-width: 1400px) {
	.pc-head .left .nav-box>.level1>li {
	    margin-right: 5px;
	}
	.pc-head .left .logo-box img{
	    width: 260px;
	}
}
@media screen and (max-width: 1199px) {
	.pc-head .left .logo-box img{
	    width: 220px;
	}
	.pc-head .left {
	    width: calc(100% - 164px);
	}
	.pc-head .left .logo-box {
	    padding: 15px;
	}
	.pc-head .left .nav-box {
	    padding: 0 0 0 10px;
	}
	.pc-head .right {
	    padding: 0 10px;
	}
	.pc-head .left .nav-box>.level1>li {
	    margin-right: 0px;
	}
}
@media screen and (max-width: 1050px) {
	.pc-head .left .nav-box>.level1>li>a {
	    padding: 25px 5px;
	}
}
/*pc头部 end*/

/*wap导航*/
.wap-nav{
	border-bottom: 1px solid #e5e5e5;
}
.wap-nav .logo{
	padding: 15px;
	float: left;
}
.wap-nav>div:nth-of-type(1){
	position: relative;
}
.nav-button{
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 30px;
}
.nav-button>div:nth-of-type(1){
	margin-top: 2px;
}
.nav-button>div{
	display: inline-block;
	float: left;
}
.nav-button>div i{
	color: #231815;
}
.wap-nav-list{
	display: none;
}
.wap-nav-list>ul{
	list-style: none;
	padding:0;
	margin: 0;
}
.wap-nav-list>ul>li:nth-of-type(1){
	border-top: 1px solid #231815;
}
.wap-nav-list>ul>li{
	display: block;
	text-align: center;
	border-bottom: 1px solid #231815;
}
.wap-nav-list>ul>li>a{
	padding: 10px 0;
	display: block;
	color: #231815;
	text-decoration: none;
}
.wap-nav-list>ul>li>a:hover{
	color: #fff;
	background-color: #231815;
}
@media screen and (max-width: 575px) {
	.wap-nav .logo img{
	    width: 300px;
	}
}
@media screen and (max-width: 400px) {
	.wap-nav .logo img{
	    width: 230px;
	}
}
/*wap导航 end*/

/*视频背景*/
#bg-video-box .banner-center-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #fff;
}
#bg-video-box .more {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 50px;
}
#bg-video-box .banner-center-text .title{
	font-size: 48px;
	margin-bottom: 60px;
	font-weight: 100;
}
#bg-video-box .banner-center-text a img{
		width: 90px;
	}
#bg-video-box .more img{
		width: 130px;
	}
#bg-video-box .banner-center-text a{
	text-decoration: none;
}
#bg-video-box .banner-center-text .btn-pill{
	display: inline-block;
	padding: 12px 50px;
	text-decoration: none;
	color: #333333;
	background-color: #fff;
	margin-top: 25px;
	position: relative;
	font-size: 14px;
	max-width: 160px;
	border: none;
	overflow: hidden;
}
#bg-video-box .banner-center-text .btn-pill span{
	display: block;
    font-size: 10px;
    font-size: .625em;
    font-size: .625rem;
    position: relative;
}
#bg-video-box .banner-center-text .btn-pill:after{
	content: "";
	display: inline-block;
	border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    mix-blend-mode: difference;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .7s cubic-bezier(.075,.82,.165,1);
    -webkit-transition: all .7s cubic-bezier(.075,.82,.165,1);
    -moz-transition: all .7s cubic-bezier(.075,.82,.165,1);
    -ms-transition: all .7s cubic-bezier(.075,.82,.165,1);
}
#bg-video-box .banner-center-text .btn-pill:hover:after{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
@media screen and (max-width: 1680px) {
	#bg-video-box .banner-center-text .title {
	    font-size: 44px;
	    margin-bottom: 45px;
	}
	#bg-video-box .banner-center-text a img{
		width: 80px;
	}
	#bg-video-box .more img{
		width: 120px;
	}
}
@media screen and (max-width: 1280px) {
	#bg-video-box .banner-center-text .title {
	    font-size: 38px;
	    margin-bottom: 40px;
	}
	#bg-video-box .banner-center-text a img{
		width: 70px;
	}
	#bg-video-box .more img{
		width: 110px;
	}
}
@media screen and (max-width: 991px) {
	#bg-video-box .banner-center-text .title {
	    font-size: 32px;
	    margin-bottom: 35px;
	}
	#bg-video-box .banner-center-text a img{
		width: 60px;
	}
	#bg-video-box .more img{
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	#bg-video-box .banner-center-text .title {
	    font-size: 26px;
	    margin-bottom: 30px;
	}
	#bg-video-box .banner-center-text a img{
		width: 50px;
	}
	#bg-video-box .more img{
		width: 90px;
	}
}
@media screen and (max-width: 575px) {
	#bg-video-box .banner-center-text .title {
	    font-size: 20px;
	    margin-bottom: 25px;
	}
	#bg-video-box .banner-center-text a img{
		width: 40px;
	}
	#bg-video-box .more img{
		width: 80px;
	}
}
/*视频背景 end*/


/*index-box1*/
.index-box1-bgimg{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.index-box1{
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}
.index-box1 .l-box{
	margin-bottom: 100px;
}
.index-box1 .l-title-en{
	font-size: 60px;
	color: #cccccc;
	font-family: "DIDOT-HTF-M96-MEDIUM-ITAL";
	line-height: 1.1em;
	margin-bottom: 30px;
}
.index-box1 .l-title-cn{
	font-size: 30px;
	margin-bottom: 30px;
}
.index-box1 .l-note{
	color: #999999;
	line-height: 2em;
	margin-bottom: 30px;
}
.index-box1 .l-more{
	text-decoration: none;
	padding: 10px 30px;
	color: #000000;
	border: 1px solid #cccccc;
	border-radius: 200px;
	letter-spacing: 0.5em;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.index-box1 .l-more:after{
    content: "";
    position: absolute;
    opacity: 1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    mix-blend-mode: difference;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1), -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    border: none;
}
.index-box1 .l-more:hover:after{
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
}
.index-box1 .over-img{
	-webkit-transition: all .4s cubic-bezier(.24,.05,0,1);
   	transition: all .4s cubic-bezier(.24,.05,0,1);
}
.index-box1 .img-box{
	border: 1px solid rgba(204,204,204,0);
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.index-box1 .tp{
	padding-bottom: 67.5%;
	-webkit-transition: all .4s cubic-bezier(.24,.05,0,1);
   	transition: all .4s cubic-bezier(.24,.05,0,1);
}
.index-box1 a:hover .tp{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.index-box1 a:hover .over-img{
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.index-box1 a:hover .img-box{
	border: 1px solid rgba(204,204,204,1);
}
.index-box1 .text-box .title{
	font-size: 30px;
	letter-spacing: 3px;
	margin-bottom: 40px;
	position: relative;
}
.index-box1 .text-box .note{
	color: #666666;
	line-height: 2em;
	margin-bottom: 30px;
	max-width: 470px;
}
.index-box1 .left{
	margin-bottom: 165px;
}
.index-box1 .right{
	margin-bottom: 165px;
}
.index-box1 .right .title:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/mk_15.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 7px;
	height: 7px;
}
.index-box1 .right .title:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: calc(100% + 7px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	width: 9999px;
	background-color: #b2b2b2;
}
.index-box1 .left .title:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 105%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/mk_15.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 7px;
	height: 7px;
}
.index-box1 .left .title:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: calc(105% + 7px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	width: 9999px;
	background-color: #b2b2b2;
}
.index-box1 .bgimg{
	background-image: url(../images/mk_06.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.index-box1 .bgimg .text-box{
	text-align: center;
	padding: 150px 15px;
}
.index-box1 .bgimg .text-box h3{
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 30px;
}
.index-box1 .bgimg .text-box a{
	text-decoration: none;
	display: inline-block;
	padding: 8px 45px;
	color: #333;
	border-radius: 50px;
	background-color: #fff;
	border: 1px solid #fff;
}
.index-box1 .bgimg .text-box a:hover{
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
}
@media screen and (max-width: 1199px) {
	.index-box1 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.index-box1 .l-title-en {
	    font-size: 50px;
	    margin-bottom: 30px;
	}
	.index-box1 .l-title-cn,
	.index-box1 .text-box .title {
	    font-size: 26px;
	    margin-bottom: 30px;
	}
	.index-box1 .l-note,
	.index-box1 .text-box .note {
	    margin-bottom: 30px;
	}
	.index-box1 .l-box {
	    margin-bottom: 70px;
	}
	
	.index-box1 .bgimg .text-box {
	    padding: 120px 20px;
	}
	.index-box1 .bgimg .text-box h3{
		font-size: 26px;
	}
	.index-box1 .bgimg .text-box a {
	    padding: 8px 40px;
	}
}
@media screen and (max-width: 991px) {
	.index-box1 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.index-box1 .l-title-en {
	    font-size: 38px;
	    margin-bottom: 25px;
	}
	.index-box1 .l-title-cn,
	.index-box1 .text-box .title {
	    font-size: 24px;
	    margin-bottom: 25px;
	}
	.index-box1 .l-note,
	.index-box1 .text-box .note {
	    margin-bottom: 25px;
	}
	.index-box1 .l-more {
	    padding: 9px 30px;
	    letter-spacing: 0.3em;
	}
	.index-box1 .l-box {
	    margin-bottom: 60px;
	}
	.index-box1 .left,
	.index-box1 .right {
	    margin-bottom: 50px;
	}
	.index-box1 .bgimg .text-box {
	    padding: 100px 20px;
	}
	.index-box1 .bgimg .text-box h3{
		font-size: 20px;
	}
	.index-box1 .bgimg .text-box a {
	    padding: 7px 35px;
	}
}
@media screen and (max-width: 767px) {
	.index-box1 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.index-box1 .l-title-en {
	    font-size: 36px;
	    margin-bottom: 25px;
	}
	.index-box1 .l-title-cn,
	.index-box1 .text-box .title {
	    font-size: 22px;
	    margin-bottom: 20px;
	}
	.index-box1 .l-note,
	.index-box1 .text-box .note {
	    line-height: 1.75em;
	    margin-bottom: 20px;
	}
	.index-box1 .l-more {
	    padding: 8px 30px;
	    letter-spacing: 0.2em;
	}
	.index-box1 .l-box {
	    margin-bottom: 50px;
	}
	.index-box1 .left,
	.index-box1 .right {
	    margin-bottom: 40px;
	}
	.index-box1 .bgimg .text-box {
	    padding: 80px 20px;
	}
	.index-box1 .bgimg .text-box h3{
		font-size: 18px;
	}
	.index-box1 .bgimg .text-box a {
	    padding: 6px 35px;
	}
}
@media screen and (max-width: 575px) {
	.index-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.index-box1 .l-title-en {
	    font-size: 34px;
	    margin-bottom: 20px;
	}
	.index-box1 .l-title-cn,
	.index-box1 .text-box .title {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	.index-box1 .l-note,
	.index-box1 .text-box .note {
	    line-height: 1.75em;
	    margin-bottom: 15px;
	}
	.index-box1 .l-more {
	    padding: 7px 25px;
	    letter-spacing: 0.2em;
	}
	.index-box1 .l-box {
	    margin-bottom: 40px;
	}
	.index-box1 .left,
	.index-box1 .right {
	    margin-bottom: 30px;
	}
	.index-box1 .bgimg .text-box {
	    padding: 40px 15px;
	}
	.index-box1 .bgimg .text-box h3 {
	    margin-bottom: 15px;
	    font-size: 16px;
	}
	.index-box1 .bgimg .text-box a {
	    padding: 5px 30px;
	}
}
/*index-box1 end*/

/*index-box2*/
.index-box2{
	padding-top: 100px;
	overflow: hidden;
}
.index-box2 .l-box{
	margin-bottom: 100px;
}
.index-box2 .l-title-en{
	font-size: 60px;
	color: #cccccc;
	font-family: "DIDOT-HTF-M96-MEDIUM-ITAL";
	line-height: 1.1em;
	margin-bottom: 30px;
}
.index-box2 .l-title-cn{
	font-size: 30px;
	margin-bottom: 30px;
}
.index-box2 .l-note{
	color: #999999;
	line-height: 2em;
	margin-bottom: 30px;
}
.index-box2 .bgcolor{
	padding: 16% 20%;
	background-color: #222222;
}
.index-box2 .bgcolor .title-en{
	font-size: 60px;
	color: #4e4e4e;
	font-family: "DIDOT-HTF-M96-MEDIUM-ITAL";
	line-height: 1.1em;
	margin-bottom: 12%;
}
.index-box2 .bgcolor .text-right{
	text-align: right;
}
.index-box2 .bgcolor .text-box{
	max-width: 330px;
	display: inline-block;
}
.index-box2 .bgcolor .note{
	border-top: 1px solid #fff;
	color: #fff;
	padding: 20px 0;
	margin-bottom: 38%;
}
.index-box2 .bgcolor .text-box .title-cn{
	font-size: 30px;
	margin-bottom: 10%;
	color: #fff;
	text-align: left;
}
.index-box2 .bgcolor .text-box .text{
	font-size: 14px;
	color: #fff;
	line-height: 2em;
	text-align: left;
	margin-bottom: 10%;
}
.index-box2 .bgcolor .text-box .more{
	text-decoration: none;
	padding: 10px 30px;
	color: #fff;
	border: 1px solid #4e4e4e;
	border-radius: 200px;
	letter-spacing: 0.5em;
	display: inline-block;
	position: relative;
	overflow: hidden;
	float: left;
}
.index-box2 .bgcolor .text-box .more:after{
    content: "";
    position: absolute;
    opacity: 1!important;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    mix-blend-mode: difference;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1), -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    border: none;
}
.index-box2 .bgcolor .text-box .more:hover:after{
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
}
@media screen and (max-width: 1199px) {
	.index-box2 {
	    padding-top: 60px;
	}
	.index-box2 .l-title-en,
	.index-box2 .bgcolor .title-en {
	    font-size: 50px;
	    margin-bottom: 30px;
	}
	.index-box2 .l-title-cn,
	.index-box2 .bgcolor .text-box .title-cn {
	    font-size: 26px;
	    margin-bottom: 30px;
	}
	.index-box2 .l-note,
	.index-box2 .bgcolor .text-box .text {
	    margin-bottom: 30px;
	}
	.index-box2 .l-box {
	    margin-bottom: 70px;
	}
	.index-box2 .bgcolor .note {
	    margin-bottom: 50px;
	}
	.index-box2 .bgcolor {
	    padding: 12% 15%;
	}
}
@media screen and (max-width: 991px) {
	.index-box2 {
	    padding-top: 50px;
	}
	.index-box2 .l-title-en,
	.index-box2 .bgcolor .title-en {
	    font-size: 38px;
	    margin-bottom: 25px;
	}
	.index-box2 .l-title-cn,
	.index-box2 .bgcolor .text-box .title-cn {
	    font-size: 24px;
	    margin-bottom: 25px;
	}
	.index-box2 .l-note,
	.index-box2 .bgcolor .text-box .text {
	    margin-bottom: 25px;
	}
	.index-box2 .l-box {
	    margin-bottom: 60px;
	}
	
	.index-box2 .bgcolor .note {
	    padding: 15px 0;
	    margin-bottom: 70px;
	}
	.index-box2 .bgcolor .text-box .more {
	    padding: 9px 30px;
	    letter-spacing: 0.4em;
	}
}
@media screen and (max-width: 767px) {
	.index-box2 {
	    padding-top: 40px;
	}
	.index-box2 .l-title-en,
	.index-box2 .bgcolor .title-en {
	    font-size: 36px;
	    margin-bottom: 25px;
	}
	.index-box2 .l-title-cn,
	.index-box2 .bgcolor .text-box .title-cn {
	    font-size: 22px;
	    margin-bottom: 20px;
	}
	.index-box2 .l-note,
	.index-box2 .bgcolor .text-box .text{
	    line-height: 1.75em;
	    margin-bottom: 20px;
	}
	.index-box2 .l-box {
	    margin-bottom: 50px;
	}
	
	.index-box2 .bgcolor {
	    padding: 10% 17%;
	}
	.index-box2 .bgcolor .note {
	    padding: 10px 0;
	    margin-bottom: 50px;
	}
	.index-box2 .bgcolor .text-box .more {
	    padding: 8px 30px;
	    letter-spacing: 0.3em;
	}
}
@media screen and (max-width: 575px) {
	.index-box2 {
	    padding-top: 30px;
	}
	.index-box2 .l-title-en,
	.index-box2 .bgcolor .title-en {
	    font-size: 34px;
	    margin-bottom: 20px;
	}
	.index-box2 .l-title-cn,
	.index-box2 .bgcolor .text-box .title-cn{
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	.index-box2 .l-note,
	.index-box2 .bgcolor .text-box .text{
	    line-height: 1.75em;
	    margin-bottom: 15px;
	}
	.index-box2 .l-box {
	    margin-bottom: 40px;
	}
	.index-box2 .bgcolor {
	    padding: 70px 40px;
	}
	.index-box2 .bgcolor .note {
	    padding: 10px 0;
	    margin-bottom: 30px;
	}
	.index-box2 .bgcolor .text-box .more {
	    padding: 7px 25px;
	    letter-spacing: 0.2em;
	}
}
/*index-box2 end*/

/*index-box3*/
.index-box3{
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}
.index-box3 .l-box{
	margin-bottom: 100px;
}
.index-box3 .l-title-en{
	font-size: 60px;
	color: #cccccc;
	font-family: "DIDOT-HTF-M96-MEDIUM-ITAL";
	line-height: 1.1em;
	margin-bottom: 30px;
}
.index-box3 .l-title-cn{
	font-size: 30px;
	margin-bottom: 30px;
}
.index-box3 .l-note{
	color: #999999;
	line-height: 2em;
	margin-bottom: 30px;
}
.index-box3 .l-more{
	text-decoration: none;
	padding: 10px 30px;
	color: #000000;
	border: 1px solid #cccccc;
	border-radius: 200px;
	letter-spacing: 0.5em;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.index-box3 .l-more:after{
    content: "";
    position: absolute;
    opacity: 1!important;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    mix-blend-mode: difference;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1), -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    border: none;
}
.index-box3 .l-more:hover:after{
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
}
.index-box3 .list .tp{
	padding-bottom: 65.46%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index-box3 .list .text-box{
	width: 75%;
	margin: 0 auto;
	padding: 30px;
	-webkit-box-shadow: 0 0 20px 1px #f2f2f2;
	box-shadow: 0 0 20px 1px #f2f2f2;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index-box3 .list .text-box .date{
	color: #000000;
	margin-bottom: 10px;
}
.index-box3 .list .text-box .title{
	font-size: 18px;
	color: #000000;
}
.index-box3 .list a:hover .tp{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.index-box3 .list a:hover .text-box{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	width: 100%;
}
@media screen and (max-width: 1199px) {
	.index-box3 {
	    padding-top: 60px;
	}
	.index-box3 .l-title-en {
	    font-size: 50px;
	    margin-bottom: 30px;
	}
	.index-box3 .l-title-cn {
	    font-size: 26px;
	    margin-bottom: 30px;
	}
	.index-box3 .l-note {
	    margin-bottom: 30px;
	}
	.index-box3 .l-box {
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 991px) {
	.index-box3 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.index-box3 .l-title-en {
	    font-size: 38px;
	    margin-bottom: 25px;
	}
	.index-box3 .l-title-cn {
	    font-size: 24px;
	    margin-bottom: 25px;
	}
	.index-box3 .l-more {
	    padding: 9px 30px;
	    letter-spacing: 0.3em;
	}
	.index-box3 .l-note {
	    margin-bottom: 25px;
	}
	.index-box3 .l-box {
	    margin-bottom: 60px;
	}
	.index-box3 .text-box {
	    width: 80%;
	    padding: 20px;
	}
	.index-box3 .text-box .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.index-box3{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.index-box3 .l-title-en{
	    font-size: 36px;
	    margin-bottom: 25px;
	}
	.index-box3 .l-title-cn{
	    font-size: 22px;
	    margin-bottom: 20px;
	}
	.index-box3 .l-note{
	    line-height: 1.75em;
	    margin-bottom: 20px;
	}
	.index-box3 .l-more {
	    padding: 8px 30px;
	    letter-spacing: 0.2em;
	}
	.index-box3 .l-box {
	    margin-bottom: 50px;
	}
	.index-box3 .text-box {
	    width: 85%;
	    padding: 20px;
	}
}
@media screen and (max-width: 575px) {
	.index-box3 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.index-box3 .l-title-en {
	    font-size: 34px;
	    margin-bottom: 20px;
	}
	.index-box3 .l-title-cn {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	.index-box3 .l-note {
	    line-height: 1.75em;
	    margin-bottom: 15px;
	}
	.index-box3 .l-more {
	    padding: 7px 25px;
	    letter-spacing: 0.2em;
	}
	.index-box3 .l-box {
	    margin-bottom: 40px;
	}
	.index-box3 .text-box {
	    width: 90%;
	    padding: 15px;
	}
	.index-box3 .text-box .title {
	    font-size: 16px;
	}
}
/*index-box3 end*/

/*index-box4*/
.index-box4-bgimg{
	background-image: url(../images/mk_10.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-box4{
	padding-top: 7%;
	padding-bottom: 7%;
	overflow: hidden;
}
.index-box4 .l-title-en{
	font-size: 60px;
	color: #414141;
	font-family: "DIDOT-HTF-M96-MEDIUM-ITAL";
	line-height: 1.1em;
	margin-bottom: 30px;
}
.index-box4 .l-title-cn{
	font-size: 30px;
	margin-bottom: 30px;
	color: #fff;
}
.index-box4 .l-note{
	color: #fff;
	line-height: 2em;
	margin-bottom: 30px;
}
.index-box4 .l-more{
	text-decoration: none;
	padding: 10px 30px;
	color: #fff;
	border: 1px solid #4e4e4e;
	border-radius: 200px;
	letter-spacing: 0.5em;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.index-box4 .l-more:after{
    content: "";
    position: absolute;
    opacity: 1!important;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    mix-blend-mode: difference;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1), -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    border: none;
}
.index-box4 .l-more:hover:after{
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
}
@media screen and (max-width: 1199px) {
	.index-box4 {
	    padding-top: 60px;
	}
	.index-box4 .l-title-en {
	    font-size: 50px;
	    margin-bottom: 30px;
	}
	.index-box4 .l-title-cn {
	    font-size: 26px;
	    margin-bottom: 30px;
	}
	.index-box4 .l-note {
	    margin-bottom: 30px;
	}
	.index-box4 .l-box {
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 991px) {
	.index-box4 .l-title-en {
	    font-size: 38px;
	    margin-bottom: 25px;
	}
	.index-box4 .l-title-cn {
	    font-size: 24px;
	    margin-bottom: 25px;
	}
	.index-box4 .l-more {
	    padding: 9px 30px;
	    letter-spacing: 0.3em;
	}
	.index-box4 .l-note {
	    margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.index-box4 .l-title-en{
	    font-size: 36px;
	    margin-bottom: 25px;
	}
	.index-box4 .l-title-cn{
	    font-size: 22px;
	    margin-bottom: 20px;
	}
	.index-box4 .l-note{
	    line-height: 1.75em;
	    margin-bottom: 20px;
	}
	.index-box4 .l-more {
	    padding: 8px 30px;
	    letter-spacing: 0.2em;
	}
}
@media screen and (max-width: 575px) {
	.index-box4 {
	    padding: 40px 20px;
	}
	.index-box4 .l-title-en {
	    font-size: 34px;
	    margin-bottom: 20px;
	}
	.index-box4 .l-title-cn {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	.index-box4 .l-note {
	    line-height: 1.75em;
	    margin-bottom: 15px;
	}
	.index-box4 .l-more {
	    padding: 7px 25px;
	    letter-spacing: 0.2em;
	}
}
/*index-box4 end*/

/*底部*/
.pc-foot-box1{
	padding-top: 100px;
	padding-bottom: 100px;
}
.pc-foot-box1 dt{
	margin-bottom: 30px;
}
.pc-foot-box1 dt a{
	color: #010101;
	display: inline-block;
	font-size: 16px;
}
.pc-foot-box1 dt a:hover{
	color: #000000;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.pc-foot-box1 dd{
	margin-bottom: 25px;
}
.pc-foot-box1 dd a{
	color: #666666;
	display: inline-block;
}
.pc-foot-box1 dd a:hover{
	color: #000000;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.pc-foot-box1 p{
	margin-bottom: 30px;
}
.pc-foot-box1 p a{
	color: #010101;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}
.pc-foot-box1 p a:hover{
	color: #000000;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.pc-foot-box1 .right-box{
	text-align: right;
}
.pc-foot-box1 .right-box img{
	margin-bottom: 25px;
}
.pc-foot-box1 .right-box p{
	color: #666666;
	margin-bottom: 15px;
}

.pc-foot-box2{
	overflow:hidden;
}
.pc-foot-box2 .logo-box{
	text-align: center;
}
.pc-foot-box2 .logo-box a{
	display: inline-block;
	position: relative;
}
.pc-foot-box2 .logo-box a:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
	height: 1px;
	width: 9999px;
	background-color: #e5e5e5;
}
.pc-foot-box2 .logo-box a:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: calc(100% + 30px);
	height: 1px;
	width: 9999px;
	background-color: #e5e5e5;
}
.pc-foot-box2 .text{
	display: block;
	color: #666666;
	text-align: center;
	padding: 40px 15px;
	letter-spacing: 1px;
}
.pc-foot-box2 .text a{
	color: #666666;
	
}
.pc-foot-box2 .text a:hover{
	color: #000000;
	font-weight: bold;
}
.pc-foot-box2 .text strong{
	color: #000000;
	font-style: normal;
}
@media screen and (max-width: 1280px) {
	.pc-foot-box1 {
	    padding-top: 60px;
	    padding-bottom: 40px;
	}
	.pc-foot-box2 .text {
	    padding: 35px 15px;
	}
}
@media screen and (max-width: 1199px) {
	.pc-foot-box1 {
	    padding-top: 50px;
	    padding-bottom: 30px;
	}
	.pc-foot-box2 .text {
	    padding: 30px 15px;
	}
	.pc-foot-box1 dd {
	    margin-bottom: 15px;
	}
	.pc-foot-box1 p {
	    margin-bottom: 20px;
	}
	.pc-foot-box1 dt {
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	.pc-foot-box1 {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	.pc-foot-box1 dt,
	.pc-foot-box1 p {
	    margin-bottom: 15px;
	}
	.pc-foot-box1 dt a {
	    font-size: 14px;
	}
	.pc-foot-box1 dd {
	    margin-bottom: 10px;
	}
	.pc-foot-box1 .right-box img {
	    margin-bottom: 15px;
	}
	.pc-foot-box1 .right-box p {
	    margin-bottom: 10px;
	}
	.pc-foot-box1 p a {
	    font-size: 14px;
	}
	.pc-foot-box2 .text {
	    padding: 20px 15px;
	}
}
@media screen and (max-width: 767px) {
	.pc-foot-box1 .right-box {
	    text-align: center;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.pc-foot-box2 .logo-box img{
	    width: 100px;
	}
	.pc-foot-box2 .text {
	    padding: 15px 15px;
	}
}
@media screen and (max-width: 575px) {
	.pc-foot-box1 .right-box {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.pc-foot-box2 .logo-box img{
	    width: 100px;
	}
	.pc-foot-box2 .text {
	    padding: 15px 15px;
	}
}
/*底部*/

/*内页banner和标题*/
.ny-title-banner{
	position: relative;
}
.ny-title-banner:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 85px;
	background-color: #fff;
}
.ny-title-banner .tp{
	padding-bottom: 67.70%;
}
.ny-title-banner .title-box{
	max-width: 200px;
	position: absolute;
	top: 50%;
	left: 40%;
	-webkit-transform: translate(-65%,-30%);
	transform: translate(-65%,-30%);
}
.ny-title-banner .title-box .en{
	color: #fff;
	font-family: "DIDOT-HTF-M96-MEDIUM-ITAL";
	font-size: 48px;
	margin-bottom: 30px;
}
.ny-title-banner .title-box .cn{
	color: #fff;
	font-size: 30px;
	letter-spacing: 5px;
}
.ny-title-banner .left{
	background-color: #222222;
	position: relative;
}
@media screen and (max-width: 1680px) {
	.ny-title-banner:after {
	    height: 70px;
	}
	.ny-title-banner .title-box {
	    top: 45%;
	    left: 40%;
	    -webkit-transform: translate(-65%,-30%);
	    transform: translate(-65%,-30%);
	}
	.ny-title-banner .title-box .en {
	    font-size: 42px;
	}
}
@media screen and (max-width: 1366px) {
	.ny-title-banner:after {
	    height: 60px;
	}
	.ny-title-banner .title-box {
	    top: 45%;
	    left: 45%;
	    -webkit-transform: translate(-65%,-30%);
	    transform: translate(-65%,-30%);
	}
	.ny-title-banner .title-box .en {
	    font-size: 38px;
	    margin-bottom: 25px;
	}
	.ny-title-banner .title-box .cn {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.ny-title-banner:after {
	    height: 50px;
	}
	.ny-title-banner .title-box {
	    top: 45%;
	    left: 45%;
	    -webkit-transform: translate(-65%,-30%);
	    transform: translate(-65%,-30%);
	}
	.ny-title-banner .title-box .en {
	    font-size: 34px;
	    margin-bottom: 20px;
	}
	.ny-title-banner .title-box .cn {
	    font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.ny-title-banner:after {
	    height: 40px;
	}
	.ny-title-banner .title-box {
	    top: 40%;
	    left: 50%;
	    -webkit-transform: translate(-65%,-30%);
	    transform: translate(-65%,-30%);
	}
	.ny-title-banner .title-box .en {
	    font-size: 28px;
	    margin-bottom: 15px;
	}
	.ny-title-banner .title-box .cn {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.ny-title-banner .title-box{
		max-width: none;
		position: initial;
		top: initial;
		left: initial;
		-webkit-transform: none;
		transform: none;
		padding: 70px 30px;
	}
	.ny-title-banner:after {
	    display: none;
	}
	.ny-title-banner .title-box .en {
	    font-size: 36px;
	    margin-bottom: 15px;
	}
	.ny-title-banner .title-box .cn {
	    font-size: 24px;
	}
}
@media screen and (max-width: 575px) {
	.ny-title-banner .title-box{
		padding: 50px 30px;
	}
	.ny-title-banner .title-box .en {
	    font-size: 26px;
	    margin-bottom: 15px;
	}
	.ny-title-banner .title-box .cn {
	    font-size: 20px;
	}
}
/*内页banner和标题*/

/*分页开始*/
.paging{
	margin-top: 30px;
	margin-bottom: 30px;
}
.paging-list{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.paging-list li{
	display: inline-block;
	vertical-align: top;
}
.paging-list li a{
	padding: 7px 15px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	color: #7f7f7f;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}
.paging-list li a:hover{
	border: 1px solid #222222;
	color: #222222;
}
.paging-list li.active a{
	border: 1px solid #222222;
	color: #fff;
	background-color: #222222;
}
.paging-list .input-box{
	margin-left: 20px;
	vertical-align: top;
}
.paging-list .input-box input{
	padding: 6px 10px 8px;
	width: 60px;
	border: 1px solid #dfdfdf;
	text-align: center;
	outline: none;
	font-size: 14px;
	vertical-align: top;
}
.paging-list .input-box span{
	margin-left: 10px;
	margin-right: 10px;
}
.paging-list .input-box a{
	display: inline-block;
}
@media screen and (max-width: 991px){
	.paging-list li a{
		padding: 5px 10px;
	}
	.paging-list .input-box input {
	    padding: 5px 10px;
	}
	.paging-list .input-box{
		margin-left: 10px;
	}
}
/*分页结束*/

/*内页默认框架*/
.ny-default-model{
	padding-top: 120px;
	padding-bottom: 120px;
}
.ny-default-bottom-model{
	padding-bottom: 120px;
}
.ny-default-model .left-ny-box{
	padding-left: calc(50% - 375px);
	padding-right: calc(50% - 375px);
	margin-left: 15px;
	margin-right: 15px;
}
.ny-default-model .left-ny-box .bjb{
	padding: 0;
}
.ny-default-model .right{
	background-image: url(../images/mk_32.png);
	background-repeat: no-repeat;
	background-position:right;
	background-position-y: 280px;
}
.ny-default-model .right-nav-box{
	padding-left: calc(35% - 140px);
	padding-right: calc(65% - 140px);
	margin-left: 15px;
	margin-right: 15px;
}
.ny-default-model .right-nav-box hgroup{
	text-align: center;
	margin-bottom: 50px;
}
.ny-default-model .right-nav-box .en{
	font-size: 30px;
	font-family: "DIDOT-HTF-M96-MEDIUM-ITAL";
	margin-bottom: 10px;
}
.ny-default-model .right-nav-box .cn{
	font-size: 24px;
}
.ny-default-model .right-nav-box ul{
	border-top:1px solid #eceaef;
}
.ny-default-model .right-nav-box ul>li{
	border-bottom: 1px solid #eceaef;
	text-align: center;
}
.ny-default-model .right-nav-box ul>li>a{
	text-decoration: none;
	display: inline-block;
	padding: 35px 30px;
	text-align: center;
	color: #999999;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-default-model .right-nav-box ul>li>a:hover,
.ny-default-model .right-nav-box ul>li>a.active{
	color: #000000;
	padding: 35px 25px;
}
.ny-default-model .right-nav-box ul>li>a:after{
	content: "- -";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: calc(100% - 14px);
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-default-model .right-nav-box ul>li>a:before{
	content: "- -";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: calc(100% - 14px);
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-default-model .right-nav-box ul>li>a:hover:after,
.ny-default-model .right-nav-box ul>li>a.active:after{
	opacity: 1;
	color: #000000;
}
.ny-default-model .right-nav-box ul>li>a:hover:before,
.ny-default-model .right-nav-box ul>li>a.active:before{
	opacity: 1;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.ny-default-model {
	    padding-top: 110px;
	    padding-bottom: 110px;
	}
	.ny-default-bottom-model{
		padding-bottom: 110px;
	}
}
@media screen and (max-width: 1440px) {
	.ny-default-model {
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	.ny-default-bottom-model{
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 1366px) {
	.ny-default-model {
	    padding-top: 90px;
	    padding-bottom: 90px;
	}
	.ny-default-bottom-model{
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 1280px) {
	.ny-default-model {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.ny-default-bottom-model{
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.ny-default-model {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.ny-default-bottom-model{
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.ny-default-model {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.ny-default-bottom-model{
		padding-bottom: 60px;
	}
	.ny-default-model .right-nav-box ul>li>a{
		padding: 30px 30px;
	}
	.ny-default-model .right-nav-box ul>li>a:hover,
	.ny-default-model .right-nav-box ul>li>a.active{
		padding: 30px 25px;
	}
	.ny-default-model .right-nav-box hgroup {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 991px) {
	.ny-default-model {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.ny-default-bottom-model{
		padding-bottom: 50px;
	}
	.ny-default-model .right-nav-box ul>li>a{
		padding: 25px 30px;
	}
	.ny-default-model .right-nav-box ul>li>a:hover,
	.ny-default-model .right-nav-box ul>li>a.active{
		padding: 25px 25px;
	}
	.ny-default-model .right-nav-box hgroup {
	    margin-bottom: 40px;
	}
	.ny-default-model .right-nav-box {
	    padding: 0;
	}
	.ny-default-model .right-nav-box .en {
	    font-size: 26px;
	}
	.ny-default-model .right-nav-box .cn {
	    font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.ny-default-model {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.ny-default-bottom-model{
		padding-bottom: 40px;
	}
	.ny-default-model .right-nav-box ul>li>a{
		padding: 20px 30px;
	}
	.ny-default-model .right-nav-box ul>li>a:hover,
	.ny-default-model .right-nav-box ul>li>a.active{
		padding: 20px 25px;
	}
	.ny-default-model .left-ny-box {
	    padding-left: 15px;
	    padding-right: 15px;
	    margin-left: 15px;
	    margin-right: 15px;
	    margin-bottom: 40px;
	}
	.ny-default-model .right-nav-box {
	    padding-left: 15px;
	    padding-right: 15px;
	    margin-left: 15px;
	    margin-right: 15px;
	}
	.ny-default-model .right-nav-box hgroup {
	    margin-bottom: 30px;
	}
	.ny-default-model .right-nav-box .en {
	    font-size: 24px;
	}
	.ny-default-model .right-nav-box .cn {
	    font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.ny-default-model {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.ny-default-bottom-model{
		padding-bottom: 30px;
	}
	.ny-default-model .left-ny-box {
	    margin-bottom: 30px;
	}
	.ny-default-model .right-nav-box hgroup {
	    margin-bottom: 20px;
	}
	.ny-default-model .right-nav-box ul>li>a{
		padding: 15px 25px;
	}
	.ny-default-model .right-nav-box ul>li>a:hover, 
	.ny-default-model .right-nav-box ul>li>a.active {
	    padding: 15px 25px;
	}
	.ny-default-model .right-nav-box .en {
	    font-size: 22px;
	}
	.ny-default-model .right-nav-box .cn {
	    font-size: 18px;
	}
}
/*内页默认框架 end*/

/*内页底部模块*/
.ny-bottom-box .bgimg{
	background-image: url(../images/mk_30.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ny-bottom-box .text-box{
	padding: 150px 30px;
	text-align: center;
}
.ny-bottom-box .text-box .en{
	font-size: 60px;
	color: #646464;
	font-family: "DIDOT-HTF-M96-MEDIUM-ITAL";
	margin-bottom: 20px;
}
.ny-bottom-box .text-box .cn{
	font-size: 30px;
	color: #fff;
	letter-spacing: 5px;
	margin-bottom: 70px;
}
.ny-bottom-box ul>li{
	display: inline-block;
}
.ny-bottom-box ul>li:after{
	content: "·";
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
}
.ny-bottom-box ul>li:nth-last-of-type(1):after{
	content: "";
	display: none;
}
.ny-bottom-box ul>li>h3{
	color: #fff;
	font-size: 14px;
	display: inline-block;
}
.ny-bottom-box .text-box .more{
	text-decoration: none;
	padding: 10px 30px;
	color: #fff;
	border: 1px solid #4e4e4e;
	border-radius: 200px;
	letter-spacing: 0.5em;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-top: 45px;
}
.ny-bottom-box .text-box .more:after{
    content: "";
    position: absolute;
    opacity: 1!important;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    mix-blend-mode: difference;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1), -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    border: none;
}
.ny-bottom-box .text-box .more:hover:after{
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
}
@media screen and (max-width: 1680px) {
	.ny-bottom-box .text-box {
	    padding: 140px 30px;
	}
}
@media screen and (max-width: 1440px) {
	.ny-bottom-box .text-box {
	    padding: 120px 30px;
	}
}
@media screen and (max-width: 1199px) {
	.ny-bottom-box .text-box {
	    padding: 100px 30px;
	}
	.ny-bottom-box .text-box .en {
	    font-size: 54px;
	    margin-bottom: 10px;
	}
	.ny-bottom-box .text-box .cn {
	    font-size: 28px;
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 991px) {
	.ny-bottom-box .text-box {
	    padding: 80px 30px;
	}
	.ny-bottom-box .text-box .en {
	    font-size: 44px;
	    margin-bottom: 10px;
	}
	.ny-bottom-box .text-box .cn {
	    font-size: 24px;
	    margin-bottom: 30px;
	}
	.ny-bottom-box .text-box .more {
	    margin-top: 30px;
	}
	.ny-bottom-box ul>li:after {
	    margin-left: 10px;
	    margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.ny-bottom-box .text-box {
	    padding: 60px 30px;
	}
	.ny-bottom-box .text-box .en {
	    font-size: 34px;
	    margin-bottom: 10px;
	}
	.ny-bottom-box .text-box .cn {
	    font-size: 20px;
	    margin-bottom: 0;
	}
	.ny-bottom-box .text-box .more {
	    margin-top: 30px;
	}
}
@media screen and (max-width: 575px) {
	.ny-bottom-box .text-box {
	    padding: 40px 15px;
	}
	.ny-bottom-box .text-box .en {
	    font-size: 24px;
	    margin-bottom: 10px;
	}
	.ny-bottom-box .text-box .cn {
	    font-size: 16px;
	    margin-bottom: 0;
	}
	.ny-bottom-box .text-box .more {
	    margin-top: 20px;
	    padding: 8px 25px;
	    font-size: 12px;
	}
}
/*内页底部模块 end*/

/*ny-model1*/
.ny-model1 .box{
	padding-left: 50px;
	padding-bottom: 60px;
	position: relative;
}
.ny-model1 .history-box{
	position: relative;
}
.ny-model1 .history-box:after{
	content: "";
	height: 100%;
	position: absolute;
	top: 15px;
	left: 0;
	width: 1px;
	background-color: #ebebeb;
	z-index: -1;
}
.ny-model1 .box:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/mk_31.png);
	width: 23px;
	height: 23px;
	-webkit-transform: translate(-50%,20%);
	transform: translate(-50%,20%);
}
.ny-model1 .box .title{
	font-size: 24px;
	margin-bottom: 20px;
	color: #c7b299;
}
.ny-model1 .box .bjb{
	padding: 0;
}
@media screen and (max-width: 1280px) {
	.ny-model1 .history-box{
		margin-left: 50px;
	}
	.ny-model1 .box .title {
	    font-size: 22px;
	}
	.ny-model1 .box{
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model1 .history-box{
		margin-left: 30px;
		margin-right: 30px;
	}
	.ny-model1 .box .title {
	    font-size: 20px;
	}
	.ny-model1 .box{
		padding-left: 40px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model1{
		margin-bottom: 50px;
	}
	.ny-model1 .history-box{
		margin-left: 15px;
		margin-right: 15px;
	}
	.ny-model1 .box .title {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.ny-model1 .box{
		padding-left: 30px;
		padding-bottom: 30px;
	}
}
/*ny-model1 end*/

/*ny-model2*/
.ny-model2>h3{
 	margin-bottom: 20px;
}
.ny-model2-imgbox{
	position: relative;
	padding-bottom: 100%;
	background-color: #f6f6f6;
	height: 0;
}
.ny-model2-img{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 2s;
	transition: all 2s;
}
.ny-model2-box{
	margin-bottom: 30px;
}
.ny-model2-box:hover>a{
	padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0px 10px 30px 1px #e9e9e9;
    -moz-box-shadow: 0px 10px 30px 1px #e9e9e9;
    -webkit-box-shadow: 0px 10px 30px 1px #e9e9e9;
    -o-box-shadow: 0px 10px 30px 1px #e9e9e9;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.ny-model2-box>a{
	color: #333333;
	text-decoration: none;
	display: block;
}
.ny-model2-box>a>h5{
	margin-top: 10px;
 	padding-left: 10px;
 	padding-right: 10px;
    font-size: 14px;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    color: #666666;
}
.ny-model2-box .fgx{
	margin-top: 10px;
	color: #e2e2e2;
}
@media screen and (max-width: 991px){
	.ny-model2-box>a>h5{
	    font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.ny-model2-box>a>h5{
		margin-top: 10px;
	 	padding-left: 10px;
	 	padding-right: 10px;
	    font-size: 14px;
	    line-height: 1.75em;
	    height: auto;
	    overflow: auto;
	    text-overflow: initial ;
	    display: block;
	    -webkit-line-clamp: initial;
	    -webkit-box-orient: initial;
	}
}
/*ny-model2 end*/

/*ny-model3*/
.ny-model3 .box .img-box{
	margin-bottom: 20px;
}
.ny-model3 .box{
	margin-bottom: 60px;
}
.ny-model3 .box .title{
	color: #000000;
	font-size: 24px;
	margin-bottom: 15px;
}
.ny-model3 .box .note{
	color: #666666;
	font-size: 14px;
	line-height: 2em;
}
@media screen and (max-width: 991px){
	.ny-model3 .box .title {
	    font-size: 22px;
	}
	.ny-model3 .box {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.ny-model3 .box .title {
	    font-size: 20px;
	}
	.ny-model3 .box {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.ny-model3 .box .img-box {
	    margin-bottom: 15px;
	}
	.ny-model3 .box .title {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.ny-model3 .box .note{
		line-height: 1.75em;
	}
	.ny-model3 .box {
	    margin-bottom: 30px;
	}
}
/*ny-model3 end*/

/*ny-model4*/
.ny-model4 .nav-box{
	margin-bottom: 40px;
}
.ny-model4 .nav-box ul>li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.ny-model4 .nav-box ul>li>a{
	display: inline-block;
	text-decoration: none;
	border: 1px solid #f1f1f1;
	background-color: #f1f1f1;
	color: #000000;
	padding: 8px 45px;
	border-radius: 50px;
	font-size: 14px;
}
.ny-model4 .nav-box ul>li>a:hover,.ny-model4 .nav-box ul>li>a.active{
	border: 1px solid #e6e6e6;
	background-color: #fff;
	color: #000000;
}
.ny-model4 .over-img{
	position: relative;
}
.ny-model4 .tp{
	padding-bottom: 60.25%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-model4 a:hover .tp{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ny-model4 .list .box{
	margin-bottom: 60px;
}
.ny-model4 .list .date{
	color: #999999;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.ny-model4 .list .date span{
	margin-left: 10px;
	margin-right: 10px;
}
.ny-model4 .list .title{
	font-size: 18px;
	color: #000000;
}
.ny-model4 .zzc:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.7);
	opacity: 0;
	-webkit-transition: all .7s;
	transition: all .7s;
}
.ny-model4 a:hover .zzc:after{
	opacity: 1;
}
.ny-model4 .list .note{
	font-size: 14px;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0;
	color: transparent;
	text-shadow: 0 0 25px #fff;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}
.ny-model4 a:hover .note{
	opacity: 1;
	top: 50%;
	text-shadow: 0 0 0 #fff;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.ny-model4 .case-img{
	width: inherit !important;
    max-height: inherit !important;
    
	height: auto !important;
    max-width: 100% !important;
}
@media screen and (max-width: 991px){
	.ny-model4 .nav-box ul>li>a{
		padding: 7px 35px;
	}
	.ny-model4 .nav-box ul>li{
		margin-right: 15px;
	}
	.ny-model4 .nav-box {
	    margin-bottom: 30px;
	}
	.ny-model4 .list .box {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.ny-model4 .nav-box ul>li>a{
		padding: 7px 25px;
		font-size: 12px;
	}
	.ny-model4 .nav-box ul>li{
		margin-right: 15px;
	}
	.ny-model4 .nav-box {
	    margin-bottom: 20px;
	}
	.ny-model4 .list .title {
	    font-size: 16px;
	}
	.ny-model4 .list .date {
	    font-size: 12px;
	}
	.ny-model4 .list .box {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.ny-model4 .nav-box ul>li>a{
		padding: 7px 15px;
	}
	.ny-model4 .nav-box ul>li{
		margin-right: 10px;
	}
	.ny-model4 .nav-box {
	    margin-bottom: 20px;
	}
	.ny-model4 .list .title {
	    font-size: 14px;
	}
	.ny-model4 .list .box {
	    margin-bottom: 30px;
	}
}
/*ny-model4 end*/

/*ny-model5*/
.ny-model5 .title-en{
	font-size: 26px;
	font-family: "DIDOT-HTF-M96-MEDIUM-ITAL";
}
.ny-model5 .title-cn{
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eceaef;
	padding-bottom: 30px;
}
.ny-model5 a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfe1e4;
	position: relative;
}
.ny-model5 a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #333333;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.ny-model5 a:hover:after{
	width: 100%;
}
.ny-model5 a .title{
	color: #000000;
}
.ny-model5 a .date{
	color: #999999;
	margin-bottom: 5px;
}
/*ny-model5 end*/

/*ny-model6*/
.ny-model6 .title{
	font-size: 30px;
	margin-bottom: 20px;
}
.ny-model6 .title{
	font-size: 30px;
	margin-bottom: 20px;
}
.ny-model6 .date{
	color: #999999;
	font-size: 18px;
	margin-bottom: 40px;
}
.ny-model6 .date span{
	font-size: 20px;
	color: #cccccc;
	margin-left: 15px;
	margin-right: 15px;
}
@media screen and (max-width: 1680px){
	.ny-model6 .title {
	    font-size: 26px;
	}
}
@media screen and (max-width: 1440px){
	.ny-model6 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px){
	.ny-model6 .title {
	    font-size: 22px;
	}
	.ny-model6 .date {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 991px){
	.ny-model6 .title {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	.ny-model6 .date {
	    font-size: 16px;
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
	.ny-model6 .title {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.ny-model6 .date {
	    font-size: 16px;
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px){
	.ny-model6 .title {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.ny-model6 .date {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
}
/*ny-model6 end*/

/*ny-model7*/
.ny-model7 .search-box{
	margin-bottom: 30px;
}
.ny-model7 .search-box select{
	width: 100%;
	padding: 10px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
	margin-bottom: 15px;
}
.ny-model7 .search-input-box{
	font-size: 0;
	margin-bottom: 15px;
}
.ny-model7 .search-box input{
	width: calc(100% - 50px);
	padding: 10px 15px;
	border: 1px solid #e2e2e2;
	display: inline-block;
	font-size: 14px;
	outline: none;
}
.ny-model7 .search-box button{
	padding: 10px 12px;
	color: #6c6c6c;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	display: inline-block;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-model7 .search-box button:hover{
	color: #000000;
	border: 1px solid #000000;
}
.ny-model7 .tp{
	padding-bottom: 60.25%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-model7 a:hover .tp{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ny-model7 .list .box{
	margin-bottom: 60px;
}
.ny-model7 .list .title{
	font-size: 18px;
	color: #222222;
	margin-bottom: 10px;
	margin-top: 10px;
}
.ny-model7 .list .p{
	color: #999999;
	font-size: 14px;
}
@media screen and (max-width: 991px){
	.ny-model7 .list .box {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.ny-model7 .list .title {
	    font-size: 16px;
	}
	.ny-model7 .list .p {
	    font-size: 12px;
	}
	.ny-model7 .list .box {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.ny-model7 .list .title {
	    font-size: 14px;
	}
	.ny-model7 .list .box {
	    margin-bottom: 30px;
	}
}
/*ny-model7 end*/

/*ny-model8*/
.ny-model8 .title{
	font-size: 30px;
	margin-bottom: 15px;
}
.ny-model8 .note{
	font-size: 14px;
	line-height: 2em;
	color: #666666;
	margin-bottom: 20px;
}
.ny-model8 .qr_code{
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.ny-model8 .qr_code .img-box{
	max-width: 110px;
	display: inline-block;
}
.ny-model8 .qr_code span{
	vertical-align: bottom;
	margin-left: 10px;
}
.ny-model8 .p1{
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	color: #333333;
}
.ny-model8 .bjb{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
#dituContent{
	margin-top: 40px;
	margin-bottom: 40px;
}
@media screen and (max-width: 1440px){
	.ny-model8 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px){
	.ny-model8 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px){
	.ny-model8 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px){
	.ny-model8 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px){
	.ny-model8 .title{
		font-size: 20px;
	}
	.ny-model8 .note {
	    line-height: 1.75em;
	}
}
/*ny-model8 end*/


/*ny-model9*/
.ny-model9 .box .title-box{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #d9d9d9;
	background-image: url(../images/mk_41.png);
	background-repeat: no-repeat;
	background-position: left;
	background-position: 100%;
	cursor: pointer;
	margin-top: 15px;
	position: relative;
}
.ny-model9 .box .title-box:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #000000;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ny-model9 .box .title-box.active:after,
.ny-model9 .box .title-box:hover:after{
	width: 100%;
}
.ny-model9 .box .title-box.active{
	background-image: url(../images/mk_42.png);
}
.ny-model9 .box .title-box p{
	font-size: 18px;
	color: #333333;
}
.ny-model9 .box .ny-box{
	display: none;
}
.ny-model9 .box .ny-box .bjb{
	padding-top: 30px;
	padding-bottom: 20px;
	color: #888888;
}
@media screen and (max-width: 767px){
	.ny-model9 .box .title-box p {
	    font-size: 16px;
	}
	.ny-model9 .box .title-box {
	    padding-top: 15px;
	    padding-bottom: 15px;
	    margin-top: 10px;
	}
}
@media screen and (max-width: 575px){
	.ny-model9 .box .title-box p {
	    font-size: 14px;
	}
	.ny-model9 .box .title-box {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
}
/*ny-model9 end*/

/*ny-model10*/
.ny-model10 .title{
	font-size: 24px;
	margin-bottom: 20px;
}
.ny-model10 input[type*="text"]{
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}
.ny-model10 textarea{
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	height: 250px;
	resize: none;
}
.ny-model10 input[type*="text"]{
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}
.ny-model10 .submit-box{
	text-align: right;
}
.ny-model10 .submit-box input{
	padding: 10px 40px;
	color: #fff;
	background-color: #c7b299;
	font-size: 14px;
	border: 1px solid #c7b299;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	outline: none;
}
.ny-model10 .submit-box input:hover{
	color: #c7b299;
	background-color: #fff;
	border: 1px solid #c7b299;
}
@media screen and (max-width: 991px){
	.ny-model10 .title {
	    font-size: 22px;
	    margin-bottom: 25px;
	}
	.ny-model10 input[type*="text"] {
	    margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px){
	.ny-model10 .title {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.ny-model10 input[type*="text"] {
	    padding: 8px 10px;
	    margin-bottom: 20px;
	}
	.ny-model10 textarea {
	    padding: 8px 10px;
	}
}
@media screen and (max-width: 575px){
	.ny-model10 .title {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.ny-model10 input[type*="text"] {
	    padding: 7px 10px;
	    margin-bottom: 15px;
	}
	.ny-model10 textarea {
	    padding: 7px 10px;
	    margin-bottom: 15px;
	}
}
/*ny-model10 end*/



/*ny-model11*/
.ny-model11-bgimg{
	background-image: url(../images/products-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.ny-model11{
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden;
}
.ny-model11 .l-box{
	margin-bottom: 100px;
}
.ny-model11 .l-title-en{
	font-size: 60px;
	color: #cccccc;
	font-family: "DIDOT-HTF-M96-MEDIUM-ITAL";
	line-height: 1.1em;
	margin-bottom: 30px;
}
.ny-model11 .l-title-cn{
	font-size: 30px;
	margin-bottom: 30px;
}
.ny-model11 .l-note{
	color: #999999;
	line-height: 2em;
	margin-bottom: 30px;
}
.ny-model11 .l-more{
	text-decoration: none;
	padding: 10px 30px;
	color: #000000;
	border: 1px solid #cccccc;
	border-radius: 200px;
	letter-spacing: 0.5em;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.ny-model11 .l-more:after{
    content: "";
    position: absolute;
    opacity: 1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    mix-blend-mode: difference;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1);
    transition: transform .8s cubic-bezier(.075,.82,.165,1), -webkit-transform .8s cubic-bezier(.075,.82,.165,1);
    border: none;
}
.ny-model11 .l-more:hover:after{
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
}
.ny-model11 .over-img{
	-webkit-transition: all .4s cubic-bezier(.24,.05,0,1);
   	transition: all .4s cubic-bezier(.24,.05,0,1);
}
.ny-model11 .img-box{
	border: 1px solid rgba(204,204,204,0);
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.ny-model11 .tp{
	padding-bottom: 67.5%;
	-webkit-transition: all .4s cubic-bezier(.24,.05,0,1);
   	transition: all .4s cubic-bezier(.24,.05,0,1);
}
.ny-model11 a:hover .tp{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.ny-model11 a:hover .over-img{
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.ny-model11 a:hover .img-box{
	border: 1px solid rgba(204,204,204,1);
}
.ny-model11 .text-box .title{
	font-size: 30px;
	letter-spacing: 3px;
	margin-bottom: 40px;
	position: relative;
}
.ny-model11 .text-box .note{
	color: #666666;
	line-height: 2em;
	margin-bottom: 30px;
	max-width: 470px;
}
.ny-model11 .left{
	margin-bottom: 165px;
}
.ny-model11 .right{
	margin-bottom: 165px;
}
.ny-model11 .right .title:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/mk_15.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 7px;
	height: 7px;
}
.ny-model11 .right .title:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: calc(100% + 7px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	width: 9999px;
	background-color: #b2b2b2;
}
.ny-model11 .left .title:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 105%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/mk_15.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 7px;
	height: 7px;
}
.ny-model11 .left .title:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: calc(105% + 7px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	width: 9999px;
	background-color: #b2b2b2;
}
.ny-model11 .bgimg{
	background-image: url(../images/mk_06.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.ny-model11 .bgimg .text-box{
	text-align: center;
	padding: 150px 15px;
}
.ny-model11 .bgimg .text-box h3{
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 30px;
}
.ny-model11 .bgimg .text-box a{
	text-decoration: none;
	display: inline-block;
	padding: 8px 45px;
	color: #333;
	border-radius: 50px;
	background-color: #fff;
	border: 1px solid #fff;
}
.ny-model11 .bgimg .text-box a:hover{
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
}
@media screen and (max-width: 1199px) {
	.ny-model11 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.ny-model11 .l-title-en {
	    font-size: 50px;
	    margin-bottom: 30px;
	}
	.ny-model11 .l-title-cn,
	.ny-model11 .text-box .title {
	    font-size: 26px;
	    margin-bottom: 30px;
	}
	.ny-model11 .l-note,
	.ny-model11 .text-box .note {
	    margin-bottom: 30px;
	}
	.ny-model11 .l-box {
	    margin-bottom: 70px;
	}
	
	.ny-model11 .bgimg .text-box {
	    padding: 120px 20px;
	}
	.ny-model11 .bgimg .text-box h3{
		font-size: 26px;
	}
	.ny-model11 .bgimg .text-box a {
	    padding: 8px 40px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model11 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.ny-model11 .l-title-en {
	    font-size: 38px;
	    margin-bottom: 25px;
	}
	.ny-model11 .l-title-cn,
	.ny-model11 .text-box .title {
	    font-size: 24px;
	    margin-bottom: 25px;
	}
	.ny-model11 .l-note,
	.ny-model11 .text-box .note {
	    margin-bottom: 25px;
	}
	.ny-model11 .l-more {
	    padding: 9px 30px;
	    letter-spacing: 0.3em;
	}
	.ny-model11 .l-box {
	    margin-bottom: 60px;
	}
	.ny-model11 .left,
	.ny-model11 .right {
	    margin-bottom: 50px;
	}
	.ny-model11 .bgimg .text-box {
	    padding: 100px 20px;
	}
	.ny-model11 .bgimg .text-box h3{
		font-size: 20px;
	}
	.ny-model11 .bgimg .text-box a {
	    padding: 7px 35px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model11 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.ny-model11 .l-title-en {
	    font-size: 36px;
	    margin-bottom: 25px;
	}
	.ny-model11 .l-title-cn,
	.ny-model11 .text-box .title {
	    font-size: 22px;
	    margin-bottom: 20px;
	}
	.ny-model11 .l-note,
	.ny-model11 .text-box .note {
	    line-height: 1.75em;
	    margin-bottom: 20px;
	}
	.ny-model11 .l-more {
	    padding: 8px 30px;
	    letter-spacing: 0.2em;
	}
	.ny-model11 .l-box {
	    margin-bottom: 50px;
	}
	.ny-model11 .left,
	.ny-model11 .right {
	    margin-bottom: 40px;
	}
	.ny-model11 .bgimg .text-box {
	    padding: 80px 20px;
	}
	.ny-model11 .bgimg .text-box h3{
		font-size: 18px;
	}
	.ny-model11 .bgimg .text-box a {
	    padding: 6px 35px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model11 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.ny-model11 .l-title-en {
	    font-size: 34px;
	    margin-bottom: 20px;
	}
	.ny-model11 .l-title-cn,
	.ny-model11 .text-box .title {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	.ny-model11 .l-note,
	.ny-model11 .text-box .note {
	    line-height: 1.75em;
	    margin-bottom: 15px;
	}
	.ny-model11 .l-more {
	    padding: 7px 25px;
	    letter-spacing: 0.2em;
	}
	.ny-model11 .l-box {
	    margin-bottom: 40px;
	}
	.ny-model11 .left,
	.ny-model11 .right {
	    margin-bottom: 30px;
	}
	.ny-model11 .bgimg .text-box {
	    padding: 40px 15px;
	}
	.ny-model11 .bgimg .text-box h3 {
	    margin-bottom: 15px;
	    font-size: 16px;
	}
	.ny-model11 .bgimg .text-box a {
	    padding: 5px 30px;
	}
}
/*ny-model11 end*/

/*ny-model12*/
.ny-model12{
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #eeeeec;
}
.ny-model12 .box{
	font-size: 0;
}
.ny-model12 .left{
	width: 40%;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.ny-model12 .left .tp{
	padding-bottom: 67%;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.ny-model12 a{
	text-decoration: none;
	display: block;
	-webkit-box-shadow: 0 0 25px 1px rgba(4,0,0,0.15);
	box-shadow: 0 0 25px 1px rgba(4,0,0,0.15);
	margin-bottom: 20px;
	background-color: #fff;
}
.ny-model12 a:hover .tp{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.ny-model12 .right{
	width: 60%;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.ny-model12 .right .text{
	padding: 12px 20px;
}
.ny-model12 .right .title{
	font-size: 16px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
}
.ny-model12 .right .note{
	font-size: 12px;
	color: #666666;
	
	line-height: 1.75em;
    height: 3.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 400px) {
	.ny-model12 .left .tp{
		padding-bottom: 81%;
	}
}
/*ny-model12 end*/


/*ny-model13*/
.ny-model13 .list{
	padding-top: 50px;
	padding-bottom: 50px;
}
.ny-model13 .box{
	display: block;
	text-decoration: none;
	margin-bottom: 50px;
}
.ny-model13 .imgbox{
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.ny-model13 .over-img{
	border: 1px solid #eeeeee;
}
.ny-model13 .tpcover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color: #fff;
}
.ny-model13 a:hover .tpcover{
	opacity: 0;
}
.ny-model13 a:hover .imgbox{
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0.4);
}
.ny-model13 .tp{
	padding-bottom: 100%;
}
.ny-model13 .text .title{
	color: #222222;
	font-size: 22px;
	margin-bottom: 5px;
	display: block;
}
.ny-model13 .text .series{
	color: #999999;
	font-size: 14px;
	display: block;
}

@media screen and (max-width: 1199px) {
	.ny-model13 .list{
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.ny-model13 .box {
	    margin-bottom: 40px;
	}
	.ny-model13 .text .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model13 .list {
	    padding-top: 40px;
	    padding-bottom: 30px;
	}
	.ny-model13 .text .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model13 .list {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	.ny-model13 .box {
	    margin-bottom: 30px;
	}
	.ny-model13 .imgbox {
	    margin-bottom: 15px;
	}
	.ny-model13 .text .title {
	    font-size: 16px;
	}
	.ny-model13 .text .series {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model13-bgcolor{
		background-color: #eeeeec;
	}
	.ny-model13 .list {
	    padding-top: 30px;
	    padding-bottom: 0px;
	}
	.ny-model13 .box {
	    margin-bottom: 20px;
	    background-color: #fff;
	    -webkit-box-shadow: 0 0 20px 2px rgba(4,0,0,0.15);
	    box-shadow: 0 0 20px 2px rgba(4,0,0,0.15);
	}
	.ny-model13 .imgbox {
	    margin-bottom: 0px;
	}
	.ny-model13 a:hover .imgbox{
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.ny-model13 .text{
		padding: 10px 15px;
	}
	.ny-model13 .text .title {
	    font-size: 14px;
	}
	.ny-model13 .text .series {
	    font-size: 12px;
	}
}
/*ny-model13 end*/


/*ny-model14*/

/*pc*/
@media screen and (min-width: 576px) {
	.ny-model14-bgcolor{
		background-color: #f6f6f6;
	}
	.ny-model14 .nav1 ul{
		padding-top: 15px;
	}
	.ny-model14 .nav1 ul>li{
		display: inline-block;
	}	
	.ny-model14 .nav1 ul>li:after{
		content: "|";
		display: inline-block;
		color: #dddddd;
		margin-left: 15px;
		margin-right: 15px;
	}	
	.ny-model14 .nav1 ul>li:nth-last-of-type(1):after{
		content: "";
		display: none;
	}	
	.ny-model14 .nav1 ul>li a{
		display: inline-block;
		text-decoration: none;
		color: #666666;
		display: inline-block;
		margin-bottom: 15px;
	}	
	.ny-model14 .nav1 ul>li a.active,
	.ny-model14 .nav1 ul>li a:hover{
		color: #c7b299;
	}	
}
@media screen and (min-width: 768px) {
	.ny-model14 .nav1 ul {
	    padding-top: 20px;
	}
	.ny-model14 .nav1 ul>li a {
	    margin-bottom: 20px;
	}
}
@media screen and (min-width: 992px) {
	.ny-model14 .nav1 ul {
	    padding-top: 25px;
	}
	.ny-model14 .nav1 ul>li a {
	    margin-bottom: 25px;
	}
}
/*pc end*/

/*wap*/
@media screen and (max-width: 575px) {
	.ny-model14-bgcolor{
		background-color: #fff;
	}
	.ny-model14 .wap-padd{
		padding-left: 0;
		padding-right: 0;
	}
	.ny-model14 .nav1 .wap-top{
		border-bottom: 1px solid #C7B199;
	}
	.ny-model14 .nav1 .wap-top .left{
		display: inline-block;
		padding: 15px;
	}	
	.ny-model14 .nav1 .wap-top .left strong{
		color: #C7B199;
		font-size: 16px;
	}	
	.ny-model14 .nav1 .wap-top .right{
		display: inline-block;
		float: right;
		padding: 15px 30px 15px;
		background-image: url(../images/mk_48.png);
		background-position: right;
		background-position-x: calc(100% - 15px);
		background-repeat: no-repeat;
		cursor: pointer;
	}	
	.ny-model14 .nav1 .wap-top .right span{
		color: #666666;
		-webkit-transition: all .3s;
		transition: all .3s;
		font-size: 14px;
	}	
	.ny-model14 .nav1 .wap-top .right:hover span{
		color: #C7B199;
	}	
	.ny-model14 .nav1 ul{
		display: none;
	}
	.ny-model14 .nav1 ul>li>a{
		display: block;
		text-decoration: none;
		color: #666666;
		padding: 15px;
		border-bottom: 1px solid #C7B199;
	}
	.ny-model14 .nav1 ul>li>a:hover{
		color: #fff;
		background-color: #C7B199;
	}
}
/*wap end*/

/*ny-model14 end*/



/*ny-model15*/

/*pc*/
@media screen and (min-width: 576px) {
	.ny-model15-bgcolor{
		background-color: #f1f1f1;
		border-top: 1px solid #c5c5c5;
		display: none;
	}
	.ny-model15 .nav2 .style1{
		border-bottom: 1px solid #d8d8d8;
		padding-top: 15px;
	}
	.ny-model15 .nav2 .style1 strong{
		display: inline-block;
		font-size: 14px;
		color: #c7b299;
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.ny-model15 .nav2 .style1 ul{
		display: inline-block;
	}
	.ny-model15 .nav2 .style1 ul>li{
		display: inline-block;
	}	
	.ny-model15 .nav2 .style1 ul>li:after{
		content: "|";
		display: inline-block;
		color: #dddddd;
		margin-left: 15px;
		margin-right: 15px;
	}	
	.ny-model15 .nav2 .style1 ul>li:nth-last-of-type(1):after{
		content: "";
		display: none;
	}	
	.ny-model15 .nav2 .style1 ul>li a{
		display: inline-block;
		text-decoration: none;
		color: #666666;
		margin-bottom: 15px;
	}	
	.ny-model15 .nav2 .style1 ul>li a.active,
	.ny-model15 .nav2 .style1 ul>li a:hover{
		color: #c7b299;
	}	
	.ny-model15 .nav2 .style2{
		border-bottom: 1px solid #d8d8d8;
		padding-top: 15px;
	}
	.ny-model15 .nav2 .style2 strong{
		display: inline-block;
		font-size: 14px;
		color: #c7b299;
		margin-right: 10px;
		vertical-align: middle;
		margin-bottom: 15px;
	}
	.ny-model15 .nav2 .style2 ul{
		display: inline-block;
		font-size: 0;
		vertical-align: middle;
	}
	.ny-model15 .nav2 .style2 ul>li{
		display: inline-block;
		vertical-align: middle;
	}	
	.ny-model15 .nav2 .style2 ul>li:nth-child(1):after{
		content: "|";
		display: inline-block;
		color: #dddddd;
		margin-left: 15px;
		margin-right: 15px;
		font-size: 14px;
	}	
	.ny-model15 .nav2 .style2 ul>li a{
		display: inline-block;
		text-decoration: none;
		color: #666666;
		margin-bottom: 15px;
	}	
	.ny-model15 .nav2 .style2 ul>li:nth-child(n+2) a{
		margin-right: 10px;
		border-radius: 50%;
		overflow: hidden;
		border: 2px solid rgba(199,178,153,0);
	}	
	.ny-model15 .nav2 .style2 ul>li:nth-child(1) a.active,
	.ny-model15 .nav2 .style2 ul>li:nth-child(1) a:hover{
		color: #c7b299;
	}	
	.ny-model15 .nav2 .style2 ul>li:nth-child(n+2) a.active,
	.ny-model15 .nav2 .style2 ul>li:nth-child(n+2) a:hover{
		border: 2px solid rgba(199,178,153,1);
	}	
	.ny-model15 .nav2{
		position: relative;
	}
	.pc-zk-box{
		text-align: center;
	}
	.pc-zk-box .pc-zk{
		cursor: pointer;
		display: inline-block;
	}
	.pc-zk-box .pc-zk .icon{
		display: inline-block;
		padding: 5px 15px;
		margin: 0 auto;
		border: 1px solid #c7b299;
	}
	.pc-zk-box .pc-zk .icon img{
		-webkit-transition: all .7s;
		transition: all .7s;
	}
	.pc-zk-box .pc-zk.active .icon img{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.pc-zk-box .pc-zk .text{
		color: #c7b299;
		margin-top: 10px;
	}
}
@media screen and (min-width: 768px) {
	.ny-model15 .nav2 .style1 strong,
	.ny-model15 .nav2 .style2 strong {
	    font-size: 16px;
	    margin-bottom: 20px;
	}
	.ny-model15 .nav2 .style1,
	.ny-model15 .nav2 .style2{
	    padding-top: 20px;
	}
	.ny-model15 .nav2 .style1 ul>li a,
	.ny-model15 .nav2 .style2 ul>li a {
	    margin-bottom: 20px;
	}
	.ny-model15 .nav2 .style2 ul>li:nth-child(n+2) a {
	    margin-right: 15px;
	}
}
@media screen and (min-width: 992px) {
	.ny-model15 .nav2 .style1,
	.ny-model15 .nav2 .style2{
	    padding-top: 25px;
	}
	.ny-model15 .nav2 .style1 strong,
	.ny-model15 .nav2 .style2 strong {
	    margin-bottom: 25px;
	}
	.ny-model15 .nav2 .style1 ul>li a,
	.ny-model15 .nav2 .style2 ul>li a {
	    margin-bottom: 25px;
	}
	.ny-model15 .nav2 .style2 ul>li:nth-child(n+2) a {
	    margin-right: 20px;
	}
	
}
/*pc end*/

/*wap*/
@media screen and (max-width: 575px) {
	.ny-model15{
		position: fixed;
		top: 0;
		left: -100%;
		background-color: #fff;
		z-index: 100;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-transition: all;
		transition: all;
		-webkit-transition: left .5s cubic-bezier(.19,1,.22,1);
		transition: left .5s cubic-bezier(.19,1,.22,1);
	}	
	.ny-model15.active{
		left: 0;
	}	
	.ny-model15 .wap-padd{
		padding-left: 0;
		padding-right: 0;
	}	
	.ny-model15 .screening-header{
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #eeeeee;
		padding-left: 20px;
		padding-right: 20px;
	}
	.ny-model15 .screening-header span{
		margin-left: 15px;
		color: #333333;
		font-size: 16px;
		vertical-align: middle;
	}
	.ny-model15 .screening-box a{
		text-decoration: none;
	}
	.ny-model15 .screening-box-wap-down-btn {
		position: absolute;
		right: 15px;
		top: 15px;
    	float: right;
    	display: inline-block;
    	padding: 15px 20px;
    	border: 1px solid hsla(0,0%,72%,.25);
    	color: #333333;
	}
	.ny-model15 .nav2{
		padding-left: 20px;
		padding-right: 20px;
	}
	.ny-model15 .nav2 .style1,
	.ny-model15 .nav2 .style2{
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 20px;
	}
	.ny-model15 .nav2 .style1 strong,
	.ny-model15 .nav2 .style2 strong{
		display: block;
		margin-top: 20px;
		cursor: pointer;
	}
	.ny-model15 .nav2 .style1 strong .icon,
	.ny-model15 .nav2 .style2 strong .icon{
		position: relative;
		float: right;
		width: 10px;
		height: 10px;
		margin-top: 6px;
	}
	.ny-model15 .nav2 .style1 strong .icon:after,
	.ny-model15 .nav2 .style2 strong .icon:after{
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10px;
		height: 2px;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background-color: #333333;
	}
	.ny-model15 .nav2 .style1 strong .icon:before,
	.ny-model15 .nav2 .style2 strong .icon:before{
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 2px;
		height: 0px;
		background-color: #333333;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	.ny-model15 .nav2 .style1 strong.active .icon:before,
	.ny-model15 .nav2 .style2 strong.active .icon:before{
		height: 10px;
	}
	.ny-model15 .nav2 .style1 ul,
	.ny-model15 .nav2 .style2 ul{
		padding-top: 30px;
	}
	.ny-model15 .nav2 .style1 ul>li {
	    position: relative;
	    margin-bottom: 15px;
	}
	.ny-model15 .nav2 .style1 ul>li a{
		color: #999999;
		padding-left: 20px;
		font-size: 14px;
		width: 100%;
		margin-bottom: 0;
		display: block;
	}
	.ny-model15 .nav2 .style1 ul>li a:after{
		content: "";
		display: inline-block;
		position: absolute;
		top: 5px;
		left: 0;
		width: 13px;
		height: 13px;
		border-radius: 50%;
		border: 1px solid #9e9e9e;
		background-color: #fff;
	}
	.ny-model15 .nav2 .style1 ul>li a:before{
		content: "";
		display: inline-block;
		position: absolute;
		width: 7px;
	    height: 7px;
	    background-color: #333333;
	    border: 0 none;
	    border-radius: 50%;
	    left: 3px;
	    top: 8px;
	    z-index: 1;
	    opacity: 0;
	}
	.ny-model15 .nav2 .style1 ul>li>a.active:before{
	    opacity: 1;
	}
	.ny-model15 .nav2 .style2 ul>li{
		display: inline-block;
		margin-right: 7px;
		margin-bottom: 15px;
		font-size: 0;
		vertical-align: middle;
	}
	.ny-model15 .nav2 .style2 ul>li:nth-child(1) a{
		color: #999999;
	}
	.ny-model15 .nav2 .style2 ul>li:nth-child(1) a.active {
		color: #c7b299;
	}
	.ny-model15 .nav2 .style2 ul>li:nth-child(n+2) a {
		display: inline-block;
	    border-radius: 50%;
	    overflow: hidden;
	    border: 2px solid rgba(199,178,153,0);
	}
	.ny-model15 .nav2 .style2 ul>li:nth-child(n+2) a.active {
	    border: 2px solid rgba(199,178,153,1);
	}
	.ny-model15 .screening-foot{
		padding-left: 37%;
	    padding-right: 20px;
	    text-align: right;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.ny-model15 .screening-foot a{
		color: #222222;
	}
	.ny-model15 .screening-foot .btn-box{
		display: inline-block;
	}
	.screening-box-wap-spread-btn{
		position: fixed;
		bottom: -100%;
		right:0px;
		background-color: #fff;
		padding: 20px;
		-webkit-transition: bottom .5s cubic-bezier(.19,1,.22,1);
		transition: bottom .5s cubic-bezier(.19,1,.22,1);
		z-index: 1;
	}
	.screening-box-wap-spread-btn.active{
		bottom: 0%;
	}
	.screening-box-wap-spread-btn span{
		vertical-align: middle;
		margin-left: 10px;
		z-index: 600;
	}
}
/*wap end*/

/*ny-model15 end*/

/*ny-model16*/
.ny-model16{
	margin-top: 80px;
	margin-bottom: 80px;
}
.ny-model16-left{
	margin-bottom: 30px;
}
.ny-model16-left .tp{
	padding-bottom: 100%;
	border: 1px solid #e9e9e9;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #fff;
}
.ny-model16-left .tp:hover,
.ny-model16-left .tp.active{
	border: 1px solid #c7b299;
}
.ny-model16-left .dttp{
	padding-bottom: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px 5px #eeeeee;
	cursor: pointer;
}
.ny-model16-left .dttp .text{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: #c7b299;
	color: #fff;
	padding: 7px 30px;
	font-size: 14px;
}
.ny-model16-left .cpxq_tp_swiper{
	margin-top: 20px;
	overflow: hidden;
	margin-left: 8.4%;
	margin-right: 8.4%;
}
.ny-model16-left .cpxq_tp_swiper .swiper-slide{
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.ny-model16-left .cpxq_tp_swiper .swiper-button-prev{
	position: absolute;
	top: 59.5%;
	left: 2.5%;
	width: 6%;
	height: 81%;
	background-image: none;
	background-size: 50px 70px;
	margin-top: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ny-model16-left .cpxq_tp_swiper .swiper-button-prev:hover{
	border: 1px solid #c7b299;
}
.ny-model16-left .cpxq_tp_swiper .swiper-button-prev:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 15px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(../images/xlt-52.png);
}
.ny-model16-left .cpxq_tp_swiper .swiper-button-next{
	position: absolute;
	top: 59.5%;
	right: 2.5%;
	width: 6%;
	height: 81%;
	background-image: none;
	background-size: 50px 70px;
	margin-top: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ny-model16-left .cpxq_tp_swiper .swiper-button-next:hover{
	border: 1px solid #c7b299;
}
.ny-model16-left .cpxq_tp_swiper .swiper-button-next:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 15px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(../images/xlt-51.png);
}

.ny-model16-left .cpxq-wb-box>.row{
	padding-top: 0;
}
.ny-model16-left .cpxq-wb-box .tb{
	overflow: hidden;
}
.ny-model16-left .cpxq-wb-box .tb p{
	display: inline-block;
	position: relative;
	font-size: 24px;
	color: #001f2c;
}
.ny-model16-left .cpxq-wb-box .tb p:after{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 110%;
	width: 1400px;
	font-size: 24px;
	color: #001f2c;
	border-bottom: 1px dotted #001f2c;
}


.ny-model16-left #slpic img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: auto;
    max-height: 100%;
    display: block;
}
.ny-model16 .ny-model16-right .title-box{
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}
.ny-model16 .ny-model16-right .title-box .classification{
	margin-bottom: 15px;
	font-size: 40px;
	color: #999999;
}
.ny-model16 .ny-model16-right .title-box .title{
	font-size: 30px;
	color: #333333;
}
.ny-model16 .ny-model16-right .bjb{
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
}
.ny-model16 .ny-model16-right .parameter{
	border-top: 1px solid #ebebeb;
	padding-top: 25px;
	padding-bottom: 10px;
}
.ny-model16 .ny-model16-right .parameter p{
	margin-bottom: 15px;
}
.ny-model16 .ny-model16-right .parameter strong{
	color: #001f2c;
	font-size: 14px;
	display: inline-block;
	width: 120px;
	vertical-align: top;
}
.ny-model16 .ny-model16-right .parameter span{
	color: #8a7b73;
	font-size: 14px;
	display: inline-block;
	width: calc(100% - 120px);
	vertical-align: top;
}
.ny-model16 .ny-model16-right .qr_code{
	border-top: 1px solid #ebebeb;
	padding-top: 25px;
	padding-bottom: 25px;
}
.ny-model16 .ny-model16-right .qr_code .code{
	display: inline-block;
	text-align: center;
}
.ny-model16 .ny-model16-right .qr_code .code .text{
	color: #adadad;
	margin-top: 10px;
}
.ny-model16 .ny-model16-right .wap-qr_code-bg{
	background-color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.ny-model16 .ny-model16-right .wap-qr_code-bg .qr_code .code .text{
	font-size: 18px;
	color: #333333;
}
@media screen and (max-width: 1440px) {
	.ny-model16 {
	    margin-top: 70px;
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.ny-model16 {
	    margin-top: 60px;
	    margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model16 {
	    margin-top: 50px;
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model16 {
	    margin-top: 40px;
	    margin-bottom: 20px;
	}
	.cpxq_tp_swiper {
	    margin-top: 20px;
	    overflow: hidden;
	    margin-left: 8.1%;
	    margin-right: 8.1%;
	}
	.ny-model16 .ny-model16-right .title-box .title {
	    font-size: 24px;
	}
	.ny-model16 .ny-model16-right .title-box {
	    padding-bottom: 20px;
	}
	.ny-model16 .ny-model16-right .bjb {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model16-bgcolor{
		background-color: #eeeeec;
	}
	.ny-model16-left .dttp .text{
		padding: 7px 50px;
	}
	.ny-model16 {
	    margin-top: 0px;
	    margin-bottom: 0px;
	    padding-bottom: 10px;
	}
	.ny-model16-left{
		margin-bottom: 50px;
	}
	.ny-model16-left .box{
		padding-left: 0;
		padding-right: 0;
	}
	.ny-model16 .ny-model16-right .title-box{
		border-bottom: 2px solid #dbdbd9;
	}
	.ny-model16 .ny-model16-right .parameter{
		border-top: 2px solid #dbdbd9;
	}
	.ny-model16 .ny-model16-right .parameter span{
		color: #999999;
	}
	.cpxq_tp_swiper {
	    margin-top: 20px;
	    overflow: hidden;
	    margin-left: 20%;
	    margin-right: 20%;
	}
	.cpxq_tp_swiper .swiper-button-prev {
	    top: 59%;
	    left: 11%;
	    width: 8%;
	    height: 81%;
	}
	.cpxq_tp_swiper .swiper-button-next {
	    top: 59%;
	    right: 11%;
	    width: 8%;
	    height: 81%;
	}
	.ny-model16 .ny-model16-right .title-box .title {
	    font-size: 20px;
	    color: #333333;
	}
}
@media screen and (max-width: 400px) {
	.cpxq_tp_swiper .swiper-button-prev {
	    top: 62%;
	    left: 11%;
	    width: 8%;
	    height: 75%;
	}
	.cpxq_tp_swiper .swiper-button-next {
	    top: 62%;
	    right: 11%;
	    width: 8%;
	    height: 75%;
	}
}
/*ny-model16 end*/

/*ny-model17*/
.ny-model17 .tp{
	padding-bottom: 50%;
}
.ny-model17-bg{
	position: relative;
	overflow: hidden;
}
.ny-model17-bg:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 5000px;
	height: 130px;
	bottom: 0;
	left: 50%;
	background-color: #f6f6f6;
	z-index: -1;
}
.ny-model17-bg:before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 5000px;
	height: 130px;
	bottom: 0;
	right: 50%;
	background-color: #f6f6f6;
	z-index: -1;
}
@media screen and (max-width: 575px) {
	.ny-model17 .padd{
		padding-left: 0;
		padding-right: 0;
	}
}
/*ny-model17 end*/

/*ny-model18*/
.ny-model18-bgcolor{
	background-color: #f6f6f6;
}
.ny-model18{
	padding-top: 70px;
	padding-bottom: 100px;
	text-align: center;
}
.ny-model18 .text-box .en{
	font-size: 48px;
	font-family: "DIDOT-HTF-M96-MEDIUM-ITAL";
	color: #333333;
}
.ny-model18 .text-box .cn{
	font-size: 24px;
	color: #333333;
	margin-bottom: 40px;
}
.ny-model18 .text-box .note{
	font-size: 14px;
	color: #333333;
	max-width: 900px;
	margin: 0 auto;
 	line-height: 2em;
}
@media screen and (max-width: 991px) {
	.ny-model18 {
	    padding-top: 60px;
	    padding-bottom: 70px;
	}
	.ny-model18 .text-box .en {
	    font-size: 42px;
	}
	.ny-model18 .text-box .cn {
	    font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model18 {
	    padding-top: 40px;
	    padding-bottom: 50px;
	}
	.ny-model18 .text-box .en {
	    font-size: 40px;
	}
	.ny-model18 .text-box .cn {
	    font-size: 22px;
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model18-bgcolor {
	    background-color: #eeeeec;
	}
	.ny-model18 {
	    padding-top: 20px;
	    padding-bottom: 30px;
	}
	.ny-model18 .text-box .en {
	    font-size: 40px;
	}
	.ny-model18 .text-box .cn {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.ny-model18 .text-box .note {
	    color: #999999;
	}
}
/*ny-model18 end*/


/*ny-model19*/
.ny-model19 .tp{
	padding-bottom: 72%;
	-webkit-transition: -webkit-transform 1s cubic-bezier(.075,.82,.165,1);
	transition: -webkit-transform 1s cubic-bezier(.075,.82,.165,1);
	transition: transform 1s cubic-bezier(.075,.82,.165,1);
	transition: transform 1s cubic-bezier(.075,.82,.165,1), -webkit-transform 1s cubic-bezier(.075,.82,.165,1);
}
.ny-model19 .box a{
	display: block;
	text-decoration: none;
	margin: 2px;
}
.ny-model19 .box:hover .tp{
	-webkit-transform: scale(0.90);
	transform: scale(0.90);
}
.ny-model19 .box .over-img{
	position: relative;
}
.ny-model19 .box .over-img:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(95% + 3px);
	height: calc(95% + 3px);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 1px solid #c7b299;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.ny-model19 .box:hover .over-img:after{
	opacity: 1;
}
.wap-ny-model19 .swiper-button-next, 
.wap-ny-model19 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.wap-ny-model19 .swiper-button-next{
	background: none;
    right: 0px;
    left: auto;
    background-color: #c7b299;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.wap-ny-model19 .swiper-button-next:hover{
    background-color: #231815;
}
.wap-ny-model19 .swiper-button-next:after{
	content: "";
	display: block;
	width: 30px;
	height: 60px;
	background-image: url(../images/gls-23.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px 18px;
	color: #999999;
}

.wap-ny-model19 .swiper-button-prev{
	background: none;
    right: auto;
    left: 0;
    background-color: #c7b299;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.wap-ny-model19 .swiper-button-prev:hover{
    background-color: #231815;
}
.wap-ny-model19 .swiper-button-prev:after{
	content: "";
	display: block;
	width: 30px;
	height: 60px;
	background-image: url(../images/gls-22.png);
	background-size: 10px 18px;
	background-position: center;
	background-repeat: no-repeat;
	color: #999999;
}
/*ny-model19 end*/


/*ny-model20*/
.ny-model20 {
	padding-top: 100px;
	padding-bottom: 70px;
}
.ny-model20 .title{
	font-size: 30px;
}
.ny-model20 hr{
	margin-top: 30px;
	margin-bottom: 0;
}
.ny-model20 .img-box{
	padding-top: 30px;
	padding-bottom: 30px;
}
.ny-model20 .img-box img{
	margin-bottom: 30px;
}
@media screen and (max-width: 1680px) {
	.ny-model20 {
	    padding-top: 90px;
	    padding-bottom: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.ny-model20 {
	    padding-top: 80px;
	    padding-bottom: 50px;
	}
	.ny-model20 .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.ny-model20 {
	    padding-top: 70px;
	    padding-bottom: 40px;
	}
	.ny-model20 .title {
	    font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model20 {
	    padding-top: 60px;
	    padding-bottom: 30px;
	}
	.ny-model20 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model20 {
	    padding-top: 50px;
	    padding-bottom: 30px;
	}
	.ny-model20 .title {
	    font-size: 22px;
	}
	.ny-model20 hr {
	    margin-top: 20px;
	    margin-bottom: 0;
	}
	.ny-model20 .img-box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model20-bgcolor{
		background-color: #eeeeec;
	}
	.ny-model20 {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	.ny-model20 .title {
	    font-size: 20px;
	}
	.ny-model20 hr {
	    margin-top: 20px;
	    margin-bottom: 0;
	}
	.ny-model20 .bjb{
	    color: #666666;
	}
	.ny-model20 .img-box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ny-model20 .img-box img{
		margin-bottom: 20px;
	}
}
/*ny-model20 end*/


/*ny-model21*/
.ny-model21 .ny-search-box{
	font-size: 0;
}
.ny-model21 .ny-search-box select{
	border: 1px solid #e2e2e2;
	background-color: #e2e2e2;
	color: #000000;
	padding: 10px 20px;
	font-size: 14px;
	outline: none;
}
.ny-model21 .ny-search-box input[type="search"]{
	border: 1px solid #e2e2e2;
	font-size: 14px;
	padding: 10px;
	width: calc(100% - 222px);
	outline: none;
}
.ny-model21 .ny-search-box input[type="submit"],.ny-model21 .ny-search-box input[type="button"]{
	border: 1px solid #333333;
	background-color: #333333;
	font-size: 14px;
	padding: 10px 50px;
	color: #fff;
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}
.ny-model21 .ny-search-box input[type="submit"]:hover,.ny-model21 .ny-search-box input[type="button"]:hover{
	border: 1px solid #333333;
	background-color: #fff;
	color: #333;
}
.ny-model21 .ny-search-text{
	margin-bottom: 50px;
}
.ny-model21 .ny-search-text p .s1{
	font-size: 24px;
	color: #333333;
}
.ny-model21 .ny-search-text p .i1{
	margin-left: 10px;
	margin-right: 10px;
	color: #e0e0e0;
	font-size: 24px;
}
.ny-model21 .ny-search-text p .s2{
	font-size: 24px;
	color: #999999;
}
@media screen and (max-width: 991px) {
	.ny-model21 .ny-search-text p .s1{
		font-size: 22px;
	}
	.ny-model21 .ny-search-text p .i1{
		font-size: 22px;
	}
	.ny-model21 .ny-search-text p .s2{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model21 .ny-search-text p .s1{
		font-size: 20px;
	}
	.ny-model21 .ny-search-text p .i1{
		font-size: 20px;
	}
	.ny-model21 .ny-search-text p .s2{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model21 .ny-search-box select{
		display: block;
		margin-bottom: 15px;
		width: 100%;
	}
	.ny-model21 .ny-search-box input[type="search"]{
		display: block;
		margin-bottom: 15px;
		width: 100%;
	}
	.ny-model21 .ny-search-box input[type="submit"]{
		display: block;
		width: 100%;
	}
	
	.ny-model21 .ny-search-text{
		margin-bottom: 20px;
	}
	.ny-model21 .ny-search-text p .s1{
		font-size: 18px;
	}
	.ny-model21 .ny-search-text p .i1{
		font-size: 18px;
	}
	.ny-model21 .ny-search-text p .s2{
		font-size: 18px;
	}
}
/*ny-model21 end*/


/*ny-model22*/
.ny-model22 .dlk{
	margin: 7% auto;
	max-width: 350px;
}
.ny-model22 .dlk .bt{
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	color: #222222;
}
.ny-model22 .dlk .fbt{
	text-align: center;
	margin-bottom: 15px;
	color: #6a6157;
	overflow: hidden;
}
.ny-model22 .dlk .fbt span{
	position: relative;
	font-size: 16px;
	color: #a3a3a3;
}
.ny-model22 .dlk .fbt span:after{
	content: "";
	height: 1px;
	width: 300px;
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	background-color: #e5e5e5;
}
.ny-model22 .dlk .fbt span:before{
	content: "";
	height: 1px;
	width: 300px;
	position: absolute;
	right:calc(100% + 10px);
	top: 50%;
	background-color: #e5e5e5;
}
.ny-model22 .dlk>input{
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 15px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	outline: none;
}
.ny-model22 .dlk .jzmm-box{
	margin-bottom: 15px;
}
.ny-model22 .dlk .jzmm-box .left{
	color: #001f2c;
	font-size: 14px;
}
.ny-model22 .dlk .jzmm-box .left input{
	margin-right: 5px;
}
.ny-model22 .dlk .jzmm-box .right{
	float: right;
}
.ny-model22 .dlk .jzmm-box .right a{
	color: #001f2c;
	text-decoration: none;
}
.ny-model22 .dlk>input[type*="submit"]{
	background-color: #333333;
	border: 1px solid #333333;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-model22 .dlk>input[type*="submit"]:hover{
	background-color: #fff;
	border: 1px solid #333333;
	color: #333333;
}
.ny-model22 .dlk hr{
	border-top: 1px solid #d2cfcc;
}
@media screen and (max-width: 767px){
	.ny-model22 .dlk .bt{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.ny-model22 .dlk>input{
		padding: 7px 12px;
	}
}
/*ny-model22 end*/

/*ny-model23*/
.ny-model23 {
	margin-top: 30px;
	padding-bottom: 30px;
}
.ny-model23 p{
	color: #999999;
	font-size: 16px;
}
.ny-model23 p a{
	color: #999999;
	font-size: 16px;
}
/*ny-model23 end*/

/*ny-model24*/
.ny-model24-bgcolor{
	background-color: #f6f6f6;
}
.ny-model24 .title-box{
	text-align: center;
	margin-bottom: 50px;
}
.ny-model24 .title-box .en{
	font-family: 'DIDOT-HTF-M96-MEDIUM-ITAL';
	font-size: 36px;
	color: #c3c3c3;
	margin-bottom: 10px;
}
.ny-model24 .title-box .cn{
	color: #333333;
	font-size: 48px;
}
@media screen and (max-width: 1680px){
	.ny-model24 .title-box .en{
		font-size: 34px;
	}
}
@media screen and (max-width: 1440px){
	.ny-model24 .title-box .en{
		font-size: 30px;
	}
	.ny-model24 .title-box .cn{
		font-size: 44px;
	}
}
@media screen and (max-width: 1280px){
	.ny-model24 .title-box .en{
		font-size: 28px;
	}
	.ny-model24 .title-box .cn{
		font-size: 40px;
	}
}
@media screen and (max-width: 1199px){
	.ny-model24 .title-box .en{
		font-size: 26px;
	}
	.ny-model24 .title-box .cn{
		font-size: 36px;
	}
}
@media screen and (max-width: 991px){
	.ny-model24 .title-box .en{
		font-size: 24px;
	}
	.ny-model24 .title-box .cn{
		font-size: 32px;
	}
}
@media screen and (max-width: 767px){
	.ny-model24 .title-box {
	    margin-bottom: 40px;
	}
	.ny-model24 .title-box .en{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.ny-model24 .title-box .cn{
		font-size: 28px;
	}
}
@media screen and (max-width: 575px){
	.ny-model24 .title-box {
	    margin-bottom: 30px;
	}
	.ny-model24 .title-box .en{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.ny-model24 .title-box .cn{
		font-size: 24px;
	}
}

/*ny-model24 end*/

/*ny-model25*/
.ny-model25 .over-box{
	overflow: hidden;
	margin-bottom: 30px;
}
.ny-model25 .box{
	background-color: #fff;
	text-align: center;
	padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 99999px;
    margin-bottom: -99949px;
}
.ny-model25 .box img{
	margin-bottom: 15px;
}
.ny-model25 .box .title{
	margin-bottom: 15px;
	font-size: 30px;
}
.ny-model25 .box .note{
	color: #999999;
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 1440px){
	.ny-model25 .box .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1280px){
	.ny-model25 .box .title {
	    font-size: 26px;
	}
}
@media screen and (max-width: 1199px){
	.ny-model25 .box .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 991px){
	.ny-model25 .box img {
	    width: 70px;
	}
	.ny-model25 .box .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.ny-model25 .over-box{
		margin-bottom: 15px;
	}
	.ny-model25 .box {
	    padding-top: 40px;
	    padding-left: 0px;
	    padding-right: 0px;
	    padding-bottom: 99999px;
	    margin-bottom: -99959px;
	}
	.ny-model25 .box img {
	    width: 60px;
	}
	.ny-model25 .box .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 575px){
	.ny-model25 .over-box{
		margin-bottom: 15px;
	}
	.ny-model25 .box {
	    padding-top: 30px;
	    padding-left: 0px;
	    padding-right: 0px;
	    padding-bottom: 99999px;
	    margin-bottom: -99969px;
	}
	.ny-model25 .box img {
	    width: 50px;
	}
	.ny-model25 .box .title {
	    font-size: 18px;
	}
}
/*ny-model25 end*/


/*ny-model26*/
.ny-model26 .box{
	margin-bottom: 50px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.ny-model26 .box .num{
	color: #c7b299;
	margin-bottom: 10px;
	font-size: 24px;
}
.ny-model26 .box .title{
	color: #000000;
	margin-bottom: 15px;
	font-size: 18px;
}
.ny-model26 .box .note{
	color: #999999;
	font-size: 14px;
	line-height: 2em;
}
@media screen and (max-width: 991px){
	.ny-model26 .box {
	    padding-left: 25px;
	    padding-right: 25px;
	}
}
@media screen and (max-width: 767px){
	.ny-model26 .box {
	    margin-bottom: 40px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
}
@media screen and (max-width: 575px){
	.ny-model26 .box {
	    margin-bottom: 30px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.ny-model26 .box .title {
	    margin-bottom: 10px;
	    font-size: 16px;
	}
	.ny-model26 .box .note{
		line-height: 1.75em;
	}
}
/*ny-model26 end*/


/*ny-model27*/
.ny-model27-bgcolor{
	background-color: #f6f6f6;
}
.ny-model27 .title{
	margin-bottom: 10px;
	color: #333333;
	font-size: 18px;
}
.ny-model27 .input1,
.ny-model27 select{
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #dadada;
	margin-bottom: 30px;
	color: #999999;
	font-size: 14px;
}
.ny-model27 .box{
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #dadada;
	margin-bottom: 30px;
}
.ny-model27 input::-webkit-input-placeholder{
	color: #999999;
}
.ny-model27 input::-moz-placeholder{
	color: #999999;
}
.ny-model27 input::-ms-input-placeholder{
	color: #999999;
}
.ny-model27 .box input[type="checkbox"]{
	margin-right: 10px;
	color: #999999;
}
.ny-model27 .box .span1{
	margin-right: 20px;
	color: #999999;
	font-size: 14px;
}
.ny-model27 .box .span2{
	color: #999999;
	font-size: 14px;
}
.ny-model27 .box .input2{
	border: none;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #e5e5e5;
	outline: none;
	text-align: center;
	width: calc(100% - 175px);
	color: #999999;
	font-size: 14px;
}
.ny-model27 .sub-box{
	text-align: right;
	font-size: 14px;
}
.ny-model27 .sub-box input{
	padding: 8px 60px;
	background-color: #c7b299;
	color: #fff;
	border: 1px solid #dadada;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-model27 .sub-box input:hover{
	background-color: #fff;
	color: #c7b299;
	border: 1px solid #c7b299;
}
@media screen and (max-width: 767px){
	.ny-model27 .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.ny-model27 .sub-box input{
		width: 100%;
	}
	.ny-model27 .input1,
	.ny-model27 select{
		margin-bottom: 20px;
	}
	.ny-model27 .box {
	    margin-bottom: 20px;
	}
	.ny-model27 .title{
		font-size: 14px;
	}
}
/*ny-model27 end*/

.yq-bgcolor{
	background-color: #f7f7f7;
	padding: 50px 0;
}
.yq-box .title{
	margin-bottom: 25px;
	color: #686767;
}
.yq-box ul>li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
.yq-box ul>li>a{
	text-decoration: none;
	color: #686767;
}
.yq-box ul>li>a:hover{
	color: #000000;
}
@media screen and (max-width: 991px){
	.yq-bgcolor{
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}