@charset "UTF-8";
/*通用样式*/
* { padding: 0; margin: 0; }

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, table, td, th, form, fieldset, img, dl, dt, dd { margin: 0; padding: 0; }

textarea, input, select, body { font-size: 12px; }

select, input { vertical-align: middle; }

fieldset, img { border: 0; }

ul, ol { list-style: none; }

img { border: 0; }

a { text-decoration: none; color: #000; border: none; cursor: pointer; }

a:hover { color: #0085ff; text-decoration: none; }

a:visited, a:active { text-decoration: none; }

a:focus, input:focus { outline: 0; text-decoration: none; }

.fl { float: left; display: inline; }

.fr { float: right; display: inline; }

.cb, .clear { clear: both; display: block; height: 1px; overflow: hidden; width: 100%; }

.mt20 { margin-top: 35px; }

.w1200 { width: 1200px; margin: 0 auto; }

.w1375 { width: 1375px; margin: 0 auto; }

.w980 { width: 980px; margin: 0 auto; }

/*分页*//*
.page ul { padding: 10px 12px; clear: both; text-align: center; font-family: Arial, "\5B8B\4F53", sans-serif; font-size: 14px; vertical-align: top; }

.page ul li { display: inline-block;  background: #f1f1f1; border-radius: 3px; }

.page ul li.current, .page ul li:hover { background: #13c2ee; }

.page ul li:hover a { color: #fff; }

.page ul li a { color: #666; padding: 5px 10px;}
/*分页*/
.page ul{padding:10px 12px;clear:both;text-align:center;font-family:Arial, "\5B8B\4F53", sans-serif;font-size:12px;vertical-align:top;}
.page ul li{ display: inline-block; cursor:pointer; line-height:25px; border:1px solid #999;}
.page ul li.current,.page ul li:hover{ background:#3c90d9;}
.page ul li:hover a{ color:#fff;}
.page ul li.pxz a,.page ul li.pxz{color:#fff;background:#3c90d9;}
.page ul li a{ color: #666; padding: 5px 8px;}

/*上传按钮*/
.uploadify { position: relative;margin-bottom: 1em; border-radius:3px;background-color:#3c8cd3;/* margin-top:10px; */}

.uploadify-button  {color: #FFF; font: bold 14px Arial, Helvetica, sans-serif; text-align: center; width: 100px; position:relative; line-height:35px;}

.uploadify-button span { line-height: inherit;/* margin-right:20px; */}

/*.uploadify:hover .uploadify-button { background-color: #606060; background-image: linear-gradient(top, #606060 0%, #808080 100%); background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%); background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #606060), color-stop(1, #808080)); background-position: center bottom; }*/

.uploadify-button.disabled { background-color: #D0D0D0; color: #808080; }

.uploadify-queue { margin-bottom: 1em; }

.uploadify-queue-item { background-color: #F5F5F5; border-radius: 3px; font: 11px Verdana, Geneva, sans-serif; margin-top: 5px; max-width: 350px; padding: 10px; }

.uploadify-error { background-color: #FDE5DD !important; }

.uploadify-queue-item .cancel a { background: url("../img/uploadify-cancel.png") 0 0 no-repeat; float: right; height: 16px; text-indent: -9999px; width: 16px; }

.uploadify-queue-item.completed { background-color: #E5E5E5; }

.uploadify-progress { background-color: #E5E5E5; margin-top: 10px; width: 100%; }

.uploadify-progress-bar { background-color: #0099FF; height: 3px; width: 1px; }

/*.custom-uploadify-button { background-color: #6396d5; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6396d5), color-stop(1, #6396d5)); border-radius: 2px; border: 1px solid #6396d5; }

.uploadify:hover .custom-uploadify-button { background-color: #6396d5; background-image: linear-gradient(top, #6396d5 0%, #9dc9ec 100%); background-image: -webkit-linear-gradient(top, #6396d5 0%, #9dc9ec 100%); background-image: -ms-linear-gradient(top, #6396d5 0%, #9dc9ec 100%); background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6396d5), color-stop(1, #9dc9ec)); background-position: center bottom; }*/

@media screen and (max-width: 1440px) { .w1375 { width: 1200px; }
  .head li a i { display: none; }
  .section.section-root-hero { height: 465px; } }

@media screen and (max-width: 1200px) { .w1200 { width: 980px; }
  .w1375 { width: 980px; } }

body { font-family: 'Microsoft YaHei'; background: #f5f5f5 url(../images/watermark.png?v=eed70) 0 0 repeat; }

.fr { float: right; }

/*头部*/
.wrap { width: 1220px; margin: 0 auto; position: relative;overflow: hidden;}
.wrap01 {width: 1220px;margin: 0 auto;position: relative;background:#208faa url(../images/nav-bg.png?v=891c5) center 0 no-repeat}

.header { position: relative; height: 60px; background: #208faa url(../images/nav-bg.png?v=891c5) center 0 no-repeat; }

.header a.logo { float: left; }

.header a.logo img { display: block;width: 260px; line-height: 60px;margin-top: 10px;}

.header .nav { color: #fff; }

.header .nav a { display: inline-block; color: #fff; font-size: 16px; text-align: center; width: 134px; height: 60px; line-height: 60px; }

.header .nav a:hover { color: #f1f1f1; }

.header .fr { position: absolute; right: 0; top: 0; width: 200px; height: 60px; line-height: 60px; text-align: right; }

.header .fr a { color: #fff; margin-right: 5px; }

.header .fr a:hover { color: #f1f1f1; }

.header .fr a.user-name { font-size: 12px; }

.header .fr a.user-name .icon-option { background-color: rgba(0, 0, 0, 0.5); border-radius: 5px; left: 10px; }

.header .fr a.user-name .icon-option li:hover { background-color: rgba(0, 0, 0, 0.3); }

.header .fr .icon-head-sj { width: 7px; height: 5px; margin-right: 5px; display: inline-block; background: url(../images/icon-head-sj.png?v=1c441) 0 0 no-repeat; font-size: 12px; }

.footer { margin-top: 30px; margin-bottom: 50px; }

.footer p{text-align: center; font-size: 12px; color: #4e4e4e; line-height: 30px; position: relative; left: -60px;}

.main-style1 { margin-top: 15px; }

.main-style1 .set-l { float: left; width: 235px; min-height: 710px; border-right: 1px solid #e8e8e8; background: #fafafa; z-index: 1; font-size: 14px; margin-right: 15px; margin-bottom: -9999px;padding-bottom: 9999px;}

.main-style1 .set-r { width: 950px; min-height: 710px; background: #fff; overflow-y: auto; }

.main-style1 .sub-nav ul li ul li { border-bottom: 1px solid #d4d3d3; margin-left: 10px; }

.main-style1 .sub-nav ul li ul li a { padding-left: 10px; font-size: 16px; height: 48px; }

.main-style1 .sub-nav ul li ul li a .icon { vertical-align: -3px; }

.main-style1 .sub-nav ul li ul li a.mage-red { background: none; color: #0083d3; }

.main-style1 .sub-nav ul li ul li a:hover { background: none; color: #0083d3; }

.main-style1 .sub-nav ul li ul li a:hover .icon { background-position: 0 -16px; }

.main-style1 .sub-nav ul li ul li a.curr { color: #0083d3; }

.main-style1 .sub-nav ul li ul li a.curr i { background: url(../images/arr-blue.png?v=281f2?v=a9d85) no-repeat; }

.main-style1 .sub-nav ul li ul li a.curr .icon { background-position: 0 -16px; }

.main-style1 .sub-nav ul li ul li:last-child { border-bottom: none; }

.main-style2 {min-height: 750px; background-color: #fff; margin-top: 15px; box-shadow: 0px 0px 4px 0px #797979; /*顶部搜索区*/ }

.main-style2 .set-l {float: left; width: 182px; min-height: 665px; border-right: 1px solid #e8e8e8; background: #f1f1f1; z-index: 1; font-size: 14px; margin-bottom: -9999px; padding-bottom: 9999px;}

.main-style2 .set-r { height: 100%; background: #fff; overflow-y: auto; }

.main-style2 .set-r .set-title { background-color: #e9e9e9; height: 44px; color: #0083d3; padding-left: 20px; line-height: 44px; font-size: 16px; }

.main-style2 .set-r .tit-msg { color: #777777; padding-left: 20px; line-height: 44px; font-size: 16px; }

.main-style2:after { content: ' '; display: block; height: 0px; clear: both; }

.main-style2 .sub-nav { background-color: #f1f1f1; }

.main-style2 .screen { padding: 20px 23px; border-bottom: 1px solid #d4d4d4;}

.main-style2 .screen select { width: 260px; height: 40px; font-size: 16px; }

.main-style2 .screen a { margin-left: 5px; }

.main-style2 .screen .fr a { border: 1px solid #b9b9b9; margin-right: 10px; }

.main-style2 .screen .fr a.btn-blue { border: 1px solid #0083d3; }

/*按钮*/
.btn { display: inline-block; padding: 0 10px; height: 35px; line-height: 32px; text-align: center; font-size: 16px; border-radius: 5px; }

.btn .icon { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin-right: 5px; }

.btn .icon-link { background: url(../images/icon-link.png?v=6c1b2) 0 0 no-repeat; }

.btn .icon-pen { background: url(../images/icon-pen.png?v=c1e1a) 0 0 no-repeat; }

.btn .icon-funnel { background: url(../images/icon-funnel.png?v=54e4c) 0 0 no-repeat; }

.btn.btn-blue { background-color: #0083d3; color: #fff; }

.btn.btn-blue:hover { background-color: #0076be; color: #fff; }

.btn.btn-green { background-color: #87b828; color: #fff; }

.btn.btn-green:hover { background-color: #699610; color: #fff; }

.btn.btn-violet{ background-color: #9381bd; color: #fff; }

.btn.btn-violet:hover { background-color: #8974b9; color: #fff; }

.btn.btn-gray { background-color: #f5f5f5; color: #333; }

.btn.btn-gray:hover { background-color: #ece9e9; color: #333; }

.btn.btn-pink { background-color: #ee2688; color: #fff; }

.btn.btn-pink #file{display: block;position: absolute;left: 0;top: 0;opacity: 0;width: 110px;height: 35px;}

.btn.btn-pink:hover { background-color: #dd0f74; color: #fff; }

.btn.btn-select { position: relative; }

.btn.btn-select .icon-option { z-index: 999; display: none; background-color: #fff; box-shadow: 0 0px 6px 0px #D2D2D2; border: 1px solid #dadada; position: absolute; top: 35px; left: 0; padding: 2px 0; min-width: 80px; max-width: 240px; }

.btn.btn-select .icon-option li { min-width: 80px; max-width: 240px; overflow: hidden; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; }

.btn.btn-select .icon-option li:hover { background-color: #ebebeb; }

.btn.btn-disable { background-color: #9E9E9E; color: #fff; }

.btn.btn-disable:hover { background-color: #9E9E9E; color: #fff; }

.icon-add { display: inline-block; width: 16px; height: 16px; line-height: 16px; background: url(../images/icon-add.png?v=3a49f) 0 0 no-repeat;/*position:relative;top:3px;*/ }

.icon-list { display: inline-block; width: 16px; height: 16px; line-height: 16px; background: url(../images/icon-list.png?v=0cc52) 0 0 no-repeat;/*position:relative;top:3px; */}

/*报错样式*/
.wrong_say {background: rgba(0, 0, 0, 0) url("../images/error.jpg") no-repeat scroll 0 0;height: 122px;padding-left: 200px;padding-top: 70px;width: 350px; position:absolute; top:35%; left:35%;}
.wrong_say p {color: #333;font-family: "Microsoft YaHei";font-size: 14px;margin-bottom: 5px;}
.wrong_say a {color: #ec435f;}

.t-link .ewm {width: 82px;height: 82px;z-index: 999;border: 1px solid #ccc;position: absolute;top: -25px;left: 73px;}

.ewm.ewm_top{ left:410px; position:absolute; top:60px; border:1px solid #ccc;}
.ewm_top1{border: 1px solid rgb(204, 204, 204);left: 410px;position: absolute;top: -20px; z- index:100;background: #fff;}
a.btn01.btn-download {position: relative;top: -12px;background: #0083d3;color: #fff;left: 40px;}
.gkdz_tc{display:none;padding:20px;background-color:#fff;background-clip:padding-box;border-radius:4px;box-shadow:0 1px 6px rgba(0,0,0,.2);border:1px solid #ccc;z-index:999;position:absolute;top:65px;left:290px;background:#fff}
.gkdz_tc:after,.gkdz_tc:before{border:solid transparent;content:' ';height:0;left:36px;position:absolute;width:0}
.gkdz_tc:before{border-width:6px;border-bottom-color:#333;top:-12px}
.gkdz_tc:after{border-width:6px;border-bottom-color:#fff;top:-12px}
.gkdz_tc .gkdz-left{display:inline-block;width:360px;vertical-align:top}
.gkdz_tc .input-button-erea{margin-top:10px}
.gkdz_tc .gkdz-left .input-button-erea input{margin-top:0;margin-right:8px;width:280px;height:29px}
.gkdz_tc .gkdz-right{display:inline-block;padding-left:16px;vertical-align:top;text-align:center;border-left:1px solid #f3f3f3}
.gkdz_tc .gkdz-right>img{width:110px;height:110px}
.gkdz_tc .gkdz-right>p>a{ display: inline-block; width: 50px;  border-radius: 3px; height: 26px; line-height: 26px; background:#87b828; color: #fff;  transition: all .3s ease;  -webkit-transition: all .3s ease;    -moz-transition: all .3s ease; }
.gkdz_tc .gkdz-right>p>a:hover{ opacity: 0.8 }
.gkdz_tc div p{line-height:30px;font-size:14px}
.gkdz_tc .btn01{display:inline-block;padding:5px 12px;color:#fff;background-color:#3c8cd2;border-color:#3c8cd2;margin-top:2px;border-radius:5px}
.gkdz_tc .zcliphidden{display:inline-block;margin-bottom:0;font-weight:500;text-align:center;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;line-height:1.5;padding:0 15px;font-size:12px;border-radius:4px;height:28px;line-height:28px;user-select:none;transition:all .3s cubic-bezier(.645,.045,.355,1);position:relative;color:rgba(0,0,0,.65);background-color:#fff;border-color:#d9d9d9}

.footer p{ line-height: 25px; }
.footer wrap{position:relative}
.footer img{position:absolute; right:0}
.wrap img.link{position: relative; top: -100px; float: right;}


/*群发短信*/
.all-send{ width: 80%; margin: 0 auto; padding: 10px; min-height: 500px; margin-top: 25px; }
.all-send .all-sendtit{ width: 100%; }
.all-send table{ text-align: center; }
.all-send table th{ text-align: center; font-size: 15px;}
.all-send .all-sendtit span{ display: inline-block; padding: 8px; text-align: center; }
.all-send .all-sendnr{ max-height: 300px; overflow-y: auto; font-size: 14px;}
.all-send .sdwid-a input[type=checkbox]{ margin-right: 5px; margin-top: 0 }
.all-send .sdwid-a{ width: 80px;}
.all-send .sdwid-b{ width: 50%; }
.all-send .sdwid-c{ width: 20% }
.all-send .sdwid-d{ width: 30% }
.sdwid-write{ width: 60%; margin: 35px auto 20px }
.sdwid-write textarea{ width: 100%; padding: 5px; box-sizing: border-box; border: 1px solid #ccc; height: 85px;  margin-bottom: 10px; vertical-align: top; }
.sdwid-write input[type=submit]{ float: right; width: 97px; height: 37px; border-radius: 5px; font-size: 14px; color: #fff; border: none; background: #439c7e }
.all-send .table-bordered{ width: 740px; margin: 0; }
.all-sendnr{ width: 757px; }
.all-send .table>caption+thead>tr:first-child>th{border-top:1px solid #ddd;}
.all-send .table>thead>tr>th{ border-bottom: 1px solid #ddd }
.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #3c8cd3;
	padding: 6px 18px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	font-size:14px;
	font-weight:700;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
.progress{
	height:15px;
	margin-bottom:0px;
}
