a {
    color: #3a3a3a;
}

/*全球可信*/
.slide-content-inner h1{
    margin-top: 200px;
    font-size: 50px;
    color: #fff;
}
.slide-content-inner h4{
    margin-top: 28px;
    font-size: 20px;
    color: #fff;
}

.slide-content-inner .banner-link-button {
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 54px;
    width: 160px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.slide-content-inner .banner-link-button:hover {
    background: #fff;
    color: #333;
    border: 1px solid #fff;
}

.sec-title {
    margin: 30px 0;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.service-list {
    width: 100%;
    margin-top: -15px;
    margin-bottom: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.service-item {
    float: none!important;
    display: inline-block;
    word-spacing: 0;
    padding-top: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    transition: all .3s ease-out 0s;
}

.service-container {
    padding-top: 15px;
    border: 1px solid #EBECEC;
}

.service-item img {
    max-width: 100%;
    height: auto;
    transition: all .3s ease-out 0s;
    vertical-align: top;
}

.service-item-title a{
    color: #333;
    margin: 10px 0 0;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
}


.service-item p {
    padding-top: 32px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.product-introduce-price {
    margin: 10px auto 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.product-introduce-price .price-white {
    display: inline-block;
    font-size: 30px;
    height: 36px;
    line-height: 36px;
    color: #EC3900;
}

.buy-link-btn {
    display: block;
    margin: 20px auto 0;
    width: 90%;
    height: 40px;
    line-height: 25px;
    background-color: #ff9600;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*服务承诺*/

.promise_list {
    margin-top: 58px;
    margin-bottom: 50px;
}

.promise_list li {
    float: left;
}


.promise_list a {
    float: left;
    height: 20px;
    padding-top: 103px;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-right: 157px;
}

.promise_list a.last {
    margin-right: 0;
}

.promise_list i {
    position: absolute;
    width: 88px;
    height: 88px;
    left: 50%;
    top: 0;
    margin-left: -44px;
    background: url(/ssl/images/promise_cn.png) no-repeat;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.promise_list .rotate_1 {
    z-index: 1;
}

.promise_list .rotate_2 {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.promise_list a:hover .rotate_1 {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.promise_list a:hover .rotate_2 {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
}



.promise_list .promise_list_1 .rotate_1 {
    background-position: 0 0;
}
.promise_list .promise_list_1 .rotate_2 {
    background-position: 0 -88px;
}

.promise_list .promise_list_2 .rotate_1 {
    background-position: -88px 0;
}

.promise_list .promise_list_2 .rotate_2 {
    background-position: -88px -88px;
}

.promise_list .promise_list_3 .rotate_1 {
    background-position: -176px 0;
}

.promise_list .promise_list_3 .rotate_2 {
    background-position: -176px -88px;
}

.promise_list .promise_list_4 .rotate_1 {
    background-position: -264px 0;
}

.promise_list .promise_list_4 .rotate_2 {
    background-position: -264px -88px;
}

.promise_list .promise_list_5 .rotate_1 {
    background-position: -352px 0;
}

.promise_list .promise_list_5 .rotate_2 {
    background-position: -352px -88px;
}

/*证书品牌*/

.sec-title {
    margin: 30px 0;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.module {
    padding: 15px 0 30px 0;
}

.brand-tabs {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-left: 0px;
    width: 100%;
}

.brand-tabs li {
    display: list-item;
    position: relative;
    float: left;
    width: 240px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.brand-item-1 {
    background-image: url(/ssl/images/brand_1.png);
}

.brand-item-2 {
    background-image: url(/ssl/images/brand_2.png);
}

.brand-item-3 {
    background-image: url(/ssl/images/brand_3.png);
}

.brand-item-4 {
    background-image: url(/ssl/images/brand_4.png);
}


.active-style {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: url(/ssl/images/brand_blue.png) no-repeat center;
}

.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(/ssl/images/brand_1_white.png);
}

.brand-item-2 .active-style span {
    background-image: url(/ssl/images/brand_2_white.png);
}

.brand-item-3 .active-style span {
    background-image: url(/ssl/images/brand_3_white.png);
}

.brand-item-4 .active-style span {
    background-image: url(/ssl/images/brand_4_white.png);
}

.brand-block {
    height: 240px;
    padding: 80px 80px 0 395px;
    border: 1px solid #dfdfdf;
    background-repeat: no-repeat;
    background-position: 43px center;
}

.brand-block .brand-title {
    font-size: 18px;
    color: #333;
}

.brand-block .brand-info {
    padding-right: 30px;
    margin-top: 30px;
    line-height: 25px;
    font-size: 14px;
    color: #777;
    text-align: justify;
}

.brand-block-1 {
    background-image: url(/ssl/images/brand_1_large.png);
}

.brand-block-2 {
    background-image: url(/ssl/images/brand_2_large.png);
}

.brand-block-3 {
    background-image: url(/ssl/images/brand_3_large.png);
}

.brand-block-4 {
    background-image: url(/ssl/images/brand_4_large.png);
}

/*获取优惠价*/
.footer-banner-button a {
    position: relative;
    z-index: 20;
    display: inline-block;
    margin-top: 24px;
    width: 220px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #888;
    color: #666;
}

.footer-banner-button a:hover {
    color: #fff;
    border: 1px solid #E6504F;
    background: #E6504F;
}

.footer-banner{
    position: relative;
    min-width: 1200px;
    background: #0af url(img/footer_bg.jpg) no-repeat center;
    height: 180px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.footer-bubble {
    position: absolute;
}

.bubble-1 {
    top: -120px;
    left: 50%;
    z-index: 10;
    margin-left: -120px;
    width: 240px;
    height: 240px;
    background: url(/ssl/images/footer_bubble_1.png);
    animation: bubble-animate-1 linear 10s infinite;
}

.bubble-2 {
    top: 50px;
    left: 34%;
    z-index: 11;
    width: 360px;
    height: 360px;
    background: url(/ssl/images/footer_bubble_2.png);
    animation: bubble-animate-2 linear 12s infinite;
}

.bubble-3 {
    top: 50px;
    left: 48%;
    z-index: 12;
    width: 300px;
    height: 300px;
    background: url(/ssl/images/footer_bubble_3.png);
    animation: bubble-animate-3 linear 11s infinite;
}

@keyframes bubble-animate-1 {
    from {
        top: -120px
    }
    50% {
        top: -180px
    }
    to {
        top: -120px
    }
}

@keyframes bubble-animate-2 {
    from {
        top: 50px;
        left: 34%
    }
    50% {
        top: 80px;
        left: 24%
    }
    to {
        top: 50px;
        left: 34%
    }
}

@keyframes bubble-animate-3 {
    from {
        top: 50px;
        left: 48%
    }
    50% {
        top: 80px;
        left: 58%
    }
    to {
        top: 50px;
        left: 48%
    }
}


/*详情页代码*/

.wrap {
    margin-bottom: 70px;
}

.j-main .entry {
    margin-top: 0px;
}

.entry .entry-content p {
    margin-bottom: 20px;
}

.entry .entry-content {
    line-height: 1.8;
    font-size: 16px;
}

.ssl-level {
    padding-top: 20px;
}

.ssl-level h3{
    margin-bottom: 20px;
}

/*价格表*/
.module {
    padding: 25px 0 30px 0;
}

.module a{
    color: #3a3a3a;
}


.table-info {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E6E6E6;
    text-align: center;
}

.table-info thead th, .table-info tbody td {
    padding: 4px 5px;
    font-weight: 400;
    font-size: 14px;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.table-info thead th {
    background-color: #f5f5f5;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.table-info .ssldtit {
    background: #2684dc;
    color: #ffffff;
    padding: 10px 10px;
}

.table-info tbody td {
    color: #fff;
    /* background: #fff; */
}

table .product-price, .product-price {
    font-size: 18px;
    color: #FF3F00;
    font-weight: bold;
}

.btn-primary {
    color: #fff !important;
    background: #08c;
    border-color: #08c;
}

.btn-primary{
    color: #fff;
    outline: 0;
}
.talogo {
    background: url(/ssl/images/talogo.png) no-repeat;
}


.talogo2 {
    height: 34px;
    width: 113px;
    background-position: 0 -238px;
}

.talogo3 {
    height: 34px;
    width: 113px;
    background-position: 0 -34px;
}

.talogo4 {
    height: 34px;
    width: 113px;
    background-position: 0 -102px;
}

.talogo5 {
    background: url(/ssl/images/brand_4.png) no-repeat;
    height: 40px;
    width: 120px;
}

.text-left tr td p{

}



.tuijian-box {
    display: none;
}

.probaojia {
    font-size: 16px;
    color: #fe6300;
    font-weight: bold;
}


/*证书产品比较*/
.module h1 {
    margin: 30px 0;
    font-size: 2em;
}

table {
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

.d-row{
    width: 100%;
}

.d-row th {
    padding: 20px 0px;
    background: #f3f3f3;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.d-row th, .d-row td {
    color: #4c4c4c;
    border: 1px solid #e6e6e6;
    padding: 20px 15px;
    font-size: 14px;
}


.text-center {
    text-align: center;
}

.lockimg {
    display: inline-block;
    background: url(/ssl/images/img-lock.png) no-repeat;
}

.icon-lock_r5 {
    height: 21px;
    width: 100px;
    background-position: 0 0;
}

.icon-lock_r4 {
    height: 21px;
    width: 100px;
    background-position: 0 -66px;
}

.icon-lock_r3 {
    height: 21px;
    width: 100px;
    background-position: 0 -32px;
}

.icon-lock_r2 {
    height: 21px;
    width: 100px;
    background-position: 0 -100px;
}

.table-ok-icon {
    line-height: 1.5em;
    background: url(/ssl/images/icon-ok.png) no-repeat center;
    vertical-align: middle;
}

/*浏览器展示*/
.pv-llqzs {
    padding: 45px 0px;
    width: 100%;
    background: url(/ssl/images/viewback_02.jpg)no-repeat center center;
}

.pv-llqzs h3{
    color: #fff;
    text-align: center;
}
.pv-llqzs .tit {
    width: 100%;
    text-align: center;
    font-size: 1.875rem;
    color: #fff;
}

.pv-llqzs .con {
    width: 100%;
    display: inline-block;
    margin-top: 45px;
    text-align: center;
    background: #f5f5f5;
    box-shadow: 0px 0px 3px #fff;
    position: relative;
}

.pv-llqzs .con .gallery-thumbs {
    overflow: hidden;
    width: 80%;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.pv-llqzs .con .gallery-thumbs .swiper-slide {
    padding: 60px 0px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    transform: scale(1.2);
    background: url(https://www.itrus.cn:443/static/style/images/xl.png)no-repeat center 80%;
}

.gallery-thumbs .swiper-slide {
    width: 18%;
    height: 100%;
    opacity: 1;
    transform: scale(0.8);
}

.swiper-slide {
    display: inline-block;
    background-size: cover;
    background-position: center;
}
.pv-llqzs .con .gallery-top {
    padding: 40px 0px;

}

.gallery-top .swiper-wrapper div:nth-child(n+2){
    display: none;
}

/*案例展示*/
.pv-alzs {
    width: 100%;
    padding: 60px 0px;
    background: #fff;
}

.pv-alzs h3{
    text-align: center;
}

.pv-alzs .con {
    width: 100%;
    margin-top: 35px;
    display: inline-block;
}

.pv-alzs .con li {
    float: left;
    border: 1px solid #eaeaea;
    margin-top: 22px;
    margin-left: 1.666%;
    width: 15%;
    overflow: hidden;
    text-align: center;
}

.pv-alzs .con li img {
    transition: all 1s;
    max-width: 100%;
}

.pv-alzs .con li:hover img {
    transform: scale(1.2);
}


.pv-alzs .con ul {
    margin-top: -22px;
    margin-left: -1.666%;
}


/*在线生成CSR*/
.page-tools .help-block {
    margin-left: 165px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    min-width: 80px;
}

.csr_result {
    margin-top: 25px;
    font-size: 15px;
}

.mycsr {
    font-weight: bold;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.page-title {
    position: relative;
    float: none;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 30px 0px;
    margin-bottom: 80px;
    background: #999 url(/ssl/images/site-img37.jpg);
    background-size: cover;
    background-position: center;
}

.page-title {
    padding: 90px 0px;
}

.region-sidebar-first, .region-sidebar-first {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 3px;
}
 .region-sidebar-first ul li, .region-sidebar-first ul li {
    padding: 8px 0px;
     cursor: pointer;
}
.region-sidebar-first, .region-sidebar-first a{
    font-size: 15px;
    color: #3183d7;
}

#ssltools-csr-generator-form, #zj-get-intermediate-cert-code-form, #ssltools-ssl-checker-form, #ssltools-csr-decoder-form, #ssltools-cert-decoder-form, #ssltools-crt-to-pfx, #ssltools-crt-to-jks, #ssltools-key-csr-cert-match-form, #ssltools-ats-checker-form {
    background-color: #f3f3f3;
    padding: 20px;
}

.page-tools .form-item label {
    float: left;
    margin-right: 15px;
    width: 150px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-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;
}

.page-tools .form-control {
    width: auto;
}

#ssltools-csr-generator-form, #zj-get-intermediate-cert-code-form, #ssltools-ssl-checker-form, #ssltools-csr-decoder-form, #ssltools-cert-decoder-form, #ssltools-crt-to-pfx, #ssltools-crt-to-jks, #ssltools-key-csr-cert-match-form, #ssltools-ats-checker-form {
    background-color: #f3f3f3;
    padding: 20px;
}

/*错误提示框*/
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
}

.error ul{
    line-height: 26px;
}

/*CSR检查*/
.page-tools .form-item label {
    float: left;
    margin-right: 15px;
    width: 150px;
}

.page-tools .form-textarea {
    width: 100%;
}

.page-tools .textcode, .page-node-301 .text_code {
    background-color: #f3f3f3;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 30PX;
}

.textcode {
    border-left: 2px solid red;
    padding-left: 30px;
    margin-top: 20px;
}

.csrdecoder, .certdecoder {
    margin-bottom: 50px;
}

.line26{
    line-height: 26px;
}

.region{
    font-size: 15px;
}

.matchresult {
    font-size: 20px;
    width: 80%;
    margin-bottom: 50px;
}

.octype {
    font-weight: bold;
    margin-top: 50px;
}

.octype, .command_intro, .octitle, .text_code {
    margin-bottom: 15px;
}

.text_code {
    background-color: #f3f3f3;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 30PX;
}

.text_code a{
    color: #3183d7;
}



/*pem-to-tomcat*/
.field-name-body p, .blog_postcontent p {
    margin-bottom: 20px !important;
    font-size: 15px;
    line-height: 32px;
}

blockquote {
    margin: 20px 0 20px 36px;
    font-size: 16px;
    border-left: 5px solid #e54c4c;
    padding: 5px 20px 5px 20px;
    font-weight: normal;
    color: #454545;
    background-color: #f3f3f3;
}

blockquote, q {
    quotes: none;
}