@charset "utf-8";
.main_bg{
	background: url(..//img/main_bg.png) no-repeat center top;
	background-size: 100% auto;
}
.headline-box>p{
	font-size: 17px;
	color: #5e5e5e;
	padding: 20px 0;
}
.headline{
	height: 84px;
	padding: 27px 20px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(186,15,19,.1);
}
.headline div{
	float: left;
	width: 121px;
	height: 84px;
	text-align: center;
	background: url(../img/new_bg.png) no-repeat center center;
	background-size: 100% 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
	padding-left: 8px;
}
.headline div em,.headline div span{
	display: block;
}
.headline div em{
	font-size: 18px;
	border-bottom: 1px solid #fff;
	line-height: 19px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.headline div span{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.headline a{
	float: right;
	width: 966px;
	box-sizing: border-box;
	padding-right: 30px;
}
.headline a h4{
	font-size: 36px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 36px;
	color: #b10606;
	margin-bottom: 10px;
	margin-top: 10px;
}
.headline a p{
	font-size: 13px;
	color: #868686;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.headline a:hover h4{
	text-decoration: underline;
}
/* 首页板块1 */
.cont1-left{
	width: 466px;
	float: left;
	border-radius: 10px;
	overflow: hidden;
}
.cont1-left a{
	display: block;
	overflow: hidden;
	position: relative;
	height: 300px;
	width: 100%;
}
.cont1-left a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}
.cont1-left a span{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #ba0f13;
	color: #fff;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
}
.cont1-left .swiper-button-next,.cont1-left .swiper-button-prev{
	position: absolute;
	top: 50%;
	width: 33px;
	height: 33px;
	margin-top: -17px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 8px auto;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.6);
}
.cont1-left .swiper-button-prev,.cont1-left .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/arrow-icon.png);
    left: 10px;
    right: auto;
}
.cont1-left .swiper-button-next,.cont1-left .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/arrow-icon.png);
	background-position: center -33px;
    right: 10px;
    left: auto;
}
.cont1-left .swiper-button-next.swiper-button-disabled,.cont1-left .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.cont1-center{
	width: 658px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	overflow: hidden;
	height: 300px;
}
.cont1-center-tab{
	width: 100%;
	height: 47px;
	box-sizing: border-box;
	background-color: #f8f8f8;
}
.cont1-center-tab a{
	width: 50%;
	height: 47px;
	display: block;
	float: left;
	text-align: center;
	line-height: 47px;
	cursor: pointer;
	font-size: 20px;
	color: #838383;
	box-sizing: border-box;
}
.cont1-center-tab a.active{
	background-color: #ba0f13;
	color: #fff;
}
.cont1-center-box a{
	display: block;
	line-height: 38.5px;
	height: 38.5px;
	box-sizing: border-box;
	padding-left: 44px;
	font-size: 17px;
	background-image: url(../img/arrowIcon.png);
	background-repeat: no-repeat;
	background-position: 18px center;
	color: #333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 90px;
}
.cont1-center-box>div{
	display: none;
	padding: 10px 0;
}
.cont1-center-box>div:nth-child(1){
	display: block;
}
.cont1-center-box a span{
	position: absolute;
	font-size: 13px;
	right: 5px;
	top: 0;
	line-height: 38.5px;
	color: #2a2a2a;
}
/* 板块2 */
.cont2-box{
	display: flex;
	justify-content: space-between;
}
.title{
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.title h4{
	font-size: 20px;
	color: #fff;
	width: 120px;
	box-sizing: border-box;
	padding-left: 10px;
	position: relative;
	line-height: 33px;
	background-color: #ba0f13;
}
.title h4::after{
	display: block;
	content: '';
	width: 46px;
	height: 3px;
	background-color: #ba0f13;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
.title a{
	font-size: 13px;
	font-weight: bold;
	color: #a2a2a2;
	text-transform: uppercase;
	line-height: 23px;
}
.cont2-l{
	width: 370px;
}
.cont2-l a{
	display: block;
}
.cont2-l a i{
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.cont2-l a img{
	width: 100%;
	height: 280px;
	object-fit: cover;
	vertical-align: middle;
}
.cont2-l a  div{
	padding: 15px;
}
.cont2-l a div h4{
	font-size: 17px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}
.cont2-l a div p{
	font-size: 12px;
	color: #787878;
	display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2; /* 显示的行数，可以根据需要修改 */
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.cont2-l .swiper-button-next,.cont2-l .swiper-button-prev{
	position: absolute;
	top: 150px;
	width: 26px;
	height: 60px;
	margin-top: initial;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.6);
}
.cont2-l .swiper-button-prev,.cont2-l .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left.png);
    left: 10px;
    right: auto;
}
.cont2-l .swiper-button-next,.cont2-l .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right.png);
    right: 10px;
    left: auto;
}
.cont2-l .swiper-button-next.swiper-button-disabled,.cont2-l .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.cont2-l .swiper-container-horizontal>.swiper-pagination-bullets,.cont2-l .swiper-pagination-custom,.cont2-l .swiper-pagination-fraction{
	bottom: initial;
	top: 250px;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	padding-right: 10px;
}
.cont2-l .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
	text-align: center;
	line-height: 18px;
    display: inline-block;
    border-radius: 0;
    background: #707070;
    opacity: 1;
	font-size: 12px;
	color: #fff;
}
.cont2-l .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 0 5px;
}
.cont2-l .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ba0f13;
}
.cont2-l a div span{
	display: block;
	margin-top: 15px;
	font-size: 12px;
}
.cont2-c{
	width: 370px;
}
.cont2-list{
	border: 1px solid #efefef;
	border-radius: 10px;
	padding: 10px 0;
}
.cont2-list a{
	display: block;
	line-height: 38px;
	height: 38px;
	box-sizing: border-box;
	padding-left: 34px;
	font-size: 14px;
	background-image: url(../img/dd.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	color: #5f5f5f;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 90px;
}
.cont2-list a span{
	position: absolute;
	font-size: 12px;
	right: 15px;
	top: 0;
	line-height: 38px;
	color: #787878;
}
.cont2-r{
	width: 370px;
}
.jiaru{
	display: block;
	width: 100%;
	height: 80px;
	background-color: #ba0f13;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items:center;
	font-size: 22px;
	color: #fff;
}
.jiaru i{
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: #fff;
	border-radius: 5px;
	color: #ba0f13;
	margin-left: 10px;
}
/* 板块3 */
.cont3{
	margin-top: 60px;
}
.cont3-box{
	display: flex;
	 justify-content:space-between;
}
.cont3-list{
	width: 370px;
}
.cont3-c{
	border: 1px solid #efefef;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 15px;
}
.cont3-c i{
	display: block;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
}
.cont3-c i img{
	width: 100%;
	height: 100%;
}
.cont3-c a{
	display: block;
	line-height: 38px;
	height: 38px;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 14px;
	background-image: url(../img/dd2.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #5f5f5f;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 90px;
}
.cont3-c a span{
	position: absolute;
	font-size: 12px;
	right: 15px;
	top: 0;
	line-height: 38px;
	color: #787878;
}
/* 内页简介 */
.about p{
	font-size: 16px;
	line-height: 34px;
	color: #2c3e50;
	text-align: justify;
	text-indent: 2em;
}
.about img{
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}
/* 内页列表 */
.news-list-box{
	border-radius: 4px;
	overflow: hidden;
	min-height: 500px;
	border: 1px solid #ebeef5;
    background-color: #fff;
    color: #303133;
    -webkit-transition: .3s;
    transition: .3s;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.news-list-box h3{
	border-bottom: 1px solid #ebeef5;
	cursor: pointer;
    height: 54px;
    line-height: 54px;
    background-color: rgb(244, 244, 244);
    color: rgb(48, 49, 51);
    font-size: 17px;
	padding-left: 20px;
    font-weight: 700;
}
.news-list{
	padding: 20px;
}
.news-list a{
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-bottom: 15px;
}
.news-list a p{
	font-size: 16px;
	color: #333;
	width: 80%;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-list a span{
	font-size: 16px;
	color: #999;
}
.news-list a:hover p{
	color: #ba0f13;
	text-decoration: underline;
}
/*新闻详情*/
.news-xq-tit h4{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 16px;
	color: #333;
	line-height: 34px;
	text-indent: 2em;
}
.news-xq-c p a{
	color: #ba0f13;
}
.news-xq ul li a{
	font-size: 16px;
	color: #333;
	line-height: 34px;
}
.news-xq-c img{
	max-width: 100%;
	margin: 0 auto;
}
.product-xq .news-xq-c{
	border: none;
}
.news-xq-c{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}
/* 联系我们 */
.contact-list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.contact-list li {
	width: 32%;
	background-color: #ba0f13;
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
}

.contact-list li img {
	margin: 0 auto;
	width: 30px;
	height: auto;
}

.contact-list li em {
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 10px 0;
}

.contact-list li span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

#allmap {
	width: 100%;
	height: 450px;
	margin-top: 30px;
}
/* 登录 */
.login-box{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	display: none;
	align-items:center;
	justify-content:center;
	background-color: rgba(0,0,0,0.2)
}
.login-c{
	background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    width: 350px;
    box-sizing: border-box;
	position: relative;
}
.login-c h4{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.login-c i{
	font-style: inherit;
	font-size: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.login-c li{
	display: flex;
	 justify-content:space-between;
	 margin-bottom: 10px;
}
.login-c li input{
	border: 1px solid #ddd;
	border-radius:5px;
	height: 46px;
	line-height: 46px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
}
.login-c li:nth-child(3) input{
	width: 58%;
}
.login-c li:nth-child(3) img{
	width: 40%;
}
.login-c .submit{
	display: block;
	width: 100%;
	margin-top: 20px;
	border: none;
	height: 46px;
	border-radius:5px;
	color: #fff;
	font-size: 16px;
	background-color: #ba0f13;
}
/* 框架按钮 */
table{
	margin: 0 auto;
}
.about-tab{
	display: flex;
	justify-content:center;
	margin: 40px 0;
}
.about-tab a{
	width: 120px;
	margin: 0 15px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	background-color: #eee;
	color: #333;
	border-radius: 3px;
}
.about-tab a.active,.about-tab a:hover{
	background-color: #ba0f13;
	color: #fff;
}
.about_list-box{
	min-height: 300px;
}
.about_list-box table{
	width: 100%;
	border: 1px solid #b5b5b5 !important;
	text-align: center;
}
.about_list-box table tr{
	line-height: 30px !important;
}
.about_list-box table tr:nth-child(2n){
	background-color: #fff;
}
.about_list-box table td{
	border: 1px solid #b5b5b5 !important;
}
.about_list-box table tr p{
	line-height: 28px;
}
/* .product-argument table th:last-child{
	display: none;
}
.product-argument table td:last-child{
	display: none;
} */
.about_list-box table th,.about_list-box table td{
	width: 25%;
}
/* .about_list-box table th:nth-child(2),.about_list-box table td:nth-child(2){
	width: 40%;;
} */
.about_list-box table th{
	font-size: 18px !important;
	color: #d3a61a;
	line-height: 60px;
	border: 1px solid #b5b5b5 !important;
	text-align: center !important;
}
.about_list-box table td span{
	font-size: 16px !important;
}
.about_list-box table td{
	font-size: 16px !important;
	color: #353535;
	padding: 8px 0 !important;
}
/* 培训中心 */
.service-list a{
	float: left;
	width: 24%;
	margin-right: 1.3333%;
	margin-bottom: 20px;
	position: relative;
}
.service-list a i{
	display: block;
	overflow: hidden;
	height: 160px;
	position: relative;
}
.service-list a img{
	width: 100%;
    height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.service-list a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.service-list a:hover span{
	background-color: #ba0f13;
}
.service-list a span{
	position: absolute;
	line-height: 46px;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	left: 0;
	bottom: 0;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.service-list a h4{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	height: 52px;
	overflow: hidden;
	margin-top: 5px;
}
.service-list a:nth-child(4n){
	margin-right: 0;
}
.content-box{
	min-height: 300px;
}