html, body {
  position: relative;
  height: 100%;
  background: #fff;
}
html{
  color: #333;
  min-width: 320px;
  font-size: 100%;
}
.w-f {
  width: 100%;
}
ul,h1,h2,h3,p,div,dl,dt,dd,figure,figcaption{
  margin: 0;
  padding: 0;
}
li{list-style: none;}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img{ max-width: 100%; height: auto; transition: all .5s;}
video{
  max-width: 100%;
}
/*=============
 * 工具样式
 =============*/
.center-block{
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.f-cb {
  zoom: 1;
}
.float_r{
  float: right !important;
}
.float_l{
  float: left !important;
}
.text-right{
  text-align: right !important;
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}
.hide{
  display: none !important;
}
.show{
  display: block !important;
}
.invisible{
  visibility: hidden;
}
.text-hide{
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.clearfix:after,.clearfix:before{
  content: '';
  display: table;
}
.clearfix:after{
  clear: both;
}
*{box-sizing: border-box;}

/*=============
 * 浏览器更新提示
 =============*/
.browerupgrade{
  margin: 0;
  padding: 1rem;
  background: #ccc;
}

/*=============
 * 自定义页面样式
 =============*/
body{
  line-height: 1.8;
  font-family: Microsoft YaHei;
}
a{
  color: #666;
  text-decoration: none;
  transition: all .4s;
}
a:active,a:hover{
  color: #333;
  text-decoration: none;
}
.container{
  max-width: 85rem;
  margin: 0 auto;
  padding: 0;
}
.container2{
  max-width: 75rem;
  margin: 0 auto;
  padding: 0;
}
.header-container{
	width: 101.25rem;
	margin: 0 auto;
	padding: 0;
}
.back_blue{
  background: #f7fcff;
}
/**--------------------------------------------------------
**  Page---index.html
---------------------------------------------------------**/
#header {
  position: relative;
}
/*Home-header*/

.header-wrap {
  height: 6.25rem;
  width: 100%;
  background: #fff;
}
.header-logo{
  margin: 2.2rem 2.6875rem 0 0;
}
.mobile_nav_btns{
  display: none;
}
.navbar_header {
  height: 100%;
  position: relative;
}
.navbar_header .navbar_box{
  height: 100%;
  margin: 0 auto;
}
.header-wrap .container {
  height: 100%;
}
.headteler_nav{
  height: 100%;
}
.mobile_nav{
  position: absolute;
  top: 7px;
  right: 20px;
}
.pcNav {
  height: 100%;
  transition: all 0.3s ease 0s;
}
.pcNav .nav {
  font-size: 0;
  height: 100%;
}
.pcNav .nav>li {
  display: inline-block;
  font-size: 1rem;
}
.pcNav .nav>li{
  line-height: 4.0625rem;
}
.pcNav .nav>li>a {
  display: block;
  text-align: center;
  color: #464646;
  height: 100%;
  position: relative;
}
.pcNav>.nav>li{
  height: 100%;
  text-align: center;
  position: relative;
}
.pcNav .nav li:hover>a>p,
.pcNav .nav li.active>a>p{
  color: #00315e;
}
.pcNav .nav li p{
  font-size: 1rem;
  color:#333;
	font-weight: bold;
  line-height: 6.25rem;
  padding: 0 2.6875rem;
}
.pcNav .nav li img:nth-child(2){
  display: none;
}
.pcNav .nav li:hover img:first-child,
.pcNav .nav li.active img:first-child{
  display: none;
}
.pcNav .nav li:hover img:nth-child(2),
.pcNav .nav li.active img:nth-child(2){
  display: inline-block;
}
.header_nav {
  height: 100%;
  margin-left: 11.47%;
}
.intop_pos {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 7px #d8d8d899;
  transition: all 0.4s;
}
.intop_pos .nav li a {
  color: #333;
}
.children{
  width: 100%;
  position: absolute;
  text-align: left;
  display: none;
  left:0;
  top: 100%;
  z-index: 9;
	box-shadow: 0 0 6px #ddd;
}
.children li{
  background: #fff;
	/* border-bottom: 1px solid #ddd; */
}
.children a{
  color: #333;
  display: block;
  padding:0 0.8rem;
}
.pcNav .nav li .children li{
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.children a:hover{
  display: block;
  width: 100%;
  color:#fff;
  background: #00315e;
}

/* Home-mobile-header */
.menu {
  float: right;
  display: none;
}
.mm-menu .mm-navbar .mm-title {
  padding: 0 0 0 25px;
  font-size: 1rem;
  color: #acacac;
  text-align: left;
}
.mm-navbar {
  height: 5rem;
  line-height: 5rem;
}
.mm-menu {
  background: #fff;
}
.mm-listview>li>a,
.mm-listview>li>span {
  font-size: 1rem;
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
}
.m-search>input::-webkit-input-placeholder {
  color: #3e4142;
  font-size: 0.875rem;
  line-height: 1.71rem;
}
.m-search>input {
  width: 100%;
  border: 0;
  outline: none;
  border-radius: 0 10rem 10rem 0;
  background: #f4f4f4;
  color: #9b9b9b;
  font-size: 0.875rem;
  height: 1.71rem;
  padding-top: 0.3rem;
}
.m-search>button {
  background: url(../images/search.png) no-repeat 10px 7px #f4f4f4;
  height: 1.71rem;
  width: 11%;
  border: 0;
  outline: none;
  background-size: 58%;
  padding: 0;
  border-radius: 10rem 0 0 10rem;
}
.m-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.625rem 0rem 1rem;
  border-color: #fff;
  display: none;
  width: 100%;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 4.2rem;
}
.mm-listview>li .mm-next:before {
  content: none;
}
.mm-navbar-bottom {
  border: none;
}
.mm-btn {
  width: 60px;
  height: 60px;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before,
.mm-arrow:after,
.mm-prev:before {
  width: 10px;
  height: 10px;
  top: 10px;
}
.mm-clear:before,
.mm-close:before {
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  right: 32px;
}
.mm-next:after {
  width: 10px;
  height: 10px;
  top: 4px;
}
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  width: calc(100% + 40px);
}
.mm-navbar.mm-hasbtns {
  background: #333;
  padding: 0 40px 0 17px;
  height: 4.25rem;
  line-height: 4.25rem;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #fff;
}
.header-wrap-text{
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	line-height: 6.25rem;
}


.banner{
  overflow: hidden;
}
.banner img{
  display: block;
}

.H-title h2{
	font-size: 2.375rem;
	font-weight: bold;
	color: #00315e;
	text-align: center;
}
.H-title p{
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.day90-wrap,.evaluation-wrap,.chart-wrap,.table-wrap,.cooper-wrap,footer{
	margin-top: 5.9375rem;
}
.day90-wrap{
	background: #0451e0;
	padding: 4.375rem 0;
}
.day90-wrap .H-title h2{
	color: #fff;
}
.day90-wrap img{
	margin-top: 3.125rem;
}
.up-wrap{
	background: #fef4f5;
}
.up_left{
	width: 45%;
	margin-top: 10%;
}
.up_left .H-title h2{
	text-align: left;
}
.up_left p{
	width: 70%;
	font-size: 1.5rem;
	color: #224971;
	text-align: justify;
	margin-top: 1rem;
}
.up_right{
	width: 53%;
}
.evaluation_cont{
	display: flex;
	margin-top: 3.4375rem;
}
.evaluation_item{
	width: 40%;
	padding-top: 40%;
	background-image: url(../img/index_bg2.png);
	background-repeat: no-repeat;
	position: relative;
	background-size: 100% 100%;
	cursor: pointer;
}
.evaluation_item:nth-child(2){
	background-image: url(../img/index_bg.png);
	margin-left: -10.5%;
}
.evaluation_item:nth-child(3){
	margin-left: -10.5%;
}
.evaluation_text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.evaluation_img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s;
	z-index: 9;
}
.evaluation_text h3{
	font-size: 2rem;
	color: #0651df;
	font-weight: bold;
	margin-bottom: 1rem;
}
.evaluation_text p{
	width: 63%;
	font-size: 1.125rem;
	color: #224971;
}
.evaluation_item:nth-child(2) .evaluation_text{
	left: 53%;
}
.evaluation_item:nth-child(3) .evaluation_text{
	left: 60%;
}
.evaluation_item:hover .evaluation_img{
	opacity: 1;
}

.chart_img{
	display: block;
	margin: 2rem auto;
}
.table_img{
	display: block;
	margin: 4rem auto 2rem;
}
.cooper_list{
	display: flex;
	justify-content: space-between;
	margin-top: 3.5625rem;
}
.footer_top{
	background: #043f6c;
	padding: 6.625rem 0;
}
.footer_top_left {
	width: 45%;
}
.footer_top_left ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5.625rem;
}
.footer_top_left ul a{
	font-size: 1rem;
	color: #fff;
}
.footer_top_right{
	width: 40%;
	display: flex;
	justify-content: space-between;
}
.footer_top_right{
	color: #fff;
}
.footer_top_right_contact{
	width: 60%;
	text-align: justify;
}
.footer_top_right_code{
	text-align: center;
}
.footer_bottom{
	background: #003259;
	text-align: center;
	font-size: 1rem;
	color: #a8a8a8;
	padding: 1.125rem 0;
}

/* about.html */
.page_top{
	margin-bottom: 13%;
}
.page_top_text{
	margin-top: -18%;
}
.page_top_text h2{
	font-size: 2.375rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1rem;
}
.page_top_text p{
	width: 47%;
	font-size: 1rem;
	color: #fff;
}
.about_item{
	margin-top: 4.375rem;
}
.about_item img{
	display: block;
	margin: 0 auto;
}
.about_item h2{
	margin-bottom: 1rem;
}
.how_item{
	margin-top: 6rem;
}
.how_item img{
	margin-top: 3.125rem;
}

/* voice.html */
.page_tit{
	font-size: 3.375rem;
	color: #00315e;
	font-weight: bold;
	margin: 3.75rem 0;
}
.page_tit p{
	font-size: 1.25rem;
	color: #333;
	font-weight: normal;
}
.page_tab{
	width: 24.6875rem;
	height: 3.125rem;
	border-radius: 1.5625rem;
	background: #f5f5f5;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	margin-bottom: 5.625rem;
}
.page_tab::before{
	content: '';
	width: 1px;
	height: 2.125rem;
	background: #c4c4c4;
	position: absolute;
}
.page_tab a{
	color: #333;
}
.page_tab a.active,
.page_tab a:hover{
	color: #237ae9;
}
.voice_list li{
	box-shadow: 0 0 18px rgba(6,81,223,.28);
	margin: 4.375rem 0;
}
.voice_list li img{
	display: block;
	width: 100%;
}
.page_num{
	display: flex;
	justify-content: center;
}
.page_num a{
	color: #999;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: .2rem;
	text-align: center;
	line-height: 2.5rem;
	background: #e9e9e9;
	margin: 3.5625rem 6px 1rem;
}
.page_num a.active,
.page_num a:hover{
	color: #fff;
	background: #237ae9;
}

.contact_list{
	display: flex;
	justify-content: space-between;
}
.contact_item{
	width: 30%;
	padding: 2.8125rem 2.5rem;
	box-shadow: 0 0 18px rgba(6,81,223,.28);
}
.contact_item h2{
	font-size: 1.875rem;
	color: #237ae9;
	font-weight: bold;
	margin: 1rem 0;
}
.contact_item p{
	font-size: 1rem;
	color: #333;
	height: 3.125rem;
}
.contact_item span{
	display: block;
	width: 9.6875rem;
	height: 2.5rem;
	border-radius: 1.25rem;
	font-size: 1.25rem;
	color: #fff;
	text-align: center;
	background: #237ae9;
	margin: 1.5rem 0;
}

/* vip.html */
.vip_tit{
	background: #f5fffb;
	padding: 8rem 0;
}
.vip_tit h2{
	font-size: 2.375rem;
	color: #00315e;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.vip_tit p{
	width: 70%;
	font-size: 1rem;
	color: #333;
}
.vip_know{
	background: url(../img/vip_bg.png) no-repeat right bottom;
	margin: 6.875rem 0 9.375rem;
}
.vip_know_left{
	margin-top: 2.5rem;
}
.vip_know_left h2{
	font-size: 2.375rem;
	color: #00315e;
	font-weight: bold;
	margin-bottom: 1rem;
}
.vip_know_left li{
	font-size: 1rem;
	color: #333;
	padding-left: 1.875rem;
	background: url(../img/vip_icon.png) no-repeat left center;
}
.vip_know_right img{
	display: block;
}
.vip_say{
	background: #f5fffb;
	padding: 5rem 0 9.375rem;
	margin-bottom: -5.9375rem;
}
.vip_say h2{
	font-size: 2.375rem;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.vip_say_list{
	display: flex;
	justify-content: space-between;
	margin-top: 10rem;
}
.vip_say_list li{
	width: 30%;
	box-shadow: 0 0 18px rgba(6,81,223,.28);
	background: #fff;
	padding: 0 2.375rem 14rem;
	position: relative;
}
.vip_say_list li img{
	transform: translate(-50%,-50%);
	margin-left: 50%;
}
.vip_say_list li p{
	font-size: 1rem;
	color: #0651df;
	margin-top: -10%;
}
.vip_say_result{
	position: absolute;
	bottom:3rem;
}
.vip_say_result span{
	display: block;
	color: #7d7d7d;
	line-height: 2;
}
/* consultion.html */
.consultion_cont{
	display: flex;
	justify-content: space-between;
	padding-top: 6.5625rem;
}
.consultion_text{
	width: 58%;
}
.consultion_text h2{
	font-size: 2.375rem;
	color: #00315e;
	font-weight: bold;
	margin-bottom: 1rem;
}
.consultion_text p{
	font-size: 1.25rem;
	color: #333;
	line-height: 2.5;
}
.consultion_text .consultion_link{
	font-size: 1rem;
	color: #333;
	margin-top: 1.5rem;
}


.news_cont{
	background: #f5fffb;
	padding: 8rem 0;
	margin-bottom: -5.9375rem;
}
.news_cont_left{
	width: 60%;
}
.news_cont_left h2{
	font-size: 2.375rem;
	color: #00315e;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.news_cont_left p{
	color: #333;
}




@media only screen and (max-width:119rem) {
	.header-container{width: 90%;}
}
@media only screen and (max-width:100rem) {

}
@media only screen and (max-width:87rem) {
	.pcNav .nav li p{padding: 0 2rem}
}
@media only screen and (max-width:83.75rem) {
  .container,.header-container{padding: 0 1rem}
  .header-wrap-phone{display: none}
	.pcNav .nav li p{padding: 0 1.5rem}
}
@media only screen and (min-width:83.75rem) {


}
@media only screen and (max-width:75rem) {
  .pcNav .nav li p{padding: 0 1rem}
}

/* screen 150% */
@media screen and (max-width:62rem) {
  .menu {display:block;}
  .top-wrap .float_r{display: none}
  .mobile_nav_btns{display: block;position: relative}
  .mobile_nav_btns_logo{margin-top: 15px}
  .header-wrap{ display: none;}


}
@media screen and (min-width:62rem) {

}
/*移动端隐藏*/
@media screen and (max-width: 46.875rem){
  .container,.header-container,.container2{padding: 0 1rem}
  .mobile_nav_btns_logo{width: 30%;}
  .banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 5px;}
  .banner .swiper-pagination-bullet{width: 8px;height: 8px;}
	.H-title h2{font-size: 1.875rem;margin-bottom: .5rem;}
	.H-title p{font-size: 1rem;}
	.page_top img{height: 13rem;}
	.page_top_text {margin-top: -47%;}
	.page_top_text h2{font-size: 1.5rem;margin-bottom: .5rem;}
	.page_top_text p{width: 100%;line-height: 1.5;font-size: .875rem;}
	.day90-wrap, .evaluation-wrap, .chart-wrap, .table-wrap, .cooper-wrap, footer{margin-top: 2rem;}
	.day90-wrap{padding: 2rem 0;}
	.day90-wrap img{margin-top: 1rem;}
	.up_left,.up_right{width: 100%;}
	.up_left p{width: 100%;font-size: 1.125rem;}
	.evaluation_text{width: 65%;}
	.evaluation_text h3{font-size: .875rem;margin-bottom: .5rem;}
	.evaluation_text p{font-size: .75rem;width: 100%;line-height: 1.3;}
	.evaluation_item:nth-child(1) .evaluation_text{left: 45%;}
	.evaluation_item:nth-child(2) .evaluation_text{width: 56%;}
	.evaluation_item:nth-child(3) .evaluation_text{left: 62%;}
	.table_img{margin: 2rem auto 1rem;}
	.cooper_list{flex-wrap: wrap;margin-top: 2rem;}
	.cooper_list li{width: 23%;}
	.footer_top{display: none;}
	
	.how_item{margin-top: 3rem;}
	.how_item img{margin-top: 2rem;}
	.page_tit{font-size: 2.5rem;margin: 3rem 0;}
	.contact_list{flex-wrap: wrap;}
	.contact_item{width: 100%;text-align: center;margin-bottom: 2rem;}
	.contact_item span{margin: 1.5rem auto;}
	.vip_tit{padding: 4rem 0;}
	.vip_tit p{width: 100%;}
	.vip_know{margin: 1rem 0 4rem;}
	.vip_know_right img{margin-top: 2rem;}
	.vip_say_list{flex-wrap: wrap;margin-top: 0;}
	.vip_say_list li{width: 100%;margin-top: 10rem;}
	.consultion_cont{flex-wrap: wrap;}
	.consultion_text{width: 100%;}


}
/*PC端隐藏*/
@media screen and (min-width: 46.875rem){

}
@media only screen and (max-width: 37.5rem) {

}
/*公用-小屏幕*/
@media only screen and (max-width: 30rem) {

}
