/*自定义基础通用样式*/
body {
  background: #f8f8f8;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 100;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 100;
}
/* a */
a {
  color: #666;
  text-decoration: none;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
  -ms-transition: all .35s;
  transition: all .35s;
}
:focus {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
  /*	color: #2b71b7;*/
}
a:active, a:hover {
  text-decoration: none;
  /*	color: #2b71b7;*/
}
a:visited {
  outline: none;
  text-decoration: none;
}
/**********  首页单独的样式  **********/
/*首页样式开始*/
/*首页-行板块*/
.index-row {
  padding: 50px 0;
}
.index-row .main-title {
  text-align: center;
  margin-bottom: 30px;
}
.nav-item{
	border-radius: 0.6em;
}
.nav-item a:hover{
	border-radius: 0.6em;
	color:#FFF; 
	background:#FF0000;
}
/*首页-行板块*/
/*首页-我们的优势*/
.our-whyus {
  background-color: #e1e1e1;
}
.our-whyus-item {
  -webkit-transition: all 0.225s ease-in-out;
  -moz-transition: all 0.225s ease-in-out;
  -o-transition: all 0.225s ease-in-out;
  transition: all 0.225s ease-in-out;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #c1c1c1;
  border-radius: 20px;
  border-bottom: 3px solid #004588;
  padding: 10px;
}
.our-whyus-item:hover {
  background-color: #0ba1e4;
  border: 1px solid #0ba1e4;
  box-shadow: 0 0 20px 0 rgba(45, 183, 245, .5);
  color: #fff;
}
/*
.our-whyus-item:hover > .glyphicon{
    color: #00458;
}
*/
.our-whyus-item .glyphicon {
  /*    color: #0ba1e4;*/
  font-size: 1.5em;
  line-height: 1.5em;
}
.our-whyus-item h3 {
  line-height: 1.5em;
}
.our-whyus-item p {
  line-height: 1.5em;
}
/*首页-我们的优势*/
/*首页-最新资讯*/
.our-news {
  background-color: #ffffff;
}
.our-news-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.our-news-item a:hover {
  text-decoration: none;
}
.our-news-item .media-left a {
  width: 140px;
  height: 110px;
  overflow: hidden;
  margin-bottom: 0;
}
.our-news-item img {
  object-fit: cover;
  width: 150px;
  height: 100px;
}
.our-news-item .media-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
.our-news-item h6 {
  color: #0ba1e4;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.our-news-item h6:hover {
  font-weight: bold;
}
.our-news-item .dynamic-li {
  color: #999;
  padding: 2px 0;
  font-size: 12px;
}
.our-news-item .dynamic-li b {
  float: right;
  font-weight: 400;
  width: 30px;
}
.our-news-item .dynamic-li a {
  float: right;
  display: inline-block;
  font-weight: 400;
  color: #999;
  margin-right: 10px;
}
.our-news-item .dynamic-li a:hover {
  color: #f93;
}
.our-news-item .dynamic-li .pic-glob {
  float: right;
  display: inline-block;
  width: 13px;
  height: 10px;
  background-position: -131px -58px;
  margin: 4px 5px 0 0;
  background-image: url(../images/icons/glob-pic.png);
  background-repeat: no-repeat;
}
.our-news-item p {
  color: #919191;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 12px;
}
.our-news-more {
  text-align: center;
}
/*首页-最新资讯*/
/*首页-我们的客户*/
.our-client {
  background-color: #e1e1e1;
}
.our-client-item {
  overflow: hidden !important;
}
.our-client-item .our-client-logo {
  text-align: center;
  border: 1px solid #c1c1c1;
  margin: 20px auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-client-item .our-client-logo:hover {
  background-color: #fafafa;
  border: 1px solid #0ba1e4;
  box-shadow: 0 0 10px 0 rgba(45, 183, 245, .5);
}
.our-client-item .our-client-logo:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.our-client-item img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.partner {
  padding: 0;
}
.partner ul {
  margin: 0 auto;
  max-width: 1200px;
}
.partner li {
  float: left;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  list-style-type: none;
}
.partner dl {
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border-radius: 1em;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.700);
}
.partner dt img {
  width: 100%;
  border-radius: 1em;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
  -ms-transition: all .35s;
  transition: all .35s;
}
.partner li:hover dt img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray;
  /*
	-webkit-filter: gray;
	-ms-filter: gray;
	-o-filter: gray;
*/
  -webkit-transform: translateZ(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  -o-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
  -ms-transition: all .35s;
  transition: all .35s;
  transform: rotatey(360deg);
  -o-transform: rotatey(360deg);
  -ms-transform: rotatey(360deg);
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
}
.partner dd {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background: #2b71b7;
  line-height: 1.2em;
  font-size: 1.2em;
  margin: -0.5em 0 0;
  content: '';
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
}
.partner dl:hover dd {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  color: #fff;
  -o-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
  -ms-transition: all .35s;
  transition: all .35s;
}
.partner .display_none {
  display: none;
}
/*首页-我们的客户*/
/*全部-加入我们banner*/
.contact-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: -webkit-linear-gradient(top, #0076d1, #5db8ff);
  background: -moz-linear-gradient(top, #0076d1, #5db8ff);
  background: -o-linear-gradient(top, #0076d1, #5db8ff);
  background: -ms-linear-gradient(top, #0076d1, #5db8ff);
}
.contact-banner .waves {
  position: absolute;
  height: 100%;
}
.contact-banner-box {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.contact-banner-box h2 {
  display: block;
  max-width: 10em;
  margin: 0px auto;
  line-height: 2em;
  border-bottom: 2px solid #fff;
  color: #f5f5f5;
}
.contact-banner-box h4 {
  color: #f1f1f1;
}
.contact-banner-box .btn {
  font-size: 24px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
/*全部-加入我们banner*/
/*全部-页脚footer*/
#footer {
  padding: 0;
  background-color: #363636;
}
#footer .footer-item {
  height: 160px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 1em;
  border-left: 2px solid #c1c1c1;
  overflow: hidden;
}
#footer .footer-list h4 {
  color: #f5f5f5;
}
#footer .footer-list ul {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
}
#footer .footer-list ul li a {
  color: #f5f5f5;
  line-height: 2.5em;
}
#footer .footer-wechat img {
  max-height: 132px;
}
#footer .footer-wechat p {
  padding-left: 1em;
  text-align: left;
  color: #f5f5f5;
  line-height: 1.5em;
}
#footer .footer-contact h2, #footer .footer-contact h5 {
  display: block;
  color: #f8f8f8;
  margin: 0;
  line-height: 52px;
}
#footer .footer-contact h2 img {
  width: 40px;
  height: 40px;
  margin-top: -6px;
  margin-right: 10px;
}
#copyright {
  background-color: #666;
}
#copyright p {
  text-align: center;
  margin: 10px;
  line-height: 40px;
  color: #fafafa;
}
#copyright p a {
  color: #fafafa;
}
#copyright p a:hover {
  text-decoration: none;
}
/*全部-页脚footer*/
/*全部-移动端页脚*/
#mob-bottom {
  width: 100%;
  /*max-height: 64px;*/
  text-align: center;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  border-top: 2px solid #0ba1e4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#mob-bottom .mob-bottom-item a {
  display: block;
  padding-top: 5px;
  padding-bottom: 2px;
  color: #616161;
  text-align: center;
  line-height: 1.5em;
  font-size: 12px;
}
#mob-bottom .mob-bottom-item a:hover {
  text-decoration: none;
}
#mob-bottom .mob-bottom-item a img {
  max-width: 28px;
}
/*全部-移动端页脚*/
/*about 页面样式*/
.about-company {
  max-weight: auto;
  height: auto;
  margin: 0 auto;
  color: #ff0000;
  background: url(../img/black.png) repeat;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}
.about-company p {
  text-indent: 2em;
  line-height: 2em;
  font-size: 1.1em;
}
/*企业发展历程*/
.ahout-history h6{
	color:aqua;
	font-weight: bold;
}
/*企业荣誉样式*/


.honor ul{
	list-style-type: none;
	padding-bottom: 3.5em;
}
.honor img {
	
  border: 1px solid #ccc;
  
  text-align: center;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  border-radius: 1em;
  box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.700);
  
}



.honor img:hover {
  box-shadow: 0 0 0.2em #666;
  background: #2b71b7;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  border: 1px solid #2b71b7;
  -moz-transform: scale(2.0);
  -webkit-transform: scale(2.0);
  transform: scale(2.0);
	
}

/*以上企业荣誉样式*/
/*以上about 页面样式*/


/*以下project 页面样式*/
/*典型业绩*/

#sos {
}
#sos h2 {
	line-height: 36px;
	color: #282828;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0 0;
	font-size: 36px;
	font-weight: bold;
	-webkit-filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3));
	-moz-filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3));
	-ms-filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3));
	-o-filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3));
	filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3))
}
#sos h2 i {
	display: inline-block;
	color: #2b71b7;
	font-size: 32px;
}
#sos h2 em {
	margin: 0 0 0 10px;
	border-left: 4px solid #2b71b7;
	font-style: normal;
	display: inline-block;
	padding: 0 0 0 10px;
}
#sos h2 span {
	padding: 0 0 0 10px;
	color: #666;
}
.sos {
	margin: 2em auto;
	width: 1200px;
	
}
.sos li{
	list-style-type: none;
}
.sos_title {
	height: 52px;
	background: #c9c9c9;
}
.sos_title li {
	float: left;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	color: #333;
	padding: 7px 0 5px;
}
.sos_title li span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}
.sos_title .customer {
	width: 240px;
}
.sos_title .project {
	width: 825px;
}
.sos_title .time {
}
#tab_menu {
	float: left;
	width: 240px;
}
#tab_menu li {
	margin: 1px 0 0;
	line-height: 42px;
	text-align: center;
	background: #f1f1f1;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "arial", "Microsoft Yahei";
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px;
}
#tab_menu .tab_menu_in {
	background: #2b71b7;
	color: #fff;
}
#tab_content {
	height: 817px;
	width: 960px;
	float: right;
	background: #f9f9f9;
	padding: 15px;
	box-sizing: border-box;
	overflow-y: scroll;
}
#tab_content li {
	line-height: 34px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	position: relative;
	height: 34px;
	padding: 0 15px;
}
#tab_content li a {
	float: left;
	width: 90%;
	font-family: "arial", "Microsoft Yahei";
	overflow: hidden;
	text-overflow: hidden;
	white-space: nowrap;
}
#tab_content li span {
	float: right;
	font-size: 15px;
}
#tab_content li:hover {
	background: #2b71b7;
	color: #fff;
	border-radius: 17px;
}
#tab_content li:hover a {
	color: #fff;
}
.tab_content {
	padding: 0 0 20px;
}



/*以上project 页面样式*/

/*以下joinus页面样式*/

/*以上joinus 页面样式*/

/*以下ContactUs页面样式*/
/*以下地图样式*/
/*联系我们*/
.map {
	height: 452px;
	width: 100%;
	box-shadow: 0 5px 5px #666;
}

.contact .title{
	width: 100%;
	border-radius: 8px;
	box-shadow: 3px 3px 3px  rgba(51,51,51,0.700);
	font-weight: bold;
	color: aliceblue;
}
.contact ul {
	padding: 20px 0;
	margin: 0 -10px;
	list-style-type: none;
}
.contact ul h3 {
	margin: 0 10px 20px;
	background: #2b71b7;
	color: #fff;
	font-size: 1em;
	line-height: 40px;
	border-radius: 8px;
	padding: 0 15px;
}
.contact ul li {
	padding: 0 10px 20px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.contact dl {
	background: #fff;
	padding: 10px 15px;
	font-size: 1em;
	color: #333;
	line-height: 26px;
	border: 1px solid #CCC;
	border-radius: 15px;
	box-shadow: 3px 3px 3px  rgba(51,51,51,0.700);
}
.contact dl h4 {
	font-size: 1.2em;
	font-weight: bold;
}
.contact .li6 dl{
	height: 175px;
}


/*以上地图样式*/

/*以上ContactUs页面样式*/
/*以下是solution页面样式*/
.solution{
	display: flex;
/*
	justify-content: center;
	align-content: center;
	align-items: center;
*/
	margin: 3em 0em;
}
.solution h3{
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 0.8em;
}
.solution p{
	line-height: 2em;
	text-indent: 2em;
/*
	display: flex;
	align-content: center;
	align-items: center;
*/
	margin: auto;
	
}
.solution img{
	margin: auto;
	display: flex;

	justify-content: center;
}


/*以上是solution页面样式*/
