.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;
	height: 50px;
	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: 614px;
	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: 185px;
	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: #0aa344;
}
.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 #0aa344;
}
.part1 .left .recommend p a {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.part1 .left .recommend p:hover a{
    color: #0aa344;
}
.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: 16px 20px;
    border-radius: 8px;
    background: #fff;
}
.part1 .right .try{
    margin-bottom: 22px;
    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: #0aa344;
}
.part1 .right .layout span{
	height: 140px;
	-webkit-line-clamp: 5;
}
.part1 .right .btnA {
	padding: 16px 22px;
	margin-top: 22px;
	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: #0aa344;
}
.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: 44px;
	line-height: 36px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.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;
	margin-bottom: 8px;
    font-weight: 700;
}
.title span b{
    color: #0aa344;
}
.part2 .title p{
	position: absolute;
	top: 0;
	left: 295px;
	height: 45px;
    width: 1065px;
}
.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: #0aa344;
    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;
}
.part2 .part2-bot ul{
    margin: 0 -30px;
    padding-top: 10px;
    overflow: hidden;
}
.part2 .part2-bot li {
	float: left;
	line-height: 34px;
	font-size: 16px;
	width: 16.66%;
	padding: 0 30px;
	box-sizing: border-box;
}
.part2 .part2-bot li a{
    color: #333;
}
.part2 .part2-bot li a:hover{
    color: #0aa344;
}
/* 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{
	height: 95px;
    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: #0aa344;
}
.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: #0aa344;
}
.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: #0aa344;}
.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: 52px;
	line-height: 26px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}
.part3 .item-top .text a{
    color: #0aa344;
}
.part3 .item ul {
	margin-top: 7px;
}
.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: #0aa344;}
.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 #0aa344;
}
.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 start*/
.foot{
	margin-top: 30px;
	width: 100%;
	background-color: #333333;
	text-align: center;
	color: #fff;
	padding:26px 0 10px 0;
}
.foot p{
	font-size: 14px;
	color: #666;
}
.foot p a{
	color: #fff;
	margin: 0 8px;
}
.foot b{
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding:20px 0 10px;
}
.foot a:hover{
	color: #ff6600;
}
.foot span{
	display: block;
	color:#cacaca;
	line-height: 30px;
}
.content{
	text-align: center;
	padding:17px 0;
	background-color: #0e0e0e;
	color: #cacaca;
}
.content a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background-color: #858688;
	border-radius: 11px;
	padding: 0 10px 0 0;
	margin-right: 20px;
}
.content a b{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-right: 5px;
	vertical-align: top;
	background: url(../../../../images/expo/version/2022/bot-qq.png) #afb1b0 no-repeat 4px 3px;
}
/* footer end */
.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 (max-width: 1024px){
    .main{width: 1000px;}
	body{min-width: 1000px;}
	.top .logo {
		width: 218px;
		margin: 53px auto 38px;
	}
	.top .logo img {
		height: 71px;
	}
	.banner {
		height: 328px;
		background-size: auto 100%;
	}
	.top .search {
		height: 36px;
		width: 550px;
		margin: 0 auto 42px;
	}
	.top .search i {
		left: 16px;
		font-size: 16px;
	}
	.top .search input {
		width: 458px;
		height: 36px;
		line-height: 36px;
		text-indent: 40px;
		font-size: 14px;
	}
	.top .search button {
		width: 92px;
		line-height: 36px;
		font-size: 15px;
	}
	.part1 .left {
		width: 739px;
		padding: 18px;
		margin-right: 20px;
	}
	.part1 .left .swiperImg {
		width: 440px;
		margin-right: 20px;
	}
	.part1 .left ul {
		margin: 16px -20px 0 0;
		overflow: hidden;
	}
	.part1 .left li {
		height: 70px;
		padding-right: 20px;
	}
	.part1 .left li .item {
		width: 134px;
	}
	.part1 .left li p {
		height: 18px;
		margin: 14px auto 0;
		background-size: 100% 100% !important;
	}
	.part1 .left li:nth-child(1) p {
		width: 91px;
	}
	.part1 .left li:nth-child(2) p {
		width: 88px;
	}
	.part1 .left li:nth-child(3) p {
		width: 88px;
	}
	.part1 .left li a {
		margin: 8px auto 0;
		height: 22px;
		line-height: 22px;
		width: 70px;
		font-size: 12px;
	}
	.part_title {
		font-size: 16px;
	}
	.part_title i {
		width: 4px;
		height: 13px;
		margin-right: 6px;
		vertical-align: top;
		margin-top: 4px;
	}
	.part1 .left .recommend p a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.part1 .right > div {
		padding: 12px 14px;
	}
	.part1 .right .try {
		margin-bottom: 16px;
	}
	.part1 .right .btnA {
		padding: 12px 16px;
		margin-top: 16px;
	}
	.part1 .right .btnA a { 
		float: left;
		width: 95px;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
	}
	.part1 .right .btnA a.btnA1 {
		margin-right: 18px;
	}
	.part1 .right span {
		margin-top: 10px;
		line-height: 19px;
		height: 76px;
		font-size: 12px;
	}
	.part1 .right .layout span {
		height: 95px;
	}
	.part2 {
		padding: 18px 14px 20px;
		margin-top: 26px;
	}
	.title {
		height: 33px;
		line-height: 26px;
		margin-bottom: 12px;
		border-bottom: 1px solid #e5e5e5;
		position: relative;
	}
	.title span {
		float: left;
		width: 212px;
		font-size: 18px;
		margin-bottom: 7px;
		font-weight: 700;
	}
	.title span i {
		width: 26px;
		height: 26px;
		margin-right: 6px;
	}
	.part2 .title p {
		left: 212px;
		height: 34px;
		width: 764px;
	}
	.part2 .title p a {
		font-size: 13px;
		max-width: 90px;
		padding: 0 6px;
		margin: 0px 12px;
		height: 34px;
	}
	.part2 .advImg {
		width: 186px;
		height: 224px;
		margin-right: 26px;
	}
	.part2 .part2-bot ul {
		margin: 0 -20px;
		padding-top: 6px;
	}
	.part2 .part2-bot li {
		line-height: 26px;
		font-size: 13px;
		padding: 0 20px;
	}
	.part3 {
		margin-top: 24px;
	}
	.part3 .left {
		width: 341px;
		padding: 13px;
		margin-right: 18px;
	}
	.part3 .left .images {
		float: left;
		width: 103px;
		margin-right: 8px;
	}
	.part3 .left .text {
		height: 68px;
	}
	.part3 .left .text p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part3 .left .text span {
		margin-top: 6px;
		line-height: 18px;
		height: 36px;
		font-size: 12px;
	}
	.part3 .item-top p {
		height: 20px;
		line-height: 20px;
		margin-bottom: 5px;
		font-size: 14px;
	}
	.part3 .item-top .images {
		width: 134px;
		margin-right: 7px;
	}
	.part3 .item-top .text {
		height: 38px;
		line-height: 19px;
		font-size: 12px;
	}
	.part3 .item li a {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
	.part3 .right {
		padding: 15px 0;
	}
	.service {
		margin-top: 24px;
		padding: 26px;
	}
	.service .weixin {
		width: 94px;
		height: 94px;
		margin-right: 44px;
	}
	.service dl {
		width: 260px;
		padding: 16px 8px 0 0;
	}
	.service dt {
		width: 260px;
		font: bold 14px/25px "Microsoft Yahei","\5b8b\4f53";
		text-indent: 32px;
	}
	.service dd {
		width: 260px;
		height: 24px;
		font-size: 12px;
		margin-top: 8px;
	}
	.foot {
		margin-top: 20px;
	}

}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main{width: 1138px;}
	body{min-width: 1138px;}
	.banner {
		height: 374px;
	}
	.top .logo {
		width: 251px;
		margin: 59px auto 44px;
	}
	.top .logo img {
		height: 82px;
	}
	.part1 .left {
		width: 841px;
		padding: 20px;
		margin-right: 22px;
	}
	.part1 .left .swiperImg {
		width: 503px;
		margin-right: 22px;
	}
	.part_title {
		font-size: 18px;
	}
	.part_title i {
		vertical-align: top;
		margin-top: 4px;
	}
	.part1 .left ul {
		margin: 18px -22px 0 0;
	}
	.part1 .left li {
		height: 80px;
		padding-right: 22px;
	}
	.part1 .left li .item {
		width: 153px;
	}
	.part1 .left li p {
		height: 20px;
		margin: 16px auto 0;
		background-size: 100% 100% !important;
	}
	.part1 .left li:nth-child(1) p {
		width: 104px;
	}
	.part1 .left li:nth-child(2) p {
		width: 100px;
	}
	.part1 .left li:nth-child(3) p {
		width: 99px;
	}
	.part1 .left li a {
		margin: 10px auto 0;
		height: 24px;
		line-height: 24px;
		width: 80px;
		border-radius: 20px;
		font-size: 13px;
	}
	.part1 .left::after,.part1 .right::after {
		height: 125px;
	}
	.part1 .left .recommend p a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part1 .right > div {
		padding: 17px 18px;
	}
	.part1 .right .try {
		margin-bottom: 16px;
	}
	.part1 .right span {
		margin-top: 10px;
		line-height: 22px;
		height: 88px;
		font-size: 13px;
	}
	.part1 .right .layout span {
		height: 110px;
	}
	.part1 .right .btnA {
		padding: 14px 18px;
		margin-top: 16px;
	}
	.part1 .right .btnA a.btnA1 {
		margin-right: 18px;
	}
	.part1 .right .btnA a {
		width: 110px;
		height: 34px;
		line-height: 34px;
		font-size: 13px;
	}
	.part2 {
		padding: 20px 16px 24px;
		margin-top: 28px;
	}
	.title {
		height: 37px;
		line-height: 30px;
		margin-bottom: 14px;
	}
	.title span {
		float: left;
		width: 240px;
		font-size: 21px;
		margin-bottom: 8px;
		font-weight: 700;
	}
	.title span i {
		width: 30px;
		height: 30px;
	}
	.part2 .title p {
		left: 240px;
		height: 38px;
		width: 866px;
	}
	.part2 .title p a {
		font-size: 16px;
		max-width: 100px;
		padding: 0 8px;
		margin: 0 15px;
		height: 38px;
	}
	.part2 .advImg {
		width: 212px;
		height: 255px;
		margin-right: 28px;
	}
	.part2 .part2-bot ul {
		margin: 0 -25px;
		padding-top: 8px;
		overflow: hidden;
	}
	.part2 .part2-bot li {
		line-height: 30px;
		font-size: 14px;
		padding: 0 25px;
	}
	.part3 {
		margin-top: 28px;
	}
	.part3 .left {
		width: 388px;
		padding: 15px;
		margin-right: 20px;
	}
	.part3 .left .images {
		width: 117px;
		margin-right: 10px;
	}
	.part3 .left .text p {
		height: 24px;
		line-height: 24px;
		font-size: 15px;
		font-weight: 700;
	}
	.part3 .left .text span {
		margin-top: 8px;
		line-height: 22px;
		height: 44px;
		font-size: 13px;
	}
	.part3 .left .text {
		height: 77px;
	}
	.part3 .item-top p {
		height: 24px;
		line-height: 24px;
		margin-bottom: 6px;
		font-size: 15px;
	}
	.part3 .item-top .images {
		width: 152px;
		margin-right: 8px;
	}
	.part3 .item-top .text {
		height: 44px;
		line-height: 22px;
		font-size: 13px;
	}
	.part3 .item li a {
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.part3 .right {
		padding: 18px 0;
	}
	.service {
		margin-top: 28px;
		padding: 30px 28px;
	}
	.service .weixin {
		width: 108px;
		height: 108px;
		margin-right: 75px;
	}
	.service dl {
		width: 282px;
		padding: 20px 10px 0 0;
	}
	.service dt {
		width: 292px;
		height: 25px;
		font: bold 16px/25px "Microsoft Yahei","\5b8b\4f53";
		text-indent: 30px;
	}
	.service dd {
		width: 292px;
		height: 40px;
		font-size: 13px;
		margin-top: 12px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main{width: 1328px;}
	body{min-width: 1328px;}
    .part1 .left {
        width: 981px;
        padding: 22px;
        margin-right: 26px;
    }
    .part1 .left .swiperImg {
        width: 591px;
        margin-right: 26px;
    }
	.part1 .left li .item {
		width: 180px;
	}
    .part1 .left ul {
        margin: 20px -26px 0 0;
    }
    .part1 .left li {
        height: 93px;
        padding-right: 26px;
    }
    .part1 .left li p {
        height: 23px;
        margin: 18px auto 0;
    }
    .part1 .left li:nth-child(1) p {
        width: 121px;
    }
    .part1 .left li:nth-child(2) p {
        width: 116px;
    }
    .part1 .left li:nth-child(3) p {
        width: 116px;
    }
    .part_title {
        font-size: 21px;
        line-height: 30px;
    }
    .part1 .left .recommend p a {
        height: 24px;
        line-height: 24px;
        font-size: 15px;
    }
	.part1 .right > div {
		padding: 16px 20px;
	}
    .part1 .right .try {
        margin-bottom: 22px;
    }
    .part1 .right span {
        margin-top: 10px;
        line-height: 26px;
        height: 104px;
        font-size: 15px;
    }
	.part1 .right .layout span {
		height: 130px;
	}
	.part1 .right .btnA {
		padding: 17px 20px;
		margin-top: 20px;
	}
    .part1 .right .btnA a {
        width: 128px;
        font-size: 15px;
		height: 40px;
		line-height: 40px;
    }
    .part1 .right .btnA a.btnA1 {
        margin-right: 22px;
    }
    .part2 {
        padding: 24px 18px 27px;
        margin-top: 34px;
    }
    .title span {
        float: left;
        width: 280px;
        font-size: 25px;
        font-weight: 700;
    }
    .part2 .title p a {
        display: inline-block;
        font-size: 17px;
        max-width: 108px;
        padding: 0 8px;
        margin: 0 16px;
    }
    .part2 .title p {
        width: 1010px;
		left: 280px;
    }
	.title {
		margin-bottom: 16px;
	}
	.part2 .advImg {
		width: 248px;
		height: 296px;
		margin-right: 32px;
	}
	.part2 .part2-bot ul {
		margin: 0 -25px;
		overflow: hidden;
	}
	.part2 .part2-bot li {
		line-height: 32px;
		font-size: 15px;
		padding: 0 25px;
	}
	.part3 .left {
		width: 453px;
		padding: 18px;
		margin-right: 23px;
	}
	.part3 .right {
		padding: 16px 0;
	}
	.part3 .item-top p {
		height: 28px;
		line-height: 28px;
		font-size: 17px;
	}
	.part3 .item-top .images {
		width: 180px;
	}
	.part3 .item-top .text {
		height: 50px;
		line-height: 25px;
		font-size: 15px;
	}
	.part3 .left .images {
		width: 136px;
		margin-right: 10px;
	}
	.part3 .left .text {
		height: 89px;
	}
	.part3 .left .text p {
		height: 28px;
		line-height: 28px;
		font-size: 17px;
	}
	.part3 .left .text span {
		line-height: 22px;
		height: 44px;
		font-size: 15px;
	}
	.part3 .item li a {
		height: 31px;
		line-height: 31px;
		font-size: 15px;
	}
	.service .weixin {
		margin-right: 90px;
	}
	.service dl {
		width: 330px;
	}

}
