/*加载外部通用CSS*/
@import url("normalize.css");
html,body{min-width: 1000px;}
/*index.css*/
body{background: url(images/banner.jpg) no-repeat center top #c4d7e0;text-align: left;}

.center{width: 1000px;margin: 0 auto;}
.header{height: 265px;}
.header .channel{font-size: 20px;text-align: right;padding: 23px 0 83px 0}
.header .channel a{display: inline-block;width: 197px;height: 47px;}
.header .top .left p{font-size: 16px;font-weight: bold;color: #ab1e23;padding-top: 40px;margin-left: -15px;}
.header .top .left p a{color:#ab1e23;}
.header .top .right{width: 166px;}
.header .top .right{font-size: 16px;}

/*下拉css在last.html页面*/

.recommend{margin-top: 10px;}
.recommend p,.recommend p a{font-size: 18px;color: #114c63;line-height: 28px;}

.main{width: 1000px;margin: 0 auto;border: 1px solid #ccc;position: relative;}
.main.all{background: #fff;border: 1px solid #2b7cb5;}
.all .grid{padding: 92px 28px 35px 28px;}
.all .one{float: left;width: 294px;margin-right: 31px;margin-top: 20px;}
.all .one img{display: block;width: 286px;height: 383px;padding: 3px;border: 1px solid #b5b5b5;}
.all .one p{font-size: 16px;text-align: center;line-height: 44px}
.all h2{width: 303px;height: 86px;background: url(images/gaozhong-all.png) no-repeat;line-height: 86px;text-align: center;position: absolute;left: -15px;top: 23px;font-size: 28px;color: #fff;font-weight: bold; letter-spacing: 6px;}










/*通用底部代码*/
.footer{padding: 20px 0 30px 0}
#glbbot{border:0;color: #333;}
#glbbot a:link{color: #333;}
#glbbot a:visited,#glbbot a:hover{color: #333;text-decoration: underline;}














