/* CSS Document */
/**common**/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
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 "微软雅黑", \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}
table, td, tr, th {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
img {
	vertical-align: middle;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
}
address, cite, code, em, th, i {
	font-weight: normal;
	font-style: normal;
}
.clear {
	clear: both;
*zoom:1;
}
.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.icon {
	display: block;
	width: 100%;
	height: 100%;
}
.cover, .cover1 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cover1 {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.w1600 {
	width: 1600px;
	margin: 0 auto;
}
@media (max-width:1680px) {
.w1600 {
	width: 95%;
}
}
@media (max-width:767px) {
.w1600 {
	width: 94%;
}
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:0;
}/* 滚动槽宽度 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}
::-webkit-scrollbar-thumb {
background-color:#8a2c30;
} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
background-color:#8a2c30;
} /* 滚动条滑块点击状态 */
/*========== New 首页样式 begin ==========*/

/*网站头部样式 开始*/
.ly_top {
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: 0 6px 12px rgb(0, 0, 0, .06);
	padding-left: 40px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.ly_logo {
	width: auto;
	height: 60px;
	overflow: hidden;
	margin: 20px 0;
	float: left;
	margin-left: 6.5%;
}
.ly_logo a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.ly_logo a img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.top_tel {
	height: 40px;
	line-height: 40px;
	color: #222;
	font-size: 20px;
	margin: 30px 0;
	float: right;
	padding-right: 8.3%;
}
.top_tel i {
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin: 4px 6px 4px 0;
	float: left;
}
.top_tel i svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.top_tel i svg path {
	fill: #222222;
}
 @media (max-width:1880px) {
.ly_top {
	padding-left: 30px;
}
.top_language p {
	padding: 30px 25px;
}
.top_tel {
}
}
 @media (max-width:1680px) {
.ly_top {
	height: 80px;
}
.ly_logo {
	margin: 10px 0;
}
.top_tel {
	margin: 20px 0;
	padding: 0 20px;
}
}
@media (max-width:1600px) {
}
@media (max-width:1560px) {
}
@media (max-width:1440px) {
.ly_top {
	padding-left: 20px;
}
.ly_logo {
	height: 52px;
	margin: 14px 0;
}
.ly_logo a {
	height: 52px;
}
.top_tel {
	padding: 0 20px 0 10px;
}
}
@media (max-width:1366px) {
}
@media (max-width:1280px) {
.ly_logo {
	height: 60px;
	margin: 10px 0;
}
.ly_logo a {
	height: 60px;
}
.top_tel {
	padding: 0 20px;
}
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
}
@media (max-width:920px) {
}
@media (max-width:820px) {
.top_language {
	display: none;
}
}
@media (max-width:767px) {
.ly_top {
	height: 64px;
	padding: 0 2.5%;
}
.ly_logo {
	height: 44px;
	margin: 10px 0;
}
.ly_logo a {
	height: 44px;
}
.top_tel, .ss_btn {
	display: none;
}
}
@media (max-width:390px) {
}
@media (max-width:320px) {
.ly_logo {
	height: 36px;
	margin: 14px 0;
}
.ly_logo a {
	height: 36px;
}
}
@media (max-width:280px) {
.ly_logo {
	height: 32px;
	margin: 16px 0;
}
.ly_logo a {
	height: 32px;
}
}
/*网站头部样式 结束*/


/*导航栏样式 开始*/
.ly_nav {
	float: right;
}
.nav_ul .nav_item {
	position: relative;
	padding: 0 28px;
	float: left;
}
.nav_item > a {
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #222;
	font-size: 16px;
	text-align: center;
	position: relative;
}
.nav_item > a em {
	display: block;
	width: 0;
	height: 2px;
	overflow: hidden;
	background-color: #8a2c30;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.nav_item:hover > a, .nav_item.on > a {
	color: #8a2c30;
}
.nav_item.on ul li a {
	color: #666;
}
.nav_item:hover > a em, .nav_item.on a em {
	width: 100%;
}
#navLanguage {
	display: none;
}
/*一级目录*/
/*.nav_item_open {opacity: 0; visibility: hidden;}*/
.nav_item_open {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	z-index: 999;
	background-color: #fafafa;
	-webkit-transition: all .4s;
	transition: all .4s;
	top: 100px;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(24px);
	transform: translateY(24px);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	visibility: hidden;
}
.pronav_item_open {
	width: 200%;
	left: -50%;
}
.ny_top .nav_item_open {
	background-color: #fff;
}
.nav_item_open .yiml_ul {
	position: relative;
	width: 100%;
	height: auto;
}
.nav_item:hover .nav_item_open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.subopen, .subopen2 {
	display: none;
}
.nav_item2 {
	width: 100%;
	position: relative;
}
.nav_item2 a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	color: #555;
	font-size: 15px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}
.pronav_item_open .nav_item2 a {
	text-align: left;
	padding: 0 40px 0 20px;
}
.nav_item2 a:after {
	content: "";
	display: block;
	width: 78%;
	height: 1px;
	background: rgba(255, 255, 255, .25);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .4s ease;
}
.nav_item2 i.itwo {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/jt06.png) center center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.nav_item2:hover i.itwo {
	background: url(../images/jt07.png) center center no-repeat;
}
.ny_top .nav_item2 a {
	color: #565656;
}
.nav_item2:hover a {
	background-color: #8a2c30;
	color: #fff!important;
}
.hcover {
	display: none;
}
/*二级目录*/
.nav_item_open2 {
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	z-index: 10;
	background-color: rgb(138, 44, 48);
	opacity: 0;
	-webkit-transition-duration: .4s;
	transition: all .4s ease;
}
.nav_item2:hover .nav_item_open2 {
	width: 100%;
	opacity: 1;
}
.nav_item_open2 .nav_item3 a {
	font-weight: normal;
	background: none;
	padding: 0 0 0 20px;
	position: relative;
	width: 86%;
	margin: 0 auto;
	color: rgba(255, 255, 255, .65)!important;
	transition: all .4s ease;
}
.nav_item_open2 .nav_item3 a:hover {
	color: #fff!important;
}
.nav_item_open2 .nav_item3 a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px solid rgba(243, 245, 249, .5);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.nav_item_open2 .nav_item3 a:hover:before {
	border: 1px solid rgba(243, 245, 249, 1);
}
.nav_item_open2 .nav_item3 a:after {
	width: 100%;
}
.nav_item_open2 .nav_item3:last-child a:after {
	display: none;
}
.nav_item_open2 .nav_item3 a:hover:after {
	background: rgba(243, 245, 249, 1);
	display: block;
}
 @media (max-width:1800px) {
.nav_ul .nav_item {
	padding: 0 20px;
}
}
 @media (max-width:1680px) {
.nav_ul .nav_item {
	padding: 0 22px;
}
.nav_item > a {
	height: 80px;
	line-height: 80px;
	font-size: 16px;
}
.nav_item2 a {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
}
.nav_item_open {
	top: 80px;
}
.nav_item2 i.itwo {
	width: 44px;
	height: 44px;
}
}
@media (max-width:1600px) {
.nav_ul .nav_item {
	padding: 0 18px;
}
}
@media (max-width:1560px) {
.nav_ul .nav_item {
	padding: 0 10px;
}
}
@media (max-width:1440px) {
}
@media (max-width:1366px) {
.nav_ul .nav_item {
	padding: 0 10px;
}
.nav_item > a {
	font-size: 15px;
}
.pronav_item_open .nav_item2 a {
	padding: 0 30px 0 10px;
}
.nav_item_open2 .nav_item3 a {
	padding: 0 0 0 15px;
}
}
@media (max-width:1360px) {
.nav_ul .nav_item {
	padding: 0 6px;
}
}
@media (max-width:1280px) {
.ly_nav {
	width: auto;
	height: auto;
}
.menu_open {
	display: block;
	float: right;
	width: 44px;
	height: 44px;
	margin: 18px 0;
	padding: 4px 0;
	cursor: pointer;
	background-color: #8a2c30;
}
.menu_open i {
	width: 22px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 7px auto;
}
.nav {
	width: 60%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -60%;
	z-index: 100;
	overflow: hidden;
	background-color: #8a2c30;
	transition: none;
}
.hcover {
	display: block;
	width: 40%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	right: -40%;
	top: 0;
	z-index: 99;
	transition: none;
}
.nav_ul {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	text-align: left;
	transition: none;
}
.nav_ul .nav_item {
	float: none;
	margin: 0;
	width: 100%;
	height: 60px;
	padding: 0;
}
.nav_item:after {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.nav_item > a {
	display: block;
	margin: 0;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 0 60px 0 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	opacity: 1;
	position: relative;
}
.nav_item:hover > a, .nav_item.on > a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.nav_item > a em {
	width: 0;
	height: 2px;
	left: 30px;
	margin: 0;
	background-color: #fff;
	transform: inherit;
	-webkit-transform: inherit;
	-moz-transform: inherit;
	-ms-transform: inherit;
	-o-transform: inherit;
}
.nav_item:hover>a em, .nav_item.on a em {
	width: 36px;
}
.nav_item i {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	display: block;
}
.nav_item i:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-top: 0;
	border-left: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav_item_open {
	width: 50%;
	height: 100%;
	margin: 0;
	box-shadow: none;
	background-color: rgba(13,81,152,1);
	border-radius: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	position: fixed;
	left: -50%;
	top: 0;
}
.subopen {
	display: block;
}
.subopen a {
	display: block;
	overflow: hidden;
	line-height: 60px;
	margin: 0;
	padding: 0 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #fff;
	text-indent: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}
.subopen a:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -6px 0 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: 1px solid rgba(255, 255, 255, 1);
	border-right: 0;
	border-bottom: 0;
}
.nav_item i.ione {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 80px;
	height: 100%;
	background: none;
	transform: none;
}
.nav_item i.ione:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-top: 0;
	border-left: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav_item_open {
	width: 60%;
	height: 100%;
	margin: 0;
	box-shadow: none;
	background-color: #8a2c30;
	border-radius: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	position: fixed;
	left: -60%;
	top: 0;
	display: block;
}
.subopen a, .subopen2 a {
	display: block;
	overflow: hidden;
	line-height: 80px;
	margin: 0;
	padding: 0 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #fff;
	text-indent: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	position: relative;
}
.subopen a:before, .subopen2 a:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin: -6px 0 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
}
.subopen {
	display: block;
}
.nav_item2 {
	position: relative;
}
.nav_item2 a {
	display: block;
	overflow: hidden;
	margin: 0;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	opacity: 1;
	background: none;
}
.pronav_item_open .nav_item2 a {
	padding: 0 60px 0 30px;
}
.nav_item2:after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.nav_item2 a:hover, .nav_item2 a:active {
	color: #fff;
}
.nav_item2 a:after {
	background: none;
}
.nav_item_open2 .nav_item3 a:after {
	background: rgba(255, 255, 255, 0.1);
	top: 0;
	bottom: auto;
}
.nav_item_open2 .nav_item3:last-child a:after {
	display: block;
}
.nav_item_open2 {
	position: static;
	width: 100%;
	padding: 0 30px;
	opacity: 1;
	display: none;
	-webkit-transition-duration: .0s;
	transition: all .0s ease;
}
.nav_item_open2 .nav_item3 a {
	width: 100%;
	padding: 0 0 0 30px;
}
.nav_item i.itwo {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 60px;
	height: 60px;
	background: none;
	transform: none;
}
.nav_item2 i.itwo:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-top: 0;
	border-left: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav_item2 i.itwo.on:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav_item:hover i.itwo {
	background: none;
}
.nav_item_open .yiml_ul {
	height: 100%;
	overflow-y: scroll;
}
.nav_item.on ul li a {
	color: #fff;
}
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
}
@media (max-width:1024px) {
}
@media (max-width:920px) {
}
@media (max-width:820px) {
#navLanguage {
	display: block;
}
.pronav_item_open .nav_item2 a {
	padding: 0 30px 0 15px;
}
.nav_item_open2 {
	padding: 0 15px;
}
.nav_item_open2 .nav_item3 a {
	padding: 0 0 0 20px;
}
}
@media (max-width:767px) {
.menu_open {
	margin: 10px 0;
}
}
@media (max-width:390px) {
}
@media (max-width:320px) {
}
@media (max-width:280px) {
}
/*导航栏样式 结束*/

*/ /*首页banner*/
.banner {
margin-top: 100px;
}
.f-14 {
	font-size: 14px;
	margin-top: 10px;
}
.pcimg {
	width: 100%;
	height: auto;
}
.banner .swiper-slide {
	overflow: hidden;
	position: relative;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	left: 0px;
	top: 0px;
}
.bannerPic {
	position: relative;
	width: 100%;
	height: auto;/* transition: all 1s ease 2.5s; transform: perspective(1000px) translate3d(0, 0, 100px);*/
}
.swiper-slide.active .bannerPic {
	transition: all 5s ease 0s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}
.banner .swiper-slide .ind_ban_tex {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
	font-size: 40px;
	line-height: 1.2;
	color: #ffffff;
	text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
	transform: translateY(80px);
	opacity: 0;
	margin-bottom: 10px;
}
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.8;
	text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
	transform: translateY(80px);
	opacity: 0;
}
.banner .swiper-slide .ind_ban_tex .b_line {
	width: 50px;
	margin: 10px auto 20px;
	height: 2px;
	background: #fff;
	transform: translateY(80px);
	opacity: 0;
}
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
	color: #ffffff;
	line-height: 1.5;
	font-size: 18px;
	text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
	transform: translateY(80px);
	opacity: 0;
}
.banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .infoen {
	font-size: 14px;
	letter-spacing: 0px;
}
.banner .swiper-slide.active .ind_ban_tex_title_en {
	transition: all 2s ease .5s;
	transform: translateY(0);
	opacity: 1;
}
.banner .swiper-slide.active .ind_ban_tex_title {
	transition: all 2s ease .7s;
	transform: translateY(0);
	opacity: 1;
}
.banner .swiper-slide.active .b_line {
	transition: all 2s ease .8s;
	transform: translateY(0);
	opacity: 1;
}
.banner .swiper-slide.active .ind_ban_tex_info {
	transition: all 2s ease 1s;
	transform: translateY(0);
	opacity: 1;
}
.banner .swiper-button-next.swiper-button-disabled {
	background-color: rgba(0, 0, 0, 0.3);
}
.banner .swiper-button-prev.swiper-button-disabled {
	background-color: rgba(0, 0, 0, 0.3);
}
.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	margin: 0 14px;
	opacity: 0.5;
	color: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.4);
	background-color: transparent;
	color: #ffffff;
}
.banner .swiper-pagination-bullet-active .rightcircle {
	-webkit-animation: circleProgressLoad_right 6s linear infinite;
	animation: circleProgressLoad_right 6s linear infinite;
}
.banner .swiper-pagination-bullet-active .leftcircle {
	-webkit-animation: circleProgressLoad_left 6s linear infinite;
	animation: circleProgressLoad_left 6s linear infinite;
}
.banner .swiper-pagination-bullet-active .wrapper_con {
	display: block;
}
.banner .swiper-pagination {
	font-size: 0px;
}
.banner .swiper-pagination > span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.banner .swiper-container-rtl .swiper-button-next {
	left: calc(8.335% - 32px);
}
.banner .swiper-container-rtl .swiper-button-prev {
	right: calc(8.335% - 32px);
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 5%;
}
.banner .swiper-pagination-custom {
	bottom: 5%;
}
.banner .swiper-pagination-fraction {
	bottom: 5%;
}
.right {
	right: -2px;
}
.left {
	left: -2px;
}
.circleProgress {
	width: 42px;
	height: 42px;
	border: 2px solid transparent;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	-webkit-transform: rotate(-135deg);
}
.rightcircle {
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	right: 0px;
}
.leftcircle {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	left: 0px;
}
.wrapper_con {
	width: 21px;
	height: 42px;
	position: absolute;
	top: -2px;
	overflow: hidden;
	display: none;
}
 @keyframes circleProgressLoad_right {
0% {
transform:rotate(45deg);
}
50%, 100% {
transform:rotate(225deg);
}
}
@keyframes circleProgressLoad_left {
0%, 50% {
transform:rotate(45deg);
}
100% {
transform:rotate(225deg);
}
}
.pctxt {
	padding: 0 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.pctxt p {
	line-height: 56px;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	position: relative;
	padding-bottom: 25px;
	width: 36%;
}
.pctxt p:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background: #8a2c30;
	position: absolute;
	left: 0;
	bottom: -3px;
	border-radius: 50px;
}
.pctxt p:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.15);
	position: absolute;
	left: 0;
	bottom: 0;
}
.pctxt span {
	display: block;
	line-height: 36px;
	color: rgba(255,255,255,.5);
	font-size: 20px;
	margin: 35px 0 80px;
	width: 36%;
}
 @media (max-width: 1680px) {
.banner {
	margin-top: 80px;
}
.pctxt {
	padding: 0 40px;
}
.pctxt p {
	line-height: 50px;
	font-size: 40px;
}
.pctxt span {
	line-height: 30px;
	font-size: 20px;
	margin: 20px 0 80px;
}
.lyMore a {
	width: 140px;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
}
}
@media (max-width: 1440px) {
.pctxt {
	padding: 0 20px;
}
.pctxt p {
	line-height: 40px;
	font-size: 36px;
}
.pctxt span {
	font-size: 18px;
	margin: 20px 0 60px;
}
.lyMore a {
	font-size: 14px;
}
}
@media (max-width: 1366px) {
.pctxt p {
	line-height: 40px;
	font-size: 32px;
}
.pctxt span {
	font-size: 17px;
	margin: 15px 0 50px;
}
}
@media (max-width: 1366px) {
.pctxt p {
	line-height: 36px;
	font-size: 30px;
}
.pctxt span {
	font-size: 16px;
	margin: 10px 0 40px;
}
}
@media (max-width: 1024px) {
.pctxt p {
	line-height: 32px;
	font-size: 26px;
}
.pctxt span {
	line-height: 25px;
	font-size: 15px;
	margin: 10px 0 30px;
}
}
@media (max-width: 820px) {
.pctxt p {
	line-height: 30px;
	font-size: 24px;
}
.pctxt span {
	line-height: 24px;
	font-size: 14px;
	margin: 10px 0 20px;
}
.lyMore a {
	width: 128px;
	height: 40px;
	line-height: 40px;
}
}
@media (max-width: 767px) {
.banner {
	margin-top: 64px;
}
.pctxt {
	padding: 0 10px;
	margin-top: -20px;
}
.pctxt p {
	line-height: 24px;
	font-size: 18px;
	width: 50%;
	padding-bottom: 10px;
}
.pctxt span {
	line-height: 20px;
	font-size: 12px;
	margin: 10px 0 0;
	width: 50%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all;
	height: 40px;
}
.pctxt .lyMore {
	display: none;
}
.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
.banner .swiper-pagination-bullet-active {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.circleProgress {
	width: 32px;
	height: 32px;
}
.wrapper_con {
	width: 16px;
	height: 32px;
}
.banner .swiper-pagination-bullet .f-14 {
	margin-top: 6px;
	font-size: 12px;
}
}
@media (max-width:550px) {
.pctxt {
	margin-top: -10px;
}
}
@media (max-width:320px) {
.pctxt {
	padding: 0 20% 0 0;
}
.pctxt p {
	line-height: 21px;
	font-size: 15px;
}
}
 @media (max-width:280px) {
}
/*首页banner 结束*/

.ly_title em {
	display: block;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #8a2c30;
	font-size: 54px;
	font-style: normal;
	text-transform: uppercase;
	position: relative;
	-webkit-mask: linear-gradient(to bottom, #8a2c30, transparent);
}
.ly_title p {
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #8a2c30;
	font-size: 30px;
	margin-top: 12px;
}
.ly_title p i {
	display: inline-block;
	width: 10px;
	height: 12px;
	overflow: hidden;
	background: url(../images/ico1.png) center center no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin: -2px 14px 0;
}
.ly_title span {
	width: 20%;
	display: block;
	line-height: 30px;
	color: #999;
	font-size: 16px;
	padding: 0 10px;
}
.ly_title1 em, .ly_title1 p, .ly_title1 span {
	text-align: center;
}
 @media (max-width:1010px) {
.ly_title span {
	width: 20%;
	font-size: 10px;
}
}
 @media (max-width:1493px) {
.ly_title span {
	font-size: 10px;
}
}
 @media (max-width:756px) {
.ly_title span {
	width: 40%;
	font-size: 10px;
}
}
@media (max-width:609px) {
.ly_title span {
	width: 40%;
	font-size: 10px;
}
}
@media (min-width:344px) and (max-width:375px) {
.ly_title span {
	width: 45%;
	font-size: 10px;
}
}
/*首页推荐产品 开始*/
.ly_idxProTj {
	width: 100%;
	overflow: hidden; padding-top:50px;
}
.idxProtj_main {
	width: 100%;
	position: relative;
	padding: 0 0;
	background-size: 100% 100%;
	min-height: 300px;
}
.idxProtj_main .swiper-container {
	border-radius: 8px;
}
.idxProtj_main .swiper-container .swiper-slide {
	background: #fff;
	padding: 30px;
	border-right: 1px solid #f1f1f1;
	box-shadow: 0 0 0 rgba(0, 0, 0, .1);
}
.idxProtj_main .swiper-container .swiper-slide:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	z-index: 99;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img {
	width: 100%;
	height: 260px;
	margin-bottom: 20px;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img a img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.idxProtj_main .swiper-container .swiper-slide:hover .idxProtj_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.idxProtj_main .swiper-container .swiper-slide span {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #777;
	font-size: 16px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_name {
	display: block;
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.idxProtj_main .swiper-container .swiper-slide:hover .idxProtj_name {
	color: #8a2c30;
}
.idxProtj_main .swiper-button-prev, .idxProtj_main .swiper-button-next {
	width: 50px!important;
	height: 50px!important;
	top: 50%!important;
	margin: -25px 0 0!important;
	border-radius: 50%!important;
}
.idxProtj_main .swiper-button-prev:hover, .idxProtj_main .swiper-button-next:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}
.idxProtj_main .swiper-button-prev {
	background-size: 20px 20px;
	left: 50px;
}
.idxProtj_main .swiper-button-next {
	background-size: 20px 20px;
	right: 50px;
}
 @media (max-width:1680px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more a {
	width: 140px;
	height: 44px;
	line-height: 42px;
	font-size: 15px;
}
}
 @media (max-width:1600px) {
.idxProtj_main {
	padding: 0 0;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img {
	height: 240px;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_name {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.idxProtj_main .swiper-container .swiper-slide span {
	font-size: 15px;
}
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {

.idxProtj_main {
	padding: 0 0;
}
.idxProtj_main .swiper-container .swiper-slide {
	padding: 20px;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img {
	height: 230px;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more a {
	font-size: 14px;
}
.idxProtj_main .swiper-button-prev, .idxProtj_main .swiper-button-next {
	display: none;
}
}
 @media (max-width:1366px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img {
	height: 210px;
}
}
 @media (max-width:1280px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img {
	height: 200px;
}
}
 @media (max-width:1200px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img {
	height: 180px;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_name {
	font-size: 16px;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more {
	margin-top: 10px;
}
}
 @media (max-width:1080px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img {
	height: 230px;
}
}
 @media (max-width:1024px) {
.idxProtj_main {
	padding: 0px 0;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img {
	height: 212px;
}
}
 @media (max-width:920px) {
.ly_idxProTj {
	padding: 50px 0 0 20px;
}
.idxProtj_main {
	margin-top: 0;
	padding: 0 0;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img {
	height: 190px;
	margin-bottom: 10px;
}
}
 @media (max-width:820px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_more a {
	width: 128px;
	height: 40px;
	line-height: 38px;
}
}
 @media (max-width:767px) {

.idxProtj_main {
	margin-top: 0;
	padding: 0 0 0 0;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img {
	height: 220px;
}
.idxProtj_main .swiper-container .swiper-slide .idxProtj_name {
	font-size: 18px;
}
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
.idxProtj_main .swiper-container .swiper-slide .idxProtj_img {
	height: 196px;
}
}
 @media (max-width:280px) {
}
/*首页推荐产品 结束*/


/*ly_Products 开始*/
.ly_Products {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #f4f4f4;
	position: relative;
}
.ly_Products .lyPro_main {
	padding: 60px 0;
	background-color: #fff;
}
.ly_Products .lyPro_main .ly_title {
	margin: 0 auto;
}
.ly_Products .lyPro_menu {
	width: 62.5%;
	height: 120px;
	margin: 0;
	padding: 36px;
	background-color: #8a2c30;
	position: absolute;
	top: 130px;
	right: 0;
	z-index: 2;
}
.ly_Products .lyPro_menu::before {
	content: '';
	width: 100px;
	height: 100%;
	background-color: #8a2c30;
	border-radius: 20px 0 0 0;
	transform: skewX(-30deg);
	position: absolute;
	left: -60px;
	top: 0;
}
.lyPro_menu a {
	display: block;
	width: 18%;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 2% 0 0;
	padding: 0 20px;
	float: left;
	position: relative;
}
.lyPro_menu a:hover, .lyPro_menu a.idxProMenu_on {
	line-height: 46px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
}
.lyPro_menu a:last-child {
	margin: 0;
}
.ly_Products .lyPro_list {
	width: 100%;
	height: auto;
	padding: 80px 0 50px;
	position: relative;
}
.ly_Products .lyPro_list.tabOther {
	display: none;
}
.lyPro_list ul {
	max-width: 1600px;
	min-height: 300px;
	margin: 40px auto 0;
	position: relative;
}
.lyPro_list ul li {
	width: 23%;
	height: auto;
	overflow: hidden;
	margin: 0 2.666666% 40px 0;
	float: left;
}
.lyPro_list ul li:nth-child(4n+4) {
	margin: 0 0 40px;
}
.lyPro_list ul li .lyPro_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background-color: #f7f8fc;
	border-radius: 8px;
}
.lyPro_list ul li .lyPro_con .lyPro_img {
	width: 100%;
	height: 490px;
	overflow: hidden;
}
.lyPro_list ul li .lyPro_con .lyPro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.lyPro_list ul li .lyPro_con .lyPro_img a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.lyPro_list ul li .lyPro_con:hover .lyPro_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.lyPro_list ul li .lyPro_con .lyPro_text {
	padding: 20px 100px 20px 30px;
	background-color: #8a2c30;
	position: relative;
}
.lyPro_list ul li .lyPro_con:hover .lyPro_text {
	background-color: #8a2c30;
}
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_name a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #ffffff;
	font-size: 17px;
	white-space: nowrap;
}
@media (min-width:340px) and (max-width:430px) {
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_name a {
	font-size: 12px;
}
}
.lyPro_list ul li .lyPro_con:hover .lyPro_text p {
	color: rgba(255, 255, 255, .5);
}
.lyPro_list ul li .lyPro_con:hover .lyPro_text p i {
	background: url(../images/ico3.png) center center no-repeat;
	background-size: 20px 14px;
}
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	padding: 14px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a svg path {
	fill: #ffffff;
}
.lyPro_list ul li .lyPro_con:hover .lyPro_text .lyPro_more a {
	border: 1px solid #fff;
}
.lyPro_list ul li .lyPro_con:hover .lyPro_text .lyPro_more a svg path {
	fill: #ffffff;
}
 @media (max-width:1680px) {
}
 @media (max-width:1600px) {
.ly_Products .lyPro_main {
	padding: 50px 0;
}
.ly_Products .lyPro_menu {
	width: 64%;
	height: 110px;
	padding: 32px 32px 32px 0;
	top: 110px;
}
.ly_Products .lyPro_menu::before {
	width: 80px;
	border-radius: 16px 0 0 0;
	left: -46px;
}
.lyPro_menu a {
	height: 44px;
	line-height: 44px;
	font-size: 17px;
}
.lyPro_menu a:hover, .lyPro_menu a.idxProMenu_on {
	line-height: 42px;
}
.ly_Products .lyPro_list {
	padding: 60px 0 40px;
}
.lyPro_list ul {
	max-width: 95%;
}
.lyPro_list ul li {
	width: 23.5%;
	margin: 0 2% 30px 0;
}
.lyPro_list ul li:nth-child(4n+4) {
	margin: 0 0 30px;
}
.lyPro_list ul li .lyPro_con .lyPro_img {
	height: 320px;
}
.lyPro_list ul li .lyPro_con .lyPro_text p {
	font-size: 15px;
}
}
 @media (max-width:1560px) {
.lyPro_list ul li .lyPro_con .lyPro_img {
	height: 300px;
}
.lyPro_list ul li .lyPro_con .lyPro_text {
	padding: 20px 64px 20px 20px;
}
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more {
	right: 20px;
}
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a {
	width: 44px;
	height: 44px;
	padding: 12px;
}
}
 @media (max-width:1440px) {
.ly_Products .lyPro_main {
	padding: 40px 0;
}
.ly_Products .lyPro_menu {
	width: 64%;
	height: 100px;
	padding: 28px 28px 28px 0;
	top: 80px;
}
.lyPro_menu a {
	font-size: 16px;
}
.ly_Products .lyPro_list {
	padding: 30px 0;
}
.lyPro_list ul li .lyPro_con .lyPro_text {
	padding: 16px 64px 16px 20px;
}
.lyPro_list ul li .lyPro_con .lyPro_text p {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}
.lyPro_list ul li .lyPro_con .lyPro_text p i {
	top: 5px;
}
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a {
	width: 40px;
	height: 40px;
	padding: 10px;
}
}
 @media (max-width:1366px) {
.lyPro_menu a {
	padding: 0 10px;
}
.lyPro_list ul li .lyPro_con .lyPro_img {
	height: 260px;
}
.lyPro_main .ly_title em, .lyPro_main .ly_title p {
	text-align: center;
}
.ly_Products .lyPro_menu {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 20px 10px;
	position: inherit;
	top: inherit;
	right: inherit;
}
.ly_Products .lyPro_menu::before {
	display: none;
}
.ly_Products .lyPro_menu a {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 38px;
	margin: 0 4px 10px;
	padding: 0 20px;
	vertical-align: top;
	float: none;
}
}
 @media (max-width:1280px) {
.ly_Products .lyPro_list {
	padding: 20px 0 30px;
}
.lyPro_list ul li {
	margin: 0 2% 20px 0;
}
.lyPro_list ul li:nth-child(4n+4) {
	margin: 0 0 20px;
}
.lyPro_list ul li .lyPro_con .lyPro_img {
	height: 240px;
}
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more a {
	width: 36px;
	height: 36px;
	padding: 8px;
}
}
 @media (max-width:1200px) {
.lyPro_list ul li .lyPro_con .lyPro_img {
	height: 220px;
}
.lyPro_list ul li .lyPro_con .lyPro_text p {
	margin-top: 0;
}
}
 @media (max-width:1080px) {
.lyPro_list ul {
	min-height: 240px;
}
.lyPro_list ul li .lyPro_con .lyPro_img {
	height: 180px;
}
}
 @media (max-width:1024px) {
.ly_Products .lyPro_main {
	padding: 30px 0;
}
.lyPro_list ul li .lyPro_con .lyPro_text {
	padding: 10px 20px;
}
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_more {
	display: none;
}
}
 @media (max-width:920px) {
.ly_Products .lyPro_main {
	padding: 20px 0;
}
.ly_Products .lyPro_list {
	padding: 0 0 20px;
}
.lyPro_list ul li .lyPro_con .lyPro_img {
	height: 170px;
}
}
 @media (max-width:820px) {
.lyPro_menu a {
	font-size: 15px;
}
.lyPro_list ul {
	min-height: 200px;
}
.lyPro_list ul li .lyPro_con .lyPro_img {
	height: 150px;
}
.lyPro_list ul li .lyPro_con .lyPro_text {
	padding: 8px 12px;
}
}
 @media (max-width:767px) {
.ly_Products .lyPro_menu {
	padding: 20px 3% 10px;
}
.ly_Products .lyPro_menu a {
	width: 46%;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	padding: 0 16px;
}
.ly_Products .lyPro_list {
	padding: 0 0 10px;
}
.lyPro_list ul li {
	width: 48.5%;
	margin: 0 3% 20px 0;
}
.lyPro_list ul li:nth-child(2n+2) {
	margin: 0 0 20px;
}
.lyPro_list ul li .lyPro_con .lyPro_img {
	height: 160px;
}
}
 @media (max-width:390px) {
.lyPro_list ul li .lyPro_con .lyPro_img {
	height: 150px;
}
}
 @media (max-width:320px) {
.ly_Products .lyPro_menu a {
	height: 32px;
	line-height: 30px;
	font-size: 12px;
	margin: 0 0 10px;
	padding: 0 15px;
}
.lyPro_list ul li {
	width: 100%;
	margin: 0 auto 20px;
	float: none;
}
.lyPro_list ul li:nth-child(2n+2) {
	margin: 0 auto 20px;
}
.lyPro_list ul li .lyPro_con .lyPro_img {
	height: 220px;
}
.lyPro_list ul li .lyPro_con .lyPro_text {
	padding: 12px 20px;
}
.lyPro_list ul li .lyPro_con .lyPro_text .lyPro_name a {
	font-size: 18px;
}
}
 @media (max-width:280px) {
}
/*ly_Products 结束*/



/*首页新闻资讯 开始*/
.ly_idxNews {
	overflow: hidden;
	padding: 0 0;
	margin-top: 50px;
}
.ly_idxNews .ny-nav {
	text-align: center;
	margin: 50px 0;
}
.ly_idxNews .ny-nav li {
	display: inline-block;
	width: 130px;
	height: 44px;
	line-height: 44px;
	color: #666;
	font-size: 18px;
	border-radius: 4px;
	background-color: #f8f8f8;
	margin: 0 10px;
	vertical-align: top;
	cursor: pointer;
}
.ly_idxNews .ny-nav li:hover {
	color: #fff;
	background-color: #8a2c30;
}
.ly_idxNews .ny-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
}
.ly_idxNews .ny-nav li:hover a {
	color: #fff;
}
.ly_idxNews .ny-nav li.on {
	color: #fff;
	background-color: #8a2c30;
}
.ly_idxNews .ny-nav li.on a {
	color: #fff;
}
.news-box {
	display: none;
}
.news-box.on {
	display: block;
}
.ly_idxNews .news-swiper {
	width: 50%;
	padding-right: 20px;
	float: left;
}
.ly_idxNews .news-swiper .swiper-container {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide {
	height: 430px;
	overflow: hidden;
	position: relative;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_img a::after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(0, 0, 16, 0), rgba(0, 0, 0, 1.5));
	position: absolute;
	left: 0;
	bottom: 0;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_img a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide:hover .news_img a img {
	transform: scale(1.1);
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text {
	width: 100%;
	height: auto;
	padding: 20px 200px 20px 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name {
	display: block;
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #fff;
	font-size: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 24px;
	position: relative;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name::before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin-top: -6.5px;
	position: absolute;
	left: 0;
	top: 50%;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: rgba(255, 255, 255, .3);
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 4px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a {
	display: block;
	width: 150px;
	height: 48px;
	overflow: hidden;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 24px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a:hover {
	color: #fff;
	background-color: #8a2c30;
	border: 1px solid #8a2c30;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a i {
	display: inline-block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	vertical-align: middle;
	margin: -2px 0 0 8px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a:hover i {
	margin: -2px 0 0 18px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a i svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a i svg path {
	fill: #ffffff;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a:hover i svg path {
	fill: #ffffff;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time {
	width: 160px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #8a2c30;
	position: absolute;
	left: 0;
	top: 0;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time::after {
	content: '';
	width: 30px;
	height: 100%;
	background-color: #8a2c30;
	border-radius: 0 0 6px 0;
	transform: skewX(-20deg);
	position: absolute;
	right: -20px;
	top: 0;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time i {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	vertical-align: middle;
	margin: -2px 8px 0 0;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time i svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time i svg path {
	fill: #ffffff;
}
.ly_idxNews .lynews_r {
	width: 50%;
	padding-left: 20px;
	float: right;
}
.ly_idxNews .lynews_r .news-ul {
	padding: 31px 40px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #e6e6e6;
}
.ly_idxNews .lynews_r .news-ul ul li {
	position: relative;
	padding: 0 0 40px 30px;
}
.ly_idxNews .lynews_r .news-ul ul li::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #ddd;
	position: absolute;
	top: 10px;
	left: 7px;
}
.ly_idxNews .lynews_r .news-ul ul li:last-child {
	padding: 0 0 0 30px;
}
.ly_idxNews .lynews_r .news-ul ul li:last-child::before {
	display: none;
}
.ly_idxNews .lynews_r .news-ul ul li i {
	display: block;
	width: 13px;
	height: 13px;
	border: 2px solid #8a2c30;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 1px;
	top: 8px;
}
.ly_idxNews .lynews_r .news-ul ul li i::before {
	content: '';
	display: none;
	width: 5px;
	height: 5px;
	overflow: hidden;
	background-color: #8a2c30;
	border-radius: 50%;
	margin: 3px auto;
}
.ly_idxNews .lynews_r .news-ul ul li:hover i {
	width: 15px;
	height: 15px;
	left: 0;
}
.ly_idxNews .lynews_r .news-ul ul li:hover i::before {
	display: block;
}
.ly_idxNews .lynews_r .news-ul ul li a {
	display: block;
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #222;
	font-size: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ly_idxNews .lynews_r .news-ul ul li:hover a {
	color: #8a2c30;
	text-decoration: underline;
}
.ly_idxNews .lynews_r .news-ul ul li p {
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 16px;
	margin-top: 6px;
}
.ly_idxNews .lynews_r .news-ul ul li p em {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin: -4px 8px 0 0;
	vertical-align: middle;
}
.ly_idxNews .lynews_r .news-ul ul li p em svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ly_idxNews .lynews_r .news-ul ul li p em svg path {
	fill: #999999;
}
.ly_idxNews .lynews_r .news-ul ul li h5 {
	font-size: 18px;
	text-align: center;
	padding-top: 2%
}
 @media (max-width:1680px) {
}
 @media (max-width:1600px) {
.ly_idxNews .ny-nav {
	margin: 40px 0;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time {
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time::after {
	width: 20px;
	right: -12px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text {
	padding: 20px 184px 20px 30px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name {
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	padding-left: 20px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name::before {
	width: 7px;
	height: 7px;
	margin-top: -4.5px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text p {
	font-size: 15px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more {
	right: 22px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more a {
	width: 140px;
	height: 44px;
	line-height: 42px;
	font-size: 15px;
}
.ly_idxNews .lynews_r .news-ul ul li a {
	font-size: 20px;
}
.ly_idxNews .lynews_r .news-ul ul li p {
	font-size: 15px;
}
.ly_idxNews .lynews_r .news-ul ul li p em {
	width: 15px;
	height: 15px;
}
}
.ly_idxNews .lynews_r .news-ul1 {
	padding: 31px 40px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #e6e6e6;
}
.ly_idxNews .lynews_r .news-ul1 ul li {
	position: relative;
}
.ly_idxNews .lynews_r .news-ul1 ul li h5 {
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {

.ly_idxNews .news-swiper .swiper-container .swiper-slide {
	height: 400px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name, .ly_idxNews .lynews_r .news-ul ul li a {
	font-size: 18px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text p {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}
.ly_idxNews .lynews_r .news-ul ul li {
	padding: 0 0 30px 30px;
}
.ly_idxNews .lynews_r .news-ul ul li:last-child {
	padding: 0 0 0 30px;
}
}
 @media (max-width:1366px) {
.ly_idxNews .news-swiper .swiper-container .swiper-slide {
	height: 371px;
}
.ly_idxNews .lynews_r .news-ul {
	padding: 24px 30px;
}
.ly_idxNews .lynews_r .news-ul ul li {
	padding: 0 0 25px 30px;
}
}
 @media (max-width:1280px) {
}
 @media (max-width:1200px) {
}
 @media (max-width:1080px) {
.ly_idxNews .ny-nav {
	margin: 30px 0;
}
.ly_idxNews .news-swiper {
	padding-right: 15px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide {
	height: 348px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text {
	padding: 20px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text .news_more {
	display: none;
}
.ly_idxNews .lynews_r {
	padding-left: 15px;
}
.ly_idxNews .lynews_r .news-ul {
	padding: 20px;
}
.ly_idxNews .lynews_r .news-ul ul li {
	padding: 0 0 20px 30px;
}
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {

.ly_idxNews .ny-nav {
	margin: 20px 0;
}
.ly_idxNews .ny-nav li {
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin: 0 6px;
}
.ly_idxNews .news-swiper {
	padding-right: 10px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide {
	height: 300px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time {
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_time i {
	width: 14px;
	height: 14px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text a.news_name, .ly_idxNews .lynews_r .news-ul ul li a {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.ly_idxNews .lynews_r {
	padding-left: 10px;
}
.ly_idxNews .lynews_r .news-ul {
	padding: 16px 20px;
}
.ly_idxNews .lynews_r .news-ul ul li p {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 2px;
}
.ly_idxNews .lynews_r .news-ul ul li p em {
	width: 14px;
	height: 14px;
	margin: -2px 6px 0 0;
}
}
 @media (max-width:820px) {
}
 @media (max-width:767px) {
.ly_idxNews {
	padding: 20px 0 40px;
}
.ly_idxNews .ny-nav li {
	width: auto;
	font-size: 14px;
	padding: 0 20px;
}
.ly_idxNews .news-swiper {
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	float: none;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide {
	height: 240px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text {
	padding: 12px 20px;
}
.ly_idxNews .lynews_r {
	width: 100%;
	padding: 0;
	float: none;
}
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
.ly_idxNews .ny-nav li {
	margin: 0 4px;
	padding: 0 16px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide {
	height: 180px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text {
	padding: 10px 20px;
}
.ly_idxNews .news-swiper .swiper-container .swiper-slide .news_text p {
	margin-top: 0;
}
}
 @media (max-width:280px) {
}
/*首页新闻资讯 结束*/

/*友情链接 开始*/
.ly_links {
	overflow: hidden;
	background-color: #f6f6f6;
}
.ly_links .lyLinks_main {
	overflow: hidden;
	margin: 0 auto;
	padding: 25px 0 60px;
	position: relative;
}
.ly_links .lyLinks_main::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	overflow: hidden;
	background: url(../images/line03.png) center top no-repeat;
	position: absolute;
	top: 34px;
	left: 34px;
}
.lyLinks_main .links_tit {
	width: 14%;
	height: auto;
	padding: 2px 20px 0 60px;
	float: left;
	position: relative;
}
.lyLinks_main .links_tit i {
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	padding: 5px;
	background-color: #8a2c30;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 8px;
}
.lyLinks_main .links_tit i svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lyLinks_main .links_tit i svg path {
	fill: #ffffff;
}
.lyLinks_main .links_tit span {
	display: block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #8a2c30;
	font-size: 24px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	-webkit-mask: linear-gradient(to bottom, #8a2c30, transparent);
}
.lyLinks_main .links_tit p {
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #222;
	font-size: 18px;
	margin-top: 4px;
}
.lyLinks_main .links_list {
	width:83%;
	height: auto;
	overflow: hidden;
	float: right;
}
.lyLinks_main .links_list a {
	display: inline-block;
	line-height: 32px;
	color: #999;
	font-size: 16px;
	margin: 0 16px;
	vertical-align: top;
}
.lyLinks_main .links_list a:hover {
	color: #8a2c30;
}
 @media (max-width:1680px) {
}
 @media (max-width:1600px) {
}
 @media (max-width:1560px) {
}
 @media (max-width:1440px) {
.ly_links .lyLinks_main {
	padding: 20px 0 50px;
}
.lyLinks_main .links_tit {
	width: 130px;
	padding: 2px 0 0 40px;
}
.ly_links .lyLinks_main::before {
	left: 14px;
}
.lyLinks_main .links_tit i {
	left: 0;
}
.lyLinks_main .links_tit span {
	height: 28px;
	line-height: 28px;
	font-size: 20px;
}
.lyLinks_main .links_tit p {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin-top: 2px;
}
.lyLinks_main .links_list {
	width: calc(100% - 130px);
}
.lyLinks_main .links_list a {
	line-height: 30px;
	font-size: 15px;
	margin: 0 12px;
}
}
 @media (max-width:1366px) {
}
 @media (max-width:1280px) {
}
 @media (max-width:1200px) {
}
 @media (max-width:1080px) {
}
 @media (max-width:1024px) {
}
 @media (max-width:920px) {
.lyLinks_main .links_list a {
	margin: 0 8px;
}
}
 @media (max-width:820px) {
.ly_links .lyLinks_main {
	padding: 20px 0 40px;
}
}
 @media (max-width:767px) {
.ly_links {
	display: none;
}
.lyLinks_main .links_tit {
	width: 100%;
	padding: 0 0 0 40px;
}
.lyLinks_main .links_tit i {
	top: 0;
}
.lyLinks_main .links_tit span {
	float: left;
}
.lyLinks_main .links_tit p {
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	margin-top: 0;
	padding-left: 6px;
}
.lyLinks_main .links_list {
	width: 100%;
	margin-top: 5px;
	padding: 0 0 0 40px;
	float: none;
}
.lyLinks_main .links_list a {
	margin: 0 16px 0 0;
}
}
 @media (max-width:390px) {
}
 @media (max-width:320px) {
}
 @media (max-width:280px) {
}
/*友情链接 结束*/
















/*产品中心*/


.slideTxtBox2 {
	width: 100%;
	margin: 10px auto;
}
.slideTxtBox2 .hd {
	height: 50px;
	width: 900px;
	line-height: 50px;
	margin: 0 auto;
}
.slideTxtBox2 .hd ul {
	float: left;
	height: 50px;
}
.slideTxtBox2 .hd ul li {
	float: left;
	width: 300px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #000000;
	cursor: pointer;
}
@media (max-width:800px) {
.slideTxtBox2 .hd ul li {
	width: 200px;
}
}
 @media (min-width:370px) and (max-width:430px) {
.slideTxtBox2 .hd ul li {
	width: 121px;
}
}
@media (min-width:344px) and (max-width:360px) {
.slideTxtBox2 .hd ul li {
	width: 110px;
}
}
.slideTxtBox2 .hd ul li a:hover {
	text-decoration: none;
}
.slideTxtBox2 .hd ul li.on {
	color: #fff;
	border-bottom: 1px solid #8a2c30;
	border-left: none;
	border-top: none;
	border-right: none;
}
.slideTxtBox2 .hd ul li.on a {
	color: #8a2c30;
}
/*产品中心*/

/*成就*/
.chengjiu {
	width: 100%;
	height: 169px;
	margin: 0 auto;
	background: #f7f8fc;
}
.chengjiu_cen {
	width: 60%;
	height: 80px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center
}
.chengjiu_cen .cj_shiba {
	height: 80px;
width:33% margin: 0 auto;
	float: left
}
.chengjiu_cen .cj_shiba img {
	width: auto;
	float: left;
}
.chengjiu_cen .cj_shiba_cen {
	height: 80px;
	margin: 0 auto;
	float: left;
	margin-left: 18%
}
.chengjiu_cen .cj_shiba_cen img {
	width: auto;
	float: left;
}
.chengjiu_cen p {
	float: left;
}
.chengjiu_cen p span {
	color: #8b2c30;
	font-size: 28px;
	font-weight: bold;
	padding: 0 15px;
	clear: both
}
.chengjiu_cen p i {
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
	color: #3e3e46;
}
 @media (min-width:370px) and (max-width:590px) {
.chengjiu {
	height: 100%;
}
.chengjiu_cen {
	width: 100%;
	padding-top: 10px;
}
.chengjiu_cen .cj_shiba {
	width: 33%;
}
.chengjiu_cen .cj_shiba_cen img {
	width: 40%;
}
.chengjiu_cen .cj_shiba img {
	width: 40%;
}
.chengjiu_cen .cj_shiba_cen {
	width: 33%;
	margin-left: 0;
}
.chengjiu_cen p span {
	font-size: 15px;
	padding-left: 0;
}
.chengjiu_cen p i {
	font-size: 10px;
	padding-left: 0;
}
.chengjiu_cen p {
	float: none
}
}
 @media (min-width:340px) and (max-width:360px) {
.chengjiu {
	height: 100%;
}
.chengjiu_cen {
	width: 100%;
	padding-top: 10px;
}
.chengjiu_cen .cj_shiba {
	width: 33%;
}
.chengjiu_cen .cj_shiba_cen img {
	width: 30%;
}
.chengjiu_cen .cj_shiba img {
	width: 30%;
}
.chengjiu_cen .cj_shiba_cen {
	width: 33%;
	margin-left: 0;
}
.chengjiu_cen p span {
	font-size: 13px;
	padding-left: 0;
}
.chengjiu_cen p i {
	font-size: 10px;
	padding-left: 0;
}
.chengjiu_cen p {
	float: none
}
}
 @media (min-width:600px) and (max-width:1280px) {
.chengjiu {
	height: 100%;
}
.chengjiu_cen {
	width: 60%;
	padding-top: 18px;
}
.chengjiu_cen .cj_shiba {
	width: 33%;
}
.chengjiu_cen .cj_shiba_cen img {
	width: 25%;
}
.chengjiu_cen .cj_shiba img {
	width: 25%;
}
.chengjiu_cen .cj_shiba_cen {
	width: 33%;
	margin-left: 0;
}
.chengjiu_cen p span {
	font-size: 15px;
	padding-left: 0;
}
.chengjiu_cen p i {
	font-size: 10px;
	padding-left: 0;
}
.chengjiu_cen p {
	float: none
}
}
@media (min-width:1281px) and (max-width:1600px) {
.chengjiu_cen {
	width: 80%;
}
}
/*成就*/

/*专利*/
.zlzz {
	margin-top: 80px;
}
.zlzz_main {
	width: 100%;
	height: 640px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/zl-bj.jpg);
	background-size: cover;
	overflow: hidden;
	margin-top: 20px;
}
.one {
	height: 487px;
	width: 1600px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	line-height: 400px;
	margin-top: 80px;
}
.one ul {
	height: 487px;
	width: 100000px;
	position: absolute;
	left: 0;
} /*ul width的宽不能过小*/
.one ul li {
	display: block;
	float: left;
	margin: 15px;
	height: 438px;
	border-radius: 5px;
	position: relative;
}
.one ul li a {
	display: inline-block;
	height: 438px;
}
.one ul li img {
	border-radius: 5px;
	display: block;
}
.one ul li a span {
	height: 0;
	line-height: 60px;
	display: block;
	background: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 0px;
}
.one ul li a:hover span {
	height: 438px;
	line-height: 150px;
	font-size: 18px;
	text-align: center;
	transition: all 0.7s;
}
/*专利*/

/*优势*/
.advantage {
	width: 100%;
	margin: 0 auto; margin-top:50px;
}
.advantage .ad_main {
	width: 83%;
	margin: 0 auto;
}
.advantage .ad_main ul li {
	float: left;
	width: 48%;
	background: #f7f8fc;
	height: 150px;
	margin-top: 3%;
	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.advantage .ad_main ul li:hover {
	transform: scale(1.1);
}
.advantage .ad_main ul .you {
	float: right;
}
.advantage .ad_main ul li a {
	display: block;
	width: 110px;
	height: 110px;
	overflow: hidden;
	background: #8a2c30;
	border-radius: 50%;
	float: left;
	margin-top: 2%
}
.advantage .ad_main ul li a svg {
	display: block;
	width: 60%;
	height: 60%;
	overflow: hidden;
	margin-left: 23px;
	margin-top: 20px;
}
.advantage .ad_main ul li a svg path {
	fill: #ffffff;
}
.advantage .ad_main ul li span {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-left: 5%;
	margin-top: 30px;
	float: left
}
.advantage .ad_main ul li p {
	float: left;
	margin-top: 1%;
	width: 610px;
	margin-left: 5%;
	font-size: 14px;
}
@media (min-width:340px) and (max-width:539px) {
.advantage .ad_main {
	width: 98%;
}
.advantage .ad_main ul li {
	float: none;
	width: 100%;
	height: 120px;
}
.advantage .ad_main ul .you {
	float: none;
}
.advantage .ad_main ul li a {
	width: 60px;
	height: 60px;
	margin-top: 7%
}
.advantage .ad_main ul li a svg {
	margin-left: 10px;
	margin-top: 10px;
}
.advantage .ad_main ul li span {
	font-size: 16px;
	margin-top: 10px;
}
.advantage .ad_main ul li p {
	font-size: 12px;
	width: 77%
}
}
 @media (min-width:540px) and (max-width:648px) {
.advantage .ad_main {
	width: 98%;
}
.advantage .ad_main ul li {
	float: none;
	width: 100%;
	height: 120px;
}
.advantage .ad_main ul .you {
	float: none;
}
.advantage .ad_main ul li a {
	width: 60px;
	height: 60px;
	margin-top: 6%
}
.advantage .ad_main ul li a svg {
	margin-left: 10px;
	margin-top: 10px;
}
.advantage .ad_main ul li span {
	font-size: 16px;
	margin-top: 15px;
}
.advantage .ad_main ul li p {
	font-size: 12px;
	width: 80%
}
 6
}
@media (min-width:649px) and (max-width:750px) {
.advantage .ad_main {
	width: 98%;
}
.advantage .ad_main ul li {
	width: 98%;
	height: 120px;
	float: none;
}
.advantage .ad_main ul .you {
	float: none;
}
.advantage .ad_main ul li a {
	width: 100px;
	height: 100px;
	margin-top: 1%
}
.advantage .ad_main ul li span {
	margin-top: 5px;
}
.advantage .ad_main ul li a svg {
	margin-left: 18px;
}
.advantage .ad_main ul li p {
	font-size: 12px;
	width: 70%
}
}
 @media (min-width:751px) and (max-width:1023px) {
.advantage .ad_main {
	width: 98%;
}
.advantage .ad_main ul li {
	width: 100%;
	height: 150px;
	float: none;
}
.advantage .ad_main ul .you {
	float: none;
}
.advantage .ad_main ul li a {
	width: 90px;
	height: 90px;
	margin-top: 4%
}
.advantage .ad_main ul li p {
	font-size: 12px;
	width: 80%
}
.advantage .ad_main ul li a svg {
	margin-left: 17px;
	margin-top: 15px
}
}
 @media (min-width:1280px) and (max-width:1500px) {
.advantage .ad_main ul li a {
	margin-top: 4%
}
}
@media (min-width:1024px) and (max-width:1900px) {
.advantage .ad_main {
	width: 98%;
}
.advantage .ad_main ul li {
	width: 48%;
	height: 150px;
}
.advantage .ad_main ul li p {
	width: 70%
}
.advantage .ad_main ul li span {
	font-size: 16px;
	margin-top: 15px;
}
.advantage .ad_main ul li a {
	width: 90px;
	height: 90px;
	margin-top: 3%
}
.advantage .ad_main ul li a svg {
	margin-left: 17px;
	margin-top: 15px
}
}
 @media (min-width:1260px) and (max-width:1600px) {
.advantage .ad_main ul li a {
	margin-top: 5%
}
}
/*优势*/
/*foot*/

.container {
	width: 1000px;
	margin: 0 auto;
}
footer {
	width: 100%;
	font-size: 16px;
	color: #fff;
	background: url(../img/foot-bj.jpg) center no-repeat;
	background-size: cover;
}
.footer_main {
	background-color: rgba(0, 0, 0, 0.7);
}
.footer_main {
	padding: 96px 0 80px;
}
.foot_left {
	width: 22%;
	float: left;
	margin-left: 18%
}
.foot_left strong {
	font-size: 16px;
	color: #ffffff;
}
.foot_left ul li {
	padding-top: 15px;
	float: left;
	width: 100px;
}
.foot_left ul li a {
	font-size: 14px;
	color: #ffffff;
}
.foot_cen {
	width: 24%;
	float: left;
	margin-left: 7%
}
.foot_cen strong {
	font-size: 16px;
	color: #ffffff;
}
.foot_cen p {
	padding-top: 8px;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
}
.float_l {
	margin-left: 5%
}
.footer_banquan {
	width: 100%;
	height: 60px;
	line-height: 30px;
	text-align: center;
	font: 12px "微软雅黑 Light";
	color: #fff;
	background: #333333;
}
.footer_banquan p {
	color: #ffffff;
	padding-top: 6px;
}
/*foot*/

/*hr*/
.ly_title span .hr_l {
	float: left;
	width: 15%;
	height: 1px;
	margin-top: 15px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-color: #333333;
}
.ly_title span .hr_r {
	float: right;
	width: 15%;
	height: 1px;
	margin-top: 15px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-color: #333333;
}
/*hr*/

/*yingyong*/
.yingyong {
	width: 100%;
	margin-top: 50px;
}
.yingyong .yy_main {
	width: 75%;
	margin: 0 auto;
}
.zlzz_main1 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
}
.one1 {
	width: 90%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	height: 560px;
}
.one1 ul li {
	float: left;
	text-align: center;
	position: relative;
	margin-top: 3%;
	width: 25%
}
.one1 ul li:hover {
	transform: scale(1.1);
}
.one1 ul li h5 {
	font-size: 20px;
	padding-top: 10px;
	color: #333333;
}
@media (min-width:344px) and (max-width:1024px) {
.yingyong .zlzz_main1 {
	width: 98%
}
.yingyong .yy_main {
	width: 100%;
}
.one1 {
	width: 100%;
}
}
/*yingyong*/
/*客服咨询*/
.qqkefu {
	position: fixed;
	bottom: 1%;
	_position: absolute;
 _top: expression(eval(document.documentElement.scrollTop + 365));
	z-index: 20;
	/*right:0;*/
	right: 0;
	width: 39px;
}
.qqkefu ul li {
	width: 45px;
	height: 45px;
	margin-bottom: 1px;
	float: right;
	background-color: #8a2c30;
	line-height: 45px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}
.qqkefu ul li a {
	color: #fff;
	overflow: hidden;
	display: block;
	height: 45px; padding-top:13px;
	
}
.qqkefu ul li.qq_cza {
	overflow: hidden
}
.qqkefu ul li:hover {
	background-color: #222;
}
.qqkefu ul li.top {
	background-position: 0 0;
	position: relative;
	width: 70px;
	height: 70px;
	cursor: pointer;
}

.qqkefu ul li.qq_phone{
	background-position: 0 0;
	position: relative;
	width: 70px;
	height: 70px;
	cursor: pointer;
}
.qqkefu ul li.qq_ms{
	background-position: 0 0;
	position: relative;
	width: 70px;
	height: 70px;
	cursor: pointer;
}
.qqkefu ul li.qq_czb{
	background-position: 0 0;
	position: relative;
	width: 70px;
	height: 70px;
	cursor: pointer;
}

.qqkefu ul li.top img {
	padding: 19px; 
}
.qqkefu ul li b {
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
	float: right;
}
.qqkefu ul li span {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.qqkefu ul li.qq_phone {
	background-position: right -76px;
}
.qqkefu ul li.qq_phone img {
	padding: 5px 19px 0 19px; 
}
.qqkefu ul li.qq_ku {
	background-position: right -92px;
}
.qqkefu ul li.qq_ms {
	background-position: right -138px;
}
.qqkefu ul li.qq_ms img {
	padding: 7px 19px 0 19px;; 
}
.qqkefu ul li.qq_czb {
	background-position: right -184px;
}
.qqkefu ul li.qq_app {
	background-position: right -228px;
}
.qqkefu ul li.qq_czb b img {
	padding: 19px; 
}
.qqkefu ul li.qq_czae {
	line-height: 15px !important
}
.erweima {
	width: 130px;
	height: 150px;
	position: absolute;
	top: -107px;
	left: -150px;
	background: #FFF;
	border: 1px solid #CCC;
	float: left;
	cursor: default !important;
	display: none;/*overflow: hidden;*/
}
.erweima p {
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 130px;
}
.erweima p img {
	width: 110px;
	height: 110px;
	margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
	width: 5px;
	height: 10px;
	display: block;
	/*background:url(../images/czx6.png) no-repeat;*/
	position: absolute;
	right: -5px;
	top: 122px;
}
.app {
	width: 130px;
	height: 150px;
	position: absolute;
	top: -107px;
	left: -150px;
	background: #FFF;
	border: 1px solid #CCC;
	float: left;
	cursor: default !important;
	display: none;/*overflow: hidden;*/
}
.app p {
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 130px;
}
.app p img {
	width: 110px;
	height: 110px;
	margin: 10px 10px 0px 10px;
}
.app .arrow3 {
	width: 5px;
	height: 10px;
	display: block;
	/*background:url(../images/czx6.png) no-repeat;*/
	position: absolute;
	right: -5px;
	top: 132px;
}
.qqkefu ul li a:hover {
	color: #fff; 
}
/*客服咨询*/