html {
  font-size: 100px !important;
  -webkit-overflow-scrolling: touch;
  font-family: "微软雅黑";
}
.blue_font {
  color: #4883ff;
}
.green_font {
  color: #7bca48;
}

@media (max-width: 900px) {
  html {
    font-size: 87.89px !important;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 78.125px !important;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 68.359px !important;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 58.593px !important;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 48.828px !important;
  }
}
@media (max-width: 414px) {
  html {
    font-size: 40.429px !important;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 36.621px !important;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 35.156px !important;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 34.25px !important;
  }
}

/*= top_logo
 	=============*/
.pc_menu {
  display: none;
}
.toggle {
  float: left;
  display: block;
  height: 1.5rem;
  line-height: 1.8rem;
  text-align: center;
  width: 1.5rem;
  background: #328ecf;
  margin-right: 50%;
  color: white;
}
.toggle i {
  font-size: 1rem;
  line-height: 1.5rem;
}
.m_menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.m_menu .mm_top {
  width: 100%;
  height: 1.5rem;
  font-size: 0.6rem;
  line-height: 1.5rem;
  color: white;
  background-color: #328ecf;
}
.m_menu .mm_top .mm_top_img {
  width: auto;
  height: 1rem;
  margin: 0.25rem 0.1rem;
}
.mm_top .mm_search {
  float: left;
  height: 1.5rem;
  width: 100%;
  background-color: #f2f2f2;
}
.mm_top .mm_search .mm_search_l {
  width: 6rem;
  float: left;
  margin: 0.15rem 0 0 0.3rem;
}
.mm_top .mm_search .mm_search_r {
  height: 0.8rem;
  float: right;
  margin: 0.4rem 0.3rem 0 0;
}
.mm_bot {
  position: fixed;
  top: 1.5rem;
  left: 0;
  width: 100%;
  padding: 0 0 0.5rem;
  background-color: white;
  display: none;
  z-index: 100;
}
.mm_bot .mm_bot_li {
  width: 100%;
  height: 1.3rem;
  line-height: 1.3rem;
  font-size: 0.5rem;
  text-align: center;
}
.mm_bot .mm_bot_li:active {
  background: #d4d4d4;
}

/*= ban
 	=============*/
.ban {
  width: 100%;
  min-height: 4.7rem;
  margin-top: 3rem;
}
.ban .banner {
  width: 100%;
  height: 4.6rem !important;
  border-bottom: 3px solid #f2f2f2;
}
.ban .banner img {
  width: 100%;
  /* height: 100%; */
}
.banner_info {
  width: 100%;
  height: 2rem;
  border-bottom: 3px solid #7bca48;
  background: white;
}
.banner_info .banner_info_left {
  float: left;
  width: 28%;
  height: 100%;
  text-align: center;
}
.banner_info .banner_info_left .banner_info_left_p {
  font-size: 0.2rem;
  line-height: 0.5rem;
  margin-top: 0.3rem;
  letter-spacing: 0.02rem;
}
.banner_info .banner_info_left .banner_info_left_h1 {
  font-size: 0.42rem;
  letter-spacing: 0.05rem;
}
.banner_info .banner_info_right {
  width: 70%;
  float: left;
  min-height: 1rem;
  border-left: 2px solid #d4d4d4;
  margin-top: 0.2rem;
  text-align: left;
  font-size: 0.3rem;
}
.banner_info .banner_info_right .banner_info_right_p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 90%;
  letter-spacing: 0.03rem;
  padding: 0 5%;
  line-height: 0.5rem;
}
.banner_info .banner_info_right .banner_info_right_a {
  float: right;
  margin-right: 5%;
  line-height: 0.6rem;
  display: block;
}

.ban .banner .swiper-container {
  height: auto;
}

/*= 标题统一样式
 	=============*/
.title {
  margin: 0rem auto;
  text-align: center;
  padding: 0.5rem 0;
}
.title .eng_tt {
  font-size: 0.2rem;
  line-height: 0.5rem;
  letter-spacing: 0.03rem;
}
.title .cn_tt {
  font-size: 0.48rem;
  letter-spacing: 0.08rem;
}
.page2 .cn_tt {
  border-bottom: 3px solid #4883ff;
  width: 2.3rem;
  margin: 0rem auto 0.1rem;
}
.page2 .title {
  width: 2.3rem;
  margin: 0rem auto 0.5rem;
  border-bottom: 1px solid #4883ff;
  padding: 0;
}

.about-us .content {
  margin: 0 30px 50px 30px;
  font-size: 0.36rem;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: justify;
}
/*= Information
 	=============*/
.info {
  width: 100%;
}
.info .info_c {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02rem;
}
.info .info_c .info_c_li {
  width: 9rem;
  min-height: 6rem;
  box-shadow: #d4d2d2 0px 0px 10px;
  border-radius: 5px;
  margin: 0.6rem auto;
  background-color: white;
  position: relative;
}
.info .info_c .info_c_li .info_c_li_top {
  width: 100%;
}
.info .info_c .info_c_li2 .info_c_li_top {
  height: 5.45rem;
}
.info .info_c .info_c_li .info_c_li_bot {
  width: 90%;
  margin: 0 auto;
  height: 5.45rem;
}
.info_c_li2 .info_c_li_bot {
  padding: 0 5%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.info_c_li .tab_a {
  width: 100%;
  height: 1.55rem;
  font-size: 0.4rem;
  cursor: pointer;
}
.info_c_li .tab_a .act {
  font-weight: bold;
}
.info_c_li .tab_a li {
  border-right: 1px solid #d4d4d4;
  float: left;
  width: 49%;
  text-align: center;
  line-height: 1.25rem;
  margin: 0.15rem 0;
}
.info_c_li .tab {
  width: 100%;
  min-height: 5rem;
}

.info_list_tt {
  width: 100%;
  height: 1rem;
}
.info_list_tt .info_list_tt_h2 {
  font-size: 0.4rem;
  margin: 0.15rem 0 0rem 0rem;
}
.info_list_tt .info_list_tt_p {
  font-size: 0.38rem;
}
.info_list_ul {
  width: 100%;
  min-height: 3.25rem;
}
.info_list_ul .info_list_li {
  width: 100%;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: left;
  font-size: 0.4rem;
  color: #434343;
}
.info_list_ul .info_list_li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info_list_ul .info_list_li .info_list_li_span {
  margin-right: 0.1rem;
}
.info_li_btn {
  width: 3.3rem;
  height: 0.9rem;
  background-color: #7cca49;
  color: #fbfeff;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.9rem;
  position: absolute;
  bottom: 0;
  left: 29%;
  z-index: 1;
}
.info_c_li2 {
  width: 90%;
  padding: 0 5%;
  background: #f4f4f4;
}
.info_c_li2 .info_c_li {
  border-radius: unset !important;
}
.info_list_c {
  width: 100%;
  min-height: 2.5rem;
  margin: 0.4rem auto 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 0.6rem;
  font-size: 0.4rem;
  color: #434343;
}
.info_c_li_bot3 {
  display: none;
}
.tab_img {
  width: 100%;
  height: 5.45rem;
}
.info_c_li_top .play {
  width: 100%;
  height: 3.45rem;
  background: rgba(0, 0, 0);
  padding-top: 2rem;
}
.info_c_li_top .play img {
  display: block;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
}

/*= Scenery
 	=============*/
.scenery {
  width: 100%;
  height: 7.5rem;
  background-color: #f4f4f4;
}
.scenery .sce_c_car {
  height: 4.6rem;
  width: 96%;
  margin: 0 2%;
}
.sce_img {
  width: 90%;
  height: 3.3rem;
}
.sce_a {
  display: block;
  width: 80%;
  margin: 0 10%;
  font-size: 0.34rem;
  text-align: center;
  line-height: 0.8rem;
  height: 0.8rem;
}
.sce_a_span {
  content: ">";
  float: right;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border: 2px solid #d4d4d4;
  border-radius: 5px;
  line-height: 0.4rem;
  text-align: center;
}

/*= Contact
 	=============*/
.link,
.bottom,
.all_slide {
  display: none;
}
.link_m {
  width: 100%;
  padding-bottom: 1.2rem;
}
.link_m_img {
  display: block;
  width: 3.2rem;
  margin: 0 auto 0.5rem;
}

/*= Bottom_mobile
 	=============*/
 	
 	.mobile
 	{
 	    	display:flex;
	flex-direction:column;
 	    
 	    }
 	    
 	    
 	 .content  .contentbox
 	    {
 	        height:890px ;
 	        
 	        }
 	
 	
 	
.bottom_m {
  height: 1.2rem;
  width: 100%;
  background-color: black;
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
}
.bottom_m .bot_m_li {
  width: 25%;
  float: left;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.bottom_m .bot_m_li img {
  display: block;
  height: 0.8rem;
  width: 0.9rem;
  margin: 0.2rem auto;
}
.float {
  display: none;
}

/*= Page2
 	=============*/
.m_ban {
  width: 100%;
  line-height: 0.8rem;
  border-bottom: 4px solid #7bca48;
}
.m_ban_h2 {
  line-height: 0.8rem;
  width: 90%;
  margin: 0 auto;
  font-size: 0.24rem;
}
.page2 {
  width: 90%;
  padding: 5%;
  background: #f4f4f4;
}
.page2 .page2_left {
  width: 90%;
  padding: 0 5%;
  border-break: 5px;
}
.page2 .page2_right {
  width: 94%;
  padding: 0.5rem 3% 0;
  background-color: white;
  margin: 0rem auto;
  min-height: 14rem;
  box-shadow: #d4d2d2 0px 0px 10px;
  border-radius: 5px;
}
.page2_left,
.p2_wz {
  display: none;
}
.page2_right .p2_r_li {
  width: 100%;
  padding-top: 0.3rem;
  font-size: 0.34rem;
  line-height: 0.65rem;
  border-bottom: 1px dashed #d4d4d4;
  height: 2.8rem;
  padding: 0.4rem 0;
  margin-bottom: 0.2rem;
  background-color: #f4f4f4;
}
.page2_right .p2_r_li .p2_r_li_img {
  width: 40%;
  height: 100%;
  float: left;
}
.page2_right .p2_r_li p {
  width: 57%;
  float: left;
  margin-left: 3%;
}
.page2_right .p2_r_li .p2_r_li_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.36rem;
  font-weight: bold;
}
.page2_right .p2_r_li .p2_r_li_time {
}
.page2_right .p2_r_li .p2_r_li_info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page2_right .getmore {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.4rem;
  text-align: center;
  border-top: 2px solid #4883ff;
  margin-top: 0.3rem;
}

.page2_left2 {
  width: 90%;
  margin: 0.5rem auto;
  background-color: white;
  border: 1px solid #d4d4d4;
  box-shadow: #d4d2d2 0px 0px 10px;
  border-radius: 5px;
  min-height: 6.8rem;
}
.page2_left2 .p2_l_top {
  width: 100%;
  height: 1.35rem;
}

.page2_left2 .p2_l_top .p2_l_top_h1 {
  line-height: 1.35rem;
  font-size: 0.6rem;
  padding: 0 0.1rem 0 0.3rem;
  display: inline-block;
}
.page2_left2 .p2_l_top .p2_l_top_p {
  font-size: 0.4rem;
  display: inline-block;
}
.page2_left2 .p2_l_ul {
  width: 100%;
  min-height: 5.8rem;
  background: #f4f4f4;
  padding-bottom: 0.2rem;
}
.page2_left2 .p2_l_ul .p2_l_li {
  width: 94%;
  padding-left: 6%;
  height: 1.6rem;
  font-size: 0.5rem;
  line-height: 1.6rem;
  cursor: pointer;
}
.page2_left2 .p2_l_ul .p2_l_li:hover {
  border-bottom: 1px solid #4883ff;
}
.page2_left2 .p2_l_ul .p2_l_li p {
  display: inline-block;
  width: 4rem;
  border-bottom: 4px solid #4883ff;
}
.page2_left2 .p2_l_ul .active {
  border-bottom: 1px solid #4883ff;
  font-weight: bold;
}

.page3 {
  width: 90%;
  padding: 5%;
  background: #f4f4f4;
}
.page3 .page3_left {
  width: 90%;
  padding: 0 5%;
  border-break: 5px;
}
.page3 .page3_right {
  width: 94%;
  padding: 0.5rem 3% 0;
  background-color: white;
  margin: 0rem auto;
  min-height: 14rem;
  box-shadow: #d4d2d2 0px 0px 10px;
  border-radius: 5px;
}
.page3_left,
.p3_wz {
  display: none;
}
.page3_right .p3_r_li {
  width: 100%;
  padding-top: 0.3rem;
  font-size: 0.34rem;
  line-height: 0.65rem;
  border-bottom: 1px dashed #d4d4d4;
  height: 2.8rem;
  padding: 0.4rem 0;
  margin-bottom: 0.2rem;
  background-color: #f4f4f4;
}
.page3_right .p3_r_li .p3_r_li_img {
  width: 40%;
  height: 100%;
  float: left;
}
.page3_right .p3_r_li p {
  width: 57%;
  float: left;
  margin-left: 3%;
}
.page3_right .p3_r_li .p3_r_li_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.36rem;
  font-weight: bold;
}
.page3_right .p3_r_li .p3_r_li_time {
}
.page3_right .p3_r_li .p3_r_li_info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page3_right .getmore {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.4rem;
  text-align: center;
  border-top: 2px solid #4883ff;
  margin-top: 0.3rem;
}

.page3_left3 {
  width: 90%;
  margin: 0.5rem auto;
  background-color: white;
  border: 1px solid #d4d4d4;
  box-shadow: #d4d2d2 0px 0px 10px;
  border-radius: 5px;
  min-height: 6.8rem;
}
.page3_left3 .p3_l_top {
  width: 100%;
  height: 1.35rem;
}

.page3_left3 .p3_l_top .p3_l_top_h1 {
  line-height: 1.35rem;
  font-size: 0.6rem;
  padding: 0 0.1rem 0 0.3rem;
  display: inline-block;
}
.page3_left2 .p3_l_top .p3_l_top_p {
  font-size: 0.4rem;
  display: inline-block;
}
.page3_left2 .p3_l_ul {
  width: 100%;
  min-height: 5.8rem;
  background: #f4f4f4;
  padding-bottom: 0.2rem;
}
.page3_left2 .p3_l_ul .p3_l_li {
  width: 94%;
  padding-left: 6%;
  height: 1.6rem;
  font-size: 0.5rem;
  line-height: 1.6rem;
  cursor: pointer;
}
.page3_left2 .p3_l_ul .p3_l_li:hover {
  border-bottom: 1px solid #4883ff;
}
.page3_left2 .p3_l_ul .p3_l_li p {
  display: inline-block;
  width: 4rem;
  border-bottom: 4px solid #4883ff;
}
.page3_left2 .p3_l_ul .active {
  border-bottom: 1px solid #4883ff;
  font-weight: bold;
}

.r_pic_ul {
  width: 100%;
  min-height: 9rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.r_pic_li {
  width: 48%;
  height: 3.6rem;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
.r_pic_li_img {
  width: 100%;
  height: 3rem;
}
.r_pic_li_h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.3rem;
  line-height: 0.6rem;
  text-align: center;
}



.banner
{
        height: auto !important;
    margin-top: 3rem
}


/*= 文章详情页面
 	=============*/
/*.page2 {
  margin-top: 3rem;
}*/
.page2_right {
  overflow: hidden;
}
.page2_right img {
}
.page2_right .p2_r_info_tt {
  border-bottom: 1px solid #4883ff;
  font-size: 0.4rem;
  text-align: center;
  width: 8.4rem;
  margin: 0 auto;
}
.page2_right .p2_r_info_tt p {
  border-bottom: 4px solid #4883ff;
  margin: 0rem auto 0.1rem;
  line-height: 0.6rem;
  letter-spacing: 0.05rem;
}
.page2_right .p2_r_info_time {
  text-align: center;
  font-size: 0.28rem;
  margin: 0.1rem 0 0.4rem;
}
.page2_right .p2_r_info_time span {
  display: block;
  margin-bottom: 0.1rem;
}
.page2_right .p2_r_info_time span a {
}
.page2_right .p2_r_info_c {
  width: 100%;
  font-size: 0.32rem;
  line-height: 0.6rem;
  letter-spacing: 0.04rem;
}
.p2_r_info_c img {
  width: 100% !important;
  height: 100% !important;
}
.sidenav-menu li i {
  color: white;
}

.videoid {
  width: 100%;
  height: 5.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.play img {
  display: block;
  margin: 1rem auto 0;
}
.page2_right {
  width: 94% !important;
}

.page3 {
  margin-top: 1rem;
}
.page3_right {
  overflow: hidden;
}
.page3_right img {
}
.page3_right .p3_r_info_tt {
  border-bottom: 1px solid #4883ff;
  font-size: 0.4rem;
  text-align: center;
  width: 8.4rem;
  margin: 0 auto;
}
.page3_right .p3_r_info_tt p {
  border-bottom: 4px solid #4883ff;
  margin: 0rem auto 0.1rem;
  line-height: 0.6rem;
  letter-spacing: 0.05rem;
}
.page3_right .p3_r_info_time {
  text-align: center;
  font-size: 0.28rem;
  margin: 0.1rem 0 0.4rem;
}
.page3_right .p3_r_info_time span {
  display: block;
  margin-bottom: 0.1rem;
}
.page3_right .p3_r_info_time span a {
}
.page3_right .p3_r_info_c {
  width: 100%;
  font-size: 0.32rem;
  line-height: 0.6rem;
  letter-spacing: 0.04rem;
}
.p3_r_info_c img {
  width: 100% !important;
  height: 100% !important;
}

.page3_right {
  width: 94% !important;
}
