@charset "UTF-8";

@font-face {font-family: 'albblight';src: local('albblight'), url(font/AlibabaSans-Light.otf) format('woff');}
@font-face {font-family: 'albbnormal';src: local('albbnormal'), url(font/AlibabaSans-Regular.otf) format('woff');}
@font-face {font-family: 'albbmedium';src: local('albbmedium'), url(font/AlibabaSans-Medium.otf) format('woff');}
@font-face {font-family: 'albbbold';src: local('albbbold'), url(font/AlibabaSans-Bold.otf) format('woff');}
@font-face {font-family: 'albbhaevy';src: local('albbhaevy'), url(font/AlibabaSans-Heavy.otf) format('woff');}
@font-face {font-family: 'albbblack';src: local('albbblack'), url(font/AlibabaSans-Black.otf) format('woff');}

html{font-size: 16px;font-family: 'albblight', Arial;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
a{text-decoration:none;}
table {border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
strong{font-weight: bold;}
ol,ul {list-style: none;margin:0;padding:0;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;margin:0;padding:0;color:#444;}
q:before,q:after {content:'';}
abbr,acronym {border: 0;}

#myVideo{position: absolute;right: 0;bottom: 0;top:0;width: 100%;height: 100%;background-size: 100% 100%;background-color: black; /* in case the video doesn't fit the whole page*/background-image: /* our video */;background-position: center center;background-size: contain;object-fit: cover; /*cover video background */z-index:3;}
video::-webkit-media-controls {display:none !important;}




/* Centered texts in each section
* --------------------------------------- */

@media (max-width: 1920px) and (min-width: 1280px){
	
	.container{width: 100%;height: auto;overflow: hidden;margin: auto;}

		.top_con {width: 100%;height: auto;background: rgba(0,0,0,0.6); position: fixed;z-index: 10000;border-bottom: 1px solid rgba(255,255,255,.3);box-sizing: border-box;transition: all 0.3s ease;}
		.top_con.active {background: rgba(0,0,0,.85);border-bottom: 1px solid rgba(0,0,0,0);margin-top: -10px;}
		.top_con .top{width: 100%;height: calc(76px + (100 - 76) * ((100vw - 1280px) / (1920 - 1280)));}
		.top_con .top .con{width: 100%;height: calc(76px + (100 - 76) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;}


		/*logo*/
		.top_con .top .con .logo{width:13%;height: 100%;background: #c79d51;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;}
		.top_con .top .con .logo a{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
		.top_con .top .con .logo img{width: calc(140px + (194 - 140) * ((100vw - 1280px) / (1920 - 1280)));}


		/*导航*/
		.top_con .top .con .top_nav{width:69%;height: calc(76px + (100 - 76) * ((100vw - 1280px) / (1920 - 1280)));font-size:calc(15px + (16 - 15) * ((100vw - 1280px) / (1920 - 1280)));}
		.top_con .top .con .top_nav .nav_list{width: 100%;height: calc(76px + (100 - 76) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: flex-end;}
		.top_con .top .con .top_nav .nav_list ul {width: 94%;display: flex;justify-content: center;}
		.top_con .top .con .top_nav .nav_list ul li {width:11%;position: relative;}
		.top_con .top .con .top_nav .nav_list ul li::after {content: '';position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);width: 0;height: 3px;background-color: #c79d51;transition: all 0.3s ease;opacity: 0;}
		.top_con .top .con .top_nav .nav_list ul li:hover::after {width: 36px;opacity: 1;}
		.top_con .top .con .top_nav .nav_list ul li a {text-decoration: none;color: rgba(255,255,255,1);line-height:calc(76px + (100 - 76) * ((100vw - 1280px) / (1920 - 1280)));display: block;transition:all 0.2s;cursor:pointer;}
		.top_con .top .con .top_nav .nav_list ul li a:hover {color: rgba(255,255,255,0.5);}
		.top_con .top .con .top_nav .nav_list ul li .nav_txt{font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight:600;text-align: center;}


		/*搜索电话*/
		.top_con .top .con .icon_b{width:18%;height: calc(76px + (100 - 76) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;}
		.top_con .top .con .icon_b .top_search{width: 28%;height: calc(76px + (100 - 76) * ((100vw - 1280px) / (1920 - 1280)));cursor: pointer;border-right: 1px solid rgba(255, 255, 255, .3);border-left: 1px solid rgba(255, 255, 255, .3);display: flex;flex-wrap: wrap;align-items: center;justify-content: center;cursor: pointer;}
		.top_con .top .con .icon_b .top_search i{font-size:calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight:200;color: #c79d51;}
		.top_con .top .con .icon_b .top_m_nav{width: 30%;height: calc(76px + (100 - 76) * ((100vw - 1280px) / (1920 - 1280)));display: none;}
		.top_con .top .con .icon_b .top_m_nav i{font-size:calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight:600;}
		.top_con .top .con .icon_b .top_tel{width: 69%;height: calc(76px + (100 - 76) * ((100vw - 1280px) / (1920 - 1280)));font-weight:100;color: #fff;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));cursor: pointer;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
		.top_con .top .con .icon_b .top_tel a{color: #fff;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
		.top_con .top .con .icon_b .top_tel i{font-size: calc(16px + (22 - 16) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;color: #c79d51;margin-right: 10px;transform: scaleX(-1);}


		.banner{width: 100%;height: auto;margin: auto;}
			.swiper-slide img{width: 100%;}
			.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 60px;left: 0;width: 100%;}
			.swiper-pagination-bullet-active {opacity: 1;background: rgba(255,255,255,.85);}


		/*1*/
		.con1 {width:100%;display: flex;flex-wrap: wrap;justify-content: center;padding-bottom: calc(70px + (100 - 70) * ((100vw - 1280px) / (1920 - 1280)));}
		.con1 .con1_b{width:72%;display: flex;flex-wrap: wrap;justify-content: space-between;}
		.con1 .con1_b .con_l{width:70%;display: flex;flex-direction: column;align-items: center;}
		.con1 .con1_b .con_l .title_b{width:90%;font-size: calc(25px + (32 - 25) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(32px + (52 - 32) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color:#333;display: flex;flex-wrap: wrap;margin-top: calc(70px + (100 - 70) * ((100vw - 1280px) / (1920 - 1280)));}
		.con1 .con1_b .con_l .title_b span{font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#ccc;text-transform: uppercase;margin-left: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));}
		.con1 .con1_b .con_l .summary{width:90%;font-size: calc(13px + (14 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(26px + (32 - 26) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#333;margin-top: calc(30px + (50 - 30) * ((100vw - 1280px) / (1920 - 1280)));}
		.con1 .con1_b .con_l .btn_b{width:90%;display: flex;flex-wrap: wrap;}
		.con1 .con1_b .con_l .btn_b .btn{width: calc(100px + (130 - 100) * ((100vw - 1280px) / (1920 - 1280)));background: #c79d51;border-radius: 6px;transition: all 0.4s;cursor: pointer;margin-top: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280)));}
		.con1 .con1_b .con_l .btn_b .btn:hover{background: #333;}
		.con1 .con1_b .con_l .btn_b .btn a{width:100%;line-height: 34px;color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
		.con1 .con1_b .con_l .btn_b .btn a i{line-height: 34px;color: #fff;font-size: 8px;margin-left: 10px;}

		.con1 .con1_b .con_l .num_b{width:90%;margin-top: calc(50px + (70 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
		.con1 .con1_b .con_l .num_b ul{width:100%;display: flex;flex-wrap: wrap;justify-content: center;}
		.con1 .con1_b .con_l .num_b ul li{width:33%;display: flex;flex-wrap: wrap;justify-content: center;}
		.con1 .con1_b .con_l .num_b ul li .list{width:96%;display: flex;flex-wrap: wrap;}
		.con1 .con1_b .con_l .num_b ul li .list .number{width:100%;font-size: calc(24px + (30 - 24) * ((100vw - 1280px) / (1920 - 1280)));color: #333;line-height: calc(42px + (62 - 42) * ((100vw - 1280px) / (1920 - 1280)));font-family: 'albbhaevy';}
		.con1 .con1_b .con_l .num_b ul li .list .number sup{font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #999;font-weight: 600;margin-left: calc(12px + (6 - 6) * ((100vw - 1280px) / (1920 - 1280)));}
		.con1 .con1_b .con_l .num_b ul li .list .txt{font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #999;font-weight: 600;}

		.con1 .con1_b .con_R{width:30%;display: flex;flex-wrap: wrap;justify-content: flex-end;align-content: flex-end;}
		.con1 .con1_b .con_R img{width: calc(260px + (322 - 260) * ((100vw - 1280px) / (1920 - 1280)));}
		

		/*2*/
		.con2 {width: 100%;padding-top: 41.6666%;position: relative;background: url(../images/business_bg.jpg) center top no-repeat;background-size: cover;}
		.con2 .con2_b {width: 72%;height: 82%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);min-height: 300px;display: flex; gap:20px;}
		.con2 .con2_b .title_b{flex:1;display: flex;flex-direction: column;justify-content: flex-start;}
		.con2 .con2_b .title_b .name{width: 80%;font-size: 32px;color: #c79d51;line-height: 60px;font-weight: bolder;}
		.con2 .con2_b .title_b .en_name{width: 80%;font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#fff;}
		.con2 .con2_b .title_b .subname{width: 56%;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#fff;margin-top: calc(35px + (50 - 35) * ((100vw - 1280px) / (1920 - 1280)));}
		

		.con2 .con2_b .title_b .btn_b{width:80%;margin-top: calc(190px + (320 - 190) * ((100vw - 1280px) / (1920 - 1280)));}
		.con2 .con2_b .title_b .btn_b .btn{width: calc(70px + (90 - 70) * ((100vw - 1280px) / (1920 - 1280)));background: transparent;border-radius: 6px;transition: all 0.4s;cursor: pointer;border:1px solid rgba(255,255,255,.25);}
		.con2 .con2_b .title_b .btn_b .btn:hover{background: #c79d51;border:1px solid rgba(199,157,81,1);}
		.con2 .con2_b .title_b .btn_b .btn a{width:100%;line-height: 34px;color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: center;align-items: center;letter-spacing: 3px;}
		.con2 .con2_b .title_b .btn_b .btn a i{line-height: 34px;color: #fff;font-size: 8px;}

		.con2 .con2_b .list_b{flex:4;height: 100%;display: flex;justify-content: flex-end;}
		.con2 .con2_b .list_b ul{width: 100%;display: flex;flex-wrap: wrap;}
		.con2 .con2_b .list_b ul li{width: 25%;display: flex;}
		.con2 .con2_b .list_b ul li a{width:100%;height:100%;color:#333;display: flex;justify-content: center;align-items: center;}
		.con2 .con2_b .list_b ul li .icon_block{width:88%;height:90%;color:#333;background: rgba(255,255,255,1);display: flex;flex-direction: column;align-items: center;margin-bottom: 0px;transition: all 0.4s;}
		.con2 .con2_b .list_b ul li:hover .icon_block{transform: scale(1.05);}
		.con2 .con2_b .list_b ul li .icon_block .icon {width:86%;margin-top: calc(10px + (15 - 10) * ((100vw - 1280px) / (1920 - 1280)));position: relative;}
		.con2 .con2_b .list_b ul li .icon_block .icon::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: #666;transform: scaleY(0.3);transform-origin: bottom;transition: all 0.4s;}
		.con2 .con2_b .list_b ul li:hover .icon_block .icon::after {background: #c79d51;}
		.con2 .con2_b .list_b ul li .icon_block .icon i{color: #222;font-size: calc(26px + (36 - 26) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(50px + (70 - 50) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
		.con2 .con2_b .list_b ul li:hover .icon_block .icon i{color: #c79d51;}

		.con2 .con2_b .list_b ul li .title{width:86%;line-height: calc(20px + (62 - 20) * ((100vw - 1280px) / (1920 - 1280)));color:#333;font-size:  calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;margin-top: calc(15px + (20 - 15) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
		.con2 .con2_b .list_b ul li:hover .title{color:#c79d51;}
		.con2 .con2_b .list_b ul li .sumamry{width:86%;line-height: calc(20px + (22 - 20) * ((100vw - 1280px) / (1920 - 1280)));color:#999;font-size:  calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;margin-top: calc(15px + (20 - 15) * ((100vw - 1280px) / (1920 - 1280)));}


		/*3*/
		.con3 {width: 100%;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;}
		.con3 .con3_b {width: 72%;padding-top: calc(75px + (100 - 75) * ((100vw - 1280px) / (1920 - 1280)));}
		.con3 .con3_b .title_b{width:100%;display: flex;}
		.con3 .con3_b .title_b .name{flex:4;font-size: 32px;color: #222;line-height: 60px;font-weight: bolder;}
		.con3 .con3_b .title_b .en_name{font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#cccccc;text-transform: uppercase;margin-left: calc(6px + (10 - 6) * ((100vw - 1280px) / (1920 - 1280)));}

		.con3 .con3_b .title_b .btn_b{flex:1;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
		.con3 .con3_b .title_b .btn_b .btn{width: calc(70px + (90 - 70) * ((100vw - 1280px) / (1920 - 1280)));background: transparent;border-radius: 6px;transition: all 0.4s;cursor: pointer;border: none;}
		.con3 .con3_b .title_b .btn_b .btn:hover{background: #c79d51;border:none;}
		.con3 .con3_b .title_b .btn_b .btn a{width:100%;line-height: 34px;color: #666;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: center;align-items: center;letter-spacing: 3px;}
		.con3 .con3_b .title_b .btn_b .btn:hover a{color: #fff;transition: color 0.4s;}
		.con3 .con3_b .title_b .btn_b .btn a i{line-height: 34px;color: #666;font-size: 8px;}
		.con3 .con3_b .title_b .btn_b .btn:hover a i{color: #fff;transition: color 0.4s;}


		.con3 .con3_b .list_b{width:100%;padding: 40px 0;}
		.con3 .con3_b .list_b ul{width:100%;display: flex;flex-wrap:wrap;justify-content: space-between;}
		.con3 .con3_b .list_b ul li{width:20%;display: flex;flex-wrap:wrap;justify-content: center;margin:17px 0;}
		.con3 .con3_b .list_b ul li a{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.con3 .con3_b .list_b ul li .doctor{width: 96%;display: flex;flex-wrap: wrap;justify-content: center;position: relative;overflow: hidden;}
		.con3 .con3_b .list_b ul li .doctor .pic{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.con3 .con3_b .list_b ul li .doctor .pic img{width:90%;}

		.con3 .con3_b .list_b ul li .txt_b{width: 90%;display: flex;flex-wrap: wrap;justify-content: center;background: rgba(199,157,81,.7);position: absolute;bottom: 0;transform: translateY(100%);will-change: transform;transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);padding-bottom: calc(14px + (20 - 14) * ((100vw - 1280px) / (1920 - 1280)));}
    	.con3 .con3_b .list_b ul li .doctor:hover .txt_b {transform: translateY(0);}
		.con3 .con3_b .list_b ul li .txt_b .title{width:90%;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(42px + (54 - 42) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 600;border-bottom: 1px solid rgba(255,255,255,.6);}
		.con3 .con3_b .list_b ul li .txt_b .personnal_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 200;margin-top: 20px;}
		.con3 .con3_b .list_b ul li .txt_b .pub_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 200;}



		/*4*/
		.con4 {width: 100%;background: #f8f8f8;display: flex;flex-wrap: wrap;justify-content: center;}
		.con4 .con4_b {width: 72%;padding-top: calc(75px + (100 - 75) * ((100vw - 1280px) / (1920 - 1280)));}
		.con4 .con4_b .title_b{width:100%;display: flex;}
		.con4 .con4_b .title_b .name{flex:4;font-size: 32px;color: #222;line-height: 60px;font-weight: bolder;}
		.con4 .con4_b .title_b .en_name{font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#cccccc;text-transform: uppercase;margin-left: calc(6px + (10 - 6) * ((100vw - 1280px) / (1920 - 1280)));}

		.con4 .con4_b .title_b .btn_b{flex:1;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
		.con4 .con4_b .title_b .btn_b .btn{width: calc(70px + (90 - 70) * ((100vw - 1280px) / (1920 - 1280)));background: transparent;border-radius: 6px;transition: all 0.4s;cursor: pointer;border:none;}
		.con4 .con4_b .title_b .btn_b .btn:hover{background: #222;border:none;}
		.con4 .con4_b .title_b .btn_b .btn a{width:100%;line-height: 34px;color: #666;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: center;align-items: center;letter-spacing: 3px;}
		.con4 .con4_b .title_b .btn_b .btn:hover a{color: #fff;transition: color 0.4s;}
		.con4 .con4_b .title_b .btn_b .btn a i{line-height: 34px;color: #666;font-size: 8px;}
		.con4 .con4_b .title_b .btn_b .btn:hover a i{color: #fff;transition: color 0.4s;}


		.con4 .con4_b .list_b{display: flex; gap: calc(36px + (50 - 36) * ((100vw - 1280px) / (1920 - 1280)));padding: 40px 0;}
		.con4 .con4_b .list_b .list_b_l{flex:2;display: flex;flex-direction: column;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list{width: 100%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:54px 0;display: flex;flex-wrap: wrap;justify-content: space-around;cursor: pointer;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list:last-child{width: 100%;border-top: none;border-bottom:1px solid #ccc;padding:54px 0;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list .title{width: 94%;line-height: 72px;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-family: 'albbhaevy';white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list .title a{width: 100%;color: #222;transition: color 0.4s;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list:hover .title a{width: 100%;color: #c79d51;transition: color 0.4s;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list .summary{width: 94%;line-height: 24px;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #999;font-weight: 600;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list:hover .summary{color: #222;transition: color 0.4s;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list .date{width: 94%;line-height: 42px;font-size: 13px;color: #999;font-weight: 200;}




		.con4 .con4_b .list_b .list_b_r{flex:2;display: flex;flex-direction: column;}

		.con4 .con4_b .list_b .list_b_r .news_txt_list:first-child{width: 100%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:48px 0;cursor: pointer;display: flex;gap: calc(4px + (10 - 4) * ((100vw - 1280px) / (1920 - 1280)));}
		.con4 .con4_b .list_b .list_b_r .news_txt_list{width: 100%;border-top: none;border-bottom:1px solid #ccc;padding:47px 0;display: flex;gap: 10px;}

		.con4 .con4_b .list_b .list_b_r .news_txt_list .pic{flex: 1;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list .pic a{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-end;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list .pic img{width: 80%;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list .txt{flex: 3;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-end;}

		.con4 .con4_b .list_b .list_b_r .news_txt_list .txt .title{width: 94%;line-height: 28px;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-family: 'albbhaevy';white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list .txt .title a{width: 100%;color: #222;transition: color 0.4s;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list:hover .txt .title a{width: 100%;color: #c79d51;transition: color 0.4s;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list .txt .summary{width: 94%;line-height: 24px;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #999;font-weight: 600;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list:hover .txt .summary{color: #222;transition: color 0.4s;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}


		/*5*/
		.con5 {width: 100%;background: #333;display: flex;flex-wrap: wrap;justify-content: center;}
		.con5 .nav{width: 72%;display: flex;gap: calc(30px + (70 - 30) * ((100vw - 1280px) / (1920 - 1280)));padding: 60px 0;}

		.con5 .nav .logo{flex: 2;}
		.con5 .nav .logo img{width: calc(140px + (194 - 140) * ((100vw - 1280px) / (1920 - 1280)));padding-top: 10px;}
		.con5 .nav .logo .logo_txt{font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 1280px) / (1920 - 1280)));padding-top:  calc(26px + (32 - 26) * ((100vw - 1280px) / (1920 - 1280)));text-transform: uppercase;}
		
		.con5 .nav .logo .logo_txt a{color: #fff;}
		.con5 .nav .logo .logo_txt a:hover{color: #fff;text-decoration: underline;}


		.con5 .nav_b{flex: 2;display: flex;flex-direction: column;}
		.con5 .nav_b .nav_title{font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #ccc;font-weight: 600;line-height: 40px;position: relative;}
		.con5 .nav_b .nav_title:after{content:'';position: absolute;bottom: 0;left: 0;height: 3px;background: #ccc;width: 20px;}
		.con5 .nav_b .nav_list{padding-top:  calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280)));}
		.con5 .nav_b .nav_list ul{width: 100%;display: flex;flex-wrap: wrap;}
		.con5 .nav_b .nav_list ul li{width: 25%;display: flex;}
		.con5 .nav_b .nav_list ul li a{width: 100%;line-height: calc(26px + (36 - 26) * ((100vw - 1280px) / (1920 - 1280)));font-size:  calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,1);font-weight: 400;transition: color 0.4s;}
		.con5 .nav_b .nav_list ul li:hover a{color: rgba(255,255,255,0.65);}

		.con5 .contact_b{flex:2;display: flex;flex-direction: column;}
		.con5 .contact_b .contact_title{font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #ccc;font-weight: 600;line-height: 40px;position: relative;}
		.con5 .contact_b .contact_title:after{content:'';position: absolute;bottom: 0;left: 0;height: 3px;background: #ccc;width: 20px;}

		.con5 .contact_b .contact_txt{font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 1280px) / (1920 - 1280)));padding-top:  calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280)));}
		.con5 .contact_b .contact_txt a{color: #fff;}
		.con5 .contact_b .contact_txt a:hover{color: #fff;text-decoration: underline;}


		.con5 .qrcode{flex:1;display: flex;flex-direction: column;align-items: flex-end;}
		.con5 .qrcode img{width:124px;}


		.con5 .icp{width: 72%;display: flex;flex-wrap: wrap;justify-content: space-between;border-top: 1px solid rgba(255,255,255,.15);padding: 20px 0 60px;}
		.con5 .icp .copy{font-size: 14px;color: #fff;line-height: 36px;text-align: left;}
		.con5 .icp .copy a{color: #fff;}
		.con5 .icp .copy a:hover{color: #fff;text-decoration: underline;}
		.con5 .icp .support{font-size: 14px;color: #fff;line-height: 36px;text-align: right;}
		.con5 .icp .support a{color: #fff;}
		.con5 .icp .support a:hover{color: #fff;text-decoration: underline;}



		/********************** tem **********************/


		.tem_nav {width: 100%;height: auto;background: #ececec;margin-top: -6px;padding: 20px 0;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem_nav .nav_b {width: 72%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}

		.tem_nav .nav_b .list {width: 100%;overflow-x: auto;overflow-y: hidden;white-space: nowrap;-webkit-overflow-scrolling: touch;}
		.tem_nav .nav_b .list ul {display: flex;white-space: nowrap;padding: 0;margin: 0;width: 100%;flex-wrap: wrap;}
		.tem_nav .nav_b .list ul li {display: inline-block;position: relative;text-align: center;line-height: 40px;font-size: 16px;font-weight: 600;color: #222;transition: color 0.4s;cursor: pointer;padding: 0 15px;vertical-align: top;}
		.tem_nav .nav_b .list ul li a {width: 100%;color: #222;transition: color 0.4s;cursor: pointer;display: block;}
		.tem_nav .nav_b .list ul li:hover a {color: #c79d51;}
		.tem_nav .nav_b .list ul li:not(:last-child)::after {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 20px;background: #ccc;}
		.tem_nav .nav_b .list ul li:last-child::after {display: none;}
		.tem_nav .nav_b .list::-webkit-scrollbar {display: none;}
		.tem_nav .nav_b .list {width: 70%;-ms-overflow-style: none;scrollbar-width: none;}

		.tem_nav .nav_b .mbx_b {display: flex;line-height: 40px;}
		.tem_nav .nav_b .mbx_b i{font-size: 20px;color: #c79d51;line-height: 40px;}
		.tem_nav .nav_b .mbx_b a{font-size: 16px;color: #c79d51;line-height: 40px;padding:0 15px;}
		.tem_nav .nav_b .mbx_b .gary{font-size: 16px;color: #222;line-height: 40px;padding:0 15px;}





		/*1*/
		.tem {width:100%;display: flex;flex-wrap: wrap;justify-content: center;padding-bottom: calc(70px + (100 - 70) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem .tem_b{width:72%;display: flex;flex-wrap: wrap;justify-content: space-between;}
		.tem .tem_b .con_l{width:70%;display: flex;flex-direction: column;align-items: center;}
		.tem .tem_b .con_l .title_b{width:90%;font-size: calc(25px + (32 - 25) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(32px + (52 - 32) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color:#333;display: flex;flex-wrap: wrap;margin-top: calc(70px + (100 - 70) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem .tem_b .con_l .title_b span{font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#ccc;text-transform: uppercase;margin-left: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));}

		.tem .tem_b .con_l .summary{width:90%;font-size: calc(13px + (14 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(26px + (32 - 26) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#333;margin-top: calc(30px + (50 - 30) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem .tem_b .con_l .summary img{width:80%;margin:20px auto;}



		.tem .tem_b .con_l_p{width:100%;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem .tem_b .con_l_p .title_b{width:90%;font-size: calc(25px + (32 - 25) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(32px + (52 - 32) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color:#333;display: flex;flex-wrap: wrap;justify-content: center;margin-top: calc(70px + (100 - 70) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem .tem_b .con_l_p .title_b span{font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#ccc;text-transform: uppercase;margin-left: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem .tem_b .con_l_p .summary_p{width:90%;font-size: calc(13px + (14 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(26px + (32 - 26) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#333;margin-top: calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: center;}
		.tem .tem_b .con_l_p .summary_p img {width: 30%;margin: 20px auto;}
		.tem .tem_b .con_l_p .summary_p h1 {margin: 6px auto;text-align: left;font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));color:#222;font-weight: 600;margin-top: calc(20px + (36 - 20) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem .tem_b .con_l_p .summary_p p {width: 90%;font-size: calc(13px + (14 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(26px + (32 - 26) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color: #333;margin-top: calc(20px + (36 - 20) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem .tem_b .con_l_p .summary_p .pic{width: 90%;text-align: center;}
		.tem .tem_b .con_l_p .summary_p .num{width: 90%;font-size: calc(15px + (18 - 15) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(22px + (28 - 22) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color: #c79d51;text-align:center;}


		.tem .tem_b .con_l_p .summary_pp{width:90%;font-size: calc(13px + (14 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(26px + (32 - 26) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#333;margin-top: calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: center;}
		.tem .tem_b .con_l_p .summary_pp img {width: 90%;margin: 20px auto;}
		.tem .tem_b .con_l_p .summary_pp .pic{width: 90%;text-align: center;}


		.tem .tem_b .con_l .btn_b{width:90%;display: flex;flex-wrap: wrap;}
		.tem .tem_b .con_l .btn_b .btn{width: calc(100px + (130 - 100) * ((100vw - 1280px) / (1920 - 1280)));background: #c79d51;border-radius: 6px;transition: all 0.4s;cursor: pointer;margin-top: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem .tem_b .con_l .btn_b .btn:hover{background: #333;}
		.tem .tem_b .con_l .btn_b .btn a{width:100%;line-height: 34px;color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
		.tem .tem_b .con_l .btn_b .btn a i{line-height: 34px;color: #fff;font-size: 8px;margin-left: 10px;}

		.tem .tem_b .con_l .num_b{width:90%;margin-top: calc(50px + (70 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem .tem_b .con_l .num_b ul{width:100%;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem .tem_b .con_l .num_b ul li{width:33%;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem .tem_b .con_l .num_b ul li .list{width:96%;display: flex;flex-wrap: wrap;}
		.tem .tem_b .con_l .num_b ul li .list .number{width:100%;font-size: calc(24px + (30 - 24) * ((100vw - 1280px) / (1920 - 1280)));color: #333;line-height: calc(42px + (62 - 42) * ((100vw - 1280px) / (1920 - 1280)));font-family: 'albbhaevy';}
		.tem .tem_b .con_l .num_b ul li .list .number sup{font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #999;font-weight: 600;margin-left: calc(12px + (6 - 6) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem .tem_b .con_l .num_b ul li .list .txt{font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #999;font-weight: 600;}

		.tem .tem_b .con_R{width:30%;padding-top: 110px;display: flex;flex-wrap: wrap;justify-content: flex-end;align-content: flex-start;}
		.tem .tem_b .con_R img{width: calc(260px + (322 - 260) * ((100vw - 1280px) / (1920 - 1280)));}




		/*4*/
		.tem_con4 {width: 100%;background: #f8f8f8;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem_con4 .tem_con4_b {width: 72%;padding-top: calc(75px + (100 - 75) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem_con4 .tem_con4_b .title_b{width:100%;display: flex;}
		.tem_con4 .tem_con4_b .title_b .name{flex:4;font-size: 32px;color: #222;line-height: 60px;font-weight: bolder;}
		.tem_con4 .tem_con4_b .title_b .en_name{font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#cccccc;text-transform: uppercase;margin-left: calc(6px + (10 - 6) * ((100vw - 1280px) / (1920 - 1280)));}


		.tem_con4 .tem_con4_b .list_b{display: flex;flex-wrap:wrap;padding: 40px 0;}
		.tem_con4 .tem_con4_b .list_b .list_b_l{width:100%;display: flex;flex-wrap: wrap;justify-content: space-between;}


		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list{width: 49.5%;border-top:1px solid #ccc;border-bottom:none;padding:20px 0;display: flex;flex-wrap: wrap;justify-content: space-around;cursor: pointer;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:first-child{width: 49.5%;border-top: 1px solid #ccc;border-bottom:none;padding:20px 0;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:nth-child(2){width: 49.5%;border-top: 1px solid #ccc;border-bottom:none;padding:20px 0;}

		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:last-child{width: 49.5%;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;padding:20px 0;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:nth-last-child(2){width: 49.5%;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;padding:20px 0;}


		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list .title{width: 94%;line-height: 72px;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-family: 'albbhaevy';white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list .title a{width: 100%;color: #222;transition: color 0.4s;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:hover .title a{width: 100%;color: #c79d51;transition: color 0.4s;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list .summary{width: 94%;line-height: 24px;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #999;font-weight: 600;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:hover .summary{color: #222;transition: color 0.4s;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list .date{width: 94%;line-height: 42px;font-size: 13px;color: #999;font-weight: 200;}




		.tem_con4 .tem_con4_b .list_b .list_b_r{width:100%;display: flex;flex-wrap: wrap;justify-content: space-between;}

		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list{width: 49.5%;border-bottom: none;border-top:1px solid #ccc;padding:20px 0;display: flex;gap: 10px;}


		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list:first-child{width: 49.5%;border-top: 1px solid #ccc;border-bottom:none;padding:20px 0;display: flex;gap: 10px;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list:nth-child(2){width: 49.5%;border-top: 1px solid #ccc;border-bottom:none;padding:20px 0;display: flex;gap: 10px;}

		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list:last-child{width: 49.5%;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;padding:20px 0;display: flex;gap: 10px;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list:nth-last-child(2){width: 49.5%;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;padding:20px 0;display: flex;gap: 10px;}


		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .pic{flex: 1;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .pic a{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-end;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .pic img{width: 80%;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .txt{flex: 3;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-end;}

		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .txt .title{width: 94%;line-height: 28px;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-family: 'albbhaevy';white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .txt .title a{width: 100%;color: #222;transition: color 0.4s;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list:hover .txt .title a{width: 100%;color: #c79d51;transition: color 0.4s;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .txt .summary{width: 94%;line-height: 24px;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #999;font-weight: 600;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list:hover .txt .summary{color: #222;transition: color 0.4s;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}




		/*3*/
		.tem_con3 {width: 100%;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem_con3 .tem_con3_b {width: 72%;padding-top: calc(75px + (100 - 75) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem_con3 .tem_con3_b .title_b{width:100%;display: flex;}
		.tem_con3 .tem_con3_b .title_b .name{flex:4;font-size: 32px;color: #222;line-height: 60px;font-weight: bolder;}
		.tem_con3 .tem_con3_b .title_b .en_name{font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#cccccc;text-transform: uppercase;margin-left: calc(6px + (10 - 6) * ((100vw - 1280px) / (1920 - 1280)));}

		.tem_con3 .tem_con3_b .list_b{width:100%;padding: 40px 0;}
		.tem_con3 .tem_con3_b .list_b ul{width:100%;display: flex;flex-wrap:wrap;justify-content: space-between;}
		.tem_con3 .tem_con3_b .list_b ul li{width:20%;display: flex;flex-wrap:wrap;justify-content: center;margin:17px 0;}
		.tem_con3 .tem_con3_b .list_b ul li a{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.tem_con3 .tem_con3_b .list_b ul li .doctor{width: 96%;display: flex;flex-wrap: wrap;justify-content: center;position: relative;overflow: hidden;}
		.tem_con3 .tem_con3_b .list_b ul li .doctor .pic{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.tem_con3 .tem_con3_b .list_b ul li .doctor .pic img{width:90%;}

		.tem_con3 .tem_con3_b .list_b ul li .txt_b{width: 90%;display: flex;flex-wrap: wrap;justify-content: center;background: rgba(199,157,81,.7);position: absolute;bottom: 0;transform: translateY(100%);will-change: transform;transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);padding-bottom: calc(14px + (20 - 14) * ((100vw - 1280px) / (1920 - 1280)));}
    	.tem_con3 .tem_con3_b .list_b ul li .doctor:hover .txt_b {transform: translateY(0);}
		.tem_con3 .tem_con3_b .list_b ul li .txt_b .title{width:90%;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(42px + (54 - 42) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 600;border-bottom: 1px solid rgba(255,255,255,.6);}
		.tem_con3 .tem_con3_b .list_b ul li .txt_b .personnal_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 200;margin-top: 20px;}
		.tem_con3 .tem_con3_b .list_b ul li .txt_b .pub_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 200;}




		/*tem_pic*/
		.tem_pic {width: 100%;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem_pic .tem_pic_b {width: 72%;padding-top: calc(75px + (100 - 75) * ((100vw - 1280px) / (1920 - 1280)));}
		.tem_pic .tem_pic_b .title_b{width:100%;display: flex;}
		.tem_pic .tem_pic_b .title_b .name{flex:4;font-size: 32px;color: #222;line-height: 60px;font-weight: bolder;}
		.tem_pic .tem_pic_b .title_b .en_name{font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#cccccc;text-transform: uppercase;margin-left: calc(6px + (10 - 6) * ((100vw - 1280px) / (1920 - 1280)));}

		.tem_pic .tem_pic_b .list_b{width:100%;padding: 40px 0;}
		.tem_pic .tem_pic_b .list_b ul{width:100%;display: flex;flex-wrap:wrap;justify-content: space-between;}
		.tem_pic .tem_pic_b .list_b ul li{width:33%;display: flex;flex-wrap:wrap;justify-content: center;margin:17px 0;}
		.tem_pic .tem_pic_b .list_b ul li a{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.tem_pic .tem_pic_b .list_b ul li .doctor{width: 96%;display: flex;flex-wrap: wrap;justify-content: center;position: relative;overflow: hidden;}
		.tem_pic .tem_pic_b .list_b ul li .doctor .pic{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.tem_pic .tem_pic_b .list_b ul li .doctor .pic img{width:90%;}

		.tem_pic .tem_pic_b .list_b ul li .txt_b{width: 90%;display: flex;flex-wrap: wrap;justify-content: center;background: rgba(199,157,81,.7);position: absolute;bottom: 0;transform: translateY(100%);will-change: transform;transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);padding-bottom: calc(14px + (20 - 14) * ((100vw - 1280px) / (1920 - 1280)));}
    	.tem_pic .tem_pic_b .list_b ul li .doctor:hover .txt_b {transform: translateY(0);}
		.tem_pic .tem_pic_b .list_b ul li .txt_b .title{width:90%;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(42px + (54 - 42) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 600;border-bottom: 1px solid rgba(255,255,255,.6);}
		.tem_pic .tem_pic_b .list_b ul li .txt_b .personnal_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 200;margin-top: 20px;}
		.tem_pic .tem_pic_b .list_b ul li .txt_b .pub_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 200;}











        .tem_con4 .tem_con4_b .list_b2{display: flex;flex-wrap:wrap;padding: 40px 0;}
		.tem_con4 .tem_con4_b .list_b2 .list_b_r2{width:100%;display: flex;flex-wrap: wrap;justify-content: space-between;}

		.tem_con4 .tem_con4_b .list_b2 .list_b_r2 .news_txt_list{width: 100%;border-bottom: none;border-top:1px solid #cecece;padding:20px 0;display: flex;gap: 10px;}


		.tem_con4 .tem_con4_b .list_b2 .list_b_r2 .news_txt_list:first-child{width: 100%;border-top: 1px solid #cecece;border-bottom:none;padding:20px 0;display: flex;gap: 10px;}
		.tem_con4 .tem_con4_b .list_b2 .list_b_r2 .news_txt_list:nth-child(2){width: 100%;border-top: 1px solid #cecece;border-bottom:none;padding:20px 0;display: flex;gap: 10px;}

		.tem_con4 .tem_con4_b .list_b2 .list_b_r2 .news_txt_list:last-child{width: 100%;border-bottom: 1px solid #cecece;/*border-top: 1px solid #cecece;*/padding:20px 0;display: flex;gap: 10px;}
		.tem_con4 .tem_con4_b .list_b2 .list_b_r2 .news_txt_list:nth-last-child(2){width: 100%;/*border-bottom: 1px solid #cecece;*/border-top: 1px solid #cecece;padding:20px 0;display: flex;gap: 10px;}


		.tem_con4 .tem_con4_b .list_b2 .list_b_r2 .news_txt_list .txt{flex: 3;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;}

		.tem_con4 .tem_con4_b .list_b2 .list_b_r .news_txt_list .txt .title{width: 94%;line-height: 28px;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-family: 'albbhaevy';white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b2 .list_b_r2 .news_txt_list .txt .title a{width: 100%;color: #222;transition: color 0.4s;}
		.tem_con4 .tem_con4_b .list_b2 .list_b_r2 .news_txt_list:hover .txt .title a{width: 100%;color: #c79d51;transition: color 0.4s;}
		.tem_con4 .tem_con4_b .list_b2 .list_b_r2 .news_txt_list .txt .summary{width: 94%;line-height: 24px;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #999;font-weight: 600;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b2 .list_b_r2 .news_txt_list:hover .txt .summary{color: #222;transition: color 0.4s;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}



















		/**/
		#m_nav_list{position: fixed;left: 100%;}

		#search_pc_list{padding: 0;position: fixed;background: rgb(0 0 0 / 95%) !important;top: -100%;left: 0;height: 20vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 100%;padding: 0;z-index:999999;display: flex;flex-direction: column;align-items: flex-end;justify-content: center;}
		#search_pc_list .close{margin-bottom: 15px;margin-right: 17%;cursor: pointer;}
		#search_pc_list .close i{color: #fff;font-size: 1.2rem;}
		#search_pc_list form{width: 100%;}
		#search_pc_list .input-box{width: 100%;display: flex;justify-content: center;}
		#search_pc_list .input-box .input_txt{width: 60%;background: transparent;border:1px solid #c79d51; color: #000;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;margin-right: 5px;}
		#search_pc_list .input-box .input_btn{width: 5%;border:1px solid #c79d51; color: #fff;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;background: #c79d51;cursor: pointer;}
		#search_pc_list.active{top: 0;}
}



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 430px) and (min-width: 375px){

		
	.container{width: 100%;height: auto;overflow: hidden;margin: auto;}

		.top_con {width: 100%;height: auto;background: rgba(0,0,0,1); position: fixed;z-index: 10000;border-bottom: 0px solid rgba(255,255,255,.3);box-sizing: border-box;transition: all 0.3s ease;}
		.top_con.active {background: rgba(0,0,0,.85);border-bottom: 0px solid rgba(0,0,0,0);margin-top: -10px;}
		.top_con .top{width: 100%;height: calc(76px + (100 - 76) * ((100vw - 375px) / (768 - 375)));}
		.top_con .top .con{width: 100%;height: calc(76px + (100 - 76) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;justify-content: space-between;}


		/*logo*/
		.top_con .top .con .logo{width:45%;height: 100%;background: #c79d51;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;}
		.top_con .top .con .logo a{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
		.top_con .top .con .logo img{width: calc(140px + (194 - 140) * ((100vw - 375px) / (768 - 375)));}


		/*导航*/
		.top_con .top .con .top_nav{width:69%;height: calc(76px + (100 - 76) * ((100vw - 375px) / (768 - 375)));font-size:calc(15px + (16 - 15) * ((100vw - 375px) / (768 - 375)));display: none;}
		.top_con .top .con .top_nav .nav_list{width: 100%;height: calc(76px + (100 - 76) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;justify-content: flex-end;}
		.top_con .top .con .top_nav .nav_list ul {width: 94%;display: flex;justify-content: center;}
		.top_con .top .con .top_nav .nav_list ul li {width:11%;position: relative;}
		.top_con .top .con .top_nav .nav_list ul li::after {content: '';position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);width: 0;height: 3px;background-color: #c79d51;transition: all 0.3s ease;opacity: 0;}
		.top_con .top .con .top_nav .nav_list ul li:hover::after {width: 36px;opacity: 1;}
		.top_con .top .con .top_nav .nav_list ul li a {text-decoration: none;color: rgba(255,255,255,1);line-height:calc(76px + (100 - 76) * ((100vw - 375px) / (768 - 375)));display: block;transition:all 0.2s;cursor:pointer;}
		.top_con .top .con .top_nav .nav_list ul li a:hover {color: rgba(255,255,255,0.5);}
		.top_con .top .con .top_nav .nav_list ul li .nav_txt{font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));font-weight:600;text-align: center;}


		/*搜索电话*/
		.top_con .top .con .icon_b{width: 25%;height: calc(76px + (100 - 76) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;}
		.top_con .top .con .icon_b .top_search{width: 70%;height: calc(76px + (100 - 76) * ((100vw - 375px) / (768 - 375)));cursor: pointer;border-right: none;border-left: none;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;cursor: pointer;}
		.top_con .top .con .icon_b .top_search i{font-size:calc(32px + (36 - 32) * ((100vw - 375px) / (768 - 375)));font-weight:200;color: #c79d51;}
		.top_con .top .con .icon_b .top_m_nav{width: 15%;height: calc(76px + (100 - 76) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
		.top_con .top .con .icon_b .top_m_nav i{font-size:calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));font-weight:600;color: #c79d51;}
		.top_con .top .con .icon_b .top_tel{width: 69%;height: calc(76px + (100 - 76) * ((100vw - 375px) / (768 - 375)));font-weight:100;color: #fff;font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (768 - 375)));cursor: pointer;display: none;flex-wrap: wrap;align-items: center;justify-content: center;}
		.top_con .top .con .icon_b .top_tel a{color: #fff;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
		.top_con .top .con .icon_b .top_tel i{font-size: calc(16px + (22 - 16) * ((100vw - 375px) / (768 - 375)));font-weight: 200;color: #c79d51;margin-right: 10px;transform: scaleX(-1);}


		.banner{width: 100%;height: auto;margin: 79px auto 0;}
			.swiper-slide img{width: 100%;}
			.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 60px;left: 0;width: 100%;}
			.swiper-pagination-bullet-active {opacity: 1;background: rgba(255,255,255,.85);}


		/*1*/
		.con1 {width:100%;display: flex;flex-wrap: wrap;justify-content: center;padding-bottom: calc(70px + (100 - 70) * ((100vw - 375px) / (768 - 375)));}
		.con1 .con1_b{width:98%;display: flex;justify-content: space-between;flex-direction: column;}
		.con1 .con1_b .con_l{width:100%;display: flex;flex-direction: column;align-items: center;}
		.con1 .con1_b .con_l .title_b{width:96%;font-size: calc(25px + (32 - 25) * ((100vw - 375px) / (768 - 375)));line-height: calc(32px + (52 - 32) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color:#333;display: flex;flex-wrap: wrap;margin-top: calc(70px + (100 - 70) * ((100vw - 375px) / (768 - 375)));}
		.con1 .con1_b .con_l .title_b span{font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#ccc;text-transform: uppercase;margin-left: calc(12px + (20 - 12) * ((100vw - 375px) / (768 - 375)));}
		.con1 .con1_b .con_l .summary{width:96%;font-size: calc(13px + (14 - 13) * ((100vw - 375px) / (768 - 375)));line-height: calc(26px + (32 - 26) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#333;margin-top: calc(30px + (50 - 30) * ((100vw - 375px) / (768 - 375)));}
		.con1 .con1_b .con_l .btn_b{width:98%;display: flex;flex-wrap: wrap;}
		.con1 .con1_b .con_l .btn_b .btn{width: calc(100px + (130 - 100) * ((100vw - 375px) / (768 - 375)));background: #c79d51;border-radius: 6px;transition: all 0.4s;cursor: pointer;margin-top: calc(30px + (60 - 30) * ((100vw - 375px) / (768 - 375)));}
		.con1 .con1_b .con_l .btn_b .btn:hover{background: #333;}
		.con1 .con1_b .con_l .btn_b .btn a{width:100%;line-height: 34px;color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
		.con1 .con1_b .con_l .btn_b .btn a i{line-height: 34px;color: #fff;font-size: 8px;margin-left: 10px;}

		.con1 .con1_b .con_l .num_b{width:98%;margin-top: calc(50px + (70 - 50) * ((100vw - 375px) / (768 - 375)));}
		.con1 .con1_b .con_l .num_b ul{width:100%;display: flex;flex-wrap: wrap;justify-content: center;}
		.con1 .con1_b .con_l .num_b ul li{width:33%;display: flex;flex-wrap: wrap;justify-content: center;}
		.con1 .con1_b .con_l .num_b ul li .list{width:96%;display: flex;flex-wrap: wrap;justify-content: center;}
		.con1 .con1_b .con_l .num_b ul li .list .number{width:100%;font-size: calc(24px + (30 - 24) * ((100vw - 375px) / (768 - 375)));color: #333;line-height: calc(42px + (62 - 42) * ((100vw - 375px) / (768 - 375)));font-family: 'albbhaevy';text-align: center;}
		.con1 .con1_b .con_l .num_b ul li .list .number sup{font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));color: #999;font-weight: 600;margin-left: calc(12px + (6 - 6) * ((100vw - 375px) / (768 - 375)));}
		.con1 .con1_b .con_l .num_b ul li .list .txt{font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));color: #999;font-weight: 600;}

		.con1 .con1_b .con_R{width:30%;display: none;flex-wrap: wrap;justify-content: flex-end;align-content: flex-end;}
		.con1 .con1_b .con_R img{width: calc(260px + (322 - 260) * ((100vw - 375px) / (768 - 375)));}
		

		/*2*/
		.con2 {width: 100%;background: url(../images/business_bg.jpg) center top no-repeat;background-size: cover;display: flex;flex-wrap: wrap;justify-content: center;}
		.con2 .con2_b {width: 98%;display: flex;flex-direction: column;align-items: center;}
		.con2 .con2_b .title_b{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
		.con2 .con2_b .title_b .name{width: 80%;font-size: 32px;color: #c79d51;line-height: 60px;font-weight: bolder;text-align: center;margin-top: calc(15px + (20 - 15) * ((100vw - 375px) / (768 - 375)));}
		.con2 .con2_b .title_b .en_name{width: 80%;font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#fff;text-align: center;}
		.con2 .con2_b .title_b .subname{width: 56%;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#fff;margin: calc(15px + (20 - 15) * ((100vw - 375px) / (768 - 375))) auto;text-align: center;}
		

		.con2 .con2_b .title_b .btn_b{width:80%;margin-top: calc(190px + (320 - 190) * ((100vw - 375px) / (768 - 375)));display: none;}
		.con2 .con2_b .title_b .btn_b .btn{width: calc(70px + (90 - 70) * ((100vw - 375px) / (768 - 375)));background: transparent;border-radius: 6px;transition: all 0.4s;cursor: pointer;border:1px solid rgba(255,255,255,.25);}
		.con2 .con2_b .title_b .btn_b .btn:hover{background: #c79d51;border:1px solid rgba(199,157,81,1);}
		.con2 .con2_b .title_b .btn_b .btn a{width:100%;line-height: 34px;color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;justify-content: center;align-items: center;letter-spacing: 3px;}
		.con2 .con2_b .title_b .btn_b .btn a i{line-height: 34px;color: #fff;font-size: 8px;}

		.con2 .con2_b .list_b{width: 100%;display: flex;flex-wrap: wrap;}
		.con2 .con2_b .list_b ul{width: 100%;display: flex;flex-wrap: wrap;}
		.con2 .con2_b .list_b ul li{width: 50%;display: flex;margin-bottom: 20px;}
		.con2 .con2_b .list_b ul li a{width:100%;height:100%;color:#333;display: flex;justify-content: center;align-items: center;}
		.con2 .con2_b .list_b ul li .icon_block{width: 90%;color:#333;background: rgba(255,255,255,1);display: flex;flex-direction: column;align-items: center;margin-bottom: 0px;padding-bottom: 25px;transition: all 0.4s;}
		.con2 .con2_b .list_b ul li:hover .icon_block{transform: scale(1.05);}
		.con2 .con2_b .list_b ul li .icon_block .icon {width:86%;margin-top: calc(10px + (15 - 10) * ((100vw - 375px) / (768 - 375)));position: relative;}
		.con2 .con2_b .list_b ul li .icon_block .icon::after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background: #666;transform: scaleY(0.3);transform-origin: bottom;transition: all 0.4s;}
		.con2 .con2_b .list_b ul li:hover .icon_block .icon::after {background: #c79d51;}
		.con2 .con2_b .list_b ul li .icon_block .icon i{color: #222;font-size: calc(26px + (36 - 26) * ((100vw - 375px) / (768 - 375)));line-height: calc(50px + (70 - 50) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;}
		.con2 .con2_b .list_b ul li:hover .icon_block .icon i{color: #c79d51;}

		.con2 .con2_b .list_b ul li .title{width:86%;line-height: calc(20px + (62 - 20) * ((100vw - 375px) / (768 - 375)));color:#333;font-size:  calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));font-weight: 600;margin-top: calc(15px + (20 - 15) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;}
		.con2 .con2_b .list_b ul li:hover .title{color:#c79d51;}
		.con2 .con2_b .list_b ul li .sumamry{width:86%;line-height: calc(20px + (22 - 20) * ((100vw - 375px) / (768 - 375)));color:#999;font-size:  calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));font-weight: 400;margin-top: calc(15px + (20 - 15) * ((100vw - 375px) / (768 - 375)));}


		/*3*/
		.con3 {width: 100%;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;}
		.con3 .con3_b {width: 98%;padding-top: calc(75px + (100 - 75) * ((100vw - 375px) / (768 - 375)));}
		.con3 .con3_b .title_b{width:96%;margin: auto;display: flex;}
		.con3 .con3_b .title_b .name{flex:4;font-size: 32px;color: #222;line-height: 60px;font-weight: bolder;}
		.con3 .con3_b .title_b .en_name{font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#cccccc;text-transform: uppercase;margin-left: calc(6px + (10 - 6) * ((100vw - 375px) / (768 - 375)));}

		.con3 .con3_b .title_b .btn_b{flex:1;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
		.con3 .con3_b .title_b .btn_b .btn{width: calc(70px + (90 - 70) * ((100vw - 375px) / (768 - 375)));background: transparent;border-radius: 6px;transition: all 0.4s;cursor: pointer;border: none;}
		.con3 .con3_b .title_b .btn_b .btn:hover{background: #c79d51;border:none;}
		.con3 .con3_b .title_b .btn_b .btn a{width:100%;line-height: 34px;color: #666;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;justify-content: center;align-items: center;letter-spacing: 3px;}
		.con3 .con3_b .title_b .btn_b .btn:hover a{color: #fff;transition: color 0.4s;}
		.con3 .con3_b .title_b .btn_b .btn a i{line-height: 34px;color: #666;font-size: 8px;}
		.con3 .con3_b .title_b .btn_b .btn:hover a i{color: #fff;transition: color 0.4s;}


		.con3 .con3_b .list_b{width:100%;padding: 40px 0;}
		.con3 .con3_b .list_b ul{width:100%;display: flex;flex-wrap:wrap;justify-content: space-between;}
		.con3 .con3_b .list_b ul li{width:50%;display: flex;flex-wrap:wrap;justify-content: center;margin:17px 0;}
		.con3 .con3_b .list_b ul li a{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.con3 .con3_b .list_b ul li .doctor{width: 96%;display: flex;flex-wrap: wrap;justify-content: center;position: relative;overflow: hidden;}
		.con3 .con3_b .list_b ul li .doctor .pic{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.con3 .con3_b .list_b ul li .doctor .pic img{width:90%;}

		.con3 .con3_b .list_b ul li .txt_b{width: 90%;display: flex;flex-wrap: wrap;justify-content: center;background: rgba(199,157,81,.7);position: absolute;bottom: 0;transform: translateY(100%);will-change: transform;transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);padding-bottom: calc(14px + (20 - 14) * ((100vw - 375px) / (768 - 375)));}
    	.con3 .con3_b .list_b ul li .doctor:hover .txt_b {transform: translateY(0);}
		.con3 .con3_b .list_b ul li .txt_b .title{width:90%;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));line-height: calc(42px + (54 - 42) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 600;border-bottom: 1px solid rgba(255,255,255,.6);}
		.con3 .con3_b .list_b ul li .txt_b .personnal_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (768 - 375)));line-height: calc(18px + (22 - 18) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 200;margin-top: 20px;}
		.con3 .con3_b .list_b ul li .txt_b .pub_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (768 - 375)));line-height: calc(18px + (22 - 18) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 200;}



		/*4*/
		.con4 {width: 100%;background: #f8f8f8;display: flex;flex-wrap: wrap;justify-content: center;}
		.con4 .con4_b {width: 98%;padding-top: calc(35px + (50 - 35) * ((100vw - 375px) / (768 - 375)));}
		.con4 .con4_b .title_b{width:96%;margin: auto;display: flex;}
		.con4 .con4_b .title_b .name{flex:4;font-size: 32px;color: #222;line-height: 60px;font-weight: bolder;}
		.con4 .con4_b .title_b .en_name{font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#cccccc;text-transform: uppercase;margin-left: calc(6px + (10 - 6) * ((100vw - 375px) / (768 - 375)));}

		.con4 .con4_b .title_b .btn_b{flex:1;display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;}
		.con4 .con4_b .title_b .btn_b .btn{width: calc(70px + (90 - 70) * ((100vw - 375px) / (768 - 375)));background: transparent;border-radius: 6px;transition: all 0.4s;cursor: pointer;border:none;}
		.con4 .con4_b .title_b .btn_b .btn:hover{background: #222;border:none;}
		.con4 .con4_b .title_b .btn_b .btn a{width:100%;line-height: 34px;color: #666;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;justify-content: center;align-items: center;letter-spacing: 3px;}
		.con4 .con4_b .title_b .btn_b .btn:hover a{color: #fff;transition: color 0.4s;}
		.con4 .con4_b .title_b .btn_b .btn a i{line-height: 34px;color: #666;font-size: 8px;}
		.con4 .con4_b .title_b .btn_b .btn:hover a i{color: #fff;transition: color 0.4s;}


		.con4 .con4_b .list_b{width:96%;display: flex;flex-direction: column;padding: 40px 0;margin:auto;}
		.con4 .con4_b .list_b .list_b_l{width: 100%;display: flex;flex-direction: column;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list{width: 100%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px 0;display: flex;flex-wrap: wrap;justify-content: space-around;cursor: pointer;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list:last-child{width: 100%;border-top: none;border-bottom:1px solid #ccc;padding:10px 0;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list .title{width: 94%;line-height: 45px;font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-family: 'albbhaevy';white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list .title a{width: 100%;color: #222;transition: color 0.4s;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list:hover .title a{width: 100%;color: #c79d51;transition: color 0.4s;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list .summary{width: 94%;line-height: 24px;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (768 - 375)));color: #999;font-weight: 600;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list:hover .summary{color: #222;transition: color 0.4s;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.con4 .con4_b .list_b .list_b_l .news_txt_list .date{width: 94%;line-height: 42px;font-size: 13px;color: #999;font-weight: 200;}




		.con4 .con4_b .list_b .list_b_r{width: 100%;display: flex;flex-direction: column;}

		.con4 .con4_b .list_b .list_b_r .news_txt_list:first-child{width: 100%;border-top: none;border-bottom: 1px solid #ccc;padding: 25px 0;cursor: pointer;display: flex;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list{width: 100%;border-top: none;border-bottom: 1px solid #ccc;padding: 25px 0;cursor: pointer;display: flex;}

		.con4 .con4_b .list_b .list_b_r .news_txt_list .pic{width:30%;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list .pic a{width:100%;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list .pic img{width:100%;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list .txt{width:70%;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-end;}

		.con4 .con4_b .list_b .list_b_r .news_txt_list .txt .title{width: 94%;line-height: 28px;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-family: 'albbhaevy';white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list .txt .title a{width: 100%;color: #222;transition: color 0.4s;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list:hover .txt .title a{width: 100%;color: #c79d51;transition: color 0.4s;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list .txt .summary{width: 94%;line-height: 24px;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (768 - 375)));color: #999;font-weight: 600;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.con4 .con4_b .list_b .list_b_r .news_txt_list:hover .txt .summary{color: #222;transition: color 0.4s;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}


		/*5*/
		.con5 {width: 100%;background: #333;display: flex;flex-wrap: wrap;justify-content: center;}
		.con5 .nav{width: 98%;display: flex;flex-direction: column;align-items: center;padding: 30px 0 25px;}

		.con5 .nav .logo{width: 80%;}
		.con5 .nav .logo img{width: calc(140px + (194 - 140) * ((100vw - 375px) / (768 - 375)));padding-top: 10px;}
		.con5 .nav .logo .logo_txt{font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 375px) / (768 - 375)));text-transform: uppercase;}
		
		.con5 .nav .logo .logo_txt a{color: #fff;}
		.con5 .nav .logo .logo_txt a:hover{color: #fff;text-decoration: underline;}


		.con5 .nav_b{width: 80%;display: flex;flex-direction: column;margin-top: 20px;}
		.con5 .nav_b .nav_title{font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (768 - 375)));color: #ccc;font-weight: 600;line-height: 40px;position: relative;}
		.con5 .nav_b .nav_title:after{content:'';position: absolute;bottom: 0;left: 0;height: 3px;background: #ccc;width: 20px;}
		.con5 .nav_b .nav_list{padding-top:  calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375)));}
		.con5 .nav_b .nav_list ul{width: 100%;display: flex;flex-wrap: wrap;}
		.con5 .nav_b .nav_list ul li{width: 25%;display: flex;}
		.con5 .nav_b .nav_list ul li a{width: 100%;line-height: calc(26px + (36 - 26) * ((100vw - 375px) / (768 - 375)));font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,1);font-weight: 400;transition: color 0.4s;}
		.con5 .nav_b .nav_list ul li:hover a{color: rgba(255,255,255,0.65);}

		.con5 .contact_b{width: 80%;display: flex;flex-direction: column;margin-top: 25px;}
		.con5 .contact_b .contact_title{font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (768 - 375)));color: #ccc;font-weight: 600;line-height: 40px;position: relative;}
		.con5 .contact_b .contact_title:after{content:'';position: absolute;bottom: 0;left: 0;height: 3px;background: #ccc;width: 20px;}

		.con5 .contact_b .contact_txt{font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 375px) / (768 - 375)));padding-top:  calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375)));}
		.con5 .contact_b .contact_txt a{color: #fff;}
		.con5 .contact_b .contact_txt a:hover{color: #fff;text-decoration: underline;}


		.con5 .qrcode{width: 80%;display: flex;justify-content: center;margin: 20px auto 0;}
		.con5 .qrcode img{width:124px;}


		.con5 .icp{width: 98%;display: flex;flex-wrap: wrap;justify-content: center;border-top: 1px solid rgba(255,255,255,.15);padding: 20px 0 30px;}
		.con5 .icp .copy{font-size: 14px;color: #fff;line-height: 26px;text-align: left;}
		.con5 .icp .copy a{color: #fff;}
		.con5 .icp .copy a:hover{color: #fff;text-decoration: underline;}
		.con5 .icp .support{font-size: 14px;color: #fff;line-height: 26px;text-align: right;}
		.con5 .icp .support a{color: #fff;}
		.con5 .icp .support a:hover{color: #fff;text-decoration: underline;}



		/********************** tem **********************/

		.tem_nav {width: 100%;height: auto;background: #ececec;margin-top: -6px;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem_nav .nav_b {width: 98%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}

		.tem_nav .nav_b .list {width: 100%;overflow-x: auto;overflow-y: hidden;white-space: nowrap;-webkit-overflow-scrolling: touch;}
		.tem_nav .nav_b .list ul {display: inline-block;white-space: nowrap;padding: 0;margin: 0;}
		.tem_nav .nav_b .list ul li {display: inline-block;position: relative;text-align: center;line-height: 72px;font-size: 16px;font-weight: 600;color: #222;transition: color 0.4s;cursor: pointer;padding: 0 15px;vertical-align: top;}
		.tem_nav .nav_b .list ul li a {width: 100%;color: #222;transition: color 0.4s;cursor: pointer;display: block;}
		.tem_nav .nav_b .list ul li:hover a {color: #c79d51;}
		.tem_nav .nav_b .list ul li:not(:last-child)::after {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 20px;background: #ccc;}
		.tem_nav .nav_b .list ul li:last-child::after {display: none;}
		.tem_nav .nav_b .list::-webkit-scrollbar {display: none;}
		.tem_nav .nav_b .list {-ms-overflow-style: none;scrollbar-width: none;}

		.tem_nav .nav_b .mbx_b {display: none;line-height: 72px;}
		.tem_nav .nav_b .mbx_b i{font-size: 20px;color: #c79d51;line-height: 72px;}
		.tem_nav .nav_b .mbx_b a{font-size: 16px;color: #c79d51;line-height: 72px;padding:0 15px;}
		.tem_nav .nav_b .mbx_b .gary{font-size: 16px;color: #222;line-height: 72px;padding:0 15px;}





		/*1*/
		.tem {width:100%;display: flex;flex-wrap: wrap;justify-content: center;padding-bottom: calc(70px + (100 - 70) * ((100vw - 375px) / (768 - 375)));}
		.tem .tem_b{width:98%;display: flex;justify-content: space-between;flex-direction: column;}
		.tem .tem_b .con_l{width:100%;display: flex;flex-direction: column;align-items: center;}
		.tem .tem_b .con_l .title_b{width:96%;font-size: calc(25px + (32 - 25) * ((100vw - 375px) / (768 - 375)));line-height: calc(32px + (52 - 32) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color:#333;display: flex;flex-wrap: wrap;margin-top: calc(70px + (100 - 70) * ((100vw - 375px) / (768 - 375)));}
		.tem .tem_b .con_l .title_b span {font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color: #ccc;text-transform: uppercase;display: block;}
		.tem .tem_b .con_l .summary{width:96%;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));line-height: calc(26px + (32 - 26) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#333;margin-top: calc(30px + (50 - 30) * ((100vw - 375px) / (768 - 375)));}
		.tem .tem_b .con_l .summary img{width:96%;margin: 15px auto;}




		.tem .tem_b .con_l_p{width:100%;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem .tem_b .con_l_p .title_b{width:96%;font-size: calc(25px + (32 - 25) * ((100vw - 375px) / (768 - 375)));line-height: calc(32px + (52 - 32) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color:#333;display: flex;flex-wrap: wrap;justify-content: center;margin-top: calc(70px + (100 - 70) * ((100vw - 375px) / (768 - 375)));}
		.tem .tem_b .con_l_p .title_b span{font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#ccc;text-transform: uppercase;margin-left: calc(12px + (20 - 12) * ((100vw - 375px) / (768 - 375)));}
		.tem .tem_b .con_l_p .summary_p{width:96%;font-size: calc(13px + (14 - 13) * ((100vw - 375px) / (768 - 375)));line-height: calc(26px + (32 - 26) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#333;margin-top: calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;justify-content: center;}
		.tem .tem_b .con_l_p .summary_p img {width: 98%;margin: 20px auto;}
		.tem .tem_b .con_l_p .summary_p h1 {margin: 6px auto;text-align: left;font-size: calc(22px + (28 - 22) * ((100vw - 375px) / (768 - 375)));line-height: calc(26px + (36 - 26) * ((100vw - 375px) / (768 - 375)));color:#222;font-weight: 600;margin-top: calc(20px + (36 - 20) * ((100vw - 375px) / (768 - 375)));}
		.tem .tem_b .con_l_p .summary_p p {width: 96%;font-size: calc(13px + (14 - 13) * ((100vw - 375px) / (768 - 375)));line-height: calc(26px + (32 - 26) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color: #333;margin-top: calc(20px + (36 - 20) * ((100vw - 375px) / (768 - 375)));}
		.tem .tem_b .con_l_p .summary_p .pic{width: 96%;text-align: center;}
		.tem .tem_b .con_l_p .summary_p .num{width: 96%;font-size: calc(15px + (18 - 15) * ((100vw - 375px) / (768 - 375)));line-height: calc(22px + (28 - 22) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color: #c79d51;text-align:center;}

		.tem .tem_b .con_l_p .summary_pp{width:96%;font-size: calc(13px + (14 - 13) * ((100vw - 375px) / (768 - 375)));line-height: calc(26px + (32 - 26) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#333;margin-top: calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;justify-content: center;}
		.tem .tem_b .con_l_p .summary_pp img {width: 98%;margin: 20px auto;}
		.tem .tem_b .con_l_p .summary_pp .pic{width: 96%;text-align: center;}


		.tem .tem_b .con_R{width:30%;padding-top: 110px;display: none;flex-wrap: wrap;justify-content: flex-end;align-content: flex-start;}
		.tem .tem_b .con_R img{width: calc(260px + (322 - 260) * ((100vw - 375px) / (768 - 375)));}




		/*4*/
		.tem_con4 {width: 100%;background: #f8f8f8;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem_con4 .tem_con4_b {width: 96%;padding-top: calc(75px + (100 - 75) * ((100vw - 375px) / (768 - 375)));}
		.tem_con4 .tem_con4_b .title_b{width:100%;display: flex;}
		.tem_con4 .tem_con4_b .title_b .name{flex:4;font-size: 32px;color: #222;line-height: 60px;font-weight: bolder;}
		.tem_con4 .tem_con4_b .title_b .en_name{font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#cccccc;text-transform: uppercase;margin-left: calc(6px + (10 - 6) * ((100vw - 375px) / (768 - 375)));}


		.tem_con4 .tem_con4_b .list_b{display: flex;flex-wrap:wrap;padding: 40px 0;}
		.tem_con4 .tem_con4_b .list_b .list_b_l{width:100%;display: flex;flex-wrap: wrap;justify-content: space-between;}


		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list{width: 96%;border-top:1px solid #ccc;border-bottom:none;padding:20px 0;display: flex;flex-wrap: wrap;justify-content: space-around;cursor: pointer;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:first-child{width: 96;border-top: 1px solid #ccc;border-bottom:none;padding:20px 0;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:nth-child(2){width: 96;border-top: 1px solid #ccc;border-bottom:none;padding:20px 0;}

		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:last-child{width: 96;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;padding:20px 0;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:nth-last-child(2){width: 96;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;padding:20px 0;}


		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list .title{width: 94%;line-height: 44px;font-size: calc(15px + (18 - 15) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-family: 'albbhaevy';white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list .title a{width: 100%;color: #222;transition: color 0.4s;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:hover .title a{width: 100%;color: #c79d51;transition: color 0.4s;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list .summary{width: 94%;line-height: 24px;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));color: #999;font-weight: 600;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list:hover .summary{color: #222;transition: color 0.4s;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b .list_b_l .news_txt_list .date{width: 94%;line-height: 42px;font-size: 13px;color: #999;font-weight: 200;}




		.tem_con4 .tem_con4_b .list_b .list_b_r{width:100%;display: flex;flex-direction: column;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list:first-child{width: 100%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:48px 0;cursor: pointer;display: flex;gap: calc(4px + (10 - 4) * ((100vw - 375px) / (768 - 375)));}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list{width: 100%;border-top: none;border-bottom:1px solid #ccc;padding:47px 0;display: flex;gap: 10px;}

		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .pic{flex: 1;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .pic a{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-end;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .pic img{width: 80%;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .txt{flex: 3;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: flex-end;}

		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .txt .title{width: 94%;line-height: 28px;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-family: 'albbhaevy';white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .txt .title a{width: 100%;color: #222;transition: color 0.4s;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list:hover .txt .title a{width: 100%;color: #c79d51;transition: color 0.4s;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list .txt .summary{width: 94%;line-height: 24px;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (768 - 375)));color: #999;font-weight: 600;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}
		.tem_con4 .tem_con4_b .list_b .list_b_r .news_txt_list:hover .txt .summary{color: #222;transition: color 0.4s;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;}



		/*3*/
		.tem_con3 {width: 100%;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem_con3 .tem_con3_b {width: 96%;padding-top: calc(75px + (100 - 75) * ((100vw - 375px) / (768 - 375)));}
		.tem_con3 .tem_con3_b .title_b{width:100%;display: flex;}
		.tem_con3 .tem_con3_b .title_b .name{flex:4;font-size: 32px;color: #222;line-height: 60px;font-weight: bolder;}
		.tem_con3 .tem_con3_b .title_b .en_name{font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#cccccc;text-transform: uppercase;margin-left: calc(6px + (10 - 6) * ((100vw - 375px) / (768 - 375)));}

		.tem_con3 .tem_con3_b .list_b{width:100%;padding: 40px 0;}
		.tem_con3 .tem_con3_b .list_b ul{width:100%;display: flex;flex-wrap:wrap;justify-content: space-between;}
		.tem_con3 .tem_con3_b .list_b ul li{width:50%;display: flex;flex-wrap:wrap;justify-content: center;margin:17px 0;}
		.tem_con3 .tem_con3_b .list_b ul li a{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.tem_con3 .tem_con3_b .list_b ul li .doctor{width: 96%;display: flex;flex-wrap: wrap;justify-content: center;position: relative;overflow: hidden;}
		.tem_con3 .tem_con3_b .list_b ul li .doctor .pic{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.tem_con3 .tem_con3_b .list_b ul li .doctor .pic img{width:90%;}

		.tem_con3 .tem_con3_b .list_b ul li .txt_b{width: 90%;display: flex;flex-wrap: wrap;justify-content: center;background: rgba(199,157,81,.7);position: absolute;bottom: 0;transform: translateY(100%);will-change: transform;transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);padding-bottom: calc(14px + (20 - 14) * ((100vw - 375px) / (768 - 375)));}
    	.tem_con3 .tem_con3_b .list_b ul li .doctor:hover .txt_b {transform: translateY(0);}
		.tem_con3 .tem_con3_b .list_b ul li .txt_b .title{width:90%;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));line-height: calc(42px + (54 - 42) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 600;border-bottom: 1px solid rgba(255,255,255,.6);}
		.tem_con3 .tem_con3_b .list_b ul li .txt_b .personnal_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (768 - 375)));line-height: calc(18px + (22 - 18) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 200;margin-top: 20px;}
		.tem_con3 .tem_con3_b .list_b ul li .txt_b .pub_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (768 - 375)));line-height: calc(18px + (22 - 18) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 200;}







		/*tem_pic*/
		.tem_pic {width: 100%;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;}
		.tem_pic .tem_pic_b {width: 96%;padding-top: calc(75px + (100 - 75) * ((100vw - 375px) / (768 - 375)));}
		.tem_pic .tem_pic_b .title_b{width:100%;display: flex;}
		.tem_pic .tem_pic_b .title_b .name{flex:4;font-size: 32px;color: #222;line-height: 60px;font-weight: bolder;}
		.tem_pic .tem_pic_b .title_b .en_name{font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 600;color:#cccccc;text-transform: uppercase;margin-left: calc(6px + (10 - 6) * ((100vw - 375px) / (768 - 375)));}

		.tem_pic .tem_pic_b .list_b{width:100%;padding: 40px 0;}
		.tem_pic .tem_pic_b .list_b ul{width:100%;display: flex;flex-wrap:wrap;justify-content: space-between;}
		.tem_pic .tem_pic_b .list_b ul li{width:100%;display: flex;flex-wrap:wrap;justify-content: center;margin:17px 0;}
		.tem_pic .tem_pic_b .list_b ul li a{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.tem_pic .tem_pic_b .list_b ul li .doctor{width: 96%;display: flex;flex-wrap: wrap;justify-content: center;position: relative;overflow: hidden;}
		.tem_pic .tem_pic_b .list_b ul li .doctor .pic{width:100%;display: flex;flex-wrap:wrap;justify-content: center;}
		.tem_pic .tem_pic_b .list_b ul li .doctor .pic img{width:90%;}

		.tem_pic .tem_pic_b .list_b ul li .txt_b{width: 90%;display: flex;flex-wrap: wrap;justify-content: center;background: rgba(199,157,81,.7);position: absolute;bottom: 0;padding-bottom: calc(14px + (20 - 14) * ((100vw - 375px) / (768 - 375)));}
		.tem_pic .tem_pic_b .list_b ul li .txt_b .title{width:90%;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));line-height: calc(42px + (54 - 42) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 600;border-bottom: 1px solid rgba(255,255,255,.6);}
		.tem_pic .tem_pic_b .list_b ul li .txt_b .personnal_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (768 - 375)));line-height: calc(18px + (22 - 18) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 200;margin-top: 20px;}
		.tem_pic .tem_pic_b .list_b ul li .txt_b .pub_tel{width:90%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (768 - 375)));line-height: calc(18px + (22 - 18) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 200;}









		/**/
			#m_nav_list{position: fixed;left: 100%;}
		/**/
		/**/
			#m_nav_list{padding: 0;position: fixed;background: rgb(0 0 0 / 95%) !important;top: 0;left: 100%;height: 100vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 100%;padding: 60px 8% 0 8%;z-index:999999;}
			#m_nav_list .close{margin-bottom: 15px;}
			#m_nav_list .close i{color:#fff;}
			#m_nav_list ul{overflow: hidden;}
			#m_nav_list ul li{width: 85%;}

			#m_nav_list .link-con,#m_nav_list .slide-link{display: block;padding: 0;color: #c79d51;font-weight: bold;border-bottom: 1px solid rgba(255,255,255,.25);height:70px;line-height: 70px;background-size:8px auto;font-size: 15px;margin: 0;text-align: center;}
			#m_nav_list .link-con:hover{color: #c79d51;}

			#m_nav_list.active{left: 0;}
		/**/

		#search_pc_list{padding: 0;position: fixed;background: rgb(0 0 0 / 95%) !important;top: -100%;left: 0;height: 20vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 100%;padding: 0;z-index:999999;display: flex;flex-direction: column;align-items: flex-end;justify-content: center;}
		#search_pc_list .close{margin-bottom: 15px;margin-right: 17%;cursor: pointer;}
		#search_pc_list .close i{color: #fff;font-size: 1.2rem;}
		#search_pc_list form{width: 100%;}
		#search_pc_list .input-box{width: 100%;display: flex;justify-content: center;}
		#search_pc_list .input-box .input_txt{width: 60%;background: transparent;border:1px solid #c79d51; color: #000;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;margin-right: 5px;}
		#search_pc_list .input-box .input_btn{width: 15%;border:1px solid #c79d51; color: #fff;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;background: #c79d51;cursor: pointer;}
		#search_pc_list.active{top: 0;}
}



table{border:thin solid #ccc;margin:25px auto;width: 100%}
td{border-right:thin solid #ccc;border-bottom:thin solid #ccc;text-align:center;}


.text-secondary{width: 96%;display: flex;justify-content: space-between;margin: 2rem auto;}
.text-secondary a {color: #c79d51;}
.lh-2 {line-height: 2;}
.text-secondary .prov{padding:5px 15px; color: #c79d51;background-color: #fff;border: 1px solid #c79d51;}
.text-secondary .next{padding:5px 15px; color: #c79d51;background-color: #fff;border: 1px solid #c79d51;}




/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #c79d51;
	background-color: #fff;
	border: 1px solid #c79d51;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #c79d51;
	border-color: #c79d51;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
  margin-top: 50px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #c79d51;
  background-color: #fff;
  border: 1px solid #c79d51;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #c79d51;
  border-color: #c79d51;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
