/*------------------------------------------- 导航栏 end -------------------------------------------*/

/**首页产品展示**/
.ly_show {
	width: 100%;
}
.ly_show_in {
	width: 100%;
	margin: 0 auto;
}
.ly_show .show_menu {
	width: 24%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.ly_title {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}
.ly_title p {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	color: #0256ac;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.ly_title p font {
	color: #0256ac;
}
.ly_title span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	margin: 10px auto 0;
	padding: 0;
	color: #aaa;
	font-size: 14px;
	font-family: "Arial";
	text-align: center;
}
.show_menu .menu_tit {
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	padding: 16px 20px;
	background: #0071bf;
	box-sizing: border-box;
}
.menu_tit p {
	width: 100%;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	padding: 0;
}
.menu_tit span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Arial";
	font-size: 14px;
	font-style: italic;
	margin: 0 auto;
	padding: 0;
}
.menu_tit em {
	display: none;
}
.show_menu .menu_list {
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	margin: 0 auto 0.2rem;
	padding: 20px 10px;
	padding: 0.2rem 0.1rem;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-top: 0;
}
.menu_list .menu_li {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 5px;
	box-sizing: border-box;
}
.menu_li>p>a {
	display: block;
	width: 80%;
	overflow: hidden;
	float: left;
	color: #5a5a5a;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu_li p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #666;
	font-size: 0.15rem;
	background-color: #f6f6f6;
	margin: 0 auto;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.menu_li>p>span {
	display: block;
	width: 20%;
	height: 40px;
	float: right;
	background: url(../images/menu_tb1.png) center center no-repeat;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.menu_li>p>span.on {
	transform: rotateX(180deg);
}
.menu_li>p:hover {
	background: #0071bf;
	color: #fff;
}
.menu_li>p:hover a {
	color: #fff;
}
.menu_li>p:hover span {
	background: url(../images/menu_tb3.png) center center no-repeat;
}
.menu_li ul {
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
	padding: 0;
	padding: 0 0;
	background: #fff;
}
/*相关文章点击展开*/
.show_menu .menu_tit2 {
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	padding: 16px 20px;
	background: url(../images/menu_tit_bg.jpg) 0 0 repeat-x;
	box-sizing: border-box;
}
.menu_tit2 p {
	width: 100%;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
	padding: 0;
}
.menu_tit2 span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Arial";
	font-size: 14px;
	font-style: italic;
	margin: 0 auto;
	padding: 0;
}
.menu_tit2 em {
	display: none;
}
.show_menu .menu_list2 {
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 9px 19px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.menu_list2 .menu_li2 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.menu_li2>p>a {
	width: 60%;
	float: left;
	display: block;
	color: #515671;
}
.menu_li2 p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	background-color: #f6f6f6;
	margin: 0 auto;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.menu_li2>p>span {
	display: block;
	width: 30%;
	height: 40px;
	float: right;
	background: url(../images/menu_tb1.png) 80% center no-repeat;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.menu_li2>p>span.on {
	transform: rotateX(180deg);
}
.menu_li2>p:hover {
	background: #0071bf;
	color: #fff;
}
.menu_li2>p:hover a {
	color: #fff;
}
.menu_li2>p:hover span {
	background: url(../images/menu_tb3.png) 80% center no-repeat;
}
.menu_li2 ul {
	width: 100%;
	overflow: hidden;
	margin: 10px auto;
	padding: 0;
}
/*产品分类第一个默认展开*/
/*.menu_li ul:first-of-type{display:block;}*/
.menu_li ul li {
	width: 100%;
	overflow: hidden;
	margin: 0.1rem auto;
	padding: 0;
	background: #f6f6f6;
}
.menu_li ul li a {
	display: block;
	width: 100%;
	height: 30px;
	height: 0.3rem;
	overflow: hidden;
	line-height: 30px;
	line-height: 0.3rem;
	color: #666;
	font-size: 14px;
	font-size: 0.14rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.menu_li ul li a p {
	width: 208px;
	color: #999;
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}
.menu_li p img, .menu_li ul li a img {
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px 13px 13px 0;
	padding: 0;
	float: left;
}
.menu_li ul li a:before {
	display: block;
	width: 14px;
	height: 14px;
	margin: 8px 13px 13px 0;
	padding: 0;
	float: left;
	background: url(../images/menu_tb2.png) center center no-repeat;
}
.menu_li ul li a img {
	margin: 7px 13px 13px 0;
}
.menu_li ul li a:hover {
	color: #00a1e9;
}
.pro_hd {
	margin: 30px auto 40px;
}
.pro_hd ul {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.pro_hd ul li {
	margin: 0 1px 2px;
	line-height: 24px;
	display: inline-block;
}
.pro_hd ul li a {
	display: block;
	background: #eee;
	padding: 8px 20px;
	color: #76838f;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	max-width: 150px;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.pro_hd ul li a:hover {
	background: #ff7200;
	color: #fff;
}
.pro_hd ul li.on a {
	background: #0071bf;
	color: #fff;
}
.index_list {
	width: 100%;
}
.index_list ul li {
	width: 33%;
	margin: 0.24rem;
	padding: 0 0 0 3%;
	float: left;
}
.index_list ul li>div {
	box-shadow: 0px 0px 1px 0px #b7b7b7;
}
.index_list ul li a {
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}
.index_list ul li .show_pro_img {
	background: #fff;
}
.index_list ul li .show_pro_img a {
	margin: 0 auto;
	padding: 9px;
}
.index_list ul li p {
	width: 100%;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 10px;
	padding: 0;
	background: #fff;
}
.index_list ul li p a {
	display: block;
	width: 100%;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_list ul li>div:hover .show_pro_img {
	background: #0071bf;
}
.index_list ul li>div:hover p {
	background: #0071bf;
}
.index_list ul li>div:hover p a {
	color: #fff;
	font-weight: bold;
}
.index_list .show_pro_img span {
	height: 250px !important;
}
.ly_show .show_list {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ly_show .show_list22 {
	width: 100%;
	margin: 0;
	padding: 0 12px;
	padding: 0;
}
.show_list ul li {
	width: 25%;
	margin: 0 0 20px;
	margin: 0 0 0.3rem;
	padding: 0 0 0 3%;
	float: left;
}
.show_list ul li>div {
}
.show_list ul li a {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.show_list ul li .show_pro_img {
	background: #fff;
}
.show_list ul li .show_pro_img a {
	margin: 0 auto;
	padding: 9px;
	border: 1px solid #ddd;
}
.show_pro_img span {
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
}
.show_pro_img span img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s;
}
.show_list ul li p {
	width: 100%;
	height: 40px;
	height: 0.4rem;
	overflow: hidden;
	line-height: 40px;
	line-height: 0.2rem;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0.2rem 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.show_list ul li .procs {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
.show_list ul li .proxx {
	width: 100%;
	height: 28px;
	height: 0.28rem;
	overflow: hidden;
	line-height: 20px;
	line-height: 0.2rem;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0.2rem 0.08rem;
	background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.show_list ul li p a {
	display: block;
	width: 100%;
	overflow: hidden;
	color: #333;
	font-size: 0.15rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.show_list ul li .proxx font {
	color: #999;
}
.show_list ul li:hover .show_pro_img a {
	border: 1px solid #0071bf;
}
.show_list ul li:hover .show_pro_img a img {
	transform: scale(1.1);
}
.show_list ul li:hover p a {
	color: #0071bf;
}
.show_list ul li .pro_list2 {
	border: 1px solid #ddd;
}
.show_list ul li .pro_list2 .show_pro_img a {
	border: 0;
}
.show_list ul li .pro_list2 .show_pro_img span {
	height: 196px;
}
.show_list ul li:hover .pro_list2 {
	border: 1px solid #0071bf;
}
.show_list ul li:hover .pro_list2 .show_pro_img a {
	border: 0;
}
 @media (max-width:1199px) {
.pro_hd {
	display: none;
}
.ly_show .index_list {
	width: 100%;
}
.index_list ul li {
	width: 48%;
}
.index_list .show_pro_img span {
	width: 100%;
	height: 180px !important;
}
.index_list ul li p {
	width: 100%;
}
.show_pro_img span {
	width: 100%;
	height: 2.8rem;
}
.show_list ul li p {
	width: 98%;
}
.menu_li p {
	width: 100%;
	padding: 0 5px;
}
.menu_li ul {
	width: 100%;
}
}
/*平板*/
@media (max-width:991px) {
.ly_title {
	margin: 0 auto 20px;
}
.ly_title p {
	font-size: 24px;
}
.ly_title span {
	margin: 0 auto 0;
}
.ny_content .content_left {
	width: 100%;
}
.ny_content .content_right {
	width: 100%;
}
.content_left .show_menu {
	width: 100%;
	margin-bottom: 20px;
}
.ly_show .show_menu {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 0.2rem;
}
.ny_content .content_left .c_tlt {
	background: #bbbbbb !important;
	font-size: 15px;
	text-align: left;
	padding: 0 20px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}
.menu_tit {
	background: #0071bf!important;
}
.menu_tit p {
	height: 0.62rem;
	line-height: 0.62rem;
	font-size: 0.24rem;
	float: left;
	width: 30%;
	text-align: left;
}
.menu_tit em {
	cursor: pointer;
	display: block;
	width: 30%;
	text-align: right;
	color: #fff;
	height: 0.62rem;
	line-height: 0.62rem;
	font-style: normal;
	float: right;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	font-size: 0.24rem;
}
.menu_list .menu_li {
	overflow-y: scroll;
	overflow-x: hidden;
}
.menu_li p {
	padding: 0 10px;
}
.menu_li ul li a p {
	width: 100%;
}
.show_menu .menu_list {
	display: none;
}
.show_menu .menu_tit {
	height: 0.62rem;
	padding: 0 20px;
	margin-bottom: 0;
}
.menu_tit span {
	display: none;
}
.ly_show .show_list {
	width: 100%;
}
.show_list ul li {
	width: 49%;
	margin: 0 2% 0.2rem 0;
	padding: 0;
}
.show_list ul li:nth-child(2n+2) {
	margin: 0 0 0.2rem;
}
.show_list ul li p {
	width: 100%;
}
.menu_tit2 {
	background: #0071bf !important;
}
.menu_tit2 p {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	float: left;
	width: 30%;
	text-align: left;
}
.menu_tit2 em {
	cursor: pointer;
	display: block;
	width: 30%;
	text-align: right;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	float: right;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	font-size: 14px;
}
.menu_list2 .menu_li2 {
	overflow-y: scroll;
	overflow-x: hidden;
}
.menu_li2 p {
	padding: 0 10px;
}
.menu_li2 ul li a p {
	width: 100%;
}
.show_menu .menu_list2 {
	display: none;
}
.show_menu .menu_tit2 {
	height: 40px;
	padding: 0 20px;
	margin-top: 0.2rem;
}
.menu_tit2 span {
	display: none;
}
.ly_show .show_list2 {
	width: 100%;
}
.show_list2 ul li {
	width: 49%;
}
.show_list2 ul li p {
	width: 98%;
}
.show_list ul li .procs {
	padding-top: 0;
}
}
 @media screen and (min-width:1200px) {
.apple-banner {
	width: 1200px;
	height: 446px;
	margin: 0 auto;
	overflow: hidden;
}
.apple-banner .swiper-container {
	width: 1200px;
	height: 446px;
	margin: 0 auto;
}
.swiper-button-prev, .swiper-button-next {
	width: 15%;
	height: 100%;
	top: 0;
	background: none;
}
.swiper-button-prev {
	left: 60px;
}
.swiper-button-next {
	right: 60px;
}
.swiper-button-prev span, .swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -32px;
	background: url(../images/b-prev.png) no-repeat center center;
}
.swiper-button-next span {
	background: url(../images/b-next.png) no-repeat center center;
	left: auto;
	right: 20px;
}
.swiper-button-prev:hover span, .swiper-button-next:hover span {
	opacity: 1;
}
/*分页器*/
.apple-banner .swiper-pagination {
	top: auto;
	bottom: 4px;
	background: none;
}
.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius: 0;
	opacity: 1;
}
.apple-banner .swiper-pagination-bullet span {
	width: 50px;
	height: 3px;
	display: block;
	background: rgba(255,255,255,0.8);
}
.apple-banner .swiper-pagination-bullet-active span {
	background-color: #ff7200;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span {
	background: rgba(255,255,255,0.8);
}
.apple-banner .swiper-pagination-bullet i {
	background-color: #ff7200;
	height: 3px;
	transform: scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i {
	transition: transform 2.9s linear;
	transform: scaleX(1);
}
.apple-banner .autoplay .current i {
	transition: transform 4s linear;
	transform: scaleX(1);
}
.apple-banner .autoplay .replace span {
	background-color: #fff;
}
}
 @media screen and (max-width:1300px) and (min-width:1081px) {
.apple-banner {
	height: 580px;
}
.apple-banner .swiper-container {
	height: 580px;
}
}
 @media screen and (max-width:1080px) {
.apple-banner {
	width: 100%;
	height: 4rem;
	overflow: hidden;
}
.apple-banner .swiper-container {
	width: 100%;
	height: 4rem;
}
.swiper-button-prev, .swiper-button-next {
	width: 15%;
	height: 100%;
	top: 0;
	background: none;
}
.swiper-button-prev, .swiper-button-next {
	display: none;
}
.swiper-button-prev span, .swiper-button-next span {
	display: block;
	width: 0.64rem;
	height: 0.64rem;
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -0.32rem;
	background: url(../images/b-prev.png) no-repeat center center;
	background-size: 0.17rem 0.3rem;
}
.swiper-button-next span {
	background: url(../images/b-next.png) no-repeat center center;
	background-size: 0.17rem 0.3rem;
	left: auto;
	right: 3%;
}
.swiper-button-prev:hover span, .swiper-button-next:hover span {
	opacity: 1;
}
/*分页器*/
.apple-banner .swiper-pagination {
	top: auto;
	bottom: 0.12rem;
	background: none;
}
.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 0.5rem;
	height: 0.02rem;
	margin: 0 0.03rem;
	cursor: pointer;
	background: none;
	border-radius: 0;
	opacity: 1;
}
.apple-banner .swiper-pagination-bullet span {
	width: 0.5rem;
	height: 0.02rem;
	display: block;
	background: rgba(255,255,255,0.8);
}
.apple-banner .swiper-pagination-bullet-active span {
	background-color: #ff7200;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span {
	background: rgba(255,255,255,0.8);
}
.apple-banner .swiper-pagination-bullet i {
	background-color: #ff7200;
	height: 0.02rem;
	transform: scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i {
	transition: transform 2.9s linear;
	transform: scaleX(1);
}
.apple-banner .autoplay .current i {
	transition: transform 4s linear;
	transform: scaleX(1);
}
.apple-banner .autoplay .replace span {
	background-color: #fff;
}
.show_list ul li p {
	width: 100%;
	height: 40px;
	height: 0.4rem;
	overflow: hidden;
	line-height: 40px;
	line-height: 0.4rem;
	color: #333;
	font-size: 0.15rem;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.show_list ul li .proxx {
	width: 100%;
	height: 40px;
	height: 0.4rem;
	overflow: hidden;
	line-height: 40px;
	line-height: 0.4rem;
	color: #999;
	font-size: 0.15rem;
	text-align: center;
	margin: 0 auto;
	padding: 0 12px 8px;
	padding: 0 0.12rem 0.08rem;
	background-color: #fff;
}
.show_list ul li p a {
	font-size: 0.16rem;
}
}
@media screen and (max-width:880px) {
.apple-banner {
	height: 3rem;
}
.apple-banner .swiper-container {
	height: 3rem;
}
}
/*------------------------------------------- banner end -------------------------------------------*/