.main,.footer .w{
    width: 1600px;
    margin: 0 auto;
}
body{
    min-width: 1600px;
    background-color: #f7f7f7;
}
/* banner */
.banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 459px;
	background: url(../../../../Images/Version/2025/baike/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: 388px;
	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: 1134px;
    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: 37px;
}
.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/Version/2025/baike/bk-part1-font1.png) no-repeat;
}
.part1 .left li:nth-child(2) p{
    width: 123px;
    background: url(../../../../Images/Version/2025/baike/bk-part1-font2.png) no-repeat;
}
.part1 .left li:nth-child(3) p{
    width: 122px;
    background: url(../../../../Images/Version/2025/baike/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: #0187d0;
}
.part_title i{
    display: inline-block;
    width: 6px;
    height: 17px;
    margin-right: 10px;
    background: url(../../../../Images/Version/2025/baike/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 #0187d0;
}
.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: #0187d0;
}
.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: #0187d0;
}
.part1 .right .btnA {
	padding: 23px 22px;
	margin-top: 24px;
	overflow: hidden;
	background-color: #fff;
}
.part1 .right .btnA a {
	float: left;
	width: 184px;
	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: #0187d0;
}
.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/Version/2025/baike/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: #0187d0;
}
.part2 .title p{
    float: left;
	width: 1265px;
    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: #0187d0;
    display: none;
}
.part2 .title p i::after{
    position: absolute;
    content: "";
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    width: 28px;
    height: 14px;
    background: url(../../../../Images/Version/2025/baike/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: #0187d0;
}
/* part3 */
.part3{
    margin-top: 30px;
}
.part3 .left .title span i{
    background: url(../../../../Images/Version/2025/baike/bk-part3title1.png) no-repeat;
}
.part3 .right .title span i{
    background: url(../../../../Images/Version/2025/baike/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;
	overflow: hidden;
}
.part3 .left .text p a{
    color: #333;
}
.part3 .left .text p a:hover{
    color: #0187d0;
}
.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: #0187d0;
}
.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: #0187d0;}
.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: #0187d0;
}
.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: #0187d0;}
.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 #0187d0;
}
.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(../../../../Images/Version/2025/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:#0187d0; text-decoration: underline;}
/* footer */
.footer{
	background-color: #222;
	padding: 20px  0;
	margin-top: 30px;
}
.Foot{
	margin:0 auto;
	color: #fff;
	overflow: hidden;
}
.footLeft{
	width: 860px;
	float: left;
	padding-right: 100px;
}
.footMenu{
	color: #666666;
	font-size: 16px;
	line-height: 56px;
	display: block;
}
.footMenu a {
	color: #fff;
	margin: 0 14px;
}
.footMenu a:first-child {
	margin-left: 0;
}
.footMenu a:hover{
	color: #0187d0;
}
.footLeft p{
	color: #cacaca;
	line-height: 30px;
	font-size: 14px;
}
.footLeft p.webName i{
	font-style: normal;
	color: #0187d0;
}
.footLeft p a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #58a1c9;
	border-radius: 11px;
	padding: 0 10px 0 0;
	margin-right: 20px;
}
.footLeft p a b{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: top;
	background: url("../../../../images/Version/2025/index/qq-icon2022.png") no-repeat center center;
}
.footLeft p.webQQ a{
	position: relative;
	cursor: pointer;
}
.footLeft p.webQQ a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.footLeft p.webQQ a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footLeft p.webQQ a:hover .QQhover{
	display: inline-block;
}
.copyright{
	border-top: 1px solid #373737;
	margin-top: 10px;
	padding: 10px 0;
	color: #cacaca;
	font-size: 14px;
}
.copyright a {
	color: #cacaca;
}
.footRight{
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
	border-left: 1px solid #373737;
}
.footRight p{
	display: inline-block;
	margin: 0 36px;
}
.footRight p span {
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.footRight p img{
	width: 140px;
	border:1px solid #999999;
	margin:5px 0;
}
.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);
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.main,.footer .w{
		width: 1450px;
	}
	body{
		min-width: 1450px;
	}
	.part1 .left {
		width: 1034px;
	}
	.part1 .left .swiperImg{
		margin-right: 27px;
	}
	.part1 .right .btnA a {
		width: 160px;
	}
	.part2 .title p {
		width: 1114px;
	}
	.footLeft p {
        line-height: 28px;
    }
    .footMenu {
        font-size: 14px;
        line-height: 44px;
    }
    .footRight {
        padding-top: 5px;
    }
    .footRight p img {
        width: 128px;
    }
    .footRight p span {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1460px) and (max-width:1599px){
	.main,.footer .w{
		width: 1380px;
	}
	body{
		min-width: 1380px;
	}
	.part1 .left {
		width: 1034px;
	}
	.part1 .left .swiperImg{
		margin-right: 27px;
	}
	.part1 .right .btnA a {
		width: 125px;
	}
	.part2 .title p {
		width: 1044px;
	}
	.footer {
        margin-top: 22px;
    }
    .footLeft p {
        line-height: 28px;
        font-size: 13px;
    }
    .footMenu {
        font-size: 13px;
        line-height: 32px;
    }
    .footRight {
        padding-top: 0;
    }
    .footRight p {
        margin: 0 30px;
    }
    .footRight p img {
        width: 122px;
    }
    .footRight p span {
        font-size: 13px;
        line-height: 24px;
    }
    .copyright {
        font-size: 13px;
    }
    .footLeft p.webQQ a .QQhover {
        bottom: 19px;
    }
}
@media only screen and (max-width:1459px){
	.main,.footer .w{
		width: 1224px;
	}
	body{
		min-width: 1224px;
	}
	.part1 .left {
		width: 884px;
		padding: 18px;
		margin-right: 18px;
	}
	.part1 .left .swiperImg {
		width: 584px;
		margin-right: 17px;
	}
	.part1 .left ul {
		margin: 14px -14px 0 0;
	}
	.part1 .left li {
		height: 88px;
		padding-right: 14px;
	}
	.part1 .left li .item {
		width: 186px;
	}
	.part1 .left li p {
		height: 22px;
		margin: 14px auto 0;
	}
	.part1 .left li:nth-child(1) p {
		width: 117px;
	}
	.part1 .left li:nth-child(2) p {
		width: 113px;
	}
	.part1 .left li:nth-child(3) p {
		width: 112px;
	}
	.part1 .left .recommend p {
		margin-top: 5px;
	}
	.part1 .left .recommend p a {
		height: 23.5px;
		line-height: 23.5px;
		font-size: 13px;
	}
	.part1 .right .try {
		margin-bottom: 18px;
	}
	.part1 .right span {
		margin-top: 10px;
		line-height: 24px;
		height: 96px;
		font-size: 14px;
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
	.part1 .right .btnA {
		padding: 16px 15px;
		margin-top: 18px;
	}
	.part1 .right .btnA a {
		width: 134px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.title span {
		width: 242px;
		font-size: 24px;
	}
	.part2 .title p {
		width: 942px;
	}
	.part2 .title p a {
		font-size: 17px;
	}
	.part2 .advImg {
		width: 220px;
		height: 264px;
		margin-right: 22px;
	}
	.part2 .part2-bot {
		width: calc(100% - 242px);
	}
	.part2 .part2-bot li {
		line-height: 30px;
		font-size: 14px;
		padding: 0 40px;
	}
	.part2 .part2-bot ul {
		margin: 0 -40px;
		padding-top: 16px;
	}
	.part3 .left {
		width: 408px;
		padding: 16px;
		margin-right: 18px;
	}
	.part3 .left .images {
		width: 132px;
		margin-right: 10px;
	}
	.part3 .left .text p {
		height: 26px;
		line-height: 26px;
		font-size: 16px;
	}
	.part3 .left .text span {
		margin-top: 8px;
		line-height: 20px;
		height: 40px;
		font-size: 14px;
	}
	.part3 .item-top p {
		height: 26px;
		line-height: 26px;
		margin-bottom: 6px;
		font-size: 16px;
	}
	.part3 .item-top .images {
		width: 158px;
	}
	.part3 .item-top .text {
		height: 96px;
		line-height: 24px;
		font-size: 14px;
	}
	.part3 .item li a {
		font-size: 14px;
	}
	.part3 .right {
		padding: 17px 0 16px;
	}
	.service {
		margin-top: 24px;
		padding: 20px 16px;
	}
	.service dl {
		width: 300px;
	}
	.service dt {
		width: 300px;
		font: bold 17px/25px "Microsoft Yahei","\5b8b\4f53";
	}
	.service dd {
		width: 300px;
		font-size: 14px;
		margin-top: 11px;
	}
	.footer {
        margin-top: 16px;
    }
    .footLeft p {
        line-height: 24px;
        font-size: 12px;
    }
    .footMenu {
        font-size: 12px;
        line-height: 26px;
    }
    .footLeft {
        width: 735px;
        padding-right: 75px;
    }
    .footRight {
        padding-top: 0;
    }
    .footRight p {
        margin: 0 23px;
    }
    .footLeft p a {
        height: 18px;
        line-height: 18px;
        margin-right: 10px;
    }
    .footLeft p a b {
        width: 18px;
        height: 18px;
    }
    .footRight p img {
        width: 106px;
    }
    .footRight p span {
        font-size: 12px;
        line-height: 24px;
    }
    .copyright {
        font-size: 12px;
        padding-bottom: 0px;
    }
    .footLeft p.webQQ a .QQhover {
        bottom: 19px;
        padding: 0 6px;
        line-height: 18px;
    }



}