﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:MyCustomFont;
	src:url(../font/FZLTCXHJW.TTF);
}
@font-face {
	font-family:fangzheng;
	src:url(../font/fz.TTF);
	font-family:w3;
	src:url(../font/W3.OTF);
}
* {
	margin:0;
	padding-top: 40;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
body{
	font-family:"microsoft yahei", sans-serif;
	min-width:1120px;
	background-color:#FFF;
	font-size: 14px;
}
a { text-decoration:none; color:#333;}
.clear { clear:both;}
ul li { list-style:none;}

#zclc{width:100%; margin-top:40px; display:block; clear:both; }
#zclc_top{background-image:url(../images/gs_boxbg.png); width:274px; height:76px; text-align:center; padding-top:64px; display:block; margin:0 auto; font-size:32px; color:#21a1da; font-weight:bold; }
#gslc{width:1200px;height: 300px; margin:0 auto; display:block;clear:both; margin-bottom:  100px;}
#gslc .lc{ margin-top:30px; width:20%; display:block; float:left;}
#gslc .lc .pic{width:162px; display:block; margin:0 auto; text-align: center;}
#gslc .lc .pic img{width:80%; margin:  0 auto;}
#gslc .lc p{text-align:center; font-size:20px; color:#21a1da; line-height:36px; padding-top:20px; font-weight:bold;}
#gslc .lc .st1{text-align:center; font-size:16px; color:#333333; line-height:30px; font-weight:bold; clear:both; font-family:"微软雅黑";  height:30px; display:block; margin:0 auto;}
#gslc .lc .st{text-align:center; font-size:14px; color:#333333; line-height:24px; font-weight:bold; clear:both; font-family:"微软雅黑";  height:50px; display:block; margin:0 auto;width:200px;}
.clear{clear:both; height:0px; overflow:hidden;}
.lcbutton{    
    width: 70%;
	margin: 0 auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    background: #39383e;
    display: block;
    font-family: "微软雅黑", "宋体", Arial;
    color: #FFF;
    border: 1px #9c9c9c solid;
    border-radius: 10px;}
.lcbutton:hover{
	background: #f6aa5f;
	border: 1px #f6aa5f solid;
}
