.bg-gray {
    background-color: #f7f8fa !important;
}

.text-green {
    color: #3c763d !important;
    /*color: #27c24c !important;*/
}

.text-red {
    /*color: #3c763d;*/
    color: #a94442 !important;
}

.text-blue {
    /*color: #3c763d;*/
    color: #337ab7 !important;
}

.text-gray {
    /*color: #3c763d;*/
    color: #999999 !important;
}

.globalsign {
    background-image: url('./img/globalsign.jpg');
}

.geotrust {
    background-image: url('./img/geotrust.jpg');
}

.digicert {
    background-image: url('./img/digicert.jpg');
}

.symantec {
    background-image: url('./img/symantec.jpg');
}

.alpha {
    background-image: url('./img/alpha.jpg');
}



@media screen and (max-width: 767px) {
    .inside-banner {
        background-color: #F6712E;
        height: 180px;
        position: relative;
    }

    .inside-banner h1 {
        width: 100%;
        display: inline-block;
        margin-top:50px;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
    }

    .inside-banner p {
        width: 100%;
        display: inline-block;
        font-size: 12px;
        color: #FFFFFF;
        margin-top: 5px;
        text-align: center;
        padding: 0px 20px;
    }

    .inside-banner a.btn {
        width: 100px;
        display: block;
        margin: 5px auto;
        font-size: 12px;
        color: #FFFFFF;
        border: solid 1px #FFFFFF;
        padding: 5px 25px;
    }

    .inside-banner a.btn:hover{
        background-color: #FFFFFF;
        color: #111111;
    }

    .inside-banner div.pic{
        display: none;
    }

    .inside-main {
        width: 100%;
        margin: auto;
        padding-bottom: 20px;
    }

    .inside-main:after{
        content: '';
        display: block;
        clear: both;
    }

    .inside-main .intro {
        width: 100%;
        height: auto;
        padding: 30px 20px 10px 20px;
    }

    .intro h1 { font-size: 16px; line-height: 50px; text-align: left;}
    .intro p { font-size: 12px; color: #666666; line-height: 20px; text-align: left;}

    .intro-pic {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }

    .intro-pic img {
        max-width: 90%;
    }

    .bijiao {
        width: 100%;
        padding: 20px;
        margin: auto;
        overflow: auto;
    }

    .bijiao h3 { font-size: 16px; line-height: 50px; text-align: center;}

    .bijiao .bj{
        width: 100%;
        border: solid 1px #EEEEEE;
        padding: 0px;
        margin: -1px auto;
        background-color: #FFFFFF;
    }

    .bijiao .bj:after{
        content: '';
        display: block;
        clear: both;
    }

    .bijiao .bj li {
        width: 20%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 12px;
        float: left;
        border-right: solid 1px #EEEEEE;
        color: #666666;
    }

    .bijiao .bj li span {
        display: none;
    }

    .bijiao .bj li:first-child{
        width: 40%;
    }

    .bijiao .bj li:last-child{
        border-right: none;
    }

    .price-list {
        width: 100%;
        height: auto;
        padding: 20px 0px 0px 0px;
        text-align: center;
    }

    .price-list ul {
        padding-top: 20px;
    }

    .price-list ul:after{
        content: '';
        clear: both;
        display: block;
    }

    .price-list ul li {
        width: 100%;
        height: auto;
        padding:20px;
    }

    .price-item {
        border: 1px solid #dee5e7;
        background-color: #FFFFFF;
        border-top: solid 5px #3c763d;

    }

    .price-item .logo {
        width: 100%;
        height: 100px;
        background-position: center;
        background-size: 90%;
        background-repeat: no-repeat;
        z-index: 0;
        border-bottom: 1px solid #dee5e7;
        margin: 0px;
    }

    .price-item .desc {
        width: auto;
        padding: 0px;
    }

    .price-item .desc li {
        width: auto;
        border-bottom: solid 1px #dee5e7;
        height: 42px;
        padding: 0px 30px;
        float: none;
        color: #999;
        line-height: 42px;
        text-align: left;
        font-size: 14px;
        cursor: pointer;
    }

    .price-item .desc li:hover{
        background-color: #EEEEEE;
        color: #333333;
    }

    .price-item .desc li.active {
        background-color:#3c763d;
        color: #FFFFFF;
    }

    .price-item .desc li label {
        margin-right: 5px;
        margin-left: 5px;
        font-weight: bold;
    }

    .price-item .bottom {
        width: auto;
        padding: 20px;
    }

    .price-item .bottom .price {
        line-height: 30px;
        text-align: left;
        color: #ff6600;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .price-item .bottom .price span{
        font-size: 25px;
    }

    .price-item .bottom a {
        display: block;
        color: #FFFFFF;
        background-color: #3c763d;
        line-height: 36px;
    }

    .case-list {
        width: 100%;
        height: auto;
        padding: 20px 0px;
        text-align: center;
        border: none;
    }

    .case-list ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .case-list ul li{
        width: 50%;
        height: 95px;
        float: left;
        text-align: center;
    }

    .case-list .cont {
        padding-top: 20px;
        text-align: center;
    }

    .case-list .cont img {
        max-width: 90%;
    }
}


@media screen and (min-width: 768px) {
    .inside-banner {
        background-color: #F6712E;
        height: 300px;
        position: relative;
    }

    .inside-banner h1 {
        display: block;
        position: absolute;
        top: 80px;
        left: 40px;
        font-size: 26px;
        color: #FFFFFF;
    }

    .inside-banner p {
        display: block;
        position: absolute;
        top: 130px;
        left: 40px;
        font-size: 14px;
        color: #FFFFFF;
    }

    .inside-banner a.btn {
        display: block;
        position: absolute;
        top: 190px;
        left: 40px;
        font-size: 14px;
        color: #FFFFFF;
        border: solid 1px #FFFFFF;
        padding: 10px 25px;
    }

    .inside-banner a.btn:hover{
        background-color: #FFFFFF;
        color: #111111;
    }

    .inside-banner div.pic{
        width: 200px;
        height: 200px;
        position: absolute;
        background-image: url('img/tpf.png');
        background-size: cover;
        opacity: 1;
        right: 20px;
        top: 50px;
    }

    .inside-main {
        width: 100%;
        margin: auto;
        padding-bottom: 20px;
    }

    .inside-main:after{
        content: '';
        display: block;
        clear: both;
    }

    .inside-main .intro {
        width: 100%;
        height: auto;
        padding: 30px;
    }

    .intro h1 { font-size: 20px; line-height: 50px; text-align: left;}
    .intro p { font-size: 14px; color: #666666; line-height: 26px; text-align: left;}

    .intro-pic {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }

    .intro-pic img {
        max-width: 90%;
    }

    .bijiao {
        width: 100%;
        padding: 50px;
        margin: auto;
    }

    .bijiao h3 { font-size: 20px; line-height: 50px; text-align: center;}

    .bijiao .bj{
        width: 100%;
        border: solid 1px #EEEEEE;
        padding: 0px;
        margin: -1px auto;
        background-color: #FFFFFF;
    }

    .bijiao .bj:after{
        content: '';
        display: block;
        clear: both;
    }

    .bijiao .bj li {
        width: 20%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 12px;
        float: left;
        border-right: solid 1px #EEEEEE;
        color: #666666;
    }

    .bijiao .bj li:first-child{
        width: 40%;
    }

    .bijiao .bj li:last-child{
        border-right: none;
    }

    .price-list {
        width: 100%;
        height: auto;
        padding: 50px 0px 0px 0px;
        text-align: center;
    }

    .price-list ul {
        padding-top: 20px;
    }

    .price-list ul:after{
        content: '';
        clear: both;
        display: block;
    }

    .price-list ul li {
        width: 50%;
        height: auto;
        float: left;
        padding:20px;
    }

    .price-item {
        border: 1px solid #dee5e7;
        background-color: #FFFFFF;
        border-top: solid 5px #3c763d;

    }

    .price-item .logo {
        width: 100%;
        height: 100px;
        background-position: center;
        background-size: 90%;
        background-repeat: no-repeat;
        z-index: 0;
        border-bottom: 1px solid #dee5e7;
        margin: 0px;
    }

    .price-item .desc {
        width: auto;
        padding: 0px;
    }

    .price-item .desc li {
        width: auto;
        border-bottom: solid 1px #dee5e7;
        height: 42px;
        padding: 0px 30px;
        float: none;
        color: #999;
        line-height: 42px;
        text-align: left;
        font-size: 14px;
        cursor: pointer;
    }

    .price-item .desc li:hover{
        background-color: #EEEEEE;
        color: #333333;
    }

    .price-item .desc li.active {
        background-color:#3c763d;
        color: #FFFFFF;
    }

    .price-item .desc li label {
        margin-right: 5px;
        margin-left: 5px;
        font-weight: bold;
    }

    .price-item .bottom {
        width: auto;
        padding: 20px;
    }

    .price-item .bottom .price {
        line-height: 30px;
        text-align: left;
        color: #ff6600;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .price-item .bottom .price span{
        font-size: 25px;
    }

    .price-item .bottom a {
        display: block;
        color: #FFFFFF;
        background-color: #3c763d;
        line-height: 36px;
    }

    .case-list {
        width: 100%;
        height: auto;
        padding: 50px 0px;
        text-align: center;
        border: none;
    }

    .case-list ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .case-list ul li{
        width: 33.33%;
        height: 95px;
        float: left;
        text-align: center;
    }

    .case-list .cont {
        padding-top: 50px;
        text-align: center;
    }

    .case-list .cont img {
        max-width: 90%;
    }
}


@media screen and (min-width: 1200px) {
    .inside-banner {
        background-color: #F6712E;
        height: 320px;
        position: relative;
    }

    .inside-banner h1 {
        display: block;
        position: absolute;
        top: 80px;
        left: 80px;
        font-size: 30px;
        color: #FFFFFF;
    }

    .inside-banner p {
        display: block;
        position: absolute;
        top: 130px;
        left: 80px;
        font-size: 16px;
        color: #FFFFFF;
    }

    .inside-banner a.btn {
        display: block;
        position: absolute;
        top: 190px;
        left: 80px;
        font-size: 14px;
        color: #FFFFFF;
        border: solid 1px #FFFFFF;
        padding: 10px 25px;
    }

    .inside-banner a.btn:hover{
        background-color: #FFFFFF;
        color: #111111;
    }

    .inside-banner div.pic{
        width: 200px;
        height: 200px;
        position: absolute;
        background-image: url('img/tpf.png');
        background-size: cover;
        opacity: 1;
        right: 90px;
        top: 50px;
    }

    .inside-main {
        width: 1200px;
        margin: auto;
        padding-bottom: 50px;
    }

    .inside-main:after{
        content: '';
        display: block;
        clear: both;
    }

    .inside-main .intro {
        width: 100%;
        height: auto;
        padding: 50px;
    }

    .intro h1 { font-size: 20px; line-height: 50px; text-align: left;}
    .intro p { font-size: 14px; color: #666666; line-height: 26px; text-align: left;}

    .intro-pic {
        width: 100%;
        text-align: center;
    }

    .intro-pic img {
        max-width: 480px;
    }

    .price-list {
        width: 1200px;
        height: auto;
        padding: 50px 0px 0px 0px;
        text-align: center;
    }

    .price-list ul {
        padding-top: 20px;
    }

    .price-list ul:after{
        content: '';
        clear: both;
        display: block;
    }

    .price-list ul li {
        width: 240px;
        height: auto;
        float: left;
        padding:10px;
    }

    .price-item {
        border: 1px solid #dee5e7;
        background-color: #FFFFFF;
        border-top: solid 5px #3c763d;

    }

    .price-item .logo {
        width: 100%;
        height: 100px;
        background-position: center;
        background-size: 90%;
        background-repeat: no-repeat;
        z-index: 0;
        border-bottom: 1px solid #dee5e7;
        margin: 0px;
    }

    .price-item .certtype {
        width: auto;
        border-bottom: solid 1px #dee5e7;
        height: 42px;
        padding: 0px 20px 0px 30px;
        color: #337ab7;
        line-height: 42px;
        text-align: left;
        font-size: 14px;
        cursor: pointer;
    }

    .price-item .certtype i {
        float: right;
        margin-top: 15px;
        color: #999;
        display: block;
    }

    .price-item .certtype:hover i{
        color: #333333;
    }

    .price-item .typelist{
        display: none;
    }

    .price-item .typelist div {
        width: auto;
        border-bottom: dotted 1px #dee5e7;
        height: 42px;
        padding: 0px 30px;
        color: #999;
        line-height: 42px;
        text-align: left;
        font-size: 12px;
        cursor: pointer;
    }

    .price-item .typelist div.active {
        color: #337ab7 !important;
    }

    .price-item .typelist div:hover{
        color: #337ab7;
    }

    .price-item .desc {
        width: auto;
        padding: 0px;
    }

    .price-item .desc li {
        width: auto;
        border-bottom: solid 1px #dee5e7;
        height: 42px;
        padding: 0px 30px;
        float: none;
        color: #999;
        line-height: 42px;
        text-align: left;
        font-size: 14px;
        cursor: pointer;
    }

    .price-item .desc li:hover{
        background-color: #EEEEEE;
        color: #333333;
    }

    .price-item .desc li.active {
        background-color:#3c763d;
        color: #FFFFFF;
    }

    .price-item .desc li label {
        margin-right: 5px;
        margin-left: 5px;
        font-weight: bold;
    }

    .price-item .bottom {
        width: auto;
        padding: 20px;
    }

    .price-item .bottom .price {
        line-height: 30px;
        text-align: left;
        color: #ff6600;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .price-item .bottom .price span{
        font-size: 25px;
    }

    .price-item .bottom a {
        display: block;
        color: #FFFFFF;
        background-color: #3c763d;
        line-height: 36px;
        font-size: 16px;
    }

	.tpf-price{
		border-bottom: solid 1px #dee5e7;
		padding: 10px 0px;
	}

	.tpf-price label{
		color: #333333;
		font-size: 16px;
	}
	.tpf-price .price {
        line-height: 30px;
        text-align: center;
        color: #ff6600;
        font-size: 14px;
        margin-bottom: 5px;
		margin-top: 5px;
    }

    .tpf-price .price span{
        font-size: 18px;
    }


    .bijiao {
        width: 1200px;
        padding: 50px;
        margin: auto;
    }

    .bijiao h3 { font-size: 20px; line-height: 50px; text-align: center;}

    .bijiao .bj{
        width: 800px;
        border: solid 1px #EEEEEE;
        padding: 0px;
        margin: -1px auto;
        background-color: #FFFFFF;
    }

    .bijiao .bj:after{
        content: '';
        display: block;
        clear: both;
    }

    .bijiao .bj li {
        width: 40%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        float: left;
        border-right: solid 1px #EEEEEE;
        color: #333333;
    }

    .bijiao .bj li:first-child{
        width: 20%;
    }

    .bijiao .bj li:last-child{
        border-right: none;
    }

    .case-list {
        width: 1200px;
        height: auto;
        padding: 50px 0px;
        text-align: center;
        border: none;
    }

    .case-list ul:after {
        display: block;
        content: '';
        clear: both;
    }

    .case-list ul li{
        width: 240px;
        float: left;
        text-align: center;
    }

    .case-list .cont {
        padding-top: 50px;
        text-align: center;
    }

    .case-list .cont img {
        max-width: 1200px;
    }
}