*{
	margin: 0;
	padding: 0;
	
}
a{
	text-decoration: none;
}
html {
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow: hidden scroll;
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
}

article, aside, figure, footer, header, hgroup, section {
    display: block;
}

body, button, input, optgroup, select, textarea {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

code, pre {
    -webkit-font-smoothing: auto;
    font-family: monospace;
}
.mb20 {
    margin-bottom: 20px;
}

.lh78 {
    line-height: 78px;
}
.f56 {
    font-size: 56px;
}
.fw600-white {
    font-weight: 600;
    color: #fff;
}
.opa07 {
    opacity: 0.7;
}
.lh38 {
    line-height: 38px;
}
.f18 {
    font-size: 18px;
}
.fw400-white {
    font-weight: 400;
    color: #fff;
}
.mb64 {
    margin-bottom: 64px;
}

.lh67 {
    line-height: 67px;
}
.f48 {
    font-size: 48px;
}
.fw500 {
    font-weight: 500;
    color: #252d47;
}
.bg-white{
    background: #fff;
}
.section-bg{
	background-color: #f4f7fb;
}
body {
    color: rgb(74, 74, 74);
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.5;
}

header {
    background: rgba(22, 20, 40, 0);
    position: fixed;
    width: 100%;
    z-index: 10;
	border-bottom: 1px solid rgba(255,255,255, 0.3);
}

header .navbar {
	width: 80%;
	height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: 0px 0px;
	margin: 0 auto;
}

header .navbar .container {
	width: 100%;
    height: 100%;
    box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px 0px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

header .navbar .container .logoClass{
	line-height: 70px;
}
header .navbar .container .logoClass img{
	display: block;
	height: 50px;
	width: auto;
}

header .navbar .container .navbar-menu{
	line-height: 70px;
}
.container .navbar-menu ul{
	width: 100%;
	height: auto;
}
.container .navbar-menu ul li{
	display: inline-block;
	padding-right: 48px;
	height: 100%;
}
.container{
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.main{
	width: 100%;
	height: auto;
}

.common-banner.ssl{
	background-image: url(../img/ssl/top-left-min.png), url(../img/ssl/top-right-min.png), url(../img/ssl/bottom-left-min.png), url(../img/ssl/bottom-right-min.png);
	background-size: 314px 158px, 132px 219px, 313px 274px, 257px 152px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: left top, right top, left bottom, right bottom;
}
.common-banner{
	width: 100%;
    background-color: #252d47;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh + 80px);
    position: relative;
}

.common-banner.ssl.flexClass{
	display: flex;
	justify-content: center;
	align-items: center;
}

.has-text-centered{
	text-align: center;
	cursor: default;
}

.page-navigation{
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.1);
	bottom: 0px;
	left: 0;
	position: absolute;
	z-index: 999;
}


.page-navigation .tabs{
	width: 80%;
	height: 80px;
	color: #ffffff;
	margin: 0 auto;
}

.tabs ul {
	width: 100%;
	height: 80px;
    align-items: center;
    border-bottom: 1px solid rgb(219, 219, 219);
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
}
.tabs ul li {
	width: 25%;
    height: 100%;
    border-bottom: none;
	list-style-type: none;
	position: relative;
}
.page-navigation ul li:hover a{
	opacity: 1;
}
.tabs ul li a{
	font-size: 24px;
	font-weight: 800;
	line-height: 36px;
	height: 100%;
	color: #fff;
}
.tabs a {
    align-items: center;
    border-bottom: 1px solid rgb(219, 219, 219);
    color: rgb(74, 74, 74);
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    color: #fff;
	box-sizing: border-box;
}
.page-navigation .tabs li.is-active a{
	opacity: 1;
	height: 100%;
	color: #fff;
}
.page-navigation .tabs li.is-active::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	bottom: 1px;
	right: 0px;
	background: #c62729;
}

.browser-show, .section-introduce {
    padding: 100px 0 50px;
	box-sizing: border-box;
}

.section-introduce.ssl-cert .introduce-wrap {
	width: 100%;
	height: auto;
	display: flex;
    padding: 65px 52px;
	box-sizing: border-box;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .08)
}

.section-introduce.ssl-cert .introduce-wrap .left-wrap {
	width: 50%;
	height: auto;
	display: flex;
	align-items: center;
}

.section-introduce.ssl-cert .introduce-wrap .right-wrap{
	width: 50%;
	height: auto;
}

.section-introduce.ssl-cert .introduce-wrap .left-wrap p{
	line-height: 2;
	text-indent: 2em;
    padding-right: 72px
}

.section-introduce.ssl-cert .introduce-wrap .right-wrap img{
	width: 100%;
	height: auto;
}

.ssl-doc-wrap{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.ssl-doc-wrap >.ssl-doc-wrap-item{
	width: 32%;
	height: 250px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05);
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 32px;
}

.ssl-doc-wrap >.ssl-doc-wrap-item > h3.title{
	width: 100%;
	margin-bottom: 12px;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #252d47;
	text-align: center;
}
.ssl-doc-wrap >.ssl-doc-wrap-item > img{
	width: 100%;
	margin-bottom: 12px;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #252d47;
	text-align: center;
}

.ssl-doc-wrap >.ssl-doc-wrap-item > p.title{
	width: 100%;
	margin-bottom: 12px;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
	color: #252d47;
	text-align: center;
	cursor: default;
}

.ssl-doc-wrap >.ssl-doc-wrap-item > p.subtitle{
	width: 80%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 28px;
	opacity: .7;
	line-height: 26px;
	font-size: 14px;
	font-weight: 400;
	color: #252d47;
	text-align: center;
	cursor: default;
}


.ssl-doc-wrap >.ssl-doc-wrap-item > img{
	width: 50px;
	height: auto;
	display: block;
	margin: 0 auto 16px;
}

.des-wrap{
	width: 80%;
	text-align: center;
	margin: 0 auto 90px;
}

.effect-prevention-wrap{
	width: 100%;
	background-color: #f4f7fb;
	padding: 74px 72px 74px 51px;
	box-sizing: border-box;
	height: auto;
	display: flex;
}

.effect-prevention-wrap > .left-wrap{
	width: 50%;
	height: auto;
	display: flex;
	align-items: center;
}
.effect-prevention-wrap > .left-wrap p{
	line-height: 2;
	text-indent: 2em;
    padding-right: 72px
}
.effect-prevention-wrap > .right-wrap{
	width: 50%;
	height: auto;
}
.effect-prevention-wrap > .right-wrap img{
	width: 100%;
	height: auto;
}

.footer{
	background: #2c2c32;
}

.footer .foot_bottom {
	width: 100%;
	height: auto;
    padding: 40px 0 70px 0;
    border-top: 1px solid #56565b;
}
.footer .foot_bottom .wrap {
    width: 80%;
	height: auto;
	margin: 0 auto;
}
.footer .foot_bottom .foot_link {
    padding-right: 60px;
    position: relative;
    margin-bottom: 40px;
}

.foot_link dl {
    overflow: hidden;
    line-height: 24px;
}
.foot_link dt {
    float: left;
}
.foot_link.cur dd {
    height: auto;
}
.foot_link dd {
    float: right;
    width: calc(100% - 80px);
    overflow: hidden;
    height: 24px;
    overflow: hidden;
}
.foot_p{
	display: flex;
	flex-wrap: nowrap;
}
.foot_p01{
	margin-right: 40px;
}

/* 自定义整个滚动条 */
::-webkit-scrollbar {
  width: 12px; /* 滚动条宽度 */
}
 
/* 自定义滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道颜色 */
}
 
/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
  background: #888; /* 滑块颜色 */
}
 
/* 当hover或active状态时，自定义滑块的颜色 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fixedClass{
	position: fixed;
	top: 70px;
	background: rgb(37, 45, 71);
}

.newsList{
	width: 100%;
	height: auto;
}

.newsList-item{
	width: 100%;
	display: flex;
	background: #fff;
	border-top: none;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05);
	margin-bottom: 32px;
	padding: 32px;
}

.newsList-item .itemImageClass{
	width: 220px;
	height: auto;
}
.newsList-item .itemImageClass img{
	width: 220px;
	height: auto;
	display: block;
    opacity: .7;
}

.newsList-item .itemImageBody{
	margin-left: 20px;
}

.newsList-item .itemImageBody h2{
	width: 100%;
	color: #252d47;
	font-size: 20px;
	cursor: default;
    opacity: .7;
}

.newsList-item .itemImageBody .time{
	align-items: center;
	color: #252d47;
	display: flex;
	font-size: 14px;
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 15px;
	opacity: .7;
}
.newsList-item .itemImageBody .subtitle{
	color: #252d47;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    opacity: .7;
}

.newsList-item:hover .itemImageBody .time,
.newsList-item:hover .itemImageBody .subtitle,
.newsList-item:hover .itemImageClass img,
.newsList-item:hover .itemImageBody h2{
	opacity: 1;
}
.centerWrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.mb48 {
    margin-bottom: 48px;
}
.has-text-left {
    text-align: left !important;
}
.lh28 {
    line-height: 28px;
}
.f20 {
    font-size: 20px;
}
.fw500 {
    font-weight: 500;
    color: #353e47;
}
.questions-list .questions-item .title p {
   margin-bottom: 20px;
}