body,input,div,span,a,i,s,em,ul,li,p,dd,dt,i,h1,h2,h3,h4,h5,h6,img{
	margin: 0;
	padding: 0;
	font-family: "PingFangSC-Regular,MicrosoftYaHei,Heiti SC,Helvetica";
	color: #343434;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	outline: none;
	list-style-type: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
a:active {outline: 0;}
a,button,input {-webkit-tap-highlight-color: rgba(255,0,0,0);}

body{
	width: 100%;
	min-width: 1366px;
	height: auto;
	background: #fff;
	margin: 0 auto;
	overflow: auto;
}
.top {
	width: 100%;
	height: 40px;
	background: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.03);
	margin: 0 auto;
	position: relative;
}
.top-warp {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: space-between;
}
.top-home {
	width: max-content;
	height: 40px;
	padding-left: 16px;
	background: url(../img/common/home.png) no-repeat 0 center;
	background-size: 12px 11px;
	color: #616161;
	font-size: 12px;
	line-height: 40px;
}
.top-nav {
	width: max-content;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-nav a,.top-nav span {
	color: #616161;
	font-size: 12px;
	line-height: 40px;
}
.top-nav span {
	padding: 0 8px;
}
.header {
	width: 100%;
	height: 122px;
	background: #f1f1f1;
	margin: 0 auto;
	position: relative;
}
.header-warp {
	width: 1200px;
	height: 122px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-left {
	width: max-content;
	height: 122px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header-logo {
	display: block;
}
.header-inner {
	width: max-content;
	height: 48px;
	padding-left: 16px;
	margin-left: 16px;
	border-left: 1px solid #cbcbcb;
}
.header-txt1 {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	color: #063d90;
}
.header-txt2 {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.header-right {
	width: max-content;
	height: 122px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header-icon {
	display: block;
}
.header-contact {
	width: max-content;
	height: 51px;
	padding-left: 12px;
}
.header-txt3 {
	color: #616161;
	font-size: 14px;
	line-height: 19px;
}
.header-phone {
	color: #083e91;
	font-size: 27px;
	line-height: 32px;
	font-style: italic;
	font-weight: 600;
}
.nav {
	width: 100%;
	height: 48px;
	background: #083e91;
	margin: 0 auto;
	position: relative;
}
.nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2025;
}
.nav-warp {
	width: 1200px;
	height: 48px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	align-content: center;
}
.nav-warp a {
	display: block;
	width: 200px;
	height: 48px;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	background: #083e91;
	cursor: pointer;
}
.nav-warp a.current,.nav-warp a:hover {
	background: #1963d5;
}
/*banner*/
.banner {
	width: 100%;
	height: 420px;
	background: url(../img/common/banner.png) no-repeat center;
	background-size: 1920px 420px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
/*middle*/
.middle {
	width: 100%;
	height: auto;
	padding: 50px 0;
	background: #fff;
	margin: 0 auto;
	position: relative;
}
.middle-warp {
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
}
.middle-tab {
	width: 260px;
	height: auto;
	position: relative;
	overflow: hidden;
}
.middle-tab-title {
	width: 226px;
	height: 63px;
	padding: 23px 0 35px 34px;
	background: #083e91;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.middle-tab-cn {
	width: 100%;
	height: 45px;
	font-size: 30px;
	line-height: 45px;
	color: #fff;
	font-weight: 600;
}
.middle-tab-en {
	width: 100%;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-family: Arial;
}
.middle-tab-list {
	width: 260px;
	height: auto;
	background: #f6f6f6;
	position: relative;
	margin: 0 auto;
}
.middle-tab-list a {
	display: block;
	width: 200px;
	height: 72px;
	padding-left: 60px;
	background: url(../img/common/point1.png) no-repeat 34px center;
	background-size: 9px 9px;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 14px;
	line-height: 72px;
	cursor: pointer;
}
.middle-tab-list a:last-child {
	border-bottom: none;
}
.middle-tab-list a.on {
	background-image: url(../img/common/point2.png);
	color: #083e91;
}
.middle-inner {
	width: 900px;
	height: auto;
	position: relative;
	overflow: hidden;
}
.middle-box {
	display: none;
}
.middle-title {
	width: 100%;
	height: 24px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #343434;
	font-weight: 600;
	border-bottom: 1px solid #efefef;
	margin: 0 auto;
}
.middle-content {
	width: 900px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 30px auto 0;
}
/*footer*/
.footer {
	width: 100%;
	height: auto;
	background: #121d27;
	margin: 0 auto;
	position: relative;
}
.footer-warp {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 1200px;
	height: 210px;
	padding: 42px 0 48px;
	margin: 0 auto;
	position: relative;
}
.footer-inner1 {
	width: 485px;
	height: 210px;
	position: relative;
}
.footer-tit {
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}
.footer-link {
	width: 304px;
	height: 170px;
	padding-right: 180px;
	position: relative;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footer-link a {
	display: block;
	width: 152px;
	height: 40px;
	color: #f2f2f2;
	font-size: 14px;
	line-height: 40px;
}
.footer-inner2 {
	width: 516px;
	height: 210px;
	position: relative;
}
.footer-list {
	width: 100%;
	height: 170px;
	position: relative;
}
.footer-list li {
	display: block;
	width: 100%;
	height: 40px;
	color: #f2f2f2;
	font-size: 14px;
	line-height: 40px;
}
.footer-inner3 {
	width: 200px;
	height: 210px;
	position: relative;
}
.footer-code {
	display: block;
}
.footer-text {
	width: 100%;
	height: 78px;
	border-top: 1px solid #3f4850;
	background: #121d27;
	color: #fff;
	font-size: 14px;
	line-height: 78px;
	text-align: center;
	margin: 0 auto;
}
.footer-text a {
	color: #fff;
	font-size: 14px;
	line-height: 78px;
}
/*toast*/
body .toast_prompt {
	display: block;
	width: auto;
	padding: 0 20px;
	height: 40px;
	background-color: rgba(0,0,0,0.6);
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	position: fixed;
	z-index: 100000;
}
