﻿* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	vertical-align: top;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

input,
button,
select,
textarea {
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.contentBox {
	width: 100%;
	height: auto;
	min-width: 1200px;
}


/*顶部导航*/

.topBar {
	width: 100%;
	height: 80px;
	background-color: #111;
	color: #fff;
}

.intopBar {
	height: 100%;
	width: 1200px;
	/*overflow: hidden;*/
	margin: 0 auto;
}

.logo {
	height: 100%;
	width: 200px;
	float: left;
	display: block;
}

.logo img {
	margin: 10px 0 0 15px;
}

.ulbar {
	height: 100%;
	width: 800px;
	float: left;
}

.ulbar ul {
	height: 100%;
	/*overflow: hidden;*/
	line-height: 80px;
	text-align: center;
}

.ulbar ul li {
	float: left;
	height: 100%;
	padding: 0 18px;
}

.ulbar ul li a {
	color: #fff;
	line-height: 20px;
	display: inline-block;
	padding: 8px 5px;
	font-size: 16px;
}

.ulbar ul li.activeli a {
	border-bottom: 2px solid #0087fb;
	color: #0087fb;
}

.towbtn {
	height: 100%;
	width: 200px;
	float: left;
}

.towbtn a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
	width: 80px;
	float: left;
	color: #fff;
	border: 1px solid #fff;
	margin: 25px 0 0 15px;
}

.towbtn a:hover {
	background-color: #0087FB;
	color: #fff;
	border: #0087FB 1px solid;
}

.towbtn a.zc {
	border: 1px solid #0087FB;
	background-color: #0087FB;
}

.jiejue_rela {
	position: relative;
}

.jiejue {
	position: absolute;
	top: 80px;
	left: 0;
	background-color: #000000;
	display: none;
	z-index: 99;
	width: auto;
}

.contentBox .topBar .noborder {
	border-bottom: 0;
	display: block;
	background-color: #ffffff;
	color: #666;
	line-height: 40px;
	white-space: nowrap;
	padding: 8px 20px;
}

.contentBox .topBar .noborder:hover {
	color: #ffffff;
	background-color: #0087FB;
}


/*banner图*/

.banner {
	width: 100%;
	height: 596px;
	background-image: url(../img/chanpin/banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 1200px;

}

.banner_inner {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}



/*main区*/

.mainbox {
	width: 100%;
	height: auto;
}


/*box1*/

.box1 {
	overflow: hidden;
	margin: 0 auto;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.about {
	text-align: center;
	margin: 80px 0;
}

.yinhao_img {
	margin-left: 45px;
	margin-right: 60px;
}

.yinhao_wenzi {
	font-size: 16px;
	color: #333333;
}
.hei{
	font-weight: bold;
}
.p_t {
	margin-bottom: 14px;
	margin-top: 28px;
}
.p_t_1{
	margin-bottom: 14px;
	margin-top: 14px;
}
.p_b {
	margin-bottom: 100px;
}
h2 {
	color: #444;
	font-weight: 400;
}

.title_box1 {
	margin-top: 43px;
	text-align: center;
	line-height: 78px;
	font-size: 30px;
}

.con_box1 {
	margin-top: 43px;
	text-align: center;
	line-height: 32px;
	width: 900px;
	margin: 0 auto;
	font-size: 18px;
	color: #666;
}

.box1_b {
	width: 1200px;
	margin: 105px auto;
	overflow: hidden;
	padding-left: 37px;
	box-sizing: border-box;
	margin-top: 105px;
}

.img_box {
	height: 100%;
	text-align: center;
	float: left;
	margin-right: 138px;
}
.img_box:hover img{
	transition: -webkit-transform 1.2s;
	-webkit-transform:rotate(360deg);
}

.last_imgbox {
	margin-right: 0;
}

.img_box img {
	margin-bottom: 30px;
}

.img_box p {
	font-size: 20px;
	color: #666666;
}




/*box2*/
.box{
	width: 100%;
	overflow: hidden;
}
.clear {
	clear: both;
}

.box2 {
	background-color: #ecf6fe;
}

.box2 .about {
	margin: 80px 0 60px 0;
}

.box2_1 {
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
}

.box2_1_l:hover,
.box2_1_r:hover {
	box-shadow: 6px 6px 8px #cde7fe;
}

.box2_1_l,
.box2_1_r {
	width: 580px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	height: 180px;
	background-color: #ffffff;
}

.box2_1_l {
	margin-right: 40px;
}

.small_img {
	width: 27%;
	padding-top: 50px;
	box-sizing: border-box;
	text-align: center;
}

.small_wenzi {
	width: 73%;
	box-sizing: border-box;
	padding-right: 30px;
}

.small_pt {
	font-weight: 600;
	font-size: 20px;
	color: #33333;
	margin-top: 30px;
	margin-bottom: 20px;
}

.small_pt span {
	color: #0087fb;
}

.small_pb {
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}

.box2_3 {
	margin-bottom: 90px;
}
/*管理导航*/
.zhanwei{
	height: 142px;
}
.eightbox {
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
	background-color: #0087fc;

}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
}

.eightbox .et {
	height: 100%;
	width: 14.28%;
	text-align: center;
	float: left;
	padding: 5px 0;
	position: relative;
}
.et:hover{
	cursor: pointer;
}
.sanjiao{
	position: absolute;
	left: 77px;
	bottom: -25px;
}

.eightbox .et p {
	margin: 15px 0 0 0;
	font-size: 16px;
		color: #ffffff;
}
.dianji{
	display: none;
}




/*box3*/
.outbox {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 40px 0;
	overflow: hidden;
}


/*瞄点一*/

#con1 {
	width: 100%;
	padding-bottom: 50px;
}

.con1 {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.titimg {
	padding-top: 70px;
	text-align: center;
	padding-bottom: 40px;
}

.con1 .p_info {
	padding: 0 0 50px 0;
	font-size: 16px;
	line-height: 2em;
	color: #666;
	text-indent: 2em;
	text-align: left;
}

.threebox {
	padding: 30px 30px 0px 30px;
	width: 304px;
	height: 360px;
	margin-right: 54px;
	float: left;
	text-align: center;
	background-color: #f6f7fb;
	
}

.yinying:hover{
	box-shadow: 0px 1px 20px #ddd;
}

.middelbox {
	padding: 0;
	width: 364px;
	height: 401px;
	background-color: transparent;
}

.middelbox .middel_img {
	width: 364px;
}

.threebox .tit {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
}

.threebox .icon {
	margin-bottom: 40px;
}

.threebox .guan_fen {
	font-size: 16px;
	color: #666;
	text-align: left;
	line-height: 2em;
}
/*瞄点二*/

#con2 {
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
}

.con2 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.touying{
	overflow: inherit;
}
.suoxiao{
	/*width: 280px;*/
}
.con2 .l {
	width: 50%;
	float: left;
}

.con2 .r {
	width: 50%;
	float: right;
	padding-left:35px;
	box-sizing: border-box;
}

.top_text {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 25px 0 20px 0;
}

.nr {
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	line-height: 1.5em;
}

.con2 .ll {
	width: 50%;
	float: right;
}

.con2 .ll img {
	margin: 0px 0 0 140px;
}

.con2 .rr {
	width: 50%;
	float: left;
}
.juzhong{
	margin-top: 40px;
}
.juzhong2{
	margin-top: 65px;
}.juzhong3{
	margin-top: 90px;
}
/*box4*/
.box4{
	width: 100%;
	height: 495px;
	background-color: #4087fd;
	background-image: url(../img/chanpin/掌秀ERP.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 1200px;
}
.wenzi_t{
	padding: 88px 0 25px 0;
	font-size: 20px;
	color: #FFFFFF;
}
.wenzi_b{
	line-height: 28px;
	font-size: 16px;
	color: #FFFFFF;
}
.xiazai{
	margin-top: 45px;

}
.phone{
	float: left;
	margin-right: 35px;
}
.anzhuo{
	margin-bottom: 20px;
}


.inbannerBox {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.inbannerBox .abtn {
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	cursor: pointer;
	margin: 390px auto 0 auto;
	width: 260px;
	height: 58px;
	text-align: center;
	color: #0087fb;
	line-height: 58px;
	border: 1px solid #fff;
	background: #fff;
	font-size: 18px;
	border-radius: 3px;
}

.inbannerBox .abtn:hover {
	background-color: #0087fb;
	color: #FFFFFF;
	border: 1px solid #0087fb;
	
}