@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

html {
	font-size: calc(100vw/19.2);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-height: 100%;
	font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background: #fff;
}

@media (max-width: 1580px) {
	body {
		font-size: 14px;
	}
}

img {
	border: 0;
	vertical-align: top;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}


.whole-bj{
	background-color: #f0f0f0;
	padding-top: 170px;
}

.whole-pic{
	overflow: hidden;
}
.whole-pic a{
	display: block;
}
.whole-pic img{
	transition: all .6s; 
}
.whole-pic img:hover{
	transform: scale(1.1);
	cursor: pointer;
}


.container {
	margin: 0 auto;
	width: 1500px;
	padding: 0 ;
}

@media (max-width: 1580px) {
	.container {
		width: 84%;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 1rem;
		width: 100%;
	}
}

.bg-color1 {
	background-color: #fff;
}

.ptb100 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.ptb100 {
		padding-top: 0.72rem;
		padding-bottom: 0.72rem;
	}
}
.gongan{
    margin-right: 5px;
}
.pt100 {
	padding-top: 1rem;
}

@media (max-width: 767px) {
	.pt100 {
		padding-top: 0.72rem;
	}
}

.pb100 {
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.pb100 {
		padding-bottom: 0.72rem;
	}
}

.font18 {
	font-size: 0.18rem;
}

.font20 {
	font-size: 0.2rem;
}

.font22 {
	font-size: 0.22rem;
}

.font24 {
	font-size: 0.24rem;
}

.font26 {
	font-size: 0.26rem;
}

.font28 {
	font-size: 0.28rem;
}

.font30 {
	font-size: 0.3rem;
}
.font36 {
	font-size: 0.36rem;
}
.font50{
	font-size: .5rem;
}

@media (max-width: 1900px) {
	.font18 {
		font-size: 16px;
	}
}

@media (max-width: 1580px) {
	.font18 {
		font-size: 14px;
	}.font50 {
		font-size:25px;
	}

	.font20,
	.font22 {
		font-size: 16px;
	}

	.font24,
	.font26 {
		font-size: 18px;
	}

	.font28,
	.font30 {
		font-size: 20px;
	}
	
	.font36 {
		font-size: 24px;
	}
	
}

/* 占位标签，设置导航样式 */
#c-placeholder {
	height: 80px;
}

@media (max-width: 991px) {
	#c-placeholder {
		height: 60px;
	}
}

/*顶部*/
#c-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
}

#c-header.c-head-move {
	top: -100px;
}

#c-header.c-style2 {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.c-logo {
	float: left;
	display: block;
	width: 4.44rem;
	height: .7rem;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/logo.png);
	background-size: contain;
}
.flex-center{
	display: flex;
	align-items: center;
}
.c-right-box{
	margin-left: auto;
}

#c-header.is-active {
	background-color: rgba(0, 0, 0, 0.7);
}
#c-header.inside-head.is-active {
	background-color: rgba(255, 255, 255, 1);
}


#c-header.is-active .c-switch i {
	background-color: #d6303a;
}
#c-header .container{
	height: 1.1rem;
}


@media (max-width: 1200px) {}
@media (max-width: 992px) {
	.c-logo {
		display: block;
		width:224px;
		height: 35px;
	}
}

#c-header a {
	color: #fff;
	transition: all 0.5s;
	outline: none;
}


@media (max-width: 991px) {
	#c-header .container {
		padding: 0 0.5rem;
		width: 100%;
		height: 60px;
	}
}

@media (max-width: 767px) {
	#c-header .container {
		padding: 0 1rem;
	}
}

#c-header .c-right-box {
	display: flex;
	align-items: center;
	float: right;
}

/*顶部logo*/
#c-header .c-logo .c-img-box {
	display: flex;
	align-items: center;
}

#c-header .c-logo .c-img-box img {
	height: 56px;
}

@media (max-width: 991px) {
	#c-header .c-logo .c-img-box img {
		height: 30px;
	}
}

#c-header .c-logo .c-img-box img:nth-child(2) {
	display: none;
}

#c-header .c-logo span {
	display: inline-block;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
	#c-header .c-logo span {
		display: none;
	}
}

#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
	display: none;
}

#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
	display: inline-block;
}

/*顶部pc导航*/
#c-header .c-nav {
	display: flex;
	align-items: center;
}
#c-header .c-nav>li {
	position: relative;
	margin-right: .5rem;
}

#c-header .c-nav>li:last-child {
	margin-right: 0;
}

#c-header .c-nav>li> a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background: #d6303a;
	transition: 0.5s;
}

@media (max-width: 1260px) {
	#c-header .c-nav>li {
		margin-right: 10px;
	}
}

#c-header .c-nav> li >a {
	padding-top: .15rem;
	padding-bottom: .15rem;
	height: .6rem;
	line-height: .3rem;
	position: relative;
	display: block;
}

#c-header .c-nav> li >a i {
	margin-left: 8px;
	font-size: 20px;
}
#c-header .c-nav> li > .active{
	color: #d8313b;
	font-weight: bold;
}
#c-header .c-nav li.on>a::before,
#c-header .c-nav li:hover>a::before {
	width: 100%;
}
/* 
#c-header .c-nav ul {
	position: absolute;
	top: 99%;
	left: 50%;
	display: none;
	width: 150px;
	line-height: 40px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#c-header .c-nav ul li {
	border-bottom: 1px solid #eee;
}

#c-header .c-nav ul li:last-child {
	border: 0;
}

#c-header .c-nav ul li a {
	color: #666;
} */
#c-header .c-nav> li.on >a,
#c-header.c-style2 .c-nav> li.on>a,
#c-header .c-nav> li:hover>a {
	color: #d6303a;
	z-index: 88;
}

/*顶部移动端导航*/
#c-header .c-nav2 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 0;
	line-height: 50px;
	color: #333;
	background: #fff;
	overflow-y: auto;
	transition: all 0.5s;
	text-align: left;
}

#c-header .c-nav2>li:last-child {
	border-bottom: 1px solid #f1f1f1;
}

#c-header .c-nav2 li {
	padding: 0 0.5rem;
	border-top: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
	#c-header .c-nav2 li {
		padding: 0 1rem;
	}
}

#c-header .c-nav2 li .c-title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#c-header .c-nav2 li a {
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#c-header .c-nav2 li a i {
	font-size: 20px;
}

#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on>a {
	color: #d6303a;
}

#c-header .c-nav2 li ul {
	display: none;
}

.c-open #c-header .c-nav2 {
	height: calc(100vh - 60px);
	height: -webkit-calc(80vh);
}

/*顶部导航开关*/
#c-header .c-switch {
	margin-left: 16px;
	display: none;
	width: 24px;
	height: 20px;
	cursor: pointer;
}

@media (max-width: 991px) {
	#c-header .c-switch {
		display: block;
	}
	.navbar-nav{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: 0;
		line-height: 50px;
		background: rgba(0, 0, 0, 0.70);
		overflow-y: auto;
		transition: all 0.5s;
		text-align: center;
	}
	#c-header .c-nav{
		display: block;
		margin: 0;
	}
	#c-header .c-nav> li >a{
		padding: 16px;
		line-height: 20px;
		height: auto!important;
	}
}
.c-open #c-header .navbar-nav {
	height: calc(100vh - 60px);
}



#c-header .c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
	top: 0;
}

#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}

#c-header.c-style2 .c-switch i {
	background: #ffffff;
}
.sub-dropdown>a{
	position: relative;
	display: block;
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sub-dropdown>a::after{
	font-size: 18px;
	content: "\e685";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	line-height: 20px;
	margin-top: -10px;
	transform: rotate(180deg);
}
.sub-dropdown>a.open::after{
	transform: rotate(0);
}
body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 顶部功能区 */
#c-header .c-gn {
	display: flex;
	align-items: center;
}

@media (max-width: 1260px) {
	#c-header .c-gn {
		display: none;
	}
}

#c-header .c-gn form {
	padding: 0 30px;
	position: relative;
	cursor: pointer;
}

@media (max-width: 1900px) {
	#c-header .c-gn form {
		padding: 0 15px;
	}
}

#c-header .c-gn form:hover>i {
	color: #d6303a;
}

#c-header .c-gn form>i {
	transition: 0.5s;
}

#c-header .c-gn form .c-box {
	position: absolute;
	top: 106%;
	right: 0;
	display: none;
	width: 280px;
	height: 50px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

#c-header .c-gn form .c-box input {
	float: left;
	padding: 0 15px;
	width: -webkit-calc(30%);
	width: calc(100% - 70px);
	height: 50px;
}

#c-header .c-gn form .c-box button {
	float: left;
	width: 70px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	background: #d6303a;
	cursor: pointer;
}

#c-header .c-gn .c-phone {
	display: flex;
	align-items: center;
}

#c-header .c-gn .c-phone i {
	margin: 0 10px 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	line-height: 28px;
}

@media (max-width: 1900px) {
	#c-header .c-gn .c-phone i {
		margin: 0 5px 0 15px;
	}
}

#c-header .c-gn .c-phone span {
	font-weight: bold;
}

#c-header.c-style2 .c-gn .c-phone i {
	border: 1px solid rgba(222, 47, 9, 0.2);
}

#c-header.c-style2 .c-gn .c-phone {
	color: #d6303a;
}

/*首页轮播图*/
.c-banner1 .swiper-slide {
	overflow: hidden;
}

.c-banner1 .swiper-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.c-banner1 .swiper-slide .c-mb1,
.c-banner1 .swiper-slide .c-mb2 {
	display: none;
}

@media (max-width: 991px) {

	.c-banner1 .swiper-slide .c-mb1,
	.c-banner1 .swiper-slide .c-mb2 {
		display: block;
	}
}

@media (max-width: 991px) {

	.c-banner1 .swiper-slide .c-pc1,
	.c-banner1 .swiper-slide .c-pc2 {
		display: none;
	}
}

.c-banner1 .swiper-slide .c-pc1,
.c-banner1 .swiper-slide .c-mb1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.c-banner1 .swiper-slide .c-pc2,
.c-banner1 .swiper-slide .c-mb2 {
	position: relative;
	z-index: 2;
}

.c-banner1 .swiper-button-next {
	margin-top: -28px;
	width: 30px;
	height: 56px;
	opacity: 0.2;
	transition: 0.5s;
	right: 0.6rem;
	background: url(../images/next.png) no-repeat center / auto 100%;
}

.c-banner1 .swiper-button-prev {
	margin-top: -28px;
	width: 30px;
	height: 56px;
	opacity: 0.2;
	transition: 0.5s;
	left: 0.6rem;
	background: url(../images/prev.png) no-repeat center / auto 100%;
}

.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
	opacity: 1;
}

/* 底部 */
#c-footer {
	background-color: #2e2f29;
	color: #ffffff;
}
#c-footer a{
	color: #ffffff;
}
.foot-row{
	padding-top: .6rem;
	padding-bottom: .3rem;
}


@media (max-width: 767px) {
	#c-footer .c-top-box {
		padding: 2rem 0;
	}
}

#c-footer .c-top-box .container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

#c-footer .c-top-box .container .c-title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.4rem;
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-title-box {
		padding: 0.5rem 0;
		border-bottom: 1px solid #666;
	}
}

#c-footer .c-top-box .container .c-title-box .c-title {
	color: #fff;
}

#c-footer .c-top-box .container .c-title-box a {
	color: #fff;
}

#c-footer .c-top-box .container .c-title-box a:hover {
	color: #d6303a;
}

#c-footer .c-top-box .container .c-title-box i {
	display: none;
	transition: 0.5s;
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-title-box i {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-list-box {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-list-box .c-list {
		padding-top: 0.5rem;
		display: none;
	}
}

#c-footer .c-top-box .container .c-list-box .c-list li {
	padding-bottom: 0.1rem;
}

#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
	padding-bottom: 0;
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
		padding-bottom: 0.5rem;
	}
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-list-box .c-list li {
		padding-bottom: 0.5rem;
	}
}

#c-footer .c-top-box .container .c-list-box.on .c-title-box i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-list-box.on .c-title-box i {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-text-box {
		padding-top: 0.5rem;
	}
}

#c-footer .c-top-box .container .c-text-box p {
	padding-bottom: 0.1rem;
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-text-box p {
		padding-bottom: 0.5rem;
	}
}

#c-footer .c-top-box .container .c-ico {
	display: flex;
	align-items: center;
}

#c-footer .c-top-box .container .c-ico a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #fff;
	background: #33444f;
	transition: 0.5s;
}

#c-footer .c-top-box .container .c-ico a:hover {
	background: #d6303a;
}

#c-footer .c-top-box .container .c-weixin {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 910;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

#c-footer .c-top-box .container .c-weixin .c-img-box {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px;
	width: 200px;
	border-radius: 5px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#c-footer .c-top-box .container .c-weixin .c-img-box img {
	width: 100%;
}

#c-footer .c-top-box .container .c-weixin .c-img-box .c-text {
	padding-top: 10px;
	line-height: 1;
	text-align: center;
	color: #333;
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-text-wrap {
		width: 100%;
		padding-top: 1.5rem;
	}
}

#c-footer .c-bottom-box {
	padding:.6rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}
.c-bottom-box .item{
	display: inline-block;
	margin: 0 20px;
	opacity: .7;
}
.c-copyright{
	font-size: 15px;
}
.acc-info{
	margin-bottom: .3rem;
}
.acc-info li{
	float: left;
	padding: 5px 0;
	margin-right: .5rem;
}
.foot-nav li{
	float: left;
	padding: 5px 0;
	margin-right: .5rem;
}
.wx-cell{
	float: right;
}
.wx-cell li{
	float: left;
	margin-left: 1.2rem;
	text-align: center;
}
.wx-cell li:first-child{
	margin-left: 0;
}
.wx-cell li p{
	opacity: .8;
	margin-top: 10px;
}


@media (max-width: 767px) {
	#c-footer .c-bottom-box {
		padding: 1.5rem 0;
	}
	.c-copyright{
		font-size: 13px;
	}
}

#c-footer .c-bottom-box .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#c-footer .c-bottom-box .container a {
	color: #7f7f7f;
}

#c-footer .c-bottom-box .container .c-copyright {
	word-wrap: break-word;
	word-break: break-all;
}

/* 顶部菜单 */
#c-top-menu {
	background: #f7f7f7;
	border-bottom: 1px solid #fafafa;
}

#c-top-menu .c-list {
	position: relative;
	display: flex;
	align-items: flex-start;
	overflow-x: auto;
	margin-bottom: -1px;
}

#c-top-menu .c-list li {
	flex: none;
	margin-right: 0.4rem;
	line-height: 80px;
	width: 190px;
}

#c-top-menu .c-list li a {
	position: relative;
	display: block;
	color: #666;
	transition: 0.5s;
}

#c-top-menu .c-list li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 2px solid #d6303a;
	transition: 0.5s;
}

#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
	color: #d6303a;
}

#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
	width: 100%;
}

#c-top-menu.c-click-move .c-list li {
	width: 25%;
	margin: 0;
}
.navbar-nav>li{
	position: relative;
}
.navbar-nav>li>a {
	font-size: inherit;
}
.nav-dropdown{
	position: absolute;
	display: none;
	top: 100%;
	left: 50%;
	margin-left: -70px;
	background-color: rgba(0, 0, 0, 0.45);
	border: 1px solid #ffffff;
	width: 140px;
	padding: 10px 0;
}
.nav-dropdown li a{
	display: block;
	padding: 10px 0;
	font-size: 14px;
}
.nav-dropdown li a:hover{
	color: #d6303a;
}
.c-search{
	position: relative;
	margin-left: .5rem;
}
.search-ico {
	width: 24px;
	height: 24px;
	cursor: pointer;background: url(../images/index/so-w.png) center no-repeat;
}

.c-search .search-ico.open{
	background: url(../images/close.png) center no-repeat;
}
.c-search .search-bar{
	display: none;
	position: absolute;
	border-radius: 5px;
	width: 280px;
	top: 44px;
	right: 0;
	background: #ffffff;
}
.search-bar .btn-so{
	cursor: pointer;
	width:40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/so.png) center no-repeat;
}
.search-bar .form-control{
	border: 0;
	height: 40px;
	box-shadow: 0 0 0 transparent;
}

@media (max-width:768px) {
	.wx-cell{
		width: 100%;
	}
	.wx-cell li{
		margin: 0;
		width: 50%;
	}
	.foot-row{
		padding: 40px 0;
	}
	.foot-nav{
		margin-bottom: 20px;
	}
	/*******/
	.proj-photo{
		width: 204px!important;
		height: 144px!important; 
	}
	.proj-photo img{
		width: 204px!important;
		height: 144px!important;  
		object-fit: cover;
	}
	.page > ul > li > .page-link:first-child{
		width: auto!important;
	}
	.page > ul > li > .page-link{
		display: initial!important;  
		margin: 0 0.3rem!important;
    padding: 6px 14px;
	}

}

.section{
	padding: .8rem 0;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ffffff;
}
.sec-head{
	text-align: center;
	margin-bottom: .5rem;
	background: url(../images/index/lou.png) center no-repeat;
	color: #d73239;
	height: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.yw-section{
	background-image: url(../images/index/yw-bg.jpg);
}
.news-section{
	background-image: url(../images/index/news-bg.jpg);
}
.proj-section{
	background-image: url(../images/index/proj-bg.jpg);
}  
.swiper-proj .swiper-wrapper{
	transition-timing-function: linear !important;
}
.proj-box{
	display: block;
	background-color: #ffffff;
}
.proj-photo{
	font-size: 0;
}

.proj-box .proj-title{
	text-align: center;
	padding: 20px;
}
.yw-section .container{
	max-width: 1366px;
}

.yw-list{
	margin: 0 -1px;
}
.yw-list *{
	transition: .3s all;
}
.yw-list>li{
	float: left;
	width: 12%;
	text-align: center;
	padding: 0 1px;
}
.yw-list>li .ico{
	margin-bottom: .2rem;
}
.yw-list>li .en{
	display: none;
}
.yw-list>li .cn{
	margin: 0 auto;
	max-width: .4rem;
}
.yw-list .yw-cell{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
	color: #000;
}
.swiper-pagination-bullet{
	background-color: #ffffff;
	border-radius: 40px;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	width: 30px;
}
.news-tab-bar .tabs{
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-tab-bar{
	position: relative;
}
.news-tab-bar .tabs li{
	padding: 5px 10px;
}
.news-tab-bar .tabs li a{
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 30px;
	text-align: center;
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
}
.news-tab-bar .tabs .active a{
	background-color: #d7303a;
	border-color: #d7303a;
	color: #ffffff;
}
.news-tab-bar .tabs .active a::after{
	content: '';
	width: 10px;
	height: 10px;
	background-color: #d7303a;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -5px;
	transform: rotate(45deg);
}
.tab-more a{
	font-size: 14px;
	color: #d7303a;
}
.news-panel{
	display: flex;
	background-color: #ffffff;
	padding: .36rem;
}
.news-left{
	margin-right: .36rem;
	width: 7.4rem;
}
.flex_bd{
	flex: 1;
}
.news-slide-box{
	position: relative;
	display: block;
}
.news-slide-box .n-title{
	height: 40px;
	padding: 0 14px;
	background-color: rgba(0, 0, 0, 0.70);
	line-height: 40px;
	color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
}
.news-left .swiper-pagination{
	text-align: right;
	padding-right: 15px;
}
.swiper-pagination-bullet-active{
	background-color: #d7303a;
}
.news-list li{
	margin-bottom: .4rem;
}
.news-list li:last-child{
	margin-bottom: 0;
}
.news-link{
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 10px;
}
.news-link .title{
	display: block;
	max-width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-link .time{
	margin-left: auto;
}
.news-link:before{
	content: '';
	width: 4px;
	height: 4px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}


@media (min-width:992px) {
	.news-tab-bar{
		margin-bottom: 30px;
	}
	.tab-more{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.yw-list>li.active{
		width: 40%;
		text-align: left;
	}
	.yw-list>li.active .en{
		display: block;
	}
	.yw-list>li.active .cn{
		margin: 0 auto;
		max-width: 100%;
	}
	.yw-list>li.active .yw-cell{
		padding: .8rem;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
@media (max-width:992px) {
	.tab-more{
		padding: 15px 0;
		text-align: right;
	}
	.news-tab-bar .tabs li{
		padding: 0 5px;
	}
	.news-tab-bar .tabs li a{
		width: 80px;
	}
	.news-left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.news-panel{
		padding: 15px;
		display: block;
	}
	.sec-head{
		height: 100px;
		background-size: contain;
	}
	.yw-list>li{
		width: 33.33%;
	}
	.yw-list .yw-cell{
		height: 400px;
	}
	.news-link .time{
		font-size: 12px;
		white-space: nowrap;
	}
}

@media (max-width:768px) {
	.yw-list .yw-cell{
		height: 300px;
	}
	.proj-box .proj-title{
		height: 82px;
	}
	.section{
		padding: 40px 0;
	}
}




/* 内页通用样式 */
.inside-head{
	background-color: #ffffff;
}

.inside-head .c-logo{
	background-image: url(../images/nei-logo.jpg);
}
#c-header.inside-head a{
	color: #757575;
}
#c-header.inside-head.c-style2{
	background-color: #ffffff; 
}

#c-header.inside-head .c-nav> li.on >a,
#c-header.inside-head.c-style2 .c-nav> li.on>a,
#c-header.inside-head .c-nav> li:hover>a{
	color: #d6303a;
}

.inside-head .nav-dropdown{
	background-color: #ffffff;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.inside-head .search-ico{
	background-image: url(../images/so.png);
}
#c-header.inside-head .c-switch i{
	background-color: #000;
}
.content{
	background-color: #f5f5f5;
	padding-top: 1.7rem;
	padding-bottom: .95rem;
}
.content .container{
	max-width: 1400px;
}
.con-panel{
	background-color: #ffffff;
	padding-top: 0.8rem;
}




/* 关于我们导航 */
.about-tabs .about-hd{
	text-align: center;
	padding: 0 1.15rem;
}
.about-tabs .nav-tabs{
	border: 0;
	display: inline-block;
}
.about-tabs .nav-tabs > li{
	margin-bottom: 0;
}
.about-tabs .nav-tabs > li > a{
	background-color: #f0f0f0;
	margin-right: 0px;
	color: #333333;
	width: 1.94rem;
	display: block;
	padding: 0.12rem 0.1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 2px solid #f0f0f0;
	border-radius: 0;
	text-align: center;
	margin-bottom: 0.05rem;
}
.about-tabs .nav-tabs > li.active > a,
.about-tabs .nav-tabs > li.active > a:hover,
.about-tabs .nav-tabs > li.active > a:focus,
.about-tabs .nav-tabs > li > a:hover,
.about-tabs .nav-tabs > li > a:focus,
.about-tabs .nav-tabs > li > a:active{
	background-color: #ffffff;
	color: #333333;
	border: 2px solid #f0f0f0;
}

.about-tabs .tab-content{
	padding: 0.6rem;
}


/* 组织架构 */
.a-fram{
	text-align: center;
}



/* 关于我们 */
.a-us {
	padding: 0 1.2rem;
}
.a-us-title{
	text-align: center;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	margin:0.3rem 0 0.6rem;
}

.a-us-bd p{
	color: #5c5c5c;
	margin-bottom: 0.5rem;
	line-height: 0.4rem;
}
.a-us-bd p:last-child{
	margin-bottom: 0;
}



/* 管理团队 */
.a-admin{
	padding: 0 0.4rem;
	margin-bottom: -0.3rem;
}
.a-admin-col{
	border: 1px solid #e6e6e6;
	padding: 0.3rem 0.23rem 0.12rem;
	margin-bottom: 0.3rem;
}
.admin-col-tt{
	font-weight: bold;
	color: #000;
}
.admin-col-text{
	color: #7c7c7c;
	border-bottom: 1px dashed #e6e6e6;
	padding: 0.15rem 0;
	margin-bottom: 0.1rem;
}
.admin-col-body{
	color: #7c7c7c;
}



/* 领导关怀 */
.a-leader .row{
	margin: 0 -0.2rem;
}
.a-leader .col-lg-4{
	padding: 0 0.2rem;
}
.leader-pic img{
	width: 100%;
	height: 280px;
	display: block;
}
.leader-panel{
	position: relative;
	margin-bottom: 0.7rem;
}
.leader-time{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	color: #323433;
	padding: 0.04rem 0.18rem;
}
.leader-tt{
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0.1rem 0 0.15rem;
}
.leader-text{
	font-size: 0.14rem;
	color: #808080;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.page {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.14rem;
	margin: 0.2rem 0;
}
.page-common{
	margin-right: 0.08rem;
}
.page > ul{
	display: flex;
	align-items: center;
}
.page > ul > li > a{
	display: block;
	width: 0.52rem;
	height: 0.32rem;
	text-align: center;
	line-height: 0.32rem;
	font-size: 0.14rem;
	background-color: #e8e8e8;
	margin: 0 0.02rem;
}
.page > ul > li:first-child a,
.page > ul > li:last-child a{
	width: 0.62rem;
}

.page > ul > li .current,
.page > ul > li > a:hover{
	background-color: #b50005;
	color: #ffffff;
}
.page > ul > li .fff{
	background-color: #ffffff;
}




/* 行业资讯 */
.news-content{
	padding: 0.6rem 1.4rem;
}
.indu-gird{
	
}
.indu-pic img{
	width: 1.82rem;
	height: 1.4rem;
	display: block;
}
.indu-col{
	display: flex;
	border-top: 1px solid  #f1f2f4;
	padding-top: 0.24rem;
	margin-bottom: 0.24rem;
}
.indu-cell{
	flex: 1;
	margin-left: 0.2rem;
}
.indu-cell-tt{
	width: 900px;
}
.indu-cell-tt a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.indu-cell-ft{
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.indu-time{
	display: flex;
	align-items: center;
	color: #999999;
}
.indu-time span{
	margin-right: 0.4rem;
}

.indu-cell-text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0.1rem 0 0.3rem;
}
.indu-cell-text,
.indu-more a{
	color: #5c5c5c;
}
.indu-more a:hover{
	color: #d8313b;
}
.indu-gird{
	margin-bottom: 1rem;
}




/* 微信推文 */

.tweet-hd{
	position: relative;
}

.tweet-pic img{
	width:100%;
	height: 1.8rem;
	display: block;
}
.tweet-tt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	
}
.tweet-tt a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0.08rem 0.15rem;
}

.tweet-bd{
	background-color: #eff3f6;
	padding: 0.2rem 0.15rem;
}

.tweet-desc{
	height: 46px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0.1rem;
	color: #666666;
}
.tweet-time{
	border-top: 1px solid #ffffff;
	padding-top: 0.12rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tweet-time span{
	font-size: 14px;
	color: #999999;
}
.wx-tweet{
	border-top: 1px solid #f1f2f4;
	padding-top: 0.4rem;
}
.wx-tweet .row{
	margin: 0 -0.11rem;
}
.wx-tweet .col-lg-4{
	padding: 0 0.11rem;
}
.tweet-panel{
	margin-bottom: 0.26rem;
}







/* 文化演艺 */
.culture .a-us-title{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 0.4rem;
	margin:0 0 0.3rem 0;
}
.culture-time{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
}
.culture-time span{
	color: #999999;
	margin: 0 0.25rem;
}

.culture-bd p{
	margin-bottom: 0.7rem;
	line-height: 0.35rem;
	color: #5c5c5c;
}
.culture-bd p:last-child{
	margin-bottom: 0;
}
.culture-bd img{
	display: block;
	margin: 0 auto;
}






/* 联系我们 */
.culture{
	padding: 0 0.6rem 0.6rem;
}
.cul-add-list{
	margin-top: 0.24rem;
}
.cul-col{
	display: flex;
	margin-bottom: 0.3rem;
}
.cul-col-icon img{
	width: 24px;
	height: 24px;
	display: block;
}
.cul-col-text{
	flex: 1;
	margin-left: 0.2rem;
}

.cul-contact{
	display: flex;
	align-items: center;
	padding-top: 0.2rem;
}

.cul-add{
	color: #5c5c5c;
}

.cul-map{
	flex: 1;
	margin-left: 0.2rem;
}



/* 招标采购 */
.bid-content{
	padding: 0.6rem;
}
.bidding{
	padding-bottom: 0.7rem;
}
.bid-cell{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #cdcdcd;
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
}
.bid-cell:last-child{
	margin-bottom: 0;
}
.bid-cell-time{
	font-size: 14px;
	color: #8a8a8a;
}
.bid-cell-name{
	flex: 1;
	width: 90%;
}
.bid-cell-name a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 0.2rem;
}

















@media(max-width:1400px){
	.indu-cell-tt{
		width: 600px;
	}
	.leader-tt{
		height: 44px;
	}
}
@media(max-width:1220px){
	
	/*.about-tabs .nav-tabs > li{
		margin-bottom: 0.1rem;
	}*/
	.page{
		flex-direction:column-reverse;
	}
	.page > ul{
		flex: 1;
		flex-wrap: wrap;
	}
	.page > ul > li > a,
	.page > ul > li:first-child a,
	.page > ul > li:last-child a{
		width: 57px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		margin: 0 2px 4px;
	}
	.page-common{
		margin: 5px 0 0;
	}
	.indu-cell-tt{
		width: auto;
	}
	.tweet-pic img{
		width: 100%;
		height: auto;
	}
	.cul-contact{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.cul-map{
		margin-left: 0;
		flex: auto;
		margin-bottom: 0.2rem;
	}
	.bid-cell-name{
		width: 85%;
	}
}
@media(max-width:975px){

	.about-tabs .nav-tabs > li{
		margin-right: 0.1rem;
	}
	.leader-pic img{
		width: 100%;
		height: auto;
	}
}

@media (max-width:991px){
	
}

@media(max-width:710px){
	.about-tabs .nav-tabs > li{
		width: 49%;
	}
	.content{
		padding: 80px 0 20px;
	}
	.con-panel{
		padding: 15px 0;
	}
	.about-tabs .nav-tabs > li > a{
		padding: 8px 0;
		width: 100%;
	}
	.about-tabs .nav-tabs{
		display: block;
	}
	.a-us{
		padding: 0;
	}
	.a-us-bd p{
		line-height: 24px;
		margin-bottom: 10px;
	}
	.a-admin{
		padding: 0;
		margin-bottom: 0;
	}
	.a-admin-col{
		padding: 15px;
		margin-bottom: 15px;
	}
	.admin-col-text{
		margin-bottom: 10px;
	}
	.about-tabs .about-hd,
	.about-tabs .tab-content{
		padding: 0 15px;
	}
	.about-tabs .about-hd{
		margin-bottom: 20px;
	}
	.news-content{
		padding:0 15px;
	}
	.leader-time{
		padding: 4px 11px;
	}
	
	.indu-col{
		flex-direction: column;
		padding-top: 15px;
		margin-bottom: 15px;
	}
	.indu-pic img{
		width: 100%;
		height: 100%;
		margin-bottom: 5px;
	}
	.indu-cell-tt{
		width: 300px;
	}
	.indu-cell-text{
		margin: 5px 0 10px;
	}
	.wx-tweet{
		padding-top: 15px;
	}
	.tweet-bd{
		padding: 15px 10px;
	}
	.tweet-tt a{
		padding: 5px 10px;
	}
	.tweet-desc{
		margin-bottom: 5px;
	}
	.tweet-time{
		padding-top: 10px;
	}
	.tweet-panel{
		margin-bottom: 15px;
	}
	#c-header .c-nav>li{
		margin-right: 0;
	}
	.culture-bd p{
		line-height: 24px;
	}
	.culture .a-us-title{
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.culture-time{
		margin-bottom: 15px;
	}
	.culture{
		padding: 0;
	}
	.cul-map{
		margin-bottom: 10px;
	}
	.cul-coa{
		padding: 0 15px;
	}
	.cul-add-list{
		margin-top: 15px;
	}
	.cul-col{
		margin-bottom: 10px;
	}
	.bid-cell-name{
		width: 50%;
	}
	.bid-cell-name a{
		margin-right: 10px;
	}
	.bid-cell{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#c-header.inside-head a{
		color: #ffffff;
	}

	
}

.proj-photo{
	width: 472px;
	height: 334.28px; 
}
.proj-photo img{
	width: 472px;
	height: 334.28px;  
	object-fit: cover;
}
/* 分页样式 A:xiaoTiaohu  */
.page > ul > li > .page-link:first-child{
    width: 0.62rem;
}
.page > ul > li > .page-link{
	    display: block;
    width: 0.52rem;
    height: 0.32rem;
    text-align: center;
    line-height: 0.32rem;
    font-size: 0.14rem;
    background-color: #e8e8e8;
    margin: 0 0.02rem;
}

.active .a{
    color: #d8313b!important;
    font-weight: bold;
}
.page>ul>li.active>.page-link{
	background-color: #b50005;
	color: #FFFFFF;
}

@media (max-width: 768px){
	.news-slide-box img{
		height:200px!important;
	}
	
}
@media (max-width: 1200px){
	.news-slide-box img{
		height:350px!important;
	}
}
@media (max-width: 992px){
	.news-slide-box img{
		height:350px!important;
	}
}
/* 7.1 */
li .arrow {
	display: none;
	width: 32px;
	height: 32px;
	background: url(../images/arrow-down-bold.png) center no-repeat;
	background-size: 16px 16px;
}
li.show .arrow{
	transform: rotate(180deg);
}
.navbar-nav li.show{
	z-index: 9;
}
@media (max-width: 768px){
	.nav-dropdown{
		background-color: rgba(0, 0, 0, 0.85)!important;
	}
	.nav-dropdown li a{
		line-height: 20px;
	}
	.navbar-nav li .arrow {
	    position: absolute;
	    top: 50%;
		margin-top: -16px;
	    right: 10px;
		display: block;
	}
}



