/*-----------------------------------------------------------*/
@charset "utf-8"; {copyright© 2016}

body{
	font-family:"robotoregular","Hiragino Sans GB",Helvetica,Arial,Tahoma,STHeiti,Heiti,'微软雅黑','Microsoft YaHei',黑体;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.6em;
	color:#333;
    background: #fff;
	margin: 0px;
	width:100%;
	height:100%;
}

* {	position:relative;	font-weight:normal;}

a{color:#333;text-decoration:none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;	color: #000;}
a:active {text-decoration: none;}


::-moz-selection{ color: #fff; background: #a1d562; }
::selection { color: #fff; background: #a1d562; }


img{border:0;}

ul,li,p{list-style:none;margin:0; padding:0;}




	h1 { font-size: ; }
	h2 { font-size: ; }
	h3 { font-size: ; }
	h4 { font-size: ; }
	h5 { font-size: ; }
	h6 { font-size: ; }


p {
	font-size:;
}

.warp{
	width:1024px;
	margin:0 auto;
}
.line_center {
	height:1px;
	background:#999;
	text-align:center;
	margin:0 auto;
	display:block;
}
.opacity40 {
	opacity:0.4 !important;
	filter: alpha(opacity=40) !important;
}
.opacity100 {
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
}
.opacity70 {
	opacity:0.7 !important;
	filter: alpha(opacity=70) !important;
}
.bg-grey {
	background-color:#e3e3e3 !important;
}
.gccolor {
	color:#a1d562;
}
.gccolorbg {
	background-color:#a1d562 !important;
}
.transition {
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.displaynone {
	display:none;
}
.displayblock {
	display:block;
}
.float_left {
	float:left !important;
}
.float_right {
	float:right !important;
}

#loading-mask {
	/*
	background: #fff url(../images/Loading3.gif) no-repeat center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
	text-align:center;
	opacity:1;
	*/
}



/*------ Top scrollBar ---------------------------------------------*/

#scrollBar A {
	TEXT-INDENT: 2000em;
	HEIGHT: 45px;
	WIDTH: 45px;
	border:1px solid #a1d562;
	border-radius:50%;
	DISPLAY: block; 
	BACKGROUND:#fff url(../images/go_top.png) no-repeat center center; 
	OVERFLOW: hidden; 
	CURSOR: pointer;
	
	opacity:0.55;
	filter: alpha(opacity=55);
		
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
#scrollBar A:hover {
	margin-bottom:10px;
	opacity:1;
	filter: alpha(opacity=100);
	
}



/*==================================== header css ====================================*/

.header {
	width:100%;
	height:100px;
	overflow:visible;
	z-index:100;
	background:#fcfcfc;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
.header, .header img,
.header2, .header2 div, .header2 #div, .header2 img, .share-icons, .share-icons li {
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}


/*-------- logo css ----------------------------*/
.gclogo {
	width:100px;
	height:100px;
	position: relative;
	float:left;
	margin-left:0;
	cursor:pointer;
}
.gclogo img{
	width: 100px;
	height:auto;
}

/*-------- manubar css ----------------------------*/
.menu_open {
	display:none;
	margin-top:35px;
	margin-right:45px;
	float:right;
	width:70px;
	height:55px;
	background:transparent url(../images/icons/icon_menu_open.png) no-repeat center;
	cursor:pointer;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.header2 .menu_open {
	margin-top:13px;
}

/*-------- quicklink css ----------------------------*/
.quicklink {
	position:absolute;
	right:15px;
	top:10px;
}
.quicklink a {
	margin-left:5px;
	font-size:0.7em;
	line-height:1.5em;
	color:#fff;
	padding:4px 8px;
	background:#999999;
	border-radius:15px;

	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.quicklink a:hover {
	background:#505050;
}



/*-------- search_top css ----------------------------*/
.search_top {
	position:absolute;
	right:240px;
	top:8px;
	width: 175px;
	height: 28px;
	float:right;
}
.search_top_input {
	padding-left:15px;
	width: 0;
	opacity:0;
	height: 26px;
	border:1px solid #ccc;
	border-radius:15px;
	font-family:'Microsoft Yahei',黑体;
	background:#fff;
	color:#333;
	float:right;
}
.search_top_sb_search {
	position: absolute;
	z-index:2;
	display:block;
	top: 0px;
	right: 4px;
	width: 40px;
	height: 30px;
	cursor:pointer;
	background:transparent url(../images/icons/search.png) no-repeat center;
	background-size:16px;
}



/*==================================== footer css ====================================*/
#footer {
	z-index:5;
	width:100%;
	height:100px;
	background:#fcfcfc;
	border-top:2px solid #a1d562;
}
.footer {
	color:#333;
}
.footer p {
	font-size:0.9em;
	float:left;
	margin-left:20px;
	margin-top:40px;
}
.footer .wechat {
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.footer .wechat img {
	width:80px;
	height:80px;
}

.quicklink_bottom {
	float:right;
	margin-top:39px;
	margin-right:50px;
}
.quicklink_bottom a {
	margin-left:5px;
	font-size:0.8em;
	line-height:1.5em;
	color:#fff;
	padding:5px 10px;
	background:#999999;
	border-radius:15px;

	
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.quicklink_bottom a:hover {
	background:#505050;
}







/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.warp{
	width:1024px;
}
#footer {min-width:1024px;}


}


/* Mobile */
@media screen and (max-width: 767px) {
body {
	min-width:767px;
	font-size:1em;
}
.warp{
	width:760px;
}

.menu_open {
	display:block;
}
#sf-menu {
	display:none;
}

.header {
	height:120px;
}
.gclogo {
	width:120px;
	height:120px;
	margin-left:20px;
}
.gclogo img{
	width: 120px;
}
.quicklink {
	right:175px;
	top:50px;
}
.quicklink a, .quicklink_bottom a {
	margin-left:5px;
	font-size:1em;
	line-height:1.5em;
	padding:6px 12px;
	border-radius:20px;
}

/*-------- search_top css ----------------------------*/
.search_top {
	display:none;
}



/*==================================== footer css ====================================*/
.footer {
	height:100px;
}
.footer p {
	width:100%;
	text-align:center;
	float:none;
	margin:10px auto;
	font-size:1em;
}
.quicklink_bottom {
	width:100%;
	float: none;
	margin:30px auto 15px;
	text-align:center;
}
.footer .wechat {
	display:none;
}



#scrollBar A {
	display:none !important;
}







}