@charset "utf-8";



/*共用*/



body {
	font-family: "Microsoft YaHei";
	font-size: 12px;
	color: #333;
}



body,
div {
	margin: 0px;
	padding: 0px;
	margin: 0px;
}



span,
p {
	margin: 0px;
	padding: 0px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}



img {
	margin: 0px;
	padding: 0px;
}



dl,
dt,
dd,
ol,
ul,
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}



img {
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



from,
input,
select {
	margin: 0px;
	padding: 0px;
}



.clear {
	clear: both;
	font-size: 0px;
	overflow: hidden;
	height: 0px;
}



a {
	color: #333;
	text-decoration: none;
}



a:hover {
	color: #ff6600;
	text-decoration: none;
}



.border_bg {
	width: auto;
	height: auto;
	margin: 0 auto;
	border: 1px solid #d0d0d0;
}



.cp img {
	border: 1px solid #bbb;
	padding: 1px;
}



.cp img:hover {
	border: 1px solid #ff6600;
	padding: 1px;
}



.cps img {
	border: 5px solid #fff;
}



.white a {
	color: #fff;
	text-decoration: none;
}



.white a:hover {
	color: #ff0;
	text-decoration: none;
}



.whites a {
	color: #888;
	text-decoration: none;
}



.whites a:hover {
	color: #ff0;
	text-decoration: none;
}



input,
button,
select,
textarea {
	outline: none
}



.call_bg {
	color: #fff;
	margin-left: 10px;
	padding: 5px 10px 5px 10px;
	background: #f27200;
	font-size: 14px;
}



/*抬头*/



#top_t {
	width: 100%;
	height: 38px;
	background: #222;
	color: #888;
}



#top_t_c {
	width: 1100px;
	margin: 0 auto;
	height: 38px;
}



#top_t_c li {
	float: left;
	line-height: 38px;
}



#top_t_c .kd1 {
	width: 700px;
}



#top_t_c .kd2 {
	width: 302px;
	text-align: right;
	float: right;
}



#top_t_c a {
	color: #888;
	text-decoration: none;
}



#top_t_c a:hover {
	color: #ff0;
	text-decoration: none;
}



#top_b {
	width: 1100px;
	margin: 0 auto;
	height: 150px;
}

#top_b li {
	float: left;
	color: #000;
}

#top_b .kds1 {
	width: 380px;
	padding-top: 22px;
}

#top_b .kds2 {
	padding-top: 60px;
	font-size: 19px;
	width: 490px;
	color: #666;
	text-align: center;
}

#top_b .kds2 .font {
	color: #222;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: bold;
}

#top_b .kds3 {
	width: 226px;
	padding-top: 45px;
	font-size: 31px;
	font-weight: bold;
	float: right;
}

#top_b .kds3 .font1 {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: normal;
}

#top_b .kds4 {
	width: 140px;
	padding-top: 48px;
}


#nav ul li a {
	-webkit-transform: translatex(0);
	transform: translatex(0);
	opacity: 1;
	-webkit-transition: -webkit-transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
	transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

/*导航*/

.kds2 {
	-webkit-transform: translatey(0);
	transform: translatey(0);
	opacity: 1;
	-webkit-transition: -webkit-transform 0.66s ease-in-out 1s, opacity 0.66s ease-in-out 1s;
	transition: transform 0.66s ease-in-out 1s, opacity 0.66s ease-in-out 1s;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

#nav_bg {
	width: 100%;
	height: 80px;
	background: url(../img/rc-3.jpg) repeat-x;
}



#nav_c {
	width: 1301px;
	margin: 0 auto;
	height: 80px;
}



#nav {
	width: 1300px;
	height: 80px;
	margin: 0 auto;
	float: left;
}



#nav li {
	float: left;
	text-align: center;
	width: 100px;
}



#nav ul li {
	background: url(../img/rc-5.jpg) left no-repeat;
	height: 80px;
}



#nav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	display: block;
	padding-top: 25px;
	height: 55px;
}



#nav ul li a:hover {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	background: url(../img/rc-4.jpg);
}



.font2 {
	font-size: 11px;
	color: #555;
	padding-top: 1px;
	font-weight: normal;
}



.font2:hover {
	color: #000;
}







#nav_r {
	width: 1px;
	height: 80px;
	background: url(../img/rc-5.jpg) no-repeat;
	float: right;
}



/*搜索*/



#search_bg {
	width: 100%;
	height: 50px;
	background: #000;
	color: #888;
}



#search_c {
	width: 1002px;
	margin: 0 auto;
	height: 49px;
}



#search_l {
	width: 700px;
	float: left;
	line-height: 49px;
	color: #888 !important;
}



#search_r {
	width: 291px;
	float: right;
	padding-top: 10px;
}



#search_r li {
	float: left;
}



/*幻灯片*/



#flash_bg {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}



.focus {
	width: 100%;
	height: 458px;
	position: relative;
	overflow: hidden;
}



.focus ul,
.focus li {
	list-style: none;
	padding: 0;
	margin: 0;
}



.focus li {
	display: none
}



.focus .bg {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1;
	background: #000
}



.focus .f_btns {
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 2
}



.focus .f_btns h2 {
	color: #fff;
	font-size: 16px;
	font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
	line-height: 30px;
}



.focus .f_btns h2 a {
	color: #fff;
}



.focus .f_btns h2 a:hover {
	text-decoration: none
}



.focus .f_btns .btn {
	text-align: center;
	height: 8px;
	overflow: hidden;
	font-size: 0;
	padding-top: 12px;
}



.focus .f_btns .btn span {
	display: inline-block;
	width: 26px;
	height: 8px;
	overflow: hidden;
	margin: 0 5px;
	background: #a1a1a1;
	cursor: pointer
}



.focus .f_btns .btn span.cur {
	background: #c93939;
}



.jqfocus ul li a img {
	height: 458px;
	text-align: center;
}



/*中间部分*/



#center_bg {
	width: 1002px;
	margin: 0 auto;
}



#left_l {
	width: 200px;
	float: left;
	background: #eee;
	padding-bottom: 60px;
}



#right_r {
	width: 772px;
	float: right;
}



#center_bgs {
	width: 1002px;
	margin: 0 auto;
	margin-top: 30px;
}

#left_ls {
	width: 220px;
	float: left;
}

#right_rs {
	width: 742px;
	float: right;
}

#solution_c_t {
	width: 1002px;
	margin: 0 auto;
	margin-top: 30px;
}

#solution_c_t .h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

#solution_c_t .h2 {
	text-align: center;
	font-size: 18px;
	letter-spacing: 10px;
	padding-top: 2px;
}

#solution_c_t .h3 {
	text-align: center;
	font-size: 12px;
	color: #888;
	padding-top: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#solution_c_c {
	width: 100%;
	height: 3px;
	background: url(../img/rc-118.png) center no-repeat;
	margin-top: 20px;
}

.solution_c_bgs {
	background: #eee;
	padding: 50px 0px;
}

.solution_c_bg {
	width: 1002px;
	margin: 0 auto;
	height: 413px;
	position: relative;
}

#tabs {
	overflow: hidden;
	width: 1002px;
}

#tabs ul li {
	color: #fff;
	height: 68px;
	line-height: 68px;
	position: relative;
	cursor: pointer;
	width: 200px;
	background: #333;
	font-size: 14px;
	text-align: center;
	margin-top: 1px;
}

#tabs ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
}

#tabs ul li.currents {
	color: #ff0;
	background: #ff6600;
	width: 200px;
	height: 68px;
	line-height: 68px;
}

#tabs ul li.currents a {
	color: #ff0;
	font-size: 14px;
}

#contents {
	width: 550px;
	position: absolute;
	left: 226px;
}

#contents ul {
	display: none;
}

#contents .c_img {
	width: 550px;
	height: 413px;
	margin-top: 1px;
	position: relative;
}

#contents .c_img_bg {
	width: 550px;
	height: 413px;
	position: absolute;
}

#contents .c_img_font {
	width: 510px;
	padding: 20px;
	position: absolute;
	top: 313px;
	background: url(../img/rc-119.png);
	line-height: 30px;
	color: #fff;
}

#contents .c_img_font .h1 {
	font-size: 18px;
	color: #fff;
}

#contents .c_img_font .h1 a {
	font-size: 18px;
	color: #fff;
}

#contents .c_img_font .h1 a:hover {
	font-size: 18px;
	color: #ff0;
}

#contents .c_img_font .h2 {
	font-size: 12px;
	color: #888;
	line-height: 1.5;
}

#contents .c_img_font .h2 a {
	font-size: 12px;
	color: #888;
}

#contents .c_img_font .h2 a:hover {
	font-size: 12px;
	color: #ff0;
}



#sort_t {
	height: 60px;
	background: #222;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 22px;
}



#sort_b {
	background: #eee;
	padding-bottom: 25px;
	padding-top: 15px;
}







.sort_c {
	width: 160px;
	margin: 0 auto;
	background: url(../img/rc-9.jpg);
	line-height: 60px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}



.sort_c a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}



.sort_c a:hover {
	color: #f27200;
	text-decoration: none;
	font-size: 14px;
}







.sort_cs {
	width: 160px;
	margin: 0 auto;
	background: url(../img/rc-9.jpg);
	line-height: 60px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}



.sort_cs a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}



.sort_cs a:hover {
	color: #f27200;
	text-decoration: none;
	font-size: 12px;
}







.sort_b {
	width: 160px;
	margin: 0 auto;
	background: url(../img/rc-10.jpg);
	line-height: 60px;
	font-size: 12px;
	color: #444;
}



.sort_b a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}



.sort_b a:hover {
	color: #f27200;
	text-decoration: none;
	font-size: 12px;
}







.sort_c .show,
.sort_cs .show,
.sort_b .show {
	padding-left: 15px;
}







#hot_t {
	height: 59px;
	border-bottom: 1px solid #ddd;
}



#hot_t .h1 {
	line-height: 59px;
	float: left;
	color: #000;
	font-size: 48px;
	text-transform: uppercase;
}



#hot_t .h2 {
	padding-left: 8px;
	font-size: 22px;
	padding-top: 5px;
	float: left;
}



#hot_t .h2 .font {
	font-size: 14px;
	padding-top: 1px;
	text-transform: uppercase;
	color: #666;
}



#hot_t .h3 {
	float: right;
	margin-top: 10px;
	width: 108px;
	height: 28px;
	background: #f27200;
	line-height: 28px;
	text-align: center;
	color: #fff;
}



#hot_t .h3 a {
	color: #fff;
	text-decoration: none;
	width: 108px;
	line-height: 28px;
	display: block;
	font-size: 12px;
	text-align: center;
}



#hot_t .h3 a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	background: #000;
}







#hot_c {
	border: 1px solid #ddd;
	padding: 20px 40px 20px 40px;
	margin-top: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
}



#hot_c_l {
	width: 346px;
	float: left;
}



#hot_c_r {
	width: 251px;
	float: right;
}



#hot_c_l img {
	width: 406px;
	height: 330px;
}



#hot_c_r_t {
	width: 251px;
	height: 46px;
	background: url(../img/rc-12.jpg) no-repeat;
	text-align: center;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
	margin-bottom: 20px;
}



#hot_c_r_b {
	line-height: 37px;

	height: 166px;
	overflow: hidden;
}







#cxcp_t {
	width: 772px;
	height: 27px;
	background: url(../img/rc-13.jpg) no-repeat;
	margin-top: 30px;
}



#cxcp_t .h1 {
	float: left;
	padding-left: 68px;
	line-height: 27px;
	color: #000;
	font-size: 22px;
}



#cxcp_t .h2 {
	float: left;
	padding-left: 8px;
	line-height: 27px;
	color: #666;
	font-size: 18px;
	text-transform: uppercase;
}



#cxcp_t .h3 {
	float: right;
	line-height: 27px;
	width: 109px;
	text-align: center;
}

#cxcp_t .h3 a {
	color: #fff;
	text-decoration: none;
	line-height: 27px;
	display: block;
	font-size: 12px;
	width: 109px;
	text-align: center;
}



#cxcp_t .h3 a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	background: #000;
}





#cxcp_b {
	width: 772px;
	margin-top: 10px;
}



#cxcp_b li {
	float: left;
	width: 238px;
	padding-left: 15px;
	margin-top: 10px;
}



#cxcp_b img {
	width: 227px;
	height: 170px;
	border: 1px #d0d0d0 solid;
	background: #fff;
	padding: 2px;
}



#cxcp_b img:hover {
	width: 227px;
	height: 170px;
	border: 1px #f27200 solid;
	background: #fff;
	padding: 2px;
}



#cxcp_b p {
	text-align: center;
	margin-top: 10px;
	width: 233px;
	line-height: 30px;
	overflow: hidden;
	color: #888;
	background: #eee;
}



#cxcp_b p .font {
	color: #888;
	font-size: 12px;
}



#cxcp_b p a {
	text-decoration: none;
	font-size: 12px;
	color: #333;
	display: block;
	line-height: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}



#cxcp_b p a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	background: #f27200;
}







#hzkh_t {
	width: 100%;
	height: 120px;
	background: url(../img/rc-16.jpg) repeat-x;
}



#hzkh_t_c {
	width: 978px;
	margin: 0 auto;
	height: 120px;
}



#hzkh_t_cl {
	width: 307px;
	float: left;
	padding-top: 18px;
}



#hzkh_t_cr {
	width: 671px;
	float: right;
	padding-top: 20px;
	color: #888;
}



#hzkh_t_cr_t {
	font-size: 30px;
	height: 31px;
}



#hzkh_t_cr_t .font {
	color: #fff;
	margin-left: 10px;
	padding: 5px 10px 5px 10px;
	background: #f27200;
	font-size: 14px;
}







#hzkh_t_cr_b {
	padding-top: 10px;
	font-size: 14px;
}



#hzkh_t_cr_b .font {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}







#hzkh_c {
	width: 100%;
	height: 520px;
	background: url(../img/rc-18.jpg) center no-repeat;
	margin-top: 1px;
}



#hzkh_c_c {
	width: 678px;
	margin: 0 auto;
	padding-top: 88px;
}



#hzkh_c_cs {
	width: 678px;
	margin-bottom: 9px;
}



#hzkh_c_cs li {
	float: left;
	width: 113px;
	overflow: hidden;
	height: 67px;
}



#hzkh_c_cs img {
	width: 108px;
	height: 63px;
	border: 1px #d0d0d0 solid;
	background: #fff;
	padding: 1px;
}



#hzkh_c_cs img:hover {
	width: 108px;
	height: 63px;
	border: 1px #f27200 solid;
	background: #fff;
	padding: 1px;
}



#hzkh_c_cs .p {
	width: 112px;
	height: 67px;
	background: #e0e0e0;
	line-height: 67px;
	text-align: center;
	font-size: 14px;
}



#hzkh_c_cs .p a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}



#hzkh_c_cs .p a:hover {
	color: #ff6600;
	text-decoration: none;
	font-size: 14px;
}







#hzkh_c_cb {
	width: 206px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	border: 1px solid #bbb;
	font-size: 12px;
	margin-top: 40px;
}



#hzkh_c_cb a {
	color: #333;
	text-decoration: none;
	width: 206px;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size: 12px;
}



#hzkh_c_cb a:hover {
	color: #fff;
	text-decoration: none;
	background: #f27200;
}







#hzkh_b {
	width: 100%;
	height: 38px;
	background: url(../img/rc-19.jpg) center no-repeat;
}







#xzrdf_bg {
	width: 990px;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 auto;
}



#xzrdf_c {
	width: 990px;
	height: 704px;
	background: url(../img/rc-21.jpg) no-repeat;
}



.ty_bg {
	width: 1162px;
	margin: 0 auto;
	height: 31px;
	background: url(../img/rc-22.jpg) no-repeat;
	margin-top: 1px;
}







#xzrdf_ct {
	width: 990px;
	height: 76px;
	color: #000;
}



#xzrdf_ct_l {
	width: 196px;
	float: left;
	font-size: 22px;
	text-align: center;
	padding-top: 12px;
}



#xzrdf_ct_l .font {
	font-size: 16px;
	color: #f27200;
}



#xzrdf_ct_r {
	width: 789px;
	float: right;
	line-height: 76px;
	font-size: 25px;
	text-align: center;
}







#xzrdf_cc {
	width: 990px;
	margin: 0 auto;
	padding-top: 20px;
}



#xzrdf_cc_l {
	width: 194px;
	float: left;
}



#xzrdf_cc_r {
	width: 766px;
	float: right;
}







#xzrdf_cc_l .choose {
	height: 84px;
}



#xzrdf_cc_l .choose .choose-t {
	padding-left: 69px;
	padding-top: 15px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}



#xzrdf_cc_l .choose .choose-b {
	padding-left: 69px;
	padding-top: 3px;
	color: #555;
	font-size: 12px;
}



#xzrdf_cc_l .choose .choose-b a {
	color: #555;
	text-decoration: none;
	font-size: 12px;
}



#xzrdf_cc_l .choose .choose-b a:hover {
	color: #ff6600;
	text-decoration: none;
}







#xzrdf_cc_r #wt-jjff {
	width: 766px;
	height: 326px;
}



#xzrdf_cc_r #wt-bg {
	width: 386px;
	float: left;
}



#xzrdf_cc_r #jjff-bg {
	width: 380px;
	float: right;
}







#xzrdf_cc_r #wt-bg #wt-t {
	height: 38px;
	color: #000;
	font-size: 20px;
	padding-left: 40px;
	padding-top: 35px;
}



#xzrdf_cc_r #wt-bg #wt-c {
	width: 386px;
	margin: 0 auto;
	height: 62px;
}



#xzrdf_cc_r #wt-bg #wt-c li {
	float: left;
}



#xzrdf_cc_r #wt-bg #wt-c .w1 {
	width: 87px;
	text-align: right;
	font-size: 16px;
	padding-top: 20px;
	color: #fff;
}



#xzrdf_cc_r #wt-bg #wt-c .w2 {
	width: 63px;
	text-align: right;
	font-size: 16px;
	padding-top: 15px;
	color: #fff;
}



#xzrdf_cc_r #wt-bg #wt-c .w3 {
	width: 66px;
	text-align: right;
	font-size: 16px;
	padding-top: 20px;
	color: #fff;
}



#xzrdf_cc_r #wt-bg #wt-c .w4 {
	width: 170px;
}







#xzrdf_cc_r #wt-bg #wt-b {
	width: 386px;
	margin: 0 auto;
	height: 57px;
}



#xzrdf_cc_r #wt-bg #wt-b li {
	float: left;
}



#xzrdf_cc_r #wt-bg #wt-b .ww1 {
	width: 86px;
	text-align: right;
	font-size: 16px;
	padding-top: 18px;
	color: #fff;
}



#xzrdf_cc_r #wt-bg #wt-b .ww2 {
	width: 65px;
	text-align: right;
	font-size: 12px;
	padding-top: 15px;
	color: #fff;
}



#xzrdf_cc_r #wt-bg #wt-b .ww3 {
	width: 127px;
	text-align: center;
	font-size: 15px;
	padding-top: 20px;
	color: #000;
	font-weight: bold;
}



#xzrdf_cc_r #wt-bg #wt-b .ww4 {
	width: 108px;
}







#xzrdf_cc_r #jjff-bg #jjff-t {
	height: 53px;
	padding-left: 10px;
	line-height: 53px;
	font-size: 20px;
}



#xzrdf_cc_r #jjff-bg #jjff-b {
	line-height: 46px;
	font-size: 16px;
	padding-left: 53px;
	color: #000;
}



#xzrdf_cc_r #jjff-bg #jjff-b .font {
	font-size: 12px;
	color: #555;
}







#ldtd_c {
	width: 766px;
}



#ldtd_c li {
	float: left;
}



#ldtd_c .t1 {
	width: 523px;
	padding-left: 11px;
}



#ldtd_c .t2 {
	width: 232px;
}







#ldtd_c .td-t {
	width: 100px;
	height: 23px;
	text-align: center;
	padding-top: 13px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}



#ldtd_c .td-b {
	height: 44px;
	color: #555;
	line-height: 18px;
	padding-top: 10px;
}







#ad_bg_1 {
	width: 100%;
	height: 158px;
	background: url(../img/rc-23.jpg) center no-repeat;
}



#ad_bg_1 .ad_t {
	width: 1002px;
	margin: 0 auto;
	text-align: center;
	padding-top: 45px;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	opacity: 1;
}



#ad_bg_1 .ad_b {
	width: 1002px;
	margin: 0 auto;
	text-align: center;
	padding-top: 1px;
	font-size: 16px;
	color: #555;
}



#ad_bg_1 .ad_b .font {
	font-size: 25px;
	color: #000;
	font-weight: bold;
}







#ys_t {
	width: 100%;
	height: 90px;
	background: url(../img/rc-24.jpg) center no-repeat;
}



.ys_bg {
	width: 1002px;
	margin: 0 auto;
}



#ys_t_c {
	width: 397px;
	margin: 0 auto;
	padding-left: 605px;
	font-size: 22px;
	color: #484848;
	font-weight: bold;
	padding-top: 20px;
}







#ys_1 {
	width: 100%;
	height: 260px;
	background: url(../img/rc-25.jpg) center no-repeat;
}



#ys_1 .y1_top {
	padding-left: 590px;
	padding-top: 70px;
	font-size: 36px;
	font-weight: normal;
	color: #484848;
}



#ys_1 .y1_center {
	padding-left: 590px;
	padding-top: 3px;
	font-size: 16px;
	text-transform: uppercase;
	color: #484848;
}



#ys_1 .y1_bottom {
	padding-left: 590px;
	padding-top: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}







#ys_2 {
	width: 100%;
	height: 302px;
	background: url(../img/rc-26.jpg) center no-repeat;
}



#ys_2 .y2_top {
	padding-left: 590px;
	font-size: 36px;
	font-weight: normal;
	color: #484848;
}



#ys_2 .y2_center {
	padding-left: 590px;
	padding-top: 0px;
	font-size: 15px;
	text-transform: uppercase;
	color: #484848;
}



#ys_2 .y2_bottom {
	padding-left: 590px;
	padding-top: 18px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}







#ys_3 {
	width: 100%;
	height: 253px;
	background: url(../img/rc-27.jpg) center no-repeat;
}



#ys_3 .y3_top {
	padding-left: 90px;
	font-size: 34px;
	font-weight: normal;
	color: #484848;
}



#ys_3 .y3_center {
	padding-left: 90px;
	padding-top: 0px;
	font-size: 12px;
	text-transform: uppercase;
	color: #484848;
}



#ys_3 .y3_bottom {
	padding-left: 90px;
	padding-top: 18px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}







#ys_4 {
	width: 100%;
	height: 239px;
	background: url(../img/rc-28.jpg) center no-repeat;
}



#ys_4 .y4_top {
	padding-left: 90px;
	font-size: 34px;
	font-weight: normal;
	color: #484848;
}



#ys_4 .y4_center {
	padding-left: 90px;
	padding-top: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #484848;
}



#ys_4 .y4_bottom {
	padding-left: 90px;
	padding-top: 18px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}







#ys_5 {
	width: 100%;
	height: 250px;
	background: url(../img/rc-29.jpg) center no-repeat;
}



#ys_5 .y5_top {
	padding-left: 590px;
	font-size: 36px;
	font-weight: normal;
	color: #484848;
}



#ys_5 .y5_center {
	padding-left: 590px;
	padding-top: 0px;
	font-size: 13px;
	text-transform: uppercase;
	color: #484848;
}



#ys_5 .y5_bottom {
	padding-left: 590px;
	padding-top: 18px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}







#ys_6 {
	width: 100%;
	height: 241px;
	background: url(../img/rc-30.jpg) center no-repeat;
}



#ys_6 .y6_top {
	padding-left: 590px;
	font-size: 36px;
	font-weight: normal;
	color: #484848;
}



#ys_6 .y6_center {
	padding-left: 590px;
	padding-top: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #484848;
}



#ys_6 .y6_bottom {
	padding-left: 590px;
	padding-top: 18px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}







#ad_bg_2 {
	width: 100%;
	height: 158px;
	background: url(../img/rc-31.jpg) center no-repeat;
}



#ad_bg_2 .ad_c {
	width: 1002px;
	margin: 0 auto;
}



#ad_bg_2 .ad_c li {
	float: left;
}



#ad_bg_2 .ad_c .a1 {
	width: 515px;
}



#ad_bg_2 .ad_c .a2 {
    width: 352px;
	font-size: 35px;
	color: #000;
	font-weight: bold;
	padding-top: 40px;
}



#ad_bg_2 .ad_c .a2 .font {
	color: #444;
	font-size: 16px;
	font-weight: normal;
}



#ad_bg_2 .ad_c .a2 .font1 {
	font-size: 25px;
}



#ad_bg_2 .ad_c .a3 {
	width: 130px;
	padding-top: 70px;
}







#case_bg {
	width: 100%;
	height: 715px;
	background: url(../img/rc-32.jpg) center no-repeat;
}



#case_t {
	width: 1002px;
	margin: 0 auto;
	height: 157px;
	text-align: center;
	line-height: 157px;
	font-size: 40px;
	font-weight: bold;
	color: #cacaca;
}



#case_t .font {
	font-size: 32px;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: normal;
}



#case_c {
	width: 1002px;
	margin: 0 auto;
	margin-top: 40px;
	height: 60px;
	background: #222;
}



#case_c li {
	float: left;
	width: 334px;
}



#case_c ul li {
	background: url(../img/rc-33.jpg) no-repeat left;
	height: 60px;
}



#case_c ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	width: 334px;
	line-height: 60px;
	text-align: center;
	display: block;
}



#case_c ul li a:hover {
	color: #ff0;
	text-decoration: none;
	background: #f27200;
}







#case_b {
	width: 1002px;
	margin: 0 auto;
}



#case_b li {
	float: left;
}



#case_b .c1 {
	width: 230px;
}



#case_b .c2 {
	width: 542px;
	text-align: center;
}







.img {
	width: 230px;
}



.img ul li {
	margin-top: 1px;
	width: 230px;
	height: 173px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	float: left;
}



.img .txt {
	width: 230px;
	height: 45px;
	background: url(../img/rc-36.png) repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}



.img .txt h3 {
	font-size: 18px;
	font-weight: 100;
	height: 45px;
	text-align: center;
	line-height: 45px;
}



.img .txt p {
	font-size: 12px;
	text-align: center;
}







.imgs {
	width: 542px;
}



.imgs ul li {
	margin-top: 1px;
	width: 542px;
	height: 347px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	float: left;
}



.imgs .txt {
	width: 542px;
	height: 45px;
	background: url(../img/rc-36.png) repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}



.imgs .txt h3 {
	font-size: 20px;
	font-weight: 100;
	height: 45px;
	text-align: center;
	line-height: 45px;
}



.imgs .txt p {
	font-size: 14px;
	text-align: center;
}







#khjz_bg {
	width: 100%;
	height: 567px;
	background: url(../img/rc-37.jpg) center no-repeat;
}



#khjz_t {
	width: 1002px;
	margin: 0 auto;
	padding-top: 60px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #000;
	font-size: 24px;
}



#khjz_b {
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}



#khjz_b li {
	float: left;
	width: 235px;
	margin-left: 15px;
}



#khjz_b .pj_bg {
	width: 235px;
	background: url(../img/rc-38.png) no-repeat;
	height: 373px;
}



#khjz_b .pj_t {
	width: 205px;
	margin: 0 auto;
	padding-top: 15px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}



#khjz_b .pj_img {
    width: 205px;
    margin: 0 auto;
    padding-top: 10px;
    height: 132px;
}




#khjz_b .pj_c {
	width: 205px;
	margin: 0 auto;
	height: 92px;
	padding-top: 15px;
	line-height: 25px;
}



#khjz_b .pj_b {
	width: 205px;
	margin: 0 auto;
	height: 35px;
	text-align: center;
	line-height: 35px;
}







#cer_t {
	width: 485px;
	height: 85px;
	background: url(../img/rc-40.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 30px;
}



#cer_t .c-t {
	padding-top: 21px;
	text-align: center;
	height: 35px;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 15px;
}



#cer_t .c-b {
	text-align: center;
	font-size: 25px;
}



#cer_c {
	width: 26px;
	height: 26px;
	margin: 0 auto;
	background: url(../img/rc-41.jpg) no-repeat;
	margin-top: 18px;
}



#cer_b {
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}



#cer_b li {
	float: left;
	width: 235px;
	margin-left: 15px;
}



#cer_b .cer_bg {
	width: 235px;
	background: url(../img/rc-42.jpg) no-repeat;
	height: 387px;
}



#cer_b .c-t {
	width: 195px;
	margin: 0 auto;
	padding-top: 20px;
	height: 286px;
	margin-bottom: 10px;
}



#cer_b .c-b {
	width: 195px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}







#company_bg {
	width: 100%;
	height: 600px;
	background: url(../img/rc-44.jpg) center no-repeat;
	margin: 0 auto;
	margin-top: 30px;
}

#company_t {
	width: 1002px;
	margin: 0 auto;
	padding-top: 80px;
	line-height: 64px;
	height: 64px;
	text-align: center;
	color: #ccc;
	font-size: 22px;
}

#company_t .font {
	text-transform: uppercase;
	padding-left: 10px;
}

#company_b {
	width: 942px;
	margin: 0 auto;
	padding-top: 85px;
}

#company_b_l {
	width: 344px;
	float: left;
}

#company_b_r {
	width: 568px;
	float: right;
	line-height: 32px;
	color: #000;
}

#company_b_r p {
	line-height: 32px;
	color: #000;
}

#company_b_r a {
	color: #000;
	text-decoration: none;
}

#company_b_r a:hover {
	color: #ff6600;
	text-decoration: none;
}



#company_b_l .border {
	width: 334px;
	height: 249px;
	border: 5px solid #fff;
}



#qyxx_bg {
	width: 1002px;
	margin: 0 auto;
	margin-top: 20px;
}

#qyxx_bg li {
	float: left;
}

#qyxx_bg .lin_center {
	width: 1002px;
}

#qyxx_bg .lin_center li {
	width: 222px;
	margin-left: 10px;
	float: left;
}

#qyxx_bg .lin_center img {
	padding: 5px;
	border: 1px solid #bbb;
	width: 210px;
	height: 158px;
	background: #fff;
}

#qyxx_bg .lin_center img:hover {
	padding: 5px;
	border: 1px solid #ff6600;
	width: 210px;
	height: 158px;
	background: #ffe4d2;
}

#qyxx_bg .lin_center p {
	width: 222px;
	height: 40px;
	background: #ececec;
	margin-bottom: 10px;
	margin-top: 10px;
}

#qyxx_bg .lin_center p a {
	width: 222px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #222;
	text-align: center;
	display: block;
}

#qyxx_bg .lin_center p a:hover {
	background: #ff6600;
	color: #fff;
}







#pjzs_feedback {
	width: 930px;
	border: 1px solid #ddd;
	padding: 35px;
	margin: 0 auto;
	margin-top: 30px;
}



#pjzs_feedback li {
	float: left;
}



#pjzs_feedback .pf_1 {
	width: 374px;
}



#pjzs_feedback .pf_2 {
	width: 97px;
	text-align: center;
}



#pjzs_feedback .pf_3 {
	width: 459px;
}







.dh_bg_1 {
	height: 30px;
}



.dh_bg_1 .h1 {
	float: left;
	line-height: 30px;
	font-size: 20px;
	color: #f27200;
}



.dh_bg_1 .h2 {
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #555;
	padding-left: 10px;
	text-transform: uppercase;
}







.xian-0 {
	width: 374px;
	height: 5px;
	background: url(../img/rc-46.jpg) no-repeat;
	margin-top: 5px;
	margin-bottom: 18px;
}



.dh_bg_2 {
	font-size: 14px;
	color: #555;
}







#pjzs_1 {
	width: 269px;
	height: 87px;
	padding-left: 105px;
	background: url(../img/rc-47.jpg) no-repeat;
	line-height: 87px;
	font-size: 22px;
	color: #000;
}



#pjzs_2 {
	width: 348px;
	height: 87px;
	padding-left: 26px;
	background: url(../img/rc-48.jpg) no-repeat;
	line-height: 87px;
	font-size: 22px;
	color: #000;
	margin-top: 10px;
}



#pjzs_1 a,
#pjzs_2 a {
	color: #000;
	text-decoration: none;
	font-size: 22px;
}



#pjzs_1 a:hover,
#pjzs_2 a:hover {
	color: #ff6600;
	text-decoration: none;
}







#pjzs_c {
	padding: 30px 0px 20px 0px;
	text-align: center;
	line-height: 30px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 3px;
}



#pjzs_b {
	text-align: center;
}







#feedback_bg {
	width: 459px;
	margin-top: 20px;
}



#feedback_t {
	width: 459px;
	height: 337px;
	background: url(../img/rc-51.jpg) no-repeat;
}



#feedback_t li {
	float: left;
}



#feedback_t .f1 {
	width: 88px;
	line-height: 38px;
	text-align: center;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
}



#feedback_t .f2 {
	width: 360px;
	padding-left: 11px;
	line-height: 38px;
	height: 38px;
}







#feedback_b {
	width: 459px;
}







#news_question {
	width: 1002px;
	margin: 0 auto;
	margin-top: 20px;
}



#news_bg {
	width: 570px;
	float: left;
}



#question_bg {
	width: 402px;
	float: right;
}







.dh_bg_3 {
	height: 48px;
	border: 1px solid #ddd;
}



.dh_bg_3 .h1 {
	float: left;
	line-height: 48px;
	font-size: 16px;
	width: 100px;
}



.dh_bg_3 .h1 a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	width: 100px;
	text-align: center;
	display: block;
	line-height: 48px;
}



.dh_bg_3 .h1 a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	background: #f27200;
}



.cur {
	background: #f27200;
}



.dh_bg_3 .h2 {
	float: right;
	line-height: 48px;
	border-left: 1px solid #ddd;
	width: 80px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}



.dh_bg_3 .h2 a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	width: 80px;
	text-align: center;
	display: block;
	line-height: 48px;
	text-transform: uppercase;
}



.dh_bg_3 .h2 a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	background: #f27200;
}







#news_t {
	width: 570px;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top: 20px;
}



#news_t li {
	float: left;
}



#news_t .n1 {
	width: 302px;
}



#news_t .n2 {
	width: 268px;
	line-height: 29px;
	color: #888;
}



#news_t .n2 a {
	color: #888;
	text-decoration: none;
}



#news_t .n2 a:hover {
	color: #f27200;
	text-decoration: none;
}



#news_b {
	width: 568px;
	margin: 0 auto;
	background: url(../img/rc-56.jpg);
	line-height: 41px;
	height: 205px;
}



#news_b li {
	float: left;
	padding-left: 10px;
	width: 270px;
}



#news_b li h6 {
	float: left;
	font-size: 12px;
	line-height: 41px;
	font-weight: normal;
}



#news_b li span {
	float: right;
	line-height: 41px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	width: 85px;
}







.question_bg {
	width: 402px;
	margin: 0 auto;
	margin-top: 12px;
}



.question_bg li {
	float: left;
}



.question_bg .q1 {
	width: 28px;
}



.question_bg .q2 {
	width: 374px;
	line-height: 23px;
}







.xian-0 {
	height: 1px;
	width: 402px;
	margin: 0 auto;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 18px;
	margin-top: 18px;
}







.wen {
	width: 18px;
	height: 18px;
	background: #000;
	line-height: 18px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}



.da {
	width: 18px;
	height: 18px;
	background: #f27200;
	line-height: 18px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}







/*友情链接*/



#links_bg {
	width: 1000px;
	border: 1px solid #d0d0d0;
	height: 47px;
	margin: 0 auto;
	margin-top: 30px;
}



#links_c {
	width: 992px;
	border: 4px solid #fff;
	height: 39px;
	background: #f2f2f2;
}



#links_c_l {
	width: 114px;
	float: left;
	background: url(../img/rc-57.jpg) no-repeat;
	height: 39px;
	font-size: 0px;
	overflow: hidden;
}



#links_c_r {
	width: 878px;
	float: right;
	line-height: 39px;
}



/*联系方式*/



#b_contact_bg {
	width: 100%;
	background: #333;
	margin-top: 30px;
	padding-bottom: 50px;
	padding-top: 70px;
	color: #7b7b7b;
}



#b_contact_t {
	width: 1002px;
	height: 60px;
	background: url(../img/rc-58.jpg) no-repeat;
	margin: 0 auto;
}



#b_contact_t .font {
	padding-top: 33px;
	font-size: 28px;
	text-align: center;
}



#b_contact_t .font .font {
	font-size: 23px;
	text-transform: uppercase;
	padding-left: 10px;
}



#b_contact_c {
	width: 1002px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	line-height: 30px;
	text-align: center;
}



#b_contact_x {
	width: 1002px;
	margin: 0 auto;
	height: 1px;
	border-bottom: 1px solid #3f3f3f;
	margin-bottom: 20px;
	margin-top: 10px;
}



#b_contact_b {
	width: 1000px;
	margin: 0 auto;
}



#b_contact_b li {
	float: left;
	width: 250px;
	line-height: 30px;
}



#b_contact_more {
	width: 1002px;
	height: 61px;
	background: url(../img/rc-59.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 30px;
	line-height: 61px;
	font-size: 18px;
	text-align: center;
}



#b_contact_bg a {
	color: #7b7b7b;
	text-decoration: none;
}



#b_contact_bg a:hover {
	color: #ff6600;
	text-decoration: none;
}



/*底部导航*/



#b_nav_bg {
	width: 100%;
	background: #222;
	padding-bottom: 30px;
	padding-top: 50px;
	color: #7b7b7b;
}



#b_nav_c {
	width: 1002px;
	margin: 0 auto;
}



#b_nav_l {
	width: 318px;
	float: left;
	font-size: 15px;
	text-align: center;
}



#b_nav_r {
	width: 640px;
	float: right;
	padding-top: 20px;
}



#b_nav_r li {
	float: left;
	width: 160px;
}



#b_nav_r .b_top {
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 20px;
}



#b_nav_r .b_bottom {
	line-height: 30px;
	font-size: 12px;
}



#b_nav_bg a {
	color: #7b7b7b;
	text-decoration: none;
}



#b_nav_bg a:hover {
	color: #ff6600;
	text-decoration: none;
}



/*版权*/



#copyright_bg {
	width: 100%;
	background: #000;
	height: 50px;
	line-height: 50px;
}



#copyright_c {
	width: 1002px;
	margin: 0 auto;
	line-height: 50px;
	color: #444;
}



#copyright_c a {
	color: #444;
	text-decoration: none;
}



#copyright_c a:hover {
	color: #ff6600;
	text-decoration: none;
}



/*返回顶部*/



/*clearboth*/



.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}






.clearfix .clear {
	_height: 0px;
}



/*gotop*/



.cbbfixed {
	position: fixed;
	right: 10px;
	transition: bottom ease .3s;
	bottom: -85px;
	z-index: 3;
	cursor: pointer;
	top: 600px;
	right: 50px;
}



.cbbfixed .cbbtn {
	width: 40px;
	height: 40px;
	display: block;
	background-color: #f27200;
}



.cbbfixed .gotop {
	transition: background-color ease .3s;
	margin-top: 1px;
}



.cbbfixed .gotop .up-icon {
	float: left;
	margin: 14px 0 0 9px;
	width: 23px;
	height: 12px;
	background: url(../img/side-icon02.png);
}



.cbbfixed .gotop:hover {
	background-color: #F00;
}



.cbbfixed .cweixin {
	background: #dadbdd;
}



.cbbfixed .cweixin div {
	background: url(../img/erwei.png);
	width: 194px;
	height: 199px;
	position: absolute;
	left: -194px;
	top: -115px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s, opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none\0;
	*display: none;
	background-size: 100% 100%;
}



.cbbfixed .cweixin:hover div {
	display: block;
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	*display: block;
}



.cbbfixed .cweixin .weixin-icon {
	float: left;
	margin: 12px 0 0 11px;
	width: 18px;
	height: 18px;
	background: url(../img/side-icon01.png);
}



/*关于瑞昌幻灯片样式*/



.jcarousel-skin-index .jcarousel-clip {
	overflow: hidden
}



.jcarousel-skin-index .jcarousel-clip-horizontal {
	width: 290px
}



.jcarousel-skin-index .jcarousel-list {
	position: relative
}



.jcarousel-skin-index .jcarousel-item {
	width: 290px
}



.banner {
	width: 290px;
	height: 215px;
	padding-right: 15px;
	position: relative;
	margin: 0 auto
}



.banner .control-index-hero {
	position: absolute;
	left: 0;
	bottom: 0
}



.banner .control-index-hero li {
	float: left;
	width: 37px;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	background: #000;
	opacity: .9;
	margin-right: 1px;
	text-align: left;
	font-family: microsoft yahei;
	font-size: 12px;
}



.banner .control-index-hero li.over {
	width: 176px;
}



.banner .control-index-hero li.last {
	margin-right: 0;
}



.banner .control-index-hero li a {
	text-decoration: none;
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 38px
}



.banner .control-index-hero li a.index-hero-number {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	margin: 8px;
	background: #c00
}



#tooltip {



	position: absolute;



	border: 1px solid #ccc;



	background: #333;



	padding: 2px;



	display: none;



	color: #fff;



	padding: 10px;







}

#tabs ul li:nth-child(1) {
	float: left;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#tabs ul li:nth-child(2) {
	float: left;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 69px;
	z-index: 10px;
}

#tabs ul li:nth-child(3) {
	float: left;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 138px;
	z-index: 10px;
}

#tabs ul li:nth-child(4) {
	float: left;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 207px;
	z-index: 10px;
}

#tabs ul li:nth-child(5) {
	float: left;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 276px;
	z-index: 10px;
}

#tabs ul li:nth-child(6) {
	float: left;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 345px;
	z-index: 10px;
}

#tabs ul li:nth-child(7) {
	float: right;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#tabs ul li:nth-child(8) {
	float: right;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 69px;
}

#tabs ul li:nth-child(9) {
	float: right;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 138px;
}

#tabs ul li:nth-child(10) {
	float: right;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 207px;
}

#tabs ul li:nth-child(11) {
	float: right;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 276px;
}

#tabs ul li:nth-child(12) {
	float: right;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 345px;
}

#contents .active {
	display: block;
}
.dh_bg_3 .cur a{
	color: #fff;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: "";
	clear: both;
  }