@charset "utf-8";
/* CSS Document */
html,body{ width:100%; height:100%; background-color:#eee; overflow:hidden;}
*{ margin:0; padding:0; border:none; outline:none; font-family:"微软雅黑"; color:#333;}
a{ text-decoration:none;}
ul,ol,li,dl,dt,dd{ list-style:none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ color:#999;} 
input:-moz-placeholder, textarea:-moz-placeholder{ color:#999;} 
input::-moz-placeholder, textarea::-moz-placeholder{ color:#999;} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder{ color:#999;} 

.clear{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.ov{ overflow:hidden;}
.hide{ display:none;}

/*登录*/
.htmleaf-container{ width:100%; height:100%; overflow:hidden; position:relative;}
.bg-bubbles{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;}
.bg-bubbles li{ position:absolute; display:block; width:40px; height:40px; background-color:rgba(255, 255, 255, 0.15); bottom:-160px; -webkit-animation:square 25s infinite; animation:square 25s infinite; -webkit-transition-timing-function:linear; transition-timing-function:linear;}
.bg-bubbles li:nth-child(1){ left:10%;}
.bg-bubbles li:nth-child(2){ left:20%; width:80px; height:80px; -webkit-animation-delay:2s; animation-delay:2s; -webkit-animation-duration:17s; animation-duration:17s;}
.bg-bubbles li:nth-child(3){ left:25%; -webkit-animation-delay:4s; animation-delay:4s;}
.bg-bubbles li:nth-child(4){ left:40%; width:60px; height:60px; -webkit-animation-duration:22s; animation-duration:22s; background-color:rgba(255, 255, 255, 0.25);}
.bg-bubbles li:nth-child(5){ left:70%;}
.bg-bubbles li:nth-child(6){ left:80%; width:120px; height:120px; -webkit-animation-delay:3s; animation-delay:3s; background-color:rgba(255, 255, 255, 0.2);}
.bg-bubbles li:nth-child(7){ left:32%; width:160px; height:160px; -webkit-animation-delay:7s; animation-delay:7s;}
.bg-bubbles li:nth-child(8){ left:55%; width:20px; height:20px; -webkit-animation-delay:15s; animation-delay:15s; -webkit-animation-duration:40s; animation-duration:40s;}
.bg-bubbles li:nth-child(9){ left:25%; width:10px; height:10px; -webkit-animation-delay:2s; animation-delay:2s; -webkit-animation-duration:40s; animation-duration:40s;background-color:rgba(255, 255, 255, 0.3);}
.bg-bubbles li:nth-child(10){ left:90%; width:160px; height:160px; -webkit-animation-delay:11s; animation-delay:11s;}
@-webkit-keyframes square{
  0%{
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
  100%{
    -webkit-transform:translateY(-1050px) rotate(600deg);
            transform:translateY(-1050px) rotate(600deg);
  }
}
@keyframes square{
  0%{
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
  100%{
    -webkit-transform:translateY(-1050px) rotate(600deg);
            transform:translateY(-1050px) rotate(600deg);
  }
}

.rukou{ width:100%; height:34px; margin-bottom:5%;}
.rukou a{ display:block; float:left; width:30%; height:34px; line-height:34px; background-color:#eee; font-size:16px; text-align:center; cursor:pointer; border-radius:3px;}
.rukou a:last-child{ margin-left:4%;}
.rukou a.cur{ background-color:#539ffd; color:#fff;}
.htmleaf-container .bg{ width:900px; height:320px; position:absolute; left:50%; margin-left:-450px; top:50%; margin-top:-160px; background-color:rgba(83,159,253,0.8); z-index:2;}
.htmleaf-container .bg .en{ padding-top:41px; padding-left:50px; width:370px;}
.htmleaf-container .bg .en span{ display:block; color:#fff; font-size:48px; text-transform:capitalize; height:68px; line-height:68px;}
.htmleaf-container .bg .en b{ display:block; width:30px; height:4px; background-color:#fff;}
.htmleaf-container .bg .en p{ display:block; color:#fff; font-size:24px; line-height:38px; height:38px; text-transform:uppercase; margin-top:10px; overflow:hidden;}
.htmleaf-container .bg .cn{ width:370px; color:#fff; font-size:16px; line-height:24px; text-transform:uppercase; margin-top:5px; overflow:hidden; margin-left:50px;}

.dlbox{ width:100%; height:100%; display:table; text-align:center; vertical-align:middle; position:absolute; left:0%; top:0; z-index:99;}
.dlbox.ddd{ width:85%; left:15%;}
.dlbox .box{ width:100%; height:100%; display:table-cell; text-align:center; vertical-align:middle;}
.dlbox .dl{ width:280px; padding:2% 3%; margin:auto; background-color:#fff; text-align:left; position:relative;}
.dlbox .dl .title{ width:100%;}
.dlbox .dl .title b{ font-size:24px; color:#539ffd; display:block; height:26px; line-height:26px; letter-spacing:5px;}
.dlbox .dl .title p{ display:block; margin-top:10px; position:relative; line-height:22px;}
.dlbox .dl .title p span{ display:inline-block; padding-right:10px; background-color:#fff; position:relative; z-index:11; font-size:18px; line-height:22px; color:#539ffd; text-transform:uppercase;}
.dlbox .dl .title p a{ display:block; width:100%; height:1px; position:absolute; right:0; top:50%; background-color:#a9cffe; z-index:0;}
.dlbox .dl .name{ width:100%; height:40px; margin-top:7%;}
.dlbox .dl .name strong{ width:7px; height:40px; float:left; display:block;}
.dlbox .dl .name input{ box-sizing:border-box; width:272px; padding:0 10px; border:1px solid #cacaca; border-left:none; display:block; float:left; font-size:14px; height:40px; line-height:40px;}
.dlbox .dl .name select{ box-sizing:border-box; width:272px; text-indent:5px; border:1px solid #cacaca; border-left:none; display:block; float:left; font-size:14px; height:40px; line-height:40px;}
.dlbox .dl .deng{ width:100%; margin-top:7%;}
.dlbox .dl .deng input{ width:100%; display:block; text-align:center; color:#fff; background-color:#539ffd; font-size:16px; cursor:pointer; height:40px; line-height:40px;}
.dlbox .dl .deng p{ text-align:center; font-size:14px; margin-top:7%;}
.dlbox .dl .deng p a{ color:#539ffd; text-decoration:underline;}
.dlbox .dl .deng p span{ cursor:pointer;}

.dlbox .dl01{ width:580px; padding:2% 3%; margin:auto; background-color:#fff; text-align:left; position:relative;}
.dlbox .dl01 .title{ width:100%;}
.dlbox .dl01 .title b{ font-size:24px; color:#539ffd; display:block; height:26px; line-height:26px; letter-spacing:5px;}
.dlbox .dl01 .title p{ display:block; margin-top:10px; position:relative; line-height:22px;}
.dlbox .dl01 .title p span{ display:inline-block; padding-right:10px; background-color:#fff; position:relative; z-index:11; font-size:18px; line-height:22px; color:#539ffd; text-transform:uppercase;}
.dlbox .dl01 .title p a{ display:block; width:100%; height:1px; position:absolute; right:0; top:50%; background-color:#a9cffe; z-index:0;}
.dlbox .dl01 .name{ width:280px; height:40px; margin:0 5px; margin-top:3%; float:left;}
.dlbox .dl01 .name strong{ width:7px; height:40px; float:left; display:block;}
.dlbox .dl01 .name input{ box-sizing:border-box; width:272px; padding:0 10px; border:1px solid #cacaca; border-left:none; display:block; float:left; font-size:14px; height:40px; line-height:40px;}
.dlbox .dl01 .name select{ box-sizing:border-box; width:272px; text-indent:5px; border:1px solid #cacaca; border-left:none; display:block; float:left; font-size:14px; height:40px; line-height:40px;}
.dlbox .dl01 .deng{ width:570px; margin:auto; margin-top:3%;}
.dlbox .dl01 .deng input{ width:100%; display:block; text-align:center; color:#fff; background-color:#539ffd; font-size:16px; cursor:pointer; height:40px; line-height:40px;}
.dlbox .dl01 .deng p{ text-align:center; font-size:14px; margin-top:3%;}
.dlbox .dl01 .deng p a{ color:#539ffd; text-decoration:underline;}
.dlbox .dl01 .deng p span{ cursor:pointer;}

@media only screen and (max-width: 768px){
.dlbox.ddd{ width:100%; left:0;}
.htmleaf-container .bg{ display:block !important; height:280px; margin-top:-140px;}
.htmleaf-container .bg .en,.htmleaf-container .bg .cn{ display:none;}
.dlbox .dl,.dlbox .dl01{ width:240px !important; padding:15px !important;}
.dlbox .title b{ font-size:18px !important; line-height:20px !important; height:20px !important;}
.dlbox .name{ width:240px !important; margin:0 !important; margin-top:10px !important;}
.dlbox .name input,.dlbox .name select{ width:232px !important;}
.dlbox .deng{ width:100% !important; margin-top:10px !important;}
}

/*index*/
.header{ width:98%; height:50px; padding:10px 1%; position:fixed; top:0; left:0; z-index:99; background-color:#344050;}
.header .lo{ height:50px; float:left;}
.header .lo img{ height:50px; display:block;}
.header span,.header p{ display:block; float:right; height:50px; overflow:hidden; margin-left:3%;}
.header b{ height:16px; display:block; float:left; padding-top:17px;}
.header b img{ height:16px; display:block;}
.header a{ display:block; height:50px; line-height:50px; color:#fff; overflow:hidden; margin-left:10px; float:left; font-size:14px;}

@media only screen and (max-width: 768px){
.header{ width:94%; padding:10px 3%;}
.header .lo img{ height:40px; display:block; margin:5px 0;}
.header p{ display:none;}
}

/*left*/
.lbar{ 
	width: 246px;
    padding-top: 120px;
    padding-bottom: 4px;
    box-sizing: border-box;
    height: 100%;
    transition: all .3s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    z-index:9;
}
.lbar .box{ width:100%; height:100%; overflow:auto;
border: 1px solid #aaa;
    background-color: #fff;
    box-sizing: border-box;}
.lbar .box .panel-header{ padding:0 5px; height:34px; line-height:34px; font-size:14px; background-color:#eee; font-weight:bold; position:relative;}
.lbar .box .panel-header .panel-title{ float:left; color:#777;}
.lbar .box .panel-header .panel-title a{ color:#539ffd; margin-left:10px; cursor:pointer;}
.lbar .box .panel-tool{ cursor:pointer; position:absolute; width:16px; height:16px; right:5px; top:9px; background:url(../images/layout_arrows.png) no-repeat 0 0;}
.lbar.bg{ left:-220px;}
.lbar.bg .box .panel-tool{ background:url(../images/layout_arrows.png) no-repeat 0 -16px;}

@media only screen and (max-width: 768px){
.lbar{ left:3%; width:94%; padding-top:0; margin-top:110px; height:48px; position:relative; z-index:8;transition: all 0s;}
.lbar .box .panel-tool{ background:url(../images/layout_arrows.png) no-repeat -16px 0;}
.lbar.bg{ height:auto; padding-bottom:4px; left:3%;}
.lbar.bg .box .panel-tool{ background:url(../images/layout_arrows.png) no-repeat -16px -16px;}
.lbar .box .sideMen h4,.lbar .box .sideMen .list-item{ width:100% !important; box-sizing:border-box;}
.lbar .box .panel-header{ background-color:#f5fbff; padding:5px 10px; font-size:16px;}
.lbar .box .panel-tool{ top:14px;}
.lbar.bg .box .panel-header{ background-color:#f5fbff;}
}

.lbar .box .sideMen{ width:100%;}
.lbar .box .sideMen li{ display:block; overflow:hidden; border-bottom:1px solid #eee;}
.lbar .box .sideMen .title{ width:100%; text-align:center; height:80px; line-height:80px; font-size:18px; color:#333; background-image:url(../images/nav.jpg); background-position:center; background-repeat:no-repeat;}
.lbar .box .sideMen h4{ width:200px; font-weight:normal; overflow:hidden; padding:0 20px; display:block; height:50px; cursor:pointer;}
.lbar .box .sideMen h4 strong{ width:20px; height:20px; display:block; float:left; margin-top:15px; overflow:hidden;}
.lbar .box .sideMen h4 span{ display:block; float:left; margin-left:10px; line-height:50px; font-size:16px; height:50px; overflow:hidden;}
.lbar .box .sideMen h4 b{ float:right; display:block; width:6px; height:50px; background-image:url(../images/icoAdd01.png); background-position:center; background-repeat:no-repeat;}
.lbar .box .sideMen li.selected h4 b{ background-image:url(../images/icoAdd.png);}
.lbar .box .sideMen li.selected h4{ background-color:#f7f7f7;}
.lbar .box .sideMen .list-item{ width:170px; padding-left:50px; padding-right:20px; background-color:#f7f7f7;}
.lbar .box .sideMen .list-item p{ height:30px; line-height:30px; font-size:14px; display:block; overflow:hidden;}
.lbar .box .sideMen .list-item p:last-child{ padding-bottom:15px;}
.lbar .box .sideMen .list-item p.cur a,.lbar .box .sideMen .list-item p:hover a{ color:#00669f;}
.none{ display:none;}

/*right*/
.rbar{ padding-top: 120px;
    padding-left: 250px;
    padding-bottom: 4px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    transition: all .3s;
	z-index:8;
	position:relative;
}
.rbar.bg{ padding-left:30px;}
.rbar .box{
	height: 100%;
    width: 100%;
    overflow: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px){
.rbar{ padding:0 3%; z-index:8;}
.rbar.bg{ padding:0 3%;}
}

/*首页*/
.rbar .top{ width:94%; margin:3%; position:relative;}
.rbar .top .nav{ width:100%; height:302px; display:block; padding-right:302px; box-sizing:border-box;}
.rbar .top .nav li{ width:48%; display:block; float:left; margin-right:2%; overflow:hidden; height:140px; background-color:#eee; margin-bottom:20px;}
.rbar .top .nav li strong{ width:30%; height:140px; display:block; float:left;}
.rbar .top .nav li strong img{ width:60px; margin:40px auto; display:block;}
.rbar .top .nav li p{ font-size:16px; text-align:center; width:70%; display:block; overflow:hidden; line-height:40px; padding-top:30px;}
.rbar .top .nav li p span{ display:block; font-size:22px;}

/*time*/
#Demo{ width:300px; height:300px; position:absolute; top:0; right:0;}
#CalendarMain{ width:300px; height:300px;}
@media only screen and (max-width: 768px){
.rbar .top .nav{ padding-right:0; height:auto;}
.rbar .top .nav li{ width:100%; height:100px; margin-right:0; margin-bottom:10px;}
.rbar .top .nav li strong{ height:100px;}
.rbar .top .nav li strong img{ margin:20px auto;}
.rbar .top .nav li p{ line-height:30px; padding-top:20px;}

/*time*/
#Demo{ width:100%; position:relative; height:300px; border-bottom:1px solid #ddd; overflow:hidden;}
#CalendarMain{ width:100%; height:300px;}
}

#title{ width:100%; height:34px; background-color:#344050;}
.selectBtn{ font-weight:900; font-size:15px; color:#fff; cursor:pointer; text-decoration:none; padding:0 10px; height:34px; line-height:34px;}
.selectBtn:hover{ background-color:#00669f;}
.selectYear{ float:left; margin-left:50px; position:absolute;}
.selectMonth{ float:left; margin-left:120px; position:absolute;}
.month{ float:left; position:absolute;}
.nextMonth{ float:right;}
.currentDay{ float:right;}
#context{ background-color:#fff; width:100%; border:1px solid #ddd; box-sizing:border-box;}
.week{ width:100%; height:30px;}
.week>h3{ float:left; color:#808080; text-align:center; margin:0; padding:0; margin-top:5px; font-size:16px;}
.dayItem{ float:left;}
.lastItem{ color:#d1c7b7 !important;}
.item{ color:#333; float:left; text-align:center; cursor:pointer; margin:0; font-family:"微软雅黑"; font-size:13px;}
.item:hover{ color:#00669f;}
.currentItem>a{ background-color:#00669f; width:25px; line-height:25px; float:left; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; color:#fff;}
#foots{ width:100%; height:35px; background-color:#fff; border:1px solid #ddd; margin-top:-1px; box-sizing:border-box;}
#footNow{ float:right; margin:6px 15px 0 0; color:#009ad6;}
#Container{ overflow:hidden; float:left;}
#center{ width:100%; overflow:hidden;}
#centerMain{ width:300%; margin-left:-100%;}
#selectYearDiv{ float:left; background-color:#fff;}
#selectYearDiv>div{ float:left; text-align:center; font-size:16px; border:1px solid #ccc; margin-left:-1px; margin-top:-1px; cursor:pointer; color:#909090;}
.currentYearSd,.currentMontSd{ color:#ff4400 !important;}
#selectMonthDiv{ float:left; background-color:#fff;}
#selectMonthDiv>div{ color:#909090; float:left; text-align:center; font-size:16px; border:1px solid #ccc; margin-left:-1px; margin-top:-1px; cursor:pointer;}
#selectYearDiv>div:hover, #selectMonthDiv>div:hover{ background-color:#efefef;}
#centerCalendarMain{ float:left;}

.tab{ width:94%; margin:auto; font-size:14px; background-color:#ddd;}
.tab th{ background-color:#f7f7f7;}
.tab td{ background-color:#fff;}
.tab td a{ margin:0 3%;}
.tab td a:hover{ color:#00669f;}

/*添加*/
.wei{ width:98%; height:50px; line-height:50px; padding-left:20px; box-sizing:border-box; font-size:14px; background-image:url(../images/add.png); background-position:left center; background-repeat:no-repeat; position:fixed; top:70px; left:1%;}
@media only screen and (max-width: 768px){
.wei{ width:94%; left:3%; height:40px; line-height:40px; z-index:0;}
}
.bbt{ width:100%; margin-top:30px;}
.bbt a{ width:48%; max-width:200px; height:60px; line-height:60px; border-radius:5px; background-color:#00669f; color:#fff; font-size:18px; font-weight:bold; display:block; text-align:center;}
@media only screen and (max-width: 768px){
.bbt{ width:94%; margin:auto; margin-top:15px;}
.bbt a{ width:48%; max-width:200px; height:40px; line-height:40px; font-size:16px;}
body,html{ overflow-y:auto;}
.rbar .box{ overflow:visible; height:auto; padding-bottom:10px; margin-bottom:4px;}
}

.content{ width:94%; height:88%; min-height:400px; margin:auto; margin-bottom:3%; border-radius:5px; background-color:#fff;}
.content .biao{ width:94%; margin:2% 3%; height:40px; line-height:40px; font-size:18px; border-bottom:1px solid #ddd;}
.content .biao span{ float:left; float:left;}
.content .biao a{ float:right; margin-left:5%; display:block; color:#00669f; font-size:14px; cursor:pointer;}
.content .xiu{ width:94%; margin:auto; display:block;}
.content .xiu li{ width:50%; display:block; float:left; margin-bottom:2%; overflow:hidden;}
.content .xiu li span{ display:block; float:left; width:30%; text-align:right; font-size:14px; line-height:40px; height:40px;}
.content .xiu li span b{ color:#da0000;}
.content .xiu li p{ width:60%; margin-left:2%; float:left; display:block; overflow:hidden; height:38px; border:1px solid #ddd;}
.content .xiu li p input{ width:94%; padding:0 3%; display:block; height:38px; line-height:38px; font-size:14px;} 
.content .xiu li p select{ width:100%; padding:0 3%; display:block; height:38px; line-height:38px; font-size:14px;} 
.content .btn{ width:140px; height:40px; text-align:center; margin:3% auto;}
.content .btn input{ display:block; width:100%; height:40px; line-height:40px; background-color:#00669f; border-radius:5px; cursor:pointer; color:#fff; font-size:14px;}
.content .xiu li .file{ width:60%; margin-left:2%; float:left; display:block; overflow:hidden;}
.content .xiu li .file img{ display:block; float:left; height:120px;}
.content .xiu li .file input{ display:block; float:left; margin-left:2%; height:40px; margin-top:80px;}

.content .zs{ width:94%; margin:3% auto; margin-bottom:0;}
.content .zs p{ width:50%; display:block; float:left; overflow:hidden;}
.content .zs p img{ display:block; height:200px; margin:auto;}
.content .zs p span{ display:block; width:100%; text-align:center; font-size:14px; height:40px; line-height:40px;}

/*列表*/
.content .xuan{ width:94%; height:32px; margin:2% auto;}
.content .xuan .left{ height:32px; overflow:hidden; width:70%;}
.content .xuan .left p{ display:none; height:32px; line-height:32px; font-size:18px; float:left; padding-left:20px; background-image:url(../images/li.png); background-position:left center; background-repeat:no-repeat;}
.content .xuan .left a{ padding:0 10px; height:30px; border:1px solid #ddd; display:block; text-align:center; margin-right:2%; font-size:14px; line-height:30px; border-radius:5px; float:left;}
.content .xuan .left a:hover{ color:#00669f;}
.content .ser{ width:94%; height:32px; margin:auto; margin-top:20px;}
.content .ser .left{ height:32px; overflow:hidden; width:70%;}
.content .ser .left p{ display:block; float:left; margin-right:3%; height:32px;}
.content .ser .left p input{ display:block; width:14px; height:14px; display:block; float:left; margin-top:9px;}
.content .ser .left p span{ display:block; float:left; margin-left:5px; font-size:14px; height:32px; line-height:32px;}
.content .ser .left a{ padding:0 10px; height:30px; border:1px solid #ddd; display:block; text-align:center; margin-right:2%; font-size:14px; line-height:30px; border-radius:5px; float:left;}
.content .ser .left a:hover{ color:#00669f;}
.content .ser .left span{height:30px;text-align:center;margin-right:1%;font-size:16px;line-height:30px;float:left; color:#00669f;}
.content .ser .left select{ padding:0 10px;height:30px;text-align: center;border:1px solid #cacaca; display:block; text-align:center; margin-right:1%; font-size:14px; line-height:30px; border-radius:5px;float:left;}
.content .ser .right{ height:32px; overflow:hidden; width:30%;}
.content .ser .right a{ padding:0 10px; height:30px; border:1px solid #ddd; display:block; text-align:center; margin-right:2%; font-size:14px; line-height:30px; border-radius:5px; float:right;}
.content .ser .right p{ width:200px; display:block; float:left; height:30px; border:1px solid #ddd; border-right:none;}
.content .ser .right p input{ width:180px; height:30px; line-height:30px; padding:0 10px; font-size:14px; display:block;}
.content .ser .right span{ width:60px; display:block; float:left; height:30px; border:1px solid #00669f;}
.content .ser .right span input{ width:60px; height:30px; line-height:30px; text-align:center; color:#fff; font-size:14px; display:block; background-color:#00669f; cursor:pointer;}

.tab01{ width:94%; margin:auto; margin-top:2%; background-color:#ddd;}
.tab01 th{ font-size:16px; background-color:#f7f7f7;}
.tab01 td{ font-size:14px; background-color:#fff;}
.tab01 td a{ margin:0 3%;}
.tab01 td a:hover{ color:#00669f;}

@media only screen and (max-width: 768px){
	.content{ position:relative; z-index:8; padding:0 3%;}
.scr{ width:100%; overflow:auto; margin-top:15px;}
.tab,.tab01{ width:100%; margin:0;}
.tab th,.tab01 th{ min-width:40px; font-size:14px;}
.tab td,.tab01 td{ min-width:40px;}
.content .ser{ height:auto;}
.content .ser .left{ width:100%; height:auto; overflow:hidden;}
.content .ser .left p{ margin-bottom:10px;}
.content .ser .left a{ margin-bottom:10px;}
.content .ser .left span{ margin-bottom:10px; width:99%;text-align:left;}
.content .ser .left select{ margin-bottom:10px; width:32%;}
.content .ser .right{ width:100%; height:auto; overflow:hidden; max-width:100%;}
.content .ser .right a{ margin-bottom:10px; float:left; width:32%; box-sizing:border-box;margin-right: 1%;}
.content .ser .right p{ margin-bottom:10px; float:left;}
.content .ser .right span{ margin-bottom:10px; float:left;}

.content .xiu li{ width:100%;}

}

.fanye{ width:94%; margin:2% auto; text-align:center;}
.fanye span{ display:inline-block; background-color:#00669f; border:1px solid #00669f; border-radius:3px; font-size:14px; color:#fff; margin:0 3px; height:20px; line-height:20px; padding:0 8px;}
.fanye a{ display:inline-block; background-color:#fff; border:1px solid #ddd; border-radius:3px; font-size:14px; color:#333; margin:0 3px; height:20px; line-height:20px; padding:0 8px;}
.fanye a:hover{ border:1px solid #00669f; color:#00669f;}

/*赛事*/
.list{ width:94%; margin:auto; display:block;}
.list li{ display:block; line-height:36px; height:36px; font-size:14px;}
.list li a{ padding-left:10px; background-image:url(../images/news.png); background-position:center left; background-repeat:no-repeat; width:70%; display:block; float:left; overflow:hidden;}
.list li span{ width:25%; display:block; float:right; text-align:right; color:#999;}
.list li a:hover{ color:#00669f;}

/*公告内页*/
.bt{ width:94%; margin:auto; margin-top:2%; font-size:18px; height:36px; line-height:36px; color:#118bd8;}
.wen{ width:94%; margin:auto; margin-top:1%; font-size:14px; line-height:24px; color:#333;}
.wen img{ max-width:100%; height:auto;}
.bm{ width:350px; margin:auto; margin:2% auto;}
.bm img{ width:100%; display:block;}

/***弹框***/
#btn1{ cursor: pointer;}
.xcConfirm .xc_layer{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #666666; opacity: 0.5; z-index: 2147000000;}
.xcConfirm .popBox{position: fixed; left: 50%; top: 50%; padding-bottom: 20px; background-color: #ffffff; z-index: 2147000001; width: 570px; margin-left: -285px; margin-top: -160px; border-radius: 5px; font-weight: bold; color: #535e66;}
.xcConfirm .popBox .ttBox{height: 30px; line-height: 30px; padding: 14px 30px; border-bottom: solid 1px #eef0f1;}
.xcConfirm .popBox .ttBox .tt{font-size: 18px; display: block; float: left; height: 30px; position: relative;}
.xcConfirm .popBox .ttBox .clsBtn{display: block; cursor: pointer; width: 12px; height: 12px; position: absolute; top: 22px; right: 30px; background: url(__PUBLIC__/Home/PC/images/icons.png) -48px -96px no-repeat;}
.xcConfirm .popBox .txtBox{margin: 40px 100px; overflow: hidden;}
.xcConfirm .popBox .txtBox .bigIcon{float: left; margin-right: 20px; width: 48px; height: 48px; background-image: url(__PUBLIC__/Home/PC/images/icons.png); background-repeat: no-repeat; background-position: 48px 0;}
.xcConfirm .popBox .txtBox p{ margin-top: 16px; line-height: 26px; overflow-x: hidden; overflow-y: auto;}
.xcConfirm .popBox .btnArea{border-top: solid 1px #eef0f1;}
.xcConfirm .popBox .btnGroup{float: right;}
.xcConfirm .popBox .btnGroup .sgBtn{margin-top: 14px; margin-right: 10px;}
.xcConfirm .popBox .sgBtn{display: block; cursor: pointer; float: left; width: 95px; height: 35px; line-height: 35px; text-align: center; color: #FFFFFF; border-radius: 5px;}
.xcConfirm .popBox .sgBtn.ok{background-color: #0095d9; color: #FFFFFF;}
.xcConfirm .popBox .sgBtn.cancel{background-color: #546a79; color: #FFFFFF;}
@media only screen and (max-width: 768px){
.xcConfirm .popBox{ left:3%; margin-left:0; width:94%;}
.xcConfirm .popBox .txtBox { margin:20px;}
.xcConfirm .popBox .txtBox .bigIcon{ display:none;}
.xcConfirm .popBox .txtBox p{ margin-top:0;}
}
.tutadd{display: block;width:25%;height: 40px;line-height: 40px;background-color: #00669f;border-radius: 5px;cursor: pointer;text-align:center;color: #fff;font-size: 14px;}
.primaryone{width:98%;margin-top:2%;margin-left:1%;border: 1px solid #ddd;padding-bottom:2%;}
.primaryone .primarytwo{height:35px;line-height:35px;display:block;text-align:center;font-size:18px;font-weight: bolder;color: #333;}

.dlbox .rukou.ww{ height:auto; overflow:hidden; margin-top:-10px; margin-left:-12px;}
.dlbox .rukou.ww a{ clear:none; margin-left:12px; margin-top:10px; width:auto; padding:0 10px; font-size:14px; line-height:34px; height:34px;}
.dlbox .dl03{ width:280px; padding:2% 3%; margin:auto; background-color:#fff; text-align:left; position:relative;}
.dlbox .dl03 .title{ width:100%;}
.dlbox .dl03 .title b{ font-size:20px; color:#539ffd; display:block; height:22px; line-height:22px; letter-spacing:5px;}
.dlbox .dl03 .title p{ display:block; margin-top:10px; position:relative; line-height:22px;}
.dlbox .dl03 .title p span{ display:inline-block; padding-right:10px; background-color:#fff; position:relative; z-index:11; font-size:18px; line-height:22px; color:#539ffd; text-transform:uppercase;}
.dlbox .dl03 .title p a{ display:block; width:100%; height:1px; position:absolute; right:0; top:50%; background-color:#a9cffe; z-index:0;}
.dlbox .dl03 .name{ width:100%; height:40px; margin-top:7%;}
.dlbox .dl03 .name strong{ width:7px; height:40px; float:left; display:block;}
.dlbox .dl03 .name input{ box-sizing:border-box; width:272px; padding:0 10px; border:1px solid #cacaca; border-left:none; display:block; float:left; font-size:14px; height:40px; line-height:40px;}
.dlbox .dl03 .name select{ box-sizing:border-box; width:272px; text-indent:5px; border:1px solid #cacaca; border-left:none; display:block; float:left; font-size:14px; height:40px; line-height:40px;}
.dlbox .dl03 .deng{ width:100%; margin-top:7%;}
.dlbox .dl03 .deng input{ width:100%; display:block; text-align:center; color:#fff; background-color:#539ffd; font-size:16px; cursor:pointer; height:40px; line-height:40px;}
.dlbox .dl03 .deng p{ text-align:center; font-size:14px; margin-top:7%;}
.dlbox .dl03 .deng p a{ color:#539ffd; text-decoration:underline;}
.dlbox .dl03 .deng p span{ cursor:pointer;}

@media only screen and (max-width: 768px){
.dlbox .dl03{ padding:15px 3%;}
.dlbox .dl03 .name{ width:100% !important;}
.dlbox .dl03 .name input,.dlbox .dl03 .name select{ width:calc(100% - 7px) !important;}
}
