@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; box-sizing:border-box; list-style:none;}
.clearfix{ clear:both;}
ul{ list-style:none;}
ul,li{ margin:0; padding:0;}


/*banner*/
.box-shadow{ background: #fff;}
.shadow-effect-2{ position: relative; width: 100%; overflow: hidden;}
.sky-form a{    color: inherit;}
.zitian_banner{    width: 100%;}
.zitian_banner img{    width: 100%;}
hr{ 
	width: 40%;
	margin: 0 auto 30px;
	border: 1px dashed #00aaff;
}

.module {
	padding-bottom: 60px;
}
.auto{
	margin:0 auto;
	width: 100%;
	max-width:1200px;
	padding-top: 50px;
	}
.bg-gray {
	background-color: #f9f9f9;
}
.module-title {
	position: relative;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
}
  /*------------证书品牌------------*/
.brand-tabs {
	margin-top: 50px;
	width: 100%;
}
.brand-tabs li {
	display: list-item;
	position: relative;
	float: left;
	width: 20%;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
}
.brand-tabs li:hover {
	cursor: pointer;
}
.brand-item-1 {
	background-image:url(../img/brand_1.png);
}
.brand-item-2 {
	background-image: url(../img/brand_2.png);
}
.brand-item-3 {
	background-image: url(../img/brand_3.png);
}
.brand-item-4 {
	background-image: url(../img/brand_4.png);
}
.brand-item-5 {
	background-image: url(../img/brand_5.png);
}
.active-style {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background: url(../img/brand_blue.png) no-repeat center;
}
.brand-tabs li.tab-active .active-style {
	display: block;
}
.xianshi{ display:block;}
.active-style span {
	display: inline-block;
	width: 100%;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
}
.brand-item-1 .active-style span {
	background-image: url(../img/brand_1_white.png);
}
.brand-item-2 .active-style span {
	background-image: url(../img/brand_2_white.png);
}
.brand-item-3 .active-style span {
	background-image: url(../img/brand_3_white.png);
}
.brand-item-4 .active-style span {
	background-image: url(../img/brand_4_white.png);
}
.brand-item-5 .active-style span {
	background-image: url(../img/brand_5_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-1 {
	background-image: url(../img/brand_1_large.png);
}
.brand-block-2 {
	background-image: url(../img/brand_2_large.png);
}
.brand-block-3 {
	background-image: url(../img/brand_3_large.png);
}
.brand-block-4 {
	background-image: url(../img/brand_4_large.png);
}
.brand-block-5 {
	background-image: url(../img/brand_5_large.png);
}
.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;
}

/* 证书品牌 end*/

/* 特点与优势 begin*/
.virtue-list {
	width: 100%;
}
.virtue-list li {
	display: list-item;
	float: left;
	padding: 55px 58px 0 200px;
	width: calc( (100% - 20px) / 2);
	height: 295px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 35px 72px;
}
.virtue-list li:hover {
	box-shadow: 1px 1px 15px rgba(223, 223, 223, 0.65);
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-top-20 {
	margin-top: 20px;
}
.virtue-list .virtue-bg1 {
	background-image: url(../img/virtue_1.png);
}
.virtue-list .virtue-bg2 {
	background-image: url(../img/virtue_2.png);
}
.virtue-list .virtue-bg3 {
	background-image: url(../img/virtue_3.png);
}
.virtue-list .virtue-bg4 {
	background-image: url(../img/virtue_4.png);
}
.virtue-title {
	display: block;
	font-size: 22px;
	color: #333;
}
.virtue-sub-title {
	display: block;
	margin-top: 20px;
	padding-right: 40px;
	font-size: 16px;
	color: #666;
}
.virtue-info {
	margin-top: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: justify;
}
/* 特点与优势 end*/

/* 推荐套餐 begin */
.package-box {
	width: 100%;
	padding-top: 12px;
	height: 510px;
}
.package-box li {
	display: list-item;
	position: relative;
	float: left;
	width: 25%;
	height: 485px;
}
.item-info-box {
	width: 100%;
	height: 485px;
	transition: All 0.2s ease;
	border: 1px solid #ddd;
}
.package-item.active .item-info-box {
	position: absolute;
	right: 0;
	border: 2px solid #00aaff;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 100;
	transform: scale(1.05);
	box-shadow: 1px 1px 15px rgba(0, 170, 255, 0.7);
}
.package-box li:first-child {
	border-left: 1px solid #ddd;
}
.package-box .package-title {
	position: relative;
	height: 120px;
	background-color: #f5f5f5;
	text-align: center;
}
.package-title .main-title,
.package-title .main-title2 {
	display: block;
	padding-top: 35px;
	font-size: 22px;
	color: #333;
}
.package-title .main-title2 {
	padding-top: 20px;
	font-size: 20px;
}
.domain-type {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: #999;
}
.domain-type span {
	padding-left: 10px;
	color: #333;
}
.package-item.active .package-title {
	background-color: #00aaff;
}
.package-item.active .main-title,
.package-item.active .domain-type span {
	color: #fff;
}
.package-item.active .domain-type {
	color: #cbe8ff;
}
.package-box .package-hot,
.package-box .package-rec {
	position: absolute;
	right: 15px;
	top: -6px;
	width: 46px;
	height: 41px;
	line-height: 36px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/ssl_hot.png);
	font-style: normal;
	font-size: 18px;
	color: #fff;
	transform: scale(0.95);
}
.package-box .package-rec {
	background-image: url(../img/ssl_rec.png);
}
.package-box .area-line {
	width: 114px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 25px;
	line-height: 25px;
	border-color: #ddd;
	outline: none;
}
.package-box .area-line option {
	width: 120px;
}
.package-info {
	padding: 15px 0;
}
.item-info {
	line-height: 30px;
	font-size: 14px;
}
.item-info .item-name {
	float: left;
	width: 35%;
	text-align: right;
	color: #999;
}
.item-info .item-value {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	width: 65%;
	color: #666;
}
.package-price {
	margin: 10px;
	text-align: center;
}
.package-price s {
	font-size: 14px;
	color: #999;
}
.lease-line {
	margin: 0 20px;
	border-bottom: 1px dashed #dadada;
}
.package-price span {
	margin-left: 5px;
	font-size: 14px;
	color: #666;
}
.package-price span em {
	font-style: normal;
	font-size: 30px;
	color: #ff6600;
}
.package-box .package-buy {
	display: block;
	width: 175px;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #ff6600;
	color: #fff;
}
.package-box .package-buy:hover {
	background-color: #e55c00;
}
.package-box .package-buy.disabled {
	background: #aaa;
	cursor: not-allowed;
}
.config-tip {
	display: inline-block;
	position: relative;
	width: 19px;
	height: 19px;
	margin-top: -5px;
	margin-left: 8px;
	background: url(../img/icon_question.png) no-repeat center;
	vertical-align: middle;
	transform: scale(0.95);
}
.config-tip-content {
	display: none;
	position: absolute;
	padding: 10px;
	border: 1px solid #b8b8b8;
	border-radius: 3px;
	background-color: #fff;
	font-size: 12px;
	z-index: 200;
}
.config-tip:hover .config-tip-content {
	display: block;
	top: -23px;
	left: 35px;
	white-space: nowrap;
}
.config-tip-content:before,
.config-tip-content:after {
	content: "";
	position: absolute;
}
.config-tip-content:before {
	border: 9px solid transparent;
	border-right-color: #fff;
	top: 21px;
	left: -17px;
	z-index: 10;
}
.config-tip-content:after {
	border: 10px solid transparent;
	border-right-color: #ccc;
	top: 20px;
	z-index: 9;
	left: -20px;
}
.config-tip-content .domain-input-green{
	margin: 0;
	width:300px;
}
.domain-num {
	line-height: 36px;
	font-size: 14px;
	color: #00aaff;
}
/* 推荐套餐 end */

/* 证书类型 begin*/
.ssl-table {
	width: 100%;
	text-align: center;
	background-color: #fff;
	font-size: 14px;
	color: #666;
}
.ssl-table tr:first-child td {
	border-top: 1px solid #dbdbdb;
	height: 75px;
	font-size: 18px;
	color: #333;
}
.ssl-table td {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	width: 30%;
	height: 55px;
}
.ssl-table tr td:first-child {
	width: 10%;
	border-left: 1px solid #dbdbdb;
	font-size: 14px;
	color: #666;
}
.ssl-table .ssl-buy {
	display: inline-block;
	width: 30%;
	height: 30px;
	line-height: 29px;
	background-color: #ff6600;
	font-size: 14px;
	color: #fff;
}
.ssl-table .ssl-buy:hover {
	background-color: #e55c00;


}
.domain-input,
.domain-input-green {
	margin: 20px auto;
	width: 100%;
	height: 41px;
	background: url(../img/domain_bg.jpg) no-repeat center;
}
.domain-input-green {
	background-image: url(../img/domain_bg_green.jpg);
}
.domain-input-info {
	display: block;
	margin-bottom: 15px;
}
/* 证书类型 end*/

/*购买流程 begin*/
.ssl-buy-step {
	position: relative;
	padding: 0 26px;
}
.step-icon {
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	height: 28px;
	z-index: -2;
	background: url(../img/step-line.png) repeat-x center center;
}
.step-items ul{
	width: 100%;
	margin: 0 auto;
}
.step-icon:after,
.step-icon:before {
	position: absolute;
	top: 0;
	content: '';
	width: 28px;
	height: 28px;
	background: url(../img/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;
	width: 25%;
	background-color: #fff;
	z-index: 10;
}
.step-items .item .center {
	position: absolute;
	top: 0;
	left: calc(50% - 70px);
	width: 140px;
	height: 140px;
	z-index: -1;
}
.step-items .item-1 .center {
	background: url(../img/center-1.png) no-repeat 0 0;
}
.step-items .item-2 .center {
	background: url(../img/center-2.png) no-repeat 0 0;
}
.step-items .item-3 .center {
	background: url(../img/center-3.png) no-repeat 0 0;
}
.step-items .item-4 .center {
	background: url(../img/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: 140px;
	height: 140px;
	display: block;
	margin: 0 auto;
}

@media( max-width:1199px){
	.config-tip{ display: none;}
	.package-box{ overflow: hidden;}
}
@media( max-width:1025px){
	.package-box{
		width: 90%;
		margin: 0 auto;
		height: auto;
	}
	.package-box li{
		width: 45%;
		margin: 20px 2.5%;
	}
	.virtue-list li{
		height: 350px;
	}
	.virtue-sub-title{ padding-right: 0;}
	.virtue-info{ margin-top: 10px;}
}
@media( max-width:925px){
	.virtue-list{ width: 90%; margin: 0 auto;}
	.virtue-list li{ 
		width: 100%;
		height: 200px; 
		margin: 10px 0;
		background-position: 35px;
		padding: 30px 5% 0 25%;
	}
	.margin-left-20{ margin-left: 0;}
	.brand-block{
		padding: 30px 5% 0 35%;
		background-position: 2% center;
	}
	.brand-block-1{ background-size: 30%;}
	.brand-block-2{ background-size: 30%;}
	.brand-block-3{ background-size: 30%;}
	.brand-block-4{ background-size: 30%;}
	.brand-block-5{ background-size: 30%;}

	.brand-item-1{ background-size: 80%;}
	.brand-item-2{ background-size: 80%;}
	.brand-item-3{ background-size: 80%;}
	.brand-item-4{ background-size: 80%;}
	.brand-item-5{ background-size: 80%;}

	.brand-item-1 .active-style span{ background-size: 90%;}
	.brand-item-2 .active-style span{ background-size: 90%;}
	.brand-item-3 .active-style span{ background-size: 90%;}
	.brand-item-4 .active-style span{ background-size: 90%;}
	.brand-item-5 .active-style span{ background-size: 90%;}
}
@media( max-width:700px){
	.ssl-table{ font-size: 12px;}
	.domain-input, .domain-input-green{ display: none;}
	.ssl-table tr td:first-child{ font-size: 12px;}
	.ssl-table tr:first-child td{ font-size: 16px;}
	.ssl-table .ssl-buy{ width: 40%; font-size: 12px;}

	.virtue-list .virtue-bg1{ background-image: none;}
	.virtue-list .virtue-bg2{ background-image: none;}
	.virtue-list .virtue-bg3{ background-image: none;}
	.virtue-list .virtue-bg4{ background-image: none;}

	.virtue-list li{
		padding: 20px 5% 0 5%;
	}
	.package-box{ width: 96%;}
	.package-box li{ width: 48%; margin: 10px 0;}
	.package-box li:nth-child(1),.package-box li:nth-child(3){
		margin-right: 4%;
	}
	.item-info{ font-size: 12px; line-height: 24px;}
	.package-item.active .item-info-box{
		border: 1px solid #00aaff;
		box-shadow: none;
		transform: scale(1);
	}
	.step-items .item{
		width: 50%;
	}
	
}



