/*通用*/
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
dl,
a {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

@font-face {
	font-family: myfont;
}

body,
html {
	background-color: #fff;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	position: relative;
	font-family: "SyBlack", 'DIN Next LT Pro';
	min-width: 1280px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 0;
	display: inline-block;
}

/*头部导航*/
.header {
	width: 100%;
	/*height:72px;*/
	color: #fff;
	background: #0a113d !important;
	font-family: "SyBlackL" !important;
	font-size: 14px;
	height: 54px;
	position: relative;
	top: 0;
	z-index: 1000;
	min-width: 1320px;
	z-index: 9999;
}

.header.fixed {
	position: fixed;
	left: 0;
	top: 0;
}

.header_box {
	min-width: 1280px;
	margin: auto;
	overflow: hidden;
	background: #0a113d !important;

}

.header_nav {
	overflow: hidden;
	float: right;
	/*margin-right:30px;*/
}

.header_nav a {
	color: #fff;
}

.header_nav a:visited {
	color: #fff;
}

.header_nav li {
	float: left;
	padding: 0 30px;
	margin: 0 8px;
	line-height: 54px;
	cursor: pointer;
	transition: background-color .3s ease-in-out;
}

.header_nav li.on {
	background: #0a113d;
	/*background: #2d2d2d url("../images/nav1_bg.png") no-repeat bottom 10px center;*/
	/*opacity: .8;*/
	color: #fff;

}

.header_nav li:hover {
	/*color: #a4a4a4;*/
	opacity: .8;
}

.header_logo {
	width: 120px;
	height: 54px;
	/*margin-right:160px;*/
	background: url("../images/logo.png") no-repeat center center;
	float: left;
	cursor: pointer;
	margin-left: 50px;
}

.search_box {
	width: 146px;
	height: 54px;
	float: right;
	margin-right: 50px;
}

.search_bg {
	width: 144px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	margin-top: 12px;
	position: relative;
	cursor: pointer;
}

.search_bg input {
	background: none;
	border: none;
	outline: none;
	font-size: 12px;
	width: 120px;
	text-indent: 0.6em;

}

.search_bg i {
	position: absolute;
	right: 6px;
	top: 2px;
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/search_icon.png") no-repeat center center;
	cursor: pointer;
}

/*底部导航*/
.footer {
	background: #0a113d;
	width: 100%;
	min-width: 1280px;
	font-size: 14px;
	font-family: 'DIN Next LT Pro', 'SyBlackL' !important;
}

.footer_box {
	width: 1064px;
	margin: auto;
}

.footer_nav {
	overflow: hidden;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 14px;
}

.footer_nav li {
	float: left;
	padding: 0 60px;

	/*2022.8.16更新前*/
	/*border-right: 1px solid #d8d7d8;*/

	/*2022.8.16更新后*/
	border-right: 1px solid #6e7187;

	height: 27px;
	line-height: 27px;
	margin-top: 18px;
	cursor: pointer;
	color: #fff !important;

}

.footer_nav a:nth-child(1) li {
	padding-left: 45px;
	/* padding-right: 40px; */

}

.footer_nav li:hover {
	text-decoration: underline;
	color: #000;
}

.wx,
.wb,
.jd {
	width: 23px !important;
	height: 19px !important;
	background-size: 100% 100% !important;
	position: relative;
	top: 6px;
	margin-right: 20px !important;

}

.jd {
	margin-right: 0 !important;

}

.footer_nav div {
	float: left;
	width: 49px;
	height: 35px;
	cursor: pointer;
	margin: 15px 5px;
	vertical-align: bottom;
}

.footer_nav div:first-of-type {

	background: url("../images/jd.png") no-repeat center center;
	margin-left: 40px;
	background-size: auto 30px;
}

.footer_nav div:nth-of-type(2) {
	background: url("../images/tianmao2.png?v=2") no-repeat 7px center;
	background-size: auto 24px;
}

.footer_nav div:nth-of-type(3) {
	width: 49px;
	height: 35px;
	background: url("../images/douyin2.png?v=2") no-repeat center center;
	background-size: auto 28px;
	margin-bottom: -5px;
}

.footer_nav div:nth-of-type(4) {
	width: 49px;
	height: 35px;
	background: url("../images/wx.png") no-repeat center center;
	background-size: auto 30px;
	margin-bottom: -5px;
}

.footer_nav div:nth-of-type(5) {
	width: 49px;
	height: 35px;
	background: url("../images/wb.png") no-repeat center center;
	background-size: auto 30px;
	margin-bottom: -5px;
}

.footer_copy {

	/*2022.8.18更新后*/
	border-top: 1px solid #6e7187;

	/* min-width: 1280px; */
	text-align: center;
	line-height: 90px;
	color: #fff;

}

.footer_copy span {
	color: #fff !important;
}

.footer_copy i {
	padding-right: 53px;
	background: url("../images/logo1.png") no-repeat center center;
	margin-right: 115px;
	margin-left: 100px;
	font-size: 14px;
}

.footer_copy span:first-of-type {
	margin-right: 110px;
}

.footer_copy span:nth-child(2) {
	margin-right: 140px;
}

.footer_copy .msg span {
	margin-right: 120px !important;
}

.foot_text {
	width: 100%;
	height: 140px;
	color: #fff;
	font-size: 14px !important;
	text-align: center;
	/* padding-top: 46px; */
	margin-top: -10px;
}

.foot_text p img {}

.footer a {
	color: #fff;

}

/*微信二维码*/
.wx_erw {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	position: fixed;
	/*left:50%;*/
	left: 0;
	top: 0;
	/*top:50%;*/
	/*margin-left:-720px;*/
	/*margin-top:-675px;*/
	display: none;
	opacity: 0;
	transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	z-index: 10000;
}

.wx_erw_box {
	width: 375px;
	/*height:494px;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -188px;
	margin-top: -240px;
	background: #fff;
	text-align: center;
}

.wx_erw_box h3 {
	font-family: "SyBlackR";
	font-size: 23px;
	padding-top: 22px;
	padding-bottom: 14px;
}

.wx_erw_box h3 span {
	font-family: "SyBlackL";
}

.wx_erw_box p {
	line-height: 20px;
	font-size: 14px;
	font-family: "SyBlack";
	padding-bottom: 14px;
}

.wx_erw_box img {
	width: 100% !important;
}

.wx_erw_x {
	width: 100px;
	height: 100px;
	background: url("../images/erw_x.png") no-repeat center center;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-left: 187px;
	margin-top: -265px;
	cursor: pointer;
}

/*二级导航*/
.header_nav2 {
	background: #5e647f !important;
	height: 0;
	width: 100%;
	min-width: 1280px;
	position: relative;
}

.header_nav2_p {
	font-family: "DIN Next LT Pro" !important;

}

.header_nav2_p1 {
	width: 160px;
	position: absolute;
	right: 980px;

}

.header_nav2_p2 {
	width: 151px;
	position: absolute;
	right: 850px;
}

.header_nav2_p3 {
	width: 151px;
	position: absolute;
	right: 560px;
}

.header_nav2_p4 {
	width: 140px;
	position: absolute;
	right: 710px;
}

.header_nav2_p5 {
	width: 190px;
	position: absolute;
	right: 280px;
}
.header_nav2_p6{
	width: 120px;
	position: absolute;
	right: 440px;
}

.header_nav2>li {
	text-align: center;
	overflow: hidden;
	transition: all .3s ease-in-out;
	/*height:0;*/

	/*2022.8.18更新后 添加*/
	background: rgba(10, 17, 61, 0.60);
	backdrop-filter: saturate(100%) blur(4px);
}

.header_nav2>li div {
	width: 100%;
	display: inline-block;
	line-height: 50px;
	/*padding:0 50px;*/
	/*width: 100px;*/
	cursor: pointer;
	/*font-family: "DIN Next LT Pro";*/

	/*2022.8.18更新后 注释*/
	/*background: #0a113d;
	 opacity: .61;*/

	height: 50px;
	line-height: 50px;
	text-align: center;
	/* padding-left: 20px; */
}

.header_nav2>li div img {
	display: inline-block;
}

.header_nav2>li div sub {
	font-family: Arial;
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
	transform: scale(0.98);
	-webkit-transform: scale(0.98);
	margin-top: 2px;
	text-indent: 2px;
}

.header_nav2>li div:hover {
	/*2022.8.18更新前*/
	/*opacity: 1;*/

	/*2022.8.18更新后*/
	background: #0a113d;
}

.header_nav2 a {
	color: #fff;
}

/*二级导航固定状态*/
.header_nav2.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}


/*回到顶部*/
/*.return_top{*/
/*width:100%;*/
/*min-width: 1280px;*/
/*height:100px;*/
/*left:0;*/
/*position: fixed;*/
/*bottom:115px;*/
/*display: none;*/
/*}*/
.return_top div {
	width: 80px;
	height: 26px;

	/*2022.08.31更新前 注释*/
	/*margin: 25px;
    margin-right: 0;
    float: right;*/

	/* margin-right: 100px; */
	background: url(../images/return_top3.jpg) no-repeat center center;
	background-size: 100%;
	/* opacity: .8; */
	/* border-radius: 5px; */
	cursor: pointer;
	position: fixed;
	right: 15px;
	bottom: 40px;
}

.return_top div:hover {
	opacity: .8;
}

/*回到顶部end*/

/*搜索固定样式*/
.header_search {
	width: 100%;
	/*height:72px;*/
	min-width: 1280px;
	color: #fff;
	background: #0a113d;
	font-family: "SyBlackL" !important;
	font-size: 14px;
	height: 54px;
	position: fixed;
	z-index: 20;
	left: 0;
	top: -54px;
	transition: top .6s ease-in-out;
	-webkit-transition: top .6s ease-in-out;
	/*height:0;*/

	overflow: hidden;
}

.header_search_box {
	width: 500px;
	height: 54px;
	margin: auto;
	overflow: hidden;
	background: #0a113d;

}

.header_search_box .header_search_x {
	width: 75px;
	height: 54px;
	background: url("../images/search_xx.png") no-repeat center center;
	float: left;
	cursor: pointer;
}

.header_search_box input {
	width: 340px;
	height: 30px;
	background: none;
	/*background: #fff;*/
	font-size: 16px;
	border: none;
	outline: none;
	margin-top: 11px;
	color: #fff;
	/*text-indent: .5em;*/
}

.header_search_run {
	width: 75px;
	height: 54px;
	background: url("../images/search_run.png") no-repeat center center;
	float: right;
	cursor: pointer;
}

.search_bg {
	height: 54px;
	width: 144px;
	border: none;
	background: url("../images/search_run.png") no-repeat 42px center;
	margin-top: 0px;
	position: relative;
	cursor: pointer;
}

.search_bg input {
	display: none;
}


@media screen and (min-width: 2000px) {
	.search_box {
		margin-right: 270px;
	}

	.header_logo {
		margin-left: 200px;
	}

	.header_nav li {
		margin: 0 19px;
	}

	.header_nav {
		/*margin-right: 100px;*/
	}

	.search_bg {
		height: 54px;
		width: 144px;
		border: none;
		background: url(../images/search_run.png) no-repeat 48px center;
		margin-top: 0px;
		position: relative;
		cursor: pointer;
	}

	.header_nav2_p1 {
		width: 160px;
		position: absolute;
		right: 1330px;
	}

	.header_nav2_p2 {
		width: 151px;
		position: absolute;
		right: 1185px;
	}

	.header_nav2_p3 {
		width: 151px;
		position: absolute;
		right: 860px;
	}

	.header_nav2_p4 {
		width: 120px;
		position: absolute;
		right: 1040px;
	}

	.header_nav2_p5 {
		position: absolute;
		right: 540px;
	}
	.header_nav2_p6{
		right: 710px;
	}
}

@media screen and (max-width: 1470px) {

	.header_nav li {
		margin: 0;
	}

	.header_nav2_p1 {
		width: 160px;
		position: absolute;
		right: 870px;
	}

	.header_nav2_p2 {
		width: 151px;
		position: absolute;
		right: 757px;
	}

	.header_nav2_p3 {
		width: 151px;
		position: absolute;
		right: 504px;
	}

	.header_nav2_p4 {
		width: 120px;
		position: absolute;
		right: 647px;
	}

	.header_nav2_p5 {
		position: absolute;
		right: 268px;
	}
	.header_nav2_p6{
		right: 400px;
	}
}

/*搜索固定样式end*/

/*2018.01.04改版*/
.banner3 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 7px;
}

.banner3 li {
	width: 50%;
	float: left;
}

.banner3 li img {
	width: 100%;
	display: block;
}

.banner4 {
	position: relative;
	width: 100%;
	max-height: 1106px;
	/*background: url("../images/vaio0104gif2.gif") no-repeat center top;*/
}

.banner4_bb {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.banner4_bb li {
	width: 24.5%;
	margin-right: .6%;
	float: left;
}

.banner4_bb li img {
	width: 100%;
	display: block;
}

.banner4_zz {
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.5);*/
	position: absolute;
	left: 0;
	top: 0;
}

.banner4_play {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 540px;
	background: url("../images/vaio0104_play.png") no-repeat center center;
	background-size: 400px auto;
}


.xfc_index {
	width: 80px;
	height: 105px;
	position: fixed;
	right: 15px;
	z-index: 999;
	transition: 0.4s;
}

.xfc_jd {
	bottom: 450px;
	background: rgba(0, 0, 0, .4) url("../images/jd2.png") no-repeat;
	background-size: 100%;
}

.xfc_tmall {
	bottom: 330px;
	background: rgba(0, 0, 0, .4) url("../images/tmall.png") no-repeat;
	background-size: 100%;
}

.xfc_qyg {
	bottom: 210px;
	background: rgba(0, 0, 0, .4) url("../images/qiyegou.png") no-repeat;
	background-size: 100%;
}

.xfc_dingzhi {
	bottom: 90px;
	background: rgba(0, 0, 0, .4) url("../images/dingzhi.png") no-repeat;
	background-size: 100%;
}

@media screen and (max-height: 750px) {
	.return_top div {
		width: 100px;
		height: 30px;
	}

	.xfc_index {
		width: 100px;
		height: 35px;
		position: fixed;
		right: 15px;
		z-index: 999;
	}

	.xfc_jd {
		bottom: 380px;
	}

	.xfc_tmall {
		bottom: 300px;
	}

	.xfc_qyg {
		bottom: 220px;
	}

	.xfc_dingzhi {
		bottom: 140px;
	}

	.xfc_index:hover {
		height: 132px;

	}

}

.xfc_index a {
	width: 100%;
	height: 100%;
	display: block;
}

.footer2 {
	background-color: #0a113d;
	padding-top: 70px;
	padding-bottom: 70px;
}

.footer2 img {
	width: 405px;
	margin: 0 auto;
	margin-bottom: 66px;
	display: block;
}

.footer2 p {
	font-size: 18px !important;
	color: #fff;
	text-align: center;
	margin-bottom: 0.3125vw;
}

.seach_options {
	width: 100%;
	height: calc(100vh - 54px);
	position: fixed;
	top: 54px;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	display: none;
	overflow: hidden;
	font-family: 'DIN Next LT Pro', 'SyBlackL' !important;

}

.seach_options_box {
	/* background-color: rgba(red, green, blue, alpha); */
	width: 38%;
	margin: 0 auto;
	position: relative;
	top: -100%;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: top .5s;
	background-color: #fff;
	/* background-color: rgba(10, 17, 61, .8); */


}

.seach_options_box .title {
	font-size: 14px;
	margin-bottom: 14px;
	color: #6e6e73;
	margin-left: 40px;
}

.seach_options_box p {
	/* margin-bottom: 10px; */
	/* font-size: 16px; */
	font-size: 1rem;
	height: 40px;
	line-height: 40px;

}

.seach_options_box a {
	color: #000;
	display: block;
	padding-left: 60px;
	padding-right: 60px;
	letter-spacing: 2px;
}

.seach_options_box p:hover {
	background-color: #0a113d;
	color: #fff !important;
	transition: all .2s;
}

.seach_options_box p a:hover {
	color: #fff !important;
	transition: all .2s;
}

/*2018.07.20添加通用悬浮窗end*/
