@charset "utf-8";

body {
	font-family: Poppins300, "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #333333;
	background-color: #ffffff;
}
body,div,p,span,form,iframe,table,td,th,input,textarea,button,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
ol, ul{ 
	list-style: none outside none;
}
a{
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
a:hover,a:focus{
	text-decoration: none;
	color: #0070f3;
}
.container{
	width: 1400px;
}

/*-----------------------------------------------------------------------*/
.phone-navmain{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 12;
	display: none;
}
.close-float{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.back-box{
	position: absolute;
	left: -70%;
	top: 0;
	width: 70%;
	height: 100%;
	background-color: #ffffff;
	z-index: 2;
}
.back-box button{
	position: absolute;
	right: 15px;
	top: 10px;
	background: none;
	border: none;
	color: #333333;
	outline: none;
}
.phone-nav-list{
	margin-top: 30px;
}
.phone-nav-list li{
	display: block;
}
.phone-nav-list li a{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
}
.phone-nav-list li dl dd a{
	font-size: 12px;
	color: #666666;
	padding-left: 40px;
}
.phone-nav-list li dl dd a i{
	color: #0070f3;
	margin-right: 5px;
	font-size: 12px;
}
.phone-header{
	height: 60px;
	background-color: #010e31;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
}
.phone-header img{
	height: 40px;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
.phone-header button{
	float: right;
	background: none;
	border: none;
	outline: none;
	color: #ffffff;
	height: 60px;
	margin-right: 15px;
}
.phone-header button i{
	font-size: 24px;
}
.header-nav{
	position: fixed;
	height: 80px;
	/*background-color: #FFFFFF;*/
	backdrop-filter: blur(20px);
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	z-index: 3;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.header-nav-bgcolor{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 0;
	background-color: #0e1837 !important;
	/*background: url(../images/footerbg.jpg) bottom center no-repeat;*/
	opacity: 0;
}
.header-nav .logo{
	float: left;
	width: 180px;
	margin-left: 90px;
	margin-top: 12px;
	position: relative;
	z-index: 3;
}
.header-nav .nav-list{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
}
.header-nav .nav-list ul li{
	display: inline-block;
	line-height: 80px;
	position: relative;
	cursor: pointer;
}
.header-nav .nav-list ul li a{
	color: #ffffff;
	line-height: 80px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.header-nav .nav-list .active .underline-from-center{
	position: relative;
	font-weight: bold;
}
.header-nav .nav-list .active .underline-from-center:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
}
.header-nav .info{
	float: right;
	margin-right: 90px;
	margin-top: 27px;
	color: #ffffff;
	font-size: 18px;
	font-family: Poppins700;
	position: relative;
	z-index: 3;
}
.header-nav .info i{
	font-size: 20px;
	margin-right: 5px;
}
.open-menu{
	position: absolute;
	left: -70px;
	top: 80px;
	width: 280px;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 20px;
	z-index: 5;
	line-height: 24px;
	/*box-shadow: 0px 4px 30px 0px #d1daf1;*/
	display: none;
}
.open-menu dl dd{
	padding: 10px 20px;
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.open-menu dl dd:hover{
	background-color: #edf1f8;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.open-menu dl dd a{
	display: block;
	color: #333333 !important;
	text-shadow: none;
	line-height: 24px !important;
	padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.open-menu dl dd a:hover{
	color: #0070f3 !important;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.open-menu dl dd a i{
	margin-right: 10px;
	color: #0070f3;
	font-size: 20px;
	float: left;
	margin-top: 1px;
	font-weight: normal !important;
}
.open-menu dl dd a:after{
	content: '';
	display: table;
	clear: both;
}
.home-banner{
	position: relative;
}
.home-banner:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}
.home-banner .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-weight: bold;
	font-size: 80px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.home-banner video{
	height: 100vh;
	width: 100vw;
	object-fit: cover;
}
.phone-banner{
	position: relative;
	display: none;
	margin-top: 60px;
}
.phone-banner:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}
.phone-banner .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-weight: bold;
	font-size: 24px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.underline-from-center {
    display: inline-block;
    vertical-align: middle;
    /*-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #ffffff;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.underline-from-center:hover:before, .underline-from-center:focus:before, .underline-from-center:active:before {
    left: 0;
    right: 0;
}
.footer{
	background: url(../images/footerbg.jpg) top center no-repeat;
	background-size: 100%;
	padding-top: 90px;
	padding-bottom: 20px;
}
.footer-bottom{
	color: rgba(255,255,255,0.5);
	font-family: Poppins300;
	margin-top: 50px;
}
.footer .logo{
	width: 180px;
	margin-bottom: 0px;
	margin-top: 20px;
}
.footer-info h5{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
}
.footer-info h3{
	font-size: 34px;
	font-family: Poppins700;
	color: #ffffff;
	margin-bottom: 30px;
}
.footer-info p{
	color: #d7d9e2;
	font-size: 14px;
	margin-bottom: 30px;
}
.footer-link{
	margin-top: 20px;
}
.footer-link h5{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: right;
}
.footer-link ul li{
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer-link ul li a{
	display: block;
	text-align: right;
	line-height: 24px;
	font-size: 14px;
	color: #d7d9e2;
}
.footer-link ul li a:hover{
	color: #ffffff;
}
.home-products{
	background: url(../images/home_products_bg.png) bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #f3f8ff;
	/*background-image: linear-gradient(#ffffff, #f3f8ff);*/
	padding-top: 100px;
	padding-bottom: 80px;
	min-height: 810px;
}
.home-products h2{
	color: #12205b;
	font-weight: bold;
	margin-bottom: 40px;
}
.home-products-select{
	margin-bottom: 30px;
}
.home-products-select:after{
	content: '';
	display: table;
	clear: both;
}
.home-products-select li{
	width: 20%;
	float: left;
	background-color: #e5eaf5;
	padding: 10px 20px;
	margin-right: 20px;
	text-align: center;
	border-radius: 10px;
	color: #12205b;
	cursor: pointer;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.home-products-select li:hover{
	background-color: #0070f3;
	color: #ffffff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.home-products-select .active{
	background-color: #0070f3;
	color: #ffffff;
}
.home-products-section{
	padding-right: 75px;
}
.home-products-section section{
	display: none;
}
.home-products-section section:first-child{
	display: block;
}
.home-products-section .item{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px 50px;
	margin-bottom: 15px;
}
.home-products-section .item:after{
	content: '';
	display: table;
	clear: both;
}
.home-products-section .item img{
	float: left;
	width: 100px;
}
.home-products-section .item .text{
	float: left;
	width: calc(100% - 100px);
	padding-left: 20px;
	padding-top: 24px;
}
.home-products-section .item .text h5{
	color: #0070f3;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.home-products-section .item .text p{
	color: #999999;
}
.home-success{
	background: url(../images/home_success_bg.png) center center no-repeat;
	background-size: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
}
.home-success h2{
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 32px;
	margin-bottom: 80px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.home-success ul:after{
	content: '';
	display: table;
	clear: both;
}
.home-success ul li{
	float: left;
	width: 20%;
	text-align: center;
}
.home-success ul li img{
	width: 50%;
	margin-bottom: 20px;
}
.home-success ul li i{
	color: #ffffff;
	font-size: 120px;
}
.home-success ul li h5{
	font-size: 42px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}
.home-success ul li p{
	font-size: 14px;
	color: #ffffff;
}
.home-about{
	background-color: #f0f0f1;
	background: url(../images/home_about_bg.jpg) center center no-repeat;
	background-size: 100%;
	padding-top: 140px;
	padding-bottom: 140px;
}
.home-about h5{
	font-size: 20px;
	color: #999999;
	margin-bottom: 25px;
}
.home-about h2{
	font-size: 64px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 50px;
}
.home-about p{
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 5px;
}
.home-about .more-btn{
	display: inline-block;
	background-color: #0070f3;
	padding: 10px 20px;
	border-radius: 10px;
	color: #ffffff;
	margin-top: 20px;
}
.home-about .more-btn:hover{
	background-color: #005cc7;
}
.home-about .more-btn i{
	font-size: 12px;
	margin-left: 10px;
}
.home-news{
	background-color: #f3f8ff;
	background: url(../images/home_news_bg.png) bottom center no-repeat;
	background-size: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.home-news-big{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 0px 0px 0px #d1daf1;
	transform:translate3d(0px,0px,0px);
	transition:all 300ms ease;
}
.home-news-big:hover{
	box-shadow: 0px 4px 30px 0px #d1daf1;
	transform:translate3d(0px,-2px,0px);
	transition:all 300ms ease;
}
.home-news-big img{
	border-radius: 10px;
	margin-bottom: 20px;
}
.home-news-big h2{
	font-size: 22px;
	color: #12205B;
	font-weight: bold;
	margin-bottom: 10px;
	height: 24px;
	overflow: hidden;
}
.home-news-big p{
	color: #666666;
	line-height: 24px;
	margin-bottom: 30px;
	height: 48px;
	overflow: hidden;
}
.home-news-big .more-btn{
	color: #999999;
	font-weight: bold;
}
.home-news-item{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 0px 0px #d1daf1;
	transform:translate3d(0px,0px,0px);
	transition:all 300ms ease;
}
.home-news-item:hover{
	box-shadow: 0px 4px 30px 0px #d1daf1;
	transform:translate3d(0px,-2px,0px);
	transition:all 300ms ease;
}
.home-news-item img{
	border-radius: 10px;
	margin-bottom: 10px;
}
.home-news-item h2{
	font-size: 16px;
	color: #12205B;
	font-weight: bold;
	margin-bottom: 10px;
	height: 17px;
	overflow: hidden;
}
.home-news-item .more-btn{
	color: #999999;
	font-weight: bold;
}
.page-banner{
	width: 100%;
	height: 640px;
	background-color: #001a4d;
	background: url(../images/page_banner_bak.png) bottom center no-repeat;
	background-size: 100%;
}
.page-banner h1{
	display: inline-block;
	margin-top: 260px;
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: linear-gradient(to right,#2af9c8, #0ec4e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-banner ul li{
	display: inline-block;
	color: #ffffff;
	position: relative;
	margin-right: 30px;
}
.page-banner ul li:last-child:after{
	display: none;
}
.page-banner ul li a{
	color: #ffffff;
}
.page-banner ul li:after{
	content: ">";
	position: absolute;
	right: -20px;
	top: 1px;
	color: #ffffff;
}
.page-banner-free{
	background: none;
	border: none;
	outline: none;
    background-color: #0070f3;
    padding: 10px 50px;
    border-radius: 6px;
    color: #ffffff;
    margin-top: 40px;
    transition:all 300ms ease;
}
.page-banner-free:hover{
	background-color: #005cc7;
	transition:all 300ms ease;
}
.page-banner-contact{
	display: inline-block;
	background: none;
	border: none;
	outline: none;
    background-color: none;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    border-radius: 6px;
    color: #ffffff;
    margin-top: 40px;
    margin-left: 10px;
}
.page-banner-contact:hover{
	background-color: #ffffff;
	color: #333333;
}
.page-banner-contact:focus{
	color: #ffffff;
	background-color: none;
}
.company-profile{
	padding-top: 100px;
	padding-bottom: 70px;
}
.company-profile video{
	border: none;
	outline: none;
	border-radius: 10px;
	box-shadow: 0px 4px 30px 0px #d1daf1;
	margin-top: 20px;
}
.company-profile h2{
	color: #12205B;
	font-size: 32px;
	margin-bottom: 50px;
	font-weight: bold;
}
.company-profile p{
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.company-profile-num{
	margin-top: 40px;
}
.company-profile-num h5{
	font-size: 50px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}
.company-profile-num p{
	text-indent: 0em;
	text-align: center;
	color: #999999;
}
.company-culture{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f8f9fd;
}
.company-culture-pc{
	display: block;	
}
.company-culture-mobile{
	display: none;
}
.company-contact{
	padding-top: 100px;
	padding-bottom: 100px;
}
.company-contact iframe{
	width: 100%;
	height: 370px;
	box-shadow: 0px 4px 30px 0px #d1daf1;
	border-radius: 10px;
}
.company-contact h2{
	color: #12205B;
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: bold;
}
.company-contact h3{
	font-size: 20px;
    color: #12205B;
    margin-bottom: 50px;
}
.company-contact h5{
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
}
.company-contact p{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.company-contact-map{
	position: relative;
}
.company-contact-map .map-float{
	position: absolute;
	left: 50px;
	top: 50px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 4px 30px 0px #d1daf1;
}
.company-contact-map .map-float img{
	width: 150px;
}
.company-contact-map .map-float p{
	font-size: 14px;
	margin-top: 10px;
	color: #666666;
	margin-bottom: 0;
	font-weight: normal;
}
.cases-four{
	padding-top: 100px;
	padding-bottom: 70px;
}
.cases-four .item{
	width: 100%;
	padding: 40px 50px;
	background-color: #ffffff;
	box-shadow: 0px 4px 30px 0px #d1daf1;
	border-radius: 10px;
	margin-bottom: 30px;
}
.cases-four .item img{
	width: 120px;
	margin-bottom: 15px;
}
.cases-four .item h5{
	font-size: 22px;
    color: #12205B;
    font-weight: bold;
    margin-bottom: 20px;
}
.cases-four .item h5 span{
	font-size: 70%;
	margin-left: 15px;
}
.cases-four .item p{
	color: #6F748A;
	line-height: 24px;
	margin-bottom: 5px;
}
.cases-wcu{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #eef4fe;
	background-image: url(../images/cases_wcu_bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 600px;
}
.cases-wcu-slide{
	margin-top: 60px;
}
.cases-wcu h2{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}
.cases-wcu h5{
	color: #12205B;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.cases-wcu h5 i{
	color: #0070f3;
	font-size: 20px;
	margin-right: 10px;
}
.cases-wcu .active{
	display: block;
}
.cases-wcu ul{
	margin-bottom: 20px;
	display: none;
}
.cases-wcu ul li{
	line-height: 32px;
	padding-left: 15px;
	position: relative;
	color: #666666;
}
.cases-wcu ul li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	background-color: #333333;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.cases-partner{
	padding-top: 100px;
	padding-bottom: 80px;
}
.cases-partner h2{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
}
.cases-partner img{
	box-shadow: 0px 4px 30px 0px #d1daf1;
	margin-bottom: 20px;
}
.about-join{
	padding-top: 100px;
	padding-bottom: 100px;
}
.about-join .title{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}
.about-join .title-tips{
	font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}
.about-join-item{
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d8dbe6;
}
.about-join-item:last-child{
	border-bottom: none;
}
.about-join-item .job{
	border-left: 3px solid #0070f3;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
.about-join-item .job h5{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.about-join-item .job span{
	display: block;
	font-size: 8px;
	text-transform: capitalize;
	color: #999999;
	margin-top: 5px;
}
.about-join-item strong{
	color: #666666;
	display: block;
	margin-bottom: 10px;
}
.about-join-item p{
	color: #666666;
	line-height: 30px;
	margin-bottom: 15px;
}
.free-float{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 9;
	display: none;
}
.free-float-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	width: 680px;
}
.free-float-box .free-header{
	background-color: #0070f3;
	padding: 20px;
	text-align: center;
}
.free-float-box .free-header h5{
	color: #ffffff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
}
.free-float-box .free-header p{
	text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.free-float-box .close-btn{
	position: absolute;
	right: 25px;
	top: 20px;
	background: none;
	border: none;
	outline: none;
	color: #ffffff;
	z-index: 10;
}
.free-float-box .close-btn i{
	color: #ffffff;
}
.free-float-box .free-content{
	padding: 20px;
}
.free-float-box .free-content table{
	margin-bottom: 0;
}
.free-float-box .free-content td{
	vertical-align: middle;
}
.free-float-box .free-content td:first-child {
    background-color: #f7f7f7;
}
.free-float-box .free-content td span{
	color: #0070f3;
	margin-right: 5px;
	font-style: italic;
}
.free-float-box .free-content input{
	outline: none;
    border: 2px solid #d7d9da;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
    width: 100%;
    height: 34px;
    transition: all 300ms ease;
    border-radius: 6px;
}
.free-float-box .free-content input:focus{
	border: 2px solid #666666;
	transition:all 300ms ease;
}
.free-float-box .free-content textarea{
	outline: none;
    border: 2px solid #d7d9da;
    border-radius: 2px;
    padding: 10px;
    line-height: 24px;
    width: 100%;
    transition: all 300ms ease;
    border-radius: 6px;
}
.free-float-box .free-content textarea:focus{
	border: 2px solid #666666;
	transition:all 300ms ease;
}
.free-float-box .free-footer{
	padding: 0px 20px 20px 20px;
}
.free-float-box .free-footer button{
	display: block;
    width: auto;
    padding: 12px 40px;
    color: #ffffff;
    border: none;
    background-color: #0070f3;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    transition: all 300ms ease;
    border-radius: 6px;
}
.free-float-box .free-footer button:hover{
    background-color: #005cc7;
    transition: all 300ms ease;
}
.news-list{
	padding-top: 100px;
	padding-bottom: 100px;
}
.news-list-first{
	margin-bottom: 40px;
}
.news-list-first img{
	border-radius: 10px;
	box-shadow: 0px 0px 0px 0px #d1daf1;
	transition: all 300ms ease;
}
.news-list-first img:hover{
	box-shadow: 0px 4px 30px 0px #d1daf1;
	transition: all 300ms ease;
}
.news-list-first h2{
	font-size: 32px;
    color: #12205B;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
    height: 35px;
    overflow: hidden;
}
.news-list-first h5{
	color: #999999;
	margin-bottom: 15px;
}
.news-list-first h5 i{
	margin-right: 5px;
}
.news-list-first p{
	color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
    height: 96px;
    overflow: hidden;
}
.news-list-first .more-btn{
	color: #999999;
    font-weight: bold;
}
.news-list-first .more-btn:hover{
	color: #333333;
}
.news-list-item{
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #eaeff5;
	padding: 30px;
	box-shadow: 0px 0px 0px 0px #d1daf1;
	transition: all 300ms ease;
}
.news-list-item:hover{
	box-shadow: 0px 4px 30px 0px #d1daf1;
	transition: all 300ms ease;
}
.news-list-item img{
	float: left;
	width: 400px;
	border-radius: 10px;
}
.news-list-item .text{
	float: left;
	width: calc(100% - 400px);
	padding-left: 30px;
}
.news-list-item:after{
	content: '';
	display: table;
	clear: both;
}
.news-list-item h2{
	font-size: 20px;
    color: #12205B;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0px;
   height: 22px;
   overflow: hidden;
   margin-top: 25px;
}
.news-list-item p{
	color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.news-list-item hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.news-list-item h5{
	color: #999999;
	margin-bottom: 15px;
}
.news-list-item h5 i{
	margin-right: 5px;
}
.page-list{
	display: block;
	text-align: center;
	margin-top: 40px;
}
.page-list ul li{
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	border: 1px solid #eaeff5;
	color: #12205b;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
	transition: all 300ms ease;
}
.page-list ul li:hover{
	background-color: #0070f3;
	color: #ffffff;
	transition: all 300ms ease;
}
.page-list .active{
	background-color: #0070f3;
	color: #ffffff;
}
.news-details{
	padding-top: 100px;
	padding-bottom: 100px;
}
.news-details .news-details-title{
	font-size: 32px;
    color: #12205B;
    font-weight: bold;
    margin-bottom: 15px;
}
.news-details .news-details-rili{
	font-size: 14px;
	color: #999999;
	margin-bottom: 15px;
}
.news-details .news-details-rili i{
	margin-right: 5px;
}
.news-details-content p{
	color: #333333;
	line-height: 24px;
	margin-bottom: 10px;
	text-indent: 2em;
}
.news-details-content strong{
	margin-bottom: 10px;
	display: block;
}
.news-details-content img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.resources-person-profile{
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #fefefe;
}
.resources-person-profile h2{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}
.resources-person-profile h3{
	font-size: 16px;
	color: #6F748A;
	text-align: center;
	line-height: 28px;
	margin-bottom: 30px;
}
.resources-person-profile-imgleft{
	margin-top: 40px;
}
.resources-person-project{
	background-color: #f1f3f9;
	padding-top: 80px;
	padding-bottom: 50px;
}
.resources-person-project .item{
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0px 4px 30px 0px #d1daf1;
}
.resources-person-project .item h5{
	color: #333333;
	padding: 20px 90px 20px 20px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.resources-person-project .item h5 span{
	position: absolute;
	right: 15px;
	top: 20px;
	font-size: 10px;
	color: #0070f3;
	background-color: #f1f4fa;
	border-radius: 6px;
	padding: 5px 10px;
	font-weight: normal;
}
.resources-person-project .item img{
	width: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.resources-person-project .item p{
	text-align: center;
	color: #0070f3;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.resources-person-project .item p span{
	font-size: 50%;
	margin-left: 5px;
	margin-right: 5px;
}
.resources-person-project .item button{
	width: 100%;
	background: none;
	border: none;
	outline: none;
	background-color: #0070f3;
	color: #ffffff;
	padding: 10px 20px;
	margin-top: 0;
	border-radius: 0;
}
.resources-sms-use{
	background-color: #f1f3f9;
	padding-top: 80px;
	padding-bottom: 50px;
}
.resources-sms-use h2{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}
.resources-sms-use .item{
	margin-bottom: 30px;
}
.resources-sms-use .item img{
	width: 40%;
	margin-bottom: 20px;
}
.resources-sms-use .item h5{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}
.resources-sms-use .item p{
	text-align: center;
	color: #666666;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
}
.resources-sms-price{
	background-color: #f8f9fa;
	padding-top: 80px;
	padding-bottom: 80px;
}
.resources-sms-price .col-md-4{
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
}
.resources-sms-price .col-md-4:nth-of-type(2){
	padding-top: 0;
	padding-left: 40px;
	padding-right: 40px;
}
.price-normal{
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 4px 30px 0px #d1daf1;
	transform:translate3d(0px,0px,0px);
	transition: all 300ms ease;
}
.price-normal:hover{
	box-shadow: 0px 4px 30px 0px #9eb2e6;
	transform:translate3d(0px,-2px,0px);
	transition: all 300ms ease;
}
.price-normal .price{
	background-color: #7bdefd;
	border-radius: 10px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.price-normal h2{
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 5px;
}
.price-normal h2 span{
	font-size: 50%;
	margin-left: 5px;
	margin-right: 5px;
}
.price-normal h5{
	text-align: center;
	color: #ffffff;
}
.price-normal .info{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.price-normal .info h4{
	color: #7bdefd;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}
.price-normal .info ul li{
	line-height: 24px;
	color: #666666;
}
.price-normal .info button{
	background: none;
	border: none;
	outline: none;
	background-color: #7bdefd;
	color: #ffffff;
	padding: 6px 30px;
	border-radius: 6px;
	margin-top: 20px;
}
.price-mid{
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 4px 30px 0px #d1daf1;
	transform:translate3d(0px,0px,0px);
	transition: all 300ms ease;
}
.price-mid:hover{
	box-shadow: 0px 4px 30px 0px #9eb2e6;
	transform:translate3d(0px,-4px,0px);
	transition: all 300ms ease;
}
.price-mid .price{
	background-color: #0070f3;
	border-radius: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.price-mid h2{
	font-size: 60px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 5px;
}
.price-mid h2 span{
	font-size: 50%;
	margin-left: 5px;
	margin-right: 5px;
}
.price-mid h5{
	text-align: center;
	color: #ffffff;
}
.price-mid .info{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.price-mid .info h4{
	color: #0070f3;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 24px;
}
.price-mid .info ul li{
	line-height: 24px;
	color: #666666;
}
.price-mid .info button{
	background: none;
	border: none;
	outline: none;
	background-color: #0070f3;
	color: #ffffff;
	padding: 6px 40px;
	border-radius: 6px;
	margin-top: 20px;
}
.resources-server-price{
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #f2f6fa;
}
.resources-server-price .title{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}
.resources-server-price .select-price{
	display: flex;
	justify-content: space-around;
	position: relative;
}
.resources-server-price .select-price:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background-color: #d0d3d7;
}
.resources-server-price .select-price li{
	cursor: pointer;
	line-height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
.resources-server-price .select-price .active{
	border-bottom: 3px solid #0070f3;
	z-index: 2;
}
.resources-server-price .section-price{
	margin-top: 30px;
}
.resources-server-price .section-price section{
	display: none;
}
.resources-server-price .section-price section:first-child{
	display: block;
}
.resources-server-price .section-price .item{
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 0px #d1daf1;
	transition: all 300ms ease;
	margin-bottom: 20px;
}
.resources-server-price .section-price .item:hover{
	box-shadow: 0px 4px 30px 0px #d1daf1;
	transition: all 300ms ease;
}
.resources-server-price .section-price .item:after{
	content: '';
	display: table;
	clear: both;
}
.resources-server-price .section-price .item .info{
	width: calc(100% - 350px);
	float: left;
	padding: 30px;
	background-color: #ffffff;
}
.resources-server-price .section-price .item .info h2{
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.resources-server-price .section-price .item .info p{
	font-size: 14px;
	color: #999999;
	margin-bottom: 15px;
}
.resources-server-price .section-price .item .info h3{
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}
.resources-server-price .section-price .item .info ul li{
	display: inline-block;
	width: 33%;
	line-height: 30px;
}
.info-width-50 li{
	width: 49% !important;
}
.resources-server-price .section-price .item .info ul li i{
	color: #0070f3;
	margin-right: 5px;
}
.resources-server-price .section-price .item .info table{
	margin-top: 10px;
	margin-bottom: 0;
	border: none;
}
.resources-server-price .section-price .item .info table td{
	border: none;
}
.resources-server-price .section-price .item .info table tr:last-child td{
	color: #000000;
	font-size: 16px;
}
.resources-server-price .section-price .item .pay{
	width: 350px;
	float: right;
	background-color: #ecf1f8;
	padding: 30px;
}
.resources-server-price .section-price .item .pay table{
	margin-bottom: 10px;
}
.resources-server-price .section-price .item .pay table td{
	border: none;
}
.resources-server-price .section-price .item .pay table td:first-child{
	color: #999999;
}
.resources-server-price .section-price .item .pay .tips{
	display: inline-block;
	font-size: 12px;
	color: #f33e3e;
	border: 1px solid #f33e3e;
	border-radius: 6px;
	padding: 5px 10px;
}
.resources-server-price .section-price .item .pay strong{
	display: block;
	color: #F33E3E;
	font-weight: bold;
	font-size: 32px;
	margin-top: 10px;
}
.resources-server-price .section-price .item .pay strong span{
	font-size: 50%;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
}
.resources-server-price .section-price .item .pay button{
	margin-top: 10px;
}
.resources-server-advantage{
	padding-top: 80px;
	padding-bottom: 80px;
}
.resources-server-advantage .title{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}
.resources-server-advantage .item{
	background-color: #f2f6fa;
	padding: 40px 40px 25px 40px;
	border-radius: 10px;
	/*box-shadow: 0px 0px 0px 0px #d1daf1;*/
	/*transition: all 300ms ease;*/
	position: relative;
}
.resources-server-advantage .item:hover{
	/*box-shadow: 0px 4px 30px 0px #d1daf1;*/
	/*transition: all 300ms ease;*/
}
.resources-server-advantage .item h3{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}
.resources-server-advantage .item h5{
	color: #666666;
	font-size: 14px;
	margin-bottom: 5px;
}
.resources-server-advantage .item p{
	color: #999999;
	line-height: 24px;
	margin-bottom: 15px;
	z-index: 1;
	position: relative;
}
.resources-server-advantage .item img{
	width: 180px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0.2;
	transition: all 300ms ease;
}
.resources-server-advantage .item:hover>img{
	opacity: 0.5;
	transition: all 300ms ease;
}
.products-nft-use{
	padding-top: 80px;
	padding-bottom: 80px;
}
.products-nft-use .title{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}
.products-nft-use .select-price{
	display: flex;
	justify-content: space-around;
	position: relative;
}
.products-nft-use .select-price:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background-color: #d0d3d7;
}
.products-nft-use .select-price li{
	cursor: pointer;
	line-height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
.products-nft-use .select-price .active{
	border-bottom: 3px solid #0070f3;
	z-index: 2;
}
.products-nft-use .section-price{
	margin-top: 30px;
}
.products-nft-use .section-price section{
	display: none;
}
.products-nft-use .section-price section:first-child{
	display: block;
}
.products-nft-use .section-price section h5{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}
.products-nft-use .section-price section p{
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
	line-height: 24px;
}
.products-nft-use .section-price section button{
	margin-top: 10px;
}
.products-nft-advantage{
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #f2f6fa;
}
.products-nft-advantage .title{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}
.products-nft-advantage-owl{
	position: relative;
}
.products-nft-advantage-owl-left{
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -25px;
	background: none;
	border: none;
	outline: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(34,34,34,0.08);
	transition: all 300ms ease;
}
.products-nft-advantage-owl-right{
	position: absolute;
	right: -60px;
	top: 50%;
	margin-top: -25px;
	background: none;
	border: none;
	outline: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(34,34,34,0.08);
	transition: all 300ms ease;
}
.products-nft-advantage-owl-left:hover,.products-nft-advantage-owl-right:hover{
	background-color: rgba(34,34,34,0.15);
	transition: all 300ms ease;
}
.products-nft-advantage .owl-box{
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 4px 30px 0px #d1daf1;
}
.products-nft-advantage .owl-box .text{
	padding: 30px;
}
.products-nft-advantage .owl-box .text h5{
	color: #333333;
	margin-bottom: 15px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.products-nft-advantage .owl-box .text ul li{
	line-height: 24px;
	color: #666666;
}
.products-nft-advantage-owl .item{
	padding: 30px;
}
.products-nft-framework{
	padding-top: 80px;
	padding-bottom: 60px;
}
.products-nft-framework .title{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}
.products-nft-solution{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f2f6fa;
}
.products-nft-solution .title{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}
.products-nft-solution .select-price{
	display: flex;
	justify-content: space-around;
	position: relative;
}
.products-nft-solution .select-price:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background-color: #d0d3d7;
}
.products-nft-solution .select-price li{
	cursor: pointer;
	line-height: 36px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
.products-nft-solution .select-price .active{
	border-bottom: 3px solid #0070f3;
	z-index: 2;
}
.products-nft-solution .section-price{
	margin-top: 30px;
}
.products-nft-solution .section-price section{
	display: none;
}
.products-nft-solution .section-price section:first-child{
	display: block;
}
.products-nft-solution .section-price section h5{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}
.products-nft-solution .section-price section p{
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
	line-height: 24px;
}
.products-nft-solution .section-price section ul li{
	line-height: 24px;
	color: #666666;
}
.products-nft-solution .section-price section ul li i{
	margin-right: 5px;
}
.resources-payment-solution{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f8fbff;
}
.resources-payment-solution .title{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}
.resources-payment-value{
	padding-top: 80px;
	padding-bottom: 50px;
}
.resources-payment-value .title{
	color: #12205B;
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: bold;
    text-align: center;
}
.resources-payment-value .item{
	margin-bottom: 30px;
}
.resources-payment-value .item:after{
	content: '';
	display: table;
	clear: both;
}
.resources-payment-value .item img{
	width: 90px;
	float: left;
}
.resources-payment-value .item .text{
	width: calc(100% - 90px);
	float: left;
	padding-left: 20px;
}
.resources-payment-value .item .text h5{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.resources-payment-value .item .text p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
