@charset "utf-8";
/* CSS Document */
/*header*/

/*产品中心*/
.pro{
    width:100%;
    min-width: 1200px;
}
.product{
    width:1180px;
    margin:20px auto;
}
.product .title,.news .title{
    text-align:center;
   /* background:url(../images/h2-border_03.jpg) no-repeat center 85%;*/
    margin-bottom:10px;
    padding-bottom:10px
}
.product .title h2,.news .title h2{
    font-weight:normal;
    display:block;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    margin-top:50px;

}
.product .title h3,.news .title h3,.introduct .title h3{
    font-size:24px;
    font-weight:normal;
    margin-top:12px;
    font-family:"宋体";
    text-align:center;
    color:#c71c22;
}

.product ul .content{
    width:280px;
    height: 100%;
    display:flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0px 0px 60px 0px;
}
.con_detail{
   width:300px;
   font-size:14px;
}
.product ul{
    font-family:"宋体";
    display:flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
}

.product ul li{
    width:49%;
    height:280px;
    border:1px #c2c2c2 solid;
    margin-top:18px;
    display:flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    overflow:hidden;
}
.product ul li a{
    display:block;
}
.product ul li h2 a{
    font-size:15px;
    color:#c71c22;
    font-weight:normal;
}
.product ul li img{
    width:280px;
    height:280px;
}
.product ul li p{
    font-size:14px;
    text-align:left;
    line-height:20px;
    color:#666666;
    display:block;
    width:260px;
    padding-left:10px
}
.product ul li:hover{
    background:#e0e0e0;
    border-color:#e0e0e0
}
.product ul li:hover p{
    color:#333333
}
.content .content_detail a p,.content .content_detail a span{
    line-height:20px !important;
    font-size:12px !important;
    font-family: "宋体" !important;
    overflow: hidden;
    margin-top:0 !important;
    margin-bottom:0px !important;
    background:0 !important;

}
.content .content_detail a{
    display:block;
    height:220px;
    overflow: hidden;
}
/*公司介绍*/
.intro{
    width:100%;
    min-width:1200px;
    background:#eee;
    padding:10px 0px;
}
.introduct{
    width:1180px;
    margin:20px auto;
}
/*关于我们内容部分*/
.about{
    width:100%;
    display:flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    margin-top:30px;
}
.about_left{
    width:570px;

}
.about_right{
    width:586px;
    height:360px;
    overflow: hidden;
}
.about_right_con{
    width:586px;
    height:323px;
    overflow: hidden;
}
.about_right_con h3{
    border-left:2px solid #c71c22;
    padding:0px 5px 0px 5px;
    margin-bottom:10px;

}
.about_right_con p{
    text-indent: 2em;
    line-height: 26px;
}
.about_right .more{
    padding:0px 9px;

}
.about_right .more a{
    color:#fff;
    margin-left:5px;
    font-size:14px;
    background:#c71c22;
    padding:2px 4px 2px 4px;
    margin-top:8px;
    float:right;

}
/*新闻中心*/
.news{
    width:100%;
    min-width:1200px;
    background:#eeeeee;
    overflow:hidden;
    margin-top:10px;
}
.news .wrapper{
    width:1180px;
    margin: 0px  auto;
    overflow:hidden;
    padding-top:10px;
}
.news .wrapper .title{
    text-align:center;
    margin-bottom:30px;
    overflow:hidden
}

.news-pic{
    width:580px;
    float:left;
    position:relative
}
.news-pic .date{
    width:74px;
    background:#c71c22;
    position:absolute;
    left:0;
    top:0;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
}
.news-pic a{
    display:block
}
.news-pic .date h2{
    margin-top:3px;
    font-size:30px;
    font-weight:normal
}
.news-pic .date span{
    font-weight:normal;
    font-size:14px;
    margin-bottom:16px;
    display:block
}
.news-pic .mask{
    width:580px;
    height:59px;
    background:#7d90ab;
    position:absolute;
    left:0;
    top:341px;
    opacity:0.5 ;
    filter:alpha(opacity=50)
}
.news-pic p{
    position:absolute;
    left:0;
    top:241px;
    font-size:14px;
    color:#FFF;
    padding:5px;
    height:90px;
    font-family:"宋体";
    background: red;
    width:565px;
    line-height:28px;
    background:rgba(0,0,0,0.8);
}
.news-pic p a {
    color:#FFF
}
/*news_list*/
.news-list{
    width:580px;
    float:right;
    position:relative
}
.news-list a{
    display:block
}
.news-list ul li{
    width:580px;
    height:100px;
    margin-bottom:20px;
    background:#FFF
}
.news-list ul li .date{
    width:124px;
    height:100px;
    background:#c71c22;
    text-align:center;
    margin-right:24px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;

}
.news-list ul li .date h2{
    margin-top:12px;
    font-weight:normal;
    font-size:48px;
}
.news-list ul li .date small{
    font-size:18px;
    margin-bottom:16px;
    display:block;
}

.news-list ul li:hover{
    background:#d4d4d4
}
.news-list ul li:hover .date{
    background:#c71c22;

}
.news-list ul li:hover .date h2,.news-list ul li:hover .date small{
    color:#FFF
}

.news-list ul li h3{
    font-size:20px;
    margin-bottom:10px;
    padding-top:10px;
    color:#333333;
    font-family:"宋体";
    font-weight:normal
}
.news-list ul li h3 a{
    color:#333
}
.news-list ul li:hover h3 a{
    color:#c71c22;
}
.news-list ul li p{
    font-size:14px;
    color:#666666;
    font-family:Arial, Helvetica, sans-serif;
    line-height:20px;
}



