


.award-banner {
	width: 100%;
	background-color: #000;
}
.award-banner img{
	width: 100%;
}
.main {
	
	padding-bottom: 60px;
	min-height: 600px;
}
.main {
    background: url(../images/l_bg2.jpeg) no-repeat 0 0;
    background-size: cover;
}
/*弹窗*/
.modal .modal-header .modal-title{
	color: #333;
}
.dialog {
	width: 60%;
	position: fixed;
	left: 50%;
	margin-left: -30%;
	top: 30%;
	margin-top: -250px;
	background: #fff;
	z-index: 3001;
	display: none;
	border-radius: 8px;
}

.dialog .close-btn {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	width: 34px;
	height: 34px;
	border-radius: 20px;
	right: -18px;
	top: -18px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.dialog-cnt {
	padding: 20px;
	max-height: 700px;
	overflow-y: scroll;
}

.dialog-cnt-brief-title {
	font-weight: bold;
}

.dialog-cnt-brief-text,
.dialog-cnt-vote-text,
.dialog-cnt-advantage-text {
	font-size: 14px;
	line-height: 24px;
	white-space: pre-line;
	/*text-align: justify;*/
}

.dialog-cnt-brief-img {
	padding: 20px;
}

.dialog-cnt-brief-img img {
	width: 100%;
	padding: 20px;
	margin-top: -20px;
}

.dialog .vote-link a {
	font-size: 14px;
	padding: 6px 12px;
	background: #F7BC81;
	color: #333;
	display: inline-block;
	margin: 10px 10px 16px 0;
	border-radius: 4px;
	font-weight: bold;
}

.dialog img {
	max-height: 170px;
	/*float: left;*/
	/*margin-right: 15px;*/
	/*width: 30%;*/
}

.dialog .vote-link a:hover {
	background: #ca9a6d;
}

.ad img {
	height: 90px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.firm-list {
	/* margin-top: -30px; */
	background-color: #fff;
	border-radius: 8px;
}

.firm-list li {
	background: -webkit-linear-gradient(0deg, rgba(249, 252, 255, 0.60) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(0deg, rgba(249, 252, 255, 0.60) 0%, rgba(255, 255, 255, 1) 100%);
	overflow: hidden;
	padding: 30px;
	margin-bottom: 20px;
	color: #333;
	border-radius: 8px;
	    border-bottom: 1px solid #ebebeb;
}

.firm-list li p:first-child {
	font-size: 18px;
	font-weight: bold;

}
.firm-list li:last-child{
	border-bottom: none;
}
.firm-logo {
	height: 70px;
	background: #fff;
	border-radius: 4px;
}

.firm-logo img {
	border-radius: 4px;
}

.firm-text {
	padding-left: 30px;
}

.smalltext {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	color: #666;
	margin-bottom: 18px;
}

.firm-product,
.firm-product2,
.firm-product3,
.firm-product4,
.firm-product5,
.firm-product6 {
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 20px;
}

.firm-text a {
	    display: block;
	    width: 140px;
	    height: 38px;
	    color: #fff;
	    line-height: 38px;
	    text-align: center;
	    background: #0084d5;
	    font-weight: bold;
	    border-radius: 40px;
	    cursor: pointer;
		font-size: 14px;
		
	
}

.firm-text a:hover {
	/*background-color: #03C9E8;*/
	transform: translateY(2px);
}

.firm-item-img,
.firm-item-img2,
.firm-item-img3,
.firm-item-img4,
.firm-item-img5,
.firm-item-img6 {
	display: none;
}

.firm-item-brief,
.firm-item-brief2,
.firm-item-brief3,
.firm-item-brief4,
.firm-item-brief5,
.firm-item-brief6 {
	display: none;
}

.firm-item-product,
.firm-item-product2,
.firm-item-product3,
.firm-item-product4,
.firm-item-product5,
.firm-item-product6 {
	display: none;
}

.firm-brief,
.firm-brief2,
.firm-brief3,
.firm-brief4,
.firm-brief5,
.firm-brief6 {
	clear: both;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 20px;
	white-space: pre-line;
}

/* .firm-list li:nth-child(3) a {
	display: none;
} */

/* .firm-list li:nth-child(4) a{
   display: none;
}
.firm-list li:nth-child(7) a{
   display: none;
}
.firm-list li:nth-child(10) a{
   display: none;
}
.firm-list li:nth-child(11) a{
   display: none;
}
.firm-list li:nth-child(13) a{
   display: none;
}
.firm-list li:nth-child(17) a{
   display: none;
} */
.firm-modal .close {
	font-size: 28px;
}

.firm-modal img {
	max-height: 170px;
}

@media (min-width: 991px) {
	.modal-dialog {
		width: 850px;
	}
	.firm-list li{
		padding: 30px 20px;
	}
}

@media (max-width:767px) {
	.firm-text a{
		margin: 0 auto;
	}
	.smalltext {
	    font-size: 13px;
	    line-height: 22px;
	    text-align: justify;
	    color: #666;
	    margin-bottom: 18px;
	    word-break: break-all;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    white-space: pre-line;
	}
	.firm-logo{
		background-color: transparent;
	}
	.ad{
		display: none;
	}
	.award-banner {
		margin-top: 50px;
	}

	.firm-logo img {
		max-height: 54px;
	}

	.firm-text {
		padding-left: 0;
		margin-top: 0;
	}

	.firm-list li p:first-child {
		text-align: center;
	}

	.subnav li a {
		font-size: 14px;
	}

	.firm-list li {
		padding: 20px 0;
	}
	.firm-list{
		width: 90%;
	}
	.main {
	    padding-bottom: 60px;
	    min-height: auto;
	    padding-top: 20px;
		}
}
