html,body {
	font-family: "Microsoft YaHei";
	width: 100%;
	background-color: #efeded;
}

/*===container===*/

.container {
	width: 100%;
}

.out {
	width: 1000px;
	margin: 0 auto;
	padding-top: 125px;
}

.nav-tab {
	width: 657px;
	height: 57px;
	background-color: #fff;
	margin: 34px auto;
	border-radius: 15px;
	position: relative;
}

.nav-tab ul {
	width: 90%;
	height: 57px;
	margin: 0 auto;
}

.nav-tab ul li {
	float: left;
	width: 25%;
	line-height: 57px;
	text-align: center;
	color: #404040;
	cursor: pointer;
}

.nav-tab ul li.on,
.nav-tab ul li:hover {
	color: #f75b5c;
}

/*====小三角====*/

.triangle {
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 20px solid #fff;
	position: absolute;
	left: 86.45%;
	top: -20px;
}

/*===wrap===*/

.wrapper {
	width: 100%;
	height: 1610px;
	position: relative;
}

.wrap {
	width: 100%;
	position: absolute;
}

.wrapper .wrap {
	display: none;
}

.wrapper .item1 {
	display: block;
}


/*===item1====常规体检====*/

.item {
	width: 100%;
	height: 440px;
	margin-top: 50px;
	margin-bottom: 60px;
}


/*===left===*/

.item .left {
	width: 270px;
	height: 100%;
	float: left;
	background-color: #fff;
}

.item .left .left-top {
	width: 100%;
	height: 188px;
}

.item .left .rout1 {
	background: url(../images/product-info/c1.png) no-repeat center center scroll;
}

.item .left .rout2 {
	background: url(../images/product-info/c2.png) no-repeat center center scroll;
}

.item .left .rout3 {
	background: url(../images/product-info/c3.png) no-repeat center center scroll;
}

.item .left .left-bottom {
	width: 100%;
	height: 252px;
	background-color: #f75b5c;
	color: #fff;
}

.item .left .left-bottom h1 {
	font-size: 18px;
	padding: 66px 83px 30px;
}

.item .left .left-bottom ul {
	list-style-type: disc;
	padding-left: 83px;
}

.item .left .left-bottom li {
	font-size: 16px;
	/*padding-left: 83px;*/
	line-height: 24px;
	display: list-item;
	list-style: disc;
}


/*===right===*/

.item .right {
	width: 695px;
	height: 100%;
	float: right;
	background-color: #fff;
}

.item .right h1 {
	font-size: 32px;
	color: #f75b5c;
	padding: 70px 80px 35px;
}

.item .right p {
	padding: 25px 80px 0;
	line-height: 24px;
	color: #666666;
}


/*===item2====肿瘤筛查====*/

.item2 .left .bg {
	background-color: #f75b5c;
	height: 150px;
	width: 100%;
}

.item2 .left {
	position: relative;
}

.item2 .left img {
	position: absolute;
	top: 0;
	left: 50%;
}

.item2 .left .tumor1 img {
	margin-left: -92px;
}

.item2 .left .tumor2 img {
	margin-left: -120px;
}

.item2 .left .tumor3 img {
	margin-left: -85px;
}

.item2 .left .left-bottom {
	background: #fff;
}

.item2 .left .left-bottom h1 {
	color: #333;
	padding: 25px 83px 30px;
}

.item2 .left .left-bottom ul li {
	color: #666;
}


/*===item3====感染检测====*/

.item3 .left .infect1 {
	background: url(../images/product-info/g1.png) no-repeat center center scroll;
}

.item3 .left .infect2 {
	background: url(../images/product-info/g2.png) no-repeat center center scroll;
}

.item3 .left .infect3 {
	background: url(../images/product-info/g3.png) no-repeat center center scroll;
}

.item3 .left .left-bottom h1 {
	padding: 66px 10px 30px 45px;
}

.item3 .left .left-bottom ul {
	padding: 0 10px 30px 45px;
}

.item3 .left .hep h1 {
	padding: 15px 10px 10px 45px;
}

.item3 .item-more {
	height: 500px;
}

.item3 .item-more .left-bottom {
	height: 312px;
}


/*===item4====慢性病巡查====*/

.item4 .left .tumor1 img {
	margin-left: -114px;
	top: 54px;
}

.item4 .left .tumor2 img {
	margin-left: -77px;
	top: 30px;
}

.item4 .left .tumor3 img {
	margin-left: -90px;
	top: 30px;
}

.item4 .left .left-bottom h1 {
	padding: 25px 50px 30px;
}

.item4 .left .left-bottom ul {
	padding-left: 50px;
}

