﻿@charset "utf-8";
.index-module, .backcolor {
	width: 100%;
	min-width: 1150px
}
i.bor {
	display: block;
	width: 100%;
	min-width: 1150px;
	height: 1px;
	margin-bottom: 20px;
	background: #f0f0f0;
}
a.more, a.more:before {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}
a.more {
	position: relative;
	display: block;
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #666;
	font-size: 16px;
	border: 1px solid #828282;
	overflow: hidden;
	border-radius: 40px;
	z-index: 1;
	margin: 0 auto;
}
a.more:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 40px;
	z-index: -1
}
a.more:hover {
	color: #fff !important;
}
a.more:hover:before {
	width: 100%;
}
/* 标题 */
.index_title span.i-back {
	margin: 15px auto 0;
	display: block;
	width: 30px;
	height: 2px;
	background: #666;
}
/* ( not白色背景 ) */
.nowhite .index_title h3, .nowhite .index_title span {
	color: #fff;
}
.nowhite .index_title span.i-back {
	background: #fff;
}
.aboutv2 .nowhite p.descr {
	color: #fff;
}
.aboutv4-h .nowhite a.more {
	color: #fff;
	border-color: rgba(255,255,255,.6);
}
/*===== 我们的服务 */
.service ul li {
	float: left;
	width: 230px;
	height: auto;
	padding: 20px;
	margin: 10px 24px 0 0;
	text-align: center;
	background: #fff;
}
.service ul li:last-child {
	margin-right: 0;
}
.service ul li img {
	max-width: 100px;
	max-height: 100px;
	overflow: hidden;
}
.service ul li h5 {
	color: #333;
}
.service ul li p {
	color: #888;
}
.service ul li, .service ul li:hover h5, .service ul li:hover p {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
}
.service ul li:hover {
	box-shadow: -2px 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -2px 0 20px rgba(0, 0, 0, 0.1);
}
/*==工程业绩===*/
.product ul.workul.number_3 li, .product ul.workul.number_3 li img, .product ul.workul.number_3 li a.img {
	width: 370px;
}
.product ul.workul li {
	position: relative;
	width: 270px;
	min-height: auto;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	background: #fff;
	overflow: hidden;
}
.product ul li .title h5 a {
	color: #333;
}
.product .nowhite ul li .title p.entitle {
	color: #888;
}
.product ul.workul li a.img {
	position: relative;
	display: block;
	width: 270px;
	height: 200px;
	overflow: hidden;
}
.product ul.workul li img {
	width: 270px;
	height: 200px;
}
.product ul.workul li img, .product ul.workul li a.jia, .product ul.workul li i.bor2 {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.product ul.workul li .title {
	position: relative;
	padding: 0 15px;
	text-align:center;
}
.product ul.workul li .title h5 a {
	color: #666;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.product ul.workul li .title p.entitle, .product ul.workul li a.awork {
	color: #999;
}
.product ul.workul li a.jia {
	opacity: 0;
	position: absolute;
	bottom: 28px;
	right: 23px;
	display: block;
	width: 12px;
	height: 12px;
	z-index: 10;
}
.product ul.workul li i.bor2 {
	display: block;
	width: 0;
	height: 2px;
}
.product ul.workul li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.product ul.workul li:hover a.jia {
	opacity: 1;
}
.product ul.workul li:hover i.bor2 {
	width: 100%;
	background:#1471ef;
}
/* ( not白色背景 ) */
.product .nowhite .index_title h3 {
	color: #fff;
}
.product .nowhite .index_title span.i-back {
	background: rgba(255,255,255,.8);
}
.product .nowhite a.more {
	color: #fff;
}
/*===== 关于国能 */
.about .about_index {
	height: 370px;
	overflow: hidden;
}
.about .about_index h5 {
	padding-top: 25px;
	padding-bottom: 15px;
	font-size: 28px;
	color: #666;
}
.about .about_index h5 a {
	color: #333;
}
.about .about_index h5 span {
	font-size: 30px;
	color: #666;
	padding-left: 10px;
}
.about .about_index img {
	width: 560px;
	height: 370px;
}
.about .about_index .about_index-r {
	width: 510px;
	margin-left: 53px;
}
.about .about_index .about_index-r p.entitle {
	max-height: 220px;
	line-height: 28px;
	color: #888;
	overflow: hidden;
	text-indent:28px;
}
.about .about_index .about_index-r p.about_detail a{padding:10px;border:1px solid #ccc;width:80px;display:inline-block;text-align:center;margin-top:30px;float:right;border-radius:5px;font-size:13px;}
.about .about_index .about_index-r p.about_detail a:hover{background:#006eff;color:#ffffff;}

/* 弹窗 */
.layui-layer {
	background-color: transparent !important;
	box-shadow: none !important;
}
.layer-open {
	display: none;
}
.layer-team {
	width: 920px;
	min-height: 400px;
	overflow: hidden;
}
.layer-team .layer-team-content {
	width: 880px;
	min-height: 400px;
	background: #fff;
}
i.ibor2 {
	display: block;
	position: absolute;
	top: 0;
	left: 250px;
	width: 1px;
	height: 100%;
	z-index: 99;
	background: #eee;
}
.layer-team .team-l {
	width: 200px;
	padding: 40px 25px 0;
	text-align: center;
}
.layer-team .team-l img {
	width: 200px;
}
.layer-team .team-l h3 {
	padding: 15px 0 10px;
	font-size: 20px;
}
.layer-team .team-r {
	width: 580px;
	margin-left: 25px;
}
.layer-team .team-r h2 {
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #1d1d1d;
	border-bottom: 1px solid #eee;
}
.layer-team .team-r h5 {
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 14px;
	font-weight: normal;
}
.layer-team .team-r p {
	color: #666;
	padding-top: 15px;
}
.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	top: -15px !important;
	right: -15px !important;
	background: url(../img/menu.png) no-repeat !important;
	cursor: pointer !important;
}

/*===== 最新资讯 */
.news ul.bd li {
	position: relative;
	float: left;
	width: 370px;
	margin-right: 24px;
	margin-bottom:20px;
}
.news ul.bd li .news-detail {
	padding: 20px 20px 0;
	border:1px solid #ddd;
    min-height: 182px;
	background:#fff;
}
.news ul.bd li .news-data {
	padding: 10px 0;
}
.news ul.bd li .news-data .md {
	font-size: 26px;
	padding-right: 12px;
}
.news ul.bd li .news-data .md, .news ul.bd li .news-data .y {
	color: #666;
}
.news ul.bd li .news-detail h5 a {
	color: #333;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
.news ul.bd li .remark p {
	color: #999
}
.news ul.bd li i.bor2 {
	display: block;
	width: 0;
	height: 2px;
}
.news ul.bd li, .news ul.bd li i.bor2 {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.news ul.bd li:hover {
	margin-top: 0;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.news ul.bd li:hover i.bor2 {
	width: 100%;
	background:#1471ef;
}
/* ( not白色背景 ) */
.news .nowhite .index_title .i-back {
	background: rgba(255,255,255,.8);
}
.news .nowhite ul.bd li .news-data .md, .news .nowhite ul.bd li .news-data .y, .news .nowhite ul.bd li .news-detail h5 a, .news .nowhite ul.bd li .remark p {
	color: #fff;
}
.news .nowhite ul.bd li .news-data .y {
	color: rgba(255,255,255,.8) !important;
}
.news .nowhite ul.bd li .news-detail h5 a {
	color: rgba(255,255,255,.9) !important;
}
.news .nowhite ul.bd li .remark p {
	color: rgba(255,255,255,.6) !important;
}
.news .nowhite a.more {
	color: #fff;
}
/*===== 常见问题 */
.wrongv4a ul.bd li {
	position: relative;
	width: 531px;
	height: 100px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px 15px;
	border: 2px solid #eee;
}
.worng-img img{width:150px;height: 100px; float:left;}
.worng-detail{float:left;margin-left:11px;}
.wrongv4a ul.bd li .worng-detail {
	width: 370px;
	height: 100px;
	overflow: hidden;
}
.wrongv4a ul.bd li .border_top, .wrongv4a ul.bd li .border_right, .wrongv4a ul.bd li .border_bottom, .wrongv4a ul.bd li .border_left {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.wrongv4a ul.bd li .border_top, .wrongv4a ul.bd li .border_left {
	left: 0;
	top: 0;
}
.wrongv4a ul.bd li .border_right, .wrongv4a ul.bd li .border_bottom {
	bottom: 0;
	right: 0;
}
/* 边框宽度 */
.wrongv4a ul.bd li .border_top, .wrongv4a ul.bd li .border_bottom {
	height: 2px;
	width: 0;
}
.wrongv4a ul.bd li .border_right, .wrongv4a ul.bd li .border_left {
	height: 0px;
	width: 2px;
}
.wrongv4a ul.bd li:hover{border:2px solid #fff;}
.wrongv4a ul.bd li:hover .border_top, .wrongv4a ul.bd li:hover .border_bottom {
	width: 100%
}
.wrongv4a ul.bd li:hover .border_left, .wrongv4a ul.bd li:hover .border_right {
	height: 100%
}
.wrongv4a ul.bd li .worng-detail h5 {
	color: #333
}
.wrongv4a ul.bd li .worng-detail .remark p {
	color: #999
}
/*( not白色背景 ) */
.wrongv4a.nowhite .index_title span.i-back {
	background: rgba(255,255,255,.8);
}
.wrongv4a.nowhite ul.bd li .worng-detail {
	border-color: rgba(255,255,255,.4);
}
.wrongv4a.nowhite ul.bd li .worng-detail h5 {
	color: rgba(255,255,255,1);
}
.wrongv4a.nowhite ul.bd li .worng-detail .remark p {
	color: rgba(255,255,255,.6) !important;
}
.wrongv4a.nowhite a.more {
	color: #fff;
}

/*===== 联系我们 */
.contactv2 .form-action li {
	width: 320px;
	float: left;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 45px;
	margin-right: 110px;
}
.submit-bth {
	width: 1150px;
}
.contactv2 .form-action li:nth-of-type(3), .contactv2 .form-action li.textarea {
	margin-right: 0
}
.contactv2 .form-action input[type=text] {
	width: 99%;
	padding-left: 5px;
	height: 36px;
	border: 0;
	background: transparent;
}
.contactv2 .form-action li.textarea {
	width: 100%;
	border-bottom: 0;
}
.contactv2 .form-action textarea {
	width: 100%;
	height: 35px;
	border: 1px solid #e8e8e8;
	border-width: 0 0 1px 0;
	outline: none;
	resize: none;
	background: transparent;
}
.contactv2 .form-action input[type=submit] {
	display: block;
	width: 200px;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	color: #999;
	border: 0;
	border-radius: 35px;
	color: #fff;
	font-size: 14px;
}
/* ( not白色背景 ) */
.contactv2 .nowhite .index_title h3 {
	color: #fff;
}
.contactv2 .nowhite .index_title span.i-back {
	background: rgba(255,255,255,.8);
}
.contactv2 .nowhite .form-action li, .contactv2 .nowhite .form-action textarea {
	border-color: rgba(255,255,255,.2);
}
.contactv2 .nowhite .form-action input[type=text], .contactv2 .nowhite .form-action textarea {
	background: transparent;
	color: #fff
}
.contactv2 .nowhite .form-action input[type=submit] {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255,255,255,.2);
}
.contactv2 .nowhite a.more {
	color: #fff;
}
/* 联系方式 */
.links {
	position: relative;
	min-height: 60px;
	font-size: 12px;
}
.links span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	display: block;
	transform: translate(0, -51%);
	-webkit-transform: translate(0, -51%);
}
.links p {
	float: right;
	width: 1075px;
}
.links p a {
	display: block;
	float: left;
	padding-right: 10px;
	line-height: 60px;
}
/* 自定义广告 */
.ads-container {
	min-width: 1150px;
	width: 100%;
	height: 100%;
	height: auto;
	background: #000;
	overflow: hidden;
}
.ads-slide {
	position: relative;
}
.ads-intro {
	position: absolute;
	overflow: hidden;
}
#ads-center {
	width: 1150px;
	margin: 0 auto;
}
/* 视频 */
.usezan-video {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.bgvideo {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	z-index: 10;
}
source {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}
.video-intro {
	position: absolute;
	z-index: 100;
}

.bgwhite{background:#ffffff;}
.bgabout{background:url(../images/f8f8f8.jpg) no-repeat center top;}
.bggray{background:#f8f8f8;}
.h40{height:40px;}
.h55{height:55px;}
.h60{height:60px;}
.h115{height:115px;}
