@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
}

body {
    font-family: "Microsoft Yahei";
    background: #fff;
    min-width: 1263px;
}
h1 ,h2, h3, h4, h5, h6 {
	font-weight: normal;
}
i {
	font-style:normal
}
a {
	text-decoration: none;
}
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
a:focus{outline:none;}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/*头部*/
#header {
	width: 100%;
	height: 120px;
}
#header .header {
	
}
#header .right_top{

	margin-top:-30px;
}

#header .header .logo {
	float: left;
	margin-top: 22px;
}
#header .right {
	float: right;
	margin: 45px 0 0 0;
}
#header .right a {
	display: inline-block;
	color: #999;
	font-size: 12px;
	margin-left: 30px;
	padding: 0 0 0 30px;
	background: url(../images/icons.png) no-repeat;
}
#header .right a.c {
	background-position: 0px 0px;
}
#header .right a.e {
	background-position: 0px -24px;
}
#header .right .so {
	float: right;
	width: 185px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 20px 0 0 30px;
}
#header .right .so input {
	height: 24px;
	line-height: 24px;
	background: none;
	outline: medium;
}
#header .right .so .text {
	float: left;
	color: #999;
	font-size: 12px;
	width: 140px;
	padding: 0 5px;
}
#header .right .so .submit {
	float: right;
	width: 28px;
	background: url(../images/icons.png) no-repeat 3px -51px;
	border-left: 1px solid #ccc;
	outline:medium;
	cursor: pointer;
}

/*导航*/
#nav {
	width: 100%;
	height: 46px;
	background: #007fe9;
}
.nav > ul {
	width: 1200px;
	margin: 0 auto;
}
.nav > ul > li {
	float: left;
	font-size: 16px;
	line-height: 46px;
	cursor: pointer;
	position: relative;
}
.nav > ul > li > a {
	padding: 0 36px;
	color: #fff;
}
.nav > ul > li.on {
	background: #006bbd;
}
.nav > ul > li:hover .sub {
	display: block;
}
.sub {
	display: none;
	width: 100%;
	padding: 10px 0;
	background: #006bbd;
	position: absolute;
	top: 46px;
	left: 0px;
	z-index: 2;
}
.sub li {
	text-align: center;
}
.sub li:hover {
	background: #fff;
}
.sub li a {
	color: #fff;
}
.sub li:hover a {
	color: #006bbd;
}

/*banner*/
#banner {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}
#banner .banner {
	width: 1920px;
	height: 550px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.banner .hd {
	position: absolute;
	bottom: 20px;
	left: 900px;
	z-index: 2;
}
.banner .hd ul li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	text-indent: -99999px;
}
.banner .hd ul li.on {
	background: #006ac3;
}

/*标题*/
.product .title,.about .title {
	text-align: center;
}
.product .title p,.about .title p {
	color: #007fe9;
	font-size: 24px;
	line-height: 42px;
}
.product .title span,.about .title span {
	display: block;
	color: #9c9c9c;
	font-size: 18px;
	background: url(../images/title.png) no-repeat center;
}
/*推荐产品*/
.product {
	padding: 40px 0 80px;
}
.product .con .pro {
	position: relative;
	margin-top: 30px;
}
.product .con .pro .bd {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden; 
}
.product .con .pro .bd ul li {
	width: 320px;
	height: 252px;
	margin-right: 30px;
}
.product .con .pro .arrow {
	display: inline-block;
	width: 31px;
	height: 45px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 100px;
}
.product .con .pro .prev {
	left: 0px;
	background-position: left 0px;
}
.product .con .pro .prev:hover {
	background-position: -41px 0px;
}
.product .con .pro .next {
	right: 0px;
	background-position: right 0px;
}
.product .con .pro .next:hover {
	background-position: -79px 0px;
}

/*关于我们*/
.about {
	height: 407px;
	padding: 40px 0;
	background: url(../images/about_bg.jpg) no-repeat;
	overflow: hidden;
}
.about .con {
	margin-top: 30px;
}
.about .con .left {
	width: 520px;
	height: 300px;
	overflow: hidden;
	float: left;
	position: relative;
}
.about .con .left .hd {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 3;
}
.about .con .left .hd ul li {
	float: left;
	width: 20px;
	height: 5px;
	background: #007fe9;
	margin: 0 5px;
	cursor: pointer;
	text-indent: 99999999px;
}
.about .con .left .hd ul li.on {
	background: #ff5500;
}
.about .right {
	width: 650px;
	float: right;
}
.about .right h5 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
}
.about .right p {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	text-indent: 2em;
}
.about .right p a {
	color: #ff5500;
}
.about .right p a:hover {
	color: #007fe9;
	text-decoration: underline;
}

/*4大理由*/
.main {
	padding: 50px 0;
}
.heading {
	text-align: center;
}
.heading p {
	color: #333;
	font-size: 30px;
	font-weight: 700;
}
.heading i {
	display: block;
	color: #fff;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	margin: 5px 0 10px;
	background: url(../images/main_t_bg.png) no-repeat center;
}
.heading span {
	display: block;
	color: #9c9c9c;
	font-size: 18px;
	background: url(../images/heading_bg.png) no-repeat center;
}
.main .con {
	padding: 50px 0 30px;
	background: url(../images/main_conbg.jpg) no-repeat center bottom;
}
.main .con .fl {float: left;}
.main .con .fr {float: right;}
.main .con .con_con {
	padding: 50px 0;
}
.main .con .top1 {
	background: url(../images/main_conbg1.jpg) no-repeat center bottom;
}
.main .con .top2 {
	background: url(../images/main_conbg2.jpg) no-repeat center bottom;
}
.main .con .top3 {
	background: url(../images/main_conbg1.jpg) no-repeat center bottom;
}
.main .con_con .h {
	width: 640px;
}
.main .con_con .number {
	height: 60px;
	line-height: 50px;
	padding-left: 100px;
}
.top1 .number {
	background: url(../images/main_number.png) no-repeat 0px 0px;
}
.top2 .number {
	background: url(../images/main_number.png) no-repeat 0px -80px;
}
.top3 .number {
	background: url(../images/main_number.png) no-repeat 0px -160px;
}
.top4 .number {
	background: url(../images/main_number.png) no-repeat 0px -240px;
}
.main .con_con .number p {
	color: #007fe9;
	font-size: 30px;
	font-weight: 700;
	border-bottom: 1px solid #999;
}
.main .con_con .text {
	padding: 10px 0 0 100px;
}
.main .con_con .text p {
	color: #505050;
	font-size: 16px;
	line-height: 26px;
}

/*新闻中心*/
#news {
	padding: 40px 0;
}
.tit {
	height: 40px;
	color: #007fe9;
	font-size: 24px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}
.tit span {
	color: #666;
	font-size: 18px;
	margin-left: 10px;
}
.tit a {
	color: #333;
	font-size: 14px;
	line-height: 40px;
	float: right;
}
.tit a:hover {
	color: #007fe9;
}

.new {
	width: 700px;
	float: left;
}
.new .con dl {
	padding: 10px 0;
	border-bottom: 1px dashed #999;
}
.new .con dl .pic {
	float: left;
	margin-right: 10px;
}
.new .con dl dt a {
	color: #222;
	font-size: 16px;
}
.new .con dl dt a span {
	float: right;
	font-size: 14px;
}
.new .con dl dt a:hover {
	color: #007fe9;
}
.new .con dl dd {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	text-indent: 2em;
}
/*荣誉*/
.honor {
	width: 450px;
	float: right;
}
.honor .con ul li {
	float: left;
}


/*友情链接*/
#link {
	width: 100%;
	padding-bottom: 40px;
}
#link .link span {
	color: #007fe9;
	font-size: 18px;
	font-weight: 700;
}
#link .link a {
	color: #666;
	font-size: 14px;
	margin-right: 30px;
}
#link .link a:hover {
	color: #007fe9;
}

#footer {
	width: 100%;
	height: 230px;
	background: #262626;
}
.footer .ewm {
	float: left;
	margin-right: 150px;
}
.footer .list {
	float: left;
	margin-top: 20px;
	border-bottom: 1px solid #444;
}
.footer .list a {
	color: #ccc;
	font-size: 16px;
	line-height: 42px;
	margin-right: 55px;
}
.footer .list a:hover {
	color: #007fe9;
}
.footer .info {
	float: left;
	margin-top: 25px;
}
.footer .info p {
	color: #999;
	font-size: 12px;
	line-height: 36px;
}
.footer .info p a {
	color: #999;
}
.footer .info p span {
	margin-right: 35px;
}
.footer .fx {
	float: right;
	margin-top: 90px;
}
.footer .fx .bdsharebuttonbox a {
	display: inline-block;
	padding: 0px !important;
	width: 34px;
	height: 26px;
	margin: 0 10px;
	background: url(../images/fx.png) no-repeat;
}
.footer .fx .bdsharebuttonbox a.bds_weixin {
	background-position: 0px 0px;
}
.footer .fx .bdsharebuttonbox a.bds_tsina {
	background-position: -58px 0px;
}
.footer .fx .bdsharebuttonbox a.bds_sqq {
	background-position: -112px 0px;
}

/*浮动客服*/
.toolbar-item {
	background:url(../images/toolbar.png) no-repeat;
}
.toolbar {
	position:fixed;
	right:0px;
	top:210px;
	z-index: 99;
}
.toolbar-item {
	display:block;
	width:60px;
	height:60px;
	margin-top:1px;
	position:relative;
	-moz-transition:background-position 0.5s;
	-ms-transition:background-position 0.5s;
	-o-moz-transition:background-position 0.5s;
	-webkit-moz-transition:background-position 0.5s;
	transition:background-position 0.5s;
}
.toolbar-item:hover .toolbar-layer { 
	opacity:1;
	filter:alpha(opacity=300);
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}
/*.toolbar-item-zixun {
	background-position: 0px 0px;
}*/
.toolbar-item-zixun {
	background-position: 0px -81px;
}
/*.toolbar-item-liuyan {
	background-position: 0px -162px;
}*/
.toolbar-item-liuyan {
	background-position: 0px -243px;
}
/*.toolbar-item-app {
	background-position:0 -324px;
}*/
.toolbar-item-app {
	background-position:0 -405px;
}
/*.toolbar-item-weixin {
	background-position: 0px -486px;
}*/
.toolbar-item-weixin { 
	background-position:0 -567px;
}
/*.toolbar-item-feedback {
	background-position:0 -426px;
}*/
.toolbar-item-feedback {
	background-position:0 -488px;
}
/*.toolbar-item-top {
	background-position:0 -810px;
}*/

.toolbar-item-top {
	background-position:0 -891px;
}
.toolbar-layer {
	position:absolute;
	right: 65px;
	bottom: 10px;
	width: 180px;
	height: 380px;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	opacity:0;filter:alpha(opacity=0);
	transform-origin: 95% 95%;
	-moz-transform-origin: 95% 95%;
	-ms-transform-origin: 95% 95%;
	-o-transform-origin: 95% 95%;
	-webkit-transform-origin: 95% 95%;
	transform:scale(0.01);
	-moz-transform:scale(0.01);
	-ms-transform:scale(0.01);
	-o-transform:scale(0.01);
	-webkit-transform:scale(0.01);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.toolbar-layer img {
	width: 100%;
	height: 50%;
}
