/* css reset */
@import url("../fonts/alibaba.css");
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,button{margin:0;padding:0; font-weight:normal;}

body {
	--fontFamilyAlibaba: "Alibaba-PuHuiTi-Regular";
	font-family: var(--fontFamilyAlibaba);
	background: #fff;
	font-size: 15px;
	color: #1a1a1a;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(26, 26, 26, 0);
}
a{color:#2d374b;text-decoration:none;font-family:var(--fontFamilyAlibaba);}
a:hover{color:#E5AA1E;text-decoration:none;}
em{font-style:normal;}
ul{list-style:none;}
img{border:none;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
p{word-wrap:break-word;}
input,textarea,button { outline:none;}
table{border-collapse:collapse;border-spacing:0;}
li,ol,ul{list-style:none}
input[type="submit"],input[type="reset"],input[type="button"],button { -webkit-appearance:none; border: none; }
.clearfix:after{content:"\20"; display:block; height:0; clear:both;}
.clearfix{*zoom:1; _zoom:1}

/*public style*/
.top{display:none;position:fixed;bottom:50px;right:10%;filter:alpha(opacity=30);-moz-opacity:.3;opacity:.3;}
.top:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}
.top{background: url(../images/back_to_top.png) no-repeat;width: 60px;height: 60px;background-size: 100%;}
.main{width:100%;min-width:1200px;position:relative;overflow:hidden}
.fixed-width{width:1200px;margin: 0px auto;overflow:hidden;}
.title{text-align: center;margin: 0px auto;line-height: 31px;}
.title img{display: inline-block;margin-top: -16px;}
.title span{display:inline-block;font-size: 32px;color: #14161A;}
.englishname{
	font-size:22px;
	color:#14161A;
	height:20px;
	margin: 10px auto 20px auto;
	text-align: center;
	filter:alpha(opacity=60);   /*ie*/
	-moz-opacity:0.6;   /*Mozilla*/
	-khtml-opacity: 0.6;   /* Safari (1.x)*/
	opacity: 0.6;
}
.font20{font-size: 20px;color: #999;}
.t-c{text-align: center;}
.text-right{text-align: right;}
.enameelse{
	font-size:22px;height:20px;margin: 22px 0;
	filter:alpha(opacity=70);   /*ie*/
    -moz-opacity:0.7;   /*Mozilla*/
    -khtml-opacity: 0.7;   /* Safari (1.x)*/
    opacity: 0.7;
}
.red{color: red;}
.mg300010{margin: 30px 0px 10px;}
.mg1000{margin: 10px 0px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.bold{font-weight: bold;color: #000 !important;}
.f-l{float: left;}
.f-r{float: right !important;}
.width100{width: 100%;}
.ml-26{margin-left: 26.6667px;}
.ml-50{margin-left: 50px;}
.write{color: #fff !important;}
.bg-write{background-color: #fff !important;}
.transparent7 {
	filter:alpha(opacity=70);   /*ie*/
    -moz-opacity:0.7;   /*Mozilla*/
    -khtml-opacity: 0.7;   /* Safari (1.x)*/
    opacity: 0.7;
}

/*head*/
.hy-head{width:100%;height: 60px;background: rgba(51,43,25,0.8);position: absolute;top: 0;left: 0;right: 0;}
.hy-head .logo {width: auto;height: 42px;float:left;margin-right: 130px;margin-top: 9px;}
.hy-head .logo img{width: auto;height: 42px;}
.hy-head .nav li a {float:left;height: 60px;line-height: 60px;color: #fff;font-size: 16px;padding: 0px 40px;}
.hy-head .nav li a:hover {color: #E5AA1E;font-weight: 500;}
.hy-head .nav li.current a {color: #E5AA1E;font-weight: 500;}

/*banner*/
.hysy-banner{width:100%;position: relative;overflow: hidden;}
.hysy-banner img{width:100%;height:auto;}
.hy-ab-banner{width:100%;height: 380px;background: url('../images/gywmbn.png') no-repeat top center;overflow: hidden;}
.hy-news-banner{width:100%;height: 380px;background: url('../images/xwdtbn.png') no-repeat top center;overflow: hidden;}
.hy-laws-banner{width:100%;height: 380px;background: url('../images/laws-banner.png') no-repeat top center;overflow: hidden;}
.hy-b-banner{width:100%;height: 380px;background: url('../images/zyywbn.png') no-repeat top center;overflow: hidden;}
.hy-loan-banner{width:100%;height: 380px;background: url('../images/zxsqbn.png') no-repeat top center;overflow: hidden;}
.hy-con-banner{width:100%;height: 380px;background: url('../images/lxwmbn.png') no-repeat top center;overflow: hidden;}

/*foot*/
.hy-foot {
	width: 100%;
	height: 230px;
	background: url('../images/btmbg.png') no-repeat top center;
	overflow: hidden;
}

.f-top {
	width: 1020px;
	margin: 22px auto 50px;
}

.f-top a {
	display: inline-block;
	width: 60px;
	height: 20px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	padding: 0px 40px;
	text-align: center;
}

.f-btm {
	width: 100%;
	margin: 30px 0px 20px;
}

.f-btm li {
	float: left;
	width: 17.5%;
}

.f-btm li.firstli {
	width: 20.8%;
}

.f-btm li.elseli {
	width: 26%;
	font-size: 14px;
}

.f-btm li img {
}

.f-btm li h4 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 22px;
}

.f-btm li p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

p.foot-btm {
	width: 670px;
	height: 20px;
	margin: 0px auto;
	color: #fff;
	white-space:nowrap;
}

/*width: 410px*/
p.foot-btm a {
	color: #fff;
	display: inline-block;
	width: auto;
}

/* index */
.team {
	height: auto;
	padding-bottom: 40px
}

.about {
	padding: 40px 0px 0px;
	width: 100%;
	overflow: auto;
}

.about .content {
	padding-top: 20px;
}

.about .photo {
	width: 310px;
	height: auto;
	margin: 0px 20px 14px 0px;
	float: left;
	clear: both;
}

.about .photo img {
	width: 100%;
}

.about .content h3 {
	font-size: 28px;
	line-height: 28px;
	color: #14161A;
}

.about .content p {
	line-height: 28px;
	color: #666;
	text-indent: 2em;
	margin-bottom: 5px;
}

.business{width:100%;height: 474px;background: url('../images/bj.png') no-repeat top center;color: #fff;overflow: hidden;}
.business ul{width: 880px;margin: 36px auto 0px;overflow: auto;}
.business ul li{width: 360px;height: auto;float: left;text-align: center;position: relative;cursor: pointer;}
.business ul li img{width: 360px;height: 270px;}
.business ul li .cover{width: 360px;height: 40px;position: absolute;bottom: 0;left: 0px;background: rgba(0,0,0,0.4);color: #fff;}
.business ul li:hover .cover{height:100%;background: rgba(0,0,0,0.3)}
.business ul li:hover .cover p{line-height:  270px;}
.business ul li .cover p{font-size: 16px;text-align: center;line-height: 40px;}
.business .line{border-bottom: 3px solid #FFFFFF;}
.business .line-l{border-left: 1px solid #FFFFFF;}

.partnerimg{margin: 20px 0px 80px;}
.zp-lunbo{width: 100%;overflow: auto;}
.mom_left{ float:left;position:relative;width: 100%;}
.mom_left .l_title{height: auto;width:1200px;overflow:hidden;}
.mom_left .l_title li{width: 285px;padding-right:20px;position:relative;float:left;border-radius: 2px;}
.mom_left .l_title li img{width: 285px;height: 210px;cursor: pointer;}
.mom_left .a_left{z-index:102;cursor:pointer;position:absolute;left:0px;top: 140px;background:url(../images/banner_z.png) no-repeat;width:50px;height:50px;}
.mom_left .a_left:hover{ background:url(../images/banner_z.png) no-repeat -50px 0px;}
.mom_left .a_right{z-index:102;cursor:pointer;position:absolute;right:0px;top: 140px;background:url(../images/banner_z.png) no-repeat 0px -50px;width:50px;height:50px;}
.mom_left .a_right:hover{ background:url(../images/banner_z.png) no-repeat -50px -50px;}

.caseshows{height:auto;padding-bottom: 70px;}
.caseshows ul{width:100%;margin: 30px 0px 0px;}
.caseshows ul li{width: 280px;float: left;text-align: center;height:373px;background:rgba(245,245,245,1);margin-top: 40px;}
.caseshows ul li img{width: 100%;}
.caseshows ul li h4{font-size:24px;line-height:24px;color:#14161A;margin: 25px auto 10px;}
.caseshows ul li p{font-size:16px;color:#14161A;line-height:24px;opacity:0.6;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity: 0.6;}

.lineelse{width: 60px;height: 4px;background-color: #E5AA1E;margin: 0 auto;}
.line{border-bottom: 3px solid #E5AA1E;padding-bottom: 16px;}
.line-l{border-left: 1px solid #F36840;padding: 10px;margin: 10px 0 0 0;font-size: 18px;line-height:18px;color: #666;}
.line-r{border-right: 1px solid #F36840;padding: 10px;margin: 10px 0 0 0;font-size: 18px;line-height:18px;color: #666;}

.aboutus{width:100%;height: 550px;background: url('../images/aboutus.png') no-repeat top center;overflow: hidden;color: #fff;font-size: 15px;}
.aboutus .text{margin: 64px 0px 60px;}
.aboutus .text h4{font-size:24px;margin-bottom: 8px;}
.aboutus .text p{margin-bottom: 32px;line-height: 28px;color: #f5f5f7;}
.aboutus .text ul li{line-height: 28px;color: #f5f5f7;}
.knowmore{border-radius:2px;margin: 0 auto;cursor: pointer;color: #E5AA1E;border: 1px solid #E5AA1E;padding: 7px;}
.knowmore:hover{color: #e5be62;border: 1px solid #e5be62;}

/* about */
.culture{margin:50px auto 80px 90px;width:100%;position:relative}
.culture .photo img{width:613px;height:390px;display:block;padding:2px}
.culture .description{position:absolute;width: 420px;height: 290px;background:rgba(214,158,28,.9);padding: 20px 10px 10px 90px;top:40px;left:400px;color:#fff;}
.culture .description h4{height:40px;line-height:40px;color:  #fff;font-size:  24px;padding-top: 20px;}
.staff ul{width: 100%;overflow: auto;padding: 50px 0 60px;}
.staff ul li{width: 285px;height: auto;float: left;cursor: pointer;}
.staff ul li img{border-radius: 4px;width: 285px;height: 210px;}

/* business */
.business-nav ul{margin: 10px 0px 40px;width:100%;height: auto;}
.business-nav ul li{width: 100%;padding: 30px 0;overflow: auto;border-bottom: 1px solid rgba(229,229,229,1);}
.business-nav ul li.lastli{border-bottom:none}
.business-nav .leftimg{width: 260px;float: left;margin-right: 20px;}
.business-nav .leftimg img{width: 100%}
.business-nav .lefttext{width: 910px;float: left;}
.business-nav .lefttext h4{font-size: 26px;line-height: 46px;color: #E5AA1E;font-weight: 500;}
.business-nav .lefttext .title{text-align: left;font-size: 20px;margin-bottom: 15px;}
.business-nav .lefttext .cont{color:#14161A;}
.business-nav .lefttext .transparent7{font-size: 16px;line-height: 26px;color:rgba(20,22,26,1);text-indent: 2em;text-align: justify;}
.allbank{margin: 30px 0px 80px;}

/* news */
.news{width: 100%;padding: 0px 0px 60px;}
.news ul li{overflow: auto;margin-top: 34px;}
.news .leftdate{border-radius: 2px;width: 80px;height: 80px;background: #E6D0A1;text-align: center;margin-right: 16px;float: left;}
.news .leftdate h4{font-size:28px;color: #ffffff;line-height:30px;margin-top: 14px;}
.news .leftdate span{display: inline-block;font-size:16px;color: #ffffff;margin-top: 8px;}
.news .righttext{float: left;width: 1100px;}
.news .righttext h4{font-size: 22px;line-height:34px;color:#14161A;margin-bottom: 6px;}
.news .righttext p{font-size: 14px;line-height: 20px;color:#14161A;display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* newsdetail */
.newsdetail{margin: 70px 0 60px;width: 100%;}
.newsdetail .photo{width: 480px;height: auto;margin: 0px 30px 20px 0px;float: left;clear: both;}
.newsdetail .photo img{width: 100%;}
.newsdetail .content h3{font-size: 25px;line-height: 32px;color: #14161A;}
.newsdetail .content p{font-size: 16px;line-height: 28px;color:#666;text-indent: 2em;margin-top: 14px;}

/* load */
.apply table{margin-top: 30px;}
.apply table tr{width: 1200px;}
.apply table tr td{width: 600px;text-align: center;}
.apply table tr td label{font-size:20px;margin-right: 26px;color: #14161A;}
.apply table tr td input{width: 272px;height: 20px;border: solid 1px #E5E5E5;margin-bottom: 23px;border-radius:2px;font-size:18px;padding: 8px 13px;}
.codelabel{text-align:  right;line-height: 38px;width: 177px;float: left;}
.codeinput{width: 174px !important;border-bottom-right-radius:0px;border-top-right-radius: 0px;float: left;}
.sendcode{width:100px;height:38px;background:rgba(229,170,30,1);border-bottom-right-radius:2px;border-top-right-radius: 2px;color:#fff;font-size:18px;float: left;cursor: pointer;}
.sendcodein{color: #fff;border: 1px solid #DEDEDE;background: #DEDEDE;}
#loadapply{width:500px;height:50px;background-color:#E5AA1E;border-radius:2px;font-size:22px;color:#FFFFFF;margin: 25px 0px 40px 0px;cursor: pointer;}
.lc-nr{margin: 25px 0 32px;}

/* contact */
.contact{margin: 60px 0px 50px;width: 100%;overflow: auto;}
.infos{width: 548px;height: 320px;border-right:solid 1px #E5E5E5;padding-left: 52px;float: left;}
.infos h4{font-size: 24px;color:#14161A;line-height: 24px;margin-bottom: 36px;}
.infos p{height: 26px;line-height: 26px;margin-bottom: 28px;font-size: 18px;color:#333;}
.infos p img{vertical-align: middle;margin-right: 16px;}
.message{width: 560px;height: 320px;padding-left: 38px;float: left;}
.message p{font-size:26px;color: #e5aa1e;line-height: 26px;}
.message table{margin-top: 26px;}
.message table tr td{height: 34px;}
.message table tr td.sectd{float: right;}
.message table tr td input{width: 195px;height: 34px;border: solid 1px #E5E5E5;margin-bottom: 20px;padding: 0px 8px;border-radius:2px;background: #f6f6f6;}
.message table tr td label{font-size:16px;line-height:34px;color:#14161A;padding: 0px 16px 0px 0px;}
.message table tr td textarea{width:493px;height:72px;border: solid 1px #E5E5E5;background: #f6f6f6;margin-bottom: 20px;padding: 10px 8px;display: inline-block;vertical-align:middle;}
.message table tr td textarea ~ label{line-height: 72px;}
#apply{width:180px;height:40px;line-height:40px;text-align:center;background: #e5aa1e;border-radius:2px;color: #fff;margin-left: 48px;font-size:18px;cursor: pointer;}
.map{width: 100%;height: 440px;margin-bottom: 70px;position: relative;}
.map img{width: 100%;}
#mapContainer{width: 100%;height: 440px;border-radius: 4px;}

/* zhezaoceng */
.submit{position:fixed!important;z-index:999;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:.4s;transition-duration:.4s;background: rgba(0, 0, 0, 0.5);width:100%;height:100%;}
.rotate{position:relative;margin: 20% auto;width: 380px;background: #fff;border-radius: 10px;height: 150px;padding: 18px;text-align: center;}
.rotate .close{width:30px;height:30px;position:absolute;top: -15px;right: -15px;z-index:1000;cursor: pointer;}
.rotate h4{font-size: 24px;padding: 10px 0 20px;}
#imgCode{padding: 10px 15px;height: 28px;line-height: 28px;width: 40%;float: left;font-size: 16px;border: solid 1px #C8C7CC;}
.imgcode {width: 25%;background: #C8C7CC;color: #333333;height: 50px;vertical-align: middle;border-radius-top-left: 5px;border-radius-bottom-left: 5px;float: left;}
.chekNum{width: 20%;background: #E5AA1E;color: #fff;font-size: 16px;height: 50px;padding: 10px 15px;vertical-align: middle;border-radius: 5px;float: right;cursor: pointer;}
