.banner {
	width: 100%;
	height: 480px;
	margin: 0 auto;
	overflow: hidden;
}

.banner img {
	display: none;
	width: 100%;
	/* height: 100%; */
}

.tab_box {
	width: 100%;
	background: #fbfbfb;
}

.tab_list {
	width: 1137px;
	margin: 0 auto;
}

.tab_list li {
	position: relative;
	float: left;
	line-height: 66px;
	font-size: 16px;
	color: #5f6464;
	margin: 0 24px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}

.tab_list li a {
	display: block;
}

.tab_list li .borderBottom {
	display: none;
	width: 100%;
	border-bottom: 2px solid #003b83;
	position: absolute;
	bottom: 0;
	left: 0;
	animation: showLine 0.4s;
	animation-iteration-count: 1;
}

.tab_list li.on a {
	color: #003b83;
}
.tab_list li.on .borderBottom {
	display: block !important;
	border-bottom-color: #003b83 !important;
}

.tab_list li:hover a {
	color: #003b83;
}

@keyframes showLine {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.content_list .item {
	width: 100%;
	/* display: none; */
	padding-top: 60px;
	overflow: hidden;
}

.content_list .item.on {
	display: block !important;
}

.content_list .item .left {
	float: left;
}

.content_list .item .right {
	float: right;
}

.content_list .item.company_info .section {
	position: relative;
	padding-bottom: 60px;
}

.content_list .item.company_info .left {
	width: 470px;
	/* height: 300px; */
	/* width: 494px; */
	/* height: 280px; */
	margin-top: 8px;
	border-radius: 6px;
	overflow: hidden;
}
.content_list .item.company_info video {
	border-radius: 6px;
}

.content_list .item.company_info .right {
	font-size: 18px;
	line-height: 1.6;
	width: 700px;
}

.content_list .item.company_info .left .zoujin {
	width: 218px;
	height: 87px;
	margin-top: 30px;
}
.content_list .item.company_info .left .qiantai {
	width: 467px;
	height: 286px;
	margin-top: 50px;
	/* margin-top: 80px; */
	/* position: absolute; */
	/* left: 0; */
	/* bottom: -30px; */
	/* z-index: 12; */
}

.content_list .item .company_qualify {
	height: 930px;
	padding-top: 90px;
	background: #f3f5fc;
}
.content_list .item .company_qualify .title {
	display: block;
	background: url(../image/company_qualify.png) no-repeat center/cover;
	width: 494px;
	height: 88px;
	margin: 0 auto 70px;
}
.content_list .item .company_qualify .pic_box {
	position: relative;
	background: #fff;
	width: 1112px;
	height: 620px;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.content_list .item .company_qualify .pic_list_box {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 690px;
	transform: translateX(-50%);
	overflow: hidden;
}
.content_list .item .company_qualify .pic_list {
	width: 1380px;
	transition: transform 0.5s;
}
.content_list .item .company_qualify .pic_item {
	float: left;
}
.content_list .item .company_qualify .pic_item img {
	width: 690px;
	height: 483px;
	/* width: 690px; */
	/* height: auto; */
}
.content_list .item .company_qualify .pic_item p {
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}
.content_list .item .company_qualify .pic_tab_box_next,
.content_list .item .company_qualify .pic_tab_box_prev {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	width: 55px;
	height: 54px;
}

.content_list .item .company_qualify .pic_box .pic_tab_box_prev {
	position: absolute;
	left: -120px;
	background: url(../image/company_qualify_prev.png) no-repeat center/cover;

	cursor: pointer;
}

.content_list .item .company_qualify .pic_box .pic_tab_box_next {
	position: absolute;
	right: -120px;
	background: url(../image/company_qualify_next.png) no-repeat center/cover;
	cursor: pointer;
}

.content_list .item.history {
	padding-bottom: 60px;
	background-color: #f5f5f5;
}

.content_list .dynamic,
.content_list .honor,
.content_list .publicity,
.content_list .contact,
.content_list .education,
.content_list .standard,
.content_list .complaint {
	background: #f5f5f5;
	padding-bottom: 60px;
}
.content_list .dynamic .list_contain {
	width: 1350px;
	padding: 30px 100px;
	margin: 0 auto;
	background: #fff;
}
.content_list .dynamic .new_item {
	padding: 40px 0;
	border-bottom: 1px solid #ebedf0;
}
.content_list .dynamic .new_item img {
	float: left;
	width: 170px;
	height: 110px;
}
.content_list .dynamic .new_item .content {
	float: left;
	margin-left: 30px;
	width: 930px;
}
.content_list .dynamic .new_item .content h2 {
	font-size: 22px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 10px;
}
.content_list .dynamic .new_item .content p {
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
	max-height: 48px;
}
.content_list .dynamic .new_item .content .detail_btn {
	font-size: 14px;
	color: #003b82;
}

.content_list .honor .list_contain {
	width: 1050px;
	margin: 0 auto;
}
.content_list .honor .list_contain ul {
	margin: -25px -40px;
}
.content_list .honor .pic_item {
	width: 325px;
	margin: 25px;
	float: left;
	/* box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); */
	transition: transform 0.5s;
	overflow: hidden;
}
.content_list .honor .pic_item:hover {
	z-index: 2;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -2px, 0);
}
.content_list .honor .pic_item:hover img {
	transform: scale(1.1);
}

.content_list .honor .pic_item .pic_box {
	height: 390px;
	overflow: hidden;
}
.content_list .honor .pic_item img {
	height: 100%;
	width: 100%;
	cursor: pointer;
	transition: transform 0.5s;
}

.content_list .honor .pic_item .text {
	height: 76px;
	width: 325px;
	background: #fff;
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding: 24px 20px 0;
}
.content_list .honor .pic_item .text p {
	max-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content_list .publicity .list_contain {
	width: 1350px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
}
.content_list .contact .list_contain {
	width: 1350px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
}
.content_list .contact .list_contain .right {
	width: 714px;
	height: 382px;
}
.content_list .contact .list_contain .right img {
	-webkit-user-drag: none;
}
.content_list .contact .list_contain .left {
	padding-top: 40px;
	padding-left: 40px;
}
.content_list .contact .list_contain .title {
	padding-left: 44px;
	font-size: 18px;
	color: #888;
	letter-spacing: 2px;
}
.content_list .contact .list_contain .list_item i {
	display: inline-block;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}
.content_list .contact .list_contain .list_item .phone {
	width: 14px;
	height: 19px;
	background-image: url('../image/phone.png');
}
.content_list .contact .list_contain .list_item .sms {
	width: 17px;
	height: 17px;
	background-image: url('../image/sms.png');
}
.content_list .contact .list_contain .list_item .mail {
	width: 19px;
	height: 13px;
	background-image: url('../image/mail.png');
}
.content_list .contact .list_contain .list_item .local {
	width: 13px;
	height: 19px;
	background-image: url('../image/local.png');
}
.content_list .contact .list_contain .list_item {
	font-size: 15px;
	color: #999999;
	margin-top: 20px;
}
.content_list .contact .list_contain .bottom {
	margin-top: 40px;
}

.education .list_contain,
.standard .list_contain {
	width: 1350px;
	/* background: #fff; */
	margin: 0 auto;
	padding: 0 110px;
}

.education .pic_item,
.standard .pic_item {
	float: left;
	/* box-shadow: 0 0 6px 0 rgb(0 0 0 / 20%); */
	transition: 0.5s;
	background: #fff;
	overflow: hidden;
}
.education .pic_item {
	padding: 10px;
	width: 340px;
	height: 306px;
	margin: 18px;
}
.education .pic_item > a,
.standard .pic_item > a,
#dynamic_ul .new_item > a {
	display: block;
}
.standard .pic_item {
	padding: 30px;
	width: 356px;
	height: 411px;
	margin: 10px;
	text-align: center;
}
.education .pic_item img {
	transition: transform 0.5s;
	width: 100%;
	height: 100%;
}
.education .pic_item .pic_box {
	width: 320px;
	height: 156px;
	overflow: hidden;
}
.education .pic_content {
	padding: 0 10px;
	margin-top: 15px;
	font-size: 18px;
	color: #333;
}
.education .pic_content .elips-2 {
	max-height: 54px;
	overflow: hidden;
}
.education .pic_content .detail_btn {
	float: right;
	margin-top: 20px;
	width: 68px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #ccccce;
	color: #fff;
	font-size: 14px;
	transition: background 0.3s;
}
.education .pic_item:hover .detail_btn {
	background-color: #003b82;
}

.education .pic_item:hover,
.standard .pic_item:hover {
	z-index: 2;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -2px, 0);
}
.education .pic_item:hover img {
	transform: scale(1.1);
}

.standard .pic_box {
	text-align: center;
	margin: 40px auto 0;
	max-width: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.standard .pic_content .elips-3 {
	height: 76.5px;
	overflow: hidden;
}
.standard .pic_content h2 {
	font-size: 26px;
	margin-top: 40px;
	color: #333;
}
.standard .pic_content .spot_icon {
	display: block;
	margin: 10px auto 20px;
	width: 28px;
	height: 5px;
	background: url('/static/tougu/image/spot_icon.png') no-repeat center/cover;
}
.standard .pic_content p {
	font-size: 17px;
	color: #666;
}
.standard .pic_content .detail_btn {
	display: inline-block;
	font-size: 14px;
	color: #003b82;
	margin-top: 20px;
}

#honor_paginate {
	margin-top: 60px;
}

#dynamic_paginate,
#publicity_paginate,
#education_paginate {
	margin-top: 20px;
	text-align: center;
}

#honor_paginate {
	text-align: center;
}

#education_ul {
	margin: -18px;
}
#standard_ul {
	margin: -10px;
}

.complaint .list_contain {
	position: relative;
	width: 1350px;
	padding: 30px 100px;
	margin: 0 auto;
	background: #fff;
}

.complaint .complaint_title_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 579px;
	background: url('../image/complaint_bg.png') no-repeat center/cover;
}
.complaint .complaint_title {
	position: relative;
	margin: 40px auto 0;
	width: 320px;
	font-size: 30px;
	color: #333;
	z-index: 2;
	text-align: center;
	border-bottom: 13px solid #dce4ec;
	line-height: 8px;
	font-weight: bold;
}
.complaint .flowChart {
	position: relative;
	display: block;
	width: 836px;
	height: 675px;
	margin: 60px auto 40px;
	z-index: 2;
}

.even-box {
	padding-top: 160px !important;
}

.even-box .show-box {
	bottom: -60px !important;
}
