﻿*{margin:0;padding:0;font-family:microsoft yahei,"microsoft yahei";text-decoration:none;}
li{list-style:none;}
a:hover{text-decoration:none;}
img{border:none;}
.top{width:100%;height:33px;color:#fff;font-size:12px;position:relative;}
.top_bg{position:absolute;left:-60%;top:0;background:#3c434d;width:100%;height:33px;z-index:-1;}
.top_demo{width:980px;margin:0 auto;}
.top_c{width:530px;float:left;height:33px;background:url(../images/top_bg.jpg) #3c434d right center no-repeat;}
.top_c_span1{float:left;height:33px;line-height:33px;background:url(../images/phone.png) left center no-repeat;padding:0 0 0 27px;font-size:12px;letter-spacing:1px;}
.top_c_span1 a{color:#fff;font-size:12px;}
.top_c_span2{margin:0 0 0 55px;background:url(../images/lan.png) left center no-repeat;display:inline;}
.top_c_span3{background:url(../images/mail.png) left center no-repeat;}
.nav{float:left;width:100%;padding:20px 0 15px 0;height:72px;}
.nav_c{width:980px;margin:0 auto;height:72px;}
.logo{float:left;margin-top:23px;}
.search{float:right;color:#333;font-size:14px;}
.search_input1{width:180px;border-radius:15px;border:1px solid #00ada9;height:28px;line-height:28px;background:url(../images/search.png) #00ada9 10px center no-repeat;padding:0 0 0 32px;color:#fff;float:left;font-size:14px;}
.search_input2{float:left;border:none;background:none;height:28px;line-height:28px;}
.nav_list{float:right;margin:16px 0 0 0;}
.nav_list li{float:left;padding:0 0 0 20px;text-align:center;position:relative;z-index:1;height:25px;line-height:25px;}
.nav_list2{display:none;position:absolute;top:25px;left:-42px;width:185px;background:#fff;padding:16px 0 0 0;opacity:0.92;}
.nav_list3{padding:27px 0 0 0;}
.nav_list_li1 .nav_list2:hover{display:block;}
.nav_list_li1{position:relative;}
.nav_list2_span1{float:left;width:100%;text-align:center;height:30px;line-height:30px;border-bottom:1px dashed #dbdbdb;}

.nav_list_li1 .nav_list2_span1 a{font-size:12px;float:left;width:100%;height:30px;color:#29656b;}
.nav_list_li1 .nav_list2_span1 a:hover{background:#17bab7;color:#fff;}
.nav_list_li1:hover>.nav_list2{display:block;}
.nav_list1_span1{font-size:14px;color:#29656b;cursor:pointer;}
.nav_list_li1 a{font-size:14px;color:#29656b;}
.nav_list li a:hover{color:#00a7a0;}
.nav_list li.hover a {color:#00a7a0;}
/*幻灯片*/
.banner{float:left;width:100%;overflow:hidden;position:relative;}
.banner_c{position:absolute;left:50%;width:100%;top:0;background:url(../images/index_banner_bg.jpg) repeat-x;height:435px;}
.slide {
	width:1326px;
	margin: 0 auto;
	position: relative;
	color: #ffffff;

	height:435px;
	}
.slide_c{float:left;width:100%;background:url(../images/slide_bg2.jpg) repeat-x;
	height:435px;margin-left:120px;}
.slide .centered-content
{
    position: relative;
    z-index: 2;
}

.slide a {
	color: #2e2e2e;
}
.slide .header-content a {
	color: #fff;
	text-decoration: underline;
}

/* Header text */

.header-content 
{
    
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	line-height: 22px;
	position: relative;
    z-index: 1;
	border-top:1px solid #fff;

}
.header-content.home {
	height: 362px;
}

.home .header-content { background: #d54515 url(../images/slider-gradient-bg.png) repeat-y 50% 0; }

/*.header-content-wrap {width: 940px; margin: 0 auto;}*/
.header-content img {float: left;width:607px;}
.header-content .text {width:470px;  *width:430px; float:left;}
.header-content .copy {font-size: 16px; line-height: 24px; padding-right: 15px;color:#fff;}
.header-content .button {width: 100% !important;}
.header-content .button a {padding-top: 7px; padding-bottom: 7px; font-size: 14px; display: inline-block;}

/*#slider .text {width: 417px;}*/

/*fix the button position for the slide*/
.header-content .button {float: none;}
.header-content .dimmed {background: #b05b1b; background: rgba(0, 0, 0, 0.4);
    -webkit-transition: none;  /* Saf3.2+, Chrome */
    -moz-transition: none;  /* FF4+ */
    -ms-transition: none;  /* IE10? */
    -o-transition: none;  /* Opera 10.5+ */
    transition: none;

}

.header-content .align-bottom {position: absolute; bottom: 0px;}

/* => Slider <= */
#slider-wrap
{
   
    height:362px; 
}

#slider 
{
   
    height:332px;
    padding-top: 30px;
}

/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev,
.slider-next 
{
    text-indent:-9999px;
    width:38px;
    height:38px;
    background:url("../images/sprite.png") -263px -122px no-repeat;
    position:absolute;
    top:50%;
    margin-top:-19px;
    z-index:999;
    opacity:.5;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
	display: none
    }
.slider-prev{ left:12px; }
.slider-next 
{
    right:12px;
    background-position:-302px -122px;
}  
      
.slider-prev:hover,
.slider-next:hover
{
    opacity:1;
}


/* => SLIDER NAV o o o <= */    
.slider-nav 
{
    position:absolute;
    bottom:-25px;
    left:50%;
    list-style:none;
    overflow:hidden;
    padding:2px;
    z-index:10;
	margin: 0;
	width:90px;
}

.slider-nav li
{
    float:left;
    
}

.slider-nav li a
{
   display:block;
   width:14px;
   height:14px;
   overflow:hidden;
   padding:0px;
   margin:8px;
background:#ccc;
   text-decoration:none;
   text-indent:-999px;
   border-radius:100%;
}

.slider-nav li a:hover,
.slider-nav li a.selected
{
    background:#fff;
}

/* => HOLY SLIDES <= */

.slider section {display: none;}
.slider section.first {display: block;}

.slider-sections, .slider-sections section {width:1200px; height: 335px;}

.slider-sections {margin: 0 auto; position: relative;}
.slider-sections section {position: absolute; top: 0; left: 0px; }

.header-content h2 
{
	font:200 44px/1.2 "microsoft yahei", Tahoma, arial, sans-serif;
	font-weight:bold;
	
	font-family:"microsoft yahei";
	color: #1b4848;
	margin: 0 0 26px 0;
}
.header-content p 
{
    margin: 0 0 30px;
}

.header-content .centered-content
{
	padding-top: 30px;
	padding-bottom: 10px;
}

.button {
	float: left;
	width: auto !important;
	list-style: none;
}
	.button a,
	.button button,
	.button input { /* Standard black button */
	  font-size: 15px;
	  /*font-family: 'lucida sans',arial,helvetica,sans-serif;*/
	  line-height: 18px;
		color: #fff !important;
		
	  text-decoration: none;
	    
	  padding: 5px 14px 6px 13px;
		display: block;
		width: auto;
		position: relative;
		z-index: 2;
   
	    border: none;
        -moz-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;
	
		background: #313131; /* Old browsers */
		background: -moz-linear-gradient(top, #313131 0%, #222222 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #313131 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #313131 0%,#222222 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #313131 0%,#222222 100%); /* IE10+ */
		background: linear-gradient(top, #313131 0%,#222222 100%); /* W3C */

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	
	
	.button a:hover,
	.button input:hover,
	.button button:hover,
	.button a:focus,
	.button input:focus,
	.button button:focus
	{
	  background: #464646; /* Old browsers */
		background: -moz-linear-gradient(top, #464646 0%, #393939 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #464646 0%,#393939 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #464646 0%,#393939 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #464646 0%,#393939 100%); /* IE10+ */
		background: linear-gradient(top, #464646 0%,#393939 100%); /* W3C */
    }
    
	header .header-content .button a,
	#content .button a:hover
	{
	    text-decoration: none;
    }

.header-content .beta-ribbons {
    position: absolute; 
    height: 120px;
    width: 85px;
    text-indent: -200px;
    overflow: hidden;
    background: url(../images/kendo-ribbons.png) no-repeat 0 0;
}

.header-content .beta-ribbons.ribbon-1 {
    background-position: -170px 0;
    top: -3px;
    right: -145px;
}

.header-content p.copy .beta-ribbons.ribbon-1 {
    top: -135px;
    left: 900px;
}

.header-content .beta-ribbons.ribbon-4 {
    background-position: -255px 0;
    left: -62px;
    top: -30px;
    z-index: 10;
		text-indent: -2000px;
}
.center{width:980px;margin:0 auto;}
.content{float:left;width:100%;}
.notice{float:left;width:100%;margin:40px 0 0 0;display:inline;}
.notice_left{float:left;background:url(../images/star.png) left center no-repeat;padding:0 0 0 82px;width:380px;}
.notice_left h3{float:left;width:100%;line-height:24px;}
.notice_left h3 a{font-size:16px;color:#333;font-family:"microsoft yahei";}

.notice_left p{font-size:13px;color:#717171;float:left;width:100%;line-height:20px;padding:10px 0;}
.notice_left a{color:#6dcbc3;font-size:12px;}
.notice_left a:hover{text-decoration:underline;}
.notice_right{background:url(../images/horn.png) left center no-repeat;margin-left:40px;}

.group_news{float:left;width:100%;margin:40px 0 0 0;display:inline;}
.group_news_h1{float:left;width:100%;font-family:"microsoft yahei";background:url(../images/line.jpg) right 27px no-repeat;border-bottom:1px solid #dbdbdb;}
.group_news_span1{float:left;font-size:30px;font-weight:normal;color:#333;padding:0 0 5px 0;}
.group_news_span1 a{font-size:30px;font-weight:normal;color:#333;}
.group_news_span1 a:hover{text-decoration:underline;}
.group_news_span2{float:left;font-size:16px;color:#adafb3;margin:17px 0 0 15px;display:inline;}
.group_news_1{float:left;width:310px;margin:30px 0 0 0;display:inline;overflow:hidden;}
.group_news_link1{float:left;margin:0 0 10px 0;display:inline;}
.group_news_link1:hover{text-decoration:underline;}
.group_news_h4{float:left;width:100%;line-height:25px;font-size:16px;color:#333;margin-top:28px;display:inline;}
.group_news_h4 a{font-size:16px;color:#333;}
.group_news_h5{margin-top:0;}
.group_news_demo{float:left;width:100%;height:270px;margin:0 0 28px 0;padding:0 0 43px 0;border-bottom:1px solid #dbdbdb;}
.group_news_p1{float:left;width:100%;line-height:22px;color:#717171;font-size:14px;margin:8px 0 0 0;display:inline;}
.group_news_p2{background:url(../images/dot.jpg) left center no-repeat;margin:0;padding:0 0 0 15px;border:none;line-height:25px;height:25px;}
.group_news_p2 a{color:#717171;font-size:14px;}
.group_news_p2 a:hover{text-decoration:underline;}
.group_news_p3{height:229px;padding:11px 0 0 0;}
.group_news_2{margin:30px 25px 0 25px;}

.aboutus{float:left;width:100%;position:relative;margin:75px 0 88px 0;display:inline;}
.aboutus_b{position:absolute;top:0;left:-50%;height:200px;background:#ecefee;width:100%;z-index:-1;}
.aboutus_c{width:980px;margin:0 auto;position:relative;}
.aboutus_left{float:left;background:#ecefee;height:200px;width:740px;}
.aboutus_left_p1{float:left;color:#7b7b7b;font-size:28px;font-family:"microsoft yahei";font-weight:bold;margin:40px 0 10px 30px;display:inline;width:90%;}
.aboutus_left_p1 b{color:#00ada9;}
.aboutus_left_p2{font-size:22px;font-weight:normal;margin:0 0 15px 30px;}
.aboutus_left_p2 b{font-weight:normal;}
.aboutus_left_p3{float:left;width:150px;height:40px;background:#00ada9;border-radius:8px;text-align:center;line-height:40px;margin:0 0 0 30px;display:inline;}
.aboutus_left_p3 a{font-size:20px;color:#fff;}

.aboutus_right{background:url(../images/aboutus_bg1.jpg) no-repeat;width:253px;height:223px;position:absolute;top:0;right:-13px;}
.aboutus_right_p1{float:left;width:190px;margin:40px 0 0 20px;display:inline;}
.aboutus_right_p1 a{color:#7bd1c9;font-size:18px;font-weight:bold;}
.aboutus_right_p2{float:left;width:190px;margin:10px 0 0 20px;display:inline;line-height:22px;color:#fff;font-size:14px;}
.aboutus_right_p3{position: absolute; width:72px;height:72px;right:0px;bottom: 0px;}
.aboutus_right_p3 a{display:block;width:72px;height:72px;}


.product{float:left;width:100%;margin:19px 0 0 0;display:inline;}
.product_list{float:left;width:100%;}
.product_list_a1{float:left;width:196px;}
.product_list_a1 p{float:left;width:100%;text-align:center;padding:30px 0;}
.product_list_a1 a{color:#656565;font-size:18px;}
.product_list span{width:82px;height:82px;border-radius:100%;float:left;text-align:center;margin:0 0 0 57px;display:inline;cursor:pointer;}
.cp_list_1{float:left;width:196px;margin:40px 0 0 0;display:inline;}
.i_product_dt{text-align:center;width:100%;float:left;padding:20px 0 0 0;}
.i_product_dt a{font-size:18px;color:#656565;}
.cp_list span{height:72px;padding:10px 0 0 0;}
.product_list span:hover{background:#f78143;}
.product_list span a{width:82px;height:72px;padding:2px 0 0 0;float:left;background-position:center center;background:repeat:no-repeat;}
.product_list2{float:left;width:100%;margin:29px 0 0 0;display:inline;}
.product_list2_span1{float:left;width:162px;text-align:center;font-size:18px;color:#656565;}

.product_list2_span1 a{font-size:18px;color:#656565;}
.f{background:#f78143;}
.n{background:#979da1;}
.none{visibility:hidden;z-index:-1;}
.unone{visibility:visible;z-index:1;}
#product_c{float:left;width:100%;margin:100px 0 0 0;display:inline;position:relative;top:0;left:0;height:420px;}
#product_c em p{font-size:14px;color:#717171;line-height:24px;}
#product_c em{font-style:normal;position:absolute;top:0;left:0;}


/*首页推荐产品*/
.product_demo {
	POSITION: relative;  width:980px;margin:20px auto;
}
#product_demoimg,#product_demoimg1,#product_demoimg2,#product_demoimg3,#product_demoimg4,#product_demoimg5 {
	OVERFLOW: hidden; WIDTH: 980px; margin:35px 0 0 0; float:left;
}
#product_demoimg DIV,#product_demoimg1 DIV,#product_demoimg2 DIV,#product_demoimg3 DIV,#product_demoimg4 DIV,#product_demoimg5 DIV {
	WIDTH: 50000px;
	float:left;
}
#product_demoimg ul,#product_demoimg1 ul,#product_demoimg2 ul,#product_demoimg3 ul,#product_demoimg4 ul,#product_demoimg5 ul {
	float:left;
	}
#product_demoimg DL,#product_demoimg1 DL,#product_demoimg2 DL,#product_demoimg3 DL,#product_demoimg4 DL,#product_demoimg5 DL {
	FLOAT: left; WIDTH: 150px; POSITION: relative; TEXT-ALIGN: center;margin:0 0 0 14px;
}

#product_demoimg DT,#product_demoimg1 DT,#product_demoimg2 DT,#product_demoimg3 DT,#product_demoimg4 DT,#product_demoimg5 DT {
	MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 150px
}
#product_demoimg a IMG,#product_demoimg1 a IMG,#product_demoimg2 a IMG,#product_demoimg3 a IMG,#product_demoimg4 a IMG,#product_demoimg5 a IMG {
	VERTICAL-ALIGN: bottom; WIDTH: 150px; HEIGHT: 150px
}
#product_demoimg DD,#product_demoimg1 DD,#product_demoimg2 DD,#product_demoimg3 DD,#product_demoimg4 DD,#product_demoimg5 DD {
	FONT-SIZE:14px; OVERFLOW: hidden; WIDTH: 150px; COLOR: #333;LINE-HEIGHT: 35px; FONT-FAMILY: "微软雅黑","宋体"; HEIGHT: 40px;TEXT-ALIGN: center
}
#product_demoimg DD A,#product_demoimg1 DD A,#product_demoimg2 DD A,#product_demoimg3 DD A,#product_demoimg4 DD A,#product_demoimg5 DD A{
	COLOR: #333; TEXT-DECORATION: none
}
#product_demoimg UL LI,#product_demoimg1 UL LI,#product_demoimg2 UL LI,#product_demoimg3 UL LI,#product_demoimg4 UL LI,#product_demoimg5 UL LI {
	FLOAT: left; WIDTH: 980px
}
/*首页推荐产品4.1*/
.cpzx_demo {
	POSITION: relative; HEIGHT: 290px; width:980px;margin:20px auto;
}
.cpzx_demolf {
	Z-INDEX: 100; LEFT: 200px; WIDTH: 51px; POSITION: absolute; TOP: 245px; HEIGHT: 25px
}
.cpzx_more{position: absolute; top:245px;right:0;font-size:14px;}
.cpzx_more a{color:#6dcbc3;}
.cpzx_more a:hover{text-decoration:underline;}
.cpzx_demolf IMG {
	CURSOR: pointer
}
.cpzx_demorg IMG {
	CURSOR: pointer
}#cpzx_img,#cpzx_img1,#cpzx_img2,#cpzx_img3,#cpzx_img4,#cpzx_img5 {
	oVERFLOW: hidden; WIDTH: 980px; PADDING-TOP: 15px; POSITION: absolute
}
#cpzx_img DIV,#cpzx_img1 DIV,#cpzx_img2 DIV,#cpzx_img3 DIV,#cpzx_img4 DIV,#cpzx_img5 DIV {
	WIDTH: 50000px
}
#cpzx_img DL,#cpzx_img1 DL,#cpzx_img2 DL,#cpzx_img3 DL,#cpzx_img4 DL,#cpzx_img5 DL {
	FLOAT: left; WIDTH: 150px; POSITION: relative; TEXT-ALIGN: center;margin:0 0 0 30px;
}
#cpzx_img dl.cpzx_img_dl1{width:230px;text-align:left;}
#cpzx_img1 dl.cpzx_img_dl1{width:230px;text-align:left;}
#cpzx_img2 dl.cpzx_img_dl1{width:230px;text-align:left;}
#cpzx_img3 dl.cpzx_img_dl1{width:230px;text-align:left;}
#cpzx_img4 dl.cpzx_img_dl1{width:230px;text-align:left;}
#cpzx_img5 dl.cpzx_img_dl1{width:230px;text-align:left;}

#cpzx_img DT,#cpzx_img1 DT,#cpzx_img2 DT,#cpzx_img3 DT,#cpzx_img4 DT,#cpzx_img5 DT {
	MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 150px
}
#cpzx_img IMG,#cpzx_img1 IMG,#cpzx_img2 IMG,#cpzx_img3 IMG,#cpzx_img4 IMG,#cpzx_img5 IMG {
	VERTICAL-ALIGN: bottom; WIDTH: 150px; HEIGHT:150px
}
#cpzx_img DD,#cpzx_img1 DD,#cpzx_img2 DD,#cpzx_img3 DD,#cpzx_img4 DD,#cpzx_img5 DD {
	FONT-SIZE:14px;  OVERFLOW: hidden; WIDTH: 150px; COLOR: #fff;  LINE-HEIGHT: 35px; FONT-FAMILY: "΢ź","";  HEIGHT: 40px;  TEXT-ALIGN: center;
}
#cpzx_img DD a,#cpzx_img1 DD a,#cpzx_img2 DD a,#cpzx_img3 DD a,#cpzx_img4 DD a,#cpzx_img5 DD a {color:#727272;}


#cpzx_img UL LI,#cpzx_img1 UL LI,#cpzx_img2 UL LI,#cpzx_img3 UL LI,#cpzx_img4 UL LI,#cpzx_img5 UL LI {
	FLOAT: left; WIDTH: 980px;
}




.recommend{float:left;width:100%;}
.recommend_left{float:left;width:230px;margin-top:10px;display:inline;}
.recommend_left h3{float:left;width:100%;font-size:20px;background:url(../images/recommend_bg2.jpg) 100px center no-repeat;color:#656565;}
.recommend_left h4{float:left;width:100%;font-size:16px;color:#717171;margin:0 0 10px 0;display:inline;}
.recommend_left_p1{font-size:14px;color:#717171;width:100%;float:left;line-height:20px;}
.recommend_left_p2{float:right;width:55px;margin:20px 0 0 0;display:inline;}
.recommend_right{float:left;width:750px;}
.recommend_right_c{float:left;width:116px;margin:0 0 0 66px;display:inline;}
.recommend_right_c_link1{float:left;}
.recommend_right_span1{float:left;width:100%;line-height:20px;font-size:14px;color:#717171;text-align:center;}


.bottom_nav{float:left;width:100%;background:#323b44;padding:0 0 50px 0;}
.bottom_nav_c{width:980px;margin:0 auto;}
.bottom_nav_1{float:left;width:320px;height:154px;background:url(../images/bottom_nav_bg.jpg) 4px 26px no-repeat;}
.bottom_nav_3{width:290px;padding:0 0 0 30px;background:none;}
.bottom_nav_1_p2{float:left;width:100%;padding:0 0 10px 0;}
.bottom_line{float:left;width:1px;height:134px;background:url(../images/bottom_line.gif) no-repeat;margin-top:5px;}

.bottom_nav_1_span3{float:left;font-size:14px;color:#717171;background:url(../images/address.png) left center no-repeat;padding:0 0 0 20px;}
.bottom_nav_1_span4{float:left;font-size:14px;color:#a1a1a1;width:210px;line-height:23px;}
.bottom_nav_1_span5{background:url(../images/telephone.png) left center no-repeat;}
.bottom_nav_1_span6{background:url(../images/email.png) left center no-repeat;}

.bottom_nav_1_p5{float:left;width:100%;height:24px;line-height:24px;color:#a1a1a1;font-size:14px;}
.bottom_nav_1_p5 a{color:#a1a1a1;font-size:14px;}
.bottom_nav_1_p5 a:hover{color:#fff;text-decoration:underline;}
.bottom_nav_2{float:left;width:100%;}
.bottom_nav_2_p1{float:left;width:340px;font-family:"microsoft yahei";margin:52px 0 35px 0;display:inline;}
.bottom_nav_2_p2{width:300px;padding:0 0 0 20px;}
.bottom_nav_2_span1{float:left;font-size:20px;color:#fff;font-weight:bold;}
.bottom_nav_2_span2{float:left;font-size:14px;color:#a1a1a1;font-weight:bold;margin:8px 0 0 8px;display:inline;}


.bottom_copyright{float:left;width:100%;border-top:1px solid #414f5a;background:#25292c;height:70px;line-height:70px;}
.bottom_copyright_c{width:980px;margin:0 auto;}
.bottom_copyright_p1{float:left;width:100%;}
.bottom_copyright_span1{float:left;font-size:12px;color:#878787;}
.bottom_copyright_span2{float:right;color:#878787;font-size:12px;}
.bottom_copyright_span2 a{font-size:12px;color:#878787}

/*产品中心列表页*/
.productcenter_banner{float:left;width:100%;position:relative;overflow:hidden;}
.productcenter_banner_c{width:1052px;margin:0 auto;}
.productcenter_h1{float:left;width:100%;font-weight:normal;font-size:16px;font-family:"microsoft yahei","microsoft yahei";color:#555;margin:13px 0 43px 0;display:inline;color:#555;font-weight:normal;}
.productcenter_h1 a{color:#555;}
.productcenter_h2{float:left;width:100%;font-size:24px;font-family:"microsoft yahei";color:#333;border-bottom:5px solid #f2eeeb;height:60px;line-height:60px;font-weight:normal;padding-bottom:7px;}
.productcenter_list{float:left;width:100%;padding:30px  0;}

.productcenter_list span{float:left;text-align:center;font-size:16px;color:#666;cursor:pointer;height:40px;line-height:40px;margin:20px 0 0 25px;display:inline;height:50px;background:url(../images/industry_line.jpg) right 6px no-repeat;width:220px;}
.productcenter_list span dt{border-bottom:3px solid #fff;font-weight:bold;width:180px;float:left;}
#productcenter_c{float:left;width:100%;min-height:320px;}
#productcenter_c dl{float:left;width:100%;}
.productcenter_list span.productcenter_list_span1 dt{border-bottom:3px solid #00afa7;}
.productcenter_dl2{display:none;}
.productcenter_c_1{float:left;width:200px;margin:25px 20px;display:inline;height:260px;overflow:hidden;}
.productcenter_c_link1{float:left;}
.productcenter_c_link1 img{width:200px;height:200px;}
.productcenter_c_span1{float:left;width:100%;text-align:center;line-height:25px;padding:5px 0 0 0;}
.productcenter_c_span1 a{font-size:14px;color:#666;}


/*产品中心详细页*/
.productcenter_d{float:left;width:60%;position:relative;color:#7d7d7d;font-size:14px;line-height:25px;}
.productcenter_d_pic{float:left;width:40%;text-align:right;}
.productcontent_1{float:left;width:610px;}
.productcontent_2{float:left;width:230px;margin:0 0 0 50px;display:inline;}
.productcenter_h3{float:left;width:100%;color:#333;font-size:20px;padding:80px 0;}
.productcenter_d img{margin:5px 0;}
.productcenter_d h6{font-size:14px;color:#333;}
.productcenter_d li{background:url(../images/dot.gif) left center no-repeat;text-indent:15px;}
.productcenter_h4,.productcenter_d h4{float:left;width:100%;color:#008485;font-size:16px;margin:15px 0 10px 0;display:inline;text-indent:-9px}
.productcenter_p1,.productcenter_d p{float:left;width:100%;color:#7d7d7d;font-size:14px;margin:5px 0;display:inline;}
.productcontent_ul1{float:left;width:601px;border-right:1px solid #dbdbdb;border-top:1px solid #dbdbdb;}
.productcontent_li1{float:left;background:#7b7b7b;border-left:1px solid #dbdbdb;width:178px;text-align:center;height:50px;line-height:50px;color:#fff;border-bottom:1px solid #dbdbdb;font-size:14px;}
.productcontent_li2{background:none;color:#333;line-height:25px;}
.productcontent_li3{width:80px;}
.productcenter_h5,.productcenter_d h5{float:left;width:100%;font-size:18px;color:#333;margin:50px 0 30px 0;display:inline;}
.productcenter_p2{float:left;width:100%;height:25px;line-height:25px;color:#7d7d7d;font-size:14px;background:url(../images/dot.jpg) left center no-repeat;text-indent:15px;}
.productcenter_p3{font-weight:bold;}
.productcenter_p4{text-indent:15px;}
.clear{float:left;width:100%;height:40px;clear:both;}

/*产业领域*/
#industry_c{float:left;width:100%;margin:45px 0 0 0;display:inline;position:relative;top:0;left:0;}
#industry_c i{font-style:normal;position:absolute;top:0;left:0;}
.industry_list{float:left;width:100%;margin:27px 0 62px 0;display:inline;}
#industry{float:left;position:relative;height:460px;width:100%;overflow:hidden;}
#industry_a{float:left;width:100%;height:500px;overflow: hidden;position:relative;}
#industry_a em{position:absolute;top:0;left:0;}
.industry_list span{margin:0 0 0 22px;display:inline;float:left;font-size:16px;color:#666;font-weight:bold;cursor:pointer;text-align:center;height:50px;line-height:50px;overflow:hidden;}
.industry_list_dd1{float:left;width:22px;height:50px;background:url(../images/industry_line.jpg) left 6px no-repeat;margin-left:25px;}
.industry_list_span1{border-bottom:4px solid #00ada9;}
#industry em{position:absolute;top:0;left:0;}
.industry_em1{visibility:visible;float:left;width:100%;font-style:normal;}
.industry_em2{visibility:hidden;}
.industry_h1{float:left;width:100%;font-size:24px;color:#fff;background:#00ada9;height:60px;line-height:60px;text-align:center;clear:both;}
.industry_h2{width:63px;margin:0 auto;overflow:auto;clear:both;height:15px;}
.industry_c_p1{background:#f0f0f0;width:930px;padding:30px 25px 20px 25px;float:left;font-size:14px;color:#717171;line-height:24px;}
.industry_c_p2{background:none;padding-top:40px;padding-bottom:60px;}
.industry_c_p3{padding-top:0;}
.industry_c_p1_span1{color:#00ada9;font-weight:bold;}
.industry_c_h1{float:left;width:100%;font-family:"microsoft yahei";background:url(../images/line.jpg) right 33px no-repeat;border-bottom:1px solid #dbdbdb;margin:40px 0;display:inline;}
.industry_c_span1{float:left;font-size:24px;font-family:"microsoft yahei";height:50px;line-height:50px;color:#333;font-weight:normal;}
.industry_dt2{display:none;}
.cyly_pre{float:left;margin:90px 0 0 0;display:inline;}
.cyly_next{float:right;margin:90px 0 0 0;display:inline;}
#cyly_demoimg,#cyly_demoimg1,#cyly_demoimg2,#cyly_demoimg3,#cyly_demoimg4,#cyly_demoimg5{POSITION:relative;width:946px;OVERFLOW: hidden; float:left;}

#cyly_demoimg DIV,#cyly_demoimg1 DIV,#cyly_demoimg2 DIV,#cyly_demoimg3 DIV,#cyly_demoimg4 DIV,#cyly_demoimg5 DIV{WIDTH: 50000px;}
#cyly_demoimg DL,#cyly_demoimg1 DL,#cyly_demoimg2 DL,#cyly_demoimg3 DL,#cyly_demoimg4 DL,#cyly_demoimg5 DL{FLOAT: left; WIDTH: 200px; POSITION: relative; TEXT-ALIGN: center;margin:0 0 0 30px;}
#cyly_demoimg DT,#cyly_demoimg1 DT,#cyly_demoimg2 DT,#cyly_demoimg3 DT,#cyly_demoimg4 DT,#cyly_demoimg5 DT {OVERFLOW: hidden; WIDTH: 200px;}
#cyly_demoimg IMG,#cyly_demoimg1 IMG,#cyly_demoimg2 IMG,#cyly_demoimg3 IMG,#cyly_demoimg4 IMG,#cyly_demoimg5 IMG {VERTICAL-ALIGN: bottom; WIDTH: 200px; HEIGHT: 200px;}
#cyly_demoimg DD,#cyly_demoimg1 DD,#cyly_demoimg2 DD,#cyly_demoimg3 DD,#cyly_demoimg4 DD,#cyly_demoimg5 DD{FONT-SIZE:14px; OVERFLOW: hidden; WIDTH: 200px; COLOR: #333;LINE-HEIGHT: 35px; FONT-FAMILY: "΢ź",""; HEIGHT: 40px;TEXT-ALIGN: center;}
#cyly_demoimg DD A,#cyly_demoimg1 DD A,#cyly_demoimg2 DD A,#cyly_demoimg3 DD A,#cyly_demoimg4 DD A,#cyly_demoimg5 DD A{COLOR: #333; TEXT-DECORATION: none;}
#cyly_demoimg DD A:hover,#cyly_demoimg1 DD A:hover,#cyly_demoimg2 DD A:hover,#cyly_demoimg3 DD A:hover,#cyly_demoimg4 DD A:hover,#cyly_demoimg5 DD A:hover{TEXT-DECORATION:underline;}
#cyly_demoimg UL LI,#cyly_demoimg1 UL LI,#cyly_demoimg2 UL LI,#cyly_demoimg3 UL LI,#cyly_demoimg4 UL LI,#cyly_demoimg5 UL LI{FLOAT: left; WIDTH: 946px;}
.cyly_1{float:left;width:100%;}
.cyly_1 ul{}


/*产业领域图片滚动*/
.run {
	POSITION: relative; HEIGHT: 350px; width:978px;float:left;BORDER: #c3e8ef 1px solid; 
}
.runlf {
	Z-INDEX: 100; LEFT: 0px; WIDTH: 51px; POSITION: absolute; TOP: 110px; HEIGHT: 45px
}
.runrg {
	Z-INDEX: 100; RIGHT: 0px; WIDTH: 51px; POSITION: absolute; TOP: 110px; HEIGHT: 45px
}
.runlf IMG {
	CURSOR: pointer
}
.runrg IMG {
	CURSOR: pointer
}#gdq,#gdq1 {
	MARGIN-LEFT: 31px; OVERFLOW: hidden; WIDTH: 924px; PADDING-TOP: 15px; POSITION: absolute
}
#gdq DIV,#gdq1 DIV {
	WIDTH: 50000px
}
#gdq DL,#gdq1 DL {
	FLOAT: left; WIDTH: 200px; POSITION: relative; TEXT-ALIGN: center;margin:0 0 0 23px;
}

#gdq DT,#gdq1 DT {
	MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 200px
}
#gdq IMG,#gdq1 IMG {
	VERTICAL-ALIGN: bottom; WIDTH: 200px; HEIGHT: 260px
}
#gdq DD,#gdq1 DD {
	FONT-SIZE:14px;  WIDTH: 200px; COLOR: #333;  LINE-HEIGHT: 35px; FONT-FAMILY: "΢ź",""; WHITE-SPACE: nowrap; HEIGHT: 40px; TEXT-OVERFLOW: ellipsis; TEXT-ALIGN: center
}
#gdq DD A:link,#gdq1 DD A:link {
	COLOR: #333; TEXT-DECORATION: none
}

#gdq UL LI,#gdq1 UL LI {
	FLOAT: left; WIDTH: 924px
}
#open {
	BACKGROUND: #b1cfe5
}
.xlcd_new {
	BORDER-RIGHT: #91b8d5 1px solid; BORDER-TOP: #91b8d5 1px solid; Z-INDEX: 50; BACKGROUND: url(http://images.yoka.com/pic/div/allnav/a8.gif) no-repeat right 8px; BORDER-LEFT: #91b8d5 1px solid; WIDTH: 70px; CURSOR: pointer; BORDER-BOTTOM: #91b8d5 1px solid; POSITION: relative; HEIGHT: 21px
}



/*工程技术中心*/
.eng_banner{float:left;width:100%;height:237px;position:relative;overflow:hidden;}
.eng_banner_b{position:absolute;top:0;left:50%;background:url(../images/banner_bg.jpg) 0 3px repeat-x;width:100%;height:237px;z-index:-1;}
.eng_banner_c{margin:0 auto;width:1052px;}
.eng_list{float:left;width:100%;padding:75px 0 30px 0;}
.eng_list span{width:120px;float:left;height:50px;line-height:50px;text-align:center;margin:0 20px;display:inline;}
#eng_c{float:left;width:100%;}
.eng_c_1{float:left;padding:60px 0 0 0;width:100%;}
.eng_c_link1{float:left;width:125px;margin:0 30px 0 0;display:inline;}
.eng_c_link1 img{width:125px;height:125px;border-radius:100%;overflow:hidden;}
.eng_c_h3{float:left;width:70%;}
.eng_c_h3 a{font-family:"microsoft yahei";font-size:16px;color:#333;}
.eng_c_h3 a:hover{text-decoration:underline;}
.eng_c_p1{float:left;width:84%;line-height:25px;font-size:14px;color:#717171;padding:31px 0 0 0;}
.eng_c_p2{float:left;width:70%;line-height:25px;color:#a4a4a4;font-size:12px;padding:2px 0 0 0;}
.eng_list_span1{border-bottom:4px solid #00ada9;cursor:pointer;}
.eng_dl2{display:none;}



/*长江脉历史*/
.aboutyangtze_1{float:left;width:100%;background:#efefef;padding:6px 0 35px 0;margin:42px 0;display:inline;}
.aboutyangtze_p1{float:left;width:930px;line-height:25px;color:#717171;font-size:14px;padding:20px 25px 0 25px;}
.aboutyangtze_p2{float:left;line-height:25px;color:#717171;font-size:14px;width:100%;padding:23px 0 0 0;}
.aboutyangtze_p2 img{width:1000px;}
.aboutyangtze_p3 img{width:300px;}
.aboutyangtze_p3{width:300px;}
.aboutyangtze_p4{width:600px;float:left;margin:0 0 0 50px;line-height: 30px}
.aboutyangtze_h4{margin:40px 0 0 0;height:45px;}
.about_span1{font-size:22px;padding-bottom:0;margin-top:4px;}
.aboutyangtze_2{float:left;padding:31px 0 0 0;}
.aboutyangtze_h4_2{margin-top:91px;}

/*内容页*/
.bencandy{float:left;width:100%;}
.bencandy_h3{float:left;width:100%;height:40px;line-height:40px;font-size:22px;color:#333;padding:50px 0 20px 0;text-align:center;}
.bencandy_h6{float:left;width:100%;height:25px;line-height:25px;font-size:12px;color:#a4a4a4;padding:0 0 10px 0;font-weight:normal;text-align:center;}
.exchange_bencandy_h6{padding:25px 0 25px 0;border-bottom:1px dashed #dbdbdb;}
.exchange_bencandy_h6 span{float:left;margin:0 40px 0 0;display:inline;}
.exchange_bencandy_h6 span.bencandy_h6_span4{float:right;margin:0;}
.exchange_bencandy_h6 span.bencandy_h6_span4 a{width:96px;height:30px;background:#00ada9;float:left;text-align:center;line-height:30px;color:#fff;font-size:16px;font-weight:bold;}
.jiathis_style a.jtico_jiathis{background:url(../images/fx.jpg) no-repeat right center;padding:0 30px 0 0;color:#656565;font-size:14px;}
.pl_list{float:left;width:100%;margin:20px 0 0 0;}
.pl_list p{font-size:14px;line-height:25px;color:#717171;}
#commetcontent{border:none;}
.tbox{background:none;border:none;}
.tbox dd{border:none;}
.bencandy_c{float:left;width:100%;font-size:14px;color:#717171;line-height:25px;}
.bencandy_c div{padding:10px 0;}
.bencandy_c p{padding:10px 0;}
.bencandy_pl{float:left;width:100%;}
/*学术交流中心*/
.exchange{float:left;width:100%;margin:35px 0 0 0;display:inline;}
.exchange_1{float:left;width:100%;border-bottom:1px dotted #dbdbdb;}
.exchange_h4{float:left;width:100%;height:40px;line-height:40px;padding:30px 0 24px 0;}
.exchange_h4 a{color:#333;font-size:16px;}
.exchange_p1{float:left;width:100%;line-height:25px;color:#717171;font-size:14px;}
.exchange_p2{float:left;width:100%;padding:45px 0 28px 0;}
.exchange_p2 span{color:#a4a4a4;font-size:12px;}
.exchange_span1{float:left;margin-right:25px;}
.exchange_span2{float:right;}

/*新闻列表页*/
.news_list{float:left;width:100%;}


/*搜索列表页*/
.resultbar{float:left;width:100%;}
.result_content{float:left;width:100%;}

.search_list_h1{float:left;width:100%;border-bottom:5px solid #f3f1ee;height:50px;line-height:50px;}
.search_list_h1_span1{float:left;font-size:24px;color:#333;font-family:"microsoft yahei";font-weight:normal;}
.search_list_h1_span2{float:right;color:#717171;font-size:16px;font-weight:normal;font-weight:bold;}
.search_list_h1_span3{color:#00ada9;}

/*搜索结果*/
.search_list_span1{float:left;font-size:24px;color:#333;}
.search_list_span2{float:right;font-weight:normal;font-size:20px;}
.search_list_span3{color:#00ada9;}
.page{float:left;width:100%;clear:both;margin:40px 0;display:inline;}
.page li{float:left;border:1px solid #dbdbdb;padding:10px;margin:0 10px 0 0;display:inline;}
.page li a{font-size:14px;color:#333;}
.pageinfo{font-size:14px;color:#333;}
.pageinfo strong{font-size:14px;color:#333;}
/*学术交流中心详细页*/
.exchange_bencandy{float:left;width:100%;}
.exchange_span3{float:left;}
.exchange_span3 a{color:#656565;font-size:12px;background:url(../images/fx.png) right center no-repeat;height:16px;padding:0 20px 0 0;}
.exchange_span4{float:right;}
.exchange_span4 input{border:none;background:#00ada9;width:96px;height:30px;text-align:center;line-height:30px;color:#fff;font-size:16px;}


/*测试幻灯片*/
/*focus*/
.focus {overflow:hidden;position:relative;width:1050px;margin:0 0 0 52px;}
.focus_m ul {width:100%;height:435px;overflow:hidden;}
.focus_m li {width:100%;height:435px;_float:left;}

.focus_s {position:absolute;z-index:2;width:100px;top:395px;left:170px;}
.focus_s ul {float:left;}
.focus_s li {float:left;cursor:pointer;height:15px;width:15px;overflow:hidden;margin-right:5px;}
.focus_s li b {display:block;text-indent:-999em;background:#fff;width:15px;height:15px;overflow:hidden;border-radius:100%;}
.focus_s li.active b {background:#00ada9;}
.focus_l,.focus_r {position:absolute;display:block;width:50px;height:75px;overflow:hidden;z-index:2;top:150px;}
.focus_l {left:0;}
.focus_r {right:0;}
.focus_l b,.focus_r b {position:absolute;z-index:1;display:block;width:50px;height:75px;overflow:hidden;background:#000;opacity:0.3;filter:alpha(opacity=30);cursor:pointer;}
.focus_l span,.focus_r span {display:block;position:relative;z-index:2;width:22px;height:33px;top:21px;cursor:pointer;}
.focus_l span {left:12px;background:url(../images/l.png) 0 0 no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='images/l.png');_background:none;}
.focus_r span {left:16px;background:url(../images/r.png) 0 0 no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='images/r.png');_background:none;}
.focus_l:hover,.focus_r:hover {*zoom:1;}
.focus_l:hover b,.focus_r:hover b {opacity:0.5;filter:alpha(opacity=50);}
.focus_1{float:left;width:100%;}
.focus_1 img{float:right;}
.focus_1 h2{float:left;width:100%;font-family:"microsoft yahei","microsoft yahei";font-size:40px;color:#194343;margin:50px 0 20px 0;line-height:50px;font-weight:normal;font-weight:bold;}
.focus_1 p{float:left;width:100%;line-height:28px;color:#fff;font-size:16px;font-family:"microsoft yahei","microsoft yahei";font-weight:bold;}
.focus_1_1{float:left;width:450px;}