﻿body{
	position: relative;
	background: #f5f5f5;
}
.n-cont{
	width: 1200px;
	margin: 20px auto;
	position: relative;
	padding: 0 30px;
	box-sizing: border-box;
}
.n-cont .arrow{
	opacity: 0.5;
	position: absolute;
	top: 35px;
	z-index: 100;
}
.n-cont .arrow:hover{
	opacity: 1;
	cursor: pointer;
}
.n-cont .arrow.l-arrow{
	left: 0;
}
.n-cont .arrow.r-arrow{
	right: 0;
}
#n-swiper-wrap{
	overflow: hidden;
}
#n-swiper-wrap #n-swiper{
	transition: all .3s;
}
.n-cont ul{
	list-style: none;
	margin: 0;
	display: flex;
	padding: 10px 0;
	height: 100px;
	box-sizing: border-box;
}
.n-cont ul>li{
	width: 273px;
	height: 80px;
	flex: none;
	margin-right: 15px;
	border-radius: 3px;
	transition: all .3s;
}
.n-cont ul>li:hover{
	transform: translateY(-5px);
}
.n-cont ul>li:last-child{
	margin-right: 0;
}
.n-cont ul>li>a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.n-cont ul>li>a>img{
	width: 40px;
	height: 46px;
	margin: 0 20px 0 30px;
}
.n-cont ul>li p{
    margin: 0;
}
.n-cont .blue-bg{
	background: linear-gradient(to right,#4f87e9,#7fb0f2);
}
.n-cont .cyan-bg{
	background: linear-gradient(to right,#14c2ca,#37dbe0);
}
.n-cont .green-bg{
	background: linear-gradient(to right,#24d2a0,#53e6c6);
}
.n-cont .yellow-bg{
	background: linear-gradient(to right,#ffae27,#ffcd50);
}
.n-cont .orange-bg{
	background: linear-gradient(to right,#de7852,#eca168);
}
.n-cont .orange2-bg{
    background: linear-gradient(to right,#ff905a,#fca87e);
}
.n-cont .red-bg{
	background: linear-gradient(to right,#e86869,#ee9695);
}
.n-sides{
	position: fixed;
	right: 8px;
	top: 100px;
	z-index: 99999;
}
.n-sides .n-sides-list{
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 15px -1px rgba(0,0,0,0.1);
	overflow: hidden;
}
.n-sides .n-sides-list>li{
	border-bottom: 1px solid #efefef;
	background: #fff;
	text-align: center;
	padding:10px 8px;
	font-size: 12px;
	color: #1478eb;
	transition: all .3s;
}
.n-sides .n-sides-list>li>a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #1478eb;
}
.n-sides .n-sides-list>li>a>p{
	margin: 0;
	margin-top: 2px;
}
.n-sides .n-fold{
	margin: 0;
	width: 64px;
	background: #fff;
	text-align: center;
	padding:10px 8px;
	font-size: 12px;
	color: #1478eb;
	box-shadow: 0 2px 15px -1px rgba(0,0,0,0.1);
}
.n-sides .n-fold:hover{
	cursor: pointer;
}
.n-sides .n-sides-list>li .hover-show{
	display: none;
	position: absolute;
	background: #fff;
	left: -110px;
	right: 80px;
	top: 100px;
}
.n-sides .n-sides-list>li .hover-show:after{
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	transform: rotate(45deg);
	top: 135px;
	right: -23px;
}
.n-sides .n-sides-list>li .hover-show>img{
	width: 100px;
}
.n-sides .n-sides-list>li .none{
	display: none;
}
.n-sides .n-sides-list>li.show{
	cursor: pointer;
	background: #1478eb;
}
.n-sides .n-sides-list>li.show>a{
	color: #fff;
}
.panel-linear {
	background: transparent;
}
.panel-linear .panel-heading{
	margin-bottom: 10px;
	padding: 0;
	position: relative;
}
.g-main .nav-tabs>li.active>a, .g-main .nav-tabs>li.active>a:focus, .g-main .nav-tabs>li.active>a:hover {
	color: #333;
	cursor: default;
	background-color: #fff;
	border: 0;
	border-bottom-color: transparent;
	border-bottom: 6px solid #206bd9;
	z-index: 9;
}
.g-main .nav-tabs>li>a {
	font-size: 18px;
}
.panel-linear .panel-body {
	background-color: #fff;
}
.list-group-dynamic > .list-group-item {
	border: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-group-dynamic .tag {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}


/* 联合图审弹窗 -- 开始 */
#unionDrawingReview .modal-body{
    overflow: hidden;
}
#unionDrawingReview .modal-body a{
    display: block;
    padding: 20px 28px;
    line-height: 40px;
    color: #000;
    font-size: 18px;
    background-color: #f1f2f3;
    width: 48%;
    float: left;
    margin: 12px 8px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
#unionDrawingReview .modal-body a:hover{
    color: #fff;
    background-color: #4293f4;
    cursor: pointer
}

/* 联合图审弹窗 -- 结束 */