﻿.flexslider {
	width: 100%;
	height:auto;
	position: relative;
	overflow:hidden;
	background:url(../images/loading.gif) 50% no-repeat;
	min-width:1260px;
}
.slides {
	position:relative;
	z-index:1;
}
.slides li {
	height:auto;
}
.flexslider .slides img {
	width: 100%;
	height:auto;
	overflow:hidden;
}
.flex-direction-nav {
	position:absolute;
	z-index:3;
	width:100%;
	top:45%;
}
.flex-direction-nav li a {
	display:block;
	width:72px;
	height:72px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	background: url(../images/ico_sliding.png) no-repeat;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.flex-direction-nav li a.flex-prev {
	left:1%;
	background-position: 0 0;
}
.flex-direction-nav li a.flex-next {
	right:1%;
	background-position: 0 -72px;
}
/*热门搜索*/
.hotspot {
	background-color:#fff;
	box-shadow: 2px 3px 8px #ccc;
	padding:1% 0;
	height: 118px;
	position: relative;
	margin-top: -55px;
	z-index: 11;
}
.hotspotleft {
	width: 48%;
	float: left;
	margin-left: 4%;
}
.hotspotleft span {
	font-size: 14px;
	color: #666;
	font-weight: 700;
	display: block;
}
.hotspotleft a {
	display: block;
	float: left;
	padding:0.5% 1.2%;
	border:1px solid #d7d5d6;
	margin-right: 8px;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	transition:0.5s;
}
.hotspotleft a:hover {
	color: #fff;
	background-color:#ff9b2b;
}
.hotspotright {
	width: 40%;
	float: right;
	padding-right: 4%;
	border-left: 1px dashed #d7d5d6;
}
.hotspotright .ewm {
	text-align: center;
	margin-left: 5%;
}
.hotspotright .ewm dl {
	width: 140px;
	float: left;
	display: block;
}
.hotspotright .ewm dl dt {
	width: 140px;
	text-align: center;
}
.hotspotright .ewm dl dt img {
	width: 100px;
	height: 100px;
	display:block;
	margin:0px auto;
}
.hotspotright .ewm dl dd {
	font-size: 14px;
	color: #939393;
	padding-top: 5px;
}
.hotsphone {
	float: right;
	margin-top: 3%;
}
.hotsphone p {
	font-size: 18px;
	color: #666;
	text-align: right;
}
.hotsphone em {
	font-size: 14px;
	color: #666;
	display: block;
	text-align: right;
}
.hotsphone .fphone {
	font-size: 30px;
	color: #f7931b;
	display: block;
	background: url(../images/ico1.png) no-repeat;
	padding-left:35px;
	height: 30px;
	line-height: 30px;
	margin-top:35px;
	float: right;
}
/*推荐产品*/
.index-seopro {
	padding:65px 0 75px;
}
.index-seopro-title {
	text-align:center;
	position:relative;
	top: -200px;
	opacity: 0;
}
.index-seopro-title em {
	font-size:28px;
	line-height:60px;
	color:#222;
	font-weight:700;
	letter-spacing:2px;
}
.index-seopro-title em i {
	color:#009fe0;
	font-size:28px;
}
.index-seopro-title p {
	font-size:15px;
	line-height:35px;
}
.index-seopro-title.current {
	top:0;
	opacity: 1;
}
.index-seopro-content {
	padding-top:40px;
}
.index-seopro-content li {
	float:left;
	width:23.5%;
	margin-right: 2%;
	background:#eee;
	border-radius:8px;
	transition:.5s;
	margin-top:15px;
	position:relative;
	overflow:hidden;
}
.index-seopro-content li:last-child {
	margin-right: 0;
}
.index-seopro-content li p {
	position:absolute;
	left:15px;
	opacity: 0;
	top:-200px;
	z-index:5;
	width:80%;
	height:190px;
	padding:5%;
	background:url(../images/icon1.png);
	transition:.5s;
	color:#eee;
	line-height:22px;
}
.index-seopro-content li:hover p {
	top:13px;
	opacity: 1;
}
.index-seopro-content li a {
	display:block;
	padding:5%;
	position: relative;
	width: 90%;
}
.index-seopro-content li:hover {
	background:#009fe0;
	margin-top:5px;
	margin-bottom:10px;
	box-shadow:0px 0px 14px #aaa;
}
.index-seopro-content li a img {
	width:100%;
}
.index-seopro-content li a span {
	color:#333;
	line-height:45px;
	text-align:center;
	display:block;
	font-size:16px;
}
.index-seopro-content li:hover a span {
	color:#fff;
}
/*推荐产品*/
.index-tjpro {
	padding:50px 0;
	background:url(../images/bg1.jpg) repeat;
	min-width:1260px;
}
.index-tjpro-class {
	width:250px;
}
.index-tjpro-class .hprolist {
	background:#f4f4f4;
	padding-bottom: 10px;
}
.index-tjpro-class h3 {
	display:block;
	background:url(../images/probg.jpg) repeat;
	line-height:80px;
	color:#fff;
	font-size:24px;
	text-align:center;
}
.index-tjpro-class p {
	margin:15px;
	padding:0 15px 10px;
	border:1px #ddd solid;
}
.index-tjpro-class p em a {
	display:block;
	line-height:45px;
	font-size:17px;
	font-weight:700;
	color:#222;
}
.index-tjpro-class p span {
	display:block;
	width:50%;
	float:left;
	color:#666;
	line-height:28px;
}
.index-tjpro-class p span a:hover {
	background:url(../images/nav2.png) left no-repeat;
	color: #ff9b2b;
}
.index-tjpro-class p span a {
	padding-left:10px;
	background:url(../images/nav1.png) left no-repeat;
}
.index-tjpro-class .hprophone {
	background: url(../images/hpmore.png) bottom right no-repeat;
	padding:15px;
	color:#fff;
	line-height:24px;
}
.index-tjpro-class .hprophone i {
	font-size:22px;
	display:block;
	line-height:45px;
}
.index-tjpro-rig {
	width:990px;
}
.index-tjpro-rig-tit {
	margin-left:15px;
	height:50px;
	line-height:50px;
	background:#eee;
	padding:0 15px;
	border-bottom:1px #ddd solid;
	border-top-right-radius:20px;
}
.index-tjpro-rig-tit a {
	float:right;
	color:#999;
}
.index-tjpro-rig-tit em {
	font-size:19px;
	font-weight:700;
	background:url(../images/arrow.gif) left no-repeat;
	padding-left:18px;
	color:#222;
}
.index-tjpro-rig-content {
	padding-top:20px;
}
.index-tjpro-rig-content li {
	width:315px;
	margin-left:15px;
	overflow:hidden;
	float:left;
	display:inline;
	margin-bottom:20px;
	background:#fff;
	transition:.5s;
}
.index-tjpro-rig-content li:hover {
	box-shadow:0px 0px 15px #aaa;
}
.index-tjpro-rig-content li .limg {
	height:211px;
	overflow:hidden;
}
.index-tjpro-rig-content li .limg img {
	width:100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.index-tjpro-rig-content li:hover .limg img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.index-tjpro-rig-content li span a {
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #009fe0;
	line-height:45px;
	display:block;
	transition:.5s;
}
.index-tjpro-rig-content li:hover span a {
	background-position: right 20px top 24px;
}
/**简介**/
.index-about {
	padding:66px 0;
	background: url(../images/abg2.jpg) bottom center no-repeat;
}
.index-about-con {
	width:48%;
	color:#333;
	position: relative;
}
.index-about-con em {
	font-size:24px;
	line-height:75px;
	font-weight:700;
}
.index-about-con p {
	padding:7px 0;
	font-size:15px;
	line-height:27px;
	color:#666;
	margin-bottom:5px;
}
.index-about-con a {
	padding:12px 125px 12px 35px;
	background:url(../images/icon01.png) #fff right 20px center no-repeat;
	transition:.5s;
	float: right;
	margin-top: 26px;
	position: relative;
	z-index: 999;
}
.index-about-con a:hover {
	background:url(../images/icon01.png) #fff right 30px center no-repeat;
	color:#f7931b;
	border-radius: 30px;
}
.index-about-phone .fphone {
	font-size: 30px;
	color: #fff;
	display: block;
	background: url(../images/ico1.png) no-repeat;
	padding-left:35px;
	height: 30px;
	line-height: 30px;
	margin-top:35px;
	float: left;
}
.aico {
	display: block;
}
.index-about-img {
	width:47%;
}
.index_focus {
	position: relative;
	width: 100%;
	height: 400px;
	text-align: center;
}
.index_focus .bd li {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.index_focus .bd li img {
	width: 100%;
	height: auto;
	display: block;
}
.index_focus_post {
	z-index: 10;
}
.index_focus .slide_nav {
	position: absolute;
	right:20px;
	bottom: 20px;
	z-index:80;
}
.index_focus .slide_nav li {
	width: 9px;
	height: 9px;
	float: left;
	margin:0 3px;
	background-color: #666;
}
.index_focus .slide_nav a {
	cursor:pointer;
	width: 100%;
	height: 100%;
	display: block;
}
.index_focus .slide_nav li:hover, .index_focus .slide_nav .on {
	text-decoration: none;
	background-color: #f7931b;
}
/**应用领域**/
.index-lingyu {
	padding:35px 0 50px 0;
}
.index-lingyu-title {
	text-align:center;
}
.index-lingyu-title em {
	font-size:28px;
	line-height:60px;
	color:#222;
	font-weight:700;
	letter-spacing:2px;
}
.index-lingyu-title em i {
	color:#009fe0;
	font-size:28px;
}
.index-lingyu-title p {
	font-size:15px;
	line-height:35px;
}
.lingyu-content {
	width: 100%;
	position: relative;
	clear: both;
}
.lingyu-content img.fl, .lingyu-content img.fr {
	width: 50%;
}
.lingyu-info {
	width: 48%;
	padding-top:10px;
}
.lingyu-info em {
	display:block;
	line-height:50px;
	margin:0px 20px 0;
	color:#009fe0;
	border-bottom:2px #009fe0 solid;
	font-size:20px;
	padding:0 5px;
	font-weight:700;
}
.lingyu-info p {
	display:block;
	margin:8px 20px;
	font-size:14px;
	line-height:22px;
}
.lingyu-info p i {
	display:block;
	font-weight:700;
	line-height:30px;
	color:#222;
}
.lingyu-info p a {
	float:left;
	width:30%;
	background:url(../images/nav1.png) left no-repeat;
	padding-left:3%;
	transition:0.5s;
}
.lingyu-info p a:hover {
	background:url(../images/nav2.png) left no-repeat;
	color: #ff9b2b;
}
div.lingyu-info1 {
	padding-top: 0;
}
.lingyu-info p.last_a a {
	margin-top:15px;
}
/**news**/
.index-news {
	padding:50px 0;
	background:url(../images/bg1.jpg) repeat;
	min-width:1260px;
}
.hnewsleft {
	float: left;
	width: 705px;
}
.hnewsright {
	float: right;
	width: 520px;
}
.nlefttit {
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #009fe0;
}
.nleftbtn {
	width:326px;
	height: 46px;
	line-height: 46px;
	float: left;
}
.nleftbtn a {
	width: 163px;
	height: 46px;
	display: block;
	float: left;
	font-size: 22px;
	color: #009fe0;
	text-align: center;
}
.nleftbtn a:hover, .nleftbtn a.newson {
	background: url(../images/nbtn.png) no-repeat;
	color: #fff;
}
a.nl_more {
	float: right;
	transition:0.5s;
	width: 66px;
	height: 13px;
	background: url(../images/nmore.jpg) no-repeat;
	position: relative;
	top:38px;
	transition: 0.5s;
}
a.nl_more:hover {
	top:35px;
}
.newsCon {
	width: 100%;
	height: 380px;
	overflow: hidden;
	margin-top: 30px;
}
.hnl_list {
	width: 400px;
	height: 380px;
	overflow: hidden;
	float: right;
}
.hnl_list li {
	width: 100%;
	height:40px;
	line-height: 40px;
	position: relative;
	border-bottom: 1px dashed #ccc;
}
.hnl_list li a {
	font-size: 14px;
	color: #333;
	display: block;
	float: left;
	transition:0.5s;
	width: 285px;
	height: 40px;
	overflow: hidden;
	text-indent: 25px;
}
.hnl_list li span {
	font-size: 14px;
	color: #b2b2b2;
	display: block;
	float: right;
}
.hnl_list li i {
	width: 11px;
	height: 11px;
	background: url(../images/ico4.png) no-repeat;
	display: block;
	float: left;
	position: absolute;
	top:17px;
}
.hnl_list li em {
	width: 200px;
	height: 35px;
	line-height: 35px;
	float: left;
	background: url(../images/xian3.png) center repeat-x;
	display: block;
}
.hnl_list li a:hover {
	color: #009fe0;
	text-indent: 20px;
}
.hnl_list li:hover span {
	color: #009fe0;
}
.newsimgbox {
	width: 289px;
	height: 380px;
	overflow: hidden;
	float: left;
	position: relative;
}
.newsimgbox img {
	width: auto;
	height: 100%;
	transition:0.5s;
}
.newsimgbox:hover img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.newsimgbox span {
	display: block;
	background-color:rgba(0,0,0,0.8);
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	left:0;
	overflow: hidden;
}
.hnewsrbtn {
	width: 100%;
	height: 46px;
	border-bottom:1px solid #009fe0;
}
.hnewsrbtn span {
	display: block;
	float: left;
	width: 163px;
	height: 46px;
	background: url(../images/nbtn.png) no-repeat;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 46px;
}
.hnrightbox {
	width: 520px;
	overflow:hidden;
	position:relative;
	height: 385px;
	margin-top:30px;
}
.hnrightbox ul {
	list-style: none;
}
.hnrightbox li {
	cursor:pointer;
	margin-bottom:18px;
	background:none;
}
.hnrightbox span {
	background: url(../images/ico2.png) no-repeat left;
	padding-left: 40px;
	display: block;
	font-size: 16px;
	color: #333;
}
.hnrightbox a {
	font-size: 16px;
	color: #333;
	display: inline-block;
}
.hnrightbox a:hover {
	color: #009fe0;
}
.hnrightbox p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 480px;
	height: 55px;
	overflow: hidden;
	background: url(../images/ico3.png) 0 5px no-repeat;
	padding-left: 40px;
	margin-top: 3px;
}
.hnrightbox p a {
	float: right;
	display: inline-block;
	color: #f7931b;
}
.hnrightbox p a:hover, .hnrightbox li:hover a {
	color: #009fe0;
}
.hnrightbox ul {
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
	width:100%;
}








.content {
	width:1350px;
	overflow:hidden;
	margin:0 auto;
	max-width:1920px;
	position:relative
}
.title {
	overflow:hidden;
	margin:50px auto;
	background:url(../images/xx.png) no-repeat center bottom;
	padding-bottom:30px;
	text-align:center;
}
.title h3 {
	font-size:36px;
	font-weight:400;
	text-align:center;
	color:#333
}
.title i {
	color:#999;
	text-transform:uppercase;
	font-size:12px;
	margin: 6px auto;
	display:block;
}
.title p {
	color:#0f51bb;
	text-transform:uppercase;
	font-size:18px;
}
.ys {
	overflow:hidden;
	min-width:1200px;
}
.ys ul {
	overflow:hidden;
}
.ys ul li {
	float:left;
	width:25%;
	border:10px #fff solid;
	box-sizing:border-box;
	text-align:center;
	position:relative;
	background:#f1f1f1;
	padding-bottom:30px;
	border-radius:40px;
	overflow:hidden;
}
.ys ul li dd div {
	overflow:hidden;
	width:90px;
	height:90px;
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	left:0px;
	text-align:center;
	box-shadow:0 0 3px #ccc;
	font-size:36px;
	line-height:97px;
	text-align:center;
}
.ys ul li dd div img {
	width:70px;
	height:70px;
	margin:60px auto 0;
	transition:All .4s ease-in-out;
	-webkit-transition:All .4s ease-in-out;
	-moz-transition:All .4s ease-in-out;
	-o-transition:All .4s ease-in-out;
}
.ys ul li dd div p {
	font-size:30px;
	line-height: 50px;
	color:#fff;
}
.ys ul li h3 {
	overflow:hidden;
	font-size:24px;
	color:#d91314;
	margin:60px 0 12px
}
.ys ul li dt {
	overflow:hidden;
	font-size:18px;
	color:#555;
	text-align:center;
	line-height:28px;
	margin: 0 40px;
	height:60px;
	line-height:60px;
	border-bottom:1px #ccc dashed
}
.ys ul li:last-child {
	margin-right:0
}
.ys ul li:hover div img {
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg)
}
.ys ul li dd {
	width:100%;
	position:relative;
}
.ys ul li dd img {
	width:100%;
	height:100%;
}
.ys ul li:hover {
	background:#0f51bb
}
.ys ul li:hover dt, .ys ul li:hover h3 {
	color:#fff;
}
.x_banner {
	width:100%;
	height:210px;
	margin:50px auto 0;
	max-width:1920px;
	min-width:1200px;
	position:relative;
	overflow:hidden;
}
.x_banner img {
	position:absolute;
	left:50%;
	margin-left:-960px;
	top:0px;
}