<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common */
@media screen and (max-width: 700px) {
    img{max-width: 100%;}
}
@media screen and (min-width: 700px) {
    img{width: 100%;}
}
/* body{max-width: 375px;margin: 0 auto;} */
.m_title{display: flex;justify-content: space-between;}
.m_title h3{font-size: 16px;font-weight: bold;}
.m_title h3::before{content: "";width: 2px;height: 100%;background-color: #0B6CB2;margin-right: 5px;display: inline-block;vertical-align: bottom;}
.m_title span a{color: #999999;}

/* 产品列表 */
.m_ul{display: block;width: 100%;margin: 15px 0;overflow-y: hidden;overflow-x: auto;white-space: nowrap;}
.m_ul li{padding: 8px;box-sizing: border-box;border: 1px solid #EEEEEE;margin-right: 12px;display: inline-block;color: #999999;}
.m_ul li:last-child{margin-right: 0;}
.m_ul .active{border: 1px solid #0B6CB2;color: #0B6CB2;}

.m_list {overflow: hidden;display: none;}
.m_list li{width:calc( calc(100% - 15px) / 2 );margin-bottom: 15px; margin-right: 15px;float: left;}
.m_list img{display: block;}
.m_list li a{display: block;}
.m_list li:nth-child(2n){margin-right: 0;}
.m_list .p{font-weight: bold;line-height: 30px;}

.m_list.active{display: block;}



/* head */
.m_header {box-sizing: border-box;position: fixed;top: 0;left: 0;right: 0;z-index: 100;background-color: #212121;}
.m_header .nav{height: 60px;display: flex;justify-content: space-between;align-items: center;position: relative;}
.m_header .logo{/*width:32px ;*/height: 60px;margin-right: 15px;}
.m_header .h3{font: 16px;font-weight: bold;}
.m_header .nav_left{display: flex;align-items: center;}
.m_header .nav_right{width:32px ;height: 27px;/*border: 1px solid #0B6CB2;*/display: flex;flex-direction: column;justify-content: center; align-items: center;}
.m_header .nav_right span{display: block; width:25px ;height: 2px;background-color: #72bb2b;margin: 3px 0;transition: all 0.3s;}

.m_header .nav_right.active span:nth-child(1){transform: rotate(40deg);transform-origin:center center;width:20px ;margin:0 ;transition: all 0.3s; margin-bottom: -1px;}
.m_header .nav_right.active span:nth-child(2){display: none;transition: all 0.3s;}
.m_header .nav_right.active span:nth-child(3){transform: rotate(-40deg);transform-origin:center center;width:20px ;margin:0 ;transition: all 0.3s;}


/* 菜单 */
.m_menu{position: fixed;left: 0;right: 0;top: 60px;bottom: 0;background-color: rgba(0,0,0,0.6);z-index: 2000;}
.m_menu .menu_list{background-color: #212121;padding:0 15px;z-index: 888;box-shadow: 0 5px 10px rgba(0,0,0,0.2);max-height: 80vh;overflow-y: auto;}
.m_menu .menu_list a{display: block;width: 100%;}
.m_menu .menu_one{/*border-bottom: 1px solid #EEEEEE;*/}
.m_menu .menu_one:last-child{border-bottom: none;}
.m_menu .menu_one h3{color: white;font-size: 16px;font-weight: bold;display: flex;justify-content: space-between;align-items: center;padding: 15px 0;}
.m_menu .menu_one h3 i{font-size: 14px; color: #999999;display: inline-block;margin-right: 5px;}
.m_menu .menu_two{display: none;}
.m_menu .menu_two li{height: 38px;line-height: 38px;padding-left: 30px;box-sizing: border-box;}
.m_menu .menu_two li:hover{/*background-color: #EEEEEE;*/}


/* 搜索 */
.serch {margin-bottom: 20px;
    display: flex;
    margin-top: 20px;}
.serch input[type="search"]{flex: 1; border: 1px solid #eeeeee;height: 30px;line-height: 30px;padding: 0 10px;box-sizing: border-box;}
.serch input[type="submit"]{width: 80px; background-color: #eeeeee;color: #333333;height: 30px;line-height: 30px;border: none;}

/* banner */
.m_banner .swiper-pagination-bullet{width: 5px;height: 5px;}

/* 关于我们 */
.m_about{box-sizing: border-box;}
.m_about .ab_center {padding: 15px 0;}
.m_about .ab_center .p{line-height: 24px;margin-top: 15px;}

/* 产品中心 */
.m_product .pro_center{box-sizing: border-box;}

/* 案例中心 */
.m_case .case_center{box-sizing: border-box;}
.m_case .m_list li{border-bottom: 1px solid #eeeeee;}


/* 新闻中心 */
.news_bg{position: relative;margin-bottom: 15px;}
.news_bg img{display: block;}
.news_bg .p{position: absolute;color: #FFFFFF; left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(11, 108, 178, 0.8);display: flex;justify-content: center;align-items: center;flex-direction: column;}
.news_bg .p h3{font-size: 38px;}
.news_bg .p span{font-size: 20px;margin: 0 15px;}
.news_bg .p span:nth-child(1),.news_bg .p span:nth-child(5){color: rgba(255,255,255,.4);}
.news_bg .p span:nth-child(2),.news_bg .p span:nth-child(4){color: rgba(255,255,255,.8);}

.m_news .new_list {border-bottom: 1px solid #EEEEEE;}
.m_news .new_list .title{display: flex;margin:10px 0;}
.m_news .new_list .title span{display: inline-block;width: 80px;text-align: right;color: #999999;}
.m_news .new_list .title b{flex: 1;}
.m_news .new_list .txt {line-height: 24px;color: #999999;padding-bottom: 15px;}


/* 合作伙伴 */
.m_clients .clients_center{margin: 15px 0;}


/* 底部 */
.m_footer{margin-top: 15px;margin-bottom: 71px;}
.m_footer .foot_top {border-bottom: 1px solid #EEEEEE;}
.m_footer .foot_top img{display: block; width: 80px;height: 80px;}
.m_footer .foot_top{padding: 15px 0;display: flex;flex-direction: column;align-items: center;}
.m_footer .foot_top h3{font-size: 18px;font-weight: bold;color: #0B6CB2;padding: 10px 0;}
.m_footer .foot_copy{font-size: 12px;padding: 25px 0; text-align: center; color: #999999;line-height: 20px;}
.m_footer .foot_tel{position: fixed;left: 0;right: 0;bottom: 0;z-index: 1000; background-color: #FFFFFF; font-size: 12px;text-align: center; color: #999999;line-height: 20px;border-top: 1px solid #EEEEEE;font-size: 16px;}
.m_footer .foot_tel a{display: block;background-color: #0B6CB2;color: #FFFFFF;height: 40px;display: flex;justify-content: center;align-items: center;}
.m_footer .foot_tel i{margin-right: 5px;}

.m_footer .back_top {position: fixed;right: 30px;bottom: 15%;z-index: 999;display: block;width: 40px;height: 40px;background-color: #f4f4f4;line-height: 40px;text-align: center;}




/* ---------------内页------------------------ */
.nei_ul{display: block;width: 100%;margin: 15px 0;overflow-y: hidden;overflow-x: auto;white-space: nowrap;}
.nei_ul li a{padding:4px 8px;display: block; box-sizing: border-box;border: 1px solid #EEEEEE;}
.nei_ul li{margin-right: 12px;display: inline-block;color: #999999;}
.nei_ul li:last-child{margin-right: 0;}
.nei_ul .active a{border: 1px solid #0B6CB2;color: #0B6CB2;}

/* 关于我们 */
.about_center {line-height: 24px;}
.about_wh li{display: block;}
.about_wh li h3{padding: 5px 0;border-bottom: 1px solid #EEEEEE;}
.about_wh li .p{padding: 10px 0;}

.about_honor {overflow: hidden;} 
.about_honor li{float: left;margin-right:15px;width:calc(calc(100vw - 60px) / 3 );margin-bottom: 15px;} 
.about_honor li img{display: block;} 
.about_honor li:nth-child(3n){margin-right: 0;} 

.contact_center .img{margin: 15px 0;}
.contact_center .user li{margin: 10px 0;}


/* 产品详情 */
.nei_product .pro_detial .title{padding-bottom: 15px;border-bottom: 1px solid #333333;}
.nei_product .pro_detial .title h3{font-size: 16px;font-weight: bold;text-align: center;}

.nei_product .pro_detial .title .p{color: #999999;margin-top: 5px;}
.nei_product .pro_detial .title .p span{margin-right: 15px;}
.nei_product .pro_detial .title .p i{font-size: 13px;margin-right: 5px;}
.nei_product .pro_detial .content{padding: 15px 0;box-sizing: border-box;line-height: 24px;}
.nei_product .pro_detial .pages {margin: 15px 0;}
.nei_product .pro_detial .pages a{display: block;margin-bottom: 15px;border: 1px solid #EEEEEE;padding: 5px 10px;}

/* 新闻 */
.news_center {margin-top: 15px;}
.news_center .list_news li{margin-bottom: 15px;border-bottom: 1px solid #eeeeee;}
.news_center .list_news .title{line-height: 20px;display: flex;}
.news_center .list_news .title{line-height: 20px;display: flex;}
.news_center .list_news .title span{color: #999999;display: inline-block;width:80px;}
.news_center .list_news .title b{flex: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_center .list_news .txt{margin: 10px 0;line-height: 24px;color: #999999;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* 在线留言 */
.msg_center{margin-top: 30px;}
.msg_center .linemsg label{display: block;}
.msg_center .linemsg label span{display: block;font-weight: bold;margin:10px 0;}
.msg_center .linemsg input{width: 100%;height: 35px;line-height: 35px;border:1px solid  #EEEEEE;padding:0 10px;box-sizing: border-box;}
.msg_center .linemsg textarea{width: 100%;height: 60px;padding:5px 10px;box-sizing: border-box;resize: none;border:1px solid  #EEEEEE;}
.msg_center .linemsg .code{width: 110px;height: 35px;padding:10px;box-sizing: border-box;border:1px solid  #EEEEEE;}
.msg_center .linemsg .codeimg{width: 100px;height: 35px;display: inline-block;vertical-align: bottom;margin: 0 15px;}
.msg_center .linemsg b{font-weight: initial;}
.msg_center .linemsg .btn {display: flex;justify-content: center;margin: 30px 0;}
.msg_center .linemsg .btn input{width:100px;margin-right: 20px;font-size: 14px;cursor: pointer;transition: all 0.3s;}
.msg_center .linemsg .btn input:hover{background-color: #0B6CB2;color: #FFFFFF;transition: all 0.3s;}
.msg_center .linemsg .reset{cursor: pointer;}


/* 全局搜索 */
.nei_serch .sec_nav {border: 1px solid #EEEEEE;overflow: hidden; height: 30px;line-height: 30px;}
.nei_serch .sec_nav li{padding: 0 15px;float: left;cursor: pointer;}
.nei_serch .sec_nav li.active{color: #0B6CB2;}

.nei_serch .sec_wrapper{margin-top: 15px;}
.nei_serch .sec_wrapper .sec_list{overflow: hidden;display: none;}
.nei_serch .sec_wrapper .sec_list.active{display: block;}

.nei_serch .sec_wrapper .list_pro li{width: calc(calc(100vw - 45px) / 2);float: left;margin-right: 15px;margin-bottom: 15px;}
.nei_serch .sec_wrapper .list_pro li:nth-child(2n){margin-right: 0;}
.nei_serch .sec_wrapper .list_pro .p {padding: 10px 0;}

.nei_serch .sec_wrapper .list_news .title{display: flex;}
.nei_serch .sec_wrapper .list_news .title b{flex: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nei_serch .sec_wrapper .list_news .title span{width: 80px;color: #999999;display: block;}
.nei_serch .sec_wrapper .list_news li {border-bottom: 1px solid #eeeeee;margin-bottom: 15px;}
.nei_serch .sec_wrapper .list_news .txt {margin: 10px 0;line-height:24px;color: #999999;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}


.nei_serch .sec_wrapper .list_case li{width: calc(calc(100vw - 45px) / 2);float: left;margin-right: 15px;margin-bottom: 15px;border-bottom: 1px solid #eeeeee;}
.nei_serch .sec_wrapper .list_case li:nth-child(2n){margin-right: 0;}
.nei_serch .sec_wrapper .list_case a,.nei_serch .sec_wrapper .list_case img{display: block;}
.nei_serch .sec_wrapper .list_case .txt{padding: 10px 0;}

/* 信息标签 */

.label {padding: 10px 0;overflow: hidden;}
.label .la_li {float: left;margin-bottom: 10px; margin-right: 10px;background-color: #DEE9F2;border-radius: 5px;border: 1px solid #CCCECE;box-sizing: border-box;}
.label .la_li a{display: block;padding: 4px 8px;color: #787775;font-size: 12px;}
.label .la_li:hover a{background-color: #cfdfed;}
.label .la_li i{font-size: 12px;margin-right: 4px;color: #888888;}


/* 相关信息 */
.message .msg_tit{font-size: 16px;padding: 15px 0;}
.message .list{overflow: hidden;}
.message .pro_list .item{float: left;display: inline-block;width: calc(calc(100% - 30px) / 3);margin-right: 15px;margin-bottom: 10px;}
.message .pro_list .item:nth-child(3n){margin-right: 0;}
.message .list a,.message .list img{display:block;width: 100%;}
.message .pro_list .item p{line-height: 25px;font-size: 12px;}
.message .news_list .item{line-height: 35px;padding-right:15px;overflow: hidden;border-bottom:1px solid #eeeeee ;}
.message .news_list .item p{width: calc(100% - 80px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.message .news_list .item a{overflow: hidden;}
.message .news_list .item:last-child{border-bottom:none;}
/* 分页 */
.pagination{display: flex;justify-content: center;margin: 30px 0;}
.pagination .page-item{width: 30px;height: 30px;background-color: #EEEEEE;margin: 0 5px;}
.pagination .page-item .page-link{display: block;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.pagination .page-item.active{background-color: #0B6CB2;color: #FFFFFF;}
.pagination .page-item.active a{color: #FFFFFF;}
.pagination .page-item:hover{background-color: #0B6CB2;color: #FFFFFF;}
.pagination .page-item:hover a{color: #FFFFFF;}

/*shouye*/
@media screen and (max-width: 1656px){
div.indexmiddle {
    width: 95%;
    margin: 0px auto;
}
}
div.indexmiddle {
    margin: 0px auto;
    text-align: center;
}
@media screen and (max-width: 640px){
div.indexmiddlenr li {
    width: 100%;
}
}
div.indexmiddlenr li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
}
img {
    border: 0px;
    display: block;
    cursor: pointer;
}
div.indexmiddlenr li {
    list-style-type:none;
}
div.indexmiddlenr li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
div.indexmiddlenr li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
}
img {
    border: 0px;
    display: block;
    cursor: pointer;
}
/*anli*/
@media screen and (max-width: 767px){
.case_self ul li {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 2%;
}
}
.case_self ul li {
    cursor: pointer;
    margin-right: 2%;
    margin-bottom: 1%;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
}
.case_self ul li p {
    margin-bottom: 40px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0px;
    bottom: -40px;
    color: #FFF;
    background: rgba(0,0,0,0.3);
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
}
.animates {
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.animates {
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.animates {
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.hasdiv {
    overflow: hidden;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: rotate(0deg);
}
.hasdiv {
    overflow: hidden;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: rotate(0deg);
}
a:hover {
    text-decoration: none;
    color: #72BB2A;
}

li:hover .hasdiv .bkg {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
}
.hasdiv:hover .bkg {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
}
.hasdiv:hover .bkg {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
}
.case_self ul li .bkg {
    /* padding-bottom: 64.7%; */
}
.hasdiv .bkg {
    display: block;
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hasdiv .bkg {
    display: block;
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hasdiv .bkg {
    display: block;
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*fuwu*/
@media screen and (max-width: 767px){
.cor_self ul li {
    width: 50%;
}
}
.cor_self ul li {
    float: left;
    cursor: pointer;
    position: relative;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.6;
    filter: alpha(opacity=0.6);
}
.hasdiv {
    overflow: hidden;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: rotate(0deg);
}
li:hover .hasdiv .bkg {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
}
.cor_self ul li .bkg {
    padding-bottom: 41%;
}
.hasdiv .bkg {
    display: block;
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cor_self ul li p {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    padding-bottom: 41%;
    display: none;
    display: block;
}
.animates {
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
/*fuwuguodekehu*/
.cor_self {
    /*height: 800px;*/
}
.indexcor {
    text-align: center;
    width: 1424px;
    max-width: 95%;
    margin: auto;
}
img.imgwds {
    margin: auto;
}
.cor_self ul li {
    margin-bottom: 30px;
    float: left;
    cursor: pointer;
    position: relative;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.6;
    filter: alpha(opacity=0.6);
}
.hasdiv {
    overflow: hidden;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: rotate(0deg);
}


.cor_self ul li p {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    padding-bottom: 41%;
    display: none;
    display: block;
}
.animates {
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}


.cor_self ul li .bkg {
    padding-bottom: 41%;
}
.hasdiv .bkg {
    display: block;
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cor_self ul li:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1;
    filter: alpha(opacity=1);
}
li:hover .hasdiv .bkg {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
}
.hasdiv:hover .bkg {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
}
.cor_self ul li .bkg {
    padding-bottom: 41%;
}
.hasdiv .bkg {
    display: block;
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cor_self ul li:hover p {
    opacity: 0;
    filter: alpha(opacity=0);
}
/*ABOUT*/
.about .fr {
    width: 680px;
}

.about .fr h2 {
    font-size: 30px;
    color: #333333;
}

.about .fr div {
    color: #999999;
    font-size: 16px;
    font-weight: lighter;
    padding-bottom: 30px;
}

.about .fr p {
    font-size: 14px;
    font-weight: lighter;
    color: #999999;
    line-height: 35px;
}
/*wedo*/
@media screen and (max-width: 640px){
div.wedo li {
    width: 33.3%;
}
}
div.wedo li {
    float: left;
    position: relative;
}
div.wedo li img {
    width: 100%;
}
div.wedo li img.yin {
    display: none;
}
@media screen and (max-width: 1000px){
div.wedo li div {
    background: url(xian.gif) left 30px no-repeat #72bb2b;
}
}

@media screen and (max-width: 1000px){
div.wedo li div {
    background: url(xian.gif) left 100px no-repeat #72bb2b;
}
}

@media screen and (max-width: 1213px){
div.wedo li div {
    background: url(xian.gif) left 100px no-repeat #72bb2b;
}
}

div.wedo {
    margin-bottom: 40px;
}
div.wedo img.imgwd {
    margin: 0px auto;
}
div.wedo li {
	list-style-type:none;
    float: left;
    position: relative;
}
div.wedo li:hover img.xian {
    display: none;
}
div.wedo li img {
    width: 100%;
}
div.wedo li:hover img.yin {
    display: block;
}
div.wedo li img.yin {
    display: none;
}
div.wedo li img {
    width: 100%;
}
div.wedo li:hover div {
    display: block;
}
/*duomeiti*/
.h740 {
    height: 500px;
    overflow: hidden;
}
.bacolor {
    width: 100%;
    background-color: #5a5d60;
}
.about_bg {
    padding: 20px 0 0 0;
}

.dli {
        margin-left: 2px;
    color: white;
    height: 30px;
    text-align: center;
    width: 116px;
    float: left;
    border-right: 1px solid white;
    margin-bottom: 20px;
   /* margin-right: 2px;*/
}
.dlia {
    font-weight: bold;
    font-size: 12px;
    color: white;
    line-height: 30px;
}
.mar10 {
	margin-right: 10px;
    margin-left: 10px;
}

@media screen and (max-width: 800px){
.foots {
    padding: 20px 0px;
}
}
.foots {
    background: #222222;
}
.foots .fmiddle {
    display: block;
    width: 1600px;
    margin: auto;
    max-width: 96%;
}
@media screen and (max-width: 640px){
.foots .fmiddle dl {
    float: none;
    margin: auto;
}
}
@media screen and (max-width: 800px){
.foots .fmiddle dl {
    width: 50%;
    height: auto;
    border: none;
    padding: 0px;
}
}
@media screen and (max-width: 1444px){
.foots .fmiddle dl {
    width: 18%;
}
}
.foots .fmiddle dl {
    /*float: left;*/
    text-align: center;
    /*width: 15%;
    padding-right: 2.5%;
    border-right: 1px solid #adb0b2;
    height: 210px;*/
}
.foots .fmiddle dl p {
    display: block;
    margin: auto;
}
.foots .fmiddle dl p img {
    display: block;
    margin: auto;
}
@media screen and (max-width: 800px){
.foots .fmiddle dl i {
    margin: 10px auto;
}
}
@media screen and (max-width: 1024px){
.foots .fmiddle dl i {
    font-size: 18px;
}
}
.foots .fmiddle dl i {
    display: block;
    height: 27px;
    color: #bcbfc1;
    line-height: 27px;
}
.foots .fmiddle dl i img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 15px;
    margin-left: -59px;
    text-align: center;
}
@media screen and (max-width: 640px){
.foor {
    width: 80%;
    margin: 20px auto 0 auto;
}
}
@media screen and (max-width: 800px){
.foor {
    border: none;
    padding: 0px;
    float: none;
}
}
@media screen and (max-width: 1024px){
.foots .fmiddle ul a, .foor {
    font-size: 14px;
}
}
.foor {
    overflow: hidden;
    color: #909090;
}
.foor i {
    display: block;
    color: #fff;
}
.foots i, .foots em {
    font-style: normal;
}
.foor em {
    display: block;
    margin: 7px auto;
}
.foots i, .foots em {
    font-style: normal;
}


/*neiye1-case*/
div.bigcp {
    background: #f4f4f4;
    position: relative;
    padding-bottom: 38px;
}
@media screen and (max-width: 1602px){
div.ermiddle {
    width: 85%;
}
}
div.ermiddle {
    margin: 0px auto;
}
div.route {
    padding-top: 20px;
    padding-bottom: 30px;
}
span.ccc {
    display: inline-block;
    font-size: 24px;
    color: #000;
}
span.eee {
    font-size: 24px;
    color: #d3d3d4;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
div.ernav a {
    display: inline-block;
    text-align: center;
    margin-bottom: 8px;
    border: 2px solid #d3d3d4;
    color: #b4b2b2;
    margin-right: 8px;
    font-size: 16px;
    height: 31px;
    line-height: 31px;
    padding: 0px 30px;
    border-radius: 16px;
}

.caselili {
	margin-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
img {
    border: 0px;
    display: block;
    cursor: pointer;
}
.caselili .water_user {
    background: none;
}
.water_user {
    color: #393838;
    padding: 10px 20px;
    font-size: 15px;
    background: url(../img/wt.gif) 20px bottom no-repeat #FFF;
}
a:hover {
    text-decoration: none;
    color: #72BB2A;
}

div.ernav a:hover {
    color: #FFF;
    border: 2px solid #72bb2a;
    background: #72bb2a;
}
.water_option {
    height: 250px;
    background: #fff;
    border-top: 0px #f0f0f0 solid;
    padding: 5px 0 37px 20px;
}
.water_option p {
    color: #858483;
    font-size: 14px;
    line-height: 22px;
    padding-top: 18px;
    text-align: justify;
}
.tong_list {
    width: 100%;
    margin: 10px auto;
}
.tong_list li {
    margin: auto;
    padding-bottom: 5px;
    border-bottom: #CCC 1px dotted;
    line-height: 200%;
    text-align: left;
    background: url(../img/san.gif) no-repeat left 6px;
}
.tong_list li a {
    float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.tong_list li span {
    float: right;
}
.clear {
    clear: both;
}
.page_fy {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    MARGIN: 3px;
    PADDING-TOP: 3px;
    TEXT-ALIGN: center;
}
.page_fy A.focus {
    BORDER-RIGHT: #2c2c2c 1px solid;
    PADDING-RIGHT: 15px;
    BORDER-TOP: #2c2c2c 1px solid;
    PADDING-LEFT: 15px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 9px;
    MARGIN: 2px;
    BORDER-LEFT: #2c2c2c 1px solid;
    COLOR: #fff;
    PADDING-TOP: 9px;
    BORDER-BOTTOM: #2c2c2c 1px solid;
    BACKGROUND-COLOR: #2c2c2c;
}
.page_fy A {
    BORDER-RIGHT: #eee 1px solid;
    PADDING-RIGHT: 15px;
    BORDER-TOP: #eee 1px solid;
    PADDING-LEFT: 15px;
    PADDING-BOTTOM: 9px;
    MARGIN: 2px;
    BORDER-LEFT: #eee 1px solid;
    COLOR: #000;
    PADDING-TOP: 9px;
    BORDER-BOTTOM: #eee 1px solid;
    TEXT-DECORATION: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

div.lxwms {
    width: 100%;
    background: url(../img/mbg.jpg) right top no-repeat #f4f4f4;
}
div.lxwmxiao1293 {
    width: 1293px;
    margin: 0px auto;
    padding-top: 46px;
    padding-bottom: 46px;
}
.map {
    float: left;
    width: 47.7%;
    border: 1px solid #cccccc;
}
div.lxwmzi {
    float: right;
    width: 44.3%;
}
div.lxwmzi span.dizhi1 {
    color: #82c14a;
    font-size: 24px;
    display: inline-block;
    padding-top: 60px;
}
div.lxwmzi p {
    font-size: 16px;
    line-height: 33px;
}
div.bigtxtu {
    width: 65%;
}
div.bigtxtu li img {
    width: 100%;
}
div.twtx {
    padding-top: 42px;
    width: 100%;
    /* position: relative; */
}


.piaofu {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -122px;
    z-index: 99999;
}
.piaofu li {
    position: relative;
    height: 80px;
    margin-bottom: 1px;
    background: #252527;
    width: 84px;
    overflow: hidden;
}
.animates {
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}
.piaofu li em {
    background-position: center;
    font-style: normal;
    background: #252527;
    right: 0px;
    background-repeat: no-repeat;
    display: block;
    width: 84px;
    height: 80px;
    position: relative;
}
.piaofu li i {
    position: absolute;
    background: #252527;
    font-style: normal;
    left: 84px;
    top: 0px;
    line-height: 80px;
    height: 80px;
    color: #FFF;
    display: block;
    width: 120px;
}
.piaofu li.l1:hover em {
    background-image: url(../img/11.png)!important;
}
.piaofu li:hover em.act {
    right: 120px;
    background: #72BB2B;
}
.piaofu li:hover i {
    left: -36px;
    background: #72BB2B;
}
.piaofu li.l2:hover em {
    background-image: url(../img/22.png)!important;
}
.piaofu li:hover img {
    opacity: 1;
    filter: alpha(opacity=1);
}
.w100 {
    width: 100%;
    clear: both;
}
/*@media only screen and (max-width:768px ) {
    .about_bg .fr p {
    font-size: 13px;
    font-weight: lighter;
    color: #000000;
    line-height: 27px;height: 50px;overflow: hidden;
}
}*/
.container1 {
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 640px){
div.lxwmzi {
    width: 90%;
    margin-right: 5%;
}
}
@media screen and (max-width: 1293px){
div.lxwmxiao1293 {
    width: 95%;
}
}
@media screen and (max-width: 640px){
.map {
    width: 90%;
    margin-left: 5%;
}
}
@media screen and (max-width: 1000px){
.map {
    float: left;
    width: 80%;
    margin-left: 10%;
}
}
@media screen and (max-width: 640px){
div.lxwmzi {
	margin-bottom: 10%;
    width: 90%;
    margin-right: 5%;
}
}
@media screen and (max-width: 640px){
div.lxwmzi span.dizhi1 {
    font-size: 20px;
    padding-top: 30px;
}
}
@media screen and (max-width: 640px){
div.lxwmzi p {
    font-size: 14px;
    line-height: 22px;
}
}


/*about-neiye*/

div.bigcp {
    overflow: hidden;
    background: #f4f4f4;
    position: relative;
    padding-bottom: 38px;
}
div.aboutt {
    text-align: center;
    background: url(../img/about.jpg) center top no-repeat;
    width: 100%;
    height: auto;
}
div.aboutt2 {
    text-align: center;
    background: url(../img/about_05.png) center top no-repeat;
    width: 100%;
    height: auto;
}
div.abouttitle {
    padding-top: 75px;
    margin: 0px auto;
    text-align: center;
    display: block;
}
span.abouten {
    color: #82c14b;
    font-size: 33px;
    display: block;
    padding-bottom: 3px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
span.aboutch {
    color: #555;
    font-size: 30px;
    display: block;
    margin: 0px auto;
    text-align: center;
}
div.ab p {
    line-height: 200%;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 45px;
}
.ab {
   /* width: 1376px;*/
    margin:0 auto;
}
div.hyystitle {
    padding-top: 75px;
    padding-bottom: 46px;
}
div.qyln {
    width: 100%;
    height: 803px;
    height: 100%;
    background: url(../img/about_02.jpg) center top no-repeat;
}
div.qylntitle {
    padding: 75px 0px 14px 0px;
}
div.qyln ul {
    margin: 0px auto;
    width: 970px;
    max-width: 100%;
}
div.qyln ul li {
    width: 100%;
    padding-bottom: 27px;
}
div.qyln ul li img {
    float: left;
    padding-top: 3px;
}
div.qyln ul li p {
    float: right;
    width: 89.6%;
    font-size: 18px;
    color: #666;
}
div.qyln ul li p a {
    font-size: 24px;
    color: #222;
    display: inline-block;
    padding-bottom: 11px;
}
div.ryzz {
    width: 100%;
    height: 804px;
    background: url(../img/about_03.jpg) center top no-repeat;
}
div.ermiddle {
    margin: 0px auto;
    width: 1500px;
}
div.ryzznr p {
    float: left;
    line-height: 36px;
    color: #525252;
    font-size: 16px;
}
div.ryzznr img {
    float: right;
    width: 78.2%;
}
div.ryzztitle {
    padding: 70px 0px 44px 0px;
}
div.job {
    /* max-height: 803
px
; */
    height: 100%;
    padding-bottom: 30px;
    margin-bottom: -38px;
    width: 100%;
    text-align: center;
    background-color: #f1f1f1;
    /*background: url(../img/about_04.jpg) center top no-repeat;*/
}
div.jointitle {
    padding: 75px 0px 19px 0px;
}
p.jobp {
    line-height: 26px;
    font-size: 18px;
    display: block;
    max-width: 95%;
    margin: 0px auto;
}
div.ermiddle {
    margin: 0px auto;
    width: 1500px;
}
div.job ul li {
    height: 910px;

    margin-bottom: 20px;

    float: left;
    background: #FFF;
    border: 1px solid #d3d3d4;
    text-align: left;
    margin-right: 2.49%;
  
    padding-bottom: 20px;
    width: 22.3%;
}
div.job ul li span {
    color: #222222;
    font-size: 24px;
    display: block;
    width: 80%;
    margin: 0px auto;
    padding-top: 40px;
}
div.job ul li p {
    width: 80%;
    margin: 0px auto;
    line-height: 22px;
    padding-bottom: 28px;
    color: #7e7e7e;
    font-size: 16px;
    display: block;
    padding-top: 15px;
    text-align: justify;
}
div.job ul li dl {
    width: 80%;
    margin: 0px auto;
    color: #7e7e7e;
    font-size: 16px;
}
@media screen and (max-width: 1024px){
span.aboutch {
    font-size: 24px;
}
}
@media screen and (max-width: 1024px){
div.aboutt p {
    line-height: 26px;
    font-size: 14px;
    padding-top: 25px;
    max-width: 95%;
    display: block;
    margin: 0px auto;
}
}
@media screen and (max-width: 1024px){
div.ab p {
    line-height: 26px;
    font-size: 14px;
    padding-top: 25px;
    max-width: 95%;
    display: block;
    margin: 0px auto;
}
}
@media screen and (max-width: 800px){
div.qyln ul li img {
    display: none;
}
}
@media screen and (max-width: 800px){
div.qyln ul li p {
    width: 89.6%;
    font-size: 14px;
    margin-right: 5%;
}
}
@media screen and (max-width: 1213px){
div.ryzz {
    height: auto;
    padding-bottom: 20px;
}
}
@media screen and (max-width: 1213px){
div.ryzztitle {
    padding: 22px 0px;
}
}
@media screen and (max-width: 1602px){
div.ermiddle {
    width: 85%;
}
}
@media screen and (max-width: 800px){
div.ryzznr p {
    width: 98%;
    margin-left: 1%;
}
}
@media screen and (max-width: 1213px){
div.ryzznr p {
    line-height: 24px;
    font-size: 14px;
}
}
@media screen and (max-width: 800px){
div.ryzznr img {
    width: 98%;
    margin-right: 1%;
}
}
@media screen and (max-width: 1024px){
div.tuandui {
    height: auto;
    padding-bottom: 20px;
}
}
@media screen and (max-width: 1000px){
div.jointitle {
    padding: 19px 0px 19px 0px;
}
}
@media screen and (max-width: 1000px){
p.jobp {
    line-height: 22px;
    font-size: 14px;
}
}
@media screen and (max-width: 1602px){
div.ermiddle {
    width: 85%;
}
}
@media screen and (max-width: 1000px){
div.job ul {
    padding-top: 20px;
}
}
@media screen and (max-width: 640px){
div.job ul li {
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
}
}
@media screen and (max-width: 1000px){
div.job ul li p {
    width: 80%;
    line-height: 30px;
    padding-bottom: 28px;
    font-size: 14px;
    padding-top: 0px;
}
}
@media screen and (max-width: 1000px){
div.job ul li dl {
    width: 80%;
    margin: 0px auto;
    color: #7e7e7e;
    font-size: 16px;
}
}
@media screen and (max-width: 1602px){
div.ermiddle {
    width: 85%;
}
}
/*	div.ernav a.erhover {
    color: #FFF;
    border: 2px solid #72bb2a;
    background: #72bb2a;
}*/
.tong_list {
    width: 100%;
    margin: 10px auto;
}
.tong_list li {
    margin: auto;
    padding-bottom: 5px;
    border-bottom: #CCC 1px dotted;
    line-height: 200%;
    text-align: left;
    background: url(images/san.gif) no-repeat left 6px;
}
li {
    list-style: none;
}
.tong_list li a {
    float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.tong_list li span {
    float: right;
}
.clear {
    clear: both;
}


.lin ul li:nth-child(3n) {
    border-right:none;
}

.cpli {
    width: 288px; height: 520px; top: 0px; left: 0px;
}
.img200 {
    height: 200px;
}
</pre></body></html>