body{
	background:#fff;
}
.sec{
	padding:60px 0;
}
.sec .title{
	text-align: center;
	margin-bottom:60px;
	font-size: 30px;
	color:#181818;
}


/***************************电子签章机*********************************************/
.signature-banner{background:url(../Products/images/signature_banner.jpg) no-repeat center top/auto 100% #01156C;height:535px;}
 .signature-banner .btn-box{
	position: relative;
}
 .signature-banner .top-btn{
	margin-top:30px;
}
.signature-banner .top-btn a{
	color:#fff;
	display:inline-block;
	padding:6px 40px;
	font-size:14px;
	border:1px solid rgba(255,255,255,0.8);
	transition: all ease 0.3s;
	font-size:16px;
}
.signature-banner .banner-text{
	position: absolute;
	left:0;
	top:230px;
}
.signature-banner .banner-text h3{
	color:#fff;
	font-size:46px;
	margin-bottom:30px;
	letter-spacing: 1px;
}
.signature-banner .banner-text .items span{
	color:#fff;
	font-size:18px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:20px;
	margin-right:10px;
	background: url(../Products/images/check.png) no-repeat left center;
}
.signature-banner .top-btn a:hover{
	background: #0e43ae;
}
/*产品介绍*/
.signature-pro .summary{
	font-size:16px;
	color:#333;
	line-height: 26px;
	text-align: justify;
	margin-bottom:30px;
}
.signature-pro .items{
	padding:20px 12px;
	border:1px solid #ddd;
}
.signature-pro .items .title-s{
	font-size:16px;
	font-weight:bold;
	color:#4cb32b;
	line-height: 24px;
	background: url(../Products/images/signature_icon.png) no-repeat;
	padding-left:30px;
}
.signature-pro .items .title-s.ts1{
	background-position: 0 0;
}
.signature-pro .items .title-s.ts2{
	background-position: 0 -24px;
}
.signature-pro .items .title-s.ts3{
	background-position: 0 -48px;
}
.signature-pro .items .title-s.ts4{
	background-position: 0 -72px;
}
.signature-pro .items .pra{
	font-size:14px;
	color:#888;
	margin-top:20px;
	text-align: justify;
}

/*产品优势*/
.signature-adv{
	background:#f8f9fd url(../Products/images/signature_bac.png) no-repeat top center;
}
.signature-adv .items{
	background: #fff;
	border:1px solid #e5e8f4;
	box-shadow: 0 0 18px rgba(187,193,217,0.4);
	padding:20px 15px;
	border-radius: 6px;
	margin-bottom: 20px;
}
.signature-adv .items img{
	float:left;
	width:48px;
	margin-right: 15px;
}
.signature-adv .items .txt{
	width:88%;
	float:left;
	text-align: justify;
}
.signature-adv .items .txt .tit{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
}
.signature-adv .items .txt p{
	color:#888;
	font-size:14px;
	
}
/*产品架构*/
.signature-archi .summary{
	font-size:16px;
	color:#333;
	line-height: 26px;
	text-align: justify;
	margin-bottom:30px;
}
.signature-archi .img{
	margin-top:50px;
}
/*典型部署*/
.signature-deploy{
	background: #f8f9fd;
}
.signature-deploy .txt .title{
	text-align: left;
	margin-bottom:40px;
	margin-top:60px;
}
.signature-deploy .summary{
	font-size:16px;
	color:#333;
	line-height: 30px;
	text-align: justify;
	margin-bottom:30px;
}
.signature-deploy .img{
	text-align: right;
}
/*应用场景*/
.signature-use ul li{
	float:left;
	width:33.3333%;
	text-align: center;
	border-bottom:1px solid #ddd;
	padding:50px 0;
	font-size:16px;
	color:#666666;
	transition: all 0.3s ease;
}

.signature-use ul li:nth-child(2),.signature-use ul li:nth-child(5),.signature-use ul li:nth-child(8){
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.signature-use ul li:nth-child(7),.signature-use ul li:nth-child(8),.signature-use ul li:nth-child(9){
	border-bottom:none;
}
.signature-use ul li img{
	margin-right:20px;
}
.signature-use ul li:hover{
	box-shadow: 0 0 18px rgba(102,102,102,0.2)}
/*相关阅读*/
.signature-news{
	background: #f8f9fd;
}
.signature-news ul li{

	background: url(../Products/images/signature_47.png) no-repeat left center;
	padding-left:20px;
	margin: 20px 0;

}
.signature-news ul li a{
	font-size:16px;
	color:#666;
		display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	transition: all ease 0.3s;
	left:0;
}
.signature-news ul li a:hover{
	color:#4cb32b;
	left:4px;
}
/*获取资料*/
@keyframes mymove
            {
                0%{
                transform: scale(1);  /*开始为原始大小*/
                }
                25%{
                    transform: scale(1.1); /*放大1.1倍*/
                }
                50%{
                    transform: scale(1);
                }
                75%{
                    transform: scale(1.1);
                }

            }
            
            @-webkit-keyframes mymove /*Safari and Chrome*/
            {
                0%{
                transform: scale(1);  /*开始为原始大小*/
                }
                25%{
                    transform: scale(1.1); /*放大1.1倍*/
                }
                50%{
                    transform: scale(1);
                }
                75%{
                    transform: scale(1.1);
                }
            }
.signature-ask{
	text-align: center;
}
.signature-ask a{
	display: inline-block;
	padding:15px 40px;
	border-radius: 45px;
	color:#fff;
	font-size:22px;
	background: #4cb32b;
	transition: all ease 0.3s;
	box-shadow: 0 0 38px rgba(76,179,43,0.8);
	position: relative;
    animation: mymove 5s infinite;
    -webkit-animation: mymove 5s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation: mymove 5s infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    text-decoration: none;
	}
	.signature-ask a:hover{
		box-shadow: none;
		animation: none;
	}
	.signature-ask a:active,.signature-ask a:visited{
		text-decoration: none !important;
	}


@media only screen and (max-width: 750px) {
	.signature-banner{
		background: #0e43ae;
		height:400px;
	}
	.signature-banner .banner-text{
		top:152px;
		padding:15px;
	}
	.signature-banner .banner-text h3{
		font-size:32px;
	}
	.signature-banner .banner-text .items span{
		font-size:14px;
	}
	.signature-banner .banner-text .items span{
		margin-right:5px;
	}
	.signature-pro .items{
		margin-top:15px;
	}

	.signature-adv .items .txt{
		width:78%;
	}
	.signature-deploy .txt .title{
		margin-top:0;
	}
	.signature-use ul li img{
		margin-right:5px;
	}
	.signature-use ul li{
		font-size: 14px;
	}
}
/*定位菜单*/
.flex-nav{
	background: #032251;
	height:62px;
}
.flex-nav ul{
	width:100%;
	letter-spacing: -8px;
}
.flex-nav ul li{
	display:inline-block;
	width:20%;
	text-align: center;
	letter-spacing: normal;
}
.flex-nav ul li a{
	color:#fff;
	font-size:16px;
	display:inline-block;
	width:100%;
	padding-top:20px;
	height:62px;
	padding-bottom:20px;
}
.flex-nav ul li a:hover{
	background: #123b78;
}
.flex-nav ul li.active a{
	background: #123b78;
}
.flex-nav ul li a.active{
	background: #123b78;
}
.box-active {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.a4{position: fixed;left:0;top:0;width:100%;z-index:999;}


/*************************************************国密SSL证书***************************************************************/

.sm2-banner{background:url(../sm2_https/images/sm2_banner.jpg) no-repeat #00102A center top/auto 100%;height:535px;}
 .sm2-banner .btn-box{
	position: relative;
}
 .sm2-banner .top-btn{
	margin-top:30px;
}
.sm2-banner .top-btn a{
	color:#fff;
	display:inline-block;
	padding:10px 40px;
	font-size:14px;
	border:1px solid transparent;
	transition: all ease 0.3s;
	font-size:16px;
	background: #ff8a33;
	border-radius: 4px;
	margin-right:5px;
}
.sm2-banner .top-btn a:nth-child(2),.sm2-banner .top-btn a:nth-child(3){
	background: none;
	color:#ff8a33;
	border-color:#ff8a33;
}
.sm2-banner .banner-text{
	position: absolute;
	left:0;
	top:190px;
}
.sm2-banner .banner-text span{
	font-size:24px;
	color:#fff;
	display: block;
	margin-bottom:20px;
}
.sm2-banner .banner-text h3{
	color:#fff;
	font-size:46px;
	margin-bottom:20px;
	letter-spacing: 1px;
	line-height: 60px;
	display: inline-block;
}
.sm2-banner .banner-text .video-btn{
	display:inline-block;
	box-sizing: border-box;
    cursor: pointer;
    -webkit-font-smoothing: auto;
    transition: all .3s ease-in-out;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
    border-radius: 38px;
    padding: 3px 10px;
    vertical-align: text-bottom;
    color: #49ba83;
    font-size:16px;
    line-height: 24px;
    margin-left: 10px;
}
.sm2-banner .banner-text .video-btn i{
	vertical-align: middle;
	margin-right:6px;
}
.sm2-banner .video-area{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,.5);
    display: none;
}

.sm2-banner .video-area .video-wrap{
	position: fixed;
    width: 960px;
    height: 540px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-in;
}
.sm2-banner .video-area .video-wrap video{
	width: 100%;
    height: 100%;
    border: none;
}
.sm2-banner .video-area .video-wrap:before{
	position: absolute;
    right: 0;
    top: -50px;
    content: "";
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(https://www.wosign.com/images/wosign_new/ad_close.png);
    background-size: 100% 100%;
}
.sm2-banner .banner-text .items span{
	color:#fff;
	font-size:18px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:25px;
	margin-right:10px;
	background: url(../sm2_https/images/check_03.png) no-repeat left center;
}
.sm2-banner .top-btn a:hover{
	border:1px solid rgba(255,255,255,0.8);
}
.sm2-banner .top-btn a:nth-child(2):hover,.sm2-banner .top-btn a:nth-child(3):hover{
	background:#ff8a33;
	color:#fff;
}
.sm2-nav.flex-nav ul li{
	width:20%;
}
@media only screen and (max-width: 550px) {
	.sm2-banner .banner-text{
		top:140px;
	}
	.sm2-banner .top-btn a{padding:10px 20px;}
}
#back-to-top{
	width: 46px;
    height: 46px;
    position: fixed;
    bottom: 200px;
    right: 26px;
    background: url(../sm2_https/images/back.png) center no-repeat;
    cursor: pointer;
    opacity: 0.4;
    transition: all .3s ease;
}
#back-to-top:hover{
	opacity: 1;
}
/*产品简介*/
.sm2-Introduction .intro-info{
	margin-bottom: 30px;
}
.sm2-Introduction .intro-info .text{
	float:left;
	width:47%;
	padding-top:20px;
	margin-right:5%;
}
.sm2-Introduction .intro-info .text .tit{
	display: inline-block;
	font-size: 24px;
	color:#333;
	margin-bottom:30px;
}
.sm2-Introduction .intro-info .text p{
	font-size:16px;
	color:#666;
	line-height: 30px;
	text-align:justify;
}
.sm2-Introduction .intro-info span{
	font-size:14px;
	color:#999;
	line-height: 21px;
	display: block;
	margin-top:30px;
}
.sm2-Introduction .intro-info span a{
	color:#4cb32b;
	text-decoration: underline;
}
.sm2-Introduction .intro-info .img{
	float:left;
	width:48%;
	background: #fff;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
}
.sm2-Introduction .intro-info.info2 .text{
	margin-left:5%;
	margin-right:0;
}
/*产品类型*/
.sm2-products{
	background: #f7f8fa;
}
.sm2-products li a{
	font-size:20px;
	color:#181818;
	font-weight:600;
	transition: all 0.3s ease;
	text-align: left;
}
.sm2-products li a:hover{
	color:#4cb32b;
}

.sm2-products .current {
	z-index: 3;
	border-bottom-color: #3d3d3d;
	opacity: 1;
	filter: alpha(opacity =       100);
}
.sm2-products  li a.current {
	color:#4cb32b;
}
.sm2-products  li {
	display: inline-block;
	width:20%;
}

.sm2-products li a {
	display: block;
	
	text-decoration: none;

}
.sm2-products li a img{
	display: block;
	margin:0 auto;
	margin-bottom:10px;
}
.sm2-products .content {
	margin-top:45px;
}
.sm2-products .cont_list{
	font-size:0;
}
.sm2-products .cont_list li{
	display: inline-block;
	width:32.333%;
	vertical-align:top;
	position: relative;
	top:0;
	transition: all ease 0.3s;
	
	}
.sm2-products .cont_list li:hover{
	top:-5px;
}
.sm2-products .cont_list li span.hot{
	position: absolute;
	width:44px;
	height:51px;
	background: url(https://www.wosign.com/images/wosign_new/index_19.png) no-repeat;
	display: block;
	content: '';
	top:-7px;
	right:30px;
}
.sm2-products .cont_list li span.new{
	position: absolute;
	width:44px;
	height:51px;
	background: url(https://www.wosign.com/images/wosign_new/new_07.png) no-repeat;
	display: block;
	content: '';
	top:-7px;
	right:30px;
}

.sm2-products .cont_list li:not(:last-child){
	margin-right:1.3%;
}
.sm2-products .cont_list li .cp_box.cp_sort{
	background: url(../sm2_https/images/sm2_14.png) no-repeat right bottom;
	border:1px solid #ededed;
	padding:30px 20px;
}
.sm2-products .cont_list li .cp_box.cp_sort h3.title{
	font-size:20px;
	color:#202a1c;
	font-weight: 600;
	margin-bottom: 20px;
}
.sm2-products .cont_list li .cp_box.cp_sort span{
	font-size:14px;
	display: block;
	color:#646c61;
	margin-bottom:10px;
}
.sm2-products .cont_list li .cp_box{
	
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 6px;
    border: 1px solid #ededed;
    overflow: hidden;
    background: #fff;
}
.sm2-products .tab1_3 .cont_list li .cp_box{
	min-height: 454px;
}
.sm2-products .cont_list li .cp_top{
	padding:30px 15px;
	background: linear-gradient(90deg,#4cb32b,#7dda5f);
}
.sm2-products .cont_list li .cp_top h3{
	font-size:18px;
	color:#fff;	
	font-weight: 600;
	display: inline-block;
	margin-right:10px;
}
.sm2-products .cont_list li .cp_top h3 a{
	color:#fff;
}
.sm2-products .cont_list li .cp_top span{
	font-size:14px;
	color:rgba(255,255,255,0.8);
	font-weight: 400;
}
.sm2-products .cont_list li .cp_price{
	background: #fafafa;
	padding:15px 6px;
}
.sm2-products .cont_list li .cp_price .items{
	float:left;
	width:50%;
	text-align: center;
}
.sm2-products .cont_list li .cp_price .items:last-child{
	border-left:1px solid #ededed;
}
.sm2-products .cont_list li .cp_price .items.one_price{
	border:none;
	width:100%;
}
.sm2-products .cont_list li .cp_price .items p{
	font-size:14px;
	color:#656a64;
}
.sm2-products .cont_list li .cp_price .items p i{
	color:#FF9900;
	font-size:14px;
}
.sm2-products .cont_list li .cp_price .items span{
	font-size:14px;
	color:#656a64;
}
.sm2-products .cont_list li .cp_price .items p span{
	color:#FF9900;
	font-size:20px;
	font-weight: 600;
}
.sm2-products .cont_list li .cp_func{
	padding:30px 20px;
	background: url(../sm2_https/images/smssl_04_03.png) no-repeat right bottom;
}
.sm2-products .cont_list li .cp_func dd{
	font-size:14px;
	color:#434842;
	background: url(https://www.wosign.com/images/wosign_new/index_26.png) no-repeat left 8px;
	padding-left:24px;
	line-height: 28px;
}
.sm2-products .cont_list li .cp_ask{
	padding:0 20px;
	margin-top:30px;
}
.sm2-products .cont_list li .cp_ask a{
	font-size:16px;
	color:#fff;
	background: #4cb32b;
	display: block;
	padding:6px 0;
	text-align: center;
	font-weight:normal;
	transition: all 0.3s ease;
}
.sm2-products .cont_list li .cp_ask a:hover{
	color:#fff;
	border-radius: 18px;
}
.sm2-adv.sec{
	padding-bottom:0;
}
.sm2-adv .items-list ul{
	font-size:0;
}
.sm2-adv .items-list ul li{
	width:49%;
	margin-bottom:20px;
	display: inline-block;
}
.sm2-adv .items-list ul li:nth-child(1),.sm2-adv .items-list ul li:nth-child(3){
	margin-right:2%;
}
.sm2-adv .items-list .items{
	padding:20px 20px;
	border:1px solid #ddd;
}
.sm2-adv .items-list .items .img{
	width:80px;
	float:left;
}
.sm2-adv .items-list .items .text{
	width:80%;
	float:right;
}
.sm2-adv .items-list .items .text .tit{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-bottom:15px;
}
.sm2-adv .items-list .items .text p{
	font-size:14px;
	color:#666;
}
.sm2-why ul{
	margin-top:60px;
	font-size: 0;
}
.sm2-why ul li{
	display:inline-block;
	width:32.2%;
	vertical-align:top;
}
.sm2-why ul li:not(:last-child){
	margin-right:1.7%;
}
.sm2-why ul li .items{
	padding:30px 40px;
	text-align: center;
	min-height: 262px;
}
.sm2-why ul li .items p{
	font-size:16px;
	font-weight:600;
	color:#181818;
	margin-top:20px;
}
.sm2-why ul li .items span{
	font-size: 14px;
	display: inline-block;
	color: #646c61;
	line-height: 21px;
	text-align:center;
	margin-top:25px;
	min-height: 64px;
}
/*案例*/
.sm2-case{
	background:#f7f8fa url(../sm2_https/images/sm2_30.png) no-repeat center bottom;
}
.sm2-case li{
	display: inline-block;
	text-align: center;
	width: 24%;
    min-height: 66px;
    line-height: 66px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    margin-left: 12px;
    margin-bottom: 12px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 6px;
    border: 1px solid #ededed;
}
.sm2-case li:nth-child(n),.sm2-case li:nth-child(4n){
	margin-left:0;
}
.sm2-case .a_bt{text-align: center;margin-top:40px;}
.sm2-case .a_bt a{
	display: inline-block;
	padding:15px 40px;
	color:#fff;
	background: #4cb32b;
	border-radius: 6px;
}
/*政策要求*/
.sm2-ask{
	text-align: center;
	margin-bottom:80px;
}
.sm2-ask a{
	color:#fff;
	padding:15px 40px;
	border-radius: 6px;
	display: inline-block;
	background: #4cb32b;
}


.main-timeline{
    width: 98%;
    margin: 20px auto;
    position: relative;
}
.main-timeline:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(221,221,221,1);
    margin: 0 0 0 -1px;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.main-timeline .timeline:after{
    content: "";
    display: block;
    clear: both;
}
.main-timeline .timeline-content{
    width: 48%;
    float: left;
    margin: 5px 0 0 0;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(205,207,212,0.4);
    transition: all ease 0.3s;
    border:1px solid transparent;
    }
.main-timeline .date{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background:url(../sm2_https/images/time.png) no-repeat;
    background-position: 0 0;
    padding: 5px 0;
    margin: 0 0 0 -9px;
    position: absolute;
    top: 40%;
    left: 50%;
    
}
.main-timeline .timeline-content:hover .date{
	background-position: 0 -20px;
}
.main-timeline .timeline-content:hover{
	border:1px solid #4cb32b;
}

.main-timeline .date span{
    display: block;
    text-align: center;
}
.main-timeline .day,
.main-timeline .year{
    font-size: 10px;
}
.main-timeline .month{
    font-size: 18px;
}
.main-timeline .title{
    padding: 15px;
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-radius: 6px 6px 0 0;
    position: relative;
}
.main-timeline .title:after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: -5px;
    transform: rotate(-45deg);
}
.main-timeline .description{
    padding: 15px;
    margin: 0;
    font-size: 14px;
    color: #656565;
    background: #fff;
    border-radius:6px;
    transition: all ease 0.3s;
}
.main-timeline .timeline-content:hover .description{
	color:#4cb32b;
}
.main-timeline .timeline:nth-child(2n+2) .timeline-content{
    float: right;
}
.main-timeline .timeline:nth-child(2n+2) .title:after{
    left: -5px;
}
.main-timeline .timeline:nth-child(1) .title,
.main-timeline .timeline:nth-child(1) .title:after{
    background: #9f84c4;
}
.main-timeline .timeline:nth-child(2) .title,
.main-timeline .timeline:nth-child(2) .title:after{
    background: #02a2dd;
}
.main-timeline .timeline:nth-child(3) .title,
.main-timeline .timeline:nth-child(3) .title:after{
    background: #58b25e;
}
.main-timeline .timeline:nth-child(4) .title,
.main-timeline .timeline:nth-child(4) .title:after{
    background: #eab715;
}
@media only screen and (max-width: 990px){
    .main-timeline{ width: 100%; }
}
@media only screen and (max-width: 767px){
    .main-timeline:before,
    .main-timeline .date{
        left: 6%;
    }
    .main-timeline .timeline-content{
        width: 85%;
        float: right;
    }
    .main-timeline .title:after{
        left: -5px;
    }
}
@media only screen and (max-width: 480px){
    .sm2-banner .banner-text{
    	padding:15px;
    }
    .sm2-banner .banner-text h3{
    	font-size:30px;
    }
    .sm2-banner .banner-text span{
    	font-size:20px;
    }
    .sm2-banner .banner-text .items span{
    	font-size:16px;
    }
    .sec .title{
    	margin-bottom:30px;
    }
    .sm2-Introduction .intro-info .text,
    .sm2-Introduction .intro-info .img{
    	width:100%;
    }
    .sm2-Introduction .intro-info.info2 .text{
    	margin-left:0;
    }
    .sm2-products .cont_list li{
    	width:100%;
    	margin-bottom:15px;
    }
    .sm2-adv .items-list ul li{
    	width:100%;
    }
    .sm2-adv .items-list .items .text{
    	width:66%;
    }
    .sm2-why ul li{
    	width:100%;
    }
    .sm2-case li{
    	width: 49%;
    margin-left: 0;
    }
    .main-timeline .timeline-content{
        width: 86%;
    }
    .main-timeline .date{
       
        
    }
    .main-timeline .month{
        font-size: 14px;
    }
}     

/**************************sslvpn网关**********************************************************/


.sslvpn-banner{background:url(../Products/images/sslvpn_banner.png) no-repeat center top/auto 100%,linear-gradient(90deg,#001a39,#082481);height:535px;}
 .sslvpn-banner .btn-box{
	position: relative;
}
 .sslvpn-banner .top-btn{
	margin-top:30px;
}
.sslvpn-banner .top-btn a{
	color:#fff;
	display:inline-block;
	padding:10px 40px;
	font-size:14px;
	border:1px solid transparent;
	transition: all ease 0.3s;
	font-size:16px;
	background: #258afc;
	border-radius: 25px;
}
.sslvpn-banner .banner-text{
	position: absolute;
	left:0;
	top:210px;
}
.sslvpn-banner .banner-text span{
	font-size:24px;
	color:#fff;
	display: block;
	margin-bottom:20px;
}
.sslvpn-banner .banner-text h3{
	color:#fff;
	font-size:40px;
	margin-bottom:20px;
	letter-spacing: 1px;
}
.sslvpn-banner .banner-text .items span{
	color:#fff;
	font-size:16px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:20px;
	margin-right:10px;
	background: url(../Products/images/check2.png) no-repeat left center;
}
.sslvpn-banner .top-btn a:hover{
	border:1px solid rgba(255,255,255,0.8);
}

.sslvpn-nav.flex-nav ul li{
	width:20%;
}

/*产品简介*/

.sslvpn-Introduction .intro-info .text{
	float:left;
	width:47%;
	padding-top:80px;
	margin-left:5%;
}
.sslvpn-Introduction .intro-info .text .tit{
	display: inline-block;
	font-size: 24px;
	color:#333;
	margin-bottom:30px;
}
.sslvpn-Introduction .intro-info .text p{
	font-size:16px;
	color:#666;
	line-height: 30px;
	text-align:justify;
}
.sslvpn-Introduction .intro-info span{
	font-size:14px;
	color:#999;
	line-height: 21px;
	display: block;
	margin-top:30px;
}
.sslvpn-Introduction .intro-info span a{
	color:#4cb32b;
	text-decoration: underline;
}
.sslvpn-Introduction .intro-info .img{
	float:left;
	width:48%;
	background: #fff;
	text-align: center;
	padding-top:20px;
}


/*产品功能*/
.sslvpn-Func{
	background: #F8F9FD;
}
.sslvpn-Func .func-info .func-items{
	float:left;
	width:47%;
	margin-right:5%;
	padding-top:20px;
}
.sslvpn-Func .func-info .img{
	width:48%;
	float:left;
	text-align: right;
}
.sslvpn-Func .func-info .func-items .items{
	margin-bottom:25px;
	position: relative;
	padding-left:35px;
}
.sslvpn-Func .func-info .func-items .items .tit{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-bottom:10px;
}
.sslvpn-Func .func-info .func-items .items:before{
	content: '';
	display: block;
	position: absolute;
	left:0;
	top:3px;
	width:21px;
	height:20px;
	background: url(../Products/images/sslvpn_11.png) #fff no-repeat center;
	box-shadow: 0 0 10px rgba(182,190,225,0.5);
	border-radius: 4px;
	}
.sslvpn-Func .func-info .func-items .items p{
	font-size:14px;
	color:#666;
	
}
.sslvpn-adv ul{
	font-size:0;
}
.sslvpn-adv ul .item{
	text-align: center;
}
.sslvpn-adv ul li{
	display:inline-block;
	width:22%;
	padding:0 15px;
}
.sslvpn-adv ul li:not(:last-child){
	margin-right:4%;
}
.sslvpn-adv ul .item h4{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-top:15px;
	margin-bottom:15px;
}
.sslvpn-adv ul .item p{
	font-size:14px;
	color:#666;
}
.sslvpn-solve{
	background: url(../Products/images/sslvpn_30.png) no-repeat center,linear-gradient(90deg,#346be8,#4b8aff);
}
.sslvpn-solve .title{
	color:#fff;
}
.sslvpn-solve ul{
	font-size:0;
}
.sslvpn-solve ul li{
	width:50%;
	display:inline-block;
	padding:0 20px;
	text-align: center;
}
.sslvpn-solve ul .item{
	padding:15px;
	position: relative;
 	width:100%;  
    perspective: 1000px;
    cursor: pointer;
}
.sslvpn-solve ul .item .text{
	width: 100%;
/*	position: absolute;*/
	top: 0;
	left: 0;
	background:url(../Products/images/sslvpn_80.png) no-repeat right bottom #fff;
	opacity: 1;
	/*filter:alpha(opacity=100); 
	transform: rotateY(90deg);*/
	transition: all 0.50s ease-in-out 0s;
	overflow: hidden;
}
/*.sslvpn-solve ul .item .img{
	transform: rotateY(0);
	transition: all 0.50s ease-in-out 0s;
	margin-top:25px;
}
.sslvpn-solve ul .item:hover .img{
	transform: rotateY(-90deg);
}
.sslvpn-solve ul .item:hover .text{
	transform: rotateY(0);
}*/
.sslvpn-solve ul .item h4{
	font-size:16px;
	color:#fff;
	/*margin-top:15px;
	margin-bottom:15px;*/
	transition: all ease 0.3s;
	position: relative;
}
.sslvpn-solve ul .item p{
	text-align: left;
	font-size:14px;
	color:#666;
	line-height: 24px;
	text-align: justify;
}
/*.sslvpn-solve ul .item .text h4:after{
	content: '';
	display: inline-block;
	width:30px;
	height:4px;
	position: absolute;
	background: #346be8;
	bottom:-6px;
	left:47%;
	border-radius: 4px;
}*/
.sslvpn-solve ul .item .text{
	border-radius: 8px;
	padding:20px;
}
.sslvpn-solve ul .item .text .left1{
	float:left;
	width:21%;
	text-align: center;
}
.sslvpn-solve ul .item .text .right{
	float:right;
	width:76%;
}
.sslvpn-solve ul .item .text h4{
	color:#346be8;
	position: relative;
	font-weight:bold;
}
.sslvpn-value{
	background: #F8F9FD;
}
.sslvpn-value ul{
	font-size:0;
}
.sslvpn-value ul .item{
	text-align: center;
}
.sslvpn-value ul li{
	display:inline-block;
	width:30.6%;
	padding:0 18px;
	vertical-align: top;
}
.sslvpn-value ul li:not(:last-child){
	margin-right:4%;
}
.sslvpn-value ul .item h4{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-top:15px;
	margin-bottom:15px;
}
.sslvpn-value ul .item p{
	font-size:14px;
	color:#666;
}
.sslvpn-quality{
	background: url(../Products/images/sslvpn_08.png) no-repeat bottom,url(../Products/images/sslvpn_02.png) no-repeat top, linear-gradient(90deg,#346be8,#4b8aff);
}
.sslvpn-quality.sec .title{
	color:#fff;
}
.sslvpn-quality .sale-img{
	text-align: right;
	padding-right:140px;
	padding-top:22px;
}
.sslvpn-quality .hands-img{
	text-align: left;
	padding-left:60px;
}
.sslvpn-pro .pro-items .item{
	float:left;
	width:32%;
	background: #fff;
	box-shadow: 0 0 10px rgba(161,161,161,0.3);
	padding:30px 25px;
	position: relative;
	top:0;
	transition: all ease 0.3s;
	}
.sslvpn-pro .pro-items .item:not(:last-child){
	margin-right:2%;
}
.sslvpn-pro .pro-items .item h4{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-bottom:20px;
	padding-left:40px;
}
.sslvpn-pro .pro-items .item p{
	font-size:16px;
	color:#666;
	margin-bottom:20px;
}
.sslvpn-pro .pro-items .item a{
	color:#fff;
	display: inline-block;
	padding:6px 24px;
	border-radius: 20px;
	font-size: 14px;
	background: #346be8;
}
.sslvpn-pro .pro-items .item.c1{
	background: url(../Products/images/sslvpn_72.png) no-repeat 255px 104px;
}
.sslvpn-pro .pro-items .item.c2{
	background: url(../Products/images/sslvpn_75.png) no-repeat 255px 104px;
}
.sslvpn-pro .pro-items .item.c3{
	background: url(../Products/images/sslvpn_78.png) no-repeat 268px 104px;
}
.sslvpn-pro .pro-items .item.c1 h4{
	background: url(../Products/images/sslvpn_66.png) no-repeat left center;
}
.sslvpn-pro .pro-items .item.c2 h4{
	background: url(../Products/images/sslvpn_60.png) no-repeat left center;
}
.sslvpn-pro .pro-items .item.c3 h4{
	background: url(../Products/images/sslvpn_63.png) no-repeat left center;
}
.sslvpn-pro .pro-items .item:hover{
	top:-5px;
}
	.sslvpn-ask{
	text-align: center;
	background: url(../Products/images/svs_60.png) no-repeat center bottom;
}
.sslvpn-ask a{
	display: inline-block;
	padding:15px 40px;
	border-radius: 8px;
	color:#fff;
	font-size:22px;
	background: #346be8;
	transition: all ease 0.3s;
	margin-bottom:20px;
	margin-top:15px;
	position: relative;
    text-decoration: none;
    top:0;
	}
	.sslvpn-ask a:hover{
		box-shadow: 0 0 30px rgba(52,107,232,0.6);
		top:-5px;
	}
	.sslvpn-ask a:active,.sslvpn-ask a:visited{
		text-decoration: none !important;
	}
@media only screen and (max-width: 1200px) {
	.sslvpn-pro .pro-items .item p{
		height:44px;
	}
}
@media only screen and (max-width:768px ) {
	.sslvpn-pro .pro-items .item h4{
		font-size:16px;
	}
}

@media only screen and (max-width: 750px) {
	.flex-nav ul li a{
		font-size:14px;
	}
	.sslvpn-Introduction .intro-info .img{
		width:100%;
	}
	.sslvpn-Introduction .intro-info .text{
		width:100%;
		padding-top:20px;
		margin-left:0;
	}
	.sslvpn-Func .func-info .func-items{
		width:100%;
		margin-right:0;
	}
	.sslvpn-Func .func-info .img{
		width:100%;
		text-align: center;
	}
	.sslvpn-adv ul li{
		width:48%;
	}
	.sslvpn-adv ul li:not(:last-child){
		margin-right:0;
	}
	.sslvpn-adv ul li:nth-child(1),.sslvpn-adv ul li:nth-child(3){
		margin-right:2%;
	}
	.sslvpn-adv ul .item{
		margin-bottom:20px;
	}
	.sslvpn-solve ul .item h4{
		font-size:16px;
	}
	.sslvpn-solve ul .item{
		padding:0;
	}
	.sslvpn-solve ul li{
		width:100%;
	}
	.sslvpn-solve {
    background:linear-gradient(90deg,#346be8,#4b8aff);
	}
	.sslvpn-value ul li{
		width:100%;
	}
	.sslvpn-value ul li:not(:last-child){
		margin-right:0;
	}
	.sslvpn-value ul li:not(:last-child){
		margin-bottom:20px;
	}
	.sslvpn-solve ul .item .text .left1,.sslvpn-solve ul .item .text .right{
		float:none;
		width:100%;
	}
	.sslvpn-solve ul .item .text{
		margin-bottom:15px;
	}
	.sslvpn-quality .sale-img{
		text-align: center;
		padding-right:0;
	}
	.sslvpn-pro .pro-items .item{
		width:100%;
		margin-bottom:20px;
	}
	.sslvpn-pro .pro-items .item:not(:last-child){
		margin-right:0;
	}
	.sslvpn-banner .banner-text h3{
		font-size:28px;
	}
	.sslvpn-banner .banner-text span{
		font-size:18px;
	}
	.sslvpn-banner .banner-text .items span{
		font-size:14px;
	}
	.sslvpn-banner {
   background: #082481;height:430px;}
   .sslvpn-banner .banner-text{
   	padding:15px;
   }
   .sslvpn-banner .banner-text{
   	top:126px;
   }
}

/****************************************签名验签****************************************************************/


.svs-banner{background:url(../Products/images/svs_banner.png) no-repeat center top/auto 100%,#025dfe;height:535px;}
 .svs-banner .btn-box{
	position: relative;
}
 .svs-banner .top-btn{
	margin-top:30px;
}
.svs-banner .top-btn a{
	color:#025dfe;
	display:inline-block;
	padding:10px 40px;
	font-size:14px;
	border:1px solid transparent;
	transition: all ease 0.3s;
	font-size:16px;
	background: #fff;
	border-radius: 8px;
}
.svs-banner .banner-text{
	position: absolute;
	left:0;
	top:230px;
}
.svs-banner .banner-text span{
	font-size:24px;
	color:#fff;
	display: block;
	margin-bottom:20px;
}
.svs-banner .banner-text h3{
	color:#fff;
	font-size:40px;
	margin-bottom:20px;
	letter-spacing: 1px;
}
.svs-banner .banner-text .items span{
	color:#fff;
	font-size:16px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:20px;
	margin-right:10px;
	background: url(../Products/images/check2.png) no-repeat left center;
}
.svs-banner .top-btn a:hover{
	border:1px solid rgba(255,255,255,0.8);
}




.flex-nav.svs-nav{
	background: #1f71fa;
}
.flex-nav.svs-nav ul li.active a,.flex-nav.svs-nav ul li a:hover{
	background: #488dff;
}

@media only screen and (max-width:750px ) {
	.svs-banner{
		background: #025dfe;
		height:450px;
	}
	.svs-banner .banner-text{
		padding:10px;
	}
	.svs-banner .banner-text h3{
		font-size:38px;
	}
	.svs-banner .banner-text span{
		font-size:18px;
	}
	.svs-banner .banner-text{
		top:190px;
	}
}
/*产品简介*/

.svs-Introduction .intro-info .text{
	float:left;
	width:47%;
	padding-top:40px;
	margin-left:5%;
}
.svs-Introduction .intro-info .text .tit{
	display: inline-block;
	font-size: 24px;
	color:#333;
	margin-bottom:30px;
}
.svs-Introduction .intro-info .text p{
	font-size:16px;
	color:#666;
	line-height: 30px;
	text-align:justify;
	margin-top:20px;
}
.svs-Introduction .intro-info span{
	font-size:14px;
	color:#999;
	line-height: 21px;
	display: block;
	margin-top:30px;
}
.svs-Introduction .intro-info span a{
	color:#4cb32b;
	text-decoration: underline;
}
.svs-Introduction .intro-info .img{
	float:left;
	width:48%;
	background: #fff;
	text-align: center;
	padding-top:20px;
}
.svs-adv{
	background: #F7F8FA;
}
.svs-adv ul{
	font-size:0;
}
.svs-adv ul .item{
	text-align: center;
	background: #fff;
	padding:30px 20px;
	transition: all ease 0.3s;
	position: relative;
	top:0;
}
.svs-adv ul li{
	display:inline-block;
	width:24%;
	vertical-align: top;
}
.svs-adv ul li:not(:last-child){
	margin-right:1.3333%;
}
.svs-adv ul .item h4{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-top:15px;
	margin-bottom:15px;
}
.svs-adv ul .item p{
	font-size:14px;
	color:#666;
	min-height: 96px;
}

.svs-adv ul .item:hover{
	box-shadow: 0 0 18px rgb(187 193 217 / 40%);
	top:-5px;
}
.svs-func .items{
	background: #fff;
	border:1px solid #e5e8f4;
	padding:20px 15px;
	border-radius: 6px;
	margin-bottom: 20px;
	min-height:114px;
	transition: all ease 0.3s;
	
}
.svs-func .items:hover{
	box-shadow: 0 0 18px rgb(187 193 217 / 40%);
}
.svs-func .items img{
	float:left;
	width:36px;
	margin-right: 15px;
}
.svs-func .items .txt{
	width:88%;
	float:left;
	text-align: justify;
}
.svs-func .items .txt .tit{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
}
.svs-func .items .txt p{
	color:#888;
	font-size:14px;
	
}

.svs-archi{
	background: #F7F8FA;
}
.svs-archi.sec .title,.svs-scenes.sec .title{
	margin-bottom:30px;
}
.svs-archi .summary,.svs-scenes .summary{
	font-size:16px;
	color:#666;
	margin-bottom:40px;
}
.svs-scenes .scenes-items .item{
	border-radius: 8px;
	color:#fff;
	font-size:24px;
	padding:30px 20px;
	height:156px;
}
.svs-scenes .scenes-items .item.s1{
	background: url(../Products/images/svs_48.png) no-repeat right bottom,linear-gradient(90deg,#fa594d,#ff6c38);
	}
.svs-scenes .scenes-items .item.s2{
	background: url(../Products/images/svs_50.png) no-repeat right bottom,linear-gradient(90deg,#036bff,#029dff);
	}
	.svs-scenes .scenes-items .item.s3{
	background: url(../Products/images/svs_52.png) no-repeat right bottom,linear-gradient(90deg,#ffbc00,#f9b000);
	}
	.svs-scenes .scenes-items .item.s4{
	background: url(../Products/images/svs_54.png) no-repeat right bottom,linear-gradient(90deg,#374aff,#6782ff);
	}
	.svs-ask{
	text-align: center;
	background: url(../Products/images/svs_60.png) no-repeat center bottom;
}
.svs-ask a{
	display: inline-block;
	padding:15px 40px;
	border-radius: 8px;
	color:#fff;
	font-size:22px;
	background: #346be8;
	transition: all ease 0.3s;
	margin-bottom:20px;
	margin-top:15px;
	position: relative;
    text-decoration: none;
    top:0;
	}
	.svs-ask a:hover{
		box-shadow: 0 0 30px rgba(52,107,232,0.6);
		top:-5px;
	}
	.svs-ask a:active,.svs-ask a:visited{
		text-decoration: none !important;
	}
	.carousel-svs{
		position: relative;
		margin-top:25px;
	}
.carousel-svs .carousel-inner>.item>a>img,.carousel-svs .carousel-inner>.item>img{
	width:290px;
	float:left;
}
.carousel-svs .carousel-inner>.item{
	height:210px;
}
.carousel-svs .carousel-caption{
	position: relative;
	width:75.8%;
	height:100%;
	float:left;
	right:0;
	bottom:0;
	left:0;
	background: #fff;
	text-shadow: none;
	text-align: left;
	padding:30px;
}
.carousel-svs .carousel-caption h3{
	font-size:20px;
	color:#333;
	font-weight:bold;
	margin-bottom:20px;
}
.carousel-svs .carousel-caption p{
	font-size:14px;
	color:#666;
	text-align: justify;
}
.carousel-control.right,.carousel-control.left{
	background-image: none;
	width: 30px;
    height: 30px;
    border:1px solid #ddd;
    background:#F8F9FD;
}
 .carousel-control.left{
	top:160px;
	left:30px;
	background: url(../Products/images/left.png) no-repeat center;
}
.carousel-control.right{
	top:160px;
	left:120px;
	background: url(../Products/images/right.png) no-repeat center;
}
.carousel-svs .carousel-indicators li{
	text-indent: 0;
	border:none;
	color:#666;
	background:none;
    border-radius: 0;
    margin:0;
    display:none;
    border-radius: 2px;
    font-size:16px;
}

.carousel-svs .carousel-indicators{
	width:auto;
	left:360px;
	margin-left:0;
	bottom:22px;
	font-size:16px;
}
.carousel-svs .carousel-indicators .active{
	
	color:rgba(31,113,250,1);
	display:inline-block;
}
@media only screen and (max-width: 1400px) {
	.carousel-svs .carousel-caption{
		width:73.8%;
	}
}
@media only screen and (max-width: 1200px) {
	.carousel-svs .carousel-caption{
		width:69%;
	}
}
@media only screen and (max-width: 996px) {
	.svs-Introduction .intro-info .text{
		width:100%;
		margin-left:0;
	}
	.svs-Introduction .intro-info .img{
		width:100%;
	}
	.svs-scenes .scenes-items .item{
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 768px) {
	.svs-adv ul li{
		width:48%;
	}
	.svs-adv ul li:not(:last-child){
		margin-right:0;
	}
	.svs-adv ul li:nth-child(1),.svs-adv ul li:nth-child(3){
		margin-right:2%;
	}
	.svs-adv ul .item{
		margin-bottom:20px;
	}
	.carousel-svs .carousel-caption{
		width:59.7%;
	}
}
@media only screen and (max-width: 375px) {
	.svs-adv ul li{
		width:100%;
	}
	.svs-adv ul li:nth-child(1),.svs-adv ul li:nth-child(3){
		margin-right:0;
	}
	.svs-func .items .txt{
		width:100%;
	}
	.svs-func .items img{
		margin-bottom:15px;
	}
	.svs-banner .banner-text{
		padding:15px;
	}
	.svs-banner .banner-text h3{
		font-size:36px;
	}
	.svs-banner .banner-text span{
		font-size:16px;
	}
	.svs-banner {
    background:#025dfe;
    height: 430px;
    }
    .svs-banner .banner-text{
    	top:170px;
    }
    .carousel-svs .carousel-caption{
    	width:100%;
    	padding:15px;
    }
    .carousel-svs .carousel-inner>.item>a>img, .carousel-svs .carousel-inner>.item>img{
    	width:100%;
    	
    }
    .carousel-control.right{
    	top:15px;
    	left:295px;
    }
    .carousel-control.left{
    	top:15px;
    	left:255px;
    }
    .carousel-svs .carousel-indicators{
    	left:280px;
    	bottom:8px;
    }
}

/*沃通IPSec/SSL VPN综合安全网关*/
.ipsec-banner{background:url(../Products/images/ipsecbanner.jpg) no-repeat center top/auto 100%,#042b66;height:535px;}
 .ipsec-banner .btn-box{
	position: relative;
}
 .ipsec-banner .top-btn{
	margin-top:30px;
}
.ipsec-banner .top-btn a{
	color:#fff;
	display:inline-block;
	padding:10px 40px;
	font-size:14px;
	border:1px solid transparent;
	transition: all ease 0.3s;
	font-size:16px;
	background: #5bc162;
	border-radius: 8px;
}
.ipsec-banner .banner-text{
	position: absolute;
	left:0;
	top:230px;
}
.ipsec-banner .banner-text span{
	font-size:24px;
	color:#fff;
	display: block;
	margin-bottom:20px;
}
.ipsec-banner .banner-text h3{
	color:#fff;
	font-size:40px;
	margin-bottom:20px;
	letter-spacing: 1px;
}
.ipsec-banner .banner-text .items span{
	color:#fff;
	font-size:16px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:20px;
	margin-right:10px;
	background: url(../Products/images/check2.png) no-repeat left center;
}
.ipsec-banner .top-btn a:hover{
	border:1px solid rgba(255,255,255,0.8);
}

.ipsec-adv.sec{
	padding:0;
}
.ipsec-adv ul{
	font-size:0;
}
.ipsec-adv ul .item{
	text-align: center;
	background: #f6f7fc;
	padding:30px 20px;
	transition: all ease 0.3s;
	position: relative;
	border-radius: 6px;
	top:0;
	margin-top: 16px;
}
.ipsec-adv ul li{
	display:inline-block;
	width:32%;
	vertical-align: top;
}
.ipsec-adv ul li:not(:last-child){
	margin-right:1.3333%;
}
.ipsec-adv ul .item h4{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-top:15px;
	margin-bottom:15px;
}
.ipsec-adv ul .item p{
	font-size:14px;
	color:#666;
	min-height: 80px;
}

.ipsec-adv ul .item:hover{
	box-shadow: 0 0 18px rgb(187 193 217 / 40%);
	top:-5px;
}
.wtca-func .pre{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 12px 20px 12px 10px;
	border-left: 3px solid #42AE4C;
	background-color: #F6F7FC;
	
}
.ipsec-archi{
	background:url(../Products/images/wtca_32.png) no-repeat center top/auto 100%, #f6f7fc;
}

.ipsec-archi .summary,.wtca-scenes .summary{
	font-size:16px;
	color:#666;
	margin-bottom:40px;
}
.ipsec-archi .img-box{
	background: #fff;
	border-radius: 6px;
	text-align: center;
	padding:20px;
	margin-top: 20px;
}
.ipsec-qua .title{
	margin-top: 60px;}
.ipsec-qua.sec{
	padding:0;
}
.ipsec-qua .qua_img{
	background: #fff;
	border:1px solid #e9ecf6;
}
.ipsec-qua .qua_img .img-left,.ipsec-qua .qua_img .img-right{
	width:50%;
	text-align: center;
	float:left;
	padding:30px 0;
}
.ipsec-qua .qua_img .img-right{
	background: url(../Products/images/wtca_58.png) no-repeat center top,#f6f7fc;
}
.ipsec-qua .qua_img .img-right img{
	box-shadow:  0 0 18px rgb(187 193 217 / 40%);
	width: 60%;
}
.ipsec-qua .qua_img .img-left img{
	width: 400px;
}
/****************************************认证系统****************************************************/

.wtca-banner{background:url(../Products/images/wtca_01.jpg) no-repeat center top/auto 100%,#042b66;height:535px;}
 .wtca-banner .btn-box{
	position: relative;
}
 .wtca-banner .top-btn{
	margin-top:30px;
}
.wtca-banner .top-btn a{
	color:#fff;
	display:inline-block;
	padding:10px 40px;
	font-size:14px;
	border:1px solid transparent;
	transition: all ease 0.3s;
	font-size:16px;
	background: #5bc162;
	border-radius: 8px;
}
.wtca-banner .banner-text{
	position: absolute;
	left:0;
	top:230px;
}
.wtca-banner .banner-text span{
	font-size:24px;
	color:#fff;
	display: block;
	margin-bottom:20px;
}
.wtca-banner .banner-text h3{
	color:#fff;
	font-size:40px;
	margin-bottom:20px;
	letter-spacing: 1px;
}
.wtca-banner .banner-text .items span{
	color:#fff;
	font-size:16px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:20px;
	margin-right:10px;
	background: url(../Products/images/check2.png) no-repeat left center;
}
.wtca-banner .top-btn a:hover{
	border:1px solid rgba(255,255,255,0.8);
}




.flex-nav.wtca-nav{
	background: #1f71fa;
}
.flex-nav.wtca-nav ul li.active a,.flex-nav.wtca-nav ul li a:hover{
	background: #488dff;
}

/*产品简介*/

.wtca-Introduction .intro-info .text{
	float:left;
	width:47%;
	padding-top:10px;
	margin-right:5%;
}
.wtca-Introduction .intro-info .text .tit{
	display: inline-block;
	font-size: 24px;
	color:#333;
	margin-bottom:30px;
}
.wtca-Introduction .intro-info .text p{
	font-size:16px;
	color:#666;
	line-height: 30px;
	text-align:justify;
	margin-top:20px;
}
.wtca-Introduction .intro-info span{
	font-size:14px;
	color:#999;
	line-height: 21px;
	display: block;
	margin-top:30px;
}
.wtca-Introduction .intro-info span a{
	color:#4cb32b;
	text-decoration: underline;
}
.wtca-Introduction .intro-info .img{
	float:right;
	width:48%;
	background: #fff;
	text-align: center;
	padding-top:20px;
}
.wtca-adv.sec{
	padding:0;
}
.wtca-adv ul{
	font-size:0;
}
.wtca-adv ul .item{
	text-align: center;
	background: #f6f7fc;
	padding:30px 20px;
	transition: all ease 0.3s;
	position: relative;
	border-radius: 6px;
	top:0;
}
.wtca-adv ul li{
	display:inline-block;
	width:24%;
	vertical-align: top;
}
.wtca-adv ul li:not(:last-child){
	margin-right:1.3333%;
}
.wtca-adv ul .item h4{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-top:15px;
	margin-bottom:15px;
}
.wtca-adv ul .item p{
	font-size:14px;
	color:#666;
	min-height: 80px;
}

.wtca-adv ul .item:hover{
	box-shadow: 0 0 18px rgb(187 193 217 / 40%);
	top:-5px;
}
.wtca-func .items{
	background: #fff;
	border:1px solid #e5e8f4;
	padding:25px 20px;
	border-radius: 6px;
	margin-bottom: 20px;
	min-height:114px;
	transition: all ease 0.3s;
	
}
.wtca-func .items:hover{
	box-shadow: 0 0 18px rgb(187 193 217 / 40%);
}
.wtca-func .items img{
	float:left;
	width:50px;
	margin-right: 15px;
}
.wtca-func .items .txt{
	width:80%;
	float:left;
	text-align: justify;
}
.wtca-func .items .txt .tit{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
}
.wtca-func .items .txt p{
	color:#888;
	font-size:14px;
	min-height:40px;
}

.wtca-archi{
	background:url(../Products/images/wtca_32.png) no-repeat center top/auto 100%, #f6f7fc;
}

.wtca-archi .summary,.wtca-scenes .summary{
	font-size:16px;
	color:#666;
	margin-bottom:40px;
}
.wtca-archi .img-box{
	background: #fff;
	border-radius: 6px;
	box-shadow:  0 0 18px rgb(187 193 217 / 40%);
	text-align: center;
	padding:20px;
}
.wtca-scenes .scenes-items .item{
	border-radius: 8px;
	color:#fff;
	font-size:24px;
	padding:30px 20px;
	height:156px;
	text-align: center;
}
.wtca-scenes .scenes-items .item h4{
	font-size:16px;
	color:#666;
	margin-top:24px;
	font-weight:normal;
}
.wtca-scenes .scenes-items li{
	float:left;
	width:15.3%;
	margin-right:1.6%;
	box-shadow:  0 0 18px rgb(187 193 217 / 40%);
	background: #fff;
}
.wtca-scenes .scenes-items li:last-child{
	margin-right:0;
}
.wtca-qua.sec{
	padding:0;
}
.wtca-qua .qua_img{
	background: #fff;
	border:1px solid #e9ecf6;
}
.wtca-qua .qua_img .img-left,.wtca-qua .qua_img .img-right{
	width:50%;
	text-align: center;
	float:left;
	padding:30px 0;
}
.wtca-qua .qua_img .img-right{
	background: url(../Products/images/wtca_58.png) no-repeat center top,#f6f7fc;
}
.wtca-qua .qua_img .img-right img{
	box-shadow:  0 0 18px rgb(187 193 217 / 40%);
}
	.wtca-ask{
	text-align: center;

}
.wtca-ask a{
	display: inline-block;
	padding:15px 60px;
	border-radius: 8px;
	color:#fff;
	font-size:22px;
	background: #5cb168;
	transition: all ease 0.3s;
	margin-bottom:20px;
	margin-top:15px;
	position: relative;
    text-decoration: none;
    top:0;
	}
	.wtca-ask a:hover{
		box-shadow: 0 8px 20px rgba(92,177,104,0.6);
		top:-5px;
	}
	.wtca-ask a:active,.wtca-ask a:visited{
		text-decoration: none !important;
	}
	.carousel-wtca{
		position: relative;
		margin-top:25px;
	}
.carousel-wtca .carousel-inner>.item>a>img,.carousel-wtca .carousel-inner>.item>img{
	width:290px;
	float:left;
}
.carousel-wtca .carousel-inner>.item{
	height:210px;
}
.carousel-wtca .carousel-caption{
	position: relative;
	width:75.8%;
	height:100%;
	float:left;
	right:0;
	bottom:0;
	left:0;
	background: #fff;
	text-shadow: none;
	text-align: left;
	padding:30px;
}
.carousel-wtca .carousel-caption h3{
	font-size:20px;
	color:#333;
	font-weight:bold;
	margin-bottom:20px;
}
.carousel-wtca .carousel-caption p{
	font-size:14px;
	color:#666;
	text-align: justify;
}
.carousel-control.right,.carousel-control.left{
	background-image: none;
	width: 30px;
    height: 30px;
    border:1px solid #ddd;
    background:#F8F9FD;
}
 .carousel-control.left{
	top:160px;
	left:30px;
	background: url(../Products/images/left.png) no-repeat center;
}
.carousel-control.right{
	top:160px;
	left:120px;
	background: url(../Products/images/right.png) no-repeat center;
}
.carousel-wtca .carousel-indicators li{
	text-indent: 0;
	border:none;
	color:#666;
	background:none;
    border-radius: 0;
    margin:0;
    display:none;
    border-radius: 2px;
    font-size:16px;
}

.carousel-wtca .carousel-indicators{
	width:auto;
	left:360px;
	margin-left:0;
	bottom:22px;
	font-size:16px;
}
.carousel-wtca .carousel-indicators .active{
	
	color:rgba(31,113,250,1);
	display:inline-block;
}
@media only screen and (max-width: 1400px) {
	.carousel-wtca .carousel-caption{
		width:73.8%;
	}
}
@media only screen and (max-width: 1200px) {
	.carousel-wtca .carousel-caption{
		width:69%;
	}
}
@media only screen and (max-width: 996px) {
	.wtca-Introduction .intro-info .text{
		width:100%;
		margin-left:0;
	}
	.wtca-Introduction .intro-info .img{
		width:100%;
	}
	.wtca-scenes .scenes-items .item{
		margin-bottom:20px;
	}
	.wtca-qua .qua_img .img-left{
		display:none;
	}
	.wtca-qua .qua_img .img-right{
		width:100%;
	}
	.wtca-adv ul .item h4{
		font-size:16px;
	}
	.wtca-adv ul .item p{
		min-height:100px;
	}
}
@media only screen and (max-width: 768px) {
	.wtca-adv ul li{
		width:48%;
	}
	.wtca-adv ul li:not(:last-child){
		margin-right:0;
	}
	.wtca-adv ul li:nth-child(1),.wtca-adv ul li:nth-child(3){
		margin-right:2%;
	}
	.wtca-adv ul .item{
		margin-bottom:20px;
	}
	.carousel-wtca .carousel-caption{
		width:59.7%;
	}
}
@media only screen and (max-width: 390px) {
	.wtca-adv ul li{
		width:100%;
	}
	.wtca-adv ul li:nth-child(1),.wtca-adv ul li:nth-child(3){
		margin-right:0;
	}
	.wtca-func .items .txt{
		width:100%;
		text-align: center;
	}
	.wtca-func .items img{
		margin-bottom:15px;
		margin-right: 0;
		float:none;
	}
	.wtca-banner .banner-text{
		padding:15px;
	}
	.wtca-banner .banner-text h3{
		font-size:36px;
	}
	.wtca-banner .banner-text span{
		font-size:16px;
	}
	.wtca-banner {
    background:#042b66;
    height: 430px;
    }
    .wtca-banner .banner-text{
    	top:170px;
    	text-align: center;
    }
    .carousel-wtca .carousel-caption{
    	width:100%;
    	padding:15px;
    }
    .carousel-wtca .carousel-inner>.item>a>img, .carousel-wtca .carousel-inner>.item>img{
    	width:100%;
    	
    }
    .carousel-control.right{
    	top:15px;
    	left:295px;
    }
    .carousel-control.left{
    	top:15px;
    	left:255px;
    }
    .carousel-wtca .carousel-indicators{
    	left:280px;
    	bottom:8px;
    }
    .wtca-scenes .scenes-items li{
    	width:47%;
    	margin-bottom:20px;
    	margin-right: 4%;
    }
    .wtca-scenes .scenes-items li:nth-child(2n){
    	
    	margin-right:0;
    }
    .wtca-func .items .img{
    	text-align: center;
    	
    }
    .wtca-adv ul .item p{
    	min-height: auto;
    }
}



/***********************************密钥系统****************************************************/

.wtkm-banner{background:url(../Products/images/wtkm_01.jpg) no-repeat center top/auto 100%,#16173d;height:535px;}
 .wtkm-banner .btn-box{
	position: relative;
}
 .wtkm-banner .top-btn{
	margin-top:30px;
}
.wtkm-banner .top-btn a{
	color:#fff;
	display:inline-block;
	padding:10px 40px;
	font-size:14px;
	border:1px solid transparent;
	transition: all ease 0.3s;
	font-size:16px;
	background: #5bc162;
	border-radius: 8px;
}
.wtkm-banner .banner-text{
	position: absolute;
	left:0;
	top:230px;
}
.wtkm-banner .banner-text span{
	font-size:24px;
	color:#fff;
	display: block;
	margin-bottom:20px;
}
.wtkm-banner .banner-text h3{
	color:#fff;
	font-size:40px;
	margin-bottom:20px;
	letter-spacing: 1px;
}
.wtkm-banner .banner-text .items span{
	color:#fff;
	font-size:16px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:20px;
	margin-right:10px;
	background: url(../Products/images/check2.png) no-repeat left center;
}
.wtkm-banner .top-btn a:hover{
	border:1px solid rgba(255,255,255,0.8);
}




.flex-nav.wtkm-nav{
	background: #1f71fa;
}
.flex-nav.wtkm-nav ul li.active a,.flex-nav.wtkm-nav ul li a:hover{
	background: #488dff;
}

/*产品简介*/

.wtkm-Introduction .intro-info .text{
	float:left;
	width:47%;
	padding-top:10px;
	margin-right:5%;
}
.wtkm-Introduction .intro-info .text .tit{
	display: inline-block;
	font-size: 24px;
	color:#333;
	margin-bottom:30px;
}
.wtkm-Introduction .intro-info .text p{
	font-size:16px;
	color:#666;
	line-height: 30px;
	text-align:justify;
	margin-top:20px;
}
.wtkm-Introduction .intro-info span{
	font-size:14px;
	color:#999;
	line-height: 21px;
	display: block;
	margin-top:30px;
}
.wtkm-Introduction .intro-info span a{
	color:#4cb32b;
	text-decoration: underline;
}
.wtkm-Introduction .intro-info .img{
	float:right;
	width:48%;
	background: #fff;
	text-align: center;
	padding-top:20px;
}
.wtkm-adv.sec{
	padding:0;
}
.wtkm-adv ul{
	font-size:0;
}
.wtkm-adv ul .item{
	background: #f6f7fc;
	padding:30px 15px;
	transition: all ease 0.3s;
	position: relative;
	border-radius: 6px;
	top:0;
}
.wtkm-adv ul li{
	display:inline-block;
	width:24%;
	vertical-align: top;
}
.wtkm-adv ul li:not(:last-child){
	margin-right:1.3333%;
}
.wtkm-adv ul .item h4{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-top:15px;
	margin-bottom:15px;
}
.wtkm-adv ul .item p{
	font-size:14px;
	color:#666;
	min-height: 80px;
}

.wtkm-adv ul .item:hover{
	box-shadow: 0 0 18px rgb(187 193 217 / 40%);
	top:-5px;
}
.wtkm-func .items{
	background: #fff;
	border:1px solid #e5e8f4;
	padding:25px 20px;
	border-radius: 6px;
	margin-bottom: 20px;
	min-height:114px;
	transition: all ease 0.3s;
	
}
.wtkm-func .items:hover{
	box-shadow: 0 0 18px rgb(187 193 217 / 40%);
}
.wtkm-func .items img{
	float:left;
	margin-right: 15px;
}
.wtkm-func .items .txt{
	width:80%;
	float:left;
	text-align: justify;
}
.wtkm-func .items .txt .tit{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
}
.wtkm-func .items .txt p{
	color:#888;
	font-size:14px;
	min-height:40px;
}

.wtkm-archi{
	background:url(../Products/images/wtkm_32.png) no-repeat center top/auto 100%, #5761e4;
}
.wtkm-archi.sec .title{
	color:#fff;
}
.wtkm-archi .summary{
	font-size:16px;
	color:#fff;
	margin-bottom:40px;
}
.wtkm-archi .img-box{
	background: #fff;
	border-radius: 6px;
	box-shadow:  0 0 18px rgb(187 193 217 / 40%);
	text-align: center;
	padding:20px;
}
.wtkm-scenes .scenes-items .item{
	border-radius: 8px;
	color:#fff;
	font-size:24px;
	padding:30px 20px;
	height:156px;
	text-align: center;
}
.wtkm-scenes .scenes-items .item h4{
	font-size:16px;
	color:#666;
	margin-top:24px;
	font-weight:normal;
}
.wtkm-scenes .scenes-items li{
	float:left;
	width:15.3%;
	margin-right:1.6%;
	border:1px solid #ebeef9;
	background: #fff;
}
.wtkm-scenes .scenes-items li:last-child{
	margin-right:0;
}
.wtkm-qua.sec{
	padding:0;
}
.wtkm-qua .qua_img{
	background:url(../Products/images/wtkm_55.png) no-repeat #fff;
	border:1px solid #e9ecf6;
	overflow: hidden;
	border-radius: 8px;
}
.wtkm-qua .qua_img .img-left,.wtkm-qua .qua_img .text-right{
	width:50%;
	text-align: left;
	float:left;
	padding:30px 0;
}
.wtkm-qua .qua_img .img-left{
	text-align: center;
}
.wtkm-qua .qua_img .text-right{
	padding:180px 20px 0 60px;
}
.wtkm-qua .qua_img .text-right h4{
	color:#fff;
	font-size:28px;
}
.wtkm-qua .qua_img .text-right span{
	color:#fff;
	font-size:16px;
	display:inline-block;
	margin-top:20px;
}
.wtkm-qua .qua_img .img-left img{
	box-shadow:  0 0 18px rgb(187 193 217 / 40%);
}
	.wtkm-ask{
	text-align: center;

}
.wtkm-ask a{
	display: inline-block;
	padding:15px 60px;
	border-radius: 8px;
	color:#fff;
	font-size:22px;
	background: linear-gradient(0deg,#6068cd,#444dc6);
	transition: all ease 0.3s;
	margin-bottom:20px;
	margin-top:15px;
	position: relative;
    text-decoration: none;
    top:0;
	}
	.wtkm-ask a:hover{
		box-shadow: 0 8px 20px rgba(68,77,198,0.6);
		top:-5px;
	}
	.wtkm-ask a:active,.wtkm-ask a:visited{
		text-decoration: none !important;
	}
	.carousel-wtkm{
		position: relative;
		margin-top:25px;
	}
.carousel-wtkm .carousel-inner>.item>a>img,.carousel-wtkm .carousel-inner>.item>img{
	width:290px;
	float:left;
}
.carousel-wtkm .carousel-inner>.item{
	height:210px;
}
.carousel-wtkm .carousel-caption{
	position: relative;
	width:75.8%;
	height:100%;
	float:left;
	right:0;
	bottom:0;
	left:0;
	background: #fff;
	text-shadow: none;
	text-align: left;
	padding:30px;
}
.carousel-wtkm .carousel-caption h3{
	font-size:20px;
	color:#333;
	font-weight:bold;
	margin-bottom:20px;
}
.carousel-wtkm .carousel-caption p{
	font-size:14px;
	color:#666;
	text-align: justify;
}
.carousel-control.right,.carousel-control.left{
	background-image: none;
	width: 30px;
    height: 30px;
    border:1px solid #ddd;
    background:#F8F9FD;
}
 .carousel-control.left{
	top:160px;
	left:30px;
	background: url(../Products/images/left.png) no-repeat center;
}
.carousel-control.right{
	top:160px;
	left:120px;
	background: url(../Products/images/right.png) no-repeat center;
}
.carousel-wtkm .carousel-indicators li{
	text-indent: 0;
	border:none;
	color:#666;
	background:none;
    border-radius: 0;
    margin:0;
    display:none;
    border-radius: 2px;
    font-size:16px;
}

.carousel-wtkm .carousel-indicators{
	width:auto;
	left:360px;
	margin-left:0;
	bottom:22px;
	font-size:16px;
}
.carousel-wtkm .carousel-indicators .active{
	
	color:rgba(31,113,250,1);
	display:inline-block;
}
@media only screen and (max-width: 1400px) {
	.carousel-wtkm .carousel-caption{
		width:73.8%;
	}
}
@media only screen and (max-width: 1200px) {
	.carousel-wtkm .carousel-caption{
		width:69%;
	}
}
@media only screen and (max-width: 996px) {
	.wtkm-Introduction .intro-info .text{
		width:100%;
		margin-left:0;
	}
	.wtkm-Introduction .intro-info .img{
		width:100%;
	}
	.wtkm-scenes .scenes-items .item{
		margin-bottom:20px;
	}
	.wtkm-qua .qua_img .text-right{
		display:none;
	}
	.wtkm-qua .qua_img .img-left{
		width:100%;
	}
	.wtkm-adv ul .item h4{
		font-size:16px;
	}
	.wtkm-adv ul .item p{
		min-height:100px;
	}
}
@media only screen and (max-width: 768px) {
	.wtkm-adv ul li{
		width:48%;
	}
	.wtkm-adv ul li:not(:last-child){
		margin-right:0;
	}
	.wtkm-adv ul li:nth-child(1),.wtkm-adv ul li:nth-child(3){
		margin-right:2%;
	}
	.wtkm-adv ul .item{
		margin-bottom:20px;
	}
	.carousel-wtkm .carousel-caption{
		width:59.7%;
	}
}
@media only screen and (max-width: 390px) {
	.wtkm-adv ul li{
		width:100%;
	}
	.wtkm-adv ul li:nth-child(1),.wtkm-adv ul li:nth-child(3){
		margin-right:0;
	}
	.wtkm-func .items .txt{
		width:100%;
		text-align: center;
	}
	.wtkm-func .items img{
		margin-bottom:15px;
		margin-right: 0;
		float:none;
	}
	.wtkm-banner .banner-text{
		padding:15px;
	}
	.wtkm-banner .banner-text h3{
		font-size:36px;
	}
	.wtkm-banner .banner-text span{
		font-size:16px;
	}
	.wtkm-banner {
    background:#16173d;
    height: 430px;
    }
    .wtkm-banner .banner-text{
    	top:170px;
    	text-align: center;
    }
    .carousel-wtkm .carousel-caption{
    	width:100%;
    	padding:15px;
    }
    .carousel-wtkm .carousel-inner>.item>a>img, .carousel-wtkm .carousel-inner>.item>img{
    	width:100%;
    	
    }
    .carousel-control.right{
    	top:15px;
    	left:295px;
    }
    .carousel-control.left{
    	top:15px;
    	left:255px;
    }
    .carousel-wtkm .carousel-indicators{
    	left:280px;
    	bottom:8px;
    }
    .wtkm-scenes .scenes-items li{
    	width:47%;
    	margin-bottom:20px;
    	margin-right: 4%;
    }
    .wtkm-scenes .scenes-items li:nth-child(2n){
    	
    	margin-right:0;
    }
    .wtkm-func .items .img{
    	text-align: center;
    	
    }
    .wtkm-adv ul .item p{
    	min-height: auto;
    }
}


/********************************************云原生********************************************************************/

.CNC-banner{background:url(../Products/images/cnc_01.jpg) no-repeat center top/auto 100%,#001d32;height:535px;}
 .CNC-banner .btn-box{
	position: relative;
}
 .CNC-banner .top-btn{
	margin-top:30px;
}
.CNC-banner .top-btn a{
	color:#fff;
	display:inline-block;
	padding:10px 40px;
	font-size:14px;
	border:1px solid transparent;
	transition: all ease 0.3s;
	font-size:16px;
	background: #5663f6;
	border-radius: 8px;
}
.CNC-banner .banner-text{
	position: absolute;
	left:0;
	top:230px;
}
.CNC-banner .banner-text span{
	font-size:24px;
	color:#fff;
	display: block;
	margin-bottom:20px;
}
.CNC-banner .banner-text h3{
	color:#fff;
	font-size:40px;
	margin-bottom:20px;
	letter-spacing: 1px;
}
.CNC-banner .banner-text .items span{
	color:#fff;
	font-size:16px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:20px;
	margin-right:10px;
	background: url(../Products/images/check2.png) no-repeat left center;
}
.CNC-banner .top-btn a:hover{
	border:1px solid rgba(255,255,255,0.8);
}
.CNC-ask{
	text-align: center;

}
.CNC-ask a{
	display: inline-block;
	padding:15px 60px;
	border-radius: 8px;
	color:#fff;
	font-size:18px;
	background: linear-gradient(90deg,#5663f6,#56a5f6);
	transition: all ease 0.3s;
	margin-bottom:20px;
	margin-top:15px;
	position: relative;
    text-decoration: none;
    top:0;
	}
	.CNC-ask a:hover{
		box-shadow: 0 8px 20px rgba(86,99,246,0.3);
	}
	.CNC-ask a:active,.CNC-ask a:visited{
		text-decoration: none !important;
	}
	.CNC-develop .pra{
		font-size:16px;
		color:#333;
		line-height: 32px;
		text-align: justify;
		text-indent: 2em;
	}
.CNC-develop .img{
	margin-top:30px;
}
.CNC-definition{
	background: #f9fafe;
}
.CNC-definition .pra p{
	font-size:16px;
		color:#333;
		line-height: 32px;
		text-align: justify;
		margin-bottom:20px;
		text-indent: 2em;
}
.CNC-definition .img{
	text-align: center;
	margin-top:10px;
}
.CNC-safe{background: url(../Products/images/cnc_12.png) no-repeat center bottom,#5663f6;}
.CNC-safe .title{
	color:#fff;
}
.CNC-safe .cont{
	padding-top:30px;
	padding-bottom:30px;
}
.CNC-safe .pra {
	color:#fff;
	width:42%;
	float:left;
}
.CNC-safe .pra p{
	color:#fff;
	margin-top:30px;
	font-size:16px;
	line-height: 32px;
	text-align: justify;
	text-indent: 2em;
}
.CNC-safe .img{
	width:47%;
	float:right;
	text-align: right;
}
.CNC-use .pra p{
	color:#333;
	font-size:16px;
	line-height: 32px;
	text-align: justify;
	text-indent: 2em;
}
.CNC-use{
	background: #f9fafe;
}
.CNC-use .cont .how{
	margin-top:35px;
	background: #fff;
	border: 1px solid #ebeef9;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom:30px;
}
.CNC-use .cont .how .small-title{
	color:#fff;
	background:url(../Products/images/cnc_20.png) no-repeat 1096px center, linear-gradient(90deg,#5663f6,#56a5f6);
	padding:9px 0 9px 30px;
	font-size:20px;
}
.CNC-use .cont .how .how-cont{
	padding:40px 30px;
}
.CNC-use .cont .how .how-cont .step{
	float:left;
	width:43%;
}
.CNC-use .cont .how .how-cont .step p{
	font-size:14px;
	line-height: 24px;
	color:#333;
	margin-bottom:30px;
}
.CNC-use .cont .how .how-cont .step li{
	font-size:14px;
	line-height: 30px;
	color:#777;
	padding-left:30px;
	position: relative;
}
.CNC-use .cont .how .how-cont .step li:before{
	content: '';
	display: block;
	position: absolute;
	left:10px;
	top:12px;
	width:6px;
	height:6px;
	background: #5663f6;
	transform:rotate(45deg);
}
.CNC-use .cont .how .how-cont .img{
	float:right;
	width:50%;
	padding-top:30px;
}
.CNC-KMS .KMS-list .item:not(:last-child){
	margin-bottom:90px;
}
.CNC-KMS .KMS-list .item .item-left{
	float:left;
	width:50%;
}
.CNC-KMS .KMS-list .item .item-right{
	float:right;
	width:45%;
}
.CNC-KMS .KMS-list .item .small-title{
	font-size:22px;
	color:#5663f6;
	margin-bottom:30px;
	margin-top:20px;
}
.CNC-KMS .KMS-list .item p{
	font-size:16px;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
}
.CNC-KMS .KMS-list .item.item_2 .item-left{
	width: 50%;
    float: right;
    text-align: right;
}
.CNC-KMS .KMS-list .item.item_2 .item-right{
	width: 44%;
    text-align: left;
    float: left;
}

@media only screen and (max-width: 1200px) {
	.CNC-safe .pra p{
		margin-top:0;
	}
}
@media only screen and (max-width: 900px) {
	.CNC-safe .cont{
		padding:0;
	}
	.CNC-safe .pra{
		width:100%;
	}
	.CNC-safe .img{
		width:100%;
		text-align: center;
		margin-top:30px;
	}
	.CNC-use .cont .how .how-cont .step{
		width:100%;
	}
	.CNC-use .cont .how .how-cont .img{
		width:100%;
		text-align: center;
	}
	.CNC-KMS .KMS-list .item .item-left,.CNC-KMS .KMS-list .item .item-right,
	.CNC-KMS .KMS-list .item.item_2 .item-right,.CNC-KMS .KMS-list .item.item_2 .item-left
	{
		width:100%;
		text-align: center;
	}
}
@media only screen and (max-width:450px ) {
	.CNC-banner .banner-text{
		padding:15px;
		width:100%;
	}
	.CNC-banner .banner-text h3{
		font-size:36px;
	}
	.CNC-banner .banner-text span{
		font-size:16px;
	}
	.CNC-banner {
    background:#001d32;
    height: 430px;
    }
    .CNC-banner .banner-text{
    	top:170px;
    	text-align: center;
    }
}



/*********************************************代码签名证书***********************************************************/
.code-banner{background:url(../Products/images/code_new_01.jpg) no-repeat center top/auto 100%,#005cf4;height:535px;}
 .code-banner .btn-box{
	position: relative;
}
 .code-banner .top-btn{
	margin-top:30px;
}
.code-banner .top-btn a{
	color:#0084ff;
	display:inline-block;
	padding:8px 36px;
	font-size:14px;
	border:1px solid transparent;
	transition: all ease 0.3s;
	font-size:16px;
	background: #fff;
	border-radius: 8px;
}
.code-banner .top-btn a.btn_two{
	border:1px solid #fff;
	color:#fff;
	background: none;
	margin-left:5px;
}
.code-banner .top-btn a:hover{
	background: #fff;
	color:#0084ff;
	border:1px solid #54a0f6;
}
.code-banner .banner-text{
	position: absolute;
	left:0;
	top:230px;
}
.code-banner .banner-text span{
	font-size:24px;
	color:#fff;
	display: block;
	margin-bottom:20px;
}
.code-banner .banner-text h3{
	color:#fff;
	font-size:40px;
	margin-bottom:20px;
	letter-spacing: 1px;
}
.code-banner .banner-text .items span{
	color:#fff;
	font-size:16px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:20px;
	margin-right:10px;
	background: url(../Products/images/check2.png) no-repeat left center;
}
.code-banner .top-btn a:hover{
	border:1px solid rgba(255,255,255,0.8);
}
.code-intro.sec{
	padding-bottom:80px;
}
.code-pros{
	background: #f9fafe;
}
.code-intro .cont .pra p{
	text-align: justify;
	font-size:16px;
	color:#333333;

	line-height: 30px;
}
.code-intro .cont .pra p:nth-child(2){
		margin-top:30px;
}
.code-intro .cont .pra .more_code{
	position: relative;
	margin-top:10px;
}
.code-intro .cont .pra .more_code .more_items{
	float:left;
	width:14%;
}

.code-intro .cont .pra .more_code .more_items .text{
	display:none;
	font-size:14px;
	color:#333;
	padding:10px;
	background:#fafcff;
	border-radius: 4px;
	border:1px dashed #cee4fc;
	position: absolute;
	left:0;
	bottom:-100px;
	width:100%;
}
.code-intro .cont .pra .more_code .more_items .text span{
	color:#0c78f2;
}
.code-intro .cont .pra .more_code .more_items:hover .text{
	display: block;
}

.code-pros .cont_list .cp_box{
	background: #fff;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom:54px;
	box-shadow: 0 6px 20px rgba(157,168,213,0.22)}
.code-pros .cont_list .cp_top{
	background: rgba(12,120,240,0.7);
	text-align: center;
	padding:20px 15px 10px;
	height:77px;
}
.code-pros .cont_list .cp_top h3 a{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	display: block;
	margin-bottom:5px;
}
.code-pros .cont_list .cp_top h3 a.one{
	line-height: 40px;
}
.code-pros .cont_list .cp_top span{
	font-size:12px;
	color:rgba(255,255,255,0.7);
	
}
.code-pros .cont_list .cp_box .cp_price{
	padding:20px 0;
	text-align: center;
}
.code-pros .cont_list .cp_box .cp_price p{
	font-size:14px;
	color:#999;
	height:52px;
}
.code-pros .cont_list .cp_box .cp_price p.one{
	font-size:16px;
	color:#0c78f2;
	line-height: 52px;
}
.code-pros .cont_list .cp_box .cp_price span{
	font-size:36px;
	color:#0c78f2;
	margin-right:4px;
}
.code-pros .cont_list .cp_box .cp_price i{
	font-size:16px;
	color:#0c78f2;
}
.code-pros .cont_list .cp_box .cp_func{
	padding:0 15px 25px;
}
.code-pros .cont_list .cp_box .cp_func dl{
	min-height:234px;
}
.code-pros .cont_list .cp_box .cp_func dd{
	font-size:14px;
	line-height: 18px;
	padding-left:20px;
	background: url(../Products/images/code_new_08.jpg) no-repeat left 11px;
	padding-top:9px;
	padding-bottom:9px;
	display: block;
}
.code-pros .cont_list .cp_box .cp_ask{
	margin-top:30px;
}
.code-pros .cont_list .cp_box .cp_ask a{
	background: #0c78f2;
	color:#fff;
	border-radius: 8px;
	border:1px solid transparent;
	display: inline-block;
	width:49%;
	text-align: center;
	padding:6px 0;
	font-size: 14px;
	
}
.code-pros .cont_list .cp_box .cp_ask a.advisory{
	background: #fff;
	color:#0c78f2;
	border:1px solid #0c78f2;
}
.code-pros .cont_list .cp_box .cp_ask a:hover{
	background: rgba(12,120,240,0.9);
	color:#fff;
	border:1px solid rgba(12,120,240,0.8);
}
.code-pros .cont_list .cp_box:hover .cp_top{
	background: rgba(12,120,240,1);
}
.code-func .cont li .item{
	margin-bottom:20px;
}
.code-func .cont li:first-child .item,.code-func .cont li:nth-child(2) .item{
	margin-bottom:70px;
}
.code-func .cont .img{
	float:left;
}
.code-func .cont .text{
	width:85%;
	float:right;
}
.code-func .cont .text .tit{
	font-size:16px;
	color:#333;
	margin-bottom:20px;
	font-weight:bold;
}
.code-func .cont .text p{
	font-size:14px;
	color:#666;
	line-height: 21px;
	min-height: 42px;
}

.code-adv{
	background: #0084ff;
}
.code-adv.sec .title{
	color:#fff;
}

.code-adv .cont .item{
	background: rgba(255,255,255,0.2);
	border-radius: 8px;
	padding:25px 15px;
	margin-bottom:20px;
}
.code-adv .cont .item h4{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
	margin-top:20px;
}
.code-adv .cont .item p{
	font-size:14px;
	color:rgba(255,255,255,0.7);
}
.code-adv .cont .img{
	text-align: right;
	margin-top:30px;
}
.code-process .cont{
	position: relative;
}
.code-process .cont .item{
	text-align: center;
	float: left;
	width:25%;
}
.code-process .cont .item p{
	margin-top:20px;
	margin-bottom:8px;
	font-size:16px;
	color:#333;
}
.code-process .cont .item a{
	font-size:14px;
	color:#0084ff;
}
.code-process .cont .item a:hover{
	text-decoration: underline !important;
}
.code-process .cont .line{
	position: absolute;
	width: 62%;
	height:1px;
	border-bottom:1px dashed #e6e9f7;
	top: 50px;
    left: 19%;
    z-index: -1;
}
.hint .cont{
	background:rgba(249,200,2,0.03);
	padding:40px 50px;
	border-radius: 8px;
	border:1px dashed #f9c802;
	margin-top:20px;
	margin-bottom:60px;
}
.hint .cont .img{
	float:left;
	width:10%;
	text-align: center;
	padding-top:10px;
}
.hint .cont .img p{
	font-size:20px;
	color:#f9c802;
	margin-top:10px;
}

.hint .cont .text{
	width:86%;
	float:right;
	text-align: justify;
	font-size:14px;
	color:#666;
	line-height: 24px;
}
.price-tabs a {
	float:right;
	width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
	font-size: 1rem;
    color: #fff;
	font-weight: bold;
    text-decoration: none;
    text-indent:0px;
    background:#999;
    text-align: center;
}
.price-tabs a img{
	position: relative;
	top: -2px;
}
.price-tabs .first_t a {
	float:left;
	width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
	font-size: 1rem;
    color: #fff;
	font-weight: bold;
    text-decoration: none;
    text-indent: 0px;
    background: url(../images/web_style/tab_back_t.png) top left no-repeat;
}
.price-tabs .first_t a:hover {
	color: #fff;
	background: #666;
}
.price-tabs a:hover {
	color: #fff;
	background: #888;
}
.price-tabs .ssl-list {
	background-position: 182px -70px;
}
.en .price-tabs .ssl-list {
	text-indent: 190px;
	background-position: 164px -70px;
}

.en .price-tabs .cur .ssl-list,
.en .price-tabs .ssl-list:hover {
	background-position: 164px -112px;
}
.price-tabs .code-list {
/*	background-position: 180px -151px;*/
}
.en .price-tabs .code-list {
	text-indent: 160px;
	background-position: 130px -151px;
}
.price-tabs .cur .code-list,
.price-tabs .code-list:hover {
/*	background-position: 180px -193px;*/
}
.en .price-tabs .cur .code-list,
.en .price-tabs .code-list:hover {
	background-position: 130px -193px;
}
.price-tabs .client-list {
	background-position: 90px -236px;
}
.en .price-tabs .client-list {
	text-indent: 100px;
	background-position: 70px -236px;
}
.price-tabs .cur .client-list,
.price-tabs .client-list:hover {
	background-position: 90px -278px;
}
.en .price-tabs .cur .client-list,
.en .price-tabs .client-list:hover {
	background-position: 70px -278px;
}
.price-tabs .first a {
/*	border-left:1px solid #72ca99;*/
}


.price-table {
	font-size: 14px;
	font-size: 0.875rem;
	border-style: solid;
	border-width: 0px 1px 1px;
	border-color: #808080;
	margin-bottom: 20px;
	width: 100%;
    border-collapse: collapse;
}
.price-table th {
	width: 120px;
	padding: 10px 4px;
	color: #666;
	vertical-align: middle;
	background: #F5F8FF;
	border:1px solid #5FAAFF;
	text-align: center;
	font-size: 15px;
}
.price-table td {
	padding: 18px 4px;
	color: #666;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	border:1px solid #5FAAFF;
}
.price-table .price_title td{padding: 10px 0;}
.price_title th {	
	border:none;
}
.price-table .td_none_b td{border-top:none;}
.price_title td {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
/*	text-shadow: 0 1px 2px #808080;*/
	border:none;
}
.price_title td a,
.price_title td {
	color: #fff;
	text-decoration: none;
}
.price-table .price_title .col-1 {
	width: 120px;
	background:#E5F2FF;
	color:#666;
	border:1px solid #5FAAFF;
	font-size: 16px;
	font-weight: bold;
}
.price-table .price_title .col-2 {
	width: 30%;
	background:#0C78F2;
}
.price-table .price_title .col-3 {
	width: 30%;
	background:#1A86FF;
}
.price_title td a:hover{color:#fff}

.price-contact {
	margin: 30px 0 0 35px;
	font-size: 15px;
	font-size: 0.95rem;
	text-align: center;
	color: #666;
}
.price-tabs li {
	float: left;
	width: 19%;
	position: relative;
	padding-bottom: 20px;
}

@media only screen and (max-width:990px ) {
	.code-pros .cp_list{
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 420px) {
	.code-banner {
    background:#005cf4;
    height:400px;
    }
    .code-banner .banner-text span{
    	font-size:18px;
    }
    .code-banner .banner-text h3{
    	font-size:32px;
    }
    .code-banner .top-btn a{
    	padding:4px 16px;
    }
    .code-banner .banner-text {
    position: absolute;
    left: 20px;
    top: 184px;
	}
	.code-func .cont .text{
		width:74%;
	}
	.code-func .cont li:first-child .item, .code-func .cont li:nth-child(2) .item,.code-func .cont li .item{
		margin-bottom:30px;
	}
	.hint .cont .img,.hint .cont .text{
		float:none;
		width:100%;
	}
	.hint .cont .text{
		margin-top:20px;
	}
	.hint .cont{
		padding: 25px;
	}
	.code-process .cont .item{
		width:50%;
		margin-bottom:20px;
	}
}


/************************************************************沃通云*******************************************************************/
.SaaS-banner{background:url(../Products/images/SaaS.jpg) no-repeat center top/auto 100%,#3961f3;height:535px;}
 .SaaS-banner .btn-box{
	position: relative;
}
 .SaaS-banner .top-btn{
	margin-top:30px;
}
.SaaS-banner .top-btn a{
	color:#fff;
	display:inline-block;
	padding:6px 34px;
	font-size:14px;
	transition: all ease 0.3s;
	border:1px solid #fff;
	border-radius: 4px;
	margin-right:5px;
}
.SaaS-banner .banner-text{
	position: absolute;
	left:0;
	top:220px;
}
.SaaS-banner .banner-text span{
	font-size:22px;
	color:#fff;
	display: block;
	margin-bottom:15px;
}
.SaaS-banner .banner-text h3{
	color:#fff;
	font-size:40px;
	margin-bottom:20px;
	letter-spacing: 1px;
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding-bottom:20px;
}
.SaaS-banner .banner-text .items span{
	color:#fff;
	font-size:16px;
	text-align: justify;
	line-height:24px;
	display: inline-block;
	padding-left:15px;
	margin-right:16px;
	position: relative;
	margin-bottom:0;
}
.SaaS-banner .banner-text .items span:before{
	position: absolute;
	content: "";
	display: inline-block;
	top:9px;
	left:0;
	width:6px;
	height: 6px;
	border-radius: 3px;
	background: #fff;
}
.SaaS-banner .top-btn a.ask{
	background: #fff;
	color:#3961f3;
}
.SaaS-banner .top-btn a:hover{
	border:1px solid rgba(255,255,255,0.8);
}

.SaaS-banner .top-btn a:nth-child(2):hover,.SaaS-banner .top-btn a:nth-child(3):hover{
	background:#fff;
	color:#3961f3;
}
.SaaS-bac .pra{
	color: #333;
    width: 41%;
    float: left;
    margin-top:30px;
}
.SaaS-bac .pra p{
	font-size:16px;
	text-indent: 2em;
	line-height: 36px;
	text-align: justify;
	
}
.SaaS-bac .pra p:last-child{
	margin-top:20px;
}
.SaaS-bac .img{
	width: 48%;
    float: right;
    text-align: right;
}


.SaaS-intro .pra{
	color: #333;
    width: 41%;
    float: right;
    font-size:16px;
	text-indent: 2em;
	line-height: 36px;
	text-align: justify;
	margin-top:80px;
}
.SaaS-intro .pra a{
	color:#3a8bff;
}

.SaaS-intro .img{
	width: 48%;
    float: left;
    text-align: left;
}

.SaaS-func{
	background: #f9fafe;
}
.SaaS-func ul li{
	display: inline-block;
	
}
.SaaS-func ul li .func_list{
	background: #fff;
	border:1px solid #e3e6f4;
	border-radius: 6px;
	box-shadow:0px 7px 16px rgba(211,214,236,0.4);
	overflow: hidden;
	padding-bottom:25px;
}
.SaaS-func ul li .func_list .small_title{
	padding:24px 20px 40px 20px;
	
	
	
}
.SaaS-func ul li .func_list .small_title.title_ssl{
	background:url(../Products/images/SaaS_11.png) no-repeat -110px -17px,linear-gradient(90deg,#3689ff,#4e97ff);
}
.SaaS-func ul li .func_list .small_title.title_time{
	background:url(../Products/images/SaaS_13.png) no-repeat -110px -17px,linear-gradient(90deg,#3689ff,#4e97ff);
}
.SaaS-func ul li .func_list .small_title.title_esign{
	background:url(../Products/images/SaaS_15.png) no-repeat -110px -17px,linear-gradient(90deg,#3689ff,#4e97ff);
}
.SaaS-func ul li .func_list .small_title.title_attestation{
	background:url(../Products/images/SaaS_03.png) no-repeat -110px -17px,linear-gradient(90deg,#3689ff,#4e97ff);
}
.SaaS-func ul li .func_list .small_title a{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	position: relative;
}
.SaaS-func ul li .func_list .small_title a:after{
	position: absolute;
	display: inline-block;
	content: "";
	background: #fff;
	width:36px;
	height:4px;
	top:32px;
	left:0;
}
.SaaS-func ul li .func_list .text{
	padding:35px 20px 20px;
	font-size:14px;
	color:#666;
	line-height:24px;
	text-align: justify;
	min-height:199px;
}
.SaaS-func ul li .func_list .btn{
	padding-left:20px;
}
.SaaS-func ul li .func_list .btn a{
	color:#3689ff;
	border-radius: 4px;
	border:1px solid #3689ff;
	padding:5px 20px;
	font-size:14px;
	display: inline-block;
}
.SaaS-func ul li .func_list .text a {
    color: #3a8bff;
}
.SaaS-func ul li .func_list .btn a:hover{
	background: #3689ff;
	color:#fff;
}
.SaaS-proce .proce_list{
	float:left;
	width:33.33%;
	text-align: center;
}
.SaaS-proce .proce_list h5{
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
}
.SaaS-proce .proce_list p{
	font-size:14px;
	color:#666;
}
.SaaS-proce .cont{
	position: relative;
}
.SaaS-proce .cont .line{
	position: absolute;
	width:61.8%;
	height:1px;
	background: #dde1f0;
	top:29px;
	left:19%;
	z-index: -1;
}

@media only screen and (min-width: 420px) and (max-width: 990px) {
	.SaaS-proce .proce_list{
		padding:0 10px;
	}
	.SaaS-func ul li .func_list .text{
		min-height:247px;
	}
	.SaaS-func ul li .func_list .small_title.title_esign,
	.SaaS-func ul li .func_list .small_title.title_time,
	.SaaS-func ul li .func_list .small_title.title_ssl{
		background-position-x: -170px;
	}
	.SaaS-intro .pra{
		margin-top:0;
	}
}
@media only screen and (max-width: 820px) {
	
	.SaaS-bac .img,.SaaS-intro .img{
		width:100%;
		margin-top:20px;
		text-align: center;
	}
	.SaaS-intro .pra,.SaaS-bac .pra{
		width:100%;
		float:none;
		margin-top:0;
	}
}
@media only screen and (max-width:420px ) {
	.SaaS-func ul li .func_list{
		margin-bottom:15px;
	}
	.SaaS-banner .banner-text{
		padding:0 15px;
		top:200px;
	}
	.SaaS-banner .banner-text h3{
		font-size:32px;
	}
	.SaaS-banner .banner-text span{
		font-size:20px;
	}
	.SaaS-banner .banner-text .items span{
		margin-right:6px;
	}
	.SaaS-banner{
		background: #3961f3;
		height:480px;
	}
}


/*文档签名证书*/
/*banner*/
.document-banner {background:url(../Products/images/images_document/banner.png) no-repeat center top/auto 100%,#005cf4;height:535px;}
.document-banner .btn-box{
	position: relative;
}
 .document-banner .top-btn{
	margin-top:30px;
}
.document-banner .top-btn a{
	color:#0084ff;
	display:inline-block;
	padding:8px 36px;
	font-size:14px;
	border:1px solid transparent;
	transition: all ease 0.3s;
	font-size:16px;
	background: #fff;
	border-radius: 8px;
}
.document-banner .top-btn a.btn_two{
	border:1px solid #fff;
	color:#fff;
	background: none;
	margin-left:5px;
}
.document-banner .top-btn a:hover{
	background: #fff;
	color:#0084ff;
	border:1px solid #54a0f6;
}
.document-banner .banner-text{
	position: absolute;
	left:0;
	top:230px;
}
.document-banner .banner-text span{
	font-size:24px;
	color:#fff;
	display: block;
	margin-bottom:20px;
}
.document-banner .banner-text h3{
	color:#fff;
	font-size:40px;
	margin-bottom:20px;
	letter-spacing: 1px;
}


/* 产品介绍*/
.doc-intro.sec{
	padding-bottom:80px;
}
.doc-pros{
	background: #f8fcff;
}
.doc-intro .cont .pra p{
	text-align: justify;
	font-size:16px;
	color:#333333;

	line-height: 30px;
}
.doc-intro .cont .pra p:nth-child(2){
		margin-top:30px;
}
.doc-intro .cont .pra .more_code{
	position: relative;
	margin-top:10px;
}
.doc-intro .cont .pra .more_code .more_items{
	float:left;
	width:14%;
}

.doc-intro .cont .pra .more_code .more_items .text{
	display:none;
	font-size:14px;
	color:#333;
	padding:10px;
	background:#fafcff;
	border-radius: 4px;
	border:1px dashed #cee4fc;
	position: absolute;
	left:0;
	bottom:-100px;
	width:100%;
}
.doc-intro .cont .pra .more_code .more_items .text span{
	color:#0c78f2;
}
.doc-intro .cont .pra .more_code .more_items:hover .text{
	display: block;
}

/*产品类型*/
.doc-pros .docu_list .doc_box{
	background: #fff;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom:54px;
	box-shadow: 0 6px 20px rgba(157,168,213,0.22)}
.doc-pros .docu_list .doc_top{
	background: #0e66f9;
	text-align: center;
	padding:20px 15px 10px;
	height:55px;
}
.doc-pros .docu_list .doc_top h3 a{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	display: block;
	margin-bottom:5px;
}
.doc-pros .docu_list .doc_top h3 a.one{
	line-height: 40px;
}
.doc-pros .docu_list .doc_top span{
	font-size:12px;
	color:rgba(255,255,255,0.7);
	
}
.doc-pros .docu_list .doc_box .doc_price{
	padding:20px 0;
	text-align: center;
}
.doc-pros .docu_list .doc_box .doc_price p{
	font-size:14px;
	color:#999;
	height:52px;
}
.doc-pros .docu_list .doc_box .doc_price p.one{
	font-size:16px;
	color:#0c78f2;
	line-height: 52px;
}
.doc-pros .docu_list .doc_box .doc_price span{
	font-size:36px;
	color:#f78b00;
	margin-right:4px;
}
.doc-pros .docu_list .doc_box .doc_price i{
	font-size:16px;
	color:#f78b00;
}
.doc-pros .docu_list .doc_box .doc_func{
	padding:0 15px 25px;
}
.doc-pros .docu_list .doc_box .doc_func dl{
	min-height:0px;
}
.doc-pros .docu_list .doc_box .doc_func dd{
	font-size:14px;
	line-height: 18px;
	padding-left:20px;
	background: url(../Products/images/code_new_08.jpg) no-repeat left 11px;
	padding-top:9px;
	padding-bottom:9px;
	display: block;
}
.doc-pros .docu_list .doc_box .doc_ask{
	margin-top:30px;
}
.doc-pros .docu_list .doc_box .doc_ask a{
	background: #0e66f9;
	color:#fff;
	border-radius: 8px;
	border:1px solid transparent;
	display: inline-block;
	width:49%;
	text-align: center;
	padding:6px 0;
	font-size: 14px;
	
}
.doc-pros .docu_list .doc_box .doc_ask a.advisory{
	background: #fff;
	color:#0c78f2;
	border:1px solid #0c78f2;
}
.doc-pros .docu_list .doc_box .doc_ask a:hover{
	background: rgba(12,120,240,0.9);
	color:#fff;
	border:1px solid rgba(12,120,240,0.8);
}
.doc-pros .docu_list .doc_box:hover .doc_top{
	background: rgba(12,120,240,1);
}
.doc-func .cont li .item{
	margin-bottom:20px;
}
.doc-func .cont li:first-child .item,.doc-func .cont li:nth-child(2) .item{
	margin-bottom:70px;
}
.doc-func .cont .img{
	float:left;
}
.doc-func .cont .text{
	width:85%;
	float:right;
}
.doc-func .cont .text .tit{
	font-size:16px;
	color:#333;
	margin-bottom:20px;
	font-weight:bold;
}
.doc-func .cont .text p{
	font-size:14px;
	color:#666;
	line-height: 21px;
	min-height: 42px;
}

/*产品优势*/
.document-adv{
	background:#f8fcff;
}
.document-adv .docitems{
	background: #fff;
	border:1px solid #e5e8f4;
	box-shadow: 0 0 18px rgba(187,193,217,0.4);
	padding:20px 15px;
	border-radius: 6px;
	margin-bottom: 30px;
	min-height: 272px;
}
.document-adv .docitems img{
	float:right;
	width:125px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 80px;
}
.document-adv .docitems .doctxt{
	width:70%;
	float:left;
	text-align: justify;
}
.document-adv .docitems .doctxt .doctit{
	font-size:20px;
	color:#0e66f9;
	font-weight:bold;
	margin-bottom:10px;
	margin-left: 34px;
	margin-top: 10px;
}
.document-adv .docitems .doctxt p{
	color:#666;
	font-size:16px;
	max-width:340px;
	margin-left:34px;
	line-height:30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*签名效果*/
.document-adv1{
	width: 100%;
	height: 100%;
	background-image:url(../Products/images/images_document/effbg.png);  
	background-repeat: no-repeat;
	background-size: contain;
}
.downbtu{
	background: white;
	color:#0e66f9;
	border: 1px solid #0c78f2;
	width: 246px;
	height: 45px;
	border-radius: 8px;
	margin-top: 60px;
	display: inline-block;

}
.downbtu:hover{
	background-color: #0e66f9; /* Green */
    color: white;
}
.downbtu a{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #0e66f9;
	
}
.downbtu a:hover{
	color: white;
}
.docdown{
	text-align: center;
}

/*客户案例*/
	.doccon-hd05{padding-bottom: 30px; }
    .doccon-hd05 ul{text-align: center; font-size: 0}
	.doccon-hd05 li{
		width:270px; 
		min-height: 66px;
		line-height: 66px;
		border: 1px solid #e4eef5;
		box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		text-align: center; 
		border-radius: 6px; 
		display:inline-block;
		padding: 5px 0; 
		margin-left: 12px; 
		margin-bottom: 12px;
		background-color: white;
		 }
/*    .doccon-hd05 li:first-child{margin-left: 0}*/
	.doccon-hd05 li a{float: left; width: 175px; height: 84px; border: 1px solid #ccc; cursor: auto; position: relative; left: 50%; margin: 0 30px 10px -90px; text-align: center;}
    .doccon-hd05 li img{vertical-align: middle; max-width: 200px;}
  
      
/*产品功能*/
.documentfunc{
	padding:60px 0;
	background-color: #0e66f9;
}
.sec .docfunctitle{
	text-align: center;
	margin-bottom:60px;
	font-size: 30px;
	color: white;
}
.back1{
	height:360px;
	
}
.bg{
	height: 385px;
	overflow: hidden;
	position: relative;
	
}
.topic_list{
	background:#0e66f9;
	margin-top: 20px;
	padding: 15px;
	height: 800px;
}
.topic_list .img{
	height: 180px;
	width: 383px;
	/*overflow: hidden;
	position: relative;*/
	border: none;
}
.docufunc{
	background-color:#0e66f9;
	padding: 60px 0;
}
.docufunc .docufunctitle{
	text-align: center;
	margin-bottom: 60px;
	font-size: 30px;
	color: white;
}
.docufunctext{
	color: #6483b8;
}
.topic_cont{
	height: 180px;
	width: 383px;
}
.docufuncbg{
	height: 180px;
	width: 383px;
}


/*相关产品*/
.C-Cert-rel{
	background:#f8fcff;
}
.C-Cert-Pro ul li.big_box:not(:last-child){
	margin-right:1%;
}
.C-Cert-Pro ul li.big_box{
	display: inline-block;
	width:32.4%;
}
.C-Cert-Pro ul li .func_list .small_title{
	padding:15px 0 15px 0;
	background:#0E66F9;	
    height: 83px;
    border-radius: 8px 8px 0 0;
}
.C-Cert-Pro ul li .func_list .small_title:hover{
	background:rgba(12,120,240,1);
}

.C-Cert-Pro ul li .func_list .con_bottom{
	padding: 20px;
	background:#fff url(../Products/images/images_document/productbg.png) no-repeat bottom center;
	box-shadow: 1px 2px 9px rgba(187,193,217,0.4); 
	border: 1px solid #e5e8f4;
	margin-bottom: 30px;
}
.C-Cert-Pro.C-Cert-rel .func_list .C-list{
	min-height: 96px;
	margin-top: 40px;
	line-height: 30px;
	letter-spacing: 0.4px;
}
.C-Cert-Pro.C-Cert-rel ul li .func_list .text{
	height: 0;
	padding: 0 0 48% 0;
	margin-top: 8px;
	letter-spacing: 0.4px;
}
.C-Cert-Pro ul li .func_list .text{
	padding-bottom:38px;
	font-size:16px;
	color:#666;
	line-height:30px;
	text-align: justify;
	min-height:117px;
	border-bottom:1px solid #e3e6f4;
}
C-Cert-Pro .func_list .C-list li a{
	font-size:14px;
	color:#333;
	line-height: 32px;
	padding-left:10px;
	position: relative;
}
.C-Cert-Pro li .func_list .cpbtn a{
	color:#0E66F9;
	border-radius:8px;
	border:1px solid #1086fe;
	padding:10px 0;
	font-size:16px;
	display:block;
/*	background: #fff;*/
/*	width: 348px;*/
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}
.C-Cert-Pro li .func_list .cpbtn a:hover{
	color: white;
	background-color: #0E66F9;
}

/*.func_list .cpbtn:hover{
	background-color: #0e66f9; 
    color: white;
}*/
.small_title a{
	color: white;
	margin-left: 30px;
	font-size: 20px;
	margin-top: 12px;
	float: left;
}
.small_title p{
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	display: block;
	color: white;
}
.con_bottom img{
	float: left;
	margin-top:6px;
}

.con_bottom h4{
	margin-left: 30px;
	color:#0e66f9;
	font-size: 18px;
}
.C-list img{
	float: left;
	margin-top:4px;
}
.C-list{
	color: #666;
}

.docucode-intro .docucont .docupra p{
	text-align: justify;
	font-size:16px;
	color:#666;
	letter-spacing: 0.4px;
	line-height: 30px;
}

.docsignature-use ul li{
	float:left;
	width:33.3333%;
	text-align: center;
	border-bottom:1px solid #e3e6f4;
	padding:50px 0;
	font-size:16px;
	color:#333;
	transition: all 0.3s ease;
	min-height: 160px;
}
.docsignature-use ul li:nth-child(2),.docsignature-use ul li:nth-child(5),.docsignature-use ul li:nth-child(8){
	border-left:1px solid #e3e6f4;
	border-right:1px solid #e3e6f4;
}
.docsignature-use ul li:nth-child(7),.docsignature-use ul li:nth-child(8),.docsignature-use ul li:nth-child(9){
	border-bottom:none;
}
.docsignature-use ul li img{
	margin-right:20px;
}
.docsignature-use ul li:hover{
	box-shadow: 0 0 18px rgba(102,102,102,0.2)}


.do1{
	position: relative;
}
.do1 p{
	position: absolute;
	top:75px;
	left:50px;
	color:#666;
	max-width: 267px;
	line-height: 30px;
	text-align: justify;
}
.do1 .docutext{
	position: absolute;
	top: 30px;
	left: 50px;
	color:#0e66f9;
	font-size: 20px;
}
