@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	margin: 0 auto;
	position: relative;
}

a {
	outline: none;
}

/** 首页 **/
.shouye,
.baozhuang {
	position: relative;
	width: 1220px;
	overflow: hidden;
	height: 867px;
	margin: 0 auto;
}

.baozhuang {
	background-color: #FFF;
	height: 636px;
}

.nav {
	padding-top: 25px;
	box-sizing: border-box;
	display: flex;
	margin-left: -5px;
}

.nav li {
	list-style-type: none;
}

.nav li a {
	font-size: 14px;
	color: #999999;
	border-right: 1px solid #999999;
	padding: 0 5px;
	box-sizing: border-box;
	text-decoration: none;
}

.nav li a:hover,
.nav li a.act {
	color: #013057;
}

.nav li:last-child a {
	border-right: none;
}

.title {
	display: flex;
	align-items: center;
	margin-top: 13px;
}

.title>div {
	width: 10px;
	height: 35px;
	background: #008EFF;
	margin-right: 15px;
}

.title>p {
	font-weight: 500;
	font-size: 30px;
	color: #222222;
}

.title p.tit2 {
	font-weight: 500;
	font-size: 30px;
	color: #222222;
}

.xie_jieshao {
	width: 543px;
	margin-top: 8px;
	margin-left: 25px;
	font-size: 14px;
	color: #222222;
	line-height: 1.5;

}

.title div.tit_box {
	width: auto;
	height: auto;
	background: transparent;
	margin-right: 0;
}

.baozhuang .swiper-button-prev {
	left: 70px;
}

.baozhuang .swiper-button-next {
	right: 70px;
}

.baozhuang .swiper-button-next,
.baozhuang .swiper-button-prev {
	width: 46px;
	height: 46px;
}

.baozhuang .swiper-button-next:after,
.baozhuang .swiper-button-prev:after {
	content: '';
}

.center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}



.gb_btn {
	position: absolute;
	width: 32px;
}

.lianxi_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	z-index: 10000;
	cursor: pointer;
}

.tit3 {
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	line-height: 27px;
	width: 265px;
}

.title div.tit_div1{
	height: 60px;
}