@meta "utf-8";
*{margin: 0;padding: 0;}
body{font:12px"microsoft yahei";color: #333;-webkit-font-smoothing: subpixel-antialiased;-moz-osx-font-smoothing: auto;overflow-x: hidden;}
ul,li,ol,dl,dt,dd{margin:0;padding:0;list-style-type:none;}
ul,li{list-style: none;}
p{margin:0;padding:0;}
a{font-size:12px;text-decoration:none;transition:all 0.3s ease-in-out 0s;color: #333;}
a:hover{text-decoration:none;}
i,em{font-style: inherit;}
.clearfix {zoom:1;}
.clearfix:after{display:block;clear:both;visibility:hidden;height:0;content:"."; }
.clear{clear: both;}
.wrapper{width: 85%;margin: auto;}
.center{margin:0px auto;}
.moddle{width:85%;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.pad{padding-top: 70px;}
.flexwrap{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex{display: flex;justify-content: space-between;}
.vimg{width: 100%;height: 100%;object-fit: cover;transition: 1s;}
.vimg:hover{transform: scale(1.1);}

.title{margin-bottom: 40px;}
.title span{float: left;font-size: 54px;color: #333e46;font-weight: bold;margin-right: 3%;}
.title i{float: left;font-size: 16px;margin-top: 26px;}
.title span em{color: #fcb026;}
/* 手机导航 */
.mn{width: 100%;height: 65px;position: fixed;top: 0;left: 0;z-index: 999;background: #fcb026;display: none;}
.m_logo{text-align: center;}
.mn img{width: 190px;}
.menu{width:30%;background-color:#fcb026;;color:#fff;position: absolute;top: 0;right: 0;z-index: 1;}
.menu ul{padding: 4rem;}
.menu ul li{line-height: 2;color: #fff;font-size: 16px;margin-bottom: 20px;}
.menu ul li a{font-size: 16px;color: #fff;}
.menu ul li dl{display: none;}
.menu ul li dl dt{text-indent: 1rem;}
.menu ul li dl dt a{font-size: 14px;}

.menu-button{position:absolute;top:0;right:0;z-index: 5;padding:1rem;}
.menu-button .bar:nth-of-type(1){margin-top:0}
.menu-button .bar:nth-of-type(3){margin-bottom:0}
.bar{position:relative;display:block;width:2rem;height:0.25rem;margin:10px auto;background-color:#fff;border-radius:10px;-webkit-transition:.3s;transition:.3s}
/* 电脑端导航 */
.header{background: #fcb026;}
.logo_l{width: 16%;}
.logo_l dl{line-height: 38px; font-size: 30px; color: #333; font-weight: bold;}
.logo_l dt{ font-size: 15px; text-transform: uppercase; line-height: 35px;}
.logo_c{border-left: 1px solid #909090;padding-left: 20px;margin-left: 20px;}
.logo_c dl{ line-height: 40px; font-size: 24px; font-weight: bold; color: #fcb026;}
.logo_c dt{ line-height: 32px; font-size: 18px; color: #606060;}
.logo_r{background: url(../images/telephone.gif) no-repeat left center; padding-left: 40px;background-size: 40px;margin-top: 20px;}
.logo_r dl{ line-height: 29px; font-size: 16px; color: #606060;}
.logo_r dt{ line-height: 35px; font-size: 28px; color: #333; font-weight: bold;}
#nav{width: 80%;}
#nav li{position: relative; float: left;text-align: center;width:12.5%;height: 85px;line-height: 85px;}
#nav li a{color: #333f47;font-size: 18px;font-weight: bold;}
#nav li dl{width:100%; background:#eee;position:absolute;left: 0;top: 100%;z-index:99999;display: none;}
#nav li dl dt{line-height:40px; text-align: center;border-bottom: 1px dashed #fcb026;}
#nav li dl dt a{color:#333f47;font-size:16px;display: block;}
#nav li dl dt:hover{ background:#fcb026;}
#nav li dl dt:hover a{ color: #fff;}
#banner img{width: 100%;}
/* banner图中跳动的箭头 */
.arrow {
    animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    position: absolute;
    bottom: 50px;
    left: 50%;
	z-index: 99;
    margin-left: -20px;
    width: 60px;
    height: 60px;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
@keyframes arrow {

    %0,
    %100 {
        bottom: 50px;
        opacity: 1;
    }

    50% {
        bottom: 70px;
        opacity: .5
    }
}

@-webkit-keyframes arrow {
    %0,
    %100 {
        top: 50px;
        opacity: 1;
    }

    50% {
        top: 70px;
        opacity: .5;
    }
}
/* 产品 */
.product{padding: 80px 0;}
.product ul li{width: calc(31% - 40px);padding: 20px;margin-bottom: 20px;position: relative;text-align: center;box-shadow: 0 0 15px rgb(0 0 0 / 10%);overflow: hidden;}
.product ul li p{margin: 20px 0 30px;font-size: 22px;font-weight: bold;color: #333e46;}
.product ul li .tibox{line-height: 40px;font-size: 16px;width: 90%;margin: 0 auto;border: 1px solid #f0f0f0;}
.product ul li img{display: block;margin: 0 auto;width: 60%;}
.product ul li .aa{display: flex;justify-content: center;align-items: center;position: absolute;left: 0;top: 100%;width: calc(100% - 40px);height: calc(100% - 40px);background: #333f47;padding: 20px;transition: 0.5s;}
.product ul li:nth-child(n+2) .aa{z-index: -1;}
.product ul li:nth-child(n+2):hover p{color: #fcb026;}
.product ul li:nth-child(n+2):hover .tibox{color: #fcb026;border-color: #fcb026;}

.product ul li:hover .aa{top: 0;}
.product ul li .twobox{}
.product ul li .twobox dt{float: left;margin-right: 10px;margin-bottom: 10px;border: 1px solid #fcb026;padding: 10px;}
.product ul li .twobox dt a{font-size: 16px;color: #fcb026;}

/* 简介 */
.company{padding: 0 0 75px;background: url(../images/about.jpg) no-repeat center center;background-size: 100% 100%;}
.comti ul li{width: 110px;height: 40px;line-height: 40px;text-align: center;border: 2px solid #6b737a;margin-left: 10px;margin-top: 40px;position: relative;z-index: 2;overflow: hidden;}
.comti ul li::after{content: "";position: absolute;left: -100%;top: 0;z-index: -1;width: 100%;height: 100%;transition: 0.5s;background: #fcb026;transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);}
.comti ul li a{font-size: 16px;display: block;}
.comti ul li:hover::after{left: 0;}
.comti ul li:hover{border-color: #fcb026;}
.comti ul li:hover a{color: #fff;}

.pleft{width: 48%;}
.company .dcon{font-size: 16px;line-height: 2;}
.pleft li{width: 25%;text-align: center;margin-top: 60px;}
.pleft li span{font-size: 14px;}
.pleft li span b{font-size: 32px;color: #fcb026;}
.pleft li p{font-size: 16px;}

.pright{width: 50%;overflow: hidden;}
.pright video{width: 100%;}

/* 优势 */
.advantage{padding: 80px 0;}
.adcontent{background: url(../images/adbj.jpg) no-repeat center center;}
.adcontent li{width: 33.3%;padding: 150px 0;text-align: center;background: rgba(0, 0, 0, 0.3);border-right: 1px solid rgba(255, 255, 255, 0.5);}
.adcontent li .line{width: 2px;height: 40px;background: #fcb026;margin: 40px auto;}
.adcontent li:last-child{border-right: none;}
.adcontent li .kuang{width: 100px;height: 100px;margin: 0 auto;overflow: hidden;}
.adcontent li .kuang img{transition: .5s;}
.adcontent li p{font-size: 30px;font-weight: bold;transition: 0.5s;color: #fcb026;}
.adcontent li:hover{background: none;}
.adcontent li:hover .kuang img{transform: translateY(-100px);}
.adcontent li:hover p{color: #fff;}
/* 新闻 */
.new{padding: 0 0 80px;}
.newTop li{width: 55%;height: 380px;position: relative;background: url(../images/top01.jpg) no-repeat center center;background-size: 100% 100%;}
.newTop li:nth-child(2){background: url(../images/top02.jpg) no-repeat center center;width: 44%;background-size: 100% 100%;}
.newTop li .ab{position: absolute;left: 0;top: 0;z-index: 3;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);}
.newTop li .ac{position: absolute;left: 0;bottom: 0;z-index: 4;padding: 0 40px 20px;}
.newTop li .ac span{font-size: 20px;color: #fcb026;font-weight: bold;}
.newTop li .ac p{font-size: 26px;color: #fff;margin-top: 10px;font-weight: lighter;}
.newBottom{margin-top: 26px;}
.newBottom .item{width: 32%;border: 1px solid #eee;}
.newBottom .item .box .intro{padding:25px; transition:all 0.5s ease;}
.newBottom .item .intro .top_ .date{font-family:Impact; color:#fcb026; display:inline-block;}
.newBottom .item .intro .top_ .date span{display:inline-block;}
.newBottom .item .intro .top_ .date .line{width:23px; height:22px; background:url(../images/new_line.png) no-repeat center;}
.newBottom .item .intro .top_ .date .day{font-size:46px;}
.newBottom .item .intro .top_ .date .month{font-size:20px;}
.newBottom .item .intro .top_ .text{display:inline-block; font-size:14px; color:#818181; margin-left:15px;}
.newBottom .item .intro .tit{font-size:18px; line-height:28px; color:#000;overflow:hidden; margin-bottom:13px;}
.newBottom .item .intro .con{font-size:14px; line-height:23px; color:#4c4c4c; height:46px; overflow:hidden;}
.newBottom .ipt5_jt .owl-next {right:-25px; background-position:-23px 0px;}
.newBottom .ipt5_jt .owl-prev:hover{background-position:0 -51px;}
.newBottom .ipt5_jt .owl-next:hover{background-position:-23px -51px;}
.newBottom .item:hover .box .intro{box-shadow:0 0 20px rgba(0,0,0,.2);}
.newBottom .owl-item.cur .item .box .intro{box-shadow:0 0 20px rgba(0,0,0,.2);}
/* 底部 */
.footer{ width:100%; padding:32px 0px 40px 0px; background:#333f47; color: #a2a5a7;border-top: 6px solid #fcb026;}
.footer a{ color: #a2a5a7;}
.foot_l{ width: 15%;height: 199px; border-right: 1px solid #909090;padding-right: 2%;}
.foot_c{ width: 10%;height: 199px; margin-left: 4%; border-right: 1px solid #909090;}
.foot_d{}
.footer dl{ line-height: 54px; margin-bottom: 5px; font-size: 18px;color: #fcb026;}
.footer li{margin-right: 6%;float: left; line-height: 2;}
.footer li a{ font-size: 14px;}
.footer li a:hover{color: #fcb026;text-decoration: underline;}
.footer dd{line-height: 2;}
.footer dd a{ font-size: 14px;}
.footer dd a:hover{color: #fcb026;text-decoration: underline;}
.footer dt{ line-height: 2; font-size: 14px;}
.banquan{ line-height: 50px; color: #fff; text-align: center; font-size: 14px; border-top: 1px solid #909090; background: #333f47;}
.banquan a{ font-size: 14px; color: #fff;}
/* 右侧悬浮 */
#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: #fcb026;-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: #fcb026;}
#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);}

.nr table, .nr td{border:2px solid #aaaaaa;}
table{border-collapse: collapse;}
#add_table{width: 100%;}
.lyb{color: #cacaca;background: #333;}
.sylynr{display: flex;justify-content: center;flex-wrap: wrap;}
.sylynr dl{width: 22%;}
.sylynr dl:last-child{width: 10%;margin-left: 20px;}
.lyneirong{color: #cacaca;width: 100%;background: none;border: 1px solid #7a7a7a;}
.lyuser{width: 80%;line-height: 50px;margin-bottom: 15px;background: none;border: 1px solid #7a7a7a;height: 50px;}
.tijiao{color: #303030;font-size: 16px;padding: 10px 30px;margin-top: 20px;}
.nytijiao{background: #fcb026;color: #fff;font-size: 16px;padding: 10px 30px;margin-top: 20px;border: none;cursor: pointer;width: 100%;}
.nytijiao:hover{background: #df9309;}

@media screen and (max-width:1440px)
{
	.logo_l{width: 20%;}
	.title i{width: 50%;margin-top: 17px;}
	.pleft li span b{font-size: 28px;}
}


@media(min-width:1024px)and (max-width:1300px) {
	
}
@media screen and (max-width:1200px) {
	#toolbar{display: none;}
	.wrapper{width: 95%;}
	#banner,.Nimg{margin-top: 65px;}
	.mn{display: block;}
	.header .wrapper{display: none;}
	.menu{display: none;overflow: auto;}
	.moddle{width: 98%;}
	.product ul li .aa{display: none;}
	.comti ul li{display: none;}
	.foot_l{width: 60%;border-right: none;}
	.foot_c{display: none;}
	
	.po{display: none;}
	.hg{line-height: 2;margin-top: 10px;}
	.nyflbox{line-height: inherit;}
	.tab-hd li{padding: 10px 20px;}
}
@media screen and (max-width:1054px){
	.rytp{width: calc(48% - 10px);}
}
@media screen and (max-width:1024px) {
	.Cont{display: inherit;}
	.pright{width: 100%;}
	.pleft{width: 100%;margin-top: 20px;}
	.pleft li span b{font-size: 35px;}
	.title i{float: inline-start;width: 100%;}
	.title span{font-size: 44px;}
	.adcontent li:hover .kuang img{transform: inherit;}
	
	.tp{width: 48%;}
	
	
}

@media (min-width: 600px) and (max-width:1024px) {
	.tp .tp_img{height: 330px;}
}
@media screen and (max-width:990px) {
	.menu{width: 50%;}
	.qyfz{display: none;}
	.yqlj{display: none;}
}
@media screen and (max-width:810px){
	.foot_l{width: 40%;}
	
	.nyflbox a{font-size: 16px;}
	.rytp a{height: 240px;}
}
@media screen and (max-width:768px){
	.title span{font-size: 30px;}
}
@media screen and (max-width:680px){
	
	
}
@media screen and (max-width:600px) {
	.arrow{display: none;}
	.menu ul{padding: 4rem 1rem;}
	.tp .tp_img{height: 200px;}
	.newTop li{height: 230px;}
	.newTop li .ac span{font-size: 18px;}
	.newTop li .ac p{display: none;}
	.newTop li .ac{padding: 10px;}
	.newBottom{flex-wrap: wrap;}
	.newBottom .item{width: 100%;margin-top: 20px;}
	.newBottom{margin-top: 0;}
	.newTop li:nth-child(2){display: none;}
	.newTop li{width: 100%;}
	.mup1,.nyxw2,.aboutpro{display: none;}
	.f_page{display: inherit;}
	.inews li span{float: inherit;display: block;}
	.page li{width: 10%;}
	.nr iframe{width: 100%;}
	.nr table{width: 100% !important;}
	.tab-hd li dl{opacity: 0;}
	.pleft li{margin-top: 20px;}
	.pleft ul{flex-wrap: wrap;}
	.pleft ul li{width: 48%;}
	.adcontent li{padding: 10px 0;}
	.adcontent li .kuang{width: 60px;height: 60px;}
	.adcontent li .kuang img{width: 100%;}
	.adcontent li p{font-size: 20px;}
	.newBottom .item .box .intro{padding: 10px;}
	.hg{margin-top: 0;}
	.newny dl{font-size: 14px;margin: 10px 0;line-height: 1.5;}
	.inews li{font-size: 16px;line-height: 2;}
	.inews li span{font-size: 14px;}
}
@media screen and (max-width:510px) {
	.nyflbox a{font-size: 14px;}
	.foot_l{display: none;}
	.foot_d{float: inherit;}
	.rytp{width: calc(47% - 10px);}
	.rytp a{height: 170px;}
}
@media screen and (max-width:480px){
	.vr video{height: 350px;}
	.title span{font-size: 25px;}
	.title i{font-size: 14px;}
	.product ul{display: inherit;}
	.product ul li{width: calc(100% - 40px);}
	.product ul li p{font-size: 18px;}
	.product ul li .tibox{line-height: 30px;font-size: 14px;}
	
}
@media screen and (max-width:340px) {
	.rytp{width: calc(46% - 10px);}
	.rytp a{height: 120px;}
}

