﻿.topbar-right {
	text-align: center;
}

.topbar-right a {
	color: #fff;
	width: 173px;
	display: block;
	background: #153281;
	float: right;
}

.topbar-right a:hover {
	color: #ff0000;
}

.navbar-right {
	margin: 20px 0 0 0;
}

.b-line {
	display: block;
	width: 200px;
	height: 1px;
	background: #fff;
	margin: 10px auto;
}

.b-line dl {
	width: 1px;
	height: 10px;
	background: #fff;
	margin: 0 auto;
}

.menu-btn {
	text-align: center;
	display: inline-block;
	width: 15.33%;
}

.menu-btn i {
	width: 78px;
	height: 63px;
	border: dashed #eb6100 1px;
	color: #eb6100;
	line-height: 63px;
	font-size: 25px;
}

.menu-btn a:hover i {
	border: dashed #fff 1px;
	background: #eb6100;
	color: #fff;
}

.menu-btn a:hover p {
	color: #eb6100;
	font-weight: bold;
}

.about-box {
	padding: 0 0 60px 0;
}

.shadow {
	-moz-box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	box-shadow: 2px 2px 15px #ccc;
}

.sm-tit {
	border-bottom: solid #ccc 1px;
	margin-bottom: 20px;
}

.sm-tit h3 {
	font-size: 20px;
}

.s-item {
	border: dashed #eb6100 1px;
	text-align: center;
	width: 75px;
	height: 75px;
	display: inline-block;
	margin-top: 20px;
}

.s-item span {
	position: relative;
	top: 15px;
	color: #eb6100;
}


.news-item {
	margin-bottom: 20px;
}

.day {
	width: 78px;
	height: 78px;
	background: #2f6abc;
	float: left;
	text-align: center;
	color: #fff;
}

.txt {
	width: 85%;
	float: right;
}

.day font {
	width: 100%;
	font-size: 24px;
	display: block;
	margin-top: 10px;
}

.news-item:hover .day {
	background: #a0c917;
	color: #fff;
}

.news-item:hover {
	background: #f4f4f4;
}

.foot-code {
	text-align: center;
}

.f-nav a {
	color: #fff;
	font-weight: bold;
	;
	padding: 0 10px 0 0;
}

.pd30 {
	padding: 30px 30px;
}

.service-box {
	width: 44%;
	margin: 0 20px 0 20px;
}

.textright {
	text-align: right;
}

.about-img {
	padding: 0 10px 30px 10px;
}

.about-img img {
	max-width: 100%;
	max-height: 100%;
}

.main img {
	max-width: 100%;
	height: auto;
}

.main .hxkh p {
	overflow: hidden;
	width: 23.33%;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	height: 102px;
	line-height: 102px;
	margin: 0 22px 30px 0;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	box-shadow: 2px 2px 15px #ccc;
}

.main .hxkh p:hover {
	-moz-box-shadow: 2px 2px 15px #eb6100;
	-webkit-box-shadow: 2px 2px 15px #eb6100;
	box-shadow: 2px 2px 15px #eb6100;
	color: #eb6100;
}




/*产品滚动*/
.scroll-section {
	padding: 40px 0;
}

.project-gallery {
	height: 200px;
	padding: 20px 5px;
	text-align: center;
}

.project-gallery p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsise;
	overflow: hidden;
}

.project-gallery img {
	height: 80%;
	max-width: 100%;
}

.scroll-tit {
	background: url(../../images/s-tit.png) no-repeat center;
	height: 45px;
	width: 223px;
	margin: 0 auto;
	text-align: center;
}

.scroll-tit h2 {
	font-weight: bold;
	font-size: 30px;
	color: #178cdd;
	padding-top: 10px;
}

.scroll-tit span {
	text-transform: uppercase;
}

.line {
	height: 8px;
	background: url(../../images/line.png) no-repeat center;
	margin: 0 auto;
}

.scroll-cro {
	text-align: center;
	margin-top: 60px;
}

.scroll-cro a {
	display: inline-block;
	background: #f4f4f4;
	padding: 4px 10px;
}

.scroll-cro li:hover {
	background: #178cdd !important;
}

.scroll-cro li:hover a {
	color: #fff !important
}

/*公司简介*/
.company-section {
	background: url(../../images/ab-bg.jpg) no-repeat;
	background-size: cover;
}

.mark {
	background: rgba(16, 106, 176, 0.7);
	padding: 60px 0;
	background-size: cover;
	height: 100%;
}

.company-box {
	color: #fff;
}

.company-box h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.company-txt p {
	color: #fff;
	text-align: justify;
}


/*首页新闻*/
.news-section {
	padding: 60px 0;
}

.news-box {
	padding: 60px 0;
}

.newstime {
	width: 70px;
	text-align: center;
	border-right: solid #ccc 1px;
	float: left;
	margin-right: 20px;
}

.newstime b {
	font-size: 24px;
}

.newsdesc {
	float: right;
	width: 85%;
}

.newsdesc p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.newslist li {
	padding: 30px 0;
}

/*脚部公共*/
#footer-sec {
	background: url(../../images/f-bg.jpg) no-repeat center;
	padding: 30px 0;
	background-size: cover;
	color: #fff;
}

.code {
	text-align: right;
}

.phone {
	background: url(../../images/phone.png) no-repeat left;
	padding-left: 50px;
}

.mail {
	background: url(../../images/mail.png) no-repeat left;
	padding-left: 50px;
}

.contact {
	background: url(../../images/mob.png) no-repeat left;
	padding-left: 40px;
}

.address {
	background: url(../../images/address.png) no-repeat left;
	padding-left: 50px;
}

.f-cont {
	padding: 30px 0 60px 0;
	border-bottom: solid rgba(255, 255, 255, .2) 1px;
}

.copyright {
	text-align: center;
	padding: 10px 0;
}

.cop {
	text-align: left;
}

.url {
	text-align: right;
}

/*推荐产品*/
.product {
	padding: 0 3%;
	margin-top: 60px;
}

.pro-tit {
	margin-bottom: 30px;
}

.pro-tit p {
	text-align: center;
}

.tit {
	text-align: center;
	background: url(../../images/line.png) no-repeat center;
	height: 14px;
	margin-bottom: 20px;
}

.tit h2 {
	font-size: 30px;
	position: relative;
	top: -10px;
}

.tit-dol {
	height: 12px;
	text-align: center;
	background: url(../../images/dol.png) no-repeat center;
}

.p-item {
	height: 363px;
	padding: 0;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.p-blue {
	background: url(../../images/m1.jpg) no-repeat #2c68a6;
	height: 100%;
	background-size: cover;
}

.p-gray {
	background: #eeeeee;
}

.p-red {
	background: #da2b2b;
}

.p-pro-1 {
	background: url(../../images/p1.jpg) no-repeat;
	height: 100%;
	background-size: cover;
	z-index: 1;
}

.p-pro-2 {
	background: url(../../images/p2.jpg) no-repeat;
	height: 100%;
	background-size: cover;
	z-index: 1;
}

.p-pro-3 {
	background: url(../../images/p3.jpg) no-repeat;
	height: 100%;
	background-size: cover;
	z-index: 1;
}

.p-desc {
	padding: 10% 10%;
}

.p-desc h2 {
	font-size: 24px;
	font-weight: bold;
}

.p-blue h2 span {
	width: 70px;
	height: 6px;
	display: block;
	background: #da2b2b;
	margin: 10px 0 20px 0;
}

.p-blue h2,
.p-blue p,
.p-blue a {
	color: #fff;
}

.p-blue a {
	width: 100px;
	text-align: center;
	padding: 4px 0;
	border: solid #fff 1px;
	display: block;
	margin-top: 30px;
}

.p-blue a:hover {
	color: #da2b2b;
	border: solid #da2b2b 1px;
}

.p-gray h2 span {
	width: 70px;
	height: 6px;
	display: block;
	background: #da2b2b;
	margin: 10px 0 20px 0;
}

.p-gray h2,
.p-gray p,
.p-gray a {
	color: #333;
}

.p-red h2 span {
	width: 70px;
	height: 6px;
	display: block;
	background: #fff;
	margin: 10px 0 20px 0;
}

.p-red h2,
.p-red p,
.p-red a {
	color: #fff;
}

.p-red a {
	width: 100px;
	text-align: center;
	padding: 4px 0;
	border: solid #fff 1px;
	display: block;
	margin-top: 30px;
}

.p-red a:hover {
	color: #333;
	border: solid #333 1px;
}

#triangle-up-gray {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #eeeeee;
	position: relative;
	z-index: 2;
	top: 92%;
	left: 45%;

}

#triangle-up-red {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #da2b2b;
	position: relative;
	z-index: 2;
	top: 92%;
	left: 45%;
}

#triangle-down-blue {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #2c68a6;
	position: relative;
	z-index: 2;
	top: 0;
	left: 45%;

}

.w-more:link,
.w-more:visited {
	color: #fff;
	width: 100px;
	text-align: center;
	padding: 4px 0;
	border: solid #fff 1px;
	display: block;
	margin: 20px 0 30px 0;
}

.b-more:link,
.b-more:visited {
	color: #333;
	width: 100px;
	text-align: center;
	padding: 4px 0;
	border: solid #333 1px;
	display: block;
	margin: 20px 0 30px 0;
}

.w-more:hover,
.b-more:hover {
	color: #da2b2b;
	border: solid #da2b2b 1px;
}

.news-tit {
	margin-bottom: 30px;
}

.news-tit p {
	text-align: center;
}

.news-box b {
	color: #2c68a6;
	height: 30px;
	line-height: 30px;
}

.newstop {
	margin-bottom: 30px;
}

.newsdiv {
	line-height: 30px;
	line-height: 30px;
}

.Nname {
	float: left;
	background: url(../../images/dot.jpg) no-repeat left;
	padding-left: 15px;
}

.Ndate {
	float: right;
}

.news-img {
	width: 100%;
	height: 143px;
}

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

.dline {
	border-style: dotted solid double dashed;
	height: 10px;
}

.case-section {
	padding: 0;
	background: #f4f4f4;
}

.case {
	padding: 60px 0;
}

.case-tit {
	margin-bottom: 30px;
}

.case-tit p {
	text-align: center;
}

.scroll {
	height: 150px;
	margin: 0 auto;
}

.scroll img {
	height: 150px;
	width: auto;
	margin: 0 5px 0 5px;
}






/*内页*/
.innerbanner {
	max-height: 200px;
	color: #fff;
}

.innerbanner h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 8%;
}

.innerbanner p,
.innerbanner a {
	color: #ccc;
}

.innabout {
	background: url(../../images/inab.jpg) no-repeat bottom;
}

.innnews {
	background: url(../../images/innews.jpg) no-repeat bottom;
}

.inncontact {
	background: url(../../images/incon.jpg) no-repeat bottom;
}

.innpro {
	background: url(../../images/inpro.jpg) no-repeat bottom;
}

.intit {
	border-bottom: solid #fff 1px;
	width: 200px;
	text-align: center;
	margin: 60px auto;
	line-height: 40px;
	height: 40px;
}

.intit h2 {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
}

.intit h2 span {
	display: block;
	height: 6px;
	background: #e70012;
	margin: 0 auto;
	width: 30px;
}

.inabout {
	padding: 60px 0;
}

.lmenu {
	background: #f4f4f4;
	height: 200px;
}

.rcontent {
	background: #fff;
	min-height: 300px;
}

.rcontent p {
	margin-bottom: 1rem;
	line-height: 2;
	font-size: 16px;
}

.rcontent p img {
	max-width: 100%;
}

/*.lmenu ul{width:90%;margin:20px auto;}
.lmenu ul li{height:40px;line-height:40px;border-bottom:solid #ccc 1px;}
.lmenu ul li span{display:block;height:3px;background:#da2b2b;width:20px;}*/
.comcontent table {
	margin: 0 auto 1rem auto;
}

.comcontent table td {
	border: solid #ddd 1px;
}

.comcontent table th {
	border: solid #ddd 1px;
	text-align: center;
}

.comcontent p {
	line-height: 2;
	font-size: 16px;
}

.main {
	padding: 0 0 30px 0;
}

.main .intit {
	border-bottom: solid #ccc 1px;
}

.main .intit h2 {
	color: #333;
	font-size: 24px;
	line-height: 40px;
}

.main .intit h2 span {
	display: block;
	height: 6px;
	background: #e70012;
	margin: 0 auto;
	width: 30px;
}

.culture {
	background: url(../../images/cbg.jpg) no-repeat;
	background-size: cover;
	min-height: 454px;
}

.culture img {
	float: left;
	height: 70px;
}

.ptd60 {
	padding-top: 60px;
}

.culture b {
	font-size: 18px;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

.culture p {
	font-size: 14px;
	color: #fff;
}

.c-item {
	background: rgba(255, 255, 255, 0.2);
	margin: 10px 10px;
	padding: 10px 10px 10px 10px;
}

.pimg {
	max-height: 300px;
	padding: 2px 2px;
	margin-bottom: 2px;
	overflow: hidden;
}

.leftframe-tit h2 {
	font-size: 20px;
}

.newsli {
	padding: 20px 20px 20px 20px;
	border: solid #ccc 1px;
	margin: 10px 4px 4px 4px;
	height: 100%;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #f7f7f7;
}

.newsli h2 {
	font-size: 20px;
}

.newsli:hover {
	background: #f7f7f7;
}

.newscontainer {
	padding: 60px 0 0 0;
}

.newstt {
	font-size: 24px;
}

.companycon {
	min-height: 400px;
}

.crcm {
	padding: 30px 0 30px 0;
}

.crcm .intit {
	border-bottom: solid #ccc 1px;
}

.crcm .intit h2 {
	color: #333;
	font-size: 24px;
	line-height: 40px;
}

.crcm .intit h2 span {
	display: block;
	height: 6px;
	background: #e70012;
	margin: 0 auto;
	width: 30px;
}

.procr {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.procr li {
	display: inline-block;
	text-align: center;
	border: solid #ccc 1px;
	padding: 4px 10px;
	margin: 0 5px 10px 5px;
}

.prolist p {
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-image: linear-gradient(#f7f7f7, #f1f1f1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.img-hs {
	padding: 10px 10px;
	border: solid #ccc 1px;
	box-shadow: 5px 5px 5px #f7f7f7;
	text-align: center;
	height: 200px;
}

.img-hs img {
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.img-hs:hover {
	background: #f7f7f7;
	cursor: pointer;
}

.prolist li {
	height: 280px;
	overflow: hidden;
}

.prolist {
	margin-top: 50px;
}

.pbg {
	background: url(../../images/bb.jpg) repeat;
}

.cul-bg {
	background: url(../../images/ball.png) no-repeat right bottom;
}

.proname {
	font-size: 24px;
}

.comcontent {
	padding: 10px 0 10px 0;
}

.shadow {
	box-shadow: 5px 5px 5px #f7f7f7;
}

.bookli {
	padding: 20px 20px 20px 20px;
	border: solid #ccc 1px;
	margin: 10px 4px 4px 4px;
	height: 220px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #f7f7f7;
}

.bookli h2 {
	font-size: 20px;
}

.bookli:hover {
	background: #f7f7f7;
}



.for-bottom-padding {
	height: 5px;
	clear: both;
	background: #a0c917;
	vertical-align: top;
}

.pages {
	text-align: center;
	overflow: hidden;
	margin-top: 2%;
	margin-bottom: 2%;
	width: 100%;
}

.yema a,
.yema span {
	padding: 2px 10px;
	border: #ccc 1px solid;
	margin: 0 2px;
	font-size: 17px;
	display: inline-block;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border-radius: 4px;
}

.yema a:hover {
	background: #c30d23;
	margin: 0 2px;
	color: #fff;
	text-decoration: none;
}

a.yema_on {
	color: #fff !important;
	background: #c30d23;
}

a.yema_on:hover {
	color: #fff !important;
	border: #c30d23 1px solid !important;
}

a.ok {
	color: #fff !important;
	border: #c30d23 1px solid !important;
	background: #c30d23;
}

a.ok:hover {
	color: #fff !important;
	border: #c30d23 1px solid !important;
}

@media (max-width : 1700px) {
	.newsdesc {
		float: right;
		width: 80%;
	}
}

@media (max-width : 1200px) {
	.logo {
		display: none !important;
	}

	.logo-m {
		display: block !important;
		max-height: 46px;
	}

	.menu-btn {
		text-align: center;
		display: inline-block;
		width: 24%;
	}

	.scroll-section {
		height: 100%;
		margin-bottom: 0;
		padding-bottom: 200px;
	}

	.scroll-section .container {
		z-index: 999;
		position: relative;
		top: 0;
		height: 232px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 10px 20px #f4f4f4;
	}

	.copyright {
		background: rgba(23, 140, 221, 1);
	}

	.newsdesc {
		float: right;
		width: 70%;
	}

	.code {
		margin: 20px auto;
		text-align: center;
	}

	.f-cont div {
		margin: 5% auto 5% auto;
		text-align: center;
		border-bottom: solid rgba(255, 255, 255, .2) 1px;
	}

	.f-cont {
		border-bottom: none;
	}

	.cop {
		text-align: center;
	}

	.url {
		text-align: center;
	}

	#triangle-up-gray {
		display: none;
	}

	#triangle-up-red {
		display: none;
	}

	#triangle-down-blue {
		display: none;
	}

	.p-item {
		height: 163px;
		padding: 0;
		display: block;
		overflow: hidden;
		z-index: 1;
	}

	.p-desc h2 {
		font-size: 20px;
		font-weight: bold;
	}

	.p-desc p {
		display: none;
	}

	.company {
		height: 100%;
		background: url(../../images/combg.jpg) no-repeat fixed center;
		background-size: 100% 100%;
	}

	.company-img {
		background: url(../../images/company.jpg) no-repeat center;
		background-size: cover;
		width: 100%;
		height: 200px;
	}

	.com-blue {
		width: 100%;
		height: 100%;
		background: rgba(44, 104, 166, 0.9);
	}

	.company-box {
		padding: 3% 3%;
		color: #fff;
		background: rgba(44, 104, 166, 0.9);
	}

	.company-box h2 {
		font-size: 24px;
		float: left;
		font-weight: bold;
	}

	.company-box h2 span {
		font-size: 14px;
		margin-left: 0;
		width: 100%;
		display: block;
		margin-top: 10px;
	}

	.company-txt p {
		color: #fff;
		text-align: justify;
	}

	.company-txt {
		padding: 20px 0;
	}

	.content-box {
		padding: 0;
	}

	.scroll {
		height: 150px;
		width: 100%;
		margin: 0 auto;
	}

	.procr {
		display: none;
	}

	.intit {
		display: none;
	}

	.img-hs {
		padding: 2px 2px;
		border: solid #ccc 1px;
		box-shadow: 5px 5px 5px #f7f7f7;
		text-align: center;
		height: 120px;
	}

	.prolist li {
		height: 200px;
	}
}

/* 分页 */
.pagebar .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3rem;
}

.pagination {
	align-items: center;
}

.pagination a {
	padding: 2px 10px;
	border: #ccc 1px solid;
	margin: 0 2px;
	font-size: 17px;
	display: inline-block;
	color: #333;
	margin-bottom: 10px;
	border-radius: 4px;
}

.pagination a:hover {
	color: rgba(255, 0, 0);
}

.pagination a.page-num-current {
	color: rgba(255, 0, 0);
}

@media screen and (max-width:768px) {
	.pagebar .pagination .zx {
		display: none;
	}
}

.contacttitle {
	font-size: 24px;
	margin-bottom: 30px;
	color: #777;
}

.contacttxt {
	line-height: 2;
	font-size: 16px;
	margin-bottom: 1rem;
}

.newscontact {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}

.newscontent p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 1rem;
}

.newscontent p img {
	max-width: 100%;
}