@charset "utf-8";
/*banner*/
.banner {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    position: relative;
	/*overflow: hidden;*/
}
.banner-b {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
    /*border: 1px solid #ddd;*/
}

.banner-b .hd {
	/* width: 100%; */
	/*height: 15px;*/
	overflow: hidden;
	position: absolute;
	left: 50%;
	/*bottom: 22%;*/
	bottom:90px;
	z-index: 1;
	text-align: center;
	margin-left: -70px;
}

.banner-b .hd ul {
    overflow: hidden;
    zoom: 1;
    /*float: left;*/
    text-align: center;
    display: inline-block;

}

.banner-b .hd ul li {
    float: left;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    /*padding: 3px 25px;*/
    line-height: 14px;
    text-align: center;
    background: #ffffff;
    opacity: .8;
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}

.banner-b .hd ul li.on {
    opacity: 1;
    background: #00a59f;
    color: #fff;
	width:40px;
	border-radius: 15px
}

.banner-b .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 100%;
    overflow: hidden;
}

.banner-b .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner-b .bd img {
    width: 100%;
    height: 100%;
    display: block;
}
.chanye-b{
    height: 390px;
    /*overflow: hidden;*/
    position: absolute;
    bottom: -320px;
    z-index: 2;
    width: 100%;
    font-size: 14px;
    zoom: 1;
}
.chanye-bb{
    width: 1200px;
    margin: 0 auto;
	background-color:#FFFFFF;
	height:390px;
}
.chanye-piclist{ padding-top:25px; padding-left:23px; width:1177px; }
.chanye-piclist ul li { background-color:#00a59f; width:161px; margin-right:21px; text-align:center; float:left; padding:7px; color:#fff; font-size:16px;}
.chanye-piclist ul li img { border:#fff 1px solid; width:159px;}
.chanye-piclist ul li a { color:#fff; font-size:16px;}
/*.chanye-piclist ul li a:hover { color:#eb6100;}*/
.chanye-piclist ul li a span { display:block; padding-top:7px; font-size:16px;}

.banner-bews {
    float: left;
    width: 477px;
    height: 328px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    margin-top: 32px;
	margin-left:20px;
	margin-right:28px;
}


.banner-bews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner-bews .banner-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner-bews .banner-bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.banner-bews .banner-bd img {
    width: 477px;
    height: 328px;
    display: block;

}
.banner-bews .banner-bd .slider-title {
    /*margin-left: 15px;*/
    width: 377px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.banner-bews .banner-bd span{
    position: absolute;
    bottom: 0px;
    left: 0;
    /*margin-left: 15px;*/
    width: 377px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    /*background-color: #f3f3f3;*/
    color: #ffffff;
    background: #000;
    background-color: rgba(0, 0, 0, 0.3); /*IE9*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
    padding: 8px 85px 8px 15px;
	font-size:16px;
}

.banner-bews .prev{
    background: url("../images/icon_left.png");
    position: absolute;
    bottom: 10px;
    right: 40px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 2;
    display: block;
    width: 14px;
    height: 14px;
}
.banner-bews .next {
    background: url("../images/icon_right.png");
    position: absolute;
    bottom: 10px;
    right: 20px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 2;
    display: block;
    width: 14px;
    height: 14px;
}

.banner-bews .prev:hover,
.banner-bews .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.title { background:url(../images/line_bg_c.gif) left bottom repeat-x; height:36px; line-height:36px; width:100%;}
.title h2{
    display: inline-block;
    color: #00a59f;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
	width:110px;
	float:left;
}
.title h2 span{
    width: 110px;
    height: 34px;
    display: block;
    text-align: center;
    border-bottom: 2px solid #00a59f;
    /*padding: 0 20px;*/
	font-size:18px;

}
.title > a {
    float: right;
    color:#00a59f;
	margin-right:10px;
}

.jtyw { width:653px; float:left; margin-top:20px;}

.box-mian ul {
    margin-top: 15px;
}

.box-mian ul li {
    line-height: 35px;
    overflow: hidden;
    padding-left: 35px;
    background-image: url(../images/icon_red_c.gif);
    background-position: 10px 15px;
    background-repeat: no-repeat;
 }
.box-mian ul li a {
    float: left;
    font-size: 14px;
    color: #323232;
    width: 470px;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box-mian ul li a:hover{ color:#eb6100;}

.box-mian ul li span {
    float: right;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding-right: 15px;
	color:#848383;
}
.ibox {
	width: 370px;
	float: left;
	margin-top:20px;
	margin-right:22px;
}
.ibox-mian ul {
    padding-top: 10px;
}

.ibox-mian ul li {
    line-height: 32px;
    overflow: hidden;
    padding-left: 20px;
    background-image: url(../images/icon_green_c.gif);
    background-position: 5px 15px;
    background-repeat: no-repeat;
    /*border-bottom: 1px #e2e2e2 dashed;*/
}
.ibox-mian ul li a {
    font-size: 14px;
    color: #333333;
    width: 270px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ibox-mian ul li a:hover{ color:#eb6100;}
.ibox-mian ul li span {
    float: right;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding-right: 10px;
	color:#848383;
}

.ibox-mian ul.video li a {
    font-size: 14px;
    color: #333333;
    width: auto;
    float: left;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
	background:url(../images/icon_v_c.gif) right center no-repeat;
	padding-right:15px;
}
.ibox-mian ul.video li a i { color:#eb6100; padding-right:7px;}
.ibox-mian ul.video li a:hover{ color:#eb6100;}

.ibox-mian ul.hot li a {
    font-size: 14px;
    color: #333333;
    width: 340px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ibox-mian ul.hot li a:hover{ color:#eb6100;}

.iibox-mian ul li { width:129px; margin:11px 12px; padding:12px 15px; border:1px #d8d5d5 solid; height:42px; float:left;}
.iibox-mian ul li a {	font-size:16px; line-height:42px;}
.iibox-mian ul li a span {
    float: left;
    padding-right: 15px;
	width: 44px;
}

.qywh_con {
	padding: 20px 0 0 0;
	width: 370px;
	font-size:14px;
}
.qywh_con p {
	line-height: 200%;
	padding: 7px 0;
	text-indent: 2em;
	}
	
.paper_box {
	width: 490px;
	float: left;
	margin-top:20px;
	margin-right:22px;
}
.ibox-mian ul.paper { float:left; width:220px;}
.ibox-mian ul.paper:first-child { margin-right:40px;}
.ibox-mian ul.paper li a {
    font-size: 14px;
    color: #333333;
    width: 120px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ibox-mian ul.paper li a:hover{ color:#eb6100;}

.saoma_box {
	width: 250px;
	float: left;
	margin-top:20px;
	margin-right:22px;
}
.saoma_con {
	padding:11px;
}
.gczs_box {
	width:1154px; 
	margin-top:20px; 
	padding-bottom:40px;
}
.gczs-piclist{ padding-top:25px; padding-left:2px; width:1150px; }
.gczs-piclist ul li { width:208px; margin:0 11px; text-align:center; float:left; font-size:14px;}
.gczs-piclist ul li img { width:208px; height:133px;}
/*.gczs-piclist ul li a { color:#fff; font-size:16px;}*/
/*.chanye-piclist ul li a:hover { color:#eb6100;}*/
.chanye-piclist ul li a span { display:block; padding-top:7px; font-size:16px;}


.contert_box{ width:1160px; padding:0px 20px 50px 20px; margin:auto; margin-top:320px; background-color:#FFF; overflow:hidden;}

.tzg{ width:565px; float:left;}
.tzg .title{ width:565px; float:left; background: url(../images/line_bg_c.gif) left bottom repeat-x; height: 36px; line-height: 36px;}
.tzg .title span{ float:left; width: 110px; height: 34px; display: block; border-bottom: 2px solid #00a59f;font-size:18px; text-align:center;}
.tzg .title a{ float:right; font-size:14px;}

.tzg .con{ width:565px; float:left; display:block; padding-top:24px;}
.tzg .con li{ float:left;}
.tzg .con li a{ color:#666;}
.tzg .con li a.one{ display:block; width:90px; padding-left:75px; height:89px; border:1px solid #d9d5d6; line-height:89px; background:url(../images/tz_icon1.png) 23px 26px no-repeat; margin-left:9px; margin-right:20px;}
.tzg .con li a.two{ display:block; width:90px; padding-left:75px; height:89px; border:1px solid #d9d5d6; line-height:89px; background:url(../images/tz_icon2.png) 23px 26px no-repeat; margin-right:20px;}
.tzg .con li a.three{ display:block; width:90px; padding-left:75px; height:89px; border:1px solid #d9d5d6; line-height:89px; background:url(../images/tz_icon3.png) 23px 26px no-repeat; }
.tzg .con li a.four{ display:block; width:90px; padding-left:75px; height:89px; border:1px solid #d9d5d6; line-height:89px; background:url(../images/tz_icon4.png) 23px 26px no-repeat; margin-right:20px; margin-left:9px; margin-top:20px;}
.tzg .con li a.five{ display:block; width:212px; padding-left:140px; height:89px; border:1px solid #d9d5d6; line-height:89px; background:url(../images/tz_icon5.png) 92px 26px no-repeat;margin-top:20px;}
.tzg .con li a:hover{color:#eb6100;}

.intro{ width:565px; float:left; margin-left:30px;}
.intro .title{ width:565px; float:left; background: url(../images/line_bg_c.gif) left bottom repeat-x; height: 36px; line-height: 36px;}
.intro .title span{ float:left; width: 110px; height: 34px; display: block; border-bottom: 2px solid #00a59f;font-size:18px; text-align:center;}
.intro .title a{ float:right; font-size:14px;}

.intro .con{ width:565px; float:left; padding-top:20px;}
.intro .con .img{ display:block; float:left;}
.intro .con .txt{ float:left; display:block; text-indent:2em; font-size:14px; line-height:32px; padding-top:10px;}

.business{ width:565px; float:left; margin-top:25px;}
.business .title{ width:565px; float:left; background: url(../images/line_bg_c.gif) left bottom repeat-x; height: 36px; line-height: 36px;}
.business .title span{ float:left; width: 110px; height: 34px; display: block; border-bottom: 2px solid #00a59f;font-size:18px; text-align:center;}
.business .title a{ float:right; font-size:14px;}

.business .con{ width:565px; float:left; padding-top:20px; display:block;}
.business .con li{ float:left; line-height:32px; background:url(../images/icon_green_c.gif) 0px 14px no-repeat; width:255px; margin-left:10px; padding-left:15px; font-size:14px;}

.market{ width:565px; float:left; margin-top:25px;  margin-left:30px;}
.market .title{ width:565px; float:left; background: url(../images/line_bg_c.gif) left bottom repeat-x; height: 36px; line-height: 36px;}
.market .title span{ float:left; width: 110px; height: 34px; display: block; border-bottom: 2px solid #00a59f;font-size:18px; text-align:center;}
.market .title a{ float:right; font-size:14px;}

.market .con{ width:565px; float:left; padding-top:20px; display:block;}
.market .con li{ float:left; background:url(../images/icon_green_c.gif) 0px 14px no-repeat; width:255px; margin-left:10px; padding-top:5px; padding-bottom:8px; padding-left:15px; font-size:14px; }
.market .con li a.name{ color:#333; display:block; width:255px; float:left;}
.market .con li a.zy{ color:#999; line-height:22px; margin-top:5px; display:block; float:left;}


