.main{
    width: 1400px;
    margin: 0 auto;
}
body{
    min-width: 1400px;
    background-color: #f7f7f7;
}
/* banner */
.banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 459px;
	background: url(../../../../Images/baike/version/2022/bk-banner.png) top center no-repeat;
	z-index: -1;
}
/* header */
.header{
    overflow: hidden;
}
.header span{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 0;
}
.header span a{
    font-size: 14px;
    margin-right: 40px;
}
.header a{
    color: #fff;
}
.header p{
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 0;
}
.header p a{
    margin-left: 20px;
    font-size: 14px;
}
/* top */
.top .logo {
	width: 310px;
	margin: 73px auto 54px;
}
.top .logo img{
    height: 100px;
}
.top .search {
	height: 50px;
	width: 770px;
	border-radius: 28px;
	margin: 0 auto 60px;
	background: rgba(255, 255, 255, .5);
	overflow: hidden;
	position: relative;
}
.top .search i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
	color: #f1f8f6;
	font-size: 20px;
}
.top .search input {
	float: left;
	width: 642px;
	line-height: 50px;
	text-indent: 58px;
	font-size: 16px;
	border: 0;
	border-radius: 28px 0 0 28px;
	color: #fff;
	background: transparent;
}
.top .search button {
	float: right;
	width: 128px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: rgb(252, 153, 98);
	border: 0;
}

/* part1 */
.part1{
    overflow: hidden;
}
.part1 .left{
    float: left;
    width: 1034px;
    padding: 24px;
    margin-right: 28px;
    border-radius: 8px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5), rgb(255,255,255));
    box-sizing: border-box;
    position: relative;
    overflow: hidden;

}
.part1 .left::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	height: 81px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5), rgb(255,255,255));
	z-index: -1;
}
.part1 .left .swiperImg {
	float: left;
	width: 644px;
	margin-right: 27px;
}
.part1 .left .swiper-container{
    overflow: hidden;
}
.part1 .left .swiper-slide {
	padding-bottom: 56.21%;
	height: 0;
	border-radius: 8px;
	overflow: hidden;
}
.part1 .left .swiper-slide img{
    max-height: none;
    width: 100%;
}
.part1 .left .swiper-pagination-bullet {
    opacity: .5;
	background: #fff;
}
.part1 .left .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
.part1 .left ul {
	margin: 22px -28px 0 0;
	overflow: hidden;
}
.part1 .left li{
    float: left;
    width: 33.3%;
    height: 98px;
    padding-right: 28px;
    box-sizing: border-box;
    position: relative;
}
.part1 .left li .item {
	position: absolute;
	left: 0;
	width: 196px;
	height: 100%;
    border-radius: 6px;
	background-size: 100% 100% !important;
}
.part1 .left li:nth-child(1) .item{
    background-image: linear-gradient(to bottom, #fff1d6, #ffd27c);
}
.part1 .left li:nth-child(2) .item{
    background-image: linear-gradient(to bottom, #e6f5e5, #bee5bb);
}
.part1 .left li:nth-child(3) .item{
    background-image: linear-gradient(to bottom, #e3f7ff, #b2e7ff);
}
.part1 .left li p {
	height: 24px;
	margin: 20px auto 0;
	background-size: 100% 100% !important;
}
.part1 .left li:nth-child(1) p{
    width: 127px;
    background: url(../../../../Images/baike/version/2022/bk-part1-font1.png) no-repeat;
}
.part1 .left li:nth-child(2) p{
    width: 123px;
    background: url(../../../../Images/baike/version/2022/bk-part1-font2.png) no-repeat;
}
.part1 .left li:nth-child(3) p{
    width: 122px;
    background: url(../../../../Images/baike/version/2022/bk-part1-font3.png) no-repeat;
}
.part1 .left li a {
	display: block;
	margin: 12px auto 0;
	height: 28px;
	line-height: 28px;
	width: 98px;
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-align: center;
}
.part1 .left li:nth-child(1) a{background-color: #ff9023;}
.part1 .left li:nth-child(2) a{background-color: #59a653;}
.part1 .left li:nth-child(3) a{background-color: #219ed8;}
.part1 .left li:nth-child(1) a:hover{background-color: #f0c8a0;}
.part1 .left li:nth-child(2) a:hover{background-color: #94c490;}
.part1 .left li:nth-child(3) a:hover{background-color: #86c0db;}
.part1 .left .recommend{
    overflow: hidden;
}
.part_title{
    font-size: 22px;
    font-weight: 700;
    color: #249871;
}
.part_title i{
    display: inline-block;
    width: 6px;
    height: 17px;
    margin-right: 10px;
    background: url(../../../../Images/baike/version/2022/bk-part1title.png) no-repeat;
    background-size: 100% 100%;
}
.part1 .left .recommend p{
    margin-top: 6px;
    padding-left: 17px;
    position: relative;
}
.part1 .left .recommend p i{
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #249871;
}
.part1 .left .recommend p a {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.part1 .left .recommend p:hover a{
    color: #249871;
}
.part1 .right{
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.part1 .right::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	height: 81px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5), rgb(255,255,255));
	z-index: -1;
}
.part1 .right>div{
    padding: 22px;
    border-radius: 8px;
    background: #fff;
}
.part1 .right .try{
    margin-bottom: 24px;
    background: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5), rgb(255,255,255));
}
.part1 .right span {
	display: block;
    margin-top: 10px;
	line-height: 28px;
	height: 112px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.part1 .right span a{
    color: #249871;
}
.part1 .right .btnA {
	padding: 23px 22px;
	margin-top: 24px;
	overflow: hidden;
	background-color: #fff;
}
.part1 .right .btnA a {
	float: left;
	width: 134px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	border-radius: 6px;
	color: #fff;
	text-align: center;
}
.part1 .right .btnA a.btnA1{
    margin-right: 23px;
    background-color: #249871;
}
.part1 .right .btnA a.btnA2{
    background-color: #ff823d;
}
.adPosition .advs{
    margin-top: 33px;
}
.adPosition img{
    width: 100%;
}
.advs{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.advs i{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 24px;
    height: 12px;
    background: url(https://public.mtnets.com/Images/public/adv.png) no-repeat;
}
/* part2 */
.part2{
    padding: 26px 20px 28px;
    margin-top: 36px;
    background-color: #fff;
    box-sizing: border-box;
}
.title{
    height: 36px;
    line-height: 36px;
    padding-bottom: 8px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.title span i{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    background: url(../../../../Images/baike/version/2022/bk-part2title.png) no-repeat;
    background-size: 100% 100%!important;
    vertical-align: top;
}
.title span{
    float: left;
    width: 295px;
    font-size: 26px;
    font-weight: 700;
}
.title span b{
    color: #249871;
}
.part2 .title p{
    float: left;
    width: 1065px;
    font-size: 0;
}
.part2 .title p a {
	display: inline-block;
	font-size: 18px;
	max-width: 112px;
	padding: 0 10px;
	margin: 0 18px;
	color: #333;
	cursor: pointer;
	text-align: center;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	height: 45px;
	overflow: hidden;
}
.part2 .title p i{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0;
    height: 2px;
    background: #249871;
    display: none;
}
.part2 .title p i::after{
    position: absolute;
    content: "";
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    width: 28px;
    height: 14px;
    background: url(../../../../Images/baike/version/2022/part2Hover.png) no-repeat;
    background-size: 100% 100%;
}
.part2 .title p a.focus i{
    display: inline-block;
}
.part2 .advImg {
	float: left;
	width: 260px;
	height: 312px;
	margin-right: 36px;
}
.part2 .advImg .swiper-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.part2 .advImg img{
    width: 100%;
    height: 100%;
}
.part2 .part2-bot {
	display: none;
	overflow: hidden;
	width: calc(100% - 296px);
}
.part2 .part2-bot ul{
    margin: 0 -50px;
    padding-top: 20px;
    overflow: hidden;
}
.part2 .part2-bot li {
	float: left;
	line-height: 34px;
	font-size: 16px;
	width: 25%;
	padding: 0 50px;
	box-sizing: border-box;
}
.part2 .part2-bot li a{
    color: #333;
}
.part2 .part2-bot li a:hover{
    color: #249871;
}
/* part3 */
.part3{
    margin-top: 30px;
}
.part3 .left .title span i{
    background: url(../../../../Images/baike/version/2022/bk-part3title1.png) no-repeat;
}
.part3 .right .title span i{
    background: url(../../../../Images/baike/version/2022/bk-part3title2.png) no-repeat;
}
.part3 .left {
	float: left;
	width: 478px;
	padding: 20px;
	margin-right: 24px;
	background-color: #fff;
	box-sizing: border-box;
}
.part3 .left li{
    margin-top: 18px;
    overflow: hidden;
}
.part3 .left li:first-child{
    margin-top: 0;
}
.part3 .left .images{
    float: left;
    width: 144px;
    margin-right: 12px;
}
.part3 .left .images a{
    display: block;
    padding-bottom: 66.13%;
    height: 0;
    overflow: hidden;
}
.part3 .left .images img{
    max-height: none;
    width: 100%;
}
.part3 .left .text{
    overflow: hidden;
}
.part3 .left .text p{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
}
.part3 .left .text p a{
    color: #333;
}
.part3 .left .text p a:hover{
    color: #249871;
}
.part3 .left .text span {
	display: block;
	margin-top: 10px;
	line-height: 24px;
	height: 48px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}
.part3 .left .text span a{
    color: #249871;
}
.part3 .right{
    padding: 20px 0;
    background-color: #fff;
    overflow: hidden;
}
.part3 .right .title{
    margin-left: 16px;
}
.part3-bot{
    overflow: hidden;
}
.part3 .item{
    float: left;
    width: 50%;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
}
.part3 .item-top{
    overflow: hidden;
}
.part3 .item-top p {
	height: 30px;
	line-height: 30px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
}
.part3 .item-top p a{
    color: #333;
}
.part3 .item-top p a:hover{color: #249871;}
.part3 .item-top .images {
	float: left;
	width: 188px;
	margin-right: 10px;
}
.part3 .item-top .images a{
    display: block;
    padding-bottom: 66.25%;
    height: 0;
    overflow: hidden;
}
.part3 .item-top .images img{
    max-height: none;
    width: 100%;
}
.part3 .item-top .text {
	height: 104px;
	line-height: 26px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}
.part3 .item-top .text a{
    color: #249871;
}
.part3 .item li{
    padding-left: 15px;
    position: relative;
}
.part3 .item li a {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.part3 .item li a:hover{color: #249871;}
.part3 .item li i {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #249871;
}
.part3-bot .item:last-child::after{
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e5e5e5;
    content: "";
}
.service {
	margin-top: 34px;
	padding: 36px 32px;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
/* service */
.service .weixin {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 98px;
}
.service dl{ width:350px; float:left; padding: 25px 16px 0 0;}
.service dt{ width:350px; height:25px; float:left; font:bold 18px/25px "Microsoft Yahei","\5b8b\4f53"; color:#333; text-indent:32px; background:url(https://www.hbzhan.com/images/baike/serviceIcon.png) no-repeat;}
.service .question dt{ background-position:0 -25px;}
.service .advise dt{ background-position:0 -50px;}
.service dd{ width:350px; height:50px;font-size: 16px; float:left;margin-top: 15px;}
.service dd a{ line-height:26px; display:inline-block; margin-right:20px; color:#666;}
.service dd a:hover{ color:#4E9B31; text-decoration: underline;}
/* footer */
.footer{
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
    background-color: #292929;
}
.footer span{
    display: block;
    font-size: 16px;
    color: #c7c7c7;
}
.footer span a{
    color: #c7c7c7;
    padding:0 12px;
}
.footer span a:hover{
    color: #249871;
}
.footer em{
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #c7c7c7;
    font-style: normal;
}
.footer b {
	padding: 0 8px;
}
.part3 .left .images img,
.part3 .item-top .images img,
.part1 .left .swiper-slide img{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part3 .left .images:hover img,
.part3 .item-top .images:hover img,
.part1 .left .swiper-slide:hover img{
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}
