/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden; font-size:14px;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#01a7fb;text-decoration: none; border-bottom-style:}

.box{ margin:0 auto;width:100%;min-width: 1200px;max-width:1600px; box-sizing: border-box; padding:0 3%;}
.bg{ width: 100%;min-width:1200px;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}


/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}


/*英文样式*/
.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}


.t{text-align:center; }
.t p{color:#111; font-size:2vw; line-height:4vw;}
.t span{font-size:15px; }





/*导航*/
.top_bg{height: 80px; background-color:#f46814; color:#fff;position: fixed;z-index: 999; top:0;}
.logo{box-shadow: 0 0 30px rgba(0,0,0,0.1);}


.top_r .search,.top_r .ewm,.tphone{width: 36px;height: 36px;display: inline-block;border-radius: 50%; border:1px #ea8c54 solid; margin-top:22px; margin-left:1vw;position: relative;cursor: pointer;}
.top_r .search{background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210625/20210625172533_1270054415.png)no-repeat center;}
.top_r .search .search_r{position: absolute;right: -14px;top:58px;width: 0px;overflow: hidden;transition: 0.3s ease all;}
.top_r .search:hover .search_r{width:240px;}
.top_r .search .search-bg{position: relative;    z-index: 9;}
.top_r .search .search-bg #infoname{width:240px;background:#fff; outline:none; color:#ccc;border: none;height:40px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;border-radius: 25px;border: 1px solid #eee;}
.top_r .search .search-bg{position: relative;}
.top_r .search .search-i{position: absolute;right: 12px;top: 1px; width: 40px;height: 40px;}

.top_r .ewm{background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210625/20210625172549_293866393.png)no-repeat center;}
.ewm ul{opacity: 0; position: absolute; top:66px; left:-34px; width:100px; height:0; text-align:center; background:#fff;box-shadow: 0 0 20px rgba(0,0,0,0.1); transition: 0.3s ease all; overflow: hidden;z-index: 0;}
.ewm ul img{width:100%;}
.ewm ul p{line-height:30px; color:#222; font-size:14px;}
.ewm:hover ul{opacity: 1;top:58px; height:126px;z-index: 2; padding:6px; }

.top_r .tphone{background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210625/20210625172609_1564195162.png)no-repeat center;}
.tphone p{opacity: 0; position: absolute; top:58px; right:0; transition: 0.3s ease all; background:#fff; color:#000; width:200px; height:0px;line-height:40px; font-size: 20px;border-radius: 100px;border: 1px solid #eee; font-family: "Tw Cen MT"; text-align:center;overflow: hidden;}
.tphone:hover p{opacity: 1;top:66px;height:40px;}

/*栏目*/
.nav{ height:80px; margin-right:4vw;}
.nav>ul>li{ float: left; display: block;height:100%; position: relative;}
.nav>ul>li>a{ display: block; color: #fff; font-size: 0.95rem; text-align: center; padding-left:1.4vw ;  position: relative; line-height:80px;-webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; margin-left:1.8vw;}
.nav>ul>li>a p{position: relative; z-index: 2;}
.nav>ul>li>a:after{content:"";position: absolute;top:0;bottom:0; margin:auto; left: 0px;width:0;height: 3px;display: block;background:#fff; transition:0.3s all ease-in-out; }
.nav>ul>li:hover>a,.NavCeshi > li.navcurrent a{font-weight: bold; }
.nav>ul>li:hover>a:after,.NavCeshi > li.navcurrent > a:after{width: 0.8vw;}



@media (max-width: 1500px){
.top{padding:0 4rem;}
.nav>ul>li>a{padding-left:1.6vw;}
}

@media (max-width: 1400px){
.top{padding:0 3rem;}
.nav>ul>li>a{padding-left:1.4vw;}
}

/*栏目下拉*/
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:160px;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:50%;top:80px; margin-left:-60px; text-align:center; box-shadow: 0 6px 10px rgba(0, 0, 0, .1);background:rgba(0,0,0,0.6); }

.nav ul li>ul a{width: 100%;height: 38px;line-height: 38px; display: block;color: #eee;font-size: 14px;  -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity; border-bottom:1px #666 solid;}
.nav ul li>ul a:hover{text-indent: 10px;color: #fff;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.nav ul li>ul.nav2{width:220px; left:22%;}




/*幻灯片*/
.banner-box,.banner-box .bd li{height:950px;}
.banner-box .banner-btn a.prev{background-image:url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210630/20210630210517_1131705162.png);}
.banner-box .banner-btn a.next{background-image:url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210630/20210630210456_1608070441.png);}
.banner-box .hd ul li.on{background:#01a7fb;}
.banner-box{min-width:1200px;position:relative;overflow:hidden;margin: 0 auto;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:60px;height:60px;position:absolute;opacity:0.4;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:450px;background-repeat:no-repeat; }
.banner-btn a.prev{animation:prev 1.5s linear infinite;} 
.banner-btn a.next{animation:next 1.5s linear infinite;}
@keyframes prev{
	0%{left:60px;opacity:1;}
	50%{left:80px;opacity:0.1;}
	100%{left:60px;opacity:1;}
}

@keyframes next{
	0%{right:60px;opacity:1;}
    50%{right:80px;opacity:0.1;}
	100%{right:60px;opacity:1;}
}


.banner-box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ width: 32px;}




/*产品推荐*/
.prod_bg{margin-top:10px; position: relative; }
.prod_list{position: absolute; bottom:10%; left:5%; width:56%;}
.prod_list li{float:left; text-align:center; width:9.2vw; height:9.2vw;     cursor: pointer; margin-top:1vw;}
.prod_list li img{border-radius: 100%; transition:0.3s all linear; width:80%;}
.prod_list li.on img{transform:scale(1.1); }
.prod_list li p{font-size:0.8vw; color:#666; line-height:2.6vw;}
.prod_cont li{height: 950px;}
.prod_cont li:nth-child(1){background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210726/20210726185822_1600246979.jpg) no-repeat center;}
.prod_cont li:nth-child(2){background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210726/20210726191133_1992883872.jpg) no-repeat center;}
.prod_cont li:nth-child(3){background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210726/20210726192517_58450546.jpg) no-repeat center;}
.prod_cont li:nth-child(4){background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210628/20210628192743_1354183076.jpg) no-repeat center;}
.prod_cont li:nth-child(5){background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210628/20210628192646_1024302329.jpg) no-repeat center;}
.prod_cont li:nth-child(6){background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210628/20210628192445_1781418281.jpg) no-repeat center;}
.prod_cont li:nth-child(7){background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210628/20210628193953_216452181.jpg) no-repeat center;}
.prod_cont li:nth-child(8){background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210628/20210628195906_236112443.jpg) no-repeat center;}
.prod_cont li:nth-child(9){background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210901/20210901101919_897963267.jpg) no-repeat center;}


.prod_d{padding-left: 5%;}
.prod_t{padding:6vw 0 1vw 0;border-bottom:1px #eee solid;display: inline-block; }
.prod_t p{ font-size: 20px; display: inline-block; line-height: 20px; padding-right: 20px; color: #333;background: url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210625/20210625204115_1281689591.png) no-repeat center right; }
.prod_t span{ font-size: 30px; color: #6c7589; line-height: 60px; display: block;}
.prod_w{padding-top:4vw; width:46%;}
.prod_w p{ font-size: 50px; line-height: 60px; color: #000; padding-bottom:3vw;}
.prod_w span{ font-size: 18px; color: #444854; line-height: 30px;}
.prod_w b{ display: block;}

/*关于我们*/
.com_bg{background-image:url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210628/20210628105035_1098181980.jpg); margin-top:10px;     background-attachment: fixed; background-position: center; background-repeat: no-repeat; padding:70px 0 90px 0;}
.com_t{margin-bottom:3vw;}
.com_b a{display: block; float: left; width:23.8%; text-align:center; border-radius:30px;     overflow: hidden;  transition:0.3s all ease-in-out;  }
.com_b a:hover{ box-shadow: 0 0 100px rgba(0,0,0,0.1);border-radius:0px;}
.com_b a+a{margin-left:1.5%;}
.com a img{width:100%; transition:0.3s all ease-in-out;}
.com a:hover img{transform:scale(1.2);}
.com_w{ padding:1vw 2vw 2vw 2vw; text-align:center; background:#fff; position: relative;    z-index: 2;}
.com_w p{font-size:1.2vw; color:#000; font-weight:bold; line-height:2.4vw;}
.com_w span{font-size:12px; color:#ccc;}


/*新闻*/
.news_bg{padding:70px 0 90px 0; height:53.4vw;    max-height: 920px;}
.news_b{padding-top:3vw;position: relative; }
.news_list{position:absolute; left:6vw; top:33vw;z-index: 9;}
.news_list li{width:8px; height:8px; background:#ccc; display:inline-block;     border-radius: 100%; margin-left:0.5vw;}
.news_list li.on{background:#01a7fb;}
.news_div_item{position: relative; border:1px #eee solid; }
.news_div_item_content{float:left; width:50%;  padding:10vw 6vw 6vw 6vw;}
a.news_div_item_a{font-size:1.6vw; color:#111; line-height:3vw; display: block;  transition:0.3s all ease-in-out;}
.news_div_item_a:after{content:"More >>"; position:absolute; bottom:10vw; left:6vw; width:10vw; height:2vw; line-height:2vw; text-align:center; color:#fff; font-size:15px; background:#222;  transition:0.3s all ease-in-out;}
.news_div_item_a:hover::after{background:#01a7fb; width:14vw; }
.news_div_item_body{font-size:15px; line-height:30px; padding-top:2vw;}
.news_div_item_pic{float:right;width:50%;border-left:1px #eee solid;  padding:6vw; overflow: hidden;}
.news_div_item_pic img{width:100%;transition:0.3s all ease-in-out;}
.news_div_item_pic:hover img{transform:scale(1.2);}
.news_div_item_date{position:absolute; top:8vw; left:6vw; }
.news_div_item_date div{float:left; font-family:"Tw Cen MT"; color:#ccc; font-size:2vw; }


/*banner01*/
.banner01_bg{background-image:url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210628/20210628145159_1871115304.jpg); margin-top:10px;  background-attachment: fixed; background-position: center; background-repeat: no-repeat; padding:90px 0;}
.banner01{text-align:center;}
.banner01_w{font-size:3vw; color:#fff;font-family:"Tw Cen MT";  line-height:4vw;}
.banner01_t{width:4vw; height:4vw; margin:2vw auto 3vw auto; border-radius: 100%; border:2px #fff solid;position: relative;}
.banner01_t img{width:50%; position: relative; top:24%;z-index: 2;}
.banner01_t:after,.banner01_t:before{content:""; display:block; position: absolute; top:0; left:0; right:0; bottom:0;  margin:auto; width:3vw; height:3vw;border-radius: 100%; background:rgba(255,255,255,0.2);  transition:0.3s all linear; }
.banner01_t:after{animation:after 1.5s ease infinite;}
.banner01_t:before{animation:before 1s ease infinite;}

@keyframes after{
	0%{transform:scale(1.3);opacity: 1;}
	50%{transform:scale(2.2);opacity: 0.5;}
	100%{transform:scale(4);opacity: 0;}
}
@keyframes before{
	0%{transform:scale(1.2);opacity: 1;}
	50%{transform:scale(2.4);opacity: 0.5;}
	100%{transform:scale(5);opacity: 0;}
}





/*友情链接*/
.links{width:100%; overflow:hidden; padding-bottom:37px; background: #f5f5f5;}
.links_l{float:left; width:6%; border-right:solid 1px #f5f5f5; color:#999; line-height:24px;}
.links_r{float:left; width:94%; color:#999;}
.links_r a{ color:#999;}
.linkTagcs{width:100% !important;}


/*版权*/
.footer_bg{background:#f5f5f5;padding:50px 0;border-bottom:1px #eee solid;}
.footer_m{width:72%;}
.footer_m li {float: left;width: 20%;  font-size: 14px; color: #b6b6b6;  line-height: 35px;}
.footer_m li:first-child{width:30%;}
.footer_m li span {font-size: 16px; display: block; padding-bottom: 12px;color:#222;font-weight:bold;cursor: pointer;}
.footer_m li a {display: block;  font-size: 14px; line-height: 35px;cursor: pointer;}
.footer_tel{width:20%; text-align:center;}
.footer_tel p{ font-size: 2.4vw; color: #005cab;font-family: "Tw Cen MT";font-weight: bold; }
.footer_tel span{display:block;text-align:center;font-size:15px;color:#999;margin: 34px 0; line-height: 28px;}
.footer_tel a{display:block;width:90%;height:52px;line-height:52px;background:#005cab url(https://memberpic.114my.com.cn/xinda888/uploadfile/image/20210624/20210624085551_1476320589.png)no-repeat left;color:#7db7e9;
border-radius: 50px;text-indent: 2em;background-position-x: 3vw;cursor: pointer; margin:0 auto; font-size:15px;}

.footer_ewm{width:26%;}
.footer_ewm ul li{float:right;width:38%;margin-left: 6%;}
.footer_ewm ul li .footer_pic{width:100%;border:10px solid #FFF;}
.footer_ewm ul li .footer_pic img{width:100%;}
.footer_ewm ul li p{font-size:15px;color:#222;font-weight:bold;margin-top: 20px;text-align: center;}
.footer_ewm dl{margin-top:35px;}
.footer_ewm dl dd{font-size:15px;color:#999;margin-top:10px;text-align: right;}
.footer_ewm dl dd:after{content:"";display:block;width:13px;height:15px;float:right;margin-left: 10px;}
.footer_ewm dl dd:nth-child(1):after{
background:url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210628/20210628161455_816916484.png) no-repeat;}
.footer_ewm dl dd:nth-child(2):after{
background:url(https://memberpic.114my.com.cn/0381621/uploadfile/image/20210628/20210628161507_1376365817.png) no-repeat;}
.footer_ewm dl dd b{color:#222;}
.copy_bg{background:#f5f5f5;height:76px;line-height:76px;color:#999; }
.copy_bg a{color:#999;}