﻿@charset "utf-8";
/* CSS Document */


/*banner*/
.slideBox {
	width: 100%;
	height: 568px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 49%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 3px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: rgba(255,255,255,.8);
	border-radius: 50%;
	    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.slideBox .hd ul li.on {
	background:  #ff9600;
	color: #fff;
	width: 40px;
	border-radius: 30px;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	display: block;
	height: 568px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .prev{
	left: 5%;
}
.slideBox .next {
	right: 5%!important;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
/*安肽产品*/
.guanglu {
	overflow: hidden;
	width: 100%;
	padding: 65px 0 30px 0;
	background: url(../images/bg_dian.png) repeat center;
}
.guanglu h3 {
	text-align: center;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 40px;
	padding-bottom: 7px;
}
.guanglu h3 b {
	color: #009a44
}
.guanglu>p {
	font-size: 12px;
	color: #c0c0c0;
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	padding-bottom: 13px;
	background: url(../images/h_bg.png) no-repeat center bottom;
	margin-bottom: 40px;
}
/* 产品切换展示css */
.slideTxtBox {
	position: relative;
}
.slideTxtBox .hd {
	position: relative;
	width: 100%;
}
.slideTxtBox .hd ul {
	width: 100%;
	text-align: center;
}
.slideTxtBox .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 160px;
	margin: 0 4px;
	background: #fff;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	color: #666;
	border: 1px solid #ebebeb;
}
.slideTxtBox .hd ul li.on {
	background: #009a44;
	border: 1px solid #009a44;
	color: #fff;
}
.slideTxtBox .bd ul {
	background: url(../images/antaicpbj.png) no-repeat;
	width: 1069px;
	margin: 25px auto 0 auto;
	height: 476px;
}
.cpantai {
}
.cpantai .pic {
	width: 398px;
	height: 325px;
	border: 5px solid #f5f5f5;
	margin: 45px 0 0 67px;
}
.cpantai .pic img {
	width: 100%;
	height: 100%;
	display: block;
}
.cpantai .wen {
	width: 477px;
	margin: 45px 0 0 47px;
}
.cpantai .wen .title {
	font-size: 22px;
	color: #009a44;
	line-height: 60px;
	border-bottom: 1px solid #eee;
}
.cpantai .wen .note {
	overflow: hidden;
	padding: 20px 0 30px 0;
}
.cpantai .wen .note p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	width: 100%;
	clear: both;
}
.cpantai .wen .note p span {
	color: #333;
	display: block;
	float: left;
	width: 87px;
}
.cpantai .wen .note p font {
	color: #666;
	display: block;
	float: left;
	width: 390px;
}
.cpantai .wen .title02 .cpaurl {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #009a44;
	text-align: center;
	float: left;
}
.cpantai .wen .title02 a {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #ff9600;
	text-align: center;
	display: block;
	float: left;
	margin-left: 12px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow {
}
.slideTxtBox .arrow a {
	display: block;
	width: 41px;
	height: 98px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/cpqiehuan.png") 0 0 no-repeat;
	position: absolute;
	top: 230px;
	z-index: 9999;
}
.slideTxtBox .arrow .prev {
	left: 25px;
}
.slideTxtBox .arrow .next {
	background-position: -42px 0px;
	right: 25px!important;
}
/*pk*/
.pk {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: url(../images/pk_bg.jpg) no-repeat center top;
}
.pk h3 {
	text-align: center;
	font-size: 30px;
	margin-top: 75px;
	color: #333;
	font-weight: normal;
	padding-bottom: 7px;
}
.pk h3 b {
	color: #009a44;
}
.pk>p {
	font-size: 12px;
	color: #c0c0c0;
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	padding-bottom: 13px;
	background: url(../images/h_bg.png) no-repeat center bottom;
	margin-bottom: 40px;
}
.pk .pkBox {
	overflow: hidden;
	width: 1071px;
	margin: 0 auto;
	padding-bottom: 65px;
}
.pk .pkBox ul {
	overflow: hidden;
	padding: 60px 60px 20px 60px;
	width: 950px;
	background-color: #fff;
	border-radius: 8px;
}
.pk .pkBox li {
	overflow: hidden;
	margin-bottom: 20px;
}
.pk .pkBox .tu {
	overflow: hidden;
	width: 404px;
	height: 215px;
	position: relative;
	margin-bottom: 10px;
}
.pk .pkBox h4 {
	font-size: 18px;
	color: #373737;
	margin-bottom: 10px;
	text-align: center;
}
.pk .pkBox h4.lvh4 {
	color: #009a44;
}
.pk .pkBox p {
	font-size: 14px;
	line-height: 22px;
	color: #646464;
}
.pk .pkBox .pkgl {
	overflow: hidden;
	width: 404px;
	float: left;
}
.pk .pkBox .pkqt {
	overflow: hidden;
	width: 404px;
	float: right;
}
.pk .pkBox .pkIcon {
	float: left;
	margin-left: 20px;
	margin-top: 55px;
}
.pk .ren {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -890px;
	z-index: 5
}
/*差异化定位*/
.cyhdw {
	background: url(../images/vsBg.png) repeat center;
	overflow: hidden;
	padding: 65px 0;
}
.cyhdw h3 {
	text-align: center;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding-bottom: 7px;
}
.cyhdw>p {
	font-size: 16px;
	color: #666;
	text-align: center;
	padding-bottom: 13px;
	background: url(../images/h_bg.png) no-repeat center bottom;
	margin-bottom: 40px;
}
.cyhdw h3 b {
	color: #009a44;
}
.cyhdw01 {
	width: 247px;
	text-align: center;
}
.cyhdw01 .cyhdw_wen01 {
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #eee;
}
.cyhdw_main {
	background: #fff url(../images/cyhdwbj.jpg) repeat-x;
	overflow: hidden;
}
.cyhdw02 {
	width: 317px;
	text-align: center;
	background: #009a44;
}
.cyhdw02 .cyhdw_wen01 {
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #14a253;
}
.cyhdw02 .cyhdw_wen03 {
	font-size: 18px;
	font-weight: 700;
	height: 64px;
	line-height: 64px;
	color: #fff;
	border-bottom: 1px solid #14a253;
}
.cyhdw02 .cyhdw_wen02 {
	height: 54px;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
	border-bottom: 1px solid #14a253;
}
.cyhdw03 {
	width: 317px;
	text-align: center;
	border-right: 1px solid #eee;
}
.cyhdw03 .cyhdw_wen01 {
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #eee;
}
.cyhdw03 .cyhdw_wen03 {
	font-size: 18px;
	font-weight: 700;
	height: 64px;
	line-height: 64px;
	color: #666;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #fff;
}
.cyhdw04 {
	width: 318px;
	text-align: center;
}
.cyhdw04 .cyhdw_wen01 {
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #eee;
}
.cyhdw04 .cyhdw_wen03 {
	font-size: 18px;
	font-weight: 700;
	height: 64px;
	line-height: 64px;
	color: #666;
	border-bottom: 1px solid #eee;
}
/*应用效果评价*/
.yyxg {
	width: 100%;
	overflow: hidden;
	padding: 65px 0;
}
.yyxg h3 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 7px;
	color: #009a44;
}
.yyxg p.yyxgx {
	font-size: 12px;
	color: #c0c0c0;
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	padding-bottom: 13px;
	background: url(../images/h_bg.png) no-repeat center bottom;
	margin-bottom: 40px;
}
.yyxg_main {
	overflow: hidden;
}
.yyxg_main ul li {
	display: block;
	float: left;
	width: 550px;
	padding: 15px;
	height: 150px;
	background: #f5f5f5;
	margin: 0 40px 40px 0;
}
.yyxg_main ul li .pic {
	width: 182px;
	height: 150px;
	float: left;
	margin-right: 24px;
}
.yyxg_main ul li .pic img {
	width: 182px;
	height: 150px;
	display: block;
}
.yyxg_main ul li .wen {
	width: 330px;
	float: left;
}
.yyxg_main ul li .wen .title {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yyxg_main ul li .wen .note {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.yyxgabiaoq {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.yyxgurl {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #009a44;
	text-align: center;
	display: inline-block;
}
.zaixzx {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #ff9600;
	text-align: center;
	display: inline-block;
	margin-left: 12px;
}
/*公司简介*/
.inabout {
	background: url(../images/aboutbj.jpg) no-repeat center top;
	padding: 65px 0;
}
.inabout h3 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 7px;
	color: #fff;
}
.inabout p.yyxgx {
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	padding-bottom: 13px;
	background: url(../images/h_bg02.png) no-repeat center bottom;
	margin-bottom: 40px;
}
.aboutmain {
	overflow: hidden;
	background: #fff;
	padding: 60px;
}
.aboutmain .pic {
	width: 474px;
	height: 314px;
	float: left;
	margin-right: 54px;
}
.aboutmain .pic img {
	display: block;
	width: 474px;
	height: 314px;
}
.aboutmain .wen {
	width: 535px;
	float: left;
}
.aboutmain .wen .title {
	font-size: 22px;
	color: #009a44;
	padding: 10px 0;
}
.aboutmain .wen .note pre {
	font: 14px Arial, "Microsoft Yahei";
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 27px;
	color: #666;
}
.aboutmain .wen .title02 a.cpaurl {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #009a44;
	text-align: center;
	float: left;
}
.aboutmain .wen .title02 a.zaixianzx {
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #ff9600;
	text-align: center;
	display: inline-block;
	margin-left: 12px;
}
.aboutmain .wen .title02 {
	margin-top: 20px;
}
.scjd {
	padding: 0 60px 60px 60px;
	background: #fff;
}
.scjd_title {
	padding-bottom: 13px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.scjd_title span {
	font-size: 22px;
	color: #333;
	display: block;
	float: left;
	border-left: 2px solid #009a44;
	padding-left: 8px;
}
.scjd_title a {
	font-size: 14px;
	color: #999;
	display: block;
	float: right;
	text-transform: uppercase;
}
/* 本例子css */
.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picScroll-left .hd {
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}
.picScroll-left .hd .next {
	background-position: 0 -50px;
}

.picScroll-left .hd ul {
	
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.picScroll-left .bd {
	margin-top: 30px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	    float: left;
    width: 252px;
    margin: 0 9px;
}

.picScroll-left .bd ul li img {
	    display: block;
    padding: 4px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    width: 242px;
    height: 178px;
}

.picScroll-left .bd ul li p {
    font-size: 15px;
    text-align: center;
    color: #5a5a5a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*新闻资讯*/
.innews{
	background: #f5f5f5;
	padding: 65px 0;
}
.innews h3 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 7px;
    color: #009a44;
}
.innews p.yyxgx {
    font-size: 12px;
    color: #c0c0c0;
    text-align: center;
    font-family: Arial;
    text-transform: uppercase;
    padding-bottom: 13px;
    background: url(../images/h_bg.png) no-repeat center bottom;
    margin-bottom: 40px;
}

.zxzs_con {
	overflow: hidden;
}
.zxzs_con ul.zxzs01 {
	width: 340px;
	height: 485px;
	padding: 25px 20px 0 20px;
	float: left;
	margin-left: 12px;
	background: #fff;
}
.zxzs_con ul.zxzs01 .zyzhishi{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}
.zxzs_con ul.zxzs01 .zyzhishi span{
	display: block;
	float: left;
	font-size: 22px;
	color: #009a44;
}
.zxzs_con ul.zxzs01 .zyzhishi img{
	display: block;
	float: right;
}
.txtMarquee-top02{
	margin-top: 30px;
}
.txtMarquee-top02 ul li{
	display: block;
	border-bottom: 1px dotted #dbdbdb;
	padding: 15px 0;
}
.txtMarquee-top02 ul li h5{
	font-size: 16px;
	line-height: 35px; 
	color: #333333;
	font-weight: normal;
	display: block;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.txtMarquee-top02 ul li p{
	font-size: 14px;
	line-height: 25px; 
	color: #999999;
	font-weight: normal;
}

.zxzs_con ul.zxzs02 {
	width: 350px;
	height: 485px;
	padding: 25px 20px 0 20px;
	float: left;
	margin-left: 12px;
	background: #fff;
}
.zxzs_con ul.zxzs02 .zyzhishi{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}
.zxzs_con ul.zxzs02 .zyzhishi span{
	display: block;
	float: left;
	font-size: 22px;
	color: #333;
}
.zxzs_con ul.zxzs02 .zyzhishi img{
	display: block;
	float: right;
}
.zxzs_con ul.zxzs02 li.li2 img{
	margin-top: 25px;
	margin-bottom: 10px;
}
.zxzs_con ul.zxzs02 li.li3{
	display: block;
	font-size: 14px; 
	color: #666;
	line-height: 36px;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	width: 315px;
}

.txtMarquee-top{
	margin-top: 25px;
}
.txtMarquee-top ul li{
	display: block;
	border-bottom: 1px dotted #dbdbdb;
	padding: 15px 0;
}
.txtMarquee-top ul li h5{
	font-size: 14px;
	line-height: 35px; 
	color: #333333;
	font-weight: normal;
	display: block;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	background: url(../images/wen.jpg) no-repeat 0 10px;
	padding-left: 22px;
}
.txtMarquee-top ul li p{
	font-size: 12px;
	line-height: 24px; 
	color: #999999;
	font-weight: normal;
	background: url(../images/da.jpg) no-repeat 0 8px;
	padding-left: 22px;
}