@charset "utf-8";
/*
* Site:仿制页面(1)(1)/医生团队
* Author:pengxing
* Ver 1.0
* Date:2021.7.20
*/
.container{}
.item{width:1200px;margin:0 auto;}

/* banner */
.banner-layer{width:100%;height:440px;overflow:hidden;position:relative;}
.banner{width:1920px;position:absolute;left:50%;top:0;margin-left:-960px;}
.banner li,.banner li img{width:1920px;height:440px;}
.banner .bajs-easy-slider-pagination{width:100%;text-align:center;line-height:0;font-size:0;position:absolute;left:0;bottom:10px;}
.banner .bajs-easy-slider-pagination a{width:12px;height:12px;background-color:#0f82d2;border-radius:50%;display:inline-block;margin:0 7px;}
.banner .bajs-easy-slider-pagination a.active{background-color:#1589ec;}
/* f1Box */
.f1Bg{background:#f2f2f2;}

.f2Box h2{height:28px;line-height:28px;font-size:20px;font-weight:normal;border-bottom:solid 1px #cccccc;color:#1589ec;position:relative;margin-bottom: 10px;padding-top: 30px;}
.f2Box h2 span{height:28px; line-height:28px; text-align:center; color:#1589ec; border-bottom:solid 2px #1589ec; color:#1589ec;display:inline-block;}
.f2Box h2 em{color:#bababa;text-transform:uppercase;}

.list_crumbs{ height:50px; }
.list_crumbs_con{  height:50px; margin:0 auto;}
.list_crumbs_left{ float:left; height:50px; text-indent:20px; line-height:50px; background:url(/style/images/list_doc/list_home.jpg) left center no-repeat; font-size:14px; color:#666;}
.list_crumbs_left a{ font-size:14px; color:#666; line-height:50px;}
.list_crumbs_s{ float:right; width:267px; height:28px; margin-top:10px; background:#fff; border:solid 1px #ccc;}
.list_s_key{ float:left; width:208px; height:28px; border:none; padding:0; background:url(/style/images/list_doc/list_crumbs_search.jpg) right center no-repeat;}
.list_s_submit{ float:right; width:50px; height:26px; margin-top:1px; border:none; font-size:14px; background:#1589ec; color:#fff; font-weight:bold;}
.list_crumbs_t{ float:right; height:50px; padding-right:15px; margin-right:15px; font:16px/50px "Microsoft YaHei"; color:#666; background:url(/style/images/list_doc/list_crumbs_line.jpg) right center no-repeat;}



.f2Box .tab{padding-bottom:30px;overflow:hidden;}
.f2Box .tab span{float: left;width: 130px;height: 30px;margin: 10px 15px 0 0;text-align: center;font-size: 14px;line-height: 30px;background: #f2f2f2;color: #666;cursor: pointer;}
.f2Box .tab span.active{color: #fff;background: #1589ec;}
.f2Box dl{overflow:hidden;}
.f2Box dt{float:left;border:solid 1px #ccc;margin-right:50px;}
.f2Box dt,.f2Box dt img{width:354px;height:370px;}
.f2Box dd{float:left;width:700px;height: 560px;}
.f2Box dd h3{font-size: 32px;color: #1589ec;font-weight:normal;margin-top:5px;}
.f2Box dd h3 small{font-size: 24px;color: #666;}
.f2Box dd h3 span{line-height: 50px;font-size: 20px;color:#666;display:block;}
.f2Box dd h3 span em{padding-right:30px;}
.f2Box dd h3 span em b{color:#333;}
.f2Box dd p{line-height: 30px;text-indent: 2em;font-size: 14px;color: #666666;}
.f2Box dd p span{line-height: 32px;font-size: 16px;background: #f2f2f2;color: #333;margin: 15px 0;text-indent: 0.5em;display:block;}
.f2Box dd p span em{color:#1589ec;font-weight:bold;padding:0 10px;}

.pulse1{animation:pulse1 2s .5s ease infinite;-webkit-animation:pulse1 2s .5s ease infinite;-moz-animation:pulse1 2s .5s ease infinite;}
@keyframes pulse1{
	0%{transform:scale(0.9)}
	50%{transform:scale(1)}
	100%{transform:scale(0.9)}
}
@-webkit-keyframes pulse1{
	0%{-webkit-transform:scale(0.9)}
	50%{-webkit-transform:scale(1)}
	100%{-webkit-transform:scale(0.9)}
}