﻿html {
	overflow-y: auto
}

body {
	font: 14px 微软雅黑;
	text-align: ;
	background: #fff;
	color: #333;
}

body, h3, p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body, form {
	position: relative
}

td {
	text-align: left
}

img {
	border: 0
}

a {
	color: #333;
	text-decoration: none;
	transition: all .4s;
}

a:active {
	color: #f60;
}

input {
	border: 0;
	padding: 0;
}

/*头部*/

.container {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	width: 500px;
	*float: left;
}

.top>div {
	display: inline-block;
	vertical-align: top;
}

.top>div {
	*display: inline;
}

.top_tell {
	width: 288px;
	float: right;
}

.top_tell>div img {
	float: left;
	margin-right: 18px;
}

.top_tell>div span {
	display: inline-block;
	vertical-align: top;
}

.top_tell>div span {
	*display: inline;
}

/*.top_tell>div span:nth-child(2){
	font-size: 16px;
	color: #5ca2fc;
}
.top_tell>div span:nth-child(3){
	font-size: 30px;
	color: #5ca2fc;
	font-weight: bold;
	margin-top: -8px;
}*/

.top_tell>div span {
	font-size: 16px;
	color: #5ca2fc;
}

.top_tell>div span+span {
	font-size: 30px;
	color: #2CA9FE;
	font-weight: bold;
	margin-top: -0px;
}

.top_tell p {
	font-size: 24px;
	color: #6abc8e;
	font-weight: bold;
}

/*头部end*/

/*导航*/

/* 轮播图 */

.single_banner {
	width: 100%;
	height: 550px;
	position: relative;
	cursor: pointer;
}

.single_banner img {
	position: absolute;
	top: 0;
	left: 0;
}

#banner:hover {
	transform: scale(1);
}

.single_banner .cut {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -103px;
}

.single_banner .cut i {
	float: left;
	width: 62px;
	height: 8px;
	margin: 0px 10px;
	cursor: pointer;
	display: block;
	background: #00a0e9;
}

#banner .show1 {
	background: #49af98;
}

/* 轮播图 */

.nav {
	height: 50px;
	background: #5ca2fc;
}

.nav_box {
	font-size: 0;
}

.nav_box>li {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	*width: 9.9%;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #49af98;
}

.nav_box>li {
	*display: inline;
}

.nav_box>li+li+li+li+li+li+li+li+li+li {
	border: none;
	background: #6abc8e;
}

.nav_box>li:last-child a {
	font-size: 20px;
	font-weight: bold;
}

.nav_box>li:last-child a:hover {
	background: none;
}

.nav_box li a {
	display: block;
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	transition: all 0.8s;
}

.nav_box li a:hover {
	background: #6abc8e;
	color: #fff;
}

.active {
	background: #6abc8e;
}

.nav_box li .sub-nav {
	position: absolute;
	top: 198px;
	list-style: none;
	background-color: #6abc8e;
	display: none;
	z-index: 2;
	padding: 6px 0;
	*margin-left: -60px;
}

.nav_box li .sub-nav li {
	text-align: center;
	clear: left;
	width: 142px;
	height: 35px;
	line-height: 35px;
	position: relative;
}

.nav_box li .sub-nav li a {
	height: 34px;
	line-height: 34px;
	width: 100%;
	padding: 0;
	font-size: 12px;
	display: inline-block;
	color: #fff;
}

.nav_box li .sub-nav li a:hover {
	color: #fff;
}

/*导航end*/

/*内页导航*/

.single_banner {
	position: relative;
}

.single_banner img {
	display: block;
	max-width: 100%;
}

.child_nav {
	position: absolute;
	bottom: 0;
	/*left: 50%;
	transform: translate(-50%,0);*/
	width: 100%;
	text-align: center;
}

.child_nav li {
	display: inline-block;
	padding: 0 8px;
}

.child_nav li {
	*display: inline;
}

.child_nav li a {
	padding: 12px 46px;
	display: block;
	font-size: 18px;
	color: #fff;
	background: #5ca2fc;
	font-weight: bold;
}

.child_nav li a:hover {
	background: #6abc8e;
}

.child_nav li .active {
	background: #6abc8e;
}

/*内页导航end*/

/*友情链接*/

.box ul li {
	display: block;
	float: left;
	width: 146px;
	height: 136px;
	margin: 8px;
	border: 3px solid #5ca2fc;
}

.box ul li div {
	height: 100px;
}

.box ul li p {
	font-size: 14px;
	background: #5ca2fc;
	color: #fff;
	padding: 4px;
	text-align: center;
}

.box {
	height: 136px;
	width: 2920px;
}

#box1, #box2 {
	float: left;
}

.wrap, .wrap1 {
	position: relative;
	width: 80%;
	height: 136px;
	overflow: hidden;
	margin: 30px 0;
}

.box, .box1 {
	position: absolute;
	left: 0;
}

.case_box .details {
	border-color: #5ca2fc;
	color: #5ca2fc;
}

.link_box {
	background: #f2f2f2;
}

.index_title {
	text-align: center;
	margin: 40px auto;
}

.index_title h3 {
	font-size: 40px;
	color: #000;
}

.index_title h3 span {
	color: #5ca2fc;
}

.index_title {
	font-size: 16px;
	color: #959595;
}

.link_title {
	padding: 36px 0 14px 0;
	margin: 0 auto;
	border-bottom: 2px solid #e0e0e0;
	position: relative;
}

.link_title em {
	position: absolute;
	width: 92px;
	height: 6px;
	background: #5ca2fc;
	display: inline-block;
	bottom: -3px;
	left: 50%;
	margin-left: -46px;
}

.link_wrap {
	width: 100%;
	margin: 0;
	padding-top: 30px;
	box-sizing: border-box;
}

.link_box li {
	height: 60px !important;
	border: none !important;
}

/*友情链接end*/

/*底部*/

.footer {
	background: #444444;
	padding: 30px 0;
}

.footer_box {
	font-size: 0;
}

.footer_box>div {
	display: inline-block;
	vertical-align: middle;
}

.footer_box>div {
	*display: inline;
}

.footer_box .left {
	width: 60%;
}

.footer_box .middle {
	width: 10%;
}

.footer_box .right {
	width: 30%;
	*width: 22%;
	padding-left: 80px;
	box-sizing: border-box;
}

.footer_box .left ul {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}

.footer_box .left ul {
	*display: inline;
}

.footer_box .left ul li h3 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

.footer_box .left ul li span {
	width: 36px;
	border-bottom: 1px solid #75b8b5;
	display: block;
	margin: 14px 0 10px 0;
}

.footer_box .left ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}

.footer_box .left ul li a:hover {
	color: #ec970c;
}

.footer_box .right span {
	font-size: 16px;
	color: #fff;
}

.footer_box .right em {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
}
.bottom1 {
	background: #fff;
	
	padding: 55px 0;
}
.bottom {
	background: #000;
	
	padding: 55px 0;
}


.bottom .content {
	width: 1000px;
	margin: 0 auto;
}

.bottom span {
	font-size: 14px;
	color: #fff;
	padding-right: 80px;
}

.bottom p {
	font-size: 14px;
	color: #fff;
	padding-top: 7px;
	text-align: center;
}

/*在线咨询*/

.izl-rmenu {
	position: fixed;
	right: 0;
	margin-right: 20px;
	bottom: 20px;
	padding-bottom: 20px;
	background: url(/images/r_b.png) 0px bottom no-repeat;
	z-index: 999;
}

.izl-rmenu .btn {
	width: 70px;
	height: 70px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}

.izl-rmenu .btn-qq {
	background: url(/images/r_qq.png) 0px 0px no-repeat;
	background-color: #6da9de;
}

.izl-rmenu .btn-sina {
	background: url(/images/r_sina.png) 0px 0px no-repeat;
}

.izl-rmenu .btn-qq:hover {
	background-color: #488bc7;
}

.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
	background: url(/images/r_qq.png) 0px 0px no-repeat;
	/*background-color:#6da9de;*/
	text-decoration: none;
	display: block;
}

.izl-rmenu a.btn-sina, .izl-rmenu a.btn-qq:visited {
	background: url(/images/r_sina.png) 0px 0px no-repeat;
	/*background-color:#6da9de;*/
	text-decoration: none;
	display: block;
}

.izl-rmenu .btn-wx {
	background: url(/images/r_wx.png) 0px 0px no-repeat;
	/*background-color:#78c340;*/
}

.izl-rmenu .btn-wxzx {
	background: url(/images/r_wxzx.png) 0px 0px no-repeat;
}

.izl-rmenu .btn-wx:hover {
	background-color: #58a81c;
}

.izl-rmenu .btn-wx .pic, .izl-rmenu .btn-wxzx .pic {
	position: absolute;
	left: -160px;
	top: 0px;
	display: none;
	width: 160px;
	height: 160px;
}

.izl-rmenu .btn-phone {
	background: url(/images/r_phone.png) 0px 0px no-repeat;
	/*background-color:#fbb01f;*/
}

.izl-rmenu .btn-phone:hover {
	background-color: #ec970c;
}

.izl-rmenu .btn-phone .phone {
	background-color: #ec970c;
	position: absolute;
	width: 160px;
	left: -160px;
	top: 0px;
	line-height: 70px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: none;
}

.izl-rmenu .btn-top {
	background: url(/images/r_top.png) 0px 0px no-repeat;
	/*background-color:#666666;*/
	display: none;
}

/*.izl-rmenu .btn-top:hover{border: 1px solid #ec970c;}*/