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;
    color: black;
}
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{
	min-height: 100%;
    padding-bottom: 20px;
}
.main .main-box{
	margin: 0 auto;
    width: 1200px;
    padding: 20px 0;
}
.main .main-box .detail{
    height: calc(100vh - 190px);
    /*margin-top: 20px;*/
    /*overflow-y: auto;*/
}
.main .main-box .detail:after {
    content: "";
    display: block;
    clear: both;
}
.main .detail .left{
	float: left;
	width: 20%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
}
.main .detail .left .left-box{
	/*padding-top: 28px;*/
}
.left .left-box .first-nav-box {
	width: 100%;
	/*height: 60px;*/
    /*line-height: 60px;*/
    font-size: 14px;
    /*color: #303133;*/
   	/*padding-left: 30px;*/
   	/*padding: 0 20px;*/
    list-style: none;
    cursor: pointer;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
/*.left .left-box .first-nav-box a{
	color: #1a1a1a;
}*/
.left .left-box .first-nav-box .first-nav {
    display: inline-block;
    width: 82%;
    height: 60px;
    padding-left: 50px;
    line-height: 60px;
    /*color: #1a1a1a;*/
}
.left .left-box .first-nav-box .oneClassUl {
    display:block;
    width: 94%;
    /*height: 60px;*/
    /*padding-left: 60px;*/
    /*line-height: 60px;*/
    /*color: #1a1a1a;*/
}
.left .left-box .first-nav-box .oneClassUl .nav-box{
	/*display: inline-block;*/
    width: 80%;
    height: 60px;
    line-height: 60px;
}
.left .left-box .first-nav-box .oneClassUl .nav-box .li-name{
	display: inline-block;
    width: 78%;
    height: 60px;
    padding-left: 60px;
    line-height: 60px;
}
.left .left-box .first-nav-box .first-nav .title{
	display: inline-block;
	/*color: #1a1a1a;*/
}
.left .left-box .first-nav-box .first-nav .title a{
	/*color: #1a1a1a;*/
}
.color.title a{
	color:#4f99c2;
}
.left .left-box .first-nav-box .classA {
	width: 91%;
   padding-left: 20px;
}
.left .left-box .first-nav-box .classA .topIcon{
	float: right;
	display: block;
    padding-right: 20px;
    padding-left: 50px;
    color: #909399;
    font-size: 12px;
}
.left .left-box .first-nav-box .classA .upIcon{
	float: right;
	display: none;
    padding-right: 20px;
    padding-left: 50px;
    color: #909399;
    font-size: 12px;
}
.left .left-box .first-nav-box .first-nav a{
    /*display: inline-block;*/
    width: 99%;
    font-size: 14px;
    font-family: PingFangSC-Semibold\,PingFang SC;
    font-weight: 400;
    margin: 10px 0 10px 0;
    line-height: 1.5;
 }
 .main .detail .left .left-box .first-nav-box .classA:hover  {
	width: 91%;
	font-weight:400;
    color: #fff;
    background: #4F99C2;
}
.main .detail .left .left-box .first-nav-box .classA:hover a {
	width: 100%;
	font-weight:400;
    color: #fff !important;
    background: #4F99C2;
}
.main .detail .left .left-box .first-nav-box .oneClassUl .nav-box:hover{
	width: 78%;
	font-weight:400;
    color: #fff;
    background: #4F99C2;
}
.main .detail .left .left-box .first-nav-box .oneClassUl .nav-box:hover a{
	width: 100%;
	font-weight:400;
    color: #fff !important;
    background: #4F99C2;
}

.active{
	color:#4f99c2;
}
.active a{
	color:#4f99c2;
}
.active a p a{
	display: inline-block;
    width: 99%;
    font-size: 14px;
    font-family: PingFangSC-Semibold\,PingFang SC;
    font-weight: 400;
    margin: 10px 0 10px 0;
    line-height: 1.5;
    color:#4f99c2;
}
.main .detail .right{
	float: right;
	width: 79%;
    /*margin-right: -20px;*/
    height: 100%;
    overflow-y: auto;
}
.right .details-header{
	width: 100%;
    max-height: 360px;
    min-height: 320px;
    background: #fff;
}
.right .details-header .top-box:after{
	content: "";
    display: block;
    clear: both;
}
 .right .details-header .top-box{
 	height: 60px;
    line-height: 60px;
    padding: 0 30px;
    background: #fff;
    /*-webkit-box-shadow: 0 2px 4px 0 rgba(29,44,58,.1);
    box-shadow: 0 2px 4px 0 rgba(29,44,58,.1);*/
 }
 .details-header .top-box h2 {
	display: inline-block;
	float: left;
    left: 30px;
    font-size: 20px;
    font-family: PingFangSC-Regular\,PingFang SC;
    font-weight: 600;
    color: #333;
}
.details-header .top-box span {
	display: inline-block;
   	float: right;
    right: 30px;
    font-size: 14px;
    font-family: PingFangSC-Regular\,PingFang SC;
    font-weight: 600;
    color: #151536;
}
.details-header .line{
	width: 94%;
	height: 1px;
	margin: auto;
	background:#dcdfe6;
}
.details-header .head-detail{
	max-height: 300px;
    min-height: 260px;
}
.details-header .head-detail:after{
	content: "";
    display: block;
    clear: both;
}
.details-header .head-detail .head-img{
	float: left;
	display: inline-block;
	margin: 30px 30px 40px 40px;
	width: 230px;
	height: 160px;
}
.details-header .head-detail .head-img img{
	width: 100%;
    height: 100%;
}
.details-header .head-detail .head-content{
	float: left;
	display: inline-block;
	width: 65%;
	margin-top: 20px;
    margin-bottom: 49px;
    max-height: 220px;
    min-height: 180px;
}
.details-header .head-detail .head-content p{
	max-height: 220px;
    min-height: 180px;
	font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #333;
    margin: 10px 0 10px 0;
    line-height: 1.5;
}
 .right .btn{
 	padding: 10px 30px 0;
    text-align: right;
 }
 .right .btn .text{
 	display: block;
 	font-size: 14px;
    color: #4f99c2;
    cursor: pointer;
 }
 .right .btn .none{
 	display: none;
 	font-size: 14px;
    color: #4f99c2;
    cursor: pointer;
 }
 .right .content-list{
 	display: block;
 }
  .right .content-list .details-content{
      /* height: 100%; */
    /* background: #fff; */
   margin-top: 20px;
    /*height: 342px;*/
    -webkit-box-shadow: 0 2px 4px 0 rgba(29,44,58,.1);
    box-shadow: 0 2px 4px 0 rgba(29,44,58,.1);
 }
 .right .content-list .details-content:after {
    content: "";
    display: block;
    clear: both;
} 

.content-list .details-content .details-header {
    height: 60px;
    line-height: 60px;
    position: relative;
}
.content-list .details-content .details-header h2{
    position: absolute;
    left: 30px;
    font-size: 20px;
    font-family: PingFangSC-Regular\,PingFang SC;
    font-weight: 400;
    color: #333;
}
.content-list .details-content .line{
    width: calc(100% - 60px);
    height: 1px;
    margin: auto;
    background: #dcdfe6;
}
.content-list .details-content ul  .details-introduce{
    width: 100%;
    height: 260px;
    position: relative;
}
.content-list .details-content ul .details-introduce a img{
    width: 230px;
    height: 160px;
    position: absolute;
    top: 30px;
    bottom: 40px;
    left: 40px;
    right: 30px;
}
.content-list .details-content ul .details-introduce a .content {
    position: absolute;
    right: 40px;
    top: 20px;
    bottom: 49px;
    width: calc(100% - 340px);
    height: 240px;
}
.content-list .details-content ul .details-introduce a .content h3 {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-family: PingFangSC-Regular\,PingFang SC;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.content-list .details-content ul .details-introduce a .content p {
    font-size: 14px;
    font-family: PingFangSC-Regular\,PingFang SC;
    font-weight: 400;
    color: #333;
    margin: 10px 0 10px 0;
    line-height: 1.5;
}
.main .footer{
	/*position: absolute;
    left: 0;
    bottom: 0;*/
    width: 100%;
    height: 160px;
    background: #151536;
}
.details-item{
    float: left;
    width: 31%;
    height: 342px;
    padding: 0 20px 20px 0;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
}
.details-item .item-div{
   background: #fff;
   height: 342px;
}
.details-item .item-div:hover{
  	box-shadow: #ccc 10px 10px 10px;
  	color: #4F99C2;
}
.item-div .img-box{
    height: 186px;
    text-align: center;
    overflow: hidden;
}
.item-div .img-box img{
    width: 96%;
    height: 186px;
}
.item-div .text-box{
    height: 120px;
    padding: 18px 20px;
}
.item-div .text-box .el-tooltip{
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0 10px 0;
    line-height: 1.5;
    font-size: 14px;
    overflow: hidden;
}
.right .pagination {
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
}
.right .pagination .page-all{
	display: inline-block;
	margin-right: 10px;
    font-weight: 400;
    color: #606266;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.right .pagination .btn-left{
    padding-right: 12px;
    border: none;
    padding: 0 6px;
    background: 50% no-repeat;
    background-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    color: #303133;
    border: none;
    padding: 0 6px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    outline:none;  
}

.right .pagination .btn-left:hover{
	color: #4f99c2;
	outline:none;
}
.right .pagination .btn-left span{
	display: block;
    font-size: 13px;
    font-weight: 700;
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}
.right .pagination .page-list{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.right .pagination .page-list .page-li{
	padding: 0 4px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
}
.right .pagination .page-list .page-li:hover{
	color: #4f99c2;
    cursor: default;
}
.right .pagination .btn-right{
	padding-left: 12px;
	background: 50% no-repeat;
    background-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    color: #303133;
    border: none;
    padding: 0 6px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    outline:none;
}
.right .pagination .btn-right:hover{
	color: #4f99c2;
	outline:none;
}
.right .pagination .btn-right span{
	display: block;
    font-size: 13px;
    font-weight: 700;
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}
.right .pagination .go{
	display: inline-block;
}
.right .pagination .go span{
	display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box;
    margin-left: 24px;
    font-weight: 400;
    color: #606266;
}
.right .pagination .go .num{
	display: inline-block;
	width: 50px;
	font-size: 14px;
	line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    box-sizing: border-box;
    border-radius: 3px;
}
.right .pagination .go .num input{
	height: 28px;
    padding: 0 3px;
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.right .pagination .go .last-span{
	margin-left: 0px;
}
.right .show-list{
	display: none;
}
.right .show-list .show-content{
}
.right .show-list .show-content .show-item{
	margin-top: 20px;
    padding: 20px 30px;
    background: #fff;
    cursor: pointer;
}
.right .show-list .show-content .show-item .item-box:hover{
	-webkit-box-shadow: 0 2px 4px 0 rgba(29,44,58,.1);
    box-shadow:0 0 6px #606266;
}
.right .show-list .show-content .show-item .item-box .text-right h3:hover{
	color: #4F99C2;
}
.right .show-list .show-content .show-item .item-box:after{
	content: "";
    display: block;
    clear: both;
}
.right .show-list .show-content .show-item .item-box .img-left{
	float: left;
	width: 258px;
    height: 186px;
    border: 1px solid #eee;
}
.right .show-list .show-content .show-item .item-box .img-left img{
	width: 260px;
    height: 184px;
}
.right .show-list .show-content .show-item .item-box .text-right{
	float: right;
	padding: 13px 0 0 74px;
	width: 60%;
}
.right .show-list .show-content .show-item .item-box .text-right h3{
	height: 68px;
    line-height: 68px;
    font-size: 20px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #dcdfe6;
}
.right .show-list .show-content .show-item .item-box .text-right .product-detail{
	margin-top: 20px;
}
.right .show-list .show-content .show-item .item-box .text-right .product-detail .product-li{
	display: inline-block;
	width: 50%;
    line-height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    color: #333;
    padding-right: 10px;
    margin: 0;
}
.right .show-list .show-content .show-item .item-box .text-right .product-detail .long{
	display: inline-block;
	width: 40%;
    line-height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    color: #333;
    padding-right: 10px;
    margin: 0;
}
/*.right .bz-content{
	display: none;
}*/
.right .bz-content .bz-smtitle{
	height: 60px;
    line-height: 60px;
}
.right .bz-content .bz-smtitle h2{
	margin-left: 30px;
    font-size: 20px;
    font-family: PingFangSC-Regular\,PingFang SC;
    font-weight: 400;
    color: #333;
}
.right .bz-content .bz-list:after{
	content: "";
    display: block;
    clear: both;
}
.right .bz-content .bz-list{
	margin-left: 20px;
	/*margin: 0 -20px -20px 0;*/
}
.right .bz-content .bz-list .bz-li{
	float: left;
	width: 22.8%;
    height: 240px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(29,44,58,.1);
    box-shadow: 0 2px 4px 0 rgba(29,44,58,.1);
    margin: 0 20px 20px 0;
}
.right .bz-content .bz-list .bz-li:hover{
	width: 22.8%;
    height: 240px;
	-webkit-box-shadow: #666 0px 0px 10px; 
   -moz-box-shadow: #666 0px 0px 10px; 
   box-shadow: #666 0px 0px 10px; 
   background: #fff;
}
.right .bz-content .bz-list .bz-li:nth-child(4) {
    margin-right: 0;
}
.right .bz-content .bz-list .bz-li a{
	display: block;
	text-align: center;
	height: 240px;
}
.right .bz-content .bz-list .bz-li a img{
	width: 188px;
    height: 124px;
    background: #d8d8d8;
    margin-top: 30px;
    text-align: center;
}
.right .bz-content .bz-list .bz-li a span{
	display: inline-block;
    text-align: left;
    width: 188px;
    margin-top: 20px;
    height: 20px;
    font-size: 20px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}
.right .ffcp-detail{
	/*display: none;*/
    margin-top: 20px;
    width: 100%;
    background: #fff;
}
.right .ffcp-detail .ffcp-content{
  	padding: 30px;
  	font-size: 16px;
  	font-family: "PingFangSC-Regular", "PingFang SC";
    font-weight: 400;
    color: #333333;
}

