.text-justify {
	text-align: justify;
}
.text-center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.dis-inline-block {
	display: inline-block;
}
.fs18 {
	font-size: 18px;
}
.lh28 {
	line-height: 28px;
}
.lh90 {
	line-height: 90px;
}
.mt15 {
	margin-top: 15px;
}
.mt25 {
	margin-top: 25px;
}
.mt50 {
	margin-top: 50px;
}
.orange {
	color: rgb(222, 113, 98);
}
html, body, div, p, ul, ol, li, span {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0 auto;
	background: #ffffff;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 63px;
	line-height: 60px;
	border-bottom: 3px solid #bb8633;
	background: #2a2a2c;
	z-index: 10;
}
.header-contain {
	position: relative;
	width: 900px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background: #2a2a2c;
}
.header-contain * {
	vertical-align: top;
}
.header-contain img {
	vertical-align: middle;
}
.brandText {
    font-size: 20px;
    font-weight: bold;
    color: #bb8633;
    margin-right: 40px;
}
.nav-item {
    position: relative;
	display: inline-block;
	height: 100%;
	background: #2a2a2c;
	transition: all 0.2s linear;
}
.nav-item:hover {
	color: #ffffff;
	background: #bb8633;
}
.nav-item:hover>a {
	color: #ffffff;
}
.nav-item>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	text-decoration: none;
	color: #bb8633;
	font-size: 16px;
	padding: 0 14px;
}
.nav-item:hover .nav-sub {
    display: block;
}
.nav-sub {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 4px 0px;
    border: 1px solid #bb8633;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.nav-sub a {
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    padding: 0 6px;
    white-space: nowrap;
    color: #bb8633;
    box-sizing: border-box;
}
.nav-sub a:hover {
    background: #bb8633;
    color: #ffffff;
}
.operat-box {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
}
.operat-box a {
	display: inline-block;
	height: 62px;
	line-height: 62px;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	padding: 0 14px;
	color: #bb8633;
	transition: all 0.2s linear;
}
.operat-box a:hover {
	color: #ffffff;
	background: #bb8633;
}
/* 轮播图 */
.carousel {
	position: relative;
}
.swiper-container {
	width: 100%;
	height: 350px;
}
.carousel-img {
	width: 100%;
}
.carousel-banner01 {
    width: 100%;
    height: 100%;
    background: url(../images/business_msg/software/banner01.png) no-repeat center center;
}
.carousel-banner02 {
    width: 100%;
    height: 100%;
    background: url(../images/business_msg/software/banner02.png) no-repeat center center;
}
.carousel-banner03 {
    width: 100%;
    height: 100%;
    background: url(../images/business_msg/software/banner03.png) no-repeat center center;
}
/* 轮播图 */
.left-horn{
	bottom:-8px;
	left:-8px;
	position: absolute;

}
.right-horn{
	bottom:-8px;
	right:-8px;
	position: absolute;

}
    	.div-form {
	display: inline-block;
	position: absolute;
	right:15%;
	top:65px;
	background-color: #fff;
	width: 384px;
	height: 358px;
	z-index: 1;
}
.div-form-span{
	font-family: "MicrosoftYaHei", "Microsoft YaHei";
	font-size: 22px;
	color:#bb8633;
	display: inline-block;
	margin:25px 0 20px 30px;
}
.div-wine {
	 display: inline-block;
	 position: absolute;
	 top:15%;
	 left:15%;
}
.css-header{
	vertical-align: middle;
    padding-bottom: 10px;
	height:70px;
	background-color: #fff;
	border-bottom: 3px solid #ddad62;

}
.css-header span{
	font-family: "MicrosoftYaHei", "Microsoft YaHei";
	font-size: 23px;
	color:#bb8633;
}
.css-header-div{
	 position:absolute;
	 left:20%;
	 top:20px;

}

.form-box-div{
	-webkit-border-radius:3px ;
	-moz-border-radius:3px ;
	border-radius: 3px;
	height:42px;
	width:322px;
	border:1px solid #ccc;
	display: inline-block;
	margin: 5px 26px;
	padding-left:10px ;
}
.form-box-div input{
	height:40px;
	border:none;
	padding-left:35px;
    line-height: 40px;
	font-size: 16px;
}
.form-box-div img{
	width: 28%;
	height: 35px;
	cursor: pointer;
	margin-left:80px ;
	display:inline-block;
	border:1px solid #e8e8e8;
	-webkit-border-radius:3px ;
	-moz-border-radius:3px ;
	 border-radius:3px ;
	border-radius: 3px;
}
.css-input-first{
	background-image: url('../images/login/user_mini.png') ;
	background-repeat: no-repeat;
	background-position:left;
	width:270px;
}
.css-input-second{
	background-image: url('../images/login/pass_mini.png') ;
	background-repeat: no-repeat;
	background-position:left;
	width:270px;
}
.css-input-third{
	background-image: url('../images/login/very_mini.png') ;
	background-repeat: no-repeat;
	background-position:left;
	width:100px;
}
.form-box-btn{
	-webkit-border-radius:3px ;
	-moz-border-radius:3px ;
	border-radius: 3px;
	height:40px;
	width:332px;
	margin: 25px 27px;
    background-color: #ddad62;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 40px;
}
.product-bontain {
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}
.product-title {
	font-size: 22px;
	line-height: 60px;
}
.product-tilte-sub {
	font-size: 14px;
	line-height: 40px;
	color: #999999;
}
.product-item-contain {
	font-size: 0;
}
.product-item {
	display: inline-block;
	width: 280px;
	margin: 40px 10px 10px;
	font-size: 14px;
	color: #333333;
}
.product-item-text {
	line-height: 40px;
}
.footer {
	padding: 25px 0 30px 0;
	text-align: center;
	background: #bb8633;
	color: #ffffff;
	line-height: 30px;
}
.concat {
    width: 500px;
    margin: 0 auto;
    text-align: justify;
}
.totop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 30px;
	text-align: center;
	width: 54px;
	height: 54px;
	line-height: 60px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 24px;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
