﻿/*************************
*******body******
**************************/
body {
	background: #fff;
	font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei;
	color: #4e4e4e;
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*************************
*******菜单******
**************************/

/*-- Navbar --*/

.navbar {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color:transparent;
	border: none;
	border-radius: 0;
	margin: 0;
	padding-top: 30px;
	padding-bottom:20px;
	top: -12px;
}
.navbar-default .navbar-brand {
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	height: 0;
	padding: 0;
	line-height: 0;
	margin-top: 0px;
	font-family: 'Raleway', sans-serif;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #FFF;
	font-weight: 700;
}
.navbar-default .navbar-nav>li>a {
	color: #FFF;
	padding: 10px 20px;
}
.navbar-default .navbar-nav>li.active{
    background: #fff ;
}
.navbar-default .navbar-nav>li.active>a,.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #FF9900;
    background: #fff;
}


.hover-effect ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.hover-effect li {
	list-style: none;
	display: inline-block;
	margin: 0;
}
.hover-effect li a {
	font-size: 16px;
}
.hover-effect a:hover, .hover-effect a:focus {
	outline: none;
}
.hover-effect ul {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hover-effect li {
	overflow: hidden;
	position: relative;
}
.hover-effect li:before, .hover-effect li:after {
	display: block;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-effect li:before {
	left: 0%;
}
.hover-effect li:after {
	left: 50%;
}
.hover-effect a {
	backface-visibility: hidden;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.hover-effect a:before, .hover-effect a:after {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.hover-effect a:before {
	left: 25%;
}
.hover-effect a:after {
	left: 75%;
}
.hover-effect a:hover {
	color: #000;
	font-weight: 500;
}
.hover-effect li:before, .hover-effect li:after, .hover-effect a:before, .hover-effect a:after {
	background-color: #fff;
	position: absolute;
	height: 100%;
	width: 26%;
	top: 0;
	content: '';
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;/*--w3layouts--*/
	/*--agileits--*/
}
.hover-effect li:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.hover-effect li:after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.hover-effect a:before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.hover-effect a:after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.hover-effect li:hover:before, .hover-effect li.current:before, .hover-effect li:hover:after, .hover-effect li.current:after, .hover-effect li:hover a:before, .hover-effect li.current a:before, .hover-effect li:hover a:after, .hover-effect li.current a:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-effect li:hover:before, .hover-effect li.current:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.hover-effect li:hover:after, .hover-effect li.current:after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.hover-effect li:hover a:before, .hover-effect li.current a:before {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}
.hover-effect li:hover a:after, .hover-effect li.current a:after {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
/*-- Slider --*/

.slider {
	position: relative;
	padding: 0;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	border: 0;
}
a.callbacks_nav {
	display: none;
}
ul.callbacks_tabs {
	/*--w3layouts--*/
	/*--agileits--*/
	position: absolute;
	z-index: 9;
	bottom: 5%;
	left: 45.5%;
}
ul.callbacks_tabs li {
	display: inline-block;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: 1px solid #CCC;
	background: transparent;
}
.callbacks_here a:after {
	border: 1px solid #CCC;
	background: #FFF;
}
.layer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	text-align: center;
}
.layer h3 {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	font-size: 70px;
	font-weight: 700;
	color: #FFF;
}
/*--w3layouts--*/
/*--agileits--*/

.layer p {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 20px;
	font-weight: 300;
	color: #FFF;
}
/*-- //Slider --*/

/*******搜索*********/
.search {
	overflow: hidden;
	width: 100%;
	background-color: #f1f1f1;
	border-bottom: 1px solid #d8d8d8;
	height: 60px;
}
.search p {
	font-size: 13px;
	line-height: 60px;
	display: block;
	width: 70%;
	float: left;
	color: #353534;
}
.search p a {
	color: #353534;
	padding: 0 4px;
}
.search .s_key {
	float: right;
	width: 30%;
	height: 34px;
	margin-top: 12px;
}
.search .s_key input {
	width: 80%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #353534;
	padding-left: 10px;
	background: none;
	border: 1px solid #dfdfdf;
	border-right: none;
	outline: none;
	float: left;
}
.search .s_key span {
	display: block;
	width: 20%;
	height: 34px;
	float: right;
	background:#282828 url(../images/main/search.jpg) no-repeat center;
	cursor: pointer;
}
/*****产品*****/
.product {
	margin-top: 40px;
}
.product h2 {
	text-align: center;
	color: #333333;
	font-size:26px;
	font-weight:bold;
	background: url(../images/main/bb_30.png) center no-repeat
}
.product p {
	text-align: center;
	padding-bottom: 8px;

}
.pro {
	padding: 10px 10px;
	background: #E5E5E5;
	color: #333;
	font-size: 13px;
	margin-top: 20px;
	text-align: center;
	line-height: 20px;
}
.pro:hover {
	background: #FF9900;
	cursor: pointer
}
.pro a {
	text-decoration: none;
	color: #333
}
.pro img {
	width: 340px;
	height: 250px;
}
.title {
	font-size: 16px;
	color: #111111;
	line-height: 32px;
	padding-top: 8px;
}
.title a {
	color: #111111;
	text-decoration: none;
}
.p_more {
	width: 150px;
	height: 30px;
	background: url(../images/main/bb_51.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 8px;
}
.p_more a {
	display: block;
	width: 150px;
	height: 30px;
}
/*****关于我们*****/
.about-title h2 {
	color: #ff9900;
	padding-bottom: 10px;
}
.about-title p {
	color: #999;
	line-height: 28px;
	padding-bottom:10px;
}
.about-more {
	display: block;
	width: 100px;
	height: 36px;
	border: 1px solid #999;
	text-align: center;
	margin-top:40px;
}
.about-more a {
	color: #999;
	line-height: 36px;
}
.about-more a:hover {
	color: #ff9900
}
/*****优势****/

#youshi li:first-child{ margin-left:0 !important  }
#youshi li{ padding:8px; background:#fff; width:23%; border:1px solid #dedede; list-style:none; float:left; margin:10px 1%; height:400px; transition:0.3s all 0s linear; padding-bottom:20px;}
#youshi li .title{ padding:5px 0; text-align:center; font-size:16px;}
#youshi li .title span{ font-size:20px; font-weight:bold; display:block;}
#youshi li .num{ background:url(../images/main/ys_li.png) no-repeat top center; height:52px; text-align:center; line-height:47px; font-family:Impact,Arial, Helvetica, sans-serif; font-size:30px;}
#youshi li .cont{ color:#888888; font-size: 13px; line-height:1.8;}
#youshi li .red{ color:#de2623;}
#youshi li:hover{ background:#FF9900; cursor:pointer; color:#fff;}
#youshi li:hover p{color:#fff;}
/**/


.ys-box {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 40px;
}
.ys-box p {
	padding-top: 20px;
	font-size: 16px;
}
.ys {
	background: #282828;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	line-height: 200px;
}
.ys:hover {
	background: #ff9900;
	cursor: pointer;
	-moz-animation: spin 0.8s infinite linear;
	-o-animation: spin 0.8s infinite linear;
	-webkit-animation: spin 0.8s infinite linear;
	animation: spin 0.8s infinite linear;
}
 @-moz-keyframes spin {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@-o-keyframes spin {
 0% {
-o-transform: rotate(0deg);
}
 100% {
-o-transform: rotate(360deg);
}
}
@-ms-keyframes spin {
 0% {
-ms-transform: rotate(0deg);
}
 100% {
-ms-transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
/*****案例******/
/* marqueeleft */
.marqueeleft {
	height: 236px;
	width: 100%;
	overflow: hidden;
	margin: 40px auto;
}
.marqueeleft ul {
	float: left;
	margin:0; padding:0;
}
.marqueeleft li {
	float: left;
	margin: 0 5px;
	display: inline;
	width: 268px;
	height: 233px;
	overflow: hidden;
}
.marqueeleft li .pic {
	display: block;
	border: #ccc 1px solid;
	width: 255px;
	height: 204px;
	padding: 2px;
	overflow: hidden;
}
.marqueeleft li .txt {
	text-align: center;
	height: 23px;
	line-height: 23px;
}
.marqueeleft li .txt a {
	color: #ff9900
}
/*news*/
.zzsc {
	width: 100%;
	height: auto;
	margin:15px auto;
	background: #F0F2F3;
}
.zzsc .tab {
	overflow: hidden;
	background: #282828;
	border-bottom: 2px solid #ff9900;
}
.zzsc .tab a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 50%;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	float: left;
	text-decoration: none;
	color: #ff9900;
}
.zzsc .tab a:hover {
	border-bottom: 1px solid #ff9900;
	color: #349208;
	text-decoration: none;
}
.zzsc .tab a.on {
	color: #fff;
	background: #ff9900;
	text-decoration: none;
}
.zzsc .content {
	overflow: hidden;
	padding: 10px;
	width:100%;
}
.zzsc .content > ul {
	padding:0;
	margin: 0;
}
.zzsc .content li {
	display: none;
	list-style: none;
}
.news {
	margin-top: 30px;
}
.news_left {
	float: left;
	width: 30%;
}
.news_right {
	float: left;

	width: 70%;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 13px;
	color: #585657
}
.news_title a {
	font-size:16px;
	color: #1B1B1B;
	font-weight:bold;
}
.news_title a:hover {
	color: #c40002;
}
.news-list {
	border-bottom: 1px dashed #ccc;
	line-height: 2em;
	padding:10px 10px;
	height: auto;
	clear: both
}
.news-content {
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-content a {
	color: #666;
}
.news-day {
	float: right;
	width: 20%;
	text-align: right;
}
.news-day span {
	float: right;
	font-size: 1em;
	text-align: right;
}
/***********常见问题*/
.wt {
	width: 100%;
	border: 1px solid #eee;
	margin:15px auto;
}
.wt h1 {
	border-bottom: 1px solid #eee;
	padding: 0 10px;
	margin-top: 0px;
}
.wt h1 b {
	font: bold 14px/40px '宋体';
	border-top: 2px solid #ff9900;
	color: #ff9900;
	padding: 0 8px;
	margin-top: -1px;
	display: inline-block;
}
.list_lh {
	height: 380px;
	overflow: hidden;
}
.list_lh ul {
	padding: 0;
}
.list_lh li {
	padding: 10px 10px;
	height: auto;
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
.list_lh li span {
	padding: 0 10px;
	display: block;
	height: 30px;
	float: left;
}
.list_lh li a {
	color: #79787E
}
.list_lh li.lieven {
	background: #F0F2F3;
}
.list_lh li p {
	height: 24px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*footer*/
/*************底部**************/
.scroll {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 3px;
	bottom: 50px;
	cursor: pointer;
	background: url(../images/footer/top.png) bottom no-repeat;
	height: 42px;
}
.scroll:hover {
	background: url(../images/footer/top.png) top no-repeat;
	height: 42px;
}
.footer {
	background: #282828;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-top:20px;
}
.footer_link {
	padding-bottom: 20px;
	margin-top:20px;
	color: #545454;
}
.footer_zi {
	margin-top: 10px;
	text-align: center;
	padding: 5px 8px;
	float: left;
	border-right: 1px solid #ccc;
}
.link_a {
	margin-top: 17px;
	font-size: 12px;
}
.link_a a {
	margin-left: 30px;
	color: #545454;
}
.footer-con {
	width: 20%;
	float: left;
}
.footer_lx {
	border-radius: 6px;
	border: 1px solid #484848;
	color: #fff;
	font-size: 16px;
	padding: 5px 6px;
	margin: 0 auto;
	width: 130px;
	text-align: center;
}
.footer-menu {
	float: left;
	width: 47%;
	padding-left: 30px;
	color: #999;
}
.footer-menu p {
	line-height: 24px;
	margin: 0;
}
.footer-ewm {
	width: 20%;
	float: left;
}
.footer-ewm img {
	height: 120px;
}
.share {
	float: right;
	width: 13%;
	padding-top: 30px
}
.share span {
	float: left;
	line-height: 40px;
	font-size: 12px;
	color: #666;
}
.share a {
	float: left;
	display: block;
	margin-left: 12px;
}
.share img {
	width: 40px;
	display: block;
}
.copy{ background:#1C1C1C; line-height:40px; color:#999; text-align:center;}
/*******关于我们内页*****/
.weiz {
    font: 14px "Microsoft Yahei";
    height: 56px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    line-height: 56px;
    overflow: hidden;
}
.weiz .c_content {
    height: 56px;
    background:url(../images/main/weizhi.png) no-repeat left center;
    padding-left: 35px;
    width: 965px;
}
.weiz a {
    color: #666;
    padding: 0 5px;
}

.about_t {
    font-family: "Microsoft YaHei";
    line-height: 44px;
    height: 44px;
	margin-top:20px;
    overflow: visible;

	margin-bottom:10px;
    
}
.about_t h3 a {
    font-weight: 100;
    font-size: 24px;
    color: #ff9900;
}
.about_t h3 span {
    text-transform: uppercase;
    margin: 0 0 0 8px;
    font-size: 16px;
    color: #999;
    font-family: Arial;
}
.ny-about-jj h3{ padding:0; margin:0;}
.ny-about-jj{ color:#666;

    line-height: 33px;
    text-indent: 2em;}
/*******产品中心内页********/
 .p_title{ font-size:22px; color:#fff; background:#ff9900; line-height:55px; text-align:center;}
.aside-left2{ width:20%;  margin-top:20px; float:left; background:#f1f1f1;}
.aside-left2 ul{margin: 0;
	padding: 0;}
.aside-left2 ul li{ line-height:45px; list-style:none; margin:2px 0; font-size:0.96em; }
.aside-left2 ul li span{ padding:0 8px;}
.aside-left2 ul li a{ text-decoration:none; display:block; width:100%;  color:#333;}
.aside-left2 ul li a:hover{ background:#ff9900; color:#fff;}
.aside-left2 li ul li{ margin:0; text-align:left;line-height:40px; border-bottom: 1px dotted #BEBEBE; }
.aside-left2 li ul li a{ font-size:1em; padding-left:4%;font-family:Arial,'Times New Roman',"微软雅黑",SimHei; }
.aside-left2 li ul li a:hover{  color:#ff9900; background:none;}

.ul2{display: none;}
.pro_title{ cursor:pointer; background:#ff9900; color:#fff; font-size:1.2em}
.pro_title > .jia{ font-size:18px;  }

.pro_title:hover{ background:#ff9900; color:#fff;}
.pagingNav{padding:5px 10px; }

.pagingNav .uls{margin-top:30px; overflow:hidden;}

.pagingNav .uls a{float:left; margin-left:5px; padding:0 10px; height:28px; line-height:28px; color:#666; border:1px solid #ccc; text-decoration:none;float:left}
.pagingNav .uls a:hover , .pagingNav .uls a.cur{background-color:#f90; border-color:#f90; color:#fff;}
.pagingNav .uls .tBtn:hover{background-color:inherit; color:inherit; *background-color:transparent; *color:#666;}
/**********产品侧边导航end*/

.content{float: left;
	width: 80%;
	height:auto;
	padding-left:2%;
	margin-bottom:20px;
	margin-top: 26px; }
.pro_tu{ width:33.3%; float:left; padding:8px 8px;}
.pro_tu img{ width:272px; height:235px; border:1px solid #dedede}
.pro_tu p{ text-align:center;color:#373737; line-height:32px;}

/*图片缩放*/
.pro_fd .avatar {
    display: block;
    overflow: hidden;
    width: 100%;

}

.avatar img{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}
.avatar:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;	
	
}
/*图片缩放end*/
.pro_xq h3{ color:#f90; font-weight:bold;border-bottom:1px dotted #ccc; padding-bottom:15px; font-size:20px;}
.pro_xq p{ color:#666; padding:6px 0;}
.pro_xq  span{ padding:0px 10px;}
.pro-xq-title{ border-bottom:2px solid #ff9900; margin-top:20px; margin-bottom:8px;}
.pro-xq-title span{ display:block; height:35px; width:90px; color:#ff9900; background:#000; text-align:center; line-height:35px; }
.pro_xq_zi{ line-height:28px;}
/**********优势内页*********/
.ys_box{ width:100%; height:auto; padding-bottom:20px;}
.ys_box h2{ line-height:40px;}
.ys_left{ width:65%; float:left;}
.ys_right{ width:35%; float:left;}
.ys_left h2{ color:#282828; font-weight:bold; font-size:24px;}
.ys_list{  padding:10px 10px ; font-size:38px; background:#ff9900; margin-right:20px; color:#fff; }
.ys_left span > img{ width:128px; padding-right:18px;}
.ys_left p{ padding-left:58px; font-size:16px;}
.ys_left > img{ float:right; height:230px;}
.ys_d{ background:url(../images/main/ys_d.jpg) no-repeat center; display:block; width:10px; height:10px; float:left; margin:6px 10px;}

.ys_left2{ width:65%; float:right;margin-top:20px; text-align:right;}
.ys_right2{ width:35%; float:right;margin-top:20px;}
.ys_left2 h2{ color:#282828; font-weight:bold; font-size:24px;}
.ys_left2 span > img{ width:128px; padding-right:18px;}
.ys_left2 p{ padding-left:58px; font-size:16px; }
.ys_left2 > img{ float:left; height:230px;}
/*********新闻内页***********/
.news .newsleft .newslist li span{ float:right; font-size:12px; color:#989696; width: 77px;}
.news_ny { margin-top:10px;}
.news_ny img{ width:190px; height:120px;}
.news_zi { color:#909090;}
.news_ny_content{ margin-top:10px;}
.news_ny_content h3{ padding:0; margin:0;}
.news_ny_content h3 a{  color:#333}
.news_day{ color:#666; padding-top:8px;}
.news_xq_box{ width:100%; margin:20px 0;}
.news_xq h3{ color:#ff9900; text-align:center;}
.soure{  color:#666; border-bottom:1px dotted #ccc; padding-bottom:10px ; padding-top:20px;}
.soure span{ float:right;}
.soure span a{ color:#666;}
.soure span a:hover{ color:#ff9900;}
.news_xq_box p{ line-height:28px; color:#333; letter-spacing:1px;}
.xgwz{ background:#f1f1f1; padding-bottom:20px; margin-bottom:20px;}
.xgwz ul{ margin:0 20px; padding:0; margin-top:20px;}
.xgwz ul li{ border-bottom:1px dotted #ccc;}
.xgwz ul li a{ line-height:36px; color:#999;}

/******联系我们内页********/
.ctc_w {
    padding:42px 0 0;
    line-height: 32px;
    color: #666;
   
}
.contact-tu{ font-size:16px; border-bottom:1px dotted #ccc; padding-bottom:15px;}
.contact-tu span{ padding-right:10px; }
.contact-tu b{ color:#ff9900;}
 .iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.map_con{width:100%;height:350px;border:#ccc solid 1px; margin-bottom:30px;}

#page{padding-top:20px;padding-right:10px;clear:both;float:right;}
#page a{background: #F4FAFB;border: 1px solid #3C8DBC;color: #9CACAF;margin-right: 3px;display: block;float: left;padding: 3px 8px;text-decoration: none;}
#page span.page_current{background:#367FA9;color: #fff;font-weight: bold;display: block;float: left;padding: 4px 10px;margin-right: 3px;}