﻿/*通用类*/
*{
	margin:0;
	padding:0;	
	box-sizing:border-box;
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff url(../images/bodybg.jpg) no-repeat top center;
	text-align:justify;	
	color:#181818;
	overflow-x:hidden;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#181818;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#181818;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#706f6f;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#706f6f;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#706f6f;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#706f6f;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.banner{
	width:100%;
}
.banner .swiper-slide{
	width:100%;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:auto;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#ccc;
}
.banner .swiper-pagination-bullet-active{
	background:#d43e35;
}
.ba_link{
	display: block;
	width: 100%;
	height: 557px;
	background-repeat:no-repeat;
	background-position:center center;
}

/*公用CSS 结束*/

.hbanner{
	height: 537px;
	background:url(../images/banner.jpg) no-repeat top center;
}

/*footer*/
.g-footer *{
	box-sizing:border-box;
}
.g-footer {
    background: #231f20 right bottom no-repeat;
    color: #ffffff;
    height: 270px;
    clear: both;
}
.g-footer .m-footer {
    width: 1100px;
    margin: 0 auto;
}
.g-footer .m-footer .m-title {
    font-size: 24px;
    line-height: 90px;
    padding: 30px 0 0;
}
.g-footer .m-footer .m-contact {
    float: left;
    width: 275px;
}
.g-footer .m-footer .m-border {
    border-left: 1px solid #393637;
    padding-left: 20px;
}
.g-footer .m-footer .m-contact .u-type {
    font-size: 20px;
    line-height: 28px;
}
.g-footer .m-footer .m-contact .u-time {
    font-size: 16px;
    line-height: 24px;
}
.g-footer .m-footer .m-contact .u-btn {
    padding: 7px 0 0 0;
}
.g-footer .m-footer .m-contact .u-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    background: #f5692c;
    color: #231f20;
    border-radius: 2px;
    padding: 0 14px;
    text-align: center;
}
.g-footer .m-footer .m-contact .u-contact {
    font-size: 23px;
}
.g-footer .m-footer .m-contact .u-input input {
    width: 160px;
}
.g-footer .m-footer .m-contact .u-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    background: #f5692c;
    color: #231f20;
    border-radius: 2px;
    padding: 0 14px;
    text-align: center;
    width: 160px;
    cursor: pointer;
}
.g-footer .m-footer .m-contact .u-wechat {
    width: 90px;
    height: 90px;
    float: right;
    background: url(../images/wechat_01.jpg) center center no-repeat;
    background-size: 100%;
}
.g-footer .m-footer .m-contact .u-type {
    font-size: 20px;
    line-height: 28px;
}
.g-link {
    background: #f79b40;
    text-align: center;
    line-height: 32px;
    color: #231f20;
    font-size: 12px;
}
.g-link a {
    color: #231f20;
}
.g-footer .m-footer .m-contact .u-input input {
    width: 160px;
}
.g-footer .m-footer .m-contact {
    float: left;
    width: 275px;
}
.g-copyright {
    background: #373536;
    height: 170px;
}
.g-copyright .m-copyright {
    width: 1100px;
    margin: 0 auto;
    padding: 16px 0 0;
    line-height: 24px;
    color: #ffffff;
    font-size: 12px;
}
.g-copyright .m-copyright div {
    display: inline-flex;
    padding-left: 65px;
}
.g-copyright .m-copyright div.u-pull-right {
    float: right;
    padding-right: 50px;
}

.open_btn{
	cursor: pointer;
}

.header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 58px;
	line-height: 58px;
	background:#030304;
}
.header .wp{
	width: 1080px;
	margin:0 auto;
}
.header .logo{
	float: left;
	display: block;
	height: 58px;
}
.header .logo img{
	display: block;
	height: 58px;
}
.header_zw{
	height: 58px;
	clear: both;
}
.nav{
	float: left;
	line-height: 58px;
}
.nav a{
	float: left;
	padding:0 15px;
	font-size:18px;
	color:rgba(255,255,255,0.7);
}
.nav .hover{
	color:#fff;
	background:#ed9641;
}
.header .ask{
	float: right;
	height: 32px;
	line-height: 32px;
	padding:0 25px 0 50px;
	border-radius:16px;
	margin:13px 0 0 0;
	background:#4983e2 url(../images/head_tel.png) no-repeat 15px center;
	font-size:16px;
	color:#fff;
}
.h_title{
	position: relative;
	padding:30px 0;
	text-align: center;
}
.floor_pos{
	position: absolute;
	left: 0;
	top: -58px;
}
.area1 .wp{
	background:#eef2fe;
	width: 1120px;
	margin:0 auto;
	padding:40px 60px;
	border-radius:35px;
}
.area1 .ts{
	background:#b2badd;
	padding:0 60px;
	color:#fff;
	font-size:18px;
	line-height: 1.6;
}
.area1 .ts p{
	padding:15px 0;
}
.area1 .handle{
	text-align: center;
	padding:30px 0 20px 0;
}
.area1 .btn{
	display: inline-block;
	width: 210px;
	height: 68px;
	line-height: 54px;
	background:url(../images/a1_btn1.png) no-repeat top center;
	margin:0 15px;
	font-size:27px;
	color:#403425;
	cursor: pointer;
}
.area1 .hover{
	background-image:url(../images/a1_btn1h.png);
}
.area1 .con{
	width: 544px;
	margin:0 auto;
	display: none;
	text-align: center;
}
.area1 .show{
	display: block;
}
.area1 .t1{
	background:#7b90b4;
	height: 38px;
	line-height: 38px;
	margin-bottom:2px;
	font-size:24px;
	color:#fff;
}
.area1 .con img{
	display: block;
	width: 100%;
}
.area1 .yl{
	width: 270px;
	height: 30px;
	line-height: 30px;
	margin:20px auto 0 auto;
	position: relative;
	font-size:20px;
	color:#2d57cd;
	text-align: center;
	background:url(../images/yl.png) no-repeat bottom center;
	font-weight: bold;
}
.area1 .txt{
	width: 850px;
	margin:20px auto;
	color:#9d9b9b;
	font-size:18px;
	line-height: 32px;
	text-indent:2em;
}
.area1 .bt{
	display: block;
	width: 962px;
	margin:0 auto;
}

.area2 .wp{
	background:#eef2fe;
	width: 1120px;
	margin:0 auto;
	padding:20px 0 50px 0;
	border-radius:35px;
}
.area2 .ts{
	width: 990px;
	margin:0 auto;
	background:#b2badd;
	padding:0 60px;
	color:#fff;
	font-size:18px;
	line-height: 1.6;
}
.area2 .ts p{
	padding:15px 0;
}
.area2 .head{
	width: 990px;
	margin:0 auto;
	height: 100px;
	line-height: 100px;
	background:url(../images/a2_head.png) no-repeat left center;
	color:#575b6e;
	font-size:24px;
	padding-left:30px;
	font-weight: bold;
}
.ct{
	text-align: center;
}
.area2 .wps{
	width: 990px;
	margin:0 auto;
}
.area2 .cleft{
	width: 460px;
	float: left;
}
.area2 .cright{
	width: 500px;
	float: right;
}
.area2 li{
	height: 36px;
	line-height: 36px;
	color:#757ea3;
	font-size:18px;
}
.area2 .tit{
	float: left;
	display: inline-block;
	padding:0 15px;
	background:#757ea3;
	height: 28px;
	line-height: 28px;
	border-radius:14px;
	color:#fff;
	font-weight: bold;
	margin-right:10px;
}
.area2 .cright p{
	height: 36px;
	line-height: 36px;
	color:#757ea3;
	font-size:18px;
}
.a3_slider{
	width: 980px;
	height: 440px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.a3_slider .cbtn{
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 150px;
	z-index: 20;
}
.a3_slider .pre{
	left: 0;
	background:url(../images/a3_pre.png) no-repeat center center;
}
.a3_slider .next{
	right: 0;
	background:url(../images/a3_next.png) no-repeat center center;
}
.a3_slider{
	text-align: center;
}
.a3_slider .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background:#d9d7d7;
	border:1px solid #303030;
	opacity: 1;
}
.a3_slider .swiper-pagination-bullet-active{
	background:#feb157;
}
.area4 .cup{
	width: 1012px;
	margin:0 auto;
	background:url(../images/cup.png) no-repeat center center;
}
.area4 .cup div{
	width: 480px;
	font-size:18px;
	line-height: 32px;
	color:#9d9b9b;
}
.area4 .bt{
	display: block;
	width: 1014px;
	margin:20px auto 0 auto;
}

.area5 .wp{
	width: 1120px;
	margin:0 auto;
	background:#eef2fe;
	border-radius:30px;
	padding:40px 0;
}
.a5_slider{
	position: relative;
	height: 440px;
}
.a5_slider .cbtn{
	width: 24px;
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top:-35px;
	z-index: 20;
	cursor: pointer;
}
.a5_slider .pre{
	left: 130px;
	background:url(../images/a5_pre.png) no-repeat center center;
}
.a5_slider .next{
	right: 130px;
	background:url(../images/a5_next.png) no-repeat center center;
}
.a5_slider .ws{
	width: 560px;
	margin:0 auto;
}
.a5_item{
	width: 262px;
	height: 183px;
	float: left;
	margin:5px 9px;
	position: relative;
	background:url(../images/a5_item.png) no-repeat top center;
	padding-top:10px;
}
.a5_item .ico{
	display: block;
	width: 243px;
	height: 76px;
	margin:0 auto 8px auto;
	border:2px solid #abc4e0;
	box-sizing:content-box;
}
.a5_item .ico img{
	display: block;
	width: 243px;
	height: 76px;
}
.a5_item .name{
	height: 30px;
	line-height: 30px;
	border-radius:15px;
	background:#4983e2;
	float: left;
	padding:0 15px;
	color:#fff;
	font-size:20px;
	color:#fff;
	margin:0 0 0 24px;
	font-weight: bold;
}
.a5_item .dx{
	font-size:20px;
	font-weight: bold;
	line-height: 30px;
	color:#4983e2;
	float: left;
	padding-left:10px;
}
.a5_item .zw{
	text-align: center;
	clear: both;
	color:#808080;
	font-size:18px;
	font-weight: bold;
	line-height: 24px;
	padding:5px 0;
}

.a5_slider .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background:#d9d7d7;
	border:1px solid #303030;
	opacity: 1;
}
.a5_slider .swiper-pagination-bullet-active{
	background:#feb157;
}
.a6_wp{
	width: 460px;
	margin:0 auto;
}
.a6_wp .head{
	height: 30px;
	line-height: 30px;
	clear: both;
}
.a6_wp .head .tit{
	display: inline-block;
	padding:0 15px;
	background:#757ea3;
	font-size:20px;
	color:#fff;
	border-radius:15px;
	height: 30px;
	font-weight: bold;
}
.a6_wp ul{
	font-size:18px;
	color:#757ea3;
	padding:10px 0;
}

.fm1{
	width: 1080px;
	height: 135px;
	margin:40px auto 0 auto;
	background:url(../images/fm1.png) no-repeat bottom center;
	padding:0 95px;
}
.fm1 .title{
	text-align: center;
	height: 70px;
	line-height: 70px;
	font-size:24px;
	color:#715841;
}
.fm1 .in{
	width: 217px;
	height: 36px;
	float: left;
	background:#fff;
	border-radius:4px;
	margin-right:7px;
	position: relative;
}
.fm1 .text{
	width: 162px;
	height: 36px;
	line-height: 36px;
	background:none;
	border:0;
	float: right;
}
.fm1 .ico{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 5px;
}
.fm1 em{
	line-height: 36px;
	color:#db4a51;
	position: absolute;
	left: 40px;
	top: 0;
}
.fm1 .send{
	float: right;
	height: 36px;
	border-radius:4px;
	background:#fed984;
	text-align: center;
	width: 216px;
	line-height: 36px;
	font-size:16px;
	color:#754924;
	border:0;
	cursor: pointer;
}