@charset "UTF-8";

img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  display: inline-block;
}

a {
  color: #252B3A;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

body {
  font-size: 14px;
  background-size: cover;
  -ms-behavior: url(../css/backgroundsize.min.htc);
  behavior: url(../css/backgroundsize.min.htc);
}


@keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-moz-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-webkit-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-o-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.product_xc_banner {
  position: relative;
  overflow: hidden;
}

.product_xc_banner img {
  width: 100%;
}

.product_xc_banner .text {
  position: absolute;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
}

.product_xc_banner .text .w1440 {
  position: relative;
}

.product_xc_banner .text h2 {
  font-weight: 600;
  font-size: 42px;
}

.product_xc_banner .text h3 {
  margin-bottom: 8px;
  font-size: 42px;
}

.product_xc_banner .text .banner-text {
  margin-bottom: 44px;
  font-size: 18px;
}

.product_xc_banner_link a {
  float: left;
  margin-right: 10px;
  width: 126px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: content-box;
}

.product_xc_banner_link a:nth-child(2) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
  height: 40px;
  line-height: 40px;
}

/*.product_xc_banner_link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.product_xc_banner_link a:nth-child(2){background: #fff;color:#0086f1 ;}*/
.product_xc_banner_link a:after {
  transform: translateY(-1px);
  content: "";
  transition: all .4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.product_xc_banner_link a:hover:after {
  content: "\e683";
  margin-left: 5px;
}





@media only screen and (max-width: 1280px) {
  .product_xc_banner .text h2 {
    font-size: 36px;
  }

  .product_xc_banner .text h3 {
    font-size: 36px;
  }
}




.navegation {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navegation a {
  line-height: 60px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin-right: 45px;
  color: #000000;
  cursor: pointer;
}

.navegation a::after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.navegation .nave_act::after {
  background-color: #2884ee;
}


.manage {
  background-color: #f5f7fa;
  padding: 3.64% 0;
}

.manage h2 {
  font-weight: bold;
  text-align: center;
}

.manage_sum {
  width: 58%;
  text-align: center;
  margin: 30px auto 0px;
  color: #575d6c;
}

.tab {
  text-align: center;
}

.tab img {
  max-width: 100%;
}

.zy {
  display: none;
  justify-content: center;
}

.zy>div {
  padding: 6%;
  position: relative;
}

.zy div div {
  margin-top: 20px;
}

.zy h3 {
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
}

.zy .zuo {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 425px;
  background: white;
}

.zy .zuo::after {
  content: "v";
  font-size: 140px;
  display: block;
  position: absolute;
  top: 18%;
  right: 0;
  color: #347ddb;
}

.zy .you::after {
  content: "s";
  font-size: 140px;
  display: block;
  position: absolute;
  top: 26%;
  left: 0;
  color: white;
}

.zy .zuo h3 {
  color: #898989;
}

.zy .you {
  width: 505px;
  color: white;
  box-shadow: 0 0 15px 0 #2f72d8;
  background-color: #2f72d8;
  /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #2f72d8, #4197e2);
}

.zy .you div {
  padding-left: 30px;
  position: relative;
  line-height: 1;
}

.zy .you div::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/system/dui1_03.png);
  left: 0;
  top: 0;
}

.download {
  color: #0086f1;
  text-decoration: underline !important;
}

.download img {
  vertical-align: middle;
  margin-left: 20px;
}

.down {
  text-align: center;
}





.product_detail_experience .top_title {
  text-align: center;
  padding-top: 4.48%;
}

.product_detail_experience .big_title {
  margin-bottom: 12px;
  font-weight: 600;
}


.product_detail_list li {
  padding: 5.57% 0;
}

.product_detail_list li:first-child {
  padding-top: 3.57%;
}

.product_detail_list li .w1440 {
  position: relative;
}

.product_detail_list li .left {
  width: 52.7%;
  float: left;
  position: relative;
}

.product_detail_list li .left img {
  max-width: 100%;
}

.product_detail_list li .left:hover img:first-child {
  transform: scale(1.04);
  transition: all 0.6s ease-out;
}

.product_detail_list li .left .img_small {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.product_detail_list li .right {
  width: 36%;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}



.product_detail_list li:nth-child(even) {
  background: #f5f7fa;
}

.product_detail_list li:nth-child(even) .left {
  float: right;
}

.product_detail_list li:nth-child(even) .right {
  right: auto;
  left: 0;
}

.product_detail_list li .right .title {
  margin-bottom: 18px;
  color: #000;
}

.product_detail_list li .right .des {
  line-height: 1.625em;
  color: #000;
}

.product_detail_list li .right .txt {
  margin-bottom: 32px;
}

.product_detail_list li .right .txt p {
  margin-top: 14px;
  position: relative;
  padding-left: 34px;
}

.product_detail_list li .right .txt p:before {
  content: '';
  width: 16px;
  height: 12px;
  background: url(../images/finance/dui.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 2px;
  top: 6px;
}

.product_detail_list li .right .txt p span {
  width: 40%;
  display: inline-block;
}

.product_detail_list li .right .txt p span:nth-child(2) {
  padding-left: 34px;
  position: relative;
}

.product_detail_list li .right .txt p span:nth-child(2):before {
  content: '';
  width: 16px;
  height: 12px;
  background: url(../images/finance/dui.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 2px;
  top: 6px;
}

.product_detail_list li .product_detail_link {
  position: relative;
}

.product_detail_list li .product_detail_link a {
  box-sizing: content-box;
  float: left;
  margin-right: 10px;
  width: 126px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #7b7d7e;
  color: #7b7d7e;
}

.product_detail_list li .product_detail_link a:nth-child(2) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  color: #fff;
  border: none;
  height: 40px;
  line-height: 40px;
}

.product_detail_list li .product_detail_link a .iconfont {
  opacity: 0;
  transition: all 0.4s;
}

.product_detail_list li .product_detail_link a:hover .iconfont {
  opacity: 1;
  margin-left: 10px;
}



.product_detail_list li .product_detail_link a:after {
  transform: translateY(-1px);
  content: "";
  transition: 0.5s;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.product_detail_list li .product_detail_link a:hover:after {
  content: "\e683";
  transition: 0.5s;
  margin-left: 5px;
}



@media only screen and (max-width: 1440px) {
  .product_detail_list li .right .title {
    margin-bottom: 10px;
  }

  .product_detail_list li .right .txt p {
    margin-top: 10px;
  }

  .product_detail_list li .right .txt {
    margin-bottom: 20px;
  }

  .product_detail_list li .right {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) {
  .product_detail_list li .left {
    width: 54.7%;
  }

  .product_detail_list li .left .img_small {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1210px) {
  .product_detail_list li .right {
    right: 20px;
  }

  .product_detail_list li:nth-child(even) .right {
    left: 20px;
  }

}


.bg {
  padding: 5.72% 0 4.6875%;
  background-image: url(../images/system/bg_02.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.bg h3 {
  color: #28293b;
}

.bglk {
  text-align: center;
  margin-top: 40px;
}

.bglk a {
  box-sizing: content-box;
  display: inline-block;
  margin-right: 10px;
  width: 128px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #7b7d7e;
  color: #7b7d7e;
}

.bglk a:after {
  transform: translateY(-1px);
  content: "";
  transition: 0.5s;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.bglk a:nth-child(2) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  color: #fff;
  line-height: 40px;
  border: none;
  height: 40px;
  width: 150px;
}

.bglk a:hover:after {
  content: "\e683";
  transition: 0.5s;
  margin-left: 5px;
}


.epm {
  padding: 3.64% 0 5.72%;
  background-color: #f5f7fa;
}

.epm h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.86%;
}

.epm li {
  float: left;
  width: calc((100% - 47px)/2);
  margin-bottom: 34px;
  position: relative;
}

.epm li:nth-child(n+3) {
  margin-bottom: 0;
}

.epm li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.7); */
  width: 100%;
  height: 100%;
  z-index: 2;
}

.epm li:nth-child(2n) {
  float: right;
}

.epm .img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}

.epm .img div {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.epm li .text {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 5% 20px;
  color: white;
  left: 0;
  bottom: 0;
}

.epm li .text .epm_des {
  width: 60%;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.epm li:hover .text .epm_des {
  max-height: 48px;

  transition: 0.5s;
}

.epm li:hover .img div {
  transform: scale(1.05);
  transition: 0.5s;
}

.epm ul {
  width: 96%;
  margin: auto;
}

.epm_tit {
  line-height: 1;
  margin: 25px 0 20px;
}


.resources {
  padding: 90px 0;
}

.resources h3 {
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.sort {
  text-align: center;
  margin-bottom: 65px;
}

.sort a {
  padding: 0 35px;
  color: #28293b;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.sort a:last-child {
  border-right: none;
}

.sort .sort_act {
  color: #0086f1;
}

.resources li {
  float: left;
  width: calc((100% - 80px)/3);
  transition: 0.5s;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.resources .info {
  padding: 40px 30px 0;
  position: relative;
  color: #575d6c;
  height: 290px;
}

.resources .tit {
  color: #000000;
  margin-bottom: 20px;
}

.resources li:nth-child(2) {
  margin: 0 40px;
}

.resources li .read {
  position: absolute;
  left: 30px;
  bottom: 40px;
  color: #0086f1;
}

.resources .img {
  position: relative;
}

.resources .img img {
  /*position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%,-50%);*/
  width: 100%;
}

.resources li:hover {
  transition: 0.5s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.choose ul {
  display: none;
  position: relative;
}

.choose .choose_act {
  display: block;
}

@keyframes myfirst {
  from {
    top: 50px;
  }

  to {
    top: 0px;
  }
}

.choose .choose_act {
  animation: myfirst 1s;
  -webkit-animation: myfirst 1s;
}


/*answer*/
.answer {
  padding-bottom: 5.72%;
}

.answer h3 {
  text-align: center;
  font-weight: bold;
}

.answer li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ans_tit {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  padding-left: 50px;
}

.ans_tit::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/system/icona.png);
  background-size: cover;
}

.ans_des {
  color: #666a75;
  margin-top: 15px;
  margin-left: 48px;
  /* line-height: 22px; */
  display: none;
}

.ans_act::before {
  background: url(../images/system/iconb.png);
}

.vio {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 99;
}

.vio .video {
  width: 60%;
  position: relative;
}

.vio .video video {
  width: 100%;
}

.vio_flx {
  display: flex;
}

.video svg {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 66;
  cursor: pointer;
}