﻿@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("./gaode_main.css");/*高德地图*/

/*@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-family: "宋体";
	font-size: 24px;
	color: #f1e3ad;
	font-weight: bold;
}
.clear{
	clear: both;
}
.dowebok .section{ overflow:hidden;}

a:focus, input, select,textarea {
    outline: none;
}
.swiper-pagination-bullet-active{
	background: #f1e3ad;
}
.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: 100;}
.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.75),transparent);
}
.header .navbar .pc_menu .pc_logo{ float:left; height:100%; margin-left:3.125%;align-items:center; display: -webkit-flex;}
.header .navbar .pc_menu .pc_logo a { display:block; height:37%;}
.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:25px; margin-right:25px;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: -13%;
    	left: 50%;
	width: 7px;
    	height: 7px;
	margin-left:-2px;
    	transform: rotateZ(135deg)skew(30deg,30deg);
    	background: #f1e3ad;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	display: none;
}
.language {
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0%;
}
.language ul{width:100px;padding-right: 16px;position: absolute;left: 0%;top: 0%;}
.language ul li img{margin-left: 10px;}
.language ul li{width:100px;font-size: 14px;color: #f1e3ad;line-height: 14px;display: none;cursor: pointer;}
.language ul li.active{display: block;}
.language ul li:hover a{color: #132b5b;}
.language ol{position: absolute;left: -30px;top: 34px;z-index: 10;display: none;}
.language ol li{width: 90px;background: #f8f8f8;text-align: center;line-height: 30px;}
.language ol li a{display: block;}
.language ol li:hover a{color: #132b5b;font-weight: bold;background: #f1e3ad;}

.header .navbar .pc_menu .pc_menu_right>li:hover .t:after{ 
	display: block;
}

.header .navbar .pc_menu .pc_menu_right .active>a{ position: relative;color: #f1e3ad;border-bottom: 1px solid #f1e3ad;}
.header .navbar .pc_menu .pc_menu_right>.on .t{
	color: #f1e3ad;
	border-bottom: 1px solid #f1e3ad;
}
.header .navbar .pc_menu .pc_menu_right>li.active .t:after{ 
	display: block;
}
.d5 .t img:nth-child(2){
	display:none;
}

/*-----滚动后--------*/
.header .navbar .pc_fixed{
	transition: all 0.2s linear -1ms;
	background: rgba(000, 000, 000, .5);
	opacity: 1;
	box-shadow: 0 0 16px rgba(0, 0 ,0 , 0.15);
}
.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: #f1e3ad;
}
.header .navbar .pc_fixed  .pc_menu_right>li.active .t{
	color: #f1e3ad;
}
.header .navbar .pc_fixed .pc_menu_right>li .t:after{
	content: "";
	position: absolute;
	bottom: -13%;
    	left: 50%;
	width: 7px;
    	height: 7px;
	margin-left:-2px;
    	transform: rotateZ(135deg)skew(30deg,30deg);
    	background: #f1e3ad;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	display: none;
}
.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:60px; z-index:998;}
.m_menu_top .m_logo{ 
	height: 100%;
    position: absolute;
    left: 5%;
}
.m_menu_top .m_logo img{ height:100%;}
.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:#946d4b; 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: #946d4b;
}
.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;
	}
.header .navbar .pc_menu .pc_menu_right>li .t:after{
bottom: -14%;
}

	.header .navbar .pc_menu .pc_menu_right>li
}
@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;
	}
}


/* banner */
.part_one,.banner{
	margin-top: -102px;
}
.banner{
	overflow: hidden;
}
.banner img{
	display: inline-block;
	width: 100%;
}
@media(max-width:1200px){
	.part_one,.banner{
		margin-top: 60px;
	}
}
@media(max-width:760px){
	.banner img{
		display: inline-block;
		width: 240%;
		margin-left: -67%;
	}
}

/* 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: url(../images/footer_background.jpg) no-repeat;
	background-size: cover;
}
.footer .content{
	width: 75%;
	margin: 0 auto;
}
.footer .content .top{
	padding: 100px 0 160px;
	display: flex;
	justify-content: space-between;
}
.footer .content .top .left{
	width: 45%;
}
.footer .content .top .right{
	width: 55%;
	display: flex;
	justify-content: space-between;
}
.footer .content .top .left .address{
	margin-top: 40px;
}
.footer .content .top .left .address a .p1{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}
.footer .content .top .left .address a .p2{
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}
.footer .content .top .left .phone{
	margin-top: 40px;
}
.footer .content .top .left .phone a .p1{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}
.footer .content .top .left .phone a .p2{
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}
.footer .content .top .right ul>a{
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	display: block;
	margin-bottom: 60px;
}
.footer .content .top .right ul li{
	margin-bottom: 20px;
}
.footer .content .top .right ul li >a{
	color: #aaaaaa;
	font-size: 16px;
	line-height: 30px;
}
.footer .content .top .right ul li:hover >a{
	color: #ffffff;
}
.footer .content01{
	background: #101010;
}
.footer .content01 .bottom{
	width: 80%;
	margin: 0 auto;
	display: flex;
	padding: 20px 0;
	justify-content: space-between;
}
.footer .content01 .bottom p{
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
}
.footer .content01 .bottom p a{
	color: #aaaaaa;
}
@media (max-width:1200px){
	.footer .content{
		width: 95%;
	}
	.footer .content01 .bottom{
		width: 95%;
	}
}
@media (max-width:1000px){
	.footer .content .top .right{
		width: 100%;
	}
	.footer .content .top .left{
		width: 100%;
    		margin-bottom: 40px;
	}
	.footer .content .top{
		flex-wrap: wrap;
	}
	.footer .content .top .right ul>a{
		font-size: 16px;
    		margin-bottom: 30px;
	}
	.footer .content .top .right ul li >a{
		font-size: 14px;
	}
	.footer .content .top .right ul li {
    		margin-bottom: 10px;
	}
}
@media (max-width:700px){
	.footer .content01 .bottom{
		flex-wrap: wrap;
	}
	.footer .content01 .bottom p{
		width: 100%;
	}
}
@media (max-width:550px){
	.footer .content .top{
		padding: 40px 0 40px;
	}
	.footer .content .top .left .address{
		margin-top: 20px;
	}
	.footer .content .top .left .address a .p1{
		font-size: 12px;
	}
	.footer .content .top .left .address a .p2{
		font-size: 14px;
	}
	.footer .content .top .left .phone{
		margin-top: 20px;
	}
	.footer .content .top .left .phone a .p1{
		font-size: 12px;
	}
	.footer .content .top .left .phone a .p2{
		font-size: 14px;
	}
	.footer .content01 .bottom p{
		font-size: 12px;
	}
.footer .content .top .right ul>a {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer .content .top .right ul li >a {
    font-size: 12px;
}
.footer .content .top .right{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.footer .content .top .right ul{
	width:30%;
	margin:0 1.5%;
	margin-bottom:20px;
}
.footer .content .top .right ul li {
    margin-bottom: 0px;
}
}
/*返回顶部*/
#gotop {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 50px;
    cursor: pointer;
    z-index: -99999;
    opacity: 0;
    transition: all linear 0.3s;
  }
  #gotop:hover {
    animation: hua 1s;
  }
  @keyframes hua {
    0% {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
}
.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}

/* 底部页码 */
.pagination{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.pagination .page a{
    padding: 10px;
    display: inline-block;
    background: #f6f6f6;
    color: #999999;
    margin-left: 10px;
    font-size: 14px;
}
.pagination .page > .active{
    color: #ffffff;
    background: #2c0001;
}
.pagination .page a:hover{
    color: #ffffff;
    background: #2c0001;
}
.pagination .page a:nth-child(1){
    margin-left: 0px;
}
@media (max-width:450px){
    .pagination .page a{
        padding: 7px;
        font-size: 12px;
        margin-left: 5px;
    }
    .pagination .page a:nth-child(1){
        margin-left: 0px;
    }
}