
.slider3d__inner,
.slider3d__rotater,
.slider3d__handle__inner,
.slider3d__handle__rotater {
	position: relative;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.slider3d {
	overflow: hidden;
	position: relative;
	height: 100vh;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.slider3d.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slider3d__wrapper {
	z-index: 1;
	position: relative;
	height: 100%;
}

.slider3d__item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #000;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-position: center;
}

.slider3d__item:nth-child(1) {
	background-image: url(../img/1.jpg);
}

.slider3d__item:nth-child(2) {
	background-image: url(../img/2.jpg);
}

.slider3d__item:nth-child(3) {
	background-image: url(../img/3.jpg);
}

.slider3d__item:nth-child(4) {
	background-image: url(../img/4.jpg);
}

.slider3d__item:nth-child(5) {
	background-image: url(../img/5.jpg);
}
.slider3d__item:nth-child(6) {
	background-image: url(../img/6.jpg);
}

.slider3d__controls {
	display: none;
}

.slider3d.with-controls .slider3d__controls {
	display: block;
}

.slider3d__handle {
	z-index: 2;
	position: absolute;
	right: -2rem;
	top: 50%;
	width: 10rem;
	height: 7rem;
	margin-top: -3.5rem;
	cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkuNCA0LjhsLTIuOS0yLjhoOC41djguNWwtMi44LTIuOHMtMS4yIDEuNC0xLjIgNC4zYzAgMy4xIDEuMiA0LjQgMS4yIDQuNGwyLjgtMi45djguNWgtOC41bDIuOC0yLjhzLTIuMy0yLjItMi4zLTcuMmMwLTQuOSAyLjQtNy4yIDIuNC03LjJ6Ii8+PHBhdGggZD0iTTEyLjIgNi4zcy0yLjIgMS44LTIuMiA1LjdjMCA0LjEgMi4xIDUuOCAyLjEgNS44bDEuOC0xLjh2NWgtNWwxLjgtMS44cy0yLjctMi4xLTIuNy03LjJjMC01IDIuOC03LjEgMi44LTcuMWwtMS45LTEuOWg1LjF2NS4xbC0xLjgtMS44Ii8+PC9zdmc+"), ns-resize;
}

.slider3d__handle__item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-right: 2rem;
	background: #000;
	text-align: center;
	font-size: 1.2rem;
	line-height: 7rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slider3d__handle__item:after {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slider3d__handle__item.active:after {
	opacity: 0;
}

.slider3d__control {
	z-index: 3;
	position: absolute;
	right: 0;
	top: 50%;
	width: 6.5rem;
	height: 4rem;
	margin-top: -2rem;
	cursor: pointer;
}

.slider3d__control:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1rem;
	height: 1rem;
	margin-left: -0.5rem;
	margin-top: -0.5rem;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
}

.slider3d__control.m--up {
	-webkit-transform: translateY(-6rem);
	-ms-transform: translateY(-6rem);
	transform: translateY(-6rem);
}

.slider3d__control.m--up:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slider3d__control.m--down {
	-webkit-transform: translateY(6rem);
	-ms-transform: translateY(6rem);
	transform: translateY(6rem);
}

.slider3d__control.m--down:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}


.header{
	height: 130px;
	width: 100%;
	background: #fff;
	position: absolute;
	z-index: 9;
	opacity: 0.7;
}
.header_R{
	position: relative;
}
.header_C{
	position: absolute;
	z-index: 10;
	width: 100%;
}
.header_C h1{
	font-size: 0;
	line-height: 0;
	float: left;
	width: 366px;
	height: 130px;
	background: url(../img/logo_02.png) no-repeat;
}
.Nav{
	float: right;
}
.Nav li{
	float: left;
	font-size: 18px;
	color: #666;
	line-height: 130px;
}
.Nav li a{
	display: block;
	padding: 0 12px;
}
.Nav li a.active{
	color: #0a75c1;
}
.Nav li a:hover{
	color: #0A75C1;
}



/*首页 end*/

.join{
	height: 139px;
	font-size: 34px;
	line-height: 139px;
	width: 100%;
	text-align: center;
	background: url(../img/recruitment.png);
	font-weight: normal;
	color: #fff;
	min-width: 1200px;
	letter-spacing:10px;
}
.recruitment{
	margin-top: 25px;
}
.recruitment li{
	float: left;
	border: 1px solid #cfcfcf;
	width: 230px;
	height: 170px;
	margin-right: 10px;
	text-align: center;
	line-height: 270px;
	cursor: pointer;
	background: url(../img/recruitment_03.png) #050f8a no-repeat center 17px;
}
.recruitment li:nth-child(2){
	background: url(../img/recruitment_05.png) #2096a2 no-repeat center 17px;
}
.recruitment li:nth-child(3){
	background: url(../img/recruitment_07.png) #fd8352 no-repeat center 17px;
}
.recruitment li:nth-child(4){
	background: url(../img/recruitment_09.png) #0a75c1 no-repeat center 17px;
}
.recruitment li:nth-child(5){
	background: url(../img/recruitment_11.png) #a9c65c no-repeat center 17px;
}
.recruitment li a{
	color: #fff;
}

.recruitment li:nth-child(5n+5){
	margin-right: 0;
}


/*招贤纳士  end*/

.success{
	height: 146px;
	line-height: 146px;
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: #fff;
	min-width: 1200px;
	letter-spacing:10px;
	background: url(../img/case_02.png);
	font-size: 34px;
}
.category{
	margin-top: 30px;
}
.electricity,.identify,.government,.promote{
	float: left;
	width: 276px;
	height: 318px;
	background: #43b6ef;
}
.identify{
	background: #73c757;
}
.government{
	background: #fa754c;
}
.promote{
	background: #dfb00b;
}
.category h5{
	font-size: 30px;
	color: #fff;
	height: 75px;
	line-height: 75px;
	margin: 0 10px 35px;
	text-align: center;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}
.category p{
	font-size: 20px;
	color: #fff;
	line-height: 38px;
	text-align: center;
}
.category p a{
	display: block;
	color: #fff;
}
.project{
	float: left;
	height: 318px;
	/*width: 924px;*/
	background: #e7e7e7;
}
.project_padd{
	padding: 25px 25px 25px 0;
}
.project_ul li{
	float: left;
	margin-left: 25px;
	width: 272px;
}
.project_ul li img{
	display: block;
	transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.project_ul li h6{
	font-size: 16px;
	color: #525151;
	text-align: center;
	font-weight: normal;
	line-height: 28px;
}
.project_ul li span{
	display: block;
	font-size: 12px;
	color: #555656;
}
.project_ul li img:hover{
	transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.img_hidd{
	width: 272px;
	height: 192px;
	overflow: hidden;
}

/*案例展示  end*/

.contact{
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: #fff;
	min-width: 1200px;
	letter-spacing:10px;
	background: url(../img/contact_02.png);
	font-size: 34px;
	height: 139px;
	line-height: 139px;
}
.wapping{
	width: 1114px;
	margin: 0 auto;
}
.contact_Ul{
	margin: 35px 0;
}
.contact_Ul li{
	float: left;
	width: 265px;
	height: 153px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 240px;
	background: url(../img/contact_05.png) no-repeat #ff8257 center 10px;
	margin-right: 18px;
}
.contact_Ul li:nth-child(2){
	background: url(../img/contact_07.png) no-repeat #19bd9b center 10px;
}
.contact_Ul li:nth-child(3){
	background: url(../img/contact_09.png) no-repeat #e671b5 center 10px;
}
.contact_Ul li:nth-child(4){
	background: url(../img/contact_11.png) no-repeat #47caf6 center 10px;
	margin-right: 0;
}
.Map{
	position: relative;
	margin-bottom: 140px;
}
.Map .detailed{
	position: absolute;
    bottom: -90px;
    width: 810px;
    left: 50%;
    margin-left: -405px;
    height: 120px;
    line-height: 120px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    background: #0a75c1;
}


/*联系我们 end*/

.A_us{
	float: left;
	width: 100%;
}
.wraped{
	width: 1000px;
	margin: 0 auto;
	clear: both;
}
.Introduction_L{
	float: left;
	width: 595px;
}
.A_Title .JIao{
	float: left;
	width: 40px;
	height: 40px;
	border: 10px solid #0a75c1;
	border-right: none;
	border-bottom: none;
}
.A_Title .BaiJIao{
	float: left;
	width: 40px;
	height: 40px;
	border: 10px solid #fff;
	border-right: none;
	border-bottom: none;
}
.A_Title .BaiS{
	font-size: 20px;
    color: #fff;
    float: left;
    font-weight: normal;
    height: 50px;
    line-height: 70px;
    text-indent: -10px;
}
.A_Title h3{
	font-size: 20px;
    color: #0a75c1;
    float: left;
    font-weight: normal;
    height: 50px;
    line-height: 70px;
    text-indent: -10px;
}
.text span{
	float: left;
	margin-left: 40px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.text p{
	font-size: 14px;
    color: #333;
    line-height: 24px;
    width: 465px;
    float: left;
}
.text{
	margin-top: 35px;
}
.Introduction_R{
	float: right;
	margin-top: 74px;
}
.Introduction{
	margin-bottom: 30px;
}
.service{
	height: 367px;
	width: 100%;
	background: #0a75c1;
	margin-bottom: 45px;
}
.service_padd{
	padding: 21px 0;
}
.concept{
	float: right;
	width: 550px;
}
.concept p{
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-indent: 2em;
	margin-top: 45px;
	float: right;
    width: 505px;
}

/*关于我们  end*/

.XiaC{
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: #fff;
	min-width: 1200px;
	letter-spacing:10px;
	background: url(../img/photo_03.png);
	font-size: 34px;
	height: 139px;
	line-height: 139px;
}

.album{
	margin-top: 20px;
}
.AlBum li{
	float: left;
	width: 177px;
	height: 207px;
	background: #fff;
	border-radius: 3px;
	margin-right: 20px;
}
.AlBum li a{
	display: block;
	padding: 5px;
}
.album_Img{
	width: 167px;
	height: 158px;
	overflow: hidden;
}
.album_Img img{
	display: block;
	transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.album_Img img:hover{
	transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.AlBum li a p{
	font-size: 12px;
	color: #5a492d;
	height: 39px;
    line-height: 55px;
}
