body {
	overflow-x: hidden;
}
.strong {
	color: #0075cf;
}
/* 顶部 */
.top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.top:hover {
	background-color: #fff;
	box-shadow: 0 1px 5px #888;
}

.header-v1 .title {
	float: left;
	color: #0075cf;
	font-size: 26px;
	font-weight: bold;
	margin-top: 27px;
	padding-left: 8px;
}
.header-v1 .top-main .page-width {
	width: 1360px;
}
.logo img {
	height: 58px;
}
.header-v1 .logo {
	margin-top: 20px;
}


@media screen and (max-width: 1360px) {
	.header-v1 .top-main .page-width {
		width: 96%;
	}
	.header-v1 .main-nav .first-level {
		padding: 0 1.647vw;
	}
}
@media screen and (max-width: 1120px) {
	.mobile-section {
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
	.touch-top-wrapper .title {
		color: #148FD2;
		font-size: 24px;
		font-weight: bold;
		line-height: 43.19px;
		padding-left: 76px;
	}
}
@media screen and (max-width: 767px) {
	.mobile-section {
		border-bottom: none;
	}
	.mobile-section .title {
		float: left;
		color: #0075cf;
		font-size: 24px;
		font-weight: bold;
		line-height: 43.19px;
		padding-left: 7px;
	}
}
@media screen and (max-width: 580px) {
	.mobile-section .title {
		font-size: 20px;
	}
}
@media screen and (max-width: 450px) {
	.mobile-section .title {
		font-size: 18px;
	}
}
@media screen and (max-width: 350px) {
	.mobile-section .title {
		font-size: 15px;
		padding-left: 5px;
	}
}





/* banner */
.banner {
	height: 100vh;
}
.swiper {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	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;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }


@media screen and (max-width: 767px) {
	.banner {
		height: 400px;
	}
}





/* about */
body {
	position: relative;
}
#about {
	position: relative;
}
.module-full-screen > .module-inner .ab-width {
	max-width: 1260px;
}
.left_us ol a {
	display: inline-block;
	line-height: 34px;
	padding: 0 35px;
	border: 1px solid #999;
	color: #666;
	transition: all 0.5s ease 0s;
}
.left_us ol a:hover {
	color: #fff;
	background-color: #479ad1;
	border: 1px solid #479ad1;
}

@media screen and (max-width: 1250px) {
	.module-full-screen > .module-inner .ab-width {
		width: 90%;
	}
}
@media screen and (max-width: 1120px) {
	#about {
		margin: 0 15px;
	}
}
@media screen and (max-width:996px) {
	.left_us h2 {
		height: 3px;
	}	
}

@media screen and (max-width:996px) {
	.left_us h5 {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	#about {
		width: 96%;
		padding: 0;
		margin: 0 auto;
	}
	.left_us ol img {
		display: none;
	}
}







/* 精益求精 */
.section {
	position: relative;
	overflow: hidden;
}
.page2 {
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.wk_fwxm {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 600px;
}

.wk_fwxm ul {
	width: 100%;
	height: 100%;
}

.wk_fwxm li {
	position: relative;
	float: left;
	width: 25%;
	height: 100%;
	color: #fff;
	text-align: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.wk_fwxm li .wk_fwxm_bg {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.wk_fwxm li.wk_li1 .wk_fwxm_bg {
	background: #ba292e;
}


.wk_fwxm li.wk_li2 .wk_fwxm_bg {
	background: #1599a5;
}

.wk_fwxm li.wk_li3 .wk_fwxm_bg {
	background: #5e904d;
}


.wk_fwxm li.wk_li4 .wk_fwxm_bg {
	background: #5d4378;
}

.wk_fwxm li:hover .wk_fwxm_bg {
	height: 100%;
}

.wk_fwxm li .wk_fwxm_main {
	position: absolute;
	top: 50%;
	/* transform: translateY(-50%); */
	right: 25px;
	left: 25px;
	/* margin-top: -145px; */
	margin-top: -170px;
}

.wk_fwxm li .wk_ljzx {
	margin: 35px auto 0 auto;
	width: 145px;
	height: 35px;
}

.wk_fwxm li .wk_ljzx a {
	display: none;
	width: 143px;
	height: 33px;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 33px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.wk_fwxm li:hover .wk_ljzx a {
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.wk_fwxm li.wk_li1:hover .wk_ljzx a:hover {
	background: #fff;
	color: #ba292e;
}

.wk_fwxm li.wk_li2:hover .wk_ljzx a:hover {
	background: #fff;
	color: #1599a5;
}

.wk_fwxm li.wk_li3:hover .wk_ljzx a:hover {
	background: #fff;
	color: #5e904d;
}

.wk_fwxm li.wk_li4:hover .wk_ljzx a:hover {
	background: #fff;
	color: #5d4378;
}

.wk_fwxm li .wk_fwxm_ico {
	overflow: hidden;
	margin: 0 auto;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	-ms-border-radius: 110px;
	-o-border-radius: 110px;
	border-radius: 110px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.wk_fwxm li.wk_li1 .wk_fwxm_ico {
	background: url(../images/fwxm_img1.png) no-repeat;
}

.wk_fwxm li.wk_li1:hover .wk_fwxm_ico {
	background: url(../images/fwxm_img1.png) no-repeat 0 -110px;
}

.wk_fwxm li.wk_li2 .wk_fwxm_ico {
	background: url(../images/fwxm_img2.png) no-repeat;
}

.wk_fwxm li.wk_li2:hover .wk_fwxm_ico {
	background: url(../images/fwxm_img2.png) no-repeat 0 -110px;
}

.wk_fwxm li.wk_li3 .wk_fwxm_ico {
	background: url(../images/fwxm_img3.png) no-repeat;
}

.wk_fwxm li.wk_li3:hover .wk_fwxm_ico {
	background: url(../images/fwxm_img3.png) no-repeat 0 -110px;
}

.wk_fwxm li.wk_li4 .wk_fwxm_ico {
	background: url(../images/fwxm_img4.png) no-repeat;
}

.wk_fwxm li.wk_li4:hover .wk_fwxm_ico {
	background: url(../images/fwxm_img4.png) no-repeat 0 -110px;
}

.wk_fwxm li h2 {
	margin-top: 16px;
	font-weight: 400;
	font-size: 19px;
	line-height: 44px;
}

.wk_fwxm li p {
	font-size: 13px;
	line-height: 30px;
}

.wk_fwxm li .wk_fwxm_des {
	margin-top: 20px;
	font-size: 13px;
	line-height: 26px;
}

.page2.active li {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}

@media(max-width:1500px) {
	.wk_fwxm {
		position: relative;
		margin: 0 auto;
		width: 1160px;
	}

	.wk_fwxm li .wk_fwxm_des {
		font-size: 12px;
	}
}

@media(max-width:1150px) {
	.wk_fwxm {
		position: relative;
		margin: 0 auto;
		width: 100%;
	}

	.wk_fwxm li h2 {
		font-size: 17px;
	}

	.wk_fwxm li .wk_fwxm_main {
		right: 15px;
		left: 15px;
	}

	.wk_fwxm li .wk_fwxm_des {
		font-size: 12px;
	}
}

@media screen and (max-width: 1120px) {
	.page2 {
		margin: 0 -10px;
	}
}

@media screen and (max-width: 996px) {
	.wk_fwxm li.wk_li1 .wk_fwxm_ico {
		background: url(../images/fwxm_img1.png) no-repeat 0 -110px;
	}
	.wk_fwxm li.wk_li2 .wk_fwxm_ico {
		background: url(../images/fwxm_img2.png) no-repeat 0 -110px;
	}
	.wk_fwxm li.wk_li3 .wk_fwxm_ico {
		background: url(../images/fwxm_img3.png) no-repeat 0 -110px;
	}
	.wk_fwxm li.wk_li4 .wk_fwxm_ico {
		background: url(../images/fwxm_img4.png) no-repeat 0 -110px;
	}
}

@media screen and (max-width: 767px) {
	.wk_fwxm li {
		width: 100%;
		height: 450px;
	}
	.wk_fwxm li.wk_li1 .wk_fwxm_bg {
		height: 100%;
		background: #ba292e;
	}
	.wk_fwxm li.wk_li2 .wk_fwxm_bg {
		height: 100%;
		background: #1599a5;
	}
	.wk_fwxm li.wk_li3 .wk_fwxm_bg {
		height: 100%;
		background: #5e904d;
	}
	.wk_fwxm li.wk_li4 .wk_fwxm_bg {
		height: 100%;
		background: #5d4378;
	}
	.wk_fwxm li .wk_ljzx a {
		display: block;
	}
}




/* 业绩 */
.module-full-screen > .module-inner .results {
	width: 76%;
}

.product-list .product-item .portfolio-img {
	width: 100%;
}

.product-item .portfolio-img {
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.product-item .portfolio-img a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all .5s;
}

.column .col-4-1:hover .product-item .portfolio-img a{
	transform: scale(1.1);
}

.portfolio-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.portfolio-title a {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.portfolio-img a {
	margin: auto;
}
.portfolio-title a:hover {
	color:#0f88ca;
}


@media screen and (max-width: 996px) {
	.column .col-4-1 {
		width: 50%;
	}
	.product-list .product-item .portfolio-img {
		height: 40.05622vw;
	}
}
@media screen and (max-width: 767px) {
	.column .col-4-1 {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 5%;
	}
	.module-full-screen > .module-inner .results {
		width: 100%!important;
	}
}





/* 新闻中心 */
.module-full-screen > .module-inner #news {
	max-width: 100%;
}
.headlines-list-2col .headlines-content {
	margin-bottom: 30px;
}
.headlines-list-2col .headlines-content:nth-child(odd) {
	float: left;
}
.headlines-list-2col .headlines-content:nth-child(even) {
	float: right;
}
.module-full-screen-hl .page-width > .module-full-screen-content .headlines-list-2col .headlines-content {
	margin-right: 0;
}
.qhd-content p {
	text-align: left!important;
}
.w {
	width: 1170px;
	margin: 0 auto;
}
.news {
	box-sizing: border-box;
	float: left;
	max-width: calc(100% / 3);
	padding-left: 15px;
	padding-right: 15px;
}
.newsbox {
	display: block;
	background-color: #fff;
}
.newsbox:hover .imgbox img{
	transform: scale(1.1);
}
.newsbox:hover .wenzibox .date h2,
.newsbox:hover .wenzibox .date span {
	color: #fff!important;
}
.newsbox .imgbox {
	width: 100%;
	height: 240px;
	margin-bottom: 16px;
	overflow: hidden;
}
.newsbox .imgbox img {
	display: block;
	width: 100%;
	min-height: 100%;
	transition: all 0.5s ;
}
.newsbox .wenzibox {
	position: relative;
	height: 120px;
	background-color: #fff;
	padding: 36px 30px;
}
.newsbox .wenzibox h3 {
	color: #2d2e2e;
	font-size: 22px;
	margin-bottom: 22px;
	font-weight: 600;
	line-height: 35px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsbox .wenzibox .more {
	color: #148FD2;
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
}
.newsbox .wenzibox .date {
	box-sizing: border-box;
	position: absolute;
	right: 30px;
	top: -58px;
	width: 78px;
	height: 78px;
	background-color: #148FD2;
	text-align: center;
	border-radius: 2px;
	padding: 12px 10px;
}
.wenzibox .date h2 {
	font-size: 36px;
	line-height: 36px;
}
.wenzibox .date span {
	font-size: 13px;
	line-height: 16px;
}

@media screen and (max-width: 1200px) {
	.w {
		width: 100%;
	}
	.newsbox .imgbox {
		height: 20vw;
	}
}
@media screen and (max-width: 992px) {
	.w {
		width: 720px;
	}
	.news {
		max-width: 50%;
	}
	.w .news:nth-child(n+3) {
		margin-top: 40px;
	}
	.newsbox .imgbox {
		height: 220px;
	}
}
@media screen and (max-width: 767px) {
	.w {
		width: 100%;
	}
	.news {
		float: none;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.w .news:nth-child(n+2) {
		margin-top: 40px;
	}
	.newsbox .imgbox {
		height: 60.415625vw;
	}
	.newsbox .wenzibox {
		height: auto;
	}
	.newsbox .wenzibox h3 {
		font-size: 18px;
		line-height: 26px;
	}
}






/* 案例 */
.post-text h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.post-text-summary .qhd-content p {
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
}
.post-list-3col .post-list-item {
	display: block;
}
.post-img .showbox {
	box-sizing: border-box;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 261px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    -o-white-space: nowrap;
    -ms-white-space: nowrap;
    -moz-white-space: nowrap;
    -webkit-white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    transition: all .5s ease;
}
.post-img .showbox::after {
	content: '';
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,0);
    width: 30%;
    height: 1px;
    background-color: #fff;
    transition: all .5s ease;
}
.post-img .showbox::before {
	content: '';
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%,0);
    width: 30%;
    height: 1px;
    background-color: #fff;
    transition: all .5s ease;
}
.post-list-3col .post-list-item:hover .showbox {
    opacity: 1;
    transition: all .5s ease;
	color: #fff;
}
.post-list-3col .post-list-item:hover .showbox::after,
.post-list-3col .post-list-item:hover .showbox::before {
    width: 5%;
}
.post-text h2 a:hover {
	color: #0f88ca!important;
}

@media screen and (max-width: 992px) {
	.post-img .showbox {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.module-full-screen > .module-inner .anli {
		width: 100%;
	}
	.light-box a {
		font-weight: bold;
	}
	.post-text-summary .qhd-content p {
		-webkit-line-clamp: 3;
	}
}









/* 底部 */
.footer .footer-main {
	width: 1200px;
	margin: 0 auto;
	padding: 45px 0 35px;
}
.footer .module {
	float: left;
	margin-right: 56px;
}
.footer .module p a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .module li a {
	color: #e5e5e5;
	font-size: 13px;
	line-height: 27px;
}
.footer .last {
	float: right;
	text-align: center;
	margin-right: 0;
}

@media screen and (max-width: 1260px) {
	.footer .footer-main {
		width: 90%;
	}
}
@media screen and (max-width: 1120px) {
	.footer {
		margin: 0 -10px;
	}
	.footer .module {
		display: none;
	}
	.footer .last {
		float: none;
		display: block;
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.footer .module {
		margin-right: 5.6vw;
	}
	.footer .last {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.footer .module {
		display: none;
	}
	.footer .last {
		float: none;
		display: block;
		width: auto;
	}
	.module-default, .module {
		margin-bottom: 0;
	}
}








/* 版权备案 */
.technology, .copyr {
	color: #d0cfcf;
}
.technology:hover, .copyr:hover {
	color: #fff;
}
@media screen and (max-width: 1120px) {
	.bottomt {
		margin: 0 -10px;
	}
}
@media screen and (max-width: 767px) {
	.bottomt {
		padding: 6.5189vw 0 80px!important;
	}
	.qhd-content .column, .qhd-module .column {
		box-sizing: border-box;
		padding: 0 5%;
	}
}








/* 手机底部 */
.m-bottom {
    display: none;

    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 50px;
    background: #111;
    padding: 5px 0;
}
.m-bottom li {
    float: left;
    width: 25%;
    text-align: center;
}
.m-bottom p {
    color: #aaa;
    font-size: 13px;
}
@media screen and (max-width: 767px) {
	.m-bottom {
        display: block;
    }
}