/* CSS Document */
/**common**/
* {
	margin: 0;
	padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	margin: 0;
	padding: 0;
	font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}

table,
td,
tr,
th {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
	font-weight: normal;
	font-style: normal;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0px;
}

.clearfix {
	zoom: 1
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

@media screen and (max-width:1399px) and (min-width:768px) {
	.w1300 {
		width: 96%;
	}
}

@media screen and (max-width:767px) {
	.w1300 {
		width: 94%;
	}
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 4px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	background-color: #f0f0f0;
	border-radius: 0px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	background-color: #0a1a3e;
}

::-webkit-scrollbar-thumb:window-inactive {
	background-color: #0a1a3e;
}


/*top*/
.wsc-header {
	position: relative;
}

.wsc-top {
	z-index: 1000;
	top: 20px;
	position: absolute;
	height: 140px;
	background-color: rgba(255, 255, 255, .98);
	padding: 0 40px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1300px;
	border-radius: 14px 0 14px 0;
	transition: .4s all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wsc-top.cur {
	max-width: 100%;
	position: fixed;
	top: 0;
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.wsc-logo {
	float: left;
	height: 55px;
	margin-top: 10px;
}

.wsc-logo img {
	height: 55px;
	image-rendering: -webkit-optimize-contrast;
}

.wsc-logo-side {
	float: right;
	padding-top: 22px;
}
 #allmap{
        width:100%;
        height: 100%;
    }
.hn-tel {
	float: left;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	color: #00479c;
	font-weight: bold;
}

.hn-tel span {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	background: #00479c url(../image/icon-tel.png) no-repeat center;
}

.hn-lan {
	float: right;
	margin-left: 20px;
	cursor: pointer;
}

.lan-list {
	margin-top: 3px;
	font-size: 14px;
	line-height: 16px;
	color: #8C8D8E;
	transition: 0.3s;
}

.lan-list:first-child {
	margin-right: 14px;
	border-right: 1px solid #D1D3D6;
	padding-right: 14px;
}

.hn-lan .active,
.lan-list:hover {
	color: #00479c;
}

.wsc-nav {
	height: 62px;
}

.hn-item {
	float: left;
	position: relative;
}

.hn-text a {
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #363839;
	text-align: center;
	padding: 0 30px;
}

.wsc-hnCont {
	float: left;
	margin-left: -30px;
}

.hn-item:first-child {
	background: none;
}

.wsc-headNav .active .hn-text a,
.wsc-headNav .hn-text a:hover {
	color: #00479c;
	background: url(../image/icon-sd.png) no-repeat center 50px;
}

.wsc-noban-top .hn-text {
	color: #333;
	border-color: #ebebeb;
}

.wsc-noban-top,
.wsc-noban-top .hn-tel {
	border-color: #ebebeb;
}

.wsc-search {
	float: right;
	position: relative;
}

.wsc-search input.sr {
	margin-top: 12px;
	width: 252px;
	height: 36px;
	background: #fff;
	border: 1px solid rgb(233, 233, 233);
	border-radius: 100px;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 36px;
	transition: 0.3s;
}

.wsc-search input.btn-search {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	transition: 0.36s;
	cursor: pointer;
	right: 0px;
	top: 12px;
	border: 0;
	background: #00479c url(../image/icon-search.png) no-repeat center;
}

.wsc-search input:focus {
	border-color: #00479c;
}

.btn-search:hover {
	background: #00479c url(../image/icon-search.png) no-repeat center;
}

@media screen and (max-width:1299px) {
	.hn-text a {
		padding: 0 18px;
	}
}

@media screen and (max-width:1079px) {
	.hn-tel {
		display: none;
	}

	.wsc-nav {
		height: 0;
		margin: 0;
	}

	.wsc-nav .wsc-hnCont {
		width: 60%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 999999;
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}

	.wsc-nav .nav_menu {
		display: block;
		width: 24px;
		padding: 10px 7px;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 2px;
		margin: 0;
		position: absolute;
		top: 17px;
		right: 3%;
	}

	.wsc-nav .nav_menu span {
		display: block;
		width: 24px;
		height: 2px;
		background-color: #ccc;
		border-radius: 1px;
	}

	.wsc-nav .nav_menu span+span {
		margin-top: 6px;
	}

	.wsc-nav .open {
		width: 100%;
		overflow: auto;
		left: 0%;
	}

	.wsc-nav .wsc-hnCont .nav_boxul {
		width: 60%;
		background-color: #fff;
		height: 100%;
		position: relative;
		z-index: 999999;
		border-top: 10px solid #03731f;
	}

	.wsc-nav .wsc-hnCont .hn-item {
		width: 100%;
	}

	.wsc-nav .open .active {
		background-color: #00479c;
		border-bottom: 1px solid #00479c;
	}

	.wsc-nav .open .active a {
		color: #fff;
	}

	.wsc-nav .open .nav_mask {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 999998;
	}

	.wsc-search {
		width: 100%;
	}

	.wsc-search input.sr {
		width: 80%;
		border-radius: 30px 0 0 30px;
		height: 40px;
		line-height: 40px;
		border-right: 0;
	}

	.wsc-search input.btn-search {
		width: 20%;
		border-radius: 0 30px 30px 0;
		height: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width:1079px) {
	.wsc-top {
		top: 0;
		position: static;
		padding: 0 3%;
	}
}

@media screen and (max-width:767px) {
	.wsc-top {
		top: 0;
		border-radius: 0;
		padding: 0 3%;
		height: 120px;
		position: static;
	}

	.wsc-logo,
	.wsc-logo img {
		height: 43px;
	}

	.wsc-nav .nav_menu {
		width: 20px;
		padding: 7px;
		top: 15px;
	}

	.wsc-nav .nav_menu span {
		width: 20px;
	}
}

@media screen and (max-width:375px) {

	.wsc-logo,
	.wsc-logo img {
		height: 37px;
	}

	.wsc-nav .nav_menu {
		top: 13px;
	}
}

@media screen and (max-width:320px) {

	.wsc-logo,
	.wsc-logo img {
		height: 30px;
	}

	.wsc-nav .nav_menu {
		top: 10px;
	}

	.wsc-top {
		height: 103px;
	}
}


/* banner 开始 */
.apple-banner {
	width: 100%;
	height: 890px;
	overflow: hidden;
	background-size: 100% 890px;
	position: relative;
	z-index: 999;
}

.apple-banner .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.apple-banner .swiper-container .swiper-button-prev,
.apple-banner .swiper-container .swiper-button-next {
	width: 30%;
	height: 100%;
	top: 0;
	background: none;
	margin: 0;
}

.apple-banner .swiper-container .swiper-button-prev {
	left: 0;
}

.apple-banner .swiper-container .swiper-button-next {
	right: 0;
}

.apple-banner .swiper-button-prev span,
.apple-banner .swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.apple-banner .swiper-button-prev span {
	background: rgba(0, 0, 0, 0.6) url(../image/arrows1.png) center center no-repeat;
	left: 20px;
}

.apple-banner .swiper-button-next span {
	background: rgba(0, 0, 0, 0.6) url(../image/arrows2.png) center center no-repeat;
	right: 20px;
}

.apple-banner .swiper-button-prev:hover span,
.apple-banner .swiper-button-next:hover span {
	opacity: .6;
}

.apple-banner .swiper-container .swiper-slide {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.apple-banner .swiper-container .swiper-slide:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	_background: url(../image/hengxiansunny.png)repeat center;
	left: 0;
	z-index: 2;
	opacity: 0.4;
}

.apple-banner .swiper-container .swiper-slide .conn {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.apple-banner .swiper-container .swiper-slide .conn .bg {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-animation: 15s infinite activeB;
	-moz-animation: 15s infinite activeB;
	-ms-animation: activeB 15s infinite;
	-o-animation: 15s infinite activeB;
	animation: 15s infinite activeB;
	overflow: hidden;
	position: absolute;
	top: 0;
	left;
	0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.apple-banner .swiper-container .slide_video {
	/*padding:0 0 0; */
	position: relative;
	overflow: hidden;
}

.apple-banner .swiper-container .swiper-slide video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	/*height:100%;*/
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	object-fit: cover;
}

.ba_PrevNext {
	width: 45%;
	height: 70px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: rgba(13, 81, 152, 0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
}

@media screen and (max-width:1699px) {
	.apple-banner {
		height: 790px;
	}
}

@media screen and (max-width:1399px) {
	.apple-banner {
		height: 690px;
	}
}

@media screen and (max-width:1099px) {
	.apple-banner {
		height: 590px;
	}
}

@media screen and (max-width:899px) {
	.apple-banner {
		height: 490px;
	}
}

@media screen and (max-width:767px) {
	.apple-banner {
		height: 250px;
	}

	.apple-banner .swiper-pagination {
		bottom: 20px;
	}
}

@media screen and (max-width:375px) {
	.apple-banner {
		height: 200px;
	}
}

@media screen and (max-width:320px) {
	.apple-banner {
		height: 200px;
	}
}

@keyframes activeB {

	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@-moz-keyframes activeB {

	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@-ms-keyframes activeB {

	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@-webkit-keyframes activeB {

	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@-o-keyframes activeB {

	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.ba_text1 {
	width: 100%;
	max-width: 1600px;
	overflow: hidden;
	margin: 260px auto 0;
	padding: 0;
	position: relative;
	z-index: 10;
}

.ba_text1 p {
	width: 80%;
	overflow: hidden;
	line-height: 60px;
	color: #fff;
	font-size: 58px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	letter-spacing: 4px;
	margin: 0 auto;
	padding: 0;
}

.ba_text1 em {
	display: block;
	width: 60px;
	height: 5px;
	overflow: hidden;
	margin: 30px auto;
	padding: 0;
	background-color: #fff;
}

.ba_text1 span {
	display: block;
	width: 80%;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	padding: 0;
}

.ba_text1 a {
	display: block;
	width: 220px;
	height: 60px;
	overflow: hidden;
	line-height: 58px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	border-radius: 30px;
	margin: 80px auto 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}

.ba_text1 a img {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin: -4px 0 0 8px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}

.ba_text1 a:hover {
	width: 240px;
}

.ba_text1 a:hover img {
	margin: -4px 0 0 20px;
}

.ba_scroll {
	width: 60px;
	overflow: hidden;
	margin: 0 0 0 -30px;
	padding: 0;
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 99;
	cursor: pointer;
	display: none;
}

.ba_scroll span {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	color: #fff;
	font-family: "Helvetica";
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.ba_scroll p {
	width: 24px;
	height: 36px;
	overflow: hidden;
	margin: 5px auto 0;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ba_scroll p i {
	display: block;
	width: 1px;
	height: 12px;
	overflow: hidden;
	background-color: #fff;
	margin: 12px auto;
	padding: 0;
	animation-name: scrollTip;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

/*分页器*/
.apple-banner .swiper-pagination {
	top: auto;
	bottom: 40px;
	background: none;
	opacity: 0;
}

.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	margin: 0 6px;
	cursor: pointer;
	background: none;
	border-radius: 0;
	opacity: 1;
	border-radius: 6px;
}

.apple-banner .swiper-pagination-bullet span {
	width: 12px;
	height: 12px;
	display: block;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
}

.apple-banner .swiper-pagination-bullet-active span {
	background-color: #00479c;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
	background: rgba(255, 255, 255, 1);
}

.apple-banner .swiper-pagination-bullet i {
	background-color: #00479c;
	height: 12px;
	transform: scaleX(0);
	transform-origin: 0;
	display: block;
}

.apple-banner .autoplay .firsrCurrent i {
	transition: transform 2.9s linear;
	transform: scaleX(1);
	border-radius: 6px;
}

.apple-banner .autoplay .current i {
	transition: transform 4s linear;
	transform: scaleX(1);
	border-radius: 6px;
}

.apple-banner .autoplay .replace span {
	background-color: #00479c;
}

.h_ys_scoll {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 108px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 3;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}

.h_ys_scoll .item {
	position: relative;
}

.h_ys_scoll .lSPrev,
.h_ys_scoll .lSNext {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -20px;
	background: url(../image/Tjprev01.png) center center no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
}

.h_ys_scoll .lSNext {
	left: auto;
	right: -60px;
	background: url(../image/Tjnext01.png) center center no-repeat;
	background-size: 40px 40px;
}

.h_ys_scoll .lSPrev:hover {
	background: url(../image/Tjprev02.png) center center no-repeat;
	background-size: 40px 40px;
}

.h_ys_scoll .lSNext:hover {
	background: url(../image/Tjnext02.png) center center no-repeat;
	background-size: 40px 40px;
}

.h_ys_scoll .content-slider {
	width: 100%;
	overflow: hidden;
}

.h_ys_scoll .content-slider li {
	margin-right: 2%;
	width: 23.5%;
}

.h_ys_scoll .content-slider li .pic {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 70px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.h_ys_scoll .content-slider li .pic1 {
	background: url(../image/h_ys1.png) center center no-repeat;
	background-size: 60px;
}

.h_ys_scoll .content-slider li .pic2 {
	background: url(../image/h_ys2.png) center center no-repeat;
	background-size: 60px;
}

.h_ys_scoll .content-slider li .pic3 {
	background: url(../image/h_ys4.png) center center no-repeat;
	background-size: 60px;
}

.h_ys_scoll .content-slider li .pic4 {
	background: url(../image/h_ys3.png) center center no-repeat;
	background-size: 60px;
}

.h_ys_scoll .content-slider li .pic5 {
	background: url(../image/h_ys5.png) center center no-repeat;
	background-size: 60px;
}

.h_ys_scoll .lSPager {
	display: none;
}

.h_ys_scoll .content-slider li .tlt {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width:1420px) {
	.lSAction {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.h_ys_scoll {
		display: none;
	}
}

/*热门关键词&搜索 开始*/
.ly_hotkw_search {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #efefef url(../image/hotkw_search_bg.jpg) center center repeat-y;
	position: relative;
	z-index: 9;
}

.ly_hotkw_search .hotkw_search_main {
	width: 1300px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotkw_search_main .hotkw_search_left {
	width: 28%;
	height: 70px;
	overflow: hidden;
	margin: 0;
	padding: 25px 0;
	background-color: #00479c;
	float: left;
}

.hotkw_search_left p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}

.hotkw_search_left span {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	margin: 0 auto;
	padding: 0;
}

.hotkw_search_main .hotkw_search_right {
	width: 68%;
	height: 80px;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 20px 4%;
	background-color: #efefef;
	float: right;
}

.hotkw_search_right .hotkw_left {
	float: left;
	width: 60%;
	height: auto;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hotkw_search_right .hotkw_left span {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #00479c;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}

.hotkw_search_right .hotkw_left p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #797979;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
}

.hotkw_search_right .hotkw_left p a {
	color: #797979;
}

.hotkw_search_right .hotkw_left p a:hover {
	color: #00479c;
}

.hotkw_search_right .search_right {
	float: right;
	width: 36%;
	height: 40px;
	overflow: hidden;
	margin: 20px 0;
	padding: 0 80px 0 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotkw_search_right .search_right .sc_ipt {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.search_right .sc_ipt input {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 38px;
	color: #777;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #fff url(../image/sc_btn.png) 9px 9px no-repeat;
	outline: none;
	border: 0;
	margin: 0;
	padding: 0 9px 0 39px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotkw_search_right .search_right .sc_btn {
	width: 80px;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.search_right .sc_btn input {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #00479c;
	border: none;
	outline: none;
	cursor: pointer;
}

/*热门关键词&搜索 结束*/


/*首页-大标题 开始*/
.ly_title {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.ly_title div {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #00479c;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 15px;
	padding: 0;
}

.ly_title p {
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.ly_title p i,
.ly_title p em {
	display: inline-block;
	width: 220px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.ly_title p i {
	background: url(../image/tit_left1.png) center right no-repeat;
	margin: -2px 20px 0 0;
}

.ly_title p em {
	background: url(../image/tit_right1.png) center left no-repeat;
	margin: -2px 0 0 20px;
}

.ly_title1 div,
.ly_title1 p {
	color: #fff;
}

.ly_title1 p i {
	background: url(../image/tit_left2.png) center right no-repeat;
	margin: -2px 20px 0 0;
}

.ly_title1 p em {
	background: url(../image/tit_right2.png) center left no-repeat;
	margin: -2px 0 0 20px;
}

@media (max-width: 767px) {
	.ly_title {
		margin: 0 auto 20px;
	}

	.ly_title div {
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		margin: 0 auto 4px;
	}

	.ly_title p i,
	.ly_title p em {
		width: 20%;
	}

	.ly_title p i,
	.ly_title1 p i {
		margin: -2px 10px 0 0;
	}

	.ly_title p em,
	.ly_title1 p em {
		margin: -2px 0 0 10px;
	}
}

@media (max-width: 320px) {
	.ly_title p {
		font-size: 12px;
	}
}

/*首页-大标题 结束*/


/*首页-推荐产品 开始*/
.lyIdxPro_Tj {
	width: 100%;
	overflow: hidden;
	margin: 40px auto 60px;
	padding: 0;
}

.lyIdxPro_Tj .lyTjPro_main {
	width: 1320px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.lyTjPro_main .lyTjPro_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lyTjPro_scoll {
	width: 100%;
	padding: 0;
}

.lyTjPro_scoll .item {
	position: relative;
}

.lyTjPro_scoll .lSPrev,
.lyTjPro_scoll .lSNext {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -20px;
	background: url(../image/Tjprev01.png) center center no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
}

.lyTjPro_scoll .lSNext {
	left: auto;
	right: -60px;
	background: url(../image/Tjnext01.png) center center no-repeat;
	background-size: 40px 40px;
}

.lyTjPro_scoll .lSPrev:hover {
	background: url(../image/Tjprev02.png) center center no-repeat;
	background-size: 40px 40px;
}

.lyTjPro_scoll .lSNext:hover {
	background: url(../image/Tjnext02.png) center center no-repeat;
	background-size: 40px 40px;
}

.lyTjPro_scoll .content-slider {
	width: 100%;
	overflow: hidden;
}

.lyTjPro_scoll .content-slider li .Tjpro_pic {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 255px;
	background-color: #fff;
	border: 1px solid #efefef;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lyTjPro_scoll .content-slider li .Tjpro_pic img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .25s;
}

.lyTjPro_scoll .content-slider li:hover .Tjpro_pic {
	border: 1px solid rgba(0, 71, 156, 0.8);
}

.lyTjPro_scoll .content-slider li:hover .Tjpro_pic img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.lyTjPro_scoll .content-slider li .Tjpro_pic .iblock {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	background: rgba(0, 71, 156, 0.8) url(../image/Tjpro_more1.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .25s;
}

.lyTjPro_scoll .content-slider li:hover .Tjpro_pic .iblock {
	display: block;
}

.lyTjPro_scoll .lSPager {
	display: none;
}

.lyTjPro_scoll .content-slider li .Tjpro_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px;
	border-bottom: 2px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lyTjPro_scoll .content-slider li .Tjpro_text .Tjpro_name {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyTjPro_scoll .content-slider li .Tjpro_text p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyTjPro_scoll .content-slider li:hover .Tjpro_text {
	border-bottom: 2px solid #00479c;
}

.lyTjPro_scoll .content-slider li:hover .Tjpro_text .Tjpro_name {
	color: #00479c;
}

@media screen and (max-width:1319px) and (min-width:1280px) {
	.lyIdxPro_Tj .lyTjPro_main {
		width: 100%;
	}

	.lyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 246px;
	}
}

@media screen and (max-width:1279px) and (min-width:1080px) {
	.lyIdxPro_Tj .lyTjPro_main {
		width: 100%;
	}

	.lyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 200px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyIdxPro_Tj {
		margin: 40px auto;
	}

	.lyIdxPro_Tj .lyTjPro_main {
		width: 100%;
	}

	.lyTjPro_main .lyTjPro_list {
		padding: 0 20px;
	}

	.lyTjPro_scoll {
		padding: 0;
	}

	.lyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 206px;
	}

	.lyTjPro_scoll .lyNyPro_list ul li .lyIdxPro_img {
		height: 200px !important;
	}

	.lyTjPro_scoll .lyNyPro_list ul li .idxPro_btn {
		top: 200px !important;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.lyIdxPro_Tj {
		margin: 40px auto;
	}

	.lyIdxPro_Tj .lyTjPro_main {
		width: 100%;
	}

	.lyTjPro_main .lyTjPro_list {
		padding: 0 20px;
	}

	.lyTjPro_scoll {
		padding: 0;
	}

	.lyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 255px;
	}

	.lyTjPro_scoll .lyNyPro_list ul li .lyIdxPro_img {
		height: 260px !important;
	}

	.lyTjPro_scoll .lyNyPro_list ul li .idxPro_btn {
		top: 260px !important;
	}
}

@media (max-width: 767px) {
	.lyIdxPro_Tj {
		margin: 40px auto;
	}

	.lyIdxPro_Tj .lyTjPro_main {
		width: 100%;
	}

	.lyTjPro_main .lyTjPro_list {
		padding: 0 20px;
	}

	.lyTjPro_scoll {
		padding: 0;
	}

	.lyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 150px;
	}

	.lyTjPro_scoll .content-slider li .Tjpro_text {
		padding: 10px 0;
	}

	.lyTjPro_scoll .content-slider li .Tjpro_text .Tjpro_name {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.lyTjPro_scoll .lSAction {
		display: none;
	}
}

@media (max-width: 320px) {
	.lyTjPro_main .lyTjPro_list {
		padding: 0 10px;
	}

	.lyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 126px;
	}

	.lyTjPro_scoll .content-slider li .Tjpro_text {
		padding: 10px 0;
	}

	.lyTjPro_scoll .content-slider li .Tjpro_text .Tjpro_name {
		font-size: 15px;
	}

	.lyTjPro_scoll .content-slider li .Tjpro_text p {
		height: 20px;
		line-height: 20px;
	}

	.lyTjPro_scoll .lyNyPro_list ul li .lyIdxPro_img {
		height: 140px !important;
	}

	.lyTjPro_scoll .lyNyPro_list ul li .idxPro_btn {
		top: 140px !important;
	}
}

/*首页-推荐产品 结束*/


/*首页-产品中心 开始*/
.ly_idxPro {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0 50px;
	background: #f1f1f1 url(../image/cp_bg.jpg) no-repeat center 0;
	min-height: 900px;
	overflow: hidden;
	background-size: 100% 100%;
}

.ly_idxPro .lyIdxPro_main {
	overflow: hidden;
	padding: 0;
}

.sy1_nav {
	height: 60px;
	margin: 0px 0 20px;
	text-align: center;
	overflow: hidden;
}

.sy1_nav ul li {
	display: inline-block;
}

.sy1_nav ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	background: url(../image/cp_ico01.png) no-repeat 25px center;
	padding: 0 30px 0 45px;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sy1_nav ul li a {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.sy1_nav ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff url(../image/cp_ico02.png) no-repeat 25px center;
	border-radius: 30px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.sy1_nav ul li a:hover:before,
.sy1_nav ul li.cur a:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.sy1_nav ul li a:hover,
.sy1_nav ul li.cur a {
	color: #777;
}

@media (max-width: 413px) {
	.sy1_nav {
		height: 90px;
	}

	.sy1_nav ul li a {
		padding: 0 20px 0 35px;
		height: 40px;
		line-height: 40px;
	}
}

.lyIdxPro_main .lyIdxPro_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyIdxPro_list ul li {
	width: 31.2%;
	overflow: hidden;
	margin: 0 3.2% 40px 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.lyIdxPro_list ul li:nth-child(3n+3) {
		margin: 0 0 40px;
	}
}

.lyIdxPro_list ul li:hover {
	background-color: #00479c;
}

.lyIdxPro_list ul li .lyIdxPro_img {
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0;
	background-color: #fff;
	border: none !important;
}

.lyIdxPro_list ul li .lyIdxPro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

.lyIdxPro_list ul li .lyIdxPro_img a img.idxPro_img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyIdxPro_list ul li:hover .lyIdxPro_img a img.idxPro_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyIdxPro_list ul li .lyIdxPro_name {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyIdxPro_list ul li .lyIdxPro_name a {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxPro_list ul li:hover .lyIdxPro_name a {
	color: #fff;
}

.lyIdxPro_list ul li .idxPro_btn {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: -10px 0 0 -20px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 280px;
	z-index: 2;
}

.lyIdxPro_list ul li .idxPro_btn a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: url(../image/idxPro_more1.png) center center no-repeat;
	background-size: 40px 40px;
}

.lyIdxPro_list ul li:hover .idxPro_btn a {
	background: url(../image/idxPro_more2.png) center center no-repeat;
}

.lyIdxPro_main .idxPro_more {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 0;
}

.lyIdxPro_main .idxPro_more a {
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #b6b6b6;
}

.lyIdxPro_main .idxPro_more a img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 0 0 4px;
	padding: 0;
	vertical-align: middle;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyIdxPro_main .idxPro_more a:hover {
	border: 1px solid #00479c;
	background-color: #00479c;
}

.lyIdxPro_main .idxPro_more a:hover img {
	margin: -2px 0 0 16px;
}

@media (max-width: 1023px) {
	.lyIdxPro_list ul li .lyIdxPro_img {
		height: 200px;
	}

	.lyIdxPro_list ul li .idxPro_btn {
		top: 200px;
	}
}

@media (max-width: 767px) {
	.lyIdxPro_list ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
	}

	.lyIdxPro_list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.lyIdxPro_list ul li .lyIdxPro_img {
		height: 180px;
	}

	.lyIdxPro_list ul li .idxPro_btn {
		top: 180px;
	}
}

@media (max-width: 413px) {
	.lyIdxPro_list ul li .lyIdxPro_img {
		height: 140px;
	}

	.lyIdxPro_list ul li .idxPro_btn {
		top: 140px;
	}
}

/*首页-产品中心 结束*/


/*首页-我们的优势 开始*/
.ly_idxAdv {
	width: 100%;
	overflow: hidden;
	margin: 50px auto 60px;
	padding: 0;
}

.ly_idxAdv .lyIdxAdv_main {
	overflow: hidden;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxAdv_main ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.lyIdxAdv_main ul li:last-child {
	margin: 0 auto;
}

.lyIdxAdv_main ul li .idxAdv_img {
	width: 56%;
	height: 335px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

.lyIdxAdv_main ul li .idxAdv_img img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0;
	object-fit: cover;
}

.lyIdxAdv_main ul li .idxAdv_text {
	width: 40%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 40px 0 0;
	float: right;
}

.lyIdxAdv_main ul li:nth-child(2) .idxAdv_img {
	float: right;
}

.lyIdxAdv_main ul li:nth-child(2) .idxAdv_text {
	float: left;
}

.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit {
	width: 100%;
	min-height: 44px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 66px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit em {
	display: block;
	width: 60px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #00479c;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit p {
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto 5px;
	padding: 0;
}

.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyIdxAdv_main ul li .idxAdv_text i.idxAdv_line {
	display: block;
	width: 80px;
	height: 3px;
	overflow: hidden;
	margin: 20px 0;
	padding: 0;
	background-color: #ccc;
}

.lyIdxAdv_main ul li .idxAdv_text dl {
	background: url(../image/idxAdv_line1.png) 5px 12px repeat-y;
}

.lyIdxAdv_main ul li .idxAdv_text dl dd {
	width: 100%;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 15px;
	margin: 0 auto 12px;
	padding: 0 0 0 20px;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxAdv_main ul li .idxAdv_text dl dd:last-child {
	margin: 0 auto;
}

.lyIdxAdv_main ul li .idxAdv_text dl dd em {
	display: block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #00479c;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6.5px;
}

.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn {
	width: 100%;
	height: 44px;
	overflow: hidden;
	margin: 40px auto 0;
	padding: 0;
}

.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a {
	display: block;
	width: 140px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 20px 0 0;
	padding: 0;
	background-color: #00479c;
	float: left;
}

.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a:nth-child(2) {
	background-color: #8fc320;
}

.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a:hover {
	background-color: #2d4375;
}

.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a:nth-child(2):hover {
	background-color: #78ab0b;
}

.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel {
	margin: 0;
	padding: 10px 15px;
	background-color: #00479c;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin: 0 4px 0 0;
	padding: 0;
	background: url(../image/tel2.png) 0 0 no-repeat;
	background-size: 100% 100%;
	float: left;
}

.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p {
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 4px 0 0;
	padding: 0;
}

.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel span {
	display: inline-block;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

@media screen and (max-width:1119px) and (min-width:1080px) {
	.ly_idxAdv .lyIdxAdv_main {
		width: 90%;
	}

	.lyIdxAdv_main ul li .idxAdv_img {
		height: 271px;
	}

	.lyIdxAdv_main ul li .idxAdv_text {
		padding: 0;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn {
		height: 40px;
		margin: 20px auto 0;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a {
		height: 40px;
		line-height: 40px;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span {
		font-size: 12px;
	}

	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em {
		width: 60px;
		height: 60px;
	}

	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p {
		margin: 0;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxAdv {
		margin: 40px auto;
	}

	.ly_idxAdv .lyIdxAdv_main {
		width: 96%;
	}

	.lyIdxAdv_main ul li .idxAdv_img {
		height: 275px;
	}

	.lyIdxAdv_main ul li .idxAdv_text {
		padding: 0;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn {
		height: 40px;
		margin: 20px auto 0;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a {
		height: 40px;
		line-height: 40px;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span {
		font-size: 12px;
	}

	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em {
		width: 60px;
		height: 60px;
	}

	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p {
		margin: 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxAdv {
		margin: 40px auto;
	}

	.lyIdxAdv_main ul li .idxAdv_img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		float: inherit;
	}

	.lyIdxAdv_main ul li .idxAdv_img img {
		width: 100%;
		height: auto;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.lyIdxAdv_main ul li .idxAdv_text {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: inherit;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn {
		height: 40px;
		margin: 20px auto 0;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a {
		height: 40px;
		line-height: 40px;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span {
		font-size: 12px;
	}

	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em {
		width: 60px;
		height: 60px;
	}

	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.ly_idxAdv {
		margin: 40px auto;
	}

	.lyIdxAdv_main ul li .idxAdv_img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		float: inherit;
	}

	.lyIdxAdv_main ul li .idxAdv_img img {
		width: 100%;
		height: auto;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.lyIdxAdv_main ul li .idxAdv_text {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: inherit;
	}

	.lyIdxAdv_main ul li .idxAdv_text i.idxAdv_line {
		margin: 12px 0;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn {
		height: 40px;
		margin: 20px auto 0;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a {
		height: 40px;
		line-height: 40px;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span {
		font-size: 12px;
	}

	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel {
		padding: 10px;
	}

	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em {
		width: 48px;
		height: 48px;
	}

	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p {
		height: 28px;
		line-height: 28px;
		font-size: 26px;
		margin: 0;
	}

	.lyIdxAdv_main ul li .idxAdv_img .idxAdv_tel span {
		line-height: 20px;
		font-size: 13px;
	}
}

@media (max-width: 320px) {
	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit {
		padding: 0 0 0 60px;
	}

	.lyIdxAdv_main ul li .idxAdv_text .idxAdv_tit p {
		font-size: 16px;
	}
}

/*首页-我们的优势 结束*/


/*首页-横幅广告 开始*/
.ly_idxHF {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
	background: #00479c url(../image/idxHF_bg.jpg) center center no-repeat;
	background-size: cover;
}

.ly_idxHF .idxHF_main {
	overflow: hidden;
	padding: 0;
}

.idxHF_main .idxHF_left {
	width: 64%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.idxHF_left .idxHF_logo {
	width: 26%;
	height: 70px;
	overflow: hidden;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	display: none;
}

.idxHF_logo a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 70px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.idxHF_logo a img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0;
	padding: 0;
}

.idxHF_left p {
	width: 70%;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
	float: left;
}

.idxHF_left p span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	margin: 0 0 12px;
	padding: 0 12px;
	background-color: #8fc320;
}

.idxHF_main .idxHF_right {
	width: 30%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.idxHF_right img {
	display: block;
	width: 140px;
	height: 80px;
	overflow: hidden;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.idxHF_right p span {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.idxHF_right p a {
	display: block;
	width: 108px;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 25px 0 0;
	padding: 0;
}

.idxHF_right p a:hover {
	background-color: #8fc320;
}

@media (max-width: 1023px) {
	.idxHF_main .idxHF_left {
		width: 54%;
	}

	.idxHF_left p {
		width: 100%;
	}

	.idxHF_main .idxHF_right {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.ly_idxHF {
		display: none;
	}
}

/*首页-横幅广告 结束*/


/*首页-关于我们 开始*/
.pro_tit {
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 85px;
	overflow: hidden;
	background: url(http://www.gelinkairui17.com/skins/400194/images/cp_tbg.png) no-repeat center 12px;
}

.pro_tit a {
	color: #fff;
}

.pro_tit span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0 0;
}

.h_aboutus {
	background: url(../image/ab_bg.jpg) no-repeat center 0;
	padding: 50px 0 45px;
	overflow: hidden;
	background-attachment: fixed;
	position: relative;
}

.h_aboutus::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 22;
}

.h_aboutus_in {
	height: 356px;
	position: relative;
	z-index: 33;
}

.h_aboutus_in .pro_tit {
	font-size: 34px;
	font-weight: bold;
	height: 130px;
	line-height: 44px;
	background: url(../image/ab_tbg.png) no-repeat center 12px;
}

.ab_desc {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	width: 100%;
	text-align: center;
	margin: 0 auto 50px;
	height: 90px;
	overflow: hidden;
}

.content {
	width: 1300px;
	margin: 0 auto;
}

.h_aboutus .idxPro_more {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 0;
}

.h_aboutus .idxPro_more a {
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.h_aboutus .idxPro_more a img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 0 0 4px;
	padding: 0;
	vertical-align: middle;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.h_aboutus .idxPro_more a:hover {
	border: 1px solid #00479c;
	background-color: #00479c;
}

.h_aboutus .idxPro_more a:hover img {
	margin: -2px 0 0 16px;
}

.h_aboutus_photo {
	padding: 30px 0 0;
	background: #fff;
	position: relative;
	z-index: 33;
}

.photo_t {
	width: 90%;
	height: 84px;
	margin: 0 auto;
}

.photo_t ul li {
	width: 33.3333%;
	height: 60px;
	float: left;
	padding: 0 5%;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.photo_t ul li:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #e8e9e9;
	position: absolute;
	top: 0;
	left: 0;
}

.photo_t ul li em {
	display: inline-block;
	line-height: 0;
	overflow: hidden;
	width: 55px;
	height: 55px;
}

.photo_t ul li em img {
	width: 55px;
	height: 110px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.photo_t ul li span {
	display: inline-block;
	line-height: 26px;
	padding: 5px 0 0 15px;
}

.photo_t ul li i {
	display: block;
	font-size: 20px;
	color: rgba(51, 51, 51, 0.2);
	text-transform: capitalize;
}

.photo_t li a {
	font-size: 22px;
	color: #202428;
	display: block;
	text-align: center;
}

.photo_t li.on a {
	font-weight: bold;
}

.photo_t li.on i {
	font-weight: normal;
}

.photo_t li.on em img {
	margin-top: -55px;
}

.photo_t ul li:first-child:before {
	background: none;
}

.photo_con {
	width: 100%;
	overflow: hidden;
	height: 284px;
}

.photo_m {
	width: 97%;
	margin: 0 auto;
	display: none;
}

.photo_m.on {
	display: block;
}

.photo_m ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 30px 0;
	padding: 10px 10px 15px;
	background-color: #f5f5f5;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.photo_m ul li:nth-child(4n+4) {
	margin: 0 0 30px;
}

.photo_m ul li .lyIdxHonor_img {
	width: 100%;
	height: 205px;
	overflow: hidden;
	margin: 0 auto 12px;
	padding: 0;
}

.photo_m ul li .lyIdxHonor_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
}

.photo_m ul li .lyIdxHonor_img a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.photo_m ul li:hover .lyIdxHonor_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.photo_m ul li .lyIdxHonor_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.photo_m ul li .lyIdxHonor_text a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.photo_m ul li:hover .lyIdxHonor_text a {
	color: #00479c;
}

.photo_m ul li i {
	display: block;
	width: 30px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #00479c;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.photo_m ul li:hover i {
	width: 100%;
}

@media (max-width: 1023px) {
	.h_aboutus_in {
		height: 316px;
	}

	.h_aboutus_in .pro_tit {
		height: 110px;
	}

	.ab_desc {
		margin: 0 auto 35px;
	}

	.photo_t {
		height: auto;
		margin-bottom: 30px;
	}

	.photo_con {
		height: auto;
	}

	.photo_t ul li {
		height: auto;
	}

	.photo_t ul li span {
		display: block;
		padding: 10px 0 0 0;
	}

	.photo_t ul li span i {
		display: none;
	}

	.photo_m ul li .lyIdxHonor_img {
		height: 165px;
	}
}

@media (max-width: 880px) {
	.photo_m ul li .lyIdxHonor_img {
		height: 111px;
	}
}

@media (max-width: 767px) {
	.h_aboutus {
		padding: 40px 0 25px;
	}

	.h_aboutus_in {
		height: 350px;
	}

	.h_aboutus_in .pro_tit {
		height: 100px;
	}

	.photo_t ul li em {
		width: 45px;
		height: 40px;
	}

	.photo_t ul li em img {
		width: 40px;
		height: 80px;
	}

	.photo_t li.on em img {
		margin-top: -40px;
	}

	.photo_t li a {
		font-size: 16px;
	}

	.photo_t {
		margin-bottom: 20px;
	}

	.h_aboutus_photo {
		padding: 20px 0 0;
	}

	.photo_m ul li {
		width: 49%;
		margin-bottom: 15px;
	}

	.photo_m ul li:nth-child(2n) {
		margin-right: 0;
	}

	.photo_m ul li .lyIdxHonor_img {
		height: 124px;
	}

	.ab_desc {
		margin: 0 auto 20px;
		height: 150px;
	}
}

@media (max-width: 320px) {
	.photo_t ul li {
		padding: 0 3%;
	}

	.photo_t li a {
		font-size: 16px;
	}
}

/*首页-关于我们 结束*/


/*首页-资讯中心 开始*/
.ly_idxNews {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 60px;
	background-color: #f2f2f2;
}

.ly_idxNews .lyIdxNew_main {
	height: auto;
	min-height: 320px;
	margin: 0 auto 25px;
	padding: 0;
}

.lyIdxNew_main .lyIdxNew_Tj,
.lyIdxNew_main .lyIdxNew_list {
	width: 49%;
	height: 400px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.lyIdxNew_main .lyIdxNew_Tj {
	float: left;
}

.lyIdxNew_main .lyIdxNew_list {
	float: right;
}

.lyIdxNew_Tj .idxNew_Tjimg {
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

.lyIdxNew_Tj .idxNew_Tjimg a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.lyIdxNew_Tj .idxNew_Tjimg a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyIdxNew_Tj:hover .idxNew_Tjimg a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyIdxNew_Tj .idxNew_Tjtext {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 20px 20px 120px;
	background-color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxNew_Tj:hover .idxNew_Tjtext {
	background-color: #00479c;
}

.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime {
	width: 100px;
	height: 80px;
	overflow: hidden;
	margin: 0;
	padding: 8px 20px 8px 0;
	border-right: 1px solid #dfdfdf;
	position: absolute;
	left: 20px;
	top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjtime {
	border-right: 1px solid #f2f2f2;
}

.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime span {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 15px;
	text-align: center;
	margin: 0 auto 4px;
	padding: 0;
}

.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime p {
	display: block;
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #666;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	padding: 0;
}

.lyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjtime span,
.lyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjtime p {
	color: #fff;
}

.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon {
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon a {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto 8px;
	padding: 0;
}

.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 14px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	padding: 0;
}

.lyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjcon a,
.lyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjcon p {
	color: #fff;
}

.lyIdxNew_list ul li {
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0 0 0 120px;
	background-color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxNew_list ul li:last-child {
	margin: 0 auto;
}

.lyIdxNew_list ul li:hover {
	background-color: #00479c;
}

.lyIdxNew_list ul li .idxNew_time {
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 0;
	padding: 30px 20px;
	border-right: 1px solid #dfdfdf;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxNew_list ul li:hover .idxNew_time {
	border-right: 1px solid #f2f2f2;
}

.lyIdxNew_list ul li .idxNew_time span {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 15px;
	text-align: center;
	margin: 0 auto 4px;
	padding: 0;
}

.lyIdxNew_list ul li .idxNew_time p {
	display: block;
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #666;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
}

.lyIdxNew_list ul li:hover .idxNew_time span,
.lyIdxNew_list ul li:hover .idxNew_time p {
	color: #fff;
}

.lyIdxNew_list ul li .idxNew_con {
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin: 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxNew_list ul li .idxNew_con a {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto 8px;
	padding: 0;
}

.lyIdxNew_list ul li .idxNew_con p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 14px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	padding: 0;
}

.lyIdxNew_list ul li:hover .idxNew_con a,
.lyIdxNew_list ul li:hover .idxNew_con p {
	color: #fff;
}

@media screen and (max-width:1199px) and (min-width:1080px) {

	.lyIdxNew_main .lyIdxNew_Tj,
	.lyIdxNew_main .lyIdxNew_list {
		height: 345px;
	}

	.lyIdxNew_Tj .idxNew_Tjimg {
		height: 225px;
	}

	.lyIdxNew_list ul li {
		height: 105px;
		margin: 0 auto 15px;
		padding: 0 0 0 105px;
	}

	.lyIdxNew_list ul li .idxNew_time {
		width: 105px;
		height: 105px;
		padding: 22.5px 15px;
	}

	.lyIdxNew_list ul li .idxNew_time p {
		font-size: 28px;
	}

	.lyIdxNew_list ul li .idxNew_con {
		height: 105px;
		padding: 12.5px 15px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxNews {
		padding: 40px 0;
	}

	.ly_idxNews .lyIdxNew_main {
		margin: 0 auto 20px;
	}

	.lyIdxNew_main .lyIdxNew_Tj,
	.lyIdxNew_main .lyIdxNew_list {
		width: 49%;
		height: 345px;
	}

	.lyIdxNew_Tj .idxNew_Tjimg {
		height: 233px;
	}

	.lyIdxNew_Tj .idxNew_Tjtext {
		padding: 16px 16px 16px 116px;
	}

	.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime {
		left: 16px;
		top: 16px;
	}

	.lyIdxNew_list ul li {
		height: 105px;
		margin: 0 auto 15px;
		padding: 0 0 0 105px;
	}

	.lyIdxNew_list ul li .idxNew_time {
		width: 105px;
		height: 105px;
		padding: 22.5px 15px;
	}

	.lyIdxNew_list ul li .idxNew_time p {
		font-size: 28px;
	}

	.lyIdxNew_list ul li .idxNew_con {
		height: 105px;
		padding: 12.5px 15px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxNews {
		padding: 40px 0;
	}

	.ly_idxNews .lyIdxNew_main {
		margin: 0 auto 20px;
	}

	.lyIdxNew_main .lyIdxNew_Tj,
	.lyIdxNew_main .lyIdxNew_list {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}

	.lyIdxNew_Tj .idxNew_Tjimg {
		height: auto;
	}

	.lyIdxNew_Tj .idxNew_Tjimg a {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.lyIdxNew_Tj .idxNew_Tjimg a img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

}

@media (max-width: 767px) {
	.ly_idxNews {
		padding: 40px 0;
	}

	.ly_idxNews .lyIdxNew_main {
		margin: 0 auto 20px;
	}

	.lyIdxNew_main .lyIdxNew_Tj,
	.lyIdxNew_main .lyIdxNew_list {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}

	.lyIdxNew_Tj .idxNew_Tjimg {
		height: auto;
	}

	.lyIdxNew_Tj .idxNew_Tjimg a {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.lyIdxNew_Tj .idxNew_Tjimg a img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.lyIdxNew_Tj .idxNew_Tjtext {
		padding: 12px 12px 12px 92px;
	}

	.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime {
		width: 80px;
		height: 76px;
		padding: 8px 12px 8px 0;
		left: 12px;
		top: 12px;
	}

	.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime p {
		height: 32px;
		line-height: 32px;
		font-size: 24px;
	}

	.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon {
		height: 76px;
		padding: 0 0 0 12px;
	}

	.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon a {
		font-size: 16px;
		margin: 0 auto 4px;
	}

	.lyIdxNew_list ul li {
		height: 100px;
		margin: 0 auto 20px;
		padding: 0 0 0 92px;
	}

	.lyIdxNew_list ul li .idxNew_time {
		width: 92px;
		height: 100px;
		padding: 20px 12px;
	}

	.lyIdxNew_list ul li .idxNew_time p {
		font-size: 24px;
	}

	.lyIdxNew_list ul li .idxNew_con {
		height: 100px;
		padding: 12px;
	}

	.lyIdxNew_list ul li .idxNew_con a {
		margin: 0 auto 4px;
	}

}

@media (max-width: 320px) {

	.ly_idxNews .lyIdxNew_main,
	.lyIdxNew_main .lyIdxNew_Tj,
	.lyIdxNew_main .lyIdxNew_list,
	.lyIdxNew_list ul li {
		margin: 0 auto 12px;
	}

	.lyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon a,
	.lyIdxNew_list ul li .idxNew_con a {
		font-size: 15px;
	}
}

/*首页-技术文章 开始*/
.lyIdxArticle_main {
	height: auto;
	padding: 0;
}

.lyIdxArticle_main .idxArticle_tit {
	width: 14%;
	height: 160px;
	overflow: hidden;
	margin: 0;
	padding: 30px 20px;
	background-color: #00479c;
	border-radius: 2px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.idxArticle_tit p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	padding: 0;
}

.idxArticle_tit span {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 0;
}

.idxArticle_tit img {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.lyIdxArticle_main .idxArticle_list {
	width: 84%;
	height: 160px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.idxArticle_list ul li {
	width: 49%;
	height: 160px;
	overflow: hidden;
	margin: 0 2% 0 0;
	padding: 20px;
	background-color: #fff;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.idxArticle_list ul li:nth-child(2) {
	margin: 0;
}

.idxArticle_list ul li:hover {
	background-color: #00479c;
}

.idxArticle_list ul li .idxArticle_time {
	width: 100%;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	color: #999;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
}

.idxArticle_list ul li .idxArticle_time span {
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	margin: 0 8px 0 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.1) url(../image/time_icon1.png) center center no-repeat;
	border-radius: 4px;
	float: left;
}

.idxArticle_list ul li:hover .idxArticle_time {
	color: #fff;
}

.idxArticle_list ul li:hover .idxArticle_time span {
	background: rgba(255, 255, 255, 0.2) url(../image/time_icon1.png) center center no-repeat;
}

.idxArticle_list ul li a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 6px auto 2px;
	padding: 0;
}

.idxArticle_list ul li p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 14px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	padding: 0;
}

.idxArticle_list ul li:hover a,
.idxArticle_list ul li:hover p {
	color: #fff;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyIdxArticle_main .idxArticle_tit {
		width: 16%;
		height: 140px;
		padding: 20px;
	}

	.lyIdxArticle_main .idxArticle_list {
		width: 80%;
		height: 140px;
	}

	.idxArticle_list ul li {
		height: 140px;
		padding: 15px 15px;
	}

	.idxArticle_list ul li a {
		height: 36px;
		line-height: 36px;
		margin: 4px auto 0;
		font-size: 16px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {

	.lyIdxArticle_main .idxArticle_list {
		width: 84%;
	}

	.idxArticle_list ul li {
		width: 49%;
		margin: 0 2% 0 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.lyIdxArticle_main .idxArticle_tit {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		padding: 20px 20px 20px 50px;
		position: relative;
	}

	.idxArticle_tit p {
		width: auto;
		height: 24px;
		line-height: 24px;
		float: left;
		margin: 0 10px 0 0;
	}

	.idxArticle_tit span {
		width: auto;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
		font-weight: normal;
		float: left;
		margin: 0;
	}

	.idxArticle_tit img {
		position: absolute;
		left: 20px;
		top: 20px;
	}

	.lyIdxArticle_main .idxArticle_list {
		width: 100%;
		height: auto;
	}

	.idxArticle_list ul li {
		width: 100%;
		margin: 0 auto 20px;
	}
}

@media (max-width: 767px) {
	.lyIdxArticle_main {
		margin: 20px auto 0;
	}

	.lyIdxArticle_main .idxArticle_tit {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		padding: 20px 20px 20px 50px;
		position: relative;
	}

	.idxArticle_tit p {
		width: auto;
		height: 24px;
		line-height: 24px;
		float: left;
		margin: 0 10px 0 0;
	}

	.idxArticle_tit span {
		width: auto;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
		font-weight: normal;
		float: left;
		margin: 0;
	}

	.idxArticle_tit img {
		position: absolute;
		left: 20px;
		top: 20px;
	}

	.lyIdxArticle_main .idxArticle_list {
		width: 100%;
		height: auto;
	}

	.idxArticle_list ul li {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		padding: 12px;
	}

	.idxArticle_list ul li a {
		font-size: 16px;
		margin: 4px auto 0;
	}
}

@media (max-width: 320px) {

	.lyIdxArticle_main .idxArticle_tit,
	.idxArticle_list ul li {
		margin: 0 auto 12px;
	}

	.idxArticle_list ul li a {
		height: 35px;
		line-height: 35px;
		font-size: 15px;
	}
}

/*首页-技术文章 结束*/


/*首页-资讯中心 结束*/


/*首页-荣誉资质 开始*/
.ly_idxHonor {
	width: 1300px;
	overflow: hidden;
	margin: 60px auto;
	padding: 0;
}

.ly_idxHonor .lyIdxHonor_title {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #372e2c;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ededed;
}

.lyIdxHonor_title em {
	display: block;
	width: 6px;
	height: 28px;
	overflow: hidden;
	margin: 1px 10px 1px 0;
	padding: 0;
	background-color: #00479c;
	float: left;
}

.ly_idxHonor .lyIdxHonor_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyIdxHonor_list ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 0 0;
	padding: 10px 20px 30px;
	background-color: #f5f5f5;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxHonor_list ul li:nth-child(4) {
	margin: 0;
}

.lyIdxHonor_list ul li .lyIdxHonor_img {
	width: 100%;
	height: 242px;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}

.lyIdxHonor_list ul li .lyIdxHonor_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.lyIdxHonor_list ul li .lyIdxHonor_img a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyIdxHonor_list ul li:hover .lyIdxHonor_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyIdxHonor_list ul li .lyIdxHonor_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyIdxHonor_list ul li .lyIdxHonor_text a {
	display: block;
	width: 100%;
	height: 56px;
	overflow: hidden;
	line-height: 28px;
	color: #333;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.lyIdxHonor_list ul li:hover .lyIdxHonor_text a {
	color: #00479c;
}

.lyIdxHonor_list ul li i {
	display: block;
	width: 30px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #00479c;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyIdxHonor_list ul li:hover i {
	width: 100%;
}

/*首页-荣誉资质 结束*/


/*首页-友情链接 开始*/
.ly_Links {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 40px;
	background-color: #fff;
}

.ly_Links .lyLinks_main {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyLinks_main .Lk_tit {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #00479c;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #dfdfdf;
}

.lyLinks_main .Lk_tit span {
	display: inline-block;
	color: #aaa;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 0 8px;
}

.lyLinks_main .Lk_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyLinks_main .Lk_list a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #333;
	font-size: 14px;
	margin: 0 20px 0 0;
	padding: 8px 0;
}

.lyLinks_main .Lk_list a:hover {
	color: #00479c;
}

/*首页-友情链接 结束*/


/*底部 开始*/
.footWrap {
	height: 550px;
	background: url(../image/ftbg.png) no-repeat center;
	padding-top: 85px;
	box-sizing: border-box;
}

.footWrap .footer {}

.footWrap .ft-top {
	height: 176px;
	box-sizing: border-box;
}

.footWrap .ft-top .f_logo {
	width: 190px;
	height: 80px;
	float: right;
	margin-right: 23px;
}

.footWrap .ft-top .f_logo img {
	width: 100%;
}

.footWrap .ft-top .ft-nav {
	width: 100%;
	float: left;
	padding-top: 27px;
	box-sizing: border-box;
}

.footWrap .ft-top .ft-nav li {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 50px;
	position: relative;
}

.footWrap .ft-top .ft-nav li a {
	font-size: 16px;
	color: #FFF;
}

.footWrap .ft-top .ft-nav li:last-child {
	margin-right: 0;
}

.footWrap .ft-top .ft-nav li:before {
	width: 0;
	height: 1px;
	background: #00479c;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
}

.footWrap .ft-top .ft-nav li:hover a {
	font-weight: bold;
	color: #00479c;
}

.footWrap .ft-top .ft-nav li:hover:before {
	width: 100%;
}

.footWrap .ft-cen {
	height: 99px;
	padding-top: 36px;
	box-sizing: border-box;
	border-top: 1px solid rgba(207, 207, 207, 0.33);
	border-bottom: 1px solid rgba(207, 207, 207, 0.33);
}

.footWrap .ft-cen em {
	display: block;
	float: left;
	height: 58px;
	line-height: 24px;
	position: relative;
	box-sizing: border-box;
	width: 33%;
}

.footWrap .ft-cen em:nth-child(2) {
	text-align: center;
}

.footWrap .ft-cen em:nth-child(3) {
	text-align: right;
}

.footWrap .ft-cen em:before {
	content: "/";
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	right: 0;
}

.footWrap .ft-cen em:last-child:before {
	display: none;
}

.footWrap .ft-cen em i {
	display: inline-block;
	height: 58px;
	padding-left: 43px;
	line-height: 32px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

.footWrap .ft-cen em .ft1 {
	background: url(../image/ftico1.png) no-repeat left 0;
	width: 254px;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
}

.footWrap .ft-cen em .ft2 {
	background: url(../image/ftico2.png) no-repeat left 0;
	font-size: 18px;
	font-family: Arial;
}

.footWrap .ft-cen em .ft3 {
	background: url(../image/ftico3.png) no-repeat left 0;
}

.footWrap .ft-bot {
	padding-top: 39px;
}

.footWrap .ft-bot .ft-xx {
	width: 1000px;
	padding-top: 16px;
	float: left;
}

.footWrap .ft-bot .ft-xx p {
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
	color: #FFF;
	margin-right: 60px;
}

.footWrap .ft-bot .ft-xx p a {
	font-size: 14px;
	color: #FFF;
}

.footWrap .ft-bot .ft-code {
	float: left;
}

.footWrap .ft-bot .ft-code span {
	display: block;
	float: left;
	width: 105px;
	height: 105px;
	line-height: 0;
	margin-left: 20px;
	color: #fff;
	text-align: center;
}

.footWrap .ft-bot .ft-code span img {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}

.link {
	line-height: 60px;
	color: #fff;
	background: #00479c;
}

.link .w1300 {
	overflow: hidden;
	line-height: 60px;
}

.link i {
	display: block;
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 40px;
}

.link a {
	display: block;
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 15px;
	color: rgba(255, 255, 255, 077);
	margin-left: 47px;
}

.link a:nth-of-type(1) {
	margin-left: 0;
}

@media screen and (max-width:1299px) {
	.footWrap {
		background: #22262f !important;
		padding-top: 0;
		height: auto;
		overflow: hidden;
	}

	.footWrap .ft-top {
		height: auto;
	}

	.footWrap .ft-top .f_logo {
		display: none;
	}

	.footWrap .ft-top .ft-nav {
		padding: 55px 0;
	}

	.footWrap .ft-top .ft-nav li {
		width: 12.5%;
		text-align: center;
		margin-right: 0;
	}

	.footWrap .ft-cen {
		clear: both;
	}

	.footWrap .ft-bot {
		padding: 35px 0 55px;
		overflow: hidden;
	}

	.footWrap .ft-bot .ft-xx {
		width: 65%;
	}

	.footWrap .ft-bot .ft-xx p {
		margin-right: 0;
	}
}

@media screen and (max-width:1023px) {
	.footWrap .ft-top .ft-nav {
		padding: 35px 0;
	}

	.footWrap .ft-cen em i {
		display: inline-block;
		height: 58px;
		padding-left: 36px;
		line-height: 32px;
		font-size: 18px;
		color: #FFF;
		font-weight: bold;
		width: calc(100% - 52px);
		text-align: left;
	}

	.footWrap .ft-cen em .ft1 {
		width: calc(100% - 52px);
	}
}

@media (max-width: 767px) {

	.footWrap .ft-top .ft-nav,
	.footWrap .ft-cen {
		display: none;
	}

	.footWrap .ft-bot {
		padding: 0px 0 45px;
		position: relative;
		min-height: 220px;
	}

	.footWrap .ft-bot .ft-xx {
		width: 100%;
		position: absolute;
		bottom: 15px;
		text-align: center;
	}

	.footWrap .ft-bot .ft-xx p {
		line-height: 25px;
	}

	.footWrap .ft-bot .ft-code {
		display: -webkit-flex;
		justify-content: center;
		margin-top: 25px;
		float: none;
	}

	.footWrap .ft-bot .ft-code span:nth-of-type(1) {
		margin-left: 0;
	}
}

@media (max-width: 374px) {
	.footWrap .ft-bot {
		min-height: 240px;
	}
}

/*底部 结束*/


/*ny_banner 开始*/
.ny_banner {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
	background: url(../image/ny_banner1.jpg) center center no-repeat;
}

.ny_bannerpro {
	background: url(../image/ny_bannernew.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.ny_bannerart {
	background: url(../image/ny_bannerart.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.ny_bannernew {
	background: url(../image/ny_bannernew.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.ny_bannerord {
	background: url(../image/ny_bannerord.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.ny_banner p {
	color: rgba(255, 255, 255, .9);
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, .1);
	left: 20%;
	bottom: 35%;
	letter-spacing: 2px;
}

.ny_banner span {
	display: block;
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	;
	position: absolute;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, .1);
	left: 20%;
	bottom: 30%;
	text-transform: uppercase;
}

@media (max-width: 1079px) {
	.ny_banner {
		width: 100%;
		height: 300px;
	}

	.ny_banner p {
		left: 10%;
		bottom: 45%;
		font-size: 30px;
	}

	.ny_banner span {
		left: 10%;
		bottom: 40%;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.ny_banner {
		width: 100%;
		height: 200px;
	}

	.ny_banner p {
		left: 10%;
		bottom: 45%;
		font-size: 24px;
	}

	.ny_banner span {
		bottom: 38%;
	}
}

/*ny_banner 结束*/


/*面包屑 开始*/
.ly_crumb {
	overflow: hidden;
	margin: 20px auto;
	padding: 0 0 0 24px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ly_crumb img {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 10px;
}

.ly_crumb p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
}

.ly_crumb p a {
	color: #333;
}

.ly_crumb p a:hover {
	color: #00479c;
}

.ly_crumb p span {
	color: #777;
}


/*内页-关于我们 开始*/
.ly_NyAboutus {
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

/*关于我们-公司简介 开始*/
.ny_title {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.ny_title p {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 30px;
	text-align: center;
	margin: 0 auto 16px;
	padding: 0;
}

.ny_title em {
	display: block;
	width: 72px;
	height: 3px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #00479c;
}

.ly_Gsjj {
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.lyGsjj_main {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyGsjj_main .lyGsjj_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyGsjj_name em {
	display: block;
	width: 60px;
	height: 2px;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 0;
	background-color: #d12135;
}

.lyGsjj_text p {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #777777;
	font-size: 15px;
	_text-align: center;
	word-break: break-all;
	margin: 0 auto 20px;
	padding: 0;
}

.lyGsjj_text p span,
.lyGsjj_text p em {
	color: #777777 !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: normal !important;
}

.lyGsjj_main .lyGsjj_img {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 0;
	position: relative;
}

.lyGsjj_img img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width:1023px) {
	.ny_title {
		margin: 0 auto 20px;
	}

	.ny_title p {
		margin: 0 auto 12px;
		font-size: 28px;
	}

	.ly_Gsjj {
		margin: 0 auto 40px;
	}

}

@media (max-width: 767px) {
	.ny_title {
		margin: 0 auto 20px;
	}

	.ny_title p {
		margin: 0 auto 12px;
		font-size: 26px;
	}

	.ny_title em {
		width: 64px;
	}

	.lyGsjj_text p {
		line-height: 24px;
		font-size: 14px;
		margin: 0 auto 12px;
	}

	.lyGsjj_main .lyGsjj_img {
		margin: 0 auto;
	}

}

@media (max-width: 320px) {
	.ny_title p {
		height: auto;
		line-height: 32px;
		margin: 0 auto 12px;
		font-size: 22px;
	}

}

/*关于我们-公司简介 结束*/

/*关于我们-企业文化 开始*/
.ly_Qywh {
	width: 100%;
	overflow: hidden;
	margin: 60px auto;
	padding: 0;
}

.ly_Qywh .lyQywh_list {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyQywh_list ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 0 0;
	padding: 24px 20px;
	border: 1px solid #dfdfdf;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyQywh_list ul li:last-child {
	margin: 0;
}

.lyQywh_list ul li .lyQywh_img1,
.lyQywh_list ul li .lyQywh_img2,
.lyQywh_list ul li .lyQywh_img3,
.lyQywh_list ul li .lyQywh_img4 {
	display: block;
	width: 96px;
	height: 96px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border-radius: 50%;
}

.lyQywh_list ul li .lyQywh_img1 {
	background: #00479c url(../image/idxAbout_icon01.png) center center no-repeat;
	background-size: 56px 56px;
}

.lyQywh_list ul li .lyQywh_img2 {
	background: #00479c url(../image/idxAbout_icon02.png) center center no-repeat;
	background-size: 56px 56px;
}

.lyQywh_list ul li .lyQywh_img3 {
	background: #00479c url(../image/idxAbout_icon03.png) center center no-repeat;
	background-size: 56px 56px;
}

.lyQywh_list ul li .lyQywh_img4 {
	background: #00479c url(../image/idxAbout_icon04.png) center center no-repeat;
	background-size: 56px 56px;
}

.lyQywh_list ul li .lyQywh_name {
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 16px auto 8px;
	padding: 0;
}

.lyQywh_list ul li p {
	width: 100%;
	height: 56px;
	overflow: hidden;
	line-height: 28px;
	color: #999;
	font-size: 14px;
	text-align: center;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

/*.lyQywh_list ul li:hover { background-color:#ffac2a; border:1px solid #ffac2a;}
.lyQywh_list ul li:hover .lyQywh_img1 { background:#fff url(../images/idxAbout_icon1.png) center center no-repeat; background-size:96px 96px;}
.lyQywh_list ul li:hover .lyQywh_img2 { background:#fff url(../images/idxAbout_icon2.png) center center no-repeat; background-size:96px 96px;}
.lyQywh_list ul li:hover .lyQywh_img3 { background:#fff url(../images/idxAbout_icon3.png) center center no-repeat; background-size:96px 96px;}
.lyQywh_list ul li:hover .lyQywh_img4 { background:#fff url(../images/idxAbout_icon4.png) center center no-repeat; background-size:96px 96px;}
.lyQywh_list ul li:hover .lyQywh_name, .lyQywh_list ul li:hover p { color:#fff;}*/

@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyQywh_list ul li p {
		height: 84px;
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Qywh {
		margin: 40px auto;
	}

	.lyQywh_list ul li {
		width: 23.5%;
		margin: 0 2% 0 0;
		padding: 20px;
	}

	.lyQywh_list ul li p {
		height: 84px;
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_Qywh {
		margin: 40px auto 20px;
	}

	.lyQywh_list ul li {
		width: 48.5%;
		margin: 0 3% 20px 0;
		padding: 20px;
	}

	.lyQywh_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.lyQywh_list ul li:last-child {
		margin: 0 0 20px;
	}

	.lyQywh_list ul li p {
		height: 56px;
		-webkit-line-clamp: 2;
	}
}

@media (max-width: 767px) {
	.ly_Qywh {
		margin: 40px auto;
	}

	.lyQywh_list ul li {
		width: 100%;
		margin: 0 auto 20px;
		padding: 20px;
	}

	.lyQywh_list ul li:nth-child(2n+2) {
		margin: 0 auto 20px;
	}

	.lyQywh_list ul li:last-child {
		margin: 0 auto;
	}

	.lyQywh_list ul li .lyQywh_name {
		font-size: 22px;
	}

	.lyQywh_list ul li p {
		height: 56px;
		-webkit-line-clamp: 2;
	}
}

/*关于我们-企业文化 结束*/

/*关于我们-推荐产品 开始*/
.ly_AboutTjPro {
	height: auto;
	margin: 60px auto;
	padding: 0;
}

@media screen and (max-width:1023px) {
	.ly_AboutTjPro {
		margin: 40px auto;
	}
}

@media (max-width: 320px) {}

/*关于我们-推荐产品 结束*/

/*内页-关于我们 结束*/


/*内页-产品中心 开始*/
.ly_NyProducts {
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ly_NyProducts .lyNyPro_main {
	height: auto;
	padding: 0;
}

.lyNyPro_main .lyNyPro_left {
	width: 22%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.lyNyPro_main .lyNyPro_right {
	width: 75%;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

.lyNyPro_right .lyNyPro_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyPro_list ul li {
	width: 32%;
	overflow: hidden;
	margin: 0 2% 20px 0;
	padding: 10px;
	background-color: #f0f0f0;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyPro_list ul li:nth-child(3n+3) {
	margin: 0 0 20px;
}

.lyNyPro_list ul li:hover {
	background-color: #00479c;
}

.lyNyPro_list ul li .lyIdxPro_img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0;
	background-color: #fff;
	border: none !important;
}

.lyNyPro_list ul li .lyIdxPro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

.lyNyPro_list ul li .lyIdxPro_img a img.idxPro_img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	object-fit: contain;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyNyPro_list ul li:hover .lyIdxPro_img a img.idxPro_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyNyPro_list ul li .lyIdxPro_name {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyPro_list ul li .lyIdxPro_name a {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyPro_list ul li:hover .lyIdxPro_name a {
	color: #fff;
}

.lyNyPro_list ul li .idxPro_btn {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: -10px 0 0 -20px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 230px;
	z-index: 2;
}

.lyNyPro_list ul li .idxPro_btn a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: url(../image/idxPro_more1.png) center center no-repeat;
	background-size: 40px 40px;
}

.lyNyPro_list ul li:hover .idxPro_btn a {
	background: url(../image/idxPro_more2.png) center center no-repeat;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyNyPro_list ul li .lyIdxPro_img {
		height: 182px;
	}

	.lyNyPro_list ul li .lyIdxPro_name a {
		font-size: 15px;
	}

	.lyNyPro_list ul li .idxPro_btn {
		top: 182px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyProducts {
		margin: 0 auto 40px;
	}

	.lyNyPro_main .lyNyPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.lyNyPro_main .lyNyPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.lyNyPro_list ul li {
		width: 32%;
		margin: 0 2% 20px 0;
	}

	.lyNyPro_list ul li:nth-child(3n+3) {
		margin: 0 0 20px;
	}

	.lyNyPro_list ul li .lyIdxPro_img {
		height: 252px;
	}

	.lyNyPro_list ul li .idxPro_btn {
		top: 252px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyProducts {
		margin: 0 auto 40px;
	}

	.lyNyPro_main .lyNyPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.lyNyPro_main .lyNyPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.lyNyPro_list ul li {
		width: 32%;
		margin: 0 2% 20px 0;
	}

	.lyNyPro_list ul li:nth-child(3n+3) {
		margin: 0 0 20px;
	}

	.lyNyPro_list ul li .lyIdxPro_img {
		height: 186px;
	}

	.lyNyPro_list ul li .idxPro_btn {
		top: 186px;
	}

	.lyNyPro_list ul li .lyIdxPro_name a {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.ly_NyProducts {
		margin: 0 auto 40px;
	}

	.lyNyPro_main .lyNyPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.lyNyPro_main .lyNyPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.lyNyPro_list ul li {
		width: 48%;
		margin: 0 4% 16px 0;
		padding: 8px;
	}

	.lyNyPro_list ul li:nth-child(3n+3) {
		margin: 0 4% 16px 0;
	}

	.lyNyPro_list ul li:nth-child(2n+2) {
		margin: 0 0 16px;
	}

	.lyNyPro_list ul li .lyIdxPro_img {
		height: 132px;
	}

	.lyNyPro_list ul li .idxPro_btn {
		top: 132px;
	}

	.lyNyPro_list ul li .lyIdxPro_name a {
		height: 40px;
		line-height: 50px;
		font-size: 14px;
	}
}

@media (max-width: 320px) {
	.lyNyPro_list ul li {
		width: 100%;
		margin: 0 auto 12px;
		padding: 8px;
	}

	.lyNyPro_list ul li:nth-child(3n+3) {
		margin: 0 auto 12px;
	}

	.lyNyPro_list ul li:nth-child(2n+2) {
		margin: 0 auto 12px;
	}

	.lyNyPro_list ul li .lyIdxPro_img {
		height: 244px;
	}

	.lyNyPro_list ul li .idxPro_btn {
		top: 244px;
	}

	.lyNyPro_list ul li .lyIdxPro_name a {
		font-size: 15px;
	}
}



/*产品分类 开始*/
.lyNyPro_left .h_left {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin: 0 0 30px;
}

.lyNyPro_left .cp_type {
	margin: 0;
}

.lyNyPro_left .cp_type .hd {
	text-align: center;
	background-color: #00479c;
	padding: 20px;
}

.lyNyPro_left .cp_type .hd p {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #fff;
}

.lyNyPro_left .cp_type .hd p:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../image/mulu_tlt.png) center center no-repeat;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px;
	display: none;
}

.lyNyPro_left .cp_type .hd span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
}

.lyNyPro_left .cp_type .bd {
	padding: 8px;
	border-left: 2px solid #00479c;
	border-right: 2px solid #00479c;
}

.lyNyPro_left .cp_type .bd ul li {
	margin: 0 auto 8px;
}

.lyNyPro_left .cp_type .bd ul li:last-child {
	margin: 0 auto;
}

.lyNyPro_left .cp_type .bd ul li p {
	height: 44px;
	line-height: 44px;
	background-color: #f2f3f6;
	border-radius: 4px;
}

.lyNyPro_left .cp_type .bd ul li p a {
	display: block;
	width: 80%;
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 44px;
	color: #333;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyPro_left .cp_type .bd ul li p span {
	display: block;
	width: 20%;
	height: 100%;
	background: url(../image/mulu4.png) center center no-repeat;
	cursor: pointer;
	float: right;
}

.lyNyPro_left .cp_type .bd ul li div {
	display: none;
}

.lyNyPro_left .cp_type .bd ul li div a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #797979;
	font-size: 14px;
	border-bottom: 1px solid #e7e5e5;
	padding: 0 20px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../image/icon4.png) 20px center no-repeat;
}

.lyNyPro_left .cp_type .bd ul li div a:first-child {}

.lyNyPro_left .cp_type .bd ul li p:hover,
.lyNyPro_left .cp_type .bd ul li.on p {
	background-color: #00479c;
}

.lyNyPro_left .cp_type .bd ul li p:hover a,
.lyNyPro_left .cp_type .bd ul li.on p a {
	color: #fff;
}

.lyNyPro_left .cp_type .bd ul li p:hover span {
	background: url(../image/mulubai.png) center center no-repeat;
}

.lyNyPro_left .cp_type .bd ul li.on p span {
	background: url(../image/mulu5.png) center center no-repeat;
}

.lyNyPro_left .cp_type .bd ul li div a:hover {
	color: #00479c;
	background: url(../image/icon5.png) 20px center no-repeat;
}

.lyNyPro_left .cp_type .bd ul a.ckqb {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	background: #f1f1f1;
	width: 94%;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.lyNyPro_left .cp_type .bd ul a.ckqb:hover {
	background: #00479c;
	color: #fff;
}

.lyNyPro_left .cp_type .bd_by {
	width: 100%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-color: #00479c;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyNyPro_left .cp_type .bd ul li div a {
		padding: 0 20px 0 40px;
	}

	.lyNyPro_left .cp_type .bd ul li div a {}

	.lyNyPro_left .cp_type .bd ul li div a:hover {
		color: #00479c;
		background: url(../image/icon3.png) 24px center no-repeat;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyNyPro_left .h_left {
		margin: 0;
	}

	.lyNyPro_left .cp_type {
		margin: 0;
	}

	.lyNyPro_left .cp_type .hd p:before {
		display: none;
	}

	.lyNyPro_left .cp_type .hd {
		background: #00479c url(../image/down1.png) 94% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden;
	}

	.lyNyPro_left .cp_type .hd.on {
		background: #00479c url(../image/up1.png) 94% center no-repeat;
	}

	.lyNyPro_left .cp_type .hd span {
		display: block;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	.lyNyPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.lyNyPro_left .cp_type .bd {
		display: none;
	}

	.lyNyPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.lyNyPro_left .cp_type .bd ul li p a {
		width: 86.5%;
	}

	.lyNyPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.lyNyPro_left .cp_type .bd ul li p {}

	.lyNyPro_left .cp_type .bd ul li div a {}

	.lyNyPro_left .cp_type .bd ul li p span {
		width: 13.5%;
		background-size: 20px;
	}

	.lyNyPro_left .cp_type .bd ul li.on p span {
		background-size: 20px;
	}

	.lyNyPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.lyNyPro_left .h_left {
		margin: 0;
	}

	.lyNyPro_left .cp_type {
		margin: 0;
	}

	.lyNyPro_left .cp_type .hd p:before {
		display: none;
	}

	.lyNyPro_left .cp_type .hd {
		background: #00479c url(../image/down1.png) 94% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden;
	}

	.lyNyPro_left .cp_type .hd.on {
		background: #00479c url(../image/up1.png) 94% center no-repeat;
	}

	.lyNyPro_left .cp_type .hd span {
		display: block;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	.lyNyPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.lyNyPro_left .cp_type .bd {
		display: none;
	}

	.lyNyPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.lyNyPro_left .cp_type .bd ul li p a {
		width: 86%;
	}

	.lyNyPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.lyNyPro_left .cp_type .bd ul li p span {
		width: 14%;
		background-size: 20px;
	}

	.lyNyPro_left .cp_type .bd ul li.on p span {
		background-size: 20px;
	}

	.lyNyPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}

}

@media screen and (max-width:767px) {
	.lyNyPro_left .h_left {
		margin: 0;
	}

	.lyNyPro_left .cp_type {
		margin: 0;
	}

	.lyNyPro_left .cp_type .hd p:before {
		display: none;
	}

	.lyNyPro_left .cp_type .hd {
		background: #00479c url(../image/down1.png) 94% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden;
	}

	.lyNyPro_left .cp_type .hd.on {
		background: #00479c url(../image/up1.png) 94% center no-repeat;
	}

	.lyNyPro_left .cp_type .hd span {
		display: block;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.lyNyPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.lyNyPro_left .cp_type .bd {
		display: none;
	}

	.lyNyPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.lyNyPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.lyNyPro_left .cp_type .bd ul li p span {
		background-size: 20px;
	}

	.lyNyPro_left .cp_type .bd ul li.on p span {
		background-size: 20px;
	}

	.lyNyPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}
}

/*产品分类 结束*/
/*内页-产品中心 结束*/


/*内页-产品列表 开始*/
.nyPro_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0.1px;
}

.nyPro_list ul li {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyPro_list ul li:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.nyPro_list ul li .nyProList_img {
	width: 24%;
	height: 158px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyPro_list ul li .nyProList_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.nyPro_list ul li .nyProList_img a img.nyPro_img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.nyPro_list ul li:hover .nyProList_img a img.nyPro_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}


.nyPro_list ul li .nyProList_text {
	width: 72%;
	height: 158px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.nyPro_list ul li .nyProList_text .nyProList_name {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.nyProList_text .nyProList_name a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.nyProList_text .nyProList_name a:hover {
	color: #00479c;
}

.nyPro_list ul li .nyProList_text .nyProList_ms {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.nyProList_text .nyProList_ms p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #797979;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.nyPro_list ul li .nyProList_text .nyProList_tips {
	width: 100%;
	overflow: hidden;
	margin: 3px auto;
	padding: 0;
}

.nyProList_text .nyProList_tips dl dd {
	display: inline-block;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #aaa;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.nyProList_text .nyProList_tips dl dd span {
	color: #333;
}

.nyPro_list ul li .nyProList_text .nyProList_btn {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.nyProList_text .nyProList_btn a {
	display: block;
	width: 120px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin: 0 20px 0 0;
	padding: 0;
	border: 1px solid #ccc;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyProList_text .nyProList_btn a:hover {
	color: #fff;
	background-color: #00479c;
	border: 1px solid #00479c;
}

.lyNy_Xgwz {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNy_Xgwz .Xgwz_tit {
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	background-color: #00479c;
}

.Xgwz_tit p {
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.Xgwz_tit span {
	display: block;
	height: 20px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.2);
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
}

.lyNy_Xgwz .Xgwz_list {
	width: 100%;
	min-height: 150px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 8px;
	border: 2px solid #00479c;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNy_Xgwz .Xgwz_list ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 20px;
	border-bottom: 1px dashed #dfdfdf;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNy_Xgwz .Xgwz_list ul li:last-child {
	border: 0;
}

.lyNy_Xgwz .Xgwz_list ul li em {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../image/jt2.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 14px;
}

.lyNy_Xgwz .Xgwz_list ul li:hover em {
	background: url(../image/jt3.png) center center no-repeat;
}

.lyNy_Xgwz .Xgwz_list ul li a {
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	color: #333;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyNy_Xgwz .Xgwz_list ul li a:hover {
	color: #00479c;
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyNy_Xgwz {
		margin: 20px auto 0;
	}

	.lyNy_Xgwz .Xgwz_tit {
		padding: 10px 20px;
	}

	.Xgwz_tit p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.Xgwz_tit span {
		display: block;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
	}

	.nyPro_list ul li {
		margin: 0 auto 20px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.lyNy_Xgwz {
		margin: 20px auto 0;
	}

	.lyNy_Xgwz .Xgwz_tit {
		padding: 10px 20px;
	}

	.Xgwz_tit p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.Xgwz_tit span {
		display: block;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
	}

	.nyPro_list ul li {
		margin: 0 auto 20px;
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.nyPro_list ul li {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.nyPro_list ul li .nyProList_img {
		width: 100%;
		height: 255px;
		margin: 0 auto 20px;
	}

	.nyPro_list ul li .nyProList_text {
		width: 100%;
		height: auto;
	}

	.nyProList_text .nyProList_name a {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}

	.nyProList_text .nyProList_ms p {
		height: auto;
		max-height: 48px;
		line-height: 24px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: inherit;
	}

	.nyPro_list ul li .nyProList_text .nyProList_tips {
		margin: 10px auto;
	}

	.nyProList_text .nyProList_tips dl dd {
		width: 48%;
		height: 30px;
		line-height: 30px;
		margin: 0 4% 0 0;
		padding: 0;
	}

	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) {
		margin: 0;
	}

	.nyPro_list ul li .nyProList_text .nyProList_btn {
		width: 100%;
		margin: 0 auto;
	}

	.nyProList_text .nyProList_btn a {
		width: 48%;
		height: 40px;
		line-height: 38px;
		margin: 0;
		float: left;
	}

	.nyProList_text .nyProList_btn a:first-child {
		margin: 0 4% 0 0;
	}

	.lyNy_Xgwz {
		margin: 20px auto 0;
	}

	.lyNy_Xgwz .Xgwz_tit {
		padding: 10px 20px;
	}

	.Xgwz_tit p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.Xgwz_tit span {
		display: block;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}

@media (max-width: 320px) {
	.nyPro_list ul li {
		margin: 0 auto 12px;
		padding: 12px;
	}

	.nyProList_text .nyProList_tips dl dd {
		width: 100%;
		margin: 0 auto;
	}

	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) {
		margin: 0 auto;
	}
}

/*内页-产品列表 结束*/


/*内页-新闻中心&技术文章 开始*/
.ly_NyNews {
	width: 100%;
	min-height: 320px;
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
}

.ly_NyNews .lyNyNew_main {
	height: auto;
	padding: 0;
}

.lyNyNew_main .lyNyNew_Tj {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 24px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyNew_main .lyNyNew_Tj:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.lyNyNew_Tj .lyNyNew_TjImg {
	width: 36.5%;
	height: 265px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.lyNyNew_Tj .lyNyNew_TjImg a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

.lyNyNew_Tj .lyNyNew_TjImg a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyNyNew_Tj:hover .lyNyNew_TjImg img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyNyNew_Tj .lyNyNew_TjText {
	width: 61%;
	height: 265px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #00479c;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a span {
	display: inline-block;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	margin: 8px 8px 8px 0;
	padding: 0 16px;
	border-radius: 12px;
	background-color: #00479c;
	float: left;
}

.lyNyNew_Tj:hover .lyNyNew_TjText .lyNyNew_TjName a {
	color: #00479c;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	margin: 10px auto;
	padding: 0;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p {
	width: 100%;
	height: 112px;
	overflow: hidden;
	line-height: 28px;
	color: #666;
	font-size: 15px;
	text-align: justify;
	text-indent: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyNyNew_Tj .lyNyNew_TjText a.lyNyNew_btn {
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #00479c;
	margin: 20px 0 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyNew_Tj .lyNyNew_TjText a.lyNyNew_btn i {
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	vertical-align: middle;
	margin: -4px 0 0 4px;
	padding: 0;
	background: url(../image/jt4.png) center center no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyNyNew_Tj .lyNyNew_TjText a.lyNyNew_btn:hover i {
	margin: -4px 0 0 16px;
}

.lyNyNew_main .lyNyNew_list {
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
}

.lyNyNew_list ul li {
	width: 100%;
	height: auto;
	margin: 0 auto 24px;
	padding: 24px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyNew_list ul li:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.lyNyNew_list ul li .lyNyNew_name {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyNew_list ul li .lyNyNew_name a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyNyNew_list ul li:hover .lyNyNew_name a {
	color: #00479c;
}

.lyNyNew_list ul li .lyNyNew_ms {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyNew_list ul li .lyNyNew_ms p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	text-indent: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyNyNew_list ul li .lyNyNew_time {
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	margin: 20px auto 0;
	padding: 0;
}

.lyNyNew_list ul li .lyNyNew_time img {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
}

.lyNyDown_list ul li {
	margin: 0 auto 20px;
	padding: 0 100px 20px 20px;
}

.lyNyDown_list ul li {
	width: 49%;
	height: auto;
	margin: 0 2% 24px 0;
	padding: 20px 60px 20px 20px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	position: relative;
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyDown_list ul li:nth-child(2n+2) {
	margin: 0 0 24px;
}

.lyNyDown_list ul li:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	background-color: #00479c;
}

.lyNyDown_list ul li .lyNyNew_name {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyDown_list ul li .lyNyNew_name a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyNyDown_list ul li:hover .lyNyNew_name a {
	color: #fff;
}

.lyNyDown_list ul li .lyNyNew_time {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 15px;
	margin: 0 auto;
	padding: 0;
}

.lyNyDown_list ul li:hover .lyNyNew_time {
	color: #fff;
}

.lyNyDown_list ul li .lyNyNew_time:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 5px 4px 0 0;
	padding: 0;
	float: left;
	background: url(../image/time_icon.png) center center no-repeat;
}

.lyNyDown_list ul li:hover .lyNyNew_time:before {
	background: url(../image/time_icon2.png) center center no-repeat;
}

.lyNyDown_list ul li .lyNyNew_time em {
	width: 20px;
	height: 1px;
	overflow: hidden;
	background-color: #ccc;
	margin: 14px 10px 0 0;
	padding: 0;
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyNyDown_list ul li:hover .lyNyNew_time em {
	width: 40px;
	background-color: #fff;
}

.lyNyDown_list ul li .lyNyNew_ms {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyDown_list ul li .lyNyNew_ms p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	text-align: justify;
	text-indent: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyNyDown_list ul li:hover .lyNyNew_ms p {
	color: #fff;
}

.lyNyDown_list ul li .lyNyNew_more {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: -20px 0 0;
	padding: 0;
	background: url(../image/down_btn1.png) center center no-repeat;
	position: absolute;
	top: 50%;
	right: 18px;
	opacity: 0.5;
}

.lyNyDown_list ul li:hover .lyNyNew_more {
	background: url(../image/down_btn2.png) center center no-repeat;
	opacity: 1;
}

.NyNewsdetail_con .NyDown_btn {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 0;
	text-align: center;
}

.NyNewsdetail_con .NyDown_btn a {
	display: inline-block;
	width: 160px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-indent: 0;
	margin: 0 8px;
	padding: 0;
	background-color: #00479c;
	border-radius: 4px;
}

.NyNewsdetail_con .NyDown_btn a:hover {
	background-color: #0dad5c;
}

.NyNewsdetail_con .NyDown_btn a:nth-child(2) {
	background: #444;
}

.NyNewsdetail_con .NyDown_btn a:nth-child(2):hover {
	background-color: #636262;
}

@media (max-width: 767px) {
	.NyNewsdetail_con .NyDown_btn a {
		width: 122px;
		margin: 0px 6px 0 0;
	}
}


@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyNyNew_main .lyNyNew_Tj {
		margin: 0 auto 40px;
		padding: 20px;
	}

	.lyNyNew_Tj .lyNyNew_TjImg {
		height: 214px;
	}

	.lyNyNew_Tj .lyNyNew_TjText {
		height: 214px;
		padding: 0;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime {
		margin: 6px auto;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
		margin: 0 auto 0;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p {
		height: 72px;
		line-height: 24px;
		color: #797979;
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	.lyNyNew_list ul li {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.lyNyDown_list ul li {
		width: 49%;
		margin: 0 2% 20px 0;
		padding: 20px;
		float: left;
	}

	.lyNyDown_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyNews {
		margin: 0 auto 40px;
	}

	.lyNyNew_main .lyNyNew_Tj {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.lyNyNew_Tj .lyNyNew_TjImg {
		height: 218px;
	}

	.lyNyNew_Tj .lyNyNew_TjText {
		height: 218px;
		padding: 0;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a {
		height: 36px;
		line-height: 36px;
		font-size: 20px;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime {
		margin: 8px auto;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
		margin: 0 auto 0;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p {
		height: 72px;
		line-height: 24px;
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	.lyNyNew_Tj a.lyNyNew_TjMore {
		height: 160px;
	}

	.lyNyNew_main .lyNyNew_list {
		margin: 0 auto 40px;
	}

	.lyNyNew_list ul li {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.lyNyDown_list ul li {
		width: 48.5%;
		margin: 0 3% 20px 0;
		padding: 20px;
		float: left;
	}

	.lyNyDown_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyNews {
		margin: 0 auto 40px;
	}

	.lyNyNew_main .lyNyNew_Tj {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.lyNyNew_Tj .lyNyNew_TjImg {
		width: 40%;
		height: 176px;
	}

	.lyNyNew_Tj .lyNyNew_TjText {
		width: 57%;
		height: 176px;
		padding: 0;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a span {
		margin: 5px 8px 5px 0;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime {
		margin: 4px auto;
		font-size: 14px;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
		margin: 0 auto 0;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p {
		height: 48px;
		line-height: 24px;
		font-size: 14px;
		-webkit-line-clamp: 2;
	}

	.lyNyNew_Tj a.lyNyNew_TjMore {
		width: 80px;
		height: 130px;
	}

	.lyNyNew_main .lyNyNew_list {
		margin: 0 auto 40px;
	}

	.lyNyNew_list ul li {
		padding: 20px;
	}

	.lyNyDown_list ul li {
		width: 48%;
		margin: 0 4% 20px 0;
		padding: 20px;
		float: left;
	}

	.lyNyDown_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	.ly_NyNews {
		margin: 0 auto 40px;
	}

	.lyNyNew_main .lyNyNew_Tj {
		margin: 0 auto 16px;
		padding: 16px;
	}

	.lyNyNew_main .lyNyNew_Tj:hover {
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
		background-color: #fff;
	}

	.lyNyNew_Tj .lyNyNew_TjImg {
		width: 100%;
		height: auto;
		margin: 0 auto 12px;
	}

	.lyNyNew_Tj .lyNyNew_TjImg a {
		height: auto;
	}

	.lyNyNew_Tj .lyNyNew_TjImg a img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.lyNyNew_Tj .lyNyNew_TjText {
		width: 100%;
		height: auto;
		padding: 0;
		border: 0;
	}

	.lyNyNew_Tj:hover .lyNyNew_TjText {
		border: 0;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a {
		height: auto;
		line-height: 30px;
		font-size: 16px;
		white-space: inherit;
		text-overflow: inherit;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a span {
		margin: 4px 8px 0 0;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjTime {
		margin: 0 auto 4px;
		font-size: 14px;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs {
		margin: 0 auto;
		padding: 0;
		border: 0;
	}

	.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p {
		height: 72px;
		line-height: 24px;
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	.lyNyNew_Tj .lyNyNew_TjText a.lyNyNew_btn {
		margin: 16px 0 0;
	}

	.lyNyNew_main .lyNyNew_list {
		margin: 0 auto 40px;
	}

	.lyNyNew_list ul li {
		padding: 16px;
		margin: 0 auto 16px;
	}

	.lyNyNew_list ul li:hover {
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid #fff;
	}

	.lyNyNew_list ul li .lyNyNew_name a {
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}

	.lyNyNew_list ul li .lyNyNew_time {
		margin: 16px auto 0;
	}

	.lyNyDown_list ul li {
		width: 100%;
		margin: 0 auto 16px 0;
		padding: 16px;
		float: inherit;
	}

	.lyNyDown_list ul li:nth-child(2n+2) {
		margin: 0 auto 16px;
	}

}

/*内页-新闻中心&技术文章 结束*/


/*内页-成功案例 开始*/
.ly_NySuccesscase {
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
}

.ly_NySuccesscase .lyNyCase_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.ly_NySuccesscase .lyNyCase_list ul li {
	width: 32%;
	margin: 0 2% 24px 0;
	padding: 10px;
	border: 1px solid #dfdfdf;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ly_NySuccesscase .lyNyCase_list ul li:nth-child(3n+3) {
	margin: 0 0 24px;
}

.lyNyCase_list ul li .idxCase_img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0;
}

.lyNyCase_list ul li .idxCase_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.lyNyCase_list ul li .idxCase_img a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyNyCase_list ul li:hover .idxCase_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyNyCase_list ul li .idxCase_text {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.lyNyCase_list ul li .idxCase_text .idxCase_name {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyCase_list ul li .idxCase_text .idxCase_name em {
	display: block;
	width: 0px;
	height: 2px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #00479c;
	position: absolute;
	left: -10px;
	top: 19px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyNyCase_list ul li:hover .idxCase_text .idxCase_name em {
	width: 20px;
}

.lyNyCase_list ul li .idxCase_text .idxCase_name {
	width: 100%;
	margin: 0;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyCase_list ul li:hover .idxCase_text .idxCase_name {
	padding: 0 0 0 10px;
}

.lyNyCase_list ul li .idxCase_text .idxCase_name a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyCase_list ul li:hover .idxCase_text .idxCase_name a {
	color: #00479c;
}

.lyNyCase_list ul li .idxCase_text p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	word-break: break-all;
	margin: 0 auto;
	padding: 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NySuccesscase .lyNyCase_list ul li {
		margin: 0 2% 20px 0;
	}

	.ly_NySuccesscase .lyNyCase_list ul li:nth-child(3n+3) {
		margin: 0 0 20px;
	}

	.lyNyCase_list ul li .idxCase_img {
		height: 200px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NySuccesscase {
		margin: 0 auto 40px;
	}

	.ly_NySuccesscase .lyNyCase_list ul li {
		margin: 0 2% 20px 0;
	}

	.ly_NySuccesscase .lyNyCase_list ul li:nth-child(3n+3) {
		margin: 0 0 20px;
	}

	.lyNyCase_list ul li .idxCase_img {
		height: 200px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NySuccesscase {
		margin: 0 auto 40px;
	}

	.ly_NySuccesscase .lyNyCase_list ul li {
		width: 48.5%;
		margin: 0 3% 20px 0;
	}

	.ly_NySuccesscase .lyNyCase_list ul li:nth-child(3n+3) {
		margin: 0 3% 20px 0;
	}

	.ly_NySuccesscase .lyNyCase_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.lyNyCase_list ul li .idxCase_img {
		height: 230px;
	}

	.lyNyCase_list ul li .idxCase_text .idxCase_name {
		padding: 0;
	}

	.lyNyCase_list ul li .idxCase_text .idxCase_name a {
		font-size: 16px;
	}

}

@media (max-width: 767px) {
	.ly_NySuccesscase {
		margin: 0 auto 40px;
	}

	.lyIdxCase_main .lyNyCase_list {
		padding: 0;
	}

	.ly_NySuccesscase .lyNyCase_list ul li {
		width: 100%;
		margin: 0 auto 20px;
	}

	.ly_NySuccesscase .lyNyCase_list ul li:nth-child(3n+3) {
		margin: 0 auto 20px;
	}

	.ly_NySuccesscase .lyNyCase_list ul li:nth-child(2n+2) {
		margin: 0 auto 20px;
	}

	.lyNyCase_list ul li .idxCase_img {
		height: 240px;
	}

	.lyNyCase_list ul li .idxCase_text .idxCase_name a {
		font-size: 16px;
	}

}

@media (max-width: 320px) {
	.ly_NySuccesscase {
		margin: 20px auto;
	}

	.ly_NySuccesscase .lyNyCase_list ul li {
		width: 100%;
		margin: 0 auto 16px;
	}

	.ly_NySuccesscase .lyNyCase_list ul li:nth-child(3n+3) {
		margin: 0 auto 16px;
	}

	.ly_NySuccesscase .lyNyCase_list ul li:nth-child(2n+2) {
		margin: 0 auto 16px;
	}

	.lyNyCase_list ul li .idxCase_img {
		height: 192px;
	}

	.ly_NySuccesscase #fengye {
		margin: 4px auto 0;
	}
}

/*内页-成功案例 结束*/


/*分页样式 开始*/
#fengye {
	text-align: center;
	margin: 30px auto 0;
	color: #555;
	font-size: 14px;
}

#fengye a {
	display: inline-block;
	padding: 0 10px;
	background: #ddd;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	border-radius: 2px;
	color: #555;
	font-size: 14px;
}

#fengye a:hover {
	background: #00479c;
	color: #ffffff;
}

#fengye a.pnnum1 {
	background: #00479c;
	color: #ffffff;
}

.page-num-current{
	background: #00479c !important;
	color: #ffffff !important;
}

#fengye input {
	display: inline-block;
	padding: 0 5px;
	background-color: #00479c;
	width: 40px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
	border: 0;
	outline: none;
}

#fengye .p_input {
	display: inline-block;
	padding: 0 5px;
	background: #ddd;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #555;
	cursor: default;
}

@media screen and (max-width:1023px) and (min-width:768px) {
	#fengye {
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	#fengye {
		margin: 20px auto 0;
		font-size: 0;
	}

	#fengye input,
	#fengye .p_input {
		display: none;
	}

	#fengye a {
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
	}
}

@media (max-width: 320px) {
	#fengye a {
		padding: 0 12px;
	}
}

/*分页样式 结束*/


/*内页-新闻详情&文章详情 开始*/
.ly_NyNewsdetail {
	overflow: hidden;
	margin: 60px auto;
	padding: 0;
}

.ly_NyNewsdetail .NyNewsdetail_title {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.ly_NyNewsdetail .NyNewsdetail_tips {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 20px;
	color: #aaa;
	font-size: 14px;
	text-align: center;
	margin: 20px auto;
	padding: 0 0 10px;
	border-bottom: 1px dashed #dfdfdf;
}

.ly_NyNewsdetail .NyNewsdetail_con {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	line-height: 30px;
	color: #565656;
	font-size: 15px;
	text-align: justify;
}

.NyNewsdetail_con p,
.NyNewsdetail_con div {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #565656;
	font-size: 15px;
	text-align: justify;
	_text-indent: 2em;
	margin: 0 auto;
	padding: 0;
}

.NyNewsdetail_con p span,
.NyNewsdetail_con span,
.NyNewsdetail_con p em,
.NyNewsdetail_con em {
	color: #565656 !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
	font-size: 15px !important;
}

.NyNewsdetail_con table tr td p {
	text-indent: 0 !important;
}

.NyNewsdetail_con img {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	text-indent: 0 !important;
}

.ly_PrevNext {
	width: 100%;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 20px 3% 20px;
	border-top: 1px solid #eaeaea;
}

.ly_PrevNext ul li {
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	color: #333;
	font-size: 15px;
	margin: 0 auto;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ly_PrevNext ul li:last-child {
	margin: 0 auto;
}

.ly_PrevNext ul li a {
	overflow: hidden;
	line-height: 20px;
	color: #777;
	font-size: 14px;
}

.ly_PrevNext ul li:hover,
.ly_PrevNext ul li:hover a {
	color: #00479c;
}

@media screen and (max-width:1079px) {
	.ly_NyNewsdetail {
		margin: 40px auto;
	}

	.ly_NyNewsdetail .NyNewsdetail_title,
	.ly_NyNewsdetail .NyNewsdetail_tips {
		margin: 0 auto 20px;
	}

	.ly_PrevNext {
		margin: 25px auto 0;
	}
}

@media (max-width: 767px) {
	.ly_NyNewsdetail {
		margin: 20px auto;
	}

	.ly_NyNewsdetail .NyNewsdetail_title,
	.ly_NyNewsdetail .NyNewsdetail_tips {
		margin: 0 auto 20px;
	}

	.ly_PrevNext {
		margin: 20px auto 0;
	}

	.ly_NyNewsdetail .NyNewsdetail_con {
		max-height: 9999999999999999px;
	}

	.NyNewsdetail_con div {
		max-height: 9999999999999999px;
		line-height: 28px;
		color: #565656;
		font-size: 14px;
		text-align: justify;
	}

	.NyNewsdetail_con p {
		width: 100%;
		overflow: hidden;
		line-height: 28px;
		color: #565656;
		font-size: 14px;
		text-align: justify;
		_text-indent: 2em;
		margin: 0 auto;
		padding: 0;
	}

	.NyNewsdetail_con p span,
	.NyNewsdetail_con span,
	.NyNewsdetail_con p em,
	.NyNewsdetail_con em {
		color: #565656 !important;
		font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
		font-size: 15px !important;
	}
}

/*内页-新闻详情&文章详情 结束*/


/*内页-在线留言 开始*/
.ly_NyOrder {
	overflow: hidden;
	margin: 30px auto;
	padding: 0;
}

.ly_msg {
	width: 94%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 3%;
}

.ly_msg h3 {
	display: none !important;
}

.ly_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.ly_msg ul li {
	width: 100%;
	overflow: hidden;
	line-height: 44px;
	margin: 0 auto 30px !important;
	padding: 0;
	color: #999;
	font-size: 14px;
}

.ly_msg ul li:last-child {
	margin: 0 auto !important;
}

.ly_msg ul li h4 {
	width: 8% !important;
	height: 44px !important;
	overflow: hidden;
	line-height: 44px !important;
	margin: 0;
	padding: 0 12px 0 0;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../image/tb_img1.png) top right no-repeat;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_ipt12,
.ly_msg ul li .msg_tara {
	width: 92% !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
}

.ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_ipt12,
.ly_msg ul li .msg_ipt2 {
	height: 44px !important;
	background: url(../image/tb_img1.png) right center no-repeat !important;
}

.ly_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.msg_ipt1 input,
.msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.msg_ipt12 input {
	height: 34px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input {
	height: 44px !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input,
.msg_tara textarea {
	font-size: 14px !important;
	background-color: #f8f8f8 !important;
	border: none !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
	outline: none !important;
	resize: none !important;
}

.ly_msg ul li .msg_ipt1 #selPvc {
	height: 44px !important;
	line-height: 44px !important;
	color: #666 !important;
	font-size: 14px !important;
	background-color: #f8f8f8 !important;
	border: none !important;
	padding: 0 15px !important;
	outline: none !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.ly_msg ul li .msg_ipt2,
.msg_ipt2 input {
	width: 160px !important;
}

.ly_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left;
}

.ly_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../image/tb_img1.png) top right no-repeat;
	float: left;
}

.ly_msg ul li a.yzm_img {
	width: 120px !important;
	height: 44px !important;
	background: url(../image/tb_img1.png) right center no-repeat !important;
}

.ly_msg ul li a.yzm_img img {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.ly_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	float: left;
}

.ly_msg ul li .msg_btn {
	width: 88% !important;
}

.msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 0 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}

.msg_btn input {
	width: 160px !important;
	height: 44px !important;
	line-height: 44px !important;
	color: #fff !important;
	font-size: 15px !important;
	text-align: center !important;
	border: none !important;
	background-color: #00479c !important;
	cursor: pointer !important;
}

.msg_btn input:last-child {
	background-color: #bbb !important;
}

.msg_btn input:hover {
	background-color: #00479c !important;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_msg ul li h4 {
		width: 9% !important;
	}

	.ly_msg ul li .msg_ipt1,
	.ly_msg ul li .msg_ipt12,
	.ly_msg ul li .msg_tara {
		width: 91% !important;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyOrder {
		margin: 40px auto;
	}

	.ly_msg ul li {
		margin: 0 auto 25px !important;
	}

	.ly_msg ul li .msg_ipt2,
	.msg_ipt2 input {
		width: 140px !important;
	}

	.ly_msg ul li h4 {
		width: 9% !important;
	}

	.ly_msg ul li .msg_ipt1,
	.ly_msg ul li .msg_ipt12,
	.ly_msg ul li .msg_tara {
		width: 91% !important;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyOrder {
		margin: 40px auto;
	}

	.ly_msg ul li {
		margin: 0 auto 20px !important;
	}

	.ly_msg ul li h4 {
		width: 12% !important;
	}

	.ly_msg ul li .msg_ipt12,
	.ly_msg ul li .msg_ipt1,
	.ly_msg ul li .msg_tara,
	.ly_msg ul li .msg_btn {
		width: 88% !important;
	}
}

@media (max-width: 767px) {
	.ly_NyOrder {
		margin: 20px auto;
	}

	.ly_msg ul li {
		margin: 0 auto 20px !important;
	}

	.ly_msg ul li h4 {
		display: none !important;
	}

	.ly_msg ul li .msg_ipt12,
	.ly_msg ul li .msg_ipt1,
	.ly_msg ul li .msg_tara,
	.ly_msg ul li .msg_btn {
		width: 100% !important;
		float: inherit !important;
	}

	.msg_btn input {
		width: 48% !important;
		margin: 0 4% 0 0 !important;
	}

	.msg_btn input:last-child {
		margin: 0 !important;
	}

	.ly_msg ul li a.yzm_img {
		float: inherit !important;
	}

	.ly_msg ul li span {
		display: block;
		line-height: 24px;
		margin: 10px 0 0;
	}
}

@media (max-width: 320px) {

	.ly_msg ul li .msg_ipt2,
	.msg_ipt2 input {
		width: 150px !important;
	}

	.ly_msg ul li span {
		line-height: 24px;
		margin: 10px 0 0;
	}
}

/*内页-在线留言 结束*/


/*内页-联系我们 开始*/
.ly_NyContact {
	overflow: hidden;
	margin: 30px auto;
	padding: 0;
}

.ly_NyContact .ly_NyCon {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 40px 0 40px 28px;
	background-color: #f4f4f4;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ly_NyCon .lyNyCon_img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: -79px 0 0;
	padding: 0;
	border: 4px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 50%;
}

.ly_NyCon .lyNyCon_text {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.lyNyCon_text .NyCon_tit {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #00479c;
	font-size: 24px;
	margin: 0 auto 18px;
	padding: 0;
}

.lyNyCon_text p {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #565656;
	font-size: 15px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}

.ly_NyContact .lyNyContact_main {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyContact_main .lyNyContact_lxfs {
	width: 42%;
	overflow: hidden;
	margin: 0 4% 0 0;
	padding: 0;
	float: left;
}

.lyNyContact_lxfs .lyNyContact_company {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	color: #00479c;
	font-size: 24px;
	margin: 0 auto 20px;
	padding: 4px 0;
}

.lyNyContact_lxfs ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px dashed #dfdfdf;
}

.lyNyContact_lxfs ul li div {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 65px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.lyNyContact_lxfs ul li div img {
	display: block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.lyNyContact_lxfs ul li div p {
	width: 100%;
	min-height: 25px;
	overflow: hidden;
	line-height: 25px;
	color: #565656;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
}

.lyNyContact_main .lyNyContact_map {
	width: 54%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.lyNyContact_map .lyNyContact_maptit {
	width: 110px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px;
	padding: 0 0 0 110px;
	background: url(../image/map_titbg.jpg) 0 0 no-repeat;
}

.lyNyContact_map .lyNyContact_Mapmain {
	width: 100%;
	height: 270px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@media screen and (max-width:1080px) {
	.ly_NyContact {
		margin: 40px auto;
	}

	.ly_NyContact .ly_NyCon {
		margin: 0 auto 40px;
		padding: 20px 0 20px 178px;
	}

	.ly_NyCon .lyNyCon_text {
		padding: 0 20px;
	}

	.lyNyCon_text .NyCon_tit {
		line-height: 32px;
		font-size: 22px;
		margin: 0 auto 12px;
	}

	.lyNyCon_text p {
		line-height: 28px;
		font-size: 14px;
	}

	.lyNyContact_main .lyNyContact_lxfs {
		width: 100%;
		margin: 0 auto 40px;
	}

	.lyNyContact_main .lyNyContact_map {
		width: 100%;
		margin: 0 auto;
	}

	.lyNyContact_map .lyNyContact_Mapmain {
		height: 360px;
	}
}

@media (max-width: 767px) {
	.ly_NyContact .ly_NyCon {
		padding: 198px 0 20px 0;
	}

	.ly_NyCon .lyNyCon_img {
		margin: 0 0 0 -79px;
		left: 50%;
		top: 20px;
	}

	.lyNyCon_text .NyCon_tit {
		text-align: center;
	}

	.lyNyCon_text p {
		text-align: center;
	}
}

@media (max-width: 320px) {
	.ly_NyContact {
		margin: 20px auto;
	}

	.ly_NyContact .ly_NyCon,
	.lyNyContact_main .lyNyContact_lxfs {
		margin: 0 auto 20px;
	}

	.lyNyContact_lxfs .lyNyContact_company {
		font-size: 22px;
		margin: 0 auto 10px;
	}
}


/*内页-联系我们 结束*/


/*内页-荣誉资质 开始*/
.ly_NyHonor {
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
}

.ly_NyHonor .lyNyHonor_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.lyNyHonor_list ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 30px 0;
	padding: 10px 20px 20px;
	background-color: #f5f5f5;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyHonor_list ul li:nth-child(4n+4) {
	margin: 0 0 30px;
}

.lyNyHonor_list ul li .lyIdxHonor_img {
	width: 100%;
	height: 242px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0;
}

.lyNyHonor_list ul li .lyIdxHonor_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.lyNyHonor_list ul li .lyIdxHonor_img a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyNyHonor_list ul li:hover .lyIdxHonor_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyNyHonor_list ul li .lyIdxHonor_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyHonor_list ul li .lyIdxHonor_text a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyNyHonor_list ul li:hover .lyIdxHonor_text a {
	color: #00479c;
}

.lyNyHonor_list ul li i {
	display: block;
	width: 30px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #00479c;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyNyHonor_list ul li:hover i {
	width: 100%;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyNyHonor_list ul li {
		margin: 0 2% 20px 0;
	}

	.lyNyHonor_list ul li:nth-child(4n+4) {
		margin: 0 0 20px;
	}

	.lyNyHonor_list ul li .lyIdxHonor_img {
		height: 188px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyHonor {
		margin: 0 auto 40px;
	}

	.lyNyHonor_list ul li {
		margin: 0 2% 20px 0;
		padding: 8px 16px 16px;
	}

	.lyNyHonor_list ul li:nth-child(4n+4) {
		margin: 0 0 20px;
	}

	.lyNyHonor_list ul li .lyIdxHonor_img {
		height: 200px;
	}

	.lyNyHonor_list ul li .lyIdxHonor_text a {
		font-size: 15px;
	}

	.lyNyHonor_list ul li i {
		height: 3px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyHonor {
		margin: 0 auto 40px;
	}

	.lyNyHonor_list ul li {
		width: 31.333333%;
		margin: 0 3% 20px 0;
		padding: 8px 16px 16px;
	}

	.lyNyHonor_list ul li:nth-child(4n+4) {
		margin: 0 3% 20px 0;
	}

	.lyNyHonor_list ul li:nth-child(3n+3) {
		margin: 0 0 20px;
	}

	.lyNyHonor_list ul li .lyIdxHonor_img {
		height: 200px;
	}

	.lyNyHonor_list ul li .lyIdxHonor_text a {
		font-size: 14px;
	}

	.lyNyHonor_list ul li i {
		height: 2px;
	}
}

@media (max-width: 767px) {
	.ly_NyHonor {
		margin: 0 auto;
	}

	.lyNyHonor_list ul li {
		width: 48%;
		margin: 0 4% 20px 0;
		padding: 8px 16px 8px;
	}

	.lyNyHonor_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.lyNyHonor_list ul li .lyIdxHonor_img {
		height: 154px;
	}

	.lyNyHonor_list ul li .lyIdxHonor_text a {
		height: 30px;
		line-height: 24px;
		font-size: 14px;
	}

	.lyNyHonor_list ul li i {
		height: 2px;
	}
}

@media (max-width: 320px) {
	.lyNyHonor_list ul li {
		width: 100%;
		margin: 0 auto 20px;
		padding: 10px 20px 20px;
	}

	.lyNyHonor_list ul li:nth-child(2n+2) {
		margin: 0 auto 20px;
	}

	.lyNyHonor_list ul li .lyIdxHonor_img {
		height: 260px;
	}

	.lyNyHonor_list ul li .lyIdxHonor_text a {}
}

/*内页-荣誉资质 结束*/


/*内页-产品详情 开始*/
.ly_NyProDetail {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.ly_NyProDetail .lyNyProDetail_con {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 70px 0 70px;
	background-color: #f6f6f6;
}

.ly_NyProDetail .lyNyProDetail_con .lyNyProDetail_con_in {
	position: relative;
}

.lyNyProDetail_con .lyNyProDetail_left {
	width: 18%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

/*.lyNyProDetail_con .lyNyProDetail_left.fixed{position: absolute;right: 0;}*/
.lyNyProDetail_con .lyNyProDetail_left .cp_type {
	margin: 0 0 20px;
	background: #fff;
	padding-bottom: 15px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .hd {
	text-align: center;
	background-color: #eaeaea;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .hd p {
	height: 50px;
	background-color: #eaeaea;
	padding: 0 7%;
	line-height: 50px;
	font-size: 18px;
	color: #222;
	text-align: left;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .hd p:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../image/mulu_tlt.png) center center no-repeat;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px;
	display: none;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .hd span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	display: none;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd {
	padding: 15px 7%;
	background: #fff;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li {
	margin: 0 auto 8px;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li:last-child {
	margin: 0 auto;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p {
	height: 38px;
	line-height: 38px;
	background-color: #8b8b8b;
	border-radius: 4px;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p a {
	display: block;
	width: 80%;
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 38px;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p span {
	display: block;
	width: 20%;
	height: 100%;
	background: url(../image/mulu4.png) center center no-repeat;
	cursor: pointer;
	float: right;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li div {
	display: none;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li div a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #797979;
	font-size: 14px;
	border-bottom: 1px solid #e7e5e5;
	padding: 0 20px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../image/icon4.png) 20px center no-repeat;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li div a:first-child {}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p:hover,
.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li.on p {
	background-color: #00479c;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p:hover a,
.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li.on p a {
	color: #fff;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p:hover span {
	background: url(../image/mulu4.png) center center no-repeat;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li.on p span {
	background: url(../image/mulu5.png) center center no-repeat;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li div a:hover {
	color: #00479c;
	background: url(../image/icon5.png) 20px center no-repeat;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul a.ckqb {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	background: #f1f1f1;
	width: 94%;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul a.ckqb:hover {
	background: #00479c;
	color: #fff;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd_by {
	width: 86%;
	height: 38px;
	overflow: hidden;
	line-height: 38px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin: 0 auto 0;
	padding: 0;
	background-color: #00479c;
	border-radius: 4px;
}

/*相关文章*/
.new_Ny_Xgwz {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.new_Ny_Xgwz .Xgwz_tit {
	overflow: hidden;
	margin: 0 auto;
	background-color: #eaeaea;
}

.new_Ny_Xgwz .Xgwz_tit p {
	text-align: left;
	margin: 0 auto;
	height: 50px;
	background-color: #eaeaea;
	padding: 0 7%;
	line-height: 50px;
	font-size: 18px;
	color: #222;
}

.new_Ny_Xgwz .Xgwz_tit span {
	display: block;
	height: 20px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.2);
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
	display: none;
}

.new_Ny_Xgwz .Xgwz_list {
	width: 100%;
	min-height: 150px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 7%;
	background: #fff;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new_Ny_Xgwz .Xgwz_list ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 20px;
	border-bottom: 1px dashed #dfdfdf;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new_Ny_Xgwz .Xgwz_list ul li:last-child {
	border: 0;
}

.new_Ny_Xgwz .Xgwz_list ul li em {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../image/jt2.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 11px;
}

.new_Ny_Xgwz .Xgwz_list ul li:hover em {
	background: url(../image/jt3.png) center center no-repeat;
}

.new_Ny_Xgwz .Xgwz_list ul li a {
	display: block;
	width: 100%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #777;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.new_Ny_Xgwz .Xgwz_list ul li a:hover {
	color: #00479c;
}

.side-link {
	background-color: #fff;
	padding-bottom: 40px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.side-tit {
	height: 50px;
	background-color: #eaeaea;
	padding: 0 7%;
	line-height: 50px;
	font-size: 18px;
	color: #222;
}

.sl-item {
	margin-top: 30px;
	padding: 0 20px;
}

.sl-item i {
	display: block;
	width: 90px;
	height: 90px;
	border: solid 1px #eaeaea;
	margin: auto;
	border-radius: 50%;
	background: url(../image/side-kf.png) no-repeat center center;
}

.sl-text {
	text-align: center;
	line-height: 1;
	margin-top: 19px;
}

.sl-btn {
	margin-top: 20px;
}

.sl-btn a {
	display: inline-block;
	width: 100%;
	height: 46px;
	background-color: #00479c;
	border-radius: 3px;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	transition: 0.3s;
}

.sl-btn a:hover {
	background-color: #0db15e;
	color: #fff;
}

.lyNyProDetail_con .lyNyProDetail_right {
	width: 79%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.lyNyProDetail_right .lyNyProDetail_ConTit {
	margin: 0 auto 30px;
	padding: 0;
	overflow: hidden;
	background: #eaeaea;
}

.lyNyProDetail_ConTit p {
	overflow: hidden;
	color: #555;
	font-size: 17px;
	box-sizing: border-box;
	float: left;
	border-top: 3px solid #eaeaea;
	border-left: 1px solid #fff;
	padding: 12px 0;
	line-height: 36px;
	width: 25%;
	text-align: center;
	transition: 0.3s;
	background-color: #eaeaea;
	cursor: pointer;
}

.lyNyProDetail_ConTit p.on {
	border-top: 3px solid #00479c;
	background-color: #fff;
	color: #00479c;
}

.lyNyProDetail_ConTit p:first-child {
	border-left: 0;
}

.lyNyProDetail_right .lyNyProDetail_ConText {
	width: 94%;
	overflow: hidden;
	line-height: 28px;
	color: #555;
	font-size: 14px;
	margin: 0 auto 30px;
	padding: 0 3%;
}

.lyNyProDetail_ConText img,
.lyNyProDetail_ConText p,
.lyNyProDetail_ConText span,
.lyNyProDetail_ConText div,
.lyNyProDetail_ConText video,
.lyNyProDetail_ConText embed {
	max-width: 100% !important;
	max-height: 100%;
	line-height: 28px;
	color: #555;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
}

.lyNyProDetail_ConText table,
.lyNyProDetail_ConText tr,
.lyNyProDetail_ConText td,
{
max-width: 100% !important;
max-height: 100%;
line-height: 28px;
color: #555;
font-size: 14px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
white-space: normal;
word-break: break-all;
margin: 0 !important;
width: auto !important;
}

.NyNewsdetail_con p span,
.NyNewsdetail_con span,
.NyNewsdetail_con p em,
.NyNewsdetail_con em {
	color: #565656 !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
	font-size: 15px !important;
}

.lyNyProDetail_ConText table tr td p {
	text-indent: 0 !important;
}

.lyNyProDetail_ConText img {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	text-indent: 0 !important;
}

.lyNyProDetail_right .lyNyProDetail_tlt2 {
	padding: 0 3%;
	margin-bottom: 20px;
}

.lyNyProDetail_right .lyNyProDetail_tlt2 p {
	position: relative;
	font-size: 18px;
	line-height: 1;
	color: #00479c;
	padding-bottom: 23px;
}

.lyNyProDetail_right .lyNyProDetail_tlt2 p:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
}

.lyNyProDetail_right .lyNyProDetail_tlt2 p:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background-color: #00479c;
}

.pdTab-box {
	position: relative;
}

.lyNyProDetail_right .lyNyProDetail_ConTit.tlles {
	position: fixed;
	top: 0;
	z-index: 999;
}

@media screen and (max-width:767px) {
	.lyNyProDetail_ConTit p {
		width: 50%;
	}
}

.ny_relate_cp {
	width: 100%;
	padding: 40px 0 0;
}

.ny_relate_cp .container {}

.ny_relate_cp .rTit {
	line-height: 24px;
	overflow: hidden;
}

.ny_relate_cp .rTitText {
	float: left;
	font-size: 24px;
	padding-left: 12px;
	background: url(../image/re-tit.png) no-repeat left center;
	color: #222;
}

.ny_relate_cp .rTitMore {
	float: right;
	font-size: 14px;
	color: #999;
}

.ny_relate_cp .rTitMore span {
	display: inline-block;
	padding-right: 16px;
	background: url(../image/re-more.png) no-repeat right 6px;
	transition: 0.3s;
}

.ny_relate_cp .rTitMore:hover {
	color: #00479c;
}

.ny_relate_cp .rTitMore:hover span {
	background-image: url(../image/re-moreh.png);
}

.ny_relate_cp .reMain {
	margin-top: 20px;
}

.ny_relate_cp .reMain ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 20px 0;
	padding: 10px;
	background-color: #f0f0f0;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ny_relate_cp .reMain ul li:nth-child(4n+4) {
	margin: 0 0 20px;
}

.ny_relate_cp .reMain ul li:hover {
	background-color: #00479c;
}

.ny_relate_cp .reMain ul li .lyIdxPro_img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0;
	background-color: #fff;
	border: none !important;
}

.ny_relate_cp .reMain ul li .lyIdxPro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

.ny_relate_cp .reMain ul li .lyIdxPro_img a img.idxPro_img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.ny_relate_cp .reMain ul li:hover .lyIdxPro_img a img.idxPro_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.ny_relate_cp .reMain ul li .lyIdxPro_name {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.ny_relate_cp .reMain ul li .lyIdxPro_name a {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ny_relate_cp .reMain ul li:hover .lyIdxPro_name a {
	color: #fff;
}

.ny_relate_cp .reMain ul li .idxPro_btn {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: -10px 0 0 -20px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 230px;
	z-index: 2;
}

.ny_relate_cp .reMain ul li .idxPro_btn a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: url(../image/idxPro_more1.png) center center no-repeat;
	background-size: 40px 40px;
}

.ny_relate_cp .reMain ul li:hover .idxPro_btn a {
	background: url(../image/idxPro_more2.png) center center no-repeat;
}

@media screen and (max-width:1023px) {
	.ny_relate_cp {
		width: 100%;
		padding: 40px 0 20px;
	}
}

@media screen and (max-width:500px) {
	.ny_relate_cp .reMain ul li .lyIdxPro_img {
		height: 160px;
	}

	.ny_relate_cp .reMain ul li .idxPro_btn {
		top: 160px;
	}
}

@media screen and (max-width:374px) {
	.ny_relate_cp .reMain ul li .lyIdxPro_img {
		height: 140px;
	}

	.ny_relate_cp .reMain ul li .idxPro_btn {
		top: 140px;
	}
}


.pro_detail_main {
	height: auto;
	margin: 20px auto 70px;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.pro_detail_main .pro_detail_img {
	width: 480px;
	height: 480px;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	border: 1px solid #eaeaea;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.pro_detail_img .pro_detail_img_main {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.pro_detail_img_main img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.pro_detail_main .pro_detail_text {
	width: 46%;
	min-height: 360px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 80px;
	float: right;
	position: relative;
}

.pro_detail_text h1 {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 30px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}

.pro_detail_text .jyms {
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin: 20px auto;
	padding: 20px;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

.pro_detail_text .jyms p {
	width: 100%;
	height: 104px;
	overflow: hidden;
	line-height: 28px;
	color: #888;
	font-size: 15px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.pro_detail_text .jyms p span {
	color: #333;
	font-weight: bold;
}

.pro_detail_text ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.pro_detail_text ul li {
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #888;
	font-size: 14px;
	text-align: justify;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.pro_detail_text ul li img {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin: 7px 4px 7px 0;
	padding: 0;
	float: left;
}

.pro_detail_text ul li span {
	color: #333;
}

.pro_detail_text .pro_detail_btn {
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pro_detail_btn a {
	display: block;
	width: 48%;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}

.pro_detail_btn a.prodtl_btn1 {
	float: left;
	margin: 0 4% 0 0;
	background-color: #adadad;
}

.pro_detail_btn a.prodtl_btn2 {
	float: left;
	background-color: #00479c;
}

.pro_detail_btn a.prodtl_btn1:hover {
	background-color: #333;
}

.pro_detail_btn a.prodtl_btn2:hover {
	background-color: #00479c;
}

/**产品详情页产品图片切换**/
.prodetail_img {
	width: 51%;
	height: 440px;
	margin: 0;
	padding: 0;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#preview {
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 13%;
	float: left;
	height: 442px;
	overflow: hidden;
}

#spec-left {
	width: 16px;
	height: 70px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-right {
	width: 16px;
	height: 70px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-list {
	width: 440px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}

#spec-list ul {}

#spec-list ul li {
	float: none;
	display: block;
	padding: 0;
	width: 100%;
	height: 82px;
	margin: 0 0 8px 0;
}

#spec-list ul li:last-child {
	/* margin:0; */
}

#spec-list ul li:first-child p {
	border: 1px solid rgb(0, 71, 156);
}

#spec-list ul li p {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #dfdfdf;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#spec-list ul li:hover p {
	border: 1px solid #1f71c2;
}

#spec-list ul li img {
	display: block;
	max-width: 94%;
	max-height: 94%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

/*jqzoom*/
.jqzoom {
	position: relative;
	width: 84%;
	height: 442px;
	float: right;
	overflow: hidden;
	padding: 0;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.jqzoom img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	background: url(http://www.gelinkairui17.com/skins/400194/css/i/loading.gif) #fff no-repeat center center;
	border: 1px solid #eaeaea;
	display: none;
	text-align: center;
	overflow: hidden;
	left: 104% !important;
	top: 0 !important;
}

.bigimg {}

.jqZoomPup {
	width: 200px !important;
	height: 200px !important;
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../image/mask.png) 0 0 repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list {
	position: relative;
	width: 100%;
	margin: 0;
}

#spec-list div {
	width: 100% !important;
	height: 70px !important;
	margin: 0;
}

#ceshi {
	display: block;
	margin: auto !important;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.prodetail_img a.videoIco {
	left: 20px !important;
	bottom: 20px !important;
	z-index: 99 !important;
}

.Warning {
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.pro_detail_main {
		padding: 0;
	}

	.prodetail_img {
		width: 45%;
		position: inherit;
		float: left;
	}

	.pro_detail_main .pro_detail_text {
		width: 52%;
	}

	.pro_detail_text .pro_detail_btn {
		width: 100%;
	}

	.zoomdiv {
		left: 104% !important;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyProDetail {
		margin: 40px auto;
	}
}

@media screen and (max-width:1023px) {
	.pro_detail_main {
		margin: 25px auto 40px;
	}

	.prodetail_img {
		width: 100%;
		height: auto;
		margin: 0 0 20px;
	}

	.pro_detail_main .pro_detail_text {
		width: 100%;
		padding-top: 0;
		height: auto;
		min-height: 260px;
		padding-bottom: 48px;
	}

	.pro_detail_text h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.pro_detail_text .jyms {
		margin: 10px auto;
		padding: 12px 16px;
		height: auto;
	}

	.pro_detail_text ul {
		overflow: hidden;
		margin: 10px auto;
	}

	.pro_detail_text ul li {
		font-size: 14px;
		margin: 6px auto;
	}

	.pro_detail_text .pro_detail_btn {
		height: 48px;
	}

	.pro_detail_btn a {
		height: 48px;
		line-height: 48px;
		width: 48%;
		font-size: 16px;
	}

	.pro_detail_btn a.prodtl_btn1 {
		margin: 0 4% 0 0;
	}

	#spec-list {
		width: 100%;
	}

	.zoomdiv,
	.jqZoomPup {
		display: none !important;
	}

	.ly_NyProDetail .lyNyProDetail_con {
		padding: 40px 0;
	}

	.lyNyProDetail_con .lyNyProDetail_right {
		width: 100%;
	}

	.lyNyProDetail_con .lyNyProDetail_left {
		width: 100%;
	}

	.sl-btn a {
		margin: 20px auto 0;
		display: block;
		width: 50%;
	}

	.ny_relate_cp .reMain ul li {
		width: 49%;
		overflow: hidden;
		margin: 0 2% 20px 0;
	}

	.ny_relate_cp .reMain ul li:nth-child(2n) {
		margin: 0 0 20px;
	}
}

@media (max-width:767px) {
	.pro_detail_main {
		margin: 0 auto 40px;
	}

	.prodetail_img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}

	#preview {
		width: 100%;
	}

	.jqzoom {
		width: 100%;
		height: 285px;
	}

	.pro_detail_text .jyms {
		padding: 12px;
		height: auto;
	}

	.pro_detail_text ul li {
		font-size: 14px;
		margin: 4px auto;
	}

	#spec-n5 {
		width: 100%;
		padding-top: 10px;
		height: auto;
	}

	#spec-list ul li {
		width: 18.8%;
		margin-right: 1.5%;
		float: left;
		height: 70px;
	}

	#spec-list ul li:last-child {
		margin-right: 0;
	}
}


/*内页-产品详情 结束*/


/*右侧漂浮 开始*/
.client-2 {
	position: fixed;
	right: -170px;
	top: 28%;
	z-index: 99999;
}

.client-2 li a {
	text-decoration: none;
}

.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 71px;
	position: relative;
}

.client-2 li i {
	background: url(../image/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 4px auto 0;
	text-align: center;
}

.client-2 li p {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}

.client-2 .my-kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}

.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}

.client-2 .my-kefu-right {
	width: 20px;
}

.client-2 .my-kefu-tel-main {
	background: #00479c;
	color: #fff;
	height: 56px;
	width: 247px;
	padding: 9px 0 6px;
	float: left;
}

.client-2 .my-kefu-main {
	background: #00479c;
	width: 97px;
	height: 56px;
	position: relative;
	padding: 9px 0 6px;
	float: left;
}

.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}

.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}

@media (max-width:1023px) {

	.my-kefu-liuyan,
	.my-kefu-weixin,
	.my-kefu-tel-right {
		display: none;
	}

	.client-2 {
		right: 0;
	}

	.client-2 li {
		height: 48px;
		position: static;
		margin: 0;
	}

	.client-2 .my-kefu-tel-main,
	.client-2 .my-kefu-main {
		width: 48px;
		border-radius: 48px;
		height: 40px;
		padding: 4px 0;
	}

	.my-kefu-main {
		background: #009240 !important;
	}

	.client-2 li a p {
		display: none;
	}

	.client-2 .my-kefu-left {
		height: 48px;
	}

	.client-2 .my-kefu-ftop i {
		margin: 2px 0 0 8px;
	}

	.client-2 .my-kefu-ftop {
		margin-top: 10px;
	}

	.client-2 .my-kefu-tel i {
		margin: 6px 0 0 12px;
	}
}


/*右侧漂浮 结束*/


.lx_dz {
	width: 100%;
	height: 270px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lx_dz .dz_map {
	width: 100%;
	overflow: hidden;
	height: 268px;
	margin: 0 auto;
}

/*详情页内容超出设置*/
@media (min-width:1199px) {
	#c_detail_wrap #new-div .zoom-caret {
		display: none !important;
	}
}

#c_detail_wrap img,
#c_detail_wrap p,
#c_detail_wrap span,
#c_detail_wrap div,
#c_detail_wrap video,
#c_detail_wrap embed {
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
	word-break: normal;
}

#c_detail_wrap #new-div {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	position: relative;
}

#c_detail_wrap #new-div .zoom-caret {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 50px;
	color: #a7a5a5;
	z-index: 2;
	padding: 0;
	margin: 0;
	opacity: .3;
}

#c_detail_wrap #new-div table {
	transform-origin: left top;
	border-collapse: collapse;
	max-width: 100%;
}

#c_detail_wrap #new-div table td {
	/*padding: 3px;border: 1px solid #ccc;*/
	max-width: 100%;
}

#c_detail_wrap #new-div table td img {
	max-width: 90% !important;
}

#c_detail_wrap #new-div.on {
	overflow: scroll;
	width: 100%;
}

#c_detail_wrap #new-div.on .zoom-caret {
	display: none;
}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {
	height: 2px;
}

/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {
	background-color: #f0f0f0;
	border-radius: 0px;
}

/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {
	background-color: #bfbfbf;
}

#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {
	background-color: #3c3c3c;
}

@media (max-width:880px) {

	#c_detail_wrap img,
	#c_detail_wrap p,
	#c_detail_wrap span,
	#c_detail_wrap div,
	#c_detail_wrap video,
	#c_detail_wrap embed {
		height: auto !important;
		max-width: 100% !important;
		max-height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		white-space: normal;
		word-break: break-all;
		word-break: normal;
	}

	#c_detail_wrap #new-div {
		overflow-x: hidden;
		overflow-y: hidden;
		width: 100%;
		position: relative;
	}

	#c_detail_wrap #new-div .zoom-caret {
		display: block;
		position: absolute;
		top: 10px;
		right: 5px;
		font-size: 50px;
		color: #a7a5a5;
		z-index: 2;
		padding: 0;
		margin: 0;
		opacity: .3;
	}

	#c_detail_wrap #new-div table {
		transform-origin: left top;
		border-collapse: collapse;
		max-width: none !important;
		width: auto;
	}

	#c_detail_wrap #new-div table td {
		/*padding: 3px;border: 1px solid #ccc;*/
	}

	#c_detail_wrap #new-div table td img {
		max-width: 90% !important;
	}

	#c_detail_wrap #new-div.on {
		overflow: scroll;
		width: 100%;
	}

	#c_detail_wrap #new-div.on .zoom-caret {
		display: none;
	}

	/*设置滚动条样式*/
	#c_detail_wrap #new-div::-webkit-scrollbar {
		height: 2px;
	}

	/* 滚动槽 */
	#c_detail_wrap #new-div::-webkit-scrollbar-track {
		background-color: #f0f0f0;
		border-radius: 0px;
	}

	/* 滚动条滑块 */
	#c_detail_wrap #new-div::-webkit-scrollbar-thumb {
		background-color: #bfbfbf;
	}

	#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {
		background-color: #3c3c3c;
	}

	#c_detail_wrap img,
	#c_detail_wrap p,
	#c_detail_wrap span,
	#c_detail_wrap div,
	#c_detail_wrap video,
	#c_detail_wrap embed {
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		white-space: normal;
		word-wrap: break-word;
		white-space: pre-wrap;
	}
}