@charset "UTF-8";
/*common css*/
/**/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.img-box .img-h {
  transform: scale(1.1);
}
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: "Microsoft YaHei", '', Arial, PingFangSC-Regular, sans-serif;
  color: #444;
  background: url(repeat.jpg) repeat;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
.shortcut-line {
  color: #fff;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 9;
}
.header .container{
  position: relative;
}
.shortcut-line .line-txt {
  float: left;
}
.shortcut-line .search-box {
  width: 200px;
  position: relative;
  height: 35px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  overflow: hidden;
  background: none;
}
.shortcut-line .search-box .s-inp {
  width: 100%;
  height: 35px;
  line-height: 28px;
  border-radius: 30px;
  border: none;
  background: none;
  padding-left: 15px;
  border: 1px solid rgba(255, 255, 255, .3);
  padding-right: 30px;
  color: #fff;
}
.shortcut-line .search-box .s-btn {
  background: url(sgycw-search.png) no-repeat center center;
  width: 30px;
  height: 28px;
  top: 3px;
  right: 6px;
  position: absolute;
  z-index: 9;
  border: none;
}
.header {
  position: relative;
}
.header img {
  display: block;
}
.header .header-logo {
  margin-bottom: 30px;
  margin-top: 30px;
}
.header .header-txt img {
  margin-left: auto;
  margin-right: auto;
}
/*nav*/
.nav-wrap {
  min-height: 55px;
}
nav.navbar.bootsnav {
  min-height: 55px;
  background: none;
  border: none;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav > li {
  padding: 0 42px;
  /* width: 14.28%; */
  text-align: center;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 55px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  display: inline-block;
  font-size: 18px;
  border-radius: 12px;
  font-weight: 600;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background: none;
  color: #fff !important;
  position: relative;
}
nav.navbar.bootsnav ul.nav > li > a:after{
  content:"";
  display:block;
  width:0;
  transition:width .3s;
}
nav.navbar.bootsnav ul.nav > li:hover > a:after,
nav.navbar.bootsnav ul.nav > li:focus > a:after,
nav.navbar.bootsnav ul.nav > li.active:hover > a:after,
nav.navbar.bootsnav ul.nav > li.active:focus > a:after{
  width:100%;
  height:4px;
  background:#fff;
  position: absolute;
  bottom: 1px;
  transition:width .3s;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: rgba(49, 100, 210, 0.68);
}
@media (max-width: 991px) {
  /*nav*/
  .nav-wrap {
    margin-top: 0;
    min-height: 50px;
  }
  nav.navbar.bootsnav {
    min-height: 50px;
    background-color: #3164D2;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
    max-width: 350px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none !important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 15px;
    line-height: 30px;
    text-align: center;
    position: relative;
    border-top: none;
    font-size: 16px !important;
    border: none;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    left: 0;
    margin-left: 0;
    border-top: none !important;
    box-shadow: none !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #17488D;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 0 !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px !important;
    background-color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*footer*/
.footer {
  background: url(sgycw-footer-bg.png) no-repeat bottom center #0443c7;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 35px;
}
.footer .box-logo img {
  display: block;
}
.footer .box-txt {
  padding-top: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
/*page-main*/
.page-main {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 500px;
}
.public-box {
  margin-bottom: 40px;
}
.public-groups .tabs-title {
  height: 60px;
  line-height: 60px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.public-groups .tabs-title .title-groups {
  float: left;
  width: calc(100% - 50px);
}
.linklist, .links{
  padding-left:10px;
  padding-right:15px
}
.public-groups .tabs-title .title-groups a {
  display: block;
  margin-right: 25px;
  font-size: 17px;
  float: left;
  position: relative;
}
.public-groups .tabs-title .title-groups a:hover {
  color: #3164D2;
}
.public-groups .tabs-title .title-groups a.active {
  font-weight: bold;
  /* font-size: 22px; */
  color: #3164D2;
}
.public-groups .tabs-title .title-groups a.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -23px;
  width: 46px;
  height: 4px;
  background: #DB0000;
}
.public-groups .tabs-title .title-groups a:last-child {
  margin-right: 0;
}
.public-groups .tabs-title .title-more {
  float: right;
}
.public-groups .tabs-title .title-more a {
  display: none;
  color: #333333;
}
.public-groups .tabs-title .title-more a:hover {
  text-decoration: underline;
  color: #3164D2;
}
.public-groups .tabs-title .title-more a:first-child {
  display: block;
}
.public-groups .tabs-cont {
  height: 355px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px 30px;
}
.public-groups .tabs-cont > div {
  display: none;
}
.public-groups .tabs-cont > div:first-child {
  display: block;
}
.chooseCon{
  display:none;
}
.public-list .box-s {
  color: #333333;
  line-height: 40px;
  position: relative;
  padding-left: 20px;
  padding-right: 100px;
  background: url(sgycw-icon-01.png) no-repeat 0 15px;
}
.public-list .box-s .box-title {
  display: block;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.public-list .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.public-list .box-s:hover .box-title {
  color: #3164D2;
}
.public-list-02 .box-s {
  color: #333333;
  line-height: 40px;
  position: relative;
  padding-left: 20px;
  background: url(sgycw-icon-02.png) no-repeat 0 15px;
}
.public-list-02 .box-s .box-title {
  display: block;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.public-list-02 .box-s:hover .box-title {
  color: #3164D2;
}
.public-link .row .box-w:last-child .box-s {
  margin-bottom: 0;
}
.public-link .box-s {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-bottom: 30px;
  height: 202px;
  text-align: center;
  position: relative;
  top: 0;
  transition:top .2s;
}
.public-link .box-s:hover{
    top: -3px;
    box-shadow: 3px 7px 17px 1px #8a8a8a;
    transition:all .2s;
}

/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  color: #677588;
  padding: 0 30px;
  margin-bottom: 20px;
}
.bread-crumbs .bread-item-title {
  line-height: 60px;
  float: left;
  position: relative;
  color: #3164D2;
  font-weight: bold;
}
.bread-crumbs .bread-item-title:after {
  content: '';
  width: 46px;
  height: 4px;
  background: #DB0000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -23px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: right;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #333333;
}
.bread-crumbs .bread-item a.cur {
  color: #3164D2;
}
.bread-crumbs .bread-item > a + a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover {
  color: #003E99;
  text-decoration: underline;
}
.main-content {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
}
/*page*/
.pages {
  text-align: right;
  padding-top: 30px;
}
.pages ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.pages a,
.pages span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  background-color: #E8EEFB;
  border-radius: 4px;
  text-align: center;
  color: #333;
  padding-left: 15px;
  padding-right: 15px;
}
.pages a.a-s,
.pages span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  background: #3164D2;
  color: #fff;
}
.pages span {
  background: #3164D2;
  color: #fff;
}
.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  background-color: #3164D2;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/**/
.details-page {
  color: #666666;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 30px;
  text-align: center;
}
.details-page .detail-top .title-s {
  color: #3164D2;
  line-height: 1.5;
}
.details-page .detail-top .top-other {
  color: #7D8FA4;
  margin-top: 10px;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #404040;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 800px;
}
.details-page .detail-btn {
  display: block;
  width: 130px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #3164D2;
  border-radius: 4px;
  margin-top: 25px;
  color: #fff;
}
.details-page .detail-btn:hover {
  background-color: #0441C6;
}
/**/
.list-text .box-s {
  border-bottom: 1px dotted #EEEEEE;
  padding: 20px 100px 20px 20px;
  display: block;
  color: #474B55;
  line-height: 30px;
  position: relative;
  background: url(sgycw-icon-01.png) no-repeat 0 30px;
}
.list-text .box-s .box-title {
  display: block;
  color: #333;
}
.list-text .box-s .box-date {
  position: absolute;
  right: 0;
  top: 20px;
  color: #999999;
}
.list-text .box-s:hover .box-title {
  color: #3164D2;
  text-decoration: underline;
}
/**/
.resume-info {
  padding: 40px 5%;
}
.resume-info .resume-title {
  position: relative;
  padding-right: 120px;
  line-height: 36px;
  margin-bottom: 35px;
}
.resume-info .resume-title .title-s {
  float: left;
}
.resume-info .resume-title .title-s .txt-01 {
  font-weight: bold;
  margin-right: 10px;
}
.resume-info .resume-title .title-s .txt-02 {
  color: #DB0000;
}
.resume-info .resume-title .title-btn {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #3164D2;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.resume-info .groups-box {
  margin-bottom: 40px;
}
.resume-info .groups-box:last-child {
  margin-bottom: 0;
}
.resume-info .groups-title {
  height: 50px;
  line-height: 50px;
  background: #F3F7FF;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px;
}
.resume-info .groups-title .title-txt {
  position: relative;
  padding-left: 13px;
  font-weight: bold;
  color: #333333;
  float: left;
}
.resume-info .groups-title .title-txt:after {
  content: '';
  width: 4px;
  height: 20px;
  background: #3164D2;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.resume-info .groups-title .title-add {
  color: #3164D2;
  font-weight: bold;
  float: right;
}
.resume-info .groups-form .row {
  margin-left: -2px;
  margin-right: -2px;
}
.resume-info .groups-form .row .col-w {
  padding-left: 2px;
  padding-right: 2px;
}
.resume-info .groups-form .form-group {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 20px;
}
.resume-info .groups-form .form-group .box-w {
  padding-left: 2px;
  padding-right: 2px;
}
.resume-info .groups-form .form-group label {
  text-align: right;
  font-weight: normal;
  color: #333333;
}
.resume-info .groups-form .form-group label.long-txt {
  line-height: 1.2;
  margin-top: -8px;
}
.resume-info .groups-form .form-group .form-control {
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #E7EDFB;
  border-radius: 4px;
  box-shadow: none!important;
}
.resume-info .groups-form .form-group .form-control.date-icon {
  background: url(sgycw-icon-rili.png) no-repeat right 10px center;
}
.resume-info .groups-table {
  overflow-x: auto;
}
.resume-info .groups-table .table-inp {
  text-align: center;
  width: 100%;
  line-height: 25px;
  border: none;
}
.resume-info .groups-table table {
  min-width: 600px;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
}
.resume-info .groups-table td,
.resume-info .groups-table th {
  text-align: center;
  padding: 10px;
  line-height: 25px;
}
.resume-info .groups-table td {
  border: 1px solid transparent;
}
.resume-info .groups-table th {
  background-color: #3164D2;
  color: #fff;
  font-weight: normal;
}
.resume-info .groups-table tbody tr:nth-child(2n + 1) td {
  background-color: rgba(49, 100, 210, 0.06);
}
.resume-info .groups-table tbody tr:nth-child(2n) td {
  background-color: rgba(49, 100, 210, 0.03);
}
.resume-info .groups-other .other-box {
  position: relative;
  padding-left: 115px;
  line-height: 38px;
  margin-bottom: 20px;
}
.resume-info .groups-other .other-box .box-title {
  position: absolute;
  margin-left: -115px;
  text-align: right;
  width: 115px;
}
.resume-info .groups-other .text-s {
  height: 104px;
  background: #FFFFFF;
  border: 1px solid #E7EDFB;
  border-radius: 4px;
  width: 100%;
}
.resume-info .groups-other .upload-box .btn-s {
  display: inline-block;
  margin-right: 10px;
}
.resume-info .groups-other .upload-box .btn-s a {
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #3164D2;
  color: #fff;
  border-radius: 4px;
}
.resume-info .groups-other .upload-box .txt-s {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
  display: inline-block;
  color: #DB0000;
}
.resume-info .form-sub {
  width: 130px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #3164D2;
  border-radius: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}
.resume-info .form-sub:hover {
  background: #0441C6;
}
.topbox{
  position: absolute;
  width: 100%;
}
.topbox{
  background: url(bannerbg2022.png) top;
  background-size: cover;
  height: 450px;
}
#searchword::placeholder {
  color: white;
}

/**
 * 
 */
.banner .comp-banner {
  overflow: hidden;
}
.banner .comp-banner .owl-item.active .item .banner-box .banner-img {
  transform: scale(1.1);
}
.banner .comp-banner .item .banner-box {
  height: 620px;
  overflow: hidden;
}
.banner .comp-banner .item .banner-box .banner-img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 3s;
}
.banner .comp-banner .owl-dots {
  position: absolute;
  bottom: 25px;
  right: 30px;
}
.banner .comp-banner .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background: #E4EBF2;
}
.banner .comp-banner .owl-dots .active {
  width: 80px;
  border-radius: 40px;
  background: #BE0808;
}
.banner .comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.banner .comp-banner .owl-nav button span {
  display: none;
}
.banner .comp-banner .owl-nav button:after {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.banner .comp-banner .owl-nav .owl-prev {
  left: -40px;
}
.banner .comp-banner .owl-nav .owl-prev:after {
  content: '<';
}
.banner .comp-banner .owl-nav .owl-next {
  right: -40px;
}
.banner .comp-banner .owl-nav .owl-next:after {
  content: '>';
}
.banner .comp-banner .slider-progress-bar .progress {
  height: 0;
  background: #BE0808;
  animation: sliderProgressBar ease;
  display: block;
  margin-bottom: 0;
  border-radius: 0;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.banner .comp-banner:hover .owl-nav button.owl-prev {
  left: -2px;
  transition: all 0.5s;
}
.banner .comp-banner:hover .owl-nav button.owl-next {
  right: -2px;
  transition: all 0.5s;
}