*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


body {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-family: 微软雅黑;
    color: #222222;
	position: relative;
	background: #fff;
}
.w_1200{
	width: 1200px;
	margin: 0 auto;
}
a{
	text-decoration: none;
	word-break: keep-all;
	white-space: nowrap;
	color: #000000;
}
.index-img{
	width: 100%;
	height: auto;
}

/* ----  header  ----------------------------------------------------------------------- */
.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 190px;
	z-index: 99;
	text-align: center;
	border-bottom: solid 1px #eee;
}
.titleWrapper{
	color: #024191;
	height: 90px;
    font-size: 26px;
	line-height: 120px;
}
.nav-box{
	height: 100px;
	width: 100%;
	line-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navCenter a{
	display: inline-block;
	padding: 0 30px;
	margin: 0 20px;
	font-size: 20px;
	color: #eee;
}
.navCenter a:hover{
	color: #024191;
	border-bottom: solid 3px #024191;
}
.navCenter .selected{
	color: #024191;
	border-bottom: solid 3px #024191;
}
.page-body .navCenter a:hover{
	color: #4c96f3;
	border-bottom: solid 3px #4c96f3;
}
.page-body .navCenter .selected{
	color: #4c96f3;
	border-bottom: solid 3px #4c96f3;
}

.block-title{
	color: rgb(102, 102, 102);
    font-size: 24px;
	text-align: center;
	margin: 80px 0 40px 0;
	position: relative;
}
.block-title::before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	height: 2px;
	width: 50px;
	background: #024191;
	margin-left: -25px;
}
.logo-img{
	height: 65px;
	margin-top: 30px;
}
/* product--------------------------------------------------- */
.product{
	padding-top: 40px;
	text-align: center;
	background: #fff;
}
.product .swiper-container {
  width: 100%;
  height: 300px;
}
.product .title-block-1 {
    margin: 0 0 50px 0;
}
.product .title-block-1 .title {
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
    width: 200px;
    margin: 0 auto;
}
.product .title-block-1 .title {
    font-size: 28px;
    color: #024191;
    position: relative;
    top: -28px;
    padding: 2rem 0 0 0;
}
.product .title-block-1 .title span {
    border-bottom: 2px solid #024191;
}
.product .tabs {
    align-items: stretch;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
}
.product .tabs ul {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
	border: none;
}
.product .tabs ul li {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
    margin: 0rem 0.5rem;
}
.product .tabs ul .is-active {
    background: #024191;
}
.product .tabs ul a {
    color: #333;
	padding: 0;
	/* font-size: 12px; */
}
.product .tabs ul .is-active a {
    color: #fff;
}
.product .btn {
    margin: 0 auto;
    background-color: #024191;
    line-height: 40px;
    color: #fff;
    height: 40px;
    border: none;
    display: block;
    width: 126px;
    text-align: center;
    font-size: 14px;
    margin-top: 2rem;
    margin-bottom: 3rem;
}


/* ----  footer  ----------------------------------------------------------------------- */
.footer-box .foot1{
	background: #1e1e1e;
	height: 350px;
	color: rgb(102, 102, 102);
	padding: 40px 0 0 0 ;
}
.footer-box .foot2{
	background: #2b2b2b;
	height: 50px;
	line-height: 50px;
	color: #929292;
	text-align: center;
}
.footer-box .foot2 a{
	color: #929292;
}
.footer-box .com-img{
	font-size: 26px;
	height: 50px;
	margin-bottom: 25px;
}
.footer-box .com-img img{
	height: 60px;
    opacity: 0.6;
}
.foot1 .link-list{
	height: 70px;
	line-height: 70px;
}
.foot1 .link-list div{
	float: left;
	margin: 0 80px 0 0px;
}
.foot1 .link-list a{
	color: #555;
}
.foot1 .add-box{
	/* margin-left: 20px; */
}
.foot1 .bor-bot{
	border-bottom: solid 1px #2d2d2d;
}

/* ----  page  ----------------------------------------------------------------------- */
.page-bg{
	height: 380px;
	position: relative;
	margin-bottom: 120px;
}
.bg-img{
	width: 100%;
	height: 100%;
}
.main-img{
	height: 230px;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	bottom: -110px;
	left: 50%;
	margin-left: -600px;
}
.main-img img{
	width: 100%;
	height: 100%;
}

/* ----  detail  ----------------------------------------------------------------------- */
.detail-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	display: none;
}
.detail-block{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 890px;
	height: 650px;
	margin-top: -325px;
	margin-left: -445px;
	background: #fff;
	padding: 70px 40px 0 40px;
}
.detail-top{
	width: 100%;
	height: 380px;
	display: flex;
}
.detail-con{
	flex: 1;
	padding-left: 40px;
}
.detail-box .det-img{
	width: 380px;
	height: 380px;
	border: solid 1px #d0d0d0;
}
.detail-box .det-img img{
	width: 100%;
	height: 100%;
}
.detail-box .det-name{
	padding: 5px 0 5px 6px;
	font-size: 20px;
	color: #474747;
	line-height: 28px;
	word-break: break-all;
	border-bottom: solid 1px #d0d0d0;
}
.detail-box .det-des{
	font-size: 14px;
	line-height: 25px;
    color: #767676;
	padding: 20px 5px;
}
.detail-box .detail-bot{
	width: 100%;
	padding-top: 30px;
}
.detail-box .detail-bot img{
	width: 80px;
	height: 80px;
	margin-right: 20px;
	cursor: pointer;
}
.detail-box .close-btn{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #8a8a8a;
    width: 25px;
    height: 25px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.detail-box .close-btn:hover{
	color: #222;
}



