html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin:0;
  padding:64px 0 0 0 !important;
  font:14px/1 PingFang SC,Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN, Arial,sans-serif !important;
  color:#333333;
  background-color: #FFFFFF;
}
select,textarea,button{
  font:14px/1 PingFang SC,Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN, Arial, sans-serif;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('../images/font/iconfont.woff2?t=1658727552670') format('woff2'),
       url('../images/font/iconfont.woff?t=1658727552670') format('woff'),
       url('../images/font/iconfont.ttf?t=1658727552670') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "bth";
  src: url("../images/font/bth.ttf");
}
@font-face {
    font-family: 'Din';
    src: url('../images/font/DINPro-Bold.otf');
}
.din {
    font-family: din;
}
body.bgfa{
  background-color: #FAFAFA;
}
body.bgf9{
  background-color: #F9F9F9;
}
body.pd0{
  padding:0 0 0 0 !important;
}
.wrap{
  display: table;
  width: 100%;
}
.wrapper{
  display: table;
  width:1400px;
  margin-left: auto;
  margin-right: auto;
}
.w100{
  display: table;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#333333;
  text-decoration:none;
  outline: none;
  transition: All 0.3s ease-in-out;
}
a:hover {
  color:#00A2E9;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999999;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#999999;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#999999;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#999999;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.m12{
  margin-top:12px;
}
.m15{
  margin-top:15px;
}
.m10{
  margin-top:10px;
}
.m20{
  margin-top:20px;
}
.m30{
  margin-top:30px;
}
.m35{
  margin-top:35px;
}
.m40{
  margin-top:40px;
}
.m50{
  margin-top:50px;
}
.m70{
  margin-top:70px;
}
.m100{
  margin-top:100px;
}
.mb5{
  margin-bottom: 5px;
}
.mb30{
  margin-bottom: 30px;
}
.mb50{
  margin-bottom: 50px;
}
.mb80{
  margin-bottom: 80px;
}
.mr50{
    margin-right: 50px !important;
}
.f16{
  font-size: 16px !important;
}
.line:last-child{
  border-bottom: none;
}
.tcenter{
  text-align: center !important;
}
.tleft{
  text-align: left !important;
}
.red{
    color:#FF0000 !important;
}
.blue{
    color:#3860F4 !important;
}
a.cblue{
    color:#3860F4 !important;
}
a.cblue:hover{
    color: #1CA6B8 !important;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.abr{
    position: relative;
}
/*header*/
.header{
    display: block;
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.08);
}
.header.show{
    position: fixed !important;
    top: 0;
    left: 0;
    background: #FFFFFF !important;
    /*border-bottom: 1px solid #EAEAEA; */
    transition: all 0.35s;
}
.header .wrapper{
    width: 1400px;
}
.header.home{
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}
.header .logo{
    float: left;
    margin: 9px 0 9px 0;
    width: auto;
    height: 46px;
}
.header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.head-right{
    float: right;
    width: auto;
    height: 64px;
}
.header .nav{
    float: left;
    display: flex;
}
.header .nav li{
    margin: 0 33px;
    position: relative;
}
.header .nav li:last-child{
    margin-right: 0;
}
.header .nav li a{
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 64px;
    font-weight: 400;
}
.header .nav li:hover a,.header .nav li.cur a{
    color: #00A0E9;
}
.header .nav li.cur:after{
    position: absolute;
    top: 62px;
    left: 50%;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00A0E9;
    transform: translate(-50%, 0);
}
.header .nav li dl{
    display: none;
}
.header .nav li:hover dl{
    position: absolute;
    left: 50%;
    top: 62px;
    padding: 2px 8px 2px 8px;
    display: block;
    width: 150px;
    background-color: #FFFFFF;
    border-radius: 0;
    border-top: 2px solid #00A0E9;
    transform: translate(-50%, 0);
    /*box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 20%);*/
}
.header .nav li:hover dl:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    opacity: 1;
    transform: translate(-50%, 0);
    box-shadow: 1px 2px -13px rgb(231 231 231 / 80%);
}
.header .nav li:hover dl dd{
    text-align: center;
    position: relative;
}
.header .nav li:hover dl dd:last-child{
  border-bottom: none;
}
.header .nav li:hover dl dd a{
    font-size: 14px;
    color: #666666;
    height: 38px;
    line-height: 38px;
    font-weight: 400;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.header .nav li:hover dl dd:last-child a{
  border-bottom: none;
}
.header .nav li:hover dl dd a:hover,.header .nav li:hover dl dd.cur a{
    color: #BAA57B;
}
.header .icon-search{
    float: right;
    width: 64px;
    height: 64px;
    background: url(../images/icon-search.png) no-repeat right center;
    background-size: 20px 20px;
    margin-left: 22px;
    position: relative;
}
.header .icon-search:hover{
    background: url(../images/icon-search-v.png) no-repeat right center;
    background-size: 20px 20px;
}
.header .icon-search a{
    display: block;
    width: 100%;
    height: 100%;
}

.header .icon-search h2{
    position: absolute;
    top: 65px;
    display: none;
    width: 220px;
    right: 0px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    z-index: 1000;
}

.header .icon-search h2.view{
    display: flex;
}

.header .icon-search h2 .search{
    background: none;
    border: 0px;
    line-height: 45px;
    padding: 0px 10px;
    border-radius: 5px 0px 0px 5px;
    width: calc(220px - 47px);
}

.header .icon-search h2 .btn{
    height: 45px;
    background: #00A0E9;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    width: 45px;
    border: 0px;
}

.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 16px;
    width: 20px;
    height: 18px;
    background: url(../images/icon-menu.png) no-repeat center center;
    background-size: 100% 100%;
}
.header .icon-close{
    display: none;
}
.m-menu{
    display: none;
}
.h2title{
    display: block;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 65px;
}
.h2title .cn{
    display: block;
    font-size: 40px;
    padding-bottom: 13px;
    color:#BAA57B;
}
.h2title .en{
    display: block;
    font-size: 20px;
}

.swiper-button-prev,.swiper-button-next{
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 0.8;
}
.swiper-button-prev{
    left: -90px;
}
.swiper-button-next{
    right: -90px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: rgba(0,0,0,0.4);
    font-size: 18px;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    background: #1C49E3;
    border: none;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #FFFFFF;
}
/*subbanner*/
.subbanner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 528px;
    margin-bottom: 50px;
    position: relative;
}
.subbanner.mb0{
    margin-bottom: 0;
}
.subbanner.banner-products{
    background: url(../images/img-banner-products.jpg) no-repeat center;
    background-size: cover;
}
.subbanner.banner-solution{
    background: url(../images/img-banner-solution.jpg) no-repeat center;
    background-size: cover;
}
.subbanner.banner-news{
    height: 515px;
    background: url(../images/img-banner-news.jpg) no-repeat center;
    background-size: cover;
}
.subbanner.banner-about{
    height: 1080px;
    background: url(../images/img-banner-about.jpg) no-repeat center;
    background-size: cover;
}
.subbanner.banner-contact{
    background: url(../images/img-banner-contact.jpg) no-repeat center;
    background-size: cover;
}
.subbanner .title{
    display: block;
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.subbanner .entitle{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-top: 39px;
    text-align: center;
}
.subbanner .line{
    display: block;
    margin: 0 auto;
    width: 68px;
    height: 4px;
    border-radius: 2px;
    background-color: #FFFFFF;
}
.subbanner .path{
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 16px;
    color: #FFFFFF;
}
.subbanner .path a{
    color: #FFFFFF;
}
.subbanner .path a:hover{
    text-decoration: underline !important;
}
.content{
    display: block;
    width: 1400px;
    margin: 0 auto 100px auto;
}
.article{
    display: block;
    font-size: 16px;
    line-height: 27px;
}
.article p{
    margin: 30px 0;
}
/*subnav*/
.subnav{
    display: block;
    width: 100%;
    height: 69px;
    background: #F5F5F5;
}
.subnav ul {
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
}
.subnav li{
    display: block;
    width: auto;
    height: 69px;
    margin: 0 0;
    text-align: center;
    position: relative;
}
.subnav li a{
    display: block;
    width: auto;
    line-height: 69px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 24px;
}
.subnav li:last-child{
    border-right:none;
}
.subnav li.cur a,.subnav li:hover a{
    color: #FFFFFF;
    background-color: #00A2E9;
}
.subtwonav{
    display: block;
    height: 63px;
    background: #FFFFFF;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.subtwonav ul {
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
}
.subtwonav li{
    display: block;
    width: auto;
    height: 63px;
    margin: 0 0;
    text-align: center;
    position: relative;
}
.subtwonav li a{
    display: block;
    width: auto;
    line-height: 63px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 24px;
}
.subtwonav li.cur a,.subtwonav li:hover a{
    color: #00A2E9;
}

/*banner*/
.homebanner{
    display: table;
    width: 100%;
    height: 700px;
    position: relative;
}

.homebanner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .swiper-pagination{
    bottom: 20px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 45px;
    height: 3px;
    margin: 0 5px;
    border-radius: 0;
    display: inline-block;
    background: #FFFFFF;
    opacity: .28;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #BFBFBF;
}
.table thead {
    display: table-header-group;
    background-color: #fafafa;
}
.table>thead>tr>th{
    font-size: 16px;
    line-height: 24px;
    height: 70px;
    color: #FFFFFF;
    font-weight: 400;
    border-right: 1px solid #BFBFBF;
    background-color: #00A2E9;
}
.table>thead>tr>th.tleft, .table>tbody>tr>td.tleft, .table>tfoot>tr>td.tleft {
    text-align: left;
    padding: 5px 8px;
}
.table>tbody>tr>td, .table>tfoot>tr>td {
    height: 70px;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border-right: 1px solid #BFBFBF;
}
.table>tbody>tr>td a{
    color: #00A2E9;
    text-decoration:underline;
}
.table-hover>tbody>tr.bg{
    background-color: #efefef;
}
.table-hover>tbody>tr:hover {
    background-color: #F6F6F6;
}
.table>thead>tr>th.tright, .table>tbody>tr>td.tright, .table>tfoot>tr>td.tright {
    text-align: right;
}
.table>thead>tr>th.tcenter, .table>tbody>tr>td.tcenter, .table>tfoot>tr>td.tcenter {
    text-align: center;
}
.home-title{
    display: block;
    width: 100%;
    text-align: center;
}
.home-title strong{
    display: block;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 17px;
}
.home-title span{
    display: block;
    font-size: 24px;
    color: #999999;
}
.homeproduct{
    display: block;
    padding-top: 90px;
    padding-bottom: 90px;
}
.homeproduct .hp-list{
    display: block;
    padding-top: 50px;
}
.homeproduct .hp-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeproduct .hp-list li{
    display: block;
    width: 460px;
    height: 270px;
    color: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: linear-gradient(90deg, #217EFF 0%, #6BA8FB 100%);
}
.homeproduct .hp-list li:hover{
    opacity: 0.9;
}
.homeproduct .hp-list li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}
.homeproduct .hp-list li .hp-title{
    position: absolute;
    left: 25px;
    bottom: 28px;
}
.homeproduct .hp-list li .hp-title strong{
    display: block;
    font-size: 26px;
    padding-bottom: 17px;
}
.homeproduct .hp-list li .hp-title span{
    display: block;
    font-size: 20px;
}
.homeproduct .hp-list li .hp-icon{
    position: absolute;
    right: 25px;
    top: 25px;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeproduct .hp-list li .hp-icon img{
    display: block;
    width: 100%;
    height: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.homeproduct .hp-list li:hover .hp-icon img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.homeproduct .hp-list li.bg01{
    width: 930px;
    height: 270px;
    background: linear-gradient(90deg, #2C315F, #4F568E, #4F568E);
}
.homeproduct .hp-list li.bg01 .hp-title{
    left: 47px;
    bottom: 86px;
}
.homeproduct .hp-list li.bg01 .hp-title strong{
    font-size: 30px;
    padding-bottom: 26px;
}
.homeproduct .hp-list li.bg01 .hp-title span{
    font-size: 22px;
}
.homeproduct .hp-list li.bg01 .hp-icon{
    position: absolute;
    right: 25px;
    top: 60px;
    width: 186px;
    height: 211px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}
.homeproduct .hp-list li.bg02{
    margin-right: 0;
    background: linear-gradient(90deg, #E7991F 0%, #E9C58E 100%);
}
.homeproduct .hp-list li.bg03{
    background: linear-gradient(90deg, #217EFF 0%, #6BA8FB 100%);
}
.homeproduct .hp-list li.bg04{
    background: linear-gradient(90deg, #3F4A57 0%, #667484 100%);
}
.homeproduct .hp-list li.bg05{
    margin-right: 0;
    background: linear-gradient(90deg, #88CB1D 0%, #C9EF8D 100%);
}
.homeproduct .hp-list li.bg06{
    background: linear-gradient(90deg, #DB5178 0%, #F18CA8 100%);
}
.homeproduct .hp-list li.bg07{
    background: linear-gradient(90deg, #5A34D4 0%, #9D88E4 100%);
}
.homeproduct .hp-list li.bg08{
    margin-right: 0;
    background: linear-gradient(90deg, #60CBB7 0%, #A0EEDF 100%);
}
.homesolution{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 65px;
    background: url(../images/bg-homesolution.jpg) no-repeat center;
    background-size: cover;
}
.homesolution .home-title strong{
    color: #FFFFFF;
}
.homesolution .home-title span{
    color: #999999;
}
.homesolution .hs-list{
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 68px;
}
.homesolution .hs-list li{
    display: block;
    height: auto;
    min-height: 546px;
    position: relative;
}
.homesolution .hs-list li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}
.homesolution .hs-list li .hs-pic{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.homesolution .hs-list li .hs-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.homesolution .hs-list li:hover .hs-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.homesolution .hs-list li .hs-title{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 40px;
    z-index: 12;
}
.homeabout{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 90px;
}
.homeabout .ha-list{
    display: block;
    width: 100%;
    min-height: 818px;
    position: relative;
    margin-top: 70px;
    background: url(../images/bg-homeabout.jpg) no-repeat left bottom;
    background-size: 1336px 360px;
}
.homeabout .ha-list .ha-text{
    position: relative;
    height: 818px;
}
.homeabout .ha-list .ha-text .hat-title{
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-top: 85px;
}
.homeabout .ha-list .ha-text .hat-line{
    display: block;
    width: 61px;
    height: 3px;
    background: #00A0E9;
    margin-top: 30px;
}
.homeabout .ha-list .ha-text .hat-desc{
    display: block;
    width: 650px;
    font-size: 18px;
    line-height: 27px;
    color: #999999;
    padding-top: 25px;
    text-align: justify;
}
.homeabout .ha-list .ha-pic{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50%;
    height: auto;
}
.homeabout .ha-list .ha-pic img{
    display: block;
    width: 100%;
    height: auto;
}
.homeabout .ha-list .hat-number{
    position: absolute;
    left: 0;
    bottom: 110px;
    display: flex;
    width: 650px;
    justify-content: space-between;
}
.homeabout .ha-list .hat-number li{
    display: block;
    color: #FFFFFF;
    margin-right: 0px;
    margin-bottom:20px;
    width: 25%;
}
.homeabout .ha-list .hat-number li .hatn-title{
    display: block;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 25px;
}
.homeabout .ha-list .hat-number li .hatn-text{
    display: block;
    font-size: 16px;
    line-height: 22px;
}
.homenews{
    display: block;
    width: 100%;
    height: auto;
    background-color: #F2F2F2;
    padding-top: 90px;
    padding-bottom: 100px;
}
.homenews .hn-tab{
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.homenews .hn-tab li{
    display: block;
    width: auto;
    margin: 0 29px;
    text-align: center;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.homenews .hn-tab li.cur:after,.homenews .hn-tab li:hover:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    display: block;
    width: 46px;
    height: 2px;
    background: #4CB5FF;
    transform: translate(-50%, 0);
}
.homenews .hn-box{
    display: flex;
    padding-top: 28px;
    justify-content: space-between;
}
.homenews .hnb-activity{
    position: relative;
    width: 321px;
    height: 392px;
    overflow: hidden;
}
.homenews .hnb-activity .hnba-icon{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 86px;
    height: 29px;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
    padding-left: 19px;
    background: #00A2E9;
    border-radius: 0px 0px 29px 0px;
    z-index: 100;
}
.homenews .hnb-activity img{
    display: block;
    width: 100%;
    height: 100%;
}
.homenews .hnb-list{
    display: flex;
    width: 1065px;
    height: 392px;
    background-color: #FFFFFF;
}
.homenews .hnb-list .hnbl-pic{
    flex: 0 0 628px;
    width: 628px;
    height: 392px;
    overflow: hidden;
}
.homenews .hnb-list .hnbl-pic li{
    display: block;
    width: 628px;
    height: 392px;
}
.homenews .hnb-list .hnbl-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homenews .hnb-list .hnbl-text {
    flex: 0 0 437px;
    width: 437px;
    height: 392px;
    position: relative;
    padding: 35px 32px 35px 32px;
}
.homenews .hnb-list .hnbl-text ul{
    display: block;
}
.homenews .hnb-list .hnbl-text li{
    display: block;
    width: 100%;
}
.homenews .hnb-list .hnbl-text li a{
    display: block;
    width: 100%;
    padding: 23px 0;
    border-bottom: 1px solid #E6E6E6;
}
.homenews .hnb-list .hnbl-text .hnbl-title{
    display: block;
    font-size: 18px;
    padding-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homenews .hnb-list .hnbl-text .hnbl-date{
    display: block;
    font-size: 14px;
}
.homenews .hnb-list .hnbl-more{
    position: absolute;
    right: 32px;
    bottom: 35px;
    display: block;
}
.homenews .hnb-list .hnbl-more a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #4CB5FF;
    padding-right: 35px;
    background: url(../images/icon-homenews-arrow.png) no-repeat right center;
    background-size: 18px 18px;
}
.homenews .hnb-list .hnbl-more a:hover{
    opacity: 0.8;
}
/*about*/
.banner-about{
    display: block;
    width: 100%;
    height: 1080px;
    color: #FFFFFF;
    background: url(../images/img-banner-about.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 50px;
    padding-top: 380px;
    position: relative;
}
.banner-about .ba-title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.banner-about .ba-title:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background-color: #FFFFFF;
    transform: translate(-50%, 0);
}
.banner-about .ba-subtitle{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding-top: 70px;
    padding-bottom: 170px;
    position: relative;
}
.banner-about .ba-list{
    display: flex;
    justify-content: space-between;
}
.banner-about .ba-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 383px;
    height: 205px;
    background: #085EEC;
    border-radius: 30px;
    flex-direction: column;
    align-content: center;
}
.banner-about .ba-list li span{
    display: block;
    font-size: 22px;
}
.banner-about .ba-list li strong{
    display: block;
    font-size: 30px;
    padding-top: 38px;
    font-weight: normal;
}
.banner-about .ba-list li strong i{
    margin: 0 18px;
}
.about-honor{
    display: block;
    padding-top: 100px;
}
.about-honor .ah-title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 41px;
    padding-top: 0;
    padding-bottom: 15px;
    position: relative;
}
.about-honor .ah-title:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    display: block;
    width: 64px;
    height: 4px;
    background-color: #E50007;
    transform: translate(-50%, 0);
}
.about-honor .ah-list {
    display: flex;
    padding-top: 110px;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-honor .ah-list li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 354px;
    margin: 0 26.5px 25px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 76px 0px rgba(170,170,170,0.43);
}
.about-honor .ah-list li:nth-child(4n) {
    margin-right: 0;
}
.about-honor .ah-list li img{
    display: block;
    max-width: 212px;
    max-height: 289px;
}
.about-honor .ah-list li:hover{
    box-shadow: 0px 0px 30px 0px rgba(0,160,233,0.4);
}
.about-market{
    display: block;
    margin-top: 150px;
    margin-bottom: 50px;
    width: 100%;
    height: 970px;
    color: #FFFFFF;
    padding-top: 108px;
    background: url(../images/bg-about-market.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.about-market .am-title{
    display: flex;
    justify-content: center;
    padding-bottom: 28px;
}
.about-market .am-title li{
    display: block;
    width: auto;
    margin: 0 60px;
    text-align: center;
    font-size: 32px;
    padding-top: 0;
    padding-bottom: 18px;
    position: relative;
    cursor: pointer;
}
.about-market .am-title li.cur:after,.about-market .am-title li:hover:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    display: block;
    width: 58px;
    height: 3px;
    background-color: #085EEC;
    transform: translate(-50%, 0);
}
.about-market .ac-list,.about-market .ac-list2{
    display: block;
    width: 100%;
    min-height:780px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
    border-top: 1px solid rgba(255,255,255,0.4);
}
.swiper-button-prev,.swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -20px;
    border-radius: 50%;
    border: 1px solid #999999;
    background-color: transparent;
}
.swiper-button-prev{
    left: 60px;
}
.swiper-button-next{
    right: 60px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #999999;
    font-size: 18px;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    background: #00A0E9;
    border: none;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #FFFFFF;
}
.about-market .am-list{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    padding-left: 256px;
    height: 780px;
}
.about-market .am-list li{
    display: block;
    width: 33.33333%;
    height: 780px;
    padding: 115px 65px;
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.4);
}
.about-market .am-list li:last-child{
    border-right: 1px solid rgba(255,255,255,0.4);
}
.about-market .am-list li .aml-title{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}
.about-market .am-list li .aml-desc{
    font-size: 20px;
    font-weight: 400;
    color: #BDBDBD;
    line-height: 30px;
}
.about-market .am-list li .aml-number{
    position: absolute;
    left: 65px;
    bottom: 120px;
    font-size: 75px;
    font-weight: 500;
}

.products-info{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.products-info .pi-pic{
    flex: 0 0 585px;
    width: 585px;
    height: 457px;
}
.products-info .pi-pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.products-info .pi-text{
    flex: 0 0 754px;
    width: 754px;
}
.products-info .pi-text h1{
    display: block;
    padding: 72px 0 40px 0;
    font-size: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.products-info .pi-text .pi-share{
    display: block;
    width: 160px;
    height: 20px;
    font-size: 20px;
    margin-top: 82px;
    color: #666666;
    padding-left: 27px;
    background: url(../images/icon-share.png) no-repeat left center;
    background-size: 17px 20px;
    cursor: pointer;
}
.products-info .pi-text .pi-share:hover{
    opacity: 0.8;
}
.products-info .pi-text .pi-btn{
    display: block;
    margin-top: 50px;
    width: 100%;
}
.products-info .pi-text .pi-btn a{
    display: block;
    width: 160px;
    height: 55px;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
    background-color: #00A2E9;
    color: #FFFFFF;
    margin-bottom: 21px;
}
.products-info .pi-text .pi-btn a:hover{
    opacity: 0.8;
}
.products-desc{
    display: block;
    width: 100%;
    padding-bottom: 60px;
}
.pd-nav{
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: 66px;
    background: #FFFFFF;
    margin-bottom: 32px;
    margin-top: 78px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pd-nav li{
    display: block;
    width: 206px;
    height: 66px;
    margin: 0 0;
    text-align: center;
    position: relative;
    line-height: 66px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}
.pd-nav li.on,.pd-nav li:hover{
    color: #FFFFFF;
    background-color: #00A2E9;
}
.pd-content{
    display: block;
    padding: 30px 55px;
    font-size: 20px;
    line-height: 2;
    color: #666666;
}
.menu-mask{
    position: fixed;
    top: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}
.icon-close{
    position: absolute;
    bottom: -55px;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -16px;
    cursor: pointer;
}
.icon-close img{
    display: block;
    width: 100%;
    height: 100%;
}
.popbox{
    display: block;
    width: 580px;
    padding: 35px 68px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -290px;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    border-radius: 0;
}
.popbox .form-item{
    margin-bottom: 30px;
}
.popbox .form-label{
    font-size: 18px;
}
.popbox .form-input{
    padding: 0 10px;
    height: 38px;
    background-color: #FFFFFF;
    border:1px solid #BFBFBF;
}
.popbox .form-btn{
    margin: 0 auto;
    height: 46px;
    line-height: 46px;
}

.solution-title{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 34px;
    padding-top: 24px;
    padding-bottom: 52px;
}
.solution-list{
    display: block;
    width: 100%;
    padding-bottom: 125px;
}
.solution-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.solution-list li{
    display: block;
    width: 450px;
    height: 325px;
    margin-right: 25px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.solution-list li:nth-child(3n){
    margin-right: 0;
}
.solution-list li img{
    display: block;
    width: 100%;
    height: 100%;
}
.solution-list li .title{
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    padding: 0 26px;
    font-size: 20px;
    color: #FFFFFF;
    z-index: 10;
}
.solution-content{
    font-size: 20px;
    line-height: 2;
    padding-bottom: 45px;
}
.solution-advantage{
    display: block;
    width: 100%;
    height: 693px;
    background: url(../images/bg-solution-advantage.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 210px;
}
.solution-advantage .solution-title{
    padding-top: 50px;
    padding-bottom: 68px;
    color: #FFFFFF;
}
.solution-advantage ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.solution-advantage li{
    display: block;
    width: 320px;
    height: auto;
    margin-right: 220px;
    color: #FFFFFF;
}
.solution-advantage li:nth-child(3n){
    margin-right: 0;
}
.solution-advantage li .pic{
    display: block;
    margin: 0 auto;
    width: 286px;
    height: 286px;
    overflow: hidden;
}
.solution-advantage li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.solution-advantage li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.solution-advantage li .title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    padding-top: 38px;
}
.solution-advantage li .desc{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    padding-top: 20px;
}

.news-list{
    display: block;
    width: 100%;
    padding-bottom: 80px;
}
.news-list ul{
    padding-bottom: 50px;
}
.news-list li{
    display: block;
    width: 100%;
    height: 320px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.3);
}
.news-list li:hover{
    border-bottom: 1px solid rgba(20, 132, 240, 0.3);
}
.news-list li a{
    display: flex;
    width: 100%;
    height: 320px;
    padding: 50px 0;
}
.news-list li .nl-time{
    display: flex;
    align-items: flex-start;
    flex: 0 0 147px;
    width: 147px;
    flex-direction: column;
    justify-content: center;
}
.news-list li .nl-time strong{
    display: block;
    font-size: 26px;
    color: #333333;
    height: 92px;
    padding-bottom: 66px;
    position: relative;
}
.news-list li:hover .nl-time strong,.news-list li:hover .nl-time span{
    color: #00A2E9;
}
.news-list li .nl-time strong:before{
    content: '';
    position: absolute;
    left: 1px;
    bottom: 32px;
    width: 22px;
    height: 2px;
    background-color: #AFAFAF;
}
.news-list li .nl-time span{
    display: block;
    font-size: 20px;
    color: #666666;
}
.news-list li .nl-pic{
    flex: 0 0 377px;
    width: 377px;
    height: 220px;
    overflow: hidden;
}
.news-list li .nl-pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.news-list li .nl-pic img{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.news-list li:hover .nl-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.news-list li .nl-title{
    display: flex;
    align-items: center;
    flex: 0 0 876px;
    width: 876px;
    padding: 0 82px;
    font-size: 26px;
    background: url(../images/icon-news-arrow.png) no-repeat right center;
    background-size: 12px 21px;
}
.news-list li:hover .nl-title{
    background: url(../images/icon-news-arrow-v.png) no-repeat right center;
    background-size: 12px 21px;
}
.news-info{
    float: left;
    display: block;
    width: 70%;
    padding: 20px 0 40px 0;
}
.news-info .h1title{
    display: block;
    font-weight: bold;
    font-size: 36px;
    text-align: left;
    padding: 0 0 20px 0;
}
.news-info .h1title .si-nav{
    float: right;
    width: auto;
    margin-right: 26px;
    margin-top: 3px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    color: #1D7B4C;
    padding: 0 12px;
    background-color: #CDE2D7;
}
.news-info .h1box{
    display: flex;
    width: 100%;
    padding: 20px 0;
    padding-top: 10px;
    align-items: center;
    font-size: 16px;
    color: #999;
    justify-content: flex-start;
}
.news-info .h1box .time{
    padding-left: 22px;
    background: url(../images/icon-time.png) no-repeat left center;
    background-size: 16px 16px;
}
.news-info .h1box .click{
    margin-left: 26px;
    padding-left: 30px;
    background: url(../images/icon-click.png) no-repeat left center;
    background-size: 20px 16px;
}
.news-info .news-content{
    display: block;
    padding: 20px 0 30px 0;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}
.news-info .news-content img{
    display: block;
    margin: 50px auto;
    max-width: 100%;
    height: auto;
}
.page-box{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-next{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
}
.page-next p{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-btn{
    display: block;
    width: 100%;
    height: 53px;
    margin-top: 40px;
}
.page-btn a{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #00A2E9;
    font-weight: 400;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 51px;
    text-align: center;
    color: #00A2E9;
}
.page-btn a:hover{
    opacity: 0.6;
}
.right-com{
    float: right;
    display: block;
    width: 276px;
}
.rbox{
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #FFFFFF;
}
.rbtitle{
    display: block;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}
.rbtitle strong{
    display: block;
    font-size: 26px;
    font-weight: 500;
    color: #00A2E9;
    padding-bottom: 17px;
}
.rbtitle span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.rnews-list{
    display: block;
    width: 100%;
    height: auto;
}
.rnews-list li{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 22px;
    line-height: 1.3;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
}
.rnews-list li img{
    margin-bottom: 12px;
}
.rnews-list li strong{
    display: block;
    font-weight: normal;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rnews-list li i{
    display: block;
    width: 34px;
    height: 19px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: url(../images/icon-rnews-arrow.png) no-repeat center center;
    background-size: 15px 7px;
}
.contact-info{
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
}
.contact-info .ci-title{
    display: block;
    font-size: 37px;
    font-weight: 400;
    line-height: 1.5;
}
.contact-info .ci-box{
    display: flex;
    width: 100%;
    height: 418px;
    margin-top: 72px;
    justify-content: space-between;
    background-color: #F7F8FA;
}
.contact-info .ci-map{
    flex: 0 0 746px;
    width: 746px;
    height: 418px;
}
.contact-info .ci-text{
    flex: 0 0 654px;
    width: 654px;
    height: 418px;
    padding: 65px 52px;
}
.contact-info .ci-text .cit-title{
    display: block;
    font-size: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #CCCCCC;
}
.contact-info .ci-text .cit-desc{
    display: block;
    padding: 25px 6px 10px 6px;
}
.contact-info .ci-text .cit-desc p{
    display: block;
    margin-bottom: 32px;
    font-size: 20px;
}
.contact-info .ci-text .cit-desc p span{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    padding-right: 15px;
}
.contact-feedback{
    display: block;
    padding-top: 40px;
    padding-bottom: 50px;
}
.contact-feedback .cf-title{
    display: block;
    font-size: 37px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 5px;
}
.contact-feedback .cf-box{

}
.form-item{
    display: block;
    margin-top: 30px;
    position: relative;
}
.form-item.m60{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.form-item.flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.form-label{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}
.form-input.w450{
    width: 450px;
}
.form-input{
    width: 100%;
    height: 60px;
    font-size: 20px;
    padding: 0 19px;
    background-color: #F3F5FA;
    border:none;
}
.form-input:hover,.form-input:focus{
    background-color: #F9F9F9;
}
.form-select{
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 16px;
    border: 1px solid #E0E0E0;
}
.form-textarea{
    width: 100%;
    height: 175px;
    font-size: 20px;
    line-height: 1.4;
    padding: 18px 19px;
    background-color: #F3F5FA;
    border:none;
}
.form-textarea:hover,.form-textarea:focus{
    background-color: #F9F9F9;
}
.form-btn{
    display: block;
    width: 212px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    margin: 0 21px;
    text-align: center;
    border: none;
    border-radius: 0;
    cursor: pointer;
    background-color: #F3F5FA;
}
.form-btn.submit{
    color: #FFFFFF;
    background-color: #00A2E9;
}
.form-btn:hover{
    opacity: 0.8;
}
/*pages*/
.sh-pages {
    padding: 30px 0;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.sh-pages a{
    display: inline-block;
    width: 47px;
    height: 47px;
    line-height: 45px;
    border-radius: 24px;
    background: #FFFFFF;
    text-align: center;
    font-size: 18px;
    color: #999999;
    transition: all 0.35s;
    margin: 0 8px;
    border: 1px solid #D9D9D9;
}
.sh-pages a:hover{
    background: #00A2E9;
    color: #fff;
    border: 1px solid #00A2E9;
}
.sh-pages a i{
    margin-right: 0;
    font-size: 18px;
    color: #AAAAAA;
}
.sh-pages a:hover i{
    color: #FFFFFF;
}
.sh-pages span {
    display: inline-block;
    width: 47px;
    height: 47px;
    line-height: 45px;
    border-radius: 24px;
    background: #00A2E9;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
/*footer*/
.footer{
    display: table;
    width: 100%;
    height: 384px;
    color: #FFFFFF;
    background: #19202A url(../images/bg-footer.jpg);
    background-size: cover;
}
.footer .foot-box{
    display: flex;
    padding: 65px 0 40px 0;
    justify-content: space-between;
}
.footer .foot-ercode{
    flex: 0 0 146px;
    width: 146px;
    font-size: 14px;
    text-align: center;
}
.footer .foot-ercode img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.footer .foot-nav{
    flex: 0 0 1250px;
    width: 1250px;
    display: flex;
    padding-top: 15px;
    padding-right: 5px;
    justify-content: flex-start;
}
.footer .foot-nav li{
    display: inline-block;
    width: 397px;
    margin-right: 18.72%;
    height: auto;
    text-align: left;
}
.footer .foot-nav li:first-child{
    padding-left: 0;
}
.footer .foot-nav li h3{
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 14px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,0.18);
}
.footer .foot-nav li h3 span{
    color: #9F9F9F;
}
.footer .foot-nav .foot-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 6px;
}
.footer .foot-nav .foot-menu a{
    display: block;
    width: 33.33%;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.footer .foot-nav li a{
    display: block;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 8px;
    white-space: nowrap;
    color: #C9C9C9;
}
.footer .foot-nav li a span{
    font-size: 18px;
    color: #FFFFFF;
}
.footer .foot-nav .foot-menu a:hover,.footer .foot-links a:hover{
    color: rgba(255,255,255,1);
    text-decoration: underline !important;
}
.footer .foot-nav li a span{
    display: inline-block;
    width: 82px;
}
.footer .foot-links{
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #F7F7F7;
}
.footer .foot-links strong{
    margin-right: 31px;
}
.footer .foot-links a{
    color: #F7F7F7;
    margin-right: 15px;
}
.footer .foot-copyright{
    display: block;
    margin-top: 25px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255,0.68);
}
.footer .foot-copyright a{
    color: rgba(255,255,255,0.68);
}
.footer .foot-copyright a:hover{
    text-decoration: underline !important;
}
