#section0{
		position: relative;
	}
.logo{
		left: 116px;
		font-size: 20px;
		display: flex;
		align-items: center;
		z-index: 10;
}
#fullPage #section0,#fullPage #section2,#fullPage #section3,#fullPage #section4,#fullPage #section5,#fullPage #section6{
	overflow: hidden;
}
#fullPage .section .index-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

#fullPage .section .index-banner a.arrow-left {
    width: 23px;
    height: 41px;
    background: url("../images/left_l.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 5%;
    opacity: 0.8;
    z-index: 2;
}

#fullPage .section .index-banner a.arrow-right {
    width: 23px;
    height: 41px;
    background: url("../images/right_r.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 5%;
    opacity: 0.8;
    z-index: 2;
}

#fullPage .section .index-banner .swiper-container {
    height: 100% !important;
}

#fullPage .section .index-banner .swiper-container .swiper-wrapper {
    height: 100% !important;
}

#fullPage .section .index-banner .swiper-slide {
    height: 100% !important;
    position: relative;
    overflow: hidden;
}

#fullPage .section .index-banner .swiper-slide.swiper-slide-active .dw-cont .banner-txt {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullPage .section .index-banner .swiper-slide .dw-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 103vh;
    /*height: 100%;*/
}

#fullPage .section .index-banner .swiper-slide .dw-cont img {
    display: block;
    max-width: inherit;
}

#fullPage .section .index-banner .swiper-slide .dw-cont .banner-txt {
    position: absolute;
    top: 5%;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullPage .section .index-banner .swiper-slide .dw-cont .banner-txt h1 {
    font-size: 48px;
    color: #fff;
    letter-spacing: 10px;
    font-weight: normal;
    margin-left: 15%;
}

#fullPage .section .index-banner .swiper-slide .dw-cont .banner-txt p {
    height: auto;
    position: absolute;
    bottom: 20%;
    width: 25px;
    padding: 4px 0px 10px 2px;

}

#fullPage .section .index-banner .swiper-slide .dw-cont .banner-txt p a {
    font-size: 17px;
    color: #fff;
    letter-spacing: 4px;
    height: auto;
    font-weight: bold;
    width: 25px;
    padding: 4px 0px 10px 2px;
    background: url("../images/rd_xbg.png") repeat;

}

#fullPage .section .index-banner .swiper-slide .dw-cont .banner-txt p.color-h {
    color: #666;
}

#fullPage .section .index-banner .swiper-pagination, #fullPage .section .index-banner .pagination {
    position: absolute;
    right: 140px;
    bottom: 200px;
    z-index: 2;
}

#fullPage .section .index-banner .swiper-pagination span, #fullPage .section .index-banner .pagination span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: inherit;
    height: inherit;
    background: none;
    opacity: 1;
    margin: 0 10px;
    cursor: pointer;
    padding: 0px 5px;
}

#fullPage .section .index-banner .swiper-pagination span.swiper-pagination-bullet-active, #fullPage .section .index-banner .swiper-pagination span.swiper-active-switch, #fullPage .section .index-banner .pagination span.swiper-pagination-bullet-active, #fullPage .section .index-banner .pagination span.swiper-active-switch {
    color: #006ada;
}

#fullPage .section .index-banner .swiper-button-next {
    display: none;
    width: 23px;
    height: 41px;
    background: url("../images/right_r.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    right: 5%;
    opacity: 0.4;
}

#fullPage .section .index-banner .swiper-button-next:hover {
    opacity: 1;
}

#fullPage .section .index-banner .swiper-button-prev {
    display: none;
    width: 23px;
    height: 41px;
    background: url("../images/left_l.png") no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    left: 5%;
    opacity: 0.4;
}

#fullPage .section .index-banner .swiper-button-prev:hover {
    opacity: 1;
}
@media screen and (max-width: 1600px) {
    #fullPage .headerCon {
        top: -80px;
    }
   #fullPage .section .index-banner .swiper-pagination, #fullPage .section .index-banner .pagination {
        bottom: 140px !important;
    }
}
	#fullPage #section1.active .headerCon {
		top: 0;
	}

	#fullPage #section2.active .headerCon {
		top: 0;
	}

	#fullPage #section3.active .headerCon {
		top: 0;
	}

	#fullPage #section4.active .headerCon {
		top: 0;
	}

	#fullPage #section5.active .headerCon {
		top: 0;
	}

	#fullPage #section6.active .headerCon {
		top: 0;
	}
	#fullPage .headerCon {
		position: relative;
		top: -80px;
		z-index: 9;
		background: #fff;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-name: fadeInRight;
		-moz-animation-name: fadeInRight;
		-o-animation-name: fadeInRight;
		animation-name: fadeInRight;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		-o-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
.nav{
	color: #fff;
	/*font-size: ;*/
}
.jiayu_content{
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
}
.jiayu_left{
	width: 50%;
	/* width: 782px; */
}
.jiayu_right{
	flex: 1;
	margin-top:182px;
	margin-left: 100px;
	font-size: 16px;
}
.jiayu_right h3{
	margin-bottom: 20px;
}
.jiayu_right p{
	width: 60%;
	line-height: 40px;
}
.business_left{
	margin-right: 20px;
}
.business_left .business_con{
	position: absolute;
	top: 100px;
	width: 100%;
	opacity:0.1
}
.rd_zyyw1,.rd_zyyw2,.rd_zyyw3,.rd_zyyw4{
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.2);
}
#fullPage .zyyw_div2 .rd_zyyw1:hover img, #fullPage .zyyw_div2 .rd_zyyw2:hover img,
#fullPage .zyyw_div2 .rd_zyyw3:hover img, #fullPage .zyyw_div2 .rd_zyyw4:hover img, #fullPage .zyyw_div2 .rd_zyyw5:hover img {
    /* width: 100%; */
    /* height: 100%; */
   /* position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0; */
	transition: all 1.2s;
    -webkit-transform: scale(1.5, 1.5);

}
.zyyw_div2{
	margin-top: 159px;
}
.zyyw_div2 .text_other_width{
	width: 23px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
.work_content{
	margin-top: 80px;
	margin-bottom: 50px;
	position: relative;

}
.work_swiper p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}
.work_img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.1;
}
#fullPage .tab_img{
	width: 33%;
	overflow: hidden;
	height: 244px;
}
#fullPage .tab_img  .rd_txt{
	padding:80px 0 40px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .3);
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#fullPage .tab_img  .rd_txt h2 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 15px 0px;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

#fullPage .tab_img  .rd_txt p {
    font-size: 16px;
    text-align: left;
    color: #fff;
    padding: 15px 10px;
    margin-top: 10px;
    line-height: 30px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
#fullPage .tab_img:hover  .rd_txt{
	opacity: 1;
	z-index: 6;
	transition: all 1.2s;
}
#fullPage .tab_img:hover  .rd_txt h2,
#fullPage .tab_img:hover  .rd_txt p {
    opacity: 1;
    transition-delay: 0.7s;
}

#fullPage .tab_img  .rd_txt .rd_txtan {
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
}

#fullPage .tab_img:hover  .rd_txt .rd_txtan {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
	z-index: 6;
}
#section1 .head{
	margin-left: 18px;
}
#section1 .head p,#section1 .head div{
	margin-left: 40px;
}
#section3 .head,#section4 .head,#section5 .head{
	text-align: center;
	margin-bottom: 50px;
}
#section3 .head i,#section4 .head i,#section5 .head i{
	left: 50%;
	transform: translateX(-50%);
}
#section3 .head div,#section4 .head div,#section5 .head div{
	margin: 0 auto;
	/* margin-left: 48px; */
}
/* 按钮 */
#section4 .com_img{
	width: 60%;
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
#section4 .understand {
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    top: 800%;
		cursor: pointer;
			width: 217px;
			height: 52px;
			border: 1px solid #000;
			text-align: center;
			line-height: 52px;
			/*color: 16px;*/
			border-radius: 20px;
			margin: 118px auto;
		}
		.understand:hover {
		    background: #333 !important;
		    color: #fff;
		}
#section5{
	background: url('../index_image/ablility_bg.png');
	background-size: cover;
}
.abli_con{
	height: 88%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.2);
}
#section5 .head{
	margin-top:60px;
}
#section5 .head i{
	z-index: 0;
}
#section5 .head p{
	position: relative;
	color: #fff ;
	z-index: 2;
}
.abli_swiper{
	position: absolute;
	left: 30%;
	bottom: 60px;
	transform: translateX(-30%);
	color: #fff;
	font-size: 30px;
	margin-top: 60px;
}
#section6{

}
#section6{
	position: relative;
	flex-direction: column;
}
.footer_content{
	position: relative;
}
.footer_content i{
	color: #5b5b5b;
	width: 46%;
	font-size: 30px;
	position: absolute;
	left: 279px;
	top: 139px;
	line-height: 56px;
}
.footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 240px;
	background: #30318b;
}
.footer_con{
	height: 100%;
	justify-content: space-between;
	align-items: center;
}
.footer_con ul{
	color: #fff;
}
.footer_con ul li{
	margin-bottom: 20px;
}
.footer_con div img{
	margin: 0 20px;
}
/* 公司动态 */
.banner_tree {
    width: 88%;
    height: 700px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    left: 7%;
}

.color_font {
    background: #006ada;
    color: #fff;
    width: 45px;
    height: 100px;
    font-size: 24px;
    text-align: center;
    line-height: 100px;
    border-radius: 5px;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
    cursor: pointer;
}

.left_btn {
    left: 0;
}

.right_btn {
    right: 0px;
}

.img_phone {
    width: 100%;
    height: 100%;
}
.color_font {
    width: 40px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
}
.left_btn {
    left: 0;
}

.right_btn {
    right: 0px;
}

.img_phone {
    width: 100%;
    height: 100%;
}
.show_s_ui {
    width: 100%;
    height: 100%;
    position: relative;
}

.show_s_ui > li {
    width: 377px;
    height: 226px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 30;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 1;
    font-size: 40px;
    /*border: 4px solid #ccc;*/
    /*border-radius: 8px;*/
}

.show_s_ui > li > div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    opacity: 0.9;
    display: none;
}

.show_s_ui > li > img {
    width: 100%;
    height: 100%;
}
#middel_shows {
    width: 500px;
    height: 300px;
    left: 35.5%;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

#left_shows {
    left: 8%;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
}

#right_shows {
    left: 70%;
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#small_left, #small_right {
    width: 154px;
    height: 249px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#small_left {
    left: -15%;
}

#small_right {
    left: 102.5%;
}
/* 业务范围 */

#fullPage #section2.active .zyyw_div1 {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullPage #section2.active .rd_zyyw1 {
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;

    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullPage #section2.active .rd_zyyw2 {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;

    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullPage #section2.active .rd_zyyw3 {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullPage #section2.active .rd_zyyw4 {
    -webkit-animation-duration: 1.8s;
    -moz-animation-duration: 1.8s;
    -o-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;

    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

#fullPage #section2.active .rd_zyyw5 {
    -webkit-animation-duration: 1.8s;
    -moz-animation-duration: 1.8s;
    -o-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;

    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
#fullPage .zyyw_div1 {
    float: left;
    margin: 10% 1% 3% 1%;
    width: 26%;
}

#fullPage .zyyw_div1 .txt {
    text-align: left;
    margin: 30px 0px 20px 0px;
}

#fullPage .zyyw_div1 .txt p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

#fullPage .zyyw_div1 .zyyw_an {
    display: block;
    background: url(../images/rd_zyan.png) no-repeat center;
    width: 164px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#fullPage .zyyw_div2 {
    float: left;
    margin: 3% 1% 3% 1%;
    width: 70%;
}

#fullPage .zyyw_div2 .rd_zyyw1, #fullPage .zyyw_div2 .rd_zyyw2,
#fullPage .zyyw_div2 .rd_zyyw3, #fullPage .zyyw_div2 .rd_zyyw4, #fullPage .zyyw_div2 .rd_zyyw5 {
    float: left;
    width: 254px;
    height: 521px;
    position: relative;
    margin-right: 1.5%;
    overflow: hidden;
}

#fullPage .zyyw_div2 .rd_zyyw1 img, #fullPage .zyyw_div2 .rd_zyyw2 img,
#fullPage .zyyw_div2 .rd_zyyw3 img, #fullPage .zyyw_div2 .rd_zyyw4 img, #fullPage .zyyw_div2 .rd_zyyw5 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    transition: all 2s;
}

#fullPage .zyyw_div2 .rd_zyyw1:hover img, #fullPage .zyyw_div2 .rd_zyyw2:hover img,
#fullPage .zyyw_div2 .rd_zyyw3:hover img, #fullPage .zyyw_div2 .rd_zyyw4:hover img, #fullPage .zyyw_div2 .rd_zyyw5:hover img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    -webkit-transform: scale(1.5, 1.5);
}

#fullPage .zyyw_div2 .rd_zyyw1 a, #fullPage .zyyw_div2 .rd_zyyw2 a,
#fullPage .zyyw_div2 .rd_zyyw3 a, #fullPage .zyyw_div2 .rd_zyyw4 a, #fullPage .zyyw_div2 .rd_zyyw5 a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background: url(../images/rd_zyywbg.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    /*åž‚ç›´æ–¹å‘æ–‡å­—*/
    writing-mode: vertical-rl;
    /*å±…ä¸­æ–‡å­—*/
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 28px;
    color: #fff;

    cursor: pointer;
    letter-spacing: 4px;
}

#fullPage .zyyw_div2 .rd_zyyw1 {
    margin-top: 8%;
}

#fullPage .zyyw_div2 .rd_zyyw2 {
    margin-top: 2%;
}

#fullPage .zyyw_div2 .rd_zyyw3 {
    margin-top: 7%;
}

#fullPage .zyyw_div2 .rd_zyyw4 {
    margin-top: 1%;
}

#fullPage .zyyw_div2 .rd_zyyw5 {
    margin-top: 3%;
}
