﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, select, input, textarea, main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}
li {
	list-style: none outside none;
}
body {
	line-height: 1;
}
:focus {
	outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #454545;
}

a:hover{
	color: #116fa8
}

ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
em {
	font-style: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select, textarea {
	vertical-align: middle;
	outline: none;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif
}
textarea {
	outline: none;
}
button {
	border: none;
	background: none;
	padding: 0;
}
body {
	font-family: "Noto sans sc", "Microsoft YaHei", Arial, Helvetica, sans-serif;
	/*-webkit-user-select: none;*/
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	margin: 0 auto;
	position: relative;
	font-size: 14px;
	color: #454545;
}
:-ms-input-placeholder {
 color: #888;
}
::-webkit-input-placeholder {
 color: #888;
}
::-moz-placeholder {
 color: #888;
 opacity: 1!important;
}

:root{
	--theme-color:#116fa8;
	--header-box-height:80px;
	--small-header-height:60px;
	--text-color:#454545;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
.fixit {
	height: 0!important;
	margin: 0!important;
	padding: 0!important;
	visibility: hidden!important;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.overflow {
	overflow: hidden;
}
.dis-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.dis-tablerow {
	display: table-row;
}
.dis-tablecell {
	display: table-cell;
	vertical-align: middle;
}
.dis-block {
	display: block;
}
.dis-inlineblock {
	display: inline-block;
	vertical-align: top;
}
.dis-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.dis-none {
	display: none;
}
.body-wrap {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	padding-top: 80px;
	overflow-x: hidden;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 14px;
	background: none;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.fullwidth {
	width: 100%;
}

.overflow{
	overflow: hidden;
	padding-right:17px;
}
/*****************************************

       		网站公共部分

*****************************************/
/************ 头部 ***********/
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background: #fff;
}

.header .header-logo{
	width: 200px;
	position: relative;
	font-size: 0;
}

.header .header-logo .img{
	text-align: center;
	height: 80px;
	line-height: 80px;
	width: 100%;
}

.header .header-logo .img img{
	width: auto;
	max-width: 152px;
	height: auto;
	max-height: 50px;
	vertical-align: middle;
}

.header .header-gongneng{
	width: calc(100% - 200px);
}

.header .header-gongneng .header-nav{
	width: 760px;
	height: 80px;
	padding-left: 90px;
	/*position: relative;*/
}

.header .header-gongneng .header-nav .nav-item,
.header .header-gongneng .header-nav .nav-item .nav-content{
	/*position: relative;*/
	height: 100%;
}

.header .header-gongneng .header-nav .nav-item .link{
	padding: 0 25px;
	height: 100%;
	color: #454545;
	font-size: 14px;
	position: relative;
}

.header .header-gongneng .header-nav .nav-item .link.on,
.header .header-gongneng .header-nav .nav-item .nav-content:hover .link{
	/*background: var(--theme-color);*/
	color: #116fa8;
}
.header .header-gongneng .header-nav .nav-item .link.on:after,
.header .header-gongneng .header-nav .nav-item  .nav-content:hover .link:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 4px #116fa8 solid;
}

.header .header-gongneng .header-nav .nav-item .sub-nav{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background: #f8f8f8;
	display: none;
}

.header .header-gongneng .header-nav .nav-item .sub-nav:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #f0f0f0;
	z-index: 0;
}


.header .header-gongneng .header-nav .nav-item .nav-content:hover .sub-nav{
	display: block;
}

.header .header-gongneng .header-nav .nav-item .sub-nav .subnav-container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.header .header-nav .sub-nav .sub-item{
	margin-left: 60px;
	position: relative;
}

.header .header-nav .sub-nav .sub-item:first-child{
	margin-left: 0;
}

.header .header-nav .sub-nav .sub-item:hover{
	
}

.header .header-nav .sub-nav .sub-item .sub-title{
	position: relative;
}

.header .header-nav .sub-nav .sub-item:hover .sub-title{
	
}

.header .header-nav .sub-nav .sub-item .sub-title .sub-link{
	color: #454545;
	font-size: 14px;
	line-height: 70px;
	position: relative;
}

.header .header-nav .sub-nav .sub-item .sub-title .sub-link i{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #116fa8;
	line-height: 16px;
	font-size: 24px;
	display: none;
}

.header .header-nav .sub-nav .sub-item:hover .sub-title .sub-link i{
	display: block;
}

.header .header-nav .sub-nav .sub-item .sub-list{
	padding: 10px 0 20px 0;
	opacity: 0;
}

.header .header-nav .sub-nav .sub-item:hover .sub-list{
	opacity: 1;
}

.header .header-nav .sub-nav .sub-item .sub-list .list-item{
	font-size: 0;
	width: 100%;
}

.header .header-nav .sub-nav .sub-item .sub-list .list-item .sub-link{
	color: #888;
	font-size: 14px;
	line-height: 2;
	white-space: nowrap;
}

.header .header-nav .sub-nav .sub-item .sub-list .list-item .sub-link:hover{
	color: #116fa8;
	border-bottom-color: #116fa8
}

.header .header-lang{
	height: 80px;
	width: 90px;
	padding-right: 40px;
}
.header .header-lang .lang{
	color: rgba(17,31,99,.51);
	font-size: 14px;
	line-height: 2;
	padding: 0 5px;
	position: relative;
}

.header .header-lang .lang:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 1em;
	margin-top: -0.4em;
	border-left: 1px #116fa8 solid;
}

.header .header-lang .lang:first-child:before{
	display: none;
}

.header .header-lang .lang.on{
	color: #116fa8;
}
.header .header-lang .lang.on:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1em;
	margin-left: -0.5em;
	height:0;
	border-bottom: 1px #116fa8 solid;
	
}

.header .header-search{
	height: 80px;
	width: calc(100% - 760px - 90px);
}

.header .header-search .search-box{
	background: #eee;
	width: 100%;
	height: 30px;
	border-radius: 5px;
}

.header .header-search .search-box .text{
	width: calc(100% - 40px);
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	color: #116fa8;
	font-size: 14px;
}
.header .header-search .search-box .search-button{
	color: #116fa8;
	cursor: pointer;
	width: 40px;
	font-size: 14px;
}

.header.small-header{
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.07);
}

.header.small-header .header-logo{
	height: 60px;
	background: none;
}
.header.small-header .header-logo .img{
	height: 60px;
	line-height: 60px;
}
.header.small-header .header-gongneng .header-nav{
	height: 60px;
}

.header.small-header .header-gongneng .header-nav .nav-item .sub-nav{
	top:60px;
}

.header.small-header .header-gongneng .header-nav .nav-item .link{
	/*color: #454545;*/
}
.header.small-header .header-gongneng .header-nav .nav-item .link.on,
.header.small-header .header-gongneng .header-nav .nav-item:hover .link{
	/*color: #fff;*/
}

.header.small-header .header-lang{
	height: 60px;
}

.header.small-header .header-lang .lang{
	/*color: rgba(69,69,69,.51);*/
}

.header.small-header .header-lang .lang:before{
	/*border-color: #454545;*/
}

.header.small-header .header-lang .lang.on{
	/*color: rgba(69,69,69,1);*/
}

.header.small-header .header-lang .lang.on:after{
	/*border-color: #454545;*/
}

.header.small-header .header-search{
	height: 60px;
}

.header.small-header .header-search .text{
	
}

.header.small-header .header-search .search-button{

}


/*********** 移动端菜单 *************/
.header .top-menu-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 80px;
	line-height: 80px;
	font-size: 0;
	text-align: center;
	box-sizing: content-box;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: rgba(221, 221, 221, 0);
	/*padding: 0.15rem 0.2rem 0.1rem;*/
	cursor: pointer;
	z-index: 1;
	display: none;
}

.header.small-header .top-menu-button{
	height: 60px;
	line-height: 60px;
}

.header .top-menu-button .menu-button-container {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	vertical-align: middle;
	background-color: #116fa8;
}
.header .top-menu-button .menu-button-container:before, 
.header .top-menu-button .menu-button-container:after {
	position: absolute;
	top: 10px;
	left: 0;
	content: ' ';
}
.header .top-menu-button .menu-button-container:after {
	top: auto;
	bottom: 10px;
}
.header .top-menu-button .menu-button-container:before, 
.header .top-menu-button .menu-button-container:after {
	width: 25px;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #116fa8;
}
.header.menu-open .top-menu-button {
/*height: 0.17rem;*/
}
.header.menu-open .top-menu-button .menu-button-container:before, 
.header.menu-open .top-menu-button .menu-button-container:after {
	top: 0;
}
.header.menu-open .top-menu-button .menu-button-container:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #116fa8;
}
.header.menu-open .top-menu-button .menu-button-container:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #116fa8
}
.header.menu-open .top-menu-button .menu-button-container {
	background-color: transparent;
}


/*********** 主体 ************/
.body-main {
	position: relative;
	z-index: 0;
}
/********** 页脚 ***********/
.footer{
	background: url(../images/footer-bg.jpg) no-repeat center top;
	padding: 25px 0 0 0;
}

.footer .content{
	padding-bottom: 30px;
}

.footer .footer-logo{
	width: 205px;
	font-size: 0;
}

.footer .footer-logo img{
	width: auto;
	max-width: 186px;
}

.footer .footer-menu{
	width: 540px;
	font-size: 0;
}

.footer .footer-menu .menu-item{
	width: 20%;
	border-left: 1px rgba(255,255,255,.51) solid;
	padding: 0 20px;
}

.footer .footer-menu .menu-item .menu-title{
	margin-bottom: 10px;
}

.footer .footer-menu .menu-item .menu-title .link{
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}

.footer .footer-menu .menu-item .menu-list{
	
}

.footer .footer-menu .menu-item .menu-list .list-item{
	
}

.footer .footer-menu .menu-item .menu-list .list-item .link{
	color: rgba(255,255,255,.51);
	font-size: 14px;
	line-height: 1.5;
}

.footer .footer-menu .menu-item .menu-list .list-item .link:hover{
	color: rgba(255,255,255,1)
}

.footer .footer-contact{
	width: 320px;
	padding: 0 30px;
}

.footer .footer-contact .contact-item{
	margin-bottom: 10px;
}

.footer .footer-contact .bt{
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	width: 50px;
	vertical-align: top;
}

.footer .footer-contact .bc{
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	vertical-align: top;
}

.footer .footer-contact .bc a{
	color: #fff;
}

.footer .footer-contact .bc a:hover{
	
}

.footer .footer-qr{
	width: 135px;
	font-size: 0;
}

.footer .footer-qr img{
	width: auto;
	max-width: 100%;
}

.footer .copyright{
	background: #41444f;
}

.footer .copyright .content{
	padding: 10px 0;
}

.footer .copyright .banquan,
.footer .copyright .beian{
	max-width: 50%;
	color: rgba(255,255,255,.51);
	font-size: 14px;
	line-height: 20px;
}

.footer .copyright .beian{
	text-align: right;
}

.footer .copyright .beian a{
	color: rgba(255,255,255,.51);
}

/******** 顶部顶部 *********/
.btt {
	position: fixed;
	right: 40px;
	bottom: 260px;
	width: 44px;
	height: 44px;
	line-height: 30px;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 34px;
	cursor: pointer;
	display: none;
	box-shadow: 0 0 10px rgba(0,0,0,.3)
}
