/*顶部导航*/

body {
	font-family: "microsoft yahei";
	background: #f6f6f6;
	overflow-x: hidden;
}
.container_nav
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5555;
  	border-bottom:1px solid #eee;
}
.n_banner
{
  margin-top:80px;
}
.z_center {
	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;
}

.container-fluid, .container {
	padding: 0;
	overflow: hidden;
}

a {
	color: #7e7e7e;
}

a:hover {
	color: #6c6c6c;
	text-decoration: none;
}

.head_content {
	padding: 20px 0;
	overflow: hidden;
	background: #f8f8f8;
}

.head_content img:first-child {
	float: left;
	max-width: 140px;
}

.head_content img:last-child {
	float: right;
	max-width: 240px;
}

.head_content p {
	color: #666666;
	font-size: 16px;
	line-height: 60px;
	float: left;
	margin-left: 10px;
}


/*导航*/

.nav_logo {
	float: left;
	width: 12%;
	height: 100px;
	line-height: 100px;
}

.nav_logo img {
	vertical-align: middle;
}

.nav_list {
	width: 76%;
	float: left;
	text-align: center;
	display: flex;
	justify-content: center;
}

.nav_list li {
	height: 100px;
	line-height: 100px;
	width: 95px;
	display: inline-block;
	text-align: center;
	color: #6c6c6c;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-top: -5px;
}

.nav_list li:hover {
	background: #FFFFFF;
	color: #bf0008;
}
.nav_list li:hover .erji 
{
	display: block;
}
.nav_list li:hover i
{
	opacity: 1;
}

.nav_list li i {
	position: absolute;
	top: 35%;
	left: 40%;
	width: 20%;
	opacity: 0;
	transition: all .3s;
}
.nav_list .erji
{
	display: none;
}
.nav_list_select {
	background: #FFFFFF;
	color: #bf0008;
}

.nav_list_select {
	color: #bf0008!important;
}
.nav_list_select i
{
	opacity: 1!important;
}
.nav_list_select .erji
{
	display: block;
}
.nav_release {
	float: right;
	/*padding: 25px;*/
	color: #ffffff;
	font-size: 20px;
	height: 90px;
	line-height: 90px;
	width: 12%;
}

.nav_release img {
	vertical-align: middle;
}

.nav_loading {
	float: right;
	height: 100%;
	line-height: 80px;
	margin-right: 40px;
	color: #000000;
	font-size: 15px;
}

.nav_loading span {
	transition: all .3s;
	cursor: pointer;
}

.nav_loading span:hover {
	color: red;
}

.nav_search {
	float: right;
	border-radius: 25px;
	border: 1px solid #000000;
	margin-top: 25px;
	margin-right: 40px;
	padding: 3px 12px;
}

.nav_search img {
	vertical-align: middle;
	margin-top: -2px;
	cursor: pointer;
}

.nav_search input {
	border: none;
	background: none;
}

.head_logom {
	padding: 0px 10px;
}

.PhoneLogo {
	width: 20%;
	margin-top: 2%;
	margin-left: 4%;
}

.loginLogo {
	width: 8%;
	float: right;
	margin-right: 4%;
}

.navbar-toggle {
	float: right;
	margin: 5% 10px;
	margin-bottom: 8px;
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background: ;
}

.navbar-toggle .icon-bar {
	height: 3px;
}

.navbar-brand {
	padding: 15px 0;
}

.nav_left {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.nav_left_list {
	margin: 0;
	padding: 25px 0 15px;
	width: 73.6111111111%;
	min-height: 100%;
	border: none;
	background: #f6f6f6;
	z-index: 9999;
	position: relative;
	margin-left: -350px;
	transition: all .3s ease-in-out 0s;
}

.nav_left_list ul li {
	margin: 5px 0;
	padding: 10px 39px;
	width: 100%;
	line-height: 20px;
	text-align: left;
	font-size: 18px;
	cursor: pointer;
}

.nav_left_list ul li a {
	color: #676767;
}

.active {
	color: #fff!important;
	box-shadow: none;
	background-color: #bf0008;
}

.active a {
	color: #fff!important;
}

.nav_left_return {
	margin-left: 5%;
	margin-bottom: 10%;
	width: 6%;
}

.nav_shadow {
	position: absolute;
	height: 100%;
	width: 100%;
	float: right;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.54);
	z-index: 10;
	display: none;
}

.phone_search {
	float: right;
	width: 44%;
	overflow: hidden;
	padding-right: 5%;
	text-align: right;
	border: 1px solid #f8f8f8;
	border-radius: 20px;
	padding: 2px 10px;
	margin-right: 10px;
	transition: all .3s;
}

.phone_search_blur {
	border: 1px solid #d3d3d3;
}

.phone_search input {
	width: 80%;
	background: none;
	border: none;
}

.phone_search img {
	width: 10%;
}

.footer {
	color: #858585;
	font-size: 13px;
	text-align: center;
	padding: 15px 0;
	background: #2e2e2e;
	line-height: 25px;
}


/*-------------------------------------------------------------------------------联系我们------------------------------------------------------------------------------------------*/

.contactUs_nav {
	text-align: center;
	font-size: 16px;
	color: #676767;
	letter-spacing: 1px;
}

.contactUs_nav_item {
	display: inline-block;
	padding: 25px 10px;
	margin: 0 20px;
	border-bottom: 2px solid #f6f6f6;
	cursor: pointer;
	transition: all .3s;
}

.contactUs_nav_select {
	border-bottom: 2px solid #bf0008;
	color: #bf0008;
}

.contactUs_jiao {
	width: 0px;
	height: 4px;
	border-top: 4px solid #f6f6f6;
	border-right: 4px solid #f6f6f6;
	border-bottom: 4px solid #f6f6f6;
	border-left: 4px solid #a0a0a0;
	display: inline-block;
	margin-right: 5px;
	transition: all .3s;
}

.contactUs_nav_select .contactUs_jiao {
	width: 0px;
	height: 4px;
	border-top: 4px solid #f6f6f6;
	border-right: 4px solid #f6f6f6;
	border-bottom: 4px solid #f6f6f6;
	border-left: 4px solid #bf0008;
	display: inline-block;
}

.contactUs_cont {
	background: url(../img/contact_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 80px 0px;
	-moz-animation: fadeInUp .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.contactUs_left {
	padding: 0 40px;
	height: 600px;
}

.contactUs_right {
	padding-left: 5%;
}

.contactUs_right_title {
	font-size: 30px;
	color: #2a2a2a;
	margin-bottom: 35px;
}

.contactRed {
	color: #bf0008;
	font-weight: bold;
	letter-spacing: 2px;
}

.contactHui {
	color: #cecece;
}

.contactUs_right_text1 {
	font-size: 16px;
	color: #454545;
	letter-spacing: 1px;
	margin: 17px 0;
}

.contactUs_ewm_item {
	width: 80px;
	height: 80px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #363636;
	margin-right: 30px;
}

.contactUs_us_text1 {
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 5%;
}

.contactUs_us_text2 {
	font-size: 16px;
	color: #FFFFFF;
}

.contactUs_us {
	margin-top: 30px;
	width: 100%;
	background: url(../img/contact_pic3.png) no-repeat;
	background-size: cover;
	padding: 60px;
}


/*-------------------------------------------------------------------------------预约洽谈------------------------------------------------------------------------------------------*/

.order_cont {
	-moz-animation: fadeInUpDown .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.order_cont_d {
	text-align: center;
	background: #ffffff;
	letter-spacing: 1px;
	width: 100%;
	margin: auto;
	padding: 50px 15%;
}

.order_title {
	font-size: 28px;
	color: #d5d5d5;
	margin-bottom: 40px;
}

.order_title2 {
	font-size: 14px;
	color: #454545;
}

.order_title2 span {
	width: 100%;
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
}

.order_item {
	margin: 30px 0;
}

.order_item_left {
	float: left;
	width: 20%;
	text-align: right;
	padding: 10px;
}

.order_item_right {
	width: 60%;
	float: left;
	text-align: left;
	margin-left: 3%;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 10px 15px;
}

.order_item_right input {
	width: 100%;
	background: none;
	border: none;
	font-size: 16px;
	color: #4d4d4d;
}

.order_item_right textarea {
	width: 100%;
	background: none;
	border: none;
	font-size: 16px;
	color: #4d4d4d;
	min-height: 200px;
}

.order_jiao {
	width: 0px;
	height: 10px;
	border-top: 10px solid #bf0008;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	display: inline-block;
	margin-top: 30px;
}

.order_button {
	font-size: 16px;
	color: #f5f3f0;
	background: #bf0008;
	width: 60%;
	margin-left: 23%;
	padding: 15px 10px;
	border-radius: 5px;
}


/*-------------------------------------------------------------------------------项目------------------------------------------------------------------------------------------*/

.recruit_c {
	background: #FFFFFF;
	padding: 50px 0;
	text-align: center;
	position: relative;
	-moz-animation: fadeInUp .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.recruit_nav {
	width: 100%;
	text-align: left;
}

.recruit_cont {
	border: 1px solid #dcdcdc;
	position: relative;
}

.recruit_item {
	display: inline-block;
	text-align: left;
	width: 15%;
	border: 1px solid #bf0008;
	font-size: 18px;
	color: #bf0008;
	text-align: center;
	border-radius: 30px;
	margin-right: 2%;
	padding: 10px 0;
	transition: all .3s;
	cursor: pointer;
}

.recruit_item_select {
	border: 1px solid #bf0008;
	background: #bf0008;
	color: #FFFFFF;
}

.recruit_nav {
	margin: 40px 0;
}

.recruit_item_title {
	background: url(../img/contact_pic4.png) no-repeat;
	background-size: cover;
	padding: 40px;
	font-size: 22px;
}

.recruit_item_title1 {
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.recruit_item_title1 span {
	color: #aaaaaa;
}

.recruit_item_title2 {
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	float: right;
}

.recruit_item_text {
	width: 100%;
	padding: 60px 40px;
	min-height: 450px;
	text-align: left;
	font-size: 16px;
	color: #4d4d4d;
	letter-spacing: 1px;
	line-height: 25px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(../img/prev.png) no-repeat;
	background-size: 100% 100%;
}

.swiper-button-next, .swiper-button-prev {
	width: 44px;
	height: 44px;
	top: 300px;
}

.swiper-button-prev {
	left: -70px;
}

.swiper-button-next {
	right: -70px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(../img/next.png) no-repeat;
	background-size: 100% 100%;
}


/*-------------------------------------------------------------------------------新闻------------------------------------------------------------------------------------------*/

.allNews_cont {
	background: #ffffff;
	padding: 60px 10%;
}

.newsList1, .newsList2, .newsList3 {
	-moz-animation: fadeInUp .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.allList_item {
	position: relative;
	margin-bottom: 60px;
}

.allItem_img {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	float: left;
	position: relative;
}

.allItem_cont {
	width: 68%;
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-left: 2%;
	font-size: 18px;
	color: #4b4b4b;
}

.allItem_time {
	font-size: 14px;
	color: #a7a7a7;
	margin: 20px 0;
}

.allItem_text {
	font-size: 12px;
	color: #4b4b4b;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.allItem_more {
	position: absolute;
	left: 32%;
	bottom: 0;
	font-size: 14px;
	color: #bf0008;
	width: 120px;
	padding: 5px 10px;
	border: 1px solid #bf0008;
	vertical-align: middle;
	transition: all .3s;
	cursor: pointer;
}

.allItem_more span {
	float: right;
}

.allItem_more:hover {
	background: #bf0008;
	color: #FFFFFF;
}

.allNews_more {
	width: 50%;
	margin: auto;
	text-align: center;
	background: #bfbfbf;
	font-size: 18px;
	color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
}

.allNews_more img {
	vertical-align: middle;
	margin-left: 10px;
	padding: 20px 0;
}

.allNews_more_animation {
	-moz-animation: rotationAll .5s 0s ease-in infinite;
	-webkit-animation: rotationAll .5s 0s ease-in infinite;
	-o-animation: rotationAll .5s 0s ease-in infinite;
	-ms-animation: rotationAll .5s 0s ease-in infinite;
	animation: rotationAll .5s 0s ease-in infinite;
}


/*渐隐*/

@-webkit-keyframes rotationAll {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotationAll {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-o-keyframes rotationAll {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
	}
}

@keyframes rotationAll {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/*-------------------------------------------------------------------------------新闻详情------------------------------------------------------------------------------------------*/

.newIntro {
	padding: 40px 0;
	background: #FFFFFF;
}

.newIntro_title {
	width: 95%;
	margin: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #be0000;
}

.newIntro_title1 {
	font-size: 28px;
}

.newIntro_title1 span {
	color: #c0c0c0;
}

.newIntro_title1, .newIntro_title2 {
	display: inline-block;
	vertical-align: middle;
}

.newIntro_title2 {
	float: right;
}

.newIntro_title2 ul li {
	display: inline-block;
	vertical-align: middle;
}

.newIntro_title2 ul li img {
	margin: 0px 5px;
}

.newIntro_title2 ul li a:hover {
	color: red;
	text-decoration: none;
}

.newIntro_cont {
	width: 70%;
	margin: auto;
	text-align: center;
	padding: 50px 0 20px 0;
}

.newIntro_cont_title {
	font-size: 22px;
	color: #4a4a4a;
}

.newIntro_cont_time {
	font-size: 14px;
	color: #acacac;
	margin: 20px 0;
}

.newIntro_cont_text {
	text-align: left;
	font-size: 14px;
	color: #545454;
	line-height: 25px;
	margin-bottom: 40px;
}

.newIntro_cont_img {
	width: 100%;
}


/*-------------------------------------------------------------------------------奖项------------------------------------------------------------------------------------------*/

.honorNav1_cont {
	padding: 40px 0;
	background: #FFFFFF;
	-moz-animation: fadeInUpDown .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.honorNav1_c {
	width: 80%;
	margin: auto;
	text-align: center;
}

.honorNav1_list {
	width: 100%;
	margin-top: 60px;
}

.honorNav1_item {
	width: 18%;
	height:90px;
	margin-right: 2%;
	float: left;
	margin-bottom: 60px;
	cursor: pointer;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .3s;
}

.honorNav1_item:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}


/*-------------------------------------------------------------------------------合作客户------------------------------------------------------------------------------------------*/

.honorNav2_cont {
	padding: 40px 0;
	background: #FFFFFF;
	-moz-animation: fadeInUpDown .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.honorNav2_c {
	width: 80%;
	margin: auto;
	text-align: center;
	position: relative;
}

.honorNav2_swiper {
	margin-top: 40px;
}

.honorNav2_cont_item {
	padding: 5%;
	border: 1px solid #e5e5e5;
	margin: 2%;
	/*border-bottom: 3px solid #FFFFFF;*/
	cursor: pointer;
	font-size: 14px;
	color: #5d5d5d;
	transition: all .3s;
	position: relative;
}

.honorNav2_cont_item_select {
	color: #bf0008;
	border-bottom: 1px solid #bf0008;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	;
}

.honorNav2_cont_item_text {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}

.honorNav2_next, .honorNav2_prev {
	top: 450px;
}

.honorNav2_pic {
	width: 100%;
	position: relative;
}

.honorNav2_shadow {
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	display: none;
	-moz-animation: fadeIn .3s 0s ease-in both;
	-webkit-animation: fadeIn .3s 0s ease-in;
	-o-animation: fadeIn .3s 0s ease-in;
	-ms-animation: fadeIn .3s 0s ease-in;
	animation: fadeIn .3s 0s ease-in;
	display: none;
}

.honorNav2_cont_item_select .honorNav2_shadow {
	display: block;
}

.honor_enlarge {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	top: 0;
	left: 0;
	display: none;
}

.enlarge_img {
	width: 35%;
	margin: 2.5% auto;
	vertical-align: middle;
	border: 5px solid #FFFFFF;
	animation: zoomIn .5s 1;
	-webkit-animation: zoomIn .5s 1;
}


/*-------------------------------------------------------------------------------客户见证------------------------------------------------------------------------------------------*/

.honorNav3_cont {
	padding: 40px 0;
	background: #FFFFFF;
	-moz-animation: fadeInUpDown .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.honorNav3_c {
	width: 80%;
	margin: auto;
	text-align: center;
	position: relative;
}

.honorNav3_list {
	width: 90%;
	margin: auto;
	margin-top: 40px;
}

.honorNav3_item {
	width: 49%;
	margin-right: 2%;
	float: left;
	position: relative;
	margin-bottom: 2%;
}

.honorNav3_item:nth-child(2n) {
	margin-right: 0;
}

.honorNav3_item_video {
	width: 100%;
}

.honorNav3_item_button {
	position: absolute;
	top: 20%;
	left: 40%;
	width: 20%;
	cursor: pointer;
}

.honorNav3_item_title {
	position: absolute;
	width: 90%;
	text-align: center;
	left: 5%;
	top: 58%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 1px;
}


/*视频弹窗*/

.vide_mark {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	transition: opacity 0.15s linear;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.51);
}

.vide_mark .vide_content_div {
	width: 880px;
	height: 600px;
	overflow: hidden;
	z-index: 10000;
	position: absolute;
	top: 50%;
	margin-top: -300px;
	margin-left: -440px;
	left: 50%;
}

.vide_mark .vide_content {
	width: 880px;
	position: relative;
	height: 600px;
	margin-top: -600px;
	position: absolute;
	background: #FFF;
}

.vide_mark .vide_content .vide_titile {
	height: 60px;
	line-height: 60px;
	color: #424242;
	font-size: 16px;
	padding: 0 20px;
}

.vide_close {
	font-size: 30px;
	height: 30px;
	display: block;
	height: 30px;
	position: absolute;
	top: 0;
	right: 20px;
	cursor: pointer;
}

.vide_mark .vide_content .vide_play {
	width: 880px;
}


/*-------------------------------------------------------------------------------客户见证------------------------------------------------------------------------------------------*/

.projectCase_c {
	width: 95%;
	margin: auto;
	text-align: center;
}

.projectCase_nav {
	text-align: center;
	margin-top: 40px;
}

.projectCase_nav_item {
	width: 150px;
	margin: 0 1%;
	display: inline-block;
	vertical-align: middle;
	padding: 15px 0;
	background: #f2f2f2;
	font-size: 16px;
	color: #969696;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all .3s;
}

.projectCase_nav_select {
	background: #bf0008;
	color: #FFFFFF;
}

.projectCase_nav_select1 {
	background: #bf0008;
	color: #FFFFFF;
	
}

.projectCase1 {
	margin-top: 60px;
	margin-bottom: 40px;
	text-align: center;
}

.projectCase1_item {
	width: 18.6%;
	margin-right: 1.25%;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.25%;
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
}
.projectCase1_item img
{
	vertical-align: middle;
}

.projectCase1_item:nth-child(5n) {
	margin-right: 0;
}

.projectCase1_text {
	position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 3% 3%;
    background: rgba(0, 0, 0, 0.69);
    text-align: center;
   	display: none;
    -moz-animation: fadeInUp .3s 0s ease-in both;
    -webkit-animation: fadeInUp .3s 0s ease-in;
    -o-animation: fadeInUp .3s 0s ease-in;
    -ms-animation: fadeInUp .3s 0s ease-in;
    animation: fadeInUp .3s 0s ease-in;
    text-align: left;
}

.projectCase1_text1 {
	font-size: 16px;
	color: #484848;
	padding-top: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
	line-height: 15px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.projectCase1_text2 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 25px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.contactUs_nav_pro {
	padding: 25px 0;
	font-size: 16px;
	color: #383737;
}

.contactUs_nav_text1 {
	display: inline-block;
	vertical-align: middle;
    margin-bottom: 20px;
}

.contactUs_nav_data, .contactUs_nav_diqu, .contactUs_nav_search {
	border: 1px solid #e0e0e0;
	background: #FFFFFF;
	border-radius: 5px;
	/*overflow: hidden;*/
	display: inline-block;
	padding: 5px 10px;
	vertical-align: middle;
	margin-left: 20px;
	position: relative;
	z-index: 30px;
}

.contactUs_nav_data img, .contactUs_nav_diqu img, .contactUs_nav_search img {
	vertical-align: middle;
}

.contactUs_nav input {
	border: none;
	background: none;
}

.contactUs_diqu_list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 32px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	z-index: 20px;
	overflow: hidden;
	display: none;
	z-index: 100;
	max-height: 150px;
	overflow-y: scroll;
	
}
/*滚动条样式*/

.contactUs_diqu_list::-webkit-scrollbar {
	width: 0.2px;
	height: 10px;
}

.contactUs_diqu_list::-webkit-scrollbar-button {
	/*display: none;*/
}

.contactUs_diqu_list::-webkit-scrollbar-track-piece {
	background: #f4f4f4;
	border-radius: 10px;
}

.contactUs_diqu_list::-webkit-scrollbar-thumb {
	background: #d2d2d2;
	border-radius: 10px;
}

.contactUs_diqu_item {
	width: 100%;
	padding: 8px 25px;
	border-top: 1px solid #e0e0e0;
	background: #FFFFFF;
	text-align: left;
	cursor: pointer;
	transition: all .3s;
}

.contactUs_diqu_item:hover {
	color: #FFFFFF;
	background: #bf0008;
}


/*-------------------------------------------------------------------------------项目详情------------------------------------------------------------------------------------------*/

.project_cont {
	width: 95%;
	margin: auto;
	padding-top: 40px;
}

.project_left {
	width: 70%;
	display: inline-block;
	margin-right: 3%;
}

.project_left img {
	margin-bottom: 30px;
}

.project_right {
	width: 27%;
	float: right;
	display: inline-block;
}

.project_right_title {
	font-size: 28px;
	color: #1c1c1c;
}

.project_right_title span {
	height: 4px;
	background: #d4140b;
	width: 55px;
	display: block;
	margin-top: 10px;
}

.project_box1_text1 {
	font-size: 16px;
	margin: 20px 0;
}

.project_box1_text2 {
	vertical-align: middle;
	font-size: 16px;
	color: #383838;
	margin-bottom: 30px;
}

.project_box1_text2 img {
	width:20px;
	vertical-align: middle;
	margin-right: 5px;
}

.project_text3_item {
	font-size: 16px;
	color: #403f3f;
	margin-bottom: 5px;
}

.project_box1_text4 {
	font-size: 14px;
	color: #403f3f;
	line-height: 30px;
	margin: 50px 0 80px 0;
}

.project_right_item {
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	margin-top: 30px;
}

.project_right_item_left {
	width: 30%;
	float: left;
	overflow: hidden;
}

.project_right_item_right {
	width: 65%;
	float: left;
	height: 100%;
	margin-left: 5%;
}

.project_right_item_title {
	font-size: 18px;
	color: #4f4f4f;
}

.project_right_item_text {
	font-size: 14px;
	color: #a0a0a0;
	margin-top: 2%;
}

.project_right_item_button {
	position: absolute;
	bottom: 20px;
	left: 35%;
	font-size: 14px;
	color: #d4140b;
	padding: 5px 15px;
	border: 1px solid #d4140b;
	border-radius: 5px;
}


/*-------------------------------------------------------------------------------服务------------------------------------------------------------------------------------------*/

.service_c {
	background: #FFFFFF;
}

.serviceC1_c {
	width: 100%;
	padding: 2%;
	text-align: center;
}

.serviceC2_c {
	width: 100%;
	padding: 80px 2%;
	text-align: center;
	background: url(../img/service_pic5.png) no-repeat;
	background-size: cover;
}

.serviceC1_item {
	width: 100%;
	float: left;
	background: #f4f4f4;
}

.serviceC1_item_pic1 {
	width: 15.25%;
	float: left;
	position: relative;
}

.serviceC1_item_pic2 {
	width: 84.75%;
	float: left;
}

.serviceC1_item_pic1 img, .serviceC1_item_pic2 img {
	vertical-align: middle;
}

.serviceC1_item_pic, .serviceC1_item_text {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	float: left;
	overflow: hidden;
}

.serviceC1_pic_text {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}

.serviceC1_pic_text span {
	display: inline-block;
	width: 34px;
	word-wrap: break-word;
	/*英文的时候需要加上这句，自动换行*/
	vertical-align: middle;
	margin-top: 70%;
}

.serviceC1_pic_ico {
	width: 30%;
	position: absolute;
	left: 35%;
	bottom: 15%;
}

.serviceC1_item_text {
	width: 50%;
	font-size: 14px;
	color: #787878;
	height: 100%;
	text-align: left;
}

.serviceC1_item_text span {
	width: 100%;
	padding: 0 8%;
	display: inline-block;
	line-height: 28px;
	margin-top: 10%;
	letter-spacing: 1px;
}

.serviceFlow_c {
	background: #FFFFFF;
	padding: 80px 0;
	margin-top: 60px;
}

.serviceFlow_box {
	width: 25%;
}

.serviceFlow_title {
	font-size: 18px;
	color: #000000;
}

.serviceFlow_title span {
	color: #d4140b;
}

.serviceFlow_pic {
	text-align: center;
	margin: 40px 0;
	position: relative;
}

.serviceFlow_pic_p {
	display: inline-block;
	border-radius: 50%;
	padding: 20px 22px;
	border: 2px solid #dcdcdc;
	background: #FFFFFF;
	position: relative;
	z-index: 20;
}

.serviceFlow_pic_p img {
	vertical-align: middle;
}

.serviceFlow_pic_line1 {
	width: 50%;
	position: absolute;
	top: 48%;
	left: 0;
	height: 2px;
	background: #dcdcdc;
	z-index: 10;
}

.serviceFlow_pic_line2 {
	width: 50%;
	position: absolute;
	top: 48%;
	right: 0;
	height: 2px;
	background: #dcdcdc;
	z-index: 10;
}

.serviceFlow_text {
	width: 50%;
	margin: auto;
	font-size: 12px;
	color: #424242;
	line-height: 25px;
	letter-spacing: 1px;
}

.serviceFlow_box:nth-child(1) .serviceFlow_pic_line1 {
	display: none;
}

.serviceFlow_box:last-child .serviceFlow_pic_line2 {
	display: none;
}

.serviceFlow_pic_line3 {
	position: absolute;
	right: 0;
	top: 0%;
	width: 9%;
	margin-top: -8%;
}

.serviceFlow_prev, .serviceFlow_next {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin: 80px 10px 0px 10px;
	cursor: pointer;
}


/*-------------------------------------------------------------------------------------非设计发展历史------------------------------------------------------------------------------------------*/

.introduction_cont {
	background: #FFFFFF;
	text-align: center;
	padding: 40px 0;
	padding-bottom: 0;
	position: relative;
	-moz-animation: fadeInUpDown .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.introduction_swiper {
	width: 87.9%;
	margin: 80px auto;
	margin-bottom: 0;
}

.introduction_box {
	width: 20%;
	cursor: pointer;
	transition: all .3s;
	color: #404040;
}

.introduction_title {
	font-size: 32px;
}

.introduction_dian {
	width: 100%;
	text-align: center;
	margin: 10px 0;
	height: 20px;
	margin-bottom: 40px;
	line-height: 20px;
}

.introduction_dian span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000000;
	display: inline-block;
	margin-left: -3px;
	transition: all .3s;
}

.introduction_text {
	font-size: 12px;
	letter-spacing: 1px;
	width: 70%;
	margin: auto;
	line-height: 20px;
}

.introduction_biaochi {
	width: 100%;
	height: 14px;
	position: absolute;
	top: 68px;
	left: 0;
	background: url(../img/wrong_pic2.png) no-repeat;
	background-size: cover;
}

.introduction_pic {
	width: 100%;
}

.introduction_pic img {
	vertical-align: middle;
}

.introduction_box_select {
	color: #bf0008;
}

.introduction_box_select .introduction_dian span {
	width: 6px;
	height: 6px;
	background: #bf0008;
}


/*-------------------------------------------------------------------------------------非设计简介------------------------------------------------------------------------------------------*/

.story_cont {
	background: #FFFFFF;
	-moz-animation: fadeInUpDown .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.story_cont1 {
	width: 100%;
	padding: 5% 12%;
}

.story_cont1_left {
	width: 40%;
	float: left;
}

.story_cont1_right {
	width: 55%;
	margin-left: 5%;
	float: left;
}

.story_cont1_text {
	font-size: 14px;
	color: #676767;
	line-height: 25px;
	margin-top: 5%;
	letter-spacing: 1px;
	max-height: 175px;
	overflow-y: scroll;
	padding-right: 10px;
}

.story_cont1_text span {
	color: #bf0008;
}


/*企业文化*/

.story_cont2 {
	width: 100%;
	background: url(../img/hestroy_pic4.png) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 70px 12%;
}

.story_cont2_title {
	margin-bottom: 70px;
	color: #ffffff;
	font-size: 28px;
}

.story_cont2_title span {
	color: #585858;
}

.story_cont2_item1, .story_cont2_item2 {
	width: 45%;
	margin: 2.5%;
	float: left;
	position: relative;
}

.story_cont2_item1 span, .story_cont2_item2 span {
	position: absolute;
	left: 15%;
	top: 45%;
	width: 70%;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}

.story_cont2_text {
	padding: 30px 5%;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 25px;
}

.story_cont3 {
	width: 70%;
	margin: 60px auto;
	padding: 4% 0;
	background: #f7f7f7;
	position: relative;
}

.story_cont3_logo {
	width: 40%;
	float: left;
	text-align: center;
}

.story_cont3_text {
	width: 60%;
	float: left;
	position: relative;
}

.story_cont3_biaochi {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.story_cont3_ico1 {
	position: absolute;
	width: 4%;
	top: -5%;
	left: -7%;
}

.story_cont3_ico2 {
	position: absolute;
	width: 22px;
	bottom: 0;
	right: 22%;
}

.story_cont3_text {
	font-size: 22px;
	color: #252525;
}

.story_cont3_text span {
	color: #bf0008;
	line-height: 30px;
}


/*滚动条样式*/

.story_cont1_text::-webkit-scrollbar {
	width: 2px;
	height: 10px;
}

.story_cont1_text::-webkit-scrollbar-button {
	/*display: none;*/
}

.story_cont1_text::-webkit-scrollbar-track-piece {
	background: #f4f4f4;
	border-radius: 10px;
}

.story_cont1_text::-webkit-scrollbar-thumb {
	background: #d2d2d2;
	border-radius: 10px;
}


/*-------------------------------------------------------------------------------------非设计荣誉------------------------------------------------------------------------------------------*/

.honor_cont {
	background: #FFFFFF;
	text-align: center;
	padding: 40px 0;
	-moz-animation: fadeInUpDown .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.honor_list {
	width: 95%;
	margin: auto;
	text-align: center;
}

.honor_item_pic {
	width: 20%;
	float: left;
	margin-right: 1.7%;
	margin: auto;
	text-align: center;
}

.honor_item_pic:nth-child(8n) {
	margin-right: 0;
}

.honor_list_time {
	width: 30%;
	margin: 60px auto;
}

.honor_time_itme {
	margin-bottom: 30px;
}

.honor_time_title {
	text-align: left;
	font-size: 28px;
	color: #d4140b;
}

.honor_time_title span {
	width: 10px;
	height: 10px;
	background: #d4140b;
	border-radius: 50%;
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	margin-top: -10px;
}

.honor_time_text span {
	width: 100%;
	display: block;
	margin: 10px 0;
	font-size: 16px;
	color: #5d5d5d;
}


/*-------------------------------------------------------------------------------------非设计品牌故事------------------------------------------------------------------------------------------*/

.course_cont {
	background: #FFFFFF;
	text-align: center;
	-moz-animation: fadeInUpDown .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.course_c1 {
	padding: 40px 0;
	background: url(../img/gugshi_pic1.png) no-repeat;
	background-size: cover;
}

.course_text1 {
	font-size: 20px;
	color: #292929;
	letter-spacing: 2px;
	margin: 50px 0;
}

.course_text1 span {
	color: #bf0008;
}

.course_text2 {
	color: #5c5c5c;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
}

.course_ico {
	margin-top: 40px;
}

.course_c2 {
	background: url(../img/gugshi_pic2.png) no-repeat;
	background-size: cover;
	padding: 150px 0;
}

.course_c2_item {
	width: 50%;
	float: left;
	padding: 150px 7%;
	position: relative;
	text-align: left;
}

.course_c2_item_title {
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 30px;
	margin-bottom: 30px;
}

.course_c2_item_text {
	font-size: 16px;
	color: #909090;
	line-height: 30px;
}

.course_c2_item_line {
	position: absolute;
	top: 0;
	width: 0.5%;
	height: 40%;
	left: 10%;
	background: #bf0008;
}

.course_c2_list {
	background: rgba(0, 0, 0, 0.72);
}

.course_c3 {
	background: url(../img/gugshi_pic3.png) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
}

.course_c3 span {
	display: inline-block;
	width: 50%;
	padding: 20px 0;
	background: #bf0008;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 2px;
}


/*-------------------------------------------------------------------------------------非设计资深团队------------------------------------------------------------------------------------------*/

.team_cont {
	background: #FFFFFF;
	text-align: center;
	padding: 40px 0;
	-moz-animation: fadeInUpDown .5s 0s ease-in both;
	-webkit-animation: fadeInUp .5s 0s ease-in;
	-o-animation: fadeInUp .5s 0s ease-in;
	-ms-animation: fadeInUp .5s 0s ease-in;
	animation: fadeInUp .5s 0s ease-in;
}

.team_cont1 {
	background: url(../img/team_pic3.png) no-repeat;
	background-size: cover;
}

.team_cont1_pic {
	display: block;
	padding-top: 80px;
}

.team_cont1_content {
	width: 75%;
	margin: auto;
	background: #fff;
	margin-top: 50px;
	padding: 5% 0%;
}

.team_content_left {
	width: 20%;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.team_content_left img {
	vertical-align: middle;
}

.team_content_right {
	width: 80%;
	float: left;
	text-align: left;
	letter-spacing: 2px;
}

.team_content_title {
	font-size: 22px;
	color: #0e0e0e;
}

.team_content_text {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 30px;
	margin-top: 40px;
}

.team_cont2_title {
	margin: 40px 0;
	text-align: center;
	font-size: 22px;
	color: #3a3a3a;
}

.team_cont2_title span {
	display: block;
	font-size: 16px;
	color: #9e9e9e;
}

.team_cont2_item {
	width: 50%;
	float: left;
	background: #f4f4f4;
}

.team_cont2_item_left, .team_cont2_item_right {
	width: 50%;
	float: left;
}

.team_cont2_item_left img {
	vertical-align: middle;
}

.team_cont2_item_right {
	padding: 10% 5% 0 5%;
	text-align: left;
}

.team_item_title {
	font-size: 28px;
	color: #121212;
	letter-spacing: 2px;
}

.team_item_title span {
	font-size: 14px;
	color: #7b7b7b;
}

.team_item_line {
	width: 50px;
	height: 3px;
	background: #bf0008;
	margin: 5% 0;
}

.team_item_text {
	font-size: 14px;
	color: #606060;
	letter-spacing: 2px;
	line-height: 30px;
}