@font-face {
	font-family: 'iconfont';
	src: url('iconfont.ttf?t=1627634066399') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'iconfont1';
  src: url('iconfont.ttf?t=1628049914788') format('truetype');
}
.iconfont1{
  font-family: "iconfont1" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
video {
	max-width: 100% !important;
	height: auto !important;
	width: 100% !important;
	display: block;
}
@font-face {
  font-family: "MHeiPRC-Heavy";
  src: url("../iconfont/MHeiPRC-Heavy.woff2") format("woff2"),
       url("../iconfont/MHeiPRC-Heavy.woff") format("woff"),
       url("../iconfont/MHeiPRC-Heavy.ttf") format("truetype"),
       url("../iconfont/MHeiPRC-Heavy.eot") format("embedded-opentype"),
       url("../iconfont/MHeiPRC-Heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 容器 */
.container-com {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 160px;
}
.container-page {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 200px;
}
@media (max-width: 1600px) {
	.container-com {
		padding: 0 120px;
	}
	.container-page {
		padding: 0 160px;
	}
}
@media (max-width: 1440px) {
	.container-com {
		padding: 0 100px;
	}
	.container-page {
		padding: 0 140px;
	}
}
@media (max-width: 1366px) {
	.container-com {
		padding: 0 80px;
	}
	.container-page {
		padding: 0 100px;
	}
}
@media (max-width:1200px) {
	.container-com, 
	.container-page {
		padding: 0 15px;
	}
}
@media (max-width:1440px) {
	.brand {
	    padding: 15px 0 !important;
	}
}

body {
	padding-top: 112px;
}
@media (max-width: 1440px) {
	body {
		padding-top: 112px;
	}
}
@media (max-width: 1366px) {
	body {
		padding-top: 112px;
	}
}
/* top */
.top {
	background-color: #0d2e68;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 70;
}

/*  */
.top-nav {
	float: left;
	font-size: 0;
}
.top-nav a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	line-height: 40px;
}
.top-nav a:after {
	position: absolute;
	right: 0;
	top: 15px;
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #3d5886;
}
.top-nav a:first-child {
	padding-left: 0;
}
.top-nav a:last-child:after {
	display: none;
}
.top-nav a:hover {
	color: #009dd9;
}

/*  */
.top-info {
	float: right;
	color: #fff;
	line-height: 40px;
}
.top-info a, .top-info span {
	position: relative;
	float: left;
	display: block;
	height: 40px;
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
}
.top-info i {
	font-size: 20px;
	padding: 0 5px;
	vertical-align: middle;
	overflow: hidden;
}
.top-info a:first-child:after {
	position: absolute;
	right: -12px;
	top: 15px;
	display: block;
	content: '';
	z-index: 0;
	width: 1px;
	height: 10px;
	background-color: #3d5886;
}
.taobao-site {
	background-color: #009dd9;
	padding: 0 20px;
	transition: all .3s;
}
.taobao-site:after {
	position: absolute;
	bottom: -13px;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-top: 13px solid #009dd9;
	border-left: 63px solid transparent;
	border-right: 63px solid transparent;
	transition: all .3s;
}
.taobao-site:hover {
	background-color: #FF0036;
}
.taobao-site:hover:after {
	border-top: 13px solid #FF0036;
}
.weixin-site {
                cursor: pointer;
	background-color: #009dd9;
	padding: 0 20px;
	transition: all .3s;
}
.weixin-site:after {
	position: absolute;
	bottom: -13px;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-top: 13px solid #009dd9;
	border-left: 63px solid transparent;
	border-right: 63px solid transparent;
	transition: all .3s;
}
.top-weixin-img {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 3;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	transform: translateX(10px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	width: 150px;
}
.top-weixin-img img {
	width: 100%;
}
.weixin-site:hover .top-weixin-img {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	background-color: #fff;
}
.weixin-site:hover {
	background-color: #FF0036;
}
.weixin-site:hover:after {
	border-top: 13px solid #FF0036;
}
.weixin-site:hover .top-wexin-img>.img {
	border: 10px solid #fff;
}
.weixin-site:hover .top-weixin-img>.text {
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
	color: #000;
}
/*  */
.top-wechat {
	cursor: pointer;
}
.top-wechat-img {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 3;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	transform: translateX(10px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	width: 150px;
}
.top-wechat-img img {
	width: 100%;
}
.top-wechat:hover .top-wechat-img {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	background-color: #fff;
}
.top-wechat:hover .top-wechat-img>.img {
	border: 10px solid #fff;
}
.top-wechat:hover .top-wechat-img>.text {
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
	color: #000;
}

/*  */
.search {
	float: right;
	color: #fff;
	line-height: 40px;
	margin-left: 20px;
	height: 40px;
	cursor: pointer;
}
.search i {
	font-size: 24px;
}

/* header */
.header {
	position: relative;
}
.window-search {
	position: absolute;
	top: 84px;
	left: 0;
	z-index: 3;
	width: 100%;
	background-color: #fff;
	display: none;
}
.window-search .container-com {
	border-top: 2px solid #eee;
}
.window-search .container-com>div {
	position: relative;
	max-width: 1200px;
	margin: 70px auto 40px;
}
.window-search .container-com>div input {
	display: block;
	width: 100%;
	line-height: 60px;
	border-bottom: 3px solid #333;
	font-size: 24px;
	color: #333;
}
.window-search .container-com>div i {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 36px;
}
.window-search .container-com>div a {
	display: inline-block;
	padding: 30px 20px;
	color: #666;
}
@media (max-width:960px) {
	.window-search {
		top: 80px;
	}
}
@media (max-width:960px) {
	.window-search {
		top: 70px;
	}
}

/* page-style */
.header-page {
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
	position: fixed;
	top: 40px;
	left: 0;
	background-color: #fff;
	width: 100%;
	z-index: 65;
}

/*  */
.brand {
	float: left;
	padding: 15px 0;
	width:30%;
	position: relative;
}
.brand img {
	max-width: 100%;
	/*max-height: 60px;*/
	float:left;
    width:200px;
}
.brand p {
    font-family: "MHeiPRC-Heavy";
    margin-left: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #107cc1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

/*  */
.nav {
	float: right;
}
.nav .ubermenu-nav>li {
	margin-left: 40px;
}
.nav .ubermenu-nav>li>a {
	padding: 26px 0 20px !important;
	font-size: 20px;
}
.nav .ubermenu-nav>li>a {
	position: relative;
}
.nav .ubermenu-nav>li:hover>a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 2px;
	background: #1e73be;
}

/* @media(min-width:768px){

	.ubermenu-responsive-toggle,

	.nav .ubermenu-nav{display:none!important;}

} */
.ubermenu-content-block {
	height: 100% !important
}
.ubermenu-submenu>li>a {
	font-size: 14px !important;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-4 {
	width: 100% !important;
}
.ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
	right: -27px !important;
	top: 0;
}
.ubermenu-main .ubermenu-submenu .ubermenu-custom-content-padded {
	padding: 15px 50px !important;
}

/* navsub */
.navsub {
	position: absolute;
	top: 77px;
	left: 0;
	z-index: 9;
	font-size: 16px;
	width: 590px;
	background-color: #fff;
	display: none;
}
.navsub-left {
	float: left;
	width: 30%;
	background-color: #f2f2f2;
}
.navsub-left ul li {
	line-height: 40px;
	padding: 15px 0;
	padding: 15px 35px;
	cursor: pointer;
}
.navsub-right {
	float: left;
	width: 70%;
}
.navsub-right-nav {
	padding: 35px;
}
.navsub-right-nav h3 {
	font-size: 24px;
	padding-bottom: 25px;
}
.navsub-right-nav p {
	line-height: 26px;
	color: #666;
	padding-bottom: 15px;
}
.navsub-right-nav a {
	color: #009DD9;
}
.navsub-hide {
	display: none;
}
.nav-show {
	display: block;
}

/* 打开按钮 */
#navbar-open {
	position: relative;
	float: right;
	width: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: none;
}
#navbar-open:before, #navbar-open:after, #navbar-open span {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 25px;
	height: 2px;
	background-color: #000;
	transition: all .3s;
}
#navbar-open:before {
	top: 15px;
}
#navbar-open span {
	top: 24px;
}
#navbar-open:after {
	bottom: 15px;
}
.navbar-open-on:before {
	transform: translateY(4px) rotate(45deg);
	transform-origin: 0 0;
}
.navbar-open-on span {
	width: 0 !important;
}
.navbar-open-on:after {
	transform: translateY(3px) rotate(-45deg);
	transform-origin: 0 0;
}

/* m-naav */
.m-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(20px);
	transition: all .3s;
}
.m-nav ul {
    background-color: #fff;
    margin-top: 60px;
    height: 100%;
    border-top: 1px solid #eee;
}
.m-nav ul li {
	border-bottom: 1px solid #eee;
	margin: 10px 10px 0 10px;
	text-align:left;
	position:relative;
	clear: both;
}
.m-nav ul li:hover {
	color:#107cc1;
}
.m-nav ul li.nav_car {
	float: left;
	width: 33.3334%;
	width: calc(33.3334% - 20px);
	clear: inherit;
	text-align: center;
	margin-bottom: 10px;
}
.m-nav ul li.nav_car a i {
	display: none;
}
.m-nav ul li a {
	display: inline-block;
	color: #000;
	font-size: 16px; /* border-bottom: 1px solid #fff; */
	padding: 10px 0;
}
.m-nav ul li a i {
	position:absolute;
	right:0;
	bottom:12px;
}
.m-close {
	position: absolute;
	top: 12px;
	right: 0;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transform: rotate(45deg);
	color: #000;
	background:#fff;
	font-size: 50px;
	z-index:-1;
}
.m-nav-show {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
@media (max-width:960px) {
	.top-nav a {
		padding: 0 5px;
	}
	.top-info a, .top-info span {
		margin-left: 15px;
	}
	.top-wechat, .weibo {
		display: none !important;
	}
	#navbar-open {
		display: block;
		margin-top: 15px;
	}
}
@media (max-width:1366px) {
	.brand p {
    margin-left: 60px;
    font-size: 26px;
	}
    .brand {
        padding: 10px 0 !important;
    }
}
@media (max-width:768px) {
	.top {
		display: none
	}
	.top-nav a {
		display: none;
	}
	.top-info a {
		display: none;
	}
	.taobao-site {
		display: block !important;
	}
	.brand {
		width: 80%;
	}
	.brand img {
		height: 38px;
		float:left;
        width: auto;
	}
	.brand p{
		margin-left: 55px;
		font-size: 22px;
	}
	.nav {
		padding: 10px 0 0 0;
		width: 20%;
	}
	.nav>ul {
		display: none;
	}
	#navbar-open {
		margin-top: -5px;
	}
}

@media (max-width:640px) {
	.nav {
		width: 10%;
	}
}

/* footer */
.footer {
	background-color: #0d2e68;
}
.footer .container-com {
	position: relative;
}
.footer .footer-nav {
	float: left;
	width: 80%;
	padding-top: 30px;
}
.footer .footer-nav dl {
	float: left;
	width: 16.6666667%;
	color: #fff;
}
.footer .footer-nav dl dt {
	position: relative;
	font-size: 17px;
	line-height: 40px;
	margin-bottom: 10px;
}
.footer .footer-nav dl dt a {
	color: #fff;
}
.footer .footer-nav dl dt:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: rgba(255, 255, 255, .4);
}
.footer .footer-nav dl dd a {
	font-size: 14px;
	color: #9eabc3;
	line-height: 28px;
}
.footer-search {
	position: relative;
	float: right;
	width: 20%;
	margin-top: 140px;
}
.footer-search input {
	float: right;
	display: block;
	width: 100%;
	padding: 0 15px;
	line-height: 40px;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 14px;
	color: #fff;
   height: 40px;
	font-family: "Alibaba-PuHuiTi-Regular";
}
.footer-search input::-webkit-input-placeholder {
	color: #fff;
}
.footer-search input:-moz-placeholder {
	color: #fff;
}
.footer-search input::-moz-placeholder {
	color: #fff;
}
.footer-search input:-ms-input-placeholder {
	color: #fff;
}
.footer-search button {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 60px;
	height: 100%;
	line-height: 40px;
	background: none;
}
.footer-search button:after {
	position: absolute;
	bottom: 20%;
	left: 0;
	content: '';
	display: block;
	width: 1px;
	height: 60%;
	background-color: rgba(255, 255, 255, .4);
}
.footer-search button i {
	font-size: 24px;
	color: #fff;
}
.footer .footer-link {
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.7);
	padding: 15px 0;
	margin-top: 20px;
}
.footer .footer-link a {
	color: #fff;
	margin-right: 15px;
}

.footer-search:hover .footer-search-two {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
}

.footer-search .footer-search-two {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 -5px 5px #ccc;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	    -ms-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
.footer-search .footer-search-two div {
	padding: 6px 12px;
	border-bottom: 1px solid #ccc;
	display: none;
}
.footer-search .footer-search-two div a:hover {
	color: #0d2e68;
}
.footer-search .footer-search-two div:nth-child(1),
.footer-search .footer-search-two div:nth-child(2),
.footer-search .footer-search-two div:nth-child(3),
.footer-search .footer-search-two div:nth-child(4),
.footer-search .footer-search-two div:nth-child(5),
.footer-search .footer-search-two div:nth-child(6) {
	display: block;
}

/* gotop */
.goTop {
	position: absolute;
	top: -28px;
	right: 160px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 100%;
	background-color: #009DD9;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.goTop i {
	font-size: 32px;
}
@media (max-width:1200px) {
	.goTop {
		right: 15px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: -20px;
	}
}
@media (max-width:768px) {
	.footer .footer-nav {
		display: none;
		float: left;
		width: 100%;
		padding-top: 50px;
	}
	.footer .footer-nav dl {
		float: left;
		width: 50%;
		color: #fff;
	}
	.footer-search input {
		width: 100%;
	}
	.footer-search {
		width: 100%;
		margin-top: 30px;
	}
	.footer .footer-link {
		color: #fff;
		border-top: 1px solid #fff;
		padding: 15px 0;
		margin-top: 20px;
	}
	.footer .footer-link p {
		float: inherit;
		padding-top: 10px;
	}
	body {
		padding-top: 60px;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
	}
}



/* swiper全局覆盖 */
.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	border-radius: 100%;
	background: none !important;
	opacity: 1 !important;
	border: 2px solid #009dd9;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #009dd9 !important;
	border: 2px solid #009dd9;
}
