@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-09-18 18:02:40
 * @version $Id$
 */

 #header{
 	height: 90px;
 }
.carousel-caption{
	bottom: 26%;
}
.carousel-caption a{
	display: block;
	width: 148px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	border: solid 1px #caae74;
	border-radius: 24px;
	margin: 0 auto;
    font-family:  PingFangSC-Ultralight, sans-serif;
}
.carousel-caption a:hover{
	color: #fff;
	background-color: #f7aa13;
	text-decoration: none;
}
@media screen and (min-width: 768px)
{
	.carousel-indicators {
	    bottom: 6%;
	}
}
/*公司简介*/
#introduce .left{
	float: left;
	width: 45%;
	padding: 168px 20px 170px 0;
}
#introduce .right{
	float: right;
	width: 48%;
	margin-top: 132px;
}
#introduce .left h3{
	font-size: 24px;
	color: #f7aa13;
	line-height: 44px;
}
#introduce .left span{
	font-size: 18px;
	color: #999;
	display: block;
}
#introduce .left p{
	font-size: 14px;
	color: #999;
	margin: 40px 0 60px;
	line-height: 25px;
}
#introduce .left a{
	font-size: 14px;
	color: #fff;
	display: block;
	background-color: #f7aa13;
	width: 200px;
	line-height: 44px;
	border-radius: 20px;
	text-align: center;
	font-family:  PingFangSC-Ultralight, sans-serif;
}
#introduce .right img{
	width: 100%;
	display: block;
	box-shadow: 3px 3px 5px #b5b5b5, -3px -1px 13px #e6e6e6;
}
#introduce .right .col-md-6{
	padding: 0 0 15px 15px;
	width: 50%;
	float: left;
	position: relative;
}
#introduce .right img:hover{
	position: absolute;
    width: 110% !important;
    z-index: 1;
    box-shadow: 9px 10px 14px #5e5e5e;
    left: 15px;
    top: -10px;
    cursor: pointer;
	transform:scale(2.5,2.5);
	-webkit-transform:scale(2.5,2.5);
}

/*资讯中心*/
#information{
	background: no-repeat url(../images/information_bg.png);
	background-size: cover;
	color: #fff;
	padding: 36px 0 142px;
}
#information .title{
	border-bottom: solid 1px #999;
	margin-bottom: 15px;
    padding-bottom: 10px;
}
#information .top,#advantage .top,#qualification .top{
	text-align: center;
	margin-bottom: 62px;
}
#information .top h2,#advantage .top h2,#qualification .top h2{
	font-size: 24px;
	line-height: 44px;
}
#information .top span{
	color: #999;
} 
#information .title h3{
	font-size: 44px;
	color: #999;
	float: left;
} 
#information .title span{
	color: #999;
	float: right;
    margin-top: 25px;
} 
#information .content{
	position: relative;
	overflow: hidden;
}
#information .content-btm{
	background-color: rgba(0,0,0,.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 10px 0;
    height: 24%;
}
#information .content-btm h4{
	font-size: 16px;
}
#information .content-btm p{
	line-height: 32px;
	color: #999;
    font-size: 12px;
}
#information .col-md-4,#qualification .col-md-4{
	float: left;
	width: 33.33333333%;
}
#qualification .col-md-4{
	height: 310px;
}
/*我们的优势*/
#advantage{
	padding: 36px 0 154px;
	color: #666;
}
#advantage img,#qualification img{
	margin: 0 auto;
}
#advantage .title{
	padding-top: 54px;
    text-align: center;
}
#advantage .title h3{
	margin-top: 14px;
	color: #333;
}
#advantage .content{
	margin-top: 52px;
	text-align: center;
}

/*资质荣誉*/
#qualification{
	background: no-repeat url(../images/qualification_bg.png);
	background-size: cover;
	padding: 36px 0 162px;
	text-align: center;
}
#qualification .content{
	margin-top: 20px;
	font-size: 18px;
	width: 288px;
    margin: 28px auto 0;
}
#qualification .col-md-4 img:hover{
	box-shadow: 6px 5px 18px #666e77;
}
#qualificationImg{
	height: 100%;
	width:100%;
	position: fixed;
	background-color: rgba(0,0,0,.7);
	top:0;
	z-index: 999;
	display: none;
}
.qualification-btm{
	position: absolute;
	right: 0;
	z-index: 15;
	width: 124px;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	cursor: pointer;
}
#qualificationImg .item{
	padding-top: 5%;
}
#qualificationImg .item img{
	margin: 0 auto;

}
#qualificationImg .carousel{
	height: 100%;
}
#qualificationImg .row{
	margin-top: 13%;
}
#qualification .top span{
	color: #666;
}
@media screen and (max-width: 980px)
{
	#qualification{
		padding: 36px 0 0px;
	}
	#information {
	    padding: 36px 0 80px;
	}
}