body {
	background-color: rgb(246,246,246)
}

a:hover{
	color: #007aff!important;
}

li {
	list-style: none;
}
.main-top{
	width: 1200px;
	margin: 0 auto;
}
.current {
	display: block !important;
}

.hid {
	display: none;
}

.header {
	background-color: #FFF;
	box-shadow: 1px 0 4px rgb(0 0 0 / 20%)
}

.nav {
	width: 1200px;
	margin: 0 auto;
	height: 93px;
}

.nav-log {
	width: 280px;
	margin-top: 10px;
}

.nav-lab li {
	font-size: 18px;
	line-height: 94px;
	margin-right: 20px;
	cursor: pointer;
}

.nav-lab li:hover {
	color: #0756a0;
}

div.search {
	padding: 31px 0;
	width: 32px;

}

form {
	position: relative;
}

.search form {
	height: 30px;

}

.search input {
	height: 100%;
	width: 0px;
	padding: 0 42px 0 15px;
	border: none;
	border-bottom: 2px solid transparent;
	transition: .4s cubic-bezier(0, 0.8, 0, 1);
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
}

.search button {
	background: white;
	border: 1px solid #e3e3e3;
	border-radius: 30px;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.search input:focus button {
	z-index: 99;
}

.code-btn {
	background: white;
	border: 1px solid #e3e3e3;
	border-radius: 30px;
	height: 28px;
	width: 28px;
	cursor: pointer;
	margin: 30px 18px 0 0;
	position: relative;
	text-align: center;
	line-height: 28px;
}

.code-btn div {
	display: none;
	z-index: 2;
}

.code-btn div div:nth-child(1) {
	width: 0;
	height: 0;
	border: 17px solid;
	border-color: transparent transparent #00b2ff;
	position: absolute;
	top: 16px;
	left: -4px;
	/*opacity: 0.6;*/
}

.code-btn div div:nth-child(2) {
	width: 130px;
	height: 130px;
	background-color: #00b2ff;
	position: absolute;
	top: 50px;
	left: -50px;
	border-radius: 8px;
	/*opacity: 0.6;*/
}

.foot {
	background-color: #2467a3;
	width: 100%;
	overflow: hidden;
	padding-bottom: 23px;
}

.foot-Outer {
	font-size: 16px;
	color: #fefefe;
	padding-top: 20px;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.main {
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.main-nav {
	background-color: #FFFFFF;
}

.secondary-nav {
	width: 1200px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
}

.groupInt {
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 72px;
	padding-bottom: 50px;
	padding-top: 1px;
}

.secondary-nav>div i:first-child {
	font-size: 18px;
}

.secondary-nav>div i {
	font-size: 17px;
	font-style: normal;
}

.secondary-nav2 li {
	font-size: 18px;
	/*margin-left: 10px;*/
	padding: 0 20px;
}
.secondary-nav2 li a{
	width: 100%;height: 100%;display: block;
}
.secondary-nav2 li:hover {
	cursor: pointer;
	background-color: #1153a5;
	color: #FFFFFF;
}
.secondary-nav2 li:hover >a{
	color: #FFFFFF!important;
}

.company-tit {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding-top: 52px;
}

.company-p {
	font-size: 22px;
	text-align: center;
}

.company-det {
	margin-top: 69px;
	overflow: hidden;
}

.company-det img {
	width: 560px;
	margin-left: 40px;
}

.company-det div {
	background-color: #f2f2f2;
	width: 510px;
	margin-left: 14px;
	font-size: 18px;
	line-height: 27px;
	text-indent: 2em;
	padding: 18px;
}

/* 列表 */
.new-tit {
	font-size: 26px;
	font-weight: bold;
	margin: 50px 0 50px 50px;
}

.new-list {
	width: 1100px;
	background-color: #f2f2f2;
	margin: 10px auto;
	overflow: hidden;
	font-size: 16px;
}

.new-list>img {
	width: 300px;
	background-color: #f2f2f2;
}

.new-list>div:last-child {
	padding: 20px 0 0 40px;
	width: 690px;
	padding-bottom: 20px;
}

.new-list h3 {
	padding:0 0 0 0.2em;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px!important;
}
.new-list strong{
	padding: 0 0 0 0.5em;
}
.new-list>div:last-child>strong {
	padding: 0.5em 0 0 0.5em;
	display: block;
	font-size: 18px;
}
.swiper-bottom{
	position: relative;
}
.new-list p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 28px;
	height: 50px;
}

.paging {
	overflow: hidden;
	margin-right: 44px;
}

.paging>div {
	background-color: #e6e6e6;
	padding: 16px 20px;
	margin: 10px;
}

.list-title {
	padding: 20px;
}

.list-title:first-child {
	margin-top: 40px;
}

.list-title > h4 {
	font-size: 2em;
}

/*footer*/
.foot a {
	color: #ffffff
}

.foot a:hover {
	color: RED
}

/*body、footer*/
body {
	min-width: 1200px
}

.foot {
	min-width: 1200px
}

/*栏目*/
.nav>.nav-list {
	width: 64%
}

.nav-lab>li {
	width: 14%;
	text-align: center;
	margin-right: 0 !important;
}

a.active {
	color: #1153a5
;
	width: 100%;
	height: 100%;
	display: block
}

/*slider轮播*/
.slider-global {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}

.slider-global>ul {
	padding: 0;
	height: 375px
}
/*面包屑*/
ul.secondary-nav2 > li.active{background-color: #1153a5;}
ul.secondary-nav2 > li.active > a {color: #ffffff;}
/*状态栏*/
.nav-lab > li > a:hover {color: #1153a5}
.code-btn > div > div > img {padding-top: 12px;height: 103px;width: 103px}
.int-banner img{width: 100%}
@media screen and (max-width: 1440px) {
	.int-banner img{max-height: 400px}
}
@media screen and (max-width: 1920px) {
	.int-banner img{max-height: 400px}
}
@media screen and (max-width: 2560px) {
	.int-banner img{max-height: 400px}
}
/*内容页*/
.page-control {font-size: 1.5em;margin: 2em;text-align: center;}
.page-nav {	margin: 0 5em;color: #2467a3;}
.page-nav > p {
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-size: 1.5em;
}
.center {text-align: center}
/*footer*/
.footer-left > p:first-child{font-size: 18px;font-weight: bold}
.footer-center{text-align: left;margin-left: 230px;padding-top: 34px}
.footer-right{text-align: center;}
