You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
@ charset "utf-8" ;
/* 统一板块宽度和左右居中 */
. banner_con ,
. news_con ,
. case_con ,
. links_con ,
. footer_con {
width : 1002 px ;
margin : 0 auto ;
}
# banner {
height : 465 px ;
background : gray url ( "../images/banner1_02_02.jpg" ) no-repeat center ;
}
# banner . banner_con {
height : 465 px ;
/* background: pink; */
margin : 0 auto ;
}
. news_con {
height : 243 px ;
background : white ;
}
. news_title {
/* background: cadetblue; */
font-size : 18 px ;
color : #3f434f ;
line-height : 18 px ;
padding-top : 36 px ;
}
. news_list {
/* background: cornflowerblue; */
margin-top : 23 px ;
}
. news_list li {
width : 437 px ;
height : 25 px ;
background : url ( "../images/ico_05.jpg" ) no-repeat left ;
padding-left : 14 px ;
/* margin-top: 23px;不能给li加哦 要给他爹,不然每个儿子顶部都会空出来*/
}
. news_list li a {
float : left ;
font-size : 12 px ;
color : #565656 ;
line-height : 25 px ;
}
. news_list li span {
float : right ;
color : #9a9a9a ;
font-size : 12 px ;
}
. news_l {
width : 480 px ;
height : 243 px ;
/* background: rebeccapurple; */
float : left ;
padding-left : 21 px ;
}
. news_c {
width : 194 px ;
height : 243 px ;
background : #f1f1f1 ;
float : left ;
padding : 0 27 px 0 20 px ;
}
. news_c . txt1 {
font-size : 12 px ;
color : #555555 ;
line-height : 25 px ;
margin-top : 34 px ;
/* 行高自己去量哦 */
}
. news_c . txt2 {
font-size : 12 px ;
color : #979797 ;
line-height : 25 px ;
margin-top : 15 px ;
/* 行高自己去量哦 */
}
. news_r {
width : 180 px ;
height : 243 px ;
background : #fbfbfb url ( "../images/ma_05.jpg" ) no-repeat right bottom ;
float : left ;
padding : 0 38 px 0 24 px ;
}
. news_r . txt3 {
font-size : 12 px ;
color : #585858 ;
line-height : 24 px ;
margin : 21 px 0 22 px 0 ;
}
. case_con {
height : 304 px ;
/* background: goldenrod; */
}
. case_con h3 {
font-size : 18 px ;
color : #3f434f ;
/* background: pink; */
padding : 28 px 0 18 px 22 px ;
}
. case_con . case_box {
height : 240 px ;
/* background: orange; */
}
. case_box dl {
width : 210 px ;
/* 这是由图片尺寸为210得出的, 这样文本就会屈居于一处 */
/* background: burlywood; */
float : left ;
margin : 0 20 px ;
}
/* 这里很重要!一定要设置宽高,也就是图片尺寸得出,这样以后图片更换,结构就不会乱! */
. case_box dl dt {
width : 190 px ;
height : 190 px ;
}
. case_box dl dd {
font-size : 24 px ;
color : #4f4f4f ;
line-height : 24 px ;
margin-top : 13 px ;
float : center ;
left : 10 px ;
}
/* 上面给dt这个容器指定了宽高, 现在让img跟随这个容器的宽高! ! */
. case_box dl dt img {
width : 100 % ;
height : 100 % ;
}
# links {
background : #e5e5e5 ;
}
. links_con {
height : 250 px ;
/* */
}
. links_con . links_title {
color : #5d5d5d ;
line-height : 16 px ;
border-bottom : 1 px solid #c1c1c1 ;
padding : 31 px 0 11 px 13 px ;
}
. links_con . links_l {
width : 452 px ;
height : 250 px ;
background : #e5e5e5 ;
float : left ;
margin-left : 20 px ;
}
. links_con . links_list {
/* background: cornsilk; */
height : 170 px ;
padding-left : 5 px ;
padding-top : 15 px ;
}
. links_con . links_list li {
width : 136 px ;
height : 24 px ;
background : url ( "../images/btn_img_13.jpg" ) no-repeat left center ;
font-size : 12 px ;
line-height : 24 px ;
padding-left : 13 px ;
float : left ;
}
. links_con . links_list li a {
color : #5f5f5f ;
white-space : nowrap ;
}
. links_con . links_c {
width : 153 px ;
height : 250 px ;
background : #e5e5e5 ;
float : left ;
margin : 0 50 px ;
}
. links_con . links_a {
width : 265 px ;
height : 24 px ;
font-size : 14 px ;
color : #8f8585 ;
}
. links_con . links_c . links_list li {
width : 130 px ;
}
. links_con . links_r {
width : 256 px ;
height : 250 px ;
background : #e5e5e5 ;
float : left ;
}
. links_con . links_r . map {
text-align : center ;
padding-top : 11 px ;
}