#topbar {
  height: 1.875rem;
  background: #007db8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#topbar .logo {
  height: 1.40625rem;
  margin-left: 0.5625rem;
  margin-top: 0.25rem;
  display: inline-block;
  float: left;
}
#topbar .logo img {
  height: 100%;
}
#topbar h1 {
  font-size: 0.621875rem;
  margin-left: 0.3125rem;
  margin-top: 0.371875rem;
  color: #fff;
}
#topbar .more {
  margin-top: 0.859375rem;
  width: 0.5625rem;
  height: 0.359375rem;
  margin-right: 0.671875rem;
}
#topbar .more img {
  display: block;
  width: 100%;
}
#slidebar {
  position: fixed;
  top: 1.875rem;
  left: 0;
  width: 100%;
  display: none;
  background: #eeeeee;
}
#slidebar ul {
  width: 100%;
}
#slidebar ul .btn:active {
  background: #e0e0e0;
}
#slidebar ul .btn {
  width: 100%;
  line-height: 1.125rem;
  font-size: 0.40625rem;
  text-align: left;
  padding: 0 0.46875rem;
}
#slidebar ul .btn a{
  display:block;
}
#slidebar ul .sure {
  background: #e0e0e0;
}
/* 首页 */
#index {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 100%;
  background: #007db8;
  padding-bottom: 0.15625rem;
  z-index: -1;
}
#index .tit {
  margin: 0.203125rem 0.15625rem;
  font-size: 0.5625rem;
  background: #fff;
  line-height: 1.21875rem;
  border-radius: 0.09375rem;
  text-align: center;
  color: #007db8;
}
#index .swiper-container .swiper-button-prev,
#index .swiper-container .swiper-button-next {
  width: 0.40625rem;
  height: 0.609375rem;
}
#index .swiper-container .swiper-button-prev {
  background: transparent url('../images/left.png') no-repeat top scroll;
  background-size: 0.40625rem 0.609375rem;
}
#index .swiper-container .swiper-button-next {
  background: transparent url('../images/right.png') no-repeat top scroll;
  background-size: 0.40625rem 0.609375rem;
}
#index .form {
  background: #007db8;
}
#index .form .box {
  margin: 0 0.15625rem 0.234375rem 0.15625rem;
  background: #fff;
  border-radius: 0.09375rem;
  padding-bottom: 0.46875rem;
}
#index .form .box .con {
  display: block;
  padding: 0.46875rem 0.15625rem 0.46875rem 0.15625rem;
}
#index .form .box .con .txt,
#index .form .box .con .png {
  width: 50%;
}
#index .form .box .con > div:nth-child(2) {
  padding-left: 0.40625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#index .form .box .con .png {
  position: relative;
  overflow: hidden;
}
#index .form .box .con .png img {
  width: 100%;
}
#index .form .box .con .png p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.375rem;
  line-height: 0.46875rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
#index .form .box .con .txt {
  color: #333;
  font-size: 0.375rem;
  text-align: left;
}
#index .form .more {
  width: 1.5625rem;
  height: 0.6875rem;
  line-height: 0.6875rem;
  font-size: 0.28125rem;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 0.15625rem;
  margin: auto;
}
#index .btnform {
  margin: 0.3125rem 0.3125rem 0 0.3125rem;
}
#index .btnform .btnbox {
  padding: 0.3125rem 0.625rem 0 0.625rem;
  background: #fff;
  border-radius: 0.09375rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index .btnform .btnbox .btn {
  width: 46%;
  margin: 0 0 0.3125rem 0;
  line-height: 0.75rem;
  font-size: 0.375rem;
  color: #fff;
}
#index .btnform .btnbox .btn:nth-child(odd) {
  margin-right: 8%;
}
/* 关于弄潮 */
#aboutus {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 100%;
  background: #007db8;
  padding-bottom: 0.15625rem;
  z-index: -1;
}
#aboutus .banner {
  display: block;
  width: 100%;
}
#aboutus .tit {
  margin: 0.203125rem 0;
  font-size: 0.5625rem;
  background: #fff;
  line-height: 1.21875rem;
  text-align: center;
  color: #007db8;
}
#aboutus .form {
  margin-bottom: 0.15625rem;
}
#aboutus .form .conbox {
  display: block;
  padding: 0.46875rem 0.15625rem 0.15625rem 0.15625rem;
}
#aboutus .form .conbox .png {
  width: 50%;
  margin-right: 0.15625rem;
}
#aboutus .form .conbox .png img {
  margin: 0.15625rem;
}
#aboutus .form .conbox > div:nth-child(2) {
  padding-left: 0.40625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#aboutus .form .conbox .png {
  overflow: hidden;
}
#aboutus .form .conbox .png img {
  width: 100%;
}
#aboutus .form .conbox .txt {
  color: #333;
  font-size: 0.375rem;
  text-align: left;
}
#aboutus .form .conbox .txt p{
  text-align:left;
}
#aboutus .form .box.con {
  background: #fff;
  margin: 0.234375rem 0.15625rem;
  border-radius: 0.09375rem;
  position: relative;
  padding: 0.46875rem 0.46875rem 1.09375rem 0.46875rem;
}
#aboutus .form .box.con .title {
  font-size: 0.4375rem;
  text-align: left;
  color: #007db8;
  padding-left: 0.15625rem;
  border-left: 2px solid #007db8;
  font-weight: bold;
}
#aboutus .form .box.con .desc {
  text-indent: 2em;
  color: #333;
  font-size: 0.375rem;
  padding-top: 0.375rem;
  text-align: justify;
}
#aboutus .form .box.con .maindesc {
  color: #333;
  font-size: 0.375rem;
  padding-top: 0.375rem;
  text-align: justify;
  line-height: 0.625rem;
}
#aboutus .form .box.con .maindesc img {
  display: block;
  margin: 0.90625rem auto 0.15625rem auto;
  width: 2.1875rem;
}
#aboutus .form .box.con .maindesc .txt {
  font-size: 0.375rem;
  line-height: 0.625rem;
  color: #333;
  text-align: center;
}
#aboutus .form .box.con .swiper-container a {
  margin: 0.234375rem 0.15625rem;
  display: block;
}
#aboutus .form .box.con .swiper-container a img {
  display: block;
  width: 100%;
  height:146px;
}
#aboutus .form .box.con .swiper-container a p {
  text-align: left;
  font-size: 0.25rem;
  color: #000;
  margin-top: 0.15625rem;
}
#aboutus .form .box.con .swiper-button-prev,
#aboutus .form .box.con .swiper-button-next {
  width: 0.40625rem;
  height: 0.609375rem;
}
#aboutus .form .box.con .swiper-button-prev {
  background: transparent url('../images/left2.png') no-repeat top scroll;
  background-size: 0.40625rem 0.609375rem;
}
#aboutus .form .box.con .swiper-button-next {
  background: transparent url('../images/right2.png') no-repeat top scroll;
  background-size: 0.40625rem 0.609375rem;
}
#aboutus .form .box.con .swiper-button-next {
  right: 0.09375rem;
}
#aboutus .form .box.con .swiper-button-prev {
  left: 0.09375rem;
}
/* 方案中心 */
#project {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 100%;
  background: #007db8;
  padding-bottom: 0.15625rem;
  z-index: -1;
}
#project .banner {
  display: block;
  width: 100%;
}
#project .tit {
  margin: 0.203125rem 0;
  font-size: 0.5625rem;
  background: #fff;
  line-height: 1.21875rem;
  text-align: center;
  color: #007db8;
}
#project .sortlist {
  margin: 0.203125rem 0.15625rem;
  font-size: 0.5625rem;
  background: #fff;
  border-radius: 0.09375rem;
  text-align: center;
}
#project .sortlist .btn {
	/*
  background-image: -moz-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -webkit-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -ms-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #b2b2b2), color-stop(99%, #d8d7d7));
  background-image: -webkit-linear-gradient(bottom, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -o-linear-gradient(bottom, #b2b2b2 45%, #d8d7d7 99%);
  background-image: linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
	*/
	background: #007db8;
  text-align: center;
  font-size: 0.375rem;
  line-height: 0.59375rem;
  border-radius: 0.15625rem;
  margin: 0.234375rem 0.3125rem;
  display: inline-block;
  width: 26%;
}
#project .sortlist .btn a {
  color: #fff;
}
#project .sortlist .sure {
	/*
  background-image: -moz-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -webkit-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -ms-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#0853c2), to(#03a0aa));
  background-image: -webkit-linear-gradient(left, #0853c2 0%, #03a0aa 100%);
  background-image: -o-linear-gradient(left, #0853c2 0%, #03a0aa 100%);
  background-image: linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
	*/
	background: #0853c2;
}
#project .sortlist .sure a {
  color: #fff;
}
#project .form {
  margin-bottom: 0.15625rem;
}
#project .form .boxform .box.con {
  display: none;
}
#project .form .boxform .box.con:nth-child(1) {
  display: block;
}
#project .form .box.con {
  padding: 0.28125rem 0.234375rem;
  background: #fff;
  margin: 0 0.15625rem;
  border-radius: 0.09375rem;
}
#project .form .box.con .title {
  font-size: 0.4375rem;
  text-align: left;
  color: #007db8;
}
#project .form .box.con .desc {
  text-indent: 2em;
  color: #333;
  font-size: 0.375rem;
  padding-top: 0.375rem;
  text-align: justify;
}
#project .form .box.list {
  background: #fff;
  margin: 0.234375rem 0.15625rem;
  border-radius: 0.09375rem;
  position: relative;
  padding: 0 0.46875rem;
  height:38px;
}
#project .form .box.list .swiper-container a {
	/*
  background-image: -moz-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -webkit-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -ms-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #b2b2b2), color-stop(99%, #d8d7d7));
  background-image: -webkit-linear-gradient(bottom, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -o-linear-gradient(bottom, #b2b2b2 45%, #d8d7d7 99%);
  background-image: linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
	*/
	background: #007db8;
  color: #fff;
  text-align: center;
  font-size: 0.375rem;
  line-height: 0.59375rem;
  border-radius: 0.15625rem;
  margin: 0.234375rem 0.15625rem;
  display: inline-block;
  width: 2.5rem;
  height:21px;
  overflow:hidden;
}
#project .form .box.list .swiper-button-next {
  right: 0;
}
#project .form .box.list .swiper-button-prev {
  left: 0;
}
#project .form .box.list .swiper-button-next,
#project .form .box.list .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.421875rem;
  height: 0.421875rem;
  margin-top: -0.4625rem;
  z-index: 10;
  cursor: pointer;
  background: none;
  text-align: center;
  font-size: 0.46875rem;
}
#project .form .box.main .content {
  display: none;
  padding: 0.28125rem 0.234375rem;
  background: #fff;
  margin: 0 0.15625rem;
  border-radius: 0.09375rem;
}
#project .form .box.main .content .title {
  font-size: 0.4375rem;
  text-align: left;
  color: #007db8;
}
#project .form .box.main .content .desc {
  text-indent: 2em;
  color: #333;
  font-size: 0.375rem;
  padding-top: 0.375rem;
  text-align: justify;
}
#project .form .box.main .content .png {
  padding: 0.46875rem 0.9375rem;
}
#project .form .box.main .content .png img {
  width: 100%;
}
#project .form .box.main .content .png .maintit {
  text-align: center;
  font-size: 0.375rem;
  line-height: 0.625rem;
  color: #333;
}
#project .form .box.main .content:nth-child(1) {
  display: block;
}
/* 技术天地列表 */
#detaillist {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 100%;
  background: #007db8;
  padding-bottom: 0.15625rem;
  z-index: -1;
}
/* 输入框 */
#detail form {
  padding-bottom: 0.4rem;
}
#detail form .input {
  width: 70%;
  border: 1px solid #ccc;
  border-radius: 0.15625rem;
  font-size: 0.4rem;
  padding-left: 0.13333333rem;
}
#detail form input[type=submit] {
  background: #666;
  color: #fff;
  font-size: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 0.13333333rem;
  padding: 0 0.26666667rem;
}
#detaillist .banner {
  display: block;
  width: 100%;
}
#detaillist .tit {
  margin: 0.203125rem 0;
  font-size: 0.5625rem;
  background: #fff;
  line-height: 1.21875rem;
  text-align: center;
  color: #007db8;
}
#detaillist .sortlist {
  margin: 0.203125rem 0.15625rem;
  font-size: 0.5625rem;
  background: #fff;
  border-radius: 0.09375rem;
  text-align: center;
}
#detaillist .sortlist .btn {
	/*
  background-image: -moz-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -webkit-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -ms-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #b2b2b2), color-stop(99%, #d8d7d7));
  background-image: -webkit-linear-gradient(bottom, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -o-linear-gradient(bottom, #b2b2b2 45%, #d8d7d7 99%);
  background-image: linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
	*/
  background: #007db8;
  text-align: center;
  font-size: 0.375rem;
  line-height: 0.59375rem;
  border-radius: 0.15625rem;
  margin: 0.09375rem 0.3125rem;
  display: inline-block;
  width: 26%;
}
#detaillist .sortlist .btn a {
  color: #fff;
}
#detaillist .sortlist .sure {
	/*
  background-image: -moz-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -webkit-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -ms-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#0853c2), to(#03a0aa));
  background-image: -webkit-linear-gradient(left, #0853c2 0%, #03a0aa 100%);
  background-image: -o-linear-gradient(left, #0853c2 0%, #03a0aa 100%);
  background-image: linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
	*/
  background: #0853c2;
}
#detaillist .sortlist .sure a {
  color: #fff;
}
#detaillist .form {
  margin-bottom: 0.15625rem;
}
#detaillist .form .conbox {
  margin: 0 0.28125rem 0.3125rem 0.28125rem;
  color: #000;
  padding: 0.125rem 0 0.09375rem 0;
  background: #fff;
  display: block;
  border-radius: 0.09375rem;
}
#detaillist .form .conbox .time {
  width: 20%;
  border-right: 1px solid #000;
}
#detaillist .form .conbox .time .times {
  font-size: 0.421875rem;
  text-align: center;
  color: #000;
  font-weight: bold;
}
#detaillist .form .conbox .time .day {
  font-size: 0.375rem;
  text-align: center;
  color: #000;
  font-weight: bold;
}
#detaillist .form .conbox .txt {
  padding-left: 0.3125rem;
  width: 74%;
}
#detaillist .form .conbox .txt .tit {
  font-size: 0.375rem;
  color: #000;
  text-align: left;
  margin: 0;
  line-height: 0.625rem;
}
#detaillist .form .conbox .txt .smalltxt {
  color: #333;
  font-size: 0.305rem;
  text-align: left;
}
#detaillist .form .pagetab {
  text-align: center;
  width: 7.5rem;
  margin: auto;
  padding-bottom: 0.1875rem;
}
#detaillist .form .pagetab a:link {
  background: #5c89cb;
  color: #fff;
}
#detaillist .form .pagetab a {
  display: inline-block;
  width: 0.46875rem;
  height: 0.46875rem;
  background: #fff;
  color: #333;
  font-size: 0.305rem;
  line-height: 0.46875rem;
  border-radius: 0.09375rem;
  margin-left: 0.15625rem;
}
#detaillist .form .pagetab .sure {
  background: #5c89cb;
  color: #fff;
}
#detaillist .form .pagetab .last {
  width: 1.5625rem;
}
#detaillist .form .pagetab span {
  text-align: center;
  display: inline-block;
  width: 0.46875rem;
}
#detaillist .form .search {
  width: 2.96875rem;
  height: 0.5625rem;
  border: 1px solid #ccc;
  border-radius: 0.28125rem;
  background: #fff;
  margin: 0 auto 0.421875rem auto;
  position: relative;
}
#detaillist .form .search input {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  height: 0.5625rem;
  line-height: 0.5625rem;
  width: 2.03125rem;
  padding-left: 0.3125rem;
  background: none;
  font-size: 0.25rem;
}
#detaillist .form .search .submit {
  position: absolute;
  right: 0.15625rem;
  height: 0.5625rem;
}
#detaillist .form .search .submit img {
  margin: 0.15625rem auto;
  width: 0.28125rem;
  height: 0.25rem;
}
/* 技术天地详情 */
#detail {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 100%;
  background: #007db8;
  padding-bottom: 0.15625rem;
  z-index: -1;
}
#detail .banner {
  display: block;
  width: 100%;
}
#detail .tit {
  margin: 0.203125rem 0;
  font-size: 0.5625rem;
  background: #fff;
  line-height: 1.21875rem;
  text-align: center;
  color: #007db8;
}
#detail .sortlist {
  margin: 0.203125rem 0.15625rem;
  font-size: 0.5625rem;
  background: #fff;
  border-radius: 0.09375rem;
  text-align: center;
}
#detail .sortlist .btn {

  background-image: -moz-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -webkit-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -ms-linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #b2b2b2), color-stop(99%, #d8d7d7));
  background-image: -webkit-linear-gradient(bottom, #b2b2b2 45%, #d8d7d7 99%);
  background-image: -o-linear-gradient(bottom, #b2b2b2 45%, #d8d7d7 99%);
  background-image: linear-gradient(0deg, #b2b2b2 45%, #d8d7d7 99%);
  text-align: center;
  font-size: 0.375rem;
  line-height: 0.59375rem;
  border-radius: 0.15625rem;
  margin: 0.09375rem 0.3125rem;
  display: inline-block;
  width: 26%;
}
#detail .sortlist .btn a {
  color: #000;
}
#detail .sortlist .sure {
  /*	
  background-image: -moz-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -webkit-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -ms-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#0853c2), to(#03a0aa));
  background-image: -webkit-linear-gradient(left, #0853c2 0%, #03a0aa 100%);
  background-image: -o-linear-gradient(left, #0853c2 0%, #03a0aa 100%);
  background-image: linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  */
  background: #007db8;
}
#detail .sortlist .sure a {
  color: #fff;
}
#detail .form {
  margin: 0.3125rem 0.15625rem 0.15625rem 0.15625rem;
  background: #fff;
  border-radius: 0.09375rem;
}
table{
  display: block;
  width: 100% !important;
}
pre{
white-space:inherit;
text-align:justify;
}
#detail .form .mainbox {
  padding: 0.15625rem 0.15625rem 0.78125rem 0.15625rem;
}
#detail .form .mainbox img{
	max-width:100%;
}
#detail .form .mainbox .title {
  font-size: 0.4375rem;
  color: #000;
  text-align: center;
  padding-bottom: 0.15625rem;
  font-weight: bold;
}
#detail .form .mainbox .desc {
  font-size: 0.28125rem;
  color: #000;
  text-align: center;
  padding-bottom: 0.3125rem;
}
#detail .form .mainbox .desc i {
  color: #007db8;
}
#detail .form .mainbox .txt {
  text-indent: 2em;
  color: #333;
  font-size: 0.375rem;
  line-height: 0.625rem;
  text-align: justify;
}
#detail .form .page {
  padding: 0.3125rem 0 0.78125rem 0.46875rem;
}
#detail .form .page .line {
  display: block;
  font-size: 0.375rem;
  color: #333;
  text-align: left;
  line-height: 0.78125rem;
  color: #000;
}
#footer {
  background: #007db8;
  padding-bottom: 1.875rem;
}
#footer img {
  padding-top: 0.375rem;
  display: block;
  margin: auto;
}
#footer p {
  font-size: 0.3125rem;
  text-align: center;
  color: #fff;
  padding: 0.3125rem 0;
}
.btnbj {
  border-radius: 0.15625rem;
  background:#007db8;
  /*
  background-image: -moz-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -webkit-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -ms-linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#0853c2), to(#03a0aa));
  background-image: -webkit-linear-gradient(left, #0853c2 0%, #03a0aa 100%);
  background-image: -o-linear-gradient(left, #0853c2 0%, #03a0aa 100%);
  background-image: linear-gradient(90deg, #0853c2 0%, #03a0aa 100%);
  -webkit-box-shadow: 0.836px 7.956px 11.31px 1.69px rgba(4, 0, 0, 0.36);
  box-shadow: 0.836px 7.956px 11.31px 1.69px rgba(4, 0, 0, 0.36);
	*/
}
/*页脚*/
#footer-btn {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 1.53125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #7d7d7d;
}
#footer-btn .btn {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer-btn .btn .iconfont {
  line-height: 0.9375rem;
  height: 0.9375rem;
  font-size: 0.71875rem;
  display: inline-block;
  width: 100%;
  color: #fff;
  background: #007db8;
  text-align: center;
}
#footer-btn .btn .btn-txt {
  line-height: 0.59375rem;
  font-size: 0.28125rem;
  color: #fff;
  background: #007db8;	
  font-weight: 200;
  text-align:center;
}
#footer-btn .btn.sure {
  background: #0853c2;
}
#footer-btn .btn.sure .iconfont {
  color: #fff;
  background: #0853c2;
}
#footer-btn .btn.sure .btn-txt {
  color: #fff;
  background: #0853c2;
  text-align:center;
}
/* 合作联盟 */
#partener {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 100%;
  background: #007db8;
  padding-bottom: 0.15625rem;
  z-index: -1;
}
#partener .banner {
  display: block;
  width: 100%;
}
#partener .tit {
  margin: 0.203125rem 0;
  font-size: 0.5625rem;
  background: #fff;
  line-height: 1.21875rem;
  text-align: center;
  color: #007db8;
}
#partener .form {
  margin-bottom: 0.15625rem;
}
#partener .form .box.con {
  background: #fff;
  margin: 0.234375rem 0.15625rem;
  border-radius: 0.09375rem;
  position: relative;
  padding: 0.46875rem 0.46875rem 1.09375rem 0.46875rem;
}
#partener .form .box.con .title {
  font-size: 0.4375rem;
  text-align: left;
  color: #007db8;
  padding-left: 0.15625rem;
  border-left: 2px solid #007db8;
  font-weight: bold;
}
#partener .form .box.con .png {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#partener .form .box.con .png .btn {
  margin: 0.15625rem;
  width: 10%;
}
#partener .form .box.con .png .btn img {
  width: 100%;
}
#partener .swiper-slide a {
  display: inline-block;
  width: 25%;
}
#partener .swiper-slide a img {
  display: block;
  border: 2px solid #ccc;
  margin: 10px auto;
  width: 74px;
  height: 31px;
}
#partener .scrollbox {
  background: #fff;
  position: relative;
  padding-bottom: 0.625rem;
}
#partener .swiper-button-prev {
  left: -0.46875rem;
}
#partener .swiper-button-next {
  right: -0.46875rem;
}
#partener .swiper-button-next,
#partener .swiper-button-prev {
  background: #007db8;
  color: #fff;
  font-family: "黑体" !important;
  text-align: center;
  line-height: 0.46875rem;
  width: 0.46875rem;
  height: 0.46875rem;
  font-size: 0.3125rem;
  top: 45%;
}
#back-top {
  display: block;
  display: none;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  background: #868686 url(../images/back-top.png) no-repeat center;
  position: fixed;
  right: 6px;
  bottom: 1.875rem;
  z-index: 10000;
}
