*{
    box-sizing: border-box;
}
html,body{
    height: 100%;
}
body{
    min-width: 1300px;
    color: #333;
    font-family: PingFangSC-Light,'helvetica neue','hiragino sans gb',arial,'microsoft yahei ui','microsoft yahei',simsun,sans-serif;
    font-size: 14px;
}
.hidden{
    display: none;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
/**
顶部样式
 */
.document-top{
    height: 216px;
    background-color: #1e3d50;
    background: linear-gradient(#262c37 22%, #0181b9);
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.search-box{
    padding: 116px 0 56px 0;
    background: url("../images/common/top-bg.png") no-repeat right bottom;
}
.search-input{
    border: solid 2px #1ebff4;
    outline: none;
    padding: 11px 16px;
    font-size: 16px;
    margin-left: 40px;
    width: 540px;
}
.search-btn{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background-color: #1ebff4;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
}
.search-input,.search-btn{
    vertical-align: middle;
}

.document-content{
    display: table;
    margin: 40px auto 0 auto;
    width: 1300px;
}
.document-list-box{
    display: table-row;
    padding: 0;
}
.document-list-box >li{
    list-style: none;
}
/***
左边导航
 */
.documnet-list-item{
    display: table-cell;
}
.document-list-left{
    line-height: 40px;
    width: 200px;
    background-color: #f2faff;
}
.document-list-left a{
    text-decoration: none;
    color: inherit;
}
.document-list-left ul{
    padding: 0;
}
.document-list-left li{
    list-style: none;
}

.documnet-title{
    padding: 0 10px;
    width:200px;
}
.nav-left-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    float: right;
    background: url("../images/common/nav-left-icon.png") no-repeat center;
}
.document-name{
    padding: 0 10px;
    color: #999;
    border-top: 1px solid #e1e7eb;
}
.nav-item{
    display: inline-block;
    width: 100%;
}
.nav-item + ul{
    display: none;
}
.nav-item.open + ul{
    display: block;
}
.nav-item.active{
    color: #2277da;
}
.nav-item-level1{
    padding: 0 10px;
    border-top: 1px solid #e1e7eb;
}
.has-children{
    position: relative;
}
.has-children:after{
    position: absolute;
    top: 15px;
    right: 15px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/common/arrow-down.png") no-repeat center;
}
.has-children.open:after{
    background-image: url("../images/common/arrow-up.png");
}
.level2-box{
    background-color: #f2faff;
}
.nav-item-level2{
    border-top: 1px solid #e1e7eb;
    padding-left: 20px;
}
.level3-box>li>a:before{
    content: '•';
    display: inline-block;
    padding-right: 8px;
    color: #666;
    font-size: 16px;
}
.nav-item-level3{
    padding-left: 20px;
    font-size: 13px;
}

/*
右边内容区域
 */
.tutor-to-reading{
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    line-height: 30px;
}
.tutor-to-reading li{
    list-style: none;
}
.tutor-to-reading a{
    display: inline-block;
    padding-left: 10px;
    text-decoration: none;
    color: #666;
}
.tutor-to-reading:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ebebeb;
}
.tutor-to-reading .active{
    color: #1ebff4;
    position: relative;
}
.tutor-to-reading .active:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    content: '';
    background-color: #1ebff4;
}
.document-list-right{
    padding-right: 160px;
    position: relative;
}
.content-box{
    padding: 0 30px;
}
.content-nav{
    font-size: 0;
    padding-bottom: 20px;
}
.content-nav-item{
    font-size: 14px;
    padding:0 15px 0 11px;
    background: url("../images/common/arrow-right.png") no-repeat right center;
}
.content-nav-item:first-child{
    padding-left: 0;
}

.content-nav-item:last-child{
    padding-right: 0;
    background: none;
}

.content-nav .content-nav-item a{
	color:#2277da;
	text-decoration: none;

}
 .content-nav .content-nav-item a:hover{
	text-decoration: underline;
}

.page-title{
    font-size: 25px;
    font-weight: normal;
    margin: 20px 0;
}
.update-time{
    color: #999;
    margin: 0;
    padding: 14px 0;
}
.content-item{
    padding: 0 0 10px 0;
    line-height: 30px;
}
.content-item ol{
    padding: 0 1em;
}
.content-item ul{
    padding: 0 1em;
    list-style: disc;
}
.content-item img{
    display: block;
    max-width: 876px;
}
.block-title{
    margin: 30px 0;
    font-size: 23px;
    font-weight: normal;
    display: inline-block;
     margin-top: 60px;
}
.code-area{
    margin: 20px 0;
    padding: 14px 18px;
    border: solid 1px #e1e7eb;
    background-color: #f4f8fa;
    line-height: 30px;
}
.data-table{
    border-collapse: collapse;
    color: #666;
}
.title-row tr:first-child td,.title-col tr td:first-child{
    background-color: #f4f8fa;
    color: #333;
}
.data-table td{
    padding: 5px 20px;
    border: 1px solid #e1e7eb;
}
.link{
    text-decoration: none;
    color: #2277da;
}

.search-result-page{
    min-width: 900px;
    width: 900px;
}
.search-result-page .result-title{
    font-size: 18px;
    padding-top: 38px;
}
.search-result-page em{
    color: #ff8800;
    font-style: normal;
}
.result-text{
    line-height: 25px;
    padding: 5px;
    max-height: 60px;
    overflow: hidden;
}

.detail-title {
    font-size: 16px;
    font-weight: bold;
    text-indent: 5px;
    line-height: 1.2
    }
    p {
    word-wrap: break-word;
    word-break: break-all;
}
#fixedMenu *{
	box-sizing: content-box;
}

.list-decimal>li {
    list-style-type: decimal!important;
    text-indent: 1.5em;
    list-style-position: inside;
}

 .protocol-sub-title {
 	list-style-type: decimal!important;
    font-size: 16px;
    font-weight: bold;
    padding-top: 6px;
}

.service-protocol li {
    list-style-type: none!important;
}

.service-protocol .list-decimal>li {
    list-style-type: decimal!important;
    text-indent: 1.5em;
    list-style-position: inside;
}

.document-warpper{
    min-width: 1200px;
    width: 100%;
    min-height: 504px;
    padding-bottom: 56px;
    background-color: #fff;
}
.document-content{
    width: 1270px;
    margin: 0 auto;
    padding: 40px 0;
}
/*文档目录*/
.document-list-able{
    width:100%;
    padding: 0 40px;
}
.document-list-able{
    border-collapse: separate;
    border-spacing: 20px;
}
.document-list-able tr{
    vertical-align: top;
}
.document-list-able td{
    border: 1px solid #e1e7eb;
}
.document-list-able .document-item-td{
    width: 20%;
}
.document-list-able .document-type-list{
    font-size: 16px;
    padding-bottom: 15px;
}
.document-list-able .document-item-title{
    font-size: 18px;
    background-color: #f4f8fa;
    border-bottom: 1px solid #e1e7eb;
    margin-bottom: 16px;
}
.document-list-able .document-type-list li{
	list-style: none;
}

.document-list-able .document-type-list a{
    color: #2277da;
    text-decoration: none;
}
.document-list-able .document-type-list a:hover{
    text-decoration: underline;
}
.document-list-able .document-item-title a{
    color: #333333;
}
.document-list-able .document-item-title a:hover{
    text-decoration: none;
}
.document-list-able .document-item{
    padding: 10px 24px;
}
.page{
    margin-top: 20px;
}

.IMG{
	position:relative
	}
.IMG .img-content{
	display: inline-block;width:95px;
	}
 .IMG .img-right{
	display: inline-block;position: relative;top:-40px
	}
.IMG .bottom{
	position: relative;top:-8px;left:288px
	}
.IMG .img4{
	width:95px;position: relative;left:245px;top:-5px;
	}
.IMG .up-bottom{
	position: relative;top:0px;left:288px
	}
.IMG .last{
	width:95px;position: relative;left:245px;top:4px;
	}
 .hover1,.hover2,.hover3,.hover4{
 	display:none;border:1px solid rgb(30,191,244);box-shadow: 0 0 8px #00c1e0;width:184px;height:184px;position:absolute;background-color: white;
 	}
 .hover1{
 	left:95px ;top:-35px;
 	}
 .hover2{
 	left:218px ;top:-35px;
 	}
 .hover3{
 	left:464px ;top:-35px;
 	}
 .hover4{
 	left:218px ;top:90px;
 	}
 /*.hover2{
 	display: none;border:1px solid rgb(30,191,244);width:150px;height:165px;position:absolute;left:218px ;top:-35px;background-color: white;
 	}*/
.hover1 p{
	margin-top:20px; margin-left:20px;color:black;font-size:18px;font-family:PingFangSC Regular ;
	}
.hover2 p{
	margin-top:20px; margin-left:20px;color:black;font-size:18px;
	}
.hover3 p{
	margin-top:20px; margin-left:20px;color:black;font-size:18px;
	}
.hover4 p{
	margin-top:20px; margin-left:20px;color:black;font-size:18px;font-family:PingFangSC Regular ;
	}
.hover ul {
	margin-top:8px;
	margin-left:6px;
}
.hover ul li{
	margin-top:-4px;
	}

.hover2 .more{
	color:#2277da;
	position:absolute;bottom:-5px;right:20px
	}
.hover4 .more{
	color:#2277da;
	position:absolute;bottom:-5px;right:20px
	}
.hover2 .more a{
	font-size:13px;text-decoration: none
	}
.hover4 .more a{
	font-size:13px;text-decoration: none
	}
.hover2 .right-blue{
	position:absolute;right:10px;bottom:7px
	}
.hover4 .right-blue{
	position:absolute;right:10px;bottom:7px
	}
.hover1 ul li{
	list-style: none;
	}
.hover2 ul li{
	list-style: none;
	}
.hover3 ul li{
	list-style: none;
	}
.hover4 ul li{
	list-style: none;
	}
.hover1 ul li a{
	text-decoration: none;text-indent:35px;font-size:13px;color:rgb(143,143,143)
	}
.hover2 ul li a{
	text-decoration: none;text-indent:35px;font-size:13px;color:rgb(143,143,143)
	}
.hover3 ul li a{
	text-decoration: none;text-indent:35px;font-size:13px;color:rgb(143,143,143)
	}
.hover4 ul li a{
	text-decoration: none;text-indent:35px;font-size:13px;color:rgb(143,143,143)
	}
.hover ul li a{

	text-decoration: none;
	}
.more{
	color:#2277da;
	text-decoration: none;
	}
.hover ul li a:hover{
	color:#2277da;
	text-decoration: underline;
	}
.more:hover{
	text-decoration: underline;
	}

.IMg{
	position:relative
	}
.IMg img{
	display:inline-block;
	position: relative;
	}
.IMg .img1{
	left:-48px;

	}
.IMg .img-videoManagement{
	top:-40px;
	left:-40px;

	}
.IMg .same1{
	top:0px;
	}
.IMg .img2{
	left:0px;
	}
.IMg .img-Fast{
	left:-5px;
	top:-40px;
	}
.IMg .img3{
	left:-10px;
	}
.IMg .img-upload{
	left:-23px;
	top:-40px;
	}
.IMg .img4{
	left:-36px;
	}
.IMg .img5{
	left:760px;
	top:36px;
	}
.IMg .same2{
	top:-90px;
	}
.IMg .up1{
	left:133px;
	}
.IMg .up2{
	left:302px;
	}
.IMg .blow1{
	left:340px;
	}
.IMg .blow2{
	left:515px;
	}
.IMg .same3{
	top:36px;
	}
.IMg .img6{
	left:45px;
	}
.IMg .img7{
	left:111px;
	}
.IMg .img8{
	left:122px;
	}
.IMg .right{
	left:115px;
	top:-15px;
	}
.IMg .left{
	left:125px;
	top:-13px;
	}
.short-hover1{
 	left:200px;top:288px;
 	}
 .short-hover2{
 	left:385px;top:288px;
 	}
 .short-more{
 	color:#2277da;
	position:absolute;bottom:-5px;right:20px
	}
 .short-more a{
 	font-size: 14px;
 	text-decoration: none;
 	}
 .short-more a:hover{

 	text-decoration: underline;
 	}
.short-more .right-blue{
           position:absolute;right:10px;bottom:7px;
     }
.h2{
	font-size: 20px;
	font-weight: normal
}
