@charset "UTF-8";

/*
  1. index
    1.1 banner
    1.2 news
    1.3 banner-two
    1.4 product
    1.5 video
*/

.color1cc4d4-1fdb6f-top {
	background: -webkit-linear-gradient(top, #1cc4d4, #1fdb6f);
	/* 背景色渐变 */
	-webkit-background-clip: text;
	/* 规定背景的划分区域 */
	-webkit-text-fill-color: transparent;
	/* 防止字体颜色覆盖 */
}

.color1cc4d4-1fdb6f-top-bg {
	background: -webkit-linear-gradient(top, #1cc4d4, #1fdb6f);
	/* 背景色渐变 */
}

.color1cc4d4-1fdb6f-left {
	background: -webkit-linear-gradient(left, #1fdb6f, #1cc4d4);
	/* 背景色渐变 */
	-webkit-background-clip: text;
	/* 规定背景的划分区域 */
	-webkit-text-fill-color: transparent;
	/* 防止字体颜色覆盖 */
}

.color1cc4d4-1fdb6f-left-bg {
	background: -webkit-linear-gradient(left, #1fdb6f, #1cc4d4);
	/* 背景色渐变 */
}

.width-1200 {
	width: 1200px;
	margin: 0 auto;
}

.flexslider {
	border: 0;
	margin: 0;
	background: transparent;
}

.copyright {
	font-size: 12px;
	color: #3e454a;
	text-align: center;
}


/* footer */

footer {
	width: 100%;
	height: 74px;
	background-color: #191920;
	margin: 0;
	padding: 0;
}

footer .width-1200 .footer-left {
	float: left;
}

footer .width-1200 .footer-left ul li {
	width: 92px;
	float: left;
}

footer .width-1200 .footer-left ul li a {
	line-height: 74px;
	font-size: 12px;
	text-align: center;
	color: #d5d8db;
	display: block;
}

footer .width-1200 .footer-right {
	float: right;
}

footer .width-1200 .footer-right ul li {
	line-height: 74px;
	margin: 0 15px;
	float: left;
}

footer .width-1200 .footer-right ul li i {
	font-size: 20px;
	color: #fff;
}

footer .width-1200 .footer-right ul li span {
	font-size: 12px;
	color: #fff;
}


/* 1. index */

.index {
	/* 1.1 banner */
	/* 1.2 news */
	/* 1.3 banner-two */
	/* 1.4 product */
	/* 1.5 video */
}
#index-cont{
	overflow: hidden;
}
.index .banner {
	width: 100%;
	height: 100vh;
	/*background-color: #0e468c;*/
	background-color:#33c6d4;
	position: relative;
}
.index .banner:before {
    content: '';
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -90px;
    background: url(../img/playcircle.png) no-repeat top center;
    -webkit-animation: infinteRotate 10s infinite linear;
    -o-animation: infinteRotate 10s infinite linear;
    -moz-animation: infinteRotate 10s infinite linear;
    animation: infinteRotate 10s infinite linear;
}
.maxsize { max-width: 1200px; }
.maxsize { margin-left: auto; margin-right: auto; }
.header .gongneng>div:hover .sub { display: block; }
.header .gongneng .sub { position: absolute; right: 0;min-width: 160px; display: none; margin-top: 10px;box-shadow: 0 0 20px rgba(0,0,0,0.3);border-radius: 6px; }
.header .gongneng .sub:before { content: '◆';position: absolute;top: 0; left: 50%; right: 0; text-align: center;font-size: 20px; line-height: 20px; margin-top: -10px; color: #fff; height: 10px; overflow: hidden; background: rgba(0,0,0,0); }
.header .gongneng>div.lang .sub a { width: auto; display: block; height: auto;line-height: 45px; background: #fff; color: #666; text-align: center; padding: 0; }
.header .gongneng>div.lang .sub a:hover { background: #3e8ddc; color: #fff; }
.header .gongneng>div.lang .sub dd:first-of-type a {  border-top-left-radius: 6px;border-top-right-radius: 6px;  overflow: hidden; }
.header .gongneng>div.lang .sub dd:last-of-type a {  border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; overflow: hidden; }

.header .gongneng>div.share .sub { background: #fff; padding: 10px; min-width: 96px; ;}
.header .gongneng>div.share .sub a { background-image: url('../img/wechat_icon.png'); width: 32px; height: 32px; padding: 0;display: block;float: left;background-size: cover;background-position: initial;}

.header .gongneng>div { float: left; text-align: center;position: relative; cursor: pointer;}
.header .gongneng>div>a { display: block; width: 50px; height: 50px;background: #75b0ea; color: #fff; padding: 20px 15px; text-indent: 0; margin: 0 !important; }
.header .gongneng>div:last-of-type a { border-top-right-radius: 6px;border-bottom-right-radius: 6px;overflow: hidden; }
.header .gongneng>div.lang a {background: #3e8ddc; }
.header .gongneng>div.search a {background: #436dc2; }
.header .gongneng>div>.iconfont { display: block; font-size: 30px; line-height: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .gongneng>div:hover>.iconfont{ transform:translateY(-5px);-o-transform:translateY(-5px);-ms-transform:translateY(-5px);-moz-transform:translateY(-5px);-webkit-transform:translateY(-5px);}
.header .gongneng>div a span { font-size: 12px; display: block; margin-top: 8px; line-height: 1; }
.header .gongneng .input { background: #fff; border-radius: 6px; padding: 10px; overflow: hidden; width: 220px; }
.header .gongneng .input input { float: left;background: none; line-height: 40px; height: 40px; border: 1px solid #dadada;font-size: 14px;}
.header .gongneng .input input { width: 80%; }
.header .gongneng .input input.iconfont { position: absolute; right: 10px; width: 20%; line-height: 40px; height: 40px; background: #1fdb6f; color: #fff; border-color: #1fdb6f; text-align: center; text-indent: 0;cursor: pointer; }

.index_banner { position: relative; z-index: 9; }
.index_banner .videobg { position: absolute; top: 0; left:0; right: 0; bottom: 0; z-index: 1; }
.index_banner .videobg video { width: 100%; height: 100%; }
.index_banner .slides { position: relative; z-index: 2; }
.index_banner .slides li { position: relative; overflow: hidden; z-index: 3; }
.index_banner .slides li .bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);transition: all 5s ease-out;-webkit-transition: all 5s ease-out;-o-transition: all 5s ease-out;-moz-transition: all 5s ease-out; background-size: cover; background-repeat: no-repeat; background-position: center center; display: none; }
.index_banner .slides li.active .bg { -webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }
.index_banner .slides li .maxsize { height: 100%; position: relative; }
.index_banner .slides li .text *{color: inherit;}
.index_banner .slides li .text { position: absolute; color: #fff; top: 50%; margin-top: -60px; z-index: 999;}
.index_banner .slides li .text .animated { display: none; }
.index_banner .slides li .text h1 { font-size: 60px; line-height: 1.2; font-weight: normal; }
.index_banner .slides li .text p { margin-top: 20px; font-size: 16px; }
.index_banner .bx-controls { left: 0; right: 0; max-width: 1370px; margin: 0 auto; position: absolute; top:50%; z-index: 3; display: none; }
.index_banner .bx-controls .bx-pager { margin-top: 30px; }
.index_banner .bx-controls .bx-pager .bx-pager-item{ display: inline-block; }
.index_banner .bx-controls .bx-pager .bx-pager-item a { display: inline-block; margin-right: 20px; text-indent: -9999px; height: 15px; width: 15px; border-radius: 100%; background: rgba(255,255,255,0.4); }
.index_banner .bx-controls .bx-pager .bx-pager-item a.active { background: -moz-linear-gradient(left,  rgba(41,144,204,1) 0%, rgba(80,204,229,1) 64%); background: -webkit-linear-gradient(left,  rgba(41,144,204,1) 0%,rgba(80,204,229,1) 64%); background: linear-gradient(to right,  rgba(41,144,204,1) 0%,rgba(80,204,229,1) 64%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2990cc', endColorstr='#50cce5',GradientType=1 ); }

.index .banner .header {
	height: 80px;
	background-color: #fff;
	position: absolute;
	margin-top: 50px;
	left: 0;
	right: 0;
	z-index: 111;
}
.index .banner .header.fixed,.index .banner .header.fixed::before{
	margin-top:0;
	height: 65px;
}
.index .banner .header.fixed .list ul li,.index .banner .header.fixed .logo,.index .banner .header.fixed .gongneng>div>i{
	line-height: 65px;
}
.index .banner .header.fixed .gongneng>div{
	height: 65px;
	width: 65px;
}
.index .banner .header .logo {
	float: left;
	margin-left: 43px;
	line-height: 80px;
	max-width:130px;
}
.index .banner .header.fixed .nav-detail{
	top: 65px;
}
.index .banner .header .list {
	float: left;
	margin-left: 40px;
}

.index .banner .header .list ul li {
	position: relative;
	font-size: 16px;
	color: #666;
	line-height: 80px;
	margin: 0 21px;
	float: left;
}

.header .list ul li:after {
	position: absolute;
    bottom: 0;
    left: 20px;
    content: '';
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.header .list ul li.hover-li:after {
    border-bottom: 10px solid rgba(0,0,0,0.3);
}

.header .list ul li a {
	display: inline-block;
}

.header .list ul li a:hover {
	display: inline-block;
	color: #1edc6f;
	background-image: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(30, 220, 111, 1)), to(rgba(28, 197, 210, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.index .banner .header .gongneng {
	float: right;
}

.index .banner .header .gongneng>div {
	width: 80px;
	height: 80px;
	-webkit-box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	float: left;
	position: relative;
}

.index .banner .header .gongneng>div>i {
	display: block;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 24px;
}

.index .banner .header .gongneng .fenxiang {
	background-color: #35d888;
	z-index: 30;
}

.index .banner .header .gongneng .yuyan {
	background-color: #33cfac;
	z-index: 20;
}

.index .banner .header .gongneng .sousuo {
	background-color: #33c6d4;
	z-index: 10;
}

.index .banner .header::before {
	content: '';
	width: 10px;
	height: 80px;
	background-color: #35db7a;
	-webkit-box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	position: absolute;
	top: 0;
	left: 0;
}

.index .banner .flexslider {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index .banner .flexslider .flex-viewport {
	width: 100%;
	height: 100%;
}

.index .banner .flexslider .flex-control-nav {
	width: 10px;
	bottom: 100px;
	right: 100px;
	text-align: right;
	padding-right: 100px;
	z-index: 999;
}

.index .banner .flexslider .flex-control-nav li {
	margin: 20px 0 0 0;
}

.index .banner .flexslider .flex-control-nav li a {
	width: 10px;
	height: 10px;
	color: transparent;
	background: rgba(255, 255, 255, 0.2);
	margin-left: 2px;
}

.index .banner .flexslider .flex-control-nav li a.flex-active {
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
	margin: 0;
}

.index .banner .flexslider .slides {
	width: 100%;
	height: 100%;
}

.index .banner .flexslider .slides li {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.index .banner .flexslider .slides li div {
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
}

.index .banner .chanpin {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 218px;
	z-index: 99;
}

.index .banner .chanpin::before {
	content: '';
	width: 100%;
	height: 80px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.index .banner .chanpin .chanpin-list ul {
	position: relative;
}

.index .banner .chanpin .chanpin-list ul li {
	width: 25%;
	height: 218px;
	background-color: #1fdb6f;
	padding: 1px;
	position: absolute;
	bottom: -218px;
	z-index: 100;
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index .banner .chanpin .chanpin-list ul li .li-bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: relative;
}

.index .banner .chanpin .chanpin-list ul li .li-bg .li-img {
	width: 235px;
	height: 105px;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
}

.index .banner .chanpin .chanpin-list ul li .li-bg .li-tuwen {
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	overflow: hidden;
}

.index .banner .chanpin .chanpin-list ul li .li-bg .li-tuwen .li-tuwen-box {
	overflow: hidden;
	position: relative;
}

.index .banner .chanpin .chanpin-list ul li .li-bg .li-tuwen .li-tuwen-box .li-tuwen-box-top {
	width: 46px;
	height: 46px;
	background-color: #1fdb6f;
	border-radius: 100%;
	float: left;
	margin: 17px 0 0 40px;
	position: relative;
}

.index .banner .chanpin .chanpin-list ul li .li-bg .li-tuwen .li-tuwen-box .li-tuwen-box-top::before {
	content: '';
	width: 44px;
	height: 44px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 1px;
	left: 1px;
}

.index .banner .chanpin .chanpin-list ul li .li-bg .li-tuwen .li-tuwen-box .li-tuwen-box-top i {
	display: block;
	font-size: 30px;
	text-align: center;
	line-height: 48px;
	position: relative;
	color: #1fdb6f;
}

.index .banner .chanpin .chanpin-list ul li .li-bg .li-tuwen .li-tuwen-box p {
	float: left;
	line-height: 80px;
	margin-left: 20px;
}

.index .banner .chanpin .chanpin-list ul li .li-bg .li-tuwen .li-tuwen-box .li-bottom {
	content: '';
	width: 100%;
	height: 4px;
	background-color: #1fdb6f;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index .banner .chanpin .chanpin-list ul li:nth-child(2) {
	left: 25%;
}

.index .banner .chanpin .chanpin-list ul li:nth-child(3) {
	left: 50%;
}

.index .banner .chanpin .chanpin-list ul li:nth-child(4) {
	left: 75%;
}

.index .banner .chanpin .chanpin-list ul li.on {
	height: 80px;
	padding: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index .banner .chanpin .chanpin-list ul li.on .li-bg .li-tuwen .li-tuwen-box .li-bottom {
	height: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index .news {
	width: 100%;
	height: 240px;
	background-image: url("../img/index/img-2.png");
	background-repeat: no-repeat;
	background-position: center;
}

.index .news .width-1200 .news-left {
	width: 50%;
	float: left;
}
#news-run,#notice-run{
	height: 52px;
	overflow: hidden;
}
.index .news .width-1200 .news-left .title {
	font-size: 30px;
	line-height: 1em;
	color: #161616;
	margin: 65px 0 50px 0;
}

.index .news .width-1200 .news-left .time {
	font-size: 12px;
	margin-bottom: 10px;
	color: #1fdb6f;
}

.index .news .width-1200 .news-left p {
	width: 90%;
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
}

.index .banner-two {
	width: 100%;
	height: 450px;
	background-color: #1fdb6f;
}

.index .banner-two .banner-two-box {
	width: 100%;
	height: 100%;
	background-image: url("../img/index/wang.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

.index .banner-two .banner-two-box .width-1200 .title {
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 1em;
	padding-top: 60px;
}

.index .banner-two .banner-two-box .width-1200 .banner-two-left {
	width: 33.33%;
	float: left;
}

.banner-two .pg-canvas{
	position: absolute;
	left:0;
	top:0;
}

.index .banner-two .banner-two-box .width-1200 .banner-two-left div {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background-color: #fff;
	margin: 95px auto 0;
	-webkit-box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
}

.index .banner-two .banner-two-box .width-1200 .banner-two-left div i {
	color: #1fdb6f;
	font-size: 50px;
	line-height: 120px;
	text-align: center;
	display: block;
}

.index .banner-two .banner-two-box .width-1200 .banner-two-left p {
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	margin-top: 18px;
}

.index .product .title {
	font-size: 30px;
	color: #161616;
	line-height: 1em;
	text-align: center;
	margin-top: 65px;
}

.index .product .heng {
	width: 40px;
	height: 2px;
	background: #1fdb6f;
	margin: 28px auto 50px;
}

.index .product .product-box {
	width: 1170px;
	border: 0;
	margin: 0 auto;
}

.index .product .product-box .flex-viewport {
	padding-bottom: 42px;
}

.index .product .product-box .slides li {
	width: 390px;
	height: 320px;
	cursor: pointer;
}

.index .product .product-box .slides li .slides-img {
	width: 100%;
	height: 228px;
	background-size: cover;
	background-position: center center;
}

.index .product .product-box .slides li .slides-product p {
	font-size: 14px;
	line-height: 92px;
	text-indent: 24px;
	color: #666;
	float: left;
	max-width: 280px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index .product .product-box .slides li .slides-product div {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #1fdb6f;
	margin: 20px 20px 0 0;
	float: right;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index .product .product-box .slides li .slides-product div i {
	font-size: 30px;
	color: #fff;
	line-height: 50px;
}

.index .product .product-box .slides li:hover {
	-webkit-box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
	box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
}

.index .product .product-box .slides li:hover .slides-product p {
	font-size: 18px;
	color: #161616;
}

.index .product .product-box .slides li:hover .slides-product div {
	margin: 20px 40px 0 0;
	opacity: 1;
}

.index .product .flexslider .flex-control-nav {
	height: 7px;
	bottom: 10px;
}

.index .product .flexslider .flex-control-nav li a {
	width: 7px;
	height: 7px;
	background-color: #e6e6e6;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.index .product .flexslider .flex-control-nav li a.flex-active {
	background-color: #65e56a;
}

.index .video {
	background-image: url("../img/index/bottom.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.index .video .video-box .flex-viewport {
	padding-bottom: 42px;
}

.index .video .video-box .slides li {
	/*width: 25%;*/
	height: 254px;
	position: relative;
	cursor: pointer;
}

.index .video .video-box .slides li .slides-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.index .video .video-box .slides li .slides-paly {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	position: absolute;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.index .video .video-box .slides li .slides-paly i {
	color: rgba(255, 255, 255, 0.5);
	font-size: 30px;
	text-align: center;
	display: block;
	line-height: 58px;
	text-indent: 1px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.index .video .video-box .slides li .slides-paly:hover,
.index .video .video-box .slides li:hover .slides-paly {
	border: 1px solid rgba(255, 255, 255, 0);
	background-color: rgba(255, 255, 255, 0.4);
}

.index .video .video-box .slides li .slides-paly:hover i {
	color: white;
}

.index .video .copyright {
	padding: 50px 0 20px;
}


/*# sourceMappingURL=../maps/main.css.map */
.index .banner .flexslider .slides li{
	position: relative;
}
.index .banner .flexslider .slides li .bannerBg {
	-webkit-transition: all 3s ease-in-out 0.5s;
	-moz-transition: all 3s ease-in-out 0.5s;
	-ms-transition: all 3s ease-in-out 0.5s;
	-o-transition: all 3s ease-in-out 0.5s;
	transition: all 3s ease-in-out 0.5s;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-o-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12);
}

.index .banner .flexslider .slides li.flex-active-slide .bannerBg {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.bannerText{
	position: absolute;
	left:0;
	top:50%;
	margin-top: -100px;
	text-align: center;
	
}
.bannerText h1,.bannerText p{
	color:#fff;
}
.bannerText h1 span:first-child{
	font-weight: 500;
	font-size: 32px;
}
.bannerText h1 span:last-child{
	font-weight: 100;
	font-size: 30px;
}
.bannerText p{
	font-size:22px;
}
.video_pop {
	position: fixed;
	left: 50%;
	top: 50%;
/*	width: 70%;*/
	z-index: 99999;
	/*margin-left: -45%;*/
	margin-top: -20%;
	display: none;
	background: #000;
}

.video_pop .close_video {
	position: absolute;
	right: -30px;
	top: -40px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.close_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

@keyframes 'infinteRotate' {
	0% { transform:rotate(0deg);-webkit-transform:rotate(0deg); }
	100% { transform:rotate(360deg);-webkit-transform:rotate(360deg); }
}
@-webkit-keyframes 'infinteRotate' {
	0% { transform:rotate(0deg);-webkit-transform:rotate(0deg); }
	100% { transform:rotate(360deg);-webkit-transform:rotate(360deg); }
}

@media screen and (max-width: 1024px) and (min-width: 768px){
	.index .banner:before{
		display:none;
	}
	.maxsize { max-width: 700px; }
	.index .banner .header.fixed::before, .index .banner .header.fixed::after {
	    width: 5px;
	    height: 40px;
	}	
	.index_banner .slides li .text h1 {
	    font-size: 40px;
	}	
	.index .banner{
		height: 60vh;
		/*padding-top:40px;*/
	}
	.index_banner .slides li .bg {
	    display: block;
	}		
	.index .banner .chanpin .chanpin-list ul li .li-bg .li-img{
		max-width: 100%;
		width: 170px;
	}
	.index .banner .chanpin .chanpin-list ul li .li-bg .li-tuwen .li-tuwen-box p{
		margin-left: 5px;
	}	
	.bannerText h1 span:first-child{
		font-size: 50px;
		width: 100%;
    display: block;
	}
	.bannerText h1 span:last-child{
		font-size: 38px;
	}
	.bannerText p{
		font-size: 22px;
	}
	.index .banner .flexslider .flex-control-nav{
		padding-right: 0;
	}
	.index .news .width-1200 .news-left{
		padding-left: 30px;
	}
	.navbar-top,.width-1200,.public-top,.min-1200,.index .product .product-box,.min-1200{
		width: 100%;
		min-width: initial;
	}
	.navbar-top .logo{
		width: 20%;
	}
	.navbar-top .list{
		width: 80%;
	}

	.index .banner .header::before {
		width: 5px;
		height: 40px;
	}

	.index .banner .header .logo,.index .banner .header.fixed .logo {
		line-height: 40px;
		width: 30%;
    margin-left: 0;
	}

	.index .banner .header .logo img {
		width: 70px;
	}

	.index .banner .header .list {
		display: none;
	}
	.index .banner .header .gongneng {
		display: none;
	}

	.index .banner .header,.index .banner .header.fixed {
		position: fixed;
    	top: 0;
		left: 0;
		z-index: 1002;
		background: #ffffff;
		min-width: 0;
		height: 40px;
    	width: 100%;
    	margin-top: 0;
	}

	.header::after {
		content: '';
		width: 5px;
		height: 40px;
		background-color: #40E0D0;
		-webkit-box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
		box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
		position: absolute;
		top: 0;
		right: 0;
	}

	.bannerText {
		top: 60%;
	}
}
@media screen and (max-width: 767px) {
	.index .banner:before{
		display:none;
	}
	.index .video .video-box .slides li .slides-img{
		background-size: initial;
	}
	.index_banner .slides li .text{
		top:0;
		margin-top: 300px;
		width: 100%;
		left:0;
		padding:0 5%;
	}
	.index_banner .slides li .text p{
		margin-top: 5px;
	}
	.index_banner .slides li .text h1 {
	    font-size: 20px;
	}	
	.index_banner .slides li .bg {
	    display: block;
	}	
	.index .banner{
		height: 60vh;
		/*padding-top:40px;*/
	}	
	.index_banner li .maxsize {
	    height: 100%;
	    position: relative;
	}	
	.index .banner .chanpin .chanpin-list ul li .li-bg .li-tuwen .li-tuwen-box{
	   height: 80px;
	}
	.index .banner .chanpin .chanpin-list ul li .li-bg .li-tuwen .li-tuwen-box p {
	    display: none;
	}
	.index .banner .chanpin .chanpin-list ul li .li-bg .li-tuwen .li-tuwen-box .li-tuwen-box-top{
		margin: 17px auto 0 auto;
		float: none;
	}
	.index .news .width-1200 .news-left .title{
		font-size: 20px;
		margin:45px 0 30px 0;
	}
	.index .banner-two .banner-two-box .width-1200 .banner-two-left div i{
	    font-size: 36px;
	    line-height: 80px;
	}	
	.index .banner-two .banner-two-box .width-1200 .banner-two-left p{
		font-size: 14px;
	}	
	.index .banner-two{
		height: 300px;
	}	
	.index .news {
	    width: 100%;
	    height: 180px;
	}	
	.index .banner-two .banner-two-box .width-1200 .banner-two-left div{
		width: 80px;
		height: 80px;
		margin: 55px auto 0;
	}	
	.index .banner-two .banner-two-box .width-1200 .title{
		font-size: 21px;
	}
	.index .product .title{
		font-size: 22px;
		margin-top: 45px;
	}		
	.index .product .heng{
    	margin: 18px auto 30px;
	}
	.index .product .product-box .slides li .slides-product p{
		max-width: 100%;
		font-size: 12px;
		line-height: 60px;		
	}	
	.index .product .product-box .slides li{
		height: 290px;	
	}	
	.index .product .product-box .slides li .slides-product div{
		display: none;
	}	
	.index .banner .chanpin .chanpin-list ul li .li-bg .li-img{
		max-width: 100%;
		width: 80px;
	}	
	.bannerText h1 span:first-child{
		font-size: 26px;
		width: 100%;
    display: block;
	}
	.bannerText h1 span:last-child{
		font-size: 18px;
	}
	.bannerText p{
		font-size: 14px;
	}
	.index .banner .flexslider .flex-control-nav{
		padding-right: 0;
	}
	.index .news .width-1200 .news-left{
		padding-left: 10px;
	}	
	.navbar-top,.width-1200,.public-top,.min-1200,.index .product .product-box{
		width: 100%;
		min-width: initial;
	}	
	.mt-40{
		margin-top: 20px;
	}
	.public-top{
		padding-top: 50px;
		height: 220px;
	}
	.navbar-top{
		display: none;
	}
	.public-top h1{
		margin-top: 0;
		font-size: 23px;
	}
	.public-top>div>p{
		font-size: 15px;
		margin-top: 10px;
	}
	.navbar-static-bottom .pull-left{
		width: 100%;
	}
	.navbar-static-bottom .pull-left:last-child{
		display: none;
	}
	.index .banner .flexslider .flex-control-nav{
		right: 30px;	
	}

	.index .banner .header::before, .index .banner .header::after {
		width: 5px!important;
		height: 40px!important;
	}

	.index .banner .header .logo ,.index .banner .header.fixed .logo{
		line-height: 40px;
		width: 30%;
    	margin-left: 0;
	}

	.index .banner .header .logo img {
		width: 70px;
	}

	.index .banner .header .list {
		display: none;
	}
	.index .banner .header .gongneng {
		display: none;
	}

	.index .banner .header,.index .banner .header.fixed {
		position: fixed;
    	top: 0;
		left: 0;
		z-index: 1002;
		background: #ffffff;
		min-width: 0;
		height: 40px;
    	width: 100%;
    	margin-top: 0;
	}

	.header::after {
		content: '';
		width: 5px;
		height: 40px;
		background-color: #40E0D0;
		-webkit-box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
		box-shadow: 0 10px 50px rgba(85, 85, 85, 0.1);
		position: absolute;
		top: 0;
		right: 0;
	}

	.bannerText {
		top: 60%;
	}
}

