html {
  font-size: 100px;
  height: 100%;
}
body {
  color: #fff;
  font-family: "Source Han Sans CN";
  font-size: 16%;
}
body:before{
	content: "";
	display: none !important;
}
p {
  margin: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  color: #fefefe;
  text-decoration: none;
}
a:hover,
a:active {
  color: #C7C7C7;
  text-decoration: none;
}
.link-gray a:link,
.link-gray a:visited {
  color: #a0a0a0;
}
.link-gray a:hover,
.link-gray a:active {
  color: #FFF;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.layout {
  max-width: 1550px;
  min-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.row-margin-right-35 {
  margin-right: -35px;
}
.container-fluid,
.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 {
  padding-left: 0;
  padding-right: 0;
}
.changeLans {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #FFF;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.single-link {
  display: block;
  width: 100%;
  height: 100%;
}
.all-list .text-box {
  background: url(../img/single-bg.png) repeat;
}
.all-list .all-list-row {
  margin-right: -0.22rem;
}
.all-list .all-list-row .col {
  padding-right: 0.22rem;
}
.all-list .all-list-row .col .img-wrap img {
  width: 100%;
}
.single-link {
  overflow: hidden;
}
.single-link img {
  /*  -webkit-filter: brightness(100%);
          filter: brightness(100%);*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-link:hover img {
  transform: scale(1.02);
}
.play-btn {
  width: 61px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  line-height: 25px;
  background: #996e3d;
}
.play-btn .font {
  font-size: 12px;
  line-height: 12px;
}
.play-btn .iconfont {
  font-size: 12px;
  vertical-align: top;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
}
.operate-btn {
  height: 22px;
  line-height: 21px;
  background: #004578;
  border: none;
  display: inline-block;
  border-radius: 2px;
  padding: 1px 13px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 3px;
  right: 4px;
}
.process-btn {
  display: inline-block;
  height: 36px;
  padding: 8px 10px;
  background: #937654;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
}
.process-btn:link,
.process-btn:visited {
  color: #FFF;
}
.process-btn:hover,
.process-btn:active {
  color: #FFF;
  background: #b59167;
}
.link-followus {
  background-color: #f3f3f3;
  padding: 37px 0;
  margin-top: 50px;
  color: #000;
}
.link-followus .link .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-left: 10px;
  font-size: 18px;
  border-bottom: 1px solid #e9e9e9;
}
.link-followus .link a {
  padding-right: 20px;
}
.link-followus .link a img {
  max-width: 100%;
}
.link-followus .link a:last-child {
  padding-right: 0;
}
.link-followus .followus .title span {
  font-size: 18px;
  vertical-align: -4px;
}
.link-followus .followus .qr-box {
  padding-left: 30px;
}
.link-followus .followus .qr {
  padding: 15px;
  background-color: #fff;
}
.link-followus .followus .caption {
  margin-top: 2px;
  text-align: center;
}
.link-followus .followus .qr-list {
  border-left: 1px solid #e9e9e9;
  text-align: center;
}
.link-followus .followus .qr-list img {
  width: 100%;
}
@media (max-width: 992px) {
  .link-followus .followus {
    margin-top: 20px;
  }
}
.footer {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #000;
  color: #a2a2a2;
}
.footer .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #4e4e4e;
}
.footer .split {
  margin: 0 15px;
  font-size: 18px;
}
.footer a {
  color: #a2a2a2;
  font-size: 18px;
}
.footer .content {
  padding-top: 20px;
}
.footer .content a {
  margin-right: 20px;
}
.footer .dib {
  display: inline-block;
}
.rigthButtons {
  position: fixed;
  width: 33px;
  right: 20px;
  top: 81%;
  margin-top: -100px;
  z-index: 100;
  opacity: 0.8;
}
.rigthButtons img {
  cursor: pointer;
}
.rigthButtons div {
  background-color: #004578;
  width: 33px;
}
.rigthButtons .onLineServe {
  margin-top: 100px;
  margin-left: -73px;
}
/*返回顶部按钮*/
.toTop-btn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
/*分类检索*/
.class-search {
  background: #959595;
  width: 225px;
  margin-left: 27px;
  border-radius: 5px;
  position: relative;
}
.class-search input {
  font-size: 14px;
  border: none;
  padding: 4px 4px 4px 12px;
  color: #FFF;
  background: none;
  width: 185px;
  height: 30px;
}
.class-search input:focus {
  outline: none;
}
.class-search input::-moz-placeholder {
  color: #FFF;
}
.class-search input::-webkit-input-placeholder {
  color: #FFF;
}
.class-search input:-ms-input-placeholder {
  color: #FFF;
}
.class-search button {
  width: 39px;
  height: 28px;
  position: absolute;
  top: 1px;
  right: 1px;
  border: none;
  border-radius: 5px;
  background: #004578;
}
.talk-img {
  margin: 0 0.1rem;
  border-radius: 50%;
  width: 0.5rem;
}
.logo-imgs {
  height: 0.7rem;
}
.dialogue-wrapper {
  font-size: 14px;
  color: #fff;
  /*右侧点击按钮*/
  /*底部客服对话框*/
}

/*end*/
@media (max-width: 1550px) {
  .main-wrap {
    padding: 0 10px !important;
  }
}
/* 头部 */
.header {
  font-size: 16px;
  background-color: #000;
}
.anp-top {
  height: 100px;
}
.anp-top .top-right {
  margin-top: 20px;
}
.anp-top .top-right .upload-text:hover,
.anp-top .top-right a:hover {
  font-weight: bold;
}
.anp-top .top-logo {
  width: 361px;
  height: 72px;
  margin: 14px 0 0 0;
}
.anp-top .top-right > div {
  display: inline-block;
  margin-left: 20px;
}
.anp-top .search-input {
  width: 200px;
  height: 30px;
  font-size: 14px;
  border: none;
  padding: 4px 12px;
  border-radius: 5px;
  background: #959595;
  color: #FFF;
}
.anp-top .search-input:focus {
  outline: none;
}
.anp-top .search-input::-moz-placeholder {
  color: #FFF;
}
.anp-top .search-input::-webkit-input-placeholder {
  color: #FFF;
}
.anp-top .search-input:-ms-input-placeholder {
  color: #FFF;
}
.anp-top .search-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background: none;
  border-radius: 4px;
}
.anp-top .search-btn:focus {
  text-decoration: none;
}
.anp-top .top-upload {
  cursor: pointer;
}
.anp-top .top-upload .iconfont {
  font-size: 18px;
}
.anp-top .login span {
  margin: 0 3px;
}
.anp-top .top-right .user-center {
  display: inline-block;
}
.anp-top .user-center {
  width: 100px;
  height: 37px;
  position: relative;
  top: 10px;
  left: 0px;
}
.anp-top .user-center .alarm {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 7px;
}
.anp-top .user-center .alarm .red-point {
  position: absolute;
  top: 0;
  right: 0;
  color: #e60012;
}
.anp-top .user-center .alarm a {
  padding: 5px;
}
.anp-top .user-center .alarm a span {
  font-size: 18px;
}
.anp-top .user-center .alarm ul {
  position: absolute;
  display: none;
  z-index: 10;
  top: 40px;
  right: -68px;
  width: 300px;
  border: 1px solid #2c2d2f;
  border-bottom: none;
  background: #00101b;
}
.anp-top .user-center .alarm ul li {
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid #2c2d2f;
}
.anp-top .user-center .alarm ul li .red-point {
  position: relative;
  top: 5px;
  color: #e60012;
}
.anp-top .user-center .alarm ul .more {
  text-align: center;
}
.anp-top .user-center .user {
  position: absolute;
  left: 40px;
  top: 0;
  width: 60px;
}
.anp-top .user-center .user .avatar {
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  background: #fff;
}
.anp-top .user-center .user .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.anp-top .user-center .user .iconfont {
  cursor: pointer;
}
/* 菜单 */
.menubar {
  border-top: 1px solid #393939;
}
.menubar .nav-list li {
  float: left;
}
.menubar .nav-list li a {
  display: block;
  padding: 22px 25px;
}
.menubar .nav-list li a:hover {
  color: #FFF;
  background: #004578;
}
.menubar .nav-list li a.active {
  background: #004578;
}
.main-nav {
  font-size: 14px;
  padding: 20px 0;
}
.main-nav .switch .iconfont {
  margin-right: 3px;
}
.breadcrumb {
  background: none;
  margin: 5px 0 0 0;
  padding: 0;
}
.breadcrumb .active {
  color: #e3b37b;
}
.breadcrumb > li + li:before {
  content: "\003E";
}
.breadcrumb > li:first-child:before {
  content: " ";
  display: inline-block;
  width: 4px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
  background: #e3b37b;
}
.switch .switch-btn:hover {
  cursor: pointer;
  color: #e3b37b;
}
.switch .normal {
  margin-right: 23px;
}
.switch .normal .iconfont {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.switch .masonry .iconfont {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: 1px;
}
.switch .active {
  color: #e3b37b;
}
.main-nav-search {
  border-radius: 5px;
  position: relative;
}
.main-nav-search input {
  height: 30px;
  font-size: 14px;
  border: none;
  padding: 4px 4px 4px 12px;
  color: #FFF;
  background: none;
}
.main-nav-search input:focus {
  outline: none;
}
.main-nav-search input::-moz-placeholder {
  color: #FFF;
}
.main-nav-search input::-webkit-input-placeholder {
  color: #FFF;
}
.main-nav-search input:-ms-input-placeholder {
  color: #FFF;
}
.main-nav-search button {
  width: 39px;
  height: 28px;
  position: absolute;
  top: 1px;
  right: 1px;
  border: none;
  border-radius: 5px;
  background: #004578;
}
.main-nav-search.normal {
  float: right;
  background: #959595;
  width: 225px;
  margin-left: 27px;
}
.main-nav-search.normal input {
  width: 185px;
  height: 30px;
}
.advanced-search .search-select {
  width: 103px;
}
.advanced-search .search-select select.form-control {
  border: 1px solid #004578;
  border-radius: 5px;
  background: #004578;
  height: 30px;
  font-size: 14px;
  padding: 4px 12px;
}
.advanced-search .main-nav-search.user-center {
  background: #323232;
  margin-right: 10px;
}
.advanced-search .main-nav-search.user-center input {
  width: 588px;
}
body.login-all-page {
  background: #475770 url(../img/login_big.jpg) no-repeat;
  background-size: 80%;
  height: 100%;
}
body.login-all-page .process-btn {
  background: #8d7866;
}
body.login-all-page .process-btn:hover {
  background: #a98e77;
}
#btn_login{
  transition: all 0.5s ease-in-out;
  border:none;
}
#btn_login.disable{
  cursor: default;
  background-color: #999;
}
.login-logo {
	display: none;
  width:20%;
  /*height: 0.94rem;*/
  -webkit-background-size: cover;
  position: absolute;
  top: 0.45rem;
  left: 0.75rem;
}
.login-logo a {
  display: block;
}
.login-logo a img {
  display: block;
  width: 100%;
}
.right-box {
  width: 447px;
  float: right;
  font-size: 14px;
  min-height: 100%;
  background: url(../img/zt_bg.png) repeat;
  position: relative;
  padding-bottom: 120px;
  color: #fefefe;
}
.right-box .lang {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 14px;
}
.right-box .server-btn {
  position: absolute;
  bottom: 40px;
  right: 27px;
  width: 107px;
  height: 41px;
  background: #004578;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 40px;
  padding: 0 10px;
}
.right-box .server-btn .iconfont {
  font-size: 20px;
  vertical-align: middle;
}
.right-box .login-title.active {
  color: #e3b37b;
  border-bottom: 3px solid #e3b37b;
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
}
.right-box .login-title {
  padding: 5px 10px;
  display: inline-block;
  font-size: 18px;
}
.right-box .head {
  color: #fefefe;
  margin-bottom: 24px;
  text-align: center;
}
.right-box .head p {
  font-size: 20px;
}
.right-box .head p:first-child {
  font-size: 26px;
}
.right-box .head p:first-child img{
  width: 100%;
}
.res-know-page.right-box .head p:first-child img,
.res-upload-page.right-box .head p:first-child img,
.res-download-page.right-box .head p:first-child img {
  width: 50%;
}
.res-know-page.right-box{
  padding-bottom: 0;
}
.right-box .text-link {
  text-align: center;
  margin-top: 20px;
  color: #b5b5b5;
}
.right-box .text-link a:link,
.right-box .text-link a:visited {
  color: #d0a475;
}
.right-box .text-link a:hover,
.right-box .text-link a:active {
  color: #c9955d;
}
.res-choose-page .content-wrap.content-wrap {
  margin-top: -67px;
}
.res-choose-page .head {
  margin-bottom: 29px;
}
.res-choose-page .head .desc {
  font-size: 14px;
  margin-top: .2rem;
}
.res-choose-page .user-choose {
  width: 244px;
  margin-left: auto;
  margin-right: auto;
}
.res-choose-page .user-choose a {
  display: inline-block;
  text-align: center;
}
.res-choose-page .user-choose a:link,
.res-choose-page .user-choose a:visited {
  color: #b5b5b5;
}
.res-choose-page .user-choose a:hover,
.res-choose-page .user-choose a:active {
  color: #e3b37b;
}
.res-choose-page .user-choose a:hover .iconfont,
.res-choose-page .user-choose a:active .iconfont {
  color: #e3b37b;
}
.res-choose-page .user-choose .iconfont {
  font-size: 53px;
  color: #b5b5b5;
  line-height: 45px;
}
.res-know-page {
  width: 724px;
}
.res-know-page .btn-wrap {
  margin-left: 110px;
  margin-top: 16px;
}
.res-know-page .btn-wrap a {
  padding: 8px 60px;
}
.res-know-page .btn-wrap a + a {
  margin-left: 10px;
}
.res-know-page .content-wrap {
  width: 560px;
  margin: 35px auto 0;
}
.res-know-page .content-wrap .accept-radio {
  font-size: 12px;
  margin-top: 10px;
  vertical-align: middle;
}
.res-know-page .content-wrap .accept-radio label {
  font-weight: 400;
}
.res-know-page .content-wrap .accept-radio input {
  position: relative;
  top: 2px;
}
.res-know-page .outer-container {
  border-top: 1px solid #798296;
  border-bottom: 1px solid #798296;
  width: 100%;
  height: 690px;
  position: relative;
  overflow: hidden;
}
.res-know-page .outer-container .know-content {
  position: absolute;
  left: 0;
  top: 20px;
  right: -17px;
  bottom: 30px;
  font-size: 14px;
  color: #c9c9c9;
  line-height: 24px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.res-know-page .outer-container .know-content h5 {
  font-weight: 600;
  color: #fff;
  margin-top: 28px;
  background: none!important;
}
.res-know-page .outer-container .know-content span{
  background: none!important;
}
.res-know-page .outer-container .know-content p{
  background: none!important;
  font-size: 14px!important;
}
.res-know-page .outer-container .iconfont {
  position: absolute;
  bottom: -2px;
  font-size: 22px;
  margin-left: -11px;
  left: 50%;
  color: #e5e5e5;
}
.login-page.login-weixin-page .weixin-code {
  text-align: center;
}
.login-page.login-weixin-page .weixin-code .desc {
  margin-top: 10px;
}
.login-page.login-weixin-page .content-wrap {
  margin-top: -150px;
}
.login-page.login-forget-page .text-link {
  margin-top: 20px;
}
.login-page.login-forget-page .content-wrap {
  margin-top: -223px;
}
.login-page.login-forget-page .group-code {
  position: relative;
}
.login-page.login-forget-page .group-code .form-control {
  padding-right: 95px;
}
.login-page.login-forget-page .group-code button {
  background: #3d6aad;
  position: absolute;
  right: 10px;
  padding-left: 6px;
  padding-right: 6px;
  top: 15px;
}
.login-page .share-icon .icon-wrap {
  width: 105px;
  height: 60px;
  text-align: center;
  float: left;
  font-size: 12px;
  color: #a5a6a9;
}
.login-page .share-icon .icon-wrap .iconfont {
  color: #FFF;
  font-size: 25px;
}
.login-page .demarcation {
  height: 50px;
  line-height: 60px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
  color: #949597;
}
.login-page .demarcation .line {
  display: inline-block;
  width: 35%;
  border-top: 1px solid #949597;
}
.login-page .demarcation .txt {
  vertical-align: middle;
  font-size: 14px;
}
.login-page .text {
  text-align: center;
  margin-top: 15px;
}
.login-page .text-link {
  margin-top: 0;
}
.login-page .content-wrap {
  width: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -233px;
}
.login-page .content-wrap .title-wrap {
  margin-bottom: 55px;
}
.login-page .content-wrap .title-wrap .login-title {
  margin-left: 59px;
}
.login-page .content-wrap .title-wrap .login-title + .login-title {
  margin-left: 85px;
}
.login-big-form .form-control {
  background: #3e475b!important;
  border-color: #3e475b;
  height: 52px;
  padding: 15px 12px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #3e475b inset !important;
}

.login-big-form .login-btn {
  height: 52px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding-top: 12px;
}
.res-upload-page .content-wrap,
.res-download-page .content-wrap
{
  margin-top: 110px;
}
.res-upload-page .content-wrap .login-title ,
.res-download-page .content-wrap .login-title {
  margin: 0 0 35px 156px;
}
.login-small-form {
  font-size: 12px;
}
.login-small-form .btn-wrap {
  /*width: 277px;*/
  margin-left:100px;
  margin-top: 12px;
}
.login-small-form .btn-wrap a{
  margin-right: 10px;
}
.login-small-form .btn-wrap .process-btn {
  width: 91px;
  text-align: center;
  border: none;
}
.login-small-form .btn-wrap .submit {
  /*float: left;*/
}
.login-small-form .btn-wrap .reset {
  /*float: right;*/
}
.login-small-form .form-group {
  margin-bottom: 6px;
}
.login-small-form .form-group .control-label {
  float: left;
  width: 90px;
  font-weight: normal;
  padding-top: 7px;
  text-align: right;
  margin-right: 10px;
}
.login-small-form .form-group .right-wrap {
  width: 70%;
  float: left;
}
.login-small-form .form-group .right-wrap {
  width: 300px;
  position: relative;
}
.login-small-form .form-group .form-control {
  font-size: 12px;
  background: #3e475b;
  border-color: #3e475b;
  height: 28px;
  padding: 3px 10px;
}
.login-small-form .form-group select {
  color: #b5b5b5;
}
.login-small-form .form-group textarea.form-control {
  height: 78px;
  resize: none;
}
.login-small-form .form-group .radio-wrap {
  padding-top: 4px;
  line-height: 21px;
}
.login-small-form .group-sex .radio-inline {
  margin-left: 20px;
  margin-right: 15px;
}
.login-small-form .group-phone .phone {
  width: 170px;
  height: 100%;
  float: left;
  position: relative;
  background: #3e475b;
}
.login-small-form .group-phone .phone .form-control {
    width: 101px;
    padding:3px;
    /* padding-right: 20px; */
}
.login-small-form .group-phone .phone button {
  position: absolute;
  right: 3px;
  top: 3px;
  margin-top: 0;
  font-size: 10px;
  background: #2970b0;
  padding-left: 1px;
  padding-right: 1px;
}
.login-small-form .group-phone .ver-code {
  width: 130px;
  float: left;
}
.login-small-form .group-phone .ver-code label {
  width: 54px;
  margin-right: 0;
  padding-right: 8px;
}
.login-small-form .group-phone .ver-code .form-control {
  width:76px;
}
.login-small-form .address-group select.address-select {
  width: 96px;
  float: left;
  margin-bottom: 6px;
}
.login-small-form .address-group select.address-select + .address-select {
  margin-left: 6px;
}
.resetIcon{
  top: 15px;
}
.eyesIcon{
  top: 15px;
}
.captchaBox{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.captchaBox div{
  width: 50%;
}
.phoneResetIcon{
  right: 100px;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
} 