/*第一块*/
.m-list{overflow: hidden;}
.ul-list{overflow: hidden;margin: 0 -20px;}
.ul-list li{float: left;margin-bottom: 40px;width: 50%;}
.ul-list li a{overflow: hidden;display: block;margin: 0 20px;background: #eeeeee;}
.ul-list li .img{float: left;width: 300px;height: 120px;overflow: hidden;}
.ul-list li .txt{float: right;padding: 20px 24px;width: 232px;height: 80px;font-size: 14px;}
.ul-list .txt h3{margin-bottom: 6px;}
.ul-list .txt p{overflow: hidden;/*height: 40px;*/}
.ul-list li:hover a{background: #24b387;color: #fff;}
.ul-list li:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
/*第二块*/



.row-a2-con{
    width:1200px;
    height: 350px;
    margin-bottom:30px;
    position: relative;
}
.pic-list{
    width:760px;
    height:30px;
    padding-left:240px;
}
.pic-list li{
    float:left;
    width:120px;
    margin-right:60px;
    line-height:30px;
    text-align:center;
}
.pic-list li a{
    width:120px;
    height:30px;
    font-size:16px;
    display:inline-block;
    color:#7d7d7d;
}

.pic-list li a:hover,.pic-list li.on a{
    background-color:#24b387;
    color:#fff;
}
.pics-con{
    margin-top:80px;
    position: absolute;
    top: 0px;
    background: #fff;
}
.pics-con .slick{
    width:1220px;
    height:235px;
    display:block;
}
.slick .item{
    width:285px;
    height: 235px;
    margin-right:18px;
}
.slick .item img{
    width:285px;
    height:200px;
    border:1px solid #ccc;
    overflow:hidden;
}
.slick .item h4{
    padding-top:15px;
    font-size: 14px;
    text-align:center;
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 48px;
    width: 25px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    top: 50%;
    margin-top: -38px;
    padding: 0;
    border: none;
    outline: none;
    z-index:5;
}
.slick  .slick-prev{
    left:-35px;
    background:url(../images/prev.jpg) left center no-repeat;
}
.slick  .slick-next{
    right:-15px;
    background:url(../images/next.jpg) left center no-repeat;
}




/*第三块*/
.row-a3{
    height:450px;
    background-color:#eeeeee;
}


.row-a3 .col-l{
    padding-top:23px;
    width:460px;
}
.row-a3 .col-l .tit{
     height:30px;
     border-bottom:1px solid #24b387;
}
.row-a3 .col-l .tit  span{
    width:120px;
    line-height:30px;
    font-size:16px;
    color:#fff;
    display:inline-block;
    text-align:center;
    background-color:#24b387;
}
.row-a3 .col-l  .more{
    float:right;
    margin-right:10px;
    width:48px;
    height:18px;
    font-size:12px;
    color:#7d7d7d;
    display:inline-block;
    text-align:center;
    border:1px solid #aaa;
    background:url(../images/more-bg.jpg) no-repeat center;
    outline:none;
}
.row-a3 .col-l  .more:hover{
    border-color:#24b387;
}
.row-a3 .pic{
    width:460px;
    height:220px;
    text-align: center;
    overflow:hidden;
}
.row-a3  .pic  img{
    overflow:hidden;
}
.row-a3  .company-con h2{
    width:450px;
    padding:12px  0;
    font-size:18px;
    color:#24b387;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.row-a3  .company-con p{
    width:440px;
    line-height:20px;
    font-size:12px;
    color:#7d7d7d;
    max-height:60px;
    text-overflow: ellipsis;
}

.row-a3 .col-r{
	padding-top: 23px;
	width: 700px;
}
.row-a3 .col-r .tit{
     height:30px;
     border-bottom:1px solid #24b387;
}

.row-a3 .news-list li{
    float:left;
    width:120px;
    line-height:30px;
    text-align:center;

}
.row-a3 .news-list li a{
    width:120px;
    height:30px;
    font-size:16px;
    color:#666;
    display:inline-block;
}

.row-a3 .news-list li a:hover,.row-a3 .news-list li.on a{
    background-color:#24b387;
    color:#fff;
}

.row-a3 .col-r  .more{
    float:right;
    margin-right:5px;
    width:48px;
    height:18px;
    font-size:12px;
    color:#7d7d7d;
    display:inline-block;
    text-align:center;
    border:1px solid #aaa;
    background:url(../images/more-bg.jpg) no-repeat center;
    outline:none;
}
.row-a3 .col-r  .more:hover{
    border-color:#24b387;
}
.row-a3  .news-con{
    width:685px;
    float:right;
    padding-top:34px;
}
.row-a3  .news-con li{
    padding-bottom:15px;
    list-style-type:disc;
    color:#7b7b7b;
    padding-left:10px;
}
.row-a3  .news-con  li a{
    width:550px;
    font-size:14px;
    color:#7b7b7b;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline:none;
}
.row-a3  .news-con  li a:hover{
    color:#24b387;
}
.row-a3  .news-con  li span{
    float:right;
    padding-right:5px;
    width:78px;
    display:inline-block;
    text-align:right;
}


/*第四块*/
.row-a4{
	margin-top: 40px;	
	}
.m-link{overflow: hidden;}
.ul-link{margin:0 -12px 55px;overflow: hidden;}
.ul-link li{float: left;margin: 0 12px;}


/*=====================外部引用开始======================================*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.show2 {
	background-color: #000;
}
.kd_980px {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bann {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1170px;
}
.location {
	height: 35px;
	line-height: 35px;
}
/****************内页开始***************/
#page_main{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	padding-bottom: 30px;
}
.page_leftside  {
	width: 226px;
	background-color: #FFFFFF;
	float: left;
	border: 1px solid #24B387;
}
.page_leftside   .p_tbox   h3 {
	line-height: 34px;
	height: 34px;
	text-indent: 15px;
	color: #FFF;
	background-color: #24b387;
}
.page_leftside .p_tbox h5{
	line-height: 30px;
	height: 30px;
	text-indent: 15px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 220px;
}
.page_leftside .p_tbox {

	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 9px;
}

.page_leftside .p_tbox ul {

	background-repeat: repeat-y;
	padding-bottom: 5px;
	padding-top: 5px;
}
.p_tbox1 {
	margin-top: 10px;
}
.page_leftside .p_tbox li {
	text-indent: 30px;
	line-height: 30px;
	height: 30px;
	background-image: url(/images/dian.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 200px;
}

.p_tbox a:link, .p_tbox a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.p_tbox h5 a:link, .p_tbox h5 a:visited {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.p_tbox a:hover {
	text-decoration: underline;
	color: #0062BE;
}
.page_rightside,.pro_rightside{
	width: 957px;	
	float: left;
	margin-left: 15px;
	background-color: #FFFFFF;
	color: #666666;
}
.page_rightside h3,.pro_rightside h3 {
	line-height: 34px;
	height: 34px;
	text-indent: 15px;
	_padding-left: 15px;
	color: #FFF;
	background-color: #24B387;
}
.page_rightside h3 span,.pro_rightside h3 span {
	float: right;
	display: block;
	margin-top: 3px;
	margin-right: 10px;
	font-size: 14px;
	color: #F00;
}
.location {
	float: right;
}

.page_news li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
}
.page_news li:first-child {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.page_news li .first-child {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.page_news li p {
	line-height: 25px;
	display: block;
	width: 600px;
}
.page_news li span {
	float: right;
}

.page_news li a:link,.page_news li a:visited,.pro_rightside ul li a:link,.pro_rightside ul li a:visited {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #0a61c4;
}
.page_news li a:hover,.pro_rightside ul li a:hover {
	text-decoration: underline;
}
.page_news li img {
	float: left;
	margin-right: 20px;
	border: 3px solid #CCCCCC;
	margin-left: 15px;
}
.tg_10px {
	margin-top: 10px;
}
.pro_rightside .cplist li {
	display: block;
	width: 210px;
	_width: 200px;
	height: 160px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-right: 18px;
	_margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.pro_rightside ul li img {
	margin: 8px;
}


/****************产品详细页开始***************/

.pagecon{
	overflow: hidden;
	border: 5px solid #EBF0F4;
}
.pagecontent{
	float:left;
	width:957px;
	_width:947px;
	background-color: #EBF0F4;
	padding:5px;
	overflow: hidden;
}

.pagecontentstr{
	width:947px;
	_width:937px;	
	background-color: #fff;
	padding:5px;
	overflow: hidden;
}
.pagecontentstr p{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 25px;
}

.pagelist {float: left;width: 902px;}
.righttext {
	width: 930px;
}
.righttext_padding {
	float: left;
	width: 920px;
	padding:0px 15px 0px 15px;
}
.righttext_padding p{
	text-indent: 2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 25px;
}
.righttext_padding_en{
	float: left;
	width: 940px;
	padding:0px 15px 0px 15px;
}
.righttext_padding_en p{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 25px;
}
.readpic {float: left;width: 205px;height: 205px;padding: 5px;}
.readpic img {border: 1px solid #EEE;}

.readtitle {
	float: left;
	margin-left: 10px;
	text-align: left;
	width: 480px;
}
.readtitle dl dt {
	color: #FF6600;
	font-size:18px;
	font-weight: bold;
	line-height: 180%;
	padding-left:10px;
}
.readtitle dl dt h1 {
	font-size:18px;

}

.zoom-small-image {
	border: 1px solid #CCC;
	float: left;
	height: 205px;
	width: 205px;
}
.readtitle dl dd {color: #828282;height:30px;line-height: 30px;padding-left:10px;}
.readtitle dl dd.fastline {background-color:#f8f8f8;color: #828282;height:30px;line-height: 30px;}
.readtitle dl dd.orderbotton {padding-top:15px;}

.readlist {margin: 0 auto;width: 940px;margin-top: 10px;}
.readlist .tg {
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	padding-left: 35px;
	font-weight: bold;
	background: url('../images/readlist_bg2.jpg') no-repeat;
}
.readlist .tg1 {
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	padding-left: 35px;
	font-weight: bold;
	background: url('../images/readlist_bg.jpg') no-repeat;
}
.readlist .tg3 {height: 38px;line-height: 38px;font-size: 14px;font-weight: bold;padding-left: 10px;border-bottom: 1px dotted #d0d0d0;}
.readlist .l {padding: 10px 0px 0px 0px;overflow: hidden;}
.bbslist{list-style: none;margin: 0 auto;padding: 0px;}
.bbslist li{border-top: 1px dotted #d0d0d0;padding: 10px 0px 10px 0px}
.bbslist li:first-child{border-top: 0px dotted #d0d0d0;padding:0px 0px 10px 0px}
.bbslist li .first-child{border-top: 0px dotted #d0d0d0;padding:0px 0px 10px 0px}
.bbslist li div{line-height: 180%;padding:0px 10px 5px 10px;}
.bbslist li .sendname{text-align: right;}
.bbslist li .messagelist{text-align: left;}
.bbslist li .remessagelist{text-align: left; padding-top: 10px;padding-bottom:10px;}



.show1 {
	background-repeat: repeat-x;
	background-image: url(/templates/default/cn/images/show1_bg.jpg);
}
.show2 {
	background-color: #000;
}
.show3 {
/*	background-image: url(/templates/default/cn/images/show_bg03.jpg);
	background-repeat: repeat-x;*/
    background-color: #000;
}
.show4 {
	background-color: #000;
}
.show5 {
	background-color: #000;
}
.show6 {
	background-color: #000;
}

.tg_10px {
	margin-top: 10px;
}



/****************新闻列表页开始***************/


.textlist {
	list-style: none;
	display: block;
	overflow: hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 928px;
	padding: 0px;
}
.textlist li {
	padding-left: 8px;
	height: 30px;
	line-height: 30px;
	background: url('/images/icon3.gif') no-repeat 0px 10px;
	list-style: none;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-color: #626262;
}
.textlist li .names {float: right;color: #bdbdbd;font-size: 12px;}

a.infolist {font-size: 12px;color: #626262;text-decoration: none;}
a:visited.infolist {font-size: 12px;color: #626262;text-decoration: none;}
a:hover.infolist {color: #0a61c4;font-size: 12px;text-decoration: underline;}

.pro_rightside .textlist a:link,.pro_rightside .textlist a:visited{
	font-size: 13px;
	color: #666;	
	}
	

/* 滑动tab的css */
.slideTxtBox{
	width:100%;
	border:1px solid #ccc;
	text-align:left;
}
.slideTxtBox .hd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 10px 0 20px;   border-bottom:1px solid #ccc;  position:relative; }
.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideTxtBox .hd ul li.on{
	height:30px;
	background:#fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #fff;
	border-left-color: #ccc;
}
.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }






/****************按钮开始***************/
.pagelist {float: left;width: 902px;}
.pagination {
	font-family: 微软雅黑, 宋体, arial, helvetica, sans-serif;
	height:35px;
	line-height:35px;
	overflow: hidden;
}
.pagination a {
	border-right: #b7d8ee 1px solid;
	border-top: #b7d8ee 1px solid;
	border-left: #b7d8ee 1px solid;
	border-bottom: #b7d8ee 1px solid;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin: 0px 1px;
	color: #679298;
	padding-top: 5px;
	text-decoration: none;
}
.pagination a:hover {
	border-right: #b7d8ee 1px solid;
	border-top: #b7d8ee 1px solid;
	border-left: #b7d8ee 1px solid;
	border-bottom: #b7d8ee 1px solid;
	color: #de4547;
	background-color: #d2eaf6;
}
div.pagination a:active {
	border-right: #b7d8ee 1px solid;
	border-top: #b7d8ee 1px solid;
	border-left: #b7d8ee 1px solid;
	border-bottom: #b7d8ee 1px solid;
	color: #de4547;
	background-color: #d2eaf6;
}
.pagination span.current {
	border-right: #b7d8ee 1px solid;
	border-left: #b7d8ee 1px solid;
	border-top: #b7d8ee 1px solid;
	border-bottom: #b7d8ee 1px solid;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin: 0px 1px;
	color: #5e78c5;
	padding-top: 5px;
}
.pagination span.disabled {
	background-color: #d2eaf6;
}
