@charset "UTF-8";

@font-face {
	font-family: "DINCond-Bold";
	src: url("../fonts/DINCond-Bold.woff2") format("woff2"),
		url("../fonts/DINCond-Bold.woff") format("woff"),
		url("../fonts/DINCond-Bold.ttf") format("truetype"),
		url("../fonts/DINCond-Bold.eot") format("embedded-opentype"),
		url("../fonts/DINCond-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p.lead {
	font-weight: 500;
}

/*栏目页banner*/
.section-banner {
	height: 400px;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #11223b), to(#080f1b));
	background-image: -webkit-linear-gradient(top, #11223b 0, #080f1b 100%);
	background-image: linear-gradient(-180deg, #11223b 0, #080f1b 100%);
	z-index: 1;
}

.section-banner .container {
	position: relative;
	z-index: 280;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	text-align: center;
}

.section-banner .container h1 {
	font-size: 50px;
	height: 60px;
	position: relative;
}

.section-banner .container h1 img {
	height: 100%;
}

.section-banner .container p {
	font-size: 30px;
}

.section-banner .first-box {
	position: absolute;
	top: 94px;
	left: 0;
	text-align: left;
	z-index: 5;
}

.section-banner .first-box h2 {
	font-size: 36px;
	color: #fff;
	line-height: 60px;
	max-width: 700px;
}

.section-banner .first-box h4 {
	font-size: 16px;
	color: #7c8da5;
	line-height: 20px;
	margin-top: 16px;
	width: 587px;
}

.section-banner .bannerimg {
	float: right;
	height: 100%;
	margin-left: auto;
	position: relative;
}

.section-banner .bannerimg img {
	position: absolute;
	max-height: 180px;
	top: 60px;
	right: 0;
	-webkit-animation: banner-opacity 1s ease forwards;
	animation: banner-opacity 1s ease forwards;
}

.section-banner.custom-service-banner {
	height: 570px;
	background-image: linear-gradient(-118deg, #ffb11a 0%, #ff6e00 100%);
}

.custom-service-banner .first-box h2 {
	text-align: left;
	margin-bottom: 35px;
	line-height: 60px;
	margin-top: 55px;
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}

.custom-service-banner .first-box h4 {
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	position: inherit;
	width: auto;
	margin-left: 0px;
	left: 0;
	margin-top: 10px;
	color: #fff;
}

.custom-service-banner .bannerimg img {
	width: 550px;
	max-height: 100%;
	margin-top: 40px;
}


@-webkit-keyframes banner-opacity {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes banner-opacity {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}




/*内页栏目*/
.page-content {
	padding-bottom: 3rem;
}


/*页面导航*/
.page-content ul.nav {
	display: flex;
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.page-content ul.nav .nav-item {
	margin: 0 2rem;
}

.page-content ul.nav .nav-link {
	font-size: 18px;
	padding: 1em .5rem;
	color: #3c2f2f;
}

.page-content ul.nav .nav-link:hover,
.page-content ul.nav .nav-link.active {
	color: #000;
	font-weight: bold;
	border-bottom: 2px solid #ffc53d;
}


/*单页面内容详情*/
.page-information {
	margin: 80px 100px 0;
	padding-bottom: 100px;
}

.page-information .pagetitle {
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 24px;
}

.page-information p.lead {
	line-height: 22px;
	font-size: 14px;
	margin-top: 20px;
}

.page-information .followus {
	margin-top: 1rem;
}

.page-information .followus span {
	margin-right: 10px;
}

.page-information .followus img {
	width: 50px;
}

/*服务介绍*/
.service-content {}

.service-content .service-title {
	padding: 90px 0px;
	text-align: center;
	background-color: #fff;
}

.service-content .service-title h2 {
	font-size: 34px;
}

.service-content .service-title p {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
	margin-top: 25px;
}

.service-content .service-process {
	padding: 65px 0px 65px 0px;
	box-shadow: inset 0 1px 0 0 #F0F0F0;
	background-color: #f9f9f9;
}

.service-content .service-process .box {
	text-align: left;
	margin-top: 35px;
	padding-left: 101px;
	position: relative;
	float:left;
}

.service-content .service-process .box h4 {
	font-size: 21px;
	line-height: 30px;
	margin: 0px;
	font-weight: bold;
}


.service-content .service-process .box p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 5px;
}

.service-content .service-process .box:before {
	content: "";
	display: inline-block;
	width: 51px;
	height: 51px;
	background-image: url(../images/custom_service_gou.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: absolute;
	left: 46px;
	top: -4px;
}

.service-content .service-contact {
	background-color: #fff;
	padding: 50px 0px 54px 0px;
}

.service-content .service-contact .title-word {
	text-align: left;
	float: left;
}

.service-content .service-contact .title-word h3 {
	font-size: 28px;
	font-weight: normal;
}

.service-content .service-contact .title-word p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 16px;
}

.service-content .service-contact .linkcon {
	float: right;
}

.service-content .service-contact .btn-r {
	display: inline-block;
	cursor: pointer;
	line-height: 44px;
	text-align: center;
	background: #FFB11A;
	color: #000;
	border-radius: 3px;
	font-size: 16px;
	padding: .5rem 3rem;
	float: right;
	margin-left: 30px;
	margin-top: 14px;
}

.service-content .service-contact .btn-r:hover {}

.service-content .service-contact .btn-w {
	float: right;
	margin-left: 30px;
	margin-top: 14px;
	display: inline-block;
	cursor: pointer;
	line-height: 44px;
	color: #565656;
	text-align: center;
	padding: .5rem 2rem;
	background-color: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	font-size: 16px;
}

/*区块链定制服务*/
main.blockchain_hatch header {
	background: none;
}

main.blockchain_hatch header.headerScroll {
	background-color: #0e1b2e;
}

main.blockchain_hatch .layout-body {
	margin-top: 0px;
}

.blockchain-wrap {
	width: 100%;
	background: #F5F7FA url(../images/blockchain_bg1.jpg) top center no-repeat;
	background-size: 2560px 2086px;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.blockchain-wrap .bannercon {
	height: 100%;
	color: #fff;
	display: block;
	max-width: 100%;
	padding-bottom: 190px;
}

.blockchain-wrap .bannercon .banner-title {
	top: 43%;
	transform: translateY(-50%);
	z-blockchain: 10;
}

.blockchain-wrap .bannercon h1 {
	padding-top: 17%;
	font-size: 48px;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 30px;
}

.blockchain-banner .bannercon h3 {
	font-size: 1.625rem;
	font-weight: 400;
}

.blockchain-wrap .bannercon a.linkbtn {
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	background: #4E40FF;
	border-radius: 2px;
	padding: .8rem 2rem;
	margin-top: 30px;
}

.blockchain-wrap .bannercon a.btn:hover {
	-webkit-box-shadow: 0px 8px 12px 1px rgba(32, 144, 255, .2);
	box-shadow: 0px 8px 12px 1px rgba(32, 144, 255, .2);
}

.bcc-slogan h2 {
	font-size: 72px;
	letter-spacing: -8px;
	margin-top: 10%;
	letter-spacing: -2px;
	display: inline-block;
	width: 100%;
	margin-top: 32px;
	color: #fff;
	font-family: DINCond-Bold;
}

.bcc-slogan h2 span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3%;
	padding-bottom: 8%;
}

.bcc-slogan p {
	font-size: 14px;
	color: #7D80A7;
	line-height: 22px;
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 100px;
}

.bcc-service-con .title h2 {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.bcc-service-con .title p.intro {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 60px;
	text-align: center;
}

.bcc-service-con .bcc-inner {
	padding: 0px 10px;
}

.bcc-service-con .card {
	margin-bottom: 50px;
	background: #FFFFFF;
	box-shadow: 0 20px 40px 0 rgba(22, 25, 45, 0.08);
	border-radius: 3px;
	padding: 30px 30px 60px 30px;
	text-align: left;
}

.bcc-service-con .card img {
	width: 80px;
	margin-bottom: 1.5rem;
}

.bcc-service-con .card span {
	display: block;
}

.bcc-service-con .card-body {
	min-height: 9.375rem;
	max-height: 9.375rem;
}

.bcc-service-con .card-body i {}

.bcc-service-con .card h2 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #000;
	margin: 1rem 0px;
}

.bcc-service-con .card p {
	font-size: 13px;
	line-height: 21px;
}

/*区块链孵化服务优势*/
.bcc-service-adv {
	margin-top: 205px;
	margin-bottom: 210px;
}

.bcc-service-adv .title h2 {
	font-size: 40px;
	color: #3C3E4F;
	font-weight: bold;
	text-align: center;
}

.bcc-service-adv .title p.intro {
	font-size: 16px;
	color: #7B7D89;
	margin-top: 15px;
	margin-bottom: 60px;
	text-align: center;
}

.bcc-service-adv .bcc-adv-inner {
	padding: 0px 10px;
}

.bcc-service-adv .bcc-adv-inner .card {
	margin-bottom: 50px;
	background: #FFFFFF;
	box-shadow: 0 20px 40px 0 rgba(22, 25, 45, 0.08);
	border-radius: 3px;
	padding: 40px 30px;
	text-align: left;
}

.bcc-service-adv .bcc-adv-inner .card span {
	margin-right: 32px;
	float: left;
}

.bcc-service-adv .bcc-adv-inner .card img {
	width: 84px;
}

.bcc-service-adv .bcc-adv-inner .card-body i {}

.bcc-service-adv .bcc-adv-inner .card h2 {
	font-weight: 600;
	margin: 5px 0px 10px 0px;
	font-size: 20px;
	color: #3C3E4F;
}

.bcc-service-adv .bcc-adv-inner .card p {
	font-size: 13px;
	color: #7B7D89;
	line-height: 22px;
}


.blockchain-wrap-bottom {
	background-image: url(../images/blockchain_bg2.jpg);
	background-size: 2560px 2136px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.bcc-process {}

.bcc-process .title h2 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.bcc-process .title p.intro {
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 60px;
	text-align: center;
}

.process-inner {
	text-align: center;
	float: left;
	width: 16.666667%;
}

.process-inner p img {
	width: 70px;
}

.process-inner p:nth-child(2) {
	font-size: 18px;
	color: #fff;
	margin-top: 28px;
}

.blockchain-service-contact {
	margin-top: 80px;
}

.blockchain-service-contact .con-txt {
	padding-top: 100px;
	padding-bottom: 120px;
	text-align: center;
}

.blockchain-service-contact .con-txt h2 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.blockchain-service-contact .con-txt p.intro {
	font-size: 15px;
	color: #fff;
	margin-top: 35px;
	margin-bottom: 60px;
	text-align: center;
}

.blockchain-service-contact a.linkbtn {
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	background: #4E40FF;
	border-radius: 2px;
	padding: .8rem 2rem;
	margin-top: 30px;
}


/*常见问题*/
.faqpage {
	display: flex;
	margin-top: -100px;
	position: relative;
	z-index: 2;
}

.faqpage .container {
	background: #fff;
	padding: 40px 70px;
}

.faqpage h2.title {
	font-size: 30px;
	margin-bottom: 40px;
}

.faqpage .answer-box {
	border-top: 1px solid #dcdfe6;
	padding: 32px 0;
}

.faqpage .answer-box .t1,
.faqpage .answer-box .t2 {
	display: flex;
}

.faqpage .answer-box .t1 {
	display: flex;
	margin-bottom: 20px;
}

.faqpage .answer-box .t1 .txt {
	font-size: 16px;
	font-weight: 700;
	color: #0e1118;
}

.faqpage .answer-box .t1 .qa,
.faqpage .answer-box .t2 .qa {
	border-radius: 4px;
	margin-right: 22px;
	font-size: 12px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.faqpage .answer-box .t1 .qa {
	width: 18px;
	height: 18px;
	background-color: #FFB11A;
	color: #000;
}

.faqpage .answer-box .t2 .qa {
	width: 16px;
	height: 16px;
	border: 1px solid #FFB11A;
	color: #000;
}

.faqpage .answer-box .t2 .qa span {
	line-height: 12px;
}

.faqpage .answer-box .t2 .txt {
	font-size: 14px;
	color: #a0a5b5;
	max-width: 1160px;
}



@media only screen and (max-width: 2560px) {}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {
	.layout-body .container {
		width: 1040px;
	}

	.bcc-service-con .bcc-inner {
		width: 33.333%;
	}

	.section-banner {
		height: 320px;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media only screen and (max-width: 1024px) {
	.layout-body .container {
		width: 970px;
	}

	main.blockchain_hatch header {
		background: #0e1b2e;
	}
	.custom-service-banner .bannerimg img {
	    width: 450px;
	}
	.custom-service-banner .first-box h2 {
	    font-size: 36px;
	}
	.section-banner .first-box {
	    top: 44px;
		left: 40px;
	}
	.section-banner .bannerimg img {
	    max-height: 100px;
	    right: 40px;
	}

	.bcc-service-con .bcc-inner {
		width: 25%;
	}
	.service-content .service-process .box {
	    padding-left: 51px;
	}
	.service-content .service-process .box:before {
	    left: 0px;
	    top: -4px;
	}


}

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 768px) {
	.section-banner {
		height: 260px;
	}

	.layout-body .container {
		width: 750px;
	    margin-top: 0px;
	}
	.newslist .panel-default{
		box-shadow: none;
	}

	.bcc-service-con .bcc-inner {
		width: 50%;
	}
	.section-banner.custom-service-banner {
	    height: 450px;
	}
	.custom-service-banner .bannerimg img{
		display: none;
	}
	.custom-service-banner .first-box {
		padding: 0px 20px;
	}
	.custom-service-banner .first-box h4 {
		padding: 0px 20px;
		font-size: 16px;
	}
	.custom-service-banner .first-box h2 {
		margin-top: 20px;
	}
	.page-information {
	    margin: 80px 60px 0;
	    padding-bottom: 100px;
	}
	

}

@media only screen and (max-width: 640px) {
	.section-banner {
		height: 180px;
	}
	.section-banner .first-box {
	    top: 25px;
	    left: 20px;
	}
	.section-banner .first-box h2 {
	    font-size: 26px;
		line-height: 40px;
	}
	.section-banner .first-box h4{
		margin-top:0px;
		font-size:14px
	}

	.layout-body .container {
		width: 100%;
	}

	.section-banner.custom-service-banner {
		height: 360px;
	}
	.section-banner .container p {
	    font-size: 25px;
	}
	
	.custom-service-banner .first-box h2 {
		font-size: 36px;
		line-height: 42px;
		word-break: keep-all;
	}

	.custom-service-banner .bannerimg img {
		display: none;
	}

	.blockchain-wrap .bannercon {
		padding-top: 100px;
	}

	.blockchain-wrap .bannercon h1 {
		width: 84%;
		font-size: 45px;
	}

	.blockchain-wrap .bannercon h3 {
		width: 70%;
		font-size: 18px;
		line-height: 32px;
	}

	.bcc-service-con .title p.intro,
	.bcc-service-adv .title p.intro,
	.bcc-process .title p.intro,
	.blockchain-service-contact .con-txt p.intro {
		font-size: 14px;
	}

	.bcc-service-con .bcc-inner {
		width: 100%;
		float: left;
	}

	.bcc-service-adv .bcc-adv-inner .card {
		padding: 20px 30px;
	}

	.bcc-service-adv .bcc-adv-inner .card img {
		display: none;
	}

	.process-inner {
		text-align: center;
		float: left;
		width: 16.666667%;
	}

	.bcc-service-con .card {
		padding: 20px 30px 20px 30px;
	}

	.bcc-service-adv {
		margin-top: 125px;
		margin-bottom: 100px;
	}

	.process-inner p img {
		width: 40px;
	}

	.service-content .service-title p {
		font-size: 14px;
		line-height: 26px;
		width: 90%;
	}

	.process-inner p:nth-child(2) {
		font-size: 16px;
	}

	.service-content .service-contact .btn-w,
	.service-content .service-contact .btn-r {
		width: 100%;
	}
	.page-information {
	    margin: 50px 30px 0;
	    padding-bottom: 80px;
	}
	.schedule img {
        width: 100%!important;
        height: auto!important;
    }

}

@media only screen and (max-width: 440px) {
	.custom-service-banner .first-box h2 {
		font-size: 34px;
	}

	.service-content .service-title h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 375px) {}
