/*
*author:jch
*1.0.0
 */
*{margin: 0px;padding: 0px;text-decoration:none;list-style: none;
}
html, body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-family: "微软雅黑";
}
img{border: none;}
a{color: black;}
input{outline:medium;}
textarea{outline:medium;}
button{outline:medium;}
select{outline:medium;border: none}

.jHead{
    width: 100%;
    height: 385px;
    background: url("headBg_0705.png") center center no-repeat;
    background-size: 100% 100%;
}
.jMain{
    width: 1200px;
    margin:  0 auto;
}
.jImgList li{
    width: 100%;
    height: 300px;
    border-bottom: 1px dashed #b2b2b2;

    display: table; /*重点*/
}
.jImgList li:after{
    clear: both;
    content: '';
    display: block;
}
.jImgList li a img{
    margin-top: 45px;
    width: 340px;
    height: 210px;
    display: block;
    float: left;
}
.jImgList li a div.jImgListW{
    height: 300px;
    width: 720px;
    float: right;
    display: table; /*重点*/
}
.jImgList li a div.jImgListW span{
    height: 60px;
    font-size: 30px;

    display: table-cell;
    vertical-align: middle;
}
.jImgList li a div.jImgListW span p{
    line-height: 60px;
}
.jFoot{
    width: 100%;
    height: 194px;
    margin-top: 40px;
    border-top: 5px solid #cf0907;
}
.footw1{
    color: #333333;
    margin-top: 30px;
    text-align: center;
}
.footw2{
    color: #333333;
    margin-top: 10px;
    text-align: center;
}
.footImg{
    width: 175px;
    margin: 0 auto;
    padding-top: 10px;
}
.footImg img{
    float: right;
}
.footImg img:first-child{
    float: left;
}

