@charset "utf-8";
/*html {
    filter: gray !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}*/
html,body{
	margin: 0;
	padding:0;
	min-width: 1400px;
}
ul{
	margin:0;
	padding:0;
	list-style: none;
}
a {
	text-decoration: none;
}
*{
	box-sizing: border-box;
}
[v-clock]{
	display: none;
}

.p-bundle {
	position: relative;
}
.page-top {
	background: #3a5269;
	height: 50px;
}
.w1220 {
	width: 1220px;
	margin: 0 auto;
}
.flex {
	display: flex;
}
.space-between {
	justify-content: space-between;
}

/* 顶部导航栏 */
.page-title {
	line-height: 50px;
	color: #fff;
}
.nav-list a {
	padding: 0 10px;
	color: #fff;
	line-height: 50px;
	position: relative;
}
.nav-list a:last-child {
	padding-right: 0;
}
.nav-list a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 2px;
	width: 1px;
	background-color: #fff;
}
.nav-list a:first-child:before{
	width: 0;
}

.banner-img {
	display: block;
	max-width: 100%;
	height: 278px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.swiper-container.banner-swiper {
	width: 100%;
	height: 668px;
}

.swiper-slide.banner-swiper {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner-pagination {
	padding-right: 10px;
	text-align: right;
}
.swiper-container-horizontal>.banner-pagination {
	bottom: 22px;
}
.banner-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: .9;
}
.banner-pagination .swiper-pagination-bullet-active {
	background: #951316;
}
.banner-swiper img {
	width: 100%;
}
.banner-slides-text{
	background-color: rgba(0,0,0,.9);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 66px;
	line-height: 66px;
	color: #fff;
	text-indent: 2em;
}
.daoyu {
	padding-top: 70px;
}
.daoyu-title {
	flex-shrink: 0;
	width: 100px;
	height: 230px;
	padding-top: 63px;
	border-right: 2px solid #b1bdc6;
}
.daoyu-title>div{
	line-height: 50px;
	 color: #a9301b;
	 font-size: 32px;
	 font-family: '黑体';
	 text-align: center;
}
.daoyu-content {
	padding-left: 32px;
}
.daoyu-content>p {
	line-height: 34px;
}
.text-indent {
	text-indent: 2em;
}

.deteil-btn {
	display: block;
	margin: 35px auto 60px;
	width: 185px;
	height: 47px;
	background-color: #8a0c15;
	box-shadow: 3px 3px 5px 0px 
		rgba(6, 0, 1, 0.41);
	border-radius: 24px;
	line-height: 46px;
	text-align: center;
	color: #fff;
}
.deteil-btn:hover {
	opacity: .8;
}

.img-box1 img{
	max-width: 100%;
	height: 164px;
}
.p-b100 {
	padding-bottom: 100px;
}
.p-b50 {
	padding-bottom: 50px;
}
.p-t80 {
	padding-top: 82px;
}

.section-bg1 {
	background: url(../images/bg1.png) no-repeat;
	background-position: center top;
}
.section-bg2 {
	background: url(../images/bg2.png) no-repeat;
	background-position: center top;
}
.section-bg3 {
	background: url(../images/bg3.png) no-repeat;
	background-position: center top;
}
.section-bg4 {
	background: url(../images/bg4.png) no-repeat;
	background-position: center top;
	background-size: cover;
}
.section-bg6 {
	background: url(../images/bg6.png) no-repeat;
	background-position: center top;
}
.section-bg7 {
	background: url(../images/bg7.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
}

.section-title {
	padding-bottom: 95px;
	text-align: center;
}
.section-title .main-title {
	font-size: 32px;
	color: #3a5267;
	font-family: '黑体';
	position: relative;
}
.section-title .main-title:before {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -262px;
	width: 156px;
	height: 3px;
	background-color: #aa2f1d;
}
.section-title .main-title:after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: 102px;
	width: 156px;
	height: 3px;
	background-color: #aa2f1d;
}
.section-title .sub-title {
	padding-top: 22px;
	font-size: 22px;
	color: #aa2f1d;
	font-family: '黑体';
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.arrow-left2{
	background: url(../images/left2.png) no-repeat left top;
	position: absolute;
	left: -46px;
    top: 50%;
    margin-top: -40px;
    width: 42px;
    height: 81px;
  	z-index: 8;
}
.arrow-right2{
	background: url(../images/right2.png) no-repeat left top;
	position: absolute;
	right: -46px;
    top: 50%;
    margin-top: -40px;
    width: 42px;
    height: 81px;
  	z-index: 8;
}

.sub-title2 {
	margin-top: -12px;
	font-size: 22px;
	color: #aa2f1d;
	font-family: '黑体';
}
.history-content .left {
	margin-right: 55px;
}
.history-content .img-box{
	width: 492px;
	height: 332px;
	background-color: #fff;
}
.history-content .img-box img{
	max-width: 100%;
	display: block;
}
.history-content .img-des{
	margin-top: 26px;
}
.history-content p{
	line-height: 34px;
}
.img-box2 .img-item{
	width: 182px;
	margin-right: 46px;
}
.img-box2 .img-item:last-child{
	width: 312px;
	margin-right: 0px;
}

.img-box2 .img-item img{
	background-color: #fff;
	display: block;
	max-width: 100%;
	height: 226px;
	margin-bottom: 26px;
}

.serve.section-title {
	padding-bottom: 28px;
}
.part-des {
	line-height: 34px;
}

.img-line {
	height: 145px;
	background: url(../images/line.png) no-repeat;
	background-position: center 50px;
}

.swiper-container.serve-swiper {
	height: 546px;
}
.serve-swiper .location {
	line-height: 38px;
	text-align: center;
	font-size: 22px;
	color: #ca2d0c;
}

.serve-swiper .totime {
	margin-bottom: 55px;
	line-height: 24px;
	text-align: center;
	color: #3b5169;
}
.serve-swiper .xigncheng-content{
	line-height: 27px;
}

.person-introduce {
	background: url(../images/bg3-1.png) no-repeat;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 40px 30px;
}
.person-introduce .person-item {
	flex:1;
	display: flex;
}
.person-introduce .person-item img {
	width: 101px;
	height: 101px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 30px;
}
.person-introduce .person-item .person {
	flex:1;
}
.person-introduce .person-item .person-name {
	font-size: 18px;
	color: #3b5169;
	margin-bottom: 34px;
}
.person-introduce .person-item .des{
	font-size: 14px;
	color: #1b1b1b;
	line-height: 29px;
}
.m-50 {
	margin: 0 40px;
}
.report .main-title {
	margin-bottom: 0;
}
.report .main-title:before,.report .main-title:after{
	height: 0;
}
.sub-title-report {
	margin-top:0;
	text-align: center;
	color: #3b5169;
}
.report .sub-title3{
	margin-top: -9px;
	color: #aa2f1d;
}
.repert-content {
	padding-bottom: 10px;
	line-height: 32px;
	text-indent: 2em;
}

/* 瀑布 */
.v-waterfall-box {
	overflow: hidden;
}
.v-waterfall-content{
	width: 100%;
	height: 100%;
	position: relative;
}
.v-waterfall-item{
	position: absolute;
	background-color: #f0f0f0;
	box-shadow: 2px 2px 4px 0px rgba(6, 0, 1, 0.15);
}
.v-waterfall-item img{
	width: 100%;
	height: auto;
}
.v-waterfall-item .info {
	height: 84px;
	padding: 0 10px;
}

.end-box {
	line-height: 33px;
}
.des-item {
	flex: 1;
	flex-shrink: 0;
}
.des-item  .item-title {
	margin-bottom: 42px;
	font-size: 22px;
	color: #3b5169;
	text-align: center;
}
.des-item .item-content {
	line-height: 34px;
	text-align:justify
}
.deteil-btn.small {
	width: 140px;
	height: 39px;
	line-height: 39px;
	border-radius: 20px;
}

.liuyan {
	border: solid 1px #c8c8c8;
}
.top-box {
	padding: 28px 30px 15px;
	background: url(../images/bg8.png);
	border-bottom: solid 1px #c8c8c8;
	position: relative;
}
.comment-title {
	font-size: 18px;
	line-height: 28px;
	color: #3b5169;
}

.liuyan .deteil-btn{
	margin-top: 21px;
	margin-bottom: 30px;
}
.comment-tab {
	position: absolute;
	bottom: -1px;
    left: 30px;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
	border: solid 1px #c8c8c8;
	border-bottom: 0;
	color: #3b5169;
}
.comment-list {
	padding: 25px 30px 15px;
}
.comment-list .comnent-item {
	padding: 12px 0;
	border-bottom: 1px solid #d2d2d2;
}
.comment-list .avar {
	width: 55px;
	height: 55px;
	margin-right: 25px;
}
.comment-list .r-top {
	line-height: 30px;
}
.comment-list .user-name {
	color: #3b5169;
}
.comment-list .time {
	color: #ababab;
	font-size: 14px;
}

.more-line {
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #eeeeee;
}
.more-line a {
	color: #3b5169;
}

.sider-wrap {
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 130px;
	height: 590px;
	background: #8e0c16 url(../images/sider.png) no-repeat right bottom;
	box-shadow: 2px 2px 4px 0px 
		rgba(6, 0, 1, 0.38);
	z-index: 10;
}
.sider {
	padding: 15px 12px;
}
.sider .sider-item {
	height: 64px;
	line-height: 64px;
	padding-left: 12px;
	border-top: 1px solid #a81c2f;
	border-bottom: 1px solid #4f0102;
}
.sider .sider-item:hover {
	opacity: .7;
}
.sider .sider-item:first-child{
	border-top: 0;
}
.sider .sider-item a {
	color: #fff;
}

.detail-title {
	margin-bottom: 60px;
	font-size: 32px;
	color: #3a5267;
	font-family: '黑体';
	text-align: center;
}
.detail-content {
	padding: 20px 50px;
	background-color: #fff;
	border-radius: 8px;
}

/*底部*/
.footer{
    background-color: #7b2410;
}
.footer .part-ww-title {
	padding: 30px 0 40px;
}
.copyright{line-height:25px; text-align:center; color:#666666;padding: 0px 0 55px;color:#fff;font-family: 黑体,微软雅黑,'Heiti SC',Arial;font-size: 14px;}
.copyright a{color:#fff; text-decoration:none;}
.copyright a:hover{color:#fff;text-decoration: underline;}