﻿@charset "utf-8";
body {margin:0px auto; font-family:"微软雅黑";font-size:14px;}
ul,li,a,span,h1,div,ol,h1,h2,h3,p,hr,input,label {margin:0px; padding:0px; text-decoration:none; list-style:none;}
body,td,th {font-family: 微软雅黑;}
body {margin-left: auto;margin-top: 0px;margin-right: auto;margin-bottom: 0px;}
a{color:#0057A4;text-decoration:none;outline:none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;color: #016EC1;}
a:active {text-decoration: none;}
border { border:0px;}
img {border:0px;}

.clear{clear:both;}

.f-l{float:left;}
.f-r{float:right;}

/*------------公用样式结束----------*/



/*------------top----------*/
#top{width:100%; height:30px; background-color:#f2f2f2;}
.top1{width:1170px;margin:0 auto; }
.top-left{width:820px;height:25px; padding-top:5px; text-align:left; margin-left:20px;}
.top-right{width:330px;height:20px;}
.top-tel{width:11px; height:19px; padding-top:8px;}
.top-tel1{width:300px; height:30px; text-align:left; padding-left:10px;}


/*------------logo----------*/
#logo{MARGIN: 0px auto;width:1200px; height:131px; padding-top:20px;}
.logo1{width:216px;height:100px;}
.logo2{width:602px;height:92px; margin-left:40px; padding-top:8px;}
.logo-er{width:220px; height:110px; background-color:#F2F2F2; margin-left:60px;}
.logo-er1{width:100px; height:100px; margin-left:5px; margin-top:5px;}
.logo-er2{width:100px; height:80px; margin-left:5px;text-align:left; padding-top:20px;}


/*------------导航----------*/
#dh{width:100%;height:100px; background-color:#1b6ebc;}

*{list-style:none;}

.width1200 {MARGIN: 0px auto; WIDTH: 1200px}
.margintop10 {MARGIN-TOP: 0px}
.cl {CLEAR: both}
.nav1 {	LINE-HEIGHT: 0px; HEIGHT:100px;}
.nav1 UL .pli {	Z-INDEX:10; POSITION: relative; TEXT-ALIGN: center; LINE-HEIGHT:100px; WIDTH: 145px; FLOAT: left; HEIGHT:100px; list-style:none;background:url(img/dh1.jpg) center no-repeat;}
.nav1 UL .pli OL {POSITION: absolute;  PADDING-BOTTOM: 0px; WIDTH: 130px; DISPLAY: none;  HEIGHT: auto;  LEFT: 13px;}
.nav1 UL .onpli {BACKGROUND: url(img/dh.jpg) no-repeat center 50%}
.nav1 UL .onpli OL {DISPLAY: block}
.nav1 UL .pli A {DISPLAY: block;FONT-FAMILY: "微软雅黑";COLOR: #ffffff;FONT-SIZE: 18px;text-decoration: none;	font-weight: normal;}
.nav1 UL .pli A:hover {COLOR: #ffffff}
.nav1 UL .onpli A {COLOR: #ffffff;font-weight: normal;text-decoration: none;list-style:none;}
.nav1 UL .pli OL LI A:hover {DISPLAY: block; BACKGROUND: #57BC54; COLOR: #333; TEXT-DECORATION: none}
.nav1 UL .pli OL LI A {	COLOR: #ffffff; FONT-SIZE: 14px; FONT-WEIGHT: normal}
.nav1 UL .pclosepli OL {DISPLAY: none}


/*------------banner----------*/
.banner {position:absolute;width:100%;}
#banner li{position:absolute;width:100%;top:0;left:0;display:none;}	
#banner li img{width:100%;}
#banner li:first-child{display:block;}
.bannerbg{position:relative;z-index:10;}
#leftBtn{left:0;background:url(img/leftbtn.png) no-repeat center center ;}
#rightBtn{right:0;background:url(img/rightbtn.png) no-repeat center center;}
#rightBtn ,#leftBtn{position:absolute;top:35%;width:40px;height:125px;display:block;opacity:0.5;filter:alpha(opacity=50);z-index:1000; cursor:pointer;}

/*------------土地项目----------*/
#tdxm{width:100%; height:600px; background:url(img/bj.jpg) center no-repeat; margin-top:-3px;}
.xm-dh{margin:0px auto; width:1000px; height:120px;text-align:center; padding-top:30px;}
.xm{margin:0px auto; width:1200px; height:410px; margin-top:10px;}
.xm1{width:300px; height:410px;}
.xm1-1{width:300px; height:360px;}
.xm1-2{width:300px; height:40px; text-align:center; padding-top:10px; background-color:#6CD228;}
.xm1-3{width:300px; height:40px; text-align:center; padding-top:10px; background-color:#1B6EBC;}



@-webkit-keyframes flipOutYtest {
  from { -webkit-transform: perspective(1400px); transform: perspective(1400px); }
  40% { -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg); transform: perspective(1400px) rotate3d(0, 1, 0, 60deg); opacity: 1; }
  50% { -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg); transform: perspective(1400px) rotate3d(0, 1, 0, 90deg); opacity: 0; }
  to { -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg); transform: perspective(1400px) rotate3d(0, 1, 0, 180deg); opacity: 0; }
}
.test { -webkit-animation: flipOutYtest 0.75s linear; animation: flipOutYtest 0.75s linear; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes flipInYtest {
  from { -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg); transform: perspective(1400px) rotate3d(0, 1, 0, -180deg); opacity: 0; }
  50% { -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg); transform: perspective(1400px) rotate3d(0, 1, 0, -90deg); opacity: 0; }
  60% { -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -60deg); transform: perspective(1400px) rotate3d(0, 1, 0, -60deg); opacity: 1; }
  to { -webkit-transform: perspective(1400px); transform: perspective(1400px); opacity: 1; }
}
.test2 { -webkit-animation: flipInYtest 0.75s linear; animation: flipInYtest 0.75s linear; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
  .well .well-item { position: relative; float: left; width: 23%; min-height: 250px; margin: 1%; }
  .well .well-item img { width: 100%; min-height: 360px; curosr: pointer;}
  .correct { position: absolute; width: 300px; }
  .opposite { min-height: 360px; width: 100%; }
  .opposite div { min-height: 360px; width: 100%; }
  .opposite-content { display: table; width: 100%; min-height: 360px; background-color:#1B6EBC;}
  .opposite-content-text { display: table-cell; vertical-align: middle; text-align: center; color: white; font-size:18px; }


/*------------新闻----------*/
#new{width:100%; height:551px; background:url(img/bj4.jpg) center no-repeat; margin-top:30px;}
.new1{margin:0px auto; width:1200px; height:500px; padding-top:30px;}
.new2{width:650px; height:410px; margin-left:260px;}

.newslist1 ul{margin:0 10px 10px 10px;padding:0;list-style:none;overflow:hidden;}
.newslist1 ul li{clear:both;line-height:35px;border-bottom:1px dotted #666666;padding-bottom:10px; text-align:left;}
.newslist1 ul li span{float:left;background:#1B6EBC;display:inline-block;width:70px;height:70px;color:#ffffff;font-family:"微软雅黑";font-size:20px;margin-right:20px;text-align:center;	font-weight: normal; padding:5px;}
.newslist1 ul li span cite {font-size:14px;font-style:normal;border-top:1px #cccccc solid;color:#ffffff;}
.newslist1 ul li span:hover {background:#6CD228;color:#ffffff;}
.newslist1 ul li span:Hover cite {color:#ffffff;}
.new3{ text-align:left;}

.newsshow1 h2{text-align:center;font-size:14px;font-weight:900;font-family:microsoft yahei;}
.newsshow1 .info{text-align:center;color:#999;padding:5px 0;}
.newsshow1 .content{line-height:24px;}
.newsshow1 .content p{margin:5px 0;}
.newsshow1 .content h3 {font-size:14px;margin-bottom:0;}
.newsshow1 .content img{max-width:900px;}
.newsshow1 .pre{margin:10px 0 5px 0;color:#999;}
.newsshow1 .next{margin:0 0 10px 0;color:#999;}


.news-more{width:140px; height:40px; text-align:center; float:right;}


/*------------土地整改----------*/
#tdzg{width:100%; height:810px; background-color:#F1F1F1; padding-top:20px;}
.tdzg1{margin:0px auto; width:1200px; height:auto;}





/*------------对比----------*/
#tddb{width:100%; height:170px; background-color:#1B6EBC;}
.tddb1{margin:0px auto; width:1200px; height:160px; background:url(img/l4.png) bottom no-repeat;}
.tddb1-1{margin:0px auto; width:1000px; height:50px; text-align:center; padding-top:20px;}
.tddb1-2{margin:0px auto;width:760px; height:50px;}
.tddb1-3{width:150px; height:50px; margin-right:40px;}
.tddb3{width:46px; height:25px; text-align:center; padding-top:25px;}
.tddb4{width:100px; height:40px; text-align:left; padding-top:10px;}
.db-tu{width:100%; height:900px; background:url(img/bj2.jpg) center no-repeat;}
.tu-1{margin:0px auto;width:395px; height:86px; background:url(img/db.png) center no-repeat; text-align:center; padding-top:90px;}
.tu-2{margin:0px auto;width:1000px; height:600px; background-color:#FFFFFF;}
.dbxm{width:380px; height:auto; margin-left:30px; margin-right:30px;}
.dbxm1{width:380px; height:40px; text-align:left; padding-top:20px;}
.dbxm2{width:380px; height:240px; margin-top:20px;}
.dbxm2-1{width:380px; height:200px;}
  .well1 .well-item1 img { width: 100%; min-height: 200px; curosr: pointer;}
  .correct1 { position: absolute; width: 380px; }
  .opposite1 { min-height: 200px; width: 100%; }
  .opposite1 div { min-height: 200px; width: 100%; }
.dbxm2-2{width:380px; height:40px; text-align:center; background-color:#6CD228;}

.dbxm3{width:90px; height:320px; background:url(img/db1.png) center no-repeat; text-align:center; padding-top:280px; margin-left:14px;}
.dbxm4{margin:0px auto;width:18px; height:32px; background:url(img/db2.png) center no-repeat;}


/*------------简介---------*/
#about{width:100%; height:551px; background:url(img/bj3.jpg) center no-repeat;}
.about1{margin:0px auto; width:1200px; height:450px; padding-top:50px;}
.about2{width:650px; height:410px; margin-left:300px; text-align:left;}
.about-more{width:160px; height:35px; background-color:#01D300; text-align:center; padding-top:5px;}

/*------------厂容厂貌---------*/
#crcm{margin:0px auto; width:1200px; height:auto}



#div1{ width: 1170px; height:300px; position: relative;overflow: hidden;}
#div1 ul { width: 1170px; height:300px; position: relative; margin-top:20px;}
#div1 ul li { height: 300px; float:left; list-style: none; padding-right:20px;}
#div1 ul li img { width:260px; height: 180px; display: inline-block;border: 2px solid #016EC1;}
#div1 ul li txt{font-size:14px; color:#666666; text-align:center;}


/*------------地图---------*/
#dt{width:100%;height:400px;margin-top:40px;}

/*------------版权---------*/
#my-foot{width:100%;height:35px; background-color:#016EC1; padding-top:5px; text-align:center;}




/*------------内页banner---------*/

#nybanner{position:absolute;width:100%; height:300px; background:url(img/nybj.jpg) center no-repeat;position:relative; overflow:hidden; z-index:-1;}
#nybanner1{position:absolute;width:100%; height:300px; background:url(img/nybj1.jpg) center no-repeat;position:relative; overflow:hidden; z-index:-1;}
#nybanner2{position:absolute;width:100%; height:300px; background:url(img/nybj2.jpg) center no-repeat;position:relative; overflow:hidden; z-index:-1;}
#nybanner3{position:absolute;width:100%; height:300px; background:url(img/nybj3.jpg) center no-repeat;position:relative; overflow:hidden; z-index:-1;}
#nybanner4{position:absolute;width:100%; height:300px; background:url(img/nybj4.jpg) center no-repeat;position:relative; overflow:hidden; z-index:-1;}
#nybanner5{position:absolute;width:100%; height:300px; background:url(img/nybj5.jpg) center no-repeat;position:relative; overflow:hidden; z-index:-1;}
#nybanner6{position:absolute;width:100%; height:300px; background:url(img/nybj6.jpg) center no-repeat;position:relative; overflow:hidden; z-index:-1;}


.nybannerdh{width:410px; height:90px; background:url(img/nydh.jpg) center no-repeat;text-align:left; position:absolute;top:120px;right:-610px; padding-top:15px;padding-left:140px;}



.nyzw{margin:0px auto; width:1200px; height:auto; padding-top:20px; padding-bottom:20px; text-align:left;}
.nyzw1{width:1140px; height:200px;text-align:left; border:1px solid #cccccc; padding:10px; margin-bottom:30px;}


/*------------内页新闻样式---------*/
#news_data{ width:100%;}
#news_data .MY-NY-NEWS09{ width:1170px; }
#news_data .MY-NY-NEWS09 ul{ margin:0px; padding:0px;}
#news_data .MY-NY-NEWS09 ul li{ height:120px; margin-bottom:20px; background:#f2f2f2;}
#news_data .MY-NY-NEWS09 ul li .l{ width:100px; float:left; background:#1b6ebc;}
#news_data .MY-NY-NEWS09 ul li .l h4{ height:70px; font-size:30px; text-align:center; color:#ffffff; border:none; line-height:70px;}
#news_data .MY-NY-NEWS09 ul li .l h5{ height:50px; font-size:20px; text-align:center; color:#ffffff; border:none;}
#news_data .MY-NY-NEWS09 ul li .r{ padding:10px; width:1040px; float:right;}
#news_data .MY-NY-NEWS09 ul li .r a h3{ margin:0px; padding:0px; color:#333333; height:35px; line-height:35px; font-size:18px; font-weight:bold;}
#news_data .MY-NY-NEWS09 ul li .r p{ font-size:13px;line-height:20px;}

#news_data .MY-NY-NEWS09 ul li .r a:hover h3{ margin:0px; padding:0px; color:#cc3335; height:35px; line-height:35px; font-size:18px; font-weight:bold; text-indent:10px; transition:0.2s all ;}


.alc1{
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:35px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.alc1 a{
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.alc1 a:hover {color: #FF7E00;}


.alc{
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:35px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.alc a{
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.alc a:hover {color: #FF7E00;}



.a1 {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
.a2 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #1B6EBC;
	text-decoration: none;
}
.a3 {
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #3D3D3D;
}
.a4 {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #AAAAAA;
	text-decoration: none;
}
.a5 {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.a6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #6C6C6C;
	text-decoration: none;
}

.a7 {
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.a8 {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #8E8E8E;
}
.a9 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.a10{
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #2F2F2F;
	text-decoration: none;
}
.a11{
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
	color: #2F2F2F;
	text-decoration: none;
}
.a12 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
.a13 {
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
}
.a14{
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.a14:hover{
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.a15 {
	font-family: "微软雅黑";
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}

.a16 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: #6CD228;
}
.a17 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
}
.a18 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	color: #1b6ebc;
}
.a19 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: bolder;
	color: #e6e6e6;
}