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: 100%;
    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-bottom: 20px;
}
.main .main-box .information{
	height: calc(100vh - 190px);
}
.main .main-box .information .information-main {
    height: 100%;
    padding: 20px 0;
}
.information .information-main:after {
    content: "";
    display: block;
    clear: both;
}
.information .information-main .side-nav{
	float: left;
	width: 20%;
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid #e6e6e6;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: #fff;
}
.information-main .side-nav .title-cnt {
    width: 100%;
    height: 100%;
}
.information-main .side-nav .title-cnt .is-active {
    color: #4F99C2;
}
.information-main .side-nav .first-nav-box{
	height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #303133;
    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;
}
.information-main .side-nav .first-nav-box .first-nav{
	color: #303133;
}
.information-main .side-nav .first-nav-box:hover {
    color: #fff;
    background-color: #4F99C2;
}
.information-main .side-nav .first-nav-box:hover {
    color: #fff;
    background-color: #4F99C2;
}
.information-main .side-nav .first-nav-box .first-nav:hover {
    color: #fff;
}
.information-main .side-nav .first-nav-box:hover.title-cnt {
    color: #fff;
}
.information .information-main .main-section {
	float: right;
    width: 78%;
    height: 100%;
    overflow-y: auto;
}
.information .information-main .main-section .main-top {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
.main-section .main-top .title-box {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
}
.main-section .main-top .title-box:after {
    content: "";
    display: block;
    clear: both;
} 
.main-section .main-top .title-box .title {
	float: left;
    font-size: 20px;
    font-family: "PingFangSC-Regular", "PingFang SC";
    color: rgba(51, 51, 51, 1);
}
.main-section .main-top .title-box .phone {
	float: right;
    font-size: 14px;
    color: #151536;
}
.main-contetn{
    float: left;
    width: 100%;
}

.main-section .details-content .pruduct-li {
    height: 342px;
}
.main-section .details-content .pruduct-li:after {
    content: "";
    display: block;
    clear: both;
} 
.details-content .pruduct-li .loop-li {
	float: left;
    width: 22.8%;
    height: 342px;
    margin-right: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}
.details-content .pruduct-li .loop-li:nth-child(4n) {
    margin-right: 0;
}
.details-content .pruduct-li .loop-li .absove {
    height: 342px;
    /*line-height: 342px;*/
}
.active{
    color: white !important;
    background-color: #4F99C2;
}
.active a{
    color: white !important;
}
.details-content .pruduct-li .loop-li .absove .image {
    height: 186px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}
.details-content .pruduct-li .loop-li .absove .image img{
    width: 100%;
    height: 240px;
}
.details-content .pruduct-li .loop-li .absove .title-box{
    padding-left: 10px;
    height:20px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#000;
    line-height:20px;
    margin-bottom: 20px;
}
.details-content .pruduct-li .loop-li .absove .title-detail{
    padding: 0 10px;
    height:80px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#9b9b9b;;
    margin-bottom: 20px;
    overflow-y: auto;
}
.main .footer{
    width: 100%;
    height: 160px;
    background: #151536;
}
.pagination {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
}
.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;
}
.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;
}
.pagination .page-list{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.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;
}
.pagination .page-list .page-li:hover{
	color: #4f99c2;
    cursor: pointer;
}
.pagination .btn-right,.btn-left{
	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;
}
.pagination .btn-right:hover,.btn-left:hover{
	color: #4f99c2;
	outline:none;
}
.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;
}
.pagination .go{
	display: inline-block;
}
.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;
}
.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;
}
.pagination .go .num input{
	height: 28px;
    padding: 0 3px;
    text-align: center;
    -moz-appearance: textfield;
    line-height: 28px;
    -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%;
}
.pagination .go .last-span{
	margin-left: 0px;
}