﻿.w,.main{
    width: 1600px;
    margin: 0 auto;
}
.iframe {
	overflow: hidden;
	height: 40px;
}
iframe {
	width: calc(100% + 17px);
}
/* header */

#header{
	background: #f5f5f5;
	height: 40px;
	width: 100%;
}
.header{
	height: 40px;
	margin: 0 auto;
}
#divLogin{
	float: left;
}
#divLogin ul{
	float: left;
}
#divLogin ul li{
	margin: 0 13px;
	font-size: 14px;
	line-height: 40px;
	float: 	left;
}
#divLogin ul li a{
	color: #777777;
}
#divLogin ul li a:hover {
	color: #945d56;
}
#divLogin ul li a.login {
	color: #945d56;
	border-radius: 2px;
}
.Tophead {
	position: relative;
	margin: 0 auto;
}
.multimedia{
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 14px;
	line-height: 40px;

}
.multimedia>div{
	padding-left: 15px;
	float: left;
	position: relative;
	cursor: pointer;
}
.multimedia a{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.siteOld{
	padding-left: 0;
}
.siteOldTop a,
.mobileTop a,
.mobile-app a,
.weMediaTop a,
.siteService a,
.siteNavTop a{
	color: #777777;
	padding-right: 15px;
}
.siteNav1 .siteNavTop a.mediaOn2 i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobileBot{
	width: 260px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -208px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.mobile-img{
	width: 400px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -194px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.mobile-img .item {
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
.mobile-img .item p {
	text-align: center;
	font-size: 16px;
}
.mobileBot .item .image, .weMediaBot .item .image, .mobile-img .item .image {
	width: 120px;
	height: 120px;
	margin-bottom: 8px;
}
.mobileBot p {
	font-size: 14px;
}
.siteNavBot ul{
	padding: 8px 0;
}
.siteNavBot ul li{
	font-size: 12px;
	line-height: 20px;
}
.weMediaBot{
	width: 260px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -136px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.weMediaBot .item, .mobileBot .item, .mobile-img .item {
	width: 120px;
	margin-right: 20px;
	float: left;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
}
.weMediaBot .item:last-child, .mobileBot .item:last-child, .mobile-img .item:last-child {
	margin-right: 0;
}
.weMediaBot .item b, .mobileBot .item b, .mobile-img .item b {
	font-weight: normal;
}
.weMediaBot .item p, .mobileBot .item p, .mobile-img .item p {
	text-align: center;
	font-size: 14px;
	color: #666;
}
.weMediaBot p {
	font-size: 14px;
}
/* headAdv */
.bannerAdv-box {
	margin-top: 20px;
	position: relative;
}
.topBannerAdv, .botBannerAdv {
	display: none;
	position: relative;
	z-index: 10;
}
.topBannerAdv img, .botBannerAdv img {
	width: 100%;
}
.bannerAdv-box::after {
	content: "";
	width: 100%;
	height: 96px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.advs {
	position: relative;
	display: block;
	width: 100%;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("/template/pc/default/home/images/adv.png") no-repeat;
}
/* top */
.top{
    margin: 30px auto 28px;
}
.top .logo{
    float: left;
    overflow: hidden;

}
.top .logo img{
    float: left;
    height: 64px;
}
.top .logo span{
    float: left;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin: 5px 0 0 40px;
    padding-left: 40px;
    position: relative;
}
.top .logo span::after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background-color: #dcdcdc;
}
.top .logo span i{
    display: block;
    height: 15px;
    width: 192px;
    margin-top: 5px;
    background: url(/template/pc/default/home/images/logofont.png) no-repeat;
    background-size: 100% 100%;
}
/*.top .search{
    float: right;
    height: 46px;
    width: 710px;
    margin-top: 10px;
    border: 2px solid #945d56;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
}
.top .search .searchSelect{
    float: left;
    height: 42px;
    width: 110px;
    position: relative;
    background: #fff;
    border-radius: 30px 0 0 30px;
}
.searchSelectTop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.searchSelectTop p {
	width: 100%;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	text-indent: 15px;
	border-right: 1px solid #945d56;
}
.searchSelectTop i {
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	vertical-align: middle;
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #945d56;
	left: -2px;
	top: 42px;
	z-index: 9999;
	background: #fff;
	display: none;
}
.searchSelectBot li {
	text-indent: 20px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.searchSelectBot li:hover {
	background: #945d56;
	color: #fff;
}
.search input.searchText{
    float: left;
    width: 326px;
    line-height: 42px;
    height: 42px;
    border: 0;
    text-indent: 13px;
    font-size: 16px;
    color: #999;
}*/
/* 选择行业 */
#hangye {
	position: absolute;
	width: 92px;
	height: 25px;
	border: 1px solid #c4c4c4;
	font: normal 12px/36px "microsoft yahei", Tahoma, Arial;
	line-height: 25px !important;
	color: #666;
	text-indent: 10px;
	top: 7px;
	right: 180px;
	background: url(/template/pc/default/home/images/san.jpg) 65px 7px no-repeat #fff;
	cursor: pointer;
	z-index: 999;
}
#searchList ul {
	position: absolute;
	z-index: 9999;
	width: 92px;
	border: 1px solid #c4c4c4;
	display: block;
	top: 35px;
	right: 180px;
	padding: 5px 0;
	background: #fff;
}
#searchList ul li {
	display: block;
	font: normal 12px/22px microsoft yahei;
	color: #666;
	text-indent: 16px;
}
#searchList ul li:hover{
    background: #0981da;
    color: #fff;
}
/* 地区 */
.erea {
	position: absolute;
	width: 58px;
	height: 25px;
	border: 1px solid #c4c4c4;
	font: normal 12px/36px "microsoft yahei", Tahoma, Arial;
	line-height: 25px;
	color: #666;
	text-indent: 10px;
	top: 7px;
	right: 104px;
	background: url(/template/pc/default/home/images/san.jpg) 40px 7px no-repeat #fff;
	cursor: pointer;
	z-index: 999;
}
.ereaTop {
	position: absolute;
	height: 25px;
	font: normal 12px/36px "microsoft yahei", Tahoma, Arial;
	line-height: 25px;
	color: #666;
	text-indent: 5px;
	top: 0;
	cursor: pointer;
	z-index: 999;
	width: 60px;
}
.ereaBot ul {
	width: 110px;
	position: absolute;
	top: 27px;
	left: 0;
	background: #fff;
	z-index: 99;
	border-top: 1px solid #c7c7c7;
}
.ereaBot ul li {
	height: 24px;
	color: #666;
	text-indent: 3px;
	width: 50px;
	line-height: 24px;
	float: left;
	z-index: 999;
}
.ereaBot ul li.selected{
    background:#1b8bd4;
    color:#fff;
    padding: 0;
}
/*.search button{
    position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
    width: 92px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background-color: #945d56;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 0 30px 30px 0;
}*/
/* nav */
.nav{
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    background-color: #945d56;
    overflow: hidden;
}
.nav .w{
    overflow: hidden;
}
.nav a{
    float: left;
    padding: 0 37px;
    color: #fff;
}
.nav a.focus,.nav a:hover{
    background-color: #bc736a;
}
/* headlines */
.headlines {
	margin: 24px auto 30px;
    position: relative;
}
.headlines h2{
	padding-left: 159px;
	font-size: 28px;
    height: 52px;
	line-height: 52px;
	text-align: center;
    overflow: hidden;
}
.headlines h2 i{
    position: absolute;
    left: 0;
    height: 52px;
    width: 159px;
    background: url(/template/pc/default/home/images/exhi2022.png) no-repeat;
    background-size: 100% 100%;
}
.headlines .swiper-container{
	height: 52px;
	overflow: hidden;
}
.headlines .swiper-slide{
	height: 52px!important;
	line-height: 52px;
}
.headlines h2 a{
	color: #ff7500;
}
.headlines h2 a:hover{
	color: #ff9600;
}
/* banner */
.banner{
    overflow: hidden;
}
.banner .left{
    float: left;
    width: 854px;
    margin-right: 32px;
}
.banner .left .swiper-container{
    overflow: hidden;
    position: relative;
}
.banner .left .swiper-slide{
    position: relative;
}
.banner .left .images{
    padding-bottom: 50.82%;
    height: 0;
    overflow: hidden;
}
.banner .left .images img{
    max-height: none;
    width: 100%;
}
.banner .left .swiper-slide p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 110px 15px 20px;
    background: rgba(49, 49, 49, 0.4);
}
.banner .left .swiper-slide p a{
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    font-weight: 700;
    display: block;
    color: #fff;
    overflow: hidden;
}
.banner .left .swiper-slide p a:hover{
    color: #f90;
}
.banner .left .swiper-pagination-fraction{
    right: 0;
    bottom: 0;
    height: 72px;
    line-height: 72px;
    width: 110px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: url(/template/pc/default/home/images/fraction.png) no-repeat;
	left: inherit;
}
.banner .left .swiper-pagination-current{
    font-size: 30px;
}
.banner .right{
	float: right;
	width: 696px;
}
.banner .right .meet-tab p{
    overflow: hidden;
}
.banner .right .meet-tab{
    margin-bottom: 24px;
}
.banner .right .meet-tab a {
	float: left;
    height: 44px;
	line-height: 44px;
    width: 146px;
    margin-left: 9px;
    font-size: 26px;
    border: 2px solid transparent;
	color: #333;
    text-indent: 24px;
	font-weight: bold;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
    position: relative;
}
.banner .right .meet-tab a i{
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background: url(/template/pc/default/home/images/meet-tab.png) no-repeat;
    z-index: 2;
}
.banner .right .meet-tab a.focus{
    border-color: #945d56;
    color: #945d56;
}
.meet-bot{
	display: none;
}
.meet-bot li {
	margin-top: 18px;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	position: relative;
}
.meet-bot li.meet-box {
	height: auto;
}
.meet-bot li .image {
	float: left;
	width: 278px;
}
.meet-bot li .image a {
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.83%;
}
.meet-bot li .image img {
	max-height: none;
	width: 100%;
}
.meet-bot li .text {
	overflow: hidden;
	height: 158px;
	background-color: #f7f7f7;
	padding: 20px 20px 0;
	box-sizing: border-box;
}
.meet-bot li .text p {
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-weight: bold;
	padding: 0;
}
.meet-bot li .text p a {
	color: #333;
}
.meet-bot li .text span {
	display: block;
	margin-top: 30px;
	font-size: 16px;
	color: #999;
}
.meet-bot li p {
	padding: 0 105px 0 22px;
	font-size: 16px;
}
.meet-bot li p a {
	display: block;
	color: #333;
}
.meet-bot li p b {
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 1px;
	color: #999;
	line-height: 14px;
}
.meet-bot li p b strong {
	color: #945d56;
	font-size: 18px;
	line-height: 22px;
	display: inline-block;
}
.meet-bot li::after, .meet-bot li::before {
	content: "";
	position: absolute;
	top: 7px;
	width: 0;
	height: 0;
	border-style: solid;
}
.meet-bot li::after {
	left: 5px;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #945d56;
}
.meet-bot li::before {
	left: 0;
	border-width: 5px 5px 5px 0;
	border-color: transparent #945d56 transparent transparent;
}
.meet-bot li:first-child::after,.meet-bot li:first-child::before {
	display: none;
}
.meet-bot li p a:hover {
	color: #945d56;
}
/* bannerAdv */
.bannerAdv{
	margin-top: 20px;
}
.bannerAdv ul{
    margin: 5px -5px 0;
    overflow: hidden;
}
.bannerAdv .line-2 li{
    width: 50%!important;
}
.bannerAdv .line-3 li{
    width: 33.3%!important;
}
.bannerAdv .line-4 li{
    width: 25%!important;
}
.bannerAdv .line-5 li{
    width: 20%!important;
}
.bannerAdv li{
    float: left;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.bannerAdv li img{
    width: 100%;
    height: 100%;
}
.bannerAdv li a{
    display: block;
    height: 100%;
    position: relative;
}
/* part 公共title */
.part_title{
	height: 52px;
	padding-bottom: 19px;
	border-bottom: 1px solid #eaeaea;
}
.part_title b{
	display: inline-block;
	height: 52px;
	width: 174px;
	background-size: 100% 100%!important;
}
.part_title a.more{
	float: right;
	line-height: 52px;
	font-size: 16px;
	color: #999;
}
a.more:hover{color: #f90!important;}
/* part1 */
.part1,.part3{
	margin-top: 30px;
}
.part1 .part_title b{
	background: url(/template/pc/default/home/images/part1title.png) no-repeat;
}
.part1-bot .images,.part3-bot .images{
	padding-bottom: 54%;
	height: 0;
	overflow: hidden;
}
.part1-bot .images img,.part3-bot .images img{
	max-height: none;
	width: 100%;
}
.part1-bot .swiper-container,
.part3-bot .swiper-container{
	width: 1600px;
	padding: 24px 45px 25px;
	margin:0 auto;
	overflow: hidden;
}
.part1-bot .swiper-container{
	padding: 24px 45px 30px;
}
.part1-bot .arr_left,
.part1-bot .arr_right,
.part3-bot .arr_left,
.part3-bot .arr_right{
    position: absolute;
    top: 0;
    background-image: none;
    width: 45px;
    height: 100%;
    background-color: #fff;
    z-index: 999;

}
.part1-bot .swiper-button-prev,
.part1-bot .swiper-button-next,
.part3-bot .swiper-button-prev,
.part3-bot .swiper-button-next{
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 60px;
	line-height: 60px;
	text-align: center;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
	background: #999!important;

}
.part1-bot .arr_left,
.part3-bot .arr_left{
    left: 0px;
}
.part1-bot .arr_right,
.part3-bot .arr_right{
    right: 0px;
}
.part1-bot .swiper-button-prev,
.part3-bot .swiper-button-prev{
    left: 0;
}
.part1-bot .swiper-button-next,
.part3-bot .swiper-button-next{
    right: 0;

}
.part1-bot .swiper-button-prev i,
.part1-bot .swiper-button-next i,
.part3-bot .swiper-button-prev i,
.part3-bot .swiper-button-next i{
	font-size: 20px;
	color: #fff;
}
.part1-bot .text,
.part3-bot .text{
	padding: 8px 16px 14px;
	background-color: #f6f6f6;
	border-top: 0;
}
.part1-bot .swiper-slide:hover,
.part3-bot .swiper-slide:hover{
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.4);
}
.part1-bot .text p,
.part3-bot .text p{
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
}
.part1-bot .text p a,
.part3-bot .text p a{
	color: #333;
}
.part1-bot .text p i,
.part3-bot .text p i{
	position: relative;
	display: inline-block;
	width: 38px;
	height: 16px;
	margin: 5px 0 0 5px;
	background: url(/template/pc/default/home/images/yq.png) no-repeat;
	vertical-align: top;
}
.part1-bot .text p a:hover,
.part3-bot .text p a:hover{color: #945d56;}
.part1-bot .text span,
.part3-bot .text span{
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	color: #666;
	overflow: hidden;
}
/* part2 */
.part2 .left{
	float: left;
	width: 1060px;
	margin-right: 32px;
}
.part2 .part_title b{
	background: url(/template/pc/default/home/images/part2title.png) no-repeat;
}
.part2 .part_title p{
	float: right;
	height: 38px;
	line-height: 38px;
	margin-top: 12px;
	font-size: 0;
	overflow: hidden;
}
.part2 .part_title p a{
	float: left;
	width: 80px;
	font-size: 18px;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.part2 .part_title p a.focus{
	font-weight: 700;
	color: #945d56;
	background: url(/template/pc/default/home/images/part2-hover.png) no-repeat;
	background-size: 100% 100%;
}
.part2 .part2-bot {
	display: none;
	height: 655px;
	overflow-y: scroll;
}
.part2 .part2-bot li{
	padding: 24px 0 20px;
	border-bottom: 1px solid #e5e5e5;
}
.part2 .part2-bot li:last-child{
	border: 0;
	padding-bottom: 0;
}
.part2 .part2-bot li .images{
	float: left;
	width: 224px;
	margin-right: 20px;
}
.part2 .part2-bot li .images a{
	display: block;
	padding-bottom: 55.35%;
	height: 0;
	overflow: hidden;
}
.part2 .part2-bot li .images img{
	max-height: none;
	width: 100%;
}
.part2 .part2-bot li .text{
	height: 124px;
	padding-right: 200px;
	overflow: hidden;
	position: relative;
}
.part2 .part2-bot li .text p{
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
	overflow: hidden;
}
.part2 .part2-bot li .text p a{
	color: #333;
}
.part2 .part2-bot li .text p a:hover{color: #945d56;}
.part2 .part2-bot li .text p i,
.part4 .part4-bot li .text p i {
	width: 59px;
	height: 31px;
	margin: 0 5px 0 0;
	background: url(/template/pc/default/home/images/tj.png) no-repeat;
	background-size: 100% 100% !important;
	display: inline-block;
	vertical-align: top;
}
.part2 .part2-bot li .text p i.hot,
.part4 .part4-bot li .text p i.hot {
	height: 34px;
	margin: 0px 5px 0 0;
	background: url(/template/pc/default/home/images/hot.png) no-repeat;
}
.part2 .part2-bot li .text span{
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.part2 .part2-bot li .text span b{
	float: right;
	width: 50%;
	font-weight: normal;
}
.part2 .part2-bot li .text i.yq{
	position: absolute;
	top: 12px;
	right: 20px;
	width: 128px;
	height: 100px;
	background: url(/template/pc/default/home/images/yq2.png) no-repeat;
	background-size: 100% 100%;
}
.part2 .right{
	overflow: hidden;
}
.right-title{
	height: 52px;
	line-height: 52px;
	padding-bottom: 20px;
}
.right-title span{
	font-size: 24px;
	font-weight: 700;
	color: #666;
}
.right-title span b{
	color: #945d56;
}
.right-title span i{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 16px 8px 0 0;
	background: url(/template/pc/default/home/images/part2-right-title.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
}
.right-title a.more{
	float: right;
	line-height: 52px;
	font-size: 16px;
	color: #999;
}
.part2 .right .li-top{
	position: relative;
}
.part2 .right .li-top .images{
	display: block;
	padding-bottom: 55.51%;
	height: 0;
	overflow: hidden;
}
.part2 .right .li-top .images img{
	max-height: none;
	width: 100%;
}
.part2 .right .li-top p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(49, 49, 49, 0.4);
	padding: 15px 20px;
}
.part2 .right .li-top p a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
}
.part2 .right .li-top p a:hover{
	color: #945d56;
}
.part2 .right li{
	padding-left: 22px;
	height: 24px;
	line-height: 24px;
	margin-top: 17px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.part2 .right li i{
	position: absolute;
	left: 0;
	top: 50%;
	width: 9px;
	height: 14px;
	transform: translateY(-50%);
	background: url(/template/pc/default/home/images/part2-right-li.png) no-repeat;
	background-size: 100% 100%;
}
.part2 .right li a{
	color: #333;
}
.part2 .right li a:hover{color: #945d56;}
/* part3 */
.part3 .part_title b{
	background: url(/template/pc/default/home/images/part3title.png) no-repeat;
}
/* part4 */
.part4{
	overflow: hidden;
}
.part4 .left{
	float: left;
	width: 1060px;
	margin-right: 32px;
}
.part4 .part4-top{
	margin-bottom: 10px;
	overflow: hidden;
}
.part4 .part4-top a,.part4 .part4-top i{
	float: left;
	height: 52px;
	line-height: 52px;
	font-size: 22px;
	margin-right: 30px;
	padding: 0 22px;
	color: #666;
	background-color: #e5e5e5;
	font-weight: 700;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	transition:none;
}
.part4 .part4-top i{
	margin-right: 0!important;
}
.part4 .right-title{
	padding-bottom: 10px;
}
.part4 .part4-top p{
	float: left;
	width: 840px;
	overflow: hidden;
}
.part4 .part4-top a::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: -22px;
	border-width: 0 22px 52px 22px;
	border-style: solid;
	border-color: transparent transparent #e5e5e5 transparent;
}
.part4 .part4-top a::before,.part4 .part4-top i::before {
	position: absolute;
	content: "";
	top: 0;
	left: -22px;
	border-width: 52px 22px 0 22px;
	border-style: solid;
	border-color: #e5e5e5 transparent transparent transparent;
}
.part4 .part4-top a:first-child::before{
	display: none;
}
.part4 .part4-top a.focus{
	color: #fff;
	background-color: #945d56;
}
.part4 .part4-top a.focus::after{
	border-color: transparent transparent #945d56 transparent;
}
.part4 .part4-top a.focus::before{
	border-color: #945d56 transparent transparent transparent;
}
.part4 .part4-bot{
	display: none;
	height: 655px;
	overflow-y: scroll;
}
.part4 .part4-bot li{
	padding: 24px 0 20px;
	border-bottom: 1px solid #e5e5e5;
}
.part4 .part4-bot li:last-child{
	border: 0;
	padding-bottom: 0;
}
.part4 .part4-bot li .images{
	float: left;
	width: 224px;
	margin-right: 20px;
}
.part4 .part4-bot li .images a{
	display: block;
	padding-bottom: 55.35%;
	height: 0;
	overflow: hidden;
}
.part4 .part4-bot li .images img{
	max-height: none;
	width: 100%;
}
.part4 .part4-bot li .text{
	height: 124px;
	padding-right: 200px;
	overflow: hidden;
	position: relative;
}
.part4 .part4-bot li .text p{
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
	overflow: hidden;
}
.part4 .part4-bot li .text p a{
	color: #333;
}
.part4 .part4-bot li .text p a:hover{color: #945d56;}
.part4 .part4-bot li .text span{
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.part4 .part4-bot li .text span b{
	float: right;
	width: 50%;
	font-weight: normal;
}
.part4 .part4-bot li .text i.yq{
	position: absolute;
	top: 12px;
	right: 20px;
	width: 128px;
	height: 100px;
	background: url(/template/pc/default/home/images/yq2.png) no-repeat;
	background-size: 100% 100%;
}
.part4 .right{
	overflow: hidden;
}
.part4 .right .li-top{
	position: relative;
}
.part4 .right .li-top .images{
	display: block;
	padding-bottom: 55.51%;
	height: 0;
	overflow: hidden;
}
.part4 .right .li-top .images img{
	max-height: none;
	width: 100%;
}
.part4 .right .li-top p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(49, 49, 49, 0.4);
	padding: 15px 20px;
}
.part4 .right .li-top p a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
}
.part4 .right .li-top p a:hover{
	color: #945d56;
}
.part4 .right li{
	padding-left: 22px;
	height: 24px;
	line-height: 24px;
	margin-top: 17px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.part4 .right li i{
	position: absolute;
	left: 0;
	top: 50%;
	width: 9px;
	height: 14px;
	transform: translateY(-50%);
	background: url(/template/pc/default/home/images/part2-right-li.png) no-repeat;
	background-size: 100% 100%;
}
.part4 .right li a{
	color: #333;
}
.part4 .right li a:hover{color: #945d56;}

/* part5 */

.part5{
	margin-top: 30px;
	overflow: hidden;
}
.part5 .left{
	float: left;
	width: 1060px;
	margin-right: 32px;
}
.part5 .part_title b {
	width: 213px;
	background: url(/template/pc/default/home/images/part5title.png) no-repeat;
}
.part5 ul{
	width: calc(100% + 26px);
	overflow: hidden;
}
.part5 .left li{
	float: left;
	width: 33.3%;
	padding-right: 26px;
	margin-top: 24px;
	box-sizing: border-box;
}
.part5 .left li .images{
	padding-bottom: 56.08%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.part5 .left li .images img{
	max-height: none;
	width: 100%;
}
.part5 .left li .images i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 56px;
	color: #fff;
	height: auto;
}
.part5 .left li p{
	height: 48px;
	line-height: 48px;
	padding: 0 12px;
	font-size: 16px;
	font-weight: 700;
	background-color: #f6f6f6;
	overflow: hidden;
}
.part5 .left li p a{
	color: #333;
}
.part5 .left li p a:hover{color: #945d56;}
.part5 .right{
	overflow: hidden;
}
.part5 .right .li-top{
	position: relative;
}
.part5 .right .li-top .images{
	display: block;
	padding-bottom: 55.51%;
	height: 0;
	overflow: hidden;
}
.part5 .right .li-top .images img{
	max-height: none;
	width: 100%;
}
.part5 .right .li-top p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(49, 49, 49, 0.4);
	padding: 15px 20px;
}
.part5 .right .li-top p a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
}
.part5 .right .li-top p a:hover{
	color: #945d56;
}
.part5 .right li{
	padding-left: 22px;
	height: 24px;
	line-height: 24px;
	margin-top: 15px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.part5 .right li i{
	position: absolute;
	left: 0;
	top: 50%;
	width: 9px;
	height: 14px;
	transform: translateY(-50%);
	background: url(/template/pc/default/home/images/part2-right-li.png) no-repeat;
	background-size: 100% 100%;
}
.part5 .right li a{
	color: #333;
}
.part5 .right li a:hover{color: #945d56;}
/* part6 */
.part6{
	margin-top: 30px;
}
.part6 .left{
	float: left;
	width: 1060px;
	margin-right: 32px;
	overflow: hidden;
}
.part6 .part_title b {
	width: 146px;
	background: url(/template/pc/default/home/images/part6title.png) no-repeat;
}
.part6 .part_title {
	height: 52px;
	padding-bottom: 20px;
	border: 0;
}
.part6 .left .imgSwiper{
	float: left;
	width: 796px;
	margin-right: 12px;
}
.part6 .left .swiper-container{
    overflow: hidden;
    position: relative;
}
.part6 .left .swiper-slide{
    position: relative;
}
.part6 .left .images{
    padding-bottom: 66.58%;
    height: 0;
    overflow: hidden;
}
.part6 .left .images img{
    max-height: none;
    width: 100%;
}
.part6 .left .swiper-slide p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 110px 15px 20px;
    background: rgba(49, 49, 49, 0.4);
}
.part6 .left .swiper-slide p a{
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    font-weight: 700;
    display: block;
    color: #fff;
    overflow: hidden;
}
.part6 .left .swiper-slide p a:hover{
    color: #f90;
}
.part6 .left .swiper-pagination-fraction{
    right: 0;
    bottom: 0;
    height: 72px;
    line-height: 72px;
    width: 110px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: url(/template/pc/default/home/images/fraction.png) no-repeat;
	left: inherit;
}
.part6 .left .swiper-pagination-current{
    font-size: 30px;
}
.part6 .left ul{
	float: right;
	width: 252px;
	margin-top: -13px;
	overflow: hidden;
}
.part6 .left li{
	margin-top: 13px;
	position: relative;
}
.part6 .left li a.image{
	display: block;
	padding-bottom: 66.66%;
	height: 0;
	overflow: hidden;
}
.part6 .left li a.image img{
	max-height: none;
	width: 100%;
}
.part6 .left li p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 6px 10px;
	background-image: linear-gradient(to top, rgba(0,0,0,.7), transparent);
}
.part6 .left li p a{
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.part6 .left li p a:hover{color: #945d56;}
.part6 .right{
	overflow: hidden;
}
.part6 .right .li-top{
	position: relative;
}
.part6 .right .li-top .images{
	display: block;
	padding-bottom: 55.51%;
	height: 0;
	overflow: hidden;
}
.part6 .right .li-top .images img{
	max-height: none;
	width: 100%;
}
.part6 .right .li-top p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(49, 49, 49, 0.4);
	padding: 15px 20px;
}
.part6 .right .li-top p a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
}
.part6 .right .li-top p a:hover{
	color: #945d56;
}
.part6 .right li{
	padding-left: 22px;
	height: 24px;
	line-height: 24px;
	margin-top: 16px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
.part6 .right li i{
	position: absolute;
	left: 0;
	top: 50%;
	width: 9px;
	height: 14px;
	transform: translateY(-50%);
	background: url(/template/pc/default/home/images/part2-right-li.png) no-repeat;
	background-size: 100% 100%;
}
.part6 .right li a{
	color: #333;
}
.part6 .right li a:hover{color: #945d56;}
/* link */
.link {
	margin-top: 25px;
}
.link .linkTitle {
	margin-bottom: 10px;
	overflow: hidden;
}
.link .linkTitle p{
	float: left;
	width: 348px;
	overflow: hidden;
}
.link .linkTitle a,.link .linkTitle i{
	float: left;
	height: 52px;
	line-height: 52px;
	font-size: 22px;
	margin-right: 30px;
	padding: 0 22px;
	color: #666;
	background-color: #e5e5e5;
	font-weight: 700;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	transition:none;
}
.link .linkTitle a,.part4 .part4-top a{
	cursor: pointer;
}
.link .linkTitle i{
	margin-right: 0!important;
}
.link .linkTitle p{
	float: left;
	overflow: hidden;
}
.link .linkTitle a::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: -22px;
	border-width: 0 22px 52px 22px;
	border-style: solid;
	border-color: transparent transparent #e5e5e5 transparent;
}
.link .linkTitle a::before,.link .linkTitle i::before {
	position: absolute;
	content: "";
	top: 0;
	left: -22px;
	border-width: 52px 22px 0 22px;
	border-style: solid;
	border-color: #e5e5e5 transparent transparent transparent;
}
.link .linkTitle a:first-child::before{
	display: none;
}
.link .linkTitle a.focus{
	color: #fff;
	background-color: #945d56;
}
.link .linkTitle a.focus::after{
	border-color: transparent transparent #945d56 transparent;
}
.link .linkTitle a.focus::before{
	border-color: #945d56 transparent transparent transparent;
}
.link-list {
	display: none;
	margin-top: 16px;
	margin-left: -48px;
	font-size: 0;
	overflow: hidden;
}
.link-list a {
	display: inline-block;
	margin-left: 48px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
}
.link ul {
	overflow: hidden;
}
.link ul li {
    float: left;
	margin-top: 20px;
	margin-right: 20px;
}
.link ul li:last-child {
	margin-right: 0px;
}
.link ul li a {
	line-height: 40px;
	padding: 8px 30px;
	font-size: 14px;
	background: #f5f5f5;
	color: #666;
}
.link ul li a:hover {
	background: #945d56;
	color: #fff;
}
.link-list a:hover{
	color: #945d56;
}
/* footer */
.foot_bg {
	background: #f6f6f6;
	margin-top: 30px;
}
.foot {
	margin: 0 auto;
	padding: 20px 0 20px;
	text-align: center;
	color: #666666;
	border-top: 1px solid #e6e6e6;
}
.foot p {
	text-align: center;
	line-height: 40px;
	color: #b2b2b2;
}

.foot p a {
	color: #666666;
	margin: 0 6px;
}

.foot a:hover {
	color: #b31717;
	text-decoration: underline;
}

.foot span {
	font-size: 14px;
	color: #000;
	display: block;
	line-height: 30px;
}

.foot i {
	font-style: normal;
	color: #b31717;
}
.bottom {
	display: inline-block;
	margin: 20px 45px 0 45px;
	line-height: 26px;
	color: #666666;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
}

.bottom img {
	vertical-align: top;
	margin-top: 3px;
}

.bottom b {
	display: block;
	line-height: 26px;
	height: 26px;
	font-weight: normal;
	text-align: left;
}
.bottom .qq{
	position: relative;
	cursor: pointer;
}
.bottom .qq .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: 500;
	height: 20px;
	 width: 110px;
	 text-align: center;
	 resize: none;
	 cursor: pointer;
     overflow: hidden;
   resize: none;
   font-family: "Microsoft Yahei";
	}
	.bottom .qq .QQhover::after{
	 position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	 content: "QQ:";
	}
	.bottom .qq:hover .QQhover{
	 display: inline-block;
	}
.bottom b a {
	color: #666;
}

.bottom.bg1 {
	padding: 0 0 0 28px;
	background: url("/template/pc/default/home/images/index2016.png") no-repeat -84px -651px;
}

.bottom.bg2 {
	padding: 0 0 0 28px;
	background: url("/template/pc/default/home/images/index2016.png") no-repeat -84px -743px;
}
.beian {
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	color: #666;
	text-align: center;
}
.beian i {
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url("/template/pc/default/home/images/police_ico.png") no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 14px;
	margin-right: 5px;
}
.beian a {
	color: #666;
}
.part1-bot .images img,
.part2 .part2-bot li .images img,
.part2 .right .li-top .images img,
.part3-bot .images img,
.part4 .part4-bot li .images img,
.part4 .right .li-top .images img,
.part5 .left li .images img,
.part5 .right .li-top .images img,
.part6 .left li a.image img,
.part6 .right .li-top .images 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;
}
.part1-bot .images:hover img,
.part2 .part2-bot li .images:hover img,
.part2 .right .li-top .images:hover img,
.part3-bot .images:hover img,
.part4 .part4-bot li .images:hover img,
.part4 .right .li-top .images:hover img,
.part5 .left li .images:hover img,
.part5 .right .li-top .images:hover img,
.part6 .left li a.image:hover img,
.part6 .right .li-top .images:hover img{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
/* 20231114 */
.Tophead ul{
	position: absolute;
	top: -40px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 40px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	position: relative;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e2e2e2;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #777;
}
/* 快速求购 */
.Tophead li:nth-child(1) .ServiceTop{
	height: 26px;
	line-height: 26px;
	margin-top: 7px;
}
.Tophead li:nth-child(1) .ServiceTop a{
	padding: 0 9px;
	background-color: #945d56;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
}
/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #945d56;
}
.Tophead li .ServiceTop i{
	margin-right: 6px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 9999;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 833px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 20%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,156,87) 0%, rgb(195,154,149) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	background-color: rgb(251, 238, 236);
}
.Tophead li.mobile .hover a{
	color: #945d56;
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(251,238,236) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(/template/pc/default/home/images/servicebot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(/template/pc/default/home/images/servicebot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(/template/pc/default/home/images/servicebot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(/template/pc/default/home/images/servicebot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(/template/pc/default/home/images/servicebot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(/template/pc/default/home/images/servicebot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(/template/pc/default/home/images/servicebot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(/template/pc/default/home/images/servicebot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	background-color: rgb(251, 238, 236);
}
.Tophead li.weixin .hover a{
	color: #945d56;
}
.Tophead li.weixin .hover::after{
	display: none;
}

@media screen and (max-width: 1279px){
	.w{
		width: 1000px;
	}
	body{
		min-width: 1000px;
	}
	.iframe {
		height: 32px;
	}
	.part4 .part4-bot{
		height: 411px;
	}
	#header {
		height: 32px;
	}
	.header {
		height: 32px;
	}
	#divLogin ul li {
		margin: 0 10px;
		font-size: 12px;
		line-height: 32px;
	}
	.multimedia {
		top: -32px;
		font-size: 12px;
		line-height: 32px;
	}
	.multimedia > div {
		padding-left: 10px;
	}
	.bannerAdv-box{
		margin-top: 10px;
	}
	.top {
		margin: 15px auto;
	}
	.top .logo img {
		height: 42px;
	}
	.top .logo span {
		font-size: 16px;
		margin: 4px 0 0 24px;
		padding-left: 24px;
	}
	.top .logo span i {
		height: 12px;
		width: 146px;
		margin-top: 5px;
	}
	.top .search {
		height: 36px;
		width: 534px;
		margin-top: 5px;
		border: 1px solid #945d56;
	}
	.top .search .searchSelect {
		height: 34px;
		width: 88px;
	}
	.searchSelectTop p {
		line-height: 34px;
		font-size: 12px;
		text-indent: 12px;
	}
	.searchSelectTop i {
		right: 6px;
	}
	.searchSelectBot {
		border: 1px solid #945d56;
		top: 34px;
	}
	.search input.searchText {
		width: 244px;
		line-height: 34px;
		height: 34px;
		text-indent: 10px;
		font-size: 13px;
	}
	#hangye {
		width: 84px;
		height: 22px;
		line-height: 22px !important;
		text-indent: 8px;
		top: 6px;
		right: 180px;
	}
	.erea {
		width: 54px;
		height: 22px;
		line-height: 22px;
		text-indent: 10px;
		top: 6px;
		right: 104px;
		background: url(/template/pc/default/home/images/san.jpg) 38px 6px no-repeat #fff;
	}
	.ereaTop {
		height: 22px;
		font: normal 12px/22px "microsoft yahei", Tahoma, Arial;
		line-height: 22px;
		width: 54px;
	}
	.searchSelectBot li {
		text-indent: 17px;
		font-size: 13px;
		line-height: 24px;
	}
	#searchList ul {
		width: 84px;
		top: 31px;
	}
	.ereaBot ul {
		top: 24px;
	}
	.search button {
		width: 70px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.nav {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.nav a {
		padding: 0 20px;
	}
	.headlines {
		margin: 17px auto 19px;
	}
	.headlines h2 {
		padding-left: 98px;
		font-size: 19px;
		height: 32px;
		line-height: 32px;
	}
	.headlines .swiper-container{
		height: 32px;
	}
	.headlines .swiper-slide{
		height: 32px!important;
		line-height: 32px;
	}
	.headlines h2 i {
		height: 32px;
		width: 98px;
	}
	.banner .left {
		width: 532px;
		margin-right: 20px;
	}
	.banner .left .swiper-slide p,
	.part6 .left .swiper-slide p {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 8px 70px 8px 10px;
		background: rgba(49, 49, 49, 0.4);
	}
	.banner .left .swiper-slide p a,
	.part6 .left .swiper-slide p a {
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		font-weight: 700;
		display: block;
		color: #fff;
		overflow: hidden;
	}
	.banner .left .swiper-pagination-fraction,
	.part6 .left .swiper-pagination-fraction {
		height: 44px;
		line-height: 44px;
		width: 68px;
		font-size: 12px;
		background-size: 100% 100%;
	}
	.banner .left .swiper-pagination-current,
	.part6 .left .swiper-pagination-current {
		font-size: 18px;
	}
	.banner .right .meet-tab a {
		height: 28px;
		line-height: 28px;
		width: 90px;
		margin-left: 9px;
		font-size: 15px;
		border: 1px solid transparent;
		text-indent: 16px;
	}
	.banner .right .meet-tab {
		margin-bottom: 14px;
	}
	.meet-bot li .image {
		width: 174px;
	}
	.meet-bot li .text {
		height: 99px;
		padding: 12px 12px 0;
	}
	.meet-bot li .text p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.meet-bot li .text span {
		margin-top: 15px;
		font-size: 12px;
	}
	.meet-bot li {
		margin-top: 7px;
		height: 18px;
		line-height: 18px;
	}
	.meet-bot li p {
		padding: 0 81px 0 16px;
		font-size: 12px;
	}
	.meet-bot li p b {
		font-size: 12px;
		line-height: 12px;
	}
	.meet-bot li::before {
		left: 2px;
		border-width: 3px 3px 3px 0;
	}
	.meet-bot li::after {
		left: 5px;
		border-width: 3px 0 3px 3px;
	}
	.meet-bot li p b strong {
		font-size: 13px;
		line-height: 18px;
	}
	.bannerAdv{
		margin-top: 20px;
	}
	.bannerAdv ul {
		margin: 5px -5px 0;
	}
	.part_title b {
		height: 34px;
		width: 110px;
	}
	.part_title {
		height: 34px;
		padding-bottom: 11px;
	}
	.part1, .part3,
	.part2,.part5,.part6,.foot_bg {
		margin-top: 18px;
	}
	.part_title a.more {
		line-height: 34px;
		font-size: 12px;
	}
	.part1-bot, .part3-bot {
		margin-top: 15px;
	}
	.part1-bot .swiper-container, .part3-bot .swiper-container {
		width: 1000px;
		padding: 20px 30px 25px;
	}
	.part1-bot .swiper-container{
		padding: 15px 45px 15px;
	}
	.part1-bot .text, .part3-bot .text {
		padding: 4px 8px 10px;
	}
	.part1-bot .text p, .part3-bot .text p {
		height: 36px;
		line-height: 18px;
		font-size: 14px;
	}
	.part1-bot .text p i, .part3-bot .text p i {
		width: 28px;
		height: 12px;
		margin: 3px 0 0 3px;
		background-size: 100% 100%;
	}
	.part1-bot .text span, .part3-bot .text span {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.part2 .part_title p {
		height: 25px;
		line-height: 25px;
		margin-top: 8px;
	}
	.part2 .part_title p a {
		width: 50px;
		font-size: 13px;
	}
	.part2 .part2-bot li,
	.part4 .part4-bot li {
		padding: 14px 0 14px;
	}
	.part2 .part2-bot li .images,
	.part4 .part4-bot li .images {
		width: 140px;
		margin-right: 14px;
	}
	.part2 .part2-bot li .text,
	.part4 .part4-bot li .text {
		height: 77.5px;
		padding-right: 100px;
	}
	.part2 .part2-bot li .text p,
	.part4 .part4-bot li .text p {
		height: 22px;
		line-height: 22px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.part2 .part2-bot li .text p i,
	.part4 .part4-bot li .text p i {
		width: 37px;
		height: 19px;
		margin: 0 3px 0 0;
	}
	.part2 .part2-bot li .text p i.hot,
	.part4 .part4-bot li .text p i.hot {
		height: 21px;
		margin: 0px 3px 0 0;
	}
	.part2 .part2-bot li .text span,
	.part4 .part4-bot li .text span {
		height: 18px;
		line-height: 18px;
		margin-top: 4px;
		font-size: 12px;
	}
	.part2 .part2-bot li .text i.yq,
	.part4 .part4-bot li .text i.yq {
		top: 6px;
		right: 16px;
		width: 80px;
		height: 62px;
	}
	.part2 .left,
	.part4 .left,
	.part5 .left,
	.part6 .left {
		width: 664px;
		margin-right: 20px;
	}
	.right-title {
		height: 34px;
		line-height: 34px;
		padding-bottom: 12px;
	}
	.right-title span {
		font-size: 16px;
	}
	.right-title span i {
		width: 14px;
		height: 14px;
		margin: 12px 6px 0 0;
	}
	.right-title a.more {
		line-height: 34px;
		font-size: 12px;
	}
	.part2 .right .li-top p,
	.part4 .right .li-top p,
	.part5 .right .li-top p,
	.part6 .right .li-top p {
		padding: 8px 12px;
	}
	.part2 .right .li-top p a,
	.part4 .right .li-top p a,
	.part5 .right .li-top p a,
	.part6 .right .li-top p a {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.part2 .right li,
	.part4 .right li,
	.part5 .right li,
	.part6 .right li {
		padding-left: 18px;
		height: 16px;
		line-height: 16px;
		margin-top: 10px;
		font-size: 12px;
	}
	.part2 .right li i,
	.part4 .right li i,
	.part5 .right li i,
	.part5 .right li i {
		width: 6px;
		height: 10px;
	}
	.part4 .part4-top p {
		width: 526px;
	}
	.part4 .part4-top a, .part4 .part4-top i,
	.link .linkTitle a, .link .linkTitle i {
		height: 32px;
		line-height: 32px;
		font-size: 13px;
		margin-right: 20px;
		padding: 0 15px;
	}
	.part4 .part4-top a::before, .part4 .part4-top i::before,
	.link .linkTitle a::before, .link .linkTitle i::before {
		left: -15px;
		border-width: 32px 15px 0 15px;
	}
	.part4 .part4-top a::after,
	.link .linkTitle a::after {
		right: -15px;
		border-width: 0 15px 32px 15px;
	}
	.link .linkTitle p {
		width: 220px;
	}
	.part5 .part_title b {
		width: 135px;
	}
	.part5 .left li {
		padding-right: 17px;
		margin-top: 14px;
	}
	.part5 ul {
		width: calc(100% + 17px);
	}
	.part5 .left li .images i {
		font-size: 38px;
	}
	.part5 .left li p {
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
		font-size: 12px;
	}
	.part6 .part_title b {
		width: 92px;
	}
	.part6 .left .imgSwiper {
		width: 499px;
		margin-right: 10px;
	}
	.part6 .left li {
		margin-top: 10px;
	}
	.part6 .part_title {
		height: 34px;
		padding-bottom: 12px;
	}
	.part6 .left ul {
		margin-top: -10px;
	}
	.part6 .left li p {
		padding: 4px 6px;
	}
	.link-list {
		margin-top: 8px;
		margin-left: -18px;
	}
	.link-list a {
		margin-left: 20px;
		line-height: 24px;
		font-size: 12px;
	}
	.link ul li {
		margin-top: 8px;
		margin-right: 8px;
	}
	.link ul li a {
		line-height: 24px;
		padding: 4px 14px;
		font-size: 12px;
	}
	.foot {
		padding: 10px 0 10px;
	}
	.part6 .left li p a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.part1-bot .swiper-button-prev, .part1-bot .swiper-button-next, .part3-bot .swiper-button-prev, .part3-bot .swiper-button-next {
		width: 24px;
		height: 38px;
		line-height: 38px;
	}
	.part1-bot .swiper-button-prev i, .part1-bot .swiper-button-next i, .part3-bot .swiper-button-prev i, .part3-bot .swiper-button-next i {
		font-size: 12px;
	}
	.foot_bg {
		margin-top: 20px;
	}
	.banner .right{width: 448px;}
	.part2 .part2-bot {height: 411px;}
	.part6 .left ul{
		width: 155px;
	}

}
@media only screen and (min-width: 1280px) and (max-width: 1439px){
	.w{
		width: 1200px;
	}
	body{
		min-width: 1200px;
	}
	.iframe {
		height: 32px;
	}
	.part4 .part4-bot{
		height: 481px;
	}
	#header {
		height: 32px;
	}
	.header {
		height: 32px;
	}
	#divLogin ul li {
		margin: 0 10px;
		font-size: 12px;
		line-height: 32px;
	}
	.multimedia {
		top: -32px;
		font-size: 12px;
		line-height: 32px;
	}
	.multimedia > div {
		padding-left: 10px;
	}
	.bannerAdv-box {
		margin-top: 13px;
	}
	.top {
		margin: 20px auto;
	}
	.top .logo img {
		height: 48px;
	}
	.top .logo span {
		font-size: 20px;
		font-weight: 700;
		margin: 5px 0 0 28px;
		padding-left: 28px;
	}
	.top .logo span i {
		height: 12px;
		width: 144px;
		margin-top: 4px;
	}
	.top .search {
		height: 36px;
		width: 534px;
		margin-top: 8px;
		border: 1px solid #945d56;
	}
	.top .search .searchSelect {
		height: 34px;
		width: 88px;
	}
	.searchSelectTop p {
		line-height: 34px;
		font-size: 14px;
		text-indent: 12px;
	}
	.searchSelectTop i {
		right: 6px;
	}
	.searchSelectBot {
		border: 1px solid #945d56;
		top: 34px;
	}
	.search input.searchText {
		width: 244px;
		line-height: 34px;
		height: 34px;
		text-indent: 10px;
		font-size: 14px;
	}
	#hangye {
		width: 84px;
		height: 22px;
		line-height: 22px !important;
		text-indent: 8px;
		top: 6px;
		right: 180px;
	}
	.erea {
		width: 54px;
		height: 22px;
		line-height: 22px;
		text-indent: 10px;
		top: 6px;
		right: 104px;
		background: url(/template/pc/default/home/images/san.jpg) 38px 6px no-repeat #fff;
	}
	.ereaTop {
		height: 22px;
		font: normal 12px/22px "microsoft yahei", Tahoma, Arial;
		line-height: 22px;
		width: 54px;
	}
	.searchSelectBot li {
		text-indent: 17px;
		font-size: 13px;
		line-height: 24px;
	}
	#searchList ul {
		width: 84px;
		top: 31px;
	}
	.ereaBot ul {
		top: 24px;
	}
/*	.search button {
		width: 70px;
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}*/
	.nav {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	.nav a {
		padding: 0 28px;
	}
	.headlines {
		margin: 20px auto 24px;
	}
	.headlines h2 {
		padding-left: 118px;
		font-size: 22px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		overflow: hidden;
	}
	.headlines .swiper-container{
		height: 38px;
	}
	.headlines .swiper-slide{
		height: 38px!important;
		line-height: 38px;
	}
	.headlines h2 i {
		height: 38px;
		width: 118px;
	}
	.banner .left {
		width: 640px;
		margin-right: 22px;
	}
	.banner .left .swiper-slide p,
	.part6 .left .swiper-slide p {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 10px 110px 10px 15px;
		background: rgba(49, 49, 49, 0.4);
	}
	.banner .left .swiper-slide p a,
	.part6 .left .swiper-slide p a {
		height: 34px;
		line-height: 34px;
		font-size: 17px;
		font-weight: 700;
		display: block;
		color: #fff;
		overflow: hidden;
	}
	.banner .left .swiper-pagination-fraction,
	.part6 .left .swiper-pagination-fraction {
		height: 54px;
		line-height: 54px;
		width: 82px;
		font-size: 15px;
	}
	.banner .left .swiper-pagination-current,
	.part6 .left .swiper-pagination-current {
		font-size: 22px;
	}
	.banner .right .meet-tab {
		margin-bottom: 18px;
	}
	.banner .right .meet-tab a {
		height: 34px;
		line-height: 34px;
		width: 108px;
		margin-left: 9px;
		font-size: 18px;
		text-indent: 17px;
	}
	.meet-bot li .image {
		float: left;
		width: 210px;
	}
	.meet-bot li .text {
		height: 119px;
		padding: 15px 15px 0;
	}
	.meet-bot li .text p {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
	}
	.meet-bot li .text span {
		margin-top: 20px;
		font-size: 14px;
	}
	.meet-bot li p {
		padding: 0 90px 0 18px;
		font-size: 13px;
	}
	.meet-bot li p b {
		font-size: 13px;
	}
	.meet-bot li {
		margin-top: 11px;
		height: 18px;
		line-height: 18px;
	}
	.bannerAdv{
		margin-top: 15px;
	}
	.bannerAdv ul {
		margin: 20px -5px 0;
		overflow: hidden;
	}
	.part1, .part3,.part2,.part5,.part6 {
		margin-top: 22px;
	}
	.part_title b {
		height: 42px;
		width: 132px;
	}
	.part_title {
		height: 42px;
		padding-bottom: 12px;
		border-bottom: 1px solid #eaeaea;
	}
	.part_title a.more {
		line-height: 42px;
		font-size: 14px;
	}
	.part1-bot, .part3-bot {
		margin-top: 16px;
	}
	.part1-bot .swiper-container, .part3-bot .swiper-container {
		width: 1200px;
		padding: 20px 35px 30px;
	}
	.part1-bot .swiper-container{
		padding: 15px 45px 20px;
	}
	.part1-bot .arr_left, .part1-bot .arr_right, .part3-bot .arr_left, .part3-bot .arr_right {
		width: 35px;
	}
	.part1-bot .swiper-button-prev, .part1-bot .swiper-button-next, .part3-bot .swiper-button-prev, .part3-bot .swiper-button-next {
		width: 28px;
		height: 46px;
		line-height: 46px;
	}
	.part1-bot .swiper-button-prev i, .part1-bot .swiper-button-next i, .part3-bot .swiper-button-prev i, .part3-bot .swiper-button-next i {
		font-size: 16px;
	}
	.part1-bot .text p, .part3-bot .text p {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
	}
	.part1-bot .text span, .part3-bot .text span {
		height: 24px;
		line-height: 24px;
		font-size: 13px;
	}
	.part1-bot .text p i, .part3-bot .text p i {
		width: 30px;
		height: 13px;
		margin: 4px 0 0 4px;
		background-size: 100% 100%;
	}
	.part1-bot .text, .part3-bot .text {
		padding: 5px 10px 10px;
	}
	.part2 .part_title p {
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
	}
	.part2 .part_title p a {
		width: 60px;
		font-size: 14px;
	}
	.part2 .left,.part4 .left,.part5 .left,.part6 .left {
		width: 796px;
		margin-right: 24px;
	}
	.part2 .part2-bot li,
	.part4 .part4-bot li {
		padding: 16px 0 14px;
	}
	.part2 .part2-bot li .images,
	.part4 .part4-bot li .images {
		width: 168px;
		margin-right: 18px;
	}
	.part2 .part2-bot li .text,
	.part4 .part4-bot li .text {
		height: 93px;
		padding-right: 133px;
	}
	.part2 .part2-bot li .text p,
	.part4 .part4-bot li .text p {
		height: 28px;
		line-height: 28px;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.part2 .part2-bot li .text p i,
	.part4 .part4-bot li .text p i {
		width: 45px;
		height: 25px;
		margin: 0 4px 0 0;
	}
	.part2 .part2-bot li .text p i.hot,
	.part4 .part4-bot li .text p i.hot {
		height: 26px;
		margin: 0px 4px 0 0;
	}
	.part2 .part2-bot li .text span,
	.part4 .part4-bot li .text span {
		height: 20px;
		line-height: 20px;
		margin-top: 6px;
		font-size: 13px;
	}
	.part2 .part2-bot li .text i.yq,
	.part4 .part4-bot li .text i.yq {
		top: 8px;
		right: 19px;
		width: 96px;
		height: 76px;
	}
	.right-title {
		height: 40px;
		line-height: 40px;
		padding-bottom: 15px;
	}
	.right-title span i {
		width: 17px;
		height: 18px;
		margin: 12px 5px 0 0;
	}
	.right-title span {
		font-size: 18px;
	}
	.right-title a.more {
		line-height: 40px;
		font-size: 13px;
	}
	.part2 .right .li-top p,
	.part4 .right .li-top p,
	.part5 .right .li-top p,
	.part6 .right .li-top p {
		padding: 10px 12px;
	}
	.part2 .right .li-top p a,
	.part4 .right .li-top p a,
	.part5 .right .li-top p a,
	.part6 .right .li-top p a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part2 .right li,
	.part4 .right li,
	.part5 .right li,
	.part6 .right li {
		padding-left: 16px;
		height: 18px;
		line-height: 18px;
		margin-top: 12px;
		font-size: 13px;
	}
	.part4 .part4-top {
		margin-bottom: 8px;
	}
	.part4 .right-title {
		padding-bottom: 6px;
	}
	.part4 .part4-top a, .part4 .part4-top i {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		margin-right: 21px;
		padding: 0 16px;
	}
	.part4 .part4-top p {
		width: 632px;
	}
	.part4 .part4-top a::before, .part4 .part4-top i::before {
		left: -16px;
		border-width: 38px 16px 0 16px;
	}
	.part4 .part4-top a::after {
		right: -16px;
		border-width: 0 16px 38px 16px;
	}
	.part5 .part_title b {
		width: 162px;
	}
	.part5 ul {
		width: calc(100% + 20px);
	}
	.part5 .left li {
		padding-right: 20px;
		margin-top: 17px;
	}
	.part5 .left li .images i {
		font-size: 45px;
	}
	.part5 .left li p {
		height: 42px;
		line-height: 42px;
		padding: 0 10px;
		font-size: 13px;
	}
	.part6 .part_title b {
		width: 110px;
	}
	.part6 .part_title {
		height: 42px;
		padding-bottom: 13px;
	}
	.part6 .left .imgSwiper {
		width: 598px;
		margin-right: 12px;
	}
	.link .linkTitle p {
		width: 262px;
	}
	.link .linkTitle a, .link .linkTitle i {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		margin-right: 21px;
		padding: 0 16px;
	}
	.link .linkTitle a::before, .link .linkTitle i::before {
		left: -16px;
		border-width: 38px 16px 0 16px;
	}
	.link .linkTitle a::after {
		right: -16px;
		border-width: 0 16px 38px 16px;
	}
	.link-list {
		margin-top: 10px;
		margin-left: -34px;
	}
	.link-list a {
		margin-left: 34px;
		line-height: 28px;
		font-size: 13px;
	}
	.link ul li {
		margin-top: 10px;
		margin-right: 10px;
	}
	.link ul li a {
		line-height: 30px;
		padding: 5px 20px;
		font-size: 13px;
	}
	.foot_bg {
		margin-top: 20px;
	}
	.banner .right{width: 538px;}
	.part2 .part2-bot {height: 481px;}
	.part6 .left ul{
		width: 186px;
	}

}
@media only screen and (min-width: 1440px) and (max-width: 1599px){
	.w{
		width: 1400px;
	}
	body{
		min-width: 1400px;
	}
	.part4 .part4-bot{
		height: 563px;
	}
	.bannerAdv-box {
		margin-top: 15px;
	}
	.top {
		margin: 24px auto;
	}
	.top .logo img {
		height: 56px;
	}
	.top .logo span {
		font-size: 22px;
		margin: 5px 0 0 35px;
		padding-left: 35px;
	}
	.nav {
		height: 44px;
		line-height: 45px;
		font-size: 18px;
	}
	.nav a {
		padding: 0 34px;
	}
	.headlines {
		margin: 23px auto 27px;
	}
	.headlines h2 {
		padding-left: 140px;
		font-size: 26px;
		height: 44px;
		line-height: 44px;
	}
	.headlines .swiper-container{
		height: 44px;
	}
	.headlines .swiper-slide{
		height: 44px!important;
		line-height: 44px;
	}
	.headlines h2 i {
		height: 44px;
		width: 140px;
	}
	.banner .left {
		width: 745px;
		margin-right: 28px;
	}
	.banner .left .swiper-slide p {
		padding: 10px 100px 10px 20px;
	}
	.banner .left .swiper-pagination-fraction {
		height: 62px;
		line-height: 62px;
		width: 96px;
		font-size: 18px;
	}
	.banner .left .swiper-pagination-current {
		font-size: 26px;
	}
	.banner .right .meet-tab a {
		height: 38px;
		line-height: 38px;
		width: 128px;
		margin-left: 9px;
		font-size: 22px;
		text-indent: 20px;
	}
	.banner .right .meet-tab {
		margin-bottom: 18px;
	}
	.meet-bot li .image {
		width: 244px;
	}
	.meet-bot li .text {
		height: 138px;
		padding: 16px 16px 0;
	}
	.meet-bot li .text p {
		font-size: 18px;
		line-height: 28px;
		height: 56px;
	}
	.meet-bot li .text span {
		font-size: 14px;
	}
	.meet-bot li p {
		padding: 0 105px 0 22px;
		font-size: 14px;
	}
	.meet-bot li p b {
		font-size: 14px;
	}
	.meet-bot li p b strong {
		font-size: 16px;
		line-height: 20px;
	}
	.meet-bot li {
		margin-top: 15px;
		height: 20px;
		line-height: 20px;
	}
	.part1, .part3,.part2,.part5,.part6 {
		margin-top: 28px;
	}
	.part1-bot .swiper-container, .part3-bot .swiper-container {
		width: 1400px;
		padding: 20px 40px 35px;
	}
	.part1-bot .swiper-container{
		padding: 20px 45px 25px;
	}
	.part1-bot .text p, .part3-bot .text p {
		height: 44px;
		line-height: 22px;
		font-size: 14px;
	}
	.part1-bot .text p i, .part3-bot .text p i {
		margin: 3px 0 0 5px;
	}
	.part1-bot .text span, .part3-bot .text span {
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.part2 .part_title p a {
		font-size: 16px;
	}
	.part2 .part2-bot li,
	.part4 .part4-bot li {
		padding: 18px 0;
	}
	.part2 .part2-bot li .images,
	.part4 .part4-bot li .images {
		float: left;
		width: 196px;
		margin-right: 20px;
	}
	.part2 .part2-bot li .text p,
	.part4 .part4-bot li .text p {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: 700;
		overflow: hidden;
	}
	.part2 .part2-bot li .text p i,
	.part4 .part4-bot li .text p i {
		width: 53px;
		height: 28px;
	}
	.part2 .part2-bot li .text p i.hot,
	.part4 .part4-bot li .text p i.hot {
		height: 30px;
	}
	.part2 .part2-bot li .text span,
	.part4 .part4-bot li .text span {
		display: block;
		height: 22px;
		line-height: 22px;
		margin-top: 10px;
		font-size: 14px;
		color: #666;
		overflow: hidden;
	}
	.part2 .part2-bot li .text i.yq,
	.part4 .part4-bot li .text i.yq {
		position: absolute;
		top: 12px;
		right: 20px;
		width: 112px;
		height: 89px;
		background: url(/template/pc/default/home/images/yq2.png) no-repeat;
		background-size: 100% 100%;
	}
	.part2 .part2-bot li .text,
	.part4 .part4-bot li .text {
		height: 108px;
		padding-right: 150px;
		overflow: hidden;
		position: relative;
	}
	.part2 .left ,
	.part4 .left ,
	.part5 .left ,
	.part6 .left
	{
		float: left;
		width: 926px;
		margin-right: 28px;
	}
	.part2 .right .li-top p,
	.part4 .right .li-top p,
	.part5 .right .li-top p,
	.part6 .right .li-top p {
		padding: 10px 18px;
	}
	.part2 .right li,
	.part4 .right li,
	.part5 .right li,
	.part6 .right li {
		padding-left: 20px;
		height: 22px;
		line-height: 22px;
		margin-top: 13px;
		font-size: 15px;
	}
	.part1-bot, .part3-bot {
		margin-top: 20px;
	}
	.part4 .part4-top p {
		width: 735px;
	}
	.part4 .part4-top a, .part4 .part4-top i {
		font-size: 20px;
		margin-right: 30px;
		padding: 0 22px;
	}
	.part5 .left li p {
		height: 44px;
		line-height: 44px;
		padding: 0 12px;
		font-size: 15px;
	}
	.part6 .left .imgSwiper {
		width: 695px;
	}
	.part6 .left .swiper-slide p {
		padding: 10px 96px 10px 15px;
	}
	.part6 .left .swiper-slide p a {
		font-size: 20px;
	}
	.part6 .left .swiper-pagination-fraction {
		height: 62px;
		line-height: 62px;
		width: 95px;
		font-size: 18px;
	}
	.part6 .left .swiper-pagination-current {
		font-size: 28px;
	}
	.link .linkTitle p {
		width: 306px;
	}
	.link .linkTitle a, .link .linkTitle i{
		font-size: 20px;
		margin-right: 26px;
		padding: 0 20px;
	}
	.link ul li {
		float: left;
		margin-top: 15px;
		margin-right: 15px;
	}
	.link ul li a {
		line-height: 38px;
		padding: 8px 24px;
		font-size: 14px;
	}
	.link-list a {
		margin-left: 40px;
		line-height: 35px;
		font-size: 14px;
	}
	.link-list {
		margin-top: 14px;
		margin-left: -40px;
	}
	.link .linkTitle a::before, .link .linkTitle i::before {
		left: -20px;
		border-width: 52px 20px 0 20px;
	}
	.link .linkTitle a::after {
		right: -20px;
		border-width: 0 20px 52px 20px;
	}
	.banner .right{width: 627px;}
	.part2 .part2-bot{
		height: 563px;
	}
	.part6 .left ul{
		width: 219px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
	.w{
		width: 1560px;
	}
	body{
		min-width: 1560px;
	}
	.part4 .part4-bot{
		height: 639px;
	}
	.banner .left {
		width: 832px;
	}
	.meet-bot li {
		margin-top: 16px;
	}
	.part1-bot .swiper-container, .part3-bot .swiper-container {
		width: 1560px;
	}
	.part2 .left,
	.part4 .left,
	.part5 .left,
	.part6 .left {
		width: 1032px;
	}
	.part2 .part2-bot li .text,
	.part4 .part4-bot li .text {
		padding-right: 180px;
	}
	.part4 .part4-bot li {
		padding: 20px 0 20px;
	}
	.part4 .right li{
		margin-top: 15px;
	}
	.part5 .right li {
		margin-top: 14px;
	}
	.part6 .left .imgSwiper {
		width: 775px;
	}
	.part6 .left ul{
		width: 245px;
	}
}
@media only screen and (min-width: 1730px) and (max-width: 1919px){
	.w{
		width: 1560px;
	}
	body{
		min-width: 1560px;
	}
	.part4 .part4-bot{
		height: 639px;
	}
	.banner .left {
		width: 832px;
	}
	.meet-bot li {
		margin-top: 16px;
	}
	.part1-bot .swiper-container, .part3-bot .swiper-container {
		width: 1560px;
	}
	.part2 .left,
	.part4 .left,
	.part5 .left,
	.part6 .left {
		width: 1032px;
	}
	.part2 .part2-bot li .text,
	.part4 .part4-bot li .text {
		padding-right: 180px;
	}
	.part4 .part4-bot li {
		padding: 20px 0 20px;
	}
	.part4 .right li{
		margin-top: 15px;
	}
	.part5 .right li {
		margin-top: 14px;
	}
	.part6 .left .imgSwiper {
		width: 775px;
	}
	.part6 .left ul{
		width: 245px;
	}
}
@media screen and (min-width: 1921px){
	.w{
		width: 1600px;
	}
}













