﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/common/ie.css");/*图标*/
@import url("../css/common/page.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/common/kefu.css");/*02导航*/

/*@import url("../css/animate.min.css");*//*动画*/

html {
	overflow-x: hidden;
	/* user-select: none; */
}
.header .navbar .pc_menu .pc_logo .hotline{
	margin-left: 40px;
	font-size: 12px;
	color: #cccccc;
}
.header .navbar .pc_menu .pc_logo .hotline span{
	font-size: 24px;
	color: #33a3de;
	font-weight: bold;
}
.clear{
	clear: both;
}
.dowebok .section{ overflow:hidden;}

a:focus, input, select,textarea {
    outline: none;
}
.swiper-pagination-bullet-active{
	background: #33a3de;
}
.swiper-pagination-bullet{
    transform: rotateZ(45deg);
    width: 8px;
    height: 8px;
    display: inline-block;
	border-radius: 0;
	background: rgba(241, 227, 173, .4);
}
.header{ width:100%; background:none;position: fixed;z-index: 1000;}
.header .navbar{ width:100%;}
.header .navbar .pc_menu{
	width:100%; 
	margin:0 auto; 
	transition: all 0.3s 0s ease-in-out ; 
	transition: all 0.2s linear -1ms; 
	background-image: linear-gradient(to bottom,rgba(0, 0 ,0 , 0.4),transparent);
	height: 100%;
}
.header .navbar .pc_menu .pc_logo{
	float:left;
	height:90%;
	margin-left:3.125%;
	align-items:center;
}
.header .navbar .pc_menu .pc_logo a {display:block; height:100%;margin-top: 5%;}
.header .navbar .pc_menu .pc_logo a img{ height:100% !important;}
.header .navbar .pc_menu .pc_logo a img:nth-child(2){ display: none;}

.header .navbar .pc_menu .pc_menu_right>li{ margin-left:28px; margin-right:28px;display: inline-block;margin-top: 35px;padding-bottom: 20px;}
.header .navbar .pc_menu .pc_menu_right>li .t{ display:block;  font-size:16px; color:#fff;position: relative;padding-bottom: 5px;}
.header .navbar .pc_menu .pc_menu_right>li .t:after{
	content: "";
	position: absolute;
	bottom: -30%;
    left: 0%;
	width: 0%;
	height: 2px;
	background: #fff;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	display: none;
}
.header .navbar .pc_menu .pc_menu_right > .active .t{
	color: #0daaff;
}
.header .navbar .pc_fixed .pc_menu_right > .active .t{
	color: #0daaff;
}
.language {
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
}
.language ul{width:100px;padding-right: 16px;position: absolute;left: 0%;top: 0%;}
.language ul li{width:100px;font-size: 14px;color: #ffffff;line-height: 14px;cursor: pointer;}
.language ul li a{
	color: #ffffff;
}
.language ul li a:first-child{
	margin-right: 20px;
}
.language ul li a:last-child{
	margin-left: 20px;
}
.language ul li .active{
	color: #33a3de;
}
.language ul li a:hover{
	color: #33a3de;
}
.header .navbar .pc_menu .pc_menu_right>li:hover .t:after{ 
	width: 100%;
}

.header .navbar .pc_menu .pc_menu_right .li>a{ position: relative;color: #fff;}
.header .navbar .pc_menu .pc_menu_right>li .t:hover{
	color: #0daaff;
}
.header .navbar .pc_menu .pc_menu_right>li.active .t:after{ 
	width: 100%;
}
.d5 .t img:nth-child(2){
	display:none;
}

/*-----滚动后--------*/
.header .navbar .pc_fixed{
	transition: all 0.2s linear -1ms;
	background: rgba(0, 0 ,0 , 1);
	opacity: 1;
}
.header .navbar .pc_fixed .pc_logo a img{ filter: brightness(100%); -webkit-filter: brightness(100%); }
.pc_fixed .d5 .t img:nth-child(1){
	display:none;
}
.pc_fixed .d5 .t img:nth-child(2){
	display:inline-block;
}
.header .navbar .pc_fixed  .pc_menu_right>li .t:hover{
	color: #0daaff;
}
.header .navbar .pc_fixed  .pc_menu_right>li.active .t{
	color: #0daaff;
}
.header .navbar .pc_fixed .pc_menu_right>li .t:after{
	content: "";
	position: absolute;
	bottom: -30%;
    left: 0%;
	width: 0%;
	height: 2px;
	background: #fff;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.header .navbar .pc_fixed .language {
    top: 50%;
}
/* .nav .m .sub{ z-index:999;}
.nav .m .sub li{ width:150px;}
.pc_menu_right .sub { position: absolute; left: -60px;} */

.m_menu{ display:none; position:relative; z-index:999;background: rgb(000, 000, 000);}
.m_menu_top{ width:100%;height:70px; z-index:998;}
.m_menu_top .m_logo{ 
	height: 80%;
    margin-top: 10px;
    position: absolute;
    left: 5%;
}
.m_menu_top .m_logo img{ height:90%;}
.m_menu_top .list{
	height: 30px;
    width: 40px;
    margin: auto;
    position: absolute;
    top: 6px;
    bottom: 0;
    right: 5%;
    transition: all 0.2s linear -1ms;
    -webkit-transition: all 0.2s linear -1ms;
    -moz-transition: all 0.2s linear -1ms;
    -ms-transition: all 0.2s linear -1ms;
    -o-transition: all 0.2s linear -1ms;
}
.m_menu_top .list span{ display:block; width:24px; height:2px; border-radius:2px; background:#fff; margin:5px auto;}

.m_menu_list{ position:relative; width: 100%; height: 100%; position: absolute; top: 0; right:-100%; background: #fff; z-index: 10; transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms; -webkit-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms; -moz-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms; -ms-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms; -o-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms; }
.m_menu_list .menu_list_close{
	position: absolute;
    right: 5%;
    top: 20px;
    z-index: 20;
}
.m_menu_list .menu_list_close img{ width:24px; height:24px;}
.m_menu_list .m_menu_nav{     padding-top: 18%;padding-left: 6%;background: #fff;padding-bottom: 1000%;}
.m_menu_list .m_menu_nav li{ margin-top:14px; margin-bottom:14px;}
.m_menu_list .m_menu_nav li a{ font-size:14px; color:#393F4B;}
.m_menu_box{ display:none;width: 100%; height: 100%; position: absolute; top: 0; right: 0; background-color:rgba(0,162,233,0.2);}
.m_open_list{ right:0; transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms; box-shadow:0 0px 10px 0px  #888; -webkit-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms; -moz-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms; -ms-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms; -o-transition: all 0.5s cubic-bezier(0.73, 0.03, 0.04, 0.94) -1ms; }
.m_menu_list .m_menu_nav li a:hover{ color:#946d4b;}
.m_menu_list .m_menu_nav li.cur a{
	color: #000;
}
.m_menu_list .m_menu_nav li a:hover{
	color: #946d4b;
}

.m_1,.m_2,.m_3,.m_4,.m_5,.m_6,.m_7,.m_8,.m_9,.m_10,.m_11{
	display: inline-block;
    width: 15px;
    height: 15px;
    float: right;
    background: url(../images/m-nav-arrow.png) no-repeat center center;
	background-size: 90% 70%;
	margin-right: 10px;
}

.m_bg{
	display: inline-block;
	width: 15px;
	height: 15px;
	float: right;
	background: url(../images/m-nav-arrow1.png) no-repeat center center;
	background-size: 90% 70%;
	margin-right: 10px;
}


.m_menu_nav li .dropdown_menu{
	display: none;
	margin-top: 10px;
}

.m_menu_nav li .dropdown_menu a{
	display: block;
	line-height: 24px;
	padding: 0 20px;
	font-size: 12px;
}
.m_menu_nav li .dropdown_menu a:last-child{
	border: none;
}

@media(max-width:1400px){
	.header .navbar .pc_menu .pc_menu_right>li .t{
		font-size: 14px;
	}
}
@media(max-width:1300px){
	.header .navbar .pc_menu .pc_menu_right>li{
		margin-left: 20px;
    	margin-right: 20px;
	}
}
@media(max-width:1200px){
	.navbar{
		display: none;
	}
	.m_menu{
		display: block;
	}
}


/* page-title */
.page-title{
	text-align: center;
	margin-bottom: 3%;
}
.page-title h1{
	font-size: 16px;
	color: #999;
	font-weight: lighter;
}
.page-title h2{
	display: inline-block;
	padding: 0 20px 20px;
	color: #946d4b;
	font-size: 50px;
	font-weight: lighter;
	margin-bottom: 25px;
	position: relative;
}
.page-title h2::before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #cccccc;
}
.page-title h2::after{
	content: "";
	position: absolute;
	bottom: -3.2px;
	left: calc(50% - 3.5px);
	width: 7px;
	height: 7px;
	background: url(../img/page-after.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.page-title p{
	font-size: 16px;
	color: #333;
	letter-spacing: 8px;
}
.page-title span{
	display: inline-block;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin-top: 1%;
}

@media(max-width:1600px){
	.page-title h2 {
		padding: 0 20px 18px;
		font-size: 45px;
		margin-bottom: 21px;
	}
}
@media(max-width:1400px){
	.page-title h2 {
		padding: 0 20px 15px;
		font-size: 38px;
		margin-bottom: 18px;
	}
}

@media(max-width:960px){
	.page-title h1 {
		font-size: 14px;
	}
	.page-title h2 {
		padding: 0 20px 10px;
		font-size: 30px;
		margin-bottom: 15px;
	}
	.page-title p {
		font-size: 14px;
	}
	.page-title span{
		font-size: 12px;
		line-height: 24px;
		margin-top: 1%;
	}
}

@media(max-width:580px){
	#title{
		margin-top: 6.5%;
	}
	.page-title {
		margin-bottom: 10%;
	}
}

@media(max-width:580px){
	.page-title h1 {
		font-size: 12px;
	}
	.page-title h2 {
		padding: 0 20px 5px;
		font-size: 26px;
		margin-bottom: 10px;
	}
	.page-title p {
		font-size: 12px;
	}
}


/* 内部导航 */
.page-nav{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10%;
	margin-top: -2.5%;
	margin-bottom: 6%;
}
.page-nav ul{
	width: 100%;
	background: #fff;
	padding: 3% 0;
	box-shadow: 0 0 35px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.page-nav ul li{
	display: inline-block;
	margin: 0 2%;
}
.page-nav ul li a{
	font-size: 16px;
	color: #666;
	position: relative;
}
.page-nav ul li a:after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 0%;
	height: 1px;
	background: #946d4b;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.page-nav ul li a:hover{
	color: #946d4b;
}
.page-nav ul li.active a{
	color: #946d4b;
}
.page-nav ul li:hover a{
	color: #946d4b;
}
.page-nav ul li.active a:after{
	width: 100%;
}
.page-nav ul li:hover a:after{
	width: 100%;
}

@media(max-width:960px){
	.page-nav{
		padding: 0 5%;
	}
	.page-nav ul li a {
		font-size: 14px;
	}
}

@media(max-width:760px){
	.page-nav {
		margin-top: -5.3%;
	}
	.page-nav ul{
		flex-wrap: wrap;
		padding: 3% 0 1%;
	}
	.page-nav ul li{
		margin: 0 5% 6%;
	}
}

.title2{
    text-align: center;
    margin-bottom: 2%;
}
.title2 h1{
	font-size: 30px;
	color: #946d4b;
	font-weight: normal;
	margin-bottom: 10px;
}
.title2 p{
	font-size: 14px;
	color: #666666;
}
@media(max-width:1600px){
	.title2 h1 {
		font-size: 26px;
	}
}
@media(max-width:1400px){
	.title2 h1 {
		font-size: 24px;
	}
	.title2 p {
		font-size: 13px;
	}
}
@media(max-width:960px){
	.title2{
		margin-bottom: 7%;
		margin-top: 14%;
	}
	.title2 h1 {
		font-size: 20px;
	}
	.title2 p {
		font-size: 12px;
	}
}

.hide{
	display: none;
}

.loading_box1,.loading_box2,.loading_box3{
	text-align: center;
	margin-bottom: 3%;
}
.loading_box1 a,.loading_box2 a,.loading_box3 a{
	font-size: 16px;
	display: inline-block;
	background:url(../img/icon_arrow_down_hover.png) center bottom no-repeat;
	padding-bottom: 24px;
	margin-bottom: 24px;
	color: #999;
}
.loading_box1 a:hover{
	color: #946d4b;
}
.loading_box1 a:hover,.loading_box1 a:focus,.loading_box2 a:hover,.loading_box2 a:focus,.loading_box3 a:hover,.loading_box3 a:focus{
	color: #999;
	background:url(../img/icon_arrow_down_hover.png) center bottom no-repeat;
}
.loading_box1 a.opened,.loading_box2 a.opened,.loading_box3 a.opened{
		background:url(../img/icon_arrow_up_hover.png) center bottom no-repeat;
}
.loading_box1 a.opened:hover,.loading_box1 a.opened:focus,.loading_box2 a.opened:hover,.loading_box2 a.opened:focus,.loading_box3 a.opened:hover,.loading_box3 a.opened:focus{
	background:url(../img/icon_arrow_up_hover.png) center bottom no-repeat;
}

@media(max-width:760px){
	.loading_box1 a, .loading_box2 a, .loading_box3 a {
		font-size: 14px;
		padding-bottom: 16px;
	}
}

.footer{
	background-color: #2a2a2a;
}
.footer .content{
	width: 83.3%;
	margin: 0 auto;
	padding: 120px 0 80px;
	display: flex;
	justify-content: space-between;
}
.footer .content .left{
	width: 55%;
	display: flex;
	align-items: center;
}
.footer .content .left ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer .content .left ul > li > a{
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 34px;
	color: #ffffff;
	position: relative;
	transition: all .5s linear;
	font-weight: bold;
}
.footer .content .left ul > li > ol > li{
	padding-left: 28px;
	position: relative;
}
.footer .content .left ul > li > ol > li::after{
	content: "";
	position: absolute;
	left: 0%;
	top: 50%;
	width: 18px;
	height: 18px;
	background: url(../images/footer_icon01.png) no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}
.footer .content .left ul > li > ol > li a{
	font-size: 12px;
	line-height: 34px;
	color: #999999;
	font-weight: lighter;
}
.footer .content .left ul > li > ol > li a:hover{
	color: #ffffff;
	transition: all .5s linear;
}

.footer .content .right{
	width: 36%;
	text-align: right;
	display: flex;
	justify-content: space-between;
}
.footer .content .right .list_img .img{
	padding: 0 10px;
}
.footer .content .right .list_img .img img{
	max-width:100%;
}
.footer .content .right .list_img .img p{
	color: #666666;
	text-align: center;
	margin-top: 5%;
	font-size: 13px;
}
.footer .content .right .list_img .img p:hover{
	color: #ffffff;
	transition: all .5s linear;
}
.footer .content .right .address .logo{
	margin-bottom: 5%;
}
.footer .content .right .address .logo a img{
	max-width:100%;
}
.footer .content .right .address .theme p{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	font-weight: lighter;
}
.footer .content .right .address .theme p a{
	color: #ffffff;
}
.footer .footer_about{
    width: 100%;
}
.footer .footer_about .bottom{
	padding: 37px 0;
	width: 83.3%;
	margin: 0 auto;
	display: flex;
	border-top: 1px solid #535353;
}
.footer .footer_about .bottom p{
	color: #666666;
	font-size: 12px;
	line-height: 26px;
}
.footer .footer_about .bottom p:first-child{
	margin-right: 20px;
}
.footer .footer_about .bottom p a{
	color: #666666;
}
.footer_gun .footer_about .bottom p{
	visibility: visible !important;
    animation-name: fadeInUp !important;
}
@media (max-width:1200px){
    .footer .content{
        width: 95%;
	}
	.footer .footer_about .bottom{
		width: 95%;
	}
}
@media (max-width:1000px){
	.footer .content{
		flex-wrap: wrap;
	}
    .footer .content .left{
		width:100%;
		margin-bottom: 4%;
	}
	.footer .content .right{
		width: 100%;
	}
	.footer .content .right{
		flex-wrap: wrap;
	}
	.footer .footer_about .bottom{
		flex-wrap: wrap;
		text-align: center;
	}
	.footer .footer_about .bottom p{
		width: 100%;
	}
}
@media (max-width:760px){
    .footer .content .left{
		display:none;
	}
}
@media (max-width:550px){
	.footer .content .right .address .theme p{
		font-size: 14px;
		line-height: 30px;
	}
	.footer .content .right .list_img{
		width: 100%;
		text-align: center;
		margin-bottom: 4%;
	}
	.footer .content .right .address{
		width: 100%;
		text-align: center;
	}
}
.footer_gun{
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

#radioWrap{ 
	width:20px;
	height:180px;
	position:absolute;
	right:5%;
	top:50%;
	margin-top: -90px;}

#radio{width:100%; height:100%; overflow: hidden;}

#radio li{
	width:20px;
	height:20px;
	background-color: pink;
	text-indent: -10000px;
	border-radius: 50%;
	margin-top: 12px;
	cursor:pointer;}
#radio li:first-child{margin-top:0;}

#radioOn{
	width:20px;
	height:20px;
	margin-bottom:12px;
	position: absolute;
	top:0; left:0;
	background-color: red;
	border-radius: 50%;
}

p > img{
	max-width:100%;
}
p > a > img{
	max-width:100%;
}

