@charset UTF-8;

/**title**/

@font-face {
	font-family:lh_impact;
    src: url('/html/template/default/css/fonts/impact.ttf');
}

@font-face {
	font-family:lh_bahnschrift;
    src: url('/html/template/default/css/fonts/bahnschrift.woff');
}

:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
	position: relative;
	margin-top: 113px;
}

.swiper-bn-list {
	position: absolute;
	bottom: 20px !important;
	z-index: 9;
	width: 100%;
	text-align: center;
}

.swiper-bn-list span {
	width: 12px;
	background: #fff;
	height: 12px;
	opacity: 1 !important;
	margin: 0px 10px !important;
}

.swiper-bn-list .swiper-pagination-bullet-active {
	background: #f3920d;
}




/**pag1**/
.pag1 {
	padding: 120px 0px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.pag1_center {
	max-width: 1640px;
	padding: 0px 20px;
	margin: auto;
}

.indextitle {
	overflow: hidden;
	width: 100%;
	margin: 0px 0px 40px;
}

.indextitlesz {
	font-size: 72px;
	color: #f3920d;
	line-height: 1em;
	font-family: lh_bahnschrift !important;
	margin-right: 10px;
}

.indextitle_l {
	display: flex;
	width: 80%;
	float: left;
}

.pag2 .title_text p:nth-of-type(2) {
	color: #fff;
}

.indextitle_l .title_text p span {
	opacity: 0.4;
}

.title_text p {
	font-size: 30px;
	color: #f3920d;
	font-weight: bold;
	line-height: 1.2em;
}

.title_text p span {
	font-size: 30px;
	color: #ccc;
	font-family: lh_bahnschrift !important;
	font-weight: normal;
	margin-left: 10px;
	text-transform: uppercase;
}

.title_text p:nth-of-type(2) {
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin-top: 4px;
}

.indextitle_r {
	width: 140px;
	float: right;
	margin-top: 14px;
}

.indextitle_r a {
	display: block;
	width: 140px;
	line-height: 44px;
	background: #f3920d;
	text-align: center;
	color: #fff;
	border-radius: 22px 0px 22px 0px;
	transition: all 0.5s;
}

.indextitle_r a:hover {
	border-radius: 22px 22px 22px 22px;
}

.pag1prfl {
}

.pag1prfl ul {
}

.pag1prfl ul li {
	position: relative;
	overflow: hidden;
}

.pag1prfl ul li a {
	overflow: hidden;
	position: relative;
	display: block;
}

.pag1prfl ul li:nth-of-type(1) {
	width: 40%;
	float: left;
}

.pag1prfl ul li:nth-of-type(1) .flmc p {
	font-size: 36px;
}

.pag1prfl ul li:nth-of-type(2) {
	width: 30%;
	float: left;
	position: relative;
	padding-left: 16px;
	padding-bottom: 8px;
}

.pag1prfl ul li:nth-of-type(3) {
	width: 30%;
	float: right;
	padding-left: 16px;
	padding-bottom: 8px;
}

.pag1prfl ul li:nth-of-type(4) {
	width: 30%;
	float: left;
	padding-top: 8px;
	padding-left: 16px;
}

.pag1prfl ul li:nth-of-type(5) {
	width: 30%;
	float: left;
	padding-left: 16px;
	padding-top: 8px;
}

.pag1prfl ul li img {
}

.pag1prfl ul li img {
	width: 100%;
	transform: scale(1);
	transition: all 1s;
}

.pag1prfl ul li:hover img {
	transform: scale(1.1);
}

.flmc {
	position: absolute;
	bottom: 40px;
	width: 100%;
	padding: 0px 40px;
}

.pag1prfl ul li:nth-of-type(1) .flmc {
	top: 40px;
}

.flmc p {
	font-size: 24px;
	color: #fff;
}

.flmc p span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-family: lh_bahnschrift !important;
	opacity: 0.7;
}



/**pag2**/
.pag2 {
	background: url(/html/template/default/images/abbg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.pag2_center {
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.pag2_center_l {
	width: 28%;
	float: right;
	padding: 160px 0px;
	margin-right: 80px;
}

.pag2_center_l .indextitle {
	margin: 0px 0px 20px;
}

.pag2_text {
	font-size: 16px;
	line-height: 2em;
	color: #fff;
}

.pag2_center_l ul {
	overflow: hidden;
	margin-top: 65px;
}

.pag2_center_l ul li {
	width: calc((100% - 40px)/3);
	float: left;
	text-align: center;
	margin-right: 20px;
	position: relative;
	border: 2px #fff solid;
	transition: all 0.5s;
}

.pag2_center_l ul li:hover {
	border: 2px #f3920d solid;
}

.pag2_center_l ul li:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: #f3920d;
	left: 0px;
	height: 0px;
	transition: all 0.5s;
}

.pag2_center_l ul li:hover:before {
	height: 100%;
}

.pag2_center_l ul li:nth-of-type(3n) {
	margin-right: 0px;
}

.pag2_center_l ul li img {
}

.pag2_center_l ul li p {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}

.pag2_center_l ul li a {
	display: block;
	padding: 30px 10px;
	position: relative;
	z-index: 9;
}

.pag2_center_l .indextitle_r {
	float: left;
	margin-top: 60px;
}

.pag2_center_r {
	width: 30%;
	float: right;
	background: #242427;
	height: 100%;
	display: block;
	padding: 160px 0px 160px 80px;
}

.pag2:before {
	content: '';
	width: 20%;
	height: 100%;
	position: absolute;
	right: 0px;
	background: #242427;
}

.pag2_center_r ul {
}

.pag2_center_r ul li {
	overflow: hidden;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.pag2_center_r ul li p {
	width: calc(100% - 70px);
	float: left;
}

.pag2_center_r ul li p i {
	font-style: initial;
	color: #fff;
	font-size: 18px;
}

.pag2_center_r ul li p:nth-of-type(2) {
	float: right;
	width: 70px;
	color: #fff;
	font-size: 16px;
	opacity: 0.4;
	text-align: right;
	padding-top: 40px;
}

.pag2_center_r ul li p span {
	font-size: 60px;
	color: #fff;
	font-family: lh_bahnschrift !important;
}



/**pag3**/

.pag3 {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 120px 0px;
}

.pag3_center {
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px;
}

.advantage_main {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.advantage li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.advantage li:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 60%;
	height: 100%;
	background: url(/html/template/default/images/ys_bg.png) no-repeat left center;
	z-index: 0;
}

.ad_left_c {
	max-width: 665px;
	float: right;
	padding-left: 20px;
	padding-right: 60px;
}

.ad_left {
	width: 42%;
	float: left;
	background: #f3920d;
	position: relative;
	z-index: 9;
}

.ad_left .title {
	display: flex;
}

.ad_left .title i {
	font-size: 48px;
	color: #fff;
	font-family: lh_bahnschrift !important;
	line-height: 86px;
	border: 2px #fff solid;
	display: block;
	width: 86px;
	text-align: left;
	padding-left: 14px;
	border-radius: 20px 0px 20px;
	padding-top: 4px;
}

.ad_left .title p {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
}

.ad_left .title p span {
	display: block;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}

.ad_left .content {
	color: #fff;
	line-height: 2em;
	padding-top: 40px;
	padding-bottom: 40px;
}

.ad_left .content:before {
	content: '';
	width: 20px;
	height: 5px;
	background: #fff;
	position: absolute;
	bottom: 0px;
}

.ad_right {
	width: 58%;
	float: right;
}

.ad_right img {
	width: 100%;
}

.advantage_btn_c {
	max-width: 1640px;
	margin: auto;
	padding: 0px 20px;
}

.advantage_btn {
	position: absolute;
	bottom: 100px;
	z-index: 9;
	width: 100%;
}

.advantage_l {
	width: 55px;
	float: left;
}

.advantage_r {
	width: 55px;
	float: left;
	margin-left: 20px;
}

.advantage_l i:before {
	width: 55px;
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	background: none !important;
	cursor: pointer;
	border-radius: 100%;
	border: 1px #fff solid;
}

.advantage_r i:before {
	content: "\f105";
	width: 55px;
	height: 55px;
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 54px;
	background: none !important;
	cursor: pointer;
	border-radius: 100%;
	border: 1px #fff solid;
}

.advantage_sz {
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 99;
}

.advantag_list {
	max-width: 1640px;
	padding: 0px 20px;
	margin: auto;
	color: #fff;
	opacity: 0.7;
}

.swiper-pagination-current {
	color: #fff;
	font-size: 36px;
	font-family: lh_bahnschrift !important;
}

.swiper-pagination-total {
	font-family: lh_bahnschrift !important;
	font-size: 24px;
}

/**pag4**/

.pag4
{
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 0px 0px 120px;
}
.project 
{
	position:relative;
}


.pag4_center
{
	max-width: 1640px;padding: 0px 20px;margin: auto;	
}

.project .swiper-slide {
	width:1100px;
	transition-timing-function:
	linear;
	position: relative;
	background: #000;
}
.project .swiper-slide a
{
	display:
	block;
	width:100%;
	height:100%;
	opacity: 0.4;
	transition: all 1s;
}
.project .swiper-slide-active a
{
	opacity:1;
}

.project .swiper-slide img{
	width:100%;
}

.projectmc
{position: absolute;right: 80px;top:280px;max-width: 310px;background: #fff;padding: 50px;opacity: 0;transition: all 1s;}

.project .swiper-slide-active .projectmc
{
	opacity:1;
	top: 80px;
}


.projectmc .name
{
	font-size: 22px;
	color: #f3920d;
	font-weight: bold;
}
.projectmc .name span
{
	display: block;
	font-size: 18px;
	font-family: lh_bahnschrift !important;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-top: 10px;
	font-weight: normal;
	color: #ccc;
}
.projectmc .def1
{
	color: #bbbbbb;
	margin-top: 15px;
	line-height: 1.8em;
	overflow: hidden;
	text-overflow:
	ellipsis;
	display:
	-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 3;
}
.projectmc .more
{
	margin-top: 30px;
	display: inline-block;
	background: url(/html/template/default/images/more2.png) no-repeat right center;
	padding-right: 22px;
	color: #f3920d;
}

.project-prev
{width: 18%;position: absolute;top: 0%;left: 0%;z-index: 9;height: 100%;display: flex;justify-content: center;align-items: center;cursor: pointer;background: none;}
.project-prev::before
{
	width: 55px;
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	background: none !important;
	cursor: pointer;
	border-radius: 100%;
	border: 1px #fff solid;
	content: "\f104";
	height: 55px;
	font-family: FontAwesome;
}
.project-next
{width: 18%;position: absolute;top: 0%;right: 0%;z-index: 9;height: 100%;display: flex;justify-content: center;align-items: center;background: none;cursor: pointer;}
.project-next:before
{
    content: "\f105";
    width: 55px;
    height: 55px;
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    background: none !important;
    cursor: pointer;
    border-radius: 100%;
    border: 1px #fff solid;
    font-family: FontAwesome;
}



/**pag5**/

.pag5
{background: #f3f3f3;overflow: hidden;width: 100%;position: relative;padding: 120px 0px;}

.pag5_center
{max-width: 1640px;padding: 0px 20px;margin: auto;}

.news
{overflow: hidden;width: 100%;}
.news_left
{width: 46%;background: #fff;padding: 50px 40px;float: left;}

.news_left li:hover .title p
{
	color:#f3920d;
}

.news_left li .date
{
	font-size: 24px;
	color: #f3920d;
	font-family: lh_bahnschrift !important;
}

.news_left li .title p
{
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	text-overflow:
	ellipsis;
	display:
	-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 1;
	margin-top: 6px;
}
.news_left li .title span
{
	overflow: hidden;
	text-overflow:
	ellipsis;
	display:
	-webkit-box;
	-webkit-box-orient:vertical;
	color: #999;
	font-size: 15px;
	-webkit-line-clamp:2;
	line-height: 1.8em;
	margin-top: 10px;
}

.news_left li .newimg
{
	height: 0px;
	padding-top: 55%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.news_left li .newimg div
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%)scale(1);
	background-size: cover !important;
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.news_left li:hover .newimg div
{
transform:translateY(-50%)scale(1.1);	
}



.news_right
{width: 54%;float: right;padding-left: 60px;}

.news_right li
{
	width: 100%;
	display: flex;
	padding-bottom: 36px;
	margin-bottom: 36px;
	border-bottom: 1px #dfdfdf solid;
}
.news_right li:nth-last-of-type(1) 
{
	padding-bottom:0px;
	margin-bottom: 0px;
	border-bottom: 0px #dfdfdf solid;	
}


.news_right li .date
{
	text-align: center;
	width: 100px;
	height: 100px;
	background: #c2c2c2;
	color: #fff;
	float: left;
	font-family: lh_bahnschrift !important;
	transition: all 0.5s;
}
.news_right li:hover .date
{
	background: #f3920d;
}


.news_right li .date span
{
	display: block;
	font-size: 48px;
	font-family: lh_bahnschrift !important;
	color: #fff;
	line-height: 1em;
	padding-top: 16px;
}

.news_right li .title
{
	width: calc(100% - 100px);
	float: left;
	padding-left: 20px;
}

.news_right li .title p
{
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 5px;
	transition: all 0.5s;
}
.news_right li:hover .title p
{
	color: #f3920d;
}

.news_right li .title span
{
	color: #999;
	font-size: 15px;
	overflow: hidden;
	text-overflow:
	ellipsis;
	display:
	-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top: 5px;
	line-height: 1.8em;
}



@media only screen and (max-width:1560px){

	.pag2_center_l {
		width: 45%;
		float: right;
		padding: 100px 0px;
		margin-right: 80px;
	}
	.pag2_center_r {
		width: 30%;
		float: right;
		background: #242427;
		height: 100%;
		display: block;
		padding: 100px 0px 100px 40px;
	}
	.pag2 {
		background: url(/html/template/default/images/abbg.jpg) no-repeat 40% 50%;
		background-size: cover;
		position: relative;
	}
	.pag2_center_r ul li p span {
		font-size: 48px;
		color: #fff;
		font-family: bahnschrift !important;
	}
	.pag2_center_r ul li {
		overflow: hidden;
		border-bottom: 1px rgba(255,255,255,0.1) solid;
		padding-bottom: 28px;
		margin-bottom: 28px;
	}

	.advantage li:before {
		background-size: 100%;
		width: 60%;
	}
	.advantage_btn {
		text-align: right;
		position: absolute;
		bottom: 60px;
		z-index: 9;
		width: 100%;
	}
	.advantage_r {
		width: 55px;
		margin-left: 20px;
		float: none;
		display: inline-block;
	}
	.advantage_l {
		width: 55px;
		float: none;
		display: inline-block;
	}
	.advantage_sz {
		display: none;
	}
	.project .swiper-slide {
		width: 860px;
		transition-timing-function: linear;
		position: relative;
		background: #000;
	}
	.project-next,.project-prev {
		width: 14%;
	}
	.news_left li .newimg {
		padding-top: 65%;
	}
	.news_right li {
		width: 100%;
		display: flex;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px #dfdfdf solid;
	}

	
}

	
	
