
/* Page Loader ================================= */
.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    overflow: hidden;
    text-align: center; 
}

.page-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #FF5722; 
}

.page-loader-wrapper .loading {
    position: relative;
    top: calc(50% - 30px); 
}
  
  /* Preloaders ================================== */
.md-preloader .pl-red {
    stroke: #F44336;
}
  
.md-preloader .pl-pink {
    stroke: #E91E63;
}
  
.md-preloader .pl-purple {
    stroke: #9C27B0;
}
  
.md-preloader .pl-deep-purple {
    stroke: #673AB7;
}
  
.md-preloader .pl-indigo {
    stroke: #3F51B5;
}
  
.md-preloader .pl-blue {
    stroke: #2196F3;
}
  
.md-preloader .pl-light-blue {
    stroke: #03A9F4; 
}
  
.md-preloader .pl-cyan {
    stroke: #00BCD4;
}
  
.md-preloader .pl-teal {
    stroke: #009688;
}
  
.md-preloader .pl-green {
    stroke: #4CAF50;
}
  
.md-preloader .pl-light-green {
    stroke: #8BC34A;
}
  
.md-preloader .pl-lime {
    stroke: #CDDC39;
}
  
.md-preloader .pl-yellow {
    stroke: #ffe821;
}
  
  .md-preloader .pl-amber {
    stroke: #FFC107;
}
  
.md-preloader .pl-orange {
    stroke: #FF9800;
}
  
.md-preloader .pl-deep-orange {
    stroke: #FF5722;
}
  
.md-preloader .pl-brown {
    stroke: #795548;
}
  
.md-preloader .pl-grey {
    stroke: #9E9E9E;
}
  
.md-preloader .pl-blue-grey {
    stroke: #607D8B;
}
  
.md-preloader .pl-black {
    stroke: #000000;
}
  
.md-preloader .pl-white {
    stroke: #ffffff;
}
  
.preloader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: container-rotate 1568ms linear infinite;
    -moz-animation: container-rotate 1568ms linear infinite;
    -o-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}
.preloader.pl-size-xl {
    width: 75px;
    height: 75px;
}
.preloader.pl-size-l {
    width: 60px;
    height: 60px;
}
.preloader.pl-size-md {
    width: 50px;
    height: 50px;
}
.preloader.pl-size-sm {
    width: 40px;
    height: 40px;
}
.preloader.pl-size-xs {
    width: 25px;
    height: 25px;
}
  
.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-color: #F44336;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.spinner-layer.pl-red {
    border-color: #F44336;
}
.spinner-layer.pl-pink {
    border-color: #E91E63;
}
.spinner-layer.pl-purple {
    border-color: #9C27B0;
}
.spinner-layer.pl-deep-purple {
    border-color: #673AB7;
}
.spinner-layer.pl-indigo {
    border-color: #3F51B5;
}
    .spinner-layer.pl-blue {
      border-color: #2196F3; }
    .spinner-layer.pl-light-blue {
      border-color: #03A9F4; }
    .spinner-layer.pl-cyan {
      border-color: #00BCD4; }
    .spinner-layer.pl-teal {
      border-color: #009688; }
    .spinner-layer.pl-green {
      border-color: #4CAF50; }
    .spinner-layer.pl-light-green {
      border-color: #8BC34A; }
    .spinner-layer.pl-lime {
      border-color: #CDDC39; }
    .spinner-layer.pl-yellow {
      border-color: #ffe821; }
    .spinner-layer.pl-amber {
      border-color: #FFC107; }
    .spinner-layer.pl-orange {
      border-color: #FF9800; }
    .spinner-layer.pl-deep-orange {
      border-color: #FF5722; }
    .spinner-layer.pl-brown {
      border-color: #795548; }
    .spinner-layer.pl-grey {
      border-color: #9E9E9E; }
    .spinner-layer.pl-blue-grey {
      border-color: #607D8B; }
    .spinner-layer.pl-black {
      border-color: #000000; }
    .spinner-layer.pl-white {
      border-color: #ffffff; }

.right {
    float: right !important;
}

      .gap-patch {
        position: absolute;
        top: 0;
        left: 45%;
        width: 10%;
        height: 100%;
        overflow: hidden;
        border-color: inherit; }
        .gap-patch.circle {
          width: 1000%;
          left: -450%; }
      
      .circle-clipper {
        display: inline-block;
        position: relative;
        width: 50%;
        height: 100%;
        overflow: hidden;
        border-color: inherit; }
        .circle-clipper .circle {
          width: 200%;
          height: 100%;
          border-width: 3px;
          border-style: solid;
          border-color: inherit;
          border-bottom-color: transparent !important;
          -ms-border-radius: 50%;
          border-radius: 50%;
          -webkit-animation: none;
          animation: none;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0; }
        .circle-clipper.left .circle {
          left: 0;
          border-right-color: transparent !important;
          -webkit-transform: rotate(129deg);
          -moz-transform: rotate(129deg);
          -ms-transform: rotate(129deg);
          -o-transform: rotate(129deg);
          transform: rotate(129deg);
          -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
        .circle-clipper.right .circle {
          left: -100%;
          border-left-color: transparent !important;
          -webkit-transform: rotate(-129deg);
          -moz-transform: rotate(-129deg);
          -ms-transform: rotate(-129deg);
          -o-transform: rotate(-129deg);
          transform: rotate(-129deg);
          -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
      
      @-webkit-keyframes container-rotate {
        to {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg); } }
      
      @keyframes container-rotate {
        to {
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg); } }
      
      @-webkit-keyframes fill-unfill-rotate {
        12.5% {
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
        25% {
          -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
        37.5% {
          -webkit-transform: rotate(405deg);
          transform: rotate(405deg); }
        50% {
          -webkit-transform: rotate(540deg);
          transform: rotate(540deg); }
        62.5% {
          -webkit-transform: rotate(675deg);
          transform: rotate(675deg); }
        75% {
          -webkit-transform: rotate(810deg);
          transform: rotate(810deg); }
        87.5% {
          -webkit-transform: rotate(945deg);
          transform: rotate(945deg); }
        to {
          -webkit-transform: rotate(1080deg);
          transform: rotate(1080deg); } }
      
      @keyframes fill-unfill-rotate {
        12.5% {
          transform: rotate(135deg); }
        25% {
          transform: rotate(270deg); }
        37.5% {
          transform: rotate(405deg); }
        50% {
          transform: rotate(540deg); }
        62.5% {
          transform: rotate(675deg); }
        75% {
          transform: rotate(810deg); }
        87.5% {
          transform: rotate(945deg); }
        to {
          transform: rotate(1080deg); } }
      
      @-webkit-keyframes left-spin {
        from {
          -webkit-transform: rotate(130deg);
          -moz-transform: rotate(130deg);
          -ms-transform: rotate(130deg);
          -o-transform: rotate(130deg);
          transform: rotate(130deg); }
        50% {
          -webkit-transform: rotate(-5deg);
          -moz-transform: rotate(-5deg);
          -ms-transform: rotate(-5deg);
          -o-transform: rotate(-5deg);
          transform: rotate(-5deg); }
        to {
          -webkit-transform: rotate(130deg);
          -moz-transform: rotate(130deg);
          -ms-transform: rotate(130deg);
          -o-transform: rotate(130deg);
          transform: rotate(130deg); } }
      
      @keyframes left-spin {
        from {
          -moz-transform: rotate(130deg);
          -ms-transform: rotate(130deg);
          -o-transform: rotate(130deg);
          -webkit-transform: rotate(130deg);
          transform: rotate(130deg); }
        50% {
          -moz-transform: rotate(-5deg);
          -ms-transform: rotate(-5deg);
          -o-transform: rotate(-5deg);
          -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg); }
        to {
          -moz-transform: rotate(130deg);
          -ms-transform: rotate(130deg);
          -o-transform: rotate(130deg);
          -webkit-transform: rotate(130deg);
          transform: rotate(130deg); } }
      
      @-webkit-keyframes right-spin {
        from {
          -webkit-transform: rotate(-130deg);
          -moz-transform: rotate(-130deg);
          -ms-transform: rotate(-130deg);
          -o-transform: rotate(-130deg);
          transform: rotate(-130deg); }
        50% {
          -webkit-transform: rotate(5deg);
          -moz-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
          -o-transform: rotate(5deg);
          transform: rotate(5deg); }
        to {
          -webkit-transform: rotate(-130deg);
          -moz-transform: rotate(-130deg);
          -ms-transform: rotate(-130deg);
          -o-transform: rotate(-130deg);
          transform: rotate(-130deg); } }
      
      @-moz-keyframes right-spin {
        from {
          -moz-transform: rotate(-130deg);
          -ms-transform: rotate(-130deg);
          -o-transform: rotate(-130deg);
          -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg); }
        50% {
          -moz-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
          -o-transform: rotate(5deg);
          -webkit-transform: rotate(5deg);
          transform: rotate(5deg); }
        to {
          -moz-transform: rotate(-130deg);
          -ms-transform: rotate(-130deg);
          -o-transform: rotate(-130deg);
          -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg); } }
      
      @keyframes right-spin {
        from {
          -moz-transform: rotate(-130deg);
          -ms-transform: rotate(-130deg);
          -o-transform: rotate(-130deg);
          -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg); }
        50% {
          -moz-transform: rotate(5deg);
          -ms-transform: rotate(5deg);
          -o-transform: rotate(5deg);
          -webkit-transform: rotate(5deg);
          transform: rotate(5deg); }
        to {
          -moz-transform: rotate(-130deg);
          -ms-transform: rotate(-130deg);
          -o-transform: rotate(-130deg);
          -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg); } }
      

@charset "utf-8";
/* key_board */

.key_board {
    font: 1em Arial, sans-serif;
    position: absolute;
    padding: 20px;
    border-radius: 10px;
    width: 852px;
    height: 282px;
    display: none;
    z-index: 999;
    background-image: url(../images/keyword/key_bg.png);
    background-size: 852px 282px;
}
.keyboard_row, .keyboard_row td {
    padding: 0;
    vertical-align: top;
    border-collapse: collapse;
}
.keyboard_key, .keyboard_key-m img {
    margin: 0;
    padding: 0;
}
.keyboard_key {
    font-size: 18px;
    position: relative;
    display: block;
    width: 50px;
    height: 42px;
    line-height: 42px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.keyboard_key:active {
    border: 1px solid #d8d8d8;
}
.keyboard_key-m {
    line-height: 29px;
}
.spacer {
    width: 235px;
    visibility: hidden;
}
.backspace, .lshift, .rshift, .capslock, .atmark {
    text-align: left;
}
.backspace .keyboard_key-m, .lshift .keyboard_key-m, .rshift .keyboard_key-m, .capslock .keyboard_key-m, .atmark .keyboard_key-m {
    padding-left: 10px;
}
.backspace {
    width: 77px;
}
.atmark {
    width: 42px;
}
.capslock {
    font-size: 12px;
    width: 52px;
}

.enter {
    font-size: 12px;
    width: 57px;
}
.lshift {
    font-size: 12px;
    width: 62px;
}
.rshift {
    font-size: 12px;
    width: 82px;
}
.sch {
    font-size: 14px;
}
.space {
    width: 340px;
}
.alt {
    font-size: 16px;
    width: 85px;
}
.marked {
    background-color: #dfffcc;
}
.pressed .keyboard_key-m {
    line-height: 31px;
}
.suppressed {
    background-color: #f2b5a0;
}
.suppressed .keyboard_key-m {
    line-height: 31px;
}
.disabled {
    cursor: default;
    color: #e6e6e6;
}
.keyboard_lang {
    font-size: 11px;
    width: 141px;
    text-align: left;
}
.keyboard_lang-i {
    width: 92px;
    position: relative;
    top: 4px;
    float: left;
    padding: 3px 9px 3px 7px;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.keyboard_lang-ic {
    font: 0/0 a;
    display: -moz-inline-box;
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-top: 1px;
    cursor: pointer;
    vertical-align: bottom;
    background: url(../images/keyword/langs.png) no-repeat;
}
.keyboard_lang-ru .keyboard_lang-ic {
    background-position: 0 -48px;
}
.keyboard_lang-es .keyboard_lang-ic {
    background-position: 0 -36px;
}
.keyboard_lang-fr .keyboard_lang-ic {
    background-position: 0 -24px;
}
.keyboard_lang-de .keyboard_lang-ic {
    background-position: 0 -12px;
}
.keyboard_lang-en .keyboard_lang-ic {
    background-position: 0 0;
}
.keyboard_row td {
    padding-bottom: 3px;
}
.keyboard_lang-selector .b-menu__item {
    font-size: 11px;
}
.key_board .b-menu__layout-vert {
    margin: 0;
    padding: 0;
    list-style: none;
}
.keyboard_lang-selector {
    display: none;
    position: absolute;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .6), 0 10px 25px -5px rgba(0, 0, 0, 0.4);
    width: 80px;
    background: #fff;
}
.keyboard_lang-selector .b-menu__layout-vert li {
    padding: 0.5em;
}
.keyboard_lang a {
    text-decoration: none;
    color: #222;
}
.keyboard_lang a:hover {
    color: #f00;
}
.keyboard_ico {
    width: 27px;
    opacity: 0.5;
    height: 12px;
    background: url('../images/keyword/keyico.png') 0 0 no-repeat;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 200;
}
.keyboard_ico:hover, .keyboard_ico.active {
    opacity: 1;
}
.keyboard_close {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 8px;
    overflow: hidden;
    width: 9px;
    cursor: pointer;
    background: url('../images/keyword/keyclose.png') 0 top no-repeat;
}

.keyboard_ico {
	right: 25px;
	top:8px;
	height: 15px;
	width: 30px;
}

#circle{
	width:303px;height:43px;position:absolute;top:0;left:90px; border-radius:55px;text-indent:0;text-align:center;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	background:#FECD07;
	line-height:43px; font-size:16px; font-weight:bold
}
#circle .cmsk{
	height:83px;
	position:absolute;
	width:83px;
	top:0;
	left:0;
}

#circle:hover{
	background:#000;
	color:#FECD07;
}
.clock{display:block;}
 
#circle:hover .clock{display:block;}
#circle:hover .circlecontent{display:none;}
#circle span{font-size:18px;color:#b0b0b0;}
#circle .clock{
	background:url(../images/clock.png) no-repeat 0 0;width:83px;height:83px;position:absolute;top:0;left:0;display:none;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
	border-radius:0;
}
#circle:hover .clock{border-radius:83px;}
.timeyear{color:#b0b0b0;font-size:18px;line-height:20px;}
.timeblock{height:28px;margin-top:22px;margin-left:5px;}
.timeblock span{display:block;height:24px;width:18px;background:url(../images/date.png) no-repeat 0 0;float:left;}
.timeblock .numf{background-position:0px -48px;}
.timeblock .nums{background-position:0px 0px;}
.timeblock .numt{background-position:0px -24px;}
.timeblock .numfo{background-position:0px -72px;}

.thiscur .point b{border:7px solid #FECD07;border-radius:15px;}
.thiscur .histt a,.thiscur  .hisct{color:#FECD07;}


#arrow{position:fixed;top:50%;right:30px;}
*html #arrow{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin-top:350px;}

#arrow ul li{
	display:block;height:20px;width:20px;background:url(../images/icons.png) no-repeat 0 0;cursor:pointer;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#arrow ul li:active{background-color:#000;}
#arrow ul .arrow_active{
	background-color:#000;
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
#arrow ul .arrowup{background-position:0px -26px;margin-bottom:10px;}
#arrow ul .arrowdown{background-position:0px 0px;}

.jindu.bg2 {
    background: #fff;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.jindu_search {
    padding: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 16px
}
.jindu .form-horizontal .control-label {
    font-weight: 100
}

.jindu .banlibtn {
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 20px 0px;
    margin-bottom: 0px
}
.jindu .alert-warning {
    background: #EAEAEA;
    border: #EAEAEA 1px solid;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #515151;
    font-size: 14px;
    position: relative
}
.jindu .alert-warning em {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 15px 10px 0;
    border-style: solid;
    border-color: transparent #EAEAEA transparent transparent;
    /*透明 黄 透明 透明 */
    position: absolute;
    top: 10%;
    left: -10px;
}

/** 时间轴主框架 **/
.progress-list {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	padding: 25px;
	background-color: rgba(255,255,255,.2);
	border-radius: 5px;
}

.progress-list h3 em {
    font-style: normal;
    color: #E20808
}

.progress-result{
	position:relative;
	margin:30px auto 0 auto;
	padding-top: 40px;
}

.progress-result .title {
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
}

.progress-result .title .badge{
	margin-left: -160px;
	padding: 10px 15px;
	font-size: 14px;
}

.progress-content{
	width: 100%;
	overflow:hidden;
}

/** 时间轴列表 **/
.timeline-list{
	overflow:hidden;
	position:relative;
}

.timeline-list li{
	overflow:hidden;
	position:relative;
}

.list-wrap{
	height:78px;
}

.list-left{
	height:58px;
	width:253px;
	line-height: 58px;
	text-align:right;
	float: left;
}

.list-point{
	height:100%;
	width:50px;
	overflow:hidden;
	background:url(../images/vertical.png) repeat-y 25px;
	float: left;
}

.list-point b{
	height:22px;
	width:22px;
	background-color:#fff;
	display:block;
	margin:17px 0 0 15px;
	border-radius:18px;border:2px solid #ccc;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
}

.list-right {
	position:absolute;
	top:0;
	left: 320px;
	right:0;
	height:50px;
}

.list-right .histt{
	height:55px;
	line-height:55px;
	color: #fff;
	font-size:20px;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	font-weight:100;
}


.list-right .hisct{
	font-size:14px;
	color:#eee;
}

.active .list-right .histt,
.active .list-right .hisct{ 
	color: #f80;
}

.md{
	font-size:18px;
	color:#AEAEAE;
}

.year{
	font-size:14px;
	color:#fff;
	margin-right:10px;
}


html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background-image: url('../images/bg5.jpg') ;
    /* background-size: cover; */
    background-repeat: no-repeat;
    padding: 120px 0 50px 0;
    position: relative;
    font: 14px/1.5 "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

*::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
*::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 8px;
     -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.2);
    background: #fff;
}
*::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.2);
}

a {
    color: #f5f5f5;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    color: #f5f5f5;
    outline: none;
}

ul li,
ol li {
    list-style: none;
}

/** shadow **/
.shadow-1{
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.01);
    -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.01);
    box-shadow: 0 0 6px 3px rgba(0,0,0,0.01);
}
.shadow-1:hover{
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
}

.shadow-2{
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.03);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.03);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.03);
}
.shadow-2:hover{
    -webkit-box-shadow: 0 0 15px 7px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 0 15px 7px rgba(0,0,0,0.06);
    box-shadow: 0 0 15px 7px rgba(0,0,0,0.06);
}

.bg1 {
    background-color: #FF7012 !important;
}
.bg2 {
    background-color: #FBB100 !important;
}
.bg3 {
    background-color: #9469F6 !important;
}
.bg4 {
    background-color: #00BED8 !important;
}
.bg5 {
    background-color: #00B175 !important;
}
.bg6 {
    background-color: #7395FF !important;
}
.bg7 {
    background-color: #2B3B55 !important;
}
.bg8 {
    background-color: #7BB200 !important;
}

.bg-opacity {
    background-color: rgba(255,255,255, .1) 
}

.color-white {
    color: #f5f5f5 !important;
}

.table-wrapper-scroll-y {
    display: block;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.new-tabs {
    border-bottom: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    position: relative;
}

.new-tabs .nav-link {
    font-size: 16px;
    border: 0;
    border-radius: inherit;
    position: relative;
}

.nav-tabs .nav-item a i{
    position: absolute;
    height: 12px;
    right: 0;
    top: 15px;
    width: 1px;
    background-color: #f5f5f5;
}

.nav-tabs .nav-item:last-child a i {
    display: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #164597;
    background-color: #f5f5f5;
    border: 0;
}

.nav-tabs .nav-item:first-child .nav-link.active {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.nav-tabs .nav-item:last-child .nav-link.active {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.line-nav-wrap {
    position: fixed;
    width: 100px;
    top: 0;
    bottom:0;
    right: 0;
}

.line-nav-wrap .line-nav {
    height: 100%;
}

.line-nav-wrap .line-nav-item {
    display: none;
}

.line-nav-item .btn {
    padding: 5px;
}

.line-nav-item .btn span {
    display: block;
    width: 80px;
    overflow: hidden;
    height: 40px;
}

.line-nav-item .btn .btn-icon i {
    font-size: 30px;
}

.line-nav-item .btn .btn-text {
    height: 20px;
    line-height: 20px;
}

.default-card,
.modal .modal-title {
    color: #333;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%; 
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.main {
    height: 100%;
}


/** 头部 **/
.header .logo {
    line-height: 120px;
}

.header .gzh-wrap {
    display: inline-block;
    color: #f5f5f5;
}

.header .gzh-wrap span {
    display: block;
    line-height: 70px;
    text-align: center;
    margin-top: 10px;
}

.header .gzh-wrap .text {
    margin-top: 5px;
    line-height: 20px;
}

.header .top-action {
    height: 100%;
    width: 90px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-top: 20px;
    color: #f5f5f5;
    display: none;
}

.top-action .icon-wrap .icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.top-action .icon-wrap .icon i {
    vertical-align: 2px;
}

.top-action .text{
    display: block;
    line-height: 30px;
    font-size: 16px;
}

/** 内容页面 **/
.main .container,
.main .container .content-wrap {
    height: 100%;
    padding: 30px 0;
}

.main .container {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

.btn-index {
    background-color: rgba(255,255,255, .08);
    padding: 30px 60px;
    margin: 25px;
    text-align: center;
    border-radius: 10px;
}

.btn-index span {
    display: block;
}

.btn-index .btn-icon {
    width: 180px;
    height: 90px;
    line-height: 90px;
}

.btn-index .btn-icon i{
    font-size: 65px;
}

.btn-index .btn-icon i.icon-group47 {
    font-size: 55px;
}

.btn-index .btn-text{
    font-size: 22px;
    font-weight: normal;
    width: 180px;
}

.out-tip i {
    color: #F95042;
    font-size: 26px;
    vertical-align: -6px
}

.out-tip {
    font-size: 16px;
}

/** 进度查询 **/
.progress-wrap {
    padding: 25px;
}

.progress-wrap .tip {
    background: #EAEAEA;
    border: #EAEAEA 1px solid;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #515151;
    font-size: 14px;
    position: relative;
}

.progress-wrap .tip em {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 15px 10px 0;
    border-style: solid;
    border-color: transparent #EAEAEA transparent transparent;
    position: absolute;
    top: 10%;
    left: -10px;
}

.line-p {
    font-size: 16px;
}

/** 楼盘查询 **/
.projects-wrap {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding-top: 60px;
    overflow: hidden;
    position: relative;
}

.projects-wrap .projects-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
}

.projects-wrap .card {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.projects .item {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255,255,255, .1);
}

.projects .item-left {
    font-size: 16px;
    font-weight: bold;
}

.projects .item-center {
    font-size: 14px;
    font-weight: bold;
}

.projects .item-right .item-more {
    position: absolute;
    top: 0;
    right: 15px; 
}

.item-right .item-more i {
    font-size: 20px;
    vertical-align: -5px;
}

/** 公告公示 **/
.notices-wrap {
    height: 100%;
    padding-top: 60px;
    overflow: hidden;
    position: relative;
}
.notices-wrap .notices-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
}


.notices-wrap .notices-side {
    position: absolute;
    top:60px;
    bottom: 0;
    overflow: hidden;
    width: 200px;
}

.notices-side .card {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.notices-side .recent-post-item {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 14px;
}

.notices-wrap .notices-content {
    position: absolute;
    top:60px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    left: 220px;
    right: 0;
}

.lists-wrap {
    padding:  0 20px;
}

.lists-wrap ul li {
    margin-bottom: 20px;
}

.lists-wrap p {
    line-height: 20px;
    font-size: 12px;
    color: #ccc;
}

.lists-wrap .list-box {
    display: block;
    overflow: hidden;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.lists-wrap .list-box-cover {
    padding-left: 140px;
}

.list-box-cover .list-cover {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 90px;
    height: 90px;
}

.list-box-cover .list-cover img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.list-box .list-title {
    position: relative;
    color: #999;
    font-size: 14px;
}

.list-box .list-disc {
    margin-top: 10px;
}

.list-box .more {
    color: #08c2f3;
    position: absolute;
    right: 15px;
    top: 0;
}

.article-footer {
    line-height: 30px;
    font-size: 16px;
    color: #444;
}

.detail {
    padding: 30px 0;
    overflow: hidden;
    min-height: 600px;
}
.detail h2 {
    font-size: 30px;
    color: #252525;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

/* 办事指南 */
.guide-wrap {
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 130px;
}

.guide-header {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}

.guide-content {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.guide-center-title {
    display: block;
    position: relative;
    border-bottom: 0 none;
    text-align: center;
}

.guide-center-title .guide-title {
    background: transparent;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    text-align: center;
}

.guide-center-title .guide-title span{
    background: #FECD08;
    color: #000;
    font-size: 16px;
    padding: 8px 40px;
    border-radius: 30px;
    z-index: 99;
}

.guide-center-title .guide-line {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    left: 0;
    top: 20px;
    z-index: 9;
}

.guide-tab {
    margin-top: 45px;
    margin-bottom: 80px
}

.guide-tab .nav-pills>li>a {
    font-size: 20px;
    color: #000000;
    background: #D9D9D9
}

.guide-tab .nav-pills>li.active>a,
.liuyan_tab .nav-pills>li.active>a:focus,
.liuyan_tab .nav-pills>li.active>a:hover {
    background: #464646;
    color: #fff;
    border-radius: 50px;
    padding: 13px 20px;
    font-weight: bold
}

.guide-tab .nav-pills>li>a:hover {
    border-radius: 50px;
    padding: 13px 20px;
    font-weight: bold;
    margin: 0 6%;
    background: #464646;
    color: #fff;
}

.guide-tab .nav-pills>li>a {
    border-radius: 50px;
    padding: 13px 20px;
    margin: 0 6%;
    position: relative
}

.guide-icon-list {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    overflow: hidden;
}

.guide-icon-list>li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 15px 30px 15px;
    height: 156px;
}

.guide-icon-list>li span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    display: inline-block;
    text-align: center;
    line-height: 60px;
}

.guide-icon-list>li span .iconfont {
    font-size: 32px;
    color: #f5f5f5;
}

.guide-icon-list>li p,
.guide-icon-list>li label {
    display: block;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 100;
    margin-top: 10px;
    text-decoration: none;
    outline: none
}

.guide-icon-list>li a:hover span,
.guide-icon-list>li.active span {
    border-color: #FECD08;
    background: #FECD08;
    text-decoration: none
}

.guide-icon-list>li a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
    padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.guide-icon-list>li a:active {
    text-decoration: none
}

.guide-icon-list>li a:hover span .iconfont,
.guide-icon-list>li.active span .iconfont {
    color: #272727
}

.guide-tit {
    height: 30px;
    position: relative;
    width: 100%;
    margin: 50px 0;
    margin-top: 20px
}

.guide-article {
    font-size: 14px;
    line-height: 30px;
    color: #404040
}

.guide-article b {
    font-size: 16px;
}

.guide-article {
    padding-bottom: 80px;
    overflow: hidden
}

.handle-btn {
    background: #FECD08;
    font-size: 20px;
    line-height: 30px;
    padding: 15px 50px;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    margin: 40px auto
}

.handle-btn:hover {
    color: #fff;
}

.guide-tab .nav-pills>li>a .px-arrow-b {
    bottom: -8px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    border-top: 8px solid #464646;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: none
}

.guide-tab .nav-pills>li>a:hover .px-arrow-b,
.guide-tab .nav-pills>li.active .px-arrow-b {
    display: block
}

.detail table td,
.detail table th {
    border: 1px solid #dee2e6;
    padding: .35rem;
}

/** 尺寸 **/
@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

/**弹出框**/
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
    border-radius: 0;
    border-radius: 2px;
    overflow: inherit;
    /* background-color: #e9e9e9; */
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 40px;
    width: 40px;
    top: -20px;
    right: -20px;
    opacity: 1;
    font-size: 32px!important;
    line-height: 34px!important;
    background-color: #252525;
    color: #fff;
    border-radius: 50%;
}

.jconfirm.jconfirm-modern .popup-loading .jconfirm-box{
    background-color: rgba(0,0,0, .8);
    color: #fff;
}

.jconfirm.jconfirm-modern .popup-loading .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    font-size: 48px;
}

.jconfirm.jconfirm-modern .popup-loading .jconfirm-box div.jconfirm-closeIcon {
    color: #777;
}

.ajax-popup .content .box,
.jconfirm .ajax-popup .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 0;
}

.jconfirm .ajax-popup .jconfirm-content .content {
    padding-bottom: 0;
}

.ajax-popup .content-header {
    padding-top: 0;
}

.ajax-popup .form-horizontal .form-group {
    margin-bottom: 10px;
}

.ajax-popup .content .box .box-header {
    display: none;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

.logo img {
  height:60px;
}

.toushu {
  font-size: 18px;
  padding: 20px;
  display: inline-block;
  vertical-align: top; margin-top: 20px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
    padding-bottom: 100px;
  }


  .header .logo {
      height: 40px;
      line-height: 40px;
      width: 120px;
  }
  .logo img {
    height:30px;
    margin-top: 5px;
  }

  .line-nav-wrap, 
  .header .gzh-wrap,
  .header .top-action  {
    display: none !important;
  }

  .main .container{
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-index {
      background-color: rgba(255,255,255, .08);
      padding: 5px 10px;
      margin: 5px;
      border-radius: 10px;
  }

  .btn-index .btn-icon, .btn-index .btn-text {
      margin: 0 auto;
  }

  .toushu {
    padding: 10px;
    margin-top: 0;
  }

  .jc-bs3-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .index-nav-wrap {
    margin: 10px 5px;
    flex-direction: column!important;
  }

  .main .container .content-wrap {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block!important; 
    padding: 0;
  }

  .footer {
    height: 100px;
  }

  .footer .container {
    flex-direction: column!important;
    flex-wrap: wrap;
  }

  .icp-wrap  {
    padding-top: 5px;
  }

  .icp-wrap a,
  .copy-wrap span {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
  }

  .projects-wrap {
    width: 100%;
  }

  .projects .item {
    height: auto;
    line-height: inherit;
  }

  .projects .item a{
    position: relative;
    padding-right: 110px;
    flex-direction: column!important;
  }
  .projects .item a .item-left {
    font-size: 14px;
  }

  .projects .item a .item-left .mdi-domain {
    display: none;
  }

  .projects .item a .item-center {
    font-size: 12px;
  }

  .projects .item a .item-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
  }

   .projects .item a .item-right .badge-default {
    position: absolute;
    bottom: 3px;
    right: 40px;
   }
}



