* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    line-height: 1;
    min-width: 1200px;
    font-family: "syh_r",Arial;
    background-color: #ffffff;
    color: #333333;
    font-min-size: 12px;
}
a {
    color: inherit;
    text-decoration: none;
}
@keyframes bannerZm{
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.02);
    }
}
.ul_none{
    list-style-type: none;
}
.clear {
    clear: both;
}
.peach{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.por{
    position: relative;
}
.flex{
    display: flex;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.bod0{
    border: 0px!important;
}
ul{
    list-style-type: none;
}
input,textarea{
    outline: none;
}
*,*:hover,*:active,*:visited,*:link,*:focus{
    outline:none;
    background: none;
    text-decoration: none;
}
a{
    border:none;
    background:none;
    -webkit-appearance:none;
}

@font-face {
    font-family: "Thin";
    font-weight: 250;
    src: url("../fonts/xczAs3OO6TRTbS8nD_Aj6.woff2") format("woff2"),
    url("../fonts/xczAs3OO6TRTbS8nD_Aj6.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: 'syh_b';
    src: url("../fonts/SourceHanSansCN-Bold.otf")format('truetype');
    font-stretch: normal;
}
@font-face {
    font-family: 'syh_m';
    src: url("../fonts/SourceHanSansCN-Medium.otf")format('truetype');
    font-stretch: normal;
}
@font-face {
    font-family: 'syh_r';
    src: url("../fonts/SourceHanSansCN-Regular.woff")format('woff');
    font-stretch: normal;
    font-display: swap;
}
.syhtB{
    font-family: 'syh_b' !important;
}
.peach{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.pubimg{
    width: 100%;
    height: 100%;
    display: block;
}
.pubimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.PRow1{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.PRow2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.PRow3{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.PRow4{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.PRow5{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.PRow6{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}

.Psrel{
    position: relative!important;
}
.Psabs{
    position: absolute!important;
}

.fwb{
    font-weight: bold;
}
.txtupper{
    text-transform: uppercase;
}


.color5{
    color: #555555;
}
.color6{
    color: #666666;
}
.color9{
    color: #999999;
}
.colorA{
    color: #AAAAAA;
}
.colorW{
    color: #ffffff!important;
}
.colorC{
    color: #cfcece!important;
}
.themeClr{
    color: #002FA7;
}
.colours{
    color: #d42b40;
    font-weight: bold;
}
@keyframes animloader60 {
    0% {
        right: 5%;
    }
    50% {
        right: 15%;
    }
    100% {
        right: 5%;
    }
}
@keyframes animloader61 {
    0% {
        left: 0%;
    }
    50% {
        left: 5%;
    }
    100% {
        left: 0%;
    }
}
@keyframes animloader62 {
    0% {
        right: 0%;
    }
    50% {
        right: 3%;
    }
    100% {
        right: 0%;
    }
}
.btn{
    padding: 0;
    transition: all .5s;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background:none;
    border: 1px solid #002FA7;
    z-index: 0;
}
.btn:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    z-index: -1;
    transition: all .5s;
}
.btn:hover,
.btn:active {
    color: #002FA7!important;
}

.btn:hover:after {
    height: 230% !important;
    opacity: 1;
}

.btn:active:after {
    height: 400% !important;
    opacity: 1;
}
/*.btn:hover{
    color: white;
    border-color: #002FA7!important;
    color: #002FA7!important;
    background-color: transparent!important;
}*/

:root{
    --w_auto:1;
    --ftsize:1;
    --clorB:#002FA7;
    --clorF:#f8f9fb;
}
@media screen and (max-width: 1800px){
    :root{
        --w_auto:.975;
        --ftsize:.975;
    }
}
@media screen and (max-width: 1700px){
    :root{
        --w_auto:.90;
        --ftsize:.90;
    }
}
@media screen and (max-width: 1600px){
    :root{
        --w_auto:.85;
        --ftsize:.85;
    }
}
@media screen and (max-width: 1500px){
    :root{
        --w_auto:.76;
        --ftsize:.77;
    }
}
@media screen and (max-width: 1400px){
    :root{
        --w_auto:.73;
        --ftsize:.75;
    }
}
@media screen and (max-width: 1300px){
    :root{
        --w_auto:.73;
        --ftsize:.7;
    }
}
@media screen and (max-width: 1200px){
    :root{
        --w_auto:.65;
        --ftsize:.7;
    }
}

