@charset "utf-8";

body {
	font-family: Arial,"微软雅黑";
	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;
}
.default-padd{
	padding-left: 15px;
	padding-right: 15px;
}
.default-bg{
	background-color: #f6f6f6;
}
.default-tb-padd{
	padding-top: 80px;
	padding-bottom: 80px;
}
.default-container{
	max-width: 1170px;
	margin: 0 auto;
}
.product-tb-padd{
	padding-top: 60px;
	padding-bottom: 60px;
}
.icon-line1{
	background: url(../img/line.png) left top;
    height: 6px;
    display: inline-block;
    width: 100%;
}
.icon-line1.line-one{
	height: 1px;
}
.padd-top-100px{
	padding-top: 100px;
}
@media screen and (max-width: 1680px) {
	.default-tb-padd{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.padd-top-100px{
		padding-top: 90px;
	}
}
@media screen and (max-width: 1440px) {
	.default-tb-padd{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.padd-top-100px{
		padding-top: 80px;
	}
}

@media screen and (max-width: 1280px) {
	.default-tb-padd{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.padd-top-100px{
		padding-top: 70px;
	}
	.product-tb-padd{
		padding-top: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.padd-top-100px{
		padding-top: 60px;
	}
}
@media screen and (max-width: 991px) {
	.default-tb-padd{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.padd-top-100px{
		padding-top: 50px;
	}
	.product-tb-padd{
		padding-top: 40px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.default-tb-padd{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.padd-top-100px{
		padding-top: 40px;
	}
	.product-tb-padd{
		padding-top: 30px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 575px) {
	.default-tb-padd{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.padd-top-100px{
		padding-top: 30px;
	}
	.product-tb-padd{
		padding-top: 15px;
		padding-bottom: 30px;
	}
}

/*编辑版开始*/
.bjb{
	padding-top: 30px;
	padding-bottom: 30px;
}
.bjb img{
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p{
	color: #666666;
}
.bjb p{
	line-height: 2em;
}
@media screen and (max-width: 767px) {
	.bjb{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/*编辑版结束*/
@media screen and (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 575px) {
	.hidden-xs {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

/*wap端banner图开始*/
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(255,255,255,1);
	opacity: 1;
}

.swiper-pagination-bullet {
	background: rgba(255,255,255,0.5);
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}
/*wap端banner图结束*/


/*pc-header*/
.pc-header{
	font-size: 0;
	padding-left: 50px;
	padding-right: 50px;
}
.pc-header .left{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 250px;
}
.pc-header .center{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: calc(100% - 590px);
	text-align: center;
}
.pc-header .center .level1>li{
	display: inline-block;
	position: relative;
}
.pc-header .center .level1>li>a{
	display: inline-block;
	padding: 25px 0 21px;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom: 4px solid #fff;
	color: #666666;
}
.pc-header .center .level1>li.active>a,
.pc-header .center .level1>li:hover>a{
	border-bottom: 4px solid #f63c3c;
	color: #f63c3c;
}
.pc-header .center .level2{
	position: absolute;
	top: 76px;
	left: 0;
	width: 250px;
	z-index: 1;
	text-align: left;
	padding: 10px 15px 15px;
	background-color: #fff;
	display: none;
	opacity: 0;
	margin: 0;
}
.pc-header .center .level2>li>a{
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 10px 0;
	border-bottom: 1px solid #666666;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pc-header .center .level2>li>a:hover{
	color: #f63c3c;
	border-bottom: 1px solid #f63c3c;
	padding-left: 5px;
}

.pc-header .center .level3{
	position: fixed;
	top: 74px;
	left: 0;
	width: 100%;
	z-index: 10;
	text-align: left;
	padding: 15px 7px 25px;
	background-color: #fff;
	display: none;
	opacity: 0;
	margin: 0;
	text-align: center;
	border-top: 1px solid #dddddd;
}
.pc-header .center .level3>ul{
	display: inline-block;
	width: 241px;
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: top;
	text-align: left;
}
.pc-header .center .level3>ul>li>a{
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 10px 0;
	border-bottom: 1px solid #666666;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pc-header .center .level3>ul>li>a:hover{
	color: #f63c3c;
	border-bottom: 1px solid #f63c3c;
	padding-left: 5px;
}
.pc-header .center .level3>ul>li>ul{
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
.pc-header .center .level3>ul>li>ul>li{
	display: block;
}
.pc-header .center .level3>ul>li>ul>li>a{
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 5px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pc-header .center .level3>ul>li>ul>li>a:hover{
	color: #f63c3c;
	padding-left: 5px;
}

.pc-header .right{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 340px;
	text-align: right;
}
.pc-header .right ul{
	font-size: 0;
}
.pc-header .right ul>li{
	display: inline-block;
	font-size: 14px;
	padding: 10px 25px;
	border-right: 1px solid #e5e5e5;
}
.pc-header .right ul>li>a{
	display: inline-block;
	text-decoration: none;
	color: #666666;
}
.pc-header .right ul>li .tianmao{
	color: #fff;
	background-color: #f63c3c;
	padding: 5px;
}
.pc-header .right ul>li:nth-last-of-type(1){
	border-right: none;
}
@media screen and (max-width: 1300px) {
	.pc-header {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.pc-header .left {
	    width: 210px;
	}
	.pc-header .center {
	    width: calc(100% - 447px);
	}
	.pc-header .center .level1>li>a {
	    margin-right: 10px;
	    margin-left: 10px;
	}
	.pc-header .right {
	    width: 237px;
	}
	.pc-header .right ul>li {
	    padding: 10px 15px;
	}
}
@media screen and (max-width: 1050px) {
	.pc-header .center .level1>li>a {
	    margin-right: 5px;
	    margin-left: 5px;
	}
}
/*pc-header end*/

/*wap导航*/
.wap-nav{
	border-bottom: 1px solid #e5e5e5;
}
.wap-nav .logo{
	padding: 5px 15px;
	float: left;
}
.wap-nav .logo img{
	width: 150px;
}
.wap-nav>div:nth-of-type(1){
	position: relative;
}
.wap-search{
	position: absolute;
	top: 50%;
	right: 65px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-button{
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 30px;
}
.nav-button>div:nth-of-type(1){
	margin-top: 2px;
}
.nav-button>div{
	display: inline-block;
	float: left;
}
.nav-button>div i{
	color: #666666;
}
.wap-nav-list{
	display: none;
}
.wap-nav-list>ul{
	list-style: none;
	padding:0;
	margin: 0;
}
.wap-nav-list>ul>li:nth-of-type(1){
	border-top: 1px solid #666666;
}
.wap-nav-list>ul>li{
	display: block;
	text-align: center;
	border-bottom: 1px solid #666666;
}
.wap-nav-list>ul>li>a{
	padding: 10px 0;
	display: block;
	color: #666666;
	text-decoration: none;
}
.wap-nav-list>ul>li>a:hover{
	color: #fff;
	background-color: #f63c3c;
}
/*wap导航 end*/

/*index-box1*/
.index-box1-bg{
	background-image: url(../img/ht-004.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-box1{
	padding-top: 140px;
	padding-bottom: 140px;
}
.index-box1 .box1 .text-box{
	text-align: center;
}
.index-box1 .box1 .text-box .title-en{
	color: #c6c6c6;
	font-size: 36px;
	margin-bottom: 10px;
}
.index-box1 .box1 .text-box .title-cn{
	color: #000000;
	font-size: 36px;
	margin-bottom: 25px;
}
.index-box1 .box1 .text-box .text{
	color: #666666;
	font-size: 14px;
	max-width: 800px;
	margin: 0 auto;
	line-height: 2em;
}
.index-box1 .box2{
	margin-top: 10%;
}
.index-box1 .box2 a{
	text-decoration: none;
	display: block;
}
.index-box1 .box2 .left-box,
.index-box1 .box2 .right-box{
	margin-bottom: 20px;
}
.index-box1 .box2 .left-box .tp{
	padding-bottom: 138.6%;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.index-box1 .box2 .right-box .tp{
	padding-bottom: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.index-box1 .box2 .cp-title{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.index-box1 .box2 .cp-title .title-cn{
	font-size: 24px;
	color: #131111;
}
.index-box1 .box2 .cp-title .title-en{
	font-size: 24px;
	color: #999999;
}
.index-box1 .box2 .cp-title:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/ht-013.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 41px;
	height: 41px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.index-box1 .box2 a:hover .cp-title:after{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.index-box1 .box2 a:hover .tp{
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}
.index-box1 .box2 .more-box{
	text-align: center;
	margin-top: 6%;
}
.index-box1 .box2 .more-box .text{
	color: #999999;
	font-size: 16px;
	max-width: 270px;
	margin: 0 auto;
	position: relative;
}
.index-box1 .box2 .more-box .text:after{
	content: "";
	display: inline-block;
	width: 230px;
	height: 157px;
	background-image: url(../img/ht-016.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.index-box1 .box2 .more-box .text span{
	color: #b89788;
}
.index-box1 .box2 .more-box a{
	display: inline-block;
	padding: 10px 40px;
	color: #ffffff;
	background-color: #b89788;
	border: 1px solid #b89788;
	border-radius: 50px;
	margin-top: 13%;
}
.index-box1 .box2 .more-box a:hover{
	color: #b89788;
	background-color: #f7f7f7;
}
@media screen and (max-width: 1680px) {
	.index-box1 {
	    padding-top: 130px;
	    padding-bottom: 130px;
	}
}
@media screen and (max-width: 1440px) {
	.index-box1 {
	    padding-top: 110px;
	    padding-bottom: 110px;
	}
	.index-box1 .box1 .text-box .title-en {
	    font-size: 30px;
	}
	.index-box1 .box1 .text-box .title-cn {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.index-box1 {
	    padding-top: 90px;
	    padding-bottom: 90px;
	}
	.index-box1 .box1 .text-box .title-en {
	    font-size: 28px;
	}
	.index-box1 .box1 .text-box .title-cn {
	    font-size: 28px;
	}
	.index-box1 .box2 {
	    margin-top: 8%;
	}
}
@media screen and (max-width: 991px) {
	.index-box1 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.index-box1 .box1 .text-box .title-en {
	    font-size: 26px;
	}
	.index-box1 .box1 .text-box .title-cn {
	    font-size: 26px;
	}
	.index-box1 .box2 {
	    margin-top: 7%;
	}
	.index-box1 .box2 .cp-title .title-en,
	.index-box1 .box2 .cp-title .title-cn {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.index-box1 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.index-box1 .box1 .text-box .title-en {
	    font-size: 24px;
	    margin-bottom: 10px;
	}
	.index-box1 .box1 .text-box .title-cn {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.index-box1 .box2 {
	    margin-top: 20px;
	}
	.index-box1 .box2 .cp-title .title-en,
	.index-box1 .box2 .cp-title .title-cn {
	    font-size: 16px;
	}
	.index-box1 .box2 .cp-title:after {
	    width: 36px;
	    height: 36px;
	}
	.index-box1 .box2 .cp-title{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.index-box1 .box2 .more-box .text {
	    font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.index-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.index-box1 .box1 .text-box .title-en {
	    font-size: 22px;
	    margin-bottom: 5px;
	}
	.index-box1 .box1 .text-box .title-cn {
	    font-size: 22px;
	    margin-bottom: 15px;
	}
	.index-box1 .box2 {
	    margin-top: 10px;
	}
	.index-box1 .box2 .cp-title .title-en,
	.index-box1 .box2 .cp-title .title-cn {
	    font-size: 14px;
	}
	.index-box1 .box2 .cp-title:after {
	    width: 20px;
	    height: 20px;
	}
	.index-box1 .box2 .right-box .more-box a {
	    margin-top: 70px;
	}
	.index-box1 .box2 .right-box .more-box {
	    margin-top: 40px;
	}
	.index-box1 .box2 .cp-title{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.index-box1 .box2 .more-box .text {
	    font-size: 14px;
	}
	.index-box1 .box2 .more-box .text:after {
	    width: 150px;
	    height: 102px;
	}
	.index-box1 .box2 .more-box a {
	    padding: 7px 25px;
	}
}
/*index-box1 end*/


/*index-box2*/
.index-box2{
	padding-top: 80px;
}
.index-box2 .title-box{
	text-align: center;
	margin-bottom: 40px;
}
.index-box2 .title-box .title-en{
	font-size: 36px;
	color: #c6c6c6;
}
.index-box2 .title-box .title-cn{
	font-size: 36px;
	color: #000000;
}
.index-box2 a{
	text-decoration: none;
	display: block;
	margin-bottom: 60px;
	padding-bottom: 20px;
	position: relative;
}
.index-box2 a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background-color: #f63c3c;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.index-box2 a:hover:after{
	width: 100%;
}
.index-box2 .tp1{
	padding-bottom: 122.3%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index-box2 .tp2{
	padding-bottom: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index-box2 a:hover .tp1,
.index-box2 a:hover .tp2{
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}
.index-box2 .class{
	color: #f63c3c;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.index-box2 .title{
	color: #000000;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 1440px) {
	.index-box2 {
	    padding-top: 70px;
	}
	.index-box2 .title-box .title-en,
	.index-box2 .title-box .title-cn {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.index-box2 {
	    padding-top: 60px;
	}
	.index-box2 .title-box .title-en,
	.index-box2 .title-box .title-cn {
	    font-size: 28px;
	}
	.index-box2 .title-box {
	    margin-bottom: 40px;
	}
	.index-box2 a {
		padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.index-box2 .class {
	    margin-top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.index-box2 {
	    padding-top: 50px;
	}
	.index-box2 .title-box .title-en,
	.index-box2 .title-box .title-cn {
	    font-size: 26px;
	}
	.index-box2 .title-box {
	    margin-bottom: 35px;
	}
	.index-box2 a {
		padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.index-box2 .class {
	    margin-top: 20px;
	}
	/* .index-box2 .title {
	    font-size: 22px;
	} */
}
@media screen and (max-width: 767px) {
	.index-box2 {
	    padding-top: 40px;
	}
	.index-box2 .title-box .title-en,
	.index-box2 .title-box .title-cn {
	    font-size: 24px;
	}
	.index-box2 .title-box {
	    margin-bottom: 35px;
	}
	.index-box2 a {
		padding-bottom: 25px;
	    margin-bottom: 25px;
	}
	.index-box2 .class {
	    margin-top: 25px;
	}
	/* .index-box2 .title {
	    font-size: 20px;
	} */
}
@media screen and (max-width: 575px) {
	.index-box2 {
	    padding-top: 30px;
	}
	.index-box2 .title-box .title-en,
	.index-box2 .title-box .title-cn {
	    font-size: 22px;
	}
	.index-box2 .title-box {
	    margin-bottom: 20px;
	}
	.index-box2 a {
		padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	.index-box2 .class {
	    margin-top: 15px;
	}
	/* .index-box2 .title {
	    font-size: 18px;
	} */
}
/*index-box2 end*/


/*index-box3*/
.index-box3{
	padding-top: 80px;
	padding-bottom: 80px;
}
.index-box3 .title-box{
	text-align: center;
	margin-bottom: 40px;
}
.index-box3 .title-box .title-en{
	font-size: 36px;
	color: #c6c6c6;
}
.index-box3 .title-box .title-cn{
	font-size: 36px;
	color: #000000;
}
.index-box3-bg{
	background-color: #f7f7f7;
}
.index-box3 .tp{
	padding-bottom: 75%;
	position: relative;
	-webkit-transition: all 6s;
	transition: all 6s;
}
.index-box3 .over-img:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/ht-019.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index-box3 .left a:hover .tp{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.index-box3 .left a{
	display: block;
	position: relative;
	text-decoration: none;
	margin-bottom: 20px;
}
.index-box3 .left a .text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	width: 100%;
}
.index-box3 .left a .text .date{
	color: #fff;
	margin-bottom: 10px;
}
.index-box3 .left a .text .date span{
	margin-right: 20px;
}
.index-box3 .left a .text .date img{
	margin-right: 10px;
	vertical-align: middle;
}
.index-box3 .left a .text .title{
	color: #fff;
	font-size: 20px;
	margin-bottom: 7px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index-box3 .left a .text .note{
	color: #fff;
	font-size: 14px;
	line-height: 2em;
    height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-box3 .right a{
	text-decoration: none;
	display: block;
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom: 1px solid #dedede;
	position: relative;
	font-size: 0;
}
.index-box3 .right a:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #b89788;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.index-box3 .right a:hover:after{
	width: 100%;
}
.index-box3 .right .box{
	border-top: 1px solid #dedede;
}
.index-box3 .right .box .left{
	display: inline-block;
	text-align: center;
	border-right: 1px solid #dedede;
	padding-right: 15px;
	vertical-align: middle;
}
.index-box3 .right .box .left .ri{
	font-size: 48px;
	color: #b89788;
	margin-top: -15px;
	margin-bottom: -15px;
}
.index-box3 .right .box .left .nianyue{
	font-size: 14px;
	color: #b89788;
}
.index-box3 .right .box .right{
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
	width: calc(100% - 70px);
}
.index-box3 .right .box .right .class{
	color: #999999;
	font-size: 14px;
	margin-bottom: 5px;
}
.index-box3 .right .box .right .title{
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index-box3 .right a:hover .right .title{
	color: #b89788;
}
@media screen and (max-width: 1440px) {
	.index-box3 {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.index-box3 .title-box .title-en,
	.index-box3 .title-box .title-cn {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.index-box3 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.index-box3 .title-box .title-en,
	.index-box3 .title-box .title-cn {
	    font-size: 28px;
	}
	.index-box3 .title-box {
	    margin-bottom: 35px;
	}
	.index-box3 .right .box .left .ri {
	    font-size: 40px;
	    margin-top: -10px;
	    margin-bottom: -10px;
	}
	.index-box3 .right .box .right .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.index-box3 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.index-box3 .title-box .title-en,
	.index-box3 .title-box .title-cn {
	    font-size: 26px;
	}
	.index-box3 .title-box {
	    margin-bottom: 30px;
	}
	.index-box3 .right .box .left .ri {
	    font-size: 36px;
	    margin-top: -10px;
	    margin-bottom: -10px;
	}
	.index-box3 .right .box .right .title {
	    font-size: 16px;
	}
	.index-box3 .right a {
	    padding-top: 12px;
	    padding-bottom: 12px;
	}
}
@media screen and (max-width: 767px) {
	.index-box3 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.index-box3 .title-box {
	    margin-bottom: 25px;
	}
	.index-box3 .title-box .title-en,
	.index-box3 .title-box .title-cn {
	    font-size: 24px;
	}
	.index-box3 .right .box .left .ri {
	    font-size: 36px;
	    margin-top: -10px;
	    margin-bottom: -10px;
	}
	.index-box3 .right .box .right .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.index-box3 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.index-box3 .title-box {
	    margin-bottom: 20px;
	}
	.index-box3 .title-box .title-en,
	.index-box3 .title-box .title-cn {
	    font-size: 22px;
	}
	.index-box3 .left a .text {
	    padding: 10px 15px;
	}
	.index-box3 .left a .text .date span {
	    font-size: 12px;
	}
	.index-box3 .left a .text .note {
	    font-size: 12px;
	}
	.index-box3 .left a .text .title {
	    font-size: 16px;
	    margin-bottom: 7px;
	}
	.index-box3 .right a {
	    padding-top: 12px;
	    padding-bottom: 12px;
	}
	.index-box3 .right .box .left .ri {
	    font-size: 32px;
	    margin-top: -10px;
	    margin-bottom: -10px;
	}
	.index-box3 .right .box .right .title {
	    font-size: 14px;
	}
}
/*index-box3 end*/

/*pc端底部*/
.pc-foot{
	padding-top: 50px;
	padding-bottom: 20px;
}
.pc-foot a{
	text-decoration: none;
	color: #222222;
}
.pc-foot a:hover{
	color: #b89788;
}
.pc-foot dl{
	overflow: hidden;
	margin-bottom: 31%;
}
.pc-foot dl dt{
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
}
.pc-foot dl dt a{
	font-size: 16px;
}
.pc-foot dl dd{
	margin-bottom: 5px;
}
.pc-foot dl dd a{
	color: #a3a3a3;
	display: inline-block;
	font-size: 14px;
}
.pc-foot .ewm-box{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}
.pc-foot .ewm-box:nth-last-of-type(1){
	margin-right: 0px;
	text-align: center;
}
.pc-foot .ewm-box p{
	color: #a3a3a3;
	margin-top: 7px;
	font-size: 14px;
	font-weight: 100;
}
.pc-foot .a-box ul>li{
	display: inline-block;
	margin-right: 20px;
}
.pc-foot .a-box ul>li>a{
	color: #a3a3a3;
}
.pc-foot .a-box ul>li>a:hover{
	color: #b89788;
}
.pc-foot .bq-box p{
	text-align: right;
	color: #a3a3a3;
}
.pc-foot .bq-box p a{
	color: #a3a3a3;
}
.pc-foot .bq-box p a:hover{
	color: #b89788;
}
@media screen and (max-width: 991px) {
	.pc-foot dl dt a {
	    font-size: 14px;
	}
	.pc-foot dl dd a {
	    margin-left: 5px;
	}
	.pc-foot {
	    padding-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.pc-foot {
	    padding-top: 30px;
	}
}
/*pc端底部 end*/

/*wap端底部*/
.wap-foot-bgcolor{
	background-color: #f6f6f6;
}
.wap-foot{
	padding: 30px 15px;
}
.wap-foot .box1{
	padding-bottom: 20px;
	border-bottom: 2px solid #dcdcdc;
}
.wap-foot .box2{
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 2px solid #dcdcdc;
}
.wap-foot a{
	text-decoration: none;
}
.wap-foot .title{
	color: #000000;
	margin-bottom: 5px;
	font-size: 18px;
}
.wap-foot .text{
	color: #666666;
}
.wap-foot .ewm-btn span{
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	color: #666666;
}
.wap-foot .copyright-box .box3{
	padding-top: 20px;
	text-align: center;
}
.wap-foot .copyright-box .text{
	color: #666666;
	margin-bottom: 10px;
}
.wap-foot .text a{
	text-decoration: none;
	color: #666666;
}
.wap-foot .text span{
	margin-left: 10px;
	margin-right: 10px;
}
/*wap端底部 end*/

/*二维码弹窗*/
.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*/

/*内页导航*/
.ny-nav .left{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 105px);
}
.ny-nav .left ul>li{
	display: inline-block;
	margin-right: 15px;
}
.ny-nav .left ul>li>a{
	display: inline-block;
	text-decoration: none;
	padding: 15px 25px 11px;
	color: #666666;
	border-bottom: 4px solid rgba(246,60,60,0);
	font-size: 14px;
}
.ny-nav .left ul>li>a:hover,
.ny-nav .left ul>li>a.active{
	color: #f63c3c;
	border-bottom: 4px solid rgba(246,60,60,1);
}
.ny-nav .right{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 100px;
}
.ny-nav .right .a-btn{
	padding: 15px 20px;
	cursor: pointer;
	background-image: url(../img/ht-030.png);
	background-repeat: no-repeat;
	background-position: right;
	background-position-x: calc(100%);
	font-size: 14px;
}
.ny-nav .right .a-btn.active{
	background-image: none;
}
.ny-nav .right .a-btn:hover{
	color: #f63c3c;
}
.wap-ny-nav .nav-top{
	border-bottom: 1px solid #ededed;
}
.wap-ny-nav .nav-top .left{
	display: inline-block;
	padding: 15px;
	font-size: 16px;
	color: #f63c3c;
}
.wap-ny-nav .nav-top .right{
	float: right;
	padding: 17px 15px;
	cursor: pointer;
	font-size: 14px;
}
.wap-ny-nav .nav-top .right:hover{
	color: #f63c3c;
}
.wap-ny-nav ul{
	display: none;
}
.wap-ny-nav ul>li>a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ededed;
	text-decoration: none;
	color: #333333;
}
.wap-ny-nav ul>li>a:hover{
	border-bottom: 1px solid #f63c3c;
	color: #fff;
	background-color: #f63c3c;
}
.ny-nav .hm-nav{
	width: 100%;
}
@media screen and (max-width: 1199px) {
	.ny-nav .left ul>li>a {
	    padding: 15px 20px 11px;
	}
}
@media screen and (max-width: 991px) {
	.ny-nav .left ul>li>a {
	    padding: 15px 15px 11px;
	}
}
@media screen and (max-width: 767px) {
	.ny-nav .left ul>li>a {
	    padding: 15px 10px 11px;
	}
	.ny-nav .right .a-btn.active{
		padding: 15px 0;
	}
}
@media screen and (max-width: 575px) {
	.ny-nav .left ul>li>a {
	    padding: 15px 5px 11px;
	}
	.ny-nav .hm-nav ul>li>a {
		font-size: 12px;
	}
	.ny-nav .hm-nav ul>li {
	    margin-right: 10px;
	}
}
/*内页导航 end*/

/*面包屑导航*/
.bread_crumbs{
	padding-top: 25px;
}
.bread_crumbs ul>li{
	display: inline-block;
}
.bread_crumbs ul>li:after{
	display: inline-block;
	content: ">";
	margin-left: 10px;
	margin-right: 10px;
	color: #333333;
}
.bread_crumbs ul>li:nth-last-of-type(1):after{
	display: none;
	content: "";
}
.bread_crumbs ul>li>a{
	display: inline-block;
	color: #333333;
	text-decoration: none;
}
.bread_crumbs ul>li>a.active{
	color: #999999;
}
@media screen and (max-width: 575px) {
	.bread_crumbs ul>li>a{
		font-size: 12px;
	}
	.bread_crumbs {
	    padding-top: 15px;
	}
	.bread_crumbs ul>li:after{
		margin-left: 5px;
		margin-right: 5px;
	}
}
/*面包屑导航 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: #fff;
	color: #012643;
	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: #fff;
	background-color: #000000;
}
.paging-list .input-box{
	margin-left: 20px;
	vertical-align: top;
}
.paging-list .input-box input{
	padding: 7px;
	width: 60px;
	border: 1px solid #dfdfdf;
	text-align: center;
	outline: none;
	font-size: 14px;
	vertical-align: top;
}
.paging-list .input-box span{
	margin-left: 10px;
	margin-right: 10px;
}
.paging-list .input-box a{
	display: inline-block;
}
@media screen and (max-width: 991px){
	.paging-list li a{
		padding: 5px 10px;
	}
	.paging-list .input-box input {
	    padding: 5px 10px;
	}
	.paging-list .input-box{
		margin-left: 10px;
	}
}
/*分页结束*/

/*ny-model1*/
.ny-model1{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}
.ny-model1 .title-en{
	color: #c6c6c6;
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 10px;
}
.ny-model1 .title-cn{
	color: #000000;
	font-size: 36px;
	font-weight: 100;
}
.ny-model1 .note{
	color: #666666;
	font-size: 14px;
	line-height: 2em;
	margin-top: 30px;
}
.note-18px{
	color: #000000;
	font-size: 18px;
	margin-top: 20px;
}
@media screen and (max-width: 1680px) {
	.ny-model1 .title-en,
	.ny-model1 .title-cn{
		font-size: 34px;
	}
}
@media screen and (max-width: 1440px) {
	.ny-model1 .title-en,
	.ny-model1 .title-cn{
		font-size: 32px;
	}
}
@media screen and (max-width: 1366px) {
	.ny-model1 .title-en,
	.ny-model1 .title-cn{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.ny-model1 .title-en,
	.ny-model1 .title-cn{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.ny-model1 .title-en,
	.ny-model1 .title-cn{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model1 .title-en,
	.ny-model1 .title-cn{
		font-size: 24px;
	}
	.ny-model1 .note{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model1 .title-en,
	.ny-model1 .title-cn{
		font-size: 22px;
	}
	.ny-model1 .note{
		margin-top: 20px;
	}
	.note-18px{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model1 .title-en,
	.ny-model1 .title-cn{
		font-size: 20px;
	}
	.ny-model1 .note{
		margin-top: 15px;
	}
	.note-18px{
		font-size: 14px;
		margin-top: 15px;
	}
}
/*ny-model1 end*/

/*ny-model2*/
.ny-model2{
	background-image: url(../img/ht-026.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 50px;
	text-align: center;
}
.ny-model2 .box{
	margin-bottom: 30px;
}
.ny-model2 .box .num{
	font-size: 60px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ny-model2 .box .title{
	font-size: 20px;
	color: #000;
}
@media screen and (max-width: 1280px) {
	.ny-model2 .box .num{
		font-size: 54px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1199px) {
	.ny-model2 .box .num{
		font-size: 50px;
		margin-bottom: 0;
	}
	.ny-model2{
		padding: 80px 40px;
	}
	.ny-model2 .box img{
		width: 55px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model2 .box .num{
		font-size: 44px;
		margin-bottom: 0;
	}
	.ny-model2{
		padding: 60px 20px;
	}
	.ny-model2 .box img{
		width: 50px;
	}
	.ny-model2 .box .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model2 .box .num{
		font-size: 40px;
		margin-bottom: 0;
	}
	.ny-model2{
		padding: 50px 15px;
	}
	.ny-model2 .box img{
		width: 45px;
	}
	.ny-model2 .box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model2 .box .num{
		font-size: 30px;
		margin-bottom: 0;
	}
	.ny-model2{
		padding: 30px 15px;
	}
	.ny-model2 .box img{
		width: 40px;
	}
	.ny-model2 .box .title{
		font-size: 14px;
	}
}
/*ny-model2 end*/

/*ny-model3*/
.ny-model3 .box{
	background-color: #fff;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.ny-model3 .box .title{
	font-size: 18px;
	color: #010101;
	margin-bottom: 10px;
}
.ny-model3 .box .note{
	font-size: 14px;
	color: #999999;
}
@media screen and (max-width: 767px) {
	.ny-model3 .box .title{
		font-size: 16px;
		margin-bottom: 5px;
	}
}
/*ny-model3 end*/


/*ny-model4*/
.ny-model4{
 	padding-top: 30px;
 	padding-bottom: 30px;	
}
.ny-model4>h3{
 	margin-bottom: 20px;
}
.ny-model4-imgbox{
	position: relative;
	padding-bottom: 100%;
	background-color: #fff;
	height: 0;
}
.ny-model4-img{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 2s;
	transition: all 2s;
}
.ny-model4-box{
	margin-bottom: 30px;
}
.ny-model4-box:hover>a{
	padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0px 10px 30px 1px #e9e9e9;
    -moz-box-shadow: 0px 10px 30px 1px #e9e9e9;
    -webkit-box-shadow: 0px 10px 30px 1px #e9e9e9;
    -o-box-shadow: 0px 10px 30px 1px #e9e9e9;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.ny-model4-box>a{
	color: #333333;
	text-decoration: none;
	display: block;
}
.ny-model4-box>a>h5{
	margin-top: 10px;
 	padding-left: 10px;
 	padding-right: 10px;
    font-size: 16px;
    font-weight: 100;
    color: #333333;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}
.ny-model4-box .fgx{
	margin-top: 10px;
	color: #e2e2e2;
}
@media screen and (max-width: 991px){
	.ny-model4{
	 	padding-top: 20px;
	 	padding-bottom: 20px;	
	}
	.ny-model4-box>a>h5{
	    font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.ny-model4{
	 	padding-top: 10px;
	 	padding-bottom: 0px;	
	}
	.ny-model4-box>a>h5{
		margin-top: 10px;
	 	padding-left: 10px;
	 	padding-right: 10px;
	    font-size: 14px;
	    line-height: 1.75em;
	    height: auto;
	    overflow: auto;
	    text-overflow: initial ;
	    display: block;
	    -webkit-line-clamp: initial;
	    -webkit-box-orient: initial;
	}
}
/*ny-model4 end*/

/*ny-model5*/
.ny-model5-bg {
	background-color: #e6eaf0;
	display: none;
}
.ny-model5 .box>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.ny-model5 .box>ul>li {
	display: inline-block;
	padding: 0px 25px;
	border-top: 1px solid #d6d6d6;
	width: 100%;
}
.ny-model5 .box>ul>li:last-child{
	border-bottom: 1px solid #d6d6d6;
}
.ny-model5 .box .p1 {
	float: left;
	margin-top: 0px;
	width: 60px;
	font-size: 18px;
	padding: 17px 0 20px;
	text-align: center;
	margin-bottom: 0;
	margin-left: 5px;
}

.ny-model5 .box .p2 {
	margin-left: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	line-height: 100%
}

.ny-model5 .box .p2>a{
	padding: 10px;
	display: inline-block;
	margin: 3px 0px 3px 7px;
	text-decoration: none;
	color: #666666;
	font-size: 14px;
}
.ny-model5 .box .p2>a.active,
.ny-model5 .box .p2>a:hover{
	padding:6px 10px;
	border-radius: 5px;
	background-color: #ffffff;
	color: #f63c3c;
}
@media screen and (max-width: 991px) {
	.ny-model5 .box>ul>li {
		padding: 0px 15px;
	}
	.ny-model5 .box .p1 {
		width: 60px;
		font-size: 14px;
		padding: 10px 0 10px;
		text-align: center;
		margin-bottom: 0;
		margin-left: 5px;
	}
	.ny-model5 .box .p2{
		padding-top: 0px;
		padding-bottom: 0;
	}
	.ny-model5 .box .p2>a{
		display: inline-block;
		margin: 0px;
		text-decoration: none;
		color: #666666;
		font-size: 12px;
	}
}
@media screen and (max-width: 520px) {
	.ny-model5 .box>ul>li {
		padding: 0px;
	}
}
@media screen and (max-width: 380px) {
	.ny-model5 .box .p1 {
		width: 45px;
		font-size: 14px;
		padding: 10px 0 10px;
		text-align: center;
		margin-left: 5px;
	}
	.ny-model5 .box .p2{
		margin-left: 50px;
	}
}
/*ny-model5 end*/


/*ny-model6*/
.ny-model6 a{
	text-decoration: none;
	display: block;
	margin-bottom: 40px;
}
.ny-model6 .over-img{
	border: 1px solid #DDDDDD;
	position: relative;
}
.ny-model6 .label-box{
	position: absolute;
	top: 0;
	right: 0;
}
.ny-model6 .label-box .new{
	display: block;
	padding: 10px;
	background-color: #f43b40;
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 48px;
}
.ny-model6 .label-box .vr{
	display: block;
	padding: 10px;
	background-color: #c5b399;
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 48px;
}
.ny-model6 .tp{
	padding-bottom: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-model6 .title{
	color: #333333;
	margin-top: 10px;
	font-size: 18px;
}
.ny-model6 .class{
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
}
.ny-model6 a:hover .tp{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ny-model6 a:hover .title{
	color: #f63c3c;
}
.ny-model6 .tp .img1{
	opacity: 0;
	transition: all 1s;
}
.ny-model6 .tp .img2{
	opacity: 1;
	transition: all 1s;
}
.ny-model6 a:hover .tp .img1{
	opacity: 1;
	transition: all 1s;
}
.ny-model6 a:hover .tp .img2{
	opacity: 0;
	transition: all 1s;
}
@media screen and (max-width: 767px){
	.ny-model6 a{
		margin-bottom: 30px;
	}
	.ny-model6 .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.ny-model6 a{
		margin-bottom: 20px;
	}
	.ny-model6 .title{
		font-size: 14px;
	}
}
/*ny-model6 end*/


/*ny-model7*/
.ny-model7 {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.ny-model7 .left{
	margin-bottom: 30px;
}
.ny-model7 .left .tp{
	padding-bottom: 100%;
	border: 1px solid #e9e9e9;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #fff;
}
.ny-model7 .left .tp:hover,
.ny-model7 .left .tp.active{
	border: 1px solid #c7b299;
}
.ny-model7 .left .dttp{
	padding-bottom: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px 5px #eeeeee;
	cursor: pointer;
}
.ny-model7 .left .dttp .text{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: #c7b299;
	color: #fff;
	padding: 7px 30px;
	font-size: 14px;
}
.ny-model7 .cpxq_tp_swiper{
	margin-top: 20px;
	overflow: hidden;
	margin-left: 8.4%;
	margin-right: 8.4%;
}
.ny-model7 .cpxq_tp_swiper .swiper-slide{
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.ny-model7 .cpxq_tp_swiper .swiper-button-prev{
	position: absolute;
	top: 59.5%;
	left: 2.5%;
	width: 6%;
	height: 81%;
	background-image: none;
	background-size: 50px 70px;
	margin-top: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ny-model7 .cpxq_tp_swiper .swiper-button-prev:hover{
	border: 1px solid #c7b299;
}
.ny-model7 .cpxq_tp_swiper .swiper-button-prev:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 15px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(../img/xlt-52.png);
}
.ny-model7 .cpxq_tp_swiper .swiper-button-next{
	position: absolute;
	top: 59.5%;
	right: 2.5%;
	width: 6%;
	height: 81%;
	background-image: none;
	background-size: 50px 70px;
	margin-top: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ny-model7 .cpxq_tp_swiper .swiper-button-next:hover{
	border: 1px solid #c7b299;
}
.ny-model7 .cpxq_tp_swiper .swiper-button-next:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 15px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(../img/xlt-51.png);
}

.ny-model7 .cpxq-wb-box>.row{
	padding-top: 0;
}
.ny-model7 .cpxq-wb-box .tb{
	overflow: hidden;
}
.ny-model7 .cpxq-wb-box .tb p{
	display: inline-block;
	position: relative;
	font-size: 24px;
	color: #001f2c;
}
.ny-model7 .cpxq-wb-box .tb p:after{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 110%;
	width: 1400px;
	font-size: 24px;
	color: #001f2c;
	border-bottom: 1px dotted #001f2c;
}

.ny-model7 .right .title-box{
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.ny-model7 .right .title-box .title{
	color: #000000;
	font-size: 24px;
	margin-bottom: 20px;
}
.ny-model7 .right .title-box .note{
	color: #666666;
	font-size: 14px;
}
.ny-model7 .right .specification{
	margin-bottom: 50px;
}
.ny-model7 .right .specification p{
	margin-bottom: 10px;
	font-size: 0;
}
.ny-model7 .right .specification .n{
	margin-right: 30px;
	color: #0c306a;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
.ny-model7 .right .specification .t{
	color: #222222;
	display: inline-block;
	width: calc(100% - 60px);
	font-size: 14px;
	vertical-align: top;
}
.ny-model7 .right .specification .jieshao-box .text{
	font-size: 14px;
	color: #f63c3c;
}
.ny-model7 .right .specification .jieshao-box .bjb{
	font-size: 14px;
	padding: 0;
}
.ny-model7 .right .product-ewm span{
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
	width: 80px;
}
@media screen and (max-width: 1199px){
	.ny-model7 .right .title-box .title {
	    margin-bottom: 20px;
	}
	.ny-model7 .right .title-box {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.ny-model7 .right .specification {
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px){
	.ny-model7 {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.ny-model7 .right .title-box .title {
	    font-size: 22px;
	    margin-bottom: 15px;
	}
	.ny-model7 .right .title-box {
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	.ny-model7 .right .specification {
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
	.ny-model7 {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.ny-model7 .right .title-box .title {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.ny-model7 .right .title-box {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.ny-model7 .right .specification {
	    margin-bottom: 0px;
	}
	.ny-model7 .right .specification .jieshao-box {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px){
	.ny-model7 {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.ny-model7 .right .title-box .title {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.ny-model7 .right .title-box {
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
}
/*ny-model7 end*/

/*ny-model8*/
.ny-model8 h5{
	font-size: 24px;
	font-weight: 100;
}
@media screen and (max-width: 991px){
	.ny-model8 h5{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.ny-model8 h5{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px){
	.ny-model8 h5{
		font-size: 18px;
	}
}
/*ny-model8 end*/



/*ny-model9*/
.ny-model9>p{
	padding-top: 50px;
	padding-bottom: 50px;
}
.ny-model9>p>i{
	color: #e2e2e2;
	margin-right: 4px;
}
.ny-model9>p>span{
	color: #a7a7a7;
	background-color: #f6f6f6;
	padding: 3px 7px;
	margin: 0 2px;
}
.ny-model9 .fgx{
	border-bottom: 1px solid #dddddd;
	display: block;
	width: 100%;
	margin-top: 0;
}

.ny-model9-left{
	height: 26px;
	line-height: 26px;
	display: inline-block;
	width: 250px;
	margin-top: 30px;
}
.ny-model9-left img{
	display: initial;
	height: auto;
}
.ny-model9-left>div{
	float: left;
}
.ny-model9-right{
	float: right;
	margin-top: 23px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 0px;
}
.ny-model9-right>span{
	margin: 0 10px;
}
.ny-model9-right>span>a{
	color: #666666;
	text-decoration: none;
}
#to_top{
	cursor: pointer;
	color: #666666;
}
@media screen and (max-width: 767px) {
	.ny-model9-left{
		float: left;
		margin-top: 15px;
	}
	.ny-model9-right{
		float: right;
		margin-top: 15px;
		height: 28px;
		line-height: 28px;
	}
	.ny-model9-right>span{
		margin: 0 5px;
		font-size: 12px;
	}
	.module2-cpxq-nr{
		margin:0px;
	}
}
@media screen and (max-width: 428px) {
	.ny-model9-right{
		margin-top: 13px;
		float: left;
		margin-bottom: 10px;
	}
}
/*ny-model9 end*/

/*ny-model10*/
.ny-model10 .box1,
.ny-model10 .box2 {
	text-decoration: none;
	display: block;
	margin-bottom: 30px;
}
.ny-model10 .box1:hover,
.ny-model10 .box2:hover {
	-webkit-box-shadow: 0 0 30px 10px #e8e8e8;
	box-shadow: 0 0 30px 10px #e8e8e8;
}
.ny-model10 .tp{
	padding-bottom: 65%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-model10 .box1:hover .tp,
.ny-model10 .box2:hover .tp{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.ny-model10 .box2 .over-img{
	position: relative;
}
.ny-model10 .box2 .over-img:after{
	content: "";
	background-image: url(../img/ht-036.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
}
.ny-model10 .box2 .over-img:before{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.ny-model10 .text-box{
	padding: 20px;
	background-color: #fff;
}
.ny-model10 .text-box .class{
	color: #f63c3c;
}
.ny-model10 .text-box .title{
	color: #222222;
	margin-top: 15px;
	line-height: 1.5em;
	font-size: 18px;
}
.ny-model10 .text-box .note{
	color: #555555;
	margin-top: 10px;
	line-height: 2em;
	font-size: 14px;
}
.ny-model10 .text-box .date{
	color: #959595;
	margin-top: 10px;
}
@media screen and (max-width: 1680px){
	.ny-model10 .box2 .over-img:after{
		width: 70px;
		height: 70px;
	}
}
@media screen and (max-width: 1440px){
	.ny-model10 .box2 .over-img:after{
		width: 66px;
		height: 66px;
	}
}
@media screen and (max-width: 1280px){
	.ny-model10 .box2 .over-img:after{
		width: 62px;
		height: 62px;
	}
}
@media screen and (max-width: 1199px){
	.ny-model10 .box2 .over-img:after{
		width: 58px;
		height: 58px;
	}
}
@media screen and (max-width: 991px){
	.ny-model10 .box2 .over-img:after{
		width: 54px;
		height: 54px;
	}
	.ny-model10 .text-box .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.ny-model10 .box2 .over-img:after{
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 575px){
	.ny-model10 .box2 .over-img:after{
		width: 46px;
		height: 46px;
	}
	.ny-model10 .text-box .title {
	    margin-top: 10px;
	    font-size: 14px;
	}
	.ny-model10 .text-box .note {
	    line-height: 1.75em;
	}
}
/*ny-model10 end*/


/*ny-model11*/
.ny-model11{
	text-align: center;
	padding-top: 10px;
}
.ny-model11 .class{
	text-align: center;
	color: #999999;
	margin-bottom: 15px;
	font-size: 18px;
	margin-top: 0;
}
.ny-model11>h3{
	color: #333333;
	font-size: 24px;
	font-weight: 100;
}
.ny-model11>p{
	color: #999999;
	margin-top: 20px;
}
.ny-model11>p>span{
	display: inline-block;
	margin: 0px 10px;
	font-size: 14px;
}
.ny-model11>p>span>i{
	margin-right: 5px;
}
.ny-model11 .fgx{
	border-bottom: 1px solid #e2e2e2;
	display: block;
	width: 100%;
	margin-top: 50px;
}
@media screen and (max-width: 1199px) {
	.ny-model11>h3{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model11>h3{
		font-size: 22px;
	}
	.ny-model11 .class{
		font-size: 16px;
	}
	.ny-model11 .fgx{
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model11>h3{
		font-size: 18px;
	}
	.ny-model11>p {
	    font-size: 12px;
	}
	.ny-model11 .class{
		font-size: 14px;
	}
	.ny-model11 .fgx{
		margin-top: 30px;
	}
}
/*ny-model11 end*/


/*ny-model12*/
.ny-model12 .title-36px{
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 100;
}
.ny-model12 .title-30px{
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 100;
}
.ny-model12 .title-24px{
	font-size: 24px;
	font-weight: 100;
	text-align: center;
	margin-bottom: 20px;
}
.ny-model12 .title-18px{
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 10px;
	margin-top: 15px;
}
.ny-model12 .note{
	font-size: 14px;
	color: #666666;
	line-height: 2em;
}
.ny-model12 .tp{
	padding-bottom: 73%;
}
.ny-model12 .box{
	margin-bottom: 50px;
}
.ny-model12 .text{
	margin-bottom: 30px;
}
.ny-model12 .text .note{
	text-align: center;
	color: #555555;
}
.ny-model12 .inp-title{
	color: #333333;
	margin-bottom: 5px;
}
.ny-model12 .inp-title span{
	color: #ce3f3f;
}
.ny-model12 input[type="text"],
.ny-model12 input[type="number"],
.ny-model12 input[type="email"]{
	width: 100%;
	padding: 10px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
	margin-bottom: 25px;
	font-style: normal;
}
.ny-model12 input::-webkit-outer-spin-button,
.ny-model12 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.ny-model12 input[type="number"]{
    -moz-appearance: textfield;
}
.ny-model12 textarea{
	width: 100%;
	padding: 10px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
	resize: none;
	height: 150px;
	margin-bottom: 25px;
}
.ny-model12 .btn-box{
	text-align: right;
}
.ny-model12 .btn-box input[type="reset"]{
	padding: 8px 40px;
	border: 1px solid #c6c6c6;
	background-color: #f6f6f6;
	color: #333333;
	margin-right: 10px;
}
.ny-model12 .btn-box input[type="submit"]{
	padding: 8px 40px;
	border: 1px solid #f63c3c;
	background-color: #f63c3c;
	color: #fff;
	margin-right: 10px;
}
.ny-model12 .silde-imgbox .swiper-slide{
	position: relative;
}
.ny-model12 .silde-imgbox .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	width: 100%;
	text-align: center;
}
.ny-model12 .swiper-button-next, 
.ny-model12 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.ny-model12 .swiper-button-next{
	background: none;
    right: 0px;
    left: auto;
    background-color: #f63c3c;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.ny-model12 .swiper-button-next:hover{
    background-color: #b89788;
}
.ny-model12 .swiper-button-next:after{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../img/ht-015.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #999999;
}

.ny-model12 .swiper-button-prev{
	background: none;
    left: 0px;
    right: auto;
    background-color: #f63c3c;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.ny-model12 .swiper-button-prev:hover{
    background-color: #b89788;
}
.ny-model12 .swiper-button-prev:after{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../img/ht-014.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #999999;
}
@media screen and (max-width: 1440px) {
	.ny-model12 .title-30px {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.ny-model12 .title-36px {
	    font-size: 36px;
	}
	.ny-model12 .title-30px {
	    font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.ny-model12 .title-36px {
	    font-size: 32px;
	}
	.ny-model12 .title-30px {
	    font-size: 24px;
	    margin-bottom: 40px;
	}
	.ny-model12 .title-24px {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model12 .title-36px {
	    font-size: 28px;
	}
	.ny-model12 .title-30px {
	    font-size: 22px;
	    margin-bottom: 30px;
	}
	.ny-model12 .title-24px {
	    font-size: 20px;
	}
	.ny-model12 .box {
	    margin-bottom: 45px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model12 .title-36px {
	    font-size: 24px;
	    margin-bottom: 15px;
	}
	.ny-model12 .title-30px {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.ny-model12 .title-24px {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.ny-model12 .title-18px {
	    font-size: 16px;
	}
	.ny-model12 .box {
	    margin-bottom: 40px;
	}
	.ny-model12 .note {
	    line-height: 1.75em;
	}
}
@media screen and (max-width: 575px) {
	.ny-model12 .title-36px {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	.ny-model12 .title-30px {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.ny-model12 .title-24px {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.ny-model12 .title-18px {
	    font-size: 14px;
	}
	.ny-model12 .box {
	    margin-bottom: 30px;
	}
	.ny-model12 .note {
	    line-height: 1.75em;
	}
	.ny-model12 .swiper-button-next, 
	.ny-model12 .swiper-button-prev {
	    width: 40px;
	    height: 40px;
	}
	.ny-model12 .swiper-button-prev:after {
	    width: 40px;
	    height: 40px;
	}
	.ny-model12 .swiper-button-next:after {
	    width: 40px;
	    height: 40px;
	}
	.ny-model12 .silde-imgbox .swiper-slide p {
	    padding: 5px;
	    font-size: 12px;
	}
}
/*ny-model12 end*/


/*ny-model13*/
.ny-model13 .dlk{
	margin: 7% auto;
	max-width: 350px;
}
.ny-model13 .dlk .bt{
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	color: #222222;
}
.ny-model13 .dlk .fbt{
	text-align: center;
	margin-bottom: 15px;
	color: #6a6157;
	overflow: hidden;
}
.ny-model13 .dlk .fbt span{
	position: relative;
	font-size: 16px;
}
.ny-model13 .dlk .fbt span:after{
	content: "";
	height: 1px;
	width: 300px;
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	background-color: #d2cfcc;
}
.ny-model13 .dlk .fbt span:before{
	content: "";
	height: 1px;
	width: 300px;
	position: absolute;
	right:calc(100% + 10px);
	top: 50%;
	background-color: #d2cfcc;
}
.ny-model13 .dlk>input{
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 15px;
	border: 1px solid #ebebeb;
	background-color: #ebebeb;
	outline: none;
}
.ny-model13 .dlk .jzmm-box{
	margin-bottom: 15px;
}
.ny-model13 .dlk .jzmm-box .left{
	color: #001f2c;
	font-size: 14px;
}
.ny-model13 .dlk .jzmm-box .left input{
	margin-right: 5px;
}
.ny-model13 .dlk .jzmm-box .right{
	float: right;
}
.ny-model13 .dlk .jzmm-box .right a{
	color: #001f2c;
	text-decoration: none;
}
.ny-model13 .dlk>input[type*="submit"]{
	background-color: #f63c3c;
	border: 1px solid #f63c3c;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-model13 .dlk>input[type*="submit"]:hover{
	background-color: #fff;
	border: 1px solid #f63c3c;
	color: #f63c3c;
}
.ny-model13 .dlk hr{
	border-top: 1px solid #d2cfcc;
}
@media screen and (max-width: 767px){
	.ny-model13 .dlk .bt{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.ny-model13 .dlk>input{
		padding: 7px 12px;
	}
}
/*ny-model13 end*/

/*ny-model14*/
.ny-model14 {
	margin-bottom: 50px;
}
.ny-model14 p{
	font-size: 16px;
	color: #999999;
}
.ny-model14 p a{
	font-size: 16px;
	color: #999999;
}
@media screen and (max-width: 991px){
	.ny-model14 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px){
	.ny-model14 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px){
	.ny-model14 {
		margin-bottom: 20px;
	}
	.ny-model14 p{
		font-size: 14px;
	}
	.ny-model14 p a{
		font-size: 14px;
	}
}
/*ny-model14 end*/

/*ny-model15*/
.ny-model15 .box1{
	margin-bottom: 50px;
}
.ny-model15 .box1 .title-box{
	text-align: center;
}
.ny-model15 .box1 .title-box .title-en{
	color: #999999;
	font-size: 30px;
	margin-bottom: 10px;
}
.ny-model15 .box1 .title-box .title-cn{
	color: #010101;
	font-size: 30px;
}
.ny-model15 .contact-text>div{
	overflow: hidden;
	margin-bottom: 70px;
}
.ny-model15 .contact-text .box{
	text-align: center;
	background-color: #fff;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 99999px;
	margin-bottom: -99969px;
}
.ny-model15 .contact-text .box h6{
	margin-top: 15px;
	margin-bottom: 25px;
	color: #f63c3c;
	font-size: 16px;
	font-weight: 100;
}
.ny-model15 .contact-text .box p{
	color: #555555;
	font-size: 16px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
	.ny-model15 .map-title h5 {
	    font-size: 18px;
	}
	.ny-model15 .box1 .title-box .title-en{
		font-size: 28px;
	}
	.ny-model15 .box1 .title-box .title-cn{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.ny-model15 {
		padding-left: 70px;
		padding-right: 70px;
	}
	.ny-model15 .map{
		margin-bottom: 70px;
	}
	.ny-model15 .contact-text>div {
	    overflow: hidden;
	    margin-bottom: 50px;
	}
	.ny-model15 .box1 .title-box .title-en{
		font-size: 26px;
	}
	.ny-model15 .box1 .title-box .title-cn{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model15 {
		padding-left: 50px;
		padding-right: 50px;
	}
	.ny-model15 .box1{
	    margin-bottom: 35px;
	}
	.ny-model15 .map-title{
		margin-bottom: 20px;
	}
	.ny-model15 .map{
		margin-bottom: 50px;
	}
	.ny-model15 .contact-text>div {
	    margin-bottom: 30px;
	}
	.ny-model15 .box1 .title-box .title-en{
		font-size: 24px;
	}
	.ny-model15 .box1 .title-box .title-cn{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model15 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ny-model15 .box1{
	    margin-bottom: 25px;
	}
	.ny-model15 .map-title{
		margin-bottom: 10px;
	}
	.ny-model15 .map{
		margin-bottom: 30px;
	}
	.ny-model15 .contact-text>div {
	    margin-bottom: 15px;
	}
	.ny-model15 .box1 .title-box .title-en{
		font-size: 22px;
	}
	.ny-model15 .box1 .title-box .title-cn{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model15 .box1 .title-box .title-en{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.ny-model15 .box1 .title-box .title-cn{
		font-size: 20px;
	}
	.ny-model15 .contact-text .box h6 {
	    margin-top: 15px;
	    margin-bottom: 15px;
	    font-size: 16px;
	}
	.ny-model15 .contact-text .box p {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
}
/*ny-model15 end*/


/*ny-model16*/
.ny-model16 .box{
	margin-bottom: 20px;
}
.ny-model16 .box .title-box{
	background-color: #f6f6f6;
	padding: 25px 15px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #dddddd;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ny-model16 .box .title-box:hover,
.ny-model16 .box .title-box.active{
	background-color: #fff;
}
.ny-model16 .box .title-box:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	width: 20px;
	height: 2px;
	background-color: #222222;
}
.ny-model16 .box .title-box:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 24px;
	width: 2px;
	height: 20px;
	background-color: #222222;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.ny-model16 .box .title-box.active:before{
	height: 0;
}
.ny-model16 .box .title-box h3{
	display: inline-block;
	font-size: 18px;
	color: #222222;
	width: calc(100% - 50px);
	font-weight: 100;
}
.ny-model16 .box .content{
	background-color: #fdfdfd;
	padding: 0px 15px 20px;
	display: none;
}
.ny-model16 .box .content.active{
	display: block;
}
@media screen and (max-width: 767px){
	.ny-model16 .box .title-box h3 {
	    font-size: 16px;
	}
	.ny-model16 .box .title-box {
	    padding: 15px 15px;
	}
}
@media screen and (max-width: 575px){
	.ny-model16 .box .title-box h3 {
	    font-size: 14px;
	}
	.ny-model16 .box .title-box {
	    padding: 10px 15px;
	}
}
/*ny-model16 end*/

/*ny-model17*/
.ny-model17 .ny-search-box{
	font-size: 0;
	padding-top: 50px;
	padding-bottom: 100px;
}
.ny-model17 .ny-search-box select{
	border: 1px solid #e2e2e2;
	background-color: #e2e2e2;
	color: #000000;
	padding: 10px 20px;
	font-size: 14px;
	outline: none;
}
.ny-model17 .ny-search-box input[type="search"]{
	border: 1px solid #e2e2e2;
	font-size: 14px;
	padding: 10px;
	width: calc(100% - 244px);
	outline: none;
}
.ny-model17 .ny-search-box input[type="submit"],.ny-model17 .ny-search-box input[type="button"]{
	border: 1px solid #d82128;
	background-color: #d82128;
	font-size: 14px;
	padding: 10px 50px;
	color: #fff;
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}
.ny-model17 .ny-search-box input[type="submit"]:hover,.ny-model17 .ny-search-box input[type="button"]:hover{
	border: 1px solid #d82128;
	background-color: #fff;
	color: #d82128;
}
@media screen and (max-width: 1199px) {
	.ny-model17 .ny-search-box{
		padding-top: 40px;
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model17 .ny-search-box{
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model17 .ny-search-box{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model17 .ny-search-box{
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.ny-model17 .ny-search-box select{
		display: block;
		margin-bottom: 15px;
		width: 100%;
	}
	.ny-model17 .ny-search-box input[type="search"]{
		display: block;
		margin-bottom: 15px;
		width: 100%;
	}
	.ny-model17 .ny-search-box input[type="submit"],.ny-model17 .ny-search-box input[type="button"]{
		display: block;
		width: 100%;
	}
}
/*ny-model17 end*/

/*ny-model18*/
.ny-model18 .text{
	color: #999999;
	font-size: 18px;
	margin-bottom: 30px;
}
.ny-model18 .search-text{
	color: #000;
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 100;
}
@media screen and (max-width: 1199px) {
	.ny-model18 .search-text{
		font-size: 32px;
	}
}
@media screen and (max-width: 991px) {
	.ny-model18 .search-text{
		font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model18 .text{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.ny-model18 .search-text{
		font-size: 24px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model18 .text{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.ny-model18 .search-text{
		font-size: 20px;
		margin-bottom: 20px;
	}
}
/*ny-model18 end*/

/*ny-model19*/
.ny-model19 .box1{
	background-color: #fff;
	padding: 30px;
	margin-bottom: 40px;
}
.ny-model19 .box1 .city{
	color: #666666;
	margin-bottom: 10px;
	font-size: 16px;
}
.ny-model19 .box1 .name{
	font-size: 18px;
	color: #f63c3c;
	margin-bottom: 10px;
}
.ny-model19 .box1 .address{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.ny-model19 .box1 .phone{
	font-size: 16px;
}
.ny-model19 .box2 {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dddddd;
}
.ny-model19 .box2 .title{
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
}
.ny-model19 .box2 .note{
	line-height: 2em;
	color: #333;
}
.ny-model19 .box3 .title{
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
}
.ny-model19 .box3{
	margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
	.ny-model19 .box1 {
	    padding: 25px;
	    margin-bottom: 35px;
	}
	.ny-model19 .box2 {
	    padding-bottom: 35px;
	    margin-bottom: 35px;
	}
	.ny-model19 .box3{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model19 .box1 {
	    padding: 20px;
	    margin-bottom: 30px;
	}
	.ny-model19 .box2 {
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.ny-model19 .box3{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model19 .box1 {
	    padding: 15px;
	    margin-bottom: 25px;
	}
	.ny-model19 .box1 .city {
	    font-size: 14px;
	}
	.ny-model19 .box1 .name {
	    font-size: 16px;
	}
	.ny-model19 .box1 .address {
	    font-size: 14px;
	}
	.ny-model19 .box1 .phone {
	    font-size: 14px;
	}
	.ny-model19 .box2 {
	    padding-bottom: 25px;
	    margin-bottom: 25px;
	}
	.ny-model19 .box2 .title {
	    font-size: 16px;
	}
	.ny-model19 .box2 .note {
	    line-height: 1.75em;
	}
	.ny-model19 .box3{
		margin-bottom: 25px;
	}
	.ny-model19 .box3 .title {
	    font-size: 16px;
	}
}
/*ny-model19 end*/

/*ny-model20*/
.ny-model20{
	margin-bottom: 20px;
}
.ny-model20 ul>li{
	display: inline-block;
}
.ny-model20 ul>li>a{
	text-decoration: none;
	font-size: 16px;
	color: #999999;
	display: inline-block;
	margin-right: 10px;
	padding: 7px 25px;
	background-color: #fff;
	margin-bottom: 10px;
}
.ny-model20 ul>li>a:hover,
.ny-model20 ul>li>a.active{
	background-color: #f63c3c;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.ny-model20 ul>li>a{
		font-size: 14px;
		padding: 7px 25px;
	}
}
@media screen and (max-width: 767px) {
	.ny-model20{
		margin-bottom: 25px;
	}
	.ny-model20 ul>li>a{
		font-size: 14px;
		padding: 7px 20px;
	}
}
@media screen and (max-width: 575px) {
	.ny-model20{
		margin-bottom: 20px;
	}
	.ny-model20 ul>li>a{
		font-size: 14px;
		padding: 7px 15px;
	}
}
/*ny-model20 end*/

/*ny-model21 end*/
.ny-model21 span{
	display: inline-block;
	margin-right: 10px;
	color: #a3a3a3;
	vertical-align: middle;
	font-size: 14px;
}
.ny-model21 ul{
	display: inline-block;
	vertical-align: middle;
}
.ny-model21 ul>li{
	display: inline-block;
	margin-right: 10px;
}
.ny-model21 ul>li>a{
	display: inline-block;
	color: #a3a3a3;
	font-size: 14px;
}
/*ny-model21 end*/

.code-box{
	display: inline-block;
	width: 80px;
	height: 80px;
	vertical-align: top;
	margin-right: 10px;
}
.code-box .p{
	font-size: 12px;
	text-align: center;
}
.vr-box{
	vertical-align: top;
	display: inline-block;
	width: 80px;
	height: 80px;
}
.vr-box .tp{
	padding-bottom: 100%;
}
.vr-box .p{
	font-size: 12px;
	text-align: center;
	margin-top: 7px;
}