﻿#ny_main {}

.page-con {
	padding-top: 30px;
}

.page-l {
	width: 270px;
}


/* .sobtitle */

.sobtitle {
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #DCDCDC;
}

.sobtitle:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 10px;
	height: 20px;
	background: #333333;
}

.sobtitle p {
	padding-left: 20px;
}

.sobtitle a {
	color: #666666;
}

.sobtitle a:hover {
	color: #FF0000;
	text-decoration: underline;
}


/* pagination */

.pagesDiv {
	padding: 20px 0;
}

.pagination {
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.pagination a, .pagination span {
	display: inline-block;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	color: #666666;
	font-size: 14px;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s;
}

.pagination a:hover, .pagination span {
	color: #FFFFFF;
	background: #2273F8;
}


/**********************************************************************************************/


/* page-r */

.page-r {
	width: 900px;
}

.pager-r-t {
	position: relative;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #EBEBEB;
}

.pager-r-t:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 95px;
	height: 1px;
	background: #222222;
}

.pager-r-t p {
	line-height: 50px;
	font-size: 24px;
	color: #666666;
}


/* product-list */

.pa-product li:nth-of-type(3n) {
	margin-right: 0;
}

.pa-product li {
	float: left;
	margin: 15px 15px 0 0;
	box-sizing: border-box;
	width: 290px;
	height: 255px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #DEDEDE;
}

.pa-product li .item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 190px;
	background: #EFEFEF;
	overflow: hidden;
}

.pa-product li .item-img img {
	max-width: 100%;
}

.pa-product li .item-info {
	box-sizing: border-box;
	padding: 5px 20px;
	width: 100%;
}

.pa-product li .item-info .p1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pa-product li .item-info .p1 a {
	line-height: 30px;
	font-size: 18px;
	color: #154C64;
}

.pa-product li .item-info .p2 {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pa-product li:hover {
	border: 1px solid #2273F8;
}

.pa-product li:hover .item-info .p1 a {
	color: #FF0000;
	text-decoration: underline;
}


/* product-show */

.pa-show1 {
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #EEEEEE;
}

.show1-img {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 300px;
	background: #EFEFEF;
	border: 1px solid #E7E7E7;
	overflow: hidden;
}

.show1-img img {
	max-width: 100%;
}

.show1-info {
	width: 430px;
}

.show1-info .p1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #454545;
}

.show1-info .p2 {
	padding: 15px 0;
	width: 100%;
	height: 170px;
	font-size: 14px;
	line-height: 35px;
}

.show1-info .consult {
	padding: 10px 0 0 60px;
	height: 48px;
	background: url(../images/consult.png) no-repeat left 10px bottom 4px;
	border-top: 1px solid #E6E6E6;
}

.show1-info .consult .p3 {
	line-height: 24px;
	font-size: 18px;
	color: #454545;
}

.show1-info .consult a {
	display: block;
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	background: #2273F8;
	border-radius: 5px;
}

.pa-show2 {
	padding-top: 50px;
}

.show2-tit {
	position: relative;
	padding-left: 35px;
	height: 40px;
	background: url(../images/intro.png) no-repeat center left;
	border-bottom: 2px solid #D4D4D4;
}

.show2-tit:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 130px;
	height: 2px;
	background: #222222;
}

.show2-tit p {
	line-height: 40px;
	font-size: 24px;
	color: #464646;
}

.show2-tit span {
	font-family: arial;
	font-size: 18px;
	text-transform: uppercase;
	color: #C2C2C2;
}

.show2-con {
	width: 100%;
	padding: 20px 0;
	line-height: 24px;
	font-size: 12px;
	color: #333333;
}

.show2-con * {
	max-width: 100%;
}


/* pa-news */

.pa-news li {
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 20px 50px 20px 20px;
	width: 100%;
	height: 180px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	transition: .3s;
}

.pa-news li .item-img {
	display: flex;
	align-items: center;
	width: 250px;
	height: 140px;
	overflow: hidden;
}

.pa-news li .item-img img {
	max-width: 100%;
}

.pa-news li .item-info {
	width: 550px;
	height: 140px;
}

.pa-news li .item-info .p1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pa-news li .item-info .p1 a {
	font-size: 18px;
	color: #4B4B4B;
	transition: .3s;
}

.pa-news li .item-info .p1 a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.pa-news li .item-info .p2 {
	margin: 10px 0;
	line-height: 24px;
	font-size: 14px;
	color: #797979;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}

.pa-news li .item-info a.more {
	display: block;
	float: right;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #D6D6D6;
	border-radius: 5px;
	transition: .3s;
}

.pa-news li:hover {
	border: 1px solid #2273F8;
}

.pa-news li:hover a.more {
	background: #2273F8;
}


/* news-show */

.pa-show3 {
	width: 100%;
}

.show3-tit {
	padding-top: 20px;
	text-align: center;
}

.show3-tit .p1 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #4B4B4B;
}

.show3-tit .p2 {
	margin: 10px 0;
	box-sizing: border-box;
	line-height: 30px;
	font-size: 12px;
	color: #AAAAAA;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
}

.show3-con {
	padding: 15px 0;
	width: 100%;
	line-height: 24px;
	font-size: 12px;
	color: #333333;
}

.show3-con* {
	max-width: 100%;
}


/**********************************************************************************************/


/* page-tit */

.page-tit {
	width: 100%;
	text-align: center;
}

.page-tit .p1 {
	line-height: 35px;
	font-size: 26px;
	color: #333333;
}

.page-tit .p2 {
	line-height: 25px;
	font-size: 14px;
	color: #999999;
}


/* page-menu */

.page-menu {
	padding: 20px 0;
	width: 100%;
	height: 55px;
	text-align: center;
}

.page-menu a {
	display: inline-block;
	width: 150px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 18px;
	color: #666666;
	background: #F4F4F4;
}

.page-menu a:hover, .page-menu a.on {
	color: #FFFFFF;
	background: #2273F8 url(../images/page-menu.png) no-repeat center bottom;
}

.page-content {
	box-sizing: border-box;
	padding: 30px 20px;
	width: 100%;
	line-height: 24px;
	font-size: 12px;
	color: #333333;
}

.page-content * {
	max-width: 100%;
}


/* page-item */

.page-item {
	padding: 30px 0;
	width: 100%;
}

.page-item li:nth-of-type(4n) {
	margin-right: 0;
}

.page-item li {
	float: left;
	margin: 0 13px 15px 0;
	width: 290px;
}

.page-item li .item-img {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 100%;
	height: 220px;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
}

.page-item li .item-img img {
	max-width: 100%;
	cursor: pointer;
}

.page-item li .item-info {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #4B4B4B;
	background: #F0F0F0;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.mask img {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	cursor: pointer;
}

.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 10px solid #fff;
}


/* page-contact */

.page-contact {
	padding: 30px 0;
}

.page-contact ul {
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.page-contact ul li {
	float: left;
	box-sizing: border-box;
	width: 50%;
	height: 90px;
	border-top: 1px solid #E6E6E6;
}

.page-contact ul li:nth-of-type(2n) {
	border-left: 1px solid #E6E6E6;
}

.page-contact ul li .div1 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 10px;
	width: 35%;
	height: 100%;
	border-right: 1px solid #E6E6E6;
}

.page-contact ul li .div1 span {
	margin-left: 10px;
	font-size: 18px;
	color: #222222;
}

.page-contact ul li .div2 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 10px;
	width: 65%;
	height: 100%;
}

.page-contact ul li .div2 p {
	font-size: 18px;
	color: #222222;
}


/* page-message */

.page-message {
	margin: 30px 0;
	box-sizing: border-box;
	padding: 40px 180px;
	width: 100%;
	height: 430px;
	background: url(../images/page-message.jpg) no-repeat center bottom;
	border: 1px solid #BBBBBB;
}

.page-message li {
	padding: 5px 0;
	width: 100%;
}

.page-message li .item-info {
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: right;
}

.page-message li .item-info p {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.page-message li .item-info span {
	color: #FF0000;
}

.page-message li .item-type .in-1 {
	box-sizing: border-box;
	padding: 0 15px;
	width: 600px;
	height: 35px;
	border: 1px solid #EEEEEE;
	outline: none;
}

.page-message li .item-type .in-2 {
	box-sizing: border-box;
	padding: 0 15px;
	width: 600px;
	height: 100px;
	line-height: 30px;
	border: 1px solid #EEEEEE;
	outline: none;
}

.page-message li .item-type .in-3 {
	box-sizing: border-box;
	padding: 0 15px;
	width: 90px;
	height: 35px;
	border: 1px solid #EEEEEE;
	outline: none;
}

.page-message li .item-type .in-4 {
	box-sizing: border-box;
	padding: 0 15px;
	width: 150px;
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 15px;
	background: #2273F8;
	cursor: pointer;
	outline: none;
	border: none;
	transition: .3s;
}
.page-message li .item-type .in-4:hover{
	color: #333333;
	background: #FFFFFF;
}

.page-map {
	width: 100%;
	height: 550px;
}


/**********************************************************************************************/


/**********************************************************************************************/


/**********************************************************************************************/


/**********************************************************************************************/