body{
	margin: 0;
    padding: 0;
    background: #f2f2f2;
    font-size: 100%;
    font-family: PingFangSC-Regular,PingFang SC,Segoe UI,Arial,Microsoft Yahei,Microsoft Yahei In-Bold,Apple LiGothic Medium;
    color: #1a1a1a;
    width: 100%;
    height: 100%;
}
a{
	margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
li{
	list-style:none
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%; */
    vertical-align: baseline;
    /*background: transparent;*/
}
.first-layout{
	/*position: relative;*/
    height: 100vh;
    overflow: auto;
}
.first-layout .heda{
	/*position: fixed;
    left: 0;
    top: 0;*/
    z-index: 100;
    width: 100%;
}
.first-layout .heda .header{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.header .page-header{
	height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #151536;
}
.header .page-nav{
	height: 120px;
    background: #fff;
}
.first-layout .main{
	/*position: relative;*/
    min-height: 100%;
    padding-bottom: 160px;
}
.main .main-box{
	margin: 0 auto;
    width: 1200px;
    padding-bottom: 20px;
}
.main .main-box .instrument-details {
  margin: 20px 0;
  background: #fff;
}
.instrument-details .top-section:after{
	content: "";
    display: block;
    clear: both;
}
.instrument-details .top-section .img-banner {
	float: left;
    width: 480px;
    height: 300px;
    background: #f7f7f7;
    /*position: relative;*/
    /*overflow-x: hidden;*/
}
.instrument-details .top-section .img-banner .el-carousel__container:after{
	content: "";
    display: block;
    clear: both;
}
.instrument-details .top-section .img-banner .el-carousel__container{
    height: 270px;
    line-height: 270px;
}
.instrument-details .top-section .img-banner .el-carousel__container .el-carousel__arrow--left {
	float: left;
	border: none;
    outline: none;
    padding: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
    width: 36px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    margin-left: 16px;
    margin-top: 25%;
    /*display: none;*/
   background: #f7f7f7;
   color: #f7f7f7;
}
.leftbtn{
	float: left;
	border: none;
    outline: none;
    padding: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
    width: 36px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    margin-left: 16px;
    margin-top: 25%;
	background-color: #dfe1e3;
	color: #fff;
}
.instrument-details .top-section .img-banner .el-carousel__container .el-carousel__arrow--left .el-icon-arrow-left{
	font-size: 16px;
	font-family: element-icons!important;
    font-weight: 400;
    cursor: pointer;
}
.instrument-details .top-section .img-banner .el-carousel__container .el-carousel__arrow--right{
	float: right;
	border: none;
    outline: none;
    padding: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
    width: 36px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    /*background-color: #dfe1e3;*/
    /*color: #fff;*/
    z-index: 10;
    text-align: center;
    font-size: 12px;
    margin-top: 25%;
    margin-right: 16px;
    /*display: none;*/
    background: #f7f7f7;
    color: #f7f7f7;
}
.rightbtn{
	float: right;
	border: none;
    outline: none;
    padding: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
    width: 36px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    background-color: #dfe1e3;
    color: #fff;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    margin-top: 25%;
    margin-right: 16px;
}
.instrument-details .top-section .img-banner .el-carousel__container .el-carousel__arrow--right .el-icon-arrow-right{
	font-size: 16px;
	font-family: element-icons!important;
    font-weight: 400;
    cursor: pointer;
}
.instrument-details .top-section .img-banner .el-carousel__container .el-carousel__item{
	float: left;
    width: 78%;
    height: 100%;
    overflow: hidden;
}
.instrument-details .top-section .img-banner .el-carousel__container .el-carousel__item .img-box{
    height: 270px;
    text-align: center;
}
.instrument-details .top-section .img-banner .el-carousel__container .el-carousel__item .img-box img{
	width: 80%;
    height: 80%;
    margin-top: 10%;
}
.instrument-details .top-section .img-banner .el-carousel__indicators{
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    bottom: 0;
    text-align: center;
}
.instrument-details .top-section .img-banner .el-carousel__indicators .el-carousel__indicator{
    cursor: pointer;
    display: inline-block;
    padding: 12px 4px;
}
.instrument-details .top-section .img-banner .el-carousel__indicators .el-carousel__indicator .el-carousel__button{
	display: block;
    opacity: .48;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;	
    opacity: 1;
}
.instrument-details .top-section .info {
	float: left;
    /*width: calc(100% - 480px);*/
    padding-left: 60px;
}
.instrument-details .top-section .info h5 {
  	min-width: 660px;
  	font-size: 28px;
  	line-height: 28px;
  	padding: 30px 0;
  	border-bottom: 1px solid rgba(220, 223, 230, 1);
}
.instrument-details .top-section .info .info-details {
    padding: 30px 0;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}
.instrument-details .top-section .info .info-details span {
    width: 100px;
}
.instrument-details .top-section .info .phone {
  	font-size: 16px;
  	color: rgba(80, 152, 194, 1);
  	line-height: 22px;
}
.instrument-details .recommend{
    padding: 20px;
}
.recommend .recommend-title{
    height: 54px;
    line-height:54px;
    font-size: 18px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#205eac;
    text-align: center;
    border-bottom: 1px solid #dcdfe6;
}
.recommend .recommend-title div{
    width: 96px;
    height: 100%;
    border-bottom: 2px solid #205eac;
}
.recommend .recommend-main{
  	height: 168px;
  	margin: 30px 0;
}
.recommend .recommend-main:after{
	content: "";
    display: block;
    clear: both;
}
.recommend .recommend-main .left .i{
  	font-size: 32px;
}
.recommend .recommend-main .left{
	float: left;
    margin-right: 5px;
    width:64px;
    height:168px;
    line-height: 168px;
    text-align: center;
    background:#f7f7f7;
    transform: scaleX(.7);
}
.recommend .recommend-main .right .i{
  	font-size: 32px;
}
.recommend .recommend-main .right{
	float: right;
    margin-left: 5px;
    width:64px;
    height:168px;
    line-height: 168px;
    text-align: center;
    background:#f7f7f7;
    transform: scaleX(.7);
}
.recommend .recommend-main .pickerList{
	float: left;
    width:85%;
    height: 168px;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
    overflow: hidden;
    ;
}
.recommend .recommend-main .pickerList .pic-li{
    flex-shrink: 0;
    width: 17.1%;
    height: 168px;
    margin-left: 24px;
    background:#f7f7f7;
    display: inline-block;
}
.recommend .recommend-main .pickerList .pic-li .img{
    width: 100%;
    height: 140px;
    text-align: center;
}
.recommend .recommend-main .pickerList .pic-li .img img{
    margin: 10px 0;
    width: 140px;
    height: 120px;

}
.recommend .recommend-main .pickerList .pic-li .pic-name{
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#333333;
    text-align: center;
}
.instrument-details .pro-details {
    padding: 20px;
}
.instrument-details .pro-details .name:after{
	content: "";
    display: block;
    clear: both;	
}
.instrument-details .pro-details .name{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	/*position: relative;*/
    border-bottom: 2px solid #e4e7ed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.instrument-details .pro-details .name li{
	height: 38px;
	line-height: 38px;
	float: left;
    color: #303133;
	margin-right: 20px;   
}
.instrument-details .pro-details .name li:hover{
	border-bottom:2px solid #4f99c2;
	color: #4f99c2;
	cursor: pointer;
}
.instrument-details .pro-details .name li:visited{
	/*border-bottom:2px solid #4f99c2;*/
	/*color: #4f99c2;*/
	cursor: pointer;
}
.instrument-details .pro-details .name .active{
	color: #4f99c2;
	cursor: pointer;
	border-bottom:2px solid #4f99c2;
}
.instrument-details .pro-details .contens-section {
  	padding: 0 30px 20px;	
}
.instrument-details .pro-details .contens-section div{
	display: none;
}
.instrument-details .pro-details .contens-section .first{
	display: block;
}
.main .footer{
    width: 100%;
    height: 160px;
    background: #151536;
}