﻿/* 轮播图 */
.bannerBox {
	padding-top:0px;
}
.swiper-container {
	width:100%;
	height:auto;
}

.picB {
	width:100%;
	height:auto;
	bottom:0px;
	right:0px;
	z-index:2;
	overflow:hidden;
	box-sizing:border-box;
	will-change:transform;
}
.e_switchbtn{
    position: absolute;
    width:50px;
	height:50px;
	top:49%;
    line-height:50px;
	text-align:center;
	font-size:24px;
	color:#fff;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	transform:translate(0,-50%);
	opacity:1;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	cursor:pointer;
	overflow:hidden;
	background:rgba(0,0,0,0.3);
	border-radius:40px;
	margin-top:0px;
	padding-top:0px;
    z-index: 999;
}
.p_SwitchBtnB {
	right:100px;
	
}
.p_SwitchBtnA {

	left:100px;
	
}
.p_SwitchBtnB:hover {
	background:rgba(235,97,0,0.8);
}
.p_SwitchBtnA:hover {
	background:rgba(235,97,0,0.8);
}
.p_SwitchBtnB .iconfont {
	display:block;
	line-height:50px;
	top:0px;
}
.p_SwitchBtnA .iconfont {
	display:block;
	line-height:50px;
	top:0px;
}

.swiper-slide-active .text {
	opacity:1;
}
.swiper-button-prev {
	margin-bottom:0.825rem;
}
.next,.prev {
	margin:0 0.825rem;
}
.swiper-wrapper .swiper-slide img.bannerPic {
	width:100%;
	max-width:100%;
	height:auto;
	left:0px;
	top:0px;
}

.swiper-slide-active .bannerTitle {
	transition-delay:0.5s;
}

.swiper-slide-active .summry {
	transition-delay:0.7s;
}
.swiper-slide-active .text * {
	transform:translate3d(0,0px,0);
	opacity:1;
}
.summry {
	color:#ffffff;
	max-width:1400px;
	text-align:center;
	margin:0 auto;
	font-size:1.575rem;
	font-weight:300;
	display:-webkit-box;
	overflow:hidden;
	-webkit-line-clamp:2px;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	transition:all 2s ease;
	text-shadow:1px 2px 1px #333333;
}
.bannerPic {
	position:relative;
	height:auto;
	width:100%;
	transform:translate(0%,0%);
}
.swiper-slide-active .bannerPic {
	-webkit-animation:scaleUpDown 5s forwards cubic-bezier(0.250,0.460,0.450,0.940);
	animation:scaleUpDown 5s forwards cubic-bezier(0.250,0.460,0.450,0.940);
}

.hd01 {
	z-index:3;
	width:100%;
	text-align:center;
	margin-top:28px;
}
.hd01.poa {
	position:absolute;
	left:0px;
	bottom:12% !important;
}
.hd01.opa5 .swiper-pagination-bullet:before {
	background:rgba(255,255,255,0.5);
}
.hd01.opa5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color:rgba(255,255,255,0.4);
}
.hd01.opa5 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background:#fff;
}
.hd01 .swiper-pagination-bullet {
	width:16px;
	height:16px;
	display:inline-block;
	margin:0 7px !important;
	position:relative;
	transition-duration:.5s;
	cursor:pointer;
	background:none;
	opacity:1;
	border:1px solid transparent;
}
.hd01 .swiper-pagination-bullet:before {
	position:absolute;
	display:block;
	left:50%;
	top:50%;
	content:"";
	width:6px;
	height:6px;
	margin-left:-3px;
	margin-top:-3px;
	border-radius:50%;
	transition-duration:.5s;
	background:#333333;
}
.hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color:#d0a66a;
}
.hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background:#d0a66a;
}
.in_pro{
    background:rgba(245, 245, 245, 1);
    padding-bottom: 70px;
}
.proBox {
	width:100%;
	height:auto;
	overflow:hidden;
}

.proContainer {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1rem auto;
}
.proLi {
	position:relative;
	overflow:hidden;
	padding:10px;
    width: calc(100% / 4);
    height: auto;
    float: left;
}
.porTbox {
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
	padding-bottom:66.67%;
}
.proImg {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	transition:all .5s ease;
}
.porBbox {
	position:relative;
	overflow:hidden;
	height:auto;
	background:#ffffff;
	padding:20px 20px 10px;
	border:1px solid #f2f2f2;
}
.proTitle {
	font-size:1rem;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	position:relative;
	white-space:nowrap;
	width:100%;
}
.proSummry {
	color:#777;
	white-space:nowrap;
	overflow:hidden;
	margin:10px 0;
	text-overflow:ellipsis;
	height:20px;
}
.lookDetail {
	position:relative;
	display:block;
	color:#777;
	height:38px;
	line-height:38px;
	border-top:1px solid #e5e5e5;
}
.arrowsR {
	position:absolute;
	top:50%;
	right:0px;
	transform:translate(0,-50%);
	width:30px;
}
.arrowsR img {
	position:absolute;
	transition:all .5s ease;
}
.harr {
	opacity:0;
}
.showBox {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,.6);
	transition:all 0.5s ease;
}
.showBoxLink {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	display:block;
	width:60%;
	color:#fff;
	text-align:center;
	font-size:1rem;
	padding:0.5rem 0;
}
.showBoxLink::before {
	content:'';
	position:absolute;
	top:0px;
	left:50%;
	transform:translateX(-50%);
	width:60%;
	height:1px;
	background:#fff;
	transition:all .5s ease;
}
.showBoxLink::after {
	content:'';
	position:absolute;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
	width:60%;
	height:1px;
	background:#fff;
	transition:all .5s ease;
}
.lookDetail:hover .barr {
	opacity:0;
}
.lookDetail:hover .harr {
	opacity:1;
}
.proLi:hover .showBox {
	opacity:1;
}
.proLi:hover .proImg {
	transform:translate( -50%,-50%) scale(1.1);
}
.proLi:hover .showBoxLink::before {
	width:1rem;
}
.proLi:hover .showBoxLink::after {
	width:1rem;
}
/* 关于我们 */
.in_about{
    background:url(../images/banjj.jpg) no-repeat center center;
    background-attachment:fixed;
    background-color:rgba(0,0,0,1);
    padding: 60px 0 180px;
}
.about_left {
    width: 58%;
    float: left;
}

.about_left .inTitle {
    text-align: left;
    padding: 20px 0 35px;
}

.about_left .inTitle h4 {
    color: #fff;
    float: left;
}

.about_left .inTitle p {
    color: #fff;
    float: left;
    margin-top: 17px;
}

.about_con {
    line-height: 25px;
    color: #fff;
}
.about_left .inline {
    margin: 0;
    background: #fff;
    margin-top: 49px;
}
.about_ri {
    width: 38%;
    float: right;
}
.more {
    margin-top: 50px;
}
.more a {
    border: 1px solid #fff;
    padding: 11px 45px;
    border-radius: 103px;
    color: #fff;
    transition:all 0.5s ease-in-out
}
.more a:hover{
    background:#f60
}

.about-num {
	margin-top:0px;
	padding-top: 35px;
	padding-bottom:25px;
	background:none;
}
.about-num li {
	float:left;
	width:25%;
	position:relative;
	padding-left:2vw;
	margin-bottom:15px;
	margin-top:15px;
	text-align:left;
	border-left:1px solid #ccc;
}
.about-num li:before {
	content:'';
	position:absolute;
	left:-1px;
	top:0;
	width:1px;
	height:30%;
	background:#FF8C00;
	z-index:1;
}
.about-num li h2 {
	font-family:'Oswald',arial,sans-serif !important;
	font-size:55px;
	color:#FF8C00;
	line-height:72px;
	display:inline-block;
	font-weight:300;
}
.about-num li p {
	color:#FF8C00;
	font-size:16px;
	line-height:36px;
}
.about-num .count-unit {
	font-size:16px;
	color:#FF8C00;
	text-align:right;
	display:inline-block;
	font-style:normal;
}
.about-num li .bot p {
	font-size:15px;
	color:#666;
	line-height:24px;
}
.incase{
    background:#eeeeee;
    padding-bottom: 70px;
}

.incase .project-container {
	margin:0 -5%;
}
.incase .pj_imgC {
	width:auto;
	height:100%;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}
.incase .project_list {
	margin:0 0.5rem;
}
.incase .pj_titles {
	margin:1rem 0;
	padding-right:6rem;
}
.incase .pj_title {
	font-size:1.15rem;
	line-height:1.2;
	margin-bottom:0.25rem;
	font-weight:700;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.incase span.time {
	display:block;
	font-size:0.825rem;
	opacity:0.8;
	color:#cf8b32;
	position:absolute;
	right:0px;
	top:0px;
	line-height:1.8;
}
.incase .project_list > a {
	display:block;
	position:absolute;
	z-index:10;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}
.incase .S02 {
	padding:5rem 0;
}
.incase .pj_summary {
	font-size:0.875rem;
	margin-bottom:1rem;
	opacity:0.8;
	line-height:1.5;
}
.incase .project-slide.swiper-slide .project_list {
	transition:0.8s;
	opacity:0.15;
}
.incase .project-slide.swiper-slide.swiper-slide-active .project_list {
	opacity:1;
}
.incase .project-slide.swiper-slide.swiper-slide-prev .project_list {
	opacity:1;
}
.incase .project-slide.swiper-slide.swiper-slide-next .project_list {
	opacity:1;
}
.incase .project-slide.swiper-slide .project_list .pj_titles {
	transition:0.8s;
	opacity:0;
}
.incase .project-slide.swiper-slide.swiper-slide-active .project_list .pj_titles {
	opacity:1;
}
.incase .project-slide.swiper-slide.swiper-slide-prev .project_list .pj_titles {
	opacity:1;
}
.incase .project-slide.swiper-slide.swiper-slide-next .project_list .pj_titles {
	opacity:1;
}
.incase .pj-prev-btn {
	position:absolute;
	z-index:20;
	left:0px;
	width:20%;
	bottom:0px;
	top:0px;
	cursor:pointer;
	display:flex;
	flex-flow:column;
	justify-content:center;
}
.incase .pj-prev-btn .btns {
	color:#000;
	text-align:center;
	position:absolute;
	bottom: -0.5rem;
	left: 0;
	right:0px;
	text-transform:uppercase;
	font-size:0.825rem;
}
.incase .pj-next-btn {
	position:absolute;
	z-index:20;
	right:0px;
	width:20%;
	bottom:0px;
	top:0px;
	cursor:pointer;
	display:flex;
	flex-flow:column;
	justify-content:center;
}
.incase .pj-next-btn .btns {
	color:#000;
	text-align:center;
	position:absolute;
	bottom: -0.5rem;
	left:0px;
	right:0px;
	text-transform:uppercase;
	font-size:0.825rem;
}
.incase .pj-prev-btn .btns > * {
	display:inline-block;
	vertical-align:middle;
	margin:0.5rem 0.5rem;
}
.incase .pj-next-btn .btns > * {
	display:inline-block;
	vertical-align:middle;
	margin:0.5rem 0.5rem;
}
.incase .pj_img {
	position:relative;
	height:0px;
	padding-bottom:100%;
	overflow:hidden;
	transform:perspective(1000px) translate3d(0,0,0px);
	transition:0.5s;
	box-shadow:0px 10px 50px rgba(0,0,0,0);
}
.incase .project_list:hover .pj_img {
	overflow:hidden;
	transform:perspective(1000px) translate3d(0,0,30px);
	transition:0.5s;
	box-shadow:0px 10px 50px rgba(0,0,0,0.2);
}
.incase .sL_icon {
	background-size:contain;
	width:18px;
	height:18px;
	background-repeat:no-repeat;
	background-position:center;
}

.adv_l {
    width: 50%;
    float: left;
}

.adv_r {
    width: 50%;
    float: right;
}

.advTit {
    text-align: center;
}
.advantage_box img{
    width: 100%;
    display: block;
}
.advTit h4 {
    font-size: 22px;
    margin-bottom: 14px;
}

.advTit p {
    margin-bottom: 27px;
}
.advantage_con {
    background: #f5f5f5;
    padding: 19% 21% 17%;
    min-height: 594px;
}

.advCon {
    line-height: 32px;
    font-size: 15px;
}
.e_link {
	display:inline-block;
	height:auto;
}
.p_icon {
	margin:0;
	width:inherit;
	height:inherit;
	color:rgba(102,102,102,1);
}
.p_icon:before {
	content:'\e6b4';
	font-size:30px;
}
.newBox {
    width: 46%;
    float: left;
}
.newLi .porTbox{
    padding-bottom: 0;
}
.newLi .porTbox img {
    width: 100%;
    display: block;
}
.newContainer {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1rem auto;
}
.newLi {
	position:relative;
	overflow:hidden;
	padding:10px;
}

.newListBox {
	width:100%;
	height:auto;
	overflow:hidden;
	width: 53%;
	float: right;
}
.container {
	width:100%;
	overflow:hidden;
	margin:1rem auto;
	padding:0 1rem;
}
.newList {
	overflow:hidden;
	padding:1rem;
	width:100%;
	height:140px;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #eaeaea;
	transition:all .5s ease;
}

.readMore {
	display:block;
	width:130px;
	height:30px;
	line-height:30px;
	border:1px solid #01458e;
	color:#01458e;
	text-indent:20px;
	transition:all 0.3s ease;
}
.readIcon {
	margin-left:20px;
}
.readMore:hover {
	background:#01458e;
	color:#fff;
}

.newLinkBox {
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	width:100%;
	height:100%;
	padding-right:10%;
	overflow:hidden;
}
.leftTimeBox {
	width:80px;
	height:98px;
	background:#f5f5f5;
	text-align:center;
	font-family:arial;
	color:#1e1e1e;
	transition:all .5s ease;
}
.centerContentBox {
	width:calc((100% - 80px)/1);
	padding-left:3%;
}
.rightIcon {
	position:absolute;
	top:50%;
	right:0px;
	transform:translateY(-50%);
	width:40px;
	height:40px;
	border-radius:20px;
	overflow:hidden;
}
.newData {
	font-size:1.75rem;
	line-height:46px;
	padding-top:15px;
}
.newTitle {
	font-size:24px;
	color:#000;
	font-weight:300;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	transition:all .5s ease;
}
.newToolBox {
	margin:5px 0;
	color:#b4b4b4;
}
.newSummry {
	line-height:24px;
	height:48px;
	overflow:hidden;
	color:#565656;
}
.rIcon {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:auto;
	height:98%;
	transition:all .5s ease;
}
.redIcon {
	opacity:0;
}
.whiteIcon {
	opacity:1;
}
.newList:hover {
	height:150px;
}
.newList:hover .leftTimeBox {
	background:#01458e;
	color:#fff;
}
.newList:hover .newTitle {
	color:#01458e;
}
.newList:hover .redIcon {
	opacity:1;
}
.newList:hover .whiteIcon {
	opacity:0;
}
.data1 {
	margin-right:5px;
}
.link {
	margin-top: 0;
	padding: 20px 0;
}
.link .linklist span {
	font-size: 20px;
	font-weight: bold;
}
.link .linklist a {
	font-size: 14px;
	padding: 0 10px 0 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.link .arealist {
	margin-top: 10px;
}
.link .arealist span {
	font-size: 15px;
	font-weight: bold;
}
.link .arealist a {
	font-size: 14px;
	padding: 0 10px 0 5px;
	margin-bottom: 5px;
	display: inline-block;
}