@charset "UTF-8";
* {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    min-width: 1200px;
    font: 14px/24px "微软雅黑";
    color: #fff;
    background-color: #000;
}

.clearfix {
    display: inline-table;
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a, img {
    border: 0 none;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}
/* .w1400 {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
} */


.header {
	background-color: #fff;
	width: 100%;
	min-width: 1200px;
	padding: 10px;
	color: #1E53CB;
	display: none;
}

.header-content a {
	color: #333;
	font-size: 12px;
}

.header-content a:hover {
	color: #1E53CB;
}

.banner {
	/* background:#202020; */
	width: 100%;
	height: 780px;
	position: relative;
}

.nav-body {
	margin-top: 20px;
}

.nav-logo {
	color: #fff;
	height: 34px;
	line-height: 34px;
}

.nav-logo img {
	width: 76px;
	vertical-align: middle;
	margin-top: -5px;
}

.nav-logo b {
	display: inline-block;
	font-size: 20px;
	color: #C79053;
}

.nav-title li {
	float: left;
	display: inline;
	padding: 0 10px;
}

.nav-title a {
	color: #ffffff;
	transition: .4s;
}

.nav-title a:hover {
	color: #FFA924;
	margin-top: 5px;
}

.nav-title span {
	color: #fff;
}

/* banner */
.banner-content {
	margin-top:220px;
}

.banner-content .banner-title h1 {
	height: 60px;
	line-height: 60px;
	font-size: 44px;
	color: #ffffff;
}

.banner-content .banner-title p {
	color: #ffa924;
	font-size: 44px;
	font-weight: bold;
	padding-top: 20px;
}

.banner-text {
	font-size: 14px;
	margin-top: 35px;
	width: 560px;
	line-height: 24px;
}

.banner-text p {
	color: #fff;
}

.banner-btn {
	margin-top: 50px;
}

.banner-btn a {
	background:#ffa924;
	border-radius: 2px;
	color: #2E2E2E;
	display: block;
	float: left;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	margin-right: 20px;
	margin-top: 8px;
	text-align: center;
	transition: .4s;
	width: 160px;
}

.banner-btn a:hover {
	background: #F17F05;
}
.banner-btn .banner-btn-a{
	 background: none;
	 border: 1px solid #ffa924; 
	 color: #ffa924;
}
.banner-btn .banner-btn-a:hover{
	color:#F17F05;
	background: none;
	border: 1px solid #F17F05;
}

.banner-img {
	margin-top:50px;
}

.banner-img-wrap {
	position: relative;
}

.banner-img-wrap .animate-icon {
	position: absolute;
	animation: iconAnimate 4s linear infinite;
}

.banner-img-wrap .animate-icon.animate-icon_1 {
	bottom: 15%;
	left: 52%;
}

.banner-img-wrap .animate-icon.animate-icon_2 {
	bottom: 27%;
	left: 69%;
	animation-delay: .5s;
}

.banner-img-wrap .animate-icon.animate-icon_3 {
	bottom: 38%;
	left: 86%;
	animation-delay: 1s;
}

@keyframes iconAnimate {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0);
	}
}
/*  */
.merit{
	height: 300px;	
}
.merit .merit-box{
	display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: auto;
}
.merit-box .merit-item{
	width: 300px;
	text-align: center;
	margin-top:50px;
}
.merit-box .merit-item img {
    display: inline-block;
    width: 88px;
    height: 88px;
}
.merit-box .merit-item .merit-main {
    font-size: 24px;
    margin: 12px 0 4px;
}
.merit-box .merit-item .merit-sub {
    font-family: auto;
    white-space: pre-wrap;
    background: none;
    border: none;
    color: #b3b3b3;
    font-size: 16px;
}
/* 产品优势 */
.index-module {
	padding: 70px 0;
}

.content-title {
	margin-bottom: 70px;
}

.content-title div {
	font-size: 36px;
    font-weight: 700;
	color: #ccc;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}

.content-title .title-tit {
	font-size: 16px;
	color: #b3b3b3;
	line-height: 40px;
	text-align: center;
	margin-bottom: 18px;
}

.flexBetween,
.flexStart {
	display: flex;
	flex-wrap: wrap;
}

.content-box {
	justify-content: flex-start;
	margin-top: 26px;
}

.item {
	/* margin-right: 1%;
	margin-left: 1%; */
	padding:20px 24px;
	width: 25%;
	transition: .9s;
}
.item:hover{
	background-color: #242424;
}

.item .item-top {
	justify-content: flex-start;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.item .item-top img {
	height: 50px;
	vertical-align: middle;
    filter: drop-shadow(100px 0 0 #FFa924);
	right: 100px;
	position: relative;

}

.item .item-top .item-right {
	align-items: center;
	color: #ccc;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	margin-left: 8px;
}

.item .item-detail {
	color: #b3b3b3;
	font-size: 14px;
	line-height: 24px;
	margin-top: 12px;
	text-align: justify;
}

/* 产品功能 */
.box-item {
	box-shadow: 0 0 16px rgba(41, 113, 222, .2);
	background-image: linear-gradient(#242424, #242424);
	border-radius: 8px;
	box-sizing: border-box;
	padding: 40px 50px 50px;
	position: relative;
	transition: .4s;
	width: 28%;
	margin-right: 2.6%;
	margin-left: 2.6%;
/*	margin-top: 20px;*/
}

.box-item:hover {
	box-shadow: 3px 4px 10px 0 rgba(41, 113, 222, .2);
	transform: translateY(-10px);
}

.box-item::after {
	background: #ffa924;
	border-radius: 0 0 4px 4px;
	content: "";
	height: 4px;
	left: 60px;
	position: absolute;
	top: 0;
	width: 90px;
}

.box-item .box-item-top {
	justify-content: flex-start;
}

.box-item .box-item-top img {
	/* height:45px; */
	width:25px;
}

.box-item .box-item-top .box-right {
	color: #ffa924;
	font-size: 18px;
	font-weight: 500;
	margin-top:5px;
}

.box-item .box-detail {
	color: #ccc;
	font-size: 14px;
	line-height: 24px;
	margin-top:15px;
	text-align: justify;
}

.box-item .box-detail p {
	margin-bottom: 10px;
	position: relative;
	text-indent: 20px;
}

.box-item .box-detail p::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #ffa924;
	border-radius: 10px;
	margin-top: -3px;
}

.bg {
	background-color: #161616;
}

/* 安全架构 */
.content-img{
	margin-top: 50px;
}
.content-img img {
	/* width: 100%; */
	text-align: center;
}

/* 应用场景 */
.application-box {
	justify-content: flex-start;
	margin-top: 26px;
}

.application-box .application-item {
	height: 200px;
	background:#242424;
	padding: 27px 24px 0px 24px;
	transition: .4s;
	overflow: hidden;
	width: 48%;
	margin-right: 0.8%;
	margin-left: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.application-box .application-item:hover {
	box-shadow: 5px 6px 18px 0 rgba(41, 113, 222, .2);
}

.application-box .application-item .tit {
	position: relative;
	line-height: 30px;
	font-size: 20px;
	transition: .4s;
	color: #ccc;
}

.application-box .application-item:hover .tit {
	color: #ffa924;
}

.application-box .application-item .tit:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0px;
	width: 40px;
	height: 2px;
	background-color: #ffa924;
	transition: .4s;
}
.application-box .application-item .des{
	color: #b3b3b3;
}
.application-box .application-item:hover .tit:after {
	width:160px;
}

.application-box .application-item:hover .tit.tit_2:after {
	width:122px;
}

.application-box .application-item:hover .tit.tit_3:after {
	width: 98px;
}

.application-box .application-item:hover .tit.tit_4:after {
	width:180px;
}

.application-box .application-item .des {
	margin-top: 35px;
}

/* 地图 */
.map {
	position: relative;
	width: 1062px;
	height: 520px;
	background: url(../../yibazhan/images/index-map-bg-1.png) no-repeat center;
	margin: 50px auto 0px;
}

.pxl-map li {
	position: absolute;
}

.pxl-map .pxl-map-wrap_1 {
	top: 41%;
    left: 15%;
}

.pxl-map .pxl-map-wrap_2 {
	left: 49%;
    top: 33%;
}

.pxl-map .pxl-map-wrap_3 {
	right: 205px;
    bottom: 175px;
}

.pxl-map .pxl-map-wrap_4 {
	top: 210px;
    right: 115px;
}

.pxl-map .pxl-map-wrap_5 {
	top: 225px;
    right: 210px;
}

.pxl-map .pxl-map-wrap_6 {
	top: 230px;
    right: 180px;
}
.pxl-map .pxl-map-wrap_7 {
	top: 225px;
    right: 175px;
}
.pxl-map .pxl-map-wrap_8 {
	top: 228px;
    right: 235px;
}
.pxl-map .pxl-map-wrap_9 {
	top: 245px;
    right: 175px;
}
.pxl-map .pxl-map-wrap_10 {
	top: 245px;
    right: 195px;
}
.pxl-map .pxl-map-wrap_11 {
	top: 265px;
    right: 190px;
}
.pxl-map .pxl-map-wrap_12 {
	top: 195px;
    right: 195px;
}
.pxl-map li a {
	display: inline-block;
	/* background: #fff; */
	/* padding: 0 10px; */
	font-size: 12px;
	font-weight: bold;
	left: 30px;
	vertical-align: -3px;
    margin-left: -5px;
	line-height: 1.8em;
	color: #fff;
	border-radius: 100px;
}

.pxl-map li .de-circle-1 {
	width: 15px;
	height: 15px;
	background-color: #ffa924;
	border-radius: 50%;
	position: absolute;
	margin: 5px 0 0 5px;
	left: -30px;
	top: 3px;
}

.pxl-map li .de-circle-2 {
	border: 4px solid #ffa924;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	left: -30px;
	top: 3px;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0;
	}
}

/* 套餐价格 */
.price {
	justify-content: flex-start;
	margin-top: 26px;

}

.price-nav-box .price-nav {
	max-width: 580px;
	margin: 0 auto;
/*	padding-top: 48px;*/
	padding-bottom: 40px;
	text-align: center;
}

.price-nav li {
	float: left;
	width: 50%;
	font-size: 22px;
	cursor: pointer;
	color: #ccc;
	transition: .4s;
	/* color: #2971de; */
	position: relative;
}

.price-nav li:hover {
	color: #de8f16;
}

.price-nav .current {
	color: #de8f16;
}

.price-nav li:before {
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 40px;
	height: 3px;
	background: #de8f16;
	position: absolute;
	transition: .4s;
	width: 0;
}

.price-nav li.current:before {
	width: 116px;
}

.price .price-item {
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	height: 540px;
	margin-bottom: 20px;
	padding-top: 20px;
	background:#2e2d2d;
	position: relative;
	transition: .4s;
	border-radius: 8px;
}

.price-item:hover {
/*	box-shadow: 0px 0px 10px 2px rgba(255,169,36,.7);*/
/*	transform: translateY(-10px);*/
}

.price-item .price-tit {
	color: #ccc;
	font-size: 22px;
	font-weight: 500;
	line-height: 56px;
	padding: 0 16px;
	text-align: center;
}

.price-item .price-wrap {
	padding: 0 15px 15px 15px;
	color: #BBB;
}

.price-wrap .price-des {
	text-align: center;
	width: 210px;
	margin: 0 auto;
}

.price-wrap .price-p {
	text-align: center;
	margin-top: 15px;
}

.price-wrap .price-p span {
	display: inline-block;
	font-size: 30px;
	color: #ccc;
	margin-left: 5px;
	margin-right: 3px;
	font-weight: bold;
}

.price-btn {
	width: 202px;
	margin: 0 auto;
}

.price-btn a {
	border: 1px solid #ffa924;
	border-radius: 4px;
	color: #ffa924;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 25px;
	margin-top: 24px;
	text-align: center;
	transition: .1s;
	width: 202px;
}

.price-btn .price-btn-recommed {
	background: #ffa924;
	color: #fff;
}

.price-btn a:hover {
	background: #ffa924;
	color: #fff;
}

.price-content::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 250px;
	top: -1px;
	height: 1px;
	background: #3C3C3C;
}

.price-content {
	padding: 30px 30px 0 30px;
	position: relative;
}

.price-content li {
	margin-bottom: 15px;
	justify-content: flex-start;
	color: #cacaca;
}

.price-content li .price-icon {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.price-bg img {
	height: 312px;
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 276px;
}

/* 加入 */
.joinIn {
	text-align: center;
}

.joinIn-box .box1 {
	color: #ccc;
	font-size: 36px;
    line-height: 36px;
	font-weight: 700;
}

.joinIn-box .box2 {
	color: #ddd;
	font-size: 24px;
    line-height: 24px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.joinIn-box .btn {
	width: 180px;
	margin: 0 auto;
}

.joinIn-box .btn a {
	background: #ffa924;
	border-radius: 4px;
	color: #2e2e2e;
	display: inline-block;
	font-size: 20px;
	line-height: 60px;
	margin-top: 0;
	text-align: center;
	transition: .4s;
	width: 220px;
    height: 60px;
	margin-top: 60px;
}

.joinIn-box .btn a:hover {
	background: #F17F05;
}

/* footer */
.footer {
	width: 100%;
	min-width: 1200px;
	background-color: #212121;
}

.link {
	width: 1200px;
	max-width: 1440px;
	min-height: 360px;
	margin: 0 auto;
	padding: 60px 30px;
}

.link-left {
	width: 80%;
}

.link-list {
	float: left;
	width: 20%;
}

.link-list .link-title {
	line-height: 26px;
	font-size: 16px;
	color: #ffffff;
}

.link-list ul {
	margin-top: 24px;
}

.link-list ul li {
	line-height: 32px;
	color: #9C9999;
	font-size: 14px;
}

.link-list ul li a {
	font-size: 14px;
	color: #9C9999;
}

.link-list ul li a:hover {
	color: #fff;
}

.link-right {
	float: right;
	width: 20%;
}

.link-right .contact-tit {
	line-height: 26px;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 24px;
}

.footer-phone,
.footer-qq {
	line-height: 32px;
	color: #9C9999;
	font-size: 14px;
}

.footer-phone,
.footer-qq {
	line-height: 32px;
	color: #9C9999;
	font-size: 14px;
}

.link-right .focus-tit {
	line-height: 26px;
	font-size: 16px;
	color: #ffffff;
	margin-top: 24px;
}

.code-box {
	margin-top: 17px;
}

.code-box div {
	float: left;
}

.code-box>div img {
	display: inline-block;
	width: 80px;
	height: 80px;
	vertical-align: top;
}

.code-box>div p {
	line-height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 12px;
	opacity: 0.5;
	text-align: center;
}

.code-box>div:nth-child(1) {
	margin-right: 46px;
}

.code-box>div.phonenet-code {
	width: 84px;
}

.footer-bottom {
	height: 100px;
	text-align: center;
	padding-top: 27px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
	line-height: 26px;
	font-size: 14px;
	color: #9C9999;
}

.footer-bottom a {
	color: #9C9999;
}

.footer-bottom p span {
	margin-left: 6px;
}
/* 浮动层 */
.fix-right{
    position: fixed;
    bottom: 200px;
    right: 20px;
    text-align: center;
    z-index: 7999;
    background: #292929;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 55%);
    border-radius:5px;
}
.fix-box{
    padding: 10px 8px;
    position: relative;
    cursor: pointer;
}
.fix-right-section .fix-box-f:after{
    content: " ";
    width: 24px;
    height: 1px;
    background: #f0f0f0;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
}
.fix-right-section .f-btn{
    padding: 6px 6px 0 6px;
    border-radius: 4px;
    color: #c6bfbf;
    height:38px;
}
.fix-right-section .icon-img{
    width: 24px;
    height: 24px;
    fill: currentColor;
}
.fix-right-section .hover-wrap{
    position: absolute;
    right: 100%;
    bottom: 0;
    padding-right: 12px;
    line-height: normal;
}
.fix-right-section .hover-w-box{
    padding: 20px;
    width: 330px;
    height: auto;
    line-height: normal;
    background: #292929;
    color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    border-radius: 4px;
    text-align: left;
    cursor: default;
    box-sizing: border-box;
    display:none;
    font-size: 14px;
}
.fix-right-section .hover-w-box.wl .text{
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding:0px 4px 8px 4px;
}
.fix-right-section .hover-w-box img{
    padding: 0;
    width: 120px;
    height: 120px;
    border: none
}
.fix-box:hover .f-btn{
    color: #ffa924;
}
.fix-box:hover .hover-w-box{
    display: block;
}
.fix-right-section .hover-w-box div p{
    color: #fff;
    display: block;
    
}
.h-b-content{
    margin-top: 10px;
    color: #666
}
.h-b-content p{
    font-size: 14px;
    line-height: 30px;
    color: #666;
    display: inline;
    padding-right: 20px;
}
.h-b-content p a{
    font-size: 14px;
    color: #fff
}
.h-b-content p a:hover{
    color: #ffa924;
}
.h-b-content .h-icons{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: currentColor;
    color: #ffa924;
}
.hover-w-box.wt .hover-w-box-w div{
    font-size: 14px;
}
.hover-w-box.wt .hover-w-box-w p{
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.hover-w-box.wt .hover-w-box-w p a{
    color: #fff
}
.hover-w-box.wt .hover-w-box-w p a:hover{
     color: #ffa924;
}
.fix-right.totop{
    bottom: 132px;
}
.fix-right.totop .fix-box{
    padding: 6px 6px;
}
.fix-right.totop .f-btn{
    padding: 7px 6px 0 6px;
}