﻿@charset "utf-8";
/* CSS Document */
.banner{
	background:url(../images/about.jpg) no-repeat center center;
	background-size:cover;
	min-height:400px;
	position: relative;
}
.banner img{ width:100%}
.mainbtbox {
	width:100%;
	background: url(../images/ioc_01.png) repeat-x;
	height: 30px;
	position: absolute;
    bottom: 0;
}

.mainbt div {
	line-height: 30px;
	max-width: 100%;
	float: right;
	color: #ffffff;
	font-size: 12px;
	background: url(../images/ioc_02.png) no-repeat left;
	padding-left: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mainbt div a {
	color: #FFFFFF;
}
.mainbt div a:hover {
	text-decoration: underline;
}
.contect .second_nav {
	padding:30px 0 10px 0;
	text-align:center
}
.contect .second_nav ul li{
	display: inline-block;
	background:url(../images/a.png) no-repeat 20px center #f2f2f2;
	width:184px;
	margin-bottom:10px;
	text-align:left;
}
.contect .second_nav ul li a{
	display:block;
	font-size:16px;
	padding:10px 10px 10px 50px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.contect .second_nav ul li:hover a{
	background:url(../images/b.png) no-repeat 20px center #69411e;
	color:#FFFFFF;
}
.contect .second_nav ul li.cur a{
	background:url(../images/b.png) no-repeat 20px center #69411e;
	color:#FFFFFF;
}
.contect .bt {
	text-align: center;
}
.contect .bt h3 {
	font-size:40px;
	font-weight: normal;
	line-height: 50px;
}
.contect .bt h3 span {
	height: 24px;
	width: 1px;
	background: url(../images/ioc_07.jpg) no-repeat;
	display: inline-block;
	margin: 0 15px;
}
.contect .bt p {
	color: #999999;
	font-size: 12px;
	font-family: arial;
	background: url(../images/ioc_08.jpg) repeat-x left 6px;
	line-height: 14px;
	width:100%;
	margin: 20px auto 0;
}
.contect .bt p span {
	background: #FFFFFF;
	display: inline-block;
	padding: 0 20px;
}
.contect_box{
	padding:30px 0;
	font-size:15px;
	line-height:28px;
}
.contect_box p img{
	max-width:100%;
}
/*新闻动态*/
.news_con ul {
  width: 100%;
}
.news_con ul li {
  background: #f8f8f8;
  padding: 20px 20px;
  cursor: pointer;
  margin-bottom: 30px;
}
.news_con ul li .news_left {
  width: 77%;
  float: left;
}
.news_con ul li .news_left a {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  width: 95%;
  display: block;
  margin-bottom: 15px;
  height: 25px;
  line-height: 25px;
}
.news_con ul li .news_left p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 95%;
  max-height: 72px;
  overflow: hidden;
}
.news_con ul li .news_right {
  width: 23%;
  float: right;
  border-left: 1px solid #cccccc;
  min-height: 50px;
  color: #e0e0e0;
  font-family: arial;
  text-align: left;
  padding-left:6%;
  background: url(../images/li_1.png) no-repeat right;
  min-height: 95px;
}
.news_con ul li .news_right span {
  font-size: 42px;
  display: block;
  line-height: 45px;
  margin-top:14%;
}
.news_con ul li .news_right time {
  font-size: 18px;
}
.news_con ul li:hover {
  background: #69411e;
  transition: All 0.2s ease-in-out;
 -webkit-transition: All 0.2s ease-in-out;
 -moz-transition: All 0.2s ease-in-out;
 -o-transition: All 0.2s ease-in-out;
}
.news_con ul li:hover .news_left a {
  color: #fff;
}
.news_con ul li:hover .news_left p {
  color: #fff;
}
.news_con ul li:hover .news_right {
  border-left: 1px solid #fff;
  background: url(../images/li_1_h.png) no-repeat right;
  color: #fff;
}
.news_con ul li:hover .news_right span {
  color: #fff;
}
#pagenav{ 
	text-align:center;
}

/*新闻详情*/
.contect_box .show_t {
    font-size: 26px;
    text-align: center;
    display: block;
    margin: 10px auto;
    color: #69411e;
}
.contect_box .fa_time {
    color: #999;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
	margin-bottom:20px;
}
.contect_box .s_x {
  margin-top: 30px;
  overflow: hidden;
}
.contect_box .s_x a {
  display: block;
  width: 48%;
  float: left;
  border: 1px solid #cccccc;
  height: 32px;
  line-height: 32px;
  padding-left: 30px;
  color: #999;
  box-shadow: 0px 2px 0px #e6e6e6;
  -moz-box-shadow: 0px 2px 0px #e6e6e6;
  -webkit-box-shadow: 0px 2px 0px #e6e6e6;
  background: url(../images/show_s1.png) no-repeat 20px center;
  overflow: hidden;
  margin-bottom: 2px;
}
.contect_box .s_x a:hover {
  border: 1px solid #69411e;
  box-shadow: 0px 2px 1px #77583d;
  color: #69411e;
  background: url(../images/show_x2.png) no-repeat 20px center;
}
.contect_box .s_x .s_prev {
  margin-right: 4%;
}
/*工程案例*/
.case ul {
  width: 100%;
  text-align: center;
  margin: auto;
  padding-top: 20px;
}
.case ul li {
  position: relative;
  margin-bottom:25px;
}
.case ul li a {
  display: block;
  position: relative;
  color: #666666;
  font-size: 17px;
  line-height: 30px;
  overflow: hidden;
}
.case ul li a img {
  z-index: 9999;
  transition: 0.3s;
  max-width:100%;
}

.case ul li a:hover {
  color: #69411e;
  font-weight: bold;
}
.case ul li a:hover img {
  transform: scale(1.1);
}
.case ul li:before{
  content: "";
  padding-bottom:63.052632%;
  border: 1px solid #d9d9d9;
  position: absolute;
  width: 95%;
  top: -10px;
  left: -3px;
  z-index: 0;
}
.case ul li:hover:after {
  border: 1px solid #81a849;
}

.case .top_a {
  text-align: center;
  margin: 20px auto 10px;
}
.case .top_a a {
  display: inline-block;
  color: #666;
  font-size: 14px;
  padding: 4px 20px;
  margin-bottom: 10px;
  background: url(../images/dian.png) no-repeat center right;
}
.case .top_a a:last-child {
  background: none;
}
.case .top_a a:hover {
  color: #81a849;
}
.case .top_a .active {
  color: #81a849;
}
.case .page {
  padding-top: 0px;
}

/*联系我们*/
.iw_poi_title {
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap;
}
.iw_poi_content {
	font:12px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word;
}
/*人才招聘*/
.contect_box .position .open_1 h3{
	background: url(../images/yuan.png) no-repeat left center;
	font-size: 1.8rem;
	padding: 10px 0 10px 20px;
	border-bottom: 1px dotted #262626;
}
.contect_box .position .open_1{
	cursor: pointer;
}
.contect_box .position .open_2{
	display: none;
}

.contect_box .position .open_2 a{
	display: inline-block;
	padding: 5px 10px;
	border:1px solid #532e0e;
	float: right;
	border-radius:5px;
	-moz-border-radius:5px;
   -webkit-border-radius:5px;
}

.contect_box .position .open_1 i{
	background:url(../images/yhx-hr-more.png) no-repeat center right;
	display:block;
	width:12px;
	height:11px;
	float:right;
}

/*提交表格*/
.contect_box .input_box{
	border: 1px solid #dededd;
	padding:5px 10px;
	margin: 10px 0;
	border-radius:5px;
	-moz-border-radius:5px;
   -webkit-border-radius:5px
}
.contect_box .input_box input{
	border: none;
	outline: none;
	width:80%;
}
.contect_box textarea{
	width: 100% !important;
	border:1px  solid #dededd;
	outline: none;
	resize:none;
	padding: 10px;
}
.contect_box .submit .tijiao{
	background-color: #dcdcdc;
    border: none;
}
.contect_box .submit .resentt{border: none;}
.contect_box .submit{
	text-align: center;
	margin-top: 10px;
}
.contect_box .submit .tijiao:hover,.contect_box .submit .resentt:hover{
	background:#7C7C7C;
	color:#FFFFFF;
	transition: all .3s ease-in-out;
}
input[type="reset"],input[type="submit"]{ padding:0 10px}



/*荣誉资质*/
.r_down_honor ul li{
	padding: 1% 1.5%;
}
.r_down_honor ul li a{
	height:313px;
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #e7e7e7;
}
.r_down_honor ul li a img{
	max-width: 100%;
	max-height:100%;
}
.r_down_honor ul li span{
	display:block;
	text-align: center;
	margin-top: 10px;
}
/* 在线留言*/
.fome font{
	font-size:22px;
	margin-bottom:20px;
	display:block; text-align:center
}
.form_group{
	width:100%;
	margin-top:15px;
}

.form_group .tes1{
	width:30%;
	margin-right:1.75%;
}
.form_group .tes3{
	width:30%;
	margin-left:1.75%;
}
.form_group .tes2{
	width:13.3%;
}
.form_group_biao input{
	height:40px;
	outline:none;
	padding-left:10px;
	border: 0;
    border-top: 1px solid #aaa;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
	background-color: #f0f0f0;
	width:100%;
}
.form_group_biao textarea{
	height:215px;
	width:100%;
	background-color: #f0f0f0;
    border: 0;
    border-top: 1px solid #aaa;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
	padding-left:10px;
	resize:none;
}
.form_group_biao input.check{
	width:25px;
	height:20px;
	line-height:20px;
}
.select{
	border-bottom: 1px solid #7c7c7c;
	border-top: 1px solid #7c7c7c;
}
.select .yongh{
	background:url(../images/tt.jpg) no-repeat center right;
	display:inline-block;
	width:100%;
	cursor:pointer;
	padding:10px 0;
	font-size:20px;
}
.select .yongh:hover{
	color:#f29200;
	transition: all .3s ease-in-out;
}
.select p{
	display:none;
}
.button1{  
    cursor: pointer;
    background-color: #dcdcdc;
    border-style: none;
    height: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    font-size: .875rem;
}
.ba{
	text-align:right
}
.hh{
	color:#69411e
}
.bb{
	color:#FFFFFF;
	background-color:#69411e
}
.button1:hover{
	background:#7C7C7C;
	color:#FFFFFF;
	transition: all .3s ease-in-out;
}
/*产品详情*/
#carousel-wrapper {
	padding-bottom: 10px;
	position: relative;
}
#carousel, #thumbs {
	overflow: hidden;
}
#carousel-wrapper .caroufredsel_wrapper {
	box-shadow: 0 0 5px #899;
	width:90% !important;
	margin: 0 auto !important;
}

#carousel span, #carousel img,#thumbs a, #thumbs img  {
	display: block;
	float: left;
}
#carousel span, #carousel a,#thumbs span, #thumbs a {
	position: relative;
}

#carousel img,#thumbs img {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#carousel img.glare,#thumbs img.glare {
	width: 102%;
	height: auto;
}
#carousel span {
	width: 554px;
	height: 313px;
}
#thumbs-wrapper {
	padding: 20px 40px;
	position: relative;
}
#thumbs a {
	border:1px solid #899;
	width: 150px;
	height: 100px;
	margin: 0 10px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	transition: border-color .5s;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}
#wrapper img#shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#prev, #next {
	background: transparent url(../images/carousel_nav.png) no-repeat 0 0;
	display: block;
	width: 19px;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
#prev {
	background-position: 0 0;
	left: 10px;
}
#next {
	background-position: -19px 0;
	right: 10px;
}			
#prev:hover { 
	background-position: 0 -20px;				
}
#next:hover {
	background-position: -19px -20px;				
}
#prev.disabled, #next.disabled {
	display: none !important;
}


/*案例展示*/
.r_down_show ul li{
	padding: 1% 1.5%;
}
.r_down_show ul li a{
	height: 110px;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e7e7e7;
}
.r_down_show ul li a img{
	max-width: 100%;
	max-height:100%;
}
.r_down_show ul li span{
	display:block;
	text-align: center;
	margin-top: 10px;
}
