p {
    margin: 0;
}

/*crumbs*/
.wrap {
    padding: 15px 0;
}

.wrap .sub_title {
    height: 70px;
    line-height: 70px;
    position: relative;
    margin: 0 0 25px 0;
    font-size: 26px;
    font-weight: bold;
    color: #323f48;
    text-align: center;
}

.wrap .sub_title:after {
    content: '';
    width: 53px;
    height: 3px;
    background: #01a292;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: -3px;
}

/*companyInfo*/
.companyInfo {
    line-height: 2;
    font-size: 15px;
    margin-top: 8px;
}

.companyInfo img, .companyInfo p img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
}

.companyInfo h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
    line-height: 30px;
}

.companyInfo h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    margin-top: 8px;
    line-height: 30px;
}

.companyInfo table {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    margin: 0 auto;
    width: 100% !important;
}

.companyInfo td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding: 7px 8px;
}

.companyInfo th {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding: 7px 8px;
    font-size: 18px;
}

/*singleinfo*/
.singleinfo {
    margin-top: 20px;
}

.singleinfo_c {
}

.singleinfo_c p {
    line-height: 2;
    font-size: 15px;
    margin-bottom: 0;
}

.singleinfo_c img, .companyInfo p img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.singleinfo_c h2 {
    margin: 10px 0 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.singleinfo_c h3 {
    margin: 10px 0 !important;
    font-size: 17px !important;
    font-weight: bold !important;
}

.singleinfo_c table {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.singleinfo_c td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding: 7px 8px;
}

.singleinfo_c th {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding: 7px 8px;
    font-size: 18px;
}

/*newslist*/
.news_list {
}

.news_list .news_ul {
    padding: 35px 0;
    border-bottom: 1px solid #dbdbdb;
}

.news_list .news_ul .img {
    width: 200px;
    height: 135px;
    float: left;
    margin-top: 4px;
    border: 1px solid #dbdbdb;
    position: relative;
}

.news_list .news_ul .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.news_list .news_ul .news_txt {
    width: calc(100% - 340px);
    float: left;
    margin-left: 32px;
}

.news_list .news_ul .news_txt p {
    margin-bottom: 0;
}

.news_list .news_ul .news_txt .news_title {
    font-size: 22px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .news_ul .news_txt .news_info {
    line-height: 25px;
    padding-top: 5px;
    color: #888;
}

.news_list .news_ul .news_date {
    width: 80px;
    float: right;
    border: 1px solid #dbdbdb;
    text-align: center;
    margin-top: 32px;
    color: #999;
    padding: 8px 10px;
}

.news_list .news_ul .news_date span {
    font-size: 50px;
    line-height: 50px;
    display: block;
}

.news_list .news_ul .news_date p {
    line-height: 25px;
    height: 25px;
}

/*newscow*/
.newscow {
}

.newscow .newscow_left {
    width: 71%;
    float: left;
}

.newscow .newscow_left .h1 {
    line-height: 30px;
    font-size: 24px;
    margin-top: 0;
}

.newscow .newscow_left .pubinfo {
    line-height: 26px;
    padding-bottom: 10px;
    color: #626262;
    font-weight: normal;
    padding-top: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
}

.newscow .newscow_left .pubinfo span {
    padding-right: 10px;
    white-space: nowrap;
}

.newscow .newscow_left .newscount {
    line-height: 30px;
    font-size: 15px;
    color: #626262;
}

.newscow .newscow_left .newscount h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
    line-height: 30px;
}

.newscow .newscow_left .newscount h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    margin-top: 8px;
    line-height: 30px;
}

.newscow .newscow_left .newscount p {
    line-height: 30px;
    padding-top: 8px;
    font-size: 16px;
    color: #626262;
}

.newscow .newscow_left .newscount img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.newscow .newscow_left .newscount table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    margin: 0 auto;
    width: 100% !important;
}

.newscow .newscow_left .newscount table td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

/*proclass*/
/*product*/
.product_wrap_img {
    margin-top: 20px;
    background: #E2E2E2;
}

.product_wrap_img .pwi_left {
    width: 33%;
    float: left;
    background: #FFF
}

.product_wrap_img .pwi_left .pwi_left_img {
    width: 100%;
    padding-bottom: 76%;
    position: relative;
}

.product_wrap_img .pwi_left .pwi_left_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
    border: 1px solid #eeeeee
}

.product_wrap_img .pwi_right {
    width: 64%;
    float: right;
    padding-right: 20px;
}

.product_wrap_img .pwi_right .pwi_right_txt {
    width: 100%;
    padding-bottom: 40%;
    position: relative;
}

.product_wrap_img .pwi_right .pwi_right_txt .pr_txt {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.product_wrap_img .pwi_right .pwi_right_txt .pr_txt h1 {
    margin: 0;
    font-size: 25px;
    line-height: 54px;
}

.product_wrap_img .pwi_right .pwi_right_txt .pr_txt p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    color: #656565;
    padding-bottom: 18px;
}


/*product*/
.product_class {
    text-align: left;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.product_class .pc_li {
    margin-right: 10px;
    display: inline-block;
    background: #1e5dac;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
    position: relative;
}

.product_class .pc_li > span {
    display: inline-block;
    width: 100%;
    height: 36px;
}

.product_class .pc_li > span > a {
    float: left;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    color: #FFF;
}

.product_class .pc_li > span > i {
    float: right;
    display: block;
    width: 36px;
    height: 36px;
    background: url(navarrow.png) no-repeat center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.product_class .pc_li:hover, .product_class .pc_li.on {
    background: #F81800;
}

.product_class .pc_li:hover > span > i {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.product_class .pc_ul {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 2;
    background: rgba(248, 24, 0, 0.8);
    min-width: 100%;
    display: none;
}

.product_class .pc_ul > ul {
    margin: 0;
}

.product_class .pc_ul > ul > li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #E8E8E8;
}

.product_class .pc_ul > ul > li:last-child {
    border-bottom: none;
}

.product_class .pc_ul > ul > li > a {
    color: #FFF;
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.product_class .pc_ul > ul > li:hover {
    background: rgba(248, 24, 0, 1);
}

.mproduct_class {
    width: 100%;
    position: relative;
    display: none;
}

.mproduct_class .pl_ul {
    width: 100%;
    height: 40px;
    position: relative;
    background: #e6e6e6;
    padding: 0 15px;
}

.mproduct_class .pl_ul span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #000;
}

.mproduct_class .pl_ul i {
    float: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(navarrow.png) no-repeat center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.mproduct_class .pl_ul.on i {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mproduct_class .ul_li {
    text-align: left;
    font-size: 0;
    -webkit-text-size-adjust: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 3;
    display: none;
}

.mproduct_class .ul_li .m_li {
    width: 100%;
    display: inline-block;
    background: #1e5dac;
    font-size: 14px;
    position: relative;
    border-top: 1px solid #e5e5e5;
}

.mproduct_class .ul_li .m_li > span {
    display: inline-block;
    width: 100%;
    height: 40px;
    text-indent: 15px;
}

.mproduct_class .ul_li .m_li > span > a {
    float: left;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #FFF;
}

.mproduct_class .ul_li .m_li > span > i {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    background: url(mclassicon.png) no-repeat center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.mproduct_class .ul_li .m_li.on {
    background: #537db5;
}

.mproduct_class .ul_li .m_li.on > span > i {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mproduct_class .ul_li .m_ul {
    background: #537db5;
    width: 100%;
    display: none;
}

.mproduct_class .ul_li .m_ul > ul {
    margin: 0;
}

.mproduct_class .ul_li .m_ul > ul > li {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    text-indent: 30px;
}

.mproduct_class .ul_li .m_ul > ul > li:last-child {
    border-bottom: none;
}

.mproduct_class .ul_li .m_ul > ul > li > a {
    color: #FFF;
    padding: 0 10px;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}


/*.mproduct_class .ul_li{width:calc(100% + 50px);position:absolute;top:50px;left:0;background:#F00;display:none;z-index:20;border-top:1px solid #D0D0D0;}
.mproduct_class .ul_li a{width:100%;height:50px;line-height:50px;display:block;text-indent:20px;color:#333;background:#e6e6e6;border-bottom:1px solid #D0D0D0;font-size:13px;}
.mproduct_class .pl_right{width:50px;height:50px;background:#e6e6e6;background-size:auto 50%;float:right;}
.mproduct_class .pl_right i{display:block;width:100%;height:100%;background:url(cli.png) no-repeat center center;transform:rotate(90deg);transition:transform .3s ease-out;}
.mproduct_class .pl_right i.on{transform:rotate(-90deg);}*/


.product_wrap_li {
    position: relative;
}

.product_wrap_li li {
    background: #FFF;
    margin-top: 20px;
    width: 23.8%;
    float: left;
    margin-left: 1.6%;
}

.product_wrap_li li:nth-child(4n+1) {
    margin-left: 0;
}

.product_wrap_li li .p_img {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    border: 2px solid #efefef;
}

.product_wrap_li li .p_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transition: 1s all;
    -webkit-transition: 1s all;
}

.product_wrap_li li .p_img img:hover {
    transform: scale(1.1);
}

.product_wrap_li li p {
    margin: 0;
    line-height: 43px;
    color: #666;
    text-align: center;
    background: #F1F1F1;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_wrap_li li p a {
    color: #666;
}

/*product_list*/
.product_list {
    position: relative;
}

.product_list li {
    margin-top: 5px;
    width: 25%;
    float: left;
    padding: 8px;
    cursor: pointer;
}

.product_list li .p_img {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    border: 2px solid #efefef;
}

.product_list li .p_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.product_list li .p_img .videoicon {
    background: url(videoicon.png) no-repeat center center rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    background-size: 60px auto;
    display: block;
    width: 100%;
    height: 100%;
}

.product_list li p {
    margin: 0;
    line-height: 43px;
    color: #666;
    text-align: center;
    background: #F1F1F1;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_list li p a {
    color: #666;
}

/*productshow*/
.productshow {
}

.productshow .productshow_left {
    width: 71%;
    float: left;
}

.productshow .productshow_left .pro_title {
    color: #333;
    font-size: 20px;
    text-align: left;
    padding: 10px 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.productshow .productshow_left .pro_info {
    color: #333;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
}

.productshow .productshow_left .pro_img {
    max-width: 600px;
    height: auto;
    margin: 15px auto 25px;
}

.productshow .productshow_left .pro_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.productshow .productshow_left .productshow_ul {
    margin-top: 20px;
    background: #E5E5E5;
}

.productshow .productshow_left .productshow_ul li {
    height: 40px;
    line-height: 40px;
    float: left;
    padding: 0 15px;
    color: #444;
    cursor: pointer;
}

.productshow .productshow_left .productshow_ul li.hover {
    background: #01a292;
    color: #FFF;
}

.productshow .productshow_left .pro_txt {
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
}

.productshow .productshow_left .pro_txt h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
    line-height: 30px;
}

.productshow .productshow_left .pro_txt h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    line-height: 30px;
}

.productshow .productshow_left .pro_txt p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 8px;
}

.productshow .productshow_left .pro_txt img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.productshow .productshow_left .pro_txt table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    margin: 0 auto;
    width: 100% !important;
}

.productshow .productshow_left .pro_txt table td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.productshow .productshow_left .pro_txt iframe {
    width: 100%;
    height: 600px;
}

.productshow .productshow_left .pro_contact {
    margin-top: 20px;
}

.productshow .productshow_left .pro_contact .h1 {
    height: 40px;
    line-height: 40px;
    color: #ff9c00;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #E1E1E1;
    text-indent: 20px;
}

.productshow .productshow_left .pro_contact .h1:after {
    content: '';
    width: 3px;
    height: 20px;
    background: #d30037;
    position: absolute;
    left: 5px;
    top: 10px;
}

.productshow .productshow_left .pro_contact p {
    line-height: 2;
    margin: 15px 0;
    font-size: 16px;
}

.productshow .productshow_left .pro_contact img, .productshow .productshow_left .pro_contact p img {
    max-width: 840px;
    display: block;
    margin: 0 auto;
}

.productshow .productshow_left .pro_form {
    margin-top: 20px;
}

.productshow .productshow_left .pro_form p {
    line-height: 2;
    margin: 15px 0;
    font-size: 16px;
}

.productshow .productshow_left .pro_form table {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.productshow .productshow_left .pro_form td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding: 7px 8px;
}

.productshow .productshow_left .pro_form th {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
    padding: 7px 8px;
    font-size: 18px;
}

/*proinfo*/
.proinfo {
    padding: 20px 0;
}

.pi_top {
}

.pi_top .pi_top_left {
    width: 36%;
    float: left;
}

.pi_top .pi_top_left .pil_img {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}

.pi_top .pi_top_left .pil_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    object-fit: cover;
    border: 1px solid #DBDBDB;
}

.pi_top .pi_top_right {
    width: 60%;
    float: right;
    padding-top: 15px;
}

.pi_top .pi_top_right h1 {
    margin: 0;
    font-size: 26px;
    height: auto;
    line-height: 40px;
    color: #333;
}

.pi_top .pi_top_right em {
    display: inline-block;
    color: #777;
    height: 30px;
    line-height: 30px;
    font-style: normal;
}

.pi_top .pi_top_right i {
    display: block;
    width: 100%;
    height: 1px;
    background: #DBDBDB;
    margin: 10px 0;
}

.pi_top .pi_top_right .pi_jianjie {
}

.pi_top .pi_top_right .pi_jianjie p {
    margin: 0;
    color: #666;
    line-height: 30px;
}

.pi_top .pi_top_right .pi_btn {
    padding-top: 20px;
    text-align: left;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.pi_top .pi_top_right .pi_btn span {
    display: inline-block;
    background: #01a292;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    padding: 0 15px;
    font-size: 18px;
    margin-left: 20px;
    border-radius: 3px;
}

.pi_top .pi_top_right .pi_btn span a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
}

.pi_top .pi_top_right .pi_btn span:first-child {
    margin-left: 0;
}

.pi_top .pi_top_right .pi_btn span:last-child {
    background: #ff9c00;
}

.pi_center {
    margin-top: 20px;
}

.pi_center .pi_left {
    width: 100%;
    float: left;
}

.pi_nav {
    font-size: 0;
    -webkit-text-size-adjust: none;
    background: #DDD;
}

.pi_nav span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    width: 120px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    background: #01a292;
}

.pi_content {
    padding: 20px 0 30px;
}

.pi_content .pro_txt {
    font-size: 15px;
    line-height: 30px;
}

.pi_content .pro_txt p {
    font-size: 15px;
    line-height: 30px;
}

.pi_content .pro_txt h2 {
    margin: 0;
    font-size: 20px !important;
    padding: 10px 0;
    font-weight: bold;
    line-height: 30px !important;
}

.pi_content .pro_txt h3 {
    margin: 0;
    font-size: 18px !important;
    margin: 8px 0;
    font-weight: bold;
    line-height: 28px !important;
}

.pi_content .pro_txt h4 {
    margin: 0;
    font-size: 16px !important;
    margin: 6px 0;
    font-weight: bold;
    line-height: 26px !important;
}

.pi_content .pro_txt img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.pi_content .pro_txt table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    margin: 0 auto;
    width: 100% !important;
}

.pi_content .pro_txt table td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 7px 0;
}

.pi_content .pro_txt table td p {
    line-height: 1.5 !important;
    font-size: 15px !important;
}

.pi_content .pro_txt .p_iframe .p_ifr {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}

.pi_content .pro_txt .p_iframe .p_ifr iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}


.news_94 {
    padding: 30px 0;
}

.news_94 .nl_content {
    margin-top: 20px;
}

.news_94 .nl_li {
    margin-top: 5px;
    padding: 20px 0 15px;
    border-bottom: 1px dashed #E2E2E2;
    float: left;
    width: 48%;
    margin-left: 4%;
}

.news_94 .nl_li:nth-child(odd) {
    margin-left: 0;
}

.news_94 .nl_li .nl_date {
    width: 110px;
    height: 34px;
    line-height: 34px;
    font-size: 32px;
    font-weight: bold;
    color: #13bbaa;
    position: absolute;
    left: 0;
    top: 0;
}

.news_94 .nl_li .nl_txt {
    padding-left: 138px;
    position: relative;
}

.news_94 .nl_li .nl_txt:before {
    content: '';
    width: 1px;
    height: 80px;
    position: absolute;
    left: 110px;
    top: 0;
    background: #e2e2e2;
}

.news_94 .nl_li .nl_txt p {
    margin: 0;
    color: #666;
}

.news_94 .nl_li .nl_txt p a {
    color: #252525;
}

.news_94 .nl_li .nl_txt p:nth-child(2) {
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_94 .nl_li .nl_txt p:last-child {
    margin-top: 12px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.pipb_title {
    text-align: center;
}

.pipb_title h2 {
    margin: 0;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    color: #313131;
}

.pipb_title p {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    line-height: 26px;
    height: 26px;
}

.pi_rylc {
    background: #f6f7f7;
    margin-top: 30px;
    padding: 30px 0;
    background-size: cover;
}

.pi_rylc .rylc {
}

.pi_rylc .rylc .rylc_li {
    width: 23.8%;
    margin-left: 1.6%;
    float: left;
    position: relative;
    padding: 40px 20px 15px;
    margin-top: 40px;
    border: 1px solid #01a292;
}

.pi_rylc .rylc .rylc_li:nth-child(4n+1) {
    margin-left: 0;
}

.pi_rylc .rylc .rylc_li i {
    width: 60px;
    height: 60px;
    background: #01a292;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -30px;
    display: block;
    font-style: normal;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}

.pi_rylc .rylc .rylc_li p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: center;
    min-height: 56px;
}

.pi_rylc p {
    margin: 0;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.pi_blhx {
    padding: 30px 0 50px;
}

.pi_blhx .pi_ul {
}

.pi_blhx .pi_li {
    width: 23.8%;
    float: left;
    margin-left: 1.6%;
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #CCC;
}

.pi_blhx .pi_li:first-child {
    margin-left: 0;
}

.pi_blhx .pi_li i {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin: 0 auto;
}

.pi_blhx .pi_li i.icon1 {
    background: url(../image/hxicon1.jpg) no-repeat center center #31AEDE;
}

.pi_blhx .pi_li .pl_txt {
    width: 100%;
    text-align: center;
}

.pi_blhx .pi_li .pl_txt p {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    color: #5A5A5A;
    margin-top: 8px;
}

.pi_blhx .pi_li .pl_txt p:first-child {
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    color: #FE7900;
}

/*contact*/
.contact {
    color: #666;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact .txt_add {
    width: 100%;
    margin-bottom: 20px;
}

.contact .txt_add em {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

@media (min-width:1320px) {
    .contact {
        flex-wrap:nowrap;
    }
}

.contact .txt_add:nth-child(1) em.addicon {
    background: url(../image/emailicon.png) no-repeat center center #01a292;
}

.contact .txt_add:nth-child(2) em.addicon {
    background: url(../image/dh.png) no-repeat center center #01a292;
}

.contact .txt_add:nth-child(3) em.addicon {
    background: url(../image/addicon.png) no-repeat center center #01a292;
}

.contact .txt_add .pp {
    float: left;
    margin-left: 15px;
}

.contact .txt_add .pp p {
    line-height: 50px;
}

.contact_feedback {
    width: 100%;
    background: url(contactfeedbackbg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 30px;
}

.contact_feedback .contact_fcontent {
    padding-top: 1px;
}

.contact_feedback .contact_fcontent .c_title {
    margin-top: 30px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}

.contact_feedback .contact_fcontent .c_title p {
    margin-bottom: 23px;
    font-size: 24px;
    position: relative;
}

.contact_feedback .contact_fcontent .c_title p:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    width: 38px;
    height: 1px;
    margin-left: -19px;
    background: #FFF;
}

.contact_feedback .contact_fcontent .c_title span {
    display: inline-block;
    line-height: 2.1;
    font-size: 16px;
    color: #fff;
}

.contact_feedback .c_form {
    margin-top: 26px;
    text-align: center;
}

.contact_feedback .c_form1 {
}

.contact_feedback .c_form1 input {
    margin: 0;
    width: 100%;
    height: 49px;
    border: 1px solid #afafb1;
    margin-top: 22px;
    padding: 0 15px;
    color: #fff;
    outline: none;
    background: none;
}

.contact_feedback .c_form1 input:first-child {
    margin-top: 0;
}

.contact_feedback .c_form2 {
}

.contact_feedback .c_form2 textarea {
    width: 100%;
    height: 191px;
    border: 1px solid #afafb1;
    padding: 15px;
    color: #fff;
    float: right;
    background: none;
    outline: none;
    resize: none;
}

.contact_feedback .btn {
    background: #01a292;
    color: #fff;
    border-radius: 5px;
    padding: 0 25px;
    height: 49px;
    font-size: 16px;
    text-align: center;
    margin-top: 22px;
    outline: none;
    width: 100%;
}

/*taglable*/
.taglable {
}

.taglable .taglable_right {
    width: 71%;
    float: left;
}

.taglable .taglable_right li {
    font-size: 16px;
    line-height: 40px;
    background: url(http://www.lylh6888.com/Theme/Home/images/tst_113.jpg) no-repeat left center;
    text-indent: 10px;
    border-bottom: 1px dashed #CCC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.taglable .taglable_right1 {
    width: 71%;
    float: left;
}

.taglable .taglable_right1 a {
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
    margin-bottom: 15px;
    border: 1px solid #EEE;
    border-radius: 3px;
    display: block;
    float: left;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}

/*map*/
.webmap {
    width: 840px;
    float: right;
    margin-top: 25px;
}

.webmap p {
}

.webmap p a {
    white-space: nowrap;
    padding: 8px 15px;
    background: #F5F5F5;
    margin-bottom: 15px;
    display: inline-block;
}

/*公用分页*/
.fanye {
    list-style: none;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #c2a9a4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.fanye ul li {
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fanye ul li a {
    color: #333;
}

/*公用相关推荐*/
.news_tags {
    color: #01a292;
    margin: 15px 0;
    font-size: 16px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

.xgtj {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.xgtj_bt {
    width: 100%;
    height: 35px;
}

.sgtj_bt_cn {
    width: 100px;
    height: 35px;
    background: #01a292;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    display: block
}

.xgtj_nr {
    padding-top: 5px;
    padding-bottom: 50px
}

.xgtj_nr ul li {
    width: 48%;
    line-height: 2.3;
    background: url(http://www.lylh6888.com/Theme/Home/images/tst_113.jpg) no-repeat 1px center;
    border-bottom: 1px dashed #d8d8d8;
    margin: 0 auto;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 8px;
}

.xgtj_nr ul li:nth-child(2n) {
    float: right;
}

/*公用右侧*/
.newscow_right {
    width: 25%;
    float: right;
}

.newscow_right .news_product {
    border: 1px solid #dbdbdb;
    padding: 10px;
}

.newscow_right .news_product .np_title {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 12px;
    padding: 10px 0;
    border-bottom: 2px solid #2a2a2a;
}

.newscow_right .news_product .np_title span {
    font-size: 22px;
    line-height: 32px;
}

.newscow_right .news_product .bd {
    overflow: hidden;
    zoom: 1;
    margin-top: 30px;
}

.newscow_right .news_product .bd ul li {
}

.newscow_right .news_product .bd ul li .r_img {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    border: 1px solid #ccc;
}

.newscow_right .news_product .bd ul li .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.newscow_right .news_product .bd ul li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newscow_right .news_product .bd ul li .title {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.newscow_right .news_product .bd ul li .title a {
    color: #666
}

.newscow_right .news_nlist {
    padding-bottom: 5px;
    overflow: hidden
}

.newscow_right .news_nlist ul {
    padding-top: 5px
}

.newscow_right .news_nlist ul li {
    line-height: 36px;
    background: url(http://www.lylh6888.com/Theme/Home/images/zys_42.jpg) no-repeat 2px center;
    text-indent: 0.3cm;
    margin: 0 auto;
    border-bottom: 1px dashed #d5d5d5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1230px) {
    .news_list .news_ul .news_txt {
        width: calc(100% - 320px);
        margin-left: 20px;
    }

    .news_list .news_ul .news_txt .news_info {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .product_wrap_img .pwi_left {
        width: 35%;
    }

    .product_wrap_img .pwi_right {
        width: 55%;
    }

    .product_wrap_img .pwi_right .pwi_right_txt {
        padding-bottom: 48%;
    }

    .product_li {
        width: calc(100% - 260px);
    }

    .pi_top .pi_top_left {
        width: 53%;
    }

    .pi_top .pi_top_right {
        width: 45%;
    }

    .pi_top .pi_top_right em {
        font-size: 13px;
    }

}

@media screen and (max-width: 991px) {
    .news_list .news_ul .news_txt {
        width: calc(100% - 220px);
        margin-left: 20px;
    }

    .newscow .newscow_left {
        width: 100%;
        float: none;
    }

    .newscow_right {
        width: 100%;
        float: none;
    }

    .newscow_right .news_product .bd ul li {
        width: 32%;
        float: left;
        margin-left: 2%;
    }

    .newscow_right .news_product .bd ul li:first-child {
        margin-left: 0;
    }

    .newscow_right .news_nlist ul li {
        width: 48%;
        margin-left: 4%;
        float: left;
    }

    .newscow_right .news_nlist ul li:nth-child(odd) {
        margin-left: 0;
    }

    .product_wrap_li li {
        width: 32%;
    }

    .product_wrap_li li:nth-child(4n+1) {
        margin-left: 1.6%;
    }

    .product_wrap_li li:nth-child(3n+1) {
        margin-left: 0;
    }

    .product_list li {
        width: 32%;
    }

    .productshow .productshow_left {
        width: 100%;
        float: none;
    }

    .taglable .taglable_right1 {
        width: 100%;
        float: none;
    }

    .taglable .taglable_right {
        width: 100%;
        float: none;
    }

    .product_wrap_img .pwi_left {
        width: 40%;
    }

    .product_wrap_img .pwi_left .pwi_left_img {
        padding-bottom: 75%;
    }

    .product_wrap_img .pwi_right {
        width: 56%;
    }

    .product_wrap_img .pwi_right .pwi_right_txt {
        padding-bottom: 53.58%;
    }

    .product_wrap_img .pwi_right .pwi_right_txt .pr_txt h1 {
        line-height: 50px;
        font-size: 20px;
    }

    .product_wrap_img .pwi_right .pwi_right_txt .pr_txt p {
        font-size: 12px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .product_li {
        width: 100%;
    }

    .pi_top .pi_top_left {
        width: 100%;
    }

    .pi_top .pi_top_right {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contact_feedback .c_form2 {
        margin-top: 22px;
    }

    .product_wrap_li li {
        width: 48%;
        margin-left: 4%;
    }

    .product_wrap_li li:nth-child(4n+1) {
        margin-left: 4%;
    }

    .product_wrap_li li:nth-child(3n+1) {
        margin-left: 4%;
    }

    .product_wrap_li li:nth-child(odd) {
        margin-left: 0;
    }

    .product_list li {
        width: 50%;
    }

    .product_wrap_img .pwi_left {
        width: 100%;
    }

    .product_wrap_img .pwi_right {
        width: 100%;
    }

    .product_wrap_img .pwi_right .pwi_right_txt {
        position: relative;
        padding-bottom: 0;
    }

    .product_wrap_img .pwi_right .pwi_right_txt .pr_txt {
        position: relative;
        transform: translateY(0);
        padding: 0 15px;
    }

    .news_94 .nl_li {
        width: 100%;
        margin-left: 0;
        float: none;
    }

}

@media screen and (max-width: 667px) {
    .news_list .news_ul {
        padding: 18px 0;
    }

    .news_list .news_ul .img {
        width: 140px;
        height: 85px;
    }

    .news_list .news_ul .news_txt {
        width: calc(100% - 160px);
        margin-left: 20px;
    }

    .news_list .news_ul .news_txt .news_info {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .contact .txt_p {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .contact .txt_p .pp {
        width: calc(100% - 60px);
        margin-left: 0;
        float: right;
    }

    .contact .txt_add .pp {
        width: calc(100% - 60px);
        margin-left: 0;
        float: right;
    }

    .product_wrap_li li {
        width: 48%;
        margin-left: 4%;
    }

    .product_wrap_li li:nth-child(4n+1) {
        margin-left: 4%;
    }

    .product_wrap_li li:nth-child(3n+1) {
        margin-left: 4%;
    }

    .product_wrap_li li:nth-child(odd) {
        margin-left: 0;
    }

    .product_list li {
        width: 50%;
    }
}

@media screen and (max-width: 499px) {
    .news_list .news_ul {
        padding: 18px 0;
    }

    .news_list .news_ul .news_txt {
        width: calc(100% - 75px);
        margin-left: 0;
    }

    .news_list .news_ul .news_txt .news_title {
        font-size: 14px;
        line-height: 25px;
        height: 25px;
    }

    .news_list .news_ul .news_txt .news_info {
        font-size: 12px;
        line-height: 18px;
    }

    .news_list .news_ul .news_date {
        padding: 8px 0px;
        margin-top: 0;
        width: 65px;
    }

    .news_list .news_ul .news_date span {
        font-size: 22px;
        line-height: 22px;
    }

    .newscow_right .news_product .bd ul li {
        width: 100%;
        margin-left: 0;
    }

    .newscow_right .news_nlist ul li {
        width: 100%;
        margin-left: 0;
    }

    .product_wrap_li li {
        width: 100%;
        margin-left: 0;
    }

    .product_wrap_li li:nth-child(4n+1) {
        margin-left: 0%;
    }

    .product_wrap_li li:nth-child(3n+1) {
        margin-left: 0%;
    }

    .product_list li {
        width: 100%;
    }

    .xgtj_nr ul li {
        width: 100%;
    }

    .product_li li {
        width: 100%;
        margin-left: 0;
    }

    .product_li li:nth-child(3n+1) {
        margin-left: 0;
    }

    .pi_top .pi_top_right h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .pi_top .pi_top_right .pi_btn {
        text-align: center;
    }

    .pi_top .pi_top_right .pi_btn span {
        width: 100%;
    }

    .pi_top .pi_top_right .pi_btn span:last-child {
        display: none;
    }

    .pi_top .pi_top_right .liucheng_btn {
        margin-top: 0;
    }

    .pi_top .pi_top_right .liucheng_btn span {
        width: 100%;
        text-align: center;
    }

    .pi_top .pi_top_right .liucheng_btn span:last-child {
        display: none;
    }

    .news_94 .nl_content {
        margin-top: 0;
    }

    .news_94 .nl_li {
        padding: 15px 0 9px;
    }

    .news_94 .nl_li .nl_txt {
        padding-left: 76px;
    }

    .news_94 .nl_li .nl_txt:before {
        left: 66px;
    }

    .news_94 .nl_li .nl_date {
        width: 63px;
        font-size: 20px;
        height: 22px;
        line-height: 22px;
    }


}




