/* 2018.3.14*/

/*  公用版心  */

@font-face {
	font-family: "controls";
	src: url("controls.eot");
	src: url("controls.eot#iefix") format("embedded-opentype"),
			url("controls.woff") format("woff"),
			url("controls.ttf") format("truetype"),
			url("controls.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.heart {
	width: 1200px;
	margin: 0 auto;
}

/* 公用类  */
.floatright {
	float: right;
}

/*  顶部     */
.headWrap {
	width: 100%;
	height: auto;
	position: relative;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 74px;
}
.h-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: inherit;
}
.nav-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: inherit;
}
.nav-list>li {
	width: 90px;
	margin-right: 40px;
	line-height: 74px;
	text-align: center;
	height: inherit;
	vertical-align: middle;
	cursor: pointer;	
    
    -webkit-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
}
.nav-list>li:hover {
	background-color: #2e7ec3;
	color: #fff;
}
.selected {
	background-color: #2e7ec3;
	color: #fff;
}
.cooperation {
	background-color: #2e7ec3;
	width: 88px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

/* 脚部  */
.footWrap {
	width: 100%;
	height: 220px;
	background-color: #e8e8e8;
}
.foot-content {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.foot-content p {
	line-height: 66px;
}

/*  网站首页    */
.homeWrap .banner {
	width: 100%;
	height: 554px;
	background-color: paleturquoise;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.homeWrap .swiper-container {
	width: 100%;
	height: inherit;
}
.swiper-wrapper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	width: 100%;
	height: 100%;
}
.homeWrap .banner1 {
	background: url(../assets/img/d-banner-1.png) no-repeat;
	background-position: center;
}
.homeWrap .banner2 {
	background: url(../assets/img/d-banner-2.png) no-repeat;
	background-position: center;
}
.homeWrap .banner3 {
	background: url(../assets/img/d-banner-3.png) no-repeat;
	background-position: center;
}
.swiper-button-next {
	background: url(../assets/img/d-right.png) no-repeat !important;
	width: 42px !important;
	right: 40px !important;
	display: none;
	/*opacity: 1;*/
	z-index: 10 !important;
}
.swiper-button-prev {
	background: url(../assets/img/d-left.png) no-repeat !important;
	width: 42px !important;
	left: 40px !important;
	display: none;
	/*opacity: 1;*/
	z-index: 10 !important;
}
.second-rows {
	height: 488px;
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.second-rows .second-rows-items {
	width: 260px;
	height: auto;
}
.second-rows .second-rows-items>img {
	margin-bottom: 12px;
}
.second-rows .second-rows-items>img:hover {		
	box-shadow: 0 0 20px rgba(160, 160, 160, .5);
	-webkit-box-shadow: 0 0 20px rgba(160, 160, 160, .5);
	-moz-box-shadow: 0 0 20px rgba(160, 160, 160, .5);
}
.second-rows .second-rows-items>h3 {
	font: 24px/62px "微软雅黑";
	color: #333;
}
.text-wrap {
	width: 100%;
	height: 90px;
}
.text-wrap p {
	font: 14px/24px "微软雅黑";
	color: #666;
}
.second-rows .second-rows-items>p {
	line-height: 24px;
	margin-bottom: 12px;
}
.second-rows .second-rows-items>a {
	line-height: 24px;
	color: #2e7ec3;
	cursor: not-allowed;
}

.classic-case {
	width: 100%;
	height: 860px;
	background: url(../assets/img/d-case-bg.png) no-repeat;
	background-position: center;
}
.classic-case .heart {
	
}

.com-title {
	text-align: center;
	height: 195px;
	padding-top: 50px;
	box-sizing: border-box;
	cursor: default;
}
.com-title h2 {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #333;
	font-weight: 100;
}
/*======  画线   ========*/
.cut-line {
	/*font-family: arial;*/
	font-size: 34px;
	color: #4a5868;
	/*line-height: 28px;*/
	width: 30%;
    margin: 0 auto;
    position: relative;
}
.cut-line:after {
    background: -webkit-linear-gradient(left,#2d3e50 ,#2d3e50);
    background: linear-gradient(to right,#2d3e50 ,#2d3e50);
    right: 18%;
}
.cut-line:before {
    background: -webkit-linear-gradient(right,#2d3e50 ,#2d3e50);
    background: linear-gradient(to left,#2d3e50 ,#2d3e50);
    left: 18%;
}
.cut-line:after, .cut-line:before {
    content: "";
    width: 20%;
    height: 1px;
    position: absolute;
    top: 24px;
}

.case-show {
	display: flex;
	justify-content: space-between;
}
.case-show p {
	font: 18px/58px "微软雅黑";
	color: #333;
}
.case-show img:hover {	
	box-shadow: 0 0 30px rgba(160, 160, 160, .5);
	-webkit-box-shadow: 0 0 30px rgba(160, 160, 160, .5);
	-moz-box-shadow: 0 0 30px rgba(160, 160, 160, .5);
}
.case-right-sec {
    width: 792px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.choose-us .li-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-between;
}
.choose-us .li-wrap>li {
	width: 560px;
	height: 124px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #efefef;
	margin-bottom: 16px;
}
.choose-us .li-wrap>li:hover {
	box-shadow: 0 0 20px rgba(160, 160, 160, .5);
	-webkit-box-shadow: 0 0 20px rgba(160, 160, 160, .7);
	-moz-box-shadow: 0 0 20px rgba(160, 160, 160, .5);
}
.choose-us .li-wrap>li>img {
	margin: 0 16px;
}
.choose-us .li-wrap h4 {
	font: 18px/38px "微软雅黑";
	color: #333;
}
.choose-us .li-wrap p {
	font: 12px/26px "微软雅黑";
	color: #666;
}

.news-wrap {
	
}
.news-list-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-between;
	margin-bottom: 98px;
	
}
.news-list-wrap>li {
	width: 600px;
	height: 100px;
	box-sizing: border-box;
}
.news-list-wrap>li:nth-child(2n+1) {
	border-right: 1px solid #ececec;
	padding-right: 30px;
}
.news-list-wrap>li:nth-child(2n) {
	padding-left: 30px;
}
.news-list-wrap .news-title {
	display: flex;
	justify-content: space-between;
}
.news-list-wrap .news-content {
  height: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-wrap h4 {
	font: 16px/45px "微软雅黑";
	color: #333;
	cursor: pointer;
}
.news-list-wrap h4:hover {
	color: #2e7ec3;
}
.news-list-wrap p {
	font: 14px/24px "微软雅黑";
	color: #666;
	border-bottom: 1px dotted #ececec;
	cursor: pointer;
}
.news-time {
	font: 14px/45px "微软雅黑";
	color: #999;
	cursor: default;
}

/*  测试slider轮播   */
#wowslider-container1 {
	width: 100%;
	height: 554px;
	background-color: paleturquoise;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	/*max-width: 640px;*/
	/*max-height:360px;*/
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:640px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	/*max-height:360px;
	max-width: 640px;*/
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:360px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}

#wowslider-container1 .ws_images .ws_list, 
#wowslider-container1 .ws_images > div {
	/*position: relative;*/
}


#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	/*width:100%;
	height: 100%;*/
	text-align: center;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
	
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}
#wowslider-container1 .ws_images > div > img {
	max-height:360px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
	line-height: 0;
}

#wowslider-container1  .wsl{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	background: #fff;
}
#wowslider-container1 .ws_photoItem > div {
	left: 2em;
	right: 2em;
	top: 2em;
	bottom: 2em;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets {
	display: none;
}
#wowslider-container1.ws_video_playing:hover .ws_bullets {
	display: block;
}
/* IE fix because it don't show controls on hover if frame visible */
#wowslider-container1.ws_video_playing_ie .ws_bullets,
#wowslider-container1.ws_video_playing_ie a.ws_next,
#wowslider-container1.ws_video_playing_ie a.ws_prev {
	display: block;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(./playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}
/* bullets */
#wowslider-container1 .ws_bullets a { 
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #FFF;
	/*-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;*/
}
#wowslider-container1 .ws_bullets a.ws_selbull {
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;	
	background: #2e7ec3;  
    border-radius: 5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
}

/* arrows */
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
	position:absolute;
	font: 3.2em "controls";
	z-index:60;
	color: #fff;
	overflow: hidden;
	width: 42px;
	height: 42px;
	top: 0;
	opacity: 0;
}
#wowslider-container1 a.ws_next {
	/*left: 85%;*/
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
#wowslider-container1 a.ws_prev {
	left: 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
#wowslider-container1 a.ws_next:after,
#wowslider-container1 a.ws_prev:after {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -20px;
	left: 0;
	right: 0;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
#wowslider-container1 a.ws_next:after{
	/*content:'\e801';*/
}
#wowslider-container1 a.ws_prev:after{
	/*content:'\e800';*/
}
#wowslider-container1 a.ws_next {
	background: url(../assets/img/d-right.png) no-repeat !important;
	width: 42px !important;
	/*right: 40px !important;*/
	display: none;
	/*opacity: 1;*/
	z-index: 10 !important;
    display: inline-block;
    top: 45%;
    right: 4%;
}
#wowslider-container1 a.ws_prev {
	background: url(../assets/img/d-left.png) no-repeat !important;
	width: 42px !important;
	/*right: 40px !important;*/
	display: none;
	/*opacity: 1;*/
	z-index: 10 !important;
    display: inline-block;
    top: 45%;
    left: 4%;	
}
#wowslider-container1 a.ws_next:hover,
#wowslider-container1 a.ws_prev:hover{
	opacity: 0.9;
}

/*playpause*/
#wowslider-container1 .ws_playpause {
	position:absolute;
	font: 3.2em "controls";
	top:50%;
	left: 50%;
	margin-top: -0.5em;
	margin-left: -0.3125em;
	color: #fff;
	opacity: 0.5;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	text-decoration: none;
	z-index: 59;
}
#wowslider-container1 .ws_playpause:hover {
	opacity: 0.9;
}
#wowslider-container1 .ws_playpause:after{
	display: block;
	text-align: center;
}
#wowslider-container1 .ws_pause:after {
	/*content: '\e803';*/
}
#wowslider-container1 .ws_play:after {
	/*content: '\e802';*/
}/* bottom center */
#wowslider-container1  .ws_bullets {
	bottom:20px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws_bulframe span{
	visibility: visible;
	opacity: 1;
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;

	bottom:-10px;
	margin-left:-7px;
	left:43px;
}#wowslider-container1 .ws-title{
	position: absolute;
	background: none;
	color:#fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	bottom: 50px;
	top: auto;
	opacity: 1;
	text-align: center;

	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	z-index: 50;
}
#wowslider-container1 .ws-title div{
    margin-top: 0.5em;
	font-size: 1.3em;
}
#wowslider-container1 .ws-title span{
	font-size: 2.4em;
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 24s infinite;
	-moz-animation: wsBasic 24s infinite;
	-webkit-animation: wsBasic 24s infinite;
}
@keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }
@-moz-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }

#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:15px;
	left:-43px;
	visibility:hidden;
	position:absolute;
    border: 1px solid #FFFFFF;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:85px;
	background-color:#FFFFFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:19px;
	margin-left:2px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    border: 3px solid #FFFFFF;
}#wowslider-container1 .ws_bulframe div div{
	height: auto;
}

@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}


/*  测试slider轮播结束*/


/*    联系我们        */
.contactUs-banner {
	width: 100%;
	height: 554px;
	background: url(../assets/img/d-contactUsBannerBg.png) no-repeat;
	background-position: center;
}
.company-info {
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
}
.company-info-list {
	width: 360px;
	height: 250px;
	background-color: rosybrown;
	text-align: center;
	
}
.company-info-list>h4 {
	margin: 0 0 12px 0;
	font: 22px/34px "微软雅黑";
	color: #666;
}
.company-info-list>p {
	font: 16px/30px "微软雅黑";
	color: #666;
}
.company-info-list:nth-child(1) {
	background-color: #f9e0e0;
}
.company-info-list:nth-child(2) {
	background-color: #e6f9e0;
}
.company-info-list:nth-child(3) {
	background-color: #f9f5e0;
}
.company-info-weixin {
	width: 94px;
	height: 94px;
}
.message-rows1 {
	display: flex;
	justify-content: space-between;
}
.message-rows1>input {
	width: 300px;
	height: 40px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	padding: 0 10px;
}



/* WebKit browsers */
.leave-message input::-webkit-input-placeholder { 
    color: #999;
}
/* Mozilla Firefox 4 to 18 */
.leave-message input:-moz-placeholder { 
    color: #999;
}
/* Mozilla Firefox 19+ */
.leave-message input::-moz-placeholder { 
    color: #999;
}
/* Internet Explorer 10+ */
.leave-message input:-ms-input-placeholder { 
    color: #999;
}
/*==========================*/
/* WebKit browsers */
.leave-message textarea::-webkit-input-placeholder { 
    color: #999;
}
/* Mozilla Firefox 4 to 18 */
.leave-message textarea:-moz-placeholder { 
    color: #999;
}
/* Mozilla Firefox 19+ */
.leave-message textarea::-moz-placeholder { 
    color: #999;
}
/* Internet Explorer 10+ */
.fleave-message textarea:-ms-input-placeholder { 
    color: #999;
}



.company-name,
.description {
	display: block;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
}
.company-name {
	width: 750px;
	height: 40px;
	padding: 0 10px;
}
.description {
	width: 100%;
	height: 120px;
	padding: 10px;
}
.leave-message {
    /*padding: 30px 0px;*/
}
.hint,
.leave-message>h3 {
	line-height: 34px;
}
.message-rows1 {
	margin-top: 12px;
}
.company-name {
	margin: 28px 0;
}
.submit-btn {
	display: block;
	margin: 28px auto 80px;
	width: 100px;
	height: 40px;
	border-radius: 3px;
	border: none;
	background-color: #2e7ec3;
	color: #fff;
	
	cursor: not-allowed;
}

/*    公司介绍       */
.company-introduction-banner {
	width: 100%;
	height: 554px;
	background: url(../assets/img/d-banner-1.png) no-repeat;
	background-position: center;
}
.enterprise-sulture {
	width: 100%;
	height: 520px;
	background: url(../assets/img/d-enterprise-sulture-bg.png) no-repeat;
	background-position: center;
}
.enterprise-sulture-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.enterprise-sulture-items {
    width: 560px;
    height: auto;
    margin-bottom: 20px;	
}
.enterprise-sulture-items>h4 {
	font: 20px/66px "微软雅黑";
	font-weight: 700;
}
.enterprise-sulture-items>p {
	font: 16px/30px "微软雅黑";
}


.company-description {
    height: auto;
    box-sizing: border-box;
    padding: 72px 0 16px 0;
}
.company-description>img {
	float: left;
	margin: 10px 30px 20px 0;	
}
.company-description>p {
	font: 13px/30px "微软雅黑";
	margin-bottom: 32px;
	text-indent: 25px;
}
.development-course .line-wrap {
	box-sizing: border-box;
	padding: 66px 0 10px 0;
	height: auto;
	overflow: hidden;
	position: relative;
}
.development-course .line {
	position: absolute;
	width: 10px;
	height: 9999px;
	left: 50%;
	top: 0;
}
.line-content {
	position: relative;
	width: 10px;
	height: 9999px;
	background-color: #000;
	left: -5px;
}
.line-rows {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.line-tex {
	vertical-align: middle;
	width: 332px;
	height: 195px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 0 20px;
	
	/*background-color: orange;*/
}
.line-rows .mid-wrap {
	width: 470px;
	height: 195px;
	position: relative;
}
.mid-wrap .mid {
	width: 120px;
	height: 120px;
	background: url(../assets/img/d-lc-1.png) no-repeat;
	display: flex;
	justify-content: space-around;
	position: absolute;
	top: 35px;
	margin: 0 auto;
	z-index: 1;
}

.mid-wrap .mid-1 {
	width: 120px;
	height: 120px;
	background: url(../assets/img/d-lc-2.png) no-repeat;
	display: flex;
	justify-content: space-around;
}
.line-rows:nth-child(odd) .mid {
	left: 202px;
}
.line-rows:nth-child(even) .mid {
	left: 148px;
}

.mid-wrap .month, 
.mid-wrap .years {
	position: absolute;
	top: 82px;
}
.line-rows:nth-child(odd) .month {
	left: 328px;
}
.line-rows:nth-child(even) .month {
	text-align: right;
	left: 70px;
}
.line-rows:nth-child(odd) .years {
	left: 124px;
}
.line-rows:nth-child(even) .years {
	left: 270px;
}

.mid-2 {
	width: 36px;
	height: 36px;
	border-radius: 50%;	
	position: relative;
	top: 42px;
}

.team-advantage {
	margin: 110px auto !important;
}
.team-advantage-list {
	display: flex;
	justify-content: space-between;
}
.team-advantage-items {
	width: 380px;
	height: 470px;
	background-color: #f6f6f6;
}
.team-text {
	width: 100%;
	height: 236px;
	text-align: center;
	box-sizing: border-box;
	padding: 16px 10px;
}

.team-text>h4 {
	font: 20px/68px "微软雅黑";
	color: #333;
	font-weight: 700;
}
.team-text>p {
	font: 14px/24px "微软雅黑";
	color: #666;
}

.staff-presence {
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.staff-presence-content {
	width: 1920px;
	height: 600px;
	position: relative;
}
.staff-presence .heart {
	width: 465px;
	height: 260px;
	background-color: #ececec;
}
.staff-presence .cut-line:after, 
.staff-presence .cut-line:before {
    content: "";
    width: 53%;
    height: 1px;
    position: absolute;
    top: 23px;
}
.staff-presence .cut-line:before {
	left: -36%;
}
.staff-presence .cut-line:after {
	right: -36%;
}

.staff-presence-content>img {
	position: absolute;
}
.staff-presence-content .staff-img1 {
	left: 0;
	top: 0;
	z-index: 1;
}
.staff-presence-content .staff-img2 {
	left: 400px;
	top: 0;
	z-index: 1;
}
.staff-presence-content .staff-img3 {
	left: 400px;
	top: 291px;
	z-index: 1;
}
.staff-presence-content .staff-img4 {
	left: 728px;
	top: 260px;
	z-index: 1;
}
.staff-presence-content .staff-img5 {
	left: 1193px;
	top: 0;
	z-index: 1;
}
.staff-presence-content .staff-img6 {
	left: 1193px;
	top: 335px;
	z-index: 1;
}
.staff-presence-content .staff-img7 {
	right: 0;
	top: 0;
	z-index: 1;
}
.staff-presence-content .staff-img8 {
	right: 0;
	top: 235px;
	z-index: 1;
}

.text-blue {
	color: #2e7ec3;
}
.join-us-wrap {
	display: flex;
	justify-content: space-between;
}
.join-us-wrap h3 {
	font: 26px/53px "微软雅黑";
	font-weight: 700;
	color: #ccc;
}
.join-us-wrap p {
	font: 12px/30px "微软雅黑";
	color: #666;
	margin-bottom: 26px;
}
.join-us-text {
	width: 630px;
}
.join-us-wrap .img-wrap {	
    margin: 56px 0 0 170px;
}
.join-us {
	margin-bottom: 40px !important;
}

.business-scope-banner {
	width: 100%;
	height: 554px;
	background: url(../assets/img/d-business-scope-banner.png) no-repeat;
	background-position: center;
}
.business-scope-sec1>h3>i, 
.business-scope-sec2>h3>i, 
.business-scope-sec3>h3>i {
	display: inline-block;
	width: 6px;
	height: 26px;
	border-radius: 3px;
	background-color: #2e7ec3;
	margin-right: 20px;
	position: relative;
	top: 5px;
}

.business-scope-sec1>h3, 
.business-scope-sec2>h3, 
.business-scope-sec3>h3 {
	font: 22px/36px "微软雅黑";
	color: #333;
	margin-bottom: 10px;
}
.business-scope-sec1>p, 
.business-scope-sec2>p, 
.business-scope-sec3>p {
	color: #666;
	margin-bottom: 20px;
	font: 12px/24px "微软雅黑";
} 

.business-scope-sec1 button:hover, 
.business-scope-sec2 button:hover, 
.business-scope-sec3 button:hover {
	cursor: not-allowed;
}
.technical>li, 
.consulting>li, 
.OTHER>li {
	width: 600px;
	height: 200px;
	float: left;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 50px 0 0;
	position: relative;
} 
.technical>li img, 
.consulting>li img, 
.OTHER>li img {
	margin-right: 30px;
}
.technical>li h4, 
.consulting>li h4, 
.OTHER>li h4 {
	color: #333;
	font: 18px/46px "微软雅黑";
}
.technical>li p, 
.consulting>li p, 
.OTHER>li p {
	font: 14px/24px "微软雅黑";
	color: #727272;
}
.technical>li button, 
.consulting>li button, 
.OTHER>li button {
	border: none;
	width: 120px;
	height: 40px;
	color: #727272;
	background-color: #f4f4f4;
	position: absolute;
    top: 120px;
    left: 78px;
    cursor: pointer;
}

.standardized-title {
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	background-color: #00c25a;
	border-radius: 25px;
	box-sizing: border-box;
	padding: 0 6px;
}
.standardized-title i {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font: 24px/30px "微软雅黑";
	text-align: center;
}
.rows_2 {
	width: 1176px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rows_2 li {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #d1d1d1;
}
.rows_2 li:nth-child(1),
.rows_2 li:nth-child(33) {
	width: 19px;
	height: 19px;
}
.rows_2 li:nth-child(3) {
	border-color: #00c25a;
	position: relative;
}
.rows_2 li:nth-child(9) {
	border-color: #fac529;
	position: relative;
}
.rows_2 li:nth-child(16) {
	border-color: #32ccfe;
	position: relative;
}
.rows_2 li:nth-child(22) {
	border-color: #0099ff;
	position: relative;
}
.rows_2 li:nth-child(28) {
	border-color: #793cb1;
	position: relative;
}
.rows_2 li:nth-child(3) span {
	display: inline-block;
	position: absolute;
    top: -12px;
    left: -12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 5px solid #00c25a;
}
.rows_2 li:nth-child(9) span {
	display: inline-block;
	position: absolute;
    top: -12px;
    left: -12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 5px solid #fac529;
}
.rows_2 li:nth-child(16) span {
	display: inline-block;
	position: absolute;
    top: -12px;
    left: -12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 5px solid #32ccfe;
}
.rows_2 li:nth-child(22) span {
	display: inline-block;
	position: absolute;
    top: -12px;
    left: -12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 5px solid #0099ff;
}
.rows_2 li:nth-child(28) span {
	display: inline-block;
	position: absolute;
    top: -12px;
    left: -12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 5px solid #793cb1;
}
.rows_1 li:nth-child(2) .standardized-title {
	background-color: #32ccfe;
}
.rows_1 li:nth-child(3) .standardized-title {
	background-color: #793cb1;
}
.rows_3 li:nth-child(1) .standardized-title {
	background-color: #fac529;
}
.rows_3 li:nth-child(2) .standardized-title {
	background-color: #0099ff;
}

.rows_1 {
	display: flex;
	justify-content: space-between;
}
.rows_1 li {
	width: 240px;
	height: 170px;
}

.rows_3 {
	display: flex;
	justify-content: space-between;
    width: 772px;
    margin: 0 auto;
}
.rows_3 li {
	width: 240px;
	height: 170px;
	position: relative;
}
.rows_3 .standardized-title {
	position: absolute;
	bottom: 0;
	left: 0;
}
.rows_1 p {
	font: 14px/20px "微软雅黑";
	color: #808080;
	margin: 22px 0 0 40px;
} 
.rows_3 p {
	font: 14px/20px "微软雅黑";
	color: #808080;
	margin: 0 0 22px 40px;
}
.rows_3 i, 
.rows_1 i {
	margin-right: 5px;
}
.rows_1 li:nth-child(1) {	
    position: relative;
    left: 62px;
}
.rows_1 li:nth-child(2) {	
    position: relative;
    left: 48px;
}
.rows_3 li:nth-child(1) {	
    position: relative;
    left: 62px;
}
.rows_2 {
	margin: 60px 0;
}

.cooperation-customer-rows1, 
.cooperation-customer-rows2, 
.cooperation-customer-rows3 {
	display: flex;
	justify-content: space-between;
}
.cooperation-customer-rows1>li, 
.cooperation-customer-rows2>li, 
.cooperation-customer-rows3>li {
	position: relative;
}
.cooperation-customer-rows1 span, 
.cooperation-customer-rows2 span, 
.cooperation-customer-rows3 span {
	position: absolute;
    top: 18px;
    left: 18px;
    display: inline-block;
    width: 114px;
    height: 114px;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
.cooperation-customer-rows1 {	
    width: 1026px;
    margin: 0 auto;
    position: relative;
    top: 69px;
}
.cooperation-customer-rows3 {
    width: 1026px;
    margin: 0 auto;
    position: relative;
    top: -69px;
}
.cooperation-customer-rows1 span:hover, 
.cooperation-customer-rows2 span:hover, 
.cooperation-customer-rows3 span:hover {
	box-shadow: 0 0 20px rgba(160, 160, 160, .5);
	-webkit-box-shadow: 0 0 20px rgba(160, 160, 160, .5);
	-moz-box-shadow: 0 0 20px rgba(160, 160, 160, .5);
}

/*  测试     */
/*.cooperation-customer-rows1 span::before, 
.cooperation-customer-rows2 span::before, 
.cooperation-customer-rows3 span::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.cooperation-customer-rows1 span::before, 
.cooperation-customer-rows2 span::before, 
.cooperation-customer-rows3 span::before, 
.cooperation-customer-rows1 span::after, 
.cooperation-customer-rows2 span::after, 
.cooperation-customer-rows3 span::after {
	  content: '';
	  z-index: -1;
	  margin: 0;
	  box-shadow: inset 0 0 0 2px;
	  animation: clipMe 8s linear infinite;
}
.cooperation-customer-rows1 span::before, 
.cooperation-customer-rows2 span::before, 
.cooperation-customer-rows3 span::before {
	animation-delay: 2s;
}
.cooperation-customer-rows1 span:hover::after, 
.cooperation-customer-rows2 span:hover::after, 
.cooperation-customer-rows3 span:hover::after, 
.cooperation-customer-rows1 span:hover::before, 
.cooperation-customer-rows2 span:hover::before, 
.cooperation-customer-rows3 span:hover::before {
	background-color: rgba(255, 0, 0, 0.3);
}
@keyframes clipMe {
    0%, 100% {
        clip: rect(0px, 220.0px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 220.0px, 0px);
    }
    50% {
        clip: rect(218.0px, 220.0px, 220.0px, 0px);
    }
    75% {
        clip: rect(0px, 220.0px, 220.0px, 218.0px);
    }
}   */

.classic-case-moudle-banner {
	height: 554px;
	background: url(../assets/img/d-classicCase-bg.png) no-repeat;
	background-position: center;
}    
.classic-case-list {
	padding: 80px 0 120px; 
} 
.classic-case-items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.classic-case-items img {
	width: 430px;
	height: 334px;
	background-color: #f0f0f0;
}
.classic-case-content {
	width: 702px;
	height: 334px;
	position: relative;
}
.classic-case-content h3 {
	font: 24px/50px "微软雅黑";
	color: #666;
	margin-bottom: 16px;
	cursor: default;
}
.classic-case-content p {
	font: 14px/24px "微软雅黑";
	color: #999;
	margin-bottom: 24px;
	cursor: default;
}
.classic-case-content button {
	width: 180px;
	height: 40px;
	background-color: #f0f0f0;
	font: 14px/40px "微软雅黑";
	color: #666;
	border: none;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;
}
.classic-case-content button:hover {
	/*box-shadow: 0 0 10px rgba(160, 160, 160, .7);
	-webkit-box-shadow: 0 0 10px rgba(160, 160, 160, .7);
	-moz-box-shadow: 0 0 10px rgba(160, 160, 160, .7);*/
	cursor: not-allowed;
}



