html { background: #f2f2f2; max-width: 1920px; min-width: 320px; margin: 0px auto; overflow-x: hidden; }
* { outline: none; }
.swiper-button-next:after, .swiper-button-prev:after { display: none; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { pointer-events: initial; cursor: not-allowed; }

.header.on { }

/**å¤´éƒ¨å¼€å§‹*/
.header { width: 100%; padding: 23px 120px; background: #FFFFFF; box-sizing: border-box; position: fixed; top: 0px; left: 0px; z-index: 99; box-shadow: 0px 0px 8px rgba(0,0,0,0.25); }
.header .content { display: flex }
.header .logo { height: 70px; width: auto; display: block; float: left; }

.header .nav_box { float: right; line-height: 70px; height: 70px; position: relative; display: flex; flex: 1; }

.header .nav_box > ul { float: left; flex: 1; text-align: right; }
.header .nav_box > ul > li { display: inline-block; padding: 0px 10px; position: relative; text-align: left; }
.header .nav_box > ul > li::after { content: "/"; font-size: 16px; color: #e0e0e0; position: absolute; top: 0px; left: 0px; transform: translateX(-50%); }
.header .nav_box > ul > li:first-child::after { display: none; }
.header .nav_box > ul > li > a { font-size: 16px; font-weight: bold; color: #333333; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.header .nav_box > ul > li > a:hover { transform: scale(1.05); color: #279399; }
.header .nav_box > ul > li.djfc > a { color: #e00000; background: url(../images/icon_djfc.png) no-repeat left; padding-left: 20px; }
.header .nav_box > ul > li.old > a { color: #279399; }
.header .nav_box > ul > li.wzfy > a { color: #3a62bd; }

.header .nav_box > ul > li dl { position: absolute; background: #fff; padding: 10px 20px; box-shadow: #666 0px 0px 5px; border-radius: 10px; opacity: 0; transform: translateY(10px); visibility: hidden; }
.header .nav_box > ul > li:hover dl { opacity: 1; transform: translateY(0px); visibility: visible; }
.header .nav_box > ul > li dl:before { content: ''; display: block; width: 10px; height: 10px; background: #fff; transform: rotate(45deg); border: 1px #ddd solid; border-right: 0px; border-bottom: 0px; position: absolute; top: -7px; left: 20px; }
.header .nav_box > ul > li dl dd { line-height: 30px; white-space: nowrap; }
.header .nav_box > ul > li dl dd a:hover { color: #279399; }


.header .nav_box .btn_search { float: right; height: 46px; display: flex; align-items: center; margin-left: 10px; background: #fafafa; border-radius: 23px; position: relative; top: 50%; transform: translateY(-50%); }
.header .nav_box .btn_search .stxt { padding-left: 20px; box-sizing: border-box; width: 100%; flex: 1; }
.header .nav_box .btn_search .search_show_btn { vertical-align: middle; background: url(../images/icon_top_search.png) no-repeat; height: 38px; width: 38px; }
.header .nav_box .btn_search_img { display: none; }

.m_btn_lang { display: none; }
.header .nav_box .btn_lang { float: right; margin-left: 10px; display: flex; align-items: center; }
.header .nav_box .btn_lang a { display: block; width: 38px; height: 38px; line-height: 38px; font-size: 16px; color: #fff; background: #279399; border-radius: 50%; text-align: center; }


.m_nav_btn { display: none; background: #279399; height: 70px; width: 70px; display: none; position: absolute; top: 0px; right: 0px; cursor: pointer; float: left; z-index: 3; transition: all 0.3s; }
.m_nav_btn i { display: block; height: 1px; background: #FFF; width: 50%; position: absolute; top: 50%; left: 50%; transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); transition: all 0.3s; opacity: 1; }
.m_nav_btn i::after { content: ""; display: block; height: 1px; background: #FFF; width: 100%; position: absolute; top: -13px; left: 0px; transition: all 0.3s; }
.m_nav_btn i::before { content: ""; display: block; height: 1px; background: #FFF; width: 100%; position: absolute; bottom: -13px; left: 0px; transition: all 0.3s; }
.m_nav_btn.close i { background: none; opacity: 1; }
.m_nav_btn.close i::after { transform: rotate(45deg); top: 0px; }
.m_nav_btn.close i::before { transform: rotate(-45deg); bottom: 0px; }

/*å¤´éƒ¨é—´éš™æ¡*/
.header_space { height: 116px; }

/*æœç´¢*/
.sh_bkg { position: fixed; left: 0; top: 0; z-index: 2000; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); display: none; transition: all 220ms linear; }
.sh_box { position: fixed; left: 50%; margin-left: -390px; top: 50%; margin-top: -94px; z-index: 2001; width: 780px; display: none; text-align: center; transition: all 220ms linear; }
.sh_box form { width: 100%; overflow: hidden; }
.sh_box .box { width: 100%; text-align: center; overflow: hidden; }
.sh_box .stxt { float: left; width: 675px; height: 88px; line-height: 88px; padding: 0px 20px; border: 0; box-sizing: border-box; background: #FFFFFF; }
.sh_box .sbtn { float: left; width: 105px; height: 88px; line-height: 88px; text-align: center; color: #FFF; background: #279399 url(../images/index_04.png) center center no-repeat; border: 0; cursor: pointer; }

.sh_box .close { position: relative; width: 80px; height: 80px; float: none; margin: 0px auto; cursor: pointer; margin-bottom: 20px; }
.sh_box .close:before, .sh_box .close:after { content: ""; display: block; width: 80px; height: 1px; background-color: #FFF; position: absolute; left: 0px; top: 40px; }
.sh_box .close:before { transform: rotate(45deg); }
.sh_box .close:after { transform: rotate(-45deg); }
/**å¤´éƒ¨ç»“æŸ*/

/**é¦–é¡µå¼€å§‹*/
/*ç„¦ç‚¹å›¾*/
.wapbox { overflow: hidden; width: 100%; }
.banner { width: 100%; overflow: hidden; }
.banner #ban_swiper { width: 100%; height: 670px; position: relative; }
.banner #ban_swiper .swiper-slide { background-size: auto 100%; background-position: center center; }
.banner #ban_swiper .swiper-slide a { display: block; height: 100%; }
.banner #ban_swiper .swiper-slide .title { font-size: 56px; color: #FFFFFF; line-height: 80px; width: 1200px; position: absolute; bottom: 150px; left: 50%; transform: translateX(-50%); }

.banner #ban_swiper .swiper-button-prev, .banner #ban_swiper .swiper-button-next { width: 68px; height: 68px; background: url(../images/icon_ban_arrow.png) center center no-repeat; background-size: 100% 100%; transition: all 320ms linear; }
.banner #ban_swiper .swiper-button-prev:hover, .banner #ban_swiper .swiper-button-next:hover { background: url(../images/icon_ban_arrow_on.png) center center no-repeat; background-size: 100% 100%; }
.banner #ban_swiper .swiper-button-prev { left: 5%; }
.banner #ban_swiper .swiper-button-next { right: 5%; transform: rotateY(180deg); }
.banner #ban_swiper .swiper-pagination { width: 1200px; text-align: left; position: absolute; bottom: 88px; left: 50%; transform: translateX(-50%); }
/*.banner #ban_swiper .swiper-pagination span { width: 20px; height: 20px; background: url(../images/ban_dot.png) center center no-repeat; background-size: 100% 100%; opacity: 1; }
.banner #ban_swiper .swiper-pagination span.swiper-pagination-bullet-active { background: url(../images/ban_dot_on.png) center center no-repeat; background-size: 100% 100%; }*/

.index_layer1 { background: url(../images/index_layer1_left_bg.jpg); position: relative; }

.index_layer1_menu { max-width: 1440px; width: 100%; margin: 0px auto; position: absolute; z-index: 98; top: -100px; left: 50%; transform: translateX(-50%); margin-bottom: -100px; }
.index_layer1_menu ul { overflow: hidden; }
.index_layer1_menu ul li { width: 25%; float: left; }
.index_layer1_menu ul li dl { display: flex; width: 360px; background: url(../images/index_layer1_menu1.png) no-repeat top; background-size: 100% auto; padding: 100px 37px 30px 37px; box-sizing: border-box; }
.index_layer1_menu ul li dl.img1 { background: url(../images/index_layer1_menu1.png) no-repeat top; }
.index_layer1_menu ul li dl.img2 { background: url(../images/index_layer1_menu2.png) no-repeat top; }
.index_layer1_menu ul li dl.img3 { background: url(../images/index_layer1_menu3.png) no-repeat top; }
.index_layer1_menu ul li dl.img4 { background: url(../images/index_layer1_menu4.png) no-repeat top; }
.index_layer1_menu ul li dl dt { flex: 1; }
.index_layer1_menu ul li dl dt b { font-size: 22px; color: #fff; display: block; line-height: 1.5; }
.index_layer1_menu ul li dl dt span { font-size: 14px; color: rgba(255, 255, 255, 0.5); }
.index_layer1_menu ul li dl dd { width: 50px; }

/*.inbox2 { width: 100%; padding: 0px 0px; background: url(../images/bg_inbox2.jpg) center right no-repeat; background-size: auto 100%; }*/
.inbox2 .content { margin: 0px auto; display: flex; }

.inbox2 .content .l_box { width: 50%; float: left; padding-top: 170px; position: relative; }
.inbox2 .content .l_box::after { content: 'NEWS'; display: block; position: absolute; bottom: 0px; right: 0px; font-size: 308px; color: #e8ebed; font-weight: bold; }
.inbox2 .content .l_box .top_box { margin-bottom: 34px; }
.inbox2 .content .l_box .top_box .title { font-size: 26px; color: #333333; }
.inbox2 .content .l_box .top_box .title span { font-size: 14px; color: #bec1c2; font-weight: bold; }

.inbox2 .content .l_box #news_swiper { position: relative; max-width: 622px; float: right; margin-right: 100px; }
.inbox2 .content .l_box #news_swiper .swiper-slide { position: relative; }

.inbox2 .content .l_box #news_swiper .swiper-slide img { width: 100%; display: block; height: 360px; object-fit: cover; max-height: calc(350px); }
.inbox2 .content .l_box #news_swiper .swiper-slide .con_box { color: #333333; width: 100%; padding: 10px 0px; box-sizing: border-box; border-bottom: 2px #e6e6e6 solid; margin-bottom: 100px; }
.inbox2 .content .l_box #news_swiper .swiper-slide .con_box .time { font-size: 16px; color: #999; line-height: 26px; font-weight: bold; }
.inbox2 .content .l_box #news_swiper .swiper-slide .con_box .desc { font-size: 14px; line-height: 26px; color: #666; padding: 10px 0px; }
.inbox2 .content .l_box #news_swiper .swiper-slide .con_box .title { font-size: 28px; font-weight: bold; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inbox2 .content .l_box #news_swiper .swiper-slide .con_box .more { font-size: 12px; line-height: 26px; margin-top: 6px; float: right; }

.inbox2 .content .l_box #news_swiper .swiper-pagination { width: auto; text-align: right; position: absolute; bottom: 152px; right: 28px; }
.inbox2 .content .l_box #news_swiper .swiper-pagination span { width: 10px; height: 10px; box-sizing: border-box; border: 1px solid #FFFFFF; background: transparent; opacity: 1; }
.inbox2 .content .l_box #news_swiper .swiper-pagination span.swiper-pagination-bullet-active { background: #FFFFFF; }

.inbox2 .content .r_box { width: 50%; padding-top: 170px; padding-bottom: 100px; box-sizing: border-box; padding-left: 100px; float: right; min-height: 500px; background: url(../images/index_layer1_right_bg.jpg) no-repeat bottom right #f4f6f8; }
.inbox2 .content .r_box .top_box { text-align: left; margin-bottom: 25px; width: 622px; }
.inbox2 .content .r_box .top_box ul { display: block; border-bottom: 3px #e0e0e0 solid; }
.inbox2 .content .r_box .top_box ul li { float: left; padding-right: 20px; margin-right: 20px; position: relative; }
.inbox2 .content .r_box .top_box ul li a { font-size: 28px; color: #666666; }

.inbox2 .content .r_box .top_box ul li::after { content: ""; width: 111px; height: 22px; display: block; position: relative; top: 8px; }
.inbox2 .content .r_box .top_box ul li:hover a { color: #228287; }
.inbox2 .content .r_box .top_box ul li:hover::after { background: url(../images/index_layer2_icon.png) no-repeat; background-size: 100%; }

.inbox2 .content .r_box .top_box ul li.on a { color: #228287; }
.inbox2 .content .r_box .top_box ul li.on::after { background: url(../images/index_layer2_icon.png) no-repeat; background-size: 100%; }

.inbox2 .content .r_box #list_swiper { max-width: 622px; box-sizing: border-box; margin: 0px; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul { width: 100%; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li { overflow: hidden; position: relative; display: flex; margin-bottom: 30px; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li .time { font-size: 12px; color: #808080; width: 93px; float: left; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li .time::before { content: ''; width: 1px; height: 48px; background: #e1e3e6; display: block; float: right; position: relative; top: 5px; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li .time dl { width: 55px; height: 55px; border: 2px #e6ded1 solid; background: url(../images/icon_time.jpg) no-repeat; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li .time dl dt b { display: block; padding: 5px 0px; font-size: 30px; text-align: center; color: #dac9ae; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li .time dl dt span { display: block; font-size: 12px; text-align: center; color: #dac9ae; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li .title { flex: 1; line-height: 1.2; padding-left: 40px; }

.inbox2 .content .r_box #list_swiper .swiper-slide ul li .title span { font-size: 12px; color: #999999; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li .title a { font-size: 18px; color: #333333; width: 100%; box-sizing: border-box; padding-right: 25px; display: block; }
.inbox2 .content .title span.dz_icon { display: inline-block; background: #ed0808; color: #fff; padding: 2px 3px; line-height: 1; margin-right: 3px; border-radius: 3px; font-size: 12px; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li .title a b { }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li:hover .title a { color: #279399; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li:first-child .time { font-size: 12px; color: #999999; font-weight: bold; }
.inbox2 .content .r_box #list_swiper .swiper-slide ul li:first-child .title { font-size: 12px; color: #999999; font-weight: bold; }

.index_layer2 { background: url(../images/index_layer2_bg.jpg) no-repeat; height: 440px }
.index_layer2 .mingyi { overflow: hidden; max-width: 1440px; margin: 0px auto; padding: 80px 0px; }
.index_layer2 .mingyi_1, .mingyi_2 { display: flex; padding-bottom: 20px; }
.index_layer2 .mingyi_2 .mingyi_more { width: 240px; text-align: center; }
.index_layer2 .mingyi_2 .mingyi_more dl { font-size: 22px; line-height: 2; color: #fff; position: relative; top: 50%; transform: translateY(-50%); }
.index_layer2 .mingyi .mingyi_title { width: 480px; position: relative; }
.index_layer2 .mingyi .mingyi_title dl { padding: 0px 20px; }
.index_layer2 .mingyi .mingyi_title dl dt { color: #fff; font-size: 36px; padding: 20px 0px; font-weight: bold; }
.index_layer2 .mingyi .mingyi_title dl dd { color: #fff; font-size: 14px; line-height: 1.5; }
.index_layer2 .mingyi .mingyi_title dl dt img { margin-right: 10px; vertical-align: middle; }
.index_layer2 .mingyi_1 .more { text-align: right; }
.index_layer2 .mingyi_1 .more a { color: #e9d7b9; font-weight: bold; }

.index_layer2 .mingyi .mingyi_title .btn_box { position: relative; width: 135px; height: 58px; margin-top: 40px; }
.index_layer2 .mingyi .mingyi_title .btn_box .swiper-button-prev { background: url(../images/index_arr_left.png) no-repeat; background-size: 100%; height: 58px; width: 58px; left: 0px; }
.index_layer2 .mingyi .mingyi_title .btn_box .swiper-button-next { background: url(../images/index_arr_right.png) no-repeat; background-size: 100%; height: 58px; width: 58px; right: 0px; }
.index_layer2 .mingyi .minyi_swiper { flex: 1; overflow: hidden; margin-left: 20px; }
.index_layer2 .mingyi .minyi_swiper .box { position: relative; height: 230px; }
.index_layer2 .mingyi .minyi_swiper .box a { position: relative; }
.index_layer2 .mingyi .minyi_swiper .box img { height: 100%; }
.index_layer2 .mingyi .minyi_swiper .box .con_box { padding-top: 20px; padding-bottom: 7px; text-align: center; color: #fff; position: absolute; left: 0px; right: 0px; bottom: 0px; background: linear-gradient(to top,rgba(39, 147, 153, 0.8),rgba(39, 147, 153, 0)); }
.index_layer2 .mingyi .minyi_swiper .box .con_box .name { font-size: 18px; line-height: 1.2; }
.index_layer2 .mingyi .minyi_swiper .box .con_box .desc { font-size: 14px; line-height: 1.5; }
.index_layer3 { height: 670px; display: flex; }
.index_layer3 .index_layer3_left { flex: 1; background: url(../images/index_layer3_left_bg.jpg) no-repeat; background-size: auto 100%; height: 670px; }
.index_layer3 .index_layer3_right { width: 600px; background: url(../images/index_layer3_right_bg.jpg) no-repeat; background-size: auto 100%; height: 670px; }
.index_layer3 .index_layer3_ks { width: 1003px; margin: 0px 80px 0px auto; height: 512px; overflow: hidden; border: 1px #c9cecf solid; position: relative; top: 50%; transform: translateY(-50%); }
.index_layer3 .index_layer3_ks.swiper { width: 100%; margin-left: auto; margin-right: auto; }

.index_layer3 .index_layer3_ks ul li.swiper-slide { text-align: center; font-size: 18px; height: calc((100%) / 4); }

.index_layer3 .index_layer3_ks ul li.swiper-slide a { position: relative; font-size: 20px; color: #fff; text-align: left; box-sizing: border-box; padding: 26px 30px; display: block; width: 100%; height: 100%; border-bottom: 1px #c9cecf solid; border-right: 1px #c9cecf solid; }
.index_layer3 .index_layer3_ks ul li.swiper-slide a:hover { background: url(../images/index_layer4_bg.png) no-repeat right bottom #228287; }
.index_layer3 .index_layer3_ks ul li.swiper-slide a span { position: absolute; left: 30px; bottom: 20px; }
.index_layer3 .index_layer3_right dl { width: 281px; margin: 80px auto 80px 80px; }
.index_layer3 .index_layer3_right dl dt { padding-bottom: 20px; text-align: right; }
.index_layer3 .index_layer3_right dl dt strong { background: url(../images/index_layer4_icon.png) no-repeat left; padding-left: 50px; background-size: auto 37px; font-size: 36px; font-weight: bold; color: #fff; }
.index_layer3 .index_layer3_right dl dd { color: #fff; font-size: 14px; line-height: 1.8; text-align: right; }
.index_layer3 .index_layer3_right dl dd p { text-align: left; }

.index_layer3 .index_layer3_right .btn_box { position: relative; width: 135px; height: 58px; margin-top: 150px; display: inline-block; }
.index_layer3 .index_layer3_right .btn_box .swiper-button-prev { background: url(../images/index_arr_left.png) no-repeat; background-size: 100%; height: 58px; width: 58px; left: 0px; }
.index_layer3 .index_layer3_right .btn_box .swiper-button-next { background: url(../images/index_arr_right.png) no-repeat; background-size: 100%; height: 58px; width: 58px; right: 0px; }



.index_layer4 { height: 671px; background: url(../images/index_layer4_bg.jpg) no-repeat; background-size: auto 100%; }
.index_layer4_body { max-width: 1440px; margin: 0px auto; }
.index_layer4_body ul { padding: 80px 0px; display: flex; }
.index_layer4_body ul li { width: 180px; transition: all 0.3s; cursor: pointer; }
.index_layer4_body ul li dl { position: relative; height: 100%; }
.index_layer4_body ul li dt { position: absolute; top: 0px; right: 0px; left: 0px; bottom: 0px; writing-mode: vertical-lr; background: rgba(26, 146, 137, 0.80); z-index: 1; }
.index_layer4_body ul li dt strong { position: absolute; top: 50%; left: 50%; font-size: 28px; color: #fff; transform: translate(-50%,-50%); }
.index_layer4_body ul li dd { overflow: hidden; position: relative; z-index: 0; }
.index_layer4_body ul li dd img { height: 100%; max-width: none; height: 100%; display: block; }
.index_layer4_body ul li dd .desc { position: absolute; left: 20px; bottom: 20px; color: #fff; display: none; line-height: 1.5; }
.index_layer4_body ul li dd .desc b { font-size: 28px; }

.index_layer4_body ul li.flex { flex: 1; }
.index_layer4_body ul li.flex dt { background: none; display: none; }
.index_layer4_body ul li.flex dd { display: block; }
.index_layer4_body ul li.flex dd .desc { display: block; }
/**é¦–é¡µç»“æŸ*/
/**åº•éƒ¨å¼€å§‹*/
.footer { }

.footer .foot1 { height: 390px; position: relative; color: #ffffff; transition: all 220ms linear; background: url(../images/index_layer5_bg.jpg) repeat-y; background-size: auto 100%; }

.footerlink ul li { display: inline-block; border: 1px #fff solid; padding: 4px; margin: 5px; }
.footerlink ul li a { display: block; text-align: left; width: 170px; padding: 20px 40px 20px 50px; box-sizing: border-box; background: url(../images/foot_icon_1.png) no-repeat 15px center rgba(255, 255, 255, 0.5); background-size: 25px; color: #fff; font-size: 20px; }
.footerlink ul li.l2 a { background-image: url(../images/foot_icon_2.png); }
.footerlink ul li.l3 a { background-image: url(../images/foot_icon_3.png); }
.footerlink ul li.l4 a { background-image: url(../images/foot_icon_4.png); }
.footerlink ul li.l5 a { background-image: url(../images/foot_icon_5.png); }
.foot_top { position: fixed; right: 50px; bottom: 100px; text-align: center; }
.foot_top b { display: block; font-size: 30px; margin: 10px 0px; color: #333; }
.foot_top span { display: block; font-size: 16px; color: #333; }

.footer .foot1 .content { max-width: 1440px; height: 100%; margin: 0px auto; }
.footer .foot1 .top_box { padding-top: 50px; padding-bottom: 20px; border-bottom: 1px solid #E0E0E0; margin-bottom: 34px; }
.footer .foot1 .top_box .l_box { float: left; }
.footer .foot1 .top_box .l_box .wx { margin-left: 33px; }
.footer .foot1 .top_box .r_box { float: right; }
.footer .foot1 .top_box .r_box .btm_search { margin-top: 8px; background: #0b48a3; width: 490px; height: 60px; box-sizing: border-box; padding: 0px 33px; }
.footer .foot1 .top_box .r_box .btm_search input { width: 100%; box-sizing: border-box; background: url(../images/icon_btm_search.png) center left no-repeat; height: 100%; border: 0px; line-height: 60px; padding-left: 35px; font-size: 14px; color: #ffffff; }

.footer .foot1 .down_box { }
.footer .foot1 .down_box dl { display: flex; line-height: 1.5; }
.footer .foot1 .down_box dl dt img { margin-right: 10px; }
.footer .foot1 .down_box ul { display: flex; }
.footer .foot1 .down_box ul li.l { flex: 1; font-size: 16px; }
.footer .foot1 .down_box ul li.m { width: 100px; text-align: center; }
.footer .foot1 .down_box ul li.r { flex: 1; text-align: right }
.footer .foot1 .down_box ul li.r dd { padding-left: 20px; flex: 1; text-align: center; }
/*.footer .foot1 .down_box ul li.r img { width: 120px; height: auto; }*/
.foot1 .foot-d-nav { width: 100%; display: none; }
.foot1 .foot-d-nav .nav-item { float: left; }
.foot1 .foot-d-nav .nav-item { width: 11.111111%; text-align: left; }
.foot1 .foot-d-nav .nav-item .title { width: 100%; line-height: 30px; margin-bottom: 10px; position: relative; padding-bottom: 15px; }
.foot1 .foot-d-nav .nav-item .title a { font-size: 16px; color: #333333; font-weight: bold; transition: all 220ms ease-in; }
.foot1 .foot-d-nav .nav-item .title::after { content: ""; width: 18px; height: 1px; background: #96AED2; position: absolute; bottom: 0px; left: 0px; transition: all 220ms ease-in; }
.foot1 .foot-d-nav .nav-item .title .drop-btn { display: none; }
.foot1 .foot-d-nav .nav-item:hover .title::after { width: 32px; background: #0B48A3; }
.foot1 .foot-d-nav .nav-item ul { padding-top: 10px; padding-right: 10px; }
.foot1 .foot-d-nav .nav-item ul li { width: 100%; line-height: 30px; text-align: left; transition: all 320ms ease-in; position: relative; overflow: hidden; }
.foot1 .foot-d-nav .nav-item ul li a { font-size: 14px; color: #7F7F7F; transition: all 320ms ease-in; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.foot1 .foot-d-nav .nav-item ul li:hover a { color: #0B48A3; }


.foot1 .foot-x-nav { display: none; }

.footer .foot-x-nav { display: none; margin-bottom: 25px; }
.foot-x-nav .nav-item { color: #FFFFFF; border-bottom: 1px solid #fff; }
.foot-x-nav .nav-item a { color: #fff; font-size: 14px; }
.foot-x-nav .nav-item .title { width: 100%; line-height: 45px; position: relative; padding-left: 15px; color: #b9b9b9; font-size: 14px; box-sizing: border-box; }
.foot-x-nav .nav-item .title .drop-btn { font-family: simhei; width: 45px; height: 45px; display: none; cursor: pointer; font-size: 22px; line-height: 45px; text-align: center; position: absolute; right: 0px; top: 0px; transition: all 220ms linear; }
.foot-x-nav .nav-item.open .title .drop-btn { transform: rotate(-45deg); }
.foot-x-nav .nav-item .title a { display: block; }
.foot-x-nav .nav-item ul { padding-top: 5px; padding-bottom: 10px; display: none; }
.foot-x-nav .nav-item ul li { padding-left: 30px; line-height: 30px; }
.foot-x-nav .nav-item ul li a { line-height: 30px; }


.footer .foot2 { background-size: auto 100%; position: relative; color: #333333; }
.footer .foot2 .bg .content { width: 1200px; margin: 0px auto; text-align: center; }
.footer .foot2 .bg .content p { font-size: 14px; line-height: 32px; padding-top: 28px; padding-bottom: 25px; }
.footer .foot2 .bg .content p a { color: #333333; }
/**åº•éƒ¨ç»“æŸ*/


/**äººæ°‘åŒ»é™¢å†…é¡µå¼€å§‹*/
.w1440 { max-width: 1440px; width: 100%; margin: 0px auto; box-sizing: border-box; }
.profile_box .banner { color: #fff; height: 420px; width: 100%; text-align: center; align-items: center; background-size: auto 100%; background-position: center center; background-repeat: no-repeat; }
.profile_box .banner dl { position: relative; top: 50%; transform: translateY(-50%); height: 290px; display: inline-block; max-width: 710px; padding: 0px 20px; box-sizing: border-box; background: url('../images/profile_mouse.png') no-repeat center bottom; }
.profile_box .banner dl dt { font-size: 36px; line-height: 2; }
.profile_box .banner dl dd { font-size: 14px; line-height: 2; }
.profile_box .about_layer1 { background: url('../images/index_layer1_right_bg.jpg') no-repeat bottom right #f4f6f8; padding: 60px 0px; }
.profile_box .about_layer1 ul { display: flex; }
.profile_box .about_layer1 ul li.left { width: 300px; border-right: 1px #e0e0e0 solid; }
.profile_box .about_layer1 ul li.left a { font-size: 24px; color: #666666; display: block; text-align: left; width: 150px; padding-bottom: 25px; margin-bottom: 20px; }
.profile_box .about_layer1 ul li.left a.cur { color: #279399; background: url('../images/icon_menu_bg.png') no-repeat bottom left; background-size: 100% auto; }
.profile_box .about_layer1 ul li.right { flex: 1; }
.profile_box .about_layer1 ul li.right .right_content { padding-left: 50px; font-size: 16px; line-height: 1.5; color: #666666; height: 500px; overflow: hidden; overflow-y: auto; }
.profile_box .about_layer1 ul li.right .right_content::-webkit-scrollbar { /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/ width: 5px; /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/ height: 1px; }
.profile_box .about_layer1 ul li.right .right_content::-webkit-scrollbar-thumb { /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/ border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: #279399; }
.profile_box .about_layer1 ul li.right .right_content::-webkit-scrollbar-track { /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/ border-radius: 5px; background: none; width: 1px; }
/*.profile_box .about_layer1 ul li.right .right_content p { text-indent: 2em; }
.profile_box .about_layer1 ul li.right .right_content p img { text-indent: -2em; }*/

.about_layer2 { background: #fff; padding: 60px 0px; position: relative; }
.about_layer2_title dl { display: flex; margin: 0px 20px; }
.about_layer2_title dl dt { width: 160px; text-align: left; color: #279399; font-size: 24px; }
.about_layer2_title dl dd { flex: 1; }
.about_layer2_title dl dd em { background: #efefef; height: 1px; overflow: hidden; display: block; position: relative; top: 10px; }
.about_layer2_list { padding: 30px 110px; position: relative; text-align: center; margin: 0px 20px; }
.about_layer2_list .swiper-button-prev, .about_layer2_list .swiper-button-next { position: absolute; opacity: 1; background: url(../images/index_arr_left.png) center center no-repeat; background-size: 100%; display: inline-block; vertical-align: top; width: 40px; height: 40px; margin: 0px; padding: 0px; }
.about_layer2_list .swiper-button-prev:hover, .about_layer2_list .swiper-button-next:hover { }
.about_layer2_list .swiper-button-prev { left: 0px; top: 20px; background-image: url(../images/index_arr_left.png); }
.about_layer2_list .swiper-button-next { right: 0px; top: 20px; background-image: url(../images/index_arr_right.png); }
.about_layer2_list .swiper-slide span { padding: 60px 0px; text-align: center; display: block; font-size: 28px; color: #333; }
.about_layer2_list .swiper-slide-active span { font-size: 20px; color: #666666; }
.about_layer2_list .swiper-pagination { position: static; }
.about_layer2_list .swiper-pagination .swiper-pagination-bullet { width: 90px; height: 35px; font-size: 20px; color: #666666; text-align: center; background: none; border-radius: initial; }
.about_layer2_list .swiper-pagination .swiper-pagination-bullet-active { color: #279399; background: url('../images/icon_menu_bg.png') no-repeat 20px bottom; background-size: 80% auto; }

.about_layer3 { background: url(../images/profile_bg.jpg) no-repeat; height: 620px; box-sizing: border-box; padding: 60px 0px; position: relative; }
.about_layer3_swiper { height: 100%; overflow: hidden; width: 100%; }
.about_layer3_swiper .swiper-wrapper { padding-top: 30px; }
.about_layer3_swiper .swiper-slide { height: 200px; }
.about_layer3_swiper .swiper-slide dl { background: #fff; max-width: 265px; height: 150px; position: relative; padding: 30px; margin: 10px; box-sizing: border-box; }
.about_layer3_swiper .swiper-slide dl dt { font-size: 16px; color: #333; font-weight: bold; }
.about_layer3_swiper .swiper-slide dl dd { position: absolute; bottom: 30px; left: 30px; right: 30px; background: url(../images/profile_arr.jpg) no-repeat right bottom; background-size: auto 100%; }
.about_layer3_swiper .swiper-slide dl dd b { color: #279399; font-size: 14px; margin-right: 10px; }
.about_layer3_swiper .swiper-slide dl dd em { color: #999999; font-size: 13px; }
.swiper-container-multirow-column > .swiper-wrapper { flex-direction: row; }


.about_layer3 .swiper-button-prev, .about_layer3 .swiper-button-next { position: static; opacity: 1; background: url(../images/index_arr_left.png) center center no-repeat; background-size: 100%; display: inline-block; vertical-align: top; width: 40px; height: 40px; margin: 0px; padding: 0px; }
.about_layer3 .swiper-button-prev { left: 0px; top: 20px; background-image: url(../images/index_arr_left.png); }
.about_layer3 .swiper-button-next { right: 0px; top: 20px; background-image: url(../images/index_arr_right.png); }
.about_layer3 .layer3_title { float: left; color: #fff; font-size: 24px; }
.about_layer3 .btn_box { float: right; margin-right: 20px; }


.about_layer4 ul { display: flex; padding-top: 60px; padding-bottom: 60px; }
.about_layer4 ul li.left { width: 300px; }
.about_layer4 ul li.left a { font-size: 24px; color: #666666; display: block; text-align: left; width: 150px; padding-bottom: 25px; margin-bottom: 20px; }
.about_layer4 ul li.left a.cur { color: #279399; background: url('../images/icon_menu_bg.png') no-repeat bottom left; background-size: 100% auto; }
.about_layer4 ul li.right { flex: 1; overflow: hidden; }
.about_layer4 ul li.right dl { float: left; width: 50%; padding-bottom: 30px; margin-bottom: 30px; }
.about_layer4 ul li.right dt { font-size: 14px; color: rgba(51, 51, 51, 0.50); line-height: 2.5; }
.about_layer4 ul li.right dd { font-size: 18px; color: #333; font-weight: bold; }
.about_layer4 ul li.right dl.dl1 { border-bottom: 1px #ddd solid; }
.about_layer4 ul li.right dl.dl2 { clear: both; width: 100%; }


.ny_ban { width: 100%; height: 308px; display: flex; align-items: center; text-align: center; background-size: auto 100%; background-position: center center; background-repeat: no-repeat; }
.ny_ban .box { vertical-align: middle; width: 100%; }
.ny_ban .box .title { font-size: 36px; color: #fefefe; margin-bottom: 24px; }
.ny_ban .box .en_title { font-size: 14px; color: #FFFFFF; padding-bottom: 100px; background: url(../images/profile_mouse.png) no-repeat bottom center; background-size: 26px 41px; max-width: 700px; margin: 0px auto; line-height: 20px; }
.ny_ban .box .en_title a { font-size: 14px; color: #FFFFFF; }
.ny_ban .box .en_title a:first-child { display: inline-block; padding-left: 20px; background: url(../images/icon_home.png) no-repeat left center; }
.ny_ban .box .en_title span { font-size: 14px; color: #FFFFFF; margin: 0px 5px; }




.ny_box { background: #f4f6f8; padding: 40px 0px; }
.ny_box .ny_content { display: flex; }
.ny_box .left { width: 300px; border-right: 1px #e0e0e0 solid; }
.ny_box .left a { font-size: 24px; color: #666666; display: block; text-align: left; width: 150px; padding-bottom: 25px; margin-bottom: 20px; overflow: hidden; text-overflow: ellipsis; }
.ny_box .left a.cur { color: #279399; background: url('../images/icon_menu_bg.png') no-repeat bottom left; background-size: 100% auto; }
.ny_box .right { flex: 1; padding-left: 40px; }
.ny_box .right .right_content { padding-left: 50px; font-size: 16px; line-height: 1.5; color: #666666; height: 500px; overflow: hidden; overflow-y: auto; }
/*.ny_box .right .right_content p { text-indent: 2em; }
.ny_box .right .right_content p img { text-indent: -2em; }*/


.ny_box .right .news_list_photo ul li { width: 33.33%; float: left; }
.ny_box .right .news_list_photo ul li dl { background: #fff; margin-bottom: 40px; margin-right: 40px; background: #fff; padding: 28px; }
.ny_box .right .news_list_photo ul li dl dt { height: 165px; overflow: hidden; }
.ny_box .right .news_list_photo ul li dl dt img { height: 165px; object-fit: cover; max-height: calc(165px); display: block; margin: 0px auto; }
.ny_box .right .news_list_photo ul li dl dd.time { font-size: 14px; color: #999999; padding: 10px 0px; }
.ny_box .right .news_list_photo ul li dl dd.tit { font-size: 20px; color: #333; line-height: 1.2; font-weight: bold; height: 50px; line-height: 25px; }
.ny_box .right .news_list_photo ul li dl dd.desc { font-size: 16px; color: #666; line-height: 1.5; margin: 10px 0px; height: 50px; line-height: 25px; }
.ny_box .right .news_list_photo ul li dl dd.more { font-size: 14px; color: #279399; }



.news_list_text ul li { width: 50%; float: left; }
.news_list_text ul li dl { background: #fff; padding: 28px; margin-bottom: 40px; margin-right: 40px; display: flex; }
.news_list_text ul li dl dt .time { width: 55px; height: 55px; border: 2px #e6ded1 solid; background: url(../images/icon_time.jpg) no-repeat; }
.news_list_text ul li dl dt .time b { display: block; padding: 5px 0px; font-size: 30px; text-align: center; color: #dac9ae; }
.news_list_text ul li dl dt .time span { display: block; font-size: 12px; text-align: center; color: #dac9ae; }
.news_list_text ul li dl dd { padding-left: 28px; flex: 1; }
.news_list_text ul li dl dd strong { font-size: 18px; color: #333; height: 50px; line-height: 25px; display: block; }
.news_list_text ul li dl dd span { display: block; background: url(../images/profile_arr.jpg) no-repeat bottom right; height: 20px; text-align: left; color: #279399; font-size: 14px; margin-top: 10px; line-height: 20px; }
.ny_box .ny_catelist ul { overflow: hidden; }
.ny_box .ny_catelist ul li { float: left; width: 25%; margin-bottom: 28px; padding: 0px 10px; box-sizing: border-box; }
.ny_box .ny_catelist ul li dl { background: url(../images/cate_bg.png) no-repeat; background-size: 100% 100%; height: 121px; display: flex; padding: 28px; box-sizing: border-box; }
.ny_box .ny_catelist ul li dl dt { width: 65px; margin-right: 28px; }
.ny_box .ny_catelist ul li dl dt img { width: 65px; height: 65px; border-radius: 50%; display: block; margin: 0px auto; }
.ny_box .ny_catelist ul li dl dd { flex: 1; }
.ny_box .ny_catelist ul li dl dd strong { font-size: 18px; line-height: 1.3em; color: #333; padding-bottom: 10px; display: block; }
.ny_box .ny_catelist ul li dl dd span { font-size: 14px; color: rgba(51, 51, 51, 0.50); }


.ny_search_box_0 { background: #fafafa; padding-bottom: 40px; }
.ny_search_box_1 { background: #fff; padding-bottom: 40px; }

.depart_search { max-width: 850px; margin: 0px auto; position: relative; top: -32px; }
.depart_search dl { display: flex; }
.depart_search dl dt { background: #f1fafa; max-width: 235px; height: 55px; border-radius: 32px; padding: 0px 28px; box-sizing: border-box; }
.depart_search dl dt select { background: none; border: none; width: 100%; height: 55px; }
.depart_search dl dd { background: #f1fafa; flex: 1; margin-left: 30px; height: 55px; border-radius: 32px; display: flex; padding: 0px 3px 0px 20px; }
.depart_search dl dd input.stxt { flex: 1; padding-left: 20px; }
.depart_search dl dd input.sbtn { vertical-align: middle; background: url(../images/icon_top_search.png) no-repeat center center; background-size: 48px; height: 55px; width: 55px; }
.ny_departlist .ks_title { font-size: 24px; color: #279399; font-weight: bold; padding: 20px 0px; }

.ny_departlist { background: #fff; }
.ny_departlist ul.ks_cate_box { overflow: hidden; }
.ny_departlist ul.ks_cate_box li { float: left; width: 20%; margin-bottom: 28px; }
.ny_departlist ul.ks_cate_box li dl { background: #f5f9f9; width: 265px; height: 128px; padding: 28px; box-sizing: border-box; position: relative; }
.ny_departlist ul.ks_cate_box li dl dt { }
.ny_departlist ul.ks_cate_box li dl dt strong { font-size: 18px; color: #666666; display: block; }
.ny_departlist ul.ks_cate_box li dl dd { }
.ny_departlist ul.ks_cate_box li dl dd span { display: block; background: url(../images/icon_more1.png) no-repeat; background-size: 16px; width: 16px; height: 16px; position: absolute; bottom: 18px; left: 28px; }
.ny_departlist ul.ks_cate_box li a:hover dl { background: url(../images/depart_bg.png) no-repeat bottom right #197378; border: 1px #e9d7b9 solid; }
.ny_departlist ul.ks_cate_box li a:hover dl strong { color: #fff; }
.ny_departlist ul.ks_cate_box li a:hover dl span { background-image: url(../images/index_more.png); }
.ny_doctorlist ul li { float: left; width: 25%; }
.ny_doctorlist ul li dl { display: flex; width: 330px; margin-right: 40px; margin-bottom: 40px; background: #f5f9f9; padding: 15px; box-sizing: border-box; }
.ny_doctorlist ul li dl dt { width: 120px; height: 146px; }
.ny_doctorlist ul li dl dd { flex: 1; padding-left: 20px; }
.ny_doctorlist ul li dl dd strong { font-size: 20px; color: #333333; line-height: 40px; }
.ny_doctorlist ul li dl dd span { display: block; padding: 5px; }
.ny_doctorlist ul li dl dd span.ks { font-size: 14px; color: #c5b690; background: url(../images/doct_icon_1.png) no-repeat left center; padding-left: 30px; }
.ny_doctorlist ul li dl dd span.zc { font-size: 14px; color: #c5b690; background: url(../images/doct_icon_2.png) no-repeat left center; padding-left: 30px; }
.ny_doctorlist ul li dl dd span.more { font-size: 14px; color: #999; padding-top: 20px; }



.flickr { text-align: center; margin-top: 40px; clear: both; }
.flickr .numbtn, .flickr .pagebtn { }
.flickr .numbtn { background: #b9b9b9; border-radius: 50%; display: inline-block; vertical-align: top; width: 40px; height: 40px; line-height: 40px; color: #fff; font-size: 16px; margin: 0px 5px; }
.flickr .numbtn.current { background: #279399; }
.flickr .pagebtn { display: inline-block; width: 40px; height: 40px; line-height: 40px; vertical-align: top; background: url(../images/expert_arrow.png); margin: 0px 5px; font-size: 0px; }
.flickr .lastbtn { position: relative; transform: rotate(180deg); font-size: 16px; }

.ny_box .ny_detail .news_detail .title { margin-top: 30px; font-size: 28px; line-height: 1.5em; font-weight: normal; text-align: center; color: #212121; font-family: "å¾®è½¯é›…é»‘"; }
.ny_box .ny_detail .news_detail .fbt { text-align: center; font-size: 18px; line-height: 1.5em; margin-top: 10px; }
.ny_box .ny_detail .news_detail .time { padding: 10px 0px; text-align: center; line-height: 25px; margin-bottom: 20px; border-bottom: 1px #ddd solid; }
.ny_box .ny_detail .news_detail .time span { color: #666666; font-size: 15px; padding-right: 15px; padding-left: 15px; }
.ny_box .ny_detail .news_detail .news_content { line-height: 2em; padding: 0px 20px; padding-bottom: 20px; font-size: 16px; min-height: 350px; }
.ny_box .ny_detail .news_detail .news_content img { max-width: 100% !important; height: auto !important; }
.ny_box .ny_detail .news_detail .news_content video { width: 100% !important; height: 480px !important; }
.ny_box .ny_detail .news_detail .pre_next { text-indent: 20px; line-height: 2em; color: #666666; }
.ny_box .ny_detail .news_detail .pn { width: 100%; margin: 0 auto; text-align: center; border-top: 1px solid #EDEFF1; padding: 30px 0; overflow: hidden; }
.ny_box .ny_detail .news_detail .pn .btn { display: inline-block; vertical-align: top; width: 166px; height: 39px; margin: 0px 20px; line-height: 39px; text-align: center; font-size: 13px; background: #E7E7E7; border-radius: 39px; }
.ny_box .ny_detail .news_detail .pn .btn:hover { background: #279399; color: #FFF; }

.ny_box .ny_detail .news_content { line-height: 2em; padding: 0px 20px; padding-bottom: 20px; font-size: 16px; min-height: 350px; }

.ny_box .depart_detail_box { text-align: right; position: relative; height: 550px; overflow: hidden; }
.ny_box .depart_detail_box .ksimg { position: absolute; top: 0px; right: 0px; left: 0px; bottom: 0px; z-index: 1; text-align: left; background: #279399; }
.ny_box .depart_detail_box .ksimg img { height: 100%; }
.ny_box .depart_detail_box ul { position: relative; z-index: 1; height: 100%; }
.ny_box .depart_detail_box ul li { display: inline-block; background: url('../images/ks_detail_bg.png') no-repeat right; background-size: auto 100%; height: 100%; width: 630px; }
.ny_box .depart_detail_box dl { text-align: left; width: 430px; float: right; padding: 30px 40px; box-sizing: border-box; }
.ny_box .depart_detail_box dl dt { font-size: 36px; color: #fff; }
.ny_box .depart_detail_box dl dt span { float: right; }
.ny_box .depart_detail_box dl dd { border-top: 1px #66aaac solid; padding: 10px 0px; margin-top: 20px; }
.ny_box .depart_detail_box dl dd b { display: block; color: rgba(255, 255, 255, 0.70); font-size: 14px; padding-bottom: 10px; }
.ny_box .depart_detail_box dl dd span { display: block; color: #fff; font-size: 16px; line-height: 1.5; max-height: 150px; overflow: hidden; overflow-y: auto; }
.ny_box .depart_detail_box dl dd span::-webkit-scrollbar { width: 5px; height: 1px; }
.ny_box .depart_detail_box dl dd span::-webkit-scrollbar-thumb { border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.4); background: #279399; }
.ny_box .depart_detail_box dl dd span::-webkit-scrollbar-track { border-radius: 5px; background: none; width: 1px; }




.ny_box .depart_detail_box dl dd.addr span { font-size: 14px; line-height: 1.5; }
.ny_box .depart_detail_title { text-align: center; font-size: 28px; color: #279399; padding: 60px 0px; }
.ny_box .depart_detail_body { transition: all 0.5s; background: url(../images/index_layer1_right_bg.jpg) no-repeat right bottom; padding-bottom: 40px; }
.ny_box .depart_detail_body strong { color: #279399; font-size: 20px; }
.ny_box .depart_detail_body p { color: #333333; font-size: 16px; line-height: 2; text-indent: 2em; text-align: justify; }
.ny_box .depart_detail_body .more_btn { cursor: pointer }
.ny_box .depart_detail_body .more_btn dl { display: flex; overflow: hidden; background: #fff; width: 124px; line-height: 34px; color: #279399; font-size: 16px; border-radius: 20px; padding: 3px; box-sizing: border-box; position: relative; top: 50%; transform: translateY(-50%); margin: 0px auto; }
.ny_box .depart_detail_body .more_btn dt { margin-right: 10px; }
.ny_box .depart_detail_body .more_btn img { background: #279399; width: 34px; height: 34px; padding: 5px; border-radius: 50%; box-sizing: border-box; display: block; vertical-align: middle; }
.ny_box .depart_detail_body .more_btn span { text-align: center; font-size: 16px; }
.ny_box .about_body { position: relative; transition: all 0.3s; overflow: hidden; }
.ny_box .about_body.closediv { height: 350px; overflow: hidden; transition: all 0.3s; }
.ny_box .about_body.closediv .more_btn { position: absolute; bottom: 0px; height: 100px; left: 0px; right: 0px; background: linear-gradient(to bottom,rgba(244, 246, 248, 0.4),rgba(244, 246, 248, 0.8)); }


.title_box2 { margin-bottom: 20px; }
.title_box2 .title { font-size: 24px; color: #006e71; line-height: 45px; }
.title_box2 .search_box { width: 320px; height: 45px; background: #fff; border-radius: 23px; overflow: hidden; position: relative; }
.title_box2 .search_box form { height: 100%; }
.title_box2 .search_box input { width: 100%; padding-left: 20px; padding-right: 60px; height: 100%; box-sizing: border-box; outline: none; border: none; }
.title_box2 .search_box .btn { border: none; outline: none; cursor: pointer; width: 41px; height: 41px; background: url(../images/icon_top_search.png) center no-repeat; background-size: 100%; position: absolute; top: 2px; right: 2px; border-radius: 50%; }
ny_list_box { width: 100%; min-width: 400px; overflow-x: auto; flex-shrink: 1; box-sizing: border-box; }


.ny_price_list li { background: #fff; padding: 20px 40px; margin-bottom: 20px; display: flex }
.ny_price_list li .info:nth-child(1) { width: 60%; }
.ny_price_list li .info:nth-child(2) { width: 20%; }
.ny_price_list li .info:nth-child(3) { width: 20%; }
.ny_price_list li .tit { font-size: 18px; line-height: 32px; color: #333; }
.ny_price_list li .desc { font-size: 14px; line-height: 28px; color: #028282; }

.ny_price_list { width: 100%; text-align: left; min-width: 400px; }

.ny_price_list th { height: 35px; background: #279399; color: #ffffff; padding: 0px 10px; }

.ny_price_list td { height: 45px; background: #fff; padding: 0px 10px; width: 100px; }
.ny_price_list td:first-child { width: auto; min-width: 100px; }
.ny_price_list td:last-child { width: auto; }
.ny_price_list tr:nth-child(2n+1) td { background: #e0e0e0; }
.ny_price_list tr:hover td { background: rgba(39, 147, 153, 0.69) }
.el-pagination.is-background .el-pager li:not(.disabled).active { background-color: #279399 !important; }
.docPage { padding-top: 20px; }
#team_swiper .swiper-slide { padding: 0px 10px; box-sizing: border-box; }
#team_swiper .swiper-slide .img_box { width: 100%; overflow: hidden; }
#team_swiper .swiper-slide .img_box img { width: 100%; display: block; }
#team_swiper .swiper-slide .con_box { padding: 0px 10px; padding-top: 12px; text-align: center; padding-bottom: 20px; }
#team_swiper .swiper-slide .con_box .title { font-size: 16px; color: #333333; line-height: 2em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#team_swiper .swiper-slide .con_box .desc { font-size: 12px; color: #808080; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

#team_swiper .btn_box { text-align: center; }
#team_swiper .btn_box .swiper-button-prev, #team_swiper .btn_box .swiper-button-next { opacity: 1; background: url(../images/index_arr_left.png) center center no-repeat; background-size: 100% 100%; display: inline-block; vertical-align: top; width: 58px; height: 58px; margin: 0px; padding: 0px; position: static; }
#team_swiper .btn_box .swiper-button-prev:hover, #team_swiper .btn_box .swiper-button-next:hover { background: url(../images/index_arr_right.png) center center no-repeat; background-size: 100% 100%; }
#team_swiper .btn_box .swiper-button-next { transform: rotateY(180deg); }
#team_swiper .btn_box .swiper-button-next:hover { transform: rotateY(0deg); }
#team_swiper .btn_box .swiper-button-prev:hover { transform: rotateY(180deg); }
#team_swiper .btn_box .swiper-pagination { position: static; display: inline-block; vertical-align: top; margin: 0px 5px; }
#team_swiper .btn_box .swiper-pagination span { width: 10px; height: 10px; background: #fff; border: 1px #e9d7b9 solid; margin: 0px 5px; opacity: 1; margin-top: 25px; }
#team_swiper .btn_box .swiper-pagination span.swiper-pagination-bullet-active { background: #e9d7b9; }

.depart_news_box { width: 100%; }
.depart_news_box .content { width: 1200px; margin: 0px auto; }
.depart_news_box .content .top_box { height: 40px; line-height: 40px; margin-bottom: 30px; }
.depart_news_box .content .top_box .title { font-size: 26px; color: #0b48a3; float: left; }
.depart_news_box .content .top_box .btn_box { float: right; }
.depart_news_box .content .top_box .btn_box .swiper-button-prev, .depart_news_box .content .top_box .btn_box .swiper-button-next { opacity: 1; position: static; margin: 0px; padding: 0px; width: 40px; height: 40px; display: inline-block; vertical-align: top; background: url(../images/expert_arrow.png) center center no-repeat; background-size: 100% 100%; }
.depart_news_box .content .top_box .btn_box .swiper-button-next { transform: rotateY(180deg); }
.depart_news_box .content .top_box .btn_box .swiper-button-prev:hover, .depart_news_box .content .top_box .btn_box .swiper-button-next:hover { background: url(../images/expert_arrow_on.png) center center no-repeat; background-size: 100% 100%; }

#depart_news_swiper { }
#depart_news_swiper .swiper-slide { height: 192px; margin-bottom: 40px; padding: 0px 20px; box-sizing: border-box; }

#depart_news_swiper .swiper-slide { }
#depart_news_swiper .swiper-slide dl { background: #fff; padding: 28px; margin-bottom: 40px; margin-right: 40px; display: flex; width: 100%; box-sizing: border-box; }
#depart_news_swiper .swiper-slide dl dt .time { width: 55px; height: 55px; border: 2px #e6ded1 solid; background: url(../images/icon_time.jpg) no-repeat; }
#depart_news_swiper .swiper-slide dl dt .time b { display: block; padding: 5px 0px; font-size: 30px; text-align: center; color: #dac9ae; }
#depart_news_swiper .swiper-slide dl dt .time span { display: block; font-size: 12px; text-align: center; color: #dac9ae; }
#depart_news_swiper .swiper-slide dl dd { padding-left: 28px; flex: 1; overflow: hidden; }
#depart_news_swiper .swiper-slide dl dd strong { font-size: 18px; color: #333; height: 35px; line-height: 35px; display: block; }
#depart_news_swiper .swiper-slide dl dd span.more { display: block; background: url(../images/profile_arr.jpg) no-repeat bottom right; height: 20px; text-align: left; color: #279399; font-size: 14px; margin-top: 10px; line-height: 20px; }
#depart_news_swiper .swiper-slide dl dd span.desc { color: #666666; font-size: 14px; line-height: 20px; height: 40px; }


#depart_news_swiper .btn_box { text-align: center; }
#depart_news_swiper .btn_box .swiper-button-prev, #depart_news_swiper .btn_box .swiper-button-next { opacity: 1; background: url(../images/index_arr_left.png) center center no-repeat; background-size: 100% 100%; display: inline-block; vertical-align: top; width: 58px; height: 58px; margin: 0px; padding: 0px; position: static; }
#depart_news_swiper .btn_box .swiper-button-prev:hover, #depart_news_swiper .btn_box .swiper-button-next:hover { background: url(../images/index_arr_right.png) center center no-repeat; background-size: 100% 100%; }
#depart_news_swiper .btn_box .swiper-button-next { transform: rotateY(180deg); }
#depart_news_swiper .btn_box .swiper-button-next:hover { transform: rotateY(0deg); }
#depart_news_swiper .btn_box .swiper-button-prev:hover { transform: rotateY(180deg); }
#depart_news_swiper .btn_box .swiper-pagination { position: static; display: inline-block; vertical-align: top; margin: 0px 5px; }
#depart_news_swiper .btn_box .swiper-pagination span { width: 10px; height: 10px; background: #fff; border: 1px #e9d7b9 solid; margin: 0px 5px; opacity: 1; margin-top: 25px; }
#depart_news_swiper .btn_box .swiper-pagination span.swiper-pagination-bullet-active { background: #e9d7b9; }

.ny_doctor_box { background: #fff; padding-top: 35px; padding-bottom: 35px; }
.doctor_box { background: url(../images/doctor_bg.jpg) no-repeat bottom #279399; padding: 40px; box-sizing: border-box; display: flex; }
.doctor_box .avatar { width: 260px; }
.doctor_box .avatar dl { position: relative; top: -120px; width: 200px; }
.doctor_box .avatar dl dt { overflow: hidden; border-radius: 10px; height: 240px; }
.doctor_box .avatar dl dd { text-align: center; color: #fff; font-size: 28px; padding: 20px 0px; }
.doctor_box .infor { flex: 1; }
.doctor_box .infor li.tit { display: flex; }
.doctor_box .infor li.tit dl dt { font-size: 18px; color: #f5eacf; padding: 5px 0px; font-weight: bold; white-space: nowrap; }
.doctor_box .infor li.tit dl dd { font-size: 14px; color: rgba(255, 255, 255, 0.50); }
.doctor_box .infor li.tit dl.ks { flex: 1; }
.doctor_box .infor li.tit dl.zc { flex: 1; }
.doctor_box .infor li.tit dl.mz { flex: 1; }
.doctor_box .infor li.tit dl.mz a { color: #f5eacf; }
.doctor_box .infor li.tit dl.back { width: 100px; text-align: right; }
.doctor_box .infor li.detail dl { background: #fff; padding: 30px; border-radius: 20px; margin-top: 20px; }
.doctor_box .infor li.detail dl dt { color: #279399; font-size: 14px; font-weight: bold; padding-bottom: 15px; }
.doctor_box .infor li.detail dl dd { color: #666; font-size: 16px; line-height: 1.5; }

/*search*/
.sh_load_bkg { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1000; }
.sh_load { position: fixed; left: 50%; top: 50%; margin: -8px 0 0 -64px; width: 128px; height: 15px; background: url(../images/loading_1.gif) center center no-repeat; z-index: 1001; }

/*医院简介*/
.news_about2_content1 { background: url(/templates/wzsrmyy/images/new/02_06.jpg) no-repeat bottom #f5f6f8; background-size: 100% auto; padding-bottom: 50px; }
.news_about2_content1 ul { display: flex; padding: 80px 20px; }
.news_about2_content1 ul li { flex: 1; position: relative; }
.news_about2_content1 .con { flex: initial; width: 757px; background: #2e9ba2; padding: 30px 50px 30px 100px; color: #fff; font-size: 16px; line-height: 1.8; text-indent: 2em; }
.news_about2_content2 { background: url(/templates/wzsrmyy/images/new/02_08.jpg) no-repeat bottom #eaf0f2; font-size: 16px; line-height: 1.8; text-indent: 2em; padding: 20px 0px; padding-bottom: 100px; }
.about2_banner { width: 728px; height: 570px; position: relative; right: -50px; top: -80px; }
.swiper-container { padding-bottom: 50px; }
.swiper-pagination-bullet { width: 10px; height: 10px; }
.news_about2_title { font-size: 18px; font-weight: bold; color: #333; padding: 10px 0px; }
