@charset "utf-8";

html {
    background:white;
    color:black;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
/*body,button,input,select,textarea {
    font:12px \5b8b\4f53,arial,sans-serif;
    font-family: "微软雅黑";
}*/
input,select,textarea {
    font-size:100%;
}
/* 常用字体标签去掉加粗 */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
/*h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}*/
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:none;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
  /*   height:0; */
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
img{
    display: block;
}









.head_box  .banner_ic02,.head_box  .banner_ic03,.head_box  .banner_ic04,.head_box  .banner_ic05,.head_box  .banner_ic06,.head_box  .banner_ic07,.head_box  .banner_ic08,.head_box  .banner_ic09,.head_box  .banner_ic10,.head_box  .banner_ic11{position: absolute; left:-250px; top:0; width: auto; max-width: 100%;}
.head_box  .banner_ic02{	
	display: inline-block;
	width: 16.35%;

	    margin-top: 2%;
	-webkit-animation:cloud_move 8s linear alternate infinite;
	-moz-animation:cloud_move 8s linear alternate infinite;
	-o-animation:cloud_move 8s linear alternate infinite;
	-ms-animation:cloud_move 8s linear alternate infinite;
	animation:cloud_move 30s linear alternate infinite;
}

@-webkit-keyframes cloud_move{
	0%{
		left:1%;
	}
	
	100%{
		left:80%;
	}
}
@-moz-keyframes cloud_move{
	0%{
		left:1%;
	}
	
	100%{
		left:30%;
	}
}
@-o-keyframes cloud_move{
	0%{
		left:1%;
	}
	
	100%{
		left:30%;
	}
}
@-ms-keyframes cloud_move{
	0%{
		left:1%;
	}
	
	100%{
		left:30%;
	}
}
@keyframes cloud_move{
	0%{
		left:-20%;
	}
	
	100%{
		left:30%;
	}
}




.head_box  .banner_ic03{	display: inline-block;
	width: 11.6%;
	margin-top:3%;
	-webkit-animation:cloud_move_b 8s linear alternate infinite;
	-moz-animation:cloud_move_b 8s linear alternate infinite;
	-o-animation:cloud_move_b 8s linear alternate infinite;
	-ms-animation:cloud_move_b 8s linear alternate infinite;
	animation:cloud_move_b 50s linear alternate infinite;
}

@-webkit-keyframes cloud_move_b{
	0%{
		left:40%;
	}
	
	100%{
		left:60%;
	}
}
@-moz-keyframes cloud_move_b{
	0%{
		left:40%;
	}
	
	100%{
		left:60%;
	}
}
@-o-keyframes cloud_move_b{
	0%{
		left:40%;
	}
	
	100%{
		left:60%;
	}
}
@-ms-keyframes cloud_move_b{
	0%{
		left:40%;
	}
	
	100%{
		left:60%;
	}
}
@keyframes cloud_move_b{
	0%{
		left:110%;
	}
	
	100%{
		left:40%;
	}
}



.head_box  .banner_ic04{	display: inline-block;
	width: 31%;
	top:80%;
	-webkit-animation:cloud_move_c 8s linear alternate infinite;
	-moz-animation:cloud_move_c 8s linear alternate infinite;
	-o-animation:cloud_move_c 8s linear alternate infinite;
	-ms-animation:cloud_move_c 8s linear alternate infinite;
	animation:cloud_move_c 8s linear alternate infinite;
}

@-webkit-keyframes cloud_move_c{
	0%{
		left:12%;
	}
	
	100%{
		left:2%;
	}
}
@-moz-keyframes cloud_move_c{
	0%{
		left:12%;
	}
	
	100%{
		left:2%;
	}
}
@-o-keyframes cloud_move_c{
	0%{
		left:12%;
	}
	
	100%{
		left:2%;
	}
}
@-ms-keyframes cloud_move_c{
	0%{
		left:12%;
	}
	
	100%{
		left:2%;
	}
}
@keyframes cloud_move_c{
	0%{
		left:12%;
	}
	
	100%{
		left:2%;
	}
}



.head_box  .banner_ic05{	display: inline-block;
	width: 10%;
	top:48%;
	-webkit-animation:cloud_move_d 8s linear alternate infinite;
	-moz-animation:cloud_move_d 8s linear alternate infinite;
	-o-animation:cloud_move_d 8s linear alternate infinite;
	-ms-animation:cloud_move_d 8s linear alternate infinite;
	animation:cloud_move_d 8s linear alternate infinite;
}

@-webkit-keyframes cloud_move_d{
	0%{
		left:40%;
	}
	
	100%{
		left:25%;
	}
}
@-moz-keyframes cloud_move_d{
	0%{
		left:40%;
	}
	
	100%{
		left:25%;
	}
}
@-o-keyframes cloud_move_d{
	0%{
		left:40%;
	}
	
	100%{
		left:25%;
	}
}
@-ms-keyframes cloud_move_d{
	0%{
		left:40%;
	}
	
	100%{
		left:25%;
	}
}
@keyframes cloud_move_d{
	0%{
		left:40%;
	}
	
	100%{
		left:25%;
	}
}





.banner_text03{left: 56%; top:8.5%;}
.banner_text04{left: 8%; top:23.5%;}
.head_box  .banner_ic06{width: 6.7%; left: 0; top:61.9%;transition: 2s linear 0.3s;-webkit-transition: 2s linear 0.3s;-moz-transition: 2s linear 0.3s;-o-transition: 2s linear 0.3s;-ms-transition: 2s linear 0.3s;}
.head_box  .swiper-slide-active .banner_ic06{left: 36%;}

.head_box  .banner_ic07{transition: 1s linear 0.3s;-webkit-transition: 1s linear 0.3s;-moz-transition: 1s linear 0.3s;-o-transition: 1s linear 0.3s;-ms-transition: 1s linear 0.3s; left: -100%; opacity:0;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; visibility:hidden;}
.head_box  .swiper-slide-active .banner_ic07{left: 0;opacity:1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;     visibility: visible;}

.head_box  .banner_ic10{width: 100%; transition: 1s linear 0s;-webkit-transition: 1s linear 0s;-moz-transition: 1s linear 0s;-o-transition: 1s linear 0s;-ms-transition: 1s linear 0s;  opacity:0;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; visibility:hidden; -webkit-transform: translateX(50%); -moz-transform: translateX(50%);-o-transform: translateX(50%);-ms-transform: translateX(50%);transform: translateX(50%);}
.head_box  .swiper-slide-active .banner_ic10{opacity:1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;     visibility: visible; -webkit-transform: translateX(0); -moz-transform: translateX(0);-o-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}

.head_box  .banner_ic08{	display: inline-block;
	width: 5.3%;
	top:24%;
	-webkit-animation:cloud_move_e 8s linear alternate infinite;
	-moz-animation:cloud_move_e 8s linear alternate infinite;
	-o-animation:cloud_move_e 8s linear alternate infinite;
	-ms-animation:cloud_move_e 8s linear alternate infinite;
	animation:cloud_move_e 8s linear alternate infinite;
}

@-webkit-keyframes cloud_move_e{
	0%{
		left:0%;
	}
	
	100%{
		left:15%;
	}
}
@-moz-keyframes cloud_move_e{
	0%{
		left:0%;
	}
	
	100%{
		left:15%;
	}
}
@-o-keyframes cloud_move_e{
	0%{
		left:0%;
	}
	
	100%{
		left:15%;
	}
}
@-ms-keyframes cloud_move_e{
	0%{
		left:0%;
	}
	
	100%{
		left:15%;
	}
}
@keyframes cloud_move_e{
	0%{
		left:0%;
	}
	
	100%{
		left:15%;
	}
}


.head_box  .banner_ic09{	display: inline-block;
	width: 19%;
	top:54%;
	-webkit-animation:cloud_move_f 8s linear alternate infinite;
	-moz-animation:cloud_move_f 8s linear alternate infinite;
	-o-animation:cloud_move_f 8s linear alternate infinite;
	-ms-animation:cloud_move_f 8s linear alternate infinite;
	animation:cloud_move_f 8s linear alternate infinite;
}

@-webkit-keyframes cloud_move_f{
	0%{
		left:59%;
	}
	
	100%{
		left:70%;
	}
}
@-moz-keyframes cloud_move_f{
	0%{
		left:59%;
	}
	
	100%{
		left:70%;
	}
}
@-o-keyframes cloud_move_f{
	0%{
		left:59%;
	}
	
	100%{
		left:70%;
	}
}
@-ms-keyframes cloud_move_f{
	0%{
		left:59%;
	}
	
	100%{
		left:70%;
	}
}
@keyframes cloud_move_f{
	0%{
		left:59%;
	}
	
	100%{
		left:70%;
	}
}


.head_box  .banner_ic11{	display: inline-block;
	width: 21.5%;
	top:21%;
	-webkit-animation:cloud_move_g 8s linear alternate infinite;
	-moz-animation:cloud_move_g 8s linear alternate infinite;
	-o-animation:cloud_move_g 8s linear alternate infinite;
	-ms-animation:cloud_move_g 8s linear alternate infinite;
	animation:cloud_move_g 8s linear alternate infinite;
}

@-webkit-keyframes cloud_move_g{
	0%{
		left:42.8%;
	}
	
	100%{
		left:60%;
	}
}
@-moz-keyframes cloud_move_g{
	0%{
		left:42.8%;
	}
	
	100%{
		left:60%;
	}
}
@-o-keyframes cloud_move_g{
	0%{
		left:42.8%;
	}
	
	100%{
		left:60%;
	}
}
@-ms-keyframes cloud_move_g{
	0%{
		left:42.8%;
	}
	
	100%{
		left:60%;
	}
}
@keyframes cloud_move_g{
	0%{
		left:42.8%;
	}
	
	100%{
		left:60%;
	}
}



@media only screen and (max-width: 1024px) {
.banner_text{top:10%;}
.fnt_98{font-size: 36px;}
}

@media only screen and (max-width: 768px) {
.phone_bannerimg{display: block;}
.pc_bannerimg,.pc_picture{display: none !important;}
.fnt_98{font-size: 24px;}
.banner_text p{font-size: 14px;}
.banner_text{transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%; width: 90%; max-width: 90%; text-align: center;}
}

@media only screen and (max-width: 640px) {
.banner_text h3{margin-bottom: 4px;}
.fnt_98{font-size: 18px;}
}

