﻿@charset "UTF-8";
@font-face {
  font-family: 'icologo';
  src: url("./fonts/icomoon.eot?1z9v6x");
  src: url("./fonts/icomoon.eot?1z9v6x#iefix") format("embedded-opentype"), url("./fonts/icomoon.ttf?1z9v6x") format("truetype"), url("./fonts/icomoon.woff?1z9v6x") format("woff"), url("./fonts/icomoon.svg?1z9v6x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --main-color-one: #2685f9;
  --secondary-color: #111d5c;
  --heading-color: #0a1121;
  --paragraph-color: #666666;
  --heading-font:'黑体', sans-serif;
  --body-font: 'Microsoft YaHei', sans-serif;
  filter:none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 16px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ }

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font); 
  font-size: 14px;
  background-color: #eeeeee;
width: 100%;
height: 100%;
}

h1 {
  font-size: 48px;
  line-height: 1.0833333333333333; }

h2 {
  font-size: 36px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 24px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 20px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font); }

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px; }

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color); }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit; }

pre {
  word-break: break-word; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

ol {
  counter-reset: counter;
  padding-left: 0; }

ol li {
  list-style: none;
  margin-bottom: 1rem; }

/* ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px; } */

  ul,li{
    list-style: none;
    
  }
  ul{
    padding: 0px;
  }
  .searchinput::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
  }
  
  .searchinput::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
  }
  
  .searchinput::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
  }   
/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* border: 1px solid #ddd; */
 }

code {
  color: #faa603; }

.dark-bg {
  background-color: #111d5c; }

.section-bg-1 {
  background-color: #f4f7fc; }

.check-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .check-list li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0; }
    .check-list li:after {
      position: absolute;
      left: 0;
      top: 0;
      font-family: 'fontawesome';
      content: "\f105";
      color: var(--main-color-one); }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color-one); }


/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-left: 0; }
.padding-left-5 {
    padding-left: 5; }

.gray-bg {
  background-color: #f8f8f8; }
.padding-left-15 {
    padding-left: 15px; }
.padding-top-10 {
  padding-top: 10px; }
  .padding-top-15 {
    padding-top: 15px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-top-95 {
  padding-top: 95px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-top-105 {
  padding-top: 105px; }

.padding-top-110 {
  padding-top: 110px; }

.padding-top-115 {
  padding-top: 115px; }

.padding-top-120 {
  padding-top: 120px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-bottom-65 {
  padding-bottom: 65px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-bottom-85 {
  padding-bottom: 85px; }

.padding-bottom-90 {
  padding-bottom: 90px; }

.padding-bottom-95 {
  padding-bottom: 95px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-bottom-110 {
  padding-bottom: 110px; }

.padding-bottom-105 {
  padding-bottom: 105px; }

.padding-bottom-115 {
  padding-bottom: 115px; }

.padding-bottom-120 {
  padding-bottom: 120px; }

.padding-bottom-130 {
  padding-bottom: 130px; }

.padding-bottom-135 {
  padding-bottom: 135px; }

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.margin-top-10 {
  margin-top: 10px; }
  .margin-top-15 {
    margin-top: 15px; }
.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-top-100 {
  margin-bottom: 100px; }

.margin-top-120 {
  margin-top: 120px; }
.margin-top-35{
  margin-top:35px;
}

.min-height-600 {
  min-height: 600px; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px; }

.alignright {
  float: right;
  clear: both;
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

.alignfull {
  margin: 1.5em 0;
  max-width: 100%; }

.alignwide {
  max-width: 1100px; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}
.container {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -8px;
  margin-left: -8px;
}
.indexlogo{
  display: block;
  float: left;
  margin-right: 20px;
}
.logo{
  display: inline-block;
  margin-right: 10px;
}
  .logotext{
    display: block;
    float: left;
    color: #fff;
    font-size: 34px;
    margin-top: 5px;

  }
.loginlogotext{
  text-align: center;
  display: block;
  color: rgb(30,44,104);
  margin-top: 5px;
  font-size: 46px;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0,0,0,0.2);

}
.radius-4{
  border-radius: 4px;
}
.radius-8{
  border-radius: 8px;
}
.transparentbg{
  background-color: rgba(0,0,0,0.5)
}
.btndiv{
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; 
}
.color-1{
  background-color: #2695f0;
  border: 2px solid #2695f0;
}
.color-2{
  background-color: #8ed11b;
  border: 2px solid #8ed11b;
}
.color-3{
  background-color: #00a84d;
  border: 2px solid #00a84d;
}
.color-4{
  background-color: #009591;
  border: 2px solid #009591;
}
.color-5{
  background-color: #9f11ca;
  border: 2px solid #9f11ca;
}
.color-6{
  background-color: #5431c4;
  border: 2px solid #5431c4;
}
.color-7{
  background-color: #1461cc;
  border: 2px solid #1461cc;
}
.color-8{
  background-color: #0ab1c4;
  border: 2px solid #0ab1c4;
}
.color-9{
  background-color: #ff7800;
  border: 2px solid #ff7800;
}
.color-10{
  background-color: #da045e;
  border: 2px solid #da045e;
}
.color-11{
  background-color: #eb472a;
  border: 2px solid #eb472a;
}
.color-12{
  background-color: #ffad09;
  border: 2px solid #ffad09;
}
.color-1:hover{
  background-color: #51aaf3;
  border: 2px solid #a8d5f9;
}
.color-2:hover{
  background-color: #a5da49;
  border: 2px solid #d2eda4;
}
.color-3:hover{
  background-color: #33b971;
  border: 2px solid #99dcb8;
}
.color-4:hover{
  background-color: #33aaa7;
  border: 2px solid #99d5d3;
}
.color-5:hover{
  background-color: #b241d5;
  border: 2px solid #d9a0ea;
}
.color-6:hover{
  background-color: #765ad0;
  border: 2px solid #bbade7;
}
.color-7:hover{
  background-color: #4381d6;
  border: 2px solid #a1c0eb;
}
.color-8:hover{
  background-color: #3bc1d0;
  border: 2px solid #9de0e7;
}
.color-9:hover{
  background-color: #ff9333;
  border: 2px solid #ffc999;
}
.color-10:hover{
  background-color: #e1367e;
  border: 2px solid #f09bbf;
}
.color-11:hover{
  background-color: #ef6c55;
  border: 2px solid #f7b5aa;
}
.color-12:hover{
  background-color: #ffbd3a;
  border: 2px solid #ffde9d;
}
.font-white{
  color: #fff;
}
.text-c{
  text-align: center
}
.heightone{
height: 290px;
}
.lineheightone{
line-height: 290px;
}
.heighttwo{
  height: 137px;
  }
.heightthree{
  height: 86px;
}
.lineheighttwo{
  line-height: 137px;
  }
.lineheightthree{
    line-height: 86px;
    }
.fontsizeone{
  font-size: 18px;
}
.fontsizetwo{
  font-size: 16px;
}
.fontsizethree{
  font-size: 16px;
  }
.ls-1{
  letter-spacing: 3.5px;
}
.ls-2{
  letter-spacing: 5.5px;
}
.ls-3{
  letter-spacing: 8px;
}
.ls-4{
  letter-spacing: 3.5px;
}
.ls-5{
  letter-spacing: 0px;
}
.ls-6{
  letter-spacing: 3.5px;
}
.ls-7{
  letter-spacing: 3.5px;
}
.ls-8{
  letter-spacing: 6px;
}
.ls-9{
  letter-spacing: 3.5px;
}
.ls-10{
  letter-spacing: 0px;
}
.ls-11{
  letter-spacing: 1px;
}
.ls-12{
  letter-spacing: 3.5px;
}
.title{
  font-size: 22px;;
  color: #fff;
  line-height: 31px;
}
.titletwo{
  font-size: 16px;
  color: #ffb727;
  line-height: 31px;
}
.pd-16{
  padding: 16px;
}
.infoul{
  color: #fff;
  line-height: 32px;
}
.infoul li{
  overflow: hidden;
}
.infodate{
  display: block;
  float: left;
  background-color: #18a9e5;
  border-radius: 4px;
  font-size: 12px;
  padding: 5px 5px;
  line-height: 12px;
  margin-top: 4px;
  margin-right: 10px;
}
.loginwidth{
  margin:0px auto
}
@media (min-width:700px){
  .infotext{
    width: 85%;}
    .loginwidth{
      width: 314px;}
}
@media (max-width:1200px){
  .infotext{
    width: 70%;}
}
@media (max-width:700px){
  .infotext{
    width: 65%;}
    .loginwidth{
      width: 100%;
    }
}

@media(max-width:992px){
  .margin-top-15-xs{
    margin-top: 15px;
  }
}
.infotext{
  display: block;
  float: left;
  overflow: hidden;text-overflow: ellipsis;white-space: nowrap
}
.infomore{
  color: #00b5ff;
  display: block;
  padding: 5px 20px;
  border: 1px solid #00b5ff;
  background-color: transparent;
  border-radius: 100px;
  width: 110px;
  margin: 0px auto;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; 
}
.infomore:hover{
  border: 1px solid #00b5ff;
  background-color: #00b5ff;
  color: #fff;
}
.usernameinput{
  height: 40px;
  width: 100%;
  background-color: #fff;
  border:1px solid #eeeeee;
  padding-left: 40px;
  background-image: url(../images/login/admin.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; 
}
.pwdinput{
  height: 40px;
  width: 100%;
  background-color: #fff;
  border:1px solid #eeeeee;
  padding-left: 40px;
  background-image: url(../images/login/pwd.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; 
}
.yzminput{
  height: 40px;
  width: 48%;
  background-color: #fff;
  border:1px solid #eeeeee;
  padding-left: 40px;
  background-image: url(../images/login/safe.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; 
}
.f-l{
  float: left;
}
.yzm{
  width: 48%;
  height: 40px;
  background:#e6e6e6;
  overflow: hidden;
  margin-left: 4%
}
.usernameinput:hover{
  border: 1px solid #00deff;
}
.pwdinput:hover{
  border: 1px solid #00deff;
}
.yzminput:hover{
  border: 1px solid #00deff;
}
.logininput{
  height: 40px;
  width: 100%;
  background-color: #00b5ff;
  color: #fff;
  text-align: center;
  border: 0px;
  font-size: 16px;
}
.logininput:hover{
  background-color: #009cdc;
}
.show{
  display: block;
}
.btntype{
  display: none;
}
.error{
  color: #ec0000;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  width: 100%;
  padding-left: 40px;
  visibility: hidden;
  text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
*filter: Glow(color=#fff, strength=1)
}
.errorone{
  color: #ec0000;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  width: 100%;
  visibility: hidden;
  text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
  -webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
  -moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
  *filter: Glow(color=#fff, strength=1)
}
.visible{
  visibility:visible;
}
.f-r{
  float: right;
}
.tishi{
  width: 100%;
  text-align: center;
}
.forgetpwd{
  color: #cde0ff;
}
.forgetpwd:hover{
  text-decoration: underline;
  color: #cde0ff;
}
.footer-area{
  height: auto;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: url(../images/login/footer-bg.png) repeat;
}
.loginlogobox{
  width:600px;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}
.logininputone{
  height: 40px;
  width: 48%;
  background-color: #00b5ff;
  color: #fff;
  text-align: center;
  border: 0px;
  font-size: 16px;
}
.logininone:hover{
  background-color: #009cdc;
}
.logininputtwo{
  height: 40px;
  width: 48%;
  background-color: #ff8041;
  color: #fff;
  text-align: center;
  border: 0px;
  font-size: 16px;
}
.logininputtwo:hover{
  background-color: #ea6a2b;
}
@media (min-width:600px){
.loginbg{
  width:556px;
  height: 376px;
  margin: 0px auto
  }
}
@media (max-width:600px){
  .loginbg{
    width:95%;
    margin: 10px;
    height: 376px;
    margin: 0px auto
    }
    .loginlogobox {
      width: 100%;}
      .logo ,.indexlogo{
        display: block;
         float: none;
        margin: 0px auto;
    }
    .loginlogotext{
      width: 100%;
      margin-top: 20px;
      font-size: 1.6rem;
    }  
    .logo,.indexlogo {
      margin-top: 0px !important;
    }
    .menubox{
      margin-top: 0px !important;
    }
    .logotext{
      width: 100%;
      text-align: center;
      font-size: 1.8rem;
    }
  }
  .form-group{
    overflow: hidden;
    margin-bottom: 0px;
    width: 100%
  }
