.index {
	width: 100%;
}

.index .main_visual {
	width: 100%;
	height: 660px;
	position: relative;
	margin: 0px auto 0;
	z-index: 1;
}

.index .main_visual ul {
	position: relative;
	z-index: 1;
}

.index .main_visual ul li {
	position: absolute;
	left: 0;
	top: 0;
	height: 660px;
	width: 100%;
}

.index .main_visual ul li a {
	display: block;
	height: 48px;
}

.bannerText {
	position: absolute;
	left: 20%;
	top: 100px;
	width: 460px;
}

.bannerText h2 {
	font-size: 34px;
	color: #41566b;
	font-weight: bold;
}

.bannerText p {
	font-size: 14px;
	color: #41566b;
	line-height: 25px;
}

.bannerText a {
	width: 176px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	border: 2px solid #20acb9;
	display: block;
	color: #20acb9;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

.index .plateWrap {
	width: 1200px;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

.index .plate {
	width: 100%;
	position: absolute;
	top: -135px;
	left: 0;
	z-index: 200;
	background: rgba(255, 255, 255, 0.5);
	height: 340px;
}

.index .plate .plateUl {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
	height: 340px;
}

.index .plate .plateUl li {
	float: left;
	width: 400px;
	height: 340px;
	text-align: center;
}

.index .plate .plateUl li:hover {
	background: rgba(96, 196, 206, 0.8);
}

.index .plate .plateUl li .topIco {
	width: 376px;
	height: 116px;
	background: #5bc1cb;
	margin: 12px;
	text-align: center;
}

.index .plate .plateUl li .topIco .span1 {
	margin: 0 auto;
	display: block;
	width: 64px;
	height: 116px;
	background: url(../img/indexIco1.png) no-repeat -4px 25px;
}

.index .plate .plateUl li .topIco .span2 {
	margin: 0 auto;
	display: block;
	width: 64px;
	height: 116px;
	background: url(../img/indexIco1.png) no-repeat 0px -138px;
}

.index .plate .plateUl li .topIco .span3 {
	margin: 0 auto;
	display: block;
	width: 64px;
	height: 116px;
	background: url(../img/indexIco1.png) no-repeat -1px -310px;
}

.index .plate .plateUl li:hover .cont h2 {
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 40%;
	text-align: center;
	margin: 0 auto 20px;
}

.index .plate .plateUl li .cont h2 {
	height: 60px;
	line-height: 70px;
	font-size: 16px;
	color: #ea5421;
	border-bottom: 1px solid #fff;
}

.index .plate .plateUl li:hover .cont p {
	color: #FFFFFF;
}

.index .plate .plateUl li .cont p {
	font-size: 14px;
	color: #666666;
	padding: 0 35px;
}

.index .plate .plateUl li:hover .line {
	display: none;
}

.index .plate .plateUl li .line {
	width: 100%;
	height: 1px;
	background: #20acb9;
	position: relative;
	margin: 34px 0;
}

.index .plate .plateUl li .line span {
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: -13px;
	display: block;
	width: 26px;
	height: 26px;
	background: url(../img/indexIco1.png) no-repeat -136px 0;
}

.index .plate .plateUl li:hover .btn {
	display: block;
}

.index .plate .plateUl li .btn {
	text-align: center;
	display: none;
}

.index .plate .plateUl li .btn a {
	margin: 20px auto 0;
	width: 137px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #c0e8eb;
	display: block;
	color: #fff;
}

.index .object {
	width: 1200px;
	margin: 0 auto;
}

.index .object .objectTit {
	text-align: center;
}

.index .object .objectTit h2 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}

.index .object .objectTit p {
	color: #ccc;
	font-size: 14px;
}

.index .object .objectTit span {
	width: 14px;
	height: 7px;
	background: url(../img/indexIco1.png) no-repeat -148px -193px;
	display: block;
	margin: 5px auto;
}
.index .object .imgBIgBox{
	overflow: hidden;
	width: 1200px;
}
.index .object .imgBIgBox .objectUl {
	overflow: hidden;
	width: 1214px;
	margin-left: -14px;
}

.index .object .objectUl li {
	float: left;
	box-shadow: 0px 3px 5px #eaeaea;
	margin: 0 0px 7px 14px;
	width: 316px;
}
/*.index .object .objectUl li:nth-child(1){
	margin: 0 8px 7px 6px;
}
.index .object .objectUl li:nth-child(3){
	margin: 0 6px 7px 8px;
}*/
.index .object .objectUl li .img2{
	display: none;
	width: 540px;
	height: 330px;
}
.index .object .objectUl li .img1{
	width: 316px;
	height: 330px;
}
.index .object .objectUl li.bigImg {
	width: 540px;
}
.index .object .objectUl li.bigImg .img2 {
	display: block;
}
.index .object .objectUl li.bigImg .img1 {
	display: none;
}
.index .object .objectUl li p {
	font-size: 16px;
	color: #000;
	border-top: 2px solid #e84c17;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.index .object .seamless{
	width: 1200px;
	margin: 50px auto;
	height: 230px;
	position: relative;
	overflow: hidden;
}
.index .object .seamless .seamlessUl{
	width: 20000px;
	position: absolute;
	left: 0;
}
.index .object .seamless .seamlessUl li{
	width: 390px;
	height: 200px;
	float: left;
	margin-right:10px;
	color: #fff;
	position: relative;
}
.index .object .seamless .seamlessUl li.one{
	background: #f5bcb2;
}
.index .object .seamless .seamlessUl li.one h2{
	background: url(../img/indexIco1.png) no-repeat -271px 0px;
	width: 84px;
	height: 63px;
	margin: 50px auto 0;
}
.index .object .seamless .seamlessUl li.two h2{
	width: 84px;
	height: 63px;
	margin: 50px auto 0;
	background: url(../img/feiji.png) no-repeat 0 0;
}
.index .object .seamless .seamlessUl li.three h2{
	width: 60px;
	height: 66px;
	margin: 50px auto 0;
	background: url(../img/indexIco1.png) no-repeat -297px -335px;
}
.index .object .seamless .seamlessUl li.four h2{
	width: 45px;
	height: 54px;
	margin: 50px auto 0;
	background: url(../img/indexIco1.png) no-repeat -150px -345px;
}
.index .object .seamless .seamlessUl li .objectName{
	font-size: 16px;
	width: 190px;
	height: 53px;
	line-height: 53px;
	box-shadow: 0px 0px 5px #ededed;
	text-align: center;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -95px;
	bottom: -20px;
	color: #000;
	z-index: 5;
}
.index .object .seamless .seamlessUl li.two{
	background: #3399cc;
}
.index .object .seamless .seamlessUl li.three{
	background: #a0d391;
}
.index .object .seamless .seamlessUl li.four{
	background: #43cad7;
}

.index .iatric {
	width: 100%;
	height: 380px;
}

.index .iatric .iatricbg {
	height: 380px;
	width: 100%;
}

.index .iatric .iatricbg .iatricBox {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.index .iatric .iatricbg .iatricBox .text {
	position: absolute;
	top: 78px;
	right: 64px;
	background: rgba(87, 189, 190, 0.7);
	padding: 26px;
	border-radius: 5px;
	width: 320px;
	height: 111px;
}

.index .iatric .iatricbg .iatricBox .text h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 200;
	margin-bottom: 10px;
}

.index .iatric .iatricbg .iatricBox .text p {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

.index .fourli {
	width: 100%;
	background: #f2f2f2;
}

.index .fourli .addBg {
	width: 1200px;
	position: relative;
	height: 242px;
	margin: 0 auto;
}

.index .fourli .iatricUl {
	position: absolute;
	width: 1200px;
	left: 0;
	top: -80px;
	height: 300px;
	overflow: hidden;
}

.index .fourli .iatricUl li {
	width: 231px;
	height: 250px;
	background: #fff;
	box-shadow: 3px 3px 3px #ddd;
	float: left;
	margin-right: 25px;
	border-radius: 10px;
	padding: 30px 25px 0;
}

.index .fourli .iatricUl li.last {
	margin-right: 0;
}

.index .fourli .iatricUl li .img1 {
	width: 82px;
	height: 82px;
	background: url(../img/indexIco2.png) no-repeat 0 0;
	margin: 0 auto;
}

.index .fourli .iatricUl li .img2 {
	width: 82px;
	height: 82px;
	background: url(../img/indexIco2.png) no-repeat -188px 0;
	margin: 0 auto;
	display: none;
}

.index .fourli .iatricUl li .img3 {
	width: 72px;
	height: 72px;
	background: url(../img/indexIco2.png) no-repeat 0 -143px;
	margin: 0 auto;
}

.index .fourli .iatricUl li .img4 {
	width: 72px;
	height: 72px;
	background: url(../img/indexIco2.png) no-repeat -188px -143px;
	margin: 0 auto;
	display: none;
}

.index .fourli .iatricUl li .img5 {
	width: 72px;
	height: 72px;
	background: url(../img/indexIco2.png) no-repeat 0 -281px;
	margin: 0 auto;
}

.index .fourli .iatricUl li .img6 {
	width: 72px;
	height: 72px;
	background: url(../img/indexIco2.png) no-repeat -188px -281px;
	margin: 0 auto;
	display: none;
}

.index .fourli .iatricUl li .img7 {
	width: 72px;
	height: 72px;
	background: url(../img/indexIco2.png) no-repeat 0 -435px;
	margin: 0 auto;
}

.index .fourli .iatricUl li:hover .img8 {
	width: 72px;
	height: 72px;
	background: url(../img/indexIco2.png) no-repeat -188px -435px;
	margin: 0 auto;
	display: block;
}

.index .fourli .iatricUl li:hover .img1 {
	display: none;
}

.index .fourli .iatricUl li:hover .img3 {
	display: none;
}

.index .fourli .iatricUl li:hover .img5 {
	display: none;
}

.index .fourli .iatricUl li:hover .img7 {
	display: none;
}

.index .fourli .iatricUl li:hover .img2 {
	display: block;
}

.index .fourli .iatricUl li:hover .img4 {
	display: block;
}

.index .fourli .iatricUl li:hover .img6 {
	display: block;
}

.index .fourli .iatricUl li:hover .img8 {
	display: block;
}

.index .fourli .iatricUl li h2 {
	font-size: 18px;
	color: #333333;
	border-bottom: 1px dashed #e3e3e3;
	padding-bottom: 20px;
	margin: 15px 0 10px;
	text-align: center;
}

.index .fourli .iatricUl li:hover h2 {
	color: #20acb9;
}

.index .fourli .iatricUl li p {
	font-size: 13px;
	color: #999999;
	line-height: 22px;
}
.index .fourli .iatricUl li:hover p{
	color:#000;
}
.index .introduce {
	width: 100%;
	height: 430px;
	background: #20acb9;
}

.index .introduce .box {
	width: 1200px;
	height: 430px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

.index .introduce .box ul {
	position: relative;
	z-index: 1;
}

.index .introduce .box ul li {
	position: absolute;
	left: 0;
	top: 0;
	
}
.index .introduce .box ul li .introBox{
	width: 1200px;
	position: absolute;
	left: 0;
	top: 0;
	height: 430;
	overflow: hidden;
}
.index .introduce .box ul li .introBox .l{
	float: left;
	width: 420px;
	height: 430px;
	margin-left: 20px;
	margin-top: 55px;
}
.index .introduce .box ul li .introBox .r{
	float: left;
	width: 530px;
	margin-top: 100px;
	color: #fff;
}
.index .introduce .box ul li .introBox .r h2{
	font-size: 26px;
}
.index .introduce .box ul li .introBox .r h3{
	padding: 10px 12px;
	background: #fff;
	color: #20acb9;
	display: inline-block;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 15px;
}
.index .introduce .box ul li .introBox .r p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 30px;
}
.index .introduce .box span {
	width: 44px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -55px;
	background: url(../img/indexleftArror.png) no-repeat;
	cursor: pointer;
	z-index: 2;
}

.index .introduce .box .left {
	left: 0;
}

.index .introduce .box .right {
	right: 0;
	background: url(../img/indexrightArror.png) no-repeat;
}

.index  .objectTit {
	text-align: center;
	margin: 30px auto;
}

.index  .objectTit h2 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}

.index  .objectTit p {
	color: #ccc;
	font-size: 14px;
}

.index  .objectTit span {
	width: 14px;
	height: 7px;
	background: url(../img/indexIco1.png) no-repeat -148px -193px;
	display: block;
	margin: 5px auto;
}
.index .customerSays{
	width: 100%;
}
.index .customerSays .sayWrap{
	width: 1200px;
	margin: 0 auto 90px;
	overflow: hidden;
}
.index .customerSays .sayWrap li{
	width: 325px;
	height: 240px;
	padding: 20px 30px;
	float: left;
	margin: 8px 6px;
	border-radius: 10px;
}
.index .customerSays .sayWrap li:before{
	transition: width .6s cubic-bezier(.23, 1, .38, 1) 0s;
}
.index .customerSays .sayWrap li:hover{
	box-shadow: 3px 3px 3px #eae9e9;
	-webkit-box-shadow:0 0 10px #eae9e9;  
  	-moz-box-shadow:0 0 10px #eae9e9;  
  	box-shadow:0 0 10px #eae9e9; 
  	-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	transition: all .6s cubic-bezier(.23, 1, .38, 1) 0s;
}
.index .customerSays .sayWrap li .douhao{
	width: 20px;
	height: 20px;
	background: url(../img/douhao.png) no-repeat;
	margin-bottom: 10px;
}
.index .customerSays .sayWrap li .cont{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dadada;
	margin-bottom: 20px;
}
.index .customerSays .sayWrap li .qiye{
	overflow: hidden;
}
.index .customerSays .sayWrap li .qiye .logo{
	width: 60px;
	height: 60px;
	float: left;
}
.index .customerSays .sayWrap li .qiye .txt{
	margin-left: 75px;
}
.index .customerSays .sayWrap li .qiye .txt h3{
	margin-top: 10px;
	color: #666666;
	font-size: 18px;
}
.index .customerSays .sayWrap li .qiye .txt p{
	font-size: 14px;
	margin-top: 5px;
	color: #666666;
}





