﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
a:hover {
	text-decoration: none;
}
a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}
#header.black {
	background: #000;
}
#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
	background: url(../images/headerbg.png) repeat;
}
#header .logo {
	padding: 15px 15px 0 30px;
}
#header .tel {
	font-size: 20px;
	color: #4e2d0e;
	line-height: 51px;
}
#header .menu_icon {
	position: absolute;
	top: 30%;
	right: 3%;
	width: 8%;
}
.right_nav {
/*pc右边快速按钮样式*/
  /*pc右边快捷按钮“电话”*/
  /*pc右边快捷按钮“在线客服”*/
  /*pc右边快捷按钮“分享”*/
  /*pc右边快捷按钮“二维码”*/
  /*pc右边快捷按钮“搜索”*/
}
.pc_menu {
	width: 50%;
}
.right_nav .aside li > p, .right_nav .aside > li > div {
	background: url(../images/headerbg.png) repeat;
	color: #fff;
}
.right_nav .aside {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 10000;
}
.right_nav .aside > li {
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}
.right_nav .aside > li > p {
	position: relative;
	z-index: 1005;
	line-height: 60px;
}
.right_nav .aside > li img {
	vertical-align: middle;
}
.right_nav .aside > li p img {
	width: 80%;
}
.right_nav .aside > li p:hover img {
	width: 85%;
}
.right_nav .aside > li .img2 {
	display: none;
}
.right_nav .aside > li > div {
	background-image: url(../images/white_bg.png);
	background-repeat: repeat;
	position: absolute;
	display: none;
}
.right_nav .aside > li .phone_meassage {
	right: -240px;
	top: 0;
	width: 300px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	padding: 5px 0;
}
.right_nav .aside > li .qq_online {
	top: 0;
	right: -127px;
	width: 187px;
	padding: 0 20px 0 15px;
}
.right_nav .aside > li .qq_online .qq_online_title {
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.right_nav .aside > li .qq_online .qq_online_box {
	margin-top: 11px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li {
	line-height: 35px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li a {
	color: #ffffff;
}
.right_nav .aside > li .qq_online .qq_online_box ul li i {
	float: left;
	margin-top: -17px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li span {
	float: left;
	margin-top: -16px;
	margin-left: 10px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li span:hover {
	text-decoration: underline;
}
.right_nav .aside > li .fx {
	position: absolute;
	top: 0;
	right: -127px;
	width: 187px;
}
.right_nav .aside > li .fx > div {
	margin-left: 24px;
}
.right_nav .aside > li .ewm {
	top: -20px;
	right: 60px;
	width: 100px;
	height: 100px;
}
.right_nav .aside > li .search_box {
	position: absolute;
	top: 0;
	right: -205px;
	width: 265px;
	text-align: center;
	height: 100%;
}
.right_nav .aside > li .search_box .search_input {
	width: 220px;
	height: 36px;
	position: relative;
	margin: 12px auto;
}
.right_nav .aside > li .search_box .search_input span {
	position: absolute;
	line-height: 34px;
	left: 10px;
	z-index: 101;
}
.right_nav .aside > li .search_box .search_input input {
	width: 220px;
	border: none;
	background-color: transparent;
	height: 36px;
	padding-left: 10px;
	position: absolute;
	line-height: 30px;
	z-index: 1;
	top: 0;
	left: 0;
	background: url(../images/black_bg.png);
}
.right_nav .aside > li .search_box ::-webkit-input-placeholder {
 color: #fff;
}
.pc_menu .menu .nLi {
	float: left;
	width: 14%;
	position: relative;
}
.pc_menu .menu .nLi h3 a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 80px;
	position: relative;
}
.pc_menu .menu .nLi h3 a.current::before {
	content: "";
	display: block;
	position: absolute;
	left: 15%;
	bottom: 0;
	width: 70%;
	height: 2px;
	background-color: #E3120B;
}
.pc_menu .menu .nLi h3 a:after {
	content: "";
	display: block;
	position: absolute;
	left: 15%;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #E3120B;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
}
.pc_menu .menu .nLi:hover h3 a:after {
	width: 70%;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
}
.pc_menu .menu .nLi .menu_2 {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.pc_menu .menu .nLi .menu_2 li a {
	margin-top: 4px;
	display: block;
	color: #fff;
	padding: 8px 5px;
	background: url(../images/headerbg.png) repeat;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}
#footer {
	position: relative;
}
#footer .index-contact {
	background: url(../images/tx.png) no-repeat top left;
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	height: 100%;
	width: 40%;
	padding-right: 2%;
}
#footer .index-contact .index-contactText {
	text-align: right;
	width: 74%;
	float: right;
}
#footer .index-contact .index-contactText p {
	color: #747474;
}
#footer .index-contact .index-contactText .p1 {
	font-size: 22px;
	color: #212121;
	position: relative;
	margin-top: 45px;
}
#footer .index-contact .index-contactText .p1:after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background-color: #E60012;
	position: absolute;
	bottom: -30px;
	right: 0;
}
#footer .index-contact .index-contactText .p2 {
	font-size: 20px;
	margin-top: 55px;
	color: #212121;
}
#footer .index-contact .index-contactText .p3 {
	margin-top: 75px;
	font-size: 16px;
	margin-bottom: 6px;
}
#footer .index-contact .index-contactText .p4 {
	font-size: 12px;
	position: relative;
}
#footer .index-contact .index-contactText .p4:after {
	content: "";
	display: block;
	width: 80%;
	height: 1px;
	background-color: #464646;
	position: absolute;
	bottom: -20px;
	right: 0;
}
#footer .index-contact .index-contactText .p5 {
	margin-top: 45px;
}
.wap_footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 7px 0;
	z-index: 1000;
	background: #020F22;
}
.wap_footer dl {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 0;
}
.wap_footer dt {
	height: 33px;
}
.wap_footer dd {
	color: #fff;
}
.wap_footer dl dt img {
	width: 40%;
}
/*手机底部搜索*/
.wap_search_input {
	position: fixed;
	bottom: 65px;
	left: 100%;
	width: 100%;
	z-index: 1000;
	padding: 8px 2%;
	background: #515151;
}
.wap_search_input:after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.wap_search_input input {
	float: left;
	width: 80%;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding-left: 2%;
	color: #333;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
}
.wap_search_input p {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #060518;
	position: relative;
	z-index: 100;
	margin-left: 2%;
	width: 18%;
	text-align: center;
	border-radius: 5px;
	background: #fff;
}
/*黑色遮罩*/
.black_cloth {
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	background: url(../images/black_cloth.png) repeat;
	display: none;
	top: 0;
	left: 0;
}
/*手机左边弹出导航*/
.wap_menu {
	width: 250px;
	position: fixed;
	top: 0px;
	left: -250px;
	height: 100%;
	text-align: left;
	z-index: 10000001;
	background: #020F22;
}
.wap_menu li.menu_tit {
	font-size: 18px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	padding: 15px 10px;
	color: #fff;
}
.wap_menu li.menu_tit span {
	font-size: 20px;
	position: absolute;
	top: 12px;
	right: 15px;
	border-bottom: none;
	z-index: 1000;
}
.wap_menu li {
	margin-bottom: 2px;
	font-size: 14px;
	position: relative;
}
.wap_menu li .wap_menu1 {
	line-height: 24px;
	font-size: 16px;
	text-transform: Uppercase;
	background: rgba(255, 255, 255, 0.1);
	position: relative;
}
.wap_menu li p {
	padding: 10px 10px;
	margin-bottom: 0;
}
.wap_menu li .wap_menu1 a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 25px;
	color: #ffffff;
}
.wap_menu li .wap_menu1 p.left {
	float: none;
}
.wap_menu li .wap_menu1 p.right {
	width: 15%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	z-index: 1000;
}
.wap_menu li .wap_menu2 {
	display: none;
}
.wap_menu li .wap_menu2 a {
	display: block;
	background: none;
	color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
	padding: 10px;
}
.wap_menu li .wap_menu2 a i {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: 13px 10px 0 5px;
}
.wap_menu li .wap_menu2 a span {
	float: left;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*pc侧边栏分类样式*/
.inside > h2 {
	background: #7a7175;
	color: #fff;
	padding: 20px 15px;
	line-height: 150%;
}
._aside .sidemenu {
	border-right: 1px solid #F0F0F0;
	padding-top: 40px;
	padding-bottom: 60px;
}
._aside > h2 {
	background: #7a7175;
	color: #fff;
	padding: 20px 15px;
	line-height: 150%;
}
/*一级的样式*/
._aside ul.sidemenu > li.sub1 ul {
	display: none;
}
._aside ul.sidemenu > li.sub1 {
	position: relative;
	margin-right: -13px;
}
._aside ul.sidemenu > li.sub1 > a.sub1_a {
	display: block;
	box-sizing: content-box;
	height: 45px;
	line-height: 45px;
	background-color: #4BC9A1;
	color: #fff;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 15px;
	padding-left: 30%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
._aside ul.sidemenu > li.sub1:after {
	content: "";
	display: block;
	width: 13px;
	height: 8px;
	background: url(../images/inmenu.png) no-repeat;
	position: absolute;
	right: 0;
	top: 43px;
}
._aside ul.sidemenu > li.current > a.sub1_a {
	color: #ff0000;
}
/*二级的样式*/
._aside ul.sidemenu > li.sub1 > ul {
	padding: 10px 0;
}
._aside ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a {
	display: block;
	margin-top: 5px;
	color: #858585;
	padding-left: 30%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*三级的样式*/
._aside ul.sidemenu > li.sub1 > ul > li.sub2 > ul > li.sub3 > a.sub3_a {
	display: block;
	color: #858585;
	font-size: 12px;
	line-height: 22px;
	padding-left: 35%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*手机内页crumb*/
.inside > h2 {
	padding: 0px 15px;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
}
#banner {
	position: relative;
	overflow: hidden;
}
#banner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 2%;
	width: 100%;
}
#banner .owl-theme .owl-controls .owl-nav .owl-prev, #banner .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	bottom: 50%;
	padding: 15px 10px;
}
#banner .owl-theme .owl-controls .owl-nav .owl-prev {
	left: 5%;
}
#banner .owl-theme .owl-controls .owl-nav .owl-next {
	right: 5%;
}
#banner #owl-demo a.item {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: auto 100%;
}
#owl-demo, #owl-demo .owl-wrapper-outer, #owl-demo .owl-wrapper, #owl-demo .owl-item, #banner {
	height: 602px;
}
@media all and (max-width: 992px) {
#owl-demo,  #owl-demo .owl-wrapper-outer,  #owl-demo .owl-wrapper,  #owl-demo .owl-item,  #banner {
	height: 400px;
}
}
@media all and (max-width: 640px) {
#owl-demo,  #owl-demo .owl-wrapper-outer,  #owl-demo .owl-wrapper,  #owl-demo .owl-item,  #banner {
	height: 200px;
}
}
@media (max-width: 767px) {
#header .logo {
	height: 70px;
}
.logo img {
	max-height: 100%;
	max-width: none;
}
._aside {
	padding: 0;
}
/*手机内页crumb*/
._aside > h2 {
	padding: 0px 15px;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
}
._aside h2 .phone-menuicon {
	float: right;
	cursor: pointer;
}
._aside h2 .phone-menuicon img {
	-webkit-transition: all .4s;
	transition: all .4s;
}
/*手机内页分类下拉列表*/
._aside ul.sidemenu {
	width: 94%;
	display: none;
	margin: 0 3%;
}
._aside ul.sidemenu > li.sub1:after {
	display: none;
}
._aside ul.sidemenu > li.sub1 {
	margin-right: 0;
}
/*一级的样式*/
._aside ul.sidemenu > li.sub1 ul {
	display: none;
}
._aside ul.sidemenu > li.sub1 > a.sub1_a {
	display: block;
	box-sizing: content-box;
	height: 30px;
	line-height: 30px;
	background-color: #F0F0F0;
	color: #010101;
	margin-top: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
._aside ul.sidemenu > li.current > a.sub1_a {
	color: #ff0000;
}
._aside ul.sidemenu > li.sub1 > a.sub1_a,  ._aside ul.sidemenu > li.sub1 > ul > li.sub2 > a.sub2_a,  ._aside ul.sidemenu > li.sub1 > ul > li.sub2 > ul > li.sub3 > a.sub3_a {
	padding-left: 5%;
	font-size: 12px;
}
._aside ul.sidemenu > li.sub1 > ul {
	padding: 5px 0;
}
#header .menu_icon img {
	width: 100%;
}
}
.content .index-pro {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
}
.content .index-pro .index-title {
	padding: 30px 0 20px;
}
.content .index-pro .index-proBox .index-proList dl {
	position: relative;
	text-align: center;
}
.content .index-pro .index-proBox .index-proList dl dt {
	overflow: hidden;
	border: 1px solid #eee;
}
.content .index-pro .index-proBox .index-proList dl dt img {
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all ease-in-out 0.8s;
	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
}
.content .index-pro .index-proBox .index-proList dl dd {
	color: #3B3B3B;
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.content .index-pro .index-proBox .index-proList dl:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 3px;
	background-color: #1CB9C8;
	transition: all ease 1.2s;
	-webkit-transition: all ease 1.2s;
	-moz-transition: all ease 1.2s;
}
.content .index-pro .index-proBox .index-proList dl:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.content .index-pro .index-proBox .index-proList dl:hover dt {
	border-color: transparent;
}
.content .index-pro .index-proBox .index-proList dl:hover dt img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transition: all ease-in-out 0.8s;
	-webkit-transition: all ease-in-out 0.8s;
	-moz-transition: all ease-in-out 0.8s;
}
.content .index-pro .index-proBox .index-proList dl:hover:after {
	width: 100%;
	transition: all ease 1.2s;
	-webkit-transition: all ease 1.2s;
	-moz-transition: all ease 1.2s;
}
.content .information {
	background-color: #F7FAFC;
	opacity: 0;
}
.content .information .index-title {
	padding: 45px 0 55px;
}
.content .information .informationBox .informationList {
	padding: 0;
}
.content .information .informationBox .informationList a > div {
	position: relative;
	height: 239px;
}
.content .information .informationBox .informationList a .informationimageBox {
	background-color: #fff;
	padding: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.content .information .informationBox .informationList a .informationimageBox .topArrow {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -5px;
	left: 0;
}
.content .information .informationBox .informationList a .informationimageBox .informationImage {
	height: 100%;
	background: url(../images/information_06.jpg) no-repeat center;
}
.content .information .informationBox .informationList a .informationimageBox .informationImage:after {
	position: absolute;
	width: 0%;
	height: 0%;
	left: 50%;
	top: 50%;
	border: 1px solid #fff;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	opacity: 0;
}
.content .information .informationBox .informationList a .informationText {
	background-color: #fff;
	padding: 50px 8% 45px;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
}
.content .information .informationBox .informationList a .informationText .p1 {
	font-size: 16px;
	color: #979797;
	position: relative;
}
.content .information .informationBox .informationList a .informationText .p2 {
	font-size: 16px;
	color: #777;
	margin: 25px 0 0px;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.content .information .informationBox .informationList a .informationText .p3 {
	color: #A0A0A0;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.content .information .informationBox .informationList a:hover .informationimageBox {
	padding: 2% 1%;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.content .information .informationBox .informationList a:hover .informationimageBox .informationImage:after {
	position: absolute;
	width: 92%;
	height: 82%;
	left: 4%;
	top: 9%;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	opacity: 1;
}
.content .information .informationBox .informationList a:hover .informationText {
	padding: 50px 6% 45px 10%;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
}
.content .information .informationBox .informationList a:hover .informationText .p1 {
	background: url(../images/right-arrow.png) no-repeat center right;
}
.content .design {
	background: url(../images/designbg.png) no-repeat right top;
	padding-bottom: 50px;
	opacity: 0;
}
.content .design .index-title {
	padding: 60px 0 0;
}
.content .design .design-text {
	text-align: center;
	padding: 45px 5% 15px;
}
.content .design .design-text .p1 {
	font-size: 30px;
	color: #4BC9A1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content .design .design-text .p2 {
	color: #A2E0CA;
	font-size: 16px;
	margin: 10px 0 30px;
}
.content .design .design-text .p3 {
	color: #ACACAC;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.content .design .design-text .p4 {
	display: inline-block;
	margin-top: 30px;
	color: #ACACAC;
}
.content .design .design-text .p4 span {
	margin: 2px 8px 0 0;
}
.content .in-title {
	padding: 16px 0;
	text-align: center;
	border-bottom: 1px solid #F4F4F4;
	position: relative;
}
.content .in-title .p1 {
	font-size: 24px;
	line-height: 40px;
	color: #474747;
}
.content .in-title .p2 {
	font-size: 14px;
	color: #A3A3A3;
}
.content .main {
	padding: 0;
}
.content .main .index-proList {
	margin-top: 20px;
}
.content .list-imagetextBox a:hover {
	text-decoration: underline;
}
.content .list-imagetextBox .list-imagetext {
	padding: 30px 0 0 15px;
	margin-top: 15px;
}
.content .list-imagetextBox .list-imagetext .imageText-main {
	padding-bottom: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #E2E2E2;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-left {
	width: 230px;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right {
	margin-left: 255px;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p1 {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p1 a {
	color: #4D4D4D;
	font-weight: bold;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p2 {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 15px 0;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p2 a {
	color: #4D4D4D;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p3 span {
	color: #4D4D4D;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p3 a {
	color: #4D4D4D;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p4 {
	display: none;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p4 span {
	color: #4D4D4D;
}
.content .list-imagetextBox .list-imagetext:hover {
	background-color: #FAFAFA;
	box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.2);
}
.content .list-textBox {
	padding: 0 15px;
}
.content .list-textBox .list-text {
	padding: 20px 10px 30px;
	border-bottom: 1px solid #D4D4D4;
}
.content .list-textBox .list-text .list-date {
	padding: 10px 25px;
	text-align: center;
	border: 1px solid transparent;
	color: #6F6F6F;
	transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
}
.content .list-textBox .list-text .list-date .p1 {
	font-size: 18px;
	padding: 0 8px 5px 8px;
	border-bottom: 1px solid #434343;
}
.content .list-textBox .list-text .list-date .p2 {
	font-size: 32px;
	font-weight: bold;
}
.content .list-textBox .list-text .list-date .p3 {
	font-size: 18px;
}
.content .list-textBox .list-text .list-main {
	margin-left: 125px;
}
.content .list-textBox .list-text .list-main a:hover {
	text-decoration: underline;
}
.content .list-textBox .list-text .list-main .p1 {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 15px 0;
}
.content .list-textBox .list-text .list-main .p1 a {
	color: #6F6F6F;
	font-weight: bold;
}
.content .list-textBox .list-text .list-main .p2 {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.content .list-textBox .list-text .list-main .p2 a {
	color: #6F6F6F;
}
.content .list-textBox .list-text:hover .list-date {
	border-color: #C6C6C6;
	transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
}
.content .searchresultBox .list-searchresul {
	margin-top: 20px;
	padding: 25px 20px 15px 20px;
	border: 1px solid transparent;
	transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
}
.content .searchresultBox .list-searchresul a:hover {
	text-decoration: underline;
}
.content .searchresultBox .list-searchresul .p1 {
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content .searchresultBox .list-searchresul .p1 a {
	color: #2E2E2E;
}
.content .searchresultBox .list-searchresul .p2 {
	margin: 15px 0 5px;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.content .searchresultBox .list-searchresul .p2 a {
	color: #2E2E2E;
}
.content .searchresultBox .list-searchresul div a {
	display: block;
	padding: 5px 20px;
	font-size: 12px;
	color: #2E2E2E;
}
.content .searchresultBox .list-searchresul:hover {
	border-color: #C1C1C1;
	transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
}
.content .searchresultBox .list-searchresul:hover div a {
	background-color: #F0F0F0;
}
.content .page {
	padding: 30px 15px;
}
.index-title {
	text-align: center;
}
.index-title .p1 {
	font-size: 30px;
	color: #4BC9A1;
	margin-bottom: 12px;
}
.index-title .p2 {
	color: #787878;
}
.index-more {
	text-align: center;
	margin: 45px 0 50px;
}
.index-more a {
	display: inline-block;
	width: 145px;
	height: 38px;
	line-height: 38px;
	color: #212121;
	border: 1px solid #666666;
	border-radius: 6px;
}
.index-more a:hover {
	background-color: #00C9A1;
	border-color: #00C9A1;
	color: #fff;
}
.swiper-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 33.3%;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
#footer .copyright {
	text-align: center;
	padding: 10px 15px;
	position: relative;
}
#footer .copyright .pc_footer_nav {
	display: inline-block;
	margin: 15px 0;
}
#footer .copyright .pc_footer_nav li {
	float: left;
}
#footer .copyright .pc_footer_nav li a {
	display: block;
	font-size: 12px;
	border-left: 1px solid #ffffff;
	padding: 0 7px;
	color: #313131;
}
#footer .copyright .pc_footer_nav li:first-child a {
	border-left: none;
}
#footer .copyright .copyright_con {
	font-size: 12px;
	color: #313131;
	line-height: 24px;
}
#footer .copyright .copyright_con a {
	color: #313131;
}
#footer .copyright .top {
	position: absolute;
	right: 10px;
	top: -18px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 10;
}
#footer .copyright .top img {
	width: 80%;
	top: 2px;
	z-index: 100;
	position: absolute;
	left: 3px;
}
#footer .copyright .top:before {
	background: #000;
	display: block;
	content: " ";
	border-radius: 50%;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
#footer .copyright {
	padding-top: 20px;
	border-top: 1px solid #373737;
}
.feedback-form {
	margin: 30px 0;
}
.feedback-form .title {
	padding: 15px;
	color: #000;
	background-color: #F2F2F2;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.feedback-form .form-group .sure, .feedback-form .form-group .more {
	padding: 5px 15px;
	border: none;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
}
.feedback-form .form-group .sure {
	background: #df0024;
}
.feedback-form .form-group .more {
	background: #dfa800;
}
@media (max-width: 640px) {
.feedback-form .title {
	margin-left: -15px;
	margin-right: -15px;
}
.feedback-form {
	margin: 20px 0;
}
}
.news_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}
.news_detail .title h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 190%;
}
.news_detail .title .box {
	display: inline-block;
	text-align: center;
}
.news_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.news_detail .title .box div {
	margin-right: 5px;
}
.news_detail .title .box .time {
	float: left;
	text-align: center;
}
.news_detail .title .box .eye {
	float: left;
	text-align: center;
}
.news_detail .title .box .back {
	float: left;
}
.news_detail .news_detail_content {
	margin-top: 15px;
}
.news_detail .pageTurning {
	margin-top: 15px;
}
.news_detail .pageTurning .prevs, .news_detail .pageTurning .nexts {
	background: #ddd;
	line-height: 250%;
	padding: 0 10px;
}
.news_detail .pageTurning .prevs {
	margin-bottom: 5px;
}
.product_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}
.product_detail .title h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 190%;
}
.product_detail .title .box {
	display: inline-block;
	text-align: center;
}
.product_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.product_detail .title .box .back {
	float: left;
}
.product_detail .product_detail_images {
	padding-top: 15px;
	text-align: center;
	position: relative;
}
.product_detail .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 3%;
	top: 48%;
	background: url(../images/rgb0.3.png);
	z-index: 100;
	font-size: 0;
}
.product_detail .product_detail_images .product_detail_btn1 {
	position: absolute;
	left: 3%;
	top: 48%;
	background: url(../images/rgb0.3.png);
	z-index: 100;
	font-size: 0;
}
.product_detail .product_detail_images .product_detail_btn1 a img, .product_detail .product_detail_images .product_detail_btn2 a img {
	margin: 10px 5px;
}
.product_detail .product_detail_images .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	cursor: pointer;
	max-width: 100%;
}
.product_detail .product_detail_images .owl-theme .owl-controls {
	position: absolute;
	bottom: 2%;
	width: 100%;
}
.product_detail .product_detail_images .product_detail_img {
	width: 80%;
	margin: 0 auto;
}
.product_detail .product_detail_content {
	margin-top: 20px;
	margin-bottom: 20px;
}
.product_detail .pageTurning {
	margin-top: 15px;
}
.product_detail .pageTurning .prevs, .product_detail .pageTurning .nexts {
	background: #ddd;
	line-height: 250%;
	padding: 0 10px;
}
.product_detail .pageTurning .prevs {
	margin-bottom: 5px;
}
.pswp__bg {
	background: url(../images/rgb0.8.png);
}
@media (max-width: 640px) {
.pswp__bg {
	background: #000000;
}
.product_detail .product_detail_images .product_detail_btn2 {
	right: 0;
}
.product_detail .product_detail_images .product_detail_btn1 {
	left: 0;
}
}
.copyright_con {
	padding: 23px 0;
	text-align: center;
	color: #fff;
	background-color: #000;
}
.copyright_con a {
	color: #fff;
}
#footer>div {
	position: relative;
}
@media (min-width: 1600px) {
.design .container {
	width: 1500px;
}
}
@media (max-width: 992px) {
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p3 a {
	display: none;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-left {
	width: 200px;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right {
	margin-left: 215px;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p2 {
	margin: 10px 0;
}
#header {
	background-color: #000;
	position: relative;
}
#header .logo {
	float: none;
	text-align: center;
	padding: 10px 0;
}
#footer .index-contact {
	width: 65%;
}
#footer .index-contact .index-contactText .p1 {
	margin-top: 10px;
}
#footer .index-contact .index-contactText .p1:after {
	bottom: -15px;
}
#footer .index-contact .index-contactText .p2 {
	margin-top: 25px;
}
#footer .index-contact .index-contactText .p3 {
	margin-top: 15px;
}
#footer .index-contact .index-contactText .p5 {
	margin-top: 35px;
}
}
@media (max-width: 767px) {
.main .index-proBox .index-proList:last-child {
	display: block;
}
.copyright_con {
	padding: 0;
	background-color: #fff;
}
.page {
	padding: 20px 15px;
}
.searchresultBox {
	padding: 0;
}
.content .searchresultBox .list-searchresul {
	margin-top: 15px;
}
.content .searchresultBox .list-searchresul .p2 {
	margin: 10px 0 5px;
}
.content .searchresultBox .list-searchresul div a {
	padding: 2px 10px;
	background-color: #F0F0F0;
}
.content .searchresultBox .list-searchresul {
	padding: 15px;
	border-bottom: 1px solid #DFDFDF;
}
.content .list-textBox .list-text .list-date .p1 {
	font-size: 12px;
}
.content .list-textBox .list-text .list-date .p2 {
	font-size: 18px;
}
.content .list-textBox .list-text .list-date .p3 {
	font-size: 12px;
}
.content .list-textBox .list-text .list-date {
	padding: 5px;
}
.content .list-textBox .list-text .list-main .p1 {
	font-size: 14px;
	margin: 5px 0;
}
.content .list-textBox .list-text .list-main {
	margin-left: 70px;
}
.content .list-textBox .list-text {
	padding: 15px 10px 15px;
}
.content .list-textBox .list-text .list-main .p2 {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p1 {
	font-size: 14px;
	margin: 10px 0 5px;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right p {
	font-size: 12px;
}
.content .list-imagetextBox .list-imagetext .imageText-main {
	padding-bottom: 0;
	border-bottom: none;
}
._aside .sidemenu {
	padding-bottom: 0;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p2 {
	margin: 5px 0;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p3 {
	display: none;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right .p4 {
	display: block;
}
.content .list-imagetextBox .list-imagetext {
	padding: 10px 0 0 15px;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-left {
	width: 100%;
	float: none;
}
.content .list-imagetextBox .list-imagetext .imageText-main .imageText-main-right {
	margin-left: 0;
}
._aside .sidemenu {
	padding-top: 0;
	border-right: none;
}
.visible-xs-block {
	position: absolute;
	right: 15px;
	top: 7px;
}
.content .in-title {
	padding: 0 30px;
	text-align: left;
	background-color: #171C20;
	margin-top: 15px;
}
.content .in-title .p1 {
	font-size: 14px;
	color: #fff;
}
#footer .index-contact .index-contactText .p5 {
	margin-top: 25px;
	font-size: 12px;
}
#footer .index-contact .index-contactText p {
	font-size: 12px;
}
#footer .index-contact .index-contactText .p1 {
	font-size: 18px;
}
#footer .index-contact .index-contactText .p1:after {
	width: 65px;
	bottom: -10px;
	right: 3px;
}
#footer .index-contact .index-contactText .p4 {
	display: inline-block;
}
#footer .index-contact .index-contactText .p4:after {
	width: 106%;
	background-color: #A2A2A2;
	bottom: -10px;
	right: -3%;
}
#footer .index-contact .index-contactText .p3 {
	font-size: 12px;
	margin-top: 10px;
}
#footer .index-contact .index-contactText .p2 {
	font-size: 12px;
	margin-top: 15px;
}
#footer .index-contact .index-contactText .p1 {
	display: inline-block;
}
#footer .index-contact {
	position: relative;
	width: 100%;
}
#footer .index-contact .index-contactText {
	width: 100%;
	text-align: center;
	padding-bottom: 45px;
}
.content .design .design-text .p1 {
	font-size: 18px;
}
.content .design .design-text {
	padding: 20px 4% 15px;
}
.content .design .design-text .p2 {
	font-size: 12px;
	margin: 5px 0 20px;
}
.content .design .design-text .p3 {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.content .design .design-text .p4 {
	margin-top: 20px;
	font-size: 12px;
}
.content .design .design-text .p4 span {
	margin-right: 3px;
	margin-top: 1px;
}
.content .design .design-text .p4 i {
	width: 14px;
}
.swiper-container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.content .design {
	padding-bottom: 20px;
}
.content .design .index-title {
	padding-top: 20px;
}
.content .design {
	background-size: 100% auto;
}
.content .information .informationBox .informationList a .informationText .p3 {
	font-size: 12px;
}
.content .information .informationBox .informationList a .informationText .p1 {
	font-size: 12px;
}
.content .information .informationBox .informationList a .informationText .p2 {
	font-size: 14px;
	margin-top: 5px;
	line-height: 30px;
	height: 30px;
}
.content .information .informationBox .informationList a .informationText {
	padding: 15px 10px;
	height: auto;
}
.content .information .informationBox .informationList a .informationimageBox {
	height: 180px;
}
.content .information .informationBox .informationList a .informationimageBox .informationImage {
	background-size: 100% auto;
}
.content .information .informationBox .informationList {
	padding: 0 15px;
}
.content .information .informationBox .even {
	display: none;
}
.index-title .p2 {
	font-size: 12px;
}
.content .index-pro .index-proBox .index-proList dl dd {
	line-height: 30px;
	font-size: 12px;
}
.index-more a {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	width: 115px;
}
.content .information .index-title {
	padding: 25px 0;
}
.index-more {
	margin: 25px 0;
}
.swiper-slide {
	width: 90%;
}
.index-title .p1 {
	font-size: 18px;
	margin-bottom: 5px;
}
.index-proBox .index-proList:last-child {
	display: none;
}
.content .index-pro .index-title {
	padding: 20px 0 15px;
}
}
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
@-webkit-keyframes fadeInRight {
 0% {
 -webkit-transform: translate3d(20%, 0, 0);
 transform: translate3d(20%, 0, 0);
 opacity: 0;
}
 100% {
 opacity: 1;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}
}
@keyframes fadeInRight {
 0% {
 -webkit-transform: translate3d(20%, 0, 0);
 transform: translate3d(20%, 0, 0);
 opacity: 0;
}
 100% {
 opacity: 1;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}
}
@-webkit-keyframes fadeInUp {
 0% {
 -webkit-transform: translate3d(0, 20%, 0);
 transform: translate3d(0, 20%, 0);
 opacity: 0;
}
 100% {
 opacity: 1;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}
}
@keyframes fadeInUp {
 0% {
 -webkit-transform: translate3d(0, 20%, 0);
 transform: translate3d(0, 20%, 0);
 opacity: 0;
}
 100% {
 opacity: 1;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
}
}
.swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0,0,0,.1), rgba(0,0,0,0));
}
.sub2>ul {
	margin-top: 8px;
}
