/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: normal;
    vertical-align: baseline;
    font-family: Microsoft YaHei;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

/* ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 1);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
} */
html,
body {
    width: 100%;
    font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', '微软雅黑', sans-serif;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    overflow-y: scroll;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: ' ';
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/*隐藏*/
.dn {
    display: none;
}

/* -----------------------------index---------------------------------- */
@media screen and (min-width: 750px) {
    html {
        width: 100%;
        height: 100%;
        /* background: url('../images/background/bg01.jpg') no-repeat 100% 100%; */
    }

    #content {
        margin: 0;
        width: 100%;
        /* height: 100%;
        background: url('../images/background/bg01.jpg') no-repeat 100% 100%;
        overflow-x: hidden; */
        min-width: 1400px;
    }
}

#content {
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 1500px;
}

.w1200 {
    width: 1000px;
    margin: auto;
    min-width: 1000px;
}

#head {
    width: 100%;
    height: 54px;
    padding: 13px 0;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    box-shadow: 0 3px 5px rgba(9, 10, 12, 0.15);
}

#head .head-content img {
    float: left;
}

#head .head-content .language {
    float: right;
}

#head .head-content .language a {
    line-height: 54px;
    font-size: 14px;
    color: #a1a9b5;
}

#head .head-content .language a.active {
    line-height: 54px;
    font-size: 14px;
    color: #c3a260;
    font-weight: bold;
}

#banner {
    background: #ffffff;
}

.menu {
    display: inline-block;
    position: fixed;
    left: 0;
    top: 0;
    background: #324157;
    /* opacity: 0.92; */
    min-height: 695px;
    z-index: 999999;
    height: 100vh;
}

.menu .language {
    padding-left: 70px;
    padding-bottom: 10px;
    color: #ffffff;
}

.menu .language a {
    font-size: 14px;
    color: #ffffff;
}

.menu .language a.active {
    font-size: 14px;
    color: #e9c76c;
    font-weight: bold;
}

.menu > ul {
    padding: 10px 0;
}

.menu > ul img {
    width: 100px;
    height: 100px;
    padding: 20px 0 0 0;
    display: block;
    margin: auto;
}

.menu > ul li {
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    position: relative;
    width: 200px;
}

.menu > ul li > i.font {
    font-size: 16px;
    color: #e9c76c;
}

.menu > ul li > i.arrow {
    font-size: 12px;
    color: #e9c76c;
    position: absolute;
    right: 10px;
    top: 14px;
}

.menu > ul li:hover {
    background: #2f5582;
    border-left: 5px solid #e9c76c;
    padding-left: 25px;
}

.menu > ul li:hover > i {
    color: #ffffff;
}

.menu > ul li > a {
    color: #ffffff;
    padding: 8px 35px 8px 30px;
    /* padding: 0px 35px 0px 15px; */
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    width: 108px;
    position: absolute;
    left: 25px;
    top: 0px;
}


.menu > ul > li.active {
    background: #2f5582;
    border-left: 5px solid #e9c76c;
    padding-left: 25px;
}

.menu > ul > li.active > i {
    color: #ffffff;
}

.menu > ul > li.haschild {
    position: relative;
}

.menu > ul > li.haschild ul {
    position: absolute;
    display: none;
    background: #2f5582;
    opacity: 0.92;
    width: 240px;
    padding: 10px 0;
    height: 655px;
    min-height: 670px;
    top: -320px;
    left: 235px;
    font-size: 14px;
}

.menu > ul > li.haschild ul.ul2 {
    top: -358px;
}

.menu > ul > li.haschild ul.ul3 {
    top: -396px;
}

.menu > ul > li.haschild:hover ul {
    display: block;
}

.menu > ul > li.haschild ul li {
    display: block;
    min-height: 27px;
    line-height: 27px !important;
    width: 210px;
    padding-right: 0;
    padding-left: 30px;
    background: url('../images/background/point01.png') no-repeat 20px 17px;
}

/* .menu > ul > li.haschild ul li:hover {
  background: url('../images/background/point01.png') no-repeat 20px 17px !important;
} */
.menu > ul > li.haschild ul li a {
    font-size: 14px;
    display: inline-block;
    width: 200px;
    padding-right: 0;
    padding-top: 10px;
    padding-left: 10px;
}

.menu > ul > li.haschild ul li:hover {
    /* background: url('../images/background/point02.png') no-repeat 20px 17px #324157; */
    border: 0 !important;
}

.menu > ul > li.haschild ul li i {
    color: #2f5582;
    font-size: 12px;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
}

.menu > ul > li.haschild ul li:hover i {
    color: #ffffff;
}

.swiper-container {
    width: 100%;
    height: 200px;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

#intro {
    background: #ffffff;
    text-align: center;
}

#intro .intro-content h2 {
    font-size: 24px;
    color: #000;
    padding: 30px 0 10px 0;
}

#intro .intro-content h4 {
    font-size: 16px;
    color: #a1a9b5;
    padding: 10px 0 18px 0;
}

#intro .intro-content p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    text-align: justify;
}

#intro .intro-content p font {
    color: #c3a260;
}

.person-1 {
    /* height: 415px; */
    background: #edeff2;
}

.person-1 h2 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0 0 0;
}

.person-1 .dahuizhuxi {
    width: 100%;
    /* float: left; */
}

.person-1 .teyao {
    width: 100%;
    /* float: right; */
}

.person-1 .persons {
    height: 150px;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    /* padding: 0 100px; */
}

.person-1 .persons .person-x {
    width: 320px;
    height: 150px;
}

.person-1 .persons .person-x img {
    width: 132px;
    height: 150px;
    float: left;
}

.person-1 .persons .person-x .person-intro {
    width: 188px;
    height: 150px;
    float: left;
    background: #c3a260;
    color: #ffffff;
}

.person-1 .persons .person-x .person-intro h5 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 0 0 20px;
}

.person-1 .persons .person-x .person-intro h5 a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.person-1 .persons .person-x .person-intro h5 a:hover {
    text-decoration: underline;
}

.person-1 .persons .person-x .person-intro h6 {
    text-align: left;
    font-size: 15px;
    padding: 10px 0 10px 20px;
}

.person-1 .persons .person-x .person-intro p {
    text-align: left;
    font-size: 12px;
    padding: 10px 0 0 20px;
    line-height: 22px;
}

/* .person-1 .persons .person-x .person-intro a {
  display: block;
  width: 66px;
  height: 22px;
  border: 2px solid #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  border-radius: 22px;
  position: absolute;
  right: 25px;
  bottom: 30px;
  color: #ffffff;
} */

.person-2 {
    /* background: #ffffff; */
}

.person-2 .person-2-content {
    padding: 0px 0 30px 0;
}

.person-2 .person-2-content > h2 {
    font-size: 24px;
    color: #000;
    /* padding: 10px 0 10px 0; */
    text-align: center;
}

.person-2 .person-2-content .swiper-container2 {
    width: 100%;
    overflow: hidden;
}

.person-2 .person-2-content .swiper-container2 .lev2 {
    width: 280px;
    padding: 0 360px;
}

.person-2 .person-2-content .swiper-container2 .lev3 {
    width: 428px;
    padding: 0 286px;
}

.person-2 .person-2-content .swiper-container2 .lev4 {
    width: 580px;
    padding: 0 210px;
}

.person-2 .person-2-content .swiper-container2 .lev5 {
    width: 710px;
    padding: 0 145px;
}

.person-2 .person-2-content .swiper-container2 .lev6 {
    width: 880px;
    padding: 0 60px;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide {
    width: 132px;
    height: 280px;
    position: relative;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide > img {
    width: 132px;
    height: 150px;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide h4 {
    display: block;
    width: 132px;
    height: 120px;
    margin-top: -2px;
    color: #ffffff;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide h4 .p1 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 0 5px;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide h4 .p2 {
    text-align: center;
    font-size: 12px;
    padding: 0px 3px 0 3px;
    line-height: 18px;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide h4.color1 {
    background: #c3a260;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide h4.color2 {
    background: #2f5582;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide h4.color3 {
    background: #669abc;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide div {
    display: none;
    width: 132px;
    height: 270px;
    background: #2f5582;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide:hover div {
    display: block;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide div h2 {
    padding: 40px 0 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide div h2 a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide div h2 a:hover {
    text-decoration: underline;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide div p {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}

.person-2 .person-2-content .swiper-container2 .swiper-slide div img {
    display: block;
    margin: auto;
    padding: 10px 0;
}

.person-3 {
    background: url('../images/background/bg01.jpg') no-repeat 100% 100%;
    background-attachment: fixed;
    background-size: 100% auto;
    padding-bottom: 50px;
}

.person-3:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/background/bg01.jpg') center 0 no-repeat;
    background-size: cover;
}

.person-3 .person-3-content {
    padding: 20px 0;
    background: none;
}

.person-3 .person-3-content > h3 {
    font-size: 24px;
    color: #ffffff;
    padding: 10px 0 10px 0;
    text-align: center;
}

.person-3 .person-3-content > img {
    display: block;
    margin: auto;
    padding: 10px 0;
}

.person-3 .person-3-content .part-1 > h5 {
    font-size: 18px;
    width: 150px;
    height: 36px;
    line-height: 36px;
    background: #2f5582;
    color: #ffffff;
    border-radius: 36px;
    text-align: center;
    margin: 0 auto;
}

.person-3 .person-3-content .part-1 .title {
    width: 100%;
    height: 37px;
}

.person-3 .person-3-content .part-1 .title font {
    float: left;
    font-size: 18px;
    width: 150px;
    height: 36px;
    line-height: 36px;
    background: #2f5582;
    color: #ffffff;
    border-radius: 36px;
    text-align: center;
    margin: 0 auto;
}

.person-3 .person-3-content .part-1 .part-1-persons {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    margin: 0 auto;
}

.person-3 .person-3-content .part-1 .part-1-persons.lev3 {
    width: 390px;
    padding: 0 305px;
}

.person-3 .person-3-content .part-1 .part-1-persons.lev4 {
    width: 530px;
    padding: 0 235px;
}

.person-3 .person-3-content .part-1 .part-1-persons.lev5 {
    width: 660px;
    padding: 0 170px;
}

.person-3 .person-3-content .part-1 .part-1-persons.lev6 {
    width: 800px;
    padding: 0 100px;
}

.person-3 .person-3-content .part-1 .part-1-persons.lev7 {
    width: 930px;
    padding: 0 35px;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx {
    width: 132px;
    height: 202px;
    /* padding-bottom: 15px; */
    transform: scale(0.8);
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx img {
    display: block;
    width: 132px;
    height: 150px;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div {
    width: 132px;
    height: 52px;
    color: #ffffff;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div.bg1 {
    background: #c3a260;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div.bg2 {
    background: #2f5582;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div.bg3 {
    background: #669abc;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div .p1 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0 5px 0;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div .p2 {
    font-size: 12px;
    text-align: center;
}

.person-4 {
    background: #edeff2;
}

.person-4 .person-4-content {
    padding: 50px 0;
    background: #edeff2;
}

.person-4 .person-4-content > h3 {
    font-size: 24px;
    color: #000000;
    padding: 10px 0 10px 0;
    text-align: center;
}

.person-4 .person-4-content > img {
    display: block;
    margin: auto;
    padding: 10px 0;
}

.person-4 .person-4-content .part-1 h5 {
    font-size: 18px;
    width: 262px;
    height: 36px;
    line-height: 36px;
    background: #c3a260;
    color: #ffffff;
    border-radius: 36px;
    text-align: center;
    margin: 20px auto;
}

.person-4 .person-4-content .part-1 .part-1-persons {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    margin: 0 auto;
}

.person-4 .person-4-content .part-1 .part-1-persons .part-1-personx {
    width: 183px;
    height: 280px;
    padding-bottom: 15px;
}

.person-4 .person-4-content .part-1 .part-1-persons .part-1-personx img {
    display: block;
    width: 183px;
    height: 208px;
}

.person-4 .person-4-content .part-1 .part-1-persons .part-1-personx div {
    width: 183px;
    height: 72px;
    color: #ffffff;
}

.person-4 .person-4-content .part-1 .part-1-persons .part-1-personx div.bg1 {
    background: #c3a260;
}

.person-4 .person-4-content .part-1 .part-1-persons .part-1-personx div.bg2 {
    background: #2f5582;
}

.person-4 .person-4-content .part-1 .part-1-persons .part-1-personx div.bg3 {
    background: #669abc;
}

.person-4 .person-4-content .part-1 .part-1-persons .part-1-personx div .p1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0 10px 0;
}

.person-4 .person-4-content .part-1 .part-1-persons .part-1-personx div .p2 {
    font-size: 14px;
    text-align: center;
}

.organize-company {
    background: #ffffff;
}

.organize-company .organize-company-content {
    padding: 40px 0 20px 0;
}

.organize-company .organize-company-content > h3 {
    font-size: 24px;
    color: #000000;
    padding: 10px 0 10px 0;
    text-align: center;
}

.organize-company .organize-company-content > img {
    display: block;
    margin: auto;
    padding: 10px 0;
}

.organize-company .organize-company-content div {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
    align-items: center;
}

.organize-company .organize-company-content div img {
    width: 75px;
    padding: 15px 15px;
    height: 75px;
}

.exhibitor-company {
    background: #ffffff;
}

.exhibitor-company .exhibitor-company-content {
    padding: 0px 0 20px 0;
}

.exhibitor-company .exhibitor-company-content > h3 {
    font-size: 24px;
    color: #000000;
    padding: 10px 0 10px 0;
    text-align: center;
}

.exhibitor-company .exhibitor-company-content > img {
    display: block;
    margin: auto;
    padding: 10px 0;
}

.exhibitor-company .exhibitor-company-content div {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
}

.exhibitor-company .exhibitor-company-content div img {
    width: 120px;
    height: 120px;
    padding: 15px 20px;
}

.co-organizer {
    background: #ffffff;
}

.co-organizer .co-organizer-content {
    padding: 40px 0 20px 0;
}

.co-organizer .co-organizer-content > h3 {
    font-size: 24px;
    color: #000000;
    padding: 10px 0 10px 0;
    text-align: center;
}

.co-organizer .co-organizer-content > img {
    display: block;
    margin: auto;
    padding: 10px 0;
}

.co-organizer .co-organizer-content div {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
}

.co-organizer .co-organizer-content div img {
    width: 100px;
    height: 100px;
    padding: 15px 10px;
}

.together-company {
    background: #ffffff;
}

.together-company .together-company-content {
    padding: 0px 0 20px 0;
}

.together-company .together-company-content > h3 {
    font-size: 24px;
    color: #000000;
    padding: 10px 0 10px 0;
    text-align: center;
}

.together-company .together-company-content > img {
    display: block;
    margin: auto;
    padding: 10px 0;
}

.together-company .together-company-content div {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
}

.together-company .together-company-content div img {
    width: 130px;
    padding: 15px;
    height: 85px;
}

.footer {
    height: 80px;
    background: #c3a260;
}

.footer .footer-content p {
    font-size: 14px;
    color: #ffffff;
    line-height: 80px;
    text-align: center;
}

.footer .footer-content .gongan {
    padding-left: 30px;
    color: #ffffff;
    background: url('../../images/gongan.png') no-repeat 5px center;
}

@media screen and (max-width: 750px) {
    #content {
        margin: 0;
        width: 100%;
        min-width: 1400px;
    }
}

/* @media screen and (-webkit-min-device-pixel-ratio:0){ 
  .menu > ul > li.haschild ul {
    position: absolute;
    display: none;
    background: #c3a260;
    opacity: 0.92;
    width: 220px;
    padding: 10px 0;
    height: 683px;
    top: -230px;
    left: 200px;
    font-size: 14px;
  }
  .menu > ul > li.haschild ul.ul2 {
    top: -276px;
  }
} */

.tongzhi {
    height: 70px;
    background: #edeff2;
}

.tongzhi div {
    background: url('../images/background/laba.png') no-repeat left center;
}

.tongzhi a {
    display: block;
    height: 30px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 30px;
}

.tongzhi a:hover {
    text-decoration: underline;
}

#open-menu.close-menu {
    width: 11px;
    height: 70px;
    position: fixed;
    top: calc(50% - 35px);
    left: 240px;
    background: url('../images/shoujin1.png');
    cursor: pointer;
}

#open-menu.open-menu {
    width: 11px;
    height: 70px;
    position: fixed;
    top: calc(50% - 35px);
    left: 0;
    background: url('../images/zhankai.png');
    cursor: pointer;
}

.new-star-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-star-list .new-star-1 {
    width: 320px;
    height: 125px;
    background: #edeff2;
    margin-bottom: 20px;
}


.new-star-list .new-star-1 .img {
    float: left;
    padding: 22px 20px;
}

.new-star-list .new-star-1 .img img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.new-star-list .new-star-1 .words .awards {
    font-size: 18px;
    font-weight: bold;
    color: #c3a260;
    padding: 12px 0 10px 0;
}

.new-star-list .new-star-1 .words img {
    display: block;
    width: 44px;
    height: auto;
}

.new-star-list .new-star-1 .words .name {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 8px 0 8px 0;
}

.new-star-list .new-star-1 .words .school {
    font-size: 12px;
    color: #000000;
    padding: 0px 0 5px 0;
}

.new-star-list .new-star-1 .words .number {
    font-size: 12px;
    color: #000000;
}

.in-title {
    color: #c3a260 !important;
    padding: 10px 0 10px 30px !important;
    background: url('../images/lingxing.png') no-repeat left center;
}

.tj {
    text-align: justify;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fwb {
    font-weight: bold;
}

.ti20 {
    text-indent: 20px;
}

.pdl20 {
    padding-left: 20px;
}

.iconshouye:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/sy.png');
    background-size: 100% 100%;

}

.iconzuweihui:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/zwh.png');
    background-size: 100% 100%;

}

.iconteyaobaogao:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/tybg.png');
    background-size: 100% 100%;

}

.iconzhengwentongzhi:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/zwtz.png');
    background-size: 100% 100%;

}

.iconhuiyichengxu:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/hyyc.png');
    background-size: 100% 100%;

}

.iconzhuantiyantaohui:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/ztyth.png');
    background-size: 100% 100%;

}

.iconworkshop:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/workshop.png');
    background-size: 100% 100%;

}

.iconxinxingluntan1:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/xxybj.png');
    background-size: 100% 100%;

}

.iconjiaotongzhusu:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/jtzs.png');
    background-size: 100% 100%;

}

.iconhuiyizhuce:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/hyzc.png');
    background-size: 100% 100%;

}

.iconliniantulingjiang:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/tlhyls.png');
    background-size: 100% 100%;

}

.icontulinghuiyilishi:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/lntlj.png');
    background-size: 100% 100%;

}

.iconlianxifangshi:before {
    content: "" !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/icon/lxfs.png');
    background-size: 100% 100%;

}



