@charset "UTF-8";

/* 头部 */
.header {
    height: 44px;
    line-height: 44px;
}
.header-fixed {
    position: fixed;
    top: 0;
    max-width: 750px;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    z-index: 99;
    background: #fff;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    font-size: 0;
}
.header .logo {
    display: inline-block;
    font-size: 0;
    width: 60px;
    height: 28px;
    vertical-align: middle;
}
.header .nav-btn,
.header .back-btn {
    position: absolute;
    top: 0;
    left: 3%;
}
.header .search-btn {
    position: absolute;
    right: 3%;
}
.header .search-btn .iconfont {
    font-size: 18px;
}
.header h3 {
    font-size: 18px;
    color: #333;
}
.header .home-btn {
    position: absolute;
    right: 3%;

    color: #000;
}
.header .home-btn i {
    font-size: 18px;
}
.header-fixed.home-page {
    /*border-bottom: 1px solid #D9DADC;*/
}
.header-page .search-btn {
    right: 12%;
}
.search-box {
    width: 85%;
    left: 15%;
    position: absolute;
    top: 0;
    height: 44px;
    line-height: 44px;
}
.search-box .inp {
    display: block;
    width: 80%;
    height: 30px;
    margin-top: 7px;
    border-radius: 22px;
    text-indent: 2em;
    background: #F2F2F2;
    float: left;
}
.search-box .sub {
    width: 20%;
    background: #fff;
    height: 44px;
    text-align: center;
    font-size: 14px;
    color: #818181;
}

/*导航 */
.navbar{position:fixed;z-index:50;height:100%;top:44px;overflow:hidden;display:none;width:100%;max-width:750px;margin:0 auto;text-align: center;}
.navbar ul{height:100%;overflow-x:hidden;overflow-y: auto;background:#F9F9F9;width:60%;position:relative;z-index:2;padding-top: 3%;}
.navbar ul li{height:45px;line-height:45px;}
.navbar ul li a{display:block;color:#282a2c;height:45px; opacity:0;transform: translateX(-100%); transition: all 0.4s ease 0s;transition-delay: 160ms;}
.navbar ul li a i{font-size:1rem;margin-right:.6rem;float:left;}
.navbar ul li a:hover,.navbar ul li .on{background:#fff;}
.navbar ul li:first-child{border-top:none;}
.navbar ul li:first-child i{font-size:1.2rem;}
.navbar ul li:nth-child(2) a{transition-delay:240ms;}
.navbar ul li:nth-child(3) a{transition-delay:320ms;}
.navbar ul li:nth-child(4) a{transition-delay:400ms;}
.navbar ul li:nth-child(5) a{transition-delay:480ms;}
.navbar ul li:nth-child(6) a{transition-delay:540ms;}
.navbar ul li:nth-child(7) a{transition-delay:600ms;}
.navbar ul li:nth-child(8) a{transition-delay:660ms;}
.navbar ul li:nth-child(9) a{transition-delay:720ms;}
.navbar ul.show li a{ opacity:1;transform: translateX(0);}
.floatmask{width:100%;height:100%;background:#000;opacity:0.5;position:absolute;top:0;z-index:1;display:none;overflow:hidden;transition:all 0.5s;max-width:750px;margin:0 auto;}

.navbar .qr-box {
    margin: 10px auto 10%;
    width: 60%;
    font-size: 12px;
}
.navbar .hd-mall {
    width: 60%;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ededed;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 18px;
}
.navbar .hd-mall i {
    display: inline-block;
    vertical-align: inherit;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url(../picture/icon_mall2.png) no-repeat center;
    background-size: contain;
}

/*banner*/
.banner {
    width:100%;
    overflow:hidden;
    position:relative;
}
.banner .swiper-slide {
    position:relative;
    text-align:center;
    background-color: #fff;
}
.pagination {
    position:absolute;
    z-index:20;
    left:0;
    bottom:8px;
    width:100%;
    text-align:center;
}
.swiper-pagination-bullet {
    display:inline-block;
    width:8px;
    height:8px;
    border-radius:50%;
    background:transparent;
    border: 1px solid #fff;
    margin:0 3px;
    cursor:pointer;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background:#1871cc;
    border-color: #1871cc;
}

/*首页标题*/
.index-title {
    width: 94%;
    margin: 0 auto 15px;
    padding: 30px 0 10px;
}
.index-title .tit-en {
    display: inline-block;
	font-size: 12px;
    color: #333;
	position: relative;
	top:0px;
	padding-left: 10px;

}
.index-title .tit-en img{height: 100%;}
.index-title .tit-cn {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #1871cc;
	top:0px;
}
.index-title .tit-en:before {
    content: "/";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 10px;
}
.index-title .com-more {
    top: 5px;
}



/*按钮*/
.com-more{position: relative; z-index: 1; display: inline-block; width: 70px; height: 19px; line-height: 19px; border-radius: 8.5px; text-align: center; color: #1871cc; border: 1px solid #1871cc; font-size: 12px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.com-more .sp-r {
    display: inline-block;
    margin-left: 3px;
    width: 16px;
    height: 9px;
    background: url(../picture/icon_more.png) no-repeat center;
    background-size: contain;
    vertical-align: initial;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;}
/*.com-more:hover .sp-r,
.more:hover .com-more .sp-r {background: url(../picture/icon_more_on.png) no-repeat center;background-size: contain;}*/
/*.com-more:hover,
.more:hover .com-more {
    color: #fff;
    background: #1871cc;
}*/

.com-more.loadmore {
    display: block;
    width: 40%;
    margin: 2% auto 0;
    line-height: 30px;
    height: 30px;
    border-radius: 15px;
}


/*产品*/
.index-product .index-title {
    padding: 18px 0 0;
    border: none;
}
.index-product-list {
    border-bottom: 1px solid #DCDDDF;
    border-left: 1px solid #DCDDDF;
}
.index-product-list li {
    float: left;
    border-top: 1px solid #DCDDDF;
    border-right: 1px solid #DCDDDF;
}
.index-product-list li a {
    display: block;
}
.index-product-list li:nth-child(1),
.index-product-list li:nth-child(2),
.index-product-list li:nth-child(3) {
    width: 33.3333%;
}
.index-product-list li:nth-child(4),
.index-product-list li:nth-child(5) {
    width: 50%;
}

.index-bathroom-content {
    position: relative;
    background: #fff;
}
.index-bathroom-content .swiper-slide .cont {
    padding: 3% 3% 3% 3%;
}
.index-bathroom-content .swiper-slide .cont .tit {
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}
.index-bathroom-content .swiper-slide .cont .des {
    font-size: 14px;
}
.index-bathroom-content .pagination {
    /*width: 30%;*/
    right: 0;
    left: initial;
}
.index-bathroom-content .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border-color: #6C6C6C;
}

/*关于*/
.index-about-content .cont {
    position: relative;
    margin-bottom: 3%;
}
.index-about-content .cont:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 99%;
    height: 195px;
    border: 2px solid #eee;
}
.index-about-content .cont .pic {
    position: relative;
    width: 180px;
    margin-right: 15px;
}
.index-about-content .cont .tit {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #00a149;
}
.index-about-content .cont .des {
    font-size: 10px;
    padding-right: 15px;
}
@media screen and (max-width: 320px) {
    .index-about-content .cont .pic {
        width: 45%;

    }
    .index-about-content .cont:before {
        /*height: 160px;*/
        display: none;
    }
    .index-about-content .cont .des {
        padding-right: 0;
    }
    .index-about-content .cont .tit {
        padding-top: 10px;
        padding-bottom: 5px;
    }
}
.index-about-content .about-other li {
    float: left;
    width: 48.5%;
}
.index-about-content .about-other li:first-child {
    margin-right: 3%;
    position: relative;
    overflow: hidden;
}
.index-about-content .about-other li:first-child .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.about-logo {
    padding: 8% 0;
    background: url(../picture/logosy_bg_wap.jpg) no-repeat center;
    background-size: cover;
}
.about-logo .cont {
}
.about-logo .cont .tit {
    font-size: 21px;
    color: #00a149;
}
.about-logo .cont p {
    line-height: 1.75;
    margin-top: 10px;
    color: #6c6c6c;
}

.about-hexin {
    padding-bottom: 3%;
}
.hexin-list li {
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 3%;
    padding: 5%;
    color: #6c6c6c;
}
.hexin-list li.color {
    color: #fff;
}
.hexin-list li .tit {
    font-size: 16px;
    margin-bottom: 10px;
    color: #484a4c;
}
.hexin-list li.color .tit {
    color: #fff;
}


/*新闻*/
.gr-news-list li{/*height: 110px;*/padding: 10px 0;border-bottom: 1px solid #E5E5E5;}
.gr-news-list li:first-child {
    padding-top: 0;
    /*height: 100px;*/
}
.gr-news-list li .pic{margin-right: 15px; height: 90px; width: 90px;line-height: 90px;font-size: 0;background: #fff;overflow: hidden;}
.gr-news-list li .pic img {/*max-width: none;*/ height: 100%;}
.gr-news-list li .tit{padding-top: 4px; padding-bottom: 3px; color: #333; font-weight: normal; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.gr-news-list li:hover .tit,
.gr-news-list li:active .tit{color: #c7000a;}
.gr-news-list li .date{font-size: 10px;color: #999;}
.gr-news-list li .des{
    padding-top: 5px;
    line-height: 1.5;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.page-banner.on {
    margin-bottom: 32px;
}

/*底部*/
.footer {
    text-align: center;
    border-top: 1px solid #F5F5F5;
}
.foot-nav {
    padding: 4% 0;
    border-bottom: 1px solid #F5F5F5;
}
.foot-nav li {
    float: left;
    width: 16.6666%;
    font-size: 12px;
    line-height: 2;
}
.foot-nav li img {
    width: 31.5px;
}
.footer .hotline {
    padding-top: 4%;
    padding-bottom: 4%;
    color: #818181;
}
.footer .hotline span {
    font-size: 20px;
    /*font-family: 'fantasy';*/
}
.footer .copyright {
    color: #818181;
    font-size: 10px;
    padding: 0 3% 4%;
}




/*列表页*/
.cate-bar {
    height: 36px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    box-shadow: 0 0 5px #bfbfbf;
    max-width: 750px;
}
.cate-bar.fixed {
    position: fixed;
    top: 44px;
    width: 100%;
    z-index: 2;
}
.cate-bar .swiper-slide {
    display: inline-block;
    padding: 0 10px;
    width: auto;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cate-bar .swiper-slide.on {
    color: #1871cc;
}
.cate-bar .swiper-slide a {
    display: inline-block;
}
.cate-bar .swiper-slide a.on {
    color: #1871cc;
}
.cate-bar-3 .swiper-wrapper,
.cate-bar-4 .swiper-wrapper,
.cate-bar-5 .swiper-wrapper {
    display: block;
    padding: 0 3%;
    box-sizing: border-box;
    font-size: 0;
}
.cate-bar-3 .swiper-slide {
    width: 33.3333%;
    padding: 0;
}
.cate-bar-4 .swiper-slide {
    width: 25%;
    padding: 0;
}
.cate-bar-5 .swiper-slide {
    /*width: 20%;*/
    padding: 0 4%;
}

/*加载*/
.com-load {
    display: block;
    height: 30px;
    width: 94%;
    line-height: 30px;
    color: #fff!important;
    margin: 4% auto;
    background: #999;
    text-align: center;
}
.com-load:hover {
    background: #CF000D;
}


/*产品*/
.gr-product .pro-tit {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
    line-height: 1;
}
.gr-product .pro-tit-cate {
    font-size: 12px;
}
.gr-product .pro-tit-cate a {
    display: inline-block;
    margin-right: 8px;
}
.gr-product .pro-tit-cate a.on {
    color: #1871cc;
}
.gr-product .pro-tit .icon-p {
    display: inline-block;
    margin-right: 7px;
    margin-left: 4px;
    height: 17px;
    position: relative;
    top: -1px;
}
.gr-product .pro-tit .icon-p1 {
    margin-top: -2px;
}
.gr-product-list li .tit {
    position: relative;
    /*border-top: none;*/
    background: #fff;
    padding: 6px;
    border-top: 1px solid #ededed;
}
.gr-product-list li .tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 102%;
    width: 100%;
    height: 100%;
    background: #1871cc;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-product-list li:hover .tit:before {
    top: -1px;
}
.gr-product-list li .tit .icon-plus {
    position: relative;
    /*line-height: 42px;*/
    font-size: 24px;
    color: #aaa;
    font-family: serif;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-product-list li:hover .tit .icon-plus {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gr-product-list li .tit .tit-cont {
    overflow: hidden;
    position: relative;
}
.gr-product-list li .tit .tit-cont h5 {
    font-size: 14px;
    margin-bottom: 2px;
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-product-list li .tit .tit-cont p {
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-product-list li:hover .tit .tit-cont h5,
.gr-product-list li:hover .tit .tit-cont p,
.gr-product-list li:hover .tit .icon-plus {
    color: #fff;
}

.banner-product {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

.product-title {
    padding: 10px 3%;
}
.product-title .tit {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}
.product-title .tit-spec {
    font-size: 12px;
    color: #818181;
}
.product-spec {
    border-top: 5px solid #F2F2F2;
    border-bottom: 5px solid #F2F2F2;
}
.product-spec .tit,
.product-chara .tit {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
}
.product-spec .des {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px!important;
    line-height: 1.8;
}
.product-chara ul {
    padding: 20px  3% 10px;
}
.product-chara ul li {
    float: left;
    width: 33.3333%;
    /*margin-right: 10px;*/
    margin-bottom: 10px;
    font-size: 12px;
    height: 26px;
    line-height: 24px;
}
.product-chara ul li i {
    display: inline-block;
    width: 26px;
    margin-right: 3px;
}
@media screen and (max-width: 320px) {
    .product-chara ul li {
        font-size: 10px;
    }
}
.prodcut-detail {
    border-top: 12px solid #f2f2f2;
}
.prodcut-detail .detail-tabs {
    text-align: center;
    font-size: 0;
    background: #F8F8F8;
    height: 30px;
    line-height: 30px;
    margin-bottom: 3%;
}
.prodcut-detail .detail-tabs a {
    display: inline-block;
    font-size: 14px;
    width: 33.3333%;
}
.prodcut-detail .detail-tabs a.on {
    background: #fff;
    border-top: 1px solid #1871cc;
}
.detail-tabs-container {
    line-height: 1.8;
    /*font-size: 12px;*/
}
.relation-other {
    padding-top: 3%;
}
.relation-other .relation-tit {
    font-size: 16px;
    /*color: #333;*/
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 10px;
}

.case-detail .cont {
    padding: 4% 3% 4%;
}
.case-detail .cont .tit {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}
.case-detail .cont .tit-en {
    font-size: 10px;
    color: #818181;
}
.case-detail .cont .des {
    margin-top: 5px;
    font-size: 12px;
}

.tech-detail {
    padding: 3%;
    border-bottom: 1px solid #eee;
}
.tech-detail .tit-en {
    margin-top: 5px;
    font-size: 12px;
    color: #818181;
}
.tech-detail .tit {
    margin-top: 5px;
    font-size: 18px;
    color: #00a149;
}
.tech-detail .des {
    margin-top: 5px;
    margin-bottom: 3%;
}


.com-tit {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
    line-height: 1;
    color: #333;
}


/*关于页面*/
.com-iframe {
    display: block;
    margin: 0 auto;
}
.about-intro {
    background: url(../picture/about_intro_bg.jpg) no-repeat center;
    background-size: cover;
}
.about-intro .tit {
    font-size: 21px;
    color: #00a149;
    margin-top: 15px;
    margin-bottom: 5px;
}
.about-intro .tit2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}
.about-intro .des {
    font-size: 12px;
    color: #818181;
    line-height: 1.8;
}
.about-ln ul li {
    width: 100%;
    /*border: 1px solid #E5E5E5;*/
    margin-bottom: 3%;
}
/*.about-ln ul li .pic {
	float: left;
	width: 30%;
}
.about-ln ul li .des {
	overflow: hidden;
	padding: 5%;
	line-height: 1.8;
	font-size: 12px;
}*/

/*发展历程*/
.about-develop-list {
    position: relative;
}
.about-develop-list:before {
    content: "";
    position: absolute;
    left: 16%;
    height: 100%;
    border-left: 1px solid #BCBDC0;
    margin-left: 5px;
}
.about-develop-list li {
    position: relative;
    margin-bottom: 5%;
    padding-left: 25%;
}
.about-develop-list li .date {
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #333;
}
.about-develop-list li:before {
    content: "";
    position: absolute;
    left: 16%;
    top: 6px;
    width: 9px;
    height: 9px;
    border: 1px solid #DCDDDF;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
}
.about-develop-list li .des {
    font-size: 10px;
}
.about-develop-list li p {
    margin-bottom: 5px;
}
.about-develop-list .com-more {
    position: relative;
    line-height: 30px;
    border-radius: 15px;
    margin-left: 25%;
    margin-top: 5%;
}
.about-develop-list .com-more:before {
    content: "";
    position: absolute;
    left: -20%;
    top: 50%;
    width: 20%;
    border-top: 1px solid #BCBDC0;
}
.about-develop-list .com-more:after {
    content: "";
    position: absolute;
    left: -29%;
    /* top: 50%; */
    bottom: -1.5px;
    width: 20%;
    border-top: 3px solid #F5F5F5;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.design-one {
    padding: 3% 3% 5%;
    border-bottom: 5px solid #F2F2F2;
}
.com-design h3 {
    font-size: 16px;
    /*margin-top: 12px;*/
    margin-bottom: 10px;
    color: #333;
}
.com-design p {
    font-size: 12px;
    margin-bottom: 15px;
    color: #818181;
    line-height: 1.5;
}
.design-one .com-line {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 12px;
    margin-bottom: 12px;
}
.design-room li ~ li {
    margin-top: 3%;
}

.com-line-2 {
    border-bottom: 5px solid #f2f2f2;
}

/*服务*/
.service-list {
    padding: 20px 0;
}
.service-list li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 12px;
}
.service-list li .pic img {
    width: 45px;
}
@media screen and (max-width: 320px) {
    .service-list li {
        font-size: 10px;
    }
}
.service-after ul li {
    float: left;
    width: 48.5%;
    margin-bottom: 3%;
}
.service-after ul li:nth-child(2n+1) {
    margin-right: 3%;
}
.service-after .des {
    padding-top: 2%;
    line-height: 1.6;
}
.service-after .des p {
    margin-bottom: 5px;
}
.service-after .des p:last-child {
    margin-bottom: 0;
    margin-top: 10px;
}
.service-fix .fix-list li {
    margin-bottom: 3%;
}
.service-after-table {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.service-after-table td {
    border: 1px solid #ededed;
    vertical-align: middle;
    padding: 5px;
}
@media screen and (max-width: 320px) {
    .service-after-table td {
        font-size: 10px;
    }
}

.tech-table img {
    width: auto!important;
    height: auto!important;
}
.tech-table tbody tr td {
    display: block;
    width: 100%;
    margin-top: 3%;
    clear: both;
    overflow: hidden;
    font-size: 12px;
}
.tech-table tbody tr td p:first-child {
    display: block;
    margin-right: 3%;
    float: left;
    width: 50%;
}
.tech-table tbody tr td p:first-child img {
    height: auto!important;
}
.tech-table tbody tr td p:nth-child(2) {
    font-size: 14px;
    line-height: 1.8;
}

.honor-list li {
    text-align: center;
    box-shadow: 0 0 5px #ddd;
}
.honor-list li p {
    margin-bottom: 0;
    line-height: 30px;
    border-top: 1px solid #f5f5f5;
}


/*新闻详情*/
.news-container .news-content p {
    line-height: 1.5;
}
.news-container .news-title {
    padding: 5% 0;
    border-top: 1px #f1f1f1 solid;
    text-align: center;
}
.news-container .news-title .tit{padding-bottom: 10px; color: #333;font-weight: normal;font-size: 16px;}
.news-container .news-title p{padding-bottom: 5%;border-bottom: 1px solid #F0F2F5; color: #a3afb7;font-size: 12px;}
.news-container .news-title p a{color: #a3afb7;}
.news-content img {
    max-width: 100%!important;
    max-height: 100%!important;
    height: auto!important;
    width: auto!important;
}
.news-page {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    background: #f5f5f5;
}
.news-page a {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    width: 65px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #818181;
    border-radius: 14px;
    color: #818181;
    font-size: 0;
}
.news-page a:first-child:before {
    content: "上一篇";
    font-size: 14px;
}
.news-page a:last-child:before {
    content: "下一篇";
    font-size: 14px;
}
.news-page a:hover {
    color: #1871cc;
    border-color: #1871cc;
}

/*服务内页*/
.page-service {
    padding: 5% 3% 8%;
}
.page-service h4 {
    font-size: 14px;
    margin-bottom: 10px;
}
.page-service p {
    font-size: 12px;
    line-height: 1.5;
}
.page-service hr {
    border: none;
    border-bottom: 1px solid #ededed;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
}
.page-service p span span,
.page-service p strong span {
    display: inline-block;
    font-size: 14px!important;
    margin-bottom: 10px;
}
.page-service p:first-child span strong {
    font-size: 18px;
}



/*服务网点*/
.gobo-map {
    position: relative;
}
.lse-map{
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: #f2f2f2;
}
.lse-m-img{
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.lse-sc-p{
    color: #fff;
    line-height: 77px;
    font-size: 20px;
    float: left;
}
.lse-sc-p span{
    margin-left: 9px;
}
.lse-sc-r {
    padding: 0 3% 4%;
}
.lse-sc-r select, .lse-sc-r input{
    display: block;
    overflow: hidden;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border:none;
    outline: none;
    background-color: #DCDDDF;
    color: #484a4c;
}
.lse-sc-r select{
    width: 48.5%;
    padding-left: 10px;
    font-family: "微软雅黑";
    margin-bottom: 2%;
}
.lse-sc-r select:first-child {
    margin-right: 3%;
}
.lse-sc-r .lse-s-k{
    padding: 0 10px;
    width: 100%;
    margin-bottom: 2%;
}
.lse-sc-r .lse-s-s{
    width: 100%;
    background-color: #1871cc;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-family: "微软雅黑";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.lse-sc-r .lse-s-s:hover {
    background: #019044;
}
.addrBox-bg {
    padding: 3%;
    background: #333;
}




/*联系*/
.page-contact {
    border-top: 10px solid #f2f2f2;
}
.contact-tit {
    position: relative;
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.contact-tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    border-bottom: 3px solid #333;
}
.contact-content {
    padding-bottom: 5%;
    border-bottom: 10px solid #f2f2f2;
}
.contact-content .qr-list {
    text-align: center;
    margin-top: 3%;
}
.contact-content .qr-list li {
    display: inline-block;
    text-align: center;
    width: 100px;
    margin: 0 10px;
}
.contact-content .contact-info p {
    font-size: 12px;
    color: #818181;
}
.contact-content .contact-info .hotline {
    color: #00a149;
    font-size: 23px;
    font-family: fantasy;
}
.com-hotline {
    color: #00a149;
    font-size: 23px;
    font-family: fantasy;
    line-height: 1;
}
.contact-content .contact-info p em {
    color: #333;
}
.contact-content .contact-info .tit {
    /*margin-bottom: 10px;*/
}
.contact-content .contact-info .des {
    margin-top: 5px;
    line-height: 1.8;
}


/*表单新*/
.message-content {

}
.message-content .tit {
    font-size: 14px;
    color: #484a4c;
    margin-bottom: 3%;
}
.message-content form .tit ~ .tit {
    margin-top: 3%;
}
.message-content .inp {
    border: 1px solid #aaa;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}
.message-content .first .inp {
    float: left;
    width: 100%;
    border: 1px solid #aaa;
    /* padding: 0 10px; */

}
.message-content .first .inp:nth-child(3) {
    margin-top: 2%;
}
.message-content select {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}
.message-content .second li {
    float: left;
    width: 100%;
}
.message-content .second li:first-child,
.message-content .first .inp:first-child {
    margin-right: 3%;
}
.message-content .second li:nth-child(1),
.message-content .second li:nth-child(2),
.message-content .first .inp:nth-child(1),
.message-content .first .inp:nth-child(2) {
    width: 48.5%;
}
.message-content .second li input {
    height: 35px;
    line-height: 35px;
    width: 100%;
}
.message-content .second li:nth-child(3),
.message-content .second li:last-child {
    margin-top: 2%;
}
.message-content .second li .xx1 {
    width: 100%;
}
.message-content .three {

}
.message-content .three .xx3 {
    border: 1px solid #aaa;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
}
.message-content .three span {
    width: 33.3333%;
    float: left;
    margin-bottom: 2%;
}
.message-content .three .rad {
    vertical-align: sub;
    -webkit-appearance: radio;
}
.message-content .three .rad ~ .rad {
    margin-left: 20px;
}
.message-content .area {
    width: 100%;
    height: 80px;
    border: 1px solid #aaa;
    margin-bottom: 3%;
    padding: 2%;
}
.message-content .sub {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    cursor: pointer;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.message-content .sub:hover {
    background: #555;
}

.row-2 li a {
    display: block;
}

/*招商*/
.zs-three {
    padding-bottom: 25px;
    background: url(../picture/zs_zc_bg.jpg) no-repeat center;
    background-size: cover;
}
.com-jm-box {
    margin-top: 22px;
    text-align: center;
}
.com-jm-box .tel-name {
    font-size: 12px;
    margin-bottom: 5px;
}
.com-jm-box .com-hotline {
    color: #00a149;
    font-size: 23px;
    font-family: fantasy;
    line-height: 1;
}
.com-jm-box .com-jm {
    display: inline-block;
    margin-top: 15px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #fff;
    color: #1871cc;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-jm-box .com-jm .ico-jm {
    display: inline-block;
    background-image: url(../picture/zs_zx.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-size: contain;
    vertical-align: middle;
}
.com-jm-box2 .com-jm {
    background: #00A149;
    color: #fff;
}
.com-jm-box2 .com-jm .ico-jm {
    background: url(../picture/zs_zx_on.png) no-repeat;
    background-size: contain;
}

/*弹窗留言*/
.join-wrap{position: fixed; top: 0; z-index: 301; display: none; width: 100%; background-color: rgba(0,0,0,0.8);}
.join-box{position: fixed; top: 50%; right: 0; left: 0; z-index: 300; display: none; margin: -196px auto 0; width: 90%; height: 314px; border-radius: 5px; background-color: #fff;}
.join-close{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 302;
    width: 20px;
    height: 20px;
    background: url(../picture/icon-close.png) no-repeat center;
    background-size: contain;
}
/*.join-close:hover{ cursor: pointer; background: url(../picture/icon-close-hover.png) no-repeat center;}*/
.join-wrap .page-title {
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 16px;
}
.join-wrap .page-title h3 .tit {
    color: #333;
}
.join-wrap .form-desc {
    height: 100px;
}
.join-wrap .form-desc .text {
    height: 85px;
}
.form-box {
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form-box .form-tit {
    margin-bottom: 10px;
    text-align: center;
}

.contact-message-list li {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    width: 90%;
    height: 30px;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    line-height: 30px;
}
.contact-message-list li .tit {
    float: left;
    font-size: 12px;
    width: 20%;
    text-align: center;
}
.contact-message-list li.message {
    margin-bottom: 20px;
    height: 50px;
}
.contact-message-sub {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: 41px;
    line-height: 41px;
    background-color: #1871cc;
    color: #fff!important;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.contact-message-sub:hover {
    background-color: #333;
}
.contact-message-list li input {
    width: 70%;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.contact-message-list li textarea{
    border: none;
    margin-top: 5px;
    width: 70%;
    height: 35px;
    font-size: 12px;
    line-height: 1.5;
}
.contact-message-list li input:focus,
.contact-message-list li textarea:focus {
    background-color: #f2f2f2;
}



/*固定咨询框*/
.zixun-bar {
    /* height: 30px; */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99;
    padding: 3%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.zixun-bar .zx{display: inline-block; width: 40%; margin: 0 2px; text-align: center; height: 24px;text-align: center; font-size: 14px; line-height: 24px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;border-radius: 3px;border-radius: 3px;}
.zixun-bar .zx-qq {
    color: #fff;
    background: #1871cc;
    border: 1px solid #1871cc;
}
.zixun-bar .zx-mall {
    color: #F19F3F;
    border: 1px solid #F19F3F;
}
.zixun-bar .zx .ico {
    margin-right: 8px;
    display: inline-block;
}
.zixun-bar .zx-qq .ico {
    width: 12.5px;
    height: 12px;
    background: url(../picture/icon_qq.png) no-repeat;
    background-size: contain;
}
.zixun-bar .zx-mall .ico {
    width: 14px;
    height: 12px;
    background: url(../picture/icon_mall.png) no-repeat;
    background-size: contain;
}
.zixun-bar .zx-dt {
    padding: 0;
    width: 24px;
    height: 24px;
    background: url(../picture/icon_dt.png) no-repeat center;
    background-size: contain;
    border: 1px solid #ccc;
    padding: 0 2px;
}


/*搜索*/
.notice-search {

}