* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
li {
  list-style: none;
}
.clear {
  clear: both;
}
.container {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  font-family: 微软雅黑;
}
.erbtn {
  display: flex;
}
.erbtn .box {
  flex: 1;
  font-size: 0.85rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.erbtn .box .topbox {
  display: flex;
  color: #676767;
  height: 3rem;
  background: #eceaeb;
  justify-content: center;
  align-items: center;
}
.erbtn .box .topbox p {
  text-align: center;
  line-height: 1.2rem;
}
.erbtn .box .bombox {
  height: 1.8rem;
  line-height: 1.8rem;
  background: linear-gradient(#1f71b1, #065fa4);
  text-align: center;
  color: #fff;
}
.bqrxbtn {
  margin-top: 0.5rem;
  background: linear-gradient(#2071b1, #1066a9, #005aa1);
  display: flex;
  height: 3.2rem;
  align-items: center;
}
.bqrxbtn .textbox {
  flex: 1;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.bqrxbtn .telbox {
  flex: 2;
  display: flex;
  margin-right: 0.5rem;
}
.bqrxbtn .telbox a {
  border-radius: 0.4rem;
  width: 100%;
  height: 2.2rem;
  font-size: 1.2rem;
  color: #0d63a7;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bqrxbtn .telbox a span {
  background: url(../images/ggt_03.png) no-repeat left center;
  background-size: 1.5rem;
  padding-left: 2rem;
  width: 10.5rem;
  display: block;
}
.ttlxbox .ttlxtitle {
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #bfbfbf;
  color: #005aa1;
  font-size: 1.1rem;
  position: relative;
}
.ttlxbox .ttlxtitle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 8rem;
  background: #fe9200;
  height: 4px;
  margin-left: -4rem;
  text-indent: -9999px;
}
.ttlxbox .ttlxtapbtn {
  margin-top: 0.5rem;
  display: flex;
}
.ttlxbox .ttlxtapbtn li {
  flex: 1;
  display: flex;
  justify-content: center;
  background: #88b3d5;
  height: 2.5rem;
  align-items: center;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
}
.ttlxbox .ttlxtapbtn .on {
  background: #005aa1;
}
.ttlxbox .ttlxtapbox .box .zhbox {
  margin-top: 0.5rem;
}
.ttlxbox .ttlxtapbox .box .zhbox h3 {
  margin: 0 0.2rem;
  text-align: center;
  height: 2.2rem;
  line-height: 2.2rem;
  border: 1px solid #eceaeb;
  color: #005aa1;
  font-size: 1rem;
  font-weight: normal;
}
.ttlxbox .ttlxtapbox .box .zhbox .box3 {
  margin-top: 0.5rem;
}
.ttlxbox .ttlxtapbox .box .zhbox .box3 ul {
  display: flex;
}
.ttlxbox .ttlxtapbox .box .zhbox .box3 ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eceaeb;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.ttlxbox .ttlxtapbox .box .zhbox .box3 ul li a {
  color: #676767;
}
.ttlxbox .ttlxtapbox .box .zhbox .box2 {
  margin-top: 0.5rem;
}
.ttlxbox .ttlxtapbox .box .zhbox .box2 ul {
  display: flex;
}
.ttlxbox .ttlxtapbox .box .zhbox .box2 ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  background: #eceaeb;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  font-size: 0.9rem;
}
.ttlxbox .ttlxtapbox .box .zhbox .box2 ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #676767;
}
.ttlxbox .ttlxtapbox .box .zhbox .box2 ul li a .teltextbox {
  width: 100%;
  display: flex;
}
.ttlxbox .ttlxtapbox .box .zhbox .box2 ul li a .teltextbox .lefttext {
  width: 5rem;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1rem;
}
.ttlxbox .ttlxtapbox .box .zhbox .box2 ul li a .teltextbox .lefttext p {
  text-align: center;
}
.ttlxbox .ttlxtapbox .box .zhbox .box2 ul li a .teltextbox .righttext {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
}
.ttlxbox .ttlxtapbox .box .zhbox .box2 ul li:nth-child(2) {
  flex: 2;
  display: flex;
  background: #fff;
  border: 1px solid #005aa1;
  align-items: center;
  justify-content: center;
}
.ttlxbox .ttlxtapbox .hide {
  display: none;
}
.zzzxbtn {
  height: 2.2rem;
  line-height: 2.2rem;
  background: #fe8100;
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1rem;
  position: relative;
}
.zzzxbtn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fefdfd;
}
.zzzxbtn a img {
  position: absolute;
  bottom: 0;
  right: 1rem;
  width: 1.5rem;
}
.adbanner {
  margin-top: 0.5rem;
}
.adbanner img {
  display: block;
  width: 100%;
}
.zcbox .zctitle {
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #bfbfbf;
  color: #005aa1;
  font-size: 1.1rem;
  position: relative;
}
.zcbox .zctitle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 8rem;
  background: #fe9200;
  height: 4px;
  margin-left: -4rem;
  text-indent: -9999px;
}
.zcbox .frombox {
  padding: 0.5rem;
}
.zcbox .frombox .row {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  font-size: 0.85rem;
  line-height: 1.5rem;
}
.zcbox .frombox .mar-bom {
  margin-bottom: 1rem;
}
.zcbox .frombox .pd-left {
  padding-left: 1.6rem;
}
.zcbox .frombox .inputgroup {
  display: flex;
  height: 2.4rem;
  align-items: center;
}
.zcbox .frombox .inputgroup .textbox {
  flex: 1;
  text-align: right;
  font-size: 1rem;
}
.zcbox .frombox .inputgroup .inputbox {
  flex: 3;
}
.zcbox .frombox .inputgroup .inputbox input {
  border: 1px solid #000000;
  border-radius: 0.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  padding-left: 0.5rem;
  color: #333;
  width: 80%;
  font-size: 0.85rem;
}
.zcbox .frombox .btngroup {
  margin-top: 0.5rem;
}
.zcbox .frombox .btngroup ul {
  display: flex;
}
.zcbox .frombox .btngroup ul li {
  flex: 1;
}
.zcbox .frombox .btngroup ul li input {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 2.2rem;
  line-height: 2.2rem;
  background: #005aa1;
  color: #fff;
  border: none;
  border-radius: 0.6rem;
  font-size: 1rem;
}
.zcbox .frombox .btngroup ul li a {
  display: block;
  text-align: center;
  line-height: 2.2rem;
  width: 80%;
  margin: 0 auto;
  height: 2.2rem;
  background: #fe8100;
  color: #fff;
  border: none;
  border-radius: 0.6rem;
  font-size: 1rem;
}
.jjjcbox .jjjctitle {
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #bfbfbf;
  color: #005aa1;
  font-size: 1.1rem;
  position: relative;
}
.jjjcbox .jjjctitle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 8rem;
  background: #fe9200;
  height: 4px;
  margin-left: -4rem;
  text-indent: -9999px;
}
.jjjcbox .imgbox {
  margin-top: 0.5rem;
}
.jjjcbox .imgbox img {
  display: block;
  width: 100%;
}
.jjjcbox .jcbtn {
  display: flex;
  margin-top: 0.5rem;
}
.jjjcbox .jcbtn li {
  height: 6.5rem;
  line-height: 1.3rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005aa1;
  color: #fff;
  font-size: 0.9rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  padding-bottom: 1rem;
  position: relative;
}
.jjjcbox .jcbtn li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1rem;
  width: 2rem;
  margin-left: -1rem;
  background: #fff;
  height: 2px;
}
.jjjcbox .jcbtn li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.jcxgbtn {
  height: 2.2rem;
  line-height: 2.2rem;
  background: #fe8100;
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1rem;
  position: relative;
}
.jcxgbtn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fefdfd;
}
.jcxgbtn a img {
  position: absolute;
  bottom: 0;
  right: 5rem;
  width: 1.5rem;
}
.wcbqbox .wcbqtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  text-align: center;
  line-height: 1.5rem;
  border-bottom: 1px solid #bfbfbf;
  color: #005aa1;
  font-size: 1.1rem;
  position: relative;
}
.wcbqbox .wcbqtitle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 8rem;
  background: #fe9200;
  height: 4px;
  margin-left: -4rem;
  text-indent: -9999px;
}
.wcbqbox .imgbox {
  margin-top: 1rem;
}
.wcbqbox .imgbox img {
  display: block;
  width: 100%;
}
.wcbqbox .conbox {
  margin-top: 1rem;
  display: flex;
}
.wcbqbox .conbox .leftbox {
  width: 40%;
}
.wcbqbox .conbox .leftbox img {
  display: block;
  margin: 0 auto;
  width: 95%;
}
.wcbqbox .conbox .rightbox {
  width: 60%;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
}
.wcbqbox .conbox .rightbox p {
  flex: 2;
  color: #676767;
  font-size: 0.85rem;
  line-height: 1.25rem;
}
.wcbqbox .conbox .rightbox p span {
  color: #005aa1;
  text-decoration: underline;
}
.wcbqbox .conbox .rightbox ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wcbqbox .conbox .rightbox ul li img {
  margin: 0 auto;
  display: block;
  width: 95%;
}
.xgdiv {
  margin-top: 1rem;
  display: flex;
}
.xgdiv li {
  height: 3.5rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  flex: 1;
  background: #e4e3e3;
  color: #005aa1;
  font-size: 0.9rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4rem;
}
.xgdiv li a {
  color: #005aa1;
}
.xgdiv .on {
  color: #fff;
  background: #005aa1;
}
.xgdiv .on a {
  color: #fff;
}
.zjtd .tjtdtitle {
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #bfbfbf;
  color: #005aa1;
  font-size: 1.1rem;
  position: relative;
}
.zjtd .tjtdtitle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 8rem;
  background: #fe9200;
  height: 4px;
  margin-left: -4rem;
  text-indent: -9999px;
}
.zjtd .zjtab {
  margin-top: 1rem;
  display: flex;
}
.zjtd .zjtab li {
  cursor: pointer;
  flex: 1;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  background: #fe8100;
}
.zjtd .zjtab .on {
  background: #005aa1;
}
.zjtd .zjcon .box .zjul {
  margin-top: 1rem;
  display: flex;
}
.zjtd .zjcon .box .zjul li {
  flex: 1;
}
.zjtd .zjcon .box .zjul li img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.zjtd .zjcon .box .zjul li h3 {
  color: #005aa1;
  font-size: 1rem;
  text-align: center;
  height: 2.2rem;
  line-height: 2.2rem;
  font-weight: normal;
}
.zjtd .zjcon .box .zjul li p {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #060505;
}
.zjtd .zjcon .hide {
  display: none;
}
.zjtd .zjcon .zjbtn {
  margin-top: 0.5rem;
  display: flex;
}
.zjtd .zjcon .zjbtn li {
  flex: 1;
  display: flex;
  justify-content: center;
}
.zjtd .zjcon .zjbtn li a {
  width: 75%;
  height: 1.8rem;
  line-height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eae7e7;
  border-radius: 0.6rem;
  position: relative;
  font-size: 0.9rem;
  color: #1e6abc;
}
.zjtd .zjcon .zjbtn li a img {
  margin-left: 0.4rem;
  width: 1rem;
}
.zjtd .zjcon .zjbtn li:nth-child(2) a {
  color: #f6782f;
}
.zjtd .zjcon .zjbtn li:nth-child(3) a {
  color: #535353;
}
.byfx .byfxtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  text-align: center;
  line-height: 1.5rem;
  border-bottom: 1px solid #bfbfbf;
  color: #005aa1;
  font-size: 1.1rem;
  position: relative;
}
.byfx .byfxtitle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 8rem;
  background: #fe9200;
  height: 4px;
  margin-left: -4rem;
  text-indent: -9999px;
}
#byfxswiper {
  margin-top: 1rem;
  padding-bottom: 2rem;
}
#byfxswiper .swiper-slide {
  position: relative;
}
#byfxswiper .swiper-slide img {
  display: block;
  width: 100%;
}
#byfxswiper .swiper-slide h3 {
  position: absolute;
  right: 1.1rem;
  top: 2.9rem;
  height: 2.2rem;
  line-height: 2.2rem;
  font-size: 0.9rem;
  font-weight: normal;
  width: 10.4rem;
  text-align: center;
  color: #fff;
}
#byfxswiper .swiper-slide p {
  position: absolute;
  left: 13rem;
  top: 7.5rem;
  width: 10rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
#byfxswiper .swiper-slide p b {
  display: block;
  color: #005aa1;
  font-size: 1rem;
}
#byfxswiper .swiper-slide p span {
  color: #ff6600;
}
#byfxswiper .swiper-slide p a {
  color: #e14d63;
}
#byfxswiper .swiper-pagination {
  bottom: 0px;
}
#byfxswiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 3rem;
  height: 0.5rem;
}
.hzgz .hzgztitle {
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #bfbfbf;
  color: #005aa1;
  font-size: 1.1rem;
  position: relative;
}
.hzgz .hzgztitle:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 8rem;
  background: #fe9200;
  height: 4px;
  margin-left: -4rem;
  text-indent: -9999px;
}
.hzgz .hzgzcon {
  margin-top: 1rem;
  display: flex;
}
.hzgz .hzgzcon .bj1 {
  background: #fe8100;
}
.hzgz .hzgzcon .bj2 {
  background: #5488b7;
}
.hzgz .hzgzcon .bj3 {
  background: #72a0c4;
}
.hzgz .hzgzcon .bj4 {
  background: #e1a04e;
}
.hzgz .hzgzcon .bj5 {
  background: #005aa1;
}
.hzgz .hzgzcon .leftbox {
  flex: 2;
}
.hzgz .hzgzcon .leftbox .row {
  display: flex;
}
.hzgz .hzgzcon .leftbox .row li {
  font-size: 0.7rem;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.4rem;
  border-radius: 0.6rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
}
.hzgz .hzgzcon .leftbox .row li a {
  color: #fff;
}
.hzgz .hzgzcon .leftbox .row .f2 {
  flex: 2;
}
.hzgz .hzgzcon .leftbox .row .f3 {
  flex: 3;
}
.hzgz .hzgzcon .leftbox .row .h1 {
  height: 1.5rem;
}
.hzgz .hzgzcon .leftbox .row .h {
  height: 3rem;
}
.hzgz .hzgzcon .rightbox {
  flex: 3;
}
.hzgz .hzgzcon .rightbox .row {
  display: flex;
}
.hzgz .hzgzcon .rightbox .row li {
  font-size: 0.7rem;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  border-radius: 0.6rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
}
.hzgz .hzgzcon .rightbox .row li a {
  color: #fff;
}
.hzgz .hzgzcon .rightbox .row .f2 {
  flex: 2;
}
.hzgz .hzgzcon .rightbox .row .f3 {
  flex: 3;
}
.hzgz .hzgzcon .rightbox .row .h {
  height: 3rem;
}
.hzgz .hzgzcon .rightbox .row .h1 {
  height: 1.5rem;
}

.zw-nav li {
  float: left;
  width: 25%;
  border-right: 1px #ccc solid;
}
.zw-nav li a {
  display: block;
  width: 100%;
  font-size: 0.825rem;
  background-color: #fff;
  text-align: center;
  line-height: 2.2rem;
  height: 2.2rem;
}
.zw-nav li:last-child {
  border-right: none;
}
.blue li {
  border-right: 1px #ccc solid;
}
.blue li a {
  background-color: #fff;
  color: #000;
}
.w600 {
    width: 93.75%;
    margin: 0 auto;
    overflow: hidden;
}
.doc-team .tab-btn {
  padding: 0rem 1.5rem 1rem;
  margin-top: 1rem;
}
.doc-team .tab-btn li {
  width: 48%;
  font-size: 0.825rem;
  text-align: center;
  background-color: #eee;
  line-height: 2.25rem;
}
.doc-team .tab-btn .on {
  background-color: #1f6aba;
  color: #fff;
}
.doc-team .tab-txt .swiper-container {
  padding-bottom: 1.2rem;
}
.doc-team .tab-txt .swiper-container-horizontal > .swiper-pagination-bullets,
.doc-team .tab-txt .swiper-pagination-custom,
.doc-team .tab-txt .swiper-pagination-fraction {
  bottom: 0rem;
}
.doc-team .tab-txt .list {
  float: left;
  width: 33.33%;
}
.doc-team .tab-txt .list img {
  display: block;
  width: 6.1875rem;
  margin: 0 auto;
}
.doc-team .tab-txt .list h2 {
  line-height: 2rem;
  font-size: 0.675rem;
  text-align: center;
  font-weight:unset;
}
.doc-team .tab-txt .list h2 span {
  font-size: 0.9rem;
  color: #1f6aba;
  font-weight: bold;
}
.doc-team .tab-txt .list p {
  font-size: 0.675rem;
  text-align: center;
}
.doc-team .tab-txt .bb {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
.doc-team .tab-txt .btn {
  text-align: center;
  margin-top: 1rem;
}
.doc-team .tab-txt .btn a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0 1.5rem 0 0.5rem;
  border-radius: 1rem;
  line-height: 1.8;
}
.doc-team .tab-txt .btn a:nth-of-type(1) {
  background: url(../images/g_107.jpg) no-repeat 92% center;
  background-size: 0.9rem 0.975rem;
  background-color: #bfdeff;
  color: #1f6aba;
}
.doc-team .tab-txt .btn a:nth-of-type(2) {
  background: url(../images/g_109.jpg) no-repeat 92% center;
  background-size: 0.9rem 0.975rem;
  background-color: #ffdcc3;
  color: #f36500;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.doc-team .tab-txt .btn a:nth-of-type(3) {
  background: url(../images/g_104.jpg) no-repeat 92% center;
  background-size: 0.9rem 0.975rem;
  background-color: #e9e9e9;
  color: #444444;
}
.right {
    float: right;
}
.left {
    float: left;
}
.doc-team .tab-btn .on {
    background-color: #1f6aba;
    color: #fff;
}
a {
    color: #444444;
}
.nb-phb {
  background-color: #eee;
}
.nb-phb h2 {
  font-size: 0.975rem;
  font-weight: bold;
  text-indent: 2.2rem;
  height: 2.325rem;
  line-height: 2.325rem;
  background: url(/images/last_87.jpg) no-repeat 0.75rem center;
  background-size: 1.275rem 1.65rem;
}
.nb-phb h2 span {
  font-size: .675rem;
  font-weight: normal;
  margin-left: 0.45rem;
}
.nb-phb-main {
  padding: 1rem 0.75rem 1rem;
}
.nb-phb-main li {
  float: left;
  width: 49.5%;
  font-size: 0.675rem;
  height: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.4rem;
  border: 1px #ccc solid;
  text-align: center;
}
.nb-phb-main li:nth-of-type(even) {
  margin-left: 1%;
}
.bb-swt {
  padding: 0.3rem 0.75rem;
  background-color: #eee;
}
.bb-swt li {
  width: 48%;
  height: 3.5rem;
  background: url(/images/last_91.jpg) no-repeat 1.8rem center;
  background-size: 2.55rem 2.55rem;
  background-color: #fff;
}
.bb-swt li a {
  display: block;
  width: 100%;
  padding-left: 5rem;
  font-size: 0.75rem;
  padding-top: 0.55rem;
}
.bb-swt li a b {
  font-size: 0.9rem;
  font-weight: bold;
  display: block;
  color: #1368bd;
}
.bb-swt li:nth-child(2) {
  background: url(/images/last_94.jpg) no-repeat 1.8rem center;
  background-size: 2.55rem 2.55rem;
  background-color: #fff;
}
.bb-swt li:nth-child(2) a b {
  color: #fe6c00;
}
/**底部css**/
.nb-footer {
  background-color: #1368bd;
  margin-top: 1rem;
  padding-top: 1rem;
  margin-bottom: 5rem;
}
.nb-footer .main {
  margin-top: 0.825rem;
  padding-bottom: 0.5rem;
}
.nb-footer .main .left {
  width: 24.375%;
  margin-left: 10.625%;
}
.nb-footer .main .left img {
  display: block;
  width: 100%;
}
.nb-footer .main .left span {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}
.nb-footer .main .right {
  width: 62%;
}
.nb-footer .main .right p {
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #fff;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
.nb-footer .main .right p b {
  font-size: 0.975rem;
}
.nb-footer .main .right p:first-child {
  background: url(/images/last_105.jpg) no-repeat 0 0.2rem;
  background-size: 2.1rem 2.1rem;
}
.nb-footer .main .right p:last-child {
  background: url(/images/last_108.jpg) no-repeat 0 0.2rem;
  background-size: 2.1rem 2.1rem;
}
img{
	max-width:100%;	
}