*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
    overflow: hidden;
}
a{
    text-decoration: none;
}
.page_con{
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
.page_l{
    width: 230px;
    float: left;
    
}
.pro_list1{
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    /* padding-bottom:20px;   */
}
.contactus{
    border: 1px solid #e0e0e0;
}
.pro_list1>h4,.contactus>h4{
    font-size:18px;
    font-weight:bold;
    color: #fff;
    height: 55px;
    background:  #087bdd;
    text-align: center;
    line-height: 55px;  
    position: relative;
}
.pro_list1>h4::after{
    content: '';
    width: 28px;
    height: 31px;
    display: block;
    background: url(../images/icon1.png) -43px 1px no-repeat;
    top: 7.5px;
    left: 43px;
    position: absolute;
}
.contactus>h4::after{
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/aa.png);
    top: 12.5px;
    left: 36px;
    position: absolute;
}
.pro_list1>ul>li,.contactus>ul>li{
    line-height: 40px;
    font-size: 15px;
    margin: 5px 10px;
   
    
    border-bottom: 1px dotted #b5b5b5;  
}
.pro_list1>ul>li:last-child,.contactus>ul>li:last-child{
    border: none;
}
.pro_list1>ul>li>a{
    color: #333;
    display: block;
    padding-left: 15px;
    border-radius:3px;
}
.pro_list1>ul>li>a::before{
    content: "\00BB";
    float: left;
    margin-right: 15px;
}
.pro_list1>ul>li>a:hover::before{
    content: "\00BB";
    float: left;
}
.pro_list1>ul>li>a:hover{
    color: #f00
}
.page_r{
    width: 930px;
    float: right;
}
.pos{
    font-size: 15px;
    color: #666; 
    padding-left: 20px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;   
}
.pos_con{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 35px;
    color: #6b6868;
}
.current_pos{
    float: left;
    font-size: 18px; 
}
.current_pos span{
    width: 10px;
    height: 10px;
    border: 4px solid #087bdd;
    border-radius: 50%;
    background: none;
    display: inline-block; 
    vertical-align: middle;
    margin-right: 5px; 
    margin-top: -4px;  
}
.ppos{
    float: right;
}
.pos>a,.ppos a{
    font-size: 15px;
    color: #6b6868; 
}
.ppos>a:hover{
    color: #087bdd;
}
.content{
    font-size: 16px;
}
.content h4{
    font-size: 24px;
    color:#333;
    font-weight:bold;
    line-height: 80px;  
    text-align: center;
}
.content p{
    color:#333;
    line-height: 30px;
    margin: 15px 0;

}
.tuijian>h4{
    font-size: 18px;
    margin-top: 60px;
    background: url(../images/rexiao.png) left center no-repeat;
    padding-left: 40px;
    color: #c30d23;
}
.tjpro{
    overflow: hidden;
}
.tjpro>ul{
    position: relative;
    margin-top: 20px;
}
.tjpro>ul>li{
    float: left;
    padding: 10px;
    margin: 10px 8px 10px 0;
    border: 1px solid #E8E8E8;
}
.tjpro>ul>li>a>p{
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 25px;
}
.tjpro>ul>li:hover{
    border: 1px solid #1f7352;
}
.tjpro>ul>li:hover p{
    color: #1f7352;
}
/*list_pro*/

.page_pro>ul>li{
    float: left;    
    margin: 10px 8px 10px 0;   
}
.page_pro>ul>li>a{
    display: block;
}
.page_pro>ul>li>a>img{
    padding: 10px;
    border: 1px solid #E8E8E8;
    width: 280px;
    height: 180px;
}
.page_pro>ul>li>a>p{
    margin: 0;
    text-indent: 0;
    text-align: center;
    background: #f1f1f1;
    transition: all 0.5s;
    line-height: 45px;
}
.page_pro>ul>li>a>.h{
    width: 0px;
    height: 1px;
    transition: all 0.3s;
}
.page_pro>ul>li>a:hover img{
}
.page_pro>ul>li>a:hover p{
    color: #fff;
    background: #087bdd;
}
.fenye span{
    padding:  5px 12px;
    text-align: center;
    border-radius:5px;
    background: #087bdd;
    color: #fff; 
}
.fenye a{
    color: #333;
    font-size: 15px;
    text-align: center;
    padding: 5px 12px;
    border-radius:5px;
    border: 1px solid #ccc; 
}
/*show_pro*/
.content>img{
    display: block;
    float: left;
}
.updatetime>span{
    font-size:14px;
    color: #8f8f8f;
    text-align: center;
    display: block;
    margin: 0 0 30px 0; 
}
/*list_news*/
.list_newdes{
    margin-left: 220px;
}
.page_news>ul>li{
    line-height: 50px;
    border-bottom: 1px solid rgb(226, 226, 226);
    overflow: hidden;
    margin-bottom: 20px; 
}
.page_news>ul>li>span{
    width: 200px;
    height: 144px;
    overflow: hidden;
}
.page_news>ul>li>span>img{
    width: 100%;
    min-height: 144px;
    height: auto;
}
.page_news>ul>li span{
    float: left;
}

.page_news>ul>li>a{
    font-size: 15px;
    color: #666;
    display: block;
}
.page_news>ul>li>a::before{
    content: "\25BA";
    font-size: 20px;
    float: left;
    margin-right: 10px;
    display: block;
    transition: all 0.5s; 
}
.page_news>ul>li>a>span{
    float: right;
    color: #999;
}
.page_news>ul>li>a:hover{
    color: #1f7352;
}
.fenye{
    margin: 15px 0 15px 10px;
}
.list_newdes p{
    margin: 0;
    color: #666;
}
.list_newdes a{
    color: #333;
}
.list_newdes:hover a{
    color: #087bdd;
}
.np{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 30px 0;
    font-size: 15px; 
}
.np .fll{
    float: left;
    margin-left: 15px;
    background: #d4d3d3;
    border-radius: 30px; 
    width: 355px;
    overflow: hidden;
    height: 40px; 
    padding: 0 10px;
}
.np .fll a{
    color: #333;
}
.np .fll:hover{
    background:#087bdd; 
    color: #fff;
}
.np .fll:hover a{
    color: #fff;
}
.np .frr{
    float: right;
    margin-right: 15px;
    background: #d4d3d3;
    border-radius: 30px;  
    width: 355px;
    overflow: hidden;
    height: 40px; 
    padding: 0 10px;
}
.np .frr a{
    color: #333;
}
.np .frr:hover{
    background:#087bdd; 
    color: #fff;
}
.np .frr:hover a{
    color: #fff;
}
