.part {
	padding: 100px 0;
}

.title {
	margin-bottom: 35px;
}

.title li:nth-child(1) {
	font-size: 22px;
}

.title li:nth-child(2) {
	margin-bottom: 5px;
}

.title li:nth-child(3) {
	background: #3579b7;
	width: 50px;
	height: 3px;
}

.word p {
	text-align: justify;
	text-indent: 2em;
	line-height: 20px;
	letter-spacing: 2px;
}

.about-ul {
	margin-top: 10px;
}

.about-ul li {
	float: right;
	padding: 0 15px;
	border-right: 1px solid #333;
}

.about-ul li:first-child {
	border-right: none;
}

#aboutCarousel .c-control {
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-image: none;
}

#aboutCarousel .c-control.left {
	background: rgba(0, 0, 0, 0.7);
	right: 35px;
}

#aboutCarousel .c-control.right {
	right: 0;
	background: rgba(0, 0, 0, 0.6);
}


/*
.strength .title{
	margin-bottom: 0;
	text-align: right;
}
.strength  .title li:nth-child(3){
	float: right;
}*/

.strength {
	padding: 80px 0;
}

.nav>li>a {
	padding: 15px 25px;
}

.ul-title {
	float: right !important;
}

.ul-title p {
	text-align: right;
}

.ul-title p:first-child {
	font-size: 22px;
}

.tab-content {
	padding-top: 50px;
}

.btn-m {
	color: #999;
	background: none;
	border: 1px solid #999;
	padding: 8px 50px;
	border-radius: 2px;
}

.item-news ul li:first-child {
	font-size: 16px;
	font-weight: bolder;
	color: #333;
	width: 80%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.item-news ul li:last-child {
	color: #999;
}

.item-news p {
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 5px;
	text-align: justify;
	text-indent: 2em;
}

.item-news {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
}

.news {
	background: url(../img/bg.jpg);
	padding: 100px 0;
	margin-bottom: 50px;
}

.news .title {
	margin-bottom: 12px;
	text-align: right;
}

.news .title li:nth-child(3) {
	float: right;
}

.pro {
	margin-bottom: 50px;
}

#proCarousel .carousel-control {
	height: 90px;
	padding-top: 29px;
	width: 50px;
	font-size: 60px;
	color: #fff;
	top: 50%;
	margin-top: -50px;
	background: rgba(0, 0, 0, 0.4);
}

.pro-item {
	width: 90%;
	margin: 0 5%;
	padding-bottom: 5px;
	text-align: center;
	display: block;
	border-bottom: 2px solid #fff;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.pro-item p {
	color: #333;
}

.pro-item p:last-child {
	font-weight: bolder;
}

.pro-item:hover {
	border-bottom: 2px solid #3579b7;
}

.title {
	padding-bottom: 15px;
}

.title p:first-child {
	font-size: 20px;
}

.title p:first-child span {
	color: #f64e4e;
}

.title p:last-child {
	font-size: 18px;
}
@media only screen and (max-width:450px) {
.ul-title{
	display: none !important;
}
	
}