/* ---- 幻灯片 Style ---- */
.swiper-container {
	width: 57.083%;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow:hidden;
}
.swiper-slide img {
	height: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.swiper-slide p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	min-height: 48px;
	padding: 8px 180px 8px 15px;
	line-height: 32px;
	font-size: 22px;
	color: #fff;
	background: rgba(0,0,0,0.6);
}
.swiper-pagination {
	position: absolute;
	right: 10px;
	bottom: 13px;
	line-height: 0px;
	height: 17px;
	text-align: center;
	transform: translate3d(0px, 0px, 0px);
	transition: all 0.3s ease 0s;
	z-index: 10;
	text-align: right;
}
.swiper-pagination-bullet {
	background: #d1d1d1;
	display: inline-block;
	height: 17px;
	width: 17px;
	margin: 0 10px;
}
.swiper-pagination-bullet-active {
	background: #da2504;
}
@media (max-width:1220px) {
.swiper-slide p {
	min-height: 44px;
	padding: 10px 120px 10px 10px;
	line-height: 24px;
	font-size: 18px;
}
.swiper-pagination {
	right: 5px;
	bottom: 10px;
	height: 12px;
}
.swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	margin: 0 5px;
}
}
@media (max-width:768px) {
.swiper-container {
	width: 100%;
	margin: 0 0 15px;
}
}
@media (max-width:414px) {
.swiper-slide p {
	min-height: 30px;
	padding: 5px 70px 5px 8px;
	line-height: 20px;
	font-size: 15px;
}
.swiper-pagination {
	right: 3px;
	bottom: 8px;
	height: 8px;
}
.swiper-pagination-bullet {
	height: 8px;
	width: 8px;
	margin: 0 3px;
}
}
/* ---- 新闻盒子&标题 Style ---- */
.newsBox {
	width: 40%;
	float: right;
}
.newsBox .head {
	height: 28px;
	position: relative;
	margin-bottom: 20px;
}
.newsBox .head i {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #b7b7b7;
	line-height: 0px;
	font-size: 0px;
}
.newsBox .head h1 {
	height: 28px;
	line-height: 28px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0 10px 0 30px;
	background: url(/finance/newyt/chinatower/img/icon_news.png) left center no-repeat #fff;
	font-size: 22px;
	color: #333;
}
.newsBox .head h1 font {
	color: #d41010;
}
.newsBox .head a.more {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -6px;
	height: 12px;
	line-height: 12px;
	background: #fff;
	padding: 0 4px 0 5px;
	font-size: 12px;
	color: #999;
}
.newsBox .head a.more span {
	display: inline-block;
	border-left: 1px solid #b7b7b7;
	padding-left: 6px;
}
@media (max-width:768px) {
.newsBox {
	width: 100%;
}
.newsBox .head {
	margin-bottom: 10px;
}
.newsBox .head h1 {
	font-size: 18px;
}
}
/* ---- 新闻列表 Style ---- */	
.newsList {
}
.newsList li {
	border-bottom: 1px dashed #d4d4d4;
	padding: 0 0 18px;
	margin: 0 0 12px;
}
.newsList li:last-child{
	padding:0;
	margin:0;
	border-bottom:none;}
.newsList li h2 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #da2504;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsList li h2 a {
	color: #da2504;
}
.newsList li p {
	height: 52px;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}
@media (max-width:768px) {
.newsList li {
	border-bottom: 1px dashed #d4d4d4;
	padding: 0 0 8px;
	margin: 0 0 6px;
}
.newsList li h2 {
	height:auto;
	min-height:32px;
	padding:5px 0;
	line-height:22px;
	font-size: 16px;
	overflow: auto;
	white-space: normal;
	text-overflow: normal;
	-o-text-overflow: normal;
}
.newsList li p {
	height: auto;
	line-height: 20px;
	font-size: 12px;
}
}
/* ---- 公司业务 Style ---- */	
.business_coat{
	width:100%;
	background: url(/finance/newyt/chinatower/img/business_bg.png) center bottom repeat-x;
	background-size: 100% 100%;
	padding:35px 0 40px; }
.businessHead{
	position:relative;
	width:15%;
	float:left;
	text-align:center;
	line-height:56px;
	font-size:30px;
	color:#fff;
	padding:0 1%;
	background:#da2504;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;}
.businessHead i{
	position:absolute;
	top:50%;
	margin-top:-12px;
	right:-12px;;
	 width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #da2504;
    border-bottom: 12px solid transparent}
.business{
	width:79%;
	float:right;
	overflow:hidden;}
.business li{
	width:19.525%;
	float:left;
	margin-right:7.3%;
	background:#fff;
	border-radius:50%;
	overflow:hidden;
	cursor:pointer;}
.business li:last-child{
	margin-right:0px;}
.business li a{
	display:block;
	height:100%;
	width:100%;
	position:relative;}
.business li img{
	position:absolute;
	top:10.8%;
	left:21.9%;
	width:56.2%;
	height:auto;}
.business li img.img_a{
	display:none;}
.business li:hover{
	background:#da2504;}
.business li:hover img.img{
	display:none;}
.business li:hover img.img_a{
	display:block;}
.business li p{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:50px;
	line-height:34px;
	background:#da2504;
	font-size:16px;
	color:#fff;
	text-align:center;}
@media (max-width:1220px) {
.business_coat{
	padding:25px 0 30px; }
.businessHead{
	width:15%;
	line-height:32px;
	font-size:20px;
	}
.businessHead i{
	margin-top:-10px;
	right:-10px;
    border-top: 10px solid transparent;
    border-left: 10px solid #da2504;
    border-bottom: 10px solid transparent}
.business li{
	width:21.25%;
	margin-right:5%;}

.business li p{
	height:36px;
	line-height:28px;
	font-size:12px;}	
}
@media (max-width:768px) {
.business_coat{
	padding:20px 0 25px; }
.businessHead{
	width:18%;
	line-height:42px;
	font-size:28px;
	}	
.business li{
	width:48%;
	margin-right:4%;
	margin-bottom:10px;}
.business li:nth-child(2n){
	margin-right:0%;}
.business li p{
	height:66px;
	line-height:50px;
	font-size:15px;}		
}
@media (max-width:500px) {
.business_coat{
	padding:15px 0 15px; }
.businessHead{
	width:15%;
	line-height:22px;
	font-size:14px;
	}	
.business{
	width:82%;}
.business li{
	width:48.5%;
	margin-right:3%;
	margin-bottom:10px;}
.business li img{
	top:16%;}
.business li p{
	height:32px;
	line-height:24px;
	font-size:11px;}		
}
/* ---- 首页标头 Style ---- */	
.indexHead{
	height:62px;
	text-align:center;
	position:relative;
	margin-bottom:28px;}
.indexHead h1{
	display:inline-block;
	height:62px;
	line-height:62px;
	padding:0 30px 0 30px;
	font-size:42px;
	color:#da2504;
	font-family:SimSun;
	font-weight:bold;}
.indexHead h1 img{
	height:100%;
	width:auto;
	vertical-align:top;
	margin-right:14px;}
.indexHead i{
	position:absolute;
	height:2px;
	background:#d92c0c;
	top:50%;
	margin-top:-1px;
	line-height:0px;
	font-size:0px;}
.indexHead i.l{
	left:0;}
.indexHead i.r{
	right:0;}
.indexHead a.more{
	position:absolute;
	right:32px;
	top:50%;
	margin-top:-12px;
	height:24px;
	line-height:24px;
	font-size:20px;
	color:#da2504;
	padding:0 6px;
	background:#fff;}
	
	
.indexHead a.more1{
	position:absolute;
	right:32px;
	top:50%;
	margin-top:-12px;
	height:24px;
	line-height:24px;
	font-size:20px;
	color:#da2504;
	padding:0 6px;
	background: url(/finance/newyt/chinatower/img/business_bg.png) left top no-repeat;}
@media (max-width:768px) {
.indexHead{
	height:36px;
	margin-bottom:12px;}
.indexHead h1{
	height:36px;
	line-height:36px;
	padding:0 12px 0 12px;
	font-size:20px;}
.indexHead h1 img{
	margin-right:7px;}
.indexHead i{
	height:1px;}
.indexHead a.more{
	right:10px;
	font-size:12px;
	padding:0 4px;}
}

/* ---- 产品介绍 Style ---- */
.productList{
	padding:8px 0 0 ;
	overflow:hidden;}	
.productList li{
	width:16.66%;
	margin-right:4.175%;
	background:#da2504;
	float:left;}
.productList li:last-child{
	margin-right:0px;}
.productList li a{
	text-decoration:none;}
.productList li .pic{
	width:100%;
	background:url(/finance/newyt/chinatower/img/productList_pic.png) no-repeat;
	background-size:100% 100%;
	padding:1.5%;
	overflow:hidden;}
.productList li .pic img{
	width:100%;
	height:100%;
	border-radius:50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;}
.productList li:hover .pic img{
	-webkit-transform: scale(1.04);
	transform: scale(1.04);}
.productList li p{
	height:76px;
	padding:0 10px;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:28px;
	overflow:hidden;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	}
@media (max-width:1220px) {
.productList{
	padding: 0;}	
.productList li{
	width:18%;
	margin-right:2.5%;}
.productList li:last-child{
	margin-right:0px;}
.productList li p{
	line-height:22px;
	}
}
@media (max-width:768px) {
.productList{
	padding: 0;}	
.productList li{
	width:48%;
	margin-right:4%;
	margin-bottom:15px;}
.productList li:nth-child(2n){
	margin-right:0px;}
.productList li:last-child{
	display:none;}
.productList li p{
	height:56px;
	line-height:18px;
	font-size:14px;
	}
}
