﻿@charset "utf-8";
@import url("global.css");
.right{float: right;}
.left{float: left;}

.home-item{
	text-align:left;
	background-size: 100% auto;

}
.home-item1{max-width:1920px;
	padding-top: 70px;
	background-image: url(img/model-bg.png);
	background-repeat: no-repeat;margin:0 auto;
	background-position: center;
}
.home-item2{
    background: url(img/model-bg1.png) no-repeat;padding-bottom: 30px;background-position: center;
}
.home-item3{
    background: url(img/model-bg2.png) no-repeat;padding-bottom: 80px;background-position: center;
}
.home-item4{
    background: url(img/model-bg3.png) no-repeat;padding-bottom: 30px;background-position: center;
}



/*幻灯*/
/*	.slideBox {width: 517px;height: 380px;overflow: hidden;position: relative;}					
	.slideBox .hd {height: 15px;overflow: hidden;position: absolute;bottom: 5px;right: 10px;z-index: 4;}					
	.slideBox .hd ul {overflow: hidden;	zoom: 1;float: left;}					
	.slideBox .hd ul li {float: left;margin-right: 6px;width: 12px;	height: 12px;line-height: 14px;text-align: center;background: #fff;cursor: pointer;font-weight: bolder;font-size: 12px;border-radius:50%;}					
	.slideBox .hd ul li.on {background: #FACD89;font-weight: bolder;}					
	.slideBox .bd {position: relative;height: 100%;z-index:1;}					
	.slideBox .bd ul li {position: relative;display: none;}	
	.slideBox .bd ul li p {position: absolute;left: 0px;bottom: 0px;z-index: 3;padding-left:10px;padding-right:18%;width:82%;height: 55px;overflow: hidden;font-size: 16px;text-indent: 10px;background: #699AC7;color: #fff;FILTER: alpha(opacity=70);opacity: 0.9;}
	.slideBox .bd ul li p b {margin-top:5px;
	font-size:12px;display:block;
	font-weight: normal;width:80%;
}
	.slideBox .bd ul li p span {display:block;width:90%;font-size:14px;}
	.slideBox .bd ul li p a {color: #fff;text-decoration: none;}					
	.slideBox .bd img {width: 517px;height: 380px;z-index: 2;}*/
	
/*幻灯*/	
	
	.slideBox {width: 517px;height: 380px;overflow: hidden;position: relative;}					
	.slideBox .hd {	
	overflow: hidden;
	position: absolute;
	bottom: 12px;
	right: 0px;
	z-index: 4;	
	display: block;width: 517px;height: 36px;text-align:right;
}					
	.slideBox .hd ul {
	overflow: hidden;
	padding-top:13px;
	float: right;
	background-repeat: repeat;
	margin-right:10px;
	position: relative;
}					
	.slideBox .hd ul li {float: left;margin-right: 6px;width: 10px;	height: 10px;line-height: 14px;text-align: center;background-color: #E5E5E5;cursor: pointer;border-radius:50%;}					
	.slideBox .hd ul li.on {background-color: #D2A456;}					
	.slideBox .bd {position: relative;height: 100%;z-index:1;}					
	.slideBox .bd ul li {position: relative;display: none;}	
	.slideBox .bd ul li h4 {
	position: absolute;
	left: 0px;
	top: 330px;
	z-index: 3;
	width: 517px;
	height: 40px;
	FILTER: alpha(opacity=90);
	opacity: 0.9;
	background-color: #5F758D;	
}
	.slideBox .bd ul li p {
	position: absolute;
	left: 0px;
	top: 320px;
	z-index: 4;
	width: 517px;
	height: 5 0px;
	padding-top:20px;
	overflow: hidden;
	font-size: 16px;
	FILTER: alpha(opacity=90);
	opacity: 0.9;
	
}
	.slideBox .bd ul li p b{
	color:#fff;width:400px;
	text-indent: 12px;
	display: block;margin-bottom:20px;

}

	.slideBox .bd ul li p a {text-decoration: none;}					
	.slideBox .bd img {width: 517px;height: 330px;z-index: 2;}
	
	
	
	
	
	
	
	
	
/*成员*/
.ztzl{	
	margin: 50px auto;
}
.ztzl-main{width:1280px;margin:0 auto;
	margin-top: 40px;
}
.ztzl-main .magin{
	margin: 0px 52px;
}
.ztzl-main li{
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
	border-radius:5px;background-color: #FFF;
}
.ztzl-main a img{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;

}
.ztzl-main a:hover img{
	transform:translate(0,-5px) scale(1.0);
	-webkit-transform:translate(0,-5px) scale(1.0);
	-moz-transform:translate(0,-5px) scale(1.0);
	-o-transform:translate(0,-5px) scale(1.0);
	-ms-transform:translate(0,-5px) scale(1.0);
	

}
#picbox{position: relative;}
#ulOuter{height:260px;}
#picbox .bx_wrap{
	height:260px;	
	position: relative;
}
#picbox .bx_container{
	width:100%;
	height:260px;
	overflow: hidden;
	position: absolute;
	left:40px;
	z-index: 998;	
}

#picbox #demo img{border:0;
	height: 180px;
	width: 285px;
}
#picbox #demozz b{
	line-height: 66px;
	width: 220px;
	padding-right:60px;
	text-align: center;
	display: block;
	font-weight: normal;
	text-indent: 10px;
	background-image: url(img/ico7.png);
	background-repeat: no-repeat;
	background-position: 240px center;
}
#picbox .bx_wrap a.prev,#picbox .bx_wrap a.next{
	display: block;
	position: absolute;
	height: 50px;
	width: 20px;
	top: 94px;
	z-index: 99999;
	cursor: pointer;
	text-indent: -4000px;
	background-image: url(img/4_arr.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#picbox .bx_wrap a.next{background-position: right top;right:0;}

	
/*/////////////////////ͷ��////////////////////////////*/
/*大滚动图开始*/
.box{width: 1200px;
	padding-top: 215px;
    position: relative;
    width: 100%;
    height: 533px;
}

/*新闻动态标题*/

.xwdt{
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}
.model {
    width: 1200px;
    margin: 0 auto;
}
.model-title{
    text-align: center;
    position: relative;
    height: 120px;
    margin-bottom: 50px;
}
.model-title .en{
    font-size: 110px;
    line-height: 120px;
    font-weight: bold;
    color: #EFEFEF;
}
.model-title .zn{
    position: absolute;
    left: 0;
    right: 0;
    line-height: 40px;
    top: 40px;
    font-size: 32px;
    font-weight: bold;
}
.model-title .zn::after{
    content: '';
    width: 48px;
    border-top: 4px solid #0057b1;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}
.title-main p{
	font-size: 28px;
	color: #707070;
}
.title .border{
	border-top-color: #C2241D;
    border-top-style: solid;
    border-top-width: 5px;
	margin: 3px 0px 3px 50px;
	height: 4px;
	width: 45px;
}


/*新闻动态小标题*/
.title-small-main{
	margin: 0px 0px;
}
.title-small-main a{
	float: left;
	display: block;
	width: 123px;margin-right:5px;
	line-height:40px;
	font-size: 16px;
	background: #E7E7E7;
	background: linear-gradient(#f7f7f7,#d1d1d1);
	position: relative;
	text-align: center;
	
}
.title-small-main a:hover,.title-small-main a.on{
	background: #1275C1;
	background: linear-gradient(#08a0ea,#1a57a5);
    color: #fff;
	float: left;
}
.title-small-main a:hover i{
	position: absolute;
	top:45px;right:0px;
	width: 45px;	
	-webkit-animation: o 5s linear infinite;
	animation: o 8s linear infinite;
	filter:alpha(opacity:0);opacity:0;
	-moz-opacity:0;
	-khtml-opacity: 0;
	border: 1px solid #FFF;
}

@-webkit-keyframes o{
	0% {right:0px; top:40px;opacity:0.1;filter:alpha(opacity=20);}
  5% {opacity:0.3;filter:alpha(opacity=50);}
  10% {right: 55px; top:40px;opacity:0.6;filter:alpha(opacity=100);}
  100% {right: 55px; top:40px;opacity:0.3;filter:alpha(opacity=100);}
}		
@keyframes o{
  0% {right:0px;opacity:0.1;filter:alpha(opacity=20);}
  5% {opacity:0.3;filter:alpha(opacity=50);}
  10% {right: 55px;opacity:0.6;filter:alpha(opacity=100);}
  100% {right: 55px;opacity:0.3;filter:alpha(opacity=100);}
}
/*新闻动态内容*/
.news-content{display:none;}
.xwdt-main{
	margin-top: 60px;
}
.slide-box{
	float: left;
	width: 517px;
}
.xwdt-news{
	float: right;
	width: 640px;height:380px;
}
.xwdt-news ul {padding-top:10px;}
.xwdt-news ul li {
    height: 92px;
    vertical-align: bottom;
    padding: 8px 0;
    overflow: hidden;
    border-bottom: 1px dotted #e5e5e5;	
	-webkit-transition: all .3s;transition: all .3s;
}
.xwdt-news ul li:hover {
  margin-left:5px;box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.1);
}
.xwdt-news ul li .date {
    float: left;
    width: 82px;
    height: 56px;
    padding: 6px 0px 0 0;   
    text-align: center;
}
.xwdt-news ul li .date .day {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 40px;
    color: #ccc;

}
.xwdt-news ul li .date .year {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #ccc;
}
.xwdt-news ul li .con {text-align:left;
    margin-left: 122px;
}
.xwdt-news ul li .con a {
	display: block;
	float: none;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
	font-weight: bold;
}
.xwdt-news ul li .con p {
    display: block;
    height: 50px;
    line-height: 25px;
    color: #8c8c8c;
    font-size: 14px;
	display:block; overflow: hidden;
}
.xwdt-news .con span{
	font-size: 16px;
}


/*集团业务开始*/

.jtyw-main{
	width: 1200px;
	margin: 0 auto;padding-top:20px;
}

.tubiao{
	padding-bottom: 70px;
	margin-bottom: 50px;
}
.tubiao .logo{
	float: left;
}

.tubiao .logo li{text-align:center;
	width: 240px;
	float: left;
}
.tubiao .logo img{	
	
}
.tubiao .logo b{
	font-size: 20px;
	color: #777777;
	text-align:center;
	line-height:20px;
	padding-top: 45px;
	display: block;
	font-weight: normal;
}

.tubiao .logo a img{
transition:All 0.8s ease-in-out;
	-webkit-transition:All 0.8s ease-in-out;
	-moz-transition:All 0.8s ease-in-out;
	-o-transition:All 0.8s ease-in-out;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
	border-radius:50%;
	
	}

.tubiao .logo  a:hover img{transform:rotate(360deg) scale(1.2);
	-webkit-transform:rotate(360deg) scale(1.2);
	-moz-transform:rotate(360deg) scale(1.2);
	-o-transform:rotate(360deg) scale(1.2);
	-ms-transform:rotate(360deg) scale(1.2);
}

/*项目建设开始*/
.xmjs{clear:both;
	width: 1200px;
	margin: 0px auto;	
}
.jq_down li {position:relative;width:380px;height:190px;margin-right:30px;margin-top:25px;overflow: hidden;float:left;background-color: #FFF;}
.jq_down .liBox{position:absolute;}
.jq_down dl{
	display: block;
	width:380px;
	height:190px;
	overflow: hidden;
	background-image: url(img/lineArr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.jq_down dt{float:left;width:100px;height:100%;}
.jq_down dt b{
	display: block;
	width:100%;
	height:70px;line-height:70px;
	text-align: center;
	font-size:40px;
	color:#3F86D6;
	font-weight: normal;
}
.jq_down dt span{display: block;width:100%;	text-align: center;}
.jq_down dt em{
	display: block;
	width:100%;
	text-align: center;
	font-size: 12px;
	margin-top:50px;
	font-style: italic;color: #666;
}
.jq_down dd{float:left;width:250px;padding-right:20px;height:100%;}
.jq_down dd h5{line-height:60px;font-size:16px;}
.jq_down dd p{height:48px;line-height:24px;overflow: hidden; color: #666;}
.jq_down img {width:380px;height:190px;}

/*友情链接*/
.sel-group{
    background: #e5e5e5;
    padding: 30px 0;
}
.sel-group span{
    font-size: 22px;
    color: #333;
}
.sel-group .select{
    width: 330px;margin-left: 32px;
	padding:2px 0 2px 3px;
	/*padding: 8px 0;
    height: 34px;line-height: 30px;vertical-align: middle;*/
    
}

