﻿@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{
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, .5);
}
.swiper-pagination-bullet-active {
	width: 24px;
	height: 12px;
	display: inline-block;
	border-radius: 6px;
	background: rgba(255, 255, 255, 1);
}
.header{ width:100%; background:none;position: fixed;z-index: 100;background: #ffffff;}
.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;
}
.header .navbar .pc_menu .pc_logo{ float:left; height:100px; margin-left:8.3%;align-items:center; display: -webkit-flex;}
.header .navbar .pc_menu .pc_logo a { display:block; height:70%;}
.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;
    height: 100%;
	line-height: 100px;
}
.header .navbar .pc_menu .pc_menu_right>li .t::after{
	content: "";
	width: 0%;
	height: 4px;
	background: #1bb9ee;
	position: absolute;
	top: 0%;
	left: 0%;
	transition: all .5s linear;
}
.header .navbar .pc_menu .pc_menu_right>li:hover .t::after{
	width: 100%;
}
.header .navbar .pc_menu .pc_menu_right>.active .t::after{
	width: 100%;
}
.header .navbar .pc_menu .pc_menu_right>.active{

}
.header .navbar .pc_menu .pc_menu_right>li .t{ display:block;  font-size:16px; color:#333333;position: relative;}
.language {
    width: 100px;
    position: absolute;
    top: 40px;
    right: 10.5%;
}
.language ul{position: absolute;left: 0%;top: 0%;}
.language ul li img{margin-left: 10px;}
.language ul li{font-size: 14px;color: #999999;line-height: px;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: #ffffff;font-weight: bold;background: #1bb9ee;}
@media (max-width:1800px){
	.language{
		right: 9.5%;
	}
}
@media (max-width:1500px){
	.language{
		right: 9%;
	}
}
.header .navbar .pc_menu .pc_menu_right .active>a{ position: relative;color: #1bb9ee;}
.header .navbar .pc_menu .pc_menu_right>li .t:hover{
	color: #1bb9ee;
}
.d5 .t img:nth-child(2){
	display:none;
}
.header .navbar .pc_menu .pc_menu_right>.on .t{
	color: #1bb9ee;
}

.m_menu{ display:none; position:relative; z-index:999;background: #ffffff;}
.m_menu_top{ width:100%;height:80px; z-index:998;}
.m_menu_top .m_logo{ 
	height: 70%;
    position: absolute;
	left: 5%;
	top: 15%;
}
.m_menu_top .m_logo a{
	height:100%;
	display:block;
}
.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;
}
.m_menu_top .list span{
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background: #333333;
    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;}
.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:22px; 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:#1bb9ee;}
.m_menu_list .m_menu_nav li.cur a{
	color: #1bb9ee;
}
.m_menu_list .m_menu_nav li a:hover{
	color: #1bb9ee;
}

.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: 30px;
	padding: 0 20px;
	font-size: 20px;
}
.m_menu_nav li .dropdown_menu a:last-child{
	border: none;
}

@media(max-width:1600px){
	.header .navbar .pc_menu .pc_menu_right>li{
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media(max-width:1400px){
	.header .navbar .pc_menu .pc_menu_right>li .t{
		font-size: 14px;
	}
	.header .navbar .pc_menu .pc_menu_right>li{
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media(max-width:1300px){
}
@media(max-width:1200px){
	.navbar{
		display: none;
	}
	.m_menu{
		display: block;
	}
	.header{
		height: 80px;
	}
}

.banner{
	margin-top: 100px;
	overflow: hidden;
}
.banner img{
	display: inline-block;
	width: 100%;
}
@media (max-width:1200px){
	.banner{
		margin-top: 80px;
	}
}

/* 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 !important;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}
.footer::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: #1ea4d1;
}
.footer .footer_background{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.footer .footer_background .right{
	width: 40%;
	background: #0068b7;
	clip-path: polygon(10% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.footer .content{
	width: 75%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .content .left{
	width: 60%;
}
.footer .content .left h1{
	font-size: 34px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 20px;
	font-style: oblique;
}
.footer .content .left p{
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	display: inline-block;
}
.footer .content .left p a{
	color: #ffffff;
}
.footer .content .right{
	padding: 0 40px;
}
.footer .content .right a{
	display: inline-block;
	text-align: center;
}
.footer .content .right a span{
	font-size: 36px;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	font-style: oblique;
	display: block;
	margin-bottom: 20px;
}
.footer .content .right a p{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px 70px;
	position: relative;
}
.footer .content .right a p::before{
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	width: 40px;
	height: 1px;
	background: #ffffff;
}
.footer .content .right a p::after{
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	width: 40px;
	height: 1px;
	background: #ffffff;
}
@media (max-width:1600px){
	.footer .content .left h1{
		font-size: 28px;
		line-height: 30px;
	}
	.footer .content .right a span{
		font-size: 28px;
		line-height: 30px;
	}
	.footer .content .right a p {
		font-size: 14px;
		padding: 5px 40px;
	}	
}
@media (max-width:1400px){
	.footer .content{
		width: 85%;
	}
}
@media (max-width:1200px){
	.footer .content{
		width: 95%;
	}
	.footer .content .left h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.footer .content .left p{
		font-size: 13px;
	}
	.footer .content .right a span{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.footer .content .right a p{
		font-size: 13px;
		padding: 5px 30px;
	}
}
@media (max-width:760px){
	.footer .content{
		flex-wrap: wrap;
	}
	.footer .content .left{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.footer .content .right{
		width: 100%;
		text-align: center;
	}
	.footer .footer_background .right{
		width: 100%;
		clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
	}
}
@media (max-width:550px){
	.footer .content .left h1{
		font-size: 20px;
	}
	.footer .content .left p{
		font-size: 12px;
	}
	.footer .content .right a span{
		font-size: 20px;
	}
	.footer .content .right a p{
		font-size: 12px;
	}
}
.footer .content .right p:nth-child(1) a span{
	font-size: 36px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    font-style: oblique;
    display: block;
    margin-bottom: 20px;
}
.footer .content .right p:nth-child(2){
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px 70px;
	position: relative;
}
.footer .content .right p:nth-child(2) a{
	color: #ffffff;
}
.footer .content .right p:nth-child(2) a::before{
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	width: 40px;
	height: 1px;
	background: #ffffff;
}
.footer .content .right p:nth-child(2) a::after{
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	width: 40px;
	height: 1px;
	background: #ffffff;
}
@media (max-width:1600px){
	.footer .content .right p:nth-child(1) a span{
		font-size: 28px;
		line-height: 30px;
	}
	.footer .content .right p:nth-child(2){
		font-size: 13px;
		padding: 5px 40px;
	}
}
p > a > img{
	max-width:100%;
}
p > img{
	max-width:100%;
}