*{padding:0; margin:0; border:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,br,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,textarea,img{border:0;margin:0;padding:0;}

/* 设置默认字体 */
body,textarea,input,button,select,keygen,legend{font:14px/1.5 Arial,'Microsoft YaHei'; color:#666;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}

/* 重置列表元素 */
ul,li,ol{list-style:none;}
img{vertical-align:middle;}

/* 重置超链接元素 */
a{text-decoration:none; color:#666;}
a:hover{color:#0094ff; text-decoration:none; -webkit-transition:.3s; transition:.3s;}

/* 重置图片元素 */
.fl{float:left;} 
.fr{float:right;}
.flex{display:flex; justify-content:space-between;}
.ate{align-items:center;}

/* 重置表格元素 */
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}

.g_syhead{width:100%; height:100px; background:#fff; padding:0 12.5%; position:fixed; top:0; left:0; z-index:10000; -webkit-transition:all .36s ease; transition:all .36s ease; box-shadow:0 3px 6px rgba(0,0,0,.1);}
.g_sylogo{position:relative;}
.g_sylogo img{width:100%; display:block; transition:all .36s; -webkit-transition:all .36s;}
.g_sywz{width:180px; float:left; margin:6px 0 0; font-size:18px; font-weight:bold; color:#000; line-height:25px;}

/* PC导航部分 */
.navMenubox{margin-left:20px; position:relative;}
.navMenu>li{float:left; position:relative; line-height:100px; height:100px; font-size:18px;}
.navMenu>li>a{padding:0 30px; color:#333; text-transform:uppercase; display:block;}
.navMenu>li>a:after{content:''; display:block; width:50px; height:3px; background:#0094ff; position:absolute; left:50%; bottom:0; margin-left:-25px;-webkit-transition:all .3s; transition:all .3s; -webkit-transform:scaleX(0); transform:scaleX(0);}
.navMenu>li:hover>a:after,.navMenu>li.on>a:after{-webkit-transform:scaleX(1); transform:scaleX(1);}
.navMenu>li>a:hover,.navMenu>li.on>a{color:#0094ff; font-weight:bold;}
.navMenu>li>ul.sub-menu{position:absolute; left:50%; margin-left:-100px; top:100px; z-index:3; display:none; background:#fff; width:200px; box-shadow:0 5px 10px #333;}
.navMenu>li>ul.sub-menu li{background:none; margin:0; padding:0; position:relative; border-bottom:1px solid #e6e6e6; text-align:center;}
.navMenu>li>ul.sub-menu li:last-of-type{border-bottom:none;}
.navMenu>li>ul.sub-menu li>a{display:block; font-size:16px; line-height:24px; padding:10px; clear:both; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.navMenu>li>ul.sub-menu li>a.active,.navMenu>li>ul.sub-menu li>a:hover,.navMenu>li>ul.sub-menu>li.active >a{background:#0094ff; color:#fff;}
.navMenu>li>ul.sub-menu li>ul{position:absolute; left:180px; top:0; background:#eee; width:180px;}
.navMenu>li>ul.sub-menu li>ul>li{border-bottom:1px solid #fff;}

.top_rtel{float:right; padding-left:40px; background:url(../image/top_rtel_icon.jpg) left center no-repeat; background-size:35px 35px; font-size:24px; font-weight:bold; color:#0094ff; font-family:"阿里巴巴普惠体";}

/* 首页焦点图部分 */
.banner{width:100%; margin:100px auto 0; overflow:hidden; position:relative;}
.banner .swiper-slide .m{display:none;}
.banner .swiper-slide img{width:100%; display:block; transform:scale(1); -webkit-transform:scale(1); -webkit-transition:all 0.4s linear 1.2s; transition:all 0.4s linear 1.2s; -webkit-transition:all 0.4s linear 1.2s;}
.banner .swiper-slide-active img{transition-delay:0.4s !important; transform:scale(1.1); -webkit-transform:scale(1.1);-webkit-transition:all 5.0s linear; transition:all 5.0s linear;}
.banner .swiper-pagination-bullet{background:#fff;}
.banner .swiper-pagination-bullet-active{background:#0094ff;}
.banner .swiper-button-next,.banner .swiper-button-prev{color:#fff;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{font-size:30px;}
.banner .swiper-pagination-bullet{width:40px; height:2px; border-radius:0; opacity:.9; margin:0 6px !important;}
.banner .swiper-pagination{bottom:40px !important;}
.phxia{display:none!important;}

.w1400{width:95%; max-width:1400px; margin:auto; position:relative;}
.w1600{width:95%; max-width:1600px; margin:auto; position:relative;}
.in_title{width:100%; float:left; text-align:center;}
.in_title h2{font-size:40px; font-weight:bold; line-height:40px; color:#0094ff;}
.in_title h2 span{font-weight:normal; color:#333; margin-right:10px;}
.in_title h2 a{color:#0094ff;}
.in_title h2 a:hover{color:#000;}
.in_title p{font-size:20px; line-height:30px; color:#999; margin-top:20px;}

/* 首页产品中心区域 */
.in_probg{width:100%; margin:auto; background:#fff; padding:60px 0; overflow: hidden;}
.in_pror{width:100%; float:left; margin-top:10px;}
.in_pror li{width:23.5%; float:left; margin:30px 2% 0 0;}
.in_pror li:nth-child(4n){margin-right:0;}
.in_pror li .pic{width:100%; float:left; border:1px solid #e9e9e9; padding:1px; overflow:hidden;}
.in_pror li .pic img{width:100%; display:block; -webkit-transition:all .5s; transition:all .5s;}
.in_pror li:hover .pic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.in_pror li .title{width:100%; float:left; text-align:center; background:#ededed; padding:10px 20px; line-height:30px; position:relative;}
.in_pror li:hover .title{background:#0094ff;}
.in_pror li .title h3{white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#000;}
.in_pror li a .title h3{font-size:16px; color:#000;}
.in_pror li:hover .title h3{color:#fff;}
/*.in_pror li .title em::after{content:"+"; display:block; font-size:18px; color:#0094ff; position:absolute; top:10px; right:20px;}*/
/*.in_pror li:hover .title em::after{color:#fff;}*/

/* 首页高品质源材料部分 */
.in_ycl{margin:80px auto 0;}
.in_ycl_list{width:100%; float:left; margin-top:40px;}
.in_ycl_list li{width:31.333%; height:360px; float:left; position:relative; background:url(../image/in_ysbg.jpg) fixed center; background-size:cover; padding:50px 30px; margin:40px 2% 0 0; transition:all .5s; border-radius:6px;}
.in_ycl_list li:hover{box-shadow:0 3px 12px rgba(0,0,0,.3); transition:all .5s ease-in-out; transform:translateY(-10px); cursor: pointer;}
.in_ycl_list li:nth-child(3n){margin-right:0;}
.in_ycl_list li .tbt{width:100%; float:left; border-bottom:1px solid #0094ff; padding-bottom:40px;}
.in_ycl_list li .tbt span{width:53px; height:97px; background:url(../image/in_yslb_szbg.png) center no-repeat; line-height:140px; font-size:24px; font-weight:bold; color:#fff; font-family:"阿里巴巴普惠体"; text-align:center; position:absolute; top:0; left:20px;}
.in_ycl_list li .tbt h3{font-size:24px; line-height:30px; padding-left:60px; color:#000;}
.in_ycl_list li:hover .tbt h3{font-weight:bold;}
.in_ycl_list li .tdesic{width:100%; float:left; margin-top:40px;}
.in_ycl_list li .tdesic p{background:url(../image/in_yslb_xicon.png) left no-repeat; padding-left:30px; font-size:18px; line-height:48px; color:#000; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

/* 首页5大核心优势部分 */
.ys_bg{width:100%; margin:0 auto; background:url(../image/in_wdhxysbg.jpg) fixed center; background-size:cover; padding:80px 0;overflow:hidden;}
.yous{width:100%; margin:auto;}
.yous .in_tit{width:100%; float:left; text-align:center;}
.yous .in_tit h2{font-size:40px; font-weight:bold; line-height:40px; color:#fff;}
.yous .in_tit h2 span{font-weight:normal; color:#fff; margin-right:10px;}
.yous .in_tit h2 a{color:#fff;}
.yous .in_tit h2 a:hover{color:#0094ff;}
.yous .in_tit p{font-size:20px; line-height:30px; color:#fff; margin-top:20px;}
.ys_t{width:840px; background:#fff; box-shadow:0 3px 10px 3px rgba(0,0,0,0.1); position:absolute;bottom:60px; left:280px; z-index:10;}
.ys_t ul li{font-size:20px; color:#333; float:left; width:25%; height:130px; padding:20px; position:relative; text-align:center; cursor:pointer;}
.ys_t ul li:before{content:""; width:1px; height:38px; background:#efefef; position:absolute; top:50px; left:0; z-index:-1;}
.ys_t ul li p{width:46px; height:46px; position:relative;margin: 0 auto;}
.ys_t ul li b{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;margin: 0 auto;}
.ys_t ul li em{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;margin: 0 auto;}
.ys_t ul li b img,.ys_t ul li em img{ display: block;width: 46px;height: 46px;}
.ys_t ul li span{display: block;padding: 10px 0 0;line-height: 22px;}
.ys_t ul li i{display: block;font-size: 12px;text-transform: uppercase;color: rgba(51,51,51,0.4);text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;}
.ys_t ul li.on{background:#0094ff;color: #fff;font-weight:bold;z-index: 5;}
.ys_t ul li.on i{color: rgba(255,255,255,0.4);font-weight: normal;}
.ys_t ul li.on b{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.ys_t ul li.on em{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.ys_t ul li:first-child:before{background: none;}
.yous .ys_qie{margin-top:60px;}
.yous dl{position:relative; height:620px; background:#fff;}
.yous dl dt{width:960px; height:620px; line-height:0; overflow:hidden; position:absolute; top:0; left:50%;}
.yous dl dt img{width:100%; height:620px; object-fit:cover; display:block;}
.yous dl dd{width:700px; float:left; padding:70px 60px;}
.yous dl dd h4{width:100%; height:90px; border-bottom:#d6d6d6 2px solid; display:inline-block; font-size:30px; color:#333;}
.yous dl dd em{width:46px; height:46px; display:block; float: left; line-height:0; margin:0 15px 0 0;}
.yous dl dd em img{width:46px; height:46px;}
.yous dl dd span{display:block; float:left; line-height:32px; font-weight:bold; padding-top:10px;}
.yous dl dd b{width:60px; height:50px; display:block; float:right; line-height:0;}
.yous dl dd b img{width:60px; height: 50px;}
.yous dl dd h5{font-size:24px; color:#000; line-height:30px; margin-top:40px;}
.yous dl dd p{font-size:18px; color:#666; padding-top:30px; line-height:36px;}

/* 首页应用领域部分 */
.in_yylybg{width:100%; margin:auto; background:url(../image/in_yylybg.jpg) fixed center; background-size:cover; padding:95px 0; overflow:hidden;}
.in_yylybg .wrap{width:100%; float:left; margin-top:30px;}
.in_yylybg .wrap a{width:32%; position:relative; float:left; margin:30px 2% 0 0; overflow:hidden;}
/*.in_yylybg .wrap a:nth-child(1){width:49%;}*/
/*.in_yylybg .wrap a:nth-child(2){width:49%; margin-right:0;}*/
.in_yylybg .wrap a:nth-child(3n){margin-right:0;}
.in_yylybg .wrap a .pic{width:100%; height:400px; overflow:hidden;}
.in_yylybg .wrap a .pic img{width:100%; height:400px; object-fit:cover; transition:all .3s;}
.in_yylybg .wrap a:hover .pic img{transform:scale(1.1); transition:all .5s ease-in-out;}
.in_yylybg .wrap a .wen{width:100%; height:228px; background:url(../image/touy.png) bottom repeat-x; background-size:cover; display:block; position:absolute; font-size:24px; line-height:338px; color:#fff; z-index:2; bottom:0; left:0; transition:.5s; padding:20px 0 0 40px;}
.in_yylybg .wrap a:hover .wen{background:url(../image/touyh.png) bottom repeat-x;}

/* 首页关于我们部分 */
.in_aboutbg{width:100%; margin:80px auto 0; overflow:hidden;}
.in_aboutnr{width:100%; margin:60px auto 0;}
.in_aboutl{width:50%; max-height:575px; background:#f7f7f7; padding:80px 12.5% 120px 60px; overflow:hidden;}
.in_aboutl_title{width:100%; float:left; background:url(../image/in_pro_titfgx.png) no-repeat bottom left; padding-bottom:40px;}
.in_aboutl_title h3{font-size:30px; line-height:30px; font-weight:bold; color:#000; float:left;}
.in_aboutl_text{width:100%; float:left; font-size:16px; margin-top:40px; line-height:34px;}
.in_aboutl_btn{width:180px; float:left; margin-top:18px; text-align:center;}
.in_aboutl_btn a{display:block; font-size:16px; line-height:40px; border:2px solid #0094ff; color:#333;}
.in_aboutl_btn a:hover{background:#0094ff; color:#fff;}
.in_aboutr{width:50%; overflow:hidden; box-shadow:0 3px 10px rgba(0,0,0,.1);}
.in_aboutr img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s;}
.in_aboutr:hover img{-webkit-transform:scale(1.1); transform:scale(1.1); cursor:pointer;}
.xc_bj{width:95%; max-width:1400px; margin:100px auto 0; position:relative;}
.xc_c{width:100%; margin:auto;}
.xc_a{display:none;}
.xc_qh{width:400px; height:80px; background:#eee; overflow:hidden; position:relative; top:-34px; margin:auto;}
.xc_qh li{width:200px; height:80px; float:left; text-align:center;}
.xc_qh li i{display:inline-block; margin:20px 10px 0 0; vertical-align:top; width:44px; height:44px; overflow:hidden;}
.xc_qh li:nth-child(1) i{background:url(../image/in_about_xtb2.png) no-repeat;}
.xc_qh li:hover:nth-child(1) i,.xc_qh li.on:nth-child(1) i{background:url(../image/in_about_xtb2h.png) no-repeat;}
.xc_qh li:nth-child(2) i{background:url(../image/in_about_xtb.png) no-repeat;}
.xc_qh li:hover:nth-child(2) i,.xc_qh li.on:nth-child(2) i{background:url(../image/in_about_xtbh.png) no-repeat;}
.xc_qh li span{display:inline-block; padding-top:26px; font-size:18px; color:#000; font-weight:bold;}
.xc_qh li.on{background:#0094ff;}
.xc_qh li.on span{color:#fff;}
.xc_nr{width:100%; margin:-20px auto 0;  padding:20px 0; overflow:hidden;}
.xc_nr ul{width:10000%; position:relative;}
.xc_nr ul li{width:340px; float:left; overflow:hidden; margin-right:10px; position:relative;}
.xc_nr ul li .pic{width:100%; float:left; background:#fff; padding:1; border:1px solid #eee;}
.xc_nr ul li .pic img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s; padding:3px;}
.xc_nr ul li:hover .pic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.xc_nr ul li:hover .pic{border:3px solid #0094ff;}
.xc_nr ul li .biaoti{width:100%; float:left; margin-top:20px; text-align:center;}
.xc_nr ul li a .biaoti{font-size:16px; line-height:30px; color:#000; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.xc_nr ul li a:hover .biaoti,.link_text a:hover{color:#0094ff;}

/* 首页新闻资讯部分 */
.in_newsbg{width:100%; margin:60px auto 0; background:url(../image/in_newsbg.jpg) fixed top center; background-size:cover; padding:80px 0; overflow:hidden;}
.s-ind3-a2{width:100%; float:left; position:relative; margin-top:60px;}
.s-ind3-b1{width:48%; min-height:550px; float:left; background:#fff; border-radius:10px 10px 0 0; box-shadow:10px 10px 20px rgba(0,0,0,.1); overflow:hidden; position:relative;}
.s-ind3-b2{height:445px; overflow:hidden;}
.s-ind3-b2 img{width:100%; height:445px; object-fit:cover; display:block; transition:.8s;}
.s-ind3-b1:hover .s-ind3-b2 img{transform: scale(1.1);transition:.8s;}
.s-ind3-b3{height:60px; position:absolute; bottom:0; left:50%; transform:translateX(-50%); opacity:.38;}
.s-ind3-b4{border-left:5px solid #0094ff; padding-left:20px;position: absolute; bottom:35px;left:0;}
.s-ind3-b4 div:nth-child(1){width:100%; font-size:17px; line-height:28px; color:#000; font-weight:bold; margin-bottom:8px;}
.s-ind3-b4 div a:nth-child(1){color:#000;}
.s-ind3-b4 div a:hover:nth-child(1){color:#0094ff;}
.s-ind3-b4 div:nth-child(2){font-size:14px; line-height:14px; color:#000;text-transform:uppercase;letter-spacing:2px;text-indent:2px;}
.s-ind3-b5{position: absolute; bottom:40px; right:20px;}
.s-ind3-b5>div:nth-child(1){font-size:34px; line-height:28px; color: #0094ff; padding-right:8px;border-right:1px solid #e6e6e6;margin-right: 8px;float: left;}
.s-ind3-b5>div:nth-child(2){float: left;}
.s-ind3-b5>div:nth-child(2)>div:nth-child(1){font-size:14px;line-height: 12px;color: #0094ff;text-align: center;margin-bottom: 6px;}
.s-ind3-b5>div:nth-child(2)>div:nth-child(2){font-size:14px;line-height: 10px;color: #000;text-align: center;}
.s-ind3-c1{width:48%; position:relative; float:right;}
.s-ind3-c2{width:100%; height:52px; background:#fff;box-shadow:10px 10px 20px rgba(0,0,0,0.1);overflow: hidden;margin-bottom: 14px;transition: 0.8s;cursor: pointer;position:relative;}
.s-ind3-c2:first-child{border-top-left-radius:10px;border-top-right-radius:10px;}
.s-ind3-c2:last-child{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;margin-bottom: 0!important;}
.s-ind3-c2.s-ind3-con1{height:320px;transition: 0.8s;margin-bottom: calc(620px - 320px - 52px*4 - 14px*3);}
.s-ind3-c3{width:52px; height:52px;background:#828282; position:absolute; top:0;left: 0;transition: 0.8s;cursor: pointer;z-index: 1;}
.s-ind3-con1 .s-ind3-c3{background: #0094ff;transition: 0.8s;}
.s-ind3-c3 div{position: absolute;background: #fff;transform-origin: 50% 50%;}
.s-ind3-c3 div:nth-child(1){width: 18px;height: 4px;top: calc(50% - 4px/2);left: calc(50% - 18px/2);transition: 0.8s;}
.s-ind3-c3 div:nth-child(2){width: 4px;height: 18px;top: calc(50% - 18px/2);left: calc(50% - 4px/2);transition: 0.8s;}
.s-ind3-con1 .s-ind3-c3 div:nth-child(1){transform: rotate(0deg);transition: 0.8s;}
.s-ind3-con1 .s-ind3-c3 div:nth-child(2){transform: rotate(-90deg);transition: 0.8s;}
.s-ind3-c4{font-size:16px; line-height:52px;color: #000;position: absolute;top: 0;left: 62px;}
.s-ind3-con1 .s-ind3-c4{top:65px; left:40px; font-size:20px; color: #0094ff;font-weight:bold; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.s-ind3-c4 b{display: block;width: 0;height: 1px;background: #000;position: absolute;bottom: 0;left: 0;transition: 0.8s;}
.s-ind3-con1 .s-ind3-c4 b{width: 100%;transition: 0.8s;}
.s-ind3-c5{font-size:16px;line-height:52px;color: #0094ff;position: absolute;top: 0;right: 24px;transition: 0.8s;}
.s-ind3-c5 span{font-size: 12px;}
.s-ind3-con1 .s-ind3-c5{right: -100px;transition: 0.8s;}
.s-ind3-c6{width: calc(100% - 40px - 48px);font-size:16px;line-height:30px;color: #333;position: absolute;top: 128px;left: 40px;transition: 0.8s;letter-spacing: 1px;text-indent: 1px; height: calc(29px*4);overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4; -webkit-box-orient:vertical; white-space:normal;}
.s-ind3-c7{height:70px; position: absolute;top:250px; left:50%; transform:translateX(-50%); transition:.8s; opacity:.7;}
.s-ind3-c9,.s-ind3-c10,.s-ind3-c11,.s-ind3-c21{display:none;}

/* 友情链接部分 */
.links{width:100%; margin:auto; background:#0094ff; padding:20px 0; overflow:hidden;}
.links_title{width:150px; float:left; background:url(../image/in_linktb.png) left center no-repeat; padding-left:40px; font-size:18px; line-height:30px; color:#fff; font-weight:bold; letter-spacing:1px;}
.links_txt{width:80%; float:left; margin-left:20px; font-size:16px; color:#fff;}
.links_txt a{font-size:16px; line-height:30px; color:#fff; margin:0 5px;}
.links_txt a:hover{color:#000;}

/* 底部版权部分 */
.footer_bg{width:100%; margin:auto; background:url(../image/footer_bg.jpg) center; background-size:cover; padding:50px 0; overflow:hidden;}
.footer{width:95%; max-width:1400px; margin:auto;}
.foot_ksdh{width:26%; float:left;}
.foot_ksdh_list{width:100%; float:left; margin-top:20px;}
.foot_ksdh_list li{width:31.333%; float:left; margin:20px 2% 0 0; position:relative;}
.foot_ksdh_list li:nth-child(3n){margin-right:0;}
.foot_ksdh_list li a{font-size:16px; line-height:20px; padding-left:15px; color:#999; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.foot_ksdh_list li a:hover{color:#0094ff; font-weight:bold;}
.foot_ksdh_list li a em{width:6px; height:6px; display:block; border-radius:50%; background:#0094ff; position:absolute; top:7px; left:0;}

.foot_copy{width:52%; float:left; margin-left:8%;}
.foot_copy_txt{width:100%; float:left; font-size:16px; line-height:34px; margin-top:30px; color:#999;}
.foot_copy_txt a{color:#999;}

.foot_rnr{width:160px; float:right;}
.foot_rnr_title{width:100%; float:left; font-size:24px; font-weight:bold; color:#fff; line-height:30px;}
.foot_rnr_title a{color:#fff;}
.foot_copy_txt a:hover,.foot_rnr_title a:hover{color:#0094ff;}
.foot_rnr_ewm{width:160px; float:right; margin-top:30px;}
.foot_rnr_ewm img{width:100%; display:block; float:left;}
.foot_rnr_ewm p{width: 100%; font-size:16px; color:#afafaf; float:left; margin-top:20px; text-align:center;}


/* 内页焦点图部分 */
.ny_bn{width:100%; height:400px; margin:100px auto 0; position:relative; overflow:hidden;}
.ny_bn img{width:100%; height:400px; object-fit:cover; display:block;}

.dw{width:100%; float:left; border-bottom:1px solid #e6e6e6; padding-bottom:15px;}
.dw_tit{float:left; font-size:18px; color:#0094ff; font-weight:bold; position:relative;}
.dw_tit:after{content:""; display:block; width:2px; height:30px; background:#0094ff; position:absolute; left:-31px; top:0;}
.dw_wz{background:url(../image/home_tb.png) left center no-repeat; float:right; padding-left:25px; font-size:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.dw_wz span{color:#0094ff;}

.ny_main{width:95%; max-width:1400px; margin:40px auto 60px;}
.ny_left{width:22%; float:left; position:sticky; top:120px;}
.nyl_list{width:100%; float:left;}
.nyl_list h2{width:100%; height:60px; line-height:60px; padding:0 20px; float:left; overflow:hidden; background:#0094ff url(../image/lb_tb.png) 93% center no-repeat;; font-size:14px; font-family:Arial; color:#fff; text-transform:uppercase; font-weight:normal; border-radius:5px 5px 0 0;}
.nyl_list h2 a{display:block; font-size:24px; color:#fff; font-weight:bold;}
.sidebarMenu{width:100%; float:left; background:#f9f9f9; margin-bottom:20px;}
.sidebarMenu li{width:100%; float:left;} 
.sidebarMenu li a{height:50px;line-height:50px;background:url(../image/slide_li.png) no-repeat 93% center;display:block; padding:0 20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-top:1px solid #e9e9e9; font-size:16px; color:#000;}
.sidebarMenu li a.cur,.sidebarMenu li a:hover{background:#0094ff url(../image/slide_lih.png) no-repeat 93% center;color:#fff; font-weight:bold;}
.sidebarMenu li ul{font-size:14px; padding:0}
.sidebarMenu ul li{background:0; padding-top:0;}
.sidebarMenu li ul a{background:url(../image/ly_li.png) no-repeat 20px center;padding-left:35px;color:#666;height:36px;line-height:36px;font-size:14px;}
.sidebarMenu li ul .cur,.sidebarMenu li ul a:hover{background:url(../image/ly_li.png) no-repeat 20px center;color:#0094ff;padding-left:35px}

.nyl_cont{width:100%; float:left; margin-top:20px;}
.nyl_cont h2{width:100%; height:60px; line-height:60px; padding:0 20px; float:left; overflow:hidden; background:#0094ff url(../image/lb_tb.png) 93% center no-repeat; font-family:Arial; color:#fff; text-transform:uppercase; font-weight:normal; border-radius:5px 5px 0 0;}
.nyl_cont h2 a{display:block; font-size:24px; color:#fff; font-weight:bold; }
.nyl_list h2 a:hover,.nyl_cont h2 a:hover{color:#000;}
.cbgg-01{background:#1a1a1a; text-align:center; color:#fff; margin-top:20px; padding-bottom:10px; border-radius:0 0 5px 5px;}
.cbgg-01 p{padding-top:15px; font-size:16px; margin-bottom:10px;}
.cbgg-01 p img{vertical-align:middle; margin-right:10px;}
.cbgg-01 span{display:block; font-size:24px; line-height:26px; font-weight:bold; font-family:"阿里巴巴普惠体";}
.cbgg-01 span a{color:#fff;}

.ny_right{width:76%; float:right; background:#fff; border-left:1px solid #e6e6e6; padding:20px 30px;}
.nyr_text{width:100%; float:left; margin-top:30px; line-height:32px; font-size:16px;}
.m30{margin-top:30px;}

/* 内页企业荣誉部分 */
.honor_r_img{width:100%; float:left; margin-top:20px;}
.honor_r_img li{width:32.333%; float:left; margin:20px 1.5% 20px 0; text-align:center; padding:10px 10px 0 10px; background:#fff; border:1px solid #ddd; border-bottom:3px solid #ddd; position:relative;}
.honor_r_img li:nth-child(3n){margin-right:0;}
.honor_r_img li img{width:100%; height:220px; object-fit:cover; display:block;}
.honor_r_img li::before{content:""; position:absolute; height:3px; bottom:-3px; left:0; transition:all .5s; width:0;}
.honor_r_img li:hover::before{width:100%; background:#0094ff; transition:all .5s}
.honor_r_img li p{font-size:16px; line-height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0;}
.honor_r_img li:hover{background:#f4f4f4; box-shadow:0 1px 10px #999;}

.pagination{width:100%; float:left; margin-top:40px; background:#fff; text-align:center; font-size:0px; position:relative; overflow:hidden; }
.pagination a,.pagination span{display:inline-block; padding:0 15px; line-height:38px; font-size:14px; border:1px solid #eee; margin:0 5px;}
.pagination a.cur,.pagination a:hover{color:#fff; border-color:#0094ff; background:#0094ff;}

/* 内页产品展示部分 */
.pro_img{width:100%; float:left;}
.pro_img li{width:32%; float:left; margin:30px 2% 0 0;}
.pro_img li:nth-child(3n){margin-right:0;}
.pro_img li .pic{width:100%; float:left; border:1px solid #e9e9e9; padding:1px; overflow:hidden;}
.pro_img li .pic img{width:100%; display:block; -webkit-transition:all .5s; transition:all .5s;}
.pro_img li:hover .pic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.pro_img li .title{width:100%; float:left; background:#ededed; padding:10px 20px; line-height:30px; position:relative; text-align:center;}
.pro_img li:hover .title{background:#0094ff;}
.pro_img li .title h3{white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#000;}
.pro_img li a .title h3{font-size:16px; color:#000;}
.pro_img li:hover .title h3{color:#fff;}
/*.pro_img li .title em::after{content:"+"; display:block; font-size:18px; color:#093d95; position:absolute; top:10px; right:20px;}*/
/*.pro_img li:hover .title em::after{color:#0094ff;}*/

.products{width:100%; float:left; margin-top:30px;}
.pros_left{width:45%; float:left; position:relative;}
.pros_left .swiper-container{width:100%; height:100%; overflow:hidden;}
.pros_left .swiper-slide{width:100% !important; text-align:center; font-size:18px; background:#fff; display:-webkit-box; display:-webkit-flex; display:flex; -webkit-box-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -webkit-align-items:center;align-items:center;}
.pros_left .swiper-slide img{width:100%; display:block;}
.pros_left .swiper-pagination-bullet{width:30px; height:2px; background:#ddd; opacity:.8; border-radius:0;}
.pros_left .swiper-pagination-bullet-active{opacity:1; background:#0094ff;}
.pros_left .swiper-button-next,.pros_left .swiper-button-prev{color:#fff; background:#0094ff; opacity:.8;}
.pros_left .swiper-button-next:hover,.pros_left .swiper-button-prev:hover{background:#0094ff;}
.pros_left .swiper-button-prev{left:0;}
.pros_left .swiper-button-next{right:0;}
.pros_left .swiper-button-next::after,.pros_left .swiper-button-prev::after{font-size:24px;}

.pros_right{width:50%; float:right;}
.pros_right_top{width:100%; float:left; border-bottom:1px solid #e6e6e6; padding-bottom:20px;}
.pros_right_top h2{overflow:hidden; display:block; font-size:24px; font-weight:bold; color:#0094ff;}
.pros_right_top p{font-size:18px; color:#333; line-height:28px;}
.proleft{width:100%; float:left; margin-top:10px; line-height:30px; font-size:15px;}
.proleft_tel{width:100%; float:left; margin-top:20px; border:1px dashed #ddd; border-width:1px 0; padding:10px 0; background:url(../image/promore_dhtb.png) no-repeat left 13px; padding-left:40px; font-size:16px; line-height:30px;}
.proleft_tel strong{font-size:20px; font-weight:bold; color:#0094ff}

.proleft_btn{width:100%; float:left; margin-top:40px;}
.proleft_btn li{width:160px; float:left; margin-right:20px;}
.proleft_btn li a{width:160px; line-height:46px; text-align:center; font-size:16px; background:#eee; display:block;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#0094ff; color:#fff;}

.tabs-basic{width:100%; margin-top:60px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0; border-bottom:1px solid #e6e6e6; background:#fff;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:18px; text-transform:uppercase; position:relative;}
.tabs-basic ul li a.tab-active::after{content:''; position:absolute; bottom:-9px; height:0; width:0; margin:auto; left:0; right:0; border:9px solid transparent; border-top:9px solid #0094ff; border-bottom:none; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.tabs-basic ul li a{display:block; text-decoration:none; background:#eee; padding:15px 60px; color:#000;}
.tabs-basic .tab-active{border-bottom:2px solid #0094ff; color:#fff; background:#0094ff; font-weight:bold;}
/* The content */
.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding:20px 0 40px;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:30px; font-size:15px; margin-top:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px; text-align:left;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;}
.tabs-basic table{border-collapse:collapse; border:1px #999 solid !important; width:100% !important;}
.tabs-basic table td{text-align:center; padding:25px 0 !important; background:#fff; line-height:32px !important; word-wrap:break-word; word-break:break-all; border:1px #ddd solid !important;}
.tabs-basic table td:nth-of-type(odd){background:#fff;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}

.hot_pro2{width:100%; float:left; margin-top:60px;}
.hot_pro2_tit{width:100%; background:#fff; float:left; border-bottom:1px solid #ddd;}
.hot_pro2_tit h3{float:left; color:#fff; line-height:52px; font-size:18px; padding:0 52px; background:#0094ff; text-align:center; font-weight:bold; position:relative;}
.hot_pro2_tit h3:after{content:''; position:absolute; bottom:-9px; height:0; width:0; margin:auto; left:0; right:0; border:9px solid transparent; border-top:9px solid #0094ff; border-bottom:none; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}

.scrollleft2{width:100%; float:left; margin-top:40px;}
.scrollleft2 li{width:280px; float:left; margin-right:20px; overflow:hidden;}
.scrollleft2 li img{width:100%; display:block; border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #0094ff;}
.scrollleft2 li span{display:block; width:100%; line-height:30px; margin-top:10px; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}

/* 内页应用领域部分 */
.yyly_list{width:100%; float:left;}
.yyly_list dl{display:block; width:100%; float:left; margin-top:30px; border-bottom:1px solid #e6e6e6; padding-bottom:30px;}
.yyly_list dl:nth-child(5n){margin-bottom:0;}
.yyly_list dl dt{width:30%; float:left; overflow:hidden;} 
.yyly_list dl dt img{width:100%; height:200px; object-fit:cover; display:block; transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s;}
.yyly_list dl dt:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.yyly_list dl dd{width:66%; float:right;}
.yyly_list dl dd .left{width:100%; float:left;}
.yyly_list dl dd .left h3{line-height:30px; font-size:20px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} 
.yyly_list dl dd .left h3 a{color:#000;}
.yyly_list dl dd .left h3 a:hover{color:#0094ff;}
.yyly_list dl dd .left .con{font-size:15px; line-height:28px; margin-top:20px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis;
 display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical;}
.yyly_list dl dd a.more{width:140px; height:34px; line-height:32px; border:1px solid #ddd; display:inline-block; text-align:center; margin-top:20px; font-size:14px; transition:all .3s;}
.yyly_list dl dd a:hover.more{background:#0094ff; color:#fff; border:1px solid #0094ff; width:180px;}

.yylyinfo{width:100%; float:left; margin-top:40px;}
.yylyinfo_left{width:100%; float:left;}
.yylyinfo_left_title{width:100%; float:left;}
.yylyinfo_left_title .title{font-size:24px; line-height:40px; font-weight:700; color:#0094ff; position:relative;}
.yylyinfo_left_title .other_box{color:#999; line-height:24px; margin-top:10px; font-size:14px;}
.yylyinfo_left_title .other_box span{display:inline-block; vertical-align:middle; margin-right:5px;}
.yylyinfo_left_title .other_box img{vertical-align:middle; display:inline-block; max-width:100%; margin-right:5px;}
.yylyinfo_left_text{width:100%; font-size:16px; line-height:32px; margin-top:40px;}
.m40{margin-top:40px;}
.yylyinfo_right{width:100%; float:left; margin-top:60px;}
.yylyinfo_rtit{width:100%; float:left;}
.yylyinfo_rtit h3{font-size:24px; line-height:24px; font-weight:bold; color:#0094ff;}
.yylyinfo_rtit p{color:#999; line-height:14px; margin-top:6px;}
.yylyinfo_rtit:after{content:""; display:block; width:30px; height:2px; background:#0094ff; margin-top:20px;}
.relative_box{width:100%; float:left; margin-top:40px;}
.relative_box li{width:31.333%; float:left; margin-right:2%;}
.relative_box li:nth-child(3n){margin-right:0;}
.relative_box li:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.relative_box li:hover .a-more{background:url(../image/more_on.png) no-repeat center center; box-shadow:0 3px 10px rgba(0,0,0,.3);}
.relative_box li:hover .name{color:#0094ff;}
.relative_box li a{display:block;}
.relative_box li .a-more{transition:background 0.3s ease; -webkit-transition:background 0.3s ease; border-radius:30px; margin-top:10px;}
.a-more{display:block; width:47px; height:33px; background:url(../image/more3.png) no-repeat; background-size:contain;}
.relative_box li .pic{width:100%; font-size:0; overflow:hidden;}
.relative_box li .pic img{width:100%; height:auto; transition: 1s 0.3s ease; -webkit-transition: 1s 0.3s ease;}
.relative_box li .name{line-height:32px; color:#666; font-size:16px; font-weight:bold; margin-top:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.relative_box li .time{display:block; margin-top:10px; background:url(../image/in_news_sjtb.jpg) no-repeat left center; padding-left:30px; color:#999;}

.info-box{width:100%; float:left; margin-top:40px; padding-top:40px; border-top:1px solid #e9e9e9;}
.info-box p{width:60%; float:left; font-size:16px; color:#999; margin-bottom:25px;}
.info-box p a{font-size:16px; margin-top:10px; color:#333; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow:hidden; vertical-align:middle;}
.info-box p a:hover{color:#0094ff;}
.info-box .return{float:right; display:block; width:20%; line-height:50px; font-size:16px; color:#fff; text-align:center; background:#0094ff; border-radius:5px;}
.info-box .return:hover{background:#0094ff; color:#fff;}
.info-box .return img{max-width:100%; vertical-align:middle; position:relative; top:-2px; margin-left:10px;}

/* 内页新闻资讯部分 */
.news_text{width:100%; float:left;}
.news_text dl{display:block; width:100%; float:left; margin-top:30px; border-bottom:1px solid #e6e6e6; padding-bottom:30px;}
.news_text dl:nth-child(5n){margin-bottom:0;}
.news_text dl dt{width:25%; float:left; overflow:hidden;} 
.news_text dl dt img{width:100%; height:160px; object-fit:cover; display:block; transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s;}
.news_text dl dt:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.news_text dl dd{width:72%; float:right;}
.news_text dl dd .left{width:80%; float:left;}
.news_text dl dd .left h3{line-height:30px; font-size:18px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} 
.news_text dl dd .left h3 a{color:#000;}
.news_text dl dd .left h3 a:hover{color:#0094ff;}
.news_text dl dd .left .con{font-size:14px; line-height:24px; margin-top:10px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical;}
.news_text dl dd .right2{width:15%; float:right;} 
.news_text dl dd .right2 p{width:100%; float:left; text-align:center; font-size:16px; padding:15px 0; font-family:Arial; border:1px solid #e6e6e6;}
.news_text dl dd .right2 p:nth-child(1){font-size:46px; position:relative; font-weight:bold; line-height:46px; border-bottom:none;}
.news_text dl dd a.more{width:140px; height:34px; line-height:32px; border:1px solid #ddd; display:inline-block; text-align:center; margin-top:20px; font-size:14px; transition:all .3s;}
.news_text dl dd a:hover.more{background:#0094ff; color:#fff; border:1px solid #0094ff; width:180px;}

.new-view-title{width:100%; float:left; text-align:center; padding-bottom:10px; border-bottom:1px solid #e6e6e6; margin-top:40px;}
.new-view-title h3{line-height:30px; font-size:24px; font-weight:bold; color:#0094ff;}
.new-view-wz{width:100%; float:left; text-align:center; font-size:14px; line-height:28px; color:#999;}
.newsmore_text{width:100%; float:left; margin-top:40px; line-height:30px; font-size:16px;}

.view-page{width:100%; float:left; position:relative; margin:20px 0 40px; border-top:1px solid #e6e6e6; padding-top:30px;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px; width:160px; height:40px; line-height:40px; position: absolute;transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out; }
.view-page .prev{left:0;}
.view-page .prev a{background:#fff url(../image/le.png) 20px center no-repeat; padding-left:60px; border:1px solid #e6e6e6;}
.view-page .prev:hover a{color:#fff; background:url(../image/le-white.png) 20px center no-repeat #0094ff;}
.view-page a{display:block;} 
.view-page .back{left:50%; margin-left:-80px; width:160px;}
.view-page .back a{background:url(../image/back.png) 20px center no-repeat #0094ff;color: #fff; text-align:center; padding-left:25px; border:none;}
.view-page .back a:hover{background:url(../image/back.png) 20px center no-repeat #000; color:#fff;}
.view-page .next{right:0;}
.view-page .next a{background:#fff url(../image/ri.png) 85% center no-repeat;text-align:center; border:1px solid #e6e6e6;}
.view-page .next:hover a{color:#fff; background:url(../image/ri-white.png) 85% center no-repeat #0094ff;}


/* 内页联系我们部分 */
.cont_text{width:100%; float:left; margin-top:40px;}
.cont_l{width:65%;float:left; line-height:30px; font-size:15px;}
.cont_l h2{font-size:20px; font-weight:bold; color:#0094ff; margin-bottom:10px;}
.cont_r{float:right; text-align:right;}
.cont_r img{width:144px; height:144px;}
.cont_r p{text-align:center; margin-top:10px;}
.map{width:100%; float:left; margin-top:40px;}

/* 内页在线留言部分 */
.message{width:100%; float:left; margin-top:40px; background:#fff; padding:40px; box-shadow:0 5px 20px #d6d6d6; overflow:hidden;}
.message h3{text-align:center; color:#333; font-size:24px; font-weight:bold;}
.message ol{width:100%;float:left; margin-top:30px;}
.message ol li{float: left; width:49%; margin-bottom:20px; background:#fff;}
.message ol li:nth-child(2n){float:right;}
.message ol li:nth-child(6){float:left; border:none;}
/*.message ol li:nth-child(7){float:right; border:none;}*/
.message ol li input{width:100%; height:50px; background:none; border:1px solid #e6e6e6; color:#999; padding:0 15px;}
.message ol li textarea{padding:15px; width:100%; height:180px; border:1px solid #e6e6e6; background:none; color:#999;}
.message ol li .btn,.message ol li .btn2{color:#fff; font-size:16px; border-radius:5px; cursor:pointer;}
.message ol li .btn{background:#0094ff;}
.message ol li .btn2{background:#0094ff; color:#fff;}
.message input::-webkit-outer-spin-button,.message input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;}
.message input::-moz-placeholder, textarea::-moz-placeholder{color: #999;}
.message input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #999;}
.message input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #999;}




