@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0
}

body,
h2,
h3,
h4,
h5,
p,
span {
	font-family: "微软雅黑";
	font-weight: normal
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none
}

span {
	display: block
}

img {
	border: none
}


#app {
	min-width: 1200px;
}

.banner {
	width: auto;
	height: 400px;
	position: relative;
	overflow: hidden
}

.banner ul {
	width: 1920px;
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -960px
}

.banner ul li img {
	width: 1920px;
	height: 400px;
}

.banner ol {
	height: 33px;
	position: absolute;
	bottom: 24px;
	left: 50%;
	margin-left: -100px
}

.banner ol li {
	width: 20px;
	height: 20px;
	float: left;
	background-image: url(../img/tab.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 50px;
	cursor: pointer
}

.banner ol li.on {
	background-image: url(../img/tab_click.png);
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 50%;
}

.main {
	width: calc(1200px - 40px);
	margin: 0 auto;
	overflow: hidden;
}

.title {
	margin: 60px auto 20px;
	background: url('../img/title_bg.png') center center no-repeat;
	overflow: hidden;
}

.title h2 {
	font-size: 24px;
	color: #202021;
	text-align: center;
	margin: -3px auto 17px;
	line-height: 30px;
}

.title h3 {
	margin-top: -2px;
	font-size: 18px;
	color: #40454c;
	text-transform: capitalize;
	text-align: center;
}

.content {
	width: calc(1200px - 40px);
	margin: 0 auto;
	overflow: hidden
}

.main .about_us .content .text {
	width: 600px;
	float: left;
	background-color: #e6e4e4;
	height: 270px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 20px;
	box-sizing: border-box;	
}

.about_us ::-webkit-scrollbar {
	width: 6px;
}
.about_us ::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);
	border-radius:10px;
}

.about_us ::-webkit-scrollbar-thumb {
	border-radius:10px;
	background:rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
}

.main .about_us .content .text p {
	line-height: 28px;
	color: #47494c;
	font-size: 14px;
	text-indent: 2rem;
}

.main .about_us .content .text .about_link {
	margin-top: 10px;
	display: block;
	color: #4878a8;
	float: right;
}

.main .about_us .content .pic {
	width: 530px;
	height: 270px;
	float: right;
}
.main .about_us .content .pic img {
	width: 530px;
	height: 270px;
}

.main .product .content ul {
	width: calc(1200px - 40px);
	overflow: hidden
}

.main .product .content li {
	float: left;
	margin: 40px 40px 0 0;
	width: 360px;
}
.main .product .content .no-mr {
	margin-right: 0;
}
.main .product .content .no-mt {
	margin-top: 0;
}

.main .product .content li img {
	width: 360px;
	height: 360px;
}

.main .product .content li span {
	height: 40px;
	color: #f4f6fa;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	background-color: #b7acac;
	margin-top: -4px
}

.main .product .content li:hover span {
	color: #e6e1e1;
	background-color: #4878a8
}

.main .news .view {
	float: left;
	width: 560px
}

.main .news .view .img {
	height: 320px
}

.main .news .view .text {
	height: 44px;
	background-color: #b7acac;
	margin-top: -4px;
}

.main .news .view .text a {
	width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	text-align: left;
	line-height: 44px;
	color: #f4f6fa;
	font-size: 14px;
	margin-left: 20px
}

.main .news .view:hover .text {
	background-color: #4878a8;
}

.main .news .list {
	float: right;
	width: 550px;
}

.main .news .list li {
	overflow: hidden;
	margin-bottom: 26px
}

.main .news .list li .date {
	width: 80px;
	height: 70px;
	background-color: #b7acac;
	float: left
}

.main .news .list li .date a {
	font-size: 26px;
	color: #eaf1f3;
	text-align: center;
	padding-top: 8px;
	display: block
}

.main .news .list li .date a span {
	font-size: 12px;
	color: #f4f6fa;
	text-align: center;
}

.main .news .list li:hover .date {
	background-color: #4878a8
}

.main .news .list li .info {
	float: right;
	width: 440px
}

.main .news .list li .info h4 a {
	font-size: 14px;
	color: #141516;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.main .news .list li .info p {
	font-size: 12px;
	color: #4d5258;
	line-height: 22px;
	margin-top: 6px;
}

.main .news .list li .info:hover a {
	color: #4878a8
}

.main .contact_us .content {
	width: 1260px
}

.main .contact_us .content ul {
	overflow: hidden
}

.main .contact_us .content ul li {
	width: 360px;
	height: 220px;
	float: left;
	display: block;
	margin-right: 60px;
}

.main .contact_us .content ul li .img {
	text-align: center;
	padding-top: 28px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.main .contact_us .content ul li .text {
	text-align: center
}

.main .contact_us .content ul li .text h5 a {
	font-size: 16px;
	color: #444;
}

.main .contact_us .content ul li .text p {
	padding-top: 16px
}

.main .contact_us .content ul li .text p a {
	font-size: 14px;
	color: #444;
}
