@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration:none!important;
}
img {
	border: none;
	vertical-align: top;
}
li {
	list-style-type: none;
}
ul, dl, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
h2 {
	font-size: 18px;
	font-family: "微软雅黑";
}
body {
	font-size: 14px;
	font-family: "微软雅黑";
	background: #f9f9f9;
}
address, cite, code, em, th {
	font-weight: normal;
	font-style: normal;
}
img {
    max-width: 100%;
}
a {
	outline: none;
	color: #333333;
}
a:hover {
    color: #ff6600;
}
input {
    outline: none;
}
select {
    outline: none;
}
header {
    display: block;
    unicode-bidi: isolate;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 10%);
}
/*************顶部通用************/
.zh-top {
    height: 40px;
    background: #ff6600;
    z-index: 100;
    top: 0;
    position: relative;
}
.zh-head {
    width: 1400px;
    margin:0 auto;
    overflow: hidden;
    height: 40px;
}
.zh-left {
    float: left;
    width: 330px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.zh-left a {color:#fff;}
.zh-center {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.zh-right {
    float: right;
    width: 666px;
    margin:0 auto;
    overflow: hidden;
    height: 40px;
    text-align: right;
    line-height: 40px;
}
.zh-right a {
    color: #fff;
    margin-left: 20px;
}
.zh-right a:hover {
    color: #dadada;
}
.zh-nav {
    position: -webkit-sticky;
    position: sticky;
    transition: background-color 0.5s ease;
    z-index: 1000;
    top: 0;
}
.zh-header {
    width: 100%;
    height: 90px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.zh-headerlg {
    width: 1400px;
    margin:0 auto;
    height: 90px;
    position: relative;
}
.zh-logo {
    float: left;
    width: 169px;
    height: 50px;
    margin-top: 20px;
}
.zh-logo img {
    width: 169px;
    height: 50px;
}
.zh-webnav {
    float: left;
    width: 666px;
    margin-left: 39px;
    margin-top: 27px;
    height: 35px;
    line-height: 35px;
}
.zh-webnav li {
    float: left;
    margin-left: 30px;
    height: 35px;
    line-height: 35px;
}
.zh-webnav li a {
    display: block;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}
.zh-webnav li a:hover {
    color: #ff6600;
}
.zh-active a {
    color: #ff6600!important;
}
.zh-denglu {
    float: right;
    padding: 27px 0;
}
.zh-denglu span {
    float: right;
    line-height: 28px;
    margin-left: 15px;
}
.zh-login {
    text-align: right;
    display: block;
    font-size: 14px;
    padding: 0 25px;
    height: 33px;
    line-height: 33px;
    border: solid 1px #dadada;
    border-radius: 30px;
    color: #888;
}
.zh-login:hover {
    border: 1px solid #ff6600;
}
.zh-zhuce {
    overflow: hidden;
}
.zh-zhuce1 {
    display: block;
    border: solid 1px #ccc;
    border-radius: 50px;
    height: 33px;
    padding-right: 15px;
}
.zh-zhuce1:hover {
    border: solid 1px #ff6600;
    background: #fff;
}
.zh-zhuce2 {
    float: left!important;
    width: 33px;
    height: 33px;
    margin-left: 0!important;
}
.zh-zhuce2 img {
    width: 27px;
    height: 27px;
    border-radius: 60px;
    padding: 3px;
}
.zh-zhuce3 {
    float: left !important;
    font-size: 14px;
    line-height: 33px !important;
    height: 33px;
    color: #888;
    margin-left: 8px !important;
}
.zh-zhuce1:hover .zh-zhuce3 {
    color: #ff6600;
}
/* 定义下拉按钮样式 */
.tp-la {
  border: none;
  cursor: pointer;
}
.tp-xia {
  position: relative;
  display: inline-block;
}
.tp-cai {
    display: none;
    position: absolute;
    top: 80px;
    right: 0px;
    background-color: #fff6f1;
    padding: 10px 20px;
    font-size: 15px;
    width: 70px;
    border-radius: 5px;
    border: solid 1px #ff6600;
}
.tp-xia:hover .tp-cai {
  display: block;
}
.tp-cai:before {
    right: 48px;
    left: auto;
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0;
    top: -7px;
    border-bottom-color: #ff6600;
}
.tp-cai a {
    color: #666;
    text-transform: uppercase!important;
    font-size: 15px!important;
    text-decoration: none;
    padding: 3px 0px!important;
    display: block;
    text-align: center;
    line-height: 30px;
}
.tp-cai a:hover {
    color: #ff6600;
}
/*************首页banner************/
.zh-headers {
    background: #ff6600;
    width: 100%;
    height: 450px;
    z-index: 10;
    background-position: center center;
    background-repeat: repeat;
}
.zh-banners {
    position: relative;
    height: 450px;
}
.zh-banners video {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.zh-homes {
    background-size: cover;
    width: 100%;
    height: 580px;
    position: absolute;
    top: 0;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    line-height: 28px;
    background: rgb(2 2 2 / 35%) url(../images/bbgs.png) repeat top left;
}
.zh-mask {
    width: 100%;
    height: 330px;
    z-index: 2;
    padding-top: 253px;
}
.zh-wraper {
    width: 1200px;
    margin: auto;
    height: 100%;
    z-index: 20;
}
.zh-wraper h2 {
    font-size: 39px;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 5px;
    height: 35px;
    line-height: 35px;
}
.zh-wraper p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
}
.zh-search {
    width: 802px;
    height: 50px;
    border-radius: 100px;
    background: #f7f8fa;
    margin: 30px auto;
    border: 1px solid #cccccc;
}
.zh-text {
    float: left;
    width: 690px;
    height: 30px;
    line-height: 30px;
    padding: 10px 25px;
    border: none;
    background: none;
    outline: none;
    font-size: 16px;
    color: #999999;
    border-radius: 100px;
}
.zh-submit {
    width: 17px;
    height: 17px;
    border: none;
    background: url(../images/bg1.png) no-repeat 0px 0px;
    float: right;
    margin-right: 25px;
    margin-top: 17px;
}
.zh-submit:hover {
	background: none;
	background: url(../images/bg1.png) no-repeat 0px -35px;
}
.zh-tags {
    width: 100%;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}
.zh-tags a {
    color: #fff;
    margin-left: 15px;
}
.zh-tags a:hover {
    color: #f60;
}
/*****************首页广告******************/
.ad-a1 {
    width: 1370px;
    margin: 25px auto 0;
    overflow: hidden;
    padding: 15px 15px 0;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 8%);
}
.ad-a1 ul {
    overflow: hidden;
}
.ad-a1 li {
    width: 677px;
    float: left;
    margin: 0 15px 15px 0;
    position: relative;
}
.ad-a1 li:nth-child(2n) {
    margin-right: 0;
}
.ad-a1 li img {
    width: 677px;
    height: 100px;
    border-radius: 5px;
}
.ad-a1 li em {
    position: absolute;
    right: 0px;
    bottom: 0;
    background: #fff;
    color: #333;
    padding: 0 5px;
    border-radius: 5px 0 0 0;
    opacity: 0.5;
    transition: allease-in-out .15s;
    font-size: 12px;
    font-style: normal;
}
.ad-a1 li a:hover em {
    opacity: 0.8;
}
/*****************首页展会列表******************/
.module-line {
    width: 1400px;
    text-align: center;
    padding-top: 30px;
    position: relative;
    margin: 0 auto;
}
.module-line h6 {
    width: 1400px;
    height: 31px;
    background: url(../images/tg-bg.png) center center no-repeat;
    background-size: 1400px 17px;
    position: relative;
    z-index: 11;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 31px;
}
.module-line .text-muted {
    margin-bottom: 10px;
    color: #888 !important;
    font-size: 16px;
    letter-spacing: 2px;
}
.zh-main {
    width: 1400px;
    margin:25px auto 0;
    overflow: hidden;
}
.zh-maina {
    display: flex;
    flex-wrap: wrap;
}
.zh-posts {
    float: left;
    margin: 0 25px 25px 0;
    background-color: #fff;
    border-radius: 5px;
    transform: translate(0, 0);
    width: 258px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.zh-posts:nth-child(5n)  {
    margin-right: 0;
}
.zh-posts:hover {
    border: 1px solid #ffd0ba;
    background: #fff6f1;
}
.zh-posts:hover ul {
    border-top: 1px solid #ffd0ba;
}
.zh-holder {
    height: 168px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.zh-medis {
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.zh-posts .zh-dask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: 9;
    border-radius: 5px 5px 0 0;
}
.zh-posts .zh-dask a {
    position: absolute;
    top: 66px;
    display: block;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    z-index: 99;
}
.zh-posts a.zh-details {
    left: 82px;
}
.zh-posts:hover .zh-dask {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.zh-holder a {
    display: block;
    height: 168px;
}
.zh-holder img {
    margin: 0 auto;
    width: 258px;
    height: 168px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.zh-holder img:hover {
    opacity: .8;
    border-radius: 5px 5px 0 0;
}
.zh-wrapper {
    padding: 15px 15px 0;
}
.zh-heades {
    word-break: break-word;
}
.zh-heades .zh-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    color: rgba(0,0,0,.8);
    height: 55px;
    line-height: 26px;
    white-space: unset;
    text-overflow: unset;
    font-weight: 500;
    letter-spacing: -.2px;
    margin-bottom: 0;
}
.zh-footes {
    display: block;
    overflow: hidden;
}
.zh-footes ul {
    width: 100%;
    float: left;
    padding: 15px 0;
    font-size: 14px;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #dadada;
    color: #b4b4b4;
    margin-top: 10px;
    list-style: none;
}
.zh-date:nth-child(1) {
    float: left;
    line-height: 26px;
    height: 26px;
    font-size: 16px;
}
.zh-price {
    float: right;
    margin-left: 8px;
    padding: 3px 6px 3px 6px;
    text-align: center;
    color: #fff;
    background: #ff6600;
    font-weight: bold;
    border-radius: 5px;
    line-height: initial;
}
.zh-svip1 {
    display: none;
}
.zh-svip2 {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 5px;
    background: #f60;
    font-weight: 400;
    border-radius: 2px;
}
/*****************展馆******************/
.zh-whits {
    background-position: 50% 50%;
    background-image: url(../images/zg-bg.png);
    background-size: 100% 100%;
    padding-bottom: 30px;
    margin-top: 25px;
}
.zh-lines {
    width: 1400px;
    position: relative;
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
    z-index: 10;
}
.zh-lines h6 {
    width: 1400px;
    height: 31px;
    background: url(../images/tg-bgs.png) center center no-repeat;
    background-size: 1400px 17px;
    position: relative;
    z-index: 11;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 31px;
}
.zh-lines .text-muted {
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 2px;
}
.schbg-whits {
    background-position: 50% 50%;
    background-image: url(../images/zg-bgs.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
    padding-bottom: 30px;
    margin-top: 25px;
}
.zg-main {
    width: 1400px;
    overflow: hidden;
    margin: 25px auto 0;
}
.zg-item {
    width: 1400px;
    overflow: hidden;
}
.zg-item li {
    position: relative;
    float: left;
    width: 258px;
    height: 243px;
    background: #fff;
    margin-bottom: 25px;
    margin-right: 25px;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.zg-item li:hover {
    border: 1px solid #ffd0ba;
    background: #fff6f1;
}
.zg-item li:nth-child(5n) {
    margin-right: 0px;
}
.zg-item li a {
    width: 100%;
    height: 100%;
}
.zg-tis {
    width: 258px;
    height: 168px;
    position: relative;
}
.zg-tis .zg-dask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: 9;
    border-radius: 5px 5px 0 0;
}
.zg-tis .zg-dask a {
    position: absolute;
    top: 66px;
    display: block;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    z-index: 99;
}
.zg-tis a.zg-details {
    left: 82px;
}
.zg-item li:hover .zg-dask {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.zg-ti {
    position: relative;
    display: block;
    width: 258px;
    height: 168px;
    margin: 0;
}
.zg-ti img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 5px 5px 0 0;
}
.zg-title {
    line-height: 20px;
    height: 20px;
    margin: 15px 20px 10px;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zg-body {
    line-height: 20px;
    height: 20px;
    color: #888;
    margin: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*****首页新闻快讯******/
.news-reset {
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.news-reset li {
    width: 645px;
    float: left;
    margin: 0 26px 26px 0;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.news-reset li:nth-child(2n) {
    margin-right: 0;
}
.news-reset li:hover {
    border: 1px solid #ffd0ba;
    background: #fff6f1;
}
.news-pic {
    width: 226px;
    height: 147px;
    float: left;
}
.news-pic img {
    width: 226px;
    height: 147px;
    border-radius: 5px;
}
.news-item {
    width: 394px;
    float: right;
    margin-left: 25px;
}
.news-tities a {
    display: block;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-attr {
    color: #888;
    tab-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 15px 0 15px;
}
.news-time {
    margin-right: 20px;
    padding-left: 25px;
    background: url(../images/bg1.png) no-repeat 0px -128px;
}
.news-author {
    padding-left: 20px;
    padding-left: 25px;
    background: url(../images/bg1.png) no-repeat 0px -256px;
}
.news-digest {
    color: #888;
    line-height: 25px;
    tab-size: 15px;
    font-size: 15px;
    height: 70px;
}
/*****************查看更多******************/
.zh-more {
    text-align: center;
    font-size: 0;
}
.zh-more a{
    display:inline-block;
    overflow:hidden;
    color:#888;
    position:relative;
    background:#fff;
    border-radius:50px;
    padding:8px 50px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.zh-more>a:after{
    position:absolute;
    z-index:1;
    left:100%;
    top:100%;
    content:'';
    width:0;
    height:0;
    border-radius:50%;
    transition:0.6s;
    transform:translate(-50%,-50%);
    background:#ff6600;
}
.zh-more a u{
    position:relative;
    z-index:2;
    display:inline-block;
    text-decoration:none;
    font-size:16px;
}
.zh-more a i{
    position:relative;
    z-index:2;
    font-size:18px;
    transition:0.3s;
    margin-left:8px;
}
.zh-more a:hover{
    color:#fff;
    box-shadow:0 2px 8px rgba(0,0,0,0.18);
}
.zh-more a:hover:after{
    width:500px;
    height:500px;
}
/*****************分类筛选/*****************/
.sx-row {
    padding: 25px;
    background: #FFFFFF;
    font-size: 15px;
    width: 1348px;
    margin: 25px auto 0;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.sx-box {
    width: 1348px;
    height: auto;
    position: relative;
    overflow: hidden;
    line-height: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #dadada;
}
.sx-box:nth-child(3) {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px dashed rgb(0 0 0 / 8%);
}
.sx-boxs {
    width: 1350px;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    position: relative;
}
.sx-bos {
    width: 1350px;
    height: auto;
    overflow: hidden;
    line-height: 40px;
}
.sx-tit {
    font-size: 15px;
    color: #666;
    width: 65px;
    float: left;
    line-height: 40px;
    display: inline-block;
    height: 40px;
}
.sx-cen {
    float: left;
    width: 1240px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
}
.sx-ceng {
    float: left;
    width: 1218px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
}
.sx-cen b {
    font-weight: 400;
}
.sx-bos div:nth-child(3) {
    margin-top: 15px;
}
.sx-bos div:nth-child(4) {
    margin-top: 15px;
}
.sx-bos div:nth-child(5) {
    margin-top: 15px;
}
.sx-bos div:nth-child(6) {
    margin-top: 15px;
}
.sx-bos div:nth-child(7) {
    margin-top: 15px;
}
.sx-bos div:nth-child(8) {
    margin-top: 15px;
}
.sx-bos div:nth-child(9) {
    margin-top: 15px;
}
.sx-bos div:nth-child(10) {
    margin-top: 15px;
}
.sx-cen a:hover {
    cursor: pointer;
    color: #ff6600;
    background: #ff660014;
}
.sx-cen a {
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 30px;
    color: #888;
    background: #fff;
}
.sx-cen .sx-on {
    color: #ff6600;
    background: #ff660020;
}
.sx-more {
    width: 80px;
    padding: 0;
    text-align: right;
    cursor: pointer;
    line-height: 40px;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}
.sx-more span {
    background: #f5f5f5;
    border-radius: 3px;
    font-size: 13px;
    padding: 6px 15px;
    color: #888;
}
.sx-tite {
    width: 926px;
    padding: 0px 0 20px 20px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 1px solid #dadada;
}
.sx-tite:before {
    width: 4px;
    height: 20px;
    background: #ff6600;
    border-radius: 3px;
    content: '';
    position: absolute;
    margin-top: 5px;
    left: 0;
}
.sx-titea {
    float: left;
}
.sx-titeb {
    float: right;
    overflow: hidden;
}
.sx-titec {
    float: left;
    font-size: 13px;
    padding: 0px 20px;
    background: #049d99;
    border-radius: 5px;
    color: #fff;
    margin-right: 25px;
}
.sx-titec a {
    color: #ffffff;
}
.sx-tited {
    float: left;
    font-size: 13px;
    padding: 0px 20px;
    background: #ff6600;
    border-radius: 5px;
    color: #fff;
}
.sx-tited a {
    color: #ffffff;
}
/*****************面包屑******************/
.mianbao {
    width: 1368px;
    margin: 0 auto;
    line-height: 20px;
    font-size: 15px;
    color: #777;
    background: url(../images/home.png) no-repeat 2px -1px;
    background-size: 21px;
    padding-left: 32px;
    margin-top: 25px;
}
.mianbao a {
    color: #777;
}
.mianbao a:hover {
    color: #f60;
}
/*****************资讯详情页******************/
.zh-fl {
    float: left;
    width: 998px;
    margin-right: 25px;
}
.nr-zx1 {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.nr-zx2 {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.nr-zx2 h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.4;
}
.nr-zx3 {
    color: #999;
    height: 32px;
    line-height: 32px;
}
.nr-zx3 span {
    margin-right: 15px;
    color: #999;
}
.nr-zx3 span a {
    color: #999;
}
.nr-zx3 span a:hover {
    color: #ff6600;
}
.nr-zx4 {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}
.nr-zx4 img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: 946px;
    border-radius: 5px;
}
.nr-zx4 em {
    position: absolute;
    right: 0px;
    bottom: 0;
    background: #fff;
    color: #333;
    padding: 0 5px;
    border-radius: 5px 0 0 0;
    opacity: 0.5;
    transition: allease-in-out .15s;
    font-size: 12px;
    font-style: normal;
}
.nr-zx4 a:hover em {
    opacity: 0.8;
}
.nr-zx5 {
    border-top: 1px solid #dadada;
    padding-top: 25px;
    position: relative;
    font-size: 16px;
    color: #262626;
}
.nr-zx6 p {
    line-height: 30px;
    margin-bottom: 25px;
    text-align: justify;
    color: #666;
    text-indent: 2em;
}
.nr-zx6 img {
    max-width: 823px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.nr-zx6 pre {
    background: #ccc;
    background-size: 100px;
    color: #333;
    padding: 20px;
    border-radius: 3px;
    white-space: pre-wrap;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 30px;
    overflow-x: scroll;
}
.nr-zx7 {
    margin-top: 25px;
    line-height: 30px;
    padding: 15px;
    font-size: 13px;
    color: #999;
    border: 1px solid #e7e7e7;
    background: #fbfbfb;
    border-radius: 5px;
}
.nr-zx8 {
    margin: 25px 0 0;
}
.nr-zx9 {
    font-size: 0;
}
.nr-zx9 a {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1.2;
    color: #606266;
    border: 1px solid #dcdfe6;
    border-radius: 3px
}
.nr-zx9 a:focus,.nr-zx9 a:hover {
    color: #fff;
    background: #ff6600;
    border-color: #ff6600;
    text-decoration: none
}
.nr-zx10 {
    margin-top: 25px;
    text-align: center;
}
.nr-zx11 {
    display: inline-block;
    padding: 5px 30px;
    width: 100px;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    border: 1px solid #dadada;
    border-radius: 5px;
    vertical-align: top;
    margin-right: 20px;
}
.nr-zx11:hover {
    color: #ff6600;
    border: 1px solid #ffd0ba;
    background: #fff6f1;
}
.nr-zx12 {
    display: inline-block;
    padding: 5px 30px;
    width: 100px;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    border: 1px solid #dadada;
    border-radius: 5px;
    vertical-align: top;
}
.nr-zx12:hover {
    color: #ff6600;
    border: 1px solid #ffd0ba;
    background: #fff6f1;
}
.nr-zx13 {
    color: #999;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 20px 20px;
    display: block;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    font-size: 14px;
}
.nr-zx13:before {
    content: "";
    display: block;
    width: 65px;
    height: 42px;
    position: absolute;
    background: url(../images/sm-zuo.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    background-size: 100%;
    z-index: -1;
}
.nr-zx13:after {
    content: "";
    display: block;
    width: 22px;
    height: 17px;
    position: absolute;
    background: url(../images/sm-you.png) 0 0 no-repeat;
    right: 15px;
    bottom: 5px;
    background-size: 100%;
    z-index: -1;
}
.nr-zx14 {
    margin: 25px 0 0;
    overflow: hidden;
}
.nr-zx15 {
    width: 408px;
    float: left;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    margin-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nr-zx16 {
    width: 408px;
    float: left;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    margin-right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nr-zx15 a, .nr-zx16 a {
    font-size: 16px;
}
.nr-zx15 span, .nr-zx16 span {
    font-size: 16px;
}
.nr-zx17 {
    margin-top: 15px;
    color: #999;
    overflow: hidden;
}
.nr-zx18 {
    float: left;
}
.nr-zx19 {
    float: right;
}
.nr-zx15:hover, .nr-zx16:hover {
    border: 1px solid #ff660060;
    background: #ff660010;
}
.yemaa {
    text-align:center;
    height: 220px;
    margin: 0 auto;
    width: 420px;
}
.yemaa img {
    padding: 15px;
    color: #999;
    width: 150px;
}
.ewm-a1 {
    float: left;
    width: 180px;
    margin: 0 15px;
    padding-bottom: 15px;
}
.ewm-a1 p {
    text-align: center;
    font-size: 16px;
}
/*****************侧边栏******************/
.zh-fr {
    float: right;
    width: 377px;
}
.cbl-cl1 {
    width: 375px;
    float: left;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.cbl-cl2 {
    width: 375px;
    float: left;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(0 0 0 / 8%);
}
.cbl-list1 {
    padding: 0 25px;
    overflow: hidden;
    position: relative;
    margin: 25px 0;
}
.cbl-tite {
    width: 305px;
    padding: 20px 0 20px 20px;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 1px solid #dadada;
}
.cbl-tite:before {
    width: 4px;
    height: 20px;
    background: #ff6600;
    border-radius: 3px;
    content: '';
    position: absolute;
    margin-top: 5px;
    left: 0;
}
.cbl-tite a {
    float: right;
    font-size: 15px;
    color: #888;
}
.cbl-tite a:hover {
    color: #ff6600;
}
.cbl-list {
    padding: 0 25px;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}
.cbl-list li {
	padding-left: 15px;
	line-height: 35px;
	position: relative;
    font-size: 16px;
    height: 35px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #dadada;
}
.cbl-list li:nth-child(10) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.cbl-list li a {
    width: 310px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cbl-list li:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #ff6600;
	border-radius: 10px;
	left: 0;
	top: 16px;
}
.cbl-yy1 {
    width: 325px;
    height: 80px;
    float: left;
    border-radius: 5px;
    border-bottom: 1px dashed #dadada;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.cbl-yy1:nth-child(5) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cbl-yy1 dl {
    height: 80px;
}
.cbl-yy1 dl dt {
    width: 120px;
    height: 80px;
    margin-right: 15px;
    border-radius: 5px;
    float: left;
    overflow: hidden;
}
.cbl-yy1 dl img {
    width: 120px;
    height: 80px;
}
.cbl-yy1 dl dd {
    overflow: hidden;
}
.cbl-yy1 dl h3 {
    margin-top: 0;
    color: #1d2129;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cbl-yy1 dl h3 a {
    text-decoration: none;
    color: #1d2129;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cbl-yy1 dl h3 a:hover {
    color: #ff6600;
}
.cbl-yy1 dl em {
    display: block;
    margin-top: 12px;
    color: #86909c;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cbl-yy1 dl em span {
    margin: 0 10px;
}
.cbl-yy1 dl em:nth-child(3) {
    margin-top: 5px;
}
/**********************猜你喜欢******************/
.nr-xihuan {
    width: 996px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
    border: 1px solid rgb(0 0 0 / 8%);
    background: #fff;
}
.nr-xh1 {
    width: 926px;
    padding: 20px 0 20px 20px;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 1px solid #dadada;
}
.nr-xh1:before {
    width: 4px;
    height: 20px;
    background: #ff6600;
    border-radius: 3px;
    content: '';
    position: absolute;
    margin-top: 5px;
    left: 0;
}
.nr-xh2 {
    padding: 25px 25px 0;
    overflow: hidden;
}
.nr-xh3 {
    margin-bottom: 25px;
    margin-right: 25px;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    transform: translate(0, 0);
    border: 1px solid rgb(0 0 0 / 8%);
    width: 296px;
}
.nr-xh3:nth-child(3n) {
    margin-right: 0;
}
.nr-xh4 {
    margin-bottom: 0;
    position: relative;
}
.nr-xh6 {
    background-color: rgb(0 0 0 / 8%);
    height: 193px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.nr-xh6 a {
    display: block;
    height: 193px;
}
.nr-xh6 img {
    margin: 0 auto;
    width: 296px;
    height: 193px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.nr-xh6 img:hover {
    opacity: .8;
    border-radius: 5px 5px 0 0;
}
.nr-xh5 {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    padding: 5px;
    background: #ff6600;
    font-weight: 400;
    border-radius: 2px;
}
.nr-xh3 .nr-xh7 {
    width: 296px;
    height: 193px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: 9;
    border-radius: 5px 5px 0 0;
}
.nr-xh3:hover {
    border: 1px solid #ffd0ba;
    background: #fff6f1;
}
.nr-xh3 .nr-xh7 a {
    position: absolute;
    top: 80px;
    display: block;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    z-index: 99;
}
.nr-xh3 a.nr-xh8 {
    left: 105px;
}
.nr-xh3:hover .nr-xh7 {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.nr-xh9 {
    padding: 13px 15px 12px;
    border-top: 1px solid rgb(0 0 0 / 8%);
}
.nr-xh10 {
    word-break: break-word;
}
.nr-xh10 h2 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nr-zx14 {
    margin: 25px 0 0;
    overflow: hidden;
}
.nr-zx15 {
    width: 408px;
    float: left;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #dadada;
    margin-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nr-zx16 {
    width: 408px;
    float: left;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #dadada;
    margin-right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nr-zx15 a, .nr-zx16 a {
    font-size: 16px;
}
.nr-zx15 span, .nr-zx16 span {
    font-size: 16px;
}
.nr-zx17 {
    margin-top: 15px;
    color: #999;
    overflow: hidden;
}
.nr-zx18 {
    float: left;
}
.nr-zx19 {
    float: right;
}
.nr-zx15:hover, .nr-zx16:hover {
    border: 1px solid #ffd0ba;
    background: #fff6f1;
}
/*****************展会详情******************/
.zh-nr1 {
    position: relative;
    z-index: 5;
    background-color: #fff;
    padding: 25px;
    width: 1348px;
    margin: 25px auto 0;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.zh-nr1 h1 {
    color: #000;
    font-size: 26px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    padding-left: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zh-nr1 h1:before {
    width: 5px;
    height: 20px;
    background: #ff6600;
    border-radius: 3px;
    content: '';
    position: absolute;
    margin-top: 9px;
    left: 0;
}
.zh-nr2 {
    position: relative;
    z-index: 5;
    display: flex;
    background-color: #fff;
    width: 1348px;
}
.zh-nr3 {
    width: 429px;
    float: left;
    margin-right: 25px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #dadada;
    font-size: 0px;
    position: relative;
    height: 280px;
    overflow: hidden;
    background: #fff;
}
.zh-nr3 img {
    width: 429px;
    height: 280px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    transition: 0.5s;
}
.zh-nr4 {
    width: 882px;
}
.zh-nr4 ul {
    width: 882px;
    color: #666;
    margin-top: 5px;
    overflow: hidden;
}
.zh-nr4 ul li {
    line-height: 20px;
    font-size: 15px;
    height: 20px;
    float: left;
    width: 882px;
    padding-left: 20px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #dadada dashed;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zh-nr4 ul li:before {
    width: 5px;
    height: 10px;
    background: #ff6600;
    border-radius: 3px;
    content: '';
    position: absolute;
    margin-top: 5px;
    left: 0;
}
.zh-nr4 ul li:nth-child(1) {
    width: 331px;
    margin-right: 25px;
}
.zh-nr4 ul li:nth-child(2) {
    width: 331px;
}
.zh-nr4 ul li:nth-child(3) {
    width: 331px;
    margin-right: 25px;
}
.zh-nr4 ul li:nth-child(4) {
    width: 331px;
}
.zh-nr4 ul li:nth-child(5) {
    width: 331px;
    margin-right: 25px;
}
.zh-nr4 ul li:nth-child(6) {
    width: 331px;
}
.zh-nr4 ul li:nth-child(7) {
    width: 708px;
}
.zh-nr4 ul li:nth-child(8) {
    width: 180px;
    margin-right: 25px;
    margin-bottom: 0;
}
.zh-nr4 ul li:nth-child(9) {
    width: 195px;
    margin-right: 25px;
    margin-bottom: 0;
}
.zh-nr4 ul li:nth-child(10) {
    width: 175px;
    margin-right: 25px;
    margin-bottom: 0;
}
.zh-nr4 ul li:nth-child(11) {
    width: 177px;
    margin-bottom: 0;
}
.zh-nr5 {
    position: absolute;
    right: 0px;
    top: 10px;
    background: #ff660020;
    color: #333;
    border-radius: 5px;
    transition: allease-in-out .15s;
    font-size: 12px;
    font-style: normal;
}
.zh-nr5 ul {
    text-align: center;
    padding: 20px 25px;
}
.zh-nr5 ul li {
    font-size: 20px;
}
.zh-nr5 ul li:nth-child(2) {
    color: #fff;
    background: #ff0000;
    border-radius: 5px;
    margin-top: 5px;
}
.zh-nr6 {
    position: absolute;
    right: 0px;
    top: 129px;
    background: #049d99;
    color: #ffffff;
    border-radius: 5px;
    transition: allease-in-out .15s;
    font-style: normal;
    padding: 8px 29px;
    font-size: 16px;
    height: 25px;
    width: 72px;
    line-height: 25px;
    text-align: center;
}
.zh-nr6 a {
    color: #ffffff;
}
.zh-nr7 {
    position: absolute;
    right: 0px;
    top: 188px;
    background: #ff6600;
    color: #ffffff;
    border-radius: 5px;
    transition: allease-in-out .15s;
    font-style: normal;
    padding: 8px 29px;
    font-size: 16px;
    height: 25px;
    width: 72px;
    line-height: 25px;
    text-align: center;
}
.zh-nr7 a {
    color: #ffffff;
}
/*****************友情链接******************/
.links-main {
    text-align: center;
    line-height: 40px;
    padding: 15px 25px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 8%);
}
.links-main a {
    color: #666;
    font-size: 15px;
    margin: 5px 12px;
}
.links-main a:hover {
    color: #f60;
}
/*****************展会广告******************/
.zh-ad {
    width: 946px;
    margin: 25px auto;
    position: relative;
    height: 100px;
}
.zh-ad img {
    width: 946px;
    height: 100px;
    border-radius: 5px;
}
.zh-ad em {
    position: absolute;
    right: 0px;
    bottom: 0;
    background: #fff;
    color: #333;
    padding: 0 5px;
    border-radius: 5px 0 0 0;
    opacity: 0.5;
    transition: allease-in-out .15s;
    font-size: 12px;
    font-style: normal;
}
.zh-ad a:hover em {
    opacity: 0.8;
}
/*****************展会分类******************/
.links-mains {
    padding: 15px 25px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 8%);
}
.links-mains a {
    color: #666;
    font-size: 15px;
    margin-right: 30px;
    line-height: 40px;
}
.links-mains a:nth-child(12n) {
    margin-right: 0px;
}
.links-mains a:hover {
    color: #f60;
}
.links-tit {
    font-size: 15px;
    color: #666;
    width: 90px;
    float: left;
    line-height: 40px;
    display: inline-block;
    height: 40px;
}
.links-cen {
    float: left;
    width: 1258px;
    height: 40px;
    display: flex;
    overflow: hidden;
    line-height: 40px;
    justify-content: space-around;
    flex-wrap: wrap;
}
/*****************热门标签******************/
.tag-as {
    padding: 25px 25px 25px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.tag-as a {
    line-height: 35px;
    font-size: 16px;
    float: left;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #dadada;
    text-align: center;
}
.tag-as a:hover {
    border-radius: 5px;
    border: 1px solid #ff6600;
    background: #ff660010;
}
/*****************分页页码******************/
.zh-pages {
    text-align: center;
    line-height: 48px;
    width: 100%;
}
.zh-pagin {
    margin: 0;
    border-radius: 0;
    display: inline-block;
    padding-left: 0;
}
.zh-pagin li {
    display: inline;
    line-height: 35px;
}
.zh-pagin li a {
	margin-top: 20px;
	padding: 10px 16px;
	margin-left: 12px;
	color: #777;
	background-color: #fff;
	font-size: 16px;
	border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.zh-pagin li>a:hover {
	color: #fff;
	background-color: #ff6600;
}
.zh-pagin .active>a, .zh-pagin .active>a:focus, .zh-pagin .active>a:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #ff6600;
	border-color: #ff6600;
}
.zh-pagin li:first-child a {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-radius: 5px;
}
.zh-pagin li:last-child a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-radius: 5px;
}
/******************** 关于我们 ******************/
.about-a1 {
    width: 1420px;
    overflow: hidden;
    margin: 25px auto 0;
}
.about-a2 {
    width: 233px;
    padding: 0 25px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 8%);
}
.about-a2 li {
    position: relative;
    width: 233px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    overflow: visible;
    border-bottom: 1px solid #dadada;
}
.about-a2 li:nth-child(11) {
    border-bottom:0;
}
.about-a2 li:before {
    width: 4px;
    height: 20px;
    background: #dadada;
    border-radius: 3px;
    content: '';
    position: absolute;
    margin-top: 25px;
    left: 0;
}
.about-on:before {
    width: 4px;
    height: 20px;
    background: #ff6600!important;
    border-radius: 3px;
    content: '';
    position: absolute;
    margin-top: 25px;
    left: 0;
}
.about-a2 li a{
    padding-left: 25px;
    padding-right: 125px;
}
.about-on a {
    color: #ff6600;
}
.about-a3 {
    margin: 25px 0;
    width: 988px;
    min-height: 800px;
}
.about-a3 p {
    line-height: 35px;
    font-size: 16px;
    text-wrap-mode: wrap;
    margin-bottom: 25px;
    text-indent: 2em;
    text-align: justify;
    color: #555;
}
.about-a3 span {
    text-wrap-mode: wrap!important;
}
.about-a4 {
    float: left;
    width: 285px;
    margin-right: 25px;
    border-radius: 5px;
    overflow: visible;
    list-style-type: none;
}
.about-a5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    background: #fff;
    border-radius: 6px;
    transition: all 0.3s;
    float: right;
}
.about-a2 li .about-a5::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    transform: rotate(135deg);
    margin-left: 0;
    margin-top: 30px;
    transition: transform 0.3s;
}
.about-on .about-a5::after {
    border-top: 2px solid #ff6600!important;
    border-left: 2px solid #ff6600!important;
}
.about-a6 {
    padding: 25px 50px 25px;
    background: #fff;
    width: 988px;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 8%);
    float: left;
}
.about-line {
    width: 988px;
    text-align: center;
    padding-top: 30px;
    position: relative;
    margin: 0 auto;
}
.about-line .text {
    font-size: 30px;
    color: #000;
    display: inline-block;
    position: relative;
    padding: 0 100px;
}
.about-line h6 {
    width: 988px;
    height: 31px;
    background: url(../images/tg-bge.png) center center no-repeat;
    background-size: 988px 17px;
    position: relative;
    z-index: 11;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 31px;
}
.about-line .about-muted {
    margin-bottom: 10px;
    color: #888 !important;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 0;
    text-align: center;
    margin-top: 15px;
}
.about-mute {
    margin-bottom: 10px;
    color: #888 !important;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 0;
    text-align: center;
    margin-top: 50px;
}
.about-mute span {
    color: #ff6600;
    margin: 0 10px;
}
/*******************搜索独立页*****************/
.sou-a1 {
    width: 755px;
    height: auto;
    margin: 50px auto 20px;
    position: relative;
}
.sou-a4 {
    border: 1px solid #ff6600;
    border-radius: 5px;
}
.sou-a4 form {
    border: 1px solid #fff;
    border-radius: 5px;
}
.sou-a5 {
    width: 435px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 25px 0 140px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
}
.sou-a6 {
    font-size: 16px;
    background: #ff6600;
    color: #fff;
    border-radius: 0 5px 5px 0;
    position: absolute;
    border: 0;
    width: 149px;
    height: 52px;
}
.sou-a2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 36px 0 15px;
    text-align: center;
    margin: 13px 0;
    border-right: 1px solid #ddd;
}
.sou-a8 {
    z-index: 1000;
    position: absolute;
    width: 120px;
    background: #fff;
    top: 45px;
    left: 0;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.sou-a8 li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.sou-a8 li:nth-child(4) {
    border-bottom: 0px solid rgb(0 0 0 / 8%);
}
.sou-a8 li a {
    padding: 12px 30px;
}
.sou-a8 li:hover {
    background: #ff660020;
}
.sou-a9 {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
    width: 10px;
    height: 10px;
    background: url(../images/xialala.png) center no-repeat;
}
.sou-a10 {
    width: 750px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 30px;
}
.sou-a10 a {
    color: #333;
    margin-left: 15px;
}
.sou-a10 a:hover {
    color: #ff6600;
}
/*******************搜索结果*******************/
.wz-lese {
    width: 950px;
    margin: 0 auto;
}
.wz-list {
    background: #fff;
    padding: 0 25px 25px;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.wz-post {
    overflow: hidden;
    border-radius: 5px;
    padding: 25px 0;
    border-bottom: 1px #d5d5d5 dashed;
}
.wz-chang {
    width: 100%;
}
.wz-img {
    position: relative;
    float: left;
    margin-right: 25px;
    height: 147px;
    width: 226px;
    overflow: hidden;
    max-width: 100%;
}
.wz-img img {
    height: 147px;
    width: 226px;
    border-radius: 5px;
}
.wz-text {
    float: left;
    width: 695px;
}
.wz-text h2 {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 3px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wz-text p {
    font-size: 15px;
    line-height: 28px;
    color: #888;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
    height: 70px;
    margin-bottom: 14px;
}
.wz-times {
    margin: 5px 0 0;
    height: auto;
    color: #999;
}
.wz-times span {
    display: inline-block;
    color: #888;
    font-size: 14px;
    margin: 0 15px 0px 0;
    background: #F3F4F7;
    padding: 3px 15px;
    border-radius: 5px;
}
.wz-ico1 {
    float: left;
    display: block;
    width: 16px;
    height: 18px;
    background: url(../images/bg1.png) no-repeat 0px -81px;
    margin-right: 10px;
}
.wz-ico2 {
    float: left;
    display: block;
    width: 16px;
    height: 18px;
    background: url(../images/bg1.png) no-repeat 0px -128px;
    margin-right: 10px;
}
.wz-ico3 {
    float: left;
    display: block;
    width: 16px;
    height: 18px;
    background: url(../images/bg1.png) no-repeat 0 -256px;
    margin-right: 10px;
}
/*****************友情链接列表****************/
.link-postboxs {
    line-height: 35px;
    font-size: 16px;
    padding-top: 25px;
    overflow: hidden;
}
.link-postboxs ul li {
    float: left;
    border: 1px solid #eee;
    margin: 0 25px 25px 0;
    padding: 5px 10px;
    font-size: 14px;
    width: 155px;
    border-radius: 5px;
    text-align: center;
}
.link-postboxs ul li:nth-child(5n) {
    margin-right: 0px;
}
.link-links {
    line-height: 35px;
    font-size: 16px;
    padding: 0;
    overflow: hidden;
    margin: 25px 0px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.link-links form {
    overflow: hidden;
    width: 936px;
    padding: 25px;
}
.link-a1 {
    float: left;
    padding: 0 20px;
    height: 48px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    color: #888888;
    font-size: 15px;
    margin: 0 25px 25px 0;
    border-radius: 5px;
    width: 413px;
}
.link-a1:nth-child(2) {
    margin-right: 0px;
}
.link-a2 {
    float: left;
    padding: 0 20px;
    height: 48px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    color: #888888;
    font-size: 15px;
    width: 719px;
    margin-right: 25px;
    border-radius: 5px;
}
.link-a3 {
    float: left;
    padding: 14px;
    border: 1px solid #ff6600;
    background-color: #ff6600;
    color: #fff;
    font-size: 15px;
    width: 150px;
    border-radius: 5px;
}
.link-a4 {
    float: left;
    padding: 20px 25px;
    border-bottom: 1px solid #ddd;
    background-color: #ff660020;
    color: #888888;
    font-size: 15px;
    width: 936px;
    border-radius: 5px 5px 0 0;
}
.link-a4 h2 {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    color: #484848;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/*******************留言详情页*******************/
.liuyan-a1 {
    overflow: hidden;
}
.liuyan-a2 {
    min-height: 232px;
    width: 791px;
    resize: none;
    border-radius: 5px;
    border-color: #ddd;
    line-height: 20px;
    padding: 15px;
    display: block;
    font-size: 16px;
    background: url(../images/kefula.jpg) repeat top left;
    outline: none;
}
.liuyan-a3, .liuyan-a4, .liuyan-a6 {
    border-radius: 5px;
    border-color: #ddd;
    display: block;
    height: 24px;
    line-height: 23px;
    padding: 10px 15px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    font-size: 16px;
}
.liuyan-a3, .liuyan-a4 {
    width: 367px;
}
.liuyan-a6 {
    width: 227px;
    padding: 10px 155px 10px 15px;
}
.liuyan-a5 {
    float: left;
    width: 399px;
    margin-right: 25px;
    margin-bottom: 25px;
    clear: none;
    transition: all .3s ease;
}
.liuyan-a5 select {
    border-radius: 5px;
    border-color: #ddd;
    display: block;
    height: 46px;
    line-height: 23px;
    padding: 10px 15px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    width: 399px;
    color: #666;
    appearance: none;
}
.liuyan-a7 {
    float: left;
    width: 399px;
    clear: none;
    transition: all .3s ease;
    position: relative;
}
.liuyan-a7 img {
    width: 140px;
    position: absolute;
    z-index: 10;
    right: 1px;
    top: 1px;
    border-radius: 0px 5px 5px 0px;
    border-left: solid 1px #ccc;
}
.liuyan-a8 {
    width: 200px;
    margin: 0 auto;
}
.liuyan-a9 {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #ff6600;
    color: #fff;
    display: inline-block;
    height: 46px;
    line-height: 38px;
    padding: 5px 35px;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.liuyan-a9:hover {
    background-color: #ec7729;
    border-color: #ec7729;
    opacity: 1;
}
.liuyan-a10 {
    height: 100%;
    margin-bottom: 25px;
}
.liuyan-a11 {
    width: 823px;
    margin: 0 auto;
}
.liuyan-a12 {
    overflow: hidden;
    width: 823px;
    margin: 0 auto;
}
.liuyan-a13 {
    color:#888;
    text-align: center;
    text-indent: 0!important;
}
.liuyan-a5 {
    position: relative;
    user-select: none;
    font-family: sans-serif;
}
.native-select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
}
.custom-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    font-size: 16px;
    color: #333;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.custom-select-trigger::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: -2px;
    transition: transform 0.3s;
}
.liuyan-a5.open .custom-select-trigger::after {
    transform: rotate(-135deg);
    margin-top: 4px;
}
.liuyan-a5.open .custom-select-trigger {
    border-color: #409eff;
    box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.2);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #dadada;
    border-radius: 6px;
    background: #fff;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 100;
    margin-top: 5px;
    overflow: hidden;
}
.liuyan-a5.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.2s;
}
.custom-option:hover {
    background-color: #ff660020;
    color: #ff6600;
}
.custom-option.selected {
    background-color: #ff660020;
    color: #ff6600;
    font-weight: bold;
}
/*******************医院详情页*******************/
.zg-nr1 {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.zg-nr2 {
    width: 100%;
    height: 40px;
    margin-bottom: 25px;
}
.zg-nr2 h2 {
    float: left;
    color: #333;
    font-size: 26px;
    line-height: 40px;
    margin-right: 20px;
}
.zg-nr3 {
    width: 100%;
    height: 233px;
    overflow: hidden;
}
.zg-nr4 {
    width: 370px;
    height: 233px;
    border-radius: 5px;
    float: left;
    margin-right: 25px;
}
.zg-nr4 img {
    width: 370px;
    height: 233px;
    border-radius: 5px;
}
.zg-nr5 {
    width: 550px;
    height: 100%;
    float: left;
}
.zg-nr5 ul {
    margin-top: 3px;
}
.zg-nr5 li {
    line-height: 35px;
    position: relative;
    font-size: 16px;
    height: 35px;
    float: left;
    width: 550px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px #d5d5d5 dashed;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zg-nr5 li:nth-child(1) {
    width: 262px;
    margin-right: 25px;
}
.zg-nr5 li:nth-child(2) {
    width: 263px;
}
.zg-nr5 li:nth-child(3) {
    width: 262px;
    margin-right: 25px;
}
.zg-nr5 li:nth-child(4) {
    width: 263px;
}
.zg-nr5 li:nth-child(6) {
    margin-bottom: 0;
}
.zg-nr6 {
    color: #999;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 20px 20px;
    display: block;
    background: #f7f7f7;
    border-radius: 5px;
    margin-top: 25px;
    position: relative;
    z-index: 0;
    font-size: 14px;
}
.zg-nr6:before {
    content: "";
    display: block;
    width: 65px;
    height: 42px;
    position: absolute;
    background: url(../images/sm-zuo.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    background-size: 100%;
    z-index: -1;
}
.zg-nr6:after {
    content: "";
    display: block;
    width: 22px;
    height: 17px;
    position: absolute;
    background: url(../images/sm-you.png) 0 0 no-repeat;
    right: 15px;
    bottom: 5px;
    background-size: 100%;
    z-index: -1;
}
/*****************联系我们******************/
.kefu-list {
    text-align: center;
    font-size: 0;
    width: 948px;
    margin: 50px auto;
}
.kefu-item {
    width: 25%;
    display: inline-block;
}
.kefu-icon {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.kefu-item1 .kefu-icon {background-image: url(../images/ico-001.png);}
.kefu-item2 .kefu-icon {background-image: url(../images/ico-003.png);}
.kefu-item3 .kefu-icon {background-image: url(../images/ico-005.png);}
.kefu-item4 .kefu-icon {background-image: url(../images/ico-007.png);}
.kefu-item1:hover .kefu-icon{background-image: url(../images/ico-002.png);}
.kefu-item2:hover .kefu-icon{background-image: url(../images/ico-004.png);}
.kefu-item3:hover .kefu-icon{background-image: url(../images/ico-006.png);}
.kefu-item4:hover .kefu-icon{background-image: url(../images/ico-008.png);}
.kefu-item .kefu-title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: 40px;
}
.kefu-item .kefu-prici {
    font-size: 16px;
    margin-top: 10px;
    color: #999999;
}
.kefu-item .kefu-icon:before {
    left: -80px;
}
.kefu-item .kefu-icon:after {
    right: -80px;
}
.kefu-item .kefu-icon:before, .kefu-item .kefu-icon:after {
    width: 50px;
    height: 1px;
    display: block;
    background: #dfe2e6;
    content: '';
    top: 50%;
    position: absolute;
}
/*****************顶部搜索******************/
.db-search {
    height: 35px;
    line-height: 35px;
    margin-left: auto;
    margin-right: 35px;
    background: #fff;
    float: right;
    position: relative;
    margin-top: 27px;
}
.db-search input {
    width: 235px;
    height: 35px;
    background-color: #fbfbfb00;
    border-radius: 50px;
    border: solid 1px #ccc;
    outline: none;
    padding-left: 13px;
    box-sizing: border-box;
    color: #888;
    font-size: 14px;
}
.db-search input {
  max-width: 158px;
  transition: max-width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.db-search input:focus {
  max-width: 580px;
  outline: none;
  border-color: #007bff;
}
.db-mdj {
    border-width: 0px;
    background: #fefefe;
    outline: none;
    display: block;
}
.db-search form {
    height: 35px;
}
.db-search i {
    position: absolute;
    right: -10px;
    top: -8px;
    font-size: 25px;
    z-index: 9;
    cursor: pointer;
}
.db-iconfont {
    width: 17px;
    height: 17px;
    border: none;
    background: url(../images/bg1.png) no-repeat 0px 0px;
    float: right;
    margin-right: 25px;
    margin-top: 17px;
}
.db-iconfont:hover {
	background: none;
	background: url(../images/bg1.png) no-repeat 0px -35px;
}
/*****************常见问题******************/
.faq-help {
    margin: 50px auto 30px;
    min-height: 650px;
}
.faq-help dt{cursor:pointer; color:#353535; font-size:18px;margin-bottom:25px;line-height: 30px;}
.faq-help dd {
    display: none;
    color: #767676;
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 5px;
    background: #ff660010;
    border: 1px solid #ff6600;
    margin-bottom: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 1px;
}
.faq-help dt,.faq-help dd{ 
    margin-left:40px;
    position:relative;
}
.faq-help dt i, .faq-help dd i {
    background: url(../images/faq.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: -40px;
    top: 3px;
    background-size: 25px;
}
.faq-help dd i{
    background-position: 0 -29px;
    top: -2px;
}
.icon-faq {
    left:936px!important;
    background:url(../images/ico-faq.png) no-repeat!important;
    background-size: 20px;
    width: 11px!important;
}
/*****************底部版权******************/
.footer {
    color: #555;
    margin-top: 25px;
    font-size: 15px;
    background: #fff;
    background-size: 100% 100%;
    border-top: 1px solid rgb(0 0 0 / 8%);
    box-shadow: 15px 0px 0 0px rgba(0, 0, 0, 0.04);
}
.zh-footer {
    padding: 30px 0;
    position: relative;
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.zh-ylogo {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    margin: -4px 30px 0 -5px;
    float: left;
}
.zh-ylogo img {
    display: block;
    max-width: 160px;
    max-height: 60px;
    height: auto;
}
.zh-flogo {
    position: absolute;
    right: 0;
    top: 15px;
    text-align: right;
    width: 260px;
}
.zh-flogo img {
    width: 189px;
    height: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 1.6;
    margin-top: 16px;
    padding: 5px 15px;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    opacity: 0.5;
}
.zh-flogo img:hover {
    border: 1px solid #ffd0ba;
    background: #fff6f1;
    filter: grayscale(20%);
    opacity: 1;
}
.zh-fnavs {
    width: 950px;
    float: left;
}
.zh-fnav {
    margin-bottom: 10px;
    margin-top: 3px;
}
.zh-fnav a {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    color: #666;
}
.zh-fnav a:hover {
    color: #f60;
}
.zh-fnav a:last-child {
    margin-right: 0;
}
.zh-fnav a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px;
    height: 2px;
    width: 2px;
    background-color: #ddd;
    border-radius: 50%;
}
.zh-copy {
    font-size: 14px;
}
.zh-copy a {
    padding-left: 20px;
    color: #525252;
}
.zh-copy a:hover {
    color: #ff6600;
}
/*** 网站地图 ***/

.map-list {
    background: #fff;
    padding: 0 25px 25px;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 8%);
}
.map-tite {
    width: 1328px;
    padding: 20px 0 20px 20px;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 1px solid #dadada;
}
.map-tite:before {
    width: 4px;
    height: 20px;
    background: #ff6600;
    border-radius: 3px;
    content: '';
    position: absolute;
    margin-top: 5px;
    left: 0;
}
.map-ul1 {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #fff;
    gap: 25px;
}
.map-ul1 li {
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 8%);
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.map-ul2 {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #fff;
    gap: 25px;
}
.map-ul2 li {
    font-size: 16px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
}
.map-ul2 li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #ff6600;
    border-radius: 10px;
    left: 0;
    top: 10px;
}
/*** 返回顶部 ***/
.dingbu-1 {width:50px;margin-left:570px;position:fixed;right:10px;bottom:142px;_position:absolute;_top:expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 134+'px');display:block;z-index:999;}
.dingbu-1 a{display:block;width:50px;height:50px;background:url(../images/top.png) no-repeat;margin-top:10px;text-decoration:none;font:16px/50px "Microsoft YaHei";text-align:center;color:#fff;border-radius:5px;}
.dingbu-1 a span{display:none;text-align:center;border-radius: 5px;}
.dingbu-1 a:hover{text-decoration:none;background-color:#ff6600;color:#fff;}
.dingbu-1 a:hover span{display:block;width:50px;background:#ff6600}
.dingbu-1 .dingbu-3{background-position:-89px -236px;}
.dingbu-1 .dingbu-4{background-position:-151px -236px;}
.dingbu-1 .dingbu-5{background-position:-88px -185px;}
.dingbu-1 .dingbu-6{background-position:-150px -185px;}