﻿@charset "utf-8";

@font-face {
	font-family: 'SourceHanSansCN-Regular';
	src: url(../fonts/SourceHanSansCN-Regular.otf);
}

@font-face {
	font-family: 'Helvetica_Neue_CE_35_Thin';
	src: url(../fonts/Helvetica Neue CE 35 Thin.ttf);
}

@font-face {
	font-family: 'Helvetica_Neue_CE_55_Roman';
	src: url(../fonts/Helvetica Neue CE 55 Roman.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;
}
.over-img{
	overflow: hidden;
}
.eli-padd {
	padding-left: 0;
	padding-right: 0;
}
.xysimg{
	height: 0;
	position: relative;
	overflow: hidden;
}
.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;
}
.tra{ color:#000000}
.tra a{ color:#000000}
.default-padd{
	padding-left: 15px;
	padding-right: 15px;
}
.default-container{
	max-width: 1680px;
	margin: 0 auto;
}

[data-comp=button_line] {
    height: 30px;
    line-height: 30px;
    position: relative;
    letter-spacing: 1px;
    display: block;
    margin-left: 55px;
}

/*按钮icon*/
[data-comp=button_line] .icon-line {
    width: 40px;
    height: 1px;
    background-color: #b7b7b7;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: -55px;
}
[data-comp=button_line] .icon-line:after{
	content: "";
	display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 1px;
   	background-color: #000;
   	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{
	
	height: auto;
}*/

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,

.bjb p{
	/*line-height: 2em;
	font-size: 14px;*/
	color: #00;
	line-height: 2.5em;
	font-size: 16px;

	text-align:left;
	font-family:Arial,'Microsoft Yahei';
}

.bjb h5{ font-size: 2rem;color: #a4a4a4;}
.bjb .juzhongTitle{
	font-size: 36px;
	font-weight:bold; 
	text-align:center;
}

.zl{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.zl img{
	
	height: auto;
}

.zl h1,
.zl h2,
.zl h3,
.zl h4,
.zl h5,
.zl p{
	color: #000;
	line-height: 2em;
	font-size: 18px;
	text-align:center;
	font-family:Arial,'Microsoft Yahei';
}

@media screen and (max-width: 767px) {
	.bjb{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.bjb .aboutimg{
		width: 100%;
	}
	.zl{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.bjb p{
	color: #666666;
}
.bjb p{
	/*line-height: 2em;
	font-size: 14px;*/
	color: #000;
	line-height: 2.5em;
	font-size:0.8rem;
	text-align:left;
}
.bjb .culute_img{
   width:30%; margin:0 20%;}

.bjb .culutes_img{
   width:40%; margin:0 20%;}

.zl{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.zl img{
width:50%; margin:0 auto
	height: auto;
}

.zl h1,
.zl h2,
.zl h3,
.zl h4,
.zl h5,
.zl p{
	color: #a4a4a4;
	line-height: 2em;
	font-size: 0.8rem;
	font-weight:bold; 
	text-align:center;
}

}
/*编辑版结束*/
@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;
	}
}

/*头部*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	-webkit-transition: top .5s cubic-bezier(.19,1,.22,1);
	transition: top .5s cubic-bezier(.19,1,.22,1);
}
.header.over{
	top: -80px;
	-webkit-transition: top .5s cubic-bezier(.19,1,.22,1);
	transition: top .5s cubic-bezier(.19,1,.22,1);
}
.pc-nav{
	width: 100%;
	font-size: 0;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff;
}
.pc-nav .pc-left{
	display: inline-block;
	width: calc(50% - 107px);
	width: -moz-calc(50% - 107px);
	font-size: 14px;
	vertical-align: top;
	height: 80px;
}
.navlist-box{
	min-width: 80px;
    width: 120px;
    display: inline-block;
    border-right: 1px solid #e2e2e2;
    height: 80px;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.wap-nav {
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
    min-width: 320px;
	height:3.8rem;
}

/*导航按钮效果*/

.nav-btn a{
	width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    outline: none;
}
.nav-btn{
	height: 80px;
	text-align: center;
}
.nav-btn a .list-btn-line1{
	display: block;
    content: "";
    background: #000;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 31px;
	top: 36px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.nav-btn a .list-btn-line1:after{
    content: "";
    display: inline-block;
    background: #fff;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 100%;
	top: 0;
	-webkit-transition: all 0s;
	transition: all 0s;
}

.nav-btn a:hover .list-btn-line1:after{
    left: -36px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav-btn a .list-btn-line2{
	display: block;
    content: "";
    background: #000;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 31px;
    top: 41px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.nav-btn a .list-btn-line2:after{
    content: "";
    display: inline-block;
    background: #fff;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 100%;
	top: 0;
	-webkit-transition: all 0s;
	transition: all 0s;

}
.nav-btn a:hover .list-btn-line2:after{
    left: -36px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.nav-btn a .list-btn-line3{
	display: block;
    content: "";
    background: #000;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 31px;
	top: 46px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.nav-btn a .list-btn-line3:after{
    content: "";
    display: inline-block;
    background: #fff;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 100%;
	top: 0;
	-webkit-transition: all 0s;
	transition: all 0s;
}
.nav-btn a:hover .list-btn-line3:after{
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    left: -36px;
}

.nav-btn a.active .list-btn-line1{
	top: 35px;
	left: 34px;
	-webkit-transform-origin:0px 0px;
	transform-origin:0px 0px;
	transform:rotate3d(180deg);
	-webkit-transform:rotate3d(180deg); /* Safari and Chrome */ /* Firefox */
	transform:rotateY(45deg);
	-webkit-transform:rotateY(45deg); /* Safari and Chrome */ /* Firefox */
	transform:rotateZ(45deg);
	-webkit-transform:rotateZ(45deg); /* Safari and Chrome */
	-moz-transform:rotateZ(45deg); /* Firefox */
	
	-webkit-transition: all 0.3s;
	
	transition: all 0.3s;
}
.nav-btn a.active .list-btn-line2{
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-btn a.active .list-btn-line3{
	top: 35px;
	left: 27px;
	-webkit-transform-origin:18px 0px;
	transform-origin:18px 0px;
	transform:rotateX(180deg);
	-webkit-transform:rotateX(180deg); /* Safari and Chrome */ /* Firefox */
	transform:rotateZ(-45deg);
	-webkit-transform:rotateZ(-45deg); /* Safari and Chrome */
	-moz-transform:rotateZ(-45deg); /* Firefox */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-btn a.active .list-btn-line1:after,
.nav-btn a.active .list-btn-line2:after,
.nav-btn a.active .list-btn-line3:after{
	opacity: 0;
	display: none;
}
.navlist-box.wap{
	float: right;
	border-left: 1px solid #e2e2e2;
	border-right: none;
	border-bottom: 1px solid #fff;
	width: 100px;
}

/*导航按钮效果 end*/
/*下拉菜单*/
.blackLevel{
	position: fixed;
	top: 81px;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	display: none;
}
.burger_menu{
	position: fixed;
	top: 81px;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	overflow: hidden;
	height: 0;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	opacity: 0;
	-webkit-transition-delay: 0.7s;
    transition-delay: 0.7;
}

.burger_menu.active{
	height: 500px;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	opacity: 1;
	-webkit-transition-delay: 0.2s;
    transition-delay: 0.2;
}
.burger_menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.burger_menu>ul{
	padding-top: 80px;
	padding-bottom: 80px;
	-webkit-transition: all 0.7s cubic-bezier(.19,1,.22,1);
	transition: all 0.7s cubic-bezier(.19,1,.22,1);
}
.burger_menu>ul>li{
	display: inline-block;
	border-right: 1px solid #e2e2e2;
	padding-right: 30px;
	width: 25%;
	font-size: 14px;
	vertical-align: top;
	min-height: 250px;
}
.burger_menu>ul>li:nth-child(n+1){
	padding-left: 5%;
}
.burger_menu>ul>li:nth-last-of-type(1){
	border-right: none;
}
.burger_menu>ul>li>a{
	display: inline-block;
	text-decoration: none;
	text-decoration: none;
	color: #8d8d8d;
	margin-bottom: 10px;
	font-size: 14px;
}
.burger_menu>ul>li>ul>li>a{
	display: inline-block;
	text-decoration: none;
	text-decoration: none;
	color: #8d8d8d;
	margin-bottom: 10px;
	font-size: 14px;
	position: relative;
}
.burger_menu>ul>li>ul>li>a:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #8d8d8d;
	-webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
	transition: width .5s cubic-bezier(.19,1,.22,1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.burger_menu>ul>li>ul>li>a:hover:after{
	width: 100%;
}

.burger_menu .title{
	color: #282828;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}


.burger_menu>ul>li:nth-child(2){
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
    
}
.burger_menu>ul>li:nth-child(2)>a,
.burger_menu>ul>li:nth-child(2)>ul{
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	opacity: 1;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    
}
.burger_menu>ul>li:nth-child(3){
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0;
}
.burger_menu>ul>li:nth-child(3)>a,
.burger_menu>ul>li:nth-child(3)>ul{
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    opacity: 0;
}
.burger_menu>ul>li:nth-child(4){
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    opacity: 0;
}
.burger_menu>ul>li:nth-child(4)>a,
.burger_menu>ul>li:nth-child(4)>ul{
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
}



.burger_menu.active>ul>li:nth-child(2){
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    
}
.burger_menu.active>ul>li:nth-child(2)>a,
.burger_menu.active>ul>li:nth-child(2)>ul{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.burger_menu.active>ul>li:nth-child(3){
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
}
.burger_menu.active>ul>li:nth-child(3)>a,
.burger_menu.active>ul>li:nth-child(3)>ul{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    opacity: 1;
}
.burger_menu.active>ul>li:nth-child(4){
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
    opacity: 1;
}
.burger_menu.active>ul>li:nth-child(4)>a,
.burger_menu.active>ul>li:nth-child(4)>ul{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1
}
/*下拉菜单end*/

.wap-logo{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.pc-nav .pc-left>ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	vertical-align: top;
}
.pc-nav .pc-left>ul>li{
	display: inline-block;
	height: 80px;
	border-right: 1px solid #e2e2e2;
	font-size: 16px;
	padding: 29px 20px;
	vertical-align: top;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.pc-nav .pc-left>ul>li>a{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.pc-nav .pc-left>ul>li>a:hover{
	color: rgba(0,0,0,.4)!important;
}
.pc-nav .pc-logo{
	display: inline-block;
	font-size: 14px;
	width: 214px;
	vertical-align: top;
	height: 80px;
	padding-top:15px;
}
.pc-nav .pc-right{
	display: inline-block;
	width: calc(50% - 107px);
	width: -moz-calc(50% - 107px);
	font-size: 0px;
	vertical-align: top;
	height: 80px;
	text-align: right;
}
.pc-nav .pc-right ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.pc-nav .pc-right ul>li{
	display: inline-block;
	height: 80px;
	border-left: 1px solid #e2e2e2;
	font-size: 16px;
	padding: 29px 20px;
	vertical-align: top;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.pc-nav .pc-right ul>li>a{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.pc-nav .pc-right ul>li>a:hover{
	color: rgba(0,0,0,.4)!important;
}
.pc-nav .pc-right .icon{
	display: inline-block;
	background-image: url(../Images/icon1.png);
	width: 23px;
	height: 16px;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 4px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
}
.pc-nav .pc-right .icon:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
}
.pc-nav .pc-right .icon1{
	background-position-x: 0;
}
.pc-nav .pc-right .icon2{
	background-position-x: -23px;
}
.pc-nav .pc-right .icon3{
	background-position-x: -46px;
}
.pc-nav .pc-right .icon4{
	background-position-x: -69px;
}
.pc-nav .pc-right .share-box{
	padding-left: 0;
	padding-right: 0;
	width: 187px;
	-webkit-transition: all 0.7s cubic-bezier(.19,1,.22,1);
	transition: all 0.7s cubic-bezier(.19,1,.22,1);
}
.pc-nav .pc-right .share-box div{
	padding-left: 20px;
	padding-right: 20px;
	white-space:nowrap;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}

.pc-nav .pc-right .search-box{
	display: inline-block;
	vertical-align: top;
	height: 80px;
	border-left:1px solid #e2e2e2;
}
.pc-nav .pc-right .search-box a{
	color: #292929;
	display: inline-block;
	height: 81px;
	vertical-align: top;
	position: relative;
	padding: 29px 40px;
	z-index: 1;
}
.pc-nav .pc-right .search-input{
	position: absolute;
	top: 0;
	right: 0;
	width: 98px;
	height: 80px;
	padding: 19px 0px;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #e2e2e2;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4;
}
.pc-nav .pc-right .search-input.active{
	width: 570px;
	-webkit-transition-delay: 0s;
    transition-delay: 0;
    background-color: #f5f5f5;
}
.pc-nav .pc-right .search-input input{
	border: none;
	width: 440px;
	background-color: #f5f5f5;
	outline: none;
	padding: 10px;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	opacity: 0;
	visibility: 0;
	-webkit-transition: opacity 1s cubic-bezier(.19,1,.22,1),visibility 1s cubic-bezier(.19,1,.22,1);
	transition: opacity 1s cubic-bezier(.19,1,.22,1),visibility 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0s;
    transition-delay: 0;
}
.pc-nav .pc-right .search-input.active input{
	opacity: 1;
	visibility: 1;
	-webkit-transition: opacity 1s cubic-bezier(.19,1,.22,1),visibility 1s cubic-bezier(.19,1,.22,1);
	transition: opacity 1s cubic-bezier(.19,1,.22,1),visibility 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4;
}
.wap-nav .navlist-box .wap-burger_menu{
	position: fixed;
	top: 81px;
	left: 0;
	width: 100%;
	height: calc(0%);
	height: -moz-calc(0%);
	background-color: #fff;
	z-index: 1;
	overflow-y: auto;
	
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
    
}
.wap-nav .navlist-box .wap-burger_menu.active{
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
	
	height: calc(100% - 59px);
	height: -moz-calc(100% - 59px);
	
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.wap-nav .navlist-box .wap-burger_menu.active{
		height: 100%;
	}
}




.wap-nav .navlist-box .wap-burger_menu>.level1{
	padding: 60px 0;
}
.wap-nav .navlist-box .wap-burger_menu>.level1>li{
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	
	opacity: 0;
	
    transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
    
}
.wap-nav .navlist-box .wap-burger_menu.active>.level1>li{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	
	opacity: 1;
	
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 1s cubic-bezier(.19,1,.22,1);
}

.wap-nav .navlist-box .wap-burger_menu>.level1>li:nth-child(1){
	transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
}
.wap-nav .navlist-box .wap-burger_menu>.level1>li:nth-child(2){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}
.wap-nav .navlist-box .wap-burger_menu>.level1>li:nth-child(3){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}
.wap-nav .navlist-box .wap-burger_menu>.level1>li:nth-child(n+4){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}


.wap-nav .navlist-box .wap-burger_menu.active>.level1>li:nth-child(1){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}

.wap-nav .navlist-box .wap-burger_menu.active>.level1>li:nth-child(2){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

.wap-nav .navlist-box .wap-burger_menu.active>.level1>li:nth-child(3){
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
}
.wap-nav .navlist-box .wap-burger_menu.active>.level1>li:nth-child(n+4){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}


.wap-nav .navlist-box .wap-burger_menu>ul>li>a{
	display: block;
	text-decoration: none;
	padding: 25px 0 20px;
	color: #282828;
	border-bottom: 1px solid hsla(0,0%,72%,.5);
	font-size: 18px;
}
.wap-nav .navlist-box .wap-burger_menu>ul>li>a i{
	float: right;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.wap-nav .navlist-box .wap-burger_menu>ul>li.active>a i{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wap-nav .navlist-box .wap-burger_menu>ul>li>ul{
	padding: 0;
	overflow: hidden;
	display: none;
}
.wap-nav .navlist-box .wap-burger_menu>ul>li>ul>li{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.wap-nav .navlist-box .wap-burger_menu>ul>li>ul>li>a{
	color: #8d8d8d;
	display: inline-block;
    text-decoration: none;
    position: relative;
}
.wap-nav .navlist-box .wap-burger_menu>ul>li>ul>li>a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #8d8d8d;
    -webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
    transition: width .5s cubic-bezier(.19,1,.22,1);
}
.wap-nav .navlist-box .wap-burger_menu>ul>li>ul>li>a:hover:after {
    width: 100%;
}
.wap-nav .search-box{
	float: right;
	width: 80px;
	height: 80px;
	border-left: 1px solid #e2e2e2;
}
.wap-nav .search-box a{
	display: block;
	text-decoration: none;
	padding: 30px;
	color: #000;
}

.search-fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 4%;
	display: none;
}
.search-fixed .search-layer{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 92%;
	text-align: center;
	font-size: 14px;
	z-index: 4;
}
.search-fixed .search-layer input{
	display: block;
	width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #f5f5f5;
    border: 0 none;
}
.search-fixed .search-layer button{
    margin-top: 4%;
    font-weight: 600;
    color: #282828;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: #1b1b1b;
    color: #d9d9d9;
    cursor: pointer;
    
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border: 0 none;
}
.search-fixed .bgcolor{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),color-stop(50%, #000),to(rgba(0,0,0,.5)));
	background: linear-gradient(180deg,rgba(0,0,0,.5),#000 50%,rgba(0,0,0,.5));
	z-index: 3;
}
@media screen and (max-width: 1440px) {
	.pc-nav .pc-left>ul>li {
	    padding: 29px 15px;
	}
	.pc-nav .pc-right ul>li {
	    padding: 29px 15px;
	}
	.pc-nav .pc-right .search-input.active {
	    width: 530px;
	}
	.pc-nav .pc-right .search-input input {
	    width: 390px;
	}
	.pc-nav .pc-right .share-box{
		width: 177px;
	}
	.pc-nav .pc-right .share-box div{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 1366px) {
	.pc-nav .pc-right .share-box{
		width: 0px;
		opacity: 0;
		-webkit-transition: all 0.7s cubic-bezier(.19,1,.22,1);
		transition: all 0.7s cubic-bezier(.19,1,.22,1);
	}
	.pc-nav .pc-right .search-input.active {
	    width: 350px;
	}
	.pc-nav .pc-right .search-input input {
	    width: 210px;
	}
	.burger_menu>ul {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.burger_menu.active{
		height: 400px;
	}
}
@media screen and (max-width: 767px) {
	.wap-nav .navlist-box .wap-burger_menu.active{
		height: calc(100% - 59px);
	}
	.wap-nav .navlist-box .wap-burger_menu>.level1 {
	    padding: 40px 0;
	}
	.wap-nav .navlist-box .wap-burger_menu>ul>li>a {
	    font-size: 16px;
	}
	.wap-logo{
		padding-left: 10px;
		padding-right: 10px;
		width:60%;
	}
	.nav-btn {
	    height: 58px;
	}
	.nav-btn a {
	    width: 58px;
	    height: 58px;
	}
	.navlist-box.wap {
	    width: 58px;
	    height: 58px;
	    min-width: 58px;
	}
	.wap-nav .search-box {
	    width: 58px;
	    height: 58px;
	}
	.wap-nav .search-box a {
	    padding: 19px;
	}
	.nav-btn a .list-btn-line1 {
	    left: 20px;
	    top: 24px;
	}
	.nav-btn a .list-btn-line2 {
	    left: 20px;
	    top: 29px;
	}
	.nav-btn a .list-btn-line3 {
	    left: 20px;
	    top: 34px;
	}
	.nav-btn a.active .list-btn-line1 {
	    top: 23px;
	    left: 23px;
	}
	.nav-btn a.active .list-btn-line3 {
	    top: 23px;
	    left: 17px;
	}
	.wap-nav .navlist-box .wap-burger_menu {
	    top: 59px;
	}
	.wap-nav .navlist-box .wap-burger_menu.active {
	    top: 59px;
	}
}
/*头部 end*/

/*头部防遮挡*/
.header-height-div{
	height: 80px;
}
@media screen and (max-width: 767px) {
	.header-height-div{
		height: 58px;
	}
}
/*头部防遮挡 end*/



@media screen and (max-width: 1680px) {
	#bg-video-box .banner-center-text .title {
	    font-size: 70px;
	    margin-bottom: 45px;
	}
}
@media screen and (max-width: 1280px) {
	#bg-video-box .banner-center-text .title {
	    font-size: 60px;
	    margin-bottom: 40px;
	}
	#bg-video-box .banner-center-text a img{
		width: 80px;
	}
	#bg-video-box .more img{
		width: 80px;
	}
}
@media screen and (max-width: 991px) {
	#bg-video-box .banner-center-text .f-title {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	#bg-video-box .banner-center-text .title {
	    font-size: 50px;
	    margin-bottom: 35px;
	}
	#bg-video-box .banner-center-text a img{
		width: 70px;
	}
	#bg-video-box .more img{
		width: 70px;
	}
}
@media screen and (max-width: 767px) {
	#bg-video-box .banner-center-text .f-title {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	#bg-video-box .banner-center-text .title {
	    font-size: 36px;
	    margin-bottom: 30px;
	}
	#bg-video-box .banner-center-text a img{
		width: 60px;
	}
	#bg-video-box .more img{
		width: 70px;
	}
}
/*视频背景 end*/


@media screen and (max-width: 1680px) {
	.index-box1 .box1 .column-title .en,
	.index-box2 .column-title .en,
	.index-box3 .column-title .en,
	.index-box4 .column-title .en {
	    font-size: 56px;
	}
	.index-box1 .box1 .column-title .cn,
	.index-box2 .column-title .cn,
	.index-box3 .column-title .cn,
	.index-box4 .column-title .cn  {
	    font-size: 32px;
	}
	.index-box1 .box1 .column-title {
	    margin-bottom: 50px;
	}
	.index-box3 .column-title .over-img {
	    margin-top: 50px;
	}
	.index-box2 .column-title,
	.index-box4 .column-title {
	    margin-bottom: 80px;
	}
	.index-box1 .box1 {
	    margin-bottom: 80px;
	}
	.index-box1 .box2, .index-box1 .box3, .index-box1 .box4, .index-box1 .box5,.index-box2 {
	    margin-bottom: 80px;
	}
	.index-box1>section {
	    padding-top: 110px;
	    padding-bottom: 110px;
	}
	.index-box4 {
	    padding-top: 180px;
	    padding-bottom: 170px;
	}
	.index-box3 .index-box3-layer1>div {
	    -webkit-transform: translateY(90px);
	    transform: translateY(90px);
	}
}
@media screen and (max-width: 1440px) {
	.index-box1 .box1 .column-title .en,
	.index-box2 .column-title .en,
	.index-box3 .column-title .en,
	.index-box4 .column-title .en {
	    font-size: 50px;
	}
	.index-box1 .box1 .column-title .cn,
	.index-box2 .column-title .cn,
	.index-box3 .column-title .cn,
	.index-box4 .column-title .cn  {
	    font-size: 30px;
	}
	.index-box1 .box1 .column-title {
	    margin-bottom: 45px;
	}
	.index-box3 .column-title .over-img {
	    margin-top: 45px;
	}
	.index-box2 .column-title,
	.index-box4 .column-title {
	    margin-bottom: 75px;
	}
	.index-box1 .box1 {
	    margin-bottom: 65px;
	}
	.index-box1 .text-box a .over-img{
		width: 160px;
	}
	.index-box1 .text-box, .index-box1 .image-box {
	    margin-bottom: 45px;
	}
	.index-box1 .box2, .index-box1 .box3, .index-box1 .box4, .index-box1 .box5,.index-box2 {
	    margin-bottom: 65px;
	}
	.index-box1>section {
	    padding-top: 90px;
	    padding-bottom: 90px;
	}
	.index-box4 h3 {
	    font-size: 22px;
	}
	.index-box4 p em {
	    font-size: 22px;
	}
	.index-box4 p strong {
	    font-size: 22px;
	}
	.index-box4 {
	    padding-top: 150px;
	    padding-bottom: 130px;
	}
	.index-box3 .index-box3-layer2 .text-box .text h3,
	.index-box3 .index-box3-layer2 .text-box .text .date {
	    font-size: 22px;
	}
	.index-box3 .index-box3-layer1>div {
	    -webkit-transform: translateY(75px);
	    transform: translateY(75px);
	}
	.index-box3 .index-box3-layer2 .text-box {
	    -webkit-transform: translateY(105px);
	    transform: translateY(105px);
	}
}
@media screen and (max-width: 1280px) {
	.index-box1 .box1 .column-title .en,
	.index-box2 .column-title .en,
	.index-box3 .column-title .en,
	.index-box4 .column-title .en {
	    font-size: 44px;
	}
	.index-box1 .box1 .column-title .cn,
	.index-box2 .column-title .cn,
	.index-box3 .column-title .cn,
	.index-box4 .column-title .cn  {
	    font-size: 28px;
	}
	.index-box1 .box1 .column-title {
	    margin-bottom: 40px;
	}
	.index-box3 .column-title .over-img {
	    margin-top: 40px;
	}
	.index-box2 .column-title,
	.index-box4 .column-title {
	    margin-bottom: 60px;
	}
	.index-box1 .box1 {
	    margin-bottom: 50px;
	}
	.index-box1 .text-box a .over-img{
		width: 140px;
	}
	.index-box1 .text-box header h2 {
	    margin-bottom: 25px;
	    font-size: 22px;
	}
	.index-box1 .box6 h2 {
	    font-size: 22px;
	}
	.index-box1 .text-box, .index-box1 .image-box {
	    margin-bottom: 40px;
	}
	.index-box1 .box2, .index-box1 .box3, .index-box1 .box4, .index-box1 .box5,.index-box2 {
	    margin-bottom: 50px;
	}
	.index-box1>section {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.index-box2 .column-note {
	    margin-bottom: 40px;
	}
	.index-box2 .more {
	    padding: 10px 40px;
	}
	.index-box4 h3 {
	    font-size: 20px;
	}
	.index-box4 p em {
	    font-size: 20px;
	}
	.index-box4 p strong {
	    font-size: 20px;
	}
	.index-box4 {
	    padding-top: 120px;
	    padding-bottom: 90px;
	}
	.index-box3 .index-box3-layer2 .text-box .text h3,
	.index-box3 .index-box3-layer2 .text-box .text .date {
	    font-size: 20px;
	}
	.index-box3 .index-box3-layer1>div {
	    -webkit-transform: translateY(60px);
	    transform: translateY(60px);
	}
	.index-box3 .index-box3-layer2 .text-box {
	    -webkit-transform: translateY(90px);
	    transform: translateY(90px);
	}
	.index-box3 .index-box3-layer2 .text-box .text {
	    padding-bottom: 130px;
	}
}
@media screen and (max-width: 991px) {
	.index-box1 .box1 .column-title .en,
	.index-box2 .column-title .en,
	.index-box3 .column-title .en,
	.index-box4 .column-title .en {
	    font-size: 38px;
	}
	.index-box1 .box1 .column-title .cn,
	.index-box2 .column-title .cn,
	.index-box3 .column-title .cn,
	.index-box4 .column-title .cn  {
	    font-size: 24px;
	}
	.index-box1 .box1 .column-title {
	    margin-bottom: 35px;
	}
	.index-box3 .column-title .over-img {
	    margin-top: 35px;
	}
	.index-box2 .column-title,
	.index-box4 .column-title {
	    margin-bottom: 45px;
	}
	.index-box1 .box1 {
	    margin-bottom: 45px;
	}
	.index-box1 .text-box a .over-img{
		width: 120px;
	}
	.index-box1 .text-box header h2 {
	    margin-bottom: 20px;
	    font-size: 20px;
	}
	.index-box1 .box6 h2 {
	    font-size: 20px;
	    margin-top: 20px;
	}
	.index-box1 .text-box, .index-box1 .image-box {
	    margin-bottom: 35px;
	}
	.index-box1 .box2, .index-box1 .box3, .index-box1 .box4, .index-box1 .box5,.index-box2 {
	    margin-bottom: 35px;
	}
	.index-box1>section {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.index-box2 .column-note {
	    margin-bottom: 30px;
	    font-size: 16px;
	}
	.index-box2 .more {
	    padding: 7px 35px;
	}
	.index-box4 h3 {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.index-box4 .box {
	    margin-bottom: 35px;
	}
	.index-box4 p em {
	    font-size: 18px;
	}
	.index-box4 p strong {
	    font-size: 18px;
	}
	.index-box4 p {
	    font-size: 16px;
	}
	.index-box4 {
	    padding-top: 90px;
	    padding-bottom: 60px;
	}
	.index-box3 .index-box3-layer2 .text-box .text h3,
	.index-box3 .index-box3-layer2 .text-box .text .date {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.index-box3 .index-box3-layer1>div {
	    -webkit-transform: translateY(45px);
	    transform: translateY(45px);
	}
	.index-box3 .index-box3-layer2 .text-box {
	    -webkit-transform: translateY(75px);
	    transform: translateY(75px);
	}
	.index-box3 .index-box3-layer2 .text-box .text {
	    padding-bottom: 110px;
	}
}
@media screen and (max-width: 767px) {
	.index-box1 .box1 .column-title .en,
	.index-box2 .column-title .en,
	.index-box3 .column-title .en,
	.index-box4 .column-title .en {
	    font-size: 32px;
	}
	.index-box1 .box1 .column-title .cn,
	.index-box2 .column-title .cn,
	.index-box3 .column-title .cn,
	.index-box4 .column-title .cn  {
	    font-size: 22px;
	}
	.index-box1 .box1 .column-title {
	    margin-bottom: 30px;
	}
	.index-box2 .column-title,
	.index-box4 .column-title {
	    margin-bottom: 30px;
	}
	.index-box3 .column-title .over-img {
	    margin-top: 30px;
	}
	.index-box1 .box1 .column-note {
	    max-width: 100%;
	}
	.index-box1 .text-box header {
	    max-width: 100%;
	    text-align: left;
	}
	.index-box1 .box1 {
	    margin-bottom: 30px;
	}
	.index-box1 .text-box a .over-img{
		width: 100px;
	}
	.index-box1 .text-box header h2 {
	    margin-bottom: 10px;
	    font-size: 18px;
	}
	.index-box1 .box6 h2 {
	    font-size: 18px;
	    margin-top: 15px;
	    text-align: left;
	}
	.index-box1 .text-box, .index-box1 .image-box {
	    margin-bottom: 20px;
	}
	.index-box1 .box2, .index-box1 .box3, .index-box1 .box4, .index-box1 .box5 {
	    margin-bottom: 20px;
	}
	.index-box1>section {
	    padding-top: 30px;
	    padding-bottom: 10px;
	}
	.index-box2 .column-note {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	.index-box2 .more {
	    padding: 5px 30px;
	}
	.index-box4 h3 {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.index-box4 p strong {
	    font-size: 16px;
	}
	.index-box4 .box {
	    margin-bottom: 30px;
	}
	.index-box4 p em {
	    font-size: 16px;
	}
	.index-box4 p {
	    font-size: 14px;
	}
	.index-box4 {
	    padding-top: 60px;
	    padding-bottom: 30px;
	}
	.index-box3 .index-box3-layer2 .text-box .text h3,
	.index-box3 .index-box3-layer2 .text-box .text .date {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.index-box3 .index-box3-layer1>div {
	    transform: translateY(30px);
	    -webkit-transform: translateY(30px);
	    -moz-transform: translateY(30px);
	    -ms-transform: translateY(30px);
	}
	.index-box3 .index-box3-layer2 .text-box {
	    transform: translateY(60px);
	    -webkit-transform: translateY(60px);
	    -moz-transform: translateY(60px);
	    -ms-transform: translateY(60px);
	}
	.index-box3 .index-box3-layer2 .text-box .text {
	    padding-bottom: 90px;
	}
	.index-box1 .image-box a .tp img{
	    filter: grayscale(0%);
	    -webkit-filter: grayscale(0%);
	    -moz-filter: grayscale(0%);
	    -ms-filter: grayscale(0%);
	    -o-filter: grayscale(0%);
	}
}
@media screen and (max-width: 575px) {
	.index-box1 .text-box header h2 {
	    font-size: 16px;
	}
	.index-box1 .text-box header p {
	    line-height: 1.75em;
	}
	.index-box1 .box6 h2 {
	    font-size: 16px;
	}
}
/*首页模块*/




/*底部*/

@media screen and (max-width: 1440px) {
	.footer {
	    padding-top: 110px;
	    padding-bottom: 100px;
	}
}
@media screen and (max-width: 1280px) {
	.footer {
	    padding-top: 90px;
	    padding-bottom: 80px;
	}
	.foot-search-box input {
	    width: calc(100% - 150px);
	}
}
@media screen and (max-width: 991px) {
	.footer {
	    padding-top: 70px;
	    padding-bottom: 60px;
	}
	.foot-search-box input {
	    width: calc(100% - 120px);
	}
	.footer .left .logo {
	    margin: 0 auto 30px;
	}
	.footer .left nav ul{
	    margin: 0 auto;
	}
	.foot-search-box .search{
		max-width: 400px;
		margin: 0 auto;
	}
	.foot-search-box, .foot-share-box {
	    text-align: center;
	}
	.foot-address-box {
	    text-align: center;
	}
	.foot-search-box input {
	    padding: 8px 17px;
	}
	.foot-search-box button {
	    padding: 7px;
	    width: 120px;
	}
}
@media screen and (max-width: 767px) {
	.footer {
	    padding-top: 50px;
	    padding-bottom: 40px;
	}
	.footer .left .logo {
	    width: 210px;
	}
	.foot-search-box input {
	    padding: 7px 15px;
	    width: calc(100% - 100px);
	}
	.foot-search-box, 
	.foot-share-box {
	    margin-bottom: 20px;
	}
	.foot-search-box button {
	    padding: 6px;
	    width: 100px;
	}
}
/*底部*/

/*侧边锚链接*/
.cbmaolink{
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.cbmaolink ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.cbmaolink ul>li{
	margin-bottom: 5px;
	margin-top: 5px;
}
.cbmaolink ul>li>a{
	text-decoration: none;
}
.cbmaolink ul>li>a>span{
	float: left;
	color: #666666;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	font-size: 14px;
}
.cbmaolink .icon{
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #dcdddd;
	position: relative;
	margin-left: 15px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.cbmaolink .icon:after{
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.cbmaolink ul>li>a:hover .icon{
	background-color: #666666;
}
.cbmaolink ul>li>a:hover .icon:after{
	border: 1px solid #666666;
}
.cbmaolink ul>li>a:hover>span{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	opacity: 1;
}
/*侧边锚链接 end*/

/*内页导航*/
.ny-top-nav-bgcolor{
	background-color: #f3f5f8;
}
.ny-top-nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.ny-top-nav ul>li{
	display: inline-block;
	margin-left: 40px;
	margin-right: 40px;
}
.ny-top-nav ul>li>a{
	display: inline-block;
	color: #999999;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	-webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
	transition: width .5s cubic-bezier(.19,1,.22,1);
}
.ny-top-nav ul>li>a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #393c41;
	-webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
	transition: width .5s cubic-bezier(.19,1,.22,1);
}
.ny-top-nav ul>li>a.active,
.ny-top-nav ul>li>a:hover{
	color: #393c41;
}
.ny-top-nav ul>li>a.active:after,
.ny-top-nav ul>li>a:hover:after{
	width: 100%;
}
@media screen and (max-width: 991px) {
	.ny-top-nav ul>li {
	    margin-left: 30px;
	    margin-right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.ny-top-nav ul>li>a {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.ny-top-nav ul>li {
	    margin-left: 20px;
	    margin-right: 20px;
	}
}
@media screen and (max-width: 575px) {
	.ny-top-nav ul>li>a {
	    padding-top: 12px;
	    padding-bottom: 12px;
	}
	.ny-top-nav ul>li {
	    margin-left: 5px;
	    margin-right: 5px;
	}
}
/*内页导航 end*/

/*面包屑导航*/
.bread_crumbs_nav{
	padding-top: 30px;
	padding-bottom: 30px;
}
.bread_crumbs_nav ul>li{
	display: inline-block;
	font-size: 0;
}
.bread_crumbs_nav ul>li:after{
	content: ">";
	display: inline-block;
	font-size: 14px;
	color: #c6c6c6;
	margin-left: 25px;
	margin-right: 25px;
}
.bread_crumbs_nav ul>li:nth-last-of-type(1):after{
	content: "";
	display: none;
}
.bread_crumbs_nav ul>li>a{
	font-size: 14px;
	color: #c6c6c6;
	text-decoration: none;
}
.bread_crumbs_nav ul>li>a.active,
.bread_crumbs_nav ul>li>a:hover{
	color: #333333;
}
.bread_crumbs_nav.ny-banner-bread_crumbs_nav ul>li>a.active,
.bread_crumbs_nav.ny-banner-bread_crumbs_nav ul>li>a:hover{
	color: #ffffff;
}
@media screen and (max-width: 991px) {
	.bread_crumbs_nav {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.bread_crumbs_nav ul>li:after {
	    margin-left: 20px;
	    margin-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.bread_crumbs_nav {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.bread_crumbs_nav ul>li:after {
	    margin-left: 10px;
	    margin-right: 10px;
	}
	.bread_crumbs_nav ul>li>a {
	    font-size: 1rem;
	}
	#history{ padding:0px;}
}
@media screen and (max-width: 575px) {
	.bread_crumbs_nav {
	    padding-top: 12px;
	    padding-bottom: 12px;
	}
	.bread_crumbs_nav ul>li:after {
	    margin-left: 10px;
	    margin-right: 10px;
	}
}
/*面包屑导航 end*/
@media screen and (min-width: 767px) and (max-width: 991px) {
	.ny-model1{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.ny-model1 .en{
		font-size: 60px;
		font-family: "Helvetica_Neue_CE_35_Thin";
		margin-bottom: 15px;
	}
	.ny-model1 .cn{
		font-size: 36px;
	}
	.ny-model1 .note{
		margin-top: 30px;
		color: #666666;
		line-height: 2em;
	}
	.ny-model1 .prompt{
		color: #999999;
		margin-top: 50px;
	}
	.ny-model1 .prompt i{
		color: #333333;
		margin-left: 10px;
	}
	
	
	.ny-model2 {
		/*padding-top: 50px;*/
	/*	padding-bottom: 100px;*/
	}
	.ny-model2 .cn{
		font-size: 30px;
		text-align: center;
		width: 65%;
		margin: 0 auto 20px;
		position: relative;
	}
	.ny-model2 .cn:after{
		content: "“";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-26%);
		transform: translateY(-26%);
		right: 100%;
		font-size: 100px;
	}
	.ny-model2 .cn:before{
		content: "”";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-26%);
		transform: translateY(-26%);
		left: 100%;
		font-size: 100px;
	}
	.ny-model2 .en{
		font-size: 48px;
		text-align: center;
		font-family: "Helvetica_Neue_CE_35_Thin";
		margin-bottom: 30px;
	}
	.ny-model2 .title{
		font-size: 48px;
		text-align: left;
		font-family: "Helvetica_Neue_CE_35_Thin";
		margin-bottom: 30px;
	}
	.ny-model2 .text-box{
		width: 75%;
		margin: 0 auto;
		text-align: left;
	
	}
	
	.ny-model3{
		padding-bottom: 250px;
	}
	.ny-model3 .ny-swiper-container1,
	.ny-model3 .ny-swiper-container2{
		overflow: hidden;
	}
	.ny-model3 .ny-swiper-container1 .tp{
		padding-bottom: 42.5%;
	}
	.ny-model3 .swiper-button--box{
		 position: absolute;
		 left: 15px;
		 bottom: 0;
		 height: 80px;
		 width: 57%;
		 background-color: #fff;
		 z-index: 10;
	}
	.ny-model3 .swiper-button--box .swiper-button-prev{
		width:135px;
		height: 80px;
		z-index: 10;
		cursor: pointer;
		background: none;
		right: 0;
		top: auto;
		left: auto;
		right: -135px;
		bottom: 0;
		background-color: #000;
	}
	.ny-model3 .swiper-button--box .swiper-button-prev:after{
		content: "";
		display: inline-block;
		width: 100%;
		height: 8px;
		position: absolute;
		top: 50%;
		text-align: center;
		background-image: url(../Images/icon3.png);
		background-repeat: no-repeat;
		background-position: center;
		transition: transform .2s cubic-bezier(.7,0,.3,1),
		-webkit-transform .2s cubic-bezier(.7,0,.3,1);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	.ny-model3 .swiper-button--box .swiper-button-prev:hover:after{
		-webkit-transform: translate(-10px,-50%);
		transform: translate(-10px,-50%);
	}
	.ny-model3 .swiper-button--box .swiper-button-next {
		width:135px;
		height: 80px;
		z-index: 10;
		cursor: pointer;
		background: none;
		right: -271px;
		top: auto;
		left: auto;
		bottom: 0;
		background-color: #000;
	}
	.ny-model3 .swiper-button--box .swiper-button-next:after{
		content: "";
		display: inline-block;
		width: 100%;
		height: 8px;
		position: absolute;
		top: 50%;
		text-align: center;
		background-image: url(../Images/icon4.png);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		transition: transform .2s cubic-bezier(.7,0,.3,1),
		-webkit-transform .2s cubic-bezier(.7,0,.3,1);
	}
	.ny-model3 .swiper-button--box .swiper-button-next:hover:after{
		-webkit-transform: translate(10px,-50%);
		transform: translate(10px,-50%);
	}
	.ny-model3 .swiper-pagination {
		position: inherit;
		text-align: left;
		-webkit-transition: .3s;
		transition: .3s;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		z-index: 10;
	}
	.ny-model3 .swiper-container-horizontal>.ny-model3 .swiper-pagination-bullets,.ny-model3 .swiper-pagination-custom,.ny-model3 .swiper-pagination-fraction {
		bottom: 0px;
		left: 0;
		width: auto;
	}
	.ny-model3 .lbt-ys{
		display: inline-block;
		margin-left: 5%;
	}
	.ny-model3 .lbt-ys .p1{
		font-size: 48px;
		font-family: "Helvetica_Neue_CE_35_Thin";
		color: #a0a0a0;
	}
	.ny-model3 .lbt-ys .p1>span{
		font-size: 48px;
		margin-right: 20px;
		margin-left: 20px;
		color: #a0a0a0;
	}
	.ny-model3 .ny-swiper-container2 .text{
		width: 70%;
		margin: 0 auto;
	}
	.ny-model3 .ny-swiper-container2 .text .date{
		font-size: 72px;
		color: #333333;
		font-family: "Helvetica_Neue_CE_35_Thin";
	}
	.ny-model3 .ny-swiper-container2 .text .note{
		color: #666666;
		font-size: 18px;
		line-height: 2em;
	}
	.ny-model3 .ny-swiper-container2 .text .en{
		font-size: 48px;
		color: #333333;
		font-family: "Helvetica_Neue_CE_35_Thin";
	}
	.ny-model3 .ny-swiper-container2 .text .cn{
		font-size: 36px;
		margin-bottom: 50px;
	}
	.ny-model4 .tp{
		padding-bottom: 66.74%;
	}
	.ny-model4 .layer{
		margin-bottom: 250px;
	}
	.ny-model4 .text-box{
		text-align: center;
	}
	.ny-model4 .text-box .en{
		font-size: 36px;
		margin-bottom: 10px;
		font-family: "Helvetica_Neue_CE_35_Thin";
	}
	.ny-model4 .text-box .cn{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.ny-model4 .text-box .text{
		line-height: 2em;
		color: #666666;
		margin: 0 auto;
	}
	.ny-model4 .text-box .text p{
		margin-bottom: 15px;
	}
	
	
	.ny-model5{
		padding-top: 100px;
		padding-bottom: 100px;
		max-width: 900px;
		margin: 0 auto;
	}
	.ny-model5 hgroup{
		text-align: center;
	}
	.ny-model5 .title-en{
		font-size: 48px;
		font-family: "Helvetica_Neue_CE_35_Thin";
		margin-bottom: 15px;
	}
	.ny-model5 .title-cn{
		font-size: 30px;
	}
	.ny-model5 .yp-box{
		padding-top: 50px;
	}
	.ny-model5 .yp-box span{
		margin-right: 10px;
		color: #8d8d8d;
		transition: all .3s;
	}
	.ny-model5 .yp-box .sy-a{
		text-decoration: none;
		display: inline-block;
	}
	.ny-model5 .yp-box .sy-a img{
		height: 20px;
		width: 20px;
		opacity: 0.6;
		transition: all .3s;
	}
	.ny-model5 .yp-box .sy-a:hover img{
		opacity: 1;
	}
	.ny-model5 .yp-box .sy-a:hover span{
		color: #000000;
	}
	.ny-model5 .bjb{
		padding-top: 15px;
		padding-bottom: 50px;
	}
	
	.ny-model5 .zl{
		padding-top: 15px;
		padding-bottom: 50px;
	}
	
	.ny-model6 {
		position: relative;
	}
	.ny-model6 .ny-swiper-container3{
		overflow: hidden;
	}
	.ny-model6 .tp{
		padding-bottom: 52.08%;
	}
	.ny-model6 .swiper-button--box{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
		height: 42px;
	}
	.ny-model6 .swiper-button--box .swiper-button-prev{
		width: 38px;
		height: 56px;
		z-index: 10;
		cursor: pointer;
		background: none;
		left: 130px;
		right: auto;
		top: 0;
		margin-top: 0;
	}
	.ny-model6 .swiper-button--box .swiper-button-prev:after{
		content: "";
		display: inline-block;
		width: 38px;
		height: 56px;
		position: absolute;
		top: 50%;
		text-align: center;
		background-image: url(../Images/icon5.png);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		transition: transform .2s cubic-bezier(.7,0,.3,1),
		-webkit-transform .2s cubic-bezier(.7,0,.3,1);
	}
	.ny-model6 .swiper-button--box .swiper-button-prev:hover:after{
		-webkit-transform: translate(-10px,-50%);
		transform: translate(-10px,-50%);
	}
	.ny-model6 .swiper-button--box .swiper-button-next {
		width: 38px;
		height: 56px;
		z-index: 10;
		cursor: pointer;
		background: none;
		right: 130px;
		left: auto;
		top: 0;
		margin-top: 0;
	}
	.ny-model6 .swiper-button--box .swiper-button-next:after{
		content: "";
		display: inline-block;
		width: 38px;
		height: 56px;
		position: absolute;
		top: 50%;
		text-align: center;
		background-image: url(../Images/icon6.png);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		transition: transform .2s cubic-bezier(.7,0,.3,1),
		-webkit-transform .2s cubic-bezier(.7,0,.3,1);
	}
	.ny-model6 .swiper-button--box .swiper-button-next:hover:after{
		-webkit-transform: translate(10px,-50%);
		transform: translate(10px,-50%);
	}
	
	.ny-model7{
		padding-top: 130px;
		padding-bottom: 70px;
		overflow: hidden;
	}
	.ny-model7 .box{
		padding: 60px;
	}
	.ny-model7 .tp{
		padding-bottom: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model7 .over-img{
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model7 .box:hover .tp{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.ny-model7 .box:hover .over-img{
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
	}
	.ny-model7 h2{
		font-size: 20px;
		display: inline-block;
		position: relative;
	}
	.ny-model7 h2:after{
		content: "";
		position: absolute;
		display: inline-block;
		left: 105%;
		top: 50%;
		width: 9999px;
		height: 1px;
		border-bottom: 1px dotted #c6c6c6;
	}
	.ny-model7 h5{
		margin-top: 20px;
	}
	
	.ny-model8-bgcolor{
		overflow: hidden;
		margin-bottom: 135px;
	}
	.ny-model8{
		/*text-align: center;*/
	}
	.ny-model8 .over-title{
		overflow: hidden;
	}
	.ny-model8 .over-img{
		display: inline-block;
		vertical-align: middle;
		border-radius: 50%;
	}
	.ny-model8 .margin{
		margin-bottom: 35px;
	}
	.ny-model8 .name{
		display: inline-block;
		margin-left: 15px;
		width: calc(100% - 60px);
		vertical-align: middle;
	}
	.ny-model8 .tp{
		width: 44px;
		height: 44px;
	}
	.ny-model8 .left{
		background-color: #f3f5f8;
		position: relative;
		padding: 30px 40px 50px;
	}
	.ny-model8 .left:after{
		position: absolute;
		content: "";
		display: inline-block;
		width: 9999px;
		height: 100%;
		top: 0;
		right: 100%;
		background-color: #f3f5f8;
	}
	.ny-model8 .right{
		background-color: #eaebef;
		position: relative;
		padding: 30px 40px 50px;
	}
	.ny-model8 .right:after{
		position: absolute;
		content: "";
		display: inline-block;
		width: 9999px;
		height: 100%;
		top: 0;
		left: 100%;
		background-color: #eaebef;
	}
	.ny-model8 .title{
		color: #333333;
		position: relative;
		margin-top: 10px;
		margin-bottom: 40px;
		display: inline-block;
	}
	.ny-model8 .title:after{
		content: "";
		position: absolute;
		top: 50%;
		left: calc(100% + 30px);
		display: inline-block;
		width: 9999px;
		border-bottom: 1px solid #dadcdf;
	}
	.ny-model8 .title:before{
		content: "";
		position: absolute;
		top: 50%;
		right: calc(100% + 30px);
		display: inline-block;
		width: 9999px;
		border-bottom: 1px solid #dadcdf;
	}
	
	.ny-model9{
		overflow: hidden;
		padding-bottom: 120px;
	}
	.ny-model9 .margin{
		overflow: hidden;
		margin-bottom: 70px;
	}
	.ny-model9 h2{
		font-size: 20px;
		display: inline-block;
		position: relative;
	}
	.ny-model9 h2:after{
		content: "";
		position: absolute;
		display: inline-block;
		left: 105%;
		top: 50%;
		width: 9999px;
		height: 1px;
		border-bottom: 1px dotted #c6c6c6;
	}
	.ny-model9 .bjb{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	
	
	.ny-model10 {
		margin-bottom: 130px;
	}
	.ny-model10 .margin{
		overflow: hidden;
		margin-bottom: 70px;
	}
	.ny-model10 h2{
		font-size: 24px;
		display: inline-block;
		position: relative;
	}
	.ny-model10 h2:after{
		content: "";
		position: absolute;
		display: inline-block;
		left: 105%;
		top: 50%;
		width: 9999px;
		height: 1px;
		border-bottom: 1px dotted #c6c6c6;
	}
	.ny-model10 a{
		display: block;
		padding: 0 60px;
		text-decoration: none;
		margin-bottom: 30px;
	}
	.ny-model10 .tp{
		padding-bottom: 66.75%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model10 a:hover .tp{
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
	.ny-model10 a .over-img{
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model10 a:hover .over-img{
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	.ny-model10 .text{
		padding-top: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid #cccccc;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model10 a:hover .text{
		padding-bottom: 15px;
		border-bottom: 1px solid #000000;
	}
	.ny-model10 .address{
		color: #333;
		margin-bottom: 15px;
	}
	.ny-model10 .name{
		color: #222222;
		font-size: 18px;
	}
	
	
	.ny-model11-bgcolor{
		background-color: #dbdde0;
	}
	.ny-model11 ul{
		text-align: center;
	}
	.ny-model11 ul li{
		display: inline-block;
		margin-left: 20px;
		margin-right: 20px;
	}
	.ny-model11 ul li a{
		display: inline-block;
		padding: 20px 0;
		text-decoration: none;
		color: #393c41;
		position: relative;
	}
	.ny-model11 ul li a:after{
		content: "";
		display: inline-block;
		width: 0;
		height: 1px;
		background-color: #393c41;
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.ny-model11 ul li a:hover:after,
	.ny-model11 ul li a.active:after{
		width: 100%;
	}
	
	.ny-model12{
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.ny-model12 .keyword-prompt{
		color: #999999;
		font-size: 18px;
	}
	.ny-model12 .keyword{
		font-size: 36px;
		margin-top: 20px;
	}
	.ny-model12 .results{
		color: #999999;
		font-size: 18px;
		margin-top: 20px;
	}
	.ny-model12 .prompt{
		color: #999999;
		margin-top: 30px;
	}
	.ny-model12 .prompt i{
		color: #333333;
		margin-left: 10px;
	}
	
	.ny-model13-bgcolor{
		background-color: #f3f5f8;
	}
	.ny-model13{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ny-model13 .margin{
		overflow: hidden;
	}
	.ny-model13 h3{
		font-size: 18px;
		display: inline-block;
		position: relative;
	}
	.ny-model13 h3:after{
		content: "";
		position: absolute;
		top: 50%;
		left: calc(100% + 10px);
		width: 9999px;
		border-bottom: 1px dotted #c6c6c6;
	}
	
	.ny-model14{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.ny-model14 .padd{
		padding: 0 85px;
	}
	.ny-model14 a{
		display: block;
		text-decoration: none;
		margin-bottom: 70px;
	}
	.ny-model14 .tp{
		padding-bottom: 66.75%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model14 a:hover .tp{
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
	.ny-model14 a .over-img{
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model14 a:hover .over-img{
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	.ny-model14 .text{
		padding-top: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid #cccccc;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model14 a:hover .text{
		padding-bottom: 15px;
		border-bottom: 1px solid #000000;
	}
	.ny-model14 .date{
		color: #333;
		margin-bottom: 15px;
	}
	.ny-model14 .title{
		color: #222222;
		font-size: 18px;
	}
	
	
	.ny-model15{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.ny-model15 .tp{
		padding-bottom: 100%;
	}
	
	.ny-model15 .product-box{
		margin-bottom: 70px;
		padding: 0 85px;
	}
	.ny-model15 .product-box a{
		text-decoration: none;
		display: block;
	}
	.ny-model15 .product-box .text-box{
		margin-top: 20px;
	}
	.ny-model15 .product-box .text-box .title{
		color: #222222;
		font-size: 26px;
		font-weight: 100;
	}
	.ny-model15 .product-box .text-box .title{
		color: #222222;
		font-size: 26px;
		font-weight: 100;
	}
	.ny-model15 .product-box .text-box .classification{
		color: #999999;
		font-size: 14px;
	}
	.ny-model15 .product-box a .over-img{
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0);
		box-shadow: 0 0 50px 5px rgba(0,0,0,0);
	}
	.ny-model15 .product-box a .tp{
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.ny-model15 .product-box a:hover .over-img{
		-webkit-box-shadow: 0 0 50px 10px #c3c5c7;
		box-shadow: 0 0 50px 10px #c3c5c7;
	}
	.ny-model15 .product-box a:hover .tp{
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
	}
	
	
	.ny-model16{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.ny-model16 .left,
	.ny-model16 .right{
		margin-bottom: 100px;
	}
	.ny-model16 .left .en{
		color: #333333;
		font-family: "Helvetica_Neue_CE_35_Thin";
		font-size: 36px;
		margin-bottom: 20px;
	}
	.ny-model16 .left .cn{
		font-size: 24px;
	}
	.ny-model16 .right .address{
		margin-bottom: 20px;
	}
	.ny-model16 .right .address .cn{
		margin-bottom: 10px;
	}
	.ny-model16 .right .email{
		margin-bottom: 10px;
	}
	.ny-model16 .right .email em{
		font-style: normal;
		color: #222222;
		font-weight: bold;
	}
	.ny-model16 .right .email span{
		color: #666666;
	}
	.ny-model16 .right .wx{
		margin-top: 30px;
	}
	.ny-model16 .right .wx p{
		margin-bottom: 5px;
	}
	
	
	
	.ny-model17 .left,
	.ny-model17 .right{
		margin-bottom: 100px;
	}
	.ny-model17 .left .en{
		color: #333333;
		font-family: "Helvetica_Neue_CE_35_Thin";
		font-size: 36px;
		margin-bottom: 20px;
	}
	.ny-model17 .left .cn{
		font-size: 24px;
	}
	.ny-model17 .right p{
		margin-bottom: 15px;
		text-align: right;
	}
	.ny-model17 .right input{
		width: 100%;
		border: none;
		background-color: #f4f6f8;
		padding: 10px 15px;
		outline: none;
	}
	.ny-model17 .right textarea{
		resize: none;
		height: 150px;
		width: 100%;
		border: none;
		background-color: #f4f6f8;
		padding: 10px 15px;
		outline: none;
	}
	.ny-model17 .right input[type="submit"]{
		display: inline-block;
		background-color: #414141;
		color: #fff;
		width: 150px;
		padding: 15px;
	}
	
	
	
	.ny-model18{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.ny-model18 a{
		display: block;
		padding: 0 60px;
		text-decoration: none;
		margin-bottom: 80px;
	}
	.ny-model18 .tp{
		padding-bottom: 66.75%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model18 a:hover .tp{
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
	.ny-model18 a .over-img{
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model18 a:hover .over-img{
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	.ny-model18 .text{
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #cccccc;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model18 a:hover .text{
		padding-bottom: 10px;
		border-bottom: 1px solid #000000;
	}
	.ny-model18 .address{
		color: #333;
		margin-bottom: 10px;
	}
	.ny-model18 .name{
		color: #222222;
		font-size: 18px;
		line-height: 1.5em;
		height: 3em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.ny-model18 .paging-list li a {
		background-color: #fff;
	}
	
	
	.ny-model19{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.ny-model19 .left-bgcolor{
		background-color: #f3f5f8;
		padding: 30px;
	}
	.ny-model19 .left h2{
		font-size: 18px;
		margin-bottom: 50px;
	}
	.ny-model19 .left a{
		display: block;
		text-decoration: none;
		color: #333333;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #dfe1e4;
		position: relative;
	}
	.ny-model19 .left 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-model19 .left a:hover:after{
		width: 100%;
	}
	.ny-model19 .left a .title{
		margin-bottom: 10px;
		color: #000000;
	}
	.ny-model19 .left a .date{
		color: #999999;
	}
	.ny-model19 .right .title-box{
		margin-bottom: 30px;
	}
	.ny-model19 .right .title-box .title{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.ny-model19 .right .title-box .note{
		color: #cccccc;
		font-size: 18px;
	}
	.ny-model19 .right .note em{
		color: #333333;
		font-style: normal;
		display: inline-block;
		vertical-align: middle;
		font-size: 18px;
	}
	.ny-model19 .right .note span{
		margin-left: 15px;
		margin-right: 15px;
		color: #cccccc;
		display: inline-block;
		vertical-align: middle;
		font-size: 18px;
	}
	.ny-model19 .right .up-box{
		text-align: right;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.ny-model19 .right .up-box a{
		display: inline-block;
		padding: 5px 25px;
		color: #666666;
		text-decoration: none;
		border: 1px solid #cccccc;
		margin-bottom: 0;
	}
	.ny-model19 .right .up-box a:hover{
		color: #000000;
		border: 1px solid #000000;
	}
	.ny-model19 .right .over-img{
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.ny-model19 .right .tp{
		padding-bottom: 100%;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.ny-model19 .right .related-title{
		font-size: 30px;
		margin-bottom: 60px;
		margin-top: 60px;
	}
	.ny-model19 .right a{
		text-decoration: none;
		margin-bottom: 30px;
		display: block;
	}
	.ny-model19 .right .text{
		margin-top: 15px;
	}
	.ny-model19 .right .text .title{
		font-size: 18px;
		color: #222222;
		margin-bottom: 5px;
	}
	.ny-model19 .right .text .series{
		color: #999999;
	}
	.ny-model19 .right a:hover .over-img{
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
	}
	.ny-model19 .right a:hover .tp{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	
	
	.ny-model20{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.ny-model20 a{
		text-decoration: none;
		color: #222222;
	}
	.ny-model20 .tp{
		padding-bottom: 66.7%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model20 .over-img{
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model20 .left,
	.ny-model20 .right{
		padding: 0 70px;
		margin-bottom: 140px;
	}
	.ny-model20 .right{
		position: relative;
	}
	.ny-model20 .right .one-title{
		font-size: 24px;
		margin-bottom: 25px;
		
		line-height: 1.5em;
		height: 4.5em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.ny-model20 .right .one-btn{
		display: inline-block;
		text-decoration: none;
		border: 1px solid #333333;
		color: #333333;
		padding: 10px 40px;
	}
	.ny-model20 .right .one-btn:hover{
		color: #fff;
		background-color: #333333;
	}
	.ny-model20 .right .one-date{
		position: absolute;
		bottom: 0;
		left: 70px;
		width: calc(100% - 140px);
		border-bottom: 1px solid #cccccc;
		padding-bottom: 15px;
	}
	.ny-model20 .right .one-date em{
		font-style: normal;
		color: #222222;
	}
	.ny-model20 .right .one-date span{
		margin-left: 15px;
		margin-right: 15px;
		color: #cccccc;
		font-size: 18px;
	}
	.ny-model20 .box{
		padding: 0 70px;
		margin-bottom: 140px;
	}
	.ny-model20 .box a{
		display: block;
		text-decoration: none;
	}
	.ny-model20 .box .text{
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #cccccc;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.ny-model20 .box .address{
		margin-bottom: 10px;
	}
	.ny-model20 .box .address em{
		font-style: normal;
		color: #222222;
	}
	.ny-model20 .box .address span{
		margin-left: 10px;
		margin-right: 10px;
		color: #cccccc;
		font-size: 18px;
	}
	.ny-model20 .box .name {
		color: #222222;
		font-size: 18px;
		
		line-height: 1.5em;
		height: 3em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.ny-model20 a:hover .text {
		padding-bottom: 10px;
		border-bottom: 1px solid #000000;
	}
	.ny-model20 a:hover .over-img{
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	.ny-model20 a:hover .tp{
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
	}
	.ny-model20 .paging-list li a {
		background-color: #fff;
	}
	}
	
}


@media screen and (max-width: 1680px) {
	.ny-model1 .en {
	    font-size: 54px;
	}
	.ny-model1 .cn {
	    font-size: 32px;
	}
	
	.ny-model2 .cn:after {
	    font-size: 90px;
	}
	.ny-model2 .cn:before {
	    font-size: 90px;
	}
	.ny-model3 .ny-swiper-container2 .text .date {
	    font-size: 68px;
	}
	.ny-model3 .lbt-ys .p1 {
	    font-size: 40px;
	}
	.ny-model4 .layer {
	    margin-bottom: 200px;
	}
	
	.ny-model7 {
	    padding-top: 90px;
	    padding-bottom: 30px;
	}
	
	
	.ny-model8-bgcolor {
	    margin-bottom: 90px;
	}
	
	.ny-model9 .margin{
		margin-bottom: 60px;
	}
	
	
	.ny-model10 a {
	    padding: 0 40px;
	}
	.ny-model10 {
	    margin-bottom: 110px;
	}
	
	
	.ny-model14 {
	    padding-top: 80px;
	    padding-bottom: 70px;
	}
	.ny-model14 .padd {
	    padding: 0 60px;
	}
	
	
	.ny-model15 {
	    padding-top: 80px;
	    padding-bottom: 70px;
	}
	.ny-model15 .product-box {
	    padding: 0 60px;
	}
	
	.ny-model18 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.ny-model18 a {
	    padding: 0 35px;
	}
	
	
	.ny-model19 {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.ny-model19 .right .title-box .title {
	    font-size: 28px;
	}
	.ny-model19 .left h2 {
	    margin-bottom: 50px;
	}
	.ny-model19 .left a {
	    margin-bottom: 25px;
	    padding-bottom: 25px;
	}
	.ny-model19 .right .related-title {
	    font-size: 28px;
	}
	
	
	.ny-model20 {
	    padding-top: 90px;
	    padding-bottom: 90px;
	}
	.ny-model20 .left, .ny-model20 .right {
	    padding: 0 50px;
	    margin-bottom: 70px;
	}
	.ny-model20 .right .one-date {
	    width: calc(100% - 100px);
	    left: 50px;
	}
	.ny-model20 .right .one-title {
	    font-size: 26px;
	}
	.ny-model20 .box {
	    padding: 0 50px;
	    margin-bottom: 70px;
	}
}
@media screen and (min-width: 1440px) and (max-width: 1920px){
	.ny-model1 .en {
		font-size: 50px;
		text-align: center;
	}
	.ny-model1 .cn {
	    font-size: 30px;
	}
	
	.ny-model2 {
	   /* padding-top: 90px;*/
	    padding-bottom: 70px;
	}
	.ny-model2 .cn {
	    font-size: 28px;
	}
	.ny-model2 .cn:after {
	    font-size: 80px;
	}
	.ny-model2 .cn:before {
	    font-size: 80px;
	}
	.ny-model2 .en {
		font-size: 46px;
		text-align: center;
	}
	.ny-model3 {
	    padding-bottom: 230px;
	}
	.ny-model3 .ny-swiper-container2 .text .date {
	    font-size: 60px;
	}
	.ny-model3 .ny-swiper-container2 .text .en{
		font-size: 44px;
	}
	.ny-model3 .ny-swiper-container2 .text .cn {
	    font-size: 26px;
	}
	.ny-model3 .lbt-ys .p1 {
	    font-size: 38px;
	}
	.ny-model4 .layer {
	    margin-bottom: 160px;
	}
	
	.ny-model5 {
	    padding-top: 90px;
	    padding-bottom: 70px;
	}
	.ny-model5 .title-en{
		font-size: 40px;
	}
	.ny-model5 .title-cn{
		font-size: 28px;
	}
	.ny-model7 {
	    padding-top: 80px;
	    padding-bottom: 20px;
	}
	
	.ny-model8-bgcolor {
	    margin-bottom: 80px;
	}
	
	.ny-model9 {
	    padding-bottom: 110px;
	}
	.ny-model9 .margin{
		margin-bottom: 50px;
	}
	
	.ny-model10 a {
	    padding: 0 30px;
	}
	.ny-model10 {
	    margin-bottom: 90px;
	}
	
	.ny-model12 .keyword {
	    font-size: 34px;
	}
	
	.ny-model14 {
	    padding-top: 70px;
	    padding-bottom: 50px;
	}
	.ny-model14 .padd {
	    padding:0 30px;
	}
	
	
	.ny-model15 {
	    padding-top: 70px;
	    padding-bottom: 50px;
	}
	.ny-model15 .product-box {
	    padding: 0 30px;
	}
	
	
	.ny-model18 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.ny-model18 a {
	    padding:0 25px;
	    margin-bottom: 50px;
	}
	
	.ny-model19 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.ny-model19 .right .title-box .title {
	    font-size: 26px;
	}
	.ny-model19 .left h2 {
	    margin-bottom: 40px;
	}
	.ny-model19 .left a {
	    margin-bottom: 20px;
	    padding-bottom: 20px;
	}
	.ny-model19 .right .related-title {
	    font-size: 26px;
	}
	
	.ny-model20 {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.ny-model20 .left, .ny-model20 .right {
	    padding: 0 40px;
	    margin-bottom: 50px;
	}
	.ny-model20 .right .one-date {
	    width: calc(100% - 80px);
	    left: 40px;
	}
	.ny-model20 .right .one-title {
	    font-size: 24px;
	    margin-bottom: 20px;
	    line-height: 1.5em;
	    height: 4.5em;
	    -webkit-line-clamp: 3;
	}
	.ny-model20 .box {
	    padding: 0 40px;
	    margin-bottom: 50px;
	}
	.ny-model2 .en img {
	 /*  width: 60%;*/
	   margin:0 10%;
	}
	

	.ny-model2 .Culturetitle img {
	   width: 20%;
	   /*margin:0 20%;*/
	}
	.ny-model2 .newstitle img {
	   width: 20%;
	   /*margin:0 20%;*/
	}
	
	.ny-model2 .protitle img {
	  /* width: 30%;*/
	   margin:0 auto;
	   padding-top:1rem;
	}
	.show_protitle { width:8%}
}

@media screen and (max-width: 1440px) {
	.ny-model1 .en {
		font-size: 50px;
		text-align: center;
	}
	.ny-model1 .cn {
	    font-size: 30px;
	}
	
	.ny-model2 {
	   /* padding-top: 90px;*/
	    padding-bottom: 70px;
	}
	.ny-model2 .cn {
	    font-size: 28px;
	}
	.ny-model2 .cn:after {
	    font-size: 80px;
	}
	.ny-model2 .cn:before {
	    font-size: 80px;
	}
	.ny-model2 .en {
		font-size: 46px;
		text-align: center;
	}
	.ny-model3 {
	    padding-bottom: 230px;
	}
	.ny-model3 .ny-swiper-container2 .text .date {
	    font-size: 60px;
	}
	.ny-model3 .ny-swiper-container2 .text .en{
		font-size: 44px;
	}
	.ny-model3 .ny-swiper-container2 .text .cn {
	    font-size: 26px;
	}
	.ny-model3 .lbt-ys .p1 {
	    font-size: 38px;
	}
	.ny-model4 .layer {
	    margin-bottom: 160px;
	}
	
	.ny-model5 {
	    padding-top: 90px;
	    padding-bottom: 70px;
	}
	.ny-model5 .title-en{
		font-size: 40px;
	}
	.ny-model5 .title-cn{
		font-size: 28px;
	}
	.ny-model7 {
	    padding-top: 80px;
	    padding-bottom: 20px;
	}
	
	.ny-model8-bgcolor {
	    margin-bottom: 80px;
	}
	
	.ny-model9 {
	    padding-bottom: 110px;
	}
	.ny-model9 .margin{
		margin-bottom: 50px;
	}
	
	.ny-model10 a {
	    padding: 0 30px;
	}
	.ny-model10 {
	    margin-bottom: 90px;
	}
	
	.ny-model12 .keyword {
	    font-size: 34px;
	}
	
	.ny-model14 {
	    padding-top: 70px;
	    padding-bottom: 50px;
	}
	.ny-model14 .padd {
	    padding:0 30px;
	}
	
	
	.ny-model15 {
	    padding-top: 70px;
	    padding-bottom: 50px;
	}
	.ny-model15 .product-box {
	    padding: 0 30px;
	}
	
	
	.ny-model18 {
	    padding-top: 60px;
	.ny-model19 .right .related-t
	    padding-bottom: 60px;
	}
	.ny-model18 a {
	    padding:0 25px;
	    margin-bottom: 50px;
	}
	
	.ny-model19 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.ny-model19 .right .title-box .title {
	    font-size: 26px;
	}
	.ny-model19 .left h2 {
	    margin-bottom: 40px;
	}
	.ny-model19 .left a {
	    margin-bottom: 20px;
	    padding-bottom: 20px;
	}itle {
	    font-size: 26px;
	}
	
	.ny-model20 {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.ny-model20 .left, .ny-model20 .right {
	    padding: 0 40px;
	    margin-bottom: 50px;
	}
	.ny-model20 .right .one-date {
	    width: calc(100% - 80px);
	    left: 40px;
	}
	.ny-model20 .right .one-title {
	    font-size: 24px;
	    margin-bottom: 20px;
	    line-height: 1.5em;
	    height: 4.5em;
	    -webkit-line-clamp: 3;
	}
	.ny-model20 .box {
	    padding: 0 40px;
	    margin-bottom: 50px;
	}
	.ny-model2 .en img {
	  width: 20%;
	   /*margin:0 10%;*/
	}
	

	.ny-model2 .Culturetitle img {
	   width:16.5%;
	   /*margin:0 20%;*/
	}
	.ny-model2 .newstitle img {
	   width: 20%;
	   /*margin:0 20%;*/
	}
	.ny-model2 .protitle img {
	   width: 16.5%;
	  /* margin:0 auto;
	   padding-top:1rem;*/
	}
	
	.ny-model2 .worktitle img {
	   width: 16.5%;
	  /* margin:0 auto;
	   padding-top:1rem;*/
	}
	.culute_img{ width:10%;}
	.culutes_img{ width:15%;}
	.show_protitle { width:8%}
}
@media screen and (max-width: 1280px) {
	.ny-model1 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.ny-model1 .en {
	    font-size: 46px;
	}
	.ny-model1 .cn {
	    font-size: 28px;
	}
	
	.ny-model2 {
	   /* padding-top: 80px;*/
	    padding-bottom: 60px;
	}
	.ny-model2 .cn {
	    font-size: 26px;
	    width: 70%;
	}
	.ny-model2 .cn:after {
	    font-size: 70px;
	}
	.ny-model2 .cn:before {
	    font-size: 70px;
	}
	.ny-model2 .en {
		font-size: 42px;
		
	}
	.ny-model2 .text-box {
	    width: 70%;
	}
	.ny-model3 {
	    padding-bottom: 200px;
	}
	.ny-model3 .ny-swiper-container2 .text .date {
	    font-size: 50px;
	}
	.ny-model3 .ny-swiper-container2 .text .en{
		font-size: 40px;
	}
	.ny-model3 .ny-swiper-container2 .text .cn {
	    font-size: 24px;
	    margin-bottom: 40px;
	}
	.ny-model3 .lbt-ys .p1 {
	    font-size: 36px;
	}
	.ny-model4 .layer {
	    margin-bottom: 120px;
	}
	.ny-model4 .text-box .en {
	    font-size: 32px;
	}
	.ny-model4 .text-box .cn {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.ny-model4 .text-box .text {
	    line-height: 1.75em;
	}
	.ny-model4 .text-box .text p {
	    margin-bottom: 15px;
	}
	
	.ny-model5 {
	    padding-top: 80px;
	    padding-bottom: 50px;
	}
	.ny-model5 .title-en{
		font-size: 36px;
	}
	.ny-model5 .title-cn{
		font-size: 26px;
	}
	
	.ny-model6 .swiper-button--box .swiper-button-prev{
	    left: 65px;
	}
	.ny-model6 .swiper-button--box .swiper-button-next {
	    right: 65px;
	}
	
	.ny-model7 {
	    padding-top: 70px;
	    padding-bottom: 35px;
	}
	.ny-model7 .box {
	    padding: 45px;
	}
	
	.ny-model8-bgcolor {
	    margin-bottom: 70px;
	}
	
	.ny-model9 {
	    padding-bottom: 95px;
	}
	.ny-model9 .margin{
		margin-bottom: 40px;
	}
	
	.ny-model10 a {
	    padding: 0 25px;
	}
	.ny-model10 .margin {
	    margin-bottom: 50px;
	}
	.ny-model10 {
	    margin-bottom: 70px;
	}
	
	.ny-model12 .keyword {
	    font-size: 30px;
	}
	
	.ny-model14 {
	    padding-top: 60px;
	    padding-bottom: 20px;
	}
	.ny-model14 .padd {
	    padding:0 15px;
	}
	.ny-model14 a {
	    margin-bottom: 60px;
	}
	
	
	.ny-model15 {
	    padding-top: 60px;
	    padding-bottom: 20px;
	}
	.ny-model15 .product-box {
	    margin-bottom: 60px;
	    padding: 0 15px;
	}
	.ny-model15 .product-box .text-box .title {
	    font-size: 24px;
	}
	
	.ny-model18 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.ny-model18 a {
	    padding:0 15px;
	    margin-bottom: 40px;
	}
	
	
	.ny-model19 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.ny-model19 .right .title-box .title {
	    font-size: 24px;
	}
	.ny-model19 .left h2 {
	    margin-bottom: 30px;
	}
	.ny-model19 .left a {
	    margin-bottom: 15px;
	    padding-bottom: 15px;
	}
	.ny-model19 .right .related-title {
	    font-size: 24px;
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	
	.ny-model20 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.ny-model20 .left, .ny-model20 .right {
	    padding: 0 30px;
	    margin-bottom: 40px;
	}
	.ny-model20 .right .one-date {
	    width: calc(100% - 60px);
	    left: 30px;
	    border-bottom: 1px solid #cccccc;
	    padding-bottom: 15px;
	}
	.ny-model20 .right .one-title {
	    font-size: 22px;
	    margin-bottom: 15px;
	    line-height: 1.5em;
	    height: 4.5em;
	    -webkit-line-clamp: 3;
	}
	.ny-model20 .box {
	    padding: 0 30px;
	    margin-bottom: 40px;
	}
	
	.ny-model2 .en img {
	   width: 60%;
	   margin:0 10%;
	}
	

	.ny-model2 .Culturetitle img {
	   width: 25%;
	 /*  margin:0 20%;*/
	}
	.ny-model2 .newstitle img {
	   width: 25%;
	 /*  margin:0 20%;*/
	}
	
	.ny-model2 .protitle img {
	   width: 30%;
	   margin:0 auto;
	   padding-top:1rem;
	}
	.show_protitle { width:8%}
}

@media screen and (max-width: 991px) {
	.ny-model1 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.ny-model1 .en {
	    font-size: 42px;
	    margin-bottom: 15px;
	}
	.ny-model1 .cn {
	    font-size: 26px;
	}
	.ny-model1 .prompt {
	    margin-top: 40px;
	}
	
	.ny-model2 {
	    padding-top: 70px;
	    padding-bottom: 50px;
	}
	.ny-model2 .cn {
	    font-size: 24px;
	    width: 75%;
	}
	.ny-model2 .cn:after {
	    font-size: 60px;
	}
	.ny-model2 .cn:before {
	    font-size: 60px;
	}
	.ny-model2 .en {
	    font-size: 38px;
	}
	.ny-model2 .text-box {
	    width: 75%;
	}
	
	.ny-model3 {
	    padding-bottom: 170px;
	}
	.ny-model3 .ny-swiper-container2 .text {
	    width: 65%;
	}
	.ny-model3 .ny-swiper-container2 .text .date {
	    font-size: 42px;
	    margin-top: 20px;
	}
	.ny-model3 .ny-swiper-container2 .text .en{
		font-size: 36px;
		margin-top: 20px;
	}
	.ny-model3 .ny-swiper-container2 .text .cn {
	    font-size: 22px;
	    margin-bottom: 30px;
	}
	.ny-model3 .ny-swiper-container2 .text .note {
	    font-size: 16px;
	}
	.ny-model4 .layer {
	    margin-bottom: 120px;
	}
	.ny-model4 .text-box .en {
	    font-size: 30px;
	}
	.ny-model4 .text-box .cn {
	    font-size: 22px;
	    margin-bottom: 15px;
	}
	.ny-model4 .text-box .text {
	    line-height: 1.5em;
	}
	.ny-model4 .text-box .text p {
	    margin-bottom: 15px;
	}
	
	.ny-model5 {
	    padding-top: 70px;
	    padding-bottom: 40px;
	}
	.ny-model5 .title-en{
		font-size: 32px;
	}
	.ny-model5 .title-cn{
		font-size: 24px;
	}
	.ny-model5 .yp-box{
		padding-top: 40px;
	}
	.ny-model5 .bjb {
	    padding-bottom: 40px;
	}
	
	
	.ny-model6 .swiper-button--box .swiper-button-prev{
	    left: 45px;
	}
	.ny-model6 .swiper-button--box .swiper-button-next {
	    right: 45px;
	}
	
	.ny-model7 {
	    padding-top: 60px;
	    padding-bottom: 35px;
	}
	.ny-model7 h2 {
	    font-size: 20px;
	}
	.ny-model7 .box {
	    padding: 25px;
	}
	.ny-model7 h5 {
	    font-size: 18px;
	}
	
	
	.ny-model8-bgcolor {
	    margin-bottom: 60px;
	}
	.ny-model8 .tp {
	    width: 35px;
	    height: 35px;
	}
	.ny-model8 .name {
	    margin-left: 10px;
	    font-size: 12px;
	}
	
	.ny-model9 h2 {
	    font-size: 20px;
	}
	.ny-model9 {
	    padding-bottom: 80px;
	}
	.ny-model9 .margin{
		margin-bottom: 30px;
	}
	.ny-model9 .bjb {
	    padding: 25px 20px;
	}
	
	
	.ny-model10 h2 {
	    font-size: 22px;
	}
	.ny-model10 a {
	    padding: 0 15px;
	}
	.ny-model10 .margin {
	    margin-bottom: 40px;
	}
	.ny-model10 {
	    margin-bottom: 40px;
	}
	
	.ny-model12 .keyword {
	    font-size: 26px;
	}
	
	.ny-model13 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	
	.ny-model14 {
	    padding-top: 50px;
	    padding-bottom: 10px;
	}
	.ny-model14 .padd {
	    padding: 0;
	}
	.ny-model14 a {
	    margin-bottom: 50px;
	}
	
	
	.ny-model15 {
	    padding-top: 50px;
	    padding-bottom: 10px;
	}
	.ny-model15 .product-box {
	    margin-bottom: 50px;
	    padding: 0;
	}
	.ny-model15 .product-box .text-box .title {
	    font-size: 22px;
	}
	
	
	.ny-model16 {
	    padding-top: 60px;
	    padding-bottom: 50px;
	}
	.ny-model16 .left .en {
	    font-size: 26px;
	}
	.ny-model16 .left .cn {
	    font-size: 24px;
	}
	.ny-model16 .left, .ny-model16 .right {
	    margin-bottom: 50px;
	}
	
	
	.ny-model17 .left .en {
	    font-size: 28px;
	}
	.ny-model17 .left .cn {
	    font-size: 22px;
	}
	.ny-model17 .left, .ny-model17 .right {
	    margin-bottom: 50px;
	}
	
	
	.ny-model18 {
	    padding-top: 50px;
	    padding-bottom: 30px;
	}
	.ny-model18 a {
	    padding: 0px;
	    margin-bottom: 50px;
	}
	
	
	.ny-model19 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.ny-model19 .right .title-box .title {
	    font-size: 22px;
	}
	.ny-model19 .right .related-title {
	    font-size: 22px;
	    margin-bottom: 40px;
	    margin-top: 40px;
	}
	
	
	.ny-model20 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.ny-model20 .left, .ny-model20 .right {
	    padding: 0 15px;
	    margin-bottom: 40px;
	}
	.ny-model20 .right .one-date {
	    width: calc(100% - 30px);
	    left: 15px;
	    border-bottom: 1px solid #cccccc;
	    padding-bottom: 10px;
	}
	.ny-model20 .right .one-title {
	    font-size: 20px;
	    margin-bottom: 15px;
	    line-height: 1.5em;
	    height: 4.5em;
	    -webkit-line-clamp: 3;
	}
	.ny-model20 .right .one-btn {
	    padding: 7px 30px;
	}
	.ny-model20 .box {
	    padding: 0 15px;
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.ny-model1 .en {
	    font-size: 38px;
	    margin-bottom: 10px;
	}
	.ny-model1 .cn {
	    font-size: 24px;
	}
	.ny-model1 .prompt {
	    margin-top: 30px;
	}
	
	.ny-model2 {
	    padding-top: 60px;
	    padding-bottom: 40px;
	}
	.ny-model2 .cn {
	    font-size: 22px;
	    width: 80%;
	}
	.ny-model2 .cn:after {
	    font-size: 50px;
	}
	.ny-model2 .cn:before {
	    font-size: 50px;
	}
	.ny-model2 .en {
	    font-size: 34px;
	    margin-bottom: 10px;
	}
	.ny-model2 .text-box {
	    width: 80%;
	}
	
	.ny-model3 {
	    padding-bottom: 130px;
	}
	.ny-model3 .ny-swiper-container2 .text {
	    width: 70%;
	}
	.ny-model3 .ny-swiper-container2 .text .date {
	    font-size: 36px;
	    margin-top: 15px;
	}
	.ny-model3 .ny-swiper-container2 .text .en{
		font-size: 32px;
		margin-top: 15px;
	}
	.ny-model3 .ny-swiper-container2 .text .cn {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.ny-model3 .ny-swiper-container2 .text .note {
	    font-size: 16px;
	}
	.ny-model4 .layer {
	    margin-bottom: 80px;
	}
	.ny-model4 .text-box .en {
	    font-size: 28px;
	}
	.ny-model4 .text-box .cn {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.ny-model4 .text-box .text {
	    line-height: 1.75em;
	    margin-bottom: 80px;
	}
	.ny-model4 .text-box .text p {
	    margin-bottom: 20px;
	}
	
	.ny-model5 {
	    padding-top: 60px;
	    padding-bottom: 30px;
	}
	.ny-model5 .title-en{
		font-size: 28px;
	}
	.ny-model5 .title-cn{
		font-size: 22px;
	}
	.ny-model5 .yp-box{
		padding-top: 30px;
	}
	.ny-model5 .bjb {
	    padding-top: 10px;
	    padding-bottom: 30px;
	}
	
	
	.ny-model6 .swiper-button--box {
	    height: 35px;
	}
	.ny-model6 .swiper-button--box .swiper-button-prev{
	    width: 24px;
	    height: 35px;
	    left: 35px;
	}
	.ny-model6 .swiper-button--box .swiper-button-prev:after{
	    width: 24px;
	    height: 35px;
	}
	.ny-model6 .swiper-button--box .swiper-button-next {
	    width: 24px;
	    height: 35px;
	    right: 35px;
	}
	.ny-model6 .swiper-button--box .swiper-button-next:after{
	    width: 24px;
	    height: 35px;
	}
	
	
	.ny-model7 {
	    padding-top: 50px;
	    padding-bottom: 35px;
	}
	.ny-model7 h2 {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.ny-model7 .box {
	    padding: 0 15px 25px;
	}
	.ny-model7 h5 {
	    font-size: 16px;
	}
	
	
	.ny-model8-bgcolor {
	    margin-bottom: 50px;
	}
	.ny-model8 .left {
	    padding: 30px 30px 30px;
	}
	.ny-model8 .right {
	    padding: 30px 30px 30px;
	}
	.ny-model8 .tp {
	    width: 40px;
	    height: 40px;
	}
	
	
	.ny-model9 h2 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.ny-model9 {
	    padding-bottom: 65px;
	}
	.ny-model9 .margin{
		margin-bottom: 20px;
	}
	.ny-model9 .bjb {
	    padding: 15px 10px;
	}
	
	
	.ny-model10 h2 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.ny-model10 a {
	    padding: 0 10px;
	}
	.ny-model10 .margin {
	    margin-bottom: 20px;
	}
	.ny-model10 {
	    margin-bottom: 30px;
	}
	.ny-model10 .address {
	    margin-bottom: 10px;
	}
	.ny-model10 .name {
	    font-size: 16px;
	}
	
	.ny-model11 ul li{
		margin-left: 15px;
		margin-right: 15px;
	}
	.ny-model11 ul li a{
		padding: 15px 0;
	}
	
	.ny-model12 {
	    padding-top: 20px;
	    padding-bottom: 40px;
	}
	.ny-model12 .keyword-prompt,
	.ny-model12 .results {
	    font-size: 16px;
	}
	.ny-model12 .keyword {
	    font-size: 22px;
	}
	.ny-model12 .prompt {
	    margin-top: 30px;
	}
	
	.ny-model13 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	
	.ny-model14 {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	.ny-model14 .padd {
	    padding: 0 15px;
	}
	.ny-model14 a {
	    margin-bottom: 40px;
	}
	.ny-model14 .date {
	    margin-bottom: 10px;
	}
	.ny-model14 .title {
	    font-size: 16px;
	}
	
	
	.ny-model15 {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	.ny-model15 .product-box {
	    margin-bottom: 40px;
	    padding: 0 15px;
	}
	.ny-model15 .product-box .text-box {
	    margin-top: 15px;
	}
	.ny-model15 .product-box .text-box .title {
	    font-size: 20px;
	}
	
	
	.ny-model16 {
	    padding-top: 50px;
	    padding-bottom: 40px;
	}
	.ny-model16 .left .en {
	    font-size: 26px;
	    margin-bottom: 15px;
	}
	.ny-model16 .left .cn {
	    font-size: 22px;
	}
	.ny-model16 .left, .ny-model16 .right {
	    margin-bottom: 40px;
	}
	
	
	.ny-model17 .left .en {
	    font-size: 26px;
	    margin-bottom: 15px;
	}
	.ny-model17 .left .cn {
	    font-size: 22px;
	}
	.ny-model17 .left, .ny-model17 .right {
	    margin-bottom: 40px;
	}
	.ny-model17 .right input[type="submit"] {
	    padding: 12px;
	    width: 130px;
	}
	
	
	.ny-model18 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.ny-model18 a {
	    padding: 0px;
	    margin-bottom: 40px;
	}
	.ny-model18 .address {
		font-size: 14px;
	}
	.ny-model18 .name {
	    font-size: 16px;
	}
	
	
	.ny-model19 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.ny-model19 .right .title-box .title {
	    font-size: 20px;
	}
	.ny-model19 .right .title-box .note em {
	    font-size: 14px;
	}
	.ny-model19 .right .title-box .note span {
	    font-size: 14px;
	}
	.ny-model19 .right .title-box {
	    margin-bottom: 10px;
	}
	.ny-model19 .right .related-title {
	    font-size: 20px;
	    margin-bottom: 30px;
	    margin-top: 30px;
	}
	
	
	.ny-model20 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.ny-model20 .left, .ny-model20 .right {
	    padding: 0 30px;
	    margin-bottom: 30px;
	}
	.ny-model20 .right .one-date {
	    position:initial;
	    width: auto;
	    border-bottom: 1px solid #cccccc;
	    padding-bottom: 25px;
	}
	.ny-model20 .right .one-title {
	    font-size: 20px;
	    margin-bottom: 15px;
	    line-height: 1.5em;
	    height: 3em;
	    -webkit-line-clamp: 2;
	}
	
	.ny-model20 .box {
	    padding: 0 30px;
	    margin-bottom: 40px;
	}
	.ny-model20 .box .name {
	    font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model1 {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.ny-model1 .en {
	    font-size: 34px;
	    margin-bottom: 10px;
	}
	.ny-model1 .cn {
	    font-size: 22px;
	}
	.ny-model1 .prompt {
	    margin-top: 20px;
	}
	
	.ny-model2 {
	    padding-top: 10px;
	    padding-bottom: 30px;
	}
	.ny-model2 .cn {
	    font-size: 20px;
	    width: 90%;
	    margin: 0 auto 15px;
	}
	.ny-model2 .cn:after {
	    font-size: 40px;
	}
	.ny-model2 .cn:before {
	    font-size: 40px;
	}
	.ny-model2 .en {
	    font-size: 30px;
	    margin-bottom: 0px;
	}
	.ny-model2 .en img {
	   width: 60%;
	   margin:0 10%;
	}
	

	.ny-model2 .Culturetitle img {
	   width: 40%;
	   margin:0 20%;
	}
	.ny-model2 .newstitle img {
	   width: 40%;
	   margin:0 20%;
	}
	
	.ny-model2 .protitle img {
	   width: 30%;
	   margin:0 auto;
	   padding-top:1rem;
	}
	.ny-model2 .text-box {
		width: 90%;
		margin: 0 auto;
	}
	
	.ny-model3 {
	    padding-bottom: 80px;
	}
	.ny-model3 .ny-swiper-container2 .text {
	    width: 85%;
	}
	.ny-model3 .ny-swiper-container2 .text .date {
	    font-size: 28px;
	    margin-top: 10px;
	}
	.ny-model3 .ny-swiper-container2 .text .en{
		font-size: 28px;
		margin-top: 10px;
	}
	.ny-model3 .ny-swiper-container2 .text .cn {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.ny-model3 .ny-swiper-container2 .text .note {
	    font-size: 14px;
	}
	.ny-model4 .layer {
	    margin-bottom: 40px;
	}
	.ny-model4 .text-box .en {
	    font-size: 26px;
	}
	.ny-model4 .text-box .cn {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.ny-model4 .text-box .text {
	    line-height: 1.5em;
	    margin-bottom: 40px;
	}
	.ny-model4 .text-box .text p {
	    margin-bottom: 15px;
	}
	
	
	.ny-model5 {
	    padding-top: 40px;
	    padding-bottom: 10px;
	}
	.ny-model5 .title-en{
		font-size: 24px;
	}
	.ny-model5 .title-cn{
		font-size: 20px;
	}
	.ny-model6 .swiper-button--box {
	    height: 30px;
	}
	.ny-model6 .swiper-button--box .swiper-button-prev{
	    width: 24px;
	    height: 30px;
	    left: 15px;
	}
	.ny-model6 .swiper-button--box .swiper-button-prev:after{
	    width: 24px;
	    height: 30px;
	}
	.ny-model6 .swiper-button--box .swiper-button-next {
	    width: 24px;
	    height: 30px;
	    right: 15px;
	}
	.ny-model6 .swiper-button--box .swiper-button-next:after{
	    width: 24px;
	    height: 30px;
	}
	
	.ny-model7 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.ny-model7 h2 {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.ny-model7 .box {
	    padding: 0;
	    margin-bottom: 20px;
	}
	.ny-model7 h5 {
	    font-size: 14px;
	}
	
	.ny-model8-bgcolor {
	    margin-bottom: 40px;
	}
	.ny-model8 .left {
	    padding: 30px 20px 20px;
	}
	.ny-model8 .right {
	    padding: 30px 20px 20px;
	}
	.ny-model8 .title {
	    font-size: 14px;
	    margin-bottom: 30px;
	}
	.ny-model8 .tp {
	    width: 35px;
	    height: 35px;
	}
	.ny-model8 .name {
	    font-size: 12px;
	    margin-left: 10px;
	}
	
	
	.ny-model9 h2 {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.ny-model9 .margin{
		margin-bottom: 0px;
	}
	.ny-model9 {
	    padding-bottom: 40px;
	}
	.ny-model9 .bjb {
	    padding: 10px 0;
	}
	
	
	
	.ny-model20 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.ny-model10 h2 {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.ny-model10 a {
	    padding: 0 10px;
	}
	.ny-model10 .margin {
	    margin-bottom: 10px;
	}
	.ny-model10 {
	    margin-bottom: 15px;
	}
	.ny-model10 .address {
	    font-size: 12px;
	    margin-bottom: 10px;
	}
	.ny-model10 .name {
	    font-size: 14px;
	}
	
	.ny-model11 ul li{
		margin-left: 10px;
		margin-right: 10px;
	}
	.ny-model11 ul li a{
		padding: 15px 0;
		font-size: 12px;
	}
	
	
	.ny-model12 {
	    padding-top: 10px;
	    padding-bottom: 30px;
	}
	.ny-model12 .keyword-prompt,
	.ny-model12 .results {
	    font-size: 14px;
	}
	.ny-model12 .keyword {
	    font-size: 18px;
	}
	.ny-model12 .prompt {
	    margin-top: 20px;
	}
	
	.ny-model13 {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.ny-model13 h3 {
	    font-size: 16px;
	}
	
	
	.ny-model14 {
	    padding-top: 30px;
	    padding-bottom: 10px;
	}
	.ny-model14 .padd {
	    padding: 0;
	}
	.ny-model14 a {
	    margin-bottom: 30px;
	}
	.ny-model14 .date {
	    font-size: 12px;
	}
	.ny-model14 .title {
	    font-size: 14px;
	}
	
	
	.ny-model15 {
	    padding-top: 30px;
	    padding-bottom: 10px;
	}
	.ny-model15 .product-box {
	    margin-bottom: 30px;
	    padding: 0;
	}
	.ny-model15 .product-box .text-box .title {
	    font-size: 16px;
	}
	.ny-model15 .product-box .text-box .classification {
	    font-size: 12px;
	}
	.ny-model15 .product-box .text-box {
	    margin-top: 15px;
	}
	
	
	.ny-model16 {
	    padding-top: 40px;
	    padding-bottom: 30px;
	}
	.ny-model16 .left .en {
	    font-size: 24px;
	    margin-bottom: 10px;
	}
	.ny-model16 .left .cn {
	    font-size: 20px;
	}
	.ny-model16 .left, .ny-model16 .right {
	    margin-bottom: 30px;
	}
	
	
	.ny-model17 .left .en {
	    font-size: 24px;
	    margin-bottom: 10px;
	}
	.ny-model17 .left .cn {
	    font-size: 20px;
	}
	.ny-model17 .left, .ny-model17 .right {
	    margin-bottom: 30px;
	}
	.ny-model17 .right input[type="submit"] {
	    padding: 10px;
	    width: 100px;
	}
	
	
	.ny-model18 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.ny-model18 a {
	    padding: 0px;
	    margin-bottom: 30px;
	}
	.ny-model18 .address {
		font-size: 12px;
	}
	.ny-model18 .name {
	    font-size: 14px;
	}
	
	
	.ny-model19 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.ny-model19 .right .title-box .title {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.ny-model19 .right .title-box .note em {
	    font-size: 14px;
	}
	.ny-model19 .right .title-box .note span {
	    font-size: 14px;
	    margin-left: 10px;
	    margin-right: 10px;
	}
	.ny-model19 .right .title-box {
	    margin-bottom: 10px;
	}
	.ny-model19 .right .up-box {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.ny-model19 .right .up-box a {
	    padding: 3px 20px;
	}
	.ny-model19 .right .related-title {
	    font-size: 18px;
	    margin-bottom: 30px;
	    margin-top: 30px;
	}
	
	
	.ny-model20 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.ny-model20 .left, .ny-model20 .right {
	    padding: 0 15px;
	    margin-bottom: 30px;
	}
	.ny-model20 .right .one-date {
	    position:initial;
	    width: auto;
	    border-bottom: 1px solid #cccccc;
	    padding-bottom: 15px;
	}
	.ny-model20 .right .one-title {
	    font-size: 16px;
	    margin-bottom: 15px;
	    line-height: 1.5em;
	    height: 3em;
	    -webkit-line-clamp: 2;
	}
	.ny-model20 .box {
	    padding: 0 15px;
	    margin-bottom: 30px;
	}
	.ny-model20 .box .name {
	    font-size: 16px;
	}
	
	.bjb h5{ font-size: 2rem;color: #a4a4a4;}
    .bjb .juzhongTitle{
	font-size: 2rem;
	font-weight:bold; 
	text-align:center;
}
}
/*内页通用模块 end*/


/*内页banner*/
.ny-banner-bgcolor{
	padding-bottom: 30.51%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.ny-banner-mlj{
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 35px;
	height: 20px;
}
@media screen and (max-width: 1680px) {
	.ny-banner-mlj{
		width: 30px;
		height: 17px;
		bottom: 25px;
	}
}
@media screen and (max-width: 1440px) {
	.ny-banner-mlj{
		width: 25px;
		height: 12px;
		bottom: 20px;
	}
}
@media screen and (max-width: 1280px) {
	.ny-banner-mlj{
		width: 20px;
		height: 10px;
		bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	.ny-banner-mlj{
		width: 20px;
		height: 10px;
		bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.ny-banner-mlj{
		width: 18px;
		height: 10px;
		bottom: 10px;
	}
	.ny-model2 .en {
	    font-size: 30px;
	    margin-bottom: 0px;
	}
	.ny-model2 .en img {
	   width: 45%;
	   margin:0 auto;
	   padding-top:15px;
	}
	
    .ny-model2 .protitle img {
	   width: 30%;
	   margin:0 auto;
	   padding-top:1rem;
	}
	.ny-model2 .Culturetitle img {
	   width: 35%;
	   margin:0 auto;
	   padding-top:1rem;
	}
	.ny-model2 .newstitle img {
	   width: 45%;
	   margin:0 auto;
	   padding-top:1rem;
	}
	.ny-model2 .worktitle img {
	   width: 40%;
	   margin:0 auto;
	   padding-bottom:15px;
	}
	
}
/*内页banner end*/

/*产品列表*/
.product-list-bgcolor{
	background-color: #f3f5f8;
	position: relative;
}
.product-list{
	min-height: 1500px;
}
.product-list .tp{
	padding-bottom: 100%;
}
.product-list .tp2{
	padding-bottom: 66.5%;
}
.product-list .right-box{
	padding-top: 45px;
	padding-bottom: 45px;
}
.product-list .right-box .search-box {
	font-size: 0;
	margin-bottom: 30px;
}
.product-list .right-box .search-box input{
	padding: 20px 10px;
	font-size: 16px;
	outline: none;
	border:none;
	background-color: #f3f5f8;
	border-bottom: 1px solid #dadcdf;
	width: calc(100% - 38px);
	color: #999999;
}
.product-list .right-box .search-box a{
	display: inline-block;
	color: #9a9a9a;
	padding: 20px 10px;
	font-size: 14px;
	border-bottom: 1px solid #dadcdf;
}
.product-list .right-box .search-box a:hover{
	color: #333333;
}
.product-list .right-box .product-box{
	margin-bottom: 70px;
}
.product-list .right-box .product-box a{
	text-decoration: none;
	display: block;
}
.product-list .right-box .product-box .text-box{
	margin-top: 20px;
}
.product-list .right-box .product-box .text-box .title{
	color: #222222;
	font-size: 26px;
	font-weight: 100;
}
.product-list .right-box .product-box .text-box .title2{
	color: #222222;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 5px;
	display: block;
}
.product-list .right-box .product-box .text-box .classification{
	color: #999999;
	font-size: 14px;
}
.product-list .right-box .product-box .text-box .classification2{
	color: #999999;
	font-size: 14px;
	display: block;
}
.product-list .right-box .product-box .text-box .classification2 img{
	margin-left: 10px;
	vertical-align: middle;
}
.product-list .right-box .product-box a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0);
}
.product-list .right-box .product-box a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product-list .right-box .product-box a:hover .over-img{
    -webkit-box-shadow: 0 0 50px 10px #c3c5c7;
    box-shadow: 0 0 50px 10px #c3c5c7;
}
.product-list .right-box .product-box a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}




/*产品列表页筛选栏*/
.product-list-bgcolor .screening-box{
	position: absolute;
	top: -109px;
	left: 0;
	background-color: #fff;
	width: 20%;
}
.product-list-bgcolor .screening-box a{
	text-decoration: none;
}
.product-list-bgcolor .screening-box .screening-header{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
	padding-left: 37%;
	padding-right: 20px;
}
.product-list-bgcolor .screening-box .screening-header span{
	margin-left: 15px;
	color: #333333;
	font-size: 18px;
	vertical-align: middle;
}
.product-list-bgcolor .screening-box .screening-content,
.product-list-bgcolor .screening-box .leading_technology{
	padding-left: 37%;
	padding-right: 20px;
}

.product-list-bgcolor .screening-box .screening-content .level1>li{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
}
.product-list-bgcolor .screening-box .leading_technology a{
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
}
.product-class1-title{
	display: block;
	font-size: 16px;
	color: #222222;
	margin-top: 30px;
}
.product-class1-title:hover,
.product-class1-title:focus{
	color: #222222;
}
.product-class1-title .icon{
	position: relative;
	float: right;
	width: 10px;
	height: 10px;
	margin-top: 6px;
}
.product-class1-title .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;
}
.product-class1-title .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;
}
.product-class1-title.active .icon:before{
	height: 10px;
}
.screening-box .screening-content .level2{
	padding-top: 30px;
}
.screening-box .screening-content .level2>li{
	position: relative;
	margin-bottom: 10px;
}
.screening-box .screening-content .level2>li:nth-last-of-type(1){
	margin-bottom: 0px;
}
.screening-box .screening-content .level2>li input[type*="radio"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.screening-box .screening-content .level2>li label{
	color: #999999;
	padding-left: 20px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 0;
}
.screening-box .screening-content .level2>li label: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;
}
.screening-box .screening-content .level2>li label: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;
}
.screening-box .screening-content .level2>li.active label:before{
    opacity: 1;
}

.screening-box .screening-content .level2>li.level3{
	margin-left: 20px;
}

.screening-box .screening-content .level2.color-box li{
	display: inline-block;
	margin-bottom: 10px;
}
.screening-box .screening-content .level2.color-box li.active{
	display: inline-block;
}
.screening-box .screening-content .level2.color-box li div{
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.screening-box .screening-content .level2.color-box li img{
	border: 1px solid rgba(0,0,0,0);
	border-radius: 50%;
}
.screening-box .screening-content .level2.color-box li.active img{
	border: 1px solid #000000;
}

.screening-box .screening-foot{
	padding-left: 37%;
    padding-right: 20px;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.screening-box .screening-foot a{
	color: #222222;
}
.screening-box .screening-foot .btn-box{
	display: inline-block;
}
@media screen and (max-width: 1440px) {
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    padding-left: 27%;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 27%;
	}
	.screening-box .screening-foot {
	    padding-left: 27%;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.product-list-bgcolor .screening-box .leading_technology a {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.product-class1-title {
	    margin-top: 20px;
	}
	.product-list-bgcolor .screening-box .screening-content .level1>li {
	    padding-bottom: 20px;
	}
	.product-list-bgcolor .screening-box {
	    top: -88px;
	}
}
@media screen and (max-width: 1280px) {
	.product-list-bgcolor .screening-box .screening-header span {
	    font-size: 16px;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 17%;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 17%;
	}
	.screening-box .screening-foot {
	    padding-left: 17%;
	}
	.product-list-bgcolor .screening-box {
	    top: -67px;
	    width: 25%;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 24px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.product-list-bgcolor .screening-box .screening-header span {
	    font-size: 16px;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 20px;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 20px;
	}
	.screening-box .screening-foot {
	    padding-left: 20px;
	}
	.product-list-bgcolor .screening-box {
	    top: -67px;
	    width: 25%;
	}
	.product-list .right-box {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 22px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.product-list-bgcolor .screening-box {
    	position: fixed;
	    top: 0;
	    left: -100%;
	    background-color: #fff;
	    width: 100%;
	    height: 100%;
	    overflow-y: auto;
	    z-index: 60;
	    -webkit-transition: left .5s cubic-bezier(.19,1,.22,1);
	    transition: left .5s cubic-bezier(.19,1,.22,1);
	}
	.product-list-bgcolor .screening-box.active {
	    left: 0;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.screening-header .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;
	}
	.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);
	}
	.screening-box-wap-spread-btn.active{
		bottom: 0%;
	}
	.screening-box-wap-spread-btn span{
		vertical-align: middle;
		margin-left: 10px;
		z-index: 600;
	}
	.product-list .right-box .search-box input {
	    padding: 10px 10px;
	    font-size: 14px;
	}
	.product-list .right-box .search-box a {
	    padding: 10px 10px;
	    font-size: 12px;
	}
	.product-list .right-box {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.product-list .right-box .search-box {
	    margin-bottom: 20px;
	}
	.product-list .right-box .product-box .text-box {
	    margin-top: 15px;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 20px;
	}
	.screening-box-wap-spread-btn {
	    padding: 15px;	
	}
	.product-list .right-box .product-box {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.product-list .right-box .product-box .text-box .title {
	    font-size: 16px;
	}
	.product-list .right-box .product-box .text-box .classification {
	    font-size: 12px;
	}
	.screening-box-wap-spread-btn {
	    padding: 10px;	
	}
	.screening-box-wap-spread-btn span{
	    font-size: 12px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 30px;
	}
}
/*产品列表页筛选栏 end*/
/*产品列表 end*/

/*分页开始*/
.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: #f3f5f8;
	color: #7f7f7f;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}
.paging-list li a:hover{
	border: 1px solid #000000;
	color: #000000;
}
.paging-list li.active a{
	border: 1px solid #000000;
	color: #000000;
}
.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;
	}
}
/*分页结束*/

/*二维码弹窗*/
.footer-ewm{
	position: fixed;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 999999999999999999;
}
.footer-ewm .ewm-box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
}
.footer-ewm .ewm-box .title{
	font-family: "Helvetica_Neue_CE_35_Thin";
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.close-ewm{
	position: absolute;
    top: 2%;
    right: 2%;
    border: none;
    padding: 15px 20px;
    outline: none;
    background-color: #ffffff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.close-ewm:hover {
    background-color: #333333;
    color: #fff;
}
@media screen and (max-width: 757px){
	.footer-ewm .ewm-box .title{
		font-size: 24px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px){
	.footer-ewm .ewm-box .title{
		font-size: 18px;
		margin-top: 10px;
	}
}
/*二维码弹窗 end*/

/*微信二维码*/
.wechat-box{
	position: relative;
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
}
.wechat-box .wechat-ewm{
	position: absolute;
	display: none;
	top: 15px;
	left: 50%;
	width: 200px;
	height: 215px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	padding: 0 !important;
	z-index: 40;
	overflow: hidden;
}
.wechat-box.active .wechat-ewm{
	display: inline-block;
}
@media screen and (max-width: 757px){
	.wechat-box .wechat-ewm{
		width: 150px;
		height: 161px;
	}
}
/*微信二维码 end*/

/*产品详情导航跟随*/
.ny-model11-position{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	-webkit-transition: top .5s cubic-bezier(.19,1,.22,1);
    transition: top .5s cubic-bezier(.19,1,.22,1);
}
.ny-model11-position.active{
	display: block;
}
.ny-model11-position.top{
	top: 80px;
}
@media screen and (max-width: 767px){
	.ny-model11-position.top{
		top: 59px;
	}
}
/*产品详情导航跟随 end*/

/* 2018.11.5 修改 by 葡萄 ==================*/
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } 
.dn{display: none;}
.hid{display: none!important;}
.wp{max-width: 1200px; width: 100%; margin: 0 auto; overflow: hidden; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

.dc-asmdl3{text-align: center;}
.dc-asmdl3 dd{padding-top: 50px; padding-bottom: 80px;}
.dc-asmdt3 h3{padding-bottom: 8px; margin-bottom: 2px; font-size: 26px;color: #032259; font-weight: bold; letter-spacing: 2px;}
.dc-asmdt3 small{font-size: 24px; line-height: 28px; padding-top: 15px; color: #032259; max-width: 600px; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal;}

.pgm11-m1 .imgb img{max-width:500px; width: 100%;}

.pgm12{overflow: hidden; clear: both; font-size: 0;}
.pgm12 .bx1,.pgm12 .bx2{width: 50%; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: top; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.pgm12 .bx1{padding-right: 2%; width: 55%;}
.pgm12 .bx2{padding-left: 2%; text-align: right; width: 45%;}
.pgm12 .bx2 .imgb img{max-width: 100%;}

/* imgpList5 ==================*/
.imgpList5{font-size: 0; text-align: left;}
.imgpList5 li{width:20%; text-align: center; padding: 0px 1%; padding-bottom:25px; padding-top: 10px; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: top; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.imgpList5-m1 .imgbox{border: 1px solid #fff; text-align: center; font-size: 0; height: 80px; border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%; overflow: hidden; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.imgpList5-m1 .imgbox:before{content: ""; width: 0; height: 100%; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle;}
.imgpList5-m1 .imgbox img{max-height: 70px; max-width: 70px; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle;}
.imgpList5-m1 .txtbox{padding-top: 5px;}
.imgpList5-m1 .txtbox h3 a{font-size: 14px; color: #666; line-height: normal; display:inline-block;max-width:100%; white-space:nowrap; text-overflow:ellipsis; -moz-text-overflow:ellipsis; -webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis; -ms-text-overflow:ellipsis; overflow: hidden;}
.imgpList5-m1:hover .txtbox h3 a{color: #032259;}
.imgpList5-m1:hover .imgbox img{opacity: .8;}

.pgm13{text-align: center;}
.pgm13 .ct{padding-bottom: 15px; max-width: 1000px; width: 100%; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal;}
.pgm13 .ct p{font-size: 14px; color: #666;}

.imgpL3{font-size: 0;}
.imgpL3 li{width: 25%; padding: 2px; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.imgpL3-m1{ padding: 0px;}
.imgpL3-m1 .imgb{position:relative; display:block; overflow: hidden; height: 0px; padding-top:66.56%;}
.imgpL3-m1 .imgb img{ position:absolute; top:0px; left: 0px; height: 100%;  _height: auto; *+height: auto;  max-height: none; }

.pgm14{overflow: hidden; clear: both;}
.pgm14 .bx1{float: left; width: 67%; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal;}
.pgm14 .bx2{display: block; overflow: hidden; padding-left: 4%; text-align: left;}
.pgm14 .bx1 .imgb img{width: 100%;}
.pgm14 .bx2 .tt h3{font-size: 20px; color: #032259;}
.pgm14 .bx2 .ct{padding-top: 15px;}
.pgm14 .bx2 .ct p{font-size: 14px; color: #666; text-align: justify;}

.pgm14-m2{padding-top: 15px;}

.imgpL3.cx1 li{width: 50%;}
.imgpL3.cx1 .imgpL3-m1 .imgb{padding-top: 88.79%;}

.imgpL3{max-width: 800px; display: block; margin: 0 auto;}

.foot-address-box p{margin-bottom: 0px;}
.product-list{padding-left: 26%;}
.text-box .title{color: #333; font-weight: bold;}
.text-box p.classification{color: #888;}
.text-box{padding-top: 5px; padding-bottom: 15px;}
.paging-list li a{padding-top: 0px; padding-bottom: 0px;}
.paging-list li select,.paging-list li a,.paging-list li{height: 37px; line-height: 37px;}
.paging-list{margin-top: 20px;}

/* swf 幻灯片 独立模块 ==================*/
.slick-js img{width: 0px;}
.slick-prev,.slick-next{opacity: 0.3; font-size: 0px; border: 0px; z-index: 10; position:absolute; cursor: pointer; top: 42%;width: 46px; height: 46px; background-size: 100% auto!important;}
.slick-prev:focus,.slick-next:focus{outline-color:transparent;}
.slick-prev{left: 20px; background:url("../Images/swf-lbtn.png") no-repeat center center;}
.slick-next{right: 20px; background:url("../Images/swf-rbtn.png") no-repeat center center;}
.slick-dots{position: absolute; bottom: 10px; text-align: center; font-size:0;/*word-spacing: -4px;letter-spacing: -4px;*/
    left: 50%;
    width: 100%;
    margin-left: -50%;
}
.slick-prev:hover,.slick-next:hover{opacity: 1;}
.slick-dots li{display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal;font-size:0; vertical-align: middle;}
.slick-dots li button{cursor: pointer;  padding: 0px; margin: 0px 3px; font-size: 0px; width: 7px; height: 7px; border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%; border: 0px; background-color: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.slick-dots li.slick-active button{background-color: #e0b12c!important;}
.slick-dots li.slick-active button:focus{outline-color:transparent;}
.slick-gy{text-align: center; position: relative; }
.slick-gy .slick-slide img{display: inline-block; width:100%;}
.slick-gy .slick-slide img:hover{opacity: 1;}
/*
.slick-gy .slick-slide img{opacity: 0;}
*/
.slick-gy .slick-active img{opacity: 1;}
.slick-js .slick-next,.slick-js .slick-prev{opacity: 1; transition: all 300ms cubic-bezier(.4, 0, .2, 1); -moz-transition: all 300ms cubic-bezier(.4, 0, .2, 1);-webkit-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -o-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: all 300ms cubic-bezier(.4, 0, .2, 1);}
.slick-js .slick-next{right: -110%;}
.slick-js .slick-prev{left: -110%;}
.slick-js:hover .slick-next{right: 10px;}
.slick-js:hover .slick-prev{left: 10px;}
.slick-next.slick-disabled{display: none!important;}
.slick-prev.slick-disabled{display: none!important;}

.dc-m1{width: 100%; margin: 0 auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

/* asmban1 ==================*/
.asmban1{font-size: 0; height: 400px; position: relative; overflow: hidden; text-align: left; background-size:100% auto; background-size:cover; background-position: center center; background-repeat: no-repeat;}
.asmban1:before{content: ""; position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle;}
.asmban1-m1{position:relative; text-align: center; z-index: 10; height: 100%;}
.asmban1-m1:before{content: ""; width: 0; height: 100%; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle;}
.asmban1-m1 .mm1{text-align: center; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle;}
.asmban1-m1 .mm1 h3{font-size: 40.58px; color: #fff;}
.asmban1-m1 .mm1 small{font-size: 16px; color: #fff; display: block; padding-top: 10px; letter-spacing: 2px;}

.dc-asmdl3.cx1 .dc-asmdt3 h3,.dc-asmdl3.cx1 .dc-asmdt3 small{color: #032259;}
.dc-asmdl3.cx1{padding-top: 50px;}
.dc-asmdl3.cx1 .dc-asmdt3 small{line-height: 22px; padding-top: 6px;}

.pgm22{text-align: center;}

.dc-pgm2{position: relative; width: 300px; margin-top: 50px; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal;}
.dc-pgm2 .bx1 .imgb img{width: 100%; }
.dc-pgm2 .li0{position: absolute; left: 0px; top: 0px; text-align: center;}
.dc-pgm2 .li0 p{font-size: 14px; color: #666; line-height: 16px;}
.dc-pgm2 .li1{top: -55px; width: 238px; left: 50%; margin-left: -119px;}
.dc-pgm2 .li2{top: 30%; left: -100px; width: 100px;}
.dc-pgm2 .li3{top: auto; bottom: 5%; left: -60px; width: 100px;}
.dc-pgm2 .li4{top: 30%; left: auto; right: -140px; width: 140px;}
.dc-pgm2 .li5{top: auto; bottom: 5%; left: auto; right: -60px; width: 100px;}

.product-list{padding-top: 30px;}
.xysimg img{max-width: 100%;}
.product-list .tp{
transition: all 500ms cubic-bezier(.4, 0, .2, 1); -moz-transition: all 500ms cubic-bezier(.4, 0, .2, 1);-webkit-transition: all 500ms cubic-bezier(.4, 0, .2, 1); -o-transition: all 500ms cubic-bezier(.4, 0, .2, 1); -ms-transition: all 500ms cubic-bezier(.4, 0, .2, 1);    
}
.product-list .tp:hover{
    transform:scale(1.2);
    -ms-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
}

.paging-list li.thisclass{width: 40px; border: 1px solid #d9d9d9; text-align:center; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.product-box a:hover,.product-box a:hover strong,.product-box a:hover p{text-decoration: none!important;}
.product-box a strong{font-size: 26px;}
.over-img:hover{box-shadow: 0 0 50px 5px rgba(0,0,0,.05);}

.pgm41{text-align: center;}

/* dc-asmimgp5 ==================*/
.dc-asmimgp5{font-size:0; text-align: center;}
.dc-asmimgp5 li{width: 25%; padding: 0px 2%; padding-bottom: 15px; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: top; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.asmimgp5-m1 .imgbox{height: 70px; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal;}
.asmimgp5-m1 .imgbox img{max-height: 90%; max-width: 100%;}
.asmimgp5-m1 .imgbox:before{content: ""; width: 0; height: 100%; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: bottom;}
.asmimgp5-m1 .imgbox a.img1{height: auto; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: bottom;}
.asmimgp5-m1 .txtbox{padding-top: 15px;}
.asmimgp5-m1 .txtbox h3{font-size: 14px; color: #333;}
.asmimgp5-m1 .txtbox .ct p{font-size: 18px; color: #fff; line-height: 28px;}
.asmimgp5-m1 .txtbox .ct{padding-top: 12px;}
.asmimgp5-m1 .imgbox .img1{height: 100%; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle;}
.asmimgp5-m1 .imgbox .img1:before{content: ""; width: 0; height: 100%; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle;}
.asmimgp5-m1 .imgbox .img1 img{display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle;}

.pgm41{max-width: 960px;}
.pgm42{height: 500px; }
#allmap{height:100%; width:100%;}

.dc-xg1{font-family: Arial,"SourceHanSansCN-Regular"; font-size: 14px;}

.ny-model5 .bjb img{max-width: 100%; height:auto!important; margin: 5px 0px;}
.jr-xg1{position:relative;}

.pgm11-m1 .imgb img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
}


.pgm11-m1 .imgb img,.pgm11-m1 .imgb .m1{
	transition: all .7s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all .7s cubic-bezier(.19,1,.22,1);
	-moz-transition: all .7s cubic-bezier(.19,1,.22,1);
	-ms-transition: all .7s cubic-bezier(.19,1,.22,1);
	-o-transition: all .7s cubic-bezier(.19,1,.22,1);
	-khtml-transition: all .7s cubic-bezier(.19,1,.22,1);
}
.pgm11-m1 .imgb .m1:hover{
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-khtml-transform: scale(0.95);
	box-shadow: 0px 0px 11px -3px rgba(0,0,0,.7);
}
.pgm11-m1 .imgb .m1:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-khtml-transform: scale(1.1);
}

.pgm11-m1 .imgb .m1{overflow: hidden; padding: 35px; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal;}



@media only screen and (max-width: 1400px) {
.asmban1-m1 .mm1 h3{font-size: 30px;}
.asmban1-m1 .mm1 small{font-size: 14px; padding-top: 4px;}
.asmban1{height: 220px;}
.product-box a strong{font-size: 22px;}
.pgm11-m1 .imgb img{max-width: 400px;}
.dc-asmdt3 h3{font-size: 22px;}
.dc-asmdt3 small{font-size: 16px; line-height: 22px; padding-top: 5px;}
.dc-asmdl3 dd{padding-top: 20px; padding-bottom: 20px;}




}
/*Common For Max 850*/
@media only screen and (max-width: 1199px) {
.dc-asmdt3 h3{font-size: 18px; padding-bottom: 0px;}
.dc-asmdt3 small{font-size: 16px;}
.dc-asmdl3 dd{padding-top: 20px; padding-bottom: 30px; margin-bottom: 0px;}
.ny-model3 .swiper-button--box .swiper-button-prev,.ny-model3 .swiper-button--box .swiper-button-next{width: 80px; height: 40px;}
.ny-model3 .swiper-button--box .swiper-button-next{right: -161px;}
.ny-model3 .swiper-button--box{height: 40px;}
.ny-model3 .swiper-button--box .swiper-button-prev{right: -79px;}



}

/*Common For Max 959*/
@media only screen and (max-width: 959px) {
.asmban1-m1 .mm1 h3{font-size: 26px;}
.asmban1-m1 .mm1 small{font-size: 13px; padding-top: 4px;}
.asmban1{height: 190px;}
.product-box a strong{font-size: 18px;}
.imgpList5-m1 .imgbox img{max-width: 50px; max-height: 50px;}
.imgpList5-m1 .imgbox{height: 50px;}
.pgm12 .bx1{width: 100%; padding: 0px 2%; padding-bottom: 15px;}
.pgm12 .bx2{width: 100%; padding: 0px 2%;}
.pgm12 .bx2 .imgb img{max-width: 500px; width: 100%;}
.pgm12 .bx2 .imgb{text-align: center;}
.asmimgp5-m1 .imgbox{height: 50px;}
.dc-asmdl3.cx1{padding-top: 30px;}



}

/*Common For Max 850*/
@media only screen and (max-width: 850px) {

}
@media only screen and (max-width: 767px) {
.product-list{padding-left: 15px;}
.slick-prev,.slick-next{width: 26px; height: 26px;}
.pgm42{height: 400px;}
.pgm11-m1 .imgb img{max-width: 300px;}
.dc-asmdt3 small{font-size: 14px;}
.ny-model3 .swiper-button--box .swiper-button-prev{bottom: auto; position: absolute; left: 0px; top: 40%; right:auto;}
.ny-model3 .swiper-button--box .swiper-button-next{bottom: auto; position: absolute; right: 0px; top: 40%; left: auto;}
body .swiper-button--box{width: 100%!important; text-align: center; display: block!important; visibility:visible; position: inherit!important; opacity: 1; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.ny-model3 .swiper-button--box .swiper-button-prev,.ny-model3 .swiper-button--box .swiper-button-next{width: 60px; height: 30px; margin-top: 5px; text-align: left; right: auto; left: auto; top: auto; position: relative; display:inline-block; *display:inline; *zoom:1;letter-spacing:normal;word-spacing:normal; vertical-align: middle;}

}

/*Common For Max 640*/
@media only screen and (max-width: 640px) {
.asmban1-m1 .mm1 h3{font-size: 22px;}
.asmban1-m1 .mm1 small{font-size: 12px; padding-top: 2px;}
.asmban1{height: 160px;}
.product-box a strong{font-size: 16px;}
.asmimgp5-m1 .imgbox{height: 50px;}
.pgm42{height: 300px;}
.imgpList5-m1 .txtbox h3 a{font-size: 12px;}
.imgpList5-m1 .imgbox img{max-width: 40px; max-height: 40px;}
.imgpList5-m1 .imgbox{height: 40px;}
.asmimgp5-m1 .imgbox{height: 40px;}
.dc-pgm2{width: 200px;}
.dc-pgm2 .li0 p{font-size: 12px;}




}

/*Common For Max 550*/
@media only screen and (max-width: 550px) {
.ny-model3 .ny-swiper-container1 .tp{padding-top:50%;}



}

/*Common For Max 479*/
@media only screen and (max-width: 479px) {
.asmban1{height: 130px;}
.asmban1-m1 .mm1 h3{font-size: 20px;}
.product-box a strong{font-size: 14px;}
.pgm42{height: 200px;}
.dc-asmdt3 h3{font-size: 15px;}
.dc-asmdt3 small{font-size: 12px; padding-top: 1px;}



}

/*Common For Max 450*/
@media only screen and (max-width: 450px) {

}

/*Common For Max 400*/
@media only screen and (max-width: 400px) {
.asmimgp5-m1 .imgbox{height: 35px;}
.dc-pgm2{width: 150px;}
.dc-pgm2 .li2{width: 80px; top: 14%; left: -83px;}
.dc-pgm2 .li3{bottom: -8px; width: 78px;}
.dc-pgm2 .li4{width: 91px; right: -92px; top: 18%;}
.dc-pgm2 .li5{bottom: -6%; width: 68px; right: -49px;}
.imgpList5 li{width: 25%;}




}

/*Common For Max 350*/
@media only screen and (max-width: 350px) {

}

/*Common For Max 300*/
@media only screen and (max-width: 300px) {

}



