@font-face {
	font-family: "Kumbh Sans Light_mianfeiziti.com";
	src: url("/assets/fonts/Kumbh Sans Light_mianfeiziti.com.woff2") format("woff2"),
		url("/assets/fonts/Kumbh Sans Light_mianfeiziti.com.woff") format("woff"),
		url("/assets/fonts/Kumbh Sans Light_mianfeiziti.com.ttf") format("truetype"),
		url("/assets/fonts/Kumbh Sans Light_mianfeiziti.com.eot") format("embedded-opentype"),
		url("/assets/fonts/Kumbh Sans Light_mianfeiziti.com.svg") format("svg");
}


@font-face {
	font-family: "AlibabaSans-Heavy";
	src: url("/assets/fonts/AlibabaSans-Heavy.woff2") format("woff2"),
		url("/assets/fonts/AlibabaSans-Heavy.woff") format("woff"),
		url("/assets/fonts/AlibabaSans-Heavy.ttf") format("truetype"),
		url("/assets/fonts/AlibabaSans-Heavy.eot") format("embedded-opentype"),
		url("/assets/fonts/AlibabaSans-Heavy.svg") format("svg");
}

* {
	margin: 0;
	padding: 0;
}

input {
	outline: none;
}

.click {
	cursor: pointer;
}

li {
	list-style: none;
}

.w {
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 4%;
	overflow: hidden;
}

.navbar-default {
	background: rgba(0, 0, 0, 0.3) !important;
	border: none !important;
}

.nav_w {
	position: relative;
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 4%;
}

.nav_w .container-fluid {
	padding-right: 0;
	width: 100%;
	z-index: 999;
	padding: 0;
}

.right_icon {
	float: right;
	line-height: 90px;
}

.right_icon ul li {
	float: left;
	margin: 0 10px;
}

.right_icon ul li a {
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}

.right_icon ul li a img {
	height: 32px;
	margin-top: -3px;
}

.right_icon ul .cn_language {
	display: none;
}

.carousel-inner .item img {
	animation: slideanim 10s infinite;
}

@keyframes slideanim {
	100% {
		transform: scale(1.1);
	}
}

header .rightnav .navbar-right li .zyflg .add_more {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 15px;
}

header .navbar-header {
	margin: 0 !important;
}

header .navbar-header .navbar-brand {
	padding: 0;
}

header .rightnav {
	position: relative;
	margin-left: 10% !important;
	width: 60%;
	float: left;
}

header .rightnav .dropdownlist:hover {
	display: block;
}

header .rightnav a {
	color: #fff;
	font-size: 16px;
}

header .rightnav .navbar-right {
	width: 100%;
	line-height: 36px;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header .rightnav .navbar-right .active {
	color: #fff;
}

header .rightnav .navbar-right li .tk a {
	color: #333;
}

header .rightnav .navbar-right li {
	line-height: 90px;
	cursor: pointer;
	text-align: center;
}

header .rightnav .navbar-right li .icodp {
	font-weight: bold;
	color: #fff;
}

header .rightnav .navbar-right li:hover {
	color: #333;
}

.navbar .nav_w .container-fluid>.navbar-header {
	width: 23%;
}

.navbar {
	margin: 0 !important;
	padding: 0;
}

.xmban,
.xmban img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.xmban::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00000042;
}

.log {
	margin-top: 20px;
}

.log img {
	width: 100%;
	margin-top: 10px;
}

.zyflg .nav_t:hover {
	color: #17479e;
	font-weight: bold;
}

.active .zyflg .nav_t {
	color: #17479e;
	font-weight: bold;
}

#cd-primary-nav .has-children>ul {
	opacity: 0;
	transition: all 0.5s;
	border-top: 1px solid #e6e6e6;
}

#cd-primary-nav .has-children:hover>ul {
	opacity: 1;
	visibility: visible;
}

.logs {
	display: none;
}


/*次页面包屑导航 开始*/

.header_bott {
	text-align: left;
	width: 100%;
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}

.header_bott .sumary {
	line-height: 80px;
	color: #000;
	padding-right: 20px;
	border-right: 1px solid #e5e5e5;
	font-size: 16px;
	display: inline-block;
	font-weight: bold;
}

.header_bott .sumary:hover {
	color: #17479e;
}

.header_bott .list {
	display: inline-block;
}

.header_bott ul {
	margin: 0;
}

.header_bott ul li {
	display: inline-block;
	margin: 0px 15px;
}

.header_bott ul li a {
	line-height: 81px;
	display: block;
	position: relative;
	color: #666;
	font-weight: 300;
}

.a_active {
	color: #17479e !important;
}

.header_bott li a::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #17479e;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 250ms ease 0s;
	transition: all 250ms ease 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header_bott li:hover a::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header_bott li.cur {
	color: #17479e;
}

.header_bott li.cur a::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


/*次页面包屑导航 结束*/


/* 次页大标题 开始 */

.js_tit {
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}

.js_tit h1 {
	font-size: 42px;
	color: #000;
	margin: 0 0 10px;
	font-weight: normal;
}

.line {
	width: 40px;
	height: 5px;
	background: #17479e;
	float: left;
	margin-top: 20px;
}


/* 次页大标题 结束 */


/* 右侧悬浮 开始*/

.floating_ck {
	position: fixed;
	right: 0px;
	top: 43%;
	z-index: 99;
}

.floating_ck dl dd {
	position: relative;
	width: 55px;
	height: 55px;
	background-color: #17479e;
	border-top: solid 1px #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 45%;
	cursor: pointer;
}

.floating_ck dl dd:hover {
	background-color: #333333;
	border-top: solid 1px #fff;
}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.quote {
	background-image: url(/assets/image/kficon.png);
}

.qrcord {
	background-image: url(/assets/image/erweima.png);
}

.qrcorda {
	background-image: url(/assets/image/erweimawx.png);
}

.return {
	background-image: url(/assets/image/fanhui.png);
}

.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 42px;
	font-size: 11px;
}

.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	width: 160px;
	height: 75px;
	background-color: #333333;
	border-bottom: solid 1px #333333;
	display: none;
	padding: 15px 0px;
}

.floating_left a {
	color: #fff;
	line-height: 23px;
	font-size: 16px;
	font-weight: 300;
}

.floating_ewm {
	height: 195px;
	top: -68px;
}

.floating_ewm i {
	background-image: url(/assets/image/ewm.png);
	display: block;
	width: 144px;
	height: 144px;
	margin: auto;
	margin-top: 0px;
	background-size: 100%;
}

/* 
.floating_ewm img {
	background-image: url(/assets/image/kfwe2.jpg);
	display: block;
	width: 130px;
	height: 130px;
	margin: auto;
	margin-top: 10px;
	background-size: 100%;
} */

.floating_ewm p {
	color: #fff;
	margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

.floating_ewm .qrcord_p02 {
	font-size: 18px;
}


/*右侧tip自定义样式  */

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}

@media screen and (max-width: 1024px) {
	#fp-nav {
		display: none;
	}

	.has-children>a>span {
		font-size: 12px !important;
		position: relative !important;
		margin: 0 !important;
	}
}

@media screen and (min-width: 1024px) {
	.has-children .active {
		color: #17479e !important;
		position: relative;
	}
}


/* header 左侧导航 */

.wrap {
	width: 48%;
	position: absolute;
	z-index: 9999;
}

.short {
	transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateX(-102%);
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	z-index: 10;
	background-color: #fff;
	box-shadow: 5px 0px 5px #00000040;
}

.short.active {
	transform: translateX(0px);
}

.navlist {
	position: absolute;
	left: 8%;
	top: 28px;
}

.active .close {
	position: absolute;
	top: 50%;
	right: -33px;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
	background-color: #ebf0f0;
	padding: 20px;
	border-radius: 50%;
	transform: translateY(-50%) rotate(0);
	transition: all 0.5s;
}

.short .close span {
	font-size: 26px;
	color: #333;
}

.short .close:hover {
	opacity: 1;
	transform: translateY(-50%) rotate(-90deg);
	background-color: #dae0e0;
}

.shortlist {
	padding: 0 30px;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-color: #DCE0E1 transparent;
	scrollbar-width: thin;
}

.shortlist ul>h3 {
	font-size: 24px;
	border-bottom: 1px solid #dedede;
	margin: 20px 0px 10px;
	padding-bottom: 8px;
}

.shortlist ul>h3 a {
	color: #000;
	transition: all 0.5s;
}

.shortlist ul {
	width: 100%;
	overflow: hidden;
}

.shortlist ul li {
	float: left;
	width: 33%;
}

.shortlist ul li a {
	color: #4d4d4d;
	display: inline-block;
	margin: 2px 0;
	transition: all 0.5s;
	font-weight: 300;
}

.shortlist ul li a:hover,
.shortlist ul>h3 a:hover {
	color: #17479e;
}

.nav_icon {
	width: 46px;
}

.nav_icon:hover {
	cursor: pointer;
}

.search a {
	width: 160px;
	display: block;
	position: relative;
	line-height: 42px;
	height: 42px;
	border-radius: 30px;
	background: rgba(0, 0, 0, .1);
	color: #b7b4b4;
	padding: 0 20px;
	border: 1px solid #ffffff5c;
}

@media only screen and (max-width: 768px) {
	.wrap {
		width: 100%;
		position: absolute;
		z-index: 9999;
	}

	.navlist {
		height: 20px;
		left: 11px;
		top: 3px;
	}

	.short img.close {
		width: 24px;
		height: auto;
		position: absolute;
		top: 35px;
		left: 23px;
		opacity: 10 !important;
	}

	.shortlist {
		padding: 20px;
	}

	.shortlist ul>h3 {
		margin: 10px 0;
	}

	.active .close {
		top: 0;
		right: 0;
		cursor: pointer;
		background-color: transparent;
		transform: translateY(0%) rotate(0);
	}
}


/* 搜索开始 */

#search_box {
	left: 50%;
	top: 90px;
	position: absolute;
	width: 80%;
	z-index: 9999;
	margin: 0px auto;
	transform: translateX(-50%);
	color: rgb(102, 102, 102);
}

#search_box form input {
	width: 87%;
	height: 46px;
	padding: 0 15px;
	border: 1px solid #e7e7e7;
	outline: none;
	margin-top: 2px;
}

#search_box form button {
	width: 12%;
	background: #17479e;
	color: #fff;
	border: none;
	outline: none;
	height: 46px;
	margin-left: -5px;
	font-size: 17px;
	font-weight: 300;
}


/* 搜索结束 */


/* footer开始 */

.footer {
	width: 100%;
	overflow: hidden;
	padding: 100px 0px 70px;
	background: #214090;
}

.footer>.w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer .w ul>h3 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
	font-weight: bold;
}

.footer .w ul li {
	color: #fff;
	margin: 7px 0;
	font-weight: 300;
	font-size: 15px;
}

.sj {
	padding-left: 45px;
}

.footer .w ul li a {
	color: #fff;
	transition: all 0.3s;
}

.footer .w ul li .iconfont {
	font-size: 22px;
	margin-right: 5px;
}

.footer .w ul li a:hover {
	color: #c7c7c7;
}

.copyright {
	width: 100%;
	overflow: hidden;
	padding: 22px 0;
	background: #1a316b;
	font-weight: 300;
}

.copyright .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.copyright .w .copyright_left {
	width: 60%;
	float: left;
}

.copyright .w .copyright_left span {
	color: #fff;
	width: 100%;
	float: left;
}

.copyright .w .copyright_left span a {
	color: #fff;
}

.copyright .w .copyright_right {
	width: 40%;
	float: right;
	text-align: right;
}

.copyright .w .copyright_right a {
	margin: 6px;
}

.copyright .w .copyright_right a img {
	width: 28px;
	transition: all 0.5s;
}

.copyright .w .copyright_right a img:hover {
	margin-top: -2px;
	transition: all 0.5s;
}

.arrow {
	border: 9px solid transparent;
	border-bottom-color: #fff;
	width: 0px;
	height: 0px;
	top: 0px;
	transition: all 0.5s;
}

.stick {
	width: 8px;
	height: 14px;
	border-radius: 1px;
	background-color: #fff;
	top: 15px;
	transition: all 0.5s;
}

#back_top div {
	position: absolute;
	margin: auto;
	right: 0px;
	left: 0px;
}

#back_top {
	background-color: #1a316b;
	height: 38px;
	width: 38px;
	border-radius: 25px;
	display: block;
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 100px;
	display: none;
	transition: all 0.5s;
	z-index: 999;
}

#back_top:hover {
	background-color: #fff
}

#back_top:hover .arrow {
	border-bottom-color: #17479e;
}

#back_top:hover .stick {
	background-color: #17479e;
}


/* foote结束 */

@media (max-width: 1420px) {
	header .rightnav {
		margin-left: 10% !important;
		width: 58%;
	}
}

@media (max-width: 1110px) {
	header .rightnav {
		margin-left: 9% !important;
		width: 57%;
	}
}

@media (min-width: 768px) {
	.tk_banner {
		position: absolute;
		width: 150px;
		height: auto;
		z-index: 9;
		left: -30px;
		display: none;
		text-align: center;
	}

	.tk_banner .row {
		display: block;
		overflow: hidden;
		background-color: #eaeaea;
	}

	.tk_banner .w {
		position: absolute;
		width: 100%;
		left: 0;
	}

	.tk_banner .zyfwq {
		width: auto;
		position: relative;
		height: auto;
	}

	.tk_banner .zyfwq .cpjs ul .tk {
		padding: 0;
		width: 100%;
		padding: 0;
		width: 100%;
		line-height: 46px;
		border-bottom: 1px dashed #d6d6d6;
	}

	.tk_banner .zyfwq .cpjs ul .tk a {
		font-size: 14px;
		display: block;
		transition: all 0.8s;
	}

	.tk_banner .zyfwq .cpjs ul .tk a:hover {
		background: #17479e;
		color: #fff;
	}
}

@media (max-width: 980px) {

	/* 头部 */
	.nav_w {
		position: relative;
		clear: both;
		display: block;
		margin: 0 auto;
	}

	.navbar-toggle {
		margin-right: 5px !important;
	}

	.right_icon {
		position: absolute;
		top: -20px;
		right: 60px;
	}

	.navbar {
		margin: 0 !important;
		padding: 12px 0;
	}

	.rightnav {
		width: 106% !important;
		position: absolute !important;
		right: -9px;
		top: 62px;
		background: #1f1f1fe8;
		border: 0;
		z-index: 100005 !important;
		margin: 0 !important;
	}

	.navbar-collapse {
		max-height: 750px !important;
	}

	header .rightnav a {
		color: #fff;
		font-size: 15px;
	}

	header .rightnav .navbar-right {
		width: 100% !important;
		line-height: 34px !important;
		margin: 0;
		overflow: hidden;
		display: block;
	}

	.carousel {
		position: relative;
	}

	.log {
		margin: 0;
	}

	.log img {
		width: 75%;
		margin-top: 8px;
	}

	.m_language {
		display: block;
	}

	.m_language img {
		width: 32px;
		position: relative;
		top: 10px;
		left: -20px;
	}

	.m_language .m_cn {
		display: none;
	}

	#navb li {
		line-height: 52px !important;
		cursor: pointer;
		width: 100% !important;
		text-align: center;
	}

	.zyflg {
		z-index: 101;
		display: block;
		position: relative;
		width: 100%;
		border-bottom: 1px solid #f7f7f74a;
		padding: 0px;
		margin: 0 !important;
	}

	#cd-primary-nav .has-children .pc {
		display: none;
	}

	#cd-primary-nav .has-children .phone {
		display: flex !important;
	}

	.tk_banner {
		z-index: 9999;
		top: 0;
		right: 0;
		display: none;
		position: relative;
		text-align: center;
		overflow: hidden;
	}

	.tk_banner .row {
		display: block;
		overflow: hidden;
		top: 0 !important;
		right: 4px !important;
	}

	.tk_banner .w {
		position: relative;
		width: 99%;
		right: -8px;
		top: 0;
		overflow: hidden;
		text-align: left;
	}

	.tk_banner .zyfwq {
		width: auto;
		position: relative;
		top: 0;
		height: auto;
		overflow: hidden;
	}

	.tk_banner .zyfwq .cpjs ul {
		overflow: hidden;
	}

	.tk_banner .zyfwq .cpjs ul .tk {
		padding: 0;
		width: 100%;
	}

	.xmban img {
		width: auto !important;
		height: 150px;
		transform: translateX(-50%);
		margin-left: 50%;
	}

	.xmban {
		margin-top: 0;
	}

	#search_box {
		width: 98%;
		top: 75px;
	}

	#search_box form input {
		width: 81%;
		height: 46px;
		padding: 0 15px;
		border: 1px solid #e7e7e7;
		outline: none;
		border-radius: 0;
	}

	#search_box form button {
		width: 19%;
		background: #17479e;
		color: #fff;
		border: none;
		outline: none;
		height: 46px;
		margin-left: -5px;
		border-radius: 0;
	}

	/* footer */
	.footer {
		width: 100%;
		overflow: hidden;
		padding: 100px 0px 70px;
		background: #214090;
	}

	.footer .w ul {
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.footer .w ul>h3 {
		font-size: 16px;
		color: #fff;
		margin-bottom: 12px;
		position: relative;
		padding-top: 8px;
	}

	.footer .w ul li {
		width: 50%;
		float: left;
		margin: 3px 0px;
	}

	.footer .w ul li a {
		font-size: 14px;
		color: #fff;
		transition: all 0.3s;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block;
	}

	.footer .w .xlfs li {
		width: 100%;
	}

	.footer .w ul:last-of-type img {
		width: 140px;
		margin: 0;
	}

	.footer .w ul:last-child li {
		width: 100%;
	}

	.footer .w .code {
		width: 100%;
		margin-bottom: 0;
	}

	.copyright .w {
		display: flex;
		padding: 0 10px;
		justify-content: center;
	}

	.copyright .w .copyright_left {
		width: 100%;
		float: left;
	}

	.copyright .w .copyright_right {
		width: 100%;
		float: right;
		text-align: center;
	}

	.copyright span {
		display: block;
		text-align: center;
		line-height: 28px;
		font-size: 14px;
		color: #bdbdbd;
	}

	.copyright span a {
		color: #bdbdbd;
	}

	.header_bott .sumary {
		line-height: 80px;
		color: #000;
		padding-right: 20px;
		border-right: 1px solid #e5e5e5;
		font-size: 16px;
		display: inline-block;
		font-weight: bold;
		display: none;
	}

	.header_bott ul li {
		display: inline-block;
		margin: 0px 10px;
	}

	.header_bott ul li a {
		line-height: 40px;
		display: block;
		position: relative;
		color: #666;
	}

	.header_bott {
		text-align: left;
		width: 100%;
		height: auto;
		background: #fff;
		border-bottom: 1px solid #e0e0e0;
	}

	.js_tit h1 {
		font-size: 34px;
		color: #000;
		margin: 0 0 10px;
		font-weight: normal;
	}

}