﻿.tj {
	padding: 20px 0 40px 0;
	margin-bottom: 20px;
	/* background: url(../images/bg2.jpg) no-repeat center fixed;
	background-size: cover; */
}

.tj .container {
	position: relative;
	overflow: hidden;

}

#demo5 {
	width: 100%;
	overflow: hidden;

	margin-top: 20px;
}

.tj ul {
	width: 2000px;
	height: 252px;

}

.tj ul li {
	height: 250px;
	overflow: hidden;
	width: 200px;
	padding: 10px;
	padding-bottom: 0;
	margin: 0 5px;
	float: left;
	border: 1px solid #eee;
	background: #fff;
}

.tj dl {
	height: 250px;
	overflow: hidden;
	width: 200px;
	background: #fff;
}

.tj dl dt {
	width: 200px;
	height: 200px;
}

.tj dl dt img {
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.tj dl dt a img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transition: all 1s ease 0s;
	width: 100%;
}

.tj dl dt a:hover img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
}

.tj dl dd {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	width: 200px;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #eee;
}

.demo5-btn {
	position: absolute;
	right: 0;
	top: 180px;
	width: 30px;
	height: 50px;
}

#ee {
	position: absolute;
	left: 0;
	top: 180px;
	z-index: 9999;
}

.demo5-btn .btn {
	width: 30px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 30px;
	font-family: "宋体";
	color: #fff;
	font-weight: normal;
	outline: none;
	cursor: pointer;
	font-weight: bold;
	background: #e97f0f;
	border: none;
}

.tj h4,
.about h4 {
	text-align: center;
	width: 50%;
	color: #276dab;
	font-size: 20px;
	margin: 0 auto;
	line-height: 50px;
	border-bottom: 1px solid #ccceee;
}

.tj h4 strong,
.about h4 strong {
	border-bottom: 4px solid #276dab;
	padding-bottom: 10px;
	margin: 0 10px;
}

.tj h4 span,
.about h4 span {
	font-weight: normal;
	font-size: 30px;
	color: #276dab;
	font-family: Arial;
}

.pro .pro_r h4 a {
	font-size: 14px;
	position: absolute;
	right: 10px;
	bottom: -3px;
	color: #999;
}

.ad {
	background: #fafafa url(../images/ad.png) no-repeat center top;
	height: 144px;
	font-size: 40px;
	color: #fff;
	text-align: center;
	padding-bottom: 50px;
}

.ad .container {
	position: relative;
}

.ad span {
	width: 105px;
	height: 105px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 130px;
	border-radius: 90px;
	background: #fff;
}

.ad span img {
	margin-top: 9px;
}

.ad strong {
	line-height: 130px;
	margin-left: 180px;
}

.ly {
	background: #fafafa url(../images/bg02.png) no-repeat 30% top;
	height: 559px;
	padding-bottom: 30px;
}

.ly .container,
.ly3 .container {
	position: relative;
}

.ly dl,
.ly3 dl {
	line-height: 20px;
}

dl.ly1 {
	position: absolute;
	left: 47%;
	top: 40px;
	width: 400px;
}

.ly #ly2 {
	left: 54%;
	top: 270px;
}

.ly3 #ly4 {
	left: 29%;
	top: 75px;
	width: 400px;
}

dl.ly1 dt {
	font-size: 22px;
	color: #276dab;
	font-weight: bold;
}

dl.ly1 dd.dd1 {
	color: #999;
	margin: 5px 0;
}

dl.ly1 dd.dd2 {
	font-size: 14px;
	color: #333;
}

dl.ly1 dd.dd2 span {
	color: #e97f0f;
}

.ly3 {
	height: 559px;
}

.ly3 .container {
	background: url(../images/bg03.png) no-repeat center;
	height: 535px;
}

.ly3 #ly4 .dd1 {
	color: #999;
}

.ly3 #ly5 {
	left: 51%;
	top: 350px;
	width: 400px;
}

.about {
	width: 65%;
}

h5 {
	font-size: 18px;
	color: #e97f0f;
	border-bottom: 1px solid #eee;
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
}

h5 span {
	border-bottom: 3px solid #e97f0f;
	position: absolute;
	left: 0;
	top: -2px;
}

h5 a {
	position: absolute;
	right: 0;
	bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

h5 a:hover {
	color: #e97f0f;
}

.about dl.gy {
	position: relative;
}

.about dl.gy dt {
	width: 220px;
	height: 150px;
	padding: 5px;
	background: #fff;
	border: 1px solid #eee;
}

.about dl.gy dt img {
	width: 220px;
	height: 150px;
	overflow: hidden;
}

.about dl.gy dd {
	position: absolute;
	left: 250px;
	top: 10px;

	line-height: 25px;
}


.about dl.gy dd strong {
	font-size: 16px;
}

.about dl.gy dd p.p1 {
	margin: 5px 0;
	font-size: 14px;
	color: #666;
}

.about dl.gy dd p a {
	color: #999;
	font-size: 14px;

}

.about dl.gy dd p a:hover {
	color: #e97f0f;
}

#scroll {
	/* width: 680px; */
	margin-top: 10px;
	overflow: hidden;
}

#scroll ul {
	width: 9999px;
	overflow: hidden;
}

#scroll ul li {
	width: 170px;
	height: 170px;
	overflow: hidden;
	float: left;
	margin: 0 5px;
}

#scroll ul li dl dt {
	width: 170px;
	height: 130px;
	background: #fff;
	overflow: hidden;
}

#scroll ul li dl dt img {
	width: 170px;
	height: 130px;
	overflow: hidden;
}

#scroll ul li dl dd {
	text-align: center;
	border-bottom: 2px solid #fff;
	height: 38px;
	line-height: 38px;
	position: relative;
	width: 180px;
	cursor: pointer;
	background: #fff;
}

#scroll ul li dl dd::after,
#scroll ul li dl dd::before {
	background: #e97f0f;
	bottom: -2px;
	content: "";
	height: 2px;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 0;
}

#scroll ul li dl dd::before {
	left: 0;
}

#scroll ul li dl dd::after {
	right: 0;
}

#scroll ul li dl dd:hover::after,
#scroll ul li dl dd:hover::before {
	width: 50%;
}

.news {
	width: 32%;
}

.news ul li {
	line-height: 50px;
	background: rgba(255, 255, 255, .5) url(../images/dian.jpg) no-repeat 10px center;
	font-size: 15px;
	text-indent: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	padding: 0 10px;

}

.news ul li a {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
}

.news ul li span {
	color: #999;
	font-size: 12px;
}

.bk {
	/* background: url(../images/bg01.jpeg) no-repeat center top;
	background-size: cover; */
	padding: 30px 0;
}

.bk .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.box {
	border: 1px solid #eee;
	padding: 15px 15px 5px 15px;
	background: #fff;
}

.bk .zz {
	width: 30%;
}

.bk .zz ul li {
	margin-bottom: 10px;
}

.bk .zz ul li,
.bk .zz ul li img {
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.bk .question {
	width: 35%;
	height: 438px;
	margin: 0 20px;
}

.question .d_scroll {
	overflow: hidden;
	height: 360px;
}

.question .d_scroll ul {
	height: 9999px;
}

.question dl {
	margin-bottom: 15px;
}

.question dl dt {
	background: url(../images/icon4.gif) no-repeat left center;
	background-size: contain;
	height: 18px;
	line-height: 30px;
	padding-left: 40px;
	margin-bottom: 5px;
	font-size: 16px;
}

.question dl dt a {
	color: #e97f0f;
}

.question dl dd {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	display: inline-block;
}

.bk .contact {
	width: 32%;
}

.bk .contact dl {
	line-height: 30px;
	font-size: 14px;
}

.bk .contact dl strong {
	font-size: 16px;
}

.bk .contact dl dd.dd1 img {
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin-top: 10px;
}

.news3 {
	background: url(../images/logo_bg.png) no-repeat center fixed;
	background-size: cover;
	padding: 30px 0;
}

.news3 .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}