﻿/* CSS Document */
*{
	margin:0; 
	padding:0;
}
body{
	font-family:"Microsoft YaHei";
	font-size:12px; 
	color:#555;
  line-height: 20px;
	}
a {
    text-decoration: none;
    color: #333;
}
ul{
	list-style:none;
	}	
.w1200{
	width:1200px;
	margin:0 auto;
	}
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    clear: both;
    *zoom: 1;
}
img{
  border:0;
  vertical-align: middle;
}
/*index*/
.header-top{
  background: url(../images/header-bg.jpg) center no-repeat;
  padding:19px 0;
}
.logo img{
  width: 619px;
  height: 78px;
}
.tel img{
  width: 310px;
  height: 47px;
  margin-top: 15px;
}
.header-nav{
  background: #fff;
  height: 50px;
}
.header-nav li{
  float: left;
  text-align: center;
}
.header-nav li a{
  line-height: 50px;  
  width: 126px;
  display: block;
  font-size:14px;
}
.header-nav li a.on,.header-nav li a:hover{
  color: #fff;
  background: #0372b2;
}
.banner{
  clear: both;
  position: relative;
  height:450px;
  width: 100%;
  -moz-box-shadow:0px 0px 12px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.2);
  box-shadow:0px 0px 12px rgba(0,0,0,0.2);
}
.ban_box li{
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:450px;
  opacity: 0;
  filter:alpha(opacity=0);
}
.ban_box li span {
    display: block;
    height: 450px;
}
.cir_box{
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
.cir_box li,.info-btn li{
  float: left;
  width: 12px;
  height: 12px;
  margin:0 6px;
  border-radius: 50%;
  cursor: pointer;
  background: #b3d0df;
}
.ban_box li img{
  display: block;
  margin: 0 auto;
}
.cir_on,.info-cur{
  background: #ff6c00 !important;
}
.ban_btn{
  position: absolute;
  width: 100%;
  top:190px;
  display: none;
}
.banner:hover .ban_btn{
  display: block;
}
.left_btn,.right_btn{
  width: 30px;
  background: #000;
  opacity: 0.5;
  filter:alpha(opacity=50);
  cursor: pointer;
  color: #fff;
  line-height: 80px;
  font-size: 24px;
  text-align: center;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  font-family: '黑体';
}
.left_btn{
  float: left;
}
.right_btn{
  float: right;
}
.titles {
  padding-top: 26px;
}
.project .titles {
  text-align: center;
}
.titles h3{
  font-size: 16px;
  color: #233d70;
}
.titles p{
  color: #b1b1b1;
}
.titles p:before{
  content: "";
  background: url(../images/title-bg.png) center no-repeat;
  width: 270px;
  height: 9px;
  display: block;
  margin: 5px auto;
}
.project{
  -moz-box-shadow:0px 3px 7px rgba(141,141,141,0.1);
  -webkit-box-shadow:0px 3px 7px rgba(141,141,141,0.1);
  box-shadow:0px 3px 7px rgba(141,141,141,0.1);  
}
.project-con{
  width: 1180px;
  margin: 30px auto 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 32px;
}
.project-con ul {
  position: relative;
}
.project-con ul li {
  float: left;
  width: 260px;
  padding:10px 10px 24px;
  margin-left: 20px;
  background: #f5f5f5;
}
.project-con ul li:first-child {
  margin-left: 0;
}
.project-con ul li img {
  display: block;
  width: 260px;
  height: 194px;
}
.project-con ul li h4{
  color: #ff6c00;
  font-size:14px;
  line-height: 40px;
  font-weight: normal;
}
.project-con ul li p,.news .news-txt li p{
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
}
.project-con ul li:hover{
  background: #0372b2;
}
.project-con ul li a:hover,.project-con ul li a:hover h4{
  color: #fff;
}
.about,.news{
  margin-bottom: 30px;
}
.about .titles,.news .titles{
  margin-bottom: 17px;
}
.about .about-img img{
  width: 350px;
  height: 239px;
}
.about .about-txt{
  margin-left: 15px;
  margin-top: 6px; 
}
.about .about-txt p{
  text-indent:2em;
  width: 316px;
  height: 186px;
  overflow: hidden;
  line-height: 24px;
}
.about .about-txt a{
  display: block;
  width: 118px;
  height: 33px;
  line-height: 33px;
  background: #e0e0e0;
  text-align: center;
  margin-top: 12px;
}
.about .about-txt a:hover{
  background: #0372b2;
  color: #fff; 
}
.news {
  margin-left: 42px;
}
.news .news-img{
  width: 222px;
  height: 239px;
  overflow: hidden;
  position: relative;
}
.news .news-img p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: rgba(3,114,178,0.3);
  line-height: 30px;
}
.news .news-txt li{
  width: 243px;
  margin-left: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom:dashed 1px #e4e4e4;
}
.news .news-txt li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.news .news-txt li h3{
  font-size: 14px;
  font-weight: normal;
}
.news .news-txt li p,.news .news-txt li span{
  color: #939393;
}
.news .news-txt li span{
  display: block;
  margin: 15px 0;
}
.footer{
  background: url(../images/footer.jpg) center no-repeat;
  padding: 36px 0 28px;
  color: #fff;
}
.footer li {
  float: left;  
  margin-right: 19px;
  padding-right: 19px;
  border-right: solid 1px #fff;
  height: 13px;
  line-height: 13px;
  margin-bottom: 16px;
}
.footer li:last-child{
  border-right: 0;
} 
.footer li a{
  color: #fff;
}
.footer .fr{
  line-height: 13px;
}
.footer .foot-tel{
  margin-bottom: 16px; 
}
.footer .foot-tel:before,.footer .foot-contact:before{
  content: "";
  width: 13px;
  height: 14px;
  background: url(../images/icon-tel.png) center no-repeat;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -2px;
}
.footer .foot-contact:before{
  background: url(../images/icon-add.png) center no-repeat;  
}
/*内页*/
.ny-banner{
  -moz-box-shadow:0px 0px 12px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.2);
  box-shadow:0px 0px 12px rgba(0,0,0,0.2);
}
.ny-banner span {
  display: block;
  height: 240px;
} 
.type{
  background: #fff;
  -moz-box-shadow:0px 3px 7px rgba(141,141,141,0.1);
  -webkit-box-shadow:0px 3px 7px rgba(141,141,141,0.1);
  box-shadow:0px 3px 7px rgba(141,141,141,0.1);
}
.type li{
  float: left;
  height: 40px;
}
.type li a{
  line-height: 40px; 
  display: block;
  font-size: 14px;
  margin-right: 30px;
}
.type li a:hover,.type li a.on{
  color: #0372b2;
  border-bottom: solid #0372b2 3px;
}
.main{
  padding: 40px 0;
}
.main .project-con {
  margin: 0 auto;
}
.main .project-con li{
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 40px;
}
.main .project-con li:nth-child(4n+0){
  margin-right: 0;
}
.page {
  text-align: center;
  margin-top: 30px;
}
.page a,.page span {
  border: 1px solid #dddddd;
  line-height: 35px;
  height:35px;
  padding: 0px 14px;
  margin: 0px 7px;
  display: inline-block;
  vertical-align: middle;
}
.page a span {
  font-size: 20px;
  color: #7c7c7c;
}
.page span.current {
  color: #fff;
  background: #0372b2;
  border-color: #0372b2;
}
.new-list li{
  border:solid 1px #eee;
  overflow: hidden;
  margin-bottom: 29px;
}
.new-list .new-pic{
  padding: 10px;
  width: 252px;
  height: 199px;
  float: left;
}
.new-list .new-pic img{
  width: 252px;
  height: 199px;
}
.new-list .new-text{
  width: 850px;
  float: left;
  padding:19px 0;
}
.new-list .new-text h3{
  font-size:14px;
  font-weight: normal;
}
.new-list .new-text span,.new-list .new-text p{
  color: #939393;
}
.new-list .new-text span{
  margin: 20px 0;
  display: block;
}
.new-list .new-text p{
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
  overflow: hidden;
}
.new-list .more a{
  width: 14px;
  display: block;
  float: right;
  height: 100px;
  padding: 59px 15px 60px;
  background: #f9f9f9;
  color: #939393;
  text-align: center;
  border-left: solid 1px #eeeeee;
  font-size:14px;
}
.new-list .more a:hover{
  background: #0372b2;
  color: #fff;
}
.new-title {
  text-align: center;
  border-bottom:solid 1px #f5f5f5;
}
.new-title h1{
  font-size:20px;
}
.new-title span{
  color: #939393;
  display: block;
  line-height: 36px;
}
.new-box{
  padding:30px 10px;
}
.new-link{
  border-top:solid 1px #f5f5f5; 
  padding:30px 10px;
}
.new-link a:hover{
  color: #0372b2;
}



.message{
  margin-top:35px;
  margin-bottom:95px;
}
.message_title{
  position:relative;
  margin-bottom:30px;
}
.message_title>h3{
  font-size:36px;
  line-height:36px;
  color:#000000;
  position:relative;
  z-index:1;
  font-weight:normal;
}
.message_title>span{
  font-size:40px;
  line-height:40px;
  font-family:Arial, Helvetica, sans-serif;
  color:#dadada;
  display:block;
  position:absolute;
  top:-15px;
  left:78px;
}
form{
  overflow:hidden
}
.form-feed{
  
}
.form-feed>input[type=text]{
  border:1px solid #cecece;
  width:60%;
  height:20px;
  padding:16px 0px 14px 14px;
  margin-right:27px;
  margin-bottom:32px;

}
.form-feed>textarea{
  border:1px solid #cecece;
  width:60%;
  height:109px;
  padding:10px 0px 0px 14px;
}
.form-feed>input[type=submit]{
  display:block;
  width:280px;
  height:45px;
  background:#0061AE;
  color:#ffffff;
  border:none;
  margin:24px 20% 0px;
  cursor:pointer;
}