@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background:white;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:12px "微软雅黑",arial,sans-serif;
}
body{
    line-height: 1.5;
    color: #444;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
a{color: #444;}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    color: #444;
	text-decoration:underline;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
.banner1{
	width:100%;
	height:450px;
	background:url(../images/gqztc/banner1.jpg) center top no-repeat;
}
.banner2{
	width:100%;
	height:541px;
	background:url(../images/gqztc/banner2.jpg) center top no-repeat;
}
.mainframe{
	width:100%;
	background:url(../images/gqztc/fgx.gif) left 90px repeat-x;
	overflow:hidden;
}
.mainframe .content{
	width:1111px;
	margin:0 auto;
	position:relative;
	min-height:1000px;
}
.mainframe .morentu{
	position:absolute;
	top:144px;
	width:100%;
	height:600px;
	z-index:1;
}
.yeardiv{
	width:100%;
	height:170px;
	background:url(../images/gqztc/mainbg1.gif) center bottom no-repeat;
}
.yeardiv ul{
	padding-top:30px;
}
.yeardiv li{
	float:left;
	width:180px;
	text-align:center;
	background:url(../images/gqztc/titlebg1.png) center 10px no-repeat;
	height:138px;
	line-height:100px;
	font-size:20px;
	color:#7ecef4;
	cursor:pointer;
}
.yeardiv .item{
	background:url(../images/gqztc/titlebg2.png) center top no-repeat;
	color:#fff;
	font-size:28px;
	line-height:100px;
}
.yeardiv .item a{
	color:#fff;
	text-decoration:none;
}
.topbg{
	background:url(../images/gqztc/mainbg2.gif) left top no-repeat;
}
.main-block1{
	height:437px;
	width:100%;
}
.main-block1 ul{
	width:1060px;
	margin:0 auto;
}
.main-block1 ul li{
	float:left;
	width:313px;
	text-align:center;
	background:url(../images/gqztc/pic_bg.png) left top no-repeat;
	margin:20px 0 0 40px;
}
.main-block1 ul li .imgbg{
	width:270px;
	height:195px;
	overflow:hidden;
	margin:20px auto;
}
.main-block1 ul li .imgbg img{
	width:100%;
	height:100%;
	transition-duration: 0.5s;
}
.main-block1 ul li img:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.main-block1 ul li .pictitle{
	font-size:20px;
	color:#7ecef4;
	display:inline-block;
	margin-top:20px;
	line-height:50px;
	background:url(../images/gqztc/icon1.png) center top no-repeat;
	padding-top:30px;
}
.main-block1 ul li .pictitle:hover{
	background:url(../images/gqztc/icon2.png) center top no-repeat;
}
.main-block1 ul li .subtitle{
	font-size:14px;
	width:100%;
	display:inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.middlebg{
	height:446px;
	background:url(../images/gqztc/mainbg3.gif) left top no-repeat;
}
.middlebg ul li{
	background:url(../images/gqztc/pic_bg.png) left 160px no-repeat!important;
	height:450px;
	float:right;
}
.middlebg ul li .imgbg{
	margin-top:15px!important;
}
.middlebg ul li .pictitle{
	background:none!important;
	margin-top:0px!important;
}
.middlebg ul li .subtitle{
	display:inline-block;
	height:80px;
	background:url(../images/gqztc/icon1.png) center 38px no-repeat!important;
}
.middlebg ul li .subtitle:hover{
	background:url(../images/gqztc/icon2.png) center 38px no-repeat!important;
}
.middlebg2{
	height:448px;
	background:url(../images/gqztc/mainbg4.gif) left top no-repeat;
}
.middlebg2 ul li{
	float:right;
}
.middlebg2 ul li .pictitle{
	margin-top:10px!important;
}
.main-block1 ul li{
	position:relative;
}
.main-block1 ul li .anotherimg{
	position:absolute;
	bottom:55px;
	left:20px;
}
.bottombg{
	height:460px;
	background:url(../images/gqztc/mainbg5.gif) left top no-repeat;
}
.bottombg ul li{
	float:left;
}
.friendlink{
	width:1200px;
	height:217px;
	margin:20px auto;
	background:url(../images/gqztc/bottombg.gif) center top no-repeat;
	display:none;
}
.friendlink ul{
	width:920px;
	margin:0 auto;
	overflow:hidden;
}
.friendlink li a{
	display:inline-block;
	float:left;
	padding:10px 40px;
	background-color:#7dc0ea;
	border-radius:6px;
	font-size:16px;
	margin:80px 10px 0 10px;
	color:#2266b2;
	text-decoration:none;
}
.friendlink li a:hover{
	background-color:#8dccf3;
}
.bottomframe{
	text-align:center;
}

