@charset "utf-8";
/* CSS Document */

body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
}
p, h1, h2, h3, h4, h5, ul, dl, dd {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
a {
    color: #333;
}
a:hover {
    color: #1f93ff;
}
.container {
    width: 1280px;
    margin: 0 auto;
}
/*banner*/
.ssl-banner {
    background: url("../../image/sub/others-SSL/banner.jpg") center top #1b212d no-repeat;
}
.product-banner {
    height: 560px;
    min-width: 1280px;
    overflow: hidden;
}

.product-banner .main {
    margin: 175px 0 0;
    color: #fff;
    overflow: hidden;
}
.product-banner h2 {
    font-size: 40px;
	line-height: 40px
}
.product-banner p {
    font-size: 16px;
    line-height: 38px;
    margin: 24px 0 60px;
    overflow: hidden;
}

/*不使用SSL证书*/
.ssl-part1 {
    padding: 95px 0;
    background: #f2f5fa;
    min-width: 1280px;
    overflow: hidden;
}

.product-cloumn {
    text-align: center;
    font-size: 32px;
}
.product-list ul {
    margin: 75px 0 0 -40px;
    overflow: hidden;
}
.product-list li {
    float: left;
    background: #fff;
    text-align: center;
    margin-left: 40px;
    width: 400px;
    overflow: hidden;
}
.product-list li::before {
    content: "";
    display: block;
    margin: 40px auto 30px;
    width: 65px;
    height: 74px;
    background: url("../../image/sub/others-SSL/icons.png") no-repeat;
}
.ssl-part1 .item1::before {
    background: url("../../image/sub/others-SSL/ico1.png") center no-repeat;
}
.ssl-part1 .item2::before {
    background: url("../../image/sub/others-SSL/ico2.png") center no-repeat;
}
.ssl-part1 .item3::before {
    background: url("../../image/sub/others-SSL/ico3.png") center no-repeat;
}
.product-list li h4 {
    font-size: 22px;
    margin: 0 0 15px;
}
.product-list li p {
    color: #666666;
    line-height: 28px;
    margin: 0 50px;
}
.ssl-part1 li p {
    text-align: left;
    margin: 0 28px;
    height: 125px;
}


/*SSL证书快读选购*/
.ssl-part2 {
    padding: 95px 0;
    min-width: 1280px;
    overflow: hidden;
}
.balance-table {
    width: 100%;
    margin: 75px 0 0;
    color: #333;
    text-align: center;
    background: #fff;
    border-spacing: 0;
    border-collapse: collapse;
}
.ssl-part2 .balance-table {
    border: 1px solid #ddd;
}
.balance-table th {
    height: 60px;
    position: relative;
    background: #f2f5fa;
    font-size: 16px;
    font-weight: normal;
}
.balance-table td {
    padding: 12px 0;
    border-bottom: 1px solid #dee3eb;
}
.ssl-part2 tbody td {
    padding: 20px 35px;
    text-align: left;
    color: #666666;
    line-height: 28px;
    border-right: 1px solid #dee3eb;
}
.balance-table .title {
    background: #e9edf3;
    font-size: 16px;
    text-align: center;
}
.ssl-part2 .balance-table .title {
    text-align: center;
    font-size: 16px;
    color: #333333;
}

/*产品功能*/
.ssl-part3 .product-cloumn {
    color: #fff;
    margin-bottom: 75px;
}
.ssl-part3 {
    padding-top: 95px;
    height: 555px;
    background: url("../../image/sub/others-SSL/bg.jpg") center top #182235 no-repeat;
    min-width: 1280px;
    overflow: hidden;
}
.ssl-part3 .list {
    margin-left: -40px;
    overflow: hidden;
}
.ssl-part3 .list li {
    float: left;
    margin-left: 40px;
    width: 400px;
    height: 340px;
    background: #fff;
}
.ssl-part3 .list img {
    display: block;
    height: 190px;
    width: 100%;
}
.ssl-part3 .list .info {
    padding: 28px 30px 0;
    overflow: hidden;
}
.ssl-part3 .list h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.ssl-part3 .list p {
    color: #666666;
    line-height: 30px;
}

/*产品优势*/
.ssl-part4 {
    padding: 95px 0 70px;
    background: #f2f5fa;
    min-width: 1280px;
    overflow: hidden;
}
.ssl-part4 ul {
    margin: 75px 0 0 -30px;
    overflow: hidden;
}
.ssl-part4 li {
    float: left;
    position: relative;
    padding: 44px 35px 0 220px;
    height: 116px;
    margin: 0 0 30px 30px;
    background: #fff;
    width: 365px;
}
.ssl-part4 li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 160px;
    background: url("../../image/sub/others-SSL/title.jpg") center top no-repeat;
}
.ssl-part4 li span::before {
    content: "";
    display: block;
    width: 66px;
    height: 75px;
    margin: 42px auto 0;
}
.ssl-part4 .item1 span::before {
    background: url("../../image/sub/others-SSL/ico4.png") center no-repeat;
}
.ssl-part4 .item2 span::before {
    background: url("../../image/sub/others-SSL/ico5.png") center no-repeat;
}
.ssl-part4 .item3 span::before {
    background: url("../../image/sub/others-SSL/ico6.png") center no-repeat;
}
.ssl-part4 .item4 span::before {
    background: url("../../image/sub/others-SSL/ico7.png") center no-repeat;
}
.ssl-part4 li h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.ssl-part4 li p {
    color: #666;
    line-height: 24px;
}

/*应用场景*/
.ssl-part5 {
    padding: 95px 0;
    min-width: 1280px;
    overflow: hidden;
}
.ssl-part5 dl {
    margin-top: 75px;
}
.ssl-part5 dt {
    float: left;
}
.ssl-part5 dd {
    float: right;
    width: 645px;
    margin: 0;
    padding-top: 10px;
}
.ssl-part5 dd li {
    margin-bottom: 35px;
    color: #666666;
    padding-left: 35px;
    background: url("../../images/solution/has.png") left 4px no-repeat !important;
}
.ssl-part5 dd h4 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

/*为什么选择*/
.ssl-part6 {
    padding: 95px 0;
    background: #f2f5fa;
    min-width: 1280px;
    overflow: hidden;
}
.ssl-part6 li {
    width: 290px;
    background: #f2f5fa;
}
.ssl-part6 .item1::before {
    background: url("../../image/sub/others-SSL/ico8.png") center no-repeat;
}
.ssl-part6 .item2::before {
    background: url("../../image/sub/others-SSL/ico9.png") center no-repeat;
}
.ssl-part6 .item3::before {
    background: url("../../image/sub/others-SSL/ico11.png") center no-repeat;
}
