@charset "utf-8";
/* CSS Document 
制作 青华互联网站建设  www.qinghuahulian.com
电话：18653219163  QQ:893157818
联系人：王小姐
*/

*{margin:0px;
 padding:0px;
}
html,body{
      -webkit-text-size-adjust:none;
}
body{
	font-size:12px;
	color:#333333;
	background-color:#fff; font-family:"微软雅黑","Microsoft YaHei";
}
body img{
    border:0px;
}
/*强制去除表单自带的样式*/ 
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*/}

/*强制去除textarea自带的样式*/
textarea{resize:none;/*-webkit-appearance:none;*/}

textarea,input,select { background:none; border:none; margin:0; padding:0;}
A {
	COLOR: #333333; LINE-HEIGHT: 150%; TEXT-DECORATION: none;
	font-size:12px
}
A:link {
	COLOR: #333333; TEXT-DECORATION: none
	font-size:12px
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: none
	font-size:12px
}
A:hover {
	RIGHT: 0px; COLOR: #b8272c;
	text-decoration:none;
	font-size:12px
}
.clear{
	clear:both;
}
ul li{
	list-style-type:none;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.w{
	width:1200px; height:auto; margin:0 auto;
}
.box{
	width:980px;
	height:auto;
	margin:0 auto;
	background-color:#fff;
	display:table;
	
}
.header{
	height:99px;
}
.logo{
	margin-top:10px;
}
.standard{
	width:450px; height:47px; padding-top:3px; border-left:1px #d4d4d4 solid; font-size:18px; line-height:20px; color:#1a1a1a; padding-left:20px; margin-left:20px; margin-top:30px;
}
.standard span{
	color:#e40413; letter-spacing:0.8px; font-family:Arial, Helvetica, sans-serif;
}
.telphone{
	width:165px; height:55px; font-size:22px; color:#111111; margin-top: 5px
}
.telphone span{
	font-size:14px; color:#e40413; background:url(../images/telbg.jpg) left center no-repeat; padding-left:18px;
}
.nav{
	width:100%; height:46px; background:url(../images/navbg.jpg) repeat-x;
}
.nav ul{
	width:1200px; height:46px; margin:0 auto;
}
.nav li{
	width:171px; height:46px; float:left; line-height:46px; text-align:center;
}
.nav a:link{
	color:#fff; font-size:14px; line-height:46px; display:block;
}
.nav a:visited{
	color:#fff; font-size:14px; line-height:46px; display:block;
}
.nav a:hover{
	color:#fff; font-size:14px; line-height:46px; display:block; background-color:#910710;
}
.nav .cur a:link{
	color:#fff; font-size:14px; line-height:46px; display:block; background-color:#910710;
}
.nav .cur a:visited{
	color:#fff; font-size:14px; line-height:46px; display:block; background-color:#910710;
}
.nav .cur a:hover{
	color:#fff; font-size:14px; line-height:46px; display:block; background-color:#910710;
}
/* 新增调用下拉菜单样式开始  */

.dropMenu {
 position:absolute;
 top: 0px;
 z-index:10000;
 width: 171px;
 visibility: hidden;
background:#d20614;
font-size:14px;
color:#fff; margin-top:-1px;
}

.dropMenu li {
 text-align:center;
 list-style-type:none;
line-height:40px;
border-bottom:1px #f08188 solid;
}
.dropMenu a {
	width:171px;
display:block;
background:#d20614;
font-size:14px;
color:#fff; 
}
.dropMenu a:link {
	width:171px;
display:block;
background:#d20614;
font-size:14px;
line-height:40px;
color:#fff; 
}
.dropMenu a:visited {
	width:171px;
display:block;
background:#d20614;
font-size:14px;
line-height:40px;
color:#fff; 
}
* html .dropMenu a {
	width:171px;
display:block;
background:#d20614;
font-size:14px;
color:#fff; 
}
.dropMenu a:hover {
background:#910710; 
color:#fff;
font-size:14px;
line-height:40px;
display:block; text-decoration:none;
}

/* 新增调用下拉菜单样式结束  */
/*banner*/
.banner { width: 100%; height: auto; }
.slideBox { width: 100%; height: auto; overflow: hidden; position: relative; }
.slideBox .hd { width: 100%; position: absolute; z-index: 1; bottom: 8px; left: 0; height: 30px; line-height: 30px; }
.slideBox .hd ul { text-align: center; }
.slideBox .hd ul li { cursor: pointer; display: inline-block; *display: inline; zoom: 1; width: 12px; height: 12px; margin: 5px; overflow: hidden; background: #fff; line-height: 999px; border-radius: 100%; }
.slideBox .hd ul .on { background: #e50414; }
.slideBox .bd { position: relative; height: 100%; z-index: 0; }
.slideBox .bd li { zoom: 1; vertical-align: middle; }
.slideBox .bd img { width: 100%; height: auto; display: block; }
/*前/后按钮代码*/
.slideBox .prev { position: absolute; left: 5%; top: 50%; margin-top: -25px; display: block; width: 56px; height: 56px; background: url(../images/prevArrow.png) no-repeat; filter: alpha(opacity=0); opacity: 0; }
.slideBox .next { position: absolute; right: 5%; top: 50%; margin-top: -25px; display: block; width: 56px; height: 56px; background: url(../images/nextArrow.png) no-repeat; filter: alpha(opacity=0); opacity: 0; }
.slideBox .prev:hover,
.slideBox .next:hover { filter: alpha(opacity=100); opacity: 1; }
.slideBox .prevStop { display: none; }
.slideBox .nextStop { display: none; }
.sea_box{
	width:100%; height:59px; background-color:#f8f8f8; border-bottom:1px #d9d9d9 solid; border-top:1px #d9d9d9 solid;
}
.hot_keyword{
	width:600px; height:59px; background:url(../images/seabg.jpg) left center no-repeat; color:#252424; line-height:59px; font-size:14px; padding-left:40px;
}
.hot_keyword a:link{
	color:#666; font-size:14px; line-height:59px; margin-left:5px; margin-right:5px;
}
.hot_keyword a:visited{
	color:#666; font-size:14px; line-height:59px; margin-left:5px; margin-right:5px;
}
.hot_keyword a:hover{
	color:#da0513; font-size:14px; line-height:59px; margin-left:5px; margin-right:5px;
}
.search{
	width:298px; height:33px; margin-top:13px;
}
.keyword{
	width:230px; height:31px; border:1px #d9d9d9 solid; background-color:#fff; float:left; padding-left:5px; color:#666; font-family:"微软雅黑","Microsoft YaHei";
}
.keyword:hover{
	border:1px #e40413 solid;
}
.submit{
	width:61px; height:33px; background:url(../images/sea_subbg.jpg) no-repeat; border:0px; cursor:pointer;
}
.products{
	width:100%; height:600px; background:url(../images/probg.jpg); padding-top:43px;
}
.common{
	width:100%; height:auto; padding-top:43px; background:url(../images/probg.jpg); display:table; padding-bottom:30px;
}
.pro_left{
	width:286px; height:auto; background:url(../images/pro_titbg.png) no-repeat;
}
.pro_title{
	height:89px; text-align:center; font-size:24px; font-weight:bolder; color:#fff; line-height:85px;
}
.pro_title a:link{
	font-size:24px; line-height:85px; color:#fff;
}
.pro_title a:visited{
	font-size:24px; line-height:85px; color:#fff;
}
.pro_title a:hover{
	font-size:24px; line-height:85px; color:#fff;
}
.pro_infos{
	width:266px; height:auto; background-color:#fff; margin:0 auto; padding-top:14px; padding-bottom:20px;
}
.pro_infos ul{
	list-style-type:none;
}
.pro_infos li{
	height:59px; line-height:59px; border-bottom:1px #dddddd dashed; background:url(../images/pro_libg.jpg)  20px center no-repeat;
}


.pro_infos a:link{
	font-size:16px; line-height:59px; padding-left:43px; display:block;
}
.pro_infos a:visited{
	font-size:16px; line-height:59px; padding-left:43px; display:block;
}
.pro_infos a:hover{
	font-size:16px; line-height:59px; padding-left:43px; display:block; background:url(../images/pro_horbg.jpg) 20px center no-repeat; font-weight:bolder;
}

.pro_infos .thisclass a:link{
	font-size:16px; line-height:59px; padding-left:43px; display:block; background:url(../images/pro_horbg.jpg) 20px center no-repeat; font-weight:bolder;
}
.pro_infos .thisclass a:visited{
	font-size:16px; line-height:59px; padding-left:43px; display:block; background:url(../images/pro_horbg.jpg) 20px center no-repeat; font-weight:bolder;
}
.pro_infos .thisclass a:hover{
	font-size:16px; line-height:59px; padding-left:43px; display:block; background:url(../images/pro_horbg.jpg) 20px center no-repeat; font-weight:bolder;
}
.left_tel{
	width:203px; height:80px; padding-top:9px; background:url(../images/telbg2.jpg) 29px center no-repeat; background-color:#e40413; margin:0 auto; font-size:26px; font-family:Arial, Helvetica, sans-serif; color:#fff; font-weight:bolder; padding-left:63px;
}
.left_tel span{
	 font-family:"微软雅黑","Microsoft YaHei"; font-size:14px; font-weight:normal;
}
.pro_right{
	width:914px; height:auto;
}
.com_right{
	width:875px; height:auto; background-color:#fff; border:1px #ddd solid; padding-top:30px;
}
.pro_list{
	height:auto;
}
.pro_list ul{
	list-style-type:none;
}
.pro_list li{
	width:220px; height:256px; text-align:center; float:left; background-color:#fff; margin-bottom:20px; margin-left:8px; display:inline;
}
.pro_list img{
	width:220px; height:200px; margin-bottom:7px;
}
.pro_list a:link{
	font-size:14px; display:block;
}
.pro_list a:visited{
	font-size:14px; display:block;
}
.pro_list a:hover{
	font-size:14px; color:#fff; display:block;
}
.pro_list li:hover{
	background-color:#e40413;
}
.more{
	width:126px; height:40px; background-color:#e40413; text-align:center; float:right;
}
.more a:link{
	color:#fff; font-size:14px; display:block; line-height:40px;
}
.more a:visited{
	color:#fff; font-size:14px; display:block; line-height:40px;
}
.more a:hover{
	color:#fff; font-size:14px; display:block; line-height:40px; background-color:#ff4451;
}
.title01{
	width:205px; height:70px; background:url(../images/hzkh_title.jpg) left center no-repeat; margin:0 auto; font-size:14px; color:#b2b2b2; padding-left:70px; padding-top:10px; margin-top:15px;
}
.title01 span{
	font-size:30px; color:#1f1e1e; font-weight:bolder;
}
.hzkh_list{
	width:1200px; height:115px; margin:0 auto; margin-top:20px;
}
.f_fl{float:left;}
.f_fr{float:right;}

.m_ser .m_kfc .u_ljt,.m_ser .m_kfc .u_rjt{ width:20px; height:20px; display:block;}
.m_ser .m_kfc .u_ljt{ margin-top:2px; }
.m_ser .m_kfc .u_rjt{ margin-top:2px;}
.m_ser .m_kfc .u_ljt a{ background: url(../images/left.jpg) no-repeat; width:19px; height:66px; display:block; cursor:pointer;}
.m_ser .m_kfc .u_rjt a{ background: url(../images/right.jpg) no-repeat; width:19px; height:66px; display:block; cursor:pointer;}

.m_ser .m_kfc .u_mid{ width:1146px; overflow:hidden; margin-left:12px;}
.m_ser .m_kfc .u_lst1 li{width:173px; height:115px; float:left; margin-right:19px; text-align:center; font-size:14px; display:inline; }
.m_ser .m_kfc .u_lst1 li img{ width:171px; height:68px; border:1px #d9d9d9 solid; margin-bottom:10px;}
.m_ser .m_kfc .u_lst1 li img:hover{
	filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7; border:1px #e40413 solid;
}
.m_ser .m_kfc .u_lst1 a:hover{text-decoration: none;}
.hzkh_list a:link{
	font-size:14px;
}
.hzkh_list a:visited{
	font-size:14px;
}
.hzkh_list a:hover{
	font-size:14px;
}
.ys_title{
	width:100%; height:185px; background:url(../images/ys_title.jpg) center top no-repeat; margin-top:10px;
}
.ys_txt{
	width:668px; height:91px; padding-top:94px; margin:0 auto; padding-left:532px; font-size:14px; color:#fff;
}
.ys_txt span{
	font-size:32px; font-weight:bolder;
}
.ys_cat{
	width:960px; height:169px; background:url(../images/line.jpg) 90px 120px no-repeat; margin:0 auto;
}
.indexarticletitle {
	height:42px; margin-top:25px; margin-left:-145px;
}
.indexarticletitle li {	
	width:124px; height:169px; float:left; background:url(../images/cat_libg.png) left top no-repeat; text-align:center; display:inline; cursor:pointer; line-height:36px; font-size:18px; color:#333; margin-left:145px; overflow:hidden; font-weight:bolder;
}
.indexarticletitle li.articles_tabOn {
	width:124px; background:url(../images/cat_horbg.png) no-repeat; height:169px; color:#fff; font-size:18px; font-weight:bolder; line-height:36px;
}
.indexarticletitle img{
	margin-top:55px;
}
.ys01{
	width:960px; height:auto; margin:0 auto; margin-top:30px; 
}
.ys01_pic{
	width:386px; height:400px; overflow:hidden;
}
.ys01_txt{
	width:506px; height:233px; background-color:#f9f9f9; margin-top:60px; padding-top:53px; padding-left:40px;
}
.ys01_txt span{
	width:43px; height:56px; float:left; background-color:#e40413; font-size:32px; text-align:center; color:#fff; line-height:56px;
}
.ys01_txt h4{
	font-size:24px; color:#181818; border-bottom:1px #e40413 solid; padding-bottom:10px;
}
.ys01_td{
	list-style-type:none; margin-top:15px; margin-left:60px;
}
.ys01_td li{
	width:368px; height:30px; background:url(../images/ys_libg.jpg) left center no-repeat; line-height:30px; padding-left:20px; font-size:14px;
}
.ys02{
	width:1140px; height:auto; margin:0 auto; margin-top:30px; position:relative;
}
.ys02_pic{
	width:500px; height:389px; overflow:hidden;
}
.ys02_txt{
	width:480px; height:233px; background-color:#f9f9f9; margin-top:50px; padding-top:53px; padding-left:40px;
}
.ys02_txt span{
	width:43px; height:56px; float:left; background-color:#e40413; font-size:32px; text-align:center; color:#fff; line-height:56px;
}
.ys02_txt h4{
	font-size:24px; color:#181818; border-bottom:1px #e40413 solid; padding-bottom:10px;
}
.ys02_pic02{
	width:163px; height:115px; position:absolute; left:395px; top:253px;
}
.ys03{
	width:990px; height:auto; margin:0 auto; margin-top:30px; 
}
.ys03_pic{
	width:463px; height:435px; overflow:hidden;
}
.ys03_txt{
	width:507px; height:233px; background-color:#f9f9f9; margin-top:80px; padding-top:53px; padding-left:20px;
}
.ys03_txt span{
	width:43px; height:56px; float:left; background-color:#e40413; font-size:32px; text-align:center; color:#fff; line-height:56px;
}
.ys03_txt h4{
	font-size:24px; color:#181818; border-bottom:1px #e40413 solid; padding-bottom:10px;
}
.ys04{
	width:1020px; height:auto; margin:0 auto; margin-top:30px;
}
.ys04_pic{
	width:423px; height:400px; overflow:hidden;
}
.ys04_txt{
	width:512px; height:233px; background-color:#f9f9f9; margin-top:80px; padding-top:53px; padding-left:40px;
}
.ys04_txt span{
	width:43px; height:56px; float:left; background-color:#e40413; font-size:32px; text-align:center; color:#fff; line-height:56px;
}
.ys04_txt h4{
	font-size:24px; color:#181818; border-bottom:1px #e40413 solid; padding-bottom:10px;
}
.title02{
	width:205px; height:70px; background:url(../images/cpal_title.jpg) left center no-repeat; margin:0 auto; font-size:14px; color:#b2b2b2; padding-left:70px; padding-top:10px; margin-top:15px;
}
.title02 span{
	font-size:30px; color:#1f1e1e; font-weight:bolder;
}
.f_fl2{float:left;}
.f_fr2{float:right;}

.m_ser2 .m_kfc .u_ljt,.m_ser .m_kfc .u_rjt{ width:20px; height:20px; display:block;}
.m_ser2 .m_kfc .u_ljt{ margin-top:45px; }
.m_ser2 .m_kfc .u_rjt{ margin-top:45px;}
.m_ser2 .m_kfc .u_ljt a{ background: url(../images/left2.jpg) no-repeat; width:24px; height:81px; display:block; cursor:pointer;}
.m_ser2 .m_kfc .u_rjt a{ background: url(../images/right2.jpg) no-repeat; width:24px; height:81px; display:block; cursor:pointer;}

.m_ser2 .m_kfc .u_mid{ width:1100px; overflow:hidden; margin-left:32px;}
.m_ser2 .m_kfc .u_lst1 li{width:240px; height:220px; float:left; margin-right:44px; text-align:center; font-size:14px; display:inline; }
.m_ser2 .m_kfc .u_lst1 li img{ width:238px; height:180px; border:1px #d9d9d9 solid; margin-bottom:10px;}
.m_ser2 .m_kfc .u_lst1 li img:hover{
	filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7; border:1px #e40413 solid;
}
.m_ser2 .m_kfc .u_lst1 a:hover{text-decoration: none;}
.m_ser2 a:link{
	font-size:14px;
}
.m_ser2 a:visited{
	font-size:14px;
}
.m_ser2 a:hover{
	font-size:14px;
}
.cases{
	width:1200px; height:250px; margin:0 auto; margin-top:25px;
}
.more2{
	width:126px; height:40px; background-color:#e40413; text-align:center; margin:0 auto;
}
.more2 a:link{
	color:#fff; font-size:14px; display:block; line-height:40px;
}
.more2 a:visited{
	color:#fff; font-size:14px; display:block; line-height:40px;
}
.more2 a:hover{
	color:#fff; font-size:14px; display:block; line-height:40px; background-color:#ff4451;
}
.news_box{
	width:100%; height:554px; padding-top:45px; background:url(../images/newsbg.jpg) center center no-repeat; margin-top:40px; margin-bottom:10px;
}
.news_box2{
	width:100%; height:554px; padding-top:45px; background:url(../images/newsbg.jpg) center center no-repeat; margin-bottom:10px;
}
.about{
	width:579px; height:auto; background:url(../images/titlebg.png) no-repeat;
}
.about_title{
	width:579px; height:46px;
}
.about_title h2{
	 color:#fff; font-size:18px; font-weight:bolder; background:url(../images/h2bg1.jpg) left center no-repeat; line-height:46px; padding-left:25px; margin-left:10px;
}
.about_title span{
	float:right; margin-right:10px;
}
.about_title a:link{
	line-height:46px; color:#fff;
}
.about_title a:visited{
	line-height:46px; color:#fff;
}
.about_title a:hover{
	line-height:46px; color:#fff;
}
.about_info{
	width:503px; height:auto; font-size:14px; line-height:30px; background-color:#ffffff; margin:0 auto; padding-top:30px; padding-left:30px; padding-right:30px; padding-bottom:25px;
}
.about_info p{
	text-indent:2em; margin-bottom:15px;
}
.about_info img{
	margin-bottom:10px;
}
.news{
	width:579px; height:auto; background:url(../images/titlebg.png) no-repeat;
}
.news_title{
	width:579px; height:46px;
}
.news_title span{
	float:right; margin-right:10px;
}
.news_title a:link{
	line-height:46px; color:#fff;
}
.news_title a:visited{
	line-height:46px; color:#fff;
}
.news_title a:hover{
	line-height:46px; color:#fff;
}
.news_info{
	width:563px; height:auto; background-color:#fff; padding-top:24px; padding-bottom:22px; margin:0 auto;
}
.news_info ul{
	list-style-type:none; margin-left:25px;
}
.news_info li{
	width:486px; height:34px; line-height:34px; background:url(../images/news_libg.jpg) left center no-repeat; padding-left:20px;
}
.news_info span{
	float:right; color:#888;
}
.news_info a:link{
	font-size:14px; line-height:34px;
}
.news_info a:visited{
	font-size:14px; line-height:34px;
}
.news_info a:hover{
	font-size:14px; line-height:34px;
}
.title03{
	width:197px; height:70px; background:url(../images/ygfc_titlebg.jpg) left center no-repeat; margin:0 auto; font-size:14px; color:#b2b2b2; padding-left:78px; padding-top:10px; margin-top:15px;
}
.title03 span{
	font-size:30px; color:#1f1e1e; font-weight:bolder;
}
.links{
	height:60px; margin-top:30px; margin-bottom:30px;
}
.links_tit{
	width:102px; height:50px; background-color:#e40413; text-align:center; font-size:16px; color:#fff; padding-top:10px;
}
.links_info{
	width:1097px; height:58px; border:1px #e40413 solid; border-left:0px;
}
.links_info ul{
	margin-left:5px;
}
.links_info li{
	width:auto; height:58px; line-height:58px; float:left; margin-left:10px; margin-right:10px;
}
.links_info a:link{
	font-size:14px; line-height:58px;
}
.links_info a:visited{
	font-size:14px; line-height:58px;
}
.links_info a:hover{
	font-size:14px; line-height:58px;
}
.foot_nav{
	width:100%; height:47px; background-color:#e40413; border-top:1px #f49ba1 solid; border-bottom:1px #f49ba1;
}
.foot_nav ul{
	list-style-type:none; width:1200px; margin:0 auto;
}
.foot_nav li{
	width:auto; margin-left:50px; margin-right:50px; float:left; height:47px; line-height:47px;
}
.foot_nav a:link{
	font-size:14px; line-height:47px; color:#fff;
}
.foot_nav a:visited{
	font-size:14px; line-height:47px; color:#fff;
}
.foot_nav a:hover{
	font-size:14px; line-height:47px; color:#fff;
}
.footer{
	height:auto; padding-top:32px; padding-bottom:30px; display:table;
}
.foot_logo{
	width:202px; height:89px; padding-top:20px;
}
.foot_contact{
	width:306px; height:auto; border-left:1px #d8d8d8 solid; padding-left:30px; line-height:24px;
}
.foot_contact h2{
	margin-bottom:8px;
}
.copyright{
	width:500px; height:auto; line-height:24px; padding-top:30px;
}
.wechat{
	width:127px; height:auto; text-align:center; font-size:12px; margin-top:10px;
}
.wechat img{
	margin-bottom:5px;
}
.pic_list{
	height:auto;
}
.pic_list ul{
	list-style-type:none;
}
.pic_list li{
	width:252px; height:232px; text-align:center; float:left; font-size:14px; background-color:#fff; margin-bottom:20px; margin-left:29px; display:inline;
}
.pic_list img{
	width:250px; height:189px; border:1px #ddd solid; margin-bottom:4px;
}
.pic_list img:hover{
	border:1px #e40413 solid;
}
.pic_list a:link{
	font-size:14px; display:block;
}
.pic_list a:visited{
	font-size:14px; display:block;
}
.pic_list a:hover{
	font-size:14px; color:#fff; display:block;
}
.pic_list li:hover{
	background-color:#e40413; color:#fff;
}
.content{
	width:815px; height:auto; padding-left:30px; padding-right:30px; font-size:14px; line-height:28px; padding-bottom:30px;
}
.content h2{
	margin-bottom:10px; color:#c90714;
}
.content h3{
	background:url(../images/h3bg.jpg) left center no-repeat; padding-left:15px; color:#fff; height:35px; line-height:32px; margin-top:10px; margin-bottom:10px; font-size:14px;
}
.content h4{
	height:40px; background:url(../images/h4bg.jpg) left center no-repeat; background-color:#f1f1f1; line-height:40px; margin-top:25px; margin-bottom:15px; padding-left:18px; font-size:14px; color:#ffffff;
}
.content p{
	 margin-bottom:10px;
	 font-size:14px;
}
.c_pro_list{
	height:auto;
}
.c_pro_list ul{
	list-style-type:none;
}
.c_pro_list li{
	width:385px; height:306px; text-align:center; float:left; background-color:#fff; margin-bottom:20px; margin-left:35px; display:inline;
}
.c_pro_list img{
	width:385px; height:263px; margin-bottom:7px;
}
.c_pro_list a:link{
	font-size:14px; display:block;
}
.c_pro_list a:visited{
	font-size:14px; display:block;
}
.c_pro_list a:hover{
	font-size:14px; color:#fff; display:block;
}
.c_pro_list li:hover{
	background-color:#e40413;
}
.position{
	height:45px; border-bottom:1px #ddd solid; line-height:20px; color:#e40413; font-size:20px; font-weight:bolder; padding-left:35px; margin-bottom:30px;
}
.position span{
	color:#333; font-size:14px; float:right; margin-right:30px;
}
.position a:link{
	font-size:14px;
}
.position a:visited{
	font-size:14px;
}
.position a:hover{
	font-size:14px;
}
.shop_box{
	width:100%; padding-bottom:10px; height:auto; display:table;
}
.shop_pic{
	width:430px; height:auto; margin-left:30px;
}
#preview { float:left; width:430px; height:auto;}
.jqzoom{ width:430px; height:288px; position:relative; margin:auto; margin-bottom:15px; overflow:hidden; }
.jqzoom img{
	width:428px; height:286px; border:1px #ddd solid;
}
.zoomdiv{ left:859px; height:350px; width:400px;}
.list-h li{ float:left;}
#spec-n5 { width:430px; height:60px; position:relative; margin:auto;}
#spec-left { background:url(../images/prev_page2.png) center center no-repeat; width:14px; height:60px; cursor:pointer; top:0px; left:0; position:absolute;}
#spec-right { background:url(../images/next_page2.png) center center no-repeat; width:14px; height:60px; cursor:pointer; top:0px; right:0; position:absolute;}
#spec-list { width:382px; height:60px; overflow:hidden; margin:0 auto;}
#spec-list ul li{ float:left; margin-right:0px; text-align:center; display:inline; width:95px;}
#spec-list ul li img { border:1px solid #ddd; width:87px; height:58px;}

.jqzoom{position:relative;padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:600px;height:432px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden;}
.bigimg{width:1500px;height:1066px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
.bigpic { width:300px; height:300px; margin:0 auto 10px;}
.thumb { width:300px; margin:auto;}
.thumb li { float:left; width:55px; text-align:center;}
.shop_txt{
	width:350px; height:auto; padding-left:20px; font-size:14px; line-height:22px; margin-left:10px;
}
.shop_txt h2{
	border-bottom:1px #ddd solid; padding-bottom:10px; color:#e40413; font-size:18px;
}
.shop_txt p{
	line-height:26px; margin-top:15px; font-size:14px;
}
.shop_content{
	height:auto; padding-left:30px; padding-right:30px; padding-top:10px; padding-bottom:30px; font-size:14px; line-height:28px;
}
.shop_content h4{
	height:40px; background:url(../images/h4bg.jpg) left center no-repeat; background-color:#f1f1f1; line-height:40px; margin-top:25px; margin-bottom:15px; padding-left:18px; font-size:14px; color:#ffffff;
}
.shop_content td{
	border-left:1px #ddd solid; border-bottom:1px #ddd solid; padding-left:15px;
}
.shop_content table{
	border-right:1px #ddd solid; border-top:1px #ddd solid; margin:0 auto;
}
.shop_content img{
	margin-top:10px;
}
.qh_pages{
	margin:0 auto;
	border-top:1px #dddddd dashed; margin-bottom:30px;
}
.qh_pages ul{
	list-style-type:none;
	margin-top:5px;
	padding:12px 16px 12px 30px;
}
.qh_pages ul li{
	float:left;
	font-family:Tahoma;
	height:30px;
	line-height:30px;
	margin-right:10px;
	border:1px solid #E9E9E9;
}
.qh_pages ul li a{
	float:left;
	color:#555;
	height:30px;
	line-height:30px;
	padding-left:12px;
	padding-right:12px;
	display:block;
}
.qh_pages ul li a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#e40413; height:30px; line-height:30px;
	padding-left:12px;
	padding-right:12px; display:block;
}
.qh_pages ul li.thisclass,
.qh_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#e40413;
	padding:0px 4px 0px; padding-left:11px; padding-right:11px;
	font-weight:bold;
	color:#fff;
}
.qh_pages .pageinfo{
	line-height:22px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.qh_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
.context{
	float:left;
	color:#525252;
	height:auto;
	border-top:1px #ddd dashed;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	display:inline;
}
.context ul{
	list-style-type:none; margin-left:30px;
}
.context li{
	line-height:25px;
	color:#525252; font-size:14px;
}
.context a:link{
	line-height:25px; font-size:14px;
}
.context a:visited{
	line-height:25px; font-size:14px;
}
.context a:hover{
	line-height:25px; font-size:14px;
}
.news_list{
	width:830px; height:auto; background-color:#fff; padding-bottom:22px;
}
.news_list ul{
	list-style-type:none; margin-left:30px;
}
.news_list li{
	height:44px; line-height:44px; background:url(../images/news_libg.jpg) left center no-repeat; padding-left:20px; border-bottom:1px #ddd dashed;
}
.news_list span{
	float:right; color:#888;
}
.news_list a:link{
	font-size:14px; line-height:44px;
}
.news_list a:visited{
	font-size:14px; line-height:44px;
}
.news_list a:hover{
	font-size:14px; line-height:44px;
}
.indexnews{
	height:46px; float:left; width:310px; background:url(../images/h2bg2.jpg) 10px center no-repeat; padding-left:35px;
}
.indexnews li {	
	width:124px; height:46px; float:left; text-align:center; display:inline; cursor:pointer; line-height:44px; font-size:18px; color:#fcbbb3; overflow:hidden; font-weight:bolder;
}
.indexnews li.art_tabOn {
	width:124px; height:46px; color:#fff; font-size:18px; font-weight:bolder; line-height:44px;
}
.xg_pro{
	height:auto; background-color:#fff; border:1px #ddd solid; width:266px; margin:0 auto; margin-top:20px; padding-top:10px; padding-bottom:20px;
}
.xg_pro_title{
	height:40px; background:url(../images/cpal_title2.jpg) 10px center no-repeat; line-height:40px; font-size:18px; padding-left:45px; color:#e40413; font-weight:bolder;
}
.xg_pro_list{
	height:auto; padding-top:20px;
}
.xg_pro_list ul{
	list-style-type:none; margin-left:15px;
}
.xg_pro_list li{
	width:235px; height:200px; text-align:center; margin-bottom:10px;
}
.xg_pro_list img{
	width:235px; height:160px; margin-bottom:10px;
}
.arc_title{
	text-align:center; font-size:22px; font-weight:bolder;
}
.arc_info{
	text-align:center; height:45px; border-bottom:1px #ddd solid; line-height:35px; color:#999; margin-top:10px; margin-bottom:15px;
}
.left_news_list{
	height:auto; padding-top:20px;
}
.left_news_list ul{
	list-style-type:none; margin-left:15px;
}
.left_news_list li{
	width:230px; height:auto; margin-bottom:10px; border-bottom:1px #ddd dashed; padding-bottom:15px; background:url(../images/news_libg.jpg) left 7px no-repeat; padding-left:10px;
}
.left_news_list img{
	width:235px; height:160px; margin-bottom:10px;
}
.left_news_list a:link{
	font-size:14px;
}
.left_news_list a:visited{
	font-size:14px;
}
.left_news_list a:hover{
	font-size:14px;
}
.left_news_list p{
	color:#999; margin-top:10px;
}
.kehu_list{
	height:auto;
}
.kehu_list ul{
	list-style-type:none;
}
.kehu_list li{
	width:173px; height:100px; text-align:center; float:left; font-size:14px; background-color:#fff; margin-bottom:20px; margin-left:35px; display:inline;
}
.kehu_list img{
	width:171px; height:68px; border:1px #ddd solid; margin-bottom:4px;
}
.kehu_list img:hover{
	border:1px #e40413 solid;
}
.kehu_list a:link{
	font-size:14px; display:block;
}
.kehu_list a:visited{
	font-size:14px; display:block;
}
.kehu_list a:hover{
	font-size:14px; color:#fff; display:block;
}
.kehu_list li:hover{
	background-color:#e40413; color:#fff;
}
.beian{
	background:url(../images/beian.png) left center no-repeat; padding-top:3px; padding-bottom:3px; padding-left:25px;
}