﻿body { font-family: 'Microsoft YaHei', "Open Sans", sans-serif; font-size: 16px; color: #333; }

input,
select,
textarea { font-family: 微软雅黑, "Open Sans", sans-serif; font-size: 1em;; }

input[type="button"],
input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }

textarea { -webkit-appearance: none; }
.mainer,.footer,.header{ min-width:1436px;}
.wrap { width: 96%; margin: 0 auto; width: 1436px; position: relative; }

.justify { text-align: justify; }

img,
a { border: 0; }

.img img { display: block; margin: 0 auto; }

a:hover { color: #3db45e; }

ul,
li { list-style: none; }

* { margin: 0; padding: 0; }

.flt { float: left; }

.frt { float: right; }

.clear { clear: both; }

.clear:after,
.clear:before { content: ''; clear: both; display: table; }

img { max-width: 100%; }

.img { overflow: hidden; position: relative; }

.img img { display: block; }

.img img { display: block; }

.line1 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

*,
*:after,
*:before { transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; }

.modal,
.fp_modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }

.fp_modal { display: flex; align-items: center; justify-content: center; }
.modal { display: none; }
.modal { transition: all 0s; -o-transition: all 0s; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; background: rgba(0, 0, 0, 0.7); }
.m_video { width: 100%; display: block; }
.fp_modal .cell { display: table-cell; vertical-align: middle; }

.modal_cont { max-width: 990px; margin: 0 auto; width: 90%; background: #fff; position: relative; }

.modal_cont .close { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; background: url(../img/close.png) no-repeat center center; border-radius: 100%; cursor: pointer; }

.modal_cont .box { padding: 45px; }


/*----------header----------*/

.swiper-container { overflow: hidden; }

.swiper-pagination-bullet { width: 8px; height: 8px; border-radius: 100%; background: none; opacity: 1; margin: 0 5px; border: 1px solid #fff; }

.swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction { bottom: 30px; }

.menu_wrap { display: none; width: 24px; height: 60px; cursor: pointer; float: right; user-select: none; align-items: center; }

.menu_wrap span:before,
.menu_wrap span:after { content: ""; position: absolute; height: 2px; background: #515457; display: block; left: 0; width: 100%; transition: all .2s linear; }

.menu_wrap span:before { top: -7px; }

.menu_wrap span:after { top: 7px; }

.menu_wrap span { width: 100%; height: 2px; background: #515457; display: block; position: relative; transition: all .2s linear; }

.menu_wrap.active span { animation: buttonAnimation 0.3s ease forwards; }

.menu_wrap.active span:before { animation: buttonAnimationBefore 0.3s ease forwards; }

.menu_wrap.active span:after { animation: buttonAnimationAfter 0.3s ease forwards; }

@keyframes buttonAnimationBefore {
    0% { -moz-transform: translateY(0px) rotate(0); -ms-transform: translateY(0px) rotate(0); -webkit-transform: translateY(0px) rotate(0); transform: translateY(0px) rotate(0); }
    50% { -moz-transform: translateY(7px) rotate(0); -ms-transform: translateY(7px) rotate(0); -webkit-transform: translateY(7px) rotate(0); transform: translateY(7px) rotate(0); }
    100% { -moz-transform: translateY(7px) rotate(45deg); -ms-transform: translateY(7px) rotate(45deg); -webkit-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg); }
}

@keyframes buttonAnimationAfter {
    0% { -moz-transform: translateY(0) rotate(0); -ms-transform: translateY(0) rotate(0); -webkit-transform: translateY(0) rotate(0); transform: translateY(0) rotate(0); }
    50% { -moz-transform: translateY(-7px) rotate(0); -ms-transform: translateY(-7px) rotate(0); -webkit-transform: translateY(-7px) rotate(0); transform: translateY(-7px) rotate(0); }
    100% { -moz-transform: translateY(-7px) rotate(-45deg); -ms-transform: translateY(-7px) rotate(-45deg); -webkit-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg); }
}

@keyframes buttonAnimation {
    0% { background: transparent; }
    50% { background: rgba(255, 255, 255, 0); }
    100% { background: rgba(255, 255, 255, 0); }
}

.head { background: #f4f4f4 }

.head .wrap { height: 50px; display: flex; justify-content: space-between; align-items: center; color: #777 }

.head .tel { display: flex; align-items: center; font-size: 16px; }

.head .tel img { width: 33px; margin-right: 15px; }

.banner .img1 { overflow: hidden; }

.logo { height: 100px; display: flex; align-items: center; justify-content: center; }

.logo img { height: 77px; width: 188px; }

.menu ul { display: flex; line-height: 58px; margin-top: 30px; }

.menu li { margin-left: 10px; min-width: 100px; text-align: center; }

.menu a { display: block; position: relative; color: #343434; font-size: 16px; }

.menu a:after { content: ''; display: block; width: 0; height: 2px; background: #4ab344; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; }

.menu li.on a,
.menu li:hover a { color: #3db45e }

.menu li.on a:after,
.menu li:hover a:after { width: 100%; }

.swiper-container { position: relative; }

.swiper1 .swiper-slide { height: 500px; }

.swiper-slide img { width: 100%; height: 100%; object-fit: cover }

.swiper1 .swiper-pagination { bottom: 30px !important; display: flex; align-items: center; justify-content: center; counter-reset: nav; }

.swiper1 .swiper-pagination-bullet:after { counter-increment: nav; content: counter(nav); color: #858585; }

.swiper1 .swiper-pagination-bullet { width: 18px; height: 18px; background: #858585; border: 0; margin: 0 10px !important; display: flex; align-items: center; justify-content: center; }

.swiper1 .swiper-pagination-bullet-active { width: 27px; height: 27px; }

.swiper1 .swiper-pagination-bullet-active:after { color: #fff; }

.page { padding-top: 70px; padding-bottom: 50px; }

.page_imgs { width: 568px; margin: 5px; }

.swiper2 .swiper-slide { height: 308px; position: relative; }

.swiper2 .swiper-slide:after { content: ''; display: block; height: 20px; background: rgba(0, 0, 0, 0.8); position: absolute; left: 0; bottom: 0; width: 100%; }

.swiper2 { margin-bottom: 20px; }

.swiper3 .swiper-slide { width: 84px; height: 64px; border: 2px solid #fff }

.swiper3 .swiper-slide-thumb-active,
.swiper3 .swiper-slide:hover { border-color: #f13a3a }

.swiper3 .swiper-slide img { max-width: 100%; max-height: 100%; /*object-fit: none*/ }

.swiper-button { width: 47px; height: 47px; border-radius: 100%; background: rgba(255, 255, 255, 0.1) }

.swiper-button:hover { background: rgba(0, 0, 0, 0.5) }

.swiper-button:after { font-size: 16px; color: #fff; }

.page_about { flex: 1; padding-left: 50px; }

.page_about .tit h2 { font-size: 33px; color: #222; font-weight: normal; margin-right: 30px; }

.page_about .tit { margin-bottom: 20px; border-bottom: 1px solid #999; padding-bottom: 20px; font-size: 18px; }

.page_about .tit p { margin-top: 20px; color: #666; }

.num span { color: #e64a19; font-size: 33px }

.page_about .text { font-size: 17px; line-height: 34px; }
.page_about .text .f-c{ flex-wrap:wrap;}
.page_about .text span { padding-left: 25px; background: url(../img/icon9.png) no-repeat left center; background-size: 20px auto; margin-left: 10px; }
.page_about .text div:not(:first-child) { margin-top: 20px; }

.page_ewm { padding-bottom: 0; overflow: hidden; }

.page_ewm .wrap { display: flex; height: 178px; background: #e85669; padding: 0 100px 0 300px; box-sizing: border-box; align-items: center; color: #fff; }

.page_ewm .img_pos { position: absolute; bottom: -20px; left: 5%; width: 198px; }

.page_ewm .item { flex: 1;; border-right: 5px solid rgba(255, 255, 255, 0.2) }

.page_ewm .item:last-child { border-right: 0 }

.page_ewm .item > *:not(:first-child) { margin-top: 20px; }

.page_ewm .item h3 { font-size: 30px; font-family: impact; font-weight: normal; }

.page_ewm .item .text { font-size: 18px; line-height: 1.5; flex: 1; text-align: center; }

.page_ewm .item .btn { margin-top: 20px; }

.page_ewm .item .ewm { margin-top: 0 }

a.btn,
.btn { display: flex; width: 113px; line-height: 33px; overflow: hidden; margin: 0 auto; position: relative; background: #fff; border-radius: 5px; color: #c93a4f; align-items: center; justify-content: center; font-size: 16px; }

.btn:before { border-radius: 50%; content: ""; display: block; height: 0; left: 50%; padding-top: 100%; position: absolute; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: all .6s; transition: all .6s; width: 100%; }

.btn:hover:before { -webkit-animation: wave .75s; animation: wave .75s; z-index: 1; }

@keyframes wave {
    0% { background: rgba(0, 0, 0, .25); -webkit-transform: translateX(-50%) translateY(-50%) scale(0); transform: translateX(-50%) translateY(-50%) scale(0) }
    to { background: transparent; -webkit-transform: translateX(-50%) translateY(-50%) scale(1); transform: translateX(-50%) translateY(-50%) scale(1) }
}

.page.page1 { padding-bottom: 0 }

.page.on { padding-bottom: 50px; background: url(../img/page2_bg.jpg) no-repeat center center; background-size: cover }

.page_tit p { color: rgb(102, 102, 102); text-align: center; }

.page_tit { margin-bottom: 50px; line-height: 41px; letter-spacing: 4px; word-break: break-all; font-size: 20px; }

.page_tit h3 { font-size: 24px; font-weight: normal; display: flex; align-items: center; justify-content: center; }

.page_tit h3:before,
.page_tit h3:after { content: '——'; display: block; margin: 0 20px; color: #f13a3a }

.page_list ul { display: flex; flex-wrap: wrap; margin: -15px -30px }

.page_list li { flex: 0 0 25%; }

.page_list .box { display: block; overflow: hidden; margin: 15px 30px }

.page_list .img { width: 100%; }

.page_list .text { color: #777; text-align: center; padding: 10px; padding-top: 30px; line-height: 30px; }

.page_list h3 { font-size: 16px; color: rgb(73, 110, 232) }

.page_list .btn { margin-top: 20px; transform: translateY(100px) }

.btn.on { width: 125px; height: 42px; background: #f13a3a; border-radius: 0; color: #fff; }

.page_list .box:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); background: #fff; }

.page_list .box:hover .btn { transform: translateY(0) }

.page3 { background: url(../img/page3_bg.jpg) no-repeat top center; }

.page3_text { padding-left: 50%; padding-top: 175px; display: flex; flex-direction: column; grid-gap: 20px; align-items: flex-start; height: 220px; }

.page3_text h3 { font-size: 28px; color: rgb(5, 160, 69); }

.page3_text p { font-size: 22px }

.page3_text .btm { padding-top: 20px; font-size: 20px; margin-top: 10px; border-top: 1px solid #999; color: rgb(119, 119, 119) }

.page3_tab { box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); background: #fff; padding: 45px; padding-top: 0; }

.page3_tab h3 { line-height: 98px; text-align: center; font-size: 24px; color: rgb(68, 68, 68); font-weight: normal; }

.page3_tab .des { text-indent: 2em; width: 242px; margin-left: 20px; line-height: 42px; letter-spacing: 2px; word-break: break-all; }

.table table { width: 100%; table-layout: fixed; line-height: 29px; }

.table td { border: 1px solid #666; color: #777; text-align: center; }

.c1 { color: #0000FF }

.page4 { padding-bottom: 0; border-top: 1px solid #ddd; background: url(../img/bg1-1.jpg) no-repeat bottom center }

.page4_box { display: flex; flex-direction: row-reverse; align-items: center; background: url(../img/bg1.jpg) no-repeat center center; background-size: cover }

.page4_box > * { flex: 1; }

.page4_box .text { padding: 0 5vw; }

.page_tit2 h3 { font-size: 24px; font-weight: normal; }

.page_tit2 h3:after { content: '—'; display: block; color: rgb(241, 58, 58); margin-top: 10px; margin-bottom: 10px; }

.page4_box .text p { font-size: 16px; line-height: 30px; }

.page_tit2 h5 { font-size: 18px; color: #777; font-weight: normal; margin-bottom: 30px; }

.page4_box .text .btn { margin-left: 0; margin-top: 30px; }

.page4_list { display: flex; align-items: center; min-height: 243px; color: #fff; }

.page4_list .item { flex: 1; text-align: center; border-left: 1px solid rgba(255, 255, 255, 0.4); }

.page4_list .item:first-child { border-left: 0 }

.page4_list h3 { font-size: 36px; margin-bottom: 30px; }

.news_box { display: flex; }

.news_box .news { width: 590px; margin-right: 50px }
.news_box .news .img { height: 300px; }
.img_cover img { width: 100%; height: 100%; object-fit: cover }
.news_box .news .text { padding: 20px 15px; }

.news_box .news h3 { font-weight: normal; margin-bottom: 15px; }

.news_box .news p { font-size: 14px; line-height: 26px; color: #666 }

.news_box .list { flex: 1; width: 0 }

.news_box .list li { padding: 30px 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.news_box .list li:first-child { padding-top: 0 }
.news_box .list h3 { flex: 1; width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; font-weight: normal; color: #333 }
.news_box .list .box:hover h3 { color: #3db45e }
.news_box .list .f-c span { color: #999; font-size: 14px; }
.news_box .list p { color: #666; font-size: 14px; line-height: 26px; margin-top: 14px; white-space: normal; }
.line2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.footer { background: #000; font-size: 12px }
.foot { padding: 25px 0; display: flex; align-items: center; border-bottom: 1px solid #666 }
.foot_link { flex: 1; display: flex; gap: 20px }
.foot_link img { height: 67px; }
.foot_nav { display: flex; flex-wrap: wrap; width: 250px; }
.foot_nav li { flex: 0 0 33.3%; font-size: 16px; text-align: center; margin: 10px 0 }
.footer, .footer a { color: #fff }
.foot_items { display: flex; padding-top: 20px; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 20px; position: relative; z-index:1}
.foot_items:after { content: ''; display: block; width: 250px; height: 180px; position: absolute; bottom: 20px; right: 0; background: url(../img/f_icon.png) no-repeat right bottom; background-size: 250px auto; z-index:-1}
.foot_items > .item { flex: 1; }
.foot_items .f-c .item:last-child { flex: 0 0 100%; }
.foot_items .f-c .item:not(:last-child) { flex: 1; }
.foot_items .f-c { align-items: flex-start; width: 45%; flex-wrap: wrap; margin-right: 5% }
.foot_items .item h3 { margin-bottom: 10px; font-size: 14px }
.foot_items .item li { line-height: 40px; flex: 0 0 33.3% }
.foot_items .item:last-child { margin-top: 30px; }
.foot_items .item:last-child li { flex: 0 0 16.6% }
.foot_items .item ul { display: flex; flex-wrap: wrap; }
.foot_items .item a { color: #a9a9a9 }
.foot_items .item a:hover { color: #fff }
.f_nav img { width: 40px; display: block; margin: 0 auto; }
.foot_items > .item .f_nav { margin-top: 20px; width: 200px; text-align: center; }
.foot_items > .item .f_nav li { line-height: 30px; margin-bottom: 10px; }
.foot_items > .item .f_nav a { color: #fff; }
.item_ewm ul { display: flex; gap: 50px; text-align: center; }
.item_ewm ul:after { display: none; }
.item_ewm li { width: 104px; font-size: 14px; font-weight: bold; }
.item_ewm img { margin-bottom: 10px; width: 100%; }
.copyright { display: flex; align-items: center; gap: 20px; height: 50px; color: #666 }
/*----------mainer----------*/
.mainer { }

.page_banner { height: 400px; background-position: center center; background-size: cover }
.jg_box .wrap { display: flex; flex-direction: row-reverse; gap: 10%; align-items: center; }
.jg_box .info { flex: 1; width: 0 }
.jg_box .text { font-size: 18px; color: #444; line-height: 1.7 }

.jg_list ul { display: flex; gap: 45px; text-align: center; }
.jg_list { background: url(../img/jplist_bg.jpg) no-repeat center top; background-size: auto 225px }
.jg_list h3 { font-size: 16px; font-weight: normal; color: #444; margin-top: 30px; margin-bottom: 20px; }
.jg_list p { font-size: 14px; color: #777 }
.page { overflow: hidden }
.his_list .wrap { display: flex; }
.his_list { background: url(../img/bg6.jpg) no-repeat center center; background-size: cover }
.his_list .info { width: 45%; }
.his_list .list { position: relative; width: 55%; padding: 0 50px; box-sizing: border-box; }
.his_list .list:before { content: ''; display: block; position: absolute; top: -500px; bottom: -500px; width: 1px; background: #eae8e9; left: 0 }
.his_list .list .box { margin-bottom: 35px; position: relative; }
.his_list .list .box:before { position: absolute; width: 15px; height: 15px; background: url(../img/icon2.png) no-repeat center center; top: 7px; left: -58px; content: ''; }
.his_list .list h3 { font-size: 26px; color: #444; font-weight: normal; margin-bottom: 15px; }
.his_list .list p { line-height: 35px; font-size: 14px; color: #777 }
.his_list .page_tit2 .text { max-width: 330px; }
.page_tit2 .text { line-height: 2; font-size: 14px; color: #666 }
.page_tit3 { text-align: center; margin-bottom: 40px; }
.page_tit3 h3 { font-size: 26px; font-weight: normal; }
.page_tit3 p { font-size: 16px; color: #737373; margin-top: 20px; }
.page_tit3 h3:after { margin: 0 auto; content: ''; display: block; width: 26px; height: 2px; background: #f13a3a; margin-top: 20px; }

.px_list { display: flex; gap: 150px }
.px_list .box { flex: 1 }
.px_list .img { height: 290px; position: relative; }
.px_list .img p { line-height: 30px; background: rgba(0,0,0,0.7); color: #fff; padding: 0 10px; position: absolute; bottom: 0; left: 0; right: 0; font-size: 14px; }
.px_list .text { height: 60px; display: flex; align-items: center; justify-content: space-between; background: #f9f9f9; padding: 0 20px; font-size: 14px; color: #496ee8 }
.px_list .text h3 { font-size: 16px; color: #3db45e }
.tag_list ul { display: flex; flex-wrap: wrap; margin: -10px; }
.tag_list li { flex: 0 0 20%; padding: 10px; box-sizing: border-box; }
.tag_list .list { transition: all 0s; }
/*----------footer----------*/
.footer { }
.tagTit { margin-bottom: 30px; }
.tagTit ul { display: flex; }
.tagTit li { padding: 0 20px; min-width: 80px; text-align: center; margin-right: 20px; line-height: 46px; border-radius: 5px; background: #ededed; cursor: pointer; }
.tagTit li.on { background: #3db45e; color: #fff }
.pagesize { text-align: center; padding: 20px 0; }

.pagesize a,.pagesize li { display: inline-block; line-height: 36px; min-width: 10px; padding: 0 10px; margin: 5px; font-size: 14px; color: #666 }
.c_666 { color: #666 !important }
.c_999 { color: #999 !important }
a.c_999:hover { color: #3db45e !important }
.pagesize a:hover,
.pagesize a.on,.pagesize li.active { color: #f13a3a; }
.page_tit3.f-c { align-items: flex-end; margin-bottom: 20px }
.page_tit3.f-c h3:after { display: none; }
.page_tit3.f-c p { margin-top: 0; margin-left: 20px }
.page6_list ul { display: flex; flex-wrap: wrap; margin: -10px; margin-top: 0px; }
.page6_list li { flex: 0 0 20%; padding: 10px; box-sizing: border-box; }
.page6_list2 li { flex: 0 0 25%; }

.page6_list .img { cursor: pointer; height: 200px; }
.page6_list2 li .img { height: auto }
.page6_list img { width: 110%; max-width: 110%; transition: all 0.5s }
.page6_list li:hover img { transform: translateX(-5%); }
.page6_box { display: flex; gap: 50px; }
.page6_box .box { flex: 1; }
.page6_box .bg { padding: 30px; padding-bottom: 0; border-radius: 10px; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1) }
.page6_box .box_rt { width: 20%; }
.page6_box .box_rt .text { line-height: 2; text-indent: 2em }
.btn.on2 { width: initial; padding: 0 30px; line-height: 52px; background: #29b222; color: #fff; display: inline-block; margin-top: 30px; border-radius: 0 }
.page7 { padding: 30px 0; background: #fafafa }
.page_tit3:last-child { margin-bottom: 0 }
.page_tit3.left { text-align: left; }
.page_tit3.left h3:after { margin-left: 0 }
.play { width: 60px; height: 60px; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px; background: url(../img/play.png) no-repeat center center; }
.page8_list ul { display: flex; flex-wrap: wrap; }
.page8_list li { flex: 0 0 33.3%; padding: 15px; box-sizing: border-box; position: relative; }
.page8_list .text { position: absolute; left: 55px; width: 50%; bottom: 55px; font-size: 12px; color: #666 }
.page8_list h3 { font-size: 22px; font-weight: normal; }
.page8_list h3:after { content: ''; display: block; width: 34px; height: 1px; background: #3db45e; margin: 20px 0 }
.page8_list .txt { height: 100px; display: flex; flex-direction: column; justify-content: space-between; }
.page8_list li:hover .img { box-shadow: 0 0 20px rgba(0,0,0,0.1) }

.page_tit4 { margin-bottom: 40px; font-size: 20px }
.page_tit4 h3 { font-size: 26px; height: 38px; line-height: 38px; width: 150px; box-sizing: border-box; padding-left: 20px; text-align: center; color: #fff; background: url(../img/icon3.png) no-repeat left center; margin-bottom: 15px; }
.page9_list ul { display: flex; margin: -20px; margin-bottom: 10px; }
.page9_list .box { display: block; margin: 20px; }
.page9_list li { flex: 1; width: 0; }
.page9_list .img { width: 100%; height: 278px; }
.page9_list .text { border: 1px solid #fff; border-top: 0; padding: 20px; }
.page9_list .text h3 { font-size: 16px; color: #333; font-weight: normal; }
.page9_list .text p { font-size: 14px; line-height: 24px; color: #666; font-weight: normal; margin-top: 20px; }
.page9_list .btm { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.1); color: #999; display: flex; align-items: center; justify-content: space-between; }
.page9_list .btm > * { opacity: 0 }
.page9_list .btm:after { content: ''; display: block; width: 30px; height: 30px; background: url(../img/) }
.page9_list li:hover .text { border-color: #3db45e }
.page9_list li:hover h3 { color: #3db45e }
.page9_list li:hover .btm > * { opacity: 1 }
.page_fk { background: #f0f0f0 }
.page_fk .wrap { display: flex; align-items: center; grid-gap: 100px }
.page_fk .text { flex: 1; width: 0 }
.page_fk .text h2 { font-size: 26px; color: #000333; font-weight: normal; }
.page_fk .text h2:after { content: ''; display: block; width: 40px; height: 2px; background: #333; margin-top: 20px; margin-bottom: 30px; }
.page_fk .text p { line-height: 30px; color: #666 }
.page_fk .btm { padding-top: 70px }
.page_fk .btm ul { display: flex; max-width: 450px; justify-content: space-between; }
.page_fk .btm li { text-align: center; }
.f-b { display: flex; align-items: flex-end; justify-content: center; }
.page_fk .btm h3 { font-size: 30px; color: #4c4c4c; font-weight: normal; min-width: 40%; margin-right: 10px; }
.page_fk .btm p { font-size: 14px; margin-top: 10px; }
.page11 .wrap { display: flex; align-items: center; }
.inputs_box { width: 50%; box-sizing: border-box; padding-right: 15%; }
.page11 { padding: 0; background: url(../img/bg7.jpg) }
.page11 .img { width: 50%; overflow: initial; }
.page11 .img .play { left: 10px; top: 50px; border-radius: 100%; background-color: #ededed; width: 50px; height: 50px; }
.page11 .img img { height: 550px; max-width: initial; }
.inputs_box h3 { font-size: 24px; margin-bottom: .8em }
.inputs_box h5 { font-weight: normal; font-size: 15px; color: #666 }
.inputs_box .inputs { margin-top: 30px; font-size: 14px; }
.inputs .item { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 20px; }
.inputs .item p { flex: 0 0 100%; }
.inputs .item .input { flex: 1; border: 1px solid #ccc; margin-right: 10px; min-height: 36px; margin-top: 10px; background: #fff; line-height: 36px; padding: 0 10px; }
.input input { width: 100%; border: 0; background: none; }
.input textarea { box-sizing: border-box; resize: none; width: 100%; border: 0; background: none; line-height: 20px; padding: 5px 10px; padding-left: 0; height: 100px; }
.inputs .item .btn { margin-left: 0; width: 210px; }
.inputs .item label { color: #f13a3a }
.page_tit5 { text-align: center; padding: 40px 0 }
.page_tit5 h3 { font-size: 34px; color: #2B2B2B; margin-bottom: .5em; font-weight: normal; }
.page_tit5 p { color: #949494; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.page_tit5 p:after, .page_tit5 p:before { content: '——'; margin: 0 20px; }
.page_news_box ul { display: flex; flex-wrap: wrap; margin: -25px; margin-top: -10px; }
.page_news_box li { flex: 0 0 25%; width: 0 }
.page_news_box .box { display: block; margin: 25px; }
.page_news_box h3 { font-weight: normal; font-size: 18px; margin-bottom: 10px; color: #666 }
.page_news_box .box:hover h3 { color: #3db45e }
.page_news_box .img { height: 184px; }
.page_news_box .text { padding: 20px; color: gray; font-size: 14px; line-height: 24px; margin-bottom: 6px; word-break: normal; word-wrap: break-word; text-align: justify; }
.contact_text { line-height: 30px; font-size: 14px; }
.contact_text { padding-right: 5%; color: #666 }
.contact_text .list { margin-top: 40px; display: flex; }
.contact_text .list li:first-child { width: 300px; }
.page.page_det { padding: 50px 0; }
.det_tit { padding-bottom: 30px; border-bottom: 1px solid #efefef; margin-bottom: 20px; }
.det_tit h1 { color: #333; font-size: 25px; font-weight: 400; text-align: left; margin-bottom: .5em }
.det_tit p { color: #adadad; display: inline-block; font-size: 13px; margin-right: 15px; max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.det_text { font-size: 14px; line-height: 1.8; color: #676767; padding: 0; white-space: normal; word-wrap: break-word; overflow: hidden; text-align: left; width: 100%; word-break: normal; }
.det_text p { min-height: 20px; }
.det_btm { margin-top: 30px; border-top: 1px dashed #efefef; display: flex; align-items: center; justify-content: space-between; min-height: 100px; }
.det_btm .cur { max-width: 50%; }
.det_btm .cur a { font-size: 14px; color: #666; display: block; line-height: 30px; }
.det_btm .cur a:hover { color: #3db45e }
.det_btm .cur span { margin-right: 30px; }
.shareInfo { display: flex; align-items: center; font-size: 14px; color: #666; gap: 12px }
.shareListPanel { display: flex; gap: 12px }
.shareIcon { display: block; background-color: #fff; height: 33px; width: 33px; }
.shareIcon.sina_weibo { }
.shareIcon.Weixin { background: url(../img/vbg01.png?v=201907171253) -1302px -100px no-repeat; }
.shareIcon.sina_weibo { background: url(../img/vbg01.png?v=201907171253) -1302px -190px no-repeat; }
.shareIcon.qq_share { background: url(../img/vbg01.png?v=201907171253) -1302px -145px no-repeat; }
.shareIcon.qq_zone { background: url(../img/vbg01.png?v=201907171253) -1302px -235px no-repeat; }
.shareIcon.douban { background: url(../img/vbg01.png?v=201907171253) -1302px -730px no-repeat; }
.shareIcon.baidu_tieba { background: url(../img/vbg01.png?v=201907171253) -1302px -595px no-repeat; }
.pl_box { padding: 20px; background: #fafafa }
.textarea { padding: 15px; border: 1px solid #ddd; background: #fff; font-size: 14px; margin-bottom: 20px; }
.textarea textarea { width: 100%; height: 150px; resize: none; border: 0; background: none }
.pl_box .info { margin-bottom: 30px; display: flex; align-items: center; font-size: 14px; color: #666 }
.pl_box .info .input { width: 210px; margin-right: 10px; border: 1px solid #ddd; background: #fff; height: 36px; padding: 0 10px; box-sizing: border-box; }
.input { display: flex; align-items: center; }
.input input { flex: 1; font-size: 14px; }
.pl_box .info img { display: block; }
.pl_box .info .btn { border-radius: 50px; width: 295px; }
.pl_tit { font-size: 14px; border-bottom: 1px solid #ddd; padding: 15px 0; color: #666 }
.no_data { text-align: center; padding: 50px 0; color: #999; font-size: 14px; }
.no_data .img { background: url(../img/defaultIcon.png?v=201807251417) 0 -839px no-repeat; height: 125px; margin: auto; text-align: center; width: 160px; margin-bottom: 20px; }
.page9 .news_box { margin-top: 20px; }
/*----------custom----------*/ 