.top-nav {
	width: 1250px;
	height: 30px;
	margin: 0 auto;
}

.gupiao{
	line-height: 30px;
	color: #9e9e9e;
	margin-left: 26px;
}

.search-box {
	width: 195px;
	height: 30px;
	position: relative;
	background: rgba(242,242,242,1);
}

.search-box input {
	width: 195px;
	height: 30px;
	background-color: transparent;
	outline: none;
	border: none;
	box-sizing: border-box;
	padding-left: 5px;
	font-size: 14px;
}

.search-btn {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 6px;
	top: 7px;
}

header {
	box-sizing: border-box;
	min-width: 1170px;
	background-color: #fff;
}

.functional-box {
	padding-right: 20px;
	font-size: 14px;
	color: #515356;
	margin-left: 30px;
}

.functional-box > span {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	margin-top: 8px;
	text-align: center;
	box-sizing: border-box;
	padding-bottom: 4px;
}

.how-to-buy {
	border-right: 1px solid #515356;
	padding-right: 10px;
}

.emergency {
	padding-left: 10px;
}

.heng-line {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #EEEEEE;
}

.logo-img {
	height: 90px;
	box-sizing: border-box;
	padding: 8px;
}

.logo-img img {
	height: 100%;
}

.nav {
	width: 1252px;
	height: 93px;
	margin: 0 auto;
	position: relative;
}

/*.nav-bar {*/
	/*margin-right: -50px;*/
/*}*/

.nav-bar li {
	float: left;
	text-align: center;
	letter-spacing: 0.95px;
	color: #333333;
	font-size: 14px;
	box-sizing: border-box;
}

.nav-bar .nav-items {
	height: 90px;
	line-height: 90px;
	padding: 0 18px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 16px;
}

.nav-bar > li.active {
	border-bottom: 3px solid #2550DC!important;
}

.nav-bar .active,
.nav-bar > li:hover {
	background-color: #ffffff;
}

.nav-bar > li:hover {
	border-bottom: 3px solid #2550DC;
}

.nav-bar > li:hover > a {
	color: #2550DC;
}

.specail {
	padding: 0px 0px 0px 20px!important;
}

.quick > a::after {
	background: url(../images/icon-quick-nav.png) no-repeat;
	content: '';
	height: 10px;
	position: absolute;
	width: 12px;
	position: absolute;
	right: 3px;
	top: 40.4px;
}

input::-webkit-search-cancel-button {
	display: none;
}

input[type=search]::-ms-clear {
	display: none;
}
/* .active{
    border-bottom: 2px solid #2550DC;
} */
.telphone {
	position: relative;
}

.telphone img {
	width: 108px;
	height: 18px;
	margin-top: -2px;
	margin-left: 3px;
	margin-right: 16px;
}

.word-tel {
	position: absolute;
	left: 5px;
	top: -2px;
	width: 108px;
	height: 18px!important;
	line-height: 18px!important;
	text-align: center;
	color: #FFB400;
	font-size: 14px;
	margin-top: 0px!important;
}

.hong-qi {
	vertical-align: -1px!important;
	margin-right: -2px;
}

.hong-qi img {
	width: 15px;
}

.down-arrow {
	vertical-align: 2px;
}

.search-img {
	width: 15px;
	height: 16px;
}

.brum > span > a {
	color: #333333;
	text-decoration: none;
}

.brum > span > a:hover {
	color: #2550DC;
	cursor: pointer;
}

.curser {
	cursor: pointer;
}

.functional-box a {
	color: #333333;
	text-decoration: none;
}

.search-box:hover img {
	color: #2550DC;
}

.subnav {
	display: flex;
	position: absolute;
	z-index: 9;
	background: #fff;
	padding: 38px 10px;
	transition: all .2s;
	height: auto;
	opacity: 0;
	pointer-events: none;
	box-shadow: 0px 4px 7px 0px rgba(155,155,155,0.5);
	border-top: 1px solid #EEEEEE;
	visibility: hidden;
}
@media screen and (max-width: 1440px) {
	.subnav {
			max-height: 357px;
			overflow-y: auto;
	}
}

.nav-bar li:hover .subnav {
	margin-top: 3px;
	visibility: visible;
	opacity: 1;
	pointer-events: visible;
}

.topnav_main {
	flex: 1;
	margin-left: 2px;
	min-height: 280px;
	overflow-y: auto;
}

.topnav_side {
	width: 188px;
	overflow: hidden;
}

.topnav_side li {
	height: auto;
	line-height: 1;
	padding-left: 20px;
	padding-right: 20px;
	float: none;
	text-align: left;
	margin-bottom: 22px;
}

.topnav_side .active a,
.topnav_side li:hover a {
	color: #2550DC;
}

.topnav_side .active {
	background: url(../images/side-arrow.png) no-repeat 170px 50%;
	border: none!important;
}

.topnav_side a {
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	cursor: pointer;
}

.topnav_main > div {
	min-width: 100px;
}

.topnav_main .items {
	width: 180px;
	float: left;
	margin-left: 42px;
}

.topnav_main dl {
	margin-bottom: 25px;
}

.topnav_main dd,
.topnav_main dt {
	text-align: left;
}

.topnav_main dd {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}

.topnav_main dt {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 20px;
}

.topnav_main dt a:hover {
	color: #2550DC;
}

.nav-bar > li:nth-child(2) .topnav_main {
	border-left: 1px solid #EEEEEE;
}

.nav-bar > li:nth-child(3) .topnav_main {
	border-left: 1px solid #EEEEEE;
}

.quick .subnav,.quick1 .subnav {
	left: 8px;
	top: 90px;
	right: 24px;
	width: 1210px;
}

.nation-change {
	position: relative;
}

.nation-change > ul {
	box-shadow: 0px 0px 7px 0px rgba(155,155,155,0.5);
	background: #fff;
	transition: all .2s;
	opacity: 0;
	/*padding: 15px 34px;*/
	padding: 15px 5px;
	z-index: 9;
	position: absolute;
	pointer-events: none;
	top: 18px;
	width: 100px;
}

.nation-change > ul > li:first-child a {
	color: #2550DC;
}

.nation-change:hover > span {
	color: #2550DC;
}

.nation-change:hover > ul {
	margin-top: 0;
	opacity: 1;
	pointer-events: visible;
}

.nation-change a {
	font-size: 14px;
	line-height: 30px;
}

.nation-change a:hover {
	color: #2550DC;
}

a {
	outline: 0;
	text-decoration: none;
	color: #333333;
}

.share-box {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 40px;
	z-index: 10000;
}

.share-box a {
	display: flex;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(127,142,168,1);
	box-sizing: border-box;
	margin-bottom: 5px;
	cursor: pointer;
	text-decoration: none;
	justify-content: center;
	align-items: center;
}

.go-to-top {
	position: absolute;
	left: 0px;
	bottom: -65px;
}

.go-to-top img {
	width: 34px;
	height: 34px;
}

.share-box > a:hover {
	background-color: #2550DC;
}

.phone-pop {
	position: absolute;
	right: 43px;
	bottom: 4px;
	width: 180px;
	background-color: rgba(247,248,250,1);
}

.phone-pop div {
	width: 100%;
	line-height: 30px;
	text-align: left;
	box-sizing: border-box;
	font-size: 12px;
	padding-left: 10px;
	color: #333333;
}

.phone-pop div:first-child {
	color: #000000;
}

.h-line {
	width: 100%;
	height: 0px;
	border: 1px solid #E5E5E5;
	display: block;
}

.email {
	color: #4e831b;
	text-decoration: underline;
}

.erweima-pop {
	position: absolute;
	left: -124px;
	top: 0px;
	width: 120px;
	background-color: rgba(247,248,250,1);
	color: #333333;
	font-size: 14px;
}

.show-box {
	width: 120px;
	height: 120px;
	height: auto;
	box-sizing: border-box;
	padding: 5px;
}

.show-box img {
	width: 100%;
	height: 100%;
}

.show-word {
	width: 100%;
	line-height: 22px;
	text-align: center;
	margin-bottom: 10px;
}

#doyoo_panel {
	width: 80px!important;
	height: 80px!important;
}

#doyoo_panel div.doyoo_pan_icon_inner {
	background-size: 100% 100%;
	width: 80px!important;
}

.subnav .base,
.subnav .major,
.subnav .core,
.subnav .yw,
.subnav .sj,
.subnav .xc,
.subnav .pr,
.subnav .hangye {
	display: none;
}

.commonBoxShadow {
	box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.08)!important;
}

.search-top-index-box {
	position: absolute;
	left: 0px;
	top: 31px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 7px 0px rgba(155,155,155,0.5);
	width: 100%;
	z-index: 9999;
	padding: 17px 0px 7px 0px;
}

.search-top-index-box div {
	width: 84%;
	height: 20px;
	line-height: 20px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 26px;
	margin-bottom: 10px;
	transition: all 200ms;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}

.search-top-index-box div:hover {
	color: rgba(37,80,220,1);
}

/*<!-- 导航优化3.1 _->*/
.nav-eatra  {
	margin-left: 145px;
	/* margin-right: 145px; */
}