﻿@charset "utf-8";

/* 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: separate;
	border-spacing: 0 20px;
	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;
	*zoom: 1;
}

.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

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;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
	.w1200 {
		width: 95%;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.w1200 {
		width: 95%;
	}
}

@media screen and (max-width:1079px) and (min-width:768px) {
	.w1200 {
		width: 95%;
	}
}

@media screen and (max-width:767px) {
	.w1200 {
		width: 95%;
	}
}

/* 设置滚动条的样式 */
::-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;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

input {
	border-radius: 0;
}


/*headtop 开始 */
.ly_headtop {
	width: 100%;
	height: 36px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #174b89;
}

.ly_headtop .lyht_main {
	width: 1200px;
	height: 36px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyht_main .lyht_fl {
	width: 50%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.lyht_main .lyht_fr {
	width: 50%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	text-align: right;
	float: right;
}

.lyht_fl img {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 8px 4px 8px 0;
	padding: 0;
	float: left;
}

.lyht_fl a {
	color: #fff;
}

.lyht_fr a {
	display: inline-block;
	color: #fff;
	margin: 0;
	padding: 0 10px;
}

.lyht_fl a:hover,
.lyht_fr a:hover {
	color: #fff;
}

.lyht_fr em {
	display: inline-block;
	width: 1px;
	height: 15px;
	overflow: hidden;
	margin: -2px 0 0;
	padding: 0;
	vertical-align: middle;
	background-color: #dfdfdf;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.ly_headtop .lyht_main {
		width: 95%;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_headtop .lyht_main {
		width: 95%;
	}
}

@media screen and (max-width:1079px) and (min-width:768px) {
	.ly_headtop .lyht_main {
		width: 96%;
	}
}

@media screen and (max-width:767px) {
	.ly_headtop {
		display: none;
	}
}

/*headtop 结束 */


/*头部 开始*/
.ly_top {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.ly_top .lytop_main {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.lytop_main .ly_logo {
	height: 100px;
	overflow: hidden;
	padding: 0;
	float: left;
}

.ly_logo a {
	display: block;
	width: 490px;
	height: 100px;
	overflow: hidden;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

.ly_logo a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
}

.ly_logo .logo_text {
	height: 50px;
	overflow: hidden;
	margin: 5px 0;
	padding: 5px 0 5px 20px;
	border-left: 1px solid #dfdfdf;
	float: left;
}

.logo_text p {
	height: 30px;
	line-height: 30px;
	color: #3e3e3e;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.logo_text span {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #797979;
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.lytop_main .ly_tel {
	height: 50px;
	overflow: hidden;
	margin: 25px 0;
	padding: 0 0 0 50px;
	background: url(../img/tel1.png) left center no-repeat;
	background-size: 40px 40px;
	float: right;
}

.ly_tel span {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #565656;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.ly_tel p {
	height: 30px;
	line-height: 30px;
	color: #174b89;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.ly_top .lytop_main {
		width: 95%;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_top .lytop_main {
		width: 95%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_top .lytop_main {
		width: 96%;
		height: 100px;
		padding: 0 2%;
	}

	.lytop_main .ly_logo {
		margin: 15px 0;
	}

	.ly_logo a {
		margin: 0 15px 0 0;
	}

	.ly_logo .logo_text {
		padding: 5px 0 5px 15px;
	}

	.lytop_main .ly_tel {
		margin: 25px 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_top .lytop_main {
		width: 96%;
		height: 80px;
		padding: 0 2%;
	}

	.lytop_main .ly_logo {
		height: 80px;
		margin: 0 0;
	}

	.ly_logo a {
		width: 450px;
		height: 80px;
		margin: 0;
	}

	.ly_logo .logo_text {
		display: none;
		padding: 5px 0 5px 15px;
	}

	.lytop_main .ly_tel {
		margin: 15px 0;
	}

	.ly_tel p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.ly_top {
		width: 94%;
		padding: 0 3%;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}

	.ly_top .lytop_main {
		width: 100%;
		height: 60px;
	}

	.lytop_main .ly_logo {
		height: 60px;
		margin: 0 0;
	}

	.ly_logo a {
		width: 90%;
		height: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
	}

	.ly_logo a img {
		width: auto;
		height: auto;
	}

	.ly_logo .logo_text {
		display: none;
	}

	.lytop_main .ly_tel {
		display: none;
	}
}

/*导航栏 开始*/
.ly_nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #184b8a;
	border-top: solid 1px #eee;
}

.ly_nav li,
.ly_nav a {
	text-decoration: none;
	list-style: none;
}

.ly_nav ::-webkit-scrollbar {
	display: none;
}

.ly_nav .nav_list {
	width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ly_nav .nav_list>ul>li {
	display: inline-block;
	width: 12%;
	height: 35px;
	position: relative;
	list-style: none;
	margin: 15px 0.5%;
	text-align: center;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ly_nav .nav_list>ul>li:last-child {
	background: none;
}

.ly_nav .nav_list>ul>li:hover {
	background-color: #2668b7;
}

.ly_nav .nav_list>ul>li>a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin: 0;
	line-height: 35px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ly_nav .nav_list>ul>li:hover,
.ly_nav .nav_list>ul>li.active {
	background-color: #2668b7;
}

.ly_nav .nav_list>ul>li:hover>a,
.ly_nav .nav_list>ul>li.active>a {
	color: #fff;
}

.ly_nav .nav_list>ul>li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/down2.png) center center no-repeat;
	background-size: 10px 10px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
}

.ly_nav .nav_list>ul>li i.cur {
	background: url(../img/ .png) center center no-repeat;
	background-size: 10px 10px;
	text-decoration: none;
}

.ly_nav .nav_list>ul>li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 99;
	width: 92%;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background: #174379;
	padding: 10px 4%;
}

.ly_nav .nav_list>ul>li ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.ly_nav .nav_list>ul>li ul li a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ly_nav .nav_list>ul>li ul li a:hover {
	color: #174b89;
	background-color: #fff;
}

.ly_nav .nav_menu {
	display: none;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.ly_nav .nav_list {
		width: 95%;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_nav {
		height: 60px;
	}

	.ly_nav .nav_list {
		width: 95%;
	}

	.ly_nav .nav_list>ul>li ul {
		top: 48px;
	}

	.ly_nav .nav_list>ul>li {
		margin: 13px 0.5%;
	}

	.ly_nav .nav_list>ul>li>a {
		font-size: 15px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_nav {
		height: 56px;
	}

	.ly_nav .nav_list {
		width: 96%;
	}

	.ly_nav .nav_list>ul>li ul {
		top: 48px;
	}

	.ly_nav .nav_list>ul>li {
		margin: 13px 0.5%;
	}

	.ly_nav .nav_list>ul>li>a {
		font-size: 15px;
	}

}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_nav {
		height: 56px;
	}

	.ly_nav .nav_list {
		width: 96%;
	}

	.ly_nav .nav_list>ul>li ul {
		top: 48px;
	}

	.ly_nav .nav_list>ul>li {
		width: 10%;
		margin: 13px 0;
	}

	.ly_nav .nav_list>ul>li>a {
		font-size: 12px;
	}

	.ly_nav .nav_list>ul>li ul li a {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.ly_nav {
		height: 0;
		margin: 0;
	}

	.ly_nav .nav_list {
		width: 60%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 9999;
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}

	.ly_nav .nav_list ul {
		width: 60%;
		height: 100%;
		background-color: #fff;
		position: relative;
		z-index: 9999;
	}

	.ly_nav .nav_list .nav_mask {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9998;
	}

	.ly_nav .nav_list ul>li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background: none;
		box-sizing: border-box;
		position: relative;
		height: auto;
	}

	.ly_nav .nav_list>ul>li:hover,
	.ly_nav .nav_list>ul>li.active {
		background-color: #1f4d98;
	}

	.ly_nav .nav_list ul>li a {
		display: block;
		width: 100%;
		line-height: 60px;
		color: #333;
		font-size: 16px;
		text-align: left;
		padding: 0 60px 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.ly_nav .nav_list>ul>li i {
		display: block;
		width: 60px;
		height: 60px;
		background-size: 14px 14px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(../img/down2.png) center center no-repeat;
		background-size: 14px 14px;
	}

	.ly_nav .nav_list>ul>li i.cur {
		background-size: 14px 14px;
	}

	.ly_nav .nav_list>ul>li ul {
		width: 92%;
		overflow: hidden;
		position: inherit;
		left: inherit;
		top: inherit;
		background-color: #f8f8f8;
		box-shadow: none;
	}

	.ly_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: 10px;
		right: 3%;
	}

	.ly_nav .nav_menu span {
		display: block;
		width: 24px;
		height: 2px;
		background-color: #ccc;
		border-radius: 1px;
	}

	.ly_nav .nav_menu span+span {
		margin-top: 6px;
	}

	.ly_nav .open {
		width: 100%;
		overflow: auto;
		left: 0%;
	}

	.ly_nav .nav_menu:active {
		background-color: #1f4d98;
		border: 1px solid #1f4d98;
	}

	.ly_nav .nav_menu:active span {
		background-color: #fff;
	}

	.ly_nav .nav_list>ul>li ul li a {
		width: 90%;
		padding: 0 5%;
		color: #555;
		text-align: left;
	}
}

/*导航栏 结束*/
/*头部 结束*/

/* banner 开始 */
.apple-banner {
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.apple-banner .swiper-container {
	width: 100%;
	height: 700px;
}

.apple-banner .swiper-container .swiper-button-prev,
.apple-banner .swiper-container .swiper-button-next {
	width: 15%;
	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(../img/arrows1.png) center center no-repeat;
	left: 20px;
}

.apple-banner .swiper-button-next span {
	background: rgba(0, 0, 0, 0.6) url(../img/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-pagination {
	top: auto;
	bottom: 24px;
	background: none;
}

.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, 0.5);
	border-radius: 50%;
}

.apple-banner .swiper-pagination-bullet-active span {
	background-color: #fff;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
	background: rgba(255, 255, 255, 0.5);
}

.apple-banner .swiper-pagination-bullet i {
	background-color: #fff;
	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: #fff;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.apple-banner {
		height: 440px;
	}

	.apple-banner .swiper-container {
		height: 440px;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.apple-banner {
		height: 420px;
	}

	.apple-banner .swiper-container {
		height: 420px;
	}

	.apple-banner .swiper-container .swiper-button-prev,
	.apple-banner .swiper-container .swiper-button-next {
		width: 10%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.apple-banner {
		height: 400px;
	}

	.apple-banner .swiper-container {
		height: 400px;
	}

	.swiper-container .swiper-button-prev,
	.apple-banner .swiper-container .swiper-button-next {
		width: 10%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.apple-banner {
		height: 300px;
	}

	.apple-banner .swiper-container {
		height: 300px;
	}

	.apple-banner .swiper-container .swiper-button-prev,
	.apple-banner .swiper-container .swiper-button-next {
		width: 10%;
	}
}

@media (max-width: 767px) {
	.apple-banner {
		height: 180px;
	}

	.apple-banner .swiper-container {
		height: 180px;
	}

	.apple-banner .swiper-container .swiper-button-prev,
	.apple-banner .swiper-container .swiper-button-next {
		width: 10%;
	}

	.apple-banner .swiper-button-prev span,
	.apple-banner .swiper-button-next span {
		width: 44px;
		height: 44px;
		background-size: 44px 44px;
	}

	.apple-banner .swiper-button-prev span {
		left: 10px;
	}

	.apple-banner .swiper-button-next span {
		right: 10px;
	}

	.apple-banner .swiper-pagination {
		bottom: 12px;
	}

	.apple-banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}

	.apple-banner .swiper-pagination-bullet span {
		width: 10px;
		height: 10px;
	}

	.apple-banner .swiper-pagination-bullet i {
		height: 10px;
	}
}

@media (max-width: 320px) {
	.apple-banner {
		height: 140px;
	}

	.apple-banner .swiper-container {
		height: 140px;
	}

}

/* banner 结束 */


/*热门关键词&搜索 开始*/
.ly_hotkw_search {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background-color: #f5f5f5;
	position: relative;
	z-index: 9;
}

.ly_hotkw_search .hotkw_search {
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotkw_search .hotkw_left {
	float: left;
	width: 66%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #797979;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
}

.hotkw_search .hotkw_left span {
	color: #32353a;
}

.hotkw_search .hotkw_left a {
	color: #797979;
}

.hotkw_search .hotkw_left a:hover {
	color: #1f4d98;
}

.hotkw_search .search_right {
	float: right;
	width: 30%;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0 80px 0 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotkw_search .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;
	border: 1px solid #174b89;
	border-right: 0;
	background: #fff url(../img/sc_btn.png) 9px 9px no-repeat;
	outline: none;
	margin: 0;
	padding: 0 9px 0 39px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotkw_search .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: #174b89;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.ly_hotkw_search .hotkw_search {
		width: 95%;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_hotkw_search .hotkw_search {
		width: 95%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_hotkw_search .hotkw_search {
		width: 96%;
	}

	.hotkw_search .hotkw_left {
		width: 62%;
	}

	.hotkw_search .search_right {
		width: 36%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_hotkw_search {
		height: 110px;
		margin: 0 auto;
	}

	.ly_hotkw_search .hotkw_search {
		width: 96%;
	}

	.hotkw_search .hotkw_left {
		width: 100%;
	}

	.hotkw_search .search_right {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.ly_hotkw_search {
		height: auto;
		margin: 0 auto;
		padding: 0;
		background-size: 100% 20px;
	}

	.ly_hotkw_search .hotkw_search {
		width: 100%;
		padding: 10px 3% 12px;
	}

	.hotkw_search .hotkw_left {
		width: 100%;
		height: auto;
		max-height: 48px;
		line-height: 24px;
		margin: 0 auto 10px;
		white-space: inherit;
	}

	.hotkw_search .search_right {
		width: 100%;
	}
}

/*热门关键词&搜索 结束*/


/*首页-大标题 开始*/
.ly_title {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 0;
}

.ly_title p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #1f4d98;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 8px;
	padding: 0;
}

.ly_title p font {
	color: #34313a;
}

.ly_title span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	color: #797979;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.ly_title1 p,
.ly_title1 p font,
.ly_title1 span {
	color: #fff;
}

.ly_title0 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #dfdfdf;
}

.ly_title0 p {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #1f4d98;
	font-size: 26px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0 0 0 40px;
	/* background: url(../images/mulu_tlt.png) left center no-repeat; */
	float: left;
}

.ly_title0 span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #797979;
	font-size: 16px;
	margin: 0;
	padding: 0;
	float: left;
}

.ly_title0 a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #797979;
	font-size: 14px;
	margin: 0;
	padding: 0;
	float: right;
}

.ly_title0 a:hover {
	color: #1f4d98;
}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:1024px) {}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_title {
		margin: 0 auto 20px;
	}

	.ly_title0 {
		margin: 0 auto 20px;
	}
}

@media (max-width: 767px) {
	.ly_title {
		margin: 0 auto 20px;
	}

	.ly_title p {
		height: 32px;
		line-height: 32px;
		font-size: 24px;
	}

	.ly_title span {
		line-height: 20px;
	}

	.ly_title0 {
		height: 32px;
		margin: 0 auto 20px;
	}

	.ly_title0 p {
		height: 32px;
		line-height: 32px;
		font-size: 22px;
		padding: 0 0 0 32px;
		background-size: 24px 24px;
	}

	.ly_title0 span {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}

	.ly_title0 a {
		height: 32px;
		line-height: 32px;
	}
}

/*首页-大标题 结束*/


/*首页产品展示*/
.h_product_box {
	padding-top: 40px;
	padding-bottom: 50px;
	/* width: 50%; */
}

.h_public_title {
	/* width: 360px; */
	text-align: center;
	margin: 0 auto 20px;
	;
}

.h_public_title p {
	font-size: 26px;
	color: #174b89;
	font-weight: bold;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #174b89;
	padding: 5px 0
}

.h_public_title span {
	font-size: 22px;
	color: #fe9c00;
	padding: 5px 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.h_public_title .triangle_border_down {
	width: 0;
	height: 0;
	border-width: 8px 8px 0;
	border-style: solid;
	border-color: #174b89 transparent transparent;
	/*灰 透明 透明 */
	margin: 0 auto;
	position: relative;
}

.h_public_title2 p {
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.h_public_title2 .triangle_border_down {
	border-color: #fff transparent transparent;
}


.h_pro_mulu {
	margin-top: 30px;
	text-align: center;
	min-height: 50px;
	max-height: 100px;
	overflow: hidden;
}

.h_pro_mulu .w1200 {
	width: 100%;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.h_pro_mulu a {
	display: block;
	float: left;
	width: 12%;
	height: 40px;
	line-height: 40px;
	margin-right: 2%;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #174b89;
	padding: 0 1.5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h_pro_mulu a:nth-child(6n) {
	margin-right: 0;
}

.h_pro_mulu a:hover {
	background: #fe9c00;
	color: #fff;
}

.h_pro_mulu a.on {
	background: #fe9c00;
	color: #fff;
}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {
	.h_product_box {
		padding-top: 26px;
		padding-bottom: 30px;
	}

	.h_public_title p {
		font-size: 25px;
	}

	.h_pro_mulu a {
		padding: 0 1%;
		width: 13%;
		font-size: 14px;
		margin-bottom: 12px;
	}
}

@media screen and (max-width:767px) {
	.h_product_box {
		padding-top: 26px;
		padding-bottom: 30px;
	}

	.h_public_title {
		margin-bottom: 22px;
		width: 100%;
	}

	.h_public_title p {
		font-size: 20px;
	}

	.h_public_title span {
		font-size: 16px;
	}

	.h_pro_mulu {
		max-height: 74px;
		height: auto;
	}

	.h_pro_mulu {
		margin: 12px 0 8px;
	}

	.h_pro_mulu a {
		width: 29%;
		height: 34px;
		line-height: 34px;
		font-size: 13px;
		margin-right: 2%;
		margin-bottom: 5px;
	}

	.h_pro_mulu a:nth-child(3n) {
		margin-right: 0;
	}
}

/*右侧产品展示*/
.h_product_box .h_pro_list {
	padding: 15px 0 0px;
	min-height: 540px;
}

.h_product_box .h_pro_list li {
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 10px;
	transition: all .3s;
	float: left;
	background: #fff;
}

.h_product_box .h_pro_list li:nth-child(4n) {
	margin-right: 0;
}

.h_product_box .h_pro_list li .pic {
	display: block;
	height: 270px;
	text-align: center;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
	position: relative;
	border: 1px solid #dedede;
}

.h_product_box .h_pro_list li .pic img {
	max-width: 95%;
	max-height: 95%;
	vertical-align: middle;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.h_product_box .h_pro_list li .pic .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.h_product_box .h_pro_list li .wz {
	overflow: hidden;
}

.h_product_box .h_pro_list li .wz .tlt {
	display: block;
	background-color: #fff;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #555;
	font-size: 15px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 3%;
}

.h_product_box .h_pro_list li:hover .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);
}

.h_product_box .h_pro_list li:hover .wz .tlt {
	color: #174b89;
}

.h_more {
	display: block;
	width: 110px;
	border: solid 1px #ddd;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	background: #fff;
	color: #174b89;
	margin: 10px auto 0;
	padding: 13px 23px;
	text-align: center;
}

.h_more:hover {
	background: #174b89;
	color: #fff;
	border: 1px solid #174b89;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.h_product_box .h_pro_list {
		min-height: 500px;
	}

	.h_product_box {
		padding-top: 26px;
		padding-bottom: 45px;
	}

	.h_product_box .h_pro_list li .pic {
		height: 200px
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_hotkw_search .hotkw_search {
		width: 96%;
	}

	.hotkw_search .hotkw_left {
		width: 62%;
	}

	.hotkw_search .search_right {
		width: 36%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.h_product_box .h_pro_list {
		min-height: 140px;
		padding: 0 0 0px;
	}

	.h_product_box .h_pro_list li .pic {
		height: 128px;
	}

	.h_product_box .h_pro_list li {
		margin-bottom: 18px;
	}

	.h_product_box .h_pro_list li .wz .tlt {
		font-size: 15px;
		height: 30px;
		line-height: 30px;
	}

}

@media (max-width: 767px) {
	.h_product_box .h_pro_list {
		min-height: 140px;
	}

	.h_product_box .h_pro_list li {
		width: 48.5%;
	}

	.h_product_box .h_pro_list li:nth-child(2n) {
		margin-right: 0;
	}

	.h_product_box .h_pro_list li:nth-child(5) {
		margin-right: 3%;
	}

	.h_product_box .h_pro_list li:nth-child(10) {
		margin-right: 0;
	}

	.h_product_box .h_pro_list li .pic {
		height: 180px;
	}

	.h_product_box .h_pro_list li {
		margin-bottom: 18px;
	}

	.h_product_box .h_pro_list li .wz .tlt {
		font-size: 14px;
		height: 35px;
		line-height: 35px;
	}

}



/*首页-关于我们 开始*/
.ly_idxAbout {
	width: 100%;
	background: url(../img/youshi.jpg) center top no-repeat;
	background-size: cover;
	margin: 0px auto;
	padding: 40px 0;
}

.ly_idxAbout .w1200 {
	background: #fff;
	padding: 40px 20px 20px;
}

.ly_idxAbout .idxAbout_main {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.idxAbout_main .idxAbout_img {
	width: 45%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.idxAbout_img img {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.idxAbout_main .idxAbout_text {
	width: 52%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.idxAbout_text .idxAbout_con {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.idxAbout_con .idxAbout_name {
	width: 100%;
	overflow: hidden;
	color: #1f4d98;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 40px;
	padding: 0;
}

.idxAbout_con .conn {
	width: 100%;
	min-height: 206px;
	max-height: 206px;
	overflow: hidden;
	line-height: 30px;
	color: #565656;
	font-size: 15px;
	text-align: justify;
	text-indent: 2em;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.idxAbout_con .conn p {
	line-height: 30px;
	color: #565656;
	font-size: 15px;
	text-align: justify;
	text-indent: 2em;
}

.idxAbout_con a {
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	line-height: 38px;
	color: #174b89;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	margin: 39px 0 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #174b89;
	float: right;
}

.idxAbout_con a:hover {
	color: #fff;
	background-color: #1f4d98;
}

.ly_idxAbout .adv-imglist {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top: 1px dashed #009;
	margin-top: 30px;
}

.ly_idxAbout .adv-imglist ul {
	width: 100%;
	padding: 30px 0 20px;
}

.ly_idxAbout .adv-imglist ul:after {
	clear: both;
	content: '';
	font-size: 0px;
	width: 100%;
	height: 0px;
	display: block;
}

.ly_idxAbout .adv-imglist ul li {
	width: 18.8%;
	margin-right: 1.5%;
	float: left;
}

.ly_idxAbout .adv-imglist ul li:nth-child(5n) {
	margin-right: 0;
}

.ly_idxAbout .adv-imglist ul li img {
	width: 100%;
	display: block;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.idxAbout_main .idxAbout_img {
		width: 50%;
	}

	.idxAbout_main .idxAbout_text {
		width: 46%;
	}

	.idxAbout_con .idxAbout_name {
		margin: 0 auto 30px;
		font-size: 28px;
	}

	.idxAbout_con .conn {
		max-height: 210px;
		-webkit-line-clamp: 7;
	}

	.idxAbout_text ul.idxAbout_tb li img {
		max-width: 100px;
	}

	.idxAbout_con a {
		margin: 30px 0 0;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxAbout {
		width: 100%;
	}

	.idxAbout_main .idxAbout_img {
		width: 50%;
	}

	.idxAbout_main .idxAbout_text {
		width: 46%;
	}

	.idxAbout_con .idxAbout_name {
		margin: 0 auto 30px;
		font-size: 28px;
	}

	.idxAbout_con .conn {
		max-height: 180px;
		-webkit-line-clamp: 7;
	}

	.idxAbout_con a {
		margin: 30px 0 0;
	}

	.ly_idxAbout .w1200 {
		padding: 20px 20px 0px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxAbout {
		width: 100%;
	}

	.idxAbout_main .idxAbout_img {
		width: 100%;
		margin: 0 auto 20px;
		padding: 0;
		text-align: center;
	}

	.idxAbout_img img {
		display: inline-block;
		width: auto;
		max-width: 100%;
	}

	.idxAbout_main .idxAbout_text {
		width: 100%;
	}

	.idxAbout_con .idxAbout_name {
		text-align: center;
		font-size: 24px;
		margin: 0 auto 20px;
	}

	.idxAbout_con .conn {
		max-height: 320px;
		-webkit-line-clamp: 8;
		text-align: center;
	}

	.idxAbout_con a {
		margin: 20px auto 0;
		float: none;
	}

	.ly_idxAbout .w1200 {
		padding: 20px 0 10px;
	}

	.ly_idxAbout .idxAbout_main {
		padding: 0 3%;
		width: 94%;
	}

	.ly_idxAbout .adv-imglist {
		padding: 0 3%;
		width: 94%;
		margin: 30px auto 0;
	}
}

@media (max-width: 767px) {
	.ly_idxAbout {
		width: 100%;
	}

	.idxAbout_main .idxAbout_img {
		width: 100%;
		margin: 0 auto 20px;
		padding: 0;
		text-align: center;
	}

	.idxAbout_img img {
		display: inline-block;
		width: auto;
		max-width: 100%;
	}

	.idxAbout_main .idxAbout_text {
		width: 100%;
	}

	.idxAbout_con .idxAbout_name {
		text-align: center;
		font-size: 24px;
		margin: 0 auto 20px;
	}

	.idxAbout_con .conn {
		max-height: 320px;
		-webkit-line-clamp: 8;
		text-align: center;
		font-size: 14px;
	}

	.idxAbout_con a {
		margin: 20px auto 0;
		float: none;
	}

	.ly_idxAbout .w1200 {
		padding: 20px 0 20px;
	}

	.ly_idxAbout .idxAbout_main {
		padding: 0 3%;
		width: 94%;
	}

	.ly_idxAbout .adv-imglist {
		padding: 0 3%;
		width: 94%;
		margin: 30px auto 0;
		display: none;
	}
}

/*首页-关于我们 结束*/

/*首页为什么选择我们*/
.h_youshi {
	padding: 50px 0 20px;
	background: #f6f4f7;
}

.h_youshi .h_public_title {
	width: 400px;
}

/* .h_youshi ul {
	padding-top: 20px;
} */

.h_youshi ul li {
	/* background: #fff; */
	float: left;
/* 	margin: 0 3% 30px 0;
	width: 44.5%;
	padding: 25px 2%; */
}

.h_youshi ul li:nth-child(2n) {
	margin-right: 0;
}

.h_youshi ul li .pic {
	float: left;
	width: 16%;
	height: 77px;
}

.h_youshi ul li .wz {
	float: right;
	width: 80%;
}

.h_youshi ul li .wz p {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h_youshi ul li .wz span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 42px;
	overflow: hidden;
	margin-top: 5px;
}

.h_youshi ul li.ys1 .pic {
	background: url(../img/h_ys1.png) center center no-repeat;
	background-size: contain;
}

.h_youshi ul li.ys2 .pic {
	background: url(../img/h_ys2.png) center center no-repeat;
	background-size: contain;
}

.h_youshi ul li.ys3 .pic {
	background: url(../img/h_ys3.png) center center no-repeat;
	background-size: contain;
}

.h_youshi ul li.ys4 .pic {
	background: url(../img/h_ys4.png) center center no-repeat;
	background-size: contain;
}

@media (max-width: 767px) {
	.h_youshi {
		padding: 30px 0 18px;
	}

	.h_youshi ul li {
		width: 96%;
		margin: 0 0 10px 0;
		/* padding: 14px 2%; */
	}

	.h_youshi .h_public_title {
		width: 100%;
	}

	.h_youshi ul li .wz p {
		font-size: 16px;
	}

	.h_youshi ul {
		padding-top: 5px;
	}
}

/*首页-成功案例 开始*/
.ly_idxCase {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0;
	background: #fff;
}

.ly_idxCase .h_public_title {
	width: 405px;
}

.ly_idxCase .lyIdxCase_main {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxCase_main .lyIdxCase_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyIdxCase_list ul {
	overflow: hidden;
	padding-top: 20px;
	min-height: 260px;
}

.lyIdxCase_list ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 0 0;
	padding: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxCase_list ul li:nth-child(4) {
	margin: 0;
}

.lyIdxCase_list ul li a.pic {
	display: block;
	height: 206px;
	padding: 2%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	text-align: center;
	border: 0px solid #dedede;
	border-bottom: 0;
}

.lyIdxCase_list ul li a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyIdxCase_list ul li a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.lyIdxCase_list ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyIdxCase_list ul li a.tlt {
	display: block;
	width: 100%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.lyIdxCase_list ul li:hover .tlt {
	background-color: #fe9c00;
}

.ly_idxCase .h_more {
	margin: 30px auto 0;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.ly_idxCase .lyIdxCase_main {
		width: 95%;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxCase .lyIdxCase_main {
		width: 95%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxCase {
		padding: 40px 0;
	}

	.ly_idxCase .lyIdxCase_main {
		width: 96%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxCase {
		padding: 40px 0;
	}

	.ly_idxCase .lyIdxCase_main {
		width: 96%;
	}

	.lyIdxCase_list ul li a.tlt {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}

	.lyIdxCase_list ul li a.pic {
		height: 145px;
	}

	.lyIdxCase_list ul {
		min-height: 200px;
	}
}

@media (max-width: 767px) {
	.ly_idxCase {
		padding: 40px 0 30px;
	}

	.ly_idxCase .lyIdxCase_main {
		width: 94%;
	}

	.lyIdxCase_list ul {
		padding-top: 5px;
	}

	.lyIdxCase_list ul li {
		width: 48.5%;
		height: auto;
		overflow: hidden;
		margin: 0 3% 10px 0;
	}

	.lyIdxCase_list ul li:nth-child(2n) {
		margin: 0 0 10px 0;
	}

	.lyIdxCase_list ul li a.pic {
		height: 164px;
	}

	.lyIdxCase_list ul li a {
		height: auto;
	}

	.lyIdxCase_list ul li a.tlt {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}

	.ly_idxCase .h_public_title {
		width: 100%;
	}
}

/*首页-成功案例 结束*/


/*首页-成功案例2 开始*/
.ly_idxCase2 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0 30px;
	background: #fff;
}

.ly_idxCase2 .h_public_title {
	width: 405px;
}

.ly_idxCase2 .lyIdxCase_main2 {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxCase_main2 .lyIdxCase_list2 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyIdxCase_list2 ul {
	overflow: hidden;
	padding-top: 20px;
	min-height: 260px;
}

.lyIdxCase_list2 ul li {
	overflow: hidden;
	margin: 0 2% 20px 0;
	width: 49%;
	padding: 0;
	float: left;
	position: relative;
}

.lyIdxCase_list2 ul li:nth-child(2n) {
	margin: 0 0 20px 0;
}

.lyIdxCase_list2 ul li a.pic {
	display: block;
	height: 260px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	text-align: center;
	cursor: default
}

.lyIdxCase_list2 ul li a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyIdxCase_list2 ul li a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.lyIdxCase_list2 ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyIdxCase_list2 ul li p.tlt {
	display: block;
	width: 30%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	height: 260px;
}

.lyIdxCase_list2 ul li p.tlt span {
	display: block;
	padding: 30px 20px 0 20px;
	font-size: 24px;
}

.lyIdxCase_list2 ul li:nth-child(3) p.tlt {
	left: inherit;
	right: 0;
}

.lyIdxCase_list2 ul li:nth-child(4) p.tlt {
	left: inherit;
	right: 0;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.ly_idxCase2 .lyIdxCase_main2 {
		width: 95%;
	}

	.lyIdxCase_list2 ul li a.pic {
		height: auto;
	}

	.lyIdxCase_list2 ul li p.tlt {
		height: 100%;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxCase2 .lyIdxCase_main2 {
		width: 95%;
	}

	.lyIdxCase_list2 ul li a.pic {
		height: auto;
	}

	.lyIdxCase_list2 ul li p.tlt {
		height: 100%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxCase2 {
		padding: 40px 0;
	}

	.ly_idxCase2 .lyIdxCase_main2 {
		width: 96%;
	}

	.lyIdxCase_list2 ul li a.pic {
		height: auto;
	}

	.lyIdxCase_list2 ul li p.tlt {
		height: 100%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxCase2 {
		padding: 40px 0;
	}

	.ly_idxCase2 .lyIdxCase_main2 {
		width: 96%;
	}

	.lyIdxCase_list2 ul {
		min-height: 200px;
	}

	.lyIdxCase_list2 ul li a.pic {
		height: auto;
	}

	.lyIdxCase_list2 ul li p.tlt {
		height: 100%;
	}

	.lyIdxCase_list2 ul li p.tlt span {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.ly_idxCase2 {
		padding: 40px 0 30px;
	}

	.ly_idxCase2 .lyIdxCase_main2 {
		width: 94%;
	}

	.lyIdxCase_list2 ul {
		padding-top: 5px;
	}

	.lyIdxCase_list2 ul li {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 0 10px 0;
	}

	.lyIdxCase_list2 ul li:nth-child(2n) {
		margin: 0 0 10px 0;
	}

	.lyIdxCase_list2 ul li a.pic {
		height: auto;
	}

	.lyIdxCase_list2 ul li p.tlt {
		height: 100%;
	}

	.lyIdxCase_list2 ul li p.tlt span {
		font-size: 16px;
	}
}

/*首页-成功案例 结束*/

/*首页-荣誉证书 开始*/
.ly_idxHonor {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0;
	background: #025097;
}

.ly_idxHonor .h_public_title {
	width: 405px;
}

.ly_idxHonor .lyIdxHonor_main {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyIdxHonor_main .lyIdxHonor_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyIdxHonor_list ul {
	padding-top: 20px;
	min-height: 260px;
	overflow: hidden;
}

.lyIdxHonor_list ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 0 0;
	padding: 0;
	float: left;
	-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 a.pic {
	display: block;
	height: 200px;
	padding: 2%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	text-align: center;
}

.lyIdxHonor_list ul li a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyIdxHonor_list ul li a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.lyIdxHonor_list ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyIdxHonor_list ul li a.tlt {
	display: block;
	width: 100%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.lyIdxHonor_list ul li:hover .tlt {
	background-color: #fe9c00;
}

.ly_idxHonor .h_more {
	display: block;
	width: 110px;
	border: solid 1px #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	background: #fff;
	color: #174b89;
	margin: 30px auto 0;
	padding: 13px 23px;
}

.ly_idxHonor .h_more:hover {
	background: #fe9c00;
	color: #fff;
	border: 1px solid #fe9c00;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.ly_idxHonor .lyIdxHonor_main {
		width: 95%;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxHonor .lyIdxHonor_main {
		width: 95%;
	}

	.lyIdxHonor_list ul li {
		height: 248px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxHonor {
		padding: 40px 0;
	}

	.ly_idxHonor .lyIdxHonor_main {
		width: 96%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxHonor {
		padding: 40px 0;
	}

	.ly_idxHonor .lyIdxHonor_main {
		width: 96%;
	}

	.lyIdxHonor_list ul li a.pic {
		height: 145px;
	}

	.lyIdxHonor_list ul {
		min-height: 200px;
	}

	.lyIdxHonor_list ul li a.tlt {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.ly_idxHonor .h_public_title {
		width: 100%;
	}

	.ly_idxHonor {
		padding: 40px 0;
	}

	.ly_idxHonor .lyIdxHonor_main {
		width: 94%;
	}

	.ly_idxHonor ul {
		padding-top: 5px;
	}

	.lyIdxHonor_list ul li {
		width: 48.5%;
		height: auto;
		overflow: hidden;
		margin: 0 3% 10px 0;
	}

	.lyIdxHonor_list ul li:nth-child(2n) {
		margin: 0 0 10px 0;
	}

	.lyIdxHonor_list ul li a.pic {
		height: 164px;
	}

	.lyIdxHonor_list ul li a {
		height: auto;
	}

	.lyIdxHonor_list ul li a.tlt {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
}

/*首页-荣誉证书 结束*/


/*首页-公司新闻 开始*/
.ly_idxNews {
	width: 1200px;
	height: auto;
	margin: 60px auto 40px;
	padding: 0;
}

.ly_idxNews .h_news_in {
	padding-top: 20px;
}

.ly_idxNews .h_news_in .l {
	width: 43%;
	float: left;
}

.h_news_scoll {
	width: 96%;
	height: 488px;
	overflow: hidden;
}

.h_news_scoll .item {
	position: relative;
	border: 1px solid #ececec;
	min-height: 486px;
}

.h_news_scoll .lSPrev,
.h_news_scoll .lSNext {
	/* background: url(../images/jiantou_l.png) center center no-repeat; */
	width: 45px;
	height: 45px;
	position: absolute;
	left: -65px;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	display: none;
}

.h_news_scoll .lSNext {
	left: auto;
	right: -65px;
	/* background: url(../images/jiantou_r.png) center center no-repeat; */
}

.h_news_scoll .content-slider {
	width: 100%;
	overflow: hidden;
}

.h_news_scoll .content-slider li {
	margin-right: 0;
	width: 100%;
	background: #fff;
	position: relative;
}

.h_news_scoll .content-slider li .pic {
	display: block;
	height: 440px;
	text-align: center;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
	position: relative;
}

.h_news_scoll .content-slider li .pic img {
	max-width: 98%;
	max-height: 98%;
	vertical-align: middle;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.h_news_scoll .content-slider li .pic .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.h_news_scoll .content-slider li:hover .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);
}

.h_news_scoll .content-slider li .tlt {
	display: block;
	background-color: #025097;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 3%;
	width: 94%;
	margin-bottom: -1px;
}

.h_news_scoll .content-slider li .tlt a {
	display: block;
	width: 70%;
	float: left;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.h_news_scoll .content-slider li .tlt span {
	display: block;
	width: 25%;
	float: right;
	font-size: 14px;
	color: #fff;
	text-align: right;
}

.h_news_scoll .content-slider li:hover .tlt {
	color: #ffffff;
	background-color: #146fb7;
}

.lSSlideOuter .lSPager {
	position: absolute;
	bottom: 70px;
	right: 20px;
	display: none;
}

.h_news_scoll .lSSlideOuter .lSPager.lSpg>li a {
	width: 20px;
	height: 20px;
	color: #555;
	background: #dedede;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	border-radius: 0;
	text-indent: 0;
}

.h_news_scoll .lSSlideOuter .lSPager.lSpg>li:hover a,
.h_news_scoll .lSSlideOuter .lSPager.lSpg>li.active a {
	background: #025097;
	color: #fff;
}

.ly_idxNews .h_news_in .r {
	width: 55%;
	float: right;
	padding-top: 60px;
}

.ly_idxNews .h_news_in {
	position: relative;
}

.ly_idxNews .h_news_in .hd {
	height: 50px;
	background-color: #dedede;
	line-height: 50px;
	margin-bottom: 10px;
	position: absolute;
	top: 20px;
	right: 0;
	width: 55%;
}

.ly_idxNews .h_news_in .hd span {
	float: left;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #dedede;
	cursor: pointer;
	font-size: 15px;
}

.ly_idxNews .h_news_in .hd span:hover {
	background: #025097;
	color: #FFFFFF;
	height: 50px;
}

.ly_idxNews .h_news_in .hd span.on {
	background: #025097;
	color: #FFFFFF;
	height: 50px;
}

.h_newslist {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: none;
}

.h_newslist.on {
	display: block;
}

.h_newslist .l2 {
	width: 100%;
	background: #fff;
	padding: 12px 0;
	border-bottom: 1px dashed #eaeaea;
	box-sizing: border-box;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.h_newslist .l2 .c_wrap {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

.h_newslist .l2 .img {
	float: left;
	width: 218px;
	height: 123px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 0;
	overflow: hidden;
}

.h_newslist .l2 .img img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transition: -webkit-transform 2s;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.h_newslist .l2:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.h_newslist .l2 .tit {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	position: relative;
	position: relative;
	margin: 0 auto 2px;
	padding-right: 100px;
	overflow: hidden;
	box-sizing: border-box;
}

.h_newslist .l2 .tit a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #121515;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h_newslist .l2 .tit a em {
	display: block;
	width: 4px;
	height: 4px;
	overflow: hidden;
	margin: 13px 10px 13px 0;
	padding: 0;
	background-color: #025097;
	opacity: 0.6;
	float: left;
}

.h_newslist .l2 .time {
	width: 100px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	font-family: Arial;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

.h_newslist .l2 .info {
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 25px;
	color: #999;
	font-size: 14px;
	text-align: justify;
}

.h_newslist .l2:hover .tit a {
	color: #025097;
}

.h_newslist .l2:hover .tit a em {
	opacity: 1;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.ly_idxNews {
		width: 95%;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_idxNews {
		width: 95%;
	}

	.h_news_scoll .item {
		overflow: hidden;
	}

	.h_news_scoll .lSPrev,
	.h_news_scoll .lSNext {
		display: none;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_idxNews {
		width: 95%;
	}

	.h_news_scoll .item {
		overflow: hidden;
	}

	.h_news_scoll .lSPrev,
	.h_news_scoll .lSNext {
		display: none;
	}

	.ly_idxNews .h_news_in .l {
		width: 50%;
	}

	.ly_idxNews .h_news_in .r {
		width: 48%;
	}

	.ly_idxNews .h_news_in .hd {
		width: 48%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_idxNews {
		width: 95%;
		margin: 40px auto 40px;
	}

	.h_news_scoll .item {
		overflow: hidden;
	}

	.h_news_scoll .lSPrev,
	.ny_honor_scoll .lSNext {
		display: none;
	}

	.h_news_scoll .content-slider li {
		margin-bottom: 0;
	}

	.ly_idxNews .h_news_in .l {
		width: 100%;
		margin-bottom: 20px;
	}

	.h_news_scoll {
		width: 100%;
	}

	.ly_idxNews .h_news_in .r {
		width: 100%;
		padding-top: 0;
	}

	.ly_idxNews .h_news_in .hd {
		width: 100%;
		position: static;
		top: 0;
		margin-bottom: 40px;
	}

	.h_news_scoll .content-slider li .pic {
		height: auto;
		padding: 10px 0;
	}

	.h_news_scoll .content-slider li .pic img {
		width: 98%;
		height: auto;
	}

	.h_news_scoll {
		height: auto;
	}
}

@media screen and (max-width:767px) {
	.ly_idxNews {
		width: 95%;
		margin: 40px auto 20px;
	}

	.h_news_scoll .item {
		overflow: hidden;
		min-height: 326px;
	}

	.h_news_scoll .lSPrev,
	.ny_honor_scoll .lSNext {
		display: none;
	}

	.h_news_scoll .content-slider li {
		margin-bottom: 0;
	}

	.h_news_scoll .content-slider li .tlt a {
		font-size: 15px;
	}

	.ly_idxNews .h_news_in .l {
		width: 100%;
		margin-bottom: 10px;
	}

	.h_news_scoll {
		width: 100%;
		height: 328px;
	}

	.ly_idxNews .h_news_in .r {
		width: 100%;
		padding-top: 0;
	}

	.h_news_scoll .content-slider li .pic {
		height: 280px;
	}

	.ly_idxNews .h_news_in {
		padding-top: 5px;
	}

	.ly_idxNews .h_news_in .hd {
		width: 100%;
		position: static;
		top: 0;
		margin-bottom: 20px;
	}

	.ly_idxNews .h_news_in .hd span {
		width: 33.33333%;
	}

	.h_news_scoll .content-slider li .pic {
		height: auto;
		padding: 10px 0;
	}

	.h_news_scoll .content-slider li .pic img {
		width: 98%;
		height: auto;
	}

	.h_news_scoll {
		height: auto;
	}
}

/*首页-公司新闻 结束*/

/*首页-友情链接 开始*/
.ly_Links {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 20px;
	background-color: #fff;
}

.ly_Links .lyLinks_main {
	width: 1200px;
	min-height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 180px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyLinks_main .Lk_tit {
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 32px;
	background: url(../img/lk_icon.png) left center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.lyLinks_main .Lk_list {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.lyLinks_main .Lk_list a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #777;
	font-size: 14px;
	margin: 0 20px 0 0;
	padding: 0;
}

.lyLinks_main .Lk_list a:hover {
	color: #1f4d98;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.ly_Links .lyLinks_main {
		width: 95%;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Links .lyLinks_main {
		width: 95%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Links .lyLinks_main {
		width: 96%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_Links .lyLinks_main {
		width: 96%;
		padding: 0;
	}

	.lyLinks_main .Lk_tit {
		position: inherit;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.ly_Links .lyLinks_main {
		width: 94%;
		padding: 0;
	}

	.lyLinks_main .Lk_tit {
		position: inherit;
		font-size: 18px;
	}
}

/*首页-友情链接 结束*/


/*底部样式*/
.foot_t {
	width: 100%;
	background: #184b8a;
	border-top: solid 1px #eee;
	font-weight: normal;
	color: #fff;
	height: 60px;
	line-height: 60px;
}

.foot_t .w1200 {
	height: 60px;
	line-height: 60px;
}

.foot_t a {
	color: #fff;
	padding: 0 2%;
	font-size: 15px;
}

.foot_t span {
	/* background: url(../img/top.png) no-repeat right center; */
	height: 60px;
	display: block;
	float: right;
	width: 90px;
}

.foot_t span a {
	display: block;
	width: 100%;
	height: 100%;
}

.foot_b {
	width: 100%;
	background: #434343;
	padding: 40px 0 0;
}

.f_b_t {
	height: 305px;
}

.f_contact {
	width: 66.66666667%
}

.f_contact p {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 15px;
}

.f_contact a {
	color: #fff;
}

.f_contact span {
	color: #9c9c9c;
	font-family: "Microsoft Yahei";
	line-height: 30px;
	margin-bottom: 7px;
	display: block;
	max-height: 60px;
	overflow: hidden;
}

.f_contact span.xian {
	width: 80px;
	height: 5px;
	line-height: 5px;
	background-color: #4e89be;
	display: block;
	margin-top: 15px;
}

.f_contact ul li {
	margin-right: 40px;
	float: left;
	width: 280px;
	text-indent: 50px;
	margin-top: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #9c9c9c;
}

.f_contact li.heart {
	background: url(../img/telicon.png) left center no-repeat;
}

.f_contact li.heart1 {
	background: url(../img/qqicon.png) left center no-repeat;
}

.f_contact li.heart2 {
	background: url(../img/faxicon.png) left center no-repeat;
}

.f_contact li.heart3 {
	background: url(../img/emailicon.png) left center no-repeat;
}

.f_ewm {
	width: 30%;
}

.f_ewm p {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 15px;
}

.f_ewm p b {
	font-size: 15px;
	color: #ccc7c3;
}

.copyright {
	text-align: center;
	border-top: 1px solid #717171;
	min-height: 40px;
	line-height: 40px;
	color: #ccc;
}

.copyright a {
	color: #ccc;
}

.code1 {
	margin-right: 30px;
}

.code1 p,
.code2 p {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: #8a8f92;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
	.foot_t a {
		padding: 0 1.5%;
	}

	.f_ewm {
		width: 33%;
	}
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.foot_t span {
		display: none;
	}

	.foot_t a {
		padding: 0 1.5%;
	}

	.f_ewm {
		width: 38%;
	}

	.f_contact {
		width: 60.666667%;
	}

}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.foot_t span {
		display: none;
	}

	.foot_t a {
		padding: 0 1.5%;
	}

	.f_ewm {
		width: 38%;
	}

	.f_contact {
		width: 60.666667%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.foot_t span {
		display: none;
	}

	.foot_t .w1200 {
		font-size: 0;
	}

	.foot_t a {
		padding: 0 2%;
	}

	.f_ewm {
		width: 100%;
		float: none;
	}

	.f_contact {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.f_b_t {
		height: auto;
	}
}

@media (max-width: 767px) {
	.foot_t {
		display: none;
	}

	.foot_t span {
		display: none;
	}

	.foot_t .w1200 {
		font-size: 0;
	}

	.foot_t a {
		padding: 0 2%;
	}

	.f_ewm {
		width: 100%;
		float: none;
		display: none;
	}

	.f_contact {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.f_b_t {
		height: auto;
	}

	.copyright {
		line-height: 22px;
		padding: 10px 0;
	}

	.foot_b {
		padding: 20px 0 0;
	}

	.f_contact span.xian {
		display: none;
	}

	.f_contact ul {
		display: none;
	}

	.f_contact p {
		font-size: 18px;
		display: none;
	}
}

/*ny_banner 开始*/
.ny_banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.ny_banner img {
	display: block;
	width: 1920px;
	height: 300px;
	overflow: hidden;
	margin: -150px 0 0 -960px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_banner {
		height: 250px;
	}

	.ny_banner img {
		width: 1600px;
		height: 250px;
		margin: -125px 0 0 -800px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ny_banner {
		height: 220px;
	}

	.ny_banner img {
		width: 1408px;
		height: 220px;
		margin: -110px 0 0 -704px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_banner {
		height: 200px;
	}

	.ny_banner img {
		width: 1280px;
		height: 200px;
		margin: -100px 0 0 -640px;
	}
}

@media (max-width: 767px) {
	.ny_banner {
		height: 120px;
	}

	.ny_banner img {
		width: 768px;
		height: 120px;
		margin: -60px 0 0 -384px;
	}
}

/*ny_banner 结束*/


/*面包屑 开始*/
.ly_crumb {
	width: 1200px;
	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: #545454;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
}

.ly_crumb p a {
	color: #545454;
	padding-left: 5px;
	padding-right: 5px;
}

.ly_crumb p a:hover {
	color: #1f4d98;
}

.ly_crumb p span {
	color: #797979;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_crumb {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:768px) {
	.ly_crumb {
		width: 96%;
	}

	.ly_crumb p {
		height: auto;
	}
}

@media (max-width: 767px) {
	.ly_crumb {
		width: 94%;
	}

	.ly_crumb p {
		height: auto;
		line-height: 24px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: inherit;
		padding: 8px 0 0;
	}
}


/*内页-关于我们 开始*/
.ly_NyAboutus {
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

/*关于我们-公司简介 开始*/
.ny_title,
.ny_title1 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 0;
}

.ny_title p,
.ny_title1 p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #32353a;
	font-size: 28px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.ny_title p i,
.ny_title1 p i {
	display: inline-block;
	width: 120px;
	height: 1px;
	overflow: hidden;
	margin: -2px 20px 0;
	padding: 0;
	vertical-align: middle;
	background-color: #dfdfdf;
}

.ny_title1 p {
	color: #fff;
}

.ny_title1 p i {
	background-color: rgba(255, 255, 255, 0.9);
}

.ly_Gsjj {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.lyGsjj_main {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyGsjj_main .lyGsjj_img {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 0;
}

.lyGsjj_img img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	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_text .lyGsjj_name {
	width: 100%;
	overflow: hidden;
	color: #333;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 30px;
	padding: 0;
}

.lyGsjj_name em {
	display: block;
	width: 60px;
	height: 2px;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 0;
	background-color: #174b89;
}

.lyGsjj_text p {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #787878;
	font-size: 15px;
	text-align: justify;
	word-break: break-all;
	margin: 0 auto;
	padding: 0;
}

.lyGsjj_text p span,
.lyGsjj_text p em {
	color: #787878 !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 ul {
	margin: 40px auto 0;
}

.lyGsjj_main ul li {
	width: 25%;
	overflow: hidden;
	margin: 0;
	padding: 25px 0;
	border-left: 1px solid #e6e6e6;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyGsjj_main ul li:nth-child(4) {
	border-right: 1px solid #e6e6e6;
}

.lyGsjj_main ul li:hover {
	border: none;
	background-color: #1f4d98;
}

.lyGsjj_main ul li .lyGsjj_num {
	width: 100%;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	color: #1f4d98;
	font-size: 64px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.lyGsjj_main ul li .lyGsjj_num em {
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #1f4d98;
	border-radius: 50%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.lyGsjj_main ul li:hover .lyGsjj_num {
	color: #fff;
}

.lyGsjj_main ul li:hover .lyGsjj_num em {
	background-color: #fff;
	color: #1f4d98;
}

.lyGsjj_main ul li p {
	width: 100%;
	overflow: hidden;
	line-height: 24px;
	color: #787878;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.lyGsjj_main ul li:hover p {
	color: #fff;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_Gsjj {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_Gsjj {
		width: 96%;
	}

	.lyGsjj_text p {
		text-align: center;
		text-indent: 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {

	.ny_title,
	.ny_title1 {
		margin: 0 auto 20px;
	}

	.ly_Gsjj {
		width: 96%;
		margin: 0 auto 40px;
	}

	.lyGsjj_main .lyGsjj_img {
		margin: 0 auto 20px;
	}

	.lyGsjj_text p {
		text-align: center;
		text-indent: 0;
	}
}

@media (max-width: 767px) {

	.ny_title,
	.ny_title1 {
		margin: 0 auto 20px;
	}

	.ny_title p i,
	.ny_title1 p i {
		width: 60px;
		margin: -2px 10px 0;
	}

	.ly_Gsjj {
		width: 94%;
		margin: 0 auto 40px;
	}

	.lyGsjj_main .lyGsjj_img {
		margin: 0 auto 20px;
	}

	.lyGsjj_text p {
		text-indent: 0;
	}

	.ny_title p,
	.ny_title1 p {
		font-size: 20px;
	}

	.lyGsjj_text .lyGsjj_name {
		font-size: 20px;
	}
}

/*关于我们-公司简介 结束*/

/*关于我们-企业文化 开始*/
.ly_AboutQywh {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0 50px;
	/* background: #f6f6f8 url(../img/AboutQywh_bg.jpg) center center no-repeat; */
	background-size: 100% 100%;
}

.ly_AboutQywh .lyAboutQywh_main {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyAboutQywh_main ul li {
	width: 22%;
	overflow: hidden;
	margin: 0 4% 0 0;
	padding: 0;
	float: left;
}

.lyAboutQywh_main ul li:last-child {
	margin: 0;
}

.lyAboutQywh_main ul li .AboutQywh_img {
	width: 96px;
	height: 96px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyAboutQywh_main ul li .AQywh1 {
	background: url(../img/AQywh_icon01.png) center center no-repeat;
}

.lyAboutQywh_main ul li .AQywh2 {
	background: url(../img/AQywh_icon02.png) center center no-repeat;
}

.lyAboutQywh_main ul li .AQywh3 {
	background: url(../img/AQywh_icon03.png) center center no-repeat;
}

.lyAboutQywh_main ul li .AQywh4 {
	background: url(../img/AQywh_icon04.png) center center no-repeat;
}

.lyAboutQywh_main ul li:hover .AQywh1 {
	background: url(../img/AQywh_icon1.png) center center no-repeat;
}

.lyAboutQywh_main ul li:hover .AQywh2 {
	background: url(../img/AQywh_icon2.png) center center no-repeat;
}

.lyAboutQywh_main ul li:hover .AQywh3 {
	background: url(../img/AQywh_icon3.png) center center no-repeat;
}

.lyAboutQywh_main ul li:hover .AQywh4 {
	background: url(../img/AQywh_icon4.png) center center no-repeat;
}

.lyAboutQywh_main ul li .AboutQywh_text {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 10px;
	padding: 0;
}

.lyAboutQywh_main ul li:hover .AboutQywh_text {
	color: #1f4d98;
}

.lyAboutQywh_main ul li p {
	width: 100%;
	overflow: hidden;
	line-height: 28px;
	color: #666;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_AboutQywh .lyAboutQywh_main {
		width: 90%;
	}

}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_AboutQywh .lyAboutQywh_main {
		width: 96%;
	}

}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_AboutQywh {
		padding: 40px 0 20px;
	}

	.ly_AboutQywh .lyAboutQywh_main {
		width: 96%;
	}

	.lyAboutQywh_main ul li {
		width: 48%;
		margin: 0 4% 20px 0;
	}

	.lyAboutQywh_main ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	.ly_AboutQywh {
		padding: 40px 0 20px;
		background-size: cover;
	}

	.ly_AboutQywh .lyAboutQywh_main {
		width: 94%;
	}

	.lyAboutQywh_main ul li {
		width: 48.5%;
		margin: 0 3% 20px 0;
	}

	.lyAboutQywh_main ul li:nth-child(2n) {
		margin: 0 0 20px 0;
	}

	.lyAboutQywh_main ul li p {
		line-height: 24px;
	}

}

/*关于我们-企业文化 结束*/


/*荣誉资质-公司简介 开始*/
.ly_AboutHonor {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0;
	background-color: #f3f3f3;
}

.lyAboutHonor_list {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ny_honor_scoll {
	width: 100%;
	padding: 0;
}

.ny_honor_scoll .item {
	position: relative;
	min-height: 280px;
}

.ny_honor_scoll .lSPrev,
.ny_honor_scoll .lSNext {
	background: url(../img/prev01.png) center center no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

.ny_honor_scoll .lSNext {
	left: auto;
	right: -60px;
	background: url(../img/next01.png) center center no-repeat;
}

.ny_honor_scoll .lSPrev:hover {
	background: url(../img/prev02.png) center center no-repeat;
}

.ny_honor_scoll .lSNext:hover {
	background: url(../img/next02.png) center center no-repeat;
}

.ny_honor_scoll .content-slider {
	width: 100%;
	overflow: hidden;
}

.ny_honor_scoll .content-slider li .pic {
	display: block;
	width: 100%;
	height: 220px;
	background-color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ny_honor_scoll .content-slider li .pic img {
	max-width: 95%;
	max-height: 95%;
	vertical-align: middle;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .25s;
}

.ny_honor_scoll .content-slider li .pic .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.ny_honor_scoll .content-slider li:hover .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);
}

.ny_honor_scoll .lSPager {
	display: none;
}

.ny_honor_scoll .content-slider li .lyAboutHonor_text {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 1px auto 0;
	padding: 10px 50px 10px 15px;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ny_honor_scoll .content-slider li .lyAboutHonor_text em {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	/* background: url(../images/jt5.png) center center no-repeat; */
	position: absolute;
	top: 10px;
	right: 10px;
}

.ny_honor_scoll .content-slider li:hover .lyAboutHonor_text {
	background-color: #184b8a;
	color: #fff;
}

.ny_honor_scoll .content-slider li:hover .lyAboutHonor_text em {
	/* background: url(../images/jt6.png) center center no-repeat; */
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyAboutHonor_list {
		width: 90%;
		padding: 0 5%;
	}

	.ny_honor_scoll {
		padding: 0 0 0;
	}

	.ny_honor_scoll .item {
		overflow: hidden;
	}

	.ny_honor_scoll .lSPrev,
	.ny_honor_scoll .lSNext {
		display: none;
	}

	.ny_honor_scoll .content-slider li .pic {
		height: 200px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyAboutHonor_list {
		width: 96%;
		padding: 0 2%;
	}

	.ny_honor_scoll {
		padding: 0 0 0;
	}

	.ny_honor_scoll .item {
		overflow: hidden;
	}

	.ny_honor_scoll .lSPrev,
	.ny_honor_scoll .lSNext {
		display: none;
	}

	.ny_honor_scoll .content-slider li .pic {
		height: 260px;
	}

	.lSAction {
		display: none;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_AboutHonor {
		padding: 40px 0;
	}

	.lyAboutHonor_list {
		width: 96%;
		margin: 0 auto;
		padding: 0 2%;
	}

	.ny_honor_scoll {
		padding: 0 0 0;
	}

	.ny_honor_scoll .item {
		overflow: hidden;
	}

	.ny_honor_scoll .lSPrev,
	.ny_honor_scoll .lSNext {
		display: none;
	}

	.ny_honor_scoll .content-slider li .pic {
		height: 250px;
	}

	.lSAction {
		display: none;
	}
}

@media (max-width: 767px) {
	.ly_AboutHonor {
		padding: 40px 0;
	}

	.lyAboutHonor_list {
		width: 94%;
		margin: 0 auto;
		padding: 0 3%;
	}

	.ny_honor_scoll {
		padding: 0;
	}

	.ny_honor_scoll .item {
		overflow: hidden;
	}

	.ny_honor_scoll .content-slider li .pic {
		height: 150px;
	}

	.lSAction {
		display: none;
	}

	.ny_honor_scoll .content-slider li .lyAboutHonor_text {
		font-size: 14px;
	}
}

/*荣誉资质-公司简介 结束*/

/*内页-关于我们 结束*/


/*内页-产品中心 开始*/
.ly_NyProducts {
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ly_NyProducts .lyNyPro_main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.lyNyPro_main .lyNyPro_left {
	width: 25%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.lyNyPro_main .lyNyPro_right {
	width: 72%;
	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: 31%;
	overflow: hidden;
	margin: 0 3.5% 30px 0;
	padding: 0;
	float: left;
}

.lyNyPro_list ul li:nth-child(3n+3) {
	margin: 0 0 30px;
}

.lyNyPro_list ul li .lyIdxPro_img {
	width: 100%;
	height: 270px;
	overflow: hidden;
	margin: 0 auto 6px;
	padding: 0;
}

.lyNyPro_list ul li .lyIdxPro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyPro_list ul li .lyIdxPro_img a img.idxPro_img {
	display: block;
	max-width: 90%;
	max-height: 90%;
	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;
}

.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: 50px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyPro_list ul li .lyIdxPro_name a {
	display: block;
	width: 94%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #b8b8b8;
	margin: 0 auto;
	padding: 0 3%;
}

.lyNyPro_list ul li:hover .lyIdxPro_name a {
	background-color: #184b8a;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyProducts {
		width: 90%;
		padding: 0 5%;
	}

	.ly_NyProducts .lyNyPro_main {
		width: 100%;
	}

	.lyNyPro_list ul li .lyIdxPro_img {
		height: 230px;
		margin: 0 auto 4px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyProducts {
		width: 96%;
		margin: 0 auto 50px;
		padding: 0 2%;
	}

	.ly_NyProducts .lyNyPro_main {
		width: 100%;
	}

	.lyNyPro_main .lyNyPro_left {
		width: 100%;
		margin: 0 auto;
	}

	.lyNyPro_main .lyNyPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.lyNyPro_list ul li .lyIdxPro_img {
		height: 304px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyProducts {
		width: 96%;
		margin: 0 auto 40px;
		padding: 0 2%;
	}

	.ly_NyProducts .lyNyPro_main {
		width: 100%;
	}

	.lyNyPro_main .lyNyPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.lyNyPro_main .lyNyPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.lyNyPro_list ul li {
		margin: 0 3.5% 20px 0;
	}

	.lyNyPro_list ul li:nth-child(3n+3) {
		margin: 0 0 25px;
	}

	.lyNyPro_list ul li .lyIdxPro_img {
		height: 228px;
	}
}

@media (max-width: 767px) {
	.ly_NyProducts {
		width: 94%;
		margin: 0 auto 40px;
		padding: 0 3%;
	}

	.ly_NyProducts .lyNyPro_main {
		width: 100%;
	}

	.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% 20px 0;
	}

	.lyNyPro_list ul li:nth-child(3n+3) {
		margin: 0 4% 20px 0;
	}

	.lyNyPro_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.lyNyPro_list ul li .lyIdxPro_img {
		height: 186px;
	}

	.lyNyPro_list ul li .lyIdxPro_name a {
		height: 44px;
		line-height: 44px;
		font-size: 15px;
	}
}


/*内页-成功案例 开始*/
.ly_NyCase {
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ly_NyCase .lyNyCase_main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.lyNyCase_main .lyNyCase_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyCase_list ul li {
	width: 22.75%;
	overflow: hidden;
	margin: 0 3% 30px 0;
	padding: 0;
	float: left;
}

.lyNyCase_list ul li:nth-child(4n+4) {
	margin: 0 0 30px;
}

.lyNyCase_list ul li .lyIdxCase_img {
	width: 100%;
	height: 270px;
	overflow: hidden;
	margin: 0 auto 6px;
	padding: 0;
}

.lyNyCase_list ul li .lyIdxCase_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyCase_list ul li .lyIdxCase_img a img.idxCase_img {
	display: block;
	max-width: 95%;
	max-height: 95%;
	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;
}

.lyNyCase_list ul li:hover .lyIdxCase_img a img.idxCase_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyNyCase_list ul li .lyIdxCase_name {
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyCase_list ul li .lyIdxCase_name a {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #b8b8b8;
	margin: 0 auto;
	padding: 0;
}

.lyNyCase_list ul li:hover .lyIdxCase_name a {
	background-color: #204e99;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyCase {
		width: 90%;
		padding: 0 5%;
	}

	.ly_NyCase .lyNyCase_main {
		width: 100%;
	}

	.lyNyCase_list ul li .lyIdxCase_img {
		height: 230px;
		margin: 0 auto 4px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyCase {
		width: 96%;
		margin: 0 auto 50px;
		padding: 0 2%;
	}

	.ly_NyCase .lyNyCase_main {
		width: 96%;
	}

	.lyNyCase_list ul li .lyIdxCase_img {
		height: 230px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyCase {
		width: 96%;
		margin: 0 auto 40px;
		padding: 0 2%;
	}

	.ly_NyCase .lyNyCase_main {
		width: 100%;
	}

	.lyNyCase_list ul li {
		margin: 0 3% 20px 0;
	}

	.lyNyCase_list ul li:nth-child(4n+4) {
		margin: 0 0 20px;
	}

	.lyNyCase_list ul li .lyIdxCase_img {
		height: 174px;
	}
}

@media (max-width: 767px) {
	.ly_NyCase {
		width: 94%;
		margin: 0 auto 40px;
		padding: 0 3%;
	}

	.ly_NyCase .lyNyCase_main {
		width: 100%;
	}

	.lyNyCase_list ul li {
		width: 48%;
		margin: 0 4% 20px 0;
	}

	.lyNyCase_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.lyNyCase_list ul li .lyIdxCase_img {
		height: 144px;
		margin: 0 auto 4px;
	}

	.lyNyCase_list ul li .lyIdxCase_name {
		height: 44px;
	}

	.lyNyCase_list ul li .lyIdxCase_name a {
		height: 44px;
		line-height: 44px;
		font-size: 15px;
	}
}



/*内页-产品分类 开始*/
.lyNyPro_left .h_left {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin: 0 0 30px;
}

.lyNyPro_left .cp_type {}

.lyNyPro_left .cp_type .hd {
	text-align: center;
	background-color: #204e99;
	padding: 20px;
}

.lyNyPro_left .cp_type .hd p {
	height: 32px;
	line-height: 32px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

.lyNyPro_left .cp_type .bd {
	border: 2px solid #204e99;
	border-top: 0;
	padding: 10px;
}

.lyNyPro_left .cp_type .bd ul li {
	border-bottom: 1px dashed #dfdfdf;
}

.lyNyPro_left .cp_type .bd ul li.on {
	border: 0;
	margin-bottom: 1px;
}

.lyNyPro_left .cp_type .bd ul li p {
	height: 60px;
	line-height: 60px;
}

.lyNyPro_left .cp_type .bd ul li p a {
	display: block;
	width: 80%;
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	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(../images/mulu1.png) center center no-repeat; */
	cursor: pointer;
	float: left;
}

.lyNyPro_left .cp_type .bd ul li div {
	border-bottom: 1px dashed #dfdfdf;
}

.lyNyPro_left .cp_type .bd ul li div a {
	display: block;
	height: 48px;
	line-height: 48px;
	color: #000;
	font-size: 16px;
	border-top: 1px dashed #dfdfdf;
	padding: 0 20px 0 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* background: url(../images/icon4.png) 20px center no-repeat; */
}

.lyNyPro_left .cp_type .bd ul li div a:first-child {
	border-top: 0;
}

.lyNyPro_left .cp_type .bd ul li p:hover,
.lyNyPro_left .cp_type .bd ul li.on p {
	border-bottom: 1px dashed #dfdfdf;
	background-color: #FFFFFF;
	border-radius: 4px;
	color: #000000;
}

.lyNyPro_left .cp_type .bd ul li p:hover a,
.lyNyPro_left .cp_type .bd ul li.on p a {
	color: #000;
	font-size: 16px;
}

.lyNyPro_left .cp_type .bd ul li p:hover span {
	/* background: url(../images/mulu2.png) center center no-repeat; */
}

.lyNyPro_left .cp_type .bd ul li.on p span {
	/* background: url(../images/mulu3.png) center center no-repeat; */
}

.lyNyPro_left .cp_type .bd ul li div a:hover {
	color: #1f4d98;
	/* background: url(../images/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: #1f4d98;
	color: #fff;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.lyNyPro_left .cp_type .bd ul li p {
		height: 56px;
		line-height: 56px;
	}

	.lyNyPro_left .cp_type .bd ul li p a {
		line-height: 56px;
	}

	.lyNyPro_left .cp_type .bd ul li div a {
		padding: 0 20px 0 40px;
	}

	.lyNyPro_left .cp_type .bd ul li div a {
		/* background: url(../images/icon2.png) 24px center no-repeat; */
	}

	.lyNyPro_left .cp_type .bd ul li div a:hover {
		color: #1f4d98;
		/* background: url(../images/icon3.png) 24px center no-repeat; */
	}
}

@media screen and (max-width:1079px) and (min-width:768px) {
	.lyNyPro_left .h_left {
		margin: 0 0 20px;
	}

	.lyNyPro_left .cp_type {
		margin: 0;
	}

	.lyNyPro_left .cp_type .hd p:before {
		display: none;
	}

	.lyNyPro_left .cp_type .hd {
		/* background: #204e99 url(../images/down1.png) 94% center no-repeat; */
		padding: 10px 3%;
		text-align: left;
		overflow: hidden;
	}

	.lyNyPro_left .cp_type .hd.on {
		/* background: #204e99 url(../images/up1.png) 94% center no-repeat; */
	}

	.lyNyPro_left .cp_type .hd span {
		display: block;
		font-style: italic;
		float: left;
		height: 52px;
		line-height: 52px;
	}

	.lyNyPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 24px;
		float: left;
		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 {
		height: 52px;
		line-height: 52px;
	}

	.lyNyPro_left .cp_type .bd ul li p a {
		width: 90%;
		font-size: 16px;
		line-height: 52px;
	}

	.lyNyPro_left .cp_type .bd ul li p span {
		width: 10%;
		background-size: 20px;
	}

	.lyNyPro_left .cp_type .bd ul li.on p span {
		background-size: 16px;
	}

	.lyNyPro_left .cp_type .bd ul li p:hover span {
		background-size: 16px;
	}

	.lyNyPro_left .cp_type .hd p:before {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.lyNyPro_left .h_left {
		margin: 0 0 20px;
	}

	.lyNyPro_left .cp_type {
		margin: 0;
	}

	.lyNyPro_left .cp_type .hd p:before {
		display: none;
	}

	.lyNyPro_left .cp_type .hd {
		/* background: #204e99 url(../images/down1.png) 94% center no-repeat; */
		padding: 10px 3%;
		text-align: left;
		overflow: hidden;
	}

	.lyNyPro_left .cp_type .hd.on {
		/* background: #204e99 url(../images/up1.png) 94% center no-repeat; */
	}

	.lyNyPro_left .cp_type .hd span {
		display: block;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
	}

	.lyNyPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		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 {
		line-height: 48px;
		font-size: 16px;
	}

	.lyNyPro_left .cp_type .bd ul li div {
		text-indent: 0;
		padding: 0;
	}

	.lyNyPro_left .cp_type .bd ul li div a {
		font-size: 14px;
		margin: 0;
	}

	.lyNyPro_left .cp_type .bd ul li p {
		height: 48px;
		line-height: 48px;
	}

	.lyNyPro_left .cp_type .bd ul li div a {
		height: 44px;
		line-height: 44px;
	}

	.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;
	border: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyPro_list ul li:hover {
	border: 1px solid #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.nyPro_list ul li .nyProList_img {
	width: 20%;
	height: 158px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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_img a i.nyPro_mask {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	/* background: rgba(24, 67, 122, 0.6) url(../images/eye.png) center center no-repeat; */
	position: relative;
	left: 0;
	top: 0;
	z-index: 2;
}

.nyPro_list ul li:hover .nyProList_img a i.nyPro_mask {
	display: block;
}

.nyPro_list ul li .nyProList_text {
	width: 76%;
	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: #32353a;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.nyProList_text .nyProList_name a:hover {
	color: #1f4d98;
}

.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: #32353a;
}

.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: 88px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	color: #aaa;
	font-size: 14px;
	text-align: center;
	margin: 0 20px 0 0;
	padding: 0;
	border: 1px solid #dfdfdf;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyProList_text .nyProList_btn a:first-child {
	color: #fff;
	background-color: #2c64a1;
	border: 1px solid #2c64a1;
}

.nyProList_text .nyProList_btn a:hover {
	color: #fff;
	background-color: #1f4d98;
	border: 1px solid #1f4d98;
}

.lyNy_Xgwz {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNy_Xgwz .Xgwz_tit {
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	background-color: #204e99;
}

.Xgwz_tit p {
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.Xgwz_tit span {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	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 19px;
	border: 1px solid #dfdfdf;
	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(../images/jt2.png) center center no-repeat; */
	position: absolute;
	left: 0;
	top: 14px;
}

.lyNy_Xgwz .Xgwz_list ul li:hover em {
	/* background: url(../images/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: #32353a;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyNy_Xgwz .Xgwz_list ul li a:hover {
	color: #1f4d98;
}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.lyNy_Xgwz {
		margin: 0 auto 20px;
	}

	.nyPro_list ul li {
		margin: 0 auto 20px;
	}

	.Xgwz_tit span {
		display: none;
	}

	.lyNy_Xgwz .Xgwz_tit {
		padding: 10px 3%;
	}

	.Xgwz_tit p {
		font-size: 24px;
		text-align: left;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.lyNy_Xgwz {
		margin: 0 auto;
	}

	.nyPro_list ul li {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.lyNy_Xgwz .Xgwz_tit {
		padding: 10px 3%;
	}

	.Xgwz_tit p {
		font-size: 24px;
		text-align: left;
	}

	.Xgwz_tit span {
		display: none;
	}
}

@media (max-width: 767px) {
	.nyPro_list ul li {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.nyPro_list ul li .nyProList_img {
		width: 100%;
		height: 300px;
		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;
	}

	.nyProList_text .nyProList_tips dl dd:nth-child(4) {
		width: 100%;
	}

	.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 3%;
	}

	.Xgwz_tit p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.Xgwz_tit span {
		display: block;
		font-style: italic;
		float: left;
		height: 32px;
		line-height: 32px;
	}

	.Xgwz_tit span {
		display: none;
	}
}

/*内页-产品列表 结束*/


/*内页-新闻中心&技术文章 开始*/
.ly_NyNews {
	width: 100%;
	min-height: 480px;
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
}

.ly_NyNews .lyNyNew_main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.lyNyNew_main .lyNyNew_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyNew_list ul li {
	width: 100%;
	height: 120px;
	margin: 0 auto 30px;
	padding: 0 20px 0 160px;
	background-color: #ececec;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyNew_list ul li:hover {
	background-color: #fafafa;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.lyNyNew_list ul li .lyNyNew_time {
	width: 160px;
	height: 120px;
	overflow: hidden;
	margin: 0;
	padding: 20px;
	background: url(../img/NyNew_Timebg1.png) 0 0 no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyNew_list ul li:hover .lyNyNew_time {
	background: url(../img/NyNew_Timebg2.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.lyNyNew_list ul li .lyNyNew_time span {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 22px;
	margin: 0 auto;
	padding: 0;
}

.lyNyNew_list ul li .lyNyNew_time p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}

.lyNyNew_list ul li .lyNyNew_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 16px 0;
}

.lyNyNew_list ul li .lyNyNew_text .lyNyNew_name {
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto 8px;
	padding: 0;
}

.lyNyNew_list ul li .lyNyNew_text .lyNyNew_name a {
	color: #32353a;
	font-size: 18px;
}

.lyNyNew_list ul li .lyNyNew_text p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #797979;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lyNyNew_list ul li:hover .lyNyNew_text .lyNyNew_name a {
	color: #1f4d98;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyNews .lyNyNew_main {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyNews {
		margin: 0 auto 50px;
	}

	.ly_NyNews .lyNyNew_main {
		width: 96%;
	}

	.lyNyNew_list ul li {
		margin: 0 auto 25px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyNews {
		margin: 0 auto 40px;
	}

	.ly_NyNews .lyNyNew_main {
		width: 96%;
	}

	.lyNyNew_list ul li {
		margin: 0 auto 20px;
	}
}

@media (max-width: 767px) {
	.ly_NyNews {
		margin: 0 auto 40px;
	}

	.ly_NyNews .lyNyNew_main {
		width: 94%;
	}

	.lyNyNew_list ul li {
		height: 100px;
		margin: 0 auto 20px;
		padding: 0 20px 0 120px;
	}

	.lyNyNew_list ul li .lyNyNew_time {
		width: 120px;
		height: 100px;
		padding: 15px 12px;
	}

	.lyNyNew_list ul li .lyNyNew_time span {
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}

	.lyNyNew_list ul li .lyNyNew_time p {
		font-size: 28px;
	}

	.lyNyNew_list ul li .lyNyNew_text {
		padding: 10px 0;
	}

	.lyNyNew_list ul li .lyNyNew_text .lyNyNew_name {
		height: 28px;
		line-height: 28px;
		margin: 0 auto 4px;
	}

	.lyNyNew_list ul li .lyNyNew_text .lyNyNew_name a {
		font-size: 16px;
	}

}

/*内页-新闻中心&技术文章 结束*/


/*分页样式 开始*/
#fengye {
	text-align: center;
	margin: 30px auto 0;
	color: #555;
	font-size: 14px;
}

#fengye table {
	display: inline-block;
}

#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: #184b8a;
	color: #ffffff;
}

#fengye a.pnnum1 {
	background: #184b8a;
	color: #ffffff;
}

#fengye input {
	display: inline-block;
	padding: 0 5px;
	background-color: #184b8a;
	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:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:1024px) {
	#fengye {
		margin: 25px auto 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	#fengye {
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	#fengye {
		margin: 20px auto 0;
	}

	#fengye td {
		font-size: 0;
	}

	#fengye input,
	#fengye .p_input {
		display: none;
	}

	#fengye a {
		height: 40px;
		line-height: 40px;
		padding: 0 14px;
	}

}

/*分页样式 结束*/


/*内页-新闻详情&文章详情 开始*/
.ly_NyNewsdetail {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ly_NyNewsdetail .NyNewsdetail_title {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	color: #32353a;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 30px;
	padding: 0;
}

.ly_NyNewsdetail .NyNewsdetail_tips {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 20px;
	color: #aaa;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 30px;
	padding: 10px;
	background-color: #f5f5f5;
}

.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 {
	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: 30px auto 0;
	padding: 0;
}

.ly_PrevNext ul li {
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	color: #565656;
	font-size: 14px;
	margin: 0 auto 20px;
	padding: 10px 20px;
	background-color: #f1f1f1;
	-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: #565656;
	font-size: 14px;
}

.ly_PrevNext ul li:hover {
	color: #fff;
	background-color: #184b8a;
}

.ly_PrevNext ul li:hover a {
	color: #fff;
}

.xq_himg {
	display: block;
	width: 100%;
	height: 400px;
	text-align: center;
	margin-bottom: 40px;
}

.xq_himg img {
	max-width: 95%;
	max-height: 95%;
	vertical-align: middle;
}

.xq_himg .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.down_btn {
	padding: 20px 0;
	text-align: center;
}

.down_btn a {
	display: inline-block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #163c8b;
	font-size: 14px;
	font-family: 微软雅黑;
	margin: 0 8px;
	border-radius: 4px;
}

.down_btn a:hover {
	background-color: #ff8e00;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyNewsdetail {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyNewsdetail {
		width: 96%;
		margin: 0 auto 50px;
	}

	.ly_NyNewsdetail .NyNewsdetail_title,
	.ly_NyNewsdetail .NyNewsdetail_tips {
		margin: 0 auto 25px;
	}

	.ly_PrevNext {
		margin: 25px auto 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyNewsdetail {
		width: 96%;
		margin: 0 auto 40px;
	}

	.ly_NyNewsdetail .NyNewsdetail_title,
	.ly_NyNewsdetail .NyNewsdetail_tips {
		margin: 0 auto 20px;
	}

	.ly_PrevNext {
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	.ly_NyNewsdetail {
		width: 94%;
		margin: 0 auto 40px;
	}

	.ly_NyNewsdetail .NyNewsdetail_title,
	.ly_NyNewsdetail .NyNewsdetail_tips {
		margin: 0 auto 20px;
		width: 94%;
		padding: 10 3%;
	}

	.ly_PrevNext {
		margin: 20px auto 0;
	}

	.ly_NyNewsdetail .NyNewsdetail_con {
		max-height: 9999999999999999px;
	}

	.NyNewsdetail_con div {
		max-height: 9999999999999999px;
		line-height: 30px;
		color: #565656;
		font-size: 15px;
		text-align: justify;
	}

	.xq_himg {
		height: 300px;
	}
}

/*内页-新闻详情&文章详情 结束*/


/*内页-在线留言 开始*/
.ly_NyOrder {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ly_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.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: 12% !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(../images/tb_img.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: 88% !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(../images/tb_img.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;
	font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}

.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(../images/tb_img.png) top right no-repeat; */
	float: left;
}

.ly_msg ul li a.yzm_img {
	width: 120px !important;
	height: 44px !important;
	/* background: url(../images/tb_img.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: #204e99 !important;
	cursor: pointer !important;
}

.msg_btn input:last-child {
	background-color: #bbb !important;
}

.msg_btn input:hover {
	background-color: #1f4d98 !important;
}

.ly_msg ul li select {
	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;
	height: 44px !important;
	line-height: 44px !important;
	padding: 8px 15px;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyOrder {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyOrder {
		width: 96%;
		margin: 0 auto 50px;
	}

	.ly_msg ul li {
		margin: 0 auto 25px !important;
	}

	.ly_msg ul li .msg_ipt2,
	.msg_ipt2 input {
		width: 140px !important;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyOrder {
		width: 96%;
		margin: 0 auto 40px;
	}

	.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 {
		width: 94%;
		margin: 0 auto 40px;
	}

	.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;
	}
}

/*内页-在线留言 结束*/


/*内页-联系我们 开始*/
.ly_NyContact {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ly_NyContact .lyNyContact_main {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyContact_main .lyNyContact_lxfs {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 0;
}

.lyNyContact_lxfs ul {
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
}

.lyNyContact_lxfs ul li {
	width: 33.333333%;
	overflow: hidden;
	margin: 0;
	padding: 60px 30px 30px;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.lyNyContact_lxfs ul li img {
	display: block;
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 0;
}

.lyNyContact_lxfs ul li span {
	display: block;
	width: 100%;
	overflow: hidden;
	color: #797979;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 10px;
	padding: 0;
}

.lyNyContact_lxfs ul li p {
	width: 100%;
	height: 90px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.lyNyContact_lxfs ul li:nth-child(1) p {
	font-size: 20px;
}

.lyNyContact_lxfs ul li:nth-child(2) p {
	font-size: 20px;
}

.lyNyContact_main .lyNyContact_ewm {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 60px 0;
	background: #fff url(../img/NyContact_ewmbg.jpg) center center no-repeat;
	background-size: 100%;
}

.lyNyContact_ewm p {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.lyNyContact_ewm span {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.lyNyContact_ewm .ewm_img {
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 30px auto 0;
	padding: 0;
}

.lyNyContact_ewm .ewm_img img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.lyNyContact_main .lyNyContact_map {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.lyNyContact_map .lyNyContact_Mapmain {
	width: 100%;
	height: 380px;
	overflow: hidden;
	margin: 0 auto;
	padding: 9px;
	background-color: #fff;
	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:1199px) and (min-width:1080px) {
	.ly_NyContact {
		width: 90%;
	}

}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyContact {
		width: 96%;
		margin: 0 auto 50px;
	}

	.lyNyContact_lxfs ul li {
		padding: 50px 25px 25px;
	}

	.lyNyContact_lxfs ul li img {
		margin: 0 auto 25px;
	}

	.lyNyContact_lxfs ul li p {
		height: 50px;
		line-height: 25px;
		font-size: 15px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyContact {
		width: 96%;
		margin: 0 auto 40px;
	}

	.lyNyContact_main .lyNyContact_lxfs {
		margin: 0 auto 20px;
	}

	.lyNyContact_lxfs ul li {
		padding: 40px 20px 20px;
	}

	.lyNyContact_lxfs ul li img {
		margin: 0 auto 20px;
	}

	.lyNyContact_lxfs ul li p {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
	}

	.lyNyContact_main .lyNyContact_map {
		width: 100%;
		margin: 0 auto;
	}

	.lyNyContact_map .lyNyContact_Mapmain {
		height: 380px;
	}
}

@media (max-width: 767px) {
	.ly_NyContact {
		width: 94%;
		margin: 0 auto 40px;
	}

	.lyNyContact_main .lyNyContact_lxfs {
		margin: 0 auto 20px;
	}

	.lyNyContact_lxfs ul li {
		width: 100%;
		padding: 40px 20px;
	}

	.lyNyContact_lxfs ul li img {
		width: 120px;
		height: 120px;
		margin: 0 auto 20px;
	}

	.lyNyContact_lxfs ul li p {
		height: 90px;
		line-height: 32px;
		font-size: 16px;
	}

	.lyNyContact_main .lyNyContact_ewm {
		background-size: 190%;
	}

	.lyNyContact_main .lyNyContact_map {
		width: 100%;
		margin: 0 auto;
	}

	.lyNyContact_map .lyNyContact_Mapmain {
		height: 380px;
	}
}

/*内页-联系我们 结束*/


/*内页-荣誉资质 开始*/
.ly_NyHonor {
	width: 1200px;
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
	min-height: 480px;
}

.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% 20px 0;
	padding: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lyNyHonor_list ul li:nth-child(4n+4) {
	margin: 0;
}

.lyNyHonor_list ul li a.pic {
	display: block;
	height: 200px;
	padding: 2%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	text-align: center;
	border: 1px solid #dedede;
	border-bottom: 0;
}

.lyNyHonor_list ul li a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lyNyHonor_list ul li a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.lyNyHonor_list ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.lyNyHonor_list ul li a.tlt {
	display: block;
	width: 94%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0 3%;
	background-color: rgba(0, 0, 0, 0.4);
}

.lyNyHonor_list ul li:hover .tlt {
	background-color: #fe9c00;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyHonor {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyHonor {
		width: 96%;
		margin: 0 auto 50px;
	}

	.lyNyHonor_list ul li {
		height: 248px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyHonor {
		width: 96%;
		margin: 0 auto 40px;
	}

	.lyNyHonor_list ul li a.pic {
		height: 145px;
	}

	.lyNyHonor_list ul {
		min-height: 200px;
	}

	.lyNyHonor_list ul li a.tlt {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.ly_NyHonor {
		width: 94%;
		margin: 0 auto 40px;
	}

	.lyNyHonor_list ul li {
		width: 48.5%;
		height: auto;
		overflow: hidden;
		margin: 0 3% 10px 0;
	}

	.lyNyHonor_list ul li:nth-child(2n) {
		margin: 0 0 10px 0;
	}

	.lyNyHonor_list ul li a.pic {
		height: 150px;
	}

	.lyNyHonor_list ul li a {
		height: auto;
	}

	.lyNyHonor_list ul li a.tlt {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
}

/*内页-荣誉资质 结束*/


/*内页-产品详情 开始*/
.ly_NyProDetail {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ly_NyProDetail .lyNyProDetail_con {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.lyNyProDetail_con .lyNyProDetail_left {
	width: 25%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.lyNyProDetail_con .lyNyProDetail_right {
	width: 72%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.lyNyProDetail_right .lyNyProDetail_ConTit {
	margin: 0 auto 30px;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #dfdfdf;
}

.lyNyProDetail_ConTit p {
	width: 100px;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	color: #32353a;
	font-size: 20px;
	text-align: center;
	margin: 0 0 -1px;
	padding: 0 19px;
	border: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff;
}

.lyNyProDetail_right .lyNyProDetail_ConText {
	width: 100%;
	overflow: hidden;
	line-height: 28px;
	color: #555;
	font-size: 14px;
	margin: 0 auto 30px;
	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;
}

.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;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyProDetail {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyProDetail {
		width: 96%;
		margin: 0 auto 50px;
	}

	.lyNyProDetail_con .lyNyProDetail_left,
	.lyNyProDetail_con .lyNyProDetail_right {
		width: 100%;
	}

	.lyNyProDetail_right .lyNyProDetail_ConTit {
		margin: 0 auto 25px;
		padding: 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyProDetail {
		width: 96%;
		margin: 0 auto 40px;
	}

	.lyNyProDetail_con .lyNyProDetail_left,
	.lyNyProDetail_con .lyNyProDetail_right {
		width: 100%;
	}

	.lyNyProDetail_con .lyNyProDetail_left {
		margin-bottom: 25px;
	}

	.lyNyProDetail_right .lyNyProDetail_ConTit {
		margin: 0 auto 20px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.ly_NyProDetail {
		width: 94%;
		margin: 0 auto 40px;
	}

	.lyNyProDetail_con .lyNyProDetail_left,
	.lyNyProDetail_con .lyNyProDetail_right {
		width: 100%;
	}

	.lyNyProDetail_con .lyNyProDetail_left {
		margin-bottom: 25px;
	}

	.lyNyProDetail_right .lyNyProDetail_ConTit {
		margin: 0 auto 20px;
		padding: 0;
	}

	.lyNyProDetail_right .lyNyProDetail_ConText {
		max-height: 99999999999999999999999px;
	}

	.lyNyProDetail_ConText div {
		max-height: 99999999999999999999999px;
	}

	.lyNyProDetail_ConTit p {
		font-size: 18px;
	}
}

.pro_detail_main {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	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: 53%;
	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: #32353a;
	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: 100px;
	overflow: hidden;
	line-height: 25px;
	color: #888;
	font-size: 14px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}

.pro_detail_text .jyms p span {
	color: #333;
	font-weight: bold;
}

.pro_detail_text ul {
	width: 100%;
	margin: 20px auto;
	padding: 0;
}

.pro_detail_text ul li {
	width: 50%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #888;
	font-size: 15px;
	text-align: justify;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px auto;
	padding: 0;
	float: left;
}

.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: #204e99;
}

.pro_detail_btn a.prodtl_btn2 {
	float: left;
	background-color: #4a4a4a;
}

.pro_detail_btn a.prodtl_btn1:hover {
	background-color: #184b8a;
}

.pro_detail_btn a.prodtl_btn2:hover {
	background-color: #2a2a2a;
}

/**产品详情页产品图片切换**/
.prodetail_img {
	width: 44%;
	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;
}

#preview .jqzoom_wrap {
	border: 1px solid #dfdfdf;
	padding: 10px 2%;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 100%;
	height: 70px;
	padding-top: 10px;
	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: left;
	display: inline;
	padding: 0;
	width: 18.4%;
	height: 70px;
	margin: 0 2% 0 0;
}

#spec-list ul li:last-child {
	margin: 0;
}

#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: 100%;
	height: 338px;
	overflow: hidden;
	padding: 0;
	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(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(../img/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:1199px) and (min-width:1080px) {
	.pro_detail_main {
		width: 100%;
		padding: 0;
	}

	.prodetail_img {
		width: 45%;
		position: inherit;
		float: left;
	}

	#preview,
	#spec-n5,
	#spec-list,
	.jqzoom {
		width: 100%;
	}

	.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) {}

@media screen and (max-width:1023px) and (min-width:768px) {
	.pro_detail_main {
		width: 100%;
		margin: 25px auto;
	}

	.prodetail_img {
		width: 100%;
		height: auto;
		margin: 0 0 20px;
	}

	#preview {
		width: 100%;
	}

	.jqzoom {
		width: 100%;
		height: 285px;
	}

	.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-n5 {
		width: 100%;
	}

	#spec-list {
		width: 100%;
	}

	.zoomdiv,
	.jqZoomPup {
		display: none !important;
	}
}

@media (max-width:767px) {
	.pro_detail_main {
		width: 100%;
		margin: 0 auto 20px;
	}

	.prodetail_img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}

	#preview {
		width: 100%;
	}

	.jqzoom {
		width: 100%;
		height: 285px;
	}

	.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: 20px;
		line-height: 32px;
	}

	.pro_detail_text .jyms {
		margin: 10px auto;
		padding: 12px;
		height: auto;
	}

	.pro_detail_text ul {
		overflow: hidden;
		margin: 10px auto;
	}

	.pro_detail_text ul li {
		font-size: 14px;
		margin: 4px auto;
		width: 100%;
	}

	.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-n5 {
		width: 100%;
	}

	#spec-list {
		width: 100%;
	}

	.zoomdiv,
	.jqZoomPup {
		display: none !important;
	}
}

/*内页-产品详情 结束*/


/*右侧漂浮 开始*/
.client-2 {
	position: fixed;
	right: -170px;
	top: 50%;
	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(../img/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: 5px 5px;
}

.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: #2668b7;
	color: #fff;
	height: 56px;
	width: 247px;
	padding: 9px 0 6px;
	float: left;
}

.client-2 .my-kefu-main {
	background: #2668b7;
	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:880px) {

	.my-kefu-liuyan,
	.my-kefu-weixin,
	.my-kefu-tel-right {
		display: none;
	}

	.client-2 {
		right: 0;
		top: 70%;
	}

	.client-2 li {
		height: 51px;
		position: static;
	}

	.client-2 .my-kefu-tel-main,
	.client-2 .my-kefu-main {
		width: 50px;
		border-radius: 50px;
		height: 50px;
		padding: 0;
	}

	.my-kefu-main {
		background: #fe9c00 !important;
	}

	.client-2 li a p {
		display: none;
	}

	.client-2 .my-kefu-ftop i {
		margin: 7px 0 0 8px;
		background-size: 56px;
		background-position: -23px -47px;
	}

	.client-2 .my-kefu-ftop {
		margin-top: 10px;
	}

	.client-2 .my-kefu-tel i {
		margin: 11px 0 0 13px;
	}
}

/*右侧漂浮 结束*/

@media (max-width:767px) {
	#KFRightScreen {
		display: none !important;
	}

}

#qb_collection_img_mask {
	display: none !important;
}


/*详情页内容超出设置*/
@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: 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;
}

@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 {
		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-break: break-all;
		word-break: normal;
	}
}

.xianhuolist li{
	/* float: left; */
	display: inline-block;
	height: 30px;
	text-align: center;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;   
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #636363;
	margin-right: 0px !important;
}
.qiugoulist li{
	/* float: left; */
	display: inline-block;
	height: 30px;
	text-align: center;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;   
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #636363;
	margin-right: 0px !important;
}

.xianhuolist-content{
	/* float: left; */
	display: inline-block;
	width: 100%;
	/* height: 20px; */
	text-align: center;
	border-bottom: 1px #c1c1c1 solid;   
	/* padding-top: 10px; */
	color: #636363;
}
.qiugoulist-content{
	/* float: left; */
	display: inline-block;
	width: 100%;
	height: 25px;
	text-align: center;
	border-bottom: 1px #c1c1c1 solid;   
	padding-top: 10px;
	color: #636363;
}

.xianhuolist-content:hover{
	color:#2668b7;
}
.qiugoulist-content:hover{
	color:#2668b7;
}
.xianhuolist-content:hover .xianhuolist-1 li{
	font-size: 16px;
}
.qiugoulist-content:hover .qiugoulist-1 li{
	font-size: 16px;
}
.xianhuolist-1 li{
	/* float: left; */
	display: inline-block;
	margin-right: 0px !important;
	margin-bottom: 2px !important;
}
.qiugoulist-1 li{
	/* float: left; */
	display: inline-block;
	margin-right: 0px !important;
	margin-bottom: 2px !important;
}


#gundong_content {
	position: relative;
	height: 500px;
	overflow: hidden;
	width: 100%;
}
#content-1{
	position: absolute;
	width: 100%;
}
#gundong_content2 {
	position: relative;
	height: 500px;
	overflow: hidden;
	width: 100%;
}
#content-12{
	position: absolute;
	width: 100%;
}
#content-12 .content-li{
	width: 100% !important;
}

#content-1 .content-li{
	width: 100% !important;
}

.xianhuolist .mingcheng,.xianhuolist-1 .mingcheng-content{
	width: 20% !important;
}
.xianhuolist .guige,.xianhuolist-1 .guige-content{
	width: 15% !important;
}
.xianhuolist .caizhi,.xianhuolist-1 .caizhi-content{
	width: 15% !important;
}
.xianhuolist .cangkudizhi,.xianhuolist-1 .cangkudizhi-content{
	width: 20% !important;
}
.xianhuolist .shuliang,.xianhuolist-1 .shuliang-content{
	width: 15% !important;
}
.xianhuolist .fabudate,.xianhuolist-1 .fabudate-content{
	width: 15% !important;
}
.w80{
	width: 65% !important;
}
.xianhuolist-2 li{
	padding: 10px 0px;
}

.qiugoulist .pinlei,.qiugoulist-1 .pinlei-content{
	width: 20%
}
.qiugoulist .yaoqiu,.qiugoulist-1 .yaoqiu-content{
	width: 35%
}
.qiugoulist .mudidi,.qiugoulist-1 .mudidi-content{
	width: 15%
}
.qiugoulist .shuliang,.qiugoulist-1 .shuliang-content{
	width: 15%
}
.qiugoulist .fabudate,.qiugoulist-1 .fabudate-content{
	width: 15%
}
.topright a{
	color: white;
	margin-right: 25px;
}
.topright{
	line-height: 36px;
	float: right;
}
.newscontent span{
	padding: 10px;
}
.newsclear{
	width: 10%;
	display: inline-block;
}

.liuyanbutton{
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;
box-shadow:none;
border: 1px solid #ccc;
width: 40%;
}
.liuyanbutton:hover{
background: #184b8a;
color: white;
}
.msg_title{
width: 25%;
}
.liuyantable{
width: 100%;
}
.casenews{
text-align: center;
}
.casenews img{
width: 50%;
}
.casetitle{
font-weight: bold;
font-size: 18px;
padding: 20px 0px;
}
.qiugoucontenttitle{
font-size: 0
}
.qiugoucontenttitle li{
	display: inline-block;
	background-color: #ddd;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	border-radius: 3px;
}
.xianhuocontenttitle{
font-size: 0
}
.xianhuocontenttitle li{
	display: inline-block;
	background-color: #ddd;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	border-radius: 3px;
}
.qiugoucontenttitle .qiugoupinlei,.qiugoucontent-2 .qiugoupinlei-content{
	width:40%;
}
.qiugoucontenttitle .qiugounum,.qiugoucontent-2 .qiugoushuliang-content{
	width:15%;
}
.qiugoucontenttitle .qiugoumudidi,.qiugoucontent-2 .qiugoumudidi-content{
	width:25%;
}
.qiugoucontenttitle .qiugoufabudate,.qiugoucontent-2 .qiugoufabudate-content{
	width:20%;
}
.xianhuocontenttitle .xianhuomingcheng,.xianhuocontent-2 .xianhuomingcheng-content{
	width:25%;
}
.xianhuocontenttitle .xianhuoguige ,.xianhuocontent-2 .xianhuoguige-content{
	width:10%;
}
.xianhuocontenttitle .xianhuocaizhi,.xianhuocontent-2 .xianhuocaizhi-content{
	width:10%;
}
.xianhuocontenttitle .xianhuodizhi,.xianhuocontent-2 .xianhuodizhi-content{
	width:10%;
}
.xianhuocontenttitle .xianhuonum,.xianhuocontent-2 .xianhuonum-content{
	width:15%;
}
.xianhuocontenttitle .xianhuoclear{
	width:10%;
}
.xianhuocontenttitle .xianhuodate,.xianhuocontent-2 .xianhuodate-content{
	width:20%;
}

.qiugoucontent-1 li{
	/* border-bottom:1px #c1c1c1 solid; */
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	color: #545454;
}
.xianhuocontent-1 li{
	/* border-bottom:1px #c1c1c1 solid; */
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	color: #545454;
}

.qiugoucontent-2{
	font-size: 0;
	border-bottom:1px #c1c1c1 solid;
}
.xianhuocontent-2{
	font-size: 0;
	border-bottom:1px #c1c1c1 solid;
	padding: 15px 0;
}
.dibu div{
	width: 75%;
	text-align: left;
	margin-bottom: 7px;
	float: left;
}
.qiugoulianxi{
	width: 10% !important;
	/* display: inline-block; */
	float: left;
	background-color: #204e99;
	text-align: center !important; 
	border-radius: 3px;
	color: white;
	/* margin: 5px 0; */
	padding: 5px 0;
}
.xianhuolianxi{
	/* width: 10% !important; */
	/* display: inline-block; */
	/* float: left; */
	background-color: #204e99;
	text-align: center !important; 
	border-radius: 3px;
	color: white !important;
	/* margin: 5px 0; */
	padding: 5px 0;
	/* margin: 30px 0; */
}
.qiugoulianxi:hover{
	background-color: #fe9c00;
	color: black;
}
.xianhuolianxi:hover{
	background-color: #fe9c00;
	color: black;
}
.xianhuolianxi{
	width: 10%;
	margin-bottom: 7px;
	/* float: right; */
}

.dibu{
	width: 100%;
}

.xianhuo_list{
	background-color: #e3e3e2;
	width: 65%;
	text-align: center;
	display: inline-block;
	border-radius: 15px;
}
.xianhuo_main{
	text-align: center;
}
.xianhuotitle{
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
}
.xianhuo_main{
	padding-bottom: 30px;
}
.xianhuo_neirong{
	padding-top: 10px;
}
.xianhuo_neirong div{
	padding-left: 10%;
	text-align: left;
	padding-bottom: 15px;
	color: #5b5b5b;
}
.xianhuo_neirong div span{
	display: inline-block;
	text-align: left;
	color: black;
	padding-left: 5%;
}
.neirong_pre{
	text-align: left;
}
.neirong_next{
	text-align: right;
}
.dibu_neirong div{
	display: inline-block;
	padding-left: 10%;
}
.dibu_neirong{
	margin: 20px 0;
}
.dibu_neirong div span a{
	color: black;
}
.dibu_neirong div span a:hover{
	color: #174b89;
}
.xianhuo_button{
	text-align: center;
}
.xianhuo_button div{
	background-color: #174b89;
	width: 20%;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0;
	color: white;
	display: inline-block;
}
.xianhuo_button div a{
	color: white;
}
.xianhuo_button div:hover{
	background-color: #fe9c00;
}
  @media screen and (max-width: 767px){
	.w80 {
	  width: 95% !important;
	}
	.fabudate-content,.fabudate{
		display: none !important;
	}
	.xianhuolist .mingcheng,.xianhuolist-1 .mingcheng-content{
		width: 20% !important;
	}
	.xianhuolist .guige,.xianhuolist-1 .guige-content{
		width: 20% !important;
	}
	.xianhuolist .caizhi,.xianhuolist-1 .caizhi-content{
		width: 20% !important;
	}
	.xianhuolist .cangkudizhi,.xianhuolist-1 .cangkudizhi-content{
		width: 20% !important;
	}
	.xianhuolist .shuliang,.xianhuolist-1 .shuliang-content{
		width: 20% !important;
	}
	.qiugoulist .pinlei,.qiugoulist-1 .pinlei-content{
		width: 25%
	}
	.qiugoulist .yaoqiu,.qiugoulist-1 .yaoqiu-content{
		width: 35%
	}
	.qiugoulist .mudidi,.qiugoulist-1 .mudidi-content{
		width: 20%
	}
	.qiugoulist .shuliang,.qiugoulist-1 .shuliang-content{
		width: 20%
	}
	.msg_title{
	width: 20%;
	}
	.sr3 {
	  width: 65% !important;
	}
	.sr4 {
	  width: 65% !important;
	}
	#CheckCode {
	  width: 20% !important;
	}

	.casetable td,.casetable th{
		width: 50%;
	}
	.casenews img{
	width: 100%;
	}
	.qiugoulianxi{
		width: 20% !important;
	}
	.xianhuodate-content,.xianhuodate{
		display: none !important;
	}
	.xianhuocontenttitle .xianhuomingcheng,.xianhuocontent-2 .xianhuomingcheng-content{
		width:25%;
	}
	.xianhuocontent-2 .xianhuomingcheng-content{
		font-size: 16px !important;
	}
	.xianhuocontenttitle .xianhuoguige ,.xianhuocontent-2 .xianhuoguige-content{
		width:18%;
	}
	.xianhuocontenttitle .xianhuocaizhi,.xianhuocontent-2 .xianhuocaizhi-content{
		width:17%;
	}
	.xianhuocontenttitle .xianhuodizhi,.xianhuocontent-2 .xianhuodizhi-content{
		width:17%;
	}
	.xianhuocontenttitle .xianhuonum,.xianhuocontent-2 .xianhuonum-content{
		width:15%;
	}
	.xianhuocontenttitle .xianhuoclear,.xianhuolianxi{
		width:8%;
	}
	.xianhuo_list{
		width: 90%;
	}
}