* {
    margin: 0px;
    padding: 0px;
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    font-weight: normal;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: black;
}
li {
    list-style: none;
}
.clears::after {
    content: '';
    font-size: 0px;
    line-height: 0px;
    display: table;
    clear: both;
}
.header .header_top {
    /*background-color: #333333;*/
    /* background-color: rgb(0, 90, 168); */
    background-color: rgb(180, 143, 95);
    text-align: right;
}
.header .header_topC {
    color: white;
    line-height: 40px;
}
.header .header_topC > span:first-of-type {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../image/tphone.png') no-repeat center center / contain;
    vertical-align: middle;
    margin-right: 5px;
    transform: translateY(-2px);
}
.header .header_main {
    line-height: 80px;
    margin: 0px;
}
.header .header_left > a {
    width: 58%;
    display: inline-block;
    vertical-align: middle;
}
.header .header_left > img {
    width: 58%;
    display: inline-block;
    vertical-align: middle;
}
.header .header_right {
    text-align: right;
}
.header .header_right ul {
    margin: 0px;
}
.header .header_right li {
    display: inline-block;
    padding: 0px 15px;
    font-size: 16px;
}
.header .header_right li a {
    display: inline-block;
    height: 100%;
    /* font-size: large; */
    font-weight: 900;
}
.header .header_right li a.actives {
    border-bottom: 4px solid rgb(180, 143, 95);
    box-sizing: border-box;
    color: rgb(180, 143, 95);
}
.header .header_right li a:hover {
    color: rgb(180, 143, 95);
}
.header .header_right li:first-of-type span {
    display: inline-block;
    width: 1em;
}
.header .header_right .slideDown li {
    display: block;
}
.header .headerMobile {
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.header .headerMobile .navbar-brand img {
    max-height: 100%;
}
.header_left img {
    /* height: 80px; */
}
.footer {
    /*background-color: #333333;*/
    background-color: rgb(50, 50, 50);
    padding: 30px 0px;
}
.footer li:first-of-type {
    text-align: center;
}
.footer li:first-of-type .footer_logo {
    margin-bottom: 10px;
}
.footer li:first-of-type p {
    color: white;
    margin-bottom: 0px;
}
.footer li:nth-of-type(2) p {
    color: white;
    margin-bottom: 15px;
    text-align: center;
}
.footer .footer_centerLink {
    margin-bottom: 15px;
    text-align: center;
}
.footer .footer_centerLink li {
    display: inline-block;
}
.footer .footer_centerLink li a {
    color: white;
    padding: 0px 15px;
    border-right: 1px solid #ddd;
}
.footer .footer_centerLink li:last-of-type a {
    border: none;
}
.footer .footer_right .footer_rImg img {
    margin: 0 auto;
    width: 130px;
}
.footer .footer_right p {
    text-align: center;
    color: white;
    font-size: 12px;
    margin-top: 5px;
}
.index_cTop {
    text-align: center;
    margin: 30px 0px;
}
.index_cTop img {
    margin: 0 auto;
}
.index_cTop > p:last-of-type {
    font-size: 24px;
}
.Navs {
    text-align: center;
}
.Navs a {
    margin: 0px 5px;
    color: #666 !important;
    border-radius: 0px !important;
}
.Navs a.actives,
.Navs a.actives:hover {
    background-color: rgb(180, 143, 95);
    color: white !important;
}
.Navs li:first-of-type a,
.Navs li:last-of-type a {
    color: #999 !important;
}
.DetailsNavs {
    background-color: white;
    padding: 10px 0px;
    margin-top: 50px;
}
.DetailsNavs ul {
    margin: 0px;
}
.DetailsNavs li:first-of-type span {
    margin-right: 10px;
    font-size: 12px;
}
.DetailsNavs li:nth-of-type(2) {
    text-align: center;
}
.DetailsNavs li:last-of-type {
    text-align: right;
}
.DetailsNavs li:last-of-type span {
    margin-left: 10px;
    font-size: 12px;
}
.i_hezuobanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(180, 143, 95);
}
.shares {
    text-align: center;
    margin-top: 30px;
}
.shares .shares_box {
    width: 210px;
    margin: 0 auto;
}
.shares span {
    float: left;
    vertical-align: middle;
    transform: translateY(3px);
}
.shares .bdsharebuttonbox {
    float: left;
}
#indexBanner > a {
    opacity: 1;
}
#indexBanner > a > span {
    color: white;
}
.index .index_More {
    text-align: center;
}
.index .index_More a {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid rgb(180, 143, 95);
    border-radius: 20px;
    color: rgb(180, 143, 95);
}
.index .index_service {
    background-color: #f8f8f8;
}
.index .index_serviceList li {
    margin-bottom: 30px;
}
.index .index_serviceList .model_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 136, 206, 0.2);
    display: block;
}
.index .index_serviceList .index_serviceTitle {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
    margin-top: -10px;
}
.index .index_serviceList .i_serviceBox {
    position: absolute;
    top: 50%;
    width: 90%;
    height: 90%;
    border: 1px solid white;
    left: 50%;

    transform: scale(0);
}
.index .index_serviceList a {
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin-left: -50px;
    display: inline-block;
    padding: 4px 20px;
    background-color: white;
    color: rgb(180, 143, 95);
    font-size: 12px;
    opacity: 0;
    transition: all 0.4s;
    transition-delay: 0.5s;
}
.index .index_serviceC {
    position: relative;
}
.index .index_serviceC:hover .model_box {
    display: none;
}
.index .index_serviceC:hover .i_serviceBox {
    display: block;
    transition: all 0.4s;
    transform: scale(1);
}
.index .index_serviceC:hover a {
    opacity: 1;
}
.index .index_product {
    padding-bottom: 50px;
}
.index .index_product ul {
    margin-bottom: 0px;
}
.index .index_product .index_productImg {
    overflow: hidden;
}
.index .index_product .index_productImg img {
    transition: all 0.5s;
}
.index .index_product li {
    margin-bottom: 30px;
}
.index .index_product li a {
    display: block;
    border: 1px solid #ddd;
}
.index .index_product li a p {
    text-align: center;
    padding: 14px 0px;
    margin-bottom: 0px;
}
.index .index_product li:hover .index_productImg img {
    transform: scale(1.1);
}
.index .index_product li:hover p {
    color: rgb(180, 143, 95);
}
.index .index_aboutUs {
    background-color: #f8f8f8;
    padding-bottom: 80px;
}
.index .index_aboutUs .index_aboutUsLeft h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.index .index_aboutUs .index_aboutUsLeft p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
}
.index .index_aboutUs .index_aboutUsMore {
    margin-top: 50px;
}
.index .index_aboutUs .index_aboutUsMore a {
    display: inline-block;
    padding: 6px 20px;
    background-color: rgb(180, 143, 95);
    color: white;
    border-radius: 20px;
    font-size: 12px;
}
.index .index_aboutUs .index_aboutUsMore a span {
    display: inline-block;
    padding: 5px;
    background-color: white;
    color: rgb(180, 143, 95);
    border-radius: 50%;
    transform: scale(0.7);
    margin-left: 10px;
}
.index .index-equipmentList .i_equipmentImg {
    overflow: hidden;
}
.index .index-equipmentList .i_equipmentImg img {
    transition: all 0.8s;
    display: block;
}
.index .index-equipmentList li a {
    border: 1px solid #ddd;
    display: block;
}
.index .index-equipmentList li a p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 10px 0px;
    color: rgb(180, 143, 95);
    background-color: #f8f8f8;
}
.index .index-equipmentList li:hover .i_equipmentImg img {
    transform: scale(1.1);
}
.index .index-equipmentList .index_More {
    margin: 50px 0px;
}
.index .index_superiority {
    background-color: #f8f8f8;
    padding: 50px;
}
.index .index_superiority h4 {
    font-size: 32px;
}
.index .index_superiority .i_superiorityTop {
    text-align: center;
}
.index .index_superiority .i_superiorityTop span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #333;
}
.index .i_superiorityList {
    margin-top: 50px;
}
.index .i_superiorityList li {
    text-align: center;
}
.index .i_superiorityList .i_superiTop {
    font-size: 100px;
    color: rgb(190, 40, 40);
    margin-bottom: 20px;
}
.index .i_superiorityList .i_superiTop span:last-of-type {
    font-size: 50px;
}
.index .i_superiorityList p {
    font-size: 16px;
}
.index .i_newsCenterList li a {
    border: 1px solid #ddd;
    display: block;
}
.index .i_newsCenterList li:hover h4 {
    color: rgb(180, 143, 95);
}
.index .i_newsCenterList li:hover .i_newsCenterBottom span:last-of-type {
    background-color: rgb(180, 143, 95);
}
.index .i_newsCenterList .i_newsCenterCont {
    padding: 10px 10px 20px;
}
.index .i_newsCenterList .i_newsCenterCont h4 {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index .i_newsCenterList .i_newsCenterCont p {
    font-size: 12px;
    /*line-height: 25px;*/
    height: 40px;
}
.index .i_newsCenterList .i_newsCenterBottom span {
    color: #999;
}
.index .i_newsCenterList .i_newsCenterBottom span:first-of-type {
    font-size: 16px;
}
.index .i_newsCenterList .i_newsCenterBottom span:last-of-type {
    display: inline-block;
    float: right;
    padding: 5px;
    background-color: #ddd;
    color: white;
    border-radius: 50%;
}
.index .i_newsCenterList .index_More {
    margin: 50px 0px;
}
.index .index_consociation {
    background-color: #f8f8f8;
}
.index .i_consociationList {
    margin: 40px 0px 50px;
}
.index .i_consociationList .i_consociationImg {
    border: 1px solid #ddd;
}
.aboutUs {
    padding-bottom: 50px;
    background-color: #f6f6f6;
}
.aboutUs .about_information {
    margin-bottom: 30px;
}
.aboutUs .about_information li {
    text-align: center;
}
.aboutUs .about_information .a_superiTop {
    font-size: 80px;
    color: #004bae;
}
.aboutUs .about_information .a_superiTop span:last-of-type {
    font-size: 50px;
}
.aboutUs .about_information p {
    font-size: 16px;
}
.aboutUs .about_content p {
    margin: 0px;
    line-height: 30px;
}
/* .aboutUs .about_content p:first-of-type,
.aboutUs .about_content p:nth-of-type(2) {
  text-indent: 2em;
} */
.serviceBoxs .service_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.serviceScope {
    padding: 40px 0px 100px;
}
.serviceBoxs .service_list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    margin: 0px 10px;
    margin: 0px 10px;
}
.serviceScope .service_list li {
    margin-bottom: 30px;
    background-color: white;
}
.serviceScope .service_list li:hover h4 {
    color: rgb(180, 143, 95);
}
.serviceScope .service_list li:hover .service_btn a {
    background-color: rgb(180, 143, 95);
    color: white;
}
.service_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.service_rImg {
    overflow: hidden;
    width: 240px;
}
.service_rImg img {
    transition: all 0.5s;
    width: 100%;
}
.service_list li:hover .service_rImg img {
    transform: scale(1.1);
}
.serviceScope .service_content {
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.serviceScope .service_content h4 {
    font-size: 22px;
    margin: 0;
}
.serviceScope .service_content p {
    font-size: 16px;
    line-height: 30px;
}
.serviceScope .service_content p:nth-of-type(2) {
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.serviceScope .service_content p:first-of-type span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #ddd;
}
.serviceScope .service_content .service_btn {
    margin-top: 50px;
}
.serviceScope .service_content .service_btn a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px 20px;
}
.serviceScope .service_content .service_btn a span {
    margin-left: 20px;
    vertical-align: middle;
    transform: translateY(-2px);
}
.service_list .service_right {
    position: relative;
}
.service_list li:nth-of-type(odd) .service_content::after {
    content: '';
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 30px solid white;
    border-bottom: 15px solid transparent;
    border-left: 0px solid transparent;
    position: absolute;
    top: 40px;
    left: -40px;
}
.service_list li:nth-of-type(even) .service_content::after {
    content: '';
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 40px;
    right: -40px;
    z-index: 888;
}
.casecenter {
    background-color: #f6f6f6;
    padding-bottom: 50px;
}
.casecenter .casecenter_topNav {
    text-align: center;
    margin-bottom: 20px;
}


.casecenter .casecenter_topNav li {
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 20px;
    width: 18%;
}


/* .casecenter .casecenter_topNav li:nth-of-type(5n){
  margin-right: 0;
} */
.casecenter .casecenter_topNav li:last-of-type {
    /* margin-right: 0px; */
}
/* 2022/11/1修改 */
.casecenter .casecenter_topNav a {
    display: block;
    border: 1px solid rgb(180, 143, 95);
    padding: 8px 20px;
    font-size: 18px;
    text-align: center;
    background-color: #a60a0a;
    /* background-color: rgb(180, 143, 95); */
    color: white;
    border-radius: 20px;
}
.casecenter .casecenter_topNav a:hover {
    background-color: white;
    color: rgb(180, 143, 95);
}
.casecenter .casecenter_list li {
    margin-bottom: 30px;
}
.casecenter .casecenter_list li a {
    border: 1px solid #ddd;
    display: block;
}
.casecenter .casecenter_list li:hover h4 {
    /* color: rgb(168, 13, 13); */
    font-weight: bold;
}
.casecenter .casecenter_list li:hover p:last-of-type span {
    background-color: rgb(180, 143, 95);
}
/* .casecenter .casecenter_list .casecenter_content {
  padding: 0px 10px 15px;
} */
.casecenter .casecenter_list .casecenter_content > h4 {
    /* border-bottom: 1px dashed #ddd; */
    /* padding-bottom: 10px; */
    /* margin-bottom: 5px; */
    position: relative;
    padding: 0 10px;
    line-height: 35px;
    padding-right: 20px;
    font-size: 14px;
    margin: 0;
    color: rgb(168, 13, 13);
}
/* 2022/11/1修改 */
.casecenter .casecenter_list .casecenter_content > h4 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.casecenter .casecenter_list .casecenter_content > h4:hover {
  color: rgb(168, 13, 13);
}
.casecenter .casecenter_list .casecenter_content > h4 span {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: rgb(149, 149, 149);
}
.casecenter .casecenter_list .casecenter_content p {
    line-height: 25px;
}
.casecenter .casecenter_list .casecenter_content p:last-of-type span {
    float: right;
    display: inline-block;
    padding: 5px;
    color: white;
    background-color: #999;
    border-radius: 50%;
    font-size: 12px;
}

.casecenter_img {
    overflow: hidden;
}
.casecenter_img img {
    transition: all 0.5s;
}
.casecenter_list li:hover .casecenter_img img {
    transform: scale(1.1);
}
.caseDetails {
    background-color: #f6f6f6;
    padding: 30px 0px 60px;
    font-size: 16px;
}
.caseDetails .container > p,
.caseDetailsConts p {
    font-size: 16px;
    line-height: 30px;
}
.caseDetails .container > p img,
.caseDetailsConts p img {
    max-width: 100%;
}
.caseDetails h4 {
    color: rgb(180, 143, 95);
    text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 24px;
}
.caseDetails p {
    /*text-indent: 2em;*/
    line-height: 25px;
    clear: both;
}
.caseDetails p img {
    text-indent: -2em;
    max-width: 100%;
    margin-bottom: 20px;
}
.caseDetails .DetailsNavs {
    margin-top: 50px;
}
.caseDetails .recommend {
    margin-top: 50px;
}
.caseDetails .recommend li {
    margin-bottom: 20px;
}
.caseDetails .recommend p {
    color: rgb(180, 143, 95);
    text-indent: 0em;
    font-size: 16px;
}
.caseDetails .recommend a {
    display: block;
    border: 1px solid #ddd;
    overflow: hidden;
}
.caseDetails .recommend a img {
    transition: all 0.5s;
}
.caseDetails .recommend a:hover img {
    transform: scale(1.1);
}
.equipment {
    background-color: #f6f6f6;
}
.equipment .equipment_list li {
    margin-bottom: 30px;
}
.equipment .equipment_list a {
    display: block;
    border: 1px solid #ddd;
}
.equipment .equipment_list a p {
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    font-size: 18px;
    color: rgb(180, 143, 95);
}
.equipment_lImg {
    overflow: hidden;
}
.equipment_lImg img {
    transition: all 0.5s;
}
.equipment .equipment_list a:hover .equipment_lImg img {
    transform: scale(1.1);
}

.newscenter {
    background-color: #f6f6f6;
}
.newscenter .news_list li {
    margin-bottom: 20px;
}
.newscenter .news_list li a {
    border: 1px solid #ddd;
    display: block;
}
.newscenter .news_list li:hover h4 {
    color: rgb(180, 143, 95);
}
.newscenter .news_list li:hover .news_dot {
    background-color: rgb(180, 143, 95);
}
.newscenter .news_list li:hover .news_bottom span:last-of-type {
    background-color: rgb(180, 143, 95);
}
.news_img {
    overflow: hidden;
}
.news_img img {
    transition: all 0.5s;
}
.news_list li:hover .news_img img {
    transform: scale(1.1);
}
.newscenter .news_content {
    padding: 0px 10px 10px;
}
.newscenter .news_content h4 {
    font-size: 16px;
}
.newscenter .news_content .news_dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #999;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
}
.newscenter .news_content p {
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.newscenter .news_bottom {
    font-size: 12px;
    color: #999;
}
.newscenter .news_bottom span:last-of-type {
    float: right;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    color: white;
    background-color: #999;
    border-radius: 50%;
    transform: scale(0.7);
}
.newsDetails {
    background-color: #f6f6f6;
    padding: 40px 0px 60px;
    font-size: 16px;
}
.newsDetails .newsD_title h4 {
    color: rgb(180, 143, 95);
    text-align: center;
    font-size: 24px;
}
.newsDetails .newsD_times {
    color: #999;
    margin-top: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newsDetails .newsD_times .newsD_Tleft {
    text-align: right;
}
.newsDetails .newsD_content {
    line-height: 30px;
}
.newsDetails .newsD_content img {
    max-width: 100%;
}
.newsDetails .newsD_content h5 {
    text-align: center;
    color: rgb(180, 143, 95);
    margin: 20px;
}
.newsDetails .more_news {
    margin-top: 50px;
}
.newsDetails .more_news li {
    line-height: 30px;
}
.newsDetails .more_news li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.more_news li a:hover,
.more_news li a:hover .times {
    color: rgb(180, 143, 95);
}
.newsDetails .more_news li span:first-of-type {
    display: inline-block;
    margin-right: 8px;
}
.newsDetails .more_news .times {
    float: right;
    color: #999;
    font-size: 12px;
}
.contactUs {
    background-color: #f6f6f6;
    padding: 40px 60px;
}
.contactUs h4 {
    color: rgb(180, 143, 95);
}
.contactUs .contactUs_topList {
    display: flex;
    margin: 20px 0px;
}
.contactUs .contact_left {
    flex: 2;
}
.contactUs .contact_left span {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    background-color: rgb(180, 143, 95);
}
.contactUs .contact_left span img {
    max-width: 100%;
}
.contactUs .contact_right {
    flex: 8;
    padding-left: 15px;
}
.contactUs .contact_right p {
    margin: 0px;
    font-size: 16px;
}
.contactUs .contact_right p:first-of-type {
    margin-top: 20px;
    font-weight: bold;
}
.contactUs_top li:nth-of-type(1) .contact_right p:first-of-type,
.contactUs_top li:nth-of-type(2) .contact_right p:first-of-type {
    margin-top: 10px;
}
.contactUs .contactUs_map img {
    max-width: 100%;
}
.contactUs .contact_form {
    margin-top: 30px;
}
.contactUs .form_name,
.contactUs .form_Email,
.contactUs .form_phone {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    line-height: 30px;
    padding: 0px 15px;
    background-color: white;
}
.contactUs .form_name span,
.contactUs .form_Email span,
.contactUs .form_phone span {
    color: #999;
}
.contactUs .form_name input,
.contactUs .form_Email input,
.contactUs .form_phone input {
    width: 90%;
    padding-left: 10px;
    outline: none;
    border: none;
    background-color: transparent;
}
.contactUs .form_message {
    border: 1px solid #ddd;
    background-color: white;
}
.contactUs .form_message textarea {
    width: 100%;
    height: 200px;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 15px;
    resize: none;
}
.contactUs .form_btns {
    margin-top: 30px;
}
.contactUs .form_btns input {
    display: inline-block;
    padding: 10px 40px;
    border: none;
    color: white;
    outline: none;
}
.contactUs .form_btns input:first-of-type {
    background-color: rgb(180, 143, 95);
    margin-right: 20px;
}
.contactUs .form_btns input:last-of-type {
    background-color: #b1b1b1;
}

.contactUsBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.contactUsBox .contactUs_map {
    width: 500px;
}
.contactUsBox .contactUs_top {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.contactUsBox .contactUs_top ul {
    margin: 0;
}
.contactUsBox .contactUs_top li {
    display: block;
    width: 100%;
    padding: 0;
}
/* 20190429 */
.casecenter_tnavs3 {
    background-color: white;
    box-shadow: 0px 0px 20px 0px #ddd;
    padding: 0px 20px;
    margin-bottom: 50px;
    border-radius: 40px;
}
.casecenter_tnavs3 li {
    display: inline-block;
}
.casecenter_tnavs3 li a {
    display: inline-block;
    line-height: 40px;
    padding: 0px 30px;
}

.casecenter_tnavs3 li a:hover {
    color: rgb(180, 143, 95);
}
/* 20190429 */

.casecenter .casecenter_topNav .anli_actives {
    /* border-color: rgb(180, 143, 95); */
    background-color: white;
    color: rgb(180, 143, 95);
}

.slideMain {
    position: relative;
}
.slideDown {
    position: absolute;
    width: 230%;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: none;
    z-index: 9999;
    background-color: rgb(246, 246, 246);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 40px;
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px rgb(210, 210, 210);
}
.slideDown li {
    line-height: 40px;
    display: block;
    font-size: 14px;
}

.caseDetailsCont {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.header_topC span p {
    float: right;
}

/*newsssssssss*/
/* 20190422 */
ul,
ol,
p {
    margin-bottom: 0px;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}
.header_topC p {
    float: left;
    margin: 0;
}
.header_topC p i {
    font-size: 16px;
    font-weight: bold;
}
.index_fuwufanwei {
    margin-bottom: 60px;
}
.fuwufanwei_box {
}
.fuwufanwei_box ul {
    margin: 0px -6px;
}
.fuwufanwei_box li {
    padding: 0px 6px;
    margin-bottom: 15px;
}
.showProductimg img {
    width: 100%;
}
.fwfw_box {
    background-color: rgb(246, 246, 246);
}
.fwfw_img {
    overflow: hidden;
}
.fwfw_img img {
    max-width: 100%;
    transition: all 0.3s;
}
.fwfw_cont {
    padding: 16px;
}
.fwfw_cont h4 {
    text-align: center;
    font-size: 24px;
    margin-top: 6px;
}
.fwfw_cont h5 {
    text-align: center;
    font-size: 12px;
    color: rgb(180, 143, 95);
}
.fwfw_cont p {
    color: rgb(98, 98, 98);
    line-height: 24px;
    height: 96px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fwfw_cmore {
    margin-top: 16px;
    text-align: center;
}
.fwfw_cmore a {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 4px;
    border: 1px solid rgb(191, 191, 191);
    color: rgb(149, 149, 149);
}

.fwfw_box:hover .fwfw_img img {
    transform: scale(1.1);
}
.fwfw_box:hover .fwfw_cmore a {
    border-color: rgb(180, 143, 95);
    color: white;
    background-color: rgb(180, 143, 95);
}
.i_superiorityList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.i_superiorityList li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.index .i_superiorityList .i_superiTop {
    font-size: 60px;
}
.index_gbanner img {
    max-width: 100%;
}

.index_abouts {
    margin-bottom: 60px;
}
.inabouts_box {
    background-color: rgb(246, 246, 246);
}
.inabouts_title {
    padding: 16px;
}
.inabouts_title span {
    font-size: 24px;
}
.inabouts_title a {
    float: right;
    color: rgb(149, 149, 149);
    display: inline-block;
    margin-top: 10px;
}
.inabouts_img img {
    max-width: 100%;
}
.inabouts_cont {
    padding: 20px 16px;
    line-height: 24px;
}
.inabouts_cont p {
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_jiagong {
    background: url('../image/vedio_bg.png') no-repeat center center/cover;
    padding: 10px 0;
    padding-bottom: 50px;
}
.index_jgvedio {
}
.index_jgvedio iframe {
    width: 100%;
    height: 500px;
}
.index_jgvedio video {
    width: 100%;
    height: auto;
}

.index_newsCenter {
    background-color: #f8f8f8;
}
.index_newsCtitle {
    text-align: center;
    margin-bottom: 20px;
}
.index_newsCtitle li {
    float: none;
    display: inline-block;
}
.index_newsCtitle .nav-tabs {
    border-bottom: none;
}

.index_newsCtitle .nav-tabs > li {
    margin: 0px 20px;
    margin-bottom: 0px;
}

.index_newsCtitle .nav-tabs > li.active {
    border: none;
}

.index_newsCtitle .nav-tabs > li.active > a,
.index_newsCtitle .nav-tabs > li.active > a:focus,
.index_newsCtitle .nav-tabs > li.active > a:hover,
.index_newsCtitle .nav-tabs > li > a:hover {
    border: none;

    margin: 0px;

    border-radius: 4px;

    background-color: rgb(180, 143, 95);

    color: white;
}

.index_newsCtitle .nav-tabs > li > a {
    margin: 0px;

    border: none;

    border-radius: 4px;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: rgb(149, 149, 149);
    color: white;
}
.i_hezuobanner img {
    max-width: 100%;
}
.i_hezuoban {
    padding-bottom: 30px;
}
.footer_opinion {
    background: url('../image/f_bg_v2.jpg') no-repeat center center/cover;
    padding: 30px 0;
}
.f_opinionbox h4 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 16px;
}
.f_opinionline {
    width: 40px;
    height: 1px;
    background-color: rgb(180, 143, 95);
    margin: 0 auto 30px;
}
.f_opinionbox form {
    display: block;
    padding: 0px 100px;
}
.f_opinionbox ul {
}
.f_opinionbox li:first-of-type,
.f_opinionbox li:nth-of-type(2) {
    margin-bottom: 20px;
}
.f_opinionlist input {
    border: 1px solid rgb(125, 125, 125);
    width: 100%;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 16px;
    color: white;
    outline: none;
}
.f_opinionlist input::-webkit-input-placeholder,
.f_opinionarea textarea::-webkit-input-placeholder {
    color: white;
}
.f_opinionarea {
    margin-top: 20px;
}
.f_opinionarea textarea {
    width: 100%;
    height: 100px;
    resize: none;
    border: 1px solid rgb(125, 125, 125);
    background-color: transparent;
    padding: 10px;
    outline: none;
    font-size: 16px;
    color: white;
}
.f_opinionbtns {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}
.f_opinionbtns input {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: rgb(180, 143, 95);
    color: white;
    border-radius: 4px;
    border: none;
}
.footer li:first-of-type .footer_logo img {
    margin: 0 auto;
    width: 240px;
}
/* 20190422 */
strong span {
    font-weight: bold;
}

/* 20190619 */
.new_product {
    margin-top: 30px;
}
.new_productimg a {
    display: block;
}
.new_productimg img {
    max-width: 100%;
}
.new_productimg p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .index {
        padding-top: 50px;
    }
    .banners {
        padding-top: 50px;
    }
    .index_consociation li {
        margin-bottom: 20px;
    }
    .footer {
        padding: 10px;
    }
    .footer ul {
        margin-bottom: 0px;
    }
    .footer ul p {
        margin-bottom: 0px !important;
        line-height: 20px;
        font-size: 12px;
    }
    .contactUs {
        padding: 20px 0px 40px;
    }
    .casecenter_tnavs3 li {
        margin-bottom: 10px;
    }
    .index {
        padding-top: 50px;
    }
    .banners {
        padding-top: 50px;
    }
    .index_consociation li {
        margin-bottom: 20px;
    }
    .footer {
        padding: 10px;
    }
    .footer ul {
        margin-bottom: 0px;
    }
    .footer ul p {
        margin-bottom: 0px !important;
        line-height: 20px;
        font-size: 12px;
    }
    .contactUs {
        padding: 20px 0px 40px;
    }
    .casecenter .casecenter_topNav li {
        margin-bottom: 10px;
        width: 45%;
    }
    .casecenter .casecenter_topNav li:nth-of-type(2n-1) {
        margin-right: 8%;
    }
    .casecenter .casecenter_topNav li:nth-of-type(2n) {
        margin-right: 0;
    }
    .casecenter .casecenter_topNav {
        text-align: left;
    }

    .casecenter_tnavs3 {
        border-radius: 6px;
        padding-top: 10px;
    }
    .casecenter_tnavs3 li a {
        line-height: 30px;
    }

    /* 20190423 */
    .index_cTop > p:last-of-type,
    .fwfw_cont h4,
    .index .index_superiority h4 {
        font-size: 18px;
    }

    .index .index_superiority {
        padding: 0px;
    }
    .i_superiorityList ul {
        flex-wrap: wrap;
        text-align: center;
    }
    .i_superiorityList li {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .index .index_superiority .i_superiorityTop {
        padding-top: 20px;
    }
    .index .i_superiorityList {
        margin-top: 20px;
    }
    .index .i_superiorityList .i_superiTop {
        font-size: 30px;
    }
    .index .i_superiorityList .i_superiTop span:last-of-type {
        font-size: 20px;
    }
    .index .i_superiorityList .i_superiTop {
        margin-bottom: 10px;
    }
    .inabouts_title span {
        font-size: 18px;
    }
    .inabouts_title a {
        margin-top: 6px;
    }
    .index_jgvedio {
        padding: 0;
    }
    .index_jgvedio iframe {
        height: 240px;
    }
    .index .index_product li,
    .index-equipmentList li {
        margin-bottom: 20px;
    }
    .index_newsCtitle .nav-tabs > li {
        margin: 0px 6px;
    }
    .index_newsCtitle .nav-tabs > li > a {
        padding: 6px 14px;
    }
    .i_newsCenterList li {
        margin-bottom: 20px;
    }
    .index .i_newsCenterList .index_More,
    .index .index-equipmentList .index_More {
        margin: 20px 0;
    }
    .f_opinionbox h4 {
        font-size: 18px;
    }
    .f_opinionbox form {
        padding: 0;
    }
    .f_opinionbox li {
        margin-bottom: 20px;
    }
    .f_opinionarea {
        margin-top: 0;
    }
    .serviceBoxs .service_list ul {
        display: block;
        margin: 0;
    }
    .serviceScope .service_list li {
        margin: 0;
        margin-bottom: 20px;
    }
    .service_rImg {
        width: 150px;
    }
    .serviceScope .service_content {
        padding: 10px;
    }
    .serviceScope .service_content h4 {
        font-size: 16px;
    }
    .serviceScope .service_content p {
        line-height: normal;
    }
    .serviceScope .service_content p:first-of-type {
        margin: 6px 0;
    }
    .serviceScope .service_content p:first-of-type span {
        display: block;
    }
    body {
        overflow-x: hidden;
    }
    .about_content {
        padding: 0px 15px;
    }
    .contactUs .form_name input,
    .contactUs .form_Email input,
    .contactUs .form_phone input {
        width: 80%;
    }
}
