@charset "utf-8";
 
/* CSS Document */
.swiper-banner { overflow: hidden; width: 100%;}
.swiper-banner .swiper-slide {
	position: relative;
}

.swiper-banner .code img {
	max-width:68%;float: right;
}
 
.swiper-banner .swiper-slide{ display: block; background: center no-repeat; background-size: cover; height: 600px; padding-top: 100px;}
.swiper-banner{ display: block;}
.swiper-banner .btn{ float: left; width: 25%; margin-top: 140px; }
.swiper-banner .btn a{ display: block; border-radius: 100px; background: rgba(255,255,255,.2); font-size: 26px; box-shadow: 0 5px 5px rgba(0,0,0,.1); text-align: center; line-height: 70px;   margin-bottom: 30px;}
.swiper-banner .btn a:hover{ background: #ffa05d; color: #fff;}

.header{ position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; padding: 15px 0; }
.header .logo { float: left; width: 20%;}
.header .logo img{ display: block; max-width: 100%;}
.header .menu{ float: right; width: 79%; font-size: 15px;  }
.header .menu li{ float: left; width: 13%;   text-align: center; line-height: 40px; padding: 10px 0;}
.header .menu li:first-child,.header .menu li:last-child{ width: 6%;}
.header .menu li:last-child{ width: 10%;}
.header .menu li img{ width: 25px; margin: 9px 5px; border-radius: 50%;  float: left;}
.header .menu li>a{ display: block; width: 100%; color: #333; height: 40px; overflow: hidden;} 
.header .menu li.consult{ width: 18%; margin-left:0;}
.header .menu li.consult a{ display: block; background: #ef751f; color: #fff; color: #fff; border-radius:30px; padding: 0 0; box-sizing: border-box; }
.menu_btn{ position:absolute; width:35px; top:50%; right:15px; height:32px; margin-top:-16px; display:none}
.menu_btn i{ display:block; border-radius:30px; height:4px; background:#EF751F; margin:5px 0; cursor:pointer;}
.header .menu li.active a{ color: #EF751F;}


.header.fixed{ background: rgba(0,0,0,.7); border-bottom-color: #000;}
.header.fixed .menu li a{ color: #fff;}

.header .menu li { position: relative;}

.header .menu li dl{ background: #fff; display: none;   position: absolute; top:55px; left: 0; width: 100%; border: 1px solid #EDEDED;}
.header .menu li dl a{color: #555 !important; display: block; line-height: 25px; padding:5px 10px;font-size: 14px; box-sizing: border-box;}
.header .menu li:hover dl{ display: block;}
.header .menu li dl dd:hover  a{ background: #ffa05d; color: #fff;}

.home-title{ display: block; padding: 60px 0 50px; text-align: center; font-size: 30px;}
.home-title:after{ content: ""; width: 120px; height: 3px; display: block;margin: 13px auto 0; background: #EF751F;}


.home-news-list { overflow: hidden; padding-bottom: 80px;}
.home-news-list li{ width: 33.33%; float: left; box-sizing: border-box; overflow: hidden;}
.home-news-list li a{ display: block; position: relative;}
.home-news-list li .cont{ padding:62px 15px ; box-sizing: border-box; height: 258px;  text-align: center; background: #fff; transition: all .2s;  } 
.home-news-list li .cont .title{ color: #222; font-size:24px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin: 15px 0 0;}
.home-news-list li .cont .word{ line-height: 1.8; height: 75px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;  color: #888; width: 75%; margin: 13px auto 0;}
.home-news-list li .cont .btn{ margin: 15px auto 0; border-radius: 30px; max-width: 150px; width: 80%; text-align: center; color: #333; border: 1px solid #EDEDED; display: block; line-height: 35px; transition: all 0.3s;}
.home-news-list li .img{ position: relative; display: block; height: 258px; background: center no-repeat; background-size: cover; transition: all .2s;}
.home-news-list li:hover .btn{ background: #000; color: #fff;}
.home-news-list li .img::after{ content: " "; transition: all .2s;
	border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px; 
	bottom: 0;
    left: 50%;
    margin-left: -13px;
    border-bottom-color: #fff; }
.home-news-list li:nth-child(2n) .img::after{border-bottom-color: transparent; border-top-color: #fff; top: 0; }
.home-news-list li:hover a::after{content: "";position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: block; border: 1px solid #EDEDED;}


.home-news-list li:hover .cont{ background: #EF751F; color: #fff}
.home-news-list li:hover .img::after{ border-bottom-color: #EF751F;}
.home-news-list li:hover:nth-child(2n) .img::after{ border-bottom-color: transparent; border-top-color: #EF751F;}
.home-news-list li:hover  .cont .word,
.home-news-list li:hover .cont .title{ color: #fff;}
.home-news-list li:hover .img{ transform: scale(1.1);}


.home-feature{ margin-bottom: 50px;}
.home-feature  li{ margin-bottom: 50px;}
.home-feature  li .img{ display: block; height: 360px; width: 52%; background: center no-repeat; background-size: 100% 100%;}
.home-feature  li a{ display: block; position: relative;}
.home-feature  li .block{ position: absolute; top: 55px; right: 0; background: #fff; z-index: 100; height: 245px; width: 55%; box-sizing: border-box; padding: 65px 90px; box-shadow: 0 0 10px rgba(0,0,0,.2); transition: all .3s; border-left: 3px solid #fff;}
.home-feature  li .block .title{ font-size: 24px; display: block; padding-bottom: 10px;}
.home-feature  li .block .word{ color: #888888; line-height: 24px; height: 72px;}

.home-feature  li:nth-child(2n) .block{ left: 0;}
.home-feature  li:nth-child(2n) .img{ margin-left: 45%;}
.home-feature  li .block:hover{ border-left-color: #EF751F;}
.home-feature  li .block:hover .title{color: #EF751F;}

.foot{ background: #333333;}
.foot .container{ padding: 40px 0;}
.foot .code{ float: right;  width: 15%;}
.foot .code a{ color: #b6b6b6; font-size: 12px; display: block; float: left; text-align: center;}
.foot .code a img{ display: block; margin: 0 auto 7px; line-height: 1.8; text-align: center; max-width: 120px;}
.foot .copy{ background: #111; color: #b6b6b6; text-align: center; padding: 18px 0;}

.foot-menu{ float: left; width: 85%; display: flex; flex-direction: row;}
.foot-menu dl{ width: 100%; box-sizing: border-box; padding-right: 10px; line-height: 1.8;}
.foot-menu dl:last-child{ width: 200%}
.foot-menu a{ color: #b6b6b6;}
.foot-menu dt { padding-bottom: 20px;}
.foot-menu dt a{ color: #f2f2f2; border-bottom: 1px solid #777; font-size: 15px; padding: 8px 0;}
.foot-menu dd a{ padding: 3px 0; display: block;}

.header-info{ z-index:10000; border-bottom: 1px solid #EDEDED;}
.medical-title{ padding: 60px 0; text-align: center; font-size: 30px; background: url(/assets/img/frontend/title.png) center no-repeat;  line-height: 32px; color: #000;}
.medical-title2{ background-image: url(/assets/img/frontend/title2.png);}
.medical-title3{ background-image: url(/assets/img/frontend/about-title.png);}
.medical-title4{ background-image: url(/assets/img/frontend/title3.png);}
.medical-word{ line-height: 1.8; padding: 0 0 30px;}

.medical-blod{ font-size: 16px; color: #000; font-weight: bold; margin: 30px 0 25px; }
.medical-blod:after{     content: "";
    width: 3px;
    height: 20px;
    margin-top: 2px;
    background: #EF751F;
    float: left;
    margin-right: 10px;}
.medical-ul{ margin: 10px 0 50px;display: flex;  flex-wrap: wrap; justify-content: space-between;  }
.medical-ul li{  width: 23%; border: 2px solid #ef751f; border-radius: 5px; overflow: hidden; margin-bottom: 15px; }
.medical-ul li .title{ display: block; background: #EF751F; color: #fff; text-align: center; font-size: 16px; line-height: 43px;}
.medical-ul li .cont{ padding: 13px 13px 0;}
.medical-ul li .cont a{ display: block; background: #fcf2eb; font-size: 15px; text-align: center; margin-bottom: 15px;  padding:  13px;}

.medical-server li{ margin-top: 20px; }
.medical-server li .num{ display: block; float: left; width: 40px; height: 40px; line-height: 40px; font-size: 17px; border-radius: 50%; text-align: center; background: #EF751F; color: #fff; margin-right: 10px;}
.medical-server li .title{ color: #333; font-size: 15px; font-weight: bold; display: block; padding-bottom: 5px;}

.medical-code{ display:block; width: 100%; overflow: hidden; margin:50px auto; max-width: 450px;}
.medical-code .block{ width: 50%; float: left; line-height: 1.7;}
.medical-code .block img{ display: block; margin-top: 10px ; max-width: 100%;}
.medical-code .block p{ height: 75px; overflow: hidden;}
.medical-code .block  span{ display: block; color: #333; font-size: 15px; font-weight: bold;}

.idea{ position: relative; padding: 50px 0; top: 0; left: 0; margin-bottom: 70px;  }
.idea .img{ position: absolute; top: 0; left: 0; height: 100%; width: 40%; z-index: 1; background: center no-repeat; background-size: cover;}
.idea .block{ position: relative; z-index: 1000; background: #fff;width: 75%; line-height: 1.8; float: right; box-sizing: border-box; padding:  35px; border-radius: 2px; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.idea .block .title{ font-size: 24px; margin-bottom: 10px; color: #000; display: block;}
.idea .block .title:after{ content: ""; display: block; float: left; margin-right: 10px; width: 3px; height: 22px; background: #EF751F; border-radius: 30px; margin-top:12px;}

.introduction{ display: block; overflow: hidden; margin-bottom: 40px; background: #fff; padding: 25px;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.introduction .img{ width: 26%;float: left; margin-right: 2%;}
.introduction .name{ font-weight: normal; color: #000; font-size: 24px; padding: 10px 0;}
.introduction .cont{ overflow: hidden;}
.introduction .cont .word{ float: left; width: 50%;}
.introduction .cont .word .ul{ overflow: hidden;}
.introduction .cont .word .ul li{ width: 50%; float: left;}
.introduction .word{ margin-top: 20px; line-height: 1.8;}
.introduction .title { color: #EF751F; font-size: 18px; display: block;}

.feature img{ display: block; max-width: 100%; }
.feature .block{ bottom: 0; position: absolute; right: 0; width: 60%;}


.characteristic-block1{ padding: 80px 0; margin-bottom: 20px;}
.characteristic-block1 .img{ width: 45%;}
.characteristic-block1 .block{ width: 65%;}

.characteristic-title{ line-height: 40px; margin-bottom: 20px;}
.characteristic-title span{ font-size: 18px; color: #000;}
.characteristic-title:before{ content: ""; width: 3px; height: 20px; margin-top: 10px; background:#EF751F; float: left; margin-right: 10px;}
.characteristic-title a{ float: right; color: #EF751F; font-size: 15px;}
.characteristic-img{ margin-bottom: 40px;}
.characteristic-img img{ display: block; max-width: 100%; margin: 0 auto;}

.characteristic-word{ display: block; margin: 80px auto 50px; background: #fff; padding: 20px; box-shadow: 0 0 8px rgba(0,0,0,.1); line-height: 1.7;}
.characteristic-huizhen{display: flex;  flex-wrap: wrap; justify-content: space-between;  background: url(/assets/img/frontend/vs.png) center no-repeat; margin-bottom: 70px;}
.characteristic-huizhen .block{ width: 38%; background: #fff; border-radius: 5px; box-shadow: 0 0 8px rgba(0,0,0,.1); box-sizing: border-box; padding: 20px; line-height: 1.8; }
.characteristic-huizhen .block img{ max-width: 100%; display: block;}
.characteristic-huizhen .block .img{ margin-top: 20px;}
.characteristic-huizhen .block .title{ color: #000; font-size: 15px; }

.characteristic-mdt{ margin-bottom: 80px;}
.characteristic-mdt .title{ display: block; background: #EF751F; color: #fff; text-align: center; font-size: 24px; line-height: 55px; width: 280px; margin: 0 auto;}
.characteristic-mdt .img{ display: block; margin: 0 auto; max-width: 85%;}
.characteristic-mdt .list{ display: block;}
.characteristic-mdt .list li{ float: left; background: #fff; border-radius: 5px; box-shadow: 0 0 8px rgba(0,0,0,.1); margin-right: 2%; width: 18.4%; border-radius: 5px; padding: 30px 0; font-size: 16px;text-align: center;}
.characteristic-mdt .list li:nth-child(5n){ margin-right: 0;}
.characteristic-mdt .list li img{ display: block; margin: 0 auto; border-radius: 50%; box-shadow: 0 5px 8px rgba(0,0,0,.2); width: 120px; height: 120px;}
.characteristic-mdt .list li span{ display: block; text-align: center; padding: 25px 0 10px; }
.characteristic-mdt .list li p{ color: #EF751F;}

.department-title{ display: block; text-align: center; font-size: 24px; color: #000; padding: 0 0 15px;}
.expet-department{ display: block; overflow: hidden; margin-bottom: 50px;}
.expet-department li{ width: 32%; margin-right: 2%; float: left; box-sizing: border-box;}
.expet-department li a{ display: block; border: 1px solid #EDEDED; overflow: hidden;}
.expet-department li img{ display: block; max-width: 100%; margin: 0 auto;}
.expet-department li:nth-child(3n){ margin-right: 0;}
.expet-department li .block{ display: block;padding: 20px ;}
.expet-department li .title{ text-align: center; font-size: 20px; padding: 5px 0 15px; color: #222; display: block;}
.expet-department li .word{ line-height: 25px; color: #555; height: 125px; overflow: hidden;}
.expet-department li .btn{ display: block; border-radius: 30px; margin: 20px auto 0; border: 1px solid #EF751F; color: #EF751F; font-size: 15px; width: 130px; text-align: center; line-height: 38px;}
.expet-department li:hover .btn{ color: #fff; background: #EF751F;}

.expert-title{ padding: 40px 0 30px; text-align: center;}
.expert-title span{ background: url(/assets/img/frontend/expert-title.png) center no-repeat; height: 60px; line-height: 60px; padding-top: 8px; display: block; font-size: 24px; color: #000;}
.expert-title p{ color: #666; font-size: 18px; padding-top: 10px;}

.expert-block{ display: block; background: #fff;box-shadow: 0 5px 8px rgba(0,0,0,.2); margin-bottom: 40px; padding: 30px 30px 30px 330px; position: relative; min-height: 300px;}
.expert-block .name{  position: absolute; top: 0; left: 0;  text-align: center; width: 330px;}
.expert-block .name img{ display: block; width: 200px; height: 200px; display: block; margin: 30px auto 20px; border: 5px solid #E7E7E7; border-radius: 50%;}
.expert-block .name span{ font-size: 24px; color: #000;}
.expert-block .name p{ margin-top: 10px; font-size: 16px;}
.expert-block .word{ line-height: 1.8;}
.expert-block .word span{ display: block; color: #EF751F; font-size: 15px; width: 100px; text-align:justify;
     text-align-last:justify;}
.expert-block .word p{ padding-top: 15px;}

.expert-bg{ display: block; background: url(/assets/img/frontend/expert1.png) fixed center no-repeat; background-size: cover;}
.expert-bg img{ display: block; max-width: 100%; margin: 0 auto;}
.expert-bg .btn{ overflow: hidden; background: #EF751F; color: #fff; border-radius: 30px; display: block; max-width: 360px; width: 90%; line-height: 45px; text-align: center; margin: 30px auto; font-size: 15px;}

.shou-word{ line-height: 1.8; padding-bottom: 50px;}
.shou-word p{ margin-top: 20px;}
.shou-word p span{ color: #333; display: block; font-weight: bold;}

.expert-table{ width: 100%; text-align: center;}
.expert-table td,.expert-table th{ padding: 15px 0;}
.expert-table th{ background: #fa9852; color: #fff; font-size: 16px; font-weight: normal;}
.expert-table td { color: #EF751F; padding: 20px 0;}
.expert-table td span{ font-size: 18px;}
.expert-table td:nth-child(1){ background: #fff5ee; color: #555;}
.expert-table td.one{ font-size: 18px; color: #000; font-weight: bold; color: #000; background: none;}

.header-div{ height: 90px; display: block; width: 100%;}

 .phone-z { display: none;
 }

@media screen and (max-width:1500px) { }
@media screen and (max-width:1400px) { 
}
@media screen and (max-width:1024px) {
	.header .menu li { font-size: 14px;}
	.swiper-banner .btn a{ font-size: 18px; height: 54px; line-height: 54px;}
	.swiper-banner .swiper-slide{ height: 500px;}
	.swiper-banner .btn{ margin-top: 120px;}
	.home-title{ font-size: 24px;}
	.home-news-list li .cont .title{ font-size: 18px;}
	.home-feature li .block .title{ font-size: 20px;}
	.home-feature li .block{ width: 60%; padding: 40px 70px; height: 195px;}
	.home-feature li .img{ height: 310px;}
	.characteristic-mdt .list li img{ width: 100px; height: 100px;}
}
@media screen and (max-width: 800px) { 
	.menu_btn{ display: block;}
	.header .menu{ display: none; position: absolute; top: 60px; left: 0; width: 100%; background: rgba(0,0,0,.9); padding: 10px 0;}
	.header .menu li{ width: 100% !important; margin: 0 !important; padding:5px 0;}
	.header .menu li.consult{ padding: 10px;}
	.header .menu li.consult a{ width: 200px; margin: 0 auto;}
	.home-feature li .img{ width: 80%;}
	.home-feature li:nth-child(2n) .img{ margin-left: 20%;}
	.home-feature li .block{ width: 70%;}
	.foot .code,.foot-menu{ width: 100%;}
	.foot .code{ margin-top: 30px;}
	
	.medical-title{ font-size: 24px; padding: 45px 0;}
	.medical-ul li{ width: 48%;}
	
	.idea .img{ width: 80%;}
	.idea .block{ padding: 25px;}
	.idea .block .title{ font-size: 16px;}
	.idea .block .title:after{ margin-top: 5px;}
	.introduction .img{ width: 30%;}
	.introduction .title{ font-size: 16px;}
	.introduction .cont .word{font-size: 13px; line-height: 1.7;}
	.characteristic-mdt .list li img{ width: 80px; height: 80px;}
	.characteristic-mdt .list li{ font-size: 15px;}
	.characteristic-mdt .title{ font-size: 20px;}
	
	.expert-block { padding-left: 250px;}
	.expert-block .name{ width: 250px;}
	.expert-block .name img{ width: 180px; height: 180px;}
	
	
.header-div{ height: 75px;} 
}
@media screen and (max-width: 720px) { }
@media screen and (max-width: 640px) {
*{ background-attachment:inherit;} 
body{ font-size: 13px;}
.foot-menu { display: inherit;}
.foot-menu dl{ width: 100%; padding: 0 15px;  }
.foot-menu dl dd{ display: none;}
.foot-menu dl dd.address{ display: block;}
.foot-menu dl dt { padding: 0;}
.foot-menu dl dt a{ display: block; font-size: 14px; line-height: 30px;}
.foot .container{ padding: 10px 0;}

.home-feature li { margin-bottom: 0;}
.home-feature li .img{ width: 95%; height: 200px; margin: 0 !important;}
.home-feature li .block{ height: auto; width: 90%; position: relative; top: -40px; right: auto; box-sizing: border-box; left: 10% !important; padding: 20px;}
.home-feature li .block .word{ height: auto;}
.home-feature li .block .title{ font-size: 16px;}
.home-news-list li{ width: 100%;}
.home-news-list li .img{ width: 50%; float: left; height: 177px;}
.home-news-list li .cont{ width: 50%; float: left; padding: 25px 15px; height: 177px;}
.home-news-list li .cont .title{ font-size: 16px;}
.home-news-list li .cont .word{ width: 90%; height: 72px;}
.home-title{ font-size: 18px; padding: 30px 0 ;}
.home-title:after{ width: 90px; height: 2px;}
.home-news-list li .img::after{ left: auto; right: 0; top: 50%; bottom: auto; margin-top: -13px; margin-left: 0;border: 10px solid transparent;border-right-color:#fff}
.home-news-list li:nth-child(2n) .img::after{ left: 0; right: auto; top: 50%;     border-right-color: transparent; 
    border-top-color: transparent; border-left-color: #fff; }
    .home-news-list{ padding-bottom: 40px;}
    
    .swiper-banner .swiper-slide{ height: 120px; padding-top: 50px;}
    .swiper-banner .btn{ float: none; width: 100%; display: flex; flex-direction: row; margin-top: 220px; }
    .swiper-banner .code img{ display: block; float: none; margin: 0 auto 15px; max-width: 80%;}
     .swiper-banner .btn a{ line-height: 40px; height: 40px; font-size: 14px; width: 100%; margin: 0 10px;}
     .header .menu{ top: 45px;}
     .header .logo{ width: 25%;}
     .home-feature{ margin-bottom: 0;}
     
.medical-ul li{ width: 100%;}
.medical-title{ font-size: 18px; padding: 25px 0; background-size: 190%;}
.medical-code .block img{ width: 80%;}

.medical-server li{ line-height: 1.8;}
.medical-server li .num{ width: 30px; height: 30px; line-height: 30px;}
.medical-ul li .title{ font-size: 14px; line-height: 40px;}
.medical-ul li .cont a{ padding: 10px; font-size: 13px; margin-bottom: 10px;}
.medical-ul{ margin-bottom: 20px;}
.medical-word{ padding-bottom: 20px;}
.introduction .cont .word{ width: 100%;}
.idea { padding: 0; margin-bottom: 30px;}
.idea .img{ position: relative; width: 100%; height: 230px;}
.idea .block{ width: 100%; padding: 20px;}
.introduction .img{ width: 90%; margin-left: 5px; }
.introduction{ padding: 15px;}
.introduction .name{ font-size: 18px; clear: both; margin-top: 15px;}
.introduction .word{ margin-top: 10px;} 
.feature .block{ position: relative;}
.introduction .title{ font-size: 14px;}

.characteristic-title span{ font-size: 15px;}
.characteristic-title a{ font-size: 13px;}

.characteristic-mdt{ margin-bottom: 20px;}
.characteristic-mdt .title{ font-size: 16px; margin: 0 auto 30px; line-height: 40px; width: 180px;}
.characteristic-mdt .img{ display: none;}
.characteristic-mdt .list li{ width: 48%; margin-bottom: 15px; margin-right: 4%; padding: 20px 0;}
.characteristic-mdt .list li:nth-child(5n){ margin-right: 4%;}
.characteristic-mdt .list li:nth-child(2n){ margin-right: 0;}

.characteristic-huizhen{ margin-bottom: 30px;}
.characteristic-huizhen{ display: block; background: none;}
.characteristic-huizhen .block{ width: 100%; padding: 10px ;}
.characteristic-huizhen .phone-show{ margin: 25px auto;}
.characteristic-huizhen .block img.yun{ width: 60px;}
.characteristic-word{ padding: 15px; margin: 30px auto 20px;}

.expet-department li{ width: 100%; margin: 0 auto 10px;}
.expet-department li .block{ padding: 15px;}
.expet-department li .word{ height: auto;}
.expet-department li .title{ font-size: 17px; padding-bottom: 7px;}
.expert-title p{ font-size: 14px; line-height: 1.8;}
.expert-title{ padding: 25px 0 20px;}
.expert-title span{ font-size: 18px;}

.expert-block{ padding: 20px; margin-bottom: 20px;}
.expert-block .name{ width: 100%; position: relative;}
.expert-block .name img{ width: 120px; height: 120px; margin-top: 0;}
.expert-block .name span{ font-size: 16px;}

.expert-bg .btn{ margin: 20px 0; }
.expert-table{ line-height: 1.8;}
.expert-table th{ font-size: 14px;}
.expert-table td,.expert-table th{ padding: 10px 5px;}
.expert-table td span{ font-size: 16px;}

.header .menu li dl{ display: none !important;}
.home-news-list li .cont .title{     text-overflow: initial;  font-size: 14px;
     white-space: initial;}
     .header .menu li a{color: #fff;}
     .home-news-list li .cont .title span{ display: block; }
     
     .header .menu li:last-child{ display: none}
     
     .phone-z { display: block; margin-left: 10px;float: left; margin-top: 5px; }
	.phone-z img{ height: 13px; margin: 0 5px; vertical-align: middle;}
	.header.fixed .phone-z { color: #fff;}
.phone-z img{ border-radius: 50%;}
}

@media screen and (max-width: 320px) { }
@media screen and (min-width:1200px) { 
}

.foot .copy a{ color: #b6b6b6;}

.header .menu li.last{
	display: none;
}
@media screen and (max-width: 768px) {
	.header .menu li.last {
		display: block;
	}
}