  .w80{
    width:80%;
}
/*首页样式 */
.banner_body{
    display: block;
    position: relative;
    overflow: hidden;
}
.myvideo{
    position: relative;
    width:100%;
    height: 100%;
    max-height: 813px;
    overflow:hidden;

}
.myvideo video{
    position:relative;
    width: 100%;
    height:auto;

}
.ban_text{
    width: calc(100% - 60px);
    max-width: 1100px;
    padding: 0 30px;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    color:#fff;
}
.ban_text h2{
    font-size:3rem;
    letter-spacing:2px;
    color:#0266b5;
    text-shadow: 2px 6px 10px #999;
    font-weight: bold;
    transition: all .6s;
    -moz-transition: all .6s; /* Firefox 4 */
    -webkit-transition: all .6s; /* Safari and Chrome */
    -o-transition: all .6s; /* Opera */
}
.ban_text span{
    display:inline-block;
    padding:1%;
    background-color: #0266b5;
    color:#fff;
    margin-top:2rem;
    font-size:2rem;

}


.c_body{
    width:1200px;
    margin:0 auto;
}
.hot_products,.hot_interest,.hot_news,.gs_info{
    overflow:hidden;
}
.hot_products h2, .hot_interest h2, .hot_news h2, .gs_info h2{
    height:120px;
    line-height: 120px;
    font-size:2rem;
    text-align: center;
    border-bottom: 2px solid #0266b5;
}

.hot_products ul li{
    float:left;
    width:46%;
    height:auto;
    position:relative;
    overflow: hidden;
    cursor:pointer;
    margin:1%;
    padding:1%;
    border-radius: 1%;
    box-shadow:1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.6s;
    
}
.hot_products ul li:hover{
    box-shadow:1px 1px 6px 6px rgba(0, 0, 0, 0.2);
}

.hot_products ul li div{
    width:50%;
    float:left;
    padding:2%;
}
.hot_products ul li div h3{
    font-size:1.4rem;
    line-height: 2rem;
    color:#0266b5;
}
.hot_products ul li div h4{
    font-size:1.2rem;
    line-height: 1.8rem;
}
.hot_products ul li div p{
    font-size:1rem;
}
.hot_products ul li div span{
    display: inline-block;
    padding:4% 0;
    font-size: 1rem;
    color:#0266b5;
}
.hot_products ul li img{
    width:46%;
    float:left;
}




.more{
    font-size: 18px;
    color:#0266b5;
    font-weight: bold;
    width:196px;
    height:47px;
    line-height: 47px;
    display:block;
    text-align: center;
    margin: 40px auto;
    background-color: #fff;
    border:1px solid #0266b5;
    border-radius: 2px;
    -moz-transition:color 0.6s,background-color 0.5s, border 0.4s;/* Firefox 4 */
    -webkit-transition:color 0.6s,background-color 0.5s, border 0.4s;/* Safari and Chrome */
    -o-transition:color 0.6s,background-color 0.5s, border 0.4s; /* Opera */
    transition: color 0.6s,background-color 0.5s, border 0.4s;

}
.more:hover{
    color:#fff;
    background-color: #0266b5;
    border:1px solid #fff;
}
.hot_interest ul{
    padding-top:4%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.hot_interest ul li{
    float: left;
    cursor: pointer;
    margin:0 2%;
}
.hot_interest ul li p{
    line-height: 2rem;
    text-decoration: underline;
    font-size:1rem;
}
.hot_interest ul li img{
    width:220px;
    height:126px;
    margin-top:27px;
    border:solid 1px #adadad;
    
}
.hot_interest ul li:hover p{
    color:#0266b5;
}
.hot_interest ul li:hover img{
    border:solid 1px #0266b5;
}
.img_div, .hot_news ul{
    padding-top:55px;
}
.img_div{
    width:35%;
    height:auto;
    position: relative;
    overflow: hidden;
}
.img_div img{
    width:100%;
}
.img_div div{
    position: absolute;
    left:0;
}
.img_div img{
    transition: filter ease-in 0.4s;
    -moz-transition:filter ease-in 0.4s; /* Firefox 4 */
    -webkit-transition:filter ease-in 0.4s; /* Safari and Chrome */
    -o-transition:filter ease-in 0.4s; /* Opera */
}
.img_div:hover img{
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
}
.img_div div{
    bottom: 0;
    height:91px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    padding:5px 16px;
    letter-spacing:1px;
    cursor: pointer;
}
.img_div div h3{
    line-height: 2.4rem;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img_div div p{
    line-height: 1.6rem;
    font-size: 0.8rem;
}
.hot_news ul{
    padding-left:2%;
    width:63%;
}
.hot_news ul li{
    width:100%;
    margin-bottom: 3%;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: background-color ease-in 0.4s;
    -moz-transition:background-color ease-in 0.4s; /* Firefox 4 */
    -webkit-transition:background-color ease-in 0.4s; /* Safari and Chrome */
    -o-transition:background-color ease-in 0.4s; /* Opera */
}
.hot_news ul li h3,.hot_news ul li p,.hot_news ul li span{
    display:block;
    float: left;
}
.hot_news ul li span{
    
    width: 83px;
    height: 83px;
    border:1px solid #ccc;
}
.hot_news ul li span i{
    display: block;
    height:25px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-style: normal;
    background-color: #0266b5;
}
.hot_news ul li span strong{
    display: block;
    height:58px;
    line-height: 58px;
    font-size:26px;
    text-align:center;
    color:#b6b6b6;
    background-color:#fff;
}
.hot_news ul li h3{
    width:80%;
    padding-top:1%;
    font-size:1.2rem;
    transition: color 0.4s;
    -moz-transition:color 0.4s; /* Firefox 4 */
    -webkit-transition:color 0.4s; /* Safari and Chrome */
    -o-transition:color 0.4s; /* Opera */

}
.hot_news ul li h3,.hot_news ul li p{
    padding-left:2%;
    line-height: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
}
.hot_news ul li p{
    font-size:0.8rem;
    color:#989898;
    transition: color 0.4s;
    -moz-transition:color 0.4s; /* Firefox 4 */
    -webkit-transition:color 0.4s; /* Safari and Chrome */
    -o-transition:color 0.4s; /* Opera */
}
.hot_news ul li:hover{
    background-color: #0266b5;
}
.hot_news ul li:hover h3{
    color:#fff;
}
.hot_news ul li:hover p{
    color:#f5f5f5;
}

/* 首页公司介绍样式 */
.gs_info .gs_info_text p{
    line-height: 2.4rem;
    font-size: 1.2rem;
    text-indent: 2em;
}
.gs_info_text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto; 
    padding-top: 55px; 
}

.gs_info_text img{
    width:50%;
}
.gs_info_text p{
    width:46%;
    padding:2%;
}

/* 列表页面样式 */
.breadcrumb{
    background-color: #f5f5f5;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    position: relative;
}
.breadcrumb_div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1200px;
    height:34px;
    line-height: 34px;
    font-size: 14px;
}
.breadcrumb_div a{
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 10px 0 10px;
}
.heading_l2{
    border-bottom: 1px solid #0266b5;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 30px;
    padding-bottom: 35px;
}
.heading_l2 span{
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    font-size:1.5rem;
    font-weight: 700;
    padding: 0;
}
.art_container{
    margin: 0 auto;
    width:100%;
    max-width: 1200px;
}
.art_container .section{
    margin: 0 auto;
    width:100%;
    padding: 30px 0;
}
.heading_l3{
    border-bottom: none;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0;
    padding-top: 0;
    padding-bottom: 12px;
    position: relative;
}
.heading_l3:after {
    background-color: #0266b5;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}
.productList{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-itrems: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.productList_img{
    margin-right: 4%;
    width: 48%;
}
.productList_text{
    width: 48%;
}
.productList_text li{
    margin-right: 4%;
    width: 46%;
    border-bottom: 1px dashed #d8d8d8;
    float:left;
}
.productList_text li:first-child {
    border-top: 1px dashed #d8d8d8;
  }
.productList_text li:nth-child(2) {
    border-top: 1px dashed #d8d8d8;
  }
.productList_text li a{
    display: block;
    padding: 20px 20px 20px 5px;
    position: relative;
    word-wrap: break-word;
    font-size:1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productList_text li a:hover{
    color:#0266b5;
}

.libiao_bg, .fuwu_bg, .anli_bg,.tall_bg,.chanpin_bg{
    width: 100%;
    height: 320px;
    transition: all ease-in 0.6s;
}
.libiao_bg{
    background: url(/skin/purui/images/news_center.jpg) top center no-repeat;
}
.fuwu_bg{
    background: url(/skin/purui/images/shouhoufuwu.jpg) top center no-repeat;
}
.anli_bg{
    background: url(/skin/purui/images/gongchenganli.jpg) top center no-repeat; 
}
.tall_bg{
    background: url(/skin/purui/images/tallus.jpg) top center no-repeat; 
}
.chanpin_bg{
    background: url(/skin/purui/images/chanpinzhongxin.jpg) top center no-repeat; 
}
/* 产物列表页面 */
.container_list{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding-bottom: 10px;
}
.page_title{
    margin:25px 0;
}
.page_title h1{
    font-size:24px;
    font-weight: 700;
    margin-bottom: 17px;
    line-height:46px;
    padding-bottom: 10px;
    border-bottom:1px solid #0266b5;
}
.list_banner .swiper .swiper-wrapper .swiper-slide{
    text-align: center;
}

.page_swiper{
    width:100%;
    height:238px;
}
.page_p{
    padding:20px 0;
}
.page_p p{
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 1px;
    text-indent: 2em;
}
.heading-02{
    padding: 20px 0px 4px;
    line-height: 1.3125;
    font-size: 1.6rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #0266b5;
}
.page_set{
    width:80%;
    float:right;
}
.caidan_left{
    width:18%;
    float:left;
    border:2px solid #0266b5;

}
.caidan_left .lct{
    width:100%;
    cursor: pointer;
    line-height:4rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align:center;
    background-color:#0266b5;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.caidan_left dl{
    width:90%;
    margin:0 5%;
}
.caidan_left dl dt{
    font-size: 1rem;
    line-height:2.5rem;
    padding-left:5%;
    color: #333;
    font-weight: bold;
    position: relative;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    overflow: hidden;
}
.caidan_left dl:hover dt::before{
    border-bottom: 2px solid #0266b5;
}
.caidan_left dl dd:hover{
    
    background-color:#0266b5 ;
}
.caidan_left dl dd:hover a{
    color: #FFF;
}
.caidan_left dl dd{
    padding-left:10%;
    display:block;
    line-height:2rem;
    font-size:0.8rem;
    color: #777777;
    display:none;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    overflow: hidden;
}
.caidan_left dl dt::before {
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #dbdbdb;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page_set_li{
    margin-bottom: 22px;
    padding:20px 0;
    border:1px dotted #fff;
}
.page_set_li:hover{
   border-top:1px dotted #d2d2d2;
   border-bottom:1px dotted #d2d2d2;
}

.page_set_li figure{
    width:20%;
    margin:0;
    display:block;
    float:left;

}

.page_set_li figure a{
    border: 2px solid #bababa;
    padding: 20px;
    transition: border 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}   
.page_set_li figure a img{
    cursor: pointer;  
    transition: all 0.6s;     
    opacity:1;
    width:100%;
}
.page_set_li:hover figure a img{
    opacity:0.6;   
}

.page_set_li figcaption{
    display:inline-block;
    width:78%;
    padding-top:1%;
    padding-left:2%;
}
.page_set_li figcaption h3{
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
}
.page_set_li figcaption h3 a{
    text-decoration: underline;
}
.page_set_li figcaption h3 a:hover{
    color:#0266b5;
}
.page_set_li figcaption p{
    line-height: 1.8rem;
    font-size:1rem;
    color:#adadad;
}
.page_set_li:hover figure a{
    border: 2px solid #0266b5;
}


.page_fenye{
    min-width: 1200px;
    padding:30px 0;
}

.page_fenye ul li{
    float:left;

    }
.page_fenye ul li a{
    display: block;
    padding:5px 12px;
    margin:0 12px;
    border:1px solid #989898;
    -webkit-transition: background-color 0.4s,color 0.5s;
    -moz-transition: background-color 0.4s,color 0.5s;
    -o-transition: background-color 0.4s,color 0.5s;
    transition: background-color 0.4s,color 0.5s;
}
.page_fenye ul li a:hover{
    color:#fff;
    background-color: #0266b5;
    border:1px solid #0266b5;
}
/* 产物详细信息页面 */
.product_info{
    width:1160px;
    margin:18px auto;
    padding:20px;
    overflow:hidden;
}
.product_info .product_info_dete,.product_info .product_info_key{
    font-size:1rem;
}
.product_info .product_info_key{

}
.product_info .product_info_c .p_i_img{
    float:left;
    border:1px solid #bababa;
    width:45%;
    text-align: center;
}
.product_info .product_info_c .p_i_img img{
    width:100%;
    /* max-width: 300px;  */
}
.p_i_text{
    float:left;
    width:50%;
    padding:0px 20px 20px;
}
.p_i_text h3{
    font-size:1.4rem;
    padding:10px 0;
}
.p_i_text h4{
    font-size:14px;
    padding:2px 0;
}
.p_i_text p{
    font-size:1rem;
    padding:10px 0;
    line-height: 20px;

}
.p_i_text p.phone_li{
    font-size:1.2rem;
}
.p_i_text p.phone_li span{
    font-size:2rem;
    color:#0266b5;
    font-style: oblique;
    font-weight: bold;
}

.product_info_title{
    border-left-color: #0266b5;
    border-left-width: 3px;
    border-left-style: solid;
    background-color: whitesmoke;
    margin:20px 0px;
}
.product_info_title h2{
    height:36px;
    line-height: 2rem;
    margin-left:20px;
    font-size:1.4rem;

}
.product_info_title h2 i{
    content: "";
}
.custom-icon{
    left: 13px;
    top: 48%;
    margin-top: -5px;
    position: absolute;
    font-size: 11px;
    right: 20px;
}
.icon-triangle-right{
    background-position: 0px -3789px;
    color: #0266b5;
}



.product_info_body{
    padding:18px 20px;
    line-height: 2.8rem;
    font-size:1.2rem;
}
.product_info_body h1, .product_info_body h2{
    line-height: 2em;
    font-size:1.2rem;
}
.product_info_body p{
    line-height: 2em;
    font-size:1rem;
}
.product_info_body div{
    line-height: 2em;
    font-size:1rem;
}
.p_i_button .more{
    margin:0;
    float:left;
    margin-left:2rem;
}

.cptuijian,.hot_new{
    width: 1200px;
    overflow:hidden;
    position:relative;
    margin:0 auto;
}
.cptuijian .swiper-container {
     width:1100px;
      height: auto;
	  padding:2% 0;
      margin-left: auto;
      margin-right: auto;
	  overflow:hidden;
    }

    .cptuijian .swiper-wrapper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: 258px;

    }
    .cptuijian .swiper-wrapper .swiper-slide h4{
        padding:10px;
    }
.hot_new ul li{
    width:48%;
    float:left;
    padding:1%;
    
}
.hot_new ul li h3{
    font-size: 1rem;
}
.hot_new ul li h3 span{
    display:block;
    float:right;
}
.hot_new ul li h3:hover{
    color:#0266b5;
    text-decoration: underline;
}

/* 新闻中心列表样式 */

.list_neirong{
    width:1200px;
    margin:0 auto;
} 
.list_neirong ul li{
    font-size:0.8rem;
    height:42px;
    line-height: 42px;
    padding:10px 0;
    border-bottom: 1px dashed #d8d8d8;
    position:relative;
    overflow:hidden;
   
}
/* .list_neirong ul li:hover{
    background-color: #f5f5f5;
} */
.list_neirong ul li a,.list_neirong ul li span,.list_neirong ul li strong{
    display: inline-block;
    transition:all .1s ease-in-out;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
    
}
.list_neirong ul li span,.list_neirong ul li strong{
    width:25%;
    
}
.list_neirong ul li span{
    padding-left:2%;
}
.list_neirong ul li a{
 width:45%;

}
.list_neirong ul li::before{
    content: "";
    width:0;
    height:100%;
    position:absolute;
    top:0;left:0;
    background-color:#0266b5;
    -webkit-transition:all .2s ease-in-out ;
    transition:all .2s ease-in-out;
    z-index: -1;
}
.list_neirong ul li:hover::before{
    width:100%;
}

.list_neirong ul li::before{
    content: "";
    width:0;
    height:100%;
    position:absolute;
    top:0;left:0;
    background-color:#0266b5;
    -webkit-transition:all .2s ease-in-out ;
    transition:all .2s ease-in-out;
    z-index: -1;
}
.list_neirong ul li:hover::before{
    width:100%;
}
/* 
.list_neirong ul li::before{
    content: "";
    width:0;
    height:100%;
    position:absolute;
    left: auto;
	right: 0;
    background-color:#0266b5;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
    z-index: -1;
}
.list_neirong ul li:hover::before{
    width: 100%;
	left: 0;
	right: auto;
} */



.list_neirong ul li:hover,.list_neirong ul li:hover a{
    color:#fff;
}

.epages{
    /* height:32px; */
    padding:10px 20px;
    text-align: center;
}
.epages a,.epages b{
    display:inline-block;
    padding:5px 12px;
    margin:0 5px;
    border:1px solid #989898;
    -webkit-transition: background-color 0.4s,color 0.5s;
    -moz-transition: background-color 0.4s,color 0.5s;
    -o-transition: background-color 0.4s,color 0.5s;
    transition: background-color 0.4s,color 0.5s;
}
.epages a:hover,.epages b:hover{
    color:#fff;
    background-color: #0266b5;
    border:1px solid #0266b5;
}
/* 对于我们 */
.abus_bg{
    width:100%;
    height:320px;
    background: url("/skin/purui/images/gywm.jpg") top center no-repeat;
    background-size: 100% 100%;
}
.sbus_info{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    }
.sbus_info h2{
    background-color: #f5f5f5;
    height: 58px;
    line-height: 58px;
    padding-left:20px;
    border-top: 1px solid #0266b5;
    border-bottom: 1px solid #d8d8d8;;
    font-size: 1.4rem;
    font-weight: 800;
    margin-top:20px;

}
.sbus_info p{
    text-indent: 2em;
    line-height:1.6em;
    width:calc( 100% - 20px );
    padding:20px 10px;
    font-size:1rem;
}
.sbus_info dl{
    padding-left:32px;
    padding-bottom: 32px;
}
.sbus_info dl dt,.sbus_info dl dd{
    line-height: 32px;
}
.sbus_info dl dt{
    color:#0266b5;
    font-size: 14px;
}
.sbus_info dl dd{
    font-size: 16px;
    font-weight: bold;

}
/* 麻花果冻天美精东入口 */
.tallus{
    width:100%;
    min-width:1200px;
    height:320px;
    background: url("/skin/purui/images/tallus_img.jpg") top center no-repeat;
}
.tallus_info h2
    {
    width:1200px;
    margin:0 auto;
    }
.tallus_info h2{
    background-color: #f5f5f5;
    height: 58px;
    line-height: 58px;
    padding-left:20px;
    border-top: 1px solid #0266b5;
    border-bottom: 1px solid #d8d8d8;;
    font-size: 14px;
    font-weight: 800;
    margin-top:20px;
}

/* 留言样式 */

.liuyan{
    width:1200px;
    margin: 20px auto;
    background-color:rgba(248, 248, 248, 1);
    padding-bottom:60px;
}
.liuyan .reset_style{
    padding-top:80px;
    padding-bottom: 60px;
}
.liuyan .reset_style p{
    text-align: center;
}
.liuyan .reset_style p span{
    font-size:1.8rem;
}

.liuyan .map_img{
    width:100%;
    text-align: center;
}
.liuyan .map_img #container{
    width:100%;
    height:600px;
}

.l_textarea{
    margin:0 auto;
    width:100%;
    max-width:800px;
    color:#d2d2d2;
}
.l_textarea textarea{
    width: 100%;
    height:210px;
    background-color: #fff;
    border-radius: 0px;
    max-width: none;
    border: 0px solid #d2d2d2;
    box-shadow: none;
    max-height: 42px;
    font-size:12px;
    
}
.liuyan ul{
    width:100%;
    max-width:800px;
    margin:0 auto;
}
.liuyan ul li {
width:400px;
float: left;
height:42px;
line-height: 42px;
margin-top:30px;
}
.liuyan ul li label{
    display: none;
}
.liuyan ul li input{
    width:380px;
    border-radius: 0px;
    max-width: none;
    border: 0px solid #d2d2d2;
    box-shadow: none;
    height: 42px;
    border-radius: 0px;
    padding-left: 10px;
    background-color: white;
    color: #333;
}
.l_button{
    width:100%;
    max-width:800px;
    margin: 0 auto;
    padding:30px 0;
}
.l_button input{
    display:block;
    background-color: #0266b5;
    border-color: #333;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    height: 42px;
    transition: 0.5s;
    color:#fff;
}
/* 麻花果冻天美精东入口 */


.liuyan dl{
    width:706px;
    margin:0 auto;
    font-size:1.3rem;
    margin-bottom:100px;
}
.liuyan dl dt,.liuyan dl dd{
    display: inline-block;
    line-height: 38px;
}
.liuyan dl dt{
    width:18%;
    text-align: left;
}
.liuyan dl dd{
    width:65%;
}
/*搜索页面样式  */
.sosuo_div{
    width:100%;
    max-width:1200px;
    margin: 30px auto;
}
.sosuo_div .sosuo_jieguo{
    line-height: 94px;
    font-size: 18px;
}
.sosuo_div .sosuo_sc{
    padding:30px 20px;
    background-color: #f5f5f5;
    border-top:1px solid #0266b5;
    font-size: 18px;
}
.sosuo_div .sosuo_sc input[name="keyboard"]{
    border: 1px solid #080808;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px;
     box-shadow: 0px 0px 4px 0px rgba(173,173,173,0.5) inset;
    width:230px;
    color:#989898;
}
.sosuo_div .sosuo_sc input[type="submit"],.sosuo_div .sosuo_sc input[type="button"]{
    -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
    background-color: #080808;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    vertical-align: middle;
    width: 87px;
    padding:0px;
    border-radius: 5px;

}
.sosuo_div .sosuo_sc input[type="submit"]:hover,.sosuo_div .sosuo_sc input[type="button"]:hover{
    background-color: #0266b5;
}

.sosuo_div .sosuo_jg_li{
    border-bottom: 1px dashed #d8d8d8;
    padding:20px 0px 10px 30px;
}
.sosuo_div .sosuo_jg_li h2{
    font-weight: bold;
    font-size:14px;
}
.sosuo_div .sosuo_jg_li:hover{
    background-color: #f5f5f5;
}



input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ /*WebKit browsers*/

    color: #989898;
    
    }
    
input::-moz-input-placeholder,textarea::-moz-input-placeholder{ /*Mozilla Firefox*/
    
    color: #989898;
    
    }
    
input::-ms-input-placeholder,textarea::-ms-input-placeholder{ /*Internet Explorer*/ 
    
    color:#989898;
    
    }
    /* 全局搜索 */
.quanju_sosuo{
    width:1200px;
    margin:0 auto;
    padding: 30px 0px;
}



.handle{
    height:auto;  
    width:calc( 100% - 10% ); 
   }
.handle ul li{
       float:left;
       width: 40%;
       padding: 2% 5%;
   }
.handle ul li a{
    text-decoration: underline;
    font-size: 1rem;
    color:#0266b5;
}