* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	color: #333;
	cursor: pointer;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0;
}
em, i {
	font-style: normal;
}
body {
	font-family: Arial, sans-serif;
}
img {
	border: 0;
	vertical-align: middle;
}
.tran {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: #F1F1F1;
}

::-webkit-scrollbar {
 width: 8px;
 background-color: #F1F1F1;
}

::-webkit-scrollbar-thumb {
 background-color: #A8A8A8;
}

::-webkit-scrollbar-thumb:hover {
 background-color: #333333;
}
.container {
	width: 1600px;
	max-width: 94%;
	margin: 0 auto;
}
.header-active {
	background-color: #194d89;
}
header .xymob-head {
	display: none;
}
header .pc-head.header-active .logo img {
	max-height: 70px;
}
header .pc-head {
	width: 100%;
	position: fixed;
	z-index: 1020;
	box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.1);
	transition: transform 0.5s;
}
header .pc-head .wp {
	width: 100%;
}
header .pc-head .logo img {
	margin: 10px 0;
}
header .pc-head .nav .firstul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .pc-head .nav .firstul>li>a {
	color: #fff;
	font-size: 18px;
	margin: 0 30px;
	font-weight: 700;
	display: block;
	line-height: 50px;
}
header .pc-head .header_box .nav .firstul>li:hover>a {
	color: #fff;
}
header .pc-head .header_box1 .nav .firstul>li:hover>a {
	opacity: .8;
}
header .pc-head .nav .firstul>li.active>a {
	font-weight: 700;
}
header .pc-head .nav * {
	transition: unset;
}
header .pc-head .nav .dropdown-menu {
	background: #fff;
	margin: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0;
	padding-top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
header .pc-head .nav .dropdown-menu1 {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
header .pc-head .nav .dropdown-menu::before {
	content: '';
	height: 4px;
	width: 100%;
	background-color: #d96d03;
	display: block;
}
header .pc-head .nav .dropdown-menu .dropdown-item {
	padding: 0;
}
header .pc-head .nav .dropdown-menu .dropdown-item a {
	background: unset;
	padding: 10px 30px;
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-align: center;
	transition: .5s ease !important;
}
header .pc-head .nav .dropdown-menu .dropdown-item a:hover {
	color: #fff;
	background: #1D2088;/*background: linear-gradient(to left, #1c50cc, #0d2c76);*/
}
.pc-head1 {
	/*background:#1d2088;*/
	background: linear-gradient(to left, #4B4EB7, #151774);
	opacity: .9;
	transform: translateY(-110%);
}
.header_box1 .logo img {
	max-height: 70px;
}
.dropdown1 {
	position: relative;
}
.dropdown1 * {
	transition: unset;
}
.dropdown1 .dropdown-menu1 {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	margin: 0;
	padding: 0;
	min-width: 10rem;
}
.dropdown1>div {
	background: url(../pic/righticon.png) no-repeat;
	position: absolute;
	width: 20%;
	height: 10px;
	line-height: 10px;
	right: 0;
	top: 16px;
	background-position: center center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.dropdown1:hover>div {
	background: url(../pic/righticonwhite.png) no-repeat;
	position: absolute;
	width: 20%;
	height: 10px;
	line-height: 10px;
	right: 0;
	top: 16px;
	background-position: center center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.firstul>.nav-item:nth-child(6) .dropdown-menu .dropdown-item a, .firstul>.nav-item:nth-child(9) .dropdown-menu .dropdown-item a {
	padding: 10px 20px;
}
footer .foot {
	background: url(../pic/bgfoot.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
}
footer .foot .footnav h3 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}
footer .foot .footrow {
	justify-content: space-around;
	align-items: center;
}
footer .foot .footnav ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
footer .foot .footnav ul li {
	flex: 0 0 calc((100% - 10px)/3);
	margin-top: 10px;
}
footer .foot .footnav ul li a {
	color: rgba(255, 255, 255, .8);
	font-size: 18px;
}
footer .foot .footimg {
	display: flex;
	justify-content: center;
}
footer .foot .footimg img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
footer .foot .footcontact ul {
	margin: 0;
	padding: 0;
}
footer .foot .footcontact h3 {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
}
footer .foot .footcontact ul li {
	color: rgba(255, 255, 255, .8);
	font-size: 18px;
	margin-bottom: 5px;
}
footer .foot .footcontact ul li:last-child {
	margin-bottom: 0;
}
footer .foot .ewm {
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .foot .ewm .ewmimg {
	width: 110px;
}
footer .foot .ewm .ewmimg img {
	max-width: 100%;
	height: auto;
}
footer .foot .ewm .ewmimg p {
	margin-bottom: 0;
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.copy {
	/*background:#0E1061;*/
	background: linear-gradient(to right, #4B4EB7, #151774);
	color: rgba(255, 255, 255, .8);
	padding: 20px 0;
	text-align: center;
}
.copy span {
	margin: 0 10px;
}
.copy a {
	color: rgba(255, 255, 255, .8);
}
#vsb_content_2 P {
	LINE-HEIGHT: 200%;
	text-indent: 2em;
	font-size: 18px !important;
}
.pc-head-nav {
	margin-top: 30px;
}
.head-menu-top {
	width: auto;
	float: right;
	right: 4%;
	position: absolute;
	height: 30px;
	margin-top: 5px;
}
.head-menu-top-s1 {
	width: auto;
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	background: url(../pic/menu_jg_bg.jpg) right center no-repeat;
}
.head-menu-top-s2 {
	width: auto;
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 20px;
}
.head-menu-search {
	width: auto;
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 20px;
}
.head-menu-search img {
	width: 70%;
}
.head-menu-top a {
	color: #ffffff;
}
.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}
.search-box .search-box-bg {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5)
}
.search-box .search-form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 70px;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	overflow: hidden
}
.search-box .search-form .search-text {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% - 100px);
	border: none;
	padding: 20px 30px;
	font-size: 24px;
	line-height: 30px;
	color: #666;
	box-sizing: border-box
}
.search-box .search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100px;
	height: 70px;
	font-size: 0;
	background: url(../pic/ser.png) center no-repeat #1D2088;
	border: none;
	cursor: pointer
}
.yd-header-search {
	height: 40px;
	border-radius: 0;
	background: #fff;
	position: relative;
	width: 100%;
	margin: 20px auto;
}
.yd-header-search-input {
	font-size: 14px;
	color: #646464;
	height: 40px;
	line-height: 40px;
 padding: 0 .24rem;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border: 0;
	width: calc(100% - 40px)
}
.yd-header-search-btn {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background: url(../pic/ser.png) center no-repeat #1D2088;
	border-radius: 0
}
.dingyou-list-c {
	margin-top: 20px;
	margin-bottom: 30px;
}
.dingyou-list-c ul li {
	list-style: none;
	font-size: 20px;
	height: 90px;
	overflow: hidden;
	line-height: 90px;
	padding-left: 35px;
	border-bottom: 1px solid #dddddd;
	background: url(../pic/newsli_tb.jpg) left center no-repeat;
}
.dingyou-list-c-name {
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dingyou-list-c ul li span {
	float: right;
	color: #999999;
}
.dingyou-list-c ul li a {
	font-weight: 300;
	color: #333;
}
.dingyou-list-c ul li a:hover {
	font-weight: 500;
	color: #1d2088;
}
.swipershubaio {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 3;
	cursor: pointer;
	width: 26px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 3px solid #ffffff;
}
.swipershubaio figure {
	animation: shubiao 1.4s infinite linear;
	text-align: center;
}
.swipershubaio figure img {
	width: 100%;
	height: 100%;
	animation: up 0.7s infinite;
}
@keyframes up {
 to {
 margin-top: 15px;
}
