/*===================CSS Reset============================*/
html{ -webkit-box-sizing:border-box; box-sizing:border-box;}
*,*:before,*:after{ -webkit-box-sizing:inherit; box-sizing:inherit;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{ 
	border:medium none; margin:0; padding:0;color: #333333;}
body,button,input,select,textarea{ font: 16px 'Helvetica',tahoma,Srial,helvetica,sans-serif;}
h1,h2,h3,h4,h5,h6{ font-size:100%;}
em,i{ font-style:normal;}
ul,ol{ list-style: none;}
table{ border-collapse:collapse; border-spacing:0;}
html{ overflow-y:scroll;overflow-x:auto;}
input,select,textarea,button{ outline:none; box-sizing:border-box;}
input:focus{background: none; outline:none;}
textarea{ resize:none; overflow:hidden;}
a{color: #333333;text-decoration: none;}
a:hover{ text-decoration:none; outline:none;color:#EEB161;}
pre{
	whitewhite-space:pre-wrap; /* css-3 */
	whitewhite-space:-moz-pre-wrap; /* Mozilla, since 1999 */
	whitewhite-space:-pre-wrap; /* Opera 4-6 */
	whitewhite-space:-o-pre-wrap; /* Opera 7 */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
	white-space: pre-wrap; /* Firefox */
	font-family: "微软雅黑";

}
.all{	
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;	
}

body{
	min-width: 1200px;
	font-family: '微软雅黑';
}

img{max-width: 100%;}

.header{
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 0 5px #ddd;
}
.maodian{
	position: relative;
	top: -120px;
}
.header-con{
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header-con .logo{
	line-height: 120px;
}
.header-con .logo img{
	height: 89px;
	vertical-align: middle;
}
.header-nav{
	display: flex;
	justify-content: space-between;
}
.header-nav ul{
	display: flex;
	justify-content: space-between;
}
.header-nav ul li{
	margin-right: 36px;
	height: 122px;
	box-sizing: border-box;
}
.header-nav ul li a{
	display: flex;
	height: 120px;
	line-height: 120px;
	font-size: 20px;
}
.header-nav ul .on{
	border-bottom: 2px solid #C9A06B;
}
.header-tel{
	color: #016B95;
	font-size: 28px;
	line-height: 60px;
	padding: 30px;
}
.header-tel a{
	color: #333333;
	font-size: 24px;
	padding-left: 30px;
	background: url('../images/index/tel.png') no-repeat 0 5px;
	background-size: 28px auto;
}


.swiper1{
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.swiper1 img{
	max-width: 100.1%;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	display: flex;
}
.swiper1 .swiper-pagination1{
	position: absolute;
	bottom: 5px;
	z-index: 99;
}
.swiper1 .swiper-pagination1 .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}

.swiper1 .swiper-pagination1 .swiper-pagination-bullet-active{
	width: 25px;
	border-radius: 4px;
}

.footer{
	width: 100%;
	background: #221815;
}
.footer-con{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;	
	padding: 50px 0 20px 0;
}
.footer-con dt{
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom:20px;
}
.footer-con dd{
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}
.footer-con dd a{
	color: #999999;
	font-size: 12px;
}
.footer-nav{
	display: flex;
	justify-content: space-between;
	width: 760px;
}
.footer-nav a{
	color: #FFFFFF;
}
.footer-nav img{
	display: flex;
	width: 100px;
	border-radius: 8px;
}
.footer-contact{
	width: 268px;
}
.footer-contact dt{
	color: #12F6F5;
}
.footer-contact .phone{
	color: #12F6F5;
	font-size: 30px;
}
.footer-icp{
	color: #999999;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
}
.footer-icp a{
	color: #999999;
	font-size: 12px;
}

.footer-right{
	position: fixed;
	top: 50%;
	transform: translate(0,-50%);
	right: 20px;
	z-index: 999;
}
.footer-right ul{
	width: 72px;
	background: #FFFFFF;
	box-shadow: 0px -9px 38px 0px rgba(174,174,174,0.31);
	border-radius: 4px;
}
.footer-right ul li{
	width: 100%;
}
.footer-right ul li .img{
	width: 100%;
	height: 50px;
	line-height:50px;
	text-align: center;
}
.footer-right ul li .img img{
	vertical-align: middle;
}
.footer-right ul li .text{
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px;
}

.pick-show{
	border: none !important;
	padding-right: 20px !important;
}
.pick-province,.pick-city,.pick-county{
	margin-top: 14px !important;
	color: #999999 !important;
}
.pick-show span{
	line-height: 22px !important;
}
.pick-show span:hover{
	background: #EEB161 !important;
}
.pick-show i{
	line-height: 50px !important;
	color: #999999 !important;
}
.pick-list{
	margin-top: 0 !important;
	margin-left: -20px !important;
	border: 1px solid #EEB161 !important;
	box-sizing: border-box;
}
.pressActive{
	background: #EEB161 !important;
}
.pick-list li{
	padding: 0 20px !important;
}
.pick-list li:hover{
	background: #EEB161 !important;
}