@charset "UTF-8";

a{
	color: inherit;
}
a:hover, a:focus{
    text-decoration: none;
	color:inherit;
}
body{
	/* font-family: Source Han Sans CN; */
	/* overflow-x: hidden; */
	min-width: 1200px;
}
.font-marks{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
input::-webkit-input-placeholder { color:#979797; }
input::-moz-placeholder { color:#979797; } /* firefox 19+ */
input:-ms-input-placeholder { color:#979797; } /* ie */
input:-moz-placeholder { color:#979797; }

/*input 选中前的样式*/
input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
input[type="checkbox"] + label{
	color: #808080;
	font-size: 18px;
}
input[type="checkbox"] + label::before {
    content: "\a0";  /*不换行空格*/
    display: inline-block;
    width:24px;
    height:24px;
    border-radius:2px;
    text-align:center;
    line-height:24px;  
    border:1px solid #ddd;
	margin-right: 16px;
}
 /*input 选中后的样式 */
input[type="checkbox"]:checked + label::before {
     background:url('../imgs/checkbox-checked.png') no-repeat center center;/*背景图的写法是生效的*/
     border:none;
	 background-size: 24px 24px;
	 
}
input[type="checkbox"]:checked + label{
	color: #00A0E9;
}
.container{
	padding-left: 0;
	padding-right: 0;
}

header .header-top {
    background: #3c3c3c;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 100;
}
header .header-top li{
	float: left;
}
header .header-top a {
    color: #fff;
    margin-right: 38px;
    font-size: 14px;
    line-height: 40px;
	
}
header .header-top p span {
    margin-right:40px;
}
header .navbar {
    margin-bottom: 0;
	line-height: 110px;
	margin-top:40px;
	border:none;
}
header .navbar-default{
	background-color:#FFFFFF;
}
header .nav>li{
	position:inherit;
}
header .navbar .nav-pills>li>a{
	padding:0!important;
	line-height:108px;
	font-size: 18px;
	margin-right: 45px;
}
header .navbar .nav-pills>li:last-child>a{
	margin-right: 70px;
}
.navbar-default .nav-pills>li>a {
    color: #000000;
}

.navbar-default .nav-pills>.active>a, 
.navbar-default .nav-pills>.active>a:hover, 
.navbar-default .nav-pills>.active>a:focus,
.navbar-default .nav-pills>li>a:hover, 
.navbar-default 
.nav-pills>.open>a, 
.navbar-default 
.nav-pills>.open>a:hover, 
.navbar-default 
.nav-pills>.open>a:focus{
    background: #fff;
	color: #00194B;
	border-bottom: solid #00194B 3px;
	border-radius: 0;
}

.nav > li:hover .dropdown-menu { 
	display: block; 
}
.modal-backdrop.in{
	opacity: 0.8;
}
header nav .logo {
    width: 230px;
    height: 38px;
}


header .home-dropdown-menu{
	width: 100vw;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	border: 0;
	background: #0A1D5F;
	/* display: block; */
	-webkit-box-shadow:none;
	left:0 !important;	
	width: 100%;
}
header .home-dropdown-menu{
	height: 40px;
}
header .home-dropdown-menu li{
	display: inline-block;
	vertical-align: top;
}
header .dropdown-menu>li>a{
	color:#fff;
	line-height: 40px;
	padding: 0;
}
	
.home-dropdown-menu .divider{
	height: 16px;
	background-color:#A3AEC2;
	width: 1px;
	margin: 12px 20px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background-color:transparent;
	color:#A3AEC2;
}
.modal-header .close{
	color: #ffffff;
	opacity: 1;
	font-weight:100;
	width: 14px;
	height: 14px;
	font-size: 23px;
}
.customerService .modal-dialog{
	margin: 262px auto;
	width: 745px;
}
.customerService .modal-header{
	border:none;
}
.customerService .modal-body{
	padding: 24px 64px 134px 65px;
}
.customerService .modal-content{
	background-color: #00A0E9;
	border-radius: 20px;
	border:none;
	box-shadow:none;
	
}
.customerService .customerService-QRcode{
	float: right;
	margin-left: 26px;
	padding: 37px 66px 20px 80px;
	background: url(../imgs/customerService-QRcode-bg.png) no-repeat;
}
.customerService .customerService-QRcode div{
	margin-top: 10px;
	line-height: 1;
	color:#FFFFFF;
	font-size: 16px;
	margin-left: 40px;
}
.customerService-left{
	margin-top:80px;
}
.customerService .customerService-tel{
	display: inline-block;
	vertical-align:top;
	margin-right: 10px;
}
.customerService .customerService-right{
	color:#FFFFFF;
	font-weight: bold;
	display: inline-block;
}
.customerService .customerService-title{
	font-weight: bold;
	line-height: 1;
	font-size: 22px;
}
.customerService .customerService-text{
	font-size: 30px;
	line-height: 1;
	margin-top:20px;
	font-weight: bold;
}
/* 除首页外其它页面的头部样式 */
.info-header{
	position: relative;
}
.info-header img {
    width: 100%;
}
.info-header-title{
	position: absolute;
	top: 40%;
	left:0;
	width: 100%;
}
.info-header-border{
	width: 56px;
	border-bottom: 2px solid #FFFFFF;
}
.info-header-text{
	margin-top: 22px;
	font-size: 40px;
	color: #FFFEFE;
	line-height: 1;
	font-weight: bold;
}
.footer1{
	width: 100%;
	color: #FFFFFF;
}
.footer1-background{
	background: url(../imgs/home-footer-bg.png) no-repeat center center;
	background-attachment:scroll;
	background-size:cover;
	padding-top:51px;
	width: 100%;
}
.footer1-row{
	margin-top:45px;
	width: 100%;
}

.footer1-border {
	height: 80px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	margin-bottom: 73px;
}
.footer1-row .row .col-md-6:first-child{
	padding-right: 50px;
}
.footer1-row .row .col-md-6:last-child{
	padding-left: 50px;
}
.footer1-title-border{
	position: absolute;
	top: -12px;
	height: 20px;
	width: 100%;
}
.footer1-title-span{
	border-bottom:1px solid #FFFFFF;
	width: calc(50% - 54px);
	/* display: inline-block; */
	position: absolute;
	top: 12px;
}
.footer1-title-span:first-child{
	left:0;
}
.footer1-title-span:last-child{
	right: 0;
}
.footer1-title {
	width: 100%;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	text-align: center;
}
.footer1-text{
	line-height: 80px;
	text-align: center;
}
.footer1-tips{
	padding: 24px 0;
	background-color: #002357;
}
.footer1-tips div{
	text-align: center;
	line-height: 1;
}
.footer1-tips span{
	opacity: 0.72;
}
.footer1-tips div:first-child{
	margin-bottom: 13px;
}
/* .footer1-tips span{
	padding:0 10px;
} */

footer {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #F4F4F4;
	color: #333333;
	font-size: 14px;
}
footer .footer-title{
	font-size: 14px;
	line-height: 1;
	color: #333333;
}
footer .footer-ul{
	line-height: 36px;
	margin-top: 5px;
	margin-bottom:0;
	padding-inline-start:20px;
	line-height: 24px;
	text-align: justify;
}
footer .footer-risk-title{
	font-weight: bold;
	color: #333333;
	line-height: 1;
	font-size: 14px;
}
footer .footer-risk-ul{
	line-height: 1;
	color: #333333;
	font-size: 12px;
	margin-top: 19px;
	margin-bottom: 30px;
	padding-inline-start:20px;
	font-weight: bold;
}

.text-super{
	border-radius: 50%;
	border:1px solid #C6C6C6;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 14px;
	text-align: center;
	vertical-align:top;
}

.container{
	width: 1212px!important;
}
@media (max-width: 992px) {
	.container{
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.footer1-row .row .col-md-6:last-child{
		padding-left:15px;
	}
	.footer1-row .row .col-md-6:first-child{
		padding-right:15px;
	}
	header .navbar-toggle {
	    border: solid #000 1px;
	}
	header ul li a{
		text-align: center;
	}
	header .navbar-toggle span {
	    border-bottom: 1px #000 solid;
	}
}
.navbar-header{
	float: left;
}
.navbar-right{
	float: right;
}
.container.data-source{
	padding: 25px 0 22px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
}
.container.risk-warning{
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.footer1-logo img{
	width: 234px;
	height: 38px;
}
