*{
    margin: 0;
    padding: 0;
}
/* body{
    background: #f4f4f4;
} */
ul{
    list-style: none;
    overflow: hidden;
}
a{
    text-decoration: none;
}
.page_con{
    width: 1350px;
    margin: 20px auto 80px auto;
    overflow: hidden;
}
.page_l{
    width: 260px;
    float: left;
    
}
.pro_list1{
    margin-bottom: 30px;
}
.contactus{
    border: 1px solid #e0e0e0;
}
.pro_list1>h4,.contactus>h4{
    font-size:18px;
    font-weight:bold;
    color: #fff;
    height: 55px;
    background: url(../images/l_bg.jpg) center center no-repeat;
    text-align: center;
    position: relative;
    height: 88px;
    font-weight: normal;
}
.pro_list1>h4 span,.contactus>h4 span{
    font-size: 24px;
    padding-top: 15px;
    display: block;
}
.pro_list1>h4 i,.contactus>h4 i{
    text-transform: uppercase;
    font-family: 'ArnoPro-Regular12pt';
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 3px;
}
.pro_list1>ul,.contactus>ul{
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 17px solid #1b5abd;
    border-left: 10px solid #1b5abd;
    border-right: 10px solid #1b5abd;
    background: #fff;
    padding-bottom: 60px;
}
.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{
    border: none;
    line-height: 50px !important;
    font-size: 15px;
    margin: 5px 10px;
    background: #1b5abd;
}
.pro_list1>ul>li:last-child,.contactus>ul>li:last-child{
    border: none;
}
.pro_list1>ul>li>a{
    color: #fff;
    display: block;
    padding-left: 15px;
    border-radius:3px;
}
.pro_list1>ul>li>a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 26px;
    background: url(../images/icon.png) -4px -8px no-repeat;
    margin-right: 15px;
    margin-bottom: 5px;
}
.page_r{
    width: 1045px;
    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: 1350px;
    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 #1b5abd;
    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:#1b5abd;
}
.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;

}
.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;
    border: 1px #e6e6e6 solid;
}
.page_pro>ul>li>a>img{
    padding: 10px;
    border: 1px solid #E8E8E8;
    width: 280px;
    height: 180px;
}
.page_pro>ul>li>a>p{
    margin: 0;
    background: #fff;
    transition: all 0.5s;
    line-height: 45px;
    position: relative;
    box-sizing: border-box;
    text-indent: 10px;
    background: #1b5abd;
    color: #fff;
    position: relative;
    font-size: 15px;
}
.page_pro>ul>li>a>p em{
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 18px;
    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>p::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:#1b5abd;
    transition: all 0.6s;
}
.page_pro>ul>li>a:hover p::after{
width: 100%;
}
.fenye span{
    padding:  5px 12px;
    text-align: center;
    border-radius:5px;
    background:#1b5abd;
    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;
    font-size: 18px;
}
.list_newdes:hover a{
    color:#1b5abd;
}
.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:#1b5abd; 
    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 :#1b5abd; 
    color: #fff;
}
.np .frr:hover a{
    color: #fff;
}
/*留言*/
.lybt {
    text-align:center;
    margin-top:40px;
}

.lybt h3 {
    display:block;
    font-size:33px;
    line-height:45px;
    color:#5a5a5a;
}
.liuyan {
    margin-top:15px;
    text-align:center;
}
.liuyan span {
    font-size:15px;
    color: rgb(215, 12, 25);
}
.liuyan a {
    font-size:16px;
    color: #CCCCCC;
}
.liuyan p {
    font-size:16px;
    color: #666666;
    line-height:30px;
}

#faqbox {
    width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}
#faqbox form {
}
#faqbox .faqline {
    line-height:2em;
    text-align:left;
    padding-bottom:10px;
    color:#999;
    font-size:13px;
}
#faqbox .faqtit {
    width:78px;
    display:block;
    float:left;
    clear:both;
    color:#555;
}
#faqbox .Content {
    line-height:2em;
    text-align:left;
    padding-bottom:10px;
}
#faqbox font {
    margin:0 5px;
}
#faqbox .FaqTitle {
    height:50px;
    line-height:50px;
    padding:0 10px;
    border:1px solid #ddd;
    width:435px;
    vertical-align:top;
}
#faqbox .Content textarea {
    height:100px;
}
.wizfrm {
    border:none;
    width:455px;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#fff;
    text-align:center;
    cursor:pointer;
    background:#fff;
    margin-top:20px;
    font-family:'Microsoft YaHei';
    -moz-transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    border-radius:5px;
    background-color:#1d5dd2;
}
.wizfrm:hover {
    background-color:#ff521a;
}