



@-webkit-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp1 {
	-webkit-animation-name: fadeInUp1;
	animation-name: fadeInUp1
}



.fadeInleft {
	-webkit-animation-name: fadeInleft;
	animation-name: fadeInleft
}



@-webkit-keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}




.fadeInright {
	-webkit-animation-name: fadeInright;
	animation-name: fadeInright
}



@-webkit-keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}



/*news*/
.news_section{
	padding:50px 0 65px;
}


.news_sec1{
	background:#f0f0f0;
	margin-bottom:5px;
	padding:30px 20px;
}
.news1_main{
	font-size:15px;
	line-height:24px;
	color:#2e2e2e;
	width:74%;
}
.news1_main h3{
	font-size:19px;
	line-height:19px;
	color:#ec6941;
	margin-bottom:15px;
}

.news1_main a{
	margin-top:20px;
	transition:all 0.3s;
	display: inline-block;
	font-size:14px;
	line-height:32px;
	padding:0 10px;
	border:1px solid #ec6941;
	color:#ec6941;
}

.news1_main a:hover{
	background:#ec6941;
	color:#fff;
}


.news1_img{
	width:21%;
}

.news1_img img{
	display: block;
	width:100%;
	height:auto;
}

.news_sec1,
.news_sec2{
	opacity: 0;
}

.news_sec1.articleShow,
.news_sec2.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}


.news_sec2 li{
	padding:35px 7% 25px 0;
	border-bottom:1px solid #eaeaea;
	background:url(../images1/news2.png) no-repeat right center;
	transition:all 0.3s;
}

.news2_date{
	width:7%;
	text-align: center;
	padding:20px 0;
	margin-right:2%;
	background:#f0f0f0;
	color:#515151;
	font-size:14px;
	line-height:14px;
}

.news2_date span{
	display: block;
	font-size:36px;
	margin-bottom:15px;
	line-height:36px;
}


.news_sec2 li:hover{
	background:url(../images1/news3.png) no-repeat right center;
}

.news2_main{
	width:80%;
	color:#565656;
	font-size:14px;
	line-height:24px;
}
.news2_main h3{
	font-size:16px;
	line-height:16px;
	padding:10px 0;
}
.news_sec2 li:hover .news2_main h3{
	color:#ec6941;
}




/*licheng*/
.lc_section{
	padding:80px 0;
}






.b-historylist{
	position: relative;
	width:100%;
	height:605px;
	background:url(../images1/lc_bg.jpg) repeat-x center;
}
.b-historylist .bd{
	overflow: hidden;
	width:1200px;
	margin:0 auto;
	height:605px;
	position: relative;
}
.b-historylist .bd ul{
	width:100%;
	height:605px;
}


.b-historylist li{
	/*margin-right:30px;*/
	
	position: relative;
	margin-left: -130px;
	border:1px solid #cccccc;
    cursor:pointer;
 	width:345px;
 	float:left;
	height:245px;
 	background:#f5f5f5;
	
}
.b-historylist li.even{
	margin-top:354px;
	padding-top:40px;
}
.b-historylist li.odd{
	padding-bottom:40px;
	/*margin-bottom:120px;*/
}


.b-historylist li.fi{
	margin-left: 0;
}


.b-historylist .hd a{
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top:47%;
	cursor: pointer;
}
.b-historylist .hd .prev{
	background:url(../images1/lcl1.png) no-repeat center;
	background-size:100% 100%;
	left:-55px;
}
.b-historylist .hd .next{
	background:url(../images1/lcr1.png) no-repeat center;
	background-size:100% 100%;
	right:-55px;
}

.b-historylist .hd .prev:hover{
	background:url(../images1/lcl2.png) no-repeat center;
	background-size:100% 100%;
	left:-55px;
}
.b-historylist .hd .next:hover{
	background:url(../images1/lcr2.png) no-repeat center;
	background-size:100% 100%;
	right:-55px;
}
.ab2_mian1 li .ab2_dian{
	width:345px;
	height:16px;
	background:url(../images1/dian1.jpg) no-repeat center;
}

.ab2_mian1 li.odd .ab2_dian{
	width:345px;
	position:absolute;
	bottom:-65px;
	text-align: center;
}
.ab2_mian1 li.even .ab2_dian{
	position:absolute;
	top:-62px;
	text-align: center;
}

.ab2_mian1 li:hover .ab2_dian{
	background:url(../images1/dian2.jpg) no-repeat center;
}

.ab2_mian1 li.odd .ab2_jiao{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	width:100%;
	height:16px;
	background:url(../images1/xia1.jpg) no-repeat center;
	background-size:auto 100%;
}

.ab2_mian1 li.odd:hover .ab2_jiao{
	background:url(../images1/xia2.jpg) no-repeat center;
	background-size:auto 100%;
}

.ab2_mian1 li.even .ab2_jiao{
	position:absolute;
	bottom:100%;
	left:0;
	right:0;
	width:100%;
	height:16px;
	background:url(../images1/shang1.jpg) no-repeat center;
	background-size:auto 100%;
}

.ab2_mian1 li.even:hover .ab2_jiao{
	background:url(../images1/shang2.jpg) no-repeat center;
	background-size:auto 100%;
}


.ab2_title{
	color:#fff;
	font-size:16px;
	line-height:38px;
	background:#c9c9c9;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left:0;
	right:0;
	width:100%;
}

.ab2_mian1 li:hover .ab2_title{
	background:#ed6942;
}

.ab2_m{
	color:#666666;
	padding:15px 20px;
	font-size:13px;
	line-height:24px;
}


.ab2_mian1 li.odd .ab2_title{
	bottom:0;
}
.ab2_mian1 li.even .ab2_title{
	top:0;
}


.ab2_mian1 li:last-child{
	margin-top:109px;
	left:245px;
}



.lc_sec1{
	position:relative;
}

.lc_sec1 .owl-prev,
.lc_sec1 .owl-next{
	display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 43%;
    cursor: pointer;
    z-index:10;
    text-indent:-999999px;
    border-radius:100%;
    overflow:hidden;
}

.lc_sec1 .owl-prev{
	right:-10px;
	background:#fff url(../images1/lcr1.png) no-repeat center;
	background-size:100% 100%;
}

.lc_sec1 .owl-next{
	left:-10px;
	background:#fff url(../images1/lcl1.png) no-repeat center;
	background-size:100% 100%;
}

.lc_sec1 .owl-prev:hover{
	right:-10px;
	background:#fff url(../images1/lcr2.png) no-repeat center;
	background-size:100% 100%;
}

.lc_sec1 .owl-next:hover{
	left:-10px;
	background:#fff url(../images1/lcl2.png) no-repeat center;
	background-size:100% 100%;
}

.lc1_main{
	border: 1px solid #cccccc;
	padding:30px 8%;
	color:#666666;
	font-size:13px;
	line-height:24px;
	margin:0 10px;
}

.lc1_date{
	font-size:16px;
	line-height:16px;
	margin-bottom:5px;
	font-weight:bold;
}



































/*响应式样式*/
@media only screen and (max-width:1600px ) {







}

@media only screen and (max-width:1400px ) {







}

@media only screen and (max-width:1200px ) {

.lc_sec{
	display: none;
}
.lc_sec1{
	display: block;
}





}

@media only screen and (max-width:1024px ) {







}

@media only screen and (max-width:960px ) {

.news2_date {
    width: 13%;
}





}

@media only screen and (max-width:560px ) {

.news_section {
    padding:40px 0;
}
.news_sec1 {
    padding: 30px 3%;
}

.news1_main,
.news1_img{
	width:100%;
}

.news1_img{
	margin-top:20px;
}
.news2_date {
   display: none;
}

.news2_main {
    width: 93%;
}
.news_sec2 li {
    padding: 25px 7% 15px 0;
}

.lc_section {
    padding: 40px 0;
}




}

@media only screen and (max-width:320px ) {







}



/*浮动QQ*/
    body{ overflow-x: hidden;}

    .float_qq{ position:fixed; top:150px; right:0; width:50px; height:203px; z-index:999999999999999999999999999; }
    .float_qq li{ width:auto; height:50px; z-index:20; }
    .float_qq li.float_qq1, .float_qq li.float_qq4{ position:absolute; left:0; width:172px; }
    .float_qq li.float_qq1{ top:0; }
    .float_qq li.float_qq2{ position:absolute; top:51px; left:0; width:126px; }
    .float_qq li.float_qq3{ position:absolute; top:102px; left:0; width:126px; }
    .float_qq li.float_qq4{ position:absolute; top:153px; left:0; width:172px; }
	.float_qq li.float_qq5{ position:absolute; top:204px; left:0; width:172px; }
	
    .float_qq4{ position:absolute; top:153px; left:0; }
    .float_qq li a{ display:block; font-family:"Microsoft Yahei"; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#000; opacity:0.8; border-radius:6px; }
    .float_qq li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px; }
    .float_qq li a:hover{ background-color:#c70c1f; opacity:1; }
    .float_shwx{ position:absolute; top:-226px; left:-216px; width:216px; height:216px; padding-bottom:9px; display:none; }
    .float_shwx img{ display:block; padding:14px; background-color:#FFF; width:188px; height:188px; }
    .page{text-align:center;line-height:24px;padding:0 0 20px 20px;}
    .page a{padding:0 3px;color:#999;}
    .page span{padding:0 3px;color:#f90;font-weight:900;}
    












