@charset "utf-8";
/* 公共样式表css */
/*深红色 c40f23*/
*{
	max-width:800px;padding:0;
	list-style: none;
	text-align: none;
	font-family:"microsoft yahei";
	text-decoration: none;
	font-weight: normal;
	outline: none ;
	border: none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline: none;
}
body{
	padding:0;
	background-color:#fff;
	margin:0 auto;
	max-width:800px;
}
a{
    text-decoration:none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
em{font-style:normal}
li{list-style-type:none;}
/*===============公用类名==============*/
 /*左浮动*/
.l{float:left;}
/*右浮动*/
.r{float:right;}
/*字体加粗*/
.bold{font-weight:bold;}
/*文本居中显示*/
.textcenter{text-align:center;}
/*块级或显示*/
.block{display:block;}
/*隐藏*/
.none{display:none;}
.w100{
	width:100%;
}
.w96{
	width:96%;
}
.clear {clear: both;}

header{
	display:block;
	width:100%;
	height:46px;
	background-color:#0c3a76;
	position:fixed;
	top:0;
	z-index:999998;
}
header .logo{
	display:block;
	height:46px;
	float:left;
	margin-left:10px;
}
header .logo img{
	height:46px;
}

footer{
	width:100%;
	padding: 10px 0;
	background-image: linear-gradient(to right,#375ffc,#257ffa,#07b6f7);
}
footer .copyright{
	width:100%;
	font-size:12px;
	color:#fff;
	text-align:center;
}
/**/
.advert-img{
	display:block;
	height:auto;
	overflow:hidden;
	margin:0 auto 20px auto;
}
.advert-img img{
	width:100%;
}
.classNameH1{
	width:96%;
	height:auto;
	overflow:hidden;
	margin:30px auto;
}
.classNameH1 h2{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	line-height:30px;
	color:#333;
	margin-bottom:10px;
}
.classNameH1 span{
	display:block;
	width:11%;
	height:3px;
	text-align:center;
	background-image: linear-gradient(to right,#375ffc,#257ffa,#07b6f7);
	margin: 0 auto;
}
.classNameH1-text {
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
}
.classNameH1 p{
	display:block;
	width:96%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	font:15px/26px 'microsoft yahei';
	text-transform : uppercase;
	color:#999;
}
.classNameH1 a{
	display:block;
	width:80px;
	height:28px;
	overflow:hidden;
	margin:0 auto;
	background-color:#0c3a76;
	text-align:center;
	font:14px/28px 'microsoft yahei';
	text-transform : uppercase;
	color:#fff;
	text-align:center;
}
/*===常用======*/
.page-banner{
	width:100%;
}
.page-banner img{
	width:100%;
}
#LoadMore{
	/*display:none;*/
	width:32px;
	height:32px;
	margin:15px auto;
}
#LoadMore .loader {
	margin:-0.2em 0 0 -0.2em;
	text-indent:-9999em;
	border-top:0.3em solid rgba(0,0,0,0.1);
	border-right:0.3em solid rgba(0,0,0,0.1);
	border-bottom:0.3em solid rgba(0,0,0,0.1);
	border-left:0.3em solid #555;
	-moz-transform:translateZ(0);
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-moz-animation:loader 300ms infinite linear;
	-webkit-animation:loader 300ms infinite linear;
	animation:loader 300ms infinite linear;
	-moz-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	transition:all 500ms ease;
	
}
#LoadMore .loader,.loader:after {
	border-radius:50%;
	width:2em;
	height:2em;
}
.nodata{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:50px auto 0 auto;
	text-align:center;
}
.nodata .ico{
	width:100px;
	height:100px;
	overflow:hidden;
	background-color:#E26A67;
	margin:0 auto;
	border-radius:50px;
}
.nodata .ico img{
	width:100px;
	height:100px;
}
.nodata .noimg{
	display:block;
	width:70%;
	margin:0 auto;
}
.nodata .text{
	width:90%;
	height:30px;
	margin:10px auto;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.nodata .text2{
	width:90%;
	height:30px;
	margin:25px auto 18px auto;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.nodata .but{
	display:block;
	width:190px;
	height:40px;
	margin:0 auto;
	background-color:#E7E7E7;
	border-radius:20px;
	text-align:center;
	font-size:14px;
	line-height:40px;
	color:#06F;
}
.nodata .bc1{ background-color:#FFF;}
.MoreBut1{
	display:block;
	width:120px;
	height:40px;
	margin:15px auto 10px auto;
	font-size:16px;
	line-height:40px;
	text-align:center;
	background-color:#fa5555;
	color:#FFF;
	border-radius:4px;
}
@-webkit-keyframes loader {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
}
}@-moz-keyframes loader {
	0% {
	-moz-transform:rotate(0deg);
	transform:rotate(0deg);
}
100% {
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
}@keyframes loader {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
}
100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
}
}
/* CSS Document */
.top {
	background-color: #d9eaff;
	width: 100%;
	display: flex;
	padding: 20px 0;
}
.top-flex-one {
	width: 56%;
	margin-left: 10px;
}
.top-flex-two {
	width: 42%;
}
.top-img-right {
	width: 100%;
	margin-top: 40px;
}
.top-new {
	border: 1px solid #1551cc;
	color: #1551cc;
	border-radius: 4px;
	font-size: 14px;
	display: inline-block;
	padding: 4px 10px;
}
.top-title {
	font-size: 20px;
	margin: 10px 0;
}
.top-title .bluecolor {
	font-size: 20px;
}
.bluecolor {
	color: #1551cc;
}
.top-text {
	color: #8998ab;
	font-size: 12px;
	line-height: 20px;
}
.top-btn {
	margin: 20px 0;
}
.top-btn a {
	background-color: #1b55b3;
	padding: 6px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 100px;
	box-shadow: 0 0 5px #a4cfff;
}
.top-ma{
	display: flex;
	text-align: center;
	margin: 20px 10px 0 0;
	justify-content: space-between;
}
.top-ma img {
	width: 80px;
	height: 80px;
	margin-bottom: 5px;
}
.color-blue {
	color: #375ffc;
}
.service {
	margin: 0 10px;
}
.service li {
	float: left;
	width: 50%;
	font-size: 13px;
	margin-bottom: 10px;
}
.service li .color-blue {
	font-size: 13px;
}

.slide-box {
	display: -webkit-box;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	margin-left: 10px;
}
/* 隐藏下方的滚动条 */
.slide-box::-webkit-scrollbar {
	background-color: transparent;
}
.slide-box {
	-ms-overflow-style: none;
}
.slide-box {
	overflow: -moz-scrollbars-none;
}
.slide-item {
	width: 42%;
	height: 300px;
	box-shadow: 0 0 10px #d8d8d8;
	background-color: #f4f4f4;
	margin-right: 20px;
}
.slide-item-ul {
	margin: 0;
}
.slide-item-ul li {
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.slide-item-title {
	text-align: center;
	margin: 10px 0;
}
.slide-item-img img {
	width: 100%;
}

.about-content {
	margin: 0 20px;
	color: #fff;
}
.about-box {
	background-image: linear-gradient(to right,#375ffc,#257ffa,#07b6f7);
	height: 200px;
	border-radius: 20px;
	width: 90%;
	margin-bottom: 20px;
}
.about-right {
	display: flex;
	justify-content: flex-end;
}
.about-ma {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 30px 15px 0 15px;
	font-size: 12px;
}
.about-ma img{
	width: 70px;
	height: 70px;
	margin: 10px 0;
}
.about-map {
	font-size: 16px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.about-map-img img {
	width: 100%;
}
.about-js {
	padding: 20px;
	font-size: 13px;
}
.about-js-top {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 18px;
}
.about-js-top img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}