@media screen and (min-width:1200px) {
	html{
		min-height: 100%;
		position: relative;
		font-size: 16px;
	}
	
	a{
		text-decoration: none;
		color: #333;
	}
	.clearfix:after {
		content: "";
		visibility: hidden;
		display: block;
		clear: both;
		height: 0;
	}
	
	/*右侧导航栏*/
	
	.rightNav_fixed{
		position: fixed;
		top: 16%!important;
		width: 70px!important;
		right: 5px!important;
	}
	.rightNav {
		position: relative;
		width: 70px!important;
		color: #333;
		font-size: 10px;
		line-height: 40px;
		text-align: center;
		border-radius: 4px;
	}
	
	.rightNav span {
		font-size: 8px;
		color: #6d6d6d;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -22px;
		margin-top: 3%;
	}
	
	.rightNav_qq {
		position: absolute;
		right: 2px;
		top: 0.1rem;
		width: 66px;
		height: 66px;
		background: url(../img/sqsy.png) no-repeat center;
	}
	
	.rightNav_QQ {
		position: absolute;
		right: 2px;
		top: 95px;
		width: 66px;
		height: 66px;
		background: url(../img/qq.png) no-repeat center;
	}
	
	.kf-tel {
		position: absolute;
		right: 2px;
		top: 95px;
		width: 66px;
		height: 66px;
		background: url(../img/phone.png) no-repeat center;
		display: block;
		cursor: pointer;
	}
	
	.kf-tel .num {
		display: none;
		position: absolute;
		right: 68px;
		background-color: rgb(255, 255, 255);
		box-shadow: -8px 0px 18.06px 2.94px rgba(169, 169, 169, 0.27);
		font-size: 1.6rem;
		color: #007bff;
		font-family: "微软雅黑";
		letter-spacing: 1px;
		border-radius: 3px 0 0px 3px;
		/* line-height: 4rem!important; */
		padding: 15px 1rem 10px 2rem;
		text-align: left;
		width: 28rem;
		height: 88px;
		top: -2px;
	}
	.rightNav_ewm .ewm {
		display: none;
		position: absolute;
		right: 68px;
		background-color: rgb(255, 255, 255);
		box-shadow: -8px 0px 18.06px 2.94px rgba(169, 169, 169, 0.27);
		font-size: 1.6rem;
		color: #007bff;
		font-family: "微软雅黑";
		letter-spacing: 1px;
		border-radius: 3px 0 0px 3px;
		/* line-height: 4rem!important; */
		padding: 15px 1rem 10px 2rem;
		text-align: left;
		width: 16rem;
		height: 19rem;
		top: 0px;
	}
	.rightNav_ewm .ewm .ewm_text{
		color: #333;
		width: 100%;
		text-align: center;
		line-height: 26px;
		font-size: 14px;
	}
	
	.kf-tel .num .tab {
		font-size: 15px;
		color: #585858;
		line-height: 2rem;
	}
	
	.kf-tel .num p {
		line-height: 24px;
		margin-bottom: 8px!important;
	}
	
	.rightNav_ewm {
		position: absolute;
		right: 2px;
		top: 186px;
		width: 66px;
		height: 66px;
		background: url(../img/ewm.png) no-repeat center;
		cursor: pointer;
	}
	
	.rightNav_qq1:hover span {
		color: #007DFF;
	}
	
	.rightNav_QQ:hover {
		background: url(../img/qq2.png) no-repeat center;
	}
	
	.rightNav_QQ:hover span {
		color: #409eff;
	}
	
	.kf-tel:hover span {
		color: #409eff;
	}
	
	.kf-tel:hover {
		background: url(../img/phone2.png) no-repeat center;
	}
	.kf-tel:hover .num{
		display: block;
	}
	
	.rightNav_ewm:hover span {
		color: #409eff;
	}
	.rightNav_ewm:hover .ewm{
		display: block;
	}
	
	.rightNav_ewm:hover {
		background: url(../img/ewm2.png) no-repeat center;
	}
	
	.rightNav_db {
		top: 77%;
		position: absolute;
		width: 60px;
		height: 60px;
		background: url(../img/hddb.png) no-repeat center;
		right: 5px;
	}
	
	.rightNav_db:hover {
		background: url(../img/hddb2.png) no-repeat center;
	}
	
	.rightNav_db:hover span {
		color: #409eff;
	}
	
	.rightNav_db span {
		font-size: 8px;
		color: #6d6d6d;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -26px;
	}
	
	.rightNav a {
		height: 88px;
		display: block;
		margin-bottom: 0.5rem;
		background: #ffffff;
		box-shadow: 0px 8px 18.06px 2.94px rgba(169, 169, 169, 0.27);
	}
	
	.rightNav .rightNav_qq1 {
		background: #fe5b5f;
	}
	
	.rightNav .rightNav_qq1 span {
		color: #FFFFFF;
	}
	
	/* 头部 */
	.header{
		width: 100%;
		background-color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		/* min-width: 1200px; */
		z-index: 999;
		box-shadow: 0px 4px 26px rgba(204,204,204,0.1);
	}
	.header_bx{
		width: 83%;
		margin: 0 auto;
		padding: 24px 0 20px;
	}
	.header_logo{
		width: 18%;
		float: left;
	}
	.header_btn_reg{
		float: right;
		background-color: #0263e0;
		border-radius: 6px;
		display: block;
		color: #fff;
		/* width: 6%; */
		padding: 10px 24px;
		text-align: center;
		cursor: pointer;
		font-size: 16px;
	}
	.header_btn_login{
		float: right;
		/* background-color: #0263e0; */
		border: 2px solid #0263E0;
		border-radius: 6px;
		display: block;
		color: #0263E0;
		/* width: 6%; */
		padding: 8px 22px;
		text-align: center;
		cursor: pointer;
		font-size: 16px;
		margin-right: 14px;
	}
	.header_btn_reg:hover{
		background-color: #001489;
	}
	.header_btn_login:hover{
		background-color: #0263e0;
		color: #fff;
	}
	.header_btn_talk{
		float: right;
		border: 2px solid #0263E0;
		border-radius: 6px;
		text-align: center;
		/* width: 8%; */
		padding: 8px 22px;
		cursor: pointer;
		color: #0263E0;
		font-size: 16px;
		margin-right: 14px;
	}
	.header_btn_talk:hover{
		background-color: #0263E0;
		color: #fff;
	}
	.place{
		width: 100%;
		height: 85px;
	}
	.head{
		display: none;
	}
}
@media screen and (min-width:441px) and (max-width:1199px) {
	html{
		min-height: 100%;
		position: relative;
		font-size: 16px;
	}
	
	a{
		text-decoration: none;
		color: #333;
	}
	.clearfix:after {
		content: "";
		visibility: hidden;
		display: block;
		clear: both;
		height: 0;
	}
	
	/* 头部 */
	.header{
		width: 100%;
		background-color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		/* min-width: 1200px; */
		z-index: 999;
		box-shadow: 0px 4px 26px rgba(204,204,204,0.1);
	}
	.header_bx{
		width: 83%;
		margin: 0 auto;
		padding: 24px 0 20px;
	}
	.header_logo{
		width: 11%;
		float: left;
	}
	.header_btn_reg{
		float: right;
		background-color: #0263e0;
		border-radius: 6px;
		display: block;
		color: #fff;
		/* width: 6%; */
		padding: 10px 24px;
		text-align: center;
		cursor: pointer;
		font-size: 16px;
	}
	.header_btn_login{
		float: right;
		/* background-color: #0263e0; */
		border: 2px solid #0263E0;
		border-radius: 6px;
		display: block;
		color: #0263E0;
		/* width: 6%; */
		padding: 8px 22px;
		text-align: center;
		cursor: pointer;
		font-size: 16px;
		margin-right: 14px;
	}
	.header_btn_reg:hover{
		background-color: #001489;
	}
	.header_btn_login:hover{
		background-color: #0263e0;
		color: #fff;
	}
	.header_btn_talk{
		float: right;
		border: 2px solid #0263E0;
		border-radius: 6px;
		text-align: center;
		/* width: 8%; */
		padding: 8px 22px;
		cursor: pointer;
		color: #0263E0;
		font-size: 16px;
		margin-right: 14px;
	}
	.header_btn_talk:hover{
		background-color: #0263E0;
		color: #fff;
	}
	.place{
		width: 100%;
		height: 85px;
	}
	.head{
		display: none;
	}
}
@media screen and (max-width:440px) {
	html{
		min-height: 100%;
		position: relative;
		font-size: 16px;
	}
	
	a{
		text-decoration: none;
		color: #333;
	}
	.clearfix:after {
		content: "";
		visibility: hidden;
		display: block;
		clear: both;
		height: 0;
	}
	
	/* 头部 */
	
	.head{
		width: 100%;
		position: fixed;
		height: 60px;
		top: 0;
		z-index: 10;
		background: #fff;
	}
	.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;
	  background: #fff;
	}
	.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: 1.2rem 5% 8rem;
	  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: 1.1rem;
	}
	.cd-morph-dropdown .label {
	  display: block;
	  font-size: 1.2rem;
	  color: #1A1A1A!important;
	  margin-bottom: 0.2rem;
	  font-family: "微软雅黑";
	}
	.cd-morph-dropdown .content li::after {
	  clear: both;
	  content: "";
	  display: block;
	}
	.cd-morph-dropdown .gallery .content li {
	  line-height: 2.5rem;
	  float: left;
	}
	.cd-morph-dropdown .gallery .content li:nth-child(1){
		width: 42%;
	}
	.cd-morph-dropdown .gallery .content li:nth-child(2){
		width: 50%;
	}
	.cd-morph-dropdown .gallery .content li:nth-child(3){
		width: 30%;
	}
	.cd-morph-dropdown .gallery .content li:nth-child(4){
		width: 40%;
	}
	.cd-morph-dropdown .gallery .content li:nth-child(5){
		width: 30%;
	}
	.cd-morph-dropdown .gallery .content li:nth-child(6){
		width: 30%;
	}
	.cd-morph-dropdown .gallery .content li:nth-child(7){
		width: 40%;
	}
	.cd-morph-dropdown .gallery .content li:nth-child(8){
		width: 30%;
	}
	.cd-morph-dropdown .gallery .content li:nth-child(9){
		width: 30%;
	}
	.cd-morph-dropdown .gallery .content a {
	  display: block;
	  color: #555;
	  font-size: 1.1rem;
	  margin-left: 14px;
	  text-decoration: none;
	}
	.cd-morph-dropdown .gallery .content a span, .cd-morph-dropdown .gallery .content a em {
	  display: block;
	  line-height: 1.2;
	}
	.cd-morph-dropdown .gallery .content a em {
	  font-size: 1.2rem;
	  padding: .4em 0 .2em;
	  color: #1A1A1A;
	  line-height: 16px;
	}
	.cd-morph-dropdown .gallery .content a span {
	  font-size: 0.9rem;
	  color: #999;
	  display: block;
	  margin-top: 0.4rem;
	  width: 86%;
	  float: right;
	  line-height: 1.4rem;
	}
	
	.cd-morph-dropdown .links-list a,
	.cd-morph-dropdown .btn {
	  display: block;
	  margin-left: 14px;
	  font-size: 1.1rem;
	  line-height: 2.2rem;
	}
	.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: 1000px) {
	  .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;
	  }
	}
	.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: 1rem;
	}
	.btn_block_3{
		width: 100%;
		height: 42px;
		margin-top: 1rem;
	}
	.btn_block_4{
		width: 100%;
		height: 42px;
		margin-top: 1rem;
	}
	.btn_block_1 .btn_1{
		width: 100%;
		height: 100%;
		background-color: #0263e0;
		color: #fff;
		outline: none;
		border: none;
		border-radius: 4px;
		font-size: 1rem;
	}
	.btn_block_2 .btn_1{
		width: 100%;
		height: 100%;
		background-color: #fff;
		color: #0263e0;
		outline: none;
		border: 1px solid #0263e0;
		border-radius: 4px;
		font-size: 1rem;
		margin-bottom: 42px;
	}
	.btn_block_3 .btn_1{
		width: 100%;
		height: 100%;
		background-color: #fff;
		color: #0263e0;
		outline: none;
		border: 1px solid #0263e0;
		border-radius: 4px;
		font-size: 1rem;
		margin-bottom: 42px;
	}
	.btn_block_4 .btn_1{
		width: 100%;
		height: 100%;
		background-color: #fff;
		color: #0263e0;
		outline: none;
		border: 1px solid #0263e0;
		border-radius: 4px;
		font-size: 1rem;
		margin-bottom: 42px;
	}
	.btn_block_1 .btn_1 .btn_a{
		width: 100%;
		height: 100%;
		color: #fff;
		text-decoration: none!important;
		display: block;
		line-height: 42px;
	}
	.btn_block_2 .btn_1 .btn_a{
		width: 100%;
		height: 100%;
		color: #0263e0!important;
		text-decoration: none!important;
		display: block;
		line-height: 42px;
	}
	.btn_block_3 .btn_1 .btn_a{
		width: 100%;
		height: 100%;
		color: #0263e0!important;
		text-decoration: none!important;
		display: block;
		line-height: 42px;
	}
	.btn_block_4 .btn_1 .btn_a{
		width: 100%;
		height: 100%;
		color: #0263e0!important;
		text-decoration: none!important;
		display: block;
		line-height: 42px;
	}
	
	
	.header{
		width: 100%;
		background-color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		/* min-width: 1200px; */
		z-index: 999;
		box-shadow: 0px 4px 26px rgba(204,204,204,0.1);
		display: none;
	}
	.header_bx{
		width: 83%;
		margin: 0 auto;
		padding: 24px 0 20px;
		display: none;
	}
	.header_logo{
		width: 11%;
		float: left;
		display: none;
	}
	.header_btn_reg{
		float: right;
		background-color: #0263e0;
		border-radius: 6px;
		display: block;
		color: #fff;
		/* width: 6%; */
		padding: 10px 24px;
		text-align: center;
		cursor: pointer;
		font-size: 16px;
		display: none;
	}
	.header_btn_login{
		float: right;
		/* background-color: #0263e0; */
		border: 2px solid #0263E0;
		border-radius: 6px;
		display: block;
		color: #0263E0;
		/* width: 6%; */
		padding: 8px 22px;
		text-align: center;
		cursor: pointer;
		font-size: 16px;
		margin-right: 14px;
		display: none;
	}
	.header_btn_reg:hover{
		background-color: #001489;
		display: none;
	}
	.header_btn_login:hover{
		background-color: #0263e0;
		color: #fff;
		display: none;
	}
	.header_btn_talk{
		float: right;
		border: 2px solid #0263E0;
		border-radius: 6px;
		text-align: center;
		/* width: 8%; */
		padding: 8px 22px;
		cursor: pointer;
		color: #0263E0;
		font-size: 16px;
		margin-right: 14px;
		display: none;
	}
	.header_btn_talk:hover{
		background-color: #0263E0;
		color: #fff;
		display: none;
	}
	.place{
		width: 100%;
		height: 85px;
		display: none;
	}
}