.title{
	width: 100%;
	text-align: center;
	height: 195px;
	background: url(../images/line1.jpg) no-repeat center bottom;
}
.item{
	margin-top: 40px;
}
.item .case{
	width: 1200px;
	margin:55px auto 0;
}
.item .case .hd ul{
	margin: 0 -15px;
}
.item .case .hd ul li{
	width: 175px;
	height: 78px;
	background: #ff0000;
	float: left;
	margin: 0 15px;
	text-align: center;

}
.item .case .hd ul li.on{
	background: #5a5a66;
}
.item .case .hd ul li p{
	color: #FFFFFF;
	padding-top: 15px;
	line-height: 30px;
	font-size: 20px;
    font-weight: 600;
}
.item .case .hd ul li span{
	color: rgba(255,255,255,0.85);
	font-size: 12px;
	padding-left: 80px;
}

.item .case .bd {
	margin-top:40px ;
}
.item .case .bd ul{
	margin: 0 -20px;
}
.item .case .bd ul li{
	width: 270px;
	height: 217px;
	float: left;
	margin: 14px 20px;
}
.item .case .bd ul li .photo{
	width: 270px;
	height: 180px;
	margin-bottom: 14px;
}
.item .case .bd ul li .photo img{
	width: 100%;
	height: 100%;
}
.item .case .bd ul li>a{
	display: block;
	width: 270px;
	height: 24px;
	line-height: 24px;
	color: #303030;
	font-size: 14px;
	text-align: center;
	background: #f2f2f2;
}
.item .case .bd ul li:hover>a{
	background: #ff0000;
	color: #FFFFFF;
}
.about{
	margin-top: 68px;
	width: 100%;
	background: url(../images/about.jpg) no-repeat center center;
	height: 490px;
}
.about .cont{
	width: 1200px;
	margin: 0 auto;
}
.about .cont .us{
	width: 564px;
	float: right;
	margin-top: 50px;
}
.about .cont .us h4{
	font-size: 28px;
	color: #FFFFFF;
	line-height: 60px;
}
.about .cont .us h4 span{
	padding-left: 10px;
    display: block;
    font-size: 16px;
    margin-top: -27px;
}
.about .cont .us>p{
    line-height: 28px;
	font-size: 14px;
    color: #FFFFFF;
    text-indent: 2em;
    font-weight: 600;
	text-shadow: #bababa 1px 1px 6px;
}
.about .cont .us .more{
	width: 100%;
	height: 28px;
	margin-top: 30px;
}
.about .cont .us .more a{
	float: left;
	font-size: 13px;
	color: #cfcfcf;
	line-height: 28px;
	padding-left: 24px;
}
.about .cont .us .more p{
	float: left;
	line-height: 28px;
	border-radius: 13px;
	color: #FFFFFF;
	font-size: 22px;
    font-weight: bold;
}
.our{
	margin-top: 65px;
	width: 100%;
	position: relative;
    overflow: hidden;
    height: 536px;	
}
.our .cont{
	width: 1920px;
    position: relative;
	margin-top: 60px;
}
.our .cont ul{
	margin: 0 -13px;
}
.our .cont ul li{
	width: 280px;
	height: 245px;
	background: #ff0000;
	float: left;
	margin: 0 13px;
}
.our .cont ul li>p{
	width: 240px;
	margin: 0 auto;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 30px;
	padding-top: 30px;
}
.our .cont ul li .tit{
	width: 100%;
	height: 80px;
	border-bottom: 2px solid #FFFFFF;
}
.our .cont ul li:nth-child(even){
	background: #5a5a66;
}
.our .cont ul li:nth-child(1) .tit{
	background: url(../images/p1.png) no-repeat left center;
}
.our .cont ul li:nth-child(2) .tit{
	background: url(../images/p2.png) no-repeat left center;
}
.our .cont ul li:nth-child(3) .tit{
	background: url(../images/p3.png) no-repeat left center;
}
.our .cont ul li:nth-child(4) .tit{
	background: url(../images/p4.png) no-repeat left center;
}
.our .cont ul li .tit p{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 137px;
}
.our .cont ul li .tit span{
	font-size: 12px;
	color: rgba(255,255,255,0.5);
	padding-left: 137px;
}
.pro{
	margin-top: 60px;
}
.pro .cont{
	width: 1260px;
	margin: 45px auto;
}
.pro .cont ul{
	margin: 0 24px;
}
.pro .cont ul li{
	width: 270px;
	height: 217px;
	float: left;
	margin: 14px 16px;
	position: relative;
}
.pro .cont ul li .photo{
	width: 270px;
	height: 180px;
	margin-bottom: 14px;
}
.pro .cont ul li .photo img{
	width: 100%;
	height: 100%;
}
.pro .cont ul li>a{
	display: block;
	width: 270px;
	height: 24px;
	line-height: 24px;
	color: #303030;
	font-size: 14px;
	text-align: center;
	background: #f2f2f2;
	-webkit-transition:all .3s linear; 
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.pro .cont ul li:hover>a{
	background: #ff0000;
	color: #FFFFFF;
}
.pro .cont ul li .mb{
	opacity: 0;
	width: 270px;
	height: 180px;
	position: absolute;
	top: 0;
	background: rgba(0,161,71,0.8);
	-webkit-transition:all .3s linear; 
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.pro .cont ul li:hover .mb{
	opacity: 1;
}
.pro .cont ul li .mb p{
	width: 213px;
	padding-top: 36px;
	margin: 0 auto;
	line-height: 26px;
	color: #FFFFFF;
	font-size: 14px;
}
.new{
	margin-top: 55px;
}
.new .cont{
	width:100%;
	height: 540px;
	background: #f3f3f3;
	margin-top: 30px;
}
.new .cont1{
	width:1200px;
	margin: 0 auto;
	padding-top:41px ;
}
.new .cont1 .list{
	width: 570px;
	float: left;
}
.new .cont1 .list .tit1{
	width: 100%;
	height: 26px;
	line-height: 26px;
}
.new .cont1 .list .tit1 p{
	float: left;
	border-left: 6px solid #ff0000;
	font-size: 18px;
	color: #ff0000;
	font-weight: 700;
	padding-left: 6px;
}
.new .cont1 .list .tit1 span{
	font-size: 18px;
	color: #aaaaaa;
	padding-left: 10px;
}
.new .cont1 .list .tit1 a{
	float: right;
	font-size: 12px;
	color: #b4b4b4;
	text-decoration: underline;
}
.new .cont1 .list ul li{
	width: 100%;
	height: 104px;
	padding: 25px 0;
	border-bottom: 1px dashed #b5b5b5;
}
.new .cont1 .list ul li .photo{
	width: 166px;
	height: 98px;
	border: 3px solid #f3f3f3;
	float: left;
}
.new .cont1 .list ul li .photo img{
	width: 100%;
	height: 100%;
}
.new .cont1 .list ul li:hover .photo{
	border-color: #ff0000;
}
.new .cont1 .list ul li:hover .txt .kk{
	color: #ff0000;
}
.new .cont1 .list ul li:hover .txt .more{
	background: #ff0000;
}
.new .cont1 .list ul li .txt{
	position: relative;
	width: 356px;
	height: 102px;
	float: right;
}
.new .cont1 .list ul li .txt .kk{
	background: url(../images/icon.png) no-repeat left center;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding-left: 20px;
}
.new .cont1 .list ul li .txt p{
	margin-top: 15px;
	color: #777777;
	font-size: 13px;
	line-height: 22px;
}
.new .cont1 .list ul li .txt span{
	font-size: 12px;
	color: #999999;
}
.new .cont1 .list ul li .txt .more{
	display: block;
	position: absolute;
	width: 75px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 19px;
	background: #c5c5c5;
	bottom: 0;
	right: 20px;
}
.new .cont1 .ap{
    border-left: 1px solid #FFFFFF;
    padding-left: 28px;
    margin-left: 28px;
}
.part{
	margin-top: 72px;
}
.part .cont{
	width: 1200px;
	margin:52px auto 0;
}
.part .cont ul{
	margin: 0 -18px;
}
.part .cont ul li{
	width: 174px;
	height: 68px;
	border: 1px solid #dcdcdc;
	float: left;
	margin: 0 15px;
}
.part .cont ul li img{
	width: 100%;
	height: 100%;
}

#float{
	width: 60px;
	position: fixed;
	right: 0;
	top:30%;
	z-index: 100;
}
#float .wx,#float .qq{
	width: 60px;
	height: 58px;
	border-bottom: 2px solid #FFFFFF;
	cursor: pointer;
	background: #ff0000;
	position: relative;
}
#float .fade{
	text-align: center;
	position: absolute;
	right: 60px;
	top: 0;
	background: #FFFFFF;
	display: none;
}

#float .wx .fade img{
	padding: 10px 10px;
	
}
#float .wx .fade p{
	line-height: 40px;
	background: #ff0000;
	color: #FFFFFF;
}
#float .top{
	cursor: pointer;
}
#float .qq .fade{
	width: 170px;
}
#float .qq .fade h2{
	font-weight: normal;
	color: #FFFFFF;
	background: #ff0000;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
#float .qq .fade p{
	font-size: 14px;
	color: #2E2E2E;
	text-align: center;
	line-height:30px;
	background: #FFFFFF;
}