@charset "utf-8";
/* CSS Document */
body,div,span,img,h1,h2,h3,h4,h5,h6,ul,li,ol,p,i,b,strong,a,table,th,td,form,input,textarea
{font-family:"SF Pro SC","HanHei SC","Myriad Set Pro","PingFang SC","Microsoft YaHei",SimHei,sans-serif;
margin:0;padding:0;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
@font-face{font-family:'FuturaLL';src:url('../Fonts/Futura LT Light.otf');}
ol,ul,li{list-style:none;}
a{color:#333;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;display:inline-block;vertical-align:middle;}
/* --Public-- */
.hidden{overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:".";visibility:hidden;display:block;height:0;clear:both;}
.t-c{text-align:center;}
.t-r{text-align:right;}
.valign-middle{display:table-cell;vertical-align:middle;}
/* --pub-- */
.pub{width:1180px;margin:auto;position:relative;}

#menu{position:fixed;right:30px;top:50%;width:18px;margin-top:-100px;padding:0;list-style-type:none;z-index:9999;}
#menu li{float:left;margin-top:10px;}
#menu li a{display:block;float:left;width:10px;height:10px;margin-left:4px;text-indent:-100px;overflow:hidden;border-radius:50%;background:#fff;}
#menu li.active a{width:18px;height:18px;border:4px solid #FFF;background:none;margin-left:0;}

.header{width:100%;height:120px;position:fixed;left:0;top:0;z-index:9999;/*border-bottom:1px solid #476ca9;*/}
.header-logo{float:left;margin-top:35px;}
.header-logo img{width:369px;height:51px;display:block;}
.header-logo2{float:left;margin-top:35px;display:none;}
.header-logo2 img{width:369px;height:51px;display:block;}

.header-nava{width:728px;float:right;margin-top:24px;}
.header-nava .tel{width:180px;font-size:18px;color:#FFF;line-height:28px;padding-left:36px;background:url(../Image/tel.png) no-repeat left center;float:right;}
.header-nava .wechat{width:28px;height:28px;float:right;margin-right:10px;position:relative;cursor:pointer;}
.header-nava .wechat span{width:28px;height:28px;background:url(../Image/wechat.png) no-repeat left center;display:block;}
.header-nava .wechat img{width:178px;height:178px;display:block;position:absolute;left:-75px;top:40px;box-shadow:0 0 16px rgba(0,0,0,0.2);z-index:-9999;display:none;
	opacity:0;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-o-transform: translateY(-20px);
}
.header-nava .wechat.hover:hover img{
	display:block;
	opacity: 1;
	z-index:99999;
	transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}
.header-nava .douyin{width:28px;height:28px;float:right;margin-right:10px;position:relative;cursor:pointer;}
.header-nava .douyin span{width:28px;height:28px;background:url(../Image/douyin.png) no-repeat left center;display:block;}
.header-nava .douyin img{width:178px;height:178px;display:block;position:absolute;left:-75px;top:40px;box-shadow:0 0 16px rgba(0,0,0,0.2);z-index:-9999;display:none;
	opacity:0;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-o-transform: translateY(-20px);
}
.header-nava .douyin.hover:hover img{
	display:block;
	opacity: 1;
	z-index:99999;
	transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}
.header-nava .taobao{width:28px;height:28px;float:right;background:url(../Image/taobao.png) no-repeat left center;background-size:cover;margin-right:10px;}
.header-nava .taobao img{width:28px;height:28px;display:block;}
.header-nava .jingdong{width:28px;height:28px;float:right;background:url(../Image/jingd.png) no-repeat left center;background-size:cover;}
.header-nava .jingdong img{width:28px;height:28px;display:block;}
.search{width:28px;height:28px;float:right;margin-right:20px;position:relative;overflow:hidden;}
.search input.s{width:0;height:28px;line-height:28px;color:#FFF;font-size:14px;border:none;outline:none;background:none;
border-bottom:1px solid #f2f2f2;position:absolute;right:0;top:0;}
.search input.b{width:28px;height:28px;border:none;outline:none;background:url(../Image/search.png) no-repeat center;cursor:pointer;position:absolute;left:0;top:0;z-index:9;}
.search input::-webkit-input-placeholder{color:#FFF;}

.nava{width:100%;height:54px;margin-top:14px;overflow:hidden;}
.nava li{width:84px;height:54px;float:left;margin-left:20px;font-size:16px;color:#fff;line-height:54px;text-align:center;position:relative;overflow:hidden;cursor:pointer;}
.nava li span{width:0px;height:3px;background:#FFF;position:absolute;left:50%;bottom:0;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.nava li:hover span{width:60%;left:20%;}

.header.current{background:#FFF;border:none;box-shadow:0 0 16px rgba(0,0,0,0.2);}
.header.current .header-logo{display:none;}
.header.current .header-logo2{display:block;}
.header.current .header-nava .tel{color:#000;background:url(../Image/tel2.png) no-repeat left center;}
.header.current .header-nava .wechat span{background:url(../Image/wechat2.png) no-repeat left center;}
.header.current .header-nava .taobao{background:url(../Image/taobao2.png) no-repeat left center;background-size:cover;}
.header.current .search input.s{color:#333;border-bottom:1px solid #ddd;}
.header.current .search input.b{background:url(../Image/search2.png) no-repeat center;}
.header.current .search input::-webkit-input-placeholder{color:#999;}
.header.current .nava li{color:#333;}
.header.current .nava li:hover{color:#ef7228;}
.header.current .nava li span{background:#ef7228;}

/* --banner-- */
.swiper-banner{width:100%;height:100%;margin:auto;overflow:hidden;position:absolute;left:0;top:0;}
.swiper-banner .swiper-slide{overflow:hidden;position:relative;}
.swiper-banner .swiper-slide .imgScale{width:100%;height:100%;display:block;background-repeat:no-repeat;background-position:center top;background-size:cover;
	transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
	transition: 12s;
	-moz-transition: 12s;
	-webkit-transition: 12s;
	-o-transition: 12s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
}
.swiper-banner .ani-slide .imgScale{
	transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.slide-inner{width:1180px;height:100%;left:50%;top:0;margin-left:-590px;z-index:99;position:absolute;}
.slide-inner .banner_img{position:absolute;opacity:0;}
.slide-inner .banner1_1{
	width:906px;height:auto;left:137px;top:350px;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transform: translateY(100px);
	-ms-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
}
.swiper-banner .ani-slide .banner1_1{
    opacity: 1;
	transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}
.slide-inner .banner3_1{
	width:756px;height:auto;left:212px;top:350px;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transform: translateY(100px);
	-ms-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
}
.swiper-banner .ani-slide .banner3_1{
    opacity: 1;
	transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.index-banner-glide{width:84px;height:36px;background:url(../Image/glide_icon.png) no-repeat center;position:absolute;left:50%;bottom:60px;margin-left:-42px;z-index:999;}
.index-banner-pagination{left:50%;bottom:0 !important;margin-left:-69px;z-index:999;text-align:center;position:absolute;}
.index-banner-pagination .swiper-pagination-bullet{width:46px !important;height:50px !important;margin:0 !important;float:left !important;font-size:16px;color:#FFF;font-family:'FuturaLL';
border-radius:1px !important;opacity:1 !important;background:none !important;}
.index-banner-pagination .swiper-pagination-bullet-active{color:#f0762c;background:url(../Image/banner_page_hover.png) no-repeat center bottom !important;}

/* --index-- */
.index-company-bg2{width:50%;height:100%;position:absolute;right:0;top:0;background-image:url(../Image/company_bg_1.jpg);background-repeat:no-repeat;background-position:right top;background-size:cover;}
.index-company-bg3{width:990px;height:100%;left:50%;top:0;margin-left:-590px;z-index:99;position:absolute;background:#FFF;}
.index-company{width:1180px;height:auto;padding-right:190px;padding-top:120px;margin:auto;position:relative;z-index:999;}
.index-company-con{width:590px;height:auto;float:left;margin-top:40px;}
.index-company-con .title img{display:block;}
.index-company-con .title h1{font-size:42px;color:#000;line-height:84px;}
.index-company-con .text{margin-top:20px;}
.index-company-con .text p{font-size:16px;line-height:32px;color:#666;text-indent:2em;}
.index-company-con .link{width:220px;height:56px;font-size:16px;line-height:56px;text-align:center;color:#FFF;margin-top:60px;background:#53a8f0;display:block;}

.index-company-intro{width:270px;float:right;}
.index-company-intro li{width:270px;color:#333;font-weight:bold;line-height:32px;margin:40px 0;float:left;
	opacity:0;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transform: translateY(40px);
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-o-transform: translateY(40px);
}
.index-company-intro li:nth-of-type(2){
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}
.index-company-intro li:nth-of-type(3){
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}
.index-company-intro li:nth-of-type(4){
	transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}
.ani-cur .index-company-intro li{
    opacity: 1;
	transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.index-company-intro li span{font-size:16px;}
.index-company-intro li span b{font-size:36px;font-family:'FuturaLL';margin-right:20px;}
.index-company-intro li p{font-size:16px;padding-left:32px;margin-top:10px;}
.index-company-intro li:nth-of-type(1) p{background:url(../Image/company_list_1.png) no-repeat left center;}
.index-company-intro li:nth-of-type(2) p{background:url(../Image/company_list_2.png) no-repeat left center;}
.index-company-intro li:nth-of-type(3) p{background:url(../Image/company_list_3.png) no-repeat left center;}
.index-company-intro li:nth-of-type(4) p{background:url(../Image/company_list_4.png) no-repeat left center;}



.index-product-bg{background:url(../Image/product_bg.jpg) no-repeat center;background-size:100% 100%;}
.index-product{width:1180px;height:auto;margin:auto;margin-top:120px;position:relative;z-index:999;}
.index-product .title{float:left;}
.index-product .title img{display:block;}
.index-product .title h1{font-size:42px;color:#FFF;line-height:84px;}
.index-product .type{float:right;margin-top:20px;}
.index-product .type li{width:164px;height:70px;font-size:24px;color:#82cffc;font-weight:bold;text-align:center;margin-left:30px;line-height:70px;float:left;cursor:pointer;}
.index-product .type li.current{color:#FFF;background:url(../Image/product_type_hover.png) no-repeat center bottom;}

.index-productlist{}
.index-productlist-con{width:1180px;height:474px;margin:40px auto 0;position:relative;}
.swiper-product{position:relative;overflow:hidden;}
.swiper-product .swiper-slide{position:relative;cursor:pointer;margin-top:40px;padding:6px;background:#FFF;border:3px solid #67b3d9;border-radius:4px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}
.swiper-product .swiper-slide:nth-of-type(2n){margin-top:0;
	transform: translateY(20px);
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
}
.ani-cur .swiper-product .swiper-slide{
	transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.swiper-product .swiper-slide .img{width:262px;height:316px;overflow:hidden;position:relative;}
.swiper-product .swiper-slide .img img{width:262px;height:316px;display:block;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.swiper-product .swiper-slide .img .hover{width:262px;height:316px;background:rgba(0,159,255,0.65);position:absolute;left:0;top:0;z-index:9;opacity:0;}
.swiper-product .swiper-slide .img .hover .l{width:103px;height:100px;background:url(../Image/product_hover_1.png) no-repeat center;position:absolute;left:30px;top:30px;
	opacity:0;-webkit-transition:all 0.6s ease;transition:all 0.6s ease;
}
.swiper-product .swiper-slide .img .hover .r{width:103px;height:100px;background:url(../Image/product_hover_2.png) no-repeat center;position:absolute;right:30px;bottom:30px;
	opacity:0;-webkit-transition:all 0.6s ease;transition:all 0.6s ease;
}
.swiper-product .swiper-slide .img .hover .m{width:65px;height:67px;background:url(../Image/product_hover.png) no-repeat center;position:absolute;left:98.5px;top:124.5px;
	opacity:0;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
}

.swiper-product .swiper-slide:hover .img img{transform:scale(1.08);}
.swiper-product .swiper-slide:hover .img .hover{opacity:1;}
.swiper-product .swiper-slide:hover .img .hover .l{opacity:1;left:10px;top:10px;}
.swiper-product .swiper-slide:hover .img .hover .r{opacity:1;right:10px;bottom:10px;}
.swiper-product .swiper-slide:hover .img .hover .m{opacity:1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}




.swiper-product .swiper-slide .title{padding:30px 20px 10px;color:#0172b6;position:relative;}
.swiper-product .swiper-slide .title h2{font-size:26px;line-height:20px;font-weight:bold;font-family:'FuturaLL';}
.swiper-product .swiper-slide .title p{height:32px;font-size:20px;line-height:32px;margin-top:8px;overflow:hidden;font-weight:bold;}
.swiper-product .swiper-slide .title span{width:42px;height:2px;background:#0172b6;position:absolute;left:64px;top:36px;}
.swiper-product .swiper-slide:nth-of-type(2n) .title{padding:20px;}
.swiper-product .swiper-slide:nth-of-type(2n) .title span{top:26px;}

.swiper-button-next1,.swiper-button-next2{
	position:absolute;
	right:-50px;
	top: 40%;
	width: 24px;
	height: 45px;
	z-index: 10;
	cursor: pointer;
	background-image:url(../Image/right.png);
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-prev1,.swiper-button-prev2{
	position:absolute;
	left:-50px;
	top: 40%;
	width: 24px;
	height: 45px;
	z-index: 10;
	cursor: pointer;
	background-image:url(../Image/left.png);
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-disabled{opacity:0.4;}


.index-advantage-bg{background:url(../Image/advantage_bg.jpg) no-repeat center;background-size:100% 100%;}
.index-advantage{width:1180px;height:auto;padding-top:120px;margin:auto;position:relative;z-index:999;}

.index-advantage-left{width:510px;float:left;}
.index-advantage-left .title img{display:block;}
.index-advantage-left .title h1{font-size:42px;color:#FFF;line-height:84px;}
.index-advantage-left .title p{font-size:16px;line-height:24px;color:#56bde9;}

.index-advantage-list{width:410px;height:auto;margin-top:30px;}
.index-advantage-list li{padding:18px 0 18px 100px;border-bottom:1px solid #53b7e3;position:relative;cursor:pointer;
	opacity:0;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
}
.index-advantage-list li:nth-of-type(2){
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}
.index-advantage-list li:nth-of-type(3){
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}
.index-advantage-list li:nth-of-type(4){
	transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}
.index-advantage-list li:nth-of-type(5){
	transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
}
.ani-cur .index-advantage-list li{
	opacity:1;
	transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}
.index-advantage-list li span{width:100px;height:100%;position:absolute;left:0;top:0;background:url(../Image/advantage_icon_normal.png) no-repeat 12px center;}
.index-advantage-list li h2{font-size:24px;color:#FFF;line-height:36px;}
.index-advantage-list li p{font-size:16px;line-height:24px;color:#56bde9;}
.index-advantage-list li:hover{background:url(../Image/advantage_list_bg.png) no-repeat center;background-size:cover;}
.index-advantage-list li:hover span{background:url(../Image/advantage_icon_hover.png) no-repeat 12px center;}


.index-advantage-right{width:670px;height:700px;float:right;position:relative;}
.index-advantage-text{width:485px;height:637px;padding:114px 82px 0 98px;background:url(../Image/advantage_text.png) no-repeat center;position:absolute;right:-20px;top:-20px;}
.index-advantage-text .text{transform: rotate(-1deg);display:none;}
.index-advantage-text .text h2{font-size:24px;color:#FFF;line-height:36px;text-align:center;}
.index-advantage-text .text p{font-size:16px;line-height:28px;margin-top:50px;padding:0 30px;}
.index-advantage-text .text img{width:248px;display:block;margin-left:30px;margin-top:20px;}

.index-advantage-little li{width:132px;height:132px;position:absolute;z-index:999;cursor:pointer;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
}
.index-advantage-little li:nth-of-type(1){
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}
.index-advantage-little li:nth-of-type(3){
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}
.index-advantage-little li:nth-of-type(4){
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}
.index-advantage-little li:nth-of-type(5){
	transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
}
.ani-cur .index-advantage-little li{
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}
.index-advantage-little li .img-b{width:132px;height:132px;border:1px dashed #01eaff;border-radius:50%;position:absolute;left:0;top:0;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.ani-cur .index-advantage-little li:nth-of-type(1) .img-b{animation:revolve 25s linear 1.2s infinite;}
.ani-cur .index-advantage-little li:nth-of-type(2) .img-b{animation:revolve 25s linear 1s infinite;}
.ani-cur .index-advantage-little li:nth-of-type(3) .img-b{animation:revolve 25s linear 1.4s infinite;}
.ani-cur .index-advantage-little li:nth-of-type(4) .img-b{animation:revolve 25s linear 1.3s infinite;}
.ani-cur .index-advantage-little li:nth-of-type(5) .img-b{animation:revolve 25s linear 1.1s infinite;}


.index-advantage-little li .img{width:90px;height:90px;padding:20px;background:#01eaff;border-radius:50%;position:absolute;left:21px;top:21px;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.index-advantage-little li .img img{width:auto;height:50px;display:block;margin:auto;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.index-advantage-little li p{width:132px;font-size:16px;color:#FFF;line-height:24px;text-align:center;position:absolute;left:0;top:138px;}
.index-advantage-little li:nth-child(1){left:100px;top:0px;}
.index-advantage-little li:nth-child(2){left:0;top:160px;}
.index-advantage-little li:nth-child(3){left:60px;top:340px;}
.index-advantage-little li:nth-child(4){left:160px;top:500px;}
.index-advantage-little li:nth-child(5){left:340px;top:570px;}

.index-advantage-little li:hover .img-b{width:0;height:0;left:50%;top:50%;}
.index-advantage-little li:hover .img{width:132px;height:132px;padding:38px;left:0;top:0;}
.index-advantage-little li:hover .img img{height:56px;}




.index-news-bg{background:url(../Image/news_bg.jpg) no-repeat center;background-size:100% 100%;}
.index-news{width:1180px;height:auto;padding-top:120px;margin:auto;position:relative;z-index:999;}
.index-news .title img{display:block;}
.index-news .title h1{font-size:42px;color:#000;line-height:84px;}
.index-news-list{margin-top:10px;}
.index-news-list li{width:295px;float:left;background:#e1edff;
	opacity:0;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
}
.index-news-list li:nth-of-type(2){
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}
.index-news-list li:nth-of-type(3){
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}
.index-news-list li:nth-of-type(4){
	transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}
.ani-cur .index-news-list li{
	opacity:1;
	transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}
.index-news-list li:nth-of-type(2n){background:#FFF;}

.index-news-list li .line{width:33px;height:2px;background:#ee6a2c;position:absolute;left:131px;top:235px;z-index:9;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.index-news-list li .img{border-bottom:2px solid #d5dadf;position:relative;overflow:hidden;}
.index-news-list li .img img{width:295px;height:235px;display:block;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.index-news-list li .text{padding:30px 20px 30px;text-align:center;line-height:24px;}
.index-news-list li .text .time{font-size:24px;font-weight:bold;}
.index-news-list li .text .headword{height:24px;overflow:hidden;font-size:17px;font-weight:bold;margin:16px 0 14px;}
.index-news-list li .text .content{height:72px;overflow:hidden;font-size:16px;color:#666;}
.index-news-list li .text .link{width:140px;height:32px;background:url(../Image/more.png) no-repeat center;border:1px solid #8ea1b3;display:block;margin:24px auto 0;
-webkit-transition:all 0.4s;transition:all 0.4s;}

.index-news-list li:hover .line{width:295px;left:0;}
.index-news-list li:hover .img img{transform:scale(1.2);}
.index-news-list li:hover .text .link{background:url(../Image/more2.png) no-repeat center #ee6a2c;border:1px solid #ee6a2c;}



.index-video-bg{background:url(../Image/video_bg.jpg) no-repeat center;background-size:100% 100%;}
.index-video-bg2{width:60%;height:540px;background:#f0f6ff;position:absolute;left:0;bottom:0;z-index:9;}
.index-video{width:1180px;height:auto;padding-top:120px;padding-bottom:500px;margin:auto;position:relative;z-index:99;}
.index-video .title img{display:block;}
.index-video .title h1{font-size:42px;color:#FFF;line-height:84px;}
.index-video-list{width:590px;height:540px;padding:60px 0;position:absolute;left:50%;bottom:0;margin-left:-590px;z-index:990;background:url(../Image/video_line.png) no-repeat left 5px top 98px;}
.index-video-list li{font-size:16px;line-height:24px;color:#666;padding:30px 40px;position:relative;cursor:pointer;}
.index-video-list li i{width:10px;height:10px;background:#b5cbeb;position:absolute;left:0;top:36px;border-radius:50%;}
.index-video-list li b{font-size:24px;margin-right:30px;}
.index-video-list li.current{font-size:20px;color:#000;}
.index-video-list li.current b{font-size:30px;}
.index-video-con{width:500px;height:584px;position:absolute;left:50%;margin-left:90px;bottom:40px;z-index:999;
	opacity:0;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transform: translateX(50px);
	-moz-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-o-transform: translateX(50px);
}
.ani-cur .index-video-con{
	opacity:1;
	transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
}
.index-video-con img{width:100%;height:100%;display:block;}

.index-message-bg{background:#FFF;}
.index-message{width:1180px;height:auto;margin:auto;margin-top:120px;margin-bottom:360px;position:relative;z-index:999;background:#FFF;box-shadow:0 0 16px rgba(0,0,0,0.3);border-top-left-radius:8px; border-top-right-radius:8px;overflow:hidden;}
.index-message-title{width:1180px;height:182px;text-align:center;padding-top:46px;background:url(../Image/message_title.png) no-repeat center;background-size:100% 100%;}
.index-message-title h1{font-size:42px;color:#FFF;line-height:60px;}
.index-message-title p{font-size:16px;color:#FFF;line-height:24px;}

.index-message-form{width:1180px;height:198px;padding:30px 15px;background:#f0f6ff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}
.index-message-form .input{width:257px;height:38px;float:left;margin:5px 15px;background:#d8e4f5;border-radius:4px;}
.index-message-form .input span{width:72px;height:38px;float:left;font-size:15px;line-height:38px;text-align:center;color:#666;}
.index-message-form .input input{width:180px;height:38px;float:left;font-size:15px;line-height:38px;color:#000;border:none;outline:none;background:none;}
.index-message-form .input2{width:831px;}
.index-message-form .input2 input{width:754px;}
.index-message-form .button{width:257px;height:38px;float:left;font-size:16px;line-height:38px;text-align:center;color:#FFF;margin:5px 15px;background:#2f7ef0;border-radius:4px;}

.index-message-form .tel{font-size:16px;text-align:center;margin-top:16px;}
.index-message-form .tel b{font-size:26px;color:#ed642c;}


/* --footer-- */
.footer{width:100%;height:360px;position:relative;}
.index-message-bg .footer{position:absolute;left:0;bottom:0;z-index:999;}

.footer-top{width:100%;height:87px;padding-top:15px;border-bottom:3px solid #213a42;background:#1a191e;min-width:1180px;}
.footer-top ul li{width:15%;float:left;line-height:24px;padding-left:60px;padding-top:6px;margin-right:13.33%;}
.footer-top ul li b{font-size:24px;color:#FFF;display:block;}
.footer-top ul li p{font-size:16px;color:#666666;}
.footer-top ul li:nth-child(1){background:url(../Image/footer_icon_1.png) no-repeat left center;}
.footer-top ul li:nth-child(2){background:url(../Image/footer_icon_2.png) no-repeat left center;}
.footer-top ul li:nth-child(3){background:url(../Image/footer_icon_3.png) no-repeat left center;}
.footer-top ul li:nth-child(4){background:url(../Image/footer_icon_4.png) no-repeat left center;margin-right:0;}

.footer-middle{width:100%;height:230px;min-width:1180px;background:#222222;overflow:hidden;}

.footer-contact{width:700px;float:left;line-height:24px;margin-top:36px;}
.footer-contact h1{font-size:24px;color:#666666;margin-bottom:16px;}
.footer-contact p{font-size:16px;color:#666666;}

.footer-erweima{width:240px;float:left;text-align:center;margin-top:20px;}
.footer-erweima p{font-size:16px;color:#666666;}
.footer-erweima img{width:98px;display:inline-block;margin:10px auto 0;}

.footer-hotline{width:240px;float:right;text-align:right;margin-top:40px;}
.footer-hotline p{font-size:16px;color:#666666;line-height:32px;}
.footer-hotline .tel{font-size:26px;color:#2f7ef0;}

.footer-links{width:auto;height:50px;line-height:50px;overflow:hidden;font-size:16px;color:#a3a3a3;border-top:1px solid #2a2a2a;margin-top:28px;}
.footer-links a{font-size:16px;color:#666666;margin-left:30px;}
.footer-links a:hover{color:#FFF;}

.footer-bottom{width:100%;height:43px;min-width:1180px;background:#242426;overflow:hidden;}
.footer_icp{font-size:14px;color:#666666;line-height:43px;text-align:center;}
.footer_icp a{font-size:14px;color:#666666;}

/* --inner-- */
.inner-header{min-width:1180px;position:relative;}

.inner-banner{width:100%;height:784px;min-width:1180px;background-size:cover;background-position:center;overflow:hidden;position:relative;}
.inner-banner-title{width:1180px;height:86px;margin:84px auto 54px;position:relative;background-repeat:no-repeat;background-size:auto 100%;background-position:center;overflow:hidden;}
.inner-banner-title h1{font-size:42px;line-height:80px;color:#FFF;text-align:center;text-shadow:2px 2px 5px rgba(0,0,0,0.5);}
.inner-banner-title span{width:42px;height:3px;background:#ef7228;position:absolute;left:50%;bottom:5px;margin-left:-21px;}

.inner-banner-container{width:1180px;height:auto;margin:auto;padding-top:80px;padding-bottom:164px;overflow:hidden;}
.inner-banner-container-type{width:214px;height:auto;padding:24px;float:left;border:2px solid #f28028;}
.inner-banner-container-type .title{line-height:28px;margin-bottom:10px;}
.inner-banner-container-type .title h2{font-size:30px;color:#333;}
.inner-banner-container-type .title p{font-size:14px;color:#999;}
.inner-banner-container-type ul li{width:162px;height:auto;padding:13px 0;font-size:18px;line-height:20px;font-weight:bold;text-align:center;background:#FFF;margin-top:4px;cursor:pointer;}
.inner-banner-container-type ul li:hover{background:#f28028;color:#FFF;}
.inner-banner-container-type ul .type p{font-size:16px;color:#000;line-height:32px;border-bottom:1px dashed #ccc;text-indent:32px;}
.inner-banner-container-type ul .type span{font-family:"宋体";margin-right:20px;color:#999;font-weight:bold;}

.inner-banner-container-text{width:966px;padding:20px 0 20px 40px;color:#333;float:left;}
.inner-banner-container-text h2{font-size:30px;line-height:36px;margin-bottom:20px;}
.inner-banner-container-text h3{font-size:24px;line-height:36px;margin-bottom:20px;}
.inner-banner-container-text p{font-size:16px;line-height:32px;color:#000;}
.inner-banner-container-text p b{font-weight:bold;}
.inner-banner-container-text p span{color:#ef7028;font-weight:bold;}


.inner-banner-container-jobs{width:234px;height:auto;float:left;background:#FFF;}
.inner-banner-container-jobs .title{height:78px;padding:15px 40px;line-height:28px;background:url(../Image/inner_title_line.png) no-repeat left 20px center #2e7eef;}
.inner-banner-container-jobs .title h2{font-size:24px;color:#FFF;}
.inner-banner-container-jobs .title p{font-size:14px;color:#FFF;}
.inner-banner-container-jobs ul{padding:16px 0 40px;}
.inner-banner-container-jobs ul li{width:208px;height:auto;padding:10px 0;font-size:16px;line-height:20px;text-align:center;background:#e9edf6;margin:4px auto 0;cursor:pointer;}
.inner-banner-container-jobs ul li:hover{background:#f28028;color:#FFF;}

.inner-banner-container-jobscontent{width:946px;padding:16px 40px;color:#000;float:left;display:none;}
.inner-banner-container-jobscontent li{display:none;}
.inner-banner-container-jobscontent li h1{font-size:30px;line-height:36px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #3769ab;}
.inner-banner-container-jobscontent li .tips{font-size:18px;font-weight:bold;line-height:32px;}
.inner-banner-container-jobscontent li .text h2{font-size:18px;line-height:32px;margin-top:12px;}
.inner-banner-container-jobscontent li .text p{font-size:14px;line-height:24px;}


.inner-banner-container-contact{width:946px;padding:16px 40px;color:#000;float:left;}
.inner-banner-container-contact h2{font-size:30px;line-height:36px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #3769ab;}
.inner-banner-container-contact .add{font-size:20px;line-height:28px;padding:12px 0 12px 60px;background:url(../Image/inner_contact_add.png) no-repeat left center;}
.inner-banner-container-contact ul{margin-top:30px;color:#FFF;}
.inner-banner-container-contact ul li{width:420px;float:left;padding:30px 50px;margin-right:26px;}
.inner-banner-container-contact ul li:nth-child(1){background:#2e7eef;}
.inner-banner-container-contact ul li:nth-child(2){background:#5b89c2;margin-right:0;}
.inner-banner-container-contact ul li h3{font-size:20px;line-height:28px;margin-bottom:10px;padding-left:40px;}
.inner-banner-container-contact ul li p{font-size:16px;line-height:28px;}
.inner-banner-container-contact ul li p b{font-size:20px;line-height:28px;}
.inner-banner-container-contact ul li:nth-child(1) h3{background:url(../Image/inner_contact_tel.png) no-repeat left center;}
.inner-banner-container-contact ul li:nth-child(2) h3{background:url(../Image/inner_contact_man.png) no-repeat left center;}

.contact-map{width:100%;margin-top:20px;border:1px solid #eee;border-radius:4px;}
.contact-map #dituContent{width:100%;height:260px;}

.inner-banner-video{width:1180px;height:396px;margin:auto;position:relative;}
.inner-banner-video-bg{width:1180px;height:524px;padding-top:12px;background:url(../Image/inner_video_bg.png) no-repeat center;position:relative;}
.inner-banner-video-bg img{width:1156px;display:block;margin:auto;}
.inner-banner-video-bg .play{width:72px;height:72px;background:url(../Image/inner_video_play.png) no-repeat center;position:absolute;left:554px;top:200px;}

.inner-banner-bottom{width:100%;height:164px;min-width:1180px;background:rgba(3,139,255,0.58);position:absolute;left:0;bottom:0;}
.inner-banner-bottom .pub{height:164px;position:relative;}
.inner-banner-bottom-text{width:892px;height:164px;float:left;display:table;}
.inner-banner-bottom-text p{font-size:18px;color:#d0f2ff;}

.inner-banner-bottom-img{position:absolute;right:0;bottom:60px;}
.inner-banner-bottom-img img{width:100%;height:auto;display:block;margin:auto;}

.inner-banner-bottom-news{width:288px;height:164px;float:right;background:url(../Image/inner_news_icon.png) no-repeat center;}
.inner-banner-bottom-news .con{width:116px;height:80px;padding:12px;border:1px solid #FFF;margin:42px auto 0;}
.inner-banner-bottom-news img{display:block;margin:auto;}
.inner-banner-bottom-news p{font-size:14px;color:#FFF;text-align:center;line-height:24px;}


.inner-container{width:100%;height:auto;min-width:1180px;padding:80px 0 120px;position:relative;}
.inner-container-title{padding:12px 20px;background:url(../Image/inner_title_line.png) no-repeat left center;}
.inner-container-title h2{font-size:30px;line-height:32px;color:#333;}
.inner-container-title p{font-size:14px;color:#999;line-height:24px;}

.inner-container-produce{margin-top:30px;}
.inner-container-produce .img1{float:left;box-shadow:0 0 16px rgba(0,0,0,0.3);border:4px solid #FFF;}
.inner-container-produce .con{float:right;width:890px;font-size:16px;color:#333;line-height:32px;margin-top:10px;text-indent:2em;}
.inner-container-produce .img2{float:left;box-shadow:0 0 16px rgba(0,0,0,0.3);border:4px solid #FFF;margin-top:30px;}
.inner-container-produce .video{float:right;margin-top:30px;margin-left:30px;position:relative;cursor:pointer;}
.inner-container-produce .video img{display:block;}
.inner-container-produce .video .title{width:165px;height:48px;font-size:20px;color:#FFF;line-height:48px;text-indent:60px;position:absolute;left:0;top:0;background:url(../Image/inner_aboutus_produce4.png) no-repeat left center;}

.inner-container-development{margin-top:30px;}
.inner-container-development .title{font-size:36px;color:#f38628;}
.inner-container-development .con{font-size:16px;color:#333;line-height:32px;margin-top:10px;text-indent:2em;}
.inner-container-development ul{position:relative;}
.inner-container-development ul li{height:146px;margin-top:70px;}
.inner-container-development ul li .num{width:134px;height:120px;font-size:48px;color:#FFF;line-height:120px;text-align:center;float:left;margin-top:13px;position:relative;z-index:3;background:url(../Image/inner_aboutus_advantage2.png) no-repeat center;}
.inner-container-development ul li .text{width:360px;height:146px;font-size:16px;line-height:24px;color:#333;float:right;margin-left:-60px;padding:0 20px 0 76px;background:#d5e9ff;display:table;}
.inner-container-development ul li.fr .num{float:right;}
.inner-container-development ul li.fr .text{padding:0 70px 0 26px;margin-right:-60px;margin-left:0;float:left;}
.inner-container-development ul .m-title{width:260px;height:260px;font-size:36px;color:#FFF;line-height:360px;text-align:center;position:absolute;left:50%;margin-left:-130px;top:130px;background:url(../Image/inner_aboutus_advantage1.png) no-repeat center;}

.inner-container-research{height:664px;margin-top:100px;background:url(../Image/inner_aboutus_advantage3.jpg) no-repeat center;}
.inner-container-research .fl{margin-top:120px;}
.inner-container-research .fr{margin-top:100px;}

.inner-container-quality{margin-top:20px;}
.inner-container-quality .con{font-size:16px;color:#333;line-height:32px;text-indent:2em;}

.inner-container-health{}
.inner-container-health li{float:left;margin-right:13.33px;margin-top:20px;}
.inner-container-health li img{width:285px;height:240px;display:block;}
.inner-container-health li:nth-child(4n){margin-right:0;}


.inner-idea1-list{margin-top:20px;}
.inner-idea1-list li{padding:20px 30px 5px 130px;font-size:16px;color:#333;line-height:24px;border-bottom:1px solid #ccc;}
.inner-idea1-list li b{color:#ef7028;}
.inner-idea1-list li:nth-child(1){background:url(../Image/inner_idea_img2.png) no-repeat left bottom;}
.inner-idea1-list li:nth-child(2){background:url(../Image/inner_idea_img3.png) no-repeat left bottom;}
.inner-idea1-list li:nth-child(3){background:url(../Image/inner_idea_img4.png) no-repeat left bottom;}

.inner-idea4-list{margin-top:20px;}
.inner-idea4-list li{}
.inner-idea4-list li p{width:720px;padding:15px 0;float:right;font-size:16px;color:#333;line-height:24px;border-bottom:1px dashed #ccc;}
.inner-idea4-list li:nth-child(1){background:url(../Image/inner_idea_img8.png) no-repeat left center;}
.inner-idea4-list li:nth-child(2){background:url(../Image/inner_idea_img9.png) no-repeat left top;}
.inner-idea4-list li:nth-child(3){background:url(../Image/inner_idea_img10.png) no-repeat left top;}

.inner-idea5-list{position:absolute;right:0;bottom:40px;}
.inner-idea5-list li{width:297px;float:left;margin-left:20px;}
.inner-idea5-list li img{width:297px;display:block;}
.inner-idea5-list li p{height:130px;padding:15px 10px;text-align:center;font-size:15px;color:#000;line-height:20px;background:#ececec;}




.inner_aboutus_culture{padding:170px;position:relative;}
.inner_aboutus_culture .img{display:block;margin:auto;}
.inner_aboutus_culture .cricle{position:absolute;left:392px;top:135px;
animation:revolve 25s linear infinite;}
.inner_aboutus_culture ul li{position:absolute;}
.inner_aboutus_culture ul li .text{max-width:230px;font-size:18px;line-height:24px;padding:5px 0;float:right;}
.inner_aboutus_culture ul li .title{width:162px;height:53px;font-size:24px;line-height:40px;text-align:center;color:#FFF;padding-left:16px;background:url(../Image/inner_aboutus_btn.png) no-repeat center;float:right;}
.inner_aboutus_culture ul li:nth-child(1){left:130px;top:100px;}
.inner_aboutus_culture ul li:nth-child(2){left:10px;top:240px;}
.inner_aboutus_culture ul li:nth-child(3){left:0;top:380px;}
.inner_aboutus_culture ul li:nth-child(4){left:100px;top:520px;}
.inner_aboutus_culture ul li:nth-child(5){right:50px;top:160px;}
.inner_aboutus_culture ul li:nth-child(6){right:30px;top:300px;}
.inner_aboutus_culture ul li:nth-child(7){right:50px;top:460px;}
.inner_aboutus_culture ul li:nth-child(5) .title{padding-left:0;padding-right:16px;background:url(../Image/inner_aboutus_btn2.png) no-repeat center;}
.inner_aboutus_culture ul li:nth-child(6) .title{padding-left:0;padding-right:16px;background:url(../Image/inner_aboutus_btn2.png) no-repeat center;}
.inner_aboutus_culture ul li:nth-child(7) .title{padding-left:0;padding-right:16px;background:url(../Image/inner_aboutus_btn2.png) no-repeat center;}

.inner_aboutus_health{height:628px;padding-left:10px;background:url(../Image/inner_health_course.png) no-repeat center;position:relative;}
.inner_aboutus_health li{width:143px;height:auto;font-size:16px;line-height:28px;text-align:center;float:left;margin:130px 26px 0;}
.inner_aboutus_health li:nth-child(1){margin-top:360px;}
.inner_aboutus_health li:nth-child(3){margin-top:360px;}
.inner_aboutus_health li:nth-child(5){margin-top:360px;margin-left:16px;}
.inner_aboutus_health li:nth-child(6){margin-top:210px;}

.inner_aboutus_future{height:628px;padding-top:120px;position:relative;}
.inner_aboutus_future img{margin:auto;display:block;}


.swiper-honor{width:90%;margin-left:5%;margin-top:50px;overflow:hidden;position:relative;}
.swiper-honor .swiper-slide{padding:4px;position:relative;cursor:pointer;}
.swiper-honor .swiper-slide .img{padding:15px;border:1px solid #ddd;position:relative;overflow:hidden;}
.swiper-honor .swiper-slide .img img{width:100%;height:auto;display:block;margin:auto;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.swiper-honor .swiper-slide:hover .img img{transform:scale(1.04);}
.swiper-honor .swiper-slide .dot{width:10px;height:10px;background:#ddd;position:absolute;}
.swiper-honor .swiper-slide .dot1{left:0;top:0;}
.swiper-honor .swiper-slide .dot2{right:0;top:0;}
.swiper-honor .swiper-slide .dot3{left:0;bottom:0;}
.swiper-honor .swiper-slide .dot4{right:0;bottom:0;}


.inner-culture{padding:20px 40px;}
.inner-culture p{font-size:16px;line-height:28px;color:#666;}
.inner-culture img{width:100%;display:block;margin:60px auto 0;}


.inner-cooperate-oem{margin-top:120px;}
.inner-cooperate-oem li{width:256px;margin-right:50px;background:#eff6ff;color:#333;float:left; padding-bottom:20px;}
.inner-cooperate-oem li:nth-child(4){margin-right:0px;}
.inner-cooperate-oem li .img img{width:100%;height:auto;}
.inner-cooperate-oem li .title{font-size:24px;font-weight:bold; padding:0 30px;text-align:center;line-height:32px;padding:32px 0 16px;border-bottom:1px solid #2e7eef;position:relative;}
.inner-cooperate-oem li .title span{width:24px;height:5px;background:#2e7eef;position:absolute;left:50%;bottom:-3px;margin-left:-12px;}
.inner-cooperate-oem li .con{height:176px;margin-top:20px;overflow:hidden; padding:0 30px;}
.inner-cooperate-oem li .con p{font-size:16px;line-height:32px;font-weight:bold;text-align:center;color:#333;}
.inner-cooperate-oem li:hover{background:#2e7eef;color:#FFF;}
.inner-cooperate-oem li:hover .title{border-bottom:1px solid #FFF;}
.inner-cooperate-oem li:hover .title span{background:#FFF;}
.inner-cooperate-oem li:hover .con p{color:#FFF;}
.inner-cooperate-oem .img img{width:100%;height:auto;}


.inner-cooperate-advantage{padding:0 20px;position:relative;}
.inner-cooperate-advantage .title{font-size:24px;font-weight:bold;line-height:60px;border-bottom:1px solid #ddd;margin-top:40px;}
.inner-cooperate-advantage .con3{width:578px;float:left;margin-top:120px;}
.inner-cooperate-advantage .con3 p{font-size:16px;line-height:32px;}
.inner-cooperate-advantage .img3{float:right;margin:70px 40px 0 0;}
.inner-cooperate-advantage .con2{width:520px;float:left;margin-top:60px;}
.inner-cooperate-advantage .con2 p{font-size:16px;line-height:32px;}
.inner-cooperate-advantage .img2{float:right;}
.inner-cooperate-advantage .num{width:224px;height:49px;font-size:20px;color:#FFF;line-height:30px;text-indent:32px;padding-top:19px;margin-top:60px;}
.inner-cooperate-advantage .num01{background:url(../Image/inner_cooperate_num1.png) no-repeat center;}
.inner-cooperate-advantage .num02{background:url(../Image/inner_cooperate_num2.png) no-repeat center;}
.inner-cooperate-advantage .num03{background:url(../Image/inner_cooperate_num3.png) no-repeat center;}
.inner-cooperate-advantage .con{margin-top:30px;}
.inner-cooperate-advantage .con p{font-size:16px;line-height:32px;}
.inner-cooperate-advantage .img{display:block;margin:auto;margin-top:40px;}


.inner-video-list{}
.inner-video-list li{width:260px;height:auto;background:#FFF;float:left;padding:20px;margin-top:30px;margin-left:12px;margin-right:30px;}
.inner-video-list li:nth-child(4n){margin-right:0px;}
.inner-video-list li h3{width:196px;height:56px;font-size:24px;line-height:56px;color:#FFF;text-indent:28px;border-bottom-right-radius:28px;border-top-right-radius:28px;background:#1782ff;margin-left:-32px;}
.inner-video-list li p{height:84px;font-size:16px;line-height:28px;color:#666;margin-top:20px;overflow:hidden;}

.inner-product{width:1180px;padding:80px 0 120px;margin:auto;}
.inner-product-type{width:214px;height:auto;padding:24px;float:left;border:2px solid #f28028;}
.inner-product-type .title{line-height:28px;}
.inner-product-type .title h2{font-size:30px;color:#333;}
.inner-product-type .title p{font-size:14px;color:#999;}
.inner-product-type ul li{width:162px;height:auto;padding:13px 0;font-size:18px;line-height:20px;font-weight:bold;text-align:center;background:#f28028;color:#FFF;margin-top:20px;cursor:pointer;}
.inner-product-type ul p{font-size:16px;color:#000;line-height:32px;padding:5px 0;border-bottom:1px dashed #ccc;text-align:center;}
.inner-product-type ul p:hover{color:#f28028;}


.inner-product-con{width:914px;float:right;}
.inner-product-title{}
.inner-product-title h2{font-size:30px;line-height:32px;color:#333;font-weight:bold;float:left;}
.inner-product-title .location{font-size:14px;height:32px;line-height:42px;color:#666;float:right;}

.inner-product-list{width:912px;margin:auto;}
.inner-product-list li{width:250px;float:left;margin:40px 27px 0;position:relative;}
.inner-product-list li:nth-child(3n){margin-right:0px;}
.inner-product-list li .img{width:250px;height:300px;overflow:hidden;}
.inner-product-list li .img img{width:100%;height:100%;display:block;
-webkit-transition:all 0.4s;transition:all 0.4s;}
.inner-product-list li:hover .img img{transform:scale(1.04);}
.inner-product-list li .title{width:auto;height:32px;font-size:16px;line-height:32px;padding-left:24px;margin-top:16px;background:url(../Image/inner_title_line.png) no-repeat left 6px center;overflow:hidden;}


.inner-news{width:1180px;margin:auto;padding:60px 0 120px;}


.article-box{width:100%;max-width:920px;overflow:hidden;margin:auto;padding:80px 0 120px;}
.article-box-title{font-size:30px;line-height:32px;margin-bottom:12px;color:#333;font-weight:bold;text-align:center;}
.article-box-line{font-size:12px;color:#999;line-height:24px;font-family:'FuturaLL';text-align:center;padding-bottom:20px;background:url(../Image/news_bottom.jpg) repeat-x left bottom;}
.article-box-line span{display:inline-block;margin:auto 10px;}
.article-box-line .t1{padding-left:20px;background:url(../Image/article_author.png) no-repeat left center; background-size:auto 16px;}
.article-box-line .t2{padding-left:24px;background:url(../Image/article_time.png) no-repeat left center; background-size:auto 16px;}
.article-box-line .t3{padding-left:20px;background:url(../Image/article_click.png) no-repeat left center; background-size:auto 16px;}

.article-box-productimg{width:45%;float:left;background:#f5f5f5;padding:10px;margin-top:40px;border-radius:4px;}
.article-box-productimg img{width:100%;display:block;}

.article-box-details{width:48%;float:right;margin-top:50px;}
.article-box-details h1{width:204px;font-size:24px;line-height:46px;color:#FFF;text-align:center;margin-bottom:20px;background:url(../Image/article_details.png) no-repeat center;}
.article-box-details p{font-size:16px;line-height:28px;color:#333; text-decoration:underline;}

.article-box-infotitle{font-size:26px;text-align:center;margin-top:40px;}
.article-box-infotitle p{width:60px;height:3px;background:#2a4ca1;margin:auto;}

.article-box-con{margin-top:40px;padding:0 10px;}
.article-box-con img{max-width:100%;display:block;margin:auto;}
.article-box-con p{font-size:16px;line-height:32px;color:#666;margin:20px auto 0;}

/* --翻页-- */
.txt-upDown{width:100%;max-width:920px;margin:40px auto 0;font-size:15px;}
.txt-upDown-li{width:50%;height:80px;line-height:80px;padding:0 20px;overflow:hidden;color:#666;display:block;background:rgb(245,245,245);
-webkit-transition:all 0.4s;transition:all 0.4s;}
.txt-upDown-li .arrow{width:10%;height:80px;overflow:hidden;font-family:'宋体';font-weight:bold;}
.txt-upDown-li .title{width:90%;height:80px;overflow:hidden;color:#666;float:left;}
.txt-upDown-li.txt-right{text-align:right;}
.txt-upDown2{margin:0;}
.txt-upDown2 .txt-upDown-li{background:none;}

.txt-upDown-li:hover{color:#fff;background:#2f7ef0;padding:0 20px;cursor:pointer;}
.txt-upDown-li:hover .arrow{color:#fff;}
.txt-upDown-li:hover .title{color:#fff;}
.txt-upDown-li:hover .title a{color:#fff;}

/* --分页-- */
.page{height:auto;font-size:14px;color:#646464;text-align:center;margin-top:60px;line-height:26px;}
.page a{padding:3px 10px;font-size:13px;color:#646464;border:1px solid rgb(220,220,220);background:#FFF;}
.page span{padding:3px 10px;font-size:13px;color:#fff;background:#2f7ef0;border:#2f7ef0 solid 1px;}
.page a:hover{background:#2f7ef0;border:#2f7ef0 solid 1px;color:#fff;}
.page a.current{background:#2f7ef0;border:#2f7ef0 solid 1px;color:#fff;}


/* --暂无数据-- */
.no-goods{padding:100px 0;overflow:hidden;text-align:center;}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-goods p{
  font-size:14px;
  color:#666666;
  line-height: 20px;
}

/* --弹出层-- */
.popup_bg{position:fixed;z-index:-1;opacity:0;background:rgba(0,0,0,0.7);width:100%;height:100%;top:0;left:0;}
.popup{position:relative;width:100%;height:100%;display:table;}
.popup_container{display:table-cell;vertical-align:middle;text-align:center;}
.popup_music{width:850px;height:auto;margin:auto;position:relative;}
.popup_music .title{width:auto;height:80px;background:#000;font-size:24px;color:#FFF;line-height:80px;padding:0 80px;overflow:hidden;text-overflow:ellipsis;text-align:center;border-top-left-radius:20px;border-top-right-radius:20px;overflow:hidden;}
.popup_music .con{background:#fff;position:relative;}
.popup_music .tips{background:#fff;padding:20px 0 30px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden;}
.popup_music .tips p{font-size:16px;color:#666;line-height:24px;font-style:italic;}
#videoDemo{width:100%;height:400px;display:block;}
.popup_close{width:40px;height:40px;background:url(../Image/close.png) no-repeat center;background-size:100%;position:absolute;right:30px;top:20px;z-index:10;cursor:pointer;}



/* --动画-- */
@keyframes revolve{
  0% {
	transform: rotate(0);
  }
  100% { 
	transform: rotate(360deg);
  }
}

.waves{
	position:absolute;
	width: 100%;
	height:80px;
	bottom:0;
	left:0;
	z-index:9;
	min-height:80px;
	max-height:150px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
	transform: translate3d(-90px,0,0);
  }
  100% { 
	transform: translate3d(85px,0,0);
  }
}