* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: '微软雅黑';
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul,
li,
dl,
dt,
dd,
form,
p,
h1,
h2,
h3,
h4,
h5,
img {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

input,
textarea {
	outline: 0;
	resize: none;
	border: none;
	_border: 0;
	margin: 0;
	padding: 0;
}

select {
	border: 0;
}

input::-webkit-search-cancel-button {
	display: none;
}

input[type=button],
input[type=submit],
input[type=search],
button {
	-webkit-appearance: none;
}

table,
table td {
	border-collapse: collapse;
}

select {
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}

.clear {
	clear: both;
}

.clearfix::after {
	content: '';
	clear: both;
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.div1200 {
	width: 1200px;
	margin: 0 auto;
}

.wrap {
	width: 100%;
	min-width: 1200px;
	_zoom: 1;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width:1200px) {
	.div1200 {
		width: 100%;
	}
	
}
@media screen and (max-width:1440px) {
	.index-box6-top {
		padding-top: 40px !important;
	}
}
@font-face {
	font-family: tt;
	src: url(../font/TT0154M.TTF);
}

/* fullpage 样式 */
.section {
	overflow: hidden;
	position: relative;
}

#fp-nav ul li {
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	padding: 7.5px 0 !important;
}

#fp-nav ul li a span {
	width: 14px !important;
	height: 14px !important;
	border: 1px solid #e72b24 !important;
	top: 0 !important;
	left: 0 !important;
}

#fp-nav ul li a.active span {
	background: #e72b24 !important;
}

/* swiper 样式 */
.swiper-container {
	position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: auto;
	top: 74%;
}

/* index */

/* 第一屏 */
.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	height: 86px;
	z-index: 999;
}

.menu {
	cursor: pointer;
	position: relative;
}

.menu::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 23px;
	background: #e72b24;
	transition: all .3s;
}

.menu img {
	transition: .4s;
	margin-top: 21px;
	display: block;
}

.menu:hover::before {
	height: 31px;
}

.menu:hover img {
	margin-top: 30px;
}

.down-menu {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, .8);
	z-index: 999;
	display: none;
	top: 0;
	left: 0;
}

.close {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* .nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 836px;
	height: 392px;
}

.nav ul {
	position: relative;
}

.nav li {
	display: block;
	width: 100px;
}

.nav li:not(:last-child) {
	margin-bottom: 36px;
}

.nav a {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
}

.nav-img {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	width: 604px;
	height: 392px;
	overflow: hidden;
}

.nav li.nav-on a {
	color: #e72b24;
}

.nav li.nav-on .nav-img {
	display: block;
} */
.nav {
	margin-left: 70px;
}

.nav li {
	float: left;
}

.nav li:not(:last-child) {
	margin-right: 73px;
}

.nav a {
	display: block;
	font-size: 16px;
	color: #49463f;
	line-height: 86px;
}

.nav a:hover {
	color: #e72b24;
}

.logo {
	text-align: center;
}

.logo img {
	margin-top: 16px;
	text-align: center;
}

.btn {
	margin-right: 15px;
	margin-top: 30px;
}

.search {
	margin-right: 36px;
	cursor: pointer;
	position: relative;
}

.search input[type=text] {
	width: 0;
	height: 42px;
	border: 2px solid #e72b24;
	box-sizing: border-box;
	border-radius: 30px;
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	transition: all 1s;
	opacity: 0;
}

.search img {
	position: relative;
	z-index: 999;
}

.search:hover input {
	width: 250px;
	opacity: 1;
	padding: 0 52px 0 15px;
}

.language {
	cursor: pointer;
	position: relative;
}

.language img {
	position: relative;
	z-index: 99999;
}

.language-list {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 42px;
	line-height: 38px;
	right: -16px;
	box-sizing: border-box;
	border-radius: 30px;
	border: 2px solid #E72B24;
	font-size: 0;
	background: #fff;
	z-index: 9999;
	transition: all 1s;
	opacity: 0;
	padding-left: 15px;
	width: 0;
	overflow: hidden;
}

.language-list a {
	font-size: 16px;
	color: #333;
}

.language-list a:first-child {
	margin-right: 20px;
}

.language-list a:hover {
	color: #E72B24;
}

.language:hover .language-list {
	width: 170px;
	opacity: 1;
}

.banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 第二屏 */
.index-title-cn {
	font-size: 30px;
	color: #333;
	line-height: 30px;
	height: 30px;
	/* margin-bottom: 17px; */
}

.index-title-en {
	font-size: 50px;
	color: #e72b24;
	font-family: tt;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}

.baihe {
	font-size: 500px;
	font-family: arial;
	color: #f5f5f5;
	opacity: .5;
	z-index: -1;
	position: absolute;
}

.index-box2 {
	position: relative;
}

.index-box2-img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 46%;
}

.b {
	right: 287px;
	top: -134px;
}

.index-box2-txt-title {
	text-align: right;
	margin-bottom: 60px;
}

.index-box2-txt-title p {
	font-size: 30px;
	color: #666;
	font-weight: bold;
	margin-top: 27px;
}

.index-box2-txt-title p::before {
	content: '';
	display: inline-block;
	width: 84px;
	height: 4px;
	background: #e72b24;
	vertical-align: middle;
	margin-right: 8px;
}

.index-box2-txt {
	width: 512px;
	margin-left: auto;
	margin-top: -14px;
}

.index-box2-txt>p {
	font-size: 16px;
	color: #666;
	line-height: 36px;
	letter-spacing: 0.3px;
}

.morecon {
	display: inline-block;
	height: 46px;
	margin-top: 98px;
}

.more {
	display: inline-block;
	width: 136px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 3px;
	background: #e72b24;
	color: #f5f5f5;
	font-family: arial;
	font-size: 14px;
}

.morecon:hover .more {
	animation: move .3s ease-in-out;
	-webkit-animation: move .3s ease-in-out;
}

@keyframes move {
	0% {
		transform: translateY(-10px);
	}

	33% {
		transform: translateY(0px);
	}

	66% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes move {
	0% {
		transform: translateY(-10px);
	}

	33% {
		transform: translateY(0px);
	}

	66% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}


.oa {
	position: absolute;
	left: 357px;
	top: 50%;
	transform: translateY(-50%);
}

.oa span:first-child {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	/* display: block; */
	vertical-align: middle;
}

/* .oa span:last-child {
	font-size: 14px;
	color: #ccc;
	display: block;
}
 */
.oa li {
	background: #35424a;
	width: 231px;
	height: 102px;
	position: relative;
}

.oa li:hover {
	background: #e72b24;
}

.oa li:not(:last-child) {
	margin-bottom: 4px;
}

.oa a {
	display: block;
	text-align: center;
	font-size: 0;
	padding-top: 36px;
	
}
.oa ul li .box-note a{
	padding-top: 18px;
}
.oa p {
	display: inline-block;
	font-size: 0;
	text-align: left;
	/*text-align: center;*/
}
.oa small{
	display: block;
	font-size: 14px;
	color: #fff;
	opacity: .8;
	font-weight: 500;
	width: 200px;
	margin: 0 auto;
	padding-top: 12px;
	overflow: hidden;
}
.oa img {
	margin-right: 13px;
	vertical-align: middle;
}


/* 第三屏 */
.index-box3 {
	position: relative;
	z-index: 999;
	height: 100%;
}

.index-box3-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 52.344%;
}

.index-title3 {
	text-align: right;
}

.index-box3-right {
	width: 410px;
	/* margin-right: 360px; */
}

.index-box3-right .index-title-en {
	margin-top: 30px;
}

.index-box3-txt {
	/* margin-top: 70px; */
	margin-top: 180px;
}

.index-box3-txt p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.a {
	position: absolute;
	right: 360px;
	top: 240px;
}

.index-box3-abs {
	width: 735px;
	height: 495px;
	background: #fff;
	/* padding: 75px 60px; */
	box-sizing: border-box;
	box-shadow: 0px 0px 14px 2px rgba(102, 102, 102, .29);
	padding: 53px 29px 0;
}

.index-box3-abs li {
	width: 336px;
	height: 190px;
	box-sizing: border-box;
	padding: 16px 21px 0;
	margin-bottom: 20px;
}

.index-box3-abs li:hover {
	background: url(../image/index-3000_03.jpg) no-repeat center;
}

.index-box3-abs li:nth-child(odd) {
	float: left;
}

.index-box3-abs li:nth-child(even) {
	float: right;
}

.index-box3-abs a {
	display: block;
	color: #35424a;
	font-weight: bold;
	font-size: 20px;
	margin-top: 7px;
}

.index-box3-abs a:hover {
	color: #e72b24;
}

.index-box3-abs p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 14px;
}

.index-box3-abs-img {
	height: 43px;
}

.index-box3-absp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 第四屏 */
.index-box4 {
	position: relative;
}

.i {
	left: 362px;
}

.bg-img4 {
	position: absolute;
	right: 0;
	top: 50%;
	width: 51.198%;
	transform: translateY(-50%);
}

.bg-img4 .mask {
	position: absolute;
	right: 0;
	top: 0;
	width: 983px;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	width: 100%;
}

.index-title4 p:nth-child(2) {
	padding-top: 5px;
}

.index-title4 p:nth-child(3) {
	margin-top: 22px;
}

.index-box4-txt {
	width: 406px;
	margin-top: 175px;
}

.index-box4-txt p {
	font-size: 16px;
	color: #999;
	line-height: 30px;
}

.index-box4-txt .morecon {
	margin-top: 147px;
}

.index-box4 .oa {
	left: 475px;
}


/* 第五屏 */
.index-box5 {
	position: relative;
	background: url(../image/index-5001.jpg) no-repeat center;
	height: 100%;
}

.index-box5>.div1200 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.h {
	top: -40%;
	left: 50%;
	transform: translateX(-50%);
}

.index-title5 {
	text-align: center;
}

.index-box5-tab {
	text-align: center;
	font-size: 0;
	margin-top: 48px;
}

.index-box5-tab a {
	font-size: 22px;
	color: #666;
	font-weight: bold;
	display: inline-block;
	line-height: 24px;
	height: 24px;
	padding: 0 18px;
}

.index-box5-tab a:not(:last-child) {
	border-right: 5px solid #e72b24;
}

.index-box5-tab a:hover,
.index-box5-tab a.tab-on {
	color: #e72b24;
}

.tab-item {
	display: none;
}

.tab-item-on {
	display: block;
}

.index-box5-list {
	margin-top: 57px;
}

.index-box5-list li {
	float: left;
	width: 380px;
	box-shadow: 0 0 15px 0 rgba(136, 136, 136, .49);
}

.index-box5-list li:not(:nth-child(3n)) {
	margin-right: 30px;
}

.index-box5-txt {
	padding: 20px 20px 0 12px;
	background: #fff;
	height: 158px;
	box-sizing: border-box;
}

.index-box5-txt a:first-child {
	font-size: 18px;
	color: #999;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	transition: all .3s;
}

.index-box5-txt p {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 18px 0 21px;
	transition: all .3s;
}

.index-box5-txt a:last-child {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	transition: all .3s;
}

.index-box5-list li:hover a,
.index-box5-list li:hover p {
	color: #e72b24;
}


/* 第六屏 */
.nove .fp-tableCell {
	display: block !important;
}

.index-box6-top {
	text-align: center;
	padding-top: 120px;
	position: relative;
}

.index-title6 p:nth-child(2) {
	padding-top: 5px;
}

.index-box6-txt {
	width: 886px;
	margin: 95px auto 0;
}

.index-box6-txt p {
	font-size: 16px;
	color: #999;
	line-height: 30px;
}

.e {
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.index-box6-bottom {
	height: 57.685%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.index-box6-innerbottom {
	position: relative;
}

.index-box6-mask {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(51, 51, 51, .8);
	position: absolute;
}

.index-box6-list {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/*top: 140PX;*/
	top: 104px;
	width: 100%;
}

.index-box6-list ul {
	font-size: 0;
	text-align: center;
}

.index-box6-list li {
	display: inline-block;
	margin: 0 62px;
	width: 170px;
	text-align: center;
}

.index-box6-list a {
	display: block;
}

.index-box6-list-img {
	width: 140px;
	height: 140px;
	box-sizing: border-box;
	border: 4px solid #fff;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
}

.index-box6-list-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .8s;
}

.index-box6-list p:nth-child(2) {
	font-size: 16;
	font-weight: bold;
	color: #f5f5f5;
	margin-top: 24px;
}

.index-box6-list p:nth-child(3) {
	font-size: 14px;
	color: #F5F5F5;
	margin-top: 8px;
}

.index-box6-list li:hover img {
	transform: translate(-50%, -50%) rotateY(180deg);
}
/*添加*/
.index-box6-note{
	text-align: left;
	padding-top: 35px;
}
.index-box6-note span{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #f5f5f5;
}
/*添加*/
/* 第七屏 */
.index-box7-img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: -1;
}

.index-box7 {
	position: relative;
}

.index-box7-txt {
	width: 859px;
	background: #fff;
	padding: 41px 0 24px 95px;
	box-sizing: border-box;
	margin-top: 90px;
}

.index-box7-txt-title {
	font-size: 18px;
	color: #666;
	font-weight: bold;
}

.index-box7-innertxt {
	margin-top: 30px;
}

.index-box7-innertxt p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.index-box7-txt-right {
	margin-left: 73px;
}

.index-box7-list {
	margin-top: 42px;
}

.index-box7-list li {
	float: left;
	position: relative;
	width: 46px;
	height: 45px;
	background: #ccc;
	border-radius: 50%;
	overflow: hidden;
}

.index-box7-list li:not(:first-child) {
	margin-left: 20px;
}

.index-box7-list li:hover {
	background: #e72b24;
}

.index-box7-list a {
	display: block;
}

.index-box7-list img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.record {
	margin-top: 44px;
}

.record p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
/*---------------ny------------*/
.header1{
	position: initial;
}
.ny-nav{
	background: #f5f5f5;
	width: 100%;
	
}
.ny-nav ul li{
	float: left;
	width: 160px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.ny-nav ul li a{
	color: #666666;
	font-size: 14px;
}
.ny-nav ul li.dang,.ny-nav ul li:hover{
	background: #35424a;
}
.ny-nav ul li.dang a,.ny-nav ul li:hover a{
	font-weight: 600;
	color: #fff;
	display: block;
}
.nav ul li.dang-color a{
	color: #e72b24;
	display: block;
}
.ny-main{
	padding-top: 50px;
}
.ny-main-left{
	width: 252px;box-shadow: 0px 0px 9px  rgba( 204, 204, 204 ,.5);
}
.ny-main-left ul{
	padding: 32px 0 114px;
}
.ny-main-left ul li{
	padding-bottom: 20px;
}
.ny-main-left ul li a{
	color: #999999;
	font-size: 12px;
	padding-left: 23px;
}
.ny-main-left ul li a:before{
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #999999;
	content: "";
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 3px;
}
.ny-main-left ul li.ny-active a{
	color: #e72b24;
}
.ny-main-left ul li.ny-active a:before{
	background: #e72b24;
}
.ny-main-right{
	width: 907px;
}
.ny-main-ul ul li{
	text-align: center;
	margin-bottom: 28px;
	width: 289px;
	height: 235px;
	float: left;
	margin-left: 20px;
}
.ny-main-ul ul li:nth-child(3n+1){
	margin-left: 0;
}
.ny-main-ul ul li span{
	padding-top: 16px;
	color: #666;
	font-size: 12px;
	display: block;
	width: 100%;
}
.ny-main-pic{
	position: relative;
	overflow: hidden;
}
.ny-main-ding{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #e72b24;
	opacity: .8;
	
	transform: scale(0);
	
}
.ny-main-ding a{
	position: absolute;
	/*top: 50%;*/
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
}
.ny-main-ding p{
	color: #fff !important;
	padding-top: 45px;
}
/*.show-list ul li:hover .product_img_img*/
.ny-main-ul ul li:hover .ny-main-ding{
	transform: scale(1);
	transition: all 0.4s;
}
.ny-main-ul ul li:hover span{
	display: none;
}
.ny-main-ul ul{
	display: block;
}
.ny-main-ul ul:nth-child(6){
	display: block;
}
/*分页*/
.page{
	padding: 34px 0 114px;
}
.page ul{
	display: table;
	margin: 0 auto;
}
.page ul li{
	width: 36px;
	height: 36px;
	line-height: 36px;
	float: left;
	text-align: center;
	background: #ccc;
}
.page ul li a{
	color: #fff;
	font-size: 14px;
}
.page ul li:nth-child(1),
.page ul li:nth-child(2),
.page ul li:nth-child(6),
.page ul li:nth-child(7){
	width: 73px;
}
.page ul li:nth-child(1){
	background: #35424a;
	margin-right: 2px;
}
.page ul li:nth-child(3){
	margin: 0 4px;
}
.page ul li:nth-child(5){
	margin: 0 6px 0 4px;
}
.page ul li:nth-child(7){
	margin-left: 2px;
}
.page ul li.page-color,
.page ul li.page-color{
	background: #e72b24;
}
/*footer*/
.footer{
	background: #35424a;
}
.footer .div1200{
	padding-top: 50px;
}
.footer-left{
	padding-top: 60px;
	margin-right: 205px;
}
.footer-middle h4,.footer-right h4{
	font-size: 24px;
	color: #fff;
	padding-bottom: 23px;
}
.footer-middle p,.footer-middle p a,.footer-right p{
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
.footer-right ul{
	padding-top: 35px;
}
.footer-right ul li{
	float: left;
	margin-left: 20px;
}
.footer-right ul li:first-child{
	margin-left: 0;
}
.footer-right ul li .pic2{
	display: none;
}
.footer-right ul li:hover .pic2{
	display: block;
}
.footer-right ul li:hover .pic1{
	display: none;
}
.footer-down{
	text-align: center;
	padding: 80px 0 40px;
}
.footer-down p,.footer-down p a{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.footer-down p a{
	margin-left: 30px;
}
/*-----------ny1-----------*/
.ny1-main{
	padding-bottom: 110px;
}
.ny1-main-lunbo{
	width: 459px;
}
.ny1-main-lunbo .gallery-thumbs{
	padding-top: 13px;
	/*width: 200px;*/
	margin: 0;
}
.ny1-main-lunbo .gallery-thumbs .swiper-slide{
	border: 2px solid #fff;
	/*width: 20.04%;*/
	width: 92px !important;
}
.ny1-main-lunbo .gallery-thumbs .swiper-slide-thumb-active {border: 2px solid #e72b24;}
.ny1-main-right{
	width: 400px;
}
.ny1-main-right span{
	font-weight: 500;
	font-size: 24px;
	color: #666;
	display: inline-block;
	padding-bottom: 45px;
}
.ny1-main-right span:before{
	width: 4px;
	height: 24px;
	background: #e72b24;
	content: "";
	display: inline-block;
	/*margin-top: 3px;*/
	margin-bottom: -4px;
	margin-right: 11px;
}
.ny1-main-right p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.ny1-main-note{
	padding-top: 35px;
	width: 507px;
}
.ny1-main-nav ul li{
	height: 37px;
	line-height: 37px;
	padding:0 32px 0 60px;
	float: left;
	background: #fff;
	border-radius: 20px;
	cursor: pointer;
	margin-left: 10px;
	background: url(../image/ny1-icon1.png) 25px no-repeat;
}
.ny1-main-nav ul li:first-child{
	margin-left: 0;
}
.ny1-main-nav ul li.ny1-active{
	background: url(../image/ny1-icon2.png) 25px no-repeat;
	box-shadow: 0px 0px 9px rgba( 204, 204, 204,.5 );
}
.ny1-main-nav ul li p{
	color: #999999;
}
.ny1-main-nav ul li.ny1-active p{
	color: #e72b24;
}
.ny1-xuan-note{
	padding-top: 30px;
}
.ny1-xuan-note p{
	color: #666;
	font-size: 16px;
}
.ny1-main-xuan .ny1-xuan-note{
	display: none;
}
.ny1-main-xuan .ny1-xuan-note:first-child{
	display: block;
}
/*---------------------ny2----------------*/
.ny2-company-title{
	padding: 45px 0;
}
.ny2-title-left h2{
	color: #35424a;
	font-size: 36px;
}
.ny2-title-left h2 span{
	font-size: 14px;
	color: #666666;
	font-weight: 500;
}
.ny2-title-right ul li{
	float: left;
}
.ny2-title-right ul li.ny2-dang a,
.ny2-title-right ul li:hover a{
	color: #e72a24;
}
.ny2-title-right ul li a{
	/*display: block;*/
	padding-left: 8px;
}
.ny2-title-right ul li a:after{
	content: ">";
	color: #999999;
	font-size: 14px;
	display: inline-block;
	margin-left: 8px;
}
.ny2-title-right ul li:last-child a:after{
	display: none;
}
.ny2-title-right ul li a,
.ny2-title-right ul li span{
	color: #999999;
	font-size: 12px;
}
.ny2-title-right ul li span:before{
	background: url(../image/ny2-address_03.png) no-repeat;
	width: 15px;
	height: 13px;
	content: "";
	display: inline-block;
	margin-right: 11px;
	margin-bottom: -1px;
}
.ny2-company-note{
    padding-bottom: 80px;	
}
.ny2-company-note h2{
	padding-bottom: 37px;
	color: #e6e6e6;
	font-size: 50px;
}
.ny2-company-note h2 i{
	color: #e72a24;
	font-size: 80px;
}
.ny2-company-note h2,
.ny2-company-note h2 i{
	line-height: 60px;
	font-family: "arial narrow";
}
.ny2-company-note p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
	padding-bottom: 15px;
	text-align: justify;
}
.ny2-company-pic{
	background: #eaeced;
	margin-left: 30px;
	padding-left: 13px;
	padding-bottom: 12px;
	margin-top: 10px;
}
.ny2-company-note img{
	margin-top: -10px;
	display: block;
}
/*---------------ny3-------------*/
.ny3-market-cont ul li{
	overflow: hidden;
	padding:34px 0 35px;
	border-bottom: 1px solid #e2e2e2;
}
.ny3-market-cont ul li:first-child{
	padding-top: 0;
}
.ny3-market-cont ul li:hover span,
.ny3-market-cont ul li:hover .ny3-more a{
	color: #e72a24;
}
.ny3-market-left{
	width: 279px;
}
.ny3-market-right{
	width: 885px;
}
.ny3-market-new{
	width: 622px;
}
.ny3-market-new span{
	display: block;
	font-size: 22px;
	color: #333333;
	margin: 20px 0 25px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ny3-market-new  a{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.ny3-market-date{
	width: 77px;
	text-align: center;
}
.ny3-market-date h4{
	font-size: 40px;
	color: #666666;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}
.ny3-market-date strong{
	display: block;
	color: #999999;
	font-size: 20px;
	padding-top: 5px;
}
.ny3-more {
	padding-top: 14px;
}
.ny3-more a{
	font-size: 16px;
	color: #999;
	font-weight: 600;
	display: block;
}
.ny3-page{
	padding: 50px 0 75px;
}
/*---------------ny4-------------*/
.ny4-subsidiary-cont{
	padding: 25px 0 33px;
}
.ny4-subsidiary-cont ul li{
	width: 594px;
	overflow: hidden;
	margin-bottom: 44px;
}
.ny4-subsidiary-cont ul li:nth-child(odd){
	float: left;
}
.ny4-subsidiary-cont ul li:nth-child(even){
	float: right;
}
.ny4-subsidiary-cont ul li:hover .ny4-subsidiary-pic{
	border: 2px solid #e72a24;
}
.ny4-subsidiary-pic{
	border: 2px solid #cccccc;
	width: 286px;
	float: left;
}
.ny4-subsidiary-note{
	width: 285px;
	float: right;
}
.ny4-subsidiary-note p{
	line-height: 26px;
	color: #686666;
	font-size: 16px;
	text-align: justify;
	padding: 25px 20px 30px 0;
}
/*---------------ny5-------------*/
.ny5-contact-cont{
	padding-bottom: 95px;
}
.ny5-contact-left{
	width: 440px;
}
.ny5-contact-right{
	width: 750px;
}
.ny5-contact-cont h2{
	color: #666666;
	font-size: 20px;
	line-height: 68px;
}
.ny5-contact-cont p,
.ny5-contact-cont p a{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
/*---------------ny6-------------*/
.ny6-contact-cont{
	padding:23px 0 87px;
}
.ny6-contact-cont ul{
	padding: 0 77px;
}
.ny6-contact-cont ul li{
	float: left;
	text-align: center;
	margin-left: 274px;
}
.ny6-contact-cont ul li:first-child{
	margin-left: 0;
}
.ny6-contact-pic{
	width: 144px;
	height: 144px;
	border-radius: 100%;
	background: #35424a;
	position: relative;
	border: 5px solid #eaeced;
}
.ny6-contact-pic img{
	transition: all .8s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ny6-contact-cont ul li .ny6-contact-pic:hover img{
	transform: translate(-50%, -50%) rotateY(180deg);
}
.ny6-contact-cont ul li p{
	color: #35424a;
	font-size: 20px;
	font-weight: 600;
	padding-top: 25px;
}
/*修改*/
.index-box6-list{top: 80px !important;}


/*修改*/
.footer-left{margin-right: 60px;}
.footer-middle1{margin-left: 60px;}
.footer-right ul li{position: relative ;}
.footer-weixin{position: absolute;left: -30px;top: -112px;width: 106px;height: 106px;z-index: 9999;display: none;}
.footer-right ul li:hover .footer-weixin{display: block;}
.footer-middle h4, .footer-right h4 ,.footer-middle h4{font-size: 22px;}
.footer-middle p,.footer-middle p a,.footer-right p{font-size: 14px;}

.silder-fixed{position: fixed;top: 90%;right: 0;cursor: pointer;}
.silder-note{width: 43px;height: 43px;background: #999999;border-radius: 100%;line-height: 43px;text-align: center;}
.silder-note p{color: #fff;font-size: 16px;}
.silder-note:hover{background: #e72a24;}

.index-box7-list ul li{position: relative;overflow: inherit;}
.index-box7-list ul li:hover .footer-weixin{display: block !important;}


.banner2 img{width: 100%;}

.oa small{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.bg-img4{height: 100%}