@charset "utf-8";

/*product*/
.pro-banner{
	width: 100%;
	min-width: 1200px;
	height: 800px;
	overflow: hidden;
	position: relative;
	/*margin-top: 100px;*/
}
.pro-banner>img{
	width: 1920px;
	height: 800px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}
.Breadcrumb{
	width: 1200px;
	height: 80px;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #dcdcdc;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -600px;
	z-index: 5;
}
.Breadcrumb .bc-bav{
	width: 547px;
	height: 80px;
	line-height: 80px;
	font-family: "SimSun";
	font-size: 14px;
	margin-left: 30px;
	color: #696969;
}
.Breadcrumb .bc-bav p{
	vertical-align: middle;
}
.Breadcrumb .bc-bav p i{
	display: inline-block;
	width: 20px;
	height: 26px;
	background: #fff url(../images/pro-icon.png) no-repeat -12px -12px;
	vertical-align: middle;
	margin-right: 12px;
}
.Breadcrumb .bc-bav p a{
	display: inline-block;
	margin: 0 10px;
	color: #696969;
}
.Breadcrumb .bc-bav p a:hover{
	text-decoration: underline;
}
.Breadcrumb .tips a{
	display:block;
	width: 43px;
	height: 71px;
	background: url(../images/pro-icon.png) no-repeat 0 -48px;
}
.Breadcrumb .links{
	/*width: 570px;*/
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	font-family: "SimSun";
	font-size: 14px;
	color: #575b60;
	margin-right: 30px;
	cursor: pointer;
}
.Breadcrumb .links .share{
	display: block;
	vertical-align: middle;
}
.Breadcrumb .links .share i{
	display: inline-block;
	width: 25px;
	height: 17px;
	background: url(../images/pro-icon.png) no-repeat -148px -57px;
	margin-right: 10px;
}
.Breadcrumb .links .share-show{
	width: 0;
	height: auto;
	overflow: hidden;
	vertical-align: middle;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.Breadcrumb .links .share-show>p>i{
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url(../images/pro-icon.png) no-repeat -101px -61px;
	vertical-align: middle;
	margin: 0 8px;
}
.Breadcrumb .links .share-show a{
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 0 10px;
	vertical-align: middle;
}
.Breadcrumb .links .share-show a i{
	display: block;
	width: 21px;
	height: 19px;
}
.Breadcrumb .links .share-show a .icon1{background: url(../images/pro-icon.png) no-repeat -110px -24px;}
.Breadcrumb .links .share-show a .icon2{background: url(../images/pro-icon.png) no-repeat -79px -24px;}
.Breadcrumb .links .share-show a .icon3{background: url(../images/pro-icon.png) no-repeat -144px -24px;}
.Breadcrumb .links .share-show a .icon4{background: url(../images/pro-icon.png) no-repeat -172px -24px;}

.Breadcrumb .links:hover .share{display: none;}
.Breadcrumb .links:hover .share-show{width: 240px;}

/*pro-content*/
.sub-content{
	background-color: #fff;
	font-family: "SimSun";
	font-size: 14px;
}

.pro-head{
	padding: 50px 0 30px 0;
}
.pro-head ul{width: 100%;}
.pro-head ul li{margin-bottom: 20px;}
.pro-head ul li dt{
	float: left;
	width: 130px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #006565;
	font-weight: bold;
	color: #fff;
	margin-right: 26px;
}
.pro-head ul li dd{
	float: left;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	
	margin-right: 26px;
	cursor: pointer;
}

.pro-head ul li dd a{color: #303030; display:block;}

.pro-head ul li dd.current{
	background-color: #e4e4e4;
}
.pro-head ul li dd:hover{background-color: #e4e4e4;}

.pro-body{}
.pro-body dl{margin-right: -60px;}
.pro-body dl dd{
	float: left;
	width: 360px;
	margin-right: 60px;
	margin-bottom: 50px;
	vertical-align: top;
}
.pro-body dl dd .pro-body-pic{
	width: 358px;
	height: 244px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.pro-body dl dd .pro-body-pic img{
	width: 358px;
	height: 244px;
}
.pro-body dl dd span{
	display: block;
	width: 360px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	color: #303030;
	margin-top: 17px;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.pro-body dl dd:hover span{
	background-color: #006565;
	color: #fff;
}
/*pro-custom*/
.pro-custom-banner{
	width: 100%;
	min-width: 1200px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.pro-custom-banner img{
	position:absolute;
	left:50%;
	margin-left:-960px;
	top:0;
	height:400px;
	z-index:1;
}
.pro-custom{
	width: 100%;
	min-width: 1200px;
	background-color: #ededed;
	padding: 50px 0 0 0;
}

.custom{
	text-align: center;
}
.custom>h1{margin-bottom: 10px;}
.custom>h1 a{
  	font-size: 30px;
  	font-family: "Microsoft YaHei";
  	color: #303030;
  	line-height: 1;
	font-weight: normal;
}
.custom>h3{
  	font-size: 14px;
  	font-family: "SimSun";
  	color: #696969;
  	line-height: 2;
	font-weight: normal;
	margin-bottom: 40px;
}
.custom ul{}
.custom ul li{
	float: left;
	width: 240px;
	height: 480px;
	overflow: hidden;
	position: relative;
}
.custom ul li a{display: block;}
.custom ul li .custom-text{
	width: 240px;
	height: 240px;
	color: #303030;
	background-color: #fff;

}
.custom ul li .custom-pic{
	width: 240px;
	height: 240px;
	overflow: hidden;
	
}
.custom ul li .custom-pic img{
	width: 240px;
	height: 240px;
	transform: scale(1);
	-ms-transform: scale(1);/* IE9 */
	-o-transform: scale(1); /* Opera */
	-moz-transform: scale(1);/* Firefox */
	-webkit-transform: scale(1);/*  Safari 和 Chrome */
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}

.custom ul li.up .custom-text{
	position: relative;
	top: 240px;
	left: 0;
}
.custom ul li.down .custom-text{
	position: relative;
}
.custom ul li.up .custom-pic{
	position: absolute;
	top: 0;
	left: 0;
}

.custom ul li .custom-text .text{
	
}
.custom ul li .custom-text .text span{
	display: block;
  	font-size: 30px;
  	font-family: "AlternateGothic2 BT";
  	line-height: 1;
  	padding: 60px 0 0 0;
}
.custom ul li .custom-text .text span:after{
	display: block;
	content: "";
	width: 21px;
	height: 1px;
	background-color: #575b60;
	margin: 20px auto;
}
.custom ul li .custom-text .text p{
  	font-size: 16px;
  	font-family: "SimSun";
  	line-height: 1.5;
}
.custom ul li .custom-text i{
	display: block;
	width: 28px;
	height: 10px;
	background-color: red;
}
.custom ul li.down .custom-text i{
	position: absolute;
	bottom: -10px;
	z-index: 5;
	background: url(../images/custom-icon.png) no-repeat -37px -8px;
	left: 101px;
}
.custom ul li.up .custom-text i{
	position: absolute;
	top: -10px;
	z-index: 5;
	background: url(../images/custom-icon.png) no-repeat -75px -8px;
	left: 101px;
}

.custom ul li:hover .custom-text{
	background-color: #006565;
	color: #fff;
}
.custom ul li:hover .custom-pic img{
	transform: scale(1.1);
	-ms-transform: scale(1.1);/* IE9 */
	-o-transform: scale(1.1); /* Opera */
	-moz-transform: scale(1.1);/* Firefox */
	-webkit-transform: scale(1.1);/*  Safari 和 Chrome */
}
.custom ul li:hover .custom-text .text span:after{background-color: #fff;}
.custom ul li.down:hover .custom-text i{
	background: url(../images/custom-icon.png) no-repeat -6px -8px;
}
.custom ul li.up:hover .custom-text i{
	background: url(../images/custom-icon.png) no-repeat -109px -8px;
}

.case-show{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	text-align: center;
	margin: 70px 0 0 0;
	position: relative;
}
.case-show h1 a{
  	font-size: 30px;
  	font-family: "Microsoft YaHei";
  	color: #303030;
  	line-height: 1;
	font-weight: normal;
}
.case-show h1:after{
	display: block;
	content: "";
	width: 49px;
	height: 12px;
	background: url(../images/custom-icon.png) no-repeat -166px -9px;
	margin: 20px auto;
}
.case-show .hd ul{
	display: none;
}
.case-show .hd i{
	display: block;
	width: 54px;
	height: 54px;
	cursor: pointer;
}
.case-show .hd i.prev{
	position: absolute;
	top: 55%;
	left: 150px;
	background: url(../images/custom-icon.png) no-repeat -11px -30px;
	z-index: 15;
	}
.case-show .hd i.next{
	position: absolute;
	top: 55%;
	right: 150px;
	background: url(../images/custom-icon.png) no-repeat -80px -30px;
	z-index: 15;
}
.case-show .bd{
	width: 1920px;
	height: 360px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.case-show .bd li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
}
.case-show .bd li a{display: block;}
.case-show .bd li img{
	display: block;
	width: 100%;
	height: auto;
}
.case-show .mask{
	width: 1920px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
}
.case-show .mask span{
	display: block;
	width: 480px;
	height: 360px;
	background-color: #202020;
}
.case-show .mask span.mask1{
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .3;
	filter: Alpha(opacity=30);
	z-index: 5;
}
.case-show .mask span.mask2{
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .3;
	filter: Alpha(opacity=30);
	z-index: 5;
}

/*brand*/
.brand-introduce{
	width: 100%;
	min-width: 1200px;
	height: 800px;
	overflow: hidden;
	position: relative;
	/*margin: 100px 0 0 0; */
	background: url(../images/brand-bg.jpg) no-repeat;
}
.brand-introduce .introduce-con{
	width: 1200px;
	height: 560px;
	overflow: hidden;
	margin: 117px 0 0 0;
}
.brand-introduce .introduce-con .video{
	width: 560px;
	height: 560px;
	overflow: hidden;
}
.brand-introduce .introduce-con .video img{
	width: 560px;
	height: 560px;
}
.brand-introduce .introduce-con .introduce-text{
	width: 560px;
	height: 560px;
	overflow: hidden;
	position: relative;
}
.introduce-text .bg{
	width: 560px;
	height: 560px;
	overflow: hidden;
	background-color: #fff;
	/*opacity: .8;*/
	filter: Alpha(opacity=80);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.introduce-text .text{
	width: 500px;
	height: 480px;
	margin: 40px 20px 40px 40px;
	overflow-y: auto;
	position: relative;
	z-index: 2;
	text-align: left;
}
.introduce-text .text h1{
  	font-size: 24px;
  	font-family: "Microsoft YaHei";
  	color: #303030;
  	line-height: 1.5;
  	font-weight: normal;
  	margin-bottom: 25px;
}
.introduce-text .text dl{
	margin-bottom: 30px;
}
.introduce-text .text dd{
  	font-size: 14px;
  	font-family: "SimSun";
  	color: #303030;
  	line-height: 2.4;
}
.introduce-text .text>p{
	font-size: 14px;
  	font-family: "SimSun";
  	color: #303030;
  	line-height: 2.4;
  	margin-bottom: 30px;
}
.introduce-text .text::-webkit-scrollbar{
	width: 5px;
	height: 45px;
}
.introduce-text .text::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba( 0, 0, 0, 0);
} /* 滚动条的滑轨背景颜色 */

.introduce-text .text::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.05);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba( 0, 0, 0, .1);
} /* 滑块颜色 */

.introduce-text .text::-webkit-scrollbar-button {
	background-color: ccc;
} /* 滑轨两头的监听按钮颜色 */

.introduce-text .text::-webkit-scrollbar-corner {
	background-color: black;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */

.custom-nav{
	width: 100%;
	min-width: 1200px;
	padding: 40px 0;
	background-color: #fff;
	text-align: center;
}
.custom-nav ul{display: inline-block;}
.custom-nav ul li{
	float: left;
	padding: 0 80px; 
	border-left: 1px solid #aaa;
}
.custom-nav ul li:first-child{border: none;}
.custom-nav ul li a{
  	font-size: 14px;
  	font-family: "SimSun";
  	color: #303030;
  	vertical-align: middle;
}
.custom-nav ul li:hover a{
	position: relative;
	top: -3px;
}
.custom-nav ul li a i{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 13px;
	vertical-align: middle;
}
.custom-nav ul li a i.icon1{background: url(../images/custom-icon.png) no-repeat -16px -106px;}
.custom-nav ul li a i.icon2{background: url(../images/custom-icon.png) no-repeat -49px -106px;}
.custom-nav ul li a i.icon3{background: url(../images/custom-icon.png) no-repeat -86px -106px;}
.custom-nav ul li a i.icon4{background: url(../images/custom-icon.png) no-repeat -116px -106px;}

/*pro-concept*/
.concept{
	padding: 50px 0 0 0;
	background-color: #fff;
}
.concept-logo{
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin-bottom: 35px;
}
.concept-logo a{display: block;}
.concept-logo img{
	display: block;
	width: 338px;
	height: 280px;
	margin: 0 auto;
}
.concept-con{
	text-align: center;
}
.concept-con:after{
	display: block;
	content: "";
	width: 1px;
	height: 34px;
	background-color: #303030;
	margin: -20px auto 20px;
}

.concept-con>h1 a{
  	font-size: 30px;
  	font-family: "Microsoft YaHei";
  	color: #303030;
  	line-height: 1;
	font-weight: normal;
}
.concept-con>h1:after{
	display: block;
	content: "";
	width: 49px;
	height: 12px;
	background: url(../images/custom-icon.png) no-repeat -166px -10px;
	margin: 17px auto 28px;
}
.concept-con>p{
  	font-size: 14px;
  	font-family: "SimSun";
  	color: #303030;
  	line-height: 2.4;
	margin-bottom: 42px;
}
.concept-pic{
	width: 100%;
	text-align: center;
}
.concept-pic img{
	display: block;
	width: auto;
	height: 168px;
	margin: 0 auto;
}
/*pro-chain*/
.chain{
	width: 100%;
	min-width: 1200px;
	padding: 50px 0 0 0;
	overflow: hidden;
	text-align: center;
}
.chain h1 a{
  	font-size: 30px;
  	font-family: "Microsoft YaHei";
  	color: #303030;
  	line-height: 1;
	font-weight: normal;
}
.chain h1:after{
	display: block;
	content: "";
	width: 49px;
	height: 12px;
	background: url(../images/custom-icon.png) no-repeat -166px -9px;
	margin: 20px auto;
}
.chain .chain-con{
	text-align: left;
	margin-bottom: 50px;
}
.chain-con .text{
  	font-size: 14px;
  	font-family: "SimSun";
  	color: #303030;
}
.chain-con .text dl{width: 830px;}
.chain-con .text dt{
	width: 100%;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	background: url(../images/pro32.jpg) no-repeat;
  	font-size: 20px;
  	font-family: "Microsoft YaHei";
  	color: #fff;
  	text-indent: 25px;
  	margin-bottom: 35px;
}
.chain-con .text dd{
	display: table;
	line-height: 2;
	margin-bottom: 35px;
}
.chain-con .text dd span{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #006565;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	text-align: center;
  	font-size: 16px;
  	font-family: "Arial";
  	color: #fff;
  	margin: 0 26px 0 3px;
  	vertical-align: middle;
}
.chain-con .text dd p{
	display: table-cell;
	width: 777px;
	vertical-align: middle;
}
.chain-con .pic{
	width: 366px;
	height: 364px;
	overflow: hidden;
}
.chain-con .pic img{
	display: block;
	width: 366px;
	height: 364px;
}
.introduce{
	width: 1200px;
	height: 540px;
	overflow: hidden;
	margin-bottom: 40px;
}
.introduce ul{margin-right: -60px;}
.introduce ul li{
	float: left;
	width: 360px;
	height: 540px;
	overflow: hidden;
	margin-right: 60px;
	position: relative;
}
.introduce ul li a{display: block;}
.introduce ul li a img{display: block;}

.introduce-text1{
	width: 360px;
	background-color: #006565;
	padding-bottom: 35px;
	position: absolute;
	left: 0;
	top: 446px;
	
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.introduce-text1 .text-head{
	width: 325px;
	height: 94px;
	line-height: 94px;
	padding-left: 35px;
	text-align: left;
}
.introduce-text1 .text-head p{
  	font-size: 26px;
  	font-family: "Microsoft YaHei";
  	color: #fff;
}
.introduce-text1 .text-head p span{
  	font-size: 14px;
  	font-family: "SimSun";
 	color: #fff;
	margin-left: 15px;
}
.introduce-text1 .text-body{
	width: 290px;
	height: 84px;
	overflow: hidden;
	margin: 0 35px;
	text-align: left;
}
.introduce-text1 .text-body p{
  	font-size: 14px;
  	font-family: "SimSun";
  	color: #bec2c6;
  	line-height: 2;
}
.introduce ul li a:hover .introduce-text1{
	top: 327px;
}

/*course*/
.course{
	width: 100%;
	min-width: 1200px;
	padding: 50px 0 0 0;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}
.course>h1 a{
  	font-size: 30px;
  	font-family: "Microsoft YaHei";
  	color: #303030;
  	line-height: 1;
	font-weight: normal;
}
.course>h1:after{
	display: block;
	content: "";
	width: 49px;
	height: 12px;
	background: url(../images/custom-icon.png) no-repeat -166px -9px;
	margin: 20px auto;
}
.course .hd{
	width:100%;
	border-top:1px solid #b7b7b7;
	margin-top: 50px;
	text-align: center;
}
.course .hd .wrapper{position: relative;}
.course .hd ul{
    width: calc(100% - 144px);
	display: inline-block;
	/*margin-right: -100px;*/
	margin: 0 auto;
}
.course .hd ul li{
	float: left;
	width: calc(100% / 8);
	/*margin-right: 130px;*/
	text-align: center;
	padding-top: 53px;
	position: relative;
	font-size: 0;
}
.course .hd p{
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color: #303030;
	line-height: 1;
	display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    gap: 48px;
}
.course .hd p span{
	float: left;
	display: block;
	width:84px;
	text-align: center;
}
.course .hd ul li:before{
	display: block;
	content: '';
	width:25px;
	height:42px;
	background: url("../images/custom-icon.png") no-repeat -80px -132px;
	position: absolute;
	top:-30px;
	left:50%;
	transform: translate(-50%,0);
}
.course .hd ul li.on:before{
	background: url("../images/custom-icon.png") no-repeat -47px -141px;
}
.course .hd .wrapper>span{
	display: block;
	width: 38px;
	height:38px;
	overflow: hidden;
}
.course .hd span.prev{
	background: url("../images/custom-icon.png") no-repeat -188px -86px;
	position: absolute;
	top:-19px;
	left:0;
}
.course .hd span.next{
	background: url("../images/custom-icon.png") no-repeat -188px -40px;
	position: absolute;
	top: -19px;
	right:0;
}
.course .bd{
	text-align: left;
	width: 1200px;
	height:490px;
	margin: 55px auto 0;
	overflow: hidden;
}
.course .bd ul{}
.course .bd ul li{
	float: left;
	width:1200px;
	height:490px;
	overflow: hidden;
}
.course .bd ul li h1{
	font-size: 24px;
	font-family: "Microsoft YaHei";
	color: #303030;
	line-height: 1;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom: 28px;
}
.course .bd ul li h1:before{
	display: inline-block;
	content: '';
	width:12px;
	height:24px;
	background-color: #575b60;
	vertical-align: middle;
	margin: -5px 20px 0 0;
}
.course .bd ul li .text{
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin-bottom: 40px;
}
.course .bd ul li .text p{
	font-size: 16px;
	font-family: "SimSun";
	color: #303030;
	line-height: 2;
}
/*service*/
.service{
	width: 100%;
	min-width: 1200px;
	padding: 50px 0 0 0;
	overflow: hidden;
	text-align: center;
}
.service h1 a{
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: #303030;
	line-height: 1;
	font-weight: normal;
}
.service h1:after{
	display: block;
	content: "";
	width: 49px;
	height: 12px;
	background: url(../images/custom-icon.png) no-repeat -166px -9px;
	margin: 20px auto 40px;
}
.service ul{
	margin-right: -20px;
	margin-bottom: 120px;
}
.service li{
	float: left;
	width:590px;
	height:360px;
	margin-right: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.service li a{display: block;}
.service li a img{
	display: block;
	width:590px;
	height:360px;
}
.service li a .text{
	width:590px;
	height:87px;
	/*background: url("../images/service01.png");*/
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -moz-linear-gradient(top, transparent, #000);
	position: absolute;
	bottom:-87px;
	left:0;
	z-index: 5;
	text-align: left;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-ms-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s;
}
.service li a .text p{
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color: #fff;
	padding: 40px 0 0 30px;
}
.service li a:hover .text{
	position: absolute;
	bottom:0;
	left:0;
}
.service h2{
	font-size: 24px;
	font-family: "Microsoft YaHei";
	color: #303030;
	line-height: 1.25;
	font-weight:normal;
	margin-bottom: 30px;
}
.service .wrapper>p{
	font-size: 16px;
	font-family: "SimSun";
	color: #303030;
	line-height: 2;
	text-align: left;
	margin-bottom: 30px;
}
.service .wrapper>p:last-child{margin-bottom: 120px;}
/*service-security*/
.service-security{
	width:100%;
	min-width: 1200px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}
.security-ser,
.security-sec{
	width:1920px;
	height:600px;
	overflow: hidden;
	position: relative;
	top:0;
	left:50%;
	margin-left: -960px;
}
.security-ser .pic,
.security-sec .pic{
	width: 960px;
	height: 600px;
}
.security-ser .pic img,
.security-sec .pic img{
	width: 960px;
	height: 600px;
}
.security-ser .ser-con,
.security-sec .ser-con{
	width:960px;
	height:600px;
	background-color: #fff;
	text-align: center;
	position: relative;
}
.security-ser .ser-con h1,
.security-sec .ser-con h1{
	width: 600px;
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: #303030;
	line-height: 1;
	margin-top: 60px;
}
.security-sec .ser-con h1{
	position: absolute;
	top:0;
	right:0;
}
.security-ser .ser-con h1:after,
.security-sec .ser-con h1:after{
	display: block;
	content: '';
	width:40px;
	height:4px;
	background-color: #575b60;
	margin: 30px auto;
}
.security-ser .ser-con ul,
.security-sec .ser-con ul{
	width:460px;
	padding:0 70px;
	text-align: center;
}
.security-sec .ser-con ul{
	position: absolute;
	top:159px;
	right:0;
}
.security-ser .ser-con ul li,
.security-sec .ser-con ul li{
	float: left;
	width:230px;
	margin: 0 0 50px 0;
	cursor: pointer;
}
.security-ser .ser-con ul li i,
.security-sec .ser-con ul li i{
	display: block;
	width:40px;
	height:40px;
	margin:0 auto 10px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
}
.security-ser .ser-con ul li span,
.security-sec .ser-con ul li span{
	font-size: 16px;
	font-family: "SimSun";
	color: #303030;
	line-height: 2;
}
.security-ser .ser-con ul li i.icon1{background: url("../images/service-icon.png") no-repeat -182px -100px;}
.security-ser .ser-con ul li i.icon2{background: url("../images/service-icon.png") no-repeat -106px -176px;}
.security-ser .ser-con ul li i.icon3{background: url("../images/service-icon.png")no-repeat -107px -31px;}
.security-ser .ser-con ul li i.icon4{background: url("../images/service-icon.png") no-repeat -20px -98px;}
.security-ser .ser-con ul li i.icon5{background: url("../images/service-icon.png") no-repeat -106px -99px;}
.security-ser .ser-con ul li i.icon6{background: url("../images/service-icon.png")no-repeat -262px -96px;}

.security-sec .ser-con ul li i.icon001{background: url("../images/service-icon.png") no-repeat -107px -31px;}
.security-sec .ser-con ul li i.icon002{background: url("../images/service-icon.png") no-repeat -262px -32px;}
.security-sec .ser-con ul li i.icon003{background: url("../images/service-icon.png")no-repeat -181px -28px;}
.security-sec .ser-con ul li i.icon004{background: url("../images/service-icon.png") no-repeat -20px -29px;}
.security-sec .ser-con ul li i.icon005{background: url("../images/service-icon.png") no-repeat -21px -183px;}

.security-ser .ser-con ul li:hover i,
.security-sec .ser-con ul li:hover i{
	transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);

}

.repair{
	width:100%;
	min-width: 1200px;
	height: 900px;
	overflow: hidden;
	background: url("../images/pro40.jpg") no-repeat 50% 0;
}
.repair .repair-con{
	width:1000px;
	height:640px;
	overflow: hidden;
	margin: 135px auto;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
}
.repair .repair-con .repair-con-bg{
	width:100%;
	height: 100%;
	background-color: #fff;
	opacity: .5;
	filter: Alpha(Opacity=50);
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
}
.repair .repair-con h1{
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: #303030;
	line-height: 1.2;
	font-weight:normal;
	margin-top: 64px;
	position: relative;
	z-index: 1;
}
.repair .repair-con h1:after{
	display: block;
	content: '';
	width:40px;
	height:4px;
	background-color: #575b60;
	margin: 30px auto 40px;
}
.repair .repair-con form{
	width: 740px;
	overflow: hidden;
	margin:0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
.repair .repair-con form p{
	display: inline-block;
	margin-bottom: 20px;
}
.repair .repair-con form p input{
	width: 350px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	outline: none;
	border: none;
	font-size: 14px;
	font-family: "SimSun";
	color: #787878;
	margin: 0 10px;
	padding:0 20px;
}
.repair .repair-con form p textarea{
	width: 720px;
	height: 183px;
	background-color: #fff;
	outline: none;
	border: none;
	font-size: 14px;
	font-family: "SimSun";
	color: #787878;
	padding: 20px;
}
.repair .repair-con form p button{
	width: 200px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	outline: none;
	border: none;
	background-color: #000;
	font-size: 14px;
	font-family: "SimSun";
	color: #fff;
	margin-top: 40px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.repair .repair-con form p button:hover{
	background-color: #303030;
}
/*dynamic*/
.dynamic{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	margin: 50px 0 0 0;
	background-color: #fff;
}
.dynamic .dynamic-head{
	width: 100%;
	text-align: center;
}
.dynamic .dynamic-head ul{
	display: inline-block;
}
.dynamic .dynamic-head ul li{
	float: left;
	width: 125px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #006565;
	margin: 0 5px 40px;
	color: #fff;
	font-size: 16px;
	font-family: "SimSun";
	cursor: pointer;
}
.dynamic .dynamic-head ul li.current{background-color: #000;}

.dynamic .dynamic-body{
	width:1200px;
	overflow: hidden;
}
.dynamic .dynamic-body>ul>li>ul{
	margin-right: -60px;
}
.dynamic .dynamic-body>ul>li>ul li{
	float: left;
	width: 360px;
	margin: 0 60px 40px 0;
	vertical-align: top;
	border-bottom: 1px solid #dcdcdc;
}
.dynamic .dynamic-head ul li a{
	color:#fff;
}
.dynamic .dynamic-body>ul>li>ul li .time{
	display: block;
	text-align: left;
	margin-bottom: 20px;
}
.dynamic .dynamic-body>ul>li>ul li .time i{
	display: inline-block;
	width: 17px;
	height: 17px;
	overflow: hidden;
	background: url("../images/dynamic.png") no-repeat -16px -17px;
	vertical-align: middle;
	margin-right: 16px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
}
.dynamic .dynamic-body>ul>li>ul li .time span{
	font-size: 16px;
	font-family: "SimSun";
	color: #303030;
	line-height: 1;
}
.dynamic .dynamic-body>ul>li>ul li:hover .time i{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); 	/* Opera */
}
.dynamic .dynamic-body>ul>li>ul li .pic{
	width: 360px;
	height: 240px;
	overflow: hidden;
}
.dynamic .dynamic-body>ul>li>ul li .pic img{
	width: 360px;
	height: 240px;
	transform: scale(1);
	-ms-transform: scale(1);/* IE9 */
	-o-transform: scale(1); /* Opera */
	-moz-transform: scale(1);/* Firefox */
	-webkit-transform: scale(1);/*  Safari 和 Chrome */
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
}
.dynamic .dynamic-body>ul>li>ul li:hover .pic img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);/* IE9 */
	-o-transform: scale(1.2); /* Opera */
	-moz-transform: scale(1.2);/* Firefox */
	-webkit-transform: scale(1.2);/*  Safari 和 Chrome */
}
.dynamic .dynamic-body>ul>li>ul li .text{
	width: 360px;
	height: 52px;
	overflow: hidden;
	margin-top: 30px;
}
.dynamic .dynamic-body>ul>li>ul li .text p{
	font-size: 16px;
	font-family: "SimSun";
	color: #303030;
	line-height: 1.6;
}
.dynamic .dynamic-body>ul>li>ul li .more{
	display: block;
	margin: 26px 0;
	font-size: 16px;
	font-family: "SimSun";
	color: #303030;
}
.dynamic .dynamic-body>ul>li>ul li .more i{
	display: inline-block;
	width: 8px;
	height: 11px;
	background: url("../images/dynamic.png") no-repeat -71px -20px;
	margin-left: 20px;
}
.dynamic .page{
	width: 100%;
	text-align: center;
	margin: 55px 0 140px;
	color: #696969;
}
.dynamic .page a{
	display: inline-block;
	margin: 0 22px;
	color: #696969;
	font-size: 16px;
	vertical-align: middle;
	font-family: "Arial";
}
.dynamic .page a.current{
	font-weight: bold;
	font-size: 20px;
	color: #000;
}
.dynamic .page a.prev,
.dynamic .page a.next{
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #000;
	color: #fff;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
}
.dynamic .page a.prev:hover,
.dynamic .page a.next:hover{
	background-color: #303030;
}
/*dynamic-details*/
.dynamic-details{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 0 0;
	background-color: #fff;
	text-align: left;
}
.dynamic-details h1{
	font-size: 16px;
	font-family: "SimSun";
	color: #303030;
	line-height: 1.9;
	text-align: center;
}
.dynamic-details .time{
	display: block;
	text-align: center;
	margin: 30px 0;
}
.dynamic-details .time i{
	display: inline-block;
	width: 17px;
	height: 17px;
	overflow: hidden;
	background: url("../images/dynamic.png") no-repeat -16px -17px;
	vertical-align: middle;
	margin-right: 16px;
}
.dynamic-details .time span{
	font-size: 16px;
	font-family: "SimSun";
	color: #303030;
	line-height: 1;
	vertical-align: middle;
}
.dynamic-details>p{
	font-size: 16px;
	font-family: "SimSun";
	color: #303030;
	line-height: 2.5;
	text-indent: 2em;
	margin-bottom: 30px;
}
.dynamic-details ul{margin-right: -60px;}
.dynamic-details ul li{
	float: left;
	width: 360px;
	height: 240px;
	overflow: hidden;
	margin-right: 60px;
}
.dynamic-details ul li img{
	width: 360px;
	height: 240px;
}
.dynamic-details .turn{
	margin: 40px 0 95px 0;
}
.dynamic-details .turn p{
	font-size: 16px;
	font-family: "SimSun";
	color: #303030;
	line-height: 2.5;
}
.dynamic-details .turn p:before{
	display: inline-block;
	content: '';
	width:13px;
	height:13px;
	background: url("../images/dynamic.png") no-repeat -103px -19px;
	margin-right: 13px;
}
.dynamic-details .turn p a{color: #303030}
.dynamic-details .turn p a:hover{text-decoration: underline;}
/*404*/
.error{
	width:1200px;
	margin: 50px auto;
	background-color: #fff;
}
.error .error-404{
	width:100%;
	height:195px;
	overflow: hidden;
	text-align: center;
}
.error .error-404 img{
	width:664px;
	height:195px;
}
.error .error-text{
	width:100%;
	height: 140px;
	text-align: center;
}
.error .error-text button{
	width:167px;
	height:40px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
	background-color: #575b60;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #fff;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.error .error-text button:hover{
	background-color: #303030;
}
.error .error-text p{
	font-size: 14px;
	font-family: "SimSun";
	color: #575b60;
	line-height: 3;
}
.error .error-text p a{
	color: #575b60;
	text-decoration: underline;
}
.error .error-pic{
	width:100%;
	height:296px;
	overflow: hidden;
	text-align: center;
}
.error .error-pic img{
	width:666px;
	height:296px;
}
/*contact-details*/
.contact-details{
	width: 100%;
	min-width: 1200px;
	padding: 50px 0 140px 0;
	text-align: center;
}
.contact-details .map{
	margin-bottom: 50px;
}
.contact-details .map h1{
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: #303030;
	line-height: 1.5;
}
.contact-details .map p{
	font-size: 16px;
	font-family: "SimSun";
	color: #696969;
	line-height: 1.8;
	margin-bottom: 25px;
}
.contact-details .map img{
}
.contact-details .store{
	width: 1200px;
	overflow: hidden;
	position: relative;
}
.contact-details .store h1{
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: #303030;
	line-height: 3;
}
/*.contact-details .store .bd{*/
/*	width:1000px;*/
/*	height:600px;*/
/*	overflow: hidden;*/
/*	margin: 0 auto;*/
/*}*/
/*.contact-details .store .bd li{*/
/*	float: left;*/
/*	width:1000px;*/
/*	height:600px;*/
/*	overflow: hidden;*/
/*}*/
/*.contact-details .store .bd li img{*/
/*	display: block;*/
/*	width:1000px;*/
/*	height:600px;*/
/*}*/
/*.contact-details .store .hd ul{display: none;}*/
/*.contact-details .store .hd span{*/
/*	display: block;*/
/*	width:42px;*/
/*	height:42px;*/
/*}*/
/*.contact-details .store .hd span.prev{*/
/*	position: absolute;*/
/*	top:53%;*/
/*	left:0;*/
/*	background: url("../images/dynamic.png") no-repeat -65px -56px;*/
/*}*/
/*.contact-details .store .hd span.next{*/
/*	position: absolute;*/
/*	top:53%;*/
/*	right:0;*/
/*	background: url("../images/dynamic.png") no-repeat -11px -56px;*/
/*}*/
/*contact*/
.contact{
	width:100%;
	min-width: 1200px;
	padding: 50px 0 150px 0;
	background-color: #fff;
	text-align: center;
}
.contact h1{
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: #696969;
	line-height: 1.2;
	font-weight: normal;
}
.contact h1 span{
	display: block;
	font-family: "Lato";
	text-transform: uppercase;
}
.contact .link{
	padding-bottom: 58px;
	border-bottom: 1px solid #dcdcdc;
}

.contact .link .tel{
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: #303030;
	line-height: 1;
	margin-bottom: 30px;
}
.contact .link .tel i{
	display: block;
	width: 70px;
	height: 70px;
	margin: 35px auto 22px;
	background: url("../images/dynamic.png") no-repeat -9px -114px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.contact .link .tel:hover i{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
.contact .link .location{
	font-size: 14px;
	font-family: "SimSun";
	color: #696969;
	line-height: 1.7;
}
.contact .link .location p{	text-indent: 1em;}
.contact .link .location i{
	display: block;
	width: 19px;
	height: 23px;
	background: url("../images/dynamic.png") no-repeat -106px -138px;
	margin: 0 auto 12px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.contact .link .location:hover i{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
.contact .talent{
	padding-top: 45px;
}
.contact .talent .bd{
	width: 100%;
	margin: 40px 0 10px;
	line-height:50px;
	font-size:16px;
	color:#fff;
}
.contact .talent .bd dl dt{
	width:100%;
	height: 50px;
	background-color: #575b60;
	font-family: "Microsoft YaHei";
}

.contact .talent .bd dl dt a{ color:#fff;}

.contact .talent .bd dl dt li{color: #fff;}
.contact .talent .bd dl dt li,
.contact .talent .bd dl dd li,
.contact .talent .hd dl dd li{
	float: left;
	width: 239px;
	line-height: 50px;
	font-size: 16px;
	font-family: "SimSun";
	text-transform: uppercase;
	text-align: center;
}
.contact .talent .bd dl dd ul{margin-bottom: 20px;}
.contact .talent .bd dl dd,
.contact .talent .hd dl dd{
	margin: 10px 0;
	border: 1px solid #dcdcdc;
	overflow: hidden;
}
.contact .talent .bd dl dd p{
	font-size: 14px;
	font-family: "SimSun";
	color: #303030;
	text-transform: uppercase;
	line-height: 2.2;
	text-align: left;
	margin: 0 0 40px 50px;
}
.contact .talent .hd dl dd:hover{
	border: 1px solid #575b60;
}
.contact .talent .hd dl dd.current{border: 1px solid #575b60;}

/*index*/



.mecare-page .pro{
    width: 1200px;
    height: 100%;
    text-align: center;
    position: absolute;
    top:0;
    left:50%;
    margin-left: -600px;
    z-index: 5;
}
.mecare-page .pro>img{display: block;}
.mecare-page .pro>h1{padding-top: 100px;}
.mecare-page .pro>h1 a{
    font-size: 38px;
    font-family: "Microsoft YaHei";
    color: #fff;
    line-height: 1;
    font-weight:normal;
}
.mecare-page .pro>p{
    font-size: 20px;
    font-family: "FZLanTingHeiS-UL-GB";
    color: #fff;
    line-height: 2;
}
.mecare-page .pro ul{margin-top: 50px;}
.mecare-page .pro li{
    float: left;
    width:300px;
    height:500px;
    position: relative;
}
.mecare-page .pro li:nth-child(odd){
    background: #fff;
}
.mecare-page .pro li:nth-child(even){
    background: #e5e5e5;
}
.mecare-page .pro li .text{
    width: 202px;
    margin: 46px auto 30px;
    text-align: left;
    overflow: hidden;
}
.mecare-page .pro li .text:after{
    display: block;
    content: '';
    width:40px;
    height:1px;
    background-color: #adb3b8;
    position: absolute;
    top:185px;
    left:49px;
}
.mecare-page .pro li .text h2{
    font-size: 26px;
    font-family: "FZLTHJW";
    color: #303030;
    line-height: 1;
    margin-bottom: 25px;
    font-weight:normal;
}
.mecare-page .pro li .text p{
    font-size: 14px;
    font-family: "SimSun";
    color: #696969;
    line-height: 1.7;
}
.mecare-page .pro li .pic{
    width: 300px;
    height: 251px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mecare-page .pro li .pic img{
    width: 300px;
    height: 251px;
}
.mecare-page .brand{
	width: 1200px;
	height: 100%;
	text-align: center;
    position: absolute;
    top:0;
    left:50%;
    margin-left: -600px;
    z-index: 5;
}
.mecare-page .brand>img{display: block;}
.mecare-page .brand>h1{
	padding-top: 156px;
}
.mecare-page .brand>h1 a{
  font-size: 38px;
  font-family: "Microsoft YaHei";
  color: #303030;
  line-height: 1.5;
  font-weight: normal;
}
.mecare-page .brand>h1 a span{
	display: block;
}
.mecare-page .brand>h1:after{
	display: block;
	content: "";
	width: 486px;
	height: 4px;
	background: url(../images/index01.png) no-repeat;
	margin: 0 auto; 
}
.mecare-page .brand .text{
	width: 950px;
	height: 118px;
	overflow: hidden;
	text-align: center;
	margin: 35px auto;
}
.mecare-page .brand .text p{
  	font-size: 16px;
  	font-family: "Microsoft YaHei";
  	color: #000;
  	line-height: 2.25;
}
.mecare-page .brand ul{
	display: inline-block;
	height: 160px;
	padding: 30px 90px;
	margin-right: -20px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='transparent',endColorStr='#fff',gradientType='1'); 
	background: -moz-linear-gradient(left, transparent, #fff, transparent); 
	background: -o-linear-gradient(left, transparent, #fff, transparent); 
	background:-webkit-gradient(linear,0 50%,100% 50%,from(transparent), color-stop(0.5, #fff),to(transparent));/*Old gradient for webkit*/
	background: -webkit-linear-gradient(left, transparent, #fff, transparent); 
}
.mecare-page .brand ul li{
	float: left;
	width: 240px;	
	height: 160px;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
}
.mecare-page .brand ul li a{display: block;}
.mecare-page .brand ul li a img{display: block;}
.mecare-page .brand ul li a:hover .tit{
	opacity: 1;
	filter: Alpha(opacity=100);
	
}
.mecare-page .brand ul li .tit{
	width: 240px;	
	height: 160px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
.mecare-page .brand ul li .tit-bg{
	width: 240px;	
	height: 160px;
	background-color: #000;
	opacity: .6;
	filter: Alpha(opacity=60);
	position: absolute;
	top: 0;
	left: 0;
}
.mecare-page .brand ul li .tit p{
  	font-size: 20px;
  	font-family: "Microsoft YaHei";
  	color: #fff;
  	line-height: 1;
  	text-align: center;
  	position: relative;
  	top: 59px;
  	z-index: 2;
}
.mecare-page .brand ul li .tit p:after{
	display: block;
	content: "";
	width: 26px;
	height: 1px;
	background-color: #fff;
	margin: 25px auto 0;
}

.mecare-page .store{
	width: 1200px;
    height: 100%;
    text-align: center;
    position: absolute;
    top:0;
    left:50%;
    margin-left: -600px;
    z-index: 5;
}
.mecare-page .store>img{display: block;}
.mecare-page .store h1{
  	font-size: 50px;
  	font-family: "FZLanTingHeiS-UL-GB";
  	color: #bdbdbd;
  	line-height: 1;
	padding: 124px 0 35px 0;
}
.mecare-page .store .text{
	width: 1000px;
	margin: 0 auto;
}
.mecare-page .store .text p{
  	font-size: 16px;
  	font-family: "SimSun";
  	color: #bdbdbd;
  	line-height: 1.9;
  	text-align: center;
}
.mecare-page .store span{
	display: inline-block;
  	font-size: 16px
  	font-family: "SimSun";
  	color: #bdbdbd;
  	line-height: 1.9;
  	margin-top: 40px;
  	vertical-align: middle;
  	
}
.mecare-page .store span:after{
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	overflow: hidden;
	background: url(../images/index03.png) no-repeat -21px 0px;
	margin-left: 20px;
	vertical-align: middle;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.mecare-page .store span:hover:after{
	background: url(../images/index03.png) no-repeat -1px 0px;
}
.mecare-page .custom{
	width: 1200px;
    height: 100%;
    text-align: center;
    position: absolute;
    top:0;
    left:50%;
    margin-left: -600px;
    z-index: 5;
}
.mecare-page .custom>img{display: block;}
.mecare-page .custom-con{
	width: 312px;
	height: 312px;
	padding: 54px;
	background-color: #fff;
	margin: 212px 0 0 770px;
	position: relative;
	text-align: left;
}
.mecare-page .custom-con:before{
	content: "";
	width: 60px;
	height: 60px;
	background-color: #fff;
	position: absolute;
	top: -60px;
	left: -60px;
}
.mecare-page .custom-con>p a{
  font-size: 40px;
  font-family: "Microsoft YaHei";
  color: #303030;
  line-height: 1.3;
}
.mecare-page .custom-con>p strong{
	display: inline-block;
	margin-left: .5em;
}
.mecare-page .custom-con>p span{
	display: block;
	font-size: 33px;
}
.mecare-page .custom-con>p:after{
	display: block;
	content: "";
	width: 320px;
	height: 6px;
	background: url(../images/index02.png) no-repeat;
	margin: 20px 0 25px 0;
}
.mecare-page .custom-con .text{
	width: 320px;
	height: 114px;
	overflow: hidden;
}
.mecare-page .custom-con .text p{
  	font-size: 16px;
  	font-family: "SimSun";
  	color: #696969;
  	line-height: 2.4;
}
.mecare-page .custom-con .btn a{
	display: inline-block;
	width: 177px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #006565;
  	font-size: 16px;
  	font-family: "Microsoft YaHei";
  	color: #fff;
  	margin-top: 35px;
  	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.mecare-page .custom-con>a:hover{
	background-color: #454444;
}

.mecare-page .service{
	width: 1200px;
    height: 100%;
    text-align: center;
    position: absolute;
    top:0;
    left:50%;
    margin-left: -600px;
    z-index: 5;
}
.mecare-page .service>img{display: block;}
.mecare-page .service .click01{
	width: 329px;
	height: 329px;
	line-height: 329px;
	vertical-align: middle;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #006565;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -184px;
	margin-left: -164px;
}
.mecare-page .service .click01 p{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	font-family: "Microsoft YaHei";
}
.mecare-page .service .click01 p strong{
	display: block;
  	font-size: 34px;
  	font-weight: bold;
  	line-height: 1.148;
}
.mecare-page .service .click01 p span{
  	font-size: 20px;
  	font-family: "FZLanTingHeiS-UL-GB";
  	line-height: 2;

}
.mecare-page .service .click01 p:after{
	display: block;
	content: "";
	width: 31px;
	height: 3px;
	background-color: #727981;
	margin: 25px auto 0;
}
.mecare-page .service .click02{
	width: 180px;
	height: 180px;
	line-height: 180px;
	vertical-align: middle;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #fff;
	position: absolute;
	top: 12%;
	left: 164px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.mecare-page .service .click02:hover{
	background-color: #006565;
}
.mecare-page .service .click02:hover a{
	color: #fff;
}
.mecare-page .service .click02 a{
  	font-size: 20px;
  	font-family: "Microsoft YaHei";
  	color: #000;
  	font-weight: bold;
  	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.mecare-page .service .click03{
	width: 131px;
	height: 131px;
	line-height: 131px;
	vertical-align: middle;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #fff;
	position: absolute;
	top: 20%;
	right: 190px;
}
.mecare-page .service .click03 a{
  	font-size: 20px;
  	font-family: "Microsoft YaHei";
  	color: #000;
  	font-weight: bold;
}
.mecare-page .service .click04{
	width: 141px;
	height: 141px;
	line-height: 141px;
	vertical-align: middle;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #fff;
	position: absolute;
	top: 60%;
	left: 259px;
}
.mecare-page .service .click04 a{
  	font-size: 20px;
  	font-family: "Microsoft YaHei";
  	color: #000;
  	font-weight: bold;
}
.mecare-page .service .click05{
	width: 171px;
	height: 171px;
	line-height: 171px;
	vertical-align: middle;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-color: #fff;
	position: absolute;
	top: 62%;
	right: 278px;
}
.mecare-page .service .click05 a{
  	font-size: 20px;
  	font-family: "Microsoft YaHei";
  	color: #000;
  	font-weight: bold;
}

.p-navi{
	width: 1200px;
	margin: 0 auto;
}

.mecare-page .service .click02,
.mecare-page .service .click03,
.mecare-page .service .click04,
.mecare-page .service .click05{
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.mecare-page .service .click02 a,
.mecare-page .service .click03 a,
.mecare-page .service .click04 a,
.mecare-page .service .click05 a{
	display: block;
  	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.mecare-page .service .click02:hover,
.mecare-page .service .click03:hover,
.mecare-page .service .click04:hover,
.mecare-page .service .click05:hover{
	background-color: #006565;
}
.mecare-page .service .click02:hover a,
.mecare-page .service .click03:hover a,
.mecare-page .service .click04:hover a,
.mecare-page .service .click05:hover a{
	color: #fff;
}
.leftsidebar_box dl{
	margin-bottom:10px;
	cursor:pointer;

}
.leftsidebar_box dl dt span{
	display:block;
	float:left;
	width:239px;
	height:50px;
	line-height:50px;
	text-align:center;
}
.leftsidebar_box .yincent p{
	text-align:left;
	font-size: 14px;
    font-family: "SimSun";
    color: #303030;
    text-transform: uppercase;
	margin-top:15px;
}
.leftsidebar_box .yincent span{
	display:block;
	font-weight:bold;
	color:#5c5c5c;
	text-align:left;
}
.leftsidebar_box .yincent{
	margin-top:35px;
}
.leftsidebar_box .yincang{
	border:1px solid #dcdcdc;
	background:#fff;
	border-top:1px solid #fff;
	z-index:9999;
	padding:0 50px;
	padding-bottom:35px;
}



@media (min-width:992px) and (max-width:1400px) {
	.mecare-page .pro li{
    height:400px;
    }
	
	.mecare-page .pro li .text{
    margin: 30px auto;
   }
   
   .mecare-page .pro li .text:after{
    top:160px;
   
   }
	
	.mecare-page .pro li .pic{
    height:auto;
    }
	
   .mecare-page .pro li .pic img{
    width:80%;
    height:auto;
    }

   .mecare-page .brand ul{
	padding: 20px 90px;
   }

	
}





.talent{
    overflow: hidden;
}