@charset "utf-8";
.swiper-pagination-bullet-active{
    background: #40bb3e!important;
}

.banner img{
  width: 100%;
}

.top{
    padding: 1rem 0;
}
.top .top-i{
    text-align: center;
    line-height: 7rem;
    height: 7rem;
}
.top .top-i i{
    font-size: 3rem;
    float: right;
    line-height: 7rem;
    color: #0095D9;
}


/*手机侧导航*/
.menu_theme_write .am-offcanvas-bar {
  background: #f7f7f7;
}
.menu_theme_write .am-offcanvas-bar:after {
  background: rgba(0, 0, 0, 0);
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li:first-child > a {
  border-top: 1px solid none;
  border-top: none;
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a {
  color: #333;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > .am-open > a,
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a:focus,
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a:hover {
  background-color: #0778AC;
  color: #fff;
}
.menu_theme_write .am-offcanvas-bar .am-menu-sub {
  background: #0095D9;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}


/*标题*/
.itit{
    text-align: center;
    margin-bottom: 2rem;
}
.itit .itit-t1{
    font-size: 2.8rem;
    color: #333;
    font-weight: bold;
    line-height: 3.5rem;
}
.itit .itit-t2{
    font-size: 1.2rem;
    color: #999;
}
.itit .itit-xian{
    width: 80%;
    height: 1px;
    background: #e4e4e4;
    margin: auto;
    position: relative;
    margin-top: 1rem;
}
.itit .itit-xian:before{
    content:"";
    position: absolute;
    width: 20%;
    height: 3px;
    background: #0095D9;
    left: 50%;
    margin-left: -10%;
    top: -1px;
}


/*产品推荐*/
.ipro {
  background: #F5F5F4;
}
.ipro-fl{
  margin-bottom:1rem;
}
.ipro-fl .am-u-sm-6{
  margin-bottom:1rem;
}
.ipro-fl ul li a{
    text-align: center;    
    background: #0095D9;
    line-height: 3.5rem;
    font-size: 2rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding: 0 1rem;
}
.ipro-fl ul li a{ 
    display: block; 
    color: #fff;
}
.ipro-list ul li p{
    margin-top: 0;
    line-height: 4rem;
    text-align: center;
    color: #333;
    /*font-size: 2rem;*/
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin-bottom: 0;
}
.iprob-list ul li .iprob-tit{
    text-align: center;
    font-size: 1.6rem;
    line-height: 4rem;
    background: #e8e8e8;
    color: #333;
    margin: auto;
    padding: 0 20px;
}
.iprob-list ul li .iprob-tit h2{
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
	height:80px;
    margin: 0;
    padding: 0;
}
.iprob-list ul li:hover .iprob-tit{
    background: #1a8646;
    color: #fff;
}
.iprob-list ul li .bigimg img{
    width: 100%;
}
.iprob-list ul li:hover .bigimg img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.iprob-list ul li .iprob-brief{
    background: #fff;
    line-height: 2rem;
    height: 8rem;
    overflow-x: hidden;
    font-size: 1.2rem;
    color: #333;
    padding: 1rem;
}
.iprob-list ul li .iprob-brief::-webkit-scrollbar {/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 2px;
}
.iprob-list ul li .iprob-brief::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 0.3);
}
.iprob-list ul li .iprob-brief::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
}
.iprob-a a{
    width: 45%;
    text-align: center;
    color: #0095D9;
    line-height: 3rem;
    border: 1px solid #0095D9;
    font-size: 1.2rem;
}
.iprob-a .zx{
    display: block;
    float: left;
}
.iprob-a .xq{
    display: block;
    float: right;
    color: #0095D9;
}




/*优势*/
.iad-list{
    margin-top: 2rem;
}
.iad-wz{
    margin-bottom: 2rem;
}
.iad-wz-tit{
    margin-bottom: 1rem;
}
.iad-wz-tit-sz{
    float: left;
    background: #0095D9;
    color: #fff;
    width: 15%;
    text-align: center;
    line-height: 6rem;
    font-size: 3rem;
    font-weight: bold;
    box-shadow: 4px 4px 2px #ced4d2;
}
.iad-wz-tit-bt{
    float: left;
    line-height: 3rem;
    margin-left: 5%;
    font-size: 2rem;
    width: 80%;
}
.iad-wz-brief{
    color: #666;
    font-size: 2rem;
}
.iad-img{
    width: 100%;
}
.iad-img img{
    width: 100%;
}


/*关于道尔*/
.iabout-list{
  margin-bottom:2rem;
  background: #f7f7f7;
  padding: 1rem;
}
.iabout-brief{margin-top: 1rem;}
.iabout-brief p{
    margin: 0;
    color: #666;
    line-height: 3rem;
    text-indent: 2em;
    font-size: 1.6rem;
}
.iabout-brief a{
  display:block;
  color: #0095D9;
  border: 1px solid #0095D9;
  text-align: center;
  width: 50%;
  margin: 1rem auto 0;
  line-height: 3rem;
  font-size: 1.6rem;
}
.iabout-img{
    width: 100%;
}
.swiper-photo .swiper-slide img{
    display: block;
    width: 100%;
}
.swiper-photo .swiper-slide p{
    background: #fafafa;
    text-align: center;
    font-size: 2rem;
    line-height: 4rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding: 0 1rem;
    color: #333;
    margin: 0;
}
.swiper-photo .swiper-slide:hover p{
    background: #0095D9;
    color: #fff;
}
.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{
    bottom: 0px;
    top: auto;
    background-image: none;
    border: 1px solid #0095D9;
    text-align: center;
    border-radius: 5px;
    color: #0095D9;
    outline: 0;
    width: 18%;
    height: 4rem;
    line-height: 3.5rem;
    font-size: 3rem;
}
.swiper-container .swiper-button-next{
    right: 0px!important;
}
.swiper-container .swiper-button-prev{
    left: 0px!important;
}
.index-a{
    margin-top: 1.5rem;
}
.index-a a{
    color: #0095D9;
    display: block;
    border: 1px solid #0095D9;
    width: 60%;
    text-align: center;
    line-height: 4rem;
    height: 4rem;
    border-radius: 5px;
    margin: auto;
    font-size: 1.8rem;
}

/* 荣誉大图 */
.ryimg{
    margin-top: 3rem;
}
.ryimg .ryimg-t1{
    color: #0095D9;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.ryimg .ryimg-t2{
    color: #666;
    line-height: 2.5rem;
    font-size: 1.4rem;
}
.ryimg-img img{}



/*荣誉资质*/
.ihonor{
    /* background: #f5f5f5; */
    /* padding: 3rem 0; */
}
.swiper-honor img{
  width: 100%;
}


/*新闻资讯*/
.inews-list{
  width: auto;
}
.inews-list dl{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.inews-list dl dt{
    color: #333;
    font-size: 1.8rem;
    line-height: 3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inews-list dl dd{
    color: #666;
    line-height: 2.8rem;
    height: 5.6rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}


/*底部*/
.footer{
    background: #444;
    padding: 1rem 0 8rem;
    color: #fff;
    text-align: center;
    margin-top: 2rem;
    border-top: 2px solid #0095D9;
    position: relative;
}
.footer-img img{
    margin: auto;
    display: block;
    width: 50%;
}
.footer-img p{
    margin: 0;
    color: #fff;
    line-height: 3rem;
}
.footer-p{
    margin-top: 1rem;
}
.footer-p p{
    margin: auto;
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #b1b1b1;
}

.footer-f{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #0095D9;
    padding:1rem 0 0.5rem;
    z-index: 1089;
    left: 0;
}
.footer-f ul{
  padding-left:0;
  margin: 0;
}
.footer-f ul li{
    float: left;
    width: 20%;
    color: #fff;
}
.footer-f ul li i{
    color: #fff;
    font-size: 2.4rem;
    line-height: 2.5rem;
}
.footer-f ul li p{
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2rem;
}
.footer-toptb{
    position: fixed;
    right: 10px;
    bottom: 7.5rem;
    z-index: 99999;
}
.footer-toptb i{
    color: #fff;
    background: #0095D9;
    display: block;
    width: 4rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    font-size: 2rem;
    border-radius: 50%;
    cursor: pointer;
}



/*搜索*/
.search{
    background: #ededed;
}
.search .search_pad{
    padding: 1rem 1.5rem;
}
.search .search_a{
    width: 78%;
    border: 0;
    height: 4rem;
    padding-left: 2%;
    font-size: 1.5rem;
}
.search .search_b{
    width: 20%;
    border: 0;
    background: #0095D9;
    text-align: center;
    color: #fff;
    height: 4rem;
    font-size: 1.5rem;
    line-height: 4rem;
}

#fenye{width: 100%;text-align: center;display: inline-block;}
#fenye li{padding: 0;margin-bottom: 15px;    display: inline;width: auto;margin-right: 0;float: none;border: 0}
#fenye li span{    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
    margin: 0 2px;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0095D9;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
#fenye li a{
    z-index: 3;
    color: #fff;
    background-color: #0095D9;
    border-color: #0095D9;
    cursor: default;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0095D9;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
#fenye li.active a{
    z-index: 3;
    color: #fff;
    background-color: #0095D9;
    border-color: #0095D9;
    cursor: default;
}
#fenye li.active a:hover{
    z-index: 3;
    color: #fff;
    background-color: #0095D9;
    border-color: #0095D9;
    cursor: default;
}
#fenye li a:hover{
    color: #595757;
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
    cursor:pointer;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}



.product_item{}
.product_item img{background-color: #FFFFFF}

.nyweizhi h2{display: inline-block;font-weight: 400}

.prodetail-name-tit h1{font-size: 24px;font-weight: 400}
.newdetail-tit h1{font-size: 24px;font-weight: 400}

.c_list_banner{width: 100%;max-height: 290px;overflow: hidden}
.c_list_banner img{width: 100%;}

.index .kehu .pri_block{text-align: center}
.ny-position .am-container h2{font-weight: 400;display: inline-block;margin: 0;padding: 0}


[class*=am-avg-]>div>li{    display: block;padding: 0 5px 10px 5px;
    height: auto;
    float: left;}