@charset "gb2312";
/* CSS Document */
* {margin: 0; /*边界为0//*/ padding: 0; /*填充0//*/} 
body{ margin:0; padding:0px;  font-family: "Microsoft Yahei"; line-height:24px;  background-color:#ffffff; color:#444444;  min-width:1200px}
form{ margin:0px; padding:0px;}
a:link{color:#444444;text-decoration: none;}
a:visited{color:#444444;text-decoration: none;	}
a:hover{text-decoration: none;	}
a:active{text-decoration: none;}
.fl{ float:left;}
.fr{ float:right}
.cl{ clear:left}
.cr{ clear:right}
img{ border:0; margin:0; padding:0;}
a{text-decoration:none; cursor:pointer}
ul, li,p,h1{ margin:0px; padding:0px;}
li{ list-style-type:none;}
.cb{ clear:both}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
/*for IE6*/
* html .clerfix{height:1%;}
/*for IE7*/
* :forst-child+html .group {min-height:1px;}
.content{ width:1200px; margin:0 auto}

.flexslider{position:relative;height:480px;overflow:hidden;background:url(/images/loading.gif) 50% no-repeat;}
.slides{position:relative;}
.slides li{height:480px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(/images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flexslider .slides li a{ width:100%; height:480px; display:block}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:67px;height:67px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:15%;background: url(/image/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:15%;background:url(/image/next.png) center center no-repeat;}
.commnav{height:85px; background-color:#f7f7f7; border-bottom:1px solid #dcdcdc; margin-top:4px; margin-bottom:20px;}
.menu ul li:hover i{opacity:1;-webkit-animation:orangeIn 0.2s ease;animation:orangeIn 0.2s ease;background-color:#fe9002 ;}
.menu ul li p {text-align: center; position: absolute; top: 55px;text-align: center; width: 100%;display: block;left: 0;font-size: 14px;}
.menu ul li a:hover{ color:#FFF}


.menu{height:85px;}
.menu img{ float:left}
.menu ul li {width: 92px;position: relative; float: left; height: 85px;border-right:1px solid #eaeaea}
.menu ul{margin:0 auto;height:85px}
.menu ul li img{border-left:1px solid #e5e5e5; margin-top:1px}
.menu ul li i{position:absolute;width:100%;height:100%;background-color:#fe9002; background-color:#FFF \9;opacity:0;-webkit-animation:orangeOut 0.4s ease;animation:orangeOut 0.4s ease;}

.menu ul li p { text-align: center; position: absolute; top: 55px; text-align: center; width: 100%; display: block; left: 0; font-size:14px;}
.menu ul li a {width:100%; height:85px; position:absolute;}
.menu ul li a em{display: block; margin:-1px auto auto; width: 60px; height: 60px; background-image: url(/newdefault/images/nav_bg.png);}


.icon_nav1 a em{ background-position:-20px 0}
.icon_nav1 a:hover em{ background-position:-20px -85px}
.icon_nav2 a em{background-position:-112px 0px}
.icon_nav2 a:hover em{ background-position:-112px -85px}
.icon_nav3 a em{ background-position:-207px 0}
.icon_nav3 a:hover em{ background-position:-207px -85px}
.icon_nav4 a em{ background-position:-299px 0}
.icon_nav4 a:hover em{ background-position:-299px -85px}
.icon_nav5 a em{ background-position:-392px 0}
.icon_nav5 a:hover em{ background-position:-392px -85px}
.icon_nav6 a em{ background-position:-486px 0}
.icon_nav6 a:hover em{ background-position:-486px -85px}
.icon_nav7 a em{ background-position:-580px 0}
.icon_nav7 a:hover em{ background-position:-580px -85px}
.icon_nav8 a em{ background-position:-678px 0}
.icon_nav8 a:hover em{ background-position:-678px -85px}
.icon_nav9 a em{ background-position:-768px 0}
.icon_nav9 a:hover em{ background-position:-768px -85px}
.icon_nav10 a em{ background-position:-856px 0} 	 	 	
.icon_nav10 a:hover em{ background-position:-856px -85px}
.icon_nav11 a em{ background-position:-953px 0}
.icon_nav11 a:hover em{ background-position:-953px -85px}
@-webkit-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@-moz-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@-ms-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@-webkit-keyframes orangeOut {
	0% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
}
@-moz-keyframes orangeOut {
	0% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
}
@-ms-keyframes orangeOut {
	0% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
}
@keyframes orangeOut {
	0% {
	-webkit-transform:scale(1); 	 	 	
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}}
.inews h3:hover, .inews p:hover, .patents p a:hover{ color:#fe9002}
.iiholdleft{ width:370px; height:430px; border-top:1px solid #e5e5e5; border-right:1px solid #e5e5e5; overflow:hidden; float:left; padding-right:21px; margin-left:1px;}
.inews h3{ font-size:16px; padding:12px 0}
.holdtitle .ititle01{ background-position: 0 -8px;}
.holdtitle{ padding:20px 0 19px 0}	 
.holdtitle h2{ font-size:18px; padding-left:30px; font-weight: normal; background:url(/newdefault/images/icion01.jpg); line-height:28px;}
.borbot{ border-bottom:1px solid #e5e5e5; }
.iiholdleft, .iiholdcenter, .iiholdright{ font-size:14px;}
.brand_pic{ position:relative}
.inews h3{ font-size:16px; padding:12px 0}
.brand_pic h3{ height:31px; background:url(/newdefault/images/brandbg.png) repeat; padding-left:18px; position:absolute; top:168px; left:18px; width:315px; color:#ffffff; line-height:30px; font-weight:normal}
.brand_pic a img{border:1px solid #fff;  display:block;}
.iiholdcenter .inews p{    font-size: 22px;padding-bottom: 8px;}
.brand_content{ margin-top:30px; border-top:1px dashed #e1e1e1; padding-top:10px;}
/*****品牌中心****/
.iiholdcenter{ width:370px;height:430px; border-top:1px solid #e5e5e5; border-right:1px solid #e5e5e5; padding:0 21px; overflow:hidden;  float:left}
.holdtitle .ititle02{ background-position: 0 -43px;}
.holdtitle .ititle04{ background-position:0 -114px;}
/*********************华山专利************************/
.holdtitle .ititle05{ background-position: 0 -156px;}
.holdtitle .ititle06{ background-position: 0 -197px;}
.holdtitle .ititle07{ background-position:0 -239px}
.holdtitle .ititle08{ background-position:0 -282px; padding-left:32px;}
.holdtitle .ititle09{ background-position:0 -323px; padding-left:32px;}

.iiholdright{ width:372px; height:430px; padding-left:21px;border-top:1px solid #e5e5e5;float:right; margin-right:1px;}
.iiholdright .inews h3{padding:10px 0 5px 0}

.flexsliderzj, .flexsliderhd{position:relative;height:340px;overflow:hidden;}
.flexsliderzj .slides, .flexsliderhd .slides{position:relative;}
.flexsliderzj .slides li, .flexsliderhd .slides li{height:355px;}
.flexsliderzj .slides li a, .flexsliderhd .slides li a{ width:100%; height:210px;}
.flexsliderzj .slides .activity_right a, .flexsliderhd .slides .activity_right a{ height:27px}
.flexsliderzj:hover .flex-direction-nav, .flexsliderhd:hover .flex-direction-nav{ display:block}
.flexsliderzj .flex-direction-nav, .flexsliderhd .flex-direction-nav{ display:none} 
.flexsliderzj .flex-direction-nav, .flexsliderhd .flex-direction-nav{position:absolute;z-index:3;width:100%;top:25%;}
.flexsliderzj .flex-direction-nav li a, .flexsliderhd .flex-direction-nav li a{ width:35px; height:35px}
.flexsliderzj .flex-direction-nav li a.flex-prev, .flexsliderhd .flex-direction-nav li a.flex-prev{ position:absolute;left:1%;background: url(/images/lunbobt.png) no-repeat; background-position:0 5px;}
.flexsliderzj .flex-direction-nav li a.flex-next, .flexsliderhd .flex-direction-nav li a.flex-next{ position:absolute;left:90%;background:url(/images/lunbobt.png) no-repeat; background-position:-68px 5px;}



.ihuashan p{ margin-top:10px;}
.iholdimg{ border-bottom:1px dashed #dadada; height:229px;}
.iholdimg img, .brand_pic img{ padding-left:18px;}
.ixmtab{ margin:30px 0}
.consult{ margin-top:30px}/**********修改*********/
.consult1{ width:311px;margin-top:20px}/**********修改*********/
.consult2{ width:60px;margin-top:20px; height:60px}/**********修改*********/
.consultf1{ margin-top:20px}
.consultf2{ margin-top:20px}
.consult p{ width:171px; height:40px; background:url(/newdefault/images/consutl_bg1.jpg) no-repeat; font-size:16px; text-align:center; padding-top:20px; color:#ffffff}
.consult p:hover{background:url(/newdefault/images/consutl_bg2.jpg) no-repeat;}
.consultpic1{background:url(/newdefault/images/consutl_cion.png); background-position:1px 0px; transition:all 0.2s linear 0s}
.consultpic1:hover{background-position:0px 60px;transition:all 0.4s linear 0s}
.consultpic2{background:url(/newdefault/images/consutl_cion.png); background-position:60px 0px;transition:all 0.2s linear 0s}
.consultpic2:hover{background-position:60px 60px;transition:all 0.4s linear 0s}
.consultpic3{background:url(/newdefault/images/consutl_cion.png); background-position:121px 0px;transition:all 0.2s linear 0s}
.consultpic3:hover{background-position:120px 60px;transition:all 0.4s linear 0s}
.weixin{ position:absolute; top:120px; right:-75px; display:none}
@media (max-width:1280px){.weixin{ position:absolute; top:120px; right:75px; display:none}}



.xmfooter{ width:100%; background:#f3f3f3; margin-top:30px;}
.xmfooter .content{ padding:30px 0}
.xmfooter .xmfcontent{ width: 264px;height: 145px;float: left;border-right: 1px dotted #c0bbbb;margin-right: 35px;}
.xmfooter .title01, .xmfooter .title02, .xmfooter .title03, .xmfooter .title04{ font-size:18px; color:#fe9002; width:264px; height:49px; font-weight:bold;background:url(/newdefault/images/footercion.jpg) no-repeat; padding-top:15px; margin-bottom:15px;}
.xmfooter .title01 p{ padding-left:85px; }
.xmfooter .title02{ background-position:0 -64px;}
.xmfooter .title02 p{ padding-left:85px; }
.xmfooter .title03{ background-position:0 -128px;}
.xmfooter .title03 p{ padding-left:75px; }
.xmfooter .title04{ background-position:0 -192px;}
.xmfooter .title04 p{ padding-left:75px; }
.xmfooter ul{ padding-right:20px;}
.xmfooter ul li{ float:left;color: #6f6f6f;transition: all 0.3s linear 0s;line-height: 21px;padding: 3px 2px;margin-left: 12px; font-size:14px;}
.xmfooter .laster{ border-right:0}

/*.footer{ width:100%; border-top:1px solid #dcdcdc; background:#f7f7f7;height:60px; border-bottom:3px solid #fe9c43;font-family: "Microsoft Yahei";margin-top:0;}
.footer ul.lianjie{ width:1200px; margin:0 auto; padding:20px 0; }
.footer ul.lianjie li{ padding-left:50px; float:left; padding:0 20px; border-left:1px solid #e4e4e4}
.footer ul.lianjie li a{font-size:14px;line-height:24px;color:#444444}
.footer ul.lianjie li a:hover{ color:#fe9c43}
.footer ul.lianjie li.first{ padding:0 21px 0 52px; border:0}*/



.xmfooter a:hover, .ihuashan a:hover, .qtxmtitle a:hover, .xmxgmore a:hover, .xmxxmain a:hover, .brand_content a:hover, .radio li a:hover{ color:#fe9002; text-decoration:underline}
.holdtitle h2:hover{color:#fe9002;}

/*.footer2{ width:100%;  background:#f7f7f7;}
.footer2 p{ width:1200px; margin:0 auto; padding:20px 0 10px 0; font-size:14px;text-align:center}
.footer01{ width:100%;background:#f7f7f7;height:160px; border-bottom:1px solid #e5e5e5}

.fpolice{width:300px;margin:0 auto; padding-bottom:20px; font-size:14px;}
.fpolice a{display:inline-block;text-decoration:none;height:20px;line-height:20px;}
.fpolice img{ float:left}
.footer2 .fpolice p{float:left;height:20px;line-height:20px;margin: 0px 0px 0px 10px; color:#939393; padding:0; width:240px}
.footphone{ font-size:18px; background:url(/newdefault/images/footer_pic2.jpg) no-repeat; margin:42px 0 0 20px; padding:5px 0 0 100px; height:70px; line-height:30px; width:280px;}
.footphonem{ font-size:30px; }
.footaddre{ font-size:16px; color:#787878}
.footaddress{ font-size:18px; background:url(/newdefault/images/footer_pic3.jpg) no-repeat; margin:42px 0 0 260px; padding:5px 0 0 100px; height:70px; line-height:30px;}*/

.youlian{ width:1200px; margin:0 auto; display:none}.youlian li{float:left; margin-left:30px; margin-bottom:10px; font-size:14px;}.youlian ul{ margin:10px 0;}


#part3{height: 480px; background: #fff;}
#part3,  .yqcontent{ margin:0 auto; width:1186px; }
#part3 h1{ font-size: 18px; color: #333; line-height:28px; font-weight: normal; padding: 12px 0 10px 34px; margin-bottom: 26px; background:url(/test/navcontentbg.jpg) no-repeat}
#part3 h1 span,{ font-size: 12px; color: #777;}
#part3 .tabcircum{ display:block}
#part3 .hd{ width:228px; height:380px; margin-left: 20px; float: left;}
#part3 .hd ul{ float:left; height:380px;  }
#part3 .hd ul li{ float:left; height:60px; width:140px; line-height:58px; color:#333; font-size:18px; cursor:pointer; border:1px solid #eaebeb; margin-bottom: 9px; padding:0 0 0 77px; position: relative;}
#part3 .hd ul li span{ width: 44px; height: 44px; display: inline-block; position: absolute; top:9px; left:22px;}
#part3 .hd ul li i{ width: 8px; height: 10px; position: absolute; top:27px; right:-9px;  display: none;}

#part3 .hd ul .zx span{ background: url(/static/img/icon.png) no-repeat -45px 0; }
#part3 .hd ul .zx.on span{ background: url(/static/img/icon.png) no-repeat 0 0; }
#part3 .hd ul .pf span{ background: url(/static/img/icon.png) no-repeat -45px -45px; }
#part3 .hd ul .pf.on span{ background: url(/static/img/icon.png) no-repeat 0 -45px; }
#part3 .hd ul .wc span{ background: url(/static/img/icon.png) no-repeat -45px -90px; }
#part3 .hd ul .wc.on span{ background: url(/static/img/icon.png) no-repeat 0 -90px; }
#part3 .hd ul .xz span{ background: url(/static/img/icon.png) no-repeat -45px -135px; }
#part3 .hd ul .xz.on span{ background: url(/static/img/icon.png) no-repeat 0 -135px; }
#part3 .hd ul .zy span{ background: url(/static/img/icon.png) no-repeat -45px -180px; }
#part3 .hd ul .zy.on span{ background: url(/static/img/icon.png) no-repeat 0 -180px; }
#part3 .hd ul .mf span{ background: url(/static/img/icon.png) no-repeat -45px -225px; }
#part3 .hd ul .mf.on span{ background: url(/static/img/icon.png) no-repeat 0 -225px; }
#part3 .hd ul li.on{  color:#fff; border:1px solid #f39800;}
#part3 .hd ul li.on i{ display: block;}

#part3 .bd{ margin-left: 30px; width: 900px; float: left; }
#part3 .bd .xm{ width: 900px; height: 45px; line-height: 45px; background: #e7e7e7; margin-bottom: 22px;}
#part3 .bd .xm a{ margin-left: 25px; font-size:16px; color: #222;}
#part3 .bd .xm a:hover{color: #f39800; }
#part3 .bd ul{width:900px; height: 410px; display:none}
#part3 .bd ul li{ width:100%; height:320px; }
#part3 .bd ul li .fl{ width:265px; height:320px; margin-top: 10px; text-align: center;}
#part3 .bd ul li .fl img{ margin-bottom: 15px;}
#part3 .bd ul li .fl h3{ font-size:16px; font-weight:bold}
#part3 .bd ul li .fl a{ color: #8b6e4a; font-size: 14px; color: #333; text-align: center; }
#part3 .bd ul li .con{ width: 285px; height: 320px; float: left; margin:0 0 0 30px; display: block;}
#part3 .bd ul li .con li{ width: 320px; height:30px; line-height: 30px; color: #333; font-size: 14px;}
#part3 .bd ul li .con li a:hover{color: #f39800; }
#part3 .bd ul.on{ display:block}




.boxItem3{ float:right; height:300px;margin-left:10px;overflow:hidden; position:relative;width:282px; }
.boxItem3 .infoImg{ width:272px; height:272px; overflow:hidden}
.boxItem3 .infoImg a{ display:block; width:289px; overflow:hidden}
.boxItem3 .infoImg img{ display:block;}
.fourImg .infoImg img{ float:left; width:130px; height:130px; margin-right:12px; margin-bottom:12px;}
.oneImg .infoImg img{ width:272px; /*height:272px;*/ }
.nineImg .infoImg img{ float:left; width:85px; height:85px; margin-right:9px; margin-bottom:8px;}
.boxItem3 .infoCont{ position:relative; top:0; background:#e7e7e7; padding:40px 23px 11px;transition:all 0.2s linear 0s; border:1px solid #efefef; border-bottom:none;}
.boxItem3:hover .infoCont{ top:-71px}
.boxItem3 .infoCont .infoItem1{ position:absolute; left:50%; top:-26px; margin-left:-26px; width:51px; height:51px; border-radius:50%; display:block; border:2px solid #fff; overflow:hidden;}
.boxItem3 .infoCont .infoItem1 img { display:block; height:51px; width:51px;}
.boxItem3 .infoItem2{ display:block; height:22px; overflow:hidden; font-size:16px; color:#333; margin-bottom:6px;}
.boxItem3 .infoItem2:hover{ color:#ff6980;}

.items_con{display: none;}
.cur_con{display: block;}
.items_con .fl h3+a{display: block;text-align: left !important;text-indent: 2em;}
.items_con .boxItem3 a+a{display: block;margin-top: 15px;}

.newword{ text-align:center;  margin-bottom:50px;}
.newword h2{ font-size:26px ; font-weight:normal; line-height:50px; height:48px; padding:10px 0; background:#f3f3f3}
.newword ul{ padding:10px 0 30px 0;border-top:1px solid #fe9002; background:#f3f3f3; text-align:left; padding-left:15px}
.newword li{ float:left; width:215px; margin:10px 10px 0 10px; font-size:12px;}
.newword li a:hover, .con li a:hover, #part3 .bd ul li .fl a:hover{ color:#f39800; text-decoration:underline}

.circum{ background:#e7e7e7}
.circum li{ float:left; font-size:18px; width:300px; height:30px; padding:8px 0 ; text-align:center; line-height:30px;}
.circum li:hover, .circum .curr{ background:#fe9002; color:#fff; cursor:pointer}
.ggtg{ font-size:14px;  text-align:center; width:658px; margin:0 auto}
.tabcircum{ display:none; margin-bottom:40px;}
.curr{ display:block}
.tabcircum ul{ margin-top:20px; height:155px;}
.tabcircum li, .youqin li{ float:left; margin-left:37px;}
.tabcircum .first, .youqin .first{ margin-left:0}

.guanggao{ margin-bottom:40px}
.yqcontent h1{ font-size: 18px; color: #333; line-height:28px; font-weight: normal; padding: 12px 0 10px 34px; background:url(/test/navcontentbg.jpg) no-repeat}
yqcontent h1 span{ font-size: 12px; color: #777;}
.youqin ul{ margin-top:10px; margin-bottom:30px;}
.youqin li{ font-size:14px;}

.iprogect{ width:1200px; margin:10px auto 30px auto}
.iprogect .xmfcontent{ width: 294px; height:300px;float: left;border-right: 1px dotted #c0bbbb; background:#f3f3f3; padding-left:5px}
.iprogect .title01, .iprogect .title02, .iprogect .title03, .iprogect .title04{ font-size:18px; color:#fe9002; width:264px; height:49px; font-weight:bold;background:url(/newdefault/images/centerxmcion.jpg) no-repeat; padding-top:15px; margin-bottom:15px;background-position: -55px 0;}
.iprogect .title01 p{ padding-left:20px; }
.iprogect .title02{ background-position:-62px -64px;}
.iprogect .title02 p{ padding-left:20px; }
.iprogect .title03{ background-position:-55px -128px;}
.iprogect .title03 p{ padding-left:20px; }
.iprogect .title04{ background-position:-55px -192px;}
.iprogect .title04 p{ padding-left:20px; }
.iprogect ul li{ float:left;transition: all 0.3s linear 0s;line-height: 21px;padding: 6px 0;font-size:14px;  width:90px; text-align:center; margin-bottom:4px;margin-right:4px; background:#444444 ; color:#fff }
.iprogect ul li a{ color:#fff}
.iprogect li{ border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; }
.iprogect .green li{background:#ff6700; }
.xmfmore,.xmfmore02,.xmfmore03{ position: absolute; top:0; left:0; width:1200px; height:235px; display:none; padding-top:65px; background:#f3f3f3}

.ixm{margin:30px 0;}
.ixm .ixmnav li{ float: left; background:#e6e6e6; width: 147px;height: 70px; color:#22181; line-height: 70px; text-align: center;margin-right:3px  }	
.ixm .ixmnav .last{margin-right:0; float:right}
.ixm .ixmnav a{ font-size: 20px; }
.ixm li:hover, .ixm li:hover a, .ixm .ixmnav .curr a, .ixm .ixmnav .curr{ background: #09aebf; color: #ffffff }
.ixmcontent .isecondnav{ background: #09aebf;; font-size: 16px; color: #ffffff; height:38px; line-height: 38px;  }
.ixmcontent .isecondnav a{margin-right: 45px;display: inline-block;color: #ffffff;}
.ixmcontent .isecondnav{ padding-left: 30px;}
.ixmcontent{ display: none; }
.ixm .first{ display: block; }
.ixmmore .fl{ float: left; }
.ixmmore .xmconter{ margin-left: 40px;  width:525px; }
.ixmmore .xmtitle{ font-size: 20px; color: #221815; padding:20px 0 15px 0; }
.ixmmore .xmtitle{ text-align: center; }
.ixmmore .info{ font-size: 14px; line-height: 24px; border-bottom: 1px solid #cccccc; padding-bottom: 25px;margin-bottom: 25px;}
.ixmmore .info span{color: #221815;  }
.ixmmore .xmconter li{line-height: 30px;border-bottom: 1px dotted #ccc; height: 31px;overflow: hidden; }
.ixmmore .xmconter ul{width: 228px;margin-right: 20px;    float: left;}
.ixmcontent .ixmmore .fr p{ font-size: 22px; text-align: center; color:#221815; background: #e6e6e6; width: 284px; height: 50px; line-height: 50px; margin: 10px 0 8px 0}



.holdleft{ width:370px; height:430px; border-top:1px solid #e5e5e5; border-right:1px solid #e5e5e5; overflow:hidden; float:left; padding-right:21px; margin-left:1px;}
.inews h3{ font-size:16px; padding:12px 0}
.holdtitle .ititle01{ background-position: 0 -8px;}
.holdcenter{ width:370px;height:430px; border-top:1px solid #e5e5e5; border-right:1px solid #e5e5e5; padding:0 21px; overflow:hidden;  float:left}
.holdright{ width:372px; height:430px; padding-left:21px;border-top:1px solid #e5e5e5;float:right; margin-right:1px;}
.ihuashan p{ margin-top:10px; font-size:14px;}





/*******************/
.morelink{ width:100%; background-color:#f8f8f8; height:auto; padding-top:25px;margin-top: 30px;}
.container {width: 1020px;height: auto;margin: 0 auto;}
.morelink .big{ width:100%; height:auto; overflow:hidden;}
.morelink .big li{ width:144px; height:185px; float:left;}
.morelink .big .br{border-right:1px solid #e4e4e4;}
.morelink .big .bb{border-bottom:1px solid #e4e4e4; }
.morelink .big li .mark{ width:100px; height:25px;border-bottom:1px solid #e4e4e4; color:#000000; font-size:14px; font-weight:bold; margin:25px auto 10px auto;}
.morelink .big li .mark img{ vertical-align:middle;}
.morelink .big li .little{ width:100px; height:auto; margin:0 auto;}
.morelink .big li .little li{ width:100%; height:25px; float:left;}
.morelink .big li .little li a{ display:block; width:100%; height:25x; line-height:25px; color:#666666; font-size:12px;}
.morelink .big li .little li a:hover{ color:#896c4a;}