@charset "UTF-8";

/*字体的引入*/

@font-face {
	font-family: "PingHei";
	font-style: normal;
	font-weight: 200;
	/*src: url("../fonts/PingFang.ttf");*/
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
	font-size: 14px;
	/*font-family: "PingHei";*/
	/*font-family: 'PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif';*/
	font-family: '"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"';
}
picture {
	width: 100%;
}
.dpflx {
	display: flex;
	display: -webkit-flex;
}
.blue-btn {
	text-align: center;
	color: #fff;
	background: #3a99d8;
}

.blue-btn:hover {
	color: #fff;
	background: #308ecd;
}

.mask {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	/*background-color: rgba(255, 255, 255, .5);*/
	z-index: 99;
	top: 0;
	bottom: 0;
}

.loading-img {
	position: fixed;
}

.mask-tips {
	display: none;
	width: 400px;
	height: 256px;
	background-color: #fff;
	border-radius: 3px;
	padding: 60px 70px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -176px;
	margin-left: -200px;
	z-index: 100;
	text-align: center;
}

.tip-text {
	font-size: 20px;
	text-align: center;
	margin: 20px 0 50px;
}

.back-btn {
	padding: 8px 36px;
}
header {
	padding-top: 86px;
}

/*header css star*****************************************************/

.nav_box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 86px;
	z-index: 9999;
	background-color: #ffffff;
	/*background-color: rgba(0,0,0,0.05);*/
}
.nav_in {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.nav_box nav .navbar-header a {
	margin: 16px 0 13px;
}
.arrow_ico {
	display: none;
	position: relative;
	top: 2px;
	margin-right: 3px;
	width: 22px;
	height: 14px;
	background: url(https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/bottom_arr.png) no-repeat 95% center;
	background-size: 100%;
}
.arrow_top {

}
.aboutaaa.active .arrow_ico {
	background: url(https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/top_arr.png) no-repeat 95% center;
	background-size: 100%;
}
.login-box {
	float: left;
	/*margin-left: 16%;*/
	/*margin-top: 15px;*/
}

.logo {
	float: left;
	cursor: pointer;
	width: 167px;
	height: 57px;
	background: url("https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/logo_sj.png");
	background-size: 100% 100%;
}



.login {
	text-align: right;
	width: 300px;
	/*height: 50px;*/
	float: right;
	color: #bbbbbb;
	font-size: 16px;
	/*padding: 8px;*/
	/*margin-right: 16%;*/
	/*margin-top: 12px;*/
	position: relative;
}

.login p {
	margin-bottom: -3px;
	float: right;
}

.login p span {
	margin-right: 5px;
}


.arrow {
	display: none;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #3a99d8;
	position: absolute;
	bottom: 0;
	left: 32px;
}

.check-box {
	display: none;
	width: 172px;
	height: auto;
	border-top: 3px solid #3A99D8;
	position: absolute;
	top: 66px;
	right: -40px;
	margin-bottom: 0;
	font-size: 14px;
	z-index: 111;

}

.check-box .iconfont {
	font-size: 16px;
	margin-right: 10px;
}

.list-group-item {
	padding-left: 30px;
	text-align: left;
	padding: 14px 15px;
}

.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	color: #2c97de;
}

.list-group-item:first-child:hover {
	color: #2c97de;
}
.scan img {
	width: 80px;
}


@media only screen and (max-width: 768px) {
	.telephone {
		letter-spacing: 2.6px;
		font-size: 12px;
	}
	.login p {
		margin-bottom: -3px;
		float: right;
	}
	.worktime {
		font-size: 10px;
	}
	.telephone .iconfont {
		font-size: 14px;
	}
	.login-box .com-name {
		font-size: 14px;
		line-height: 30px;
		margin-left: 8px;
		margin-top: 6px;
		color: #009fe5;
	}
	.login {
		margin: 0;
		/*margin-right: 15px;*/
		/*height: 40px;*/
		/*margin-top: 0px;*/
		width: 200px;
		padding-right: 0;
	}
	.nav_box nav .navbar-header a {
		margin: 16px 12px 13px;
	}
	.login-btn {
		margin-left: 5px;
		margin-top: 0px;
		padding: 3px 10px;
	}
}

@media only screen and (max-width: 364px) {
	.telephone,
	.worktime {
		display: none;
	}
}


/*header css end*****************************************************/


/*footer css star*****************************************************/

.footer {
	width: 100%;
	background-color: #f6f7fb;
	height: auto;
	color: #333;
}

.footer-top {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	/*padding: 0 54px 0 68px;*/
}
.mb_18 {
	margin-bottom: 18px !important;
}

.er-box {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
}

.footer-item-box .er-box p {
	font-size: 16px;
}

.scan {
	margin-left: 5%;
}

.vertical-line {
	display: inline-block;
	margin-top: 30px;
}

.footer a {
	color: #333;
	text-decoration: underline !important;
}
.footer a:hover {
	color: #333;
	text-decoration: underline !important;
}

.row .img-cell {
	/*padding: 20px 0;*/
	float: right;
}
.row.clearfix.footer-con {
	display: flex;
	display: -webkit-flex;
	padding: 0 15px;
}

.download-text {
	margin-top: 19px;
}
.footer-item-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.footer-item-box .download-text p {
	font-size: 14px;

}

.telephone-box {
	/*margin-left: 6%;*/
}

.footer-item-box .scan .xs-text {
	text-align: left;
	line-height: 16px;
	font-size: 14px;
	float: right;
	/*margin-right: 5%;*/
}
.footer-item-box-in {
	width: 100%;
}
.telephone-box {
	justify-content: flex-end;
}
.telephone-box .footer-item-box-in {
	width: auto;
	/*margin: 0 auto;*/
}
.beian-box .footer-item-box-in p {
	margin-bottom: 0px;
}
.beian-box .footer-item-box-in {
	width: 164px;
	margin: 0 auto;
}
.beian-box .mb_18 {
	margin-bottom: 5px !important;
	display: block;
}

.download-text div {
	padding: 0;
}
.gzh_ewm{
	margin-bottom: 5px;
	width: 103px;
}
.gzh_txt {
	margin-left: 6px;
}
.telephone-box .footer-item-box-in {
	text-align: center;
}
.address-icon {
	margin-right: 10px;
	float: left;
	font-size: 42px;
}

.footer-item-box {
	margin: 35px 0;
}
.address-box {
	border-right: 1px solid #dadada;
	padding: 0;
	width: 480px;
}
.beian-box {
	width: 446px;
}
.telephone-box {
	border-left: 1px solid #dadada;
	padding: 0;
	width: 274px;
}

.footer-item-box p {
	font-size: 14px;
	margin-bottom: 4px;
}
.footer-item-box p:last-of-type {
	margin-bottom: 0px;
}

.footer-item-box p:last-of-type {
	margin-top: 0px;
}


.wm1200 {
	max-width: 1000px;
	margin: 0 auto;
}

.service {
	margin-bottom: 30px;
}
.service h2 {
	padding-top: 3rem;
	font-size: 2rem;
	text-align: center;
	color: #29CCE8;
}


/*footer css end*****************************************************/

@media only screen and (max-width:1200px) {
	.nav_in {
		width: 100%;
		padding: 0 15px;
	}

	.footer {
		width: 100%;
	}
	.footer-top {
		width: 100%;
		padding: 15px;
	}
	.row.clearfix.footer-con {
		padding: 0;
	}

	.nav_box nav .navbar-header a {
		margin: 16px 30px 13px;
	}

}
@media only screen and (max-width: 1242px) {

}

@media (min-width: 768px) and (max-width: 991px) {

	.footer-item-box p {
		font-size: 10px;
		margin-bottom: 2px;
	}
	.footer-item-box a {
		font-size: 10px;
	}

}


@media only screen and (max-width: 767px) {
	html {
		font-size: 12px;
	}
	header,body .contents {
		padding-top: 0px;
	}
	.phone_hide {
		display: none !important;
	}
	.nav_box {
		height: 42px;
	}
	.nav_box nav .navbar-header a {
		margin: 0;
	}
	.nav_box nav .navbar-header .logo {
		background: url("https://allmark.oss-cn-shenzhen.aliyuncs.com/site/imgs/logo_sj.png");
		height: 30px;
		width: 82.6px;
		background-size: 100% 100%;
		margin: 6px 12px;
	}
	.nav_box nav .navbar-collapse ul li.li4.cur_li .aboutaaa {
		border-bottom: none;
	}
	.arrow_ico {
		display: inline-block;
	}
	.row.clearfix.footer-con {
		padding: 0 15px;
	}
	.footer {
		width: 100%;
		/*display: none;*/
	}
	.footer-top {
		padding: 15px;
		width: 100%;
	}
	.footer-top .container-fluid {
		padding: 0;
	}
	.footer-con {
		/*display: table;*/
	}
	.row.footer-con .footer-item-box {
		margin: 0;
		height: auto;
		/*padding-bottom: 10px;*/
		font-size: 8px;
	}
	.row .footer-item-box.beian-box {
		margin-top: 16px;
	}
	.beian-box p {
		text-align: left;
		font-size: 12px;
	}
	.beian-box {
		width: auto;
	}
	.beian-box .mb_18 {
		margin-bottom: 5px !important;
		display: inline-block;
	}
	.gzh_ewm {
		margin-bottom: 5px;
		width: 60px;
	}
	.telephone-box .gzh_ewm {

	}
	.telephone-box p {
		font-size: 9px;
	}
	.footer-top {
		/*padding: 0 15px;*/
	}

	.row .footer-item-box:nth-of-type(4) p {
		font-size: 12px;
	}
	.er-box {
		margin-right: 6px;
		float: right;
	}
	.row .footer-item-box:nth-of-type(4) img {
		width: 50px;
		height: 50px;
		float: right;
		position: relative;
		top: 8px;
		left: 0;
	}
	.row .footer-item-box p {
		margin-bottom: 0;
		/*font-size: 12px;*/
		/*margin-top: 5px;*/
	}
	.footer-item-box p {
		font-size: 10px;
		margin-bottom: 2px;
	}
	.footer-item-box a {
		font-size: 10px;
	}
	.row .address-icon {
		margin-right: 7px;
		font-size: 24px;
		margin-top: 3px;
		margin-bottom: 10px;
	}
	.row .footer-item-box:nth-of-type(2) {
		padding-top: 5px;
		padding-bottom: 20px;
		margin-left: 0;
		padding-left: 0;
	}
	.footer-bottom p {
		font-size: 12px;
	}
	.footer-bottom {
		padding: 15px 3%;
	}
}

@media only screen and (max-width: 360px) {
	.img-cell {
		margin-top: 16px;
	}
	.scan img {
		width: 70px;
		margin-right: 7%;
	}
	.footer-item-box .scan .xs-text {
		font-size: 12px;
		margin-right: 1%;
	}
	.vertical-line {
		margin-left: 7px;
	}
}
