a{
	text-decoration: none!important;
	color: inherit;
}
li{
	list-style: none;
}
ul{
	padding-inline-start: 0!important;
}
@media screen and (min-width:1200px){
	.dropdown-menu>li>a{
		padding: 3px 12px!important;
	}
/*顶部导航栏*/
	
	.head{
		display: none!important;
	}
	.topNav_logo img{
		width: 90px!important;
		/* margin-top: 21px; */
		/* margin-right: 260px; */
	}
	.topNav_nav_main>li>a.curr {
		color: #0243d4!important;
		font-weight: 600;
		font-size: 17px;
	}
	.topNav {
		width: 100%;
		/* border-bottom: 1px solid #e4e4e4; */
		position: fixed;
		background: #f5f5f5;
		z-index: 100;
		/* font-weight: 500; */
		/* overflow: hidden; */
		height: 88px;
		min-width: 1100px;
		top: 0;
		left: 0;
		display: flex;
		transition: all 0.2s linear 0s; 
		/* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); */
	}
	
	.topNav_bx {
		width: 83%;
		margin: 0 auto;
		height: 88px;
		line-height: 88px;
		background: #f5f5f5;
		border: none;
		/* overflow: hidden; */
		/* font-family: "微软雅黑"; */
		min-width: 1100px;
	}
	
	.topNav_logo{
		float: left;
		/* width: 15%; */
		margin-right: 50px;
	}
	
	
	/*@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio:2) {
	    .navbar-brand {
	        background: url(../img/logo@3x.png) no-repeat center center; 
	        background-size: 100%;
	    }  
	}*/
	
	.topNav_nav{
		float: right;
		/* margin-left: 1.4%; */
		/* width: 58%; */
		padding: 0 20px;
		/* height: 4.5rem; */
		list-style: none;
		/* margin-left: 5%; */
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		/* padding-left: 2%; */
	}
	/* .topNav_nav ul{
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
	} */
	.topNav_nav_main{
		width: 100%;
		height: 70px;
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
	}
	.dropdown_div{
		border-bottom: none;
		width: 120px; 
		height: 48px;
		background: #f5dbb2;
		border-radius: 2px;
		margin-top: 24px;
		position: relative;
		
	}
	.dropdown-toggle{
		display: flex;
		-webkit-box-pack:start;
		justify-content:flex-start;
		-webkit-box-align:center;
		align-items:center;
	}
	.topNav_nav_main li{
		padding: 0 24px;
		text-align: center;
		/* float: left; */
		height: 80px;
		font-size: 16px;
		color: #333;
		list-style: none;
		line-height: 80px;
		/* overflow: hidden; */
	}
	.topNav_nav_main li:last-child{
		padding-right: 0;
		padding-left: 200px;
	}
	.nav-link{
		line-height: 102px!important;
	}
	.topNav_nav_main li .nav-link{
		width: 100%;
		color: #000;
		height: 88px;
		text-decoration: none;
		line-height: 88px;
		background: none;
		font-size: 18px;
		/* margin-top: 2px; */
	}
	.topNav_nav_main .dropdown_div .nav-link{
		color: #000;
		font-size: 18px;
		height: 48px;
		padding-left: 18px;
	}
	.dropdown{
		position: relative;
	}
	.dropdown-item{
		line-height: 56px;
		font-size: 17px;
		color: #555;
		height: 56px;
		width: 100%;
		display: block;
	}
	
	/* .topNav_nav .navselect{
		color: #0163e0;
	} */
	
	
	.navbar-collapse{
		padding: 0;
	}
	
	.container-fluid {
		padding: 0;
	}
	
	.container-fluid>div {
		float: left;
	}
	
	.topNav_nav_main {
		margin-left: 1rem;
	}
	
	/* .topNav_nav_main>li>a {
		padding: 0px;
	
		font-size: 1.7rem;
		text-align: center;
	} */
	
	.topNav_nav_main>li>a.lang {
		width: 100%;
	}
	
	.navbar-default .topNav_nav_main>.active>a, .navbar-default .topNav_nav_main>.active>a:focus, .navbar-default .topNav_nav_main>.active>a:hover{
		color: #00229e;
	    background-color: transparent;
		
	}
	.nav>li>a:hover{
		border-bottom: 3px solid #0059ba;
	}
	
	/* nav */
	
	/* .arrow {
		width: 19px;
		height: 19px;
		position: absolute;
		left: 0;
		right: 0;
		top: -13.6px;
		margin: 0 auto;
		background: url(../img/nav-jiantou.png) no-repeat;
	} */
	.dropdown-menu {
		background: rgba(255, 255, 255, .98);
		box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
		/* padding-top: 1rem; */
		z-index: 9999!important;
		overflow: hidden;
		width: 90px;
		height: 150px;
		/* position: relative; */
	}
	.dropdown-menu2 {
		background: rgba(255, 255, 255, .98);
		box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
		/* padding-top: 1rem; */
		z-index: 9999!important;
		overflow: hidden;
		width: 100px;
		height: 150px;
		left: 85px;
		/* position: relative; */
	}
	.topNav_nav_main .nav-link:hover{
		color: #00229e!important;
	}
	
	
	
	/* 帮助中心 */
	/* .box2{
		left: 9px!important;
	}
	.bzzx{
		width: 100%;
		margin: 0 auto;
		margin: 2rem 0 ;
		height: 3rem!important;
		line-height: 3rem!important;
		text-align: center;
		
	}
	.bzzx a{
		width: 100%;
		font-size: 18px;
		color: #333;
		text-align: center;
		display: block;
	} */
	
	
	/*公共部分*/
	
	.navbar-cont .nav-link:hover {
		color: #00229e;
	}
	.dropdown_div .nav-link:hover {
		color: #000!important;
	}
	
	.navbar-cont li a.nav-link:hover {
		border-bottom: 3px solid #409eff;
		background-color: rgba(0, 0, 0, .1);
		box-sizing: border-box;
	}
	
	.dropdown-menu>li>a:focus,
	.dropdown-menu>li>a:hover {
		background: transparent;
		color: #00229e;
		/* border-bottom: 3px solid #00229e; */
	}
	
	.dropdown-menu>li>a {
		color: #585858;
		font-size: 17px;
	}
	.product_block {
		/* width: 100%; */
		/* text-align: left; */
		/* margin-left: 500px; */
		position: absolute;
		right: 0px;
		top: 20px;
	}
	
	/* 底部导航 */
	.foot{
		width: 100%;
		background: url(../img/foot_bj.png) no-repeat center;
		padding: 90px 0 60px;
	}
	.foot_bx{
		max-width: 1400px;
		padding: 0 50px;
		margin: 0 auto;
	}
	.foot_top{
		width: 100%;
		padding-bottom: 40px;
		border-bottom: 1px solid #fff;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		/* align-items: center; */
		height: auto;
	}
	.foot_logo{
		width: 60%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		/* align-items: center; */
		height: auto;
	}
	.foot_logo_pic{
		width: 14%;
	}
	.foot_logo_name{
		width: 82%;
		font-size: 22px;
		color: #fff;
		padding-top: 5.2%;
		letter-spacing: 2px;
	}
	.foot_logo_phone{
		width: 250px;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		height: auto;
		margin-top: 2.2%;
	}
	.foot_logo_phone_icon{
		width: 64px;
	}
	.foot_logo_phone_num{
		width: 74%;
		color: #fff;
		font-size: 24px;
		padding-top: 2%;
	}
	.foot_list{
		width: 100%;
		display: flex;
		-webkit-box-pack:center;
		/* justify-content:center; */
		box-sizing:border-box;
		margin-top: 40px;
	}
	.foot_list_block{
		/* width: 13%; */
		margin-right: 5%;
		color: #fff;
		font-size: 18px;
	}
	.foot_list_block:hover{
		color: #f5dbb2;
	}
	.foot_bottom{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		/* justify-content: space-between; */
		-webkit-box-align: center;
		align-items: center;
		height: auto;
		margin-top: 40px;
	}
	.foot_map{
		font-size: 13px;
		color: #fff;
		letter-spacing: 1px;
	}
	.foot_mail{
		font-size: 13px;
		color: #fff;
		margin-left: 80px;
		letter-spacing: 1px;
	}
}
@media screen and (min-width:912px) and (max-width:1199px){
	.dropdown-menu>li>a{
		padding: 3px 12px!important;
	}
/*顶部导航栏*/
	a{
		text-decoration: none!important;
		color: inherit;
	}
	.head{
		display: none!important;
	}
	.topNav_logo img{
		width: 80px!important;
		/* margin-top: 21px; */
		/* margin-right: 260px; */
	}
	.topNav_nav_main>li>a.curr {
		color: #0243d4!important;
		font-weight: 600;
		font-size: 17px;
	}
	.topNav {
		width: 100%;
		/* border-bottom: 1px solid #e4e4e4; */
		position: fixed;
		background: #f5f5f5;
		z-index: 100;
		/* font-weight: 500; */
		/* overflow: hidden; */
		height: 80px;
		min-width: 1100px;
		top: 0;
		left: 0;
		display: flex;
		transition: all 0.2s linear 0s; 
		/* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); */
	}
	
	.topNav_bx {
		width: 83%;
		margin: 0 auto;
		height: 80px;
		line-height: 80px;
		background: #f5f5f5;
		border: none;
		/* overflow: hidden; */
		/* font-family: "微软雅黑"; */
		/* min-width: 1100px; */
	}
	
	.topNav_logo{
		float: left;
		/* width: 15%; */
		/* margin-right: 50px; */
	}
	
	
	/*@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio:2) {
	    .navbar-brand {
	        background: url(../img/logo@3x.png) no-repeat center center; 
	        background-size: 100%;
	    }  
	}*/
	
	.topNav_nav{
		float: right;
		/* margin-left: 1.4%; */
		/* width: 58%; */
		padding: 0 20px;
		/* height: 4.5rem; */
		list-style: none;
		/* margin-left: 5%; */
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		/* padding-left: 2%; */
	}
	/* .topNav_nav ul{
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
	} */
	.topNav_nav_main{
		width: 100%;
		height: 70px;
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
	}
	.dropdown_div{
		border-bottom: none;
		width: 102px; 
		height: 42px;
		background: #f5dbb2;
		border-radius: 2px;
		margin-top: 14px;
		/* position: relative; */
		
	}
	.dropdown-toggle{
		display: flex;
		-webkit-box-pack:start;
		justify-content:flex-start;
		-webkit-box-align:center;
		align-items:center;
	}
	.topNav_nav_main .li_block{
		/* padding: 0 24px; */
		text-align: center;
		/* float: left; */
		height: 80px;
		font-size: 16px;
		color: #333;
		list-style: none;
		line-height: 80px;
		/* overflow: hidden; */
	}
	.topNav_nav_main li:last-child{
		padding-right: 0;
		padding-left: 120px;
	}
	.nav-link{
		line-height: 102px!important;
	}
	.topNav_nav_main li .nav-link{
		width: 100%;
		color: #000;
		height: 40px;
		text-decoration: none;
		/* line-height: 40px!important; */
		background: none;
		font-size: 18px;
		/* margin-top: 2px; */
	}
	.topNav_nav_main .dropdown_div .nav-link{
		width: 100%;
		color: #000;
		height: 40px;
		text-decoration: none;
		/* line-height: 40px!important; */
		background: none;
		font-size: 16px;
		padding-left: 14px;
	}
	.dropdown{
		position: relative;
	}
	.dropdown-item{
		line-height: 56px;
		font-size: 17px;
		color: #555;
		height: 56px;
		width: 100%;
		display: block;
	}
	
	/* .topNav_nav .navselect{
		color: #0163e0;
	} */
	
	
	.navbar-collapse{
		padding: 0;
	}
	
	.container-fluid {
		padding: 0;
	}
	
	.container-fluid>div {
		float: left;
	}
	
	.topNav_nav_main {
		margin-left: 1rem;
	}
	
	/* .topNav_nav_main>li>a {
		padding: 0px;
	
		font-size: 1.7rem;
		text-align: center;
	} */
	
	.topNav_nav_main>li>a.lang {
		width: 100%;
	}
	
	.navbar-default .topNav_nav_main>.active>a, .navbar-default .topNav_nav_main>.active>a:focus, .navbar-default .topNav_nav_main>.active>a:hover{
		color: #00229e;
	    background-color: transparent;
		
	}
	.nav>li>a:hover{
		border-bottom: 3px solid #0059ba;
	}
	
	/* nav */
	
	/* .arrow {
		width: 19px;
		height: 19px;
		position: absolute;
		left: 0;
		right: 0;
		top: -13.6px;
		margin: 0 auto;
		background: url(../img/nav-jiantou.png) no-repeat;
	} */
	.dropdown-menu {
		background: rgba(255, 255, 255, .98);
		box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
		/* padding-top: 1rem; */
		z-index: 9999!important;
		overflow: hidden;
		width: 90px;
		height: 150px;
		/* position: relative; */
	}
	.topNav_nav_main .nav-link:hover{
		color: #00229e!important;
	}
	
	
	
	/* 帮助中心 */
	/* .box2{
		left: 9px!important;
	}
	.bzzx{
		width: 100%;
		margin: 0 auto;
		margin: 2rem 0 ;
		height: 3rem!important;
		line-height: 3rem!important;
		text-align: center;
		
	}
	.bzzx a{
		width: 100%;
		font-size: 18px;
		color: #333;
		text-align: center;
		display: block;
	} */
	
	
	/*公共部分*/
	
	.navbar-cont .nav-link:hover {
		color: #00229e;
	}
	.dropdown_div .nav-link:hover {
		color: #000!important;
	}
	
	.navbar-cont li a.nav-link:hover {
		border-bottom: 3px solid #409eff;
		background-color: rgba(0, 0, 0, .1);
		box-sizing: border-box;
	}
	
	.dropdown-menu>li>a:focus,
	.dropdown-menu>li>a:hover {
		background: transparent;
		color: #00229e;
		/* border-bottom: 3px solid #00229e; */
	}
	
	.dropdown-menu>li>a {
		color: #585858;
		font-size: 17px;
	}
	.product_block {
		/* width: 100%; */
		/* text-align: left; */
		/* margin-left: 500px; */
		position: absolute;
		right: 0px;
		top: 20px;
	}
	
	/* 底部导航 */
	.foot{
		width: 100%;
		background: url(../img/foot_bj.png) no-repeat center;
		padding: 90px 0 60px;
	}
	.foot_bx{
		max-width: 1400px;
		padding: 0 50px;
		margin: 0 auto;
	}
	.foot_top{
		width: 100%;
		padding-bottom: 40px;
		border-bottom: 1px solid #fff;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		/* align-items: center; */
		height: auto;
	}
	.foot_logo{
		width: 60%;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		/* align-items: center; */
		height: auto;
	}
	.foot_logo_pic{
		width: 14%;
	}
	.foot_logo_name{
		width: 82%;
		font-size: 20px;
		color: #fff;
		padding-top: 5.2%;
		letter-spacing: 2px;
	}
	.foot_logo_phone{
		width: 250px;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		height: auto;
		margin-top: 2.2%;
	}
	.foot_logo_phone_icon{
		width: 64px;
	}
	.foot_logo_phone_num{
		width: 74%;
		color: #fff;
		font-size: 24px;
		padding-top: 2%;
	}
	.foot_list{
		width: 100%;
		display: flex;
		-webkit-box-pack:center;
		/* justify-content:center; */
		box-sizing:border-box;
		margin-top: 40px;
	}
	.foot_list_block{
		/* width: 13%; */
		color: #fff;
		font-size: 16px;
		padding-right: 5%;
	}
	.foot_bottom{
		width: 100%;
		display: flex;
		-webkit-box-pack: justify;
		/* justify-content: space-between; */
		-webkit-box-align: center;
		align-items: center;
		height: auto;
		margin-top: 40px;
	}
	.foot_map{
		font-size: 13px;
		color: #fff;
		letter-spacing: 1px;
	}
	.foot_mail{
		font-size: 13px;
		color: #fff;
		margin-left: 80px;
		letter-spacing: 1px;
	}
}
@media screen and (min-width:280px) and (max-width:911px){
	/*顶部导航栏*/
	.topNav{
		display: none;
	}
		.head{
			width: 100%;
			position: fixed;
			height: 60px;
			top: 0;
			z-index: 10;
		}
		.body{
			width: 100%;
			height: 60px;
		}
		.morph-dropdown-wrapper_block{
			width: 100%;
			height: 100%;
			position: fixed;
			top: 60px;
			left: 0;
			z-index: 99;
			overflow-y: auto;
			-webkit-overflow-scrolling:touch;
		}
		
		.viewHide{
			display: none;
		}
		
		.cd-morph-dropdown {
		  position: fixed;
		  height: 60px;
		  background-color: #FFFFFF;
		  width: 100%;
		  padding: 0 15px;
		  /* margin-bottom: 10px; */
		}
		.cd-morph-dropdown::before {
		  /* never visible - used in JS to check mq */
		  content: 'mobile';
		  display: none;
		}
		.cd-morph-dropdown .nav-trigger {
		  /* menu icon - visible on small screens only */
		  position: absolute;
		  top: 0;
		  right: 0;
		  height: 60px;
		  width: 60px;
		  /* replace text with icon */
		  overflow: hidden;
		  text-indent: 100%;
		  white-space: nowrap;
		  color: transparent;
		}
		.cd-morph-dropdown .nav-trigger span, .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
		  /* these are the 3 lines of the menu icon */
		  position: absolute;
		  background-color: #1A1A1A;
		  height: 3px;
		  width: 26px;
		}
		.cd-morph-dropdown .nav-trigger span {
		  left: 50%;
		  top: 50%;
		  bottom: auto;
		  right: auto;
		  -webkit-transform: translateX(-50%) translateY(-50%);
		      -ms-transform: translateX(-50%) translateY(-50%);
		          transform: translateX(-50%) translateY(-50%);
		  -webkit-transition: background-color .3s;
		  transition: background-color .3s;
		}
		.cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
		  content: '';
		  left: 0;
		  -webkit-transition: -webkit-transform .3s;
		  transition: -webkit-transform .3s;
		  transition: transform .3s;
		  transition: transform .3s, -webkit-transform .3s;
		}
		.cd-morph-dropdown .nav-trigger span::before {
		  -webkit-transform: translateY(-9px);
		      -ms-transform: translateY(-9px);
		          transform: translateY(-9px);
		}
		.cd-morph-dropdown .nav-trigger span::after {
		  -webkit-transform: translateY(9px);
		      -ms-transform: translateY(9px);
		          transform: translateY(9px);
		}
		.cd-morph-dropdown.nav-open .nav-trigger span {
		  background-color: transparent;
		}
		.cd-morph-dropdown.nav-open .nav-trigger span::before {
		  -webkit-transform: rotate(45deg);
		      -ms-transform: rotate(45deg);
		          transform: rotate(45deg);
		}
		.cd-morph-dropdown.nav-open .nav-trigger span::after {
		  -webkit-transform: rotate(-45deg);
		      -ms-transform: rotate(-45deg);
		          transform: rotate(-45deg);
		}
		.cd-morph-dropdown .main-nav {
		  display: none;
		}
		.cd-morph-dropdown .morph-dropdown-wrapper {
		  display: none;
		  position: absolute;
		  top: 0px;
		  left: 0;
		  width: 100%;
		  padding: 30px 5% 100px;
		  box-shadow: inset 0 1px 0 #e6e6e6;
		  background-color: #FFFFFF;
		  z-index: 100;
		  /* overflow-y: scroll; */
		}
		
		.cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
		  display: block;
		}
		.cd-morph-dropdown .dropdown-list > ul > li {
		  margin-bottom: 24px;
		}
		.cd-morph-dropdown .label {
			width: 100%;
		  display: block;
		  font-size: 21px;
		  font-weight: 500;
		  color: #1A1A1A!important;
		  margin-bottom: 8px;
		  font-family: "微软雅黑";
		  text-align: center!important;
		}
		#language .label{
			background-color: #f5dbb2;
			padding: 8px 0!important;
			font-size: 17px;
			margin-bottom: 14px;
		}
		.cd-morph-dropdown .content li::after {
		  clear: both;
		  content: "";
		  display: block;
		}
		.cd-morph-dropdown .gallery .content li {
		  line-height: 28px;
		  float: left;
		}
		.cd-morph-dropdown .gallery .content li:nth-child(1){
			width: 32%;
		}
		.cd-morph-dropdown .gallery .content li:nth-child(2){
			width: 36%;
		}
		.cd-morph-dropdown .gallery .content li:nth-child(3){
			width: 32%;
		}
		.cd-morph-dropdown .gallery .content a {
		  display: block;
		  color: #555;
		  font-size: 18px;
		  /* margin-left: 14px; */
		  text-decoration: none;
		  text-align: center;
		}
		.cd-morph-dropdown .gallery .content a span, .cd-morph-dropdown .gallery .content a em {
		  display: block;
		  line-height: 28px;
		}
		.cd-morph-dropdown .gallery .content a em {
		  font-size: 16px;
		  padding: 8px 0 6px;
		  color: #1A1A1A;
		  line-height: 16px;
		}
		.cd-morph-dropdown .gallery .content a span {
		  font-size: 16px;
		  color: #999;
		  display: block;
		  margin-top: 8px;
		  width: 86%;
		  float: right;
		  line-height: 28px;
		}
		
		.cd-morph-dropdown .links-list a,
		.cd-morph-dropdown .btn {
		  display: block;
		  margin-left: 14px;
		  font-size: 18px;
		  line-height: 30px;
		}
		.cd-morph-dropdown .links-list a:hover,
		.cd-morph-dropdown .btn:hover {
		  color: #1A1A1A;
		}
		.cd-morph-dropdown .content h2 {
		  color: #a6a6a6;
		  text-transform: uppercase;
		  font-weight: bold;
		  font-size: 1.3rem;
		  margin: 20px 0 10px 14px;
		}
		@media only screen and (min-width: 1200px) {
		  .cd-morph-dropdown {
		    position: absolute;
		    height: 80px;
		    left: 0;
		    top: 0;
		    width: 100%;
		    padding: 0;
		    text-align: center;
		    background-color: transparent;
		  }
		  .cd-morph-dropdown::before {
		    content: 'desktop';
		  }
		  .cd-morph-dropdown .nav-trigger {
		    display: none;
		  }
		  .cd-morph-dropdown .main-nav {
		    display: inline-block;
		  }
		  .cd-morph-dropdown .main-nav > ul > li {
		    display: inline-block;
		    float: left;
		  }
		  .cd-morph-dropdown .main-nav > ul > li > a {
		    display: block;
		    padding: 0 1.8em;
		    height: 70px;
		    line-height: 70px;
		    color: #FFFFFF;
		    font-size: 1.8rem;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		    -webkit-transition: opacity .2s;
		    transition: opacity .2s;
		  }
		  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
		    /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
		    opacity: .6;
		  }
		  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
		    opacity: 1;
		  }
		  .cd-morph-dropdown .morph-dropdown-wrapper {
		    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
		    display: block;
		    top: 58px;
		    /* overwrite mobile style */
		    width: auto;
		    padding: 0;
		    box-shadow: none;
		    background-color: transparent;
		    /* Force Hardware acceleration */
		    -webkit-transform: translateZ(0);
		            transform: translateZ(0);
		    will-change: transform;
		    -webkit-transform: translateY(20px);
		        -ms-transform: translateY(20px);
		            transform: translateY(20px);
		    -webkit-transition: -webkit-transform .3s;
		    transition: -webkit-transform .3s;
		    transition: transform .3s;
		    transition: transform .3s, -webkit-transform .3s;
		  }
		  .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
		    -webkit-transform: translateY(0);
		        -ms-transform: translateY(0);
		            transform: translateY(0);
		  }
		  .cd-morph-dropdown .dropdown-list {
		    position: absolute;
		    top: 0;
		    left: 0;
		    visibility: hidden;
		    -webkit-transform: translateZ(0);
		            transform: translateZ(0);
		    will-change: transform, width, height;
		    -webkit-transition: visibility .3s;
		    transition: visibility .3s;
		    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
		  }
		  .no-csstransitions .cd-morph-dropdown .dropdown-list {
		    display: none;
		  }
		  .cd-morph-dropdown .dropdown-list::before {
		    /* dropdown top triangle */
		    content: '';
		    position: absolute;
		    bottom: 100%;
		    left: 50%;
		    right: auto;
		    -webkit-transform: translateX(-50%);
		        -ms-transform: translateX(-50%);
		            transform: translateX(-50%);
		    height: 0;
		    width: 0;
		    border: 8px solid transparent;
		    border-bottom-color: #FFFFFF;
		    opacity: 0;
		    -webkit-transition: opacity .3s;
		    transition: opacity .3s;
		  }
		  .cd-morph-dropdown .dropdown-list > ul {
		    position: relative;
		    z-index: 1;
		    height: 100%;
		    width: 100%;
		    overflow: hidden;
		  }
		  .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
		    visibility: visible;
		    -webkit-transition: width .3s, height .3s, -webkit-transform .3s;
		    transition: width .3s, height .3s, -webkit-transform .3s;
		    transition: transform .3s, width .3s, height .3s;
		    transition: transform .3s, width .3s, height .3s, -webkit-transform .3s;
		  }
		  .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
		    opacity: 1;
		  }
		  .cd-morph-dropdown .dropdown {
		    position: absolute;
		    left: 0;
		    top: 0;
		    opacity: 0;
		    visibility: hidden;
		    width: 100%;
		    -webkit-transition: opacity .3s, visibility .3s;
		    transition: opacity .3s, visibility .3s;
		  }
		  .cd-morph-dropdown .dropdown.active {
		    opacity: 1;
		    visibility: visible;
		  }
		  .cd-morph-dropdown .dropdown.move-left .content {
		    -webkit-transform: translateX(-100px);
		        -ms-transform: translateX(-100px);
		            transform: translateX(-100px);
		  }
		  .cd-morph-dropdown .dropdown.move-right .content {
		    -webkit-transform: translateX(100px);
		        -ms-transform: translateX(100px);
		            transform: translateX(100px);
		  }
		  .cd-morph-dropdown .label {
		    /* hide the label on bigger devices */
		    display: none;
		  }
		  .cd-morph-dropdown .content {
		    padding: 2.2em 1.8em;
		    -webkit-transition: -webkit-transform .3s;
		    transition: -webkit-transform .3s;
		    transition: transform .3s;
		    transition: transform .3s, -webkit-transform .3s;
		    text-align: left;
		  }
		  .cd-morph-dropdown .content > ul::after {
		    clear: both;
		    content: "";
		    display: block;
		  }
		  .cd-morph-dropdown .content > ul > li {
		    width: 48%;
		    float: left;
		    margin-right: 4%;
		    margin-top: 0;
		  }
		  .cd-morph-dropdown .content > ul > li:nth-of-type(2n) {
		    margin-right: 0;
		  }
		  .cd-morph-dropdown .gallery .content {
		    /* you need to set a width for the .content elements because they have a position absolute */
		    width: 510px;
		    padding-bottom: .8em;
		  }
		  .cd-morph-dropdown .gallery .content li {
		    margin-bottom: 1.8em;
		  }
		  .cd-morph-dropdown .links .content > ul > li {
		    margin-top: 0;
		  }
		  .cd-morph-dropdown .links .content,
		  .cd-morph-dropdown .button .content {
		    width: 390px;
		  }
		  .cd-morph-dropdown .links-list a {
		    font-size: 1.6rem;
		    margin-left: 0;
		  }
		  .cd-morph-dropdown .btn {
		    display: block;
		    width: 100%;
		    height: 60px;
		    margin: 1.5em 0 0;
		    font-size: 1.8rem;
		    text-align: center;
		    color: #FFFFFF;
		    line-height: 60px;
		    background: #DB6356;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		  }
		  .cd-morph-dropdown .btn:hover {
		    background: #1A1A1A;
		    color: #FFFFFF;
		  }
		  .cd-morph-dropdown .content h2 {
		    font-size: 1.8rem;
		    text-transform: none;
		    font-weight: normal;
		    color: #1A1A1A;
		    margin: 0 0 .6em;
		  }
		  .cd-morph-dropdown .bg-layer {
		    /* morph dropdown background */
		    position: absolute;
		    top: 0;
		    left: 0;
		    height: 1px;
		    width: 1px;
		    background: #FFFFFF;
		    opacity: 0;
		    -webkit-transition: opacity .3s;
		    transition: opacity .3s;
		    -webkit-transform-origin: top left;
		        -ms-transform-origin: top left;
		            transform-origin: top left;
		    -webkit-transform: translateZ(0);
		            transform: translateZ(0);
		    will-change: transform;
		    -webkit-backface-visibility: hidden;
		            backface-visibility: hidden;
		  }
		  .cd-morph-dropdown.is-dropdown-visible .bg-layer {
		    opacity: 1;
		    -webkit-transition: opacity .3s, -webkit-transform .3s;
		    transition: opacity .3s, -webkit-transform .3s;
		    transition: transform .3s, opacity .3s;
		    transition: transform .3s, opacity .3s, -webkit-transform .3s;
		  }
		}
		
		/* -------------------------------- 
		
		Main site content
		
		-------------------------------- */
		.cd-main-content {
		  /* min-height: 100vh; */
		}
		@media only screen and (min-width: 1000px) {
		  .cd-main-content {
		    padding-top: 80px;
		  }
		}
		.logo{
			width: 44%;
			float: left;
			/* margin-left: 15px; */
			margin-top: 14px;
		}
		.label{
			text-align: left!important;
			font-weight: 500!important;
			padding: .2em .2em .3em!important;
		}
		.content .links-list li{
			float: left;
			line-height: 2.2rem;
			padding-top: 0.2rem;
		}
		.content .links-list li:nth-child(1){
			padding-right: 8%;
		}
		.content .links-list li:nth-child(2){
			padding-right: 8%;
		}
		.content .links-list li:nth-child(3){
			
		}
		.content .links-list li:nth-child(4){
			padding-right: 8%;
		}
		.content .links-list li:nth-child(5){
			padding-right: 8%;
		}
		.content .links-list li:nth-child(6){
			padding-right: 8%;
		}
		.content .links-list li:nth-child(7){
			padding-right: 8%;
		}
		.content .links-list li:nth-child(8){
			
		}
		.content .links-list li:nth-child(9){
			padding-right: 8%;
		}
		.content .links-list li a{
			color: #555;
			text-decoration: none;
		}
		.btn_block_1{
			width: 100%;
			height: 42px;
		}
		.btn_block_2{
			width: 100%;
			height: 42px;
			margin-top: 12px;
		}
		.btn_block_1 .btn_1{
			width: 100%;
			height: 100%;
			background-color: #021f7e;
			color: #fff;
			outline: none;
			border: none;
			border-radius: 50px;
			font-size: 16px;
		}
		.btn_block_2 .btn_2{
			width: 100%;
			height: 100%;
			background-color: #fff;
			color: #021f7e;
			outline: none;
			border: 1px solid #021f7e;
			border-radius: 4px;
			font-size: 16px;
			margin-bottom: 46px;
		}
		.btn_block_1 .btn_1 .btn_a{
			width: 100%;
			height: 100%;
			color: #fff;
			text-decoration: none!important;
			display: block;
			line-height: 44px;
		}
		.btn_block_2 .btn_2 .btn_a{
			width: 100%;
			height: 100%;
			color: #021f7e!important;
			text-decoration: none!important;
			display: block;
			line-height: 44px;
		}
	/* 	.place{
			width: 100%;
			height: 85px;
			display: none;
		} */
		
		
		
		.topNav{
			display: none!important;
		}
		
		
		/* 帮助中心 */
		.box2{
			left: 9px!important;
		}
		.bzzx{
			width: 100%;
			margin: 0 auto;
			margin: 2rem 0 ;
			height: 3rem!important;
			line-height: 3rem!important;
			text-align: center;
			
		}
		.bzzx a{
			width: 100%;
			font-size: 18px;
			color: #333;
			text-align: center;
			display: block;
		}
		
		
		/*公共部分*/
		
		.navbar-cont .nav-link:hover {
			color: #00229e;
		}
		
		.navbar-cont li a.nav-link:hover {
			border-bottom: 3px solid #409eff;
			background-color: rgba(0, 0, 0, .1);
			box-sizing: border-box;
		}
		
		.dropdown-menu>li>a:focus,
		.dropdown-menu>li>a:hover {
			background: transparent;
			color: #00229e;
		}
		
		.dropdown-menu>li>a {
			color: #585858;
			font-size: 17px;
		}
		.zwf{
			height: 60px!important;
		}
		
		/* 底部导航 */
		.foot{
			width: 100%;
			background: url(../img/foot_bj_m.png) no-repeat center;
			padding: 70px 6% 60px;
		}
		/* .foot_bx{
			max-width: 1400px;
			padding: 0 50px;
			margin: 0 auto;
		} */
		.foot_top{
			width: 100%;
			padding-bottom: 26px;
			border-bottom: 1px solid #fff;
			/* display: flex;
			-webkit-box-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			height: auto; */
		}
		.foot_logo{
			width: 100%;
			display: flex;
			-webkit-box-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			/* align-items: center; */
			height: auto;
		}
		.foot_logo_pic{
			width: 25%;
		}
		.foot_logo_name{
			width: 75%;
			font-size: 14px;
			color: #fff;
			padding-top: 10.8%;
			padding-left: 5%;
			letter-spacing: 1px;
		}
		.foot_logo_phone{
			width: 100%;
			display: flex;
			-webkit-box-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			align-items: center;
			height: auto;
			margin-top: 5%;
		}
		.foot_logo_phone_icon{
			width: 52px;
		}
		.foot_logo_phone_num{
			width: 83%;
			color: #fff;
			font-size: 21px;
			padding-top: 2%;
			letter-spacing: 1px;
		}
		.foot_list{
			width: 100%;
			/* display: flex;
			-webkit-box-pack:center;
			box-sizing:border-box; */
			margin-top: 44px;
			overflow: hidden;
		}
		.foot_list_block{
			float: left;
			width: 50%;
			color: #fff;
			font-size: 15px;
			margin-bottom: 20px;
			text-align: center;
		}
		.foot_list_block:hover{
			color: #f5dbb2;
		}
		.foot_bottom{
			width: 100%;
			/* display: flex;
			-webkit-box-pack: justify;
			-webkit-box-align: center;
			align-items: center;
			height: auto; */
			margin-top: 20px;
		}
		.foot_map{
			font-size: 13px;
			color: #fff;
			letter-spacing: 1px;
		}
		.foot_mail{
			font-size: 13px;
			color: #fff;
			/* margin-left: 80px; */
			letter-spacing: 1px;
			margin-top: 10px;
		}
		
}
