ul li{
	list-style: none;
}
.footercontent{
	height: 60px;
}
.XinonContent {
	width: 60%;
	margin: 80px auto;
}

.XinonContonttitle {
	text-align: center;
	color: #014099;
	font-weight: 500;
	font-size: 30px;
}

.XinonContonttitles {
	text-align: center;
	color: #CCCCCC;
	font-size: 18px;
	margin-bottom: 30px;
}

.XinonContonttext {
	font-size: 18px;
}

.XinonContonttitle01 {
	position: relative;
	z-index: 99;
}

.XinonContent img {
	width: 70%;
    margin: 0px auto;
    display: block;
}

.Xinonimges {
	width: 60%;
	margin-left: 20%;
	position: relative;
	z-index: 10;
}

.XinonimgesImg {
	float: left;
	width: 25%;
	background-color: #fff;
	box-shadow: 5px -5px 20px #555555;
	-moz-box-shadow:5px -5px 20px #555555;
	-webkit-box-shadow:5px -5px 20px #555555;
}

.XinonimgesImg img {
	width: 100%;
}
.XinonContentitems{
	width: 1200px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}

.XINcontenthe{
	position: absolute;
	background-color: #fff;
	width:36%;
	height: 650px;
	float: left;
	box-shadow: 4px -4px 30px #999999;
	-moz-box-shadow: 4px -4px 30px #999999;
	-webkit-box-shadow: 4px -4px 30px #999999;
	top:60px;
}
.XINcontenthe img{
	width: 100%;
}
.XINcontenthetit{
	text-align: center;
	font-size: 30px;
	color: #014099;
	line-height: 100px;
}
.XINcontenthetext{
	font-size: 20px;
	padding: 0 20px;
}
.XinonContentcooperation{
	width: 1200px;
	margin: 0 auto;
	height:300px;
}
.XinonContentcooperation img{
	width:16%;
	display: block;
	float: left;
	margin-top: 60px;
	margin-right: 5%;
}
.split-features img,
.split-image img{
	box-shadow: 4px -4px 30px #999999;
	-moz-box-shadow: 4px -4px 30px #999999;
	-webkit-box-shadow: 4px -4px 30px #999999;
}
.Xinmore{
	font-size: 30px !important;
	text-align: right;
	line-height:200px;
	cursor: pointer;
}
.XinonContentlist{
	width: 100%;
	padding:50px 0;
	border-bottom: 1px #B3B3B3 solid;
}
.XinonContentlistimg{
	width: 200px;
	height: 200px;
}
.XinonContentlisttext{
	width: 900px;
	float: right;
}
.XinonContentlisttext h3{
	font-size: 24px !important;		
	line-height: 80px;
	color: #333333 !important;
	font-family: "microsoft yahei";
}
.XinonContentlisttext h5{
	font-size: 16px;
	line-height: 24px;
	color: #808080;	
}
.fenye a{
	padding: 10px 16px;
	text-align: center;
	line-height: 50px;
	border: 1px #777777 solid;
	text-decoration: none;
	border-radius: 10px;
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
}
.fenye a:hover{
	background-color: #444444;
	color: #fff;
}



.carousel[data-shift="1"] .carousel-inner > .item {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.carousel .carousel-inner > .item.row {
  margin: 0;
}
.carousel .carousel-control {
  background: none;
  color: transparent;
  overflow: hidden;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 50px;
}
.carousel .carousel-control:before {
  color: #444;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}
.carousel .carousel-control:after {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  content: '';
  height: 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
}
.carousel .carousel-control:hover:after {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.7);
}
.carousel .carousel-control.left {
  left: -30px;
}
.carousel .carousel-control.left:before {
  content: '<';
  font-size: 30px;
  font-weight: bold;
}
.carousel .carousel-control.left:after {
  right: -100%;
}
.carousel .carousel-control.right {
  right: -30px;
}
.carousel .carousel-control.right:before {
  content: '>';
  font-size: 30px;
  font-weight: bold;
}
.carousel .carousel-control.right:after {
  left: -100%;
}

