﻿/* CSS Document */
@charset "utf-8";
.ctop_txt{
	height:40px;
	background:#015c71;
}

.ctop_txt_left,.ctop_txt_right{
	line-height:40px;
	color:#84c0ce;
	font-size:12px;
	
}
.ctop_txt_right{
	text-align: right;
	background:url(../../index/images/sx01.jpg)  repeat-y left top;
}
.ctop_txt_right a{
	display:inline-block;
	color:#84c0ce;
	font-size:12px;
	height:40px;
	line-height: 40px;
	background:url(../../index/images/sx01.jpg)  repeat-y right top;
	padding:0px 18px;
	transition:all ease .5s;
	-webkit-ransition:all ease .5s;
	-moz-ransition:all ease .5s;
	-o-ransition:all ease .5s;
	-ms-ransition:all ease .5s;
}
.ctop_txt_right a:hover{
	color:#fff;
}
.ctop_txt_right a.ctop_sj img{
	position:absolute;
	right:0px;
	top:40px;
	display:block;
	display: none;
}
.ctop_txt_right a.ctop_sj:hover img{
	display:block;
}

.ctop_logo img,.ctop_phone img{
	display: block;
}

/*瀵艰埅*/
.ctop_nav{
	height:49px;
	background:url(../../index/images/nav_bg.jpg) no-repeat center center;
}
.ctop_nav ul {
	background:url(../../index/images/sx02.jpg) repeat-y left top;
}
.ctop_nav ul li{
	width:111px;
	float:left;
	height:100%;
	position:relative;
	z-index:50;
}
.ctop_nav ul li a{
	display: block;
	width:100%;
	height:100%;
	background:url(../../index/images/sx02.jpg) repeat-y right top;
	color:#fff;
	line-height:49px;
	text-align: center;
}
.ctop_nav ul li a:hover,.ctop_nav ul li a.on{
	background:url(../../index/images/nav_onbg.jpg) no-repeat center center;
}

.ctop_nav .ctop_cson_box{
	top:49px;
	left:0px;
	width:100%;
	background:#f9f9f9;
	display:none;
}
.ctop_nav .ctop_cson_box a{
	background:none;
	color:#333;
	border-bottom:1px solid #d1d1d1;
	height:40px;
	line-height:40px;
}
.ctop_nav .ctop_cson_box a:hover{
	color:#015c71;
	background:none;
}

/*鍏充簬鎴戜滑*/
.cabout_con_txt{
	width:550px;
	padding-top:40px;
	background:url(../../index/images/ye01.png) no-repeat right bottom;
	overflow:hidden;
	position: relative;
}
.cabout_con_tit h2{
	font-size:30px;
	font-weight: bolder;
	color:#015c71;
	line-height: 40px;
}
.cabout_con_tit h6{
	font-size:18px;
	color:#333;
	line-height: 40px;
}
.cabout_con_tit img{
	display:block;
	margin-top:10px;
}
.cabout_con_p p{
	line-height: 36px;
	color:#555;
}
.cabout_con_p a{
	width:170px;
	height:40px;
	border:1px solid #679daa;
	text-align: center;
	display:block;
	line-height: 40px;
	color:#666;
	margin-top:25px;
}
.cabout_con_p a:hover{
	color:#015c71;
}

.cabout_con_pic{
	width:414px;
	height:416px;
	background:url(../../index/images/sp_bg.jpg) no-repeat center center;
}
.cabout_con_video{
	width:280px;
	height:210px;
	position: relative;
	top:120px;
	left:35px;
}

/*浜у搧灞曠ず*/
.cpro_box{
	background:url(../../index/images/bg011.jpg) repeat left top;
}
.cpro_titbg{
	height:12px;
	background:url(../../index/images/bg01.jpg) no-repeat left center;
}

/*鏍囬*/
.c_tit{
	text-align: center;
}
.c_tit h2{
	font-size:36px;
	font-weight: bolder;
	color:#fff;
	line-height: 50px;
	height:50px;
}
.c_tit h2 img{
	position:relative;
	top:5px;
	margin-left:15px;
}
.c_tit p{
	font-size:18px;
	color:#fff;
	margin-top:5px;
}
.c_tit02 h2{
	color:#015c71;
}
.c_tit02 p{
	color:#555;
}
/*浜у搧*/
.cpro_tit{
	width:200px;
	padding:0px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
.cpro_tit ul{
	width:180px;
	margin:0px auto;
}
.cpro_tit ul li{
	background:url(../../index/images/pro_tit_h.jpg) no-repeat left bottom;
	margin-bottom:5px;
}
.cpro_tit ul li a{
	display: block;
	width:100%;
	height:53px;
	line-height: 50px;
	background:url(../../index/images/btn_h.png) no-repeat 2px center;
	color:#555;
	text-indent:20px;
	font-weight: bolder;
}
.cpro_tit ul li:hover,.cpro_tit ul li.on{
	background:url(../../index/images/pro_tit_l.jpg) no-repeat left bottom;
}
.cpro_tit ul li:hover a,.cpro_tit ul li.on a{
	background:url(../../index/images/btn_l.png) no-repeat 2px center;
	color:#015c71;
}


.cpro_list{
	padding-bottom:40px;
}
.cpro_list_con{
	width:980px;
}
.cpro_list_con ul{
	width:980px;
}
.cpro_list_con ul li{
	width:180px;
	margin-right:15px;
	float:left;
	margin-bottom:10px;
}
.cpro_list_con ul li a{
	display:block;
	width:100%;

}
.cpro_list_con ul li .pic{
	width:100%;
	height:130px;
	position:relative;
	overflow: hidden;
}
.cpro_list_con ul li .pic img{
	width:100%;
	min-height:100%;
	transition:all ease 2s;
	-webkit-transition:all ease 2s;
	-moz-transition:all ease 2s;
	-ms-transition:all ease 2s;
	-o-transition:all ease 2s;
}
.cpro_list_con ul li .txt{
	width:100%;
	height:36px;
	background:url(../../index/images/bai01.png) repeat left top;
}
.cpro_list_con ul li .txt h6{
	width:90%;
	margin:0px auto;
	line-height:36px;
	background:url(../../index/images/tb9.png) no-repeat left center;
	text-indent:15px;
	color:#333;
}

.cpro_list_con ul li a:hover .txt{
	background:#fff;
}
.cpro_list_con ul li a:hover .txt h6{
	background:url(../../index/images/tb10.png) no-repeat left center;
}
.cpro_list_con ul li a:hover .pic img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.czx_box{
	background:url(../../index/images/kf_bg.png) no-repeat center top;
	width:100%;
	height:270px;
	margin-top:5px;
}
.czx_box h6{
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	padding-top:120px;
	color: #015c71;
}

/*濯掍綋鎶ュ憡*/
.cmt_box{
	background:url(../../index/images/bg04.jpg) no-repeat center center;
	padding-bottom:60px;
}
.cmt_list ul{
	width:1100px;
}
.cmt_list ul li{
	width:240px;
	float:left;
	margin-right:10px;
}
.cmt_list ul li .pic{
	width:100%;
	height:260px;
	position:relative;
	overflow: hidden;
}
.cmt_list ul li .pic img{
	display:block;
	width:100%;
	min-height:100%;
}
.cmt_list ul li .txt h6{
	height:40px;
	background:#fff;
	line-height: 40px;
	color:#555;
	text-indent: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}


/*浼佷笟浼樺娍*/
.cys_con_list{
	margin-top:70px;
}
.cys_con_list01{
	margin-top:40px;
}
.cys_con_txt{
	width:500px;
}
.cys_con_txt h6{
	font-size:24px;
	font-weight: bolder;
	color:#015c71;
	text-indent:80px;
	background:url(../../index/images/ystit01.jpg) no-repeat left center;
	height:66px;
	position:relative;
	line-height:30px;
}

.cys_con_txt p{
	line-height: 30px;
	color:#444;
	margin-top:25px;
}
.cys_con_txt a{
	width: 150px;
	height: 35px;
	border: 1px solid #679daa;
	text-align: center;
	display: block;
	line-height: 35px;
	color: #666;
	margin-top: 20px;

}
.cys_con_txt a:hover {
color: #015c71;
}
.cys_con_txt h6 img{
	display: block;
	position:absolute;
	left:80px;
	bottom:3px;
}

.cys_con_pic{
	width:450px;
}
.cys_con_pic img{
	display: block;
}

.cys_con_list02 .cys_con_txt h6{
	background:url(../../index/images/ystit02.jpg) no-repeat left center;
}

.cys_con_list03 .cys_con_txt h6{
	background:url(../../index/images/ystit03.jpg) no-repeat left center;
}

.cys_con_list04 .cys_con_txt h6{
	background:url(../../index/images/ystit04.jpg) no-repeat left center;
}


/*鏁堢泭鍒嗘瀽*/
.cxy_box{
	background:url(../../index/images/bg022.jpg) repeat left top;
	padding-bottom:50px;
}
.cxy_titbg{
	height:12px;
	background:url(../../index/images/bg02.jpg) no-repeat left center;
}
.cxy_list{
	height:540px;
}
.cxy_pic{
	width:338px;
	height:338px;
	left:50%;
	margin-left:-169px;
	top:50%;
	margin-top:-169px;
}

.cxy_list_txt{
	width:310px;
}
.cxy_list_txt h6{
	width:230px;
	height:40px;
	position:relative;
	border:3px solid #fff;
	float:right;
}
.cxy_list_txt h6 b{
	display: block;
	width:182px;
	height:100%;
	line-height:38px;
	text-align: center;
	font-weight: bolder;
	font-size:24px;
	color:#fff;
}
.cxy_list_txt h6 img{
	position:absolute;
	right:-3px;
	top:-3px;
	display:block;
}
.cxy_list_txt p{
	color:#fff;
	line-height:28px;
	margin-top:20px;
}
.cxy_list_txt a{
	display:block;
	width:152px;
	height:34px;
	line-height: 32px;
	color:#96d1f5;
	background:url(../../index/images/mor.png) no-repeat center center;
	text-align: center;
	float:right;
	margin-top:20px;
}
.cxy_list_txt a:hover{
	color:#fff;
}
.cxy_list_txt01{
	left:0px;
	top:0px;
}
.cxy_list_txt02{
	right:0px;
	top:0px;
}
.cxy_list_txt03{
	left:0px;
	bottom:0px;
}
.cxy_list_txt04{
	right:0px;
	bottom:0px;
}

/*璧勮川鑽ｈ獕*/
.cry_con_list{
	width:20000px;
	position:relative;
}
.cry_con ul{
	width:10000px;
	float:left;
}
.cry_con ul li{
	width:190px;
	float:left;
	margin-right:10px;
}
.cry_con ul li a{
	display:block;
	width:100%;
	height:170px;
	position:relative;
	overflow: hidden;
}

.cry_con ul li a img{
	display:block;
	width:100%;
	min-height:100%;
}

.cry_btn{
	width:47px;
	height:47px;
	top:50%;
	margin-top: 48px;
	cursor:pointer;
}
.cry_btn_left{
	background:url(../../index/images/btn12.png) no-repeat center center;
	left:50%;
	margin-left:-565px;
}
.cry_btn_right{
	background:url(../../index/images/btn11.png) no-repeat center center;
	left:50%;
	margin-left:518px;
}

/*鏂伴椈璧勮*/
.cnews_list{
	width:310px;
}
.cnews_list h4{
	height:40px;
	background:url(../../index/images/xt02.png) no-repeat center bottom;
}
.cnews_list h4 a{
	display:block;
	background:url(../../index/images/0_btn13.png) no-repeat left center;
	font-size:16px;
	font-weight: bolder;
	color:#015c71;
	text-indent:30px;
}
.cnews_list ul{
	margin-top:15px;
}
.cnews_list ul li{
	width:100%;
	
	border-bottom:1px dashed #ccc;
}
.cnews_list ul li a{
	display:inline-block;
	color:#555;
	width:220px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-indent:18px;
	background:url(../../index/images/btn15.png) no-repeat left center;
	line-height: 36px;
}
.cnews_list ul li span{
	float:right;
	font-size:12px;
	color:#999;
	display:inline-block;
	line-height: 40px;
}
.cnews_list ul li a:hover{
	background:url(../../index/images/btn14.png) no-repeat left center;
	color:#015c71;
}
.cnews_list a.mor{
	display:block;
	width:89px;
	height:29px;
	background:url(../../index/images/mor02.png) no-repeat center center;
	margin-top:25px;
}
.cnews_list a.mor:hover{
	background:url(../../index/images/mor03.png) no-repeat center center;
}
.cnews_list02{
	left:35px;
}
.cnews_list03 p{
	line-height: 36px;
}
.cnews_list03 img{
	display: block;
	margin-bottom:15px;
}

/*瀹㈡埛瑙佽瘉*/
.cjz_box{
	background-image: url(../../index/images/bg033.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.cjz_box .c_tit{
	padding-top:60px;
}
.cjz_list ul{
	width:1035px;
}
.cjz_list ul li{
	width:190px;
	float:left;
	margin-right:10px;
	position:relative;
	height:210px;
	overflow: hidden;
	margin-bottom: 15px;
}
.cjz_list ul li a{
	display:block;
	width:100%;
	background:#f1f1f1;
}
.cjz_list ul li .pic{
	width:100%;
	height:160px;
	position:relative;
	overflow: hidden;
}
.cjz_list ul li a .txt,.cjz_list ul li a .pic{
	transition:all ease 2s;
	-webkit-transition:all ease 2s;
	-moz-transition:all ease 2s;
	-ms-transition:all ease 2s;
	-o-transition:all ease 2s;
}
.cjz_list ul li .pic img{
	display:block;
	width:100%;
	min-height:100%;
	transition:all ease 2s;
	-webkit-transition:all ease 2s;
	-moz-transition:all ease 2s;
	-ms-transition:all ease 2s;
	-o-transition:all ease 2s;
}
.cjz_list ul li .txt{
	width:90%;
	margin:0px auto;
	padding:10px 0px;
	position:relative;
}
.cjz_list ul li .txt h6{
	font-size:14px;
	color:#333;
	text-align: center;
	line-height: 30px;
	height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.cjz_list ul li .txt span{
	display: block;
	width: 120px;
	height: 24px;
	border: 1px solid #d1d1d1;
	text-align: center;
	display: block;
	line-height: 24px;
	color: #666;
	font-size: 12px;
	margin:10px auto 0px;
}

.cjz_list ul li a:hover .pic img{
	transform:scale(1.04);
	-webkit-transform:scale(1.04);
	-moz-transform:scale(1.04);
	-ms-transform:scale(1.04);
	-o-transform:scale(1.04);
}
.cjz_list ul li a:hover span{
	border: 1px solid #015c71;
	color:#015c71;
}
.cjz_list ul li a:hover .txt,.cjz_list ul li a:hover .pic{
	top:-40px;
}


/*搴曢儴*/
.cfooter_box{
	background:#f1f1f1;
	}
.cfooter_con{
	padding:40px 0px;
	background:#f1f1f1;
	}
.cfooter_con  dl{
	width:100px;
	float:left;
	border-right:1px dashed #ccc;
	margin-right:50px;
	height:154px;
	}
.cfooter_con  dl dt,.cfooter_con  dl dt a{
	color:#015c71;
	}
.cfooter_con  dl dd,.cfooter_con  dl dd a{
	color:#666666;
	font-size:12px;
	}
	
.cfooter_con  dl dt{
	padding-bottom:10px;
	}
.cfooter_con  dl dd{
	line-height:30px;
	}
.cfooter_con  dl dd a:hover{
	color:#015c71;
	}
.cfooter_con  dl.cfooter_two{
	width:200px;
}
.cfooter_con  dl.cfooter_two dd{
	width:100px;
	float:left;
}
.cfooter_con  dl.lx{
	width:290px;
	margin-right:0px;
	}
.cfooter_con  dl.lx dd p{
	font-size:12px;
}


	
	
.cfoot_bot{
	background:#015c71;
	font-size:12px;
	color:#62b1c3;
	text-align:center;	
	padding:15px 0px;
		}
.cfoot_bot a{
	font-size:12px;
	color:#62b1c3;
	}
.cfoot_bot a:hover{
	color:#fff;
	}

/*瀛愰〉鏍峰紡*/

/*瀛愰〉澶ф*/
.cson_box{
	background:url(../../index/images/centerbg.png) repeat-y center top;
}


/*瀛愰〉绾挎潯*/
.cson_xt{
	width:1002px;
	top:-10px;
	left:50%;
	margin-left:-501px;
	z-index:5;
}
.cson_xt img{
	display: block;
}

.cson_con {
	min-height:650px;
}
/*瀛愰〉瀵艰埅*/
.cson_tit {
	width:230px;
	background: url(../../index/images/ejle_bg.jpg) no-repeat right top;
	padding-bottom: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	height:100%;
}
.cson_titz{
	width:195px;
	float:right;
}
.cson_tit .tit{

	background: url(../../index/images/ejle_r4_c2.jpg) no-repeat bottom;
	font-family: "寰蒋闆呴粦";
	padding-top: 25px;
	padding-bottom: 10px;
}
.cson_tit .tit .eng{
	font-size: 36px;
	color: #AB0000;
	width:30px;
	line-height: 36px;
}
.cson_tit .tit .ch{
	width:160px;
}
.cson_tit .tit .ch h6{
	font-size:18px;
	color:#333;
	line-height: 18px;
}
.cson_tit .tit .ch span{
	font-size:12px;
	color:#999;
	display: block;
}

.cson_tit_list ul li{
	font-family: "微软雅黑";
	font-size: 14px;
	background: url(../../index/images/ejle_r2_c2.jpg) no-repeat;
	height: 45px;
}
.cson_tit_list ul li a{
	width: 190px;
	padding-left: 5px;
	line-height: 45px;
	color:#333;
	display: block;
}
.cson_tit_list ul li a.on{
	background: url(../../index/images/ejle_r3_c2.jpg) no-repeat;
	color: #fff;
}
.cson_tit_list ul li a:hover{
	color:#015c71;
	text-decoration:underline;
}
.cson_tit_list ul li a.on:hover{
	color:#fff;
}
.cson_titz .czx_box{
	background-position:left top;
}
.cson_titz .czx_box h6{
	text-align: left;
}

/*瀛愰〉鍙宠竟鍐呭*/
.cson_nr {
	width:710px;
	position:relative;
	right:20px;
}
.cson_nr .tit{
	margin-top:20px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom:5px;
	height: 50px;
}
.cson_nr .tit h2 {
	font-size: 20px;
	line-height: 50px;
	text-indent: 20px;
	background: url(../../index/images/st2_06_pu6o.jpg) no-repeat left center;
}
.cson_nr .tit p{
	right: 0px;
	top: 15px;
	padding-left: 25px;
	background: url(../../index/images/ywwhone.png) no-repeat left 3px;
	color: #999;
	font-size:12px;
}
.cson_nr .tit p a{
	color:#999;
	font-size: 12px;
}
.cson_nr .tit p b{
	color:#015c71;
	font-size: 12px;
}
.cson_nr .tit p a:hover{
	color:#333;
}
.cson_nr h1{font-size:20px;line-height:50px;
	text-align: center;
}

/*鏂囨湰鍐呭*/
.cson_nr .cson_txt,.cson_nr .cson_txt p{
	color:#555;
	line-height: 36px;
}
.cson_nr .cson_txt img,.cson_nr .cson_txt p img{
	display: block;
	max-width: 100%;
}


/*璧勮川鑽ｈ獕*/
.cson_ry ul{
	width:735px;
}
.cson_ry ul li{
	width:220px;
	margin-bottom:25px;
	height:197px;
	float:left;
	margin-right:25px;
}
.cson_ry ul li a{
	width:100%;
	display:block;
	height:100%;
	overflow:hidden;
	position:relative;
	margin:0px auto;
	}
.cson_ry ul li a img{
	-webkit-transition:all ease 3s;
	transition:all ease 3s;
	}
.cson_ry ul li a:hover img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	}
.cson_ry ul li .c_tfe_picbox,.cson_ry ul li .c_tfe_picbox img{
	width:100%;
	height:100%;
	overflow: hidden;
	position:relative;
	}
.cson_ry ul li .c_tfe_bgbox{
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=0);
	opacity:0;
	z-index:5;
	}
.cson_ry ul li .c_tfe_txtbox{
	width:100%;
	height:40px;
	text-align:center;
	line-height:40px;
	background:url(../../index/images/bg_png.png) repeat left top;
	left:0px;
	bottom:0px;
	color:#333;
	z-index:15;
	}


/*浜у搧灞曠ず*/
.cson_pro ul{
	width:735px;
}
.cson_pro ul li{
	width:220px;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
}
.cson_pro ul li .pic {
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
	}
.cson_pro ul li .pic img{
	display:block;
	width:100%;
	min-height:100%;
	transition:all ease 2s;
	-webkit-transition:all ease 2s;
	-moz-transition:all ease 2s;
	-ms-transition:all ease 2s;
	-o-transition:all ease 2s;
}
.cson_pro ul li a:hover .pic img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.cson_pro ul li .txt{
	width:100%;
	height:40px;
	background:#d5f6fe;
	
}
.cson_pro ul li .txt h6{
	width:100%;
	margin:0px auto;
	line-height:40px;
	text-indent:15px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
	-ms-transition:all ease 1s;
	-o-transition:all ease 1s;
}
.cson_pro ul li a:hover .txt h6{
	background:#015c71;
	color:#fff;
}


/*瀛愰〉鈥斺€旀柊闂诲垪琛?*/
.cson_news ul li{
	border-bottom:1px dashed #ccc;
	padding-top:8px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:20px;
	}
.cson_news ul li h6{
	width:100%;
	position:relative;
	margin-bottom:5px;
}
.cson_news ul li h6 i{
	font-size:16px;
	color:#444;
	width:77%;
	display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight: bolder;	
}
.cson_news ul li p{
	color:#666;
	margin:5px auto;
	position:relative;
	overflow: hidden;
	line-height:30px;
	max-height:60px;
	_height:60px;
}
.cson_news ul li span{
	display: block;
	width: 120px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #c9c9c4;
	color: #666;
	margin:10px 0px 10px;
}

.cson_news ul li span:hover{
	background: #015c71;
	color: #fff;
	border: 1px solid #015c71;
}

/*濯掍綋鎶ュ憡*/
.cson_mt ul li{

	height:275px;

}


/*瀛愰〉鈥斺€旇仈绯?*/
.cson_contact .txt{
	background:url(../../index/images/pic07.jpg) no-repeat right bottom;
}
.cson_contact .txt dl dt{
	font-size:18px;
	line-height: 40px;
	color: #015c71;
}
.cson_contact .txt dl dd{
	font-size:14px;
	color:#444;
	line-height: 36px;
}

/*鑱旂郴鎴戜滑*/
.map .map_con{
	width:100%;
	height:300px;
}

/*鍦ㄧ嚎鐣欒█*/
.chym_box_right_gbookbox{
	width:600px;
}
.chym_box_right_gbookbox h2{
	text-align:center;
	font-size:16px;
	padding:10px 0px;
	}	
.chym_box_right_gbookbox p{
	padding-top:15px;
	}
.chym_box_right_gbookbox p span {
	display:inline-block;
    width: 95px;
    text-align: right;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.chym_box_right_gbookbox p input{
	border: 1px solid #CFCFCF;
	line-height: 12px;
	padding: 6px 5px;
	width: 400px;
	}
.chym_box_right_gbookbox p i{
	color:#f00;
	padding-left:20px;
	}
.chym_box_right_gbookbox textarea{
	width:410px;
	border: 1px solid #CFCFCF;
	}
.chym_box_right_gbookbox p.gbook_btn{
	padding-top:20px;
	text-align:center;
	}
.chym_box_right_gbookbox p.gbook_btn input{
	width:100px;
	background:#015c71;
	color:#fff;
	cursor:pointer;
	border:0px;
	}
.chym_box_right_gbookbox p.gbook_btn input.cz_btn{
	background:#777;
	}
.cson_eook{
	background:url(../../index/images/pic08.jpg) no-repeat right 30px;
}

.infotextkey{
	color: #0066CC;
}