body{
	margin: 0;
	padding: 0;
	color: #222;
	font-family: "PingFang SC","Microsoft YaHei",STHeiti,SimHei,"Helvetica Neue",Arial,Verdana;
	font-size: 14px;
}
body::-webkit-scrollbar {
    width: 0px; /* Chrome、Safari等WebKit内核浏览器支持此属性 */
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #8aadff;
}

img{
	width: 100%;
}
header{
	min-width: 1080px;
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 1px 4px 0 rgba(6,0,1,.07);
    box-sizing: border-box;
    z-index: 9999;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .35s;
    transform: translateY(0);	
}
 
.logo-wrapper{
    width: 250px;
    float: left;
}
.logo-div{
	margin-left: 40px;
    display: block;
}
.logo-div li{
	float: left;
	
}
.logo-div img{
    width: 121px;
    height: 21px;
    vertical-align: middle;
}
.logo-div a{
	font-size: 14px;
	color: #ffffff;
}
.logo-div a:hover{
	color: #efefef;
}
header .logo-line {
    vertical-align: middle;
    display: inline-block;
    height: 15px;
    width: 1px;
    background: #787878;
    margin: 0 7px;
}
header .level-block {
    padding-left: 95px;
    margin-left: 280px;
    overflow: hidden;
}
header .level-block ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 30px;
}

header .level-block ul li a{
	color: #FFFFFF;
}
header .level-block ul {
    display: block;
}
header .level-block ul {
    max-width: 1195px;
    margin: 0 auto;
    display: block;
}
header .level-block ul .selected {
    background-color: rgba(255,255,255,.15);
}
header .right-wrap {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0 30px 0 32px;
    background: #000;
    z-index: 9;
}
header .right-wrap:hover{
	background-color: rgba(255,255,255,.15);
}
header .right-wrap a{
	color: #FFFFFF;
}

.search-box {
    position: absolute;
    right: 100px;
    top: 0;
    width: 40px;
    height: 60px;
    line-height: 1;
    outline: 0;
    transition: width .1s;
    background: #000;
}
.search-focus{
 	width: 164px;
 	height: 34px;
 	top: 50%;
	margin-top:-17px;
 	padding-left: 38px;
 	background: #f0f1f2;
 }
 .search-input{
 	display: none;
    width: 100%;
    border: none;
    font: inherit;
    font-size: 14px;
    line-height: 1;
    outline: 0;
    background: 0 0;
 }
 .search-box.search-focus .search-input{
 	display: block;
 }
.search-box .search-btn {
    top: 16px;
    left: 3px;
    background-image: url(../img/search.png);
}
.search-box.search-focus .search-btn{
	top: 3px;
}
.search-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 3px;
    border: none;
    outline: 0;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: initial;
}

.reset-btn {
    right: 3px;
    display: none;
    background-image: url(../img/close.png);
}
.reset-btn{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 3px;
    border: none;
    outline: 0;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: initial;
}
.search-box.search-focus .reset-btn{
	display: block;
}
.nav-wraper {
    width: 280px;
	height: 100vh;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    padding-top: 96px;
    padding-bottom: 40px;
    overflow-y: auto;
	flex-shrink: 0;
}
.nav-wraper ul .nav-list {
    padding-left: 45px;
    font-size: 16px;
    color: #000;
}
.nav-wraper ul div {
    height: 44px;
    color: #000;
    line-height: 44px;
    padding-left: 45px;
    position: relative;
}
.nav-wraper ul div img {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7.5px;
    margin-bottom: -7.5px;
}
.nav-wraper ul .h1-list {
    color: #666;
    text-decoration: none;
    height: 100%;
    display: block;
    padding-left: 0;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color;
}
.nav-wraper ul .h1-list div {
    padding-left: 70px;
}
.nav-wraper ul .h1-list img {
    transition: transform .15s linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    left: 45px;
}
.nav-wraper ul .nav-children .sidebar-on .h1-list img {
    transition: transform .15s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.nav-wraper ul .nav-on .nav-list img {
    transition: transform .15s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-wraper ul .nav-list img {
    transition: transform .15s linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.nav-wraper ul .nav-children .h1-children .h2-list {
    padding-left: 84px;
    color: #000;
}
.nav-wraper ul .nav-children .h1-children .h2-list.active {
    color:#1366ec;
}
.nav-wraper ul li a {
    position: relative;
    color: #666;
    text-decoration: none;
    height: 100%;
    display: block;
    line-height: 44px;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color;
}

.nav-children{
	font-size: 14px;
}
.content-layout {
	flex: 1;
    background-color: #fafafa;
	height: 100vh;
	overflow: auto;
}
.content-wrap {
	margin-left: 5%;
	padding-left: 80px;
    margin-top: 110px;
}
/*nav导航开始*/
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: #036fe2;
}
.dropdown-menu{
    background-color: #222222;
    border-color: #080808;
}
.dropdown-menu>li>a{
    line-height:30px;
    color: #ffffff;
}
.dropdown-menu>li>a:hover{
    background-color: #222222;
    border-color: #080808;
    color: #036fe2;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #222222;
    outline: 0;
}

.nav>li>a{
    padding-left: 25px;
    padding-right: 25px;
}
/*nav结束*/
/* 底部开始 */
/*footer开始*/
.public-page-footer {
    width: 100%;
    background: rgba(1,1,1,0.9);
}
.public-page-footer a{
	color: #666666;
}
.linkmain {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.contact {
    margin: 80px 0 30px 0;
}
.contact dd {
    color: #feffff;
    margin-bottom: 5px;
}
.bottom_content {
    color: #666666;
    line-height: 2.5;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-top: 1px solid #323232;
}
.bottom_content ul {
    overflow: hidden;
}
.bottom_content ul li {
    padding: 0 10px;
    float: left;
    position: relative;
}
.wxewm {
    position: absolute;
    left: 740px;
    top: 20px;
    width: 230px;
    height: 230px;
}
.wxewm img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 底部结束 */
.product-introduce{
	display: flex;
}
/* 页面开始 */
ul {
    padding-left: 0;
}
article{
	max-width: 1080px;
}
article h1 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 28px;
    margin-bottom: 50px;
}
article h3 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 30px;
    color: #333;
}
article p {
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
}
article ol {
    list-style: decimal;
}

article ul, ol {
    padding-left: 25px;
    font-size: 14px;
 }
  
  article ul {
    list-style: disc;
}
.bottomPage-wrapper {
    border-top: 1px solid #ddd;
} 
.bottomPage-wrapper .bottomPage-left {
    float: left;
    background-image: url(../img/prev.png);
    background-position: 0 center;
    padding-left: 18px;
    background-size: 11px 15px;
} 
.bottomPage-wrapper .bottomPage-right {
    float: right;
    background-image: url(../img/next.png);
    background-position: right center;
    padding-right: 18px;
    background-size: 11px 15px;
}

.bottomPage-wrapper a {
    font-size: 20px;
    color: #666!important;
    height: 20px;
    line-height: 20px;
    margin: 40px 0;
    background-repeat: no-repeat;
    background-size: 7px 13px;
}
article img {
    max-width: 100%;
    margin-top: 22px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.to-top{
	position: fixed;
    right: 20px;
    bottom: 30px;
}
.totop{
	display: block;
    width: 50px;
    height: 50px;
    background-size: 100%;
}
.totop img{
	width: 100%;
}
.markdown-section ul{
	padding-left: 40px;
}

/* 页面结束 */
.adapter-content{
	padding-right:120px;
	padding-left:120px;
}
.adapter-list{
	width:50%;
}

@media (max-width: 768px) {
    .adapter-content{
		padding-left:20px;
	  padding-right:20px;
    }
	.adapter-list{
	   width:100%;
    } 
	.left-nav{
		display:none;
	}
	.advice{
		display:none;
	}
	.adapter-product-introduce{
		display:flex;
		flex-direction:column;
	}
	.adapter-nav-wraper{
		width:100%;
		height:auto;
		
	}
	.adapter-content-layout{
		min-width: auto!important;;
	}
	.adapter-wrap{
		min-height:400px;
		padding-bottom:40px;
		margin-left:0px;
		margin-top:0px;
	}
	.to-top{
		display:none;
	}
}