/* Slider */
.slick-slider
{
    position:relative;

    display:block;
    box-sizing:border-box;

    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;

    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
        touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
}

.slick-list
{
    position:relative;

    display:block;
    overflow:hidden;

    margin:0;
    padding:0;
}
.slick-list:focus
{
    outline:none;
}
.slick-list.dragging
{
    cursor:pointer;
    cursor:hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform:translate3d(0, 0, 0);
       -moz-transform:translate3d(0, 0, 0);
        -ms-transform:translate3d(0, 0, 0);
         -o-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0);
}

.slick-track
{
    position:relative;
    top:0;
    left:0;

    display:block;
    margin-left:auto;
    margin-right:auto;
}
.slick-track:before,
.slick-track:after
{
    display:table;

    content:'';
}
.slick-track:after
{
    clear:both;
}
.slick-loading .slick-track
{
    visibility:hidden;
}

.slick-slide
{
    display:none;
    float:left;

    height:100%;
    min-height:1px;
}
[dir='rtl'] .slick-slide
{
    float:right;
}
.slick-slide img
{
    display:block;
}
.slick-slide.slick-loading img
{
    display:none;
}
.slick-slide.dragging img
{
    pointer-events:none;
}
.slick-initialized .slick-slide
{
    display:block;
}
.slick-loading .slick-slide
{
    visibility:hidden;
}
.slick-vertical .slick-slide
{
    display:block;

    height:auto;

    border:1px solid transparent;
}
.slick-arrow.slick-hidden {
    display:none;
}


.slick-dots
{
    position:absolute;
    bottom:-25px;

    display:block;

    width:100%;
    padding:0;
    margin:0;

    list-style:none;

    text-align:center;
}
.slick-dots li
{
    position:relative;

    display:inline-block;

    width:20px;
    height:20px;
    margin:0 5px;
    padding:0;

    cursor:pointer;
}
.slick-dots li button
{
    font-size:0;
    line-height:0;

    display:block;

    width:20px;
    height:20px;
    padding:5px;

    cursor:pointer;

    color:transparent;
    border:0;
    outline:none;
    background:transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline:none;
}
.slick-dots li button:hover:before,
/*.slick-dots li button:focus:before
{
    opacity:1;
}*/
.slick-dots li button:before
{
    font-family:'slick';
    font-size:6px;
    line-height:20px;

    position:absolute;
    top:0;
    left:0;

    width:20px;
    height:20px;

    content:'鈥�';
    text-align:center;

 /*   opacity:.25;*/
    color:black;

    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
/*.slick-dots li.slick-active button:before
{
    opacity:.75;
    color:black;
}*/
/*banner鑳屾櫙鍥剧墖鍔ㄧ敾*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background:#f7f7f7;
}
@media all and (max-width:1024px) {
.index_main{width:1240px;}
}
.index_main .section1{
	position:relative;
}
.index_main .section1 .index_banner .item{
	background-size:cover;
	-webkit-background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:100vh;
	position:relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility:visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:0;
}
.index_main .section1 .index_banner .items:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position:absolute;
	top:44%;
	right:10px;
	left:10px;
	opacity:0; 
	transform:translateY(40px);
	-webkit-transform:translateY(40px); 
	-webkit-transition:all 500ms ease; 
	transition:all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity:1; 
	-webkit-transform:translateY(0); 
	transform:translateY(0); 
	-webkit-transition-delay:100ms; 
	transition-delay:100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size:28px;
	color:#fff;
	text-align:center;
	font-family:'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color:#fff;
	font-size:56px;
	font-weight:500;
	text-align:center;
	letter-spacing:5px;
	text-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color:#f5c920;
	display:inline-block;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: hsla(0, 0%, 100%, .8);
    font-size: 24px;
    text-shadow: 0 2px 20px rgb(0 0 0 / 10%);
	text-align:center;
	margin-top:18px;
	letter-spacing:3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height:100%;
	background-color:transparent;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	font-size:0;
	outline:none;
	border:0;
}
.index_main .section1 .left{
	left:0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity:1;
	visibility:visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width:20px;
	height:36px;
	background-repeat:no-repeat;
	background-position:center;
	margin-top:-18px;
	position:absolute;
	top:50%;
	cursor:pointer;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity:0;
	visibility:hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../images/ban_next_hover.png);
}
.index_main .section1 .number{
	position:absolute;
	bottom:8%;
	left:50%;
	padding-bottom:5px;
	border-bottom:1px solid rgba(255,255,255,0.2);
	display:table;
	padding:0 20px;
	width:auto;
	text-align:center;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.index_main .section1 .number span{
	font-family:"Myriad Pro","Microsoft YaHei";
	font-size:14px;
	color:#fff;
	margin-right:100px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right:0;
}
.index_main .section1 .number span:after{
	content:"";
	display:inline-block;
	width:0;
	height:2px;
	background:#fff;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	bottom:-20px;
	opacity:0;
	visibility:hidden;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width:100%;
	opacity:1;
	visibility:visible;
}

.index_main .section2{
	background:#f5f5f5;
}
.index_main .section2 h3{
	text-align:center;
}
.index_main .section3{
	width:100%;
	height:100%;
	background:url(../images/3.jpg) no-repeat;
	background-size:100% 100%;
}
.index_main .section3 h3{
	text-align:center;
}
.index_main .section4{
	background:#f5f5f5;
}
.index_main .section4 h3{
	text-align:center;
}

@media only screen and (max-width:1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size:28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size:60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size:20px;
	}
}
@media only screen and (max-width:1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size:28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size:60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size:20px;
	}
}
@media only screen and (max-width:1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size:24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size:40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size:18px;
	}
}
@media only screen and (max-width:1300px){

}
@media only screen and (max-width:1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size:24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size:40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size:18px;
		margin-top:5px;
	}
}
@media only screen and (max-width:992px){
	.index_main .section1 .index_banner .item{
		height:100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left:0;
		right:0;
		margin:0 auto;
		padding:0 20px;
		top:42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display:none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position:absolute;
    	bottom:12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width:12px;
    	height:12px;
    	border-radius:50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display:none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background:#fff;
    }
	.index_main .section1 .number{
		bottom:12%;
		display:none;
	}
	.index_main .section1 .number span{
		margin-right:22px;
	}
	.index_main .section1 .number span:after{
		bottom:-14px;
	}

}
@media only screen and (max-width:767px){
    
}
@media only screen and (max-width:340px){
 
}
@media only screen and (max-width:320px){
	
}
/*--waves_wrap*/
.waves_wrap{
position:absolute;
overflow:hidden;
top:0;left:0;
width:100%;
height:100vh;
}
.waves_go{position:absolute;z-index:0;top:50%;left:50%;margin-left:-251px;margin-top:-250px;width:500px;height:500px;}
.waves_go:after{content:"";position:absolute;width:500px;height:500px;left:50%;top:50%;background:url(../img/past.png) no-repeat center;background-size:100%;animation:30s linear 0s normal none infinite rotate;top:0;left:0;}
/*--hot_f--  text-overflow:ellipsis;*/
.ihot{padding:50px 0 59px 0;}
.hot_f{width:1200px;margin:0 auto;}
.hot_f ul{display:flex;flex-wrap:wrap;justify-content:space-between;}
.hot_f ul li{display:inline-block;width:277.5px;margin-bottom:30px;text-align:center;position:relative;}
.hot_f ul li span{display:table-cell;vertical-align:middle;width:277.5px;height:160px;overflow:hidden;}
.hot_f ul li span img{max-width:100%;max-height:160px;}
.hot_f ul li div{display:block;background:#f7f7f7;text-align:left;margin-top:10px;padding:20px 20px;}
.hot_f ul li div b{display:block;font-size:16px;line-height:16px;font-weight:500;}
.hot_f ul li div em{display:block;font-size:14px;color:#969696;padding:14px 0;}
.hot_f ul li div p{display:block;font-size:12px;padding-bottom:10px;color:#999;white-space:nowrap;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    overflow:hidden;position:relative;}
.hot_f ul li div p:before {
    content: "";
    width:48px;
    height:2px;
    background:#999;
    position: absolute;
    /* top: 0; */
    bottom:0;
    left: 0;
    display: block;
    margin: auto;
}


.hot_f ul li a{display:block;}
.hot_f ul li a:hover{text-decoration:none;}
.hot_f ul li a:hover span:before{
	content: "";
    width:273.5px;
	height:180px;
    border:2px solid #e62129;
    position: absolute;
    top:0;
    left: 0;
    display: block;
    margin: auto;
	}
.hot_f ul li a:hover div{background:#e62129;color:#fff;}
.hot_f ul li a:hover div em{color:#fff;}
.hot_f ul li a:hover div p{color:#fff;}
.hot_f ul li a:hover div p:before{background:#fff;}
/*--isolution--*/
.isolution{padding:50px 0 84px 0;position:relative;background:#f7f7f7;}
.isolution_bg{background:#f7f7f7;position:absolute;left:0;top:0;width:100%;height:290px;}
.isolution_li{width:1210px;margin:0 auto;overflow:hidden;}
.isolution ul{display:block;width:1280px;padding:0 5px 5px 5px;text-align:center;position:relative;}
.isolution ul li{display:block;width:320px;padding:37px 30px 60px 30px;float:left;margin:0 30px 0 0;background:#fff;border-radius:4px;}
.isolution ul li h5{display:block;font-size:16px;line-height:80px;width:80px;margin:0 auto;height:80px;border:1px solid #ddd;border-radius:100%;font-weight:600;color:#e62129;}
.isolution ul li strong{display:block;font-size:15px;font-weight:500;line-height:37px;color:#666;}
.isolution ul li p{display:block;line-height:21px;color:#888;}
/*--igdl--*/
.igdl{background:#f7f7f7;padding:50px 0 89px 0;overflow:hidden;}
/*数据统计滚动*/
.product-number-info {position:relative;}
.product-number-info .product-number-inner {width:1200px;margin:0 auto;}
.product-number-info ul {}
.product-number-info ul.q:after {content:"";clear:both;display:table;}
.product-number-info li {float:left;width:240px;padding:55px 0 0 0;text-align:center;}
.product-number-info li.li-1{background:url(../img/ig_1.png) no-repeat center top;}
.product-number-info li.li-2{background:url(../img/ig_2.png) no-repeat center top;}
.product-number-info li.li-3{background:url(../img/ig_3.png) no-repeat center top;}
.product-number-info li.li-4{background:url(../img/ig_4.png) no-repeat center top;}
.product-number-info li.li-5{background:url(../img/ig_8.png) no-repeat center top;}
.product-number-info li b {font-weight:600;font-size:16px;display:inline-block;position:relative;margin:17px 0 22.8px 0;}
.product-number-info li b i {font-style:normal;font-weight:600;}
.product-number-info li b sup {position:absolute;font-size:22px;}
.product-number-info li b em {font-style:normal;font-weight:600;padding-left:2px;}
.product-number-info li p {color:#888;}
/*--i_more--*/
.i_more{width:1200px;margin:60px auto 0 auto;text-align:center;}
.i_more a{display:block;width:180px;line-height:46px;text-align:center;margin:0 auto;color:#666;border:1px solid #ccc;-webkit-transition: all .5s;transition: all .5s;background: -webkit-linear-gradient(left, #e62129, #e62129) no-repeat;background: linear-gradient(to right, #e62129, #e62129) no-repeat;background-size: 0% 100%;border-radius:30px;}
.i_more a:hover{text-decoration:none;color:#fff;border:1px solid #e62129;background-size: 100% 100%;}
/*--links--*/
.links_tit{width:1200px;margin:50px auto 0 auto;color:#666;}
.links_tit a{color:#666;margin-right:10px;font-size:16px;}
.links_tit a:hover{text-decoration:none;}
.links_tit a.osel{font-weight:600;color:#333;}
.links_tit a.qqonline{margin:0 0 0 10px;display:inline-block;width:70px;padding-left:15px;line-height:22px;text-align:center;border:1px solid #ccc;background:url(../images/info.png) no-repeat 8px center;border-radius:30px;font-size:12px;color:#777;}
.links_tit a.qqonline:hover{border:1px solid #e62129;color:#e62129;}

.links_tit_li{display:inline-block;}
.links_wrap{padding:0 0 62px 0;color:#888;}
.links{display:none;width:1200px;min-height:196px;margin:0 auto;padding:27px 0 20px 0;font-size:14px;line-height:28px;text-align:justify;}
.links a {margin:0 10px 0 0;color:#888;}
.links a:hover{color:#e62129;}
@media all and (max-width:1024px) {.igdl{width:1200px;padding:80px 20px 120px 20px;}.inews{width:1200px;padding:80px 20px 90px 20px;}.links_tit{width:1200px;padding:0 20px;}.links_wrap{width:1200px;padding:0 20px 120px 20px;}