html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,dl,dt,dd,iframe,span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,td {
    margin: 0;
    padding: 0;
}

b {
    text-decoration: none;
    font-weight: normal;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

table {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial;
}

ul,dl,dt,dd,ol {
    list-style-type: none;
}

select,input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

.sxz_shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sxz_padding {
    padding: 50px 60px !important;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

.Clear {
    clear: both;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/*通用头部、尾部、检索等公用代码*/

body,html {
    min-width: 1280px;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
    max-width: 1920px;
    display: block;
    position: relative;
    margin: 0px auto;
}

.marginTop {
    margin-top: 50px;
}

.marginBottom {
    margin-bottom: 50px;
}


/*头部开始*/

.header {
    width: 100%;
    height: 389px;
    background: url(/sthjj/images/headBJ_2022.png) center top no-repeat;
    overflow: hidden;
    border-bottom: 3px solid #159655;
    box-sizing: border-box;
}


/*导航开始*/

.nav {
    width: 100%;
    height: 96px;
    background: #fff;
}

.flx {
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    ;
}

.nav ul li {
    width: 142px;
    float: left;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: url(/sthjj/images/navlibj_2022.png)right center no-repeat;
}

.nav ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: block;
}

.nav ul li:hover {
    background: url(/sthjj/images/navlibj_1_2022.png)center center no-repeat;
}

.nav ul li:last-child {
    background: none;
}

.nav ul li:hover:last-child {
    background: url(/sthjj/images/navlibj_1_2022.png)center center no-repeat;
}

.nav ul li:hover a {
    color: #159655;
}

.nav ul li.on {
    background: url(/sthjj/images/navlibj_1_2022.png)center center no-repeat;
}


/* logo+检索 */

.logoBox {
    width: 593px;
    margin: 80px auto 0;
}

.logo {
    text-align: center;
}

.search {
    width: 593px;
    height: 68px;
    margin-top: 10px;
    padding: 0 10px;
    background: url(/uiFramework/commonResource/image/2022071916405318824.png) center center no-repeat;
    box-sizing: border-box;
}

.search input {
    float: left;
    height: 48px;
    border: none;
    width: 470px;
    line-height: 48px;
    outline: none;
    padding-left: 10px;
    margin-top: 8px;
    margin-left: 20px;
    font-size: 16px;
    color: #c9c9c9;
    box-sizing: border-box;
    background-color: #fff !important;
}

.search input::placeholder {
    font-size: 16px;
    color: #c9c9c9;
}

.search button {
    float: right;
    width: 20px;
    height: 20px;
    border: 0;
    margin-top: 23px;
    margin-right: 30px;
    text-align: center;
    background-color: #fff !important;
    outline: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #ffffff inset !important;
    /* 浏览器记住密码的底色的颜色 */
    transition: background-color 3000s ease-in-out 0s;
    /* 通过延时渲染背景色变相去除背景颜色 */
    caret-color: #ffffff;
}

.searchBox {
    width: 650px;
    height: 68px;
    position: relative;
}

.searchBox span {
    position: absolute;
    right: -50px;
    top: 0px;
}


/*头部结束*/


.position {
    height: 56px;
    line-height: 56px;
    margin-top: 2px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}
/*公用当前位置*/
.position>.container {
    position: relative;
    font-size: 16px;
    color: #333333;
}
.position>.container span a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
}

.position>.container span a:last-child {
    color: #159655;
}

.position>.container span a:hover {
    color: #159655;
}

/*分页样式，根据实际情况修改*/

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 30px auto 40px;
}

.xll_pagebox>a {
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
}

.xll_pagebox>p {
    display: inline-block;
}

.xll_pagebox>font {
    margin-left: 10px;
    color: #7d7d7d;
}

.xll_pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-right: 19px;
}
.xll_pagebox span i{color:#ff0000;font-size:14px;}
.page_hide a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
}

.zt11 {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
}

.zt12 {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
}

input.zt12 {
    display: inline-block;
    width: 53px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
    margin-top: -1px;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #159655;
    border: 1px solid #159655;
}

.page_hide .NormalRed {
    background-color: #159655;
    color: #fff;
    border: 1px solid #159655;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;border-radius: 3px;
}
.page_hide span {
        /*width: 0px !important;*/
}


/*分页样式结束*/

/* 友情链接 */
.yqlink {
    height: 55px;
    background: #f5f5f5;
}
.yqlink .container ul li {
    height: 55px;
    float: left;
    line-height: 55px;
    position: relative;
    margin-right: 153px;
}
.yqlink .container ul li:last-child {
    margin-right: 0;
}
.yqlink .container>ul li>span {
    display: block;
    padding-right: 40px;
    color: #333333;
    font-size: 15px;
    cursor: pointer;
}
.yqlink .container>ul li>img {
    position: absolute;
    right: 0px;
    top: 42%;
    transform: translateY(-50%);
    transform: rotateZ(0);
    transition: transform .3s;
}

.yqlink .container>ul li .list {
    position: absolute;
    bottom: 54px;
    background: #159655;
    width: 1280px;
    box-sizing: border-box;
    padding: 30px 30px;
    z-index: 100;
    display: none;
}

.yqlink .container>ul li .list a {
    float: left;
    width: 20%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}

.yqlink .container>ul li a:hover {
    /* text-decoration: underline; */
    opacity: .8;
}

.yqlink .container>ul .listbox1 .list {
    right: -852px;
}

.yqlink .container>ul .listbox2 .list {
    right: -569px;
}

.yqlink .container>ul .listbox3 .list {
    right: -286px;
}

.yqlink .container>ul .listbox4 .list {
    right: -3px;
}

.yqlink .container>ul li:hover>img {
    transform: rotateZ(180deg);
}

.yqlink .container>ul li:hover .list {
    display: block;
}

@media only screen and (max-width:1025px) {
html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100%;
  overflow: hidden;
}
body,html {min-width: 100%;}
    .content_box {
        width:94%;
    }
    .middle,.head{min-width:100%; }
.marginTop{margin-top:20px;}
.marginBottom{margin-bottom:30px;}
.header .nav,.searchBox span,#sub_nav{display:none;}
.logoBox,.searchBox,.search{width:100%;}
.container{width:96%;}
#sub_nav,#sub_cont{float:none;}
.header{ height: 280px;background-size: 100% 100%;}
.logoBox{    margin: 50px auto 0;}
.logo a img{width:88%;}
.search{    background-size: 100% 100%;}
.search input{width:88%;}
.search button{width:12%;margin-right:10px; margin-top: 20px;background-color: inherit;}
.search button img{width:auto;height:100%;}

.xll_pagebox>span,.xll_pagebox>p.page_hide,.xll_pagebox>font{display:none;}
}

@media screen and (max-width:999px) {

}
@media screen and (max-width:768px) {
.search input{width:80%;}

}
@media screen and (max-width:500px) {
.search input{width:72%;}

}