@charset "utf-8";
/*所有页面共用样式*/
*{margin:0;padding:0;list-style-position:outside; border:0px;-webkit-overflow-scrolling: touch;vertical-align:baseline;
    background:transparent;
    -webkit-touch-callout:none;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-appearance:none;
    word-break:normal; /*只对英文起作用，以单词作为换行依据*/
    word-wrap:break-word ; /*只对英文起作用，以单词作为换行依据*/
    /*只对英文起作用，以单词作为换行wauto依据*/
}
html * {
    outline:0;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:FontAwesome,"微软雅黑","黑体",Arial;vertical-align:middle;-webkit-text-size-adjust:100%; list-style-position:outside;vertical-align:middle;font-size:1em;-webkit-overflow-scrolling: touch;}
body,html{ font-size:1em; font-family:"FontAwesome","微软雅黑","Microsoft Yahei","黑体",Arial;-webkit-font-smoothing:antialiased; background-color:#FFFFFF; margin:0;padding:0;height:100%;width:100%;-webkit-transition: margin 0.2s ease-out;-moz-transition: margin 0.2s ease-out;-khtml-transition: margin 0.2s ease-out;word-wrap:break-word;word-break:break-all;word-break:nomal;table-layout:fixed;-webkit-text-size-adjust:none; vertical-align:middle; line-height:normal; overflow-x:hidden;background:#ffffff;color:#333333;-webkit-overflow-scrolling: touch;letter-spacing:0;}
ul li {margin-left:1.8em;}
ul,li {list-style-position:outside;margin:0;padding:0;vertical-align:bottom;display:list-item;}
li {list-style:inherit !important;}
table{border-collapse:separate;border-spacing:0;}
img{ border:0px;}
a{ border:0px;}
a{blr:expression(this.onFocus=this.blur());outline:none;}
a:link{ text-decoration:none;}
a:active { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover{ text-decoration:none;}
input{ vertical-align:middle;display:inline-block;margin:0;padding:0; overflow:visible;}
input::-webkit-input-placeholder , textarea::-webkit-input-placeholder {color:#cccccc;}
/* 设置滚动条的样式 */
::-webkit-scrollbar {width:8px;height:8px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 4px rgba(0,0,0,0.0);background:nnoe; border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;} /* 滚动槽 */
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {background:#999999; border-radius:4px;/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */opacity:.5;-webkit-opacity:.5;-moz-opacity:.5;}
::-webkit-scrollbar-thumb:window-inactive {}
input[type="button"],input[type="submit"] { overflow:visible;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important;}
input[type="number"]{-moz-appearance:textfield;}
textarea{ outline:none;font-size:1em;font-family:'FontAwesome';}
iframe {z-index:1}
.noselect { /* 禁止选择 
在 IE < 10 和Opera < 15中我们需要在需要禁止选中的元素上面添加一个属性
unselectable="on"，否则可能不会生效哦~不过现代浏览器如果不是非得兼容一些老的浏览器也可以不加。
*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
/*共用样式完*/

/*字体引入*/
@font-face {
    font-family: 'Roboto-Bold';
    src:url(/static/pc/css/fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src:url(/static/pc/css/fonts/RobotoCondensed-Bold.ttf);
}
@font-face {
    font-family: 'Roboto-Light';
    src:url(/static/pc/css/fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: 'Roboto-Medium';
    src:url(/static/pc/css/fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: 'Roboto-Regular';
    src:url(/static/pc/css/fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'RobotoCondensed-Regular';
    src:url(/static/pc/css/fonts/RobotoCondensed-Regular.ttf);
}

/*字体调用*/
.font01{ font-family:'Roboto-Bold';}
.font02{ font-family:'RobotoCondensed-Bold';}
.font03{ font-family:'Roboto-Light';}
.font04{ font-family:'Roboto-Medium';}
.font05{ font-family:'Roboto-Regular';}
.font06{ font-family:'RobotoCondensed-Regular';}

/*2025年新增头部变化的CSS*/
.topbox-2025{background: none;}
.topbox-2025 .searchbox{border: 1px solid #FFFFFF;}
.topbox-2025 .searchbox input {color:#FFFFFF;}
.topbox-2025 .searchbox input.inp1::-webkit-input-placeholder {color:rgba(255,255,255,.6);}
.topbox-2025 .searchbox input.inp3::-webkit-input-placeholder {color:rgba(255,255,255,1);}
.topbox-2025 .searchbox .fr .a1 {display: none;}
.topbox-2025 .searchbox .fr .a2 {display: block;}
.topbox-2025 .borl1px1 {border-color: rgba(255,255,255,.6);color:rgba(255,255,255,.6);}
.topbox-2025 .top-logo1111111 .a1{display: block;}
.topbox-2025 .top-logo1111111 .a2{display: none;}

.topbox-2025.over{background: #FFFFFF; box-shadow:0 0 0.6em rgba(0,0,0,.3);}
.topbox-2025.over .searchbox{border: 1px solid #000000;}
.topbox-2025.over .searchbox input {color:#000000;}
.topbox-2025.over .searchbox input.inp1::-webkit-input-placeholder {color:#999999;}
.topbox-2025.over .searchbox input.inp3::-webkit-input-placeholder {color:#999999;}
.topbox-2025.over .searchbox .fr .a1 {display: block;}
.topbox-2025.over .searchbox .fr .a2 {display: none;}
.topbox-2025.over .borl1px1 {border-color: #E5E5E5;color:#000000;}
.topbox-2025.over .top-logo1111111 .a1{display: none;}
.topbox-2025.over .top-logo1111111 .a2{display: block;}

/*常用背景色*/
.bgblack {background-color:black;}
.bgwhite {background-color:white;}
.bg00 {background-color:#000000;}
.bg66 {background-color:#666666;}
.bg99 {background-color:#999999;}
.bgf2 {background-color:#f2f2f2;}
.bgf9 {background-color:#f9f9f9;}
.bgred {background-color:#D96104;}
.bgred1 {background-color:#df2037;}
.bgff66 {background-color:#ff6600;}
.bgblue {background-color:#1d82d2;}
.bge3 {background-color:#e3e3e3;}
.bgee {background-color:#EEEEEE;}
.bgcc {background-color:#CCCCCC;}
.bgfc {background-color:#FCE2B1;}
.bgd9 {background-color:#d9d9d9;}


/*专属背景色*/
.bgff7 {background-color:#ff7f00;} /*头部购物车、个人中心图标信息提示背景色*/
.bg005 {background-color:#0056b2;} /*菜单底部背景色、banner按钮颜色 004fa5*/
.bg004 {background-color:#004fa5;} /*wap页面菜单二级底色*/
.bged {background-color:#ededed;} /*菜单产品背景色*/
.bgf7f {background-color:#f7f7f7;} /*首页我们的公司背景色*/
.bgf0f {background-color:#f0f0f0;} /*首页我们的公司背景色*/
.bg202 {background-color:#20242D;} /*底部颜色*/
.bgfcf {background-color:#fcfdff;} /*搜索背景色*/
.bgf5f {background-color:#f5f8fa;} /*全球网络背景*/
.bgfaf {background-color:#fafafa;} /*输入框背景*/
.bg393 {background-color:#393e45;} /*产品黑色背景色*/
.bgf4f {background-color:#f4f7fa;} /*配套产品、相似系列标题*/
.bgedf {background-color:#edf0f2;} /*验证框底色*/
.bg131 {background-color:#131624;} /*机器人背景色*/
.bg00-05 {background-color:rgba(0,0,0,.5);} /*机器人背景色*/


.bold { font-weight:bold;}
.text05em{ font-size:0.5em;}
.text06em{ font-size:0.6em;}
.text07em{ font-size:0.7em;}
.text075em{ font-size:0.75em;}
.text08em{ font-size:0.8em;}
.text0875em{ font-size:0.875em;}
.text09em{ font-size:0.9em;}
.text10em{ font-size:1.0em;}
.text11em{ font-size:1.1em;}
.text12em{ font-size:1.2em;}
.text125em{ font-size:1.25em;}
.text13em{ font-size:1.3em;}
.text14em{ font-size:1.4em;}
.text15em{ font-size:1.5em;}
.text16em{ font-size:1.6em;}
.text17em{ font-size:1.7em;}
.text18em{ font-size:1.8em;}
.text1875em{ font-size:1.875em;}
.text19em{ font-size:1.9em;}
.text20em{ font-size:2.0em;}
.text225em{ font-size:2.25em;}
.text25em{ font-size:2.5em;}
.text26em{ font-size:2.6em;}
.text28em{ font-size:2.8em;}
.text30em{ font-size:3.0em;}
.text32em{ font-size:3.2em;}
.text34em{ font-size:3.4em;}
.text40em{ font-size:4.0em;}
.text46em{ font-size:4.6em;}
.text53em{ font-size:5.3em;}

.color0 {color:#000000;}
.color1 {color:#1d82d2;}
.color2 {color:#999999;}
.color3 {color:#333333;}
.color4 {color:#454545;}
.color5 {color:#ffffff;}
.color6 {color:#666666;}
.color7 {color:#df2037;}
.color9 {color:#999999;}
.color10 {color:#d85a00;}
.color11 {color:#03a137;}
.color12 {color:#cccccc;}
.color13 {color:#0056b3;}/*默认蓝色文字1*/
.color14 {color:#0056b2;}/*默认蓝色文字2*/
.color15 {color:#1a1a1a;}/*黑色标题文字*/
.color16 {color:#ff6a00;}/*橙色提示标识*/
.color17 {color:#bac2cd;}/*日期默认字颜色*/
.color18 {color:#c0c5ca;} /*验证框字色*/

.bor0 {border:0;}


/*首部邮件边框*/
.borl1px1 {border-left:1px solid #e5e5e5;}

/*搜索栏边框*/
.bor1px6 {border:1px solid #5a5d66;}
.bor1px1 {border:1px solid #0056b2;}
.bor1px2 {border:1px solid #e5e5e5;}
.bor1px3 {border:1px solid #666666;}
.bor1px4 {border:1px solid #d1d1d1;}
.bor1px5 {border:1px solid #ff6a00;}

/*菜单边框*/
.bot1px1 {border-bottom:1px solid #CCCCCC;}
/*页面位置边框*/
.bot1px2 {border-bottom:1px solid #e5e5e5;}
/*时间线边框*/
.bot1px3 {border-bottom:1px solid #d9d9d9;}
/*下载列表边框*/
.bot1px4 {border-bottom:2px solid #F2F2F2;}
/*事件边线*/
.borr1px1 {border-right:1px solid #e5e5e5;}
.borr1px2 {border-right:1px solid #d9d9d9;}
/*表格黑色框*/
.bot1px5 {border-bottom:2px solid #999999;}
/*wap菜单分割线*/
.bot1px6 {border-bottom:1px solid #FFFFFF;}
.bot1px7 {border-bottom:1px solid #F7F7F7;}

/*首页信息栏边框*/
.bop1px1 {border-top:1px solid #e5e5e5;}

/*搜索框外边*/
.bor_sou {border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}

/*产品内部菜单*/
.bor_nav1 {border-left:1px solid #e5e5e5; border-top:1px solid #e5e5e5; border-right:1px solid #e5e5e5;}


/*文字方向*/
.textright {text-align:right;}
.textcenter {text-align:center;}
.textleft {text-align:left;}
.iblock {display:inline-block;}

.opac002 {opacity:0.02;-moz-opacity:0.02;-webkit-opacity:0.02;filter:alpha(opacity=2);}
.opac005 {opacity:0.05;-moz-opacity:0.05;-webkit-opacity:0.05;filter:alpha(opacity=5);}
.opac01 {opacity:0.1;-moz-opacity:0.1;-webkit-opacity:0.1;filter:alpha(opacity=10);}
.opac02 {opacity:0.2;-moz-opacity:0.2;-webkit-opacity:0.2;filter:alpha(opacity=20);}
.opac03 {opacity:0.3;-moz-opacity:0.3;-webkit-opacity:0.3;filter:alpha(opacity=30);}
.opac04 {opacity:0.4;-moz-opacity:0.4;-webkit-opacity:0.4;filter:alpha(opacity=40);}
.opac05 {opacity:0.5;-moz-opacity:0.5;-webkit-opacity:0.5;filter:alpha(opacity=50);}
.opac06 {opacity:0.6;-moz-opacity:0.6;-webkit-opacity:0.6;filter:alpha(opacity=60);}
.opac07 {opacity:0.7;-moz-opacity:0.7;-webkit-opacity:0.7;filter:alpha(opacity=70);}
.opac08 {opacity:0.8;-moz-opacity:0.8;-webkit-opacity:0.8;filter:alpha(opacity=80);}
.opac09 {opacity:0.9;-moz-opacity:0.9;-webkit-opacity:0.9;filter:alpha(opacity=90);}
.opac10 {opacity:1;-moz-opacity:1;-webkit-opacity:1;filter:alpha(opacity=100);}

.rate90 {transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transform:rotate(90deg);}

.w55b {width:55%;}
.w50b {width:50%;}
.w30b {width:30%;}
.w35b {width:35%;}
.w65b {width:65%;}
.w66b {width:66%;}
.w70b {width:70%;}
.w65b-1em {width:calc(65% - 1em);}

.w60b {width:60%;}
.w38b {width:38%;}
.w40b {width:40%;}
.w425b {width:42.5%;}
.w44b {width:44%;}
.w45b {width:45%;}
.w455b {width:45.5%;}

.w25b {width:25%;}
.w75b {width:75%;}
.w74b {width:74%;}
.w73b {width:73%;}

.w20b {width:20%;}
.w80b {width:80%;}

.w96b {width:96%;}
.w94b {width:94%;}
.w93b {width:93%;}
.w92b {width:92%;}
.w90b {width:90%;}

.w10b {width:10%;}
.w90b {width:90%;}

.w3b{width: 3%;}
.w8b{width: 8%;}
.w111b {width:11.1111111%;}
.w12b {width:12%;}
.w12-5b {width:12.5%;}
.w1225b {width:12.25%;}
.w13b {width:13%;}
.w14b {width:14%;}
.w142b {width:14.28571428%;}
.w15b {width:15%;}
.w16b {width:16%;}
.w17b {width:17%;}
.w18b {width:18%;}
.w85b {width:85%;}
.w11714 {width: 11.71428571%;}
.w100b {width:100%;}
.w999b {width:99.9%;}
.w998b {width:99.8%;}
.w997b {width:99.7%;}
.w21b {width:21%;}
.w22b {width:22%;}
.w225b {width:22.5%;}
.w23b {width:23%;}
.w232b {width:23.2%;}
.w235b {width:23.5%;}
.w2364b {width:23.64%;}
.w26b {width:26%;}
.w28b {width:28%;}
.w305b {width:30.5555555%;}
.w32b {width:32%;}
.w33b {width:33.33333333%;}
.w319b {width:31.9733333%;}
.w315b {width:31.5333333%;}
.w166b {width:16.6666666%;}
.w46b {width:46%;}
.w48b {width:48%;}
.w482b {width:48.2%;}
.w49b {width:49%;}

.ml068b {margin-left:0.68%;}
.ml089b {margin-left:0.89%;}
.ml09b {margin-left:0.9%;}
.ml1b {margin-left:1%;}
.ml138b {margin-left:1.38888888%;}
.ml2b {margin-left:2%;}
.ml3b {margin-left:3%;}
.ml35b {margin-left:3.5%;}
.ml4b {margin-left:4%;}
.ml4-5b {margin-left:4.5%;}
.ml5b {margin-left:5%;}
.ml6b {margin-left:6%;}
.ml7b {margin-left:7%;}
.ml8b {margin-left:8%;}
.ml10b {margin-left:10%;}
.ml135b {margin-left:13.5%;}
.ml20b {margin-left:20%;}
.ml25b {margin-left:25%;}
.ml35bs {margin-left:35%;}
.mr068b {margin-right:0.68%;}
.mr089b {margin-right:0.89%;}
.mr09b {margin-right:0.9%;}
.mr1b {margin-right:1%;}
.mr138b {margin-right:1.38888888%;}
.mr2b {margin-right:2%;}
.mr3b {margin-right:3%;}
.mr35b {margin-right:3.5%;}
.mr4b {margin-right:4%;}
.mr4-5b {margin-right:4.5%;}
.mr5b {margin-right:5%;}
.mr7b {margin-right:7%;}
.mr10b {margin-right:10%;}
.mr135b {margin-right:13.5%;}
.mr20b {margin-right:20%;}
.mr25b {margin-right:25%;}
.mr40b {margin-right:40%;}
.ml3-3b {margin-left:3.3333333%;}
.mr3-3b {margin-right:3.3333333%;}
.ml2-5b {margin-left:2.5%;}
.mr2-5b {margin-right:2.5%;}

.ml01em {margin-left:0.1em;}
.ml02em {margin-left:0.2em;}
.ml03em {margin-left:0.3em;}
.ml04em {margin-left:0.4em;}
.ml05em {margin-left:0.5em;}
.ml06em {margin-left:0.6em;}
.ml07em {margin-left:0.7em;}
.ml08em {margin-left:0.8em;}
.ml09em {margin-left:0.9em;}
.ml10em {margin-left:1.0em;}
.ml11em {margin-left:1.1em;}
.ml12em {margin-left:1.2em;}
.ml13em {margin-left:1.3em;}
.ml14em {margin-left:1.4em;}
.ml15em {margin-left:1.5em;}
.ml16em {margin-left:1.6em;}
.ml18em {margin-left:1.8em;}
.ml19em {margin-left:1.9em;}
.ml20em {margin-left:2.0em;}
.ml25em {margin-left:2.5em;}
.ml30em {margin-left:3.0em;}
.ml325em {margin-left:3.25em;}
.ml35em {margin-left:3.5em;}
.ml40em {margin-left:4.0em;}
.ml45em {margin-left:4.5em;}
.ml68em {margin-left:6.8em;}

.mr01em {margin-right:0.1em;}
.mr02em {margin-right:0.2em;}
.mr03em {margin-right:0.3em;}
.mr04em {margin-right:0.4em;}
.mr05em {margin-right:0.5em;}
.mr06em {margin-right:0.6em;}
.mr07em {margin-right:0.7em;}
.mr08em {margin-right:0.8em;}
.mr09em {margin-right:0.9em;}
.mr10em {margin-right:1.0em;}
.mr11em {margin-right:1.1em;}
.mr12em {margin-right:1.2em;}
.mr13em {margin-right:1.3em;}
.mr14em {margin-right:1.4em;}
.mr15em {margin-right:1.5em;}
.mr16em {margin-right:1.6em;}
.mr18em {margin-right:1.8em;}
.mr20em {margin-right:2.0em;}
.mr25em {margin-right:2.5em;}
.mr28em {margin-right:2.8em;}
.mr30em {margin-right:3.0em;}
.mr325em {margin-right:3.25em;}
.mr35em {margin-right:3.5em;}
.mr40em {margin-right:4.0em;}
.mr45em {margin-right:4.5em;}

.mt2b {margin-top:2%;}
.mt3b {margin-top:3%;}
.mt4b {margin-top:4%;}
.mt4-5b {margin-top:4.5%;}
.mt5b {margin-top:5%;}
.mt008b {margin-top:0.08%;}
.mt10b {margin-top:10%;}
.mt136b {margin-top:1.36%;}
.mb2b {margin-bottom:2%;}
.mb3b {margin-bottom:3%;}
.mb4b {margin-bottom:4%;}
.mb5b {margin-bottom:5%;}
.mb10b {margin-bottom:10%;}
.mb15b {margin-bottom:15%;}
.mb136b {margin-bottom:1.36%;}

.mt1px {margin-top:1px;}
.mt01em {margin-top:0.1em;}
.mt015em {margin-top:0.15em;}
.mt013em {margin-top:0.13em;}
.mt02em {margin-top:0.2em;}
.mt025em {margin-top:0.25em;}
.mt03em {margin-top:0.3em;}
.mt04em {margin-top:0.4em;}
.mt05em {margin-top:0.5em;}
.mt055em {margin-top:0.55em;}
.mt06em {margin-top:0.6em;}
.mt07em {margin-top:0.7em;}
.mt08em {margin-top:0.8em;}
.mt09em {margin-top:0.9em;}
.mt10em {margin-top:1.0em;}
.mt105em {margin-top:1.05em;}
.mt11em {margin-top:1.1em;}
.mt12em {margin-top:1.2em;}
.mt13em {margin-top:1.3em;}
.mt135em {margin-top:1.35em;}
.mt14em {margin-top:1.4em;}
.mt15em {margin-top:1.5em;}
.mt16em {margin-top:1.6em;}
.mt17em {margin-top:1.7em;}
.mt175em {margin-top:1.75em;}
.mt18em {margin-top:1.8em;}
.mt185em {margin-top:1.85em;}
.mt19em {margin-top:1.9em;}
.mt20em {margin-top:2.0em;}
.mt202em {margin-top:2.02em;}
.mt232em {margin-top:2.32em;}
.mt25em {margin-top:2.5em;}
.mt27em {margin-top:2.7em;}
.mt28em {margin-top:2.8em;}
.mt30em {margin-top:3.0em;}
.mt34em {margin-top:3.4em;}
.mt35em {margin-top:3.5em;}
.mt375em {margin-top:3.75em;}
.mt40em {margin-top:4.0em;}
.mt46em {margin-top:4.6em;}
.mt49em {margin-top:4.9em;}
.mt50em {margin-top:5.0em;}
.mt54-sem{margin-top: 4.8em;}
.mt60em {margin-top:6.0em;}
.mb01em {margin-bottom:0.1em;}
.mb02em {margin-bottom:0.2em;}
.mb03em {margin-bottom:0.3em;}
.mb04em {margin-bottom:0.4em;}
.mb05em {margin-bottom:0.5em;}
.mb06em {margin-bottom:0.6em;}
.mb07em {margin-bottom:0.7em;}
.mb08em {margin-bottom:0.8em;}
.mb09em {margin-bottom:0.9em;}
.mb10em {margin-bottom:1.0em;}
.mb11em {margin-bottom:1.1em;}
.mb12em {margin-bottom:1.2em;}
.mb13em {margin-bottom:1.3em;}
.mb14em {margin-bottom:1.4em;}
.mb15em {margin-bottom:1.5em;}
.mb20em {margin-bottom:2.0em;}
.mb25em {margin-bottom:2.5em;}
.mb30em {margin-bottom:3.0em;}
.mb34em {margin-bottom:3.4em;}
.mb40em {margin-bottom:4.0em;}
.mb50em {margin-bottom:5.0em;}
.mb60em {margin-bottom:6.0em;}
.mb100em {margin-bottom:10.0em;}

.pt1b {padding-top:1%}
.pt2b {padding-top:2%}
.pt3b {padding-top:3%}
.pt4b {padding-top:4%}
.pt5b {padding-top:5%}
.pb1b {padding-bottom:1%}
.pb2b {padding-bottom:2%}
.pb3b {padding-bottom:3%}
.pb4b {padding-bottom:4%}
.pb5b {padding-bottom:5%}
.pr2-5b {padding-right:2.5%;}
.pl2-5b {padding-left:2.5%;}

/*间距*/
.padding0 {padding:0;}
.pt01em{ padding-top:0.1em;}
.pt02em{ padding-top:0.2em;}
.pt03em{ padding-top:0.3em;}
.pt04em{ padding-top:0.4em;}
.pt05em{ padding-top:0.5em;}
.pt06em{ padding-top:0.6em;}
.pt07em{ padding-top:0.7em;}
.pt08em{ padding-top:0.8em;}
.pt09em{ padding-top:0.9em;}
.pt10em{ padding-top:1.0em;}
.pt11em{ padding-top:1.1em;}
.pt12em{ padding-top:1.2em;}
.pt13em{ padding-top:1.3em;}
.pt14em{ padding-top:1.4em;}
.pt15em{ padding-top:1.5em;}
.pt18em{ padding-top:1.8em;}
.pt20em{ padding-top:2.0em;}
.pt22em{ padding-top:2.2em;}
.pt25em{ padding-top:2.5em;}
.pt30em{ padding-top:3.0em;}
.pt35em{ padding-top:3.5em;}
.pt36em{ padding-top:3.6em;}
.pt40em{ padding-top:4.0em;}
.pt43em{ padding-top:4.3em;}
.pt45em{ padding-top:4.5em;}
.pt49em{ padding-top:4.9em;}
.pt50em{ padding-top:5.0em;}
.pt60em{ padding-top:6.0em;}
.pt70em{ padding-top:7.0em;}

.pb1px {padding-bottom:1px;}
.pb01em {padding-bottom:0.1em;}
.pb02em {padding-bottom:0.2em;}
.pb03em {padding-bottom:0.3em;}
.pb04em {padding-bottom:0.4em;}
.pb05em {padding-bottom:0.5em;}
.pb06em {padding-bottom:0.6em;}
.pb07em {padding-bottom:0.7em;}
.pb08em {padding-bottom:0.8em;}
.pb09em {padding-bottom:0.9em;}
.pb10em {padding-bottom:1.0em;}
.pb11em {padding-bottom:1.1em;}
.pb12em {padding-bottom:1.2em;}
.pb13em {padding-bottom:1.3em;}
.pb14em {padding-bottom:1.4em;}
.pb15em {padding-bottom:1.5em;}
.pb20em {padding-bottom:2.0em;}
.pb25em {padding-bottom:2.5em;}
.pb30em {padding-bottom:3.0em;}
.pb36em {padding-bottom:3.6em;}
.pb375em {padding-bottom:3.75em;}
.pb40em {padding-bottom:4.0em;}
.pb43em {padding-bottom:4.3em;}
.pb44em {padding-bottom:4.4em;}
.pb45em {padding-bottom:4.5em;}
.pb50em {padding-bottom:5.0em;}
.pb60em {padding-bottom:6.0em;}
.pb70em {padding-bottom:7.0em;}

.pl03em {padding-left:0.3em;}
.pl04em {padding-left:0.4em;}
.pl05em {padding-left:0.5em;}
.pl06em {padding-left:0.6em;}
.pl07em {padding-left:0.7em;}

.pr03em {padding-right:0.3em;}
.pr04em {padding-right:0.4em;}
.pr05em {padding-right:0.5em;}
.pr06em {padding-right:0.6em;}
.pr07em {padding-right:0.7em;}

.pl08em {padding-left:0.8em;}
.pr08em {padding-right:0.8em;}

.pl10em {padding-left:1.0em;}
.pr10em {padding-right:1.0em;}

.pl12em {padding-left:1.2em;}
.pr12em {padding-right:1.2em;}

.pl15em {padding-left:1.5em;}
.pr15em {padding-right:1.5em;}

.pl16em {padding-left:1.6em;}
.pr16em {padding-right:1.6em;}

.pl18em {padding-left:1.8em;}
.pr18em {padding-right:1.8em;}

.pl19em {padding-left:1.9em;}
.pr19em {padding-right:1.9em;}

.pl20em {padding-left:2.0em;}
.pr20em {padding-right:2.0em;}

.pl22em {padding-left:2.2em;}
.pr22em {padding-right:2.2em;}

.pl25em {padding-left:2.5em;}
.pr25em {padding-right:2.5em;}

.pl30em {padding-left:3.0em;}
.pr30em {padding-right:3.0em;}

.pl40em {padding-left:4.0em;}
.pr40em {padding-right:4.0em;}

/* 园角 */
.brad50b {border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;overflow:hidden;}
.brad01em {border-radius:0.10em;-moz-border-radius:0.10em;-webkit-border-radius:0.10em;}
.brad02em {border-radius:0.20em;-moz-border-radius:0.20em;-webkit-border-radius:0.20em;}
.brad03em {border-radius:0.30em;-moz-border-radius:0.30em;-webkit-border-radius:0.30em;}
.brad04em {border-radius:0.40em;-moz-border-radius:0.40em;-webkit-border-radius:0.40em;}
.brad05em {border-radius:0.50em;-moz-border-radius:0.50em;-webkit-border-radius:0.50em;}
.brad06em {border-radius:0.60em;-moz-border-radius:0.60em;-webkit-border-radius:0.60em;}
.brad07em {border-radius:0.70em;-moz-border-radius:0.70em;-webkit-border-radius:0.70em;}
.brad08em {border-radius:0.80em;-moz-border-radius:0.80em;-webkit-border-radius:0.80em;}
.brad09em {border-radius:0.90em;-moz-border-radius:0.90em;-webkit-border-radius:0.90em;}
.brad10em {border-radius:1.0em;-moz-border-radius:1.0em;-webkit-border-radius:1.0em;}
.brad11em {border-radius:1.1em;-moz-border-radius:1.1em;-webkit-border-radius:1.1em;}
.brad12em {border-radius:1.2em;-moz-border-radius:1.2em;-webkit-border-radius:1.2em;}
.brad13em {border-radius:1.3em;-moz-border-radius:1.3em;-webkit-border-radius:1.3em;}
.brad14em {border-radius:1.4em;-moz-border-radius:1.4em;-webkit-border-radius:1.4em;}
.brad15em {border-radius:1.5em;-moz-border-radius:1.5em;-webkit-border-radius:1.5em;}
.brad16em {border-radius:1.4em;-moz-border-radius:1.6em;-webkit-border-radius:1.6em;}

/*上半圆角*/
.brad03em-t {border-radius:0.30em 0.30em 0 0;-moz-border-radius:0.30em 0.30em 0 0;-webkit-border-radius:0.30em 0.30em 0 0;}
/*下半圆角*/
.brad03em-d {border-radius:0 0 0.30em 0.30em;-moz-border-radius:0 0 0.30em 0.30em;-webkit-border-radius:0 0 0.30em 0.30em;}

/*半圆角*/
.brad03em-l {border-radius:0.3em 0 0 0.3em;-moz-border-radius:0.3em 0 0 0.3em;-webkit-border-radius:0.3em 0 0 0.3em;}
.brad03em-r {border-radius:0 0.3em 0.3em 0;-moz-border-radius:0 0.3em 0.3em 0;-webkit-border-radius:0 0.3em 0.3em 0;}
.brad15em-b {border-radius:1.5em 0 0 1.5em;-moz-border-radius:1.5em 0 0 1.5em;-webkit-border-radius:1.5em 0 0 1.5em;}
.brad15em-bc {border-radius:0 1.5em 1.5em 0;-moz-border-radius:0 1.5em 1.5em 0;-webkit-border-radius:0 1.5em 1.5em 0;}

/*对称半圆角*/
.brad08em-c {border-radius:0.8em 0 0.8em 0;-moz-border-radius:0.8em 0 0.8em 0;-webkit-border-radius:0.8em 0 0.8em 0;}

/*左上角一个圆角*/
.brad05em-lt {border-radius:0.5em 0 0 0;-moz-border-radius:0.5em 0 0 0;-webkit-border-radius:0.5em 0 0 0;}
.brad03em-lt {border-radius:0.30em 0 0 0;-moz-border-radius:0.30em 0 0 0;-webkit-border-radius:0.30em 0 0 0;}

/*右下角一个圆角*/
.brad08em-x {border-radius:0 0 0.8em 0;-moz-border-radius:0 0 0.8em 0;-webkit-border-radius:0 0 0.8em 0;}

.boxs-10em {box-shadow:0em 0.5em 0.9em 0.5em #e3e3e3;-moz-box-shadow:0em 0.5em 0.9em 0.5em #e3e3e3;-webkit-box-shadow:0em 0.5em 0.9em 0.5em #e3e3e3;}


.pl2b {padding-left:2%;}
.pr2b {padding-right:2%;}
.pl3b {padding-left:3%;} .pt3b {padding-top:3%;}
.pr3b {padding-right:3%;} .pb3b {padding-bottom:3%;}
.pl4b {padding-left:4%;}
.pr4b {padding-right:4%;}
.pl5b {padding-left:5%;}
.pr5b {padding-right:5%;}
.pl6b {padding-left:6%;}
.pr6b {padding-right:6%;}

.lineno {line-height:normal;}
.line09em {line-height:0.9em;}
.line095em {line-height:0.95em;}
.line10em {line-height:1.0em;}
.line11em {line-height:1.1em;}
.line12em {line-height:1.2em;}
.line13em {line-height:1.3em;}
.line14em {line-height:1.4em;}
.line15em {line-height:1.5em;}
.line16em {line-height:1.6em;}
.line17em {line-height:1.7em;}
.line18em {line-height:1.8em;}
.line19em {line-height:1.9em;}
.line20em {line-height:2.0em;}
.line21em {line-height:2.1em;}
.line22em {line-height:2.2em;}
.line23em {line-height:2.3em;}
.line24em {line-height:2.4em;}
.line25em {line-height:2.5em;}
.line26em {line-height:2.6em;}
.line27em {line-height:2.7em;}
.line28em {line-height:2.8em;}
.line29em {line-height:2.9em;}
.line30em {line-height:3.0em;}
.line31em {line-height:3.1em;}
.line32em {line-height:3.2em;}
.line33em {line-height:3.3em;}
.line34em {line-height:3.4em;}
.line35em {line-height:3.5em;}
.line37em {line-height:3.7em;}
.line375em {line-height:3.75em;}
.line38em {line-height:3.8em;}
.line40em {line-height:4.0em;}
.line4125em {line-height:4.125em;}
.line44em {line-height:4.4em;}
.line50em {line-height:5.0em;}
.line54em {line-height:5.4em;}

.fl {float:left;overflow:hidden;}
.fl0 {float:left;}
.fr {float:right;overflow:hidden;}
.clear {clear:both;overflow:hidden;display:block;}

.h100b{height: 100%;} .h80b{height: 80%;}

.h1px{height:1px;overflow:hidden;}
.h00em {height:0.0em;}.h01em {height:0.1em;}.h02em {height:0.2em;}.h03em {height:0.3em;}.h04em {height:0.4em;}
.h05em {height:0.5em;}.h06em {height:0.6em;}.h07em {height:0.7em;}.h075em {height:0.75em;}.h08em {height:0.8em;}.h09em {height:0.9em;}
.h10em {height:1.0em;}.h11em {height:1.1em;}.h12em {height:1.2em;}.h13em {height:1.3em;}.h14em {height:1.4em;}
.h15em {height:1.5em;}.h16em {height:1.6em;}.h17em {height:1.7em;}.h18em {height:1.8em;}.h19em {height:1.9em;}
.h20em {height:2.0em;}.h21em {height:2.1em;}.h22em {height:2.2em;}.h23em {height:2.3em;}.h24em {height:2.4em;}
.h25em {height:2.5em;}.h26em {height:2.6em;}.h27em {height:2.7em;}.h28em {height:2.8em;}.h29em {height:2.9em;}
.h30em {height:3.0em;}.h31em {height:3.1em;}.h32em {height:3.2em;}.h33em {height:3.3em;}.h34em {height:3.4em;}
.h35em {height:3.5em;}.h36em {height:3.6em;}.h375em {height:3.75em;}.h38em {height:3.8em;}.h40em {height:4.0em;}
.h42em {height:4.2em;}.h44em {height:4.4em;}.h45em {height:4.5em;}.h89em {height:8.9em;}.h160em {height:16.0em;}
.h48em {height:4.8em;}.h50em {height:5.0em;}.h52em {height:5.2em;}.h524em {height:5.24em;}.h54em {height:5.4em;}
.h60em {height:6.0em;}.h70em {height:7.0em;}.h84em {height:8.4em;}.h90em {height:9.0em;}.h100em {height:10.0em;}
.h150em {height:15em;}.h180em {height:18em;}.h220em {height:22em;}.h2745em{height:27.45em;}.h3125em {height:31.25em;}
.h300em {height:30.0em;}

/*产品固定高度*/
.h130em {height:13.0em;}

/*宽度*/
.minw60em{min-width: 6.0em;}
.w1px {width:1px;}.w2px {width:2px;}
.w00em {width:0.0em;}.w01em {width:0.1em;}.w02em {width:0.2em;}.w03em {width:0.3em;}.w04em {width:0.4em;}
.w05em {width:0.5em;}.w06em {width:0.6em;}.w07em {width:0.7em;}.w075em {width:0.75em;}.w08em {width:0.8em;}
.w09em {width:0.9em;}.w10em {width:1.0em;}.w11em {width:1.1em;}.w12em {width:1.2em;}.w13em {width:1.3em;}
.w14em {width:1.4em;}.w15em {width:1.5em;}.w16em {width:1.6em;}.w17em {width:1.7em;}.w18em {width:1.8em;}
.w19em {width:1.9em;}.w20em {width:2.0em;}.w21em {width:2.1em;}.w22em {width:2.2em;}.w23em {width:2.3em;}
.w24em {width:2.4em;}.w25em {width:2.5em;}.w26em {width:2.6em;}.w27em {width:2.7em;}.w28em {width:2.8em;}
.w29em {width:2.9em;}.w30em {width:3.0em;}.w31em {width:3.1em;}.w32em {width:3.2em;}.w33em {width:3.3em;}
.w34em {width:3.4em;}.w35em {width:3.5em;}.w36em {width:3.6em;}.w40em {width:4.0em;}.w42em {width:4.2em;}
.w44em {width:4.4em;}.w45em {width:4.5em;}.w50em {width:5.0em;}.w52em {width:5.2em;}.w60em {width:6.0em;}
.w80em {width:8.0em;}.w98em {width:9.8em;}.w1375em {width:13.75em;}.w240em {width:24.0em;}


/*按钮*/
.button0{ width:90%; height:2.8em;font-size:1em;line-height:2.8em;  border:0px; background-color:#ff6600;color:white;display:inline-block;text-align:center; margin:0px; margin-left:5%; margin-right:5%; padding:0px; overflow:hidden;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;}/*全屏90%按钮*/

.button1{ width:90%; height:2.8em;font-size:1em;line-height:2.8em;  border:0px; background-color:#1d82d2;color:white;display:inline-block; text-align:center; margin:0px; margin-left:5%; margin-right:5%; padding:0px; overflow:hidden;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;}/*全屏90%按钮*/

.button2{ width:90%; font-size:1em;line-height:2.8em;height:2.8em;border:0px;color:#666666;display:inline-block; text-align:center; margin:0px; margin-left:5%; margin-right:5%; padding:0px; overflow:hidden;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;}/*全屏90%按钮*/
.button2 .border {border:1px solid #e3e3e3;display:block;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;overflow:hidden;height:2.65em;background-color:#f9f9f9;line-height:2.65em;}

.button3{ width:90%; height:2.8em;font-size:1em;line-height:2.8em;  border:0px; background-color:#ffffff;color:#ff6600;display:inline-block;text-align:center; margin:0px; margin-left:5%; margin-right:5%; padding:0px; overflow:hidden;border-radius:1.5em;-moz-border-radius:1.5em;-webkit-border-radius:1.5em;}/*全屏90%按钮*/
.button3 .border{border:1px solid #ff6600;display:block;line-height:2.7em;text-align:center;}

.button4 {display:inline-block;height:2.8em;line-height:2.8em;padding:0 0.8em;background:#ff6600;color:white;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;}

.button5 {display:inline-block;height:2.8em;line-height:2.8em;padding:0 1.2em;background:#ffffff;color:#555555;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;border:1px solid #e3e3e3;}
.button6 {display:inline-block;height:2.8em;line-height:2.8em;padding:0 1.2em;background:#ffffff;color:#1C9E7F;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;border:1px solid #1C9E7F;}

.button7 {display:inline-block;height:2.5em;line-height:2.5em;padding:0 1.2em;background:#ff9900;color:white;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;text-align:center;}
.button8 {display:inline-block;height:2.5em;line-height:2.5em;padding:0 1.2em;background:#f2f2f2;color:#666666;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;text-align:center;}

.button9 {display:inline-block;height:2.5em;line-height:2.5em;padding:0 1.1em;background:#ffffff;color:#666666;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;text-align:center;border:1px solid #e3e3e3;}
.button10 {display:inline-block;height:2.5em;line-height:2.5em;padding:0 1.1em;background:#ffffff;color:#DC0003;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;text-align:center;border:1px solid #DC0003;}

.button11 {font-size:1em;line-height:2.2em;  border:0px; background-color:#ffffff;color:#1d82d2;display:inline-block;text-align:center;overflow:hidden;border-radius:0.2em;-moz-border-radius:0.2em;-webkit-border-radius:0.2em;}/*全屏90%按钮*/
.button11 .border{border:1px solid #1d82d2;display:block;line-height:2.0em;text-align:center;border-radius:0.2em;-moz-border-radius:0.2em;-webkit-border-radius:0.2em;padding:0 0.9em;float:left;}

.button12 {line-height:2.2em;font-size:1em; border:0px; background-color:#ffffff;color:#444444;display:inline-block;text-align:center;overflow:hidden;border-radius:0.2em;-moz-border-radius:0.2em;-webkit-border-radius:0.2em;}/*全屏90%按钮*/
.button12 .border{border:1px solid #666666;display:block;line-height:2.0em;text-align:center;border-radius:0.2em;-moz-border-radius:0.2em;-webkit-border-radius:0.2em;padding:0 0.9em;float:left;}

.button13 {line-height:2.2em;font-size:1em; border:0px; background-color:#ffffff;color:#df2037;display:inline-block;text-align:center;overflow:hidden;border-radius:0.2em;-moz-border-radius:0.2em;-webkit-border-radius:0.2em;}/*全屏90%按钮*/
.button13 .border{border:1px solid #df2037;display:block;line-height:2.0em;text-align:center;border-radius:0.2em;-moz-border-radius:0.2em;-webkit-border-radius:0.2em;padding:0 0.9em;float:left;}

.button_blue {display:inline-block;height:2.5em;line-height:2.5em;text-align:center;padding:0 1em;background:#1d82d2;color:white;border-radius:0.2em;-moz-border-radius:0.2em;-webkit-border-radius:0.2em;}
.button_blue1 {display:inline-block;height:2.5em;line-height:2.5em;text-align:center;padding:0 1em;background:#00978B;color:white;}

.button14 {display:inline-block;height:2.5em;line-height:2.5em;padding:0 0.8em;background:#eb0000;color:white;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;}

/*浮动*/
.pos1 , .pos_abs {position:absolute;}
.pos2 {position:relative;}
.pos3 {position:fixed;}
.right0 {right:0;}
.left0 {left:0;}
.top0{ top:0;}
.bottom0{ bottom:0;}

.right-1 {right:-1px;}

.left100{ left:100%;}
.right100{ right:100%;}
.top-19em {top:-1.9em;}
.top08 {top:0.8em;}
.top3 {top:3em;}
.top55 {top:5.5em;}

/*电话图标span标签*/
.telephone_span{ background:url(../img/telephone0.png) no-repeat right; background-size:1em; padding-right:1.2em;}

/*头部菜单*/
#header{ position:absolute; z-index:96; top:0; left:0; width:100%;right:0; height:3em; background-color:#ffffff; margin:0px; padding:0px; overflow:hidden; vertical-align:middle;}
#header.over{ background-color:inherit;}
#header .b {height:3em;position:relative;overflow:hidden;z-index:1;}
#header .bline { position:absolute;z-index:0;left:0;right:0;bottom:0;height:1px;background:#f2f2f2;}
#header .bj { position:absolute;width:100%;top:0;height:3em;z-index:0;left:0;}
#header .bj img {width:100%;height:3em;}
#header .l{ width:20%; height:3em; text-align:left; float:left;vertical-align:middle;line-height:3em;color:white;}
#header .l .city_text {display:inline-block; vertical-align:middle;padding-left:0.5em;}
#header .l .city_text font {font-size:0.8em;width:3em;float:left;line-height:3.6em;}
#header .l .city_text span {display:inline-block;margin-left:0.0em;height:3em;float:left;line-height:3em;}
#header .l .city_text span img {height:0.2em;margin-top:1.3em;}
#header .l .img{ height:1.2em; margin-left:0.5em; margin-top:0.9em; float:left;}
#header .l .fh {display:inline-block;margin-left:0.5em;}
#header .dq{ width:20%; height:3em; float:left;} /*地区选择*/
#header .dq .text{ height:3me; background:url(../img/dq_img_left_cdr0.png) no-repeat right; background-size:0.8em; font-size:0.8em; text-align:left; line-height:3.8em; color:#FFFFFF; margin-left:0.5em; padding-right:1.2em;}
#header .c{ width:60%; height:3em; font-size:1em; text-align:center; line-height:3em; color:#454545; float:left;letter-spacing:0.1em;}
#header .m{ width:60%; height:3em; float:left;}
#header .m .m_inpt{ width:72%; height:2.2em; background-color:#FFFFFF; border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px; -moz-border-radius:5px 0 0 5px; padding-left:4%; padding-right:4%; margin-top:0.4em; margin-bottom:0.4em; float:left;}
#header .m .m_inpt input{ width:100%; height:2.2em; background-color:#FFFFFF; border:0; font-size:1em; text-align:left; line-height:2.2em; color:#666666;}
#header .m .m_icon{ width:20%; height:2.2em; background-color:#FFFFFF; border-radius:0 5px 5px 0; -webkit-border-radius:0 5px 5px 0; -moz-border-radius:0 5px 5px 05px 0 0 5px; text-align:center; margin-top:0.4em; margin-bottom:0.4em; float:left;}
#header .m .m_icon img{ height:1.4em; margin-top:0.4em;}
#header .r{ width:20%; height:3em; text-align:right; float:right;color:white;}
#header .r .img{ height:1.2em; margin-right:0.9em; margin-top:0.9em; float:right;}
#header .r a{display:block;height:3em;line-height:3em;color:white;width:100%;}
#header .r a img{ height:0.9em; margin-top:01.0em;float:right;}
#header .r a font {float:right;padding-right:0.3em;padding-top:0.1em;display:inline-block;}
#header .r_s{ width:20%; height:3em; float:right;}
#header .r_s .icon{ width:45%; height:3em; text-align:right; float:left;}
#header .r_s .icon img{ height:1.4em; margin-top:0.8em;}
#header .r_s .text{ width:45%; height:auto; font-size:0.8em; text-align:left; line-height:3.8em; color:#FFFFFF; float:right;}
#header .fx .head {position:relative;width:13%;}
#header .fx .head .line {position: absolute;width:1px;overflow:hidden;background-color:#e3e3e3;top:0.50em;bottom:1em;right:0;height:1.0em;}
.search {overflow:hidden;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius: 0.3em;-moz-border-radius: 0.3em;-webkit-border-radius: 0.3em;height:2.2em;}
.search input[type="text"] {background-color:#f5f5f5;border:0;}

/*中部内容*/
#content0{position:absolute; left:0; right:0; top:3em; bottom:3em; width:100%;overflow:hidden;z-index:1;}/*头部、底部都存在，白底#FFFFFF*/
#content1{position:absolute; left:0; right:0; top:3em; bottom:0; width:100%;overflow:hidden;z-index:1;}/*头部存在、底部不存在，白底#FFFFFF*/
#content1_1{position:absolute; left:0; right:0; top:5.5em; bottom:0; width:100%;overflow:hidden;z-index:1;}/*头部存在、底部不存在，白底#FFFFFF*/
#content1_2{position:absolute; left:0; right:0; top:7.5em; bottom:0; width:100%;overflow:hidden;z-index:1;}/*头部存在、底部不存在，白底#FFFFFF*/
#content2{position:absolute; left:0; right:0; top:3em; bottom:3em; width:100%;overflow:hidden;z-index:1;}/*头部、底部都存在，灰底#F2F2F2*/
#content3{position:absolute; left:0; right:0; top:3em; bottom:0; width:100%;overflow:hidden;z-index:1;}/*头部存在、底部不存在，灰底#F2F2F2*/
#content4{position:absolute; left:0; right:0; top:0; bottom:0; width:100%;overflow:hidden;z-index:1;}/*无头部、底部，白底#FFFFFF*/
#content5{position:absolute; left:0; right:0; top:0; bottom:3em; width:100%;overflow:hidden;z-index:1;}/*无头部、底部存在，白底#FFFFFF*
.con_bg  {position:fixed;top:45%;width:50%;left:25%;right:25%;z-index:0;}
#content0 .conb , #content1 .conb , #content2 .conb , #content3 .conb , #content4 .conb {position:relative;z-index:1;}


/*隐藏滑动条*/
.overhidden{ overflow:hidden;}
.inb {display:inline-block;}

/*边框隐藏*/
.hide{ display:none;}

/* 模拟单选复选框 */
.checkbox {display:inline-block;height:1em;line-height:1em;overflow:hidden;width:1em;border:1px solid #cccccc;border-radius:0.1em;-moz-border-radius:0.1em;-webkit-border-radius:0.1em;}
.checkbox .rbox {display:inline-block;float:left;width:0.5em;height:0.5em;line-height:0.5em;overflow:hidden;float:left;margin-left:0.25em;margin-top:0.25em;border-radius:0.1em;-moz-border-radius:0.1em;-webkit-border-radius:0.1em;}
.checkbox.over {border:1px solid #ff6600;}
.checkbox.over .rbox {background:#ff6600;color:white;}

.checkbox.style1.over {border:1px solid #1d82d2;}
.checkbox.style1.over .rbox {background:#1d82d2;color:white;}

.checkbox.style2 , .checkbox.style2 .rbox {border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.checkbox.style2.over {border:1px solid #1d82d2;}
.checkbox.style2.over .rbox {background:#1d82d2;color:white;}

.checkbox.style3 {height:1.2em;line-height:1.2em;width:1.2em;}
.checkbox.style3 , .checkbox.style3 .rbox {border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.checkbox.style3 .rbox {width:0.6em;height:0.6em;line-height:0.6em;margin-left:0.3em;margin-top:0.3em;}
.checkbox.style3.over {border:1px solid #62B0B0;}
.checkbox.style3.over .rbox {background:#62B0B0;color:white;}

.checkbox.style4 {height:1.2em;line-height:1.2em;width:1.2em;}
.checkbox.style4 .rbox {width:0.6em;height:0.6em;line-height:0.6em;margin-left:0.3em;margin-top:0.3em;}
.checkbox.style4.over {border:1px solid #1d82d2;}
.checkbox.style4.over .rbox {background:#1d82d2;color:white;}

.checkbox.style5 {height:1.2em;line-height:1.2em;width:1.2em;}
.checkbox.style5 , .checkbox.style5 .rbox {border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.checkbox.style5 .rbox {width:1.2em;height:1.2em;line-height:1.2em;margin-left:0.0em;margin-top:0.0em;float:left;overflow:hidden;text-align:center;}
.checkbox.style5 img {display:none;width:0.8em;float:left;margin:0.2em;height:auto;}
.checkbox.style5.over img {display:inline-block;}
.checkbox.style5.over {background:#3c92d7;color:white;border:1px solid #3c92d7;}
.checkbox.style5.over .rbox {background:none;}

.checkbox.style6 {height:1.2em;line-height:1.2em;width:1.2em;}
.checkbox.style6 , .checkbox.style6 .rbox {border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;}
.checkbox.style6 .rbox {width:1.2em;height:1.2em;line-height:1.2em;margin-left:0.0em;margin-top:0.0em;float:left;overflow:hidden;text-align:center;}
.checkbox.style6 img {display:none;width:0.8em;float:left;margin:0.2em;height:auto;}
.checkbox.style6.over img {display:inline-block;}
.checkbox.style6.over {background:#0056b2;color:white;border:1px solid #0056b2;}
.checkbox.style6.over .rbox {background:none;}

.checkbox.style7 {height:1.2em;line-height:1.2em;width:1.2em;}
.checkbox.style7 , .checkbox.style7 .rbox {border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;}
.checkbox.style7 .rbox {width:1.2em;height:1.2em;line-height:1.2em;margin-left:0.0em;margin-top:0.0em;float:left;overflow:hidden;text-align:center;}
.checkbox.style7 img {display:none;width:0.8em;float:left;margin:0.2em;height:auto;}
.checkbox.style7.over img {display:inline-block;}
.checkbox.style7.over {background:#ff6a00;color:white;border:1px solid #ff6a00;}
.checkbox.style7.over .rbox {background:none;}



.radio {display:inline-block;height:0.8em;line-height:0.8em;overflow:hidden;width:0.8em;border:0px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;padding:0; background-color:#F2F2F2;}
.radio .rbox {display:inline-block;width:0.4em;height:0.4em;line-height:0.4em;overflow:hidden;float:left;margin-left:0.2em;margin-top:0.2em; border:0;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;font-size:1em;}
.radio.over {border:1px solid #ff6600;}
.radio.over .rbox {background:#ff6600;color:white;}

.radio.style1 {height:1.2em;line-height:1.2em;width:1.2em;}
.radio.style1 .rbox {width:1.2em;height:1.2em;line-height:1.2em;margin-left:0.0em;margin-top:0.0em;}
.radio.style1.over {border:0px;}
.radio.style1.over .rbox {background:#62B0B0;color:white;}
.radio.style1 .rbox img {display:none;width:0.6em;float:left;margin:0.3em;height:auto;}
.radio.style1.over .rbox img {display:inline-block;}

.radio.style2 {height:1em;line-height:1em;width:1em;border:1px solid #0056b2; background-color:#FFFFFF;}
.radio.style2 .rbox {width:0.6em;height:0.6em;line-height:0.6em;background:#FFFFFF;}
.radio.style2.over {border:1px solid #0056b2;}
.radio.style2.over .rbox {background:#0056b2;}


/*右上角弹出菜单*/
#right_menu{ position:fixed; z-index:9999; right:0; top:3em; width:8em; height:auto; background:url(../img/00bantoumbg_cdr0.png) repeat top; margin:0px; padding:0px; overflow:hidden;}
#right_menu .code{ width:8em; height:3em; border-bottom:1px solid #E5E5E5;}
#right_menu .code .l{ width:7em; height:3em; float:left;}
#right_menu .code .l .m{ width:2em; height:3em; text-align:center; float:left;}
#right_menu .code .l .m img{ height:1.2em; margin-top:0.9em;}
#right_menu .code .l .n{ width:5em; height:3em; font-size:0.8em; text-align:left; line-height:3.8em; color:#FFFFFF; float:left;}
#right_menu .code .r{ width:1em; height:3em; text-align:left; float:right;}
#right_menu .code .r img{ width:0.8em; height:0.8em; margin-top:1.1em;display:none;}
#right_menu .code .r img.over {display:block;}

.trt {display:block;clear:both;overflow:hidden;color:#454545;border-bottom:1px solid #f2f2f2;}
.trt.bt0{border-bottom:0;}
.trt .l {display:inline-block;float:left;width:30%;line-height:1.5em;height:1.5em;overflow:hidden;padding-top:0.9em;padding-bottom:0.9em;text-align:right;color:#666666;vertical-align:middle;}
.trt .r {display:inline-block;float:right;width:70%;line-height:1.5em;padding-top:0.90em;padding-bottom:0.90em;overflow:hidden;vertical-align:middle;}
.trt .r span , .trt .r font {display:inline-block;overflow:hidden;}

.trt .b {clear:both;overflow:hidden;border:1px solid #e5e5e5;width:90%;margin-left:4.5%;margin-right:4.5%;margin-top:0.9em;margin-bottom:0.9em;border-radius:0.3em;-moz-border-radius:0.3em;-webkit-border-radius:0.3em;}
.trt .b.bb1 {width:auto;margin-left:14.5%;margin-right:14.5%;}
.trt .b .l {width:15%;text-align:right;padding-top:0.7em;padding-bottom:0.7em;}
.trt .b .r {width:85%;text-align:left;padding-top:0.7em;padding-bottom:0.7em;}

.trt .l1 {display:inline-block;float:left;width:25%;line-height:1.5em;overflow:hidden;padding-top:0.9em;padding-bottom:0.9em;text-align:right;color:#666666;vertical-align:middle;}
.trt .c1 {display:inline-block;float:left;width:50%;line-height:1.5em;padding-top:0.90em;padding-bottom:0.90em;overflow:hidden;vertical-align:middle;}
.trt .r1 {display:inline-block;float:right;width:25%;line-height:1.5em;padding-top:0.90em;padding-bottom:0.90em;overflow:hidden;vertical-align:middle;}
.trt .r1 span , .trt .r1 font {display:inline-block;overflow:hidden;}

.trt .r.relative{ position:relative;}
.trt textarea {height: 8em; line-height: 1.8em;width: 91%;padding: 0% 3%;background: white;color: #999999;border: 0;margin: 2% 0;font-size: 1em;}
.trt .sa {display:inline-block;color:white;margin:0.2em 0% 0.2em 2%;float:left;width:30.66666666666667%;text-align:center;overflow:hidden;}
.trt .sa .ok {padding:0.3em 1%;display:block;overflow:hidden;border:1px solid white;}
.trt .sa.over .ok {border:1px solid #bf3000;margin:0px;background:white;color:#bf3000;}
.trt input[type="text"] , .trt input[type="password"] {float:left;height:1.5em;line-height: 1.5em;width:99%;border: 0;background: white;color: #454545;font-size:0.8em;}
.select {position:absolute;top:0;left:0;bottom:0;height:5em;width:100%;opacity:0;}
body select , body select[lay-ignore] {
    /* 清除默认的箭头样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加小箭头的背景图 */
    background:url('../image/leisai/more_unfold.png') no-repeat right center;
    background-size:1em;padding-right:1em;padding-left:1em;
    /*background-origin:padding-box;*/
    background-position:95% 50%;
}


/*幻灯片样式代码*/
.swipe{overflow:hidden;position:relative; width:100%; margin:0px; padding:0px;height:auto;z-index:1;}
.swipe ul{ -webkit-transition:left 800ms ease-in 0; -moz-transition:left 800ms ease-in 0; -o-transition:left 800ms ease-in 0; -ms-transition:left 800ms ease-in 0; transition:left 800ms ease-in 0; display:block; border:0px;  margin:0px; padding:0px;overflow:hidden; position:relative;z-index:0;height:auto;}
.swipe .slider {clear:both;overflow:hidden;}
.swipe ul li { width:100%;  border:0px; list-style-type: none; left:0px; margin:0px; padding:0px;overflow:hidden;height:auto;}
.swipe ul li a {display:block;overflow:hidden;}
.swipe ul li img { width:100%; border:0px; display:block;}
.swipe .pagenavi{ position:absolute;height:1em;margin-top:-1.5em;z-index:1;right:0;left:0;text-align:center;}
.swipe .pagenavi.over{ bottom:1.5em;}
.swipe .pagenavi a {height:0.3em;width:1em;overflow:hidden;background:white;opacity:0.6;border-radius:0.15em;-moz-border-radius:0.15em;-webkit-border-radius:0.15em;-khtml-border-radius:0.15em;display:inline-block;}
.swipe .pagenavi a.active {background:#white;opacity:1;}

/* 公用详情 */
.text_content {display:block;clear:both;overflow:hidden;line-height:1.7em; letter-spacing:0.1em;color:#333333;padding:3%;}
.text_content img {display:block;margin:0;padding:0;width:100%;}
.text_content .li {clear:both;margin:0;overflow:hidden;padding:0.5em 0;}
.text_content .li .y {display:inline-block;width:0.4em;background:#666666;height:0.4em;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;margin-right:0.6em;}

.End {height:2.5em;line-height:2.5em;text-align:center;color:#333333;}
.xbpic{ width:1em; height:1em; margin:0; padding:0; overflow:hidden;}

.public_text {clear:both;overflow:hidden;line-height:1.8em;color:#555555;padding:1em;}
.public_text img {width:100%;margin:0.2em 0;}
.public_content .title1 {border-bottom:1px solid #f2f2f2;}

.public_table {border:1px solid #e3e3e3;border-right:0;border-bottom:0;}
.public_table th,.public_table td {padding:0.5em;}
.public_table tr th {background:#f2f2f2;border-right:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;}
.public_table tr td {border-right:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;background:white;}
/* 表格隔行行颜色 */
/* 第一行 .public_table tr:nth-child(1) {background:#f9f9f9;} .public_table tr:nth-child(1) td {font-weight:bold;color:#555;} */
.public_table tr:nth-of-type(odd) td {background:#f9f9f9;} /* even偶数 */

.public_table1 {border:0px solid #e3e3e3;border-right:0;border-bottom:0;}
.public_table1 th,.public_table1 td {padding:1.0em;}
.public_table1 tr th {background:;border-right:0px solid #e3e3e3;border-bottom:1px solid #f2f2f2;border-top:0.0em solid #e3e3e3;}
.public_table1 tr td {border-right:0px solid #f2f2f2;border-bottom:1px solid #f2f2f2;background:white;}
/* 表格隔行行颜色 */
/* 第一行 .public_table tr:nth-child(1) {background:#f9f9f9;} .public_table tr:nth-child(1) td {font-weight:bold;color:#555;} */
.public_table1 tr:nth-of-type(odd) td {background:#f9f9f9;} /* even偶数 */

/* 公用选项卡  */
.public_menu {clear:both;overflow:hidden;height:3em;display:block;}
.public_menu .mt {display:inline-block;padding:0 0.8em;line-height:3em;height:3em;float:left;}
.public_menu .mt.over {color:#1D82D2;}
.public_menu_content {display:none;}
.public_menu_content.over {display:block;}

/* 公用办事员 */
.public_bsy {clear:both;overflow:hidden;}
.public_bsy .li {padding:1em 3%;clear:both;overflow:hidden;}
.public_bsy .li .img {width:20%;text-align:center;}
.public_bsy .li .img img {width:3em;height:3em;}
.public_bsy .li .c {width:68%;overflow:hidden;margin-left:2%;}
.public_bsy .li .icon {width:8%;}
.public_bsy.fix .li , .public_bsy .li.fix {left:0;position:fixed;z-index:99;bottom:0;background:#ecf6fe;right:0;padding:0.5em 3%;}
.public_bsy .li.fix {position: relative;z-index:0;}

.public_bsy .li1 {padding:1em 5%;clear:both;overflow:hidden;}
.public_bsy .li1.over {background:#f9f9f9;}
.public_bsy .li1 .bo {text-align:center;padding-top:0.75em;}
.public_bsy .li1 .img {text-align:center;padding:0 0.5em;}
.public_bsy .li1 .img img {width:2em;height:2em;}
.public_bsy .li1 .c {overflow:hidden;margin-left:0.0em;line-height:2.5em;}

.hot {display: inline-block;border:1px solid #e20101;color:#e20101;height:1.5em;line-height:1.5em;padding:0 0.5em;overflow:hidden;border-radius:0.85em;-moz-border-radius:0.85em;-webkit-border-radius:0.85em;}

.redd {display:inline-block;background:#DC0520;color:#DC0520;height:0.4em;width:0.4em;text-align:center;overflow:hidden;line-height:normal;margin-left:0.3em;margin-right:0.3em;margin-top:0.35em;font-size:1em;}

/* 横着的3个点点 */
.dian {font-size:1em;display:inline-block;text-align:center;overflow:hidden;height:3em;}
.dian .s {display:inline-block;height:0.5em;width:0.5em;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;margin-left:0.20em;margin-right:0.20em;overflow:hidden;background:#1d82d2;float:left;margin-top:1.25em;}
.dian .s.s2 {background:#4a9bdb;}
.dian .s.s3 {background:#a5cded;}
.redD {display:inline-block;font-size:1em;height:0.4em;width:0.4em;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background:#D0070A;}


/* 右边菜单弹出 */
.RightMenu {display:none;z-index:999;position:fixed;left:0;right:0;bottom:0;top:0;}
.RightMenu .b {position:relative;z-index:1;top:2.5em;float:right;overflow:hidden;width:35%;float:right;margin-right:0.5em;}
.RightMenu .b .sj {position:relative;z-index:1;width:0;height:0;content:"";border-width:0.0em 0.0em 0.5em 0.5em;border-style:solid;border-color:#ffffff transparent;z-index:0;float:right;margin-right:2em;}
.RightMenu .b .bb {position:relative;z-index:0;margin-top:0.0em;background:white;box-shadow:0 0 0.0em #000;}
.RightMenu .b .bb .li {border-bottom:1px solid #e3e3e3;height:2.8em;line-height:2.8em;color:#454545;}
.RightMenu .b .bb .li .icon {height:1.0em;margin-right:0.4em;margin-left:1.0em;}
.RightMenu .bj {position:absolute;z-index:0;background-color:black;top:0;left:0;right:0;bottom:0;opacity:0.5;-moz-opacity:0.5;-webkit-opacity:0.5;}

.pub_jg {height:0.6em;background:#f2f2f2;width:100%;z-index:0;}

.suser {height:3.2em;width:100%;overflow-x:scroll;background:#f9f9f9;}
.suser .b {height:3em;overflow:hidden;}

.input {display:block;border:1px solid #e3e3e3;overflow:hidden;}
.input input {height:1.1em;overflow:hidden;line-height:1.1em;width:90%;padding:0.70em 5%;border:0;background:none;float:left;font-size:1em;}

/* 高亮关键词 */
.gjz {display:inline-block;background:yellow;color:#000000;padding:0 0.2em 0 0.25em;}

.onof {display:inline-block;line-height:2.5em;border-radius:1.25em;-moz-border-radius:1.25em;-webkit-border-radius:1.25em;width:95%;}
.onof font {display:inline-block;overflow:hidden;}
.onof .to {height:2.2em;line-height:2.14em;width:49%;text-align:center;border:1px solid #e3e3e3;}
.onof .to.le {border-radius:1.25em 0 0 1.25em;-moz-border-radius:1.25em 0 0 1.25em;-webkit-border-radius:1.25em 0 0 1.25em;border-right:0;}
.onof .to.ri {border-radius:0 1.25em 1.25em 0;-moz-border-radius:0 1.25em 1.25em 0;-webkit-border-radius:0 1.25em 1.25em 0;border-left:0;}
.onof .to.over {background:#1d82d2;color:white;border:1px solid #1d82d2;}

.zindex98 {z-index:98;}
.zindex99 {z-index:99;}
.zindex100 {z-index:100;}
.zindex99999 {z-index:99999;}
.zindex100000 {z-index:100000;}

.textword {white-space:normal;word-break:break-all;}
.ovh {overflow:hidden;}
.ovhi {overflow:inherit;}
.ovhy {overflow-y:hidden;}
.ovhx {overflow-x:hidden;}
.hand {cursor:hand;cursor:pointer;}
.boxs-c-05em {box-shadow:0 0 0.5em #cccccc;}
.boxs-c-10em {box-shadow:0 0 1.0em #cccccc;}
.boxs-9-10em {box-shadow:0 0 1.0em #999999;}
.boxs-fa-15em {box-shadow:0 0.5em 1.5em #ffa39b;}
.boxs-88-15em {box-shadow:0 0.5em 1.5em #888888;}
.boxs-c-15em {box-shadow:0 0 1.5em #cccccc;}
.boxs-c-15em1 {box-shadow:0 0 1.5em #FBB3B4;}
.boxs-e3-05em {box-shadow:0 0 0.5em #e3e3e3;}
.boxs-f0-10em {box-shadow:0 0 1.5em #dddddd;}
.boxs-6-05em {box-shadow:0 0 0.3em #bbbbbb;}

.boxsin-f0-10em {box-shadow:inset 0.5em 0px 1em -0.5em #e3e3e3;}

.boxsin-tb-10em {box-shadow:inset 0px -1em 1em -0.2em #000000,inset 0px 1em 1em -0.2em #000000;}

.texts-e3-05em {text-shadow:0 0 0.5em #e3e3e3;}

/*解决方案 垂直投影*/

.boxs-cz1-05em{box-shadow:0 1em 1em -0.6em rgba(20,52,95,0.2); -webkit-box-shadow:0 1em 1em -0.6em rgba(20,52,95,0.2); -moz-box-shadow:0 1em 1em -0.6em rgba(20,52,95,0.2); -o-box-shadow:0 1em 1em -0.6em rgba(20,52,95,0.2);}

.boxs-cz2-05em{box-shadow:0 1em 1em -0.6em rgba(20,52,95,0.1); -webkit-box-shadow:0 1em 1em -0.6em rgba(20,52,95,0.1); -moz-box-shadow:0 1em 1em -0.6em rgba(20,52,95,0.1); -o-moz-box-shadow:0 1em 1em -0.6em rgba(20,52,95,0.1);}

.boxs-of-06em {box-shadow:0.4em 0.4em 0.6em rgba(0,0,0,0.2);-webkit-box-shadow:0.4em 0.4em 0.6em rgba(0,0,0,0.2);-moz-box-shadow:0.4em 0.4em 0.6em rgba(0,0,0,0.2); -o-moz-box-shadow:0.4em 0.4em 0.6em rgba(0,0,0,0.2);}

.boxs-be-06em {box-shadow:0 0.3em 0.6em rgba(0,0,0,0.1); -webkit-box-shadow:0 0.3em 0.6em rgba(0,0,0,0.1); -moz-box-shadow:0 0.3em 0.6em rgba(0,0,0,0.1); -o-moz-box-shadow:0 0.3em 0.6em rgba(0,0,0,0.1);}

.boxs-39-05em {box-shadow:0 0 0.5em rgba(57,62,69,0.1); -webkit-box-shadow:0 0 0.5em rgba(57,62,69,0.1); -moz-box-shadow:0 0 0.5em rgba(57,62,69,0.1); -o-moz-box-shadow:0 0 0.5em rgba(57,62,69,0.1);}

/*新增*/
.w29b {width:29.33333333%;}
.w455b {width:45.5%;}

/*穿透属性*/
.pevent{pointer-events:none;}

.zindex0 {z-index:0;}
.zindex1 {z-index:1;}
.zindex2 {z-index:2;}
.zindex3 {z-index:3;}
.zindex4 {z-index:4;}

.verm {vertical-align:middle;}
.verb {vertical-align:bottom;}
.vert {vertical-align:top;}
.vertb{display:table-cell;}
.vertr{display:table;}
.disfax{display: flex;}
.boxsizing{box-sizing: border-box;}
.justcenter{ justify-content:center;align-items: center;}
.obj-down{object-fit: scale-down;}

.vcm{ margin-left:auto; margin-right:auto;}

.ml0em {margin-left:0em;}
.mr0em {margin-right:0em;}

.block {display:block;}

/*渐变CSS*/
.jb_1{background-color: #ffffff; /* 不支持线性的时候显示 */ background-image: linear-gradient(to bottom, #f3f5f8 , #ffffff); background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3f5f8), to(#ffffff));background:-moz-linear-gradient(top, #f3f5f8,#ffffff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f5f8,endColorstr=#ffffff,grandientType=0);}
.jb_2{background-color: #f5f5f5; /* 不支持线性的时候显示 */ background-image: linear-gradient(to bottom, #f5f5f5 , #fafafa); background:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#fafafa));background:-moz-linear-gradient(top, #f5f5f5,#fafafa);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5,endColorstr=#fafafa,grandientType=0);}
.jb_3{background-color: #FDF0DF; /* 不支持线性的时候显示 */ background-image: linear-gradient(to bottom right, #FDF0DF , #FEDEBD);}
.jb_4{background-color: #F7F7F7; /* 不支持线性的时候显示 */ background-image: linear-gradient(to bottom, #ececec , #f7f7f7); background:-webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f7f7f7));background:-moz-linear-gradient(top, #ececec,#f7f7f7);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ececec,endColorstr=#f7f7f7,grandientType=0);}
.jb_5{background-color: #c1daf4; /* 不支持线性的时候显示 */ background-image: linear-gradient(to bottom, #c1daf4 , #FFFFFF); background:-webkit-gradient(linear, 0 0, 0 100%, from(#c1daf4), to(#FFFFFF));background:-moz-linear-gradient(top, #c1daf4,#FFFFFF);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c1daf4,endColorstr=#FFFFFF,grandientType=0);}
.jb_6{background-color: #c1daf4; /* 不支持线性的时候显示 */ background-image: linear-gradient(to bottom left, rgba(0,0,0,.8) , rgba(0,0,0,0)); background:-webkit-gradient(linear, 0 100%, 100% 0, from(rgba(0,0,0,.8)), to(rgba(0,0,0,0)));background:-moz-linear-gradient(bottom left, rgba(0,0,0,.8),rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0,0,0,.8),endColorstr=rgba(0,0,0,0),grandientType=1);}

/*负向上距离*/
.mt-1px { margin-top:-1px;}
.mt-015em{ margin-top:-0.15em;}
.mt-03em{ margin-top:-0.3em;}
.mt-1em{ margin-top:-1em;}
.mt-11em{ margin-top:-1.1em;}
.mt-19em{ margin-top:-1.9em;}
.mt-22em{ margin-top:-2.2em;}
.mt-26em{ margin-top:-2.6em;}
.mt-3em{ margin-top:-3em;}
.mt-34em{ margin-top:-3.4em;}
.mt-375em{margin-top: -3.75em;}
.mt-42em{ margin-top:-4.2em;}
.mt-44em{ margin-top:-4.4em;}
.mt-2935em{ margin-top:-29.35em;}

/*线下负距离*/
.mb-19em{ margin-bottom:-1.9em;}

/*负向右距离*/
.mr-03em{ margin-right:-0.2em;}

/*负向左距离*/
.ml-02em{ margin-left:-0.2em;}

/*垂直三角形*/
.triangle-bottomright {width: 0; height: 0; border-bottom: 1.4em solid #62B0B0; border-left: 1.4em solid transparent;}

/*中间内容最小宽度限制*/
.cen72b {width:72%;min-width:1260px;margin-left:auto;margin-right:auto;}
.cen73b {width:73%;min-width:1260px;margin-left:auto;margin-right:auto;}
.cen74b {width:74%;min-width:1260px;margin-left:auto;margin-right:auto;}
.cen75b {width:75%;min-width:1260px;margin-left:auto;margin-right:auto;}
.cen78b {width:78%;min-width:1260px;margin-left:auto;margin-right:auto;}

/*边线半透明*/
.border05{ border:1px solid rgba(255,255,255,0.5);}
.bordert-b01{ border-top:1px solid rgba(255,255,255,0.1); border-bottom:1px solid rgba(255,255,255,0.1);}

/*选择*/
.rate180,.deg180 {transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.deg90 {transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transform:rotate(90deg);}

/*宋体*/
.fontst {font-family:"宋体";}

/*下划线*/
.textunt{text-decoration:underline;}

/*删除线*/
.textline{text-decoration:line-through;}

/*隐藏滚动条*/
.scrollhide::-webkit-scrollbar{width:0px;height:0px;}

/*左右滚动*/
.leftrightpsx{white-space:nowrap; overflow-x: auto;}

/*内容垂直居中*/
.v-center {left: 50%; top: 50%; transform: translate(-50%,-50%); } /* 垂直居中，本层必须要有上浮才行 */

/*手机端变化*/
@media screen and (max-width: 1680px) /*当屏幕尺寸小于1280px时，应用下面的CSS样式*/
{
    .text46em{font-size: 3.6em;}
    .mt54-sem{margin-top: 2.8em;}

}

/*手机端变化*/
@media screen and (max-width: 1480px) /*当屏幕尺寸小于1280px时，应用下面的CSS样式*/
{
    .text46em{font-size: 3.0em;}
    .mt54-sem{margin-top: 0.8em;}
}

/*手机端变化*/
@media screen and (max-width: 1260px) /*当屏幕尺寸小于1280px时，应用下面的CSS样式*/
{
    /* 设置滚动条的样式 */
    ::-webkit-scrollbar {width:0px;height:0px;}

    .topbox-2025{background: #FFFFFF;}

    /*中间宽度*/
    .cen72b {width:94%;min-width:auto;margin-left:auto;margin-right:auto;}
    .cen73b {width:94%;min-width:auto;margin-left:auto;margin-right:auto;}
    .cen75b {width:94%;min-width:auto;margin-left:auto;margin-right:auto;}
    .w100b_wap{width:100%;}
    .w90b_wap{width:90%;}
    .w40b_wap{width:40%;}
    .w455b_wap{width:45.5%;}
    .w50b_wap{width:50%;}
    .w6b_wap{width: 6%;}
    .w10b_wap{width: 10%;}
    .w20b_wap{width: 20%;}
    .w25b_wap{width: 25%;}
    .w30b_wap{width: 30%;}
    .w33b_wap{width:33.3333333%;}
    .w33b_wap0{width:33%;}
    .w60b_wap{width: 60%;}
    .w70b_wap{width: 70%;}
    .w75b_wap{width: 75%;}
    .w80b_wap{width: 80%;}
    .w94b_wap{width: 94%;}
    .w2125b_wap{width: 21.25%;}
    .w166b_wap{width:16.66666666%;}

    /*白色底色*/
    .bgwhite_wap {background-color:white;}
    /*宽度自适应*/
    .wauto{width: auto;}
    /*固定宽度高度*/
    .w04em_wap{width: 0.4em;}
    .h04em_wap{height: 0.4em;}

    .w05em_wap{width: 0.5em;}
    .h05em_wap{height: 0.5em;}

    .w06em_wap{width: 0.6em;}
    .h06em_wap{height: 0.6em;}

    .w08em_wap{width: 0.8em;}
    .h08em_wap{height: 0.8em;}

    .w10em_wap{width: 1.0em;}
    .h10em_wap{height: 1.0em;}

    .w11em_wap{width: 1.1em;}
    .h11em_wap{height: 1.1em;}

    .w12em_wap{width: 1.2em;}
    .h12em_wap{height: 1.2em;}

    .w14em_wap{width: 1.4em;}
    .h14em_wap{height: 1.4em;}

    .w15em_wap{width: 1.5em;}
    .h15em_wap{height: 1.5em;}

    .w16em_wap{width: 1.6em;}
    .h16em_wap{height: 1.6em;}

    .w17em_wap{width: 1.7em;}
    .h17em_wap{height: 1.7em;}

    .w20em_wap{width: 2.0em;}
    .h20em_wap{height: 2.0em;}

    .w22em_wap{width: 2.2em;}
    .h22em_wap{height: 2.2em;}

    .h24em_wap{height: 2.4em;}

    .w26em_wap{width: 2.6em;}
    .h26em_wap{height: 2.6em;}

    .h28em_wap{height: 2.8em;}

    .h32em_wap{height: 3.2em;}
    .h42em_wap{height: 4.2em;}

    .w30em_wap{width: 3.0em;}
    .h30em_wap{height: 3.0em;}

    .h36em_wap{height: 3.6em;}

    .w35em_wap{width: 3.5em;}
    .h35em_wap{height: 3.5em;}

    .w37em_wap{width: 3.7em;}
    .h37em_wap{height: 3.7em;}

    .w40em_wap{width: 4.0em;}
    .h40em_wap{height: 4.0em;}

    .w59em_wap{width: 5.9em;}
    .h59em_wap{height: 5.9em;}

    .h60em_wap{height: 7.0em;}

    .h80em_wap{height: 8.0em;}

    .h160em_wap{height: 16.0em;}

    .h140em_wap{height: 14.0em;}

    .h120em_wap{height: 12.0em;}

    .h220em_wap{height: 22.0em;}

    /*头部隐藏/显示*/
    .nav_wap1{ display: none;}
    .nav_wap7{ display: block;}

    /*头部距离修改*/
    .nav_wap2{ margin-left:3%;}
    .nav_wap2 img{ height: 1.4em; margin-top: 1em;}
    .nav_wap6{top: 4em;}
    .ml-50b{margin-left: -50%;}

    /*文字垂直间距*/
    .line12em_wap{line-height: 1.2em;}
    .line13em_wap{line-height: 1.3em;}
    .line14em_wap{line-height: 1.4em;}
    .line16em_wap{line-height: 1.6em;}
    .line18em_wap{line-height: 1.8em;}
    .line20em_wap{line-height: 2.0em;}
    .line22em_wap{line-height: 2.2em;}
    .line26em_wap{line-height: 2.6em;}
    .line30em_wap{line-height: 3.0em;}
    .line325em_wap{line-height:3.25em;}
    .line40em_wap{line-height: 4.0em;}
    .line40em_wap{line-height: 6.0em;}

    /*距离修改*/
    .mt54-sem{margin-top: 0em;}

    .ml0em_wap{margin-left: 0em;}
    .mr0em_wap{margin-right: 0em;}

    .ml03em_wap{margin-left: 0.3em;}
    .mr03em_wap{margin-right: 0.3em;}

    .mr05em_wap{ margin-right: 0.5em;}
    .ml05em_wap{ margin-left: 0.5em;}

    .mr06em_wap{ margin-right: 0.6em;}
    .ml06em_wap{ margin-left: 0.6em;}

    .mr08em_wap{ margin-right: 0.8em;}
    .ml08em_wap{ margin-left: 0.8em;}

    .ml10em_wap{margin-left: 1.0em;}
    .mr10em_wap{margin-right: 1.0em;}

    .ml125em_wap{margin-left: 1.25em;}
    .ml1488em_wap{margin-left: 1.488em;}
    .ml15em_wap{margin-left: 1.5em;}
    .ml20em_wap{margin-left: 2em;}
    .mr125em_wap{margin-right: 1.25em;}

    .ml3b_wap{ margin-left:3%;}
    .mr3b_wap{ margin-right:3%;}

    .ml5b_wap{ margin-left:5%;}
    .mr5b_wap{ margin-right:5%;}

    .mt0em_wap{ margin-top: 0em!important;}
    .mt01em_wap{ margin-top: 0.1em;}
    .mt02em_wap{ margin-top: 0.2em;}
    .mt3b_wap{margin-top: 3%;}
    .mt075b_wap{margin-top: 7.5%;}
    .mt03em_wap{ margin-top: 0.3em;}
    .mt04em_wap{margin-top: 0.4em;}
    .mt05em_wap{margin-top: 0.5em;}
    .mt06em_wap{ margin-top: 0.6em;}
    .mt07em_wap{ margin-top: 0.7em;}
    .mt08em_wap{ margin-top: 0.8em;}
    .mt10em_wap{ margin-top: 1.0em;}
    .mt15em_wap{ margin-top: 1.5em;}
    .mt20em_wap{ margin-top: 2.0em;}
    .mt30em_wap{ margin-top: 3.0em;}
    .mt45em_wap{ margin-top: 4.5em;}
    .mt625em_wap{margin-top: 6.25em;}
    .mb0em_wap{margin-bottom: 0em;}
    .mb3b_wap{margin-bottom: 3%;}
    .mb03em_wap{margin-bottom: 0.3em;}
    .mb05em_wap{margin-bottom: 0.5em;}
    .mb08em_wap{margin-bottom: 0.8em;}
    .mb10em_wap{margin-bottom: 1.0em;}
    .mb15em_wap{margin-bottom: 1.5em;}
    .mb20em_wap{margin-bottom: 2.0em;}
    .mb30em_wap{margin-bottom: 3.0em;}
    .mb50em_wap{margin-bottom: 5.0em;}
    .mb70em_wap{margin-bottom: 7.0em;}
    /*内部间距*/
    .pl0em_wap{padding-left: 0em;}
    .pr0em_wap{padding-right: 0em;}

    .pl05em_wap{padding-left: 0.5em;}
    .pr05em_wap{padding-right: 0.5em;}

    .pl08em_wap{padding-left: 0.8em;}
    .pr08em_wap{padding-right: 0.8em;}

    .pl09em_wap{padding-left: 0.9em;}
    .pr09em_wap{padding-right: 0.9em;}

    .pl10em_wap{padding-left: 1.0em;}
    .pr10em_wap{padding-right: 1.0em;}

    .pl20em_wap{padding-left: 2.0em;}
    .pr20em_wap{padding-right: 2.0em;}

    .pt60em_wap{padding-top: 6em;}

    .pt110em_wap{padding-top: 11em;}

    .pt3b_wap{padding-top: 3%;}
    .pb3b_wap{padding-bottom: 3%;}

    .pt0em_wap{padding-top: 0em;}
    .pb0em_wap{padding-bottom: 0em;}

    .pt05em_wap{padding-top: 0.5em;}
    .pb05em_wap{padding-bottom: 0.5em;}

    .pt10em_wap{padding-top: 1.0em;}
    .pb10em_wap{padding-bottom: 1.0em;}

    .pt125em_wap{padding-top: 1.25em;}
    .pb125em_wap{padding-bottom: 1.25em;}

    .pt20em_wap{padding-top: 2.0em;}
    .pb20em_wap{padding-bottom: 2.0em;}

    .pt30em_wap{padding-top: 3.0em;}
    .pb30em_wap{padding-bottom: 3.0em;}

    .pt35em_wap{padding-top: 3.5em;}
    .pb35em_wap{padding-bottom: 3.5em;}

    .pt40em_wap{padding-top: 4.0em;}
    .pb40em_wap{padding-bottom: 4.0em;}

    .pl3b_wap{padding-left: 3%;}
    .pr3b_wap{padding-right: 3%;}

    .pb80em_wap{padding-bottom: 5.0em;}

    /*高度自适应*/
    .hauto_wap{height: auto!important;}
    .h100b_wap{height: 100%;}

    /*top*/
    .top0_wap{top:0;}

    /*手机状态下字体变化*/
    .text06em_wap{ font-size: 0.6em;}
    .text08em_wap{ font-size: 0.8em;}
    .text09em_wap{ font-size: 0.9em;}
    .text10em_wap{ font-size: 1.0em;}
    .text12em_wap{ font-size: 1.2em;}
    .text15em_wap{ font-size: 1.5em;}
    .text18em_wap{font-size: 1.8em;}
    .text22em_wap{font-size: 2.2em;}
    .text30em_wap{font-size: 3.0em;}

    /*文字粗细*/
    .bold_wap{ font-weight: bold;}
    .regu_wap{ font-weight: 400;}

    /*WAP端修改对齐标准*/
    .wap_vet{vertical-align:top;}

    /*边线变化*/
    .bor0px_wap{border: 0px;}
    .bom1px_wap{border-bottom: 1px solid #E5E5E5;}

    /*文字对齐*/
    .textcenter_wap{ text-align: center;}
    .textleft_wap{text-align: left;}
    .textright_wap{text-align: right;}

    /*左右距离*/
    .vcm_wap{margin-left:auto;margin-right:auto;}

    /*浮动修改*/
    .pos2_wap{position:relative;}

    /*取消浮动*/
    .fins_wap{ float: none;}

    .fl_wap{float: left;}
    .fr_wap{float: right;}

    /**/
    .block_wap{display: block;}
    .iblock_wap{display: inline-block;}
    .right10em_wap{right: 1em;}

    /*负距离*/
    .mt-02em_wap{margin-top: -0.2em;}
    .mt-19em_wap{margin-top: -1.9em;}
    .mt-30em_wap{margin-top: -3.0em;}
    .mt-22em_wap{margin-top: -2.2em;}
    .mt-185em_wap{margin-top: -1.85em;}
    .mt-40em_wap{margin-top: -4.0em;}
    .mt-80em_wap{margin-top: -5.0em;}

    /*左右内容滑动*/
    .prsdbox_wap{ white-space:nowrap; overflow-y:hidden; overflow-x: auto;}
    .overflow_x_wap{overflow-x: scroll;}
    .overflow_y_wap{overflow-y: scroll;}

    /*投影*/
    .boxs-e3-05em_wap{box-shadow:0 0 0.5em #e3e3e3;}

    /*圆角*/
    .brad03em_wap {border-radius:0.30em;-moz-border-radius:0.30em;-webkit-border-radius:0.30em;}

    .brad0em_wap {border-radius:0em;-moz-border-radius:0em;-webkit-border-radius:0em;}

    /*控制图片宽度*/
    .wap_img img{width: 100%;}

    /*产品表格外框*/
    .teb_wap{width: 800px;}

    /*字体变色*/
    .color13_wap{color:#0056b3;}

    /*边角*/
    .brad03em-rt_wap {border-radius:0 0.30em 0 0;-moz-border-radius:0 0.30em 0 0;-webkit-border-radius:0 0.30em 0 0;}

    /*旋转*/
    .deg90_wap {transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transform:rotate(90deg);}

}