body {
  background: #F6F6F6;
}

/* home */
.top {
  padding: 10px 0;
  overflow: hidden;
}

.top .kh {
  float: left;
  margin-left: 20px;
  font-size: 32px;
  color: #121313;
  font-weight: bold;
  margin-top: 2px;
}

.top .tpr {
  margin: 15px 0;
}

.top .search {
  width: 299px;
  height: 36px;
  float: left;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #328AEC;
}

.top .search input {
  width: 232px;
  height: 36px;
  line-height: 36px;
  float: left;
  padding: 0 13px;
  background: none;
  border: 0;
  outline: 0;
}

.top .search button {
  width: 65px;
  float: right;
  text-align: center;
  height: 34px;
  background: #0998a6;
  border: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.top .search button i {
  font-size: 24px;
  color: #fff;
}

.top .search button:hover {
  background: #0ab1c2;
}

.top .reg {
  float: right;
  margin: 8px 0 0 56px;
  color: #999;
}

.top .reg a:hover, .top .reg a.a1 {
  color: #328AEC;
}

/* menu */
.nav {
  height: 48px;
  line-height: 48px;
  background: #0998a6;
}

.nav .menu {
  position: relative;
  z-index: 22;
}

.nav .menu a {
  color: #fff;
}

.nav .menu .nLi {
  float: left;
  width: 120px;
  text-align: center;
  margin-right: 25px;
  position: relative;
  display: inline;
}

.nav .menu .nLi h3 a {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}

.nav .menu .nLi:last-child {
  margin-right: 0;
}

.nav .menu .sub {
  display: none;
  width: 125px;
  left: 0;
  top: 48px;
  position: absolute;
  background: #fff;
  line-height: 35px;
  padding: 10px 0;
}

.nav .menu .sub li {
  zoom: 1;
}

.nav .menu .sub a {
  display: block;
  padding: 0 10px;
  color: #7B8EA2;
}

.nav .menu .sub a:hover {
  background: #F5F5F5;
  color: #328AEC;
  text-transform: unset;
}

.nav .menu .on h3 a {
  background: #F2C34A;
}

.date .layui-laydate .layui-this {
  background-color: #1971D2 !important;
  border-radius: 4px;
}

/* slide */
.slide {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
}

.slide .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  z-index: 1;
}

.slide .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slide .hd ul li {
  float: left;
  margin: 0 5px;
  width: 20px;
  height: 6px;
  border-radius: 5px;
  line-height: 34px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  cursor: pointer;
}

.slide .hd ul li.on {
  background: #fff;
}

.slide .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slide .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  height: 480px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* main */
.section1 {
  margin-top: -75px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 20px;
  background: #fff;
  box-shadow: 0px 0px 15px 1px rgba(173, 193, 222, 0.4);
  border-radius: 8px;
}

.section1 ul li {
  width: 25%;
  float: left;
}

.section1 ul li .item {
  height: 91px;
  background: #328AEC;
  border-radius: 8px;
  text-align: center;
  line-height: 91px;
  font-size: 24px;
  color: #fff;
}

.section1 ul li .item img {
  margin-right: 16px;
}

.section1 ul li:nth-child(1) .item {
  background: #328AEC;
}

.section1 ul li:nth-child(2) .item {
  background: #36B6E1;
}

.section1 ul li:nth-child(3) .item {
  background: #A1D36E;
}

.section1 ul li:nth-child(4) .item {
  background: #6FC9D4;
}

.section1 ul li:hover .item {
  opacity: .88;
}

.vmore {
  clear: both;
  text-align: center;
  padding: 15px 0 0;
}

.vmore a {
  width: 70px;
  height: 24px;
  line-height: 24px;
  background: #ECF6FF;
  display: inline-block;
  border-radius: 15px;
  font-size: 12px;
  color: #0ab1c2;
}

.vmore a:hover {
  background: #0ab1c2;
  color: #fff;
}

.vmore a i {
  vertical-align: middle;
  margin-left: 3px;
  font-size: 14px;
}

/* section2 */
.sec_type {
  font-size: 20px;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
  margin-bottom: 8px;
}

.sec_type::before {
  content: "";
  width: 4px;
  height: 18px;
  background: #0ab1c2;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sec_type.sec_type2 {
  font-size: 14px;
  padding-left: 0;
}

.sec_type.sec_type2::before {
  display: none;
}

.sec_type .more {
  float: right;
  color: #328AEC;
  font-size: 12px;
  margin-top: 8px;
}

.sec_type .more i {
  font-size: 12px;
  margin-left: 3px;
}

.tab .hd {
  height: 36px;
  line-height: 36px;
  margin-bottom: 4px;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
}

.tab .hd ul {
  float: left;
  position: absolute;
  height: 36px;
}

.tab .hd ul li {
  float: left;
  margin-right: 40px;
  cursor: pointer;
  position: relative;
  color: #7B8EA2;
}

.tab .hd ul li::after {
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  height: 2px;
  background: #0ab1c2;
}

.tab .hd ul li.on {
  color: #0ab1c2;
}

.tab .hd ul li.on::after {
  width: 100%;
}

.tab .hd ul li.c1 {
  color: #282828;
  font-weight: bold;
}

.tab .hd ul li.c1::after {
  width: 100%;
}

.tab .hd ul li.f20 {
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 10px;
}

.tab .hd ul li.f20::after {
  height: 3px;
  bottom: -3px;
}

.section2 {
  margin: 20px 0;
}

.section2 .sec2_left {
  width: 880px;
  float: left;
}

.section2 .sec2_left .vmore {
  padding-top: 25px;
}

.section2 .sec2_right {
  width: 300px;
  float: right;
}

.section2 .sec2_right .date {
  height: 324px;
}

.section2 .sec2_right .date .date_tit {
  text-align: center;
  font-size: 20px;
  margin: -4px 0 2px;
  font-weight: bold;
}

.section2 .sec2_right .date .layui-laydate,
.section2 .sec2_right .date .layui-laydate-hint {
  border: 0;
  box-shadow: none;
}

.section2 .sec2_right .date #date1 {
  height: 300px;
}

.section2 .sec2_right .sec2_box2 {
  padding: 10px 15px;
  height: 290px;
}

.section2 .sec2_right .sec2_box2 .vmore {
  padding: 9px 0 6px;
}

.section2 .sec2_right .pingtai li {
  margin-top: 10px;
}

.section2 .sec2_right .pingtai li .item {
  height: 79px;
  background: #328AEC;
  border-radius: 8px;
  color: #fff;
  padding: 15px 20px;
}

.section2 .sec2_right .pingtai li .item .info {
  width: 190px;
  float: left;
}

.section2 .sec2_right .pingtai li .item .info .cn {
  font-size: 24px;
  font-weight: bold;
}

.section2 .sec2_right .pingtai li .item .info .en {
  font-size: 12px;
  margin-top: -2px;
}

.section2 .sec2_right .pingtai li .item .icon {
  width: 60px;
  float: right;
  margin-top: 4px;
  text-align: right;
}

.section2 .sec2_right .pingtai li .item .icon img {
  vertical-align: middle;
}

.section2 .sec2_right .pingtai li:nth-child(2) .item {
  background: #36B6E1;
}

.section2 .sec2_right .pingtai li:nth-child(3) .item {
  background: #A1D36E;
}

.section2 .sec2_right .pingtai li:nth-child(4) .item {
  background: #6FC9D4;
}

.section2 .sec2_right .pingtai li:hover .item {
  opacity: .88;
}

.list1 li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.list1 li .icon {
  /*width: 16px;*/
  height: 16px;
  margin-right: 8px;
  line-height: 16px;
  float: left;
  background: #E1EDFF;
  border-radius: 2px;
  text-align: center;
  color: #0ab1c2;
  font-size: 11px;
  margin-top: 6px;
}

.list1 li .info {
  width: calc(100% - 20px);
  float: right;
}

.list1 li .info .tit {
  height: 30px;
  line-height: 30px;
  margin-top: -3px;
}

.list1 li .info .time {
  margin-top: 3px;
}

.list1 li .info .time .date {
  color: #999;
  float: left;
}

.list1 li .info .time .djs {
  color: #DA251C;
  float: right;
}

.list1 li a {
  display: block;
}

.list1 li:hover .tit {
  text-decoration: underline;
}

.list1 li:hover .time .date {
  color: #0ab1c2;
}

.list2 li {
  height: 32px;
  line-height: 32px;
  color: #666;
}

.list2 li .time {
  /*width: 50px;*/
  float: right;
  text-align: right;
  font-size: 13px;
  color: #999;
}

.list2 li .tit {
  width: calc(100% - 65px);
  float: left;
}

.list2 li:hover {
  color: #328AEC;
}

.list2 li:hover .time {
  color: #328AEC;
}

.list2 li:hover .tit {
  text-decoration: underline;
}

.list3 {
  padding-top: 6px;
}

.list3 li {
  width: 47%;
  float: left;
  height: 35px;
  line-height: 35px;
  color: #666;
}

.list3 li .hot {
  width: 26px;
  float: left;
  height: 14px;
  margin-top: 12px;
  line-height: 14px;
  background: rgba(218, 37, 28, 0.1);
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  border-radius: 2px;
  text-align: center;
  color: #DA251C;
}

.list3 li .tit {
  width: calc(100% - 30px);
  float: left;
}

.list3 li:hover {
  color: #328AEC;
}

.list3 li:hover .tit {
  text-decoration: underline;
}

.list3 li:nth-child(2n) {
  float: right;
}

.list4 li {
  height: 36px;
  line-height: 36px;
}

.list4 li .tit {
  width: calc(100% - 80px);
  padding-left: 15px;
  background: url(../img/icon_jt.png) no-repeat left center;
}

/* section3 */
.section3 {
  width: 100%;
  float: left;
  clear: both;
}

.section3 .sec3_box1 {
  width: 50%;
  height: 330px;
  float: left;
}

.section3 .sec3_box1 .item {
  overflow: hidden;
}

/* section4 */
.section4 {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 20px 0 40px;
  clear: both;
}

.section4 .sec4_box1 {
  width: 33.33%;
  height: 296px;
  float: left;
}

.section4 .sec4_box1 .item {
  overflow: hidden;
  padding-top: 0;
}

.section4 .sec_type {
  text-align: center;
}

.section4 .item {
  overflow: hidden;
}

.section4 .item .tab .hd {
  height: 62px;
  margin-bottom: 8px;
}

.section4 .item .tab .hd ul {
  width: 100%;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  height: 62px;
}

.section4 .item .tab .hd ul li {
  padding: 15px 10px;
  height: 62px;
  color: #282828;
}

/* footer */
.footer {
  background: #0998a6;
  color: rgba(255, 255, 255, 0.5);
  clear: both;
  overflow: hidden;
  padding: 0 0 30px 0;
}

.footer .ft1 {
  padding: 20px 0;
  height: 95px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .ft1 .links {
  float: left;
  margin: 10px 0;
  color: #fff;
  text-align: left;
}

.footer .ft1 .links .tit {
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  margin-right: 20px;
}

.footer .ft1 .links .info {
  float: left;
}

.footer .ft1 .links .info .nLi {
  float: left;
  margin-left: 15px;
  position: relative;
  display: inline;
}

.footer .ft1 .links .info .nLi h3 {
  display: block;
  padding: 0 6px;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}

.footer .ft1 .links .info .nLi h3 i {
  margin-left: 6px;
  font-size: 12px;
}

.footer .ft1 .links .info .nLi:last-child {
  margin-right: 0;
}

.footer .ft1 .links .info .sub {
  display: none;
  width: 110px;
  left: 0;
  top: 40px;
  position: absolute;
  background: #fff;
  line-height: 30px;
  padding: 6px 0;
  font-size: 13px;
  border-radius: 2px;
}

.footer .ft1 .links .info .sub li {
  zoom: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer .ft1 .links .info .sub a {
  display: block;
  padding: 0 10px;
  color: #7B8EA2;
}

.footer .ft1 .links .info .sub a:hover {
  color: #328AEC;
  text-transform: unset;
  text-decoration: underline;
}

.footer .ft1 .links .info .on h3 a {
  background: #1971D2;
}

.footer .ft2 {
  padding: 55px 0 45px;
  overflow: hidden;
}

.footer .ft2 .ft2_box1 {
  width: 276px;
  float: left;
}

.footer .ft2 .ft2_box1 .tel .icon {
  width: 56px;
  height: 56px;
  text-align: center;
  margin-right: 18px;
  line-height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
}

.footer .ft2 .ft2_box1 .tel .icon i {
  font-size: 30px;
  color: #fff;
}

.footer .ft2 .ft2_box1 .tel .info {
  overflow: hidden;
  color: #fff;
}

.footer .ft2 .ft2_box1 .tel .info .tit {
  font-size: 16px;
  margin: -2px 0 -3px;
}

.footer .ft2 .ft2_box1 .tel .info .desc {
  font-size: 28px;
}

.footer .ft2 .ft2_box1 .add {
  margin: 20px 0;
  line-height: 26px;
}

.footer .ft2 .ft2_box2 {
  float: left;
  width: 240px;
  margin-left: 40px;
}

.footer .ft2 .ft2_box2 li {
  float: left;
  margin-right: 15px;
  text-align: center;
}

.footer .ft2 .ft2_box2 li .qrcode {
  width: 105px;
  height: 112px;
  background: url(../img/bg_qrcode.png) no-repeat;
  background-size: 100% 100%;
  padding: 8px;
  text-align: center;
}

.footer .ft2 .ft2_box2 li .qrcode img {
  width: 105px;
}

.footer .ft2 .ft2_box2 li .tit {
  color: #fff;
  margin: 12px 0;
}

.footer .ft2 .ft2_box2 li .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.footer .ft2 .ft2_box2 li .icon i {
  font-size: 28px;
}

.footer .ft2 .ft2_box2 li .icon i.icon-weibo {
  font-size: 24px;
}

.footer .ft2 .ft2_box2 li:last-child {
  margin-right: 0;
}

.footer .ft2 .ft2_box2 li:hover .icon {
  border-color: #fff;
}

.footer .ft2 .ft2_box2 li:hover .icon i {
  color: #fff;
}

.footer .ft2 .ft2_box3 {
  float: right;
}

.footer .ft2 .ft2_box3 li {
  float: left;
  max-width: 150px;
  margin-left: 65px;
}

.footer .ft2 .ft2_box3 li .dl {
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url(../img/dbx.png) no-repeat bottom left;
}

.footer .ft2 .ft2_box3 li .dd {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.footer .ft2 .ft2_box3 li .dd .tit {
  width: 100%;
  float: left;
}

.footer .ft2 .ft2_box3 li .dd .icon {
  width: 25px;
  float: right;
  height: 30px;
  line-height: 30px;
}

.footer .ft2 .ft2_box3 li .dd a {
  color: rgba(255, 255, 255, 0.4);
  display: block;
}

.footer .ft2 .ft2_box3 li .dd:hover a {
  color: #fff;
}

.footer .ft2 .ft2_box3 li.xz {
  width: 180px;
}

.footer .ft2 .ft2_box3 li.xz .dd .tit {
  width: calc(100% - 40px);
}

.footer .copyright {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  color: #66B0F6;
  font-size: 12px;
}

.footer .copyright img {
  vertical-align: middle;
  margin: 0 6px 0 0;
}

.footer .copyright a {
  color: #66B0F6;
}

.footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.88);
}

/* list */
.crumbs {
  color: #666;
  padding: 22px 0;
  font-size: 16px;
}

.crumbs i {
  font-size: 14px;
  margin: 0 6px;
}

.crumbs a {
  color: #666;
}

.crumbs a:hover {
  color: #328AEC;
}

.crumbs .back {
  float: right;
  color: #328AEC;
  font-size: 16px;
}

.crumbs .back i {
  font-size: 22px;
  color: #328AEC;
  vertical-align: middle;
  margin-right: 6px;
}

.contbox .sidebar {
  width: 240px;
  float: left;
  margin-right: 20px;
  background: #fff;
  border-radius: 8px;
  position: sticky;
  top: 0;
}

.contbox .sidebar .side_tit {
  height: 65px;
  line-height: 65px;
  padding: 0 18px;
  color: #fff;
  background: #0998a6;
  border-radius: 8px 8px 0px 0px;
  font-size: 20px;
  font-weight: bold;
}

.contbox .sidebar ul {
  padding-bottom: 10px;
}

.contbox .sidebar ul li {
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  position: relative;
  margin: 10px 0;
  padding-right: 20px;
}

.contbox .sidebar ul li a {
  padding: 0 0 0 52px;
  display: block;
}

.contbox .sidebar ul li i {
  float: right;
  color: #ccc;
  font-sizE: 13px;
}

.contbox .sidebar ul li::before {
  content: "";
  width: 0;
  background: #328AEC;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.contbox .sidebar ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/icon_dot.png) no-repeat center;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.contbox .sidebar ul li:hover i {
  color: #328AEC;
}

.contbox .sidebar ul li.on {
  background: rgba(50, 138, 236, 0.2);
}

.contbox .sidebar ul li.on::before {
  width: 6px;
}

.contbox .sidebar ul li.on a {
  color: #0ab1c2;
}

.contbox .sidebar ul li.on i {
  color: #0ab1c2;
}

.contbox .rbox {
  width: 940px;
  float: right;
  overflow: hidden;
}

.contbox .rbox .list1 li .djs {
  float: right;
}

/* pages */
.pages {
  float: left;
  width: 100%;
  padding: 30px 0 15px;
  text-align: center;
}

.pages a,
.pages span {
  display: inline-block;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  margin: 0 4px;
  border-radius: 5px;
  background: #F3F3F3;
}

.pages a:hover, .pages a.on {
  background: #0ab1c2;
  color: #fff;
}

.red {
  color: #DA251C;
}

/* show */
.contbox .cont_lbox {
  width: 880px;
  float: left;
}

.contbox .cont_lbox .det_box1 {
  overflow: hidden;
  padding: 30px 20px;
}

.contbox .cont_lbox .det_box1 .tit {
  font-size: 18px;
  font-weight: bold;
}

.contbox .cont_lbox .det_box1 .attr {
  margin: 35px 20px;
}

.contbox .cont_lbox .det_box1 .attr li {
  width: 48%;
  float: left;
  color: #666;
  margin-bottom: 11px;
}

.contbox .cont_lbox .det_box1 .link {
  width: 100%;
  float: left;
  clear: both;
  margin: 20px 0 10px;
}

.contbox .cont_lbox .det_box1 .link .state {
  height: 40px;
  line-height: 40px;
  width: 210px;
  background: #FFE5E4;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #DA251C;
}

.contbox .cont_lbox .det_box1 .link .state img {
  vertical-align: middle;
  margin-right: 8px;
}

.contbox .cont_lbox .det_box1 .link .btn {
  width: 160px;
  float: right;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #328AEC;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}

.contbox .cont_lbox .det_box1 .link .btn:hover {
  background: rgba(50, 138, 236, 0.88);
}

.contbox .cont_lbox .det_box2 .list_file {
  padding: 5px 0 30px;
}

.contbox .cont_lbox .det_box2 .list_file .dd {
  padding: 10px 15px;
  background: #F9F9F9;
  border-radius: 2px;
  margin-top: 10px;
}

.contbox .cont_lbox .det_box2 .list_file .dd a {
  color: #328AEC;
}

.contbox .cont_lbox .det_box2 .list_file .dd:hover a {
  text-decoration: underline;
}

.contbox .cont_lbox .det_box2 .det_desc {
  line-height: 30px;
  color: #666;
  padding: 20px 0;
}

.contbox .cont_lbox .det_box2 .news_cont {
  padding: 25px 0;
  color: #666;
  line-height: 30px;
}

.contbox .cont_lbox .det_box2 .news_cont img {
  max-width: 100%;
  height: auto;
}

.contbox .cont_rbox {
  width: 300px;
  float: right;
}

.contbox .cont_rbox .caigou {
  padding: 0;
  height: 251px;
}

.contbox .cont_rbox .caigou .type {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  background: #0998a6;
  border-radius: 8px 8px 0px 0px;
  padding-left: 20px;
  color: #fff;
}

.contbox .cont_rbox .caigou .cont {
  text-align: center;
  padding: 11px 30px;
}

.contbox .cont_rbox .caigou .cont .cg_logo img {
  height: 55px;
}

.contbox .cont_rbox .caigou .cont .cg_tit {
  font-size: 18px;
  margin: 8px 0;
  font-weight: bold;
}

.contbox .cont_rbox .caigou .cont .cg_attr {
  text-align: left;
  color: #666;
}

.contbox .cont_rbox .caigou .cont .cg_attr p {
  margin-top: 8px;
}

.contbox .cont_rbox .rbox2,
.contbox .cont_rbox .rbox3 {
  padding: 8px 20px 20px 20px;
}

.contbox .cont_rbox .rbox3 .list1 li .info {
  width: 100%;
}

.contbox .cont_rbox .rbox3 .list1 li .info .tit {
  font-size: 13px;
  color: #666;
  font-weight: normal;
}

.contbox .cont_rbox .rbox3 .list1 li .info .time .djs {
  margin-left: 0;
}

.contbox .cont_rbox .rbox3 .list1 li:hover .tit {
  color: #328AEC;
}

/* notice */
.notice {
  width: 500px;
  /*height: 194px;*/
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  position: absolute;
  top: 180px;
  right: 360px;
  z-index: 1;
}

.notice .not_tit {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background: #F5F5F5;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}

.notice .not_tit .close {
  float: right;
  margin: 10px -10px 0 0;
}

.notice .not_cont {
  padding: 20px;
}

.notice .not_cont .tit {
  font-size: 18px;
  font-weight: bold;
}

.notice .not_cont .desc {
  line-height: 21px;
  /*height: 42px;*/
  overflow: hidden;
  color: #666;
  margin: 8px 0 15px;
}

.notice .not_cont .fold_link {
  text-align: right;
}

.notice .not_cont .fold_link a {
  color: #328AEC;
}

.notice.open {
  height: auto;
}

.notice.open .desc {
  height: auto;
  -webkit-line-clamp: unset;
}

/* login */
html {
  width: 100%;
  height: 100%;
}

.login {
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat center;
  background-size: cover;
}

.login .wp {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  position: relative;
}

.login .wrapper {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login .login_left {
  width: 50%;
  float: left;
}

.login .login_left .focus {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding-bottom: 80px;
}

.login .login_left .focus .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 535px;
  text-align: center;
}

.login .login_left .focus .hd ul {
  overflow: hidden;
  zoom: 1;
  text-align: center;
}

.login .login_left .focus .hd ul li {
  display: inline-block;
  line-height: 45px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  width: 29px;
  height: 6px;
  margin: 0 5px;
  border-radius: 10px;
}

.login .login_left .focus .hd ul li.on {
  background: #fff;
}

.login .login_left .focus .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.login .login_left .focus .bd li {
  zoom: 1;
  vertical-align: middle;
}

.login .login_left .focus .bd img {
  width: 100%;
  height: 400px;
  display: block;
}

.login .login_left .focus .bd li .cont {
  max-width: 535px;
}

.login .login_left .focus .bd li .tit {
  font-size: 32px;
  margin: 15px 0;
  font-weight: bold;
}

.login .login_left .focus .bd li .desc {
  line-height: 28px;
}

.login .copyright {
  text-align: center;
  padding: 30px 0;
  color: #fff;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
}

.login .login_right {
  width: 50%;
  max-width: 608px;
  height: 405px;
  float: right;
  margin-top: 35px;
}

.login .loginbox .tab_ul ul {
  margin: 0 -3px;
}

.login .loginbox .tab_ul li {
  width: 25%;
  height: 58px;
  line-height: 58px;
  float: left;
  text-align: center;
  font-size: 16px;
}

.login .loginbox .tab_ul li a {
  display: block;
  margin: 0 3px;
  background: rgba(50, 138, 236, 0.65);
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  cursor: pointer;
}

.login .loginbox .tab_ul li.on a {
  background: #fff;
  color: #3584F3;
  font-size: 18px;
}

.login .loginbox .tab_cont {
  width: 100%;
  float: left;
  margin-top: -2px;
  height: 385px;
  background: #fff;
  padding: 40px 50px;
  border-radius: 0px 0px 8px 8px;
}

.login .loginbox .tab_cont .tab_left {
  width: 185px;
  float: left;
  text-align: center;
}

.login .loginbox .tab_cont .tab_left .login_logo {
  margin-top: 13px;
}

.login .loginbox .tab_cont .tab_left .login_logo img {
  width: 180px;
}

.login .loginbox .tab_cont .tab_left .login_dl2 {
  margin-top: 65px;
}

.login .loginbox .tab_cont .tab_left .login_dl2 .tit {
  font-size: 14px;
  color: #A2A9BE;
}

.login .loginbox .tab_cont .tab_left .login_dl2 .desc {
  color: #666;
  margin-top: 8px;
}

.login .loginbox .tab_cont .tab_right {
  width: 290px;
  float: right;
}

.login .loginbox .tab_cont .tab_right .tab_ul2 li {
  width: 33.33%;
  float: left;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  padding-bottom: 10px;
}

.login .loginbox .tab_cont .tab_right .tab_ul2 li::after {
  content: "";
  width: 0;
  height: 3px;
  background: #328AEC;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.login .loginbox .tab_cont .tab_right .tab_ul2 li.on {
  color: #328AEC;
}

.login .loginbox .tab_cont .tab_right .tab_ul2 li.on::after {
  width: 46px;
}

.login .loginbox .tab_cont .tab_right .tab_cont2 {
  clear: both;
  padding-top: 25px;
}

.login .loginbox .tab_cont .tab_right .tab_cont2 .group {
  width: 100%;
  margin-bottom: 30px;
  height: 46px;
  line-height: 46px;
  padding: 10px;
  background: #fff;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: relative;
}

.login .loginbox .tab_cont .tab_right .tab_cont2 .group .icon {
  width: 20px;
  flex-shrink: 0;
  text-align: center;
}

.login .loginbox .tab_cont .tab_right .tab_cont2 .group img {
  float: left;
}

.login .loginbox .tab_cont .tab_right .tab_cont2 .group input {
  width: calc(100% - 20px);
  height: 35px;
  float: right;
  padding: 0 10px;
  line-height: 35px;
  background: none;
  font-size: 16px;
}

.login .loginbox .tab_cont .tab_right .tab_cont2 .group .eye {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 22;
  transform: translateY(-50%);
}

.login .loginbox .tab_cont .tab_right .tab_cont2 .group .eye i {
  color: #333;
  font-size: 18px;
}

.login .loginbox .tab_cont .tab_right .tab_cont2 .group .eye.on i {
  font-size: 22px;
}

.login .loginbox .tab_cont .tab_right .tab_cont2 .group .eye.on i::before {
  content: "\e635";
}

.login .loginbox .tab_cont .tab_right .tab_cont2 .group .getcode {
  background: none;
  width: 90px;
  position: absolute;
  right: 15px;
  right: 15px;
  top: 50%;
  z-index: 22;
  cursor: pointer;
  color: #328AEC;
  transform: translateY(-50%);
  text-align: right;
  font-family: inherit;
}

.login .loginbox .tab_cont .tab_right .tab_cont2 .btn button {
  width: 289px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #328AEC;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.login .loginbox .tab_cont .tab_right .tab_cont2 .btn button:hover {
  background: rgba(50, 138, 236, 0.8);
}

.login .loginbox .tab_cont .tab_right .forget {
  padding-top: 20px;
  font-size: 14px;
  color: #666;
}

.login .loginbox .tab_cont .tab_right .forget .blue {
  color: #328AEC;
}

/* login2 */
.login2 {
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat center;
  background-size: cover;
}

.login2 .wp {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  position: relative;
}

.login2 .wrapper {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login2 .login_left {
  width: 50%;
  float: left;
}

.login2 .login_left .focus {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding-bottom: 80px;
}

.login2 .login_left .focus .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 535px;
  text-align: center;
}

.login2 .login_left .focus .hd ul {
  overflow: hidden;
  zoom: 1;
  text-align: center;
}

.login2 .login_left .focus .hd ul li {
  display: inline-block;
  line-height: 45px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  width: 29px;
  height: 6px;
  margin: 0 5px;
  border-radius: 10px;
}

.login2 .login_left .focus .hd ul li.on {
  background: #fff;
}

.login2 .login_left .focus .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.login2 .login_left .focus .bd li {
  zoom: 1;
  vertical-align: middle;
}

.login2 .login_left .focus .bd img {
  width: 100%;
  height: 400px;
  display: block;
}

.login2 .login_left .focus .bd li .cont {
  max-width: 535px;
}

.login2 .login_left .focus .bd li .tit {
  font-size: 32px;
  margin: 15px 0;
  font-weight: bold;
}

.login2 .login_left .focus .bd li .desc {
  line-height: 28px;
}

.login2 .copyright {
  text-align: center;
  padding: 30px 0;
  color: #fff;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
}

.login2 .login_right {
  width: 50%;
  max-width: 530px;
  height: 405px;
  float: right;
  padding-top: 85px;
}

.login2 .loginbox .tab_ul {
  border-radius: 8px 8px 0 0;
  height: 58px;
  border-bottom: 1px solid #E8DCDC;
  overflow: hidden;
}

.login2 .loginbox .tab_ul li {
  width: 25%;
  height: 58px;
  line-height: 58px;
  float: left;
  text-align: center;
  font-size: 16px;
}

.login2 .loginbox .tab_ul li a {
  display: block;
  background: #E6F2FF;
  color: #282828;
  cursor: pointer;
  border-right: 1px solid #E8DCDC;
}

.login2 .loginbox .tab_ul li.on a {
  background: #328AEC;
  color: #fff;
  font-size: 18px;
}

.login2 .loginbox .tab_ul li:nth-child(1) a {
  border-radius: 8px 0 0 0;
}

.login2 .loginbox .tab_ul li:last-child a {
  border-radius: 0 8px 0 0;
  border-right: 0;
}

.login2 .loginbox .tab_cont {
  width: 100%;
  float: left;
  margin-top: -2px;
  height: 385px;
  background: #fff;
  padding: 25px 20px;
  border-radius: 0px 0px 8px 8px;
}

.login2 .loginbox .tab_cont .tab_left {
  width: 185px;
  float: left;
  text-align: center;
}

.login2 .loginbox .tab_cont .tab_left .login_logo {
  margin-top: 13px;
}

.login2 .loginbox .tab_cont .tab_left .login_logo img {
  width: 180px;
}

.login2 .loginbox .tab_cont .tab_left .login_dl2 {
  margin-top: 65px;
}

.login2 .loginbox .tab_cont .tab_left .login_dl2 .tit {
  font-size: 14px;
  color: #A2A9BE;
}

.login2 .loginbox .tab_cont .tab_left .login_dl2 .desc {
  color: #666;
  margin-top: 8px;
}

.login2 .loginbox .tab_cont .tab_right {
  width: 270px;
  float: right;
}

.login2 .loginbox .tab_cont .tab_right .tab_ul2 li {
  width: 33.33%;
  float: left;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  padding-bottom: 10px;
}

.login2 .loginbox .tab_cont .tab_right .tab_ul2 li::after {
  content: "";
  width: 0;
  height: 3px;
  background: #328AEC;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.login2 .loginbox .tab_cont .tab_right .tab_ul2 li.on {
  color: #328AEC;
}

.login2 .loginbox .tab_cont .tab_right .tab_ul2 li.on::after {
  width: 46px;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 {
  clear: both;
  padding-top: 25px;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .group {
  width: 100%;
  margin-bottom: 16px;
  height: 46px;
  line-height: 46px;
  padding: 10px;
  background: #fff;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: relative;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .group .icon {
  width: 20px;
  flex-shrink: 0;
  text-align: center;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .group img {
  float: left;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .group input {
  width: calc(100% - 20px);
  height: 35px;
  float: right;
  padding: 0 10px;
  line-height: 35px;
  background: none;
  font-size: 16px;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .group .eye1, .login2 .loginbox .tab_cont .tab_right .tab_cont2 .group .eye2 {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 22;
  transform: translateY(-50%);
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .group .eye1 i, .login2 .loginbox .tab_cont .tab_right .tab_cont2 .group .eye2 i {
  color: #333;
  font-size: 18px;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .group .eye1.on i, .login2 .loginbox .tab_cont .tab_right .tab_cont2 .group .eye2.on i {
  font-size: 22px;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .group .eye1.on i::before, .login2 .loginbox .tab_cont .tab_right .tab_cont2 .group .eye2.on i::before {
  content: "\e635";
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .group .getcode {
  background: none;
  width: 90px;
  position: absolute;
  right: 15px;
  right: 15px;
  top: 50%;
  z-index: 22;
  cursor: pointer;
  color: #328AEC;
  transition: all ease .3s;
  transform: translateY(-50%);
  text-align: right;
  font-family: inherit;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .group .getcode:hover {
  color: rgba(50, 138, 236, 0.88);
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .group:hover {
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border: 1px solid #328AEC;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .yzm {
  margin: -5px;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .btn button {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #328AEC;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.login2 .loginbox .tab_cont .tab_right .tab_cont2 .btn button:hover {
  background: rgba(50, 138, 236, 0.8);
}

.login2 .loginbox .tab_cont .tab_right .forget {
  padding-top: 20px;
  font-size: 14px;
  color: #666;
}

.login2 .loginbox .tab_cont .tab_right .forget .blue {
  color: #328AEC;
}

.login2 .loginbox .tab_cont .tab_right .forget .blue:hover {
  color: rgba(50, 138, 236, 0.88);
}

@media screen and (max-width: 1440px) {
  .login2 .wp {
    width: 96%;
    max-width: 1200px;
  }
}
