﻿@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 16px;
}

#hides {
  display: none;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

/*head.css*/
/*页面整形CSS   请勿删除和覆盖   hy*/
#bg {
  width: 100%;
}

.head {
  width: 100%;
  height: 120px;
  background: url(../img/header_common.jpg) no-repeat;
  background-size: 100% 100%;
}

.head .headL {
  width: 650px;
  height: 100%;
  text-align: center;
  float: left;
  display: inline-block;
}

.head .headL img.headLogo {
  padding-top: 28px;
  float: left;
  margin-left: 70px;
}

.head .headR {
  width: auto;
  display: inline-block;
  text-align: right;
  position: absolute;
  top:58px;
}

.head .headR .p1 {
  padding-top: 30px;
  font-size: 18px;
  color: white;
  display: inline-block;
  cursor: pointer;
}

.head .headR .p2 {

}

.head .headR .p2 a {
  font-size: 14px;
  padding-top: 12px;
  display: inline-block;
  color: white;
  cursor: pointer;
}

/*head.html  弹出框关闭*/
.closeOut {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.39);
  position: fixed;
  top: 0px;
  display: none;
}

.closeOut .coDiv {
  width: 20%;
  margin: auto;
  background-color: #fff;
  position: relative;
  top: 30%;
  text-align: center;
}

.closeOut .coDiv .p1 {
  position: relative;
  top: 5px;
  left: 45%;
}

.closeOut .coDiv .p1 span {
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #fff;
  background-color: #3695cc;
  border-radius: 15px;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
}

.closeOut .coDiv .p2 {
  font-size: 18px;
  margin-top: 20px;
}

.closeOut .coDiv .p3 {
  margin-top: 20px;
}

.closeOut .coDiv .p3 .ok {
  display: inline-block;
  width: 100px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #3695cc;
  line-height: 40px;
  margin-left: 25px;
  margin-right: 25px;
  color: #333;
  font-size: 16px;
  margin-bottom: 65px;
}

.closeOut .coDiv .p3 .no {
  background-color: #3695cc;
  color: #fff;
}

/*******left页面css*******/
.contentBox{
  overflow:auto;
}
.container {
  /*height: 100%;*/
  margin: auto;
  /*position: absolute;*/
}
.ceshi{
  float:right;
  height:100%;
  width:10px;
}
.leftsidebar_box {
  width: 249px;
  float:left;
  height: 100%;
  margin-left: 5px;
  /*background-color: #f2f2f2;*/
}
.leftsidebar_box dl{
  margin-bottom:8px;
}

.leftsidebar_box dt {
  /*background: url(../img/nav.png) no-repeat;*/
  background:#f5f5f5;
  border: 1px solid #ebebeb;
  /*background-size: 100% 100%;*/
  color: #000;
  font-size: 18px;
  position: relative;
  line-height: 40px;
  cursor: pointer;
  /*border-right: 1px solid #dedede;*/
  /*padding-left: 40px;*/
  margin-bottom: 0px;
  border-radius: 5px;
  /*padding-right: 30px;*/
  font-weight: 900;
}
.leftsidebar_box dt a{
  display:block;
  text-align: center;
}
.leftsidebar_box dd {
  display: block;
  position: relative;
  background-color: white;
  height: auto;
}
.leftsidebar_box dd b{
  min-width: 17px;
  height: 17px;
  line-height: 17px;
  background: #B3B3B3;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  left:140px;
  top:4px;
  padding:4px;
  font-size:18px;
  z-index:1000;
}
.leftsidebar_box dl:first-child b{
  background: #eea221;
}

.leftsidebar_box dd img{
  margin: 0 auto;
  display:block;
}
.leftsidebar_box .nav1 div{
  padding-bottom:10px;
}

.leftsidebar_box .nav1 div img{
  height:18px;
  margin: 0 auto;
  display:block;
}
.leftsidebar_box .nav1 div:last-child img{
  display:none;
}


.leftsidebar_box dd a {
  color: #333;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  padding: 5px 20px 5px 20px;
  position: relative;
  max-width: 200px;

}

.leftsidebar_box dd a img {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.leftsidebar_box dd a:hover {
  color: #106ea9;
}

.leftsidebar_box dt img.icon1 {
  display: none;
  position: absolute;
  top: 22px;
  right: 15px;
}

.leftsidebar_box dt img.icon2 {
  position: absolute;
  top: 20px;
  right: 15px;
}

.leftsidebar_box dt img.icon3 {
  display: none;
  position: absolute;
  top: 20px;
  right: 12px;
}

.leftsidebar_box dt img.icon4 {
  position: absolute;
  top: 20px;
  right: 12px;
}

.leftsidebar_box dd img.icon5 {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
}

.leftsidebar_box dd img.coin11 {
  display: none;
  position: absolute;
  top: 0px;
  left: 20px;
}

.leftsidebar_box dd img.coin22 {
  position: absolute;
  top: 0px;
  left: 20px;
}

.leftsidebar_box dl dd:last-child {
  /*padding-bottom: 10px;*/
}

.leftsidebar_box .line {
  background-color: #f9f9f9;
  color: #333;
  font-size: 18px;
  position: relative;
  line-height: 46px;
  cursor: pointer;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding-left: 30px;

}

.leftsidebar_box .line img {
  position: absolute;
  top: 10px;
  left: 10px;
}

.leftsidebar_box .menu_chioce1 {
  color: #FFFFFF;
  background: #22549D;
}

.leftsidebar_box .menu_chioce2 {
  color: #FFFFFF;
  background: #22549D;
}

/*left.css end*/

/*nav部分*/
.link_nav ul li {
  float: left;
  border-right: 1px solid #265aa7;
}

.link_nav ul {
  overflow: hidden;
  height: 50px;
  background: #23559D;
  padding-left: 20px;
  border-bottom: 1px solid #23559D;
}

.link_nav ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #f5f5f5;
  text-decoration: none;
  font-weight: normal;
  font-size: 24px;
  padding: 0 16px;
}

.link_nav ul li a:hover {
  background: #688cc2;
}

.link_nav ul li a.active {
  background: #fff;
  color: #22549D
}

.position {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 5px 0px 8px 0px;
}

.position img {
  margin-left: 15px;
  margin-bottom: 4px;
}

.content_main {
  margin-left: 190px;
}

.login_mag input {
  margin-left: 10px;
  margin-top: 4px;
}

.headL span {
  color: #3e3a39;
  font-weight: bold;
  font-size: 18px;
  display: block;
  float: left;
  margin: 51px 0 0 5px;
}

.headR .input_srarch {
  border: 1px solid #225baa;
  background: transparent;
  height: 30px;
  width: 260px;
}

.headR .quanwen_srarch {
  width: 53px;
  height: 33px;
  border: none;
  background: url(../img/qq20171014123110.png) no-repeat;
  background-size: cover;
}

.nav a {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-weight: bold
}

@media screen and (max-device-width: 1600px) {
  .link_nav ul li a {
    font-size: 22px;
  }

  .leftsidebar_box dt {
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
  }

  .leftsidebar_box .line {
    font-size: 22px;
  }

  .leftsidebar_box dd a {
    font-weight: normal !important;
    font-size: 16px;
  }

  .leftsidebar_box dt a {
    font-weight: normal !important;
    font-size: 20px;
  }

  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-size: 24px;
  }

  .position span, .position a {
    font-size: 24px;
  }

  .headR i, .headR span {
    font-size: 16px !important;
  }

  #loginuser {
    /*margin-left: 10px !important;*/
  }

  #links a {
    font-weight: normal !important;
    font-size: 22px !important;
  }

  #links .sonnav a {
    font-size: 18px !important;
  }

  .position {
    height: 2px;
    line-height: 26px;
    font-size: 18px;
    margin: 5px 0 8px 0;
  }

  .main .header_ span, .main .show_ .swiper-slide div span {
    font-size: 18px !important;
  }
  .radiotype{
    font-size: 18px;
  }
}

@media screen and (min-device-width: 1601px) {
  .link_nav ul li a {
    font-size: 20px;
  }

  .leftsidebar_box dt {
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
  }

  .leftsidebar_box .line {
    font-size: 28px;
  }

  .leftsidebar_box dd a {
    font-weight: normal !important;
    font-size: 16px;
  }

  .leftsidebar_box dt a {
    font-weight: normal;
    font-size: 18px;
  }

  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-size: 30px;
  }

  .position span, .position a {
    font-size: 22px;
  }

  .headR i, .headR span {
    font-size: 16px !important;
    margin-left: 160px !important;
  }

  #links a {
    font-weight: normal !important;
    font-size: 26px !important;
  }

  #links .sonnav a {
    font-size: 24px !important;
  }

  .position {
    height: 4px;
    line-height: 34px;
    font-size: 24px;
    margin: 5px 0 8px 0;
  }

  .form-control {
    font-size: 24px !important;
  }

  .main .header_ span, .main .show_ .swiper-slide div span {
    font-size: 20px !important;
    margin-right: 5px;
  }

  table tr td, table,#defaultForm table td {
    font-size: 24px !important;
  }
  .conditions-left p span, .conditions-right p span{
    font-size: 24px;
  }
  .tab .tabul li{
    font-size: 24px;
  }

  .radiotype{
    font-size: 24px;
  }

}

@media screen and (min-device-width: 2000px) {
  .leftsidebar_box dt {
    line-height: 60px;
  }

  .leftsidebar_box dt img.icon1 {
    display: none;
    position: absolute;
    top: 27px;
    right: 15px;
  }

  .leftsidebar_box dt img.icon2 {
    position: absolute;
    top: 25px;
    right: 15px;
  }

}
img {
  border: none !important;
}
input{
  float: left;
}
label{
  float: left;
  margin-left: 30px;
  margin-right: 5px;
}

.form-group .sss{
  width: auto;
  float: left;
  margin-top: 10px;
}

.form_input .form-group {
  overflow: hidden;
  margin-top: 10px;
  padding-bottom: 10px;
  width: auto;
  float: left;
}

/* 1365一下  实际上是1280  */
@media screen and (max-width: 1365px) {
  .link_nav ul li a {
    font-size: 20px;
  }
  .leftsidebar_box dt a {
    font-weight: normal !important;
    font-size: 18px;
  }


}










/*统一头部样式*/
.new-head{
  width: 100%;
  height: 120px;
  background: url('../img/header_bg.jpg');
  background-size: cover;
}
.header-logo{
  cursor: pointer;
  margin: 30px 0 0 70px;
}
.header-font{
  cursor: pointer;
  margin: 36px 0 0 40px;
}
.new-login-user{
  float: right;
  width: 120px;
  height: 120px;
  cursor: pointer;
  margin: 0 20px 0 0;
}
.new-login-user img{
  width: 36px;
  display: block;
  margin: 30px 42px 10px;
}
.new-login-user .red-div{
  width: 100%;
  display: block;
  line-height: 32px;
  font-size:18px;
  color: red;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.new-login-user #loginuser{
  width: 100%;
  display: block;
  line-height: 32px;
  font-size:18px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.new-login-out{
  float: right;
  width: 100px;
  height: 120px;
  cursor: pointer;
  margin: 0 20px 0 0;
}
.new-login-out img{
  width: 36px;
  display: block;
  margin: 30px 32px 10px;
}
.new-login-out #loginout{
  width: 100%;
  display: block;
  line-height: 32px;
  font-size:18px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
