/*阿里字库引用*/
/*@font-face {font-family: 'iconfont'
/*    src: url('../fonts/iconfont.eot'); /* IE9*/
/*    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
/*    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
/*    url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
/*    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
/*}*/
.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;    
    -moz-osx-font-smoothing: grayscale;
}
/*阿里字库引用结束*/

html {
	padding:0;
	margin:0;
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:14px;
	font-family: "微软雅黑";
	color:#000;
	background-color:#f8f8f8;
}

a:link, a:visited {color:#282828; text-decoration:none;}
a:hover, a:active {color:#ff6400; text-decoration:none;}
.act-def, a.act-def {color:#00a2ca !important;}
.act-orange, a.act-orange {color:#ff6400 !important;}

/*定位*/
.rlt {position:relative !important}
.abs {position:absolute !important; z-index:9999}
.fixed {position:fixed !important; z-index:9999}



/*字体 字号 f12  颜色 ftc-red 背景色 bgc-red */
.arial {font-family:Arial, Helvetica, sans-serif}
h1 {font-size:36px !important;}
h2 {font-size:24px !important;}
h3 {font-size:18px !important;}
h4 {font-size:14px !important;}
h5,h6 {font-size:12px !important;}
.f12, a.f12 {font-size:12px !important;}
.f14, a.f14 {font-size:14px !important;}
.f16, a.f16 {font-size:16px !important;}
.f18, a.f18 {font-size:18px !important;}
.f20, a.f20 {font-size:20px !important;}
.f22, a.f22 {font-size:22px !important;}
.f24, a.f24 {font-size:24px !important;}
.f26, a.f26 {font-size:26px !important;}
.f28, a.f28 {font-size:28px !important;}
.f30, a.f30 {font-size:30px !important;}
.f32, a.f32 {font-size:32px !important;}
.f34, a.f34 {font-size:34px !important;}
.f36, a.f36 {font-size:36px !important;}
.f38, a.f38 {font-size:38px !important;}
.f40, a.f40 {font-size:40px !important;}
.f42, a.f42 {font-size:42px !important;}
.f44, a.f44 {font-size:44px !important;}
.f46, a.f46 {font-size:46px !important;}
.f48, a.f48 {font-size:48px !important;}
.f50, a.f50 {font-size:50px !important;}
.f55, a.f55 {font-size:55px !important;}
.f60, a.f60 {font-size:60px !important;}
.f65, a.f65 {font-size:65px !important;}
.f70, a.f70 {font-size:50px !important;}

/*文字颜色*/
.ftc-blue {color:#008cc0 !important;}
.ftc-blue2 {color:#0ebfdf !important;}
.ftc-blue3 {color:#4489ca !important;}
.ftc-green {color:#82d30f !important;}
.ftc-green2 {color:#7cbc29 !important;}
.ftc-green3 {color:#21e2ae !important;}
.ftc-red {color:#ff2400 !important;}
.ftc-red2 {color:#f7564e  !important;}
.ftc-red3 {color:#f97171 !important;}
.ftc-orange {color:#ff6600 !important;}
.ftc-gray {color:#bbbbbb !important;}
.ftc-gray2 {color:#999999 !important;}
.ftc-gray3 {color:#666666 !important;}
.ftc-gray4 {color:#444444 !important;}
.ftc-yellow {color:#ffc62e !important;}
.ftc-white {color:#ffffff !important;}
.ftc-black {color:#262626 !important;}
.ftc-Violet, a.ftc-Violet {color:#884898 !important;}
a.ftc-Violet:hover {color:#a02bbd !important;}

/*纯色背景色*/
.bg-no {background:none !important;}
.bgc-gray {background-color:#fafafa !important;}
.bgc-gray2 {background-color:#f8f8f8 !important;}
.bgc-gray3 {background-color:#f5f5f5 !important;}
.bgc-gray4 {background-color:#eeeeee !important;}
.bgc-gray5 {background-color:#f8f8f8 !important;}
.bgc-white {background-color:#ffffff !important;}
.bgc-blue {background-color:#E0F9FF !important;}
.bgc-blue2 {background-color:#d0e9f5 !important;}
.bgc-blue3 {background-color:#00a2ca !important; color:#ffffff}
.bgc-blue4 {background-color:#1988a4 !important; color:#ffffff}
.bgc-blue5 {background-color:#156377 !important; color:#ffffff}
.bgc-bluegray {background-color:#e6f0fa !important;}
.bgc-yellow {background-color:#FF9 !important;}
.bgc-yellow2 {background-color:#fcf8e2 !important;}

/*文排版*/
.fta-l, a.fta-l {text-align:left !important;}
.fta-c, a.fta-c {text-align:center !important;}
.fta-r, a.fta-r {text-align:right !important;}

/*文字加粗*/
.bold {font-weight:bold !important;}
.nobold {font-weight:normal !important;}

/*圆角*/
.bd-ri {border-radius:4px !important;}
.nobd-ri {border-radius:0 !important;}

/*手形*/
.cursor {cursor:pointer}

/*浮动*/
.fl  {float:left!important;}
.fr {float:right!important;}
.mauto {margin:0 auto!important;}

/*清浮动*/
.cl {clear:both !important;}

/*定义块*/
.blk {display:block !important}
.ilb {display:inline-block !important}

/*去样式*/
em {font-style:normal;}

/*隐藏*/
.none {display:none !important;}
.hid {overflow:hidden !important;}
.fly {
	overflow-x:auto !important;
	/*IE8滚动条样式设置*/
	scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #dcdcdc; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #f2f2f2; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #f2f2f2; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #f2f2f2; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #f2f2f2; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #f2f2f2; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#fff; /**//*滚动条的基本颜色*/
	/*IE8滚动条样式设置*/
}
/*高版本浏览器滚动条样式设置*/
.fly::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
    width:6px;
	background:#f5f5f5;
	border-radius:6px; 
}
.fly::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
    background:#74D334;
	display:none;
}  
.fly::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
    background:#62c0e3;
	display:none;
}  
.fly::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/  
    background:#f2f2f2;
	border-radius:6px;
}  
.fly::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:#dcdcdc;
    border-radius:6px; 
}  
.fly::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#82AFFF;
	display:none;
}  
.fly::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
    background:#FF0BEE;
	display:none;  
}
/*高版本浏览器滚动条样式设置*/

/*文排版*/
.fta-l, a.fta-l {text-align:left !important;}
.fta-c, a.fta-c {text-align:center !important;}
.fta-r, a.fta-r {text-align:right !important;}

/*宽度*/
.wdh-1 {width:10px !important;}
.wdh-1x {width:15px !important;}
.wdh-2 {width:20px !important;}
.wdh-2x {width:25px !important;}
.wdh-3 {width:30px !important;}
.wdh-3x {width:35px !important;}
.wdh-4 {width:40px !important;}
.wdh-4x {width:45px !important;}
.wdh-5 {width:50px !important;}
.wdh-5x {width:55px !important;}
.wdh-6 {width:60px !important;}
.wdh-6x {width:65px !important;}
.wdh-7 {width:70px !important;}
.wdh-7x {width:75px !important;}
.wdh-8 {width:80px !important;}
.wdh-8x {width:85px !important;}
.wdh-9 {width:90px !important;}
.wdh-9x {width:95px !important;}

.wdh-10 {width:100px !important;}
.wdh-10x {width:105px !important;}
.wdh-11 {width:110px !important;}
.wdh-11x {width:115px !important;}
.wdh-12 {width:120px !important;}
.wdh-12x {width:125px !important;}
.wdh-13 {width:130px !important;}
.wdh-13x {width:135px !important;}
.wdh-14 {width:140px !important;}
.wdh-14x {width:145px !important;}
.wdh-15 {width:150px !important;}
.wdh-15x {width:155px !important;}
.wdh-16 {width:160px !important;}
.wdh-16x {width:165px !important;}
.wdh-17 {width:170px !important;}
.wdh-17x {width:175px !important;}
.wdh-18 {width:180px !important;}
.wdh-18x {width:185px !important;}
.wdh-19 {width:190px !important;}
.wdh-19x {width:195px !important;}

.wdh-20 {width:200px !important;}
.wdh-20x {width:205px !important;}
.wdh-21 {width:210px !important;}
.wdh-21x {width:215px !important;}
.wdh-22 {width:220px !important;}
.wdh-22x {width:225px !important;}
.wdh-23 {width:230px !important;}
.wdh-23x {width:235px !important;}
.wdh-24 {width:240px !important;}
.wdh-24x {width:245px !important;}
.wdh-25 {width:250px !important;}
.wdh-25x {width:255px !important;}
.wdh-26 {width:260px !important;}
.wdh-26x {width:265px !important;}
.wdh-27 {width:270px !important;}
.wdh-27x {width:275px !important;}
.wdh-28 {width:280px !important;}
.wdh-28x {width:285px !important;}
.wdh-29 {width:290px !important;}
.wdh-29x {width:295px !important;}

.wdh-30 {width:300px !important;}
.wdh-30x {width:305px !important;}
.wdh-31 {width:310px !important;}
.wdh-31x {width:315px !important;}
.wdh-32 {width:320px !important;}
.wdh-32x {width:325px !important;}
.wdh-33 {width:330px !important;}
.wdh-33x {width:335px !important;}
.wdh-34 {width:340px !important;}
.wdh-34x {width:345px !important;}
.wdh-35 {width:350px !important;}
.wdh-35x {width:355px !important;}
.wdh-36 {width:360px !important;}
.wdh-36x {width:365px !important;}
.wdh-37 {width:370px !important;}
.wdh-37x {width:375px !important;}
.wdh-38 {width:380px !important;}
.wdh-38x {width:385px !important;}
.wdh-39 {width:390px !important;}
.wdh-39x {width:395px !important;}

.wdh-40 {width:400px !important;}
.wdh-40x {width:405px !important;}
.wdh-41 {width:410px !important;}
.wdh-41x {width:415px !important;}
.wdh-42 {width:420px !important;}
.wdh-42x {width:425px !important;}
.wdh-43 {width:430px !important;}
.wdh-43x {width:430px !important;}
.wdh-44 {width:440px !important;}
.wdh-44x {width:445px !important;}
.wdh-45 {width:450px !important;}
.wdh-45x {width:455px !important;}
.wdh-46 {width:460px !important;}
.wdh-46x {width:465px !important;}
.wdh-47 {width:470px !important;}
.wdh-47x {width:475px !important;}
.wdh-48 {width:480px !important;}
.wdh-48x {width:485px !important;}
.wdh-49 {width:490px !important;}
.wdh-49x {width:495px !important;}

.wdh-50 {width:500px !important;}
.wdh-50x {width:505px !important;}
.wdh-51 {width:510px !important;}
.wdh-51x {width:515px !important;}
.wdh-52 {width:520px !important;}
.wdh-52x {width:525px !important;}
.wdh-53 {width:530px !important;}
.wdh-53x {width:535px !important;}
.wdh-54 {width:540px !important;}
.wdh-54x {width:545px !important;}
.wdh-55 {width:550px !important;}
.wdh-55x {width:555px !important;}
.wdh-56 {width:560px !important;}
.wdh-56x {width:565px !important;}
.wdh-57 {width:570px !important;}
.wdh-57x {width:575px !important;}
.wdh-58 {width:580px !important;}
.wdh-58x {width:585px !important;}
.wdh-59 {width:590px !important;}
.wdh-59x {width:595px !important;}

.wdh-60 {width:600px !important;}
.wdh-60x {width:605px !important;}
.wdh-61 {width:610px !important;}
.wdh-61x {width:615px !important;}
.wdh-62 {width:620px !important;}
.wdh-62x {width:625px !important;}
.wdh-63 {width:630px !important;}
.wdh-63x {width:635px !important;}
.wdh-64 {width:640px !important;}
.wdh-64x {width:645px !important;}
.wdh-65 {width:650px !important;}
.wdh-65x {width:655px !important;}
.wdh-66 {width:660px !important;}
.wdh-66x {width:665px !important;}
.wdh-67 {width:670px !important;}
.wdh-67x {width:675px !important;}
.wdh-68 {width:680px !important;}
.wdh-68x {width:685px !important;}
.wdh-69 {width:690px !important;}
.wdh-69x {width:695px !important;}

.wdh-70 {width:700px !important;}
.wdh-70x {width:705px !important;}
.wdh-71 {width:710px !important;}
.wdh-71x {width:715px !important;}
.wdh-72 {width:720px !important;}
.wdh-72x {width:725px !important;}
.wdh-73 {width:730px !important;}
.wdh-73x {width:735px !important;}
.wdh-74 {width:740px !important;}
.wdh-74x {width:745px !important;}
.wdh-75 {width:750px !important;}
.wdh-75x {width:755px !important;}
.wdh-76 {width:760px !important;}
.wdh-76x {width:765px !important;}
.wdh-77 {width:770px !important;}
.wdh-77x {width:775px !important;}
.wdh-78 {width:780px !important;}
.wdh-78x {width:785px !important;}
.wdh-79 {width:790px !important;}
.wdh-79x {width:795px !important;}

.wdh-80 {width:800px !important;}
.wdh-80x {width:805px !important;}
.wdh-81 {width:810px !important;}
.wdh-81x {width:815px !important;}
.wdh-82 {width:820px !important;}
.wdh-82x {width:825px !important;}
.wdh-83 {width:830px !important;}
.wdh-83x {width:835px !important;}
.wdh-84 {width:840px !important;}
.wdh-84x {width:845px !important;}
.wdh-85 {width:850px !important;}
.wdh-85x {width:855px !important;}
.wdh-86 {width:860px !important;}
.wdh-86x {width:865px !important;}
.wdh-87 {width:870px !important;}
.wdh-87x {width:875px !important;}
.wdh-88 {width:880px !important;}
.wdh-88x {width:885px !important;}
.wdh-89 {width:890px !important;}
.wdh-89x {width:895px !important;}

.wdh-90 {width:900px !important;}
.wdh-90x {width:905px !important;}
.wdh-91 {width:910px !important;}
.wdh-91x {width:915px !important;}
.wdh-92 {width:920px !important;}
.wdh-92x {width:925px !important;}
.wdh-93 {width:930px !important;}
.wdh-93x {width:935px !important;}
.wdh-94 {width:940px !important;}
.wdh-94x {width:945px !important;}
.wdh-95 {width:950px !important;}
.wdh-95x {width:955px !important;}
.wdh-96 {width:960px !important;}
.wdh-96x {width:965px !important;}
.wdh-97 {width:970px !important;}
.wdh-97x {width:975px !important;}
.wdh-98 {width:980px !important;}
.wdh-98x {width:985px !important;}
.wdh-99 {width:990px !important;}
.wdh-99x {width:995px !important;}

.wdh-100 {width:1000px !important;}
/*end*/

/*----------高度----------*/
.row-x {height:inherit;}
.row-1 {height:10px!important;}
.row-1x {height:15px!important;}
.row-2 {height:20px!important;}
.row-2x {height:25px!important;}
.row-3 {height:30px!important;}
.row-3x {height:35px!important;}
.row-4 {height:40px!important;}
.row-4x {height:45px!important;}
.row-5 {height:50px!important;}
.row-5x {height:55px!important;}
.row-6 {height:60px!important;}
.row-6x {height:65px!important;}
.row-7 {height:70px!important;}
.row-7x {height:75px!important;}
.row-8 {height:80px!important;}
.row-8x {height:85px!important;}
.row-9 {height:90px!important;}
.row-9x {height:95px!important;}

.row-10 {height:100px!important;}
.row-10x {height:105px!important;}
.row-11 {height:110px!important;}
.row-11x {height:115px!important;}
.row-12 {height:120px!important;}
.row-12x {height:125px!important;}
.row-13 {height:130px!important;}
.row-13x {height:135px!important;}
.row-14 {height:140px!important;}
.row-14x {height:145px!important;}
.row-15 {height:150px!important;}
.row-15x {height:155px!important;}
.row-16 {height:160px!important;}
.row-16x {height:165px!important;}
.row-17 {height:170px!important;}
.row-17x {height:175px!important;}
.row-18 {height:180px!important;}
.row-18x {height:185px!important;}
.row-19 {height:190px!important;}
.row-19x {height:195px!important;}

.row-20 {height:200px!important;}
.row-20x {height:205px!important;}
.row-21 {height:210px!important;}
.row-21x {height:215px!important;}
.row-22 {height:220px!important;}
.row-22x {height:225px!important;}
.row-23 {height:230px!important;}
.row-23x {height:235px!important;}
.row-24 {height:240px!important;}
.row-24x {height:245px!important;}
.row-25 {height:250px!important;}
.row-25x {height:255px!important;}
.row-26 {height:260px!important;}
.row-26x {height:265px!important;}
.row-27 {height:270px!important;}
.row-27x {height:275px!important;}
.row-28 {height:280px!important;}
.row-28x {height:285px!important;}
.row-29 {height:290px!important;}
.row-29x {height:295px!important;}

.row-30 {height:300px!important;}
.row-30x {height:305px!important;}
.row-31 {height:310px!important;}
.row-31x {height:315px!important;}
.row-32 {height:320px!important;}
.row-32x {height:325px!important;}
.row-33 {height:330px!important;}
.row-33x {height:335px!important;}
.row-34 {height:340px!important;}
.row-34x {height:345px!important;}
.row-35 {height:350px!important;}
.row-35x {height:355px!important;}
.row-36 {height:360px!important;}
.row-36x {height:365px!important;}
.row-37 {height:370px!important;}
.row-37x {height:375px!important;}
.row-38 {height:380px!important;}
.row-38x{height:385px!important;}
.row-39 {height:390px!important;}
.row-39x {height:395px!important;}

.row-40 {height:400px!important;}
.row-40x {height:405px!important;}
.row-41 {height:410px!important;}
.row-41x {height:415px!important;}
.row-42 {height:420px!important;}
.row-42x {height:425px!important;}
.row-43 {height:430px!important;}
.row-43x {height:435px!important;}
.row-44 {height:440px!important;}
.row-44x {height:445px!important;}
.row-45 {height:450px!important;}
.row-45x {height:455px!important;}
.row-46 {height:460px!important;}
.row-46x {height:465px!important;}
.row-47 {height:470px!important;}
.row-47x {height:475px!important;}
.row-48 {height:480px!important;}
.row-48x {height:485px!important;}
.row-49 {height:490px!important;}
.row-49x {height:495px!important;}

.row-50 {height:500px!important;}
.row-50x {height:505px!important;}
.row-51 {height:510px!important;}
.row-51x {height:515px!important;}
.row-52 {height:520px!important;}
.row-52x {height:525px!important;}
.row-53 {height:530px!important;}
.row-53x {height:535px!important;}
.row-54 {height:540px!important;}
.row-54x {height:545px!important;}
.row-55 {height:550px!important;}
.row-55x {height:555px!important;}
.row-56 {height:560px!important;}
.row-56x {height:565px!important;}
.row-57 {height:570px!important;}
.row-57x {height:575px!important;}
.row-58 {height:580px!important;}
.row-58x {height:585px!important;}
.row-59 {height:590px!important;}
.row-59x {height:595px!important;}

.row-60 {height:600px!important;}
.row-60x {height:605px!important;}
.row-61 {height:610px!important;}
.row-61x {height:615px!important;}
.row-62 {height:620px!important;}
.row-62x {height:625px!important;}
.row-63 {height:630px!important;}
.row-63x {height:635px!important;}
.row-64 {height:640px!important;}
.row-64x {height:645px!important;}
.row-65 {height:650px!important;}
.row-65x {height:655px!important;}
.row-66 {height:660px!important;}
.row-66x {height:665px!important;}
.row-67 {height:670px!important;}
.row-67x {height:675px!important;}
.row-68 {height:680px!important;}
.row-68x {height:685px!important;}
.row-69 {height:690px!important;}
.row-69x {height:695px!important;}

.row-70 {height:700px!important;}
.row-70x {height:705px!important;}
.row-71 {height:710px!important;}
.row-71x {height:715px!important;}
.row-72 {height:720px!important;}
.row-72x {height:725px!important;}
.row-73 {height:730px!important;}
.row-73x {height:735px!important;}
.row-74 {height:740px!important;}
.row-74x {height:745px!important;}
.row-75 {height:750px!important;}
.row-75x {height:755px!important;}
.row-76 {height:760px!important;}
.row-76x {height:765px!important;}
.row-77 {height:770px!important;}
.row-77x {height:775px!important;}
.row-78 {height:780px!important;}
.row-78x {height:785px!important;}
.row-79 {height:790px!important;}
.row-79x {height:795px!important;}

.row-80 {height:800px!important;}
.row-80x {height:805px!important;}
.row-81 {height:810px!important;}
.row-81x {height:815px!important;}
.row-82 {height:820px!important;}
.row-82x {height:825px!important;}
.row-83 {height:830px!important;}
.row-83x {height:835px!important;}
.row-84 {height:840px!important;}
.row-84x {height:845px!important;}
.row-85 {height:850px!important;}
.row-85x {height:855px!important;}
.row-86 {height:860px!important;}
.row-86x {height:865px!important;}
.row-87 {height:870px!important;}
.row-87x {height:875px!important;}
.row-88 {height:880px!important;}
.row-88x {height:885px!important;}
.row-89 {height:890px!important;}
.row-89x {height:895px!important;}

.row-90 {height:900px!important;}
.row-90x {height:905px!important;}
.row-91 {height:910px!important;}
.row-91x {height:915px!important;}
.row-92 {height:920px!important;}
.row-92x {height:9250px!important;}
.row-93 {height:930px!important;}
.row-93x {height:935px!important;}
.row-94 {height:940px!important;}
.row-94x {height:945px!important;}
.row-95 {height:950px!important;}
.row-95x {height:955px!important;}
.row-96 {height:960px!important;}
.row-96x {height:965px!important;}
.row-97 {height:970px!important;}
.row-97x {height:975px!important;}
.row-98 {height:980px!important;}
.row-98x {height:985px!important;}
.row-99 {height:990px!important;}
.row-99x {height:995px!important;}

.row-100 {height:1000px!important;}
/*----------高度结束----------*/

/*----------行高----------*/
.lht-1 {line-height:10px!important;}
.lht-1x {line-height:15px!important;}
.lht-2 {line-height:20px!important;}
.lht-2x {line-height:25px!important;}
.lht-3 {line-height:30px!important;}
.lht-3x {line-height:35px!important;}
.lht-4 {line-height:40px!important;}
.lht-4x {line-height:45px!important;}
.lht-5 {line-height:50px!important;}
.lht-5x {line-height:55px!important;}
.lht-6 {line-height:60px!important;}
.lht-6x {line-height:65px!important;}
.lht-7 {line-height:70px!important;}
.lht-7x {line-height:75px!important;}
/*----------行高----------*/

/*----------网格----------*/
.col-12 {width:100% !important; text-overflow:ellipsis;}
.col-11 {width:91.66666667% !important; text-overflow:ellipsis}
.col-10 {width:83.33333333% !important; text-overflow:ellipsis}
.col-9 {width:75% !important; text-overflow:ellipsis}
.col-8 {width:66.66666667% !important; text-overflow:ellipsis;}
.col-7 {width:58.33333333% !important; text-overflow:ellipsis}
.col-6 {width:50% !important; text-overflow:ellipsis}
.col-5 {width:41.66666667% !important; text-overflow:ellipsis}
.col-4 {width:33.33333333% !important; text-overflow:ellipsis}
.col-3 {width:25% !important; text-overflow:ellipsis}
.col-2 {width:16.66666667% !important; text-overflow:ellipsis}
.col-1 {width:8.33333333% !important; text-overflow:ellipsis}

.per1 {width:1% !important; text-overflow:ellipsis}
.per2 {width:2% !important; text-overflow:ellipsis}
.per3 {width:3% !important; text-overflow:ellipsis}
.per4 {width:4% !important; text-overflow:ellipsis}
.per5 {width:5% !important; text-overflow:ellipsis}
.per6 {width:6% !important; text-overflow:ellipsis}
.per7 {width:7% !important; text-overflow:ellipsis}
.per8 {width:8% !important; text-overflow:ellipsis}
.per9 {width:9% !important; text-overflow:ellipsis}

.per10 {width:10% !important; text-overflow:ellipsis}
.per11 {width:11% !important; text-overflow:ellipsis}
.per12 {width:12% !important; text-overflow:ellipsis}
.per13 {width:13% !important; text-overflow:ellipsis}
.per14 {width:14% !important; text-overflow:ellipsis}
.per15 {width:15% !important; text-overflow:ellipsis}
.per16 {width:16% !important; text-overflow:ellipsis}
.per17 {width:17% !important; text-overflow:ellipsis}
.per18 {width:18% !important; text-overflow:ellipsis}
.per19 {width:19% !important; text-overflow:ellipsis}

.per20 {width:20% !important; text-overflow:ellipsis}
.per21 {width:21% !important; text-overflow:ellipsis}
.per22 {width:22% !important; text-overflow:ellipsis}
.per23 {width:23% !important; text-overflow:ellipsis}
.per24 {width:24% !important; text-overflow:ellipsis}
.per25 {width:25% !important; text-overflow:ellipsis}
.per26 {width:26% !important; text-overflow:ellipsis}
.per27 {width:27% !important; text-overflow:ellipsis}
.per28 {width:28% !important; text-overflow:ellipsis}
.per29 {width:29% !important; text-overflow:ellipsis}

.per30 {width:30% !important; text-overflow:ellipsis}
.per31 {width:31% !important; text-overflow:ellipsis}
.per32 {width:32% !important; text-overflow:ellipsis}
.per33 {width:33% !important; text-overflow:ellipsis}
.per34 {width:34% !important; text-overflow:ellipsis}
.per35 {width:35% !important; text-overflow:ellipsis}
.per36 {width:36% !important; text-overflow:ellipsis}
.per37 {width:37% !important; text-overflow:ellipsis}
.per38 {width:38% !important; text-overflow:ellipsis}
.per39 {width:39% !important; text-overflow:ellipsis}

.per40 {width:40% !important; text-overflow:ellipsis}
.per41 {width:41% !important; text-overflow:ellipsis}
.per42 {width:42% !important; text-overflow:ellipsis}
.per43 {width:43% !important; text-overflow:ellipsis}
.per44 {width:44% !important; text-overflow:ellipsis}
.per45 {width:45% !important; text-overflow:ellipsis}
.per46 {width:46% !important; text-overflow:ellipsis}
.per47 {width:47% !important; text-overflow:ellipsis}
.per48 {width:48% !important; text-overflow:ellipsis}
.per49 {width:49% !important; text-overflow:ellipsis}

.per50 {width:50% !important; text-overflow:ellipsis}
.per51 {width:51% !important; text-overflow:ellipsis}
.per52 {width:52% !important; text-overflow:ellipsis}
.per53 {width:53% !important; text-overflow:ellipsis}
.per54 {width:54% !important; text-overflow:ellipsis}
.per55 {width:55% !important; text-overflow:ellipsis}
.per56 {width:56% !important; text-overflow:ellipsis}
.per57 {width:57% !important; text-overflow:ellipsis}
.per58 {width:58% !important; text-overflow:ellipsis}
.per59 {width:59% !important; text-overflow:ellipsis}

.per60 {width:60% !important; text-overflow:ellipsis}
.per61 {width:61% !important; text-overflow:ellipsis}
.per62 {width:62% !important; text-overflow:ellipsis}
.per63 {width:63% !important; text-overflow:ellipsis}
.per64 {width:64% !important; text-overflow:ellipsis}
.per65 {width:65% !important; text-overflow:ellipsis}
.per66 {width:66% !important; text-overflow:ellipsis}
.per67 {width:67% !important; text-overflow:ellipsis}
.per68 {width:68% !important; text-overflow:ellipsis}
.per69 {width:69% !important; text-overflow:ellipsis}

.per70 {width:70% !important; text-overflow:ellipsis}
.per71 {width:71% !important; text-overflow:ellipsis}
.per72 {width:72% !important; text-overflow:ellipsis}
.per73 {width:73% !important; text-overflow:ellipsis}
.per74 {width:74% !important; text-overflow:ellipsis}
.per75 {width:75% !important; text-overflow:ellipsis}
.per76 {width:76% !important; text-overflow:ellipsis}
.per77 {width:77% !important; text-overflow:ellipsis}
.per78 {width:78% !important; text-overflow:ellipsis}
.per79 {width:79% !important; text-overflow:ellipsis}

.per80 {width:80% !important; text-overflow:ellipsis}
.per81 {width:81% !important; text-overflow:ellipsis}
.per82 {width:82% !important; text-overflow:ellipsis}
.per83 {width:83% !important; text-overflow:ellipsis}
.per84 {width:84% !important; text-overflow:ellipsis}
.per85 {width:85% !important; text-overflow:ellipsis}
.per86 {width:86% !important; text-overflow:ellipsis}
.per87 {width:87% !important; text-overflow:ellipsis}
.per88 {width:88% !important; text-overflow:ellipsis}
.per89 {width:89% !important; text-overflow:ellipsis}

.per90 {width:90% !important; text-overflow:ellipsis}
.per91 {width:91% !important; text-overflow:ellipsis}
.per92 {width:92% !important; text-overflow:ellipsis}
.per93 {width:93% !important; text-overflow:ellipsis}
.per94 {width:94% !important; text-overflow:ellipsis}
.per95 {width:95% !important; text-overflow:ellipsis}
.per96 {width:96% !important; text-overflow:ellipsis}
.per97 {width:97% !important; text-overflow:ellipsis}
.per98 {width:98% !important; text-overflow:ellipsis}
.per99 {width:99% !important; text-overflow:ellipsis}

.per100  {width:100% !important; text-overflow:ellipsis}
/*----------网格结束----------*/

/*边距*/
.pd-t0 {padding-top:0px !important;}
.pd-t1 {padding-top:1px !important;}
.pd-t2 {padding-top:2px !important;}
.pd-t3 {padding-top:3px !important;}
.pd-t4 {padding-top:4px !important;}
.pd-t5 {padding-top:5px !important;}
.pd-t6 {padding-top:6px !important;}
.pd-t7 {padding-top:7px !important;}
.pd-t8 {padding-top:8px !important;}
.pd-t9 {padding-top:9px !important;}
.pd-t10 {padding-top:10px !important;}
.pd-t11 {padding-top:11px !important;}
.pd-t12 {padding-top:12px !important;}
.pd-t13 {padding-top:13px !important;}
.pd-t14 {padding-top:14px !important;}
.pd-t15 {padding-top:15px !important;}
.pd-t16 {padding-top:16px !important;}
.pd-t17 {padding-top:17px !important;}
.pd-t18 {padding-top:18px !important;}
.pd-t19 {padding-top:19px !important;}
.pd-t20 {padding-top:20px !important;}
.pd-t25 {padding-top:25px !important;}
.pd-t30 {padding-top:30px !important;}
.pd-t35 {padding-top:35px !important;}
.pd-t40 {padding-top:40px !important;}
.pd-t45 {padding-top:45px !important;}
.pd-t50 {padding-top:50px !important;}
.pd-t55 {padding-top:55px !important;}
.pd-t60 {padding-top:60px !important;}
.pd-t65 {padding-top:65px !important;}
.pd-t70 {padding-top:70px !important;}
.pd-t75 {padding-top:75px !important;}
.pd-t80 {padding-top:80px !important;}
.pd-t85 {padding-top:85px !important;}
.pd-t90 {padding-top:90px !important;}
.pd-t95 {padding-top:95px !important;}
.pd-t100 {padding-top:100px !important;}
.pd-t105 {padding-top:105px !important;}
.pd-t110 {padding-top:110px !important;}
.pd-t115 {padding-top:115px !important;}
.pd-t120 {padding-top:120px !important;}
.pd-t125 {padding-top:125px !important;}
.pd-t130 {padding-top:130px !important;}
.pd-t135 {padding-top:135px !important;}
.pd-t140 {padding-top:140px !important;}
.pd-t145 {padding-top:145px !important;}
.pd-t150 {padding-top:150px !important;}
.pd-t155 {padding-top:155px !important;}
.pd-t160 {padding-top:160px !important;}
.pd-t165 {padding-top:165px !important;}
.pd-t170 {padding-top:170px !important;}
.pd-t175 {padding-top:175px !important;}
.pd-t180 {padding-top:180px !important;}
.pd-t185 {padding-top:185px !important;}
.pd-t190 {padding-top:190px !important;}
.pd-t195 {padding-top:195px !important;}
.pd-t200 {padding-top:200px !important;}
.pd-t210 {padding-top:210px !important;}
.pd-t220 {padding-top:220px !important;}
.pd-t230 {padding-top:230px !important;}
.pd-t240 {padding-top:240px !important;}
.pd-t250 {padding-top:250px !important;}

.pd-r0 {padding-right:0px !important;}
.pd-r1 {padding-right:1px !important;}
.pd-r2 {padding-right:2px !important;}
.pd-r3 {padding-right:3px !important;}
.pd-r4 {padding-right:4px !important;}
.pd-r5 {padding-right:5px !important;}
.pd-r6 {padding-right:6px !important;}
.pd-r7 {padding-right:7px !important;}
.pd-r8 {padding-right:8px !important;}
.pd-r9 {padding-right:9px !important;}
.pd-r10 {padding-right:10px !important;}
.pd-r11 {padding-right:11px !important;}
.pd-r12 {padding-right:12px !important;}
.pd-r13 {padding-right:13px !important;}
.pd-r14 {padding-right:14px !important;}
.pd-r15 {padding-right:15px !important;}
.pd-r16 {padding-right:16px !important;}
.pd-r17 {padding-right:17px !important;}
.pd-r18 {padding-right:18px !important;}
.pd-r19 {padding-right:19px !important;}
.pd-r20 {padding-right:20px !important;}
.pd-r25 {padding-right:25px !important;}
.pd-r30 {padding-right:30px !important;}
.pd-r35 {padding-right:35px !important;}
.pd-r40 {padding-right:40px !important;}
.pd-r45 {padding-right:45px !important;}
.pd-r50 {padding-right:50px !important;}
.pd-r55 {padding-right:55px !important;}
.pd-r60 {padding-right:60px !important;}
.pd-r65 {padding-right:65px !important;}
.pd-r70 {padding-right:70px !important;}
.pd-r75 {padding-right:75px !important;}
.pd-r80 {padding-right:80px !important;}
.pd-r85 {padding-right:85px !important;}
.pd-r90 {padding-right:90px !important;}
.pd-r95 {padding-right:95px !important;}
.pd-r100 {padding-right:100px !important;}
.pd-r105 {padding-right:105px !important;}
.pd-r110 {padding-right:110px !important;}
.pd-r115 {padding-right:115px !important;}
.pd-r120 {padding-right:120px !important;}
.pd-r125 {padding-right:125px !important;}
.pd-r130 {padding-right:130px !important;}
.pd-r135 {padding-right:135px !important;}
.pd-r140 {padding-right:140px !important;}
.pd-r145 {padding-right:145px !important;}
.pd-r150 {padding-right:150px !important;}
.pd-r155 {padding-right:155px !important;}
.pd-r160 {padding-right:160px !important;}
.pd-r165 {padding-right:165px !important;}
.pd-r170 {padding-right:170px !important;}
.pd-r175 {padding-right:175px !important;}
.pd-r180 {padding-right:180px !important;}
.pd-r185 {padding-right:185px !important;}
.pd-r190 {padding-right:190px !important;}
.pd-r195 {padding-right:195px !important;}
.pd-r200 {padding-right:200px !important;}
.pd-r210 {padding-right:210px !important;}
.pd-r220 {padding-right:220px !important;}
.pd-r230 {padding-right:230px !important;}
.pd-r240 {padding-right:240px !important;}
.pd-r250 {padding-right:250px !important;}

.pd-b0 {padding-bottom:0px !important;}
.pd-b1 {padding-bottom:1px !important;}
.pd-b2 {padding-bottom:2px !important;}
.pd-b3 {padding-bottom:3px !important;}
.pd-b4 {padding-bottom:4px !important;}
.pd-b5 {padding-bottom:5px !important;}
.pd-b6 {padding-bottom:6px !important;}
.pd-b7 {padding-bottom:7px !important;}
.pd-b8 {padding-bottom:8px !important;}
.pd-b9 {padding-bottom:9px !important;}
.pd-b10 {padding-bottom:10px !important;}
.pd-b11 {padding-bottom:11px !important;}
.pd-b12 {padding-bottom:12px !important;}
.pd-b13 {padding-bottom:13px !important;}
.pd-b14 {padding-bottom:14px !important;}
.pd-b15 {padding-bottom:15px !important;}
.pd-b16 {padding-bottom:16px !important;}
.pd-b17 {padding-bottom:17px !important;}
.pd-b18 {padding-bottom:18px !important;}
.pd-b19 {padding-bottom:19px !important;}
.pd-b20 {padding-bottom:20px !important;}
.pd-b25 {padding-bottom:25px !important;}
.pd-b30 {padding-bottom:30px !important;}
.pd-b35 {padding-bottom:35px !important;}
.pd-b40 {padding-bottom:40px !important;}
.pd-b45 {padding-bottom:45px !important;}
.pd-b50 {padding-bottom:50px !important;}
.pd-b55 {padding-bottom:55px !important;}
.pd-b60 {padding-bottom:60px !important;}
.pd-b65 {padding-bottom:65px !important;}
.pd-b70 {padding-bottom:70px !important;}
.pd-b75 {padding-bottom:75px !important;}
.pd-b80 {padding-bottom:80px !important;}
.pd-b85 {padding-bottom:85px !important;}
.pd-b90 {padding-bottom:90px !important;}
.pd-b95 {padding-bottom:95px !important;}
.pd-b100 {padding-bottom:100px !important;}
.pd-b105 {padding-bottom:105px !important;}
.pd-b110 {padding-bottom:110px !important;}
.pd-b115 {padding-bottom:115px !important;}
.pd-b120 {padding-bottom:120px !important;}
.pd-b125 {padding-bottom:125px !important;}
.pd-b130 {padding-bottom:130px !important;}
.pd-b135 {padding-bottom:135px !important;}
.pd-b140 {padding-bottom:140px !important;}
.pd-b145 {padding-bottom:145px !important;}
.pd-b150 {padding-bottom:150px !important;}
.pd-b155 {padding-bottom:155px !important;}
.pd-b160 {padding-bottom:160px !important;}
.pd-b165 {padding-bottom:165px !important;}
.pd-b170 {padding-bottom:170px !important;}
.pd-b175 {padding-bottom:175px !important;}
.pd-b180 {padding-bottom:180px !important;}
.pd-b185 {padding-bottom:185px !important;}
.pd-b190 {padding-bottom:190px !important;}
.pd-b195 {padding-bottom:195px !important;}
.pd-b200 {padding-bottom:200px !important;}
.pd-b210 {padding-bottom:210px !important;}
.pd-b220 {padding-bottom:220px !important;}
.pd-b230 {padding-bottom:230px !important;}
.pd-b240 {padding-bottom:240px !important;}
.pd-b250 {padding-bottom:250px !important;}

.pd-l0 {padding-left:0px !important;}
.pd-l1 {padding-left:1px !important;}
.pd-l2 {padding-left:2px !important;}
.pd-l3 {padding-left:3px !important;}
.pd-l4 {padding-left:4px !important;}
.pd-l5 {padding-left:5px !important;}
.pd-l6 {padding-left:6px !important;}
.pd-l7 {padding-left:7px !important;}
.pd-l8 {padding-left:8px !important;}
.pd-l9 {padding-left:9px !important;}
.pd-l10 {padding-left:10px !important;}
.pd-l11 {padding-left:11px !important;}
.pd-l12 {padding-left:12px !important;}
.pd-l13 {padding-left:13px !important;}
.pd-l14 {padding-left:14px !important;}
.pd-l15 {padding-left:15px !important;}
.pd-l16 {padding-left:16px !important;}
.pd-l17 {padding-left:17px !important;}
.pd-l18 {padding-left:18px !important;}
.pd-l19 {padding-left:19px !important;}
.pd-l20 {padding-left:20px !important;}
.pd-l25 {padding-left:25px !important;}
.pd-l30 {padding-left:30px !important;}
.pd-l35 {padding-left:35px !important;}
.pd-l40 {padding-left:40px !important;}
.pd-l45 {padding-left:45px !important;}
.pd-l50 {padding-left:50px !important;}
.pd-l55 {padding-left:55px !important;}
.pd-l60 {padding-left:60px !important;}
.pd-l65 {padding-left:65px !important;}
.pd-l70 {padding-left:70px !important;}
.pd-l75 {padding-left:75px !important;}
.pd-l80 {padding-left:80px !important;}
.pd-l85 {padding-left:85px !important;}
.pd-l90 {padding-left:90px !important;}
.pd-l95 {padding-left:95px !important;}
.pd-l100 {padding-left:100px !important;}
.pd-l105 {padding-left:105px !important;}
.pd-l110 {padding-left:110px !important;}
.pd-l115 {padding-left:115px !important;}
.pd-l120 {padding-left:120px !important;}
.pd-l125 {padding-left:125px !important;}
.pd-l130 {padding-left:130px !important;}
.pd-l135 {padding-left:135px !important;}
.pd-l140 {padding-left:140px !important;}
.pd-l145 {padding-left:145px !important;}
.pd-l150 {padding-left:150px !important;}
.pd-l155 {padding-left:155px !important;}
.pd-l160 {padding-left:160px !important;}
.pd-l165 {padding-left:165px !important;}
.pd-l170 {padding-left:170px !important;}
.pd-l175 {padding-left:175px !important;}
.pd-l180 {padding-left:180px !important;}
.pd-l185 {padding-left:185px !important;}
.pd-l190 {padding-left:190px !important;}
.pd-l195 {padding-left:195px !important;}
.pd-l200 {padding-left:200px !important;}
.pd-l210 {padding-left:210px !important;}
.pd-l220 {padding-left:220px !important;}
.pd-l230 {padding-left:230px !important;}
.pd-l240 {padding-left:240px !important;}
.pd-l250 {padding-left:250px !important;}

.pd-lr0 {padding-left:0px !important; padding-right:0px !important;}
.pd-lr1 {padding-left:1px !important; padding-right:1px !important;}
.pd-lr2 {padding-left:2px !important; padding-right:2px !important;}
.pd-lr3 {padding-left:3px !important; padding-right:3px !important;}
.pd-lr4 {padding-left:4px !important; padding-right:4px !important;}
.pd-lr5 {padding-left:5px !important; padding-right:5px !important;}
.pd-lr6 {padding-left:6px !important; padding-right:6px !important;}
.pd-lr7 {padding-left:7px !important; padding-right:7px !important;}
.pd-lr8 {padding-left:8px !important; padding-right:8px !important;}
.pd-lr9 {padding-left:9px !important; padding-right:9px !important;}
.pd-lr10 {padding-left:10px !important; padding-right:10px !important;}
.pd-lr11 {padding-left:11px !important; padding-right:11px !important;}
.pd-lr12 {padding-left:12px !important; padding-right:12px !important;}
.pd-lr13 {padding-left:13px !important; padding-right:13px !important;}
.pd-lr14 {padding-left:14px !important; padding-right:14px !important;}
.pd-lr15 {padding-left:15px !important; padding-right:15px !important;}
.pd-lr16 {padding-left:16px !important; padding-right:16px !important;}
.pd-lr17 {padding-left:17px !important; padding-right:17px !important;}
.pd-lr18 {padding-left:18px !important; padding-right:18px !important;}
.pd-lr19 {padding-left:19px !important; padding-right:19px !important;}
.pd-lr20 {padding-left:20px !important; padding-right:20px !important;}
.pd-lr25 {padding-left:25px !important; padding-right:25px !important;}
.pd-lr30 {padding-left:30px !important; padding-right:30px !important;}
.pd-lr35 {padding-left:35px !important; padding-right:35px !important;}
.pd-lr40 {padding-left:40px !important; padding-right:40px !important;}
.pd-lr45 {padding-left:45px !important; padding-right:45px !important;}
.pd-lr50 {padding-left:50px !important; padding-right:50px !important;}
.pd-lr55 {padding-left:55px !important; padding-right:55px !important;}
.pd-lr60 {padding-left:60px !important; padding-right:60px !important;}
.pd-lr65 {padding-left:65px !important; padding-right:65px !important;}
.pd-lr70 {padding-left:70px !important; padding-right:70px !important;}
.pd-lr75 {padding-left:75px !important; padding-right:75px !important;}
.pd-lr80 {padding-left:80px !important; padding-right:80px !important;}
.pd-lr85 {padding-left:85px !important; padding-right:85px !important;}
.pd-lr90 {padding-left:90px !important; padding-right:90px !important;}
.pd-lr95 {padding-left:95px !important; padding-right:95px !important;}
.pd-lr100 {padding-left:100px !important; padding-right:100px !important;}

.pd-tb0 {padding-top:0px !important; padding-bottom:0px !important;}
.pd-tb1 {padding-top:1px !important; padding-bottom:1px !important;}
.pd-tb2 {padding-top:2px !important; padding-bottom:2px !important;}
.pd-tb3 {padding-top:3px !important; padding-bottom:3px !important;}
.pd-tb4 {padding-top:4px !important; padding-bottom:4px !important;}
.pd-tb5 {padding-top:5px !important; padding-bottom:5px !important;}
.pd-tb6 {padding-top:6px !important; padding-bottom:6px !important;}
.pd-tb7 {padding-top:7px !important; padding-bottom:7px !important;}
.pd-tb8 {padding-top:8px !important; padding-bottom:8px !important;}
.pd-tb9 {padding-top:9px !important; padding-bottom:9px !important;}
.pd-tb10 {padding-top:10px !important; padding-bottom:10px !important;}
.pd-tb11 {padding-top:11px !important; padding-bottom:11px !important;}
.pd-tb12 {padding-top:12px !important; padding-bottom:12px !important;}
.pd-tb13 {padding-top:13px !important; padding-bottom:13px !important;}
.pd-tb14 {padding-top:14px !important; padding-bottom:14px !important;}
.pd-tb15 {padding-top:15px !important; padding-bottom:15px !important;}
.pd-tb16 {padding-top:16px !important; padding-bottom:16px !important;}
.pd-tb17 {padding-top:17px !important; padding-bottom:17px !important;}
.pd-tb18 {padding-top:18px !important; padding-bottom:18px !important;}
.pd-tb19 {padding-top:19px !important; padding-bottom:19px !important;}
.pd-tb20 {padding-top:20px !important; padding-bottom:20px !important;}
.pd-tb25 {padding-top:25px !important; padding-bottom:25px !important;}
.pd-tb30 {padding-top:30px !important; padding-bottom:30px !important;}
.pd-tb35 {padding-top:35px !important; padding-bottom:35px !important;}
.pd-tb40 {padding-top:40px !important; padding-bottom:40px !important;}
.pd-tb45 {padding-top:45px !important; padding-bottom:45px !important;}
.pd-tb50 {padding-top:50px !important; padding-bottom:50px !important;}
.pd-tb55 {padding-top:55px !important; padding-bottom:55px !important;}
.pd-tb60 {padding-top:60px !important; padding-bottom:60px !important;}
.pd-tb65 {padding-top:65px !important; padding-bottom:65px !important;}
.pd-tb70 {padding-top:70px !important; padding-bottom:70px !important;}
.pd-tb75 {padding-top:75px !important; padding-bottom:75px !important;}
.pd-tb80 {padding-top:80px !important; padding-bottom:80px !important;}
.pd-tb85 {padding-top:85px !important; padding-bottom:85px !important;}
.pd-tb90 {padding-top:90px !important; padding-bottom:90px !important;}
.pd-tb95 {padding-top:95px !important; padding-bottom:95px !important;}
.pd-tb100 {padding-top:100px !important; padding-bottom:100px !important;}

.pd0 {padding:0px !important;}
.pd1 {padding:1px !important;}
.pd2 {padding:2px !important;}
.pd3 {padding:3px !important;}
.pd4 {padding:4px !important;}
.pd5 {padding:5px !important;}
.pd6 {padding:6px !important;}
.pd7 {padding:7px !important;}
.pd8 {padding:8px !important;}
.pd9 {padding:9px !important;}
.pd10 {padding:10px !important;}
.pd11 {padding:11px !important;}
.pd12 {padding:12px !important;}
.pd13 {padding:13px !important;}
.pd14 {padding:14px !important;}
.pd15 {padding:15px !important;}
.pd16 {padding:16px !important;}
.pd17 {padding:17px !important;}
.pd18 {padding:18px !important;}
.pd19 {padding:19px !important;}
.pd20 {padding:20px !important;}
.pd25 {padding:25px !important;}
.pd30 {padding:30px !important;}
.pd35 {padding:35px !important;}
.pd40 {padding:40px !important;}
.pd45 {padding:45px !important;}
.pd50 {padding:50px !important;}

.mg-t0 {margin-top:0px !important;}
.mg-t1 {margin-top:1px !important;}
.mg-t2 {margin-top:2px !important;}
.mg-t3 {margin-top:3px !important;}
.mg-t4 {margin-top:4px !important;}
.mg-t5 {margin-top:5px !important;}
.mg-t6 {margin-top:6px !important;}
.mg-t7 {margin-top:7px !important;}
.mg-t8 {margin-top:8px !important;}
.mg-t9 {margin-top:9px !important;}
.mg-t10 {margin-top:10px !important;}
.mg-t11 {margin-top:11px !important;}
.mg-t12 {margin-top:12px !important;}
.mg-t13 {margin-top:13px !important;}
.mg-t14 {margin-top:14px !important;}
.mg-t15 {margin-top:15px !important;}
.mg-t16 {margin-top:16px !important;}
.mg-t17 {margin-top:17px !important;}
.mg-t18 {margin-top:18px !important;}
.mg-t19 {margin-top:19px !important;}
.mg-t20 {margin-top:20px !important;}
.mg-t25 {margin-top:25px !important;}
.mg-t30 {margin-top:30px !important;}
.mg-t35 {margin-top:35px !important;}
.mg-t40 {margin-top:40px !important;}
.mg-t45 {margin-top:45px !important;}
.mg-t50 {margin-top:50px !important;}
.mg-t55 {margin-top:55px !important;}
.mg-t60 {margin-top:60px !important;}
.mg-t65 {margin-top:65px !important;}
.mg-t70 {margin-top:70px !important;}
.mg-t75 {margin-top:75px !important;}
.mg-t80 {margin-top:80px !important;}
.mg-t85 {margin-top:85px !important;}
.mg-t90 {margin-top:90px !important;}
.mg-t95 {margin-top:95px !important;}
.mg-t100 {margin-top:100px !important;}
.mg-t110 {margin-top:110px !important;}
.mg-t120 {margin-top:120px !important;}
.mg-t130 {margin-top:130px !important;}
.mg-t140 {margin-top:140px !important;}
.mg-t150 {margin-top:150px !important;}
.mg-t160 {margin-top:160px !important;}
.mg-t170 {margin-top:170px !important;}
.mg-t180 {margin-top:180px !important;}
.mg-t190 {margin-top:190px !important;}
.mg-t200 {margin-top:200px !important;}
.mg-t210 {margin-top:210px !important;}
.mg-t220 {margin-top:220px !important;}
.mg-t230 {margin-top:230px !important;}
.mg-t240 {margin-top:240px !important;}
.mg-t250 {margin-top:250px !important;}


.mg-r0 {margin-right:0px !important;}
.mg-r1 {margin-right:1px !important;}
.mg-r2 {margin-right:2px !important;}
.mg-r3 {margin-right:3px !important;}
.mg-r4 {margin-right:4px !important;}
.mg-r5 {margin-right:5px !important;}
.mg-r6 {margin-right:6px !important;}
.mg-r7 {margin-right:7px !important;}
.mg-r8 {margin-right:8px !important;}
.mg-r9 {margin-right:9px !important;}
.mg-r10 {margin-right:10px !important;}
.mg-r11 {margin-right:11px !important;}
.mg-r12 {margin-right:12px !important;}
.mg-r13 {margin-right:13px !important;}
.mg-r14 {margin-right:14px !important;}
.mg-r15 {margin-right:15px !important;}
.mg-r16 {margin-right:16px !important;}
.mg-r17 {margin-right:17px !important;}
.mg-r18 {margin-right:18px !important;}
.mg-r19 {margin-right:19px !important;}
.mg-r20 {margin-right:20px !important;}
.mg-r25 {margin-right:25px !important;}
.mg-r30 {margin-right:30px !important;}
.mg-r35 {margin-right:35px !important;}
.mg-r40 {margin-right:40px !important;}
.mg-r45 {margin-right:45px !important;}
.mg-r50 {margin-right:50px !important;}
.mg-r55 {margin-right:55px !important;}
.mg-r60 {margin-right:60px !important;}
.mg-r65 {margin-right:65px !important;}
.mg-r70 {margin-right:70px !important;}
.mg-r75 {margin-right:75px !important;}
.mg-r80 {margin-right:80px !important;}
.mg-r85 {margin-right:85px !important;}
.mg-r90 {margin-right:90px !important;}
.mg-r95 {margin-right:95px !important;}
.mg-r100 {margin-right:100px !important;}
.mg-r110 {margin-right:110px !important;}
.mg-r120 {margin-right:120px !important;}
.mg-r130 {margin-right:130px !important;}
.mg-r140 {margin-right:140px !important;}
.mg-r150 {margin-right:150px !important;}
.mg-r160 {margin-right:160px !important;}
.mg-r170 {margin-right:170px !important;}
.mg-r180 {margin-right:180px !important;}
.mg-r190 {margin-right:190px !important;}
.mg-r200 {margin-right:200px !important;}
.mg-r210 {margin-right:210px !important;}
.mg-r220 {margin-right:220px !important;}
.mg-r230 {margin-right:230px !important;}
.mg-r240 {margin-right:240px !important;}
.mg-r250 {margin-right:250px !important;}

.mg-b0 {margin-bottom:0px !important;}
.mg-b1 {margin-bottom:1px !important;}
.mg-b2 {margin-bottom:2px !important;}
.mg-b3 {margin-bottom:3px !important;}
.mg-b4 {margin-bottom:4px !important;}
.mg-b5 {margin-bottom:5px !important;}
.mg-b6 {margin-bottom:6px !important;}
.mg-b7 {margin-bottom:7px !important;}
.mg-b8 {margin-bottom:8px !important;}
.mg-b9 {margin-bottom:9px !important;}
.mg-b10 {margin-bottom:10px !important;}
.mg-b11 {margin-bottom:11px !important;}
.mg-b12 {margin-bottom:12px !important;}
.mg-b13 {margin-bottom:13px !important;}
.mg-b14 {margin-bottom:14px !important;}
.mg-b15 {margin-bottom:15px !important;}
.mg-b16 {margin-bottom:16px !important;}
.mg-b17 {margin-bottom:17px !important;}
.mg-b18 {margin-bottom:18px !important;}
.mg-b19 {margin-bottom:19px !important;}
.mg-b20 {margin-bottom:20px !important;}
.mg-b25 {margin-bottom:25px !important;}
.mg-b30 {margin-bottom:30px !important;}
.mg-b35 {margin-bottom:35px !important;}
.mg-b40 {margin-bottom:40px !important;}
.mg-b45 {margin-bottom:45px !important;}
.mg-b50 {margin-bottom:50px !important;}
.mg-b55 {margin-bottom:55px !important;}
.mg-b60 {margin-bottom:60px !important;}
.mg-b65 {margin-bottom:65px !important;}
.mg-b70 {margin-bottom:70px !important;}
.mg-b75 {margin-bottom:75px !important;}
.mg-b80 {margin-bottom:80px !important;}
.mg-b85 {margin-bottom:85px !important;}
.mg-b90 {margin-bottom:90px !important;}
.mg-b95 {margin-bottom:95px !important;}
.mg-b100 {margin-bottom:100px !important;}
.mg-b110 {margin-bottom:110px !important;}
.mg-b120 {margin-bottom:120px !important;}
.mg-b130 {margin-bottom:130px !important;}
.mg-b140 {margin-bottom:140px !important;}
.mg-b150 {margin-bottom:150px !important;}
.mg-b160 {margin-bottom:160px !important;}
.mg-b170 {margin-bottom:170px !important;}
.mg-b180 {margin-bottom:180px !important;}
.mg-b190 {margin-bottom:190px !important;}
.mg-b200 {margin-bottom:200px !important;}
.mg-b210 {margin-bottom:210px !important;}
.mg-b220 {margin-bottom:220px !important;}
.mg-b230 {margin-bottom:230px !important;}
.mg-b240 {margin-bottom:240px !important;}
.mg-b250 {margin-bottom:250px !important;}

.mg-l0 {margin-left:0px !important;}
.mg-l1 {margin-left:1px !important;}
.mg-l2 {margin-left:2px !important;}
.mg-l3 {margin-left:3px !important;}
.mg-l4 {margin-left:4px !important;}
.mg-l5 {margin-left:5px !important;}
.mg-l6 {margin-left:6px !important;}
.mg-l7 {margin-left:7px !important;}
.mg-l8 {margin-left:8px !important;}
.mg-l9 {margin-left:9px !important;}
.mg-l10 {margin-left:10px !important;}
.mg-l11 {margin-left:11px !important;}
.mg-l12 {margin-left:12px !important;}
.mg-l13 {margin-left:13px !important;}
.mg-l14 {margin-left:14px !important;}
.mg-l15 {margin-left:15px !important;}
.mg-l16 {margin-left:16px !important;}
.mg-l17 {margin-left:17px !important;}
.mg-l18 {margin-left:18px !important;}
.mg-l19 {margin-left:19px !important;}
.mg-l20 {margin-left:20px !important;}
.mg-l25 {margin-left:25px !important;}
.mg-l30 {margin-left:30px !important;}
.mg-l35 {margin-left:35px !important;}
.mg-l40 {margin-left:40px !important;}
.mg-l45 {margin-left:45px !important;}
.mg-l50 {margin-left:50px !important;}
.mg-l55 {margin-left:55px !important;}
.mg-l60 {margin-left:60px !important;}
.mg-l65 {margin-left:65px !important;}
.mg-l70 {margin-left:70px !important;}
.mg-l75 {margin-left:75px !important;}
.mg-l80 {margin-left:80px !important;}
.mg-l85 {margin-left:85px !important;}
.mg-l90 {margin-left:90px !important;}
.mg-l95 {margin-left:95px !important;}
.mg-l100 {margin-left:100px !important;}
.mg-l110 {margin-left:110px !important;}
.mg-l120 {margin-left:120px !important;}
.mg-l130 {margin-left:130px !important;}
.mg-l140 {margin-left:140px !important;}
.mg-l150 {margin-left:150px !important;}
.mg-l160 {margin-left:160px !important;}
.mg-l170 {margin-left:170px !important;}
.mg-l180 {margin-left:180px !important;}
.mg-l190 {margin-left:190px !important;}
.mg-l200 {margin-left:200px !important;}
.mg-l210 {margin-left:210px !important;}
.mg-l220 {margin-left:220px !important;}
.mg-l230 {margin-left:230px !important;}
.mg-l240 {margin-left:240px !important;}
.mg-l245 {margin-left:245px !important;}
.mg-l250 {margin-left:250px !important;}

.mg-lr0 {margin-left:0px !important; margin-right:0px !important;}
.mg-lr1 {margin-left:1px !important; margin-right:1px !important;}
.mg-lr2 {margin-left:2px !important; margin-right:2px !important;}
.mg-lr3 {margin-left:3px !important; margin-right:3px !important;}
.mg-lr4 {margin-left:4px !important; margin-right:4px !important;}
.mg-lr5 {margin-left:5px !important; margin-right:5px !important;}
.mg-lr6 {margin-left:6px !important; margin-right:6px !important;}
.mg-lr7 {margin-left:7px !important; margin-right:7px !important;}
.mg-lr8 {margin-left:8px !important; margin-right:8px !important;}
.mg-lr9 {margin-left:9px !important; margin-right:9px !important;}
.mg-lr10 {margin-left:10px !important; margin-right:10px !important;}
.mg-lr11 {margin-left:11px !important; margin-right:11px !important;}
.mg-lr12 {margin-left:12px !important; margin-right:12px !important;}
.mg-lr13 {margin-left:13px !important; margin-right:13px !important;}
.mg-lr14 {margin-left:14px !important; margin-right:14px !important;}
.mg-lr15 {margin-left:15px !important; margin-right:15px !important;}
.mg-lr16 {margin-left:16px !important; margin-right:16px !important;}
.mg-lr17 {margin-left:17px !important; margin-right:17px !important;}
.mg-lr18 {margin-left:18px !important; margin-right:18px !important;}
.mg-lr19 {margin-left:19px !important; margin-right:19px !important;}
.mg-lr20 {margin-left:20px !important; margin-right:20px !important;}
.mg-lr25 {margin-left:25px !important; margin-right:25px !important;}
.mg-lr30 {margin-left:30px !important; margin-right:30px !important;}
.mg-lr35 {margin-left:35px !important; margin-right:35px !important;}
.mg-lr40 {margin-left:40px !important; margin-right:40px !important;}
.mg-lr45 {margin-left:45px !important; margin-right:45px !important;}
.mg-lr50 {margin-left:50px !important; margin-right:50px !important;}
.mg-lr55 {margin-left:55px !important; margin-right:55px !important;}
.mg-lr60 {margin-left:60px !important; margin-right:60px !important;}
.mg-lr65 {margin-left:65px !important; margin-right:65px !important;}
.mg-lr70 {margin-left:70px !important; margin-right:70px !important;}
.mg-lr75 {margin-left:75px !important; margin-right:75px !important;}
.mg-lr80 {margin-left:80px !important; margin-right:80px !important;}
.mg-lr85 {margin-left:85px !important; margin-right:85px !important;}
.mg-lr90 {margin-left:90px !important; margin-right:90px !important;}
.mg-lr95 {margin-left:95px !important; margin-right:95px !important;}
.mg-lr100 {margin-left:100px !important; margin-right:100px !important;}


.mg-tb0 {margin-top:0px !important; margin-bottom:0px !important;}
.mg-tb1 {margin-top:1px !important; margin-bottom:1px !important;}
.mg-tb2 {margin-top:2px !important; margin-bottom:2px !important;}
.mg-tb3 {margin-top:3px !important; margin-bottom:3px !important;}
.mg-tb4 {margin-top:4px !important; margin-bottom:4px !important;}
.mg-tb5 {margin-top:5px !important; margin-bottom:5px !important;}
.mg-tb6 {margin-top:6px !important; margin-bottom:6px !important;}
.mg-tb7 {margin-top:7px !important; margin-bottom:7px !important;}
.mg-tb8 {margin-top:8px !important; margin-bottom:8px !important;}
.mg-tb9 {margin-top:9px !important; margin-bottom:9px !important;}
.mg-tb10 {margin-top:10px !important; margin-bottom:10px !important;}
.mg-tb11 {margin-top:11px !important; margin-bottom:11px !important;}
.mg-tb12 {margin-top:12px !important; margin-bottom:12px !important;}
.mg-tb13 {margin-top:13px !important; margin-bottom:13px !important;}
.mg-tb14 {margin-top:14px !important; margin-bottom:14px !important;}
.mg-tb15 {margin-top:15px !important; margin-bottom:15px !important;}
.mg-tb16 {margin-top:16px !important; margin-bottom:16px !important;}
.mg-tb17 {margin-top:17px !important; margin-bottom:17px !important;}
.mg-tb18 {margin-top:18px !important; margin-bottom:18px !important;}
.mg-tb19 {margin-top:19px !important; margin-bottom:19px !important;}
.mg-tb20 {margin-top:20px !important; margin-bottom:20px !important;}
.mg-tb25 {margin-top:25px !important; margin-bottom:25px !important;}
.mg-tb30 {margin-top:30px !important; margin-bottom:30px !important;}
.mg-tb35 {margin-top:35px !important; margin-bottom:35px !important;}
.mg-tb40 {margin-top:40px !important; margin-bottom:40px !important;}
.mg-tb45 {margin-top:45px !important; margin-bottom:45px !important;}
.mg-tb50 {margin-top:50px !important; margin-bottom:50px !important;}
.mg-tb55 {margin-top:55px !important; margin-bottom:55px !important;}
.mg-tb60 {margin-top:60px !important; margin-bottom:60px !important;}
.mg-tb65 {margin-top:65px !important; margin-bottom:65px !important;}
.mg-tb70 {margin-top:70px !important; margin-bottom:70px !important;}
.mg-tb75 {margin-top:75px !important; margin-bottom:75px !important;}
.mg-tb80 {margin-top:80px !important; margin-bottom:80px !important;}
.mg-tb85 {margin-top:85px !important; margin-bottom:85px !important;}
.mg-tb90 {margin-top:90px !important; margin-bottom:90px !important;}
.mg-tb95 {margin-top:95px !important; margin-bottom:95px !important;}
.mg-tb100 {margin-top:100px !important; margin-bottom:100px !important;}

.mg0 {margin:0px !important;}
.mg1 {margin:1px !important;}
.mg2 {margin:2px !important;}
.mg3 {margin:3px !important;}
.mg4 {margin:4px !important;}
.mg5 {margin:5px !important;}
.mg6 {margin:6px !important;}
.mg7 {margin:7px !important;}
.mg8 {margin:8px !important;}
.mg9 {margin:9px !important;}
.mg10 {margin:10px !important;}
.mg11 {margin:11px !important;}
.mg12 {margin:12px !important;}
.mg13 {margin:13px !important;}
.mg14 {margin:14px !important;}
.mg15 {margin:15px !important;}
.mg16 {margin:16px !important;}
.mg17 {margin:17px !important;}
.mg18 {margin:18px !important;}
.mg19 {margin:19px !important;}
.mg20 {margin:20px !important;}
.mg25 {margin:25px !important;}
.mg30 {margin:30px !important;}
.mg35 {margin:35px !important;}
.mg40 {margin:40px !important;}
.mg45 {margin:45px !important;}
.mg50 {margin:50px !important;}


/*定位*/
.rlt {position:relative !important}
.abs {position:absolute !important; z-index:9999}
.fixed {position:fixed !important; z-index:9999}

.tp-1 {top:-1px !important;}
.tp-2 {top:-2px !important;}
.tp-3 {top:-3px !important;}
.tp-4 {top:-4px !important;}
.tp-5 {top:-5px !important;}
.tp-6 {top:-6px !important;}
.tp-7 {top:-7px !important;}
.tp-8 {top:-8px !important;}
.tp-9 {top:-9px !important;}
.tp-10 {top:-10px !important;}
.tp-11 {top:-11px !important;}
.tp-12 {top:-12px !important;}
.tp-13 {top:-13px !important;}
.tp-14 {top:-14px !important;}
.tp-15 {top:-15px !important;}
.tp-20 {top:-20px !important;}
.tp-25 {top:-25px !important;}
.tp-30 {top:-30px !important;}
.tp-35 {top:-35px !important;}
.tp-40 {top:-40px !important;}
.tp-45 {top:-45px !important;}
.tp-50 {top:-50px !important;}
.tp-55 {top:-55px !important;}
.tp-60 {top:-60px !important;}
.tp-65 {top:-65px !important;}
.tp-70 {top:-70px !important;}
.tp-75 {top:-75px !important;}
.tp-80 {top:-80px !important;}
.tp-85 {top:-85px !important;}
.tp-90 {top:-90px !important;}
.tp-95 {top:-95px !important;}
.tp-100 {top:-100px !important;}
.tp-105 {top:-105px !important;}
.tp-110 {top:-110px !important;}
.tp-115 {top:-115px !important;}
.tp-120 {top:-120px !important;}
.tp-125 {top:-125px !important;}
.tp-130 {top:-130px !important;}
.tp-135 {top:-135px !important;}
.tp-140 {top:-140px !important;}
.tp-145 {top:-145px !important;}
.tp-150 {top:-150px !important;}
.tp-155 {top:-155px !important;}
.tp-160 {top:-160px !important;}
.tp-165 {top:-165px !important;}
.tp-170 {top:-170px !important;}


.tp {top:0 !important;}
.tp1 {top:1px !important;}
.tp2 {top:2px !important;}
.tp3 {top:3px !important;}
.tp4 {top:4px !important;}
.tp5 {top:5px !important;}
.tp6 {top:6px !important;}
.tp7 {top:7px !important;}
.tp8 {top:8px !important;}
.tp9 {top:9px !important;}
.tp10 {top:10px !important;}
.tp11 {top:11px !important;}
.tp12 {top:12px !important;}
.tp13 {top:13px !important;}
.tp14 {top:14px !important;}
.tp15 {top:15px !important;}
.tp20 {top:20px !important;}
.tp25 {top:25px !important;}
.tp30 {top:30px !important;}
.tp35 {top:35px !important;}
.tp40 {top:40px !important;}
.tp45 {top:45px !important;}
.tp50 {top:50px !important;}
.tp55 {top:55px !important;}
.tp60 {top:60px !important;}
.tp65 {top:65px !important;}
.tp70 {top:70px !important;}
.tp75 {top:75px !important;}
.tp80 {top:80px !important;}
.tp85 {top:85px !important;}
.tp90 {top:90px !important;}
.tp95 {top:95px !important;}
.tp100 {top:100px !important;}
.tp105 {top:105px !important;}
.tp110 {top:110px !important;}
.tp115 {top:115px !important;}
.tp120 {top:120px !important;}
.tp125 {top:125px !important;}
.tp130 {top:130px !important;}
.tp135 {top:135px !important;}
.tp140 {top:140px !important;}
.tp145 {top:145px !important;}
.tp150 {top:150px !important;}
.tp155 {top:155px !important;}
.tp160 {top:160px !important;}
.tp165 {top:165px !important;}
.tp170 {top:170px !important;}

.rt-1 {right:-1px !important;}
.rt-2 {right:-2px !important;}
.rt-3 {right:-3px !important;}
.rt-4 {right:-4px !important;}
.rt-5 {right:-5px !important;}
.rt-6 {right:-6px !important;}
.rt-7 {right:-7px !important;}
.rt-8 {right:-8px !important;}
.rt-9 {right:-9px !important;}
.rt-10 {right:-10px !important;}
.rt-11 {right:-11px !important;}
.rt-12 {right:-12px !important;}
.rt-13 {right:-13px !important;}
.rt-14 {right:-14px !important;}
.rt-15 {right:-15px !important;}
.rt-20 {right:-20px !important;}
.rt-25 {right:-25px !important;}
.rt-30 {right:-30px !important;}
.rt-35 {right:-35px !important;}
.rt-40 {right:-40px !important;}
.rt-45 {right:-45px !important;}
.rt-50 {right:-50px !important;}
.rt-55 {right:-55px !important;}
.rt-60 {right:-60px !important;}
.rt-65 {right:-65px !important;}
.rt-70 {right:-70px !important;}
.rt-75 {right:-75px !important;}
.rt-80 {right:-80px !important;}
.rt-85 {right:-85px !important;}
.rt-90 {right:-90px !important;}
.rt-95 {right:-95px !important;}
.rt-100 {right:-100px !important;}


.rt {right:0 !important;}
.rt1 {right:1px !important;}
.rt2 {right:2px !important;}
.rt3 {right:3px !important;}
.rt4 {right:4px !important;}
.rt5 {right:5px !important;}
.rt6 {right:6px !important;}
.rt7 {right:7px !important;}
.rt8 {right:8px !important;}
.rt9 {right:9px !important;}
.rt10 {right:10px !important;}
.rt11 {right:11px !important;}
.rt12 {right:12px !important;}
.rt13 {right:13px !important;}
.rt14 {right:14px !important;}
.rt15 {right:15px !important;}
.rt20 {right:20px !important;}
.rt25 {right:25px !important;}
.rt30 {right:30px !important;}
.rt35 {right:35px !important;}
.rt40 {right:40px !important;}
.rt45 {right:45px !important;}
.rt50 {right:50px !important;}
.rt55 {right:55px !important;}
.rt60 {right:60px !important;}
.rt65 {right:65px !important;}
.rt70 {right:70px !important;}
.rt75 {right:75px !important;}
.rt80 {right:80px !important;}
.rt85 {right:85px !important;}
.rt90 {right:90px !important;}
.rt95 {right:95px !important;}
.rt100 {right:100px !important;}
.rt105 {right:105px !important;}
.rt110 {right:110px !important;}
.rt115 {right:115px !important;}
.rt120 {right:120px !important;}
.rt125 {right:125px !important;}
.rt130 {right:130px !important;}
.rt135 {right:135px !important;}
.rt140 {right:140px !important;}
.rt145 {right:145px !important;}
.rt150 {right:150px !important;}
.rt155 {right:155px !important;}
.rt160 {right:160px !important;}
.rt165 {right:165px !important;}
.rt170 {right:170px !important;}

.bm-1 {bottom:-1px !important;}
.bm-2 {bottom:-2px !important;}
.bm-3 {bottom:-3px !important;}
.bm-4 {bottom:-4px !important;}
.bm-5 {bottom:-5px !important;}
.bm-6 {bottom:-6px !important;}
.bm-7 {bottom:-7px !important;}
.bm-8 {bottom:-8px !important;}
.bm-9 {bottom:-9px !important;}
.bm-10 {bottom:-10px !important;}
.bm-11 {bottom:-11px !important;}
.bm-12 {bottom:-12px !important;}
.bm-13 {bottom:-13px !important;}
.bm-14 {bottom:-14px !important;}
.bm-15 {bottom:-15px !important;}
.bm-20 {bottom:-20px !important;}
.bm-25 {bottom:-25px !important;}
.bm-30 {bottom:-30px !important;}
.bm-35 {bottom:-35px !important;}
.bm-40 {bottom:-40px !important;}
.bm-45 {bottom:-45px !important;}
.bm-50 {bottom:-50px !important;}
.bm-55 {bottom:-55px !important;}
.bm-60 {bottom:-60px !important;}
.bm-65 {bottom:-65px !important;}
.bm-70 {bottom:-70px !important;}

.bm {bottom:0 !important;}
.bm1 {bottom:1px !important;}
.bm2 {bottom:2px !important;}
.bm3 {bottom:3px !important;}
.bm4 {bottom:4px !important;}
.bm5 {bottom:5px !important;}
.bm6 {bottom:6px !important;}
.bm7 {bottom:7px !important;}
.bm8 {bottom:8px !important;}
.bm9 {bottom:9px !important;}
.bm10 {bottom:10px !important;}
.bm11 {bottom:11px !important;}
.bm12 {bottom:12px !important;}
.bm13 {bottom:13px !important;}
.bm14 {bottom:14px !important;}
.bm15 {bottom:15px !important;}
.bm20 {bottom:20px !important;}
.bm25 {bottom:25px !important;}
.bm30 {bottom:30px !important;}
.bm35 {bottom:35px !important;}
.bm40 {bottom:40px !important;}
.bm45 {bottom:45px !important;}
.bm50 {bottom:50px !important;}
.bm55 {bottom:55px !important;}
.bm60 {bottom:60px !important;}
.bm65 {bottom:65px !important;}
.bm70 {bottom:70px !important;}
.bm75 {bottom:75px !important;}
.bm80 {bottom:80px !important;}
.bm85 {bottom:85px !important;}
.bm90 {bottom:90px !important;}
.bm95 {bottom:95px !important;}
.bm100 {bottom:100px !important;}
.bm105 {bottom:105px !important;}
.bm110 {bottom:110px !important;}
.bm115 {bottom:115px !important;}
.bm120 {bottom:120px !important;}
.bm125 {bottom:125px !important;}
.bm130 {bottom:130px !important;}
.bm135 {bottom:135px !important;}
.bm140 {bottom:140px !important;}
.bm145 {bottom:145px !important;}
.bm150 {bottom:150px !important;}
.bm155 {bottom:155px !important;}
.bm160 {bottom:160px !important;}
.bm165 {bottom:165px !important;}
.bm170 {bottom:170px !important;}

.lt-1 {left:-1px !important;}
.lt-2 {left:-2px !important;}
.lt-3 {left:-3px !important;}
.lt-4 {left:-4px !important;}
.lt-5 {left:-5px !important;}
.lt-6 {left:-6px !important;}
.lt-7 {left:-7px !important;}
.lt-8 {left:-8px !important;}
.lt-9 {left:-9px !important;}
.lt-10 {left:-10px !important;}
.lt-11 {left:-11px !important;}
.lt-12 {left:-12px !important;}
.lt-13 {left:-13px !important;}
.lt-14 {left:-14px !important;}
.lt-15 {left:-15px !important;}
.lt-20 {left:-20px !important;}
.lt-25 {left:-25px !important;}
.lt-30 {left:-30px !important;}
.lt-35 {left:-35px !important;}
.lt-40 {left:-40px !important;}
.lt-45 {left:-45px !important;}
.lt-50 {left:-50px !important;}
.lt-55 {left:-55px !important;}
.lt-60 {left:-60px !important;}
.lt-65 {left:-65px !important;}
.lt-70 {left:-70px !important;}

.lt {left:0 !important;}
.lt1 {left:1px !important;}
.lt2 {left:2px !important;}
.lt3 {left:3px !important;}
.lt4 {left:4px !important;}
.lt5 {left:5px !important;}
.lt6 {left:6px !important;}
.lt7 {left:7px !important;}
.lt8 {left:8px !important;}
.lt9 {left:9px !important;}
.lt10 {left:10px !important;}
.lt11 {left:11px !important;}
.lt12 {left:12px !important;}
.lt13 {left:13px !important;}
.lt14 {left:14px !important;}
.lt15 {left:15px !important;}
.lt20 {left:20px !important;}
.lt25 {left:25px !important;}
.lt30 {left:30px !important;}
.lt35 {left:35px !important;}
.lt40 {left:40px !important;}
.lt45 {left:45px !important;}
.lt50 {left:50px !important;}
.lt55 {left:55px !important;}
.lt60 {left:60px !important;}
.lt65 {left:65px !important;}
.lt70 {left:70px !important;}
.lt75 {left:75px !important;}
.lt80 {left:80px !important;}
.lt85 {left:85px !important;}
.lt90 {left:90px !important;}
.lt95 {left:95px !important;}
.lt100 {left:100px !important;}
.lt105 {left:105px !important;}
.lt110 {left:110px !important;}
.lt115 {left:115px !important;}
.lt120 {left:120px !important;}
.lt125 {left:125px !important;}
.lt130 {left:130px !important;}
.lt135 {left:135px !important;}
.lt140 {left:140px !important;}
.lt145 {left:145px !important;}
.lt150 {left:150px !important;}
.lt155 {left:155px !important;}
.lt160 {left:160px !important;}
.lt165 {left:165px !important;}
.lt170 {left:170px !important;}

/*----------翻页样式----------*/
.page {
	margin-bottom:20px;
	width: auto;
	clear:both;
	font-size:12px;
	background:#fff;
	clear:both;
}
.page ul li {
	float: left;
	text-align: center;
	margin-left:6px;
}
.page ul li a {
	display: block;
	padding: 6px 12px;
	border: #eee 1px solid;
}
.page ul li a.disabled {
	color: #aaa;
	cursor: default;
}
.page ul li a.active {
	background: #ff6400;
	border: #ff6400 1px solid;
	color: #fff;
}
.page .count {
	font-size:12px;
	color:#ff6400
}
.page .count em {color:#2e7dc6; font-style:normal;}
.page .jump {width:30px; height:30px; border:1px #e3e3e3 solid; text-align:center}

/*边框线类型*/
.bd-solid { border-style:solid !important;}
.bd-solid-t {border-top-style:solid !important;}
.bd-solid-r {border-right-style:solid !important;}
.bd-solid-b {border-bottom-style:solid !important;}
.bd-solid-l {border-left-style:solid !important;}
.bd-solid-tb {border-top-style:solid !important;border-bottom-style:solid !important;}
.bd-solid-lr {border-left-style:solid !important;border-right-style:solid !important;}

.bd-dashed {border-style:dashed !important;}
.bd-dashed-t {border-top-style:dashed !important;}
.bd-dashed-r {border-right-style:dashed !important;}
.bd-dashed-b {border-bottom-style:dashed !important;}
.bd-dashed-l {border-left-style:dashed !important;}
.bd-dashed-tb {border-top-style:dashed !important;border-bottom-style:dashed !important;}
.bd-dashed-lr {border-left-style:dashed !important;border-right-style:dashed !important;}

.bd-dotted {border-style:dotted !important;}
.bd-dotted-t {border-top-style:dotted !important;}
.bd-dotted-r {border-right-style:dotted !important;}
.bd-dotted-b {border-bottom-style:dotted !important;}
.bd-dotted-l {border-left-style:dotted !important;}
.bd-dotted-tb {border-top-style:dotted !important;border-bottom-style:dotted !important;}
.bd-dotted-lr {border-left-style:dotted !important;border-right-style:dotted !important;}

.bd-double {border-style:double !important;}
.bd-double-t {border-top-style:double !important;}
.bd-double-r {border-right-style:double !important;}
.bd-double-b {border-bottom-style:double !important;}
.bd-double-l {border-left-style:double !important;}
.bd-double-tb {border-top-style:double !important;border-bottom-style:double !important;}
.bd-double-lr {border-left-style:double !important;border-right-style:double !important;}

/*边框线粗线*/
.bdw-1 {border-width:1px !important}
.bdw-2 {border-width:2px !important}
.bdw-3 {border-width:3px !important}
.bdw-4 {border-width:4px !important}
.bdw-5 {border-width:5px !important}
.bdw-6 {border-width:6px !important}
.bdw-7 {border-width:7px !important}
.bdw-8 {border-width:8px !important}
.bdw-9 {border-width:9px !important}
.bdw-10 {border-width:10px !important}
.bdw-15 {border-width:15px !important}
.bdw-20 {border-width:20px !important}

/*边框颜色*/
.bdc-white,a.bdc-white {border-color:#fff !important;}
.bdc-gray,a.bdc-gray {border-color:#eeeeee !important;}
.bdc-gray2,a.bdc-gray2 {border-color:#e5e5e5 !important;}
.bdc-gray3,a.bdc-gray3 {border-color:#d7d7d7 !important;}
.bdc-gray4,a.bdc-gray4 {border-color:#d1d1d1 !important;}

.bdc-blue,a.bdc-blue {border-color:#c4e5f1 !important;}
.bdc-blue2,a.bdc-blue2 {border-color:#58bbdb !important;}
.bdc-blue3,a.bdc-blue3 {border-color:#3c8dbc !important;}

.bdc-red,a.bdc-red {border-color:#fdcece !important;}
.bdc-red2,a.bdc-red2 {border-color:#ff2400 !important;}

.bdc-orange,a.bdc-orange {border-color:#ff9999 !important;}
.bdc-orange2,a.bdc-orange2 {border-color:#ff8800 !important;}
.bdc-orange3,a.bdc-orange3 {border-color:#ff6600 !important;}

.bdc-green, a.bdc-green {border-color:#afd86e !important;}
.bdc-green2, a.bdc-green2 {border-color:#80b52b !important;}
.bdc-green3, a.bdc-green3 {border-color:#6b9e1c !important;}

/*去边框*/
.bd-no {border:0 !important;}
.bd-not {border-top:0 !important;}
.bd-nor {border-right:0 !important;}
.bd-nob {border-bottom:0 !important;}
.bd-nol {border-left:0 !important;}

.bd-notb {border-top:0 !important; border-bottom:0 !important}
.bd-nolr {border-left:0 !important; border-right:0 !important}

.bd-notrb {border-top:0 !important; border-right:0 !important; border-bottom:0 !important}
.bd-norbl {border-right:0 !important; border-bottom:0 !important; border-left:0 !important}
.bd-noblt {border-bottom:0 !important; border-left:0 !important; border-top:0 !important}
.bd-noltr {border-left:0 !important; border-top:0 !important; border-right:0 !important}

/*--------------------------标签--------------------------*/
/*标签样式*/
.label{
	font-size:12px;
	padding:4px 10px;
	-webkit-border-radius:4px!important;
	-webkit-background-clip:padding-box!important;
	-moz-border-radius:4px!important;
	-moz-background-clip:padding!important;
	border-radius:4px!important;
	background-clip:padding-box!important}

.label-badges {
	display:inline-block;
	font-size:12px;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	-webkit-border-radius:18px!important;
	-webkit-background-clip:padding-box!important;
	-moz-border-radius:18px!important;
	-moz-background-clip:padding!important;
	border-radius:18px!important;
	background-clip:padding-box!important;
	overflow:hidden;}
	
.label-square {
	display:inline-block;
	font-size:12px;
	width:18px;
	height:18px;
	border-radius:3px!important;
	line-height:18px;
	text-align:center;
	-webkit-border-radius:3px!important;
	-webkit-background-clip:padding-box!important;
	-moz-border-radius:3px!important;
	-moz-background-clip:padding!important;	
	background-clip:padding-box!important;
	overflow:hidden;}

/*标签颜色*/
.label-default{background-color:#ccc!important; color:#fff!important;}
.label-white {background-color:#fff!important; border:1px #eeeeee solid; color:#ff2400!important;}
.label-white2 {background-color:#fff!important; border:1px #dddddd solid; color:#333333!important;}
.label-primary{background-color:#4374e0!important; color:#fff!important;}
.label-info{background-color:#57b5e3!important; color:#fff!important;}
.label-danger{background-color:#d73d32!important; color:#fff!important;}
.label-warning{background-color:#f4b400!important; color:#fff!important;}
.label-sky {background-color:#11a9cc!important; color:#fff!important;}
.label-blueberry {background-color:#6f85bf!important; color:#fff!important;}
.label-yellow {background-color:#ffce55!important; color:#fff!important;}
.label-darkorange {background-color:#ed4e2a!important; color:#fff!important;}
.label-magenta {background-color:#bc5679!important; color:#fff!important;}
.label-purple {background-color:#7e3794!important; color:#fff!important;}
.label-maroon {background-color:#981b48!important; color:#fff!important;}
.label-darkpink {background-color:#cc324b!important; color:#fff!important;}
.label-pink {background-color:#e75b8d!important; color:#fff!important;}
.label-azure {background-color:#2dc3e8!important; color:#fff!important;}
.label-orange {background-color:#fb6e52!important; color:#fff!important;}
.label-green {background-color:#48b400!important; color:#fff!important;}
.label-gray {background-color:#f1f1f1!important; color:#262626!important;}
/*标签结束*/

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder{
	font-size:14px;
	color:#999999;
	font-family:'微软雅黑';}
	
/* Mozilla Firefox 19+ */
::-moz-placeholder {
	font-size:14px;
	color:#999999;
	font-family:'微软雅黑';}
	
input:-ms-input-placeholder {
	font-size:14px;
	color:#999999;
	font-family:'微软雅黑';}
	
input::-webkit-input-placeholder {
	font-size:14px;
	color:#999999;
	font-family:'微软雅黑';}
	

/*渐变背景*/
.bgc-grad-demo {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff2400,endColorStr=#ff6400); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ff2400,#ff6400); /* IE 10 */
	background:-moz-linear-gradient(top,#ff2400,#ff6400); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff2400), to(#ff6400)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff2400), to(#ff6400));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #ff2400, #ff6400);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #ff2400, #ff6400);  /*Opera 11.10+*/
}


/*灰色渐变*/
.bgc-grad-gray,
a.bgc-grad-gray {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f8f8f8,endColorStr=#eeeeee); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #f8f8f8,#eeeeee); /* IE 10 */
	background:-moz-linear-gradient(top,#f8f8f8,#eeeeee); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f8f8f8), to(#eeeeee)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#eeeeee));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #f8f8f8, #eeeeee);  /*Opera 11.10+*/
}
.bgc-grad-gray:hover,
a.bgc-grad-gray:hover  {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#eeeeee,endColorStr=#ddd); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #eeeeee,#ddd); /* IE 10 */
	background:-moz-linear-gradient(top,#eeeeee,#ddd); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#eeeeee), to(#ddd)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ddd));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #eeeeee, #ddd);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #eeeeee, #ddd);  /*Opera 11.10+*/
}
/*end*/


/*兰色渐变*/
.bgc-grad-blue,
a.bgc-grad-blue {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#0b77c3,endColorStr=#1f93e4); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #0b77c3,#1f93e4); /* IE 10 */
	background:-moz-linear-gradient(top,#0b77c3,#1f93e4); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#0b77c3), to(#1f93e4)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b77c3), to(#1f93e4));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #0b77c3, #1f93e4);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #0b77c3, #1f93e4);  /*Opera 11.10+*/
} 

.bgc-grad-blue:hover,
a.bgc-grad-blue:hover  {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#1f93e4,endColorStr=#2ca0f2); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #1f93e4,#2ca0f2); /* IE 10 */
	background:-moz-linear-gradient(top,#1f93e4,#2ca0f2); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#1f93e4), to(#2ca0f2)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f93e4), to(#2ca0f2));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #0b77c3, #2ca0f2);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #1f93e4, #2ca0f2);  /*Opera 11.10+*/
}
/*end*/

/*橙色渐变*/
.bgc-grad-green,
a.bgc-grad-green {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff6600,endColorStr=#ff4400); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ff6600,#ff4400); /* IE 10 */
	background:-moz-linear-gradient(top,#ff6600,#ff4400); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff6600), to(#ff4400)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6600), to(#ff4400));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #ff6600, #ff4400);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #ff6600, #ff4400);  /*Opera 11.10+*/
} 

.bgc-grad-green:hover,
a.bgc-grad-green:hover  {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff6400,endColorStr=#ff2400); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ff6400,#ff2400); /* IE 10 */
	background:-moz-linear-gradient(top,#ff6400,#ff2400); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff6400), to(#ff2400)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6400), to(#ff2400));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #ff6400, #ff2400);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #ff6400, #ff2400);  /*Opera 11.10+*/
}
/*end*/

/*---------------------------按钮类型--------------------------*/
/*按钮类型-长方形*/
.btn-xs,
a.btn-xs {
	margin:0 3px;
	padding:3px 8px;
	/*width:45px;*/	
	border-radius:2px;
	border:0;
	text-align:center;
	overflow:hidden;
	font-size:12px;
	display:block;
}
.btn-xs i,a.btn-xs i {
	font-size:14px;
	padding-right:2px;
}

.btn-sm,
a.btn-sm {
	margin:0 3px;
    padding:6px 10px;
	border-radius:2px;
	border:0;
	text-align:center;
	overflow:hidden;
	font-size:12px;
	display:block;
}
.btn-sm i, a.btn-sm i {
	font-size:14px;
	padding-right:2px;}

.btn-def,
a.btn-def {
	margin:0 3px;
	padding:8px 14px;
	border-radius:2px;
	border:0;
	text-align:center;
	overflow:hidden;
	display:block;
	font-size:14px;
	display:block;
}
.btn-def i,a.btn-def i {
	font-size:14px;
	padding-right:2px;}

.btn-md,
a.btn-md {
	margin:0 3px;
	padding:9px 12px;
	border-radius:2px;
	border:0;
	text-align:center;
	overflow:hidden;
	display:block;
	font-size:14px;
}
.btn-md i,a.btn-md i {
	font-size:14px;
	padding-right:2px;}
	
.btn-all,
a.btn-all {
	width:100%;
	padding:9px 0;
	text-align:center;
	overflow:hidden;
	display:block;
	font-size:14px;
	border-radius:2px;
    border:0;
}
.btn-all i,a.btn-all i {
	font-size:14px;
	padding-right:2px;
	position:relative;
	top:2px;}
	
	
/*按钮类型-圆角*/
.btn-ri-xs,
a.btn-ri-xs {
	margin:0 3px;
	padding:3px 10px;
	/*width:45px;*/	
	border-radius:25px;
	border:0;
	text-align:center;
	overflow:hidden;
	font-size:12px;
	display:block;
}
.btn-ri-xs i,a.btn-ri-xs i {
	font-size:12px;
	padding-right:2px;
}

.btn-ri-sm,
a.btn-ri-sm {
	margin:0 3px;
    padding:6px 12px;
	border-radius:30px;
	border:0;
	text-align:center;
	overflow:hidden;
	font-size:12px;
	display:block;
}
.btn-ri-sm i, a.btn-ri-sm i {
	font-size:12px;
	padding-right:2px;}

.btn-ri-def,
a.btn-ri-def {
	margin:0 3px;
	padding:8px 14px;
	border-radius:35px;
	border:0;
	text-align:center;
	overflow:hidden;
	display:block;
	font-size:14px;
	display:block;
}
.btn-ri-def i,a.btn-ri-def i {
	font-size:12px;
	padding-right:2px;}

.btn-ri-md,
a.btn-ri-md {
	margin:0 3px;
	padding:9px 16px;
	border-radius:40px;
	border:0;
	text-align:center;
	overflow:hidden;
	display:block;
	font-size:14px;
}
.btn-ri-md i,a.btn-ri-md i {
	font-size:12px;
	padding-right:2px;}

/*圆形按钮*/
.btn-circular-xxs,
a.btn-circular-xxs {
	margin:0 3px;
	display:block;
	width:25px;
	height:25px;
	text-align:center;
	line-height:23px;
	border-radius:25px;
	-moz-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-webkit-border-radius:25px;
}
.btn-circular-xxs i,
a.btn-circular-xxs i {font-size:12px;}


.btn-circular-xs,
a.btn-circular-xs {
	margin:0 3px;
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:28px;
	border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	-webkit-border-radius:30px;
}
.btn-circular-xs i,
a.btn-circular-xs i {font-size:14px;}

.btn-circular-sm,
a.btn-circular-sm {
	margin:0 3px;
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:48px;
	border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	-webkit-border-radius:50px;
	font-size:18px;
}
.btn-circular-sm i,
a.btn-circular-sm i {font-size:22px;}

.btn-circular-def,
a.btn-circular-def {
	margin:0 3px;
	display:block;
	width:60px;
	height:60px;	
	text-align:center;
	line-height:58px;
	border-radius:60px;
	-moz-border-radius:60px;
	-ms-border-radius:60px;
	-o-border-radius:60px;
	-webkit-border-radius:60px;
	font-size:22px;
}
.btn-circular-def i,
a.btn-circular-def i {font-size:26px;}

.btn-circular-md ,
a.btn-circular-md {
	margin:0 3px;
	display:block;
	width:70px;
	height:70px;
	text-align:center;
	line-height:67px;
	border-radius:70px;
	-moz-border-radius:70px;
	-ms-border-radius:70px;
	-o-border-radius:70px;
	-webkit-border-radius:70px;
	font-size:28px;
}
.btn-circular-md i,
a.btn-circular-md i {font-size:30px;}
/*圆形按钮end*/


/*方形按钮*/
.btn-square-xxs,
a.btn-square-xxs {
	margin:0 3px;
	display:block;
	width:25px;
	height:25px;
	text-align:center;
	line-height:23px;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
}
.btn-square-xxs i,
a.btn-square-xxs i {font-size:12px;}

.btn-square-xs,
a.btn-square-xs {
	margin:0 3px;
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:28px;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
}
.btn-square-xs i,
a.btn-square-xs i {font-size:16px;}

.btn-square-sm,
a.btn-square-sm {
	margin:0 3px;
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:48px;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:18px;
}
.btn-square-sm i,
a.btn-square-sm i {font-size:22px;}

.btn-square-def,
a.btn-square-def {
	margin:0 3px;
	display:block;
	width:60px;
	height:60px;	
	text-align:center;
	line-height:58px;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:22px;
}
.btn-square-def i,
a.btn-square-def i {font-size:26px;}

.btn-square-md ,
a.btn-square-md {
	margin:0 3px;
	display:block;
	width:70px;
	height:70px;
	text-align:center;
	line-height:68px;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:28px;
}
.btn-square-md i,
a.btn-square-md i {font-size:34px;}
/*方形按钮end*/

/*按钮颜色*/
/*蓝色*/
.btn-bg-blue, a.btn-bg-blue {
	background:#0191c7;
	color:#fff;
	border:1px #0191c7 solid;
}
.btn-bg-blue:hover, a.btn-bg-blue:hover {
	background:#017aa7;
	color:#fff;
	border:1px #017aa7 solid;
}
.btn-bg-blue i, a.btn-bg-blue i {
	color:#fff;
}
/*蓝色2*/
.btn-bg-blue2, a.btn-bg-blue2 {
	background:#58bbdb !important;
	color:#fff !important;
	border:1px #58bbdb solid !important;
}
.btn-bg-blue2:hover, a.btn-bg-blue2:hover {
	background:#4eb0d0 !important;
	color:#fff !important;
	border:1px #4eb0d0 solid !important;
}
.btn-bg-blue2 i, a.btn-bg-blue2 i {
	color:#fff !important;
}
/*蓝色3*/
.btn-bg-blue3, a.btn-bg-blue3 {
	background:#448aca;
	color:#fff;
	border:1px #448aca solid;
}
.btn-bg-blue3:hover, a.btn-bg-blue3:hover {
	background:#3e7eb8;
	color:#fff;
	border:1px #3e7eb8 solid;
}
.btn-bg-blue3 i, a.btn-bg-blue3 i {
	color:#fff;
}


/*绿色*/
.btn-bg-green, a.btn-bg-green {
	background:#5FB878;
	color:#fff;
	border:1px #5FB878 solid;
}
.btn-bg-green:hover, a.btn-bg-green:hover {
	background:#52a369;
	color:#fff;
	border:1px #52a369 solid;
}
.btn-bg-green i, a.btn-bg-green i {
	color:#fff;
}

/*绿色2*/
.btn-bg-green2, a.btn-bg-green2 {
	background:#01a001 !important;
	color:#fff!important;
	border:1px #01a001 solid !important;
}
.btn-bg-green2:hover, a.btn-bg-green2:hover {
	background:#00bb00 !important;
	color:#fff !important;
	border:1px #00bb00 solid !important;
}
.btn-bg-green2 i, a.btn-bg-green2 i {
	color:#fff !important;
}


/*红色*/
.btn-bg-red, a.btn-bg-red {
	background:#ff2400 !important;
	color:#fff!important;
	border:1px #ff2400 solid !important;
}
.btn-bg-red:hover, a.btn-bg-red:hover {
	background:#e22000 !important;
	color:#fff !important;
	border:1px #e22000 solid !important;
}
.btn-bg-red i, a.btn-bg-red i {
	color:#fff !important;
}


/*橙色*/
.btn-bg-orange, a.btn-bg-orange {
	background:#ff6600 !important;
	color:#fff!important;
	border:1px #ff6600 solid !important;
}
.btn-bg-orange:hover, a.btn-bg-orange:hover {
	background:#ff4200 !important;
	color:#fff !important;
	border:1px #ff4200 solid !important;
}
.btn-bg-orange i, a.btn-bg-orange i {
	color:#fff !important;
}


/*黄色*/
.btn-bg-yellow, a.btn-bg-yellow {
	background:#ffc600 !important;
	color:#fff!important;
	border:1px #ffc600 solid !important;
}
.btn-bg-yellow:hover, a.btn-bg-yellow:hover {
	background:#ffdd40 !important;
	color:#fff !important;
	border:1px #ffdd40 solid !important;
}
.btn-bg-yellow i, a.btn-bg-yellow i {
	color:#fff !important;
}

/*灰色*/
.btn-bg-gray, a.btn-bg-gray {
	background:#f9fafb !important;
	color:#555555 !important;
	border:1px #eee solid !important;
}
.btn-bg-gray:hover, a.btn-bg-gray:hover {
	background:#ffffff !important;
	color:#555555 !important;
	border:1px #eee solid !important;
}
.btn-bg-gray i, a.btn-bg-gray i {
	color:#555555 !important;
}

/*灰色2*/
.btn-bg-gray2, a.btn-bg-gray2 {
	background:#f7f7f7 !important;
	color:#555555 !important;
	border:1px #ebeaea solid !important;
}
.btn-bg-gray2:hover, a.btn-bg-gray2:hover {
	background:#ffffff !important;
	color:#555555 !important;
	border:1px #eee solid !important;
}
.btn-bg-gray2 i, a.btn-bg-gray2 i {
	color:#555555 !important;
}

/*灰色3*/
.btn-bg-gray3, a.btn-bg-gray3 {
	background:#f5f6fa !important;
	color:#555555 !important;
	border:1px #e4e5e9 solid !important;
}
.btn-bg-gray3:hover, a.btn-bg-gray3:hover {
	background:#ffffff !important;
	color:#555555 !important;
	border:1px #ddd solid !important;
}

.btn-bg-gray3 i, a.btn-bg-gray3 i{
	color:#555555 !important;
}


/*灰色4*/
.btn-bg-gray4, a.btn-bg-gray4 {
	background:#ebecf0 !important;
	color:#555555 !important;
	border:1px #e1e2e6 solid !important;
}
.btn-bg-gray4:hover, a.btn-bg-gray4:hover {
	background:#ffffff !important;
	color:#555555 !important;
	border:1px #f1f1f1 solid !important;
}
.btn-bg-gray4 i, a.btn-bg-gray4 i {
	color:#555555 !important;
}


/*白色*/
.btn-bg-white, a.btn-bg-white {
	background:#fff !important;
	color:#282828 !important;
	border:1px #ddd solid !important;
}
.btn-bg-white:hover, a.btn-bg-white:hover {
	background:#f5f5f5 !important;
	color:#282828 !important;
	border:1px #ddd solid !important;
}
.btn-bg-white i, a.btn-bg-white i {
	color:#282828 !important;
}
/*白色2*/
.btn-bg-white2, a.btn-bg-white2 {
	background:#fff !important;
	color:#282828 !important;
	border:1px #7ebbe1 solid !important;
}
.btn-bg-white2:hover, a.btn-bg-white2:hover {
	background:#f8f8f8 !important;
	color:#282828 !important;
	border:1px #7ebbe1 solid !important;
}
.btn-bg-white2 i, a.btn-bg-white2 i {
	color:#282828 !important;
}

/*白色3*/
.btn-bg-white3, a.btn-bg-white3 {
	background:#ffffff !important;
	color:#282828!important;
	border:1px #ffffff solid !important;
}
.btn-bg-white3:hover, a.btn-bg-white3:hover {
	background:#f1f1f1 !important;
	color:#282828 !important;
	border:1px #f1f1f1 solid !important;
}
.btn-bg-white3 i, a.btn-bg-white3 i {
	color:#282828 !important;
}

/*蓝色*/
.btn-bg-primary, a.btn-bg-primary {
	background:#4374e0 !important;
	color:#fff !important;
	border:1px #4374e0 solid !important;
}
.btn-bg-primary:hover, a.btn-bg-primary:hover {
	background:#3d6cd1 !important;
	color:#fff !important;
	border:1px #4374e0 solid !important;
}
.btn-bg-primary i, a.btn-bg-primary i {
	color:#3ca2c3 !important;
}

/*成功*/
.btn-bg-success, a.btn-bg-success {
	background:#00acac !important;
	color:#fff !important;
	border:1px #00acac solid !important;
}
.btn-bg-success:hover, a.btn-bg-success:hover {
	background:#008a8a !important;
	color:#fff !important;
	border:1px #008a8a solid !important;
}
.btn-bg-success i, a.btn-bg-success i {
	color:#fff !important;
}

/*危险*/
.btn-bg-danger, a.btn-bg-danger {
	background:#ff5b57 !important;
	color:#fff !important;
	border:1px #ff5b57 solid !important;
}
.btn-bg-danger:hover, a.btn-bg-danger:hover {
	background:#cc4946 !important;
	color:#fff !important;
	border:1px #cc4946 solid !important;
}
.btn-bg-danger i, a.btn-bg-danger i {
	color:#fff !important;
}

/*信息*/
.btn-bg-info, a.btn-bg-info {
	background:#49b6d6 !important;
	color:#fff !important;
	border:1px #49b6d6 solid !important;
}
.btn-bg-info:hover, a.btn-bg-info:hover {
	background:#3a92ab !important;
	color:#fff !important;
	border:1px #3a92ab solid !important;
}
.btn-bg-info i, a.btn-bg-info i {
	color:#fff !important;
}

.btn-bg-info2, a.btn-bg-info2 {
	background:#189cc2 !important;
	color:#fff !important;
	border:1px #189cc2 solid !important;
}
.btn-bg-info2:hover, a.btn-bg-info2:hover {
	background:#0d85a8 !important;
	color:#fff !important;
	border:1px #0d85a8 solid !important;
}
.btn-bg-info2 i, a.btn-bg-info2 i {
	color:#fff !important;
}


/*公用*/
.icon-medal /*黄金会员*/,
.icon-selectionfill  /*白金会员*/,
.icon-huangguan /*钻石会员*/ {
	position: relative;
	top:2px;
	color:#dcb52e;
	margin-left:5px;
}
.bodybg {
	background:#15acd2 url(../img/logbg.jpg) no-repeat bottom;
}

/*tabs样式*/
.ui-tab-cls2 {
	width:auto;
	clear:both;}
	
.ui-tab-cls2 .ui-tab-btn {
	 width:auto;
	 height:40px;
	 border-bottom:1px #eeeeee solid;}

.ui-tab-cls2 .ui-tab-btn a {
	display:block;
	padding:0 10px;
	margin-right:20px;	
	height:39px;
	text-align: center;	
	line-height:40px;
	float:left;
	overflow:hidden;
	position:relative;
	color:#333333;
	font-size:16px;
	z-index:99;}
	
.ui-tab-cls2 .ui-tab-btn a.act {
	height:40px;
	border-bottom:3px #4489ca solid;}
	
.ui-tab-cls2 .ui-tab-content {
	width:auto;}
/*tabs样式end*/

/*顶部导航联接*/
.ui-hpagetop {
	width:100%;
	height:30px;
	background:#666666;
	border-bottom:1px #f2f4f5 solid
}

.ui-hpagetop li.ui-hpagelink {
	float:left;
	width:800px;
	height:30px;
	line-height:30px;
	overflow: hidden;
}
.ui-hpagetop li.ui-hpagelink a {	
	font-size:12px;
	color:#ffffff
}
.ui-hpagetop li.ui-hpagelink a:hover {	
	color:#ff6400
}
.ui-hpagetop li.ui-hpagelink em {
	padding:0 14px 0 14px;
	color:#aaaaaa;
}
.ui-hpagetop li.ui-hpagelink em:last-child {
	display: none;
}
.ui-hpagetop li.ui-hpageshare {
	float:right;
	width:140px;
	height:30px;
	font-size:12px;
}
/*顶部导航联接*/

/*顶部快捷导航*/
.ui-topnav {
	position:fixed;
	width:100%;
	height:70px;	
	background:#fafafa;
	border-bottom:1px #eeeeee solid;
	left:0;
	top:0px;
	z-index:9999999999;
	display:none;
	box-shadow: -2px 0 5px #666666;
}
.ui-topnav input {
	float:left;
	margin:13px 0 0 0;
	padding-left:10px;
	width:300px;
	height:45px;
	border:1px #dddddd solid;
}
.ui-topnav select {
	float:left;
	margin:13px 5px 0 0;
	padding-left:8px;
	width:130px;
	height:45px;
	border:1px #dddddd solid;
	font-size:12px;
}
.ui-topnav button {
	float:left;
	border:0;
	width:60px;
	height:45px;
	margin:13px 0 0 0;
	background:#ff6200;
	color:#ffffff;
	font-size:14px;
	text-align: center;
}
/*.layui-layer-title {
	background:#0086B2 !important;
	color:#ffffff !important;
	font-size:16px !important;
}*/
.ui-wrap {
	display: block;
	width:1170px;
	margin:0 auto;
	clear: both;
}
.ui-crumbs {
	width:auto;
	height:40px;
	line-height:40px;
	overflow: hidden;
	font-size:12px;
	color:#666666;
}
.ui-crumbs a {
	color:#666666
}
.ui-crumbs a:hover {
	color:#ff2400
} 

.ui-heaer {
	width:100%;	
}

.ui-heaer li {
	float:left;
}

.ui-top {
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px #eeeeee solid;
	font-size:14px;
	background:#ffffff;
}

.ui-top li a.chcity {
	margin:20px 0 0 10px;
	line-height:16px;
	display: block;
	padding:0px;
	color:#555555;	
	float:left;
}

/*.ui-top li a.toplogbtn {
	padding:7px 15px 6px 15px;
	line-height:16px;
	background:#4489ca;
	color:#ffffff;
}
.ui-top li a.toplogbtn i {
	font-size:12px;
	color:#ffffff;
}*/
.ui-top li a.toplogbtn:hover {
	background:#3178b9;
}
.ui-top .wapcodebox {
	position: relative;
}
.ui-top .wapcodebox a {
	color:#333333;
}

.ui-top .wapcodebox ul {
	display: none;
	position: absolute;
        z-index:99
}
.ui-top .wapcodebox:hover ul {
	display: block;
	top:50px;
	right:0;
}
.ui-top .wapcodebox ul li {
	width:130px;
	height:160px;
	background:#ffffff;
	border:1px #eeeeee solid;
	border-top:0;
	box-shadow: 0 2px 5px #999999;
}
.ui-top .wapcodebox ul li span,
.ui-top .wapcodebox ul li em {
	display: block;	
	margin: 0 auto;
}
.ui-top .wapcodebox ul li span {
	padding-top:10px;
	width:100px;
	height:110px;
}
.ui-top .wapcodebox ul li span img {
	width:100px;
	height:100px;
}

.ui-top .wapcodebox ul li em {
	width:120px;
	line-height:20px;
	text-align: center;
	color:#666666;
	overflow: hidden;
}

.ui-top .ui-loginok {
	display:block;
	position: relative;
}
.ui-top .ui-loginok ul {
	display: none;
	top:49px;
	right:-5px;
	border:1px #dddddd solid;
	border-top:0;
	background:#ffffff;	
	padding:15px 15px 15px 15px;
	width:390px;
	min-height:210px;
	position: absolute;
	box-shadow: 0 0 5px #dddddd;
	z-index: 99;
}
.ui-top .ui-loginok:hover ul {
	display: block;	
}

.ui-loginok dt.ui-comloginphoto {
	display: block;
	float:left;
	width:70px;
	height:70px;
	margin-right:25px;
	background:#f8f8f8;
	overflow: hidden;
}
.ui-loginok dt.ui-comloginphoto img {
	width:70px;
	height:70px;
}
.ui-loginok dd.ui-comlogininfo {
	position: relative;
	display: block;
	float:right;
	width:260px;
	height:75px;
}
.ui-loginok dd.ui-comlogininfo span,
.ui-loginok dd.ui-comlogininfo em {
	display: block;
}
.ui-loginok dd.ui-comlogininfo span {
	width:62%;
	height:27px;
	line-height:20px;	
	overflow: hidden;
	font-size:16px;
	color:#333333;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-weight: bold;
}
.ui-loginok dd.ui-comlogininfo span a {
	font-weight: normal;
	font-size:12px;
	color:#666666;
}
.ui-loginok dd.ui-comlogininfo span a:hover,
.ui-loginok dd.ui-comlogininfo span a:hover i {
	color:#ff6600;
}
.ui-loginok dd.ui-comlogininfo span i {
	padding-left:5px;
	color:#999999;	
}
.ui-loginok dd.ui-comlogininfo em {
	clear: both;
	width:100%;
	line-height:25px;
	font-size:12px;
	color:#555555;
}
.ui-loginok dd.ui-comlogininfo em div {
	float:left;
	width:55%;
	height:25px;
	line-height:25px;
	overflow: hidden;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.ui-loginok dd.ui-comlogininfo em div a:hover,
.ui-loginok dd.ui-comlogininfo em div a:hover i,
.ui-loginok dd.ui-comlogininfo em p a:hover i {
	color:#FF6600
}
.ui-loginok dd.ui-comlogininfo em div a i,
.ui-loginok dd.ui-comlogininfo em p a i {
	padding-left:5px;
	color:#999999;	
}
.ui-loginok dd.ui-comlogininfo em p {
	float:left;
	width:45%;
	height:25px;
	line-height:25px;
	overflow: hidden;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.ui-loginok dd.ui-comlogininfo em b {
	padding-right:3px;
	color:#ff6400;
	font-weight: normal;
}

.ui-loginok .ui-comloginbtn a {
	display: block;
	float:left;
	text-align: center;
	width:89px;
	height:90px;
	color:#444444;
	border-right:1px #eeeeee dotted;
}
.ui-loginok .ui-comloginbtn a:hover {
	color:#ff6400;
	background:#f6f6f6;
}
.ui-loginok .ui-comloginbtn a:hover i {
	color:#555555;
}

.ui-loginok .ui-comloginbtn a:last-child {
	border-right:0;
}
.ui-loginok .ui-comloginbtn a i,
.ui-loginok .ui-comloginbtn a em {
	display:block
}
.ui-loginok .ui-comloginbtn a i {
	padding-top:10px;
	font-size:28px;
	color:#999999;
}
.ui-loginok .ui-comloginbtn a em {
	height:30px;
	line-height:30px !important;
}
.ui-loginok a.ui-logout {
	position: absolute;
	top:-13px;
	right:0;
	color:#666666;
	font-size:14px;
} 
.ui-loginok a.ui-logout:hover {
	color:#ff6400
}

/*
.ui-top .ui-loginok ul li {
	clear: both;
	width:100%;
}

.ui-top .ui-loginok ul li a {
	margin:0 10px 0 10px;
	clear: both;	
	display: block !important;	
	width:auto;
	height:30px;
	color:#333333;	
	line-height:30px;
	text-align: center;
	overflow: hidden;	
}
.ui-top .ui-loginok ul li a:hover {
	background:#eeeeee;
}
.ui-top .ui-loginok ul span {
	clear: both;
	display: block;
	padding-top:5px;
}
.ui-top .ui-loginok ul a.ui-logout {
	clear: both;
	display: block;
	width:auto;
	height:30px;
	line-height:30px;
	margin:0 10px 10px 10px;	
	text-align: center;
	background:#2896b6;
	color:#ffffff;
}
.ui-top .ui-loginok ul a.ui-logout:hover {
	background:#1c7f9c;
}*/


.ui-navmain {
	width:100%;
	height: 95px;
	background:#ffffff;
	/*border-bottom:2px #4489ca solid;*/
	border-bottom:2px #f1f1f1 solid;
}

.ui-navmain .ui-logo {
	margin-top:15px;
	width:250px;
	height:70px;
	overflow: hidden;
}
.ui-navmain .ui-logo img {
	/*width:250px;*/
	height:60px;
}

.ui-navmain .ui-nav {
    position:relative;
	width:700px;
	padding-top:30px;
	padding-left:0px;
}

.ui-navmain .ui-nav a:last-child {
	border:0;
}

.ui-navmain .ui-nav a {
    position: relative;
	float: left;
	display: block;
	width:92px;
	height:63px;
	font-size:18px;
	padding:3px 0;
	text-align: center;
	position: relative;
	z-index: 10;
}

.ui-navmain .ui-nav a.act {
	color:#ff6400;
	font-weight: bold;
	border-bottom:3px #ff6400 solid;
	/*font-weight: bold;*/
}

.ui-navmain .ui-nav a img.hot {
	top:-18px;
	left:20px;
	position: absolute;
}
.ui-navmain .ui-nav a:last-child {
	width:110px;
}

.ui-navmain ul.ui-wrap li.ui-nav ul.subnav {
	top:92px;
	right:30px;
	position: absolute;
	display: none;
	width:130px;
	height:90px;
	background:#f6f7f9;
	border:1px #eeeeee solid;			
	z-index: 100;
} 


.ui-navmain ul.ui-wrap li.ui-nav ul a {
	display: block;
	width:128px;
	height:44px;
	line-height:42px;
	font-size:16px;
	overflow: hidden;
	background:#fbfbfb;
	color:#333333;
	border-bottom:1px #aaaaaa dashed;
}

.ui-navmain ul.ui-wrap li.ui-nav ul a:hover {
	background:#f6f7f9;
}

.ui-navmain ul.ui-wrap li.ui-nav ul a:last-child {
	border-bottom:0;
}

.ui-navmain .ui-servicetel {
	float:right;
	padding-top:16px;	
}
.ui-navmain .ui-servicetel span {
	position: relative;
	display: block;
	padding:0 0 0 23px;
	height:29px;
	font-size:14px;
	color:#777777;
	font-family: '微软雅黑';
}
.ui-navmain .ui-servicetel span i {
	position: absolute;
	top:-3px;
	left:0;
	font-size:20px;
	color:#aaaaaa;
	z-index: 1;
}
.ui-navmain .ui-servicetel em {
	display: block;
	font-size:22px;
	color:#ff6400;
	font-family: arial;
}

.ui-hometitle {
	position: relative;
	margin:20px 0 15px 0;
	width:auto;
	height:21px;
	line-height:21px;
	text-align: center;
}
.ui-hometitle span {
	margin:0 30px;
  cursor:pointer;
	font-size:24px;
	color:#333333
}
.ui-hometitle span.act {
	padding-bottom:5px;
  border-bottom:2px #ff6600 solid;
}

.ui-hometitle font {
	position: relative;
	display: inline-block;
	width:86px;
	height:16px;
	background-position: center;
	background-repeat: no-repeat;
}
.ui-hometitle font.l_icon {
	background-image: url(../img/title_left.png);
}
.ui-hometitle font.r_icon {
	background-image: url(../img/title_right.png);
}
/*end*/

/*左侧菜单*/
.ui-clsmenubox {
	width:189px;
	height:470px;
	float:left;
}

.ui-clsmenubox .ui-menutitle {
	width:100%;
	height:40px;
	line-height:40px;
	background:#ff6400;
	color:#ffffff;
	font-size:16px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.ui-clsmenubox .ui-menutitle i {
	color:#ffffff;
	font-size:18px;
	margin-left:15px;
}

.ui-clsmenubox .ui-menucontent {
	width:189px;
	height:416px;
	border:1px #ececec solid;
	border-top:0;
	background: #ffffff;
	position: relative;
}

.ui-clsmenubox .ui-menucontent > ul > li {
	width:auto;
	height:94px;	
}
.ui-clsmenubox .ui-menucontent > ul > li:hover {
	background:#fafafa	
}
.ui-clsmenubox .ui-menucontent > ul > li span {
	display: block;
	padding:13px 0 9px 0;
	margin:0 12px;
	font-size:18px;
	color:#333333
}
.ui-clsmenubox .ui-menucontent > ul > li.ui-clsmore {
	width:auto;
	height:45px;	
}
.ui-clsmenubox .ui-menucontent > ul > li.ui-clsmore span {
	font-size:14px !important;
	padding-bottom:10px;	
}
.ui-clsmenubox .ui-menucontent > ul > li.ui-clsmore span a {
	color:#aaaaaa;
}
.ui-clsmenubox .ui-menucontent > ul > li em {
	display: block;	
	margin:0 12px;
	height:55px;
	border-bottom:1px #ececec dashed;
	clear: both;
	overflow: hidden;
}

.ui-clsmenubox .ui-menucontent > ul > li:last-child em {
	border-bottom:0;
}

.ui-clsmenubox .ui-menucontent > ul > li em a {
	float:left;
	display: block;
	padding-bottom:8px;
	margin-right:10px;
	font-size:14px;
	color:#666666;	
}
.ui-clsmenubox .ui-menucontent > ul > li em a:hover {
    color:#ff6400
}
.ui-clsmenubox .ui-menucontent ul li ul li {
	top:-40px;
	left:187px;
	position: absolute;
	padding:20px 20px;
	width:695px;
	height:480px;
	display: none;
	/*border:1px #ececec solid;*/
	/*border-left:0;*/
	background:#fafafa;
	z-index: 999;
	box-shadow: 4px 3px 5px #dddddd;
}

.ui-clsmenubox .ui-menucontent > ul > li:hover ul li {
	display: block;
}

.ui-clsmenubox .ui-menucontent .ui-subclstitle {
	padding-bottom:10px;
	font-size:16px;
	color:#ff6400
}

.ui-clsmenubox .ui-menucontent .ui-subclstitle a {
	color:#ff6400
}

.ui-clsmenubox .ui-menucontent .ui-subclslist {
	border-bottom:1px #dddddd dashed;
	padding-bottom:10px;
	margin-bottom:15px;
}
.ui-clsmenubox .ui-menucontent .ui-subclslist a {
	float: left;
	display: block;
	padding:5px 20px 5px 0;
	font-size:14px;
	color:#333333;
	text-align: left;
}
.ui-clsmenubox .ui-menucontent ul li ul li a:hover {	
	color:#ff6400;
	text-decoration:underline;
}
/*end*/

/*banner图、最新资讯*/
.ui-newsbox {
	width:972px;
	height:255px;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}
.ui-newsbox .ui-banner {
	width:540px;
	height:255px;
	float:left;
	background:#eeeeee;
	overflow: hidden;
}
.ui-newsbox .ui-news {
	float:right;
	width:424px;
	height:255px;
	border:1px #eeeeee solid;
	border-radius: 0 0 5px 5px;
	overflow: hidden;	
}
.ui-newsbox .ui-news .ui-newstitle {
	width:100%;
	height:40px;
	border-bottom:1px #eeeeee solid;
	border-radius: 5px 5px 0 0;
	background:#e5e5e5;
	overflow: hidden;
}



.ui-newsbox .ui-news .ui-newstitle span {
	display: block;
	float:left;
	padding:0 15px;
	height:39px;
	line-height:39px;
	background:#ffffff;
	border-right:1px #eeeeee solid;
	font-weight: bold;
}

.ui-newsbox .ui-news .ui-newstitle a.gkzpbtn {
    display:block!important;
    padding:0 15px!important;
    float:left!important;
    line-height:39px!important;
    font-size:16px!important;
}
.ui-newsbox .ui-news .ui-newstitle a.gkzpbtn:hover {
	color:#ffffff;
	background: #aaaaaa;
}
.ui-newsbox .ui-news .ui-newstitle .swhbox a.act {
	color:#ffffff;
	background: #ff6400;
}


.ui-newsbox .ui-news .ui-newstitle a {
	padding:12px 12px 0 0;
	font-size:14px;
	float:right;
}
.ui-newsbox .ui-news .ui-newstitle a i {
	font-size:12px;
	color:#ff6400;
	padding-right:3px;
	font-weight: bold;
}



.ui-newsbox .ui-news .ui-newslist {
	padding-top:10px;
}
.ui-newsbox .ui-news .ui-newslist a {
	display: block;
	margin:0 5px 0 5px;
	width:auto;
	height:32px;
	line-height:32px;
	overflow: hidden;
	font-size:16px;	
}

.ui-newsbox .ui-news .ui-newslist a i {
	padding-right:3px;
	color:#4489ca;
	font-size:14px;
	font-weight: bold;
}
/*end*/

/*首页搜索*/
.ui-searchbox {
	margin-top:10px;
	width:972px;
	height:105px;
	padding:10px;
	background:#ffffff;
	border:1px #eeeeee solid;
	border-radius: 5px;
	overflow: hidden;
}
/*tabs样式1*/
.ui-tab-cls1 .ui-tab-btn {
	 width:auto;
	 height:29px;}

.ui-tab-cls1 .ui-tab-btn a {
	display:block;
	border:1px #dddddd solid;
	border-bottom:0;
	width:auto;
	height:29px;
	padding:0 25px;
	margin-right:8px;
	line-height:29px;
	float:left;
	overflow:hidden;
	position:relative;
	background:#ffffff;
	color:#333333;
	border-radius: 4px 4px 0 0;
	font-size:14px;}
	
.ui-tab-cls1 .ui-tab-btn a.act {
	background:#ff6400;
	height:29px;
	border:1px #ff6400 solid;
	border-bottom:0;
	color:#ffffff;}

.ui-tab-cls1 .ui-tab-btn span {
	padding:5px 0 0 10px;
	font-size:12px;
	color:#4499ca;
}
.ui-tab-cls1 .ui-tab-btn em a {
	display: inline-block;
	border:0;
	background:none;
	color:#000000;	
	font-size:12px;
	font-weight: bold;
}
.ui-tab-cls1 .ui-tab-btn em a:hover {
	color:#ff2400;
}

.ui-tab-cls1 .ui-tab-content {
	width:auto;}

.ui-tab-cls1 .ui-tab-content .ui-tab-item {
	border-top:0;}
/*tabs样式1end*/

.ui-searchbox .ui-workform,
.ui-searchbox .ui-workform2 {
	width:948px;
	height:50px;
	border:2px #ff6400 solid;
	background:#ffffff;
	border-radius: 0 4px 4px 4px;
}
.ui-searchbox .ui-workform input {
	display: block;
	padding:0 8px;
	width:890px;
	height:46px;
	line-height:46px;
	background:#ffffff;
	color:#666666;
	float:left;
	border:0;
	overflow: hidden;
}
.ui-searchbox .ui-workform2 input {
	display: block;
	padding:0 8px;
	width:178px;
	height:46px;
	line-height:46px;
	border:0;
	border-right:2px #eeeeee solid;
	background:#ffffff;
	color:#666666;
	float:left;
	overflow: hidden;
}
.ui-searchbox .ui-workform button,
.ui-searchbox .ui-workform2 button {
	display: block;
	width:54px;
	height:46px;
	background:#ff6400;
	border:0;
}
.ui-searchbox .ui-workform button:hover,
.ui-searchbox .ui-workform2 button:hover {
	background: #ff5400;
}
.ui-searchbox .ui-workform button i,
.ui-searchbox .ui-workform2 button i {
	color:#ffffff;
	font-size:18px;
}
.ui-searchbox .ui-hot {
	padding-left:20px;
	margin-bottom:10px;
	width:auto;
	height:38px;
	line-height:38px;
	font-size:12px;
	overflow: hidden;
	color:#444444;
}
.ui-searchbox .ui-hot a {
	padding-right:12px;
}
/*end*/

/*首页排名*/
.ui-rankingbox {
	margin-top:10px;
	width:972px;
	height:107px;
	border:1px #eeeeee solid
}
/*样式3*/	
.ui-tab-cls3 .ui-tab-btn {
	 width:auto;
	 height:34px;
	 background:#f7f7f7;
	 border:1px #eeeeee solid;}

.ui-tab-cls3 .ui-tab-btn a {
	display:block;	
	width:auto;
	height:34px;
	padding:0 20px;
	line-height:34px;
	float:left;
	overflow:hidden;
	position:relative;
	border-right:1px #eeeeee solid;
	color:#333333;
	font-size:14px;
	z-index:99;}
	
.ui-tab-cls3 .ui-tab-btn a.act {
	height:34px;
	background:#ffffff;	
	border-right:1px #eeeeee solid;
	border-bottom:1px #ffffff solid;}
	
.ui-tab-cls3 .ui-tab-content {		
	width:auto;
	height:70px;
	padding:5px 5px 0 10px;}

.ui-tab-cls3 .ui-tab-content li {
	width:190px;
	height:30px;
	padding-right:12px;
	line-height:30px;	
	float:left;	
}

.ui-tab-cls3 .ui-tab-content li a {
	display: block;
	font-size:12px;
	height:30px;
	line-height:32px;
	overflow: hidden;
}
.ui-tab-cls3 .ui-tab-content a span {
	display: block;
	margin:6px 5px 0 0;
	width:18px;
	height:18px;
	line-height:18px;
	font-size:12px;
	text-align: center;
	background:#f1f1f1;
	border:1px #dddddd solid;
	color:#ff6400;
	float:left;
}
/*end*/

/*首页统计*/
.ui-countbox {
	margin-top:10px;
	width:972px;
	/*height:100px;*/
	height:77px;
	font-size:16px;
	border:1px #eeeeee solid;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}
.ui-countbox .ui-downroll {
	width:80%;
	height:54px!important;
	overflow: hidden!important;
}
.ui-countbox .ui-downroll a {
  float:left;
	display: block;
	max-width:230px;
	height:25px;
	line-height:25px;
	overflow: hidden;
	font-size:16px;
	color:#1c6bd5;
	padding:0 5px;
}

.ui-countbox .ui-downroll a:hover {color:#ff2400}

.ui-countbox li {
	float:left;	
	width:65%;
	height:78px;	
	border-right:1px #eeeeee solid;
}

.ui-countbox li:last-child {
	width:35%;
	border:0;
}

.ui-countbox .ui-icotitle {
	padding:12px 5px 0 20px;
	color:#333333;
	font-size:16px;
}

.ui-countbox .ui-icotitle i {
	position: relative;
	top:3px;
	margin-right:6px;
	font-size:22px
}

.ui-countbox .ui-downroll {
	height:78px;
	overflow: hidden;
}

.ui-countbox li span {
	display: block;
	float:left;
	padding:17px 0 0 0;
	width:33%;
	text-align: center;
}

.ui-countbox li span b {
  font-family: arial;
	padding-bottom:5px;
	font-size:26px;
	line-height:18px;
	color:#ff6600;
	display: block;
	font-weight: normal;
}
.ui-countbox li span b:hover {
	color:#FF8E0A;
}
.ui-countbox li span em {
	font-size:14px;
	color:#aaaaaa;
}
/*end*/

/*首页最新招聘*/
.ui-newzpbg {
	width:100%;
	padding:0 0 5px 0;
	/*background:#f0f4f5;*/
}
.ui-newzpitem {
	width:100%;
}
.ui-newzplit {
	float:left;	
	display: block;
	margin:0 11px 15px 0;
	width:284px;
	height:85px;
	border:1px #eeeeee solid;
	background:#ffffff;
	position: relative;
	overflow: hidden;
}

.ui-newzplit:nth-child(4n) {
	margin-right:0;
}
.ui-newzplit:hover {
	border:1px #00c1de solid;
	box-shadow: 0 0 4px #98ccfd;
}

.ui-newzplit .ui-newicon {
	position: absolute;
	top:-6px;
	right:0;
}
.ui-newzplit .ui-newicon i {
	font-size:30px;
	color:#ff6400
}

.ui-newzplit .ui-zpzwtitle {
	margin:10px 0 0 8px;
	width:93%;
	height:30px;
	line-height:30px;	
	overflow: hidden;	
}
.ui-newzplit .ui-zpzwtitle em {
	float:left;
	display: block;
	margin:5px 10px 0 0;
	padding-right:5px;
	height:18px;
	line-height:18px;	
	font-size:16px;
	font-weight: bold;
	color:#ff6400;
	border-right:1px #bbbbbb solid;
}

.ui-newzplit .ui-zpzwtitle a {
	font-size:16px;
	color:#333333;
}
.ui-newzplit .ui-zpzwtitle a:hover {
	color:#ff2400
}
.ui-newzplit .ui-zpzwtitle span {
	display: block;
	float: left;
	width:50%;
	font-weight: bold;
	overflow: hidden;
}
.ui-newzplit .ui-zpzwtitle font {
	display: block;
	width:33%;
	text-align: right;
	color:#f55555;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
.ui-newzplit .ui-zpcompany {
	margin:0;
	padding:0 40px 0 0px;
	background:#e9ecf0;
	height:35px;
	line-height:35px;
	font-size:12px;
	overflow: hidden;
	color:#333333;
	/*font-weight:bold;*/
}

.ui-newzplit .ui-zpcompany img {
	position: relative;
	top:-5px;
	left:3px;
	z-index: 10;
}

.ui-newzplit .ui-zpcompany a {
	padding:0 0 0 10px;
  color:#333333;
	font-size: 15px;
}

.ui-newzplit .ui-zpcompany i {
	position: relative;
	top:2px;
	padding-left:5px;
	font-size:14px;
}

/*首页最新招聘end*/

/*最新求职*/
.ui-searchcls {
	padding:20px 20px 15px 20px;
	margin-top:10px;
	width:auto;
	height:160px;
	border:1px #eeeeee solid;
	border-radius: 5px;
	background: #ffffff;
	overflow: hidden;
}

.ui-searchcls .ui-cls span,
.ui-searchcls .ui-cls em {
	display: block;
	position: relative;
}

.ui-searchcls .ui-cls span {
	padding:5px 15px 6px 15px;
	background:#ff6400;
	color:#ffffff;
	font-size:16px;
	border-radius: 4px;
	float:left;
}

.ui-searchcls .ui-cls span i {
	position: absolute;
	color:#ff6400;
	top:4px;
	right:-11px;
}

.ui-searchcls li:first-child em {
	border:0;
}

.ui-searchcls .ui-cls em {
	clear: both;
	padding-top:15px;
	height:90px;	
	border-left:1px #eeeeee solid;
	overflow: hidden;	
}
.ui-searchcls .ui-cls em a {
	float:left;
	display: block;
	padding:0 0 5px 0;
    width:25%;
	font-size:15px;
	color:#666666
}

.ui-searchcls .ui-cls em a:hover {
	color:#ff6400;
}


.ui-searchcls .ui-clsw1 {	
	width:330px;
	float:left;	
}

.ui-searchcls .ui-clsw2 {	
	width:490px;
	float:left;
}
.ui-searchcls .ui-clsw3 {	
	width:230px;
	float:left;
}

.ui-newqzitem a.ui-newqzlit:nth-child(4n) {
	margin-right:0;
}

a.ui-newqzlit {
	float:left;	
	display: block;	
	margin:0 11px 10px 0;
	padding:1px;
	width:284px;
	height:78px;
	border:1px #eeeeee solid;
	background:#ffffff;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
a.ui-newqzlit:hover {
	border:1px #00c1de solid;
	box-shadow: 0 0 4px #98ccfd;
}
a.ui-newqzlit .ui-qzphoto {
	margin:5px 0 0 5px;
	width:64px;
	height:64px;
	border-radius: 4px;
	overflow: hidden;
	float:left;
}
a.ui-newqzlit .ui-qzphoto img {
	width:64px;
	height:64px;
}
a.ui-newqzlit .ui-qzinfo {
	width:200px;
	height:64px;
	padding-top:8px;
	font-size:12px;
	float:right;	
}
a.ui-newqzlit .ui-qzinfo dt span {
	display: block;
	width:120px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#333333;
        font-weight: 600;
	overflow: hidden;	
	float:left;
}
a.ui-newqzlit .ui-qzinfo dt em {
    overflow: hidden;
	display: block;
	width: 65px;
	height:30px;
	margin-right: 10px;
	line-height:30px;
    overflow:hidden;
	font-size:14px;	
	color:#333333;
	text-align: right;
	float:right;
}
a.ui-newqzlit .ui-qzinfo dd em {
	line-height:35px;	
	padding-right:6px;
	font-size:16px;
	color:#666666;	
}
/*最新求职end*/

/*最新求职无图*/
.ui-newqznopic {
	padding:7px 5px 7px 5px;
	width:577px;
	border:1px #eeeeee solid;
	border-radius: 5px;
	background: #ffffff;
	overflow: hidden;
}
.ui-newqznopic table {
	margin: 0 auto;
	width:99%;
}
.ui-newqznopic table td {	
	height:45px;
	text-align: center;
}
.ui-newqznopic table thead td {
	background:#ff6400;
	height:40px;
	font-size:16px;
	color:#ffffff;
}
.ui-newqznopic table tbody tr:nth-child(2n) {
	background:#fafafa
}
.ui-newqznopic table tbody td {
	font-size:16px;
	border-bottom:1px #dddddd dashed;
}
.ui-newqznopic table tbody td span {
	display: block;
	width:100%;
	height:45px;
	line-height:45px;
	overflow: hidden;
}
.ui-newqznopic table tbody tr:last-child td {
	border:0
}
/*最新求职无图end*/

/*首页资讯*/
.ui-newsclsbox {
	margin:10px 0 40px 0;
	padding:0 20px;
	width:auto;
	height:275px;
	border:1px #eeeeee solid;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}
.ui-newsclsbox .ui-newscls1 {
	display: block;
	width:356px;
	height:250px;
	float:left;
}
.ui-newsclsbox .ui-newscls2 {
	display: block;
	margin-left:30px;
	width:356px;
	height:220px;
	float:left;
}
.ui-newsclsbox .ui-newscls3 {
	display: block;
	width:356px;
	height:220px;
	float:right;
}

.ui-newsclsbox .ui-newstitle {
	margin-top:13px;
	width:auto;
	height:34px;
	border-bottom:1px #eeeeee solid;
}

.ui-newsclsbox .ui-newstitle span {
	position: relative;
	display: block;
	float:left;
	padding:5px 0px;
	border-bottom:2px #ff6400 solid;
	color:#333333;
	font-size:16px;
}

.ui-newsclsbox .ui-newstitle em {
	padding-top:6px;
}

.ui-newsclsbox .ui-newstitle em a {
	font-size:12px;
}

.ui-newsclsbox .ui-newstitle em a i {
	padding-right:3px;
	font-size:12px;
	color:#ff6400;
	font-weight: bold;
}

.ui-newsclsbox .ui-newscontent {
	padding-top:10px;
	width:auto;
	height:200px;
	overflow: hidden;
}

.ui-newsclsbox .ui-newscontent a {
	display: block;
	height:40px !important;
	line-height:40px !important;
	font-size:14px;
	border-bottom:1px #eeeeee dashed;
	overflow: hidden;
}

.ui-newsclsbox .ui-newscontent a i {
	color:#4489ca;
	font-size:16px;
}
/*首页资讯end*/

/*友情链接*/
.ui-linkbox {
	margin-top:5px;
	width:auto;
	padding:10px 0 0 15px;
}
.ui-linkbox a {
	display: block;
	padding:0 20px 10px 0;
	font-size:14px;
	float:left;
}
/*友情链接edn*/

/*首页底部*/
.ui-footer {
	width:100%;
	padding:45px 0 50px 0;
	background:#31383e;
}
.ui-footer span,
.ui-footer em {
	display: block;
	color:#ffffff;
}

.ui-footer .ui-foottel {
	float:left;
	width:274px;
	/*border-right:1px #256fb3 solid;*/
}

.ui-footer .ui-foottel span {
	font-size:12px;
}

.ui-footer .ui-foottel span i {
	color:#ffffff;
	position: relative;
	padding-right:3px;
	top:1px;
}

.ui-footer .ui-foottel em {
	padding:5px 0 10px 0;
	font-size:24px;
	color:#ff8600
}

.ui-footer .ui-footmenu {
	float:left;
	/*border-right:1px #4c4e5d solid;*/
}

.ui-footer .ui-footmenu li {
	margin-right:42px;
	width:120px;
	float:left;
}

.ui-footer .ui-footmenu li span {
	font-size:16px;
	margin-bottom:15px;
	color:#f9f9f9
}
.ui-footer .ui-footmenu span i {
	padding-right:5px;
	color:#ffffff;
}
.ui-footer .ui-footmenu li div {
	float:right;
	width:95%;
	height:120px;
	border-left:1px #555555 solid;
}

.ui-footer .ui-footmenu li div a {
	display: block;
	padding:0px 0 10px 15px;
	color:#f9f9f9;
	font-size:16px;
}

.ui-footer .ui-footmenu a:hover {
	text-decoration: underline;
}

.ui-footer .ui-footqrcode {
	float:left;
}

.ui-footer .ui-footqrcode span {
	display:block;
	width:100px;
	height:110px;
	overflow: hidden;
}

.ui-footer .ui-footqrcode span img {
	width:100px;
	height:100px;
}
.ui-footer .ui-footqrcode em {
    display:block;
	width:100%;
	height:60px;
	line-height:16px;
	overflow: hidden;
	font-size:12px;
	color:#ffffff;
	text-align: center;
}
.ui-footinfo {
	margin-top:40px;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:12px;
	color:#ffffff;
	text-align: center;
	/*border-top:1px #4c4e5d solid*/
}
.ui-footinfo i {
	font-style: normal;
	padding-right:10px;
}
.ui-footinfo a {
    color:#ffffff;
}
/*首页底部end*/

/*首页广告位*/
.ui-Adve-wrap {
	display: block;
	width:1170px;
	margin:0 auto;
	clear: both;
}
.ui-Adve-wrap .ui-adve {
	/*height:80px;*/
	line-height:80px;
	text-align: center;
	margin-bottom:10px;
	background:#eeeeee;
	overflow: hidden;
	font-size:12px;
	color:#555555;
}

/*全横幅条*/
.ui-Adve-wrap .ui-Adve-A {	
	width:1170px;
	margin-bottom:10px;
}
/*2分之1*/
.ui-Adve-wrap .ui-Adve-B {	
	margin:0 10px 10px 0px;
	width:580px;
	float:left;
}

/*3分之1*/
.ui-Adve-wrap .ui-Adve-C {
	margin:0 10px 10px 0px;
	width:383px;
	float:left;
}

/*4分之1*/
.ui-Adve-wrap .ui-Adve-D {	
	margin:0 10px 10px 0px;
	width:285px;
	float:left;
}

/*6分之1*/
.ui-Adve-wrap .ui-Adve-E {	
	margin:0 10px 10px 0px;
	width:186px;
	float:left;
}

/*8分之1*/
.ui-Adve-wrap .ui-Adve-F {	
	margin:0 10px 10px 0px;
	width:137px;
	float:left;
}


/*两侧广告*/
.ui-Adve-LR {
	position: fixed;
	top:170px;
	width:80px;
	height:270px;	
}
.ui-Adve-LR a {
	display: block;
	height:20px;
	cursor: pointer;
	text-align: right;
	font-size:12px;	
}
.ui-Adve-LR a i {
	color:#666666;
	font-size:12px;
	padding-right:3px;
}
.ui-Adve-LR span {
	display: block;
	width:100%;
	height:250px;
	background:#eeeeee;
	font-size:12px;
	text-align: center;
	clear: both;
	color:#555555
}
.ui-Adve-L {
	left:20px;
}
.ui-Adve-R {
	right:20px;
}
/*两侧广告end*/

/*全屏广告*/
.ui-Adve-all {
	top:0;
	left:0;
	position:fixed;
	width:100%;
	height:100%;
	background:#000000;
	z-index: 99;
	display: none;
}
a.ui-Adve-allclose {
	position: fixed;
	cursor: pointer;
	top:0px;
	right:5%;
	display: block;
	width:100px;
	height:30px;
	line-height:30px;
	font-size:12px;
	text-align: center;
	background:#444444;
	color:#ffffff;
	z-index: 100;
}
/*全屏广告end*/

.ui-Adve-wrap .ui-Adve-A img {
	width:1170px;
	/*height:80px;*/
}
.ui-Adve-wrap .ui-Adve-B img {
	width:580px;
	height:80px;
}
.ui-Adve-wrap .ui-Adve-C img {
	width:383px;
	height:80px;
}
.ui-Adve-wrap .ui-Adve-D img {
	width:285px;
	height:80px;
}
.ui-Adve-wrap .ui-Adve-E img {
	width:186px;
	height:80px;
}
.ui-Adve-wrap .ui-Adve-F img {
	width:137px;
	height:80px;
}
.ui-Adve-wrap .ui-Adve-G img {
	width:137px;
	height:80px;
}
.ui-Adve-LR span img {
	width:80px;
	height:250px;
}

/*首页广告位end*/


/*切换城市*/
.citytitle {	
	margin: 0 auto;
	border-bottom:1px #eeeeee dashed;
	width:500px;
}
.citytitle span {
	display: block;
	padding-top:20px;
	font-size:22px;
	color:#444444;

}
.citytitle em {
	display: block;
	padding:15px 0 15px 0;
	font-size:16px;
	color:#555555;
}
.allweb a,
.weblist a {
	display: block;
	padding:10px 0;
	width:105px;
	text-align: center;
	border:1px #eeeeee solid;
	color:#333333;
	float:left;
}
.allweb a:hover,
.weblist a:hover {
	background:#eeeeee;
}
.allweb {	
	margin:0 auto;
	padding:15px 0;
	width:500px;
	border-bottom:1px #eeeeee dashed;
}
.allweb span {
	padding:11px 8px;
	font-size:12px;
	color:#666666;
}
.weblist {
	margin:15px auto 0 auto;
	width:500px;
	height:160px;	
}
.weblist a {
	margin:0 17px 15px 0
}
/*切换城市end*/


/*列表主体左侧*/
.ui-main-left {
	float:left;
	width:840px;
	border:1px #eeeeee solid;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}
.ui-secformbox {
	margin:10px auto 10px auto;
	width:990px;
	height:60px;
	position: relative;
}
.ui-secformbox i {
	position: absolute;
	top:9px;
	left:15px;
	font-size:20px;
	color:#999999;
}
.ui-secformbox input {
	float:left;
	display: block;
	padding:0 8px 0 50px;
	width:100%;
	height:45px;
  line-height:45px;	
	border-radius: 45px;
	background:#ffffff;
	/*border:2px #4489ca solid;*/
	border:2px #ff6400 solid;
	border-right:0;
    overflow:hidden;
}
.ui-secformbox button {
	top:0;
	right:0;
	position: absolute;
	display: block;
	border:0;
	width:90px;
	height:45px;
	line-height:42px;
	border-radius: 0 45px 45px 0;
	background:#ff6400;
	color:#ffffff;
	font-size:16px;
	text-align: center;
	overflow: hidden;
	z-index: 10;
}
.ui-secformbox button:hover {
	background:#ff5400
}
a.ui-fbbtn {
	display: block;
	float:left;
	padding:0 30px;
	margin-left:10px;
	/*width:165px;*/
	height:40px;
	line-height:40px;
	background:#F14444;
	color:#ffffff;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}
a.ui-fbbtn i {
	color:#ffffff;
	position: relative;
	top:2px;
	left:-8px;
}
.ui-secclsbox {
	background: #ffffff;
	border-radius: 5px;
	width:auto;
	border:1px #eeeeee solid;
	padding:10px 5px 0 15px;
}
.ui-secclsbox .ui-seclist {
	display: block;
	clear: both;
	padding:4px 0;
}
.ui-secclsbox .ui-seclist .ui-seckey {
	float:left;
	padding-top:6px;
	width:65px;
	font-size:12px;
	color:#555555;
	font-weight: bold;
}
.ui-secclsbox .ui-seclist .ui-secval {
	float:left;
	width:1000px;
	height:32px;	
	overflow:hidden;
}
.ui-secclsbox .ui-seclist .ui-secval a {
	display: block;
	float:left;
	padding:4px 10px;
	margin:0 6px 6px 0;
	font-size:13px;
	/*border:1px #eeeeee solid;*/
	border-radius: 3px;
	color:#555555;
}

.ui-secclsbox .ui-seclist .ui-moreform {
	float:left;
}

.ui-secclsbox .ui-seclist .ui-moreform select {
	border:1px #dddddd solid;
	margin-right:10px;
	width:130px;
	height:30px;
	font-size:12px;
	color:#555555;
}

.ui-secclsbox .ui-seclist .ui-secval a:hover {
	background:#eeeeee;
}
.ui-secclsbox .ui-seclist .ui-secval a.act {
	background:#ff6400;
	border:1px #ff6400 solid;
	color:#ffffff;
}
.ui-secclsbox .ui-seclist .ui-secmore {
	float:right;
	margin-right:3px;
	width:40px;
	height:30px;
	line-height:30px;
	font-size:12px;
}

.ui-secclsbox .ui-seclist .ui-secmore i {
	font-size:12px;
	padding-left:3px;
	color:#cccccc;
}

.ui-secclsbox .ui-seclist .ui-subcls {
	clear: both;
	width:auto;
	margin:0 138px 0 65px;
	padding:15px 15px 5px 15px;	
	background:#fafafa;
	border:1px #eeeeee solid;
	display: none;
}

.ui-secclsbox .ui-seclist .ui-subcls .ui-subtitle {
	display: block;	
	clear: both;
	padding-bottom:5px;
	width:100%;
	font-size:12px;
	color:#888888;	
}

.ui-secclsbox .ui-seclist .ui-subcls .ui-subtitle i {
	float:right;
	font-size:16px;
	color:#4489ca;
	cursor: pointer;	
}

.ui-secclsbox .ui-seclist .ui-subcls a {
	float:left;
	display: block;
	padding:0 20px 10px 0;
	font-size:16px;
}
.ui-mysearch {
	margin-top:10px;
	width:100%;
	height:25px;
	font-size:12px;
}
.ui-mysearch li {
	float:left;
}
.ui-mysearch a {
	display: block;
	padding:3px 5px;
	margin-right:10px;
	border:1px #eeeeee solid;
	font-size:12px;
	float:left;
}
.ui-mysearch a i {
	font-size:12px;
	color:#ff6600;
}

/*列表搜索原样式(现在用的)*/
.ui-listpx {	
	margin:10px 0 10px 0;
	width:auto;
	height:45px;
	background:#ffffff;
	border:1px #eeeeee solid;
	border-radius: 5px;
	overflow: hidden;
}
.ui-listpx li {
	float:left;	
}
.ui-listpx li.ui-key {
	padding:13px 20px 0 15px;
	font-size:12px;
	font-weight: bold;
	color:#333333;
}
.ui-listpx li.ui-px a {
	float:left;
	display: block;
	margin:7px 7px 0 0;
	padding:4px 12px;
	border:1px #eeeeee solid;
	border-radius: 3px;
	background:#ffffff;	
}
.ui-listpx li.ui-px a i {
	font-size:12px;
	color:#555555;	
}
.ui-listpx li.ui-px a.act {
	background:#ff6400;
	border:1px #ff6400 solid;
	color:#ffffff;
}
.ui-listpx li.ui-px a.act i {
	color:#ffffff;
}
.ui-listpx .ui-pg {
	float:right;
	padding-right:10px;
}
.ui-listpx .ui-pg a {
	float:left;
	display: block;
	background:#ffffff;
	margin:7px 0 0 7px;
	padding:6px 15px;
	border:1px #eeeeee solid;
	border-radius: 3px;
	font-size:12px;
}
.ui-listpx .ui-pg a:hover {
	background:#eeeeee;
}
/*列表搜索原样式end*/


/*列表搜索更新样式(目前不用)
.ui-listpx {	
	margin:15px 0 5px 0;
	width:auto;
	height:45px;
	background:#fafafa;
	border:1px #eeeeee solid;
}
.ui-listpx li {
	float:left;	
}
.ui-listpx li.ui-key {
	padding:13px 60px 0 15px;
	font-size:14px;
	color:#777777;
}
.ui-listpx li.ui-key em {
	padding:0 3px;
	color:#09a1d9;
}
.ui-listpx li.ui-px select {
	margin:6px 4px 0 0;
	padding:4px 10px;
	border:1px #dddddd solid;
	color:#666666
}

.ui-listpx .ui-pg {
	float:right;
	padding-top:12px;
	padding-right:15px;
}
.ui-listpx .ui-pg a i {
	color:#888888;
}
.ui-listpx .ui-pg a:hover i {
	color:#ff6600;
}

.ui-listpx .ui-pg span {
   font-size:16px;
   color:#666666;  
}

.ui-listpx .ui-pg span em {
	color:#ff6400;
	padding:0 5px;	
}
.ui-listpx .ui-pg span b {
	font-weight: normal;
	padding:0 5px;	
}
/*列表搜索更新样式end*/


.ui-listbox {
	padding:0;
	width:auto;
}
.ui-list {
	display: block;
	padding:20px 20px 20px 20px;
	width:auto;
	/*height:120px;*/
	border-bottom:1px #eeeeee dashed;
	position: relative;
}
.ui-list a.ui-applyjob {
	top:15px;
	right:18px;	
	display:block;
	position: absolute;
	padding:5px 20px;
	font-size:14px;
	background:#ff8400;
	color:#ffffff;
	border-radius: 30px;
	display: block;
}

.ui-userphoto {
	position: absolute;
	width:55px;
	height:55px;
	border-radius: 55px;
	overflow: hidden;
}
.ui-userphoto img {
	width:55px;
    height:55px;
}

.ui-list a.ui-applyjob:hover {
	background:#ff5400;
}
.ui-list:hover a.ui-applyjob {
	display: block;
}
.ui-list:hover {
	background:#fafafa;
}
.ui-list .ui-listname {
	padding-bottom:5px;
}
.ui-list .ui-listname a {
	float:left;
	display: block;
	margin-right:10px;
	font-size:18px;
	color:#ff6400;
}
.ui-list .ui-listname a:hover {
	color:#F14444
}
.ui-list .ui-listname a:visited {
	color:#87939c
}
.ui-list .ui-listname em,
.ui-listname em {
	top:40px;	
	position:relative;
	float:left;
	display: block;
	margin-left:5px;
	padding:3px 7px 3px 7px;
	font-size:12px;
	border-radius: 4px;
}
.ui-list .ui-listname em.jp,
.ui-listname em.jp {
	top:0!important;	
}

.ui-list .ui-listname em.blue,
.ui-listname em.blue {
	background:#009999;
	color:#ffffff;
}
.ui-list .ui-listname em.blue2,
.ui-listname em.blue2 {
	background:#0099CC;
	color:#ffffff;
}
.ui-list .ui-listname em.blue3,
.ui-listname em.blue3 {
	background:#00CCCC;
	color:#ffffff;
}

.ui-list .ui-listname em.orange,
.ui-listname em.orange {
	background:#ff6400;
	color:#ffffff;
}

.ui-list .ui-listname em.red,
.ui-listname em.red {
	background:#F14444;
	color:#ffffff;
}

.ui-list .ui-listname span {
	position: relative;
	top:50px;
	display: block;
	float:right;	
	font-size:20px;
	color:#FF4200;
}
.ui-list .ui-listname label,
.ui-listname label {
	display: inline-block;
	width:15px;
}
.ui-list .ui-listname label img {
	width: 100%;
}

.ui-list .ui-listinfo {
	clear: both;
	padding-top:10px;
	color:#444444;
	font-size:16px;
}
.ui-list .ui-listinfo span {
	padding-right:15px;	
}
.ui-list .ui-listcom {
	padding-top:13px;
	font-size:14px;
	color:#777777;
}
.ui-list .ui-listcom em {
	padding-right:5px;
}
.ui-list .ui-listcom span {
	padding-right:20px;
}

.ui-list .ui-seckey {
	width:auto;
	font-size:14px;
	height:45px;
	overflow: hidden;
}
.ui-list .ui-seckey span {
	float:left;
	display: block;
	margin:15px 8px 0 0;
	padding:4px 15px;
	border:1px #dddddd solid;
	border-radius: 20px;
	color:#555555;
}
.ui-list .ui-seckey span.act {
	color:#ff6600
}

.ui-list .ui-listjob {
	padding-top:7px;
	width:auto;
	height:30px;
	line-height:30px;
	overflow: hidden;
}
.ui-list .ui-listjob span {
	color:#3296fa;
	font-size:16px;
	font-weight: bold;
}
.ui-list .ui-listjob a {
	padding-right:20px;
	font-size:16px;
	color:#333333;	
}
.ui-list .ui-listjob a:hover {
	color:#ff6400;
}


.ui-main-left .ui-newslisttitle {
	margin:15px 20px 20px 20px;
	border-bottom:1px #eeeeee solid;	
	width:auto;
	height:40px;	
	font-size:16px;	
	color:#333333;
	overflow: hidden;
}

.ui-main-left .ui-newslisttitle a {
	display: block;
	float:left;
	padding:8px 5px;
	margin-right:45px;
	color:#555555;
}
.ui-main-left .ui-newslisttitle a.act {
	color:#ff6400;
	border-bottom:2px #ff6400 solid;
}

.ui-main-left .ui-newslistbox {
	width:auto;
}
.ui-main-left .ui-newslistbox ul {
	clear: both;
	margin:0 20px 20px 20px;
	padding:10px 15px;
	display: block;
	background:#fafafa;
	border:1px #eef2f3 dashed;	
	border-radius: 5px;
}
.ui-main-left .ui-newslistbox .ui-title a {
	display: block;
	font-size:20px;
	padding-bottom:5px;
	color:#333333;
}
.ui-main-left .ui-newslistbox .ui-title a:hover {
	color:#ff6400;
}
.ui-main-left .ui-newslistbox .ui-newsoutline {	
	height:40px;
	font-size:14px;
	color:#777777;
	line-height:40px;
	overflow: hidden;
}
.ui-main-left .ui-newslistbox .ui-newstime {	
	color:#777777;
}
.ui-newsviewtitle {
	padding:40px 0 30px 0;
	font-size:28px;
	font-weight: bold;
	text-align: center;
	color:#333333
}
.ui-newsviewtime {
	margin-bottom:20px;
	padding:15px 0;
	font-size:14px;
	color:#888888;
	text-align: center;
	border-top:1px #eeeeee solid;
	border-bottom:1px #eeeeee solid;
}
.ui-newsviewtime span {
	padding-right:20px;
}
.ui-newsviewcontent {
	padding-bottom:40px;
	font-size:16px;
	line-height:34px;
	color:#444444;
}
/*列表主体左侧end*/

/*列表主体右侧*/
.ui-main-right {	
	float:right;
	width:300px;
	border:1px #eeeeee solid;
	background: #ffffff;
	padding-bottom:20px;
	border-radius: 5px;
	overflow: hidden;
}
.ui-main-right .ui-spreadbox {	
	clear: both;
	width:auto;
	padding:10px 0;
}
.ui-main-right .ui-spreadbox .ui-spreadtitle {
	clear: both;
	margin-top:10px;
	padding:0 20px 20px 20px;	
	font-size:18px;
	font-weight: bold;
	/*color:#444444*/
	color:#ff6400
}
.ui-main-right .ui-spreadbox .ui-spreadlist {
	padding:0 20px;
	border-bottom:1px #f1f1f1 solid;
}
.ui-main-right .ui-spreadbox .ui-spreadlist a:last-child {
	border-bottom:0;
}
.ui-main-right .ui-spreadbox .ui-spreadlist a {
	display: block;
	clear: both;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px #dddddd dashed;
}
/*列表主体右侧end*/


/*详细页主体左侧*/
.ui-view-l {
	padding:20px 20px 30px 20px;
	width:840px;	
	border:1px #eeeeee solid;
	background: #ffffff;
	float:left;
}
a.ui-sqbtn,
.ui-sqbtn {
	float:left;
	margin-right:10px;
	display: block;
	width:200px;
	height:45px;
	line-height:45px;
	text-align: center;
	background:#F14444;
	color:#ffffff;
	font-size:16px;
}
a.ui-sqbtn:hover,
.ui-sqbtn:hover {
	background:#FF2400
}
a.ui-lybtn,
.ui-lybtn {
	float:left;
	margin-right:10px;
	display: block;
	width:120px;
	height:40px;
	line-height:40px;
	text-align: center;
	border-radius: 4px;
	background:#e8eced;
	color:#333333;
	border:1px #eeeeee solid;
	font-size:15px;
}
a.ui-lybtn:hover,
.ui-lybtn:hover {
	background:#e8eced;
}
a.ui-lybtn-r,
.ui-lybtn-r {		
	display: block;
	width:45%;
	height:35px;
	line-height:35px;
	text-align: center;
	background:#ff6400;
	color:#ffffff;
	border-radius: 4px;
	/*border:1px #dddddd solid;*/	
	font-size:14px;
}
a.ui-lybtn-r i,
.ui-lybtn-r i {color:#ffffff!important;}

a.ui-lybtn-r:hover,
.ui-lybtn-r:hover {
	background:#ff5400;
}

.ui-view-l .ui-comview {
	padding:15px 10px 10px 10px;
	width:auto;
	line-height:32px;
	font-size:16px;
	text-align: justify;
	color:#666666;
}
.ui-view-l .ui-comview img {
	width:100%;
	padding:5px 0;
}
.ui-view-l .ui-userinfo {
	padding-top:14px;
	width:auto;
}
.ui-view-l .ui-userinfo table {
	width:100%;	
}
.ui-view-l .ui-userinfo table td {
	padding-left:10px;
	height:45px;
	line-height:45px;
	border:1px #eeeeee solid;
	color:#333333
}
.ui-view-l .ui-userinfo table td.key {
	background:#f9f9f9;
	color:#333333
}
/*详细页主体左侧end*/

/*详细页主体右侧*/
.ui-view-r {
	padding:20px 15px 30px 15px;
	width:300px;	
	border:1px #eeeeee solid;
	background: #ffffff;
	float:right;
}
.ui-view-r .ui-cominfo {
	padding-top:5px;
	padding-bottom:15px;
	width:100%;
	border-bottom:1px #eeeeee solid;
}
.ui-view-r .ui-cominfo .ui-comname {
	width:auto;
}
.ui-view-r .ui-cominfo .ui-comname span,
.ui-view-r .ui-cominfo .ui-comname em {
	display:block
}
.ui-view-r .ui-cominfo .ui-comname span {
	margin:0 auto;	
	width:70px;
	height:70px;
	border-radius: 70px;
	overflow: hidden;
}
.ui-view-r .ui-cominfo .ui-comname span img {
	width:100%
}
.ui-view-r .ui-cominfo .ui-comname em {
	padding:5px 0;
	margin-bottom:10px;	
	width:auto;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#444444;
	text-align: center;
	font-weight: bold;
	overflow:hidden;
}

.ui-view-r .ui-cominfo .ui-comgrade {
	width:auto;
	padding-top:10px;
	padding-bottom:12px;
	border-bottom:1px #eeeeee dashed;
}
.ui-view-r .ui-cominfo .ui-comgrade p {
	float:right;
	margin-right:8px;
	padding:2px 10px;
	display: inline-block;
	border-radius: 15px;
}
.ui-view-r .ui-cominfo .ui-comgrade p.ui-comok {	
	background:#abd029;
	color:#ffffff;	
	font-size:12px;
}
.ui-view-r .ui-cominfo .ui-comgrade p.ui-comok i {
	font-size:12px;
	color:#ffffff;
}
.ui-view-r .ui-cominfo .ui-comgrade p.ui-comno {	
	background:#cccccc;
	color:#ffffff;	
	font-size:12px;
}
.ui-view-r .ui-cominfo .ui-comgrade p.ui-comno i {
	font-size:12px;
	color:#ffffff;
}

.ui-view-r .ui-cominfo .ui-comgrade em {
    color:#444444;
	font-size:12px;
	border:1px #dddddd solid;
	padding:3px 7px 2px 2px;
	border-radius: 25px;
}

.ui-view-r .ui-cominfo .ui-comgrade span {
	float:right;
	display: inline-block;
	padding:2px 10px;
	border-radius: 15px;
	background:#ff8888;
	color:#ffffff;
	font-size:12px;
}
.ui-view-r .ui-cominfo .ui-comgrade span i {
	color:#ffffff;
	font-size:14px;
	padding-right:4px;
}
.ui-view-r .ui-cominfo .ui-comother {
	padding-top:15px;
	font-size: 14px;
}
.ui-view-r .ui-cominfo .ui-comother span {
	padding:4px 0;
	display: block;
	color:#333333;
}
.ui-view-r .ui-tjjob {
	width:auto;
}
.ui-view-r .ui-tjjob .ui-tjjoblist {
	position: relative;
	display: block;
	padding:10px 0 10px 50px;
	border-bottom:1px #dddddd dashed;	
}
.ui-view-r .ui-tjjob .ui-tjjoblist:visited {
	color:#87939c
}
.ui-view-r .ui-tjjob .ui-tjjoblist.noleftpd {
	padding:10px 0 10px 0;
}
.ui-view-r .ui-tjjob .ui-tjjoblist font {
	position: absolute;
	display: block;
	top:15px;
	left:-5px;
	width:45px;
	height:45px;
	border-radius: 50px;
	background: #fafafa;
	overflow: hidden;
}
.ui-view-r .ui-tjjob .ui-tjjoblist font img {
	width:100%;
}
/*详细页主体右侧end*/

/*关键词列表*/
a.ui-keylist {
	float:left;
	display: block;
	padding:5px 15px;
	margin:0 5px 5px 0;
	font-size:12px;
	border:1px #e1e1e1 solid;
}
.ui-keyword {
	clear: both;
	padding-bottom:15px;	
	width:auto;
}

.ui-keyword li {
	float:left;
	margin:0 20px 5px 0;
}

.ui-keyword li a {
	float:left;
	display: block;
	height:42px;
	line-height:42px;
	padding:0 15px;
	font-size:12px;
	background:#ffefcc;
	position: relative;
	color:#f66464;
	cursor: pointer;
	border:1px #f8c09c solid;
}
.ui-keyword li a i {
	position:absolute;
}
.ui-keyword li a i.icon-Pin {
	top:-20px;
	left:-8px;
	font-size:16px;
	color:#f14444;
}
.ui-keyword li a span {
	position: absolute;
	display:block;
	top:0px;
	right:0px;
	width:100%;
	height:40px;
	font-size:12px;
	background:#fcc9a8;	
	filter:alpha(opacity:80); 
	opacity:0.8;
	-moz-opacity:0.8;
	display:none;
}
.ui-keyword li a i.ui-icodel {
	position:relative;
	top:-43px;
	text-align: center;
	color:#ac3100 !important;
	font-size:20px;
	z-index: 99;
	display: none;	
}
.ui-keyword li a i.ui-icodel em {
	padding-left:5px;
	font-size:14px;
	font-family: "微软雅黑";
}
.ui-keyword li a:hover {
	color:#fbf5d4
}
.ui-keyword li a:hover span,
.ui-keyword li a:hover i.ui-icodel {
	display: block;
}

.ui-keyword li a:hover i.icon-Pin {
	display: none;
}

/*返回顶部*/
    .to-top {
      display: none; 
		  width:50px;
		  height:50px;
		  text-align:center;
      color: #ffffff; 
      background-color: #ff6400;}
          
		.to-top:hover {
			background:#777777;}
			
		.to-top i {
			display:block;
			padding-top:6px;
			color:#ffffff}

		 .to-top span {
			 position:relative;
			 top:-6px;
			 font-weight:bold;
			 color:#ffffff}
			 
		.to-top:hover i,
		.to-top:hover span {
			color:#ffffff;}
		
/*QQ客服*/
.servbox {
	width:50px;
	height:70px;
	text-align:center;
	position:fixed;			
	cursor: pointer;
}

.servbox:hover {
	background:#777777;}
  
.servbox i {
  position:relative;
  font-size:30px;
  top:4px;
  color:#ffffff}

.servbox ul {
	display: none;
	padding:10px 10px 0 10px;
	width:160px;
	min-height:60px;
	background:#ffffff;
	border:3px #f4a137 solid;
	border-radius: 5px;
	position:absolute;					
	right:48px;
	bottom:0;
	overflow: hidden;}
	
.servbox ul li {
	width:100%;
	min-height:55px;
	margin-bottom:12px;
	border-bottom:1px #efc084 dashed;}

.servbox ul li:last-child {
	border-bottom:0}			
	
.servbox:hover i {
	color:#ffffff;}

.servbox ul li span,
.servbox ul li em {
	display: block;
	width:100%;}
	
.servbox ul li span {
	text-align: left;
	font-size:12px;
	padding:2px 0 5px 0;
	color:#333333;}

.servbox ul li em {
	text-align: left;
}

.servbox ul li em img {
	display: block;
}


/*QQ客服*/
.qqserv {		  
  right:35px;
  bottom:90px;
}


/*微信*/
.vxserv {		 
  right:35px;
  bottom:161px;
}

/*抖音*/
.dyserv {		 
  right:35px;
  bottom:19px;
}


/*用工问题
a.qamain {
	display: block;
	position: fixed;
	right:35px;
	bottom:39px;
	width:50px;
	height:50px;
	padding-top:6px;
	background:#f4a137;
	color:#ffffff;
	font-size:16px;
	line-height:18px;			
	text-align: center;	
}*/

 /*招聘、求职搜索补全*/
.dropselect {
    position:absolute;
    top:45px;
    background:#ffffff;
    border:1px #dddddd solid;
    z-index:99
}
.ds_list {
    width:920px;
    height:300px;
}
.ds_list ul {
  display:block;
  padding:15px 20px;}

.ds_list ul li {
  padding:10px 0;
  border-bottom:1px #dddddd dotted;
  cursor: pointer;}

.ds_list ul li:hover {
  background:#f9f9f9;
  font-weight: bold;
  }

.dropselect a {
   border-top:1px #eeeeee solid;
   width:auto;
   padding-right:15px;
   text-align: right;
   display:block;
   height:35px;
   line-height:35px;
   font-size:12px;
   color:#777777;
   overflow: hidden;
}

/*单页*/
.opgbox {
	padding:0;
	width:1170px;	
}
.opgbox .opgleft {
	float:left;
	width:200px;		
}
.opgbox .opgleft .title {
	padding-left:20px;
	width:auto;
	height:40px;
	line-height:40px;
	font-size:16px;
	background:#257cbf;
	color:#ffffff;
	border-bottom:1px #eeeeee solid;
}
.opgbox .opgleft .content {
	padding:10px 0 30px 0;
	min-height:500px;
	border:1px solid #DFDFDF;
	border-top:0;
}

.opgbox .opgleft .content span,
.opgbox .opgleft .content a {
	display: block;
}

.opgbox .opgleft .content span {
	margin-top:10px;
	padding:10px 0 5px 20px;
	font-size:16px;
	color:#2f7cb7;	
	font-weight:bold;
}
.opgbox .opgleft .content span i {
	font-weight: normal;
	padding-right:7px;
	color:#999999;
	font-size:18px;
}

.opgbox .opgleft .content a {
	padding:5px 0 7px 0;
	margin:0 20px 5px 20px;
	border-bottom:#d1d1d1 1px dotted;
}

.opgbox .opgright {
	float:right;
	width:955px;
	min-height:730px;
	border:1px solid #DFDFDF;
}
.opgbox .opgright .pstbox {
	padding:0 20px 0 20px;
	width:auto;
	height:45px;
	line-height:45px;
	color:#444444;	
	overflow: hidden;
	border-bottom:1px #eeeeee solid;
}

.opgbox .opgright .pstbox .title {
	float:left;
	font-size:16px;
	font-weight: bold;
	
}
.opgbox .opgright .pstbox .pst {
	float:right;
	font-size:12px;
	color:#888888;
}
.opgbox .opgright .content {
	padding:20px 30px 30px 30px;
	font-size:16px;
	line-height:30px;
	color:#444444;
}

/*顶部分享*/
.bsBox {
	height:256px!important;
}
.bsTop {
	width:208px!important;
}

/*用工问题*/
.ui-rolltable {
	margin-top:10px;
	width:auto;
	height:186px;
	overflow: hidden;
}
.ui-rolltable table {
	width:100%;
}
.ui-rolltable table td {
	height:92px;
}
.ui-rolltable .ui-ask {
	margin-top:10px;
	width:auto;
	height:46px;
	line-height:25px;
	font-size:14px;
	overflow: hidden;
}
.ui-rolltable .ui-ask span {
	color:#ff2400;
	font-weight:bold
}
.ui-rolltable .ui-answer {
	width:auto;
	height:36px;
	font-size:14px;
	line-height:36px;
	color:#888888;
	overflow: hidden;
	border-bottom:1px #dddddd dashed;
}
.ui-qabox {
	width:auto;
}
.ui-qabox ul {
	display: block;
	margin-bottom:20px;
	border:1px #eeeeee solid;
	
}

.ui-qabox ul li.ui-vask {
	padding:10px;
	width:auto;
}
.ui-qabox ul li.ui-vask span {
	padding:10px 0 10px 10px;
	font-size:14px;
	font-weight: bold;
}
.ui-qabox ul li.ui-vask span i {
	position: relative;
	top:3px;
	margin-right:8px;
	color:#ff6600;
	font-size:20px;
	font-weight: normal;
}

.ui-qabox ul li.ui-vask em {
	padding:0 20px 10px 35px;
	font-size:16px;
	line-height:30px;
	color:#0086B2;
}

.ui-qabox ul li.ui-vanswer {
	padding:10px;
	width:auto;
	background:#f7f7f7;
}
.ui-qabox ul li.ui-vanswer span {
	padding:10px 0 10px 10px;
	font-size:14px;
	color:#008000
}
.ui-qabox ul li.ui-vanswer span i {
	position: relative;
	top:3px;
	margin-right:8px;
	color:#ff6600;
	font-size:20px;
	font-weight: normal;
}
.ui-qabox ul li.ui-vanswer em {
	padding:0 20px 10px 35px;
	font-size:16px;
	line-height:30px;
	color:#444444
}

.ui-qabox ul li.ui-vask span,
.ui-qabox ul li.ui-vask em,
.ui-qabox ul li.ui-vanswer span,
.ui-qabox ul li.ui-vanswer em {
	display:block
}

a.ui-qabtn {
	margin:20px 20px 0 20px;
	display: block;
	width:auto;
	height:45px;
	line-height:45px;	
	font-size:16px;
	text-align: center;
	border:1px #eeeeee solid;	
	overflow: hidden;
	border-radius: 3px;
	color:#333;
	border:1px #e1e1e1 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f8f8f8,endColorStr=#e5e5e5); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #f8f8f8,#e5e5e5); /* IE 10 */
	background:-moz-linear-gradient(top,#f8f8f8,#e5e5e5); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f8f8f8), to(#e5e5e5)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e5e5e5));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #f8f8f8, #e5e5e5);  /*Opera 11.10+*/
}
.ui-qabtn:hover,
a.ui-qabtn:hover  {
	color:#444;
	border:1px #e1e1e1 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fafafa,endColorStr=#d4d4d4); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #fafafa,#d4d4d4); /* IE 10 */
	background:-moz-linear-gradient(top,#fafafa,#d4d4d4); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fafafa), to(#d4d4d4)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#d4d4d4));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #fafafa, #d4d4d4);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #fafafa, #d4d4d4);  /*Opera 11.10+*/
}

a.ui-qabtn i {
	margin-right:10px;
	font-size:18px;
	color:#0086B2
}
/*用工问题*/


/*企业专访*/
.ui-videomain {
	float: left;
	padding:15px 0 0 0;
	width:50%;
	height:370px;
	overflow: hidden;
}

.ui-videomain a {
	margin-bottom:15px;
	display: block;
	width:578px;
	height:169px;
	background:#fbfbfb;
	overflow: hidden;
	color:#333333;
	background: #ffffff;
	border:1px #eeeeee solid;
}

.ui-videomain a li.ui-videoimg {
  margin:3px 0 0 3px;
	float:left;
	width:300px;
	height:160px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius: 5px;
	overflow:hidden
}

.ui-videomain a li.ui-videoimg img {
	width:340px;
	height:160px;	
}

.ui-videomain a li.ui-videotext {
	padding:0 0 0 18px;
	float:left;
	width:258px;
	height:160px;
}

.ui-videomain a li.ui-videotext h3 {
  margin-top:15px;
	padding-bottom:8px;
	font-size:18px!important;
	text-align:center;
}

.ui-videomain a li.ui-videotext h5 {
	padding-bottom:8px;
	font-size:15px!important;
	text-align:center;
	font-weight:normal !important;
}
.ui-videomain a li.ui-videotext p {
	font-size:14px;
	line-height:20px;
}

.ui-videomain a.ui-videolist1 {
    float:left;
}

.ui-videomain a.ui-videolist2 {
	float:right}

.ui-videomain a.ui-videolist {
	float:left;
	margin-right:14px;
	background: #ffffff;
	border-radius: 5px;
}
.ui-videomain a.ui-videolist:nth-child(2n) {
    margin-right:0;
}
/*end*/



/*招聘会回顾*/
.zphhgbox {
	float: left;
  padding:15px 0 0 0;
  width:50%;
  height:370px;
  overflow: hidden;
}
.zphhgbox a {
	margin-bottom:15px;		
	display: block;
	width:100%;
	height:169px;
	background:#fbfbfb;
	overflow: hidden;
	color:#333333;
	background: #ffffff;
	border:1px #eeeeee solid;
	border-radius: 8px;
}

.zphhgbox a li.ui-zphimg {
	margin:3px 0 0 3px;
	float:left;
	width:300px;
	height:160px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius: 5px;
	overflow:hidden
}
.zphhgbox a li.ui-zphimg img {
	width:100%;
	height:100%;
}
.zphhgbox a li.ui-zphtext {
	padding:0 0 0 18px;
	float:left;
	width:258px;
	height:160px;
}

.zphhgbox a li.ui-zphtext h3 {
  margin-top:15px;
	padding-bottom:8px;
	font-size:18px!important;
	text-align:center;
}
.zphhgbox a li.ui-zphtext p {
	font-size:14px;
	line-height:20px;
}

.ui-zhpview {
	margin:0 auto 15px auto;
	width:800px;
	height:450px;
}





/*热门招聘企业*/
.ui-hotenterprice {
    margin:25px 0 0 0;
    width:auto;
}
			
.ui-hotenterprice .ui-hotent_list {
	  position: relative;
    margin:0px 10px 10px 0;
    display: block;
    float:left;
    /*width:186px;*/
		/*width:285px;*/
		width:226px;
    height:125px;
}
.ui-hotenterprice .ui-hotent_list:nth-child(5n) {
    margin-right:0;
}

.ui-hotenterprice .ui-hotent_list span,
.ui-hotenterprice .ui-hotent_list em {
    display: block;
}

.ui-hotenterprice .ui-hotent_list span {
   width:100%;
   height:80px;
   overflow: hidden;
	 border:1px #eeeeee dashed;
}

.ui-hotenterprice .ui-hotent_list span img {
    width:100%;
    height:100%;
}

.ui-hotenterprice .ui-hotent_list em {
	position: relative;
    padding:8px 10px 0 10px;
    width:100%;
    height:40px;
    line-height:25px;
    overflow: hidden;
    font-size:15px;
    color:#777777;
		background: #ffffff;
		border:1px #eeeeee dashed;
		border-top:0;
}

.ui-hotenterprice .ui-hotent_list dl {
	position: absolute;
	display: none;
	top:120px;
	left:0;
	padding:10px 10px 5px 10px;
	width:100%;	
	background: #ffffff;
	border:1px #eeeeee dashed;
	box-shadow: 0 3px 3px #dddddd;
	border-top:0;
	z-index: 100;
}
.ui-hotenterprice .ui-hotent_list:hover em {
	color:#2e7dc6;
	font-weight: bold;
}
.ui-hotenterprice .ui-hotent_list:hover dl {
	width: 100%;
	display: block;
}
.ui-hotenterprice .ui-hotent_list dl dd a {
	position: relative;
	display: block;
	padding:0 0 0 15px;
	height:35px;
	line-height:35px;
	color:#333333;
	border-bottom:1px #eeeeee dashed;
	overflow: hidden;
}
.ui-hotenterprice .ui-hotent_list dl dd a::after {
	position: absolute;
	top:14px;
	left:0;
	content: '';
	width:6px;
	height:6px;
	border-radius: 7px;
	background: #2e7dc6;
	z-index: 10;
}
.ui-hotenterprice .ui-hotent_list dl dd a:hover {
	background: #fafafa;
}
.ui-hotenterprice .ui-hotent_list dl dt a {
	margin-top:10px;
	display: block;
	width:100%;
	height:30px;
	line-height:30px;
	color:#ffffff;
	text-align: center;
	background: #4489ca;
	border-radius: 4px;
}

/*end*/

/*企业线上秀*/
.ui-hotvideo {
	padding:15px 0 10px 0;
	width:auto;
}

.ui-hotvideo ul li {
	width:25%;
}

.ui-hotvideo ul li video {
	width:100%;
}



/*转载提醒*/
.ui-reprintremind {
	padding:7px 10px 7px 15px;
	width:auto;	
	color:#f11111;
	background:#fcf8e2;
	line-height:25px;
	font-size:14px;
}

a.chginfo {	
	position: absolute;
	top:0;
	right:0;
	font-weight: normal;
	color: #888888;
	font-size:14px;
}
a.chginfo i {
	position: relative;
	top:0px;
	margin-right:4px;
	font-size:13px;
}

/*矩阵*/
.r_jzq {
	padding:0px 0 0 0;
	bottom:80px;
	right:0px;
	position: fixed;
	z-index: 10;
	width:150px;
	background: #ffffff;
	border:1px #eeeeee solid;
	border-radius: 5px;
}
.r_title {
	clear: both;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:13px;
	text-align: center;
	color:#555555;
	background: #f5f5f5;
}
.r_jzq .r_list {
	clear: both;
	padding:0 0 5px 0;
	border-bottom:1px #eeeeee solid;
}
.r_jzq .r_list > ul {
	float: left;
	position: relative;
	cursor: pointer;
	padding:8px 0 8px 0;
	width:70px;
	display: block;
	border-bottom:1px #eeeeee solid;
}
.r_jzq .r_list > ul:hover {
	background: #ffffff;
}
.r_jzq .r_list > ul:last-child {
	border:0!important
}
.r_jzq .r_list > ul::after {
	display: none;
	position: absolute;
	top:37%;
	left:-10px;
	content: '';
	width: 0;
	height: 0;
	border-right: 10px solid #dddddd;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.r_jzq .r_list > ul:hover::after {
	display: block;
}

.r_jzq .r_list > ul > li {
	position: relative;
}
.r_jzq .r_list > ul > li.img {
	margin:0 auto 5px auto;
	width:40px;
}
.r_jzq .r_list > ul > li.img > img {
	width:100%;
}
.r_jzq .r_list > ul > li.name {
	font-size:13px;
	text-align: center;
}



.r_jzq .r_list > ul > ul {
	display: none;
	top:-50px;
	right:78px;
	position: absolute;
	width:170px;
	height:200px;
	background: #ffffff;
	box-shadow: 0 0 5px #cccccc;
	border-radius: 5px;
	z-index: 10;
}
.r_jzq .r_list > ul:hover > ul {
	display: block;
}
.r_jzq .r_list > ul > ul > li.name {
	width:100%;
	height:40px;
	line-height:40px;
	font-size: 14px;
	text-align: center;
	color: #555555;
}
.r_jzq .r_list > ul > ul > li.img {
	margin:0 auto;
	width:150px;
	height:150px;
	background: #ffffff;
	overflow: hidden;
}
.r_jzq .r_list > ul > ul > li > img {
	width:100%;
}
.r_jzq .r_list > ul > ul > li > .qqkf {
	padding:10px 0 0px 0;
	width:100%;
}
.r_jzq .r_list > ul > ul > li > .qqkf .qqkfname {
	padding-bottom:8px;
	font-size:14px;
	text-align: center;
}
.r_jzq a {
	clear: both;
	display: block;
	width:100%;
	height:25px;
	line-height:25px;
	font-size:12px;
	border-top:1px #eeeeee solid;
	border-radius: 0 0 4px 4px;
	color:#333333;
	background: #ffffff;
	text-align: center;
}
.r_jzq > a:hover {
	background: #f5f5f5;
}

.morebtn_home {
	margin:10px auto 30px auto;
	display: block;
	width:300px;
	height:35px;
	line-height:35px;
	font-size:14px;
	text-align: center;
	color:#ff6400!important;
	border:1px #ff9400 solid;
	border-radius: 4px;
}

.pgzpchg {
	margin-top:25px;
}


/*县总工会福利专栏*/
.zghflbox {
	margin-top:30px;
	padding:10px;
	display: block;
	width:100%;
	height:200px;
	/*justify-content: space-between;*/
	background: #ffffff;
}
.zghflbox .zghfl_list1,
.zghflbox .zghfl_list2,
.zghflbox .zghfl_list3 {
	float: left;
	width:32.5%;
	height:180px;
	background: #ffffff;
	/*border-radius: 8px;
	box-shadow: 0 0 4px #cccccc;*/
}

.zghflbox .zghfl_list1 {
	background:#fafafa;
	/*background:#ffb66e;*/
}
.zghflbox .zghfl_list1 dl {
	padding:20px 40px 20px 30px;
	display: block;
	width:100%;
}
.zghflbox .zghfl_list1 dl dt {
	width:100%
}
.zghflbox .zghfl_list1 dl dt img {
	width:90%;
}
.zghflbox .zghfl_list1 ul {
	clear: both;
}
.zghflbox .zghfl_list1 ul li {
	padding-top:20px;
	text-align: center;
	font-size:24px;
	color:#333333;
}
.zghflbox .zghfl_list2,
.zghflbox .zghfl_list3 {
	position: relative;
	background:#ffffff;
	/*background: #ffdebd;*/
}

.zghflbox .zghfl_list2::after {
	position: absolute;
	top:10%;
	right:0;
	content: '';
	width:1px;
	height:80%;
	background: #f1f1f1;
	z-index: 1;
}


.zghflbox .zghfl_list2 h3,
.zghflbox .zghfl_list3 h3 {
	margin-top:30px;
	text-align: center;
	font-size:20px!important;
	font-weight: normal;
	color:#333333;
}

.zghflbox .zghfl_list2 h5,
.zghflbox .zghfl_list3 h5 {
	margin-top:10px;
	text-align: center;
	font-size:18px!important;
	font-weight: normal;
}
.zghflbox .zghfl_list3 h5 b {
	padding:0 3px;
	color:#f55555
}

.zghflbox .zghfl_list2 a {
	margin:30px auto 0 auto;
	display: block;
	width:130px;
	height:35px;
	line-height:33px;
	color:#3296fa;
	font-size:15px;
	text-align: center;
	background: #f5f5f5;
	/*background: #ed0038;*/
	border-radius: 6px;
	border:1px #eeeeee solid;
}

.zghflbox .zghfl_list3 .zghfl_btn {
	clear: both;
	padding-top:30px;
	display: flex;
	width:100%;
	justify-content: center;
}

.zghflbox .zghfl_list3 .zghfl_btn a:nth-child(1) {
	margin:0 10px;
	display: block;
	width:130px;
	height:35px;
	line-height:33px;
	color:#3296fa;
	font-size:15px;
	text-align: center;
	background: #f5f5f5;
	border:1px #eeeeee solid;
	/*background: #ed0038;*/
	border-radius: 6px;
}
.zghflbox .zghfl_list3 .zghfl_btn a:nth-child(2) {
	margin:0 10px;
	display: block;
	width:130px;
	height:35px;
	line-height:33px;
	color:#3296fa;
	font-size:15px;
	text-align: center;
	background: #f5f5f5;
	/*background: #ffc000;*/
	border:1px #eeeeee solid;
	border-radius: 6px;
}

.zghflbox .zghfl_list2 a:hover,
.zghflbox .zghfl_list3 a:hover {
	opacity: 0.8;
}
/*县总工会福利专栏*/


/*快速投递简历*/
.easylogin {
	position: absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:10px 30px 0 30px;
	width:100%;
	height:100%;
	border-radius: 10px;
	background: #ffffff;
}
.easylogin .easytitle {
	margin:10px 0 30px 0;
	width:auto;
}
.easylogin .easytitle dl dt {
	margin-bottom:20px;
}
.easylogin .easytitle dl dt span {
	color:#f77777;
	display: inline-block;
	font-size:14px;
	padding:3px 0;
}
.easylogin .easytitle dl dt a {
	margin:0 0 0 10px;
	display: inline-block;
	padding:4px 12px;
	background: #f55555;
	color:#ffffff;
	font-size:14px;
	border-radius: 4px;
}
.easylogin .easytitle dl dt a:hover {
	background: #f22222;
}
.easylogin .easytitle dl dd {
	position: relative;
	margin-top:10px;
	padding:0 0 0 10px;
	font-size:18px;
	color:#777777;
}
.easylogin .easytitle dl dd::after {
	position: absolute;
	top:4px;
	left:0;
	width:3px;
	height:18px;
	content: '';
	background: #f55555;
	z-index: 1;
}

.easylogin .easyform {
	width:auto;
}
.easylogin .easyform ul {
	margin-bottom:10px;
	display: block;
	clear: both;
}
.easylogin .easyform ul li.name {
	float: left;
	width:80px;
	line-height:40px;
}
.easylogin .easyform ul li.val {
	position: relative;
	float: left;
	width:calc(100% - 80px)
}
.easylogin .easyform ul li.val a.yzmbtn {
	cursor: pointer;
	position: absolute;
	top:10px;
	right:15px;
	z-index: 10;
}
.easylogin .easyform ul li.val input,
.easylogin .easyform ul li.val select {
	padding:0 8px;
	width:100%;
	height:40px;
	border:1px #eeeeee solid;
	font-size:16px;
	border-radius: 4px;
}
.easylogin .easyform ul li.val .val_l {
	float: left;
	width:60%;
}
.easylogin .easyform ul li.val .val_r {
	float: left;
	width:40%;
}
.easylogin .easyform ul li.val .val_r label input {
	display: none!important;
}
.easylogin .easyform ul li.val .val_r label em {
	cursor: pointer;
	position: relative;
	margin:0 0 0 10px;
	float: left;
	display: block;
	width:70px;
	height:40px;
	line-height:38px;
	text-align: center;
	border:1px #eeeeee solid;
	font-size:15px;
	color:#aaaaaa;
	border-radius: 4px;
}
.easylogin .easyform ul li.val .val_r label em:hover {
	color:#f55555;
	border:1px #f99999 solid;
}
.easylogin .easyform ul li.val .val_r label input:checked + em {
	color:#f55555;
	border:1px #f55555 solid;
}
.easylogin .easyform ul li.val .val_r label input:checked + em::after {
	display: block;
	position: absolute;
	right:0;
	bottom:0;
	content: '';	
	width:0;
	height:0;
	border-top: 13px solid transparent;
  border-right: 13px solid #f55555;
  border-left: 13px solid transparent;
	z-index: 1;
}
.easylogin button {
	display: block;
	margin:30px auto 0 auto;
	border: 0;
	outline: none;
	width:50%;
	height:40px;
	background: #3296fa;
	border-radius: 40px;
	font-size:16px;
	color:#ffffff;
}
/*快速投递简历*/