@font-face {
    font-family: "pf";
    src: url(../fonts/pf.eot);
    src: url(../fonts/pf.eot?#font-spider) format("embedded-opentype"), url(../fonts/pf.woff2) format("woff2"), url(../fonts/pf.woff) format("woff"), url(../fonts/pf.ttf) format("truetype"), url(../fonts/pf.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}
html, body {
    position: relative;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
}
html.active {
    /* overflow: hidden; */
}
i, em, b {
    font-style: normal;
    font-weight: normal;
    display: block;
}
a {
    color: #333;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}
a:hover {
    color: #2f89bd;
}
img {
    max-width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    user-select: none;
}
input, textarea, button, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
textarea {
    resize: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #bfbfbf !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
    /*背景色透明  生效时长  过渡效果  启用时延迟的时间*/
}
.center {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mask {
    display: block;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
}
.mask.show {
    display: block;
}
ul {
    margin-bottom: 0;
}
.form-control {
    background-color: transparent;
    border: 1px solid #cbc9c9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #777883;
}
.btn {
    height: 30px;
    line-height: 30px;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-modify: read-write-plaintext-only;
    box-shadow: none;
    display: inline-block;
    padding: 0 20px;
    background-color: #1abdb2;
    color: #eaeaea !important;
    -webkit-user-select: none;
    user-select: none;
}
.btn:focus {
    outline: none;
}
.btn[disabled="disabled"], .btn[disabled="true"] {
    cursor: not-allowed;
}
.btn.primary-btn {
    background-color: #2c4c8d;
}
.btn.primary-btn:hover {
    background-color: #3d63ae;
}
.btn.danger-btn {
    background-color: #984b3c;
}
.btn.danger-btn:hover {
    background-color: #ac5443;
}
.btn.info-btn {
    background-color: #705b39;
}
.btn.info-btn:hover {
    background-color: #91764b;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
/* 首页 */

.header {
    padding: 27px 0;
    overflow: hidden;
}
.header .logo-text a{
    font-size: 30px;
    font-weight: bold;
    color: rgb(5, 160, 69)!important;
}
.logo {
    float: left;
}
.user {
    float: right;
    text-align: right;
    margin-top: 5px;
}
.user .top a {
    font-size: 12px;
    color: #333;
}
.user .top a:hover {
    color: #2f89bd;
}
.user .top span {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 1px;
    background: #e0e0e0;
    height: 17px;
    margin: 0 9px;
}
.login {
    font-size: 12px;
    margin-top: 13px;
}
.login input {
    border: 1px solid #ddd;
    width: 129px;
    height: 22px;
    font-size: 12px;
    color: #666;
    padding: 0 5px;
}
.login label {
    float: left;
    margin-left: 14px;
}
.login label span {
    position: relative;
    top: 2px;
    color: #666;
}
.login button, .login a {
    display: inline-block;
    width: 58px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #2e8abb;
    margin-left: 3px;
}
.login button:hover, .login a:hover {
    background: rgba(46, 138, 187, 0.8);
}
.login a {
    margin-left: -1px;
}
/* 导航 */

.nav {
    height: 40px;
    overflow: hidden;
}
.nav ul li {
    float: left;
    /*width: 157px;*/
    /*width: 16.66%;*/
    line-height: 40px;
    text-align: center;
    /*border-right: 1px solid #38a1ca;*/
}
.nav ul li:hover a, .nav ul li.active a {
    background: #02b2b5;
    color: #fff;
}
.nav ul li:last-child {
    border-right: 0;
}
.nav ul li a {
    display: block;
    padding: 0 10px;
    min-width: 80px;
    border-radius: 40px;
    transition: all 0.2s;
}
/* banner */

.banner {
    /*margin-bottom: 18px;*/
}
.banner img {
    width: 100%;
}
.banner .swiper-pagination {
    bottom: 21px;
}
.banner .swiper-pagination-bullet {
    background: #c1c1c1;
    margin: 0 7.5px;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active {
    background: #2e8abb;
}
/* 推荐内容 */

.index-main {
    padding: 50px 0;
}
.index-main .con{
    color: rgb(102,102,102);
    line-height: 26px;
}
.index-main .left {
    float: left;
    /* width: 300px; */
    width: 27.3%;
    border: 1px solid #ddd;
    min-height: 337px;
}
.index-main .title {
    height: 42px;
    line-height: 42px;
    background: url(../images/title_bg.jpg);
    color: #fff;
    font-size: 18px;
    padding: 0 18px;
}
.index-main .hot {
    padding: 25px 18px 18px 0;
}
.index-main .line {
    background: #ddd;
    width: 262px;
    height: 1px;
    display: block;
    margin: 0 auto 10px;
}
.index-main .hot .img {
    width: 115px;
    float: left;
}
.index-main .hot .cont {
    margin-left: 123px;
}
.index-main .hot .name {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-main a:hover .hot .name {
    color: #2f89bd;
}
.index-main .hot .det {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
    color: #999;
}
.index-main .list {
    padding: 0 18px;
}
.index-main .list ul li {
    padding-left: 20px;
    line-height: 35px;
    border-bottom: 1px dashed #ddd;
    background: url(../images/pro_icon.png) no-repeat center left;
}
.index-main .list ul li a {
    display: block;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-main .list ul li a:hover, .index-main .list ul li a:hover em {
    color: #2f89bd;
}
.index-main .list .more {
    margin: 15px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}
.index-main .list .more:hover {
    color: #2f89bd;
}
.index-main .middle {
    float: left;
    /* width: 477px; */
    width: 43.4%;
    margin-left: 11px;
    border: 1px solid #ddd;
    min-height: 337px;
}
.index-main .middle .title {
    background: url(../images/title_bg2.jpg);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 0 18px;
}
.index-main .middle .title a {
    float: right;
    font-size: 12px;
    color: #aaa;
    display: inline-block;
    line-height: 17px;
    margin-top: 12px;
}
.index-main .middle .title a:hover {
    color: #2f89bd;
    border-bottom: 1px dashed #2f89bd;
}
.index-main .middle .hot {
    overflow: hidden;
    padding: 16px 16px 14px 16px;
}
.index-main .middle .hot .img {
    width: 179px;
    height: 107px;
    position: relative;
}
.index-main .middle .hot .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-height: 100%;
}
.index-main .middle .hot .cont {
    margin: 10px 0 0 200px;
}
.index-main .middle .list {
    margin-bottom: 10px;
}
.index-main .middle .list ul li {
    background: none;
    line-height: normal;
    padding: 5px 0 5px 13px;
    position: relative;
    border-bottom: 0;
}
.index-main .middle .list ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
}
.index-main .middle .list a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    float: left;
}
.index-main .middle .list a em {
    text-align: right;
    font-size: 12px;
    color: #333;
}
.index-main .middle .line {
    width: 439px;
}
.index-main .right {
    float: right;
    /* width: 300px; */
    width: 27.3%;
    border: 1px solid #ddd;
    min-height: 337px;
}
.index-main .right .title {
    background: url(../images/title_bg2.jpg);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 0 18px;
}
.index-main .right .title a {
    float: right;
    font-size: 12px;
    color: #aaa;
    display: inline-block;
    line-height: 17px;
    margin-top: 12px;
}
.index-main .right .title a:hover {
    color: #2f89bd;
    border-bottom: 1px dashed #2f89bd;
}
.index-main .right .content .img {
    padding: 18px 16px 10px;
}
.index-main .right .content .img img {
    width: 100%;
}
.index-main .right .list {
    font-size: 12px;
    color: #333;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-height: 25px;
    margin-bottom: 21px;
}
/* 产品招商 */

.slide-banner img {
    height: 300px;
    object-fit: cover;
}
.slide-banner img {
    width: 100%;
}
.pro-left {
    float: left;
    /* width: 242px; */
    width: 22%;
}
.pro-left .left {
    float: none;
    width: 100%;
    margin-bottom: 12px;
    min-height: auto;
}
.pro-left .left .login {
    margin: 24px 18px;
    text-align: center;
}
.pro-left .left .login label {
    margin: 0 0 8px 0;
}
.pro-left .left .login button, .pro-left .left .login a {
    margin: 4px 0 0 0;
}
.pro-left .left .login input {
    width: 162px;
}
.pro-left .right {
    float: none;
    width: 100%;
    min-height: auto;
}
.pro-left .right .list {
    color: #666;
}
.pro-right {
    float: right;
    /* width: 848px; */
    width: 77%;
}
.pro-right .conte {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.pro-right .pagination {
    width: 100%;
    margin: 0;
    margin-bottom: 32px;
    text-align: center;
    overflow: hidden;
}
.pro-right .pagination>li {
    display: inline-block;
}
.pro-right .pagination>li span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
}
.pro-right .pagination>li.active a {
    color: #fff;
    background: #ff7a00;
    border-right: 3px;
    border: 1px solid #ff7a00;
}
.pro-right .pagination>li.disabled a:hover {
    background: #ddd;
    color: #333;
    border: 1px solid #ddd;
}
.pro-right .pagination>li a {
    font-size: 14px;
    color: #666;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    /* border: 1px solid #ccc; */
    transition: all 0.3s;
}
.pro-right .pagination>li a:hover {
    color: #fff;
    background: #ff7a00;
    border: 1px solid #ff7a00;
}
.pro-right .title {
    background: url(../images/title_bg2.jpg);
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.pro-cont {
    /*min-height: 376px;*/
    overflow: hidden;
    margin: 30px 20px 30px 25px;
}
.pro-cont a {
    overflow: hidden;
    display: block;
    font-size: 12px;
    color: #666;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pro-cont a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.pro-cont a:hover .cont>b {
    color: #2e8abb;
}
.pro-cont a:hover .img {
    border: 1px solid #2e8abb;
}
.pro-cont .img {
    position: relative;
    float: left;
    border: 1px solid #ddd;
    width: 278px;
    min-height: 195px;
}
.pro-cont .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-height: 100%;
}
.pro-cont .cont {
    margin-left: 308px;
}
.pro-cont .cont>b {
    padding: 8px 0;
    margin-bottom: 19px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #bad5e1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pro-cont .cont .det {
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.pro-page {
    margin-top: 20px !important;
}
.pro-page li a {
    width: auto !important;
    padding: 0 15px !important;
    margin: 0 5px;
    border-radius: 3px !important;
}
.pro-detail .pro-cont>b {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 15px;
}
.pro-detail .detail img {
    margin: 5px 0;
}
.pro-detail .detail {
    line-height: 25px;
    color: #666;
    font-size: 13px;
}
#mapCard_style {
    width: 99% !important;
}
.pro-detail #mapCard_container {
    width: 100%;
}
.news-list .news-cont {
    overflow: hidden;
    margin: 15px 0 30px 0;
}
.news-list .news-cont a {
    overflow: hidden;
    display: block;
    padding: 15px 20px 15px 25px;
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
    color: #666;
}
.news-list .news-cont a:hover {
    background: #eee;
}
.news-list .news-cont a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    float: left;
}
.news-list .news-cont a em {
    float: right;
    color: #aaa;
}
/* 会员中心数据 */

.user-name {
    height: 100%;
    font-size: 12px;
    color: #666;
}
.user-name i, .user-name em {
    display: inline-block;
}
.hy i {
    color: #d90200;
    margin: 0 5px;
}
.tc {
    color: #333;
}
.tc i {
    margin-right: 5px;
}
.sr i {
    margin: 0 5px;
}
.sr em {
    color: #d90200;
    margin-right: 5px;
}
.sr img {
    margin: -5px 0 0 5px;
}
/* 会员数据 */

.user-cont {
    margin-top: 20px;
}
.user-cont .tit {
    width: 810px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    margin: 0 auto 12px;
}
.user-cont form {
    padding: 0 18px;
    font-size: 12px;
}
.user-cont form .layui-form-label {
    background: none;
    border: 0;
    padding: 1px 0;
    width: auto;
    height: auto;
    margin-bottom: 0;
    font-size: 12px;
    color: #555;
    margin-right: 5px;
}
.user-cont form .layui-form-item .layui-input-inline {
    width: 160px;
    margin-right: 20px;
}
.user-cont form input {
    color: #333;
    height: 22px;
    padding-left: 5px;
}
.user-cont form .layui-form-select dl {
    top: 28px;
}
.user-cont form .layui-form-item .layui-inline {
    margin-right: 0;
    margin-bottom: 0;
}
.user-cont .layui-form-pane .layui-input-block {
    margin-left: 0;
}
.user-cont form .layui-form-item {
    display: inline-block;
}
.user-cont form .layui-form-item button {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    background: #2e8abb;
}
/* 数据列表 */

.sj {
    padding: 0 18px;
}
.sj ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}
.sj ul {
    text-align: center;
    line-height: 30px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    margin-bottom: 8px;
}
.sj ul li:nth-child(1) {
    width: 5%;
}
.sj ul li:nth-child(2) {
    width: 16%;
}
.sj ul li:nth-child(3) {
    width: 22%;
}
.sj ul li:nth-child(4) {
    width: 16%;
}
.sj ul li:nth-child(5) {
    width: 18%;
}
.sj ul li:nth-child(6) {
    width: 18%;
}
.sj-cont {
    margin-bottom: 10px;
}
.sj-cont ul {
    border: 0;
    background: none;
    margin-bottom: 0;
    line-height: normal;
}
.sj-cont ul:hover {
    background: #eee;
}
.sj-cont ul li {
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 0;
}
.reg .login {
    text-align: center;
    padding: 30px 20px 30px 25px;
}
.reg .login label {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    ;
}
.reg .login label span {
    display: inline-block;
    width: 60px;
    text-align: right;
}
.reg .login button {
    margin-left: 20px;
}
.reg .login #reg {
    margin-left: 41px;
}
.reg .login input {
    width: 162px;
}

/* 内容 */
.cons{
    padding: 20px 0 30px;
}
.cons .center > b{
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    color: rgb(2, 178, 181);
}
.cons .center > b span{
    /*padding: 0 15px;*/
    position: relative;
    display: inline-block;
}
.cons .center > b span:after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 3px;
    background: rgb(2, 178, 181);;
}
.ctext{
    font-size: 20px;
    color: rgb(102, 102, 102);
    padding: 20px;
    min-height: 219px
}
.dtext .new{
    min-height: 179px
}
.dtext li{
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    padding: 0 15px 0 5px;
}
.dtext li *{
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: normal;
}
.dtext li:hover *{
    color: rgb(2, 178, 181);;
}
.dtext li .img{
    opacity: 0;
}
.dtext li:hover .img{
    opacity: 1;
}
.dtext li div > i{
    position: relative;
    right: 80px;
}

/* 版权 */

.footer {
    background: rgb(33,40,50);
    padding: 10px 0;
    font-size: 14px;
}
.footer a:hover {
    color: #fff;
}
.foot{
    padding: 40px 0;
    color: rgb(183, 183, 187)
}
.foot a {
    color: rgb(183, 183, 187);
}
.ftext{
    justify-content: center;
}
.ftext img{
    width: 30px;
    margin-right: 10px;
}
.ftext li{
    margin-right: 30px;
}
.ftext li:nth-child(1){
    width: 275px;
}
.ftext li:last-child{
    margin-right: 0;
}
.copy{
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgb(56,63,72);
    color: rgb(139, 147, 158);
}
.copy a{
    color: rgb(139, 147, 158);
}

/* 分页 */
.pager li{
    border-bottom: 0;
    padding: 0;
}
.pager li a, .pager li span{
    margin: 0 4px;
    border-radius: 4px;
    width: 40px;
    padding: 0;
    line-height: 30px;
    color: #02b2b5;
}
.pager li.active span{
    background: #02b2b5;
    border-color: #02b2b5;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 4px;
    width: auto;
    padding: 0 10px;
    color: #02b2b5;
}
