body{color:#222;}
p,a{font-size:.16rem; }
a:hover{color:#053d9e;}
p{line-height: 2;}
.wrap{width:87.5%;margin:0 auto;}
@media(max-width:768px){
    p,a,span{font-size:14px !important;}
}

/* 电脑导航 */
header{top:0;z-index:99;width:100%;position:fixed;display:flex;justify-content: space-between;align-items: center;height:1rem;}
header .left{width:2rem;position:relative;height:100%;}
header .right{display:flex;justify-content: space-between;align-items: center;}
header .left img{width:100%;position:absolute;top: .2rem;left:1.2rem;}
header .nav{height:100%;}
header .nav a{display:inline-block;padding:0 .3rem;height:1rem;line-height:1rem;text-align: center;color:#fff;}
header .nav a .inside{padding:0 .1rem;}
header .nav a.active .inside,header .nav a:hover .inside{color:#fff;border-bottom:2px solid #fff;}
header .lan{display:flex;justify-content: center;align-items: center;margin-right:1.2rem;margin-left:.3rem;}
header .lan .line{width:1px;height:.16rem;background:#707072;margin:0 .23rem;}
header .lan img{width:.26rem;height:.21rem;}
.black_bg{background:rgba(0,0,0,.8);}
/*手机导航*/
/*移动端导航css*/
.mobile_header{width:100%; background:#fff;height:2rem;display:none;position:fixed;top:0;left:0;z-index:99;}
.mobile_header .container{width:100%;height:100%;display:flex;justify-content: space-between;align-items: center;}
.mobile_header .container img{width:28%;}
.mobile_header .container i{font-size:28px;}
.open_logo img {width: 150px;margin-top: 20px;}
#nav-phone {position:fixed; top:0; right:-100%; width:100%; height: 100%; background:#fff;z-index:2000;}
.close {display: flex;justify-content: flex-end;font-size: 20px;color: #1e56a7;cursor: pointer;margin: 10px 20px 0 0;opacity: 1!important;;}
.mobile_header .mobile_menu {width:92%; margin:30px auto 0; height:auto; z-index:99;}
.mobile_header .mobile_menu li{width:100%;}
.mobile_header .mobile_menu li a{display:block;height:100%; font-size:16px; line-height:48px; border-bottom:1px #f5f5f5 solid;color:#222;}
.mobile_menu li h3 {width:100%;background: url(../images/icon_01.png) 98% center no-repeat; background-size:12px; opacity:0.8; position:relative;}
.mobile_menu li.selected h3{background: url(../images/icon_02.png) 98% center no-repeat; background-size:12px; opacity:0.8;}
.mobile_menu li .list-item {position:relative;overflow: hidden;zoom: 1;display: none;padding-bottom: 30px;}
.mobile_menu li .list-item a{display:block; padding-left:20px; font-size:15px;}
.mobile_menu li .list-item a:hover{color:#c3a478;}
.open_logo{display: flex; justify-content: center; align-items: center;}
.open_logo img{width:140px;}
.mobile_header .mobile_menu li i{color:#c72032; margin-right:5px;}
#navToggle{display: none;}
@media screen and (max-width: 768px){
    header{display:none;}
    .mobile_header{display:flex;}
}

/* 轮播图 */
.banner{width:100%;height:9.4rem;position:relative;}
.banner .text{position:absolute;z-index:10;color:#fff;top:40%;}
.banner .text h1{font-size:.36rem;line-height: 2;}
.banner .text .more{font-size:.24rem;display: flex;justify-content: space-between;align-items: center;padding:.2rem;border:1px solid white;width:2.5rem;margin-top:.7rem;}
#swiper1{width:100%;height:100%;}
#swiper1 .swiper-pagination{bottom:.7rem!important;display: flex;justify-content: flex-start;align-items: center;margin-left:1rem;}
#swiper1 .swiper-pagination-bullet{width:.08rem;height:.08rem;background:rgba(255,255,255,.5);margin:0 .15rem!important;
    opacity: 1;}
#swiper1 .swiper-pagination-bullet-active{background:transparent;border:1px solid white;width:.3rem;height:.3rem;position:relative;}
#swiper1 .swiper-pagination-bullet-active::after{background:#fff;width:.08rem;height:.08rem;position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);content:'';display:block;border-radius:50%;}
#swiper1 .swiper-slide a{width:88%;margin:0 auto;height:80%;position:relative;display:block;}
@media(max-width:768px){
    .banner{height:360px;}
    .banner .text h1{font-size:14px;}
    .banner .text .more{padding:10px;width:125px;margin-top:35px;}
    .banner .text .more span{font-size:12px!important;}
    #swiper1 .swiper-pagination{bottom:35px!important;margin-left:22px;}
    #swiper1 .swiper-pagination-bullet{width:4px;height:4px;margin:0 7.5px!important;}
    #swiper1 .swiper-pagination-bullet-active{width:15px;height:15px;}
    #swiper1 .swiper-pagination-bullet-active::after{width:4px;height:4px;}
}

/* 关于 */
.about{width:100%;padding-top:.6rem;background:url(../images/about_bg.jpg);color:#fff;}
.about .wrap{color:#222;display:flex;justify-content: space-between;align-items: start;}
.about .left{width:50%;}
.about .right{width:50%;padding-left:.6rem;}
.about .right img{width:100%;margin-top:.38rem;vertical-align: bottom;}
.about .items{display:flex;justify-content:space-between;align-items: center;}
.about .content{margin-top:.5rem;}
.about .content p{font-size:.16rem;color:#666;line-height:2;text-indent:2em;margin-bottom:.3rem;}
.about_more{width:1.7rem;height:.5rem;display:flex;justify-content:center;align-items:center;background:#053d9e;color:#fff;border-radius:.05rem;}
.about_more:hover{color:#fff;}
.about_foot{width:100%;padding:.8rem 0;background:url(../images/about_footer_bg.jpg) center center/cover no-repeat;}
.about_foot .item{width:25%;border-right:1px solid #d1cece;}
.about_foot .item:last-child{border:none;}
.about_foot .item p{text-align: center;font-size:.2rem;color:#666;line-height: 1.5;}
.about_foot .item .plus{font-size:.3rem;}
.about_foot .item span{color:#053d9e;font-size:.72rem;font-weight:bold;margin-right:.1rem;}
@media(max-width:768px){
    .about{padding-top:30px;}
    .about .wrap{flex-wrap:wrap;}
    .about .wrap .left, .about .wrap .right{width:100%;}
    .about .right{padding-left:0;}
    .about .right img{margin-top:19px;}
    .about .content{margin-top:25px;}
    .about .content p{margin-bottom:15px;}
    .about_more{width:85px;height:25px;border-radius:5px;}
    .about_foot{padding:20px 0;}
    .about_foot .item{padding:0 10px;}
    .about_foot .item .plus{font-size:15px;}
    .about_foot .item span{font-size:36px;margin-right:5px;}
    .about_foot .item p{font-size:12px !important;}
    .about_foot .wrap{width:100%;}
}

/*公共区域*/
.common_entitle{height:.7rem;}
.common_title .title{display:flex;justify-content: flex-start;align-items: center;margin-top:.35rem;}
.common_title .title img{width:.3rem;margin-right:.2rem;}
.common_title .title span{font-size:.3rem;}
@media(max-width:768px){
    .common_entitle{height:35px;}
    .common_title .title{margin-top:17px;}
    .common_title .title img{width:15px;margin-right:10px;}
    .common_title .title span{font-size:18px!important;font-weight:bold;}
}

/* 产品 */
.products{padding:.55rem 0;}
.products .title span{margin-right:.2rem;}
.products .title{width:5.4rem;height:.77rem;background:url(../images/pdt_entitle.png) center center/cover no-repeat;margin:0 auto;display:flex;justify-content: center;align-items: center;}
.products .wrap{display:flex;justify-content: space-between;align-items:center;flex-wrap:wrap;margin-top:.4rem;}
.products .pdt{width:24%;}
.products .pdt .img_box{border:1px solid #999999;overflow:hidden;}
.products .pdt .img_box:hover img{transition:.5s;transform:scale(1.1);}
.products .pdt img{width:100%;}
.products .pdt p{text-align: center;font-size:.24rem;margin-bottom:.26rem;}
.btn{display:flex;justify-content: center;align-items: center;}
.btn a:hover{color:#fff;}
@media(max-width:576px){
    .products{padding:28px 0;}
    .products .title span{margin-right:10px;}
    .products .title{width:270px;height:38px;}
    .products .wrap{margin-top:20px;}
    .products .pdt{width:49%;}
    .products .pdt p{margin-bottom:13px;}
}

/*应用*/
.application{background:#f7f7f7;padding-top:.5rem;}
#swiper2.swiper-container {width: 100%;margin-left: auto;margin-right: auto;height:8.6rem;}
#swiper2 .swiper-slide {text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
#swiper2 .swiper-slide{position:relative;height:100%;}
#swiper2 .swiper-slide .right{position:absolute;right:0;z-index:1;width:75%;top:0;}
#swiper2 .swiper-slide .right p{width:6.12rem;float:right;text-align: left;margin-right:1.7rem;}
#swiper2 .swiper-slide .right img{width:100%;margin-top:1.74rem;}
#swiper2 .swiper-slide .left{position:absolute;left:0;z-index:2;width:8.4rem;top:0;}
#swiper2 .swiper-slide .left .box{background:rgba(30,86,167,.9);width:100%;margin-top:.47rem;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;padding-left:1.7rem;color:#fff;}
#swiper2 .swiper-slide .left .common_title{margin-left:1.7rem;}
#swiper2 .swiper-slide .left h2{font-size:.42rem;text-align: left;margin-top:.9rem;}
#swiper2 .swiper-slide .left h3{font-size:.36rem;color:rgba(255,255,255,.5);margin-top:.3rem;}
#swiper2 .swiper-slide .left i{font-size:.6rem;margin-top:1.8rem;margin-bottom:1.8rem;}
#swiper2 .swiper-slide .left .num{font-size:1.6rem;font-weight:bold;position:absolute;bottom:-.6rem;right:.8rem;z-index:4;}
#swiper2 .swiper-button-next, #swiper2 .swiper-button-prev{width:.5rem;height:.5rem;background:#fff;box-shadow:0 0 3px rgba(0,0,0,.2);border-radius:50%;top:1.2rem;}
#swiper2 .swiper-button-next:after, #swiper2 .swiper-button-prev:after{color:#1e56a7;font-size:.14rem;}
#swiper2 .swiper-button-next{left:auto;right:6.3rem;}
#swiper2 .swiper-button-prev{left:auto;right:7.3rem;}
#m_application{display:none;}
@media(max-width:576px){
    #pc_application{display:none;}
    #m_application{display:block;}
    #m_application{background:#f7f7f7;padding-top:25px;}
    #swiper2.swiper-container{height:auto;margin-top:25px;}
    #m_application #swiper2 .swiper-slide img{width:100%;height:auto;}
    #m_application #swiper2 .swiper-slide{flex-direction: column;}
    #m_application #swiper2 .box{display:flex;flex-direction: column;align-items: flex-start;background:#1e56a7;color:#fff;padding: 8%;}
    #m_application #swiper2 h2{font-size:16px;font-weight:bold;text-align: left;}
    #m_application #swiper2 h3{font-size:16px;margin-top:15px;}
    #m_application #swiper2 i{font-size:30px;float:right;}
    #m_application #swiper2 .num{font-size:20px;}
    #m_application #swiper2 p{text-align: left;margin-top:10px;}
}

/* 新闻 */
.news .content{display:flex;justify-content: space-between;align-items: start;margin-top:.6rem;}
.news .content .item{width:32%;}
.news .content .item .news_pic{width:100%;height:2.9rem;}
.news .content .item .time_block{display:flex;justify-content: space-between;align-items: center;}
.news .content .item .time{font-size:.14rem;color:#999;}
.news .content .item i{color:#1e56a7;font-size:.25rem;}
.news .content .item .title{font-size:.2rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin:.22rem 0 .1rem 0;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news .content .item .txt{font-size:.14rem;color:#666;line-height:2;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news .content .item .line{background:#1e56a7;width:.18rem;height:.02rem;margin:.35rem 0 .16rem 0;}
@media(max-width:768px){
    .news{padding-top:20px;}
    .news .content{margin-top:30px;flex-wrap:wrap;}
    .news .content .item{width:100%;margin-bottom:20px;}
    .news .content .item .news_pic{height:145px;}
    .news .content .item .time{font-size:12px;}
    .news .content .item i{font-size:20px;}
    .news .content .item .title{font-size:16px;margin:11px 0 5px 0;}
    .news .content .item .txt{font-size:14px;}
    .news .content .item .line{width:9px;height:1px;margin:17px 0 8px 0;}
}

/*联系*/
.contact{padding:.67rem 0;}
.contact .wrap{display:flex;justify-content: space-between;align-items: center;}
.contact .wrap .item{width:48%;height:3rem;position:relative;display:block;}
.contact .wrap .item .text{font-size:.36rem;color:#fff;position:absolute;top:50%;right:10%;transform: translateY(-50%);}
@media(max-width:576px){
    .contact{padding:33px 0 15px 0;}
    .contact .wrap{flex-wrap:wrap;}
    .contact .wrap .item{width:100%;height:150px;margin-bottom:20px;}
    .contact .wrap .item .text{font-size:16px!important;right:37%;}
}

/* 底部 */
footer{background:#222;color:#fff;padding-top:.76rem;}
footer .wrap{display:flex;justify-content: space-between;align-items: start;flex-wrap:wrap;}
footer .left{width:18%;}
footer .left img{width:100%;}
footer .center{display:flex;justify-content: space-between;align-items: start;width:60%;margin-left: 5%;}
footer .center .item{display:flex;flex-direction: column;align-items: flex-start;justify-content: center;width:16%;}
footer .center .item a{font-size:.16rem;color:#999;margin-top:.2rem;}
footer .center .item a:first-child{font-size:.18rem;color:#fff;}
footer .right{width:16%;display:flex;justify-content: center;align-items: center;flex-direction: column;}
footer .right p{text-align: center;margin-top:.1rem;}
footer .right>img{width:1.5rem;}
footer .right .icons{display:flex;justify-content: space-between;align-items: center;width:100%;margin-top:.3rem;}
footer .right .icons a{width:15%;}
footer .right .icons a img{width:100%;}
footer .copyright{width:100%;background:#1e56a7;padding:.16rem 0;margin-top:.9rem;}
footer .copyright span, footer .copyright a{color:#fff;font-size:.14rem;}
footer .copyright .wrap{display:flex;justify-content: space-between;align-items: center;}
footer .copyright .wrap .left{display:flex;justify-content: flex-start;align-items: center;width:70%;}
footer .copyright .wrap .left .line{width:1px;height:.14rem;background:#fff;margin:0 .15rem;}
footer .copyright .wrap .right{width:30%;display:flex;justify-content: flex-end;flex-direction: row;}
@media(max-width:768px){
    footer .center, footer .right, footer .left{display:none;}
    footer .copyright{padding-top:10px;margin-top:0;}
    footer .copyright .wrap, footer .copyright .wrap .left, footer .copyright .wrap .right{display:block;width:100%;font-size:12px;text-align: center;}
    footer .copyright span{display:block;width:100%;margin-bottom:10px;}
    footer .copyright .wrap .left .line{display:none;}
    footer{padding-top:0;}
    footer .copyright span, footer .copyright a{font-size:12px!important;}
}

/* 关于页面 */
.common_banner{width:100%;height:5rem;display:flex;justify-content: center;align-items: center;flex-direction: column;}
.common_banner h1{font-size:.5rem;color:#fff;}
.common_banner img{width:2rem;margin-top:.3rem;}
.page_about{padding-top:.25rem;}
.page_about .text{margin-bottom:.78rem;}
.page_about .text p{margin-top:.4rem;text-indent:2em;font-size:.18rem;color:#666;}
.page_about .text img{margin-top:.2rem;max-width:100%;}
.page_about .about_foot{background:url(../images/page_about_foot_bg.jpg) center center/cover no-repeat;}
.page_about .about_foot .wrap{display: flex;justify-content: space-between;align-items: start;}
.page_about .about_foot .item p, .page_about .about_foot .item span{color: #fff;}
.page_about .about_foot .item{border-color:#5973a2;}
@media(max-width:768px){
    .common_banner{height:180px;margin-top:2rem;}
    .common_banner h1{font-size:25px;}
    .common_banner img{width:100px;margin-top:15px;}
    .page_about{padding-top:12px;}
    .page_about .text{margin-bottom:39px;}
    .page_about .text p{margin-top:20px;}
    .page_about .text img{margin-top:10px;}
}

/* 在线留言页面 */
.message{padding:.25rem 0 .6rem 0;background-color: rgb(249,249,249);}
.message form{margin-top:.8rem;width:100%;}
.message .line{width:100%;display:flex;flex-wrap:wrap;justify-content: space-between;align-items: center;}
.message .line .item{width:48%;height:.7rem;padding:.2rem .4rem;position:relative;border:1px solid #e2e2e2;border-radius:5px;margin-bottom:.34rem;font-size:.18rem;color:#666;line-height:.3rem;}
.message .line .item input{width:5.6rem;height:.3rem;position:absolute;font-size:.18rem;color:#666;border:none;outline:none;}
.message .line .item:last-child{width:100%;height:3.86rem;}
.message textarea{position:absolute;height:3.5rem;width:13rem;border:none;outline:none;}
.message .btns{display:flex;justify-content: center;align-items: center;}
.message button{width:2.2rem;height:.65rem;line-height: .65rem;text-align: center;font-size:.18rem;border-radius: 5px;margin-top:.1rem;}
.message button:first-child{color:#fff;background:#1e56a7;border:none;margin-right:.8rem;}
.message button:last-child{color:#fff;background:#999;border:none;}
.message input,.message textarea{background:transparent;}
@media(max-width:768px){
    .message{padding:12px 0 30px 0;}
    .message form{margin-top:30px;}
    .message .line .item{width:100%;height:35px;padding: 8px 10px;margin-bottom:17px;font-size:14px;line-height:15px;flex-wrap:wrap;}
    .message .line .item input{width: 74%;height: 20px;font-size: 14px;top: 5px;}
    .message .line .item:last-child{height:175px;}
    .message textarea{height: 92%;width: 96%;left: 8px;line-height: 1.5;text-indent: 10em;}
    .message button{width:110px;height:33px;line-height: 30px;font-size:14px;margin-top:5px;}
    .message button:first-child{color:#fff;background:#1e56a7;border:none;margin-right:40px;}
}

/* 联系页面 */
.contact_info{padding-top:.25rem;}
.contact_info .items{display:flex;justify-content: space-between;align-items: center;flex-wrap:wrap;margin-top:.6rem;}
.contact_info .items .item{width:33.3%;border-right:1px solid #e8e8e8;margin-bottom:.8rem;}
.contact_info .items .item:nth-child(1), .contact_info .items .item:nth-child(4){padding-right:.66rem;}
.contact_info .items .item:nth-child(2), .contact_info .items .item:nth-child(5){padding-right:.66rem;padding-left:.66rem;}
.contact_info .items .item:nth-child(3), .contact_info .items .item:nth-child(6){padding-left:.66rem;border:none;}
.contact_info .item p:first-child{display:flex;justify-content: space-between;align-items: center;margin-bottom:.1rem;}
.contact_info .item p:first-child span{font-size:.26rem;color:#222;}
.contact_info .item p:first-child i{color:#1e56a7;font-size:.3rem;}
.contact_info .item p:last-child, .contact_info .item p:last-child a{font-size:.2rem;color:#666;}
.contact_info .item p:last-child a:hover{color:#1e56a7;}
.contact_info .last_item{display:flex;justify-content: flex-start;align-items: center;}
.contact_info .last_item span{font-size:.22rem;color:#222;margin-right:.1rem;}
.contact_info .last_item a img{height:.26rem;}
.contact_info .last_item a i{font-size:.26rem;color:#1e56a7;}
.contact_info .last_item a{margin-right:.3rem;}
.contact_info .last_item span:last-of-type{margin-left:.4rem;}
#dituContent{height: 5rem;font-size:.16rem;margin-top:.45rem;margin-bottom:.75rem;}
.iw_poi_title {color: #CC5522;font-weight: bold;font-size:.16rem;}
.iw_poi_content{font-size:.14rem;line-height:1.5;margin-top:.05rem;}
.br{display:none;}
@media(max-width:768px){
    .contact_info{padding-top:12px;}
    .contact_info .items{margin-top:30px;}
    .contact_info .items .item{width:100%;margin-bottom:10px;border:none;border-bottom:1px solid #e8e8e8!important;padding:0!important;}
    .contact_info .item p:first-child{margin-bottom:5px;}
    .contact_info .item p:last-child{margin-bottom:10px;}
    .contact_info .item p:first-child i{font-size:16px}
    .contact_info .item:nth-child(3) p:first-child i{font-size:12px}
    .contact_info .last_item span{margin:5px 5px 10px 0;}
    .contact_info .last_item a img{height:15px;}
    .contact_info .last_item a i{font-size:15px;}
    .contact_info .last_item a{margin-right:20px;}
    .contact_info .last_item span:last-of-type{margin-left:0;}
    #dituContent{height: 250px;font-size:13px;margin-top:20px;margin-bottom:35px;}
    .iw_poi_title {font-size:13px;}
    .iw_poi_content{font-size:13px;margin-top:5px;}
    .contact_info .last_item{flex-wrap:wrap;}
    .br{display:block;width:100%;height:1px;}
}

/*招聘职位*/
.job_nav{border-bottom:1px solid #dedede;}
.job_nav .wrap{display:flex;justify-content: flex-start;align-items: center;}
.job_nav .job_item{width:2.5rem;height:.7rem;display:flex;justify-content: center;align-items: center;border-right:1px solid #dedede;color:#222;font-size:.22rem;}
.job_nav .job_item:first-child{border-left:1px solid #dedede;}
.job_nav .job_item.active{color:#fff;background:#1e56a7;}
.page_job{padding-top:.351rem;padding-bottom:.8rem;}
.page_job table{width:100%;border-collapse: collapse;margin-top:.67rem;}
.page_job table tr:nth-child(2n){background:#fafafa;}
.page_job table td{border:1px solid #dedede;text-align: center;vertical-align: middle;color:#999;font-size:.18rem;padding:.3rem 0;}
.page_job table td:nth-child(odd){color:#333;font-size:.2rem;}
@media(max-width:768px){
    .job_nav .job_item{width:130px;height:35px;font-size:16px;}
    .page_job{padding-top:17px;padding-bottom:40px;}
    .page_job table{margin-top:34px;}
    .page_job table td{font-size:14px;padding:10px 0;}
    .page_job table td:nth-child(odd){font-size:13px;}
}

/*应聘*/
.page_offer{padding:.25rem 0 .6rem 0;}
.page_offer .line{display:flex;justify-content: space-between;align-items: center;flex-wrap:wrap;}
.page_offer .item{width:46%;display:flex;justify-content: space-between;align-items: center;font-size:.18rem;color:#666;margin-bottom:.4rem;}
.page_offer .item span{font-size:.18rem;color:#666;width:10%;text-align: right;margin-right:3%;}
.page_offer .item input[type=text]{width:87%;height:.35rem;border:none;border-bottom:1px solid #dedede;outline:none;}
.page_offer .radios, .order_add_detail{width:87%;}
.page_offer .item input[type=radio]{margin-right:.1rem;}
.page_offer #form{margin-top:.5rem;}
.page_offer .item:last-child{width:100%;}
.page_offer .item:last-child span{width:4.7%;margin-right:1.3%;}
.page_offer .item:last-child textarea{width:95%;border:1px solid #dedede;height:1.8rem;outline:none;}
.page_offer .btns{display:flex;justify-content: center;align-items: center;}
.page_offer button{width:2.2rem;height:.65rem;line-height: .65rem;text-align: center;font-size:.18rem;border-radius: 5px;margin-top:.1rem;}
.page_offer button:first-child{color:#fff;background:#1e56a7;border:none;margin-right:.8rem;}
.page_offer button:last-child{color:#fff;background:#999;border:none;}

/*城市联动css*/
.city-picker-selector{display:flex; justify-content:space-between;}
.city-picker-selector .selector-item {border:1px solid #e5e5e5;width:30%;height:40px; background:#fff; line-height:38px;float:left;margin-right:10px;position:relative; font-size:14px;}
.city-picker-selector .selector-item:first-child {margin-left:0}
.city-picker-selector .selector-item:after {content:'\e60c'; font-family:"iconfont"; font-size:0.625em; color:#999; position:absolute; top:0px; right:8px}
.city-picker-selector .selector-name {font-size:14px;display:block;text-indent:5%; text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.city-picker-selector .selector-name:hover {background:#fdfdfd}
.city-picker-selector .selector-name.df-color {color:#666}
.city-picker-selector .selector-name.forbid {cursor:not-allowed}
.city-picker-selector .selector-list {border:1px solid #ccc;background:#fff;width:100%;position:absolute; top:36px;left:-1px;z-index:999;}
.city-picker-selector ul {max-height:160px;overflow-x:hidden;overflow-y:auto}
.city-picker-selector li {border-top:1px solid #ccc;color:#333;cursor:pointer;width:100%;padding:0 5%;height:30px;line-height:30px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.city-picker-selector li:first-child {border-top:none}
.city-picker-selector li.caller:hover {background:#f5f5f5}
.city-picker-selector li.caller.active,.city-picker-selector li.caller.active:hover {background:#2171d2;color:#fff}
.city-picker-selector li.forbid {color:#999;font-size:14px;cursor:not-allowed}
.city-picker-selector .selector-search {border:1px solid #ccc;border-top:none;background:#f8f8f8;font-size:0;padding:10px;height:28px;margin-left:-1px;margin-right:-1px}
.city-picker-selector .input-search {border:1px solid #ccc;border-radius:5px;color:#333;font-size:14px;width:100%;height:26px;line-height:26px;padding:0;text-indent:5px}
.city-picker-selector .input-search:focus {outline:none}
.city-picker-selector .hide {display:none}
.city-picker-selector .selector-item a:hover, .city-picker-selector .selector-item a{color:#666;}
/*滚动条美化*/
::-webkit-scrollbar {width: 5px;background-color: #aaa;}

@media(max-width:768px){
    .page_offer{padding:12px 0 30px 0;}
    .page_offer .item{width:100%;font-size:14px;margin-bottom:20px;}
    .page_offer .item span{font-size:14px;width:20%;}
    .page_offer .item input[type=text]{width:77%;height:17px;}
    .page_offer .radios, .order_add_detail{width:77%;}
    .page_offer .item input[type=radio]{margin-right:5px;}
    .page_offer #form{margin-top:25px;}
    .page_offer .item:last-child span{width:20%;margin-right:1.3%;}
    .page_offer .item:last-child textarea{width:77%;height:90px;}
    .page_offer button{width:110px;height:32px;line-height:30px;font-size:14px;margin-top:5px;}
    .page_offer button:first-child{margin-right:40px;}
    .city-picker-selector .selector-item a, .city-picker-selector li{font-size:12px!important;}
    .city-picker-selector .selector-item:after{display:none;}
    .city-picker-selector .selector-name{text-align: center;text-indent:0;}
}

/* 产品列表页 */
.page_product{padding:.5rem 0;}
.page_product h3{color:#286dda;font-size:.22rem;padding-left:.2rem;position:relative;left:.1rem;}
.page_product h3::before{display:block;content:'';position:absolute;width:2px;height:100%;background:#286dda;left:-.1rem;}
.page_product .list{margin-top:.5rem;display:flex;justify-content: space-between;align-items: center;flex-wrap:wrap;}
.page_product .item{width:32%;}
.page_product .item a{width:100%;height:100%;display:block;color:#333;}
.page_product .item img{width:100%;border: 1px solid #dcdcdc;}
.page_product .item p{font-size:.18rem;text-align: center;margin:.1rem 0;}
.page_product .content{display:flex;justify-content: space-between;align-items: flex-start;}
.page_product .content .left{width:20%;margin-top:.5rem;}
.page_product .content .right{width:76%;}
.page_product .content .left .cate_list{border:1px solid #bbb;}
.page_product .content .left .cate_item{height:.7rem;border-bottom:1px solid #eeeeee;display:flex;justify-content: space-between;align-items: center;padding:0 .3rem;}
.page_product .content .left .cate_item:last-child{border-bottom:none;}
.page_product .content .left .cate_item span{font-size:.2rem;color:#222;}
.page_product .content .left .cate_item span:last-child{color:#ccc;font-size:.3rem;}
.page_product .content .left .cate_item_title{background:#1e56a7;color:#fff;}
.page_product .content .left .cate_item_title span{color:#fff;font-weight:bold;font-size:.24rem;}
.page_product .content .left .cate_item_title i{font-size:.3rem;color:#7396c8;}
.page_product .content .left .cate_item:hover, .page_product .content .left .cate_item.active{color:#1e56a7;border-color:#1e56a7;}
.page_product .content .left .cate_item:hover span, .page_product .content .left .cate_item.active span{color:#1e56a7;}
.page_product .content .left .cate_item_title:hover, .page_product .content .left .cate_item_title:hover span{color:#fff;}

.pagination a,.pagination span{color:#333;font-size:.14rem;}
.pagination li{width:.4rem;height:.4rem;display:flex;justify-content: center;align-items: center;}
.pag{width:100%;display:flex;justify-content: center;align-items: center;}
.pagination{line-height:0;margin:.6rem 0;}
.pagination li.active{background:#1e56a7;cursor:pointer;}
.pagination li.active a,.pagination li.active span{color:#fff;}
.pagination li:hover a{color:#1e56a7;cursor:pointer;}
@media(max-width:768px){
    .page_product{padding:25px 0;}
    .page_product .content .left{display:none;}
    .page_product .content .right{width:100%;}
    .page_product .right .item{width:49%;}
    .page_product .item p{margin:10px 0;}
    .page_product .list{margin-top:25px;}

    .pagination li{width:20px;height:20px;}
    .pag{width:100%;display:flex;justify-content: center;align-items: center;}
    .pagination{margin:30px 0;}
}

/* 产品详情 */
.page_product .pdt_right .info{display:flex;justify-content: space-between;align-items: flex-start;}
.page_product .pdt_right .info .text{width:50%;}
.page_product .pdt_right .info .img_box{border:1px solid #999999;width:45%;vertical-align: middle;}
.page_product .pdt_right .info .img_box img{width:100%;}
.page_product .pdt_right .info .text h1{font-size:.24rem;color:#222;margin-bottom:.26rem;}
.page_product .pdt_right .info .text p{font-size:.16rem;color:#666;margin-bottom:.14rem;}
.page_product .pdt_right .info .desc_content{font-size:.16rem;color:#666;line-height: 1.5;margin-bottom:.24rem;}
.page_product .pdt_right .info .text a{display:block;width:1.3rem;height:.4rem;display: flex;justify-content: center;align-items: center;background:#1e56a7;color:#fff;border-radius:.4rem;font-size:.16rem;margin-top:.18rem;}
.page_product .pdt_right .info2{margin-top:.4rem;}
.page_product .pdt_right .info2 .info2_title{display:flex;justify-content: flex-start;align-items: center;border-bottom:1px solid #999;padding:.12rem 0;}
.page_product .pdt_right .info2 .info2_title .line{width:.05rem;height:.2rem;background:#3d84d9;margin-right:.16rem;}
.page_product .pdt_right .info2 .info2_title span{font-size:.22rem;color:#222;}
.page_product .pdt_right .info2 .content{padding:.4rem 0;}
.page_product .pdt_right .info2 .content img{width:80%;margin-left:10%;}
.page_product .pdt_right .info2 table {width: 95%;background: #ddd;text-align: center;margin: .15rem 0;font-size: .14rem;}
.page_product .pdt_right .info2 table td {background: #fff;line-height: .3rem;padding: 0 .1rem;border:1px solid #dcdcdc;}
.page_product .pdt_right .btns{display:flex;justify-content: space-between;align-items: center;border-top:1px solid #999;padding-top:.3rem;}
.page_product .pdt_right .btns .left{width:50%;margin-top:0;}
.page_product .pdt_right .btns .left .item{margin:.24rem 0;display: flex;width:100%;}
.page_product .pdt_right .btns .left a, .page_product .pdt_right .btns .left span{font-size:.18rem;color:#222;}
.page_product .pdt_right .btns .left a:hover{color:#1e56a7;}
.page_product .pdt_right .btns .right{width:50%;display:flex;justify-content: flex-end;align-items: center;}
.page_product .pdt_right .btns .right a{width:1.8rem;height:.5rem;display:flex;justify-content: center;align-items: center;background:#1e56a7;color:#fff;border-radius:5px;}

@media(max-width:768px){
    .page_product .content{margin-top:20px;}
    .page_product .pdt_right .info{flex-wrap:wrap;}
    .page_product .pdt_right .info .text{width:100%;}
    .page_product .pdt_right .info .img_box{width:100%;}
    .page_product .pdt_right .info .img_box img{width:100%;}
    .page_product .pdt_right .info .text h1{font-size:18px;margin-bottom:13px;margin-top:13px;}
    .page_product .pdt_right .info .text p{margin-bottom:7px;}
    .page_product .pdt_right .info .text a{width: 120px;height: 30px;border-radius:20px;margin-top:9px;}
    .page_product .pdt_right .info2{margin-top:20px;}
    .page_product .pdt_right .info2 .info2_title{padding:6px 0;}
    .page_product .pdt_right .info2 .info2_title .line{width:3px;height:10px;margin-right:8px;}
    .page_product .pdt_right .info2 .content{padding:20px 0;}
    .page_product .pdt_right .btns{padding-top:15px;flex-wrap:wrap;}
    .page_product .pdt_right .btns .left{width:100%;}
    .page_product .pdt_right .btns .left .item{margin:12px 0;}
    .page_product .pdt_right .btns .right{width:100%;justify-content: center;margin-top: 20px;}
    .page_product .pdt_right .btns .right a {width: 120px;height: 30px;}
    .page_product .pdt_right .btns .left{display:flex;flex-wrap:wrap;}
    .page_product .pdt_right .btns .left .item{width:100%;margin: 8px 0;}
    .page_product .pdt_right .info2 table {margin: 8px 0;font-size: 12px;}
    .page_product .pdt_right .info2 table td {line-height: 15px;padding: 0 5px;}
    .page_product .pdt_right .info .desc_content{font-size:14px;margin-bottom:20px;}
}

/* 新闻列表 */
.page_news {padding-top: .351rem;}
.news_cate .wrap{display:flex;justify-content: center;align-items: center;margin-top:.7rem;margin-bottom:.6rem;}
.news_cate a{display:block;width:1.8rem;height:.5rem;border-radius:5px;line-height:.48rem;text-align: center;color:#333;border:1px solid #ddd;margin:0 .3rem;}
.page_news .list{margin-top: .67rem;}
.news_cate a.active{background:#286dda;color:#fff;border-color:#286dda;}
.page_news .item{border-bottom:1px solid #f2f2f2;}
.page_news .item:last-child{border-bottom:none;margin-bottom:0;}
.page_news .item a{margin:.3rem 0;padding:.23rem;display:block;height:3.3rem;display:flex;justify-content: space-between;align-items: center;}
.page_news .item .left{width:46%;margin-right:4%;height: 100%;}
.page_news .item .right{width:70%;}
.page_news .item .left img{width:100%;}
.page_news .item .right p{font-size:.18rem;color:#666;}
.page_news .item .right i{margin-right:.1rem;font-size:.18rem;}
.page_news .item .right h4{font-size:.26rem;color:#333;margin:.27rem 0;}
.page_news .item .right span{font-size:.14rem;color:#666;}
.page_news .item .right p.txt{font-size:.16rem;color:#666;overflow : hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height:2;margin-bottom:.4rem;}
.page_news .item a:hover{background:#1e56a7;color:#fff;}
.page_news .item a:hover p, .page_news .item a:hover a, .page_news .item a:hover h4,
.page_news .item a:hover span{color:#fff!important;}
@media(max-width:768px){
    .page_news {padding-top: 17px;}
    .news_cate .wrap{margin-top:35px;margin-bottom:30px;}
    .news_cate a{width:90px;height:25px;line-height:24px;margin:0 15px;}
    .page_news .list{margin-top: 33px;}
    .page_news .item a{margin:15px 0;padding:12px;height:130px;}
    .page_news .item .right p{font-size:12px!important;}
    .page_news .item .right i{margin-right:5px;font-size:14px;}
    .page_news .item .right h4{line-height: 1.5;font-size:14px;margin:6px 0;overflow : hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
    .page_news .item .right span{display:none;}
    .page_news .item .right p.txt{font-size:14px;}
}

/* 新闻详情 */
.page_newsview{color:#666;}
.page_newsview h1{font-size:.32rem;color:#333;margin-top:.7rem;text-align: center;}
.page_newsview .intro{font-size:.16rem;display:flex;justify-content: center;align-items: center;margin:.35rem 0;padding:.15rem 0;border-top:1px solid #cccccc;color:#999;}
.page_newsview .intro p{margin:0 .1rem;}
.page_newsview .txt{padding:0 .6rem;font-size:.18rem;line-height:2;}
.page_newsview .txt p{text-indent:2em;line-height:2;font-size:.18rem;}
.page_newsview .bottom{padding:.26rem .36rem;border-bottom:1px solid #cccccc;display:flex;justify-content: space-between;align-items: center;margin-bottom:.8rem;margin-top:.5rem;}
.page_newsview .bottom a,.page_newsview .bottom span{font-size:.16rem;display:inline-block;color:#666;}
.page_newsview .bottom a:hover{color:#1e56a7;}
.return_btns{display:flex;justify-content: center;align-items: center;margin:.1rem 0 .7rem 0;}
.return_btns a{display:flex;justify-content: center;align-items: center;width:1.8rem;height:.5rem;background:#1e56a7;color:#fff;border-radius:5px;}
.return_btns a i{color:#fff;font-size:.2rem;margin-left:.1rem;}
@media(max-width:768px){
    .page_newsview h1{font-size:15px;margin-top:35px;}
    .page_newsview .intro{margin:17px 0;padding:8px 0;}
    .page_newsview .intro p{margin:0 5px;font-size:12px!important;}
    .page_newsview .intro p:last-child{display:none;}
    .page_newsview .txt{font-size:14px;}
    .page_newsview .bottom{padding:13px 18px;flex-wrap:wrap;margin-bottom:40px;margin-top:25px;}
    .return_btns{margin:5px 0 35px 0;}
    .return_btns a{width: 110px;height: 32px;}
    .return_btns a i{font-size:18px;margin-left:5px;}
    .page_newsview .bottom a, .page_newsview .bottom span{margin-bottom:15px;font-size:13px!important;width:100%;}
}

/*荣誉*/
.page_honor{padding-bottom:.8rem;padding-top: .25rem;}
.page_honor .text{display:flex;justify-content: space-between;align-items: center;flex-wrap:wrap;}
.page_honor .text .item{width:32%;margin-top:.5rem;}
.page_honor .text .item:last-child:nth-child(3n+2){margin-right:34%;}
.page_honor .text .item img{width:100%;}
@media(max-width:768px){
    .page_honor{padding-bottom:40px;padding-top: 12px;}
    .page_honor .text .item{width:48%;margin-top:20px;}
}

/*生产设备*/
.page_honor .text .item p{font-size:.2rem;color:#222;text-align: center;}