* {
    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;
}
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:  format("woff2"),
     format("woff");
    font-display: swap;
}
@font-face {
    font-family: 'syh_b';
    src: format('truetype');
    font-stretch: normal;
}
@font-face {
    font-family: 'syh_m';
    src: format('truetype');
    font-stretch: normal;
}
@font-face {
    font-family: 'syh_r';
    src: 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;
}

.psrel{
    position: relative!important;
}
.psabs{
    position: absolute!important;
}

.fwb{
    font-weight: bold;
}
.txtupper{
 /*   text-transform: uppercase;*/
}


.color5{
    color: #555555!important;
}
.color6{
    color: #666666!important;
}
.color9{
    color: #999999;
}
.colora{
    color: #aaaaaa;
}
.colorw{
    color: #ffffff!important;
}
.colorc{
    color: #cfcece!important;
}
.colour{
    color: #0071dc;
}
.colours{
    color: #d42b40;
    font-weight: bold;
}

.btn{
    padding: 0;
    transition: all .5s;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background:none;
    border: 1px solid #0935b0;
    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: #0935b0!important;
}

.btn:hover:after {
    height: 230% !important;
    opacity: 1;
}

.btn:active:after {
    height: 400% !important;
    opacity: 1;
}
/*.btn:hover{
    color: white;
    border-color: #0935b0!important;
    color: #0935b0!important;
    background-color: transparent!important;
}*/

:root{
    --w_auto:1;
    --ftsize:1;
    --clorb:#0935b0;
    --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: 1400px){
    :root{
        --w_auto:.75;
        --ftsize:.8;
    }
}
@media screen and (max-width: 1200px){
    :root{
        --w_auto:.7;
        --ftsize:.7;
    }
}

