@charset "gb2312";
/*css reset*/
body{margin: 0 auto; font-family: "SimSun","宋体",\5FAE\8F6F\96C5\9ED1; font-size: 14px;color: #202020;}
ul,li{margin: 0;padding: 0;list-style: none;}
img{border:none;display: inline-block;}
a,a:link,a:visited,a:hover{font-family: "SimSun","宋体",\5B8B\4F53; font-size: 12px; color: #333; text-decoration: none; line-height: 20px;}
.fl{float: left;}
.fr{float: right;}
/*END css reset*/

/*my css reset*/
iframe{margin: 0;padding: 0;display: block;}
h1,h2,h3,h4,h5,p,a,span{margin: 0;padding: 0;font-weight: normal;color: #333;font-size: 12px;font-family: "SimSun","宋体",\5B8B\4F53;}
.gbp{border:1px solid #ddd;}
.gbp2{border:1px solid #b0cae3;}
.mb{margin-bottom: 5px;}
.mb2{margin-bottom: 10px;}
.mbnx{margin-bottom: 50px;}
.w100b{width: 100%;}
.w992{width: 992px;}
.w1200 {
    width: 1198px;
}
.w418{width: 418px;}
.w804{width: 804px;}
.w380{width: 380px;}
.w177{width: 175px;padding: 1px;}
/*概览的最小高度*/
.minh{min-height: 975px;}
/*细览的最小高度*/
.minxh{min-height: 675px;}
/*表单的最小高度*/
.minbh{min-height: 850px;}
/*END my css reset*/

/*头部*//* CSS Document */

.jt_main {
    width: 1000px;
    margin: 0 auto;
}
.shu_titler {
    text-align: right;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 10px;
    font-size: 12px;
}
.gailanlist{width:548px;margin:0 auto}



@media screen and (max-width: 980px){
.jt_main {
    width: 97%;
    margin: 0 auto;
}
.gailanlist{width:96%;margin:0 auto}
}