﻿.banner {
 display: block;
}

.site_banner {
 display: none;
}

.header {
 position: absolute;
}

.doctorMain {
 background: #f2f2f2;
 margin-top: -42px;
}

.menuApar {
 background: url(/Content/Areas/Common/images/doctor/doctorTitleBg.png) no-repeat top center;
 overflow: hidden;
 margin-bottom: 10px;
}

.banner img {
 width: 100%;
}

.Min {
 width: 1200px;
 margin: 0 auto;
 overflow: hidden;
}

/* .main_content {
 padding-top: 45px;
} */

.wrap_main {
 background: #F5F5F5;
}

.wrap_main .main {
 padding-bottom: 40px;
}

.keyBox {
 position: relative;
 width: 1200px;
 margin: 0 auto;
 padding-bottom: 35px;
 padding-top: 15px;
}

.keyBox .key {
 float: right;
}

.key a {
 display: inline-block;
 width: 34px;
 height: 45px;
 background: url(/Content/Areas/Common/images/common/keyBord.png) no-repeat;
 text-align: center;
 line-height: 45px;
 margin-right: 3px;
 font-size: 18px;
 color: #C24339;
 background-size: 100% 100%;
}

.key a.hover,
.key a:hover {
 background: url(/Content/Areas/Common/images/common/keyBordHover.png) no-repeat;
 background-size: 100% 100%;
 color: #fff;
 font-weight: 600;
}

a.ClearKey {
 width: 110px;
 height: 45px;
 background: url(/Content/Areas/Common/images/common/keyAll.png) no-repeat;
 display: block;
 line-height: 45px;
 text-align: center;
 color: #C24339;
 font-size: 18px;
 position: absolute;
 left: 0;
 top: 15px;
 background-size: 100% 100%;
}

a.ClearKey.hover,
a.ClearKey:hover {
 background: url(/Content/Areas/Common/images/common/keyAllHover.png) no-repeat;
 background-size: 100% 100%;
 color: #fff;
 font-weight: 600;
}

.menuA {
 margin: 90px 0 40px;
 overflow: hidden;
 width: 100%;
 border-bottom: 1px solid #C4C4C4;
 padding-bottom: 40px;
}

.menuA>.menuAScro {
 text-align: center;
 overflow: hidden;
}

.menuA::-webkit-scrollbar {
 display: none;
}

.menuApar .arrow-btn {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 26px;
 height: 38px;
 display: none;
}

.menuApar .dep-btn-left {
 background: url(/Content/Areas/Departments/images/left-arrow.png) no-repeat center center;
 left: -56px;
}

.menuApar .dep-btn-right {
 background: url(/Content/Areas/Departments/images/right-arrow.png) no-repeat center center;
 right: -56px;
}

.menuA .DepNameBtn {
 height: 62px;
 text-align: center;
 background: #C6AAA3;
 border-radius: 7px;
 color: #fff;
 font-size: 18px;
 line-height: 62px;
 margin-right: 30px;
 display: inline-block;
 width: 177px;
 box-sizing: border-box;
 cursor: pointer;
}

.menuA .DepNameBtn:last-child {
 margin-right: 0;
}


/* .menuA .DepNameBtn.small_size{
font-size: 16px;
font-weight: bold;
} */

.menuA .DepNameBtn.current,
.menuA .DepNameBtn:hover {
 background: #C24339;
 color: #fff;
}

.searchTab {
 display: flex;
 justify-content: space-between;
 width: 1200px;
 margin: 0 auto;
 padding-bottom: 43px;
}

.selectCont {
 background: none;
 border-radius: 8px;
 font-size: 18px;
 padding: 15px 15px 15px 20px;
 width: 325px;
 box-sizing: border-box;
 border: 1px solid #C4C2C1;
 height: 53px;
}

.searchTab input.selectCont:focus {
 border-color: #C4C2C1 !important;
 outline: 0 !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}

.searchTab>p {
 display: inline-block;
 line-height: 50px;
 padding-left: 60px;
 color: #333;
 font-size: 25px;
 background: url(/Content/Areas/Common/images/doctor/doctorViewIcon.png) no-repeat left center;
}

.selectBtn {
 display: inline-block;
 padding: 10px 40px;
 border-radius: 8px;
 font-size: 18px;
 color: #fff;
 background: #C24339;
 width: 144px;
 cursor: pointer;
}

.menuB {
 padding-top: 0;
 width: 1200px;
 margin: 0 auto;
}

.menuB .menuCount {
 width: 280px;
 box-sizing: border-box;
 background: #fff;
 background-size: 100% 100%;
 float: left;
 /* display: inline-block; */
 overflow: hidden;
 margin-top: 20px;
 border-radius: 8px;
 /* margin-right: 20px; */
 margin-left: 10px;
 margin-right: 10px;
}

.lines {
 overflow: hidden;
 /* border-left: 1px solid transparent; */
 /* border-right: 1px solid transparent; */
 /* border-bottom: 1px solid transparent; */
 box-sizing: border-box;
 border-radius: 0 0 8px 8px;
}

.menuB .menuCount:hover .lines {
 border-color: #C24339;
}

.menuB .menuCount:hover .ul {
 background: url(/Content/Areas/Common/images/doctor/doctorListBg.png) no-repeat right bottom;
}

.menuB .menuCount:nth-child(4n) {
 /* margin-right: 0; */
}

.menuB .menuCount:hover .DepName img {
 animation: rotate 15s linear 0s infinite;
}

@keyframes rotate {
 from {
 transform: rotate(0deg)
 }
 to {
 transform: rotate(360deg)
 }
}

.menuB .menuCount .DepName {
 padding-left: 15px;
 border-top-left-radius: 7px;
 border-top-right-radius: 7px;
 height: 50px;
 line-height: 50px;
 background: #C24339;
}

.menuB .menuCount .DepName a {
 color: #fff;
 font-size: 20px;
 transform: translateX(-15px);
 display: inline-block;
}

.menuB .menuCount .DepName img {
 margin-top: -10px;
}

.menuB .menuCount .ul {
 height: 156px;
 overflow-y: scroll;
 box-sizing: border-box;
 margin: 20px 0 0 0;
}

.menuB .menuCount .ul .li {
 float: left;
 position: relative;
 width: 33.3%;
 margin-bottom: 18px;
 text-align: center;
}

.menuB .menuCount .ul .li>a {
 font-size: 16px;
 color: #666;
}

.menuB .menuCount .ul .li>a:hover {
 color: #C24339;
}

.menuB .menuCount .ul::-webkit-scrollbar {
 /*滚动条整体样式*/
 width: 2px;
 /*高宽分别对应横竖滚动条的尺寸*/
 height: 80px;
}

.menuB .menuCount .ul::-webkit-scrollbar-thumb {
 /*滚动条里面小方块*/
 width: 2px;
 background: #e2c0b8;
}

.menuB .menuCount .ul::-webkit-scrollbar-track {
 /*滚动条里面轨道*/
 background: #ffffff;
}

.select1.selectCont {
 padding: 0;
 cursor: pointer;
}

.select1.selectCont p.option {
 padding: 15px 15px 15px 20px;
 color: #666;
}

.select1.selectCont p.option {
 background: url(/Content/Areas/Common/images/doctor/jiantou.png) no-repeat 286px center;
 background-size: 20px;
}

.select1 .test {
 display: none;
 background: #fff;
 height: 300px;
 overflow-x: hidden;
 overflow-y: scroll;
 padding-left: 20px;
 box-sizing: border-box;
 position: absolute;
 z-index: 2;
 width: 325px;
 border: 1px solid #C4C2C1;
 border-radius: 5px;
}

.select1 .test::-webkit-scrollbar {
 /*滚动条整体样式*/
 width: 4px;
 /*高宽分别对应横竖滚动条的尺寸*/
 height: 80px;
}

.select1 .test::-webkit-scrollbar-thumb {
 /*滚动条里面小方块*/
 width: 4px;
 background: #e2c0b8;
}

.select1 .test::-webkit-scrollbar-track {
 /*滚动条里面轨道*/
 background: #ffffff;
}

.select1 .test {
 line-height: 34px;
 cursor: pointer;
}

.select1 .test p:hover {
 color: #C24339;
}

.li_Dep0>.Show {
 font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
 .main {
 width: 100%;
}
 .searchTab,.menuB {
 width: 1000px;
}
 .selectCont {
 width: 215px;
}
 .menuB .menuCount{
 width: 230px;
 }
}
@media only screen and (max-width:768px) {
 .mian .banner{
 margin-bottom: 20px;
 }
 .searchTab {
 display: none;
 }
 .doctorMain{
 margin-top: 0px;
 }
 .menuApar,
 .menuA,
 .w1210 {
 width: 100%;
 }
 .menuA {
 margin: 20px 0 20px;
 width: 100%;
 padding-bottom: 20px;
 }
 .menuA .DepNameBtn {
 height: 50px;
 font-size: 14px;
 line-height: 50px;
 margin-right: 1%;
 width: 30%;
 }
 .menuB {
 padding: 0 10px 0;
 width: 100%;
 box-sizing: border-box;
 }
 .menuB .menuCount {
 width: 100%;
 float: none;
 margin-right: 0;
 margin-left: 0;
 }
 .header_phone{
 position: relative !important;
 margin-bottom: 0;
 }

}  