.header {
  overflow: hidden;
  width: 100%;
  height: 80px;
  background: #2767D1;
}
.header .header_mid {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_mid ul {
  overflow: hidden;
}
.header .header_mid ul li {
  font-size: 20px;
  float: left;
  margin-left: 40px;
  line-height: 80px;
}
.header .header_mid ul li a {
  color: #fff;
}

.banner img {
  width: 100%;
}

.banner {
  overflow: hidden;
  width: 100%;
}

.content {
  overflow: hidden;
  width: 1210px;
  padding: 0 5px;
  margin: 0 auto;
}
.content .tanter {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.content .tanter .fl {
  overflow: hidden;
  height: 100%;
  width: 130px;
  display: flex;
  align-items: center;
}
.content .tanter .fl img {
  margin-left: 13px;
  margin-right: 6px;
}
.content .tanter .fl p {
  font-size: 14px;
  color: #2767d1;
}
.content .tanter .fr {
  overflow: hidden;
  width: 1040px;
  height: 100%;
}
.content .tanter .fr p {
  font-size: 12px;
  color: #222222;
  line-height: 60px;
  float: left;
  margin-right: 39px;
}
.content .list_g {
  overflow: hidden;
  width: 100%;
}
.content .list_g li {
  overflow: hidden;
  width: 390px;
  height: 280px;
  float: left;
  background: #fff;
  position: relative;
  border-radius: 10px;
  margin-right: 15px;
  margin-top: 20px;
}
.content .list_g li img {
  width: 100%;
  height: 100%;
}
.content .list_g li p {
  font-size: 18px;
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  padding-left: 21px;
  box-sizing: border-box;
}
.content .list_g li:nth-child(3n) {
  margin-right: 0;
}
.content .business {
  overflow: hidden;
  padding: 47px 0 65px 0;
  position: relative;
}
.content .business ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.content .business ul li {
  overflow: hidden;
  width: 107px;
  height: 107px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  margin: 0 21px;
}
.content .business ul li:hover .ng {
  display: flex;
}
.content .business ul li:hover .n {
  display: none;
}
.content .business ul li div {
  overflow: hidden;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .business ul li div.hide {
  display: none;
}
.content .business ul li:hover {
  background: #3F7EE7;
}
.content .business ul li:hover p {
  color: #fff;
}
.content .business ul li.on {
  background: #3F7EE7;
}
.content .business ul li.on p {
  color: #fff;
}
.content .business ul li img {
  display: block;
  margin: 0 auto;
}
.content .business ul li p {
  font-size: 16px;
  color: #3f7ee7;
  text-align: center;
  margin-top: 5px;
}
.content .box_sc {
  overflow: hidden;
  width: 100%;
  height: 136px;
  border-radius: 10px;
  background-image: url(/templates/srbcportal/images/icon_41.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 85px 0 49px;
}
.content .box_sc .fl {
  overflow: hidden;
}
.content .box_sc .fl p {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 47px;
}
.content .box_sc .fl span {
  display: block;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 42px;
}
.content .box_sc .fr {
  overflow: hidden;
}
.content .box_sc .fr p {
  font-size: 46px;
  color: #ff5555;
  font-weight: bold;
  line-height: 47px;
}
.content .box_sc .fr span {
  display: block;
  text-align: right;
  font-size: 18px;
  color: #ff5555;
  line-height: 25px;
}
.content .list_number {
  overflow: hidden;
  width: 100%;
  height: 220px;
  border-radius: 10px;
  background-image: url(/templates/srbcportal/images/icon_44.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.content .list_number ul {
  overflow: hidden;
  width: 100%;
}
.content .list_number ul li {
  overflow: hidden;
  width: 20%;
  float: left;
  padding-top: 50px;
  box-sizing: border-box;
}
.content .list_number ul li.on span {
  color: #ff5555;
}
.content .list_number ul li.on em {
  color: #ff5555;
}
.content .list_number ul li p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.content .list_number ul li span {
  display: block;
  font-size: 36px;
  color: #19cf48;
  text-align: center;
  line-height: 80px;
  font-weight: bold;
}
.content .list_number ul li em {
  font-style: normal;
  font-size: 14px;
  display: block;
  color: #19cf48;
  text-align: center;
}
.content .news {
  overflow: hidden;
  width: 100%;
  margin-top: 65px;
}
.content .news .fl {
  overflow: hidden;
  width: 550px;
  float: left;
}
.content .news .fl .news_fl_pic {
  overflow: hidden;
  width: 100%;
  height: 350px;
  border-radius: 15px;
}
.content .news .fl .news_fl_pic img {
  width: 100%;
  height: 100%;
}
.content .news .fl .news_fl_bot {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 12px;
  padding-top: 29px;
}
.content .news .fl .news_fl_bot p {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.content .news .fl .news_fl_bot p::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3F7EE7;
  position: absolute;
  left: -19px;
  top: 8px;
}
.content .news .fl .news_fl_bot p span {
  float: right;
  font-weight: bold;
}
.content .news .fl .news_fl_bot em {
  display: block;
  font-size: 14px;
  color: #999999;
  font-style: normal;
  line-height: 27px;
}
.content .news .fl .news_fl_bot a {
  display: block;
  font-size: 16px;
  color: #b7b7b7;
  margin-top: 36px;
}
.content .news .fr {
  overflow: hidden;
  width: 550px;
}
.content .news .fr .new_title {
  overflow: hidden;
  padding-bottom: 18px;
  border-bottom: 1px solid #EEEEEE;
}
.content .news .fr .new_title ul {
  overflow: hidden;
  float: left;
}
.content .news .fr .new_title ul li {
  font-size: 18px;
  color: #222222;
  cursor: pointer;
  float: left;
  margin-right: 40px;
}
.content .news .fr .new_title ul li.on {
  color: #347df5;
}
.content .news .fr .new_title a {
  font-size: 16px;
  color: #b7b7b7;
  float: right;
}
.content .news .fr .news_fade {
  overflow: hidden;
}
.content .news .fr .news_fade ul {
  overflow: hidden;
}
.content .news .fr .news_fade ul li {
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 0 25px 30px;
}
.content .news .fr .news_fade ul li p {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.content .news .fr .news_fade ul li p span {
  float: right;
  font-weight: bold;
}
.content .news .fr .news_fade ul li p::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3F7EE7;
  position: absolute;
  left: -22px;
  top: 8px;
}
.content .news .fr .news_fade ul li em {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}
.content .information {
  overflow: hidden;
  padding: 70px 0 0 0;
  position: relative;
}
.content .information .information_box {
  overflow: hidden;
  width: 100%;
  height: 525px;
  margin-top: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.content .information .information_box .mb {
  position: absolute;
  width: 298px;
  height: 712px;
  background: #007AFF;
  z-index: 111;
  background: url(/templates/srbcportal/images/sasd.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.content .preformance {
  overflow: hidden;
  padding: 110px 0 58px 0;
}
.content .preformance ul {
  overflow: hidden;
  margin-top: 30px;
}
.content .preformance ul li {
  overflow: hidden;
  width: 25%;
  float: left;
  height: 200px;
  position: relative;
}
.content .preformance ul li:hover .lab {
  display: block;
  transition: all .3s;
}
.content .preformance ul li .lab {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(53, 113, 210, 0.9);
  display: none;
}
.content .preformance ul li .lab > div {
  width: 280px;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -90px;
  margin-left: -140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  overflow: hidden;
}
.content .preformance ul li .lab > div div {
  overflow: hidden;
}
.content .preformance ul li .lab > div div p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}
.content .preformance ul li .lab > div div em {
  display: block;
  width: 36px;
  margin: 0 auto;
  height: 2px;
  background: #fff;
}
.content .preformance ul li img {
  width: 100%;
  height: 100%;
}
.content .preformance ul li:last-child {
  overflow: hidden;
  width: 25%;
  background: #2767D1;
  float: left;
  height: 200px;
  padding: 19px 0 0 22px;
  box-sizing: border-box;
  position: relative;
}
.content .preformance ul li:last-child i {
  display: block;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}
.content .preformance ul li:last-child span {
  display: block;
  font-style: normal;
  color: #fff;
  font-size: 16px;
}
.content .preformance ul li:last-child a {
  font-size: 16px;
  position: absolute;
  color: #fff;
  bottom: 20px;
  right: 22px;
}

.hide {
  display: none;
}

.tong {
  overflow: hidden;
  padding-top: 10px;
}
.tong p {
  font-size: 28px;
  color: #222222;
  text-align: center;
  position: relative;
}
.tong p::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #2767D1;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -15px;
}
.tong span {
  display: block;
  font-size: 16px;
  color: #222222;
  margin-top: 5px;
  text-align: center;
}

.footer {
  overflow: hidden;
  width: 100%;
  background: #000000;
  padding: 52px 0 0 0;
}
.footer .footer_mid {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.footer .footer_mid .footer_top {
  overflow: hidden;
}
.footer .footer_mid .footer_top ul {
  overflow: hidden;
  float: left;
  margin-right: 45px;
}
.footer .footer_mid .footer_top ul li {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}
.footer .footer_mid .footer_top ul li:first-child {
  margin-bottom: 30px;
}
.footer .footer_mid .footer_top ul li a {
  color: #cccccc;
}
.footer .footer_mid .footer_top .code {
  overflow: hidden;
  float: right;
  margin-right: 130px;
}
.footer .footer_mid .footer_top .code img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.footer .footer_mid .footer_top .code div {
  width: 162px;
  height: 40px;
  font-size: 14px;
  background: #2767D1;
  text-align: center;
  line-height: 40px;
}
.footer .footer_mid .footer_top .code div a {
  color: #fff;
}
.footer .footer_mid .address {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 70px;
  margin-top: 40px;
  border-bottom: 1px solid #727272;
}
.footer .footer_mid .address p {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 22px;
  color: #fff;
}
.footer .footer_mid .address div {
  width: 2px;
  height: 23px;
  background: #2767D1;
}
.footer .footer_mid .address span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-left: 18px;
}
.footer .footer_mid .fot_line {
  overflow: hidden;
  height: 40px;
  text-align: center;
}
.footer .footer_mid .fot_line p {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  margin: 0 25px;
  line-height: 40px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background: #AFABB9;
  border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
}

.mores {
  font-size: 16px;
  position: absolute;
  color: #b7b7b7;
  right: 0;
  top: 60px;
  z-index: 99999999;
}

.txtScroll-top {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.txtScroll-top .infoList li {
  height: 60px;
  line-height: 60px;
}

.main {
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 50px;
  width: 100%;
}
.main .fl {
  overflow: hidden;
  width: 230px;
}
.main .fl ul {
  overflow: hidden;
  width: 100%;
}
.main .fl ul li {
  overflow: hidden;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #D7D7D7;
  background-color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  background-image: url(/templates/srbcportal/images/right.png);
  background-repeat: no-repeat;
  background-position: 190px center;
  line-height: 50px;
  background-size: 16px;
  font-size: 18px;
}
.main .fl ul li:hover {
  background-image: url(/templates/srbcportal/images/rightw.png);
  background-color: #2767D1;
}
.main .fl ul li:hover a {
  color: #fff;
}
.main .fl ul li.on {
  background-image: url(/templates/srbcportal/images/rightw.png);
  background-color: #2767D1;
}
.main .fl ul li.on a {
  color: #fff;
}
.main .fl ul li a {
  color: #555;
}
.main .fl .gs_info {
  overflow: hidden;
  border-top: 1px solid #F68C45;
  background: #2767D1;
  margin-top: 20px;
  padding: 10px;
}
.main .fl .gs_info h2 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
}
.main .fl .gs_info p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}
.main .main_frs {
  overflow: hidden;
  width: 940px;
  float: right;
}
.main .main_frs table {
  overflow: hidden;
  width: 100%;
}
.main .main_frs table tr {
  width: 100%;
}
.main .main_frs table tr th {
  overflow: hidden;
  height: 50px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  color: #333;
  text-align: left;
}
.main .main_frs table tr td {
  overflow: hidden;
  height: 50px;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 15px;
  color: #333;
  text-align: left;
}
.main .main_frs .list_ly {
  overflow: hidden;
  height: 42px;
  width: 100%;
  background: #fff;
  padding: 0 15px;
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-top: 1px solid #2767d1;
}
.main .main_frs .list_ly p {
  font-size: 16px;
  color: #333;
}
.main .main_frs .list_ly div {
  overflow: hidden;
  width: 90px;
  height: 30px;
  font-size: 12px;
  background: #2767d1;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.main .main_frs form {
  overflow: hidden;
  width: 100%;
}
.main .main_frs form input[type='submit'] {
  overflow: hidden;
  width: 205px;
  height: 40px;
  background: #2767D1;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  display: block;
  line-height: 40px;
  color: #fff;
  margin-left: 10%;
  cursor: pointer;
}
.main .main_frs form .liuyan {
  overflow: hidden;
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.main .main_frs form .liuyan p {
  font-size: 13px;
  color: #333;
  width: 10%;
  padding-right: 15px;
  box-sizing: border-box;
  text-align: right;
}
.main .main_frs form .liuyan input {
  overflow: hidden;
  width: 40%;
  height: 40px;
  background: #fff;
  border: 1px solid #dcdcdc;
  resize: none;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
}
.main .main_frs form .liuyan img {
  width: 70px;
  height: 30px;
  margin-left: 30px;
}
.main .main_frs form .liuyan textarea {
  overflow: hidden;
  width: 90%;
  height: 80px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 10px;
  resize: none;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
}
.main .main_frs form .lables {
  overflow: hidden;
  width: 50%;
  float: left;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.main .main_frs form .lables p {
  font-size: 13px;
  color: #333;
  width: 20%;
  padding-right: 15px;
  box-sizing: border-box;
  text-align: right;
}
.main .main_frs form .lables input {
  overflow: hidden;
  width: 80%;
  height: 40px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
}
.main .fr {
  overflow: hidden;
  width: 940px;
}
.main .fr h2 {
  font-size: 28px;
  text-align: center;
  color: #333;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}
.main .fr ul {
  padding: 10px 0;
  overflow: hidden;
}
.main .fr ul li {
  overflow: hidden;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 40px;
  position: relative;
  font-size: 14px;
}
.main .fr ul li:hover p {
  color: #2767d1;
}
.main .fr ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #2767D1;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 17px;
}
.main .fr ul li p {
  font-size: 14px;
  color: #555;
  float: left;
}
.main .fr ul li span {
  font-size: 14px;
  float: right;
  color: #555;
}

.page_list {
  overflow: hidden;
  margin-top: 30px;
}
.page_list div {
  overflow: hidden;
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 10px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.page_list div:hover {
  background: #2767d1;
  color: #fff;
}
.page_list div.on {
  background: #2767d1;
  color: #fff;
}

.luzheng {
  overflow: hidden;
  width: 940px;
  float: right;
}
.luzheng table {
  overflow: hidden;
  margin-top: 25px;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  width: 100%;
}
.luzheng table tr {
  width: 100%;
}
.luzheng table tr th {
  border-top: 1px solid #2767d1;
  overflow: hidden;
  height: 50px;
  text-align: center;
  font-size: 15px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  color: #333;
}
.luzheng table tr td {
  overflow: hidden;
  height: 50px;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 15px;
  color: #333;
  text-align: left;
  padding-left: 25px;
}

.xinxi {
  overflow: hidden;
  width: 940px;
  float: right;
}
.xinxi h2 {
  font-size: 26px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
  color: #5A5555;
}
.xinxi p {
  font-size: 15px;
  color: #555;
  line-height: 30px;
  text-indent: 20px;
}

.yeji {
  overflow: hidden;
  width: 940px;
  float: right;
}
.yeji h2 {
  font-size: 26px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
  color: #5A5555;
}
.yeji ul {
  overflow: hidden;
  width: 100%;
}
.yeji ul li {
  overflow: hidden;
  width: 23%;
  float: left;
  margin-right: 18px;
  margin-bottom: 20px;
}
.yeji ul li img {
  width: 100%;
  height: 155px;
  margin-bottom: 15px;
  border-radius: 10px;
  display: block;
  border: 1px solid #ddd;
}
.yeji ul li p {
  text-align: center;
  font-size: 12px;
  color: #555;
}
.yeji ul li:nth-child(4n) {
  margin-right: 0;
}

/*# sourceMappingURL=css.css.map */
