*{margin: 0;padding: 0;}
body{margin: auto;font:12px/25px  "microsoft yahei";color: #333;}
ul,li{list-style: none;}
a{text-decoration: none;color: #000;transition: 0.5s;}
.swiper-button-prev:focus{outline: none !important;}
.swiper-button-next:focus{outline: none !important;}
.clearfix::after{content: "";display: block;clear: both;visibility: hidden;height: 0;}
.clearfix{*zoom: 0;}
.clear{clear: both;}
.contain {width:1400px; margin:0px auto;}
.fl{ float: left;}
.fr{ float: right;}
i,em{font-style: inherit;} 
.flexwrap{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex{display: flex;justify-content: space-between;}
.vimg{transition: 1s;width: 100%;height: 100%;object-fit: cover;}
.vimg:hover{transform: scale(1.1);}
.indentbox{text-indent: 32px;}

.alltitle {text-align:center;margin-bottom:5%;}
.alltitle .en {font-size:50px;color:#f1f1f1;text-transform:uppercase;font-weight:bold;line-height:52px;}
.alltitle .fir {font-size:35px;color:#333333;font-weight:bold;margin-top:-15px;}
.alltitle .fir span {color:#333;}
.alltitle .fir span img{width: 50px;vertical-align: middle;}
.alltitle .line{width: 30px;height: 4px;background: #01a6a7;margin: 20px auto 0;}
.alltitle .sec {font-size:16px;color:#333333;margin-top:25px;}

/*head*/
#slider-wrapper{margin-top: 100px;}
.paddingbox{width: 95%;margin: 0 auto;}
.head{padding: 0 100px;width: calc(100% - 200px);position: fixed;z-index: 99999;left: 0;top: 0;box-shadow: 0 0 10px rgba(0,0,0,0.32);background: #fff;}
.logo{font-size: 16px;}
.logo p{font-size: 24px;font-weight: bold;margin-bottom: 10px;margin-top: 20px;}
.tel{padding-left: 34px;background: url(../images/tel.png) no-repeat left 10px;font-size: 16px;color: #888;margin-top: 20px;background-size: 32px;}
.tel b{font-size: 22px;color: #333;display: block;}

.nav li{position: relative; float: left;text-align: center;width: 110px;line-height: 100px;}
.nav li a{display: block;color: #333;font-size: 16px;position: relative;z-index: 2;}
.nav li>a::after{content: "";position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 0;background: #01a6a7;transition: .5s;}
.nav li:hover a{color: #fff;}
.nav li:hover a::after{height: 100%;}
.nav li dl{position: absolute;left: 0;top: 100%;z-index: 9999;width: 130%;display: none;}
.nav li dl dt{line-height: 45px;background: #01a6a7;}
.nav li dl dt a{font-size: 14px;color: #fff;}
.nav li dl dt:hover{background: #007373;}
/* 简介 */
.company{padding: 100px 0;}
.company .alltitle{text-align: left;}
.company .alltitle .line{margin: 20px 0 0;}
.comL{width: 48%;}
.comR{width: 48%;height: 394px;overflow: hidden;}
.comR video{width: 100%;height: 100%;object-fit: cover;}
.company_description{font-size: 16px;line-height: 2;color: #666;}
.company a{display: block;font-size: 16px;width: 140px;line-height: 45px;text-align: center;background: #01a6a7;color: #fff;margin-top: 40px;transition: .5s;}
.company a:hover{width: 160px;}
/* 产品 */
.product{padding: 100px 0;background: url(../images/probg.jpg) no-repeat center top;}
.proSort dt{width: 24%;line-height: 60px;background: #04adae;border-radius: 10px;border: 1px solid #00d1d1;margin-bottom: 20px;}
.proSort dt a{display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;}
.proSort dt img{width: 35px;vertical-align: middle;margin-right: 5px;}
.proSort dt .p02{display: none;}
.proSort dt:hover{background: #fff;}
.proSort dt:hover a{color: #01a6a7;}
.proSort dt:hover .p01{display: none;}
.proSort dt:hover .p02{display: inline-block;}
.proContent{margin-top: 60px;}
.proContent li{width: 24%;margin-top: 20px;}
.proContent li .proimg{height: 250px;overflow: hidden;}
.proContent li .pdi{line-height: 50px;background: #f1f1f1;padding: 0 10px;display: flex;justify-content: space-between;align-items: center;font-size: 16px;}
.proContent li .pdi img{width: 20px;}
.proContent li .pdi .m02{display: none;}
.proContent li:hover .pdi{background: #01a6a7;}
.proContent li:hover a{color: #fff;}
.proContent li:hover .pdi .m01{display: none;}
.proContent li:hover .pdi .m02{display: block;}
/* 新闻 */
.information{padding: 100px 0;background: url(../images/newsbg.jpg) no-repeat center center;background-size: cover;}
.inContent{width: 48%;}
.inimgbox{width: 48%;overflow: hidden;border-top-left-radius: 60px;border-bottom-right-radius: 60px;}
.inimgbox .inimg{height: 300px;overflow: hidden;}
.inimgbox .inb{padding: 20px;background: #fff;}
.inimgbox .inb span{display: block;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 24px;background: url(../images/xian.png) no-repeat left;transition: .5s;}
.inimgbox .inb span:hover{transform: translate(10px);color: #01a6a7;}
.inimgbox .inb .time{font-size: 14px;line-height: 50px;padding-left: 26px;background: url(../images/time.png) no-repeat left;background-size: 20px;color: #999;}
.inimgbox .inb p{font-size: 15px;line-height: 2;color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.inContent li{line-height: 50px;border-bottom: 1px dashed #00d1d1;}
.inContent li a{font-size: 16px;color: #fff;}
.inContent li a em{transition: .5s;float: left; width: 430px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.inContent li .lia span{float: left;margin-right: 10px;}
.inContent li:hover a em{transform: translate(10px);}
.information .more{display: block;width: 160px;line-height: 45px;font-size: 16px;text-align: center;border: 1px solid #fff;color: #fff;margin: 40px auto 0;border-radius: 100px;transition: .5s;}
.information .more:hover{width: 200px;}

.footbox{height: 300px;width: 100%;background: url(../images/adimg.jpg) no-repeat center center;display: flex;justify-content: center;align-items: center;font-size: 30px;font-weight: bold;color: #fff;text-align: center;line-height: 1.5;}

/*footer*/
.fastNav{padding: 15px 0;background: #01a6a7;}
.fastNav li{width: 20%;border-right: 1px solid #ccc;text-align: center;}
.fastNav li a{font-size: 16px;text-align: center;color: #fff;}
.fastNav li:hover a{text-decoration: underline;}
.footContent{background: #f1f1f1;padding: 20px 0;}
.footContent .contain>p{font-size: 18px;}
.footContent .contain>.xian{width: 30px;height: 2px;background: #01a6a7;margin: 10px 0 20px;}
.footContent ul li{font-size: 14px;}
.footContent ul li img{vertical-align: middle;margin-right: 10px;}
.banquan{ background:#f1f1f1;width: 100%; height: 30px; line-height: 30px;text-align: center;color: #999;border-top: 1px solid #ccc;}

.prolist dl{ float: left; width: 270px; height: 240px; display: block; margin: 15px 10px 0px 10px; border: 1px solid #CCCCCC; text-align: center;}
.prolist dl dt{ text-align: center;}
.prolist dl img{ margin: 3px;  display: block; padding: 1px; border: 1px solid #EEE; height: 200px; text-align: center;}
.message{line-height:24px;width: 580px;margin: 0 auto;}
.message dt{float:left;clear:both;width:70px;margin-top:18px;}
.message dd{float:left;margin-top:10px;}
.message input{line-height:40px;height:40px;border-radius: 5px;border: 1px solid rgb(169, 169, 169);}
.message .input{display: flex;justify-content: space-evenly;margin-top: 20px;}
.sub{line-height:40px !important;height: 40px !important;width: 150px;background: #01a6a7;cursor: pointer;border: none;font-size: 16px;color: #fff;}
.iright .e2{display: flex;justify-content: space-between;flex-wrap: wrap;}
.e2 li{width: 48%;padding: 10px;border: 1px solid #ccc;margin-bottom: 12px;position: relative;overflow: hidden;border-radius: 5px;}
.e2 li .bottom_div{position: absolute;left: -100%;top: 0;z-index: -1;width: 100%;height: 100%;background: #01a6a7;transition: 0.5s;transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);}
.e2 li .nti{padding-bottom: 5px;margin-bottom: 5px;border-bottom: 1px dashed #ccc;}
.e2 li .nti .xian{width: 30px;height: 2px;float: left;background: #01a6a7;transition: 0.5s;margin-top: 17px;margin-right: 10px;}
.e2 li .tia{float: left;font-size: 18px;color: #333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 70%;}
.e2 li .nti>span{float:right;}
.e2 li .des{font-size: 14px;line-height: 2;}
.e2 li .des .desbo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.e2 li .des a{width: 120px;line-height: 35px;text-align: center;font-size: 15px;margin-top: 40px;background: #01a6a7;color: #fff;border-radius: 5px;}
.e2 li:hover .bottom_div{left: 0;}
.e2 li:hover .nti .xian{background: #fff;}
.e2 li:hover a{color: #fff;}
.e2 li:hover .des{color: #fff;}
.e2 li:hover .des a{background: #fff;color: #01a6a7;}
.e2 li:hover{border-color: #01a6a7;}

.listimg{width:219px;float:left;margin:0px 5px;}
.listimg a{width:219px;}
.listimg a img{vertical-align:middle; width:219px; height:180px;}
.listimg p{line-height:40px; height:40px; text-align:center; width:219px; margin:0px auto;}
.slt{overflow:hidden;margin-top:10px;margin-bottom:10px;}
.timeBar{color:#666;line-height:36px;text-align:center;margin-top:20px;margin-right:auto;margin-bottom:10px;margin-left:auto;}
.guidbar_next{padding:10px 0px;border-top:1px solid #dadada;margin-top:20px;display: flex;justify-content: space-between;}
.guidbar_next li{font-size:14px;color:#666;}
.guidbar_next li a{color:#333;font-size: 14px;}
.page{padding-top:20px;height:30px;clear:both;text-align: center;}
.page li{display: inline-block;margin-right:6px;border:1px solid #ccc;width: 5%;}
.page .pages_hollow{width: 5%;line-height:25px;background: #01a6a7;color: #fff;border:1px solid #01a6a7;}
.page li a{display: block;color:#333;line-height:25px;}
.page li a:hover{background: #01a6a7;color: #fff;text-decoration:none;}
.title3{height:36px; line-height:36px; color:#fff; font-size:14px; font-weight:bold; padding-left:10px; background-color:#1348ac;}
.title3 span{ float:right; color:#fff; padding-right:10px;}
.title3 a{ color: #fff;}
.content{line-height:36px;font-size:16px;}
.mt5{ text-align: center;}
.iright{margin-bottom: 20px;}
.icpfl{background: #01a6a7; }
.cpt{ height: 80px; background: #01a6a7; text-align: center; font-size: 22px; color: #fff; line-height: 80px;}
.cpt span{ font-size: 16px; padding-left: 6px;}
.cpb{ padding: 30px 20px;}
.cpb li{ height: 40px; line-height: 40px; background: #f8f8f8; text-align: center; margin-bottom: 10px;}
.cpb li a{ font-size: 18px; color: #333333; display: block;}
.cpb li:hover{ background: #01a6a7;}
.cpb li:hover a{color: #fff;}
.cpb:nth-child(2) ul{ padding: 10px 0px}
.cpb ul dd{ line-height: 35px; text-align: center;}
.cpb ul dd a{ font-size: 14px; color: #ffffff; display: block;}
.cpb ul dd:hover{ background: #f8f8f8;}
.cpb ul dd:hover a{ color: #333;}
.nlx{ margin-top: 20px;}
.nlxt{ height: 40px; line-height: 40px; background: #01a6a7; font-size: 16px; color: #fff; padding-left: 20px;}
.nlxb{ background: #f4f5f7; padding: 10px; line-height: 30px; font-size: 14px;}

.insidePro{display: flex;justify-content: space-evenly;flex-wrap: wrap;margin-bottom: 60px;}
.insidePro li{margin-bottom: 20px;width: 24%;line-height: 45px;text-align: center;background: #f1f1f1;}
.insidePro li a{font-size: 16px;}
.insidePro li:hover{background: #01a6a7;}
.insidePro li:hover a{color: #fff;}
.imgbox{position: relative;margin-top: 100px;}
.mup{width: 100%;height:60px;line-height: 60px;font-size:16px;background: rgba(255,255,255,0.8);position: absolute;left: 0;bottom: 0;}
.mup .contain{display: flex;justify-content: space-between;}
.mup .n-name{font-size: 25px;font-weight: bold;padding-left: 10px;background: url(../images/xian.jpg) no-repeat left;}
.mup .cwrap{padding-left: 30px;background: url(../images/home.png) no-repeat left;}
.sbj{ margin: 40px auto;}
.rytp{width:24%;float:left;margin:0px 5px 20px;}
.rytp a.link{height:233px;display:block;overflow:hidden;border:1px solid #ccc;text-align:center;position: relative;}
.rytp a.link::before{content: "";display: block;position: absolute;left: 50%;top: 0;width: 0;height: 100%;transition: 0.5s;opacity: 1;background: #fff;}
.rytp a.link::after{content: "";display: block;position: absolute;left: 0;top: 50%;width: 100%;height: 0;transition: 0.5s;opacity: 1;background: #fff;}
.rytp:hover a.link::before{opacity: 0;width: 100%;left: 0;}
.rytp:hover a.link::after{opacity: 0;height: 100%;top: 0;}

.rytp .ryimg{height: 260px;overflow: hidden;}
.rytp a img{transition: all 0.6s;width: 100%;height: 100%;object-fit: cover;}
.rytp .ryb p{line-height:40px;height:40px;text-align:center;}
.rytp .ryb .more{display: block;border: 1px solid #01a6a7;line-height: 30px;text-align: center;font-size: 16px;}
.rytp:hover .more{background: #01a6a7;color: #fff;}
.nproduct{text-align: center;margin: 90px 0;font-size: 0;}
.nproduct li{width: 9%;display: inline-block;border: 1px solid #01a6a7;box-sizing: border-box;line-height: 40px;background: #f1f1f1;position: relative;border-right: none;}
.nproduct li:last-child{border-right: 1px solid #01a6a7;}
.nproduct li a{font-size: 16px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nproduct li dl{line-height: 35px;display: none;background: #01a6a7;position: absolute;left: 0;top: 40px;width: 100%;z-index: 1;border: 1px solid #01a6a7;}
.nproduct li dl a{font-size: 15px;display: block;color: #fff;position: relative;}
.nproduct li dl a::after{content: "";display: block;position: absolute;left: 0;bottom: 0;width: 0;height: 2px;background: #fff;transition: 0.5s;}
.nproduct li:hover{background: #01a6a7;}
.nproduct li:hover a{color: #fff;}
.nproduct li dl dt a:hover::after{width: 100%;}
/* 联系我们内页 */
.content .cfont{font-size: 16px;color: #777;line-height: 1.5;margin-bottom: 40px;padding-bottom: 20px;border-bottom: 1px solid #ccc;}
.content .inside{display: flex;justify-content: space-between;flex-wrap: wrap;}
.content .inside li{width: 46.5%;border: 1px solid #ccc;transition: 0.5s;display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;padding: 20px;}
.content .inside li .inr{width: 85%;font-size: 16px;color: #777;position: relative;}
.content .inside li .inr p{font-size: 19px;color: #333;font-weight: bold;line-height: 1.5;text-transform: lowercase;}
.content .inside li .inr::after{content: "";display: block;position: absolute;left: -12px;top: 10px;width: 1px;height: 50px;background: #ccc;}
.content .inside li:hover{box-shadow: 0 5px 10px #ccc;transform: translateY(-10px);border-color: #01a6a7;}

/* 侧边工具栏 */
#toolbar {position: fixed;z-index: 9999;right: 17px;bottom: 10%;}
#toolbar li {margin-bottom: 3px;font-size: 0;width: 57px;height: 57px;right: 0;position: relative;}
#toolbar li a {display: block;position: absolute;z-index: 9;right: 0;top: 0;width: 57px;height: 57px;overflow: hidden;background: #01a6a7;-webkit-transition: all .5s ease;transition: all .5s ease;white-space: nowrap;font-size: 0;}
#toolbar li .icon-font {display: inline-block;vertical-align: middle;width: 57px;height: 57px;background-color: #01a6a7;}
#toolbar li .icon-qq:after {background-position: 0 -150px;}
#toolbar li .icon-phone:after {background-position: 0 -90px;}
#toolbar li .icon-ewm:after {background-position: 0 -30px;}
#toolbar li .icon-message:after {background-position: 0 -120px;}
#toolbar li .icon-top:after {background-position: 0 -60px;}
#toolbar li .icon-wangwang:after {background-position: 0 0;}
#toolbar li .wz {display: inline-block;line-height: 57px;font-size: 14px;color: #fff;vertical-align: middle;padding-left: 10px;}
#toolbar li.ewm .ewm-box {position: absolute;z-index: 1;padding: 5px;background: #292e39;width: 110px;right: 120%;bottom: 0;opacity: 0;visibility: hidden;-webkit-transform: translateX(100%);transform: translateX(100%);-webkit-transition: all .7s;transition: all .7s;}
#toolbar li.ewm .ewm-box p {margin-bottom: 0;}
#toolbar li.ewm .ewm-box img {max-width: 100%;}
#toolbar li.ewm .ewm-box:after {content: '';position: absolute;right: -5px;bottom: 20px;width: 0;height: 0;line-height: 0;font-size: 0;overflow: hidden;border-width: 5px;cursor: pointer;border-style: dashed dashed dashed solid;border-color: transparent transparent transparent #292e39;border-right: none;}
#toolbar li.ewm:hover .icon {background-position: -57px -180px;}
#toolbar li.ewm:hover .ewm-box {opacity: 1;visibility: visible;-webkit-transform: translateY(0);transform: translateY(0);}
#toolbar li.backtop {cursor: pointer;}
#toolbar li.backtop .iconfont {color: #fff;background-color: #292e39;}
#toolbar li:hover a {width: 200px;}
#toolbar li:last-child:hover a{width: 59px;}
#toolbar li:hover .icon-font {background-color: #292e39;}
#toolbar li:hover .icon-qq:after {background-position: -30px -150px;}
#toolbar li:hover .icon-phone:after {background-position: -30px -90px;}
#toolbar li:hover .icon-ewm:after {background-position: -30px -30px;}
#toolbar li:hover .icon-message:after {background-position: -30px -120px;}
#toolbar li:hover .icon-wangwang:after {background-position: -30px 0;}
#toolbar li:hover .icon-top:after {background-position: -30px -60px;}
.icon-font {position: relative;}
.icon-font:after {content: "";width: 30px;height: 30px;background-image: url(../images/icon_spirit.png);background-repeat: no-repeat;position: absolute;left: calc(50% - 15px);top: calc(50% - 15px);}

@media screen and (max-width: 1655px) {
	.logo>div:last-child{display: none;}
}

@media screen and (max-width: 1440px) {
	.contain{width: 1200px;}
	.logo p{font-size: 27px;margin-bottom: 0;}
	.logo{font-size: 15px;}
	
	/* 内页 */
	.e2 li{width: 47.6%;}
	.rytp{width: 24.1%;}
	.page li{width: 7%;}
	.page .pages_hollow{width: 7%;}
	.ileft{width: 23%;}
	.content .inside li{width: 45.6%;}
	.content .inside li .inr{width: 82%;}
}