* {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  font-size: 625%;
}
body {
  font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  font-size: 0.28rem;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  border: none;
}
.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.top {
  width: 100%;
  height: 0.92rem;
  background-color: #FFFFFF;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top .logo {
  display: flex;
  float: left;
  justify-content: flex-start;
  align-items: center;
}
.top .logo img {
  display: block;
  height: 0.67rem;
}
.top .nav_bar {
  display: block;
  float: right;
  width: 0.44rem;
  height: 0.36rem;
  position: relative;
}
.top .nav_bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #266694 !important;
}
.top .nav_bar:before,
.top .nav_bar:after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #266694;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.top .nav_bar:before {
  top: 50%;
  margin-top: -1px;
}
.top .nav_bar:after {
  left: 0;
  bottom: 0;
}
.top .nav_bar.current span {
  display: none;
}
.top .nav_bar.current:before,
.top .nav_bar.current:after {
  top: 50%;
  margin-top: -1px;
}
.top .nav_bar.current:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top .nav_bar.current:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav_container {
  display: none;
  width: 100%;
  position: absolute;
  top: 0.92rem;
  left: 0;
  z-index: 2019;
}
.nav_container ul {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.nav_container ul li {
  width: 100%;
}
.nav_container ul li:last-child h4 {
  border-bottom: none;
}
.nav_container ul li h4 {
  width: 100%;
  height: 0.88rem;
  line-height: 0.88rem;
  border-bottom: 1px solid #648EAD;
  text-align: center;
  background-color: rgba(38, 102, 148, 0.88);
  font-weight: normal;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_container ul li h4 a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 0.28rem;
}
.nav_container ul li dl {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #266694;
  text-align: center;
}
.nav_container ul li dl dd {
  height: 0.88rem;
  line-height: 0.88rem;
  border-bottom: 1px solid #648EAD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_container ul li dl dd a {
  display: block;
  width: 100%;
  height: 0.67rem;
  font-size: 0.24rem;
  color: #fff;
}
.nav_container ul .sub h4 a {
  position: relative;
}
.nav_container ul .sub h4 a:before {
  content: "";
  position: absolute;
  right: 0.3rem;
  top: 0.345rem;
  width: 0.1rem;
  height: 0.19rem;
  background: url("../images/icon_arrow.png") no-repeat center;
  background-size: contain;
}
.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 1px solid #ffffff;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}
.container_a {
  padding: 0 0.2rem;
  overflow: hidden;
}
.container_a ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.14rem;
}
.container_a ul li {
  width: 3.36rem;
  height: 2.39rem;
  position: relative;
  margin-top: 0.32rem;
}
.container_a ul li a {
  display: block;
  width: 3.36rem;
  height: 2.39rem;
}
.container_a ul li i {
  display: block;
  width: 3.36rem;
  height: 1.89rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container_a ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #266694;
  padding-left: 0.2rem;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container_a ul li p:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.66rem;
  height: 0.5rem;
  background: url("../images/bg01.png") no-repeat right bottom;
  background-size: contain;
}
.container {
  padding: 0 0.2rem;
  overflow: hidden;
}
.column {
  height: 0.6rem;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column .more {
  font-size: 0.24rem;
  color: #266694;
}
.column h2 {
  font-weight: normal;
  font-size: 0.3rem;
}
.column h2 a {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 0.56rem;
  padding: 0 0.1rem;
  line-height: 0.6rem;
  border-bottom: 0.04rem solid #2291E4;
  color: #333333;
}
.c_b {
  margin-top: 0.21rem;
  overflow: hidden;
}
.c_b .about_txt {
  width: 100%;
  overflow: hidden;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333333;
  padding-top: 0.22rem;
  text-align: justify;
}
.c_b .about_txt img {
  display: block;
  width: 100%;
  height: auto;
}
.c_b .about_txt .txt {
  padding: 0.11rem 0;
}
.c_b .about_txt p a {
  color: #2291e4;
}
.c_b .about_txt p img {
  margin: 0.34rem 0;
}
.c_b .about_txt .btn {
  margin-top: 0.15rem;
  overflow: hidden;
}
.c_b .about_txt .btn a {
  display: block;
  float: left;
  width: 1.33rem;
  height: 0.4rem;
  text-align: center;
  color: #ffffff;
  line-height: 0.4rem;
  background: url("../images/btn_bg.jpg") no-repeat;
  margin-right: 0.2rem;
  -webkit-background-size: contain;
  background-size: contain;
}
.c_c {
  margin-top: 0.33rem;
}
.c_c .mian_box {
  width: 100%;
  overflow: hidden;
}
.c_c .mian_box img.about_pic {
  display: block;
  width: 100%;
  height: auto;
}
.h_new_box {
  width: 100%;
  overflow: hidden;
}
.h_new_box li {
  width: 100%;
  border-bottom: 1px dashed #CBCBCB;
  font-size: 0.24rem;
  overflow: hidden;
  padding: 0.25rem 0;
}
.h_new_box li:last-child {
  border-bottom: none;
}
.h_new_box li a {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 0.2rem;
}
.h_new_box li a i {
  display: block;
  width: 2.1rem;
  height: 1.19rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 0.2rem;
}
.h_new_box li a .txt_p {
  width: 4.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: justify;
}
.h_new_box li a .txt_p.short {
  width: 4.1rem;
}
.h_new_box li a .txt_p p:nth-of-type(1) {
  color: #333333;
}
.h_new_box li a .txt_p p:nth-of-type(2) {
  margin-top: 0.1rem;
  color: #999;
}
.c_d {
  margin-top: 0.17rem;
  overflow: hidden;
  background: url(../images/notice_bg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 0.33rem;
}
.c_d .newsty2 ul {
  padding-top: 0.21rem;
  overflow: hidden;
}
.c_d .newsty2 ul li {
  margin-bottom: 0.31rem;
  overflow: hidden;
}
.c_d .newsty2 ul li a {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.15rem 0;
  overflow: hidden;
}
.c_d .newsty2 ul li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.c_d .newsty2 ul li a .date {
  width: 1.17rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.c_d .newsty2 ul li a .date h4 {
  width: 100%;
  text-align: center;
  font-size: 0.4rem;
  color: #236290;
  line-height: 1.1;
}
.c_d .newsty2 ul li a .date p {
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  color: #666666;
  line-height: 1.1;
}
.c_d .newsty2 ul li a .txt {
  padding-right: 0.2rem;
  padding-left: 0.3rem;
  border-left: 1px solid #D8D8D8;
  font-size: 0.24rem;
  color: #333333;
  line-height: 1.5;
}
.strip {
  display: block;
  width: 100%;
  overflow: hidden;
}
.strip img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.c_e {
  margin-top: 0.29rem;
  overflow: hidden;
}
.c_e ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_e ul li {
  width: 3.36rem;
  height: 1.89rem;
  position: relative;
  margin-top: 0.32rem;
}
.c_e ul li a {
  display: block;
  width: 3.36rem;
  height: 1.89rem;
}
.c_e ul li i {
  display: block;
  width: 3.36rem;
  height: 1.89rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c_e ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #266694;
  padding-left: 0.2rem;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.24rem;
}
.footer {
  margin-top: 0.42rem;
  background-color: #266695;
  overflow: hidden;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer .in {
  padding: 0.5rem 0.24rem 0.4rem;
}
.footer .txt {
  margin-top: 0.24rem;
}
.top_big {
  width: 100%;
  overflow: hidden;
}
.top_big img {
  display: block;
  width: 100%;
  height: auto;
}
.menu_box {
  margin-top: 0.35rem;
  height: 0.5rem;
  position: relative;
}
.menu_box .menu_con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_box .menu_in {
  background-color: #ffffff;
  border: 1px solid #DCDCDC;
}
.menu_box h4 {
  font-weight: normal;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
}
.menu_box h4 a {
  display: block;
  width: 100%;
  height: 0.5rem;
  color: #333333;
  position: relative;
}
.menu_box h4 a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.48rem;
  height: 0.5rem;
  background: url("../images/icon_menu.png") no-repeat center;
}
.menu_box h4 a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.15rem;
  right: 0.49rem;
  width: 1px;
  height: 0.3rem;
  background-color: #DFDFDF;
}
.menu_box ul {
  display: none;
  width: 100%;
  padding: 0 0.1rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0.1rem 0.1rem rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 0.1rem 0.1rem rgba(50, 50, 50, 0.2);
  box-shadow: 0 0.1rem 0.1rem rgba(50, 50, 50, 0.2);
  background-color: #fff;
}
.menu_box ul li {
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-top: 1px solid #E8E8E8;
}
.menu_box ul li a {
  display: block;
  width: 100%;
  height: 0.5rem;
  font-size: 0.24rem;
  color: #666666;
}
.p_m_container {
  width: 100%;
  overflow: hidden;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.2rem;
}
.major_list {
  width: 100%;
  overflow: hidden;
}
.major_list ul {
  padding-top: 0.05rem;
  margin-bottom: 0.47rem;
}
.major_list ul li {
  overflow: hidden;
  padding: 0.2rem 0 0.23rem;
  border-bottom: 1px dashed #E1E1E1;
}
.major_list ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.major_list ul li a i {
  display: block;
  width: 2.1rem;
  height: 1.28rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.major_list ul li a .txt {
  width: 4.82rem;
  height: 1.28rem;
}
.major_list ul li a .txt h4 {
  font-weight: normal;
  font-size: 0.3rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.major_list ul li a .txt p {
  font-size: 0.24rem;
  color: #646464;
  line-height: 0.34rem;
  height: 0.68rem;
  overflow: hidden;
}
.list_page {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #969696;
  overflow: hidden;
  margin-bottom: 0.61rem;
  margin-top: 0.5rem;
}
.list_page a,
.list_page b {
  display: inline-block;
  padding: 0 0.15rem;
  color: #969696;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #E1E1E1;
  background-color: #fff;
}
.list_page b {
  font-weight: normal;
  background-color: #266694;
  border: 1px solid #266694;
  color: #ffffff;
}
.list_page a b {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #969696;
}
.con_06 {
  padding: 0 0.2rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.con_06 .map_box {
  width: 100%;
  height: 3.13rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F6F6F6;
  border: 0.04rem solid #F6F6F6;
}
.con_06 .map_box #allmap {
  width: 100%;
  height: 100%;
  margin: 0;
}
.con_07 {
  padding: 0 0.2rem;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
.con_07 .tel {
  width: 100%;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.con_07 .tel a {
  display: block;
  width: 100%;
  height: 0.88rem;
  color: #ffffff;
  font-size: 0.3rem;
  background-color: #163D9A;
  position: relative;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_07 .tel a:before {
  content: "";
  position: absolute;
  left: 0.26rem;
  top: 0.17rem;
  width: 0.46rem;
  height: 0.46rem;
  background: url("../images/icon_r_phone.png") no-repeat top center;
  background-size: contain;
}
.con_07 .txt {
  background-color: #FAFAFA;
  display: flex;
  justify-content: space-between;
  padding-top: 0.32rem;
  padding-bottom: 0.22rem;
}
.con_07 .txt .fl {
  padding-left: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.42rem;
  padding-right: 0.2rem;
}
.con_07 .txt .fr {
  padding-right: 0.2rem;
}
.con_07 .txt .fr img {
  display: block;
  width: 1.35rem;
}
.con_07 .txt .fr p {
  text-align: center;
  font-size: 0.24rem;
}
.copyright_box {
  padding: 0.2rem;
  overflow: hidden;
  background-color: #323232;
  text-align: center;
  line-height: 0.38rem;
}
.copyright_box a {
  color: #ffffff;
}
.copyright_box p {
  font-size: 0.24rem;
  color: #ffffff;
}
.seatBox {
  width: 100%;
  height: 0.98rem;
}
.fixed_bottom {
  width: 100%;
  height: 0.98rem;
  position: fixed;
  z-index: 2018;
  left: 0;
  bottom: 0;
}
.fixed_bottom .tabBar {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: 0.98rem;
  background-color: #266694;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fixed_bottom .tabBar ul li {
  width: 25%;
  overflow: hidden;
  height: 0.98rem;
  position: relative;
  float: left;
}
.fixed_bottom .tabBar ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 1px;
  height: 0.98rem;
  background-color: #31709D;
}
.fixed_bottom .tabBar ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0.98rem;
  background-color: #19537D;
}
.fixed_bottom .tabBar ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 0.98rem;
  color: #ffffff;
  font-size: 0.24rem;
}
.fixed_bottom .tabBar ul li a img {
  display: block;
  height: 0.36rem;
  margin-bottom: 0.05rem;
}
.my-gallery {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.my-gallery figure {
  display: block;
  width: 3.42rem;
  overflow: hidden;
  margin-top: 0.15rem;
}
.my-gallery figure a {
  display: block;
  width: 3.42rem;
  overflow: hidden;
}
.my-gallery figure p {
  font-size: 0.24rem;
  color: #323232;
  text-align: center;
  line-height: 0.32rem;
  padding: 0.15rem 0;
}
.newList {
  padding-top: 0.12rem;
  padding-bottom: 0.2rem;
  overflow: hidden;
}
.newList li {
  overflow: hidden;
  border-bottom: 1px dashed #E1E1E1;
  padding: 0.12rem 0;
}
.newList li a {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #323232;
}
.article_content {
  overflow: hidden;
}
.article_content .title {
  text-align: center;
  padding-top: 0.3rem;
}
.article_content .title h1 {
  font-weight: normal;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #222222;
}
.article_content .title p {
  font-size: 0.24rem;
  color: #969696;
  line-height: 0.45rem;
}
.article_content .article_txt {
  font-size: 0.28rem;
  line-height: 0.4rem;
  text-align: justify;
  color: #323232;
}
.article_content .article_txt p {
  margin-top: 0.24rem;
}
.article_content .article_txt img {
  max-width: 100%;
  height: auto;
}
.article_content .article_txt table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.24rem;
}
.article_content .article_txt table th {
  text-align: center;
  padding: 0.1rem 0;
}
.article_content .article_txt table th,
.article_content .article_txt table td {
  border: 1px solid #555666;
}
.article_content .article_txt table td {
  padding: 0.1rem 0.08rem;
}
.article_content .article_page {
  border-top: 1px solid #F1F1F1;
  overflow: hidden;
  margin-top: 0.55rem;
  padding: 0.24rem 0;
  margin-bottom: 0.3rem;
}
.article_content .article_page p {
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.28rem;
}
.article_content .article_page p span {
  color: #276594;
  font-weight: bold;
}
.article_content .article_page p a {
  color: #323232;
}
.s_c_a {
  overflow: hidden;
  padding: 0 0.2rem;
}
.s_c_a ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.s_c_a ul li {
  width: 2.36rem;
  overflow: hidden;
  margin-top: 0.43rem;
}
.s_c_a ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.95rem;
  height: 0.95rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #286796;
  margin: 0 auto;
}
.s_c_a ul li i img {
  display: block;
}
.s_c_a ul li h4 {
  text-align: center;
  font-size: 0.3rem;
  color: #266694;
  font-weight: normal;
  margin-top: 0.23rem;
  margin-bottom: 4px;
}
.s_c_a ul li p {
  font-size: 0.24rem;
  color: #777777;
  text-align: center;
  line-height: 0.36rem;
}
.s_c_a ul li:nth-of-type(1) i img {
  height: 0.42rem;
}
.s_c_a ul li:nth-of-type(2) i img {
  height: 0.43rem;
}
.s_c_a ul li:nth-of-type(3) i img {
  height: 0.42rem;
}
.s_c_a ul li:nth-of-type(4) i img {
  height: 0.43rem;
}
.s_c_a ul li:nth-of-type(5) i img {
  height: 0.46rem;
}
.s_c_a ul li:nth-of-type(6) i img {
  height: 0.4rem;
}
.s_c_c {
  padding: 0 0.2rem;
  overflow: hidden;
  margin-top: 0.22rem;
  margin-bottom: 0.39rem;
}
.major_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.34rem;
  font-size: 0.24rem;
  line-height: 0.48rem;
}
.major_table th,
.major_table td {
  border: 1px solid #EBEBEB;
  text-align: center;
}
.major_table th {
  font-weight: normal;
  background-color: #EFEFEF;
}
.major_table td {
  padding: 0 0.06rem;
}
.major_table .btn_r {
  display: block;
  width: 1.06rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin: 0 auto;
  background: url("../images/btn_bg.jpg") no-repeat center;
  color: #ffffff;
  -webkit-background-size: contain;
  background-size: contain;
}
.s_c_d {
  padding: 0 0.2rem 0.2rem;
  overflow: hidden;
}
.s_c_d .top_txt {
  border: 1px solid #64AE31;
  overflow: hidden;
  height: 3.16rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/bm_bg.png") no-repeat bottom center;
  background-size: contain;
  padding-left: 0.27rem;
  padding-right: 0.34rem;
  margin-top: 0.2rem;
}
.s_c_d .top_txt h2 {
  font-size: 0.3rem;
  color: #346595;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.s_c_d .top_txt p {
  font-size: 0.24rem;
  color: #346595;
  line-height: 0.36rem;
}
.s_c_d .bom_txt {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #333333;
  text-align: justify;
}
.s_c_d .bom_txt p {
  margin-top: 0.36rem;
}
.s_c_d .bom_txt a {
  color: #333333;
}
.s_c_e {
  padding: 0 0.2rem;
  overflow: hidden;
  margin-top: 0.2rem;
  margin-bottom: 0.6rem;
}
.s_c_e .txt h2 {
  font-weight: normal;
  font-size: 0.3rem;
  color: #333333;
  margin-top: 0.3rem;
}
.s_c_e .txt p {
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.36rem;
  margin-top: 0.36rem;
  text-align: justify;
}
.s_c_e .txt p img {
  display: block;
  width: 5.2rem;
  margin: 0 auto;
  height: auto;
}
.s_c_e .major_table_t {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.34rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.s_c_e .major_table_t th,
.s_c_e .major_table_t td {
  border: 1px solid #CCCCCC;
}
.s_c_e .major_table_t th {
  font-weight: normal;
  background-color: #EFEFEF;
}
.s_c_e .major_table_t td {
  padding: 0.05rem 0.06rem;
}
.sign_box {
  margin-bottom: 0.55rem;
}
.sign_box h3 {
  font-weight: normal;
  font-size: 0.24rem;
  color: #256998;
  margin-top: 0.26rem;
  margin-bottom: 0.2rem;
}
.sign_box p.txt1 {
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #969696;
}
.sign_box p.txt2 {
  font-size: 0.2rem;
  color: #646464;
  margin-top: 0.18rem;
  padding-bottom: 0.24rem;
}
.sign_box p.txt2 a {
  color: #646464;
}
.sign_box .col_s {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
}
.sign_box .col_s b {
  font-weight: normal;
  margin: 0 0.08rem;
  font-size: 0.24rem;
  color: #666666;
}
.sign_box .col_s label {
  display: block;
  float: left;
  width: 1.58rem;
  text-align: right;
  font-size: 0.24rem;
  color: #323232;
  margin-right: 0.34rem;
  line-height: 0.6rem;
}
.sign_box .col_s label span {
  font-size: 0.18rem;
  color: #e50000;
  margin-right: 0.05rem;
}
.sign_box .col_s select,
.sign_box .col_s input[type=text] {
  display: block;
  float: left;
  border: 1px solid #E1E1E1;
  width: 4.8rem;
  height: 0.6rem;
  padding-left: 0.18rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #666666;
  font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif;
}
.sign_box .submit_btn {
  display: block;
  margin: 0 auto;
  width: 1.8rem;
  height: 0.48rem;
  text-align: center;
  color: #ffffff;
  border: none;
  background-color: #266694;
  font-size: 0.3rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  margin-top: 0.32rem;
}
.check_container {
  width: 100%;
  overflow: hidden;
}
.check_container .txt {
  width: 100%;
  overflow: hidden;
  background-color: #FAFAFA;
  line-height: 0.5rem;
}
.check_container .txt p {
  padding-left: 1rem;
  background: url("../images/icon.png") no-repeat 0.7rem;
  font-size: 0.24rem;
  color: #b4b4b4;
}
.check_container .txt p a {
  color: #266694;
}
.check_container .tabs {
  width: 100%;
  overflow: hidden;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-top: 0.5rem;
}
.check_container .tabs a {
  display: block;
  float: left;
  width: 50%;
  height: 0.4rem;
  font-size: 0.3rem;
  color: #969696;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.check_container .tabs a.active {
  color: #266694;
}
.check_container .tabs a:nth-of-type(1) {
  text-align: right;
  padding-right: 0.2rem;
  position: relative;
}
.check_container .tabs a:nth-of-type(1):before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.1rem;
  width: 1px;
  height: 0.2rem;
  background-color: #E1E1E1;
}
.check_container .tabs a:nth-of-type(2) {
  text-align: left;
  padding-left: 0.2rem;
}
.check_container .class_form {
  width: 5.7rem;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.check_container .class_form .form_col {
  overflow: hidden;
  margin-top: 0.2rem;
}
.check_container .class_form .form_inp {
  display: block;
  width: 100%;
  height: 0.6rem;
  border: 1px solid #E1E1E1;
  padding-left: 0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #969696;
  font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  outline: none;
}
.check_container .class_form .form_btn {
  width: 100%;
  height: 0.6rem;
  background-color: #266694;
  border: none;
  font-size: 0.24rem;
  color: #ffffff;
  margin-top: 0.35rem;
  outline: none;
}
.jg_box {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.36rem 0 0.6rem;
}
.jg_box h4 {
  font-weight: normal;
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.jg_box p {
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.46rem;
}
.jg_box p a {
  color: #266694;
}
.jg_box .txt_r {
  text-align: right;
  margin-top: 0.3rem;
}
/*2016-06-10*/
.c_f_nav {
  padding: 0.3rem 0.2rem 0;
  overflow: hidden;
}
.c_f_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.c_f_nav ul li {
  width: 25%;
  overflow: hidden;
  margin-top: 0.2rem;
}
.c_f_nav ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.c_f_nav ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.c_f_nav ul li a i img {
  display: block;
  width: 0.5rem;
}
.c_f_nav ul li a p {
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.6rem;
}
.c_f_nav ul li:nth-of-type(1) a i {
  background-color: #796EF1;
}
.c_f_nav ul li:nth-of-type(2) a i {
  background-color: #BDD833;
}
.c_f_nav ul li:nth-of-type(3) a i {
  background-color: #ECA651;
}
.c_f_nav ul li:nth-of-type(4) a i {
  background-color: #796EF1;
}
.c_f_nav ul li:nth-of-type(5) a i {
  background-color: #BDD833;
}
.c_f_nav ul li:nth-of-type(6) a i {
  background-color: #ECA44F;
}
.c_f_nav ul li:nth-of-type(7) a i {
  background-color: #C858D4;
}
.c_f_nav ul li:nth-of-type(8) a i {
  background-color: #33D752;
}
.c_f_nav ul li:nth-of-type(9) a i {
  background-color: #CB5A0C;
}
.c_f_nav ul li:nth-of-type(10) a i {
  background-color: #FF6E11;
}
.fixed_bom {
  width: 100%;
  height: 1rem;
}
.fixed_bom .blank {
  width: 100%;
  height: 1rem;
}
.fixed_bom .bom_box {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2019;
  width: 100%;
  height: 1rem;
}
.fixed_bom .bom_box ul {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  height: 1rem;
  background-color: #266694;
}
.fixed_bom .bom_box ul li {
  width: 20%;
  float: left;
  height: 1rem;
  position: relative;
}
.fixed_bom .bom_box ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  width: 1px;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
}
.fixed_bom .bom_box ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.fixed_bom .bom_box ul li:last-child:before {
  content: "";
  width: 0;
}
.fixed_bom .bom_box ul li:last-child:after {
  content: "";
  width: 0;
}
.fixed_bom .bom_box ul li:nth-of-type(3) a::before {
  content: "3";
  position: absolute;
  top: 0.05rem;
  right: 0.28rem;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 0.22rem;
  background-color: #E89245;
  color: #fff;
  font-size: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed_bom .bom_box ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  height: 1rem;
  position: relative;
}
.fixed_bom .bom_box ul li a em {
  position: absolute;
  top: 0.05rem;
  right: 20%;
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: red;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  font-style: normal;
}
.fixed_bom .bom_box ul li a i {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 0.5rem;
}
.fixed_bom .bom_box ul li a i img {
  display: block;
  width: 0.5rem;
}
.fixed_bom .bom_box ul li a p {
  font-size: 0.24rem;
  color: #ffffff;
  margin-top: 0.05rem;
}
.jz_box {
  padding: 0 0.2rem;
  overflow: hidden;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}
.jz_box a {
  width: 100%;
  overflow: hidden;
  padding: 0.32rem 0;
  background-color: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.jz_box a .l_pic {
  display: block;
  width: 1.47rem;
  margin-right: 0.3rem;
}
.jz_box a .lzImg {
  width: 1.47rem;
  height: 1.47rem;
  margin-right: 0.3rem;
  background: url(../images/zsjz_bg.png) no-repeat top center;
  background-size: contain;
}
.jz_box a .lzImg p {
  text-align: center;
  font-size: 0.36rem;
  color: #BDC9EC;
  font-weight: bold;
  margin-top: 0.2rem;
}
.jz_box a .lzImg h4 {
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}
.jz_box a .txt {
  width: 4.34rem;
  margin-right: 0.1rem;
}
.jz_box a .txt h4 {
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
}
.jz_box a .r_pic {
  display: block;
  width: 0.49rem;
  height: 0.49rem;
}
.p_t_img {
  height: 3.53rem;
  width: 100%;
  position: relative;
  background: url(../images/banner01.jpg) no-repeat top center;
  background-size: contain;
}
.p_t_img .p_name {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 0.24rem;
  height: 0.46rem;
  padding: 0 0.2rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.p_t_img .p_name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-style: dashed dashed dashed solid;
  width: 0;
  height: 0;
  overflow: hidden;
}
.p_t_img .p_name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
  border-style: dashed solid dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.bgcolor {
  background-color: #f5f5f5;
}
.c_l_head {
  height: 0.8rem;
  overflow: hidden;
  border-bottom: 1px solid #DFDFDF;
  margin-top: 0.3rem;
}
.c_l_head .swiper-slide {
  width: 1.3rem;
  height: 0.48rem;
  border: 1px solid #DBDBDB;
  margin-right: 0.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #333333;
}
.c_l_head .swiper-slide a {
  color: #333;
}
.c_l_head .swiper-slide.cur {
  border: 1px solid #266996;
}
.c_l_head .swiper-slide.cur a {
  color: #266996;
}
.college_list {
  padding: 0 0.2rem;
  overflow: hidden;
}
.college_list .c_l_body ul li {
  margin-top: 0.3rem;
  overflow: hidden;
}
.college_list .c_l_body ul li a {
  display: block;
  background-color: #fff;
  padding-left: 0.29rem;
  padding-right: 0.3rem;
  padding-top: 0.18rem;
  overflow: hidden;
}
.college_list .c_l_body ul li .c_name {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.5;
}
.college_list .c_l_body ul li .xsinfo {
  display: flex;
  height: 0.62rem;
  align-items: center;
  justify-content: space-around;
}
.college_list .c_l_body ul li .xsinfo .info_item {
  display: flex;
  align-items: center;
}
.college_list .c_l_body ul li .xsinfo .info_item p {
  font-size: 0.24rem;
  color: #797979;
  max-width: 2.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.college_list .c_l_body ul li .xsinfo .info_item img {
  display: block;
  height: 0.22rem;
  margin-right: 0.1rem;
}
.college_list .c_l_body ul li .c_info {
  display: flex;
  padding: 0.15rem 0;
  border-top: 1px solid #E9E9E9;
}
.college_list .c_l_body ul li .c_info .c_logo {
  width: 1.28rem;
  height: 0.97rem;
}
.college_list .c_l_body ul li .c_info .txt {
  width: 4.93rem;
  height: 0.97rem;
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
  font-size: 0.24rem;
  color: #797979;
}
.college_list .c_l_body ul li .btn {
  border-top: 1px solid #E9E9E9;
  height: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.college_list .c_l_body ul li .btn span {
  font-size: 0.2rem;
  color: #266695;
  border: 1px solid #266695;
  border-radius: 0.06rem;
  padding: 0.04rem 0.1rem;
}
.noticeList {
  padding: 0 0.2rem;
  overflow: hidden;
}
.noticeList li {
  border-bottom: 1px dashed #E0E0E0;
}
.noticeList li a {
  display: flex;
  justify-content: space-between;
  padding-top: 0.3rem;
  padding-bottom: 0.26rem;
  overflow: hidden;
}
.noticeList li .date {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #F5F5F4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  line-height: 1.4;
  text-align: center;
}
.noticeList li .date h4 {
  font-size: 0.4rem;
  color: #236290;
  width: 100%;
}
.noticeList li .date p {
  font-size: 0.16rem;
  color: #666666;
  width: 100%;
}
.noticeList li .txt {
  width: 5.69rem;
  height: 1.2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.noticeList li .txt h4 {
  font-size: 0.3rem;
  color: #333333;
  line-height: 1.3;
  font-weight: normal;
}
.noticeList li .txt p {
  display: none;
  font-size: 0.2rem;
  color: #999999;
  margin-top: 0.1rem;
}
.navbox {
  padding: 0 0.2rem;
  overflow: hidden;
}
.articleWrap {
  padding: 0 0.2rem;
  overflow: hidden;
}
.articleWrap .article_head {
  text-align: center;
  overflow: hidden;
  padding-top: 0.47rem;
}
.articleWrap .article_head h1 {
  font-size: 0.38rem;
  line-height: 1.5;
  color: #222222;
}
.articleWrap .article_head p {
  font-size: 0.24rem;
  color: #999999;
  margin-top: 0.06rem;
}
.articleWrap .article_body {
  font-size: 0.3rem;
  line-height: 2;
  text-align: justify;
  padding-top: 0.25rem;
  word-break: break-all;
  letter-spacing: 0.25px;
}
.articleWrap .article_body p {
  margin-bottom: 0.3rem;
}
.articleWrap .article_body img {
  max-width: 100%;
}
.articleWrap .article_body table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.3rem;
}
.articleWrap .article_body table td,
.articleWrap .article_body table th {
  padding: 0.1rem 0.15rem;
  border: 1px solid #dedede;
}
.articleWrap .article_body table th {
  text-align: center;
  font-weight: bold;
}
.articleWrap .article_page {
  border-top: 1px solid #F1F1F1;
  overflow: hidden;
  margin-top: 0.55rem;
  padding: 0.24rem 0;
  margin-bottom: 0.3rem;
}
.articleWrap .article_page p {
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.28rem;
}
.articleWrap .article_page p span {
  color: #276594;
  font-weight: bold;
}
.articleWrap .article_page p a {
  color: #323232;
}
.imgList {
  padding: 0 0.2rem;
  overflow: hidden;
  margin-top: 0.3rem;
}
.imgList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imgList li {
  width: 3.41rem;
  overflow: hidden;
}
.imgList li img {
  display: block;
  width: 3.41rem;
  height: 2.28rem;
}
.imgList li p {
  font-size: 0.24rem;
  color: #333;
  line-height: 1.5;
  padding-top: 0.15rem;
  padding-bottom: 0.23rem;
  text-align: justify;
}
.imgTxtList {
  padding: 0 0.2rem;
  overflow: hidden;
}
.imgTxtList li {
  padding: 0.28rem 0;
  border-bottom: 1px dashed #dedede;
}
.imgTxtList li a {
  display: flex;
  justify-content: space-between;
}
.imgTxtList li a .imgtitle {
  display: block;
  width: 2rem;
  overflow: hidden;
}
.imgTxtList li a .txt {
  width: 4.86rem;
  overflow: hidden;
}
.imgTxtList li a .txt h4 {
  font-size: 0.3rem;
  color: #333;
}
.imgTxtList li a .txt .smtxt {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.2rem;
  color: #999;
  margin-top: 0.08rem;
  text-align: justify;
}
.imgTxtList li a .txt .smtxt p {
  position: relative;
  margin-right: 0.2rem;
}
.imgTxtList li a .txt .smtxt p:last-child::before {
  content: "";
}
.imgTxtList li a .txt .smtxt p::before {
  content: "/";
  position: absolute;
  right: -0.15rem;
  top: 0;
  width: 0.1rem;
  height: 0.3rem;
  padding-left: 0.1rem;
}
.college_info1 {
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.college_info1 .img {
  width: 2.36rem;
}
.college_info1 .img img {
  display: block;
  width: 100%;
}
.college_info1 .infotxt {
  width: 4.5rem;
  height: 1.8rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.college_info1 .infotxt h4 {
  font-size: 0.3rem;
  line-height: 2;
  color: #333;
  width: 100%;
}
.college_info1 .infotxt p {
  width: 100%;
  font-size: 0.24rem;
  color: #666;
  letter-spacing: 0.25px;
  line-height: 1.2;
  margin-bottom: 0 !important;
}
.college_info1 .infotxt .zxbtn {
  display: flex;
  align-items: center;
  float: left;
  line-height: 2;
  font-size: 0.24rem;
  color: #ffaa00;
  cursor: pointer;
  margin-top: 0.1rem;
}
.college_info1 .infotxt .zxbtn img {
  margin-left: 0.08rem;
  width: 0.26rem;
}
.college_info2 {
  overflow: hidden;
  margin-top: 0.2rem;
}
.college_info2 .infotable {
  border-collapse: collapse;
  width: 100%;
}
.college_info2 .infotable td {
  border: 1px solid #dedede;
  padding: 0.2rem 0.15rem;
}
.college_info2 .infotable td span {
  color: #336699;
}
.college_info2 dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.college_info2 dl dd {
  width: 100%;
  padding: 0.1rem 0;
}
.college_info2 dl dd span {
  color: #336699;
}

.form_section {
  width: 100%;
  overflow: hidden;
  background: url(/style/img/form_b_bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 0.37rem;
  padding-top: 0.53rem;
  margin-bottom: 0.15rem;
}
.form_section .title {
  text-align: center;
  color: #fff;
  margin-bottom: 0.25rem;
}
.form_section .title h4 {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.07rem;
}
.form_section .title p {
  font-size: 0.2rem;
}
.form_section ul {
  padding: 0 0.6rem;
  overflow: hidden;
}
.form_section ul li {
  height: 0.64rem;
  margin-bottom: 0.2rem;
}
.form_section ul li:last-child {
  width: 100%;
}
.form_section ul li:nth-of-type(1) input {
  background: url(/style/img/icon_f_b1.png) no-repeat 0.14rem center #fff;
  background-size: 0.19rem 0.22rem;
}
.form_section ul li:nth-of-type(2) input {
  background: url(/style/img/icon_f_b2.png) no-repeat 0.14rem center #fff;
  background-size: 0.22rem;
}
.form_section ul li:nth-of-type(3) input {
  background: url(/style/img/icon_f_b3.png) no-repeat 0.14rem center #fff;
  background-size: 0.22rem;
}
.form_section ul li:nth-of-type(4) input {
  background: url(/style/img/icon_f_b4.png) no-repeat 0.14rem center #fff;
  background-size: 0.22rem;
}
.form_section ul li:nth-of-type(5) select {
  background: url(/style/img/icon_f_b5.png) no-repeat 0.14rem center #fff;
  background-size: 0.22rem 0.21rem;
}
.form_section ul li input {
  display: block;
  width: 100%;
  height: 0.64rem;
  background-color: #fff;
  border: none;
  padding-left: 0.54rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #333333;
}
.form_section ul li select {
  display: block;
  width: 100%;
  height: 0.64rem;
  background-color: #fff;
  border: none;
  padding-left: 0.54rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #333333;
}
.form_section input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem auto 0;
  width: 2.57rem;
  height: 0.7rem;
  background-color: #f18634;
  font-size: 0.26rem;
  color: #ffffff;
  border: none;
}
.bom_section {
  width: 100%;
  overflow: hidden;
  background-color: #2f2f2f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.8rem;
  box-sizing: border-box;
  margin-bottom: 0.98rem;
}
.bom_section .txt {
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.48rem;
}
.bom_section .txt a {
  color: #ffffff;
}
.bom_section img {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
}