﻿/* CSS Document */
/*CSS 初始化*/
* {margin:0; padding:0; font-size:12px; color:#616161; font-family:"微软雅黑"; background:#fff; line-height:24px; background:url(../images/body-bg.jpg) no-repeat center top; }
fieldset, img { border:0; }  /*在ie6下面，只要给插入图片加了链接，就会出现小边框*/
img{display:block;}/*IE6 图片*/
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; font-weight:normal;}
em { font-style:normal; }
input, button, select, textarea { outline:none; } 
textarea { resize:none; }
a { color:#333; text-decoration:none; }
a:hover { text-decoration:none; font-weight:bold;}

/*清除浮动*/
.clearfix:before,.clearfix:after{
	display:table;
	content:"";}
.clearfix:after{
	clear:both;}
/*针对于IE6 清除浮动*/
.clearfix{zoom:1;}


/*header部分*/
.header{width:1200px; margin:0 auto; height:auto;}
.header h1{padding-top:10px; padding-bottom:10px;}
.header h1 a{cursor:pointer; width:273px; height:65px; display:block; background:url(../images/logo.png) no-repeat; text-indent:-2000em;}
/*banner部分*/
.banner{min-width:1200px; height:360px; width:100%; background:url(../images/banner-bg.jpg) no-repeat; margin:0 auto; background-size:cover;}
.banner-c{width:1200px; margin:0 auto; background:url(../images/banner-c.png) no-repeat; height:360px;}
/*nav部分*/
.pst{height:40px; border-bottom:1px solid #CCC;}
.pst-c{width:1200px; margin:0 auto; font-size:14px; line-height:40px;}
.pst-c a{font-size:14px; color:#66caff;}
.pst-c a:hover{font-weight:normal; text-decoration:underline;}
/*content部分*/
.main{width:1200px; height:auto; margin:0 auto; overflow:hidden;}
.content{width:1200px; height:auto; padding-top:20px; background:url(../images/nav-1-line.gif) repeat-x center 88%; margin-top:50px;}

.zjgw{width:1200px; height:640px;}
.zjgw ul{margin-top:40px; padding-left:65px; height:243px;}
.zjgw ul li{width:166px; height:243px; float:left; margin-right:59px;}
.zjgw ul li .img{width:136px; height:165px; border:3px solid #66caff; background:#FFF; margin-left:10px;}
.zjgw ul li img{margin-top:3px; margin-left:3px;}
.zjgw ul li h1{font-size:14px; color:#db2b01; width:136px; text-align:center; margin-left:10px;}
.zjgw ul li p{text-align:center; font-size:12px; line-height:18px;}


/*footer部分*/
.footer{min-width:1200px; height:133px; width:100%; background:#f4f4f4; padding-top:8px;}
.footer p{color:#333; text-align:center; font-size:14px; line-height:26px;}
.footer-p{padding-right:10px;}




























