html {
    overflow-y: scroll;
}

 :root {
    overflow-y: auto;
    overflow-x: hidden;
}

 :root body {
    position: absolute;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    width: 100vw;
    overflow: hidden;
}


/* body{
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
} */

img {
    border: none;
}


/*上方信息条样式 */


/* .header{
    position: absolute;
    z-index: 1;
    width: 100%;
    min-width: 1280px;
    height:50px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    box-shadow:0px 2px 3px rgba(0, 0, 0, 0.35);
    
} */


/* .top{
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
    height:50px;
    padding: 15px;
} */


/* .header .top .top-date
{
    float: left;
} */

.top-r {
    background: #fff;
    padding: 0;
    height: 33px;
    margin-top: 10px;
    margin-right: 8px;
    border-radius: 25px;
    width: 250px;
    border: 2px solid #5191cc;
    padding-left: 17px;
}

.cover-div .top-r img {
    vertical-align: middle;
}

.cover-div .top-r .search {
    margin-left: 20px;
    height: 30px;
    width: 168px;
    text-indent: 15px;
    border-radius: 15px;
    border: 0;
    background-color: #f4f4f4;
    outline: none;
    overflow: hidden;
}

.cover-div .top-r .btn-search {
    position: relative;
    margin-top: -60px;
    right: -213px;
    height: 20px;
    width: 20px;
    background: url(/material/images/search.png) no-repeat center;
    border: none;
    vertical-align: middle;
    cursor: pointer;
}

.cover-div .top-r label {
    color: #1782b4;
    font-size: 10pt;
}


/*--------------------------------------------------------------------------*/


/*封面和标题样式*/

.cover {
    width: 100%;
    min-width: 1280px;
    height: 218px;
    background: url(/material/images/bananBg.jpg) no-repeat center;
}

.cover-div {
    width: 1280px;
    height: 99px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 61px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.cover-image {
    width: 905px;
    height: 108px;
    background: url(/material/images/Title.png) no-repeat center;
    background-size: 90%;
    margin-left: -52px;
}


/*--------------------------------------------------------------------------*/


/*导航栏样式*/

.navigation-bar {
    margin-top: -1px;
    width: 100%;
    min-width: 1280px;
    height: 55px;
    background: url(/material/images/MenuBg.png) no-repeat center;
    padding: 0px;
    overflow: hidden;
}

.navigation-bar .bar {
    width: 1280px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    color: #ffffff;
}

.navigation-bar .bar .bar-ul {
    float: left;
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.navigation-bar .bar .bar-element {
    width: 158px;
    height: 55px;
    float: left;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #0066cc;
    cursor: pointer;
}

.navigation-bar .bar .bar-element a {
    display: block;
    text-decoration: none;
    color: white;
    width: 145px;
    height: 55px;
    padding-left: 12px;
}

.navigation-bar .bar .bar-element:nth-child(1) a span {
    display: inline-block;
    height: 21px;
    width: 23px;
    background-image: url(/material/images/menu1.png)
}

.navigation-bar .bar .bar-element:nth-child(2) a span {
    display: inline-block;
    height: 20px;
    width: 28px;
    background-image: url(/material/images/menu2.png)
}

.navigation-bar .bar .bar-element:nth-child(3) a span {
    display: inline-block;
    height: 19px;
    width: 24px;
    background-image: url(/material/images/menu3.png);
    margin-top: 16px;
}

.navigation-bar .bar .bar-element:nth-child(4) a span {
    display: inline-block;
    height: 23px;
    width: 23px;
    background-image: url(/material/images/menu4.png);
    margin-top: 14px;
}

.navigation-bar .bar .bar-element:nth-child(5) a span {
    display: inline-block;
    height: 23px;
    width: 23px;
    background-image: url(/material/images/menu5.png);
    margin-top: 12px;
}

.navigation-bar .bar .bar-element:nth-child(6) a span {
    display: inline-block;
    height: 21px;
    width: 23px;
    background-image: url(/material/images/menu6.png);
    margin-top: 16px;
}

.navigation-bar .bar .bar-element:nth-child(7) a span {
    display: inline-block;
    height: 22px;
    width: 23px;
    background-image: url(/material/images/menu7.png);
    margin-top: 16px;
}

.navigation-bar .bar .bar-element:nth-child(8) a span {
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url(/material/images/menu8.png);
    margin-top: 16px;
}

.navigation-bar .bar .bar-element a .txt {
    width: 108px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    /* padding-left: 10px; */
    box-sizing: border-box;
    float: right;
}

.navigation-bar .bar .bar-element:first-child {
    border-left: 1px solid #eeeeee;
}

.navigation-bar .bar .bar-ul-ul li a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: -10px;
}

.navigation-bar .bar .bar-ul-ul {
    position: absolute;
    z-index: 6;
    width: 159px;
    padding: 0px;
    padding-top: -1px;
    text-align: center;
    list-style: none;
    background: #0091db;
    color: #ffffff;
    display: none;
}

.news-bar-li:hover .bar-ul-ul {
    display: block;
}

.info-disclosure-li:hover .bar-ul-ul {
    display: block;
}

.check-info-li:hover .bar-ul-ul {
    display: block;
}

.notice-li:hover .bar-ul-ul {
    display: block;
}

.ui-discuss:hover .bar-ul-ul {
    display: block;
}

.ztzl:hover .bar-ul-ul {
    display: block;
}

.bar-ul-ul li:hover {
    background: #2ba6e5;
}


/*--------------------------------------------------------------------------*/


/*首页链接浮动页*/

.mainpage-div {
    position: absolute;
    z-index: 6;
    width: 100%;
    min-height: 360px;
    height: auto;
    display: none;
}

.mainpage-chosed {
    position: absolute;
    z-index: 6;
    width: 100%;
    min-height: 360px;
    height: auto;
    display: block;
}

.content {
    width: 1275px;
    min-height: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border: 3px solid #2ba6e5;
    border-top: none;
}

.content .content-col-1 {
    width: 1360px;
    min-height: 50px;
    height: auto;
    border-bottom: 1px dashed #c7c5c5;
}

.content-col-1 .content-title {
    display: inline-block;
    width: 170px;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    padding-top: 5px;
}

.content-div {
    display: inline-block;
    width: 1100px;
    min-height: 50px;
    height: auto;
    vertical-align: middle;
    padding: 5px 0;
}

.content-title a {
    color: black;
    text-decoration: none;
}

.content-div a {
    margin-right: 50px;
    color: black;
    text-decoration: none;
    line-height: 50px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}

.content-div a:hover {
    color: #3232FF;
}


/*--------------------------------------------------------------------------*/


/*第一栏样式：滚动图+新闻列表*/

.col-1 {
    width: 100%;
    min-width: 1280px;
}

.banner {
    width: 1280px;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
}

.notice {
    height: 28px;
    width: 1280px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.notice .notice-div {
    background: #f8f8f8;
    width: 100%;
    height: 100%;
}

.notice .notice-div img {
    width: 19px;
    height: 17px;
    float: left;
    padding-top: 5px;
}

.notice .notice-div label {
    line-height: 28px;
    font-size: 11pt;
    color: red;
}

.notice-div ul {
    list-style: none;
}

.notice-div ul li {
    float: left;
    margin-left: 5px;
    margin-top: -1px;
}

.notice-div ul li a {
    text-decoration: none;
    color: black;
}

.notice-div .notice-clone {
    list-style: none;
}

.notice-div .notice-clone li {
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}

.slides li p {
    z-index: 4;
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0px;
    text-align: left;
    left: 0px;
    color: #ffffff;
    line-height: 45px;
    background: #0000008f;
    margin-bottom: 0px;
    text-indent: 30px;
}

.slides li p {
    z-index: 4;
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0px;
    text-align: left;
    left: 0px;
    color: #ffffff;
    line-height: 45px;
    background: #0000008f;
    margin-bottom: 0px;
}

.slides li p span {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.slides li a img {
    width: 545px;
    height: 302px;
}

.flexslider .sliders-ul li a img {
    width: 640px;
    height: 370px;
}


/*新闻列表*/

.list-title {
    width: 100%;
    height: 40px;
    background: #eeeeee;
}

.news-list {
    width: 600px;
    height: 368px;
    float: right;
}

.list-col-1 {
    width: 140px;
    height: 40px;
    background: url(/material/images/xinwen.png);
    text-align: center;
    float: left;
}

.news-list a,
.news-list1 a,
.news-list2 a,
.col-list3 a {
    text-decoration: none;
    font-size: 12pt;
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: "黑体"
}

.list-col-2-chosed {
    width: 137px;
    height: 38px;
    background: #ffffff;
    float: left;
    text-align: center;
    border-top: 2px solid #0091db;
    color: #0091db;
    cursor: pointer;
}

.list-col-2 {
    width: 140px;
    height: 38px;
    background: #eeeeee;
    float: left;
    text-align: center;
    border-top: 2px solid #eeeeee;
    cursor: pointer;
}

.list-col-add {
    width: 187px;
    height: 38px;
    background: #eeeeee;
    float: left;
    text-align: center;
    border-top: 2px solid #eeeeee;
    cursor: pointer;
}

.list-col-add-chosed {
    width: 187px;
    height: 38px;
    background: #ffffff;
    float: left;
    text-align: center;
    border-top: 2px solid #0091db;
    color: #0091db;
    cursor: pointer;
}

.list-col-2 .list-label-2,
.list-col-2-chosed .list-label-2 {
    width: 139px;
    height: 36px;
    font-size: 12pt;
    line-height: 38px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold;
    cursor: pointer;
    font-family: "黑体", '微软雅黑';
}


/*新闻列表*/

.news-chosed {
    position: absolute;
    background: #ffffff;
    width: 665px;
    height: 332px;
}

.news {
    margin-top: 38px;
    position: absolute;
    background: #ffffff;
    width: 335px;
    height: 332px;
    display: none;
}


/*--------------------------------------------------------------------------*/


/*政务公开*/


/*信息模块样式*/

.info-part {
    width: 1280px;
    height: auto;
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.col-2 {
    width: 645px;
    height: 180px;
    display: inline-block;
    vertical-align: top;
}

.col-2-row-1-title {
    width: 100%;
    height: 40px;
    background: #eeeeee;
}

.title {
    width: 137px;
    height: 100%;
    background: #0092dc;
    font-size: 12pt;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    letter-spacing: 3px;
    float: left;
}

.link-col-1 {
    height: 70px;
    width: 100%;
}

.link-tab {
    width: 208px;
    height: 100%;
    margin-bottom: 10px;
    background: #e3effb;
    float: left;
    cursor: pointer;
    text-decoration: none;
}

.link-tab label {
    cursor: pointer;
}

.link-col-1 .link-tab:not(:first-child) {
    margin-left: 10px;
}

.link-tab1 {
    width: 99px;
    height: 100%;
    margin-bottom: 10px;
    background: #f8f8f8;
    color: #939393;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 70px;
    font-weight: bolder;
    text-decoration: none;
}

.link-col-1 .link-tab1:not(:first-child) {
    margin-left: 10px;
}

.link-tab img {
    margin: 20px 20px 0 45px;
    float: left;
}

.link-tab label {
    font-size: 13pt;
    font-weight: bold;
    width: 100px;
    height: 70px;
    line-height: 70px;
    color: #0066cc;
}

.info-list {
    width: 680px;
    height: 240px;
    float: left;
    margin-right: 0px;
}

.info-col-1 {
    width: 134px;
    height: 38px;
    background: url(/material/images/xinxi.png);
    text-align: center;
    float: left;
}

.info-list a {
    text-decoration: none;
    font-size: 16pt;
    color: black;
    font-weight: bold;
    letter-spacing: 2px;
}

.info-col-2-chosed {
    width: 137px;
    height: 37px;
    background: #ffffff;
    float: left;
    text-align: center;
    border-top: 2px solid #0091db;
    color: #0091db;
    cursor: pointer;
}

.info-col-2 {
    width: 123px;
    height: 36px;
    background: #eeeeee;
    float: left;
    text-align: center;
    border-top: 2px solid #eeeeee;
    cursor: pointer;
}

.info-col-2 .info-label-2,
.info-col-2-chosed .info-label-2 {
    width: 123px;
    height: 36px;
    font-size: 16pt;
    line-height: 38px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold;
    cursor: pointer;
}


/*新闻列表*/

.info-chosed {
    margin-top: 38px;
    position: absolute;
    background: #ffffff;
    width: 640px;
    height: 202px;
}

.info {
    margin-top: 38px;
    position: absolute;
    background: #ffffff;
    width: 640px;
    height: 202px;
    display: none;
}

.public-part {
    width: 600px;
    height: auto;
    min-height: 180px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    padding: 0px;
}

.public-part-title {
    background: #eeeeee;
    height: 40px;
}

.public-link {
    width: 75px;
    height: 80px;
    margin-left: 10px;
    float: left;
    text-align: center;
}

.public-link img {
    height: 37px;
}

.public-link label {
    margin-top: 5px;
    float: left;
    width: 100%;
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/*--------------------------------------------------------------------------*/

/*图样式*/

.col-3-img {
    width: 1280px;
    /* height: 85px; */
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
}

.col-3-img a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
}
.col-3-img a img {
    width: 100%;
    height: 85px;
    display: inline-block;
}

/* .col-3-img a:not(:first-child) {
    margin-left: 28px;
} */

/* .col-3-img a:nth-child(1) img {
    width: 645px;
    height: 85px;
    display: inline-block;
}

.col-3-img a:nth-child(2) img {
    width: 600px;
    height: 85px;
    display: inline-block;
} */


/*--------------------------------------------------------------------------*/


/*信息模块样式*/

.col-4 {
    width: 1280px;
    height: 240px;
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.news-list1 {
    width: 645px;
    height: 220px;
    float: left;
}

.news-list2 {
    width: 600px;
    height: 220px;
    float: left;
}

.list-col-4-chosed {
    width: 170px;
    height: 38px;
    background: #ffffff;
    float: left;
    text-align: center;
    border-top: 2px solid #0091db;
    color: #0091db;
    cursor: pointer;
}

.list-col-4 {
    width: 168px;
    height: 38px;
    background: #eeeeee;
    float: left;
    text-align: center;
    border-top: 2px solid #eeeeee;
    cursor: pointer;
}

.comu-chosed {
    position: absolute;
    background: #ffffff;
    width: 670px;
    height: 180px;
}

.comu {
    margin-top: 38px;
    position: absolute;
    background: #ffffff;
    width: 470px;
    height: 180px;
    display: none;
}


/*--------------------------------------------------------------------------*/


/*专题专栏列表样式*/

.col-list3 {
    width: 1280px;
    height: 235px;
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.list3-chosed {
    position: absolute;
    background: #ffffff;
    width: 1366px;
    height: 180px;
}

.list3 {
    margin-top: 38px;
    position: absolute;
    background: #ffffff;
    width: 1366px;
    height: 180px;
    display: none;
}


/*详细页的内容主体*/

.messageOne {
    width: 1280px;
    height: auto;
    box-shadow: 0 0 2px#b5b5b5;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 20px;
}

.message-head {
    width: 100%;
    height: 280px;
    position: relative;
}

.message-head-p {
    position: absolute;
    top: 25%;
    left: 50%;
    font-size: 30px;
    width: 1200px;
    height: 75px;
    margin-left: -600px;
    text-align: center;
    color: #5993E3;
    margin-bottom: 10px;
}

.message-head-details {
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 20%;
    font-size: 20px;
    width: 1200px;
    margin-left: -600px;
}

.message-head-details span:nth-child(2) {
    margin-right: 120px;
}

.message-head-details span:nth-child(4) {
    margin-right: 120px;
}

.message-content-share {
    display: inline-block;
    overflow: hidden;
    margin-top: 252px;
    margin-left: 1112px;
}

.message-content-share span {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

.message-hr {
    width: 1200px;
    height: 1px;
    margin: auto;
    border: none;
    background-color: gray;
}

.message-content {
    width: 1200px;
    /* border: 1px solid black; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.message-content-details {
    font-size: 18px;
    line-height: 40px;
}

.message-content-file {
    padding: 6px 0;
    width: 990px;
    margin: 15px auto;
    display: table;
    background: #E8F5FE;
    border: #9EB7EE 1px solid;
    border-radius: 9px;
    list-style: none;
}

.message-content-file li {
    padding: 9px 0;
    width: 90%;
    float: right;
}

.message-content-file a {
    font-family: '微软雅黑', '宋体';
    font-size: 16px;
    text-decoration: none;
    color: #333;
}

.message-content-file li:first-child {
    width: 8%;
    float: left;
    text-align: right;
    padding-right: 15px;
    font: 700 13pt/100% 'Microsoft YaHei', Arial;
}

.foot {
    width: 1280px;
    overflow: hidden;
}

.message-foot-left {
    float: left;
    margin-left: 35px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.message-foot-left a {
    display: inline-block;
    width: 300px;
    height: 20px;
    text-decoration: none;
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.message-foot-right {
    float: right;
    margin-right: 35px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.message-foot-right a {
    display: inline-block;
    width: 300px;
    height: 20px;
    text-decoration: none;
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------*/


/*纪检举报模块样式*/


/*信息模块样式*/

.col-5 {
    width: 1280px;
    height: 143px;
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bfbfbf;
}

.link {
    float: left;
}

.col-5-r {
    float: right;
    width: 1136px;
    height: 100%;
    background: #ffffff;
}

.link-area {
    width: 327px;
    height: 115px;
    margin-top: 14px;
    margin-left: 9px;
    padding-right: 50px;
    border-right: 2px solid #bfbfbf;
}

.link-element {
    width: 148px;
    height: 37px;
    float: left;
    padding: 10px 0 10px 15px;
}

.link-a {
    background: #ffffff;
    padding-left: 10px;
    cursor: pointer;
}

.link-a a {
    text-decoration: none;
}

.link-a img {
    vertical-align: middle;
}

.link-a label {
    line-height: 31px;
    margin-left: 10px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: black;
}

.message {
    float: right;
    width: 600px;
    height: 111px;
    margin-top: -111px;
    margin-right: 130px;
}

.code {
    float: right;
    margin-top: -64px;
    width: 90px;
    height: auto;
    margin-right: -97px;
}

.codeOne {
    float: right;
    margin-top: -64px;
    width: 90px;
    height: auto;
    margin-right: 10px;
}

.flag {
    position: absolute;
    margin-left: 118px;
    bottom: 473px;
}

.message-element {
    float: left;
    margin: 3px;
}

.message-element label {
    height: 28px;
    width: 100%;
    line-height: 28px;
}

.message-element img {
    margin-right: 20px;
}


/*--------------------------------------------------------------------------*/


/*专题栏目样式*/

.special-column {
    width: 1280px;
    height: 143px;
    min-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background: #eeeeee;
}

.roll-img {
    float: right;
    width: 1100px;
    height: 119px;
    padding: 12px;
}

.roll-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.roll-container .img-ul {
    animation: scoll 12s linear 0s infinite;
}

.roll-container .img-ul li a img {
    width: 349px;
    height: 121px;
}


/*动画*/

@keyframes scoll {
    from {
        left: 0;
    }
    to {
        left: -973px;
    }
}

.roll-container ul {
    width: 4000px;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
}

.roll-container ul li {
    width: 350px;
    height: 100%;
    list-style: none;
    margin-right: 12px;
    float: left;
}

.roll-container ul:hover {
    animation-play-state: paused;
}


/*--------------------------------------------------------------------------*/


/*页尾样式*/

.page-end {
    width: 100%;
    min-width: 1280px;
    height: 53px;
    background: url(/material/images/MenuBg.png);
}

.about-list {
    width: 1280px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.about-element {
    width: 290px;
    height: 31px;
    background: white;
    margin-top: 11px;
    float: left;
    margin-left: 110px;
}

.about-element select {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 12pt;
    /*去掉默认的下拉三角*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*添加下拉三角图标*/
    background: url(/material/images/vector.png) no-repeat right center transparent;
    cursor: pointer;
    text-indent: 20px;
    background-position: 264px;
}

.about-element select option {
    width: 100%;
    line-height: 50px;
}

.about-element a {
    text-decoration: none;
    color: black;
    font-size: 16pt;
}

.about-element label {
    line-height: 31px;
    margin-left: 3px;
    background: url(/material/images/vector.png);
}


/*有用链接*/

.bg {
    width: 100%;
    height: auto;
    background: #f5f5f5;
}

.use-link {
    width: 480px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.use-link a {
    line-height: 50px;
    float: left;
    margin-left: 25px;
    text-decoration: none;
    color: black;
}


/*网站信息*/

.hr-end {
    width: 100%;
    border-top: 1px solid #b5b5b5;
    margin-top: 0px;
    margin-bottom: 0px;
}

.web-foot {
    width: 100%;
    height: 150px;
    height: auto;
    background: #f5f5f5;
}

.web-foot .foot-content {
    width: 1024px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.web-foot .foot-content label {
    margin-top: 10px;
    width: 800px;
    height: 30px;
    font-size: 12pt;
    line-height: 30px;
    float: left;
}

.web-foot .foot-content img {
    margin-top: 50px;
    margin-right: 12px;
}


/*--------------------------------------------------------------------------*/


/*新闻无序列表样式*/

.news-coll {
    width: 100%;
    height: 94%;
}

.news-ul {
    width: 100%;
    height: 100%;
    margin-left: -40px;
    overflow: hidden;
}

.newsOne-ul {
    width: 100%;
    height: 100%;
    margin-left: -40px;
    overflow: hidden;
}

.newsTwo-ul {
    width: 100%;
    height: 100%;
    margin-left: -40px;
    overflow: hidden;
}

.newsThree-ul {
    width: 100%;
    height: 100%;
    margin-left: -40px;
    overflow: hidden;
}

.news-ul li {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    width: 630px;
    /*如果显示三列 则width改为70px*/
    float: left;
    display: block;
}

.newsOne-ul li {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    width: 570px;
    /*如果显示三列 则width改为70px*/
    float: left;
    display: block;
}

.newsTwo-ul li {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    width: 570px;
    /*如果显示三列 则width改为70px*/
    float: left;
    display: block;
}

.newsThree-ul li {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 39px;
    width: 598px;
    /*如果显示三列 则width改为70px*/
    float: left;
    display: block;
}

.list3 .news-ul li,
.list3 .newsOne-ul li,
.list3 .newsTwo-ul,
.list3 .newsThree-ul,
.list3-chosed .news-ul li:nth-child(2n) {
    width: 654px !important;
    /*如果显示三列 则width改为70px*/
    margin-left: 27px;
    margin-right: 0px;
}

.date-tab {
    float: right;
    margin-right: 5px;
}

.date-tabOne {
    float: right;
    margin-right: 5px;
}

.row-l {
    display: inline-block;
    width: 670px;
    height: 100%;
    margin-right: 16px;
}

.row-r {
    display: inline-block;
    width: 670px;
    height: 100%;
}

.news-ul li a {
    text-decoration: none;
    font-size: 12pt;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 16px;
    font-family: "微软雅黑";
    cursor: pointer;
}

.news-ul li a:hover {
    color: #00a2e7;
}

.news-ul li a span {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.newsOne-ul li a {
    text-decoration: none;
    font-size: 12pt;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 16px;
    font-family: "微软雅黑";
    cursor: pointer;
}

.newsOne-ul li a:hover {
    color: #00a2e7;
}

.newsOne-ul li a span {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.newsTwo-ul li a {
    text-decoration: none;
    font-size: 12pt;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 16px;
    font-family: "微软雅黑";
    cursor: pointer;
}

.newsTwo-ul li a:hover {
    color: #00a2e7;
}

.newsTwo-ul li a span {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.newsThree-ul li a {
    text-decoration: none;
    font-size: 12pt;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 16px;
    font-family: "微软雅黑";
    cursor: pointer;
}

.newsThree-ul li a:hover {
    color: #00a2e7;
}

.newsThree-ul li a span {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}


/* 联系我们 */

.contact-module {
    width: 920px;
    /* height: 100px; */
    padding: 15px, 5px;
    text-align: center;
    /* background-color: #1782b4 */
}

.contact-module-title {
    font-size: 20px;
    font-weight: bold;
}

.contact-module-content {
    width: 910px;
    padding: 15px 5px;
    text-align: left;
}


/* 质量服务 */

.server-wrap {
    width: 1920px;
    height: 2434px;
    opacity: 1;
    background: rgba(0, 102, 255, 1);
}

.server-main {
    width: 1280px;
    height: auto;
    margin: auto;
}

.server-title {
    height: 673px;
    width: 1920px;
    background-image: url(/material/images/PT_Banner.jpg);
    position: absolute;
    left: 0;
}

.server-title-left {
    float: left;
    width: 50%;
    position: relative;
}

.server-title-left p:nth-child(1) {
    width: 566px;
    height: 235px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 0;
    top: 277px;
}

.server-title-right {
    float: right;
    width: 50%;
    position: relative;
}

.server-title-right p {
    width: 500px;
    height: 132px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 80px;
    font-family: 微软雅黑;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: -50px;
    top: 10px;
}

.server-title-right p>span {
    width: 120px;
    height: 80px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 50px;
    font-family: 微软雅黑;
    color: rgba(255, 255, 255, 1);
    margin-left: -40px;
}

.server-title-right div {
    width: 480px;
    height: 260px;
    opacity: 1;
    /* background: rgba(255, 255, 255, 1); */
    background-color: black;
    margin-top: 128px;
    margin-left: 32px;
}

.server-content {
    position: relative;
    width: 1240px;
    height: 1889px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    border-radius: 32px 32px 32px 32px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(0, 0, 0, 1);
    top: 507px;
    left: 50%;
    transform: translate(-620px);
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}


/* 第一部分 */

.server-content .server-partOne {
    width: 1200px;
    opacity: 1;
    height: 380px;
    border-bottom: 2px dashed rgba(44, 160, 247, 1);
}

.partOne-first {
    position: relative;
    float: left;
    width: 31%;
}

.partOne-first span {
    display: inline-block;
    width: 251px;
    height: 70px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 250px;
    font-family: 方正大黑简体;
    color: rgba(229, 244, 253, 1);
}

.partOne-first-content {
    position: absolute;
    right: 0;
    top: 167px;
}

.partOne-first-content .txt-seven {
    width: 237px;
    height: 16px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 36px;
    font-family: 微软雅黑;
    color: rgba(51, 51, 204, 1);
}

.partOne-first-content p:nth-child(2) {
    width: 240px;
    height: 39px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(102, 102, 102, 1);
}

.server-btn {
    display: block;
    width: 237px;
    height: 35px;
    opacity: 1;
    background: rgba(44, 160, 247, 1);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(255, 255, 255, 1);
    border: 1px solid;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
}

.server-partOne>span {
    display: inline-block;
    height: 270px;
    border-right: 2px dashed rgba(44, 160, 247, 1);
    margin-top: 71px;
    margin-left: 55px;
    margin-right: 55px;
}

.partOne-right {
    display: inline-block;
    float: right;
    width: 58%;
    position: relative;
}

.partOne-right span {
    display: inline-block;
    width: 251px;
    height: 70px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 250px;
    font-family: 方正大黑简体;
    color: rgba(229, 244, 253, 1);
}

.partOne-right-bag {
    width: 352px;
    height: 176px;
    opacity: 1;
    background: rgba(194, 228, 252, 1);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(0, 0, 0, 1);
    margin-top: -104px;
    margin-left: -30px;
}

.partOne-right-content {
    position: absolute;
    right: 0;
    top: 54px;
}

.txt-one {
    width: 254px;
    height: 30px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 36px;
    font-family: 微软雅黑;
    color: rgba(51, 51, 204, 1);
}

.txt-two {
    width: 331px;
    height: 39px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(102, 102, 102, 1);
    line-height: 23px;
}

.txt-three {
    width: 269px;
    height: 130px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(102, 102, 102, 1);
    line-height: 23px;
}

.person-icon {
    float: left;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.person-icon img {
    margin-top: 5px;
}

.person-icon img:nth-child(5) {
    margin-top: 28px;
}


/* 第二部分 */

.partOne-two {
    position: relative;
    float: left;
    width: 60%;
}

.partOne-two span {
    display: inline-block;
    width: 251px;
    height: 70px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 250px;
    font-family: 方正大黑简体;
    color: rgba(229, 244, 253, 1);
}

.partTwo-left-bag {
    width: 724px;
    height: 112px;
    opacity: 1;
    background: rgba(194, 228, 252, 1);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(0, 0, 0, 1);
    margin-top: -229px;
}

.partTwo-first-content {
    position: absolute;
    right: 67px;
    top: 22px;
}

.txt-four {
    width: 350px;
    height: 25px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(51, 51, 204, 1);
}

.txt-five {
    width: 317px;
    height: 131px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(102, 102, 102, 1);
    line-height: 23px;
}

.txt-five a {
    color: rgba(102, 102, 102, 1);
    text-decoration: none;
}

.partTwo-right {
    display: inline-block;
    float: right;
    width: 22%;
    position: relative;
}

.partTwo-right span {
    display: inline-block;
    width: 251px;
    height: 70px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 250px;
    font-family: 方正大黑简体;
    color: rgba(229, 244, 253, 1);
}

.partTwo-right-content {
    position: absolute;
    left: -129px;
    top: 38px;
}

.txt-six {
    width: 332px;
    height: 68px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(102, 102, 102, 1);
    margin-top: 99px;
    margin-left: 73px;
}

.personTwo-icon {
    float: left;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.personTwo-icon img {
    margin-top: 6px;
}

.personTwo-icon img:nth-child(2) {
    margin-top: 27px;
}

.personTwo-icon img:nth-child(5) {
    margin-top: 28px;
}


/* 第三部分 */

.partOne-first-content .txt-eight {
    width: 290px;
    height: 16px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 36px;
    font-family: 微软雅黑;
    color: rgba(51, 51, 204, 1);
}

.partThree-right {
    display: inline-block;
    float: right;
    width: 22%;
    position: relative;
}

.partThree-right span {
    display: inline-block;
    width: 251px;
    height: 70px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 250px;
    font-family: 方正大黑简体;
    color: rgba(229, 244, 253, 1);
}

.partThree-content {
    width: 393px;
    height: 270px;
    opacity: 1;
    background: rgba(194, 228, 252, 1);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(0, 0, 0, 1);
    position: absolute;
    left: -460px;
    top: 57px;
    padding: 10px;
}

.txt-nine {
    width: 317px;
    height: 131px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(51, 51, 204, 1);
    line-height: 23px;
    margin-top: 118px;
}

.partThree-right-content {
    position: absolute;
    left: -116px;
    top: 170px;
}

.txt-ten {
    width: 386px;
    height: 130px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(102, 102, 102, 1);
    line-height: 17px;
}

.txt-te {
    width: 325px;
    height: 16px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 36px;
    font-family: 微软雅黑;
    color: rgba(51, 51, 204, 1);
}

.server-btnOne {
    display: block;
    width: 237px;
    height: 43px;
    opacity: 1;
    background: rgba(44, 160, 247, 1);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(255, 255, 255, 1);
    border: 1px solid;
    border-radius: 11px;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
}

.personTree-icon {
    float: left;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-top: 102px;
}

.personTree-icon img {
    margin-top: 5px;
}


/* 第五部分 */

.server-partfive {
    width: 1200px;
    opacity: 1;
    height: 380px;
}

.server-partfive>span {
    display: inline-block;
    height: 270px;
    border-right: 2px dashed rgba(44, 160, 247, 1);
    margin-top: 71px;
    margin-left: 55px;
    margin-right: 55px;
}

.partfive-left-bag {
    width: 724px;
    height: 76px;
    opacity: 1;
    background: rgba(194, 228, 252, 1);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(0, 0, 0, 1);
    margin-top: -229px;
}

.txt-tw {
    width: 350px;
    height: 25px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(102, 102, 102, 1);
}

.server-btnTwo {
    display: inline-block;
    width: 237px;
    height: 43px;
    opacity: 1;
    background: rgba(44, 160, 247, 1);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(255, 255, 255, 1);
    border: 1px solid;
    border-radius: 11px;
    margin-top: -5px;
    margin-left: -5px;
    text-decoration: none;
    text-align: center;
    line-height: 19px;
}

.txt-tr {
    width: 317px;
    height: 79px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}

.partfive-right-bag {
    width: 204px;
    height: 262px;
    opacity: 1;
    background: rgba(194, 228, 252, 1);
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgba(0, 0, 0, 1);
    margin-top: 51px;
    margin-left: 6px;
}

.txt-td {
    width: 234px;
    height: 30px;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 36px;
    font-family: 微软雅黑;
    color: rgba(51, 51, 204, 1);
    text-align: right;
}


/* 评论留言 */

#feedback_form {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-box {
    position: relative;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    margin-left: 218px;
}

.form-box dl {
    display: block;
    padding: 5px 0;
}

.form-box dl dt {
    display: block;
    float: left;
    width: 120px;
    line-height: 38px;
    min-height: 38px;
    color: #555;
    font-size: 13px;
    text-align: right;
}

.form-box dl dd {
    position: relative;
    padding: 5px 0 5px 10px;
    line-height: 28px;
    min-height: 28px;
    color: #555;
    font-size: 13px;
    overflow: hidden
}

.input {
    width: 200px;
    height: 20px;
    display: inline;
    margin-right: 5px;
    padding: 7px;
    line-height: 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    font: 14px Microsoft Yahei, Helvetica, Arial, sans-serif;
    outline: none;
    margin: 0px;
}

.Validform_checktip {
    display: inline-block;
    color: #71b83d;
    padding-left: 20px;
    background: url(/material/images/valid_icons.png) no-repeat -40px -20px;
    vertical-align: middle;
}

input.btn {
    height: 40px;
    cursor: pointer;
    overflow: visible;
    background: #1e7bb3;
    border: 1px solid #02598E;
    border-radius: 2px;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    padding: 0 25px;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}

.btn:hover {
    color: #fff;
    opacity: 0.9;
}

.form-box dl dd a {
    color: #000;
    text-decoration: none;
}

.conment-module-title {
    font-size: 20px;
    font-weight: bold;
    color: #3b8dd1;
}


/* 评论列表页 */

.commentList-module-content {
    width: 872px;
    padding-bottom: 50px;
}

.commentList-module-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentList-module-content ul li {
    margin-top: 20px;
    list-style: none;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}

.comment-box {
    position: relative;
    margin-top: 15px;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li {
    padding: 15px 0;
    border-top: 1px solid #f7f7f7;
    list-style: none;
    margin: 0;
}


/* .comment-list li .avatar {
    display: block;
    float: left;
    margin-top: 6px;
    background: #fff;
    border-radius: 2px;
    width: 42px;
    height: 42px;
    overflow: hidden;
} */

.comment-list li .inner {
    margin-left: 52px;
    display: inherit;
}

.comment-list li .answer {
    margin-left: 48px;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.comment-list li .avatar img {
    width: 42px;
    height: 42px;
}

.comment-list li .inner p {
    color: #333;
    font-size: 14px;
    line-height: 1.8em;
    text-align: left;
    margin-top: 3px;
}

.comment-list li .inner .meta {
    margin: 0;
    padding-top: 3px;
    color: #999;
    border: none;
    text-align: left;
}

.blue {
    color: #1E7BB3;
}

.time {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    overflow: hidden;
}

.comment-list li .inner .meta .time {
    margin-left: 5px;
    padding-left: 20px;
    color: #777;
}

.meta:after {
    clear: none;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.comment-list li .answer .meta {
    margin: 0;
    padding: 0;
    color: #999;
    margin-bottom: 5px;
    border: none;
    text-align: left;
}

.right {
    float: right;
}

.comment-list li .answer p {
    color: #555;
    font-size: 14px;
    line-height: 1.8em;
    text-align: left;
}

.ny_pg {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
    margin-left: 100px;
}

div.default {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Verdana;
    font-size: 12px;
}

div.default a,
div.default span {
    display: block;
    float: left;
    margin: 2px 0 0 -1px;
    padding: 4px 12px;
    line-height: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #333;
    text-decoration: none;
}

div.default span:first-child {
    border-left: 1px solid #e1e1e1;
}

div.default span.disabled {
    color: #999;
    background: #fff;
}

div.default span.current {
    color: #fff;
    background: #488FCD;
    border-color: #488FCD;
}

div.default a:hover {
    background-color: #e6e6e6;
}


/* 网站地图 */

.ny2_c {
    padding: 30px;
}

.webMapTitle {
    width: 900px;
    margin: 0 auto;
    height: 50px;
    text-align: center;
    font-size: 23px;
    color: #0066cc;
    line-height: 10px;
}

.webMapContent {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 0 20px 0;
}

.webMapContent h1 {
    font-weight: normal;
    font-size: 19px;
    line-height: 50px;
    height: 50px;
    background: #f8f8f8 no-repeat left 10px;
    padding-left: 26px;
}
.webMapContent h1 a{color: #0066cc;font-weight:bold;}
.webMapContent ul {
    list-style: none;
    margin: 0;
    height: 173px;
}

.webMapContent ul li {
    width: 285px;
    font-size: 15px;
    line-height: 34px;
    padding-left: 12px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.webMapContent ul li a {
    color: #000;
    text-decoration: none;
}
.ai_robot {
			display: block;
			position: fixed;
			bottom: 10px;
			right: 0;
			z-index: 99;
}

.ai_image {
	width: 220px;
	height: auto;
	object-fit: contain;
}