
html, body {
	position: relative;
	height: 100%;
}
body {
	background: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 0;
}

a{
    text-decoration: none;
}

.header-box{
	height:115px;   
}

.header-box.navFix{
	z-index:9999;
	position:fixed;
	top:0px;
	left: 15px;
    right: 15px;
	background: url('../images/header_bg.png') no-repeat 0 0;
	background-size: 100% 115px;
	
}

.header-box.navFix:after{
	content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-image: radial-gradient(farthest-side at 50% 10%, rgba(137, 207, 228, .2), rgba(144, 209, 228, .1), rgba(122, 206, 227, 0));
    margin: 0 auto;
}

.header-box .logo{
    display: flex;
    align-items: center;
    padding:27px 20px;
}

.header-box .logo img{
	max-width:100%;
	max-height:100%;

    height: 60px;
}

.header-box .list-inline{
	margin-bottom:0px;
}

.header-box .list-inline li{
	text-align: center;
    padding: 30px 18px 0;
	height:115px;
}

.header-box .list-inline i{
	width: 18px;
    display: inline-block;
    font-style: normal;
    word-break: break-all;
	font-size:18px;
	color:#666;
}

.header-box .list-inline i:hover{
	font-weight:700;
	color:#000;
}

.header-box .list-inline a.active i{
	font-weight:700;
	color:#000;
}

.header-box .list-inline li{
	position:relative;
}

.header-box .list-inline li.more:hover{
	background: url('../images/menu_up.png') no-repeat;
    background-size: 18px 18px;
    background-position: center 96px;
}

.header-box .list-inline li:hover .index_subMenu{
	display:block;
}

.header-box .index_subMenu{
	display:none;
	position: absolute;
    top: 115px;
    left: 0px;
    z-index: 99;
    flex-shrink: 0;
    flex-wrap: wrap;
    width: 800px;
    background: #fff;
    box-shadow: 0 2px 8px 0 #dee4e6;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 10px 13px;
    border-width: 2px 0 0;
    border-style: solid;
    -o-border-image: linear-gradient(90deg, #00d9ff, #00a5eb) 1 10;
    border-image: linear-gradient(90deg, #00d9ff, #00a5eb) 1 10;
}

.header-box .index_subMenu p{
	display:inline-block;
	padding:10px;
	text-align:center;
	border:1px solid #fff;
	float: left;
	margin:10px;
	width:130px;
}

.header-box .index_subMenu p:hover{
	border:1px solid #ccc;
}

.header-box .index_subMenu p a{
	text-decoration:none;
	display:inline-block;
	width:100%;
	height:100%;
	border:none;
}

.header-box .index_searchInput .search{
	position:relative;
	width:100%;
}

.header-box .index_searchInput .form-control{
	padding-left:50px;
	border-radius:20px;
}

.header-box .index_searchInput,.header-box .index_phone{
	height:115px;
	display: flex;
    align-items: center;
}

.header-box .input-group-addon{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:50px;
	text-align: center;
    background: none;
    border: none;
}

.header-box .input-group-addon img{
	width:20px;
	height:20px;
}

.header-box .index_phone .btn{
	border-radius:20px;
	padding:6px 20px;
}

.news-box{
	padding-top:50px;
}

.news-box .page-header h1{
	font-size: 32px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: 700;
    color: #000;
    line-height: 42px;
}

.news-box .panel{
	background:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-bottom:0px;
}

.news-box .panel .panel-footer{
	background:none;
}

.news-box .panel-heading{
	padding:10px 0px;
}

.news-box .left-box .panel-heading,.news-box .left-box .panel-footer{
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999;
}

.news-box .left-box .panel-heading p{
    margin-bottom:0px;
}

.news-box .left-box .panel-body img{
    max-width: 100%;
}

.news-box .left-box .panel .panel-body{
    /*text-align: justify !important;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*font-size:16px;*/
    /*font-family: MicrosoftYaHei;*/
    /*color: #333;*/
    /*line-height: 30px;*/
    /*letter-spacing: .5px;*/
    /*word-wrap: break-word;*/
    /*font-feature-settings: "tnum", "tnum";*/
    /*font-weight: lighter;*/
}

.news-box .left-box .panel .panel-body p{
    margin:0px;
}

.news-box .panel-body{
	padding:15px 0px;
}

.news-box .panel-footer{
	padding:15px 0px;
}

.news-box .right-box .panel{
	background: #f8f9f9;
	box-shadow: 2px 2px 4px 0 #dee4e6, -2px -2px 4px 0 #fff;
	margin-bottom:30px;
}

.news-box .right-box .panel:hover{
	background:#fff;
}

.news-box .right-box .panel .panel-heading{
	text-align:center;
	padding:15px;
	box-sizing: border-box;
}

.news-box .right-box .panel .panel-heading img{
	max-width:80%;
	height:50px;
	margin:0px auto;
}

.news-box .right-box .panel .panel-body{
	padding:0px 15px 15px;
}

.news-box .right-box .panel .panel-body a{
	text-decoration: none;
	color:#333;
	font-size:16px;
}

.news-box .right-box .panel .panel-footer{
    padding:15px;
}

.news-box .right-box .panel .panel-footer a{
	display:inline-block;
	width:100%;
	background-color:#f0f0f0;
	color:#666;
	font-size: 12px;
	height: 36px;
	line-height:36px;
	transition: .3s;
    cursor: pointer;
	text-align:center;
	text-decoration:none;
	box-sizing: border-box;
}

.news-box .right-box ul li{
	display: flex;
    -moz-box-align: start;
    align-items: flex-start;
    font-size: 13px;
	padding:10px 0px;
	   
}

.news-box .right-box ul li span.index_caixun{
	display: inline-block;
	width: 4px;
    height: 4px;
	margin-top:-1px;
	vertical-align: middle;
    flex-shrink: 0;
    margin-right: 10px;
    background: linear-gradient(135deg, #00d9ff, #00a5eb);
}

.common-box{
    padding:0px 15px;
}

.common-box .title{
    text-align: left;
    font-size:20px;
}

.common-box .item{
    width:100%;
    height:100px;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    align-items: center;
    margin:20px 0px;
    border-bottom:1px solid #f0f0f0;
    padding-bottom: 20px;
}

.common-box .list-unstyled li a{
    text-decoration: none;
}

.common-box .item .image img{
    width:120px;
    height:80px;
    border:1px solid #ebebeb;
}

.common-box .item .name{
    padding:10px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    
}

.common-box .item .name .tit{
    display: inline-block;
    height:46px;
    line-height: 23px;
    font-size:18px;
    color:#000;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    word-wrap: break-word;
    word-break: break-all;
}

.common-box .item .name div:last-child{
    font-size:16px;
    color: #999;
    margin-top:5px;
}

.container-fluid{
	background: #f8f9f9 url('../images/body_bg.png') no-repeat 0 0;
    background-size: 100% 387px;
    min-height: 100vh;
}


.navbar{
	margin-bottom:0px;
}

.navbar.navbar-default{
	background-color:#fff;
}

.navbar .navbar-brand{
	padding:5px 15px;
}

.navbar .navbar-brand.logo{
    padding: 10px 15px;
}

.navbar .navbar-brand.logo img{
	max-width:100px;
	height:30px;
}

.navbar.navbar-default .navbar-toggle{
	border:none;
	padding: 0px;
}

.navbar.navbar-default .navbar-toggle img{
    height:18px;
    width:18px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: #fff;
}

.navbar .navbar-nav{
	padding:15px;
}

.navbar .navbar-nav .page-header{
	margin:0px;
}

.navbar .navbar-nav .row a{
	margin-top:20px;
	display:inline-block;
	width:100%;
	height:36px;
	line-height:36px;
    text-align: center;
    flex-shrink: 0;
    color: #333;
    background: #f8f9f9;
    box-shadow: 4px 4px 8px 0 #dee4e6, -4px -4px 8px 0 #fff;
    margin-bottom: .3rem;
    position: relative;
}

.header-box .index_phone:hover .ant-popover{
	display:inline-block;
}

.ant-popover {
	display:none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -moz-font-feature-settings: "tnum", "tnum";
    font-feature-settings: "tnum", "tnum";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    max-width: 100vw;
    font-weight: 400;
    white-space: normal;
    text-align: left;
    cursor: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.ant-popover-inner {
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
}

.ant-popover-placement-bottomLeft .ant-popover-arrow {
    right: 30px;
}

.ant-popover-placement-bottom .ant-popover-arrow, .ant-popover-placement-bottomLeft .ant-popover-arrow, .ant-popover-placement-bottomRight .ant-popover-arrow {
    top: 0;
    transform: translateY(-100%);
}

.ant-popover-arrow {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
}

.ant-popover-arrow-content {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .06);
    transform: translateY(11px) rotate(-135deg);
}

.ant-popover-arrow-content {
	background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 11.3137085px;
    height: 11.3137085px;
    margin: auto;
    content: "";
    pointer-events: auto;
    border-radius: 0 0 2px;
    pointer-events: none;
}

.ant-popover-inner-content {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 12px 16px;
    color: rgba(0, 0, 0, .85);
}

.index_downappimg__puv3b {
    background: #fff;
    padding: 20px;
    width: 273px;
}

.scale_connent__Qjc3N {
    margin: 0 auto;
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.scale_connent__Qjc3N .scale_vcode__Pj3i0 {
    margin-right: 10px;
    width: 102px;
    flex-shrink: 0;
}

.scale_connent__Qjc3N .scale_vcode__Pj3i0 img {
    width: 102px;
    height: 102px;
}

.scale_connent__Qjc3N .scale_vcode__Pj3i0 h4 {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin-top: 5px;
}

.scale_connent__Qjc3N .scale_vcode__Pj3i0 h4 b {
    display: block;
    font-weight: 700 !important;
    margin: 0 !important;
}

.scale_connent__Qjc3N .scale_links__NoB8o p {
    padding: 8px;
    width: 120px;
    border: 1px solid #000;
    cursor: pointer;
}

.scale_connent__Qjc3N .scale_links__NoB8o p:first-child a {
    background: url('../images/icon_android.png') no-repeat;
    background-size: 24px 24px;
    display: inline-block;
    padding-left: 30px;
}

.scale_connent__Qjc3N .scale_links__NoB8o p a {
    background: url('../images/icon_ios.png') no-repeat;
    background-size: 24px 24px;
    display: inline-block;
    padding-left: 30px;
    color: #333;
    text-decoration: none;
}

/*大于 像素时调用 css*/
@media screen and (min-width:1024px) {
	.max-width {
        max-width: 1024px;
        margin: 0px auto;
        display: flex;
    }
}

/*小于 像素时调用 css*/
@media screen and (max-width:750px) {
    
    body{
        font-size:24px !important;
    }
    
    .max-width{
        width:100%;
        display: inline-block;
    }
	
	.news-box {
        margin-top:50px;
	    background:#f8f9f9;
	    padding-top:0px;
    }
	.news-box .page-header{
		margin: 20px 15px 0px;
	}
	.news-box .panel{
		padding-left:15px;
		padding-right:15px;
	}
	
	.news-box .left-box .panel .panel-body{
	    /*text-align: justify !important;*/
	    /*-webkit-font-smoothing: antialiased;*/
     /*   font-family: Microsoft Yahei;*/
	    /*color: #050505;*/
     /*   font-weight: 400;*/
     /*   font-size: 22px;*/
     /*   line-height: 20px;*/
	}
	
	.news-box .left-box .panel .panel-body p{
	    margin:0px;
	    /*line-height: 40px;*/
	}
	
	.news-box .left-box .panel .panel-body img{
	    width: 99.5vw !important;
	    border:none;
	    max-width:max-content;
	    display: block;
        margin-left: -30px;
        box-sizing: border-box;
	}
	
}
