﻿/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/
/* @font-face {
font-family:'my_impact';
src:url('../fonts/impact.eot');
src:url('../fonts/impact.eot?#iefix') format('embedded-opentype'),
url('../fonts/impact.woff') format('woff'),
url('../fonts/impact.ttf') format('truetype'),
url('../fonts/impact.svg#impact') format('svg');
} */
@import url(./animate.css);
/*时间延迟*/
.delay1,.delay5 { -webkit-animation-delay: 0s; animation-delay: 0s;}
.delay2,.delay6 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s;}
.delay3,.delay7 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
.delay4,.delay8 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s;}

.newdelay1{-webkit-animation-delay: 0s; animation-delay: 0s; }
.newdelay2{-webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.newdelay3{-webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
.newdelay4{-webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.newdelay5{-webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.newdelay6{-webkit-animation-delay: 1s; animation-delay: 1s; }
.newdelay7{-webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
/* ---滚动条默认显示样式--  
::-webkit-scrollbar-thumb { background-color:#ff6600; height:50px; outline-offset:-2px; outline:0px solid #fff; -webkit-border-radius:4px; border:0px solid #fff;}  
---鼠标点击滚动条显示样式--  
::-webkit-scrollbar-thumb:hover{ background-color:#ff6600; height:50px; -webkit-border-radius:4px;}  
---滚动条大小--  
::-webkit-scrollbar{ width:0px; height:0px;}  
---滚动框背景样式--  
::-webkit-scrollbar-track-piece{ background-color:#ccc; -webkit-border-radius:0;}
::-webkit-scrollbar-thumb:active{ height:50px; background-color:#ff6600; -webkit-border-radius:4px;} */

/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico { display:inline-block; width:20px; height:20px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/icos.png);
  *text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');}
.ico:before {content:'\3000';}
.ico1_2 { background-position:-20px 0;}
.ico1_3 { background-position:-40px 0;}
.ico1_4 { background-position:-60px 0;}
.ico1_5 { background-position:-80px 0;}
.ico2_1 { background-position:0 -20px;}
.ico2_2 { background-position:-20px -20px;}
.ico2_3 { background-position:-40px -20px;}
.ico2_4 { background-position:-60px -20px;}
.ico2_5 { background-position:-80px -20px;}
.ico3_1 { background-position:0 -40px;}
.ico3_2 { background-position:-20px -40px;}
.ico3_3 { background-position:-40px -40px;}
.ico3_4 { background-position:-60px -40px;}
.ico3_5 { background-position:-80px -40px;}
.ico4_1 { background-position:0 -60px;}
.ico4_2 { background-position:-20px -60px;}
.ico4_3 { background-position:-40px -60px;}
.ico4_4 { background-position:-60px -60px;}
.ico4_5 { background-position:-80px -60px;}
/* 常量设置 */
html { overflow-x:auto;}
html,body,.wrap { min-width:0;}
.wrap { width:auto; margin-right:auto; margin-left:auto;}
body{font-size:13px; line-height:1.6; color:#555; background:#fff;/*  padding-top:75px; */ /* overflow:hidden;  min-width: 1000px;*/ overflow-x:hidden; }
a{color:inherit;}
a:hover { color:#ff6600;}
::-moz-selection {color:#fff; background:#ff6600; }
::selection {color:#fff; background:#ff6600; }
::-webkit-input-placeholder { color:#aaa; } 
.placeholder { color:#aaa;}
/*css组件设置*/
.form-control,.input-group-addon, .btn {border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}

.imgZoom img,.imgY180 img { -moz-transition:all .4s ease 0s; -ms-transition:all .4s ease 0s; -o-transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; transition:all .4s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.08,1.08); -ms-transform:scale(1.08,1.08); -o-transform:scale(1.08,1.08); -webkit-transform:scale(1.08,1.08); transform:scale(1.08,1.08);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }
.rotation { -webkit-animation:rotation .8s infinite linear; animation:rotation .8s infinite linear;}
@-webkit-keyframes rotation {
  0% { -webkit-transform:rotateZ(0deg)}
  100% { -webkit-transform:rotateZ(360deg)}
}
@keyframes rotation {
  0% { transform:rotateZ(0deg)}
  100% { transform:rotateZ(360deg)}
}

.sr .anim { visibility:hidden;}
.ie10_below .anim { visibility:visible;}

a.atel { cursor:default;}
/* 滚动条样式 */
.slide_nav::-webkit-scrollbar { width: 8px; height: 8px; }
.slide_nav::-webkit-scrollbar-track { background-color: #808080; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
.slide_nav::-webkit-scrollbar-thumb { background-color: #ff4400; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }

.bigImgNavs::-webkit-scrollbar { width: 8px; height: 8px; cursor: pointer; }
.bigImgNavs::-webkit-scrollbar-track { background-color: #808080; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em;cursor: pointer; }
.bigImgNavs::-webkit-scrollbar-thumb { background-color: #ff4400; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }


/* 网站样式 */
a{rel:noopener noreferrer;}
/*head*/
.pageHeader { background-color:#fff; position:relative; z-index:51; width:100%;  position: relative;/* position:fixed; */ left:0; top:0; -webkit-transition:all 0.2s ease; transition:all 0.2s ease;/*  box-shadow:0 0 5px #aaa; */}
.pageHeader .wrap { position:relative; padding:0 210px 0 195px; min-height:75px;}
.pageHeader .logo { padding:15px 0; height:45px; position:absolute; left:45px; top:0;}

.nav { float:right; width:65%;}
.nav > ul { *zoom:1; *clear:both;}
.nav > ul:before,.nav > ul:after { display:table; clear:both; content:'';}

.nav > ul > li { width:13%; float:left; margin-left:1%; position:relative;}
.nav > ul > li > a { display:block; white-space: nowrap; font-size:16px; text-align:center; line-height:75px; height:75px; position:relative; font-weight:bold; color:#313131;}
.nav > ul > li > a:after { content:''; display:block; width:0; height:2px; background-color:#f08200; overflow:hidden; position:absolute; left:50%; bottom:0; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; display:none;}
.nav > ul > li.cur > a:after,.nav > ul > li:hover > a:after { width:100%; left:0;}
.nav > ul > li.cur > a,.nav > ul > li:hover > a { color:#ff6600;}

.nav > ul ul { width:225px; border:#ccc 1px solid; border-top:#ff6600 2px solid; background-color:#fff; position:absolute; left:0; top:75px; opacity:0; visibility:hidden; left:50%; margin-left:-112px;/*  box-shadow:0 0 5px #333; */
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav > ul ul a { display:block; line-height:24px; padding:8px 35px; font-size:13px; position:relative;}
.nav > ul ul a:after { content:''; display:block; width:10px; height:5px; overflow:hidden; background:url(../img/nav_arr_new.png) -10px 0 no-repeat; position:absolute; right:20px; top:18px; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.nav > ul ul a:hover { background-color:#f9f9f9;}
.nav > ul ul a:hover:after { background-position:0 0;}
.nav > ul > li:hover ul { opacity:1; visibility:visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.digital_head .nav{ width: 75%;}
.news_dgt_vr .subnavs .inner_wrap .fix a {padding:0 0;}

.channelHeader .wrap{ padding-right: 80px;}
.channelHeader .wrap .nav > ul > li{ width: 16%; margin: 0;}
.digital_head  .header_box  .wrap .nav > ul > li{ width: 12%; margin: 0;}


/* page-1 start*/
.page{font-size: 12px; color: #777777; text-align: center;}
.page a,.page span {  color: #000;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;background: #f8f8f8;}
/* .page .goprev{margin-right: 10px;} */
.page .count {margin-left: 10px;}
.page a:hover,.page span{color:#fff; background: #f60;}
.page span.goprev,.page span.gonext {color: #777777; background: none}
.page span.count { border: 0;background: 0;color: #777777;}
.page a .ion{color: #f60; font-size: .8em;}
.page a:hover .ion{color: #fff;}

/*top product*/
.product_nav { width:80px; height:75px; position:absolute; right:0; top:0;}
.product_nav > .hd { height:75px; line-height:75px; text-align:center; background-color:#ff6600; color:#fff; font-size:16px; cursor:pointer;}
.product_nav > .hd a{ color: #fff;}
.ydhl .nav{width: 50%;}

.top_pro_box,.ps_list dl,.ps_list dl:before {-webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.top_pro_box { width:450px; height:100%; padding:25px 0; position:fixed; right:-500px; top:75px; background-color:#39424b; z-index:50;}
.top_pro_box.show { right:0;}
.proScroll { width:100%; height:100%; position:absolute; overflow:hidden;}
.ps_list a { display:block;}
.ps_list dl { padding:20px 40px 20px 70px; position:relative; line-height:1.2; left:110%; opacity:0; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.ps_list dl:before { content:''; display:block; width:1px; height:40px; overflow:hidden; background-color:#595f66; position:absolute; left:40px; top:20px;}
.ps_list dt { color:#ffffff; font-size:18px; margin-bottom:5px;}
.ps_list dd { color:#a3a3a3; font-size:14px;}
.ps_list dl:hover { background-color:#525659;}
.ps_list dl:hover:before { width:3px; background-color:#ff6600;}

.top_pro_box .proScroll .scroll_slider { height:200px; background-color:#ff6600;}
.top_pro_box .proScroll .scroll_bar { background:url(../img/scroll-bar-line.png) center top repeat-y; right:15px!important;}
.html_hidden,.html_hidden body { overflow:hidden;}

div.mask { width:100%; height:100%; position:fixed; left:0; top:0; z-index:49; background:url(../img/blank.gif);}

/*语言版本*/
.select_lang {display:none; width:35px;height:24px; padding-left:26px;border:1px solid #d2d4d7;border-radius:20px;position:absolute; right:110px; top:50%; background:url(../img/ico_lang.png) no-repeat 6px 5px #fff;overflow:hidden;margin-top:-12px;z-index:4; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.select_lang:hover {width:137px;}
.select_lang a { white-space: nowrap;display:block;float:left;font-size:13px;color:#666;line-height:24px;position:relative;letter-spacing:1px;font-weight:normal;}
.select_lang a:hover {color:#f27824;}
.select_lang a.active {color:#f27824;}
.select_lang a.english {margin-right:10px;}
.select_lang a.english:before,.select_lang a.espanol:before {content:'';width:1px;height:10px;background:#d2d4d7;position:absolute;left:-5px;top:7px;}
.select_lang a.chinese {margin-right:10px;}
/*head end*/

/*foot*/
.pageFooter { background-color:#39424b; padding:0px 0 15px; color:#fff; font-size:14px; width:100%;/*  position:fixed; left:0; bottom:0; */}
.pageFooter a { color:#a2a5a8; display:inline-block;}
.pageFooter a:hover { color:#fff;}
.pageFooter .lt { display:inline-block; margin:0 10px;}
.pageFooter .foot2 .lt{ width:auto; margin: 0; padding: 5px 6% 5px 0;}
/*foot_nums*/
.foot_nums { height:230px; position:relative; margin-bottom:0!important; background-color:#ff6600;}
#canvas_box,#anitOut,#anitOut canvas { width:100%; height:100%; position:absolute; left:0; top:0;}
.canvas_box { background:url(../img/canvas_ie.jpg) 50% 0 no-repeat; background-size:100% 100%;}
.foot_nums .inner_wrap { position:relative; z-index:2; color:#fff;}
.animate_nums li { width:25%; float:left; text-align:center; font-size:15px; padding-top:55px;}
.animate_nums .num { line-height:1.1;}
.animate_nums .num span { font-size:75px; font-family:Impact; font-weight:normal;}

.foot1 { padding:50px 0 35px;}
.foot1 .box { padding-left:220px; position:relative; min-height:255px;}
.foot1 dl { width:15%; padding-left:5%; float:left;}
.foot1 dt { font-size:18px; font-weight:bold; margin-bottom:10px;}
.foot1 dt a { color:#fff;}
.foot1 dd { margin-bottom:14px;}
.foot1 .qr_code { position:absolute; left:0; top:0; width:auto; float:none; text-align:center; padding-left:0;}
.foot1 .qr_code dt { margin-bottom:15px;}
.foot2,.foot3 { font-size:12px; color:#a2a5a8; text-align:left;}
.foot2 { margin-bottom:15px;}
.foot2 .inner_wrap { border-top:#4d555d 1px solid; border-bottom:#4d555d 1px solid; text-align:center; padding:10px 0; line-height:20px; text-align:left;}
.foot3 { padding:15px 0;}
.foot3 .inner_wrap {/*  padding:0 92px; */}
.foot3 .links { margin-left:10px; display:inline-block;}
.rencai_footer .foot2,.rencai_footer .foot3{ color: #fff; opacity: .8;}
.rencai_footer a{ color: #fff; opacity: .8;}
.rencai_footer .foot2 .inner_wrap{ border-color:rgba(255,255,255,.5);}
/*foot end*/

/*ibanner*/
/*.ibanner,.ibanner li { height:600px; position:relative; overflow:hidden;}
.ibanner video,.ibanner .cover { position:absolute; left:0; top:0;}
.ibanner video { min-height:100%; min-width:100%;}
.ibanner .cover { width:100%; height:100%; background:url(../img/video_cover.png); color:#fff; text-align:center;}
.guide { width:81px; height:81px; background:url(../img/mouse_guide.png) no-repeat; position:absolute; left:50%; margin-left:-40px; bottom:5%; z-index:10;}
.guide:hover { -webkit-animation:pudding 1s linear; -moz-animation:pudding 1s linear; -o-animation:pudding 1s linear; -ms-animation:pudding 1s linear; animation:pudding 1s linear;}
.ibanner .cover .text1 { font-size:65px; margin-top:18%; line-height:1;}
.ibanner .cover .text2 { font-size:14px; max-width:650px; margin-left:auto; margin-right:auto; margin-top:3%;}

.ibanner li { display:block;}
.ibanner .cover .text1,.ibanner .cover .text2 { -webkit-transition:all 0.8s ease; transition:all 0.8s ease; opacity:0; display:none/9;}
.ibanner .active .cover .text1,.ibanner .active .cover .text2,.ibanner.unable .cover .text1,.ibanner.unable .cover .text2 { opacity:1; display:block/9;}
.ibanner .active .cover .text1,.ibanner.unable .cover .text1 {margin-top:15%;font-weight:bold;}
.ibanner .active .cover .text2,.ibanner.unable .cover .text2 { margin-top:2%;}*/
/*ibanner end*/

.ibanner,.pageMain { background-color:#fff; position:relative; z-index:10;}
.pageMain {/*  margin-bottom:460px; */}
.pageMain .ipart04{display: none;}
/*ipart01*/
.ipart { margin-bottom:40px;}
.iservice { background-color:#ff6600; padding:45px 50px; position:relative; min-height:270px; color:#fff; overflow:hidden;}
.iservice:before { content:""; position:absolute; display:block; width: 190%; height:100%; top:0; left:-10%; background:url(../img/white.2.png);
    -moz-transform:translateX(-120%) skewX(48deg);
    -webkit-transform:translateX(-120%) skewX(48deg);
    -o-transform:translateX(-120% )skewX(48deg);
    -ms-transform:translateX(-120%) skewX(48deg);
    transform: translateX(-120%) skewX(48deg);
    -moz-transition:left .4s ease-in-out;
    -webkit-transition:left .4s ease-in-out;
    -o-transition:left .4s ease-in-out;
    -ms-transition:left .4s ease-in-out;
    transition:left .4s ease-in-out;
}
.iservice:hover:before {left: 180%;}
.color2 .iservice:before { background-image:url(../img/gray.1.png);}
/* .ipart01 .is_animated:hover { box-shadow:0 0 10px #333; position:relative; z-index:2;} */
.iservice > .title,.iservice > div,.iservice .more { position:relative; z-index:2;}
.color2 .iservice { background-color:#ffffff; color:#585858;}
.color2 .iservice_fw { background-color:#00a1c2; color:#fff;}
.color3 .iservice { background-color:#42668f;}
.color4 .iservice { background-color:#585858;}
.color5 .iservice { background-color:#f2ad0a;}
.color6 .iservice { background-color:#4d2e83;}
.color7 .iservice { background-color:#ffb400;}
.color8 .iservice { background-color:#f2c200;}
.color9 .iservice { background-color:#2cbcb1;}
.color10 .iservice { background-color:#65bc46;}
.color11 .iservice { background-color:#333333;}
.color12 .iservice { background-color:#e9e9ea; color:#191919;}
.color13 .iservice { background-color:#4bb4e6;}

.iservice .ba { display:block; width:100%; height:100%; position:absolute; left:0; top:0; z-index:5; background:url(about:blank);}
.iservice .title { font-size:28px; height:48px; font-weight:normal;}
.iservice .text { font-size:14px; line-height:1.5em; max-height:5em; overflow:hidden; margin-bottom:8%;} 
.iservice > .links { z-index:7; }
.iservice .links .ul { width:50%; float:left;}
.iservice .links .li { line-height:20px; margin-bottom:3px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.iservice .links .li a { color:#ffffff;}
.iservice .links .li a:hover { color:#fff;}
.iservice .links .ion { display:inline-block; width:15px; vertical-align:0; height:20px; line-height:20px; font-size:12px; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/list_arr.png) -15px 0 no-repeat;
  *text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000'); -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.iservice_fw .links .ion {background:url(../img/list_arr1.png) -15px 0 no-repeat;
  *text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000'); -webkit-transition:all 0.3s ease;}
.iservice .links .ion:before {content:'\3000';}
.iservice .links .li a:hover .ion { background-position:0 0;}
.color2 .iservice .links .li a { color:#838383;}
.color2 .iservice .links .li a:hover { color:#ff6600;}
.color2 .iservice_fw .links .li a { color:#fff;}
.color2 .iservice_fw .links .li a:hover { color:#fff;}
.color2 .iservice .links .li .ion { background-position:-15px -20px;}
.color2 .iservice .links .li a:hover .ion { background-position:0 -20px;}

.iservice .more { display:block; position:absolute; right:30px; bottom:30px; width:46px; height:46px; line-height:46px; text-align:center; border:#fff 1px solid;}
.iservice .more .ion { display:block; width:46px; height:46px; font:0/0 a; letter-spacing:-9px; margin:0; color:#fff; background:url(../img/ipart01_arr.png) -46px 0 no-repeat; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.iservice:hover .more { background-color:#fff; }
.iservice:hover .more .ion { background-position:0 0; }

.color2 .iservice .more { border-color:#ff6600; }
.color2 .iservice .more .ion {/*  color:#3d3d3d; */ background-position:0 0;}
.color2 .iservice.box:hover .more { background-color:#ff6600; border-color:#ff6600;}
.color2 .iservice.box:hover .more .ion { background-position:0 -46px;}

.color12 .iservice .more { border-color:#3d3d3d;}
.color12 .iservice .more .ion {/*  color:#3d3d3d; */ background-position:-46px -184px;}
.color12 .iservice.box:hover .more { background-color:#ff6600; border-color:#ff6600;}
.color12 .iservice.box:hover .more .ion { background-position:0 -184px;}

.rolling > .rolling-box {
  -webkit-perspective:1300px;
  -o-perspective:1300px;
  -ms-perspective:1300px;
  perspective:1300px;
  -webkit-transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  -ms-transform-style:preserve-3d;
  transform-style:preserve-3d;
}
.rolling .is_animated {
  -webkit-transition-duration:1.2s;
  -webkit-transition-property:-webkit-transform,opacity;
  -webkit-transition-delay:.15s;
  -webkit-transition-timing-function:'ease-in-out';
  -moz-transition-duration:1.2s;
  -moz-transition-property:all;
  -moz-transition-delay:.15s;
  -moz-transition-timing-function:'ease-in-out';
  -o-transition-duration:1.2s;
  -o-transition-property:transform,opacity;
  -o-transition-delay:.15s;
  -o-transition-timing-function:'ease-in-out';
  -ms-transition-duration:1.2s;
  -ms-transition-property:transform,opacity;
  -ms-transition-delay:.15s;
  -ms-transition-timing-function:'ease-in-out';
  transition-duration:1.2s;
  transition-property:transform,opacity;
  transition-delay:.15s;
  transition-timing-function:'ease-in-out';
  -webkit-transform:rotatex(-80deg) translateZ(0);
  -ms-transform:rotatex(-80deg) translateZ(0);
  transform:rotatex(-80deg) translateZ(0);
  -webkit-transform-origin:0 0 0;
  -ms-transform-origin:0 0 0;
  transform-origin:0 0 0;
  opacity:0
}
.rolling .is_animated.revealed {
  -webkit-transform:rotatex(0) translateZ(0);
  -ms-transform:rotatex(0) translateZ(0);
  transform:rotatex(0) translateZ(0);
  opacity:1
}
.servicePage .channel_bd video{ height: 100%; }
.servicePage .channel_bd .color9 video{ height: auto; width: 100%;}

.ipart01 .color1,.ipart01 .color4 { transition-delay:0s; -webkit-transition-delay:0s;}
.ipart01 .color2,.ipart01 .color5 { transition-delay:.15s; -webkit-transition-delay:.15s;}
.ipart01 .color3,.ipart01 .color6 { transition-delay:.3s; -webkit-transition-delay:.3s;}

.delay150 { -webkit-transition-delay:.15s!important; transition-delay:.15s!important;}
.delay300 { -webkit-transition-delay:.3s!important; transition-delay:.3s!important;}
.delay450 { -webkit-transition-delay:.45s!important; transition-delay:.45s!important;}
.delay600 { -webkit-transition-delay:.6s!important; transition-delay:.6s!important;}
.delay750 { -webkit-transition-delay:.75s!important; transition-delay:.75s!important;}
.delay900 { -webkit-transition-delay:.9s!important; transition-delay:.9s!important;}

/*ipart02*/
.i_hd { text-align:center; margin-bottom:15px;}
.i_hd .title { font-size:40px; font-weight:normal; color:#000;}
.i_hd .text { font-size:24px; color:#777777; margin-bottom: 40px;}

.icase_hd { text-align:center; font-size:0; margin-bottom:30px;display: none;}
.icase_hd .tab_t { display:inline-block; *display:inline; *zoom:1; font-size:15px; margin:0 18px;}
.icase_hd .tab_t a { display:inline-block; white-space:nowrap; padding:0 10px; height:44px; line-height:44px; position:relative;}
.icase_hd .tab_t a:after { content:''; display:block; width:0; height:1px; background-color:#f08200; overflow:hidden; position:absolute; left:50%; bottom:0; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}

.icase_hd .tab_t_cur a:after,.icase_hd .tab_t.cur a:after,.icase_hd .tab_t:hover a:after { width:100%; left:0;}
.icase_hd .tab_t_cur a,.icase_hd .tab_t.cur a,.icase_hd .tab_t:hover a { color:#ff6600;}

.icase_bd { margin-bottom:40px; }
.pBox { position:relative; overflow:hidden; margin-bottom:0px; /*cursor: pointer;*/}
.pBox ._n { display:block; width:100%; height:40px; line-height:40px; font-size:24px; font-weight:normal; text-align:left; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.pBox ._img img { width:100%; height:auto;}
.pBox ._mask { width:100%; height:100%; position:absolute; text-align:left; background:url(../img/orange.8.png);}
.pBox ._mask a { display:block; color:#ffffff; padding:20px 10%; opacity:0; display:none/9; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; margin-top:30px; transition-delay:.2s; -webkit-transition-delay:.2s;}
/* .pBox ._mask ._tag,.pBox ._mask ._n,.pBox ._mask ._text { opacity:0; display:none/9; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; margin-top:20px; transition-delay:.2s; -webkit-transition-delay:.2s;} */
/* .pBox ._mask ._tag { transition-delay:.2s; -webkit-transition-delay:.2s;}
.pBox ._mask ._n { transition-delay:.4s; -webkit-transition-delay:.4s;}
.pBox ._mask ._text { transition-delay:.6s; -webkit-transition-delay:.6s;} */
.pBox ._mask ._tag {display:inline-block;font-size:16px;border-bottom:#fff 1px solid;line-height:40px;}
.pBox ._mask ._n { display:block; margin-bottom:5px; margin-top:7%; color:#ffffff;}
.pBox ._mask ._text {font-size:13px;line-height:1.8em;max-height:5.4em;overflow:hidden;}
.pBox ._mask ._more { display:inline-block; width:auto; height:42px; line-height:42px; background:#d95204; color:#ffffff; padding:0 50px; font-size:14px; }
.pBox:hover ._img ._n { bottom:-40px; }
.pBox ._mask { left:0; top:0; opacity:0; display:none/9; -webkit-transition:all 0.5s ease; transition:all 0.5s ease;visibility: hidden;}
.pBox:hover ._mask { opacity:1; display:block/9; visibility: visible;}
.pBox:hover ._mask a { opacity:1; display:block/9; margin-top:0;}
/* .pBox:hover ._mask ._tag,.pBox:hover ._mask ._n,.pBox:hover ._mask ._text { opacity:1; display:block/9;}
.pBox:hover ._mask ._n { margin-top:5%;}
.pBox:hover ._mask ._tag,.pBox:hover ._mask ._text { margin-top:0;} */

.com_more,.com_more span { height:38px; line-height:38px;}
.com_more { display:inline-block; white-space:nowrap; width:auto; position:relative; border:#ff6600 1px solid; background-color:#fff;}
.com_more span { display:block; position:relative; z-index:2; padding:0 100px 0 60px; color:#ff6600;}
.com_more b { display:block; width:25px; height:13px; background:url(../img/more_ico.png) -25px 0 no-repeat; position:absolute; right:28px; top:50%; margin-top:-6px;}
.com_more:before { content:''; display:block; width:0; height:100%; position:absolute; left:50%; top:0; background-color:#ff6600; filter:alpha(opacity=0); opacity:0;}
.com_more:before,.com_more b { -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}

.com_more:hover { border-color:#ff6600!important;}
.com_more:hover:before { width:100%; left:0; filter:alpha(opacity=100); opacity:1;}
.com_more:hover span { color:#fff!important;}
.com_more:hover span b { background-position:0 0!important;}

.com_more.black { background-color:#39424b; border-color:#39424b;}
.com_more.black span { color:#fff;}
.com_more.black b { background-position:0 0;}

.com_more.transparent { background-color:transparent; border-color:#fff;}
.com_more.transparent span { color:#fff;}
.com_more.transparent b { background-position:0 0;}


/*ipart03*/
.inner_wrap { margin-left:5%; margin-right:5%; /* min-width: 1000px; */}
.ipart03 { background-color:#f5f7f8; padding:30px 0 40px;}
.inews .box { background-color:#fff; margin-right:1px; padding:35px 10% 70px;}
.inews .time { display:inline-block; border-bottom:#fac9a7 2px solid; height:30px; line-height:30px; color:#878787;margin-bottom: 15px; } 
.inews .title {font-size:16px;font-weight:normal;line-height:1.5em;height:5em;overflow:hidden;/* margin:20px 0; */}
/* .ipart03 .inews .title { margin:9px 0;} */
.inews .text {color:#878787;line-height:1.8em;height:3.6em;overflow:hidden; width: 100%;}

.ipart03 .i_hd { margin-bottom:30px; position: relative; z-index: 5;}
.ipart03 .i_bd{ position: relative; z-index: 5;} 
.ipart03 .inews { margin-bottom:40px;}

/*ipart04*/
.ipart04 .i_bd { position:relative;}
.ipart04 .i_bd .img { font:0/0 a;letter-spacing:-9px;}
.ipart04 .i_bd .img img { width:100%; height:auto;}
.ipart04 .i_bd .intro { width:100%; height:100%; position:absolute; left:0; top:0; text-align:center; color:#fff;}
.ipart04 .i_bd .title { font-size:50px; font-weight:normal; color:#fff; margin-top:7%;}
.ipart04 .i_bd .text { font-size:16px; padding:0 31%; margin-bottom:20px;}

/*channel content*/
.channel_banner { 
  display:block; text-align:center; overflow:hidden; 
  position: relative;
  height:282px; padding-bottom:0; 
}
/*de 20200409*/
.channel_banner.de_video{ 
  height:auto;
  padding-bottom:0;
}


@media only screen and (max-width:1366px) {
  .case_new ._con{padding-top:3%;}
  .case_new ._con ._txt{margin:0 10% 5px;}
  .index04_3d .content .item .tit .name{line-height: 0.3rem!important}
  .jobBox h3 img{margin-left: 10px;width: 13%;}
}
/*for ie9+*/
@media only screen and (max-width:1355px) {
  .channel_banner {
    height: 0; padding-bottom: 21%; 
  }
  .jobBox h3 img{margin-left: 10px;width: 13%;}
}
.channel_banner img { display:inline-block; margin:0 -100%; margin:0 -50%\9; max-width:none; width:auto; -moz-transition:all 8s ease 0s; -ms-transition:all 8s ease 0s; -o-transition:all 8s ease 0s; -webkit-transition:all 8s ease 0s; transition:all 8s ease 0s;}
.zoomActive img { -moz-transform:scale(1.08,1.08); -ms-transform:scale(1.08,1.08); -o-transform:scale(1.08,1.08); -webkit-transform:scale(1.08,1.08); transform:scale(1.08,1.08);}

.channel_hd { background-color:#fff; text-align:center; margin-bottom:60px; font-size:0; padding:30px 0;}
.channel_hd.channel_menu { padding:0; border-bottom:#e3e3e3 1px solid;}
.channel_hd li { display:inline-block; *display:inline; *zoom:1; position:relative;}
.channel_hd li:after { content:''; display:block; width:1px; height:16px; background-color:#e3e3e3; position:absolute; left:0; top:50%; margin-top:-8px;}
.channel_hd li:first-child:after { display:none;}
.channel_hd a { display:inline-block; line-height:25px; padding:20px 35px; font-size:15px; position:relative; color:#666;}
.channel_hd a:after { content:''; display:block; width:0; height:1px; background-color:#f27823; overflow:hidden; position:absolute; left:50%; bottom:-1px; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.channel_hd a:hover:after,.channel_hd .cur a:after { width:60%; left:20%;}
.channel_hd a:hover,.channel_hd .cur a { color:#f27823;}

.channel_hd {}
.channel_hd .title { font-size:46px; font-weight:normal; color:#333;}
.channel_hd .en { font-family:Arial;}
.channel_hd .text { font-size:22px; color:#7c7c7c;}

.channel_bd { margin-bottom:50px;}


/*.job_banner{margin:auto; overflow:hidden; height: 450px;}
.job_banner img{position: absolute; width: 1920px; left: 50%; margin-left: -960px;} 
.job_banner .slide_nav{display:block; left: 0;bottom:0;width: 100%;text-align: center;}
.job_banner .slide_nav a{display:none;}
.job_banner .arrs{ display: none; z-index: 99; background: url(../img/banner_arr.png) no-repeat 0 0; width: 46px; height: 91px; position: absolute; top: 50%; margin-top: -45px;}
.job_banner .arr_prev{ left: 2%;}
.job_banner:hover .arrs   {display: block; }
.job_banner .arr_prev:hover {background-position: 0 -91px; }
.job_banner .arr_next {right: 2%; background-position: -46px 0; }
.job_banner .arr_next:hover{background-position: -46px -91px; }*/

/*news list*/
.channelPage {}
.newsPage { background-color:#f5f7f8; padding-bottom:40px;}
.newsPage .channel_bd { margin-bottom:0;}

.channel_bd .inews .box { margin-bottom:36px;}
.inews .img { width:33%; float:left; margin-right:3%;/*  margin-top:12px; */}
.inews .img img { width:100%; height:auto;}

.getMore .cube span i { width:20px; height:20px; background:url(../img/get_more_ico.png) no-repeat; margin-top:-10px; right:20px;}
.getMore .cube span i.rotation { background-position:0 -19px!important;}
.getMore .cube span { padding:0 60px; min-width:80px; text-align:center;}

/*#news_list li { visibility:hidden;}*/

/*case list*/
.casePage .channel_bd {/*  margin-bottom:0; */}
.casePage .anim{ visibility: visible;}
#case_list .title,#case_list .tag { height:1.5em; line-height:1.5em; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#case_list .title { font-size:17px; font-weight:normal; padding-top:10px;}
#case_list .tag { margin-bottom:30px; font-size:12px; color:#919191;}


/*service*/
.servicePage .channel_hd { margin-bottom:0;}
.b_img img { width:100%; height:100%; position:relative; /*  -ms-transform:scale(1.01,1.01); -o-transform:scale(1.01,1.01); -webkit-transform:scale(1.01,1.01); transform:scale(1.01,1.01); */}
.servicePage .iservice,.servicePage .b_img { overflow:hidden;}
.servicePage .iservice { height:245px; min-height:0;}
.servicePage .b_img { height:335px; position:relative;}
.servicePage .b_img img { width:100%; height:auto;}

.serli .anim.show {-webkit-transform:none!important; transform:none!important;}
.serli .b_info { position:relative; z-index:2;}
.serli .b_info:after,.serli .b_info:before { content:''; display:block; width:0; height:0; overflow:hidden; border-style:dashed; border-color:transparent; border-width:16px; position:absolute;}
.serli .b_info:before { filter:alpha(opacity=0); opacity:0; z-index:10; -webkit-transition:all 0.2s ease .1s; transition:all 0.2s ease .1s;}
.serli .b_info:hover:before { filter:alpha(opacity=20); opacity:.2;}

/*hover*/
.serli:hover .iservice:before {left: 180%;}
.serli:hover .iservice .more { background-color:#fff;}
.serli:hover .iservice .more .ion { background-position:0 0;}
.serli:hover .b_info:before { filter:alpha(opacity=20); opacity:.2;}

.serli.color1 .b_info:after,.serli.color1 .b_info:before { border-top-style:solid; left:50%; margin-left:-16px; bottom:-32px;}
.serli.color1 .b_info:after { border-top-color:#ff6600;}
.serli.color1 .b_info:before { border-top-color:#ffffff;}

.serli.color3 .b_info:after,.serli.color3 .b_info:before { border-bottom-style:solid; left:50%; margin-left:-16px; top:-32px;}
.serli.color3 .b_info:after { border-bottom-color:#42668f;}
.serli.color3 .b_info:before { border-bottom-color:#ffffff;}

.serli.color6 .b_info:after,.serli.color6 .b_info:before { border-bottom-style:solid; left:50%; margin-left:-16px; top:-32px;}
.serli.color6 .b_info:after { border-bottom-color:#4d2e83;}
.serli.color6 .b_info:before { border-bottom-color:#ffffff;}

.serli.color7 .b_info:after,.serli.color7 .b_info:before { border-right-style:solid; top:50%; margin-top:-16px; left:-32px;}
.serli.color7 .b_info:after { border-right-color:#ffb400;}
.serli.color7 .b_info:before { border-right-color:#ffffff;}

.serli.color8 .b_info:after,.serli.color8 .b_info:before { border-bottom-style:solid; left:50%; margin-left:-16px; top:-32px;}
.serli.color8 .b_info:after { border-bottom-color:#f2c200;}
.serli.color8 .b_info:before { border-bottom-color:#ffffff;}

.serli.color2 .b_info:after,.serli.color2 .b_info:before { border-left-style:solid; top:50%; margin-top:-16px; right:-32px;}
.serli.color2 .b_info:after { border-left-color:#00a1c2;}
.serli.color2 .b_info:before { border-left-color:#fff;}

.serli.color9 .b_info:after,.serli.color9 .b_info:before { border-right-style:solid; top:50%; margin-top:-16px; left:-32px;}
.serli.color9 .b_info:after { border-right-color:#2cbcb1;}
.serli.color9 .b_info:before { border-right-color:#ffffff;}

.serli.color10 .b_info:after,.serli.color10 .b_info:before { border-left-style:solid; top:50%; margin-top:-16px; right:-32px;}
.serli.color10 .b_info:after { border-left-color:#65bc46;}
.serli.color10 .b_info:before { border-left-color:#ffffff;}

.color10 .iservice .title { margin-top:5%; margin-bottom:5%;}

.color11 .iservice .text { line-height:1.8em; max-height:10.8em; overflow:hidden; position:relative; padding:60px 0 50px; margin-top:-10px;}
.color11 .iservice .text:before,.color11 .iservice .text:after { content:''; display:block; width:60px; height:45px; background:url(../img/quotes.png) no-repeat; position:absolute;}
.color11 .iservice .text:before { left:0; top:0;}
.color11 .iservice .text:after { right:0; bottom:0; background-position:-60px 0;}

.color7 .b_img,.color7 .b_info,.color2 .b_img,.color2 .b_info,.color9 .b_img,.color9 .b_info,.color10 .b_img,.color10 .b_info { float:left;}
.color7 .b_img,.color9 .b_img { width:66.66666666%; *width:66.55666667%;}
.color7 .b_info,.color9 .b_info { width:33.33333333%; *width:33.22333333%;}

.color2 .b_img,.color2 .b_info,.color10 .b_img,.color10 .b_info { width:50%; *width: 49.89%;}
.color2 .b_img,.color2 .b_info { height:670px;}
.servicePage .color2 .iservice .title { margin-top:40%;}
.servicePage .color2 .iservice { height:580px;}
.servicePage .color2 .iservice:before { left:-90%; width:280%;}
.servicePage .color2:hover .iservice:before { left:240%;}

.serli.color2 .iservice .more { border-color:#3d3d3d;}
.serli.color2 .iservice_fw .more { border-color:#fff;}
.serli.color2 .iservice .more .ion {/*  color:#3d3d3d; */ background-position:-46px -46px;}
.serli.color2:hover .iservice.box .more { background-color:#ff6600; border-color:#ff6600;}
.serli.color2:hover .iservice_fw.box .more { background-color:#fff; border-color:#fff;}
.serli.color2:hover .iservice.box .more .ion { background-position:0 -46px;}

.siblings_sites { margin-bottom:50px;}
.siblings_sites .box { position:relative; padding-left:215px; *zoom:1}
.siblings_sites .hd { width:215px; position:absolute; left:0; top:0; text-align:center; line-height:1.2; font-size:20px;}
.siblings_sites .hd .big { display:block; font-size:45px;}
.siblings_sites .bd { position:relative; padding:10px 60px;}

.scroll_arr { display:block; width:40px; height:70px; position:absolute; top:50%; margin-top:-35px; background:url(../img/scroll_arr.png) no-repeat;}
.arr_left { background-position:0 0; left:10px;}
.arr_left:hover { background-position:-40px 0;}
.arr_right { background-position:-40px -70px; right:20px;}
.arr_right:hover { background-position:0 -70px;}

.logoScroll { height:60px; overflow:hidden; position:relative;}
.logoScroll li { width:20%; float:left; text-align:center;}

/* .serli .b_info,.servicePage .b_img { -webkit-transition:all 0.5s ease-in-out .3s; transition:all 0.5s ease-in-out .3s; opacity:0;}

.color1 .b_info,.color3 .b_img,.color6 .b_info { -webkit-transform:translate3d(0,-50%,0); transform:translate3d(0,-50%,0);}
.color1 .b_img,.color3 .b_info,.color6 .b_img { -webkit-transform:translate3d(0,50%,0) scale(1.01,1.01); transform:translate3d(0,50%,0);}

.color7 .b_info { -webkit-transform:translate3d(50%,0,0); transform:translate3d(50%,0,0);}
.color7 .b_img { -webkit-transform:translate3d(-50%,0,0) scale(1.01,1.01); transform:translate3d(-50%,0,0);}

.revealed .b_info,.revealed .b_img { -webkit-transform:translate3d(0,0,0) scale(1,1); transform: translate3d(0,0,0) scale(1,1); opacity:1;}
 */
/*delay*/
/* .color3 .b_info,.color3 .b_img { -webkit-transition-delay:.5s; transition-delay:.5s;}
.color6 .b_info,.color6 .b_img { -webkit-transition-delay:.7s; transition-delay:.7s;} */

/* .color1 {
  -webkit-perspective:1300px;
  perspective:1300px;
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
} 
.color1 .b_info,.color1 .b_img {
  -webkit-transition-duration:1.2s;
  -webkit-transition-property:-webkit-transform,opacity;
  -webkit-transition-delay:.15s;
  -webkit-transition-timing-function:'ease-in-out';
  transition-duration:1.2s;
  transition-property:transform,opacity;
  transition-delay:.15s;
  transition-timing-function:'ease-in-out';
  -webkit-transform:rotatex(-80deg) translateZ(0);
  transform:rotatex(-80deg) translateZ(0);
  -webkit-transform-origin:0 0 0;
  transform-origin:0 0 0;
  opacity:0
}
.color1 .b_img {
  -webkit-transform:rotatex(70deg) translateZ(-235px);
  transform:rotatex(70deg) translateZ(-235px);
}
.revealed .b_info,.revealed .b_img {
  -webkit-transform:rotatex(0) translateZ(0);
  transform:rotatex(0) translateZ(0);
  opacity:1
} */

/*job*/
.job_hd .iservice { background:url(../img/job_hd_bg01.jpg) no-repeat #607cda; min-height:170px;}
.job_hd .iservice .title { font-size:52px; height:auto; line-height:1; margin-bottom:10px;}
.job_hd .iservice .text { font-size:28px; font-weight:bold; margin-bottom:0;}

.job_hd .job02 { background:#fffc00;}
.job_hd .job03 { background:#ffde00;}
.job_hd .job02,.job_hd .job03 { padding:0 0 0 30px; min-height:260px;}
.job_hd .job02 .text,.job_hd .job03 .text { font-weight:normal; color:#000;}
.job_hd .job02 .text,.job_hd .job03 p{ color: #666 }
.job_hd .job02 a,.job_hd .job03 a { display:block; position:absolute; z-index:2; width:100%; height:100%; padding:45px 50px; box-sizing:border-box;}
.job_hd .job02:before { background-image:url(../img/gray.1.png);}

.job02 .wow { animation-delay:.2s; -webkit-animation-delay:.2s;}
.job03 .wow { animation-delay:.4s; -webkit-animation-delay:.4s;}

.jobPage .channel_hd { margin-bottom:0;}
.jobPage .channel_bd { margin-bottom:0;}

.jobli .iservice .links .ul { width:100%;}
.jobli .iservice:before { width:260%;}
.jobli .b_info,.jobli .b_img { float:left; width:50%; height:340px;}

.jobli .b_info { position:relative; z-index:2;}
.jobli .b_info:after,.jobli .b_info:before { content:''; display:block; width:0; height:0; overflow:hidden; border-style:dashed; border-color:transparent; border-width:16px; position:absolute;}
.jobli .b_info:before { filter:alpha(opacity=0); opacity:0; z-index:10; -webkit-transition:all 0.2s ease .1s; transition:all 0.2s ease .1s;}
.jobli .b_info:hover:before { filter:alpha(opacity=20); opacity:.2;}

/*hover*/
.jobli:hover .iservice:before {left:240%;}
.jobli:hover .iservice .more { background-color:#fff;}
.jobli:hover .iservice .more .ion { background-position:0 0;}
.jobli:hover .b_info:before { filter:alpha(opacity=20); opacity:.2;}

.jobli .iservice { background: none;}
.jobli.job1 .b_info { background-color:#ff6600;}
.jobli.job1 .b_info:after,.jobli.job1 .b_info:before { border-right-style:solid; top:50%; margin-top:-16px; left:-32px;}
.jobli.job1 .b_info:after { border-right-color:#ff6600;}
.jobli.job1 .b_info:before { border-right-color:#ffffff;}

.jobli.job2 .b_info { background-color:#2cbcb1;}
.jobli.job2 .b_info:after,.jobli.job2 .b_info:before { border-right-style:solid; top:50%; margin-top:-16px; left:-32px;}
.jobli.job2 .b_info:after { border-right-color:#2cbcb1;}
.jobli.job2 .b_info:before { border-right-color:#ffffff;}

.jobli.job3 .b_info { background-color:#f6be00;}
.jobli.job3 .b_info:after,.jobli.job3 .b_info:before { border-left-style:solid; top:50%; margin-top:-16px; right:-32px;}
.jobli.job3 .b_info:after { border-left-color:#f6be00;}
.jobli.job3 .b_info:before { border-left-color:#ffffff;}

.jobli.job4 .b_info { background-color:#4bb4e6;}
.jobli.job4 .b_info:after,.jobli.job4 .b_info:before { border-left-style:solid; top:50%; margin-top:-16px; right:-32px;}
.jobli.job4 .b_info:after { border-left-color:#4bb4e6;}
.jobli.job4 .b_info:before { border-left-color:#ffffff;}

.jobli.job5 .b_info { background-color:#4d2e83;}
.jobli.job5 .b_info:after,.jobli.job5 .b_info:before { border-right-style:solid; top:50%; margin-top:-16px; left:-32px;}
.jobli.job5 .b_info:after { border-right-color:#4d2e83;}
.jobli.job5 .b_info:before { border-right-color:#ffffff;}

.jobli.job6 .b_info { background-color:#39424b;}
.jobli.job6 .iservice { background-color:#39424b; background-image:url(../img/zhaopin.png); background-position:30px 40%; background-repeat:no-repeat; padding-left:45%; padding-right:10px;}
.jobli.job6 .iservice .title { margin-bottom:10px;}
.jobli.job6 .b_info:after,.jobli.job6 .b_info:before { border-right-style:solid; top:50%; margin-top:-16px; left:-32px;}
.jobli.job6 .b_info:after { border-right-color:#39424b;}
.jobli.job6 .b_info:before { border-right-color:#ffffff;}

.job1 .b_info,.job2 .b_info,.job5 .b_info,.job6 .b_info { float:right;}

/*about*/
.aboutPage .channel_hd.orange { background-color:#ff6600;}
.aboutPage .channel_hd.orange,.aboutPage .channel_hd.orange .title,.aboutPage .channel_hd.orange .text { color:#ffffff;}

.aboutPage .channel_bd,.aboutPage .channel_hd { margin-bottom:0;}

.aboutPage .color12 .iservice,.aboutPage .color2 .iservice { padding:90px 95px; min-height:270px;} 
.aboutPage .color12 .iservice .text,.aboutPage .color2 .iservice .text { min-height:16em; line-height:1.8; color:#767676; margin-top:10px; max-height:16em;}
.aboutPage .color2 .iservice .title{ color: #f60;}
.about_slide,.about_slide .img img { height:340px;}
.about_slide { position:relative; overflow:hidden;}
/* .about_slide .img { display:block; height:100%; text-align:center; overflow:hidden;}
.about_slide .img img { display:inline-block; margin:0 -100%; margin:0 -50%\9; max-width:none; width:100%; height: 100%;} */
.about_slide .slide_nav { position:absolute; right:30px; bottom:30px; font:0/0 a; letter-spacing:-9px;}
.about_slide .slide_nav a { cursor: pointer; display:inline-block; *display:inline; *zoom:1; width:15px; height:15px; background-color:#afafaf; border-radius:50%; margin-left:12px;}
.about_slide .slide_nav .on { background-color:#fff;}

.aboutPage .color1 .b_img,.aboutPage .color1 .b_info,.aboutPage .color7 .b_img,.aboutPage .color7 .b_info,.color13 .b_img,.color13 .b_info { width:50%; *width: 49.89%; height:340px; overflow:hidden; float:left;}
.aboutPage .b_img { height:340px; position:relative; overflow:hidden;}

.aboutPage .iservice:before { left:-40%; width:275%;}
.aboutPage .iservice:hover:before,.abli:hover .iservice:before { left:235%;}
.abli:hover .iservice .more { background-color:#fff;}
.abli:hover .iservice .more .ion { background-position:0 0;}

.about_companys { background:url(../img/iabout_company_bg.jpg) center top no-repeat; padding:60px 0 40px; color:#fff; display: none;}
.about_companys .ul { width:111%;}
.about_companys .li { width:40%; margin-right:10%; float:left;}
.about_companys dl { margin-bottom:20px;}
.about_companys dt { font-size:24px; font-weight:normal; position:relative; margin-bottom:7px; padding-bottom:7px;}
.about_companys dt:after { content:''; display:block; width:40px; height:2px; overflow:hidden; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.7); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aaffffff,endcolorstr=#aaffffff);}
.about_companys dd { line-height:1.5em; max-height:4.5em; min-height:4.5em; overflow:hidden; }

.about_news { height:283px; overflow:hidden; position:relative;}
.about_news .inews { border-left:#dedede 1px solid;}
.about_news .inews .box { margin-right:0; border-right:#dedede 1px solid;}

.about_news .more { display:block; position:absolute; top:50%; margin-top:-23px; width:46px; height:46px; line-height:46px; text-align:center; border:#b9b9b9 1px solid;}
.about_news .more .ion { display:block; width:46px; height:46px; font:0/0 a; letter-spacing:-9px; margin:0; color:#fff; background:url(../img/ipart01_arr.png) 0 -92px no-repeat; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.about_news .more:hover { border-color:#ff6600;}
.abn_prev { left:10px;}
.about_news .abn_prev:hover .ion { background-position:-46px -92px;}
.abn_next { right:10px;}
.about_news .abn_next .ion { background-position:-46px -138px;}
.about_news .abn_next:hover .ion { background-position:0 -138px;}

.bottom_contact { text-align:center; padding:60px 0;}
.bottom_contact .box { display:inline-block; *display:inline; *zoom:1; border:#c2c2c2 1px solid; position:relative; font-size:49px; font-family:Arial; padding:0 40px;}
.bottom_contact .tip { width:100%; height:26px; line-height:26px; font-size:13px; font-weight:normal; position:absolute; left:0; top:-13px;}
.bottom_contact .tip span { display:inline-block; background-color:#fff; padding:0 20px; font-family:"Microsoft Yahei";}
.bottom_contact .atel b { font-weight:normal; color:#8d8d8d;}

/*修改20160906*/
.iservice:before { display:none;}
.channelPage .combtn { padding-top:15px;}

.wow { visibility:hidden;}

.ipart03 { position:relative;}
.ipart03 canvas { position:absolute; left:0; top:0;}



/*三级 by gjx*/

/* 关于我们 */
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px; }
.mb50{ margin-bottom: 50px; }
.pt60{ padding-top: 60px;}
.threeLevel{ padding-top: 110px; padding-bottom: 50px;}
.bgGray{ background: #f2f2f2; }
/* .about_bsc{ padding: 75px 0;} */
.about_bsc{ width: 100%; height: 320px; background:url(../img/about_intro_img.jpg) no-repeat center; display: none;}
.about_bsc h3{ font-size: 30px; font-weight: normal; line-height: 1; margin-bottom: 20px;}
.about_bsc ._txt{ font-size: 24px; color: #bababa; font-style:italic;}
.about_bsc ._con{ width: 950px; margin: 0 auto;}
.dot_before{ background:url(../img/dot.png) no-repeat 0 0; width: 15px; height: 15px; display: inline-block; vertical-align: top; margin: 0 15px;}
.dot_after{ background:url(../img/dot.png) no-repeat -15px 0; width: 15px; height: 15px; display: inline-block; vertical-align: top;margin: 0 15px;}
.subnavs{ border-bottom: 1px solid #e3e3e3; text-align: center;}
.subnavs li{ padding:0 45px; display: inline-block; background:url(../img/short_line.gif) no-repeat right;}
.subnavs a{ display: block; height: 66px; line-height: 66px; font-size: 15px;}
.subnavs .cur a{ border-bottom: 1px solid #f27824; color: #f27824;}
.about_text{ margin-bottom: 70px; line-height: 28px;}

.pictures .title{ line-height: 34px;}
.pictures .title ._num { font-size: 13px;}
.pictures .title ._num em{ display: inline-block;  width: 17px; height: 14px; background:url(../img/pic_ico.png) no-repeat center; margin-right: 9px;}
.pictures .title ._num i{ color: #f27823;}
.channel_edit_tit{ color: #f60; font-size: 30px; margin-bottom: 20px;}
.channel_left{ padding: 60px; background: #fff; line-height: 28px; }

.news_tit{ text-align: center; font-size: 36px; line-height: 1.4; margin-bottom: 30px;}
.news_tools{ color: #c4c4c4; margin-bottom: 30px;}
.news_tools .ico{ vertical-align: -4px; margin-right: 10px;}
.news_change .ico{ margin-right: 10px;}
.news_tools span{ margin-right: 20px;}
.news_share { width: 356px; margin: 0 auto; margin-bottom: 30px;}
.news_share a { background:url(../img/news_share.png) no-repeat 0 0; width: 45px; height: 44px;}
.news_share ._btn.r{  background-position: -330px 0;}
.news_share ._btn:hover{ -ms-background-position-y: -44px;background-position-y: -44px;}
.news_share .bdsharebuttonbox a{ width: 37px; height: 37px; background:url(../img/news_share.png) no-repeat 0 0; padding: 0; margin: 3px 8px;}
.news_share .bdsharebuttonbox a.news_list_btn{  background-position: -168px -4px;}
.news_share .bdsharebuttonbox a.bds_qzone{ background-position: -64px -4px;}
.news_share .bdsharebuttonbox a.bds_tsina{ background-position: -116px -4px;}
.news_share .bdsharebuttonbox a.bds_weixin{ background-position: -220px -4px;}
.news_share .bdsharebuttonbox a.bds_tqq{ background-position: -272px -4px;}
.news_share .bdsharebuttonbox a:hover{ -ms-background-position-y: -48px;background-position-y: -48px;}
.back_list{ border-bottom: 1px solid #eee; margin-bottom: 25px;}
.back_list a{ font-size: 18px; padding:0 30px 20px 30px; border-bottom: 1px solid #f27823; display: inline-block; color: #f08200;}
.news_cont img{max-width: 600px}
.news_cont { font-size: 15px;line-height: 2; }
.news_change { background: #fff; padding: 35px;}
.news_change ul{ overflow: hidden;}
.news_change li{ margin-bottom: 30px;}
.news_change ._t{ color: #000; font-size: 22px; position: relative; margin-bottom: 15px;}
.news_change ._t:after{ content:''; position: absolute; height: 1px; width: 100%; background: #f2f2f2; top: 20px; right: -90px;}
.news_change ._time{ color: #c0c0c0; font-size: 13px; margin-bottom: 15px;}
.news_change ._tit{ font-size: 17px;  color: #5a5a5a; font-weight: normal;}
.job_pos{ font-size: 16px; padding-left: 100px; margin-top: -30px; margin-bottom: 30px;}
.job_pos i{ color: #f08200; }
.jobBox{ padding: 60px; background: #fff; margin-bottom: 30px; position: relative;}
.jobBox .j_num{ display:none; position: absolute; width: 78px;height: 78px; background: #f27823; color: #fff; border-radius: 50%; right: 60px; top: 30px; font-size: 18px; text-align: center;}
.jobBox .j_num b{ font-size: 44px; font-weight: normal; }
.jobBox h3{ font-size: 28px; color: #000; line-height: 1; font-weight: normal; padding-bottom: 20px; margin-bottom: 20px; position: relative;}
.jobBox h3:after{ content:''; position: absolute; width: 85px; height: 1px; background: #f27823; bottom: 0; left: 0;}
.jobBox ._btns{ color: #f08200;}
.jobBox ._btns a{ margin-right: 40px;}
.jobBox ._btns i{ margin-right: 10px;}

.jobBox ._con{ line-height: 28px; margin-bottom: 30px; height: 112px; overflow: auto; }

.honor_tit{ text-align: center;  font-size: 30px; font-weight: normal; color: #f60; margin-bottom: 40px;}
.honorList ._mask{ text-align: center; color: #fff; background:rgba(0,0,0,.6); }
.honorList ._mask .fd_ico{ position: absolute; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px;width: 61px; height: 62px; background:url(../img/fd_ico.png) no-repeat center;  }
.honorList .pBox{ background: #fff; padding: 50px 70px 40px 70px; border-right: 1px solid #dedede; }
.honorList .pBox ._img{ margin-bottom: 15px;}
.honorList .pBox ._title { font-size: 15px;}
.honorList li{ margin-bottom: 50px;}
.album_wrap .slide .arrs { width: 10%; height: 5em; line-height: 5em; top: 50%; margin-top: -3em; font-size: 4em; text-align: center; color: #fff; cursor: pointer; }
.album_wrap .slide .arr_prev{ left: 10%;}
.album_wrap .slide .arr_next{ right: 10%; left: auto;}
.album_wrap .album_gallery .slide_nav{ width: 80%; left:10%;  -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.album_wrap .album_gallery .slide_nav a{ float: none; display: inline-block; height: 70px;}
.album_wrap .album_gallery .album_bar{ height: 70px; background: none; bottom: 44px; /* z-index: 20; */  -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.album_wrap .album_gallery .listArrs { color: #fff; position: absolute;  top: auto; display: block;  line-height: 70px;  z-index: 20; bottom: 40px;}
.album_wrap .album_gallery .prevList{left: 5%;}
.album_wrap .album_gallery .nextList{right: 5%;}
.album_wrap .album_gallery .slide_nav{ height:76px; line-height:70px; text-align: center;bottom:34px; padding-bottom: 10px; z-index: 15; overflow-x:auto;}
.album_wrap .album_gallery .album_pages{ left: 50%; margin-left: -30px;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.album_wrap .album_ordinary .slide_c p{ bottom: 150px;  -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.album_wrap .full_btn{ cursor: pointer;margin-right: 10px; position: absolute; right: 40px; top: 0;width: 40px; height: 40px; background:url(../img/ablum_ico.png) no-repeat 0 0;}
.album_wrap .full_btn:hover{ opacity: 0.8; }
.album_wrap .album_ordinary .album_close{ background:url(../img/ablum_ico.png) no-repeat -47px 0; width: 40px; height: 40px; }
.album_wrap .album_ordinary .album_close .ion{ display: none;}
.album_wrap .album_ordinary .album_close:hover{ /* color: #f18101;  */}
.pictures ._mask{ text-align: center; color: #fff; background:rgba(0,0,0,.6); }
.pictures ._mask .fd_ico{ position: absolute; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px;width: 61px; height: 62px; background:url(../img/fd_ico.png) no-repeat center;  }
.album_wrap .album_gallery .slide_nav .on{ border-color: #f18101;}
.album_wrap .album_gallery .arrs:hover{ color: #f18101;}
.album_wrap.hidebar .album_gallery .slide_nav{ bottom: -100px; }
.album_wrap.hidebar .album_gallery .listArrs{ bottom: -40px;}
.album_wrap.hidebar .album_ordinary .slide_c p{ bottom: -40px;}
.album_wrap.hidebar .album_gallery .album_pages{ bottom: -30px;}
.album_wrap .album_ordinary .slide_c img { max-width: 80%; max-height: 57%; margin-top: -5%;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;  }
.album_wrap.hidebar .album_ordinary .slide_c img { max-height: 100%; margin-top: 0; /* height: 90%;  */}

.digital_menu .vr_title{ font-size: 36px; font-weight: normal; line-height: 1; margin-bottom: 35px;}
.digital_menu a{ font-size: 16px; padding:0 10px; margin: 0 20px; padding-bottom: 10px; display: inline-block;}
.digital_menu .cur{ border-bottom: 1px solid #f18101;}

.channel_banner .digital{ color: #fff; text-align: center; top: 95px; width: 600px; left: 50%; margin-left: -300px; font-size: 17px;}
.channel_banner .wenbo_h h2 {font-size: 50px;}
.channel_banner .digital h3{ font-size: 46px; position: relative; padding-bottom: 15px; line-height: 1; margin-bottom: 15px;}
.channel_banner .digital h3:after{ content: ''; width: 60px; height: 1px; background: #f60; position: absolute; bottom: 0; left: 50%; margin-left: -30px; }

.case_box img{ width: 100%;}
.case_box .over { background: #faa000; bottom: 0; left: 0; position: absolute; right: 0; top: 0; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")"; zoom: 1; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); -webkit-transform-origin: bottom center; -ms-transform-origin: bottom center; transform-origin: bottom center; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; transition: all 0.3s; }
.case_box:hover .over { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")"; zoom: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.digitalPics{ margin-bottom: 30px; min-height: 600px;}
.digitalPics a{ display: block; position: relative; color: rgba(255,255,255,0.7);}
.digitalPics .x1 .disc,.x1 .case_box .over { background: rgba(250,160,0,0.7); }
.digitalPics .x2 .disc,.x2 .case_box .over { background: rgba(0,0,0,0.7); }
.digitalPics .x3 .disc,.x3 .case_box .over { background: rgba(255,87,50,0.7); }
.digitalPics .x4 .disc,.x4 .case_box .over { background: rgba(255,87,50,0.7); }
.digitalPics .x5 .disc,.x5 .case_box .over { background: rgba(255,180,0,0.7); }
.digitalPics .x6 .disc,.x6 .case_box .over { background: rgba(57,93,119,0.7); }
.digitalPics .x7 .disc,.x7 .case_box .over { background: rgba(109,201,11,0.7); }
.digitalPics .x8 .disc,.x8 .case_box .over { background: rgba(57,93,119,0.7); }
.digitalPics .x9 .disc,.x9 .case_box .over { background: rgba(48,198,140,0.7); }
.digitalPics .x10 .disc,.x10 .case_box .over { background: rgba(250,160,0,0.7); }
.digitalPics .x11 .disc,.x11 .case_box .over { background: rgba(255,180,0,0.7); }
.digitalPics .x12 .disc,.x12 .case_box .over { background: rgba(48,198,140,0.7); }
.digitalPics .x13 .disc,.x13 .case_box .over { background: rgba(255,87,50,0.7); }
.digitalPics .x14 .disc,.x14 .case_box .over { background: rgba(255,180,0,0.7); }
.digitalPics .x15 .disc,.x15 .case_box .over { background: rgba(57,93,119,0.7); }
.digitalPics .x16 .disc,.x16 .case_box .over { background: rgba(109,201,11,0.7); }
.x1 .item_box:before, .x1 .item_box:after { background: rgba(250,160,0,0.7); }
.x2 .item_box:before, .x2 .item_box:after { background: rgba(0,0,0,0.7); }
.x3 .item_box:before, .x3 .item_box:after { background: rgba(255,87,50,0.7); }
.x4 .item_box:before, .x4 .item_box:after { background: rgba(255,87,50,0.7); }
.x5 .item_box:before, .x5 .item_box:after { background: rgba(255,180,0,0.7); }
.x6 .item_box:before, .x6 .item_box:after { background: rgba(57,93,119,0.7); }
.x7 .item_box:before, .x7 .item_box:after { background: rgba(109,201,11,0.7); }
.x8 .item_box:before, .x8 .item_box:after { background: rgba(57,93,119,0.7); }
.x9 .item_box:before, .x9 .item_box:after { background: rgba(48,198,140,0.7); }
.x10 .item_box:before, .x10 .item_box:after { background: rgba(250,160,0,0.7); }
.x11 .item_box:before, .x11 .item_box:after { background: rgba(0,0,0,0.7); }
.x12 .item_box:before, .x12 .item_box:after { background: rgba(48,198,140,0.7); }
.x13.item_box:before, .x13 .item_box:after { background: rgba(255,87,50,0.7); }
.x14.item_box:before, .x14 .item_box:after { background: rgba(255,180,0,0.7); }
.x15.item_box:before, .x15 .item_box:after { background: rgba(57,93,119,0.7); }
.x16.item_box:before, .x16 .item_box:after { background: rgba(109,201,11,0.7); }
.digitalPics .disc{ /* padding:35px; */  height: 0; overflow: hidden; padding-bottom:38.1%;}
.digitalPics ._word{ padding: 5%; color: #fff;}
.digitalPics .disc h3{ font-size: 26px; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.digitalPics ._img{ height: 0; padding-bottom: 75%; overflow: hidden; position: relative;}
.digitalPics .span-6 ._img{ padding-bottom: 56.548%; overflow: hidden;}
.digitalPics .span-6 ._img img{ position: absolute; bottom: 0; left: 0;}
.digitalPics .span-6 .disc { display: none;}
.digitalPics .over{ padding: 10%; color: #fff; font-size: 15px;}
.digitalPics .over h3{ font-size: 32px; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.digitalPics .over ._txt{ margin-bottom: 5%;}
.digitalPics .over ._intro{ height: 170px; overflow: hidden; }
.digital_menu { margin-bottom: 35px;} 
.digitalPics .span-6 .case_box .over{ background: rgba(0,0,0,.8);}
.digitalDetail{ background: #000 url(../img/digital_bg.jpg) no-repeat top; padding-top: 60px; padding-bottom: 35px; position: relative;}
.digitalDetail .digitalTit{ font-size: 42px; color: #fff; margin-bottom: 40px; text-align: center; line-height: 1; }
.digitalDetail .digitalIntro{ color: #fff; text-align: center; margin-bottom: 40px; padding: 0 13%;}
.digitalDetail .parrs{ background:url(../img/scroll_arr.png) no-repeat 0 0; position: absolute; width: 40px; height: 70px; top: 50%; margin-top: -35px; }
.digitalDetail .parr_prev{ left: 5%;}
.digitalDetail .parr_prev:hover{ background-position: -40px 0;}
.digitalDetail .parr_next{ right: 5%; background-position: -40px -70px;}
.digitalDetail .parr_next:hover{ background-position: 0 -70px;}
.digitalDetail .garrs { position: absolute;top:42%; color: #fff;}
.digitalDetail .prevGallery{ left: 50%; margin-left: -510px; }
.digitalDetail .nextGallery{ right: 50%; margin-right: -510px; }
.digitalDetail .close_btn,.digitalDetail .back_btn{ cursor: pointer; width: 40px; height: 40px; background:url(../img/vr_btns.png) no-repeat -40px 0; position: absolute; right: 50px; top: 50px;}
.digitalDetail .back_btn{ background-position: 0 0; right: 98px; }
.digitalDetail .back_btn:hover{ background-position: 0 -40px; }
.digitalDetail .close_btn:hover{ background-position: -40px -40px; }
/*3d翻转*/

.digitalPics li { float: left; position: relative; perspective: 1500px; -webkit-perspective: 1500px; }
.digitalPics li.x1 img{ width: 100%; }
.digitalPics li.x1 a{ height: 0; padding-bottom: 113%; overflow: hidden;}
/* .anim3d { opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.anim3d.act { opacity: 1; }
.item_box { position: relative; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: rotateX(90deg) translateZ(300px) translateY(-100%); transform: rotateX(90deg) translateZ(300px) translateY(-100%); -webkit-transition: .8s ease-in-out; transition: .8s ease-in-out; }
.act .item_box { -webkit-transform: rotateX(0deg) translateZ(0px) translateY(0px); transform: rotateX(0deg) translateZ(0px) translateY(0px); }
.list3d, .item_box:before, .item_box:after { width: 100%; height: 100%; }
.list3d { background: none; position: relative; -webkit-transform: rotateX(0deg); transform: rotateX(0deg); top: 0; z-index: 10; left: 50%; margin: 0 0 0 -50%; }
.list3d img { width: 100%; height: auto; }
.item_box:before, .item_box:after { content: ''; display: block; background: #ff2044; position: absolute; top: 0; z-index: 5; left: 0; }
.item_box:before { -webkit-transform: rotateX(-90deg) translateY(0); transform: rotateX(-90deg) translateY(0); transform-origin: center top 0; -webkit-transform-origin: center top 0; }
.item_box:after { -webkit-transform: rotateX(-90deg) translateY(100%); transform: rotateX(-90deg) translateY(100%); transform-origin: center bottom 0; -webkit-transform-origin: center bottom 0; }
.delay1, .delay1 .item_box { -webkit-transition-delay: 0s; transition-delay: 0s; }
.delay2, .delay2 .item_box { -webkit-transition-delay: .4s; transition-delay: .4s; }
.delay3, .delay3 .item_box { -webkit-transition-delay: .8s; transition-delay: .8s; }
.delay4, .delay4 .item_box { -webkit-transition-delay: 1.2s; transition-delay: 1.2s; } */
/*3d翻转END*/
.bigImg{ width: 1000px; margin: 0 auto; height: 475px; overflow: hidden; margin-bottom: 50px;text-align: center; }
.bigImgNavs{ height:auto; padding-bottom: 15px; width: 850px; margin: 0 auto; text-align: center; margin-bottom: 15px; white-space: nowrap; overflow-x:auto;}
.bigImgNavs a{ display: inline-block; border: 3px solid #000; width: 110px;}
.bigImgNavs .on{ border: 3px solid #ff6600;}
.bigImgBar{ background: #1a1a1a; line-height: 52px; color: #7c7c7c; margin-bottom: 40px; }

.newsBar{ background: #f60; color: #fff; overflow: hidden;}
.newsBar li{ float: left; background: none;}
.newsBar li a{ height: 56px; margin-bottom: 10px;  }
.newsBar li a:hover{ color: #fff;}
.newsBar li.cur a{ border-bottom: 1px solid #fff; color: #fff;}
.digitalFooter{ background:#262831;}
/*.digitalFooter .foot3{ border-top: 1px solid #4d555d;}*/
.digitalFooter .foot1{ background:url(../img/digital_foot_pic.jpg) no-repeat right;}
/*.digitalFooter .foot1 .box{ padding-left: 0; }
.digitalFooter .foot1 .qr_code{ left: auto; right: 14.5%;}*/
.digitalFooter .foot1 dl{ padding-left: 0; padding-right: 5%; width: 10%;}
.digitalFooter .ic{ display: inline-block; width: 100px; height: 100px; background:url(../img/digital_foot_ico.png) no-repeat 0 0; }
.digitalFooter .ic2{ background-position: -100px 0;}
.digitalFooter .ic3{ background-position: -200px 0;}
.digitalFooter .ic4{ background-position: -300px 0;}
.digitalFooter .ic5{ background-position: -400px 0;}
.digitalFooter .ic6{ background-position: -500px 0;}
.digitalFooter .animate_nums li{ width: 16.66%;}
.digitalFooter .foot_nums{ height: 260px;}
/* 数字展馆底部*/
.pageFooter .gotop{ display: none; }
.pageFooter dl.digital_foot_intro { width: 26%; line-height: 28px; }
.pageFooter dl.digital_foot_intro dd{ color: #aaabad;}
.brand_tit{ text-align: center; position: absolute; color: #fff; width: 100%; /* padding-top: 80px; */ top: 50%; margin-top: -75px;}
.brand_tit ._tit{ font-size: 60px; font-weight: normal; line-height: 1; margin-bottom: 25px; }
.brand_tit ._sub{ font-size: 25px; font-weight: bold;}
.brand_tit ._sub p{ display: inline-block; position: relative;}
.brand_tit ._sub p:before{ content: ""; position: absolute; width: 120px; height: 1px; background:rgba(255,255,255,.5); top: 20px; left: -140px;}
.brand_tit ._sub p:after{ content: ""; position: absolute; width: 120px; height: 1px; background:rgba(255,255,255,.5); top: 20px; right: -140px;}
.brand_tit ._txt{ font-size: 18px; }
.num_list{ width: 102%;}
.num_list li{ background:#ffb400; width: 19%; height: 141px; float: left; margin-right: 1%;  box-sizing:border-box; text-align: left;}
.num_list li ._con{ border: 6px solid #fff; padding: 5%; position: relative;}
.num_list li i{ background: url(../img/brand_num.png) no-repeat 0 0; display: inline-block; width: 115px; height: 100px;}
.num_list .li2 i{ background-position: -115px 0;}
.num_list .li3 i{ background-position: -230px 0;}
.num_list .li4 i{ background-position: -345px 0;}
.num_list .li5 i{ background-position: -460px 0;}
.num_list li ._txt{ position: absolute; left: 50%; margin-left: -38%; top: 0; font-size: 16px; width: 76%; padding-top: 10%;}

.job_news{ height: 64px; line-height: 64px;  background: #f60; color: #fff;  font-size: 15px; }


.ydhl_sec1{ background: #ffb400; color: #fff; text-align: center; padding: 45px 0;}
.ydhl_sec1 .p1{ font-size: 28px; line-height: 1; }
.ydhl_sec1 .p2{ font-size: 44px; margin-bottom: 20px;}
.ydhl_sec2{ padding-top: 80px;}
.ydhl_sec2 ._t{ font-size: 40px; color: #323232; font-weight: normal; line-height: 1; margin-bottom: 20px;}
.ydhl_sec2 ._intro{ font-size: 15px; margin-bottom: 80px; }
.service_icos li{ width: 20%; float: left; border-right: 1px solid #ededed; margin-bottom: 70px; margin-left: -1px; cursor: pointer;}
.service_icos li .ic{  display: inline-block; background:url(../img/brand_icos.png) no-repeat 0 0; width: 50px; height: 50px; margin: 0 auto;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.service_icos li .p1{ font-size: 16px;}
.service_icos li .ic2{ background-position: -50px 0;}
.service_icos li .ic3{ background-position: -100px 0;}
.service_icos li .ic4{ background-position: -150px 0;}
.service_icos li .ic5{ background-position: -200px 0;}
.service_icos li .ic6{ background-position: -250px 0;}
.service_icos li .ic7{ background-position: -300px 0;}
.service_icos li .ic8{ background-position: -350px 0;}
.service_icos li .ic9{ background-position: -400px 0;}
.service_icos li .ic10{ background-position: -450px 0;}
.service_icos li .ic14{ background-position: -150px -50px;}
.service_icos li .ic15{ background-position: -200px -50px;}
.service_icos li .ic16{ background-position: -250px -50px;}
.service_icos li .ic17{ background-position: -300px -50px;}
.service_icos li:hover .ic{ -webkit-transform: translateY(-15px); transform: translateY(-15px);}

.ydhl_sec3{ width: 100%; height: 242px; padding-top:70px; background:url(../img/brand_bg2.jpg) no-repeat center; color: #fff;text-align: center; position: relative;}
.ydhl_sec3 .inner_wrap{ position: relative; height: 100%;}
.ydhl_sec3 ._t{ font-size: 42px; font-weight: normal;}
.ydhl_sec3 ._intro{ font-size: 15px; }
.brand_menu { position: absolute; bottom: 0; left: 0; width: 100%;}
.brand_menu li{ width: 14.1%; float: left; margin-right: 2px; cursor: pointer;  background:rgba(0,0,0,.2); color: #fff; height: 52px; line-height: 52px; font-size: 17px;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.brand_menu li.cur{ background: #f60;}
.brand_menu li a{ display: block;}
.brand_menu li a:hover{ color: #fff; }
.brand_menu li:hover{ /* transform:translateY(-15px);  */ background:#ff6600;}

.ydhl_sec4{ background: #f4f4f4; padding: 70px 0; }
.ydhl_sec4 .tip{ font-size: 17px; color: #f60; margin-bottom: 30px;}
.ydhl_sec4 ._t{ font-size: 24px; line-height: 1; margin-bottom: 20px;}
.ydhl_sec4 ._txt{ margin-bottom: 40px; line-height: 2;}
.ydhl_sec4 .links a{ float: left; width: 100px; height: 50px; padding: 25px 0; background: #0497b7; text-align: center;}
.ydhl_sec4 .links .a2{ background: #fa9f00;}
.ydhl_sec4 .links .a3{ background: #65bc46;}
.ydhl_sec4 .links a i{ display: inline-block;  background:url(../img/brand_icos.png) no-repeat 0 -50px; width: 50px; height: 50px;  vertical-align: middle;}
.ydhl_sec4 .links a:hover{ opacity: .8;}
.ydhl_sec4 .links .a2 i{  background-position: -50px -50px;}
.ydhl_sec4 .links .a3 i{ background-position: -100px -50px; margin-right: 25px; }
.ydhl_sec4 .links .a3{ width: auto; padding:25px; color: #fff; font-size: 28px; }

/* 企业网站 */
.qywz_sec1{ background: #2cbcb1;}
.qywz_sec1 .p1{ font-size: 40px; margin-bottom: 20px;}
.qywz_sec1 .p2{ font-size: 15px; }
.qy_num_list li { float: left;  width: 20%; text-align: left; font-size: 15px;}
.qy_num_list li i{ float: left; background:url(../img/num_ico.png) no-repeat 0 0; margin-right: 20px; width: 30px; height: 120px;}
.qy_num_list li .p{ padding-top: 30px;}
.qy_num_list li .ic2{ background-position: -30px 0;}
.qy_num_list li .ic3{ background-position: -60px 0;}
.qy_num_list li .ic4{ background-position: -90px 0;}
.qy_num_list li .ic5{ background-position: -120px 0;}
.qywz_ys { text-align: left;}
.qywz_ys ._img{ text-align: center;}
.qywz_ys ._tit{ font-size: 20px; }
.qywz_ys ._list{ border-left: 2px solid #f1f1f1; margin-left: 100px;}
.qywz_ys ._list li{ margin-bottom: 80px; position: relative; padding-left: 90px; cursor: pointer;}
.qywz_ys ._list li .ic{ display: inline-block; width: 110px; height: 110px; background:url(../img/qywz_icos.png) no-repeat 0 0; position: absolute; left:-55px; top:-20px; }
.qywz_ys ._list li .ic2{ background-position: -110px 0 ;}
.qywz_ys ._list li .ic3{ background-position: -220px 0 ;}
.qywz_ys ._list li .ic4{ background-position: -330px 0 ;}
.qywz_ys ._list li:hover .ic{ -ms-background-position-y: -110px;background-position-y: -110px;}

.qywz_sec3{ background: url(../img/qywz_sec3_bg.jpg) no-repeat center fixed; /* height: 342px; */ width: 100%; padding: 60px 0;  -webkit-background-size: 100% 100%;
background-size: 100% 100%; }
.qywz_sec3 ._tit{ font-size: 40px; color: #fff; font-weight: normal; text-align: center; line-height: 1; margin-bottom: 45px; }
.qywz_sec3 ._intro{ color: #fff; font-size: 16px; text-align: center;}
.qy_feature{ /* width: 70%;  */ margin: 0 auto;}
.qy_feature .row>div,.qy_feature li { position: relative; -webkit-perspective: 600px; -moz-perspective: 600px; margin-bottom: 20px; }
.qy_feature ._rect{ color: #fff; font-size: 18px; text-align: center; width: 100%;/*height: 163px;  height: 0; padding-bottom: 42.6%;  */ background:rgba(117,166,196,.8);}
.qy_feature ._rect span,.qy_feature ._c { /* padding-top: 19%; */ display: table-cell; vertical-align: middle;}
.qy_feature ._rect { cursor: pointer; -webkit-transform: rotateX(0deg) rotateY(0deg); -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; transform: rotateX(0deg) rotateY(0deg); transform-style: preserve-3d; backface-visibility: hidden; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;display: table; }
.qy_feature .row>div:hover ._rect,.qy_feature li:hover ._rect{ -webkit-transform: rotateX(180deg); transform: rotateX(180deg); }
.qy_feature .row>div ._rect2,.qy_feature li ._rect2{ overflow: hidden; position: absolute; left: 0px; top: 0px; background: #ffb400 !important; -webkit-transform: rotateX(-180deg); -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; transform: rotateX(-180deg); transform-style: preserve-3d; backface-visibility: hidden; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.qy_feature .row>div:hover ._rect2,.qy_feature li:hover ._rect2 { -webkit-transform: rotateX(0deg) rotateY(0deg); transform: rotateX(0deg) rotate(0deg); z-index: 10; }

.qy_feature ._c{ padding:15%;}
.qy_feature ._c h3{ font-size: 20px; font-weight: normal; margin-bottom: 5px;}
.qy_feature ._c p{ font-size: 13px; height: 40px; overflow: hidden;}
/* 上市公司 */
.ssgs_sec1{ background: #42668f; }
.ssgs_sec1 .qy_num_list li{ width: 25%;}
.ssgs_sec1 .p1{ font-size: 40px; line-height: 1;}
.ssgs_sec1 .p2{ font-size: 52px; line-height: 1;}
.ssgs_sec2 .service_icos li{ width: 21.3%; text-align: left; padding:0 6%;}
.ssgs_sec2 .service_icos li .ic{ float: left; margin-right: 6.25%;}

/* 响应式网站 */
.xyswz_sec1 { width: 100%; height: 204px; background:#ff6600; text-align: center;}
.xyswz_sec1 .bounceIn{float: left; /* display: inline-block; vertical-align: middle; */ visibility: hidden; opacity: 0;}
.xyswz_sec1 .animated{ visibility: visible;opacity: 1; }
.xyswz_sec1 ._con{ padding-top: 56px; padding-bottom: 51px;padding-left:5%;}
.xyswz_sec1 ._con .fh{ font-weight: bold; font-size: 28px; color: #fff; padding:1.5% 5%;}
.xyswz_sec2 ._img{ text-align: center; }
.xyswz_sec2 .p1{ font-size: 18px; color: #000; margin-bottom: 10px;}
.xyswz_sec2 .p2{ font-size: 15px; color: #737373; text-align: center; margin-bottom: 50px;}
.xyswz_sec2{ padding-bottom: 90px;}
.xyswz_sec3 { background:url(../img/xyswz_sec3_bg.jpg) fixed; padding: 75px 0; overflow: hidden;}
.xyswz_sec3 .img_list li img{ width: 100%; }
.xyswz_sec3 ._tit{ text-align: center; font-size: 40px; color: #fff; line-height: 1; margin-bottom: 65px;}
.xyswz_sec3 ._tit b{ color: #f60;}
.xyswz_sec3 .img_list li{ overflow: hidden; }
.xyswz_sec3 .img_list li .t{ font-size: 26px; color: #fff; position: absolute; top: 30px; left: 35px;}
.xyswz_sec3 .img_list li .t:after{ content: ''; width: 50px; height: 1px; background: #fff; position: absolute; left: 0; bottom: -15px;}
.xyswz_sec3 .img_list li ._con{ height: 0; padding-bottom: 79%; background: #42668f; position: relative;}
.xyswz_sec3 .img_list li .span-6 { position: relative; cursor: pointer;}
.xyswz_sec3 .img_list li ._mask{ background:rgba(0,0,0,.8); color: #fff; width: 90%; height: 90%; padding: 5%; position: absolute; top: 100%; left: 0;-webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.xyswz_sec3 .img_list>.span-6:hover ._mask{ top: 0;}
.xyswz_sec3 .img_list li i{ display: inline-block;position: absolute; width: 60px; height: 50px; background:url(../img/xyswz_num.png) no-repeat 0 0; bottom: 25px; right: 30px;}
.xyswz_sec3 .img_list li .num02{ background-position: -60px 0;}
.xyswz_sec3 .img_list li .num03{ background-position: -120px 0;}
.xyswz_sec3 .img_list li .num04{ background-position: -180px 0;}
.xyswz_sec3 .img_list li .num05{ background-position: -240px 0;}
.xyswz_sec3 .img_list li .num06{ background-position: -300px 0;}
.xyswz_sec3 .img_list .l4 ._con{  background: #4d2e83; }
.xyswz_sec3 .img_list .l5 ._con{  background: #65bc46; }
.xyswz_sec3 .img_list .l7 ._con{  background: #ffb400; }
.xyswz_sec3 .img_list .l10 ._con{  background: #2cbcb1; }
.xyswz_sec3 .img_list .l12 ._con{  background: #42668f; }
.xyswz_sec4{ text-align: center; padding: 65px 0;}
.xyswz_sec4 ._tit{ font-size: 40px; line-height: 1; margin-bottom: 20px;}
.xyswz_sec4 .p1{ font-size: 16px;  margin-bottom: 50px;}
.xyswz_sec4 .icos{ width: 100%; height: 270px; }
.xyswz_sec4 .dot ._list{ display: none;}
.xyswz_sec4 .dot ._list a{ display: block; line-height: 28px;}
.xyswz_sec4 .dot { z-index: 5; background: #fff; position: absolute; cursor: pointer; width: 128px; height: 128px; border: 1px solid #ddd; border-radius: 64px;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.xyswz_sec4 .dot .ic{ display: inline-block; width: 50px; height: 50px; background:url(../img/xyswz_ico.png) no-repeat 0 0;  margin-top: 30px; }
.xyswz_sec4 .dot h3{ line-height: 1; font-weight: normal; font-size: 17px; margin-bottom: 8px; margin-top: 5px;}
.xyswz_sec4 .dot:hover{ z-index:6; background: #ff6600; color: #fff; height: auto; padding-bottom: 30px;}
.xyswz_sec4 .dot:hover ._list{ display: block; text-align: left;padding-left: 30px; padding-right: 10px;}
.xyswz_sec4 .dot:hover ._list a{ color: #fff;}
.xyswz_sec4 .dot1 .ic{ background-position: 0 0;}
.xyswz_sec4 .dot2 .ic{ background-position: -50px 0; }
.xyswz_sec4 .dot3 .ic{ background-position: -100px 0; }
.xyswz_sec4 .dot4 .ic{ background-position: -150px 0; }
.xyswz_sec4 .dot5 .ic{ background-position: -200px 0; }
.xyswz_sec4 .dot6 .ic{ background-position: -250px 0; }
.xyswz_sec4 .dot7 .ic{ background-position: -300px 0; }
.xyswz_sec4 .dot8 .ic{ background-position: -350px 0; }
.xyswz_sec4 .line{ content:''; position: absolute; background:url(../img/line1_2.png) no-repeat center; width: 100px; height: 107px; z-index: 1;}
.xyswz_sec4 .line2,.xyswz_sec4 .line4,.xyswz_sec4 .line6,.xyswz_sec4 .line8{ background-image: url(../img/line1_1.png); height: 123px; width: 110px;}
.xyswz_sec4 .line1{ left: 7%; top: 91px;}
.xyswz_sec4 .line2{ left: 19%; top: 91px;}
.xyswz_sec4 .line3{ left: 32%; top: 91px;}
.xyswz_sec4 .line4{ left: 44%; top: 91px;}
.xyswz_sec4 .line5{ left: 57%; top: 91px;}
.xyswz_sec4 .line6{ left: 69%; top: 91px;}
.xyswz_sec4 .line7{ left: 82%; top: 91px;}

.xyswz_sec4 .dot1:hover .ic{ background-position: 0 -50px;}
.xyswz_sec4 .dot2:hover .ic{ background-position: -50px -50px;}
.xyswz_sec4 .dot3:hover .ic{ background-position: -100px -50px;}
.xyswz_sec4 .dot4:hover .ic{ background-position: -150px -50px;}
.xyswz_sec4 .dot5:hover .ic{ background-position: -200px -50px;}
.xyswz_sec4 .dot6:hover .ic{ background-position: -250px -50px;}
.xyswz_sec4 .dot7:hover .ic{ background-position: -300px -50px;}
.xyswz_sec4 .dot8:hover .ic{ background-position: -350px -50px;}

.xyswz_sec4 .dot1{ top: 0; }
.xyswz_sec4 .dot2{ bottom: 0; left: 12.5%;}
.xyswz_sec4 .dot3{ top:0;  left: 25%;}
.xyswz_sec4 .dot4{ bottom: 0; left: 37.5%;}
.xyswz_sec4 .dot5{ top: 0; left: 50%;}
.xyswz_sec4 .dot6{ bottom: 0; left: 62.5%;}
.xyswz_sec4 .dot7{ top: 0; left: 75%;}
.xyswz_sec4 .dot8{ bottom: 0; left: 87.5%;}

.ydhl_banner{ width: 100%; height: 526px; }
.ydhl_banner .slide_nav { left: 0; width: 100%; bottom: 0; text-align: center; }
.ydhl_banner .slide_nav a{display: inline-block;width: 1em;height: 1em;border-radius: .5em;
margin: .5em;background:#ccc;box-shadow: 1px 1px 2px rgba(0,0,0,.5);overflow: hidden;
line-height: 99px;}
.ydhl_banner img{ position: absolute; width: 1920px; left: 50%; margin-left: -960px;}
.ydhl_banner .slide_nav .on{background:#ff6600;}
.ydhl_banner .arrs{ /* display: none;  */z-index: 99; background:url(../img/banner_arr.png) no-repeat 0 0; width: 46px; height: 91px; position: absolute; top: 50%; margin-top: -45px;}
.ydhl_banner .arr_prev{ left: 2%;}
.ydhl_banner .arr_next{ right: 2%; background-position: -46px 0;}
.ydhl_banner .arr_prev:hover{ background-position: 0 -91px;}
.ydhl_banner .arr_next:hover{ background-position: -46px -91px;}
.ydhl_banner:hover .arrs{ display: block;}


.ydhl_index_sec1 { padding: 40px 0; background: #f60; color: #fff; margin-bottom: 55px;}
.soft_zonghe { background:none;}
.ydhl_index_sec1 ._tit{ font-size: 36px; font-weight: normal; margin-bottom: 20px; line-height: 1;}
.ydhl_index_sec1 ._dis{ font-size: 14px;}
.ydhl_index_sec1 ._dis a:hover {color:#fff}
.ydhl_index_sec1 .exp_btn {width: 184px; height: 44px; margin: 0 auto; border: 1px solid #fff; text-align: center; margin-top:20px;}
.ydhl_index_sec1 .exp_btn a {display: block; width: 100%; height: 44px;line-height: 44px;color: #fff;font-size: 18px;}
.ydhl_index_sec1 .exp_btn a:hover{background-color:#fff; color:#ff6600;}

.ydhl_index_sec2{ margin-bottom: 40px; }
.ydhl_index_sec2 li{ float: left; width: 25%; height: 0; padding-bottom: 34.5%; overflow: hidden; }
.ydhl_index_sec2 li ._img{ position: relative; overflow: hidden;/*  height: 422px; */}
.ydhl_index_sec2 li ._img img{ width: 100%;  -webkit-transition: all 0.6s ease; transition: all 0.6s ease;  }
.ydhl_index_sec2 li ._img:hover img{ -moz-transform:scale(1.08,1.08); -ms-transform:scale(1.08,1.08); -o-transform:scale(1.08,1.08); -webkit-transform:scale(1.08,1.08); transform:scale(1.08,1.08);}
.ydhl_index_sec2 li ._con{ position: absolute; top: 0; left: 0;z-index: 5; background:rgba(0,0,0,.6); color: #fff; width: 100%; height: 100%; text-align: center;}
.ydhl_index_sec2 li ._con .ic{ display: block; width: 60px; height: 60px; background:url(../img/ydhl_index_ico.png) no-repeat 0 0; margin: 25% auto 20px auto;}
.ydhl_index_sec2 li ._con .ic2{ background-position: -60px 0;}
.ydhl_index_sec2 li ._con .ic3{ background-position: -120px 0;}
.ydhl_index_sec2 li ._con .ic4{ background-position: -180px 0;}
.ydhl_index_sec2 li ._con h3{ font-size: 30px; font-weight: normal; margin-bottom: 20px;}
.ydhl_index_sec2 li ._con ._txt{ font-size: 14px; border-top: 1px solid rgba(255,255,255,.4);border-top: 1px solid #fff\9\0; width: 54%; margin: 0 auto; padding-top: 20px;}
.ydhl_index_news{ padding: 60px 0; background: #f5f7f8; margin-bottom: 50px;}
.ydhl_index_news ._tit{ font-size: 40px; text-align: center; font-weight: normal; line-height: 1; margin-bottom: 50px;}
.news_list li{ width: 25%; float: left; background: #fff;}
.news_list li ._con{ display: block; border-right: 1px solid #ddd; padding: 45px 30px 80px 30px;}
.news_list li ._con ._date{ width: 90px; text-align: center; color: #878787; font-family: Arial; border-bottom: 2px solid #fac9a7; padding-bottom: 10px; line-height: 1; margin-bottom: 20px; }
.news_list li ._con h3{ font-size: 22px; font-weight: normal; margin-bottom: 30px;}
.news_list li ._con ._txt{ color: #878787; }
.jobBox h3 img{margin-left: 10px;width: 9%;}
/* 移动互联首页 */
.digital_index_baner{ height: 527px; width: 100%; }
.digital_index_baner img{ position: absolute; max-width: none; left: 50%; margin-left: -960px;}
.digital_navs { border-bottom: 1px solid #e9e9e9;}
.digital_navs ._con{ text-align: center; padding: 70px 0; border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; margin-left: -1px; }
.digital_navs ._con h3{ font-size: 26px; font-weight: normal; line-height: 1; margin-bottom: 20px; }
.digital_navs ._con i{ width: 40px; height: 2px; background: #272636; display: inline-block;}
.digital_navs ._con .p{ font-size: 14px; margin-bottom: 10px; }
.digital_index_word{ background: #051a22; padding: 80px 0; margin-top: -30px;}
.digital_index_news ._con{ padding:50px 50px 70px 50px;  border-right: 1px solid #dedede;border-left: 1px solid #dedede; margin-left: -1px; display: block; }
.digital_index_news ._con ._date{ color: #b9b9b9; font-size: 14px; font-family: Arial; border-bottom: 2px solid #fac9a7; margin-bottom: 20px; width: 90px; }
.digital_index_news ._con h4{ font-size: 22px; font-weight: normal; margin-bottom: 20px; height: 70px; overflow: hidden; }
.digital_index_news .newlogo{ padding-top: 50px;}
.digital_index_news .span-3:first-child ._con{ border: 0;}
.digital_index_list li{ float: left; width: 16.66%; text-align: center; font-size: 14px; cursor: pointer;}
.digital_index_list li .ic{ display: block;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;  width: 100px; height: 100px; background:url(../img/digital_index_icos.png) no-repeat 0 0; margin: 0 auto 20px auto; }
.digital_index_list li .ic2{ background-position: -100px 0;}
.digital_index_list li .ic3{ background-position: -200px 0;}
.digital_index_list li .ic4{ background-position: -300px 0;}
.digital_index_list li .ic5{ background-position: -400px 0;}
.digital_index_list li .ic6{ background-position: -500px 0;}
.digital_index_footer #canvas_box{ height: 280px;}
.digital_index_footer .foot_nums{ height: 280px;}
.digital_index_footer .digital_index_list{ overflow: hidden; padding-top: 60px;}
.digital_index_list li:hover .ic{  transform: translateY(-15px);}



/* 专题活动 */
.zthd_sec1{ background: #f2ad0a; padding-top: 60px; padding-bottom: 70px; text-align: center; color: #fff;}
.zthd_sec1 li{ float: left; overflow: hidden;text-align: left; width: 27%; font-size: 16px;}
.zthd_sec1 ._tit{ line-height: 1; font-size: 40px; margin-bottom: 60px;}
.zthd_sec1 li i{ float: left; width: 26%; /* height: 100px; */height: 0; padding-bottom: 25%; background:url(../img/brand_num.png); -webkit-background-size: 500% 100%;
background-size: 500% 100%; margin-right: 4%;}
.zthd_sec1 li span{ margin-top: 25px; display: inline-block;}
.zthd_sec1 li.line{ text-align: center; width: 9.5%;}
.zthd_sec1 li .n2{ background-position: -100% 0;}
.zthd_sec1 li .n3{ background-position: -200% 0;}
.zthd_sec2{ padding-top: 80px; padding-bottom: 90px;}
.zthd_sec2 ._t{ font-size: 40px; font-weight: normal; text-align: center;}
.zthd_sec2 ._sub{ font-size: 15px; color: #787878; text-align: center; margin-bottom: 90px;}
.zthd_sec2 ._list{ border-left: 1px solid #ddd;}
.zthd_sec2 ._list li{ font-size: 15px; margin-bottom: 50px; padding-left: 40px; position: relative; cursor: pointer;}
.zthd_sec2 ._list li .dot{ position: absolute; width: 16px; height: 16px; border: 1px solid #ff6600;background: #fff; border-radius: 8px; left: -9px; top: 3px;}
.zthd_sec2 ._list li .dot.red{ background: #ff6600;}
.zthd_sec2 ._list li:hover .dot{ background: #ff6600; }
.zthd_sec3{ background:url(../img/zthd_bg1.jpg) no-repeat center fixed; height: 363px; padding-top: 60px; }
.zthd_sec3 ._tit{ font-size: 40px; text-align: center; color: #fff; }
.zthd_sec3 ._con{ background: #f60; color: #fff; padding-bottom: 35%;height: 0; font-size: 20px; text-align: center;}
.zthd_sec3 ._sub{ font-size: 15px; color: #fff; text-align: center; margin-bottom: 50px;}
.zthd_sec3 ._con span{ display: block; padding-top: 13%; position: relative;}
.zthd_sec3 ._con span:before{ content: ''; position: absolute; width: 60px; height: 1px; background: #fff; left:20%;top: 78%;}
.zthd_sec3 ._con span:after{ content: ''; position: absolute; width: 60px; height: 1px; background: #fff; right:20%;top: 78%;}

.zthd_sec3 ._con2{ background: #ffb400;}
.zthd_sec3 ._con3{ background: #f2c200;}
.zthd_sec3 ._con4{ background: #65bc46;}

.yxwz_sec1{ background: #f6f6f6; padding: 50px 0; text-align: center;}
.yxwz_sec1 ._t{ font-size: 40px; }
.yxwz_sec1 ._info{ margin-bottom: 60px;}
.yxwz_sec2{ padding: 60px 0; }
.yxwz_sec2 ._t{ font-size: 40px; }
.yxwz_sec2 ._t span{ color: #f60;}
.yxwz_sec2 ._intro{ font-size: 15px; margin-bottom: 50px; }
.yxwz_sec2 .full-row>div{  -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.yxwz_sec2 ._con{ text-align: left; color: #fff; padding:40px 10%; overflow: hidden;}
.yxwz_sec2 ._con1{ background: #f60; }
.yxwz_sec2 ._con2{ background: #ff9000; }
.yxwz_sec2 ._con3{ background: #65bc46; }
.yxwz_sec2 ._con h3{ font-size: 30px; font-weight: normal; line-height: 1; margin-bottom: 20px;}
.yxwz_sec2 ._con ._intro{ margin-bottom: 50px; height: 72px; overflow: hidden;}
.yxwz_sec2 li{ margin-bottom: 8px; white-space: nowrap;}
.yxwz_sec2 ._con ul{ float: left; width: 50%; min-height: 112px; }
.yxwz_sec2 ._con .list2{ display: none;}
.yxwz_sec2 .span-6 ._con .list2{ display: block;}
.yxwz_sec2 ._con li em{ display: inline-block; width: 10px; height: 10px; border: 2px solid #fff; vertical-align: middle; margin-right: 15px;}
.yxwz_sec2 ._con .ic{ display: block; background:url(../img/brand_num.png) no-repeat 0 0; width: 115px; height: 100px; margin-bottom: 20px; }
.yxwz_sec2 ._con2 .ic{ background-position: -115px 0;}
.yxwz_sec2 ._con3 .ic{ background-position: -230px 0;}
.yxwz_sec3 li .ic{ display: block; width: 40px; height: 40px;}
.yxwz_sec3 ._t{ font-size: 40px;  text-align: center; }
.yxwz_sec3 ._t span{ font-size: 48px; font-weight: bold; color: #ff6600;font-family: Arial;}
.yxwz_sec3 ._info{ text-align: center; font-size: 15px; margin-bottom: 80px;}
.yxwz_sec3 ._list .ic{ display: block;width: 40px;height: 40px; background:url(../img/yxwz_icos.png) no-repeat 0 0;  margin: 0 auto; margin-bottom: 15px;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.yxwz_sec3 ._list li{ float: left; width: 20%; text-align: center; margin-bottom: 85px;}
.yxwz_sec3 ._list li ._con { border-right: 1px solid #ddd;}
.yxwz_sec3 ._list li .ic2{ background-position: -40px 0;}
.yxwz_sec3 ._list li .ic3{ background-position: -80px 0;}
.yxwz_sec3 ._list li .ic4{ background-position: -120px 0;}
.yxwz_sec3 ._list li .ic5{ background-position: -160px 0;}
.yxwz_sec3 ._list li .ic6{ background-position: 0 -40px;}
.yxwz_sec3 ._list li .ic7{ background-position: -40px -40px;}
.yxwz_sec3 ._list li .ic8{ background-position: -80px -40px;}
.yxwz_sec3 ._list li .ic9{ background-position: -120px -40px;}
.yxwz_sec3 ._list li .ic10{ background-position: -160px -40px;}
.yxwz_sec3 ._list li ._con:hover .ic{ -webkit-transform:translateY(-15px); transform:translateY(-15px); }
.yxwz_sec4{ width: 100%; background:url(../img/yxwz_bg1.jpg) no-repeat center fixed; height: 412px; padding: 70px 0; color: #fff; -webkit-background-size: 100% 100%;
background-size: 100% 100%;}
.yxwz_sec4 ._t{ text-align: center; font-size: 40px; color: #fff; line-height: 1; margin-bottom: 20px;}
.yxwz_sec4 ._t b{ color: #f60; }
.yxwz_sec4 ._intro{text-align: center; color: #fff; font-size: 16px; margin-bottom: 40px;}
.yxwz_sec4 ._list{ overflow: hidden; width: 102%;}
.yxwz_sec4 li { float: left; /* cursor: pointer; */ width: 18%; margin-right: 2%;/*  background:rgba(0,0,0,.6); */ text-align: center; margin-bottom: 25px;/*  padding: 25px 0; */}
.yxwz_sec4 .ic{ display: block; width: 40px; height: 40px; background:url(../img/yxwz_icos.png) no-repeat 0 -80px;margin: 0 auto; margin-bottom: 15px;}
.yxwz_sec4 .ic2{ background-position: -40px -80px;}
.yxwz_sec4 .ic3{ background-position: -80px -80px;}
.yxwz_sec4 .ic4{ background-position: -120px -80px;}
.yxwz_sec4 .ic5{ background-position: -160px -80px;}
.yxwz_sec4 .ic6{ background-position: 0px -120px;}
.yxwz_sec4 .ic7{ background-position: -40px -120px;}
.yxwz_sec4 .ic8{ background-position: -80px -120px;}
.yxwz_sec4 .ic9{ background-position: -120px -120px;}
.yxwz_sec4 .ic10{ background-position: -160px -120px;}
.yxwz_sec4 .qy_feature ._rect{ background:rgba(0,0,0,.5);}
.yxwz_sec4 .qy_feature ._c{ padding: 8% 15%;}
.top_title{  border-left: 1px solid #ddd; padding-left: 20px; height: 45px; line-height: 45px;  margin: 15px 0 15px 20px;}
.top_title h1{ font-size: 24px; font-weight: normal;}

.brand_intro_list>li{ display: none;}
.brand_intro_list li.show{ display: block;}
.breadCrumb h2{ font-size: 17px; font-weight: normal; display: inline-block;}

/* 电子商务 */
.ecommerce_menu h2{ font-size: 62px; font-weight: normal; font-family: Arial; line-height: 1; color: #f60;}
.ecommerce_menu h3{ font-size: 36px; font-weight: normal; margin-bottom: 15px;}
.ecommerce_menu ._txt{ margin-bottom: 90px; font-size: 16px;}
.eMenu_con{ height: 68px; line-height: 68px; border-bottom: 1px solid #e3e3e3; font-size: 16px; text-align: center; width: 100%; background: #fff; }
.eMenu{ height: 68px;width: 100%; margin-bottom: 50px;}
.eMenu_con.fixed{ position: fixed; top: 0; left: 0; z-index: 90;}
.eMenu a{ display: inline-block; }
.eMenu a.cur{ border-bottom: 1px solid #f27824; color: #f60; }
.eMenu em{ display: inline-block; margin:0 1.5%; /* color: #e3e3e3; */ width: 1px; height: 16px;background: #e3e3e3;}
.eMenu.fixed{ position: fixed; top: 0; left: 0;}
.ecommerce_list li { text-align: center; float: left; margin-bottom: 70px; cursor: pointer;}
.ecommerce_list li .ic{ display: inline-block; width: 70px; height: 70px; background:url(../img/ecommerce_icos.png) no-repeat 0 0;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.ecommerce_list li h3{ font-weight: normal; font-size: 18px;}
.ecommerce_list li ._con{ border-right: 1px solid #ddd;}
.ecommerce_list li .ic2{ background-position: -70px 0;}
.ecommerce_list li .ic3{ background-position: -140px 0;}
.ecommerce_list li .ic4{ background-position: -210px 0;}
.ecommerce_list li .ic5{ background-position: -280px 0;}
.ecommerce_list li .ic6{ background-position: -350px 0;}
.ecommerce_list li .ic7{ background-position: -420px 0;}
.ecommerce_list li .ic8{ background-position: -490px 0;}
.ecommerce_list li .ic9{ background-position: -560px 0;}
.ecommerce_list li .ic10{ background-position: -630px 0;}
.ecommerce_list li .ic11{ background-position: -700px 0;}
.ecommerce_list li .ic12{ background-position: -770px 0;}
.ecommerce_list li .ic13{ background-position: -840px 0;}
.ecommerce_list li .ic14{ background-position: -910px 0;}
.ecommerce_list li .ic15{ background-position: -980px 0;}
.ecommerce_list li:hover .ic{ transform:translateY(-15px); }

.ecommerce_sec2{ width: 100%; height: 693px; padding: 80px 0; background:url(../img/ecommerce_bg.jpg) no-repeat center fixed; color: #fff; text-align: center;}
.ecommerce_sec2 h3{ font-size: 40px; font-weight: normal;}
.ecommerce_sec2 ._intro{ font-size: 16px; margin-bottom: 70px;}
.ecommerce_sec2 ._img img{ width: 89%;}

.ecshop{ background-image: url(../img/eshop_bj.jpg);}
.ecommerceBan { height: 525px; width: 100%; display: none; }
.ec_sec1{ background: #ff6600; color: #fff;  text-align: center; }
.ec_sec1 h3{ font-size: 36px; line-height: 1; font-weight: normal;}
.ec_sec1 ._intro{ font-size: 14px;}
.ec_sec2{ margin-bottom: 40px; }
.ec_sec2 ._con{ position: absolute; z-index: 10; color: #fff; width: 100%; height: 74%; top: 0; left: 0;  text-align: center; color: #fff; padding-top: 15%; cursor: pointer;}
.ec_sec2 img{ width: 100%;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;  }
.ec_sec2 .span-6{ overflow: hidden;}
.ec_sec2 .span-6:hover img{ -moz-transform:scale(1.08,1.08); -ms-transform:scale(1.08,1.08); -o-transform:scale(1.08,1.08); -webkit-transform:scale(1.08,1.08); transform:scale(1.08,1.08); }
.ec_sec2 ._con h3{ font-size: 48px; line-height: 1; font-family: Arial; margin-bottom: 10px; }
.ec_sec2 ._con h4{  font-size: 25px; font-weight: normal;}
.ec_sec2 ._con ._txt{ font-size: 14px; width: 60%; margin: 0 auto 20px auto; }
.ec_sec2 ._con .ic{  width: 48px; height: 48px; background:url(../img/ecommerce_ic1.png) no-repeat center; margin: 0 auto;/*  visibility: hidden; opacity: 0;  */-webkit-transition: all 0.3s ease; transition: all 0.3s ease;position: relative; top: 20px; }
.ec_sec2 ._con .ic a{ display: block;width: 100%; height: 100%; }
.ec_sec2 ._con:hover .ic{ visibility: visible; opacity: 1; top: 0;}
.ec_sec3 { padding-bottom: 60px;}
.ec_sec3 h3{ font-size: 40px; font-weight: normal;}
.ec_sec3 ._txt{ font-size: 16px; margin-bottom: 50px;}
.ec_sec3 ._top{ color: #fff;height: 130px; background: #f60; padding-top: 40px;}
.ec_sec3 ._top .ic{ display: inline-block; width: 60px; height: 60px; background:url(../img/ec_index_ico.png) no-repeat 0 0;}
.ec_sec3 ._top p{ font-size: 22px;}
.ec_sec3 ._links{ background: #f6f6f6;padding: 50px 40px; height: 140px; text-align: left;}
.ec_sec3 ._con:hover ._links{ background: #f0f0f0;}
.ec_sec3 ._links dl{ width: 48%; }
.ec_sec3 ._links dl:last-child{ float: right; }
.ec_sec3 ._links dt{ font-size: 17px; margin-bottom: 15px;}
.ec_sec3 ._links dd{ float: left; width:50%; white-space: nowrap; line-height: 28px; color: #898989; cursor: pointer;}
.ec_sec3 ._con2 ._top{ background: #42668f; }
.ec_sec3 ._con3 ._top{ background: #2cbcb1; }
.ec_sec3 ._con2 ._top .ic{ background-position: -60px 0;}
.ec_sec3 ._con3 ._top .ic{ background-position: -120px 0;}

.ec_sec4{ width: 100%; height: 642px; margin-bottom: 40px; background:url(../img/ec_index_bg.jpg) no-repeat center fixed; padding-top: 60px; padding-bottom: 110px;}
.ec_sec4 ._tit{ font-size: 40px; text-align: center;font-weight: normal; color: #fff;}
.ec_sec4 ._info{ text-align: center; font-size: 16px; color: #fff; margin-bottom: 30px;}
/* 轮播*/
#img-slider .slide{width:100%;background:#fff;position:absolute;}
#img-slider .slide .img{margin:10px auto;border:none;}
#img-slider .img{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 0 rgba(204,205,206,5);-moz-box-shadow:0 1px 0 rgba(204,205,206,5);-ms-box-shadow:0 1px 0 rgba(204,205,206,5);box-shadow:0 1px 0 rgba(204,205,206,5);border:1px solid #edeeee;background-color:#fff;width:780px;height:500px;position:relative;}
#img-slider .img img{display:block;width:100%;}
#img-slider .img:first-child{display:block;}

.switcher-wrap{ position:relative;padding-bottom:60px;padding-left:80px;padding-right:80px; }
.switcher-wrap.slider{padding-left:24%;padding-right:24%;padding-top: 50px;}
.switcher-wrap.slider #img-slider ._img{-webkit-box-shadow:0 4px 20px rgba(0,0,0,0.4);-moz-box-shadow:0 4px 20px rgba(0,0,0,0.4);-ms-box-shadow:0 4px 20px rgba(0,0,0,0.4);box-shadow:0 4px 20px rgba(0,0,0,0.4);border-color:#fff;}
.switcher-wrap a.next,.switcher-wrap a.prev{ position:absolute;width:40px;height:80px;top:50%;margin-top:-40px;background:url(../img/banner_arr2.png) no-repeat 0 0; }
.switcher-wrap a.next{ background-position:-43px 0; right:0;}
.switcher-wrap a.prev{background-position:0 0; left: 0;}
.switcher-wrap a:hover{ -ms-background-position-y:-81px ;background-position-y:-81px ;}
.switcher-wrap ul.switcher{text-align:center;position:absolute;left:0;right:0;top:0;}
.switcher-wrap ul.switcher li{display:inline-block;margin:0 25px;}
.switcher-wrap ul.switcher li a{display:block; color: #fff;font-size: 17px;}
.switcher-wrap ul.switcher li a:hover,.switcher-wrap ul.switcher li.active a{ display: block; border-bottom: 1px solid #fff;}
.switcher-wrap ul.switcher li:last-child{margin-right:0;}
.switcher-wrap ._img img{ width: 100%; }
.switcher-wrap .label{ background: #fff; padding:30px 40px; }
.switcher-wrap .label h3{ font-size: 20px; color: #474747; line-height: 1; margin-bottom: 10px;}
.switcher-wrap ._txt{ height: 60px; overflow: hidden; font-size: 14px;}
.digital_header.pageHeader .wrap{ padding-right: 80px;}
.digital_header .nav > ul > li{ width: 18%;}

.qyzq_sec2{ padding-top: 80px; padding-bottom: 40px;}
.qyzq_sec2 h3{ text-align: center; font-size: 40px; font-weight: normal; line-height: 1;}
.qyzq_sec2 .qyzq_list li{ margin-bottom: 60px; }
.qyzq_sec2 .qyzq_list li ._con{ border-right: 1px solid #ededed; padding-left: 40px; padding-right: 60px; cursor: pointer; }
.qyzq_sec2 .qyzq_list li ._con:hover{ background: #fa9f00; color: #fff;}
.qyzq_sec2 ._tit{ margin-bottom: 25px;}
.qyzq_sec2 ._intro{ margin-bottom: 80px; font-size: 15px;}
.qyzq_sec2 ._con{ padding: 30px; padding-right: 70px; overflow: hidden;}
.qyzq_sec2 ._con ._num{ float: left;  margin-top: -10px; font-size: 60px; font-weight: bold; line-height: 1; font-family: Arial; color: #fa9f00; margin-right: 15px;}
.qyzq_sec2 .qyzq_list li ._con:hover ._num{ color: #fbb558;}
.qyzq_sec3 { background:url(../img/qyzq_pic.jpg) no-repeat center; }

/* 移动互联综合页 */

.zonghe_sec1 ._tit{ font-size: 40px; color: #727272; font-weight: normal;}
.zonghe_sec1 { padding-top: 60px; padding-bottom: 40px;}
.zonghe_sec1 ._txt{ font-size: 16px; margin-bottom: 50px;}
.zonghe_scroll { padding:0 80px 40px 80px; }
.zonghe_scroll li{ float: left; width: 23%; }
.zonghe_scroll li ._con{ display: block; background: #f8f8f8; padding: 10%; cursor: pointer;}
.zonghe_scroll li ._con h3{ font-size: 20px; font-weight: normal;}
.zonghe_scroll li ._con h4{ font-size: 14px; font-weight: normal; margin-bottom: 30px;}
.zonghe_scroll li ._con dl{ margin-bottom: 40px;}
.zonghe_scroll li ._con dd{ line-height: 26px;}
.zonghe_scroll li ._con dd .ion { display:inline-block; width:15px; vertical-align:0; height:20px; line-height:20px; font-size:12px; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/list_arr.png) -15px 0 no-repeat;
  *text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000'); -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.zonghe_scroll li ._con dd .ion:before {content:'\3000';}
.zonghe_scroll li ._con dd:hover .ion { background-position:0 0;}
.zonghe_scroll li ._con .ic{  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;  display: inline-block; background:url(../img/zh_icos.png) no-repeat 0 0; width: 86px; height: 86px; margin-bottom: 10px;}
.zonghe_scroll li ._con .ic2{ background-position: -86px 0;}
.zonghe_scroll li ._con .ic3{ background-position: -172px 0;}
.zonghe_scroll li ._con .ic4{ background-position: -258px 0;}
.zonghe_scroll li ._con .ic5{ background-position: -344px 0;}
.zonghe_scroll li ._con .ic6{ background-position: -430px 0;}
.zonghe_scroll li ._con .ic7{ background-position: -516px 0;}
.zonghe_scroll li ._con ._more{ display: block; font-size: 15px; width: 155px; max-width:100%; height: 35px; line-height: 35px; text-align: center; margin: 0 auto; border: 1px solid #ddd;}
.zonghe_scroll li ._con ._more:hover{ background: #f8f8f8; }
.zonghe_scroll li ._con:hover{ background: #f60; color: #fff;}
.zonghe_scroll li ._con:hover .ic{ -ms-background-position-y: -86px; background-position-y: -86px;}
.zonghe_scroll .arrs { width: 46px; height: 91px; top: 50%; margin-top: -45px; display: block; background:url(../img/banner_arr.png) no-repeat 0 0;}
.zonghe_scroll .arr_prev{ left: 0;}
.zonghe_scroll .arr_next{ right: 0; background-position: -46px 0;}
.zonghe_scroll .scroll_nav { width: 100%; position: absolute; bottom: 0px; text-align: center; left: 0;}
.zonghe_scroll .scroll_nav a{ cursor: pointer; display: inline-block; width: 18px; height: 18px; background: #e2e2e2; border-radius: 9px; line-height:99; overflow: hidden; margin:0 5px; }
.zonghe_scroll .scroll_nav a.on{ background: #bababa;}
.zonghe_scroll .arrs:hover{ -ms-background-position-y:-91px ;background-position-y:-91px ;}
.zonghe_sec2{ width: 100%; height: 500px; padding: 45px 0; background:url(../img/ydhl_zh_bg3.jpg) no-repeat center fixed; color: #fff; -webkit-background-size: cover;
background-size: cover;}
.zonghe_sec2 ._tit,.zonghe_sec3 ._tit{ font-size: 40px; font-weight: normal; line-height: 1; margin-bottom: 20px;}
.zonghe_sec2 ._info,.zonghe_sec3 ._info{ font-size: 16px; margin-bottom: 60px;}
.zonghe_sec2 .qy_feature ._c{ padding:10% 15%;}
.zonghe_sec2 .qy_feature ._rect{ background:rgba(0,0,0,.5); }
.zonghe_sec3{ background:url(../img/ydhl_zh_bg2.jpg) no-repeat center; color: #fff; padding: 50px 0;}
.zonghe_sec3 ._info{ margin-bottom: 40px;}
.zonghe_sec3 ._list{ padding:0 90px;}
.zonghe_sec3 .arrs{ display: block; width: 42px; height: 80px; background:url(../img/banner_arr2.png) no-repeat 0 0; top: 50%; margin-top: -40px;}
.zonghe_sec3 .arr_prev{ left: 0;}
.zonghe_sec3 .arr_next{ right: 0; background-position: -41px 0;}
.zonghe_sec3 .arrs:hover{ -ms-background-position-y: -81px; background-position-y:-81px ;}
.zonghe_sec3 li{ width: 48%;text-align: center;}
.zonghe_sec3 li img{ /* width: 100%; */width: 516px!important;height: 297px!important;}
.zonghe_sec3 .scroll_nav{ display: none;}

/* 软件 */
.yxk_sec1{ padding: 80px 0;}
.yxk_sec1 ._tit{ margin-bottom: 30px;}
.yxk_sec1 h3{ margin-bottom: 15px;}
.yxk_sec1 ._intro{ font-size: 15px; padding:0 18%;}
.yxk_sec2{ background: #efefef; padding: 80px 0;}
.yxk_sec2 ._con{ background: #fff;  padding: 10%; overflow: hidden;margin-bottom: 30px; cursor: pointer; padding-left: 40%; position: relative;}
.yxk_sec2 ._con .ic { left: 10%; top: 22%; text-align: center; position: absolute;  width: 100px; height: 100px; line-height: 100px; background: #fff; border-radius: 50px;}
.yxk_sec2 ._con .ic i{ display:inline-block; vertical-align: middle; width: 60px;height: 60px; background:url(../img/soft/yxk_icos.png) no-repeat 0 0;}
.yxk_sec2 ._con h3{ font-size: 22px; font-weight: normal;}
.yxk_sec2 ._con .ic2 i{ background-position: -60px 0;}
.yxk_sec2 ._con .ic3 i{ background-position: -120px 0;}
.yxk_sec2 ._con .ic4 i{ background-position: -180px 0;}
.yxk_sec2 ._con .ic5 i{ background-position: -240px 0;}
.yxk_sec2 ._con .ic6 i{ background-position: -300px 0;}
.yxk_sec2 ._con:hover{ color: #fff; background: #ffb400;}
.yxk_sec2 ._con ._txt{ white-space: nowrap;}
.yxk_sec3{ padding-bottom: 0;}
.yxk_sec4{ background:url(../img/soft/img/yxk_bg2.jpg) no-repeat center fixed; padding-top: 80px; color: #fff; padding-bottom: 110px;}
.yxk_sec4 ._tit{ font-size: 40px; font-weight: normal; line-height: 1; margin-bottom: 10px;}
.yxk_sec4 ._info{ margin-bottom: 80px; font-size: 18px;}
.qa_list ._con{ text-align: left; padding: 12%; border: 6px solid #fff; color: #fff;}
.qa_list ._con h3{ font-size: 24px; font-weight: normal;}
.qa_list ._con h4{font-size: 18px; font-weight: normal; margin-bottom: 15px;}
.qa_list ._con ._num{ font-size: 70px; color: #fff; font-family: Arial; display: block; line-height: 1; font-weight: bold; }
.qa_list ._con li{  line-height: 30px;}
.qa_list ._con:hover{ background:rgba(255,255,255,.8);  }
.qa_list ._con:hover h3{ color: #000;}
.qa_list ._con:hover h4{ color: #000;}
.qa_list ._con:hover li{ color: #7c7669; }
.qa_list ._con:hover ._num{ color: #9d9584; }
.client_list li{ width: 25%; float: left;}
.client_list ._con{ /* border-left: 1px solid #ddd;  */padding:0 10%; }
.client_list ._con ._img{ margin-bottom: 25px;height: 80px; }
.client_list ._con ._img img{height: 100%;width:auto;}
.client_list ._con ._txt{ line-height: 28px; }
.yxk_sec5 { padding: 80px 0; position: relative;}
.yxk_sec5 ._tit{ font-size: 40px; font-weight: normal; text-align: center; line-height: 1; margin-bottom: 10px;}
.yxk_sec5 ._intro{ font-size: 24px; color: #737272; text-align: center; margin-bottom: 80px; }
.yxk_sec5 .parrs{ display: block; width: 50px; height: 50px; background:url(../img/soft/rect_arr.png) no-repeat 0 0; position: absolute; top: 64%;/*  margin-top: -25px; */}
.yxk_sec5 .parrs:hover{ -ms-background-position-y: -50px;
background-position-y: -50px;}
.yxk_sec5 .parr_next{ background-position: -50px 0; right:2%;}
.yxk_sec5 .parr_prev{ left: 2%;}
.client_list .scroll_nav{ display: none; }
.fz30{ font-size: 30px; font-weight: normal;}
.fz40{ font-size: 40px; font-weight: normal; line-height: 1;}
.erp_img{ margin: 0 auto;}
.erp_img img{ width: 41.5%;}
.erp_sec2{ line-height: 1; height: 510px; width: 100%; padding: 110px 0; background:url(../img/soft/img/erp_bg.jpg) no-repeat center fixed;color: #fff; }
.erp_sec2 ._tit{ margin-bottom: 20px; }
.erp_sec2 ._intro{ font-size: 15px; line-height: 30px; margin-bottom: 80px;}
/* .erp_sec2 img{ width: 100%;} */
.police_sec1{ padding: 80px 0;}
.police_sec1 ._tit{ color: #0737a3; margin-bottom: 30px;}
.police_sec1 ._intro{ font-size: 15px;}
.police_sec2{ background:url(../img/soft/img/police_bg.jpg) no-repeat center fixed; height: 469px; padding: 70px 0;}
.police_sec2 ._list{ padding:0 7%; color: #fff;}
.police_sec2 ._list ._con{ cursor: pointer; background: #02032b;  height: 100px; padding: 60px 40px; margin-bottom: 30px; position: relative; padding-left: 150px;}
.police_sec2 ._list h3{ font-size: 24px; font-weight: normal;}
.w1200{ width: 1200px; margin: 0 auto;}
.police_sec2 ._list .ic{ position: absolute; display: block; width: 104px; height: 104px;line-height: 104px;  text-align: center; border-radius: 52px; background: #5886f0; left: 30px; }
.police_sec2 ._list i{ width: 70px; height: 70px;vertical-align: middle; display: inline-block;  background:url(../img/soft/police_icos.png) no-repeat 0 0;}
.police_sec2 ._list .ic2 i{ background-position: -70px 0;} 
.police_sec2 ._list .ic3 i{ background-position: -140px 0;} 
.police_sec2 ._list .ic4 i{ background-position: -210px 0;} 
.police_sec2 ._list ._con:hover{ background: #0207ab;  }
.police_sec2 ._list ._con:hover .ic i{ -ms-background-position-y: -70px; background-position-y: -70px;}
.police_sec3{ padding-top: 50px; }
.police_sec3 ._tit,.police_sec4 ._tit{ margin-bottom: 20px;}
.police_sec3 ._info{ font-size: 18px; margin-bottom: 70px;}
.police_sec4{ background:url(../img/soft/img/police_bg2.jpg) no-repeat center; padding-top: 55px; padding-bottom: 100px; color: #fff;}
.police_sec4 ._con{ padding: 60px 40px; background:rgba( 255,255,255,.2); position: relative; padding-left: 130px;}
.police_sec4 ._num{ font-size: 62px; font-family: Arial; position: absolute; left: 40px; top: 60px; line-height: 1; }
.police_sec4 ._con h3{ font-size: 20px; font-weight: normal;}
.police_sec4 ._con ._txt{ line-height: 26px; }

.tts_sec1{ padding-top:70px; padding-bottom: 50px;}
.tts_sec2 { padding: 40px 0; background: #efefef;}
.tts_sec2 ._con{ text-align: center; background: #fff; padding: 50px 50px 80px 50px; cursor: pointer;  }
.tts_sec2 ._con .ic{ display: block; width: 128px; height: 128px; margin: 0 auto 35px auto; background:url(../img/soft/tts_icos.png) no-repeat 0 0;}
.tts_sec2 ._con .ic2{ background-position: -128px 0;}
.tts_sec2 ._con .ic3{ background-position: -256px 0;}
.tts_sec2 ._con h3{ font-size: 20px; margin-bottom: 20px; font-weight: normal;}
.tts_sec2 ._con ._txt{ line-height: 2;}
.tts_sec2 ._con:hover{ background: #75c81e; color: #fff;}
.tts_sec2 ._con:hover .ic{ -ms-background-position-y: -128px;background-position-y: -128px;}
.tts_sec2 ._con2:hover{ background:#01af5a;}
.tts_sec2 ._con3:hover{ background:#ffb400;}

.tts_sec3{ padding: 70px 0; }
.tts_sec3 ._intro{ font-size: 15px; }
.tts_sec3 ._tit{ margin-bottom: 20px; }
.tts_sec4{ background:url(../img/soft/img/tts_bg.jpg) no-repeat center fixed; height: 515px; width: 100%; padding: 85px 0; color: #fff; } 
.tts_sec4 ._intro{ font-size: 15px; }
.tts_sec4 .c_list ._con{ border: 6px solid #fff;padding: 35px; margin-bottom: 25px; overflow: hidden; cursor: pointer;}
.tts_sec4 .c_list ._con ._num{ font-size: 50px; font-weight: bold; font-family: Arial; float: left; line-height: 1; margin-right: 30px;}
.tts_sec4 .c_list ._con h3{ font-weight: normal; font-size: 18px; }
.tts_sec4 .c_list ._con:hover{ background:rgba(0,0,0,.2);  border-color: transparent; }
.tts_sec2 ._links{ overflow: hidden; width: 60%; margin: 0 auto; height: 60px;}
.tts_sec2 ._links a{ width: 50%; text-align: center; float: left; line-height: 30px;}
.mbox_sec4{ background:url(../img/soft/img/MBOX_bg.jpg) no-repeat center fixed; height: 416px; padding-top: 100px; color: #fff;}
.mbox_sec4 .icos_list li{ width: 33.3%; float: left; font-size: 15px; cursor: pointer;}
.mbox_sec4 ._intro{ font-size: 18px; margin-bottom: 60px; }
.mbox_sec4 .icos_list li .ic{ width: 134px; height: 134px; display: block; background:url(../img/soft/mbox_icos.png) no-repeat 0 0; margin: 0 auto 30px auto;}
.mbox_sec4 .icos_list li .ic2{ background-position: -134px 0;}
.mbox_sec4 .icos_list li .ic3{ background-position: -268px 0;}
.exk_sec2 ._con:hover{ background: #4795da;}
.exk_sec2 ._con .ic{ background-image: url(../img/soft/exk_icos.png);}
.exk_sec4 { background-image: url(../img/soft/img/yxk_bg2.jpg);}
.mbox_sec2 ._con .ic{ background-image: url(../img/soft/mbox_ticos.png); }
.mbox_sec2 ._con:hover{ background: #67d6f8;}
.mbox_sec2 ._con2:hover{ background: #ffc699;}
.mbox_sec2 ._con3:hover{ background: #aaceff;}
.exk_sec2 ._con2:hover{ background: #2cbcb1;}
.exk_sec2 ._con3:hover{ background: #ff6600;}



.fz15{ font-size: 15px; }
.dms_sec2 { background:url(../img/soft/img/dms_bg.jpg) no-repeat center fixed; height: 578px; padding: 100px 0; width: 100%; color: #fff;text-align: center;}
.dms_sec2 ._con .ic{ display: inline-block; width: 44px; height: 44px; background:url(../img/soft/dms_icos.png) no-repeat 0 0; vertical-align: middle; margin-right: 15px;}
.dms_sec2 ._con .ic2{ background-position: -44px 0;}
.dms_sec2 ._con .ic3{ background-position: -88px 0;}
.dms_sec2 ._con .ic4{ background-position: -132px 0;}
.dms_sec2 ._con .ic5{ background-position: -176px 0;}
.dms_sec2 ._con .ic6{ background-position: -220px 0;}
.dms_sec2 ._con ._t{ font-size: 24px; margin-bottom: 20px;}
.dms_sec2 ._intro{ margin-bottom: 90px;}
.dms_sec2 ._con{ padding:0 75px; border-right: 1px solid #6f89a8; margin-bottom: 70px;}
.dms_sec2  ._txt{ color: #bcbcbc; height: 60px; overflow: hidden; }
.cpq_sec2{ background:url(../img/soft/img/cpq_bg.jpg) no-repeat center fixed; padding-top: 90px; height: 578px; width: 100%; color: #fff; text-align: center; }
.cpq_sec2 .ic{ display: block; width: 134px; height: 134px; background:url(../img/soft/cpq_icos.png) no-repeat 0 0; margin: 0 auto 35px auto; }
.cpq_sec2 .ic2{ background-position: -134px 0;}
.cpq_sec2 .ic3{ background-position: -268px 0;}
.cpq_sec2 .ic4{ background-position: -402px 0;}
.cpq_sec2 ._intro{ margin-bottom: 70px; }
.cpq_sec2 ._con ._t{ font-size: 22px; line-height: 1; margin-bottom: 15px;}

.soft_index{ width: 100%; background:url(../img/soft/img/soft_index_bg.jpg) no-repeat center fixed;height: 850px; /* height: 937px; */ padding-top: 75px; }
.soft_index ._c{ display: table; margin-bottom: 25px; }
.soft_index ._con{ display: table-cell; vertical-align: middle; color: #fff;  height: 250px; padding:0 50px; background: #06366c; text-align: center;}
.soft_index ._con h3{ font-size: 24px; font-weight: normal; line-height: 1; margin-bottom: 15px;}
/*.soft_index ._con1{ background:rgba( 71,149,218,.5);}
.soft_index ._con2{ background:#9c24c4;}
.soft_index ._con3{ background:rgba( 58,79,104,.5);}
.soft_index ._con4{ background:#06366c;}
.soft_index ._con5{ background: #f27823; height: 525px;}
.soft_index ._con5 h3{ font-size: 30px;}
.soft_index ._con6{ background:rgba( 0,0,0,.5);}
.soft_index ._con7{ background:#01af5a;}
.soft_index ._con8{ background:#0078fe;}*/
.soft_index ._con1{ background:#9c24c4;}
.soft_index ._con2{ background:rgba( 58,79,104,.5);}
.soft_index ._con4{ background: #0078fe;; height: 525px;}
.soft_index ._con4 h3{ font-size: 30px;}
.soft_index ._con6{ background:#f27823;}
.soft_index ._con7{ background:#01af5a}

.soft_index_news li {width: 25%; float: left; color: #878787; font-family: Arial,"微软雅黑"; }
.soft_index_news li ._con{ display: block; border-left: 1px solid #ddd; border-right: 1px solid #ddd; padding: 45px 30px;}
.soft_index_news li ._date{ width: 100px; border-bottom: 2px solid #fac9a7; font-size: 14px; font-family: Arial; padding-bottom: 10px; display: block; margin-bottom: 20px;}
.soft_index_news li h3{ font-size: 20px; font-weight: normal; line-height: 1.4; margin-bottom: 30px; height: 56px; overflow: hidden;}
.soft_index_news .parrs{ position: absolute; top: 50%; margin-top: -25px; display: block; width: 50px;height: 50px; background:url(../img/soft/rect_arr.png) no-repeat 0 0; }
.soft_index_news .parr_prev{ left:-70px;}
.soft_index_news .parr_next{ right: -70px; background-position: -50px 0;}
.soft_index_news .parrs:hover{ -ms-background-position-y: -50px;
background-position-y: -50px;}

.rencai_footer{ background: #ff6600;}
.rencai_footer .foot_nums{ display: none;}
.channel_banner video{ display: block; width: 100%; }
.channel_banner .cover{ position: absolute;width: 100%; height: 100%; background:rgba(0,0,0,.6); z-index: 5; top: 0; left: 0;}
.channel_banner.de_video .cover{ position: absolute;width: 100%; height: 100%; /*background:rgba(0,0,0,0);*/  background:url(../img/video_cover_de.png); z-index: 5; top: 0; left: 0;}

/* 移动营销云 */
.yd_marking_sec1{ padding-top: 100px;}
.yd_marking_sec1 ._intro{ padding-top: 80px; }
.yd_marking_sec1 ._intro h3{ font-size: 35px; color: #f27823; font-weight: normal; margin-bottom: 15px;}
.yd_marking_sec1 ._intro ._txt{ font-size: 15px; line-height: 28px; }

.yd_marking_sec2{ background:url(../img/yd_marking_bg.jpg) no-repeat center fixed; -webkit-background-size: 100%;
background-size: 100%; padding: 80px 0; color: #fff;}
.yd_marking_sec2 ._con{ text-align: center; margin-bottom: 40px; cursor: pointer; }
.yd_marking_sec2 ._con .ic{ display: block; width: 134px; height: 134px; background:url(../img/yd_marking_icos.png) no-repeat 0 0; margin: 0 auto 20px auto;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.yd_marking_sec2 ._con .ic2{ background-position: -134px 0;}
.yd_marking_sec2 ._con .ic3{ background-position: -268px 0;}
.yd_marking_sec2 ._con .ic4{ background-position: -402px 0;}
.yd_marking_sec2 ._con .ic5{ background-position: -536px 0;}
.yd_marking_sec2 ._con .ic6{ background-position: -670px 0;}
.yd_marking_sec2 ._con .ic7{ background-position: -804px 0;}
.yd_marking_sec2 ._con .ic8{ background-position: -938px 0;}
.yd_marking_sec2 ._tit{ font-size: 20px; font-weight: normal; font-size: 40px; line-height: 1; margin-bottom: 20px; }
.yd_marking_sec2 ._intro{ font-size: 18px; margin-bottom: 80px; }
.yd_marking_sec2 ._con h3{ font-size: 20px; font-weight: normal; margin-bottom: 10px;}
.yd_marking_sec2 ._con ul{ height: 66px; overflow: hidden;}
.yd_marking_sec2 ._con li{ font-size: 14px;}
.yd_marking_sec2 ._con:hover .ic{ transform:translateY(-15px);-webkit-transform:translateY(-15px); }
.yd_marking_sec3 ._tit{ font-size: 40px; font-weight: normal;}
/*.yd_marking_sec3 ._intro{ font-size: 16px; margin-bottom: 55px; }
.yd_marking_sec3{ padding: 70px 0;}
.yd_marking_sec3 ._info{ padding: 30px; background: #000; color: #fff;}
.yd_marking_sec3 ._info .tag{ font-size: 16px;  position: relative; padding-bottom: 10px; margin-bottom: 30px;}
.yd_marking_sec3 ._info .tag:after{ content:''; position: absolute; width: 30px; height: 1px; background: #fff;left: 0; bottom: 0;}
.yd_marking_sec3 ._info ._txt{ height: 60px; overflow: hidden;}
.yd_marking_sec3 ._con{ border-left: 1px solid #fff; cursor: pointer;}
.yd_marking_sec3 ._info ._t{ font-size: 22px; font-weight: normal; margin-bottom: 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.yd_marking_sec3 ._con:hover ._info{ background: #f27823;}
.yd_marking_sec3 ._code{ display: none; position: absolute; width: 185px; height: 185px; top: 50%; margin-top: -92px; left: 50%; margin-left: -92px;}
.yd_marking_sec3 ._con:hover ._code{ display: block;}*/

.yd_marking_media2{ background:url(../img/yd_marking_bg2.jpg) no-repeat center fixed; -webkit-background-size: 100% 100%;
background-size: 100% 100%; color: #fff; height: 600px; width: 100%; padding-top: 75px; overflow: hidden;}
.yd_marking_media2 ._t{ font-size: 40px; font-weight: normal;}
.yd_marking_media2 ._intro{ font-size: 18px; margin-bottom: 70px;}
.yd_marking_media2 .phone{ width: 322px; margin: 0 30px; }
.yd_marking_media2 ._num{ width: 88px; height: 110px; background:url(../img/yd_marking_num.png) no-repeat 0 0;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.yd_marking_media2 ul { width:34%;}
.wideScreen .yd_marking_media2 ul{ width: 38%;}
.yd_marking_media2 li{ margin-top: 30px; overflow: hidden; cursor: pointer;}
.yd_marking_media2 li h3{ font-size: 20px; font-weight: normal;}
.yd_marking_media2 li:hover h3{ color: #f27823; }
.yd_marking_media2 li:hover ._num {  -ms-background-position-y: -110px;background-position-y: -110px;}
.yd_marking_media2 li:hover .p{ color: #f27823; }
.yd_marking_media2 .left_list li ._num{ margin-left: 30px;}
.yd_marking_media2 ._right{ padding-top: 15px;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.yd_marking_media2 .left_list li:hover ._right{ transform:translateX(-15px);}
.yd_marking_media2 .right_list li:hover ._right{ transform:translateX(15px); }
.yd_marking_media2 ._num2{ background-position: -88px 0;}
.yd_marking_media2 ._num3{ background-position: -176px 0;}
.yd_marking_media2 ._num4{ background-position: -264px 0;}
.yd_marking_media2 ._num5{ background-position: -352px 0;}
.yd_marking_media2 ._num6{ background-position: -440px 0;}
.yd_marking_media2 ._num7{ background-position: -528px 0;}
.yd_marking_media2 ._num8{ background-position: -616px 0;}
.yd_marking_media3{ padding: 70px 0;}
.yd_marking_media3 ._t { font-size: 40px; font-weight: normal; line-height: 1; margin-bottom: 20px;}
.yd_marking_media3 ._intro{ font-size: 18px; margin-bottom: 80px;}
.solution_list .ic{ display: block; width: 110px; height:90px; margin: 0 auto 45px auto; background:url(../img/solution_ic.png) no-repeat 0 0;}
.solution_list .ic2{ background-position: -110px 0;}
.solution_list .ic3{ background-position: -220px 0;}
.solution_list .ic4{ background-position: -330px 0;}
.solution_list ._con{  text-align: center; cursor: pointer;}
.solution_list ._con h3{ font-size: 20px; font-weight: normal; margin-bottom: 10px;}
.solution_list ._con:hover .ic{ -ms-background-position-y: -90px;background-position-y: -90px;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.solution_list ._con:hover h3{ color: #f27823;}
.solution_list ._con:hover ._p{ color: #f27823;}
.yd_marking_media4 { color: #fff; background:url(../img/yd_marking_bg4.jpg) no-repeat top; padding: 70px 0; -webkit-background-size: cover;
background-size: cover;}
.yd_marking_media4 ._con{ position: relative; }
.yd_marking_media4 ._img img{ width: 100%; }
.yd_marking_media4 ._mask{ display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:rgba(255,102,0,.8); background:#f60\0;text-align: center; }
.yd_marking_media4 ._mask ._t{ font-size: 16px; }
.yd_marking_media4 .s_img img{ width: 100%; }
.yd_marking_media4 ._t{ font-size: 40px; font-weight: normal; line-height: 1; margin-bottom: 20px; }
.yd_marking_media4 ._info{ font-size: 18px; margin-bottom: 30px;}
.yd_marking_media4 .more_btn{ display: block; width: 245px; height: 38px; line-height: 38px ; margin: 0 auto 40px auto; border: 1px solid #f27823; text-align: center; color: #f08200;}
.yd_marking_media4 .more_btn:hover{ color: #fff; background: #f27823;} 
.yd_marking_media4 ._con{ margin-right: 10px; margin-bottom: 10px; cursor: pointer; }
.yd_marking_media4 ._con ._c{ position: relative; top: 50%; transform:translateY(-50%); top: 22%\0;}
.yd_marking_media4 ._con .t{ font-size: 16px; margin-bottom: 20px;}
.yd_marking_media4 ._con .code{ width: 120px;}
.yd_marking_media4 ._con:hover ._mask{ display: block;}

.content_slider {position:relative; height:520px;   overflow: hidden;}
.content_slider  ul,.content_slider  li{position:relative;height:100%;overflow:hidden;}
.content_slider  ul img{width:100%;max-width:none;}
.content_slider  h3{position:absolute;color:#fff;left:0;bottom:0;text-indent:1em;width:100%;line-height:30px; z-index: 5; background:rgba(0,0,0,.8);}
.content_slider  .dots{position:absolute;left:0;bottom:0;width:100%;height:30px;}
.content_slider  .dot{float:right;width:12px;height:12px;overflow:hidden;font-size:0;margin:9px 8px 0 0;background:#666;cursor:pointer;}
.content_slider  .active{background:#f39801;}
.content_slider .slide_nav{ position: absolute; width: 100%; height: 30px; text-align: center; bottom: 0; left: 0; }
.content_slider .slide_nav a { float: right; width: 12px; height: 12px; overflow: hidden; font-size: 0; margin: 9px 8px 0 0; background: #666; cursor: pointer; }
.content_slider .slide_nav a.on{ background: #f39801;}
.ipart.ipart02{ padding-top: 40px; }

/* culture */
.culture_sec1{padding: 60px 0; }
.culture_sec1 ._tit{ font-size: 48px; line-height: 1; margin-bottom: 30px; font-weight: normal;}
.culture_sec1 ._intro{ font-size: 16px;padding:0 15%; margin: 0 auto; }
.culture_sec3{ padding: 110px 0; }
.culture_sec2{ background:url(../img/culture_img1.jpg) no-repeat center; color: #fff; height: 450px;}
/*.culture_sec2 ._txt{ width: 260px; display: none;}
.culture_sec2 li{ cursor: pointer;  float:right; height: 100%; width: 10%; background:url(../img/culture_line.png) no-repeat top left;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.culture_sec2 li ._con{ padding-left: 14%; padding-top: 50px; }
.culture_sec2 li .num{ margin-bottom: 30px; font-size: 14px; color: #ffb400; text-indent:5px;}
.culture_sec2 .inner_wrap,.culture_sec2 ul{ height: 100%; }
.culture_sec2 li.active ._txt{ display: block; }
.culture_sec2 li.active { width: 30%; background-image:url(../img/culture_line2.png);}
.culture_sec2 li.active ._name img{ transform:scale(1.5);-webkit-transform:scale(1.5); opacity:.6;}
.culture_sec2 li ._name img{  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.culture_sec2 li ._name{ margin-bottom: 40px;}
.culture_sec2 li ._txt h3{ font-size: 26px;}
.culture_sec2 li ._txt .p{ line-height: 30px;}*/
/*.rightBar{ position: fixed; right: 0; bottom: 200px; z-index: 90;}
.rightBar a{ display: block; width: 82px; height: 82px;  background:url(../img/pf.png) no-repeat 0 0; margin-bottom: 3px;}
.rightBar .a2{ background-position: 0 -85px;}
.rightBar .a3{ background-position: 0 -170px;}*/

.sr #case_list li{ visibility: hidden;}


.tempage { padding: 60px 0; line-height: 30px; }


/*表单  20161108*/
.pop-form{width: 480px;padding:25px;background:#fff;border:1px solid #ddd;
  box-shadow: 0 0 4px rgba(0,0,0,.3);font-family: "微软雅黑",sans-serif;}
.pop-form-hd{position: relative; height: 40px;line-height: 40px;margin-bottom: 10px;
font-size:22px;}
.pop-form-tip{color:#f60;margin:0 0 20px;}
.pop-form-hd em{color:#f60;font-style: normal;}
.pop-form-hd ._clo{position: absolute;right: 0;top:0;font-weight: 700;font-size:26px;
color:#f60;cursor: pointer;width: 40px;text-align: center;height: 100%;font-family: tahoma;}
.pop-form ._row{display: block; margin-bottom: 10px; overflow: hidden;*zoom:1;}
.pop-form ._row ._tit{display: inline-block;width: 5em;vertical-align: middle;font-weight: 700;}
.pop-form ._row ._inp{border:1px solid #ddd;padding:6px;vertical-align: middle;width: 385px;}
.pop-form ._T{font-size:15px;color:#f60;margin:10px 0;}
.pop-form ._row .check-item{float: left;width: 50%;font-family: tahoma;margin-bottom: 6px;font-family: "微软雅黑",sans-serif;}
.pop-form ._row .check-item input[type="checkbox"]{vertical-align: middle;margin-right: 4px;}
.pop-form ._row .radio-item{float: left;margin-right: 15px;font-family: tahoma;}
.pop-form ._row .radio-item input[type="radio"]{vertical-align: middle;margin-right: 4px;}
.pop-form ._row textarea{border:1px solid #ddd;width:385px;height: 60px;padding:6px;}
.pop-form ._yzm ._inp{width: 6em;}
.pop-form ._yzm img{height: 26px;}
.pop-form ._yzm em{color:red;font-style: normal;font-size:16px;margin:0 4px;}
.pop-form ._row ._btn{display: block;width: 110px;height: 34px;line-height: 34px;
background:#f60;color:#fff;text-align: center;margin:20px auto 0;border:0;cursor: pointer;
font-size:14px;    outline: none;}
.pop-form ._row ._btn:hover{opacity: .9;}

/* 关于我们 */
.about_us{padding:70px 0;background-color: #fff;}
.about_us .l{width: 40%;}
.about_us .l img{}

.about_us .r {width: 56%;}
.about_us .r ._t{padding:30px 0; }
.sr .about_us .r ._t{ display:none;}
.about_us .r ._c{line-height: 30px;font-size: 13px;color: #5a5a5a;padding-top: 25px;}

/* 网站地图 */
.wangzhanmap .inner_wrap{overflow:hidden;}
.list-row{ display: table-row; overflow: hidden;width: 100%; min-width: 1200px;}
.wangzhanmap dl{ display: table-cell;width: 15%;padding-left: 5%;position: relative;}
.wangzhanmap dl:after{content:''; width:1px; height:90%; background-color:#eee;position:absolute; left:auto; right: -1px;bottom:0; top: 6%;scaleY:0.5;}
.wangzhanmap dl:nth-child(5):after{width:0px;}
.wangzhanmap dt{line-height: 56px;font-size: 20px;color: #000;font-weight: bold;}
.wangzhanmap dd{font-size: 13px;color: #5a5a5a;line-height: 36px;padding-left: 18px;background-image: url('/resources/web/img/wangzhanmapimg.png');background-position: left center;background-repeat:no-repeat;;}
.wangzhanmap dd a:hover{color: #f60;}

/* 模拟器 */
.moniqi{padding:30px 0;}
.moniqi .li{margin-bottom: 60px;background-color: #f5f7f8;}

.moniqi .li .l {width: 60%;}
.moniqi .li a{display:block;}
.moniqi .li .l ._c{padding:90px 90px 90px 50px;}
.moniqi .li .l ._c ._t{font-size: 30px;color: #000;line-height: 50px;font-weight: bold;}
.moniqi .li .l ._c ._n{font-size: 13px;color: #5a5a5a;line-height: 30px;} 
.moniqi .li .r{width: 40%;}
.moniqi .li ._c:hover ._t{color: #ff9000;}
.moniqi .li .r .m_slide{max-width:1000px;margin:auto;height:0; overflow:hidden; padding-bottom:75%;position: relative;}
.moniqi .li .r .m_slide li{background: #f5f7f8;}
.moniqi .li .r .m_slide li .rect-75{}
.moniqi .li .r .m_slide img{ width: 100%;}
.moniqi .li .r .m_slide .slide_nav{display:none; left: 0;bottom:0;}
.moniqi .li .arrs{height: 90px;width: 40px;position: absolute;top: 50%;margin-top: -45px;z-index: 5;}
.moniqi .li .arr_prev{left:20px;background-image: url('/resources/web/img/moniqi_img1.png');background-position: center center;background-repeat: no-repeat;}
.moniqi .li .arr_next{right: 20px;background-image: url('/resources/web/img/moniqi_img2.png');background-position: center center;background-repeat: no-repeat;}
 
/* .xuni_tit{height: 100%;line-height: 568px; vertical-align: middle;}
 .xuni_tit img{    display: inline-block; vertical-align: middle;}*/
.eMenu.ydhl_nav_show{display:none;}
.eMenu.ydhl_nav_show.fixed{display:block;z-index: 10;}
.eMenu.ydhl_nav_show .eMenu_con.fixed{display:block;}

/*2016-11-15*/
/*footer*/
/*.pageFooter .foot2 .lt { width:24.6%; }*/
.pageFooter .foot3 .lt:first-child { margin-left:0; }
.pageFooter .foot3 .lt.first { margin-left:0; }
/*2017-12-13*/
.pageFooter .foot2  .zgdz .lt {width:inherit; margin-right:30px}
/*下层-通用样式*/
/*触控-营销页触控显示二维码 line 1674-1682 注释*/
/*http://jerei.icm.cn/yidong/yi-dong-ying-xiao-yun.htm*/
.touch_show_qr_list ._info{ padding: 30px; background: #000; color: #fff;}
.touch_show_qr_list ._info .tag{ font-size: 16px;  position: relative; padding-bottom: 10px; margin-bottom: 30px;}
.touch_show_qr_list ._info .tag:after{ content:''; position: absolute; width: 30px; height: 1px; background: #fff;left: 0; bottom: 0;}
.touch_show_qr_list ._info ._txt{ height: 60px; overflow: hidden;}
.touch_show_qr_list ._con{ border-left: 1px solid #fff; cursor: pointer;}
.touch_show_qr_list ._info ._t{ font-size: 22px; font-weight: normal; margin-bottom: 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.touch_show_qr_list ._con:hover ._info{ background: #f27823;}
/*.touch_show_qr_list ._mask { position:absolute; left:0; top:0; bottom:100%; width:100%; background:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000); }*/
.touch_show_qr_list ._con:hover ._mask { bottom:0; }
.touch_show_qr_list ._code{ display: none; position: absolute; width: 185px; height: 185px; top: 50%; margin-top: -92px; left: 50%; margin-left: -92px;}
.touch_show_qr_list ._con:hover ._code{ display: block;}
/*page 分页*/
.page .ion { font-size:1em; }
.page a, .page span { font-size:16px; font-weight:bold; padding:10px 14px; }
/*首页*/
.ipart01 .tag_new_wrapper { display:inline-block; *display:inline; *zoom:1; position:relative; }
.ipart01 .tag_new_wrapper:after { content:'new'; display:block; position:absolute; top:50%; right:0; margin-top:-10px; margin-right:-35px; font-size:13px; font-family:Arial; color:#ff6600; }

/*2016-11-16*/
/*人才站-header*/
.job_head .nav { width:75%; }
/* .job_head .nav li { width: 14% !important; } */
/*人才站-header-下拉菜单触控隐藏*/
.job_head .nav > ul > li:hover ul { opacity:0; visibility:hidden; }
/*虚拟现实-footer*/
/*line 953、 955-956 注释*/
.digitalFooter .foot1 dl { padding-left:2%; padding-right:0; width:12%; }
.pageFooter dl.digital_foot_intro { width:46%;padding-right:2% }
.digitalFooter .foot1 dl.qr_code { padding-left:0; width:auto; }
/*下层-通用样式*/
/*下层-页面底部留白统一控制*/
.channelPage { padding-bottom:40px; }
/*page-分页*/
/*page-分页-统一分页与内容区距离&分页与页脚距离*/
/*http://jerei.icm.cn/case/wang-zhan-jian-she-list-0.htm*/
.page { margin:20px 0 20px; }
/*人才站*/
/*人才站-招聘职位个数统计-隐藏*/
/*http://jerei.icm.cn/job/zhao-pin-xin-xi.htm*/
.job_pos { display:none; }
/*下层-通用样式 end*/
/*首页*/
.ipart.ipart02 { padding-top:5px; }
/*人才站-首页*/
/*人才站-首页-焦点图*/
/*http://jerei.icm.cn/job/ren-cai.htm*/
/*line 465-473 注释*/
.job_banner{ position:relative; width: 100%; height:450px; overflow:hidden; }
.job_banner .slide_nav { left: 0; width: 100%; bottom: 0; text-align: center; }
.job_banner .slide_nav a{display: inline-block;width: 1em;height: 1em;border-radius: .5em;
margin: .5em;background:#ccc;box-shadow: 1px 1px 2px rgba(0,0,0,.5);overflow: hidden;
line-height: 99px; cursor:pointer; }
.job_banner img{ position: absolute; width: 1920px; max-width:none; left: 50%; margin-left: -960px;}
.job_banner .slide_nav .on{background:#ff6600;}
.job_banner .arrs{ /* display: none;  */z-index: 99; background:url(../img/banner_arr.png) no-repeat 0 0; width: 46px; height: 91px; position: absolute; top: 50%; margin-top: -45px;}
.job_banner .arr_prev{ left: 2%;}
.job_banner .arr_next{ right: 2%; background-position: -46px 0;}
.job_banner .arr_prev:hover{ background-position: 0 -91px;}
.job_banner .arr_next:hover{ background-position: -46px -91px;}
.job_banner:hover .arrs{ display: block;}
/*虚拟现实-首页*/
.digital_index_word { padding-top:30px; }
.digital_index_word .combtn { padding-bottom:30px; }
/*虚拟现实-首页-banner*/
/*line 1842-1843 注释*/

/*资质荣誉*/
.honorList .pBox,.honorList .pBox a { cursor:default; }
.honorList ._mask { display:none; }
.honorList .pBox ._title { height:3.2em; overflow:hidden; }
/*移动营销云页*/
/*http://jerei.icm.cn/yidong/yi-dong-ying-xiao-yun.htm*/
.yd_marking_sec3 { padding-bottom:50px; }
/*移动营销案例页*/
/*http://jerei.icm.cn/case/APPyun-ying-an-li-list-0.htm*/
.appcasePage .touch_show_qr_list .span-4 { margin-bottom:50px; }
.appcasePage .touch_show_qr_list ._info,.appcasePage .touch_show_qr_list ._con:hover ._info {  background:#f5f5f5; }
.appcasePage .touch_show_qr_list ._info { color:#555555; }
/*.appcasePage .touch_show_qr_list ._con:hover ._info { color:#ff6600; }*/
.touch_show_qr_list ._info .tag { display:none; margin-bottom:20px; }
.touch_show_qr_list ._info .tag:after { background:#555555; }
.touch_show_qr_list ._con:hover ._info .tag:after { background:#ff6600; }
.touch_show_qr_list ._info ._t { margin-bottom:5px; }
.appcasePage .touch_show_qr_list ._info ._txt { height:5.4em; font-size:13px; line-height:1.8em; }
/*服务页*/
/*http://jerei.icm.cn/service/fu-wu.htm*/
.servicePage .b_img ._msk { position:absolute; top:0; left:0; bottom:0; width:100%; background:rgba(0,0,0,.30); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4d000000,endcolorstr=#4d000000); }
/*新闻详情*/
/*http://jerei.icm.cn/news/484229.htm*/
.news_tit { font-size:26px; }
/*企业文化*/
/*line 1754-1765 注释*/
/*http://jerei.icm.cn/company/qi-ye-wen-hua.htm*/
.culture_sec2 { padding-top:35px; }
.culture_sec2 ._txt{ width: 370px; margin:0 auto;min-height: 140px;}
.culture_sec2 li ._con{ padding-left: 5%; padding-top: 25px; padding-right:5%;}
.culture_sec2 li .num{ display:none; margin-bottom: 30px; font-size: 14px; color: #ffb400; text-indent:5px;}
.culture_sec2 .inner_wrap,.culture_sec2 ul{ height: 100%; }
.culture_sec2 li ._name img{  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.culture_sec2 li ._name{ display:none; margin-bottom: 40px; font-size:20px; font-weight:bold; }
.culture_sec2 li ._txt h3{ margin-bottom:10px; font-size: 26px;}
.culture_sec2 li ._txt .p{ line-height:24px;}
/*主站-分页与页面底部距离统一控制*/
/*产品案例-响应式网站*/
/*http://jerei.icm.cn/case/wang-zhan-jian-she-list-0.htm*/
.casePage .channel_bd { margin-bottom:0; }
/*产品案例-新媒体运营*/
/*http://jerei.icm.cn/case/xin-mei-ti-yun-ying-list-0.htm*/
.appcasePage .channel_bd { margin-bottom:0; }
/*新闻列表*/
/*http://jerei.icm.cn/news/gong-si-xin-wen-list-1.htm*/
.channel_bd .inews .box { margin-bottom:50px; }
.channel_bd .inews .box .bi{ height: 8.2em; margin: 10px 0; overflow: hidden;}
/*2016-11-17*/
/*下层-公共样式*/
/*首页-banner && 虚拟现实-banner*/
/*http://jerei.icm.cn/  &&  http://jerei.icm.cn/digital/*/
/*ibanner ivideo_banner*/
/*line 223-236 注释 虚拟现实首页视频banner与首页样式相同，故抽取公共样式*/
.ivideo_banner { text-align:center; }
.ivideo_banner,.ivideo_banner li { height:600px; position:relative; overflow:hidden; }
.ivideo_banner video,.ivideo_banner .cover { position:absolute; left:0; top:0;}
.ivideo_banner video { min-height:100%; min-width:100%;}
.ivideo_banner .cover { width:100%; height:100%; background:url(../img/video_cover_de.png); color:#fff; text-align:center;}
.guide { width:81px; height:81px; background:url(../img/mouse_guide.png) no-repeat; position:absolute; left:50%; margin-left:-40px; bottom:5%; z-index:10;}
.guide:hover { -webkit-animation:pudding 1s linear; -moz-animation:pudding 1s linear; -o-animation:pudding 1s linear; -ms-animation:pudding 1s linear; animation:pudding 1s linear;}
.ivideo_banner .cover .text1 { font-size:65px; margin-top:18%; line-height:1;}
.ivideo_banner .cover .text2 { font-size:15px; max-width:800px; margin-left:auto; margin-right:auto; margin-top:3%;}
.ivideo_banner li { display:block;}
.ivideo_banner .cover .text1,.ivideo_banner .cover .text2 { -webkit-transition:all 0.8s ease; transition:all 0.8s ease; opacity:0; display:none/9;}
.ivideo_banner.act .cover .text1,.ivideo_banner.act .cover .text2 { opacity:1; display:block/9;}
.ivideo_banner.act .cover .text1 { margin-top:15%;font-weight:bold; }
.ivideo_banner.act .cover .text2 { margin-top:2%; }
.ivideo_banner.act .cover .text1 img{ width: auto;}
/*.ivideo_banner .active .cover .text1,.ivideo_banner .active .cover .text2,.ivideo_banner.unable .cover .text1,.ivideo_banner.unable .cover .text2 { opacity:1; display:block/9;}
.ivideo_banner .active .cover .text1,.ivideo_banner.unable .cover .text1 {margin-top:15%;font-weight:bold;}
.ivideo_banner .active .cover .text2,.ivideo_banner.unable .cover .text2 { margin-top:2%;}*/
/*ibanner ivideo_banner 追加部分*/
/*.ivideo_banner .cover .text1,.ivideo_banner .cover .text2,.ivideo_banner .cover .text1,.ivideo_banner .cover .text2 { opacity:1; display:block/9;}
.ivideo_banner .cover .text1,.ivideo_banner .cover .text1 {margin-top:15%;font-weight:bold;}
.ivideo_banner .cover .text2,.ivideo_banner .cover .text2 { margin-top:2%;}*/
/*ibanner ivideo_banner end*/
/*招聘信息*/
/*http://jerei.icm.cn/job/shi-chang-ying-xiao-lei.htm*/
/*招聘信息-招聘职位标题显示不全，故缩减字号 考虑标题可能有2行，控制盒子整体高度*/
.jobBox { height:332px; }
.jobBox h3 { width:75%; font-size:23px; }
/*招聘信息-招聘信息内容显示不全，故加高内容区高度*/
.jobBox ._con { height:196px; }
/*截字问题*/
/*案例列表 http://jerei.icm.cn/case/wang-zhan-jian-she-list-0.htm*/
.pBox ._mask ._text { max-height:12.6em; }
/*虚拟现实-精彩案例 http://jerei.icm.cn/digital/shu-zi-zhan-guan.htm*/
.digitalPics .over { font-size:14px; }
.digitalPics .over h3 { margin-bottom:10px; max-height:2.8em; font-size:26px; line-height:1.4; white-space:normal; }
.digitalPics .over ._txt { margin-bottom:15px; }
.digitalPics .over ._intro { height:14.4em; }

/*2016-11-18*/
/*联系我们-百度地图 gongb*/
#map img{max-width:none;}
#map label{ max-width:none;}
/*页面底部留白统一-个别页面单独处理*/
/*虚拟现实站-首页*/
/*http://jerei.icm.cn/digital/*/
.channelPage.digital_index { padding-bottom:0; }
/*服务页面*/
/*http://jerei.icm.cn/service/fu-wu.htm*/
.channelPage.servicePage { padding-bottom:0; }
/*页面底部留白统一-个别页面单独处理 end*/
/*移动互联站-列表标题样式统一问题*/
/*移动互联站-品牌网站*/
.ydhl_sec2 { padding-top:50px; }
/*移动互联站-营销网站*/
/*http://jerei.icm.cn/mobileinternet/ying-xiao-wang-zhan.htm*/
.yxwz_sec2 { padding:50px 0; }
.ydhl_wz_anli_list { margin-bottom:55px; }
.ydhl_wz_anli_list .i_hd { margin:40px 0 45px; }
.ydhl_wz_anli_list .i_hd .text { margin-bottom:0; }
/*移动互联站-移动营销云*/
/*http://jerei.icm.cn/yidong/yi-dong-ying-xiao-yun.htm*/
.touch_show_qr_list .i_hd { margin:40px 0 45px; }
.touch_show_qr_list .i_hd .text { margin-bottom:0; }
/*移动互联站-响应式网站*/
/*http://jerei.icm.cn/mobileinternet/xiang-ying-shi-wang-zhan.htm*/
.xyswz_sec2,.xyswz_sec4 { padding-top:50px; }
/*移动互联站-列表标题样式统一问题 end*/
/*移动互联站-二级导航触控与主站统一问题*/
.eMenu,.eMenu a { height:68px; vertical-align:top; }
/*为a链接单独设置一次高度，因为电商有上标，会拉高高度。vertical-align:top用于对齐*/
/*http://jerei.icm.cn/commerce/eshop.htm*/
.eMenu a.cur { border-bottom:none; }
.eMenu a.cur:after,.eMenu a:hover:after { left:0; width:100%; }
.eMenu a { position:relative; }
.eMenu a:after { content:''; display:block; position:absolute; bottom:0; left:50%; margin-bottom:-1px; width:0; height:1px; background-color:#f27824; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
/*移动互联站-二级导航触控与主站统一问题 end*/
/*人才站-二级导航触控与主站统一问题*/
.subnavs li { padding-left:21px; padding-right:21px; }
.subnavs a { position:relative; }
.subnavs .cur a { border-bottom:none; }
.subnavs .cur a:after,.subnavs li:hover a:after { left:0; width:100%; }
.subnavs a:after { content:''; display:block; position:absolute; bottom:0; left:50%; margin-bottom:-1px; width:0; height:1px; background-color:#f27824; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
/*人才站-二级导航触控与主站统一问题 end*/
/*虚拟现实站-二级导航触控与主站统一问题*/
.digital_menu .cur { border-bottom:none; }
.digital_menu .cur:after,.digital_menu a:hover:after { left:0; width:100%; }
.digital_menu a { position:relative; }
.digital_menu a:after { content:''; display:block; position:absolute; bottom:0; left:50%; margin-bottom:-1px; width:0; height:1px; background-color:#f27824; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
.digital_menu .sub h2{ display: inline-block; font-weight: normal;}
/*虚拟现实站-二级导航触控与主站统一问题 end*/
/*虚拟现实站*/
/*虚拟现实站-缩小最小高度以控制留白*/
/*http://jerei.icm.cn/digital/bo-wu-guan.htm*/
.digitalPics { min-height:360px; }
/*移动互联站-页面第一区块与顶部留白太大*/
/*移动互联站-网站综合*/
/*http://jerei.icm.cn/mobileinternet/*/
.zonghe_sec1 { padding-top:0; }
/*移动互联站-起点ERP以及同级下层*/
/*http://jerei.icm.cn/soft/qi-dian-ERP.htm*/
.yxk_sec1 { padding-top:0; }

/*2016-11-19*/
/*移动互联站-电商题目与上方内容区距离统一问题*/
/*http://jerei.icm.cn/commerce/emall.htm*/
.channelPage.ecommerce { padding-top:0; padding-bottom:0; }
/*移动互联站-电商题目与上方内容区距离统一问题 end*/
/*子站-点击官网按钮难选中*/
.product_nav > .hd a { display:block; width:100%; height:100%; }

/*since 2016-11-21*/
/*头部*/
/*移动互联站头部*/
.channelHeader.ydhl .select_lang { display:none; }
/*虚拟现实站头部*/
.digital_head .select_lang { display:none; }
/*人才站头部*/
.job_head .select_lang { display:none; }
/*页脚*/
.foot3 .inner_wrap { padding-left:0; padding-right:0; }
/*下层通用样式*/
/*右侧漂浮菜单*/
/*line:1766-1769 注释*/
.right_bar{ /*display:none;*/ position:fixed; top:200px; right:0; width:50px; height:203px; z-index:10;}
.right_bar li{ width:62px; height:50px; z-index:20; }
.right_bar li.rtbar_li1,.right_bar li.rtbar_li4{ position:absolute; left:0;}
.right_bar li.rtbar_li1{ top:0; width:172px; }
.right_bar li.rtbar_li2{ position:absolute; top:51px; left:0; }
.right_bar li.rtbar_li3{ position:absolute; top:102px; left:0; width:126px; display: none;}
.right_bar li.rtbar_li4{ top:102px;}
.rtbar_li4{ position:absolute; top:153px; left:0;}
.right_bar li a{ display:block; font-family:"Microsoft Yahei"; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#39424b; opacity:0.8; border-radius:6px;}
.right_bar li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;}
.right_bar li a:hover{ background-color:#ff6600; opacity:1;}
.rtbar_shwx{ display:none; position:absolute; top:-176px; left:-188px; background:url(../img/rtbar_wxbd.png) no-repeat bottom right;/*  width:216px; height:216px;  */padding-bottom:9px; }
.rtbar_shwx img{ padding:14px; background-color:#FFF; width:160px; height:160px; }
/*右侧漂浮菜单 end*/
/*二级导航吸顶*/
/*二级导航吸顶-主站*/
.channel_menu { height:66px; }
/*二级导航吸顶-人才站*/
.subnavs { height:67px; }
/*二级导航吸顶-移动互联站*/
.eMenu { height:68px; line-height:68px; }
.channel_menu .fixed,.subnavs .fixed,.eMenu .fixed { position:fixed; top:0; left:0; z-index:90; width:100%; background-color:#ffffff; border-bottom:#ededed 1px solid; }
.newsBar .fixed{ background: #f60; width: 90%; padding:0 5%;}
/*二级导航吸顶 end*/
/*下层通用样式 end*/
/*移动互联站首页*/
.ydhl_index_sec1 ._dis { width:1000px; max-width:96%; margin:0 auto; padding:0 2%; }
/*移动互联站首页-底部新闻列表*/
.news_list li ._con { padding-bottom:25px; height:260px; }
.news_list li ._con h3 { max-height:4.8em; overflow:hidden; }
.news_list li ._con ._txt { height:6.4em; overflow:hidden; }
/*人才站-首页*/
/*人才站-首页-解决图片变形问题*/
/*原样式 line:506*/
.jobli { position:relative; }
.jobli .iservice { min-height:220px; }
.jobli .b_img { position:relative; height:0; padding-bottom:50%; }
.jobli .b_img img { position:absolute; top:0; left:0; }
.jobli .b_info { position:absolute; top:0; right:0; bottom:0; width:50%; height:auto; }
/*人才站-首页-解决图片变形问题-2016-11-29追加*/
.jobli.job3 .b_img,.jobli.job4 .b_img { float:right; }
.jobli.job3 .b_info,.jobli.job4 .b_info { right:auto; left:0; }
/*服务-综合*/
/*服务-综合-该div左侧视频的右侧有白边*/
.servicePage .rolling-box .color6 { margin-left:-1px; }
/*公司-综合*/
.channelPage.aboutPage { padding-bottom:0; }
/*公司-简介*/
.about_companys a:hover { color:#ffffff; }
/*动态-综合*/
/*新闻列表元素不需要隐藏，如需要则已统一在scrollReveal中处理过了 line:488 注释*/
/*移动互联站-网站-综合*/
/*http://jerei.icm.cn/mobileinternet/*/
.zonghe_sec1 ._txt { margin-left:auto; margin-right:auto; width:790px; max-width:100%; }
.zonghe_scroll li ._con h4 { height:3.2em; overflow:hidden; }
.pBox ._mask ._tag { display:none; }
.ipart02 .pBox ._mask ._tag { display:inline-block; }
/*移动互联站-网站-响应式网站*/
/*http://jerei.icm.cn/mobileinternet/xiang-ying-shi-wang-zhan.htm*/
.brand_menu li { margin-right:0.1%; width:14%; }
.ydhl_sec3 ._intro { margin-left:auto; margin-right:auto; width:750px; max-width:100%; }
/*移动互联站-网站-企业站群*/
.qyzq_sec2 ._con ._num { line-height:95px; }
.qyzq_sec2 ._con ._txt ._hd { font-weight:bold; font-size:15px; }
.qyzq_sec2 ._con ._txt ._bd { height:6.4em; overflow:hidden; }
/*移动互联站-网站-上市公司网站*/
.ydhl_sec2 ._intro { margin-left:auto; margin-right:auto; width:860px; max-width:100%; }
/*移动互联站-移动-移动营销云*/
.yd_marking_sec1 ._intro ._txt { padding-bottom:40px; }
/*移动互联站-软件-CPQ技术选型*/
.cpq_sec2 ._p { line-height:2; }
/*移动互联站-软件-DMS厂商协同系统*/
.dms_sec2  ._txt { height:6.4em; }
/*移动互联站-软件-移销客*/
/*移动互联站-软件-移销客-亮点列表*/
.yxk_sec2 ._con .ic { top:12%; }
/*移动互联站-软件-移销客-解决问题列表*/
.qa_list ._con { min-height:330px; }
/*虚拟现实站-数字模拟器*/
.moniqi .li .l ._c { padding-bottom:30px; }
.moniqi .li .l ._c ._n { min-height:90px; }

/*window 1024-1200*/
@media only screen and (max-width: 1300px){
  /*虚拟现实站首页*/
  .digitalPics .over { padding:4%; overflow:hidden; }
  .digitalPics .over h3 { font-size:22px; }
  .digitalPics .over ._txt { margin-bottom:5px; }
  /*虚拟现实站首页-图片墙文字高度控制*/
  .digitalPics .over ._intro { height:9.6em; }
  /*服务-综合*/
  .servicePage .b_img img { width:auto; height:100%; }
  .servicePage .channel_bd .color9 video { width:auto; height:100%; }
  /*公司-公司图片*/
  .pictures .title .l { width:75%; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
  /*移动互联站-网站-响应式网站*/
  .xyswz_sec1 { display:none; }
  /*移动互联站-网站-企业站群*/
  .qyzq_sec2 .qyzq_list li ._con { padding-left:5%; padding-right:10%; }
  /*移动互联站-电商-综合*/
  .ec_sec2 ._con:hover .ic{ visibility:hidden; opacity:0; }
  .ec_sec3 ._links { height:280px; }
  .ec_sec3 ._links dl { margin-bottom:20px; width:100%; }
  /*移动互联站-软件-起点ERP*/
  .yxk_sec5 .parrs { display:none; }
  /*移动互联站-软件-移销客-亮点列表*/
  .yxk_sec2 ._con { padding-left:10%; }
  .yxk_sec2 ._con .ic { display:none; }
  /*移动互联站-软件-移销客-亮点列表*/
  .tts_sec2 ._con ._txt { height:8em; overflow:hidden; }
  /*虚拟现实站-数字模拟器*/
  .moniqi .li .l ._c { padding:45px 90px 25px 50px; }


}
/*window 1024-1200*/
@media only screen and (max-width: 1199px){
  /*页脚*/
  /*页脚-滚动数字*/
  .animate_nums .num span { font-size:55px; }
  .animate_nums li .text { font-size:13px; }
  /*页脚-网站部分拓扑与外链*/
  .foot1 dl { width:19%; padding-left:1%; }
  /*页脚-联系方式*/
  .pageFooter .foot2 .lt { width:24.6%; }
  /*下层通用样式*/
  .w1200 { padding-left:2%; padding-right:2%; width:auto; }
  /*下层通用-案例列表*/
  #case_list .span-4 { width:48%; }
  /*下层通用样式 end*/
  /*首页-案例列表*/
  /*.pBox ._mask ._text { display:none; }*/
  /*虚拟现实站首页*/
  .digitalPics .span-6 ._img{padding-bottom: 56.54%;}
  /*服务-综合*/
  .servicePage .color11 .iservice .text { padding-top:30px; }
  .servicePage .color11 .iservice .text:before, .color11 .iservice .text:after { display:none; }
  /*案例-列表*/
  .channel_hd a { padding:20px 28px; }
  .content_slider{ height: 430px;}
  /*移动互联站-网站-专题网站*/
  .zthd_sec1 li { font-size:15px; }
  .zthd_sec1 li.line { width:6.5%; }
  .zthd_sec1 li i { margin-top:8%; padding-bottom:19%; width:20%; }
  /*移动互联站-移动-移动营销云*/
  .yd_marking_sec3 #case_list .span-4.ani3 { display:none; }
  /*移动互联站-移动-新媒体运营*/
  .yd_marking_media2 ul { margin-left:5%; margin-right:5%; width:40%; }
  .yd_marking_media2 .phone { display:none; }



}


/*2016-11-22虚拟实现首页*/

/* .False-404 .False-404-outbg{ width: 700px; margin: 0 auto; padding: 0 !important;}
.False-404 .False-404-content ._tit-1{ color: #f60 !important;}
.False-404 .False-404-inbg ._img{ left: 500px !important; background: #f60!important;right: auto!important; top: 36px !important;}
.digitalCon .bigImg img{ max-height: 100%;} */



/* vr */
.vr_top_bg{ width: 100%; height: 1344px; padding-top: 110px; background:url(../img/vr_top_bg2.jpg) no-repeat center; }
.vr_play_ic{ display: block;background:url(../img/vr_play_ic.png) no-repeat center; width: 72px; height: 72px; position: absolute; left: 50%; top: 50%; margin-top: -36px; margin-left: -36px;}
.vr_top_bg .vr_tit{ font-size: 32px; color: #fff; margin-bottom: 20px;}
.vr_top_bg .vr_txt{ color: #ff7e00; font-size: 18px;}
.vr_top_bg .w1200{ height: 100%;}
.vr_video{ position: absolute; font-size: 14px; width: 580px; bottom: 80px; right: 0;}
.vr_video .info{ font-size: 14px; line-height: 30px; text-align: left;color: #000; padding-right: 60px; margin-bottom: 20px;}
.vr_sec2{ background:url(../img/vr_box2_bg.jpg) no-repeat center; width: 100%; height: 856px; padding-top: 100px;}
.vr_list{ width: 575px; height: 321px;}
.vr_sec2_intro{ width: 350px; padding: 10px; line-height: 30px; margin-bottom: 50px;color: #000;}
.vr_list .arrs{ line-height: 320px; position: absolute; top: 0;color: #fff; background:rgba(0,0,0,.6); height: 100%; width: 50px; text-align: center; font-size: 30px;}
.vr_list .arr_prev{ left: 0;}
.vr_list .arr_next{ right: 0;}
.vr_sec3{ width: 100%; height: 847px; padding-top: 90px; background:url(../img/vr_box3_bg.jpg) no-repeat center;}
.vr_sec3_block{ background:url(../img/vr_box3_bg2.png) no-repeat center; height: 682px; width: 100%;}
.vr_sec3_intro{ width: 505px; line-height: 30px; color: #000; font-size: 14px;padding: 215px 70px 20px 0; }
.vr_sec3_block ._con{ width: 575px; float: right;}
.box_wrap_bar.bg-primary{ background: #ff6600;}
.vr_videoCon{ width: 580px; height: 327px; overflow: hidden;}
.vjs-default-skin .vjs-big-play-button{ width: 2em !important; height: 2em!important; border-radius: 50% !important; left: 50% !important; top: 50% !important; margin-left: -1em; margin-top: -1em;}
.vjs-default-skin .vjs-big-play-button:before{ line-height: 2em !important; left: 4px !important;}

/*20170207 电商首页*/
.commerceHeader{height:85px; background-color:#fff; position:fixed;z-index:10;width:100%;}
.commerceHeader .c_logo{float:left; padding:20px 0;}
.commerceHeader .c_nav{float:right;width:64%;}
.commerceHeader .c_nav li{width:auto; padding-left:60px;float:left; line-height:85px; font-size:16px; color:#333; text-align:center;}
.c_mobile_key{display:none;}
.c_nav > ul > li.cur > a, .c_nav > ul > li:hover > a {color: #ff6600;}
.commerce_footer{padding-top:70px; padding-bottom:30px;}
.commerce_footer .foot2 .inner_wrap{border-top:none;}
.c_banner{min-height:560px; padding-top:85px;}
.commerce_banner{width:100%;height:560px; position:relative; overflow:hidden;display:none;}
/*.commerce_banner li{width:100%;position:relative;}*/
.commerce_banner img{width:1920px; max-width:none; position:absolute; left:50%; margin-left:-960px;}
.c_banner .slide_nav{bottom:15px; width:100%; text-align:center; font-size:0;left:0;}
.c_banner .slide_nav a{display:inline-block; *display:inline; *zoom:1; width:18px; height:18px; border-radius:50%; background-color:#fff; margin:0 5px; cursor:pointer;}
.c_banner .slide_nav a.on{background-color:#ff7f00;}
.commerceMain .pt1{background:url(../img/commerce_pt1_bg.jpg) center top no-repeat; padding:100px 0 90px;}
.commerceMain .pt1 .tit{font-size:38px; color:#333; line-height:1; margin-bottom:40px; text-align:center;}
.commerceMain .pt1 .tit span{color:#ff6804;}
.commerceMain .pt1 .info{width:80%; text-align:center; font-size:22px; color:#686868; margin:0 auto 50px;}
.commerceMain .pt1 .info a:hover{color:#686868;}
.commerceMain .pt1 .shubiao{width:46px; height:67px; margin:0 auto; background:url(../img/shubiao.png) center center no-repeat; cursor:pointer;}
.commerceMain .pt1 .jiant01{background:url(../img/commerce_jt.png) center center no-repeat; width:14px; height:9px; margin:0 auto; animation:fadein_out 1s infinite; -webkit-animation:fadein_out 1s infinite; -moz-animation:fadein_out 1s infinite; animation-delay:0.1s; cursor:pointer;}
.commerceMain .pt1 .jiant02{background:url(../img/commerce_jt.png) center center no-repeat; width:14px; height:9px; margin:0 auto; animation:fadein_out 1s infinite; -webkit-animation:fadein_out 1s infinite; -moz-animation:fadein_out 1s infinite; cursor:pointer;}
@keyframes fadein_out{
  0%{opacity:1;}
  100%{opacity:0;}
}
@-webkit-keyframes fadein_out{
  0%{opacity:1;}
  100%{opacity:0;}
}
@-moz-keyframes fadein_out{
  0%{opacity:1;}
  100%{opacity:0;}
}
.commerceMain .pt2{padding:100px 0; background:url(../img/commerce_pt2_bg.jpg) center center no-repeat;}
.commerceMain .pt2 .tit_img{width:270px; height:52px; background:url(../img/commerce_pt2_tit.png) center center no-repeat; background-size:cover; margin:0 auto 30px;}
.commerceMain .pt2 .tit_img a{display:block;width:100%;height:100%;}
.commerceMain .pt2 .info{font-size:38px; color:#f2f2f2; margin-bottom:100px; text-align:center;}
.commerceMain .icons_list li{margin-bottom:50px;}
.commerceMain .icons_list li>a{display:block;}
.commerceMain .icons_list .text{text-align:center; font-size:18px; color:#f2f2f2; line-height:25px; height:50px; overflow:hidden;}
.commerceMain .icons_list .tubiao{width:94px; height:84px; margin:0 auto 25px;}
.commerceMain .icons_list .tb1{background:url(../img/commerce_tb1.png); background-size:200%; background-position: 0 0;}
.commerceMain .icons_list .tb2{background:url(../img/commerce_tb2.png); background-size:200%; background-position: 0 0;}
.commerceMain .icons_list .tb3{background:url(../img/commerce_tb3.png); background-size:200%; background-position: 0 0;}
.commerceMain .icons_list .tb4{background:url(../img/commerce_tb4.png); background-size:200%; background-position: 0 0;}
.commerceMain .icons_list .tb5{background:url(../img/commerce_tb5.png); background-size:200%; background-position: 0 0;}
.commerceMain .icons_list .tb6{background:url(../img/commerce_tb6.png); background-size:200%; background-position: 0 0;}

.commerceMain .icons_list li>a:hover .tb1{background-position: -100% 0;}
.commerceMain .icons_list li>a:hover .tb2{background-position: -100% 0;}
.commerceMain .icons_list li>a:hover .tb3{background-position: -100% 0;}
.commerceMain .icons_list li>a:hover .tb4{background-position: -100% 0;}
.commerceMain .icons_list li>a:hover .tb5{background-position: -100% 0;}
.commerceMain .icons_list li>a:hover .tb6{background-position: -100% 0;}
.commerceMain .icons_list .rotate_box{-moz-transition:all .4s ease 0s; -ms-transition:all .4s ease 0s; -o-transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; transition:all .4s ease 0s;}
.commerceMain .icons_list li>a:hover .rotate_box{-moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}
.commerceMain .icons_list li>a:hover .text{color:#ff6804;}
.commerceMain .pt3 .tit_img{width:270px; height:52px; background:url(../img/commerce_pt3_tit.png) center center no-repeat; background-size:cover; margin:0 auto 30px;}
.commerceMain .pt3{padding:80px 80px; background-color:#fff;}
.commerceMain .pt3 .tit_img a{display:block;width:100%;height:100%;}
.commerceMain .pt3 .info{font-size:38px; color:#333; margin-bottom:100px; text-align:center;}
.commerceMain .pt3 .icons_list li{float:left; width:17%; margin-right:3.75%; }
.commerceMain .pt3 .icons_list li.icon5{margin-right:0;}
.commerceMain .pt3 .icons_list li.icon1 .color_box{background-color:#ff5757;padding:25px 0; margin-bottom:20px;}
.commerceMain .pt3 .icons_list li.icon2 .color_box{background-color:#ff7f00;padding:25px 0; margin-bottom:20px;}
.commerceMain .pt3 .icons_list li.icon3 .color_box{background-color:#6ec7ff;padding:25px 0; margin-bottom:20px;}
.commerceMain .pt3 .icons_list li.icon4 .color_box{background-color:#99d598;padding:25px 0; margin-bottom:20px;}
.commerceMain .pt3 .icons_list li.icon5 .color_box{background-color:#948abf;padding:25px 0; margin-bottom:20px;}
.commerceMain .pt3 .icons_list li .img_box{width:118px; margin:0 auto 28px;}
.commerceMain .pt3 .icons_list li .name{text-align:center; font-size:22px; color:#fff; line-height:1;}
.commerceMain .pt3 .icons_list li a:hover .name{color:#fff;}
.commerceMain .pt3 .icons_list li .text{width:70%; margin:0 auto; font-size:18px; color:#666; text-align:center;}
.commerceMain .pt4{padding:100px 0 30px 0; background:url(../img/commerce_pt4_bg.jpg) center top no-repeat;}
.commerceMain .pt4 .tit{margin-bottom:15px; line-height:1; font-size:38px; color:#000; text-align:center;}
.commerceMain .pt4 .info{text-align:center; font-size:22px; color:#6c6c6c; margin-bottom:20px;}
.commerceMain .pt4 .tab_con .tabt_box{text-align:center; padding-bottom:70px;}
.commerceMain .pt4 .tab_con .tab_t{display:inline-block;*display:inline-block;*zoom:1; width:18px; height:18px; border-radius:50%; background-color:#fff; margin:0 5px;}
.commerceMain .pt4 .tab_con .tab_t_cur{background-color:#ff6804;}
.commerceMain .pt4 .tab_con .tab_c img{max-width:100%;height:auto;}
.commerceMain .pt4 .tab_con .tab_c .pd{padding:0 20px 0 50px;}
.commerceMain .pt4 .tab_c .pd .name{font-size:38px; line-height:1; margin-bottom:30px; color:#333;}
.commerceMain .pt4 .tab_c a:hover .name {color:#ff6804;}
.commerceMain .pt4 .tab_c_cur .pd .name{color:#ff6804;}
.commerceMain .pt4 .tab_c .pd .info_box{font-size:16px; color:#666; line-height:36px; position:relative;overflow:hidden; height:330px;padding-right:30px;}
.commerceMain .pt4 .scrollbar-ui-hover .scroll_bar{background:url(../img/commerce_gdt.jpg) center top repeat-y;}
.commerceMain .pt4  .scrollbar-ui .scroll_slider{background:#959595; border-radius:5px;}

/*下层公用*/
.lower_banner{position:relative;width:100%;padding-top:85px;}
.lower_banner .banner_con{position:relative;height:530px; overflow:hidden;}
.lower_banner .banner_con img{width:1920px;max-width:none;position:absolute;left:50%; margin-left:-960px;top:0;}
.lower_banner .banner_con .banner_text{position:absolute; left:50%; margin-left:-600px; top:30%;}
.lower_banner .banner_con .banner_text .b_text{font-size:40px; color:#fff;}
.lower_banner .banner_con .banner_text .smal_text{font-size:20px; color:#fff; margin-bottom:60px;}
.lower_banner .banner_con .banner_text .join_btn{width:210px; height:60px; border:1px solid #fff; border-radius:10px; font-size:22px; line-height:60px; text-align:center; color:#fff; overflow:hidden;}
.lower_banner .banner_con .banner_text .join_btn:hover{border-color:transparent;}
.lower_banner .banner_con .banner_text .join_btn a{display:block; width:100%; height:100%;}
.lower_banner .banner_con .banner_text .join_btn a:hover{background-color:#fff; color:#333;}
.lower_banner .banner_e{position:relative;height:450px; overflow:hidden;}
.lower_banner .banner_e img{width:1920px;max-width:none;position:absolute;left:50%; margin-left:-960px;top:0;}
.lower_banner .banner_e .banner_text{position:absolute; left:50%; margin-left:-600px; bottom:60px;}
.lower_banner .banner_e .banner_text .join_btn{width:210px; height:60px; border:1px solid #fff; border-radius:10px; font-size:22px; line-height:60px; text-align:center; color:#fff; overflow:hidden;}
.lower_banner .banner_e .banner_text .join_btn:hover{border-color:transparent;}
.lower_banner .banner_e .banner_text .join_btn a{display:block; width:100%; height:100%;}
.lower_banner .banner_e .banner_text .join_btn a:hover{background-color:#fff; color:#333;}
/*弹出表单*/
.commerce_form_box{ background-color:#f0f0f0;}
.commerce_form_box .pd{padding:0 50px 75px;}
.commerce_form_box .line_img{width:100%; height:30px; margin-bottom:40px; background:url(../img/commerce_form_line.png) center 45px no-repeat;padding-top:45px;}
.commerce_form_box .form_info{font-size:22px; color:#9e9e9e; text-align:center; line-height:1; margin-bottom:50px;}
.commerce_form_box .input_box{padding-left:67px;height:50px; border:1px solid #e0e0e0; border-radius:10px; background-color:#fff; overflow:hidden; margin-bottom:15px;}
.commerce_form_box .name_box{background:url(../img/form_icon1.png) 15px center no-repeat; background-color:#fff;}
.commerce_form_box .tel_box{background:url(../img/form_icon2.png) 15px center no-repeat; background-color:#fff; margin-bottom:40px;}
.commerce_form_box .input_box input{border:none; outline:none; width:100%; height:50px; line-height:50px; background-color:#fff; font-size:18px; color:#cacaca;}
.commerce_form_box button{display:block; width:100%; height:65px; line-height:65px; background-color:#fe900f;color:#f7f7f7; text-align:center; outline:none; border:none; font-size:24px; border-radius:10px; cursor:pointer;}
.commerce_form .box_wrap_bar.bg-primary{background-color:#3870a1; height:70px; line-height:70px; text-align:center;}
.commerce_form .box_wrap_title{font-size:26px; color:#fff;}
.commerce_form .box_wrap_body{background-color:#f0f0f0;}
.commerce_form.box_wrap_out_posi{overflow:visible;}
.commerce_form .box_wrap_close{width:65px; height:65px; font-size:0; }
.commerce_form .box_wrap_close a{display:block; width:100%; height:100%;background:url(../img/commer_form_close.png) center center no-repeat;}
.commerce_form .box_wrap_close{right:-65px; top:-50px;}
#boxBlank{background: rgba(0,0,0,.75)!important;}
/*cooperate*/
.cooperate .pt1{padding:80px 0 100px;}
.cooperate .pt1 .tit{font-size:38px; color:#333333; line-height:1; margin-bottom:45px; text-align:center;}
.cooperate .pt1 .info{font-size:22px; color:#666; line-height:1; margin-bottom:45px; text-align:center;}
.cooperate .pt1 .lists .box_cell{border:1px solid #dcdcdc;}
.cooperate .pt1 .lists .img_box{height:150px; margin-bottom:45px;}
.cooperate .pt1 .lists li a{display:block; margin-top:30px;}
.cooperate .pt1 .lists li a:hover{margin-top:0;}
.cooperate .pt1 .lists li a:hover .box_cell{border-color:#ff6600;}
.cooperate .pt1 .lists .cell1 .img_box{background:url(../img/cooperate_pt1_c1.jpg) center center no-repeat; background-color:#eef0f3;}
.cooperate .pt1 .lists .cell1 a:hover .img_box{background:url(../img/cooperate_pt1_c1h.jpg) center center no-repeat;}
.cooperate .pt1 .lists .cell2 .img_box{background:url(../img/cooperate_pt1_c2.jpg) center center no-repeat;background-color:#eef0f3;}
.cooperate .pt1 .lists .cell2 a:hover .img_box{background:url(../img/cooperate_pt1_c2h.jpg) center center no-repeat;}
.cooperate .pt1 .lists .cell3 .img_box{background:url(../img/cooperate_pt1_c3.jpg) center center no-repeat;background-color:#eef0f3;}
.cooperate .pt1 .lists .cell3 a:hover .img_box{background:url(../img/cooperate_pt1_c3h.jpg) center center no-repeat;}
.cooperate .pt1 .lists .cell4 .img_box{background:url(../img/cooperate_pt1_c4.jpg) center center no-repeat;background-color:#eef0f3;}
.cooperate .pt1 .lists .cell4 a:hover .img_box{background:url(../img/cooperate_pt1_c4h.jpg) center center no-repeat;}
.cooperate .pt1 .lists .text_box{text-align:center;height:180px; padding:0 40px 0; overflow:hidden;}
.cooperate .pt1 .lists .text_box .s_tit{font-size:20px; color:#333; line-height:1; margin-bottom:20px;}
.cooperate .pt1 .lists .text_box .text{font-size:14px; color:#666; line-height:26px; height:104px; overflow:hidden; text-align:left;}
.cooperate .pt2{padding:100px 0 150px; background:url(../img/cooperate_pt2_bg.jpg) center center no-repeat;}
.cooperate .pt2 .tit{font-size:38px; color:#fff; line-height:1; margin-bottom:100px; text-align:center;}
.cooperate .pt2 .lists .tubiao{width:123px; height:123px; margin:0 auto 30px;}
.cooperate .pt2 .lists .rotate_box{-moz-transition:all .4s ease 0s; -ms-transition:all .4s ease 0s; -o-transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; transition:all .4s ease 0s;}
.cooperate .pt2 .lists a:hover .rotate_box{-moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}
.cooperate .pt2 .lists .tb1{background:url(../img/cooperate_tb1.png); background-size:200%; background-position:0 0;}
.cooperate .pt2 .lists a:hover .tb1{background-position:-100% 0;}
.cooperate .pt2 .lists .tb2{background:url(../img/cooperate_tb2.png); background-size:200%; background-position:0 0;}
.cooperate .pt2 .lists a:hover .tb2{background-position:-100% 0;}
.cooperate .pt2 .lists .tb3{background:url(../img/cooperate_tb3.png); background-size:200%; background-position:0 0;}
.cooperate .pt2 .lists a:hover .tb3{background-position:-100% 0;}
.cooperate .pt2 .lists .name{text-align:center; font-size:20px; margin-bottom:20px; line-height:1; color:#fff;}
.cooperate .pt2 .lists .text{;width:70%;text-align:center; font-size:14px; margin:0 auto 20px; line-height:20px; color:#fff;}
.cooperate .pt3{padding:90px 0; background-color:#fff; }
.cooperate .pt3 .tit{font-size:38px; color:#333; text-align:center; line-height:1; margin-bottom:30px;}
.cooperate .pt3 .info{font-size:22px; color:#666; text-align:center;  margin-bottom:50px;}
.cooperate .pt3 .line{width:80%; margin:0 auto; height:1px; background-color:#cdcdcd; margin-bottom:80px;}
.cooperate .pt3 .lists .icon_cell{width:20%;  float:left; position:relative;}
.cooperate .pt3 .lists .icon_cell a{display:block;}
.cooperate .pt3 .lists .icon_cell a:hover{margin-top:-10px;}
.cooperate .pt3 .lists .icon_cell .name{font-size:20px; color:#454545; line-height:1; text-align:center;}
.cooperate .pt3 .lists .cell1 .img_box{height:66px;margin-bottom:30px;background:url(../img/cooperate_pt3_c1.png) center center no-repeat;}
.cooperate .pt3 .lists .cell2 .img_box{height:66px;margin-bottom:30px;background:url(../img/cooperate_pt3_c2.png) center center no-repeat;}
.cooperate .pt3 .lists .cell3 .img_box{height:66px;margin-bottom:30px;background:url(../img/cooperate_pt3_c3.png) center center no-repeat;}
.cooperate .pt3 .lists .cell4 .img_box{height:66px;margin-bottom:30px;background:url(../img/cooperate_pt3_c4.png) center center no-repeat;}
.cooperate .pt3 .lists .cell5 .img_box{height:66px;margin-bottom:30px;background:url(../img/cooperate_pt3_c5.png) center center no-repeat;}
.cooperate .pt3 .lists .icon_cell:after{content:""; display:block; width:10px; height:46px; position:absolute; top:-80px; left:50%; margin-left:-5px; background:url(../img/cooperate_pt3_c1_line.png);}
.cooperate .pt4 {padding:110px 0; background:url(../img/cooperate_pt4_bg.jpg) center top no-repeat; position:relative;}
.cooperate .pt4 .can_wrap{position:relative; z-index:2;}
.cooperate .pt4 .tit{text-align:center; color:#fff; font-size:34px; line-height:1; margin-bottom:30px;}
.cooperate .pt4 .info{text-align:center; color:#fff; font-size:22px; line-height:1; margin-bottom:50px;}
.cooperate .pt4 .form_box {width:85%; margin:0 auto;}
.cooperate .pt4 .form_box  .ipt_box{width:48%; border-radius:10px; height:50px; overflow:hidden; line-height:50px; margin-bottom:25px;}
.cooperate .pt4 .form_box  .ipt_box input{padding-left:5%; width:95%;height:50px;background-color:#fed8bf; border:none; outline:none;}
.cooperate .pt4 .form_box  .textarea_box{width:100%; height:126px; overflow:hidden;border-radius:10px; margin-bottom:25px;}
.cooperate .pt4 .form_box  .textarea_box textarea{background-color:#fed8bf; width:96%; height:106px; border:none; outline: none; padding:10px 2%;}
.cooperate .pt4 .form_box  .tj{border:none; outline:none; width:40%; height:50px; line-height:50px; background-color:#474747; color:#fff; text-align:center; margin:0 auto; border-radius: 10px; font-size:22px; display:block; cursor:pointer;}

/*example 案例*/
.example{margin-top:70px;}
.example li{margin-bottom:35px;}
.example li>a{display:block;}
.example li>a:hover .mask{opacity:1;}
.example .mask{position:absolute ;top:0;left:0; background:url(../img/example_mask.jpg.png) center center repeat; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; opacity:0;}
.example .mask .pd{padding:50px 40px 0;margin-top:30px; -webkit-transition: all 0.3s ease;transition-delay: .2s;opacity:0;-webkit-transition-delay: .2s;}
.example li>a:hover .pd{margin-top:0; opacity:1;}
.example .mask .tit{font-size:24px; color:#fff; line-height:1; margin-bottom:15px;}
.example .mask .info{font-size:14px; color:#fff;}
.example .text{ font-size:18px; line-height:30px; }
.example .img_box{margin-bottom:10px;}

/*E_mall*/
  /*tongyong*/
.e_pt1{padding:75px 0 90px; background-color:#fff;}
.e_pt1 .tit_img{width: 270px; height: 52px;  margin:0 auto 20px;}
.e_pt1 .tit img{width:100%; height:auto;}
.e_pt1 .info{font-size:38px; color:#5c5c5c; margin-bottom:20px; text-align:center; line-height:1;}
.e_pt1 .text{font-size:18px; color:#5c5c5c; text-align:center; line-height:1;}
.pt_jz{padding:70px 0; background-color:#ff6600; text-align:center; color:#fff;}
.pt_jz .tit{font-size:36px; line-height:1; margin-bottom:30px;}
.pt_jz .info{font-size:22px; line-height:1;}
.pt_ld {padding:85px 0 100px; background-color:#fff;}
.pt_ld .tit{font-size:36px; color:#333; line-height:1; text-align:center; margin-bottom:70px;}
.pt_ld .lists li{margin-bottom:70px;}
.pt_ld .lists .pd{display:block; border-right:1px solid #dddddd;}
.pt_ld .lists .pd .img_box{width:76px; margin:0 auto 10px;}
.rect-92{padding-bottom:92%;}
.pt_ld .lists .pd .name{font-size:18px; color:#555; line-height:1; margin-bottom:10px; text-align:center;}
.pt_ld .lists .pd .text{font-size:13px; color:#5d5d5d;  text-align:center;}
.pt_al{padding:80px 0 70px; background:url(../img/e_mall_pt6.jpg) center center no-repeat; background-size:cover;}
.pt_al .tit{font-size:36px; color:#444; line-height:1; text-align:center; margin-bottom:45px;}
.pt_al ul{margin-bottom:50px;}
.pt_al .img_box{margin-bottom:20px;}
.pt_al .name{font-size:17px; color:#3f3f3f;}
.pt_al .more_btn{width:20%; height:42px; line-height:42px; border:1px solid #ff6600; border-radius:10px; text-align:center; font-size:16px; margin:0 auto; color:#ff6600; overflow:hidden;}
.pt_al .more_btn:hover{border-color:#fff;}
.pt_al .more_btn a{display:block;}
.pt_al .more_btn a:hover{background-color:#fff; color:#333;}
.pt_kf{padding:100px 0; background-color:#fff;}
.pt_kf .tit{ font-size:38px; color:#444; line-height:1; margin-bottom:40px;text-align:center;}
.pt_kf .info1{font-size:24px; color:#5c5c5c; line-height:1;margin-bottom:20px; text-align:center;}
.pt_kf .info2{font-size:18px;width:49%; margin:0 auto; line-height:34px; color:#5c5c5c; text-align: center;}
.pt_dd {padding:90px 0 60px; background:url(../img/e_mall_pt8.jpg) center center no-repeat; background-size:cover;}
.pt_dd .tit{font-size:38px; color:#fff; line-height:1; text-align:center; margin-bottom:70px;}
.pt_dd .ruler{height:24px;margin:0 auto 30px; width:90%; background:url(../img/e_mall_ruler.png) left center no-repeat;}
.pt_dd .tab_t_box {width:94%;margin:0 auto;}
.pt_dd .tab_t_box .tab_t{width:22.35%; color:#fff; font-size:26px; font-family:Arial; cursor:pointer; position:relative;}
.pt_dd .tab_t_box .tab_t_cur:after{content:"";display:block; position:absolute; top:-23px; left:0; margin-left:19px; width:12px; height:16px; background:url(../img/e_mall_shuidi.png) center center no-repeat ;}
.pt_dd .tab_c{width:94%;margin:0 auto 46px;}
.pt_dd .tab_c .year{width:35%; text-align:center; font-size:100px; font-family:Arial; line-height:114px; color:#fff;}
.pt_dd .tab_c .texts{width:65%;}
.pt_dd .tab_c .texts .pd{border-left:1px solid #fff; padding:0 50px;}
.pt_dd .tab_c .texts .pd .t{font-size:26px; color:#fff; line-height:1; margin-bottom:20px;}
.pt_dd .tab_c .texts .pd .info{font-size:16px; color:#fff; height:68px; overflow:hidden; line-height:34px;}


.E_mall .e_pt1 .tit_img{background: url(../img/commerce_pt3_tit.png) center center no-repeat; background-size: cover;}
.E_mall .pt2{padding:70px 0; background-color:#f8f8f8;}
.E_mall .pt2 .tit{font-size:38px; color:#333; line-height:1; margin-bottom:45px; text-align:center;}
.E_mall .pt2 .lists .pd{display:block;border:1px solid #f8f8f8; padding:35px 50px 50px;}
.E_mall .pt2 .lists .pd .img_box{width:33%; margin:0 auto 35px;}
.rect-73{padding-bottom:73%;}
.E_mall .pt2 .lists .title{font-size:20px; color:#090909; line-height:1; margin-bottom:20px; text-align:center; font-weight:bold;}
.E_mall .pt2 .lists .info{font-size:14px; color:#333;  margin-bottom:25px; text-align:center; line-height:22px; height:44px; overflow:hidden;}
.E_mall .pt2 .lists .text{font-size:12px; color:#949494;}
.E_mall .pt2 .lists .pd:hover{background-color:#fff; border-color:#f0f0f0;}
.E_mall .pt3 .icons_list li{float:left; width:17%; margin-right:3.75%; }
.E_mall .pt3{padding:80px 0 40px; background-color:#fff;}
.E_mall .pt3 .tit{font-size:38px; color:#333; line-height:1; margin-bottom:50px; text-align:center;}
.E_mall .pt3 .icons_list li{margin-bottom:50px;}
.E_mall .pt3 .icons_list li>a{display:block;}
.E_mall .pt3 .icons_list li.icon5{margin-right:0;}
.E_mall .pt3 .icons_list li.icon1 .color_box{background-color:#ff5757;padding:25px 0; margin-bottom:20px;}
.E_mall .pt3 .icons_list li.icon2 .color_box{background-color:#ff7f00;padding:25px 0; margin-bottom:20px;}
.E_mall .pt3 .icons_list li.icon3 .color_box{background-color:#6ec7ff;padding:25px 0; margin-bottom:20px;}
.E_mall .pt3 .icons_list li.icon4 .color_box{background-color:#99d598;padding:25px 0; margin-bottom:20px;}
.E_mall .pt3 .icons_list li.icon5 .color_box{background-color:#948abf;padding:25px 0; margin-bottom:20px;}
.E_mall .pt3 .icons_list li .img_box{width:118px; margin:0 auto 28px;}
.E_mall .pt3 .icons_list li .name{text-align:center; font-size:22px; color:#fff; line-height:1;}
.E_mall .pt3 .icons_list li a:hover .name{color:#fff;}
.E_mall .pt3 .icons_list li .text{width:70%; margin:0 auto; font-size:18px; color:#666; text-align:center;}
/*E_shop*/
.E_shop .e_pt1 .tit_img{background: url(../img/commerce_pt2_tit.png) center center no-repeat; background-size: cover;}
.E_shop .e_pt1 .text{margin-bottom:50px;}
.E_shop .e_pt1 .li1 .top_box{padding:50px 0 30px; background-color:#ff6600;}
.E_shop .e_pt1 .li2 .top_box{padding:50px 0 30px; background-color:#42668f;}
.E_shop .e_pt1 .li3 .top_box{padding:50px 0 30px; background-color:#2cbcb1;}
.E_shop .e_pt1 .lists .top_box .img_box{width:65px; height:60px; margin:0 auto 10px;}
.E_shop .e_pt1 .li1 .top_box .img_box{background:url(../img/e_shop_pt1_c1.png) center center no-repeat;}
.E_shop .e_pt1 .li2 .top_box .img_box{background:url(../img/e_shop_pt1_c2.png) center center no-repeat;}
.E_shop .e_pt1 .li3 .top_box .img_box{background:url(../img/e_shop_pt1_c3.png) center center no-repeat;}
.E_shop .e_pt1 .lists .top_box .texts{text-align:center; font-size:22px; color:#fff;}
.E_shop .e_pt1 .lists .btm_box{padding:40px 30px; background-color:#f0f0f0; font-size:13px; color:#828282; line-height:2; height:166px; overflow:hidden;}
.E_shop .e_pt1 .rotate_box{-moz-transition:all .4s ease 0s; -ms-transition:all .4s ease 0s; -o-transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; transition:all .4s ease 0s;}
.E_shop .e_pt1 li>a:hover .rotate_box{-moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}
.E_shop .e_pt1 .lists .btm_box .l_box,.E_shop .e_pt1 .lists .btm_box .r_box{width:49%;}
.E_shop .e_pt1 .lists .btm_box .l_box{margin-right:2%;}
/*solution*/
.solution .pt1{padding:105px 0;}
.solution .pt1 .tit{font-size:38px; color:#333; text-align:center; margin-bottom:40px;}
.solution .pt1 .info{font-size:20px; color:#666; text-align:center; width:90%; margin:0 auto;}
.solution .pt2 .sfq_box .list_cell{width:20%; height:820px; transition:all 0.3s ease; -webkit- transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease;}
.solution .pt2 .sfq_box .list_cell.on{width:32%;}
.solution .pt2 .sfq_box .list_cell.on .img_box{margin-top:130px; transition:all 0.3s ease; -webkit- transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease;}
.solution .pt2 .sfq_box .list_cell.other{width:17%;}
.solution .pt2 .sfq_box .list_cell .img_box{margin-top:260px; width:125px; margin-left: auto; margin-right:auto; margin-bottom:20px;}
.solution .pt2 .sfq_box .list_cell .name{font-size:26px; color:#fff; text-align:center; margin-bottom:60px;}
.solution .pt2 .sfq_box .list_cell .info{font-size:16px; color:#fff; text-align:center; width:70%; margin:0 auto 120px; display:none;}
.solution .pt2 .sfq_box .list_cell .more{width:210px; height:50px; margin:0 auto; border:1px solid #fff; line-height:50px; font-size:20px; color:#fff; text-align:center; border-radius:10px; display:none; overflow:hidden;}
.solution .pt2 .sfq_box .list_cell .more a{display:block; width:100%; height:100%; }
.solution .pt2 .sfq_box .list_cell .more a:hover{background-color:#fff; color:#ff6600;}
.solution .pt2 .sfq_box .list_cell .more:hover{border:none;}
.solution .pt2 .sfq_box .cell1{background:url(../img/sfq_bg1.jpg) center center no-repeat; background-size:cover;}
.solution .pt2 .sfq_box .cell2{background:url(../img/sfq_bg2.jpg) center center no-repeat; background-size:cover;}
.solution .pt2 .sfq_box .cell3{background:url(../img/sfq_bg3.jpg) center center no-repeat; background-size:cover;}
.solution .pt2 .sfq_box .cell4{background:url(../img/sfq_bg4.jpg) center center no-repeat; background-size:cover;}
.solution .pt2 .sfq_box .cell5{background:url(../img/sfq_bg5.jpg) center center no-repeat; background-size:cover;}
.solution .pt3{padding:100px 0 80px; background:url(../img/solution_bg3.jpg) center center no-repeat; background-size:cover; position:relative;}
.solution .pt3 .can_wrap{position:relative; z-index:2;}
.solution .pt3 .info{width:64%;margin:0 auto 50px; font-size:22px; color:#fff; text-align:center;}
.solution .pt3 .more{width:340px; height:66px; line-height:66px; text-align:center; border:1px solid #fff; border-radius:10px; font-size:24px; overflow:hidden; margin:0 auto; color:#fff;}
.solution .pt3 .more a{display:block; width:100%; height:100%;}
.solution .pt3 .more a:hover{background-color:#fff; color:#fc6907;}

/*创意文博*/
.chuangyi_wenbo .hd_title{font-weight:normal;}
.chuangyi_wenbo .hd_text{font-size:16px;color:#656565;}

.cywb_part1{padding:90px 0px 90px;text-align:center;}
.cywb_part1 .hd_title{font-size:35px;color:#545454;margin-bottom:8px;}

.cywb_part2{width:100%;background-color:#000;background-image:url(../img/cywb_part1_bj.png);padding:64px 0px 60px;background-repeat:no-repeat;background-position:center;text-align:right;}
.cywb_part2 .part2_main{width:50%;display:inline-block;*display:inline;*zoom: 1;margin-right:8%;overflow:hidden;}
.cywb_part2 .part2_main .list_box{padding: 16% 10% 12%;font-size:14px;color:#fff;background:url(../img/cywb_part1_main_bj.png) repeat;text-align:left;border-top:1px solid #cc8738;border-right:1px solid #cc8738;margin-top:-1px;margin-right:-1px;min-height:120px;position:relative;overflow:hidden;}
.cywb_part2 .part2_main .list_num{position:absolute;width:80px;height:80px;background:url(../img/cywb_part1_number.png) no-repeat;right:0;bottom:-24px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.cywb_part2 .part2_main .newdelay1:hover .list_num{background-position:0 -80px;}
.cywb_part2 .part2_main .newdelay2 .list_num{background-position:-80px 0px;}
.cywb_part2 .part2_main .newdelay2:hover .list_num{background-position:-80px -80px;}
.cywb_part2 .part2_main .newdelay3 .list_num{background-position:-160px 0px;}
.cywb_part2 .part2_main .newdelay3:hover .list_num{background-position:-160px -80px;}
.cywb_part2 .part2_main .newdelay4 .list_num{background-position:-240px 0px;}
.cywb_part2 .part2_main .newdelay4:hover .list_num{background-position:-240px -80px;}
.cywb_part2 .part2_main .newdelay5 .list_num{background-position:-320px 0px;}
.cywb_part2 .part2_main .newdelay5:hover .list_num{background-position:-320px -80px;}

.cywb_part2 .part2_main .newdelay6 .hd_title{font-size:40px;color:#fff;line-height:50px;text-align:center;}

.cywb_part3{padding:85px 0 85px;text-align:center;}
.cywb_part3 .hd_title{font-size:40px;color:#4b4b4b;margin-bottom:10px;}
.cywb_part3 .list_box{padding:30px 24px;}
.cywb_part3 .list_title{font-size:16px;color:#575757;line-height:20px;min-height:80px;text-align:left;}
.cywb_part3 .part3_bd{padding-top:46px;width:80%;margin:0 auto;}
.cywb_part3 .part3_bd ul{overflow:hidden;}
.cywb_part3 .part3_bd li{width:25.3%;margin:0 4%;float:left;}
.cywb_part3 .part3_bd .list_ico{width:120px;height:100px;background:url(../img/cywb_part3_ico.png) no-repeat;margin:0 auto 20px;position:relative;}
.cywb_part3 .part3_bd .list_ico .move{position:absolute;display:block;}
.cywb_part3 .part3_bd .list01 .list_ico{background-position:0px 0px;}
.cywb_part3 .part3_bd .list01 .move{width:50px;height:50px;background:url(../img/cywb_part3_ico.png) no-repeat -35px -124px;top:1px;left:12px;}
.cywb_part3 .part3_bd .list02 .list_ico{background-position:-120px 0px;}
.cywb_part3 .part3_bd .list02 .move{width:40px;height:40px;background:url(../img/cywb_part3_ico.png) no-repeat -160px -130px;top:18px;left:40px;}
.cywb_part3 .part3_bd .list03 .list_ico{background-position:-260px 0px;}
.cywb_part3 .part3_bd .list03 .move{width:90px;height:90px;background:url(../img/cywb_part3_ico.png) no-repeat -260px -110px;top:20px;left:40px;}

.cywb_part3 .part3_bd li:hover .list_box{background-color:#f8f8f8;}
.cywb_part3 .part3_bd .list01:hover .move{-webkit-animation: move_01 0.6s linear 0s 1; -moz-animation: move_01 0.6s linear 0s 1; animation: move_01 0.6s linear 0s 1; }
.cywb_part3 .part3_bd .list02:hover .move{-webkit-animation: move_02 0.6s linear 0s 1; -moz-animation: move_02 0.6s linear 0s 1; animation: move_02 0.6s linear 0s 1; }
.cywb_part3 .part3_bd .list03:hover .move{-webkit-animation: move_03 0.6s linear 0s 1; -moz-animation: move_03 0.6s linear 0s 1; animation: move_03 0.6s linear 0s 1; }
@keyframes move_01 {0% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } 50% {transform:translate(0px,-8px); -webkit-transform:translate(0px,-8px); } 100% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } }
@-webkit-keyframes "move_01" {0% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } 50% {transform:translate(0px,-8px); -webkit-transform:translate(0px,-8px); } 100% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } }
@keyframes move_02 {0% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } 50% {transform:translate(8px,0px); -webkit-transform:translate(8px,0px); } 100% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } }
@-webkit-keyframes "move_02" {0% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } 50% {transform:translate(8px,0px); -webkit-transform:translate(8px,0px); } 100% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } }
@keyframes move_03 {0% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } 50% {transform:translate(8px,8px); -webkit-transform:translate(8px,8px); } 100% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } }
@-webkit-keyframes "move_03" {0% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } 50% {transform:translate(8px,8px); -webkit-transform:translate(8px,8px); } 100% {transform:translate(0px,0px); -webkit-transform:translate(0,0px); } }

@media only screen and (max-width: 1300px){
    /*创意文博*/
  .cywb_part2 .part2_main{width:60%;}
}
.soft_newIndex .ydhl_index_sec1{ padding: 0; }


/*2017-05-16*/
.iservice .text { margin-bottom:4%; }
@media only screen and (max-width: 1366px){
  .iservice .text { margin-bottom:8%; }
}


/*2017-08-29服务综合页修改*/
.servicePage .serli.color2 .iservice.box .more .ion{background-position: -46px 0;}
.servicePage .serli.color2:hover .iservice.box .more .ion{background-position: 0 0;}
.servicePage .color11 a:hover{color: #fff;}


/*翻转*/
.rolling > .rolling-box {
  -webkit-perspective:1300px;
  -o-perspective:1300px;
  -ms-perspective:1300px;
  perspective:1300px;
  -webkit-transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  -ms-transform-style:preserve-3d;
  transform-style:preserve-3d;
}
.rolling .is_animated {
  -webkit-transition-duration:1.2s;
  -webkit-transition-property:-webkit-transform,opacity;
  -webkit-transition-delay:.15s;
  -webkit-transition-timing-function:'ease-in-out';
  -moz-transition-duration:1.2s;
  -moz-transition-property:all;
  -moz-transition-delay:.15s;
  -moz-transition-timing-function:'ease-in-out';
  -o-transition-duration:1.2s;
  -o-transition-property:transform,opacity;
  -o-transition-delay:.15s;
  -o-transition-timing-function:'ease-in-out';
  -ms-transition-duration:1.2s;
  -ms-transition-property:transform,opacity;
  -ms-transition-delay:.15s;
  -ms-transition-timing-function:'ease-in-out';
  transition-duration:1.2s;
  transition-property:transform,opacity;
  transition-delay:.15s;
  transition-timing-function:'ease-in-out';
  -webkit-transform:rotatex(-80deg) translateZ(0);
  -ms-transform:rotatex(-80deg) translateZ(0);
  transform:rotatex(-80deg) translateZ(0);
  -webkit-transform-origin:0 0 0;
  -ms-transform-origin:0 0 0;
  transform-origin:0 0 0;
  opacity:0
}
.rolling .is_animated.revealed {
  -webkit-transform:rotatex(0) translateZ(0);
  -ms-transform:rotatex(0) translateZ(0);
  transform:rotatex(0) translateZ(0);
  opacity:1
}
.rolling>.rolling-box .tansDelay000{transition-delay:0s;-webkit-transition-delay:0s;}
.rolling>.rolling-box .tansDelay100{transition-delay:.1s;-webkit-transition-delay:.1s;}
.rolling>.rolling-box .tansDelay200{transition-delay:.2s;-webkit-transition-delay:.2s;}
.rolling>.rolling-box .tansDelay300{transition-delay:.3s;-webkit-transition-delay:.3s;}
.rolling>.rolling-box .tansDelay400{transition-delay:.4s;-webkit-transition-delay:.4s;}
.rolling>.rolling-box .tansDelay500{transition-delay:.5s;-webkit-transition-delay:.5s;}
.rolling>.rolling-box .tansDelay600{transition-delay:.6s;-webkit-transition-delay:.6s;}
.rolling>.rolling-box .tansDelay700{transition-delay:.7s;-webkit-transition-delay:.7s;}
.rolling>.rolling-box .tansDelay800{transition-delay:.8s;-webkit-transition-delay:.8s;}
.rolling>.rolling-box .tansDelay1000{transition-delay:1s;-webkit-transition-delay:1s;}
.rolling>.rolling-box .tansDelay1200{transition-delay:1.2s;-webkit-transition-delay:1.2s;}
.rolling>.rolling-box .tansDelay1400{transition-delay:1.4s;-webkit-transition-delay:1.4s;}


/*配套支持*/
.ptzc_p1{margin-top: 96px;}
.ptzc_p1 .tit_img{background: url(../img/commerce_pt2_tit.png) center center no-repeat; background-size: cover;}
.ptzc_p1 .text{margin-bottom:50px;}
.ptzc_p1 .li1 .top_box{padding:50px 0 30px; background-color:#ff6600;}
.ptzc_p1 .li2 .top_box{padding:50px 0 30px; background-color:#42668f;}
.ptzc_p1 .li3 .top_box{padding:50px 0 30px; background-color:#2cbcb1;}
.ptzc_p1 .lists .top_box .img_box{width:65px; height:60px; margin:0 auto 10px;}
.ptzc_p1 .li1 .top_box .img_box{background:url(../img/ptzc01.png) center center no-repeat;}
.ptzc_p1 .li2 .top_box .img_box{background:url(../img/ptzc02.png) center center no-repeat;}
.ptzc_p1 .li3 .top_box .img_box{background:url(../img/ptzc03.png) center center no-repeat;}
.ptzc_p1 .lists .top_box .texts{text-align:center; font-size:22px; color:#fff;}
.ptzc_p1 .lists .btm_box .ptzc_01 {white-space:inherit;}
.ptzc_p1 .lists .btm_box{padding:40px 30px; background-color:#f0f0f0; font-size:13px; color:#828282; line-height:2; height:130px; overflow:hidden;}
.ptzc_p1 .rotate_box{-moz-transition:all .4s ease 0s; -ms-transition:all .4s ease 0s; -o-transition:all .4s ease 0s; -webkit-transition:all .4s ease 0s; transition:all .4s ease 0s;}
.ptzc_p1 li>a:hover .rotate_box{-moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}
.ptzc_p1 .lists .btm_box .l_box,.E_shop .e_pt1 .lists .btm_box .r_box{width:49%;}
.ptzc_p1 .lists .btm_box .l_box{margin-right:2%;}

.ptzc_p2{margin-bottom: 60px;}
.ptzc_p2 .title{font-size: 36px;color: #555;text-align: center;padding: 50px 0 30px;}
/*.ptzc_p2 .img_box .top{height: 417px;overflow: hidden;}*/
.ptzc_p2 .img_box .top.rect-3475{padding-bottom:34.75%; }
.ptzc_p2 .img_box .bottom.rect-3275{padding-bottom:32.75%;margin-top: 5px; }
.img_01 .rect-1002{padding-bottom: 100.2%;}
.img_02 .rect-1002{padding-bottom: 100.2%;}
.img_03 .rect-1002{padding-bottom: 57.703%;}
.img_04 .rect-1002{padding-bottom: 57.983%;}
.img_05 .rect-1002{padding-bottom: 32.441%;}
.img_06 .rect-1002{padding-bottom: 32.441%;}
.img_07 .rect-1002{padding-bottom: 65.656%;}
.img_08 .rect-1002{padding-bottom: 65.656%;}
.img_09 .rect-1002{padding-bottom: 65.656%;}
.ptzc_p2 .img_box .img_{float: left;}
.ptzc_p2 .img_box .img_01{width: 34.666%;margin-right: 0.5%;}
.ptzc_p2 .img_box .img_02{width: 34.666%;margin-right: 0.4%;}
.ptzc_p2 .img_box .img_03{width: 29.75%;margin-bottom: 4px;}
.ptzc_p2 .img_box .img_04{width: 29.75%;}
.ptzc_p2 .img_box .img_05{width: 49.833%;}
.ptzc_p2 .img_box .img_06{width: 49.833%;float: right;margin-left: 0.3%;}
.ptzc_p2 .img_box .img_07{width: 24.75%;float: left;margin-top: 4px;}
.ptzc_p2 .img_box .img_08{width: 24.75%;float: left;margin-top: 4px;margin-left: 0.3%;}
.ptzc_p2 .img_box .img_09 {width: 49.833%;float: right; margin-top: 4px; height:194px}
.ptzc_p2 .img_box .img_09 img {height:194px;}

.ptzc_p2 .img_box .img_ .infor{position: absolute;left: 34px;font-size: 22px;font-weight: bold;color: #fff;}
.ptzc_p2 .img_box .img_01 .infor{top:35px;}
.ptzc_p2 .img_box .img_02 .infor{top: 35px;color: #1c1b20;}
.ptzc_p2 .img_box .img_03 .infor{bottom: 15px;}
.ptzc_p2 .img_box .img_04 .infor{bottom: 25px;color: #de3e32;}
.ptzc_p2 .img_box .img_05 .infor{bottom: 10px;color: #1c1b20;}
.ptzc_p2 .img_box .img_06 .infor{top: 35px;}
.ptzc_p2 .img_box .img_07 .infor{bottom: 15px;}
.ptzc_p2 .img_box .img_08 .infor{bottom: 15px;}
.ptzc_p2 .img_box .img_09 .infor{top: 35px;}

/*整包服务*/
.tr5{transition: all 0.5s ease;}
.zbfw_p1 .infor{color: #363636;padding: 50px 0;text-align: center;}
.zbfw_p1 .infor .tit{font-size: 36px;margin-bottom: 12px;}
.zbfw_p1 .infor .con{font-size: 16px;width: 922px;margin: 0 auto;line-height: 28px;}
.zbfw_p2{height: 548px;background: url(../img/ljx/yd_marking_bg.jpg) no-repeat center;padding-top: 103px;box-sizing:border-box;}
.zbfw_p2 .rect-1256{padding-bottom: 125.6%;}
.zbfw_p2 li{background: rgba(255,255,255,.2);}
.zbfw_p2 li .li_box{box-sizing:border-box;padding: 67px 28px 71px 26px;}
.zbfw_p2 li .li_box .infor{text-align: center;color: #fff;}
.zbfw_p2 li .li_box .infor .tit{font-size: 24px;font-weight: bold;margin-bottom: 15px;}
.zbfw_p2 li .li_box .infor .con{font-size: 12px;line-height: 24px;}
.zbfw_p2 li .li_box .ion{width: 63px;height: 62px;margin: 0 auto 30px;display: block;}
.zbfw_p2 li .li_box .ion1{background: url(../img/ljx/zbfw01.png) no-repeat center;}
.zbfw_p2 li .li_box .ion2{background: url(../img/ljx/zbfw02.png) no-repeat center;}
.zbfw_p2 li .li_box .ion3{background: url(../img/ljx/zbfw03.png) no-repeat center;}
.zbfw_p2 li .li_box .ion4{background: url(../img/ljx/zbfw04.png) no-repeat center;}

.zbfw_p2 li:hover {background: rgba(255,255,255,.9);}
.zbfw_p2 li:hover .infor{color: #ff6600;}
.zbfw_p2 li:hover .infor .con {color:#5f5f5f}
.zbfw_p2 li:hover .li_box .ion1{background: url(../img/ljx/zbfw01_1.png) no-repeat center;transform: rotateY(180deg);}
.zbfw_p2 li:hover .li_box .ion2{background: url(../img/ljx/zbfw02_1.png) no-repeat center;transform: rotateY(180deg);}
.zbfw_p2 li:hover .li_box .ion3{background: url(../img/ljx/zbfw03_1.png) no-repeat center;transform: rotateY(180deg);}
.zbfw_p2 li:hover .li_box .ion4{background: url(../img/ljx/zbfw04_1.png) no-repeat center;transform: rotateY(180deg);}

.zbfw_p3{ text-align: center; padding: 65px 0;}
.zbfw_p3 ._tit{ font-size: 40px; line-height: 1; margin-bottom: 20px;}
.zbfw_p3 .p1{ font-size: 16px;  margin-bottom: 50px;}
.zbfw_p3 .icos{ width: 114%; height: 270px; }
.zbfw_p3 .dot ._list{ display: none;}
.zbfw_p3 .dot ._list a{ display: block; line-height: 28px;}
.zbfw_p3 .dot { z-index: 5; background: #fff; position: absolute; cursor: pointer; width: 128px; height: 128px; border: 1px solid #ddd; border-radius: 64px;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.zbfw_p3 .dot .ic{ display: inline-block; width: 50px; height: 50px; background:url(../img/ljx/xyswz_ico.png) no-repeat 0 0;  margin-top: 30px; }
.zbfw_p3 .dot h3{ line-height: 1; font-weight: normal; font-size: 16px; margin-bottom: 8px; margin-top: 5px;padding: 0 20px;}
.zbfw_p3 .dot:hover{ z-index:6; background: #ff6600; color: #fff; height: auto; padding-bottom: 30px;}
.zbfw_p3 .dot:hover ._list{ display: block; text-align: left;padding-left: 30px; padding-right: 10px;}
.zbfw_p3 .dot:hover ._list a{ color: #fff;}
.zbfw_p3 .dot1 .ic{ background-position: 0 0;}
.zbfw_p3 .dot2 .ic{ background-position: -50px 0; }
.zbfw_p3 .dot3 .ic{ background-position: -100px 0; }
.zbfw_p3 .dot4 .ic{ background-position: -150px 0; }
.zbfw_p3 .dot5 .ic{ background-position: -200px 0; }
.zbfw_p3 .dot6 .ic{ background-position: -250px 0; }
.zbfw_p3 .dot7 .ic{ background-position: -300px 0; }
.zbfw_p3 .line{ content:''; position: absolute; background:url(../img/ljx/line1_2.png) no-repeat center; width: 100px; height: 107px; z-index: 1;}
.zbfw_p3 .line2,.zbfw_p3 .line4,.zbfw_p3 .line6,.zbfw_p3 .line8{ background-image: url(../img/ljx/line1_1.png); height: 123px; width: 110px;}
.zbfw_p3 .line1{ left: 7%; top: 91px;}
.zbfw_p3 .line2{ left: 19%; top: 91px;}
.zbfw_p3 .line3{ left: 32%; top: 91px;}
.zbfw_p3 .line4{ left: 44%; top: 91px;}
.zbfw_p3 .line5{ left: 57%; top: 91px;}
.zbfw_p3 .line6{ left: 69%; top: 91px;}
.zbfw_p3 .line7{ left: 82%; top: 91px;}

.zbfw_p3 .dot1:hover .ic{ background-position: 0 -50px;}
.zbfw_p3 .dot2:hover .ic{ background-position: -50px -50px;}
.zbfw_p3 .dot3:hover .ic{ background-position: -100px -50px;}
.zbfw_p3 .dot4:hover .ic{ background-position: -150px -50px;}
.zbfw_p3 .dot5:hover .ic{ background-position: -200px -50px;}
.zbfw_p3 .dot6:hover .ic{ background-position: -250px -50px;}
.zbfw_p3 .dot7:hover .ic{ background-position: -300px -50px;}

.zbfw_p3 .dot1{ top: 0; }
.zbfw_p3 .dot2{ bottom: 0; left: 12.5%;}
.zbfw_p3 .dot3{ top:0;  left: 25%;}
.zbfw_p3 .dot4{ bottom: 0; left: 37.5%;}
.zbfw_p3 .dot5{ top: 0; left: 50%;}
.zbfw_p3 .dot6{ bottom: 0; left: 62.5%;}
.zbfw_p3 .dot7{ top: 0; left: 75%;}

/*可视化展馆20191210liuc*/
.tr5{transition: all 0.5s ease;}
.kshzg_p1 .infor{color: #363636;padding: 50px 0;text-align: center;}
.kshzg_p1 .infor .tit{font-size: 36px;margin-bottom: 12px;}
.kshzg_p1 .infor .con{font-size: 16px;width: 922px;margin: 0 auto;line-height: 28px;}
.kshzg_p2{height: 548px;background: url(../img/ljx/zg_marking_bg.jpg) no-repeat center;padding-top: 103px;box-sizing:border-box;}
.kshzg_p2 .rect-1256{padding-bottom: 125.6%;}
.kshzg_p2 li{background: rgba(255,255,255,.2);}
.kshzg_p2 li .li_box{box-sizing:border-box;padding: 67px 25px 71px 26px;}
.kshzg_p2 li .li_box .infor{text-align: center;color: #fff;}
.kshzg_p2 li .li_box .infor .tit{font-size: 24px;font-weight: bold;margin-bottom: 15px;}
.kshzg_p2 li .li_box .infor .con{font-size: 12px;line-height: 24px;}
.kshzg_p2 li .li_box .ion{width: 63px;height: 62px;margin: 0 auto 30px;display: block;}
.kshzg_p2 li .li_box .ion1{background: url(../img/ljx/kshzg01.png) no-repeat center;}
.kshzg_p2 li .li_box .ion2{background: url(../img/ljx/kshzg02.png) no-repeat center;}
.kshzg_p2 li .li_box .ion3{background: url(../img/ljx/kshzg03.png) no-repeat center;}
.kshzg_p2 li .li_box .ion4{background: url(../img/ljx/kshzg04.png) no-repeat center;}

.kshzg_p2 li:hover {background: rgba(255,255,255,.9);}
.kshzg_p2 li:hover .infor{color: #ff6600;}
.kshzg_p2 li:hover .infor .con {color:#5f5f5f}
.kshzg_p2 li:hover .li_box .ion1{background: url(../img/ljx/kshzg01_1.png) no-repeat center;transform: rotateY(180deg);}
.kshzg_p2 li:hover .li_box .ion2{background: url(../img/ljx/kshzg02_1.png) no-repeat center;transform: rotateY(180deg);}
.kshzg_p2 li:hover .li_box .ion3{background: url(../img/ljx/kshzg03_1.png) no-repeat center;transform: rotateY(180deg);}
.kshzg_p2 li:hover .li_box .ion4{background: url(../img/ljx/kshzg04_1.png) no-repeat center;transform: rotateY(180deg);}

.kshzg_p3{ text-align: center; padding: 65px 0;}
.kshzg_p3 ._tit{ font-size: 40px; line-height: 1; margin-bottom: 20px;}
.kshzg_p3 .p1{ font-size: 16px;  margin-bottom: 50px;}
.kshzg_p3 .icos{ width: 100%; height: 270px; }
.kshzg_p3 .dot ._list{ display: none;}
.kshzg_p3 .dot ._list a{ display: block; line-height: 28px;}
.kshzg_p3 .dot { z-index: 5; background: #fff; position: absolute; cursor: pointer; width: 128px; height: 128px; border: 1px solid #ddd; border-radius: 64px;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.kshzg_p3 .dot .ic{ display: inline-block; width: 50px; height: 50px; background:url(../img/ljx/xyswz_ico.png) no-repeat 0 0;  margin-top: 30px; }
.kshzg_p3 .dot h3{ line-height: 1; font-weight: normal; font-size: 16px; margin-bottom: 8px; margin-top: 5px;padding: 0 20px;}
.kshzg_p3 .dot:hover{ z-index:6; background: #ff6600; color: #fff; height: auto; padding-bottom: 30px;}
.kshzg_p3 .dot:hover ._list{ display: block; text-align: left;padding-left: 30px; padding-right: 10px;}
.kshzg_p3 .dot:hover ._list a{ color: #fff;}
.kshzg_p3 .dot1 .ic{ background-position: 0 0;}
.kshzg_p3 .dot2 .ic{ background-position: -50px 0; }
.kshzg_p3 .dot3 .ic{ background-position: -100px 0; }
.kshzg_p3 .dot4 .ic{ background-position: -150px 0; }
.kshzg_p3 .dot5 .ic{ background-position: -200px 0; }
.kshzg_p3 .dot6 .ic{ background-position: -250px 0; }
.kshzg_p3 .dot7 .ic{ background-position: -300px 0; }
.kshzg_p3 .line{ content:''; position: absolute; background:url(../img/ljx/line1_2.png) no-repeat center; width: 100px; height: 107px; z-index: 1;}
.kshzg_p3 .line2,.kshzg_p3 .line4,.kshzg_p3 .line6,.kshzg_p3 .line8{ background-image: url(../img/ljx/line1_1.png); height: 123px; width: 110px;}
.kshzg_p3 .line1{ left: 7%; top: 91px;}
.kshzg_p3 .line2{ left: 19%; top: 91px;}
.kshzg_p3 .line3{ left: 32%; top: 91px;}
.kshzg_p3 .line4{ left: 44%; top: 91px;}
.kshzg_p3 .line5{ left: 57%; top: 91px;}
.kshzg_p3 .line6{ left: 69%; top: 91px;}
.kshzg_p3 .line7{ left: 82%; top: 91px;}

.kshzg_p3 .dot1:hover .ic{ background-position: 0 -50px;}
.kshzg_p3 .dot2:hover .ic{ background-position: -50px -50px;}
.kshzg_p3 .dot3:hover .ic{ background-position: -100px -50px;}
.kshzg_p3 .dot4:hover .ic{ background-position: -150px -50px;}
.kshzg_p3 .dot5:hover .ic{ background-position: -200px -50px;}
.kshzg_p3 .dot6:hover .ic{ background-position: -250px -50px;}
.kshzg_p3 .dot7:hover .ic{ background-position: -300px -50px;}

.kshzg_p3 .dot1{ top: 0; }
.kshzg_p3 .dot2{ bottom: 0; left: 12.5%;}
.kshzg_p3 .dot3{ top:0;  left: 25%;}
.kshzg_p3 .dot4{ bottom: 0; left: 37.5%;}
.kshzg_p3 .dot5{ top: 0; left: 50%;}
.kshzg_p3 .dot6{ bottom: 0; left: 62.5%;}
.kshzg_p3 .dot7{ top: 0; left: 75%;}

/*专业团队*/
.team_p1{height: 479px;background: url(../img/ljx/team01.jpg) no-repeat center;margin-bottom: 80px;}
.team_p1 .infor{/*box-sizing:border-box;*/padding: 96px 62px;}
.team_p1 .infor .li_box{box-sizing:border-box;padding: 0 35px 0 43px;text-align: center;}
.team_p1 .infor .li_box .circle{width: 199px;height: 199px;background: #fff;border-radius: 50%;margin: 0 auto;text-align: center;line-height: 199px;}
.team_p1 .infor .li_box .circle span{font-size: 27px;color: #ff6600;}
.team_p1 .infor .li_box .circle span.team_num{font-size: 86px;font-family: Impact;}
.team_p1 .infor .li_box .con{margin-top: 30px;line-height: 28px;}

.team_p2 ul li{margin-bottom: 26px;}
.team_p2 ul li .rect-100{padding-bottom: 100%;}
.team_p2 ul li .cover{position:absolute;width: 100%;height: 100%;background: rgba(255,102,0,.8);background: #ff6600\9\0;left: 0;top:105%; display:none;}
.team_p2 ul li .cover i{display: block;width: 54px;height: 53px;background: url(../img/ljx/team06.png) no-repeat center;margin:124px auto 0;}
.team_p2 ul li .txt{line-height: 61px;width: 100%;text-align: center;}
/*.team_p2 ul li:hover .txt{background: #e2e2e2;}*/
.team_p2 ul li:hover .cover{top: 0;}


/*17-09-22 gjx*/
.ec_sec3 ._links{ height: 200px; padding: 40px; }
.ec_sec3 ._links dl{ width: 100%; float: none; }
.ec_sec3 ._links dt{ font-size: 15px; max-height: 148px; overflow: hidden; }
.ec_sec2 ._con h4{ font-size: 30px; font-weight: bold; margin-bottom: 10px; }
.ec_sec2 ._con ._txt{ width:62%; }

/*17-09-27 bygjx*/
.ydhl .wrap .nav > ul > li{ width: 16.6666%; }

/* 数据决策中心 */
.dt_sec1{ background:url('../img/dt/dt_sec1_bg.jpg') repeat-y center ; font-size: 16px; }
.dt_sec1_left,.dt_sec1_right{ width: 50%; float: left; color: #ffffff; padding: 80px 0;  }
.dt_sec1_left{ background: #fda60a;padding-right: 40px; box-sizing: border-box; }
.dt_sec1_right{ background: #33527d; padding-left: 40px; box-sizing: border-box; }
.dt_sec1_left .t,.dt_sec1_right .t{ font-size: 32px; line-height: 1; margin-bottom: 20px; font-weight: normal;  }
.dt_sec2{ background:url('../img/dt/dt_sec2_bg.jpg') no-repeat center; width: 100%; height: 555px; color: #fff; padding: 60px 0;  }
.dt_sec_tit{ font-size: 36px; text-align: center; position: relative; line-height: 1; padding-bottom: 20px; margin-bottom: 100px; }
.dt_sec_tit:after{ content:''; position: absolute; width: 110px; height: 2px; background: #fb4e06; left: 50%; margin-left: -55px; bottom: 0; }
.dt_sec2 li{ float: left; width: 33.33%; text-align: center;}
.dt_sec2 li i{ display:block; margin: 0 auto; width:100px; height: 100px; margin-bottom: 10px; background:url(../img/dt/dt_sec2_icos.png) no-repeat 0 0; }
.dt_sec2 li .p{ font-size: 18px; }
.dt_sec2 li .ic2{ background-position: -100px 0; }
.dt_sec2 li .ic3{ background-position: -200px 0; }
.dt_sec2 li .ic4{ background-position: -300px 0; }
.dt_sec2 li .ic5{ background-position: -400px 0; }
.dt_sec2 .list1{ margin-bottom: 100px; }
.dt_sec2 .list2 li{ float: left; width: 50%; text-align: center; }
.dt_sec3{ padding-top: 60px; padding-bottom: 80px; }
.dt_sec3 li{ float: left; width: 20%; text-align: center; font-size: 20px;position: relative; }
.dt_sec3 .ic{ display:block; width: 125px; height: 125px; margin: 0 auto; margin-bottom: 10px; background:url(../img/dt/dt_sec3_ico.png) no-repeat 0 0; }
.dt_sec3 .ic2{ background-position: -125px 0; }
.dt_sec3 .ic3{ background-position: -250px 0; }
.dt_sec3 .ic4{ background-position: -375px 0; }
.dt_sec3 .ic5{ background-position: -500px 0; }
.dt_sec3 li:after{ content:''; position: absolute; display: block; background:url(../img/dt/dt_sec3_arr.png) no-repeat center; 
width: 19px; height: 30px; top: 35%; right: 0;}
.dt_sec3 li:last-child:after{ display: none; }



/*数据决策中心-综合*/
.dt_center_banner_wrapper { position:relative; height:450px; overflow:hidden; }
.dt_center_banner_wrapper .dt_center_banner_bg { position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; max-width:none; height:auto; }
.dt_center_banner_wrapper .w1200 { position:relative; }
.dt_center_banner_wrapper .dt_center_banner_tit { position:relative; margin-top:120px; margin-bottom:10px; padding-bottom:15px; font-size:40px; color:#fff; }
.dt_center_banner_wrapper .dt_center_banner_tit:after {
  content:'';
  display:block; position:absolute; bottom:0; left:0;
  width:108px; height:2px; background-color:#fff;
}
.dt_center_banner_wrapper .dt_center_banner_desc { line-height:2; font-size:16px; color:#a3a3a3; }

.dt_center {}
/*dt_center 栏目标题*/
.dt_center .dt_center_tit_wrapper { padding-bottom:40px; text-align:center; color:#555; }
.dt_center .dt_center_tit_wrapper .dt_center_tit_hd { position:relative; margin-bottom:30px; padding-bottom:15px; font-size:40px; }
.dt_center .dt_center_tit_wrapper .dt_center_tit_hd:after {
  content:'';
  display:block; position:absolute; bottom:0; left:50%; margin-left:-54px; width:108px; height:2px;
  background:#ff6600;
}

/*part1*/
.dt_center .part1 { padding:80px 0 70px; }
.dt_center .part1 .dt_center_tit_wrapper .dt_center_tit_bd { margin:0 auto; max-width:1030px; line-height:2; font-size:16px; }
.dt_center .part1 .prt1_see_more_btn { 
  display:block; 
  margin:0 auto; 
  width:184px; height:44px; line-height:44px;
  font-size:18px; text-align:center; color:#ff6600; 
  border:#ff6600 1px solid; 
}

/*part2*/
.dt_center .part2 .prt2_cell { position:relative; float:left; width:50.1%; margin-left:-0.1%; }
.dt_center .part2 .prt2_cell .img_wrap { position:relative; height:0; padding-bottom:57.3%; overflow:hidden; }
.dt_center .part2 .prt2_cell .img_wrap .prt2_cell_bg { position:absolute; top:0; left:0; width:100%; height:100%; }
.dt_center .part2 .prt2_cell .txt_msk { 
  position:absolute; top:0; left:0; width:100%; height:100%; 
  background:rgba(251,78,6,.85); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dcfb4e06,endcolorstr=#dcfb4e06);
}
.dt_center .part2 .prt2_cell.prt2_cell2 .txt_msk {
  background:rgba(52,82,125,.85); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dc33527d,endcolorstr=#dc33527d);
}
.dt_center .part2 .prt2_cell .txt_table { display:table; margin:0 auto; max-width:480px; width:90%; height:100%; }
.dt_center .part2 .prt2_cell .txt_table_cell { display:table-cell; width:100%; vertical-align:middle; color:#fff; text-align:center; }
.dt_center .part2 .prt2_cell .txt_tit { font-size:30px; }
.dt_center .part2 .prt2_cell .txt_desc { margin-bottom:15px; min-height:8em; font-size:16px; line-height:2; }
.dt_center .part2 .prt2_cell .prt2_see_more_btn { display:block; margin:0 auto; width:48px; height:48px; border:#fff 1px solid; }
.dt_center .part2 .prt2_cell .prt2_see_more_btn .prt2_see_more_arr { 
  display:block; width:48px; height:48px;
  background:url(../img/dt/dt_center_prt2_see_more_arr.png) -48px 0 no-repeat;
  transition:all ease .5s; -webkit-transition:all ease .5s;
}
.dt_center .part2 .prt2_cell:hover .prt2_see_more_btn .prt2_see_more_arr { 
  background-color:#fff;
  background-position:0 0; 
}

/*part3*/
.dt_center .part3 { padding:55px 0 90px; }
.dt_center .part3 .prt3_ico_cell { float:left; width:25%; text-align:center; }
.dt_center .part3 .prt3_ico_cell .prt3_ico { 
  margin:0 auto 35px;
  display:block; width:80px; height:80px; background:url(../img/dt/dt_center_icos.png) 0 -80px no-repeat; 
  /*transition:all ease .5s; -webkit-transition:all ease .5s;*/
}
.dt_center .part3 .prt3_ico_cell.prt3_ico_cell2 .prt3_ico { background-position:-80px -80px; }
.dt_center .part3 .prt3_ico_cell.prt3_ico_cell3 .prt3_ico { background-position:-160px -80px; }
.dt_center .part3 .prt3_ico_cell.prt3_ico_cell4 .prt3_ico { background-position:-240px -80px; }

.dt_center .part3 .prt3_ico_cell.prt3_ico_cell1:hover .prt3_ico { background-position:0 0; }
.dt_center .part3 .prt3_ico_cell.prt3_ico_cell2:hover .prt3_ico { background-position:-80px 0; }
.dt_center .part3 .prt3_ico_cell.prt3_ico_cell3:hover .prt3_ico { background-position:-160px 0; }
.dt_center .part3 .prt3_ico_cell.prt3_ico_cell4:hover .prt3_ico { background-position:-240px 0; }

.dt_center .part3 .prt3_ico_cell:hover .prt3_ico_tit,
  .dt_center .part3 .prt3_ico_cell:hover .prt3_ico_desc { color:#fb4e06; }
.dt_center .part3 .prt3_ico_cell .prt3_ico_tit { 
  font-size:30px; 
  transition:all ease .5s; -webkit-transition:all ease .5s;
}
.dt_center .part3 .prt3_ico_cell .prt3_ico_desc {
  font-size:16px;
}
/*数据决策中心-综合 end*/
.ydhl .nav{ width: 70%; }

.dt_prolist{ background:url(../img/dt/dt_prolist_bg.jpg) no-repeat center; -webkit-background-size: cover;
background-size: cover; }
.ydhl_index_sec2 li{ height: auto; cursor: pointer; padding-bottom: 0; width: 22%;  -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.ydhl_index_sec2 li.active{ width: 34%; }
.ydhl_index_sec2 li ._img{ height: 420px; }
.ydhl_index_sec2 li ._con{ background: none; }
.ydhl_index_sec2 li ._con ._txt{ border-top: 0; padding-top: 0; margin-bottom: 20px; height: 44px;  -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.ydhl_index_sec2 li ._con .detail_btn{ display: block; width: 96px; height: 40px; background: #f60; color: #fff; 
  line-height: 40px; text-align: center; margin: 0 auto; opacity:0; visibility: hidden;  
  -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s; transform:translateY(30px);-webkit-transform:translateY(30px); }
.ydhl_index_sec2 li ._img{ border-right: 1px solid rgba(255,255,255,.4); }
.ydhl_index_sec2 li ._con .ic{ margin-top: 80px; }
.ydhl_index_sec2 li.active ._con .detail_btn{ opacity:1; visibility: visible; transform:translateY(0);-webkit-transform:translateY(0);}
.ydhl_index_sec2 li.active ._con ._txt{ width: 80%; }

/*数字展馆弹窗*/
#rbbox{width:522px;height:358px;position:fixed; left:50%;top:50%; margin-left:-242px; margin-top:-150px; overflow:hidden;z-index:1000; _position:absolute; background:url(../img/zg_tanc.png) no-repeat;display: none; }
#hot_sales{}
#close{margin-top:40px;margin-right: 5px;}
#tan{margin-top:0px;}
#tan h1 {font-size:45px; line-height:60px;color:#323232;margin-top:50px; text-align:center;}
#tan .zg_wa  {font-size:18px;color:#5a5a5a; text-align:center; line-height:28px;}
#tan .zxkf {width:352px;height:54px; text-align:center;background:#ff6600; align:center; margin:22px auto 16px;}
#tan .zxkf a {font-size:24px;color:#fff; line-height:54px; font-weight:bold;}
#tan .shzs {text-align:center; }
#tan .shzs a {font-size:17px;color:#aca6a2;}
.button{display:inline;font-size:12px;cursor:pointer;color: #ff6600}
#hot_list{float:left;margin:10px !important;margin:5px;padding-left:0px;padding-top:6px;font-size:12px;color:#ff5200}
#hot_list1{float:left;margin:0 10px  !important;margin:0 5px;;font-size:12px;color:#333333}

/*.right_bar.showthis{ display: block !important;}*/
/*20171118客服效果隐藏*/
/*.digital_right_bar{ display: none!important;}
.digital_right_bar.showthis{ display: block !important;}*/

/*方案*/
.part1_newjjfa {height: 430px;overflow: hidden;background: url(/upload/images/2018/03/24/ytny.jpg) no-repeat center center;margin-left:5%;margin-right:5%;}
.part1_newjjfa.bg1{background: url(/upload/images/2018/03/24/ytny.jpg) no-repeat center center;}
.part1_newjjfa.bg2{background: url(/upload/images/2018/03/24/zhjy.jpg) no-repeat center center;}
.part1_newjjfa.bg3{background: url(/upload/images/2020/03/25/889952a8e8674dc8aa70e405ce728340.jpg) no-repeat center center;}
.part1_newjjfa.bg4{background: url(/upload/images/2018/03/24/hymc.jpg) no-repeat center center;}
.part1_newjjfa.bg5{background: url(/upload/images/2018/03/24/gcjx.jpg) no-repeat center center;}
/*.part1_newjjfa.bg6{background: url(/upload/images/2020/03/25/889952a8e8674dc8aa70e405ce728340.jpg) no-repeat center center;}*/
.part1_newjjfa .bigbox li{width: 16%;height: 765px;float: left;overflow: hidden;transition: all .5s ease;-webkit-transition:all .5s ease;}
.part1_newjjfa .bigbox li .box{height: 100%;border-left: 1px solid #8c9292;padding: 45px 27px;color: #fff;overflow: hidden;}
.part1_newjjfa .bigbox li .box .tit{font-size: 88px;line-height: 1;padding-bottom: 30px;font-weight: normal; display:none;}
.part1_newjjfa .bigbox li .box .ch{font-size: 24px;line-height: 1;}
.part1_newjjfa .bigbox li .box .en{font-size: 16px;font-family: 'Arial';opacity: 0.5;filter: alpha(opacity=50);padding-top: 18px;display: block;}
.part1_newjjfa .bigbox li:last-child .box{border-right: 1px solid #7f8585;}
.part1_newjjfa .bigbox li.cur{width: 36%;position: relative;}
.part1_newjjfa .bigbox li.cur .box .tit{color: #aace39; display:none;}
.part1_newjjfa .bigbox li.cur .ch{display: none;}
.part1_newjjfa .bigbox li .innerBox{width: 100%;}
/*.create .part1 .bigbox li.cur .innerBox{left: 0;opacity: 1;}*/
.part1_newjjfa .bigbox li .innerBox .inner_tit{transform: translateY(200px);-webkit-transform:translateY(200px);transition:all .8s ease;opacity: 0;visibility: hidden;}
.part1_newjjfa .bigbox li.cur .innerBox .inner_tit{font-size: 32px;line-height: 1;color: #ffffff;transform: translateY(0);-webkit-transform:translateY(0);opacity: 1;visibility: visible;transition-delay:0.1s; }
.part1_newjjfa .bigbox li .innerBox .p{transform: translateY(200px);-webkit-transform: translateY(200px);opacity: 0;visibility: hidden;transition:all .8s ease;-webkit-transition:all .8s ease;width: 100%;font-size: 14px;}
.part1_newjjfa .bigbox li.cur .innerBox .p{padding-top: 9%;min-height: 19.2em;overflow: hidden;transform: translateY(0);-webkit-transform: translateY(0);transition-delay: 0.3s;-webkit-transition-delay:0.3s;opacity: 1;visibility: visible;}
.part1_newjjfa .bigbox li .innerBox .more{transform: translateY(200px);-webkit-transform: translateY(200px);transition: transform,opacity .8s ease;-webkit-transition:transform,opacity .8s ease;display: block;margin-top: -16%;opacity: 0;visibility: hidden;}
.part1_newjjfa .bigbox li.cur .innerBox .more{transform: translateY(0);-webkit-transform: translateY(0);opacity: 1;visibility: visible;transition-delay: .4s;-webkit-transition-delay: .4s;}
.common_more{width:43px; height:43px; border:1px solid #fff;background-image: url(/resources/web/img/common_more.png);
    background-repeat: no-repeat; background-position:0 0; transition:none;}
.common_more:hover{background-position:-43px 0; background-color:#fff;}
.part1_newjjfa .bigbox a:hover {color:#fff}
.nav .nav_svc .prd_svc {float:left; width:225px;border-right:1px solid #eee; margin:20px 0}
.nav .nav_svc .prd_svc  h2 {font-size:13px; color:#ff610a; line-height:40px;padding-left:32px;margin-top:-10px}
.nav .nav_svc{width:452px; border:#ccc 1px solid; border-top:#ff6600 2px solid; background-color:#fff; position:absolute; left:0; top:75px; opacity:0; visibility:hidden; left:50%; margin-left:-225px;/*  box-shadow:0 0 5px #333; */
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav .nav_svc .prd_svc ul{position:static; opacity:1;  margin-left:0; border:none; border-top:none}
.nav > ul > li:hover .nav_svc{opacity:1; visibility:visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);}

.contact_us .title{font-size: 14px;color: #5e5e5e;padding-bottom: 20px;}
.contact_us .pt1{width: 100%;height: 580px;position: relative;margin-bottom: 5%;overflow:hidden;}
.contact_us .pt1 .map_box{height:100%; margin-left: -100px}
.contact_us .pt1 .map_box img{max-width:none;}
.contact_us .pt1 .box{width: 40%;right: 0;height: 100%;background-color: #ce010c;background-color:#f27824;position: absolute;top: 0; z-index:9}
.contact_us .pt1 .box .inner_box{padding: 11%;color: #fff;}
.contact_us .pt1 .box .inner_box a{color: #fff;}
.contact_us .pt1 .box .inner_box .tit a{font-size: 24px;line-height: 1;}
.contact_us .pt1 .box .inner_box .linear {display: inline-block;width: 45px;height: 1px;background-color: #fff;margin: 3% 0;}
.contact_us .pt1 .box .inner_box .p1{font-size: 14px;margin-bottom: 7%;line-height: 1;}
.contact_us .pt1 .box .inner_box .p{line-height: 1.8;}
.contact_us .pt1 .box .inner_box .linear.all{width: 100%;margin: 5% 0 5%;}
.contact_us .pt1 .box .inner_box dl.dl1{width: 60%;}
.contact_us .pt1 .box .inner_box dl dt{font-weight: bold;margin-bottom: 10px;font-size: 18px;}
.contact_us .pt1 ._img{position: absolute;top: 0;left: 0;height: 100%;width: 100%;}
.contact_us .BMap_shadow img{display:none;}
.contact_us .pt1 .c_phone .ico{ display: inline-block; width: 52px; height: 43px; background: url(../img/contact_phone.png) no-repeat; margin-right: 10px; vertical-align: bottom; }
.contact_us .pt1 .c_phone a{ color: #fff; font-weight: bold; font-size: 32px; font-style: italic; }
.contact_us .pt1 .box .inner_box dl dd{ line-height:22px;}


/* 大数据 2018-5-16 */
.raydata { overflow: hidden; }
.raydata_banner { position: relative; width: 100%; /*padding-top: 75px;*/ background: url(../img/raydata_banner_bg.png); }
.raydata_banner .banner_e { position: relative; height: 430px; overflow: hidden; }
.raydata_banner .banner_e img { width: 884px; max-width: none; position: absolute; left: 50%; margin-left: -452px; top: 0; }
.raydata_banner .banner_text { position: absolute; top: 0; bottom: 0; left: 50%; margin-left: -600px; }
.raydata_banner .text_l { color: #ffffff; font-size: 30px; line-height: 50px; margin-top: 109px; margin-left: 100px; }
.raydata_banner .text_l:after { content: ''; display: block; width: 162px; height: 2px; margin-top: 40px; background-color: #97aae0; }
.raydata_banner .text_l p { color: #97aae0; font-size: 33px; }
.raydata_banner .text_r { color: #ffffff; font-size: 12px; line-height: 22px; margin-top: 235px; margin-right: 110px; text-align: right; }
.raydata_banner .text_r:before { content: ''; float: right; width: 46px; height: 4px; margin-bottom: 42px; background-color: #00a0e9; margin-right: 8px; }
.raydata_banner .text_r p { clear: both; }
.raydata .pt2 { padding: 33px 0 70px 0; }
.raydata .pt2 .tit { font-size: 35px; color: #333; line-height: 80px; text-align: center; }
.raydata .pt2 .tit i { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background-color: #42adff; vertical-align: middle; margin: 0 10px; }
.raydata .pt2 .sub_tit { font-size: 16px; color: #666666; line-height: 28px; text-align: center; margin-bottom: 66px; }
.raydata .pt2 .tit span { color: #42adff; }
.raydata .pt2 .lists li { width: 20%; float: left; }
.raydata .pt2 .lists .pd { display: block; border: 1px solid #fff; }
.raydata .pt2 .lists .pd .img_box { width: 25%; margin: 30px auto 12px; transition: all .3s ease; }
.raydata .pt2 .lists .title { font-size: 16px; color: #42adff; line-height: 1; margin-bottom: 20px; text-align: center; font-weight: bold; }
.raydata .pt2 .lists .text { font-size: 14px; color: #666; padding: 0 20px; line-height: 22px; text-align: center; }
.raydata .blue{ color: #6a93ff; }
/* .raydata .pt2 .lists .pd:hover { background-color: #f0f9ff; border-color: #42adff; } */
.rect-150 { padding-bottom: 150%; }
.raydata .sub_banner { position: relative; width: 100%; background-color: #1e2531; height: 630px; }
.raydata .sub_banner img { width: 58%; }
.raydata .sub_banner .text { margin-top: 191px; margin-left: 41px; line-height: 1; color: #ffffff; font-size: 34px; }
.raydata .sub_banner .text:before { content: ''; display: block; width: 66px; height: 4px; margin-bottom: 32px; background-color: #42adff; }
.raydata .sub_banner .text p { margin-top: 15px; font-size: 18px; opacity: 0.57; line-height: 30px; }
.rd_tab { position: relative; }
.rd_tab .tab_sign { position: absolute; left: 50%; margin-left: -36px; top: 81px; width: 30px; height: 146px; border: 1px solid #319dff; font-size: 20px; color: #ffffff; z-index: 10; padding: 20px; text-align: center; line-height: 24px; }
.rd_tab .tab_sign:before, .rd_tab .tab_sign:after { content: ''; position: absolute; left: 50%; width: 1px; background-color: #42adff; }
.rd_tab .tab_sign:after { height: 75px; bottom: -75px; }
.rd_tab .tab_sign:before { height: 80px; top: -80px; }
.rd_tab .tab_item.active { padding-top: 343px; }
.rd_tab .tab_tit { width: 50%; height: 343px; position: absolute; top: 0; text-align: center; color: #ffffff; overflow: hidden; border-top: 1px solid #42adff; }
.rd_tab .tab_tit:before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background-color: #42adff; }
.rd_tab .tab_tit:after { display: none; content: ''; position: absolute; left: 50%; bottom: -12px; width: 25px; height: 25px; background-color: #fff; z-index: 10; transform: rotate(-45deg); }
.rd_tab .active .tab_tit:after { display: block; }
.rd_tab ._tit { font-size: 34px; line-height: 1; margin-bottom: 34px; margin-top: 103px; position: relative; z-index: 10; }
.rd_tab ._cont { line-height: 26px; font-size: 14px; opacity: 0.8; width: 274px; margin: 0 auto; position: relative; z-index: 10; }
.rd_tab ._cover { z-index: 1; position: absolute; width: 10px; height: 10px; background-color: transparent; color: transparent; border-radius: 50%; -webkit-box-shadow: 20em -2em 0 5em, 0em -3em 0 6em, -18em -3em 0 5em; box-shadow: 20em -2em 0 5em, 0em -3em 0 6em, -18em -3em 0 5em; left: 50%; top: 50%; overflow: hidden; -webkit-transition: 1s; -o-transition: 1s; transition: 1s }
.rd_tab .active ._cover { color: #006eff; background: #006eff; -webkit-animation: .5s bubble-scale forwards; animation: .5s bubble-scale forwards }
.rd_tab .tab_content { padding-top: 50px; }
.rd_tab .active .tab_content { display: block; }
@-webkit-keyframes bubble-scale {
    100% { top: 0; left: 0; width: 100%; height: 168%; color: #006eff; background: #006eff }
}
@keyframes bubble-scale {
    100% { top: 0; left: 0; width: 100%; height: 168%; color: #006eff; background: #006eff }
}

.tab_content .cont .l { float: left; width: 50%; }
.tab_content { display: none; }

.rd_tab .tab_analys .tab_tit { left: 0; background: #3725b4 url(../img/bigdata/rd_tab_analys.png) top center  no-repeat; background-size: contain; }
.rd_tab .tab_show .tab_tit { right: 0; background: #27359d url(../img/rd_tab_show.jpg) top center no-repeat; background-size: contain; }
.rd_tab .tab_analys .charts { width: 100%; }
.rd_tab .tab_analys li { text-align: center; height: 280px; }
.rd_tab .tab_analys .img_box { width: 17%; margin: 16px auto 22px; }
.rd_tab .tab_analys .title { color: #101834; font-size: 18px; line-height: 1; margin-bottom: 14px; }
.rd_tab .tab_analys .text { color: #666666; font-size: 14px; line-height: 24px; }
.tab_show .title { text-align: center; font-size: 46px; color: #000000; padding: 34px 0; line-height: 1; position: relative; margin-bottom: 54px; }
.tab_show .title:after { content: ''; position: absolute; bottom: 8px; left: 50%; margin-left: -5px; width: 18px; height: 10px; background: url(../img/rd_tab_arr.png) center no-repeat; }
.rd_show_tab_top { width: 750px; margin: 0 auto; }
.rd_show_tab_top .show_tab_tit { width: 200px; float: left; color: #666666; font-size: 24px; line-height: 1; position: relative; text-align: center; cursor: pointer; margin: 0 25px; padding-bottom: 14px; }
.rd_show_tab_top .show_tab_tit:after { content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -61px; width: 122px; height: 3px; background-color: #ffffff; }
.rd_show_tab_top .show_tab_tit.active, .rd_show_tab_top .show_tab_tit:hover { color: #42adff; }
.rd_show_tab_top .show_tab_tit.active:after, .rd_show_tab_top .show_tab_tit:hover:after { background-color: #42adff; }
.rd_show_tab_top .show_tab_tit i { display: block; width: 50px; height: 50px; margin: 0 auto 22px; background: url(../img/tab_show_icon.png) no-repeat; transition: all .3s ease; }
.rd_show_tab_top .show_tab_tit .tab_tit1 { background-position: 0 0; }
.rd_show_tab_top .show_tab_tit.active .tab_tit1, .rd_show_tab_top .show_tab_tit:hover .tab_tit1 { background-position: 0 -50px; }
.rd_show_tab_top .show_tab_tit .tab_tit2 { background-position: -50px 0; }
.rd_show_tab_top .show_tab_tit.active .tab_tit2, .rd_show_tab_top .show_tab_tit:hover .tab_tit2 { background-position: -50px -50px; }
.rd_show_tab_top .show_tab_tit .tab_tit3 { background-position: -100px 0; }
.rd_show_tab_top .show_tab_tit.active .tab_tit3, .rd_show_tab_top .show_tab_tit:hover .tab_tit3 { background-position: -100px -50px; }
.show_tab_info { line-height: 26px; font-size: 15px; color: #666666; margin-bottom: 37px; text-align: left; }
.show_tab_cont { display: none; padding-top: 40px; padding-bottom: 60px; text-align: center; }
.show_tab_cont.active { display: block; }
.show_tab_cont img { max-width: 100%; }
/* 大数据可视化交互平台 */
.banner_bigdata{ color: #fff; height: 670px; overflow: hidden; width: 100%; text-align: center; background: #000; }
.bigdata_p1{ font-size: 58px; margin-top: 90px; }
.bigdata_p2{ font-size:30px; }
.bigdata.raydata .pt2 .lists{text-align: center;}
.bigdata.raydata .pt2 .lists li{ float: none; display:inline-block }
.bigdata.raydata .pt2 .lists li:hover .img_box{ transform: translateY(-15px);  }
.bigdataTab .tab_content{ background: #2a2a2a;   }
.rd_tab .tab_tit:after{ background: #2a2a2a; }
.rd_tab .tab_tit:before{ display: none; }
.bigdataTab .tab_content{ color: #fff; }
.bigdataTab .bigdata_ico{ display: inline-block; width: 60px;height:60px; background:url(../img/bigdata/bigdataicos.png) no-repeat 0 0; margin: 0 auto; margin-bottom: 10px; }
.bigdataTab h4{ color: #42adff; font-weight: 200;font-size: 24px; margin-bottom: 20px;}
.bigdataTab .bigdata_ico2{ background-position: -60px 0; }
.bigdataTab .bigdata_ico3{ background-position: -120px 0; }
.bigdataTab .bigdata_ico4{ background-position: -180px 0; }
.bigdataTab .bigdata_ico5{ background-position: -240px 0; }
.bigdataTab .bigdata_ico6{ background-position: -300px 0; }
.bigdataTab .bigdata_ico7{ background-position: -360px 0; }
.bigdataTab .txt{ padding:0 15%; height: 84px; font-size:14px }
.rd_tab .active .tab_content{ text-align: center; }
.rd_tab .tab_analys li{ height: auto; }
.bigdataTab .tab_content{ padding-bottom: 50px; }
.bigdata_sec2_tab .scence_tit li{ width: 16.666%; float: left; cursor: pointer; position: relative; padding-bottom: 10px; }
.bigdata_sec2_tab .sec_tit{ position: relative; text-align: center; font-size: 36px; font-weight: normal; line-height:1; margin-bottom: 120px;}
.scence_tit{ text-align: center;font-size: 24px; margin-bottom: 50px; }
.bigdata_sec2_tab .big_ico{ display:block; width: 45px; height: 45px; margin: 0 auto 10px auto; background:url(../img/bigdata/bigdata_ico2.png) no-repeat 0 0; }
.bigdata_sec2_tab .big_ico2{  background-position: -45px 0; }
.bigdata_sec2_tab .big_ico3{  background-position: -90px 0; }
.bigdata_sec2_tab .big_ico4{  background-position: -135px 0; }
.bigdata_sec2_tab .big_ico5{  background-position: -180px 0; }
.bigdata_sec2_tab .big_ico6{  background-position: -225px 0; }
.bigdata_sec2_tab .scence_tit .active:after{ content:''; position: absolute; bottom:0; width: 70%; left: 15%; height: 2px; background: #42adff; }
.bigdata_sec2_tab .scence_tit .active .big_ico{ background-position-y:-45px; }
.scence_intro{ margin-bottom: 60px; text-align: center; }
.bigdata_sec2_tab{ padding: 50px 0; }
.bigdata_sec2_tab .sec_tit .arr_ico{ display:block; width:18px; height:10px; background:url(../img/bigdata/bigdata_downArr.png) no-repeat center; position: absolute; bottom: -30px; left: 50%; margin-left: -9px;   }
.scenceScroll .owl-dots{ position: absolute; bottom: -40px; /* top:-40px; */  width: 100%; text-align: center;  }
.scenceScroll .owl-theme .owl-dots .owl-dot span{ background: #75c3ff;-webkit-transition: all .3s ease; transition: all .3s ease; }
.scenceScroll .owl-theme .owl-dots .owl-dot.active span{ width: 30px;background: #75c3ff; }
.scence_item{ display: none; }
.scence_item.show{ display: block; }
.scenceScroll { height:0 ; padding-bottom: 59%;/* padding-bottom: 55.9%; */ overflow: hidden;  /*  padding-top:30px;  */}
.scenceScroll img{ width: 100% !important; }
.imgBanner{ display: none; }

/*商贸网*/
.ydhl_index_sec1 ._dis_smw {text-align:left; font-size:15px; line-height:28px;width:1010px}
.ydhl_index_sec1 .exp_btn_smw {width:300px;}
.smw_ec_sec3 { padding-bottom: 60px; height:574px; background: url(/upload/images/2018/08/20/d281d5115d87427fae37573711cd3346.jpg) no-repeat center fixed;}
.smw_ec_sec3 h3{ font-size: 40px; font-weight: normal;}
.smw_ec_sec3 ._txt{ font-size: 15px; margin-bottom: 50px;}
.smw_ec_sec3 ._top_smw {height:325px;padding:40px;color: #fff}
.smw_ec_sec3 ._top_smw h4 {font-size: 28px;line-height: 40px;margin-bottom: 25px;text-align:center;}
.smw_ec_sec3 ._top_smw p {font-size: 14px;line-height: 24px}
.smw_ec_sec3 ._smw_con1 ._top_smw {background:#9c24c4;}
.smw_ec_sec3 ._smw_con2 ._top_smw {background:#0078fe;}
.smw_ec_sec3 ._smw_con3 ._top_smw {background:#f27823;}
.smw_ec_sec3 ._smw_con4 ._top_smw {background:#ee1ed0;}
.ydhl_wz_anli_list .i_hd .text_smw {font-size:15px; color:#777777;}
.ec_sec4 .smw_info {font-size:15px;line-height: 24px;margin-bottom: 58px}
.ec_sec4 .smw_tit {margin-bottom: 24px; line-height: 40px}
.anli_case_smw {text-align:center;margin:0 auto;}
.anli_case_smw  .anli_img  li {float:left;width:14.28%;}
.anli_case_smw  .anli_img  li  div {border:1px solid #c7c7c7; margin-top:-1px;margin-left:-1px;}
.pt_ec_sec3 ._t{ font-size: 40px; }
.pt_ec_sec3 ._t span{ color: #f60;}
.pt_ec_sec3 ._intro{ font-size: 15px; margin-bottom: 50px; }
.pt_ec_sec3 .full-row>div{  -webkit-transition: all 0.5s ease; transition: all 0.5s ease;transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); }
.pt_ec_sec3 ._con{ text-align: left; color: #fff; padding:40px 6%; overflow: hidden;height: 350px; }
.pt_ec_sec3 ._con1{ background: #f60; }
.pt_ec_sec3 ._con2{ background: #ffb400; }
.pt_ec_sec3 ._con3{ background: #4bb4e6; }
.pt_ec_sec3 .cur ._con1{ background: url(/resources/web/img/smw_gcjx.jpg) no-repeat center center; background-size:cover;}
.pt_ec_sec3 .cur ._con2{ background: url(/resources/web/img/smw_gcjx.jpg) no-repeat center center; background-size:cover}
.pt_ec_sec3 .cur ._con3{ background: url(/resources/web/img/smw_gcjx.jpg) no-repeat center center; background-size:cover }
.pt_ec_sec3 ._con h3{ font-size: 26px; font-weight: normal; line-height: 1; margin-bottom: 20px;font-weight:bold;line-height:36px;margin-bottom:50px;}
.pt_ec_sec3 ._con ._intro{ margin-bottom: 90px; overflow: hidden;font-size:14px; line-height:22px; display:none}
.pt_ec_sec3 .cur ._con ._intro {display:block;}
.pt_ec_sec3 li{ margin-bottom: 8px; white-space: nowrap;}
.pt_ec_sec3 ._con ul{ float: left; width: 50%; min-height: 112px; }
.pt_ec_sec3 ._con .list2{ display: none;}
.pt_ec_sec3 .span-6 ._con .list2{ display: block;}
.pt_ec_sec3 ._con li em{ display: inline-block; width: 10px; height: 10px; border: 2px solid #fff; vertical-align: middle; margin-right: 15px;}
.pt_ec_sec3 ._con .ic{ display: block; background:url(../img/brand_num.png) no-repeat 0 0; width: 115px; height: 100px; margin-bottom: 20px; }
.pt_ec_sec3 ._con2 .ic{ background-position: -115px 0;}
.pt_ec_sec3 ._con3 .ic{ background-position: -230px 0;}
.pt_ec_sec3 ._con .more{transform: translateY(200px);-webkit-transform: translateY(200px);transition: transform,opacity .8s ease;-webkit-transition:transform,opacity .8s ease;display: block;margin-top: -16%;opacity: 0;visibility: hidden;}
.pt_ec_sec3 ._con  a.common_more_smw{width:43px; height:43px; border:1px solid #fff;background-image: url(/resources/web/img/common_more.png);
    background-repeat: no-repeat; background-position:0 0; transition:none;display: block;margin-bottom:30px;}
.pt_ec_sec3 ._con  a.common_more_smw:hover{background-position:-43px 0; background-color:#fff;}
.smw_tb {margin-bottom:0; background:#efefef;color:#666666; font-size:14px; line-height:26px;padding:70px 0;}
.smw_tb ._tit {margin-bottom:54px;}
.smw_tb ._dis {text-align:left;max-width: 90%;width:inherit;font-size:15px; line-height:28px;}
.sj_ydhl_sec3 {background: url(/upload/images/2018/08/20/aa97ed0115714e9f865d1e6f52a581ac.jpg) no-repeat center;height:180px;}
.sj_ydhl_sec3 ._t{line-height:50px}
.sj_ydhl_sec3 .brand_menu_sj {bottom:24px}
.sj_ydhl_sec3 .brand_menu_sj li {width:48%;margin-right:inherit;height:60px;line-height:60px; background:#00a0e6;position:relative;font-size:30px;line-height:60px}
.sj_ydhl_sec3 .brand_menu_sj li.cur::after {content:''; position:absolute;left:47%;bottom:-30px; width:0px; height:0px; border-style:solid; border-width:15px; border-color: #f60 transparent transparent transparent; *width: 40px; *height: 40px; display: block;font-size: 0; ine-height: 0;overflow: hidden;}
.sj_ydhl_sec3 .brand_menu_sj li:first-child {margin-right:4%;background:#ff6600}
.sj_ydhl_sec3 .brand_menu_sj li.cur:nth-child(2)::after {border-color: #00a0e6 transparent transparent transparent;}
.ydhl_sec4_sj {background:#fff;}
.ydhl_sec4_sj_cur  {background:url(http://ei.jerei.com/resources/web/img/yxk_bg2.jpg) no-repeat center fixed;padding:0px;}
.ydhl_sec4_sj .brand_intro_list_sj .qjd {margin-bottom:60px;background:#ededed; padding:42px 68px;font-size:16px; line-height:28px;}
.ydhl_sec4_sj .brand_intro_list_sj .text span {color:#ff6600}
.ydhl_sec4_sj .brand_intro_list_sj .qjd  li {float:left; display:block;width:50%;text-align:center;}
.ydhl_sec4_sj .brand_intro_list_sj .qjd  li p {padding-top:18px; padding-left: 14px;}
.brand_intro_list_sj .qjd .sj_fa {width:68%;margin:0 auto;}
.brand_intro_list_sj ._txt {text-align:center;}
.yxk_sec4_ddb ._tit{ font-size: 40px; font-weight: normal; line-height: 1; margin-bottom: 10px;}
.yxk_sec4_ddb ._info{ margin-bottom: 80px; font-size: 18px;}
.qa_list_ddb ._con{ min-height: 330px; text-align: left; padding: 12%; border: 6px solid #fff; color: #fff;}
.qa_list_ddb  ._con h3{ font-size: 24px; font-weight: normal;}
.qa_list_ddb  ._con h4{font-size: 18px; font-weight: normal; margin-bottom: 15px;}
.qa_list_ddb  ._con ._num{ font-size: 70px; color: #fff; font-family: Arial; display: block; line-height: 1; font-weight: bold; }
.qa_list_ddb  ._con li{  line-height: 30px; display: block;}
.qa_list_ddb  ._con:hover{ background:rgba(255,255,255,.8);  }
.qa_list_ddb  ._con:hover h3{ color: #000;}
.qa_list_ddb  ._con:hover h4{ color: #000;}
.qa_list_ddb  ._con:hover li{ color: #7c7669; }
.qa_list_ddb  ._con:hover ._num{ color: #9d9584; }

/* 18-12-28 bygjx */
.ydhl .wrap .nav > ul > li{ width: 12%; }
/* 201812127 lxq 决策中心 */
.j_middle{background-color: #eef3f9;}
.j_middle .top ._tit{padding-top: 40px;height: 90px;line-height: 90px;font-size: 38px;color: #333;text-align: center;font-weight: normal;}

.j_middle .top ._txt{padding-top: 20px;padding-bottom: 90px;line-height: 30px;color: #666;text-align: center;}
.target_user{height: 405px;padding-top: 65px;background:url('../img/bigdata/target_userbg.jpg') center center no-repeat;background-size:1920px 478px;}
.target_user{}
.target_user ._tit{height: 90px;line-height: 90px;text-align: center;font-size: 38px;color: #fff;text-align: center;}
.target_user .li1,.target_user .li2{position: relative;float: left;width: 50%;text-align: center;color: #fff;font-size: 16px;padding-top: 40px;}
.target_user .li1 .sImg,.target_user .li2 .sImg{display: block;margin:0 auto;width: 70px;height: 70px;background:url('../img/bigdata/target_user2.png') center center no-repeat;    transition: all .3s ease;}
.target_user .li1:hover,.target_user .li2:hover{cursor:pointer;}
.target_user .li1:hover .sImg{background:url('../img/bigdata/target_user1.png') center center no-repeat;transform: translateY(-15px);}
.target_user .li2 .sImg{width: 70px;height: 70px;background:url('../img/bigdata/target_user4.png') center center no-repeat;}

.target_user .li2:hover .sImg{background:url('../img/bigdata/target_user3.png')center center no-repeat;transform: translateY(-15px);}

.target_user .li1 .txt,.target_user .li2 .txt{line-height: 40px;font-size: 20px;}

.target_user .li1 .con,.target_user .li2 .con{line-height: 28px;}
.target_user .li1:after {content: ''; width: 1px; height: 93px; background: #fff; position: absolute; right: 0; top: 70px; }
.scene .tit{line-height: 92px;padding-top: 40px;background-color: #fff;font-size: 38px;color: #333;text-align: center;}
.scene li{width: 33.33%;float:left;height: 316px;}
.scene .li{background:url('../img/bigdata/screen.png') center center no-repat;}
.scene li ._txt{position: relative;padding-top: 120px;line-height: 75px;font-size: 32px;color: #fff;text-align: center; }
.scene li ._txt:after{content: ''; width: 66px; height: 1px; background: #fff; position: absolute; left: 50%; margin-left:-33px;top: 195px;}
.scene li .pBox,.scene li ._mask{ background-size: 100% auto;}
.scene .li1 .pBox{height: 316px;background:url(../img/bigdata/scenebg1.jpg) center center no-repeat;background-size: 100% auto;}
.scene .li2 .pBox{height: 316px;background:url(../img/bigdata/scenebg2.jpg) center center no-repeat;background-size: 100% auto;}
.scene .li3 .pBox{height: 316px;background:url(../img/bigdata/scenebg3.jpg) center center no-repeat;background-size: 100% auto;}
.scene .li1 ._mask{background:url(../img/bigdata/sceneMaskbg1.jpg) center center no-repeat;background-size: 100% auto;}
.scene .li2 ._mask{background:url(../img/bigdata/sceneMaskbg2.jpg) center center no-repeat;background-size: 100% auto;}
.scene .li3 ._mask{background:url(../img/bigdata/sceneMaskbg3.jpg) center center no-repeat;background-size: 100% auto;}
.scene .li1 ._mask ._text,.scene .li2 ._mask ._text,.scene .li3 ._mask ._text{padding:70px 10% 0 10%;line-height: 25px;font-size: 16px;color: #fff;text-align: left;display: none/9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;}
.bigdata_sec2_tab .scence_tit li{ width: 25%; }

/* 201812127 lxq 决策中心 end--*/

/* 201812127 wp 智能制造 start--*/
.ims_part01{ background:url(../img/ims/imsbanner02.jpg) no-repeat bottom; height: 400px; width: 100%; -webkit-background-size: cover;
background-size: cover; position: relative; padding-top: 70px;}
.wrap .join_btn{width: 240px;height: 45px;border: 1px solid #fff;font-size: 16px;line-height: 45px;text-align: center;color: #fff;overflow: hidden;margin:40px 0 0 3px;}
.wrap .join_btn a {width: 100%;height: 100%;display: block;}
.wrap .join_btn a:hover{background: #fff;color: #333;}
.ims_part01 .part_tit {font-size: 38px; color: #333; line-height: 1; font-weight: normal;text-align: center; margin-bottom: 50px;}
.ims_part01 .text {color: #6c6f6f;line-height: 27px; margin: 0 auto; margin-bottom: 110px; width: 80%; text-align: center;}

.ims_part01 .shubiao { width: 46px; height: 67px; margin: 0 auto; background: url(../img/ims/shubiao.png) center center no-repeat; cursor: pointer; }
.ims_part01 .jiant01 { background: url(../img/ims/commerce_jt.png) center center no-repeat; width: 14px; height: 9px; margin: 0 auto; animation: fadein_out 1s infinite; -webkit-animation: fadein_out 1s infinite; -moz-animation: fadein_out 1s infinite; animation-delay: 0.1s; cursor: pointer; }
.ims_part01 .jiant02 { background: url(../img/ims/commerce_jt.png) center center no-repeat; width: 14px; height: 9px; margin: 0 auto; animation: fadein_out 1s infinite; -webkit-animation: fadein_out 1s infinite; -moz-animation: fadein_out 1s infinite; cursor: pointer; }
@keyframes fadein_out {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-webkit-keyframes fadein_out {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes fadein_out {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

/*imsFunction*/
.imsFunction .pt1, .caseStudy .pt1 { padding: 40px 0 50px; }
.imsFunction .sfq_box { height: 450px; width: 100%; overflow: hidden; }
.imsFunction .sfq_box ul.fix li { overflow: hidden; }
.imsFunction h3, .caseStudy h3 { font-weight: normal; font-size: 38px; }
.imsFunction .pt1 .tit, .caseStudy .pt1 .tit { font-size: 38px; line-height:1 color: #333; text-align: center; margin-bottom: 20px; }
.imsFunction .pt1 .info, .caseStudy .pt1 .info { font-size: 16px; color: #666; text-align: center; width: 90%; margin: 0 auto; }
.imsFunction .pt2 .sfq_box .list_cell { width: 25%; height: 450px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
.imsFunction .pt2 .sfq_box .list_cell.on { width: 40%; }
.imsFunction .pt2 .sfq_box .list_cell .cont{ text-align: center; color: #fff; font-size: 16px; padding-top: 75px; }
.imsFunction .pt2 .sfq_box .list_cell .cont .ims_ic{ height: 80px; margin: 0 auto; margin-bottom: 40px; }
.imsFunction .pt2 .sfq_box .list_cell .cont .name span{ font-size: 26px;   position: relative;}
.imsFunction .pt2 .sfq_box .list_cell .cont .name{ margin-bottom: 40px;}
.imsFunction .pt2 .sfq_box .list_cell .cont .default_txt span{ width: 90px; display: inline-block; }
.imsFunction .pt2 .sfq_box .list_cell .cont .s1{ text-align: right; }
.imsFunction .pt2 .sfq_box .list_cell .cont .s2{ text-align: left; }
.imsFunction .pt2 .sfq_box .list_cell .cont em{ margin: 0 15px;}
.imsFunction .pt2 .sfq_box .list_cell .cont .detail_txt{ text-align: center; width: 50%; margin: 0 auto; display: none;}
.imsFunction .pt2 .sfq_box .list_cell.on .cont .name span:after{ content:''; position: absolute;width: 30px; height: 2px; background: #fff; bottom: -10px; left:0 }
.imsFunction .pt2 .sfq_box .list_cell.on .cont .detail_txt{ display: block; }
.imsFunction .pt2 .sfq_box .list_cell.on .cont .default_txt{ display: none; }
.sfq_box_nav span{ display: block;width: 46px; height: 91px; position: absolute; top: 42%; margin-top: -45px;  background:url(../img/banner_arr.png) no-repeat;
 width: 46px; height: 91px; margin: 0; padding:0;cursor: pointer;  }
 .sfq_box_nav .btn1{ left: 20px; background-position: 0 0;}
 .sfq_box_nav .btn2{ right: 20px; background-position: -46px 0; }

.imsFunction .pt2 .sfq_box .list_cell.other {
    width: 20%;
}
    .imsFunction .pt2 .sfq_box .cell1 {
        background: url(../img/ims/imsFunctionBg01.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .imsFunction .pt2 .sfq_box .cell2 {
        background: url(../img/ims/imsFunctionBg02.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .imsFunction .pt2 .sfq_box .cell3 {
        background: url(../img/ims/imsFunctionBg03.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .imsFunction .pt2 .sfq_box .cell4 {
        background: url(../img/ims/imsFunctionBg04.png) center center no-repeat;
        background-size: 100% 100%;
    }
    
    /*isFunction end*/
    /*application start*/
    .imsBanner{ background:url(../img/ims/imsbanner03.jpg) no-repeat center; -webkit-background-size: cover;
    background-size: cover; width: 100%; height: 300px; color: #fff; padding-top: 190px; }
     .imsBanner .banner_tit{ font-size: 50px; font-weight: normal; }
     .imsBanner .banner_text{ font-size: 16px; }
    .appList {z-index: 10;position: relative;}
    .appList ul {height: 50px;padding: 35px 0 90px;}
    .appList ul li {float: left;width: 150px;height: 50px; transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;}
   /*  .appList ul li:hover {width: 200px;} */
    .appList ul li a {width:100%;height:100%;text-align: center;display:block;line-height: 50px;font-size: 18px;color: #666;border-radius: 25px;box-sizing: border-box;}
    .appList ul li.on a { border:1px solid #ff6501; color:#ff6501;}
    .appInfo { width: 410px;height: 0;background: #fff;overflow:hidden;position: absolute;right:0;bottom: 105px; -webkit-box-shadow:2px 2px 5px #e4e4e4; box-shadow:2px 2px 5px #e4e4e4;}
    .appInfo .appInfoBox {width:288px;height: 380px;margin: 45px 0 0 45px;overflow: hidden;}
    .appInfo.on {height: 470px;}
    .appInfo .appInfoBox{ display: none; }
    .appInfo .appInfoBox.show{ display: block; }
    .appInfoBox h3 {padding-bottom:10px;position: relative;margin-bottom: 30px; font-size: 36px; font-weight: normal;}
    .appInfoBox h3::after{content: '';height: 5px;width:40px;background-color: #ff6600;display:block;position:absolute;left:0;bottom:0;opacity: 0;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease; }
    .appInfo.on h3::after{opacity: 1; }
    .appInfoBox .detailedInfo {line-height: 25px;color:#666666;font-size: 14px;}
    /*application end*/
    /*solNav start*/
    /* .solTabs {width: 100%;height:240px;} */
    .solTabs .solNav{overflow: hidden;height: 100%;}
    .solTabs .solNav li{width: 33.33333%;float: left;height: 100%;position: relative; cursor: pointer;}
    .solTabs .solNav li .dmask{width: 100%;height: 0; padding-bottom: 54%;}
    
    .solTabs .solNav li a {height: 90px;width: 100%;text-align: center;font-size: 32px;color:#fff;position: absolute;left: 0;top: 50%;margin-top: -45px;}
    .solTabs .solNav li a::after{content: '';width: 70px;height: 1px;background: #fff;position: absolute;bottom: 17px;left: 50%;margin-left: -35px;}
    .solTabs .solNav li.solNav01 {background-image: url(../img/ims/solnav01.jpg);}
    .solTabs .solNav li.solNav02 {background-image: url(../img/ims/solnav02.jpg);}
    .solTabs .solNav li.solNav03 {background-image: url(../img/ims/solnav03.jpg);}
    .solTabs .solNav li:hover .dmask { background:rgba(0,0,0,.5); }
    .solTabs .solNav li.show .dmask{  background:rgba(0,0,0,.5); }
    .solTabs .solNav li:hover .dmask:after{ content:''; position: absolute;  display: block; width: 0; height: 0;
     overflow: hidden; border-color:  transparent  transparent #fff transparent;
      border-style: solid dashed dashed; border-width:20px; bottom: 0; left: 50%; margin-left: -10px;}
    .solTabs .solNav li.show .dmask:after{ content:''; position: absolute;  display: block; width: 0; height: 0;
     overflow: hidden; border-color:  transparent  transparent #fff transparent;
      border-style: solid dashed dashed; border-width:20px; bottom: 0; left: 50%; margin-left: -10px;}
    .solTabs .solNav li{background-position: center center;background-repeat: no-repeat;background-size: cover;}
    /* .solTabs .solNav li div {background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;} */
    .solTabsList{ padding: 50px 0; }
    .solTabsList .tabs_tit {font-size: 38px;color: #333; text-align: center; line-height:1;}
    .solTabsCon .block1{ margin-bottom: 60px; }
    .hardware,.software {overflow: hidden;width: 100%;}
    .hardware li,.software li{width: 23.33333%;float: left; padding:0 5%; text-align: center;}
    .hardware li .tabsIcon,.software li .tabsIcon {width: 100%;height: 100px;background-position: center center;background-repeat: no-repeat;}
    .hardware li.hardware01 .tabsIcon{background-image: url(../img/ims/solicon01.png);}
    .hardware li.hardware02 .tabsIcon{background-image: url(../img/ims/solicon02.png);}
    .hardware li.hardware03 .tabsIcon{background-image: url(../img/ims/solicon03.png);}
    .software li.software01 .tabsIcon{background-image: url(../img/ims/solicon04.png);}
    .software li.software02 .tabsIcon{background-image: url(../img/ims/solicon05.png);}
    .software li.software03 .tabsIcon{background-image: url(../img/ims/solicon06.png);}
    .solTabsList03 img{ width: 100%; }
    .listTit {font-size: 20px;color: #333;font-weight: bold;height: 50px;line-height: 50px;text-align: center;}

    .imsModel {width: 100%;overflow: hidden;}
    .imsModel li {width: 20%;float: left;}
    .imsModel li.imsModel01 .tabsIcon{background-image: url(../img/ims/solicon07.png);}
    .imsModel li.imsModel02 .tabsIcon{background-image: url(../img/ims/solicon09.png);}
    .imsModel li.imsModel03 .tabsIcon{background-image: url(../img/ims/solicon11.png);}
    .imsModel li.imsModel04 .tabsIcon{background-image: url(../img/ims/solicon13.png);}
    .imsModel li.imsModel05 .tabsIcon{background-image: url(../img/ims/solicon15.png);}
    .imsModel li .tabsIcon{width: 100%;height: 100px;background-position: center center;background-repeat: no-repeat;}
    .imsModel li:hover .listTit{color: #237ee1;}
    .imsModel li.imsModel01:hover .tabsIcon{background-image: url(../img/ims/solicon08.png);}
    .imsModel li.imsModel02:hover .tabsIcon{background-image: url(../img/ims/solicon10.png);}
    .imsModel li.imsModel03:hover .tabsIcon{background-image: url(../img/ims/solicon12.png);}
    .imsModel li.imsModel04:hover .tabsIcon{background-image: url(../img/ims/solicon14.png);}
    .imsModel li.imsModel05:hover .tabsIcon{background-image: url(../img/ims/solicon16.png);}
    .imsModel li p {font-size: 14px;color: #666;line-height: 25px;padding: 0 30px;}
    .solTabs03Tit { font-size: 16px;width: 100%;text-align: center;color: #6c6f6f; margin-bottom: 65px;}
    /*solNav end*/ 
/*caseStudy start*/
.caseShow{ background:url(../img/ims/ims_case_bg.jpg) no-repeat top; -webkit-background-size: cover;
background-size: cover; padding: 80px 0; }
.caseShow .tit{ font-size: 38px; font-weight: normal; text-align: center; line-height:1;margin-bottom: 60px; }
.caseShow .tit span{ position: relative; padding-bottom: 30px; }
.caseShow .tit span:after{ position: absolute; display: block; content:''; width: 50px; height: 3px; background: #fc581f;bottom: 0; left: 50%; margin-left: -25px; }
.caseShow .info{ text-align: center; font-size: 16px;}

.caseTabTit ul {text-align: center;}
.caseTabTit ul li+li{margin-left: 50px;}
.caseTabTit ul li { cursor: pointer; height: 50px;line-height: 50px;width: 90px;text-align: center;box-sizing: border-box;font-size: 18px;color: #333;display: inline;}
.caseTabTit ul li.on{color: #ff5700;border-bottom: 1px solid #ff5700;}
.caseTabList {position: relative;}
.caseTabList .owl-dots{ display: none; }
.caseTabList .snav span{ display: block;width: 46px; height: 91px; position: absolute; top: 50%; margin-top: -45px;  background:url(../img/banner_arr.png) no-repeat;
 width: 46px; height: 91px; margin: 0; padding:0;cursor: pointer;  }
 .caseTabList .snav .prev{ left: -80px; }
 .caseTabList .snav .next{ right: -80px; background-position: -46px 0; }
  .caseTabList .snav .prev:hover{ background-position: 0 -91px; }
  .caseTabList .snav .next:hover{ background-position: -46px -91px; }
.caseTabList .mengban{ position: absolute; width: 100%; height: 100%; z-index: 5; top: 0; left:0 }

.caseTabTit {padding: 30px 0 20px;}
.caseInfo {width: 280px;height: 300px;padding:50px 0;background: #fff;position: absolute;top: 50%;margin-top: -200px;right: 40px;z-index: 999;}
.caseInfo .caseInfoTit{width:230px;margin: 0 auto;font-size: 22px;color: #333;}
.caseInfo .caseInfoText {width:230px;margin: 25px auto 0;font-size: 14px;color: #333;line-height: 25px;}
/*caseShow end*/  

/* 201812127 wp 智能制造 end--*/

/* 20181228 lmy crm start */
/* 字体图标 */
@font-face {
  font-family: 'syc_icon';  /* project id 239366 */
  src: url('../fonts/syc_icon.eot');
  src: url('../fonts/syc_icon.eot?#iefix') format('embedded-opentype'),
  url('../fonts/syc_icon.woff') format('woff'),
  url('../fonts/syc_icon.ttf') format('truetype'),
  url('../fonts/syc_icon.svg#iconfont') format('svg');
}
.syc_icon {
    display: inline-block;
    font-family:"syc_icon" !important;
    font-size:16px;
    vertical-align: middle;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dt_crm .wrap2{ margin-left: 5%;margin-right:5% }
.dt_crm .crm_banner{ width: 100%;height: 285px;background: #000;position: relative;}
.dt_crm .crm_banner img{ position: absolute;width: 1920px;height: 100%;max-width: none;top:0;left:50%;margin-left:-960px}
.dt_crm .digital{ color: #fff; text-align: center; top: 95px; width: 600px; left: 50%; margin-left: -300px; font-size: 17px;z-index: 200}
.dt_crm .digital h3{ color:#fff;font-size: 48px;position: relative;  padding-bottom: 15px;  line-height: 1;  margin-bottom: 15px;}
.dt_crm .digital h3::after{content: ''; width: 60px; height: 1px; background: #f60; position: absolute; bottom: 0; left: 50%; margin-left: -30px; }
.dt_crm .ipart,.dt_crm .foot1,.dt_crm .foot2,.dt_crm .foot3{ }
.dt_crm .swiper-slide {overflow:hidden;}
.dt_crm .banner img {position:relative;left:50%;z-index:1;max-width:none;width:1920px;margin-left:-960px;}
.dt_crm .banner {width:100%;overflow:hidden;position:relative;}
.dt_crm .banner .swiper_pagination {height:18px;overflow:hidden;position:absolute;left:0;right:0;bottom:18px;z-index:1;text-align:center;line-height:18px;}
.dt_crm .banner .swiper_pagination span {display:inline-block;width:18px;height:18px;margin:0 5px;border-radius:50%;background:#fff;cursor:pointer;opacity:1;}
.dt_crm .banner .swiper_pagination span.swiper-pagination-bullet-active {background-color:#ff7f00;}
.dt_crm .banner .btn_slide {position:absolute;cursor:pointer;z-index:9;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:url(../img/bigdata/banner_arr.png) no-repeat 0 0;width:46px;height:91px;position:absolute;top:50%;margin-top:-45px;transition:all ease 0.2s;-webkit-transition:all ease 0.2s;-moz-transition:all ease 0.2s;-o-transition:all ease 0.2s;}
.dt_crm .banner .btn_slide:hover {background-position-y:-91px;}
.dt_crm .banner .swiper_button_prev {left:2%;}
.dt_crm .banner .swiper_button_next {right:2%;background-position:-46px 0;}
.dt_crm .index_part01 {padding:70px 0 82px 0;text-align:center; background: #eef3f9;}
.dt_crm .part_tit {font-size:38px;color:#333;line-height:1;font-weight:normal;}
.dt_crm .mbox_sec4 .part_tit {color:#fff;}
.dt_crm .part_info {font-size:16px;color:#666;line-height:42px;}
.dt_crm .index_part01 .text {margin-top:16px;color:#666;line-height:36px;}
.dt_crm .index_part02 .tab_nav_box {width:100%;height:312px;text-align:center;background:url(../img/bigdata/index_02bg.jpg) top center no-repeat;background-size:auto 100%;}
.dt_crm .index_part02 .tab_nav_box .wrap {height:100%;overflow:hidden;}
.dt_crm .index_part02 .part_tit {margin-top:66px;color:#fff;}
.dt_crm .index_part02 .part_info {color:#fff;}
.dt_crm .index_part02 .tab_nav {left:0;right:0;bottom:0;z-index:1;}
.dt_crm .index_part02 .tab_nav_item {position:relative;height:66px;margin-top:17px;background-position:center center;background-repeat:no-repeat;cursor:pointer;transition:all ease 0.2s;-webkit-transition:all ease 0.2s;-moz-transition:all ease 0.2s;-o-transition:all ease 0.2s;}
.dt_crm .index_part02 .tab_nav_item.item01 {background-color:#4d77ff;background-image:url(../img/bigdata/tab_nav1.png);}
.dt_crm .index_part02 .tab_nav_item.item02 {background-color:#ff9000;background-image:url(../img/bigdata/tab_nav2.png);}
.dt_crm .index_part02 .tab_nav_item.item03 {background-color:#08a782;background-image:url(../img/bigdata/tab_nav3.png);}
.dt_crm .index_part02 .tab_nav_item.on {height:83px;margin:0;}
.dt_crm .index_part02 .tab_nav_item.on:after {content:"";position:absolute;left:50%;bottom:0;z-index:1;width:0;height:0;margin-left:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:14px solid #f4f4f4;}
.dt_crm .index_part02 .tab_con {background-color:#f4f4f4;overflow:hidden;}
.dt_crm .index_part02 .tab_con_item .item_info {width:71.6666%;margin:0 auto;padding:78px 0 38px 0;font-size:16px;color:#333;line-height:32px;}
.dt_crm .index_part02 .dms_info_list {width:51.666666%;}
.dt_crm .index_part02 .dms_info_list:after {content:"";position:absolute;top:50%;left:0;right:0;z-index:1;height:1px;background-color:#ddd;}
.dt_crm .index_part02 .dms_item {position:relative;height:176px;font-size:16px;color:#100f21;text-align:center;line-height:176px;}
.dt_crm .index_part02 .dms_item:after {content:"";position:absolute;right:0;top:0;bottom:0;z-index:1;width:1px;background-color:#ddd;}
.dt_crm .index_part02 .dms_item:nth-child(3n):after {display:none;}
.dt_crm .index_part02 .dms_item .item_icon {display:inline-block;width:69px;height:69px;margin-right:12px;text-align:center;color:#333;line-height:69px;border:1px solid #686868;border-radius:50%;transition:all ease 0.2s;-webkit-transition:all ease 0.2s;-moz-transition:all ease 0.2s;-o-transition:all ease 0.2s;}
.dt_crm .index_part02 .dms_item .item_icon .syc_icon {font-size:42px;}
.dt_crm .index_part02 .dms_item:hover .item_icon {color:#006ecd;border-color:#006ecd;}
.dt_crm .index_part02 .dms_img {display:block;width:42.5%;}
.dt_crm .index_part02 .els .item_info {/* width:100%;padding:74px 0 70px 0;*/}
.dt_crm .index_part02 .els_bg {width:28.5%;}
.dt_crm .index_part02 .els_list {width:35.75%;padding-top:22px;}
.dt_crm .index_part02 .text_box {width:82%;}
.dt_crm .index_part02 .els_item {padding-top:80px;}
.dt_crm .index_part02 .els_item .item_tit {font-size:18px;color:#333;line-height:26px;}
.dt_crm .index_part02 .els_item .tit_info {font-size:14px;color:#686868;line-height:22px;}
.dt_crm .index_part02 .els_item .syc_icon {margin:0 20px;font-size:34px;color:#f60;}
.dt_crm .index_part02 .tts_list {width:28.8%;}
.dt_crm .index_part02 .tts_bg {width:42.4%;}
.dt_crm .index_part02 .tts .item_info {padding-bottom:56px;}
.dt_crm .index_part02 .tts_item {padding-top:54px;}
.dt_crm .index_part02 .tts_item .item_icon {width:70px;height:70px;margin-right:20px;text-align:center;color:#00a47e;line-height:70px;border:1px solid #00a47e;border-radius:50%;transition:all ease 0.2s;-webkit-transition:all ease 0.2s;-moz-transition:all ease 0.2s;-o-transition:all ease 0.2s;}
.dt_crm .index_part02 .tts_item .item_icon .syc_icon {font-size:46px;}
.dt_crm .index_part02 .tts_item .text_box {width:69%;}
.dt_crm .index_part02 .tts_item .item_tit {font-size:18px;color:#333;line-height:38px;}
.dt_crm .index_part02 .tts_item .tit_info {font-size:14px;color:#686868;line-height:22px;}
.dt_crm .index_part02 .tts_item:hover .item_icon {color:#fff;background-color:#00a47e;}
.dt_crm .part_03 {padding:80px 0 80px 0;}
.dt_crm .part_03 .part_info {margin-bottom:60px;}
.dt_crm .column_slide .wrap {overflow:hidden;}
.dt_crm .column_slide .swiper_pagination {position:absolute;left:0;right:0;bottom:-24px;z-index:1;height:18px;text-align:center;line-height:18px;}
.dt_crm .column_slide .swiper_pagination span {display:inline-block;width:18px;height:18px;margin:0 5px;border-radius:50%;background-color:#e2e2e2;cursor:pointer;opacity:1;}
.dt_crm .column_slide .swiper_pagination span.swiper-pagination-bullet-active {background-color:#ff6600;}
/* .dt_crm .column_slide .picList .item {height:310px;} */
.dt_crm .column_slide .picList .item img {display:block;margin:0 auto;}
.dt_crm .column_slide .picList .item a {display:block;width:100%;height:100%;}
.dt_crm .column_slide .picList .title {padding:10px 0 55px;font-size:17px;color:#333;line-height:28px;font-weight: 400}
.dt_crm .column_slide .picList .title:hover {color:#f60;}
.dt_crm .column_slide .btn_slide {position:absolute;top:50%;z-index:99;margin-top:-64px;color:#bdbdbd;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.dt_crm .column_slide .btn_slide:hover {color:#f27823;}
.dt_crm .column_slide .next {left:0;}
.dt_crm .column_slide .prev {right:0;}
.dt_crm .column_slide .btn_slide .syc_icon {font-size:80px;}
.dt_crm .soft_index {width:100%;background:url(../img/bigdata/soft_index_bg.jpg) no-repeat center fixed;height:600px;padding-top:75px;}
.dt_crm .soft_index ._c {display:table;margin-bottom:25px;}
.dt_crm .soft_index ._con {display:table-cell;vertical-align:middle;color:#fff;height:250px;padding:0 30px;background:#06366c;text-align:center; position: relative;}
.dt_crm .soft_index ._con:after{ content:'了解更多>>'; display: block; position: absolute; right:30px; bottom: 10px; }
.dt_crm .soft_index ._con h3 {font-size:24px;font-weight:normal;line-height:1;margin-bottom:15px;}
.dt_crm .soft_index ._con1 {background:#9c24c4;}
.dt_crm .soft_index ._con2 {background:#0078fe;}
.dt_crm .soft_index ._con4 {background:#0078fe;height:525px;}
.dt_crm .soft_index ._con4 h3 {font-size:30px;}
.dt_crm .soft_index ._con6 {background:#f27823;}
.dt_crm .soft_index ._con7 {background:#01af5a;}
.dt_crm .soft_index ._c._c2 {margin-bottom:24px;}
.dt_crm .soft_index ._con8 {background:#0078fe;height:159px;padding:0 25px;}
.dt_crm .soft_index ._con8 h3 {font-size:24px;}
.dt_crm .soft_index .feb832 {background:#feb832;}
.dt_crm .soft_index .f654a0 {background:#f654a0;}
.dt_crm .soft_index .a3fb7c5 {background:#2ca3b1;}
.dt_crm .dms_banner {width:100%;overflow:hidden;}
.dt_crm .dms_banner .img_box {display:block;position:relative;top:0;left:50%;z-index:1;width:1920px;margin-left:-960px;}
.dt_crm .dms_banner img {width:1920px;height:auto;}
.dt_crm .banner .wrap {top:0;left:0;right:0;bottom:0;z-index:3;width:auto;padding:0 52px;}
.dt_crm .banner .banner_tit {margin-top:82px;margin-bottom:6px;font-size:40px;color:#fff;line-height:72px;font-weight:normal;}
.dt_crm .hyzj .banner .banner_tit {margin-top:80px;line-height:48px;}
.dt_crm .banner .banner_tit.fz36 {font-size:36px;line-height:56px;}
.dt_crm .banner .banner_text {font-size:18px;color:#fff;line-height:32px;}
.dt_crm .index .banner .banner_text {margin-top:20px;}
.dt_crm .btn_apply {display:block;width:216px !important;height:58px !important;margin-top:42px;font-size:24px;color:#fff;text-align:center;line-height:58px;border-radius:8px;}
.dt_crm .btn_apply:hover {color:#fff;}
.dt_crm .btn_apply:before {content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;border-radius:8px;border:1px solid #fff;transition:all 0.3s;}
.dt_crm .btn_apply:hover:before {opacity:0;-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}
.dt_crm .btn_apply:after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;border-radius:8px;background-color:rgba(255,255,255,0.25);transition:all 0.3s;-webkit-transform:scale(0.5,0.5);transform:scale(0.5,0.5);}
.dt_crm .btn_apply:hover:after {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
.dt_crm .dms_part01 {padding-bottom:0px;}
.dt_crm .dms_part01 .part_tit,.dt_crm .part_more .part_tit {width:234px;margin:78px auto 0 auto;font-size:38px;color:#333;line-height:44px;}
.dt_crm .yxk_sec1 .part_tit {width:152px;}
.dt_crm .yxk_part01 .part_tit {width:228px;margin-bottom:24px;}
.dt_crm .mbox_sec1 .part_tit {width:232px;margin-bottom:24px;line-height:50px;}
.dt_crm .mbox_sec1 .part_beizhu,.dt_crm .yxk_sec1 .part_beizhu {font-size:28px;margin-bottom:35px;color:#686868;}
.dt_crm .product_highlight {padding:60px 0 80px 0;background:#efefef;}
.dt_crm .product_highlight .part_info {margin-bottom:45px;}
.dt_crm .product_highlight .highlight_item {width:25%;background:#fff;}
.dt_crm .product_highlight .highlight_item .syc_icon {display:block;width:100%;height:162px;font-size:86px;text-align:center;line-height:162px;color:#f60;border:1px solid #d8d8d8;}
.dt_crm .product_highlight .highlight_item .item_text {width:100%;height:190px;background:#9a9a9a;color:#fff;overflow:hidden;}
.dt_crm .product_highlight .highlight_item .tit {margin-top:32px;font-size:18px;line-height:22px;}
.dt_crm .product_highlight .highlight_item .info {margin-top:15px;padding:0 34px;font-size:14px;line-height:26px;}
.dt_crm .product_highlight .highlight_item.style2 {margin-top:162px;}
.dt_crm .product_highlight .highlight_item.style2 .item_text {background:#fff;color:#333;}
.dt_crm .product_highlight .highlight_item.style2 .info {color:#333;}
.dt_crm .icase_bd {margin-bottom:40px;}
.dt_crm .pBox {position:relative;overflow:hidden;margin-bottom:0px;/*cursor:pointer;*/}
.dt_crm .pBox ._n {display:block;width:100%;height:40px;line-height:40px;font-size:24px;font-weight:normal;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top: 0}
.dt_crm .pBox ._img img {width:100%;height:auto;}
.dt_crm .pBox ._mask {width:100%;height:100%;position:absolute;text-align:left;background:url(../img/bigdata/orange.8.png);}
.dt_crm .pBox ._mask a {display:block;color:#ffffff;padding:12px 10%;opacity:0;display:none/9;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;margin-top:30px;transition-delay:0.2s;-webkit-transition-delay:0.2s;}
.dt_crm .pBox ._mask ._tag {display:inline-block;font-size:16px;border-bottom:#fff 1px solid;line-height:40px;}
.dt_crm .pBox ._mask ._n {display:block;margin-bottom:5px;color:#ffffff;}
.dt_crm .pBox ._mask ._text {font-size:13px;line-height:1.8em;}
.dt_crm .pBox ._mask ._more {display:inline-block;width:auto;height:42px;line-height:42px;background:#d95204;color:#ffffff;padding:0 50px;font-size:14px;}
.dt_crm .pBox:hover ._img ._n {bottom:-40px;}
.dt_crm .pBox ._mask {left:0;top:0;opacity:0;display:none/9;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;visibility:hidden;}
.dt_crm .pBox:hover ._mask {opacity:1;display:block/9;visibility:visible;}
.dt_crm .pBox:hover ._mask a {opacity:1;display:block/9;margin-top:0;}
/* .dt_crm .column_slide.idx_case_slide .picList .pBox {height:258px;} */
.dt_crm .column_slide.idx_case_slide .picList .item a {width:auto;height:auto;}
/* .dt_crm .column_slide.idx_case_slide .picList .item {height:350px;} */
.dt_crm .casePage {padding-bottom:40px;padding-top:40px;}
.dt_crm .casePage .channel_bd {margin-bottom:0;}
.dt_crm .casePage .anim {visibility:visible;}
.dt_crm #case_list .title,.dt_crm #case_list .tag {height:1.5em;line-height:1.5em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.dt_crm #case_list .title {font-size:17px;font-weight:normal;padding-top:10px;}
.dt_crm #case_list .tag {margin-bottom:30px;font-size:12px;color:#919191;}
.dt_crm .casePage .tit:hover {color:#f08200;}

/* 20181228 lmy crm end */

/* 20190527 zhangxr 招商加盟*/
.zs_banner{position:relative;}
.zs_banner img{position:absolute; width:1920px; left:50%; margin-left:-960px; max-width:none;}
.zs_btnbox{position:relative; width:1300px; height:450px; margin-left:auto; margin-right:auto;}
.zs_btn{color:#fff; overflow:hidden; border-radius:20px; position:absolute; bottom:118px; left:0; border:none; width:140px; height:38px; background:url(../img/zs_01.png) no-repeat center;}
.zs_btn .zs_submit{font-size:14px; color:#fff;}

.zs_btn .zs_submit:after{-moz-transform: scale(0.9);-ms-transform: scale(0.9);-webkit-transform: scale(0.9);box-shadow: 0 0 0px 0px #FFF;content: "";display: block; height: 70px;left: 0; right:0px;opacity: 0;padding: 0;position: absolute;top: 0; bottom:0px; transform: scale(0.9);width: 80px;z-index: 0;border-radius:100%; margin:auto;}
.zs_btn:hover .zs_submit:after{-moz-animation: zooming 1s ease-out; -ms-animation: zooming 1s ease-out; -webkit-animation: zooming 1s ease-out; animation: zooming 1s ease-out; box-shadow: 0 0 10px 10px #FFF;}
@-webkit-keyframes zooming {
    0% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255,255,255,0.3), 0 0 15px 15px rgba(0,0,0,0.1), 0 0 0 15px rgba(255,255,255,0.5);
    }
    100% {
      box-shadow: 0 0 0 2px rgba(255,255,255,0.3), 0 0 15px 15px rgba(0,0,0,0.1), 0 0 0 15px rgba(255,255,255,0.5);
      -webkit-transform: scale(1.1);
      opacity: 0;
    }
  }
  @-moz-keyframes zooming {
    0% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255,255,255,0.3), 0 0 15px 15px rgba(0,0,0,0.1), 0 0 0 15px rgba(255,255,255,0.5);
    }
    100% {
      box-shadow: 0 0 0 2px rgba(255,255,255,0.3), 0 0 15px 15px rgba(0,0,0,0.1), 0 0 0 15px rgba(255,255,255,0.5);
      -moz-transform: scale(1.1);
      opacity: 0;
    }
  }
  @-ms-keyframes zooming {
    0% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255,255,255,0.3), 0 0 15px 15px rgba(0,0,0,0.1), 0 0 0 15px rgba(255,255,255,0.5);
    }
    100% {
      box-shadow: 0 0 0 2px rgba(255,255,255,0.3), 0 0 15px 15px rgba(0,0,0,0.1), 0 0 0 15px rgba(255,255,255,0.5);
      -ms-transform: scale(1.1);
      opacity: 0;
    }
  }
  @keyframes zooming {
    0% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.5;
      box-shadow: 0 0 0 2px rgba(255,255,255,0.3), 0 0 15px 15px rgba(0,0,0,0.1), 0 0 0 15px rgba(255,255,255,0.5);
    }
    100% {
      box-shadow: 0 0 0 2px rgba(255,255,255,0.3), 0 0 15px 15px rgba(0,0,0,0.1), 0 0 0 15px rgba(255,255,255,0.5);
      transform: scale(1.1);
      opacity: 0;
    }
  } 

.zs01{margin:0 auto 100px; width:86%;}
.zs .info{padding:85px 0 100px; text-align:center;}
.zs .info .tit{font-size:45px; font-weight:bold; color:#ff6600; line-height:1.2;  padding:0 15%; margin-bottom:40px;}
.zs .info .con{font-size:16px; color:#454545; padding:0 14%;}
.zs01 .content .item{width:20%; overflow:hidden; float:left; transition:.5s ease;}
.zs01 .content .item .left{width:100%; color:#353535; height:310px;}
.zs01 .content .item.show .left{width:50%; color:#fff;}


.zs01 .content .item .left .left_box{padding:30px 20px 40px; text-align:center;}
.zs01 .content .item .left .left_box .icon{display:inline-block; background:url(../img/zs01_1.png) no-repeat; width:85px; height:85px;}
.zs01 .content .item.item2 .left_box .icon{background-position:-85px 0;}
.zs01 .content .item.item3 .left_box .icon{background-position:-170px 0;}
.zs01 .content .item.item4 .left_box .icon{background-position:-255px 0;}
.zs01 .content .item .left .left_box .t{font-size:24px; margin:28px 0; font-weight:bold;}
.zs01 .content .item .left .left_box .c{font-size:14px; line-height:22px; height:110px; overflow:hidden;}
.zs01 .content .item1.show .left_box .icon{background-position:0 -85px;}
.zs01 .content .item2.show .left_box .icon{background-position:-85px -85px;}
.zs01 .content .item3.show .left_box .icon{background-position:-170px -85px;}
.zs01 .content .item4.show .left_box .icon{background-position:-255px -85px;}
.zs01 .content .item .right{display:none;}
.zs01 .content .item.show .right{display:block; width:50%;}
.zs01 .content .item .right{height:310px;}
.zs01 .content .item .right .right_box{padding-top:55px; padding-left:44%; color:#fff; font-size:14px;}
.zs01 .content .item .right .right_box ul li{line-height:31px; position:relative;}
.zs01 .content .item .right .right_box ul li:before{position:absolute; left:-30px; top:15px; content:''; display:inline-block; width:15px; height:1px; background:#fff;}
.zs01 .content .item.show{width:40%;}
.zs01 .content .item.show .left{float:left; background:url(../img/zs01_2.jpg) center;}
.zs01 .content .item.show .right{float:left; background:url(../img/zs01_3.jpg) center;}
.zs02{position:relative;}
.zs02 .tel{display:inline-block; position:absolute;right:17%; top:43%; font-size:45px; font-weight:bold; color:#fff; font-weight:normal;}
.zs02 .tel span{font-size:35px;}
.zs03{margin:0 auto 100px; width:86%;}
.zs03 .content .left{width:45%; float:left;}
.zs03 .content .right{width:55%; float:left;}
.zs03 .content .right .right_box .form_list{margin-bottom:10px;}
.zs03 .content .right .right_box{padding-left:20px;}
.zs03 .content .right .right_box label{display:inline-block; width:24%;text-align:right; font-size:16px; color:#454545;}
.zs03 .content .right .right_box input{padding-left:20px; width:70%; line-height:47px; height:47px; border:1px solid #cfcfcf; border-radius:10px;}
.zs03 .content .right .right_box input:focus{border:1px solid #ff6600;}
.zs03 .content .right .right_box .select-ui-choose{/* margin-left:4%;  */padding-left:20px;width:33%; height:47px; line-height:47px; border:1px solid #cfcfcf; border-radius:10px;}
.zs03 .zs_btn{outline:none; position:relative; bottom:0; left:0; float:right; margin-right:20px;}
body .select-ui-options-default li{border-radius:10px; font-size:16px; line-height:40px; padding-right:20px; text-align:right;}
body .select-ui-options-default li:hover{background:#ff6600;}
body .select-ui-options-default{border-radius:10px;}
body .select-ui-choose ._txt{text-align:right;padding-right:50px; font-size:16px; color:#878787;}
body .select-ui-choose ._arrow .arr{left:-10px;}
.zs .info .tit{font-size:30px;}
:root .zs .info .tit{font-size:45px;}
.zs01 .content .item .left .left_box .t{font-size:20px; margin:15px 0;}
:root .zs01 .content .item .left .left_box .t{font-size:24px; margin:28px 0;}
.zs02 .tel{font-size:25px;}
:root .zs02 .tel{font-size:45px;}
/* .zs03 .content .right .right_box .select-ui-choose{margin-left:0;}
:root .zs03 .content .right .right_box .select-ui-choose{margin-left:3%;}
.zs03 .content .right .right_box .select-ui-choose:nth-child(1){margin-left:0;}
.zs03 .content .right .right_box .select-ui-choose:nth-child(3){margin-left:0;} */

@media (max-width: 1440px){
  :root .zs .info .tit{font-size:30px;}
  :root .zs01 .content .item .left .left_box .t{font-size:20px; margin:15px 0}
  :root .zs02 .tel{ font-size:32px;}
  .zs02 .tel span{font-size:25px;}
}

/* 20190530 */
.nav{width:70%;}
.nav > ul > li { width:11%;}
body .zs03 .content .right .right_box input.Validform_error{background:#fff; border:1px solid #e51429;}
body .Validform_wrong{position:absolute; left:27%; top:15px;}
.zs03 .content .right .right_box .form_list{position:relative;}
.zs03 .zs_btn{cursor:pointer;}
.album_wrap .album_ordinary .slide_c img{
    max-width: 90%;
    max-height: 68%;
    margin-top: -8%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*20191025公安警务*/
.gajw .gongan_wrap{width:1200px; margin-right:auto; margin-left:auto;}
.gajw01{padding:40px 0;}
.gajw01 .content .title{font-size:36px; line-height:1; margin-bottom:35px; color:#1a1a1a;}
.gajw01 .content .con .txt{font-size:14px; color:#2b2b2b; line-height:30px; margin-top:0px;background: #eeeeee7d;padding: 24px 29px;} 
.gajw02{padding:30px 0;}
.gajw02 li .tit{position:relative; padding-left:21px; font-size:28px; line-height: 36px; color:#1a1a1a;}
.gajw02 li{margin-bottom:50px; padding-bottom:50px; border-bottom:1px dashed #6a6a6a; }
.gajw02 li .tit span{position:absolute; width:7px; height:36px; background:#fe6700; left:0; top:0;}
.gajw02 li .con{font-size:14px; color:#2b2b2b; line-height:30px; margin-top:10px;}

/*20191211底部*/
.footer{display:none;}
/* 设备区分 */
html.mobile_style { font-size:15.625vw; }
html.mobile_style, body.mobile_style {  -webkit-touch-callout: none;text-size-adjust: none; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);user-select: none; -webkit-user-select: none; width: 100%; }
body.mobile_style { font-size: .24rem; line-height: 1.6; color: #333; outline: 0;  overflow-x: hidden; /* max-width: 640px;  */margin-left: auto; margin-right: auto;  position: relative; }
html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, input, hr, time, mark, code, figcaption, figure, textarea, h1, h2, h3, h4, h5, h6, p { margin: 0; border: 0; padding: 0; font-style: normal; }
.footer{ background: #39424b; color: #b4b4b4; }
.footer .foot_logo{ width: 2rem; margin-bottom: .2rem;}
.footer .foot_logo img{ width: 100%;}
.gotop{ -webkit-background-size: 100% 100%; background-size: 100% 100%; display: block; position: absolute; right: .3rem; top: .3rem; width: .5rem; height: .5rem; }
/*底部样式重写*/
/*footer*/
.footer_top{ padding: .4rem 0; font-size: .2rem; border-bottom: 1px solid #4d555d; position: relative;}
.footer_top a{ display:inline-block;}
.footer_top .span-6:last-child{ text-align: right;}
.footer_bottom{ font-size: .2rem; padding: .25rem 0;}
.footer_bottom em{ margin:0 .1rem;}
.footer .foot_logo { margin-bottom:.3rem; }
.footer .w100 { margin-bottom:.3rem; }
.footer .lt { display:block; float:left; }
.footer .w100 .lt { width:100%; }
.footer .w50 .lt { width:50%; }
/*footer end*/

.s400{font-size: 20px; font-weight: bold;color: #ff6600;}
.pageFooter a.s400 { color:#ff6600;}

/* 20200306 */
.ivideo_banner .video_item img{display:none;}
.ibanner .item .banner_img {
  position: absolute;
  top: 0;
  left: 0;
}
/* .ivideo_banner .item .banner_img img{height:100%; position:absolute; top:0; left:0;} */
.ivideo_banner.act .cover .text1 img{margin:0 auto;}
.ivideo_banner{width:100%;height:1080px;overflow:hidden;background:#000;}
.ivideo_banner .item{position:relative;overflow:hidden;width:100%;}
.ivideo_banner .item .banner_img{position:absolute;top:0;left:0}
.ivideo_banner .item .banner_img img{width:100%;height:100%;position:absolute;}


.ivideo_banner .owl-nav>div{display:none;cursor:pointer; z-index:5; font-size:50px; position:absolute; top:50%; margin-top:-44px; color:#fff;}
.ivideo_banner:hover .owl-nav>div{display:block;}
.ivideo_banner .owl-nav .owl-prev{left:0%;}
.ivideo_banner .owl-nav .owl-next{right:0%; background-position:-60px 0;}
.ivideo_banner .owl-nav>div:hover{color:#ff6600;}

/* 20200318  */
/* 联系我们 */
.contact_us .pt2 .infor{text-align:center;}
.contact_us .pt2 .infor .tit{font-size:35px; color:#ff6600; margin-bottom:20px;}
.contact_us .pt2 .infor .con{font-size:16px; color:#454545; padding:0 14%;}
.contact_us .pt2 .content {margin-top:50px;}
.contact_us .pt2 .content .left{width:45%; float:left;}
.contact_us .pt2 .content .right{width:45%; float:right;}
.contact_us .pt2 .content .right .right_box .form_list{margin-bottom:10px;}
.contact_us .pt2 .content .right .right_box{padding-left:20px;}
.contact_us .pt2 .content .right .right_box label{display:inline-block; width:24%;text-align:right; font-size:16px; color:#454545; vertical-align:top;}
.contact_us .pt2 .content .right .right_box input{padding-left:20px; width:68%; line-height:47px; height:47px; border:1px solid #cfcfcf; border-radius:10px;}
.contact_us .pt2 .content .right .right_box input:focus{border:1px solid #ff6600;}
.contact_us .pt2 .content .right .right_box textarea{padding-left:20px; width:68%; line-height:47px; height:150px; border:1px solid #cfcfcf; border-radius:10px;}
.contact_us .pt2 .content .right .right_box textarea:focus{border:1px solid #ff6600;}
.contact_us .pt2 .content .right .right_box .select-ui-choose{/* margin-left:4%;  */padding-left:20px;width:33%; height:47px; line-height:47px; border:1px solid #cfcfcf; border-radius:10px;}
.contact_us .pt2 .zs_btn{outline:none; position:relative; bottom:0; left:0; float:right; margin-right:20px; cursor:pointer;}
body .contact_us .pt2 .content .right .right_box input.Validform_error{background:#fff; border:1px solid #e51429;}
body .Validform_wrong{position:absolute; left:27%; top:15px;}
.contact_us .pt2 .content .right .right_box .form_list{position:relative;}
.contact_us .pt2 .zs_submit{font-size:14px; color:#fff;}

/* 医药行业 */
.rect-575{padding-bottom:57.5%;}
.case_new li{margin-bottom:30px;}
.case_new img{ width: 100%;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;  }
.case_new .span-4{ overflow: hidden; background:rgb(240,240,240);}
.case_new .span-4:hover img{ -moz-transform:scale(1.08,1.08); -ms-transform:scale(1.08,1.08); -o-transform:scale(1.08,1.08); -webkit-transform:scale(1.08,1.08); transform:scale(1.08,1.08); }
.case_new ._con {position: absolute;z-index: 10;color: #fff;width: 100%;height: 74%;top: 0;left: 0;text-align: center;color: #fff;padding-top: 10%;cursor: pointer;}
.case_new ._con h3{ font-size: 48px; line-height: 1; font-family: Arial; margin-bottom: 10px; }
.case_new ._con h4{  font-size: 25px; font-weight: normal;}
.case_new ._con ._txt{ font-size: 14px; margin:0 10% 20px; }
.case_new ._con .ic{  width: 48px; height: 48px; background:url(../img/ecommerce_ic1.png) no-repeat center; margin: 0 auto;/*  visibility: hidden; opacity: 0;  */-webkit-transition: all 0.3s ease; transition: all 0.3s ease;position: relative; top: 20px; }
.case_new ._con .ic i{ display: block;width: 100%; height: 100%; }
.case_new ._con:hover .ic{ visibility: visible; opacity: 1; top: 0;}
.case_new .bott_{padding:30px; font-size:15px;}
.ydhl_index_sec1 ._dis div{display:inline;}

/*20190410 首页弹窗*/
.ipart_box{position:fixed; top:0; left:0; width:100%; height:100%; background:url(../img/black.6.png) center; z-index:1001;*display:none; display:none;}
.ipart_box .content{width:491px; position:absolute; left:50%; margin-left:-245px; top:25%;}
.ipart_box .content .top_{width:100%; height:386px;}
.ipart_box .content .bott_{width:100%; height:200px; position:relative; display: none;}
.ipart_box .content .bott_ .countdown{position:absolute; top:-38px; left:50%; margin-left:-240px;}
.ipart_box .content .box_close{width:51px; height:51px; background:url(../img/ipart_box03.png) no-repeat center; position:absolute; right:-25px; top:-25px; cursor:pointer;}
.ipart_box .content .bott_ a{position:absolute; bottom:37%; right:5%; color:#ea5613; font-size:14px;}
.ipart_box .content .mobile_img{display:none;}

/* 20200410 */
.channel_banner.de_video .cover .box{position:absolute; left:80px; bottom:50px; text-align:left; width:36%; padding-left:20px; border-left:2px solid #ff6600;}
.channel_banner.de_video .cover .box .t{font-size:40px; color:#fff; margin-bottom:10px; line-height:1;}
.channel_banner.de_video .cover .box .c{font-size:16px; color:#fff;}

/* 20200725 DElogo修改 */
/*.top_title.de h1{padding-left:50px; background:url(../img/logo_de.jpg) no-repeat center left;}
*/
/* 20200820 DE案例详细增加视频 */



.li_video{position:relative; cursor:pointer;}
.li_video:after{content:'';position:absolute;width:113px;height:113px;transition:.5s ease;background:url(../img/about_us_play.png) no-repeat center;top:50%;margin-top:-56px;left:50%;margin-left:-56px;}
.li_video:after:hover{-webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); transform:rotate(360deg);}
.bigImg{width:960px; height:540px;}


/* 2021-0207 */
.channel_newHd > ul .newson_ul.fixed{position:absolute;}
.channel_newHd > ul .newson_ul { width:154px; /* border-top:#ff6600 2px solid; */background-color:#ededed; position:absolute; left:0; top:67px; opacity:0; visibility:hidden; left:50%; margin-left:-77px; text-align:left;/*  box-shadow:0 0 5px #333; */
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index:2
}
.channel_newHd > ul .newson_ul li{display:block; border-bottom:#fff 2px solid;}
.channel_newHd > ul .newson_ul a { display:block; line-height:24px; padding:8px 35px; font-size:13px; position:relative;}
.channel_newHd > ul .newson_ul a:before { content:''; display:block; width:10px; height:5px; overflow:hidden; background:url(../img/nav_arr_new.png) -10px 0 no-repeat; position:absolute; right:20px; top:18px; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.channel_newHd > ul .newson_ul a:after{display:none;}
/* .channel_newHd > ul .newson_ul a:hover { background-color:#f9f9f9;} */
.channel_newHd > ul .newson_ul a:hover:before { background-position:0 0;}
.channel_newHd > ul > li:hover .newson_ul { opacity:1; visibility:visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}


/* 2021-0219 */
/* 数字门户 */
.shuzimenhu03{background:url(../img/shuzimenhu03_bg.jpg) no-repeat center; padding:60px 0 40px; background-size:cover;}
.shuzimenhu03 .infor{font-size:34px; color:#222; margin-bottom:25px; text-align:center;}
.shuzimenhu03 .content .item{float:left; width:23.5%; background:#fff; margin-right:2%; margin-bottom:23px; transition:.5s ease;}
.shuzimenhu03 .content .item.four_item{margin-right:0;}
.shuzimenhu03 .content .item .box{padding:30px 25px;}
.shuzimenhu03 .content .item .box .img{float:left; width:23%; margin-right:5%; transition:.5s ease;}
.shuzimenhu03 .content .item .box .intro{float:left; width:72%;}
.shuzimenhu03 .content .item .box .intro .tit{font-size:24px; color:#222; transition:.5s ease;}
.shuzimenhu03 .content .item .box .intro .con{font-size:15px; color:#3f3f3f;}
.shuzimenhu03 .content .item.cur{box-shadow:0 0 10px 0 rgba(0,0,0,0.1);}
.shuzimenhu03 .content .item.cur .img{transform:rotateY(180deg)}
.shuzimenhu03 .content .item.cur .intro .tit{color:#da291c;}
.shuzimenhu.ydhl_sec4{background:none}
.shuzimenhu.yd_marking_media2 ._num{ width:70px; height:88px; background:url(../img/shuzimenhu_yd_marking_num.png) no-repeat 0 0;  -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }
.shuzimenhu.yd_marking_media2 ._num2{ background-position:-70px 0;}
.shuzimenhu.yd_marking_media2 ._num3{ background-position:-140px 0;}
.shuzimenhu.yd_marking_media2 ._num4{ background-position:-210px 0;}
.shuzimenhu.yd_marking_media2 ._num5{ background-position:-280px 0;}
.shuzimenhu.yd_marking_media2 ._num6{ background-position:-350px 0;}
.shuzimenhu.yd_marking_media2 ._num7{ background-position:-420px 0;}
.shuzimenhu.yd_marking_media2 ._num8{ background-position:-490px 0;}
.shuzimenhu.yd_marking_media2 li:hover ._num {-ms-background-position-y:-88px; background-position-y:-88px;}
.shuzimenhu.yd_marking_media2 li{margin-top:16px;}
.shuzimenhu.yd_marking_media2 ul{width:38%}
.shuzimenhu.ipart.ipart02{padding-top:40px;}
.shuzimenhu.ipart.ipart02 .i_hd .text{margin-bottom:20px;}
.shuzimenhu.ipart.ipart02 .i_bd .icase_hd{text-align:center;}
.shuzimenhu.ipart.ipart02 .i_bd .icase_hd .item{display:inline-block; *display:inline; *zoom:1; font-size:15px; margin:0 18px}
.shuzimenhu.ipart.ipart02 .i_bd .icase_hd .item a { display:inline-block; white-space:nowrap; padding:0 10px; height:44px; line-height:44px; position:relative;}
.shuzimenhu.ipart.ipart02 .i_bd .icase_hd .item a:after {content:''; display:block; width:0; height:1px; background-color:#f08200; overflow:hidden; position:absolute; left:50%; bottom:0; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.shuzimenhu.ipart.ipart02 .i_bd .icase_hd .item.cur a:after, 
.shuzimenhu.ipart.ipart02 .i_bd .icase_hd .item:hover a:after {width:100%; left:0;}

/* 2021-0220 */
/* 解决方案导航下拉 */
.nav_svc.nav_svc_three{width:560px;}
.nav .nav_svc.nav_svc_three .prd_svc{width:32.5%; min-height:230px;}
.nav .nav_svc.nav_svc_three .prd_svc:last-child{border:none}
.nav .nav_svc.nav_svc_three .prd_svc ul {width:100%}
.digital_menu .channel_newHd a{margin:0; padding:20px 35px; font-size:15px;}
.jungong_new {background:#f60; padding:50px 0; border-top:1px solid #f3f3f3; border-color:rgba(243,243,243,.44)}
.jungong_new .infor{text-align:center}
.jungong_new .infor .tit{font-size:38px; line-height:38px; color:#fff; margin-bottom:25px;}
.jungong_new .infor .con{font-size:17px; line-height:26px; color:#f3f3f3;}
.jungong_new .content ul{text-align:center; margin-top:60px;}
.jungong_new .content li{display:inline-block; padding:0 50px;}
.jungong_new .content li .icon{width:73px; height:73px; margin:0 auto 30px;}
.jungong_new .content li .txt{font-size:20px; line-height:30px; color:#fff;}
#anli .title,
#anli .tag { height:1.5em; line-height:1.5em; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#anli .title { font-size:17px; font-weight:normal; padding-top:10px;}
#anli .tag { margin-bottom:30px; font-size:12px; color:#919191;}

/* 20210221 官网导航修改 */
.guanwang_nav{width:75%;}
.guanwang_nav > ul > li { width:11%;padding: 0 22px;width: auto;margin-left: 0;}
/* 20210221 官网导航修改 */
.contact_us .pt2{display: none;}

/* 2021-0723  新闻部分修改*/
.about_news_xinzuo{height:auto; margin-bottom:70px;}
.xinzuo_new{background:url(../img/zinzuo_new.jpg) no-repeat center; padding:50px 0; background-size:cover; color:#fff;}
.xinzuo_new li ._con{ padding-left: 5%; padding-top: 25px; padding-right:5%;}
.xinzuo_new li .num{ display:none; margin-bottom: 30px; font-size: 14px; color: #ffb400; text-indent:5px;}
.xinzuo_new .inner_wrap,
.xinzuo_new ul{ height: 100%; }
.xinzuo_new li ._name img{  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.xinzuo_new li ._name{ display:none; margin-bottom: 40px; font-size:20px; font-weight:bold; }
.xinzuo_new ._txt {width: 350px;margin: 0 auto;min-height: 176px;}
.xinzuo_new li ._txt h3{ margin-bottom:10px; font-size: 26px;}
.xinzuo_new li ._txt .p{ line-height:24px;}
.about_news .more{display:none;}

/* 2021-0724 */
/* 伏锂码 */
.fulima .index-combo {text-align: center;padding-top: 50px;}
.fulima .index-combo .tit {font-size: 40px;margin-bottom: 15px;}
.fulima .index-combo .desc {color: #666;margin-bottom: 20px;}
.fulima .index-combo .more {color: #fb592e; display: none;}
.fulima .index-combo .more small {font-size: 12px;margin: 0;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.fulima .index-combo .more:hover small {-webkit-transform: translateX(3px); transform: translateX(3px);}
.fulima .wrap{width:1240px; margin:0 auto;}
.fulima01 .index01 {padding-top: 20px;}
.fulima01 .index01 .content {margin-top: 45px;}
.fulima01 .index01 .left {width: 56%;}
.fulima01 .index01 .left .info {font-size: 15px;line-height: 2;margin-bottom: 100px;color: #2d2d2d;}
.fulima01 .index01 .left .box {position: relative;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);margin-right: 10px;text-align: center;padding: 30px 20px;cursor: pointer;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.fulima01 .index01 .left .box img {position: absolute;left: 50%;top: -40px;margin-left: -32px;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.fulima01 .index01 .left .box .t1 {font-size: 20px;font-weight: bold;margin-bottom: 5px;}
.fulima01 .index01 .left .box .d1 {color: #666;}
.fulima01 .index01 .left .box:hover {-webkit-transform: translateY(-5px); transform: translateY(-5px);}
.fulima01 .index01 .right {width: 42%;}
.fulima01 .index01 .info{font-size: 16px;line-height: 28px;}
.fulima01 .index01 .exp_btn{  height: 44px;
    margin: 0 auto;
    border: 1px solid #ff6600;
    text-align: center;
    color: #ff6600;
    margin-top: 20px;}
.fulima01 .index01 .exp_btn_smw{width: 300px;margin-bottom: 40px;}
.fulima01{background: #fff url(../img/about_sec_bg.png) no-repeat bottom center/auto 100%; min-height: 500px;}
.fulima01 .index01 .exp_btn a {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;}
.fulima02 .index02 .icon_list ul {overflow: hidden;margin-top: 50px;}
.fulima02 .index02 .icon_list li {float: left;width: 11.1%;text-align: center;font-size: 18px;font-weight: bold;padding-bottom: 20px;position: relative;}
.fulima02 .index02 .icon_list li .icon {position: relative;width: 50px;height: 50px;margin: 0 auto 10px;}
.fulima02 .index02 .icon_list li .icon img {position: absolute;top: 0;left: 0;z-index: 1;}
.fulima02 .index02 .icon_list li .icon img.cov {z-index: 2;opacity: 0;visibility: hidden;}
.fulima02 .index02 .icon_list li:after {content: "";position: absolute;left: 50%;right: 50%;bottom: 0;height: 3px;background: #fb592e;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.fulima02 .index02 .icon_list li.cur {color: #fb592e;}
.fulima02 .index02 .icon_list li.cur:after {left: 0;right: 0;}
.fulima02 .index02 .icon_list li.cur img.ori {opacity: 0;visibility: hidden;}
.fulima02 .index02 .icon_list li.cur img.cov {opacity: 1;visibility: visible;}
.fulima02 .index02 .content_list {background: url(../img/fulima2_1.png) no-repeat center;background-size: cover;padding-top: 70px;height:300px;}
.fulima02 .index02 .content_list .item {display: none;}
.fulima02 .index02 .content_list .item.cur {display: block;}
.fulima02 .index02 .content_list .t {font-size: 24px;font-weight: bold;margin-bottom: 30px;line-height: 44px;}
.fulima02 .index02 .content_list .t span {font-size: 14px;color: #666;font-weight: normal;margin-left: 10px;}
.fulima02 .index02 .content_list .left_info {width: 65%;line-height: 2;}
/* .fulima02 .index02 .content_list .right_info {width: 70%;}
.fulima02 .index02 .content_list .right_info .detail {background: #fff;border-left: 1px solid #f2f2f2;border-top: 1px solid #f2f2f2;}
.fulima02 .index02 .content_list .right_info .detail .box {padding: 0 40px;height: 185px;border-bottom: 1px solid #f2f2f2;border-right: 1px solid #f2f2f2;position: relative;overflow: hidden;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.fulima02 .index02 .content_list .right_info .detail .box:after {content: "";background: url(../img/index02_conbg.png) no-repeat right center;background-size: cover;position: absolute;top: 0;left: 0;bottom: 0;right: 0;-webkit-transform: scale(1.2, 1.2);transform: scale(1.2, 1.2);opacity: 0;visibility: hidden;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;z-index: 1;}
.fulima02 .index02 .content_list .right_info .detail .box .count {position: relative;z-index: 3;}
.fulima02 .index02 .content_list .right_info .detail .box .num {display: inline-block;width: 56px; height: 56px; border: 2px solid #e2e2e2; border-radius: 50%; font-size: 40px; font-style: italic; text-indent: 12px; line-height: 56px; color: #b8b8b8; font-weight: bold; margin-top: 40px; margin-right: 15px; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s;}
.fulima02 .index02 .content_list .right_info .detail .box .text {overflow: hidden;position: relative;z-index: 3;}
.fulima02 .index02 .content_list .right_info .detail .box .text .t1 {font-size: 16px;font-weight: bold;margin-bottom: 15px;margin-top: 40px;}
.fulima02 .index02 .content_list .right_info .detail .box .text .d1 {line-height: 2;}
.fulima02 .index02 .content_list .right_info .detail .box:hover {-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.fulima02 .index02 .content_list .right_info .detail .box:hover .num {background: #fb592e;border-color: #fb592e;color: #fff;-webkit-transform: translateY(-5px);transform: translateY(-5px);}
.fulima02 .index02 .content_list .right_info .detail .box:hover:after {opacity: 1;visibility: visible;-webkit-transform: scale(1, 1);transform: scale(1, 1);} */
.fulima03 .index04 {padding-bottom: 80px;}
.fulima03 .index04 .tab_list {-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);max-width: 970px;margin: 30px auto 100px;border-radius: 6px;overflow: hidden;font-size: 20px;}
.fulima03 .index04 .tab_list li {float: left;width: 33.33%;text-align: center;line-height: 50px;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;border-radius: 6px;cursor: pointer;}
.fulima03 .index04 .tab_list li.cur {background: #fb592e;color: #fff;}
.fulima03 .index04 .content_list .item {display: none;}
.fulima03 .index04 .content_list .item.cur {display: block;}
.fulima03 .index04 .content_list .item .left {width: 50%;}
.fulima03 .index04 .content_list .item .left .pic .bg {z-index: 1;width: 70%;left: 14.6%;top: 7.7%;}
.fulima03 .index04 .content_list .item .left .pic .lp {z-index: 2;/* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */width: 100%;-webkit-transform: translateX(-20px);transform: translateX(-20px);-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.fulima03 .index04 .content_list .item .left .pic .rp {z-index: 3;/* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */width: 80%;-webkit-transform: translateX(20px);transform: translateX(20px);-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.fulima03 .index04 .content_list .item.cur .left .pic .lp {-webkit-transform:translateX(0);transform:translateX(0);}
.fulima03 .index04 .content_list .item.cur .left .pic .rp {-webkit-transform:translateX(0);transform:translateX(0);}
.fulima03 .index04 .content_list .item .info {width: 46%;}
.fulima03 .index04 .content_list .item .info .t {font-size: 30px;font-weight: bold;}
.fulima03 .index04 .content_list .item .info .d {font-size: 15px;margin-top: 30px;}
.fulima03 .index04 .content_list .item .info .nums {margin-top: 60px;}
.fulima03 .index04 .content_list .item .info .nums .no {display: inline-block;margin-right: 20%;}
.fulima03 .index04 .content_list .item .info .nums .no .count {font-size: 20px;font-weight: bold;line-height: 1;}
.fulima03 .index04 .content_list .item .info .nums .no .count span {font-size: 80px;font-family: Impact;}
.fulima03 .index04 .content_list .item .info .nums .no .num_d {color: #666;margin-top: 10px;}
.fulima03 .index04 .content_list .item .info .nums span {font-size: 16px;display: inline-block;margin-bottom: 10px;}
.fulima03 .index04 .content_list .item .info .nums span i {color: #fb592e;}


/* 20210724 duanyu */
.szzx{background:url(../img/imsbanner02.jpg) no-repeat bottom;/* height:540px; */width:100%; -webkit-background-size:cover; background-size:cover; position:relative; padding-top:95px;}
.szzx .part_tit {font-size:38px; color:#333; line-height:1; font-weight:normal; text-align:center; margin-bottom:50px;}
.szzx .text {color:#6c6f6f; line-height:30px; font-size: 16px; margin:0 auto; margin-bottom:100px; width:80%; text-align:center;}
.szzx .item{margin:0 auto;}
.szzx .item .icon{width:70px; margin-right:18.5%; float:left; cursor:pointer;}
.szzx .item .icon01{margin-left:125px;}
.szzx .item .icon04{margin-right:0;}
.szzx .item .txt{text-align:center; font-size:20px; line-height:30px; margin-top:20px;}
.szzx .item .icon:hover img{transition: all 1s ease; transform:rotateY(180deg);}
.szzx .item .icon:hover .txt{color:#fb592e;}
.szzx .item .icon01{-webkit-transition-delay:0.5s; transition-delay:0.5s;}
.szzx .item .icon02{-webkit-transition-delay:1s; transition-delay:1s;}
.szzx .item .icon03{-webkit-transition-delay:1.5s; transition-delay:1.5s;}
.szzx .item .icon04{-webkit-transition-delay:2s; transition-delay:2s;}
.szzx .item .icon.cur{transform:translateY(0);}

.solTabs.dy .solNav{overflow: hidden;height: 100%;}
.solTabs.dy .solNav li{width: 33.33333%;float: left;height: 100%;position: relative; cursor: pointer;}
.solTabs.dy .solNav li .dmask{width: 100%;height: 0; padding-bottom: 54%;}
.solTabs.dy .solNav li a {height: 90px;width: 100%;text-align: center;font-size:25px;color:#fff;position: absolute;left: 0;top: 50%;margin-top: -45px;}
.solTabs.dy .solNav li a::after{content: '';width: 70px;height: 1px;background: #fff;position: absolute;bottom: 17px;left: 50%;margin-left: -35px;}
.solTabs.dy .solNav li.solNav01 {background-image: url(../img/solnav01.jpg);}
.solTabs.dy .solNav li.solNav02 {background-image: url(../img/solnav01.jpg);}
.solTabs.dy .solNav li.solNav03 {background-image: url(../img/solnav01.jpg);}
.solTabs.dy .solNav li:hover .dmask { background:rgba(0,0,0,.5); }
.solTabs.dy .solNav li.show .dmask{  background:rgba(0,0,0,.5); }
.solTabs.dy .solNav li:hover .dmask:after{ content:''; position: absolute;  display: block; width: 0; height: 0;
	overflow: hidden; border-color:  transparent  transparent #fff transparent;
	border-style: solid dashed dashed; border-width:20px; bottom: 0; left: 50%; margin-left: -10px;}
.solTabs.dy .solNav li.show .dmask:after{ content:''; position: absolute;  display: block; width: 0; height: 0;
	overflow: hidden; border-color:  transparent  transparent #fff transparent;
	border-style: solid dashed dashed; border-width:20px; bottom: 0; left: 50%; margin-left: -10px;}
.solTabs.dy .solNav li{background-position: center center;background-repeat: no-repeat;background-size: cover;}
/* .solTabs.dy .solNav li div {background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;} */
.solTabsList{ padding: 50px 0; }
.solTabsList .tabs_tit {font-size: 38px;color: #333; text-align: center; line-height:1;}
.solTabsCon.dy .block1{ margin-bottom: 60px; }
.dy .hardware,.software {overflow: hidden;width: 100%;}
.dy .hardware li,.software li{width: 23.33333%;float: left; padding:0 5%; text-align: center;}
.dy .hardware li .tabsIcon,.software li .tabsIcon {width: 100%;height: 100px;background-position: center center;background-repeat: no-repeat;}
.dy .hardware li.hardware01 .tabsIcon{background:none;}
.dy .hardware li.hardware02 .tabsIcon{background:none;}
.dy .hardware li.hardware03 .tabsIcon{background:none;}
.dy .software li.software01 .tabsIcon{background:none;}
.dy .software li.software02 .tabsIcon{background:none;}
.dy .software li.software03 .tabsIcon{background:none;}
.solTabsList03 img{ width: 100%; }
.listTit {font-size: 20px;color: #333;font-weight: bold;height: 50px;line-height: 50px;text-align: center;}

.dy .imsModel {width: 100%;overflow: hidden;}
.dy .imsModel li {width: 16.6%;float: left;}
.dy .imsModel li.imsModel01 .tabsIcon{background:none;}
.dy .imsModel li.imsModel02 .tabsIcon{background:none;}
.dy .imsModel li.imsModel03 .tabsIcon{background:none;}
.dy .imsModel li.imsModel04 .tabsIcon{background:none;}
.dy .imsModel li.imsModel05 .tabsIcon{background:none;}
.dy .imsModel li .tabsIcon{width: 100%;height: 100px;background-position: center center;background-repeat: no-repeat;}
/* .dy .imsModel li:hover .listTit{color: #237ee1;} */
.dy .imsModel li.imsModel01:hover .tabsIcon{background:none;}
.dy .imsModel li.imsModel02:hover .tabsIcon{background:none;}
.dy .imsModel li.imsModel03:hover .tabsIcon{background:none;}
.dy .imsModel li.imsModel04:hover .tabsIcon{background:none;}
.dy .imsModel li.imsModel05:hover .tabsIcon{background:none;}
.dy .imsModel li p {font-size: 14px;color: #666;line-height: 25px;padding: 0 30px;}
/* .solTabs03Tit { font-size: 16px;width: 100%;text-align: center;color: #6c6f6f; margin-bottom: 65px;} */

.pt_ec_sec3.dy ._t{ font-size: 40px; }
.pt_ec_sec3.dy .tit{font-size:36px; text-align:center; margin-bottom:30px;}
.pt_ec_sec3.dy ._t span{ color: #f60;}
.pt_ec_sec3.dy ._intro{ font-size: 15px; margin-bottom: 50px; }
.pt_ec_sec3.dy .full-row>div{  -webkit-transition: all 0.5s ease; transition: all 0.5s ease;transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); }
.pt_ec_sec3.dy ._con{ text-align: left; color: #fff; padding:40px 6%; overflow: hidden;height: 350px; }
.pt_ec_sec3.dy ._con1{ background: #f60; }
.pt_ec_sec3.dy ._con2{ background: #ffb400; }
.pt_ec_sec3.dy ._con3{ background: #4bb4e6; }
.pt_ec_sec3.dy .cur ._con1{ background: url(../img/dy_smw_gcjx1.jpg) no-repeat center center; background-size:cover;}
.pt_ec_sec3.dy .cur ._con2{ background: url(../img/dy_smw_gcjx2.jpg) no-repeat center center; background-size:cover}
.pt_ec_sec3.dy .cur ._con3{ background: url(../img/dy_smw_gcjx3.jpg) no-repeat center center; background-size:cover }
.pt_ec_sec3.dy ._con h3{ font-size: 26px; font-weight: normal; line-height: 1; margin-bottom: 20px;font-weight:bold;line-height:36px;}
.pt_ec_sec3.dy ._con ._intro{ margin-bottom:50px; overflow: hidden;font-size:14px; line-height:22px; display:none}
.pt_ec_sec3.dy .cur ._con ._intro {display:block;}
.pt_ec_sec3.dy li{ margin-bottom: 8px; white-space: nowrap;}
.pt_ec_sec3.dy ._con ul{ float: left; width: 50%; min-height: 112px; }
.pt_ec_sec3.dy ._con .list2{ display: none;}
.pt_ec_sec3.dy .span-6 ._con .list2{ display: block;}
.pt_ec_sec3.dy ._con li em{ display: inline-block; width: 10px; height: 10px; border: 2px solid #fff; vertical-align: middle; margin-right: 15px;}
.pt_ec_sec3.dy ._con .ic{ display: block; background:url(../img/brand_num.png) no-repeat 0 0; width: 115px; height: 100px; margin-bottom: 20px; }
.pt_ec_sec3.dy ._con2 .ic{ background-position: -115px 0;}
.pt_ec_sec3.dy ._con3 .ic{ background-position: -230px 0;}
.pt_ec_sec3.dy ._con .more{transform: translateY(200px);-webkit-transform: translateY(200px);transition: transform,opacity .8s ease;-webkit-transition:transform,opacity .8s ease;display: block;margin-top: -16%;opacity: 0;visibility: hidden;}
.pt_ec_sec3.dy ._con  a.common_more_smw{width:43px; height:43px; border:1px solid #fff;background-image: url(../img/common_more2.png);
    background-repeat: no-repeat; background-position:0 0; transition:none;display: block;margin-bottom:30px;}
.pt_ec_sec3.dy ._con  a.common_more_smw:hover{background-position:-43px 0; background-color:#fff;}
.dy .wrap{width:1200px;}
.dy_tit{font-size:20px; text-align:center; display:none;}
.zbfw_dy .solTabs03Tit{line-height:30px;}
.zbfw_dy .dy .imsModel li .tabsIcon{text-align:center;}
.zbfw_dy .dy .imsModel li .tabsIcon img{display:inline-block; width:auto;}

.dy .solTabsList01 .hardware li{width:20%; padding:0 2.5%;}
.dy .solTabsList03 .imsModel li{width:20%;}
.pictures ._mask{cursor:pointer;}


/* 20210819 dy */
.jjfa_dy.zbfw_p1.dy .infor{color: #363636;padding: 50px 0;text-align: center;}
.jjfa_dy.zbfw_p1.dy .infor .tit{font-size: 36px;margin-bottom: 12px;}
.jjfa_dy.zbfw_p1.dy .infor .con{font-size: 16px;width:auto;margin: 0 auto;line-height: 28px;}
.jjfa_dy .imsFunction, .jjfa_dy .application, .jjfa_dy .imsSolution, .jjfa_dy .caseShow{display:none;} 
.jjfa_dy #case_list li{visibility:visible;}
.jjfa_dy .channel_hd li:after{display:none;}
.jjfa_dy .channel_hd a{padding-bottom:0;}
.jjfa_dy .channel_hd.channel_menu{border:none; margin-bottom:30px;}
.jjfa_dy .pBox ._n{font-size:20px;}
.jjfa_dy .pBox ._mask ._text{height:160px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:7; -webkit-box-orient:vertical;}
.jjfa_dy.fulima02{background:#f4f5f7; padding-top:65px;}
.jjfa_dy.fulima02 .index-combo .tit{font-size:36px; text-align:center;}
.jjfa_dy.fulima02 .index02 .content_list{background:url(../img/fulima02_dy.jpg) no-repeat center;}
.jjfa_dy.fulima02 .index02 .icon_list li:first-child{margin-left:18%;}
.jjfa_dy.fulima02 .index02 .icon_list li:last-child{margin-right:16%;}
.jjfa_dy.fulima02 .index02 .icon_list li{width:16%;}
.jjfa_dy.fulima02 .index02 .content_list .left_info{color:#fff;}
.jjfa_dy.fulima02 .index02 .content_list .t{padding-left:50px; position:relative;}
.jjfa_dy.fulima02 .index02 .content_list .t::before{content:''; width:32px; height:24px; background:url(../img/icon_dy.png) no-repeat center; position:absolute; left:0; top:10px;}
.jjfa_dy .tit_dy{font-size:36px; text-align:center; margin-top:30px;}
.jjfa_dy .desc_dy{font-size:16px; text-align:center;margin:0 auto; line-height:28px;}
.jjfa_dy.fulima03 .index04 .tab_list{box-shadow:none; margin:20px auto;}
.jjfa_dy.fulima03 .index04 .tab_list li{width:auto; border-radius:0; position: relative; margin-right:13%; display:inline-block;}
.jjfa_dy.fulima03 .index04 .tab_list li:first-child{margin-left:6%;}
.jjfa_dy.fulima03 .index04 .tab_list li:last-child{margin-right:0;}


.jjfa_dy.fulima03 .index04 .content_list{background:url(../img/flm_dy.jpg) no-repeat center; margin-top:140px; position:relative;}
.jjfa_dy.fulima03 .index04 .tab_list li.cur{color:#fb592e; background:none;}
.jjfa_dy.fulima03 .index04 .tab_list li:after {content: "";position: absolute;left: 50%;right: 50%;bottom: 0;height: 3px;background: #fb592e;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.jjfa_dy.fulima03 .index04 .tab_list li.cur {color: #fb592e;}
.jjfa_dy.fulima03 .index04 .tab_list li.cur:after {left: 0;right: 0;}
.jjfa_dy.fulima03 .desc_dy{margin-bottom:50px; position:absolute; top:-120px; left:50%; transform: translate(-50%,0);}
.jjfa_dy.fulima03 .index04 .content_list .item{padding:50px 0;}
.jjfa_dy.fulima03 .index04 .content_list .item .info{color:#fff;}
.jjfa_dy.fulima03 .index04 .content_list .item .info .d{margin-top:70px;}
.jjfa_dy.casePage .inner_wrap{margin:0;}
.jjfa_dy.fulima02 .index02 .content_list .d{padding-left:50px; font-size:15px; width:44%;}
.jjfa_dy.fulima02 .index02 .content_list .d span{margin:0 5px;}
.fulima03 .index04 .content_list .item .info{font-size:16px;}
.fulima03 .index04 .content_list .item .info .d2{margin-top:25px;}
.fulima03 .index04 .content_list .item .info .d2 .d2_tit{font-size:20px;}
.fulima03 .index04 .content_list .item .info .d2 .d2_con .sp1{margin-right:80px;  font-size: 14px;}
.fulima03 .index04 .content_list .item .info .d2 .d2_con .sp3{margin-right:40px;}
.jjfa_dy.fulima03{margin-top:50px;}
.jjfa_dy.fulima03 .index04{padding-bottom:30px;}
.jjfa_dy .channel_hd.channel_menu ul li a{font-size:18px;}
.fulima03 .index04 .content_list .item .left{width:55%;}
.fulima03 .index04 .content_list .item .info{width:40%;}

.jjfa_dy.fulima03 .index04 .content_list{background:none;}
.jjfa_dy.fulima03 .index04 .content_list .item{background:url(../img/flm_dy.jpg) no-repeat center;}
.video-3d-banner { position: relative; width: 100%; height: 100vh; left: 0; top: 0; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 10; background: #fff; overflow: hidden; }
.video-3d-banner .start-video, .video-3d-banner .loop-video { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.video-3d-banner .start-video video, .video-3d-banner .loop-video video{width:100%; height:100%; object-fit: cover;}

@charset "UTF-8";
html { font-size: 5.21vw; }

body { line-height: 1.8; color: #3f3f3f; background: #fff; font-size: 0.16rem; }

.index_page .wrap { width: 85%; margin-right: auto; margin-left: auto; }

.button-effect1 { position: relative; width: 110px; line-height: 40px; text-align: center; color: #fff; border-radius: 20px; cursor: pointer; border: none; font-size: 14px; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; }

.button-effect1 span { position: relative; z-index: 2; }

.button-effect1::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: #fd6621; border-radius: 20px; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; }

.button-effect1::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; border: 1px solid #fd6621; -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); border-radius: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.button-effect1:hover { background: none; color: #fd6621; }

.button-effect1:hover::before { opacity: 0; -webkit-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); }

.button-effect1:hover::after { opacity: 1; -webkit-transform: scale(1, 1); transform: scale(1, 1); }

.button-effect2 { position: relative; padding: 0 24px; min-width: 90px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 40px; text-align: center; color: #000; border-radius: 20px; cursor: pointer; border: none; font-size: 14px; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; background: none; }

.button-effect2 span { position: relative; z-index: 2; }

.button-effect2::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; -webkit-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); background: #fd6621; border-radius: 20px; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; }

.button-effect2::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; border: 1px solid #eee; border-radius: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.button-effect2:hover { color: #fff; }

.button-effect2:hover::before { opacity: 1; -webkit-transform: scale(1, 1); transform: scale(1, 1); }

.button-effect2:hover::after { opacity: 0; -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }

.button-wapasha { position: relative; background: #fd6621; overflow: hidden; border-radius: 20px; color: #fff; text-align: center; cursor: pointer; -webkit-transition: color 0.3s; transition: color 0.3s; }

.button-wapasha span { position: relative; z-index: 2; }

.button-wapasha::before, .button-wapasha::after { content: ''; position: absolute; height: 100%; width: 100%; bottom: 100%; left: 0; z-index: 1; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.button-wapasha::before { background: #ff9869; }

.button-wapasha::after { background: #ff7a3d; }

.button-wapasha:hover { color: #fff; }

.button-wapasha:hover::before, .button-wapasha:hover::after { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }

.button-wapasha:hover::after { -webkit-transition-delay: 0.175s; transition-delay: 0.175s; }

.arrow-effect1 { width: 70px; height: 70px; border: 1px solid #fff; border-radius: 50%; font-size: 0; overflow: hidden; }

.arrow-effect1::before, .arrow-effect1::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; background: url(../img/index03_arr1.png) center; background-size: contain; }

.arrow-effect1::before { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); z-index: 1; }

.arrow-effect1::after { opacity: 1; z-index: 2; }

.arrow-effect1:hover::before { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

.arrow-effect1:hover::after { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); }

.arrow-effect2::before, .arrow-effect2::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; border: 1px solid #fff; border-radius: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.arrow-effect2::before { opacity: 1; -webkit-transform: scale(1, 1); transform: scale(1, 1); z-index: 1; }

.arrow-effect2::after { opacity: 0; -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); z-index: 2; }

.arrow-effect2:hover::before { opacity: 0; -webkit-transform: scale(0.6, 0.6); transform: scale(0.6, 0.6); }

.arrow-effect2:hover::after { opacity: 1; -webkit-transform: scale(1, 1); transform: scale(1, 1); }

.arrow-effect3 { width: 52px; height: 52px; border: 1px solid #eee; border-radius: 50%; font-size: 0; overflow: hidden; }

.arrow-effect3::before, .arrow-effect3::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; background: url(../img/index03_arr3.png); }

.arrow-effect3::before { opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); z-index: 1; }

.arrow-effect3::after { opacity: 1; z-index: 2; }

.arrow-effect3:hover::before { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

.arrow-effect3:hover::after { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); }

/*黑色：3f3f3f 蓝色：1ba4e7 一级标题：16    间距30 二级标题：18 三级标题：26    间距36 三级标题：34    间距36 四级标题：44*/
.fz14 { font-size: 0.14rem; line-height: 0.22rem; }

.fz16 { font-size: 0.16rem; line-height: 0.29rem; }

.fz18 { font-size: 0.18rem; line-height: 0.3rem; }

.fz26 { font-size: 0.26rem; line-height: 0.36rem; }

.fz34 { font-size: 0.34rem; line-height: 0.5rem; }

.fz44 { font-size: 0.44rem; line-height: 0.6rem; }

.trs_5 { -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.trs_8 { -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; }

.header_3d { position: fixed; top: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.63); z-index: 98; color: #000; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; /* 搜索下拉 */ }

.header_3d .wrap{width:85%;}
.header_3d:hover, .header_3d.fixed { background: white; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.header_3d h1 { font-size: 0; padding: 27px 0; }

.header_3d h1 a { display: block; }

.header_3d .nav { margin-left: 1.8rem; float:left; width:60%;}


/*.header_3d .nav > ul{overflow:hidden;}*/

.header_3d .nav > ul > li { position: relative; display: inline-block; padding: 0 0.35rem; overflow:hidden; float:left; width:auto;}

.header_3d .nav > ul > li > a { font-weight: bold; font-size: 16px; display: block; line-height: 90px; height:90px;}

.header_3d .nav > ul > li ul { width: 225px; border: #ccc 1px solid; border-top: #ff6600 2px solid; background-color: #fff; position: absolute; left: 0; top: 100%; opacity: 0; visibility: hidden; left: 50%; margin-left: -112px; -webkit-transform: translate(0, 20px); transform: translate(0, 20px); -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }

.header_3d .nav > ul > li ul a { display: block; padding: 8px 28px; font-size: 14px; position: relative; }

.header_3d .nav > ul > li ul a::after { content: ''; display: block; width: 10px; height: 5px; overflow: hidden; background: url(../img/nav_arr_new.png) -10px 0 no-repeat; position: absolute; right: 20px; top: 18px; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; }

.header_3d .nav > ul > li ul a:hover { background-color: #f9f9f9; }

.header_3d .nav > ul > li ul a:hover:after { background-position: 0 0; }

.header_3d .nav > ul > li:hover{overflow:unset;}

.header_3d .nav > ul > li:hover ul { opacity: 1; visibility: visible; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

.header_3d .tools { line-height: 40px; padding: 25px 0; }

.header_3d .tools .guide_nav { margin-left: 0.3rem; }

.header_3d .tools .search { font-size: 20px; cursor: pointer; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.header_3d .tools .search:hover { color: #fd6621; }

.header_3d .search-alert { position: fixed; left: 0; top: -100px; width: 100%; background: #fff; z-index: 98; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; overflow: hidden; }

.header_3d .search-alert.active { top: 0; }

.header_3d .search-alert .close { border-left: 1px solid #E1E0E1; float: right; width: 90px; text-align: center; line-height: 90px; font-size: 20px; color: #fd6621; font-weight: bold; }

.header_3d .search-alert .close .close_icon { cursor: pointer; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.header_3d .search-alert .close .close_icon:hover { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.header_3d .search-alert .cent-form { padding: 10px 0; height: 70px; line-height: 70px; float: left; width: 86%; }

.header_3d .search-alert .cent-form form { position: relative; }

.header_3d .search-alert .cent-form form .icon { font-size: 22px; margin-right: 0.2rem; }

.header_3d .search-alert .cent-form form .inp { border: none; height: 70px; line-height: 70px; text-align: left; width: 80%; -webkit-box-sizing: border-box; box-sizing: border-box; background: none; padding: 0; }

.ibanner_3d { height: 100vh; position: relative; overflow: hidden; }

.ibanner_3d img { max-width: none; min-height: 100%; -o-object-fit: cover; object-fit: cover; }

.index01_3d { position: relative; }

.index01_3d .wrap { position: relative; }

.index01_3d .wrap::before { content: ""; position: absolute; top: 0; left: 10%; width: 1920px; height: 100%; background: url(../img/index01_bg.jpg) repeat no-repeat top center; z-index: -1; }

.index01_3d .right { position: absolute; left: 50%; right: 0; top: 0; bottom: 0; cursor: none; padding: 0.7rem 0; width: 9.6rem; }

.index01_3d .classify { width: 14%; position: relative; margin: 1.3rem 0 0.9rem; }

.index01_3d .classify:before { content: ""; width: 4px; position: absolute; top: 10px; bottom: 10px; left: 0; background: #eaeaea; z-index: -1; }

.index01_3d .classify:after { content: ""; width: 4px; position: absolute; top: 10px; left: 0; background: #fd6621; z-index: 0; height: 0; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.index01_3d .classify .item { padding-left: 0.22rem; font-size: 14px; position: relative; line-height: 20px; height: 70px; z-index: 1; cursor: pointer; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.index01_3d .classify .item:hover { color: #fd6621; }

.index01_3d .classify .item:last-child { height: auto; }

.index01_3d .classify .item:before { content: ""; position: absolute; left: -3px; top: 5px; width: 6px; height: 6px; border: 2px solid #eaeaea; background: #fff; border-radius: 50%; z-index: 1; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.index01_3d .classify[data-anchor="0"] .item:nth-child(1)::before { background: #fd6621; border-color: #fff; }

.index01_3d .classify[data-anchor="1"] .item:nth-child(-n+2)::before { background: #fd6621; border-color: #fff; }

.index01_3d .classify[data-anchor="1"]:after { height: 70px; }

.index01_3d .classify[data-anchor="2"] .item:nth-child(-n+3)::before { background: #fd6621; border-color: #fff; }

.index01_3d .classify[data-anchor="2"]:after { height: 140px; }

.index01_3d .classify[data-anchor="3"] .item:nth-child(-n+4)::before { background: #fd6621; border-color: #fff; }

.index01_3d .classify[data-anchor="3"]:after { height: 210px; }

.index01_3d .info { width: 36%; cursor: none; padding: 1.2rem 0 0.9rem; }

/*.index01_3d .info .item, .index01_3d .right .item{o'p}*/

.index01_3d .info a { display: block; cursor: pointer; }

.index01_3d .info .en { color: #fd6621; text-transform: uppercase; font-size: 0.7rem; line-height: 1; }

.index01_3d .info .cn { font-size: 0.56rem; color: #000; -webkit-transition: all 0.8s ease 0.4s; transition: all 0.8s ease 0.4s; }

.index01_3d .info .desc { -webkit-transition: all 0.6s ease 0.6s; transition: all 0.6s ease 0.6s; }

.index01_3d .info .fun { overflow: hidden; margin-top: 0.2rem; }

.index01_3d .info .fun li { float: left; width: 33.33%; margin-top: 0.3rem; -webkit-transition: all 0.6s ease 0.6s; transition: all 0.6s ease 0.6s; }

.index01_3d .info .fun li a { display: inline-block; text-align: center; min-width: 120px; max-width: 100%; }

.index01_3d .info .fun li a .icon { margin: 0 auto; }

.index01_3d .info .item:nth-child(2) .fun li, .index01_3d .info .item:nth-child(3) .fun li { width: 50%; }

.index01_3d .clip_effect { -webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0); -webkit-transition: all 1s ease 0.2s; transition: all 1s ease 0.2s; }

.index01_3d .item.effect .clip_effect { -webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0); }

.float-cursor { position: fixed; top: 0; left: 0; z-index: 100; margin-left: -53px; margin-top: -22px; pointer-events: none; }

.float-cursor.hide { display: none !important; }

.keyframes-play { background-size: 100%; background-position-y: 0; }

.index_page { overflow: hidden; }

.index02_3d { background: url(../img/index02_bg.jpg) no-repeat center; color: #fff; text-align: center; padding: 0.95rem; background-size: cover; }

.index02_3d .slogan { font-size: 0.65rem; line-height: 1.4; margin-bottom: 0.4rem; }

.index02_3d a { font-size: 0.2rem; color: #fff; }

.index02_3d a:hover { opacity: 0.8; }

.index03_3d { padding-bottom: 1.2rem; background: url(../img/index03_bg.jpg) no-repeat right bottom; background-size: cover; }

.index03_3d .item { margin-top: -1px; }

.index03_3d .item img { z-index: 2; }

.index03_3d .item::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; top: 0; background: url(../img/index03_cov2.png) repeat no-repeat center bottom; z-index: 3; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.index03_3d .item .info { position: absolute; bottom: 0.3rem; left: 0.4rem; right: 0.4rem; color: #fff; z-index: 4; padding-right: 30%; -webkit-transform: translateY(100%); transform: translateY(100%); opacity: 0; visibility: hidden; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.index03_3d .item .info .t { font-size: 0.3rem; }

.index03_3d .item .info .arrow { right: 0; top: 50%; margin-top: -20px; }

.index03_3d .item .info .arrow img { -webkit-transform: none; transform: none; }

.index03_3d .item:hover::after { opacity: 1; visibility: visible; }

.index03_3d .item:hover .info { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

.index03_3d .item.has_v .video { position: absolute; left: 0; top: 0; width: 100%; z-index: 1; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.index03_3d .item.has_v:hover img { opacity: 0; visibility: hidden; }

.index03_3d .more .info { bottom: 0.3rem; left: 0.4rem; right: 15%; color: #fff; z-index: 2; }

.index03_3d .more .info .t { font-size: 0.5rem; line-height: 1.4; margin-bottom: 0.5rem; }

.index03_3d .more .info .business { display: inline-block; }

.index03_3d .more .info .business a { display: block; position: relative; line-height: 0.4rem; color: #fff; padding-right: 0.5rem; }

.index03_3d .more .info .business a::before, .index03_3d .more .info .business a::after { content: ""; position: absolute; top: 50%; height: 2px; margin-top: -1px; background-color: #fff; z-index: 1; }

.index03_3d .more .info .business a::before { width: 0; right: 0.2rem; -webkit-transition: all .5s ease 0.4s; transition: all .5s ease 0.4s; }

.index03_3d .more .info .business a::after { width: 0.2rem; right: 0; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.index03_3d .more .info .business a:hover { opacity: .8; }

.index03_3d .more .info .business a:hover::before { width: 0.2rem; right: 0; }

.index03_3d .more .info .business a:hover::after { width: 0; }

.index03_3d .more .info .arrow { bottom: 0; right: 0; }

.index04_3d { overflow: hidden; cursor: none; }

.index04_3d .content { width: 108%; padding: 1.1rem 0 1.1rem 7.5%; }

.index04_3d .content .item { cursor: default; }

.index04_3d .content .item a { display: block; cursor: cursor; }

.index04_3d .content .item .tit { padding-right: 30%; }

.index04_3d .content .item .tit .name { font-size: 0.26rem; line-height:0.4rem; height:0.8rem; color: #3f3f3f; margin: 0.1rem 0 0.2rem; }

.index04_3d .content .item .tit .arrow { position: absolute; right: 0; top: 50%; margin-top: -26px; }

.index04_3d .content .item .tit:hover .arrow::before { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

.index04_3d .content .item .tit:hover .arrow::after { opacity: 0; -webkit-transform: translateX(100%); transform: translateX(100%); }

.index04_3d .content .item .keywords { margin-bottom: 0.5rem; }

.index04_3d .content .item .keywords a { display: inline-block; margin-right: 0.1rem; }

.index05_3d { background: url(../img/index05_bg.jpg) no-repeat center; background-size: cover; color: #fff; padding: 0.9rem 0; }

.index05_3d .t { font-size: 0.56rem; line-height: 1.4; }

.index05_3d .d { font-size: 0.22rem; }
.index02_3d .t { font-size: 0.36rem; line-height: 2.2; font-weight: bold;}

.index02_3d .d { font-size: 0.24rem; line-height: 2; width: 70%;transform: translateX(20%);}

.index05_3d .link { right: 0; top: 50%; margin-top: -30px; font-size: 24px; line-height: 60px; padding: 0 60px; position: absolute; color: #fff; }

.index05_3d .link, .index05_3d .link::before, .index05_3d .link::after { border-radius: 30px; }

.footer_3d { background: #39434b; }

.footer_3d .foot1 { padding: 0.5rem 0 0.35rem; }

.footer_3d .foot1 .box { padding-left: 220px; position: relative; min-height: 255px; color: #fff; }

.footer_3d .foot1 .box a { display: block; }

.footer_3d .foot1 .box dl { width: 15%; padding-left: 5%; float: left; }

.footer_3d .foot1 .box dl dt { font-size: 18px; font-weight: bold; margin-bottom: 10px; }

.footer_3d .foot1 .box dl dd { font-size: 14px; margin-bottom: 14px; color: #a2a5a8; }

.footer_3d .foot1 .box .qr_code { position: absolute; left: 0; top: 0; width: auto; max-width: 220px; float: none; text-align: center; padding-left: 0; }

.footer_3d .foot1 .box .qr_code dt { margin-bottom: 15px; }

.footer_3d .foot2, .footer_3d .foot3 { color: #a2a5a8; text-align: left; font-size: 14px; }

.footer_3d .foot2 .inner_wrap { border-top: #4d555d 1px solid; border-bottom: #4d555d 1px solid; text-align: center; padding: 10px 0; line-height: 20px; text-align: left; }

.footer_3d .foot2 .inner_wrap .lt { margin-right: 1rem; }

.footer_3d .foot2 .inner_wrap .s400 { font-size: 0.24rem; color: #fd6621; font-weight: bold; }

.footer_3d .foot3 { padding: 15px 0; }

.footer_3d .foot3 .lt { margin-right: 0.15rem; }

.footer_3d .foot3 .links { margin-left: 10px; display: inline-block; }

.footer_3d .foot3 .links .lt { margin: 0; }

.top_pro_box { width: 450px; padding: 25px 0; position: fixed; right: -450px; bottom: 0px; top: 90px; background-color: #39424b; z-index: 50; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.top_pro_box.show { right: 0; }

.top_pro_box.show .ps_list a { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

.top_pro_box .ps_list a { display: block; color: #ffffff; font-size: 18px; line-height: 40px; padding: 20px 40px; position: relative; -webkit-transform: translateX(10%); transform: translateX(10%); opacity: 0; -webkit-transition: all .8s ease .3s; transition: all .8s ease .3s; }

.top_pro_box .ps_list a:nth-child(2) { -webkit-transition: all .8s ease .6s; transition: all .8s ease .6s; }

.top_pro_box .ps_list a:nth-child(3) { -webkit-transition: all .8s ease .9s; transition: all .8s ease .9s; }

.top_pro_box .ps_list a:nth-child(4) { -webkit-transition: all .8s ease 1.2s; transition: all .8s ease 1.2s; }

.top_pro_box .ps_list a:nth-child(5) { -webkit-transition: all .8s ease 1.5s; transition: all .8s ease 1.5s; }

.top_pro_box .ps_list a .dt { border-left: 3px solid #595f66; padding-left: 40px; }

.top_pro_box .ps_list a:before { content: ''; width: 3px; height: 0; overflow: hidden; background-color: #ff6600; position: absolute; left: 40px; top: 20px; z-index: 2; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }

.top_pro_box .ps_list a:hover { background-color: #525659; }

.top_pro_box .ps_list a:hover:before { height: 40px; }

.html_hidden, .html_hidden body { overflow: hidden; }

.loading-page { position: relative; width: 100%; height: 100vh; left: 0; top: 0; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 10; background: #fff; }

.loading-page .loading { background: url(../img/ibanner_holder.jpg) no-repeat center center; background-size: 100% auto; position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.loading-page .loading .loading-body { position: absolute; width: 180px; height: 2px; left: 50%; top: 50%; margin-left: -47px; margin-top: 200px; background: #464646; }

.loading-page .loading .loading-body:after { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 10%; background: #fd6621; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; }

.loading-page .loading .loading-body.ok:after { width: 100%; }

.loading-page .loading .play-btn { position: absolute; width: 380px; left: 50%; top: 50%; margin-top: 155px; margin-left: -148px; text-align: center; display: none; }

.loading-page .loading .arrow-up { display: inline-block; background: url(../img/arrow_up.png) no-repeat center center; background-size: 100% auto; width: 16px; height: 17px; }

.loading-page .loading .arrow-down { display: inline-block; background: url(../img/arrow_down.png) no-repeat center center; background-size: 100% auto; width: 16px; height: 17px; }

.loading-page .loading .text { display: inline-block; background: url(../img/loading_text.png) no-repeat center center; background-size: 100% auto; width: 66px; height: 17px; }

.loading-page .loading .percent { position: absolute; padding: 1px; width: 100%; height: 24px; left: 0; top: 58%; border: 1px #cccc66 solid; border-radius: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.loading-page .loading .percent .num { background-color: #3dcd58; width: 50%; height: 100%; border-radius: 12px; }

.loading-page .start-video, .loading-page .loop-video, .loading-page .change-video { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.loading-page .loop-video .start-btn { position: absolute; width: 40px; height: 40px; left: 50%; top: 50%; margin-left: -22px; margin-top: -20px; }

.loading-page .loop-video .start-btn .icon { background: url(../img/start_btn.png) center center no-repeat; background-size: 1.5rem auto; position: absolute; width: 150px; height: 150px; left: 50%; top: 50%; margin-left: -75px; margin-top: -150px; }

.loading-page .video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.loadingArrow2 { -webkit-animation: loadingArrow2 1.4s 0s infinite ease both; animation: loadingArrow2 1.4s 0s infinite ease both; }

@-webkit-keyframes loadingArrow2 { 0% { -webkit-transform: translateX(20px); }
  100% { -webkit-transform: translateX(10px); } }

@keyframes loadingArrow2 { 0% { -webkit-transform: translateX(20px); transform: translateX(20px); }
  100% { -webkit-transform: translateX(10px); transform: translateX(10px); } }

.loadingArrow { -webkit-animation: loadingArrow 1.4s 0s infinite ease both; animation: loadingArrow 1.4s 0s infinite ease both; }

@-webkit-keyframes loadingArrow { 0% { -webkit-transform: translateX(-20px); }
  100% { -webkit-transform: translateX(-10px); } }

@keyframes loadingArrow { 0% { -webkit-transform: translateX(-20px); transform: translateX(-20px); }
  100% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } }

.zFlash { -webkit-animation: zFlash 1.4s 0s infinite ease both; animation: zFlash 1.4s 0s infinite ease both; }

@-webkit-keyframes zFlash { 0%, 100% { opacity: 1; }
  50% { opacity: 0; } }

@keyframes zFlash { 0%, 100% { opacity: 1; }
  50% { opacity: 0; } }

.zScale { -webkit-animation: zScale 1.4s 0s infinite ease both; animation: zScale 1.4s 0s infinite ease both; }

@-webkit-keyframes zScale { 0%, 100% { -webkit-transform: scale(1); }
  50% { -webkit-transform: scale(1.2); } }

@keyframes zScale { 0%, 100% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.2); transform: scale(1.2); } }

.video-3d-banner { position: relative; width: 100%; height: 100vh; left: 0; top: 0; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 10; background: #fff; overflow: hidden; }
.video-3d-banner .start-video, .video-3d-banner .loop-video { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.video-3d-banner .start-video video, .video-3d-banner .loop-video video{width:100%; height:100%; object-fit: cover;}

.channel_banner{margin-top: 90px;}



/* 2022-0207 投资者关系*/
.touzi .common-infor{text-align:center;}
.touzi .common-tit{font-size:34px; color:#ea5613; padding-bottom:30px; display:inline-block; line-height:1; font-weight:normal;}
.touzi .common-infor.black .common-tit{color:#333;}
.touzi .common-line{width:36px; height:1px; background:#a8aaae; display:block; margin:0 auto 22px;}
.touzi .common-con{font-size:14px; color:#4d4d4d; line-height:30px; padding:0 10%;}
.touzi01{padding:60px 0;}
.touzi01 .rect-113{padding-bottom: 113%;}
.touzi01 .content {margin-top:58px;}
.touzi01 .content .left{float:left; width:43%; padding-left:5%;}
.touzi01 .content .right{float:right; width:50%;}
.touzi01 .right .r_top{height: 262px; overflow: hidden; background:#fafafa;}
.touzi01 .right .r_top .box{padding:27px 55px 39px 52px;}
.touzi01 .right .r_top .box .stock{padding-bottom:14px; border-bottom:1px solid #e0e1e2;}
.touzi01 .right .r_top .box .stock .name,
.touzi01 .right .r_top .box .stock .stock_code{font-size:18px; color:#3c3c3c; margin-right:6px; display:inline-block;}
.touzi01 .right .r_top .box .stock .stock_num{font-size:36px; color:#ff0000; font-family:Arial; margin-left:14px; line-height:1;}
.touzi01 .right .r_top .box .stock .stock_num i{width:17px; height:23px; background:url(../img/relation02.png) no-repeat; display:inline-block;}
.touzi01 .right .r_top .box .stock .stock_num i span{display: none;}
.touzi01 .right .r_top .box .stock .stock_num i.up{background-position:0 0;}
/*.touzi01 .right .r_top .box .stock .stock_num i.down{background-position:0 -23px;}
.touzi01 .right .r_top .box .stock .stock_num i.unchange{background:none}
.touzi01 .right .r_top .box .stock .stock_num i.unchange span{display:inline-block;}*/
.touzi01 .right .r_top .box .stock.down .stock_num i{background-position:0 -23px;}
.touzi01 .right .r_top .box .stock.down .stock_num{color:#008000;}
.touzi01 .right .r_top .box .stock.down .number .num{color:#008000;}
.touzi01 .right .r_top .box .stock.unchange .stock_num i{background:none}
.touzi01 .right .r_top .box .stock.unchange .stock_num i span{display:inline-block;}
.touzi01 .right .r_top .box .stock .number{display:inline-block; margin-left:21px;}
.touzi01 .right .r_top .box .stock .number .num{font-size:14px; color:#ff0000; font-family:Arial;}
.touzi01 .right .r_top .box .information{padding-top:36px;}
.touzi01 .right .r_top .box .information li{margin-bottom:24px;}
.touzi01 .right .r_top .box .information li .t{font-size:14px; color:#787878; }
.touzi01 .right .r_top .box .information li .c{font-size:22px; color:#1d314e; font-family:Arial;}
.touzi01 .right .r_top .box .information .date{font-size:13px; color:#b9b9b9;}
.touzi01 .right .r_top .box .information .date .time{padding:0 7px 0 4px;}
.touzi01 .right .r_bott{padding-top:43px;}
.touzi01 .right .r_bott .rect-58{padding-bottom:58%;}
.touzi01 .right .r_bott .tab_t_box{padding-left:54px; margin-bottom:29px;}
.touzi01 .right .r_bott .tab_t_box .tab_t{width:20%; float:left;}
.touzi01 .right .r_bott .tab_t_box .tab_t.tab_t_cur{color:#ea5613;}
.touzi01 .right .r_bott .tab_c_box{padding-left:47px;}
.touzi01 .right .r_bott .tab_c{opacity:0; visibility:hidden; display:none;}
.touzi01 .right .r_bott .tab_c.tab_c_cur{opacity:1; visibility:visible; display:block;}
.touzi02 .content .list li{float:left; width:23%; }
.touzi02 .content .list li.li1{width:8%;}
.touzi02 .content .list {border-bottom:1px solid #e0e1e2;  border-top:1px solid #e0e1e2; margin-top:-1px;}
.touzi02 .content .list.hideReport{display: none;}
.touzi02 .content .list01{border-top:2px solid #51555e; margin-top:0; background:#f7f7f8;}
.touzi02 .content .list li .title{display:block; padding:15px 0 14px; font-size:17px; color:#ea5613;line-height:24px;height:24px;}
.touzi02 .content .list li.li1 .title{padding-left:21px; opacity:0; visibility:hidden;}
.touzi02 .content .list li .con{font-size:15px; padding:20px 0; min-height:60px;}
.touzi02 .content .list li .con .txt{line-height:30px; display:block; width:100%;}
.touzi02 .content .list li.li1 .con{font-size:18px; color:#1f1f1f; font-family:Arial; padding-left:21px; line-height:34px;}
.touzi02  .btn_show{font-size:14px; color:#646464; text-align:center; margin-top:18px; position:relative; padding-bottom:25px;}
.touzi02  .btn_show a{display:block;}
.touzi02  .btn_show:after{content:''; width:140px; height:10px; background:url(../img/report01.png) no-repeat; position:absolute; left:50%; margin-left:-70px; bottom:0;}

.touzi02 .content{overflow:hidden; height:258px;}
.touzi02 .btn_show a.back{display:none;}
.touzi02 .btn_show.active a{display:none;}
.touzi02 .btn_show.active a.back{display:block;}
.touzi02 .content .list.hideReport{display:block;}


/* 20220321 fengyh */
.video-3d-banner .start-video video, .video-3d-banner .loop-video video{position:absolute; left:50%; top:50%; width:auto; height:auto; min-width:100%; min-height:100%; transform:translate(-50%, -50%);}
.footer_3d .foot2 .inner_wrap .lt:last-of-type{margin-right:0;}
.header_3d .tools .search{height:40px;}
.caseShow{position: relative; z-index:1;}
.about_news .owl-carousel .item{padding:0 1px;}
.button-effect2:focus{outline:none;}

/* 20220323 fengyh */
.header_mobile{display:none; font-size:.2rem;}
.header_mobile .top{ width: 100%; height: .64rem;  overflow: hidden;background: #fff; }
.header_mobile .logo{ width: 1.5rem; height: .64rem; overflow: hidden;}
.header_mobile .logo img{ width: 100%;}
.header_mobile .menu{ width: .7rem; height: .64rem; background:url(../img/nav_bg.png) no-repeat center; -webkit-background-size: 100% 100%;background-size: 100% 100%; }
.header_mobile .c-fff{color: #fff;}
.header_mobile .c-f60{color: #f60;}
.header_mobile .c-f27823{color: #f27823;}
.header_mobile .c-b1b1b1{color: #b1b1b1; display: none;}
.header_mobile .fwb{font-weight: bold;}
.header_mobile .top a {display: inline-block; } 
.header_mobile .top  a.cur {border-bottom: 1px solid #f27824; color: #f60; }
.header_mobile .top em {display: inline-block; margin: 0 .35rem; }
.header_mobile .top .ico{ display:inline-block;vertical-align: middle; background:url(../img/icos.png); -webkit-background-size: 500% 500%;background-size: 500% 500%; width: .28rem; height: .28rem; }
.header_mobile .top .ico2-2{ background-position: -100% -100%;}
.header_mobile .top .ico2-1{ background-position: 0 -100%;}
.header_mobile .top .lang,.top .sear{ width: .7rem; height: .64rem;text-align: center; line-height: .64rem; display:none}
.header_mobile .top .lang.active,.top .sear.active{ background: #39424b;}
.header_mobile .langBar,.searchBar{ display: none; background: #39424b; position: absolute; top: .64rem; left: 0; width: 90%; padding: 0 5%; color: #898989;z-index: 90; }
.header_mobile /* .langBar ul{ padding:0 .3rem;} */
.header_mobile .langBar li{ height: .69rem; line-height: .69rem; border-bottom: 1px solid #4d555d;}
.header_mobile .searchBar{ padding-right: 0; width: 95%;}
.header_mobile .searchBar input{ background: #39424b; color: #fff; padding: 0; margin: 0;  height: .69rem; line-height: .69rem; text-indent: .17rem; width: 80%; float: left;}
.header_mobile .searchBar button{display: none; width: 20%; float: left; height: .69rem; border: 0; margin: 0; padding: 0; background: #333; color: #fff;}
.header_mobile .top .logo a{ display: block;}
.header_mobile .top .mm-list>li>a{display:block;}
.culture_sec2 li ._txt .p{min-height:96px;}
.pt_ec_sec3.tc .span-3:not(:first-child).cur ._con a.common_more_smw{display: none;}

/* 20220324 fengyh */
.ims_part01{height:360px;}
.ims_part01 .shubiao{display:none;}
.ims_part01 .jiant01{display:none;}
.ims_part01 .jiant02{display:none;}
.contact_us .pt1{position:relative; height:auto;}
.contact_us .pt1 {*zoom:1; *clear:both;}
.contact_us .pt1:before, .contact_us .pt1:after { display:table; clear:both; content:'';}
.contact_us .pt1 .map_box{position:absolute; top:0; left:0; width:60%; min-height:100%; margin-left:0;}
.contact_us .pt1 .box{position:static; float:right; width:40%;}
.about_news{height:auto;}
.about_news .inews{margin-bottom:50px;}
.index04_3d .content .item .tit .name{transition:all .5s ease;}
.index04_3d .content .item:hover .tit .name{color:#ff6600;}
.float-cursor{display:none;}
.header_3d h1,
.header_3d .nav > ul > li > a,
.header_3d .tools{transition:all .5s ease;}
.header_3d.fixed h1{padding:17px 0;}
.header_3d.fixed .nav > ul > li > a{height:70px; line-height:70px;}
.header_3d.fixed .tools{padding:15px 0;}
.dy .imsModel li .tabsIcon,
.dy .hardware li .tabsIcon, 
.dy .software li .tabsIcon{width:54px; height:54px; margin:0 auto 46px;}
/* newsDetail */
/* .newsDetail .infor .title{font-size:38px; color:#343434; margin-bottom:10px;}
.newsDetail .left{width:66.8%; float:left;} */
.newsDetail .left ._tools{font-size:0; color:#7e7e7e; margin-bottom:15px;}
.newsDetail .left ._tools ._tool{font-size:12px; margin-right:10px; height:30px; line-height:30px; overflow:hidden; vertical-align:middle;}
.newsDetail .left ._tools ._tool .iconfont{font-size:18px; display:inline-block; height:30px; line-height:30px; vertical-align:-2px;}
.newsDetail .left ._tools ._tool#switcher{margin-left:10px;}
.newsDetail .left ._tools ._tool#switcher .t{margin-right:5px; font-size:12px; color:#7e7e7e;}
/* .newsDetail .left .myart{line-height:2; min-height:200px; font-size:14px; color:#343434;}
.newsDetail .left .myart img{display:inline-block; margin-right:20px;} */
.newsDetail .right{width:30%; float:right;}
.newsDetail .right .go_back{display:block; font-size:20px; font-weight:normal; font-weight:bold; 
  color:#676767; height:26px; line-height:26px; padding: 20px 40px 20px 0; text-align:left;}
.newsDetail .right .go_back .iconfont{font-weight:normal; vertical-align:0;}
/* .newsDetail .right .r_top{text-align:left; padding: 20px 0 40px;}
.newsDetail .right .r_top .bds_more{float:none; background:none; padding:0;} */
/* .newsDetail .right .r_top .share,
.newsDetail .right .r_top .print{width:36px; height:36px; line-height:36px; text-align:center; background-color:#80939e; border-radius:50%; cursor:pointer; overflow:hidden; margin-right:0; margin-left:15px; vertical-align:middle; display:inline-block;}
.newsDetail .right .r_top .share:hover,
.newsDetail .right .r_top .print:hover{background-color:#ff6600;}
.newsDetail .right .r_top .share .iconfont,
.newsDetail .right .r_top .print .iconfont{font-size:18px; color:#fff;}
.newsDetail .right .r_top .share:hover .iconfont,
.newsDetail .right .r_top .print:hover .iconfont{color:#fff;}
.newsDetail .right .r_top .share .iconfont{font-size:20px;}
.newsDetail .right .r_bott ul{padding:10px 7%;}
.newsDetail .right .r_bott li span,
.newsDetail .right .r_bott li a{display:block;}
.newsDetail .right .r_bott{margin-top:45px; border:#f3f3f3 10px solid;}
.newsDetail .right .r_bott li ._mark{padding-bottom:8px; font-size:19px; font-weight:bold; color:#000;}
.newsDetail .right .r_bott li ._date{height:30px; line-height:30px; margin-bottom:7px; font-family:Arial; font-size:13px; color:#676767;}
.newsDetail .right .r_bott li ._date .iconfont{font-size:20px; height:30px; vertical-align:-2px; margin-left:0;}
.newsDetail .right .r_bott li ._title:hover{color:#5c5c5c;}
.newsDetail .right .r_bott li ._title{font-size:16px; font-weight:bold; color:#5c5c5c;}
.newsDetail .right .r_bott li ._title:hover{color:#ff6600;}
.newsDetail .right .r_bott li{padding:27px 0;}
.newsDetail .right .r_bott li._prev{border-bottom:1px #ececec solid;} */
.share-more-box{z-index:3; position:fixed; width:300px; height:230px;z-index:1000; border:6px solid #8F8F8F; text-align:left; box-shadow:0 0 7px #aaa; -webkit-box-shadow:0 0 7px #aaa; -moz-box-shadow:0 0 7px #aaa; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; overflow:hidden; background:#f6f6f6; left:50%; margin-left:-150px; top:50%; margin-top:-115px; display:none;}
.share-more-box .sharetit-box{height:30px; line-height:30px; color:#626262; overflow:hidden; font-weight:bold;font-size:14px;  padding:0 5px;}
.share-more-box .sharetit-box .share-more-close{float:right; width:22px; height:23px; display:block; margin-top:3px; background:url(../img/pop_c.gif) 0 0 no-repeat;}
.share-more-box .share-list{background:#fff; padding:30px 0; overflow:auto; overflow-x:hidden; height:140px;}
.share-more-box .share-list li{float:left;width:130px; padding:2px; padding-left:18px; height:28px; overflow:hidden;border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.share-more-box-en .share-list li{height:auto; padding:5px 2px; margin-bottom:5px; padding-left:18px;}
.share-more-box .share-list li a{padding-left:28px; text-decoration:none; margin-top:5px;}
.share-more-box-en .share-list li a{padding-left:0;}
.share-more-box .share-list li:hover{background:#f3f3f3;}                                     
.fulima .fulima02 .index02 .content_list{background: url(../img/fulima2_1.png) no-repeat center bottom; background-size:cover; padding-bottom:170px;}
.fulima .fulima02 .index02 .content_list .left_info{width:75%;}
.honor2022{width:25%; float:left;}
/* .span-3.right .go_back{font-size: 20px;color: #666;display: block;margin: 0 0 15px;}
.span-3.right .go_back i{vertical-align: 0;} */
.news_change ._tit:hover{color: #ff6600;}
/* .abli .b_img img{position: absolute; min-width: 100%; min-height: 100%;width: auto;height: auto;object-fit: cover;bottom: 0;}
.about_slide .img img {width:100%;height: 100%;min-width: 100%;min-height: 100%;width: auto;height: auto;} */
.index04_3d .content .item .tit { padding-right: 20%; }
.index04_3d .content .item .tit .name { font-size: 0.22rem; }
.job_hd .iservice.job01{background-size:auto 100%; background-position:left center;}
.zbfw_p2{height:auto; padding:65px 0;}
.zbfw_p3 .dot:hover ._list{text-align:center; padding:0;}
.zbfw_p3 .dot .ic{margin-top:25px;}
.zbfw_p3 .dot h3{margin-top:0px;}
.jobBox ._btns a{line-height:18px;}
.fulima01 .index01{padding-top:0;}
.fulima01 .index01 .content{margin-top:0;}
.imsFunction .pt2 .sfq_box .list_cell.on .cont .name span:after{left:50%; margin-left:-15px;}
.solTabs03Tit{margin-bottom:50px;}
.imsModel li{text-align:center;}
.imsModel li .listTit{display:inline;}
.imsModel li p{text-align:left; padding:0 28px;}
.ydhl_index_sec1 ._dis_smw{text-align:center;}
.pt_ec_sec3.dy .cur ._con a.common_more_smw{display:none;}
.about_slide, .about_slide .img img{height:auto;}
.aboutPage .rect-356{padding-bottom:35.665%;}
.aboutPage .rect-714{padding-bottom:71.4%;}
.aboutPage .color1 .b_img, .aboutPage .color1 .b_info,
.aboutPage .color7 .b_img, .aboutPage .color7 .b_info, .color13 .b_img, .color13 .b_info{height:auto;}
.about_slide{min-height:20px;}
.about_slide .owl-carousel .item{display:none;}
.about_slide .owl-carousel .owl-item .item{display:block;}
.about_slide .owl-dots { position:absolute; right:30px; bottom:30px; font:0/0 a; letter-spacing:-9px;}
.about_slide .owl-dots .owl-dot { cursor: pointer; display:inline-block; *display:inline; *zoom:1; width:15px; height:15px; background-color:#afafaf; border-radius:50%; margin-left:12px;}
.about_slide .owl-dots .owl-dot.active { background-color:#fff;}
.b_info .iservice,
.b_info .iservice .ba{position:static;}
.news_tools .switcher{display:inline;}
.util-page{margin:60px 0 10px; font-size: 16px; color: #777777; text-align:center;}
.util-page a,.util-page span {  color: #000;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;background: #f8f8f8;}
.util-page .count {margin-left: 10px;}
.util-page a:hover,.util-page span{color:#fff; background: #f60;}
.util-page span.goprev,.util-page span.gonext{color: #777777; background: none}
.util-page span.ellipsis{color:#777777; background:#f8f8f8;}
.util-page span.count { border: 0;background: 0;color: #777777;}
.util-page a .ion{color: #f60; font-size: .8em;}
.util-page a:hover .ion{color: #fff;}
.util-page a, .util-page span {font-size:16px;font-weight:bold;padding:10px 14px;}
/* .jobMain strong{font-size:18px;} */
.fz24{font-size:24px;}
.video-3d-banner .loop-video{z-index:-1;}
.video-3d-banner .start-video{background-color:#fff;}
.video-3d-banner .loop-video.hide{display:block;}
.index01_3d_mobile{display:none;}
.index01_3d_mobile .classify { position: relative; margin:0.4rem 0 0.2rem;font-size:0;}
.index01_3d_mobile .classify:before { content: ""; width: 100%;  height:4px;position: absolute; top: 10px; left: 0; background: #eaeaea; z-index: -1; }
.index01_3d_mobile .classify .item { display:inline-block; width:25%; box-sizing: border-box; padding-top: 0.25rem; font-size: 14px; text-align:center; position: relative; line-height: 20px; z-index: 1; cursor: pointer; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }
/* .index01_3d_mobile .classify .item.active { color: #fd6621; } */
.index01_3d_mobile .classify .item:after{ content: ""; width: 0%; position: absolute; top: 10px; right: 0; background: #fd6621; z-index: 0; height: 4px; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }
.index01_3d_mobile .classify .item.active:after{left:0; width: 100%;}
.index01_3d_mobile .classify.dots_rev .item:after{left:0; right:initial;}
.index01_3d_mobile .classify.dots_rev .item.active:after{left:initial; right:0;}
.index01_3d_mobile .classify .item:last-child { height: auto; }
.index01_3d_mobile .classify .item:before { display:none; content: ""; position: absolute; left: -3px; top: 7px; width: 6px; height: 6px; border: 2px solid #eaeaea; background: #fff; border-radius: 50%; z-index: 1; -webkit-transition: all .5s ease 0s; transition: all .5s ease 0s; }
.index01_3d_mobile .owl-carousel { cursor: none; padding:0 0 0.4rem;}
.index01_3d_mobile .owl-carousel .item{display:none;}
.index01_3d_mobile .owl-carousel .owl-item .item{display:block;}
.index01_3d_mobile .owl-carousel a { display: block; cursor: pointer; }
.index01_3d_mobile .owl-carousel .en { color: #fd6621; text-transform: uppercase; font-size: 0.7rem; line-height: 1; display:none;}
.index01_3d_mobile .owl-carousel .cn { font-size: 0.22rem; color: #000; -webkit-transition: all 0.8s ease 0.4s; transition: all 0.8s ease 0.4s; }
.index01_3d_mobile .owl-carousel .desc { text-align:justify; -webkit-transition: all 0.6s ease 0.6s; transition: all 0.6s ease 0.6s; }
.index01_3d_mobile .owl-carousel .fun { overflow: hidden; }
.index01_3d_mobile .owl-carousel .fun li { float: left; width: 33.33%; margin-top: 0.2rem; text-align:center; -webkit-transition: all 0.6s ease 0.6s; transition: all 0.6s ease 0.6s; }
.index01_3d_mobile .owl-carousel .fun li a { display: inline-block; text-align: center; min-width: 120px; max-width: 100%; }
.index01_3d_mobile .owl-carousel .fun li a .icon { margin: 0 auto; }
.index01_3d_mobile .owl-carousel .item:nth-child(2) .fun li, .index01_3d_mobile .owl-carousel .item:nth-child(3) .fun li { width: 50%; }
.dy .imsModel li .tabsIcon, .dy .hardware li .tabsIcon, .dy .software li .tabsIcon{margin:0 auto 16px;}
.dy .imsModel li .listTit, .dy .hardware li .listTit, .dy .software li .listTit{height:auto; line-height:1;}
.solTabsCon.dy .block1{margin-bottom:0;}
.solTabsCon.dy .solTabsList{padding-bottom:0;}
.job_head+.channel_banner{margin-top:0;}
.header_3d.sub_page{background:#fff;}
.rcjz strong{font-size: 0.2rem;}
.jobMain .content_slider{display:none;}

/* 20220328 fengyh */
/* 字体 */
.ims_part01 .part_tit,
.imsFunction h3,
.caseShow .tit,
.jjfa_dy.zbfw_p1.dy .infor .tit,
.jjfa_dy.fulima02 .index-combo .tit,
.jjfa_dy .tit_dy,
.zbfw_p1 .infor .tit,
.zbfw_p3 ._tit,
.szzx .part_tit,
.pt_ec_sec3.dy .tit,
.ydhl_index_sec1 ._tit,
.ec_sec3 h3,
.ec_sec4 .smw_tit,
.i_hd .title{color:#000; font-size:38px;}
.imsFunction .pt2 .sfq_box .list_cell .cont .name span,
.appInfoBox h3,
.solTabs .solNav li a,
.solTabsList .tabs_tit,
.jjfa_dy.fulima02 .index02 .content_list .t,
.zbfw_p2 li .li_box .infor .tit,
.solTabs.dy .solNav li a,
.pt_ec_sec3 ._con h3,
.pt_ec_sec3.dy ._con h3,
.smw_ec_sec3 ._top_smw h4{font-size:32px;}
.listTit,
.jjfa_dy.fulima03 .index04 .tab_list li,
.jjfa_dy .channel_hd.channel_menu ul li a,
.jjfa_dy .pBox ._n{font-size:20px;}
.ims_part01 .text,
.imsFunction .pt1 .info,
.imsFunction .pt2 .sfq_box .list_cell .cont,
.imsBanner .banner_text,
.appInfoBox .detailedInfo,
.solTabs03Tit,
.imsModel li p,
.hardware li p,
.software li p,
.caseShow .info,
.caseInfo .caseInfoText,
.jjfa_dy.zbfw_p1.dy .infor .con,
.jjfa_dy.fulima02 .index02 .content_list .d,
.jjfa_dy.fulima03 .desc_dy,
.jjfa_dy.fulima03 .index04 .content_list .item .info .d,
.zbfw_p1 .infor .con,
.zbfw_p2 li .li_box .infor .con,
.zbfw_p3 .p1,
.szzx .text,
.zbfw_dy .solTabs03Tit,
.pt_ec_sec3.dy ._con ._intro,
.ydhl_index_sec1 ._dis_smw,
.ec_sec3 ._txt,
.pt_ec_sec3 ._con ._intro,
.ec_sec4 .smw_info,
.smw_ec_sec3 ._top_smw p,
.ydhl_wz_anli_list .i_hd .text_smw
{font-size:15px; line-height:28px;}
.listTit,
.zbfw_p2 li .li_box .infor .tit,
.pt_ec_sec3.dy ._con h3,
.pt_ec_sec3 ._con h3,
.smw_ec_sec3 ._top_smw h4,
.fulima02 .index02 .icon_list li,
.fulima02 .index02 .content_list .t
{font-weight:normal;}
/* 间距 */
.ims_part01{padding-top:60px;}
.imsFunction h3{line-height:1;}
.imsFunction .pt1{padding:60px 0;}
.imsFunction .pt1 .tit{margin-bottom:25px;}
.imsFunction .pt2 .sfq_box .list_cell .cont .ims_ic{margin-bottom:25px;}
.imsFunction .pt2 .sfq_box .list_cell .cont .name{margin-bottom:25px;}
.ims_part01 .part_tit{margin-bottom:25px;}
.caseShow{padding:60px 0;}
.caseShow .tit{margin-bottom:60px;}
.caseShow .tit span{padding-bottom:25px;}
.caseTabTit{padding:20px 0;}
.jjfa_dy.zbfw_p1.dy .infor .tit{line-height:1; margin-bottom:25px;}
.jjfa_dy.fulima02{padding-top:60px;}
.jjfa_dy.fulima02 .index-combo .tit{line-height:1;}
.jjfa_dy .tit_dy{line-height:1;}
.jjfa_dy.fulima03 .index04 .tab_list{margin:25px auto;}
.jjfa_dy .tit_dy{margin-top:20px;}
.jjfa_dy .channel_hd a{padding:0 35px;}
.jjfa_dy .channel_hd.channel_menu{margin-top:25px; height:auto;}
.zbfw_p1 .infor .tit{line-height:1; margin-bottom:25px;}
.zbfw_p2,
.zbfw_p3{padding:60px 0;}
.zbfw_p3 ._tit{margin-bottom:25px;}
.szzx{padding-top:60px;}
.jjfa_dy.zbfw_p1.dy .infor{padding:60px 0;}
.szzx .part_tit{margin-bottom:25px;}
.zbfw_dy .solTabs03Tit{margin-bottom:25px;}
.pt_ec_sec3.dy .tit{margin-bottom:25px;}
.fulima02 .index02 .icon_list ul{margin-top:25px;}
.ims_part01{height:340px;}
.caseShow{padding:60px 0 100px;}
.ydhl_index_sec1{padding:60px 0; margin-bottom:0;}
.ydhl_index_sec1 ._tit{margin-bottom:25px;}
.ydhl_index_sec1 .exp_btn{margin-top:25px;}
.ec_sec3 h3{line-height:1; margin-bottom:25px;}
.ec_sec3.pt_ec_sec3{padding-top:60px;}
.ec_sec3.pt_ec_sec3.dy{padding-top:0;}
.i_hd .title{line-height:1;}
.ec_sec4{margin-bottom:0;}
.ydhl_wz_anli_list .i_hd{margin:60px 0 25px;}
.ydhl_wz_anli_list .i_hd .text_smw{margin-top:25px;}
.ydhl_wz_anli_list{margin-bottom:100px;}
.zbfw_p2 li .li_box .infor .tit{line-height:1; margin-bottom:25px;}
/* 颜色 */
.imsModel li:hover .listTit{color:#ff6600;}
.appList ul li a,
.caseTabTit ul li{color:#000;}
.caseShow .info{color:#666;}
.ydhl_index_sec1 ._tit{color:#fff;}
.ec_sec4 .smw_tit{color:#fff;}
.pt_ec_sec3 ._con h3{color:#fff;}
/* 案例tab修改 */
.caseTabTit{padding:0;}
.caseTabTit ul li{display:block; float:left; width:50%; height:64px; line-height:64px; color:#000; background:#e1e1e1;}
.caseTabTit ul li.on{color:#fff; background:#fa592e;}
.caseTabTit ul li+li{margin:0;}
.caseInfo .caseInfoText{color:#333; line-height:26px; margin:25px auto;}
.caseInfo{width:304px; height:auto; padding:25px 0 0; margin:0; transform:translateY(-50%);}
.caseShow .info{margin-bottom:25px;}
.jjfa_dy .channel_hd.channel_menu ul li a{color:inherit;}
.jjfa_dy .channel_hd.channel_menu ul li a:hover, .jjfa_dy .channel_hd.channel_menu .cur ul li a {color:#f27823;}
.jjfa_dy .channel_hd.channel_menu ul li a:after{height:2px; bottom:-4px;}

.fulima .index-combo{padding-top:40px;}
.fulima .index-combo .tit{font-size:38px; color:#000; margin-bottom:3px;}
.fulima01 .index01 .info p strong{font-size:20px;}
.fulima01 .index01 .info p{font-size:15px; line-height:28px;}
.fulima .index-combo .desc{font-size:15px; line-height:28px;}
/* .fulima02 .index02 .icon_list li .icon .t{} */
.fulima02 .index02 .content_list{padding-top:50px;}
.fulima02 .index02 .content_list .t{margin-bottom:5px;}
.fulima02 .index02 .content_list .d{font-size:15px; line-height:28px;}
.fulima03 .index04 .tab_list{margin-top:20px; margin-bottom:25px;}
.fulima01 .index01 .exp_btn_smw{margin-bottom:60px;}
.inner_wrap .pBox ._mask ._n{font-size:20px;}
.inner_wrap .pBox ._mask ._text{font-size:15px;line-height:28px;}
.casePage .channel_bd{margin-bottom:8px;}
.contact_us .pt1 .box .inner_box dl dd{line-height: 28px;}

/* 20220328 fengyh */
/* .header_mobile .logo{width: 1.2rem; height: 0.38rem; padding-left: 0.16rem; padding-top: 0.14rem;}
.header_mobile .logo{width: 2.18rem; height: 0.69rem; padding-left: 0.29rem; padding-top: 0.25rem;} */
.index01_3d_mobile .classify {margin: 0.34rem 0 0.16rem; white-space:nowrap; overflow-x:scroll;}
.index01_3d_mobile .classify::-webkit-scrollbar{display:none;}
.index01_3d_mobile .classify:before{display:none;}
.index01_3d_mobile .classify .item:after{display:none;}
.index01_3d_mobile .classify .item.active:after{display:none;}
.index01_3d_mobile .classify .item{width:1.1rem; height:.3rem; line-height:.3rem; padding-top:0; border-radius:.15rem; margin-left:.08rem; color:#505050; font-size:.12rem; background:#e5e5e5;}
.index01_3d_mobile .classify .item:first-child{margin-left:0;}
.index01_3d_mobile .classify .item.active{color:#fff; background:#fa6720;}
.imsModel li .tabsIcon,
.hardware li .tabsIcon,
.software li .tabsIcon{background-size:54px;}

/* 20220329 */
.index02_3d{padding-bottom:0.4rem;}
.index02_3d .slogan{margin-bottom:0.2rem;}
.fulima01 .index01 .exp_btn_smw{margin-top:25px;}
.fulima01 .index01 .exp_btn{border:none;}
.fulima01 .index01 .exp_btn a{border-radius:30px; border:none; position:relative;}
.fulima01 .index01 .exp_btn a:after{position:absolute; border:1px solid #ff6600; border-radius:30px; width:100%; height:100%; top:0px; left:0px; transition:all .8s ease; content:'';}
.fulima01 .index01 .exp_btn a:before{position:absolute; border-radius:30px; width:100%; height:100%; top:0px; left:0px; transition:all .8s ease; content:''; background:#fd6621; opacity:0; -webkit-transform:scale(0.8, 0.8);}
.fulima01 .index01 .exp_btn a:hover:after{-webkit-transform:scale(1.1, 1.1); opacity:0;}
.fulima01 .index01 .exp_btn a:hover:before{opacity:1; -webkit-transform:scale(1, 1);}
.fulima01 .index01 .exp_btn a span{position:relative; z-index:2;}
.fulima01 .index01 .exp_btn a:hover{color:#fff;}

.fulima01 .index01 .exp_btn_smw{margin-top:55px;}
.ydhl_index_sec1 .exp_btn{border:none;}
.ydhl_index_sec1 .exp_btn a{border-radius:30px; border:none; position:relative;}
.ydhl_index_sec1 .exp_btn a:after{position:absolute; border:1px solid #fff; border-radius:30px; width:100%; height:100%; top:0px; left:0px; transition:all .8s ease; content:'';}
.ydhl_index_sec1 .exp_btn a:before{position:absolute; border-radius:30px; width:100%; height:100%; top:0px; left:0px; transition:all .8s ease; content:''; background:#fff; opacity:0; -webkit-transform:scale(0.8, 0.8);}
.ydhl_index_sec1 .exp_btn a:hover:after{-webkit-transform:scale(1.1, 1.1); opacity:0;}
.ydhl_index_sec1 .exp_btn a:hover:before{opacity:1; -webkit-transform:scale(1, 1);}
.ydhl_index_sec1 .exp_btn a span{position:relative; z-index:2;}
.ydhl_index_sec1 .exp_btn a:hover{color:#ff6600;}


.dy .solTabsList01 .hardware li:hover .listTit{color:#ff6600;}

/* .jjfa_dy.fulima03 .index04 .content_list{margin-top:0;} */
.jjfa_dy.fulima03 .index04 .tab_list li.active{color:#fb592e; background:none;}
.jjfa_dy.fulima03 .index04 .tab_list li.active {color: #fb592e;}
.jjfa_dy.fulima03 .index04 .tab_list li.active:after {left: 0;right: 0;}
.jjfa_dy #case_list li{width:32%; margin-right:2%; float:left;}
.jjfa_dy #case_list li:nth-child(3n){margin-right:0;}
.zbfw_p1_new{display:none;}
.zbfw_p2_new{display:none;}
.solTabs.dy .solNav li a{font-size:25px;}
.jjfa_dy .pBox ._mask ._text{height:168px; -webkit-line-clamp:6;}


.jobMain .channel_left .iconfont{color: #fb592e; font-weight: bold; padding-right: 3px;}
.jobMain .channel_left b{color: #fb592e; }

.jobBox{height:auto;}
.jobBox ._con{padding-right:15px;}
.jobBox ._con::-webkit-scrollbar{width:2px; height:4px; }
.jobBox ._con::-webkit-scrollbar-track{background-color:#808080;}
.jobBox ._con::-webkit-scrollbar-thumb{background-color:#ff4400;}
.jobBox ._con .tit{font-size:18px; line-height:30px;}
.jobBox h3{margin-bottom:15px;}

/* 人才 */
.rencai01{background:#f2f2f2;}
.rencai01 .content{padding:0px 13%; background:#fff;}
.rencai01 .content .hd{padding-top:70px; margin-bottom:100px;}
.rencai01 .content .hd .list .li_{float:left; width:23.5%; margin-right:2%; box-shadow:0px 5px 20px 0px#e5e5e5; transition:all .5s ease;}
.rencai01 .content .hd .list .li_.on{box-shadow:none; background:#ff6600;}
.rencai01 .content .hd .list .li_.on .li_box span{color:#fff;}
.rencai01 .content .hd .list .li_ .li_box{padding:20px 18%; display:block;}
.rencai01 .content .hd .list .li_ .li_box .left .rect-964{padding-bottom:96.4%;}
.rencai01 .content .hd .list .li_ .li_box .left{float:left; width:50%;}
.rencai01 .content .hd .list .li_ .li_box .right{font-size:20px; color:#444; font-weight:bold; line-height:20px; text-align:right; display:block; float:right; transition:all .5s ease; width:50%;}
.rencai01 .content .hd .list .li_ .li_box .right span{display:block; position:absolute; top:50%; transform:translateY(-50%); right:0px;}
.rencai01 .content .hd .list .li_ .li_box .right .rect-100{padding-bottom:100%;}
.rencai01 .content .hd .list .li_last{margin-right:0px;}
.rencai01 .content .bd .infor{margin-bottom:50px;}
.rencai01 .content .bd .infor .title{font-size:36px; line-height:40px; color:#333;}
.rencai01 .content .bd .item{margin-bottom:170px;}
.rencai01 .content .bd .item.odd .left{float:left; width:45%;}
.rencai01 .content .bd .item .left .box{margin-bottom:40px;}
.rencai01 .content .bd .item .left .box .tit{font-size:18px; line-height:20px; color:#333; margin-bottom:20px;}
.rencai01 .content .bd .item .left .box .con{font-size:14px; line-height:20px; color:#666;}
.rencai01 .content .bd .item.odd .right{float:right; width:48%;}
.rencai01 .content .bd .item .right .rect-865{padding-bottom:86.5%;}
.rencai01 .content .bd .item .right .cover{ border-radius:100%; overflow:hidden; height:100%; width:100%; animation:border 25s ease-in-out infinite alternate both;  -webkit-animation:border 25s ease-in-out infinite alternate both;}
.rencai01 .content .bd .item.even .left{float:right; width:45%;}
.rencai01 .content .bd .item.even .right{float:left; width:48%;}
@keyframes border {
  0% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
  }
}
.index03_3d .more .info{bottom:0px;}
.gongsi.threeLevel{padding-top:52px;}
.gongsi .culture_sec1{padding-top:25px;}
.gongsi .pictures{padding-top:8px;}

.channel_banner h1{display:none;}
.jjfa_dy.fulima03 .index04 .content_list.owl-carousel{display:block;}
#case_list .owl-carousel{display:block;}

.inner_wrap .pBox ._mask ._text{height:168px; overflow:auto; padding-right:4%; text-align:justify;}
.inner_wrap .pBox ._mask ._text::-webkit-scrollbar {width:2px; height:5px;}
.inner_wrap .pBox ._mask ._text::-webkit-scrollbar-thumb{border-radius:0px;background:#fff;}
.inner_wrap .pBox ._mask ._text::-webkit-scrollbar-track{border-radius:0;background:#ee8221;}

/* .jjfa_dy.fulima03 .index04 .content_list{margin-top:20px;}
.jjfa_dy.fulima03 .desc_dy{position:static; transform:translate(0,0); width:65%;}
.jjfa_dy.fulima03 .index04 .content_list .item{background:none; padding-top:0px;}
.jjfa_dy.fulima03 .index04 .content_list .item .w1200{width:100%;}
.jjfa_dy.fulima03 .index04 .content_list .item .fix{background:url(../img/flm_dy.jpg) no-repeat center; padding:50px 18%;}
.pt_ec_sec3.dy ._con{padding:40px 7%;} */
.imsSolution .hardware li.hardware01:hover .tabsIcon{background-image:url(../img/ims/solicon01_1.png);}
.imsSolution .hardware li.hardware02:hover .tabsIcon{background-image:url(../img/ims/solicon02_1.png);}
.imsSolution .hardware li.hardware03:hover .tabsIcon{background-image:url(../img/ims/solicon03_1.png);}
.imsSolution .software li.software01:hover .tabsIcon{background-image:url(../img/ims/solicon04_1.png);}
.imsSolution .software li.software02:hover .tabsIcon{background-image:url(../img/ims/solicon05_1.png);}
.imsSolution .software li.software03:hover .tabsIcon{background-image:url(../img/ims/solicon06_1.png);}

.jobMain.threeLevel{padding-top:74px;}
.jobMain.channelPage{padding-bottom:53px;}

.flm_banner h1{color:#fff;}

/*404页面*/
.channel_content.false{padding:0;}
.false01 .content{width:850px;position:absolute; left:50%; margin-left:-425px; top:50%; margin-top:-302px; }
.false01 .content .box{width:55%; margin:0 auto; padding-top:100px; padding-bottom:110px;}
.false01 .text{padding:20px 0 0 60px;}
.false01 .text .txt1{font-size:28px; font-weight:bold; color:#E65525; margin-bottom:25px;}
.false01 .text .txt2{font-size:18px; font-weight:bold; color:#1f1f1f;}
.false01 .text .txt3{font-size:14px; color:#666; line-height:26px; margin-top:10px; margin-bottom:20px;}
.false01 .text .txt3 li{position:relative; padding-left:25px;}
.false01 .text .txt3 li:after{content:''; position:absolute; left:0; top:50%; margin-top:-4px; width:8px; height:8px; border-radius:50%; background:#959595;}
.false01 .text .txt4{font-size:16px; color:#666; line-height:26px;}
.false01 .text .txt4 a{color:#fb592e;}

/* 20220414 */
.aboutPage .color12 .iservice .text, .aboutPage .color2 .iservice .text{text-align:justify;}
.fulima01 .index01 .info{text-align:justify;}

/* 2022.04.21 wrt */
.fulima .fulima02 .index02 .icon_list ul{text-align: center;overflow:hidden;}
.fulima .fulima02 .index02 .icon_list li {width:13%; float:none; display:inline-block;}
.fulima .fulima02 .index02 .content_list{height: auto; padding:90px 0; background-size: cover;}
.fulima .fulima02 .index02 .content_list .item{padding:55px 50px; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius:6px; background:#fff; display: none;}
.fulima .fulima02 .index02 .content_list .item.cur{display:block;}
.fulima .fulima02 .index02 .content_list .left{width:46%;}
.fulima .fulima02 .index02 .content_list .left .top{overflow:hidden;}
.fulima .fulima02 .index02 .content_list .left .top img{width:105px; border-radius:6px; margin-right: 20px;}
.fulima .fulima02 .index02 .content_list .left .top .info{overflow:hidden;}
.fulima .fulima02 .index02 .content_list .left .top .info .t2{font-size: 30px; line-height:44px;}
.fulima .fulima02 .index02 .content_list .left .top .info .d{font-size: 16px; color:#999;}
.fulima .fulima02 .index02 .content_list .left .desc{margin:40px 0;}
.fulima .fulima02 .index02 .content_list .left .icon{overflow:hidden; margin-bottom: 30px;}
.fulima .fulima02 .index02 .content_list .left .icon .icon_item{float:left; width:25%;}
.fulima .fulima02 .index02 .content_list .left .icon .icon_item img{width:40px; display:inline;}
.fulima .fulima02 .index02 .content_list .left .icon .icon_item .text{text-align:center; display:inline-block;}
.fulima .fulima02 .index02 .content_list .left .more{color:#fb592e;}
.fulima .fulima02 .index02 .content_list .right{position: absolute; bottom: -40px; left: 47%; z-index: 1; width: 100%; text-align: left; ;}
.fulima .fulima02 .index02 .content_list .right img{width:auto; max-width:100%; display:inline-block;}

.fulima .fulima03 .index04{background: url(../img/fulima03_index04.png); background-size: cover; color:#fff; padding-bottom: 70px;}
.fulima .fulima03 .index04 .channel-combo{text-align: center; padding:50px 0 30px;}
.fulima .fulima03 .index04 .channel-combo .tit{font-size: 30px; margin-bottom: 10px; font-weight: bold;}
.fulima .fulima03 .index04 .channel-combo .desc{font-size: 14px; color: #fff; max-width:1100px; margin:0 auto;}
.fulima .fulima03 .index04 .content .info{width:425px; margin:20px auto 0;}
.fulima .fulima03 .index04 .content .list{position: absolute; top:0; left:0; z-index:1; width:100%; height:100%;}

.fulima .fulima03 .index04 .content .list .item{position: absolute; padding:0 30px; margin-top: -20px; white-space: nowrap; cursor: pointer;}
.fulima .fulima03 .index04 .content .list .item .desc{display: none;}
.fulima .fulima03 .index04 .content .list .item .tit{padding:0 40px; font-size: 24px; line-height:40px;text-shadow: 0 0 5px rgba(255,255,255,0.2);}
.fulima .fulima03 .index04 .content .list .item .tit .no{position: absolute; top:0; font-style: italic;}
.fulima .fulima03 .index04 .content .list .item:after{content:""; position:absolute; width:14px; height:14px; background: #fff; border-radius: 50%; top:50%; margin-top: -7px; z-index: 1;}
.fulima .fulima03 .index04 .content .list .item:nth-child(n-5) .tit .no{right:0;}
.fulima .fulima03 .index04 .content .list .item:nth-child(n+6) .tit .no{left:0;}
.fulima .fulima03 .index04 .content .list .item:nth-child(n-5):after{right:0;}
.fulima .fulima03 .index04 .content .list .item:nth-child(n+6):after{left:0;}
.fulima .fulima03 .index04 .content .list .item:nth-child(n-5){right:50%;}
.fulima .fulima03 .index04 .content .list .item:nth-child(n+6){left:50%;}

.fulima .fulima03 .index04 .content .list .item.item01{top:5%; margin-right: 90px;}
.fulima .fulima03 .index04 .content .list .item.item02{top:25%; margin-right: 175px;}
.fulima .fulima03 .index04 .content .list .item.item03{top:50%; margin-right: 205px;}
.fulima .fulima03 .index04 .content .list .item.item04{top:75%; margin-right: 175px;}
.fulima .fulima03 .index04 .content .list .item.item05{top:95%; margin-right: 90px;}

.fulima .fulima03 .index04 .content .list .item.item06{top:95%; margin-left: 90px;}
.fulima .fulima03 .index04 .content .list .item.item07{top:75%; margin-left: 175px;}
.fulima .fulima03 .index04 .content .list .item.item08{top:50%; margin-left: 205px;}
.fulima .fulima03 .index04 .content .list .item.item09{top:25%; margin-left: 175px;}
.fulima .fulima03 .index04 .content .list .item.item10{top:5%; margin-left: 90px;}

.fulima .fulima03 .index04 .content .list .item.cur .tit, .j3d_about01 .content .list .item:hover .tit{color: #fb592e; ;}
.fulima .fulima03 .index04 .info .con{top:50%; left:50%; color:#fb592e; z-index:2; text-align: center; transform: translateY(-50%); width:220px; margin-left: -110px;}
.fulima .fulima03 .index04 .info .con .no{font-size: 60px; line-height:1; font-style: italic; font-weight: bold; font-family: arial;}
.fulima .fulima03 .index04 .info .con .name{font-size: 28px; margin:10px 0;}

/* 20220518 */
.simulate_box{position:relative;display:block;width:100%;height:calc(100vh - 83px);z-index:1;overflow:hidden;}
.simulate_box .simulate_con{display:block;width:100%;height:calc(100vh - 83px);background:transparent url(../img/fulima_open.jpg) no-repeat center/cover;overflow:hidden;}
.simulate_box .mods_box{position:absolute;left:0;bottom:0;width:100%;height:134px;background:rgba(255,255,255,0.5) url(../img/mods_box_bg.png) no-repeat left center/100% 100%;z-index:2;}
.simulate_box .mods_box .mod_item{box-sizing:border-box;width:25%;height:134px;padding:40px 46px;}
.simulate_box .mods_box .mod_item:hover{cursor:pointer;background:url(../img/mod_item_bg.png) no-repeat center/100% 100%;}
.simulate_box .mods_box .mod_item .mod_icon{width:56px;height:56px;}
.simulate_box .mods_box .mod_item .mod_info{margin-left:20px;}
.simulate_box .mods_box .mod_item .mod_info .info_line{width:140px;line-height:28px;color:#fff;}
.simulate_box .mods_box .mod_item .mod_info .info_line.tit{font-size:22px;}
.simulate_box .mods_box .mod_item:hover .info_line.tit{background:url(../img/lit_r_icon.png) no-repeat center right/8px 12px;}
.simulate_box .mods_box .mod_item .mod_info .info_line.des{font-size:14px;}
.simulate_box .mods_box .wrap{position:relative;}
.simulate_box .mods_box .scroll_arr{position:absolute;top:0;right:0;width:134px;height:134px;margin-right:-134px;cursor:pointer;}
.simulate_box .mods_box .scroll_arr .arr_box{margin:60px 0 0 70px;width:22px;height:40px;animation:beating 2s linear infinite;-webkit-animation:beating 2s linear infinite;}
#boxBlank.active{z-index:100;}
.box_wrap_out_posi.show{overflow:visible;}
.simulate_box.one_side{padding:80px 0;height:auto;background:#ecedf1 url(../img/onside_bg.jpg) no-repeat top center/100% 100%;}
.simulate_box.one_side .side_info{box-sizing:border-box;width:36%;background:transparent;}
.simulate_box.one_side .side_info .side_info_tit{position:relative;margin-top:30px;line-height:90px;font-size:64px;font-weight:bold;color:#f05726;}
.simulate_box.one_side .side_info .side_info_tit:after{content:'';position:absolute;left:0;bottom:0;width:60px;height:3px;background:#f05726;}
.simulate_box.one_side .side_info .side_info_titsec{margin-top:20px;line-height:50px;font-size:42px;font-weight:bold;color:#333;}
.simulate_box.one_side .side_info .side_info_des{margin-top:20px;line-height:32px;font-size:16px;color:#333;}
.simulate_box.one_side .side_info .common-btn{margin-top:40px;}
.simulate_box.one_side .side_tar{box-sizing:border-box;margin-right:-80px;width:70%;height:488.2px;}
.simulate_box.one_side .side_con{display:block;width:100%;height:488.2px;}
.simulate_box .simulate_sugP{position:fixed;bottom:8vw;z-index:100;}
.simulate_box .factory_intro{box-sizing:border-box;position:absolute;left:0;bottom:-248px;width:100%;height:248px;background:#fff;overflow:hidden;z-index:10;}
.factory_intro .wrap{position:relative;}
.factory_intro .wrap .close_box{position:absolute;top:0;right:0;padding:20px 0 20px 20px;width:22px;height:22px;cursor:pointer;}
.factory_intro .intro_item{padding:79px;}
.intro_item .intro_item_l .part_icon_box{width:100px;height:90px;}
.intro_item .intro_item_l .part_tit_box{margin-left:24px;height:90px;}
.intro_item .intro_item_l .part_tit_box .part_word{line-height:34px;font-size:16px;color:#333;}
.intro_item .intro_item_l .part_tit_box .idx_box{position:relative;margin-top:16px;width:40px;height:40px;}
.intro_item .intro_item_l .part_tit_box .idx_box::before{content:'';position:absolute;left:0;top:0;width:100%;height:20px;box-sizing:border-box;border-bottom:1px solid #333;transform-origin:bottom center;transform:rotateZ(-45deg) scale(1);-webkit-transform-origin:bottom center;-webkit-transform:rotateZ(-45deg) scale(1);}
.intro_item .intro_item_l .part_tit_box .idx_box .idx_cur{line-height:20px;font-size:20px;color:#FA682F;}
.intro_item .intro_item_l .part_tit_box .idx_box .idx_total{line-height:20px;font-size:16px;color:#333;text-align:right;}
.factory_intro .intro_item .intro_item_r{width:70%;}
.intro_item .intro_item_r .part_name{position:relative;padding-right:18px;height:90px;line-height:1.7;font-size:20px;color:#FA682F;border-right:1px solid #e2e2e2;}
.intro_item .intro_item_r .part_name::after{content:'';position:absolute;top:0;right:-1px;width:1px;height:12px;background:#FA682F;}
.intro_item .intro_item_r .part_info{margin-left:30px;width:80%;}
.intro_item .intro_item_r .part_info .part_info_t{line-height:34px;font-size:18px;font-weight:bold;color:#333333;}
.intro_item .intro_item_r .part_info .part_info_d{margin-top:8px;line-height:24px;font-size:14px;color:#666666;}
.simulate_box .could_scroll{position:absolute;bottom:0;left:50%;width:134px;height:134px;margin-left:-67px;cursor:pointer;}
.simulate_box .could_scroll .arr_box{margin:60px 0 0 70px;width:22px;height:40px;animation:beating 2s linear infinite;-webkit-animation:beating 2s linear infinite;}
.simulate_box .could_scroll{position:absolute;bottom:0;left:50%;width:134px;height:134px;margin-left:-67px;cursor:pointer;}
.simulate_box .could_scroll .arr_box{margin:60px 0 0 70px;width:22px;height:40px;animation:beating 2s linear infinite;-webkit-animation:beating 2s linear infinite;}


.simulate_box .simulate_con1{display:block;width:100%;height:calc(100vh - 83px);background:transparent url(../img/loop.jpg) no-repeat center/cover;overflow:hidden;}


/* dp_honor start */
.dp_honor{padding-top:60px;}
.dp_honor1{height:650px;}
.dp_honor1 .left{width:30%; height:100%; overflow:auto; }
.dp_honor1 .left::-webkit-scrollbar{width:2px; height:4px;}
.dp_honor1 .left::-webkit-scrollbar-track{background-color:#f6f5f5;}
.dp_honor1 .left::-webkit-scrollbar-thumb{background-color:#ff4400;}
.dp_honor1 .left .li_{line-height:65px; font-size:16px; color:#333; padding-left:30px; position:relative; cursor:pointer; transition:all 0.5s ease; box-sizing:border-box; padding-right:50px;}
.dp_honor1 .left .li_:nth-child(2n-1){background:#f8f8f8;}
.dp_honor1 .left .li_ .icon{position:absolute; right:35px; top:50%; transform:translateY(-50%); width:22px; height:22px; background:url(../img/dp_honor.png) no-repeat center; background-size:cover; transition:all 0.5s ease;}
.dp_honor1 .left .li_:hover{background:#ff4400; color:#fff;}
.dp_honor1 .left .li_:hover .icon{background:url(../img/dp_honor2.png) no-repeat center; background-size:cover; right:20px;}
.dp_honor1 .left .li_.cur{background:#ff4400; color:#fff;}
.dp_honor1 .left .li_.cur .icon{background:url(../img/dp_honor2.png) no-repeat center; background-size:cover; right:20px;}
.dp_honor1 .right{width:68%; background:#f8f8f8; height:100%; box-sizing:border-box;}
.dp_honor1 .right .box{height:100%; padding:50px 30px; box-sizing:border-box; }
.dp_honor1 .right .box .box_l{width:41%; margin-right:100px; height:100%; position:relative;}
.dp_honor1 .right .box .box_l img{width:100%; height:100%; object-fit:contain; vertical-align:top;}
.dp_honor1 .right .box .box_r{margin-top:50px; width:41%;}
.dp_honor1 .right .box .box_r .item{margin-bottom:60px;}
.dp_honor1 .right .box .box_r .item:last-child{margin-bottom:0;}
.dp_honor1 .right .box .box_r .tit{font-size:26px; font-weight:bold;}
.dp_honor1 .right .box .box_r .con{font-size:16px;}
.innerBan.dp_honor_ban{display:none;}
.navs_scroll.dp_honor_navs{display:none; height:50px;}
/* dp_honor end */

/* 案例新增板块 start */
.dp_more{background:#f4f5f7; padding-top:120px; padding-bottom:90px; margin-bottom:-40px;}
.dp_more .inner_wrap{text-align:center;}
.dp_more .box{display:inline-block; position:relative; color:#222;}
.dp_more .box .con{font-size:24px; line-height:24px;}
.dp_more .box .tit{font-size:48px; margin-top:5px; margin-bottom:30px; position:relative; padding:0 80px;}
.dp_more .box .tit::before{content:''; width:27px; height:24px; background:url(../img/dp_more_icon1.png) no-repeat center; background-size:cover; position:absolute; left:0; top:5px;}
.dp_more .box .tit::after{content:''; width:23px; height:20px; background:url(../img/dp_more_icon2.png) no-repeat center; background-size:cover; position:absolute; right:0; bottom:25px;}
.dp_more a{display:inline-block; width:180px; line-height:56px; text-align:center; background:#ff6701; color:#fff; font-size:18px; border-radius:30px; position:relative;}
.dp_more a span{position:relative; z-index:2;}
.dp_more a::before{content:''; position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; background:#fd6621; border-radius:30px; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.dp_more a::after{content:''; position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; opacity:0; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; border:1px solid #fd6621; -webkit-transform:scale(1.2, 1.2); transform:scale(1.2, 1.2); border-radius:30px; -webkit-box-sizing:border-box; box-sizing:border-box;}
.dp_more a:hover{background:none; color:#fd6621;}
.dp_more a:hover::before{opacity:0; -webkit-transform:scale(0.8, 0.8); transform:scale(0.8, 0.8);}
.dp_more a:hover::after{opacity:1; -webkit-transform:scale(1, 1); transform:scale(1, 1);}
/* 案例新增板块 end */


/* 2023-02-13 */
.header_3d .tools .h_tel{font-size:26px; font-weight:bold; color:#fd6621; margin-left:30px}
.header_3d .tools .guide_nav{display:none}


/* 新增莱山人才 20230214 wrt */
.lsrc01{position:relative; overflow:hidden;}
.lsrc01 .links{position:absolute; left:50%; top:34.72%; transform:translateX(-50%); width:79.375%; height:32.4%; font-size:0; z-index:10;}
.lsrc01 .links .item{display:inline-block; width:18%; height:100%; margin-right:2.5%; cursor:pointer; position:relative;}
.lsrc01 .links .item05{margin-right:0;}
.lsrc01 .links .item a{display:block; position:absolute; left:0; top:0; width:100%; height:100%;}

.footer_3d .foot2 .inner_wrap .lt.onPhone{display:none;}
.header_3d .tools .h_tel{font-size:18px;}

.index02_3d{padding-top:0.8rem;}
.index02_3d .slogan{margin-bottom:0.35rem;}

.dp_honor1{position:relative;}
.dp_honor1 .right .box{padding-left:140px;}
.dp_honor1 .btns_box{position:absolute; right:0; top:50%; transform:translateY(-50%); width:68%;}
.dp_honor1 .btns_box .right_btn,
.dp_honor1 .btns_box .left_btn{font-size:35px; float:left; cursor:pointer; margin:0 10px; user-select:none;}
.dp_honor1 .btns_box i{padding:0; margin:0; display:block;}
.dp_honor1 .btns_box .right_btn{float:right;}
.dp_honor1 .btns_box .right_btn:hover i,
.dp_honor1 .btns_box .left_btn:hover i{color:#fd6621;}
.dp_honor1 .right .box .box_l{margin-right:50px;}

/* 20230406 */
.ivideo_banner.ivideo_banner_de{height:600px;}
.pageHeader.digital_head{margin-bottom:-75px;}
.pageMain-de{padding-top:50px;}

/* 20230406 wzb */
.dp_more .box .tit{margin-bottom:0;}
.dp_more .box .desc{margin-bottom:20px;}
.dp_more .box .desc a{margin:0; padding:0; color:#ff6600; width:auto; background:none;}
.dp_more .box .desc a::after{display:none;}
.dp_more .box .desc a::before{display:none;}
.dp_more .more a:first-child{margin-right:1em;}
.dp_more .more a:last-child{background:none;}
.dp_more .more a:last-child:before{background:#36434b;}
.dp_more .more a:last-child:hover{color:#36434b;}
.dp_more .more a:last-child::after{border-color:#36434b;}
.dp_more .box .tit{line-height:1; margin-top:20px;}
.dp_more .box .desc{line-height:1; margin:20px 0 30px; font-size:16px; color:#333;}
.dp_more .box .desc a{color:#333; line-height:1;}
.dp_more{padding:60px 0;}

/* 20230406 fyh */
.digital_head .header_box .wrap .nav > ul {width: 70%; display: flex; justify-content: space-between;}
.digital_head .header_box .wrap .nav > ul::before,
.digital_head .header_box .wrap .nav > ul::after{display:none;}
.digital_head .header_box .wrap .nav > ul > li {width: auto!important;}
.digitalPics .over ._intro{overflow-y:auto;}
.digitalPics .over ._intro::-webkit-scrollbar{width:2px;}
.digitalPics .over ._intro::-webkit-scrollbar-track{background:none;}
.digitalPics .over ._intro::-webkit-scrollbar-thumb{background:#ff6600;}
.digitalPics .title{height:1.5em; line-height:1.5em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size:17px; font-weight:normal; padding-top:10px; color:#3f3f3f;}
.digitalPics .title:hover{color:#ff6600;}
.digitalPics .tag{height:1.5em; line-height:1.5em; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; margin-bottom:30px; font-size:12px; color:#919191;}
.product_nav{width:120px;  margin-top:17px; right:45px;}
.product_nav > .hd{height:35px; line-height:35px; text-align:center; background:#ff6b07; color:#fff; font-size:14px; border-radius:6px; overflow:hidden; cursor:pointer;}
.digital_head .h_tel{position:absolute; right:190px; top:0; margin-top:17px; font-weight:bold; font-size:22px; color:#ff6b07;}

.digitalFooter .foot1 .box{display:flex; width:850px; justify-content:space-between;}
.digitalFooter .foot1 .box::before, .foot1 .box::after{display:none;}
.digitalFooter .foot1 dl{width:auto!important;}

.rtbar_shwx{top:-76px; left:-204px; padding-right:10px; background:url(../img/rtbar_wxbd.png) no-repeat center right; }
.ivideo_banner_de.ivideo_banner.act .cover .text1{font-weight:normal; letter-spacing:0.1em;}

.channel_banner.de_video .cover .box .c{display:none;}



/* 人才站 */
.pageHeader.job_head .header_box .wrap{width:1735px; padding:0;}
.pageHeader.job_head .logo{position:static; float:left; padding-top:15px;}
.pageHeader.job_head .nav{float:left;}
.pageHeader.job_head .product_nav{float:right; position:static; height:auto;}
.pageHeader.job_head .h_tel{font-weight:bold; font-size:22px; color:#ff6b07; margin-top:17px; margin-right:10px;}
.pageHeader.job_head .wrap .nav > ul > li{width:auto; padding:0 40px;}
.pageHeader.job_head .nav{width:auto; float:left; margin-left:5%;}

.ivideo_banner_de.ivideo_banner.act .cover .text1{font-size:60px;}
/* .ivideo_banner_de.ivideo_banner.act .cover .text2{visibility:hidden; display:none;} */
.digitalPics .over h3{font-size:21px;}
.digitalPics .disc h3{font-size:24px;}
.digital_index_word{padding:30px 0;}
.digital_index_word img{display:none;}

.channelPage.digital_eco{padding-bottom:0;}
.digital_eco .inner_wrap{width:1200px; margin:0 auto;}
.digital_eco01{padding:100px 0;}
.digital_eco01 .infor .tit{font-size:40px; font-weight:bold; color:#333; margin-bottom:40px; text-align:center;}
.digital_eco01 .content ul{margin-bottom:20px;}
.digital_eco01 .content .item{float:left; width:25%; box-sizing:border-box; padding:0 26px; border-left: 2px solid #ff6600;}
.digital_eco01 .content .item .txt_box .tit{font-size:26px; font-weight:bold; margin-bottom:14px;}
.digital_eco01 .content .item .txt_box .txt{font-size:20px; font-weight:bold; margin-bottom:20px;}
.digital_eco01 .content .item .txt_box .con{font-size:16px; color:#333; line-height:24px; height:144px; overflow-y:auto;}
.digital_eco01 .content .item .img_box{margin-top:36px;}
.digital_eco01 .content .item .img_box .img{height:123px; width:100%; background-size:cover; background-repeat:no-repeat; background-position:center;}
.digital_eco01 .content .item:first-child{border-left:none; padding-left:0;}
.digital_eco01 .content .item:last-child{padding-right:0;}
.digital_eco01 .content .item.item01{width:20%; border-color:#ffcc02;}
.digital_eco01 .content .item.item01 .txt_box .tit,
.digital_eco01 .content .item.item01 .txt_box .txt{color:#ffcc02;}
.digital_eco01 .content .item.item02{width:22%; border-color:#ffbc70;}
.digital_eco01 .content .item.item02 .txt_box .tit,
.digital_eco01 .content .item.item02 .txt_box .txt{color:#ffbc70;}
.digital_eco01 .content .item.item03{width:30%; border-color:#ff962b;}
.digital_eco01 .content .item.item03 .txt_box .tit,
.digital_eco01 .content .item.item03 .txt_box .txt{color:#ff962b;}
.digital_eco01 .content .item.item04{width:28%; border-color:#ff5c00;}
.digital_eco01 .content .item.item04 .txt_box .tit,
.digital_eco01 .content .item.item04 .txt_box .txt{color:#ff5c00;}
.digital_eco01 .content .arrow{width:100%; height:34px; background:url(../img/digital_eco01_arrow.png) no-repeat center/contain;}

.digital_eco02{padding:200px 0; background:url(../img/digital_eco02_bg.jpg) no-repeat center/cover;}
.digital_eco02 .infor{width:50%;}
.digital_eco02 .infor .tit{font-size:40px; font-weight:bold; color:#f60; margin-bottom:20px;}
.digital_eco02 .infor .con{font-size:16px; line-height:28px; height:224px; overflow-y:auto; color:#333; text-align:justify;}

.digital_eco03{padding:100px 0 80px 0; background:#f4f6f8;}
.digital_eco03 .infor{margin-bottom:40px;}
.digital_eco03 .infor .tit{font-size:40px; font-weight:bold; color:#333; margin-bottom:30px; text-align:center;}
.digital_eco03 .infor .tabs{width:102%;}
.digital_eco03 .infor .tabs .item{float:left; width:14.66%; margin-right:2%; background:#fff; line-height:48px; border-radius:4px; text-align:center; font-size:16px; color:#333; cursor:pointer; transition:all .5s ease;}
.digital_eco03 .infor .tabs .item.cur,
.digital_eco03 .infor .tabs .item:hover{background:#fe5820; color:#fff;}
.digital_eco03 .content .swiper-wrapper{padding:35px 0 60px;}
.digital_eco03 .content .swiper-slide{background-color: #fff; box-shadow: -3.178px 6.237px 38px 0px rgba(0, 0, 0, 0.11); padding:50px; box-sizing:border-box; width:1000px;}
.digital_eco03 .content .swiper-slide .txt_box{float:left; width:35%; padding-top:50px;}
.digital_eco03 .content .swiper-slide .txt_box .tit{position:relative; font-size:28px; font-weight:bold; color:#333; margin-bottom:40px;}
.digital_eco03 .content .swiper-slide .txt_box .tit::after{content:""; position:absolute; left:0; bottom:-8px; height:2px; width:18px; background:#fe5820;}
.digital_eco03 .content .swiper-slide .txt_box .con{font-size:15px; line-height:28px; height:196px; overflow-y:auto; color:#666;}
.digital_eco03 .content .swiper-slide .img_box{float:right; width:60%; overflow:hidden;}
.digital_eco03 .content .swiper-slide .rect-64{padding-bottom:64.81%;}
.digital_eco03 .content .swiper-pagination.swiper-pagination-bullets{bottom:0;}
.digital_eco03 .content .swiper-pagination .swiper-pagination-bullet{background:none; border:2px solid #d6d6d6; border-radius:50%; opacity:1; transition:all .5s ease;}
.digital_eco03 .content .swiper-pagination .swiper-pagination-bullet-active{border-color:#fe5820;}

.sr .pageMain-de .anim{visibility:visible;}

.digital_eco02 .infor .con{margin-bottom:30px; height:168px;}
.digital_eco02 .infor .tags{width:600px;}
.digital_eco02 .infor .tags .item{float:left; width:155px; margin-right:16px; margin-bottom:20px; font-size:18px; line-height:36px; background:#ff6b07; color:#fff; border-radius:3px; text-align:center;}

.digital_eco *::-webkit-scrollbar{width:3px;}
.digital_eco *::-webkit-scrollbar-track{background:none;}
.digital_eco *::-webkit-scrollbar-thumb{background:#ff6600;}


.digital_navs .swiper-container{padding-bottom:0;}
.digital_navs .swiper-container .swiper-slide{width:25%;}
@media only screen and (max-width: 1024px) {
  .digital_navs .swiper-container .swiper-slide{width:33.33%;}
}
.digital_navs .swiper-container .swiper-pagination.swiper-pagination-bullets{bottom:0px;}
.digital_navs .swiper-container .swiper-pagination .swiper-pagination-bullet{background:none; border:2px solid #d6d6d6; margin:0 8px; border-radius:50%; opacity:1; transition:all .5s ease;}
.digital_navs .swiper-container .swiper-pagination .swiper-pagination-bullet-active{border-color:#fe5820; background: #fe5820;}

.digital_navs ._con{margin-left:0; border-right:1px solid #e9e9e9; border-left:none;}
.digital_navs .swiper-slide-active ._con{border-left:1px solid #e9e9e9;}
.digital_navs .swiper-button-prev,
.digital_navs .swiper-button-next{width:20px; height:34px; margin-top:-10px; background-repeat:no-repeat; background-size:contain;}
.digital_navs .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233f3f3f'%2F%3E%3C%2Fsvg%3E"); transition:all .5s ease; opacity:1;}
.digital_navs .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233f3f3f'%2F%3E%3C%2Fsvg%3E"); transition:all .5s ease; opacity:1;}
.digital_navs .swiper-button-prev:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f69e39'%2F%3E%3C%2Fsvg%3E");}
.digital_navs .swiper-button-next:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f69e39'%2F%3E%3C%2Fsvg%3E");}

.digital_navs ._con{padding:70px 40px;}
.channel_banner.de_video .cover .box{width:330px;}

.dp_more .inner_wrap .more{margin-bottom:30px;}
.dp_more .box .desc{margin-bottom:0;}

.ivideo_banner .cover .text2 {font-size:16px; max-width:750px;}

.digital_eco01 .content .arrow{height:80px;}

.digital_eco01{padding:60px 0 20px;}

.foot1 .box{padding-left:260px;}
.foot1 dd.five{width:230px;}

/* 20230412 */
.special_infor .tit h2{font-size:38px; font-weight:normal;}
.fulima05.ipart3 .left .li_ .t h3{font-size:18px; font-weight:normal;}
.fulima04.j3d_about02{padding-top:70px; padding-bottom:30px;}
.fulima04.j3d_about02 .infor{text-align:center; margin-bottom:40px;}
.fulima04.j3d_about02 .infor .tit{font-size:40px; line-height:40px; color:#333; margin-bottom:20px;}
.fulima04.j3d_about02 .infor .con{font-size:16px; color:#666;}
.fulima04.j3d_about02 .li_{width:18.4%; margin-right:2%; float:left; box-shadow:0px 0px 18px 0px rgb(151 151 151 / 20%); margin-bottom:40px; padding:50px 25px; box-sizing:border-box; height:252px; transition:all 0.5s ease;}
.fulima04.j3d_about02 .li_.five{margin-right:0;}
.fulima04.j3d_about02 .li_ .tit{font-size:20px; line-height:22px; color:#333; font-weight:bold; padding-bottom:20px; position:relative; margin-bottom:20px; transition:all 0.5s ease;}
.fulima04.j3d_about02 .li_ .tit::after{content:''; width:20px; height:2px; background:#ec5309; position:absolute; left:0; bottom:0; transition:all 0.5s ease;}
.fulima04.j3d_about02 .li_ .tit span{margin-right:10px;}
.fulima04.j3d_about02 .li_ .con{font-size:16px; line-height:30px; color:#666; transition:all 0.5s ease;}
.fulima04.j3d_about02 .li_:hover{background:url(../img/product_price01_bg.jpg) no-repeat center; background-size:cover;}
.fulima04.j3d_about02 .li_:hover{background:#fb592e;}
.fulima04.j3d_about02 .li_:hover .tit{color:#fff;}
.fulima04.j3d_about02 .li_:hover .tit::after{background:#fff;}
.fulima04.j3d_about02 .li_:hover .con{color:#fff;}

.fulima05.ipart3{background:#f4f6f8; padding:60px 0;}
.fulima05.ipart3 .rect-51{padding-bottom:51%;}
.fulima05.ipart3 .left{width:18%;}
.fulima05.ipart3 .left .li_{padding:21px 25px; box-sizing:border-box; display:flex; display:-moz-box; display:-webkit-flex; display:-moz-flex; display:-ms-flexbox; display:-moz-box; display:-webkit-flex; display:-moz-flex; display:-ms-flexbox; box-sizing:border-box; -webkit-box-align:center; -moz-align-items:center; -ms-align-items:center; -o-align-items:center; -webkit-align-items:center; align-items:center; background:#fff; margin-bottom:23px; cursor:pointer; transition:all 0.5s ease;}
.fulima05.ipart3 .left .li_:last-child{margin-bottom:0;}
.fulima05.ipart3 .left .li_ .t{font-size:18px; color:#333; font-weight:bold; transition:all 0.5s ease; margin-left:10px;}
.fulima05.ipart3 .left .li_ .img2{display:none;}
.fulima05.ipart3 .left .li_:hover{background:#ec5208;}
.fulima05.ipart3 .left .li_:hover .t{color:#fff;}
.fulima05.ipart3 .left .li_:hover .img1{display:none;}
.fulima05.ipart3 .left .li_:hover .img2{display:block;}
.fulima05.ipart3 .left .li_.on{background:#ec5208;}
.fulima05.ipart3 .left .li_.on .t{color:#fff;}
.fulima05.ipart3 .left .li_.on .img1{display:none;}
.fulima05.ipart3 .left .li_.on .img2{display:block;}
.fulima05.ipart3 .right{width:81.4%; position:relative;}
.fulima05.ipart3 .right li{display:none;}
.fulima05.ipart3 .right .intro{position:absolute; right:50px; bottom:55px; width:42%; background:rgba(0,0,0,0.4); padding:22px; color:#fff; border:1px solid rgba(255,255,255,0.4);}
.fulima05.ipart3 .right .intro .t{font-size:24px; line-height:24px; font-weight:bold;}
.fulima05.ipart3 .right .intro .c{font-size:16px; line-height:30px; height:60px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:17px 0;}
.fulima05.ipart3 .right .intro .more{font-size:16px; color:#ec5309;}
.fulima05.ipart3 .infor{text-align:center; margin-bottom:50px;}
.fulima05.ipart3 .infor .tit{font-size:40px; line-height:40px; color:#333;  margin-bottom:20px;}
.fulima05.ipart3 .infor .con{font-size:16px; color:#666;}
.fulima05.ipart3 .right li{display:block !important;}
.fulima05.ipart3 .swiper-pagination{display:none;}

.fulima04.ipart4 .common-btn{background-color:#fb592e;border:2px solid #fb592e;border-radius:6px;color:#fff;display:inline-block;font-size: 16px;line-height:36px;text-align:center; width:180px;}
.fulima04.ipart4 .common-btn:hover{color:#fff;opacity:.8;}
.fulima04.ipart4{padding:60px 0;}
.fulima04.ipart4 .rect-65{padding-bottom:65.83%;}
.fulima04.ipart4 .infor{text-align:center; margin-bottom:60px;}
.fulima04.ipart4 .infor .tit{font-size:40px; line-height:40px; color:#333; font-weight:bold; margin-bottom:20px;}
.fulima04.ipart4 .infor .con{font-size:16px; color:#666;}
.fulima04.ipart4 .top{border-bottom:2px solid #e4e7ea; margin-bottom:50px;}
.fulima04.ipart4 .top .item_box{text-align:center;}
.fulima04.ipart4 .top .item_box .item{width:13.3%; display:inline-block; padding-bottom:20px; position:relative; cursor:pointer;}
.fulima04.ipart4 .top .item_box .item::after{content:''; width:0; height:2px; background:#ec5208; position:absolute; left:50%; bottom:-2px; transform:translateX(-50%); transition:all 0.5s ease;}
.fulima04.ipart4 .top .item_box .item .tit{font-size:18px; color:#333; font-weight:bold; transition:all 0.5s ease;}
.fulima04.ipart4 .top .item_box .item .img2{display:none;}

.fulima04.ipart4 .top .item_box .item:hover::after{width:100%;}
.fulima04.ipart4 .top .item_box .item:hover .img1{display:none;}
.fulima04.ipart4 .top .item_box .item:hover .img2{display:inline-block;}
.fulima04.ipart4 .top .item_box .item:hover .tit{color:#ec5208;}

.fulima04.ipart4 .top .item_box .item.on::after{width:100%;}
.fulima04.ipart4 .top .item_box .item.on .img1{display:none;}
.fulima04.ipart4 .top .item_box .item.on .img2{display:inline-block;}
.fulima04.ipart4 .top .item_box .item.on .tit{color:#ec5208;}

.fulima04.ipart4 .bott{font-size:0;}
.fulima04.ipart4 .bott .left{width:27%; margin-right:4%; display:inline-block; vertical-align:middle;}
.fulima04.ipart4 .bott .left .tit{font-size:30px; line-height:30px; color:#333; font-weight:bold;}
.fulima04.ipart4 .bott .left .con{font-size:16px; line-height:30px; color:#666; height:60px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-top:17px; margin-bottom:50px;}
.fulima04.ipart4 .bott .right{width:69%; display:inline-block; vertical-align:middle;}
.fulima04.ipart4 .bott .right .item{box-shadow:0px 0px 18px 0px rgba(151,151,151,0.2); padding:20px; box-sizing:border-box; background:#fff;  padding-bottom:45px;}
.fulima04.ipart4 .bott .right .item .t{font-size:24px; line-height:24px; color:#333; margin-top:35px; margin-bottom:15px;}
.fulima04.ipart4 .bott .right .item .c{font-size:18px; color:#666; margin-bottom:35px;}
.fulima04.ipart4 .bott .right .item .more{font-size:16px; color:#ec5208;}
.fulima04.ipart4 .bott .right .line{width:100%; height:2px; background:#e4e7ea; position:relative; margin-top:40px;}
.fulima04.ipart4 .bott .right .line::after{content:''; width:160px; height:2px; background:#ec5208; position:absolute; left:0; bottom:0;}
.fulima04.ipart4 .bott .right .owl-carousel .owl-stage-outer{overflow:visible;}


.fulima04.j3d_about02{padding-top:70px; padding-bottom:30px;}
.fulima04.j3d_about02 .infor{text-align:center; margin-bottom:40px;}
.fulima04.j3d_about02 .infor .tit{font-size:40px; line-height:40px; color:#333; margin-bottom:20px;}
.fulima04.j3d_about02 .infor .con{font-size:16px; color:#666;}
.fulima04.j3d_about02 .li_{width:18.4%; margin-right:2%; float:left; box-shadow:0px 0px 18px 0px rgb(151 151 151 / 20%); margin-bottom:40px; padding:50px 25px; box-sizing:border-box; height:252px; transition:all 0.5s ease;}
.fulima04.j3d_about02 .li_.five{margin-right:0;}
.fulima04.j3d_about02 .li_ .tit{font-size:20px; line-height:22px; color:#333; font-weight:bold; padding-bottom:20px; position:relative; margin-bottom:20px; transition:all 0.5s ease;}
.fulima04.j3d_about02 .li_ .tit::after{content:''; width:20px; height:2px; background:#ec5309; position:absolute; left:0; bottom:0; transition:all 0.5s ease;}
.fulima04.j3d_about02 .li_ .tit span{margin-right:10px;}
.fulima04.j3d_about02 .li_ .con{font-size:16px; line-height:30px; color:#666; transition:all 0.5s ease;}
.fulima04.j3d_about02 .li_:hover{background:url(../img/product_price01_bg.jpg) no-repeat center; background-size:cover;}
.fulima04.j3d_about02 .li_:hover{background:#fb592e;}
.fulima04.j3d_about02 .li_:hover .tit{color:#fff;}
.fulima04.j3d_about02 .li_:hover .tit::after{background:#fff;}
.fulima04.j3d_about02 .li_:hover .con{color:#fff;}
.fulima04.j3d_about02 .li_ .tit{white-space:nowrap;}
.fulima04.j3d_about02 .li_ .tit h3{font-size:20px; display:inline-block;}

.fulima05.ipart3{background:#f4f6f8; padding:60px 0;}
.fulima05.ipart3 .rect-51{padding-bottom:51%;}
.fulima05.ipart3 .left{width:17%;}
.fulima05.ipart3 .left .li_{padding:19.6px; box-sizing:border-box; display:flex; display:-moz-box; display:-webkit-flex; display:-moz-flex; display:-ms-flexbox; display:-moz-box; display:-webkit-flex; display:-moz-flex; display:-ms-flexbox; box-sizing:border-box; -webkit-box-align:center; -moz-align-items:center; -ms-align-items:center; -o-align-items:center; -webkit-align-items:center; align-items:center; background:#fff; margin-bottom:23px; cursor:pointer; transition:all 0.5s ease;}
.fulima05.ipart3 .left .li_:last-child{margin-bottom:0;}
.fulima05.ipart3 .left .li_ .t{font-size:18px; color:#333; font-weight:bold; transition:all 0.5s ease; margin-left:10px;}
.fulima05.ipart3 .left .li_ .img2{display:none;}
.fulima05.ipart3 .left .li_:hover{background:#ec5208;}
.fulima05.ipart3 .left .li_:hover .t{color:#fff;}
.fulima05.ipart3 .left .li_:hover .img1{display:none;}
.fulima05.ipart3 .left .li_:hover .img2{display:block;}
.fulima05.ipart3 .left .li_.on{background:#ec5208;}
.fulima05.ipart3 .left .li_.on .t{color:#fff;}
.fulima05.ipart3 .left .li_.on .img1{display:none;}
.fulima05.ipart3 .left .li_.on .img2{display:block;}
.fulima05.ipart3 .right{width:81.4%; position:relative;}
.fulima05.ipart3 .right li{display:none;}
.fulima05.ipart3 .right .intro{position:absolute; right:50px; bottom:55px; width:42%; background:rgba(0,0,0,0.4); padding:22px; color:#fff; border:1px solid rgba(255,255,255,0.4);}
.fulima05.ipart3 .right .intro .t{font-size:24px; line-height:24px; font-weight:bold;}
.fulima05.ipart3 .right .intro .c{font-size:16px; line-height:30px; height:60px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:17px 0;}
.fulima05.ipart3 .right .intro .more{font-size:16px; color:#ec5309;}
.fulima05.ipart3 .infor{text-align:center; margin-bottom:50px;}
.fulima05.ipart3 .infor .tit{font-size:40px; line-height:40px; color:#333;  margin-bottom:20px;}
.fulima05.ipart3 .infor .con{font-size:16px; color:#666;}
.fulima05.ipart3 .left .li_ .t h3{font-size:18px; font-weight:normal;}
.fulima05.ipart3 .right li{display:block !important;}
.fulima05.ipart3 .swiper-pagination{display:none;}

.fulima04.ipart4{padding:60px 0;}
.fulima04.ipart4 .rect-65{padding-bottom:65.83%;}
.fulima04.ipart4 .infor{text-align:center; margin-bottom:60px;}
.fulima04.ipart4 .infor .tit{font-size:40px; line-height:40px; color:#333; font-weight:bold; margin-bottom:20px;}
.fulima04.ipart4 .infor .con{font-size:16px; color:#666;}
.fulima04.ipart4 .top{border-bottom:2px solid #e4e7ea; margin-bottom:50px;}
.fulima04.ipart4 .top .item_box{text-align:center;}
.fulima04.ipart4 .top .item_box .item{width:13.3%; display:inline-block; padding-bottom:20px; position:relative; cursor:pointer;}
.fulima04.ipart4 .top .item_box .item::after{content:''; width:0; height:2px; background:#ec5208; position:absolute; left:50%; bottom:-2px; transform:translateX(-50%); transition:all 0.5s ease;}
.fulima04.ipart4 .top .item_box .item .tit{font-size:18px; color:#333; font-weight:bold; transition:all 0.5s ease;}
.fulima04.ipart4 .top .item_box .item .img2{display:none;}
.fulima04.ipart4 .top .item_box .item:hover::after{width:100%;}
.fulima04.ipart4 .top .item_box .item:hover .img1{display:none;}
.fulima04.ipart4 .top .item_box .item:hover .img2{display:inline-block;}
.fulima04.ipart4 .top .item_box .item:hover .tit{color:#ec5208;}
.fulima04.ipart4 .top .item_box .item.on::after{width:100%;}
.fulima04.ipart4 .top .item_box .item.on .img1{display:none;}
.fulima04.ipart4 .top .item_box .item.on .img2{display:inline-block;}
.fulima04.ipart4 .top .item_box .item.on .tit{color:#ec5208;}
.fulima04.ipart4 .bott{font-size:0;}
.fulima04.ipart4 .bott .left{width:27%; margin-right:4%; display:inline-block; vertical-align:middle;}
.fulima04.ipart4 .bott .left .tit{font-size:30px; line-height:30px; color:#333; font-weight:bold;}
.fulima04.ipart4 .bott .left .con{font-size:16px; line-height:30px; color:#666; height:60px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-top:17px; margin-bottom:50px;}
.fulima04.ipart4 .bott .right{width:69%; display:inline-block; vertical-align:middle;}
.fulima04.ipart4 .bott .right .item{box-shadow:0px 0px 18px 0px rgba(151,151,151,0.2); padding:20px; box-sizing:border-box; background:#fff;  padding-bottom:45px;}
.fulima04.ipart4 .bott .right .item .t{font-size:24px; line-height:24px; color:#333; margin-top:35px; margin-bottom:15px;}
.fulima04.ipart4 .bott .right .item .c{font-size:18px; color:#666; margin-bottom:35px;}
.fulima04.ipart4 .bott .right .item .more{font-size:16px; color:#ec5208;}
.fulima04.ipart4 .bott .right .line{width:100%; height:2px; background:#e4e7ea; position:relative; margin-top:40px;}
.fulima04.ipart4 .bott .right .line::after{content:''; width:160px; height:2px; background:#ec5208; position:absolute; left:0; bottom:0;}
.fulima04.ipart4 .bott .right .owl-carousel .owl-stage-outer{overflow:visible;}
.fulima04.ipart4 .infor .tit{font-weight:normal;}
.fulima04.ipart4 .top .item_box .item{width:20%;}
.fulima04.ipart4 .bott .right .item .more{font-size:16px; color:#ec5208;}
.fulima04.ipart4 .bott .right .line{display:none;}
.fulima04.ipart4 .bott .right .dots{display:none;}
.fulima04.ipart4 .infor .tit h2{font-size:38px;}
.fulima04.ipart3 .infor .tit h2{font-size:38px;}


/* 20230427 弹窗 */
.alert27{position:fixed; top:0; left:0; z-index:50; width:100%; height:100%; display:none;}
.alert27 .bg{width:100%; height:100%; background:#000; position:fixed; left:0; top:0; opacity:0.3;}
.alert27 .content{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:url(../img/alert27_bg.jpg) no-repeat center /cover; width:600px; padding:60px 40px; box-sizing:border-box; color:#fff;}
.alert27 .content .close{position:absolute; right:30px; top:30px; cursor:pointer;}
.alert27 .content .tit{font-size:16px; line-height:1;}
.alert27 .content .tel{font-size:18px; line-height:1; margin-bottom:30px;}
.alert27 .content .tel a{font-size:48px; line-height:48px; font-weight:bold; color:#fff; display:block; margin-top:40px; margin-bottom:10px;}
.alert27 .content .more{position:relative; padding-bottom:30px; margin-bottom:40px;}
.alert27 .content .more::after{content:''; width:105%; height:1px; background:#f79246; position:absolute; left:50%; bottom:0; transform:translateX(-50%);}
.alert27 .content .more a{display:inline-block; width:36%; font-size:16px; line-height:52px; color:#ff7b00; text-align:center; background:#fff; border-radius:6px;}
.alert27 .content .more .btn2{color:#fff; background:#331500; margin-left:10px;}
.alert27 .content .inp_box{position:relative;}
.alert27 .content .inp_box input{width:100%; line-height:52px; background:#fff; border-radius:6px; border:1px solid #fff; font-size:14px; text-indent:25px; box-sizing:border-box; padding:0;}
.alert27 .content .inp_box input::-webkit-input-placeholder{color:#a9a9a9; font-size:14px; text-indent:25px;}
.alert27 .content .inp_box input::-moz-placeholder{color:#a9a9a9; font-size:14px; text-indent:25px;}
.alert27 .content .inp_box input:-moz-placeholder{color:#a9a9a9; font-size:14px; text-indent:25px;}
.alert27 .content .inp_box input:-ms-input-placeholder{color:#a9a9a9; font-size:14px; text-indent:25px;}
.alert27 .content .inp_box button{width:35%; height:94%; background:#ff6200; font-size:16px; color:#fff; text-align:center; margin:0; padding:0; border:none; outline:none; cursor:pointer; position:absolute; right:2px; top:50%; transform:translateY(-50%); box-sizing:border-box; border-radius:6px;}
.alert27 .content .tag{font-size:14px; line-height:1; margin-top:15px;}
.alert27 .content .tag img{vertical-align:middle; margin-right:10px;}
.contact_us .pt1 .box .inner_box .c_phone{padding-top:10px;}
.contact_us .pt1 .box .inner_box .c_phone a{font-size:27px; font-style:normal;}
.contact_us .pt1 .box .inner_box .c_phone span{font-size:27px;font-style:normal;margin:0 10px;}


/* 2023-1030 */
.show_banner{position:relative; z-index:11;}
.show_banner .rect-69{padding-bottom:69%;}
.show_banner .smal_img{width:53%; position:absolute; right:12.5%; bottom:-104px;}
.show_banner .smal_img .content{padding:0 50px; position:relative;}
.show_banner .smal_img .item{display:none; transform:scale(0.8); transition:0.5s ease;}
.show_banner .smal_img .owl-item .item{display:block;}
.show_banner .smal_img .owl-item.center .item{transform:scale(1.1);}
.show_banner .smal_img .smal_btn>div{width:22px; height:34px; z-index:2; font-size:0; cursor:pointer;  transition:all 0.5s ease; display:inline-block; position:absolute; top:50%; margin-top:-7px;;}
.show_banner .smal_img .smal_btn .owl-prev {left:0; background:url(../img/show_ban_btn1.png) no-repeat center;}
.show_banner .smal_img .smal_btn .owl-next {right:0; background:url(../img/show_ban_btn2.png) no-repeat center;}
.show_center{padding-top:200px;}
.show_center .mwrap{width:1230px; margin:0 auto;}
.show_center01 .left{width:50%; float:left;}
.show_center01 .left .tit{font-size:40px; line-height:40px; color:#333; margin-bottom:25px;}
.show_center01 .left .con .icon{display:inline-block; margin-right:5px; width:23px; height:22px; background:url(../img/show_center01_1.png) no-repeat center; vertical-align:middle;}
.show_center01 .left .con span{display:inline-block; font-size:18px; line-height:30px; color:#9a9a9a; vertical-align:middle}
.show_center01 .left .con span.span01{margin-right:35px;}
.show_center01 .right{width:49.5%; float:right;}
.show_center01 .right .item{float:left; width:30%; margin-left:7%;}
.show_center01 .right .item:first-child{margin-left:0;}
.show_center01 .right .item .info{font-size:18px; line-height:30px; margin-bottom:32px}
.show_center01 .right .item .info .t{color:#9a9a9a;}
.show_center01 .right .item .info .c{color:#464646;}
.show_center01 .right .item .info .c span{display:block;}
.show_center01 .right .item03{text-align:center;  margin-left:2%;}
.show_center02{margin-bottom:80px; margin-top:30px;}
.show_center02 .infor .con{font-size:20px; line-height:40px; color:#464646;}
.show_center02 .content{margin-top:40px;}
.show_center02 .content .img_{position:relative;}
.show_center02 .content .img_ .play{width:153px; height:153px; background:url(../img/show_center02_1.png) no-repeat center; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); cursor:pointer;}
.show_banner .crumb{width:53%;position:absolute;right: 30.5%;bottom:-104px;}
.iservice .links .li a img{width: 15%;margin-left: 7px;}



/* 2023-1030 */
.show_banner{position:relative; z-index:11;}
.show_banner .rect-69{padding-bottom:69%;}
.show_banner .smal_img{width:53%; position:absolute; right:12.5%; bottom:-104px;}
.show_banner .smal_img .content{padding:0 50px; position:relative;}
.show_banner .smal_img .swiper-slide{display:none; transform:scale(0.8); transition:0.5s ease;}
.show_banner .smal_img .swiper-container-initialized .swiper-slide{display:block;}
.show_banner .smal_img .swiper-slide-active{transform:scale(1.1);}
.show_banner .smal_img .smal_btn>div{width:22px; height:34px; z-index:2; font-size:0; cursor:pointer;  transition:all 0.5s ease; display:inline-block; position:absolute; top:50%; margin-top:-7px;;}
.show_banner .smal_img .smal_btn .swiper_prev {left:0; background:url(../img/show_ban_btn1.png) no-repeat center;}
.show_banner .smal_img .smal_btn .swiper_next {right:0; background:url(../img/show_ban_btn2.png) no-repeat center;}


/* 20240229 wrt */
/* 首页 */
.new_digital_banner{width:100%;}
.new_digital_banner .ban_wrap{margin:0 5%;}
.new_digital_banner .ban_text1{position:absolute; top:57%; transform:translateY(-50%); left:0; width:100%; color:#fff;}
.new_digital_banner .ban_text1 .infor .title{font-weight:bold; font-size:36px; line-height:1; margin-bottom:20px;}
.new_digital_banner .ban_text1 .infor .title span{position:relative; display:inline-block;}
.new_digital_banner .ban_text1 .infor .tit{font-size:46px; line-height:1; position:relative; letter-spacing:.1em;}
.new_digital_banner .ban_text1 .infor .more_btns{display:inline-block; font-size:0; line-height:50px; background:#fd5d08; margin-top:38px; padding:0 28px; border-radius:30px;}
.new_digital_banner .ban_text1 .infor .more_btns span{display:inline-block; vertical-align:middle; font-size:16px; color:#fff; }
.new_digital_banner .ban_text1 .infor .more_btns .icon{margin-left:15px; width:12px; height:12px; background:url(../img/de_new/right_jt_white.png) no-repeat center/cover;}
.new_digital_banner .ban_text2{position:absolute; bottom:8.5%; left:0; width:100%; color:#fff; text-align:center; font-size:22px; line-height:26px;}
.new_digital_banner .ban_client{width:100%; background:#fd5d08; overflow:hidden; padding:32px 0; }
.new_digital_banner .ban_client .content{display:flex; align-items:stretch; text-align:center;}
.new_digital_banner .ban_client .item{width:25%; color:#fff; font-size:16px; line-height:26px; position:relative;}
.new_digital_banner .ban_client .item::after{position:absolute; content:''; right:0; width:1px; top:0; height:100%; background:rgba( 255,255,255,.5);}
.new_digital_banner .ban_client .item:last-child:after{width:0;}
.new_digital_banner .ban_client .item .num_box{display:flex; align-items:center; justify-content:center;}
.new_digital_banner .ban_client .item .num{font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size:46px; line-height:1.2; padding-right:5px;}
.new_digital_banner .ban_client .item .t{margin-top:10px;}

/* 公共标题 */
.new_Dtitle_box .c{color:#888888; font-size:16px; line-height:26px; margin-bottom:10px;}
.new_Dtitle_box .t_box{font-size:42px; line-height:1; display:flex; align-items:flex-start; flex-wrap:wrap;}
.new_Dtitle_box .t_box .blak{color:#000000; position:relative; padding-right:15px; margin-right:15px;}
.new_Dtitle_box .t_box .blak::before{content:''; position:absolute; right:0; top:0; height:100%; width:1px; background:#c8c8c8;}
.new_Dtitle_box .t_box .ora{color:#fd5d08;}

.new_digital{margin-top:80px;}
.new_digital01{margin-bottom:80px;}
.new_digital01 .top{position:relative;}
.new_digital01 .top .t_right{font-size:0; padding-top:45px; text-align:right;}
.new_digital01 .top .t_right .tab_t{display:inline-block; padding:0 3%; position:relative;}
.new_digital01 .top .t_right .tab_t::after{content:''; position:absolute; right:0; top:3px; height:16px; width:1px; background:#c1c1c1;}
.new_digital01 .top .t_right .tab_t:first-child::before{content:''; position:absolute; left:0; top:3px; height:16px; width:1px; background:#c1c1c1;}
.new_digital01 .top .t_right .tab_t span{display:inline-block; position:relative; font-size:16px; line-height:26px; color:#888888; padding-bottom:5px; cursor:pointer;}
.new_digital01 .top .t_right .tab_t span::after{content:''; position:absolute; bottom:0; height:2px; width:100%; left:0; background:#fd5d08; opacity:0;}
.new_digital01 .top .t_right .tab_t.cur span{color:#000;}
.new_digital01 .top .t_right .tab_t.cur span::after{opacity:1;}

.new_digital01 .bott{margin-top:55px; text-align:center;}
.new_digital01 .bott li{float:left; width:31.8%; margin-right:2.3%; margin-bottom:35px; text-align:left;}
.new_digital01 .bott li.three{margin-right:0;}
.new_digital01 .bott li .img{border-radius:10px; overflow:hidden;}
.new_digital01 .bott li .words{margin-top:23px;}
.new_digital01 .bott li .words .name{font-size:22px; line-height:26px; color:#000000; margin-bottom:20px;}
.new_digital01 .bott li .words .list{font-size:0;}
.new_digital01 .bott li .words .list span{display:inline-block; vertical-align:text-top; font-size:16px; color:#888888; line-height:20px;}
.new_digital01 .bott li .words .list .sp01{margin-right:5%;}
.new_digital01 .bott li .words .list span div{display:inline-block; vertical-align:middle;}
.new_digital01 .bott li .words .list .icon{width:20px; height:20px; margin-right:10px;}
.new_digital01 .bott li .words .list .icon01{background:url(../img/de_new/new_digital01_dingwei.png) no-repeat center/cover;}
.new_digital01 .bott li .words .list .icon02{background:url(../img/de_new/new_digital01_mianji.png) no-repeat center/cover;}

.new_digital01 .bott .more_btns{display:inline-block; font-size:0; line-height:50px; background:#e5e5e5; margin-top:25px; padding:0 28px; border-radius:30px;}
.new_digital01 .bott .more_btns span{display:inline-block; vertical-align:middle; font-size:16px; color:#000000; }
.new_digital01 .bott .more_btns .icon{margin-left:15px; width:12px; height:12px; background:url(../img/de_new/right_jt_org.png) no-repeat center/cover;}
.new_digital01 .bott .more_btns:hover{background:#fd5d08;}
.new_digital01 .bott .more_btns:hover span{color:#fff;}
.new_digital01 .bott .more_btns:hover .icon{background:url(../img/de_new/right_jt_white.png) no-repeat center/cover;}
.new_digital01 .rect-7285{padding-bottom:72.85%;}

.new_digital02{background:url(../img/de_new/new_digital02_bg.jpg) no-repeat bottom right/cover; padding:75px 0 40px; margin-bottom:80px; display:none;}
.new_digital02 .new_Dtitle_box .c{color:#fff;}
.new_digital02 .new_Dtitle_box .t_box .blak{color:#fff;}
.new_digital02 .new_Dtitle_box .t_box .blak::before{display:none;}
.new_digital02 .bott{margin-top:55px;}
.new_digital02 .bott li{float:left; margin-bottom:40px; width:18.4%; margin-right:2%; margin-bottom:40px; padding:15px 0; box-sizing:border-box; position:relative; position:relative; height:94px;}
.new_digital02 .bott li.five{margin-right:0;}
.new_digital02 .bott li::after,
.new_digital02 .bott li::before{content:''; position:absolute; left:0; top:0; height:100%; width:43px; background:url(../img/de_new/new_digital02_ms_l.png) no-repeat left center;}
.new_digital02 .bott li::after{left:auto; right:0; background:url(../img/de_new/new_digital02_ms_r.png) no-repeat right center;}
.new_digital02 .bott li .t{font-size:22px; line-height:32px; color:#fff; font-weight:bold; max-height:64px; overflow:hidden; text-align:center; position:absolute; width:calc(100% - 100px); left:50%; transform:translate(-50%,-50%); top:50%;}

.new_digital03{margin-bottom:80px; display:none;}
.new_digital03 .bott{margin-top:55px;}
.new_digital03 .bott .line{display:flex; align-items:stretch; margin-top:-1px;}
.new_digital03 .bott .line01{margin-top:0;}
.new_digital03 .bott .line img{flex-shrink:0;}
.new_digital03 .bott .box_s{width:25%; position:relative;}
.new_digital03 .bott .box_m{width:50%; position:relative;}
.new_digital03 .bott .box_l{width:75%; position:relative;}
.new_digital03 .bott .cover{position:absolute; bottom:6%; left:30px; right:30px; color:#fff;}
.new_digital03 .bott .cover .tit{font-size:32px; line-height:1; font-weight:bold; margin-bottom:25px;}
.new_digital03 .bott .cover .con{line-height:26px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; text-align:justify; max-height:0; transition:all .4s ease;}
.new_digital03 .rect-9259{padding-bottom:92.592%;}
.new_digital03 .rect-4635{padding-bottom:46.35%;}
.new_digital03 .rect-3091{padding-bottom:30.91%;}
.new_digital03 .bott .box:hover .cover .con{max-height:78px;}

.new_digital03 .bott .box .more_box{width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:flex; justify-content:center; align-items:center; overflow:hidden;}
.new_digital03 .bott .box .more_box .gm{width:180px; height:180px; display:flex; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); padding:10px; transition:all 0.4s;}
.new_digital03 .bott .box .more_box .gm svg{width:100%; height:100%; animation:txtRun 10s linear forwards infinite; opacity:.6;}
.new_digital03 .bott .box .more_box:hover .gm{transform:translate(-50%, -50%) scale(0.9);}
.new_digital03 .bott .box .more_box .txts{display:flex; position:relative;}
.new_digital03 .bott .box .more_box .txts span{line-height:26px; font-size:20px; color:#fff;}
.new_digital03 .bott .box .more_box .txts i{position:absolute; left:calc(100% + 6px); top:-10px; width:10px; height:10px; display:flex; justify-content:center; align-items:center; overflow:hidden;}
img[onload^="SVGInject("]{visibility:hidden;}
@keyframes txtRun {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.new_digital04{padding:80px 0; background:#f7f7f7; overflow:hidden; margin-bottom:80px; display:none;}
.new_digital04 .top .t_right{font-size:0; padding-top:30px; text-align:right;}
.new_digital04 .top .t_right .tab_t{display:inline-block; padding:0 2.4%; border:1px solid #cdcdcd; border-radius:25px; margin-right:10px; cursor:pointer;}
.new_digital04 .top .t_right .tab_t:last-child{margin-right:0;}
.new_digital04 .top .t_right .tab_t span{display:inline-block; position:relative; font-size:16px; line-height:50px; color:#888888;}
.new_digital04 .top .t_right .tab_t.cur{background:#fd5d08; border-color:#fd5d08;}
.new_digital04 .top .t_right .tab_t.cur span{color:#fff;}
.new_digital04 .bott{margin-top:55px;}
.new_digital04 .bott .cont{width:1010px; margin:0 auto;}
.new_digital04 .bott .swiper-container{overflow:visible;}
.new_digital04 .bott .swiper-slide{background:#fff; padding:40px; box-sizing:border-box; border-radius:10px; display:flex; align-items:center; justify-content:space-between;}
.new_digital04 .bott .swiper-slide .img{flex-shrink:0; width:58%;}
.new_digital04 .bott .swiper-slide .words{width:38.3%;}
.new_digital04 .bott .swiper-slide .words .tit{font-size:22px; line-height:26px; color:#000000; padding-bottom:8px; position:relative; font-weight:bold; margin-bottom:35px;}
.new_digital04 .bott .swiper-slide .words .tit::after{content:''; position:absolute; left:0; width:40px; bottom:0; height:3px; background:#fd5d08; border-radius:3px;}
.new_digital04 .bott .swiper-slide .words .con{line-height:26px;font-size:16px; color:#888888; text-align:justify;}
.new_digital04 .rect-6506{padding-bottom:65.06%;}
.new_digital04 .swiper-container-horizontal>.swiper-pagination-bullets{bottom:auto; position:relative; margin-top:60px; font-size:0;}
.new_digital04 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width:14px; height:14px; margin:0 5px; background:none; opacity:1; border:3px solid #c8c8c8; }
.new_digital04 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:#fd5d08;}

.new_digital05{margin-bottom:80px;}
.new_digital05 .top .t_right{text-align:right;}
.new_digital05 .top .t_right .more_btns{display:inline-block; font-size:0; line-height:50px; background:#fd5d08; padding:0 28px; border-radius:30px;}
.new_digital05 .top .t_right .more_btns span{display:inline-block; vertical-align:middle; font-size:16px; color:#fff; }
.new_digital05 .top .t_right .more_btns .icon{margin-left:15px; width:12px; height:12px; background:url(../img/de_new/right_jt_white.png) no-repeat center/cover;}
.new_digital05 .bott{margin-top:55px;}
.new_digital05 .bott .hd li{float:left; width:31.8%; margin-right:2.3%; margin-bottom:35px; border:1px solid #eaeaea; border-radius:10px; box-sizing:border-box;overflow:hidden; position:relative;}
.new_digital05 .bott .hd li:nth-child(3n){margin-right:0;}
.new_digital05 .bott .hd li .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); min-width:100%; min-height:100%; max-width:none; transition:all .5s ease;}
.new_digital05 .bott .hd li .words{padding:25px 5% 35px;}
.new_digital05 .bott .hd li .words .infor .t{font-size:16px; line-height:1; color:#888888; margin-bottom:12px;}
.new_digital05 .bott .hd li .words .infor .tit{font-size:22px; line-height:32px; height:64px; color:#000000; margin-bottom:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.new_digital05 .bott .hd li .words .more_btn{position:absolute; font-size:0; transition:all 0.8s; transform-origin:top center; margin-top:7px;}
.new_digital05 .bott .hd li .words .more_btn span{display:inline-block; vertical-align:middle; font-size:16px; color:#fd5d08; }
.new_digital05 .bott .hd li .words .more_btn .icon{margin-left:15px; padding:8px; background:#fd5d08; border-radius:50%;}
.new_digital05 .bott .hd li .words .more_btn .icon img{width:10px; height:10px; display:block; line-height:auto;}
.new_digital05 .bott .hd li .words .infor .con{font-size:16px; line-height:26px; color:#888888; height:52px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; padding-top:10px; border-top:1px solid #cdcdcd; background:#fff; transition:all 0.8s; transform:translateY(50%); opacity:0;}
.new_digital05 .bott .hd li:hover .img img{transform:translate(-50%,-50%) scale(1.02);}
.new_digital05 .bott .hd li:hover .words .infor .con{transform:translateY(0); opacity:1;}
.new_digital05 .bott .hd li:hover .words .more_btn{opacity:0; transform:rotateX(-90deg); z-index:-1;}

.new_digital05 .bott .bd .item01{width:31.8%; margin-right:2.3%;}
.new_digital05 .bott .bd .item .title{font-size:32px; line-height:1; color:#000000; padding-bottom:18px; position:relative;}
.new_digital05 .bott .bd .item .title::after{content:''; position:absolute; left:0; width:40px; bottom:0; height:3px; background:#fd5d08; border-radius:3px;}
.new_digital05 .bott .bd .item01 li{position:relative; border-bottom:1px solid #eaeaea; padding-left:50px;}
.new_digital05 .bott .bd .item01 li .t{font-size:22px; line-height:1; color:#000; padding:3.5% 0;}
.new_digital05 .bott .bd .item01 li .en{position:absolute; top:50%; left:0; transform:translateY(-50%); font-size:14px; line-height:1; color:#fff; padding:3px 6px 5px; border-radius:10px; background:#cdcdcd; transition:all .4s ease;}
.new_digital05 .bott .bd .item01 li:hover .t{color:#f85f1f;}
.new_digital05 .bott .bd .item01 li:hover .en{background:#f85f1f;}

.new_digital05 .bott .bd .item02{width:65.9%;}
.new_digital05 .bott .bd .item02 dd{width:48%; margin-top:18px; margin-right:4%; float:left;}
.new_digital05 .bott .bd .item02 dd.sec{margin-right:0;}
.new_digital05 .bott .bd .item02 dd .box{font-size:0;}
.new_digital05 .bott .bd .item02 dd .box .img_{width:23%; display:inline-block; vertical-align:text-top;}
.new_digital05 .bott .bd .item02 dd .box .img_ img{max-width:none; min-width:100%; width:auto;}
.new_digital05 .bott .bd .item02 dd .box .intro{display:inline-block; vertical-align:text-top; width:72%; margin-left:3%; padding-left:50px; box-sizing:border-box; position:relative;}
.new_digital05 .bott .bd .item02 dd .box .intro .en{position:absolute; top:5px; left:0; font-size:14px; line-height:1; color:#fff; padding:3px 6px 5px; border-radius:10px; background:#cdcdcd; transition:all .4s ease;}
.new_digital05 .bott .bd .item02 dd .box .intro .c{font-size:22px; line-height:32px; color:#000; max-height:96px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.new_digital05 .bott .bd .item02 dd:hover .box .intro .c{color:#f85f1f;}
.new_digital05 .bott .bd .item02 dd:hover .box .intro .en{background:#f85f1f;}
.new_digital05 .rect-5472{padding-bottom:54.72%;}

.new_digital06{padding:80px 0; background:url(../img/de_new/new_digital06_bg.jpg) no-repeat left center/cover;}
.new_digital06 .right{width:92.7%; margin:0 auto; margin-right:0;}
.new_digital06 .right ul{width:100%; display:flex; flex-wrap:wrap;}
.new_digital06 .right ul li{width:11.1%; position:relative; margin:0 -1px -1px 0;}
.new_digital06 .right ul li::before{content:''; width:100%; padding-top:100%; display:block;}
.new_digital06 .right ul li.on a{width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; box-sizing:border-box; display:flex; justify-content:center; align-items:center; border:1px solid #e5e5e5; overflow:hidden; background:#fff;}
.new_digital06 .right ul li.on a img{max-width:70%; max-height:70%; object-fit:contain; transition:all 0.8s;}
.new_digital06 .right ul li.on a:hover img{transform:scale(1.05);}
.new_digital06 .right ul li.on.more a{background:#f85f1f;}
.new_digital06 .right .more .more_box{width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:flex; justify-content:center; align-items:center; overflow:hidden;}
.new_digital06 .right .more .more_box .gm{width:86%; height:86%; display:flex; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); padding:10px; transition:all 0.4s;}
.new_digital06 .right .more .more_box .gm svg{width:100%; height:100%; animation:txtRun 10s linear forwards infinite; opacity:.6;}
.new_digital06 .right .more .more_box:hover .gm{transform:translate(-50%, -50%) scale(0.9);}
.new_digital06 .right .more .more_box .txts{display:flex; position:relative;}
.new_digital06 .right .more .more_box .txts span{line-height:26px; font-size:20px; color:#fff;}
.new_digital06 .right .more .more_box .txts i{position:absolute; left:calc(100% + 6px); top:-10px; width:10px; height:10px; display:flex; justify-content:center; align-items:center; overflow:hidden;}

/* 右侧导航 */
.right_pop{width:55px; display:none; position:fixed; right:15px; top:50%; transform:translateY(-50%); z-index:99;}
.right_pop .box1{width:55px; border-radius:40px; background:#fff; box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.06); padding:9px 7px; box-sizing:border-box;}
.right_pop .box1 a{width:100%; display:block; border-bottom:1px solid #e5e5e5; padding-bottom:9px; margin-bottom:7px; position:relative;}
.right_pop .box1 a:last-child{border-bottom:none;}
.right_pop .box1 a .icons{width:46px; height:46px; display:flex; justify-content:center; align-items:center; position:relative; margin:0 auto;}
.right_pop .box1 a .icons img{width:24px; height:24px; position:relative; z-index:2;}
.right_pop .box1 a .icons.icons1::before{content:''; width:100%; height:100%; border-radius:50%; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); background:rgba(253, 93, 8, 0.8); border:1px solid #fd5d08; animation:yuanRun 2s infinite linear;}
.right_pop .box1 a .icons.icons1::after{content:''; width:100%; height:100%; border-radius:50%; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); background:rgba(253, 93, 8, 0.8); border:1px solid #fd5d08; animation:yuanRun 2s 1s infinite linear;}
.right_pop .box1 a .txt {line-height:18px; color:#000000; text-align:center; transition:all 0.4s; font-size:14px;}
.right_pop .box1 a .icons.icons1{width:40px; height:40px; border-radius:50%; background:#fd5d08; margin:0 auto 16px;}
.right_pop .box1 a .icons.icons2 img{animation:iconRun 1.2s infinite linear;}
.right_pop .gotop{width:55px; height:55px; border-radius:50%; box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.06); display:flex; justify-content:center; align-items:center; transition:all 0.4s; background:#fff; margin-top:13px; position:relative; overflow:hidden; right:auto; top:auto;}
.right_pop .gotop img{width:24px; height:24px; position:relative; z-index:2;}
@keyframes yuanRun {
  form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@keyframes iconRun {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

/* 底部导航 */
.footer_pop{position:fixed; bottom:0; display:none; left:0; width:100%; z-index:99; overflow:hidden;}
.footer_pop .colse_btn{background:rgba(0,0,0,.3); position:absolute; right:5%; top:0; cursor:pointer; padding:10px; border-bottom-left-radius:10px; border-top-right-radius:10px;}
.footer_pop .colse_btn .iconfont{margin:0; font-size:8px; line-height:1; color:#fff; display:block; font-weight:bold;}
.footer_pop .cont{background:#f85f1f; border-radius:10px; padding:9px 20px; padding-right:30px;}
.footer_pop .cont .left{font-size:16px; line-height:40px; color:#fff;}
.footer_pop .cont .right{text-align:right;}
.footer_pop .cont .right .pop_inp{line-height:40px; background:#fff; overflow:hidden; padding:0; margin:0; font-size:14px; border:0; outline:none; border-radius:10px; padding:0 20px; width:12.7%; box-sizing:border-box; display:inline-block;}
.footer_pop .cont .right .pop_inp.pop_long{width:25.5%;}
.footer_pop .cont .right .pop_btns{line-height:40px; background:#fff; overflow:hidden; padding:0; margin:0; font-size:14px; color:#f85f1f; font-weight:bold; border:0; outline:none; border-radius:10px; padding:0 25px; display:inline-block; cursor:pointer;}


/* 案例详情 */
.pageHeader.new_digital_header{box-shadow:0 4px 7px 3px rgba(213, 218, 223, 0.43);}
.crumb.new_digital_detail{margin-top:125px; font-size:14px; color:#888888;}

.new_digital_detail01{margin-top:30px; padding-bottom:80px; background:url(../img/de_new/new_digital_detail_bg.jpg) no-repeat center/cover;}
.new_digital_detail01 .left{width:34.4%;}
.new_digital_detail01 .left .top .tips{font-size:14px; line-height:30px; color:#333333;}
.new_digital_detail01 .left .top .tips span{display:inline-block; padding:0 22px; border-radius:20px; background:#f0f0f0; border:1px solid #e6e6e6;}
.new_digital_detail01 .left .top .title{font-size:42px; color:#333333; font-weight:bold; line-height:1.2; margin:18px 0;}
.new_digital_detail01 .left .top .addr{font-size:0;}
.new_digital_detail01 .left .top .addr span{padding-left:30px; position:relative; display:inline-block; font-size:16px; line-height:26px; color:#888888;}
.new_digital_detail01 .left .top .addr span::after{content:''; position:absolute; left:0; top:3px; width:20px; height:20px; background:url(../img/de_new/new_digital01_dingwei.png) no-repeat center/cover;}

.new_digital_detail01 .left .big_num{margin-top:50px;}
.new_digital_detail01 .left .big_num li{float:left; width:32%; margin-right:1.3%; margin-bottom:30px;}
.new_digital_detail01 .left .big_num li .t{line-height:26px; font-size:16px; color:#888888; margin-bottom:10px;}
.new_digital_detail01 .left .big_num li .num_box{display:flex; align-items:flex-end;}
.new_digital_detail01 .left .big_num li .num{font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size:24px; color:#333333; line-height:1;}
.new_digital_detail01 .left .big_num li .unit{font-size:14px; line-height:20px; color:#888888; margin-left:8px;}
.new_digital_detail01 .left .big_num li:hover .num{color:#fd5d08;}

.new_digital_detail01 .left .key_words{margin-top:50px;}
.new_digital_detail01 .left .key_words span{display:inline-block; cursor:pointer; text-align:center; color:#888888; line-height:45px; font-size:16px; padding:0 10px; min-width:130px; background:#fff; border:1px solid #888888; border-radius:30px; margin-right:14px; margin-bottom:15px;}
.new_digital_detail01 .left .key_words span:hover{color:#fff; background:#fd5d08; border-color:#fd5d08;}

.new_digital_detail01 .right{width:60.5%; padding-top:35px;}
.new_digital_detail01 .right .top .words{position:relative; color:#000000; line-height:26px; font-size:16px; margin-bottom:35px; padding-left:15px;}
.new_digital_detail01 .right .top .words::after{content:''; position:absolute; left:0; top:0; height:100%; width:3px; background:#fd5d08; border-radius:3px;}

.new_digital_detail01 .right .center .top_swiper{position:relative; margin-bottom:30px;}
.new_digital_detail01 .right .center .top_swiper .bg img{width:100%;}
.new_digital_detail01 .right .center .top_swiper .swiper01{position:absolute; top:11%; left:2.9%; right:2.9%; bottom:11%;}
.new_digital_detail01 .right .center .swiper02 .swiper-slide{padding:1px; cursor:pointer; }
.new_digital_detail01 .right .center .swiper01 .swiper-slide{overflow:hidden;}
.new_digital_detail01 .right .center .swiper01 .swiper-slide img{min-width:100%; height:100%; max-width:none; position:absolute; right:0; top:0;}
.new_digital_detail01 .right .center .swiper02 .line_box{border:1px solid transparent; box-sizing:border-box; border-radius:5px; overflow:hidden;}
.new_digital_detail01 .right .center .swiper02 .swiper-slide.cur .line_box{border-color:#fd5d08;}

.new_digital_detail01 .right .center .swiper-button-prev,
.new_digital_detail01 .right .center .swiper-button-next{background:none; width:auto; height:auto; margin-top:0; transform:translateY(-50%); z-index:20; width:40px; height:40px; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,0.3); opacity:1; border-radius:50%;}
.new_digital_detail01 .right .center .iconfont{font-size:18px; color:#fff; line-height:1; margin:0; display:block;}
.new_digital_detail01 .right .center .swiper-button-prev:hover,
.new_digital_detail01 .right .center .swiper-button-next:hover{background:#fd5d08;}

.new_digital_detail01 .right .center .top_swiper{position:relative; margin-bottom:30px;}
.new_digital_detail01 .right .center .top_swiper .bg img{width:100%;}
.new_digital_detail01 .right .center .top_swiper .swiper01{position:absolute; top:11%; left:2.9%; right:2.9%; bottom:11%;}


.new_digital_detail01 .right .bott{margin-top:45px;}
.new_digital_detail01 .right .bott .tit{font-size:32px; line-height:1; color:#000000; position:relative; padding-left:15px; margin-bottom:30px;}
.new_digital_detail01 .right .bott .tit::after{content:''; position:absolute; left:0; top:0; height:100%; width:3px; background:#fd5d08; border-radius:3px;}
.new_digital_detail01 .right .bott .cont{position:relative; overflow:hidden;}
.new_digital_detail01 .right .bott .cont .bg img{width:100%;}
.new_digital_detail01 .right .bott .cont .video_box{position:absolute; top:11%; left:2.9%; right:2.9%; bottom:11%;}
.new_digital_detail01 .right .bott .cont .video_box video{object-fit:cover;}
.new_digital_detail02{margin-top:55px;}

/* 20240320 */
.new_digital07{margin-bottom:80px;}
.new_digital07 .bott{margin-top:40px;}
.new_digital07 .item a{background:#f8f8f8; border-radius:10px; overflow:hidden; display:flex; align-items:stretch;}
.new_digital07 .item a>div{width:50%; flex-shrink:0;}
.new_digital07 .item .left{display:flex; align-items:center; justify-content:center; padding:20px 4%; box-sizing:border-box;}
.new_digital07 .item .left .tit{font-size:36px; line-height:40px; color:#fd5e0a; margin-bottom:25px;}
.new_digital07 .item .left .con{color:#000000; text-align:justify; font-size:16px; line-height:26px;}
.new_digital07 .item .left .more_btns{display:inline-block; font-size:0; line-height:50px; background:#fd5d08; margin-top:35px; padding:0 28px; border-radius:30px;}
.new_digital07 .item .left .more_btns span{display:inline-block; vertical-align:middle; font-size:16px; color:#fff; }
.new_digital07 .item .left .more_btns .icon{margin-left:15px; width:12px; height:12px; background:url(../img/de_new/right_jt_white.png) no-repeat center/cover;}
.new_digital07 .item .right img{width:100%;}
.new_digital07 .item:nth-child(2n) a{flex-direction:row-reverse;}

.new_digital08{padding:80px 0 50px; background:#f7f7f7; overflow:hidden; margin-bottom:80px;}
.new_digital08 .bott{margin-top:40px; font-size:0;}
.new_digital08 .bott li{width:46.5%; margin-right:7%; margin-bottom:30px; display:inline-block; vertical-align:text-top;}
.new_digital08 .bott li:nth-child(2n){margin-right:0;}
.new_digital08 .bott li .box{display:flex; align-items:flex-start; justify-content:space-between;}
.new_digital08 .bott li .box .icon img{width:46px;}
.new_digital08 .bott li .box .words{width:calc(100% - 100px); position:relative; margin-top:8px;}
.new_digital08 .bott li .box .words::after{content:''; position:absolute; top:0; left:-25px; width:3px; height:22px; background:#fd5d08;}
.new_digital08 .bott li .box .words .tit{font-size:22px; line-height:26px; font-weight:bold; margin-bottom:12px; color:#000000;}
.new_digital08 .bott li .box .words .con{font-size:16px; line-height:26px; color:#888888; text-align:justify;}

/* 20240313 */
.digital_head .nav{width:60%}
.digital_head .header_box .wrap .nav > ul{width:63%;}

/* 2024-0314 banner重做成轮播 */
.jerei_ban{height:775px; position:relative; overflow:hidden;}
.jerei_ban .item{height:775px; position:relative; overflow:hidden;}
.jerei_ban .item .item_img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none;;}
.jerei_ban .owl-dots{position:absolute; left:0; bottom:30px; text-align:center; width:100%;}
.jerei_ban .owl-dots .owl-dot{display:inline-block; width:10px; height:10px; background:#fff; border-radius:15px; margin:0 5px; transition:0.5s ease;}
.jerei_ban .owl-dots .owl-dot.active{background:#ff6600; width:35px;}

/*20240314 解决方案导航下拉 */
.header_3d .nav > ul > li ul{border-left:0; border-bottom:0; border-right:0;}
.header_3d .nav > ul > li ul .third_ul{width:600px; left:100%; top:0; margin-left:0; height:100%; margin-top:-2px; background:#f8f8f8; opacity:0; transform:translateX(-50px); transition:0.5s ease; pointer-events:none;}
.header_3d .nav > ul > li ul .third_ul li{float:left; width:25%; text-align:center; font-size:14px; font-weight:bold; color:#333333; position:relative;}
.header_3d .nav > ul > li ul .third_ul li:after{content:''; width:1px; height:16px; background:#e2e2e2; position:absolute; right:0; top:50%; margin-top:-8px;;}
.header_3d .nav > ul > li ul .third_ul li:nth-child(4):after,
.header_3d .nav > ul > li ul .third_ul li:nth-child(7):after{display:none;}
.header_3d .nav > ul > li ul .third_ul li a:hover:after{display:none;}
.header_3d .nav > ul > li > ul > li.active .third_ul{opacity:1; transform:translateX(0); pointer-events:all;}
.header_3d .nav > ul > li > ul > li.active >a { background-color: #f9f9f9; color:#ff6600;}
.header_3d .nav > ul > li > ul > li.active >a:after { background-position: 0 0; }
.header_3d .nav > ul > li ul .sec_li02 .third_ul li{margin-top:40px;}
.index01_3d .info .item:nth-child(2) .fun li{width:25%}


/* 官网首页改版20240320 */
.about_text{font-size:16px; line-height:30px;}
.foot1 .footer_ewm{width:150px;}

.pageMain.ipart_20240320{overflow:hidden;}
.ibanner_20240320{position:relative; overflow:hidden; margin-top:90px;}
.ibanner_20240320 .xc_img{width:100%;}
.ibanner_20240320 .xc_word{position:absolute; width:100%; left:0; top:50%; transform:translateY(-50%); color:#ffffff;} 
/* width:16.3rem; */
.ibanner_20240320 .xc_word .new_xc_wrap{margin-right:7.55%; margin-left:7.55%;}
.ibanner_20240320 .xc_word .index_box{width:51.2%;}
.ibanner_20240320 .xc_word .index_box .tit{font-size:.32rem; line-height:1; letter-spacing:1px; color:#ffffff; margin-bottom:.3rem; font-weight:bold;}
.ibanner_20240320 .xc_word .index_box .con{font-size:14px; line-height:26px; letter-spacing:1px; color:#ffffff; margin-bottom:.8rem;}
.ibanner_20240320 .xc_word .index_box .icon{font-size:0;}
.ibanner_20240320 .xc_word .index_box .icon a{display:inline-block; padding:0 .26rem; line-height:.38rem; height:.38rem; border-radius:6px; color:#fc6a21; font-size:.16rem; margin-right:.12rem; transition:all .3s ease; background:#ffffff;} 
/* .ibanner_20240320 .xc_word .index_box .icon a:hover{background-color:#fc6a21; color:#ffffff;} */

.ipart_20240320 .ipart_item{padding:.8rem 0;}
/* width:14.4rem; */
.ipart_20240320 .ipart_item .newIndex_wrap{ margin-right:12.5%; margin-left:12.5%;}
.ipart_20240320 .ipart_item01{background-color:#f2f2f2; border-radius:10px;}
.ipart_20240320 .ipart_item01 .content{display:flex; align-items:center; justify-content:space-between;}
.ipart_20240320 .ipart_item01 .content .info{width:43.4%;}
.ipart_20240320 .ipart_item01 .content .right{width:56.6%;}
/* .ipart_20240320 .ipart_item01 .content .info .en{color:#888888; margin-bottom:.13rem; line-height:.26rem;}
.ipart_20240320 .ipart_item01 .content .info .cn{font-size:.42rem; line-height:1; color:#000000; margin-bottom:.35rem;}
.ipart_20240320 .ipart_item01 .content .info .cn em{color:#fd5d08;} */
.ipart_20240320 .ipart_item01 .content .info .desc{line-height:26px; color:#000000;}
.ipart_20240320 .ipart_item01 .content .info .new_Dtitle_box{margin-bottom:.35rem; position:relative; z-index:2;}
.ipart_20240320 .ipart_item01 .content .info .new_Dtitle_box .t_box{flex-wrap:nowrap; white-space:nowrap;}
.ipart_20240320 .ipart_item01 .content .info .con{line-height:26px; color:#000000;}
.ipart_20240320 .ipart_item01 .content .info .fun { overflow: hidden; margin-top: 0.2rem; }
.ipart_20240320 .ipart_item01 .content .info .fun li { float: left; width: 33.33%; margin-top: 0.2rem; -webkit-transition: all 0.6s ease 0.6s; transition: all 0.6s ease 0.6s; }
.ipart_20240320 .ipart_item01 .content .info .fun li a { display: inline-block; text-align: center; min-width: 120px; max-width: 100%; }
.ipart_20240320 .ipart_item01 .content .info .fun li a .icon { margin: 0 auto; }
.ipart_20240320 .ipart_item01 .content .info .item:nth-child(2) .fun li, .index01_3d .info .item:nth-child(3) .fun li{width:50%;}
.ipart_20240320 .ipart_item02{padding-bottom:20px;}
/* .ipart_20240320 .ipart_item02 .title_box{text-align:center; margin-bottom:.4rem;} */
.ipart_20240320 .ipart_item02 .title_box{text-align:center;}
.ipart_20240320 .ipart_item02 .title_box .title{font-weight:bold; font-size:.42rem; line-height:1; letter-spacing:2px; color:#000000; margin-bottom:.2rem;}
.ipart_20240320 .ipart_item02 .title_box .con{line-height:26px; color:#888888;}
.ipart_20240320 .ipart_item04 .szb_content .item,.ipart_20240320 .ipart_item06 .szb_content .item,.ipart_20240320 .ipart_item08 .szb_content .item{flex-direction:row-reverse;} 
.ipart_20240320 .ipart_item03,.ipart_20240320 .ipart_item04,.ipart_20240320 .ipart_item05,.ipart_20240320 .ipart_item06,.ipart_20240320 .ipart_item07,.ipart_20240320 .ipart_item08,.ipart_20240320 .ipart_item09{padding:0; margin-bottom:.4rem;}
.ipart_20240320 .ipart_item09{padding:0 0 .8rem; margin-bottom:0;}
.ipart_20240320 .szb_content .item{display:flex; align-items:center; justify-content:space-between; }
/* .ipart_20240320 .szb_content .item:nth-child(2n){flex-direction:row-reverse;} */
.ipart_20240320 .szb_content .item .infor_box{width:53.8%; border-radius:10px; overflow:hidden;}
.ipart_20240320 .szb_content .item .index_box{width:41.7%;}
.ipart_20240320 .szb_content .item .infor_box .rect-4193{padding-bottom:41.93%;}
.ipart_20240320 .szb_content .item .infor_box .bott_tit_box{display:flex; align-items:center; justify-content:flex-start; padding:.3rem; background-color:#f7f7f7;}
.ipart_20240320 .szb_content .item .infor_box .bott_tit_box .logo{display:none;}
.ipart_20240320 .szb_content .item .infor_box .bott_tit_box .logo img{width:100%;}
.ipart_20240320 .szb_content .item .infor_box .bott_tit_box .bott_tit{font-size:.22rem; line-height:1; letter-spacing:1px; color:#000000;}
.ipart_20240320 .szb_content .item .index_box .t_box{margin-left:4px; background-color:#ffffff; border-radius:10px; border:solid 1px #e4e4e4; padding:.25rem .5rem .25rem .35rem; box-sizing:border-box; width:calc(100% - 4px); margin-bottom:.3rem; position:relative;}
.ipart_20240320 .szb_content .item .index_box .t_box::before{content:''; position:absolute; top:50%; left:-4px; width:4px; height:.64rem; transform:translateY(-50%); background-color:#fc6a21;}
.ipart_20240320 .szb_content .item .index_box .t_box .tit{font-size:.32rem; font-weight:bold; line-height:1; letter-spacing:1px; color:#fd5d08; margin-bottom:.15rem;}
.ipart_20240320 .szb_content .item .index_box .t_box .con{line-height:26px; letter-spacing:1px; color:#888888;}
.ipart_20240320 .szb_content .item .index_box .bott_btn_box a{float:left; padding:0 .26rem; line-height:.38rem; height:.4rem; border-radius:6px; border:solid 1px #fc6a21; color:#fc6a21; font-size:.14rem; margin-right:.1rem; background-color:#ffffff; margin-bottom:.2rem;}
.ipart_20240320 .szb_content .item .index_box .bott_btn_box a:hover{color:#ffffff; background-color:#fc6a21;}
.ipart_20240320 .ipart_item10{padding:0; background-size:cover; background-position:center;} 
.ipart_20240320 .ipart_item10 .content{display:flex; align-items:center; justify-content:space-between; padding:.65rem 0 .6rem;}
.ipart_20240320 .ipart_item10 .content .left{width:29.2%;}
.ipart_20240320 .ipart_item10 .content .left .tit{font-size:.42rem; line-height:1; letter-spacing:2px; margin-bottom:.25rem; color:#ffffff; font-weight:bold;}
.ipart_20240320 .ipart_item10 .content .left .con{line-height:26px; letter-spacing:1px; color:#ffffff; margin-bottom:.7rem; text-align:justify;}
.ipart_20240320 .ipart_item10 .content .left .bn_box{display:inline-block;}
.ipart_20240320 .ipart_item10 .content .left .bn_box a{padding:0 .35rem; display:flex; align-items:center; justify-content:center; height:.5rem; background-color:#ffffff; border-radius:6px; border:solid 1px #fd5d08; box-sizing:border-box;}
.ipart_20240320 .ipart_item10 .content .left .bn_box a .txt{font-size:.16rem; line-height:1; letter-spacing:1px; color:#fd5d08; margin-right:.2rem;}
.ipart_20240320 .ipart_item10 .content .left .bn_box a .i{background:url(../img/ipart03_icon01.png) no-repeat center/contain; width:8px; height:15px;}
.ipart_20240320 .ipart_item10 .content .center{width:41.7%;}
.ipart_20240320 .ipart_item10 .content .center img{width:100%;}
.ipart_20240320 .ipart_item10 .content .right{width:22.7%;}
.ipart_20240320 .ipart_item10 .content .right .r_box{height:1rem; width:100%; margin-bottom:.13rem; position:relative; border-radius:10px; overflow:hidden; transition:all .5s ease;}
.ipart_20240320 .ipart_item10 .content .right .r_box .img_box img{position:absolute; height:100%; top:50%; left:50%; transform:translate(-50%, -50%); min-width:100%; max-width:none; width:auto; overflow:hidden;}  
.ipart_20240320 .ipart_item10 .content .right .r_box .img_box .new_img01{z-index:1;}
.ipart_20240320 .ipart_item10 .content .right .r_box .img_box .new_img02{z-index:2; opacity:0; visibility:hidden; transition:all .5s ease;}
.ipart_20240320 .ipart_item10 .content .right .r_box:hover .img_box .new_img02{opacity:1; visibility:visible;}
.ipart_20240320 .ipart_item10 .content .right .r_box .tit{line-height:1rem; font-size:.22rem; font-weight:bold; letter-spacing:1px; color:#fd5d08; width:100%; height:100%; position:relative; z-index:3; text-align:center;} 
.ipart_20240320 .ipart_item11{padding:.8rem 0 .45rem;}
.ipart_20240320 .ipart_item11 .top{position:relative;}
.ipart_20240320 .ipart_item11 .top .t_right{font-size:0; padding-top:45px; text-align:left;}
.ipart_20240320 .ipart_item11 .top .t_right .tab_t{display:inline-block; padding:0 3%; position:relative;}
.ipart_20240320 .ipart_item11 .top .t_right .tab_t::after{content:''; position:absolute; right:0; top:6px; height:16px; width:1px; background:#c1c1c1;}
.ipart_20240320 .ipart_item11 .top .t_right .tab_t:first-child::before{content:''; position:absolute; left:0; top:6px; height:16px; width:1px; background:#c1c1c1;}
.ipart_20240320 .ipart_item11 .top .t_right .tab_t span{display:inline-block; position:relative; font-size:16px; line-height:26px; color:#888888; padding-bottom:5px; cursor:pointer;}
.ipart_20240320 .ipart_item11 .top .t_right .tab_t span::after{content:''; position:absolute; bottom:0; height:2px; width:100%; left:0; background:#fd5d08; opacity:0;}
.ipart_20240320 .ipart_item11 .top .t_right .tab_t.cur span{color:#000;}
.ipart_20240320 .ipart_item11 .top .t_right .tab_t.cur span::after{opacity:1;}
.ipart_20240320 .ipart_item11 .bott{margin-top:.6rem; text-align:center;}
.ipart_20240320 .ipart_item11 .bott li{float:left; width:31.8%; margin-right:2.3%; margin-bottom:.35rem; text-align:left; padding-bottom:.44rem; position:relative;}
.ipart_20240320 .ipart_item11 .bott li::after{content:''; position:absolute; bottom:0; left:0; width:0; height:1px; background-color:#fd5d08; transition:all .5s ease; z-index:2;}
.ipart_20240320 .ipart_item11 .bott li::before{content:''; position:absolute; bottom:0; left:0; width:100%; height:1px; background-color:#e3e3e3; z-index:1;}
.ipart_20240320 .ipart_item11 .bott li:hover::after{width:100%;}
.ipart_20240320 .ipart_item11 .bott li:nth-child(3n){margin-right:0;}
.ipart_20240320 .ipart_item11 .bott li .img{border-radius:10px; overflow:hidden;}
.ipart_20240320 .ipart_item11 .bott li .words{margin-top:23px;}
.ipart_20240320 .ipart_item11 .bott li .words .name{font-size:22px; line-height:26px; color:#000000; margin-bottom:.2rem;}
.ipart_20240320 .ipart_item11 .bott li .words .list{font-size:0; margin-bottom:.2rem;}
.ipart_20240320 .ipart_item11 .bott li .words .list span{display:inline-block; vertical-align:text-top; font-size:16px; color:#888888; line-height:20px;}
.ipart_20240320 .ipart_item11 .bott li .words .list .sp01{margin-right:5%;}
.ipart_20240320 .ipart_item11 .bott li .words .list span div{display:inline-block; vertical-align:middle;}
.ipart_20240320 .ipart_item11 .bott li .words .list .icon{width:20px; height:20px; margin-right:10px;}
.ipart_20240320 .ipart_item11 .bott li .words .list .icon01{background:url(../img/de_new/new_digital01_dingwei.png) no-repeat center/cover;}
.ipart_20240320 .ipart_item11 .bott li .words .list .icon02{background:url(../img/de_new/new_digital01_mianji.png) no-repeat center/cover;}
.ipart_20240320 .ipart_item11 .rect-75{padding-bottom:75%;}
.ipart_20240320 .ipart_item11 .bott li .words .con{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; color:#888888; line-height:26px;}

.ipart_20240320 .ipart_item12{background-color:#f7f7f7;}
.ipart_20240320 .ipart_item12 .top{position:relative;}
.ipart_20240320 .ipart_item12 .top .t_right{position:absolute; right:0; bottom:0;}
/* .ipart_20240320 .ipart_item12 .top .new_Dtitle_box{float:left;} */
/* .ipart_20240320 .ipart_item12 .top .t_right{display:inline-block;} */
.ipart_20240320 .ipart_item12 .top .t_right a{padding:0 .35rem; display:flex; align-items:center; justify-content:center; height:.5rem; background-color:#ffffff; border-radius:6px; border:solid 1px #fd5d08; box-sizing:border-box;}
.ipart_20240320 .ipart_item12 .top .t_right a .txt{font-size:.16rem; line-height:1; letter-spacing:1px; color:#fd5d08; margin-right:.2rem;}
.ipart_20240320 .ipart_item12 .top .t_right a .i{background:url(../img/ipart03_icon01.png) no-repeat center/contain; width:8px; height:15px;}

.ipart_20240320 .ipart_item12 .bott{margin-top:55px;}
.ipart_20240320 .ipart_item12 .bott .hd li{float:left; width:31.8%; margin-right:2.3%; margin-bottom:35px; border:1px solid #eaeaea; border-radius:10px; box-sizing:border-box;overflow:hidden; position:relative;}
.ipart_20240320 .ipart_item12 .bott .hd li:nth-child(3n){margin-right:0;}
.ipart_20240320 .ipart_item12 .bott .hd li .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); min-width:100%; min-height:100%; /*max-width:none*/; transition:all .5s ease;}
.ipart_20240320 .ipart_item12 .bott .hd li .words{padding:25px 5% 35px;}
.ipart_20240320 .ipart_item12 .bott .hd li .words .infor .t{font-size:16px; line-height:1; color:#888888; margin-bottom:12px;}
.ipart_20240320 .ipart_item12 .bott .hd li .words .infor .tit{font-size:20px; line-height:30px; height:64px; color:#000000; margin-bottom:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.ipart_20240320 .ipart_item12 .bott .hd li .words .more_btn{position:absolute; font-size:0; transition:all 0.8s; transform-origin:top center; margin-top:7px;}
.ipart_20240320 .ipart_item12 .bott .hd li .words .more_btn span{display:inline-block; vertical-align:middle; font-size:16px; color:#fd5d08; }
.ipart_20240320 .ipart_item12 .bott .hd li .words .more_btn .icon{margin-left:15px; padding:8px; background:#fd5d08; border-radius:50%;}
.ipart_20240320 .ipart_item12 .bott .hd li .words .more_btn .icon img{width:10px; height:10px; display:block; line-height:auto;}
.ipart_20240320 .ipart_item12 .bott .hd li .words .infor .con{font-size:16px; line-height:26px; color:#888888; height:52px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; padding-top:10px; border-top:1px solid #cdcdcd; background:transparent; transition:all 0.8s; transform:translateY(50%); opacity:0;}
.ipart_20240320 .ipart_item12 .bott .hd li:hover .img img{transform:translate(-50%,-50%) scale(1.02);}
.ipart_20240320 .ipart_item12 .bott .hd li:hover .words .infor .con{transform:translateY(0); opacity:1;}
.ipart_20240320 .ipart_item12 .bott .hd li:hover .words .more_btn{opacity:0; transform:rotateX(-90deg); z-index:-1;}
.ipart_20240320 .ipart_item12 .bott .hd li:hover .words .infor .tit{color:#fd5d08;}
.ipart_20240320 .ipart_item12 .bott .bd .item01{width:31.8%; margin-right:2.3%;}
.ipart_20240320 .ipart_item12 .bott .bd .item .title{font-size:.32rem; line-height:1; color:#000000; padding-bottom:.2rem; margin-bottom:.2rem; position:relative;}
.ipart_20240320 .ipart_item12 .bott .bd .item .title::after{content:''; position:absolute; left:0; width:.4rem; bottom:0; height:3px; background:#fd5d08; border-radius:3px;}
.ipart_20240320 .ipart_item12 .bott .bd .item01 li{position:relative; border-bottom:1px solid #eaeaea; padding-left:.5rem;}
.ipart_20240320 .ipart_item12 .bott .bd .item01 li .t{font-size:22px; line-height:1; color:#000; padding:3.5% 0;}
.ipart_20240320 .ipart_item12 .bott .bd .item01 li .en{position:absolute; top:50%; left:0; transform:translateY(-50%); font-size:14px; line-height:1; color:#fff; padding:3px 6px 5px; border-radius:10px; background:#cdcdcd; transition:all .4s ease;}
.ipart_20240320 .ipart_item12 .bott .bd .item01 li:hover .t{color:#f85f1f;}
.ipart_20240320 .ipart_item12 .bott .bd .item01 li:hover .en{background:#f85f1f;}
.ipart_20240320 .ipart_item12 .bott .bd .item02{width:65.9%;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd{width:48%; margin-bottom:18px; margin-right:4%; float:left;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd.sec{margin-right:0;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd .box{font-size:0;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd .box .img_{width:23%; display:inline-block; vertical-align:text-top;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd .box .img_ img{max-width:none; min-width:100%; width:auto;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd .box .intro{display:inline-block; vertical-align:text-top; width:72%; margin-left:3%; padding-left:50px; box-sizing:border-box; position:relative;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd .box .intro .en{position:absolute; top:5px; left:0; font-size:14px; line-height:1; color:#fff; padding:3px 6px 5px; border-radius:10px; background:#cdcdcd; transition:all .4s ease;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd .box .intro .c{font-size:22px; line-height:32px; color:#000; max-height:96px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd:hover .box .intro .c{color:#f85f1f;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd:hover .box .intro .en{background:#f85f1f;}
.ipart_20240320 .ipart_item12 .rect-5434{padding-bottom:54.34%;}
.ipart_20240320 .ipart_item13{padding:0; position:relative;}
.ipart_20240320 .ipart_item13 .img_bg img{display:block; position:relative; width:100%;}
.ipart_20240320 .ipart_item13 .content{position:absolute; width:100%; top:50%; left:0; transform:translateY(-50%);}
.ipart_20240320 .ipart_item13 .content .box{display:flex; justify-content:space-between; align-items:center;}
.ipart_20240320 .ipart_item13 .content .box .left .tit{color:#ffffff; font-size:.52rem; font-weight:bold; line-height:.6rem; margin-bottom:.2rem;}
.ipart_20240320 .ipart_item13 .content .box .left .con{font-size:.22rem; line-height:.32rem; color:#ffffff;}
.ipart_20240320 .ipart_item13 .content .box .right{position:relative; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; width:3.55rem; height:1.04rem; border-radius:10px; border:solid 1px #ffffff; -webkit-animation: nudgeMouse 1.6s linear infinite;animation: nudgeMouse 1.6s linear infinite; background:transparent; z-index:2; box-sizing:border-box; padding-left:.8rem;}  
.ipart_20240320 .ipart_item13 .content .box .right .img_box{position:absolute; left:0; transform:translate(-50%, -50%); top:50%; width:1.04rem; height:auto; z-index:1;}
.ipart_20240320 .ipart_item13 .content .box .right .img_box img{width:100%;}
.ipart_20240320 .ipart_item13 .content .box .right .tit{font-size:.22rem; line-height:.32rem; color:#ffffff;}
.ipart_20240320 .ipart_item13 .content .box .right .con{font-size:.22rem; line-height:.32rem; color:#ffffff; font-weight:bold; }

@-webkit-keyframes nudgeMouse {
	0% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	50% {
	  -webkit-transform: translateY(8px);
	  transform: translateY(8px);
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
}
@keyframes nudgeMouse {
0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.ipart_20240320 .area{position:relative;}
.ipart_20240320 .area .name_box{width:9.1%; position:absolute; box-sizing:border-box; top:.7rem; left:0;}
.ipart_20240320 .area .name_box::after{content:''; position:absolute; right:0; top:0; width:1px; height:calc(100% - 0.3rem); background:#e4e4e4; z-index:-1;}
.ipart_20240320 .area .name_box .name{font-size:14px; line-height:26px; padding-right:.35rem; color:#888888; position:relative; padding-bottom:.4rem; cursor:pointer; text-align:right;}
.ipart_20240320 .area .name_box .name::before{content:''; position:absolute; right:-3px; top:9px; width:7px; height:7px; background:#b7b7b7; border-radius:50%; z-index:1; transition:all .3s ease;}
.ipart_20240320 .area .name_box .name::after{content:''; position:absolute; right:-8.5px; top:3px; width:19px; height:19px; background:#fd5d08; border-radius:50%; z-index:-1; opacity:0; transition:all .3s ease;}
.ipart_20240320 .area .name_box .name .box{height:100%; width:1px; background:rgba(255,255,255,0); position:absolute; top:0; right:0;}
.ipart_20240320 .area .name_box .name.cur{color:#010101;}
.ipart_20240320 .area .name_box .name.cur::before{background:#fd5d08;}
.ipart_20240320 .area .name_box .name.cur::after{opacity:.3;}
.ipart_20240320 .area .name_box{display:none;}

.digitalPics .tag{display:none;}
.digitalPics .anim{margin-bottom:30px;}
.digitalPics .anim .con{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; color:#888888; font-size:14px; line-height:24px;}
.digitalPics .anim .con a{color:#3f3f3f;}
.digitalPics .title{margin-bottom:5px;}
.digitalPics .anim:hover .con a{color:#ff6600;}
.digitalPics .anim:hover .title{color:#ff6600;}
.digitalPics .title{font-weight:bold; font-size:18px;}
#case_list .title{font-weight:bold; font-size:18px;}

.pageMain .solu_wrap{margin:0 76px;}



/* 20240326 */
.ipart_20240320 .ipart_item12 .bott .bd .item01 li .t{font-size:20px;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd .box .intro .c{font-size:20px; line-height:30px;}
.ipart_20240320 .ipart_item12 .bott .bd .item02 dd .box .intro{padding-left:10px;}

/* 20240329 */
.digital_head .nav{width:70%;}
.digital_head .header_box .wrap .nav > ul{width:70%;}
.ipart_20240320 .ipart_item11 .bott li .words .con video{display:none;}
.ipart_20240320 .ipart_item11 .bott li .words .con{height:52px;}

.header_3d .tools{padding:0;}
.header_3d.fixed .tools{padding:0;}
.header_3d.fixed .tools .search{padding:15px 0;}
.header_3d.fixed .tools .h_tel{padding:10px 0;}
.header_3d .tools .h_tel{padding:20px 0; transition:0.5s ease;}
.header_3d .tools .h_tel a{display:block; line-height:25px;}
.header_3d .tools .h_tel br{display:none;}
.header_3d .tools .search{padding:25px 0; transition:0.5s ease}
.digital_head .h_tel{margin-top:13px; font-size:17px;}
.digital_head .h_tel a{display:block; line-height:25px;}


.footer_pop01{display:none;}
.new_digital_banner .ban_text1 .infor .tit{margin-bottom:20px;}
.new_digital_banner .ban_text1 .infor .con{font-size:14px; line-height:22px; width:80%;}


/* 新增解决方案页面版心调整 */
.new_szls.ipart_20240320 .ipart_item .newIndex_wrap{margin-left:5%; margin-right:5%; width:auto;}
.new_szls.ipart_20240320 .szb_content .item .infor_box .rect-4193 img{min-width:100%;}

.digitalPics .anim .con{height:48px;}


.newsDetail .channel_left .tag_box ul{font-size:0;}
.newsDetail .channel_left .tag_box ul li{display:inline-block; font-size:14px; background:#f2f2f2; color:#ec5208; line-height:32px; padding:0 10px; text-align:center; border-radius:15px; margin-right:15px;}
.newsDetail .channel_left .tag_box ul li.fir{background:transparent; padding:0; color:#333; margin-right:0;}



.new_detail{padding-top:0;}
.new_detail .title{text-align:center; font-size:40px; line-height:40px; margin-bottom:50px;}
.new_detail .title h2{font-size:40px; font-weight:normal;}
.new_detail .infor .con{font-size:16px; color:#666;}
.new_detail1{margin-top:0;}
.new_detail2 .left{width:73%;}
.new_detail2 .left .title{text-align:left; margin-bottom:20px;}
.new_detail2 .left .infor{margin-bottom:30px;}
.new_detail2 .left .li_{padding:30px 17px; box-sizing:border-box; transition:all 0.5s ease;}
.new_detail2 .left .li_ .img_{width:26.5%; margin-right:4.5%;}
.new_detail2 .left .li_ .info{width:58.5%;}
.new_detail2 .left .li_ .info .t{font-size:24px; line-height:24px; color:#000; font-weight:bold; margin-bottom:15px;}
.new_detail2 .left .li_ .info .tag{font-size:0;}
.new_detail2 .left .li_ .info .tag span{font-size:14px; display:inline-block; padding:0 10px; line-height:23px; color:#fe5820; background:#ffeee8; border-radius:5px; margin-right:10px;}
.new_detail2 .left .li_ .info .c{font-size:14px; line-height:24px; color:#252525; height:48px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-top:10px; margin-bottom:30px;}
.new_detail2 .left .li_ .info .time{font-size:14px; color:#666;}
.new_detail2 .left .li_ .info .time i{margin:0;}
.new_detail2 .left .li_:hover{box-shadow:0px 2px 6px 0px rgba(0,0,0,0.1);}
.new_detail2 .right{width:24.4%;}
.new_detail2 .right .li_{margin-bottom:50px;}
.new_detail2 .right .li_:last-child{margin-bottom:0;}
.new_detail2 .right .li_ .tit{font-size:26px; line-height:26px; color:#333;}
.new_detail2 .right .li_ .tit span{position:relative; padding-bottom:13px; margin-bottom:35px; display:block;}
.new_detail2 .right .li_ .tit span::after{content:''; width:18px; height:2px; background:#fe5820; position:absolute; left:0; bottom:0;}
.new_detail2 .right .li_ .img_{position:relative; display:block; border-radius:7px; overflow:hidden; margin-bottom:20px;}
.new_detail2 .right .li_ .img_:last-child{margin-bottom:0;}
.new_detail2 .right .li_ .img_ span{font-size:20px; color:#fff; font-weight:bold; position:absolute; left:25px; top:50%; transform:translateY(-50%); display:block; width:100%;}
.new_detail2 .right .li_ .tag{font-size:0;}
.new_detail2 .right .li_ .tag span{font-size:14px; display:inline-block; padding:0 15px; line-height:37px; color:#fe5820; background:#ffeee8; border-radius:30px; margin-right:10px; margin-bottom:15px;}
.new_detail2 .right .li_ .item{display:block; font-size:16px; color:#252525; margin-bottom:20px;}
.new_detail2 .right .li_ .item:last-child{margin-bottom:0;}
.new_detail2 .right .li_ .item .num{width:20px; height:20px; text-align:center; line-height:20px; background:#bbb; display:inline-block; color:#fff; margin-right:10px; vertical-align:middle;}
.new_detail2 .right .li_ .item .el{width:calc(100% - 35px); display:inline-block; vertical-align:middle;}
.new_detail2 .right .li_ .item.item1 .num{background:#fb4346;}
.new_detail2 .right .li_ .item.item2 .num{background:#fd7823;}
.new_detail2 .right .li_ .item.item3 .num{background:#1e78f7;}

.new_detail2 .right .li_.li3 .tit span:first-child{float:left;}
.new_detail2 .right .li_.li3 .tit span:last-child{float:right; font-size:16px; color:#666;}
.new_detail2 .right .li_.li3 .tit span:last-child::after{display:none;}
.new_detail2 .page{margin-top:30px;}



.iot02{background:#f4f6f8;}
.iot02 .content{margin-top:60px;}
.iot02 .content li{float:left; width:23.8%; margin-right:1.6%; background:#ffffff; padding:30px; box-sizing:border-box; box-shadow: -3.178px 6.237px 38px 0px rgba(0, 0, 0, 0.08);}
.iot02 .content li:last-child{margin-right:0;}
.iot02 .content li .icon_box{position:relative; width:128px; margin:0 auto; text-align:center;}
.iot02 .content li .icon_box .center_icon{position:absolute; left:50%; transform:translateX(-50%); top:29px; width:70px;}
.iot02 .content li .icon_box .circle_after{position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden;}
.iot02 .content li .icon_box .circle_point .point{position:absolute; width:9px; height:9px; border-radius:50%; background:#f5402b;}
.iot02 .content li .icon_box .circle_point .point01{left:14.6%; bottom:-2px;}
.iot02 .content li .icon_box .circle_point .point02{left:85.15%; top:18.26%;}
.iot02 .content li:hover .icon_box .circle_before{opacity:0;}
.iot02 .content li .words_box{margin-top:45px; overflow:hidden;}
.iot02 .content li .words_box .infor .t{text-align:center; transition:all 0.5s ease;}
.iot02 .content li .words_box .infor .t::after{left:50%; margin-left:-9px;}
.iot02 .content li .words_box .infor .c{font-size:16px; line-height:30px; color:#666666; height:150px; margin-top:15px; text-align:justify;}
.iot02 .content li .words_box .infor .c span{display:block;}
.iot02 .content li:hover .words_box .infor .t{color:#fb592e;}
.iot02 .content .more_btn{display:block; margin:0 auto; width:365px; border:1px solid #fe5820; font-size:0; border-radius:5px; margin-top:70px; text-align:center;}
.iot02 .content .more_btn>div{display:inline-block; vertical-align:middle;}
.iot02 .content .more_btn .img01{display:block;}
.iot02 .content .more_btn .img02{display:none;}
.iot02 .content .more_btn .tit{color:#fe5820; font-size:20px; line-height:68px; margin-left:25px;}
.iot02 .content .more_btn:hover{background:#fe5820;}
.iot02 .content .more_btn:hover .img02{display:block;}
.iot02 .content .more_btn:hover .img01{display:none;}
.iot02 .content .more_btn:hover .tit{color:#ffffff;}

.new_data2{margin:60px 0; padding:60px 0;}
.new_data2.iot02 .content li{width:31.2%; margin-right:3.2%; margin-bottom:35px;}
.new_data2.iot02 .content li.three{margin-right:0;}
.new_data2 .content li .words_box .infor .t{font-size:24px; font-weight:bold; line-height:30px; padding-bottom:10px; position:relative;}
.new_data2 .content li .words_box .infor .t::after{content:''; position:absolute; left:0; bottom:0; height:2px; width:18px; background:#fe5820; left:50%; margin-left:-9px;}


/* 新-数字中心首页 */
.new_digital_new.new_digital_banner .ban_text1{top:auto; transform:none; bottom:10.7%;}
.new_digital_new.new_digital_banner .ban_client .item::after{display:none;}
.new_digital_new.new_digital_banner .ban_client{background:url(../img/de_new/banner_cover.jpg) no-repeat center/cover;}
.new_digital_new.new_digital_banner .ban_text1 .infor .title{font-size:32px;}
.new_digital_new.new_digital_banner .ban_text1 .infor .tit{font-size:42px; font-weight:bold; margin-bottom:0;}

.new_digital_new .new_Dtitle_box .t_box{justify-content:center;}
.new_digital_new .new_Dtitle_box .t_box .blak::before{display:none;}
.new_digital_new .new_Dtitle_box .t_box .blak{margin-right:0;}

.new_digital_new01.new_digital01 .top{text-align:center;}
.new_digital_new01.new_digital01 .top .t_right{text-align:center;}
.new_digital_new01.new_digital01 .bott li{margin-bottom:30px;}
.new_digital_new01.new_digital01 .bott li .img{border-radius:0;}
.new_digital_new01.new_digital01 .bott li .words{margin-top:0; padding:22px 7% 35px; background:#f6f6f6; padding-right:4%;}
/* .new_digital_new01.new_digital01 .bott .more_btns{margin-top:40px;} */

.new_digital_new02{overflow:hidden;}
.new_digital_new02 .top{background:linear-gradient(to bottom,#f4f4f4 90%, #fff); padding-top:80px;}
.new_digital_new02 .top .tab_t_box{font-size:0; text-align:center; margin-top:40px;}
.new_digital_new02 .top .tab_t{display:inline-block; font-size:16px; transition:all .3s ease; color:#888888; border:1px solid #888888; border-radius:20px; line-height:40px; min-width:155px; padding:0 15px; margin-right:40px; box-sizing:border-box; cursor:pointer;}
.new_digital_new02 .top .tab_t:last-child{margin-right:0;}
.new_digital_new02 .top .tab_t a{display:block; transition:0s;}
.new_digital_new02 .top .tab_t.cur{background:#fd5d08; color:#fff; border-color:#fd5d08;}
.new_digital_new02 .top .tab_t.cur a{color:#fff;}
.new_digital_new02 .top .tab_t:hover{background:#fd5d08; color:#fff; border-color:#fd5d08;}
.new_digital_new02 .top .tab_t:hover a{color:#fff;}
.new_digital_new02 .top .swiper_box{position:relative; margin-top:40px;}

.new_digital_new02 .top .swiper_box .swiper-button-prev,
.new_digital_new02 .top .swiper_box .swiper-button-next{width:auto; height:auto; background:none; margin:0; transform:translateY(-50%);}
.new_digital_new02 .top .swiper_box .swiper-button-prev::after,
.new_digital_new02 .top .swiper_box .swiper-button-next::after{content:'\e65f'; font-family:'iconfont'!important; margin:0; display:block; font-size:40px; line-height:1; color:#fd5d08; font-weight:bold;}
.new_digital_new02 .top .swiper_box .swiper-button-prev::after{content:'\e660';}

.new_digital_new02 .top .swiper_box .swiper-container{width:1000px; margin:0 auto; overflow:visible;}
.new_digital_new02 .top .rect-58{padding-bottom:58%;}
.new_digital_new02 .top .swiper-slide{border-radius:20px; overflow:hidden;}
.new_digital_new02 .top .swiper-slide::after{content:''; position:absolute; left:0; width:100%; top:0; height:100%; background:rgba(0,0,0,.4);}
.new_digital_new02 .top .swiper-slide .cover_box{position:absolute; left:0; width:31.2%; top:0; height:100%; background:#fd5d08; opacity:0; visibility:hidden; transition:all .3s ease;}
.new_digital_new02 .top .swiper-slide .cover_box .words_box{position:absolute; bottom:6.8%; left:12%; width:76%; color:#fff; max-height:86%; overflow-y:auto;}
.new_digital_new02 .top .swiper-slide .cover_box .words_box::-webkit-scrollbar{width:0x; height:0;}
.new_digital_new02 .top .swiper-slide .cover_box .words_box .t{font-size:32px; line-height:40px; font-weight:bold; margin-bottom:10px;}
.new_digital_new02 .top .swiper-slide .cover_box .words_box .c{font-size:16px; line-height:26px; text-align:justify;}
.new_digital_new02 .top .swiper-slide.swiper-slide-active::after{display:none;}
.new_digital_new02 .top .swiper-slide.swiper-slide-active .cover_box{opacity:1; visibility:visible;}

.new_digital_new02 .bott{margin-top:80px; text-align:center; padding-bottom:260px; perspective:780px; overflow:hidden;}
.new_digital_new02 .bott .words{position:relative; z-index:2;}
.new_digital_new02 .bott .new_Dtitle_box .blak{font-weight:bold;}
.new_digital_new02 .bott .more_btn2{padding:10px 0;}
.new_digital_new02 .bott .more_btns{display:inline-block; font-size:0; line-height:50px; background:#fd5d08; margin-top:30px; padding:0 40px; border-radius:30px; position:relative;}
.new_digital_new02 .bott .more_btns span{display:inline-block; vertical-align:middle; font-size:16px; color:#fff; }
.new_digital_new02 .bott .more_btns .icon{margin-left:15px; width:12px; height:12px; background:url(../img/de_new/right_jt_white.png) no-repeat center/cover;}
.new_digital_new02 .bott .more_btns::after {content:''; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:100%; background:#fd5d08; opacity:0.2; border-radius:36px; transition:all 0.36s; animation:scrlo 1.6s linear infinite;}
@keyframes scrlo {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 116%;
    height: 72px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

.new_digital_new02 .bott .bg_box{position:absolute; bottom:-163px; left:0; width:100%; height:630px; overflow:hidden; transform:rotate3d(1, 0, 0, 75deg);}
.new_digital_new02 .bott .bg_box::after{content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:linear-gradient(180deg, #fff 26.00%, rgba(255, 255, 255, 0.1) 80.5%);}
.new_digital_new02 .bott .bg{display:flex; width:100%; height:100%;}
.new_digital_new02 .bott .bg .box{margin:0 5px; position:relative; width:100%; height:100%;}
.new_digital_new02 .bott .bg .box::after{content:''; position:absolute; bottom:0; left:0; width:100%; height:50px; background:#fff;}
.new_digital_new02 .bott .bg ul{position:relative; height:10000px;}
.new_digital_new02 .bott .bg li{position:relative; left:0; top:0; width:100%; animation:donghua 40s linear infinite;}
.new_digital_new02 .bott .bg li .img{width:100%; position:relative; border-radius:2px;}
.new_digital_new02 .bott .bg li .img img{width:100%; height:100%; object-fit:cover; -moz-transform-style:preserve-3d; -webkit-transform-style:preserve-3d; transform-style:preserve-3d; backface-visibility:hidden;}
.new_digital_new02 .bott .bg .li02{transform:translateY(100%);}

@keyframes donghua {
  from {
      transform: translateY(0);
  }
  to {
      transform: translateY(-100%);
  }
}

.new_digital_new03{margin-top:50px; text-align:center;}
.new_digital_new03 .content{margin-top:55px; position:relative; overflow:hidden;}
.new_digital_new03 .content .img{display:none;}
.new_digital_new03 .content .img:first-child{display:block;}
.new_digital_new03 .tab_box{position:absolute; bottom:8.6%; left:0; width:100%;}
.new_digital_new03 .tab_box .box{background:rgba(0,0,0,0.5); padding:25px 0; border-radius:20px; backdrop-filter:blur(5px); display:flex; align-items:stretch; justify-content:center;}
.new_digital_new03 .tab_box .box .tab_t{color:#fff; font-size:20px; line-height:30px; cursor:pointer; padding:0 20px; position:relative;}
.new_digital_new03 .tab_box .box .tab_t::after{content:''; position:absolute; right:0; top:5px; height:20px; width:1px; background:#fff;}
.new_digital_new03 .tab_box .box .tab_t:last-child::after{display:none;}
.new_digital_new03 .tab_box .box .tab_t span{position:relative; padding:0 30px; display:block;}
.new_digital_new03 .tab_box .box .tab_t span::after{content:''; position:absolute; bottom:-25px; left:0; width:100%; height:4px; background:#fd5d08; border-radius:2px; transition:transform .55s cubic-bezier(0.165,0.84,0.44,1); transform:scaleX(0); transform-origin:right;}

.new_digital_new03 .tab_box .box .tab_t.cur span::after{transform:scaleX(1); transform-origin:left;}

.new_digital_new04{margin-top:80px; text-align:center;}
.new_digital_new04 .content{margin-top:45px;}
.new_digital_new04 .swiper01{margin-bottom:12px;}
.new_digital_new04 .swiper01,.new_digital_new04 .swiper02{height:135px!important; overflow:hidden;}
/* 改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑,样式做了各种浏览器的兼容 */
.new_digital_new04 .content .swiper-wrapper{transition-timing-function:linear !important; -webkit-transition-timing-function:linear !important;    -moz-transition-timing-function:linear !important; -ms-transition-timing-function:linear !important; -o-transition-timing-function:linear !important; transition-timing-function:linear !important;}
.new_digital_new04 .content .swiper-slide{background:#ffffff; border:1px solid #f1f1f1; height:135px; padding:10px; box-sizing:border-box; width:135px!important;}
.new_digital_new04 .content .logo{display:flex; align-items:center; justify-content:center; height:100%;}
.new_digital_new04 .content .logo img{max-height:90%;}


.new_digital_new05{margin:80px 0; overflow:hidden;}
.new_digital_new05 .top{display:flex; align-items:flex-end; justify-content:space-between; margin-bottom:60px;}
.new_digital_new05 .top .btns_box{position:relative; font-size:0;}
.new_digital_new05 .top .btns_box>div{display:inline-block; position:relative; width:50px; height:50px; border-radius:50%; background:#ececec; margin:0; left:auto; right:auto; margin-left:8px;}
.new_digital_new05 .top .btns_box>div::after{content:'\e65f'; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-family:'iconfont'!important; margin:0; display:block; font-size:20px; line-height:1; color:#000; font-weight:bold;}
.new_digital_new05 .top .btns_box .swiper-button-prev::after{content:'\e660';}
.new_digital_new05 .top .btns_box>div:hover{background:#fd5d08;}
.new_digital_new05 .top .btns_box>div:hover::after{color:#fff;}
.new_digital_new05 .swiper-container{overflow:visible;}
.new_digital_new05 .swiper-slide{width:39.6%; margin-right:2.8%; padding-bottom:30px;}
.new_digital_new05 .swiper-slide::before{content:''; position:absolute; left:0; width:100%; bottom:0; height:1px; background:#ececec;}
.new_digital_new05 .swiper-slide::after{content:''; position:absolute; left:0; width:100%; bottom:0; height:1px; background:#fd5d08;  transition:transform .55s cubic-bezier(0.165,0.84,0.44,1); transform:scaleX(0); transform-origin:right;}
.new_digital_new05 .swiper-slide .logo{height:80px; margin-bottom:25px;}
.new_digital_new05 .swiper-slide .logo a{display:block; height:100%;}
.new_digital_new05 .swiper-slide .logo img{max-height:100%;}
.new_digital_new05 .swiper-slide .infor .tit{font-size:24px; line-height:1; font-weight:bold; color:#000; margin-bottom:20px;}
.new_digital_new05 .swiper-slide .infor .con{font-weight:lighter; font-size:16px; line-height:26px; height:104px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; color:#000; text-align:justify;}

.new_digital_new05 .swiper-slide .more_btns{display:inline-block; font-size:0; line-height:50px; background:#fff; margin-top:40px; padding:0 40px; border-radius:30px; border:1px solid #fd5d08;}
.new_digital_new05 .swiper-slide .more_btns span{display:inline-block; vertical-align:middle; font-size:16px; color:#fd5d08; }
.new_digital_new05 .swiper-slide .more_btns .icon{margin-left:15px; width:12px; height:12px; background:url(../img/de_new/right_jt_org.png) no-repeat center/cover;}
.new_digital_new05 .swiper-slide .more_btns:hover{background:#fd5d08;}
.new_digital_new05 .swiper-slide .more_btns:hover span{color:#fff;}
.new_digital_new05 .swiper-slide .more_btns:hover .icon{background:url(../img/de_new/right_jt_white.png) no-repeat center/cover;}

.new_digital_new05 .swiper-slide:hover::after{transform:scaleX(1); transform-origin:left;}


/* 20240719 多媒体互动 */
.new_subnavs{position:relative;}
.new_subnavs .container {width:100%; position:relative; left:0; top:0; z-index:11; height:93px;}
  .new_subnavs .container .box{background:#eeeeee; border-bottom:1px solid #E3E3E3;}
.new_subnavs li{display:inline-block; padding:23px 0;  line-height:50px;;}
.new_subnavs li a{display:block; font-size:20px; color:#000; padding:0 35px;}
.new_subnavs li.act a{color:#fc6c24; font-weight:bold;}
.new_subnavs li:hover a{color:#fc6c24; font-weight:bold;}
.media{padding-bottom:0;;}
.media_pt{padding:70px 0 100px;}
.media_pt .infor .tit{float:left; font-size:36px; line-height:40px; color:#000; font-weight:bold;}
.media_pt .infor .con{float:right;}
.media_pt .infor .con .more_btns{display:inline-block; font-size:0; line-height:50px; background:#fd5d08; padding:0 28px; border-radius:30px;}
.media_pt .infor .con .more_btns span{display:inline-block; vertical-align:middle; font-size:16px; color:#fff; }
.media_pt .infor .con .more_btns .icon{margin-left:15px; width:12px; height:12px; background:url(../img/de_new/right_jt_white.png) no-repeat center/cover;}
.media_pt .content{margin-top:50px; position:relative;}
.media_pt .content .rect-65{padding-bottom:65%;}
.media_pt .content .rect-45{padding-bottom:45%;}
.media_pt .content .left{width:58%; float:left;}
.media_pt .content .right{width:40%; float:right;}
.media_pt .content .right .r_top{margin-bottom:4.3%;}
.media_pt .content .cell .intro {position:absolute; width:100%; bottom:0; padding:25px 43px; font-size:20px; color:#fff; font-weight:bold; background-image:linear-gradient(to top, #000,transparent); box-sizing:border-box;}
.media_pt .content .cell img{transition:all 0.5s ease;}
.media_pt .content .cell:hover img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}
.media_pt .content .item{display:none;}
.media_pt .content .owl-item .item{display:block;}
.media_pt .content .nav_btns>div{width:46px; height:46px; z-index:2; font-size:0; cursor:pointer;  transition:all 0.5s ease; display:inline-block; position:absolute; top:50%; transform:translateY(-50%);}
.media_pt .content .nav_btns>div{display:none;}
.media_pt .content .nav_btns>div.disabled{opacity:0.3; cursor:not-allowed;}
.media_pt .content .owl-dots.disabled{display:none;}
.media_pt .content .nav_btns .owl-prev {left:-60px;background:url(../img/media_jt2.png) no-repeat center; transform:rotateY(180deg); background-size:cover;}
.media_pt .content .nav_btns .owl-next {right:-60px;background:url(../img/media_jt2.png) no-repeat center;background-size:cover;}
.media_pt .content .nav_btns .owl-prev:hover{background:url(../img/media_jt2_on.png) no-repeat center;transform:rotateY(180deg);background-size:cover;}
.media_pt .content .nav_btns .owl-next:hover{background:url(../img/media_jt2_on.png) no-repeat center;background-size:cover;}

.media_pt .content .owl-dots{text-align:center; width:100%; position:absolute; left:0; bottom:-60px;}
.media_pt .content .owl-dots .owl-dot{display:inline-block; width:31px; height:31px; line-height:31px; color:#5b5b5b; border-radius:35px; margin:0 5px; transition:0.5s ease; border:1px solid #5b5b5b; cursor:pointer;}
.media_pt .content .owl-dots .owl-dot.active{background:#fc6c24; border-color:#fc6c24; color:#fff;}
.media_pt:nth-child(odd){background:#f2f4f8;}



.gajw .gongan_wrap{width:auto; margin:0 5%;}
.gajw .gongan_wrap img{width:100%;}

.new_digital_header202407 .top_title h1{display:inline-block; font-size:22px; color:#000; margin-right:3px;}
.new_digital_header202407 .top_title>div{display:inline-block; font-size:22px; color:#fc6c24;}
.new_digital_header202407.digital_head .h_tel{margin-top:24px;}
.new_digital_header202407 .select_ico{display:none;}


/* 20240720 业务实力 */
.business.channelPage{padding-bottom:0;}
.business_pt{padding:70px 0;}
.business_pt .infor .tit{font-size:36px; color:#313131; font-weight:bold; border-bottom:1px solid #D8D8D8;}
.business_pt .infor .tit span{color:#f96b32; display:inline-block; position:relative;}
.business_pt .infor .tit span:before{content:''; width:100%; height:4px; background:#f96b32; position:absolute; left:0; bottom:-2px;}
.business_pt .infor .con {margin-top:35px; font-size:0;}
.business_pt .infor .txt{font-size:18px; line-height:34px; color:#000; font-weight:bold; margin-top:30px;}
.business_pt .infor .txt span{color:#f96b32;}
.business_pt .infor .con .cell{margin-right:70px; display:inline-block; position:relative; padding-left:46px; box-sizing:border-box; font-size:18px; line-height:32px; color:#000; font-weight:bold; margin-bottom:15px;}
.business_pt .infor .con .cell span{color:#f96b32;}
.business_pt .infor .con .cell:after{content:''; width:28px; height:27px; background:url(../img/business_ico.png) no-repeat center; background-size:cover; position:absolute; left:0; top:0;}
.business_pt .content{margin-top:55px;}
.business02{padding:70px 0; background:#f5f5f5;}
.business02{background:#f5f5f5;}
.business02 .rect-72{padding-bottom:72%; border-radius:10px;}
.business02 .content li{width:32%; float:left; margin-left:2%;}
.business02 .content li:first-child{margin-left:0;}
.business04{background:#f9f9f9;}
.business04 .content .box{white-space:nowrap; font-size:0; text-align:center;}
.business04 .content .img{border:.07rem solid #000000; border-radius:.3rem; display:inline-block; margin:0 .15rem; overflow:hidden;}
.business04 .content .img img{max-height:calc(100vh - 4.6rem);}
.business05{background:url(../img/business05.jpg) no-repeat center; background-size:cover; height:600px;}
.business05 .infor{padding-top:120px; width:42%;}
.business05 .infor .tit{font-size:36px; color:#f96b32; font-weight:bold;}
.business05 .infor .con {margin-top:35px; font-size:0;}
.business05 .infor .con .cell{margin-right:70px; display:inline-block; position:relative; padding-left:46px; box-sizing:border-box; font-size:18px; line-height:24px; color:#000; font-weight:bold; margin-bottom:25px;}
.business05 .infor .con .cell span{color:#f96b32;}
.business05 .infor .con .cell:after{content:''; width:28px; height:27px; background:url(../img/business_ico.png) no-repeat center; background-size:cover; position:absolute; left:0; top:0;}


/* 20240722 修改头部-数字中心和数字展馆的 */
.digital_head .header_box .wrap .nav > ul{width:80%;}
.digital_head.new_digital_header202407 .header_box .wrap .nav{width:auto; padding-right:260px;}
.digital_head.new_digital_header202407 .header_box .wrap .nav > ul{display:block; /*overflow:hidden;*/ width:auto}
.digital_head.new_digital_header202407 .header_box .wrap .nav > ul>li{display:inline-block; float:none; padding:0 20px;}



/* 20240723 */
.pageHeader.digital_head{margin-bottom:-88px;}
.new_digital_new02 .top .tab_t{margin-right:0.32rem; min-width:1.5rem;}

.channel_left .tag_box ul{font-size:0;}
.channel_left .tag_box ul li{display:inline-block; font-size:14px; background:#f2f2f2; color:#ec5208; line-height:32px; padding:0 10px; text-align:center; border-radius:15px; margin-right:15px;}
.channel_left .tag_box ul li.fir{background:transparent; padding:0; color:#333; margin-right:0;}

/* 20240725 */
.ipart_20240320 .ipart_item10{padding:65px 0; background-size:cover;}
.ipart_20240320 .ipart_item10 .szb_content .index_box .t_box::before{background:#fff;}
.ipart_20240320 .ipart_item10 .szb_content .item .index_box .t_box{background:transparent; border-color:rgba(255,255,255,.5);margin-bottom:.1rem; padding:20px 50px 20px 35px;}


.ipart_20240320 .ipart_item10 .szb_content .item .index_box .t_box .tit{color:#fff; font-size:0.42rem; line-height:0.5rem;}
.ipart_20240320 .ipart_item10 .szb_content .item .index_box .t_box .con{color:#fff; font-size:16px; line-height:26px; height:156px; overflow-y:auto;}
.ipart_20240320 .ipart_item10 .szb_content .item .index_box .t_box .con::-webkit-scrollbar{width:2px; height:4px; }
.ipart_20240320 .ipart_item10 .szb_content .item .index_box .t_box .con::-webkit-scrollbar-track{background-color:#ff4400;}
.ipart_20240320 .ipart_item10 .szb_content .item .index_box .t_box .con::-webkit-scrollbar-thumb{background-color:#fff;}
.ipart_20240320 .ipart_item10 .szb_content .item .index_box .bott_btn_box .txt{color:#fff; font-size:.2rem; font-weight:bold;}
.ipart_20240320 .ipart_item10 .szb_content .item .index_box .bott_btn_box a{border:1px solid rgba(255,255,255,.5); line-height:0.5rem; background:transparent; color:#fff; width:32%; margin-right:2%; box-sizing:border-box; height:.5rem; font-size:.16rem; padding:0 0.15rem; margin-bottom:0; margin-top:.1rem; text-align:center;}
.ipart_20240320 .ipart_item10 .szb_content .item .index_box .bott_btn_box a:nth-child(3n){margin-right:0;}
.ipart_20240320 .ipart_item10 .szb_content .item .infor_box .rect-4193{padding-bottom:55.3%;}









