@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	font-family:'微软雅黑';
	font-size: 14px;
}
img,hr,iframe,div{
	border:none;
}
a{
	text-decoration: none;
}
ul,li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
/*公共样式*/
/*项目服务/宿舍一览/合作伙伴抬头*/
.title{
	width: 1080px;
	height: 29px;
	margin: 0 auto;
	margin-bottom: 19px;
}
.title img{
	display: block;
	float: left;
}
.title hr{
	border: 1px solid #005ea6;
	display: block;
	float: left;
	margin-top: 0;
	width: 1080px;
}
.title a{
	display: block;
	float: right;
	margin-top: 6px;
	color: #005ea6;
}
/*内页基本框架*/
.left{
	float: left;
	width: 210px;
}
.left .fir {
	float: left;
	width: 210px;
	margin-bottom: 30px;
}

.left .fir hr{
	border: none;
	border-bottom: 1px solid #dedede;
	margin-top: 200px;
}
.left .fir h2{
	float: left;
	font-size: 16px;
	color: #333333;
	margin-left: 8px;
	margin-bottom: -4px;
}
.left .fir ul li{
	display: block;
	height: 40px;
	width: 184px;
	line-height: 40px;
	color: #666666;	
	padding-left: 28px;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	background: url(../img/tra.png) 1px center no-repeat;
}
.left .fir ul li a{
	display: block;
	height: 40px;
	width: 184px;
	color: #666666;
	line-height: 40px;
}
.fir  .bgpic{
	background: url(../img/tra1.png) 1px center no-repeat;
}
.fir  .bgred{
	color: #f25e3a;
}
/*.left .fir ul li:hover{
	background: url(../img/tra1.png) 1px center no-repeat;
}
.left .fir ul li a:hover{
	color: #f25e3a;
}*/
 .left .sec{
 	float: left;
 	width: 210px;
 	height: 250px;
 	border-bottom: 1px solid #dedede;
 }
  .left .sec img{
  	float: left;
  	margin-top: 12px;
  	margin-bottom: 12px;
  }
 .left .sec h2{
	float: left;
	font-size: 16px;
	color: #333333;
	margin-left: 8px;
	margin-bottom: -4px;
}
 .left .sec ul li{
	display: block;
	float: left;
	color: #666666;
	line-height: 24px;
	white-space:nowrap;
}
 .top{
	float: right;
	width: 836px;
	height: 31px;
}
 .top h3{
	float: left;
	font-size: 16px;
	color: #666666;
	margin-bottom: -3px;
}
 .top p{
	float: right;
	font-size: 14px;
	color: #666666;
	margin-bottom: -4px;
}
 .top hr{
 	float: left;
	border: none;
	border-bottom: 1px solid #dedede;
	margin-top: 15px;
	margin-bottom: 26px;
	width: 836px;
}
/*公共样式结束*/
/*顶部开始*/
#header{
	width: 100%;
	height: 56px;
	background: url(../img/top_bg.png) repeat-x;
}
#header .head{
	width: 1080px;
	height: 45px;
	margin: 0 auto;
	position: relative;
}
#header .head p{
	float: left;
	color: #7f7f7e;
	line-height: 45px;
	clear: both;
}
#header .head img{
	position: absolute;
	top:10px;
	right: 153px;
}
#header .head span{
	display: block;
	float: right;
	font-size: 20px;
	line-height: 45px;
	font-style: oblique;
	color: #020202;
}
/*顶部结束*/
/*导航开始*/
#nav{
	width: 1080px;
	height: 64px;
	margin: 0 auto;
	position: relative;
	z-index: 6;
}
#nav img{
	display: block;
	float: left;
}
#nav .dh{
	float: left;
}
#nav .dh li{
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #d2d2d2;
	position:relative;
}
.dh1{
	display: block;
	width: 99px;
	height: 64px;
	color: #333333;
	line-height: 64px;
}
#nav .dh  .second {
	position:absolute;
	display:none;
	width: 97px;
	margin-top: 34px;	
	border: 1px solid #eee;
	border-radius:0 0 3px 3px;
	-webkit-border: 0 0 3px 3px;
}
#nav .dh  .second a{
	display: block;
	width: 97px;
	height: 38px;
	color: #666;
	line-height: 38px;
	text-align: center;
	background: #fff;
}
#nav .dh li a:hover{
	color: #fff;
	background: #005ea6;
}
/*导航结束*/
#banner{
	height:500px;
	/*position: relative;*/
	margin-bottom: 30px;
	}
.banner_m{
	height:500px;
	}
.banner1{
	height:500px;
	position:absolute;
	float:left;	
	width: 100%;
	display:none;
		}
.banner1 a {
    position: absolute;
    display: block;
    height: 500px;
	width: 100%;
}
.banner_b {
    width: 100%;
    height: 12px;
    position: relative;
    margin-top: -60px;
}
#bannerb {
    height: 12px;
    width: 130px;
    margin: 0px auto; 
}
.bannerm{
    height: 12px;
    line-height: 12px;
    text-align: center;
}
.bannerb1 {
    width: 12px;
    height: 12px;
	border-radius:50%;
    background: #fdfdfd;
    display: inline-block;
	*zoom:1;
	*display: inline;
	margin-right:20px;
	text-align:center;
	color:#fff;
}
.bannerb2{
	width: 38px;
	height: 7px;
	background:#5091c1;
	border-radius: 3px;
	/*margin-top: -30px;*/
	text-align: center;
	line-height: 12px;
}
/*banner部分结束*/
/*项目服务部分开始*/
#fw{
	width: 1080px;
	height: 276px;
	margin: 0 auto;
	margin-bottom: 74px;
}
#fw ul{
	float: left;
}
#fw ul li{
	display: block;
	float: left;
	width: 253px;
	height: 270px;
	margin-right: 15px;
	border-radius: 10px;
	overflow: hidden;
}
#fw ul li:hover{
	box-shadow: 3px 6px  5px #ccc;
	-ms-box-shadow: 3px 6px  5px #ccc;
	-webkit-box-shadow: 3px 6px  5px #ccc;/* Safari and Chrome */
	-o-box-shadow: 3px 6px  5px #ccc;/* Opera */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#cccccc')"; /* For IE 8 */
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5,Direction=135,Color='#cccccc');/* For IE 5.5 - 7 */
}
/*项目服务部分结束*/
/*新闻动态开始*/
#news{
	width: 1080px;
	height: 358px;
	margin: 0 auto;
	margin-top: 77px;
	margin-bottom: 74px;
	position: relative;
}
#news .xwlb{
	float: left;
	width: 500px;
	height: 350px;
	position: relative;
}
#news .xwlb .slider,.slider_panel img,.slider_extra {
	width:500px;
	height:350px;
	position: relative;
}
#news .xwlb .slider {
	width:500px;
	height:350px;
	float: left;
	position:relative;
}
#news .xwlb .slider_panel,.slider_nav,.slider_pre,.slider_next {
	position:absolute;
	z-index:8;
}
#news .xwlb .slider_panel {
	position:absolute;
}
#news .xwlb .slider_extra {
	position:relative;
}
#news .xwlb .slider_nav {	
	position:absolute;
	right:10px;
	bottom:10px;
	z-index: 10;
}
#news .xwlb .slider_nav li {
	background:#f1eff2;
	border-radius:50%;
	-ms-box-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	cursor:pointer;
	margin-left: 10px;
	overflow:hidden;
	display:inline-block;
	position: relative;
	height:10px;
	width:10px;
}
#news .xwlb .slider_nav .slider_item_selected {
	background:#fff;
}
#news .xwlb .slider_page a {
	background:rgb(255,255,255);
	opacity: 0.6;/*其他，透明度60%*/
	filter:alpha(opacity=60); /*IE滤镜，透明度60%*/
	/*-moz-opacity:0.6; Firefox私有，透明度60%*/
	color:#e5e5e5;	
	display:block;
	font-family:"simsun";
	font-size:36px;
	font-weight: 700;
	width:56px;
	height:56px;
	border-radius: 50%;
	line-height:56px;
	text-align:center;
	position:absolute;
	top:50%;
}
#news .xwlb .slider_page a:hover {
	background:rgb(255,255,255);
	opacity: 1;/*其他*/
	filter:alpha(opacity=100); /*IE滤镜*/
	/*-moz-opacity:1; Firefox私有*/
	border: 1px solid #e5e5e5;
}
#news .xwlb .slider_next {
	left:100%;
	margin-left:-56px;
}
#news .title1{
	float: right;
	width: 530px;
	height: 29px;
}
#news .title1 hr{
	display: block;
	float: left;
	border: 1px solid #005ea6;
	margin-top:0;
	width: 530px;
}
#news .title1 img{
	display: block;
	float: left;
}
#news .title1 a{
	display: block;
	float: right;
	margin-top: 6px;
	color: #005ea6;
}
#news .list{
	display: block;
	float: right;
	width: 530px;
	margin-top: 0;
}	
#news .list li{
	display: block;
	height: 39px;
	width: 530px;
	line-height: 39px;
	border-bottom: 1px dashed #c9c9c9;
	background: url(../img/dot_black.png) 0 20px no-repeat;
}
#news .list span{
	display:block;
	float: right;
}
#news .list li a{
	margin-left: 6px;
	color: #333333;
}
#news .list li a:hover{
	color: #d1262f;
	text-decoration: underline;
}
#news .list li:hover{
	background: url(../img/dot.png) 0 20px no-repeat;
}
/*新闻动态结束*/
/*宿舍一览开始*/
#room{
	width: 1080px;
	height: 162px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 74px;
}
#room ul{
	position: absolute;
	top: 0;
	left: 0;
}
#room ul li{
	display: block;
	float: left;
	width: 255px;
	height: 160px;	
	cursor: pointer;
	margin-right: 15px;
	overflow: hidden;
}	
/*宿舍一览结束*/
		
/*合作伙伴开始*/
#hzhb{
	width: 1080px;
	height: 62px;
	margin: 0 auto;
	margin-bottom: 100px;
}	
#hzhb .jz{
 	height:62px;
 }
 #Marquee_x{
	width:1080px;
	margin:0px auto;
	height:62px;
	overflow:hidden;
	/*margin-bottom:35px;*/
}
#Marquee_x ul{
    height: 62px;
    overflow: hidden;
    width: 2160px;
}
#Marquee_x ul li div{
    clear: none;
    float: left;
    width: 184px;
    height: 62px;
    cursor: pointer;
    margin-right: 30px;
 }
 #Marquee_x ul li{	
 	float: left;
    width: 1080px;
    height: 62px;
    overflow:hidden;
    clear: none;
 }
.gc4{
 	display:block;
 	height:62px;
 }
.gc4 img{
 	width:100%;
 	height:100%;
 }
/*合作伙伴结束*/
/*友联开始*/
#foot{
	width: 100%;
	height: 121px;
	background: #eeeeee;	
}
#foot .yl{
	width: 1080px;
	height: 121px;
	margin: 0 auto;
	/*overflow:hidden;
	zoom:100%;*/
}
#foot .yl span{
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #4a4849;
	margin-top: 36px;
}
#foot .yl ul{
	display: block;
	float: left;
	margin-left: 93px;
	margin-top: -30px;
	clear: left;
}
#foot .yl ul li{
	display: block;
	float: left;
	margin-right: 84px;
	display:inline;
}
#foot .yl ul li a{
	color: #666;
	line-height: 32px;
}
/*友联结束*/
/*底部导航开始*/
#nav_bot{
	width: 100%;
	height: 42px;
	background: #5f5d5d;
}
#nav_bot .navbot{
	width: 1080px;
	height: 42px;
	margin: 0 auto;
}
#nav_bot .navbot ul li{
	display: block;
	float: left;
	width: 155px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-right: 1px solid #a0a0a0;
}
#nav_bot .navbot ul li a{
	color: #ffffff;	
}
#nav_bot .navbot ul li:hover{
	background: #535353;
}
/*底部导航结束*/
/*底部开始*/
#footer{
	width: 100%;
	height: 200px;
	background: #e8e8e8;
}
#footer .db{
	width: 1080px;
	height: 200px;
	margin: 0 auto;
}
#footer .db img{
	display: inline-block;
	float: left;
}
#footer .db .contact_left{
	float: left;
	margin-top: 50px;
	margin-left: 48px;
	margin-right: 56px;
}
#footer .db .contact_left li{
	display: block;
	font-size: 14px;
	color: #8f8f8f;
}
#footer .db .contact_right{
	display: block;
	float: left;
	margin-top: 50px;
	
}
#footer .db .contact_right li{
	display: block;
	font-size: 14px;
	color: #8f8f8f;
}
#footer .db .logo_bot{
	display: block;
	float: left;
	margin-top: 4px;
	margin-right: 46px;
}
/*底部结束*/
/*content开始*/
#content{
	width: 1080px;
	height: 590px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 180px;
}
#content .dt{
	float: right;
	width: 836px;
	height: 532px;
	margin-top: 26px;
	margin-bottom: 180px;
	border: 1px solid #c8c8c8;
}
#content .dt .dtbt{
	width: 836px;
	height: 30px;
	background: #eeeeee;
	border-bottom: 1px solid #c8c8c8;
}
#content .dt .dtbt p{
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
#content .dt .gongjiao{
	width: 836px;
	height: 84px;
	border-top: 1px solid #c8c8c8;
}
#content .dt .gongjiao h2{
	font-weight:bold;
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}
#content .dt .gongjiao h3{
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	line-height: 28px;
	text-indent: 4em;
}
#content .dt .dtss{
	width: 836px;
	height: 414px;
}
/*content结束*/
/*about开始部分*/
#about {
	width: 1080px;
	height: 4000px;
	margin: 0 auto;
	margin-top: 30px;
} 
#about .qyry{
	float: right;
	width: 836px;
	/*height: 3890px;*/
	margin-top: 26px;
/*	margin-bottom: 101px;*/
}
#about .qyry img{
	width: 720px;
	/*margin-left: 52px;*/
	margin: 15px 0 15px 52px;
}
#about .qyry h4{
	width:836px ;
	font-size: 15px;
	color: #666666;
	line-height: 34px;
	text-indent: 2em;
	font-weight: 400;
}
#about .qyry h5{
	width: 720px;
	font-size: 14px;
	color: #808080;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
}
#about .qyry hr{
	border: none;
	border-bottom: 1px dashed #d3d3d3;
	margin-top: 15px;
}
/*about部分结束*/
/*aboutjianjie开始*/

#aboutjj{
	width: 1080px;
	height: 900px;
	margin: 0 auto;
	margin-top: 30px;
}
#aboutjj .jianjie{
	float: right;
	width: 836px;
	height: 900px;
	margin-top: 26px;
}
#aboutjj .jianjie h4{
	font-size: 16px;
	color: #747474;
	line-height: 30px;
	font-weight: 400;
}
#aboutjj .jianjie h5{
	font-size: 16px;
	color: #747474;
	line-height: 32px;
	text-indent: 2em;
	font-weight: 400;
}
/*aboutjianjie结束*/
/*aboutzz开始*/
#aboutzz{
	width: 1080px;
	height: 1180px;
	margin: 0 auto;
	margin-top: 30px;
}
#aboutzz .zizhi{
	float: right;
	width: 836px;
	height: 1118px;
	margin-top: 20px;
	position: relative;
}
#aboutzz .zizhi p{
	margin-left: 8px;
	font-size: 16px;
	color: #666666;
	line-height:36px ;
	text-indent: 1em;
}
#aboutzz .zizhi ul{
	position: absolute;
	top: 0;
	left: 0;
}
#aboutzz .zizhi ul li{
	background: url(../img/dot_black.png) 10px 18px no-repeat;
}
#aboutzz .zizhi img{
	margin-top: 320px;
	margin-left: 30px;
}
/*aboutzz结束*/
/*service部分开始*/
#ff{
	width: 1080px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 75px;
}
#ff .ser{
	float: right;
	width: 836px;
	margin-top: 10px;
}
#ff .ser span{
	display: block;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #333333;
	line-height: 44px;
	/*text-align: center;*/
}
#ff .ser h3{
	font-size: 15px;
	color: #666666;
	text-indent: 2em;
	font-weight: 400;
	line-height: 25px;
}
#ff .ser img{
	width: 834px;
	margin:20px 0 20px 1px;	
}
#ff .ser hr{
	border: none;
	border-bottom: 1px dashed #dbdbdb;
}
/*service部分结束*/
/*news部分开始*/
#xw{
	width: 1080px;
	height: 770px;
	margin: 0 auto;
	margin-top: 30px;
}
#xw .xwdt{
	float: right;
	width: 836px;
	height: 636px;
	margin-top: 3px;
}
#xw .xwdt .list{
	display: block;
	float: right;
}	
#xw .xwdt .list li{
	height: 39px;
	width: 836px;
	line-height: 39px;
	border-bottom: 1px dashed #c9c9c9;
	background: url(../img/dot_black.png) 0 20px no-repeat;
}
#xw .xwdt .list span{
	display: block;
	float: right;
}
#xw .xwdt .list li a{
	margin-left: 8px;
	color: #333333;
}
#xw .xwdt .list li a:hover{
	color: #d1262f;
	text-decoration: underline;
}
#xw .xwdt .list li:hover{
	background: url(../img/dot.png) 0 20px no-repeat;
}
#xw .xwdt .page{
	float: right;
	margin-right: -34px;
}
#xw .xwdt .page1{
	display: block;
	width: 480px;
	height: 27px;
	margin-top:62px ;
}
#xw .xwdt .page .page1{
	display: block;
	float: left;
	margin-right: 20px;
	width: 27px;
	height: 27px;
	color: #848484;
	background: #e0e1e1;
	line-height: 27px;
	text-align: center;
	font-size: 16px;
}
#xw .xwdt .page .page2{
	width: 84px;
}
#xw .xwdt .page .page3{
	width: 84px;
	background: #fff;
}
#xw .xwdt .page1:hover{
	background: #005ea6;
	color: #fff;
}
#xw .xwdt .page .page4{
	background: #fff;
}
#xw .xwdt .page .page4:hover{
	color: #848484;
}
#xw .xwdt .page .page5{
	width: 84px;
}
/*news部分结束*/
/*新闻内页开始*/
#xinwen{
	width: 1080px;
	margin: 0 auto;
	margin-top: 30px;
    margin-bottom: 75px;
}
#xinwen .xinwen1{
	float: right;
	width: 836px;
	margin-top: 30px;
}
#xinwen .xinwen1 p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	text-indent: 2em;
}
#xinwen .xinwen1 h2{
	color: #494949;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
#xinwen .xinwen1 .xwbot{
	width: 836px;
	height: 46px;
	border-top: 1px solid #e5e5e5;
	margin-top: 78px;
}
#xinwen .xinwen1 .xwbot .xwbot1{
	float: left;
	color: #666;
	line-height: 46px;
}
#xinwen .xinwen1 .xwbot .xwbot2{
	float: right;
	color: #666;
	line-height: 46px;
	color: #f25e3a;
	margin-top: -34px;
}
#xinwen .xinwen1 .xwbot img{
	display: block;
	margin-top: 9px;
	margin-left: 414px;
}
/*新闻内页结束*/
/*solution部分开始*/
#solution{
	width: 1080px;
	height: 1600px;
	margin: 0 auto;
	margin-top: 30px;
}
#solution .jjfan {
	float: right;
	margin-top: 3px;
	width: 834px;
	height: 1374px;
}
#solution .jjfan img{
	margin-bottom: 20px;
}
#solution .jjfan span{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 54px;
	text-align: center;
	font-weight: bold;
}
#solution .jjfan h3{
	color: #666666;
	line-height: 36px;
	text-indent: 2em;
	font-weight: 400;
	margin-bottom: 42px;
}
/*solution部分结束*/
/*solution1部分开始*/
#solution1{
	width: 1080px;
	height: 3430px;
	margin: 0 auto;
	margin-top: 30px;
}
#solution1 .jjfan1{
	float: right;
	width: 836px;
	height: 3270px;
	margin-top: 10px;
}
#solution1 .jjfan1 span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 44px;
	text-align: center;
}
#solution1 .jjfan1 h3{
	font-size: 15px;
	color: #666666;
	text-indent: 2em;
	font-weight: 400;
	line-height: 25px;
}
#solution1 .jjfan1 img{
	width: 834px;
	margin:20px 0 20px 1px;	
}
#solution1 .jjfan1 hr{
	border: none;
	border-bottom: 1px dashed #dbdbdb;
}
/*solution1部分结束*/
    	
.gli {
	width:210px;
	background:#fff;
	list-style: none;
}
.gli .link {
	cursor:pointer;
	display:block;
	padding-left:28px;
	color:#666;
	font-size:14px;
	line-height: 40px;
	position:relative;	
	border-bottom: 1px solid #e5e5e5;
	background: url(../img/tra.png) 1px center no-repeat;
	-webkit-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
/*.gli .link:hover{
	color: #f25e3a;
	background: url(../img/tra1.png) 1px center no-repeat;
}*/
.gli li i {
	position:absolute;
	top:16px;
	left:12px;
	font-size:18px;
	color:#595959;
	-webkit-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.gli li i .fa-chevron-down {
	right:12px;
	left:auto;
	font-size:16px;
}
.gli li .open .link {
	color:black;
}
.gli li .open i {
	color:#b63b4d;
}
.gli li .open i .fa-chevron-down {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.gli .bgred{
	color: #f25e3a;
}
.gli .bgpic{
	background: url(../img/tra1.png) 1px center no-repeat;
}
/*Submenu*/
 .submenu {
	display:none;
	background:#fff;
	font-size:14px;
	list-style: none;
}
.submenu a {
	display:block;
	text-decoration:none;
	color:#666;
	line-height: 30px;
	padding-left:40px;
	-webkit-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
/*.submenu a:hover {
	color:#f25e3a;
}*/
.pro_m_rrr{
    margin-bottom: 60px;
    /*padding-left: 55px;*/
}
.pro_m_r111{
	width: 135px;
    height: 105px;
    float:left;
    margin-right: 27px;
}
.pro_m_r222{
	display:block;
	cursor:pointer;
	height:60px;
	border:1px solid #CCC;
	    border-radius: 2px;
}
.pro_m_r222 img{
	width:100%;
	height:100%;
}
.pro_m_r333{
	height:40px;
	display:block;
	line-height:40px;
	text-align:center;
	color:#666;
	font-size:14px;
}