@charset "utf-8";
/**
* Description: be-all-style 
* Developers:  MingTai-company
**/
/*RESET
-------------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
code,
form,
input,
button,
fieldset,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  text-decoration: none;
  box-sizing: border-box;
}
fieldset,
img {
  border: 0;
}
img {
  width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
del,
ins {
  text-decoration: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
button,
textarea,
select {
  font-size: 100%;
  border: none;
  outline: none;
  resize: none;
}
li {
  list-style: none;
}
/*CLEARFIX
-------------------------------------------------------------- */
*:before {
  box-sizing: border-box;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clear {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .center-box {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .center-box {
    max-width: none;
  }
}
.center-box {
  width: 1200px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.space-between {
  height: auto;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-item: center;
  flex-wrap: wrap;
}
.banner {
  width: 100%;
  height: auto;
  line-height: 0;
  position: relative;
}
.f18 {
  font-size: 18px;
  font-weight: normal;
}
.f24 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.d1200 {
  display: none;
}
.head1200 {
  display: block;
}
.marg-px {
  padding-top: 100px;
  padding-bottom: 30px;
}
.padd-px {
  padding-top: 100px;
  padding-bottom: 100px;
}
.both {
  clear: both;
}
/* 手机端首页开始 */
@media (max-width: 1200px) {
  .index-wap-head {
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
	background: #0048c0a6;
  }
  .d1200 {
    display: block;
  }
  .center-box {
    width: 100%;
    max-width: 1170px;
  }
  .head980 {
    padding: 22px 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .head980 .logo {
    width: 30%;
    font-size: 0;
    cursor: pointer;
  }
  .head980 .site {
    width: 34px;
    font-size: 0;
    cursor: pointer;
  }
  .phone_nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
    background: rgba(56, 172, 235, 0.86);
  }
  .phone_nav .list {
    width: 100%;
  }
  .phone_nav .list ul {
    list-style: none;
  }
  .phone_nav .list ul > li {
    width: 100%;
    border-bottom: 1px solid #eae3e3;
    transition: 0.3s ease;
  }
  .phone_nav .list ul > li p[class='title'] {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none;
    position: relative;
    font-size: 18px;
    color: #ffffff;
  }
  .phone_nav .list ul > li p[class='title'] > a {
    color: #ffffff;
  }
  .phone_nav .list ul > li p[class='title'] a {
    color: #ffffff;
  }
  .phone_nav .list ul > li p[class='title'] > span {
    position: absolute;
    right: 10%;
  }
  .phone_nav .list-se {
    overflow: hidden;
    display: none;
  }
   .phone_nav>.list>ul>li>.list-se{
	   overflow-y: scroll;
		/* max-height: 200px; */
   }
  .phone_nav .list-se > p {
    background: #444 !important;
    color: #cfb388;
  }
  .phone_nav .list-se > li {
    position: relative;
    right: -100%;
    transition: right 0.5s;
  }
  .phone_nav .list-se > li > p {
    background: #3b3b3b;
    color: #f0f0f0;
    height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 50px;
    border-left: 5px solid #3b3b3b;
    transition: border 0.5s;
    transition: background 0.3s;
    display: -webkit-box;
    display: flex;
  }
  .phone_nav .list-se > li > p > span {
    position: absolute;
    right: 14%;
  }
  .phone_nav .list-se > li > p > a {
    display: block;
    width: 70%;
    color: #fff;
  }
  .phone_nav .list-se > li > p:hover {
    border-color: #19b5ee;
    background: #5b5b5b;
  }
  .phone_nav .list-se > li .list-se2 > p {
    padding-left: 30px !important;
    font-size: 16px;
    background-image: linear-gradient(67deg, #3176e1, #388ee0, #38a6de, #30bedc);
    text-align: left !important;
    position: relative;
  }
  .phone_nav .list-se > li .list-se2 > p span {
    right: 14% !important;
    position: absolute;
  }
  .phone_nav .list-se > li .list-se2 li p {
    padding-left: 30px;
    position: relative;
    background-image: linear-gradient(67deg, #3176e1, #388ee0, #38a6de, #30bedc);
    font-size: 14px !important;
  }
  .phone_nav .list-se > li .list-se2 li p a {
    font-size: 14px;
  }
  .phone_nav .list-se > li .list-se2 li p span {
    right: 14% !important;
    position: absolute;
  }
  #wrapper{
				overflow-y:auto;height:540px;-webkit-overflow-scrolling: touch;
			}
  .index-wap-banner .sxd-wapbanner .sxd-wapbanner-container {
    width: 100%;
    height: 70vh;
  }
  .index-wap-banner .sxd-wapbanner .sxd-wapbanner-container .swiper-wrapper .swiper-slide {
    position: relative;
  }
  .index-wap-banner .sxd-wapbanner .sxd-wapbanner-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .index-wap-banner .sxd-wapbanner .sxd-wapbanner-container .swiper-wrapper .swiper-slide .i-w-b-txt {
    color: #ffffff;
    position: absolute;
    top: 28%;
    display: -webkit-box;
    display: flex;
    right: 11%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  .index-wap-banner .sxd-wapbanner .sxd-wapbanner-container .swiper-wrapper .swiper-slide .i-w-b-txt h2 {
    font-size: 42px;
    font-weight: bold;
  }
  .index-wap-banner .sxd-wapbanner .sxd-wapbanner-container .swiper-wrapper .swiper-slide .i-w-b-txt div {
    background: url(../images/wap/index/index_banner_line.png) no-repeat center center;
    background-size: 100% 100%;
    width: 58px;
    height: 4px;
    margin: 40px 0px;
  }
  .index-wap-banner .sxd-wapbanner .sxd-wapbanner-container .swiper-wrapper .swiper-slide .i-w-b-txt span {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .index-wap-banner .sxd-wapbanner .sxd-wapbanner-container .swiper-wrapper .swiper-slide .i-w-b-txt p {
    font-size: 18px;
  }
  .wap01-tit {
    display: -webkit-box;
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .wap01-tit .tit-l h2 {
    color: #0c1b3f;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    line-height: 20px;
    line-height: 30px;
  }
  .wap01-tit .tit-l h2 i {
    background: url(../images/wap/index/index_juhao.png) no-repeat top right;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    display: block;
    margin-left: 14px;
  }
  .wap01-tit .tit-r p {
    color: #0c1b3f;
    opacity: 0.6;
    font-size: 8px;
    margin-bottom: 14px;
  }
  .wap01-tit .tit-r div {
    background: url(../images/wap/index/index_line.png) no-repeat center center;
    background-size: 100% 100%;
    width: 60px;
    height: 4px;
  }
  .index-wap-wjx .wjx-img {
    margin-bottom: 20px;
  }
  .index-wap-wjx .wjx-txt {
    padding-bottom: 50px;
  }
  .index-wap-wjx .wjx-txt p {
    color: #1e1e1e;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .wxj-purt {
    padding-bottom: 50px;
    background-color: #ecf1f8;
    /* z-index: -2; */
  }
  .wxj-purt .index-products .products-item {
    position: relative;
    padding-top: 40px;
      padding-bottom: 90px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wxj-purt .index-products .products-item img {
       position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
  }
  .wxj-purt .index-products .products-item h2 {
   color: #ffffff;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
  }
  .wxj-purt .index-products .products-item h2 a{
	   color: #ffffff;
  }
  .wxj-purt .index-products .products-item div {
    background: url(../images/wap/index/index_prduct_line.png) no-repeat center center #ffffff;
    background-size: 100% 100%;
    width: 60px;
    height: 1px;
       margin: 34px 0px;
    position: absolute;
  }
  .wxj-purt .index-products .products-item p {
    font-size: 16px;
    color: #19a7dc;
  }
  .wjx-solution {
    padding-bottom: 50px;
  }
  .wjx-solution .index-solution {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .wjx-solution .index-solution .index-solution-item {
    width: 32%;
    box-shadow: 0px 0px 20px 0px rgba(0, 21, 43, 0.14);
    border-radius: 4px;
    margin-right: 2%;
    margin-bottom: 14px;
    text-align: center;
        padding-bottom: 14px;
    padding-top: 20px;
}
  }
  .wjx-solution .index-solution .index-solution-item:nth-of-type(3n) {
    margin-right: 0px;
  }
  .wjx-solution .index-solution .index-solution-item .solu-item-img {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
  }
  .wjx-solution .index-solution .index-solution-item .solu-item-img img {
    width: 100%;
    display: block;
    position: absolute;
    top: -100px;
  }
  .wjx-solution .index-solution .index-solution-item h2 {
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .wjx-solution .index-solution .index-solution-item h2 a{
	  color:#1e1e1e;
  }
  .wjx-solution .index-solution .index-solution-item p {
    font-size: 12px;
	display:none;
  }
  .wxj-bank {
    background-color: #f5f8fb;
  }
  .wxj-bank .bank-loop .bank-loop-top {
    padding: 30px 30px 30px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 26, 52, 0.08);
  }
  .wxj-bank .bank-loop .bank-loop-top .loop-list1 {
    margin-bottom: 40px;
  }
  .wxj-bank .bank-loop .bank-loop-top .loop-list1 .loop-list1item {
    text-align: left;
    display: none;
    position: relative;
  }
  .wxj-bank .bank-loop .bank-loop-top .loop-list1 .loop-list1item h3 {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    left: -100px;
    position: absolute;
    transition: 0.5s;
  }
  .wxj-bank .bank-loop .bank-loop-top .loop-list1 .loopactive {
    display: block;
  }
  .wxj-bank .bank-loop .bank-loop-top .loop-list1 .loopactive h3 {
    left: 0px;
  }
  .wxj-bank .bank-loop .bank-loop-top .loop-list2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .wxj-bank .bank-loop .bank-loop-top .loop-list2 .loop-list2item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .wxj-bank .bank-loop .bank-loop-top .loop-list2 .loop-list2item p {
    color: #1e1e1e;
    font-size: 16px;
  }
  .wxj-bank .bank-loop .bank-loop-top .loop-list2 .loop-list2item div {
    width: 0px;
    height: 0px;
    background-color: #0462d9;
    border-radius: 2px;
    margin-left: 10px;
    display: none;
    transition: .5s;
  }
  .wxj-bank .bank-loop .bank-loop-top .loop-list2 .loop-list2itemactive p {
    color: #0462d9;
    font-size: 22px;
  }
  .wxj-bank .bank-loop .bank-loop-top .loop-list2 .loop-list2itemactive div {
    display: block;
    width: 30px;
    height: 4px;
  }
  .wxj-bank .bank-loop .loop-list3 .loop-list-img {
    display: none;
    transition: .5s;
  }
  .wxj-bank .bank-loop .loop-list3 .loop-list-img img {
    width: 100%;
    display: block;
    opacity: 0;
  }
  .wxj-bank .bank-loop .loop-list3 .loop-list-imgactive {
    display: block;
  }
  .wxj-bank .bank-loop .loop-list3 .loop-list-imgactive img {
    width: 100%;
    display: block;
    opacity: 1;
  }
  .wap-footer .wap-footer-top {
    background: url(../images/index/index_num_botton.jpg);
     padding-top: 45px;
    padding-bottom: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }
  .wap-footer .wap-footer-top h3 {
    margin-bottom: 12px;
   font-size: 23px;
    font-weight: bold;
    color: #ffffff;
  }
  .wap-footer .wap-footer-top .w-f-a a {
      font-size: 15px;
    padding: 8px 16px;
    border-radius: 30px;
    line-height: 60px;
    transition: 0.5s;
  }
  .wap-footer .wap-footer-top .w-f-a a:nth-of-type(1) {
    border: solid 1px #ffffff;
    background-color: #ffffff42;
    color: #ffffff;
    margin-right: 30px;
  }
  .wap-footer .wap-footer-top .w-f-a a:nth-of-type(2) {
    border: solid 1px #ffffff;
    background-color: #ffffff;
    color: #0048c0;
	padding: 8px 25px;
  }
  .wap-footer .wap-footer-bottom {
    padding: 30px 0px;
    text-align: center;
    background-color: #1a2029;
    color: #ffffff;
  }
  .wap-footer .wap-footer-bottom p {
    font-size: 14px;
  }
  .wap-footer .wap-footer-bottom p a {
    color: #ffffff;
    font-size: 14px;
  }
}
/*# sourceMappingURL=base_wap.css.map */