* {
    margin: 0;
    padding: 0;
}

img,
fieldset,
textarea {
    border: 0;
}

input,
label,
select,
option,
textarea,
button,
fieldset,
legend {
    font: 12px/20px "Microsoft Yahei", Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: -2px;
    margin-right: 5px;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font: 13px/18px "Microsoft Yahei", Verdana, Simsun, Helvetica, Arial, sans-serif;
}

table td {
    word-wrap: break-word;
    word-break: break-all;
}

ul,
ol {
    list-style: none;
}

em,
q {
    font-style: normal;
}

html,
body {
    font: 13px/26px "Microsoft Yahei", Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
    color: #f5f9fc;
    min-width: 1000px;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.hide {
    display: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

img {
    display: block;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #575a5d;
    cursor: pointer;
}

.box_size_setting {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/*============= header =============*/

.header {
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: fixed;
    height: 110px;
    margin: 0 auto;
    z-index: 3;
    min-width: 1200px;
}

.header h1 {
    position: absolute;
    top: 10px;
    left: 38px;
}

.logo {
    background: url("../images/logo.png") 0 0 no-repeat;
    display: block;
    width: 645px;
    height: 90px;
    overflow: hidden;
    color: #fff;
    _background: none;
}

.nav {
    position: absolute;
    right: 200px;
    bottom: 15px;
    display: inline-block;
}

.nav li {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.nav li a {
    color: #2a303c;
    margin: 5px 25px;
    padding: 5px;
    position: relative;
}

.nav li a.active {
    color: #ffb900;
    font-weight: bold;
    border-bottom: 2px solid #ffb900;
}

.nav li a:hover {
    color: #ffb900;
    font-weight: bold;
}

.nav li.first a {
    margin: 5px 25px 5px 0;
}

.nav li.last a {
    margin: 5px 0 5px 25px;
}


/*============= footer =============*/

.footerSection {
    background: #2c323e url("../images/bottom.png") no-repeat left top;
    width: 100%;
}

.footer {
    text-align: center;
    min-width: 1130px;
    color: #fff;
    padding: 23px 0;
    margin: 0 auto;
    max-width: 1150px;
}

.footer table {
    font-size: 18px;
    width: 90%;
    margin-left: 5%;
    color: #c5cedc;
}

.footer table tr td {
    vertical-align: top;
}

.footer table tr td p {
    display: block;
    line-height: 28px;
    text-align: left;
}

.footer table tr td p:first-child {
    padding-top: 40px;
}


/*****************************************首页*******************************************/

.container1 {
    width: 100%;
    min-width: 1130px;
    margin: 110px auto 0;
    height: auto;
}

.banner1 {
    width: 100%;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.banner1 img {
    width: 100%;
    display: block;
}

.fullSlide {
    position: relative;
    background: #fff;
    margin: 0 auto;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd li img {
    width: 100%;
    vertical-align: top;
}

.fullSlide .hd {
    position: relative;
    z-index: 1;
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 22px;
    height: 17px;
    margin: 2px;
    background: url('../images/point.png') 22px 17px;
    overflow: hidden;
    font-size: 0;
}

.fullSlide .hd ul .on {
    background-position: 0 17px;
}

.fullSlide .prev {
    z-index: 1;
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 3%;
    margin-top: -22px;
    float: left;
    background: url('../images/l.png') 0 0 no-repeat;
    filter: alpha(opacity=40);
    opacity: 0.4
}

.fullSlide .next {
    z-index: 1;
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -22px;
    float: right;
    background: url('../images/r.png') 0 0 no-repeat;
    filter: alpha(opacity=40);
    opacity: 0.4
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8
}

.whyChoose {
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.whyChoose>div {
    width: 1130px;
    margin: 100px auto;
}

.whyChoose>div p {
    color: #010101;
    text-align: center;
    display: block;
}

.whyChoose>div p.title {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    position: relative;
}

.whyChoose>div p.msg {
    font-size: 18px;
    font-family: arial;
    padding: 10px 0 80px;
    color: #8f8f8f;
}

.whyChoose>div div {
    text-align: center;
    margin-top: 50px;
}

/* .whyChoose>div div img {
    display: inline-block;
    width: 170px;
    height: 170px;
    margin-right: 50px;
}
 */
.loanProcess {
    background: #f4f4f4;
    width: 100%;
}

.whyChoose>div p.space {
    text-indent: 2em;
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
}

.whyChoose>div p.title img {
    position: absolute;
    display: inline-block;
    padding: 3px 20px;
}

.banner2 {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.banner2 img {
    width: 100%;
    display: block;
}

.coverage>div {
    margin: 50px auto 100px;
}

.ulPicList {
    width: 100%;
    overflow: hidden;
}

.ulPicList li {
    width: 222px;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.ulPicList li:first-child {
    margin-left: 0;
}

.ulPicList li img {
    display: block;
    width: 100%;
}

.ulPicList li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ulPicList li div p {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #F3F3F1;
    font-size: 18px;
}
.ulPicList .mask {
	margin-top:  0;
}
.ulPicList .mask img {
	margin-right:  0;
	width: 100%;
}


/*****************************************嘀嘀续保分期*******************************************/

.loanProcess1 {
    background: #fff;
    width: 100%;
}

.conditionMaterial {
    width: 100%;
    background: #f0c300;
    overflow: hidden;
}

.conditionMaterial>div {
    width: 1130px;
    margin: 50px auto;
    overflow: hidden;
}

.conditionMaterial>div div {
    display: inline-block;
    width: 40%;
    float: left;
    margin-left: 10%;
}

.conditionMaterial>div div span {
    color: #111111;
    font-size: 23px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    padding: 6px 20px;
}

.conditionMaterial>div div ul {
    padding: 20px 0;
}

.conditionMaterial>div div ul li {
    color: #515151;
    font-size: 20px;
    line-height: 50px;
}

.servicePromise {
    background: #f4f4f4;
    width: 100%;
}

.servicePromise>div p.msg {
    padding: 10px 0 50px;
}

.servicePromise ul {
    overflow: hidden;
}

.servicePromise ul li {
    float: left;
    width: 25%;
}

.servicePromise ul li span:first-child {
    border-radius: 7px;
    color: #272636;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    background: #e5e5e5;
    padding: 10px;
}

.servicePromise ul li span {
    color: #a6791e;
    font-size: 16px;
    display: block;
    text-align: left;
    line-height: 50px;
}



/*****************************************嘀嘀衍生贷*******************************************/

.case>div p.msg {
    padding: 10px 0 10px;
}

.case>div p.vs {
    font-size: 23px;
    color: #FF8D4A;
    font-weight: bold;
}

.case>div p.txt {
    font-size: 20px;
    color: #141414;
    padding: 30px 0 0;
}

.case ul {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #EEEEEE;
    height: 50px;
    margin-bottom: 10px;
}

.case ul li {
    float: left;
    text-align: center;
    font-size: 18px;
    color: #141414;
    width: 20%;
    line-height: 50px;
}

.case ul li:first-child {
    font-size: 20px;
    color: #141414;
}

.case ul li.li4 span {
    line-height: 20px;
    display: block;
    padding-top: 7px;
}

.case ul li span {
    font-size: 20px;
    color: #FF8D4A;
}

.case ul li span.text {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

.case ul.ul1 {
    background: #fff;
    height: 30px;
    margin: 30px 0 0;
}

.case ul.ul1 li {
    font-size: 15px;
    color: #737373;
    line-height: 30px;
}

.case ul.ul1 li:first-child {
    color: #fff;
}

.loanProcess2 {
    background: #f0c300;
    width: 100%;
}

.second {
    background: #fff;
}

.second>div div span {
    background: #ffc92d;
}

.contactUs>div {
    margin: 50px auto;
}

.contactUs>div ul {
    width: 100%;
    overflow: hidden;
}

.contactUs>div ul li {
    float: left;
    background: #eeeeee;
    width: 282px;
    height: 236px;
}

.contactUs>div ul li p {
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 236px;
    color: #000;
    font-size: 20px;
}

.contactUs>div ul li img {
    display: block;
    width: 100%;
}


.footerInfo {
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
}

.footerInfo a {
    color: #fff;
    margin: 0 4px;
}
.coverage-vals {
	margin:  -20px 0 30px !important;
	display: flex;
	justify-content: space-around;

}
.coverage-list {
	font-size: 18px;
	color: #333;
}
.coverage-list li {
	padding: 5px 0;
}
.coverage-list .text-xl {
	font-size: 1.6em;
}
.text-body {
	color: #333;
}
.text-danger {
	color:  #f00;
}
.text-left {
	text-align: left !important;
}
.text-xl {
	font-size: 20px;
}
.text-lg {
	font-size: 18px;
}
.bg-warning {
	background-color:  #BF9000;
}
.p-md {
	padding: 15px;
}
.p-sm {
	padding: 10px;
}
.p-xs {
	padding: 5px;
}
.p-h-xs {
	padding: 0 5px;
}
.m-lg {
	margin: 20px;
}
.m-b-lg {
	margin: 20px;
}
.m-t-xl {
	margin-top: 30px;
}
.m-b-xl {
	margin-bottom: 30px;
}
.m-none {
	margin: 0 !important;
}
.list-flex {
	display: flex;
}
.list-flex .flex-box {
	margin-left: 10px;
	margin-right: 10px;
}
.inline {
	display: inline-block;
	vertical-align: middle;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	line-height: 1;
}
.absolute-315 {
	top: 0;
	left: 0;
}

.list-gear li{
	position: relative;
	padding: 60px;
}
.list-gear .title {
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.list-gear li > img{	
    top: 50%;
    transform: translate3d(-30px, -40%, 0);
}
.list-gear div {
	margin-top:  0 !important;
}
.list-thr {
	justify-content: space-around;
	font-size: 30px;
	line-height: 1.3;
}
.list-thr img {
	margin: 20px 0 10px;
}
.title.m-b-xl {
	margin:  150px 0 50px;
}
.whyChoose>div p.title.title-sub {
	margin-top: 50px;
	font-size: 30px;
	color: #FFAE00;
}
.text-logo {
	line-height: 120px;
    font-size: 35px;
}