/* CSS Document */
BODY {
    COLOR: #2e2e2e;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "微软雅黑", "Arial";
}

A {
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
    OUTLINE-WIDTH: medium;
    TEXT-DECORATION: none;
    FONT-SIZE: 16px;
    COLOR: #2e2e2e;
}

A:hover {
    FONT-SIZE: 16px;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}

img {
    border: 0
}

ul,
li,
dd,
dt {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
div,
p,
i,
img,
ul,
li,
ol,
table,
tr,
td,
th,
fieldset,
label,
legend,
button,
input {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.continer {
    width: 1200px;
    margin: 0 auto;
}

/* 顶部背景 */
#topbg {
    width: 100%;
    height: 145px;
    background: url(../images/topbg.jpg) no-repeat center top;
    float: left;
}

.top {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.logo {
    width: 686px;
    height: 74px;
}

.logo img {
    width: 686px;
    height: 74px;
    overflow: hidden;
}

#erweima{
     width: 240px;
     height:140px;
}

.checkbox {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    float: right;
}

.checkbox span {
    width: 40px;
    height: 40px;
    font-size: 36px;
    display: block;
    margin: 0 auto;
    color: #0061b4;
}

.checkbox span:hover {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}

.checkbox p {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

/* 主菜单 */

.head {
    position: relative;
    width: 100%;
    background: #003D9A;
    border-bottom: 1px solid #ddd;
    height: 60px;
    z-index: 9999
}

.head .navbox {
    width: 1200px;
    margin: 0 auto;
}

.head .nav {
    display: block;
    float: left;
    width: 1200px
}

.head .nav .nav_pc {
    width: 100%;
}

.head .nav ul li {
    float: left;
    position: relative;
    box-sizing: border-box;
    background: url(../images/nv_line.jpg) no-repeat 0 10px;
    z-index: 999;
}

.head .nav ul li:first-child {
    background: none;
}

.head .nav ul li .f_a {
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.head .nav ul li:hover .f_a {
    background-color: #009AF3;
    color: #fff;
    transition: all .3s
}

.head .nav ul li .s_navbox {
    display: none;
    position: absolute;
    left: 0;
    width: 1200px;
    height: 499px;
    background: #fff;
    margin: 0 auto;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}




.m_nav {
    display: none
}

.headlf .m_logo {
    display: none
}

.headrg .m_menuimg {
    display: none
}

.active {
    background-color: #cf1322
}

.activ2 {
    background-color: #cf1322
}

/* 下拉侧边菜单 */
.sidenav {
    position: relative;
    width: 180px;
    display: block;
    float: left;
}

.sidenav label {
    width: 180px;
    display: block;
    padding-left: 55px;
    box-sizing: border-box;
    background: #128ee3;
    position: relative;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
}

.sidenav label i {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-size: 20px;
    left: 25px;
    top: 16px;
}

.sidenav .side {
    display: inline-block;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    width: 180px;
    background: #fff;
    border-top: none;
    background-color: rgba(255, 255, 255, .95);
    box-sizing: border-box;
}

.sidenav .side li {
    position: relative;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box
}

.sidenav ul.side li:first-child {
    cursor: pointer;
}

.sidenav .side li a {
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 8px 0 8px 0;
    display: block;
    font-size: 16px;
}

.sidenav .side li a:hover {
    background: none;
    color: #0085cd;
}

.sidenav .side li a i {
    transition: all 0.3s ease 0s;
}

.sidenav .side li a i.side_t {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-size: 30px;
}

.sidenav .side li a:hover i {
    margin-left: 15px;
}

.icon1 {
    background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon2 {
    background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon3 {
    background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon4 {
    background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon5 {
    background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon6 {
    background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon7 {
    background: url(../imgs/sideIcon1.png) no-repeat;
}

.sidenav .side li:hover .side_main {
    display: block;
    z-index: 999;
}

.sidenav .side .side_main {
    display: none;
    width: 500px;
    background: #FFFFFF;
    position: absolute;
    left: 180px;
    top: 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    border: 1px #cecece solid;
    z-index: 7;
}

.sidenav .side .side_main dl {
    margin: 20px;
    padding: 0;
}

.sidenav .side .side_main dl dt {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0173b2;
    font-weight: bold;
}

.sidenav .side .side_main dl dt b {
    font-size: 15px;
}

.sidenav .side .side_main dl dd {
    margin-bottom: 10px;
    display: inline-block;
}

.sidenav .side .side_main dl dd a {
    position: relative;
    display: inline-block;
    color: #777;
    font-size: 14px;
    margin: 0 4px;
    padding: 0 5px;
    border-right: 2px solid #bbbbbb;
    height: auto;
    line-height: 1.5;
    transition: all 0.2s ease 0s;
}

i.icon-hot,
i.icon-new {
    display: inline-block;
    height: 9px;
    width: 24px;
    background: url(../imgs/img_public.png) no-repeat;
    vertical-align: middle;
}

i.icon-hot {
    background-position: 0 -240px;
}

i.icon-new {
    background-position: -40px -240px;
}

.sidenav .side .side_main dl dd a span {
    color: #999;
}

.sidenav .side .side_main dl dd a:hover {
    background: none;
    color: #cf1322;
    transform: translateY(-2px);
}

.sidenav .side .side_main dl dd a:hover b {
    color: #40adf5;
}

.sidenav .side .side_main dl dd a:hover span {
    color: #40adf5;
}


/*弹框样式*/
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 360px;
    margin: 250px auto;
    height: 280px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.bllibli {
    width: 60px !important;
    height: 60px !important;
    font-size: 60px !important;
}

.cd-popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    width: auto;
    height: 1.25rem;
    display: block;
    font-size: 14px;
}

.is-visible .cd-popup-container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.codepic {
   
    position: absolute;
    left: 40%;
    bottom: 5%;
}

.codepic img {
    width: 120px;
    height: 120px;
}

#wx_code {
    left: 2%;
}

#dy_code {
    left: 3%;
}

#tx_code {
    left: 40%;
}

#bz_code {
    left: 76%;
}

#ln_code {
    left: 62%;
}


/*弹框样式2*/
.cd-popup1 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup1.is-visible1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container1 {
    position: relative;
    width:560px;
    margin:250px auto;
    height:280px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible1 .cd-popup-container1 {
    -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  }

/* 首页导航学校概况 */
.nv-about {
    width: 810px;
    height: 460px;
    float: left;
}

.nv-about img {
    width: 810px;
    height: 460px;
    overflow: hidden;
    position: relative;
}

.about-info {
    width: 460px;
    height: 460px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
}

.about-info h2 {
    width: 100%;
    line-height: 45px;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
}

.about-info p {
    width: 100%;
    line-height: 24px;
    text-indent: 2em;
}

.about-info em {
    width: 100%;
    display: block;
    text-align: right;
    line-height: 24px;
    font-size: 14px;
    color: #f00;
    font-style: normal;
}

.about-info em a {
    font-size: 14px;
    color: #f00;
    font-style: normal;
}

.about-info em a:hover {
    font-size: 14px;
    color: #ff0;
    font-style: normal;
}

.about-column {
    width: 325px;
    height: 460px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.about-title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #003D9A;
}

.about-title span {
    float: right;
    color: #f00;
    font-size: 12px;
    font-weight: normal;
}

.about-title span a {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
}

.about-title span a:hover {
    color: #2e2e2e;
    font-size: 12px;
    font-weight: normal;
}

.about-leader {
    width: 100%;
    line-height: 35px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 10px auto;
}

.about-leader span {
    width: 155px;
    text-align: justify;
    text-align-last: justify;
    display: inline-block;

}

.about-leader i {
    font-size: 20px;
    color: #003D9A;
    margin-right: 10px;
    font-style: normal;

}

.about-map {
    width: 100%;
    height: 135px;
    float: left;
}

.about-map img {
    width: 100%;
    height: 135px;
    overflow: hidden;
    border-radius: 20px;
}

/* 首页导航机构设置 */
.set-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px auto;
}

.set-list span {
    width: 218px;
    height: 38px;
    line-height: 38px;
    background: #efefef;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 12px;
}

.set-list span:nth-child(5n) {
    margin-right: 0 !important;
}

/* 首页导航招生简章 */
.zsjz {
    width: 100%;
    height: 250px;
    overflow: hidden;
    float: left;
    margin: 10px auto;
}

.zsjz img {
    width: 365px;
    height: 250px;
    float: left;
    padding-right: 10px;
}

.zsjz article {
    width: 775px;
    height: 250px;
    overflow: hidden;
    line-height: 25px;
}

.xljy-list {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.xljy {
    width: 100px;
    height: 130px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 20px;
}

.xljy span {
    width: 100px;
    height: 100px;
    background: #4994F1;
    border-radius: 50%;
    font-size: 50px;
    line-height: 100px;
    color: #fff;
    text-align: center;
}

.xljy span:hover {
    -webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}

.xljy p {
    line-height: 30px;
}

.hsbg {
    background: #EBBE76 !important;
    font-size: 45px !important;
}

.qsbg {
    background: #54B8CF !important;
    font-size: 55px !important;
}

.fsbg {
    background: #FF8377 !important;
    font-size: 45px !important;
}

.zsbg {
    background: #854AD6 !important;
}

.nsbg {
    background: #009AF3 !important;
    font-size: 45px !important;
}

.lsbg {
    background: #62BE7B !important;
    font-size: 45px !important;
}

/* 首页导航非学历教育 */
.nTab {
    width: 570px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: -20px;
}

.none {
    display: none;
}

.nTab .TabTitle dl {

    height: 44px;
    line-height: 44px;
    width: 570px;
    border-bottom: 1px solid #ddd;
}

.nTab .TabTitle dd {
    float: left;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    width: 144px;
}

.nTab .TabTitle dd a {
    text-decoration: none;
    font-size: 20px;
}

.nTab .TabTitle .active {
    border-bottom: 2px solid #003D9A;
    background: url(../images/xwsec2.png) no-repeat center bottom;
    color: #003D9A;
}

.nTab .TabTitle .active a {
    color: #003D9A;
}

.nTab .TabTitle .active a:hover {
    color: #f00;
}

.nTab .TabContent {
    clear: both;
    overflow: hidden;
    display: block;

}

.picnews {
    width: 100%;
    height: 135px;
    float: left;
}

.picnews img {
    width: 200px;
    height: 135px;
    float: left;
    margin-right: 10px;
}

.picnews span {
    color: #003D9A;
    line-height: 30px;
    font-weight: bold;
    width: 360px;
    float: left;
}

.picnews a span {
    color: #003D9A;
    font-weight: bold;
}

.picnews a:hover span {
    color: #f00;
}

.picnews p {
    color: #666;
    font-size: 14px;
    width: 360px;
    float: left;
    line-height: 25px;
    text-indent: 2em;
    margin-top: 5px;
}

.newslist {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.index-news {
    width: 100%;
    line-height: 35px;
    height: 35px;
    display: flex;
    justify-content: space-between;

}

.index-news a {
    position: relative;
    text-indent: 15px;
    width: 85%;
    overflow: hidden;

}

.index-news a::before {
    width: 5px;
    height: 5px;
    position: absolute;
    background: #dedede;
    content: '';
    left: 0;
    bottom: 12px;

}

.index-news i {
    font-size: 14px;
    color: #666;
    font-style: normal;
    width: 15%;
    overflow: hidden;
    text-align: right;

}

.fxl-fr {
    width: 570px;
    float: right;

}

.fxl-fl {
    width: 570px;
    float: left;

}

.fxl-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    float: left;
}

.fxl-title span {
    width: auto;
    line-height: 43px;
    padding: 0 15px 5px 15px;
    border-bottom: 2px solid #003D9A;
    color: #003D9A;
    font-size: 20px;
    font-weight: bold;
}

.fxl-title span a {
    color: #003D9A;
    font-size: 20px;
}

.fxl-title span a:hover {
    color: #f00;
    font-size: 20px;
}

.fxl-title i {
    color: #999;
    float: right;
    font-size: 12px;
    font-style: normal;
    margin-right: 10px;
    line-height: 40px;
}

.fxl-title i a {
    color: #999;
    font-size: 12px;
}

.fxl-title i a:hover {
    color: #f00;
    font-size: 12px;
}



/* 首页导航校园文化样式 */
.xywh-info {
    width: 100%;
    height: auto;
}

.xywh-info p {
    width: 100%;
    height: auto;
    line-height: 26px;
    text-indent: 2em;
}

.xywh-info img {
    float: left;
    padding: 0 10px 10px 0;
}

.picfigure {
    width: 100%;
    height: 115px;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}

.picfigure img {
    width: 175px;
    height: 115px;
    float: left;
    margin-right: 10px;
}

.picfigure span {
    line-height: 25px;
    font-weight: bold;
    width: 385px;
    float: left;
}

.picfigure a span {
    font-weight: bold;
}

.picfigure p {
    color: #666;
    font-size: 14px;
    width: 385px;
    float: left;
    line-height: 25px;
    text-indent: 2em;
    margin-top: 5px;
}

/* 首页导航体系办学样式 */
.txbx-list {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}

.xztb {
    width: 180px;
    height: 140px;
    background: url(../images/xz1.jpg) no-repeat center;
    text-align: center;
}

.xztb2 {
    background: url(../images/xz2.jpg) no-repeat center;
}

.xztb3 {
    background: url(../images/xz3.jpg) no-repeat center;
}

.xztb4 {
    background: url(../images/xz4.jpg) no-repeat center;
}

.xztb5 {
    background: url(../images/xz5.jpg) no-repeat center;
}

.xztb6 {
    background: url(../images/xz6.jpg) no-repeat center;
}

.xztb span {
    width: 90px;
    height: 70px;
    display: block;
    font-size: 60px;
    margin: 20px auto 0 auto;
    color: #fff;
}

.xztb a span {
    font-size: 60px;
    color: #fff;
}

.xztb a:hover span {
    font-size: 60px;
    color: #fff;
    -webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}

.xztb p {
    width: 180px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.xztb a p {
    color: #fff;
}

.xztb a:hover p {
    color: #ff0;
}

/* 首页导航校企合作样式 */

.xqhz-list2 {
    width: 767px;
    height: 340px;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 20px
}

.xqhz2 {
    width: 370px;
    height: 33px;
    line-height: 33px;
    background: #efefef;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: center;
    font-size: 12px;
}

.xqhz2:nth-child(2n) {
    margin-right: 0px !important;
}

.xqhz2 a {
    font-size: 12px;
}
.xqhz-lf{
     width: 767px;
     height:460px;
     float: left;
}
.xqhz-rf{
     width: 373px;
     height:460px;
     float: right;
}
.xqhz-pic2{
     width: 767px;
     height: 100px;
     float: left
}
.xqhz-pic2 img{
     width: 767px;
     height: 100px;
     overflow: hidden;
}
/* 首页幻灯片横幅样式 */
.lanrenzhijia_slider {
    width: 1200px;
    min-width: 765px;
    height: 475px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin: 20px auto;
}

.lanrenzhijia_slider .bd {
    width: 765px;
    position: absolute;
    left: 50%;
    margin-left: -165px
}

.lanrenzhijia_slider .bd li {
    width: 765px;
    overflow: hidden;
}

.lanrenzhijia_slider .bd li img {
    display: block;
    width: 765px;
    height: 475px;
}

.lanrenzhijia_slider .tempWrap {
    overflow: visible !important
}

.lanrenzhijia_slider .tempWrap ul {
    margin-left: -980px !important;
}

.lanrenzhijia_slider .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 20px;
    text-align: center;
}

.lanrenzhijia_slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    line-height: 99px;
    overflow: hidden;
    background: url(../images/slider-btn.png) 0 -10px no-repeat;
    margin: 0 5px;
    cursor: pointer;
}

.lanrenzhijia_slider .hd li.on {
    background-position: 0 0;
}

.lanrenzhijia_slider .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 335px;
    cursor: pointer;
}

.lanrenzhijia_slider .prev {
    left: -50%;
    margin-left: -380px;
}

.lanrenzhijia_slider .next {
    left: 50%;
    margin-left: 385px;
}

.lanrenzhijia_slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 475px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.lanrenzhijia_slider .pnBtn .arrow {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 60px;
    height: 335px;
}

.lanrenzhijia_slider .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.lanrenzhijia_slider .prev .arrow {
    right: 0;
    background: url(../images/slider-arrow.png) -120px 50px no-repeat;
}

.lanrenzhijia_slider .next .arrow {
    left: 0;
    background: url(../images/slider-arrow.png) 0 50px no-repeat;
}

/* 首页主体部分左侧样式 */
.index-left {
    width: 465px;
    height: auto;
    float: left;
}

.index-mid {
    width: 445px;
    height: auto;
    float: left;
    margin: 0 20px;
}

.index-right {
    width: 250px;
    height: auto;
    float: right;
}

/* 首页主体滑块样式css */
.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-bottom: 10px;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 10px;
    top: -1px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    height: 45px;
    line-height: 45px;
    float: left;
    padding: 0 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

.slideTxtBox .hd ul li a {
    font-size: 18px;
}


.slideTxtBox .hd ul li.on {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #003D9A;
    background: url(../images/xwsec2.png) no-repeat center bottom;
    color: #003D9A;
    font-size: 18px;
}

.slideTxtBox .hd ul li.on a {
    color: #003D9A;
    font-size: 18px;
}

.slideTxtBox .bd ul {
    position: relative;
    zoom: 1;
}
.slideTxtBox .bd ul em {
    font-style:normal;
    font-size:0.8rem;
    position: absolute;
    top:-40px;
    left:89% ;
    z-index: 99
}
.slideTxtBox .bd ul em a {
    font-size:0.8rem;
}

.picrow1 {
    width: 100%;
    height: 100px;
    float: left;
}

.picrow1 img {
    width: 150px;
    height: 100px;
    float: left;
    margin-right: 10px;
}

.picrow1 span {
    color: #003D9A;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: bold;
    width: 305px;
    float: left;
}

.picrow1 a span {
    color: #003D9A;
    font-weight: bold;
}

.picrow1 a:hover span {
    color: #f00;
}

.picrow1 p {
    color: #666;
    font-size: 14px;
    width: 305px;
    float: left;
    line-height: 24px;
    text-indent: 2em;
}

/* 支持学习样式 */
.zcxx-list {
    width: 100%;
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.zcxx {
    width: 136px;
    height: 33px;
    background: #efefef;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 5px auto;

}

.zcxx span {
    width: 25px;
    height: 25px;
    background: #5aadf8;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    float: left;
    margin: 4px 10px;
}

.zcxx a:hover span {
    -webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);

}

.zcxx p {
    line-height: 33px;
    float: left;
}

.bgxz {
    width: 283px !important;
}

/* 首页主体内容右侧部分 */
.zsjz-list2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.zsjz2 {
    width: 100%;
    height: 50px;
    background: #e9f0fa;
    margin-bottom: 10px;
}

.zsjz2 span {
    width: 50px;
    height: 50px;
    background: #32a8f2;
    float: left;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.zsjz2 p {
    width: 200px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    margin-left: 50px;
}

.six-list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.six-tb {
    width: 120px;
    height: 45px;
    background: #c6ae70;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.six-tb span {
    width: 30px;
    height: 30px;
    float: left;
    margin: 10px auto 10px 5px;
    font-size: 24px;

}

.six-tb a span {
    color: #fff;
    font-size: 24px;

}

.six-tb a:hover span {
    -webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}

.six-tb p {
    width: 80px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-left: 35px;
}

.six-tb a p {
    color: #fff;
    font-size: 14px;
}

.six-tb a:hover p {
    color: #ff0;
    font-size: 14px;
}

.six-tb i {
    width: 80px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    margin-left: 5px;
}

.six-tb a i {
    color: #fff;
    font-size: 12px;
}

.six-tb a:hover i {
    color: #ff0;
    font-size: 12px;
}

.six-tb2 {
    background: #54a39f !important;
}

.six-tb3 {
    background: #5291af !important;
}

.six-tb4 {
    background: #607fc4 !important;
}

.six-tb5 {
    background: #32a8f2 !important;
}

.six-tb6 {
    background: #68b182 !important;
}

.kfkj {
    width: 248px;
    height: 63px;
    border: 1px solid #ddd;
    float: left;
    background: #ffebe2;
}

.kfkj span {
    width: 48px;
    height: 48px;
    float: left;
    margin: 10px 0 5px 5px;
    color: #e77571;
    font-size: 42px;
}

.kfkj p {
    width: 205px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    margin-left: 43px;
}

/* 首页专题专栏图标滚动 */
.zhuanti {
    width: 1198px;
    height: 88px;
    border: 1px solid #c7def4;
    margin: 20px auto;
}

.zhuanti span {
    width: 88px;
    height: 88px;
    background: url(../images/tjzt.jpg) no-repeat 9px 9px;
    border-right: 1px solid #c7def4;
    display: block;
    float: left;
}

.picMarquee-left {
    width: 1090px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-right: 15px;
}

.picMarquee-left .hd {
    overflow: hidden;
    position: absolute;
    z-index: 999;
}

.picMarquee-left .hd .prev {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-left: 1060px;
    margin-top: 30px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd {
    padding: 10px 5px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 2px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 210px;
    height: 60px;
    display: block;
    padding: 1px;
    border: 1px solid #dedede;
}

/* 首页横幅图片轮播 */
.slideBox {
    width: 1200px;
    height: 110px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 1200x;
    height: 110px;
    display: block;
}

/* 友情链接部分 */
.lblj {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;

}

.div_select {
    width: 278px;
    height: 48px;
    position: relative;
    float: left;
}

.lblj select {
    width: 278px;
    height: 48px;
    border: 1px solid #dfdfdf;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 30px;

}

.lblj select option {
    min-height: 3rem;
}

.div_select:after {
    content: "";
    width: 48px;
    height: 49px;
    background: url(../images/sanj.jpg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10px;
    pointer-events: none;
}

/* 底部导航样式 */
.foot {
    width: 100%;
    height: 240px;
    background: url(../images/footbg.jpg) no-repeat center bottom;
    float: left;
}

.foot-bq {
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto;
}

.foot-info {
    flex-shrink: 2;
    line-height: 30px;
    color: #fff;
}

.foot-info h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
}

.foot-code {
    flex-shrink: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-code img {
    margin-right: 20px;
}

/* 新闻列表页样式 */
.side-left {
    width: 298px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
    margin: 20px auto;
}

.side-left h2 {
    width: 298px;
    height: 80px;
    background: url(../images/lmbg.png) no-repeat center;
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    color: #fff;
}

.side-left span {
    width: 298px;
    height: 54px;
    border-bottom: 1px solid #ddd;
    line-height: 54px;
    font-size: 18px;
    text-align: center;
}

.side-left span a {
    font-size: 18px;
}

.side-left span a:hover {
    font-size: 18px;
    background: #009af3;
    display: block;
    color: #fff;
}

.side-nav {
    font-size: 18px;
    background: #009af3;
    display: block;
    color: #fff;
}

.side-nav a {
    font-size: 18px;
    color: #fff;
}

.side-right {
    width: 880px;
    height: auto;
    float: right;
    margin: 20px auto;
}

/* 新闻内容页样式 */
.side-content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.side-content h1 {
    width: 100%;
    line-height: 55px;
    font-size: 20px;
    color: #003D9A;
    text-align: center;
}

.side-hits {
    width: 100%;
    line-height: 40px;
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #ddd;
    float: left;
    font-size: 14px;
    color: #666;
}

.side-content p {
    line-height: 30px;
}

.side-content img {
    max-width: 880px;
    display: block;
    margin: 10px auto;
    overflow: hidden;
}

.side-next {
    width: 100%;
    line-height: 30px;
    border-top: 1px solid #ddd;
    float: left;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.side-next a {
    font-size: 14px;
    color: #666;
}

.side-next a:hover {
    font-size: 14px;
    color: #f00;
}

/* 县站首页样式 */
.xz-left {
    width: 410px;
    height: 360px;
    background: #fff;
    float: left;
    margin: 20px auto;
    padding: 10px;
    box-sizing: border-box;
}

.xz-right {
    width: 770px;
    height: 360px;
    background: #fff;
    float: right;
    margin: 20px auto;
    padding: 10px;
    box-sizing: border-box;
}

.xz-left article {
    width: 100%;
    height: auto;
    line-height: 30px;
}

.xz-left article p {
    text-indent: 2em;

}

.xz-pic {
    width: 240px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    float: left;
    margin-top: 20px;
}

.xz-pic img {
    width: 240px;
    height: 160px;
}

.xz-pic span {
    width: 240px;
    line-height: 30px;
    color: #003D9A;
    font-weight: bold;
}

.xz-pic span a {
    width: 240px;
    line-height: 30px;
    color: #003D9A;
}

.xz-pic span a:hover {
    color: #f00;
}

.xz-pic p {
    width: 240px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
}

.xz-newslist {
    width: 490px;
    height: auto;
    float: right;
    margin-top: 10px;
}


/*小于1024像素 移动端适配*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .continer {
        width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
        box-sizing: border-box;
    }
  .slideTxtBox .bd ul em { display: none }

    .msgNum {
        display: none;
    }

    .slider {
        margin-top: 44px;
    }

    .head {
        display: none
    }

    #topbg {
        display: none
    }

    .m_img {
        display: block;
        height: 8vh;
        background: url(../images/topbg.jpg) no-repeat center;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }

    .m_img .headlf {
        padding-top: 2px;
        padding-left: 5px;
        float: left;
    }

    .m_img .headlf .m_logo {
        height: 32px;
        display: block;
        margin-top: 1.2vh;
    }

    .m_img .headrg {
        padding-left: 10vw;
        padding-top: 1.2rem;
        float: left;
    }

    .m_img .headrg a .m_menuimg {
        height: 16px;
        vertical-align: top;
        display: block
    }

    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .m_nav .closeicon {
        position: absolute;
        width: 1%;
        left: 30px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }

    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%
    }



    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }

    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }

    .icon {
        background: url(../images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .icon_on {
        background: url(../images/reduce.jpg) 50% no-repeat !important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }

    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }

    /* 首页幻灯片横幅样式 */
    .lanrenzhijia_slider {
        width: 100%;
        min-width: auto;
        height: 27vh;
    }

    .lanrenzhijia_slider .bd {
        width: 100%;
    }

    .lanrenzhijia_slider .bd li {
        width: 100%;
    }

    .lanrenzhijia_slider .bd li img {
        width: 100%;
        height: 27vh
    }

    .lanrenzhijia_slider .tempWrap {
        overflow: visible !important
    }

    .lanrenzhijia_slider .tempWrap ul {
        margin-left: -4.8vw !important;
    }

    /* 首页主体部分左侧样式 */
    .index-left {
        width: 100%;
        float: none;
    }

    .index-mid {
        width: 100%;
        float: none;
        margin: 0.5rem auto 0 auto;
    }

    .index-right {
        width: 100%;
        float: none;
        margin: 1rem auto;
    }

    /* 首页主体滑块样式css */

    .slideTxtBox .hd ul li {
        padding: 0 0.5rem;
        font-size: 1rem;
    }

    .slideTxtBox .hd ul li a {
        font-size: 1rem;

    }

    .slideTxtBox .hd ul li.on {
        font-size: 1rem;
    }

    .slideTxtBox .hd ul li.on a {
        font-size: 1rem;
    }

    .picrow1 {
        width: 100%;
        height: 100px;
        float: left;
    }

    .picrow1 img {
        width: 30vw;
        height: auto;
    }

    .picrow1 span {
        line-height: 1.5rem;
        height: 1.5rem;
        width: 57vw;
    }

    .picrow1 p {
        font-size: 0.8rem;
        width: 57vw;
        line-height: 1.5rem;
        text-indent: 2em;
    }


    .index-news {
        line-height: 2rem;
        height: 2rem;
        overflow: hidden;
    }

    .index-news a {
        position: relative;
        text-indent: 10px;
        font-size: 1rem;
        width: 85%;
        overflow: hidden;

    }

    .index-news a::before {
        width: 5px;
        height: 5px;
        position: absolute;
        background: #dedede;
        content: '';
        left: 0;
        bottom: 12px;

    }

    .index-news i {
        font-size: 14px;
        color: #666;
        font-style: normal;

    }

    .mt-wap {
        margin-top: 0.5rem;
    }

    .zcxx {
        width: 45%;
        margin: 0.5rem auto;

    }

    .bgxz {
        width: 100% !important;
    }

    .zsjz2 p {
        width: 80vw;
    }

    .zsjz2 {
        margin-bottom: 1rem;
    }

    .kfkj {
        width: 100% !important;
        margin-top: 0.3rem;
    }

    .kfkj p {
        width: 80vw;
    }

    /* 首页专题专栏图标滚动 */
    .zhuanti {
        width: 100%;
        margin: 0.5rem auto;
        border: none;
    }

    .zhuanti span {
        display: none;
    }

    .picMarquee-left {
        width: 93vw;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        float: right;
    }

    .slideBox {
        width: 100%;
        height: 8vh;
        box-sizing: border-box;
        padding: 0 1rem;
    }

    .slideBox .bd img {
        width: 100%;
        height: 8vh;
        display: block;
    }

    .slideBox .hd ul {
        margin-right: 0.5rem;
    }

    .slideBox .hd ul li {
        margin-right: 0.5rem;
        width: 0.8rem;
        height: 0.8rem;
        line-height: 14px;
        text-align: center;
        background: #fff;
        cursor: pointer;
    }

    .lblj {
        display: none;

    }

    /* 底部导航样式 */
    .foot {
        width: 100%;
        height: 100%;
        background-image: url('../images/footbg.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-attachment: fixed;
        margin-top: 1rem;
    }

    .foot-bq {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 20px auto;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .foot-info {
        flex-shrink: 2;
        line-height: 30px;
        color: #fff;
    }

    .foot-info h3 {
        font-weight: bold;
        font-size: 18px;
        line-height: 40px;
    }

    .foot-code {
        flex-shrink: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .foot-code img {
        margin-right: 20px;
    }

    .side-right {
        width: 100%;
        margin-top: 0;
    }

    .side-content img {
        max-width: 100%;
    }
    #zoom img {
        max-width: 100% !important;
    }

    /* 县站样式 */
    .xz-left {
        width: 100%;
        height: auto;
        margin: 1rem auto;
        overflow: hidden;
        font-size: 1rem;

    }

    .xz-right {
        width: 100%;
        height: auto;
        margin: 0 auto 1rem auto;

    }

    .xz-pic {
        width: 100%;
    }

    .xz-pic img {
        width: 100%;
        height: auto;
    }

    .xz-pic span {
        width: 100%;
    }

    .xz-pic p {
        width: 100%;
    }

    .xz-newslist {
        width: 100%;
    }

    .six-tb {
        width: 48%;
    }

    .side-left {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        border: none;
        float: left;
        margin: 1rem auto 0 auto;
    }

    .side-left h2 {
        display: none;
    }

    .side-left span {
        width: 30%;
        height: 2rem;
        border: 1px solid #ddd;
        margin-bottom: 0.5rem;
        line-height: 2rem;
        font-size: 1rem;
        text-align: center;
        overflow: hidden;
    }

    .side-left span a {
        font-size: 18px;
    }

    .side-left span a:hover {
        font-size: 1rem;
        background: #009af3;
        display: block;
        color: #fff;
    }

    .side-nav {
        font-size: 1rem;
        background: #009af3;
        display: block;
        color: #fff;
    }

    .side-nav a {
        font-size: 1rem;
        color: #fff;
    }

}
.pglist {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0;
    text-align: center;
    font-size: 12px
}
.pglist ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 4px 12px;
    margin: 0 1px;
    line-height: 24px;
    background: #fff;
    color: #999
}
.pglist ul li:hover {
    background: #0067d0;
    color: #fff;
    border: 1px solid #0067d0
}
.pglist ul li:hover a {
    color: #fff
}
.pglist ul li.thisclass {
    display: inline-block;
    border: 1px solid #0067d0;
    padding: 4px 12px;
    margin: 0 1px;
    background: #0067d0;
    color: #fff
}
.pglist ul li.thisclass a {
    color: #fff
}
.pglist ul li a {
    display: block;
    color: #999
}
.pglist ul li a:hover {
    color: #fff
}

#zoom p {
    font-size: 18px;
    color: #121212;
    line-height: 35px;
    width: 95%;
    margin: auto;
}

#zoom img {
    max-width: 700px;
    overflow: hidden;
    display: block;
    margin: 10px auto !important;
}
.shsj{
    text-indent: 2em;
}

.fxljy-zt{
  width: 570px;
  height: 460px;
  float: left;
  margin: 20px auto;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.fxljy-pic{
     width: 275px;
     height: 135px;
     margin-bottom: 20px
}
.fxljy-pic img{
     width: 275px;
     height: 135px;
     overflow: hidden;
}