
body,div,ul,li,p,a{
	font-family:"å¾®è½¯é›…é»‘";
	list-style:none;
	}
.top-bar {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
}
.top-bar,
.top-bar a {
    color: #8d8d8d;
}
.top-bar span.top-info {
    color: #009bdb;
    padding-right: 5px;
    padding-left: 10px;
    margin-left: 5px;
    border-left: 1px solid #d3d3d3;
}
.top-bar span.top-info:first-child {
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
}
.top-bar span {
    color: #313131;
}
.top-bar ul {
    text-align: right;
    margin-bottom: 0;
}
.top-bar li {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #d3d3d3;
}
.top-bar li:last-of-type {
    padding-right: 0;
    border: none;
}
.top-bar li .fa {
    margin-right: 5px;
    vertical-align: middle;
}
.top-bar li a:hover {
    color: #009bdb;
}
/* æœç´¢æ¡†åŠä¸­è‹±æ–‡åˆ‡æ¢*/
.top-bar-search{
	margin-top:10px;
	}
.input-bt-search{
	background-color:#009bdb;
	color:#FFF;
	}
.cn-en-switch{
	margin-top:6px;
	}
.cn-en-bt{
	padding:4px;
	background-color:#009bdb;
	font-size:14px;
	text-align:center;
	line-height:40px;
	color:#FFF;
	margin-left:5px;
	cursor:pointer;
	}
.cn-en-bt:hover{
	padding:4px;
	background-color:#33af54;
	font-size:14px;
	text-align:center;
	line-height:40px;
	color:#FFF;
	margin-left:5px;
	cursor:pointer;
	}
.top-logo{
	padding:10px 0px 10px 0px;
	}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width:1170px;
  margin:auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
  z-index:999;
  margin-top:10px;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
  
}
#cssmenu > ul > li > a {
  padding: 20px 53.5px 20px 53.5px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}


#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 50px;
}
#cssmenu ul ul li a {
  padding: 18px 20px;
  width: 172px;
  font-size: 14px;
  background: #009bdb;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  background: #0376a6;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu ul ul li.has-sub01 > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}


/*--------------------------------------------
 å…¬å¸ç®€ä»‹
--------------------------------------------*/
.welcome-area {
    margin-top: 20px;
    color: #0c0c0c;
}



.welcome-area h2,
.welcome-area h3 {
    margin-top: 0;
    margin-bottom: 0;
	font-family:"å¾®è½¯é›…é»‘";
}
.welcome-area h2 + h2,
.welcome-area h3 + h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}
.welcome-area p {
    margin-bottom: 20px;
    text-align: justify;
	line-height:28px;
}

.welcome-area.about-col {
    padding-bottom: 60px;
}

.welcome-area.main-heading1 {
    color: #009bdb;
    font-weight: 500;
}
.welcome-area .main-heading2 {

    font-weight: bold;
}

.welcome-area p {
    margin-bottom: 20px;
    text-align: justify;
	font-size:14px;
	color: #0c0c0c;
}

.welcome-area img{
	border: 1px solid #e6e6e6;
	
	}
.main-heading1 {
    color: #323232;
}
.main-heading2 {
    position: relative;
    color: #009bdb;
	padding-top:5px;
}
.main-heading2:after {
    content: "";
    position: absolute;
    width: 230px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #009bdb;
}
/*--------------------------------------------
æˆ‘ä»¬çš„æœåŠ¡
--------------------------------------------*/
.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.lite {
    font-weight: bold;
	font-size:24px;
	padding-bottom:20px;
}
.lite_line{
	clear:both;
	width:145px;
	height:3px;
	margin:auto;
	background-color:#FFF;
	margin-top:10px;
	}
.lite01{
	clear:both;
	font-size:16px;
	}
.about-featured {
	margin-top:15px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 10px;
    color: #fff;
    background-image: url(../images/about-services-bg.jpg);
}
.about-featured h2 {
    margin-top: 5px;
    margin-bottom: 20px;
}
.about-featured h2 span {
    font-weight: 500;
}
.about-featured h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.about-featured h2,
.about-featured h3 {
    text-align: center;
}
.about-featured ul.list {
}
.about-featured ul.list > li {
    margin-top: 20px;
    margin-bottom: 15px;
}
.about-featured ul.list > li .fa {
	margin-top:-5px;
    float: left;
}
.about-featured ul.list > li h4 {
    margin-top: 0;
    margin-bottom: 15px;
}
.about-featured ul.list > li p {
    margin-bottom: 0;
}
.about-featured ul.list > li h4,
.about-featured ul.list > li p {
    margin-left: 50px;
}
.about-featured ul.list  li p {
    margin-bottom: 30px;
	height:140px;
}
.about-featured .btn-transparent {
    padding: 8px 42px;
    font-size: 18px;
    font-weight: bold;
	border-radius:0px;
}
.about-featured .btn-transparent .fa {
    margin-left: 20px;
}


/*--------------------------------------------
ç»Ÿä¸€æŒ‰é’®
--------------------------------------------*/
.btn-transparent {
	
    color: #fff;
    background: none;
	border: 1px solid #fff;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
    color: #009bdb;
    background-color: #fff;
}
.btn-transparent.inverse {
    color: #777;
    border-color: #bdbdbd;
}
.btn-transparent.inverse:hover,
.btn-transparent.inverse:focus,
.btn-transparent.inverse:active,
.btn-transparent.inverse.active {
    color: #fff;
    background-color: #009bdb;
}



/*--------------------------------------------
æ–°é—»
--------------------------------------------*/

.top_all {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.top_all h3 {
  border-bottom: 3px solid #0083c7;
  font-size: 28px;
  color: #333333;
  width: 120px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  overflow: hidden;
  margin: auto;
}
.top_all span {
  color: #afafaf;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}


/*--------------------------------------------
äºŒçº§é¡µå¤´éƒ¨
--------------------------------------------*/

.vcare_2ji_top_pic{
	background: url(../images/vcare_2ji_top_pic.jpg) no-repeat center center;
	height: 235px;
	position: relative;
	}
.vcare_2ji_top_pic02{
	background: url(../images/vcare_2ji02_top_pic.jpg) no-repeat center center;
	height: 235px;
	position: relative;
	}
.vcare_2ji_top_pic03{
	background: url(../images/vcare_2ji03_top_pic.jpg) no-repeat center center;
	height: 235px;
	position: relative;
	}
.vcare_directory{
	width:1140px;
	margin:auto;
	padding-top:180px;
	}
.vcare_directory div{
	padding:10px;
	background:#3391f0;
	float:left;
	color:#FFF;
	}
.vcare_directory a{
	color:#FFF;
	}	
.company-pic{
	width:70%;
	}




.home_news {
  background: #ffffff;
  padding: 1% 0px 1%;
}
.home_news .top_all {
  margin-bottom: 3%;
}
.home_news .news_com {
  max-width: 1200px;
  margin: auto;
  width: 98%;
}
.home_news .news_com .n_left {
  width: 44.5%;
  float: left;
  position: relative;
}
.home_news .news_com .n_left .imgd {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.home_news .news_com .n_left .imgd i {
  display: block;
  padding-bottom: 25.89118198874296%;
}
.home_news .news_com .n_left .imgd img {
  transition: 0.3s;
}
.home_news .news_com .n_left .imgd img:hover {
  transform: scale(1.1);
}
.home_news .news_com .n_left .imgd .ri {
  position: absolute;
  background: #009bdb;
  z-index: 9999;
  top: 0px;
  left: 0px;
  color: #fff;
  padding: 5px 10px;
  max-width: 99px;
}
.home_news .news_com .n_left .imgd .ri i {
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  width: 98%;
  margin: auto;
  display: block;
  text-align: center;
  overflow: hidden;
}
.home_news .news_com .n_left .imgd .ri time {
  font-size: 13px;
  width: 98%;
  margin: auto;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.homepage_firstnew{
	padding:0px 5px 0px 5px;
	}
}
@media (max-width: 480px) {
  .home_news .news_com .n_left .imgd .ri i {
    font-size: 20px;
    height: 25px;
    line-height: 25px;
  }
  .home_news .news_com .n_left .imgd .ri time {
    font-size: 10px;
  }
}
.home_news .news_com .n_left h4 {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  width: 100%;
}
.home_news .news_com .n_left h4 a:hover {
  color: #0083c7;
}
.home_news .news_com .n_left p {
  font-size: 14px;
  max-height: 80px;
  color: #666;
  line-height: 20px;
  margin: 10px 0px;
  overflow: hidden;
}
.home_news .news_com .n_left .more {
  width: 160px;
  height: 36px;
  background: #009bdb;
  display: block;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
  transition: 0.3s;
}
.home_news .news_com .n_left .more:hover {
  background: #33af54;
}
.home_news .news_com .n_right {
  width: 52.5%;
  float: right;
}
.home_news .news_com .n_right ul li {
  border-bottom: 1px solid #ededed;
  padding: 10px 0px;
}
.home_news .news_com .n_right ul li .ri {
  width: 15%;
  float: left;
  max-width: 90px;
  color: #a4a4a4;
  font-weight: 500;
  text-align: center;
}
.home_news .news_com .n_right ul li .ri i {
  font-style: normal;
  font-size: 50px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  width: 98%;
  margin: auto;
  display: block;
  overflow: hidden;
  margin-bottom: 3px;
}
.home_news .news_com .n_right ul li .ri time {
  font-size: 17px;
  width: 98%;
  margin: auto;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.home_news .news_com .n_right ul li .wen_nei {
  width: 84%;
  float: right;
}
.home_news .news_com .n_right ul li .wen_nei h4 {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #333333;
  margin-bottom: 6px;
  overflow: hidden;
  width: 100%;
}
.home_news .news_com .n_right ul li .wen_nei p {
  color: #666;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.home_news .news_com .n_right ul li:last-child {
  border-bottom: none;
}
.home_news .news_com .n_right ul li:hover .wen_nei h4 {
  color: #0083c7;
}
@media (max-width: 768px) {
  .home_news .news_com .n_left {
    width: 100%;
    margin-bottom: 10px;
  }
  .home_news .news_com .n_right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .home_news .news_com .n_right ul li .ri {
    width: 20%;
  }
  .home_news .news_com .n_right ul li .ri i {
    font-size: 36px;
    height: 40px;
    line-height: 40px;
  }
  .home_news .news_com .n_right ul li .ri time {
    font-size: 12px;
  }
  .home_news .news_com .n_right ul li .wen_nei {
    width: 79%;
  }
}

/*--------------------------------------------
åº•éƒ¨æ³¢æµª
--------------------------------------------*/
*{margin:0;padding:0;box-sizing:border-box;list-style:none}
.marquee-box{overflow:hidden;width:100%;position:absolute;left:0;top:0}
.marquee{width:8000%;height:60px}
.wave-list-box{float:left}
.wave-list-box ul{float:left;height:60px;overflow:hidden;zoom:1}
.wave-list-box ul li{height:60px;width:100%;float:left;line-height:30px;list-style:none}
.wave-box{margin-top:30px;position:relative;height:30px;background:#fff}



/*--------------------------------------------
åº•éƒ¨
--------------------------------------------*/
.footer-top-bar {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #009bdb;
}

.footer-top-bar h3 {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
}

.footer-top-bar .btn-black {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
}
.footer-area {
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: #058ecd;
}
.footer-area,
.footer-area a {
    color: #ececec;
}
.footer-area a:hover {
    color: #009bdb;
}
.footer-area h4 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 9px;
    position: relative;
    color: #fff;
}
.footer-area h4:after {
    content: "";
    position: absolute;
    width: 69px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
}
.footer-area ul {
    margin-bottom: 0;
}
.footer-area li + li {
    margin-top: 9px;
}
.footer-area li .fa {
    margin-right: 7px;
    font-weight: normal;
}
.footer-area .address-list {
    margin-top: 10px;
    margin-bottom: 0;
}
.footer-area .address-list li {
    margin-top: 6px;
}
.footer-area .address-list li .fa {
    margin: 4px 10px 0 0;
    float: left;
    color: #fff;
}
.footer-area .address-list li.address .fa {
    margin: 2px 10px 0 0;
    font-size: 18px;
}
.footer-area .tweets-list {
}
.footer-area .tweets-list li {
    margin-top: 0px;
}
.footer-area .tweets-list li .fa {
    margin: 7px 12px 20px 0;
    color: #fff;
    font-size: 18px;
    float: left;
}
.footer-area .tweets-list li a:hover {
    text-decoration: underline;
}
.tweets-list p {
    margin: 0;
    color: #fff;
}
.footer-area .newsletter {
    margin-top: 35px;
}
.footer-area .newsletter .form-control {
    padding: 15px 20px;
    height: 52px;
    color: #fff;
    background-color: #434343;
    border-color: #595959;
}
.footer-area .newsletter .form-control:focus {
    border-color: #777;
}
.footer-area .newsletter .btn-secondary {
    text-transform: uppercase;
    font-weight: 500;
}
.foot-text-hover li :hover{
	color:#FFF;
	
	}
	
.foot-text-hover li:hover{
	color:#FFF;
	cursor:pointer;
	}	
.foot-list-box{
	margin-bottom:10px;
	}

.copyright{
	background-color:#0274a8;
	}
.copyright,
.copyright a {
    color: #ececec;

}

.copyright span,
.copyright a:hover {
    color: #5ac9f7;
}
.copyright p,
.copyright ul {
    margin-bottom: 0;
}
.copyright li {
    padding-left: 10px;
    padding-right: 10px;
}
.copyright li:last-of-type {
    padding-right: 0;
}
.foot_copyright_detail{
	padding:15px 0px 15px 0px;
	}
.weixin_Qr_code{
	width:45%;
	}





@media (min-width: 768px) and (max-width: 1170px){
#cssmenu {
  width:768px;
  margin:auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
  margin-top:10px;
}
#cssmenu > ul > li > a {
  padding: 20px 25px 20px 25px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.vcare_directory{
	width:100%;
	margin:auto;
	padding-top:180px;
	}

	}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
	border-top:#d3d3d3 1px solid;
	border-bottom:#d3d3d3 1px solid;
	background-color:#fcfcfc;
	margin-top:10px;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 13px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #ffffff;
	background-color:#009bdb;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  .weixin_Qr_code{
	width:40%;
	}
	
	
/*--------------------------------------------
äºŒçº§é¡µå¤´éƒ¨
--------------------------------------------*/
	.vcare_2ji_top_pic{
url(../images/vcare_2ji_top_pic02.jpg) no-repeat center center;
	height: 140px;
	position: relative;
	}
	.vcare_2ji_top_pic02{
url(../images/vcare_2ji02_top_pic02.jpg) no-repeat center center;
	height: 140px;
	position: relative;
	}
.vcare_2ji_top_pic03{
	background: url(../images/vcare_2ji03_top_pic02.jpg) no-repeat center center;
	height: 140px;
	position: relative;
	}
	.vcare_directory{
		width:auto;
		margin:auto;
		padding-top:90px;
		}
.foot-list-box{
	margin-bottom:20px;
	}
}

.lite-li{
	font-weight:bold;
	}

select::-ms-expand { display: none; }

@media (min-width: 900px) and (max-width: 1200px){
.about-featured ul.list  li p {
    margin-bottom: 30px;
	height:180px;
}
}
@media (min-width: 768px) and (max-width: 900px){
.about-featured ul.list  li p {
    margin-bottom: 30px;
	height:auto;
}
}
@media (max-width: 900px){
.about-featured ul.list  li p {
    margin-bottom: 30px;
	height:auto;
}
}

