body {
	/*height: 2000px;*/
}

#nav .ac {
	border-bottom: 6px solid #960001 !important;
}

#nav .nav>li>a {
	color: black;
	padding-bottom: 20px;
}

.img {
	width: 100%;
	height: 100%;
}

.container {
	width: 1200px;
	/*background-color: #F9F9F9;*/
}

#t1 {
	background-color: #f0f0f0;
	padding: 15px;
}

#t1 ul {
	float: right;
}

#t1 ul li {
	float: left;
	border-right: 2px solid #959595;
	padding: 0 10px;
}

#t1 ul li:nth-last-child(1) {
	border: none;
}

#nav {
	background-color: white;
	margin-bottom: 0;
}

#myCarousel {
	width: 100%;
	margin: 0 auto;
}

#myCarousel img {
	display: block;
	width: 100%;
}

.tu {
	text-align: center;
}

#inputQuery {
	margin: 0 0 20px 0;
	;
}

#inputQuery .queryBtn {
	background-color: #960001;
	color: white;
	padding: 10px 15px;
}

#inputQuery input {
	height: 42px;
}

#inputQuery .btn {
	height: 42px;
}

.flex {
	display: flex;
}


/*服务内容*/

.s_box {
	border-top: 3px solid #900001;
	background-color: white;
	padding: 0 15px 20px 15px;
	flex-basis: 20%;
	margin: 0 40px;
}

.s_box:first-of-type {
	margin: 0;
}

.s_box:nth-last-child(1) {
	margin: 0;
}

.s_box:nth-of-type(3) {
	margin: 0;
}

.s_box .s_box_title {
	color: #900001;
	text-align: center;
	font-weight: 600;
	padding: 15px 0;
	border-bottom: 1px dashed #E4E4E4;
	font-size: 18px;
}

.s_box .s_box_img {
	text-align: center;
	padding: 15px;
}

.s_box .s_box_img img {
	width: 50px;
	height: 54px;
}

.s_box .s_box_content {
	font-size: 11px;
	line-height: 16px;
	height: 90px;
	text-align: justify;
}

.s_box .s_box_footer {
	width: 120px;
	text-align: center;
	margin: 0 auto;
	background-color: #e9e9e9;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	font-size: 11px;
}


/*新闻中心*/

.dt_box {}

.dt_box .dt_content {
	padding: 0 40px;
	background-color: white;
}

.dt_box .dt_content .dt_ul {}

.dt_box .dt_content .dt_ul .dt_li {
	height: 135px;
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}

.dt_box .dt_content .dt_ul .dt_li:last-child {
	border: none;
}

.dt_box .dt_content .dt_ul .dt_li .dt_img {
	height: 80px;
	width: 116px;
	margin: 10px;
	float: left;
}

.dt_box .dt_content .dt_ul .dt_li .dt_img img {
	height: 100%;
	width: 100%;
}

.dt_box .dt_content .dt_ul .dt_li .dt_text {
	float: left;
	width: 330px;
	margin-left: 40px;
}

.dt_box .dt_content .dt_ul .dt_li .dt_text h6 {
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	text-align: justify;
}

.dt_box .dt_content .dt_ul .dt_li .dt_text p {
	font-size: 11px;
	line-height: 30px;
	color: #C3C3C3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	text-align: justify;
}

.dt_box .dt_nav {
	border-bottom: 2px solid #900001;
	background-color: #eaeaea;
	border-top-right-radius: 10px;
	position: relative;
}

.dt_box .dt_nav>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 2px solid #900001;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.dt_box .dt_nav>li {
	margin-bottom: -2px;
	font-weight: 600;
}

.dt_title {
	margin: 0 30px;
}

.dt_btn {
	display: inline-block;
	width: 65px;
	height: 26px;
	border: 1px solid #c1c1c1;
	text-align: center;
	line-height: 26px;
	margin: 8px 20px 0 0;
	border-radius: 20px;
	font-size: 12px;
	color: #C3C3C3;
	cursor: pointer;
}

.more {
	position: absolute;
	right: 0;
}

.dt_btn_active {
	color: white;
	background-color: #900001;
}


/*知识产权*/

.dt_box .zs_title {
	height: 44px;
	background-color: #eaeaea;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}

.dt_box .zs_content {
	background-color: white;
	padding: 0 30px;
}

.dt_box .zs_content .zs_ul {
	padding: 20px 0;
}

.dt_box .zs_content .zs_ul .zs_li {
	margin-top: 20px;
	height: 110px;
}

.dt_box .zs_content .zs_ul .zs_li:first-child {
	margin-top: 0;
}

.dt_box .zs_content .zs_ul .zs_li h6 {
	color: #11cd68;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	text-align: justify;
}

.dt_box .zs_content .zs_ul .zs_li p {
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	text-align: justify;
	padding: 10px 20px;
	background-color: #f5f5f5;
	border-radius: 5px;
	margin-top: 5px;
}

.fix {
	position: fixed;
	bottom: 20px;
	text-align: center;
	width: 100%;
}