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

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

h2,
h3,
i,
em {
	font-style: normal;
	font-weight: normal;
}

.swiper {
	width: 100%;
	height: 100%;
}

.sw .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.sw .swiper-slide img {
	display: block;
	width: 100%;
	height: 50%;
	object-fit: cover;
}

.g-nav:after,
.header .btn-list .search:after,
.header .btn-list:after,
.header .hd-r:after,
.header .head:after,
.header:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	width: 100%;
	height: 0
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	width: 100%;
	border-top: 5px solid #1165b3
}

.header .head {
	padding: 25px 143px 0 50px;
}

.header .head:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 154px;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	z-index: -1
}

.header .logo {
	display: block;
	float: left;
	height: 86px;
	font-size: 0;
	position: relative;
	z-index: 2;
	overflow: hidden
}

.header .logo a {
	display: block
}

.header .logo img {
	display: block;
	height: 74px
}

.header .hd-r {
	float: right;
	position: relative;
	z-index: 1
}

.header .btn-list {
	font-size: 14px;
	line-height: 1.29em;
	color: #fff;
	margin-bottom: 6px
}

.header .btn-list a {
	color: #fff;
	font-weight: 400
}

.header .btn-list ul {
	overflow: hidden;
	float: right
}

.header .btn-list ul li {
	float: left;
	margin-right: 19px
}

.header .btn-list ul a {
	display: block;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header .btn-list ul a:hover {
	opacity: .7
}

.header .btn-list ul .sty {
	border-right: 1px solid rgba(255, 255, 255, .8)
}

.header .btn-list ul .sty a {
	padding-right: 24px
}


.header .btn-list .language {
	overflow: hidden;
	float: right;
	border-left: 1px solid rgba(255, 255, 255, .8);
	padding: 0 17px 0 24px
}

.header .btn-list .language .name {
	height: 18px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header .btn-list .language .name i {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
	background: url(../images/iconl1.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.header .btn-list .language .name:hover {
	opacity: .7
}


.header .btn-list .search {
	height: 45px;
	padding: 0 11px;
	float: right;
	margin-top: -13.5px;
	position: relative
}

.header .btn-list .search .btn {
	display: block;
	width: 24px;
	height: 45px;
	background: url(../images/iconl3.png) center center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto
}

.header .btn-list .search .btn:hover {
	opacity: 1
}


.g-nav li {
	float: left;
	margin-left: 32px;
	position: relative
}

.g-nav li:first-child {
	margin-left: 0
}

.g-nav .v1 {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5em
}

.g-nav .v1 i {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: -2px 0 0 6px;
	background: url(../images/iconl4.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.g-nav .down {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	width: 140px;
	box-shadow: 0 0 38px 0 rgba(0, 0, 0, .19);
	-webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, .19);
	-moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, .19);
	border-top: 4px solid #0b5fad;
	padding: 10px 0;
	display: none;
	overflow: hidden
}

.g-nav .down a {
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 2.5em;
	color: #333
}

.g-nav .down a:hover {
	background: #ededed;
	color: #0b5fad
}

.header.fixed:before,
.header.on .g-nav,
.header.on:before {
	display: none
}



@media only screen and (max-width:1800px) {
	.g-nav li {
		margin-left: 25px !important;
	}
}

@media only screen and (max-width:1680px) {
	.g-nav li {
		margin-left: 15px !important;
	}
}

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


	.header .logo,
	.header .logo img {
		height: 70px
	}

	.header .btn-list {
		font-size: 12px;
		line-height: 1.67em
	}

	/* .header .btn-list .search .sub-btn{height:20px;width:20px} */
	.header .btn-list .search {
		margin-top: -8px
	}

	.header .btn-list .search,
	.header .btn-list .search .btn {
		height: 36px
	}

	/* .header .btn-list .search .inp{height:36px;line-height:36px} */
	.g-nav li {
		margin-left: 30px
	}

	.g-nav .v1 {
		font-size: 18px
	}

	/* .header .navA{width:80px;height:79px} */
	.header .head {
		padding: 15px 100px 10px 30px
	}
}

.header.fixed {
	background-color: rgba(17, 101, 179, 0.6);
	/* background-color: #0952ae; */
}

@media only screen and (max-width:1440px) {
	.g-nav li {
		margin-left: 10px !important;
		;
	}

	.g-nav .v1 {
		font-size: 16px
	}

	.g-nav .v1 i {
		width: 12px;
		height: 12px
	}

	.header .logo,
	.header .logo img {
		height: 60px
	}

}


@media only screen and (max-width:1199px) {
	.wp {
		width: auto;
		max-width: none;
		padding: 0 15px
	}

	.header .head {
		padding: 10px 0 10px 15px
	}

	.header .logo,
	.header .logo img {
		height: 43px
	}

	.header .hd-r {
		display: none
	}

	/* 
.header .navA{width:50px;height:50px}
.header .navA:after{width:18px;height:18px} */
	.header .head:before {
		height: 77px
	}

	.header:before {
		height: 167px
	}
}

/* 移动端导航 */
.navbar {
	background-color: #002b79;
	border-bottom: #002b79;
	/* position: absolute; */
}

.container>.navbar-header {
	background-color: #0851aa;
}

.navbar-inverse .navbar-collapse {
	background-color: #0851aa;
}


.g-nav li {
	float: left;
	margin-left: 32px;
	position: relative
}

.g-nav li:first-child {
	margin-left: 0
}

.g-nav .v1 {
	display: block;
	/*font-size: 20px;*/
	font-weight: 700;
	color: #fff;
	line-height: 1.5em
}

.g-nav .v1 i {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: -2px 0 0 6px;
	background: url(../images/iconl4.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.g-nav .down {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	width: 140px;
	box-shadow: 0 0 38px 0 rgba(0, 0, 0, .19);
	-webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, .19);
	-moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, .19);
	border-top: 4px solid #0b5fad;
	padding: 10px 0;
	display: none;
	overflow: hidden
}

.g-nav .down a {
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 2.5em;
	color: #333
}

.g-nav .down a:hover {
	background: #ededed;
	color: #0b5fad
}

.header.fixed:before,
.header.on .g-nav,
.header.on:before {
	display: none
}

.header.on {
	z-index: 55
}

/* 底部 */
.footer:after,
.m-commonly:after,
.ul-commonly .con:after,
.ul-commonly:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	width: 100%;
	height: 0;
}

.footer {
	height: 400px;
	background: url("/statics/images/temp/bj3.png") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 55px;
}

.wp {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto
}

.footer .foot {
	overflow: hidden;
}

.footer .ljjb-pc {
	 width: 190px; 
	float: right;
	/* margin: 0px 90px; */
	color: #fff;
	text-align: center;
	/* margin-left: 558px; */
}

.footer .ljjb-pc p {

	color: #fff;

}


.footer .school-pc {
	width: 371px;
	float: right;
	margin-top: 24px;
}

.footer .copy {
	height: 286px;
	display: block;
	overflow: hidden;
}

.footer .copy .left {
	overflow: hidden;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 2em;
}

.footer .copy .left a {
	font-size: 16px;
	color: #fff;
}

.footer .copy .left span {
	display: inline-block;
	margin-right: 38px;
}

.footer .copy .left span:last-child {
	margin-right: 0;
}

.footer .copy .right {
	overflow: hidden;
	float: right;
}

.footer .school {
	overflow: hidden;
	display: none;
}

.footer .school .pic {
	width: 206px;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
}

.footer .school .pic img {
	display: block;
	width: 100%
}


.m-commonly {
	padding: 0 92px;
	border-bottom: 1px solid #2777c1;
	margin-bottom: 54px;
}

.ul-commonly {
	padding: 0 20px;
	margin: 0 -35px;
	position: relative;
	text-align: center;
	font-size: 0;
}

.ul-commonly li {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 0 50px;
}

.ul-commonly .con {
	display: block;
	cursor: pointer;
}

.ul-commonly .con .top {
	font-size: 18px;
	color: #fff;
	line-height: 1.5em;
	padding: 16px 50px 16px 0;
	position: relative;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ul-commonly .con .top:after {
	content: "";
	position: absolute;
	background-color: transparent;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
}

.ul-commonly .con .top:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 15px solid #0b5fad;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	z-index: 5;
}

.ul-commonly .con.on .top:before {
	display: block;
}

.ul-commonly .con .top em {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	overflow: hidden;
	margin: -2px 7px 0 0;
}

.ul-commonly .con .top em img {
	display: block;
	width: 100%;
}

/* .ul-commonly .con .top i {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background: url(../images/iconl21.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
} */

.ul-commonly .con .down {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, .98);
	padding: 35px 60px 40px;
	max-height: 289px;
	border-top: 6px solid #0b5fad;
	-webkit-box-shadow: 0 0 5px rgba(9, 2, 4, .21);
	-moz-box-shadow: 0 0 5px rgba(9, 2, 4, .21);
	-ms-box-shadow: 0 0 5px rgba(9, 2, 4, .21);
	-o-box-shadow: 0 0 5px rgba(9, 2, 4, .21);
	box-shadow: 0 0 5px rgba(9, 2, 4, .21);
	display: none;
	overflow: hidden;
	z-index: 10;
}

.ul-commonly .con .down dl {
	margin: 0 -10px;
	text-align: left;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.ul-commonly .con .down dl dd {
	width: 20%;
	float: left;
	overflow: hidden;
	padding: 0 10px;
	margin-bottom: 10px;
}

.ul-commonly .con .down dl a {
	font-size: 16px;
	color: #666;
	line-height: 1.5em;
	overflow: hidden;
}

.ul-commonly .con .down dl::-webkit-scrollbar {
	display: none;
}

/* .ul-commonly.open li.on .con .top i {
	background-image: url(../images/iconl21-1.png);
} */

.ul-commonly .con .down dl a:hover {
	color: #0b5fad;
}

.footer .foot {
	overflow: hidden;
}

.fd-logo {
	width: 420px;
	float: left;
	height: 420px;
	/* height: auto; */
	/* overflow: hidden; */
	margin-bottom: 24px;
}

.fd-logo img:nth-child(2) {
	display: block;
	width: 60%;
	margin-top: 148px;
	margin-left: 92px;
	/* margin: 0 auto; */
	position: absolute;
}




@media only screen and (max-width:1680px) {
	.wp {
		max-width: 1200px
	}

	.footer .ljjb-pc {
		/*margin-left: 510px;*/
	}

	.fd-logo {
		width: 26%;
		margin-left: 42px;
		margin-top: 28px;
	}
}

@media only screen and (max-width:1440px) {
	.footer .ljjb-pc {
		margin-left: 510px;
	}

	.fd-logo {
		width: 26%;
		margin-left: 42px;
		margin-top: 28px;
	}
}

@media only screen and (max-width:1200px) {
	.footer .pic {
		margin-top: 98px;
	}

	.footer .copy .left {
		font-size: 14px;
	}

	.footer .copy .left a {
		font-size: 14px;
	}
}

@media only screen and (max-width:1199px) {
	.wp {
		width: auto;
		max-width: none;
		padding: 0 15px
	}

	.footer .copy .left,
	.footer .copy .right {
		float: none;
		text-align: center
	}

	.footer .school-pc {
		margin: 20px auto;
		float: none;
	}

	.m-commonly {
		padding: 0;
		margin-bottom: 30px;
	}

	.ul-commonly {
		margin: 0;
		padding: 0;
	}

	.ul-commonly .con .top {
		font-size: 18px;
	}

	.ul-commonly li {
		padding: 0 18px;
	}

	.ul-commonly .con .down {
		padding: 15px 10px 25px;
		border-width: 3px;
	}

	.ul-commonly .con .down:after {
		border-top: 8px solid #0b5fad;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		left: 72px;
	}

	.ul-commonly .con .down dl a {
		font-size: 14px;
	}

	.ul-commonly .con .top:after {
		display: none;
	}

	.fd-logo {
		margin: 0 auto 20px;
		float: none;
	}
}

@media only screen and (max-width:959px) {
	.ul-commonly .con .top {
		font-size: 16px
	}

	.fd-logo {
		margin-left: 102px;
	}
}

@media only screen and (max-width:767px) {
	.footer {
		padding: 0 0 50px
	}

	.footer .school-pc {
		display: none
	}

	.footer .copy .left {
		margin-bottom: 26px
	}

	.footer .copy .left span {
		display: block;
		margin: 0 0 4px
	}

	.footer .copy .left,
	.ul-link a {
		font-size: 12px
	}

	.footer .school {
		display: block;
		margin-top: 20px
	}

	.footer .link .wp {
		padding: 0
	}

	.footer .wp .copy p {
		font-size: 14px;
	}

	.ul-commonly .con .down dl a,
	.ul-commonly .con .top {
		font-size: 12px
	}

	.ul-commonly li {
		padding: 0;
		margin-right: 25px
	}

	.ul-commonly li:last-child {
		margin-right: 0
	}

	.ul-commonly .con .top {
		padding: 6px 15px 6px 0
	}

	.ul-commonly .con .top em {
		display: none
	}

	.ul-commonly .con .top i {
		width: 10px;
		height: 10px
	}

	.ul-commonly .con .down {
		height: 133px;
		padding: 15px 10px 31px
	}

	.ul-commonly .con .down dl dd {
		width: 33.33%;
		margin-bottom: 5px
	}

	.ul-commonly .con .top:before {
		border-bottom-width: 8px;
		border-right-width: 5px;
		border-left-width: 5px;
		top: -8px
	}

	.ul-commonly {
		margin: 0 15px
	}

	.fd-logo {
		width: 210px
	}

	.fd-logo {
		margin-left: 2px;
	}
}

@media only screen and (max-width:370px) {
	.ul-commonly .con .down dl dd {
		width: 50%;
	}

	.ul-commonly li {
		margin-right: 12px;
	}

	/* .ul-commonly .con .top i {
		width: 8px;
		height: 8px
	} */

	.ul-commonly .con .top {
		padding-right: 10px;
	}
}

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

	.footer .ljjb-pc {

		float: none;
		margin: 0px auto;
	}
}
