/* Imported styles */


/* @import url('//fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('//fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
@import url('//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');
@import url('//fonts.googleapis.com/css?family=Barlow Condensed:300,400,500,600,700,800');
@import url('//fonts.googleapis.com/css?family=Roboto Condensed:300,400,500,600,700,800');
@import url('//fonts.googleapis.com/css?family=Anton'); */

@font-face {
    font-family: 'siyuan-cg';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_cfusbjf0cie.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_cfusbjf0cie.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_cfusbjf0cie.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_cfusbjf0cie.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_cfusbjf0cie.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_cfusbjf0cie.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
  }

/* 
    18px = 1.125rem
    24px = 1.5rem
    30px = 1.875rem
    60px = 3.75rem
*/



/* commom */

.uk-container {
    max-width: none;
}

.comom .uk-container{
    max-width: 1480px;
}
/* @media (min-width: 1680px) {
    .uk-container {
        padding-left:80px;
        padding-right: 80px
    }
}
@media (min-width: 1280px)
{
    .container {
        margin-right: 60px;
        margin-left: 60px;
    }
} */
.uk-section-n{
    padding-top:60px ;
    padding-bottom:60px ;
}
html {
    font-size: 14px;
    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: 'siyuan-cg'; */
    font-family: "微软雅黑","Microsoft Yahei";
    line-height: 1.5;
}
.bg-qh{
    background: #f5f5f5;
}

::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;}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
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;
}

.uk-link,
a {
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.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)
    }
    
}
@media (min-width: 640px){
    .uk-width-3-7\@s {
        width: calc(100% * 3 / 7.001)
    }
    .uk-width-4-7\@s {
        width: calc(100% * 4 / 7.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);
}
.pc-scale .pic img {
    transition: all 0.6s;
}

.pc-scale:hover .pic img {
    transform: translate(-50%, -50%) 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-bottom: 40px
}
.cons-text table h2{
    margin: 10px 0;
}
.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;
}

/* 分页 */
.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination a {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #122a88;
    background: white;
    border: 1px #122a88 solid;
}

.pagination a.page-num-current {
    border: 1px solid #122a88;
    background: #122a88;
    color: #fff;
}


.line-clamp2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}