.recommend-content{
    width: 1200px;
    margin: 30px auto;
}
.recommend-content .ssl-tabbox{
    width: 100%;
}
.recommend-content .ssl-tabbox li{
    width: 299px;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
    height: 110px;
}
.recommend-content .ssl-tabbox li.line{
    width: 1px;
    background: #ccc;
}
.recommend-content .ssl-tabbox li:last-child{
    border-right:none;
    width:300px;
}
.recommend-content .ssl-tabbox li h6{
    font-size: 20px;
    line-height:50px;
    color:#2383EC;
    margin: 0;
}
.recommend-content .ssl-tabbox li p{
    font-size: 14px;
    line-height: 25px;
    width: 90%;
    margin: 0 auto 10px;
}
.ssl-tabbox li .arrow{
    width: 43px;
    height: 19px;
    background: #fff;
    position: absolute;
    top: 100%;
    left:123px;

}
.recommend-content .ssl-tabbox li.active{
    background: #2383ec;
    color: #fff;
}
.recommend-content .ssl-tabbox li.active h6{
    color: #fff;
}
.recommend-content .ssl-tabbox li:hover{
    -webkit-animation: linear swing 1s 1;
    animation: linear swing 1s 1;
}
.recommend-content .ssl-tabbox li.active:hover{
    -webkit-animation:none;
    animation:none;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
.ssl-tabbox li.active .arrow{
    background: url("/Public/static/images/ssl/arrow.png") center center no-repeat;
}

.tab-ul{
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.show{
    display: block;
}
.tab-ul li{
    width:288px;
    height: 335px;
    float: left;
    padding: 20px 0;
    position: relative;
    border: 1px solid #e5e5e5;
    margin:70px 5px 5px 5px;
    background: #fff;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;

}
.HT30 {
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.HT30 img{
    height: 30px;
}
.tab-li-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 10px 10px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.tab-li-tips {
    background: url(/Public/static/images/ssl/line.png) center no-repeat;
    text-align: center;
    margin: 0 30px 10px 30px;
    height: 24px;
}
.tab-li-tips > span {
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.red-bg {
    background: #ea6161;
}
.tab-list {
    width: 100%;
    line-height: 30px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 30px;
}
.tab-list-alpha {
    color: #999;
    margin-right: 5px;
}
.tab-list-img {
    margin-left: 5px;
    cursor: pointer;
}
.tab-li-tips {
    background: url(/Public/static/images/ssl/line.png) center no-repeat;
    text-align: center;
    margin: 0 30px 10px 30px;
    height: 24px;
}
.tab-list-price {
    color: #666;
    margin: 5px 0 26px 0;
    text-align: center;
}
.market-price {
    color: #999;
}
.our-price {
    font-size: 26px;
    color: #ff6600;
    margin-left: 10px;
}
.tab-contain{
    height: 500px;
    position: relative;
    overflow: hidden;
}
.tab-contain:hover .go-left,.tab-contain:hover .go-right{
    display: block;
}
.tab-ul > li:hover {
    height: 430px;
    margin-top:25px;
    box-shadow: 0px 0px 6px 0px #ccc;
}
a.tab-list-buy {
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    text-align: center;
    background: #fe8431;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    margin: 15px auto;
}

a.know-more {
    display: block;
    color: #0066cc;
    text-align: center;
    margin-top: 5px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

.ssl-des{
    margin: 30px auto;
}
.ssl-des .text{
    float: left;
    width: 760px;
    line-height: 35px;
    font-size: 16px;
    margin-top: 30px;
    color: #333;
}
.ssl-des img{
    float: right;
}

.go-left, .go-right, .to-left, .to-right {
    width: 26px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    display: none;
}
.go-right, .to-right {
     background: url(/Public/static/images/ssl/go-right.png) no-repeat center;
     right: 3px;
 }
.go-left, .to-left {
    background: url(/Public/static/images/ssl/go-left.png) no-repeat center;
    left: 3px;
}

/* 特点与优势 */
.content-advantage{
    overflow: hidden;
    margin: 30px auto;
}
.content-advantage li{
    float: left;
    overflow: hidden;
    width:580px;
    margin: 0 40px 20px 0;
}
.content-advantage li:nth-of-type(2n){
    margin-right: 0;
}
.content-advantage li img{
    float: left;
    margin-top:20px;
}
.content-advantage div{
    float: right;
    width:470px;

}
.content-advantage div h5{
    font-size:20px;
    margin: 0;
    line-height: 50px;
    color: #333;
}
.content-advantage div p{
    font-size:14px;
    line-height: 30px;
    color: #666;
}
/*证书品牌*/
.brand-tabs {
    margin-top: 50px;
    width: 100%;
}
.brand-tabs li {
    display: list-item;
    position: relative;
    float: left;
    width: 240px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
}
.brand-tabs li:hover {
    cursor: pointer;
}
.brand-item-1 {
    background-image:url(/Public/static/images/ssl/comodo.png);
}
.brand-item-2 {
    background-image: url(/Public/static/images/ssl/symantec.png);
}
.brand-item-3 {
    background-image:url(/Public/static/images/ssl/geotrust.png);
}
.brand-item-4 {
    background-image: url(/Public/static/images/ssl/thawte.png);
}
.brand-item-5 {
    background-image:  url(/Public/static/images/ssl/rapidssl.png);
}
.active-style {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2383ec;

}
.brand-tabs li.tab-active{
    background-color: #2383ec;
}
.brand-tabs li.tab-active .active-style {
    display: block;
}
.active-style span {
    display: inline-block;
    width: 240px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
}
.brand-item-1 .active-style span {
    background-image: url(/Public/static/images/ssl/comodo-white.png);
}
.brand-item-2 .active-style span {
    background-image: url(/Public/static/images/ssl/symantec-white.png);
}
.brand-item-3 .active-style span {
    background-image: url(/Public/static/images/ssl/geotrust-white.png);
}
.brand-item-4 .active-style span {
    background-image:url(/Public/static/images/ssl/thawte-white.png);
}
.brand-item-5 .active-style span {
    background-image: url(/Public/static/images/ssl/rapidssl-white.png);
}
.brand-tabs li .arrow{
    width:43px;
    height:19px;
    background:url(/Public/static/images/ssl/arrow.png) center top no-repeat;
    position: absolute;
    top: 100%;
    left:98px;
    display:none ;
}
.brand-tabs li.tab-active .arrow {
    display:block ;
}
.brand-block {
    padding:40px 20px 40px 20px;
    border: 1px solid #dfdfdf;
    background-repeat: no-repeat;
    background-position: 43px center;
}

.brand-block .brand-info {
    padding-right: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    text-align: justify;
}
/*购买流程*/
.ssl-buy-step {
    position: relative;
    height: 250px;
    padding: 0 26px;
    margin: 30px auto 0;
}
.step-icon {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    height: 28px;
    background: url(/Public/static/images/ssl/step-line.png) repeat-x center center;
}
.step-icon:after,
.step-icon:before {
    position: absolute;
    top: 0;
    content: '';
    width: 28px;
    height: 28px;
    background: url(/Public/static/images/ssl/step-icon.png) no-repeat;
}
.step-icon:before {
    left: 0;
    background-position: left center;
}
.step-icon:after {
    right: 0;
    background-position: right center;
}
.step-items .item {
    position: relative;
    float: left;
    margin-left: 116px;
    width: 140px;
    height: 140px;
    background-color: #fff;
    z-index: 10;
}
.step-items .item .center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.step-items .item-1 .center {
    background: url(/Public/static/images/ssl/center-1.png) no-repeat 0 0;
}
.step-items .item-2 .center {
    background: url(/Public/static/images/ssl/center-2.png) no-repeat 0 0;
}
.step-items .item-3 .center {
    background: url(/Public/static/images/ssl/center-3.png) no-repeat 0 0;
}
.step-items .item-4 .center {
    background: url(/Public/static/images/ssl/center-4.png) no-repeat 0 0;
}
.step-items .item h2 {
    margin-top: 20px;
    margin-bottom: 12px;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.step-items .item p {
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.step-items .item .circle-border {
    width: 100%;
    height: 100%;
}
/*常见问题*/
.qa-box{
    margin: 30px auto 40px;
    background: #f9f9f9;
}
.qa-box li {
    width:370px;
    background-color:#f9f9f9;
    float: left;
    margin-left:30px;
}
.qa-box li:first-child{
    margin-left: 0;
}
.qa-box:hover {
    /*box-shadow: 0px 5px 13px 1px rgba(0, 0, 0, 0.2);*/
}
.qa-title {
    position: relative;
    height: 66px;
    line-height: 80px;
}
.qa-title1 {
    background: url(/Public/static/images/ssl/icon-question-box-01.png) no-repeat 30px 30px;
}
.qa-title2 {
    background: url(/Public/static/images/ssl/icon-question-box-02.png) no-repeat 30px 30px;
}
.qa-title3 {
    background: url(/Public/static/images/ssl/icon-question-box-03.png) no-repeat 30px 30px;
}
.qa-title span {
    display: inline-block;
    margin-left: 58px;
    font-size: 18px;
    color: #333;
}
.qa-title a {
    position: absolute;
    right: 22px;
    top: 0px;
    display: inline-block;
    font-size: 12px;
    color: #1d8cd9;
}
.qa-box-list {
    margin: 0 25px 0 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.qa-box-list a {
    position: relative;
    display: block;
    padding-left:15px;
    font-size: 16px;
    color: #333;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.qa-box-list a:hover {
    color: #009fd9;
}
.qa-box-list a:before {
    position: absolute;
    left: 0px;
    top: -4px;
    content: ".";
    font-size: 16px;
    color: #333;
}
.qa-btn{
    color:#fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 37px;
    background:#008ef4;
    display: block;
    width: 260px;
    height: 37px;
    border-radius: 22px;
    margin:  0 auto 20px;
    clear: both;
}

/*SSL证书类型*/
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: rgba(51, 51, 51, 0.1);
    table-layout: fixed;
    width: 100%;
    font-size: 16px;
}
th, td {
    border-width: 0 1px 1px 0px;
    border-style: solid;
    border-color: rgba(51, 51, 51, 0.1);
    padding:10px;

}
.single-content table{
    border-style: solid;
    border-color: rgba(51, 51, 51, 0.1);
    border-width: 1px 1px 0 1px;
}
.single-content table th,.single-content table td{
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(51, 51, 51, 0.1);
    text-align: center;
}
.single-content,.types-content{
    margin: 30px auto;
}
.mrt40{
    margin-top: 40px;
}
.buy-btn{
    margin: 0 auto;
    width:80px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius:5px;
}
.orange{
    color:#FF580F;
}
/*CSR在线生成工具*/
.csr-content{
    margin-bottom: 30px;
}
.tools-form-intro {
    color: #999;
    width: 895px;
    text-align: center;
    margin: 0 auto 50px;
}
.red-font {
    color: #ff0000 !important;
}
.form-group {
    margin: 20px auto 0 auto;
    overflow: hidden;
}
.formleft {
    width: 230px;
    height: 40px;
    text-align: right;
    margin-right: 15px;
    color: #333;
    float: left;
    font-weight: normal;
}
.formleft .xinxi {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
}
.formleft .star {
    font-size: 24px;
    color: #ff2121;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.formright {
    width: 385px;
    height: 40px;
    border-radius:5px;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
}
.formright {
    width:710px;
}
.formright~span{
    line-height: 40px;
}
.hint {
    padding-left:245px;
    color:red;
    font-size: 12px;
    margin: 10px 0 0 0;
}
.form-group .tosoldnext {
    width: 135px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    background:#008ef4;
    color: #fff;
}
.textarea-group{
    padding-left:170px;
    margin:30px 0 0;
    display: none;
}
.textarea-group h5{
    font-size:18px;
    font-weight: bold;
    color: #333;
    margin:0 0 5px 0;
}
.textarea-group p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.textarea-group textarea{
    width:875px;
    padding: 10px;
    line-height: 30px;
    color: #363636;
    font-size: 14px;
    min-height: 200px;
    box-sizing:border-box;
    border-color: #ccc;
}
/*品牌*/
.single-content2 table{
    border-width:1px 0 0 0;
    margin-bottom: 0;
}
.single-content2 table th,.single-content2 table td{
    height: 70px;
    box-sizing: border-box;
}
.brand-ntab {
    width: 20%;
    float: left;
    background-color: #fff;
    border-right: 1px solid #e4e4e4;
    box-sizing: border-box;
}
.brand-ntab div {
    font-weight: normal;
    padding: 5px;
    height:70px;
    line-height:85px;
    text-align: center;
    width: 240px;
    left: 0;
    top: 0;
    cursor: pointer;
    box-sizing: border-box;
}

.brand-ntab div.act {
    background-color: #fff;
    border-left: 4px solid #2383EC;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-right:1px solid #fff;
    height: 71px;
    line-height:85px;
    margin-top: -1px;
}
.brand-ntab div.act:first-child{
    margin-top: 0px;
}
.brand-ncontent {
    width: 80%;
    float: left;
    background: #fff;
}
.brand-ncontent > div {
    display: none;
    border-right: 1px solid #e4e4e4;
}
.brand-ncontent > div.show{
    display: block;
}
/*详情页*/
.detail-top{
    margin: 40px auto;
}
.detail-top table{
    margin: 0;
}
.detail-top table th,.detail-top table td{
    text-align:left;
    padding-left: 30px;
}
.detail-top .buy-btn{
    margin:0 30px 0 0;
    float: right;
}
.detail-top table th{
    font-size:18px;
}
.feature{
    background: #EEEEEE;
    padding: 1px 0 40px;
}
.feature-content{
    margin-top: 30px;
}
.feature-content li{
    float: left;
    width: 50%;
    padding-left: 100px;
    font-size:16px;
    color: #363636;
    box-sizing: border-box;
    line-height: 35px;
}
.mrt30{
    margin-top: 30px;
}
.functional-advantage{
    background: #EEEEEE;
    padding: 1px 0 40px 0;
    margin: 40px 0 0;

}
.functional-advantage-content{
    margin: 30px 0 0;
}
.functional-advantage-content h5{
    font-size: 18px;
    line-height: 35px;
    margin: 10px 0 0 0;
    font-weight: bold;
}
.functional-advantage-content p{
    font-size: 16px;
    line-height: 30px;
}

