/* Imported styles */


/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Barlow Condensed:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto Condensed:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Anton'); */


/* commom */
/* 
.uk-container {
    max-width: 90%;
} */
.s-cover-40{
    padding-bottom: 40%;
}
.s-cover-60{
    padding-bottom: 60%;
}
.s-cover-80{
    padding-bottom: 80%;
}
html {
    font-size: 14px;
    /* font-weight: 300; */
    color: #333;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Microsoft YaHei","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
    /* font-family: Roboto Condensed, Arial, 微软雅黑, "Microsoft Yahei"; */
    font-family:  "Microsoft Yahei";
    /* font-family: Roboto,sans-serif; */
}
.bg-qh{
    background: #f5f5f5;
}

@media (min-width: 960px){
    .uk-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.uk-section-n{
    padding-top: 80px;
    padding-bottom: 80px;
}
::selection {color:#fff; background-color:#0073bd;} ::-moz-selection {color:#fff; background-color: #0073bd;}
.noselect{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
    color: #656565;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

/* p {
    margin-bottom: 10px;
    line-height: 1.8;
}

*+p {
    margin-top: 10px;
} */

.uk-link,
a {
    color: #666;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.aline a{
    position: relative;
}
.aline a::after {
    position: absolute;
    bottom: 0;
    content: " ";
    width: 0;
    border-bottom: solid 1px;
    -webkit-transition: .33s;
    transition: .33s;
    left: 100%;
}
.aline a:hover::after,.aline.on ::after {
    width: 100%;
    left: 0;
    -webkit-transition: width .33s;
    transition: width .33s;
}
.uk-grid-xsmall {
    margin-left: -6px
}

.uk-grid-xsmall>* {
    padding-left: 6px
}


*+.uk-grid-margin-xsmall,
.uk-grid+.uk-grid-xsmall,
.uk-grid-xsmall>.uk-grid-margin {
    margin-top: 6xpx
}

@media (min-width: 960px) {
    .uk-child-width-1-8\@m>* {
        width: calc(100% * 1 / 8.001)
    }
    
}

.uk-animation-kenburns2 {
    animation-name: uk-scale-kenburns2;
    animation-duration: 7s;
}

@keyframes uk-scale-kenburns2 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.1)
    }
}

.text-over {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.folatUp {
    transition: all .3s linear;
}

.folatUp:hover {
    transform: translateY(-10px);
}


.s-btn {
    padding: 0 50px;
    display: inline-block;
    border: 1px solid #0073bd;
    font-size: 16px;
    border-radius: 300px;
    color: #0073bd;
    line-height: 48px;
    transition: all 0.3s;
}

.s-btn:hover, .s-tg:hover .s-btn{
    color: #fff;
    background:#0073bd;
}
.s-btn.s-white{
    border-color: #fff;
    color: #fff;
}
.s-btn.s-white:hover{
    background: #fff;
    color: #242424;
}
.p-scale {
    cursor: pointer;
}

.p-scale .pic {
    overflow: hidden;
}

.p-scale .pic img {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.p-scale:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.uk-lightbox {
    background: rgba(0, 0, 0, 0.8);
}
.uk-width-small {
    width: 100px
}

.cons-text img {
    max-width: 100%;
    height: auto !important;
}

.cons-text table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.cons-text table P {
    margin: 0;
}

*+.cons-text table {
    margin-top: 15px
}

.cons-text table td,
.cons-text table th {
    padding: 8px 8px;
    border: 1px solid #ddd;
}

.cons-text table th {
    text-align: left
}

.cons-text table td {
    vertical-align: middle;
    text-align: center;
}

.cons-text table thead th {
    vertical-align: bottom
}

.cons-text table caption,
.cons-text table tfoot {
    font-size: 12px;
    font-style: italic
}

.cons-text table caption {
    text-align: left;
    color: #999
}


.cons-text table tbody tr:first-child{
    font-weight: bold;
  }


.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}