.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.display {
    width:300px;
	color: #000000;
	background-color: #fff;	
}
.displayboard{
    width: 470px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.displayboard a{
    color: #fff;
    font-family: Billabong; 
	font-size: 36px;
    text-decoration: none;
	transition:0.4s ease;
	-webkit-transition:0.4s ease;
	-moz-transition:0.4s ease;
	-o-transition:0.4s ease;
}
.displayboard a:hover{
    -webkit-transform:rotate(360deg) scale(1.5);
	-moz-transform:rotate(360deg) scale(1.5);
	-o-transform:rotate(360deg) scale(1.5);
	-ms-transform:rotate(360deg) scale(1.5);
	transform:rotate(360deg) scale(1.5);
}  
.displaycontent {
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;	
	width: 470px;
}
.displaycontent span{
    color: #fff;
    font-family: 'Microsoft YaHei', 'SimHei', 'STHeiti', sans-serif;
	font-size: 20px;

}
.displayimg {
    width: 100%;
	border-radius: 4px;
}
.displaytitle {
    position: relative;
    margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	margin-bottom:25px;
	width: 140px;
	text-align: center;
}
.displaytitle span {
    color: #fff;
    font-family: 'Microsoft YaHei', 'SimHei', 'STHeiti', sans-serif;
	font-weight: bold;
	font-size: 36px;
}
/*form control*/
.form-control {
  display: block;
  width: 40%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
	background-color: #3a5795;
    border-color: #3a5795;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
#fullpage {
    height: 100%;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    transition: all 700ms ease;
}
#menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu li {
    display: block;
    width: 14px !important;
    height: 14px !important;
    margin-bottom: 10px !important;
    margin: 7px;
    position: relative;
}
#menu li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;

}
#menu li a span {
    width: 14px !important;
    height: 14px !important;
	border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    border: 1px solid #fff !important;
    background: none !important;

}
#menu .active span {
background: #fff !important;

}
@media(max-width:1368px){
.right {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
	right: 17px;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);

	
}}
.warn {
    display: none;
    background-color: #DEE8EF;
    width: 290px;
    padding: 5px;
    color: #B32D2D;
    font-weight: bold;
}
textarea {
    display: block;
    margin-bottom: 10px;
}
button {
    margin-bottom: 10px;
}

body{
    font-family: 'Microsoft YaHei', 'SimHei', 'STHeiti', sans-serif;
}
.small-title{
    font-size: 16px;
    margin-left: 100px;
    font-weight: normal;
}
h1{
    font-weight: normal;
}
.index-content{
    max-width: 600px;
    border-bottom: 1px  thick #aaa;
}
.index-content a{
    display:block;
    margin: 10px;
    text-decoration: none;
    color: #274E70;
}
.index-content a:hover，.other-info a:hover{
    color: #5D809E;
}
.other-info{
    padding: 10px;
    line-height: 1.5;
}
.other-info a{
    text-decoration: none;
    color: #274E70;
}

/**
 * 轮播图
 */
.imgRotation {
    width: 500px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.img-list {
    width: 2500px;
    font-size: 0;
    position: absolute;
}

.circle {
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -45px;
}
.circle a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}
/*.active {
    background-color: #fff;
    cursor: default;
}*/

/* 输入框提示 */
.input-hint input {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    border: 1px solid #888;
    outline: none;
    padding: 3px 5px;
    margin: 0;
}
.input-hint ul {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-top: none;
}
.input-hint li {
    padding: 3px 5px;
    cursor: pointer;
}

.input-hint li span{
    color: #A73535;
}

.input-hint .active {
    background: #eee;
}

/**
 * 界面拖拽交互
 */
.drag-block{
    position:relative;
}
.block{
    width: 200px;
    height: 479px;
    border:1px solid #333;
    float: left;
    /* position: relative; */
}
.move{
    width: 200px;
    height: 59px;
    background-color: #929BDD;
    border-bottom:1px solid #333;
    position: absolute;
    text-align: center;
    color: #fff;
    line-height: 59px;
    font-size: 18px;
    font-weight: bold;
    cursor: move;
}
/*.block .active{
    border:1px solid #333;
    opacity: 0.5;
    
}*/
.right-block{
    margin-left: 300px;
}
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    *zoom: 1;
}