@charset "utf-8";* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    border: none;
    list-style: none;
    text-decoration: none
}

@font-face {
    font-family: "sys";
    src: url(/style/../style/font/sySong.woff)
}

@font-face {
    font-family: "syh-r";
    src: url(/style/../style/font/SourceHanSansSC-Regular.otf)
}

@font-face {
    font-family: "syh-m";
    src: url(/style/../style/font/SourceHanSansSC-Medium.otf)
}

@font-face {
    font-family: "syh-b";
    src: url(/style/../style/font/SourceHanSansSC-Bold.otf)
}
/*  */
.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover
}

.modulepic div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

a:hover .modulepic img {
    transform: scale(1.05)
}

a:hover .modulepic div {
    transform: scale(1.1)
}

.moduleClear:after {
    content: "";
    display: block !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important
}

.modulefixedbottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999
}

html,body {
    color: #333;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-size: 16px
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s
}

.pic img:hover {
    transform: scale(1.1)
}

.bg_img {
    position: relative;
    overflow: hidden
}

.bg_img .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-out
}

.bg_img:hover .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0
}

.clearfix {
    zoom: 1}

/*  */
.section2 .i_tzggboxs::before{display:none;}
.i_tzggboxs{
    position: absolute;
    z-index: 999 !important;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 98px;
    width: 100%;
}
.i_tzggbox{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 50px;
    /* overflow: hidden; */
    height: 100px;
    width: 100%;
    background: url(/style/../images/i_tz_bg.png) center bottom no-repeat #fff;
    position: relative;
    z-index: 99;
}
.i_tzggbox h2{
    font-size: 0;
    width: 116px;
    background: url(/style/../images/i_tz_tit.png) bottom no-repeat;
    height: 112px;
    background-size: 100% 100%;
    margin-top: -12px;
}
.i_tzlist{
    flex: 1;
    min-width: 0;
}
.i_tzlist ul{
    display: flex;
    align-content: space-around;
    align-items: center;
}
.i_tzlist li{
    align-items: baseline;
}
.i_tzlist li a{
    color: #004892;
    font-size: 30px;
    padding-left: 30px;
    padding-right: 20px;
    /* display: block !important; */
    width: 100%;
}
.i_tzlist_hot{
    display: inline !important;
    padding: 0 20px;
}
@media screen and (max-width: 1400px) {
.i_tzlist li a{font-size:24px;}
}
@media screen and (max-width: 900px) {
    
.i_tzggboxs{
    position: relative;
    margin: 40px auto 0 auto !important;
    bottom: 0;
}
    .i_tzlist li a{
    padding-left: 10px;
    display: flex;
    align-content: space-around;
    align-items: center;
    /* height: 100%; */
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
    /* height: 60px; */
    line-height: 30px;
}
    .i_tzlist li{
    display: flex !important;
    align-items: center !important;
    height: 60px;
}
}
