* {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
.clearFix {
	zoom:1;
}
.clearFix:after {
	content:'';
	clear:both;
	display:block;
}
body {
    min-width: 1200px;
    /* font-family: DIN; */
    background: #fff url(//r1.visitbeijing.com.cn/vbj-korean/2021/1027/8de02dd3a559aa8e49b8b9610683f35f.png) no-repeat center 34px;
}

/*头部*/
.head {
    height: 560px;
    position: relative;
}

.head .center {
    height: 100%;
}

.head .logos {
	height: 34px;
    background: #0099CC;
}

.head .logos .logo {
    width: 411px;
    height: 52px;
    position: absolute;
    left: 50%;
    margin-left: -206px;
    top: 100px;
    text-indent: -100000px;
    background: url(//r1.visitbeijing.com.cn/vbj-korean/2021/1027/d9f26d2c161c6ee8ede34ef57913f994.png) no-repeat;
}

.head .logos .state {
    cursor: pointer;
    position: relative;
    z-index: 200;
    width: 1040px;
    margin: 0 auto;
}

.head .logos .state ul {
    font-family: 'Times New Roman', 'Arial';
    overflow: hidden;
}

.head .logos .state li {
    padding: 8px 5px 0 8px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    display:inline-block;
}

.head .logos .state li a {
	color: #D8D8D8;
	text-decoration: none;
}

.head .logos .state li a:hover {
    text-decoration: underline;
    color: #fff;
}

.head .nav-search {
    width: 1040px;
    position: absolute;
    left: 50%;
    margin-left: -520px;
    top: 327px;
}

.head .nav-search ul {
    height: 156px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
}

.head .nav-search ul li {
    /* flex-grow: 1; */
    text-align: center;
    /* position: absolute; */
    width: 106px;
    height: 156px;
    display: inline-block;
}

.head .nav-search ul li em {
    display: block;
    width: 106px;
	height: 106px;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
}

.head .nav-search ul li a {
    display: block;
}

.head .nav-search ul li:nth-child(1) em {
    background:url(../images/icon-1.png) no-repeat center center;
}

.head .nav-search ul li:nth-child(2) em {
    background:url(../images/icon-2.png) no-repeat center center;
}

.head .nav-search ul li:nth-child(3) em {
    background:url(../images/icon-3.png) no-repeat center center;
}

.head .nav-search ul li:nth-child(4) em {
    background:url(../images/icon-4.png) no-repeat center center;
}

.head .nav-search ul li:nth-child(5) em {
    background:url(../images/icon-5.png) no-repeat center center;
}

.head .nav-search ul li:nth-child(6) em {
    background:url(../images/icon-6.png) no-repeat center center;
}

.head .nav-search ul li a span {
    display: inline-block;
    margin-top: 24px;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.head .search {
    position: absolute;
    left: 50%;
    margin-left: -520px;
    top: 206px;
    width: 1040px;
    height: 66px;
	background: #FFFFFF;
	border: 1px solid #A1A1A1;
	box-shadow: 0 2px 1px 0 rgba(18,70,94,0.19);
	border-radius: 33px;
	z-index:10;
}
.head .search span {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 100px;
    height: 68px;
    border-radius: 0 33px 33px 0;
    background: #0099CC url(../images/search_icon.png) center no-repeat;
    background-size: 40%;
    cursor: pointer;
}

.head .search span:hover {
    opacity: 1;
}

.head .search input {
    font-family: DIN;
    height: 100%;
    width: 82%;
    padding: 0 5%;
	font-size: 24px;
	color: #999999;
    background: none;
    line-height: 30px;
    border: none;
    outline: none;
}

.part1 {
	margin-top:26px;
}
.part1 h3 {
	height:60px;
	background:url(../images/title1.png) no-repeat center center;
}
.part1_tab {
	margin-top:26px;
	height:66px;
	border-bottom:1px solid #eaeaea;
}
.part1_tab ul {
	width:1100px;
	margin:0 auto;
	height:66px;
}
.part1_tab ul li {
	margin-right:82px;
	display:inline-block;
	line-height:66px;
	font-size:24px;
	color:#0099CC;
	position:relative;
	cursor:pointer;
}
.part1_tab ul li span {
	width:100%;
	height:2px;
	background:#0099CC;
	position:absolute;
	left:0;
	bottom:-1px;
	overflow:hidden;
	display:none;
}
.part1_tab ul li.tab1_active span {
	display:block;
}
.part1_tab_main {
	margin-top:28px;
	height:498px;
	background:#B2E0EE;
}
.part1_tab_main ul {
	width:1100px;
	height:498px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/part1_tab_bg.png) no-repeat center center;
}
.part1_tab_main ul li {
	display:none;
}
.part1_tab_main ul .tab1_show {
	display:block;
}
.part1_tab_main .tab_detail img {
	width:1100px;
	height:340px;
}
.part1_tab_main .tab_detail a {
	text-decoration:none;
}
.part1_tab_main .tab_detail p {
	padding:22px 44px 0 44px;
	line-height:34px;
	font-size:20px;
	color:#fff;
	overflow:hidden;
	max-height:102px;
}

.part2 {
	margin-top:40px;
}
.part2 h3 {
	height:62px;
	background:url(../images/title2.png) no-repeat center center;
}
.part2_tab {
	width:1100px;
	margin:52px auto 0 auto;
}
.part2_tab ul {
	text-align:center;
}
.part2_tab ul li {
	width:110px;
	height:44px;
	line-height:44px;
	border:1px solid #0099CC;
	border-radius: 21.5px;
	color:#0099CC;
	text-align:center;
	display:inline-block;
	margin:0 5px;
	cursor:pointer;
}
.part2_tab ul .tab2_active {
	background:#0099CC;
	color:#fff;
}
.part2_tab_main {
	margin-top:30px;
	min-height:120px;
	padding-bottom:5%;
	overflow:hidden;
	opacity:0;
	filter:alpha(opacity=0%);
}
.show {
	opacity:1;
	filter:alpha(opacity=100%);	
}
.part2_tab_main ul li {
	display:none;
}
.part2_tab_main .tab2_show {
	display:block;
}
.part2_tab_main .swiper-container {
    width:100%;
    height:100%;
    overflow:initial;
}
.part2_tab_main .swiper-slide {
	height:56.25%;
	position:relative;
}
.part2_tab_main .swiper-slide img {
	width:100%;
	height:100%;
	border-radius:10px;
	display:block;
}
.part2_tab_main .swiper-shadow {
	width:90%;
	height:82%;
	padding:5%;
	position:absolute;
	left:0;
	top:0;
	background:rgb(0,0,0,0.3);
	display:flex;
	text-align:center;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-size:20px;
	overflow:hidden;
	border-radius:10px;
	display:none;
}
.part2_tab_main .swiper-slide a:hover .swiper-shadow {
	display:block;
}
.part2_tab_main .swiper-button-prev {
	width:32px;
	height:32px;
	background:url(../images/left_active.png) no-repeat center center;
	background-size:cover;
	top:120%;
	left:46%;
}
.part2_tab_main .swiper-button-next {
	width:32px;
	height:32px;
	background:url(../images/right_active.png) no-repeat center center;
	background-size:cover;
	top:120%;
	right:46%;
}


.part3 {
	margin-top:40px;
}
.part3 h3 {
	height:62px;
	background:url(../images/title3.png) no-repeat center center;
}
.part3_main {
	margin-top:48px;
	height:484px;
	background:#B2E0EE;	
}
.part3_detail {
	width:1100px;
	height:484px;
	margin:0 auto;
}
.part3_detail_left {
	width:550px;
	height:484px;
	float:left;
	overflow:hidden;
}
.part3_detail_left ul li {
	width:550px;
	height:484px;
	display:none;
	position:relative;
}
.part3_detail_left ul li .part3_pic_shadow {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.4);
	display:none;
}
.part3_pic_shadow h4 {
	line-height:36px;
	height:36px;
	font-size:24px;
	color:#fff;
	overflow:hidden;
	padding-top:142px;
	text-align:center;
}
.part3_pic_shadow p {
	padding:10px 60px 0 60px;
	line-height:34px;
	max-height:136px;
	font-size:20px;
	color:#fff;
	overflow:hidden;
}
.part3_detail_left ul .tab3_show {
	display:block;
}
.part3_detail_left ul .tab3_show:hover .part3_pic_shadow {
	display:block;
}

.part3_detail_left ul li img {
	width:550px;
	height:484px;	
}

.part3_detail_right {
	width:532px;
	float:right;
}
.part3_detail_right ul {
	margin-top:-20px;
}
.part3_detail_right li {
	width:530px;
	height:148px;
	margin-top:20px;
	cursor:pointer;
	overflow:hidden;
}
.part3_detail_right li img {
	width:530px;
	min-height:148px;
	object-fit: cover;
}

.part4 {
	margin-top:40px;
}
.part4 h3 {
	height:62px;
	background:url(../images/title4.png) no-repeat center center;
}
.part4_main {
	min-height:120px;
	margin-top:44px;
	overflow:hidden;
	padding-bottom:5%;
}
.part4_main .swiper-container {
    width:100%;
    overflow:initial;
}
.part4_main .swiper-slide {
	height:56.25%;
	position:relative;
	transform:scale(0.9);
}
.part4_main .swiper-slide a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
.part4_main .swiper-slide .pic-block {
	width:100%; 
	overflow:hidden; 
	position: relative;
	border-radius:10px;
}
.part4_main .swiper-slide .pic-block::before {
	content: "";
    display: block;
    padding-top: 56.147540%;
}
.part4_main .swiper-slide h5 {
	width:100%;
	height:26px;
	line-height:26px;
	overflow:hidden;
	font-size:22px;
	text-align:center;
	position:absolute;
	left:0;
	bottom:-24%;
}
.part4_main .swiper-slide h5 a {
	text-decoration:none;
	color:#666;
	width:100%;
}
.part4_main .swiper-slide img {
	display:block;
	position: absolute; 
	left:0; 
	top:0; 
	width:100%; 
	min-height:100%;
}
.part4_main .swiper-shadow {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgb(0,0,0,0.5);
	color:#fff;
	font-size:20px;
	overflow:hidden;
	border-radius:10px;
	display:none;
}
.part4_main .swiper-shadow h4 {
	width:80%;
	padding:0 10%;
	line-height:26px;
	font-size:22px;
	margin:10% auto 4% auto;
	text-align:center;
}
.part4_main .swiper-shadow p {
	width:80%;
	padding:0 10%;
	line-height:22px;
	font-size:18px;
	margin:0 auto;
}
.part4_main .swiper-button-prev {
	width:32px;
	height:32px;
	background:url(../images/left_active.png) no-repeat center center;
	background-size:cover;
	top:130%;
	left:46%;
}
.part4_main .swiper-button-next {
	width:32px;
	height:32px;
	background:url(../images/right_active.png) no-repeat center center;
	background-size:cover;
	top:130%;
	right:46%;
}
.part4_main .swiper-slide-active {
	 transform:scale(1);
}
.part4_main .swiper-slide-active h5 {
	display:none;
}
.part4_main .swiper-slide-active .swiper-shadow {
	display:block;
}

.part5 {
	margin-top:40px;
}
.part5 h3 {
	height:58px;
	background:url(../images/title5.png) no-repeat center center;
}
.part5_main {
	margin-top:44px;
	height:478px;
	background:#B2E0EE;
}
.part5_detail {
	width:1100px;
	height:478px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.part5_pic_item {
	border-radius:0 20px 0 0;
	position:absolute;
	overflow:hidden;
}
.part5_pic_item img {
	-webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
}
.part5_pic_item a:hover img {
	-webkit-transform: scale(1.15);
    transform: scale(1.15)
}
.part5_pic_item span {
    width:0;
    height:0;
    border-left:148px solid transparent;
	position:absolute;
	right:0;
	top:0;
	color:#fff;
}
.part5_pic_item i {
	width:74px;
	font-size:20px;
	color:#fff;
	display:block;
	height:52px;
	line-height:26px;
	overflow:hidden;
	font-style:normal;
	position:absolute;
	top:6px;
	right:-4px;
}
.part5_main .item1 {
	width:370px;
	height:478px;
	left:0;
	top:0;
}
.part5_main .item1 img {
	width:370px;
	height:478px;
	border-radius:0 20px 0 0;
}
.part5_main .item2, .part5_main .item2 img, .part5_main .item3, .part5_main .item3 img, .part5_main .item4, .part5_main .item4 img, .part5_main .item5, .part5_main .item5 img {
	width:340px;
	height:226px;
	border-radius:0 20px 0 0;
}
.part5_main .item2 {
	left:390px;
	top:0;
}
.part5_main .item3 {
	right:0;
	top:0;
}
.part5_main .item4 {
	left:390px;
	bottom:0;
}
.part5_main .item5 {
	right:0;
	bottom:0;
}
.part5_main .item1 span {
	border-top:110px solid #00D2C2;
}
.part5_main .item2 span {
	border-top:110px solid #FF7434;
}
.part5_main .item3 span {
	border-top:110px solid #ED5383;
}
.part5_main .item4 span {
	border-top:110px solid #7459AF;
}
.part5_main .item5 span {
	border-top:110px solid #00B4E4;
}

.part6 {
	margin-top:40px;
}
.part6 h3 {
	height:62px;
	background:url(../images/title6.png) no-repeat center center;
}
.part6_main {
	margin-top:46px;
	height:628px;
}
.part6_detail {
	width:1100px;
	margin:0 auto;
}
.part6_detail ul {
	margin:-16px 0 0 -16px;
}
.part6_detail ul li {
	width:542px;
	height:306px;
	float:left;
	margin:16px 0 0 16px;
	position: relative;
	overflow: hidden;
}
.part6_detail ul li img {
	width:542px;
	height:306px;
	-webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
}
.part6_detail ul li a:hover img {
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.part6_detail ul li .text {
    width:100%;
    overflow:hidden;
    position:absolute;
    left:0;
	bottom:0;
    background:rgba(0,0,0,0.20);
    height:0;
    overflow:hidden;
    -webkit-transition: height .15s ease-in;
    transition: height .15s ease-in;
}
.part6_detail ul li .text h4 {
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-weight:300;
    font-size:20px;
    color:#fff;
    text-align:center;
    vertical-align: middle;
    width: calc(100% - 18px);
	line-height: 30px;
	height: 30px;
	padding:10px 10px 0 10px;
}
.part6_detail ul li .text p {
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-weight:300;
    font-size:20px;
    color:#fff;
    text-align:center;
    vertical-align: middle;
    width: calc(100% - 18px);
	line-height: 30px;
	height: 30px;
	padding:0 10px;
}
.part6_detail ul li a:hover .text {
	height: 86px;
}

.part7 {
	margin-top:40px;
}
.part7 h3 {
	height:62px;
	background:url(../images/title7.png) no-repeat center center;
}
.part7_main {
	margin-top:48px;
	height:528px;
	background:url(../images/part7_main_bg.png) no-repeat center center;
	overflow:hidden;
}
.part7_detail {
	width:1100px;
	height:538px;
	overflow:hidden;
	margin:0 auto;
}
.part7_main .swiper-container {
    width:1100px;
    height:538px;
}
.part7_main .swiper-slide {
	height:538px;
	position:relative;
}
.part7_main .swiper-slide img {
	width:626px;
	height:352px;
	position:absolute;
	left:54px;
	top:98px;
	z-index:1;
}
.part7_main .swiper-shadow {
	width:414px;
	height:318px;
	padding-top:34px;
	position:absolute;
	right:52px;
	top:55px;
	background:#fff;
}
.part7_main .swiper-shadow h4 {
	padding:0 22px 0 60px;
	line-height:26px;
	height:26px;
	font-size:22px;
	overflow:hidden;
	margin-bottom:14px;
}
.part7_main .swiper-shadow h4 a {
	color:#0099CC;
	text-decoration:none;
}
.part7_main .swiper-shadow p {
	padding:0 22px 0 60px;
	line-height:34px;
	max-height:238px;
	font-size:20px;
	overflow:hidden;
}
.part7_main .swiper-shadow p a {
	color:#0099CC;
	text-decoration:none;
}
.part7_main .swiper-button-prev {
	width:32px;
	height:32px;
	background:url(../images/left_active.png) no-repeat center center;
	background-size:cover;
	top:50%;
	left:0;
}
.part7_main .swiper-button-next {
	width:32px;
	height:32px;
	background:url(../images/right_active.png) no-repeat center center;
	background-size:cover;
	top:50%;
	right:0;
}

.swiper-container .swiper-button-prev.swiper-button-disabled {
	background:url(../images/left.png) no-repeat center center;
	background-size:cover;
}
.swiper-container .swiper-button-next.swiper-button-disabled {
	background:url(../images/right.png) no-repeat center center;
	background-size:cover;
}

.foot {
	margin-top: 100px;
    height: 130px;
	padding-top: 60px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
	background: #0099CC;
    color: #fff;
    padding-top: 70px; }
    .foot a {
		text-decoration: none;
		color: #fff; }
    .foot span {
      margin: 0 10px; }