* {
	padding: 0;
	margin: 0;
/*	font-size: 12px;*/
	font-family: "microsoft yahei";
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	display: block;
}

.box {
	min-width: 1320px;
	margin: 0 auto;
	height: auto;
}

.nav {
	width: 100%;
	height: 187px;
	background: url(../img/bg.jpg) no-repeat top center;
	background-size: 100% 100%;
}

.nav .logo {
	width: 1320px;
	margin: 0 auto;
	height: 110px;
	padding-top: 38px;
}

.nav .logo img {
	width: 1188px;
	height: 110px;
}

.menu {
	width: 100%;
	height: 50px;
	background: #ffffff;
	border-bottom: solid 2px #162582;
}

.menu-t {
	width: 1320px;
	height: 50px;
	margin: 0 auto;
}

.menu-left {
	width: 89%;
	float: left;
	height: 50px;
}

.menu-container {
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.menu-item {
	position: relative;
	flex: 1;
	text-align: center;
	transition: all 0.3s ease;
	color: #333333;
}

.menu-item>a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
	font-size: 16px;
	transition: background 0.3s;
	position: relative;
}


/* 下拉菜单样式 */

.submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	overflow: hidden;
	z-index: 9999;
	animation: fadeIn 0.3s ease-out;
}

.submenu a {
	display: block;
	padding: 14px 10px;
	font-size: 13px;
	height: 49px;
	color: #162582;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	transition: all 0.2s;
}

.submenu a:last-child {
	border-bottom: none;
	height: 49px;
}

.submenu a:hover {
	display: block;
	background: #f8f9fa;
	color: #162582;
	font-size: 14px;
	height: 50px;
	padding: 14px 0 13px 12px;
}


/* 悬停效果 */

.menu-item:hover>a,
.submenu:hover+a,

/* 当二级菜单悬停时改变一级菜单文字 */

.menu-item:hover>a:after {
	color: #fff;
	/* 纯白色 */
	border-top-color: #fff;
	/* 箭头颜色同步改变 */
}

.menu-item:hover>a {
	background: #162582;
}

.menu-item:hover .submenu {
	display: block;
}


/* 动画 */

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.menu-right {
	width: 10%;
	float: right;
}

.menu-dl {
	width: 50%;
	margin: 0 auto;
	height: 30px;
	padding-top: 10px;
}

.menu-dl a {
	width: 100%;
	height: 28px;
	border: solid 1px #bcbcbc;
	background: #f2f2f2;
	display: block;
	color: #162582;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	border-radius: 5px;
}

.menu-dl a:hover {
	background: #162582;
	color: #FFFFFF;
	line-height: 28px;
	border: solid 1px #162582;
	font-size: 14px;
}

.banner {
	width: 100%;
	clear: both;
	margin: 0 auto;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.slide_container {
	position: relative;
	width: 100%;
}

.slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: 600px;
	width: 100%;
	border: 0;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../img/themes.gif") no-repeat left top;
	margin-top: -45px;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.row {
	width: 1320px;
	height: 410px;
	margin: 20px auto;
}

.row-left {
	width: 580px;
	height: 410px;
	float: left;
}

.focus {
	position: relative;
	width: 580px;
	height: 410px;
	margin: 0 auto;
}

.focus img {
	width: 580px;
	height: 410px;
}

.focus .btn {
	position: absolute;
	bottom: 34px;
	overflow: hidden;
	zoom: 1;
}

.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}

.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}

.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}

.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
	display: block;
	text-align: left;
}

.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
}

.focus .fcon img {
	display: block;
}

.focus .fbg {
	bottom: 13px;
	right: 10px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
}

.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}

.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
	background: #fc114a;
}

.focus .D1fBt img {
	display: none
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}

.focus .prev,
.focus .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(../img/focus_btn.png) no-repeat;
}

.focus .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position: 0 -74px;
	cursor: pointer;
}

.focus .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position: -40px -74px;
	cursor: pointer;
}

.focus .prev:hover {
	background-position: 0 0;
}

.focus .next:hover {
	background-position: -40px 0;
}

.row-right {
	height: 410px;
	float: right;
	width: 720px;
	border: solid 1px #dcdcdd;
}

.row-rt {
	width: 98%;
	height: 76px;
	margin: 0 auto;
	background: url(../img/line.jpg) repeat-x;
}

.row-rt label {
	min-width: 150px;
	cursor: pointer;
	text-align: center;
	float: left;
	height: 46px;
	background: #e5e5e5;
	color: #333333;
	overfloe: hidden;
	line-height: 46px;
	font-size: 18px;
	margin: 15px 0 0 20px;
}

.row-rt .selected1 {
	min-width: 150px;
	color: #fff;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	background: #162582;
}

.selected1 a:link {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.selected1 a:visited {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.selected1 a:hover {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.selected1 a:active {
	font-size: 18px;
	color: #fff;
}

.close-link1 a:link {
	font-size: 18px;
	color: #222222;
	text-decoration: none;
}

.close-link1 a:visited {
	font-size: 18px;
	color: #222222;
	text-decoration: none;
}

.close-link1 a:hover {
	font-size: 18px;
	color: #222222;
	text-decoration: none;
}

.close-link1 a:active {
	font-size: 18px;
	color: #222222;
}

.row-rb {
	width: 94%;
	clear: both;
	margin: 3px auto 0 auto;
}

.row-rb ul li {
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	padding-left: 20px;
}

.row-rb ul li a {
	color: #333333;
	font-size: 16px;
}

.listui li {
	height: 35px;
	background: url(../img/icon.png) no-repeat center left;
}

.sit1 {
	width: 1320px;
	margin: 0 auto;
	clear: both;
	height: 110px;
}

.sit1 img {
	width: 100%;
	height: 110px;
}

.row1 {
	width: 1320px;
	clear: both;
	height: 790px;
	margin: 20px auto;
}

.row1-left {
	height: 790px;
	border: solid 1px #dcdcdd;
	width: 842px;
	float: left;
}

.row1-lt {
	width: 96%;
	clear: both;
	margin: 0 auto;
	height: 61px;
	padding-top: 15px;
	background: url(../img/line.jpg) repeat-x;
}

.row1-lt a {
	display: block;
	color: #FFFFFF;
	background: #162582;
	height: 46px;
	text-align: center;
	margin-left: 20px;
	width: 150px;
	font-size: 18px;
	line-height: 46px;
}

.row1-list {
	width: 96%;
	clear: both;
	margin: 15px auto 5px;
}

.row1-list ul li {
	line-height: 35px;
	padding-left: 20px;
}

.row1-list ul li a {
	font-size: 16px;
	color: #333333;
}

.listui1 li {
	height: 35px;
	background: url(../img/icon1.png) no-repeat center left;
}

.row1-right {
	width: 458px;
	height: 790px;
	border: solid 1px #dcdcdd;
	float: right;
}

.row1-rt {
	width: 100%;
	height: 58px;
	background: #f5f5f5;
	text-align: center;
	line-height: 58px;
	color: #162582;
	font-size: 18px;
}

.row1-rt a {
	color: #162582;
	font-size: 18px;
}

.row1-rb {
	width: 430px;
	clear: both;
	margin: 15px auto;
	height: 174px;
}

.row2 {
	width: 1320px;
	clear: both;
	height: 528px;
	margin: 20px auto;
}

.row2-left {
	height: 528px;
	border: solid 1px #dcdcdd;
	width: 842px;
	float: left;
}

.row2-lt {
	width: 96%;
	clear: both;
	margin: 0 auto;
	height: 61px;
	padding-top: 15px;
	background: url(../img/line.jpg) repeat-x;
}

.row2-lt a {
	display: block;
	color: #FFFFFF;
	background: #162582;
	height: 46px;
	text-align: center;
	margin-left: 20px;
	width: 150px;
	font-size: 18px;
	line-height: 46px;
}

.row2-right {
	width: 458px;
	height: 528px;
	border: solid 1px #dcdcdd;
	float: right;
}

.row2-rt {
	width: 100%;
	height: 58px;
	background: #f5f5f5;
	text-align: center;
	line-height: 58px;
	color: #162582;
	font-size: 18px;
}

.row2-rt a {
	color: #162582;
	font-size: 18px;
}

.row2-rb {
	width: 430px;
	clear: both;
	margin: 15px auto;
	height: 174px;
}

#marqueeblock {
	width: 98%;
	height: 300px;
	overflow: hidden;
	margin: 20px auto 0;
}

.marqueeblock_ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.marqueeblock_ul li {
	float: left;
	display: block;
	width: 210px;
	height: 300px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}

.marqueeblock_ul li a {
	font-size: 16px;
	color: #333333;
}

.row3 {
	width: 1320px;
	clear: both;
	margin: 0 auto 20px;
	border: solid 1px #BCBCBC;
	height: 348px;
}

.row3-t {
	width: 96%;
	height: 76px;
	margin: 0 auto;
	background: url(../img/line.jpg) repeat-x;
}

.row3-t #hhh {
	width: 150px;
	height: 46px;
	margin: 15px;
	float: left;
	background: #162582;
	color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	font-weight: normal;
}

.row3-t #hhh a{
	color: #FFFFFF;
	font-size: 18px;
}

.row3-b {
	width: 98%;
	margin: 0 auto;
	height: 240px;
}

.row3-b ul {
	width: 100%;
}

.row3-b ul li {
	width: 16.6%;
	float: left;
	text-align: center;
	margin: 0 auto;
}

.row3-b ul li img {
	width: 188px;
	height: 240px;
	margin: 0 auto;
}

.row4 {
	width: 1320px;
	height: 276px;
	margin: 0 auto 20px;
	clear: both;
}

.row4-left {
	width: 380px;
	float: left;
	height: 274px;
	border: solid 1px #BCBCBC;
}

.row4-lt {
	width: 96%;
	height: 76px;
	margin: 0 auto;
	background: url(../img/line.jpg) repeat-x;
}

.row4-lt h2 {
	width: 150px;
	height: 46px;
	margin: 15px;
	float: left;
	background: #162582;
	color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	font-weight: normal;
}

.row4-lb {
	width: 90%;
	clear: both;
	margin: 0 auto;
	padding-top: 6px;
}

.row4-lbt {
	width: 100%;
	height: 60px;
}

.custom-select {
	width: 230px;
	padding: 10px;
	border: 2px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	/* 移除默认箭头 */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	/* 添加自定义箭头 */
	background-image: url(../img/dian.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.custom-select:focus {
	outline: none;
	border-color: #007bff;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.row4-right {
	width: 920px;
	float: right;
	height: 274px;
	border: solid 1px #BCBCBC;
}

.row4-rt {
	width: 96%;
	height: 76px;
	margin: 0 auto;
	background: url(../img/line.jpg) repeat-x;
}

.row4-rt h2 {
	width: 200px;
	height: 46px;
	margin: 15px;
	float: left;
	background: #162582;
	color: #FFFFFF;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	font-weight: normal;
}

.row4-rb {
	width: 96%;
	clear: both;
	margin: 0 auto;
}

.row4-rb ul li {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

.row4-rb ul li img {
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.footer {
	width: 100%;
	background: #162582;
	margin: 0 auto;
	height: 100px;
}

.footer #ppp {
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 15px;
}

.footer #ppp a {
	font-size: 16px;
	color: #FFFFFF;
}

.footerlink {
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

.kong15 {
	width: 100%;
	clear: both;
	height: 15px;
	display: block;
	margin: auto;
}