@charset "utf-8";
/* PC 1200px~1920px*/
/* footer start */
.phoneArea{
	width:100%;
	height:160px;
	position:relative;
	background:#FFF;
	border-top:1px solid #f5f5f5;
	}
.phoneArea .phoneIcon{
	width:160px;
	background:#5cb4e4;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	}
.phoneArea .phoneIcon a{
	width:100%;
	height:160px;
	/*background:url(/assets/front/images/footer-phone-01.png) center no-repeat;*/
	display:block;
	cursor:default;
	}
.phoneArea .PhoneNumber{
	float:left;
	width:100%;
	margin-top:55px;
	}
.phoneArea .PhoneNumber ul{
	text-align:center;
	margin:0 auto;
	}
.phoneArea .PhoneNumber ul li{
	display:inline-block;
	text-align:center;
	padding:0 3%;
	background:url(/assets/front/images/footer-fg-01.png) center right no-repeat;
	}
.phoneArea .PhoneNumber ul li:last-child{
	background:none;
	}
.phoneArea .PhoneNumber ul li .text{
	color:#273238;
	font-size:16px;
	font-family:Calibri;
	margin-bottom:15px;
	}
.phoneArea .PhoneNumber ul li .num{
	color:#259bdb;
	font-size:22px;
	font-family:Calibri;
	}
.footerNav{
	width:100%;
	background:#dbdbdc;
	}
.footerNav .ft-logo{
	
	float:left;
	padding:17px 0 17px 2.1%;
	}
.footerNav .ft-logo a{
	width:97px;
	height:48px;
	display:block;
	}
.footerNav .ft-navlist{
	float:left;
	padding-left:4.4%;
	line-height:80px;
	}
.footerNav .ft-navlist ul li{
	display:inline-block;
	}
.footerNav .ft-navlist ul li a{
	font-size:14px;
	color:#737272;
	text-decoration:none;
	font-weight:bold;
	padding:0 12px;
	}
.ft-select{
	float:right;
	line-height:80px;
	padding-right:2.1%;
	}
.ft-select select {
	width:160px;
	height:40px;
	border:1px solid #cacacc;
	border-radius:3px;
	cursor:pointer;
	}
.copyright{
	width:100%;
	height:210px;
	background:#c1c0c1;
	position:relative;
	}
.copyright .lt-ct{
	height:37px;
	float:left;
	color:#FFF;
	padding-left:2.1%;
	padding-top:41px;
	}
.copyright .rt-ct{
	float:right;
	padding-right:2.1%;
	padding-top:44px;
	}
.copyright .rt-ct ul li{
	display:inline-block;
	margin-bottom: 25px;
    margin-left: 25px;
	}
.return-top a{
	width:28px;
	height:16px;
	background:url(/assets/front/images/footer-back-top.png) no-repeat center;
	position:absolute;
	top:54px;
	right:50%;
	}
.onRecord{
	color:#FFF;
	background:#868685;
	text-align:center;
	padding:5px 10px;
	}

.leaveMessage{
	position:fixed;
	z-index:10000;
	bottom:0;
	right:30px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.45);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.45);
    box-shadow: 0 0 20px rgba(0,0,0,0.45);
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	-o-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	}
.leaveMessage .ly-title{
	width:400px;
	height:60px;
	background:#2391d2;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	-o-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	cursor:pointer;
	}
.leaveMessage .ly-title span{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	display:block;
	width:100%;
	padding:15px 20px;
	background:url(/assets/front/images/footer-icon-04.png) no-repeat 360px center ;
	}
.leaveMessage .leMeBox{
	background:#FFF;
	padding:30px;
	display:none;
	}
.leaveMessage .leMeBox h4{
	margin-bottom:15px;
	font-size:16px;
	color:#999;
	}
.leaveMessage .leMeBox input{
	margin-bottom:15px;
	font-size:14px;

	}
.leaveMessage .leMeBox textarea{
	margin-bottom:15px;
	}
.leaveMessage .leMeBox button{
	width:100%;
	padding:10px 20px;
	}

.wap-back-top{
	display:none;
	}


/* media */
@media screen and (max-width: 1200px) {
/* footer 1200px */	
.PhoneNumber{
	padding-left:160px;
	}
.phoneArea .PhoneNumber ul li{
	padding: 0 3%
	}
.copyright .rt-ct ul{
	width: 430px;
}
}
@media screen and (max-width: 991px) {
/* footer 991px */
.phoneArea{
	height:auto;
    }
.phoneArea .phoneIcon{
	width:3.1%;
	height:100%;
	background:#85c7eb;
	}
.phoneArea .phoneIcon a{
	background:none;
	}
.phoneArea .PhoneNumber{
	float:none;
	margin-top:auto;
	padding:0 8.9%;
	}
.phoneArea .PhoneNumber ul li {
    padding: 36px 2%;
	display:block;
	border-top:1px solid #e1e1e1;
	background:none;
    }	
.phoneArea .PhoneNumber ul li:first-child{
	border-top:none;
	}
.phoneArea .PhoneNumber ul li .text{
	font-size:24px;
	margin-bottom: 27px;
	}
.phoneArea .PhoneNumber ul li .num {
	font-size:30px;
	}
.footerNav{
	position:relative;
	}
.footerNav .ft-logo{
	float:none;
	padding:40px 8.6%;
	}
.footerNav .ft-navlist{
	line-height:60px;
	float:none;
	padding: 0 8.6%;
	}
.footerNav .ft-navlist ul{
	border-top:1px solid #879b9b;
	}
.footerNav .ft-navlist ul li{
	display:block;
	}
.footerNav .ft-navlist ul li a{
	font-size:20px;
	padding:0;
	}
.ft-select{
	float:none;
	line-height:0;
	padding:0;
	position:absolute;
	top:50px;
	right:8.6%;
	}
.copyright{
	height:361px;
	}
.copyright .lt-ct{
	font-size:24px;
	padding-top:163px;
	}
.copyright .rt-ct{
	padding-left:6.8%;
	padding-top:176px;
	}	
	
.wap-back-top{
	display:block;
	position:fixed;
	right:15px;
	bottom:10%;
	text-align:center;
	}
.wap-back-top a{
	color:#FFF;
	background:#259bdb;
	display:block;
	font-size:40px;
	text-align:center;
	padding:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
	}
.copyright{
	height:320px;
	}
.onRecord{
	font-size:20px;
	padding:10px 10px 90px 10px}

.leaveMessage{
	width:90%;
	right:50%;
	margin-right:-45%;
	}
.leaveMessage .leMeBox h4{
	font-size:24px;
	}
.leaveMessage .ly-title{
	width:100%;
	height:80px;
	}
.leaveMessage .ly-title span{
	background:url(/assets/front/images/footer-icon-04.png) no-repeat 96% center ;
	font-size:30px;
	padding:19px 20px;
	}
.leaveMessage .leMeBox input,.leaveMessage .leMeBox textarea{
	font-size:24px;
	}
.form-control{
	height:auto;
	padding:12px;
	}
.leaveMessage .leMeBox button{
	font-size:30px;
	}

}

