﻿/*首页样式*/

.v_navbar {
  font-size: 20px;
  height: 30px;
  margin-top: 15px;
}

.v_navbar button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  padding-top: 10px;
  height: 60px;
  margin-top: -15px;
  border-radius: 0;
}

.v_navbar button:hover,
.v_navbar button:active,
.v_navbar button:focus,
.v_navbar.open>.dropdown-toggle.btn-default {
  background-color: rgba(0, 0, 0, 0);
}

.v_navbar ul {
  margin-top: 35px;
  font-size: 16px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.v_navbar ul li {
  margin-top: 10px;
}

/*按钮*/

.submenu {
  left: -6px;
  max-height: 0;
  position: absolute;
  top: 100%;
  z-index: 0;
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;
  -webkit-transform: translate3d(0, 0, 0);
}

.submenu li {
  opacity: 0;
  width: 150px;
  font-size: 15px;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  display: none\9;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.4s, -moz-transform 0.5s;
  -ms-transition: opacity 0.4s, -ms-transform 0.5s;
  -o-transition: opacity 0.4s, -o-transform 0.5s;
  transition: opacity 0.4s, transform 0.5s;
  border-bottom: 1px solid #333;
}

.submenu li:first-child {
  border-top: 1px solid #333;
}

.submenu li a {
  line-height: 40px;
  background: #131218;
  padding: 0 10px 0;
  white-space: nowrap;
}

.header-nav .submenu li:hover a {
  border-left: 2px solid #0099ff;
  border-radius: 0;
  color: #bfbfbf;
}

.header-nav>li:hover .submenu,
.menu>li:focus .submenu {
  max-height: 2000px;
  z-index: 10;
}

.header-nav>li:hover .submenu li,
.menu>li:focus .submenu li {
  opacity: 1;
  display: block\9;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 330px;
  }
}

.fadeInDown {
  overflow: hidden;
  animation-name: fadeInDown;
}

@keyframes fadeInDown1 {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 88px;
  }
}

.fadeInDown1 {
  animation-name: fadeInDown1;
}

@keyframes fadeInDown1li {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 40px;
  }
}

.fadeInDown1li {
  animation-name: fadeInDown1li;
}

@keyframes fadeInDownli {
  from {
    opacity: 0;
    margin-top: -30px;
  }
  to {
    opacity: 1;
    margin-top: 10px;
  }
}

.fadeInDownli {
  animation-name: fadeInDownli;
}

/*.form-bd .row{height: 65px;}*/

@media only screen and (min-width: 768px) {
  .form-bd .row {
    height: 65px;
  }
  .form-bd .row1 {
    height: 170px;
  }
  .form-bd .row2 {
    height: 160px;
  }
  .form-bd .row3 {
    height: 100px;
  }
}

.buttonr {
  width: 100%;
  height: 60px;
  text-align: right;
}

.buttonr button {
  margin-left: 20px;
}

.page-content .breadcrumb {
  padding-left: 30px;
}

.page-content .page-breadcrumb {
  /*margin-left: -20px;margin-bottom: 30px;*/
  margin-bottom: 10px;
}

.box {
  padding: 0 8px;
  border: 1px solid #666;
  font-size: 20px;
  cursor: pointer;
}

.modal-body-ul {
  padding: 0;
  border-top: 1px solid rgb(229, 229, 229);
  margin-top: 20px;
}

.modal-body-ul li {
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid rgb(229, 229, 229);
}

.modal-body-ul li:last-child {
  border: none;
}

.modalfont {
  font-size: 16px;
  display: inline-block;
  width: 40%;
}

.modal-body-ul li .fa {
  font-size: 30px;
  padding-top: 10px;
  vertical-align: bottom;
  width: 10%;
  cursor: pointer;
}

.modal-body-ul li .fa.fa-edit {
  width: 20%;
}

.modal-body-ul li .fa:hover {
  color: cornflowerblue;
}

.modal-body-ul li button,
.modal-body .addli button {
  margin-right: 20px;
}

.modal-body .addli {
  font-size: 16px;
  margin-top: 20px;
}

.modal-body .addli input {
  width: 40%;
  margin-right: 14%;
}

.modal-body .addli {
  display: none;
}

.modal-dialog {
  margin-top: 20vh;
}

.henxian {
  font-size: 30px;
  position: absolute;
  left: 0px;
  top: -8px;
}

.modal-body .editinput {
  border: none;
}

.bannerul {
  padding: 0;
}

.bannerul .close {
  width: 50px;
  height: 50px;
  background-color: #404040;
  border-radius: 50%;
  padding: 20px 25px;
  position: absolute;
  left: -15px;
  top: -10px;
  display: none;
}

.bannerul input[type="file"] {
  display: none;
}

.bannerul li {
  list-style: none;
  overflow: hidden;
}

.bannerul li img {
  width: 200px;
  height: 200px;
}

.bannertext {
  height: 300px;
  width: 60%;
  padding: 20px 50px;
  font-size: 20px;
}

.bannertext div {
  height: 25%;
}

.bannertext input {
  width: 80%;
}

.imgr {
  position: absolute;
  overflow: hidden;
  padding: 0;
}

.imgr img {
  width: 100%;
  height: 160px;
}

.imgr .close {
  width: 50px;
  height: 50px;
  background-color: #404040;
  border-radius: 50%;
  padding: 18px 20px 10px 10px;
  position: absolute;
  right: -15px;
  top: -10px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .imgr {
    position: relative;
  }
}

.bdh4 {
  margin: 20px 0px;
}

.tishi {
  margin: -10px 0px 20px;
  color: red;
}

.row-fluid:nth-child(1) {
  background-color: #fafafa;
  padding: 30px 0;
  margin-bottom: 20px;
}

.lablehui {
  color: #909090;
}

.lablehui2 {
  color: #666666;
}

.overhi {
  width: 100%;
  height: 100px;
  overflow: overlay;
}

.public_bj {
  background-color: #fafafa;
}

.clear {
  clear: none;
}

.dz_imgbjj {
  width: 300px;
  height: 150px;
}

.padding15 {
  padding: 15px 0px;
}

ul li {
  list-style: none;
  cursor: pointer;
}

.c_l {
  color: #1a7cd2;
}

.dp_ib {
  display: inline-block;
  width: 30px;
}

.pd_0 {
  padding: 0px !important;
}

.pd_01 {
  text-align: left;
}

.mt_b0 {
  margin-bottom: 0px;
}

.weight_01 {
  font-weight: bold;
}

.x_box {
  display: inline-block;
  width: 100%;
}

.phone {
  width: 200px;
}

.phone img {
  width: 200px;
}

.phone span {
  position: absolute;
  top: 5px;
  right: 10px;
}

.dtime {
  width: 200px;
}

.fontweight {
  font-weight: 700;
}

.tree.tree-unselectable .active {
  color: #0d68b9;
  background-color: #f0f7fc;
}

.bigger-130 {
  font-size: 20px;
}

/*new*/

input.input-dis {
  border: none;
  background-color: #f8faff;
  color: #7c9eb2;
}

.dd-handle:hover input.input-dis {
  background-color: #f4f6f7;
}

#modelzhe {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: none;
  top: 0;
}

.zhe-z {
  z-index: 101;
  position: inherit;
}

.newdd .dd-item>button:before {
  font-size: 10px;
}

.newdd .dd-handle,
.dd2-content {
  min-height: 38px;
  margin: 0;
  padding: 8px 12px;
  border: 0;
}

.newdd .dd-handle.active {
  background-color: #f4f6f7;
}

.menu-text {
  height: 42px;
  line-height: 42px;
  position: absolute;
}

.fa-tu {
  background-image: url(../../img/icon.png);
  width: 28px;
  height: 28px;
}

.fa-tu01 {
  background-position: -6px -4px;
}

.fa-tu02 {
  background-position: -68px -4px;
}

.fa-tu03 {
  background-position: -134px -4px;
}

.fa-tu04 {
  background-position: -197px -2px;
}

.fa-tu05 {
  background-position: -259px -4px;
}

.fa-tu06 {
  background-position: -323px -4px;
}

.current .fa-tu01,
li:hover .fa-tu01,
.active .fa-tu01 {
  background-position: -6px -44px;
}

.current .fa-tu02,
li:hover .fa-tu02,
.active .fa-tu02 {
  background-position: -68px -44px;
}

.current .fa-tu03,
li:hover .fa-tu03,
.active .fa-tu03 {
  background-position: -134px -44px;
}

.current .fa-tu04,
li:hover .fa-tu04,
.active .fa-tu04 {
  background-position: -197px -42px;
}

.current .fa-tu05,
li:hover .fa-tu05,
.active .fa-tu05 {
  background-position: -259px -44px;
}

.current .fa-tu06,
li:hover .fa-tu06,
.active .fa-tu06 {
  background-position: -323px -44px;
}

.box1-e2 {
  border: 1px solid #e2e2e2;
}

.padding15-0 {
  padding-bottom: 20px;
}

.fa-tu-chazhao {
  background-position: -132px -44px;
  margin-top: -40px;
  margin-right: 2px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.btn {
  padding: 8px 12px;
}

.shangchuan {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #1a7cd2;
  font-weight: 400;
  background-color: #e2e2e2;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

.upload_pic {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 5px;
  cursor: pointer;
}

.red {
  color: red;
}

/*-----denglu.css-------*/

body.login {
  background: url(../../img/background.png) no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
}

body.login .logo {
  height: 96px;
  line-height: 125px;
}
.loginnew-box{
  background-color: white;
  border-radius: 20px;  
  margin: 0 auto;
  box-shadow: -5px 4px 14px #99acf8;
  overflow: hidden;
}
.dl-nav {
  color: #fff;
  margin-left: 20px;
}

.dl-h2 h2 {
  font-size: 28px;
  color: #fff;
}

.login_m {
  width: 1170px;
  margin: 0 auto;
  margin-top: 12vh;
  height: 730px;
  overflow: hidden;
  min-height: 560px;
}

.login_m_xc {
  margin-left: 60px;
}

.login_m_pcimg {
  margin-top: 35px;
}

.login_boder {
  background-color: rgba(62, 113, 181, 0.3);
  overflow: hidden;
  width: 398px;
  height: 494px;
  margin: 25px auto 0;
  border-radius: 0px;
  margin-top: 25px;
}

.login_boder h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  text-align: center;
}

.login_magin_box {
  margin: 15px 14px;
  background-color: #fff;
  width: 372px;
  height: 464px;
  display: inline-block;
}

.login_padding_box {
  width: 326px;
  height: 100%;
  margin-left: 25px;
}

.login_boder_tb h2 {
  color: #3887ed;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  padding-top: 34px;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 10px;
  padding-left: 5px;
}

.hd_box {
  margin-left: 23px;
  margin-top: 5px;
  width: 290px;
}

.hd_box01 {
  margin-top: 35px;
  width: 100%;
  height: 40px;
  /*border: 1px solid #bfbfbf;*/
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}

.hd_box01 input {
  margin-left: 45px;
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
}

.hd_wh {
  width: 45px;
  height: 38px;
  background-color: #f5f5f5;
  position: absolute;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.hd_img {
  background-image: url(../../img/icon120XXX7.png);
  background-repeat: no-repeat;
}

.hd_postion1 {
  background-position: 8px -10px;
}

.hd_postion2 {
  background-position: 10px -79px;
}

.hd_postion3 {
  background-position: 8px -159px;
}

.hd_yzm_box {
  width: 89px;
  height: 40px;
  margin-left: 200px;
  margin-top: -64px;
  background-color: #c9c9c9;
  cursor: pointer;
}

.mydl {
  margin-top: 40px;
  width: 290px;
  height: 40px;
  background-color: #4990e6;
  overflow: hidden;
}

.mydl input {
  width: 100%;
  height: 40px;
  background-color: #4990e6;
  color: #fff;
  font-size: 18px;
  border: 1px solid#4990E6;
}

.hd_span_wz {
  margin-top: 10px;
  width: 290px;
  height: 25px;
}

.hd_span01 {
  float: left;
}

.hd_span02 {
  float: right;
}

/*---底部版权信息css----*/

.ftbar {
  height: 60px;
  overflow: hidden;
  z-index: 1200;
  position: absolute;
  left: 0;
  width: 100%;
}

.ft_content {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.ft_agn {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.login_magin_box .login_boder_tb a {
  width: 50%;
}

.login_magin_box .login_boder_tb .active:after {
  content: "";
  display: block;
  height: 2px;
  background: #4990e6;
  margin-top: -2px;
}

.login_magin_box .tab-content {
  border-width: 0;
  padding: 0;
}

/* 登录2 */

.login_m2 {
  width: 1200px;
  height: inherit;
  margin-top: 6vh;
}

body.login2 {
  background: url(../../img/bg3.png);
  background-size: cover;
}

.login_boder2 {
  width: 700px;
  height: 644px;
  background: transparent;
  /* padding-top: 20px; */
}

.login_magin_box2 {
  width: 478px;
  height: 455px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 70px;
}

.login_padding_box2 {
  width: 428px;
}

.hd_box2,
.mydl2,
.hd_span_wz2 {
  width: 382px;
}

.mydl2 {
  margin-top: 18px;
}

.hd_yzm_box {
  width: 100px;
  margin-left: 180px;
}

.hd_box2 .hd_box01 {
  margin-top: 18px;
  border-radius:4px;
}

.hd_box2 .hd_box01 select {
  width: 336px;
  height: 40px;
  margin-left: 45px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-width: 0;
 
}

.hd_postion4 {
  background: rgb(245, 245, 245) url(../../img/icon1.png) center no-repeat;
}

.login_magin_box2 h2 {
  padding: 17px 0 18px;
}

@media screen and (max-width:1640px) {
  .login_boder2 {
    margin-top: 0;
    padding-top: 0;
    width: 600px;
    height: 494px;
  }
  .login_magin_box2 {
    width: 378px;
    height: 430px;
  }
  .login_magin_box2 h2 {
    padding-top: 24px;
  }
  .hd_box2,
  .mydl2,
  .hd_span_wz2 {
    width: 282px;
  }
  .login_padding_box2 {
    width: 328px;
  }
  .hd_box2 .hd_box01 select {
    width: 236px;
    height: 40px;
    margin-left: 45px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-width: 0;
    
  }
  .hd_box2 .hd_box01 {
    margin-top: 12px;
  }
  .form-bd .row.addrows
  {
    height: auto;
  }
  .form-bd .addrow2{
    min-height: 65px;
    max-height: 200px;
    overflow-y: scroll;
    height: auto;
  }

}
.maxH
{

  height: 200px;
  max-height:230px;
  min-height: 80px;
 /* overflow-y: scroll;*/
}

.text_over
{
  height: 80px;
  width: 300px;
  overflow:hidden;
  white-space:normal;
  word-break:break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;

}
.hd_box2{
  width: 70% !important;
  margin-left: 15%;
}
.hd_wh{
  display: none;
}
.hd_box01 input{
  margin-left: 5px;
  width: 100%;
}
.hd_box2 .hd_box01 select{
  margin-left: 5px;
  width: 100%;
}
.hd_box2 .hd_box01{
  border-radius: 0;
  margin-top: 20px;
}
.mydl input{
  border-radius: 40px;
  overflow: hidden;
}
.mydl{
  width: 100% !important;
  border-radius: 40px !important;
  margin-top: 30px;
}