* {
	padding: 0;
	margin: 0;
	list-style: none;
}
a{
	text-decoration: none;
}

.big_c {
	display: flex;
	background: #0f1b81;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.left_c {
	background: #020518;
	width: 1200px;
	margin: 0 auto;
}

.tit_c {
	display: flex;
	justify-content: space-between;
	background: #0f1b81;
	color: #fff;
}

.tit_icon {
	display: flex;
	justify-content: space-between;
}

.right_c {
	background: #1f35ff
}

.left_c,
.right_c {
	height: 56px;
	line-height: 56px;
}

.t_dh {
	padding-left: 10px;
	font-weight: bold;
	margin-left: 21px;
	position: relative;
}

.t_dh:after {
	content: '';
	width: 600px;
	height: 56px;
	background: #1f35ff;
	border-top-left-radius: 56px;
	border-bottom-left-radius: 56px;
	position: absolute;
	top: 0;
	left: 0;
}

.t_dh img,
.t_dh span {
	position: relative;
	z-index: 2;
}

.t_x {
	display: flex;
	align-items: center;
}

.t_x>img {
	margin-right: 5px;
}

.t_dh.t_x span {
	font-size: 26px;
}

.t_x+.t_x {
	margin-left: 21px;
}

.t_x span a {
	color: #fff !important;
}

.gs_t a {
	color: #c2272d !important;
}

.active {
	color: #1f35ff;
	font-weight: bold;
}

/*nav*/
.nav_wrapper {
	position: relative;
}

.nav_c {
	width: 1200px;
	margin: 0px auto;
}

.nav_logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav_ti {
	font-size: 21px;
	font-weight: bold;
	color: #020518;
	margin-left: 19px;
	line-height: 30px;
}

.nav_t {
	color: #0f1b81;
}

.logo_xt {
	font-size: 16px;
	color: #666;
}

.nav_cc {
	display: flex;
	justify-content: space-between;
	margin-left: 54px;
}

.nav_cc li {
	text-align: center;
	font-size: 16px;
}
.nav_cc li+li{
	margin-left: 40px;
}

.active .nav_line {
	display: block
}

.logo_c {
	display: flex;
	align-items: center;
}

.logo_c img {
	width: 200px;
}

li.active a {
	color: #1f35ff !important;
	font-size: 16px !important;
}

.nav_cc li a {
	color: #020518;
	font-size: 16px;
	width: 64px;
	position: relative;
	height: 154px;
	display: block;
	line-height: 154px;
}

.nav_cc li>a:after {
	content: '';
	width: 64px;
	height: 3px;
	background: #1f35ff;
	position: absolute;
	bottom: 0px;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
}

.nav_cc li.active>a:after,
.nav_cc li:hover>a:after {
	opacity: 1;
}

.erji_menu {
	width: 100%;
	display: none;
	padding: 40px 0px 40px 0px;
	position: absolute;
	left: 0;
	border-top: 2px solid #1857a4;
	background-color: #fff;
	z-index: 999;
	top: 154px;
	;
}

.erjinr {
	margin: 0 auto;
	padding-left: 600px;
	width: 680px;
}

.erjinr1 {
	float: left;
	background: url() no-repeat;
	padding-top: 8px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-right: 70px;
	line-height: 26px !important;
}

.erji_menu a {
	font-size: 13px;
}

.erji_menu .erjinr1 a {
	display: block;
	width: 120px;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999 !important;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #cecece;
	margin-top: 16px;
	font-weight: normal !important;
}

.erjinr2 {
	float: left;
}

.erji_menu .erjinr2 a {
	display: block;
	line-height: 36px;
	height: auto;
	font-size: 14px;
	color: #333 !important;
	width: inherit !important;
	text-align: left;
}

.erjinr21 {
	float: left;
	padding-right: 25px;
	border-right: 1px solid #e9e9e9;
}

.erjinr22 {
	float: left;
	padding-left: 25px;
}

.erjinr3 {
	float: right;
	width: 130px;
	padding-top: 20px;
	padding-bottom: 22px;
	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 20px !important;
	color: #333;
}

.erjinr3 img {
	width: 100px;
}

.erji_menu .erjinr3 a {
	line-height: 30px;
	height: auto;
	font-size: 13px;
}

.erjinr3 span {
	display: block;
	padding-bottom: 3px;
}

.bot {}

.erjinr2 a {
	font-size: 14px !important;
	color: #333;
	font-weight: 100 !important;
}



/* copy */
.page {
	max-width: 1200px;
	margin: 0 auto;
}

.copy_box {
	width: 100%;
	background: #020518;
	font-size: 0;
	min-width: 1200px;
}

.copy_box .copy_ewm {
	display: inline-block;
	vertical-align: top;
}

.copy_box .copy_ewm a {
	background: #0f1b81;
	display: block;
	width: 190px;
	height: 168px;
	text-align: center;
	padding-top: 17px;
}

.copy_box .copy_ewm a img {
	margin-top: 8px;
}

.copy_box .copy_ewm a.erm img {
	width: 80%;
	margin-top: 0px;
}

.copy_box .copy_ewm em {
	background: #fff;
	display: block;
	width: 177px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #db261d;
	height: 45px;
	line-height: 45px;
}

.copy_ewm {
	margin-right: 25px;
}

.copy_ewm ul {
	margin-top: 35px;
}

.copy_ewm li {
	width: 156px;
}

.copy_ewm li+li {
	margin-left: 20px;
}

.copy_ewm li i {
	width: 156px;
	height: 156px;
	padding: 11px;
	background: url(../img/20200325173701_2049761737.png) no-repeat center;
}

.copy_ewm li i img {
	width: 134px;
}

.copy_ewm li p {
	color: #595959;
	margin-top: 10px;
	text-align: center;
}

.copy_ewm li:hover p {
	color: #ccc;
}

.copy_box dl {
	width: 20%;
	height: 443px;
	text-align: center;
	border-left: 1px solid #333;
	position: relative;
	display: inline-block;
	vertical-align: text-top;
	padding-top: 71px;
}

.copy_box dl:before,
.copy_box dl:last-child:after {
	content: '';
	width: 2px;
	height: 12px;
	background: #0f1b81;
	position: absolute;
	top: 72px;
}

.copy_box dl:before {
	left: -1px;
}

.copy_box dl:last-child {
	border-right: 1px solid #333;
}

.copy_box dl:last-child:after {
	right: -1px;
}

.copy_box dt {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 33px;
}

.copy_box dd+dd {
	margin-top: 20px;
}

.copy_box dd a {
	color: #898a92;
	font-size: 16px;
	margin-top: 5px;
}

.copy_box dd a:hover {
	color: #ccc;
}

.copy_bq {
	width: 100%;
	border-top: 1px solid #333;
	height: 75px;
}

.copy_bq_ban {
	margin-left: 25%;
}

.copy_bq>div>div,
.copy_bq>div>div a {
	line-height: 74px;
	color: #898a92;
}

.copy_bq>div a:hover {
	color: #ccc;
}

.copy_bq_le {
	font-size: 14px;
	float: left
}

.erm {
	background: #fff !important
}

/* link */
.link {
	height: 100px;
	min-width: 1200px;
}

.link_le {
	font-size: 0;
	margin: 31px 0;
	border-right: 1px solid #eee;
	padding-right: 21px;
	float: left;
}

.link_le b {
	font-size: 16px;
	color: #666;
	line-height: 100%;
}

.link_le em {
	font-size: 23px;
	display: block;
	color: #272121;
	font-weight: bold;
	line-height: 100%;
}

.link_ri {
	width: 83.5%;
	float: left;
	margin-left: 21px;
	margin-top: 30px;
}

.linkTagcs {
	width: 100% !important;
}

.linkTagcs li a {
	font-size: 14px;
}

.copy_bq_ban.fl {
	font-size: 14px;
	float: left;
	margin-left: 12%;
}

.copy_bq_ro.fr {
	float: right;
	font-size: 14px;
}

.sq_wz {
	float: right;
	margin-top: 42px;
}

.sq_wz a {
	font-size: 16px;
	color: #565656;
}

/*内页产品*/
#bodycon,
#bodycon #center,
#bodycontent {
	box-sizing: border-box;
}

/*search*/
#search {
	padding-top: 39px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.box {}

.seach_l {}

.sch_t {}

.sch_t span {
	color: #333;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}

.sch_t a {
	color: rgba(51, 51, 51, 0.68);
	float: left;
	text-transform: uppercase;
}

.sch_t a+a {
	margin-left: 12px;
}

.sch_t a:hover {
	color: #333;
}

.sch_b {
	display: inline-block;
	width: 36px;
	height: 52px;
	position: relative;
}

#infoname {
	width: 0;
	height: 35px;
	background: none;
	outline: none;
	display: block;
	position: absolute;
	border: 1px solid transparent;
	top: 0;
	right: 36px;
	text-indent: 15px;
	transition: all 0.5s;
}

.sous_img:hover #infoname {
	width: 360px;
	background: #fff;
	border-color: #e4e4e4;
}

.sch_b .z {
	width: 36px;
	height: 52px;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.seach_r {}

.seach_r li {
	float: left;
	text-align: center;
	border: 1px dashed #e8e8e8;
}

.seach_r li+li {
	margin-left: 19px
}

.seach_r li em {
	display: inline-block;
	float: left;
	margin: 9px;
}

.seach_r li em img {
	width: 100px;
}

.seach_r li b {
	display: block;
	margin-top: 17px;
}

.seach_r li p {
	float: right;
	border-left: 1px dashed #e8e8e8;
	width: 120px;
	padding-top: 18px;
	padding-bottom: 28px;
}



.bodycon, .bodycon .center, .bodycontent {
	max-width: 1200px;
	width: 100% !important;
	margin: 0 auto;
}

.mianbxContent {
	max-width: 1200px;
	width: 100%;
	text-align: left;
	padding-left: 40px;
	color: #888;
	background: url(../img/20200819101711_842576018.png) no-repeat left center;
	height: 62px;
	line-height: 62px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 50px;
	font-size: 17px;
}


.pages_box{
	padding: 30px 0;
	text-align: center;
}
.pages_box li{
	display: inline-block;
}
.pages_box li a{
	padding: 5px 10px;
	border: 1px solid #ddd;
}
.pages_box .active a,.pages_box li a:hover{
	background-color: #eee;
}