/* header */
.head {
  width: 100%;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
}

.head .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: auto;
  height: 90px;
  box-sizing: border-box;
}

.head .logo {
  height: 54px;
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.head .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.head .logo img {
  height: 54px;
}

.head .logo h3 {
  font-size: 30px;
  color: #333;
  font-weight: 500;
  margin: 0;
  padding-left: 10px;
}

.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.menu {
  width: 600px;
  height: 35px;
  text-align: center;
}

.menu ul {
  display: flex;
  justify-content: flex-start;
}

.menu .item {
  font-size: 18px;
  height: 35px;
  line-height: 30px;
  margin: 0 20px;
  position: relative;
}

.menu .item a {
  display: block;
  color: #333;
  padding: 0;
  height: 30px;
  padding-bottom: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.menu .item a:hover {
  color: #0067c5;
}

.menu .item.active {
  border-bottom: 3px solid #0067c5;
  position: relative;
}

.menu .item.active a {
  color: #0067c5;
}

.rg-lg {
  color: #666;
  line-height: 40px;
  display: flex;
  align-items: center;
}

.rg-lg .btn-lg {
  display: block;
  width: 100px;
  height: 40px;
  background: #0067c5;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
}

.rg-lg .btn-lg:hover {
  color: #fff;
  opacity: 0.8;
}

.rg-lg .name {
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rg-lg a {
  color: #666;
}

.rg-lg a:hover {
  color: #0067c5;
}

.rg-lg .el-dropdown {
  color: #666;
}

@media only screen and (min-width: 1600px) {
  .menu ul .item {
    margin: 0 20px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

/*banner*/
.bg-fff {
  background-color: #fff;
}

.bg-f9 {
  background-color: #f8fbff;
}

.picslide {
  position: relative;
  height: 600px;
}

.picslide  .container{
  height: 100%;
  position: relative;
  background: url('../img/img_banner.jpg') no-repeat center top;
}


.picslide .inner {
  width: 1200px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.picslide .rintro {
  width: 540px;
  font-size: 48px;
  color: #313233;
  letter-spacing: 4px;
  line-height: 64px;
  position: absolute;
  top:180px;
  right: 0;
}
.picslide .rintro .logBtn{
  width: 120px;
  height: 42px;
  background: #0066FF;
  border-radius: 0px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 2px;

}
.picslide .rintro .logBtn:hover{
  opacity: 0.8;
}

.picslide .rintro h2 {
  font-size: 48px;
  color: #313233;
  line-height: 64px;
  font-weight: bold;
  margin-bottom:10px;
}
.pro-adv {
  position: relative;
  left: 50%;
  z-index: 20;
  top: 0px;
  width: 1200px;
  height: 100px;
  margin-left: -600px;
  background-color: #fff;
  border-radius: 4px;
}

.pro-adv ul {
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}

.pro-adv li {
  display: flex;
  width: 25%;
  height: 100px;
  padding-left: 30px;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}

.pro-adv li:first-child {
  border-radius: 4px 0 0 4px;
}

.pro-adv li:last-child {
  border-radius: 0 4px 4px 0;
}

.pro-adv li .icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../img/pic_adv.png) no-repeat;
}

.pro-adv li .icon1 {
  background-position: 0 0;
}

.pro-adv li .icon2 {
  background-position: -30px 0;
}

.pro-adv li .icon3 {
  background-position: -60px 0;
}

.pro-adv li .icon4 {
  background-position: -90px 0;
}

.pro-adv li h4 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  line-height: 30px;
}

.pro-adv li p {
  font-size: 12px;
  color: #898989;
  padding-top: 5px;
}

.pro-adv li:hover {
  background-color: #0067c5;
  transition: all 0.3s linear;
}

.pro-adv li:hover .icon1 {
  background-position: 0 -30px;
}

.pro-adv li:hover .icon2 {
  background-position: -30px -30px;
}

.pro-adv li:hover .icon3 {
  background-position: -60px -30px;
}

.pro-adv li:hover .icon4 {
  background-position: -90px -30px;
}

.pro-adv li:hover h4 {
  color: #fff;
}

.pro-adv li:hover p {
  color: rgba(255, 255, 255, 0.7);
}

.ind-title {
  height: 50px;
}

.ind-title h4 {
  font-size: 32px;
  line-height: 50px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.bg-web{
  background: url(../img/bg_web.jpg) no-repeat center top;
  height: 1254px;
}
.ind-product {
  padding-top: 60px;
}
.ind-title .line{
  width: 120px;
  height: 6px;
  background: #F0F0F0;
  margin: 10px auto 0;
  position: relative;
}
.ind-title .line .tit{
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 6px;
  background: #0066FF;
}

.ind-product .ind-pro-cont {
  display: flex;
  padding-top: 60px;
  justify-content: space-between;
  align-items: center;
}

.ind-product .ind-pro-cont .lf-intro {
  width: 396px;
  height: 370px;
}
.ind-product .ind-pro-cont .lf-intro li{
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(180deg, #F3F5F9 7%, #FEFEFF 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 5px 5px 10px 0 rgba(20,22,26,0.05);
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.5s ;
}
.ind-product .ind-pro-cont .lf-intro .cont{
  margin-left: 18px;
}
.ind-product .ind-pro-cont .lf-intro li h4{
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
}
.ind-product .ind-pro-cont .lf-intro li p{
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
}

.ind-product .ind-pro-cont .lf-intro li img {
  width: 50px;
  height: 50px;

}
.ind-product .ind-pro-cont .lf-intro li:hover{
  transform: translateY(-10px);

}
.lf-intro li:hover .cont h4{

  color: #0066FF;
}
.ind-product .desc{
  font-size: 14px;
  color: #666666;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 50px;
}


.rg-progress {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.rg-progress li{
  width: 270px;
  height: 366px;
  box-sizing: border-box;
  background-image: linear-gradient(180deg, #F3F5F9 7%, #FEFEFF 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 5px 5px 10px 0 rgba(20,22,26,0.05);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px 50px;
  transition: all 0.5s ;
}
.rg-progress li:hover{
  transform: translateY(-10px);
}
.rg-progress li:hover h4{
  color: #0066FF;
}
.rg-progress li h4{
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.rg-progress li p{
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
}
.rg-progress li img{
  margin-top: 30px;
  margin-bottom: 20px;
}

.ind-cooperate {
  padding-top: 40px;
  padding-bottom: 70px;
}
.ind-cooperate-cont{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;

}
.ind-cooperate-cont li{
  width: 373px;
  height: 244px;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.5s ;
}
.ind-cooperate-cont li:hover{
  transform: translateY(-10px);
}
.ind-cooperate-cont li:nth-child(1){
  background: url("../img/img_server_bank.png") no-repeat;
}
.ind-cooperate-cont li:nth-child(2){
  background: url("../img/img_server_corebusiness.png") no-repeat;
}
.ind-cooperate-cont li:nth-child(3){
  background: url("../img/img_server_supplier.png") no-repeat;
}
.ind-cooperate-cont li h4{
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.ind-cooperate-cont li p{
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 16px;
}
.ind-cooperate-cont li p img{
  vertical-align: middle;
  margin-right: 8px;
}

.footer {
  background: #2b2e3f;

}

.footer .btm-link {
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #999;
  padding-top:30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .btm-link .btm-link-con{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: rgba(255,255,255,0.70);
  letter-spacing: 0;
}
.footer .btm-link .btm-link-con img{
  vertical-align: middle;
  width: 64px;
  height: 64px;
  margin-right: 20px;
}

.footer .btm-link a {
  font-size: 14px;
  color: #999;
  padding: 0 20px;
}

.footer .btm-link a:hover {
  color: #fff;
}

.footer .copy {
  padding-top: 15px;
  border-top: 1px solid #4a4d5a;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255,255,255,0.70);
  text-align: center;
  padding-bottom: 20px;
}

.footer .copy a {
  color: rgba(255,255,255,0.70);
}

