/*公共样式*/
html {
    font-size: 100px;
    min-width: 1200px;
}

@media screen and (min-width: 1200px) and (max-width: 1921px) {
    html {
        font-size: calc(100vw/19.2);
        font-size: -webkit-calc(100vw/19.2);
        -webkit-text-size-adjust: 100%;
        height: 100%;
        width: 100%;
    }
}


@media screen and (max-width: 1200px) {
    html {
        font-size: 60px;
        -webkit-text-size-adjust: 100%;
        height: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 1921px) {
    html {
        font-size: 100px;
        -webkit-text-size-adjust: 100%;
    }
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: .16rem;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    word-break: break-all;
    padding: 0;
    margin: 0;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-weight: 400;
}


b,
dd,
div,
dl,
dt,
form,
img,
input,
li,
p,
select,
span,
ul,
textarea,
a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

    a:hover {
        cursor: pointer;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
    }
/*去掉苹果的默认UI来渲染按钮*/
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="file"],
input[type="text"],
input[type="checkbox"],
input[type="radio"],
input,
textarea,
button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

    input::placeholder {
        color: #bebebe;
    }

    input::-webkit-placeholder {
        color: #bebebe;
    }

    input::-moz-placeholder {
        color: #bebebe;
    }

    input:-moz-placeholder {
        color: #bebebe;
    }

    input:-ms-placeholder {
        color: #bebebe;
    }

    input[type="text"]:focus {
        outline: none;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.divflex {
    display: flex;
}

.divalignflex {
    display: flex;
    align-items: center;
}

.divcenterflex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*公共样式*/

/*头部公用样式 start*/
.divheader {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: background ease .5s;
}

.divcontact {
    height: .48rem;
    font-family: Poppins, Poppins;
    font-size: .14rem;
    color: #383838;
    padding-right: .95rem;
    background: #fff;
    overflow: hidden;
    transition: ease 0.5s;
}

    .divcontact.divcontnone {
        display: none;
    }

@keyframes slideOutUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.divcontact .imgwz {
    width: .08rem;
    height: .14rem;
}

.divcontact .imgtel {
    width: .14rem;
    height: .14rem;
}

.divcontact .imgemail {
    width: .14rem;
    height: .11rem;
}

.divcontact img {
    margin-right: .08rem;
}

.divcontact .divwz, .divcontact .divtel {
    margin-right: .28rem;
}

.divmenu {
    height:0.9rem;
    padding: 0 .81rem 0 .61rem;
    justify-content: space-between;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.divheader.min {
    background: #0966ac;
    animation: slideInUp 0.5s forwards;
}

.divheader.minflex {
    background: #0966ac !important;
}

.divmenu .imglogo {
    width: 4.25rem;
    height: .77rem;
    margin-top: .10rem;
}

.divmenu .ulmenu .liselected {
    color: #0b67ae;
    border-bottom: 2px solid #0b67ae;
    padding-bottom: .07rem;
}

    .divmenu .ulmenu .liselected a {
        color: #0b67ae;
    }

.min .ulmenu .liselected a {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: .07rem;
}

.divmenu .ulmenu > li {
    float: left;
    font-size: .24rem;
    color: #fff;
    margin-right: .45rem;
    padding: 0 .05rem;
    position: relative;
}

    .divmenu .ulmenu > li a {
        font-size: .16rem;
        color: #fff;
    }

.divmenu .inpsearch {
    width: 1.39rem;
    height: .39rem;
    background: rgba(229,229,229,0.5)  no-repeat 1.12rem .12rem;
    background-size: .16rem .16rem;
    font-size: .14rem;
    color: #000;
    padding-left: .3rem;
}


    .divmenu .inpsearch::placeholder {
        color: #111517;
    }

.divmenu .ulmenu .eachmenu {
    width: 1.5rem;
    background: #fff;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: .5rem;
    display: none;
}

    .divmenu .ulmenu .eachmenu li:hover {
        background: #c2e3fc;
    }

    .divmenu .ulmenu .eachmenu .limenuselect {
        background: #c2e3fc;
    }

    .divmenu .ulmenu .eachmenu li {
        line-height: .6rem;
        text-align: center;
    }

        .divmenu .ulmenu .eachmenu li a {
            color: #000;
        }

.divbanner {
    position: relative;
    width: 100%;
    height: calc( 100vh - 1.6rem );
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .divbanner video {
        display: inline-block;
        width: 100%;
        height: 100%;
        object-fit: fill;
        overflow: hidden;
        background: #e3e3e3;
    }

    .divbanner .ibofang {
        width: .78rem;
        position: absolute;
        left: 50%;
        top: 50%;
    }
/*头部公用样式 end*/

/*底部公用样式 start*/
.divfooter .fconact {
    height: 3.57rem;
    background: #0966AD;
    padding: .61rem 1.31rem .47rem 1.59rem;
    display: flex;
}

    .divfooter .fconact .divxglj {
        color: #fff;
        font-size: .24rem;
        /*margin-right: 1rem;*/
    }

        .divfooter .fconact .divxglj a {
            color: #fff;
            line-height: .4rem;
            font-size:.16rem;
        }

        .divfooter .fconact .divxglj .plj {
            margin-bottom: .27rem;
        }

.divfooter .faddress {
    height: .67rem;
    background: #fff;
}

.divfooter .divmenulj {
    display: flex;
    /*flex: 1;*/
}

    .divfooter .divmenulj a p {
        width: 1.28rem;
        margin-right: .2rem;
        font-size: .18rem;
        color: #fff;
        line-height: .38rem;
    }

    .divfooter .divmenulj .comljbot {
        margin-bottom: .21rem;
    }

    .divfooter .divmenulj .divlx div {
        width: 1.8rem;
        font-size: .16rem;
        color: #fff;
        line-height: .39rem;
        margin-left: -.5rem;
    }

    .divfooter .divmenulj .divlx .sr10 {
        margin-right: .1rem;
    }

    .divfooter .divmenulj .divlx .sr30 {
        margin-right: .28rem;
    }

    .divfooter .divmenulj .mt02 {
        margin-top: .02rem;
    }

    .divfooter .divmenulj .imgflogo {
        width: 2.1rem;
        height: 1.32rem;
        margin-left: .82rem;
    }

    .divfooter .divmenulj .imgewm {
        width: 1.36rem;
        margin: .31rem 0 0 1.31rem;
        
    }

.divfooter .faddress {
    font-size: .14rem;
    color: #383838;
    text-align: center;
    line-height: .24rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.divewm {
    flex: 1;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
}
/*底部公用样式 end*/

/*分页代码 start*/
.tcdpagecode {
    padding-top: .42rem;
    text-align: center;
    color: #434343
}

    .tcdpagecode a {
        font-size: .14rem;
        display: inline-block;
        color: #626262;
        height: .35rem;
        line-height: .35rem;
        width: .35rem;
        border: 1px solid #bfbfbf;
        border-radius: 3px;
        margin: 0 .04rem;
        vertical-align: middle;
        text-decoration: none;
    }

        .tcdpagecode a:hover {
            text-decoration: none;
            color: #444444;
        }

    .tcdpagecode span.current {
        font-size: .14rem;
        display: inline-block;
        height: .35rem;
        line-height: .35rem;
        width: .35rem;
        margin: 0 .04rem;
        color: #fff;
        border: 1px solid #166CE5;
        vertical-align: middle;
        background-color: #166CE5;
        border-radius: 3px;
    }

    .tcdpagecode span.disabled {
        font-size: .14rem;
        display: inline-block;
        height: .35rem;
        line-height: .35rem;
        padding: 0px .12rem;
        margin: 0 .04rem;
        color: #bbbbbb;
        background: #ffffff;
        border: 1px solid #dddddd;
        border-radius: 3px;
        vertical-align: middle;
    }

    .tcdpagecode a.prevPage, .tcdpagecode a.nextPage, .tcdpagecode a.first, .tcdpagecode a.last {
        width: auto;
        padding: 0px .12rem
    }

    .tcdpagecode .xz_tzy { /* display: inline-block; */
        border: 1px solid #bfbfbf;
        height: .34rem;
        vertical-align: middle;
        display: none;
    }

    .tcdpagecode .page_sl {
        margin: 0px .1rem;
        display: none;
    }

    .tcdpagecode .xz_tzy input {
        height: 100%;
        width: .3rem;
        padding: 0px .05rem
    }

    .tcdpagecode .xz_tzy .tzy {
        float: right;
        width: .14rem;
    }

    .tcdpagecode .xz_tzy .fy_s {
        float: left;
        width: .11rem;
        margin: .02rem 0.02rem 0.01rem;
        height: .14rem;
        cursor: pointer
    }

    .tcdpagecode .xz_tzy .fy_x {
        float: left;
        width: .11rem;
        height: .14rem;
        margin: 0rem 0.02rem .02rem;
        cursor: pointer
    }

    .tcdpagecode a.btn_tzy {
        margin: 0 .1rem;
        width: .55rem;
        cursor: pointer;
        display: none;
    }

    .tcdpagecode a:hover {
        border: 1px solid #166CE5;
        color: #fff;
        background-color: #166CE5;
    }

.rpage .tcdpagecode {
    padding-right: 0;
}
/*分页代码 end*/

.tcdpagecode ul {
    list-style: none;
}

    .tcdpagecode ul li {
        display: inline-block;
    }

        .tcdpagecode ul li.now a {
            background-color: #166CE5;
            color: #fff;
        }
