/* 首页 */
.nav_heared {
	width: 100%;
	height: 30px;
	background-color: #323131;
}
.nav_hear_detail {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	height: 20px;
}
.nav_hear_detail li a {
	display: block;
	color: #fff;
	font-size: 12px;
	width: 80px;
	text-align: center;
}
.nav_hear_detail li {
	border-left: 1px solid #fff;
}
.nav_hear_detail li:first-child {
	border: none;
}
.navigation {
	height: 95px;
}

.w1200 {
	width: 1200px;
}

.home {
	margin: 0;
	padding: 0;
}

.search {
	width: 50px;
	height: 40px;
	background-color: #0c69c4;
}

.input_search {
	width: 400px;
	height: 35px;
	border: 1px solid #ccc;
	padding-left: 10px;
	color: #999;
}

.input_search::placeholder {
	color: #999;
}

.nav_style {
	height: 52px;
}

.nav {
	width: 100%;
	height: 52px;
	background-color: #f4f4f4;
}

.navigation_items li a {
	display: block;
	width: 150px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #666;
}
.nav_out {
	position: relative;
}
.drop_down {
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 52px;
	left: 0;
	padding: 10px 0;
	z-index: 10000;
	display: none;
}

.drop_down li {
	text-align: center;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 14px;
}
.drop_down li a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
}

.navigation_items li:hover .drop_down {
	display: block !important;
}
.navigation_items li .a_out:hover {
	background-color: #2985e0;
	color: #fff !important;
}
.navigation_items li .drop_down li a:hover {
	color: #2985e0;
}
.active {
	background-color: #2985e0;
	color: #fff !important;
}
.swiper-button-next {
	right: 20px !important;
}
.swiper-container3 .swiper-button-prev {
	left: 0;
}
.swiper-container3 .swiper-button-prev,.swiper-container3 .swiper-button-next {
	width: 50px;
	height: 50px;
	border: 1px solid transparent;
	background-color: rgba(0,0,0,0.3);
}
.swiper-container3 .swiper-button-prev:hover,.swiper-container3 .swiper-button-next:hover {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
/* 底部 */
.footer_top {
	width: 100%;
	height: 460px;
	background-color: #333;
}

.footer_content {
	display: flex;
	justify-content: space-between;
}

.footer_left {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	/* padding-right: 50px; */
}
.follow {
	color: #ccc;
	text-align: center;
}
.list_detail a {
	color: #ccc;
}

.footer_right {
	width: 120px;
}
.foot_img {
	width: 120px;
	margin: 0 auto;
}
.foot_img img {
	width: 100%;
}

.foot_img img {
	height: 120px;
	width: auto;
}
.footer_title {
	padding-bottom: 5px;
	color: #fff;
}
.cantact {
	color: #ccc;
}
.logo_foot {
	height: 100px;
	border-bottom: 1px solid #ccc;
}
.list_detail li{
	padding-bottom: 15px;
}
.footer_bottom {
	height: 90px;
	background-color: #404040;
}
.copyright li {
	width: 100px;
	text-align: center;
	color: #CCCCCC;
}
.copyright li {
	width: 100px;
	border-right: 1px solid #ccc;
	text-align: center;
}
.copyright li a {
	color: #CCCCCC;
}
.copyright li:last-child {
	border: none;
}
.address {
	text-align: center;
	color: #ccc;
}

.pages_right {
	width: 510px;
	line-height: 0;
}

.pages_left {
	width: 650px;
	height: 280px;
}

.pages_right img {
	width: 100%;
}

.company_title,
.products_title {
	font-size: 34px;

	color: #333;
}

.company_detail {
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 30px;
}

.more {
	display: block;
	width: 140px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #0c69c4;
	border: 1px solid #0c69c4;
}
.repair_more {
	display: block;
	width: 140px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	margin: 0 auto;
	border: 1px solid #fff;
}
	
.new_more {
	display: block;
	width: 140px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #0c69c4;
	margin-top: 70px;
}

.title_cn {
	font-size: 36px;
	font-family: '微软雅黑';
	font-weight: 600;
}

.xian {
	width: 80px;
	height: 4px;
	background-color: #0c69c4;
	margin: 0 auto;
}

.mt5 {
	margin-top: 5px;
}

.news {
	width: 100%;
	height: 850px;
	background: url(../image/new_bg.png) no-repeat center;
}
.swiper-slide img {
	width: 100%;
}
.swiper-container2 .swiper-button-prev:after {
	content: 'prev';
	color: #fff;
	font-size: 25px;
	padding-left: 50px;
	font-weight: bold;
}

.swiper-container2 .swiper-button-next:after {
	right: 50px;
	content: 'next';
	color: #fff;
	font-size: 25px;
	padding-right: 50px;
	font-weight: bold;
}

.pages_right>.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.9;
}

.swiper-pagination-bullet-active {
	background: #007AFF;
	opacity: 0.9;
}

.swiper-container2,.swiper-container3 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container3 .swiper-button-next {
    right: 30px;
}
.news_left,.news_right {
	width: 600px;
	height: 444px;
	overflow: hidden;
}
.news_left {
	line-height: 0;
}
.news_left img {
	height: 444px;
}
.news_list li{
	width: 600px;
	height: 111px;
	background-color: #fff;
}
.news_list li a {
	display: block;
	width: 600px;
	height: 111px;
	color: #999;
}
.year {
	font-size: 20px;
	/* color: #999; */
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.day {
	/* color: #999; */
	text-align: center;
}
.new_content {
	width: 600px;
	height: 111px;
}
.new_content_l {
	width: 160px;
	height: 60px;
}
.xian_new {
	width: 90px;
	height: 2px;
	margin: 0 auto;
	background-color: #999999;
}
.newtitle {
	width: 250px;
	font-family: '微软雅黑';
	font-weight: 600;
	/* color: #999; */
}
.newdetail {
	width: 400px;
	line-height: 25px;
	text-align: justify;
	/* color: #999; */
}
.select {
	background-color: #0c69c4 !important;
	color: #fff !important;
}
.news_list li .select .xian_new {
	background-color: #fff;
}
.company_project {
	width: 1200px;
	box-shadow: 1px 3px 10px 0 #ccc;
}
.company_project ul {
	display: flex;
	flex-wrap: wrap;
}
.company_project ul li{
	width: 600px;
}
.project_l,.project_r {
	width: 300px;
	height: 300px;
}
.project_l {
	line-height: 0;
}
.project_l img {
	width: 300px;
	height: 300px;
}
.project_name {
	text-align: center;
	font-weight: bold;
	padding-top: 90px;
	padding-bottom: 30px;
}
.comin_project {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url(../image/project_n.png) no-repeat center;
}
.company_project ul li a:hover .comin_project {
	background: url(../image/project_y.png) no-repeat center;
}
.repair {
	width: 100%;
	height: 850px;
	background: url(../image/repair_bg.png) no-repeat center;
}
.repair_detail {
	width: 380px;
	height: 440px;
	position: relative;
}

.repair_detail_hide {
	width: 380px;
	height: 440px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	display: none;
}
.repair_list {
	overflow: hidden;
}
.repair_title {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 30px;
}
.repair_detail:hover .repair_detail_hide{
	display: block;
}
/* 公司概况 */
.banner_about {
	line-height: 0;
}
.banner_about img {
	width: 100%;
}
.about_nav {
	width: 100%;
	height: 65px;
	box-shadow: 0px 2px 2px #ccc;
}
.about_list li {
	width: 130px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #666;
	cursor: pointer;
	border-bottom: 3px solid #fff;
}
.active_ab {
	color: #0c69c4 !important;
	border-bottom: 3px solid #0C69C4 !important;
}
.about_detail_title {
	font-size: 30px;
	text-align: center;
}
.pages_detail {
	line-height: 30px;
	padding: 20px 0;
	color: #666;
}
.pages_img {
	width: 980px;
	margin: 0 auto;
}
.pages_img img {
	width: 100%;
}
/* 企业资质 */
.qualification_list {
	display: flex;
	flex-wrap: wrap;
}
.qualification_list li {
	width: 380px;
	padding-right: 30px;
	margin-bottom: 50px;
}
.qualification_list li:nth-child(3n) {
	padding-right: 0;
}
.qualification {
	width: 380px;
	height: 280px;
	border: 1px solid #ccc;
}
.qualification img {
	width: 350px;
}
.qualification_title {
	text-align: center;
}
.qualification_list li:hover .qualification{
	border: 1px solid #0C69C4;
}
.qualification_list li:hover .qualification_title{
	color: #0C69C4;
}
.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
}
.ovfHiden {
	overflow: hidden;
	height: 100%;
}
.popup {
	width: 100%;
	height: 100%;
}
.big_imgs {
	width: 770px;
	margin: 0 auto;
	margin-top: 20px;
}
.big_imgs img {
	width: 100%;
}
.back {
	overflow: hidden;
}
.back img{
	width: 30px;
	float: right;
}
.show_imgs {
	width: 1200px;
}
/* 服务流程 */
.servies_content,.corporate_culture {
	width: 1200px;
	margin: 50px auto;
}
.servies_list li {
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999;
	text-align: center;
	border-radius: 30px;
	margin-left: 30px;
	cursor: pointer;
}
.servies_active {
	border: 1px solid #0C69C4 !important;
	color: #fff;
	background-color: #0C69C4;
}
.content_detail ul li {
	display: none;
}
.show_servies,.show_prj {
	display: block !important;
}
/* 企业文化 */
.culture_detail {
	color: #666666;
}
.culture_list {
	height: 326px;
	background-color: #f5f5f5;
}
.culture_left,.culture_right {
	width: 600px;
	height: 326px;
	overflow: hidden;
}
.culture_left p,.culture_right p {
	width: 470px;
	line-height: 30px;
}
.lh0 {
	line-height: 0;
}
.culture_list img {
	width: 600px;
	height: 326px;
}
.news_list {
	width: 1200px;
	height: auto;
}
.news_detail {
	width: 1200px;
}
.new_left {
	width: 520px;
	height: 240px;
	overflow: hidden !important;
}
.new_left img {
	width: 520px;
	height: 240px;
}
.new_right {
	width: 600px;
	height: 240px;
}
.new_right p {
	line-height: 30px;
	text-align: justify;
}
.news_size {
	border: 1px solid #DEDEDE;
	background-color: #fff;
}
.new_title {
	font-weight: bold;
}
.news_size:hover {
	background-color: #0C69C4;
	box-shadow: 1px 1px 6px #333;
}
.news_size:hover .new_right {
	color: #fff;
}
.date {
	color: #999999;
}
.news_size:hover .new_right p {
	color: #fff !important;
}
.news_size:hover .date {
	color: #fff;
}
.bor_b {
	border-bottom: 1px solid #DEDEDE;
}
.news_content_detail {
	color: #666666;
}
.news_content_img {
	width: 1050px;
	margin: 0 auto;
	margin-top: 30px;
}
.news_content_img img {
	width: 100%
}
.btn_back_list {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #0C69C4;
}
.btn_width {
	width: 500px;
}
.next_right {
	display: flex;
	justify-content: flex-end;
}
.next_title {
	width: 110px;
}
.projects {
	
}
.projects_content {
	width: 100%;
	background-color: #F5F5F5;
}
.projects_detail {
	width: 1200px;
	min-height: 700px;
	margin: 0 auto;
	margin-top: 60px;
}
.projects_list {
	display: flex;
	flex-wrap: wrap;
}
.projects_list li,.projects_size {
	width: 380px;
	height: 480px;
}
.projects_list li {
	background-color: #fff;
	margin-right: 30px;
}
.projects_list li:nth-child(3n) {
	margin-right: 0 !important;
}
.projects_img img {
	width: 100%;
}
.projects_title {
	width: 90%;
	line-height: 60px;
	letter-spacing: 3px;
	margin: 0 auto;
}
.projects_list li:hover {
	box-shadow: 2px 2px 10px #666;
}
.projects_list li:hover .projects_title  {
	color: #007AFF !important;
}
.projects_classification {
	display: none;
}
.about_list .active_ab a {
	color: #0C69C4;
}
.projects_details {
	width: 1200px;
	margin: 0 auto;
}
.projects_img_size {
	width: 1200px;
	height: 450px;
	border: 1px solid #DEDEDE;
}
.projects_detail_l {
	width: 500px;
	overflow: hidden;
}
.projects_detail_l img {
	width: 100%;
	max-height: 400px;
}
.projects_detail_r {
	width: 610px;
	height: 380px;
}
.detail_title {
	color: #0C69C4;
	line-height: 80px;
	font-weight: bold
}
.explain .col3 {
	font-weight: bold
}
.explain p {
	margin: 10px 0;
}
.pro_detail {
	border: 1px solid #DEDEDE;
}
.pro_detail_title {
	line-height: 60px;
	background-color: #0C69C4;
	color: #fff;
}
.proimg_size {
	width: 850px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.proimg_list {
	margin: 50px 30px;
}
.fw_bold {
	font-weight: bold;
}
.pro_information {
	line-height: 30px;
}
.repair_size {
	width: 380px;
	height: 380px;
	border: 1px solid #DEDEDE;
}
.repair_lists {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.repair_img img {
	width: 100%;
	max-height: 290px;
}
.repair_lists li {
	position: relative;
	padding-right: 27px;
	margin-bottom: 30px;
}
.repair_lists li:nth-child(3n) {
	padding-right: 0;
}
.repair_popup {
	width: 380px;
	height: 380px;
	background-color: #0C69C4;
	border: 1px solid #0C69C4;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.repair_lists li:hover .repair_popup {
	display: block !important;
}
.popup_title {
	color: #fff;
	letter-spacing: 3px;
}
.popup_detail {
	width: 300px;
	color: #fff;
	line-height: 30px;
}
.watch_more {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.about_content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.mb50 {
	margin-bottom: 50px !important;
}
.repair_content {
	padding: 50px;
	border: 1px solid #DEDEDE;
}
.repair_detail_img img {
	width: 100%
}
.repair_detail_title {
	color: #007AFF;
}
.contact_us {
	width: 1200px;
	margin: 0 auto;
}
.contact_img img {
	width: 100%;
}
.contact_title {
	color: #0C69C4;
}
.contact_detail p,.contact_detail p a {
	color: #666666;
	font-size: 16px;
	padding-top: 10px;
}
.col_sl {
	color: #0C69C4;
}
.w100 {
	width: 100px;
}
.online {
	height: 50px;
	margin-top: 30px;
}
.online_input {
	width: 660px;
	height: 45px;
	border: 1px solid #DEDEDE;
	outline: none;
}
.online_textarea {
	height: 200px;
	width: 800px;
	border: 1px solid #DEDEDE;
	outline: none;
}
.online_yzm {
	width: 200px;
	height: 48px;
	border: 1px solid #DEDEDE;
	outline: none;
}
.textarea_size {
	display: flex;
}
.btn_tj,.btn_cz {
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.pl70 {
	padding-left: 70px;
}
.btn_tj {
	background-color: #0C69C4;
}
.btn_cz {
	background-color: #999999;
}
.btn_list {
	padding-left: 320px;
}
.recruit_content p {
	line-height: 30px;
}
.recruit_hear {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #e8e8e8;
}
.recruit_list {
	border: 1px solid #DEDEDE;
}
.recruit_show {
	margin: 50px 20px;
	display: none;
}
.active_zp {
	background-color: #0C69C4;
	color: #fff;
}
.recruit_details p{
	color: #666;
}
.cooperation p {
	text-align: center;
	color: #333;
}
.cooperation_img {
	width: 100%;
	height: 780px;
	background: url(../image/cooperation_bg.png) no-repeat center;
}
.cooperation_content {
	width: 1200px;
	margin: 0 auto;
}
.cooperation_input {
	width: 710px;
	height: 45px;
	border: 1px solid #DEDEDE;
	outline: none;
	padding-left: 30px;
}
.cooperation_input_small {
	width: 250px;
	height: 45px;
	border: 1px solid #DEDEDE;
	outline: none;
	padding-left: 30px;
}
	
.cooperation_lists {
	width: 860px;
	margin: 0 auto;
}
.cooperation_textarea {
	height: 150px;
	width: 710px;
	border: 1px solid #DEDEDE;
	outline: none;
	padding-left: 30px;
	padding-top: 10px;
}
.big_left,.big_right {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(0,0,0,0.3);
	color: #ccc;
	border-radius: 50%;
	cursor: pointer;
}
.big_left:hover,.big_right:hover {
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.message_detail {
	width: 100%;
	min-height: 360px;
	background-color: #f8f8f8;
}
.message_detail_nr {
	width: 1200px;
	margin: 0 auto;
}
