*{
	padding: 0;
	margin: 0;
	/* font-size: 0px; */
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.w{
	width: 1120px;
	margin: 0 auto;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
body{
	/* background-color: #f9f9f9; */
}

a:hover{
	text-decoration: none !important;
}
header{
	display: flex!important;
	justify-content: space-between;
	align-items: center;
	height: 112px;
}
form{
	font-size: 0;
}
form .in-box{
	width: 380px;
	height: 42px;
	padding: 0 16px;
	border: 1px solid #b8b8b8;
	background-color: #f8f8f8;
}
form .in-box:focus{
	outline: none;
	border: 1px solid #BF1C00;
}
input::-webkit-input-placeholder{
	color: #aaa;
}
form .btn-box{
	width: 84px;
	height: 44px;
	border: none;
	background-color: #BF1C00;
	color: #FFFFFF;
	cursor: pointer;
}
form .btn-box:focus{
	outline: 0;
	background-color: #9F1B04;
}
.navbar{
	background-color: #BF1C00;
	width: 100%;
}
.navbar ul li{
	float: left;
	height: 64px;
	margin-right: 20px;
}
.navbar ul li a{
	display: block;
	line-height: 62px;
	padding: 0 20px;
	color: rgba(255,255,255,.7);
}
.navbar ul li a:hover,.navbar ul li .visible{
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
}


.banner{
	background: url(../images/banner.jpg) no-repeat center top;
	height: 480px;
}
.c-inform{
	display: flex;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	background-color: #E0EFFF;
	padding: 0 20px;
	margin-top: 24px;
	margin-bottom: 40px;
	color: #444444;
	font-size: 14ppx;
	font-weight: lighter;
	cursor: pointer;
}
.c-inform p{
	display: flex;
	align-items: center;
}
.c-inform strong{
	font-size: 18px;
	margin: 0 28px 0 12px;
}
.c-inform a{
	font-size: 14px;
	color: #999;
}

.content-notice{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-n-part{
	width: 48%;
	margin-bottom: 60px;
}
.content-notice li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content-notice .c-n-head{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #BF1C00;
}
.content-notice ul .c-n-head a{
	width: 40px;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}
.content-notice li a{
	width: 74%;
	line-height: 32px;
	color: #444444;
	font-size: 14px;
	font-weight: lighter;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-notice li a:hover{
	color: #BF1C00;
}
.content-notice li span{
	color: #999999;
	font-size: 12px;
}


.content-ad{
	background: url(../images/ad-bg.jpg) no-repeat center top;
	width: 100%;
	height: 280px;
}
.ad-w{
	position: relative;
	width: 1120px;
	margin: 0 auto;
}
.ad-right{
	position: absolute;
	right: 0;
	top: 0;
}

.content-part{
	padding-top: 24px;
}
.content-part .c-h{
	font-size: 26px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.content-part .c-s{
	display: block;
	font-size: 12px;
	color: #BF1C00;
	text-align: center;
	margin-bottom: 24px;
}
.intro{
	display: flex;
	justify-content: space-between;
}
.intro-t{
	position: relative;
	width: 530px;
}
.intro-t p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 26px;
}
.intro-t a{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	text-align: right;
	color: #BF1C00;
}

.project-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.project-img li{
	position: relative;
	margin-bottom: 20px;
	font-size: 0;
}
.p-name{
	position: absolute;
	bottom: 12px;
	left: 12px;
	display: block;
	color: #fff;
	font-size: 18px;
}
.project-img li a{
	display: block;
}
.project-img li:hover .zhezhao{
	display: block;
}
.project-img li:hover .p-name{
	display: none;
}

.footer{
	display: flex;
	background-color: #444;
	padding-top: 60px;
}
.footer-nav{
	display: flex;
	justify-content: space-between;
	opacity: 0.8;
	padding-bottom: 34px;
	border-bottom: 1px solid #d8d8d8;
}
.footer-nav ul .f-n-head{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 16px;
}
.footer-nav ul li a{
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	line-height: 20px;
}
.footer-nav ul li a:hover{
	color: #ddd;
}
.footer-nav ul:last-child{
	width: 230px;
}

.f-copyright{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 26px 0;
}
.f-copyright p{
	font-size: 14px;
	color: #fff;
}
.f-c-record{
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin: 0 20px;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}

.banner-s{
	font-size: 0;
}
.banner-s img{
	width: 100%;
	height: 260px;
}


.main-bg{
	background-color: #f8f8f8;
	padding: 30px 0;
}
.main-info{
	display: flex;
	justify-content: space-between;
}
.list-l{
	width: 23%;
	background-color: #fff;
}
.list-r{
	width: 74%;
}
.main-info .list-l li{
	padding: 0;
	height: 70px;
	border: 0;
	text-align: center;
	line-height: 70px;
}
.main-info .list-l li a{
	display: block;
	color: #888;
}
.main-info .list-l li{
	color: #fff;
}
.list-l li a:hover{
	color: #fff;
	background-color: #BF1C00;
}
.list-r li a{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: lighter;
	color: #444444;
	padding: 10px 0;
}
.list-r li a p{
	white-space: nowrap;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-r li a:hover{
	color: #BF1C00;
}
.list-r li i{
	font-size: 12px;
	color: #BF1C00;
	margin-right: 6px;
}
.list-r li span{
	font-size: 12px;
	color: #999;
}
.list-r-h{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999999;
	font-size: 24px;
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #BF1C00;
}
.list-r-h span{
	font-size: 12px;
}
.list-r-h form .in-box{
	height: 38px;
	width: 320px;
}
.list-r-h form .btn-box{
	height: 40px;
	width: 74px;
}

.intro-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intro-box-t{
	width: 60%;
	line-height: 26px;
}

.intro-box-t p {
	text-indent: 2em;
}
.intro-box img{
	margin-bottom: 20px;
}
.intro-honor img{
    width: 30% !important;
}
.w .intro-license img{
	width: 352px;
	height: 444px;
}

.intro-box .gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.intro-box .gallery img {
	width: 260px;
	height: 184px;
	object-fit: cover;
	margin-bottom: 20px;
}

.about-img{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page_btn{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 20px;
}
.page_btn ul li{
	float: left;
	margin: 30px 8px;
}
.page_btn ul li a:hover{
	border-color: #BF1C00;
	background-color: #BF1C00;
	color: white;
}
.page_btn ul li a{
	display: block;
	width: 32px;
	height: 32px;
	font-size: 14px;
	font-weight: lighter;
	color: rgba(0,0,0,.65);
	text-align: center;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.15);
}
.guide-info .g-i-ad{
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}
.guide-info li:last-child{
	padding-top: 0;
}
.guide-info li{
	padding: 30px 0;
	font-size: 14px;
}
.guide-info li span{
	display: inline-block;
	width: 10%;
	color: #BF1C00;
	text-align: left;
}
.g-i-bus{
	border-bottom: 1px solid #ccc;
}
.g-bus{
	margin: 10px 0;
}
.g-bus tr td,.g-bus tr th{
	padding: 10px 0;
}
.g-bus tr th{
	width: 26%;
	font-size: 14px;
	font-weight:lighter;
	color: #888;
}

.project-item{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.project-item img {
    width: 340px;
    /* height: 336px; */
    flex: 0 0 auto;
}
.item-text{
	color: #333333;
	padding: 24px;
	line-height: 36px;
}
.item-text h2{
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}
.item-text p{
	padding-top: 12px;
	font-size: 16px;
}


/*       文本      */
.p-text{
	color: #444;
	text-align: center;
	line-height: 34px;
	margin: 20px auto;
	background-color: #fff;
	padding: 64px 64px 40px 64px;
}
.p-text h3{
	margin: 30px 0 10px 0;
}
.p-text p{
	font-size: 16px;
	text-indent: 2em;
	text-align: left;
}
.p-text .p-t-time{
	text-align: center;
	color: #666;
	font-size: 14px;
	font-weight: lighter;
	padding: 20px 224px;
}
.p-text .p-t-info{
	display: flex;
	justify-content: space-between;
	color: #666;
	font-size: 14px;
	font-weight: lighter;
	padding: 20px 224px;
}
.p-text .p-t-right{
	text-align: right;
	color: #666;
	font-size: 14px;
}
.p-text p .download{
	display: block;
	margin-top: 16px;
	color: #BF1C00;
}

.location{
	height: 52px;
	line-height: 52px;
	color: #666666;
	background-color: #E0EFFF;
}
.location a{
	color: #666666;
}
.location a:last-child{
	color: #BF1C00;
	font-weight: bold;
}


.search-result{
	margin: 18px 0;
}
.no-data{
	font-size: 0;
	text-align: center;
	margin: 60px 0;
}
.no-data em{
	display: inline-block;
	background: url(../images/nodata.svg) no-repeat center;
	width: 75px;
	height: 69px;
}
.no-data-tip{
	color: #999999;
	font-size: 16px;
	margin-top: 24px;
}


.l-default {
	background-color: #BF1C00;
	color: #ffffff !important;
}

.swiper-container {
	margin-left: 0 !important;
}
.c-inform a {
	color: #444444;
}

.btn-reset {
	color: #333 !important;
	background-color: #fff !important;
	border: 1px solid #d9d9d9 !important;
	margin-left: 4px;
}

.zzimg {
	cursor: pointer;
}

.contact-us a:hover {
	color: #ffffff !important;
}