/*html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}*/

html {
	background: url() fixed;
	font-family: Microsoft YaHei !important;
}

* {
	touch-action: pan-y;
}

img {
	border: 0;
	width: 100%;
}



html {
	-ms-overflow-style: scrollbar;
}


a {
	text-decoration: none;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: underline;
}

/*@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	a:active {
		background-color: transparent;
	}
}*/
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,span,blockquote,pre,button,fieldset,form,input,legend,textarea,th,td {
	margin: 0;
	padding: 0;
}
body{
	line-height: 1;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}

ul,li {
	list-style: none;
	border: none;
}

a {
	text-decoration: none;
	color: black;
	outline:none;
}

.align-self-center {
	align-self: center;
}

.m_nav .ul li {
	border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px;
}

.m_nav .ul li i {
	box-sizing: border-box;
    position: absolute;
    top: 10px;
    right: 6px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.m_nav .ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.m_nav .ul li .sjj_nav_i_se svg {
    transform: rotate(0deg);
	fill: #3399ff;
}

.m_nav .ul li ul {
	display: none;
}

.clear::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.header {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0 ;
	/*background: #fff;*/
	/*box-shadow: 0px 1px 2px 0px rgba(255, 126, 3, 0.3);*/
	transition: all .4s linear;
	color: #ffffff;
}
.header a{
	color: #ffffff;
}
.header.sticked {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 999;
	transition: all .4s linear;
}

.header ul {
	margin: 0;
	/* display: flex; */
	justify-content: space-between;
}

.header .left {
	/* width: 12%; */
	padding: 10px 0;
	/* width: 30%; */
	display: none;
}

.header .left a img {
	height: 30px;
	width: auto;
}

.header .left .img2 {
	display: none;
}

.header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
	width: 100%;
}

.header .navbar_nav li {
	/* float: left; */
	position: relative;
	display: block;
	padding: 10px 0;
}

.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #F04E23;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.header .navbar_nav li.logo-center:after {
	display: none;
}

/*.header .navbar_nav li:hover:after {
	width: 100%;
}*/

.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 ;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.header .navbar_nav li:hover a {
	/*color: #5467FD;*/
}

.header .navbar_nav li.logo-center{
	width: 10%;
    margin-right: 17%;
    padding: 0;
}
.header .navbar_nav li.logo-center a {
    padding: 0;
    /*margin-top: 6%;*/
}

.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 70px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	left: 0;
	z-index: 999;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	/* margin-bottom: 2px; */
	color: #ffffff;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #5467FD;
}

.header .onshow{
	display: none;
}

.header .heashow{
	display: inline-block;
}

.header .navbar_nav > li.active > a,
.header.on .navbar_nav > li.active > a{
	color: #5467FD;
}

.header .navbar_nav > li > a:hover{
	color: #5467FD;
}

.header.on {
	background: rgba(255,255,255,1);
	/*box-shadow: rgba(0, 0, 0, 0.1) 0 1px 14px 0px;*/
}

.header.on .left .img1 {
	display: none;
}

.header.on .left .img2 {
	display: block;
}

.header.on .navbar_nav li a {
	color: #000000;
	display: flex;
    align-items: center;
    justify-content: center;
}

.header.on .navbar_nav li:hover a {
	color: #5467FD;
}
.header.on .heashow{
	display: none;
}
.header.on .onshow{
	display: inline-block;
}

/* 400电话 */
.header ul {
	/* padding-right: 8%; */
}
.top-400 {
	position: fixed;
	top: 0;
	right: 0;
	padding: 10px 0;
	line-height: 50px;
	margin-right: 14px;
}
.top-400 .fl{
	width: 22px;
    margin-top: 5px;
}
.top-400 .fl img{
	width:100%;
	float: none;
}
.top-400 b{
	font-size: 16px;
}
.header.on .top-400 b {
	color: #000;
}
/* 400电话 end */

/* 头部导航折叠 */
.header .navbar_nav .sub-nav {
    opacity: 0;
    display: none;
    filter: alpha(opacity=0);
    position: absolute;
    top: 104px;
    left: 50%;
    margin-left: -70px;
    width: 146px;
    border-top: 3px solid #5467FD;
    background: #f9f9f9;
    z-index: 1000;
	padding: 0;
}
.header .navbar_nav .sub-nav li {
	padding:0;
}
.header .navbar_nav .sub-nav:after {
    content: "";
    color: #5467FD;
    position: absolute;
    top: -26px;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: -10px;
    z-index: 1100;
    overflow: hidden ;
    border-width: 12px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #5467FD;
}

.header .navbar_nav .sub-nav > li > a.s_btn {
    display: block;
    padding: 0px 24px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    color: #333;
    text-decoration: none;
}

.header .navbar_nav .sub-nav > li.active > a.s_btn {
    color: #5467FD;
}

.header .navbar_nav .sub-nav > li > a.s_btn:hover {
    color: #fff;
    background: #5467FD;
    border-top-color: #5467FD;
}
/* 20211105 */

.header .navbar_nav .sub-nav-news {
    opacity: 0;
    display: none;
    filter: alpha(opacity=0);
    position: absolute;
    top: 104px;
    left: 50%;
    margin-left: -70px;
    width: 150px;
    border-top: 3px solid #5467FD;
    background: #f9f9f9;
    z-index: 1000;
	padding: 0;
}
.header .navbar_nav .sub-nav-news li {
	padding:0;
}
.header .navbar_nav .sub-nav-news:after {
    content: "";
    color: #5467FD;
    position: absolute;
    top: -26px;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: -10px;
    z-index: 1100;
    overflow: hidden ;
    border-width: 12px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #5467FD;
}

.header .navbar_nav .sub-nav-news > li > a.s_btn {
    display: block;
    padding: 0px 24px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    color: #333;
    text-decoration: none;
}

.header .navbar_nav .sub-nav-news > li.active > a.s_btn {
    color: #5467FD;
}

.header .navbar_nav .sub-nav-news > li > a.s_btn:hover {
    color: #fff;
    background: #5467FD;
    border-top-color: #5467FD;
}

.ui-arb {
    position: relative;
    display: inline-block;
	margin-left: 4px;
    height: 0;
    width: 0;
    line-height: 0;
    overflow: hidden;
    border-width: 4px;
    border-style: dashed dashed solid;
    border-color: #888 transparent transparent;
    top: 2px;
    -webkit-transition: -webkit-transform 0.2s 0.2s;
    -moz-transition: -moz-transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s;
}

.ui-arb.open {
    -webkit-transform: translateY(-4px) rotate(180deg);
    -moz-transform: translateY(-4px) rotate(180deg);
    transform: translateY(-4px) rotate(180deg);
}

/* 头部导航折叠 end */

#navToggle {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	/* width: 100%; */
	width: 70%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	/* transform: translateX(100%); */
	transform: translateX(145%);
	display: none;
}

.m_nav.open {
	/* transform: translateX(0); */
	transform: translateX(45%);
}
.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
	margin-right:3%;
}

.m_nav .logo {
	width: 51%;
	margin: 0 auto;
}

.m_nav .logo img {
	/* height: 50px; */
	display: block;
	margin: 0auto;
}

.m_nav .ul {
	margin: 30px 0 50px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}
.m_nav{
	opacity: 0;
}
.m_nav.open{
	opacity: 1;
}
/* swiper */

.swiper-slide {
	height: auto;
	align-items: stretch;
}


/* swiper end */

/*#fullpage .fp-section {
	background: #fff;
}*/

#fp-nav ul li,
.fp-slidesNav ul li {
	padding: 0 17px;
	margin: 17px 0;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	color: #fff;
}

#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;
	left: 50%;
	top: 50%;
	margin: 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	width: 15px;
	height: 15px;
	background: #F7F7F7;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 15px;
	width: 15px;
	margin: 0;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: #5467FD;
	border: 1px solid rgba(255, 255, 255, 1);
}

.fp-scroller {
	overflow: unset;
}

#fullpage .section1 .section-inner {
	height: 100%;
	overflow: hidden;
}

/*#fullpage .section1 .index-banner {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}*/


/* fullpage-section2 */

#fullpage .section2 {
	position: relative;
	background: rgba(206,206,206,0.1);
	/*background: url(https://tkmkt-cn.oss-cn-shanghai.aliyuncs.com/images/p2-bg.png) no-repeat bottom center;
    background-size: 100% 89%;*/
}



.fp-scrollable {
	display: inline;
}

#fp-nav ul li:last-child {
	display: none;
}

.fp-controlArrow.fp-prev {
	left: 60px;
	width: 0;
	border-width: 20px 20px 20px 0;
	border-color: transparent rgb(212, 202, 192) transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 60px;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent rgb(212, 202, 192);
}
#fullpage .section3 .section-inner2 {
	position: relative;
}
/*底部*/
div.footer{
	/* background: #32333A; */
	padding-top: 64px;
}
div.footer .container{
	padding-bottom: 60px;
}
div.footer .container>ul{
	width: 21%;
}
div.footer .container>ul li{
	width: 42%;
}
div.footer .container>ul li p{
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 22px;
}
div.footer .container>div.fotCen{
	width: 36%;
	margin-left: 10%;
}
div.footer .container>div span{
	font-size: 18px;
	color: #FFFFFF;
}
div.footer .container>div p.line{
	width: 32px;
	height: 1px;
	background: #FBFBFB;
	margin: 12px 0 27px;
}
div.footer .container>div.fotCen ul li{
	float: left;
	font-size: 14px;
	margin-right: 2.1%;
	line-height: 25px;
}
div.footer .container>div.fotCen ul li a{
	color: #CECECE;
}
div.footer .container>div.fotCen ul li a:hover{
	text-decoration: none;
}
div.footer .container>div.fotrig{
	width: 30%;
}
div.footer .container>div.fotrig ul li{
	margin-top: 13px;
}
div.footer .container>div.fotrig ul li div{
	width: 5%;
}
div.footer .container>div.fotrig ul li p{
	margin-left: 4%;
	width: 91%;
	font-size: 14px;
	line-height: 19px;
	color: #CECECE;
}
div.footer .container>div.fotrig ul li p a{
	color: #CECECE;
}
div.footer .fotcopy{
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 18px 0;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.33;
}
div.footer .fotcopy a{
	color: #FFFFFF;
}
div.footer .fotcopy span{
	margin-right: 23px;
	display: inline-block;

}

/* 页面底部右侧客服悬浮窗 */
.customer_service{
	width: 10%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
.customer_service a,.customer_service a img{
	width: 100%;
}
.customer_service_guan{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

@media screen and (max-width:1330px) and (min-width:1200px){
	.header .navbar_nav li.logo-center {
	    margin-right: 13%;
    }
    
}
@media screen and (max-width:1200px) and (min-width:1100px) {
    .header {
    	position: fixed;
    }
    .header .navbar_nav li a {
		font-size: 15px;
	}
	.header ul {
		padding-right: 70px;
	}
	.top-400 b{
		font-size: 15px;
	}
    
}

@media (max-width: 1100px) {
	.index-banner::before {
		content: "";
		display: block;
		padding-top: 50%;
	}
	.header{
		position: fixed;
	}
	.header .navbar_nav li.logo-center {
	    width: 12%;
	    margin-right: 0;
	}
    /*.header .navbar_nav li.logo-center a {
	    margin-top: 6%;
	}*/
	.header .navbar_nav li a {
		font-size: 15px;
	}
	@media only screen and (max-width: 991px) {
		div.footer .container > ul li p {
    		width: 100%;
    	}
}
@media (max-width: 1100px) {
	.header.on{
		position: fixed;
	}
}

@media screen and (max-width: 992px) {
	.fp-section .fp-tableCell {
		padding-top: 0;
	}
	.header .navbar_nav li a {
		font-size: 13px;
	}
	.top-400 b{
		font-size: 13px;
	}
	.header .navbar_nav li.dropdown .dropdown_menu a {
		font-size: 12px;
		padding: 0 5px;
	}
	.header .navbar_nav li.dropdown .dropdown_menu {
	    width: 140%;
	    left: -25%;
    }
	
}

@media screen and (max-width: 768px) {
	.header {
		padding: 0 ;
	}
	.header #navToggle {
		height: 100%;
		padding: 8px 0 0 0;
		/*margin-right: 17px;*/
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 2px;
		margin-top: 13px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 2px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #ffffff;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	.header .left {
		display: block;
	}
	.header .nav, .header .top-400 {
		display: none;
	}
	#fullpage .section1 .index-banner {
		/* margin-top: 50px;*/
	}
	.header.on {
	    position: fixed;
    }
    div.footer .container {
	    width: 95%;
	    margin: 0 auto;
	}
	.header.on #navToggle span, .header.on #navToggle span::before, .header.on #navToggle span::after {
	    background: rgb(0, 0, 0);
	}
	div.footer .fotcopy{
		display: none;
	}
	div.footer .container > ul {
	    width: 63%;
	    margin: 0 auto;
	    float: none;
	}
	div.footer .container > div.fotCen,div.footer .container > div.fotrig {
	    float: none;
	    width: 67%;
	    margin: 8% auto;
	}
	div.footer .container > div.fotrig {
	    margin-bottom: 20%;
	}
	div.footer .container > div p.line {
	    margin: 12px 0px 12px;
    }
    div.footer .container > div.fotCen ul li {
	    font-size: 15px;
	    margin-right: 6%;
    }
    div.footer .container > div.fotrig ul li p {
	    font-size: 14px;
    }
    div.footer .container > div span,div.footer .container > ul li p{
    	font-size: 16px;
    }
    div.footer {
	    padding-top: 30px;
	}
	div.footer .container {
	    padding-bottom: 0px;
	}
	.customer_service {
		width: 40%;
	}
}


@media only screen and (max-width: 1199px) {
	.nav-menu>li>a {
		padding: 0 9px;
	}
	.nav-phone .consult-phone h6 {
		font-size: 16px;
		font-weight: bold;
		color: #0C9FDF;
	}
	.nav-phone .phone-pic img {
		width: 80%;
	}
	div.footer .container > ul li p {
    	font-size: 15px;
	}
}
@media only screen and (max-width: 768px) {
	.m_nav {
		display: block;
	}
	
	.fp-tableCell,
	.fp-section {
		height: auto !important;
	}
}
@media screen and (width:768px) {
		div.footer .container > ul li img{
		    width: 50%;
		}
    }
    @media screen and (width:734px){
		div.footer .container > ul li img{
		    width: 50%;
		}
	}
	@media screen and (width:684px){
		div.footer .container > ul li img{
		    width: 50%;
		}
	}
	@media screen and (width:667px){
		div.footer .container > ul li img{
		    width: 50%;
		}
	}
	@media screen and (width:736px){
		div.footer .container > ul li img{
		    width: 50%;
		}
	}
}