﻿﻿@charset "utf-8";

/* CSS Document */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
div {
    border: 0 none;
    margin: 0;
    padding: 0;
}


/*鸿蒙字体*/
@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('../fonts/Harmony/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url('../fonts/Harmony/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Light';
    src: url('../fonts/Harmony/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}




/*@font-face {
	font-family: 'times';
	src: url('../fonts/times/TIMESLTSTD-ROMAN.eot');
	src: url('../fonts/times/TIMESLTSTD-ROMAN.eot?#iefix') format('embedded-opentype'),
		url('../fonts/times/TIMESLTSTD-ROMAN.woff') format('woff'),
		url('../fonts/times/TIMESLTSTD-ROMAN.ttf') format('truetype'),
		url('../fonts/times/TIMESLTSTD-ROMAN.svg#TIMESLTSTD-ROMAN') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face {
	font-family: impact;
	src: url('../fonts/impact/IMPACT.eot');
	src: url('../fonts/impact/IMPACT.eot?#iefix') format('embedded-opentype'),
		url('../fonts/impact/IMPACT.woff') format('woff'),
		url('../fonts/impact/IMPACT.ttf') format('truetype'),
		url('../fonts/impact/IMPACT.svg#IMPACT') format('svg');
	font-weight: normal;
	font-style: normal;
	
}*/
body {
    font-size: 16px;
    font-family: 'HarmonyOS_Sans_SC_Regular', '微软雅黑', Arial, 'AvenirLTStd-light', 'AvenirLTStd', Arial, Helvetica, sans-serif;
    color: #333;
    /*font-weight: lighter;*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}



a {
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

:focus {
    outline: 0;
}

a:hover {
    color: #2a72bb;
    text-decoration: underline;
    transition: all 0s ease 0s;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.hidden {
    display: none;
}

.animation-infinite { 
    animation-duration: 4s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
    height: 0px;
}

.clear {
    clear: both;
}

.webkit {
    font-size: 7px;
    -webkit-transform: scale(0.7);
    -webkit-text-size-adjust: none;
}

.navbar {
    height: 60px;
    padding: 0;
}

.header-nav {
    bottom: auto;
    top: 0;
    text-align: left;
}

.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.l6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.l7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}


@media only screen and (max-width: 767px) {
    /*导航*/

    /*内页小屏幕table响应问题*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

}


/*header-nav*/
@media screen and (min-width: 1199px) {

    .header-nav .nav {
        display: table;
        width: 100%;
        position: relative;
    }


    .header.header-fixed .header-nav {
        /*background: #8b9ba2a1;*/
        /*background: url(../../images/en/ttbg.png) repeat ;*/
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        border-bottom: 1px solid #8b9ba2;
        /*background: #115679;*/
        background: rgba(185, 195, 199, 0.85);
    }


}


/* mobile header-nav*/
@media screen and (max-width: 1199px) {

    .header-nav {
        bottom: auto;
        top: 0;
        text-align: left;
    }

    .navbar-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: #485e98;

        padding: 8px 8px 8px;

        background-size: cover;

    }



    body {
        position: relative;
        left: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }


}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 767px) and (min-width: 568px) {}

.table-responsive {
    border: none;

}