

.section{position:relative;overflow:hidden;}


#fp-nav.right{
	right:10px;
}
#fp-nav ul li,
.fp-slidesNav ul li {
	width: 10px;
	height: 20px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
	width:10px;
	height:20px;
	margin:-2px 0px 0px -2px;
	background:#0068B7;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
	width:10px;
	height:20px;
	border-radius: 10px;
	margin:-2px 0px 0px -2px;
	background:#0068B7;
	border-color:#0068B7;
}


/*首页*/
.banner{position:relative;width:100%;}
.banner .swiper-container{position:relative;width:100%;height:100%;overflow:hidden;}
.banner .swiper-wrapper{width:99999px;height:100%;}
.banner .swiper-slide{position:relative;float:left;width:100%;height:100%;overflow:hidden;}
.banner .swiper-button{position:absolute;width:20px;height:35px;top:50%;margin-top:-17px;cursor:pointer;}
.banner .swiper-button-next{right:30px;background:url(../images/right.png) center;background-size:100% 100%;}
.banner .swiper-button-prev{left:30px;background:url(../images/left.png) center;background-size:100% 100%;}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    display: inline-block;
    border-radius: 10px;
    background: #fff;
    margin: 0 5px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
	width: 50px;
    background: #0068B7;
}

.banner .text{position:absolute;width:100%;left:0;z-index:3;top:48%;transform:translateY(-50%);-webkit-transform:translateY(-50%);text-align:center;color:#fff;}
.banner .text img {
	display: block;
	max-width: 100%;
}
.banner .text .min_img {
	display: none;
}

.downTip{position:absolute;width:26px;height:52px;background:url(../images/icon_1.png) no-repeat center;background-size:100% 100%;bottom:20px;left:50%;margin-left:-13px;animation:mymove 1.5s infinite;-webkit-animation:mymove 1.5s infinite;cursor:pointer;z-index:5;}
.index_item_1 .downTip,.index_item_4 .downTip{background:url(../images/icon_1_black.png) no-repeat center;background-size:100% 100%;}
@keyframes mymove {
    from {bottom: 20px;opacity:0.9;}
    to {bottom: 10px;opacity:1;}
}

@-webkit-keyframes mymove{
    from {bottom: 20px;opacity:0.9;}
    to {bottom: 10px;opacity:1;}
}

#videoContainer{position:absolute;height:100%;width:100%;top:0;left:0;}
#videoContainer:before{content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 2; display: block; }

#background_video {position:absolute;height:100%;width:100%;top:0;left:0;object-fit:cover;}
#video_cover{position:absolute;height:100%;width:100%;top:0;left:0;background:url(../images/v_bg.jpg) no-repeat;background-size:cover;background-position:center;}

.section{overflow:hidden;}
.index_item{width:100%;overflow:hidden;}
.index_item .inner{position:absolute;left:50%;top:14vh;transform:translate(-50%,-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);}
.index_item .tit h1 {
	font-size: 30px;
	color: #0068B7;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 10px;
}
.index_item .tit span {
	display: block;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}
.index_item .tit p {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}
.index_item .tit .icon{height:40px;line-height:40px;font-size:50px;font-weight:700;margin-bottom:10px;}


.index_item_1 .inner{width:82%;top: 25vh;}
.index_item_1 .content{position:relative;width:50%;left:-100%;}
.index_item_1 .tit p{width:540px;background:#0068B7;}
.index_item_1 .text {
	font-size: 16px;
	line-height: 50px;
	/*height: 90px;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	margin: 40px 0;
}
.index_item_1 ul li {
	float: left;
	padding: 0 30px;
}
.index_item_1 ul li:first-child{padding-left:0;}
.index_item_1 ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.index_item_1 ul li .icon {
	width: 80px;
	height: 80px;
	border: 2px #707070 solid;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 10px;
	position: relative;
	transition: all .5s;
}
.index_item_1 ul li img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.index_item_1 ul li .icon .iconDefault {
	top: 0;
}
.index_item_1 ul li .icon .iconHover {
	bottom: -100%;
}
.index_item_1 ul li:hover a{color:#0068B7;}
.index_item_1 ul li:hover .icon {
	background-color: #0068B7;
	border-color: #0068B7;
}
.index_item_1 ul li:hover .icon .iconDefault {
	top: -100%;
	opacity: 0;
}
.index_item_1 ul li:hover .icon .iconHover {
	bottom: 0;
}
.index_item .more {
	display: block;
	width: 185px;
	height: 54px;
	line-height: 54px;
	border-radius: 5px;
	color: #0068B7;
	border: 2px solid #0068B7;
	font-size: 16px;
	font-weight: bold;
	/*margin-top: 45px;*/
	text-align: center;
	text-transform: uppercase;
}
.index_item .more:hover {
	background: #0068B7;
	color: #fff;
}
@media (min-width: 1500px) {
	.index_item_1 ul li .icon {
		width: 100px;
		height: 100px;
	}
}

.divLeft .more {
	color: #fff;
	border-color: #fff;
}
.divLeft .more:hover {
	background: #fff;
	color: #0068B7;
}
.divLeft {
	width: 50%;
	height: 100%;
	background: rgba(13, 119, 168, 0.95);
	padding-top: 100px;
}
.divLeft .d_inner{position:relative;height:100%;width:100%;}
.divLeft .content {
	position: absolute;
	width: 75%;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.divLeft .tit h1 {
	color: #fff;
}
.divLeft ul {
	margin-top: 50px;
}
.divLeft li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	padding: 40px 10px;
	border: 1px #fff dotted;
	margin-left: -1px;
	margin-top: -1px;
	cursor: pointer;
}
.divLeft li .icon {
	width: 70px;
	margin: 0 auto 10px;
}
.divLeft li .icon img{width:100%;}
.divLeft li p {
	font-size: 18px;
	line-height: 1.1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.index_item_3 .divLeft{float:right;}
.index_item_3 .divLeft .content{right:auto;left:100%;}


.index_item_4{width:100%;overflow:hidden;}
.index_item_4 .inner {
	width: 1160px;
}
.index_item_4 .tit,.index_item_5 .tit,.index_item_6 .tit{text-align:center;margin:0 auto;}
.index_item_4 .tit .en {
	color: #0068B7;
}
.index_item_4 .tit .txt {
	font-size: 18px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 15px;
}
.s4_nav{width:458px;height:48px;line-height:46px;margin:30px auto 0;border:1px solid #0068B7;overflow:hidden;}
.s4_nav li{float:left;width:33.33%;height:100%;text-align:center;border-right:1px solid #0068B7;font-size:18px;}
.s4_nav li:last-child{width:33.34%;border-right:none;}
.s4_nav li a{display:block;width:100%;}
.s4_nav li.cur a,
.s4_nav li:hover a{color:#fff;background:#0068B7;}

.caseSection{position:relative;width:80%;max-width:1400px;height:450px;overflow:visible;margin:0 auto;}
.caseSection .list{position:absolute;width:100%;height:100%;left:0;top:120%;overflow:hidden;display:none;}
.caseSection .list.cur{display:block;}
.caseSection .swiper-wrapper>div{position:absolute;height:auto;overflow:hidden;margin:0;padding:0;top:50%;transform:translate(0,-50%);cursor:pointer;}
.caseSection .width_00{width:17%;left:-17%;z-index:1;}
.caseSection .width_0{width:17%;left:0;z-index:1;}
.caseSection .width_1{width:22%;left:16%;z-index:2;}
.caseSection .width_2 {
	width: 26%;
	left: 37%;
	z-index: 5;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
	border: 10px #efefef solid;
}
.caseSection .width_3{width:22%;left:62%;z-index:2;}
.caseSection .width_4{width:17%;left:83%;z-index:1;}
.caseSection .width_5{width:17%;left:100%;z-index:1;}

.caseSection .waiting{display:none;}
.caseSection .img{position:relative;overflow:hidden;}
.caseSection .img img{width:100%;display:block;transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;}
.caseSection .imgMark{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);top:0;left:0;}
.caseSection .width_2 .imgMark{background:none;}
.caseSection .width_2:hover img{transform:scale(1.05);}
.caseSection p{position:absolute;width:100%;font-size:16px;color:#333;text-align:center;left:0;top:96%;z-index:5;white-space: nowrap;display:none;}
.caseSection .swiper-wrapper>div p{display:none;}

.index_item_4 .outer-swiper-container{position:relative;display:none;}
.index_item_4 .swiper-container{width:100%;margin:0 auto;overflow:hidden;}
.index_item_4 .swiper-wrapper{width:9999px;}
.index_item_4 .swiper-slide{float:left;}
.index_item_4 .swiper-slide p{text-align:center;font-size:14px;color:#fff;margin-top:5px;display:none;}
.index_item_4 .swiper-slide img{width:100%;max-width:200px;}
.index_item_4 .swiper-button{position:absolute;width:30px;height:30px;top:50%;margin-top:-15px;background:red;}
.index_item_4 .swiper-button-next{right:0;background:url(../images/s4_right.png) no-repeat center;background-size:100% 100%;}
.index_item_4 .swiper-button-prev{left:0;background:url(../images/s4_left.png) no-repeat center;background-size:100% 100%;}

.index_item_5 .inner {
	width: 1170px;
}
.index_item_5 .tit h1,
.index_item_5.tit p {
	color: #fff;
}
.index_item_5 .more {
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	border-color: #fff;
}
.index_item_5 .more:hover {
	background-color: #fff;
	color: #0068B7;
}
.index_item_5 ul {
	overflow: hidden;
	margin-top: 6vh;
}
.index_item_5 ul li {
	float: left;
	width: 25%;
	padding: 0 15px;
}
.index_item_5 li a {
	display: block;
	/*background-color: #fff;*/
}
.index_item_5 li a .img {
	width: 100%;
	border: 3px #fff solid;
	overflow: hidden;
}
.index_item_5 li a img {
	display: block;
	width: 100%;
	transition: all .5s;
	border-radius: 10px;
	height: 220px;
}
.index_item_5 li a:hover img {
	transform: scale(1.1);
}
.index_item_5 li a .text {
	padding: 15px 15px 15px 15px;
	border-bottom: 1px solid #fff;
}
.index_item_5 li a h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	/*height: 48px;*/
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align:center;
	/*margin-bottom: 15px;*/
}
.index_item_5 li a p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #999;
}
.index_item_5 li a p .span1 {
	color: #fff;
	background-color: #0068B7;
	padding: 4px 10px;
}

@media (min-width: 1500px) {
	.index_item_5 .inner {
		width:82%;
	}
	.index_item_5 ul li {
		padding: 0 30px;
		padding-bottom:50px;
	}
}

.index_item_5 .fp-slides,.index_item_6 .fp-slides{display:none;}
.fp-controlArrow{display:none;}


.index_item_6 .tit h1 {
	color: #fff;
}
.index_item_6 .inner{width:100%;max-width:1510px;}
.s6_culture {
	position: relative;
	width: 1200px;
	padding: 15px 15px 85px;
	height: 540px;
	background: #fff;
	margin: 5vh auto 0;
}
.s6_culture .img {
	height: 100%;
	overflow: hidden;
}
.s6_culture .img img{width:100%;min-height:100%;}
.s6_culture .txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background-color: #fff;
}
.s6_culture .ch {
	font-size: 30px;
	font-weight: 700;
	background: url(../images/arrow.png) no-repeat center right;
	background-size: 28px auto;
	padding-right: 50px;
}
.s6_culture .en{font-size:20px;color:#666;width:24px;word-wrap:break-word;writing-mode: vertical-lr;text-transform:capitalize;}
.s6_culture .more {
	margin: 0 !important;
	float: right;
}



.index_item_1 .content{opacity:0;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;}
.index_item_2 .content{opacity:0;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;}
.index_item_2 .img{opacity:0;transition: all 1s linear 0.5s;-webkit-transition: all 1s linear 0.5s;-moz-transition: all 1s linear 0.5s;-ms-transition: all 1s linear 0.5s;-o-transition: all 1s linear 0.5s;}
.index_item_3 .content{opacity:0;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;}
.caseSection .list{opacity:0;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;}
.caseSection p{opacity:0;transition: all 1s linear 0.8s;-webkit-transition: all 1s linear 0.8s;-moz-transition: all 1s linear 0.8s;-ms-transition: all 1s linear 0.8s;-o-transition: all 1s linear 0.8s;}
.s5_reference .item01{left:-100%;transition: left 1s ease;-webkit-transition: left 1s ease;-moz-transition: left 1s ease;-ms-transition: left 1s ease;-o-transition: left 1s ease;}
.s5_reference .item02{right:-100%;transition: right 1s ease;-webkit-transition: right 1s ease;-moz-transition: right 1s ease;-ms-transition: right 1s ease;-o-transition: right 1s ease;}


.active.index_item_1 .content{left:0;opacity:1;}
.active.index_item_2 .content{right:50px;opacity:1;}
.active.index_item_3 .content{left:50px;opacity:1;}
.active .caseSection .list{top:0;opacity:1;}
.pub_tit_index,.index_item_6 .tit,.s6_culture{-webkit-transform:scale(0.5, 0.5); 
    -moz-transform:scale(0.5, 0.5);
    -ms-transform:scale(0.5, 0.5);
    -o-transform:scale(0.5, 0.5);
    transform:scale(0.5, 0.5);
    opacity: 0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.active .pub_tit_index{ 
        opacity: 1; 
        -moz-opacity:1;
        filter:alpha(opacity=100);
        -webkit-transform:scale(1, 1); 
        transform:scale(1, 1);
        -webkit-transform:scale(1, 1);
        -moz-transform:scale(1, 1);
        -ms-transform:scale(1, 1);
        -o-transform:scale(1, 1);
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
    }
.active .caseSection p{opacity:1;}
.active .s5_reference .item01{left:0;}
.active .s5_reference .item02{right:0;}
.act .tit,.act .s6_culture{opacity: 1; 
        -moz-opacity:1;
        filter:alpha(opacity=100);
        -webkit-transform:scale(1, 1); 
        transform:scale(1, 1);
        -webkit-transform:scale(1, 1);
        -moz-transform:scale(1, 1);
        -ms-transform:scale(1, 1);
        -o-transform:scale(1, 1);
}



@media screen and (min-width:1200px) and (max-width:1400px){
    .banner .text h1{font-size:42px;}
    .banner .text .href a{font-size:18px;height:55px;line-height:55px;width:220px;}

    .index_item .tit h1 {
    	font-size: 24px;
    	line-height: 30px;
    }
    .index_item .tit span {
    	font-size: 18px;
    	line-height: 24px;
    }
    .index_item .tit p {
    	font-size: 16px;
    }    
    .index_item .more {
    	width: 150px;
    	height: 46px;
    	line-height: 46px;
    	font-size: 14px;
    	margin-top: 40px;
    }
    
    .index_item_1 .text {
    	font-size: 16px;
    	line-height: 28px;
    	height: 84px;
    }
    .index_item_1 ul li {
    	padding: 0 15px;
    }
    .index_item_1 ul li a {
    	font-size: 14px;
    }
    .index_item_1 ul li .icon {
    	border-width: 1px
    }

    .divLeft .content {
    	width: 80%;
    }
    .divLeft ul {
    	margin-top: 30px;
    }
    .divLeft li {
    	padding: 30px 10px;
    }
    .divLeft li p {
    	font-size: 16px;
    }
    
    .index_item_4 .tit .txt {
    	font-size: 14px;
    	line-height: 24px;
    }
    .s4_nav{height:45px;line-height:43px;margin-bottom:0;}
    .s4_nav li{font-size:16px;}
    .index_item_4 .inner, .index_item_5 .inner{max-width:100%;}
    .index_item_4 .tit, .index_item_5 .tit, .index_item_6 .tit{max-width:100%;padding:0 15px;}

    .s5_reference .item{width:45%;}
    .s5_reference .item01{margin-left:4%;}
    .s5_reference .item02{margin-right:4%;}
    
    .s5_reference .txt{padding:20px 15px;}
    .s5_reference .txt h3{font-size:22px;}
    .s5_reference .item{height:350px;}
    .s5_reference .txt span{height:40px;line-height:40px;}
    .s5Left h2{font-size:20px;}
    .s5Left .img{height:218px;}

    /*.s6_culture li h4{font-size:26px;}
    .s6_culture li .en{font-size:16px;}
    .s6_culture li .more{font-size:18px;height:50px;line-height:50px;}*/
    .s6_culture {
	     width: 1000px; 
	    height: 415px;
	    padding-bottom: 80px;
	}
    .s6_culture .ch {
    	font-size: 24px;
    	background-size: 24px auto;
    	padding-right: 40px;
    }
}


@media screen and (min-width:992px) and (max-width:1199px){
    
    .banner .text h1{font-size:36px;}
    .banner .text .href a{font-size:16px;height:50px;line-height:50px;width:200px;}


    .index_item .tit h1 {
    	font-size: 20px;
    	line-height: 24px;
    }
    .index_item .tit span {
    	font-size: 16px;
    	line-height: 20px;
    }
    .index_item .tit p {
    	font-size: 14px;
    	line-height: 20px;
    }    
    .index_item .more {
    	width: 150px;
    	height: 46px;
    	line-height: 46px;
    	font-size: 14px;
    	margin-top: 40px;
    	border-width: 1px;
    }
    
    .index_item_1 .text {
    	font-size: 14px;
    	line-height: 24px;
    	height: 72px;
    }
    .index_item_1 ul li {
    	padding: 0 15px;
    }
    .index_item_1 ul li a {
    	font-size: 14px;
    }
    .index_item_1 ul li .icon {
    	border-width: 1px
    }
    .index_item_1 .content{width:60%;}
    
    
    .divLeft .content {
    	width: 80%;
    }
    .divLeft .tit h1{margin-bottom:0;}
    .divLeft .tit h1,.divLeft .tit p{min-width:100%;}
    .divLeft ul {
    	margin-top: 30px;
    }
    .divLeft li{padding:20px 8px;}
    .divLeft li .icon {
    	width: 50px;
    }
    .divLeft li p {
    	font-size: 14px;
    }


    .active.index_item_2 .content{right:40px;}
    .active.index_item_3 .content{left:40px;}
	
	.index_item_4 .tit .txt {
		font-size: 14px;
		line-height: 24px;
	}
    .s4_nav{height:40px;line-height:38px;margin-bottom:0;}
    .s4_nav li{font-size:14px;}
    .index_item_4 .inner, .index_item_5 .inner{max-width:90%;}
    .index_item_4 .tit, .index_item_5 .tit, .index_item_6 .tit{max-width:100%;padding:0 15px;}

    .s5_reference .item{width:48%;padding:5px;}    
    .s5_reference .txt{padding:15px 10px;}
    .s5_reference .txt h3{font-size:18px;}
    .s5_reference .item{height:300px;}
    .s5_reference .txt span{height:35px;line-height:35px;font-size:14px;bottom:15px;}
    .s5_reference .txt p{font-size:12px;line-height:22px;}
    .s5Left h2{font-size:18px;padding-bottom:10px;}
    .s5Left .img{margin:10px auto;height:185px;}
    
    .index_item_5 ul li {
    	padding: 0 5px;
    }
    .index_item_5 li a h2 {
    	font-size: 16px;
    }
    .index_item_5 li a p {
    	font-size: 12px;
    }
    

    .index_item_6 .inner{width:94%;top:22vh;}
    .s6_culture{width:930px;height:400px;margin-top:5vh;padding:12px 12px 72px;}
    .s6_culture .text{width:110px;top:12px;left:12px;}
    .s6_culture .ch {
    	font-size: 20px;
    	background-size: 20px auto;
    	padding-right: 30px;
    }
    /*.s6_culture li{padding:16px;}
    .s6_culture li h4{font-size:20px;}
    .s6_culture li .en{font-size:14px;}
    .s6_culture li .li_inner{padding:5px;}
    .s6_culture li .more{font-size:16px;height:45px;line-height:45px;}*/


	.caseSection {
		width: 90%;
		height: 300px;
		margin-top: 20px;
	}
	.caseSection p{top:94%;}

}

@media screen and (min-width:768px) and (max-width:991px){

	.index_item .inner{top:25vh;}

    .banner .text h1{font-size:30px;}
    .banner .text .href a{font-size:14px;height:50px;line-height:50px;width:180px;}


    .index_item .tit h1 {
    	font-size: 18px;
    	line-height: 24px;
    }
    .index_item .tit span {
    	font-size: 14px;
    	line-height: 20px;
    }
    .index_item .tit p {
    	font-size: 14px;
    	line-height: 20px;
    }    
    .index_item .more {
    	width: 120px;
    	height: 40px;
    	line-height: 40px;
    	font-size: 14px;
    	margin-top: 40px;
    	border-width: 1px;
    }
    
    
    .index_item_1 .content{width:80%;}
    .index_item_1 .text {
    	font-size: 14px;
    	line-height: 24px;
    	height: 72px;
    }
    .index_item_1 ul li {
    	padding: 0 15px;
    }
    .index_item_1 ul li a {
    	font-size: 14px;
    }
    .index_item_1 ul li .icon {
    	border-width: 1px
    }
    
    .divLeft .content {
    	width: 90%;
    }
    .divLeft .tit h1{margin-bottom:0;}
    .divLeft ul{margin-top:20px;}
    .divLeft li {
    	padding: 20px 8px;
    }
    .divLeft li .icon{width:40px;}
    .divLeft li p{font-size:14px;}

    .active.index_item_2 .content{right:5%;}
    .active.index_item_3 .content{left:5%;}
    
    .index_item_4 .tit .txt {
    	font-size: 14px;
    	line-height: 20px;
    }
    .s4_nav{height:40px;line-height:38px;margin-bottom:0;}
    .s4_nav li{font-size:14px;}
    .index_item_4 .inner, .index_item_5 .inner{max-width:90%;}
    .index_item_4 .tit, .index_item_5 .tit, .index_item_6 .tit{max-width:100%;padding:0 15px;}

    .s5_reference .item{width:49%;padding:5px;}
    .s5_reference .txt{padding:15px 10px;}
    .s5_reference .txt h3{font-size:16px;}
    .s5_reference .item{height:300px;}
    .s5_reference .txt span{width:80%;height:35px;line-height:35px;font-size:14px;bottom:15px;left:10%;}
    .s5_reference .txt p{font-size:12px;line-height:22px;}
    .s5Left h2{font-size:16px;padding-bottom:10px;font-weight:700;}
    .s5Left .img{margin:10px auto;height:200px;}
    .s5Left{padding:5px 0 5px 5px;}
    .s5Left a{bottom:5px;left:5px;padding-top:10px;}
    
    .index_item_5 ul li {
		padding: 0 5px;
	}
	.index_item_5 li a .text {
		padding: 10px 10px 20px;
	}
	.index_item_5 li a h2 {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-bottom: 10px;
	}
	.index_item_5 li a p {
		font-size: 12px;
	}
    
    .index_item_6 .inner{width:94%;}
    .s6_culture {
    	width: 700px;
    	height: 360px;
    	margin-top: 5vh;
    	padding: 12px 12px 70px;
    }
    .s6_culture .text{width:100px;left:12px;top:12px;}
    .s6_culture .ch {
    	font-size: 16px;
    	background-size: 18px auto;
    	padding-right: 30px;
    }

    /*.s6_culture li{padding:10px;}
    .s6_culture li h4{font-size:18px;}
    .s6_culture li .en{font-size:14px;}
    .s6_culture li .li_inner{padding:5px;}
    .s6_culture li .more{font-size:14px;height:40px;line-height:40px;}*/	

	.caseSection{max-width:100%;height:300px;}
	.caseSection p{top:97%;}
}

@media only screen and (min-width: 0px) and (max-width: 767px){
	.downTip{width:15px;height:30px;}
	
	#fp-nav.right{
		right:0;
	}
	#fp-nav ul li,
	.fp-slidesNav ul li {
		width: 5px;
		height: 10px;
	}
	#fp-nav ul li a span,
	.fp-slidesNav ul li a span {
	    width: 5px;
	    height: 10px;
	    border-radius: 5px;
	}
	#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
		width:5px;
		height:10px;
	}
	#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
		width:5px;
		height:10px;
		border-radius: 5px;
	}
    
    .banner .swiper-button{width:15px;height:26px;}
    .banner .swiper-button-prev{left:15px;}
    .banner .swiper-button-next{right:15px;}
    .swiper-pagination-bullet {
	    width: 10px;
	    height: 5px;
	    border-radius: 5px;
	}
	.swiper-pagination-bullet-active {
		width: 20px;
	}
    .banner .text .min_img {
		display: block;
	}
	.banner .text .PC_img {
		display: none;
	}

    .index_item .inner{top:25vh;}
    .index_item .tit h1 {
    	font-size: 16px;
    	line-height: 24px;
    	margin-bottom: 0;
    }
    .index_item .tit span, 
    .index_item .tit p {
    	font-size: 14px;
    	line-height: 20px;
    }
    .index_item .more {
    	width: 100px;
    	height: 32px;
    	line-height: 32px;
    	font-size: 12px;
    	margin-top: 20px;
    	border-width: 1px;
    }
    
    .index_item_1 .inner{width:90%;}
    .index_item_1 .content{width:100%;}
    .index_item_1 .text {
    	font-size: 14px;
    	line-height: 24px;
    	height: 96px;
    	-webkit-line-clamp: 4;
    	margin: 20px 0;
    }
    .index_item_1 ul li {
    	padding: 0 10px;
    }
    .index_item_1 ul li a {
    	font-size: 12px;
    }
    .index_item_1 ul li .icon {
    	width: 40px;
    	height: 40px;
    	border-width: 1px
    }    

    .divLeft {
    	width: 100%;
    	padding-top: 50px;
    }
    .divLeft .content {
    	width: 90%;
    }
    .divLeft ul{margin-top:20px;}
    .divLeft li {
    	padding: 15px 5px;
    }
    .divLeft li .icon{width:40px;}
    .divLeft li p{font-size:12px;}

    .active.index_item_2 .content{right:7%;}
    .active.index_item_3 .content{left:7%;}

    .s4_nav{display:none;}
    .index_item_4 .inner, .index_item_5 .inner{max-width:90%;}
    .index_item_4 .tit, .index_item_5 .tit, .index_item_6 .tit{max-width:100%;}
    .index_item_4 .tit h1, .index_item_5 .tit h1, .index_item_6 .tit h1{margin-bottom:0;}
    .index_item_4 .tit p, .index_item_5 .tit p, .index_item_6 .tit p{height:inherit;line-height:inherit;}
    .index_item_4 .tit .txt {
    	font-size: 12px;
    	line-height: 20px;
    	height: 60px;
    	-webkit-line-clamp: 3;
    }
    .index_item_4 .outer-swiper-container {
    	display: block;
    	width: 90%;
    	margin: 15px auto 0;
    }
    
    
    .index_item_5 .fp-slides,.index_item_6 .fp-slides{margin-top:5vh;display:block;}
    .index_item_5 .fp-slides .item{position:relative;float:none;background:#fff;width:345px;padding:5px;margin:0 auto;}
    .index_item_5 .fp-slides .txt{display:block;float:none;position:relative;width:100%;padding:15px 10px;background:#042970;color:#fff;}
    .index_item_5 .fp-slides .txt h3{font-size:16px;margin-bottom:5px;font-weight:700;}
    .index_item_5 .fp-slides .txt span{display:block;height:35px;line-height:35px;font-size:14px;margin:20px auto 0;color:#284885;text-align:center;background:#fff;}
    .index_item_5 .fp-slides .txt p{font-size:12px;line-height:22px;}
    .index_item_5 .fp-slides .s5Left{float:none;width:100%;height:auto;padding:5px 0 5px 5px;}
    .index_item_5 .fp-slides .img{width:100%;overflow:hidden;margin:10px auto;height:200px;}
    .index_item_5 .fp-slides .img img{max-width:100%;}
    .index_item_5 .fp-slides .txt span:hover{color:#fff;background:#EB9C21;}
    .index_item_5 .fp-slides .s5Left h2{font-size:16px;padding-bottom:10px;font-weight:700;}
    .index_item_5 .fp-slides .s5Left a{position:static;padding:10px 0 15px;}

    .fp-slidesNav.bottom{bottom:7%;}
    .fp-slidesNav.bottom li{margin:3px;}


    .s5_reference{display:none;}
    
    .index_item_5 ul li {
    	width: 50%;
    	padding: 0 5px;
    }
    .index_item_5 ul li:nth-child(n+3) {
    	display: none;
    }
    .index_item_5 li a .text {
    	padding: 5px 5px 10px;
    }
    .index_item_5 li a h2 {
    	font-size: 12px;
    	font-weight: normal;
    	line-height: 16px;
    	height: 32px;
    	margin: 0;
    }
    .index_item_5 li a p {
    	display: none;
    }
    .index_item_5 li a .img {
    	border-width: 2px;
    }    

    .index_item_6 .inner{width:94%;}
    /*.index_item_6 .fp-slides .slide{position:relative;padding:10px;}
    .index_item_6 .fp-slides .slide .li{width:345px;margin:0 auto;}
    .index_item_6 .fp-slides .slide .li_inner{display:block;padding:5px;background:#fff;max-height:445px;overflow:hidden;}
    .index_item_6 .fp-slides .slide .li_inner .img{position:relative;width:100%;overflow:hidden;}
    .index_item_6 .fp-slides .slide .li_inner img{width:100%;}
    .index_item_6 .fp-slides .slide .more{position:absolute;width:100%;height:35px;line-height:35px;text-align:center;font-size:14px;color:#fff;left:0;bottom:-60px;background:#EB9C21;}
    .index_item_6 .fp-slides .slide h4{font-size:16px;font-weight:700;margin-bottom:8px;}
    .index_item_6 .fp-slides .slide .en{font-size:12px;color:#666;}
    .index_item_6 .fp-slides .slide .txt{position:absolute;top:15px;left:15px;}
    .index_item_6 .fp-slides .slide.colorfff .txt{color:#fff;}
    .index_item_6 .fp-slides .slide.colorfff .en{color:#fff;}
    .index_item_6 .fp-slides .slide .li_inner:hover .more{bottom:0;}
    .index_item_6 .fp-slidesNav.bottom{bottom:17%;}*/


    .s6_culture{width:92%;height:auto;margin-top:5vh;padding:10px;}
    .s6_culture .ch {
    	font-size: 14px;
    	background-size: 14px auto;
    	padding-right: 20px;
    }
    .s6_culture .img{width:100%;height:auto;}
    .s6_culture .img img{min-height:auto;}
	
	.s6_culture .txt {
		position: static;
		margin-top: 10px;
	}

	.caseSection{display:none;}

}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.index_item_1 .text {
		height: 72px;
		-webkit-line-clamp: 3;
	}
	.index_item_1 ul {
		display: none;
	}
	.divLeft li {
		width: 25%;
	}
	.index_item_4 .tit .txt {
		display: none;
	}
	.index_item_5 ul li {
		width: 25%;
	}
	.index_item_5 ul li:nth-child(n+3) {
		display: block;
	}
	.index_item_5 li a h2 {
		height: 16px;
		-webkit-line-clamp: 1;
	}
	.s6_culture {
		width: 80%;
	}
	.s6_culture .img {
		height: 100px;
	}
}

@media only screen and (min-width:0px) and (max-width:479px){
    .banner .swiper-button{width:10px;height:17px;}
    .banner .swiper-button-prev{left:10px;}
    .banner .swiper-button-next{right:10px;}
    
    .index_item_6 .inner{top:25vh;}

}


@media (min-width: 1200px) and (max-height: 885px) {
	.index_item .tit h1 {
    	font-size: 24px;
    	line-height: 30px;
    }
    .index_item .tit span {
    	font-size: 18px;
    	line-height: 24px;
    }
    .index_item .tit p {
    	font-size: 16px;
    }    
    .index_item .more {
    	width: 150px;
    	height: 46px;
    	line-height: 46px;
    	font-size: 14px;
    	margin-top: 40px;
    }
    .index_item_4 .tit .txt {
    	font-size: 16px;
    	line-height: 24px;
    }
    .caseSection {
    	height: 400px;
    }
    .s6_culture {
	     width: 1000px; 
	    height: 415px;
	    padding-bottom: 80px;
	}
    .s6_culture .ch {
    	font-size: 24px;
    	background-size: 24px auto;
    	padding-right: 40px;
    }
}
@media (min-width: 1200px) and (max-height: 768px) {
	.index_item .inner {
		top: 25vh;
	}
	.index_item_1 .text {
    	font-size: 14px;
    	line-height: 24px;
    	height: 72px;
    	margin: 30px 0;
    }
    .index_item_1 ul li {
    	padding: 0 15px;
    }
    .index_item_1 ul li a {
    	font-size: 14px;
    }
    .index_item_1 ul li .icon {
    	border-width: 1px
    }
    .divLeft .content {
    	width: 80%;
    }
    .divLeft ul {
    	margin-top: 30px;
    }
    .divLeft li {
    	padding: 20px 10px;
    }
    .divLeft li p {
    	font-size: 16px;
    }
    .divLeft li .icon {
    	width: 60px;
    }
	.index_item_5 .inner {
		width: 970px;
	}
	.index_item_5 ul li {
		padding: 0 10px;
	}
	.index_item_5 li a h2 {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}
	.index_item_5 li a p {
		font-size: 12px;
	}
	.caseSection {
		width: 60%;
		height: 300px;
	}
	.s6_culture {
		width: 700px;
		height: 340px;
	}
}
@media (min-width:768px) and (max-height:768px){
    .index_item .tit h1 {
    	font-size: 20px;
    	line-height: 24px;
    }
    .index_item .tit span {
    	font-size: 16px;
    	line-height: 20px;
    }
    .index_item .tit p {
    	font-size: 14px;
    	line-height: 20px;
    }    
    .index_item .more {
    	width: 150px;
    	height: 46px;
    	line-height: 46px;
    	font-size: 14px;
    	margin-top: 40px;
    	border-width: 1px;
    }
    .index_item_4 .tit .txt {
    	font-size: 14px;
    	line-height: 20px;
    }
    .s4_nav{height:40px;line-height:38px;margin-bottom:0;}
    .s4_nav li{font-size:14px;}
    .s6_culture .ch {
    	font-size: 20px;
    	background-size: 20px auto;
    	padding-right: 30px;
    }
}
@media (min-width: 992px) and (max-height: 600px) {	
	.index_item_1 .text {
		margin: 30px 0;
	}
	.divLeft ul {
    	margin-top: 30px;
    }
    .divLeft li{padding:20px 8px;}
    .divLeft li .icon {
    	width: 50px;
    }
    .divLeft li p {
    	font-size: 14px;
    }
	.caseSection {
		width: 60%;
	}
	.index_item_5 li a .text {
		padding: 10px 10px 20px;
	}
	.index_item_5 li a h2 {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin: 0;
	}
	.index_item_5 li a p {
		display: none;
	}
	.s6_culture {
		width: 700px;
		height: 280px;
	}
}
@media (min-width: 768px) and (max-height: 600px) {
	.index_item .inner{top:20vh;}
	.caseSection {
		height: 240px;
		margin-top: 20px;
	}
}




@media (min-width: 1200px) {
	.container{width: 1130px;}
}
@media (min-width: 1450px) {
	.container{width: 1330px;}
}
@media (min-width: 1650px) {
	.container{width: 1530px;}
}

.index_title{text-align:center;margin-bottom:30px;display: flex;justify-content: center;}
.index_title em{font-size:20px;text-transform: uppercase;color:#0068B7;font-family: arial;}
.index_title p{color:#666;margin-top:10px;}
.index_title .h2{font-size:16px;margin-top:5px;}
.section .index_title{transform:scale(0)}
.section .index_title{opacity:1;transform:none;transition-delay:.5s}
.index_href{text-align: center;margin-top:30px;}
.index_href>a{position: relative;width:180px;display: inline-block;text-align: center;font-size:16px;text-transform: uppercase;border:1px solid #999;line-height:20px;padding:14px;transition: all 0.5s;}
.index_href>a>span{position: relative;}
.index_href>a:before{content: '';position: absolute;width:0;height:100%;left:0;top:0;background:#0068B7;transition: all 0.5s;}
.index_href>a:hover{border-color:#0068B7;color:#fff;box-shadow: 1px 2px 5px rgba(255,255,255,0.3);}
.index_href>a:hover::before{width:100%;}
.section .index_href{transform: translateY(100%);}
.section.active .index_href{transform: none;opacity: 1;}
@media (min-width:768px){
	.section .index_title{margin-bottom:40px;}
	.section .index_href{margin-top:40px;}
	.index_title em{font-size:24px;}
}
@media (min-width:992px){
	.index_title em{font-size:26px;}
	.index_title p{font-size:16px;margin-top:15px;}
	.index_title .h2{font-size:18px;margin-top:10px;}
	.index_href>a{width:200px;padding:16px;}
}
@media (min-width:1200px){
	.index_title em{font-size:30px;}
	.index_title .h2{font-size:20px;}
}
@media (min-width: 1450px){
	.section .index_title{margin-bottom:60px;}
	.section .index_href{margin-top:60px;}
	
	.index_title em{font-size:32px;}
	.index_title .h2{font-size:22px;}
	.index_href>a{width:220px;padding:20px;}
}
@media (min-width: 1600px){
	.index_title em{font-size:36px;}
	.index_title .h2{font-size:24px;}
}



html,body{height:100%;}
em,i{font-style:normal}
input,textarea,img,button,select{outline: none;color:#333;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,dl{margin:0}
ul{padding:0;margin:0;}
a{color:#333;}
a:focus,a:hover{text-decoration:none;color:#333;}
textarea{resize: none;}
.Animation{-webkit-transition:all 0.7s;transition:all 0.7s;opacity:0;-webkit-transition-delay:.3s;transition-delay:.3s}
.section1{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.img{position:relative;overflow:hidden;}
.img img{display:block;width:100%;transition:all .5s}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}


.indexPadding{padding-top:60px;}
.index_body{padding-top: 0!important;}
@media (max-width: 767px) {
	.PC_show{display:none!important;}
	.section1 .container{width:100%;}
}
@media (min-width: 768px) {
	.Min_show{display:none!important;}
	body,.indexPadding{padding-top:70px;}
}
@media (min-width: 992px) {
	body,.indexPadding{padding-top:80px;}
}
@media (min-width: 1200px) {
	.container{width: 1130px;}
}
@media (min-width: 1450px) {
	.container{width: 1330px;}
}
@media (min-width: 1650px) {
	.container{width: 1530px;}
}

/*foot*/
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.png) no-repeat center;background-size:contain;position:fixed;right:5px;bottom:50px;cursor:pointer;display:none;transition:all .5s;z-index: 2;}
.footer{background-color:#1f1f1f;color:#e5e5e5;width:100%;left:0;bottom:0;}
.footer a{color:#e5e5e5;}
.footer a:hover{color:#e5e5e5;}
.copyright{line-height:20px;padding:10px 0;text-align: center;font-size:12px;}
.copyright a{display:inline-block;}
.copyright a:hover{color:#e5e5e5;text-decoration: underline;}
.copyright img{display:inline-block;vertical-align:middle}
@media (max-width: 767px) {
	.gotop{width:30px;height:30px}
}
@media (min-width: 1200px) {
	.copyright{padding:20px 0;font-size:14px;}
}


.navbar-default {
	background-color:#ffffff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: 0 0 12px rgba(0,0,0,.3);
	transition: all 0.5s;
}
.navbar-brand {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:0;
	display: block;
}
.navbar-brand img {
	display: block;
	height: 50px;
	transition: all 0.5s;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #0068B7;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	line-height:20px;
	display: block;
	color: #333;
	text-transform: uppercase;
	transition: all .5s;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #0068B7;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a{font-weight: 700;}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: calc(100vh - 60px);
	height: calc(100vh - 60px);
}

.header .container{position: relative;}

.navbar-default .navbar-nav>li>.dropdown-pc{display: none;}
.navbar-default .navbar-nav>li>.dropdown-min{display: block;}
.navbar-default .dropdown-menu{border:none;left:50%;right:auto;background:rgba(255,255,255,0.95);top:100%;padding:0;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.navbar-default .dropdown-menu a{font-size:13px;padding:12px 10px;text-align:center;border-bottom:1px solid rgba(0,0,0,0.1);-webkit-transition:all .5s;transition:all .5s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.navbar-default .dropdown-menu li:last-child a{border-bottom:none;}
.navbar-default .dropdown-menu a:hover{color:#0068B7;background: transparent;}



.bg .navbar-default{background-color:transparent;box-shadow: none;}
.bg .navbar-default .navbar-nav>li>a{color:#fff;}
.bg .navbar-top-search{background-image: url(../images/icon/searchW.png);}
.bg .navbar-top-btns a{color:#fff;}

.header.bg .navbar-default:hover{background-color:#fff;box-shadow: 0 0 12px rgba(0,0,0,.3);}
.header.bg .navbar-default:hover .navbar-nav>li>a{color:#333;}
.header.bg .navbar-default:hover .navbar-top-search{background-image: url(../images/icon/search.png);}
.header.bg .navbar-default:hover .navbar-top-btns a{color:#5f5f5f;}
.header.bg .navbar-default:hover .navbar-top-btns a:hover,
.header.bg .navbar-default:hover .navbar-top-btns a.active{color:#fff;}
@media (max-width: 991px) {
	.navbar-header{float:none;}
	.navbar-default .navbar-toggle{margin:19px 10px;display: block;}
	.navbar-collapse{border-top:1px solid #ccc;}
	.navbar-collapse.collapse{display: none!important;}
	.navbar-collapse.collapse.in{overflow-y:auto!important;display: block!important;}
	.navbar-default .navbar-nav{float:none!important;margin:0 0 15px;}
	.navbar-default .navbar-nav>li{float:none;padding:0;}
	.navbar-default .navbar-nav>li>a{padding:12px 10px;border-bottom:1px solid #ccc}
	.navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover{border-bottom-color:#ccc;}
	
	/* äºŒçº§å¯¼èˆª */
	.navbar-default .dropdown-menu{position: static;width:100%;margin:0;float:none;-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);box-shadow: 0 0 0 rgba(0,0,0,0);background:none;padding:0;-webkit-transform: translateX(0);transform: translateX(0);}
	.navbar-default .dropdown-menu li{padding:0;border-bottom:1px #e7e7e7 dashed;}
	.navbar-default .dropdown-menu a{position: relative;font-size:13px;padding:7px 15px 7px 25px;text-align:left;border-bottom:none;}
	.navbar-default .navbar-nav .dropdown-menu>li>a{line-height:25px;}
	.navbar-default .dropdown-menu a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#0068B7;background:none;}
	
	.bg2 .navbar-default{background-color:#fff;box-shadow: 0 0 12px rgba(0,0,0,.3);}
	.bg2 .navbar-default .navbar-nav>li>a{color:#333;}
	.bg2 .navbar-default .nav>li>a:focus,
	.bg2 .navbar-default .nav>li>a:hover,
	.bg2 .navbar-default .navbar-nav>.open>a,
	.bg2 .navbar-default .navbar-nav>.open>a:focus,
	.bg2 .navbar-default .navbar-nav>.open>a:hover,
	.bg2 .navbar-default .navbar-nav>.active>a,
	.bg2 .navbar-default .navbar-nav>.active>a:focus,
	.bg2 .navbar-default .navbar-nav>.active>a:hover{color: #0068B7;background-color: transparent;border-bottom-color:#0068B7;}
	
	.bg2 .navbar-top-search{background-image: url(../images/icon/search.png);}
	.bg2 .navbar-top-btns a{color:#5f5f5f;}
}
@media (max-width: 767px) {
	.navbar-brand{padding-top:10px;padding-bottom:10px;}
	.navbar-brand img{height:40px;}
	.navbar-default .navbar-toggle{margin:14px 10px;}
	.navbar-nav{margin-left:0;margin-right:0;}
	.navbar-default .navbar-nav>li>a{padding:10px 0;}
	
	
}
@media (max-width: 360px) {
	.navbar-brand{padding-top:15px;padding-bottom:15px;}
	.navbar-brand img{height:30px;}
}
@media (min-width: 768px) and (max-width:991px) {
	.header .navbar-fixed-bottom .navbar-collapse,
	.header .navbar-fixed-top .navbar-collapse {
		max-height: calc(100vh - 70px);
		height: calc(100vh - 70px)!important;
	}
}
@media (min-width: 768px) {
	.navbar-brand{padding-top: 10px;padding-bottom: 10px;}
	.navbar-brand img{height: 50px;}
}

@media (min-width: 992px) {
	.header>.navbar-default>.container{position: relative;display: flex;align-items: center;justify-content: space-between;}
	.header>.navbar-default>.container:before,
	.header>.navbar-default>.container:after{display: none;}
	
	.navbar-default .navbar-nav{float:none;display: flex;align-items: flex-start;justify-content: center;}
	.navbar-default .navbar-nav:before,
	.navbar-default .navbar-nav:after{display: none;}
	
	.navbar-brand{padding-top: 10px;padding-bottom: 10px;}
	.navbar-default .navbar-nav>li{padding: 0 3px;}
	.navbar-default .navbar-nav>li>a{padding:30px 5px;}

	.navbar-default .navbar-nav>li>.dropdown-pc{display: block;}
	.navbar-default .navbar-nav>li>.dropdown-min{display: none;}
	.navbar-default .dropdown-menu{min-width:130px;}
	
	.headerEffect .navbar-brand{padding-top: 5px;padding-bottom: 5px;}
	.headerEffect .navbar-default .navbar-nav>li>a{padding-top:30px;padding-bottom:30px;}
}
@media (min-width: 1200px) {
	.navbar-brand{padding-top: 20px;padding-bottom: 20px;}
	.navbar-default .navbar-nav>li{padding: 0 5px;}
	.navbar-default .navbar-nav>li>a{padding:35px 7px;font-size:16px}

	.navbar-default .dropdown-menu{min-width:140px;}
	.navbar-default .dropdown-menu a{font-size:14px;}
	
}
@media (min-width: 1450px) {
	.navbar-brand img{height:60px}
	.navbar-default .navbar-nav>li>a{padding:40px 15px;}

	.navbar-default .dropdown-menu{min-width:150px;}
}
@media (min-width: 1650px) {
	.navbar-default .navbar-nav>li>a{padding-left:20px;padding-right:20px;}
}

/* æœç´¢ */
.navbar-top-other>div{overflow: hidden;display: flex;align-items: center;justify-content: flex-end;}
.nto-1>div{float:left;display: flex;align-items: center;}
.navbar-top-search{cursor: pointer;width:30px;height:30px;background-image: url(../images/icon/search.png);background-position: center;background-repeat: no-repeat;}
.navbar-top-search>img{width:30px;height:30px;}
.navbar-top-btns{margin-left:10px;}
.navbar-top-btns a{color:#5f5f5f;font-size:16px;display: inline-block;line-height:30px;padding:0 10px;border-radius: 4px;margin-left:10px;cursor: pointer;transition: all .3s;}
.navbar-top-btns a:hover,
.navbar-top-btns a.active{background:#0068B7;color:#fff;}

.top-search form{position:relative;-webkit-transition:all .5s;transition:all .5s}
.top-search form input{display:block;width:100%;height:36px;background-color:#1f1f1f;border:0;padding:0 15px 0 40px;color:#fff;outline:0}
.top-search form button{position:absolute;top:0;left:0;z-index:1;border-radius:0;border:0;background-image:url(../images/icon/searchW.png);background-size:24px;background-position: center;background-repeat: no-repeat;background-color: transparent;width:32px;height:100%;padding:0;outline:0!important}
.search-link{padding:20px 40px;-webkit-transition:all .5s;transition:all .5s}
.search-link .h3{font-size:14px;color:#888;margin:0 0 8px;flex:0 0 auto}
.search-link-list{list-style:none;padding:0;margin:0;max-height:100%;overflow-y:auto}
.search-link-list::-webkit-scrollbar{width:2px;height:2px}
.search-link-list li a{display:block;color:#fff;padding:10px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.search-link-list li+li a{border-top:1px #1f1f1f solid}
.search-link-list li a:hover{color:#0068B7}
.searchview-close{position:absolute;right:0;top:0;height:36px;border:0;background-color:transparent;color:#fff;padding:0;outline:0;-webkit-transition:all .2s;transition:all .2s;opacity:0;z-index: 6;}
.top-search~.searchview-close{width:38px;height:56px;right:0;top:80px;-webkit-transition-delay:35ms;transition-delay:35ms;visibility: hidden;}
.top-search~.searchview-close:hover{opacity:.65}
.searchview-close-wrapper{display:block;width:100%;height:100%}
.searchview-close-wrapper span{display:block;height:18px;width:1px;background-color:#fff;position:absolute;top:18px;z-index:3}
.searchview-close-wrapper .searchview-close-left{right:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}
.searchview-close-wrapper .searchview-close-right{left:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}
.search-curtain{width:100%;height:100%;background-color:rgba(0,0,0,.4);position:fixed;top:0;left:0;z-index: 5;display:none}
.search-show .search-link{display:flex;flex-direction:column}
.search-show .searchview-close{opacity:1;}
.search-show .top-search~.searchview-close{-webkit-transition-delay:.455s;transition-delay:.455s;top:80px;right:15px;visibility: visible;}
html.noscroll,html.noscroll body{overflow:hidden!important;/* height:100%!important */}
/* html.noscroll{overflow-y:scroll!important} */

@media (max-width: 991px) {
	.navbar-top-other{position: absolute;top:15px;right:75px;}
	.nto-1>.navbar-top-search{display: none;}
	.navbar-top-btns{margin-left:0;}
	.top-search>.container{position: static;padding:0;width:100%;}
	
	.top-search form input{background:rgba(0,0,255,0.1)}
	.top-search form button{background-image:url(../images/icon/search.png);}
	.searchview-close{display: none;}
	.top-search-box{-webkit-transition:all .5s;transition:all .5s;position:static;left:0;right:0;top:50px;z-index:2;}
	.top-search{padding:10px;border-bottom:1px #ccc solid}
	.top-search-form{position:relative}
	.search-link{display:none;position:absolute;top:62px;right:0;left:0;z-index:2;height:0;padding:20px;}
	.top-search~.searchview-close{display:none!important}
	.search-show .top-search-box{position:fixed;top:0;height:100%;background-color:#151829}
	.search-show .top-search{padding-top:15px;border-bottom-color:#282828}
	.search-show .top-search form{margin-right:50px}
	.search-show .search-link{height:calc(100vh - 62px)}
	.search-show .searchview-close{display: block;}
	.search-show .navbar-nav{-webkit-transform:scale(.6);transform:scale(.6);visibility:hidden;opacity: 0;transition: all 0.5s;}
	
	.search-link-list li a{color:rgba(255,255,255,0.8)}
	.search-link-list li a:hover{color:#fff;}
}
@media (max-width: 767px) {
	.navbar-top-other{right:55px;}
	.navbar-top-btns a{font-size:14px;}
}
@media (min-width: 768px) {
	.navbar-top-other{top:22px;}
}
@media (min-width: 992px) {
	.navbar-top-btns a{margin-left:8px;}
	.top-search{position:absolute;left:0;top:80px;z-index:6;width:100%;height:calc(100vh - 80px);overflow:hidden;-webkit-transition:all .2s;transition:all .2s;-webkit-transition-delay:.455s;transition-delay:.455s;opacity:0;visibility: hidden;}
	.top-search form input{height:56px;padding-left:56px;padding-right:56px;}
	.top-search form button{width:50px;}
	.top-search-form .searchview-close{display:none}
	.search-link{background-color:#fff;padding-top:24px;max-height:calc(100% - 44px)}
	.search-link-list{padding:0 15px}
	.search-link-list li a{color:#333;padding:5px 0}
	.search-link-list li+li a{border-top:0}
	.search-link,.top-search-form{-webkit-transition:all .8s;transition:all .8s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;-webkit-transition-delay:35ms;transition-delay:35ms}
	.search-show .search-link,.search-show .top-search-form{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;-webkit-transition-delay:.315s;transition-delay:.315s;visibility: visible;}
	.search-show .search-link{-webkit-transition-delay:.385s;transition-delay:.385s}
	.search-show .top-search{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:35ms;transition-delay:35ms;opacity:1;top:80px;}
	.search-show .search-curtain{display:block}

}
@media (min-width: 1200px) {
	.navbar-top-btns{margin-left:20px;}
	.navbar-top-btns a{margin-left:10px;}
	.top-search form input{font-size:16px}
	
	.search-show .top-search,
	.top-search~.searchview-close,
	.search-show .top-search~.searchview-close{top:90px;}
	
	.headerEffect .search-show .top-search,
	.headerEffect .top-search~.searchview-close,
	.headerEffect .search-show .top-search~.searchview-close{top:80px;}
}
@media (min-width: 1450px) {
	.top-search{top:100px;height:calc(100vh - 100px);}
	.navbar-top-btns a{margin-left:15px;}
	
	.search-show .top-search,
	.top-search~.searchview-close,
	.search-show .top-search~.searchview-close{top:100px;}
}
@media (min-width: 1650px) {
	.navbar-top-btns{margin-left:30px;}
}



.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{outline: none;}


.index_title{text-align:center;margin-bottom:30px;display: flex;justify-content: center;}
.index_title em{font-size:20px;text-transform: uppercase;color:#0068B7;font-family: arial;}
.index_title p{color:#666;margin-top:10px;}
.index_title .h2{font-size:16px;margin-top:5px;}
.section1 .index_title{transform:scale(0)}
.section1.active .index_title{opacity:1;transform:none;transition-delay:.5s}
.index_href{text-align: center;margin-top:30px;}
.index_href>a{position: relative;width:180px;display: inline-block;text-align: center;font-size:16px;text-transform: uppercase;border:1px solid #999;line-height:20px;padding:14px;transition: all 0.5s;}
.index_href>a>span{position: relative;}
.index_href>a:before{content: '';position: absolute;width:0;height:100%;left:0;top:0;background:#0068B7;transition: all 0.5s;}
.index_href>a:hover{border-color:#0068B7;color:#fff;box-shadow: 1px 2px 5px rgba(255,255,255,0.3);}
.index_href>a:hover::before{width:100%;}
.section1 .index_href{transform: translateY(100%);}
.section1.active .index_href{transform: none;opacity: 1;}
@media (min-width:768px){
	.section1 .index_title{margin-bottom:40px;}
	.section1 .index_href{margin-top:40px;}
	.index_title em{font-size:24px;}
}
@media (min-width:992px){
	.index_title em{font-size:26px;}
	.index_title p{font-size:16px;margin-top:15px;}
	.index_title .h2{font-size:18px;margin-top:10px;}
	.index_href>a{width:200px;padding:16px;}
}
@media (min-width:1200px){
	.index_title em{font-size:30px;}
	.index_title .h2{font-size:20px;}
}
@media (min-width: 1450px){
	.section1 .index_title{margin-bottom:60px;}
	.section1 .index_href{margin-top:60px;}
	
	.index_title em{font-size:32px;}
	.index_title .h2{font-size:22px;}
	.index_href>a{width:220px;padding:20px;}
}
@media (min-width: 1600px){
	.index_title em{font-size:36px;}
	.index_title .h2{font-size:24px;}
}


@media (max-width:767px) and (orientation:portrait){

}



.img>.arrowIcon{position: absolute;width:60px;height:30px;background:#0068B7 url(../images/s1.png) no-repeat center;right:-100px;bottom:0;transition: all 0.5s;}
a:hover>.img>.arrowIcon{right:0;}



.section4 .swiper-pagination{bottom:0;}
.s4-swiper-container .h5{font-size:16px;font-weight: 700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.s4-swiper-container .text{position: relative;padding:25px 0;}
.s4-swiper-container .date{color:#666;margin:12px 0;}
.s4-swiper-container .p{color:#666;line-height: 30px;height:60px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden; font-size:15px;}
.s4-swiper-container .text:after{content: '';position: absolute;width:0;height:4px;background:#0068B7;left:0;bottom:0;transition: all 0.5s;}
.s4-swiper-container a:hover .img img{transform: scale(1.1);}
.s4-swiper-container a:hover .h5{color:#0068B7;}
.s4-swiper-container a:hover .text:after{width:100%;}

.s4-swiper-container .swiper-slide{-webkit-transition:all 0.7s;transition:all 0.7s;opacity:0;}
.s4-swiper-container .swiper-slide:nth-child(1){transform: translateY(100%);-webkit-transition-delay:.7s;transition-delay:.7s}
.s4-swiper-container .swiper-slide:nth-child(2){transform: translateY(100%);-webkit-transition-delay:.3s;transition-delay:.3s}
.s4-swiper-container .swiper-slide:nth-child(3){transform: translateY(100%);-webkit-transition-delay:.7s;transition-delay:.7s}
.section4 .index_href{-webkit-transition-delay:1.1s;transition-delay:1.1s}
.active .s4-swiper-container .swiper-slide{transform: none;opacity: 1;border-bottom: 1px solid #ddd;}
.s4-swiper-container .swiper-pagination{display: none;}
@media (max-width:767px){
	.s4-swiper-container .text:after{width:100%;}
}
@media (min-width:1200px){
	.s4-swiper-container .h5{font-size:18px;}
}
@media (min-width:1650px){
	.s4-swiper-container .h5{font-size:20px;}

}
/*æ¨ªå±*/
@media (max-width:767px) and (orientation:landscape){
	.s4-swiper-container .img{display: none;}
	.s4-swiper-container .text{border-top:1px solid #ccc;}
}

@media (min-width:768px) and (max-height:650px){
	.s4-swiper-container .text{padding-top:20px;padding-bottom:20px;}
	.s4-swiper-container .p{height:40px;-webkit-line-clamp:2;}
	.s4-swiper-container .date{margin:8px 0;}
}





@media (min-width: 768px) {
	.Min_show{display:none!important;}
	body,.indexPadding{padding-top:70px;}
}
@media (min-width: 992px) {
	body,.indexPadding{padding-top:80px;}
}
@media (min-width: 1200px) {
	.container{width: 1130px;}
}
@media (min-width: 1450px) {
	.container{width: 1440px;}
}
@media (min-width: 1650px) {
	.container{width: 1530px;}
}


.swiper-container {
/* margin:0 auto; *//* position:relative; *//* overflow:hidden; *//* list-style:none; *//* padding:0; *//* z-index:1; */
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
/* position:relative; *//* width:100%; *//* height:100%; *//* z-index:1; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
/* display:flex; */
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
/* transition-property:transform,-webkit-transform; */
	-webkit-box-sizing: content-box;
/* box-sizing:content-box; */
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
/* position:relative; *//* -webkit-transition-property:-webkit-transform; */
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}


.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.indexItem{padding:40px 0;width:100%;overflow: hidden;}
.indexTitle{margin-bottom:35px;text-align: center;display: flex;flex-direction: column;align-items: center;}


.indexTitle .h3{line-height:1;font-size:14px;font-family: arial;text-transform: uppercase;margin-top:15px;color:#707070;}
.indexTitle .h3>span{position: relative;padding:0 10px;}
.indexTitle .h3>span:before{content: '';display: block;position: absolute;width:1px;height:10px;background:#707070;left:0;top:50%;margin-top:-5px;transform: rotate(15deg);}
.textColor,
.textColor .indexTitle,
.textColor .indexTitle .h2,
.textColor .indexTitle .h3,
.textColor .InfoContent{color:#fff;}
@media (max-width: 479px) {

}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.indexItem{padding:50px 0;}
	.indexTitle{margin-bottom:45px;}
}
@media (min-width: 1200px) {
}
@media (min-width: 1450px) {
	.indexTitle{margin-bottom:55px;}
}
@media (min-width: 1650px) {

}

