/*固定顶部top_bar---------------------------------------------*/
.top_bar {
	border-top: 10px solid #383735;
}
.top_bar .container .row .top_bar_left {
  float: left;
  padding-top: 7px;
}
.top_bar .container .row .top_bar_left img {
  display: inline-block;
  height: 85px;
}
.top_bac img {
	width: 100%;
}
.top_bar .container .row .top_bar_right {
  float: right;
  margin-top: 20px;
}
.top_bar .container .row .top_bar_right span {
  float: left;
  display: inline-block;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  margin-left: 10px;
color: #fff;
}
.top_bar .container .row .top_bar_right a {
  float: left;
  display: inline-block;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
	color: #fff;
}
.top_bar .container .row .top_bar_right img {
  width: 29px;
  height: 25px;
  margin-bottom: 5px;
}

.comLink {
	width: 220px;
	margin: 20px auto 0;
	text-align: center;
	box-sizing: border-box;
}

.comLink a {
	display: block;
	color: #EC611E;
	font-size: 16px;
	border-radius: 5px;
	padding: 15px 5px;
	background: #fff;
	box-sizing: border-box;
}

/*左侧边栏*/
.innerBox {
	width: 1200px;
	margin: 40px auto;
}

.innerBox .lBox {
	width: 300px;
	float: left;
	background: #fff;
}

.projectCase_son {
	margin-top: 50px;
	width: 800px;
	float: right;
}

.projectCase_son .container {
	width: auto;
}

.innerBox .lBox .sTtl {
	margin-bottom: 10px;
	background: #EB601D;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 3px 2px;
}

.innerBox .lBox .sTtl span {
	display: block;
	
}

.innerBox .lBox .sTtl > span {
	border: 1px solid #fff;
	padding: 10px 5px;
	box-sizing: border-box;
}

.innerBox .lBox .sTtl > span span {
	font-size: 16px;
}

.innerBox .lBox .sNavi {
	padding-left: 0;
}

.innerBox .lBox .sNavi > li > a {
	display: block;
	padding: 10px;
	font-size: 18px;
	text-align: left;
	background: #EB601D;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.innerBox .lBox .sNavi > li > a:hover {
	opacity: 0.7;
}

.innerBox .lBox .sSubNavi {
	padding-left: 0;
}

.innerBox .lBox .sSubNavi li a {
	display: block;
	padding: 10px 20px;
	background: #ccc;
	border-bottom: 1px solid #fff;
	position: relative;
}

.innerBox .lBox .sSubNavi li.on a,
.innerBox .lBox .sSubNavi li a:hover {
	color: #fff;
	background: #EB601D;
	padding-left: 10px;
	transition: all 0.5s; 
}

.innerBox .rBox {
	width: 850px;
	float: right;
}

.innerBox .rBox .proCol {
	margin-bottom: 30px;
	background: #EB601D;
	padding: 10px 20px;
	margin: 0 -30px;
	color: #fff;
	border: 1px solid #fff;
}

.innerBox .rBox .proCol p {
	font-size: 22px;
	float: left;
}

.innerBox .rBox .proCol ul {
	margin-top: 5px;
	float: right;
}

.innerBox .rBox .proCol ul li {
	display: inline-block;
	color: #fff;
}

.innerBox .rBox .proCol ul li .crumb {
	color: #fff;
}

.innerBox .proBox {
	padding-bottom: 36px;
	background: #fff;
	min-height: 1140px;
	padding: 0 30px;
}

.innerBox .proBox p {
	margin-bottom: 5px;
	font-size: 15px;
}

.innerBox .proBox .proTtl {
	margin-bottom: 15px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #EB601D;
}

.innerBox .rBox .proadetail img {
	max-width: 500px;
	margin: 0 auto;
}

.proList {
	margin-bottom: 80px;
	padding-left: 0;
	padding: 0 20px;
}

.proList li {
	margin-top: 30px;
	float: left;
	width: 32%;
	margin-right: 2%;
}

.proList li:nth-child(3n) {
	margin-right: 0;
}

.proList li img {
	width: 100%;
	height: 200px;
	border: 1px solid orange;
}

.proList li span {
	display: block;
	text-align: center;
	background: #EB601D;
	color: #fff;
	padding: 10px;
}

.proList li a:hover {
	opacity: 0.7;
}

.pageNavi {
	padding: 0 30px;
	margin-top: 20px;
	text-align: center;
}

.pageNavi li {
	width: 47%;
	float: left;
}

.pageNavi li:nth-child(2) {
	float: right;
	
}

/*------------------------------------------------------------
	pageList
------------------------------------------------------------*/
.pageList {
	padding-top: 50px;
	clear: both;
	text-align: center;
}

.pageList li {
	margin: 0 2px;
	display: inline;
	font-size: 14px;
}

.pageList .current span,
.pageList li a {
	padding: 9px 15px 7px;
	display: inline-block;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	background-color: #F6F6F6;
	position: relative;
	zoom: 1;
}

.pageList .current span,
.pageList li a:hover {
	color: #FFF;
	border: 1px solid #EB601D;
	text-decoration: none;
	background-color: #EB601D;
}

.formBox {
	margin: 0 auto 100px;
	width: 800px;
}

.formBox table {
	width: 100%;
}

.formBox table th,
.formBox table td {
	padding: 15px 0;
	text-align: left;
	font-size: 16px;
	vertical-align: middle;
}

.formBox table th {
	width: 15%;
	color: #fff;
}

.formBox table td {
	width: 85%;
}

.formBox table td input {
	padding: 10px 20px;
	width: 100%;
	font-size: 14px;
	border: 1px solid #EB601D;
	border-radius: 5px;
}

.formBox table td textarea {
	padding: 10px 20px;
	width: 100%;
	font-size: 14px;
	border: 1px solid #EB601D;
	border-radius: 5px;
}

.formBox input[type="submit"] {
	display: block;
	width: 320px;
	height: 43px;
	background-color: #EB601D;
	border: 0;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
}

/*新增产品中心*/
.page2 {

/*	background: url(../images/bg2.jpg) no-repeat center;*/

	background-size: cover;

	-webkit-background-size: cover;

	-moz-background-size: cover;
	height: 500px;
/*	background: #EC611E;*/

}

.wk_fwxm {

	position: relative;

	margin: 0 auto;

	width: 1200px;

	height: 100%;

}

.wk_fwxm ul {

	width: 100%;
	padding-left: 0;
	height: 100%;

}

.wk_fwxm li {
	position: relative;
	float: left;
	width: 25%;
	height: 100%;
	color: #fff;
	text-align: center;
	opacity: 1;
	-webkit-transition: all 1s;

	-moz-transition: all 1s;

	-o-transition: all 1s;

	transition: all 1s;

	-webkit-opacity: 1;

	-moz-opacity: 1;

}

.wk_fwxm li.wk_li1 {
	background: url(../images/img_bg01.png) no-repeat center top;
	background-size: cover;
}

.wk_fwxm li.wk_li2 {
	background: url(../images/imgbg02.png) no-repeat center top;
	background-size: cover;
}

.wk_fwxm li.wk_li3 {
	background: url(../images/imgbg03.png) no-repeat center top;
	background-size: cover;
}

.wk_fwxm li.wk_li4 {
	background: url(../images/imgbg04.png) no-repeat center top;
	background-size: cover;
}

.wk_fwxm li .wk_fwxm_bg {

	position: absolute;

	right: 0;

	bottom: 0;

	left: 0;

	height: 0;

	-webkit-transition: all .5s;

	-moz-transition: all .5s;

	-o-transition: all .5s;

	transition: all .5s;

}

.wk_fwxm li.wk_li1 .wk_fwxm_bg {
	background: rgba(255, 0, 0,0.5);
}

.wk_fwxm li.wk_li2 .wk_fwxm_bg {
	background: rgba(21, 153, 165,0.5);

}

.wk_fwxm li.wk_li3 .wk_fwxm_bg {

	background: rgba(94, 144, 77,0.5);

}

.wk_fwxm li.wk_li4 .wk_fwxm_bg {

	background: rgba(93, 67, 120,0.5);

}

.wk_fwxm li:hover .wk_fwxm_bg {

	height: 100%;

}

.wk_fwxm li .wk_fwxm_main {

	position: absolute;

	top: 50%;

	right: 25px;

	left: 25px;

	margin-top: -145px;

}

.wk_fwxm li .wk_ljzx {

	margin: 35px auto 0 auto;

	width: 145px;

	height: 35px;

}

.wk_fwxm li .wk_ljzx a {

	display: none;

	width: 143px;

	height: 33px;

	border: 1px solid #fff;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	color: #fff;

	text-align: center;

	font-size: 17px;

	line-height: 33px;

	-webkit-transition: all .3s;

	-moz-transition: all .3s;

	-o-transition: all .3s;

	transition: all .3s;

	-webkit-transition-delay: 400ms;

	-moz-transition-delay: 400ms;

	transition-delay: 400ms;

}

.wk_fwxm li:hover .wk_ljzx a {

	display: block;

	-webkit-transition: all .3s;

	-moz-transition: all .3s;

	-o-transition: all .3s;

	transition: all .3s;

}

.wk_fwxm li.wk_li1:hover .wk_ljzx a:hover {

	background: #fff;

	color: #ba292e;

}

.wk_fwxm li.wk_li2:hover .wk_ljzx a:hover {

	background: #fff;

	color: #1599a5;

}

.wk_fwxm li.wk_li3:hover .wk_ljzx a:hover {

	background: #fff;

	color: #5e904d;

}

.wk_fwxm li.wk_li4:hover .wk_ljzx a:hover {

	background: #fff;

	color: #5d4378;

}

.wk_fwxm li .wk_fwxm_ico {

	overflow: hidden;

	margin: 0 auto;

	width: 110px;

	height: 110px;

	-webkit-border-radius: 110px;

	-moz-border-radius: 110px;

	border-radius: 110px;

	-webkit-transition: all .3s;

	-moz-transition: all .3s;

	transition: all .3s;

	-webkit-transition-delay: 400ms;

	-moz-transition-delay: 400ms;

	transition-delay: 400ms;

}

.wk_fwxm li.wk_li1 .wk_fwxm_ico {

	background: url(../images/fwxm_img1.png) no-repeat;

}

.wk_fwxm li.wk_li1:hover .wk_fwxm_ico {

	background: url(../images/fwxm_img1.png) no-repeat 0 -110px;

}

.wk_fwxm li.wk_li2 .wk_fwxm_ico {

	background: url(../images/fwxm_img2.png) no-repeat;

}

.wk_fwxm li.wk_li2:hover .wk_fwxm_ico {

	background: url(../images/fwxm_img2.png) no-repeat 0 -110px;

}

.wk_fwxm li.wk_li3 .wk_fwxm_ico {

	background: url(../images/fwxm_img3.png) no-repeat;

}

.wk_fwxm li.wk_li3:hover .wk_fwxm_ico {

	background: url(../images/fwxm_img3.png) no-repeat 0 -110px;

}

.wk_fwxm li.wk_li4 .wk_fwxm_ico {

	background: url(../images/fwxm_img4.png) no-repeat;

}

.wk_fwxm li.wk_li4:hover .wk_fwxm_ico {

	background: url(../images/fwxm_img4.png) no-repeat 0 -110px;

}

.wk_fwxm li h2 {

	margin-top: 16px;

	font-weight: 400;

	font-size: 19px;

	line-height: 44px;

}

.wk_fwxm li p {
	font-size: 14px;
	line-height: 30px;
}

.wk_fwxm li .wk_fwxm_des {
	margin-top: 20px;
	font-size: 13px;
	line-height: 26px;
}








@media(max-width:1500px) {

.wk_fwxm {

	position: relative;

	margin: 0 auto;

	width: 1200px;

	height: 100%;

}

.wk_fwxm li .wk_fwxm_des {

	font-size: 12px;

}

}

@media(max-width:1150px) {

.wk_fwxm {

	position: relative;

	margin: 0 auto;

	width: 1000px;

	height: 100%;

}

.wk_fwxm li h2 {

	font-size: 16px;
	line-height: 1.5;

}

.wk_fwxm li .wk_fwxm_main {

	right: 15px;

	left: 15px;

}

.wk_fwxm li .wk_fwxm_des {

	font-size: 12px;
	line-height: 1.5;

}

}







/*top_navbar顶部导航---------------------------------------------*/
.top_navbar {
  position: relative;
}
.top_navbar .navbar {
  background-color: #EB601D;
  border-color: #0D9DDC;
  border: none;
  height: 100%;
  margin-bottom: 0px;
}
.top_navbar .navbar .container {
  height: 56px;
}
.top_navbar .navbar .container .row .navbar-collapse {
  height: 56px;
}
.top_navbar .navbar .container .row .navbar-collapse .nav {
  height: 56px;
}
.top_navbar .navbar .container .row .navbar-collapse .nav li {
  height: 100%;
}

.top_navbar .navbar .container .row .navbar-collapse .nav > li {
 position: static;
}

.top_navbar .navbar .container .row .navbar-collapse .nav li a {
  display: inline-block;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  padding-left: 48px;
  padding-right: 48px;
  color: #fff;
}
.top_navbar .navbar .container .row .navbar-collapse .nav li.active,
.top_navbar .navbar .container .row .navbar-collapse .nav li a:hover,
.top_navbar .navbar .container .row .navbar-collapse .nav li a:focus {
 background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
}

.top_navbar .navbar .container .row .navbar-collapse .nav .active > a,
.top_navbar .navbar .container .row .navbar-collapse .nav .active > a:hover,
.top_navbar .navbar .container .row .navbar-collapse .nav .active > a:focus {
  background-color: #F19D3B !important;
  color: #fff;
}
.top_navbar .navbar .container .row .navbar-collapse .nav .dropdown .dropdown-menu {
  display: none;
  width: 100%;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
  text-align: center;
background: rgba(0,0,0,0.5);
}
.top_navbar .navbar .container .row .navbar-collapse .nav .dropdown .dropdown-menu li.dropdown-menu_one {
  display: inline-block;
  width: 162px;
  height: 100%;
  margin-right: 10px;
}
.top_navbar .navbar .container .row .navbar-collapse .nav .dropdown .dropdown-menu li.dropdown-menu_one a {
  display: inline-block;
  float: left;
  width: 162px;
  height: 145px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
}
.top_navbar .navbar .container .row .navbar-collapse .nav .dropdown .dropdown-menu li.dropdown-menu_one a img {
  min-width: 162px;
  max-width: 100%;
  max-height: 100%;
  min-height: 145px;
}
.top_navbar .navbar .container .row .navbar-collapse .nav .dropdown .dropdown-menu li.dropdown-menu_one a.dropdown-menu_title {
  width: 162px;
  height: 40px;
  margin-top: 5px;
}
.top_navbar .navbar .container .row .navbar-collapse .nav .dropdown .dropdown-menu li.dropdown-menu_one a.dropdown-menu_title h4 {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.navbar_btm {
  position: absolute;
  left: 0;
  top: 158px;
  z-index: 8;
  display: none;
/*  background-color: rgba(0, 0, 0, 0.55);*/
  width: 100%;
  min-height: 200px;
/*
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
*/
}
/*轮播图---------------------------------------------*/
.myBigCarousel .container-fluid .row .carousel {
  position: relative;
}
.myBigCarousel .container-fluid .row .carousel .carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 30px;
  margin: 0 auto;
  z-index: 15;
  width: 100%;
  text-align: center;
  list-style: none;
}
.myBigCarousel .container-fluid .row .carousel .carousel-indicators li {
  width: 18px;
  height: 18px;
  background-color: #fff;
}
.myBigCarousel .container-fluid .row .carousel .carousel-indicators li.active {
  background-color: #ff7915;
}
.myBigCarousel .container-fluid .row .carousel .carousel-control .glyphicon-chevron-left,
.myBigCarousel .container-fluid .row .carousel .carousel-control .glyphicon-chevron-right,
.myBigCarousel .container-fluid .row .carousel .carousel-control .icon-next,
.myBigCarousel .container-fluid .row .carousel .carousel-control .icon-prev {
  margin-top: -52px;
}

.myBigCarousel .container-fluid .row .carousel .carousel-control .glyphicon-chevron-left:before,
.myBigCarousel .container-fluid .row .carousel .carousel-control .glyphicon-chevron-right:before {
	display: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 44px;
  height: 0px;
  margin-top: 0px;
  font-size: 12px;
  margin-right: 0px;
}

/*公司简介*/

.companyProfile {
  height: 1410px;
  width: 100%;
  background-color: pink;
}
.myBigCarousel {
  margin-bottom: 40px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
  margin-top: -45px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.proList li span {
			font-size: 10px;
	}
	.innerBox .rBox .proCol ul {
		float: none;
		text-align: center;
		padding: 0;
	}
	
	.innerBox .rBox .proCol p {
		float: none;
		text-align: center;
	}
	
	.innerBox .rBox .proCol {
		margin-bottom: 0;
		margin: 0 -10px;
	}
	
	
  .swiper-container .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: auto;
  }
}
/*公司简介和企业动态*/
.companyProfile {
  padding-bottom: 200px;
  height: 100%;
  background: url(../images/co_big_bg.png) no-repeat center bottom;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.companyProfile .container .row .company_news_top {
  padding-top: 40px;
  margin-bottom: 30px;
}
.companyProfile .container .row .company_news_top img{
  display: block;
  margin: 0 auto;
}
.companyProfile .container .row .companyProfile_pic {
  position: relative;
  margin: 0 auto;
  width: 820px;
  height: 820px;
  background: url(../images/company_bgcolor.png) no-repeat top center;
}
.companyProfile .container .row .companyProfile_pic i,
.companyProfile .container .row .companyProfile_pic tt,
.companyProfile .container .row .companyProfile_pic ins,
.companyProfile .container .row .companyProfile_pic a {
  position: absolute;
  display: inline-block;
}
.companyProfile .container .row .companyProfile_pic i {
  top: 8%;
  left: -19%;
  width: 320px;
  height: 302px;
  background: url(../images/posi_01.png) no-repeat;
}
.companyProfile .container .row .companyProfile_pic tt {
  width: 320px;
  height: 302px;
  background: url(../images/posi_02.png) no-repeat;
  top: 8%;
  left: 80%;
}
.companyProfile .container .row .companyProfile_pic i:hover,
.companyProfile .container .row .companyProfile_pic tt:hover {
  transform: scale(1.2);
  transition-duration: 1s;
}
.companyProfile .container .row .companyProfile_pic ins {
  width: 470px;
  height: 196px;
  background: url(../images/posi_03.png) no-repeat;
  top: -5%;
  right: 22%;
}
.companyProfile .container .row .companyProfile_pic a {
  width: 98px;
  height: 98px;
  background: url(../images/posi_04.png) no-repeat;
  bottom: 9%;
  right: 44%;
}
.companyProfile .container .row .companyProfile_pic a:hover {
  background: url(../images/posi_05.fw.png) no-repeat;
}
.companyProfile .container .row .companyProfile_pic p {
  display: inline-block;
  width: 436px;
  height: auto;
}
.companyProfile .container .row .companyProfile_pic .essay_tilte {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-top: 20%;
  margin-left: 23%;
}
.companyProfile .container .row .companyProfile_pic .essay_small_tilte {
  text-align: center;
  color: #CDCDCD;
  margin-top: 1%;
  margin-left: 23%;
  font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
}
.companyProfile .container .row .companyProfile_pic .transverse_line {
  display: block;
  text-align: center;
  padding-top: 1%;
  margin-left: 23%;
  border-bottom: 2px solid red;
  width: 30px;
	color: #fff;
  margin: 0 auto;
}
.companyProfile .container .row .companyProfile_pic .essay_content {
  width: 100px;
  margin-top: 3%;
  margin-left: 23%;
}
.companyProfile .container .row .companyProfile_pic .essay_content p {
  font-size: 16px;
  line-height: 36px;
   color: #fff;
}
.companyProfile .container .row .company_news {
  margin-top: 55px;
}
.companyProfile .container .row .company_news a.company_news_cnt_pic{
  display: inline-block;
  width: 555px;
  height: 324px;
}
.companyProfile .container .row .company_news img.company_news_prd {
  width: 100%;
  height: 100%;
}
.companyProfile .container .row .company_news .company_news_prd:hover {
  transform: scale(1.05);
  transition-duration: 1s;
  z-index: 8888;
}
.companyProfile .container .row .company_news .company_news_btm {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding-top: 5px;
}
.companyProfile .container .row .company_news .company_news_btm h4 {
  font-weight: 500;
  display: inline-block;
  padding-left: 15px;
  width: 380px;
  height: 19px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0px;
}
.companyProfile .container .row .company_news .company_news_btm  i{
  display: inline-block;
  width: auto;
  height: 15px;
  float: right;
}
.companyProfile .container .row .company_news .partitionwall{
  height: 12px;
}
.companyProfile .container .row .company_news .company_news_btm .company_news_btm_cnt {
  color: #757584;
  padding-left: 33px;
  margin-top: 10px;
  height: 22px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;

}
.companyProfile .container .row .company_news .company_news_btm span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: red;
  margin-bottom: 2px;
}
.companyProfile .container .row .company_news .company_news_btm:hover {
  background-color: #FF9505;
}
.companyProfile .container .row .company_news .company_news_btm:hover h4,
.companyProfile .container .row .company_news .company_news_btm:hover i,
.companyProfile .container .row .company_news .company_news_btm:hover .company_news_btm_cnt {
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .companyProfile {
	  padding-bottom: 0;
    height: auto;
    background: none;
  }
  .companyProfile .small_mb {
    background-color: #F8F8F8;
  }
  .companyProfile .small_mb .container .row p {
    font-size: 12px;
    color: #4F4F4F;
  }
  .companyProfile .small_mb .container .row .column {
    margin-top: 15px;
  }
  .companyProfile .small_mb .container .row .column p {
    text-align: center;
    font-size: 20px;
    color: #ec611e;
    font-weight: 700;
  }
  .companyProfile .small_mb .container .row .column_ng {
    margin-bottom: 15px;
  }
  .companyProfile .small_mb .container .row .column_ng p {
    text-align: center;
    font-size: 16px;
  }
  .companyProfile .small_mb .container .row .small_mb_pic{
    margin-bottom: 15px;
    width: 100%;
    height: 140px;
  }
  .companyProfile .small_mb .container .row .small_mb_pic img {
    width: 100%;
    height: 100%;
  }
  .companyProfile .small_mb .container .row .small_mb_text{
    font-size: 12px;
    color: #4F4F4F;
  }
  .companyProfile .small_mb .container .row a {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #ec611e;
    border: 2px solid #ec611e;
  }
  .companyProfile .container .row .company_news {
    margin-top: 0px;
  }
  .companyProfile .container .row .company_news p {
    font-size: 12px;
    color: #4F4F4F;
  }
  .companyProfile .container .row .company_news .column {
    margin-top: 15px;
  }
  .companyProfile .container .row .company_news .column p {
    text-align: center;
    font-size: 20px;
    color: red;
    font-weight: 700;
  }
  .companyProfile .container .row .company_news .column_ng {
    margin-bottom: 15px;
  }
  .companyProfile .container .row .company_news .column_ng p {
    text-align: center;
    font-size: 16px;
  }
  .companyProfile .container .row .company_news a.company_news_cnt_pic{
    display: inline-block;
    width: 100% ;
    height: 170px;
  }
  .companyProfile .container .row .company_news img.company_news_prd {
    width: 100%;
    height: 100%;
  }
  .companyProfile .container .row .company_news a.company_news_btm{
    display: block;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .companyProfile .container .row .company_news .company_news_btm span {
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
  }
  .companyProfile .container .row .company_news .company_news_btm h4 {
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
    margin-top: 15px;
    color: #000;
    width: 190px;
    height: 17px;
    overflow: hidden;
  }
  .companyProfile .container .row .company_news .company_news_btm i {
    float: right;
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
  }
  .companyProfile .container .row .company_news .company_news_btm .company_news_btm_cnt {
    padding-left: 18px;
    font-size: 12px;
    height: 50px;
    overflow: hidden;
    margin-top: 0px;
  }
}




/*标签隔离带*/
.center_inico .container .row .center_inico_text {
  text-align: center;
  font-size: 18px;
  margin-top: 12px;
  color: #707070;
}
.center_inico .container .row a {
  display: inline-block;
  float: left;
  width: 157px;
  height: 157px;
  margin: 35px 19px 23px 20px;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}
.center_inico .container .row a img {
  width: 100%;
  height: auto;
}
.center_inico .container .row a:first-child {
  margin-left: 0;
}
.center_inico .container .row a:last-child {
  margin-right: 0;
}

.center_inico .container .row a:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
/*工程案例*/
.projectCase {
  background-color: #EC611E;
  padding-bottom: 30px;
}
.projectCase .container .row h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
}
.projectCase .container .row h6 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: SimSun;
  font-weight: 500;
  margin-bottom: 42px;
}
.projectCase .container .row a.projectCase_prd {
  display: inline-block;
  width: 22%;
	margin-top: 30px;
  margin-right: 4%;
  height: 220px;
  position: relative;
  overflow: hidden;
  float: left;
}

.projectCase .container .row a.projectCase_prd:nth-child(4n) {
	margin-right: 0;
}
.projectCase .container .row a.projectCase_prd img {
  display: inline-block;
  width: 100%;
  min-width: 270px;
  max-height: 100%;
  min-height: 220px;
}
.projectCase .container .row a.projectCase_prd span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 220px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
/*新闻资讯*/
.information {
  padding-bottom: 30px;
}
.information .container .row .tab-content .tab-pane.selected {
  display: block;
}
.information .container .row .nav-tabs_a li.active {
  border-color: red;
  border-bottom: 0;
}
.information .container .row .nav_a {
  width: 400px;
  height: 40px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  -webkit-padding-start: 0px;
  font-size: 20px;
}
.information .container .row .nav_a li {
  width: 160px;
  display: inline-block;
  float: none;
  left: 36%;
	background: #fff;
}
.information .container .row .nav_a li a {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.information .container .row .nav_a li:hover {
  background-color: #eee;
}
.information .container .row h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
	color: #fff;

}
.information .container .row h6 {
  text-align: center;
  color: #707070;
  font-size: 20px;
  font-family: SimSun;
  font-weight: 500;
  margin-bottom: 10px;
	color: #fff;
	
}
.information .container .row .company_news {
  margin-top: 30px;
}
.information .container .row .company_news a.company_news_cnt_pic {
  display: inline-block;
  width: 555px;
  height: 324px;
}
.information .container .row .company_news img.company_news_prd {
  width: 100%;
  height: 100%;
}
.information .container .row .company_news .company_news_cnt_pic_text {
  margin-top: 20px;
}
.information .container .row .company_news .company_news_cnt_pic_text .tilte_new_left h4 {
  width: 460px;
  height: 20px;
  overflow: hidden;
	color: #fff;
}
.information .container .row .company_news .company_news_cnt_pic_text .company_news_btm_cnt {
  height: 60px;
  overflow: hidden;
  color: #757584;
	color: #fff;
}
.information .container .row .company_news .company_news_btm {
  display: block;
  padding-left: 0px;
  padding-right: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 0px;
}
.information .container .row .company_news .company_news_btm .tilte_new h4 {
  float: left;
  font-weight: 500;
  display: inline-block;
  padding-left: 15px;
  width: 460px;
  height: 25px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
	color: #fff;
}
.information .container .row .company_news .company_news_btm .tilte_new span {
  float: left;
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: orange;
  color: #fff;
  text-align: center;
	color: #fff;
}
.information .container .row .company_news .company_news_btm .company_news_btm_cnt {
  color: #757584;
  margin-top: 10px;
  line-height: 20px;
  height: 50px;
  overflow: hidden;
	color: #fff;
}
/*设计精英*/
.desingElite {
/*  background-color: #EC611E;*/
  margin-top: 20px;
  min-height: 580px;
	background: url(../images/honor_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.desingElite .container .row h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
  color: #fff;
}
.desingElite .container .row h6 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: SimSun;
}
.desingElite .container .row p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.desingElite .container .row img {
  display: block;
  margin: 0 auto;
}
.desingElite .container .row .swiper-container {
  width: 100%;
  height: 420px;
  margin: 20px auto;
}
.desingElite .container .row .swiper-container .swiper-wrapper {
  height: 100%;
}
.desingElite .container .row .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.desingElite .container .row .swiper-container .swiper-wrapper .swiper-slide .swiper-slide_bg {
  width: 100%;
  height: 55%;
  margin-top: 93px;
  background-color: #fff;
}
.desingElite .container .row .swiper-container .swiper-wrapper .swiper-slide .swiper-slide_bg .swiper-slide_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 290px;
  z-index: 100000;
}
.desingElite .container .row .swiper-container .swiper-wrapper .swiper-slide .swiper-slide_bg .swiper-slide_box img {
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.desingElite .container .row .swiper-container .swiper-wrapper .swiper-slide .swiper-slide_bg h4 {
  margin-top: 166px;
  color: #000;
  font-size: 16px;
}
.desingElite .container .row .swiper-container .swiper-wrapper .swiper-slide .swiper-slide_bg span {
  display: inline-block;
  font-size: 12px;
  text-align: start;
  color: #828282;
  padding: 0 15px;
  margin-top: 10px;
  overflow: hidden;
}
/*公司简介*/
.company_profile {
  margin-bottom: 40px;
}
.company_profile .container .row .new_left {
  width: 100%;
}
.company_profile .container .row .new_left span {
  float: left;
  display: inline-block;
  height: 65px;
  line-height: 65px;
  font-size: 24px;
  font-weight: 700;
  color: #0054C8;
  font-family: "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif, "宋体";
}
.company_profile .container .row .new_left b {
  float: left;
  padding-left: 15px;
  display: inline-block;
  margin-top: 3px;
  height: 60px;
  line-height: 62px;
  font-size: 20px;
  color: #D3D3D3;
  font-family: Arial;
}
.company_profile .container .row .new_left a.new_left_more {
  width: 110px;
  height: 30px;
  float: right;
  font-size: 16px;
  display: inline-block;
  background-color: #287ACC;
  color: #fff;
  padding-left: 5px;
  line-height: 30px;
  margin-top: 14px;
  text-align: center;
}
.company_profile .container .row .big_pic {
  width: 475px;
  height: 314px;
}
.company_profile .container .row .big_pic img {
  max-width: 100%;
  min-width: 400px;
  max-height: 100%;
  min-height: 300px;
}
.company_profile .container .row .company_profile_text {
  margin-top: 15px;
  color: #545454;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
/*copyright版权声明--------------------------------*/
.copyright {
  background: url(../images/btm_bg.png) no-repeat center;
  background-size: cover;
	padding: 20px 0;
}
.copyright .container .row .top_bar_right {
  width: auto;
  height: 45px;
  margin-top: 25px;
}
.copyright .container .row .top_bar_right a {
  display: inline-block;
  width: 45px;
  height: 45px;
}
.copyright .container .row .top_bar_right a img {
  width: 100%;
  height: auto;
  padding-bottom: 8px;
}
.copyright .container .row .top_bar_right span,
.copyright .container .row .top_bar_right a.tel_btm {
  display: inline-block;
  width: auto;
  font-size: 24px;
  color: #fff;
  height: 45px;
  line-height: 45px;
}
.copyright .container .row .cent_bar {
  margin-top: 15px;
}

.copyright .container .row .cent_bar p {
	font-size: 16px;
	color: #fff;
}

.copyright .container .row .cent_bar p a {
	color: #fff;
}

.copyright .container .row .cent_bar p a:hover {
	text-decoration: underline;
}
.copyright .container .row .cent_bar span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.copyright .container .row .pull-right {
  width: 206px;
  height: 80px;
  margin-top: 30px;
  margin-right: 20px;
}
.copyright .container .row .pull-right img {
  width: 100%;
  height: auto;
}
