﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
a:hover {
	text-decoration: none;
	color: #ff9f0d
}
a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}
@media (min-width: 1400px) {
.container {
	width: 1370px;
}
}
@font-face {
	font-family: 'helv';
	src: url('../fonts/helv.eot');
	src: url('../fonts/helv.eot') format('embedded-opentype'), url('../fonts/helv.woff') format('woff'), url('../fonts/helv.ttf') format('truetype'), url('../fonts/helv.svg#verdemoderna') format('svg');
}
body, .content {
	background: url(../images/body_bg.jpg);
	position: relative;
	z-index: 2
}
/*头部样式*/
#header {
	position: relative;
}
#header .logo {
	width: 30%;
	text-align: left;
	top: 10%;
	left: 10%;
	z-index: 1;
	position: fixed;
}
.logo1 {
	height: 62px;
	padding: 6px 0 6px 12px;
}
.logo1 img {
	max-height: 100%
}
.menu_icon {
	text-align: center;
	position: fixed;
	top: 10px;
	right: 0;
	background: url(../images/nav_bg.png) no-repeat right center;
	background-size: 100% auto;
	width: 125px;
	height: 63px;
	z-index: 100;
	cursor: pointer;
	padding: 12px 0 0 70px;
}
.menu_icon .icon-bar {
	display: block;
	margin: 6px 0;
	width: 40px;
	height: 5px;
	background-color: #fff;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.animated .top {
	-webkit-transform: translateY(10px) rotateZ(45deg);
	-moz-transform: translateY(10px) rotateZ(45deg);
	-ms-transform: translateY(10px) rotateZ(45deg);
	-o-transform: translateY(10px) rotateZ(45deg);
	transform: translateY(10px) rotateZ(45deg);
}
.animated .middle {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
}
.animated .bottom {
	-webkit-transform: translateY(-11px) rotateZ(-45deg);
	-moz-transform: translateY(-11px) rotateZ(-45deg);
	-ms-transform: translateY(-11px) rotateZ(-45deg);
	-o-transform: translateY(-11px) rotateZ(-45deg);
	transform: translateY(-11px) rotateZ(-45deg);
}
.index_menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background: rgba(0,0,0,0.9);
	z-index: 99;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.index_menu.top1 {
	top: 0
}
.index_menu ul li {
	text-align: center;
}
.index_menu ul li a {
	font-size: 30px;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .7s ease;
	position: relative
}
.index_menu ul li a:hover {
	color: #ffa212;
}
.index_menu ul li a:before {
	display: block;
	content: " ";
	position: absolute;
	bottom: -10px;
	left: -10%;
	width: 0%;
	height: 3px;
	background: #ffa212;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .7s ease;
}
.index_menu ul li a:hover:before {
	width: 120%;
}
/*pc导航*/
.pc_menu .menu .nLi {
	float: left;
	width: 14%;
	position: relative;
}
.pc_menu .menu .nLi h3 {
	padding: 20px 0 20px;
	font-size: 16px;
}
.pc_menu .menu .nLi h3 a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
.pc_menu .menu .nLi h3 a:hover, .pc_menu .menu .nLi.current h3 a {
	color: #d6a61d
}
.pc_menu .menu .nLi .menu_2 {
	display: none;
	background: #c39c2b;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 10;
	padding: 10px 0
}
.pc_menu .menu .nLi .menu_2 li a {
	display: block;
	color: #fff;
	line-height: 24px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sublogo {
	padding: 10px 0;
}
.sublogo img {
	height: 50px;
}
@media all and (max-width: 640px) {
    .pro_ad{
        margin: auto !important;
    }
.menu_icon {
	width: 100px;
	height: 47px;
	padding: 5px 0 0 50px;
	position: absolute
}
.menu_icon .icon-bar {
	width: 35px;
	height: 4px;
}
}
.logo_nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: rgba(0,0,0,0.5)
}
/*大图样式*/
#banner {
	position: relative;
	overflow: hidden;
}
#banner p {
	position: absolute;
	width: 100%;
	height: 20%;
	background-image: url(../images/banner_bg.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	background-size: auto 100%;
	left: 0;
	bottom: -1px;
	z-index: 2;
	animation: banner_bg 80s linear infinite;
}
#banner.sub_banner p {
	animation: banner_bg 40s linear infinite;
}
#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: 40%;
	padding: 15px 10px;
	background: none
}/*箭头的设置*/
#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: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: 100% auto
}
#owl-demo, #owl-demo .owl-wrapper-outer, #owl-demo .owl-wrapper, #owl-demo .owl-item, #banner {
	height: 100vh;
}/*大图记得修改高度*/
#banner #owl-demo {
	position: fixed;
	top: 0;
	left: 0;
}
#banner.sub_banner #owl-demo {
	position: relative
}
.sub_banner #owl-demo, .sub_banner #owl-demo .owl-wrapper-outer, .sub_banner #owl-demo .owl-wrapper, .sub_banner #owl-demo .owl-item, #banner.sub_banner {
	height: 500px
}/*大图记得修改高度*/
@media all and (max-width: 992px) {
#owl-demo, #owl-demo .owl-wrapper-outer, #owl-demo .owl-wrapper, #owl-demo .owl-item, #banner {
	height: 390px;
}
.sub_banner #owl-demo, .sub_banner #owl-demo .owl-wrapper-outer, .sub_banner #owl-demo .owl-wrapper, .sub_banner #owl-demo .owl-item, #banner.sub_banner {
	height: 350px
}/*大图记得修改高度*/
}
@media all and (max-width: 640px) {
#banner #owl-demo {
	position: relative
}
#owl-demo, #owl-demo .owl-wrapper-outer, #owl-demo .owl-wrapper, #owl-demo .owl-item, #banner {
	/*height: 350px;*/
	height: auto;
}
.index_menu ul li a {
	font-size: 20px;
}
.sub_banner #owl-demo, .sub_banner #owl-demo .owl-wrapper-outer, .sub_banner #owl-demo .owl-wrapper, .sub_banner #owl-demo .owl-item, #banner.sub_banner {
	height: auto;
}/*大图记得修改高度*/
.logo_nav {
	position: relative;
	background: none
}
#banner #owl-demo a.item {
	background-size: auto 100%
}
}
/*pc右侧快捷按钮*/
.right_nav {
}
.right_nav .aside li > p, .right_nav .aside > li > div {
	background: rgba(125,80,13,1);
	border-radius: 15px;
	color: #fff;
}
.right_nav .aside {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 10000;
}
.right_nav .aside > li {
	width: 50px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}
.right_nav .aside > li > p {
	position: relative;
	z-index: 1005;
	line-height: 50px;
}
.right_nav .aside > li img {
	vertical-align: middle;
}
.right_nav .aside > li p img {
	width: 60%;
}
.right_nav .aside > li .img2 {
	display: none;
}
.right_nav .aside > li > div {
	background: #2a2a2a;
	position: absolute;
	display: none;
}
.right_nav .aside > li .phone_meassage {
	right: -240px;
	width: 200px;
	top: 0;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	padding: 0 25px;
}
.right_nav .aside > li .qq_online {
	top: 0;
	right: -127px;
	width: 200px;
	padding: 0 15px 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: #fff
}
.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 .ewm {
	top: -20px;
	right: 0px;
	width: 100px;
	padding-right: 10px;
	height: 100px;
	background-color: rgba(0,0,0,0)
}
.right_nav .aside > li .search_box {
	position: absolute;
	top: 0;
	right: -205px;
	width: 240px;
	text-align: center;
	height: 100%;
}
.right_nav .aside > li .search_box .search_input {
	width: 220px;
	height: 30px;
	position: relative;
	margin: 10px auto;
}
.right_nav .aside > li .search_box .search_input input {
	width: 220px;
	border: none;
	background: rgba(255,255,255,0.2);
	height: 30px;
	padding-left: 10px;
	position: absolute;
	line-height: 30px;
	z-index: 1;
	top: 0;
	left: 0;
}
.right_nav .aside > li .search_box ::-webkit-input-placeholder {
color: #fff;
}
/*底部样式*/
#footer .friendship {
	padding: 7px 0;
	background: #de901a;
	line-height: 25px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2
}
#footer .friendship a {
	padding: 0 15px;
	font-size: 14px;
	color: #fff
}
#footer .copyright {
	background: #313131;
	text-align: center;
	padding: 16px 0;
	position: relative;
}
#footer .copyright .copyright_con {
	color: #b2b2b2;
	padding: 0 15px;
}
#footer .copyright .copyright_con a {
	color: #b2b2b2
}
#footer .copyright .top {
	position: absolute;
	right: 10px;
	top: -15px;
	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-image: url(../images/black_bg.png);
	display: block;
	content: " ";
	border-radius: 50%;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
/*wap底部快捷按钮*/
.wap_footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 5px 0;
	z-index: 1000;
	background: #ff9f0d;
}
.wap_footer dl {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 0;
}
.wap_footer dt {
	height: 28px;
}
.wap_footer dd {
	color: #fff;
}
.wap_footer dl dt img {
	height: 90%;
}
/*手机底部搜索*/
.wap_search_input {
	position: fixed;
	bottom: 65px;
	left: 100%;
	width: 100%;
	z-index: 1000;
	padding: 8px 2%;
	background: #9e845a;
}
.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: #fff;
	position: relative;
	z-index: 100;
	margin-left: 2%;
	width: 18%;
	text-align: center;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);
}
/*黑色遮罩*/
.black_cloth {
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	background: url(../images/black_cloth.png) repeat;
	display: none;
	top: 0;
	left: 0;
}
.sub_con {
	background: url(../images/sub_bg.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-top: 40px;
}
.sub_con .container {
	position: relative;
	padding-bottom: 100px;
}
.sub_con .container:before {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 200px;
	width: 213px;
	height: 78px;
	background: url(../images/crumb_ico1.png) no-repeat;
	background-size: 100% auto
}
.sub_con .container:after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	right: 100px;
	width: 166px;
	height: 78px;
	background: url(../images/crumb_ico2.png) no-repeat;
	background-size: 100% auto
}
/*pc侧边栏分类样式*/
#content {
	background: url(../images/_aside.jpg) repeat-y;
	background-size: 25% auto
}
._aside {
	float: left;
	text-align: right;
	padding-bottom: 20px;
	margin-top: 70px;
}
.bg_xx {
	position: relative;
	z-index: 1
}
.bg_xx i {
	display: block;
	content: " ";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	background: url(../images/side_bg.jpg);
	border-radius: 15px;
	border: solid 1px #000;
	z-index: 0
}
._aside > h2 {
	text-align: left;
	margin-bottom: 20px;
}
._aside > h2 span.en {
	display: block;
	width: 70%;
	margin: auto;
}
._aside > h2 span.zh {
	display: block;
	width: 100%;
	margin: auto;
}
._aside > h2 span b {
	display: block;
	margin: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 45px;
	height: 50px;
	position: relative;
	z-index: 10;
	border: solid 1px #000;
	text-align: center;
	background: #fff;
	border-radius: 15px;
	color: #000;
}
._aside > h2 span.en b {
	font-family: helv;
	font-size: 20px;
	text-transform: Uppercase;
}
._aside > h2 span.zh b {
	font-size: 18px;
	margin-top: -10px;
}
._aside > h2 span.zh:before {
	display: block;
	content: " ";
	position: absolute;
	top: -1px;
	left: -35%;
	width: 70%;
	background: #fff;
	margin-left: 50%;
	height: 2px;
	z-index: 22
}
._aside ul.sidemenu {
}
/*一级的样式*/
._aside ul.sidemenu > li.sub1 {
	margin-bottom: 20px;
	position: relative;
}
._aside ul.sidemenu > li.sub1:before {
	display: block;
	content: " ";
	position: absolute;
	top: -40px;
	left: 10px;
	height: 68px;
	width: 20px;
	background: url(../images/sub_ico.png) no-repeat top center;
	z-index: 33;
	background-size: auto 100%
}
._aside ul.sidemenu > li.sub1:after {
	display: block;
	content: " ";
	position: absolute;
	top: -40px;
	right: 10px;
	height: 68px;
	width: 20px;
	background: url(../images/sub_ico.png) no-repeat top center;
	z-index: 33;
	background-size: auto 100%
}
._aside ul.sidemenu > li.sub1 ul {
	display: none;
}
._aside ul.sidemenu > li.sub1 .bg_w {
	display: block;
	background: #fff;
	border-radius: 15px;
	text-align: center;
	border: solid 1px #000;
	position: relative;
	z-index: 10;
	padding: 10px 0
}
._aside ul.sidemenu > li.sub1 .bg_w > a.sub1_a {
	width: 80%;
	margin: auto;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	font-size: 16px;
	color: #000;
}
._aside ul.sidemenu > li.sub1:hover:before {
	right: 0
}
._aside ul.sidemenu > li.current .bg_w> a.sub1_a, ._aside ul.sidemenu > li:hover .bg_w> a.sub1_a {
	color: #ff9f0d;
}
/*二级的样式*/
._aside ul.sidemenu > li.sub1 .bg_w>ul {
	border-top: solid 1px #333;
	width: 90%;
	margin: auto;
	padding: 8px 0
}
._aside ul.sidemenu > li.sub1 .bg_w > ul > li.sub2 {
}
._aside ul.sidemenu > li.sub1 .bg_w > ul > li.sub2 > a.sub2_a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-align: center;
	line-height: 28px;
	height: 28px;
	font-size: 14px;
}
._aside ul.sidemenu > li.sub1 .bg_w > ul > li.sub2.current > a.sub2_a, ._aside ul.sidemenu > li.sub1 .bg_w > ul > li.sub2:hover > a.sub2_a {
	color: #ff9f0d;
}
/*三级的样式*/
._aside ul.sidemenu > li.sub1 .bg_w > ul > li.sub2 > ul > li.sub3 > a.sub3_a {
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
	color: #999
}
._aside ul.sidemenu > li.sub1 .bg_w > ul > li.sub2 > ul > li.sub3.current > a.sub3_a, ._aside ul.sidemenu > li.sub1 > ul > li.sub2 > ul > li.sub3:hover > a.sub3_a {
}
.main {
	float: right;
}
.article {
	position: relative;
	width: 94%;
	margin: auto;
	margin-top: 50px;
}
.article .art {
	background: #fff;
	border-radius: 15px;
	border: solid 1px #000;
	position: relative;
	z-index: 10;
	padding: 35px;
}
.crumb {
	z-index: 100;
	position: relative;
	color: #333;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}
.article.bg_xx i {
	left: 5px;
	top: 5px;
}
@media (max-width: 640px) {
#content {
	background: none
}
.sub_con .container {
	padding-bottom: 60px;
}
.sub_con {
	margin-top: 0
}
._aside {
	width: 100%;
	margin-top: 20px;
}
/*手机内页crumb*/
.sub_con .container:before {
	display: none;
}
.sub_con .container:after {
	display: none;
}
._aside > h2 {
	position: relative;
	margin-bottom: 10px;
}
._aside > h2 span.en b {
	font-size: 18px;
	line-height: 40px;
	height: 45px;
}
._aside > h2 span.zh b {
	font-size: 18px;
	line-height: 40px;
	height: 45px;
}
._aside h2 .phone-menuicon {
	cursor: pointer;
	height: 27px;
	margin-top: 10px;
	bottom: 15px;
	right: 30px;
	width: 20px;
	position: absolute;
	z-index: 33;
}
._aside h2 .phone-menuicon img {
	-webkit-transition: all .4s;
	transition: all .4s;
}
/*手机内页分类下拉列表*/
._aside ul.sidemenu {
	width: 100%;
	display: none;
	margin-top: 0;
}
._aside ul.sidemenu > li.sub1 .bg_w {
	padding: 6px 0
}
._aside ul.sidemenu > li.sub1 {
	margin-bottom: 10px;
}
._aside ul.sidemenu > li.sub1:before, ._aside ul.sidemenu > li.sub1:after {
	height: 45px;
	top: -25px;
}
._aside ul.sidemenu > li.sub1 .bg_w>ul {
	padding: 5px 0
}
/*一级的样式*/
  /*二级的样式*/

  /*三级的样式*/
  
#header .menu_icon .show_nav img {
	width: 30%;
}
.main {
	float: right;
	width: 100%
}
.article {
	padding: 0px;
	width: 100%;
	margin-top: 0
}
.article .art {
	padding: 15px;
}
}
/*新闻详情页样式，若不需要请删除*/
.news_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}
.news_detail .title h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px
}
.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: #e8ead9;
	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: 35px;
}
.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;
}
.owl-carousel {
	z-index: 0
}
.product_detail .product_detail_images {
	padding-top: 15px;
	text-align: center;
	position: relative;
}
.product_detail .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 2%;
	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: 2%;
	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: #e8ead9;
	line-height: 250%;
	padding: 0 10px;
}
.product_detail .pageTurning .prevs {
	margin-bottom: 5px;
}
.pswp__bg {
	background: url(../images/rgb0.8.png)
}
.about {
	position: relative;
	padding-top: 14vh
}
.about .about_con {
	width: 54%;
	position: relative;
	float: right;
	margin-right: 5%;
	margin-bottom: 2%;
	transition: top ease-out 0.3s;
	-webkit-transition: top ease-out 0.3s;
}
.about .about_con .about_bg {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%
}
.about .about_con .about_bg img {
	width: 100%
}
.about .about_con .title, .about .about_con .inner {
	position: relative;
	z-index: 10;
	margin-left: 10%;
	margin-right: 5%;
}
.about .about_con .title {
}
.about .about_con .title span {
	display: block
}
.about .about_con .title span.en {
	font-family: helv;
	font-size: 3.5vh;
	text-transform: Uppercase;
	font-weight: bold
}
.about .about_con .title span.en a, .about .about_con .title span.zh a {
	color: #000;
}
.about .about_con .title span.zh {
	font-size: 18px;
}
.about .about_con .inner p {
	line-height: 36px;
	overflow: hidden;
}
.about .img1 {
	position: absolute;
	left: 0;
	display: block;
	width: 10%;
	z-index: 20;
	transition: top ease-out 0.3s;
	-webkit-transition: top ease-out 0.3s;
}
.about .img2 {
	position: absolute;
	right: 20px;
	display: block;
	width: 5%;
	z-index: 20;
	transition: top ease-out 0.5s;
	-webkit-transition: top ease-out 0.5s;
}
.about .img3 {
	position: absolute;
	left: 7%;
	display: block;
	width: 10%;
	z-index: 20;
	transition: top ease-out 0.6s;
	-webkit-transition: top ease-out 0.6s;
}
.about .img4 {
	position: absolute;
	left: 20%;
	display: block;
	width: 20%;
	z-index: 20;
	transition: top ease-out 0.3s;
	-webkit-transition: top ease-out 0.3s;
}
.pro {
	overflow: hidden;
	width: 100%;
	height: 20%;
	background-image: url(../images/about_bg.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	background-size: auto 100%;
	left: 0;
	bottom: -1px;
	z-index: 10;
	animation: banner_bg 160s linear infinite;
	margin-top: 100px;
}
.pro_ad {
	max-width: 900px;
	position: relative;
	padding: 0;
	padding-top: 15px;
	margin-left: -4%
}
.pro_ad p {
	border-radius: 50%;
	overflow: hidden;
}
.pro_ad:before {
	display: block;
	content: " ";
	position: absolute;
	top: 0px;
	left: 15px;
	width: 100%;
	border-radius: 50%;
	background: #fff;
}
.pro_ad img {
	position: relative;
	z-index: 10;
}
.pro .pro_con {
	padding-top: 11%;
	margin-left: 5%
}
.pro .pro_con .title span {
	display: block;
	text-align: center
}
.pro .pro_con .title span.en {
	font-family: helv;
	font-size: 3.5vh;
	text-transform: Uppercase;
	font-weight: bold
}
.pro .pro_con .title span.zh {
	font-size: 18px;
}
.pro .pro_con .title span.en a, .pro .pro_con .title span.zh a {
	color: #000;
}
.pro .pro_con .inner {
	margin-top: 40px;
}
.pro .pro_con .inner ul li {
	float: left;
}
.pro .pro_con .inner ul li a {
	border-radius: 10%;
	overflow: hidden;
	display: block;
	position: relative
}
.pro .pro_con .inner ul li a p {
	position: absolute;
	bottom: -30%;
	left: 0;
	text-align: center;
	background: url(../images/pro_title.jpg) no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 100%;
	font-size: 20px;
	color: #fff;
	padding: 4% 0;
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
}
.pro .pro_con .inner ul li a p span {
	display: block;
	width: 85px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	background: #fff;
	color: #ff9f0d;
	text-align: center;
	font-size: 12px;
	margin: auto;
	margin-top: 4%;
}
.pro .pro_con .inner ul li:hover a p {
	bottom: 0
}
.pro .pro_con .mm {
	background: url(../images/product_line.jpg) no-repeat center;
	background-size: 100% auto;
	margin-top: 10%;
	position: relative;
	height: 117px;
}
.pro .pro_con .mm span {
	position: absolute;
	top: 0;
	transition: top ease-out 0.3s;
	-webkit-transition: top ease-out 0.3s;
	left: 0
}
.news_bg {
	position: relative;
	overflow: hidden
}
.news {
	margin: 6% auto 0% auto;
}
.news_bg i.news_ico {
	position: absolute;
	right: -300px;
	top: -350px;
	width: 40%;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 165s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 165s;
	-webkit-animation: rotate 165s linear infinite;
	-moz-animation: rotate 165s linear infinite;
	-o-animation: rotate 165s linear infinite;
	animation: rotate 165s linear infinite;
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes rotate {
from {
-moz-transform: rotate(0deg)
}
to {
	-moz-transform: rotate(359deg)
}
}
@-o-keyframes rotate {
from {
-o-transform: rotate(0deg)
}
to {
	-o-transform: rotate(359deg)
}
}
@keyframes rotate {
from {
transform: rotate(0deg)
}
to {
	transform: rotate(359deg)
}
}
.news .title {
	margin: 0 auto 3% auto;
	width: 96%;
	transition: top ease-out 0.3s;
	-webkit-transition: top ease-out 0.3s;
}
.news .title span {
	display: block
}
.news .title span.en {
	font-family: helv;
	font-size: 3.5vh;
	text-transform: Uppercase;
	font-weight: bold
}
.news .title span.en a, .news .title span.zh a {
	color: #000;
}
.news .title span.zh {
	font-size: 18px;
}
.news .inner ul li .img_area a {
	border-radius: 25px;
	overflow: hidden;
	display: block;
	position: relative
}
.news .inner ul li .img_area a img.img1 {
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
}
.news .inner ul li:hover .img_area a img.img1 {
	transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
}
.news .inner ul li .img_area a i {
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 10
}
.news .inner ul li .text_area {
	width: 96%;
	margin: auto
}
.news .inner ul li .text_area a {
	color: #333
}
.news .inner ul li:hover .text_area a {
	text-decoration: underline
}
.news .inner ul li .text_area b {
	font-size: 24px;
	font-weight: bold;
	margin: 25px 0;
	display: block;
	line-height: 28px;
}
.news .inner ul li .text_area b a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .inner ul li .text_area p {
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	margin-bottom: 15px;
}
.news .inner ul li .text_area span a {
	width: 85px;
	height: 25px;
	border-radius: 5px;
	background: #ff9f0d;
	color: #fff;
	text-align: center;
	line-height: 25px;
	display: block
}
.contact {
	height: 90vh;
	position: relative;
	background: #000;
	overflow: hidden;
	padding-top: 20%;
	text-align: center
}
.contact .con {
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
}
.contact .con_bg {
	position: absolute;
	top: 0;
	left: 0;
	animation: con_bg 10s ease-in-out infinite alternate;
	height: 100%
}
.contact .contact_bg {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 30%;
	background-image: url(../images/friend_bg.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	background-size: auto 100%;
	z-index: 10;
	animation: banner_bg 80s linear infinite;
}
.contact .title {
	position: relative;
	z-index: 10;
	padding-bottom: 2%;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	width: 60%;
	margin: auto;
	margin-bottom: 2%;
}
.contact .title span.en {
	font-family: helv;
	font-size: 3.5vh;
	text-transform: Uppercase;
	color: #fff;
	font-weight: bold;
	display: block
}
.contact .title span.zh {
	font-size: 18px;
	color: #fff
}
.contact .inner {
	color: #ddd;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 40px;
	height: 200px;
	overflow: hidden
}
@media all and (max-width: 992px) {
.about {
	padding-top: 3vh
}
.about .about_con {
	width: 80%;
	margin-right: 0px;
	padding: 0 10px;
}
.about .img4 {
	position: absolute;
	bottom: 0%;
	left: 0%;
	display: block;
	width: 20%;
	z-index: 20
}
.about .about_con .title span.en, .pro .pro_con .title span.en, .news .title span.en, .contact .title span.en {
	font-size: 20px;
}
.about .about_con .title span.zh, .pro .pro_con .title span.zh, .news .title span.zh, .contact .title span.zh {
	font-size: 16px;
}
.pro {
	margin-top: 80px;
}
}
 @media (max-width: 640px) {
.about .about_con .about_bg {
	bottom: 0%;
	top: inherit
}
.about {
	padding-top: 30px
}
.about .about_con {
	width: 100%;
	margin-right: 0px;
	padding: 0 10px 5px 10px;
	margin-bottom: 0;
}
.about .about_con .title span.en, .pro .pro_con .title span.en, .news .title span.en, .contact .title span.en {
	font-size: 18px;
	line-height: 20px;
}
.about .about_con .title span.zh, .pro .pro_con .title span.zh, .news .title span.zh, .contact .title span.zh {
	font-size: 16px;
}
.about .about_con .inner p {
	line-height: 25px;
}
.pro .pro_con {
	padding-top: 5%;
	margin-left: 0
}
.pro {
	margin-top: 40px;
}
.pro .pro_con .inner ul li a {
	border-radius: 25px;
}
.pro .pro_con .inner {
	margin-top: 20px;
	margin-bottom: 20px;
}
.news .inner ul li .text_area b {
	font-size: 16px;
	margin: 10px 0 5px 0
}
.news .inner ul li {
	margin-bottom: 20px;
}
.news .inner ul li .text_area p {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	margin-bottom: 7px;
}
.contact {
	height: auto
}
.contact .contact_bg {
	height: 15%
}
.contact .title {
	width: 90%
}
.contact .inner {
	font-size: 14px;
	line-height: 30px;
	height: 150px;
}
.contact .con_bg img {
	max-width: none;
	height: 100%;
	margin-left: -50%
}
}
 @keyframes banner_bg {
 0% {
background-position:0% bottom;
}
 50% {
background-position:100% bottom;
}
 100% {
background-position:0%s bottom;
}
}
@-webkit-keyframes banner_bg {
 0% {
background-position:0% bottom;
}
 50% {
background-position:100% bottom;
}
 100% {
background-position:0%s bottom;
}
}
@-webkit-keyframes con_bg {
 0% {
opacity: .8;
-webkit-transform: scale(1);
transform: scale(1);
}
 100% {
opacity: 1;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
}
@keyframes con_bg {
 0% {
opacity: .8;
-webkit-transform: scale(1);
transform: scale(1);
}
 100% {
opacity: 1;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
}
.page_box {
	text-align: center;
	display: block;
}
/*当前页的样式*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #ff9f0d;
	border-color: #ff9f0d
}
/*分页块默认样式*/
.pagination > li > a, .pagination > li > span {
	color: #666
}
.pagination > li > a:hover, .pagination > li > span:hover {
	color: #666
}
.list-img {
	margin: 0 -7.5px;
}
.list-img > ul > li {
	text-align: center;
	padding: 0 7.5px;
	margin-bottom: 15px;
}
.list-img > ul > li a .text_area {
	line-height: 250%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list-img > ul > li a .img_area {
	width: 100%;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	border: solid 1px #eee
}
.list-img > ul > li a .img_area img {
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto
}
.list-img > ul > li a:hover .img_area {
	box-shadow: 0 0 20px #e9e9e9;
}
.list_img_text ul li {
	margin-bottom: 15px;
}
.list_img_text ul li .img_area {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #F1EFF9;
}
.list_img_text ul li .text_area {
	margin-top: 5px;
}
.list_img_text ul li .text_area .title {
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
	font-size: 16px;
}
.list_img_text ul li .text_area .date {
	color: #666;
}
.list_img_text ul li .text_area .tip {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	color: #666
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.list_img_text ul li .text_area .tip {
	height: 20px;
}
}
@media screen and (max-width: 640px) {
.list_img_text ul li .text_area {
	margin-top: 10px;
}
}
.list-text ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: dashed 1px #ccc
}
.list-text ul li .date {
	width: 80px;
	float: left;
	margin-right: 10px;
	background: #eee;
	color: #333;
	padding-bottom: 8px;
	text-align: center;
	border-radius: 10px;
}
.list-text ul li .date .day {
	line-height: 40px;
	border-bottom: solid 1px #aaa;
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}
.list-text ul li .date .year {
	font-size: 18px;
}
.list-text ul li .text_area {
	display: inline;
}
.list-text ul li .text_area .title {
	margin-top: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
}
.list-text ul li .text_area .tip {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.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
}
}
.ss ul li .title a {
	background: url(../images/ico.jpg) no-repeat left center;
	padding-left: 25px;
	background-size: auto 60%;
}
