﻿@import url(pscroll.css);
@import url(animate.min.css);
/*home*/

*::before,

*::after { font: inherit; margin: 0; padding: 0; color: inherit;box-sizing: border-box;}

html{ --main-color: #0086cd;}
/*banner*/
.main .banner .swiper-other {position: absolute; left: 0; bottom: 7.8%;z-index: 2;width: 100%;}
.main .banner .swiper-other .swiper-pagination-bullet {--cw: 18px; margin: 0 16px; position: relative; cursor: pointer;background:none;}
.main .banner .swiper-pagination-bullet-active{ background:none;}
.main .banner .swiper-other .swiper-pagination-bullet::before {content: "";position: absolute; left: 0;top: 0; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.8);
 width: var(--cw); height: var(--cw);opacity: 1; transition: opacity 0.3s;}
.main .banner .swiper-other .swiper-pagination-bullet-active::before {border: 2px solid rgba(255, 255, 255, 0.2);}
.main .banner .swiper-other .cycle-box {--size: var(--cw); --b-c: #ffffff; --b-w: 1px; display: block;}
.main .banner [flex]{display: flex;}
.main .banner [flex][flex~="aic"] {align-items: center;}
.main .banner [flex][flex~="jc"] {justify-content: center;}
.main .banner .cycle-box {--size: 40px; --time: 4s;--b-c: var(--main-color); --b-w: 3px; position: relative;width: var(--size);height: var(--size);}
.main .banner .cycle-box .cycle-son {position: absolute; top: 0;height: var(--size);width: calc(var(--size)*0.5);overflow: hidden;}
.main .banner .cycle-box .cycle-son::before {content: ''; display: block;position: absolute; left: 0;top: 0; width: 100%;height: 100%;}
.main .banner .cycle-box .left-c {left: 0;}
.main .banner .cycle-box .left-c::before {transform-origin: right center; border-radius: calc(var(--size)*0.5) 0 0 calc(var(--size)*0.5);border: var(--b-w) solid var(--b-c);
border-right: 0; transform: rotate(-180deg);}
.main .banner .cycle-box .right-c {right: 0;}
.main .banner .cycle-box .right-c::before {transform-origin: left center;border-radius: 0 calc(var(--size)*0.5) calc(var(--size)*0.5) 0;border: var(--b-w) solid var(--b-c);
 border-left: 0; transform: rotate(-180deg);}
.main .banner .cycle-box.run .left-c::before {transform: rotate(0deg);animation: cycle-left var(--time) linear;}
.main .banner .cycle-box.run .right-c {right: 0;}
.main .banner .cycle-box.run .right-c::before {transform: rotate(0deg);animation: cycle-right var(--time) linear;}
.main .banner .cycle-box-h:hover .left-c::before { transform: rotate(0deg);animation: cycle-left var(--time) linear;}
.main .banner .cycle-box-h:hover .right-c {right: 0;}
.main .banner .cycle-box-h:hover .right-c::before {transform: rotate(0deg); animation: cycle-right var(--time) linear;}
.main .banner .run .cycle-box .left-c::before {animation: cycle-left var(--time) linear;}
.main .banner .run .cycle-box .right-c {right: 0;}
.main .banner .run .cycle-box .right-c::before { animation: cycle-right var(--time) linear;}
/*products leibie*/
.i_title{  letter-spacing:0; color:#040000; text-align:center; overflow:hidden; line-height:1.3; margin-top:5.4%;}
.i_title h1{  letter-spacing:0; color:#040000; text-align:center; font-size: 40px;}
.i_title_desc{ text-align:center; overflow:hidden; color:#666666; font-size:18px; line-height:1.5; margin-top:1%; font-weight:normal;}
.picture-transition{ overflow:hidden; margin-bottom:7%;}
.picture-transition figure .pc-version{display: flex;list-style: none;position: relative;padding-left: 0;width: 100%; margin-top:3%;}
.picture-transition figure .pc-version .img-item{width: 32.66%;  margin-right:1%;position: relative;padding-bottom: 37.75%;transition: all 1.6s; overflow:hidden; border-radius:30px;}
.picture-transition figure .pc-version .img-item:nth-child(3n){ margin-right:0;}
.picture-transition figure .pc-version .img-item .bg-img{width: 100%;background-position: 72% 0;background-size: auto 100%;background-repeat: no-repeat;height: 100%;position: absolute;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);top: 0;padding:70px;display: flex;flex-direction: column;color: #fff;text-align: left;justify-content: space-between;transition: all .6s; overflow:hidden; border-radius:30px; background-color:#040000;}
.picture-transition figure .pc-version .img-item .bg-img p{margin: 0;transition: all .6s}
.picture-transition figure .pc-version .img-item .bg-img .item-title{font-size:32px;color: #fff;z-index: 10}
.picture-transition figure .pc-version .img-item .bg-img div{z-index: 10}
.picture-transition figure .pc-version .img-item .bg-img div .item-desc{font-size:26px;color: #fff}
.picture-transition figure .pc-version .img-item .bg-img div .item-function{font-size:26px;display: none;color: #fff}
.picture-transition figure .pc-version .img-item .bg-img:before{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;/*background-color: rgba(0,0,0,.5);*/z-index: 9; }
.picture-transition figure .pc-version .img-item:nth-of-type(2) .bg-img{background-position: 80% 0}
.picture-transition figure .pc-version .img-item+.img-item{border-left: 1px solid #fff}
.picture-transition figure .pc-version .active{width: 70%}
.picture-transition figure .pc-version .active .bg-img div .item-desc{margin-bottom: 60px}
.picture-transition figure .pc-version .active .bg-img div .item-function{display: block}
.picture-transition figure .pc-version .active .bg-img:before{background-color: rgba(0,0,0,0)}
.picture-transition figure .pc-version .active .bg-img .item-title .bb{animation: show_hiden2 2s ease-out;}
.picture-transition figure .pc-version .active .bg-img .item-desc .bb{animation: show_hiden2 2s ease-out;}
.picture-transition figure .pc-version .normal{width: 13%}
.picture-transition figure .pc-version .normal .bg-img{background: #040000!important}
.picture-transition figure .pc-version .normal .bg-img .item-title{writing-mode: vertical-lr;display: inline-flex;align-items: center;/*color: rgba(255,255,255,.5)*/}
.picture-transition figure .pc-version .normal .bg-img div .item-desc{display: none}
.picture-transition figure .pc-version .normal .bg-img div .item-function{display: none}
.picture-transition figure .mobile-version{display: none}

/*products*/
.i_two_bg{ overflow:hidden; background:url(../images/i_img7.jpg) center bottom no-repeat; background-size:cover; padding-bottom:236px;}
.i_three_bg{overflow:hidden; background:url(../images/i_img8.png) center bottom no-repeat; background-size:cover; margin-top:-73px;}
.i_three_bg .h3{ font-weight:normal; text-align:center; line-height:60px; color:#fff; margin:0 auto; max-width:1570px; margin-top:17.5%; margin-bottom:17%;}
.learn_more {
	padding-top: 25px;
}

.learn_more .button {
	display: inline-block;
	position: relative;
	line-height: 1.5em;
	border:solid 1px #fff;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 40px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.learn_more .button:hover{	background-color: #fff;
	color: #000;}


#s_news{padding:5rem 0;overflow: hidden;padding-bottom:8rem;}
#s_news .title00{ margin-bottom:2.5rem; text-align:left}
#s_news .title00 h3{text-align:left}
#s_news .title00 h3:before{ left:0; margin-left:0}
#s_news .title00 h3 a{ text-align:center}
#s_news .title00 h3 a img{margin: -2px 0.5rem 0 0;}
#s_news .title00 h3 a img.img02{ display:none}
#s_news ul{ font-size:0; margin:0 -1.375rem}
#s_news ul li{ display:inline-block; width:33.333333%; padding:0 1.375rem}
#s_news ul li .img, #s_news ul li .img img{ overflow:hidden; width:100%;max-width:100%; border-radius:10px 10px 0px 0px;transition: transform 0s;}
#s_news ul li .con{ padding:1.75rem 1rem 2rem; background-color:#f4f4f4;border-radius:0px 0px 10px 10px;}
#s_news ul li .con h6{ font-size:15px; color:#888887}
#s_news ul li .con h5{ font-size:18px; font-weight:normal; color:#424242; height:20px; line-height:20px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin:1.25rem 0 0.75rem}
#s_news ul li .con p{font-size:14px;color:#666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

#s_news ul li img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s; }
#s_news ul li:hover img{-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);}
#s_news ul.miso-dots li{ display:inline-block; width:9px; height:9px; margin:0 4px; padding:0; background:#bcbcbc; border-radius:4.5px; transition:0.6s}
#s_news ul.miso-dots li.miso-active{ background:#333; width:1.875rem}
.index-page03 .btn-more{ background-color:#fff;}



/*Slider 开始*/
.miso-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;}
.miso-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.miso-list:focus{outline: none;}
.miso-list.dragging{ cursor: pointer; cursor: hand;}
.miso-slider .miso-track,
.miso-slider .miso-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);}
.miso-track {position: relative;left: 0;top: 0;display:inline-block;zoom: 1;margin-left: auto;margin-right: auto;vertical-align: top;}
.miso-track:before,
.miso-track:after{ display: table; content: '';}
.miso-track:after{ clear: both;}
.miso-loading .miso-track{ visibility: hidden;}
.miso-slide { float: left; height: 100%; min-height: 1px; display: none; -moz-user-select:text; -khtml-user-select: text; user-select:text;}
[dir='rtl'] .miso-slide{ float: right;}
.miso-slide img{ display: block;}
.miso-slide.miso-loading img{ display: none;}
.miso-slide.dragging img{ pointer-events: none;}
.miso-initialized .miso-slide{ display: block;}
.miso-loading .miso-slide{ visibility: hidden;}
.miso-vertical .miso-slide{ display: block; height: auto;}
.miso-arrow.miso-hidden {display: none;}


.miso-prev,
.miso-next{font-size: 0;line-height: 0;  position: absolute; top: 50%; display: block; width: 20px; height: 20px;padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;}
.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus{ color: transparent; outline: none; background: transparent;}
.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before{ opacity: 1;}
.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before{ opacity: .25;}

.miso-prev:before,
.miso-next:before{ font-size:2rem; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight:bold; cursor:pointer}

.miso-prev{ left: 0px;}
[dir='rtl'] .miso-prev{ right: 0px; left: auto;}
.miso-prev:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-prev:before{ content: ''; font-family:simsun;}

.miso-next{ right: 0px;}
[dir='rtl'] .miso-next{ right: auto; left: 0px;}
.miso-next:before{ content: ''; font-family:simsun;}
[dir='rtl'] .miso-next:before{ content: ''; font-family:simsun;}
/* Dots */
.miso-dots { position: absolute; bottom:-10%; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.miso-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.miso-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer;}
.miso-dots li button:focus{ outline: none; }
.miso-dots li.miso-active a{ transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

/* Arrows */
.miso-prev, .miso-next {position: absolute;display: block;height: 20px;width: 20px;line-height: 0;font-size:0; cursor: pointer;background: transparent;color: transparent;padding: 0;border: none;outline: none;top: 50%;z-index: 1;}
.miso-prev{ left:0}
.miso-next{ right:0}
.miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before{ font-size:2rem; color:#fff; font-weight:bold; font-family:"simsun"}
.miso-lightbox .miso-prev:before{ content: '<';}
.miso-lightbox .miso-next:before{ content: '>';}
/*Slider 结束*/
.i_more.rbtn{padding: 0 30px; display: inline-block;color: rgba(255,255,255,1);background-size: cover; border-radius:30px; font-style:normal; border:1px solid rgba(255,255,255,1);}
.i_more.rbtn span{height: 50px; line-height: 50px;font-size: 16px; background: url(../images/i_pic3_on.png) no-repeat right center; background-size: 8px 15px; padding-right: 21px;}
.i_more.rbtn:hover span{ background-image:url(../images/i_pic3.png);}
.i_more.rbtn:hover{ color:#333; border:none;}
.i_more.rbtn::after{background: #fff;}
.i_about{ position:relative; overflow:hidden;background:#000 ;}
.i_about .wrap2.bgs2{ position:relative; z-index:3;padding-bottom:5%;  padding-top:5%;}
.i_about .imgs{ width:65%; overflow:hidden; float:right; position:absolute;top:0;right:-15%;}
.i_about .imgs img{ display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s; }
.i_about .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.i_about .i_about_l{ float:left;  width:48%; margin-top:32px;min-height:600px;}
.i_about .i_about_l .h4{  max-height:120px; line-height:60px; margin-top:4px; overflow:hidden; color:#fff;  transition:all 0.3s;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.i_about .i_about_l .p{ line-height:25px; margin-top:25px; overflow:hidden; color:rgba(255,255,255,.5);  transition:all 0.3s;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:10; -webkit-box-orient: vertical;  font-size:16px;}
.i_about .i_about_l .rbtn{ margin-top: 44px;   }
.i_about .i_about_two{ overflow:hidden; background:#fff;color:#fff; width:100%;margin-top:5%; border-radius:15px; position:absolute;bottom:7%;}
.i_about::before{content: ""; background-color:#fff;right:0;width:50%;height:100%; position:absolute;top:0;}



/*数字*/
.i_about .counter{  text-align:left; margin-top:2%; margin-bottom:2%;}
.i_about .counter ul li{ float:left; width:25%; text-align:center;   transition:all 0.3s; position:relative; overflow:hidden;}
.i_about .counter ul li .txts2{ display:inline-block; vertical-align:top; }
.i_about .counter ul li .nums{ color:#333; line-height:1;}
.i_about .counter span{display:inline-block; vertical-align:top; overflow:hidden; letter-spacing:1px;  }
.i_about .counter label{display:inline-block;vertical-align:bottom;  line-height:2;font-weight:500;  }
.i_about .counter ul li:nth-child(1) label{font-size:16px;}
.i_about .counter ul li:nth-child(4) label{font-size:20px;}
.i_about .counter .h6{ font-weight: normal; font-size:16px;  color:#999; overflow:hidden; line-height:20px;  margin-top:2%;}
.i_about .counter ul li:hover{-webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}




@media screen and (max-width: 1920px){

/*products leibie*/
.picture-transition figure .pc-version .img-item .bg-img{padding:48px}
.picture-transition figure .pc-version .img-item .bg-img .item-title{font-size:24px}
.picture-transition figure .pc-version .img-item .bg-img div .item-desc{font-size:24px}
.picture-transition figure .pc-version .img-item .bg-img div .item-function{font-size:24px}
.picture-transition figure .pc-version .active .bg-img div .item-desc{font-size: 26px;margin-bottom:48px;}
}

@media screen and (max-width: 1400px) {
/*products leibie*/
.i_two_bg{ padding-bottom:200px;}
.picture-transition figure .pc-version .img-item .bg-img .item-title{font-size:23px}
.picture-transition figure .pc-version .img-item .bg-img div .item-desc{font-size:23px;}
.picture-transition figure .pc-version .img-item .bg-img div .item-function{font-size:22px;}
.picture-transition figure .pc-version .active .bg-img div .item-desc{font-size:25px;}
/*products*/
.i_three_bg .h3{ line-height:56px;}
}

@media screen and (max-width: 1200px) {
/*banner*/
.main .banner .swiper-slide .desc{ margin-bottom:20px;}
.main .banner:hover .btn .boxs{width:97%;}
.main .banner .btn .boxs{ width:98%;}
.main .banner .swiper-other { bottom: 30px;}
.main .banner .swiper-other .swiper-pagination-bullet { --cw: 12px; margin: 0 10px;}
.main .banner .swiper-other .swiper-pagination-bullet::before { border-width: 2px;}
.main .banner .swiper-other .cycle-box { --b-w: 2px; }
/*products leibie*/
.i_title_desc{ font-size:16px;}
.i_two_bg{ padding-bottom:180px;}
.picture-transition{ font-size:16px;}
.picture-transition figure .pc-version .img-item .bg-img{padding:40px;}
.picture-transition figure .pc-version .img-item .bg-img .item-title{font-size:22px}
.picture-transition figure .pc-version .img-item .bg-img div .item-desc{font-size:22px;}
.picture-transition figure .pc-version .img-item .bg-img div .item-function{font-size:21px;}
.picture-transition figure .pc-version .active .bg-img div .item-desc{font-size:24px;margin-bottom:26px;}
/*products*/
.i_three_bg .h3{ line-height:50px;}
}


@media screen and (max-width: 960px) {
/*products leibie*/
.i_title_desc{ font-size:15px;}
.i_two_bg{ padding-bottom:160px;}
.picture-transition{ font-size:15px;}
.picture-transition figure .pc-version .img-item .bg-img{padding:32px;}
.picture-transition figure .pc-version .img-item .bg-img .item-title{font-size:19px;}
.picture-transition figure .pc-version .img-item .bg-img div .item-desc{font-size:19px;}
.picture-transition figure .pc-version .img-item .bg-img div .item-function{font-size:19px;}
.picture-transition figure .pc-version .active .bg-img div .item-desc{font-size:21px;margin-bottom:18px;}
/*products*/
.i_three_bg .h3{ line-height:44px;}.i_title h1{ font-size:20px;}

 /*about*/
 .i_about .i_about_l{width:100%;} 
 .i_about .imgs{width:100%;}.i_about::before{display:none;}
 .i_about .i_about_two{position:inherit;}
 .i_about .imgs{ position:inherit;right:0;width:100%;}
}

@media screen and (max-width: 780px) {
/*products leibie*/
.i_two_bg{ padding-bottom:140px;}
.picture-transition{ font-size:14px;}
.picture-transition figure .pc-version{display: none}
.picture-transition figure .mobile-version{display: flex;flex-direction: column;list-style: none;position: relative;padding-left: 0;width: 100%; margin-top:5%;}
.picture-transition figure .mobile-version .img-item{width: 100%;position: relative;}
.picture-transition figure .mobile-version .img-item img{width: 100%; display:block; border-radius:20px; min-height:200px;}
.picture-transition figure .mobile-version .img-item .text-area{position: absolute;top: 0;left: 0;right: 0;bottom: 0;color: #fff;padding:20px;display: flex;flex-direction: column;justify-content: space-between}
.picture-transition figure .mobile-version .img-item .text-area p{text-align: left;margin: 0}
.picture-transition figure .mobile-version .img-item .text-area .item-title{font-size:18px;}
.picture-transition figure .mobile-version .img-item .text-area div .item-desc{font-size:18px;margin-bottom:12px;}
.picture-transition figure .mobile-version .img-item .text-area div .item-function{font-size:14px;color: rgba(255,255,255,.5)}
.picture-transition figure .mobile-version .img-item+.img-item{margin-top: 10px}
/*products*/
.i_three_bg .h3{ line-height:40px;}
  #s_news ul li{width:100%;margin-bottom: 1rem;}
  #s_news ul li a{ display:block; overflow:hidden}
  #s_news ul li .img, #s_news ul li .img img{width: 150px;height: 110px;float:left;border-radius: 0;}
  #s_news ul li .con{width: calc(100% - 150px);float:left;padding: 10px 0 0 12px;border-radius: 0;height:110px;}
  #s_news ul li .con h5{font-size:15px;line-height: 20px;height: 40px;white-space:normal;margin: 10px 0 10px;}
  #s_news ul{ padding-bottom:0rem}
  #s_news ul.miso-dots{padding-bottom:0;margin: 0;}
  #s_news ul li .con p{ font-size:12px}
  #s_news{ padding-top:3rem;padding-bottom:5rem;}
  #s_news ul li .con h6{ font-size:13px;}
  
.i_about .counter ul li{width:50%;height:80px;margin-top:10px;}
}

@media screen and (max-width: 640px) {
/*banner*/
.main .banner .swiper-slide .rbtn{ min-width:130px; padding:0 30px; font-size:15px;}
.main .banner .swiper-slide .rbtn span{ height:42px; line-height:42px; padding:0;}
.main .banner .swiper-button-prev,.main .banner .swiper-button-next{ width:40px; height:40px; margin-top:-20px;background-size:10px auto;}
.main .banner .swiper-other { bottom: 20px;}
.main .banner .swiper-other .swiper-pagination-bullet { margin:0 6px;}
/*products leibie*/
.i_two_bg{ padding-bottom:120px;}
.picture-transition{ font-size:13px;}
/*products*/
.i_three_bg .h3{ line-height:36px;}
}
@media screen and (max-width: 480px) {
/*banner*/
.main .banner .btn{bottom:22px; display:none;}
.main .banner .swiper-slide .rbtn{ min-width:110px; padding:0 20px; font-size:13px; margin-top:4%;}
.main .banner .swiper-slide .rbtn span{ height:36px; line-height:36px;}
.main .banner .swiper-slide .rbtn{ margin-top:1%;}
.main .banner .swiper-slide .txt{ width:60%;}
.main .banner .swiper-slide .txt span{ line-height:1.2;}
/*products leibie*/
.i_title{ margin-top:6%;}
.i_title_desc{ font-size:14px;}
.i_two_bg{ padding-bottom:100px;}
.picture-transition{ font-size:12px;}
.picture-transition figure .mobile-version .img-item+.img-item{ margin-top:6px;}
.picture-transition figure .mobile-version .img-item .text-area div .item-desc{ margin-bottom:5px;}
/*products*/
.i_three_bg .h3{ line-height:30px;}
}

@media screen and (max-width: 420px) {
/*banner*/
.main .banner .swiper-slide .rbtn{ min-width:100px;}
.main .banner .swiper-slide .rbtn span{ height:32px; line-height:32px;}
/*products leibie*/
.i_title_desc{ font-size:13px;}
/*products*/
.i_three_bg .h3{ line-height:28px; font-size:18px;}
}

@media screen and (max-width: 360px) {
/*products leibie*/
.picture-transition figure .mobile-version .img-item .text-area{padding:15px 12px}
.picture-transition figure .mobile-version .img-item .text-area div .item-desc{font-size:16px;margin-bottom:12px;}
.picture-transition figure .mobile-version .img-item .text-area div .item-function{font-size:12px;color: rgba(255,255,255,.5)}
/*products*/
.i_three_bg .h3{ font-size:16px;}
}

@media screen and (min-width: 1200px) {
/*banner*/
.swiper-container{ height:100%!important;}
.main .banner .swiper-slide {position: relative; height:100%;}
}
@keyframes mymove6
{
from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(100px) translateX(0);
  -moz-transform: translateY(60px) translateX(0);
  transform: translateY(60px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}

@-webkit-keyframes mymove6

{
from {filter:alpha(opacity=0);opacity:0;  -webkit-transform: translateY(100px) translateX(0);
  -moz-transform: translateY(60px) translateX(0);
  transform: translateY(60px) translateX(0);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;}
	to { filter:alpha(opacity=100);opacity:1; -webkit-transform: translateY(0px) translateX(0);
  -moz-transform: translateY(0px) translateX(0);
  transform: translateY(0px) translateX(0);}
}
@keyframes cycle-left {
  0% {
   transform: rotate(-180deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes cycle-right {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes show_hiden2 {
  0% {
    filter:alpha(opacity=0);opacity:0; transform: translateY(20px);
	
  }
  40% {
    filter:alpha(opacity=0);opacity:0; transform: translateY(20px);
  }
  100% {
   filter:alpha(opacity=100);opacity:1; transform: translateY(20px);
  }
}