﻿


/*======================================================
    1.0 Common Style
=======================================================*/
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: '微软雅黑';
    font-size: 15px;
    font-style: normal;
    line-height: 28px;
    color: #797d83;
    position: relative;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    -webkit-font-smoothing:antialiased;
	color: #051441;
}
h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #051441;
}
h2{
    font-size: 42px;
    line-height: 50px;
    color: #051441;
    margin: 0 0 10px;
    font-weight: 500;
    letter-spacing: -1px;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.7;
    color: #051441;
    letter-spacing: -0.5px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    font-family: 'Regular';
    font-weight: 500;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
   color: #999 !important;
}
button{
    border: none;
	background: none;
}

/* ======= Scrollbar Style ======= */
::-webkit-scrollbar {
    width: 2px;
    height: 4px
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #0678f5;
}
/* ::selection {
    background-color: #fff;
}
-webkit-::selection {
    background-color: #fff;
}
::-moz-selection {
    background-color: #fff;
} */

/* ======= Helper Class ======= */
.padding{
    padding: 60px 0;
}
.padding-b{
  padding-bottom: 60px;
}
.padding-top{
  padding-top: 60px;
}
.no-padding{
    padding: 0;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}
.padd-t50 { padding-top: 50px; }
.mar-t-180{margin-top: 180px;}
.box-padding{padding: 0 50px;}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f5f8ff;}
.bg-dark{ background-color: #07122D!important;}
.bd-top{ border-top: 1px solid #eeeeee;}
.bd-bottom{ border-bottom: 1px solid #eeeeee;}
.bd-right{ border-right: 1px solid #eeeeee;}

.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mb-60{ margin-bottom: 60px; }
.mb-70{ margin-bottom: 70px; }

.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.mt-50{ margin-top: 50px; }
.mt-70{ margin-top: 70px; }
.mt-80{ margin-top: 80px; }
.mt-150{ margin-top: 150px; }
.mt-180{ margin-top: 180px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }

/* ======= Color Class ======= */
.color-red{ color: #ff4c4c; }
.color-blue{ color: #0099e5; }
.color-green{ color: #0abf53; }
.color-yellow{ color: #ffa800; }
.color-purple{ color: #6b3df0; }
.color-orange{ color: #ec6c4f; }



@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* ======= Default Button ======= */
.btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.btn-group .default-btn{
    margin-right: 20px;
}
.default-btn{
    background: linear-gradient(to right, #0678f5, #1066f9);
    font-family: '微软雅黑';
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
    display: inline-block;
    letter-spacing: 0px;
    padding: 0 35px;
    position: relative;
    border-radius: 2px;
    z-index: 1;

}
.default-btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.2);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.default-btn:hover:before{
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.default-btn:hover{
    transform: translateY(-3px);
    color: #fff;
}
/* ======= Section Heading ======= */
.section-heading h2{
    font-family: "微软雅黑";
    font-size: 36px;
    line-height: 50px;
    display: block;
}
.section-heading h4{
    background-color: rgba(90, 73, 248,0.1);
    font-size: 12px;
    color: #5a49f8;
    font-weight: 600;
    letter-spacing: 0;
    font-family: '微软雅黑';
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    position: relative;
}
.section-heading.white h4{}
.section-heading.white h2{
    color: #fff;
}

/* ======= Overlay Color ======= */
.overlay{
    background-color: rgba(5, 20, 65,0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}



/* ======= Transition Effect ======= */
a,a:hover, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ======= Scroll To Top ======= */
#scrollup{
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    z-index: 999;
}
.scroll-to-top{
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #0678f5;
    font-size: 10px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
}
#scrollup.show{ opacity: 1; }
#scrollup.show .scroll-to-top{
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
.scroll-to-top:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}
.scroll-to-top:focus{
    outline: none;
}

/*======================================================
    3.0 Service Section
=======================================================*/
.service-section{}
.service-item{
    background-color: #fff;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.service-item:hover{
    box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.50);
}
.service-item:hover .read-more,
.service-item:hover p,
.service-item:hover h3{
    color: #fff;
}

.service-item .service-icon img{
    height: 45px;
    width: 45px;
    margin-bottom: 10px;
}

.read-more{
    color: #6a7c92;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.read-more i{
    font-size: 25px;
    margin-left: 10px;
    margin-bottom: 3px;
    transition: all 0.3s ease-in-out;
}
.read-more:hover{ color: #5a49f8; }
.read-more:hover i{ transform: translateX(5px); }
.dir-overlay{
    background:#5a49f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#5a49f8), to(#7a64f2));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.service-item:hover .dir-overlay{
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 6px 60px 45px 0 rgba(0,0,0,.1);
    box-shadow: 6px 60px 45px 0 rgba(0,0,0,.1);
}
.service-section .buttons{
  display: flex;
  justify-content: space-around;
}
.service-section .buttons-left{
  width: 120px;
}
.service-section .buttons-right{
  width: 120px;
}
.service-section .buttons-item {
  display: inline-block;
  box-sizing: border-box;
  margin: 30px 0;
  padding: 5px 10px;
  font-weight: bold;
  color: #3b80e2;
  white-space: nowrap;
  border-radius: 25px;
  border: 1px solid #3b80e2;
  text-align: center;
  cursor: pointer;
}
.service-section .buttons .active {
  color: #fff;
  background-color: #3b80e2;
}

.service-section .buttons-item:nth-child(4),.service-section .buttons-item:nth-child(8){
  margin-bottom: 0;
}
.service-section .msg-content .msg-panel .msg img{
  height: 433px;
  
}
/*======================================================
    Team Section
=======================================================*/
.team-section{
  background:url(../img/homebg-1.jpg) center center / auto 100% no-repeat;
  background-size: cover;
}
.team-section h2 {
  color: #000;
}
.team-section img{
  border: 1px solid #ddd;
}

/*======================================================
    Statistics Section
=======================================================*/
.statistics-section{
  background: url(../img/statistics-bg.png) center center / auto 100% no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.statistics-section h2, .statistics-section .counter-content h3, .statistics-section .container p, .statistics-section .mask h3 {
  color: #fff;
}
.statistics-section .mask{
  margin-top: -70px;
  background-color: rgba(0,133,236,0.6);
  width: 100%;
  color: #fff;
  padding: 20px 0;
}
.statistics-section .mask .default-btn{
  background: linear-gradient(to right, #ff9829, #ff9829);
}
/*======================================================
    Counter Section
=======================================================*/
.counter-section{
    background:url(../img/counter-bg.png) center center / auto 100% no-repeat;
    background-size: cover;
    border: 1px solid transparent;
}
.counter-section .solution-bg1, .counter-section .solution-bg2{
  color: #000;
  z-index: 999;
  min-height: 250px;
}
.counter-section .item{
  position: relative;
  padding-top: 10px;
}
.counter-section .item h3{
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}
@media all and (min-width: 992px) {
  .counter-section{
    width: 100%;
    height: 500px;
    
    padding-bottom: 0;
    z-index: 1;
    
  }
  .counter-section .item h3{
    text-align: center;
    font-size: 30px;
    margin-top: 60px;
  }
  .counter-section .item{
    position: absolute;
    width: 500px;
    height: 320px;
    margin-top: 80px;
    margin-left: 20px;
  }
  .counter-section .item p {
    margin: 0 40px;
    height: 50px;
    text-align: left;
  }
  .team-section{
  }
}

.counter-section .item p {
  margin: 0 40px;
  height: 50px;
  text-align: left;
  font-size: 16px;
}
.counter-section .item .mark{
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.65);
  width: 100%;
  padding: 10px 0;
  z-index: 999;
  text-align: center;
}
.counter-section .item .mark a{
  color: #fff;
  font-size: 16px;
}
.counter-section .solution-bg1{
  background: url(../img/solution-bg1.png) 100% 100% no-repeat;
}
.counter-section .solution-bg2{
  background: url(../img/solution-bg2.png) 100% 100% no-repeat;
}
.counter-section .section-heading h2{
  margin-bottom: 20px;
}
.counter-section .section-heading h4{ color: #fff; }
.counter-section .section-heading h2,
.counter-section .section-heading p{ color: #fff; }
.counter-wrap{
    background-color: #fff;
    box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.50);
    transform: translateY(80px);
}
.counter-item{
    text-align: center;
    padding: 25px 0;
}
.counter-content i {
    font-size: 40px;
    color: #5a49f8;
    margin-bottom: 10px;
}
.counter-content .counter-icon{
    position: relative;
    width: 100px;
    margin: 0 auto;
}
.counter-content .counter-icon:before{
    background-color: #5a49f8;
    content: "";
    width: 50px;
    height: 70px;
    position: absolute;
    left: 26px;
    top: -15px;
    opacity: 0.1;
    clip-path: polygon(0% 0, 100% 10%, 100% 90%, 0% 100%);
    transform: rotate(-30deg);
    z-index: -1;
}

.counter-content h3 {
    font-size: 32px;
    color: #051441;
    font-weight: 700;
    line-height: 40px;
    margin: 5px 0 5px 0;
}
.counter-content h4{
    color: #6a7c92;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

/*======================================================
    tabs
=======================================================*/
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #ebedf2;
  margin-bottom: 20px;
}

.tabs .tabs-item{
  margin-bottom: -1px;
  background: transparent;
  color: #000;
  cursor: pointer;
  width: 33.3%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
}

.tabs .tabs-item:first-child {
  margin-left: 0;
}

.tabs .tabs-item.active {
  color: #1066f9;
  border-bottom: 1px solid #1066f9;
}

.box {
  width: 100%;
  height: 200px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/*======================================================
    Right Fixed
=======================================================*/
#fixed{
  position: fixed;
  top: 50%;
  right: 0;
  cursor: pointer;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.50);
  border-radius: 4px;
  font-size: 12px;
}
#fixed div{
  padding: 10px 20px;
}
#fixed img{
  width: 30px;
  height: 30px;
  margin: 10px 0 5px 0;
}
#fixed .active{
  background: #0678f5;
  color: #fff;
}
#focustips, #calltips{
  position: absolute;
  right: 100px;
  top: 120px;
  width: 200px;
  text-align: center;
  background: #0678f5;
  border-radius: 4px;
  color: #fff;
  padding: 5px 20px;
  display: none;
}
#focustips:before, #calltips:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #0678f5;
  top: 18px;
  right: -16px;
}
#focustips{
  top: 210px;
}
#fixed .icon-qrcode {
    width: 100%;
    height: auto;
    margin: 0;
}

/* new */
.app-tooltip {
    position: absolute;
    right: 100px;
    top: 50%;
    display: none;
    width: 200px;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    background: #0678f5;
    border-radius: 4px;
    transform: translate(0, -50%);
}
.app-tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #0678f5;
    top: 50%;
    right: -16px;
    transform: translate(0, -50%);
}
.app-tooltip.transparent-tooltip {
    margin: 0;
    padding: 2px !important;
}
.tooltip-wrap:hover .app-tooltip{
    display: block;   
}
#fixed .action {
    position: relative;
    color: inherit;
}
#fixed .active-img {
    display: none;
}
#fixed .action:hover {
    background: #0678f5;
    color: #fff;
}
#fixed .action:hover .fixed-img {
    display: none;
}
#fixed .action:hover .active-img {
    display: block;
}

.more-preference {
  padding: 60px 0;
  text-align: center;
  color: #fff;
  background: #1b86f4 url(../img/common/preference-bg.jpg) center center / auto 100% no-repeat;
  font-size: 21px;
}
.more-preference .btn {
  width: 280px;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  color: inherit;
  background-color: #ff9901;
}

.popupStyle{
  width:100%;
  height:100%;          
  display:none;
  position:fixed;
  z-index:9999;
  top:0;
  left:0;
  background-color: rgba(0,0,0,.5);
}
.popupStyle .alert{
  position: fixed;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  border: 1px solid #ddd;
  background-color: #fff;  
  line-height:80px;
  border-radius:4px;
  padding: 15px 20px 0 20px;
  width: 260px;
  height: 100px;
  box-shadow: 6px 60px 45px 0 rgba(0,0,0,.1);
}
.popupStyle .alert img{
  float: left;
  margin-right: 10px;
}
.popupStyle .alert h4{
  margin-top: 0px;
}
.popupStyle .alert p{
  font-size: 14px;
  margin-left: 40px;
}
.popupStyle .alert .close{
  position: absolute;
  top: 5px;
  right: -5px;
  cursor: pointer;
  z-index:99999;
}

