.minBox{
	width: 100%;
	height: 100%;
	position: relative;
}
.carousel{
	width: 100%;
	height: 560px;
}
.btSubt{
	width: 180px;
	height: 42px;
	display: block;
	position: absolute;
	z-index: 999;
	bottom: 135px;
	left: 19.2%;
}
.explainBox{
	width: 1210px;
	height: auto;
	position: absolute;
	z-index: 999;
	top: 176px;
	left: 50%;
	margin-left: -605px;
}
.explain{
	padding-left: 30px;
}
/*.swiper-slide img {
    display: block;
    width: 100%;
    vertical-align: top;
    transform: scale(1);
    opacity: 0;
    transition: all 4s linear;
}
.swiper-slide-active img {
    transform: scale(1.2,1.2);
    opacity: 0.8;
}*/
 @media screen and (max-width: 1440px){
	.logo {
    width: 205px !important;
    height: 45px;
    float: left;
    margin-top: 24px;
}
}
 @media screen and (min-width: 1599px){
	.logo {
    width: 205px !important;
    height: 45px;
    float: left;
    margin-top: 24px;
   
}
.btSubt{
	width: 180px;
	height: 42px;
	display: block;
	position: absolute;
	z-index: 999;
	bottom: 145px;
	 left: 10%;
}
}
.swiper-button-prev{
	width: 25px !important;
    height: 28px !important;
	position: absolute;
	left: 17px !important;
	opacity: .1;
	background-image:none !important;
}
.swiper-button-next{
	width: 25px !important;
    height: 28px !important;
	position: absolute;
	right: 17px !important;
	opacity: .1;
	background-image:none !important;
}
.btSubt img,.carousel-inner .item img{
	width: 100%;
	height: 100%;
}
.swiper-wrapper:hover .swiper-button-prev{
	opacity: .4 !important;
}
.apply{
	position: absolute;
	width: 300px;
	height: 350px;
	border-radius: 4px;
	z-index: 99;
	top: 110px;
	right: 19%;
}
@media (min-width: 1400px) { 
   .apply{
	position: absolute;
	width: 300px;
	height: 350px;
	border-radius: 4px;
	z-index: 99;
	top: 101px;
}
.btSubt{
	width: 180px;
	height: 42px;
	display: block;
	position: absolute;
	z-index: 999;
	left: 8%;
}
}
@media (min-width: 1900px) { 
.btSubt{
	width: 180px;
	height: 42px;
	display: block;
	position: absolute;
	z-index: 999;
	left: 20%;
}
}
.applyModel{
	width: 300px;
	height: 350px;
	border-radius: 4px;
	background-color: #000000;
	opacity: 0.4;
	position: absolute;
	z-index: 999;
}
.apply-title{
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	z-index: 9999;
	top: 15px;
	left: 100px;
}
.form{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
}
.submit{
	width: 220px;
	height: 40px;
	background-color: #c72626;
	color: #FFFFFF;
	border: none;
	display: block;
	margin: 20px 0 0 40px;
	text-align: center;
}
.name{
	width: 250px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.nameUser{
	width: 140px;
	height: 36px;
}
.select,.money,.phone{
	width: 100%;
	height: 100%;
}
.name input{
	padding-left: 12px;
	color: #333;
	font-size: 14px;
	border-radius: 2px;
	border: none;
}
/*IE消除默认样式*/
select::-ms-expand { display: none; }      
.select{
	padding-left: 12px;
	color: #999;
	font-size: 14px;
	border-radius: 2px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
     border: none;
     outline: none;
}
.selectXia{
	 width: 30px;
	 height: 30px;
	 background: url(../img/xia.png);
	 position: absolute;
	 right: 7px;
     top: 5px;
     z-index: 9999;
}
.selectSha{
	 width: 30px;
	 height: 30px;
	 background: url(../img/top.png);
	 position: absolute;
	 right: 7px;
     top: 5px;
     z-index: 9999;
}
label{
	font-size: 14px;
	color: #fff;
	padding-left: 16px;
}
label.bui-radios-label input[type="radio"] {
  	position: absolute;
  	opacity: 0;
  	visibility: hidden;
}
  /*自定义radio*/
label.bui-radios-label .bui-radios {
  	display: inline-block;
  	position: relative;
  	width: 13px;
  	height: 13px;
  	background-color: #fff;
  	border: 1px solid #979797;
  	border-radius: 50%;
  	vertical-align: -2px;
  	margin-right: 5px;
}
/*单选框选中后，自定义radio的样式*/
label.bui-radios-label input[type="radio"]:checked+.bui-radios:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background-color: #333;
	border-radius: 50%;
	top: 2px;
	left: 2px;
}  
label.bui-radios-label input[type="radio"]:checked+.bui-radios {
    background-color: #FFF;
    border: 1px solid #fff;
}
label.bui-radios-label input[type="radio"]:disabled+.bui-radios {
    background-color: #333;
    border: 1px solid #333;
}   
label.bui-radios-label input[type="radio"]:disabled:checked+.bui-radios:after {
    background-color: #333;
}	
.boxes{
	width: 100%;
	height: 180px;
	position: absolute;
	top: 484px;
	z-index: 9999;
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.classify{
	width: 780px;
	height: 180px;
	background-color: #ffffff;
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.06);
}
.flash{
	width: 400px;
	height: 180px;
	background-color: #24304b;
	box-shadow: 0px 6px 8px 0px 
		rgba(0, 0, 0, 0.06);
	margin-left: 15px;
}
.classify .house,.classify .channel,.classify .code{
	width: 33.33%;
	height: 100%;
	position: relative;
	float: left;
}
.house .house-title{
	width: 28px;
	height: 12px;
	margin: 20px 0 0 62px;
}
.house .house-title img{
	width: 100%;
    height: 100%;
}
.house .calendar{
	width: 46px;
	height: 48px;
	margin: 1px 0 0 136px;
}
.calendar img{
	width: 100%;
	height: 100%;
}
.house .assess{
	width: 82%;
    height: auto; 
    font-size: 24px;
    color: #333333;
    position: absolute;
    top: 50px;
    left: 60px;
    margin: 0;
}
.house .slogan{
	font-size: 14px;
	color: #333333;
	margin: 0 0 0 60px;
}
.house .inquire{
	font-size: 14px;
	color: #1873fd;
	margin: 5px 0 0 60px;
}
.code .lookCode{
	width: 110px;
	height: 110px;
	margin: 27px 122px 0 0;
	float: right;
}
.code .lookCode img{
	width: 100%;
	height: 100%;
}
.preview{
	width: 132px;
	height: 132px;
	position: absolute;
	z-index: 9999;
	top: 26px;
	left: 54px;
	display: none;
}
.preview img{
	width: 100%;
	height: 100%;
}
.news{
	width: 60%;
	height: 180px;
	float: left;
}
.news .newsTitle img{
	width: 60px;
	height: 26px;
}
.news .newsTitle{
	font-size: 18px;
	color: #ffffff;
	margin: 0;
	padding-top: 26px;
}
.news .newsLists{
	font-size: 14px;
	color: #FFFFFF;
	text-indent:2em;
	padding-top: 10px;
}
.carousel-inner .itemBox {
    width: 100% !important;
    height: 180px !important;
}
.carousel-inner .itemBox a{
	display: block !important;
	width: 100% !important;
    height: 180px !important;
}
.newsImg{
	width: 35%;
	height: 180px;
	display: inline-block;
}
.newsImg{
	width: 130px;
	height: 120px;
	margin: 30px 0 0 12px;
}
.loanProducts{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 16%;
	position: relative;
}
.yTitle{
	width: 325px;
	height: 51px;
	margin-bottom: 40px;
}
.zTitle{
	font-size: 48px;
	color: #000000;
	font-weight: 500;
	position: absolute;
	top: -34px;
}
.categoryList{
	width: 232px;
    height: 100%;
	position: relative;
	display: inline-block;
}
.productCategory ul li{
	font-size: 18px;
	color: #000000;
	padding: 29px 0 29px 0;
	position: relative;
}
.productCategory{
	float: left;
}
.productTab{
	width: 240px;
	height: 340px;
	position: absolute;
	left: 138px;
	z-index: 999;
	border-radius: 4px;
}
.productTab a{
	display: block;
	width: 100%;
	height: 100%;
}
.productTab img{
	width: 100%;
	height: 100%;
}
.productCategory .pointTo{
	width: 36px;
	height: 4px;
	background: -webkit-radial-gradient(#ffb534, #ff3607); /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(#ffb534, #ff3607); /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(#ffb534, #ff3607); /* Firefox 3.6 - 15 */
    background: radial-gradient(#ffb534, #ff3607); /* 标准的语法 */
    position: absolute;
    left: 116px;
    top: 40px;
    z-index: 9999;
}
.newsList{
	width: 960px;
	height: 360px;
	display: inline-block;
	background-color: #ffffff;
	box-shadow: 0px 4px 6px 0px 
		rgba(0, 0, 0, 0.06);
}
.strategy,.consult{
	width: 395px;
	height: 100%;
	float: left;
}
.consult{
	float: right;
	background-color: #1873FD;
}
.strategy .strategy-title{
	font-size: 24px;
	color: #333333;
	display: inline-block;
	padding-left: 26px;
}
.strategy .more{
	display: inline-block;
	float: right;
    padding: 15px 17px 0 0;
}
.strategy .more a{
	font-size: 14px;
	color: #666666;
}
.strategy .gonglue{
	width: 360px;
    height: 94px;
    margin: 14px 0 0 17px;
    position: relative;
}
.strategy .gonglue img{
	width: 100%;
	height: 100%;
}
.strategy-list{
	width: 360px;
	height: auto;
	margin: 0 auto;
}
.strategy-list ul li{
	width: 100%;
	height: 49px;
	line-height: 49px;
	border-bottom:1px solid #eeeeee;
	position: relative;
}
.strategy-list ul li a{
	display: block;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-left: 15px;
    cursor:pointer;
}
.strategy-list ul li i,.pledgeList ul li i,.gapList ul li i{
	width: 4px;
	height: 4px;
	background-color: #000000;
	position: absolute;
    top: 24px;
    left: 3px;
}
.dot{
	background-color: #e5171e !important;
}
.shade{
	width: 360px;
	height: 94px;
	background-color: #000000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
}
.questions{
	width: 289px;
	height: 39px;
	margin: 0 auto;
	position: absolute;
	top: 30px;
	left: 30px;
}
.questions a{
	width: 289px;
	height: 39px;
	display: block;
	font-size: 16px;
	color: #fffefe;
}
.successful{
	width: 100%;
    height: 680px;
    background-color: #F5F5F5;
    clear: both;
    margin-top: 40px;
}
.successful-box{
	max-width: 1192px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.fulTitle{
	width: 367px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 67px;
}
.fulTitle img{
	width: 100%;
	height: 100%;
}
.successTitle{
	font-size: 48px;
	color: #000000;
	position: absolute;
	left: 0;
	top: 34px;
	z-index: 99;
}
.pledge{
	width: 440px;
	height: 420px;
	background-color: #ffffff;
	box-shadow: 0px 6px 8px 0px 
		rgba(0, 0, 0, 0.06);
	margin-right: 15px;
}
.gap{
	margin-right: 15px;
}
.gap,.wholesale{
	width: 360px;
	height: 420px;
	background-color: #ffffff;
	box-shadow: 0px 6px 8px 0px 
		rgba(0, 0, 0, 0.06);
}
.pledge,.gap,.wholesale{
	float: left;
	margin-top: 151px;
}
.successful-box .more{
	position: absolute;
	right: 0;
	top: 94px;
}
.successful-box .more a{
	font-size: 14px;
	color: #666666;
}
.pledgePic{
	width: 390px;
	height: 140px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}
.showModel{
	width: 390px;
	height: 140px;
	background-color: #000000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
}
.pledgeTitle{
	width: 320px;
	height: 43px;
	position: absolute;
	top: 50px;
	left: 30px;
}
.pledgeTitle a{
	width: 320px;
	height: 43px;
	display: block;
	font-size: 16px;
	color: #ffffff;
}
.mortgageTitle{
	width: 140px;
	height: 40px;
	background-color: #2bb53f;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 10px;
	top: -20px;
}
.pledgeList{
	width: 390px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
}
.pledgeList ul li{
	width: 390px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
	position: relative;
}
.gapPic{
	width: 310px;
	height: 140px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}
.gapPic img{
	width: 100%;
	height: 100%;
}
.gapModel{
	width: 310px;
	height: 140px;
	background-color: #000000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
}
.gapTitle{
	position: absolute;
	top: 50px;
	left: 30px;
}
.gapTitle a{
	width: 255px;
	height: 43px;
	display: block;
	font-size: 16px;
	color: #ffffff;
}
.gapMortgage{
	width: 140px;
	height: 40px;
	background-color: #284cc2;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 10px;
	top: -20px;
}
.gapList{
    width: 310px;
    height: auto;
    margin: 0 auto;
}
.gapList ul li {
	width: 310px;
    height: 50px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.gapList ul li a{
	display: block;
	width: 310px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-left: 15px;
    cursor:pointer;
}
.calculator,.loansNews{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
.calculatorBoX{
	width: 1210px;
	height: 425px;
	margin: 0 auto;
	margin-top: 80px;
	position: relative;
}
.titleBox{
	width: 100%;
	height: 105px;
	position: relative;
}
.calculatorTitle{
	width: 376px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 35px;
}
.calculatorTitle img{
	width: 100%;
	height: 100%;
}
.calculatorBoXTitle{
	font-size: 48px;
	color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.counter{
	width: 100%;
	height: 80px;
	background-image: url(../img/counter.png);
}
.counterData{
	width: 100%;
	height: 240px;
	background-color: #ffffff;
	box-shadow: 0px 4px 6px 0px 
		rgba(0, 0, 0, 0.06);
	position: relative;
}
.counterInput{
	display: inline-block;
	position: relative;
}
.counterInput .inputTitle{
	font-size: 16px;
	color: #333333;
}
.inputWidth{
	width: 180px;
	height: 38px;
	background-color: #ffffff;
	border: solid 1px #c8ccd6;
    margin-top: 21px;
    color: #333;
    font-size: 16px;
    padding-left: 9px;
}
#seleCal{
	 appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
}
.selXia{
	 width: 33px;
	 height: 33px;
	 background: url(../img/xia.png);
	 position: absolute;
	 right: 5px;
	 top: 26px;
     z-index: 9999;
}
.selSha{
	 width: 33px;
	 height: 33px;
	 background: url(../img/top.png);
	 position: absolute;
	 right: 5px;
	 top: 26px;
     z-index: 9999;
}
.monthBox ul li{
	width: 25%;
	height: auto;
	float: left;
}
.monthTitle div{
	font-size: 24px !important;
	color: #999999 !important;
	padding: 37px 0 0 89px !important;
}
.monthBox ul li div{
	font-size: 16px;
	color: #333333;
	padding: 37px 0 0 50px;
}
.monthBox ul li .monthMoney{
	font-size: 24px;
	color: #e6171e;
	display: inline-block;
	padding: 17px 0 0 50px;
}
.monthBox ul li .unit{
	font-size: 16px;
	color: #333333;
}
.longLine{
	width: 1px;
	height: 140px;
	background-color: #eeeeee;
	position: absolute;
	top: 50px;
	left: 320px;
}
.longRine{
	width: 1px;
	height: 140px;
	background-color: #eeeeee;
	position: absolute;
	top: 50px;
	right: 595px;
}
.longZine{
	width: 1px;
	height: 140px;
	background-color: #eeeeee;
	position: absolute;
	top: 50px;
	right: 320px;
}
.loansNewsBox{
	width: 1210px;
	height: 641px;
	margin: 0 auto;
	margin-top: 80px;
}
.loansNewsList{
	width: 490px;
	height: 530px;
	float: left;
}
.loansNewsAnswers{
	width: 690px;
	height: 580px;
	background-color: #ffffff;
	box-shadow: 0px 6px 8px 0px 
		rgba(0, 0, 0, 0.06);
	float: right;
	margin-top: -16px;
}
.loansNewsList .adv{
	float: right;
	padding-right: 6px;
}
.loansNewsList .adv a{
	font-size: 14px;
	color: #666666;
	display: block;
}
.loansNewsListImg{
	width: 490px;
	height: 245px;
	position: relative;
	top: 20px;
}
.loansNewsListImg img{
	width: 100%;
	height: 100%;
}
.loansNewsListImg .shades{
	width: 490px;
	height: 245px;
	background-color: #000000;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 20px;
}
.loansNewsListImg .shadesTitle{
	position: absolute;
	left: 21px;
	top: 210px;
}
.loansNewsListImg .shadesTitle a{
	font-size: 16px;
	color: #fdfdfd;
}
.loansNewsListImg .date{
	width: 51px;
	height: 44px;
	background-color: #f55656;
	position: absolute;
	left: 12px;
	top: 0;
}
.loansNewsListImg .date span{
	font-size: 14px;
	color: #ffffff;
	display: block;
	text-align: center;
}
.questionsList span:first-child{
	font-size: 24px;
	color: #333333;
	display: inline-block;
}
.questionsList a{
	font-size: 14px;
	color: #666666;
	display: inline-block;
	float: right;
}
.navTab{
	width: 100%;
	height: 19px;
	padding: 30px 0 0 31px;
}
.navTab ul li{
	float: left;
	font-size: 18px;
	color: #999999;
	padding-left: 9px;
}

.navTab ul li span{
	display: inline-block;
	padding-left: 4px;
	color: #f0f0f0;
}
.on{
	font-size: 18px;
	color: #333333 !important;
}
.tabPag{
	width: 100%;
	height: auto;
	padding-top: 26px;
}
.tabPag ul li{
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding-top: 26px;
	position: relative;
	padding-left: 45px;
    cursor:pointer;
}
.tabPag ul li a{
	font-size: 16px;
	color: #333333;
}
.tabPag ul li i{
	width: 4px;
    height: 4px;
    background-color: #000000;
    position: absolute;
    top: 37px;
    left: 26px;
}
.tabPag ul li span{
	font-size: 16px;
	color: #999999;
	display: inline-block;
	float: right;
}
.co-operating{
	width: 100%;
	height: 770px;
	background-color: #f5f5f5;
}
.agency{
	font-size: 48px;
	color: #000000;
	text-align: center;
	padding-top: 100px;
}
.co-operating p{
	font-size: 26px;
	color: #999999;
	text-align: center;
	padding-top: 20px;
	margin: 0;
}
.bankHz{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
}
.bankHz ul li{
	width: 240px;
	height: 200px;
	float: left;
	position: relative;
}
.supernatant{
	background-color: #ffffff;
	box-shadow: 0px 4px 12px 0px 
		rgba(0, 0, 0, 0.2);
}
.bankHz ul li div{
	width: 170px;
	height: 41px;
	position:absolute;
    left:0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.bankHz ul li img{
	width: 100%;
	height: 100%;
}
.knowledge{
	width: 100%;
	height: 600px;
	background-color: #F5F5F5;
}
.knowledgeBox{
	width: 1210px;
	height: 100%;
	margin: 0 auto;
}
.knowBox{
	width: 373px;
	height: 52px;
	position: absolute;
	left: 0;
	top: 79px;
}
.knowBox img{
	width: 100%;
	height: 100%;
}
.knowledgeBoXTitle{
	font-size: 48px;
	color: #000000;
	position: absolute;
	left: 0;
	top: 44px;
}
.knowledgeTitle{
	width: 100%;
	height: auto;
	position: relative;
}
.dzgq{
	width: 160px;
	height: 360px;
	float: left;
	margin-top: 160px;
}
.kind{
	width: 990px;
	height: 360px;
	background-color: #FFFFFF;
	box-shadow: 0px 6px 8px 0px 
		rgba(0, 0, 0, 0.06);
    clear: both;
    display: inline-block;
    margin-top: 160px;
    margin-left: 20px;
    position: relative;
}
.dzgq img{
	width: 100%;
	height: 100%;
}
.kindNav{
	padding: 26px 0 0 29px;
	margin-bottom: 0;
}
.kind .kindNav li{
	font-size: 16px;
	color: #999999;
	float: left;
}
.kind .kindNav li span{
	color: #f0f0f0;
	display: inline-block;
	padding-left: 9px;
}
.kindNav a{
	display: inline-block;
	padding-left: 484px;
	font-size: 14px;
	color: #666666;
}
.kindNavTab{
	width: 740px;
	height: 240px;
	margin: 27px 0 0 29px;
}
.kindNavPic{
	width: 190px;
	height: 240px;
	float: left;
}
.kindNavPic a,.kindNavPic img{
	width: 100%;
	height: 100%;
}
.kindNavList{
	width: 500px;
	height: 100%;
	border-left: 1px solid #EEEEEE;
	display: inline-block;
	margin-left: 18px;
}
.kindNavList ul li{
	width: 489px;
	height: 41px;
	float: left;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
    cursor:pointer;	
}
.kindNavList ul li img{
	display: none;
}
.kindNavList ul li a{
	display: block;
	width: 489px;
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	color: #333333;
}
.kindNavList ul{
	padding-left: 11px;
}
.selecte{
	width: 2px;
	height: 41px;
	background-color: #d90200;
	position: absolute;
	left: -12px;
	top: 0;
}
.triangle{
    width:0;
    height:0;
    border-top:9px solid transparent;
    border-bottom:9px solid transparent;
    border-right:9px solid #d90200;
    position: absolute;
	left: -20px;
	top: 11px;
}
.kindDzgq{
	width: 258px;
	height: 342px;
	position: absolute;
	top: -17px;
	right: -30px;
}
.kindDzgq img{
	width: 100%;
	height: 100%;
}
.kindDzgq .DzgqTitle{
	font-size: 48px;
	color: #ffffff;
	position: absolute;
	top: 23px;
	left: 33px;
}
.kindDzgq .DzgqVariety{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 86px;
	left: 29px;
}
.kindDzgq .DzgqMoney{
	width: 220px;
	height: 80px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 2px #977a40;
	position: absolute;
	top: 118px;
	left: 19px;
}
.kindDzgq .DzgqMoney div{
	width: 25%;
	height: 100%;
	float: left;
	font-size: 48px;
	color: #000000;
	text-align: center;
	border-right: 2px solid #cca556;
	line-height: 80px;
}
.kindDzgq .DzgqSubject{
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	top: 207px;
	left: 50px;
}
.kindDzgq .DzgqBtn{
	width: 180px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 2px;
	opacity: 0.3;
	position: absolute;
	top: 252px;
	left: 39px;
}
.kindDzgq a{
	font-size: 16px;
	display: block;
	color: #FFFFFF;
    position: absolute;
	top: 261px;
	left: 96px;
}
.kindDzgq .DzgqSq{
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	top: 306px;
	left: 82px;
}
.kindDzgq .DzgqSq span{
	font-size: 14px;
	color: #ffffff;
}
.territory{
	width: 100%;
	height: 700px;
	background: url(../img/ditu.jpg) no-repeat;
}
.territoryBox{
	width: 1200px;
	height: 700px;
	margin: 0 auto;
	position: relative;
}
.territoryTitle{
	width: 608px;
	font-size: 48px;
	color: #ffffff;
	padding-top: 100px;
}
.territoryPic{
	font-size: 20px;
	color: #919191;
	padding-top: 66px;
}
.territoryPic img{
	width: 30px;
	height: 25px;
}
.territoryMoney{
	width: 167px;
	height: 46px;
	font-size: 60px;
	color: #009ed8;
}
.territoryImg{
	font-size: 20px;
	color: #919191;
	padding-top: 41px;
}
.territoryImg img{
	width: 26px;
	height: 26px;
}
.ditu{
	width: 747px;
	height: 617px;
	background: url(../img/chn.png) no-repeat;
	position: absolute;
	right: 0;
	top: 63px;
}
.dituTitle{
	font-size: 16px;
	color: #ffffff;
	float: right;
	padding-right: 127px;
}
.item-1 {
  width: 20px;
  height: 20px;
  background: #009ed8;
  border-radius: 50%;
  background-color: #00a8e6;
  margin-top: 516px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 536px;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-1:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #009ed8;
  opacity: 0.8;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-2 {
  width: 20px;
  height: 20px;
  background: #009ed8;
  border-radius: 50%;
  background-color: #00a8e6;
  margin-top: -16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 455px;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-2:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #009ed8;
  opacity: 0.8;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-3 {
     width: 20px;
    height: 20px;
    background: #009ed8;
    border-radius: 50%;
    background-color: #00a8e6;
    margin-top: -315px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 548px;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-3:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #009ed8;
  opacity: 0.8;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.bj{
	position: absolute;
    right: 0;
}
.item-4 {
  width: 20px;
  height: 20px;
  background: #009ed8;
  border-radius: 50%;
  background-color: #00a8e6;
  margin-top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 633px;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-4:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #009ed8;
  opacity: 0.8;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.sh{
	position: absolute;
    right: -85px;
}
.counterInput .danw{
	font-size: 16px;
	color: #666666;
	position: absolute;
	top: 30px;
	right: 13px;
}
@media (max-width: 1280px){
.boxes {
    width: 100%;
    height: 180px;
    position: absolute;
    left: 2.5%;
    top: 484px;
    z-index: 9999;
}
.apply {
    position: absolute;
    width: 300px;
    height: 335px;
    border-radius: 4px;
    z-index: 99;
    top: 110px;
    right: 7%;
}
.applyModel {
    width: 300px;
    height: 335px;
    border-radius: 4px;
    background-color: #000000;
    opacity: 0.4;
    position: absolute;
    z-index: 999;
}
.navList ul li {
    float: left;
}
}
.counter_1{
	width: 27%;
	float: left;
}
.counter_2{
	width: 100%;
}
.hid{
	display: none !important;
}
.calcInput{
	width: 55px;
	height: 38px;
	background: #e47837;
	display: inline-block;
	border-radius: 4px;
	margin: 5px;
}
.calcInput .calc-btn{
	width: 100%;
	height: 100%;
	display:block;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
}
/*1024*768下的显示*/
@media (max-width: 1280px){
	body{
		overflow-y: auto;
	}
	.logo {
    width: 205px !important;
    height: 45px;
    float: left;
    margin-top: 24px;
   }
   .successful {
    width: 1210px;
    height: 680px;
    background-color: #F5F5F5;
    clear: both;
    margin-top: 40px;
  }
  .loanProducts {
    width: 1210px;
    height: 100%;
    background-color: #FFFFFF;
    clear: both;
    margin-top: 16%;
    position: relative;
}
.boxes{
	width: 1210px;
    height: 180px;
    position: absolute;
    left: 2.5%;
    top: 484px;
    z-index: 9999;
}
.btSubt{
	width: 180px;
	height: 42px;
	display: block;
	position: absolute;
	z-index: 999;
	bottom: 150px;
	left: 4%;
}
}
