.clear-float::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

html {
  height: 100%;
}

.root {
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
}
/* sanjiao */
.triangle-icon {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 4px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: transform 200ms linear;
}

.triangle-blue {
  margin-right: 45px;
  border-top: 4px solid #00508b;
}

.triangle-block {
  margin-right: 0px;
  border-top: 4px solid #333333;
}

/*header  */
.logo-container {
  width: 100%;
  background: url(../image/top_backimg.png) no-repeat left top;
  background-size: 100% 100%;
}

.logo-header {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  height: 130px;
  align-items: center;
  justify-content: space-between;
}
.header_left {
  display: flex;
  align-items: center;
  position: relative;
}
.index-logo-img {
  margin-right: 20px;
}
.index-logo-img > img {
  width: 97px;
}

.logo-text {
  color: rgba(21, 52, 142, 1);
  font-size: 24px;
}
.logo-text img {
  height: 68px;
}
.qh_btn {
  position: absolute;
  left: 420px;
  top: 20px;
  background: linear-gradient(180deg, #00bbf9, #0160eb);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  width: 120px;
  cursor: pointer;
  height: 30px;
  outline: none;
  border-radius: 30px;
}
img {
  border: none;
}
a,
input,
span,
label,
li,
button,
dl,
div,
table {
  -webkit-tap-highlight-color: transparent;
  /* -webkit-appearance: none; */
}
textarea,
button,
input {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.header-right {
}

.header-calendar {
  margin-bottom: 11px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 13px;
}

.header-calendar-font {
  margin-bottom: 11px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #ff5722;
  line-height: 13px;
  cursor: pointer;
}

.header-right-btn-container {
  text-align: right;
}

.header-login-btn {
  width: 71px;
  height: 36px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 1px solid rgba(102, 175, 233, 1);
  margin-right: 15px;
  cursor: pointer;

  font-size: 14px;
  font-family: PingFangHK-Medium;
  font-weight: 500;
  color: rgba(102, 175, 233, 1);
  line-height: 36px;
}

.header-register-btn {
  width: 71px;
  height: 36px;
  background: rgba(102, 175, 233, 1);
  border-radius: 4px;
  border: none;
  cursor: pointer;

  font-size: 14px;
  font-family: PingFangHK-Medium;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
}

.nav-container {
  width: 100%;
  height: 51px;
  background: #107bc9;
}

.nav {
  width: 1280px;
  margin: 0 auto;
  height: 100%;
}

.nav-menu-1 {
  position: relative;
  width: 9%;
  height: 100%;
  /*padding: 0 30px;*/
  float: left;
  cursor: pointer;
}
.nav-menu-2 {
  position: relative;
  padding: 0 30px;
  float: left;
  cursor: pointer;
}

.nav-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px !important;
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 51px;
  text-align: center;
}

.nav-menu-1:hover {
  background: #3a9cf1 !important;
}


.nav-menu-1-focus {
  background: #003451;
}

.nav-link:hover {
  color: #ffffff;
  background: #3a9cf1 !important;
}

.nav-menu-1:hover .triangle-icon {
  transform: rotate(-180deg);
}

.nav-menu-1:hover .nav-menu-2 {
  max-height: 120px;
}

.nav-menu-2 {
  overflow: hidden;
  max-height: 0px;
  width: 100%;
  background: #00508b;
  position: absolute;
  top: 55px;
  left: 0;
  transition: max-height 200ms linear;
  z-index: 100;
}

.nav-menu-2-item:hover {
  background: #003451;
}
/*轮播图*/
.z_adbg {
  position: relative;
}
.slideBox {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.slideBox ul {
  width: 100%;
  float: left;
}
.slideBox ul li {
  height: 340px;
  float: left;
  position: relative;
}
.slideBox ul li a {
  display: contents;
}
.slideBox ul li img {
  width: 100%;
  height: 340px;
}
.num_slide {
  position: absolute;
  bottom: 14px;
  width: 100%;
}
.num_slide ul {
  display: flex;
  justify-content: center;
}
.num_slide ul li {
  display: inline-block;
  font-size: 0;
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
}
.num_slide ul li.current2 {
  background: rgba(255, 255, 255, 0.9);
}

/*政策法规、工作动态、通知公告*/
.news_container {
  background: #f0f2f5;
  padding: 30px 0;
}
.news_item {
  width: 1280px;
  margin: 0 auto;
}
.news_item_next {
  padding: 20px 20px 0 20px;
  background: #fff;
}
.list_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.list_box ul {
  display: flex;
}
.list_box ul li {
  padding: 10px;
  cursor: pointer;
}
.list_box ul li.actr {
  color: #0085eb;
  border-bottom: 2px solid #0085eb;
}
.list_box a {
  color: #333333;
  font-size: 14px;
}
.courhid {
  display: none;
}
.courblo {
  display: block;
}
.news_modal_box {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.img_box {
  overflow: hidden;
  height: 200px;
  position: relative;
}
.img_box img {
  display: block;
  margin-bottom: 10px;
  transition: all 0.5s;
  cursor: pointer;
}
.img_box tj {
  position: absolute;
  right: 0;
  font-size: 12px;
  padding: 2px 15px 2px 15px;
  cursor: pointer;
  top: 10px;
  background: #0cf;
  color: #fff;
  border-radius: 3px 0 0 3px;
  line-height: normal;
}
.img_box img:hover {
  transform: scale(1.3);
}
.news-modal1 {
  width: 380px;
}
.news-modal1 p {
  color: #0085eb;
  font-weight: bold;
  font-size: 16px;
}
.news-modal1 span {
  color: #999;
  font-size: 14px;
  padding: 8px 0;
  display: block;
}
.news-modal1 button {
  border: 1px solid #ededed;
  color: #999;
  width: 100%;
  height: 40px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}
.news-modal1 button:hover {
  background: #0085eb;
  color: #fff;
  transition: all 0.7s;
}
.news-modal2 {
  width: 820px;
}
.news-modal2 ul {
}
.news-modal2 ul li {
  float: left;
  border: 1px solid #ededed;
  padding: 10px;
  display: flex;
  width: 360px;
  margin-bottom: 20px;
}
.news-modal2 ul li:nth-of-type(2n) {
  float: right;
}
.news-modal2 ul li:hover .xh_box {
  background: #0085eb;
  color: #fff;
  transition: all 0.5s;
}
.news-modal2 ul li:hover .p_cont p {
  color: #0085eb;
  transition: all 0.5s;
}
.xh_box {
  background: #ababab;
  color: #fff;
  text-align: center;
  width: 140px;
  padding: 20px 0;
  margin-right: 16px;
}
.xh_box p {
  font-size: 16px;
  color: #fff;
}
.xh_box span {
  font-size: 14px;
  color: #fff;
}
.p_cont {
}
.p_cont p {
  font-size: 16px;
  color: #333;
  width: 260px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p_cont span {
  font-size: 14px;
  color: #999;
}

/*尾部*/
.footer-cpy {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: rgba(1, 36, 65, 1);
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: rgba(230, 230, 230, 1);
}
.footer-cpy p {
  padding: 5px 0;
}

/* 技术库 */
.project_show_title_ch {
  height: 60px;
  font-size: 22px;
  font-family: "PingFangSC-Medium";
  font-weight: 600;
  color: #00508b;
  line-height: 60px;
  text-align: center;
  background: #f3faff;
  position: relative;
}

.project_show_title_ch > img {
  width: 115px;
  margin: 0 15px;
}

.expertMore {
  vertical-align: middle;
  color: #666666;
  font-size: 14px;
  position: absolute;
  right: 310px;
  top: 0px;
  cursor: pointer;
}
.project_show_title_en {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.tec_hub_content {
  position: relative;
  width: 100%;
  background-image: url(../image/tecbackground.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tec_hub_item {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.pre_medical,
.cli_medical,
.gua_medical,
.ch_medical,
.more_medical,
.xk_medical {
  display: inline-block;
  vertical-align: top;
  height: 180px;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
  width: 150px;
  padding: 20px 0;
}

.medical_hover > p {
  width: 40px;
  height: 40px !important;
  margin: 0 auto;
  margin-top: 27px;
}

.medical_hover > span {
  height: 17px !important;
  margin: 0 auto;
  display: block;
  margin-top: 27px;
}

.pre_medical:hover .yxmsp {
  background-image: url(../image/yxmsl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pre_medical:hover .yxmsspan {
  background-image: url(../image/yxmsl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 70.2px;
}

.medical_active .yxmsp {
  background-image: url(../image/yxmsl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.medical_active .yxmsspan {
  background-image: url(../image/yxmsl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 70.2px;
}

.yxmsp {
  background-image: url(../image/yxmsb-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.yxmsspan {
  background-image: url(../image/yxmsb.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 70.2px;
}

.jbfzgcp {
  background-image: url(../image/jbfzgcb-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.jbfzgcspan {
  background-image: url(../image/jbfzgcb.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 106.3px;
}

.cli_medical:hover .jbfzgcp {
  background-image: url(../image/jbfzgcl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cli_medical:hover .jbfzgcspan {
  background-image: url(../image/jbfzgcl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 106.3px;
}

.medical_active .jbfzgcp {
  background-image: url(../image/jbfzgcl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.medical_active .jbfzgcspan {
  background-image: url(../image/jbfzgcl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 106.3px;
}

.gylbp {
  background-image: url(../image/gylbb-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.gylbspan {
  background-image: url(../image/gylbb.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 69.9px;
}

.gua_medical:hover .gylbp {
  background-image: url(../image/gylbl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.gua_medical:hover .gylbspan {
  background-image: url(../image/gylbl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 69.9px;
}

.medical_active .gylbp {
  background-image: url(../image/gylbl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.medical_active .gylbspan {
  background-image: url(../image/gylbl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.rtxtp {
  background-image: url(../image/rtxtb-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.rtxtspan {
  background-image: url(../image/rtxtb.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 70.4px;
}

.ch_medical:hover .rtxtp {
  background-image: url(../image/rtxtl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ch_medical:hover .rtxtspan {
  background-image: url(../image/rtxtl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 70.4px;
}

.medical_active .rtxtp {
  background-image: url(../image/rtxtl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.medical_active .rtxtspan {
  background-image: url(../image/rtxtl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 70.4px;
}

.xklyp {
  background-image: url(../image/kxlyb-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.xklyspan {
  background-image: url(../image/xklyb.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 70.2px;
}

.xk_medical:hover .xklyp {
  background-image: url(../image/kxlyl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.xk_medical:hover .xklyspan {
  background-image: url(../image/xklyl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 70.2px;
}

.medical_active .xklyp {
  background-image: url(../image/kxlyl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.medical_active .xklyspan {
  background-image: url(../image/xklyl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 70.2px;
}

.gdp {
  background-image: url(../image/gdb-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.gdspan {
  background-image: url(../image/gdb.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 33.6px;
}

.more_medical:hover .gdp {
  background-image: url(../image/gdl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.more_medical:hover .gdspan {
  background-image: url(../image/gdl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 33.6px;
}

.medical_active .gdp {
  background-image: url(../image/gdl-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.medical_active .gdspan {
  background-image: url(../image/gdl.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 33.6px;
}

.medical_hover:hover {
  background: #accdf7;
  /* font-size: 16px; */
  cursor: pointer;
}

.medical_active {
  background: #accdf7;
  /* font-size: 16px; */
  cursor: pointer;
}

.medical_hover p {
  height: 48px;
  font-size: 16px;
}

.tec_hub_content img {
  width: 24px;
  height: 24px;
}

.line {
  margin: 19px 0 0 0;
}

.tec_hub_list {
  height: 170px;
  background: rgba(247, 247, 247, 1);
  /* padding: 40px 168px 40px 210px; */
  overflow: hidden;
}

.scroll_container {
  position: relative;
  top: 0;
  transition: 300ms top linear;
}

.tec_hub_center {
  width: 950px;
  margin: 0 auto;
  height: 170px;
}

.tec_hub_list p span {
  height: 20px;
  font-size: 16px;
  color: rgba(57, 57, 77, 1);
  line-height: 20px;
}

.tec_hub_list p {
  padding: 25px 30px 0px 65px;
}

.tec_hub_list_first {
  position: absolute;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.point-gray {
  width: 6px;
  height: 6px !important;
  background: #b9b9b9;
  border-radius: 20px;
  margin-right: 10px;
  display: inline-block;
}

.tec_hub_list_second {
  margin-left: 550px;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

/* 专家库 */
.people_container {
  background: #f9fdff;
}

#people_swiper_content {
  width: 1280px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}

#people_swiper_content ul {
  width: 1280px;
  position: relative;
}

#people_swiper_content ul li {
  height: 284px;
  float: left;
  margin: 0 18px;
  position: relative;
}

#people_swiper_content ul li:hover {
  cursor: pointer;
}

#people_swiper_content ul li img {
  width: 216px;
  height: 284px;
  display: inline-block;
}

#people_swiper_content ul li p {
  width: 216px;
  height: 46px;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  text-indent: 2em;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 46px;
}

#people_swiper_content ul li p > span {
  font-size: 14px;
  margin-left: 5px;
}

/*视频库*/
.video_box {
  background: url(../image/video_bg.png) no-repeat left top;
  background-size: 100% 100%;
}
.video_swiper_content {
  width: 1280px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
.video_swiper_content ul {
  width: 1280px;
  position: relative;
}

.video_swiper_content ul li {
  float: left;
  margin: 0 15px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}

.ieimg {
  width: 226px;
  height: 244px;
  display: block;
}
.play_box {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 3;
  width: 226px;
}
.play_box img {
  width: 70px;
  margin-left: 80px;
  padding-bottom: 90px;
}
.play_box p {
  width: 226px;
  height: 46px;
  background: rgba(255, 255, 255, 0.7);
  color: #00508b;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.video_swiper_content ul li:hover::after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 10px;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* 回到顶部 */
.go-top-icon {
  width: 50px;
  height: 79px;
  position: fixed;
  bottom: 100px;
  right: 78px;
  z-index: 99999;
}

.go-top-icon img {
  width: 50px;
  height: 79px;
}

.go-top-icon:hover {
  cursor: pointer;
}

.province_box {
  width: 900px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1002;
  height: 521px;
  background-color: white;
  border-radius: 5px;
  padding: 20px 30px;
}
.province_box:after {
  content: "";
  display: block;
  clear: both;
}
.province_box .top_box {
  width: 100%;
  float: left;
}
.province_box .layer_tit {
  float: left;
  font-size: 16px;
  color: #333333;
}
.province_box .top_box img {
  width: 15px;
  height: 15px;
  float: right;
  display: block;
  cursor: pointer;
}
.province_box .cent_box {
  width: 100%;
  float: left;
  margin-top: 15px;
}
.province_box .cent_box:after {
  content: "";
  display: block;
  clear: both;
}
.province_box .cent_cli {
  width: 150px;
  height: 40px;
  float: left;
  font-size: 15px;
  color: #333333;
  background-color: #f2f7fb;
  border-radius: 50px;
  margin:0 auto;
  cursor: pointer;
  text-align: center;
  line-height:40px;
}
.province_box .cent_box input:nth-child(5n - 4) {
  margin-left: 0;
}
.province_box .cent_cli:hover {
  color: white;
  background-color: #3a9cf1;
}
.province_box .cent_cli:focus {
  color: white;
  background-color: #3a9cf1;
  box-shadow: 0 0.2rem 0.5rem #e9e9e9;
}
.province_box .foot_box {
  float: right;
  margin-top: 25px;
}
.province_box .foot_box input {
  width: 108px;
  height: 35px;
  float: left;
  border-radius: 50px;
  cursor: pointer;
}
.province_box .left_cli {
  color: #3a9cf1;
  margin-right: 20px;
  background-color: white;
  border: 1px solid #f2f2f2;
}
.province_box .right_cli {
  color: white;
  background-color: #3a9cf1;
}
.province_box input {
  outline: none;
  border: none;
}

.zhe_box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1001;
}

a:hover {
  color: #777;
}
a {
  color: #777;
}

a:active,
a:hover {
  outline: 0;
}

.location-link {
  height: 48px;
  width: 1145px;
  margin: 0 auto;
  padding: 14px 30px;

  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
}

/* 主体区域 */
.main-container {
  width: 1145px;
  margin: 0 auto;
  background: #ffffff;
  min-height: 70px;
  padding-bottom: 350px;
}

.main-container-padding {
  padding: 40px;
}

.main-title {
  font-size: 24px;
  font-family: PingFangSC;
  font-weight: bold;
  color: #004780;
  line-height: 28px;
  padding-left: 12px;
  border-left: 3px solid #004780;
  margin-bottom: 30px;
}

.bgg-full-window {
  width: 100%;
  background: rgba(247, 247, 247, 1);
  position: relative;
}
#content-page {
  margin-top: 35px;
  text-align: center;
}

/* 模拟hover下拉框 */
.ldrk-timepicker {
  width: 1145px;
  margin: 0 auto;
  padding: 20px 0;
}

.ldrk-timepicker-key {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
  min-width: 50px;
  display: inline-block;
}

.ldrk-timepicker-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #deecff;
  padding: 5px 13px;
  margin-left: 10px;
}

.timepicker-select {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.timepicker-active {
  background: #76a9ef;
}
.timepicker-active > .timepicker-select {
  color: #ffffff !important;
}

.timepicker-select:hover ~ .timepicker-option-container {
  max-height: 204px;
}

.select-bottom-arrow:hover ~ .timepicker-option-container {
  max-height: 204px;
}

/* 地区 */
.timepicker-option::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

/*定义滚动条轨道 内阴影+圆角*/
.timepicker-option::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* border-radius: 3px; */
  background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
.timepicker-option::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #c2c2c2;
}

.select-bottom-arrow {
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}

.timepicker-option-container {
  transition: 0.2s max-height linear;
  position: absolute;
  left: -3px;
  top: 29px;
  max-height: 0;
  overflow: hidden;
  z-index: 10000;
  background-color: transparent;
}

.timepicker-option {
  margin: 4px;
  width: 115px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 4px 3px rgba(214, 214, 214, 0.5);
  border-radius: 4px;
  height: 190px;
  overflow-x: auto;
}

.timepicker-option-container:hover {
  max-height: 204px;
}

.timepicker-option a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
  padding: 8px 20px;
}

.timepicker-option a:hover {
  color: #00508b;
}

/* 搜索开始 */
.search_contents {
  float: right;
  vertical-align: middle;
}
.search_contents input {
  width: 155px;
  height: 35px;
  float: left;
  line-height: 35px;
  padding-left: 6px;
  font-size: 14px;
  background: rgba(238, 238, 238, 0.7);
  padding: 0 12px;
  border: 1px solid #f29600;
}
.search_dd {
  width: 110px;
  height: 60px;
  float: left;
  background: rgba(238, 238, 238, 0.7);
  line-height: 60px;
}
.search_dd span {
  display: inline-block;
  font-size: 16px;
  color: #666666;
}
.search_dd img {
  width: 10px;
  height: 6px;
  margin-left: 10px;
  margin-top: -4px;
}
.search_button {
  width: 35px;
  height: 35px;
  background: #f29600;
  float: left;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #f29600;
}
.search_button img {
  width: 16px;
  height: 16px;
}
.button_img{
  background-image: url('../image/common_search.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width:16px;
  height:16px;
  margin:10px 0 0 0;
}
/* 搜索结束 */
/* layui样式更改 */
.layui-form-label {
  width: 144px;
}
.layui-input {
  background: #fafafa;
  border-color: #ececec;
}
.layui-input-block {
  margin-left: 208px;
}
.layui-textarea {
  background: #fafafa;
  border-color: #ececec;
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #2d99f1;
}
.layui-btn-normal {
  background-color: #0077e2;
}
.selected_background {
  background: #3a9cf1;
}

.nav_selected {
  background: #3a9cf1;
}
.layui-form-text {
  width: 93%;
}
.layui-form-text > label {
  text-align: left;
  width: 100%;
  margin-left: 75px;
}
.layui-input-block {
  margin-left: 100px;
}


.layui-form {
  margin-top: 40px;
}
