@charset "utf-8";

html, body{overflow-y: auto;}

::-webkit-scrollbar-track-piece{width: 10px; background-color: #fff;}
::-webkit-scrollbar{width: 5px; height: 6px;}
::-webkit-scrollbar-thumb{height: 50px; background-color: #ae0b2a;}

.red_color{color: #ae0b2a;}

.bg_gr{background-repeat: no-repeat; background-position: center center; background-size: cover;}

.tops{width: 100%; padding: 9px 0; background-color: #f1f1f1;}
.tops_main{display: flex; justify-content: flex-end; align-items: center;}
.tops_main img{margin-right: 15px;}

.gauge{padding: 50px 0;}

.header{width: 100%; height: 90px;}
.header_main{height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo img{height: 55px;}
.header .nav ul .nLi{float: left; margin-right: 3px;}
.header .nav ul .nLi:last-child{margin-right: 0;}
.header .nav ul .nLi h3 a{display: block; width: 100px; height: 36px; line-height: 36px; text-align: center; font-size: 15px;}
.header .nav ul .nLi:hover h3 a{background-color: #ae0b2a; color: #fff;}
.header .nav ul .nLi.on h3 a{background-color: #ae0b2a; color: #fff;}


/* 手机端 */
.headerSJ {
	display: none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	z-index:70;
	background-color:#fff;
	box-shadow:0 0 9px rgba(0,0,0,0.25);
}
.headerSJ .headerSC {
	width: 95%;
	height:60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerSJ .logo img {
	display:block;
	height: 40px;
}

.headerSJ .navbar0 {
	position:relative;
	cursor:pointer;
	background-color:transparent;
	background-image:none;
}
.headerSJ .navbar0 .icon-bar {
	display:block;
	width:18px;
	height:2px;
	border-radius:1px;
	background-color:#333;
}
.headerSJ .navbar0 .icon-bar + .icon-bar {
	margin-top:4px;
}

.headerSJ .navbg0 {
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:71;
	background-color:rgba(0,0,0,0.7);
}
.headerSJ .navbg0 .closeSJ {
	position:absolute;
	right:24px;
	top:18px;
	cursor:pointer;
}
.headerSJ .navwrap0 {
	position:fixed;
	top:0px;
	left:-50%;
	width:60%;
	height:100%;
	opacity:0;
	visibility: hidden;
	z-index:72;
    background-color: #2c3e50;
}
.headerSJ .navwrap0 .nav0 {
	height:100%;
	padding:10px 5% 0px 5%;
	overflow-y:auto;
}

.headerSJ .navwrap0 .nav0 li {
	line-height:40px;
	padding:0 3%;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.headerSJ .navwrap0 .nav0 li a {
	display:block;
	color:#fff;
	font-size:14px;
}
.headerSJ .navwrap0 .nav0 li a span {
	font-size: 15px;
}

.headerSJ .navwrap0 .nav0 .SJbod {
	display:none;
}
.headerSJ .navwrap0 .nav0 .SJbod dd a {
	line-height:33px;
	font-size:12px;
}
.headerSJ .navwrap0 .nav0 .plus a {
	background:url(../images/plus.png) right center no-repeat;
}
.headerSJ .navwrap0 .nav0 .minus a {
	background:url(../images/minus.jpg) right center no-repeat;
}
.headerSJ .navwrap0 .nav0  .SJtit a {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.headerSJ .navwrap0 .nav0  .SJtit a i{
	font-size: 15px;
}

.index_swiper{position: relative; width: 100%;}
.index_swiper .bg{width: 100%; height: 100%;}
.index_swiper .bg img{ display: none;}
.index_swiper .banner_pagination .swiper-pagination-bullet{width: 12px; height: 12px; margin: 0 8px; opacity: 1; background-color: #fff;}
.index_swiper .banner_pagination .swiper-pagination-bullet-active{background-color: #ae0b2a;}

.index_title{text-align: center; margin-bottom: 50px;}
.index_title h2{margin-bottom: 10px; font-size: 30px; font-weight: bold; color: #2c3e50;}
.index_title h3{font-size: 18px; color: #a1b1bc; font-family: Arial, Helvetica, sans-serif;}

.index1_main .nr p{font-size: 20px; line-height: 40px; color: #526377;}

.index_line0{width: 1200px; height: 1px; background-color: #ccc; margin: 0 auto 52px auto;}

.index2{width: 100%; padding: 50px 0 5px 0; background-image: url(../images/index2-bg.jpg); background-position: top center;}
.index2 .index_title h3{color: #9494ac;}
.index2_main ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.index2_main ul li{width: 43%; text-align: center; margin-bottom: 45px; padding: 0 20px;}
.index2_main ul li strong{display: block; font-size: 20px; margin-bottom: 18px;}
.index2_main ul li p{font-size: 17px; line-height: 30px;  color: #000;}

.index3{padding: 50px 0 15px 0;}
.index3_main ul li{float: left; width: 285px; margin-bottom: 35px; margin-right: 20px;}
.index3_main ul li:nth-child(4n){margin-right: 0;}
.index3_main ul li .img_box{overflow: hidden;}
.index3_main ul li .img{width: 100%; height: 190px; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.index3_main ul li .img img{display: block; width: 100%; height: 100%;}
.index3_main ul li .txt{border: 1px solid #ccc; border-top: none;}
.index3_main ul li .txt .wz{padding: 26px; font-size: 14px; color: #666;}
.index3_main ul li .txt .wz h2{margin-bottom: 17px; color: #333; font-size: 20px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.index3_main ul li .txt .wz p{margin-bottom: 5px; line-height: 25px; height: 75px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.index3_main ul li .txt .wz span{display: block; line-height: 30px;}
.index3_main ul li .txt .detal{width: 100%; padding: 20px 0; display: flex; justify-content: center; align-items: center; font-size: 18px; background-color: #ddd;  transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.index3_main ul li .txt .detal i{display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; margin-right: 10px; background-color: #c50000;  transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.index3_main ul li .txt .detal i em{display: inline-block; width: 10px; height: 12px; background: url(../images/arrow_W.png) no-repeat center center;  transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.index3_main ul li:hover .img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.index3_main ul li:hover .txt .wz h2{color: #ae0b2a;}
.index3_main ul li:hover .txt .detal{background-color: #c50000; color: #fff;}
.index3_main ul li:hover .txt .detal i{background-color: #fff;}
.index3_main ul li:hover .txt .detal i em{background-image: url(../images/arrow_H.png);}

.index4 .index_title{text-align: left; margin-bottom: 35px;}
.index4 .index_title h2{font-size: 24px;}
.index4 .index_title h3{display: flex; justify-content: space-between; align-items: center;}
.index4 .index_title h3 a{font-size: 12px;}
.index4 .index_title h3 a:hover{color: #ae0b2a;}
.index4_main{display: flex; justify-content: space-between; flex-wrap: wrap;}
.index4_main .more{display: flex; justify-content: flex-end;}
.index4_main .more a{display: inline-block; width: 66px; height: 20px; line-height: 20px; color: #fff; text-align: center; background-color: #cc3333;}
.index4_main .more a:hover{background-color: #fff; color: #cc3333; box-shadow: 0 0 9px rgba(0,0,0,0.25);}
.index4_main .lis ul li:last-child{margin-bottom: 0;}
.index4_main .lis1{width: 360px;}
.index4_main .lis1 ul li{margin-bottom: 25px;}
.index4_main .lis1 ul li .mod{height: 137px; overflow: hidden; display: flex; justify-content: space-between;}
.index4_main .lis1 ul li .mod .times{width: 85px; height: 100%; text-align: center;}
.index4_main .lis1 ul li .mod .times .red_ti{width: 100%; color: #fff;  padding: 7px 0; font-size: 14px; background-color: #cc3333;}
.index4_main .lis1 ul li .mod .times .red_ci{width: 100%; padding: 20px 0; font-size: 14px; background-color: #e8e7e7;}
.index4_main .lis1 ul li .mod .times .red_ci strong{display: block; margin-bottom: 10px; color: #999; font-size: 26px; color: #8f8f8f;}
.index4_main .lis1 ul li .mod .txt{width: 275px; height: 100%; padding: 20px; background-color: #f3f3f3;}
.index4_main .lis1 ul li .mod .txt h3{font-size: 15px; margin-bottom: 15px; font-weight: bold; color: #333;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.index4_main .lis1 ul li .mod .txt h4 span{display: block; margin-bottom: 5px; line-height: 25px; color: #898989;}
.index4_main .lis1 ul li:hover .mod .txt h3{color: #ae0b2a;}
.index4_main .lis2{width: 400px;}
.index4_swiper{width: 100%; padding-bottom: 10px;}
.index4_swiper .lis_box .img_box{overflow: hidden; margin-bottom: 25px;}
.index4_swiper .lis_box .img{width: 100%; height: 250px; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.index4_swiper .lis_box .img img{display: block; width: 100%; height: 100%;}
.index4_swiper .lis_box .txt .sj{display: flex; align-items: center; margin-bottom: 20px; padding-bottom: 20px;  border-bottom: 1px solid #ccc; font-size: 14px;}
.index4_swiper .lis_box .txt .sj i{display: inline-block; width: 8px; height: 10px; margin-right: 8px; background: url(../images/triangle.png) no-repeat top center;}
.index4_swiper .lis_box .txt h2{font-size: 15px; font-weight: bold; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.index4_swiper .lis_box .txt p{font-size: 12px; line-height: 25px; height: 50px; margin-bottom: 20px; color: #898989; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index4_swiper .lis_box:hover .img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.index4_swiper .lis_box:hover .txt h2{color: #cc3333;}
.index4_swiper .index4_pagination{bottom: 48%;}
.index4_swiper .index4_pagination .swiper-pagination-bullet{width: 12px; height: 12px; margin: 0 6px; border: 2px solid #fff; background-color: transparent; opacity: 1;}
.index4_swiper .index4_pagination .swiper-pagination-bullet-active{background-color: #fff;}
.index4_main .lis3{width: 330px;}
.index4_main .lis3 ul {padding-top: 20px; margin-bottom: 20px; border-top: 1px solid #cc3333;}
.index4_main .lis3 ul li{margin-bottom: 17px;}
.index4_main .lis3 ul li h2{position: relative; font-weight: bold; font-size: 14px; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.index4_main .lis3 ul li h2::before{content: "·"; display: inline-block; vertical-align: middle; margin-right: 2px;}
.index4_main .lis3 ul li p{font-size: 12px; line-height: 25px; height: 50px; color: #898989; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index4_main .lis3 ul li:hover h2{color: #cc3333;}

.slider_big{margin-bottom: 20px;}
.slider-for{padding: 15px; background-color: #f4f6f8;}
.slider-for .slick-list{background-color: #fff; box-shadow: 0 0 9px rgba(0,0,0,0.15);}
.slider-for .lis{width: 80%; margin: 0 auto; padding: 50px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.slider-for .lis .img{width: 113px;}
.slider-for .lis .img img{width: 113px; height: 113px; border-radius: 50%;}
.slider-for .lis .txt{width: calc(100% - 158px);}
.slider-for .lis .txt h2{margin-bottom: 10px; font-size: 14px;}
.slider-for .lis .txt h2 b{font-size: 18px; font-weight: bold; margin-right: 17px;}
.slider-for .lis .txt .line0{width: 28px; height: 4px; margin-bottom: 10px; background-color: #ae0b2a;}
.slider-for .lis .txt p{font-size: 14px; line-height: 25px; color: #333;}
.slider-nav .img img{display: block; width: 110px; height: 110px; border: 3px solid transparent; cursor: pointer; border-radius: 50%;}
.slider-nav .slick-current .img img{border-color: #cc3333;}

.footer{width: 100%; padding: 30px 0; text-align: center; color: #fff; background: url(../images/footer-bg.jpg)repeat;}
.footer .box1{margin-bottom: 35px;}
.footer .box1 img{max-width: 100%;}
.footer .box2 p{line-height: 30px;}



.hr_banner .swiper-slide{ height: 560px; display: flex;}
.hr_banner .swiper-slide .img{ width: 60%; height: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat;}
.hr_banner .swiper-slide .nr{ width: 40%; height: 100%; background: #ba3131; display: flex; align-items:baseline; padding: 3%; color: #fff; flex-direction:column; justify-content: flex-end;}
.hr_banner .swiper-slide .nr h2{ font-size: 45px; line-height: 70px; border-bottom: 2px solid #ddd; padding-bottom: 15px; margin-bottom: 15px;}
.hr_banner .swiper-slide .nr p{ font-size: 22px;}
.hr_banner .banner_pagination .swiper-pagination-bullet{width: 12px; height: 12px; margin: 0 8px; opacity: 1; background-color: #fff;}
.hr_banner .banner_pagination .swiper-pagination-bullet-active{background-color: #ae0b2a;}


.hr_title{ color: #ba3131;}
.hr_title h2{ font-size: 28px; font-weight: bold;}
.hr_title b{ width: 65px; height: 5px; background: #ba3131; margin: 10px 0px 3px 0px; display: block;}
.hr_title h3{ font-size: 18px;}

.hr_box{ background: #f2f2f2; padding: 50px 0px;}
.hr_box .nr{ font-size: 20px; line-height: 40px; color: #333; padding: 30px 0px;}

.hr_box1{ background: #fff; padding: 30px 0px;}
.hr_box1 .nr{ padding: 20px 0px;}
.hr_box1 .nr ul{ display: flex;}
.hr_box1 .nr ul li{ width: 33.3%;  border-right: 1px dashed #939393; padding: 15px 5%; font-size: 18px; line-height: 35px;}
.hr_box1 .nr ul li:nth-last-child(1){ border: 0px;}
.hr_box1 .nr ul li p{ display: block; position: relative;}
.hr_box1 .nr ul li p::after{ content: ''; position: absolute; width: 12px; height: 12px; background: #333; left: -20px; top: 10px;}

.hr_box2{ padding: 30px 0px;}
.hr_box2 .nr{ background: #ba3131; color: #fff;}
.hr_box2 .nr ul{ display: flex;}
.hr_box2 .nr ul li{ width: 25%; padding:5% 3%; display: flex; align-items: center;}
.hr_box2 .nr ul li .img{ margin-right: 5px;}
.hr_box2 .nr ul li .nr h2{ font-size: 25px; padding-bottom: 5px;}
.hr_box2 .nr ul li .nr h2 span{ font-size: 30px; padding-right: 2px;}
.hr_box2 .nr ul li .nr h3{ font-size: 18px; color: #dfe3e7; line-height: 26px;}

.hr_box3{ padding: 30px 0px;}
.hr_box3 .nr{ padding-top: 30px;}
.hr_box3 ul{ display: flex;}
.hr_box3 ul li{ margin: 0px 30px;}
.hr_box3 ul li .img{ width: 90%; height: auto; position: relative; margin-bottom: 30px;}
.hr_box3 ul li .img img{ width: 100%; height: 100%;}
.hr_box3 ul li .img::after{ content: ''; position: absolute; width: 100%; height: 100%; background: #ba3131; right: -15px; bottom: -15px; z-index: -1;}
.hr_box3 ul li h2{ font-size: 30px; font-weight: bold; padding-bottom: 15px; color: #ba3131;}
.hr_box3 ul li p{ font-size: 18px; line-height: 32px;}
.hr_box3 ul li .img1{ margin-top: 30px; position: relative;}
.hr_box3 ul li .img1 img{ width: 100%; height: auto;}

.hr_box3 ul li .jinj{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; padding: 5%; color: #fff; font-weight: bold;}


.hr_box4{ padding: 30px 0px;}
.hr_box4 .nr{ padding-top: 30px;}
.hr_box4 ul{ margin: 0px -80px;}
.hr_box4 ul li{ width: 50%; float: left; padding: 0px 80px; margin-bottom: 30px;}
.hr_box4 ul li h2{ background: #f9f7f7; display: flex; align-items: center;}
.hr_box4 ul li h2 img{ width: 130px; height: 120px;}
.hr_box4 ul li h2 span{ font-size: 18px; color: #333; line-height: 28px; padding-left: 20px;}
.hr_box4 ul li h3{ height: 50px; line-height: 50px; padding-left: 20px; color: #fff; font-weight: bold; font-size: 24px; background-image: linear-gradient(to right, #b51818 , #fff);}

.hr_box4 dl dd{ float: left; width: 33.3%; border-left: 2px dashed #ccc; padding:0px 20px;}
.hr_box4 dl dd h2{ font-size: 20px; font-weight: bold; margin-bottom: 35px;}
.hr_box4 dl dd h2:nth-last-child(1){ margin-bottom: 0px;}
.hr_box4 dl dd p{ font-weight: normal; font-size: 16px; padding-top: 10px;}

.hr_box5{ padding: 30px 0px;}
.hr_box5 .nr{ padding-top: 30px;}
.hr_box5 ul li{ display: flex; align-items: center; font-size: 22px; margin-bottom: 15px;}
.hr_box5 ul li img{ margin-right: 20px;}
.hr_box5 ul li h2{ font-weight: bold; padding-right: 30px;}

.hr_box6{ padding: 30px 0px;}
.hr_box6 .nr{ padding-top: 30px;}
.hr_box6 .nr ul{ display: flex;}
.hr_box6 .nr ul li{ width: 160px; margin-right: 120px; box-sizing: border-box; position: relative; text-align: center; font-size: 16px; color: #333;}
.hr_box6 .nr ul li::after{ position: absolute; background: url(../images/zsjz_55.jpg) no-repeat; width: 47px; height: 27px; content: ''; top: 10px; right: -80px;}
.hr_box6 .nr ul li:nth-last-child(1){ margin-right: 0px;}
.hr_box6 .nr ul li:nth-last-child(1)::after{ display: none;}
.hr_box6 .nr ul li h2{ width: 100%; height: 50px; line-height: 50px; background: #bb3132; text-align: center; color: #fff; font-size: 18px; font-weight: bold; border-radius: 10px; margin-bottom: 15px;}


.zxbm1{ background: url(../images/20190910_05.png) no-repeat; background-size: cover; max-width: 1200px; margin: 10px auto 50px auto; padding:35px 25px; font-family: "微软雅黑";}
.zxbm1 .bt{ text-align: center;}
.zxbm1 .bt h2{ font-size: 18px; color: #fff; line-height: 24px;}
.zxbm1 .bt b{ display: block; max-width: 480px; width: 60%; border-bottom: 1px solid #fff; margin: 0px auto; position: relative; padding-top: 12px;}
.zxbm1 .bt b::after{ position: absolute; content: ''; top: 8px; left: 50%; margin-left: -10px; width: 10px; height: 10px; background: #0066cc;}
.zxbm1 ul{ padding-top: 25px; text-align: center;}
.zxbm1 ul li{ margin-bottom: 10px;}
.zxbm1 ul li .tb_txt{ width: 100%; max-width: 260px; border: 1px solid #ddd; height: 35px; line-height: 35px; padding: 0px 10px; font-size: 14px; box-sizing: border-box;}
.zxbm1 ul li .tb_txt2{ width:174px; max-width: 260px; border: 1px solid #ddd; height: 35px; line-height: 35px; padding: 0px 10px; font-size: 14px; box-sizing: border-box;}
.zxbm1 ul li .tb_btn{ width: 100%; max-width: 260px; border: 1px solid #ddd; height: 35px; line-height: 35px; background: #ab0101; font-size: 14px; border: 0px; color: #fff;}
.zxbm1 ul li img{ vertical-align: middle; height: 35px;}
