/*通用代码*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	color: #333333;
	font-family: "Microsoft YaHei";
	font-family: '微软雅黑';
	min-width: 1300px;
	overflow-x: hidden;
}

img {
	margin: 0px;
	padding: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

dl,
dt,
dd,
ol,
ul,
li,
from,
input,
select,
span,
p,
div {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.clear {
	clear: both;
}

a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #0060de;
	cursor: pointer;
}

em,
i {
	font-style: normal;
}

input,
button,
select,
textarea {
	outline: none
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-weight: normal;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.title {
	text-align: center;
	font-size: 40px;
	color: #353638;
}

.title em {
	color: #0060de;
}

.title span {
	display: block;
	font-size: 18px;
	color: #8f9194;
	margin: 7px 0 25px 0;
}

.title i {
	display: block;
	width: 80px;
	height: 5px;
	margin: 0 auto;
	position: relative;
}

.title i::after,
.title i::before {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 5px;
	top: 0;
	left: 0;
}

.title i::after {
	right: 0px;
	left: inherit;
	background: #0060de;
	animation: allTitleAfter 3s infinite linear;
}

.title i::before {
	background: #f5ba06;
	animation: allTitleBefore 3s infinite linear;
}

.title t {
	width: 30px;
	height: 5px;
	background: #dc0e0e;
	margin: 0 auto;
	display: block;
	animation: allTitleI 3s infinite linear;
}

@keyframes allTitleI {
	0% {
		transform: translateX(0px);
	}

	25% {
		transform: translateX(-25px);
	}

	50% {
		transform: translateX(0px);
	}

	75% {
		transform: translateX(25px);
	}

	100% {
		transform: translateX(0px);
	}
}

@keyframes allTitleBefore {
	0% {
		width: 15px;
	}

	25% {
		width: 0px;
	}

	50% {
		width: 15px;
	}

	75% {
		width: 30px;
	}

	100% {
		width: 15px;
	}
}

@keyframes allTitleAfter {
	0% {
		width: 15px;
	}

	25% {
		width: 30px;
	}

	50% {
		width: 15px;
	}

	75% {
		width: 0px;
	}

	100% {
		width: 15px;
	}
}

.mainhovercolor a:hover {
	color: #0060de;
}

/*抬头*/
.htop {
	height: 44px;
	background: url(../img/20201020084653_683446684.png) no-repeat center;
	line-height: 44px;
}

.htop p.fl {
	font-size: 14px;
	color: #999999;
}

.htop p.fr span {
	display: inline-block;
	padding-left: 25px;
}

.htop p.fr span:nth-child(1) {
	background: url(../img/20201020084653_434289793.png) no-repeat left center;
}

.htop p.fr span:nth-child(2) {
	background: url(../img/20201020084653_480080171.png) no-repeat left center;
}

.htop p.fr span:nth-child(3) {
	background: url(../img/20201020084653_501020345.png) no-repeat left center;
}

.htop p.fr span+span {
	margin-left: 20px;
}

.htop p.fr span a:hover {
	color: #fff;
}

.htop p.fr b {
	font-size: 20px;
	color: #fff;
	font-family: Arial;
}

.htop p.fr span,
.htop p.fr span a {
	font-size: 14px;
	color: #b7d6ff;
}

.hsecond {
	height: 110px;
}

.hleft {
	font-size: 0;
	margin-top: 15px;
}

.hleft p {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #0060de;
}

.hleft p b {
	display: block;
	font-size: 28px;
	color: #28292b;
	margin-bottom: 2px;
  	margin-top: 5px;
}

.hleft p+p {
	margin-left: 20px;
  	border-left: 1px solid #ddd;
	padding-left: 20px;
    height: 75px;
}

.nav {
	font-size: 0;
	margin-top: 28px;
}

.nav li {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	text-align: center;
	position: relative;
}

.nav li+li {
	margin-left: 2px;
}

.nav li>a {
	display: block;
	line-height: 48px;
	font-size: 16px;
	color: #222222;
	transition: all .3s ease;
}

.nav li:hover>a,
.nav li.cur>a {
	color: #fff;
	background: #0060de;
}



/*搜索*/
.search {
	height: 80px;
	padding-top: 10px;
	background: url(../img/20201020091907_770436328.png) no-repeat center;
	margin-top: -10px;
	position: relative;
	z-index: 9;
}

.keyword,
.keyword a {
	line-height: 80px;
	font-size: 14px;
	color: #555555;
}

.keyword span {
	color: #0060de;
}

.keyword {
	padding-left: 28px;
	background: url(../img/20201020091907_1313249253.png) no-repeat left center;
}

.search_bg {
	width: 265px;
	height: 50px;
	margin-top: 10px;
	background: #fff;
	border-radius: 25px;
}

.search_bg input {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

#soo {
	border-radius: 50%;
	background: #0060de;
}

#infoname {
	height: 50px;
	background: none;
	border: none;
	padding: 0 15px;
	width: 214px;
	box-sizing: border-box;
}


/*版权*/
.copyright {
	background: #1f2022;
}

.links {
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	color: #fff;
	background: #0060de;
}

.links p.fl {
	font-weight: bold;
	padding-left: 35px;
	background: url(../img/20201020151855_331118992.png) no-repeat left center
}

.links p.fl span {
	font-size: 18px;
	padding: 0 20px 0 10px;
	vertical-align: bottom;
}

.linkTagcs a:hover{
	text-decoration: underline;
}


.kslj,
.crcode {
	font-size: 0;
}

.kslj li,
.crcode li {
	display: inline-block;
	vertical-align: top;
}

.crcon {
	padding: 70px 0;
	border-bottom: 1px solid #2d2e30;
}

.crcode li+li {
	margin-left: 20px;
}

.kslj li p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.kslj li a {
	display: block;
	font-size: 14px;
	color: #797c80;
	line-height: 30px;
}

.kslj li a:hover,
.end a:hover {
	color: #fff;
}

.kslj li {
	margin-right: 90px;
}

.crcode li {
	text-align: center;
	font-size: 14px;
	color: #70757a;
}

.crcode li img {
	display: block;
	margin-bottom: 10px;
	width: 140px;
	height: 140px;
}

.end,
.end a {
	font-size: 15px;
	color: #797c80;
}

.end {
	text-align: center;
	line-height: 123px;
	border-top: 1px solid #080809;
}

.crcontact {
	width: 370px;
}

.cr_addr {
	font-size: 14px;
	color: #797c80;
	line-height: 32px;
	padding-top: 20px;
	border-top: 1px solid #080809;
}

.cr_tel {
	font-size: 16px;
	color: #797c80;
	padding-bottom: 25px;
	border-bottom: 1px solid #2d2e30;
	background: url(../img/20201020151855_1544467790.png) no-repeat right top;
}

.cr_tel span {
	display: block;
	margin-top: 3px;
	font-size: 28px;
	color: #ffffff;
	font-family: arial;
}


.pages_box{
	text-align: center;
	padding-bottom: 30px;
}
.pages_box li{
	display: inline-block;
}
.pages_box li a{
	display: inline-block;
	padding: 8px 12px;
	background-color: #eee;
	margin: 3px;
	border-radius: 3px;
}
.pages_box .active a,.pages_box li a:hover{
	background-color: #0060de;
	color: #fff;
}