@charset "utf-8";
.header{position: fixed;}


/*banner*/
.banner{z-index: 0;position: relative;height: auto;overflow: hidden;}
.banner .swiper-slide{position: relative;display: block;background-size: cover;background-repeat: no-repeat;transition: none;}
.banner .swiper-slide .info{position: relative;top: 50%;width: 94%;margin: 0 auto;max-width: 1000px;text-align: center;color: #fff;transform: translateY(-50%);}
.banner .swiper-slide .info .tit{font-size: 60px;line-height: 80px;}
.banner .swiper-slide .info .txt{margin-top: 20px;font-size: 20px;line-height: 30px;}
.banner .swiper-slide .info .more{display: inline-block;vertical-align: top;padding: 0 2em;margin-top: 50px;border: 1px solid #fff;border-radius: 20px;font-size: 16px;line-height: 38px;color: #fff;}
.banner .swiper-pagination{z-index: 1;left: 50%;bottom: auto;top: 50%;width: auto;margin-left: 600px;margin-top: 150px;line-height: 20px;color: rgba(255,255,255,.6);transform: translateX(-50%);user-select: none;}
.banner .swiper-pagination-current{font-size: 20px;color: #fff;}
.banner .custom-pagination{z-index: 1;position: absolute;left: 50%;top: 50%;width: 2px;height: 270px;margin-left: 600px;background-color: rgba(255,255,255,.3);transform: translateY(-50%);}
.banner .custom-pagination .pagination-current{position: absolute;left: 0;top: 0;width: 100%;height: 0;background-color: #fff;transition: 0.5s;}
.banner .btn{z-index: 1;position: absolute;bottom: 20px;width: 24px;height: 24px;cursor: pointer;transition: 0.3s;}
.banner .next-btn{left: 50%;margin-left: -500px;}
.banner .next-btn:before{content: "";position: absolute;left: 0;right: 0;top: 50%;height: 2px;margin-top: -1px;background-color: #fff;transition: 0.3s;}
.banner .next-btn:after{content: "";position: absolute;right: 0;top: 50%;width: 10px;height: 10px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: translate(-10%,-50%) rotate(45deg);transition: 0.3s;}
.banner .btn:hover:before{background-color: #e50011;}
.banner .btn:hover:after{border-color: #e50011;}
.banner .mouse{z-index: 1;position: absolute;left: 50%;bottom: 15px;width: 20px;height: 30px;border: 2px solid #fff;border-radius: 10px;transform: translateX(-50%);}
.banner .mouse:before{content: "";position: absolute;left: 50%;top: 5px;width: 2px;height: 6px;margin-left: -1px;background-color: #fff;animation: mouseAni 2s linear infinite;}
@keyframes mouseAni{
	20%{top: 14px;}
	40%{top: 8px;}
	60%{top: 14px;}
	80%{top: 5px;}
	100%{top: 5px;}
}

/******首页******/
/*标题*/
.index-title{margin-bottom: 50px;text-align: center;width: 100%;float: left;clear: both;}
.index-title h1{position: relative;display:block;width:100%;text-align:center}
.index-title h1 a{color:rgba(255,255,255,0.6);font-size:35px;line-height:2;margin:0 auto;}
.index-title h2{width:auto;line-height:35px;display: inline-table;height:35px;clear: both;/*! float: left; */margin: 0 auto;/*! text-align: center; */min-width: 150px;}
.index-title h2 a{color:#fff;margin:0 auto;font-size:30px;}
.index-title h2 a font{margin:0 10px;}
.index-title p{width:100%;height:auto;float:left;text-align:center;color:rgba(255,255,255,0.7);font-size:14px;margin-top:10px;line-height:2;}

.index-title.white .name{color: #fff;}
.index-title.white .name:before{border-left-color: rgba(255,255,255,.4);}
.index-title.white .name:after{border-left-color: #fff;}
.tit2{margin-bottom: 50px;text-align: left;width:100%}
.tit2 .name{position: relative;display: inline-block;font-size: 40px;color:#333;font-weight:bold;line-height: 2;letter-spacing: 1px;}
.tit2 p{width:auto;line-height:35px;display: inline-table;height:35px;clear: both;/*! float: left; */margin: 0 auto;min-width: 150px;}
.tit2 p span{/*! display:inline-table; */display: block;float: left;margin: 0px 5px;font-size: 18px;}
.tit2  .desc{width:100%;height:auto;float:left;text-align:left;}

.tit3{text-align: left;width:50%}
.tit3 .name{position: relative;display: inline-block;font-size: 40px;color:#333;font-weight:bold;line-height: 2;letter-spacing: 1px;}
.tit3 p{width:auto;line-height:35px;display: inline-table;height:35px;clear: both;/*! float: left; */margin: 0 auto;min-width: 150px;}
.tit3 p span{/*! display:inline-table; */display: block;float: left;margin: 0px 5px;font-size: 18px;}
.tit3  .desc{width:100%;height:auto;float:left;text-align:left;}






@media screen and (max-width: 768px){
.index-title .name{font-size: 24px;position:relative;height:40px;line-height:40px;}
.index-title p span{font-size: 14px;line-height:1.4;float: none}
.index-title p img { display:none;}

.index-title .name::after {  display: block;  content: '';  margin:0 auto;  width: 40%;  height: 4px;  background-color: #fdc700;  transition: all 0.7s ease-in-out 0s;}


.tit2 .name{font-size: 24px;}
.tit2 p span{font-size: 14px;}

.tit3 .name{font-size: 24px;}
.tit3 p span{font-size: 14px;}



.index-title{margin-bottom: 50px;text-align: center;width: 100%;float: left;clear: both;}
.index-title h1 a{font-size: 24px;}

.index-title h2 a{font-size: 24px;}
.index-title h2 a img{display:none}
.index-title h2 a font{margin:0 10px;}

 }
 
 

@media (min-width:769px) and (max-width: 990px){

.index-title .name{font-size: 26px;}
.index-title p span{font-size: 14px;line-height:1.4;float: none}
.index-title p img { float: none}
.tit2 .name{font-size: 26px;}
.tit2 p span{font-size: 14px;}

.tit3 .name{font-size: 26px;}
.tit3 p span{font-size: 14px;}
}


@media (min-width:991px) and (max-width: 1280px){
.index-title .name{font-size: 30px;}
.index-title p span{font-size: 14px;line-height:1.4;float: none}
.index-title p img { float: none}
.tit2 .name{font-size: 30px;}
.tit2 p span{font-size: 14px;}

.tit3 .name{font-size: 30px;}
.tit3 p span{font-size:  14px;}
}
@media (min-width:1281px) and (max-width: 1440px){
.index-title .name{font-size: 34px;}
.index-title p span{font-size: 14px;line-height:1.4;float: none}
.index-title p img { float: none}
.tit2 .name{font-size: 34px;}
.tit2 p span{font-size: 14px;}

.tit3 .name{font-size: 34px;}
.tit3 p span{font-size: 14px;}
}

@media (min-width:1441px) and (max-width: 1600px){
.index-title .name{font-size: 37px;}
.index-title p span{font-size: 14px;line-height:1.4;float: none}
.index-title p img { float: none}
.tit2 .name{font-size: 37px;}
.tit2 p span{font-size: 14px;}

.tit3 .name{font-size: 37px;}
.tit3 p span{font-size: 14px;}
}











/*更多按钮样式*/
.btns-area{margin-top: 50px;overflow: hidden;}
.btns-area .btn{width: 150px;padding: 0;margin: 0;border: 1px solid #ddd;border-radius: 0;line-height: 46px;color: #999;}
.btns-area .btn:hover{color: #fff;}
/*布局*/
.index-content{background-color: #fff;overflow-x: hidden;}
.index-content .part1{float: left;width: 100%;z-index: 0;position: relative;padding: 80px 0 10px;}
.index-content .part1:before{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: url(../images/index_bg_elem.png) center top no-repeat;background-size: 100% auto;filter: grayscale(1);opacity: .5;}
.index-content .part2{float: left;width: 100%;padding: 80px 0 10px;background: url(../images/product2.jpg) right top no-repeat;  background-size: auto;background-size: cover;width: 100%;float: left;clear: both;}
.index-content .part3{float: left;width: 100%;padding: 80px 0;background: url(../images/index_part3_bg.jpg) center bottom no-repeat;background-size: 100vw auto;}
.index-content .part4{float: left;width: 100%;z-index: 0;position: relative;min-height: 580px;padding: 100px 0 50px;background: url(../images/index_part4_bg.jpg) center no-repeat;background-size: 100vw auto;background-attachment: fixed;}
.index-content .part4:before{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,.5) url(../images/index_bg_elem.png) center top;background-size: 100% auto;filter: grayscale(1);}
.index-content .part5{float: left;width: 100%;padding: 80px 0;background: url(../images/news.jpg) left top no-repeat;background-size: cover;background-attachment: fixed}
.index-content .part6{float: left;width: 100%;z-index: 1;position: relative;width: 100%;float: left;clear: both;padding: 80px 0;background: url(../images/index_part6_bg.jpg) center no-repeat;background-size: cover;background-attachment: fixed;}
.index-content .part6:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.index-content .part6 .play-btn{left: 22%;transform: translate(0,-50%);}
.index-content .product{padding: 80px 0;background: url(../images/product.jpg) center bottom no-repeat;background-size:cover;width: 100%;
float: left;}





.index-content .part2 .left{width:40%;float:left;overflow:hidden;z-index:10;height: 100%;position: relative;}
.index-content .part2 .left .aboutc{  }
.index-content .part2 .left .ainfo{width:100%;height:100%;clear:both;}
.index-content .part2 .left .ainfo p{color:#333;font-size:14px;letter-spacing:1px;line-height:2;clear:both;}
.index-content .part2 .left .antit{width:100%;height:auto;clear:both;color:#000;font-size:24px;letter-spacing:1px;line-height:5rem;}
.index-content .part2 .right{max-width: 35%;max-height: 330px;float:right;overflow:hidden;z-index:8;position:relative}
.index-content .part2 .right  img{width: 100%;height:auto;float: right;}
.index-content .part2 .right h1{display: block;padding:1rem;text-align:left;color:#fff;position:absolute;left:0px;bottom:10%;font-size:16px;}




/*banner*/
@charset "utf-8";.c-banner{width:100%;position:relative}
.c-banner img{width:50%;}
.c-banner .banner ul{list-style:none;padding-left:0px;margin-bottom:0px}
.c-banner .banner ul li{position:absolute	display:none;opacity:0}

.c-banner .banner ul li:nth-child(1){opacity:1;display:block}
.c-banner .banner ul li img{width:100%;position:absolute;top:0px}
.c-banner .banner ul li .bt{width:100%;height:100%;position:absolute;left:0px;top:0p;position: absolute !important;}
.c-banner .banner ul li:first-child img{position:relative}
.c-banner .nexImg,.c-banner .preImg{padding:20px 5px;position:absolute;top:50%;margin-top:-53px;background:#000000;opacity:0.5;border-radius:5px;z-index:10}
.c-banner .nexImg:hover,.c-banner .preImg:hover{opacity:0.8}
.c-banner .nexImg{right:0px}
.c-banner .nexImg img,.c-banner .preImg img{}
.c-banner .jumpBtn{width:100%;position:absolute;bottom:25px;text-align:center}
.c-banner .jumpBtn ul{margin-bottom:0px;padding:0px}
.c-banner .jumpBtn ul li{width: 15px;height: 15px;border-radius:50%;display:inline-block;background-color:white;opacity:0.9;margin-left:10px}
.c-banner .jumpBtn ul li:first-child{margin-left:0px}
@media screen and (max-width:768px){.c-banner{width:100%;height:auto;overflow:hidden}
.c-banner .banner ul li img{width:100%;height:auto}
.index-content .part2 .left .antit { line-height: 3rem;}

}













/*制造系统展示区*/
.manufacture-show-box{font-size: 0;}
.manufacture-show-box .item{position: relative;display: inline-block;vertical-align: top;width: 36%;background-color: #fff;border-radius: 8px;font-size: 18px;color: #fff;text-shadow: 2px 2px 4px #000;overflow: hidden;}
.manufacture-show-box .item:before{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.1);transition: 0.5s;}
.manufacture-show-box .item .bg{padding-top: 55.6%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 1s;}
.manufacture-show-box .item .name{z-index: 1;position: absolute;left: 0;right: 0;bottom: 0;padding: 0 20px;background-color: rgba(0,0,0,.3);line-height: 40px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.5s;}
.manufacture-show-box .item .txt{position: absolute;left: 10%;right: 10%;top: 50%;height: 72px;font-size: 14px;line-height: 24px;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;transform: translateY(50%);opacity: 0;transition: 0.5s;}
.manufacture-show-box .item .more{position: absolute;left: 10%;top: calc(50% + 82px);padding: 0 1.5em;border: 1px solid #fff;font-size: 14px;line-height: 30px;transform: translateY(50%);opacity: 0;transition: 0.5s;}
.manufacture-show-box .item:nth-child(1){width: 25%;margin-right: 1.5%;}
.manufacture-show-box .item:nth-child(1) .bg{padding-top: 80%;}
.manufacture-show-box .item:nth-child(2){margin-bottom: 20px;}
.manufacture-show-box .item:nth-child(3){float: right;}
.manufacture-show-box .item:nth-child(3) .bg{padding-top: 115%;}
.manufacture-show-box .item:nth-child(5){width: 25%;margin-left: 1.5%;}
.manufacture-show-box .item:nth-child(5) .bg{padding-top: 80%;}
.manufacture-show-box .item:hover:before{background-color: rgba(0,0,0,.7);}
.manufacture-show-box .item:hover .name{left: 10%;right: 10%;bottom: auto;top: 50%;padding: 0;background-color: rgba(0,0,0,0);transform: translate(0,-200%);}
.manufacture-show-box .item:hover .txt{opacity: 1;transform: translateY(-50%);}
.manufacture-show-box .item:hover .more{opacity: 1;transform: translateY(-100%);}

/* 制造系统轮播 */
.manufacture-swiper{position: relative;padding-bottom: 30px;overflow: hidden;}
.manufacture-swiper .swiper-pagination{z-index: 1;bottom: 0;font-size: 0;}
.manufacture-swiper .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #ccc;border-radius: 5px;opacity: 1;transition: 0.3s;}
.manufacture-swiper .swiper-pagination-bullet-active{background-color: #e50011;}

/*分类区选项卡*/
.classify-tab-box{}
.classify-tab-box .tabs{font-size: 0;text-align: center;width: 100%;float: left;margin-top: 2rem;}
.classify-tab-box .tabs .item{position: relative;display: inline-block;vertical-align: top;color: #999;cursor: pointer;transition: 0.3s;width:23%;float:left;margin:1%;overflow: hidden;}
.classify-tab-box .tabs .item img{max-width: 100%;}


.classify-tab-box .tabs .item h1{position:absolute;left:-500px;top:0px;width:0%;height:100%;transition:all 1s ease;}
.classify-tab-box .tabs .item h1 font{transition:all 1s ease;color:#fff;position: absolute;top: 50%;display:block;width:100%;text-align:center;transform: translateY(-50%);left: 0%;}

.classify-tab-box .tabs .item:hover h1{transition:all 1s ease;display:block;width:100%;height:100%;position:absolute;left:0px;top:0px;background:rgba(253,199,0,0.6);font-size:16px;}
.classify-tab-box .tabs .item:hover h1 font{transition:all 1s ease;color:#fff;position: absolute;top: 50%;display:block;width:100%;text-align:center;transform: translateY(-50%);left: 0%;}




.classify-tab-box .tabs .item.on{color: #e50011;}
.classify-tab-box .tabs .item.on:before{transform: scaleX(1);}
.classify-tab-box .tab-content{margin-top: 45px;overflow: hidden;}

/*分类展示区*/
.classify-show-box{z-index: 0;position: relative;background-position: center;background-size: cover;background-repeat: no-repeat;font-size: 0;text-align: center;overflow: hidden;transition: 1s ease-in-out;}
.classify-show-box:before{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.2);}
.classify-show-box:after{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;transition: 1s ease-in-out;}
.classify-show-box.bg-blur:after{backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);}
.classify-show-box > .item{position: relative;display: table-cell;vertical-align: middle;width: 2000px;height: 70vh;border-left: 1px solid rgba(255,255,255,.2);font-size: 14px;color: #fff;}
.classify-show-box > .item:before{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: linear-gradient(180deg,transparent,rgba(255,255,255,.1));transform: scaleY(0);transform-origin: bottom;transition: 0.8s;}
.classify-show-box > .item:first-child{border-left: 0;}
.classify-show-box > .item > .con-l{float: left;width: 50%;padding: 0 10%;}
.classify-show-box > .item > .con-r{float: left;width: 50%;padding: 0 10%;}
.classify-show-box > .item .title{}
.classify-show-box > .item .title .icon{display: inline-block;vertical-align: top;width: 64px;height: 64px;}
.classify-show-box > .item .title .name{margin-top: 30px;font-size: 24px;line-height: 30px;user-select: none;}
.classify-show-box > .item .title .txt{height: 50px;padding: 0 1em;margin: 10px 0;line-height: 25px;overflow: hidden;}
.classify-show-box > .item .title .more{display: inline-block;vertical-align: top;padding: 0 1.5em;border: 1px solid #fff;font-size: 14px;line-height: 30px;}
.classify-show-box > .item .intro{text-align: left;}
.classify-show-box > .item:hover:before{transform: scaleY(1);}
.classify-show-box > .item:hover .icon{animation: iconShake 0.5s ease-in-out;}
@keyframes iconShake{
	25%{transform: rotate(-15deg);}
	75%{transform: rotate(15deg);}
}

/*合作企业选项卡*/
.company-tab-box{}
.company-tab-box .tabs{font-size: 0;text-align: center;}
.company-tab-box .tabs .item{position: relative;display: inline-block;vertical-align: top;margin: 0 70px;font-size: 20px;line-height: 30px;color: #999;cursor: pointer;transition: 0.3s;}
.company-tab-box .tabs .item:before{content: "";position: absolute;left: -20px;top: 50%;width: 0;height: 0;margin-top: -6px;border: 6px solid transparent;border-left: 10px solid #e50011;border-right-width: 2px;transform: scaleX(0);transform-origin: right;transition: 0.5s;}
.company-tab-box .tabs .item.on{color: #e50011;}
.company-tab-box .tabs .item.on:before{transform: scaleX(1);}
.company-tab-box .tab-content{margin-top: 45px;overflow: hidden;}

/*品牌轮播*/
.brand-swiper{position: relative;padding-bottom: 70px;border-top: 1px solid #ddd;overflow: hidden;}
.brand-swiper:before{content: "";z-index: 2;position: absolute;left: 0;top: 0;bottom: 70px;width: 1px;background-color: #ddd;}
.brand-swiper:after{content: "";position: absolute;left: 50%;bottom: 0;width: 1px;height: 16px;background-color: #c5c5c5;}
.brand-swiper .swiper-slide{padding: 30px 20px;background-color: #fff;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;text-align: center;transition: 0.5s;}
.brand-swiper .swiper-slide a{display: block;}
.brand-swiper .swiper-slide .logo{height: 80px;margin: 0 30px;background-position: center;background-size: contain;background-repeat: no-repeat;transition: 0.3s;}
.brand-swiper .swiper-slide .info{margin-top: 10px;}
.brand-swiper .swiper-slide .info .name{height: 20px;line-height: 20px;}
.brand-swiper .swiper-slide .info .txt{height: 20px;margin-top: 5px;line-height: 20px;color: #999;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.brand-swiper .swiper-slide:hover{background-color: #f5f5f5;}
.brand-swiper .swiper-slide:hover .logo{transform: translateY(-5px);}
.brand-swiper .btn{z-index: 1;position: absolute;bottom: 0;width: 32px;height: 10px;border-top: 2px solid #999;cursor: pointer;transition: 0.3s;}
.brand-swiper .prev-btn{left: 50%;margin-left: -110px;}
.brand-swiper .prev-btn:after{content: "";position: absolute;left: 0;top: 0;bottom: 0;width: 2px;background-color: #999;transform: rotate(-60deg);transform-origin: left top;transition: 0.3s;}
.brand-swiper .next-btn{right: 50%;margin-right: -110px;}
.brand-swiper .next-btn:after{content: "";position: absolute;right: 0;top: 0;bottom: 0;width: 2px;background-color: #999;transform: rotate(60deg);transform-origin: right top;transition: 0.3s;}
.brand-swiper .btn:hover{border-color: #e50011;}
.brand-swiper .btn:hover:after{background-color: #e50011;}

/*数据展示区*/
.data-show-box{font-size: 0;text-align: center;}
.data-show-box .item{display: inline-block;vertical-align: top;width: 33.33%;margin: 20px 0;font-size: 14px;color: #fff;}
.data-show-box .item .num{font-family: Arial;font-size: 80px;line-height: 100px;}
.data-show-box .item .txt{margin-top: 10px;font-size: 18px;line-height: 24px;}
.index-content .part4 .data-show-box{padding: 0 15%;}

/*技术信息展示区*/
.technology-info-box{background-color: rgba(30,24,24,.8);font-size: 0;text-align: center;}
.technology-info-box .item{position: relative;display: inline-block;vertical-align: top;width: 25%;padding: 0 3.6%;border-left: 1px solid rgba(255,255,255,.2);font-size: 14px;text-align: left;color: #fff;}
.technology-info-box .item:first-child{border-left: 0;}
.technology-info-box .item .tit{font-size: 18px;line-height: 30px;}
.technology-info-box .item .txt{margin-top: 10px;line-height: 26px;opacity: .7;}
.index-content .part4 .technology-info-box{position: absolute;left: 0;right: 0;bottom: 0;padding: 48px 15%;}

/*最新动态选项卡*/
.dynamic-tab-box{}
.dynamic-tab-box .tabs{font-size: 0;text-align: left;float: left;/*! position: relative; *//*! top: -50px; */width: 30%;}
.dynamic-tab-box .tabs .item{position: relative;display: inline-block;vertical-align: top;margin: 0 15px;font-size: 16px;line-height: 45px;color: #656363;cursor: pointer;transition: 0.3s;/*! padding: 0px 30px; */text-align: left;}
.dynamic-tab-box .tabs .item a{color:#656363;}
.dynamic-tab-box .tabs .item.on a{color:#000000;}
.dynamic-tab-box .tab-content{overflow: hidden;width: 70%;float: right;}
.dynamic-tab-box .tab-content .swiper-slide{}

.dynamic-tab-box .tab-content .swiper-slide > .con-r{width: 100%;float:left}





/*新闻列表2*/
.news-pic-list2{}
.news-pic-list2 li{float: left;width: 31.333%;margin:1%;transition: 0.3s;}
.news-pic-list2 li:first-child{margin-left: 0;}
.news-pic-list2 li a{display: block;}
.news-pic-list2 li .pic{position: relative;overflow: hidden;}
.news-pic-list2 li .pic em{display: block;width: 105%;padding-top: 70%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.news-pic-list2 li .info{padding: 5% 2%;/*! background-color: #f7f7f7; */}
.news-pic-list2 li .info .tit{height: 56px;font-size: 16px;line-height: 28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.3s;}
.news-pic-list2 li .info .date{height: 20px;margin-bottom: 10px;line-height: 20px;color: #999;font-size: 14px;}
.news-pic-list2 li .info .more{position: relative;display: inline-block;vertical-align: top;width: 40px;height: 40px;margin-top: 20px;border: 1px solid #ddd;border-radius: 50%;transition: 0.3s;}
.news-pic-list2 li .info .more:after{content: "";position: absolute;left: 50%;top: 50%;width: 12px;height: 12px;border-top: 1px solid #ddd;border-right: 1px solid #ddd;transform: translate(-70%,-50%) rotate(45deg);transition: 0.3s;}

.news-pic-list2 li:hover .pic em{transform: translateX(-4.5%);}
.news-pic-list2 li:hover .info .tit{color: #2d5da3;}
.news-pic-list2 li:hover .info .more{border-color: #e50011;transform: translateX(5px);}
.news-pic-list2 li:hover .info .more:after{border-color: #e50011;}




@media screen and (max-width: 768px){

.dynamic-tab-box .tab-content .swiper-slide > .con-r{width:100%}
.dynamic-tab-box .tabs { width: 100%;}
.dynamic-tab-box .tab-content { width: 100%;}
.news-pic-list2 li{width:48%;}
.news-pic-list2 li:nth-child(3){display:none;}
 }

@media (min-width:769px) and (max-width: 990px){
.dynamic-tab-box .tab-content .swiper-slide > .con-l{width:100%}
.dynamic-tab-box .tab-content .swiper-slide > .con-r{display:none}
.dynamic-tab-box{}
.dynamic-tab-box .tabs{font-size: 0;text-align: center;float: right;position: relative;top: 100px;width: 100%;}
.dynamic-tab-box .tabs .item{position: relative;display: inline-block;vertical-align: top;margin: 0 15px;font-size: 16px;line-height: 45px;color: #000000;cursor: pointer;transition: 0.3s;padding: 0px 30px;}
.dynamic-tab-box .tabs .item.on{background:url(../images/newst.jpg) no-repeat left center;}
.dynamic-tab-box .tab-content{margin-top: 45px;overflow: hidden;width:100%;clear:both;float:left;}

.dynamic-tab-box .tabs {
  font-size: 0;
  text-align: center;
  float: right;
  position: relative;
  top: -50px;
  width: 100%;
  top: 0px;
}
 }









/*关于我们数据展示*/
.about-data-show{font-size: 0;text-align: center;color: #fff;}
.about-data-show .item{display: inline-block;vertical-align: top;width: 33.3333%;padding: 70px 20px;font-size: 14px;}
.about-data-show .item .tit{height: 80px;font-size: 20px;line-height: 80px;}
.about-data-show .item .tit span{font-family: Arial;font-size: 60px;}
.about-data-show .item .txt{height: 40px;margin-top: 5px;line-height: 20px;opacity: .8;font-size:14px;color:rgba(255,255,255,0.6)}
.index-content .part6 .about-data-show{margin-left: 50%;}


.index-content .part6 .about{margin-top: 3rem;width:100%;height:auto;float:left;clear:both;overflow:hidden;position:relative;background-color: rgba(0,0,0,.6);border:solid #6c6f76 1px;}
.index-content .part6 .left{width:50%;float:left;overflow:hidden;z-index:10;height: 100%;border-right: solid #6c6f76 1px;position: absolute;border-right: solid #6c6f76 1px;left: 0px;
top: 0px;}
.index-content .part6 .left .aboutc{  width:100%;padding:2rem;}
.index-content .part6 .left .ainfo{width:100%;height:100px;overflow:hidden;margin-top:3rem;clear:both;}



.index-content .part6 .left .ainfo p{color:rgba(255,255,255,0.6);font-size:14px;letter-spacing:1px;line-height:25px;clear:both;}
.index-content .part6 .left .antit{width:100%;height:auto;clear:both;color:#fff;font-size:30px;letter-spacing:1px;line-height:7rem;position:relative;}
.index-content .part6 .left .antit:after { display: block;  content: '';  float: left;  width: 60px;  height: 3px;  background-color: #fdc700;   transition: all 0.7s ease-in-out 0s;position: absolute;left: 0px;bottom: 0px;}
.index-content .part6 .left .antit:hover:after{width:150px;transition: all 0.7s ease-in-out 0s;}




.more{width:100%;clear:both;float:left;margin-top:5%;overflow:hidden;} 
.more .pro_price{width:160px;height:52px;overflow:hidden;position:relative;background:#fdc700;}
.more .pro_price a{position:relative; z-index:3; color:#fff; width:100%;display:block;font-size:16px;position: absolute;top: 50%;transform: translateY(-50%);left: 0%;text-align:center;}
.more .pro_price a p{display: inline-table;line-height: 50px;color: #fff;font-size:16px;}
.more .pro_price:after{content:''; width:0; height:100%; background:#fff; position:absolute; left:0; bottom:0; z-index:1; transition:all 0.5s ease;}
.more .pro_price:hover  a p{color:#fdc700;}
.more .pro_price:hover:after {width:100%;}
.more .pro_price:hover:after a p{color:#fdc700;}

.more .pro_price a .img{ width:30px; display: inline-table;position:relative; overflow:hidden;vertical-align:top; margin-left:10px;}
.more .pro_price a .img img{ display:block; margin:0 auto; position:relative; filter: drop-shadow(30px 0 #fdc700); -webkit-filter: drop-shadow(30px 0 #fdc700);}
.more .pro_price:hover a .img img{transform: translate(-30px, 0);-webkit-transform: translate(-30px, 0);-ms-transform: translate(-30px, 0);-o-transform: translate(-30px, 0);}


.about-data-show .item:first-child{border-bottom: solid #6c6f76 1px;}
.about-data-show .item:nth-child(2){border-right: solid #6c6f76 1px;border-bottom: solid #6c6f76 1px;border-left: solid #6c6f76 1px;}
.about-data-show .item:nth-child(3){border-bottom: solid #6c6f76 1px;}
.about-data-show .item:nth-child(4){border-right: solid #6c6f76 1px;}
.about-data-show .item:nth-child(5){border-right: solid #6c6f76 1px;}






@media screen and (max-width: 768px){
.index-content .part6 .left{width:100%;position: relative;height: auto;}
.index-content .part6 .left .antit {font-size:16px;line-height:2 !important}
.index-content .part6 .left .ainfo {margin-top: 1rem;}

.index-content .part6 .about-data-show {border-top: solid #6c6f76 1px;width: 100%;float: left;margin-left: 0%;}
.index-content .part6 .about {  margin-top: 1rem;}
.more{display:none}

.index-content .part2 .left {width: 100%;height:auto;position: relative;}
.index-content .part2 .right {width: 100%;height:auto;position: relative;margin-top: 1rem;}
.classify-tab-box .tabs { width: 100%;}
 }
 
 
 

@media (min-width:769px) and (max-width: 990px){
.index-content .part6 .left{width:100%;position: relative;height: auto;}
.index-content .part6 .left .antit {font-size:16px;line-height:1 !important}}
.index-content .part6 .left .ainfo {margin-top: 1rem;}

.index-content .part6 .about-data-show {border-top: solid #6c6f76 1px;margin-left: 0%;width: 50%;float: right;}
.index-content .part6 .about {  margin-top: 1rem;}
.more{display:none}

.index-content .part2 .left {width: 40%;height:auto;position: relative;}
.index-content .part2 .right {width: 35%;height:auto;max-width: 100%  !important;max-height:100%  !important;position: relative;margin-top: 1rem;}
.classify-tab-box .tabs { width: 100%;}
.swiper-container-autoheight .swiper-wrapper{height:auto !important}
}


@media (min-width:991px) and (max-width: 1280px){
.index-content .part2 .left {width:45%;height:auto;position: relative;}
.index-content .part2 .right {width: 45%;height:auto;position: relative;margin-top: 1rem;}
.classify-tab-box .tabs { width: 100%;}
}
@media (min-width:1281px) and (max-width: 1440px){

}

@media (min-width:1441px) and (max-width: 1600px){

}




.case{width:100%;height:auto;clear:both;float:left;background:#fff;margin-top:3rem;}
.c1{width:100%;height:auto;clear:both;float:left;background:#fff;padding:4rem 0rem;}
.c1 .left{width:35%;float:left}
.c1 .left .ifo{width:70%;color:rgba(51,51,51,0.7);font-size:14px;text-align:left;}
.c1 .right{width:40%;float:right}
.c1 .right ul{width:100%}
.c1 .right ul li{width:48%;float:right;margin-right:2%;border-left:solid #ccc 1px;}
.c1 .right ul li a{color:rgba(0,0,0,0.6);height:35px;line-height:35px;overflow:hidden;display:block;padding-left:10px;font-size:14px;}

.c2{width:100%;height:auto;clear:both;float:left;background:#f5f5f5;}

/* slideTxtBox2 */
.slideTxtBox2{width:100%;height:auto;margin:0 auto;overflow: hidden;}


.slideTxtBox2 .bd .hceg .img{display:block;width:100%;height:auto;overflow: hidden;border: solid #666 1px;padding: 3rem 0rem;}
.slideTxtBox2 .bd .hceg:hover .img img{transform: scale(1.05);transition: 0.3s;}
.slideTxtBox2 .bd .hceg:hover h1{box-shadow: 0px 0px 0px #ccc;}
.slideTxtBox2 .bd .hceg:hover h1 a{color:#fff;}
.slideTxtBox2 .bd .hceg img{display: block;	width: 100%;height: auto;transform: scale(1);transition: 0.3s;}

.slideTxtBox2 .bd{width:100%;height:auto;margin:0 auto;line-height:32px;text-align:center;}
.slideTxtBox2 .bd .hceg{width:400px;height:auto;overflow: hidden;position:relative;}



.slideTxtBox2 .bd .hceg h1{paddig:5px 5px;background:rgba(0,0,0,0.6);position:absolute;left:0px;bottom:0px;width:100%;/*! height:auto; */transition:all 1s ease;line-height: 30px;overflow: hidden;height: 60px;font-size: 16px;color:#fff;text-align:left;font-weight:normal}
.slideTxtBox2 .bd .hceg h1 font{height:25px;line-height:25px;overflow:hidden;transition:all 1s ease;color:#fff;display:block;width:100%;text-align:left;font-size:14px;}



@media (max-width:990px){
.index-content .part6 .about-data-show { width: 100%;}

}
@media (max-width:768px){
.index-content .part2 .right { width: 100% !important;}
.index-content .part2 .left {width: 100%;}
.c1 .left .ifo{width:100%;}
.slideTxtBox2 .bd .hceg{width:280px;}
.c1 .left{width:100%;float:left}
.c1 .right{width:100%;float:right}
.c1{padding:2rem 0rem;}
}
@media (min-width:769px) and (max-width: 990px){
.c1 .left{width:100%;float:left}
.c1 .right{width:100%;float:right}
.c1 .left .ifo{width:100%;}
.c1{padding:3rem 0rem;}
}




/*中屏PC:<=1400px(针对1366*650)*/
@media screen and (max-width: 1400px){
	/*标题*/

}

/*小屏PC:>=1025px && <=1200px*/
@media screen and (max-width: 1200px){
	/*更多按钮统一动效*/
	.more-ani{margin-top: 30px;font-size: 14px;line-height: 32px;}

	/*banner*/
	.banner .swiper-slide .info .tit{font-size: 50px;line-height: 60px;}
	.banner .swiper-slide .info .txt{font-size: 18px;line-height: 24px;}
	.banner .swiper-pagination{left: auto;right: 1.2%;margin-left: 0;margin-top: 17vh;}
	.banner .custom-pagination{left: auto;right: 4%;height: 30vh;margin-left: 0;}
	.banner .next-btn{left: 5%;margin-left: 0;}

	/*标题*/
	.index-title{margin-bottom: 30px;}
	.index-title .name{font-size: 32px;line-height: 40px;}
	.index-title .name:before{left: -44px;top: 8px;transform: scale(.6);}
	.index-title .name:after{left: -50px;top: 0;transform: scale(.6);}
	/*更多按钮*/
	.index-content .btns-area{margin-top: 30px;}
	.index-content .btns-area .btn{width: 120px;font-size: 14px;line-height: 34px;}
	/*布局*/
	.index-content .part1{padding: 50px 0 5px;}
	.index-content .part2{padding: 50px 0 5px;}
	.index-content .part3{padding: 50px 0;}
	.index-content .part4{min-height: 0;padding: 50px 0 240px;}
	.index-content .part5{padding: 50px 0;}
	.index-content .part6{min-height: 0;padding: 30px 0;}

	/*制造系统展示区*/
	.manufacture-show-box .item{font-size: 16px;}
	.manufacture-show-box .item:nth-child(2){margin-bottom: 15px;}


	/*分类展示区*/
	.classify-show-box > .item .title .icon{width: 50px;height: 50px;}
	.classify-show-box > .item .title .name{margin-top: 10px;font-size: 20px;}

	/*合作企业选项卡*/
	.company-tab-box .tabs .item{margin: 0 50px;font-size: 16px;}
	.company-tab-box .tab-content{margin-top: 30px;}

	/*品牌轮播*/
	.brand-swiper{padding-bottom: 40px;}
	.brand-swiper:before{bottom: 40px;}

	/*数据展示区*/
	.data-show-box .item .num{font-size: 60px;line-height: 80px;}
	.data-show-box .item .txt{font-size: 16px;line-height: 20px;}

	/*技术信息展示区*/
	.technology-info-box .item .tit{font-size: 16px;}
	.index-content .part4 .technology-info-box{padding: 30px 15%;}

	/*最新动态选项卡*/
	.dynamic-tab-box .tabs .item{margin: 0 50px;font-size: 16px;}
	.dynamic-tab-box .tab-content{margin-top: 30px;}
.index-content .part6 .left .antit { line-height: 3rem;}


	/*关于我们数据展示*/
	.about-data-show .item{padding: 30px 20px;}
	.about-data-show .item .tit span{font-size: 40px;}
}

/*pad横屏:1024px*/
@media screen and (max-width: 1024px){
	/*标题*/
	.index-title{margin-bottom: 20px;}
	.index-title .name{font-size: 28px;line-height: 30px;}
	.index-title .name:before{left: -45px;top: 2px;}
	.index-title .name:after{top: -4px;}
	/*更多按钮*/
	.index-content .btns-area{margin-top: 20px;}
	/*布局*/
	.index-content .part1{padding: 30px 0 5px;}
	.index-content .part2{padding: 30px 0 5px;}
	.index-content .part3{padding: 30px 0;}
	.index-content .part4{min-height: 0;padding: 30px 0 180px;}
	.index-content .part5{padding: 30px 0;}
	.index-content .part6{min-height: 0;padding: 30px 0;}

	/*制造系统展示区*/
	.manufacture-show-box .item:nth-child(2){margin-bottom: 13px;}

	/*分类区选项卡*/
	.classify-tab-box .tab-content{margin-top: 20px;width: 100%;}

	/*合作企业选项卡*/
	.company-tab-box .tab-content{margin-top: 0px;}

	/*品牌轮播*/
	.brand-swiper{padding-bottom: 30px;}
	.brand-swiper:before{bottom: 30px;}
	.brand-swiper .swiper-slide{padding: 20px 10px;}
	.brand-swiper .swiper-slide .logo{height: 50px;}
	.brand-swiper .swiper-slide .info{margin-top: 5px;}

	/*数据展示区*/
	.data-show-box .item .num{font-size: 50px;line-height: 60px;}
	.data-show-box .item .txt{font-size: 14px;}

	/*技术信息展示区*/
	.technology-info-box .item .tit{font-size: 14px;}
	.technology-info-box .item .txt{margin-top: 5px;font-size: 12px;line-height: 20px;}
	.index-content .part4 .technology-info-box{padding: 20px 15%;}

	/*最新动态选项卡*/
	.dynamic-tab-box .tab-content{margin-top: 20px;}



	/*关于我们数据展示*/
	.about-data-show .item .tit{height: 60px;line-height: 60px;}
	.about-data-show .item .tit span{font-size: 50px;}
}

/*phone:<=768px*/
@media screen and (max-width: 768px){
	/*更多按钮统一动效*/
	.more-ani{margin-top: 10px;font-size: 12px;line-height: 24px;}

	/*banner*/
	.banner{height: auto;}
	.banner .swiper-slide{padding-top: 70%;}
	.banner .swiper-slide .info{position: absolute;left: 10%;right: 10%;top: 50%;width: auto;max-width: none;transform: translateY(-40%);}
	.banner .swiper-slide .info .tit{font-size: 18px;line-height: 30px;}
	.banner .swiper-slide .info .txt{margin-top: 5px;font-size: 14px;line-height: 20px;}
	.banner .swiper-slide .info .more{padding: 0 1em;margin-top: 10px;font-size: 12px;line-height: 22px;}
	.banner .swiper-pagination{right: 1%;margin-top: 60px;font-size: 12px;transform: translateX(0);}
	.banner .swiper-pagination-current{font-size: 14px;}
	.banner .custom-pagination{height: 100px;}
	.banner .btn{display: none;}
	.banner .mouse{bottom: 5px;width: 16px;height: 24px;border-width: 1px;}
	.banner .mouse:before{height: 4px;}

	/******首页******/
	/*标题*/
	.index-title{margin-bottom: 10px;}
	.index-title .name{font-size: 18px;line-height: 30px;letter-spacing: 0;}
	.index-title .name:before{left: -30px;top: 0;transform: scale(.4);}
	.index-title .name:after{left: -33px;top: -5px;transform: scale(.4);}
	/*更多按钮*/
	.index-content .btns-area{margin-top: 10px;}
	.index-content .btns-area .btn{width: 100px;font-size: 12px;line-height: 28px;}
	/*布局*/
	.index-content .part1{padding: 20px 0 5px;}
	.index-content .part2{padding: 20px 0 5px;}
	.index-content .part3{padding: 20px 0 15px;}
	.index-content .part4{padding: 20px 0 200px;background-attachment: scroll;background-size: cover;}
	.index-content .part5{padding: 20px 0;}
	.index-content .part6{padding: 3rem 0rem;background-attachment: scroll;background-size: cover;}
	.index-content .part6 .play-btn{left: 50%;top: 0;transform: translate(-50%,0);}

	/*制造系统展示区*/
	.manufacture-show-box{text-align: center;}
	.manufacture-show-box .item{float: none!important;width: 49%!important;margin: 0 0 6px 2%!important;border-radius: 4px;}
	.manufacture-show-box .item:nth-child(2n+1){margin-left: 0!important;}
	.manufacture-show-box .item .bg{padding-top: 60%!important;}
	.manufacture-show-box .item .name{padding: 0 .5em;font-size: 14px;}



	/*分类展示区*/
	.classify-show-box > .item{height: 200px;}
	.classify-show-box > .item .title .icon{width: 32px;height: 32px;}
	.classify-show-box > .item .title .name{margin-top: 5px;font-size: 14px;line-height: 16px;}

	/*合作企业选项卡*/
	.company-tab-box .tabs .item{margin: 0 15px;font-size: 14px;line-height: 20px;}
	.company-tab-box .tabs .item:before{left: -10px;margin-top: -4px;border-width: 4px;border-left-width: 6px;}
	.company-tab-box .tab-content{margin-top: 15px;}

	/*品牌轮播*/
	.brand-swiper{padding-bottom: 25px;}
	.brand-swiper:before{bottom: 25px;}
	.brand-swiper .swiper-slide{padding: 10px;}
	.brand-swiper .swiper-slide .logo{height: 30px;margin: 0 10px;}
	.brand-swiper .swiper-slide .info{}
	.brand-swiper .swiper-slide .info .name{height: 16px;font-size: 12px;line-height: 16px;}
	.brand-swiper .swiper-slide .info .txt{height: 32px;font-size: 12px;line-height: 16px;transform: scale(.9);}

	/*数据展示区*/
	.data-show-box .item .num{font-size: 30px;line-height: 40px;}
	.data-show-box .item .txt{margin-top: 5px;font-size: 12px;line-height: 20px;}
	.index-content .part4 .data-show-box{padding: 0 3%;}

	/*技术信息展示区*/
	.technology-info-box .item{width: 50%;padding: 10px;border-left: 0;text-align: center;}
	.technology-info-box .item .tit{font-size: 12px;line-height: 16px;}
	.technology-info-box .item .txt{transform: scale(.9);}
	.index-content .part4 .technology-info-box{padding: 10px 3%;}

	/*最新动态选项卡*/
	.dynamic-tab-box .tabs .item{width:31.333%;margin:1%;float:left}

.news-messageRC{padding:0 0px;text-align: center;}
.news-messageRC h6 { font-size: 14px;  color: #c2c2c2;}
.news-messageRR { margin-top: 10px;}
	.dynamic-tab-box .tab-content{padding-bottom: 5px;margin-top: 15px;}
	.dynamic-tab-box .tab-content .swiper-slide > .con-l{float: none;width: 100%;}
	.dynamic-tab-box .tab-content .swiper-slide > .con-r{margin-left: 0%;margin-top: 10px;padding-right: 0;}



	/*关于我们数据展示*/
	.about-data-show .item{padding: 10px;}
	.about-data-show .item .tit{height: 30px;line-height: 30px;}
	.about-data-show .item .tit span{font-size: 30px;}
	.about-data-show .item .txt{font-size: 12px;}
	.index-content .part6 .about-data-show{margin-left: 0;}
}


.product .mm{margin-top:3rem;width:100%;float:left;clear:both;}

.allbody{width:100%; margin:0 auto;}

#owl-demo10 .item{}
.product .owl-carousel .owl-item .text{border-left:solid #fff 1px;padding:0% 3%;}
.product .owl-carousel .owl-item h1 a{color:#fff;font-size:24px;line-height:40px;height:40px;overflow:hidden;display:block;font-weight:normal}
.product .owl-carousel .owl-item  h2 a{color:#fff;font-size:16px;line-height:40px;height:40px;overflow:hidden;display:block;font-weight:normal}
.product .owl-carousel .owl-item p{color:#fff;font-size:14px;line-height:20px;height:40px;overflow:hidden;display:block}
.product .owl-carousel .owl-item .pmore{width:100%;float:left;clear:both;margin:10% auto}

.product .owl-carousel .owl-item .pmore a{display:block;width:160px;height:45px;line-height:45px;border:solid rgba(255,255,255,0.5) 1px;text-align:center;font-size:14px;letter-spacing:1px;color:#fff;}
.product .owl-carousel .owl-item:hover .pmore a{background:#fff;color:#333}


.product .owl-carousel .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.product .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.product .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.product .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.product .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.product .owl-carousel .owl-item{float: left;}
.product .owl-controls .owl-page,.product .owl-controls .owl-buttons div{cursor: pointer;}
.product .owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.product .grabbing{cursor:url(../images/grabbing.png) 8 8, move;}
.product .owl-carousel .owl-wrapper,
.product .owl-carousel .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}



.product .owl-theme .owl-controls{margin-top: 10px;text-align: center;}
.product .owl-theme .owl-controls .owl-buttons div{color: #FFF;display: none;zoom: 1;*display: inline;/*IE7 life-saver*/margin: 5px;padding: 3px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background: #869791;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}
.product .owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.product .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
.product .owl-theme .owl-controls .owl-page span{display: block;width: 35px;height: 2px;margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;background: #fff;}
.product .owl-theme .owl-controls .owl-page.active span,.product .owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.product .owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.product  .owl-item.loading{min-height: 150px;background: url(../images/AjaxLoader.gif) no-repeat center center}


@media screen and (max-width: 768px){
.product .owl-carousel .owl-item h1 a{font-size:16px;}
.product .owl-carousel .owl-item  h2 a{font-size:14px;}


.service {  margin-top: 0rem !important;}


.tab_slide ul li .left .ainfo { padding: 5%;}
.index-content .product { padding: 20px 0;}
.tab_slide ul li { padding: 0px !important}
.tab_slide ul li .right ul li img {  display: block;    width: auto;height: auto;}


.tab_slide ul li .left {padding: 0rem;  width: 100%;}
.tab_slide ul li .right{padding: 0rem; width: 100%;position:relative;  top: 0%;  transform: translateY(0%); right: 0%;}
.tab_slide ul{width:90vw;}
.tab_tle { height: auto;width:100%;padding:0% 45px;}


.tab_tle ul{text-align: left;}

.tab_slide ul li .left .ainfo .antit {font-size: 24px;line-height: 3rem;}
.tab_con {padding-bottom: 4rem;margin-top: 1rem;}
.amore { margin: 1rem auto;}
.tab_btn{width:100%; position: relative;text-align: center;clear: both;float: left;}
.tab_btn a{display:inline-table; height:60px; width:60px;  position:relative background:#e2e2e2;}
.tab_btn .tab_prev{position: unset;}
.tab_btn .tab_next{position: unset;}
.tab_slide ul li .right ul li h1 a {font-size: 14px;}
}

@media (min-width:769px) and (max-width: 990px){
.tab_slide ul li .left {padding: 0rem;  width: 100%;}
  .tab_slide ul li .right{padding: 0rem; width: 100%;position:relative;  top: 0%;  transform: translateY(0%); right: 0%;}
.tab_slide ul{width:90vw;}
.tab_tle li{line-height: 40px;}
.tab_tle li.now{padding: 0% 5px 0% 30px;}
.tab_tle { height: auto;}
.tab_tle ul{text-align:center}
.tab_tle ul li{display:inline-table;float:none;font-size: 14px;padding: 0px 10px;}

.tab_slide ul li .left .ainfo .antit {font-size: 24px;line-height: 3rem;}
.tab_con {padding-bottom: 4rem;margin-top: 1rem;}
.amore { margin: 1rem auto;}
.tab_btn{width:100%; position: relative;text-align: center;clear: both;float: left;}
.tab_btn a{display:inline-table; height:60px; width:60px;  position:relative background:#e2e2e2;}
.tab_btn .tab_prev{position: unset;}
.tab_btn .tab_next{position: unset;}
.tab_slide ul li .right ul li h1 a {font-size: 14px;}
}


@media (min-width:991px) and (max-width: 1280px){
.tab_slide ul{width: 90vw}
.tab_slide ul li .left .ainfo .antit {font-size: 24px;line-height: 4rem;}
}
@media (min-width:1281px) and (max-width: 1440px){
.tab_slide ul{width: 85vw}
.tab_slide ul li .left .ainfo .antit {font-size: 26px;line-height: 5rem;}
}

@media (min-width:1441px) and (max-width: 1600px){
.tab_slide ul{width: 80vw}
.tab_slide ul li .left .ainfo .antit {font-size: 28px;line-height: 6rem;}
}




.service{width:100%;height:auto;clear:both;float:left;background: url(../images/product.jpg) center bottom no-repeat;padding:5% auto;}
.s1{width:100%;height:auto;clear:both;float:left;padding:10rem 0rem;}

.s1 .right{width:100%;float:right}
.s1 .right ul{width:100%}
.s1 .right ul li{width:29.3333%;float:left;overflow:hidden;padding:2%;margin: 1% 2%;}
.s1 .right ul li h1{display:block;width:100%;text-align:center;font-size:20px;color:#f5f5f5;}
.s1 .right ul li p{display:block;width:100%;text-align:center;font-size:14px;color:#f5f5f5;margin-top: 15px;}
.s1 .right ul li p img{display:block;margin:0 auto;}


@media (max-width:768px){
.tit2 {margin-bottom: 10px;float: left;}

.s1 { padding: 1rem 0rem;}
.s1 .left .ifo{width:100%;}
.s1 .right ul li p img{max-width:45px;}
.s1 .left{width:100%;float:left}
.s1 .right{width:100%;float:right;margin-top: 1rem;}
.s1 .right ul li { padding: 4% 2%;}
.dynamic-tab-box .tabs .mnmore{display:none}
}
@media (min-width:769px) and (max-width: 990px){
.s1 { padding: 1rem 0rem;}
.s1 .left .ifo{width:100%;}
.s1 .right ul li p img{max-width:55px;}
.s1 .left{width:100%;float:left}
.s1 .right{width:100%;float:right;margin-top: 1rem;}
.dynamic-tab-box .tabs .mnmore{display:none}
}





/*底部*/
.footer{width:100%;height:auto;clear:both;background:#f2f2f2;padding:40px 0px 0px 0px;background-size:cover;float: left;}
.cont2{width:100%;height:auto;clear:both;position:relative;float: left;overflow: hidden;}
.cont2_l{width:70%;float:left;}
.cont2_r{width:30%;float: right;}
.cont2 .cc{width:100%;height:auto;float:left}
.cont2 .cc li{width:18%;float:left;margin-right: 1%;}
.cont2 .cc li .er{max-width:130px;height:auto;float:left;color:#fff;line-height:2.2;font-size:1.5rem;text-align:center}
.cont2 .cc li .er img{max-width:100%;height:auto}
.cont2 .cc li h1{float:left;display:block;width:100%;margin-bottom:2rem;}
.cont2 .cc li h1 a{font-size:16px;color:#000;line-height: 65px;font-weight:normal;text-align:left;transition: all 0.7s ease-in-out 0s;position:relative;height:65px;display: block;;}



.cont2 .cc li h1 a:after{ display: block;  content: '';  float: left;  width: 75px;  height: 1px;  background:rgba(255,255,255,0.3);  transition: all 0.7s ease-in-out 0s;position:absolute;left:0%;bottom:0px;}


.cont2 .cc li h1 a font{margin-right:5px;transition: all 0.7s ease-in-out 0s;}
.cont2 .cc li p a{float:left;font-size:14px;color:#a5a5a5;line-height:1.8;clear:both;transition: all 0.7s ease-in-out 0s;}
.cont2 .cc li p{float:left;font-size:14px;color:#a5a5a5;line-height:1.8;clear:both;margin-top:3px;transition: all 0.7s ease-in-out 0s;}
.cont2 .cc li p a font{margin-right:5px;transition: all 0.7s ease-in-out 0s;}
.cont2 .cc li p:hover {margin-left:10px;transition: all 0.7s ease-in-out 0s;}
.cont2 .cc li p:hover a,.cont2 .cc li p:hover a font{color:#f5b102;transition: all 0.7s ease-in-out 0s;}
.cont2 .cc li h1:hover a{color:#f5b102;transition: all 0.7s ease-in-out 0s;}

.cont2 .ct{width:100%;height:auto;padding-top:5rem;clear:both;float:left}
.cont2 .ct h1{color:#aeafaf;float:left;padding:5px;margin-right:5px;font-size: 14px;text-align: left;}
.cont2 .ct a{float:left;padding:5px;margin-left:5px;font-size:1.4rem;color:#d1a1a2}
.cont2_r .nei{width:100%;height:auto;text-align: right;}
.cont2_r .nei p{width:100%;clear:both;color:#333;text-align:center;line-height:3;font-size: 14px;text-align: right;float: right;}
.cont2_r .nei p .logo{max-width:100%;float:left}
.cont2_r .nei h1{width:100%;clear:both;color:#333;text-align:center;font-size: 20px;text-align: right;float: right;}
.cont2_r .nei p .er{max-width:135px;border-radius:10px;display:block;margin-top: 2rem;float: right;}
.cont2_r .cen{width:100%;height:100%;position:relative;}
.cont2_r p{font-size:16px;color:#a5a5a5;line-height:2;width: 100%;display: block;text-align: left;}
.cont2_r h1 a{font-size:37px;color:#f5b102;line-height: 1.6;width: 100%;display: block;text-align:left;font-family:"庞门正道标题体";margin-bottom:1rem;letter-spacing:2px;}
.cont2_r h2{font-size:18px;color:#fff;line-height: 60px;width: 100%;display: block;text-align:left;font-weight:normal;}
.cont2_r p a{font-size:16px;color:#a5a5a5;line-height:2;text-align: left;}




.foot{width:100%;height:auto;padding:15px 0px;clear:both;float: left;border-top: solid #d8d7d7 1px;margin-top:2rem;}
.foot p{width:100%;color:#333;font-size:14px;text-align:left;line-height:2;letter-spacing:1px;}
.foot p a{color:#333;}
.foot p .cxi{float:right;}

.foot2{width:100%;height:auto;padding: 2rem 0px;clear:both;float: left;border-bottom: solid #d8d7d7 1px;background:#f2f2f2}

.foot2 h1{display:block;width:50%;float:left;color:#333;font-size:24px;line-height:1.4}
.foot2 h1 font{color:#164b99;}
.foot2 h2{display:block;width:50%;float:right;text-align:right}
.foot2 h2 img{max-width:80%;float:right}


@media (max-width:468px){
.cont2_r .nei h1{text-align:center}
.cont2_r .nei p:nth-child(2) {background: none;color: #fff;  width: auto;}
.cont2_l{display:none}
.cont2_r{width:100%;position:relative;}
.cont2_r .nei{position:relative;top: 0%;transform: translateY(0%);left: 0%;width:100%;}
.cont2_r p{text-align: center;}
.cont2_r h1 a{text-align: center;}
.cont2_r h2{text-align: center;}

.foot p{text-align:center}
.foot p .cxi {float: none;  margin: 0 auto;}
.foot p a {clear: both;display: block;}

.cont2_r .nei p .er {float: none;margin: 0 auto;}
.cont2_r .nei p .logo {float: none; display: block;  margin: 0 auto;}
}


@media (min-width:469px) and (max-width:768px){
.cont2_r .nei p:nth-child(2) {background: none;color: #fff;  width: auto;}
.cont2_l{display:none}
.cont2_r{width:100%;position:relative;}
.cont2_r .nei{position:relative;top: 0%;transform: translateY(0%);left: 0%;width:100%;}
.cont2_r p{text-align: center;}
.cont2_r h1 a{text-align: center;}
.cont2_r h2{text-align: center;}

.foot p{text-align:center}
.foot p .cxi {float: none;  margin: 0 auto;}
.foot p a {clear: both;display: block;}
.cont2_r .nei h1{text-align: center;}
.cont2_r .nei p .er {float: none;margin: 0 auto;}
.cont2_r .nei p .logo {float: none; display: block;  margin: 0 auto;}

}
@media (min-width:769px) and (max-width:990px){
.cont2_r .nei p:nth-child(2) {background: none;color: #fff;  width: auto;}
.cont2_l{display:none}
.cont2_r{width:100%;position:relative;}
.cont2_r .nei{position:relative;top: 0%;transform: translateY(0%);left: 0%;width:100%;}
.cont2_r p{text-align: center;}
.cont2_r h1 a{text-align: center;}
.cont2_r h2{text-align: center;}

.foot p{text-align:center}
.foot p .cxi {float: none;  margin: 0 auto;}
.foot p a {clear: both;display: block;}

.cont2_r .nei h1{text-align: center;}
.cont2_r .nei p .er {float: none;margin: 0 auto;}
.cont2_r .nei p .logo {float: none; display: block;  margin: 0 auto;}



}




.floating_ck{position:fixed;right:20px;top:30%;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#646577;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#e40231;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background:url(../images/zxicon.png);}
.quote{background:url(../images/kficon.png);}
.qrcord{background:url(../images/erweima.png);}
.return{background:url(../images/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;font-size: 14px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#e40231;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background:url(../images/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}




/*关于我们*/
.abp{width:100%;height:auto;position:relative;overflow:hidden;padding:5% 0%;background:url(../images/probg.jpg) no-repeat center center;background-position:fixed;}

.abp .left{width:50%;float:left;overflow:hidden}
.abp .left h1{font-weight:normal;font-size:26px;line-height:1.3;margin-bottom:10px;display:block;width:100%;float:left;}
.abp .left p{font-size:14px;color:#666;line-height:1.6;float:left}
.abp .left .amore{float:left;margin-top:4rem;color:#333;font-size:14px;}
.abp .left .amore a{font-size:14px;color:#333;line-height:50px;height:50px;display:block;padding-right:80px;background:url(../images/more3.png) no-repeat center right;background-size:50px auto;}
.abp .right{width:50%;float:right;overflow:hidden}

.abp .right .item{display: inline-block;vertical-align: top;width:40%;padding: 0px 20px;font-size: 14px;border-right:solid #ccc 1px;float: right;}
.abp .right .item .tit{height: 80px;font-size: 20px;line-height: 80px;color:#164b99}
.abp .right .item .tit span{font-family: Arial;font-size: 60px;color:#164b99}
.abp .right .item .txt{height: 40px;margin-top: 5px;line-height: 20px;font-size:14px;color:#222}


@media (max-width:768px){
.abp .left{width:100%;}
.abp .right{width:100%;}

.abp .left h1{font-size:20px;}

.abp .right .item{width:49%}
.abp .right .item .tit span{font-size: 40px;}
.abp .left .amore{margin-top:1rem;}
}









.mnmore{width:100%;height:auto;float:left;clear:both;overflow:hidden}
.mnmore a{display:block;width:110px;height:60px;line-height:60px;font-size:14px;color:#000;background:url(../images/more.png) no-repeat center right;border-bottom:solid #000 1px;margin: 40px 15px 0px 15px;}
.mnmore:hover a{border-bottom:solid #164b99 1px;color:#164b99;background:url(../images/more2.png) no-repeat center right;}