/* 海报 */
.banner {z-index:1; position:relative;}
.flexslider {position:relative;height:680px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides {position:relative;}
.slides li {height:680px;}
.slides li div {height:680px;}
.flex-control-nav {position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li {display:inline-block;width:40px;height:4px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a {display:inline-block;width:40px;height: 6px;overflow:hidden;background-color: #fff;cursor:pointer; text-indent: -99em;}
.flex-control-nav .flex-active {background-color: #002c68;}
/*标题*/
.title{
	text-align: center;
	padding-top: 80px;
}
.title h3{
	color: #1f1f1f;
	font-size: 32px;
	padding-top: 15px;
	position: relative;
	width: 345px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.title h3:after{
	width: 80px;
	height: 1px;
	background-color: #1f1f1f;
	display: inline-block;	
	content: '';
	position: absolute;
	right: 0;
	top: 65%;
}
.title h3:before{
	width: 80px;
	height: 1px;
	background-color: #1f1f1f;
	display: inline-block;	
	content: '';
	position: absolute;
	left: 0;
	top: 65%;
}
/*产品*/
#product{
	
}
#product li{
	display: inline-block;
	margin-left: 45px;
	margin-bottom: 25px;
}
#product li a{
	
}
#product li a img{
	border: 1px solid #e6e6e6;
	width: 366px;
}
#product li:hover a .font-product{
	border: 1px solid #e6e6e6;
	
}
#product li a .font-product h6{
	font-size: 20px;
	text-align: center;
	color: #4c4c4c;
	padding-top: 28px;
	padding-bottom: 12px;
}
#product li a .font-product p{
	font-size: 14px;
	color: #808080;
	text-align: center;
	padding-bottom: 17px;
	
}
#product li:nth-of-type(1),#product li:nth-of-type(4){
	margin-left: 0;
}
#adv{
	background: url(../images/bj-adv.png) no-repeat center;
	height: 893px;
	margin-top: 48px;
}
#adv ul{
	max-width: 1630px;
	margin: 0 auto;
	width: 100%;
	position: relative;
} 
#adv ul li{
	position: absolute;
	width: 560px;
}
#adv ul li h5{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#adv ul li p{
	font-size: 13px;
	color: #FFF;
	font-weight: 100;
	line-height: 25px;
}
#adv ul li:nth-of-type(1){
    top: 230px;
    left: 0;
    text-align: right;
}
#adv ul li:nth-of-type(2){
    right: 0;
    top: 230px;
}
#adv ul li:nth-of-type(3){
    top: 430px;
    text-align: right;
    width: 485px;
}
#adv ul li:nth-of-type(4){
	right: 0;
    top: 430px;
    width: 490px;
}
#adv ul li:nth-of-type(5){
    top: 620px;
    text-align: right;
    width: 540px;
}
#adv ul li:nth-of-type(6){
    top: 620px;
    right: 0;
    width: 530px;
}
@media screen and (max-width: 1660px){
	#adv ul li:nth-of-type(1){
	    width: 500px;
		left: 1%;
	}
	#adv ul li:nth-of-type(2){
		width: 500px;
		right: 1%;
	}
	#adv ul li:nth-of-type(3){
		width: 440px;
	}
	#adv ul li:nth-of-type(4){
		width: 450px;
	}
	#adv ul li:nth-of-type(5){
		width: 500px;
	}
	#adv ul li:nth-of-type(6){
		width: 500px;
	}
}
@media screen and (max-width: 1540px){
	#adv ul li:nth-of-type(1){
	    width: 440px;
		left: 1%;
	}
	#adv ul li:nth-of-type(2){
		width: 440px;
		right: 1%;
	}
	#adv ul li:nth-of-type(3){
		width: 390px;
	}
	#adv ul li:nth-of-type(4){
		width: 390px;
	}
	#adv ul li:nth-of-type(5){
		width: 430px;
	}
	#adv ul li:nth-of-type(6){
		width: 430px;
	}
}
@media screen and (max-width: 1400px){
	#adv ul li:nth-of-type(1){
	    width: 400px;
		left: 0%;
	}
	#adv ul li:nth-of-type(2){
		width: 380px;
		right: 1%;
	}
	#adv ul li:nth-of-type(3){
		width: 320px;
	}
	#adv ul li:nth-of-type(4){
		width: 330px;
	}
	#adv ul li:nth-of-type(5){
		width: 380px;
	}
	#adv ul li:nth-of-type(6){
		width: 380px;
	}
}
@media screen and (max-width: 1300px){
	#adv ul li:nth-of-type(1){
	    width: 360px;
		left: 0%;
	}
	#adv ul li:nth-of-type(2){
		width: 335px;
		right: 1%;
	}
	#adv ul li:nth-of-type(3){
		width: 270px;
	}
	#adv ul li:nth-of-type(4){
		width: 280px;
	}
	#adv ul li:nth-of-type(5){
		width: 330px;
	}
	#adv ul li:nth-of-type(6){
		width: 330px;
	}
}
/*案例*/
.case{
	
}
.case .topCase{
	display: inline-block;
	width: 49%;
	margin-left: 1%;
	position: relative;
	overflow: hidden;
}
.case .topCase:nth-of-type(1){
	margin-left: 0;
}
.case .topCase p{
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 60px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	transition: all 0.6s;
}
.curtain{
	width: 100%;
	height: 100%;
	background: url(../images/curtain.png);
	position: absolute;
	top: -440px;
	text-align: center;
	background-size: 100%;
	transition: all 0.6s;
}
.curtain2{
	width: 100%;
	height: 100%;
	background: url(../images/curtain02.png);
	position: absolute;
	top: -440px;
	text-align: center;
	background-size: 100%;
	transition: all 0.6s;
}
.curtain h5{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #FFF;
	width: 260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	margin-top: 320px;
}
.case .topCase:hover .curtain{
	top: 0;
}
.case .topCase:hover p{
	bottom: -60px;
}
.case .bottomCase{
	display: inline-block;
	width: 32%;
	margin-left: 1%;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}
.case .bottomCase a{
	
}
.case .bottomCaseFist{
	margin-left: 16px;
}
.case li:nth-of-type(3){
	margin-left: 0;
}
.case .bottomCase a img{
	width: 100%;
}
.case .bottomCase a p{
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 60px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	transition: all 0.6s;
}
.case .bottomCase:hover p{
	bottom: -60px;
}
.case .bottomCase:hover .curtain{
	top: 0;
}
.case .bottomCase .curtain h5{
	margin-top: 250px;
}
/*关于我们*/
#about{
	background: url(../images/about.png) no-repeat center;
	height: 604px;
	margin-top: 60px;
}
.titleAbout h3{
	color: #FFF;
}
.titleAbout h3:before {
    background-color: #FFF;
}
.titleAbout h3:after {
    background-color: #FFF;
}
.aboutFont{
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
	text-indent: 28px;
	line-height: 25px;
}
.zoujinmuwei{
	padding-top: 38px;
}
.zoujinmuwei ul{
	display: flex;
}
.zoujinmuwei ul li{
	flex: 1;
	text-align: center;
}
.zoujinmuwei ul li a{
	width: 105px;
	height: 125px;
	display: inline-block;
	
	border-radius: 10px;
}
.zoujinmuwei ul li a.cur,.zoujinmuwei ul li a:hover{
	background-color: #ef991f;
}
.zoujinmuwei ul li a font{
	background: url(../images/ico02.png) no-repeat center 10px;
	padding-top: 70px;
	display: block;
	font-size: 18px;
	color: #fff;
}
.zoujinmuwei ul li a p{
	font-size: 14px;
	color: #FFF;
	padding-bottom: 10px;
}
.zoujinmuwei ul li:nth-of-type(2) a font{
	background: url(../images/ico03.png) no-repeat center 10px;
}
.zoujinmuwei ul li:nth-of-type(3) a font{
	background: url(../images/ico04.png) no-repeat center 10px;
}
.zoujinmuwei ul li:nth-of-type(4) a font{
	background: url(../images/ico05.png) no-repeat center 10px;
}
/*新闻*/
.news-left{
	width: 812px;
	display: inline-block;
}
.news-left li{
	margin-bottom: 5px;
}
.news-left li:hover{
	-moz-box-shadow:0px 2px 3px #999; -webkit-box-shadow:0px 2px 3px #999; box-shadow:0px 2px 3px #999;
}
.news-left li a{
	
}
.news-left li a .timeNews{
	width: 150px;
	height: 150px;
	display: inline-block;
	background-color: #0075c3;
	color: #FFF;
	text-align: center;
	font-size: 72px;
	font-weight: bold;
	position: relative;
	
}
.news-left li a .timeNews em{
	font-weight: normal;
	font-size: 22px;
	border: 1px solid #FFF;
	padding: 10px;
	display: inline-block;
	line-height: normal;
    margin-top: 90px;
}
.news-left li a font i{
	font-style: normal;
	position: absolute;
	
}
.NewsFont{
    background-color: #f2f3f7;
    display: inline-block;
    width: 655px;
	height: 150px;
	vertical-align: top;
	padding-right: 30px;
	padding-left: 30px;
}
.NewsFont p{
	font-size: 16px;
	color: #333333;
	padding-top: 22px;
	padding-bottom: 8px;
}
.NewsFont h6{
	font-size: 12px;
	color: #808080;
	line-height: 25px;
}
.news-right{
	width: 382px;
	display: inline-block;
	float: right;
	
}
