*{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-size:14px; line-height:24px; font-family:'Microsoft YaHei','微软雅黑','宋体',Verdana,sans-serif; 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:#f26021; text-decoration:none; -webkit-transition:.3s; transition:.3s;}
/* 重置图片元素 */
.fl{float:left;}
.fr{float:right;}
.flex{display:flex; justify-content:space-between; align-items:center;}

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

/* 头部部分 */
.top_bg{width:100%; height:100px; margin:auto; background:#fff; position:fixed; top:0; left:0; right:0; z-index:9999; -webkit-transition:.3s; transition:.3s; box-shadow:-20px 20px 30px 0px rgba(158,158,158,.3);}
.w1600{width:95%; max-width:1600px; margin:auto;}
.top{width:95%; max-width:1600px; margin:auto;}
.logo{float:left;}

.navMenu{float:left;}
.navMenu>li{float:left; position:relative; line-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:18px;height:9px;background:url(../image/menu_sjx.png) center bottom no-repeat;position:absolute;left:50%;bottom:0;margin-left:-9px;-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:#f26021;}
.navMenu>li>ul.sub-menu{position:absolute; left:50%; margin-left:-95px; top:100px; z-index:3; display:none; background:#fff; width:190px; box-shadow:0 5px 10px #333; z-index:9999;}
.navMenu>li>ul.sub-menu li{background:none; margin:0; padding:0; position:relative; border-bottom:1px solid #e9e9e9; 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:15px; line-height:30px; padding:6px 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:#f26021; 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;}
.phxia,.sj{display:none;}
.top_r{float:right;}
.top_rtel{float:left; background:url(../image/top_tel_tbh.png) left no-repeat; padding-left:30px; font-size:20px; font-weight:bold; color:#f26021;}
.Hsrch{margin-left:40px; float:right;}
.Hsrch-menu{display:block; background:url(../image/fdj.png) center no-repeat; width:20px; height:20px;}
.Hsrch-box{width:100%;height:100px;background:#fff;position:absolute;top:0;left:0;display:none;z-index:1002;}
.Hsrch-block{width:85% !important;height:32px;margin:30px auto 0;}
.Hsrch-block .btn{width:24px;height:32px;background:url(../image/icon-Hsrch2.png) no-repeat center center;float:left;border:0;margin-top:3px;}
.Hsrch-block .close{display:block;width:24px;height:32px;background:url(../image/icon-close2.png) no-repeat center center;float:right;}
.Hsrch-block .text{width:92%;height:32px;float:left;margin:0 0 0 20px;border:none;border-bottom:1px solid #e9e9e9;}
.Hsrch-block .text::-webkit-input-placeholder{color:#6f6f6f;}
.Hlang:hover .Hlang-box{display:block;}

/* 首页焦点图部分 */
.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.1); -webkit-transform:scale(1.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); -webkit-transform:scale(1);-webkit-transition:all 5.0s linear; transition:all 5.0s linear;}*/
.banner .swiper-pagination-bullet{background:#fff;}
.banner .swiper-pagination-bullet-active{background:#f26021;}
.banner .swiper-button-next,.banner .swiper-button-prev{color:#fff; width:40px; height:40px; background:rgba(0,0,0,.5); border-radius:50%;}
.banner .swiper-button-prev{left:5%;}
.banner .swiper-button-next{right:5%;}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{background:#f26021;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{font-size:20px; color:#fff !important;}
.banner .swiper-pagination-bullet{width:13px; height:13px; border-radius:50%; margin:0 5px !important; opacity:.9;}
.banner .swiper-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-bullets.swiper-pagination-horizontal,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{bottom:30px !important;}
/* 搜索栏部分 */
.in_gjcbg{width:100%; margin:auto; background:#fff; padding:20px 0; box-shadow:0 5px 10px rgba(0,0,0,.1);}
.in_gjcl{float:left; line-height:36px;}
.in_gjcl span{color:#000; font-size:16px; font-weight:bold; background:url(../image/hot_icon.png) left no-repeat; background-size:20px 20px; padding-left:30px;}
.in_gjcl a{color:#666;}
.in_gjcl a:hover{color:#f26021;}
.in_search{width:20%; height:44px; float:right; background:#f1f1f1; border-radius:30px; position:relative;}
.in_search_l{width:90%; float:left; padding-left:20px;}
.in_search_l input{width:100%; display:block; line-height:44px; font-size:14px; color:#999; background:none; border:0;}
.in_search_l input::-webkit-input-placeholder{/* WebKit browsers */color:#999;}
.in_search_l input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */color:#999;}
.in_search_l input::-moz-placeholder{/* Mozilla Firefox 19+ */color:#999;}
.in_search_l input::-ms-input-placeholder{/* Internet Explorer 10+ */color:#999;}
.in_search_r{width:22px; height:25px; position:absolute; right:20px; top:8px;}

/* 首页公司数据部分 */
.in_shujubg{width:100%; height:220px; margin:auto; background:url(../image/in_shuzbg.jpg) center no-repeat; background-size:cover; overflow:hidden;}
.in_shuju ul{width:100%;}
.in_shuju li{width:25%; height:220px; background:#231f20; float:left; padding-top:80px; color:#fff; position:relative; text-align:center;}
.in_shuju li:nth-child(1),.in_shuju li:nth-child(3){background:#f26021;}
.in_shuju li span{font-size:60px; font-weight:bold; font-family:"阿里巴巴普惠体";}
.in_shuju li b{display:block; font-size:18px; float:left; position:absolute; top:70px; right:60px; width:34px; height:34px; border-radius:50%; background:#fff; color:#f26021; line-height:34px; font-weight:bold;}
.in_shuju li p{font-size:18px; color:#fff; margin-top:20px;}

/* 首页产品中心部分 */
.in_probg{background:url(../image/in_probg.jpg) top center; background-size:cover; padding:100px 0; overflow:hidden;}
.in_title{width:100%; margin:auto; text-align:center;}
.in_title h2{font-size:40px; line-height:40px; color:#231f20; font-weight:bold;}
.in_title h2 span{color:#f26021; margin-left:10px;}
.in_title h2 a{color:#231f20;}
.in_title h2 a:hover{color:#f26021;}
.in_title p{font-size:20px; margin-top:20px; line-height:30px; color:#666;}

.in_pronr{width:100%; float:left; margin-top:60px;}
.in_prol{width:22%; float:left; background:#fff; border:1px solid #e9e9e9; padding:30px 30px 60px; position:relative; overflow:hidden;}
.in_prol_tit{width:100%; height:100px; float:left; background:#231f20 url(../image/in_protit_icon.png) no-repeat 93% center; padding:20px 30px; position:absolute; left:0; top:0; color:#fff;}
.in_prol_tit h3{font-size:30px; font-weight:bold; line-height:30px;}
.in_prol_tit p{font-size:16px; line-height:30px; margin-top:5px; text-transform:uppercase;}
.in_prol_list{width:100%; float:left; margin-top:100px;}
.in_prol_list li{width:100%; float:left; border-bottom:1px solid #e9e9e9;}
.in_prol_list li a{width:100%; font-size:18px; display:block; line-height:70px; background:transparent; color:#000; transition:all .5s;}
.in_prol_list li a:hover,.in_prol_list li a.on{transition:all .5s ease-in-out; background:#f26021; transform:translateX(2px); color:#fff;}
.in_prol_list li a em{width:21px; height:21px; float:left; background:url(../image/in_prolist_xicon.png) left no-repeat; margin:25px 15px 0 0;}
.in_prol_list li a:hover em,.in_prol_list li a.on em{background:url(../image/in_prolist_xiconh.png) left no-repeat; margin:25px 15px 0;}
.in_prol_tel{float:left; margin-top:45px; background:url(../image/in_prolist_teltb.png) no-repeat left center; padding-left:55px; font-size:16px;}
.in_prol_tel span{display:block; font-size:25px; font-weight:bold; line-height:24px; font-weight:bold; color:#f26021;}

.in_pror{width:76%; float:right;}
.in_pror li{width:32%; height:380px; float:left; background:#fff; border:1px solid #ddd; margin:0 2% 20px 0; position:relative; transition:all .5s;}
.in_pror li:nth-child(3n){margin-right:0;}
.in_pror li .pic{width:100%; float:left; overflow:hidden;}
.in_pror li .pic img{width:80%; margin:60px auto 0; object-fit:cover; 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%; padding:20px; line-height:30px; text-align:center; position:absolute; left:0; bottom:0;}
.in_pror li a .title h3{width:100%; float:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#000;}
.in_pror li .title h3{font-size:18px; color:#000;}
.in_pror li a:hover .title h3{font-size:16px; color:#f26021; display:none;}
.in_pror li .tbox{position:absolute; left:0; top:0; width:100%; height:380px; padding:80px 20px; background:rgba(242,96,33,.9); display:none; color:#fff; text-align:center;}
.in_pror li .tbox h4{font-size:24px; font-weight:bold; line-height:30px;}
.in_pror li .tbox p{font-size:16px; line-height:30px; margin:20px 0; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3; -webkit-box-orient:vertical; white-space:normal;}
.in_pror li .tbox span{width:40px; height:40px;}
.in_pror li .tbox span img{width:40px; height:40px;}
.in_pror li:hover .tbox{display:block;}

/* 首页为什么选择力尚部分 */
.in_sdysbg{width:100%; margin:0 auto; background:url(../image/in_sdysbg.jpg) top center no-repeat; background-size:cover; padding:100px 0 0;}
.in_ystitle{width:100%; margin:auto; background:url(../image/in_sdys_titfgx.png) top center no-repeat; text-align:center;}
.in_ystitle h3{font-size:40px; line-height:40px; font-weight:bold; color:#231f20;}
.in_ystitle h3 i{color:#f26021;}
.in_ystitle p{font-size:20px; line-height:30px; margin-top:20px; text-transform:uppercase; font-weight:100;}
.worry{width:100%; max-width:1600px; margin:100px auto 0;}
.worry li{position:relative; cursor:pointer;}
.worry .on b,.worry .on p{color: #f26021;}
.worry .on .worry_y:before{background:rgba(242,96,33,.5);}
.worry .on .worry_yy{background:#f26021;}
.worry li b{font-size:26px;color:#333;}
.worry li p{font-size:16px; color: #666;}
.worry_fl,.worry_fr{width:450px; height:440px; margin-top:20px;}
.worry_fl{text-align:right;}
.worry_fl li:nth-child(2){margin:70px 125px 0 0;}
.worry_fl li:nth-child(3){margin:90px 190px 0 0;}
.worry_fl li:nth-child(1) .worry_y{top:0; left:480px;}
.worry_fl li:nth-child(2) .worry_y{top:0; left:350px;}
.worry_fl li:nth-child(3) .worry_y{top:0; left:290px;}
.worry_fr li:nth-child(2){margin:70px 0 0 130px;}
.worry_fr li:nth-child(3){margin:90px 0 0 190px;}
.worry_fr li:nth-child(1) .worry_y{top:0; right:480px;}
.worry_fr li:nth-child(2) .worry_y{top:0; right:350px;}
.worry_fr li:nth-child(3) .worry_y{top:0; right:290px;}
.worry_y{position:absolute;}
.worry_yy{background:#000; width:28px; height:28px; border-radius:50%; align-items:center; display:flex; justify-content:center;}
.worry_y:before{width:44px; height:44px; display:block; border-radius:50%; background:hsla(0, 0%, 0%, 0.5); margin:0 auto; z-index:9; -webkit-animation: warn1 2s ease-out; animation:warn1 2s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count:infinite; content:""; position:absolute; top:-8px; left:-8px;}
@-webkit-keyframes warn1 {
0% {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: 0.0;
}
25% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.1;
}
50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.3;
}
75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
}
}
@-webkit-keyframes warn1 {
0% {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: 0.0;
}
25% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.1;
}
50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.3;
}
75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
}
}
@keyframes warn1 {
0% {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: 0.0;
}
25% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.1;
}
50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.3;
}
75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.0;
}
}
@-webkit-keyframes worry_yy {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}
40% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
}
60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}
80% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg)
}
100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
}
@-webkit-keyframes worry_yy {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}
40% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
}
60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}
80% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg)
}
100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
}
@keyframes worry_yy {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}
40% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
}
60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}
80% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg)
}
100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
}

.in_adbn{width:100%; height:250px; margin:auto; background:url(../image/ad_bg.jpg) center no-repeat; padding:80px 0; overflow: hidden;}
.in_ad_txt{width:50%; float:left; font-size:30px; line-height:48px; font-weight:bold; color:#fff;}
.in_ad_txt span{color:#f26021;}
.in_ad_tel{width:30%; float:right; background:url(../image/ad_telbg.png) center no-repeat; padding-left:150px;}
.in_ad_tel span{font-size:18px; color:#fff; line-height:30px;}
.in_ad_tel h4{font-size:36px; font-weight:bold; line-height:36px; margin-top:10px; color:#fff;}


/* 首页解决方案部分 */
.in_yyly{width:95%; max-width:1600px; margin:80px auto 0;}
.casecenter{height:540px;}
.casetab{width:35%}
.casetab li{float:left; width:49%; height:119px; margin:0 2% 20px 0; background:#f5f5f5; color:#404845; font-size:18px; position:relative; cursor:pointer;}
.casetab li:nth-child(2n){margin-right:0;}
.casetab p{padding:35px 0 0 100px; font-weight:bold;}
.casetab p span{display:block; color:#86958f; font-size:13px; font-weight:lighter; margin-top:3px;}
.casetab li em{width:60px; height:60px; border-radius:50%; border:2px solid #d6d6d6; text-align:center; position:absolute; top:25px; left:28px; z-index:33;}
.casetab li em i{display:inline-block; line-height:60px; width:39px; height:50px; background:url(../image/in_yyly_icon.png) no-repeat left top; margin-top:18px;}
.casetab li:nth-child(2) i{background-position-x:-74px; width:30px;margin-top:15px; }
.casetab li:nth-child(3) i{background-position-x:-137px; margin-top:15px; width:35px;}
.casetab li:nth-child(4) i{background-position-x:-198px; width:38px;margin-top:15px;}
.casetab li:nth-child(5) i{background-position-x:-268px; width:36px; margin-top:15px;}
.casetab li:nth-child(6) i{background-position-x:-336px;  margin-top:16px;}
.casetab li:nth-child(7) i{background-position-x:-407px;margin-top:15px;}
.casetab li:nth-child(8) i{background-position-x:-473px; width:26px; margin-top:17px;}
.casetab li.on i{background-position-y:-69px;}
.casetab li:after{width:100%; height:100%; content:''; display:block; position:absolute; left:0; top:0; background:transparent; transform:scale(0); transition:all .3s ease;}
.casetab li.on:after{transform:scale(1);}
.casetab li.on,.casetab li.on span{color:#fff;}
.casetab li.on,.casetab li:hover{background:#f26021; cursor:pointer;}
.casetab li.on em{ border-color:#fff;}
.casetab li p{position:relative; z-index:33;}
.casecenter{margin:30px 0 0 0;}
.casecon{width:62.5%; font-weight:lighter;}
.casecon .news_div_item_pic img{width:100%; height:535px; object-fit:cover;}
.casecon .divdgweb_new_div_item{position:relative;}
.casecon .divdgweb_new_div_item_content{position:absolute; width:100%; padding:20px 2.5%; background:rgba(242,96,33,.8); color:#fff; bottom:0; left:0;}
.casecon a{color:#fff;}
.casecon a:hover{text-decoration:underline;}
.casecon .divdgweb_new_div_item_a{font-size:22px; font-weight:bold;}
.casecon .divdgweb_new_div_item_body{color:#fff; margin:10px 0; font-size:14px; line-height:26px}
.casecon .divdgweb_new_div_item_body a{color:#fff;font-size:14px;}

/* 首页关于我们部分 */
.in_aboutbg{width:100%; margin:60px auto 0; background:url(../image/in_aboutbg.jpg) center no-repeat; background-size:cover; padding:80px 0;}
.in_aboutbg .in_title{width:100%; margin:auto; text-align:center; background:url(../image/in_sdys_titfgx.png) top center no-repeat;}
.in_aboutnr{width:100%; margin:60px auto 0; position:relative;}
.in_about_lpic{width:50%; position:relative; z-index:9;}
.in_about_lpic::after{content:""; background:#eaeaea; position:absolute; right:-10px; top:10px; width:100%; height:100%; z-index:-1; display:block;}
.in_about_lpic img{width:100%; display:block; transition:all .5s ease;}
.in_about_lpic:hover img{-webkit-transform:scale(1.03); transform:scale(1.03); transition:all .5s ease-in-out;}
.in_about_rtxt{width:50%; padding:0 40px 40px 40px;}
.in_about_rtxt h3{font-size:30px; line-height:30px; color:#000;}
.in_about_rtxt h3 a{color:#000;}
.in_about_rtxt h3 a:hover{color:#f26021;}
.in_about_rtxt .wen{display:block; margin-top:20px; font-size:16px; line-height:30px;}
.in_about_rtxt .more{float:left; color:#f26021; font-size:16px; margin-top:40px;}
.in_about_rtxt a .more{color:#f26021;}
.in_about_rtxt:hover a.more{color:#231f20;}

.xc_bj{width:100%; margin:-44px auto 0; position:relative;}
.xc_c{width:100%; margin:auto;}
.xc_a{display:none;}
.xc_qh{width:420px; height:60px; margin:-7px 0 0 50px; background:#fff; border:1px solid #e9e9e9; overflow:hidden; position:relative; float:left;}
.xc_qh li{width:200px; height:60px; border-left:1px solid #e9e9e9; float:left; text-align:center;}
.xc_qh li:nth-child(1){border-left:none;}
.xc_qh li i{display:inline-block; margin:10px 10px 0 0; vertical-align:top; width:35px; height:35px; overflow:hidden;}
.xc_qh li:nth-child(1) i{background:url(../image/in_about_ico.png) no-repeat; background-size:33px 33px;}
.xc_qh li:hover:nth-child(1) i,.xc_qh li.on:nth-child(1) i{background:url(../image/in_about_icoh.png) no-repeat; background-size:33px 33px;}
.xc_qh li:nth-child(2) i{background:url(../image/in_about_ico2.png) no-repeat; background-size:33px 33px;}
.xc_qh li:hover:nth-child(2) i,.xc_qh li.on:nth-child(2) i{background:url(../image/in_about_ico2h.png) no-repeat; background-size:33px 33px;}
.xc_qh li span{display:inline-block; padding-top:15px; font-size:20px; color:#000;}
.xc_qh li.on span{color:#f26021; font-weight:bold;}
.xc_nr{width:100%; margin:40px auto 0; overflow:hidden;}
.xc_nr ul{width:10000%; position:relative;}
.xc_nr ul li{width:310px; float:left; overflow:hidden; margin-right:10px; position:relative;}
.xc_nr ul li .pic{width:100%; float:left; overflow:hidden;}
.xc_nr ul li .pic img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s;}
.xc_nr ul li:hover .pic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.xc_nr ul li .biaoti{width:100%; float:left; margin-top:1px; text-align:center;}
.xc_nr ul li a .biaoti{display:block; background:#231f20; padding:10px; font-size:18px; line-height:30px; color:#fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.xc_nr ul li a:hover .biaoti,.link_text a:hover{color:#fff; background:#f26021;}

/* 首页新闻资讯部分 */
.news_bg{background:#fff; width:100%; padding-top:80px; overflow:hidden;}
.in_news_tit{float:left;}
.in_news_tit h3{font-size:40px; line-height:40px; color:#231f20; font-weight:bold;}
.in_news_tit h3 span{color:#f26021;}
.in_news_tit h3 a{color:#231f20;}
.in_news_tit h3 a:hover{color:#f26021;}
.in_news_tit p{font-size:20px; line-height:30px; color:#999; margin-top:20px;}
.nb_tab{text-align:right;}
.nb_tab a{width:180px; height:52px; background:#eee; display:inline-block; vertical-align:top; color:#333; text-align:center;}
.nb_tab a+a{margin-left:10px;}
.nb_tab a.cur{background:#f26021; color:#fff; box-shadow:0 3px 9px rgba(0,0,0,.3); font-weight:bold;}
.nb_tab a i,.nb_tab a b{display:inline-block; vertical-align:top; line-height:52px;}
.nb_tab a b{font-size:18px; font-weight:normal;}
.nb_con{width:100%; float:left; margin-top:40px;}
.nbc_list+.nbc_list{display:none;}
.nbcl_le{width:49%;}
.nbcl_le .news_div_item{width:49%; float:left; background:#f8f8f8; padding:0 0 20px 0;}
.nbcl_le .news_div_item+.news_div_item{margin-left:2%;}
.nbcl_le .news_div_item:hover{background-color:#f26021; color:#fff;cursor:pointer;}
.nbcl_le .news_div_item:hover .news_div_item_title a{color:#fff;}
.nbcl_le .news_div_item:hover .news_div_item_body{color:#fff;}
.nbcl_le .news_div_item:hover .news_div_item_date>div{color:#fff;}
.news_div_item_pic{width:100%; overflow:hidden;}
.nbcl_le .news_div_item_pic img{width:100%; display:block; transition:all .5s ease;}
.nbcl_le .news_div_item_pic img:hover{-webkit-transform:scale(1.1); transform:scale(1.1); transition:all .5s ease;}
.news_div_item_title a{font-size:20px; font-weight:bold; line-height:30px; color:#000; overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal;}
.news_div_item_title a:hover,.nbcr_ri .news_div_item_title a:hover{color:#f26021;}
.nbcl_le .news_div_item_content{width:100%; float:left; padding:20px;}
.nbcl_le .news_div_item_body{margin-top:10px;line-height:24px;color:#68686a;font-size:14px; overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal;}
.nbcl_le .news_div_item_date,.new_more{display:inline-block;vertical-align:top; padding-left:20px;}
.nbcl_le .news_div_item_date>div{display:inline-block;vertical-align:top;color:#68686a;}
.nbcl_le .news_div_item .new_more{width:24px;height:24px;background:url(../image/in_prolist_xicon.png) no-repeat right center;float:right;margin-right:20px;}
.nbcl_le .news_div_item:hover .new_more{background:url(../image/in_prolist_xiconh.png) no-repeat right center;}
.nbcr_ri{width:49%; background:#fff;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item{border:1px solid #f1f1f1; border-width:1px 0; padding:33px 0; position:relative; transition:300ms;}
.nbcr_ri .news_div_item:nth-child(1),.nbcr_ri .news_div_item:nth-child(2){border-bottom:none;}
.nbcr_ri .news_div_item:hover{box-shadow:0 0 21px #d2d2d2; z-index:1; transition:300ms; cursor:pointer;}
.nbcr_ri .news_div_item_title a{font-size:20px; font-weight:normal; line-height:30px; color:#000; overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal;}
.nbcr_ri .news_div_item_date,.nbcr_ri .news_div_item_content{display:inline-block;vertical-align:top;}
.nbcr_ri .news_div_item_date{width:15%; text-align: center;}
.nbcr_ri .news_div_item_content{width:83%;padding-left:20px;border-left:1px solid #f3f3f3;}
.nbcr_ri .news_div_item_date>div{font-family:Arial;}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month{display:inline-block;vertical-align:top;color:#565656;  font-size: 14px;}
.nbcr_ri .news_div_item_day{font-size:48px; color:#000; font-weight:bold; line-height:55px;}
.nbcr_ri .news_div_item_body{margin-top:10px; line-height:20px; color:#68686a; padding-right:20px;font-size:16px; overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal;}

/* 底部版权部分 */
.footer_bg{width:100%; margin:80px auto 0; background:url(../image/footer_bg.jpg) top center no-repeat; background-size:cover; padding:175px 0 30px; overflow:hidden;}
.footer{width:95%; max-width:1600px; margin:auto; align-items:normal;}
.foot_ksdh{width:26%; float:left;}
.foot_ksdh_list{width:100%; float:left; margin-top:10px;}
.foot_ksdh_list li{width:49%; float:left; margin:20px 2% 0 0; position:relative;}
.foot_ksdh_list li:nth-child(2n){margin-right:0;}
.foot_ksdh_list li a{font-size:18px; line-height:20px; padding-left:15px; color:#fff; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.foot_ksdh_list li a:hover{color:#f26021; font-weight:bold;}
.foot_ksdh_list li a em{width:3px; height:3px; display:block; border-radius:50%; background:#f26021; position:absolute; top:10px; left:0;}
.foot_ksdh_icon{width:100%; float:left; margin-top:35px;}
.foot_ksdh_icon li{width:40px; float:left; margin-right:20px; position:relative;}
.foot_ksdh_icon li i{width:40px; height:40px; display:block; background:#333 url(../image/icon30.png) center no-repeat; background-size:20px; border-radius:50%; transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out;}
.foot_ksdh_icon li:nth-child(2) i{background:#333 url(../image/icon32.png) center no-repeat;}
.foot_ksdh_icon li i:hover{background-color:#f26021; transform:rotate(360deg); -webkit-transform:rotate(360deg); cursor:pointer;}
.foot_ksdh_icon li.wxx img{display:none; width:120px; height:120px; position:absolute; left:50%; top:40px; margin-left:-60px;}
.foot_ksdh_icon li.wxx:hover img{display:block; background:#fff; padding:5px;}

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

.foot_rnr{width:190px; 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:#f26021;}
.foot_rnr_ewm{width:190px; float:right; margin-top:30px;}
.foot_rnr_ewm img{width:160px; height:160px; float:left; padding:5px; background:#fff;}
.foot_rnr_ewm p{width:20px; font-size:18px; color:#fff; float:left; margin-left:10px; line-height:22px;}

.in_linkbg{width:100%; margin:60px auto 0; background:url(../image/link_fgx.jpg) top repeat-x; padding-top:20px; overflow:hidden;}
.in_linkbg_box{width:95%; max-width:1600px; margin:auto;}
.in_linkbg_box h4{float:left; background:url(../image/in_link_tb.png) left no-repeat; padding-left:40px; font-size:16px; font-weight:bold; color:#fff; line-height:50px;}
.in_linkbg_box .lbl{width:85%; float:left; overflow:hidden; color:#999; margin-left:1%;}
.in_linkbg_box .lbl a{color:#fff; font-size:16px; line-height:50px;}
.in_linkbg_box .lbl a:hover{color:#f26021;}

/* 在线客服部分 */
.side{position:fixed;width:54px;height:275px;right:0;top:275px;z-index:10000;}
.side ul li{width:54px;height:54px;float:left;position:relative;margin-bottom:2px;}
.side ul li .wx{width:220px;position:absolute; bottom:54px;right:0; display:none;}
.side ul li a:hover .wx{display:block;}
.side ul li .wx img{width:100%; display:block;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;background:#333; color:#fff; line-height:54px; font-size:14px;overflow:hidden; border-radius:5px 0 0 5px;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#333; border-radius:5px 0 0 5px;}
.side ul li .sidetop:hover{background:#f26021;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}

/* 内页Banner部分 */
.ny_bn{width:100%; height:520px; margin:100px auto 0; position:relative; overflow:hidden;}
.ny_bn .pc{display:block;}
.ny_bn img{width:100%; min-height:520px; object-fit:cover;}
.ny_bn .m{display:none;}
.pagesBan-con{position:absolute; left:0; top:0; width:100%; height:100%; align-items:center; opacity:0; transform:translateX(150px); animation:pagesText 1.5s ease forwards;}
.pagesBan-title{position:relative; display:inline-block; font-size:48px; font-weight:bold; color:#fff; line-height:1; letter-spacing:2px; text-shadow:0 3px 12px rgba(0,0,0,.3);}
.pagesBan-title::after{content:""; position:absolute; right:-20px; bottom:-4px; width:10px; height:10px; border-radius:50%; border:3px solid #f26021;}

@keyframes pagesText{
	0%{opacity:0; transform:translateX(150px);}
	100%{opacity:1; transform:translateX(0);}
}
@keyframes bannerscale{
	0%{-webkit-transform:scale(1.1); transform:scale(1.1);}
	50%{-webkit-transform:scale(1); transform:scale(1);}
	100%{-webkit-transform:scale(1.1); transform:scale(1.1);}
}

.flexBetween{display:flex; -webkit-box-pack:justify; -webkit-justify-content:space-between; justify-content:space-between; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.flexStart{display:flex; display:-webkit-flex; -webkit-box-pack:start; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.flexCenter{display:flex; -webkit-box-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.flexEnd{display:flex; -webkit-box-pack:end; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-flex-wrap:wrap; flex-wrap:wrap;}

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

/* 内页关于我们部分 */
.ny_main{width:95%; max-width:1600px; margin:60px auto 0;}
.ny_left{width:22%; float:left; top:20px; position:sticky;}
.nyl_list{width:100%; float:left;}
.nyl_list h2{width:100%; height:80px; line-height:80px; padding:0 20px; float:left; overflow:hidden; background:#231f20 url(../image/in_protit_icon.png) 95% center no-repeat;}
.nyl_list h2 a{display:block; font-size:24px; color:#fff; font-weight:bold;}
.sidebarMenu{width:100%; float:left; background:#fff; margin-bottom:20px; border-radius:0 0 5px 5px;}
.sidebarMenu li{width:100%; float:left;} 
.sidebarMenu li a{line-height:52px;background:url(../image/slide_li.png) no-repeat 95% center;display:block; padding:0 20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-top:1px solid #e9e9e9; font-size:18px; color:#000;}
.sidebarMenu li a.cur,.sidebarMenu li a:hover{background:#f26021 url(../image/slide_lih.png) no-repeat 95% center;color:#fff; font-weight:bold;}
.sidebarMenu li ul{font-size:14px;padding:0}
.sidebarMenu ul li{background:none;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:#f26021;padding-left:35px;}

.cbgg-01{background:#231f20; text-align:center; color:#fff; margin-top:20px; border-radius:0 0 5px 5px;}
.cbgg-01 p{padding-top:15px; font-size:16px;}
.cbgg-01 p img{vertical-align:middle; margin-right:10px;}
.cbgg-01 span{display:block; font-size:24px; font-weight:bold; padding-bottom:20px; padding-top:10px;}
.cbgg-01 span a{color:#fff;}

.ny_right{width:75%; float:right;}
.nyr_text{width:100%; float:left; margin-top:30px; line-height:30px; font-size:16px;}
.nyr_text h3{font-size:24px; font-weight:400; color:#f26021;}
.nyr_text span{font-size:18px; font-weight:bold; color:#f26021;}
.m30{margin-top:30px;}

/* 内页数据 */
.shujubg{width:100%; height:220px; float:left; margin-top:40px; background:url(../image/in_shuzbg.jpg) center no-repeat; background-size:cover; overflow:hidden; border-radius:25px 0;}
.shuju ul{width:100%;}
.shuju li{width:25%; height:220px; background:#231f20; float:left; padding-top:70px; color:#fff; position:relative; text-align:center;}
.shuju li:nth-child(1),.shuju li:nth-child(3){background:#f26021;}
.shuju li span{font-size:48px; color:#fff !important; font-weight:bold; font-family:"阿里巴巴普惠体";}
.shuju li b{display:block; font-size:16px; float:left; position:absolute; top:70px; right:45px; width:30px; height:30px; border-radius:50%; background:#fff; color:#f26021; line-height:30px; font-weight:bold;}
.shuju li p{font-size:18px; color:#fff; margin-top:20px; padding:0 20px;}

/* 企业文化 */
.qywh_box{width:100%; float:left; margin-top:50px;}
.qywh_box li{width:49%; float:left; position:relative; margin-right:2%; transition:all .5s ease;}
.qywh_box li:hover{cursor:pointer; transform:translateY(-10px); transition:all .5s ease-in-out; box-shadow:0 3px 12px rgba(0,0,0,.3); border-radius:25px 0;}
.qywh_box li:nth-child(2n){margin-right:0;}
.qywh_box li .tu{width:100%; position:absolute; left:0; top:0; z-index:1;}
.qywh_box li .tu img{width:100%; height:420px; object-fit:cover; border-radius:25px 0;}
.qywh_box li .wen{width:100%; padding:60px 32px 40px; position:relative; z-index:2; color:#fff;}
.qywh_box li .wen h3{display:block; font-size:36px; line-height:1.2; min-width:150px;}
.qywh_box li .wen h3::after{content:""; display:block; width:40px; height:3px; background:#fff; margin-top:20px;}
.qywh_box li .wen p{display:block; margin-top:20px; font-size:18px; line-height:36px;}

/* 内页资质证书部分 */
.honor_r_img{width:100%; float:left; margin-top:20px;}
.honor_r_img li{width:23.5%; float:left; margin:20px 2% 0 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(4n){margin-right:0;}
.honor_r_img li img{width:100%; 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:#fff; 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:#f26021; box-shadow:0 1px 10px rgba(0,0,0,.1);}
.honor_r_img li:hover p{color:#fff;}

/* 内页企业风采部分 */
.qyfc_r_img{width:100%; float:left; margin-top:20px;}
.qyfc_r_img li{width:32%; float:left; margin:20px 1.8% 0 0; text-align:center; padding:10px 10px 0 10px; background:#fff; border:1px solid #ddd; border-bottom:3px solid #ddd; position:relative;}
.qyfc_r_img li:nth-child(3n){margin-right:0;}
.qyfc_r_img li img{width:100%; display:block;}
.qyfc_r_img li::before{content:""; position:absolute; height:3px; bottom:-3px; left:0; transition:all .5s; width:0;}
.qyfc_r_img li:hover::before{width:100%; background:#fff; transition:all .5s}
.qyfc_r_img li p{font-size:16px; line-height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0;}
.qyfc_r_img li:hover{background:#f26021; border-color:#f26021; box-shadow:0 1px 10px rgba(0,0,0,.1);}
.qyfc_r_img li:hover p{color:#fff;}

.pagination{width:100%; height:auto; float:left; text-align:center; font-size:0; position:relative; overflow:hidden; margin:60px 0 0; text-transform:uppercase;}
.pagination a,.pagination span{display:inline-block; padding:0 10px; line-height:30px; font-size:14px; border:1px solid #d6d6d6; margin:0 5px;}
.pagination a.cur,.pagination a:hover{color:#fff; border-color:#f26021; background:#f26021;}

/* 内页产品中心部分 */
.pro_list{width:100%; float:left;}
.pro_list li{width:32%; height:360px; border:1px solid #e9e9e9; padding:1px; float:left; margin:40px 2% 0 0; position:relative; transition:all .5s;}
.pro_list li:hover{border-color:#f26021;}
.pro_list li:nth-child(3n){margin-right:0;}
.pro_list li .pic{width:100%; float:left; overflow:hidden;}
.pro_list li .pic img{width:90%; margin:20px auto 0; display:block; -webkit-transition:all .5s; transition:all .5s;}
.pro_list li:hover .pic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.pro_list li .title{width:100%; padding:20px; line-height:30px; text-align:center; position:absolute; left:0; bottom:0;}
.pro_list li a .title h3{width:100%; float:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#000;}
.pro_list li .title h3{font-size:16px; color:#000;}
.pro_list li a:hover .title h3{font-size:16px; color:#f26021; display:none;}
.pro_list li .tbox{position:absolute; left:0; top:0; width:100%; height:360px; padding:80px 20px; background:rgba(242,96,33,.9); display:none; color:#fff; text-align:center;}
.pro_list li .tbox h4{font-size:24px; font-weight:bold; line-height:30px;}
.pro_list li .tbox p{font-size:16px; line-height:30px; margin:20px 0; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:3; -webkit-box-orient:vertical; white-space:normal;}
.pro_list li .tbox span{width:40px; height:40px;}
.pro_list li .tbox span img{width:40px; height:40px;}
.pro_list li:hover .tbox{display:block;}

/* 内页产品详情部分 */
.products{width:100%; float:left; margin-top:40px;}
.promore_l{width:45%; float:left; position:relative; overflow:hidden;}
.promore_l .swiper-container{width:100%; height:100%; padding-bottom:60px;}
.promore_l .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;}
.promore_l .swiper-slide img{width:100%; display:block;}
.promore_l .swiper-pagination-bullet{width:25px; height:3px; border-radius:0; background:#ddd; opacity:.8;}
.promore_l .swiper-pagination-bullet-active{opacity:1; background:#f26021;}
.swiper-button-prev::after,.swiper-button-next::after{font-size:30px; color:#f26021;}

.pros_right{width:50%; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; padding-bottom:20px; border-bottom:1px solid #e9e9e9;}
.pros_right_top h2{font-size:24px; color:#f26021; font-weight:bold;}
.proleft{width:100%; float:left; margin-top:20px; line-height:30px; font-size:15px;}
.proleft_tel{width:100%; float:left; margin-top:40px; 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:#f26021}

.proleft_btn{width:100%; float:left; margin-top:40px;}
.proleft_btn li{width:31.333%; float:left; margin-right:3%;}
.proleft_btn li:nth-child(3n){margin-right:0;}
.proleft_btn li a{width:100%; height:40px; float:left; line-height:40px; text-align:center; font-size:16px; background:#eee; display:block;}
.proleft_btn li span{float:left; padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#f26021; color:#fff;}

.tabs-basic{width:100%; margin-top:40px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0; border-bottom:1px solid #e9e9e9;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:18px; font-weight:bold; text-transform:uppercase; position:relative;}
.tabs-basic a{display:block; text-decoration:none; border:1px solid transparent; padding:15px 60px; background:#eee; color:#333;}
.tabs-basic .tab-active{color:#fff; background:#f26021;}
.tabs-basic .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 #f26021; border-bottom:none; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
/* The content */
.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding-top:20px;}
.tabs-basic .tabs-content-placeholder div{display:none;}
.tabs-basic .tabs-content-placeholder div.tab-content-active{display:block; line-height:30px; font-size:16px;}
.tabs-basic .tabs-content-placeholder div.tab-content-active table{line-height:30px; text-align:center;}
.tabs-basic .tabs-content-placeholder div.tab-content-active table tr{padding-left: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{width:100%; font-size:16px; border-color:#e9e9e9;}*/
/*.tabs-basic table tbody{width:100%;}*/
/*.tabs-basic table tbody tr:nth-child(1){font-size:18px; background:#f26021 !important;}*/
/*.tabs-basic table tbody tr:nth-child(odd){background:#f7f9fc !important;}*/
/*.tabs-basic table tbody tr td{padding:12px 0;}*/
/*.tabs-basic table tbody tr td:nth-child(1){width:20%; text-align:center;font-size:18px;}*/
/*.tabs-basic table tbody tr td:nth-child(2){width:80%; padding:12px 20px;}*/
/*.tabs-basic table td div{padding:0px!important;height:auto!important;}*/
/*.tabs-basic table tbody tr td p{text-align:inherit !important;}*/

.tabs-basic .tabs-content-placeholder{overflow-x:scroll; overflow-y:visible; margin-top:40px;}
.tabs-basic .tabs-content-placeholder::-webkit-scrollbar{height:8px;cursor: pointer;}
.tabs-basic .tabs-content-placeholder::-webkit-scrollbar-thumb{background:#f26021; border-radius:10px; cursor:pointer;}
.tabs-basic .tabs-content-placeholder::-webkit-scrollbar-track{background:transparent;}
.tabs-basic table{width:100%; border-top:1px solid #ebebeb !important; border-left:1px solid #ebebeb !important;}
.tabs-basic tbody{border-left:1px solid #ebebeb;}
.tabs-basic tbody td{border-bottom:1px solid #ebebeb !important; border-right:1px solid #ebebeb !important; white-space:nowrap; min-width:60px; font-size:16px; background:#fff !important; height:46px; line-height:46px !important; padding:0 10px !important; color:#777; text-align:center; cursor:pointer; border-left: none !important; border-top: none !important;}
.tabs-basic tbody td p{line-height:46px !important; text-align:center !important;}
.tabs-basic tbody td span{font-size:16px !important;}
.tabs-basic tbody td:first-child p{width:100%;}
.tabs-basic tbody tr:nth-child(2n) td{background:#f7f7f7 !important;}


/* 相关产品 */
.hot_pro2{width:100%; float:left; margin-top:60px;}
.hot_pro2_tit{width:100%; background:#fff; float:left; border-bottom:1px solid #e9e9e9;}
.hot_pro2_tit h3{float:left; color:#fff; line-height:52px; font-size:18px; padding:0 52px; background:#f26021; 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 #f26021; 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:320px; float:left; margin-right:20px; overflow:hidden; border:1px solid #e9e9e9;}
.scrollleft2 li img{width:100%; display:block; padding:10px;}
.scrollleft2 li:hover{border:1px solid #f26021;}
.scrollleft2 li span{width:100%; line-height:30px; margin:20px 0; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center; float:left;}

/* 内页下载手册部分 */
.serxzlb{width:100%; float:left; margin-top:20px;}
.serxzlb-li{width:100%; float:left; margin-top:20px; overflow: hidden; background:#f4f6f8; padding:0 120px 0 90px; position:relative; transition:all .6s ease;}
.serxzlb-li li{height:90px; display:flex; align-items:center; padding-left:32px; float:left; width:20%;}
.serxzlb-li li:nth-child(1){width:40%;}
.serxzlb-li li h3{font-size:18px; color:#333; line-height:1.4em; font-weight:500; transition:all .4s ease;}
.serxzlb-li li p{font-size:16px; color:#666; line-height:1.4em; transition:all .4s ease;}
.serxzlb-li:before,.serxzlb-li:after{content:""; position: absolute; z-index:0; height:100%; background-position:center; background-repeat: no-repeat; top: 0; transition: all .4s ease;}
.serxzlb-li:before{background-image: url('../image/serxzic1.png'); width:90px; border-right:1px solid #e9e9e9; left: 0;}
.serxzlb-li:after{background-image: url('../image/serxzic2.png'); width:120px; right:0;}
.serxzlb-li:hover{background-color: #f26021;}
.serxzlb-li:hover:before{background-image:url('../image/serxzic1H.png'); border-right:1px solid rgba(255,255,255,.5);}
.serxzlb-li:hover:after{background-image:url("../image/serxzic2H.png");}
.serxzlb-li:hover li h3,.serxzlb-li:hover li p{color:#fff;}

/* 内页新闻资讯部分 */
.newsL{width:100%; float:left;}
.newsL li{width:100%; float:left; margin-top:40px; padding-bottom:30px; -webkit-transition:all .2s linear; transition:all .2s linear; overflow:hidden; border-bottom:1px solid #f0f0f0;}
.newsL li .newsL-pic{width:30%; float:left; overflow:hidden;}
.newsL li .newsL-pic img{width:100%; display:block; -webkit-transition:all .5s; transition:all .5s;}
.newsL li:hover .newsL-pic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.newsL li .newsL-note{width:60%; float:left; padding:2% 3%;}
.newsL li .newsL-note h3{font-size:18px; line-height:30px; font-weight:bold; color:#000; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.newsL li .newsL-note h3 a{color:#000;}
.newsL li .newsL-note h3 a:hover{color: #f26021;}
.newsL li .newsL-note p{margin:20px auto; font-size:15px; line-height:24px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical;}
.newsL li .newsL-note a.more{width:160px; margin-top:10px; line-height:36px; background:#231f20; color:#fff; display:inline-block; text-align:center; -webkit-transition:all .3s; transition:all .3s; }
.newsL li .newsL-note a:hover.more{background:#f26021; color:#fff; width:200px;}
.newsL li .newsL-date{width:10%;float:right;text-align:right;}
.newsL li .newsL-date span{color:#d7dcd8; font-size:40px; line-height:40px; margin-bottom:20px; padding-bottom:10px; display:block; position:relative;}
.newsL li .newsL-date span:after{content:""; position:absolute; right:0; bottom:0; width:30px; height:1px; background:#d7dadc;}
.newsL li .newsL-date p{font-size:18px; color:#d7dadc;}
.newsL li:hover{border-bottom:1px solid #f26021;}

.new-view-title{width:100%; float:left; margin-top:40px; text-align:center; padding-bottom:10px; border-bottom:1px solid #e9e9e9;}
.new-view-title h2{line-height:30px; font-size:24px; font-weight:bold; color:#f26021;}
.new-view-wz{width:100%; float:left; text-align:center; line-height:28px; color:#999; margin-top:10px; font-size:14px;}
.newsmore_text{width:100%;float:left; margin-top:40px; line-height:30px; font-size:15px;}
.f18{font-size:18px; font-weight:bold; color:#000;}
.newsmore_text video{width:30%; margin:auto; display:block;}

.view-page{width:100%; float:left; position:relative; margin:40px 0; border-top:1px solid #e6e6e6; padding-top:30px;}
.view-page .prev,.view-page .back,.view-page .next{font-size:16px; width:160px; height:52px; line-height:52px; 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 #231f20;}
.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 #f26021;color: #fff; text-align:center; padding-left:25px; border:none;}
.view-page .back a:hover{background:url(../image/back.png) 20px center no-repeat #231f20; 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; padding-right:20px;}
.view-page .next:hover a{color:#fff; background:url(../image/ri-white.png) 85% center no-repeat #231f20;}

.new_s2{width:100%;float:left; margin-top:60px;}
.news_random2{width:100%;float:left; margin-top:20px;}
.news_random2 ul li{width:48%; float:left; font-size:16px; line-height:52px; margin-right:4%; border-bottom:1px dashed #e6e6e6;}
.news_random2 ul li:nth-child(2n){margin-right:0;}
.news_random2 ul li a{width:75%; float:left; background:url(../image/slide_li.png) no-repeat left center; padding-left:15px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news_random2 ul li a:hover{color:#f26021;}
.news_random2 ul li span{float:right; color:#999;}

/* 内页成功案例部分 */
.case_list{width:100%; float:left;}
.case_list li{width:31.333%; float:left; background:#fff; border:1px solid #e9e9e9; overflow:hidden; margin:40px 3% 0 0;}
.case_list li:hover{border:1px solid #f26021; box-shadow:0px 10px 20px rgba(0,0,0,.1);transform:translate3d(0,-5px,0);-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.case_list li:nth-child(3n){margin-right:0;}
.case_list li .pic{width:100%; float:left; overflow:hidden;}
.case_list li .pic img{width:100%; display:block; transition:all .3s; -webkit-transition:all .3s;}
.case_list li:hover .pic img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.case_list li .text{width:100%; float:left; text-align:center; padding:20px;}
.case_list li .text h3{font-size:18px; font-weight:bold; line-height:30px; color:#231f20; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.case_list li:hover .text h3{color:#f26021;}
.case_list li .text p{font-size:15px; margin-top:5px; line-height:30px; text-align:center;text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis;
 display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical;}
.case_list li a .more{width:100px; margin:20px auto 0; color: #231f20; background:url(../image/in_news_morejt.jpg) right center no-repeat; padding-right:40px;}
.case_list li a:hover .more{color: #f26021; background: url(../image/in_news_morejth.jpg) right center no-repeat; padding-right: 40px;}

/* 内页服务支持部分 */
.serfw{width:100%; padding:60px 0;overflow: hidden;}
.serfw-wdimg{width:100%; background:#fafafa; margin-top:48px;}
.serfw-wd{width:53.5%; float:left; padding:40px 20px;}
.serfw-wd h3{font-size:30px;color: #333;}
.serfw-wd h4{font-size:20px;color: #333; margin:20px 0;}
.serfw-wd p{font-size:15px;color: #666;line-height: 28px;}
.serfw-wd a{display:block; width:145px; height:40px; line-height:40px; margin-top:40px; background:#f26021; border-radius:6px; font-size:16px; color:#fff;text-align:center; transition:all .4s ease;}
.serfw-wd a:hover{background:#000; width:180px; transition:all .5s ease-in-out;}
.serfw-img{width: 46.5%;float: right;}
.serfw-img img{width: 100%;object-fit: cover;}
.sersq-list{width:100%;}
.sersq-list ul{margin-left: -1.5%;}
.sersq-list li{width:31.8333%; margin:60px 0 0 1.5%; float:left; min-height:362px;background: #fff;box-shadow: 0 0 10px 6px #fafafa;text-align: center; border-top-right-radius:20px; border-bottom-left-radius:20px;}
.sersq-icon{width: 100%;height: 52px;margin: 50px 0 30px;}
.sersq-icon img{max-height: 100%;}
.sersq-tit{width: 100%;}
.sersq-tit h6{font-size: 24px;color: #333;}
.sersq-tit i{width: 28px;height: 2px;background:#b0b0b0;display: block;margin: 20px auto;}
.sersq-list{width: 100%;}
.sersq-list p{width: 100%;margin: 0 auto;text-align: left;}
.sersq-list p span{font-size: 15px;color: #888;line-height: 26px;padding-left: 14px;position: relative;}
.sersq-list p span:after{content: "";position: absolute;width: 5px;height: 5px;border-radius: 50%;background: #333;left: 0;top: 50%;margin-top: -3px;}
.sersq-list li:nth-child(1) .sersq-list p{width:164px;}
.sersq-list li:nth-child(2) .sersq-list p{width:104px;}
.sersq-list li:nth-child(3) .sersq-list p{width:90px;}

.serzb{width:100%; padding:60px 40px;background:url(../image/in_aboutbg.jpg) fixed center bottom; background-size:cover; overflow:hidden;}
.serzb .in_title p,.seraz .in_title p,.serhd .in_title p,.serwx .in_title p{font-size:18px; line-height:30px; color:#999; margin:20px 0 0;}
.serzb-list{width:100%; margin-top:20px;}
.serzb-list li{width:31.333%;float:left;margin:20px 3% 0 0;background:#fff;min-height:320px;padding:60px 48px 0;text-align:center; border-top-right-radius:20px; border-bottom-left-radius:20px; box-shadow:0 5px 12px rgba(0,0,0,.1);}
.serzb-list li:nth-child(3n){margin-right:0;}
.serzb-list li h6, .serzb-list li h1{height: 52px;line-height: 50px;}
.serzb-list li h6 img, .serzb-list li h1 img{max-height: 100%;}
.serzb-list li i{width: 28px;height: 2px;background: #b0b0b0;display: block;margin: 44px auto 60px;}
.serzb-list li p{font-size: 18px;color: #333;line-height: 26px;}
.serzb-list li:hover h6 img{transform: rotateY(360deg);transition: all 1.2s ease; cursor:pointer;}

.seraz{width:100%; padding:60px 0 0; overflow:hidden;}
.seraz-list{width:100%; background:url('../image/img2.png') fixed center; background-size:cover !important; margin-top:60px;}
.seraz-list li{width:33.3333%; color:#666; float:left; padding:40px 40px 0 40px; min-height:480px; border-left:1px solid rgba(0,0,0,.05);}
.seraz-icon{width:100%; height:58px; line-height: 56px;}
.seraz-icon img{max-height: 100%;}
.seraz-list li h6{font-size: 24px;margin: 38px 0 18px; color:#f26021;}
.seraz-list li p{font-size: 15px;line-height: 26px;}

.serhd{width:100%; padding:60px 0; overflow:hidden;}
.serhd-list{width:100%;}
.serhd ul{margin-left:-1.5%;}
.serhd li{width:31.8333%; float:left; margin:60px 0 0 1.5%; background:#fbfbfb; height:230px; display:flex; align-items:center;
	padding: 0 54px; border-top-right-radius:20px; border-bottom-left-radius:20px;}
.serhd-img{width: 124px;float: left;}
.serhd-img img{max-width: 100%;}
.serhd-wd{width: calc(100% - 124px);float: right;}
.serhd-wd h6, .serhd-wd h1{font-size: 24px;color: #333;margin-bottom: 12px;}
.serhd-wd p{font-size: 15px;color: #888;line-height: 24px;}

.serwx{width:100%; float:left; background:url('../image/supp_rbg.jpg') center no-repeat; background-size:cover !important; padding:60px 40px;overflow:hidden;}
.serwx-list{width:100%;}
.serwx-list ul{margin-left:-1.5%;}
.serwx-list li{width:31.8333%; float:left; margin:60px 0 0 1.5%; height:240px; position:relative; border-top:8px solid #f26021; padding:40px 20px 0; background:#fff url('../image/img2.png') no-repeat; overflow:hidden; background-position:bottom -30px right 20px; border-top-right-radius:20px; border-bottom-left-radius:20px;}
.serwx-list li p{font-size: 16px;color: #888;line-height: 28px;}
.serwx-list li h6, .serwx-list li h2{font-size: 24px;color: #333;margin: 12px 0;}
.sersq{width:100%; padding-bottom:100px;}

/* 内页产品视频部分 */
.video_plist{width:100%; float:left; margin-top:20px;}
.video_plist li{width:32%; float:left; background:#fff; margin:20px 2% 0 0; box-shadow: 0px 0px 1rem #eee;}
.video_plist li:nth-child(3n){margin-right:0;}
.video_plist li a{display:block;}
.video_plist li a .content1{position:relative;}
.video_plist li a .content1 .img{overflow:hidden;}
.video_plist li a .content1 .img img{width:100%; transition:.4s;}
.video_plist li a:hover .content1 .img img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.video_plist li a .content1 p{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.video_plist li a .content2{font-size:24px; color:#000; line-height:30px; padding:0 20px; margin-top:30px;}
.video_plist li a:hover .content2{color:#f26021;}
.video_plist li a .content3{padding:0 20px 30px; font-size:16px; color:#999; margin-top:20px;}
.video_plist li a .content3 p{margin-right:30px;}
.video_plist li a .content3 p:last-of-type{margin-right:0;}
.video_plist li a .content3 img{margin-right:10px; vertical-align:middle; height:20px;}

/* 内页联系我们部分 */
.message{width:100%; float:left; margin-top:60px;}
.message h2{text-align:center; color:#333; font-size:25px; font-weight:bold;}
.message ol{width:100%;float:left; margin-top:40px;}
.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; cursor:pointer; border:none;}
.message ol li .btn{background:#f26021;}
.message ol li .btn2{background:#333; 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;}


.cont_text{width:100%; float:left; border-bottom:1px solid #e9e9e9; padding-bottom:40px; margin-top:40px;}
.cont_l{width:60%; float:left;}
.cont_l h3{font-size:24px; font-weight:bold; color:#f26021;}
.cont_l p{margin-top:20px; line-height:30px; font-size:16px;}
.cont_r{width:20%;float:right; text-align:right;}
.cont_r img{width:200px; height:200px;}
.map{width:100%; float:left; margin-top:40px;}

