@charset "utf-8";
/*------------------通用样式-------------------*/

body {font-family: "微软雅黑"; background-color:#FFF;}
* {margin:0;padding:0;}
ul, ol, li {list-style:none}
a {text-decoration: none; font-size:12px; color:#333;}
a:hover {color:#EF3F3F;}
img {margin:0;padding:0;border:none;}
.clear {clear:both;margin:0px;padding:0px;}
form {display: block;}
#all {width: 100%;margin:0px auto;height: auto;min-width:1200px;overflow:hidden;background-color:#FFF;}
#alla{width: 100%;margin:0px auto;height: auto;min-width:1200px;overflow:hidden;background-color:#f5f6f7;}
.nav ul li h2,.ce_nav li h3{font-weight:normal;}


/*--------------------通用样式结束----------------------*/


/*--------------------头部样式 开始----------------------*/

.header {width:100%; height:75px; margin:0px auto; overflow:hidden; background-color:#FFF;}
.head_inside{width:1200px; overflow:hidden; margin-left:auto; margin-right:auto;}
.logo{height:55px; overflow:hidden; float:left; margin-top:10px;}
.logo a{ display:block;}

.head_r{float:right;}
.nav{height:60px; margin-top:15px;}
.nav ul{clear:both;}
.nav ul li{float:left; margin-left:20px; height:55px; }
.nav ul li a{height:55px; display:block; color:#333; font-size:18px; line-height:45px; padding:0px 5px; }
.nav ul li a:hover{height:52px; border-bottom:3px solid #FFF; color:#EF3F3F; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;/*过渡效果*/}
.nav ul .nav_Location a{height:52px; border-bottom:3px solid #FFF; color:#EF3F3F;}

/*--------------------头部样式 结束----------------------*/



/*--------------------banner样式 开始----------------------*/

.banner{width:100%; height:600px; overflow:hidden; margin:0px auto; position: relative;}

/*-------首页banner特效------*/

.flexslider { margin: 0px auto;position: relative;width: 100%;height: 600px;overflow: hidden;zoom: 1;}   
.flexslider .slides li {width: 100%;height: 100%;}
.flex-direction-nav a {width: 70px;height: 70px;line-height: 99em;overflow: hidden;margin: -35px 0 0;display: block;background: url(../images/ad_ctr.png) no-repeat;position: absolute;top: 50%;z-index: 10;cursor: pointer;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all .3s ease;border-radius: 35px;}
.flex-direction-nav .flex-next {background-position: 0 -70px;right: 0;}
.flex-direction-nav .flex-prev {left: 0;}
.flexslider:hover .flex-next {opacity: 0.8;filter: alpha(opacity=25);}
.flexslider:hover .flex-prev {opacity: 0.8;filter: alpha(opacity=25);}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {opacity: 1;filter: alpha(opacity=50);}
.flex-control-nav {width: 100%;position: absolute;bottom: 10px;text-align:center;}
.flex-control-nav li {margin: 0 2px;display: inline-block;zoom: 1;*display: inline;}
.flex-control-paging li a {background: url(../images/dot.png) no-repeat 0 -16px;display: block;height: 16px;overflow: hidden;text-indent: -99em;width: 16px;cursor: pointer;}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {background-position: 0 0;}
.flexslider .slides a img { width: 100%;height: 600px;display: block;}


/*--------------------banner样式 结束----------------------*/



.main{width:100%; margin:0 auto; clear:both;}



/*--------------------通用标题样式----------------------*/

.same_title{width:1200px; margin-left:auto; margin-right:auto;}
.ch_name{line-height:30px; font-size:22px;  color:#333333; width:1200px; height:30px; margin-left:auto; margin-right:auto; text-align:center;background-image:url(title-bg.png); background-repeat:no-repeat; background-position:center 15px; margin-top:20px;}
.en_name{line-height:40px; font-size:36px; color:#525267; text-align:center; font-weight:bold;}
.top_tt{width:1000px; line-height:30px; font-size:14px; color: #555; margin-top:10px; text-align:center; margin-left:auto; margin-right:auto;}





/*--------------------首页-最新产品样式----------------------*/



.i_product{width:100%; margin-left:auto; margin-right:auto; padding-top:50px;padding-bottom:20px; background-color:#f4f5f6;}
.iproduct_frame{width:1200px; margin-left:auto; margin-right:auto; position:relative;}

.wac-f{width:276px; height:350px; float:left; margin-right:32px; margin-top:30px;}
.wac-f.nom{margin-right:0px;}
.ipro_single{width:260px; height:310px; padding:8px; background-color:#FFF; position:relative; overflow:hidden;}

.wac-pic{width:260px; height:195px; overflow:hidden; position:relative;}

.photo_ipro{width:260px;height:195px;overflow:hidden;}
.cover_ipro{width:260px;height:195px;overflow:hidden;position: absolute;background:#111111;top:0px;left:0px;}
.text_ipro{position:absolute;width:260px;height:195px;left:-260px;top:0px;overflow:hidden;}
.look_ipro{width:260px; height:195px; background-image: url(look.png); background-repeat:no-repeat; background-position:center center; display:block;}


.wac-name{ width:240px; height:37px; line-height:30px; font-size:14px; color:#333; font-weight:bold; text-align:center; display:block; margin-left:auto; margin-right:auto; border-bottom:1px solid #dddddd; margin-top:10px; overflow:hidden;}
.wac-jian{ width:240px; height:25px; line-height:25px; font-size:12px; color:#777777; text-align:center; margin-left:auto; margin-right:auto; margin-top:15px; overflow:hidden;}
.wac-more{width:110px; height:30px; line-height:30px; font-size:12px; color:#FFF; background-color:#EF3F3F; margin-top:-30px; text-align:center; margin-left:auto; margin-right:auto; border-radius:30px; display:none; position:relative; z-index:1;}
.wac-f:hover .wac-more{ display:block; color:#FFF; margin-top:-16px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}


.c_frbox {position:relative;width:1200px; height:370px; margin-left:auto; margin-right:auto;}

.c_frBtnL {cursor: pointer; z-index:90;position: absolute;left:0px; top:140px; width:30px; height:40px; background-image:url(left.png); background-repeat:no-repeat; background-position:center center; display:none;}
.c_frUl {height: 370px; width: 1200px; overflow:hidden; }
.c_frBtnR {cursor: pointer; z-index:90; position: absolute;right:0px;top:140px;width:30px; height:40px; background-image:url(right.png); background-repeat:no-repeat; background-position:center center; display:none;}
.c_frUl ul li { display: inline;}
.iproduct_frame:hover .c_frBtnL{display: block; top:140px; background-color:#EA4E4E;background-image:url(lefta.png); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
.iproduct_frame:hover .c_frBtnR{display: block; top:140px; background-color:#EA4E4E;background-image:url(righta.png); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}



/*--------------------首页-热门产品样式----------------------*/


.h_product{width:100%; margin-left:auto; margin-right:auto; padding-top:60px;padding-bottom:60px; position:relative; background-image:url(re-bg.jpg); background-repeat:no-repeat; background-position:center top;}
.hp_frame{width:1200px; margin-left:auto; margin-right:auto; position:relative; z-index:9;}

.hp-left{width:280px; float:left;}
.same_titlea{width:280px;}
.ch_namea{line-height:30px; font-size:22px;  color:#FFF; height:30px; margin-top:15px;}
.en_namea{line-height:40px; height:40px; font-size:36px; color:#FFF; font-weight:bold; overflow:hidden;}

.hpl_text{line-height:30px; height:75px; font-size:12px; color:#9696A3; margin-top:30px;}
.hp_more{width:100px; height:30px; line-height:30px; font-size:14px; color:#FFF; display:block; margin-top:40px;}




.hp-right{width:892px; float:right;}

.rz-frame{width:892px; position:relative;}
.hp-single{width:260px; height:310px; padding:8px; float:left; margin-right:32px; background-color:#FFF;}
.hp-single.nom{ margin-right:0px;}
.hps-pic{width:260px; height:195px; display:block; overflow:hidden;}
.hp-name{width:250px; height:39px; line-height:30px; font-size:16px; color:#333; font-weight:bold; display:block; overflow:hidden; text-align:center; border-bottom:1px solid #dddddd; margin-top:10px; margin-left:auto; margin-right:auto;}
.hp-more{width:108px; height:28px; line-height:28px; font-size:12px; color:#666666; display:block; border-radius:30px; text-align:center; border:1px solid #dddddd; margin-top:20px; margin-left:auto; margin-right:auto;}
.hp-single:hover .hp-more{border:1px solid #EA4E4E; background-color:#EA4E4E; color:#FFF;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}

.wrapBoxa{ width:892px; height:326px; overflow:hidden; position:relative;}
.wrapBoxa ul{width:6000px;}
.wrapBoxa ul li{float:left;display:inline;width:892px; height:326px; overflow:hidden;position:relative;}

.fr1{position: absolute; margin-top:20px; margin-left:0px; width:110px; left:-318px; top:290px;}
.tab1{width:110px;}
.tab1 li{width:10px;height:10px;font-size:0;background-color:#dfdfdf;float:left;margin-left:10px;cursor:pointer;display:inline; border-radius:20px;}
.tab1 li.cur{background-color:#EA4E4E;border-radius:20px;}




/*--------------------首页-服务样式----------------------*/


.i_service{width:100%; margin-left:auto; margin-right:auto; padding-top:30px;padding-bottom:0px;}
.is_frame{width:1200px; margin-left:auto; margin-right:auto; margin-top:10px;}
.isf_single{width:250px; height:260px; overflow: hidden; float:left; text-align:center; background-color:#FFF; margin-left:25px; margin-right:25px;}
.isf_pic{width:90px; height:90px; margin-left:auto; margin-right:auto; margin-top:5px; background-repeat:no-repeat; border-radius:90px; background-position:center center;}
.isf_ch{ height:30px; font-size:16px; color:#333; font-weight:bold; overflow:hidden; margin-top:30px;}
.isf_en{ height:75px; line-height:25px; font-size:12px; color:#666; overflow:hidden; margin-top:15px;}

.ficon1{background-image:url(t1.png);}
.isf_single:hover .ficon1{background-image:url(t1a.png);-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
.ficon2{background-image:url(t2.png);}
.isf_single:hover .ficon2{background-image:url(t2a.png);-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
.ficon3{background-image:url(t3.png);}
.isf_single:hover .ficon3{background-image:url(t3a.png);-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
.ficon4{background-image:url(t4.png);}
.isf_single:hover .ficon4{background-image:url(t4a.png);-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
.isf_single:hover .isf_pic{background-color:#EF3F3F;}

.is-line{width:30px; height:1px; background-color:#dddddd; margin-top:9px; margin-left:auto; margin-right:auto;}



/*--------------------首页-新闻资讯样式----------------------*/


.type_frame{ width:1200px; margin-left:auto; margin-right:auto; text-align:center; margin-top:10px;}
.type_frame h3{display: inline; font-weight:normal;}
.type_frame a{line-height:33px; padding-left:20px; padding-right:20px; border:1px solid #dddddd; display:inline-block; font-size:14px; background-color:#FFF; margin-top:30px; margin-right:20px;}
.type_frame a:hover{ background-color:#EF3F3F; color:#FFF; border:1px solid #EF3F3F;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}

.i_news{width:100%; margin-left:auto; margin-right:auto; padding-top:60px; padding-bottom:60px; background-color:#f4f5f6;}
.inews_frame{width:1200px; margin-left:auto; margin-right:auto; margin-top:40px;}

.inf_left{width:530px; height:395px; padding:25px; float:left; background-color:#FFF; overflow:hidden;}
.news-t{width:530px; height:35px; line-height:25px; font-size:18px; color:#333; background-image:url(n-bg.png); background-repeat:no-repeat; background-position:left bottom;}

.inews_single{width:530px; height:144px; margin-top:25px; border-bottom:1px dashed #dddddd;}

.in_pic{width:120px; height:90px; display:block; overflow:hidden; float:left;}
.in_text{width:380px; height:144px; float:right;}
.inews_title{width:380px; height:30px; font-size:16px; color:#444; font-weight:bold; line-height:30px; display:block; overflow: hidden;}
.inews_sketch{width:380px; height:50px; line-height:25px; font-size:12px; color:#666; overflow:hidden; margin-top:10px;}
.inews_time{height:20px; line-height:20px; font-size:12px; color:#999; margin-top:15px; text-indent:25px; background-image:url(time.png); background-repeat:no-repeat; background-position:left center;}
.inews_single:hover{border-bottom:1px dashed #EF3F3F;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}

.inews_singlea{width:530px; height:62px; border-bottom:1px dashed #dddddd;}
.inews_name{width:450px; height:62px; line-height:62px; font-size:16px; color:#333; display:block; overflow:hidden; float:left; background-image:url(n-i.png); background-repeat:no-repeat; background-position:left center; text-indent:15px;}
.inews_name:hover{background-image:url(na-i.png);}
.in-time{height:59px; line-height:59px; line-height:59px; font-size:12px; color:#999; float:right; text-align:right;}
.inews_singlea:hover{border-bottom:1px dashed #EF3F3F;}


.inf_right{width:530px; height:395px; padding:25px; float:right; background-color:#FFF; overflow:hidden;}
.infr_single{width:530px; height:99px; border-bottom:1px dashed #dddddd; margin-top:20px;}
.infr_name{height:30px; line-height:30px; font-size:16px; color:#333; font-weight:bold; display:block; overflow:hidden; background-image:url(wen.png); background-repeat:no-repeat; background-position:left center; text-indent:25px;}
.infr_text{height:50px; line-height:25px; font-size:12px; color:#666; overflow:hidden; padding-left:25px; margin-top:10px; background-image:url(da.png); background-repeat:no-repeat; background-position:left 6px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
.infr_single:hover{border-bottom:1px dashed #EF3F3F;}




/*--------------------首页脚部----------------------*/



.footer{width:100%; padding-bottom:20px; padding-top:40px; background-color:#33333F; margin:0 auto; clear:both;}
.foot-top{width:1200px; margin:0 auto;}
.foot a{font-size:12px; color:#7F8C92;}
.foot a:hover{color:#EF3F3F;}
.foot-single{width:420px; float:left; margin-right:75px;}
.fs-title{ height:39px; line-height:30px; color:#CAD1E0; font-size:18px; border-bottom:1px solid #434351;}
.fs-frame{overflow:hidden; padding-top:20px;}
.fs-text{height:120px; line-height:30px; font-size:12px; color:#878FA0; overflow:hidden;}
.fs-more{width:110px; height:30px; line-height:30px; font-size:12px; display:block; border-radius:30px; text-align:center; background-color:#434351; color:#878FA0; margin-top:20px;}
.fs-more:hover{ background-color:#EF3F3F; color:#FFF;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}

.foot-singlea{width:100px; float:left; margin-right:75px;}
.fs-framea{ overflow:hidden; padding-top:10px;}
.fs-framea li{width:90px; height:30px; margin-top:5px;}
.fs-framea li a{width:90px; height:30px; line-height:30px; font-size:14px; color:#878FA0; display:block; overflow:hidden;}
.fs-framea li h2{font-weight:normal;}
.fs-framea li a:hover{color:#EF3F3F;}


.fs-erwei{width:100px; height:100px; overflow:hidden; margin-top:30px;}
.fs-wen{width:100px; line-height:25px; font-size:12px; color:#878FA0; overflow:hidden; margin-top:10px;}

.foot_right{width:350px; float:right;}
.fs-frameb{padding-top:10px;}
.lian_xi{line-height:30px; font-size:14px; color:#878FA0; margin-top:10px;}
.lian_xi span{color:#878FA0;}

.foot-bottom{width:1200px; margin-left:auto; margin-right:auto; padding-top:30px;}

.fen_zhan{text-align:center;}
.fen_zhan span{ line-height:30px; font-size:12px; color:#878FA0;}
.fen_zhan a{ line-height:30px; font-size:12px; color:#878FA0; display: inline-block; padding:0px 10px;}
.fen_zhan a:hover{color:#EF3F3F;}

.foot_record{line-height:40px; width:1200px; height:40px; font-size:12px; color:#677182; margin-left:auto; margin-right:auto; text-align:center;}
.foot_record a{color:#677182;}
.foot_record a:hover{color:#FFF;}


/*--------------------关于我们页面样式----------------------*/


.banner_nei{ width:100%; height:600px; overflow:hidden; margin:0 auto; background-image:url(../images/banner1.jpg); background-repeat:no-repeat; background-position:center;}

.mainin{width:100%; padding-bottom:40px; margin-top:-70px;}

.main_top{width:1150px; height:40px; padding:15px 25px; background-color:#FFF; margin-left:auto; margin-right: auto; position:relative; top:0px; z-index:99;-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.1); box-shadow:3px 3px 3px rgba(0, 0, 0, 0.1);}
.mt_in{width:1150px;}


.crumbs{height:20px; float:left; margin-top:10px; text-align:left; background-image:url(home.png); background-repeat:no-repeat; text-indent:15px; background-position:left center;}
.suo{font-size:14px; color:#888; line-height:20px; height:20px;}
.suo a{font-size:14px; color:#333;}
.suo a:hover{color:#EF3F3F;}
.suo span{padding-right:10px; height:20px;line-height: 20px;display: inline-block;}

.re-soua{width:350px; height:30px; overflow:hidden; color:#333333; margin-top:5px; float:right; margin-right:20px;}
.re-soua span{height:30px; line-height:30px; font-size:12px; float:left; display:block;}
.re-soua a{height:30px; line-height:30px; font-size:12px; float:left; display:block; color:#333333; width:120px; margin-left:15px; overflow:hidden;}
.re-soua a:hover{color:#EF3F3F;}

.search{ width:270px; height:35px; float:right; margin-top:2px;}
.search form{width:270px; height:35px; display:block; clear:both;}
.sousuo{width:196px; height:33px; border:1px solid #ccc; border-radius:19px 0px 0px 19px; display:block; float:left; padding:0 10px; padding-left:15px; line-height:26px; font-size:12px; color:#666; border-right:0px;}
.search_btn{width:48px; height:35px; background-color:#fff; display:block; border:1px solid #dddddd; border-radius:0px 19px 19px 0px; border-left:0px; float: left; cursor: pointer; background-image: url(search.png); background-repeat:no-repeat; background-position:center center;}
.search_btn:hover{background-image: url(searcha.png); background-color:#EF3F3F;border:1px solid #EF3F3F; border-left:0px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}





.main_nei{width:1200px; overflow:hidden; margin-left:auto; margin-right:auto;}
.main_left{width:890px; float:left; margin-top:40px;}
.main_right{width:270px; float:right; margin-top:40px;}
.page_title{width:270px; height:70px; line-height:70px; font-size:20px; color:#FFF; font-weight:bold; text-indent:15px; background-color:#EF3F3F;}

.det_titlea{width:840px; height:40px; padding-top:20px; padding-left:25px; padding-right:25px; background-color:#EFEFEF;}
.det_titlea span{width:120px; height:40px; display:block; background-color:#FFF; text-align:center; line-height:40px; font-size:18px; color:#333; font-weight:bold; border-radius:6px 6px 0px 0px;}

.details{ width:840px; overflow:hidden; padding:25px; background-color:#FFF;}
.details_f{ width:840px; overflow:hidden; margin-left:auto; margin-right:auto;}
.details_f p{text-indent:2em; line-height:2em;}




.ce_tui{width:240px; overflow:hidden; padding-left:15px; padding-right:15px; padding-bottom:15px; margin-top:30px; background-color:#FFF;}
.ce_title{width:240px; height:45px; overflow: hidden; color:#333; line-height:40px; font-size:20px; border-bottom:1px solid #EF3F3F; padding-top:10px; margin-bottom:10px;}
.ce_lian{width:240px;}
.cp_single{width:76px;  height:57px; margin-top:5px; overflow:hidden; display:block; overflow:hidden; float:left; margin-right:3px;}
.cp_singlea{width:76px;  height:57px; margin-top:5px; overflow:hidden; display:block; overflow:hidden; float:right;}
.cn_single{width:240px; height:40px; font-size:12px; color:#333; line-height:40px; border-bottom:1px dashed #dddddd; display:block; overflow:hidden;}


.clist_right{width:270px; height:360px;}

.wrapBoxb{ width:270px; height:360px;}
.wrapBoxb ul{width:6000px;}
.wrapBoxb ul li{float:left;display:inline;width:268px;height:360px;overflow:hidden;position:relative;}

.fra{position: relative; margin-top:-30px; margin-left:75px;}
.taba{width:110px;}
.taba li{width:10px;height:10px;font-size:0;background-color:#dfdfdf;float:left;margin-left:10px;cursor:pointer;display:inline; border-radius:20px;}
.taba li.cur{background-color:#EF3F3F;border-radius:20px;}

.chanp_pic{width:270px; height:202px; overflow:hidden; display:block;}
.chan_profiles{width:230px; height:130px; background-color:#FFF; padding:20px; display:block;}
.chanp_title{width:230px; line-height:30px; font-size:16px; font-weight:bold; color:#333; line-height:30px; text-align:center; display:block;}
.chanp_text{width:230px; height:50px; overflow:hidden; line-height:25px; font-size:12px; color:#666; margin-top:10px; text-align:center; display:block;}



/*--------------------产品中心页面样式----------------------*/


.main_lefta{width:892px; float:left; margin-top:10px;}


.product_frame{ width:892px; overflow:hidden;}

.wac-fa{width:276px; height:326px; float:left; margin-right:32px; margin-top:30px;}
.wac-fa.nom{margin-right:0px;}
.ipro_singlea{width:260px; height:310px; padding:8px; background-color:#FFF; position:relative; overflow:hidden;}
.wac-morea{width:110px; height:30px; line-height:30px; font-size:12px; color:#666666; background-color:#FFF; margin-top:20px; text-align:center; margin-left:auto; margin-right:auto; border-radius:30px; display:block; border:1px solid #dddddd;}
.wac-fa:hover .wac-morea{background-color:#EF3F3F; border:1px solid #EF3F3F; display:block; color:#FFF; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}


/*-------页码样式-----*/
.ye_ma{text-align: center;margin: 0px;clear: none;float: left;height: 74px;width: 890px;padding-top: 40px; font-size:14px; color:#666;}
.ye_ma a{line-height: 35px;clear: none; height: 35px; font-size:14px; color:#333; padding:0 15px; border:1px solid #cccccc; border-radius:6px; display:inline-block; margin:0 3px;}
.ye_ma a:hover{background-color:#EF3F3F; border:1px solid #EF3F3F; color:#FFF;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}

/*------------*/

.ml_nav{width: 238px; overflow:hidden;clear: both; padding-left:15px; padding-right:15px;padding-bottom:15px;padding-top:10px; background-color:#FFF; border:1px solid #EF3F3F; margin-bottom:30px;}
.ce_nav {width: 238px;}
.ce_nav li {height: 40px;width: 238px;}
.ce_nav li a {display: block;width: 238px;height: 40px; color: #333;line-height: 40px; font-size:14px;}
.ce_nav li a:hover { background-image:url(nav_icon.png); background-repeat:no-repeat; background-position:left center; text-indent:20px; font-weight:bold; color: #EF3F3F;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}
.ce_nav .ting a {background-image:url(nav_icon.png); background-repeat:no-repeat; background-position:left center; text-indent:20px; font-weight:bold; color: #EF3F3F;}





/*--------------------产品中心-内页页面样式----------------------*/

.product_profiles{ width:1200px; height:310px; overflow:hidden; background-color:#FFF; margin-top:40px;}
.mp_pic{width:360px; height:270px; float:left; padding:20px;} 

/*-----------产品放大镜----------*/

/*正常容器*/
.con-fangDaIMg{
	width: 360px;
	height: 270px;
	position: relative;
	background-color: #454545; z-index:9;
}
.zc_pic{width:360px; height:270px; overflow:hidden;}
.zc_pic img{width:360px; height:270px; display:block;}
.con-fangDaIMg > img{
	width: 100%;
	height:100%
}
/*滑块*/
.magnifyingBegin{
	width: 180px;
	height: 135px;
	left: 0;
	top: 0;
	background-color: #454545;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}
/*放大镜显示区域*/
.magnifyingShow{
	width: 360px;
	height: 270px;
	display: none;
	position: absolute;
	right: -400px;
	top: 0;
	overflow: hidden;
	background-color: #454545;
	border-left:2px solid #999;
	border-right:2px solid #999;
}
.magnifyingShow > img{
	width: 720px;
	height: 540px;
	margin-left:0;
	margin-top: 0;
}

/*-----------*/


.pp_mld{width:450px; height:230px; overflow:hidden; margin-top:40px; float:left; margin-left:30px;}
.pp_right{float:left; width:210px; height:230px; padding-left:39px; border-left:1px solid #dddddd; margin-top:40px; margin-left:40px;}

.pp_title{width:450px; line-height:30px; font-size:18px; color:#333;}

.pp_text{width:450px; line-height:30px; font-size:14px; color:#666; margin-top:15px; height:60px; overflow:hidden;}

.pro_lei{width:450px; height:20px; line-height:20px;  background-repeat:no-repeat; background-position:left center; text-indent:25px; margin-top:10px;}
.pro_lei span{color:#999; font-size:12px;}
.pro_lei a{color:#333; font-size:12px;}
.pro_lei a:hover{color:#EF3F3F;}

.telephone{width:210px; height:30px; margin-top:30px;}
.buy{width:200px; height:40px; display:block; margin-top:60px; background-color:#E53333; color:#FFF; line-height:40px; text-align:center; font-size:16px; border-radius:50px;}
.buy:hover{background-color:#C92727;color:#FFF; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}

.tagLabel{width:210px;}
.tag_title{height:30px; width:210px; line-height:30px; font-size:16px; color:#333; font-weight:bold; background-image:url(rel.png); background-repeat:no-repeat; background-position:left center; text-indent:25px;}
.tag_frame{width:210px; margin-top:15px;}
.tag_frame a{width:210px; height:30px; overflow:hidden; display:block; line-height:30px; font-size:12px; color:#333; font-weight:bold; background-image:url(dian.png); background-repeat:no-repeat; background-position:left center; text-indent:20px;}
.tag_frame a:hover{color:#EF3F3F;}


/*--------------------新闻资讯页面样式----------------------*/



.news_frame{ width:890px;}
.news_single{width:888px; height:180px; margin-top:30px; overflow:hidden; background-color:#FFF; border:1px solid #FFF;}
.news_pic{width:240px; height:180px; float:left; display:block; overflow:hidden;}
.news_time{height:20px; line-height:20px; color:#999; font-size:12px; margin-top:15px; background-image:url(fa.png); background-repeat:no-repeat; background-position:left center; text-indent:20px;}
.news_text{height:130px; float:left; padding:25px 30px; width:588px;}
.news_name{height:30px; font-size:16px; color:#333; font-weight:bold; line-height:30px; display:block; overflow: hidden; margin-top:5px;}
.news_sketch{height:50px; line-height:25px; font-size:12px; color:#666; overflow:hidden; margin-top:5px;}

.news_single:hover{ border:1px solid #EF3F3F; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}


.change{width:840px; margin-top:40px; border-top:1px solid #dddddd; padding-top:20px; font-size:14px; color:#666; line-height:25px;}
.change a{line-height:25px; font-size:14px; color:#333; display:inline-block; margin-top:10px;}
.change a:hover{ color:#EF3F3F;}



.news_top{width:840px; height:65px; padding:25px; background-color:#FFF;}

.newsn_text{width:770px; height:65px;}
.news_title{ height:30px; line-height:30px; font-size:18px; color:#333; font-weight:bold;}
.detailsa{ width:840px; overflow:hidden; padding:25px; background-color:#FFF; margin-top:30px;}






/*--------------------------后添程序样式----------------------*/

.m_inside{width:1200px; margin-top:40px; margin-left:auto; margin-right:auto;}
.tagCon{margin-top:40px;}
.tagCon .title{line-height:40px; font-size:18px; color:#ED3E3E; font-weight:bold; border-bottom:1px solid #CCC;}
.tagBody{padding-top:10px;}
.tagBody a{line-height:30px; font-size:14px;}
.tagBody a:hover{color:#ED3E3E;}

.linkbox h3 a{font-size:18px; color:#333; font-weight:bold; line-height:40px;}
.linkbox h3 a:hover{color:#ED3E3E;}
.linkbox .f6 a{line-height:30px; margin-right:10px; font-size:14px;}

.suo em{color:#C00; font-style:normal;}

.product_framea{ width:924px; margin-top:10px;}

.ye_maa{text-align: center;margin: 0px;clear: none;float: left;height: 37px;width: 1200px;padding-top: 40px; font-size:14px; color:#666;}
.ye_maa a{line-height: 35px;clear: none; height: 35px; font-size:14px; color:#333; padding:0 15px; border:1px solid #cccccc; border-radius:8px; display:inline-block; margin:0 3px;}
.ye_maa a:hover{background-color:#ED3E3E; border:1px solid #ED3E3E; color:#FFF;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;/*过渡效果*/}



#hb {
width:100%;
height:1700px;
background:url(/images/hb.jpg);
}



.container
{
    color: #434343;
    font-size: 14px;
    line-height: 32px;
    width: 1060px!important;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.i_virtues {
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}
.iv-frame {
    width: 1200px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.ivf-left {
    width: 500px;
    height: 300px;
    overflow: hidden;
    float: left;
}
.ivf-right {
    width: 640px;
    height: 300px;
    overflow: hidden;
    float: left;
}

.inr-name{
font-size:25px;
color:#ef3f3f;}


.inr-text{
padding-top:10px;}







#syhb{
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#icpxln{
	padding: 0px;
	clear: none;
	float: left;
	height: 212px;
	width: 270px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-left: 7px;
	list-style-type: none;
	}
#icpxln a:hover{
	color: #FF9900;
	text-decoration: none;
}
#icpxln1{
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	height: 202px;
	width: 270px;
}
#icpxln2{
	font-size: 14px;
	line-height:31px;
	text-align: center;
	padding: 0px;
	clear: none;
	float: left;
	height: 31px;
	width: 270px;
	background-color: #aaaaaa;
	margin: 0px;
	color: #FFFFFF;
}
#icpxln img{
	margin: 0px;
	clear: none;
	float: left;
	height: 202px;
	width: 270px;
	padding: 0px;
}

#gdzt{
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	width: 270px;
}
#gdzt a{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}