﻿@charset "UTF-8";

: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%;
background-color: #2d91d1;
}

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: block;
  width: 710px;
  overflow: hidden;
  margin: 0px auto;
}
  .logotext{
    font-family: 'logofont','微软雅黑';
    display: block;
    float: left;
    color: #fff;
    font-size: 34px;
    margin-top: 5px;

  }
.loginlogotext{
  width: 370px;
  text-align: center;
  display: block;
  float: right;
  color: #fff;
  font-size: 34px;
  margin-top: 5px;

}
.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-1:hover{
  background-color: #51aaf3;
  border: 2px solid #a8d5f9;
}

.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;
  text-align: center;
}
.titletwo{
  font-size: 16px;
  color: #ffb727;
  line-height: 31px;
}
.pd-16{
  padding: 16px;
}


.loginwidth{
  margin:0px auto
}
.userlogin{
  display: none;
}
@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
}

.usernameinput{
  height: 40px;
  width: 100%;
  background-color: #fff;
  border:1px solid #eeeeee;
  padding-left: 40px;
  background-image: url(../images/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/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/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;
}

.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/footer-bg.png) repeat;
}
.loginlogobox{
	width:556px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}

.logo span{
  display:inline-block;
}
.webnamecn {
  font-size: 50px;
  color: #fff;
  font-family: '黑体';
  line-height: 60px;
  font-weight: bold;
  margin-top: 10px;
  float: left;
}
.webnameen {
  font-size: 16px;
  color: #fe852a;
  font-family: 'Microsoft YaHei';
  line-height: 20px;
  float: left;
}
.weblogo {
  float: left;
  margin-right: 20px;
}
.webnamebox{
  display: inline-block;
}
.btnboxone{
  width: 270px;
  height: auto;
  float: right;
  margin-right: 60px;
}
.btnboxtwo{
  width: 270px;
  height: auto;
  float: left;
  margin-left: 60px;
}
.btnchange{
  width: 100%;
  height: 162px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.42); ;
}
.btnone{
  background: url(../images/btn-bg-2.png) repeat-y ;
}
.btntwo{
  background: url(../images/btn-bg-1.png) repeat-y ;
}
.btnchange{
  font-size: 24px;
color: #fff;
line-height: 40px;
	padding:41px 15px;
text-align: center;
text-shadow: 0 0 10px rgba(0,0,0,0.4);
position: relative;}
.btnchange img{
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.tipsone{
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  margin: 15px 0px;
}
.tipstwo{
  text-align: left;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.btntop{
  margin-top: 120px;
}
.logobox {
  width: 588px;
  float: left;
}
@media (max-width:980px){
  .logobox {
    width: 100%;}
.logo{
  width: auto;
  margin-right: 0px;
}
.weblogo {
  float: none;
  margin: 0px auto;
  display: block;
  max-width: 30%;
}
.webnamecn {
  text-align: center;
  float: none;
  display: block !important;}
  .webnameen {
    text-align: center;
    color: #fe852a;
    float: none;
    display: block !important;}
}
@media (max-width:768px){
  .btnboxone {
    width: 270px;
    height: auto;
    float: none;
   margin-right: 0px;
    margin: 0px auto;
}
.btnboxtwo {
  width: 270px;
  height: auto;
  float: none;
 margin-left: 0px;
  margin: 0px auto;
}

.webnamecn {
  font-size: 2rem;
  text-align: center;
  line-height: 2.5rem;
  float: none;
  display: block !important;}
  .webnameen {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fe852a;
    float: none;
    display: block !important;}
    .btntop{
      margin-top: 20px;
    }
}
