@charset "UTF-8";
/*-- header -- 导航  ------------------------- */
.ht-docs-nav {
	background:#fefefe;
    margin: 0;
    border-bottom-color: #E4E9F0;
}

.hiti-logo{
	height:40px;
	width:250px;
	margin-top:20px;
	background: url("http://www.hitisoft.com/cite/images/hiti-logo.png") 0 0 no-repeat;
}

.ht-navbar-nav > li{
	height:70px;
}
.ht-navbar-nav > li > a{
	height:71px;
	line-height:45px;
	color: #19a6db;
    font-size:15px;
    font-weight: 600;
    transition: all 200ms ease-out 50ms;
}

.ht-navbar-nav > li.active > a{
	background:#19a6db;
	color:#fff;
}
.ht-navbar-nav > li > a:hover{
	/* background:#19a6db; */
	background:none;
	color:#cee3ea;
}
.navbar-right{
	margin-right: 0px;
	margin-top:20px;
}


.ht-docs-nav.bg-blue{
	background: none repeat scroll 0 0 #1a8fb4;
	color:#fefefe;
}
.bg-blue .hiti-logo{
	background: url("http://www.hitisoft.com/cite/images/logo.png") 0 0 no-repeat;
}

.bg-blue .ht-navbar-nav > li > a{
	color: #cee3ea;
}
.bg-blue .ht-navbar-nav > li.active  > a{
	background:#19a6db;
	color:#fff;
}
.bg-blue .ht-navbar-nav > li > a:hover{
	background:none;
	color:#fff;
}

/* header */
header {
	position: absolute;
	z-index: 999;
	color: #ccc;
	width: 100%;
}

header.fixed {
	position: fixed;
	height: 70px;
	z-index: 999;
}

header .logo {
	position: absolute;
	top: 30px;
	left: 70px;
	width: 180px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed .logo {
	position: fixed;
	top: 16px;
	width: 140px
}
header .logo img{
	width:100%;
	height:100%;
}

header nav.menu {
	margin: 36px 0 0 300px;
	width:600px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed nav.menu {
	margin: 22px 0 0 285px;
	width:500px;
}

header nav.menu ul li {
	margin: 0 12px;
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed nav.menu ul li {
	margin: 0 10px;
	font-size: 16px;
}
header nav.menu ul li.active{
	/* border-bottom: 3px solid #00b0e3; */
}

header nav.menu ul li a {
	color: #f2f2f2;
	letter-spacing: 2px;
	cursor: pointer
}

header nav.menu ul li a:hover,header nav.menu ul li.active a {
	color: #00b0e3;
	text-decoration: none
}

header nav.menu .line {
	position: absolute;
	top: 0;
	display: none;
	width: 0;
	height: 3px;
	background-color: #00b0e3;
	font-size: 3px
}

header .hotline {
    position: absolute;
	top: 28px;
	right: 90px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed .hotline {
	position: fixed;
	top: 14px;
	right: 80px;
}

header .hotline span {
	color: #00b0e3;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 26px;
	font-family: Arial;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed .hotline span {
	font-size: 20px
}

header .hotline u {
	position: absolute;
	top: 35px;
	right: 230px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(/images/icons.png) no-repeat;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed .hotline u {
	top: 20px;
	right: 195px
}

header .hotline a {
	color: #00b0e3
}

header .menu-icon {
	position: fixed;
	top: 34px;
	right: 48px;
	z-index: 99;
	display: none;
	color: #00b0e3;
	font-size: 24px
}

header.fixed .menu-icon {
	top: 18px
}

header .menu-icon a {
	color: #00b0e3;
	text-decoration: none
}

header .menu-icon span {
	margin-left: 15px;
	opacity: .5;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: .5;
	-ms-transition: all .3s ease-in-out 0s
}

header .menu-icon span.glyphicon-earphone {
	display: none
}

header .menu-icon span:hover,header .menu-icon span.active {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: 1;
	-ms-transition: all .3s ease-in-out 0s
}
header .bg {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	background: #111;
	opacity: .7;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-moz-opacity: .6;
	-ms-transition: all .2s ease-in-out 0s
}

header.fixed .bg {
	height: 60px
}
/*-- 导航结束 -- */

/* ---巨幕 ------------------------ */

section {
	position: relative;
	overflow: hidden
}
.video{
 -webkit-box-shadow:0 0 10px #ccc;  
   -moz-box-shadow:0 0 10px #ccc;  
   box-shadow:0 0 10px #ccc;  
  }
.video .swiper-container {
	
}

.video .swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
	height:610px;
	padding-top:120px;
	
}

.video .swiper-container .nth1 {
	background: url("http://www.hitisoft.com/cite/images/index.jpg") center center;
	background-size: cover;
	-moz-background-size: cover;
}

.video .swiper-container .nth1 .box {
	z-index: 2;
	position: relative;
	width: 100%;
	color:#fff;
}

.video .swiper-container .nth1 .box .top {
	z-index: 10;
	color: White;
	text-align: center;
	font-size: 40px;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s ease-in-out 0s
}

.video .swiper-container .nth1.active .box .top {
	font-size: 36px;
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth1 .box .mid {
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1200px;
	height: 106px;
	background: url(http://www.hitisoft.com/cite/images/app.png) no-repeat center center;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .3s ease-in-out 0s
}

.video .swiper-container .nth1.active .box .mid {
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth1 .box .bottom {
	z-index: 10;
	width: 100%;
	color: #f2f2f2;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out .3s;
	-moz-transition: all .6s ease-in-out .3s;
	-o-transition: all .6s ease-in-out .3s;
	transition: all .6s ease-in-out .3s;
	-moz-opacity: 0;
	-ms-transition: all .6s ease-in-out .3s
}

.video .swiper-container .nth1.active .box .bottom {
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth2 {
	background: url(http://www.hitisoft.com/cite/images/wallpaper1_2.jpg) 50% 20%;
	background-size: cover;
	-moz-background-size: cover
}

.video .swiper-container .nth2 .box {
	position: absolute;
	left: -350px;
	z-index: 10;
	text-align: right;
	-webkit-transition: left .6s ease-in-out 0s;
	-moz-transition: left .6s ease-in-out 0s;
	-o-transition: left .6s ease-in-out 0s;
	transition: left .6s ease-in-out 0s;
	-ms-transition: left .6s ease-in-out 0s
}

.video .swiper-container .nth2 .box span {
	color: White;
	font-size: 36px
}

.video .swiper-container .nth2 .box i {
	display: block;
	margin: 10px 0 8px 0;
	width: 320px;
	height: 65px;
	background: url(http://www.hitisoft.com/cite/images/words.png) no-repeat 0 -72px
}

.video .swiper-container .nth2 .box p {
	margin: 0;
	color: #ccc;
	font-size: 16px;
	line-height: 25px
}

.video .swiper-container .nth2 .shade {
	width: 100%;
	height: 2000px;
	background: #0b151a;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-ms-transition: all .5s ease-in-out 0s
}

.video .swiper-container .nth2.active .shade {
	width: 50%;
	opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75)
}

.video .swiper-container .nth3 {
	background: url(http://www.hitisoft.com/cite/images/wallpaper1_3.jpg) 50% center;
	background-size: cover;
	-moz-background-size: cover
}

.video .swiper-container .nth3 .box {
	position: relative;
	width: 100%
}

.video .swiper-container .nth3 .box .top {
	
	z-index: 10;
	color: White;
	text-align: center;
	font-size: 80px;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s ease-in-out 0s
}

.video .swiper-container .nth3.active .box .top {
	font-size: 36px;
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth3 .box .mid {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 358px;
	height: 66px;
	background: url(http://www.hitisoft.com/cite/images/words.png) no-repeat 0 -219px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .3s ease-in-out 0s
}

.video .swiper-container .nth3.active .box .mid {
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth3 .box .bottom {
	z-index: 10;
	width: 100%;
	color: #ccc;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out .3s;
	-moz-transition: all .6s ease-in-out .3s;
	-o-transition: all .6s ease-in-out .3s;
	transition: all .6s ease-in-out .3s;
	-moz-opacity: 0;
	-ms-transition: all .6s ease-in-out .3s
}

.video .swiper-container .nth3.active .box .bottom {
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth4 {
	background: url(http://www.hitisoft.com/cite/images/wallpaper1_4.jpg) 50% top;
	background-size: cover;
	-moz-background-size: cover
}

.video .swiper-container .nth4 .box {
	position: relative;
	width: 100%
}

.video .swiper-container .nth4 .box .top {
	position: relative;
	top: -100px;
	z-index: 10;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	-moz-opacity: 0;
	-ms-transition: all .3s linear 0s
}

.video .swiper-container .nth4.active .box .top {
	top: 0;
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth4 .box .top span {
	color: White;
	font-size: 36px
}

.video .swiper-container .nth4 .box .top i {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	width: 242px;
	height: 64px;
	background: url(http://www.hitisoft.com/cite/images/words.png) no-repeat 0 -147px
}

.video .swiper-container .nth4 .box .bottom {
	position: relative;
	top: 100px;
	z-index: 10;
	margin-top: 15px;
	width: 100%;
	color: #ccc;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	opacity: 0;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	transition: all .5s linear 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s linear 0s
}

.video .swiper-container .nth4.active .box .bottom {
	top: 0;
	opacity: 1;
	-moz-opacity: 1
}

.video .swiper-container .nth4 .box .bottom u {
	margin: 0 5px;
	color: #00b0e3;
	text-decoration: none
}

.video .innerBox {
	position: absolute;
	bottom: 40px;
	z-index: 10;
	width: 100%
}

.video .innerBox .news {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 400px
}

.video .innerBox .news span {
	float: left;
	margin: 1px 15px 0 0;
	color: #00b0e3;
	font-weight: bold
}

.video .innerBox .news ul {
	float: left
}

.video .innerBox .news ul li a {
	color: #ddd
}

.video .innerBox .news a.more {
	float: right;
	margin-top: -3px;
	border-bottom: 1px dotted #00b0e3;
	color: #00b0e3;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s
}

.video .innerBox .news a.more:hover {
	color: White;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out 0s;
	-moz-transition: color .3s ease-in-out 0s;
	-o-transition: color .3s ease-in-out 0s;
	transition: color .3s ease-in-out 0s;
	-ms-transition: color .3s ease-in-out 0s
}

.video .innerBox .guide {
	margin: 0 auto;
	margin-bottom: 80px;
	width: 200px
}

.video .innerBox .guide a {
	float: left;
	display: block;
	margin: 0 5px;
	width: 40px;
	height: 3px;
	background: White;
	font-size: 3px;
	cursor: pointer
}

.video .innerBox .guide a.active {
	background: #00b0e3
}

.video .innerBox a.movedown {
	z-index: 99;
	display: block;
	margin: 0 auto;
	width: 47px;
	height: 47px;
	background: url(http://www.hitisoft.com/cite/images/icons.png) no-repeat 0 -60px;
	cursor: pointer
}

.video .innerBox a.movedown:hover {
	background: url(http://www.hitisoft.com/cite/images/icons.png) no-repeat 0 -112px
}


.video .innerBox {
	position: absolute;
	top: 220px;
	z-index: 10;
	width: 100%
}

.video .innerBox .guide {
	margin: 0 auto;
	margin-bottom: 80px;
	width: 200px
}

.video .innerBox .guide a {
	float: left;
	display: block;
	margin: 0 5px;
	width: 40px;
	height: 3px;
	background: White;
	font-size: 3px;
	cursor: pointer
}

.video .innerBox .guide a.active {
	background: #00b0e3
}

/* --巨幕  结束 --*/
/*  */
section.business {
	height:600px;
}

.business .box {
	
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}
.business .ht-title{
	margin:20px 0;	
}
.business .box ul.items {
	margin: 0 auto;
	margin-top: 60px
}
.business .box ul.items li {
	position: relative;
	overflow: hidden;
	margin: 0 20px;
	width: 240px;
	height: 300px;
	text-align:center; 
}
.business .box ul.items li i {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 43px;
	height: 69px;
	font-size:60px;
	color:#00b0e3;
}
.business .box ul.items li.pc i {
	width: 69px;
	background: url(http://www.hitisoft.com/cite/images/words.png) no-repeat -245px -357px
}

.business .box ul.items li.mobi i {
	width: 64px;
	background: url(http://www.hitisoft.com/cite/images/words.png) no-repeat -416px -291px
}

.business .box ul.items li.sys i {
	width: 76px;
	background: url(http://www.hitisoft.com/cite/images/words.png) no-repeat -415px -362px
}

.business .box ul.items li.app i {
	width: 74px;
	cursor: pointer;
	background: url(http://www.hitisoft.com/cite/images/words.png) no-repeat -244px -439px
}
.business .box ul.items li u {
     background: url("http://www.hitisoft.com/cite/images/business-all.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
    display: block;
    height: 156px;
    margin-left: 22px;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    width: 170px;
    
}
.business .box ul.items li:hover u{
	
}

.business .box ul.items li strong {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.business .box ul.items li strong span{
	color:#01b0e3;
}
.business .box ul.items li p{
	color:#6e6e6e;
	font-size:12px;
	line-height:2em;
}
/*--detail -- */
section.detail{
	height:620px;
	color:#fff;
	padding:5% 0;
	font-size:14px;
	background: url("http://www.hitisoft.com/cite/images/intro_background.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
/*  */

/*  */
section.cases {
	/* border-top: 1px solid #00b0e3; */
	background: url(http://www.hitisoft.com/cite/images/wallpaper4.jpg)no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

.cases .box {
	position: relative;
	height:600px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .caption {
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-opacity: 0;
	-ms-transition: all .5s ease-in-out 0s
}

.cases.active .box .caption {
	opacity: 1;
	-moz-opacity: 1
}

.cases .box .caption i {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 129px;
	height: 37px;
}

.cases .box .caption span {
	padding-left: 10px;
	letter-spacing: 3px;
	font-size: 24px
}

.cases .box .swiper-container.items {
	position: relative;
	top: 700px;
	margin: 0 auto;
	margin-top: 60px;
	width: 1080px;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .8s ease-in-out 0s;
	-o-transition: all .8s ease-in-out 0s;
	transition: all .8s ease-in-out 0s;
	-ms-transition: all .8s ease-in-out 0s
}

.cases.active .box .swiper-container.items {
	top: 0
}

.cases .box .swiper-container.items .swiper-slide {
	float:left;
	margin: 0 10px;
	width: 340px;
	border-bottom: 2px solid #00b0e3;
	cursor: pointer
}

.cases .box .swiper-container.items .swiper-slide img {
	width: 340px;
	height: 200px
}

.cases .box .swiper-container.items .swiper-slide .shade {
	position: absolute;
	z-index: 10;
	margin-top: -200px;
	width: 340px;
	height: 200px;
	background: Black;
	opacity: .7;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide .shade u {
	display: block;
	margin: 0 auto;
	margin-top: 78px;
	width: 44px;
	height: 44px;
	background: url(http://www.hitisoft.com/cite/images/icons.png) no-repeat 0 -168px
}

.cases .box .swiper-container.items .swiper-slide p {
	position: absolute;
	z-index: 10;
	margin: 10px 20px;
	color: #999;
	font-size: 12px;
	font-family: Arial,"宋体";
	line-height: 26px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide p strong {
	color: #222;
	font-weight: normal;
	font-size: 16px;
	font-family: Arial,"微软雅黑";
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide .bg {
	width: 340px;
	height: 100px;
	background-color: #fff;
	opacity: .5;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide .bg u {
	position: absolute;
	display: block;
	margin-top: 150px;
	width: 340px;
	height: 100px;
	background-color: #2ed0b4;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide:hover .shade {
	margin-top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide:hover .bg {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide:hover .bg u {
	margin-top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide:hover p {
	/* color: White; */
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.items .swiper-slide:hover p strong {
	/* color: White; */
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s
}

.cases .box .swiper-container.mini,.cases .box .swiper-container.xs,.cases .box a.prev,.cases .box a.next {
	display: none
}

.cases .box a.more {
	position: relative;
	top: 700px;
	display: block;
	margin: 0 auto;
	margin-top: 120px;
	padding: 5px 0;
	width: 120px;
	border: 1px solid #00b0e3;
	color: #00b0e3;
	text-align: center;
	text-decoration: none;
	font-size: 26px;
	-webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s
}

.cases.active .box a.more {
	top: 0
}

.cases .box a.more:hover {
	background: #00b0e3;
	color: White
}
/*  */

/*-- footer -- 页尾  ------------------------- */
.footer{
	background-color: #202020;
	/* background-image:url("../images/index-bg.png") ; */
	font-size: 12px;
	color:#fff;
}
.foot-left{
	border-right: 1px solid #181818;
	background-color: #1b1b1b;
	float:left;
	padding:20px 60px;
}
.foot-left h1{
	margin-top:0px;
	margin-bottom:5px;
	font-size:40px;
	font-family:"Glyphicons Halflings";
}
.foot-left p span{
	font-size:12px;
	color:#888;
}
.foot-left p{
	margin:5px 0;
	font-family:"AR BONNIE";
	font-size:14px;
		color:#f2f2f2;
}
.foot-left i{
	
	display:block;
	background-image:url("http://www.hitisoft.com/cite/images/ic-pone.png");
	width:84px;
	height:84px;
	margin-top:20px;
	margin-left:-10px;
}

.foot-right{
	border-left: 1px solid #242424;
	height:100%;
	float:left;
	padding:20px 34px 0 34px;
}
.foot-right ul{
	margin-left:0px;
	padding:0px;
	color:#6b6767;
}
.foot-right li{
	padding:0 20px;
	line-height:10px;
	display: inline-block;
	border-left: 1px solid #606060;
}
.foot-right li a{
	color:#606060;
}
.foot-right li:first-child{
	border-left:none;
}
.foot-right .power{
	width:500px;
	margin:20px 0;
	padding:10px 20px;
	background-color:#1b1b1b;
	  border-radius: 22px;
}
.foot-right .power p{
	margin:0px;
	color:#545454;
}
.foot-right .address{
	margin:20px;
	font-size:13px;
	color:#909090;
}
.foot-right .address p{
	margin-bottom:15px;
}
.footer-nav {
    margin: 20px 0px;
}

.footer-title{
	padding:0px;
	margin:0px;
	height:35px;
}
.footer-nav li {
	line-height: 25px;
    list-style: none outside none;
}

.footer-nav a {
    color:  #fff;
    font-size: 12px;
    text-decoration: none;
}
.footer-nav a:hover, .footer-nav a:active, .footer-nav a:focus {
    color: #fff;
}
.footer-content {
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.footer-copyright p {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.footer-dimension h4{
	font-size:16px;
}
/*---页尾  结束--- */


/* --login--- 登录-------------------*/
.login-head-bg{
	background: url("http://www.hitisoft.com/cite/images/login-head-bg.jpg");
	height:252px;
	position:relative;
}
.login-head{
	height:252px;
	background: url("http://www.hitisoft.com/cite/images/login-head.jpg") center center no-repeat;
}
.login-bg{
	height:352px;
	
	background: url("http://www.hitisoft.com/cite/images/login-bg.jpg") center 0 no-repeat;
}
/* --登录结束-- */

/*-- title -- 标题 ----------- */
.ht-title h3 {
    color: #19a6db;
    font-size: 26px;
    line-height: 36px;
    padding: 15px 0 15px;
    text-align: center;
      margin: 0;
}
.ht-title h3 a {
    color: #19a6db;
}
.ht-title p {
  /*   background: none repeat scroll 0 0 #eee; */
    height: 1px;
    line-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ht-title p span {
    background: none repeat scroll 0 0 #19a6db;
    display: block;
    height: 1px;
    line-height: 1px;
    margin: 0 auto;
    overflow: hidden;
    width: 106px;
}
.ht-title em {
    color: #999999;
    display: block;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    font-style: normal;
    font-family:"Glyphicons Halflings"
}

.ht-intr{
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
	color:#1a8fb4;
	background:#fefefe;
}
.ht-intr p{
	 font-family: 'Glyphicons Halflings';
	 font-size:14px;
	 color:#8a8a8a;
}

.ht-agent-title {border-bottom-color: #E4E9F0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    display: block;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;}
.ht-agent-title h4 {
    border-bottom-color: #428BCA;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: #585F69;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 5px;
	font-size:20px;
}

.banle-text{
	margin-top:130px;
	color:#fff;
	text-align:center; 
}
.banle-text h3{
	font-size:30px;
	margin-bottom:20px;
}
.banle-text p{
	font-size:1.4em;
}
.banle-text p.lead{
	font-size:2.4em;
}

/* -- 标题结束 -- */

/* --product--产品介绍--------------- */
.ht-introduce{
	
}
.prod-body{
	padding:20px 0;
}
.prod{
	width:205px;
	height:235px;
	margin-left:20px;
	cursor:pointer;
	transition: all 300ms ease-out 100ms;
	background: url("http://www.hitisoft.com/cite/images/product.png") 0 0 no-repeat;
}
.prod-fos{
	background-position : -8px 0px;
}
.prod-fos:hover,.prod-fos.active{
	background-position : -8px -234px;
}
.prod-tms{
	background-position : -242px 0px;
}
.prod-tms:hover,.prod-tms.active{
	background-position : -242px -234px;
}
.prod-wms{
	background-position : -478px 0px;
}
.prod-wms:hover,.prod-wms.active{
	background-position : -478px -234px;
}
.prod-scm{
	background-position : -712px 0px;
}
.prod-scm:hover,.prod-scm.active{
	background-position : -712px -235px;
}
.prod-p{
	color:#777;
	padding:5px;
	font-size:12px;
}
.ht-product{
	
}
.ht-product-tilte{
	padding:20px 0;
	color:#fff;
	background:#1a8fb4;
}
.ht-product-item{
	padding:20px 0;
}
.ul-tab{
	margin:0;
}
.ul-tab li{
	text-align:center;
	width:19%;
	border-left: 1px solid #fff;
}
.ul-tab li a{
	font-size:18px;
	line-height:40px;
}

.ul-tab li:first-child{
	border-left: none;
}

.index-product-item>h4{
	font-weight: 700;
	font-size: 20px;
	color:#5e6f81;
}
.index-product-img{
	font-size:80px;
	height:100px;
}
.index-product-item>p{
	height:70px;
	font-size: 12px;
	color:#9c9c9c;
}
.product-detail{
	height:120px;
	background:#f2f2f2;
}
/* -- 产品介绍结束-- */
/* pod */
.pod-panel{
	position: relative;
	min-height: 350px;
}
.nav_left {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    height: 100%;
    padding: 0;
    top: 0;
    width: 190px;
    position: absolute;
    box-sizing: border-box;
   	border-right: 3px solid #5eb4ff;
    font-size: 16px;
}
.nav-header{
	 margin: 42px 0 20px;
}
.nav-left-list{
	margin: 0 0 40px;
    padding: 0;
}
.nav-left-list > li {

   border-bottom: 1px solid #eaeaea;
}
.nav-left-list > li.active{
	border-left:4px solid #5eb4ff;
}
.nav-left-list > li a{
    padding: 16px;
	display: block;
	font-size: 16px;
	color:#373737;
	cursor:pointer;
}
.nav-left-list > li a:hover{
	color:#5eb4ff;
}
.pod-right{
	margin-left:190px;
}
.pod-body{
	 background-color:#f1f1f1;
}
.pod-peanl{
	padding:20px 0;
	margin-top:20px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background:#fff;
}
.pod-peanl.first{
	margin-top:0;
	border-top:none;
}
.pod-side{
	float: left;
    margin: 0;
    min-height: 12em;
    padding: 3em 4%;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 50%;
}
.pod-text{
	margin-top:40px;
}
.pod-text p{
	line-height:25px;
}
.pod-text h3{
	margin:20px 0;

}
.pod-side.right{
	text-align:right;
}
.pod-img-fos{
	width:100%;
	height:340px;
	position: relative;
	background: url("http://www.hitisoft.com/cite/images/product/pod-fos.jpg") 0 0 no-repeat;
}
.pod-img-fos5{
	width:100%;
	height:340px;
	position: relative;
	background: url("http://www.hitisoft.com/cite/images/product/fos5-banner.jpg") 0 center no-repeat;
}

.pod-img-tms{
	width:100%;
	height:340px;
	position: relative;
	background: url("http://www.hitisoft.com/cite/images/product/fos5-banner.jpg") 0 center no-repeat;
}

.pod-img-zhinen{
	width:100%;
	position: relative;
	height:160px;
	text-align:center;
	width:100%;
	height:300px;
	position: relative;
	background: url("http://www.hitisoft.com/cite/images/wallpaper1_3.jpg") 0  center no-repeat;
	/*  background-attachment: fixed;  */
}
.pod-img-tms {
	width:100%;
	height:400px;
	position: relative;
	background: url("http://www.hitisoft.com/cite/images/product/pod-tms.jpg") 0 0 no-repeat;
}
.pod-img-title{
	width:100%;
	background:rgba(94,180,255,0.8);
	 position: absolute;
	 bottom:0px;
	 color:#fff;
	 padding:20px;
}
.pod-img-title h3{
	
}

.article {
    margin: 0 0 60px;
    padding: 0 10px;
    text-align:center;
}
.article i{
	font-size: 3.3em;
	 color: #5eb4ff;
	 transition: all 200ms ease-out 0s;
}
.article .h7 {
	display: block;
    font-size: 17px;
    font-weight: 300;
    margin: 12px 0 13px;
}
.article p {
    color: #8a8a8a;
    font-size: 12px;
    padding:0 20px;
}
/*  */
.benefit-list{
	padding:20px 0 0 70px;
}
.benefit-list a {
	position: relative;
}
.benefit-list>li {
	margin-bottom: 50px;
	list-style: none;
}
.benefit-list>li>h3{
	font-size: 20px;
	margin-bottom: 8px;
	line-height: 110%;
}
.benefit-list i {
	display: block;
	background:rgba(94,180,255,0.8);
	text-align:center;
	line-height:57px;
	position: absolute;
	font-size:40px;
	color:#fff;
	left: -75px;
	top: -14px;
	height: 65px;
	width: 65px;
	 border: 5px solid rgba(94,180,255,0.5);
    -moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;  
}
/*合作伙伴  */
.clientlist{
    position: relative;
      margin: 0 auto;
    width:100%;
}
.clientlist dl {
    height: 205px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1019px;
}
.clientlist dl dd {
    border: 1px solid #e6e6e6;
    float: left;
    height: 128px;
    margin-bottom: -1px;
    margin-left: -1px;
    width: 203px;
}
.clientlist dl dd:first-child{
	margin-left: 0px;
} 
.clientlist .prev, .clientlist .next {
	font-size:40px;
    cursor: pointer;
    display: block;
    height: 67px;
    position: absolute;
    top: 45px;
    width: 42px;
    color:#eee;
}
.clientlist .prev:hover, .clientlist .next:hover{
	color:#ef8d00;
} 
.clientlist .prev {
    left: 0;
}
.clientlist .next {
    background-position: -42px 0;
    right: 0;
}
/*新闻公告开始*/
.feature_diary {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #dcdcdc;
    padding: 20px;
     height:320px;
}
.feature_diary ul {
    clear: both;
    padding:0px;
}
.feature_diary li {
    color: #c1c1c3;
    line-height: 32px;
    list-style: outside none disc;
    margin-left: 28px;
    position: relative;
    width: 400px;
  
}
.feature_diary li a{
	  font-size: 14px;
	  color:#373737;
}
.news{position:relative; padding:70px 0; }

.news-panel{ margin-bottom:30px;}
.news-img{
	float: left;
	
}
.news-content{
	margin-left:155px;
}
.news-content h4{
	margin:0 0 20px 0;
}
.news-content p { font-size:14px; line-height:24px;}
.news-more{ color:#428BCA; font-size:12px;}
/*新闻公告结束*/


/* about 关于我么 */
.ht-about{
	padding:20px 120px;
}
.ht-about p{
	text-indent:2em;
	line-height:20px;
}
.timer-shaft {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #dcdcdc;
    padding: 20px;
}
.timer-shaft ul {
    clear: both;
    padding:0px;
}
.timer-shaft li {
    color: #c1c1c3;
    line-height: 32px;
    list-style: outside none disc;
    margin-left: 28px;
    position: relative;
}
.timer-shaft li a{
	  font-size: 14px;
	  color:#373737;
}

.timer-right>ul{
	 list-style: outside none none;
}
.timer-right li{
	margin-top:10px;
}
.timer-right  img{
	width:240px;
}
/* fanganlist--- */
.fanganlist {
    overflow: hidden;
    position: relative;
    width:100%;
    background: none repeat scroll 0 0 #5eb4ff;
}
.fanganlist dl {
    margin: 0;
    padding: 0;
    width: 100%;
}
.commonnewCaseleft{
     background: none repeat scroll 0 0 #009fd9;
    float: left;
    height: 180px;
    padding-right: 25px;
    position: relative;
    width: 210px;
}
.commonnewCaseleft h3 {
    color: #fff;
    font-size: 24px;
    line-height: 25px;
    padding-top: 30px;
    text-align: right;
}

.commonnewCaseleft p {
    padding-top: 10px;
    text-align: right;
     color: #fff;
  	font-family:"Arial"
}
.fanganlist dl dd {
	margin-top:20px;
	padding:5px 6px;
    float: left;
    background: none repeat scroll 0 0 #fff;
    margin-left: 12px;
    position: relative;
}


/* .fanganlist dl dd span {
    display: block;
    overflow: hidden;
    position: relative;
    text-align:center;
    width: 100%;
} */
.fanganlist dl dd img {
    display: block;
}

.fanganlist dl dd p {
    padding:10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 5px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 25px;
    overflow: hidden;
    margin:0px;
    position: absolute;
     width: 195px;
}
/* fix-nav */
.fix-nav {
	color:#fff;
   /*  position: static; */
    position: absolute;
   bottom: 0;
   height:80px;
    width: 100%;
    z-index: 99;
    padding:5px 0;
     text-align:center;
}
.fix-nav.active{
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	background:#111;
	opacity: 0.7;
	-moz-opacity:  0.7;
}
.fix-nav ul{
	margin:0;
	padding:0;
}
.fix-nav ul li {
    display: inline-block;
    width: 16%;
    font-size:16px;
}


.fix-nav ul li a{
	color:#fff;
}
.fix-nav ul li.active a{
	color:#1a8fb4;
}
.fix-nav ul li:last-child{
	
}
.fix-nav ul li p{
	margin-bottom:0;
	padding:10px 0;
}
.fix-nav ul li i{
	display: block;
	text-align:center;
	line-height:45px;
	font-size:20px;
	height: 45px;
	width: 100%;
}

.fix-nav ul li.active a{
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	 color:#5eb4ff;
}
/*费用 */
.pod-price{
	
}
.price-peanl{
	text-align:center;
	width:200px;
	margin:20px auto;
}
.price-peanl.bd{
	border: 1px solid #f2f2f2;
	padding:5px;
	background:#f8f8f8;
	
}
.price-peanl-head{
	background:#1a8fb4;
	height:50px;
	line-height:50px;
	font-size:18px;
	font-weight: bold ;
	letter-spacing:2px;
	color:#fff;
}
.price-peanl-body{
	background:#009fd9;
	color:#fff;
}
.price-peanl-body .top{
	padding:20px 0px;
}
.price-peanl-body .center{
	padding:20px 0px;
	background:#fff;
	color:#1a8fb4;
	min-height:150px;
}
.center ul li{
	line-height:25px;
	font-size:14px;
}
.price-peanl-foot{
	background-color:#fff;
	border-top: 1px solid #ccc;
	height:40px;
	line-height:40px;
}
/* --case - - 客户案例-- */
.case{
 	margin: 0 auto;
    position: relative;
    width: 1200px;
    }
.case dl{
    margin: 0;
    padding: 0;
}
.case dd{
	 background: none repeat scroll 0 0 #fff;
    box-shadow: 0 2px 3px #d9dbdb;
    display: inline;
    float: left;
    height: 480px;
    margin-right: 20px;
    margin-top: 28px;
    padding: 7px 0;
    position: relative;
    width: 380px;
    border: 3px solid #c8c8c8;
}
.case dl dd.cur {
    margin-right: 0;
}
.case dl dd img {
    display: block;
    height: 276px;
    margin: 0 auto;
    width: 366px;
}

.case dl dd h3 {
    font-size: 18px;
    height: 43px;
    overflow: hidden;
    padding: 15px 15px 0;
    margin:0;
}
.case dl dd p{
	padding:0 15px;
}
.case dl dd p.anlitext {
    color: #5f5f5f;
    padding: 10px 15px 0;
}
/*---map -- 地图 ---------*/
.ht-map{width:100%;height:405px;border:#ccc solid 1px;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/*--map end -- */