/*common start*/
:root {  --primary-color: #0a6741;
 --secondary-color: #409d4e;
 --third-color: #34914b;
 --main-color: #116e43;
 --main-color-white: #fff;
}
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input { margin: 0; padding: 0; list-style: none; text-decoration: none; border: 0; list-style: none; }
body { font-size: 12px; color: #333; overflow-x: hidden; }
a { color: #666; }
a:hover { color: var(--primary-color); text-decoration: none; }
p { line-height: 1.5em; padding: 5px 0; }
.clear { margin: 0; padding: 0; font-size: 0; clear: both; }
.wapper1 { width: 84%; margin: 0 auto; min-width: 1000px; }
input, textarea, select { outline: none; }
img { object-fit: cover; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
#lContent img, #lblContent img, .xiangxi_con img, .xiangqing img { width: auto !important; height: auto !important; max-width: 100%; }
 @media(max-width:999px) {
.wapper1 { width: 90%; min-width: 0; }
}
/*common end*/


.head { width: 100%; background: rgba(0, 0, 0, .12); border-bottom: 1px solid rgba(0, 0, 0, .12); position: fixed; z-index: 55; left: 0; top: 0; transition: all .3s ease; }
.head2bg { }
.head2 { height: 95px; transition: all .3s ease; position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.head .logo { float: left; width: 12%; height: 95px; position: relative; }
.head .logo img { max-width: 100%; max-height: 90%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto 0; }
.head .logo .img1 { display: none; }
.head2 .rt { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.head .h_phone { font-size: 22px; line-height: 32px; padding-left: 30px; background: url(../images/hico_phoneH.png) left center no-repeat; color: #fff; font-weight: bold; margin-left: 1.04vw; }
.head .h_search_btn { width: 25px; height: 24px; background: url(../images/hico_searchH.png); cursor: pointer; margin-left: 1vw; }
.head .h_search_btn:hover { }
.head .h_search_box { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; display: none; }
.head .h_search_close1 { width: 100%; height: 100%; background: rgba(0,0,0,.5); position: absolute; left: 0; top: 0; z-index: 998; }
.head .h_searchbg { width: 90%; max-width: 650px; background: #fff; position: absolute; left: 50%; top: 40%; transform: translate(-50%, -50%); z-index: 999; }
.head .h_search { border: 3px solid #aaa; padding: 40px 20px; position: relative; }
.head .h_search_close2 { width: 20px; height: 20px; background: url(../images/chahao2.png) center no-repeat; position: absolute; top: 10px; right: 10px; cursor: pointer; transition: all .3s ease; }
.head .h_search_close2:hover { transform: rotate(360deg); }
.head .h_search .form { height: 50px; border: 1px solid #ccc; border-radius: 50px; overflow: hidden; }
.head .h_search .form .text1 { float: left; border: none; background: none; height: 50px; line-height: 50px; padding: 0 0 0 10px; width: calc(100% - 110px); }
.head .h_search .form .button1 { float: right; border: none; background: var(--primary-color); color: #fff; width: 100px; height: 50px; line-height: 50px; text-align: center; cursor: pointer; font-size: 16px; }
.head .h_search .form .button1 i { margin-right: 5px; }
/*menu*/
.head .menu { height: 95px; line-height: 95px; }
.head .menu > ul { }
.head .menu > ul > li { float: left; padding: 0 1vw; }
.head .menu > ul > li.menu_down { position: relative; }
.head .menu > ul > li > a { color: #fff; display: block; font-size: 20px; font-weight: normal; position: relative; }
.head .menu > ul > li > a:hover, .head .menu > ul > li:hover > a { color: var(--primary-color); }
.head .menu > ul > li ul { width: fit-content; min-width: 140px; padding: 15px 0; background: var(--primary-color); position: absolute; top: 100%; left: 0; z-index: 5; display: none; }
.head .menu > ul > li > ul:before { content: ""; border: 8px solid transparent; border-bottom-color: var(--primary-color); position: absolute; top: -16px; left: 50%; transform: translateX(-50%); }
.head .menu > ul > li ul li { position: relative; border-bottom: 1px solid rgba(255,255,255,.2); }
.head .menu > ul > li ul li a { color: rgba(255,255,255,.8); display: block; font-weight: normal; font-size: 15px; line-height: 25px; padding: 5px 5px; text-align: center; white-space: nowrap; position: relative; }
.head .menu > ul > li ul li a:hover, .head .menu > ul > li > ul li:hover > a { color: #fff; }
.head .menu > ul > li ul li ul { width: 100%; position: absolute; top: 0; left: 100%; transform: translateX(0); display: none; }
.head .menu > ul > li ul li:hover > ul { display: block; }
.head.active1, .head.active2 { background: #fff; border-bottom: 1px solid rgba(255,255,255,.7); box-shadow: 0 0 15px rgba(0,0,0,.2); }
.head.active1 .logo .img1, .head.active2 .logo .img1 { display: block; }
.head.active1 .logo .img2, .head.active2 .logo .img2 { display: none; }
.head.active1 .h_phone, .head.active2 .h_phone { background-image: url(../images/hico_phone.png); color: #333; }
.head.active1 .h_search_btn, .head.active2 .h_search_btn { background-image: url(../images/hico_search.png); }
.head.active1 .menu > ul > li > a, .head.active2 .menu > ul > li > a { color: #333; }
.head.active1 .menu > ul > li > a:hover, .head.active1 .menu > ul > li:hover > a, .head.active2 .menu > ul > li > a:hover, .head.active2 .menu > ul > li:hover > a { color: var(--primary-color); }
.head_height { height: 0; }
 @media(max-width:1699px) {
.head .h_search_btn { margin-left: 1.3vw; }
.head .menu > ul > li { padding: 0 1.3vw; }
.head .menu > ul > li > a { font-size: 18px; }
}
 @media(max-width:1399px) {
.head .h_search_btn { margin-left: 1.04vw; }
.head .menu > ul > li { padding: 0 1.04vw; }
.head .menu > ul > li > a { font-size: 16px; }
}
 @media(max-width:999px) {
.head_height { height: 60px; }
.head { background: #fff; border-bottom: 1px solid rgba(255,255,255,.7); box-shadow: 0 0 15px rgba(0,0,0,.2); }
.head2 { height: 60px; }
.head .logo { float: left; width: 50%; height: 60px; }
.head .logo .img1 { display: block; }
.head .logo .img2 { display: none; }
.head .h_phone { display: none; }
.head .h_search_btn { background-image: url(../images/hico_search.png); }
.head .h_search .form .text1 { width: calc(100% - 80px); }
.head .h_search .form .button1 { width: 70px; font-size: 14px; }
.head .menu { display: none; }
}
/**/
.head .nav_open { width: 24px; height: 20px; cursor: pointer; display: none; position: relative; margin-left: 15px; }
.head .nav_open i, .head .nav_open:before, .head .nav_open:after { width: 24px; height: 2px; background: var(--primary-color); position: absolute; left: 50%; transform: translateX(-50%); transition: all .3s ease; }
.head .nav_open i { top: 50%; transform: translateX(-50%) translate(0, -50%); }
.head .nav_open:before { content: ""; top: 0px; }
.head .nav_open:after { content: ""; bottom: 0px; }
.head .nav_open.active0 i { opacity: 0; visibility: hidden; }
.head .nav_open.active0:before { transform: translateX(-50%) translateY(9px) rotate(45deg); }
.head .nav_open.active0:after { transform: translateX(-50%) translateY(-9px) rotate(-45deg); }
.head .nav_box { width: 100%; height: calc(100% - 61px); border-top: 1px solid #ededed; position: fixed; left: 0; top: 60px; display: none; }
.head .nav_close1 { width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 0; z-index: 998; }
.head .navbg { width: 100%; height: 100%; background: #fff; color: #333; position: absolute; left: 0; top: 0; z-index: 999; }
.head .nav { position: relative; }
.head .nav_close2 { display: none; }
.head .nav_list { max-height: calc(100vh - 60px); overflow-y: auto; }
.head .nav_list ul { }
.head .nav_list ul li { padding: 5px 5%; }
.head .nav_list > ul > li { border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(0,0,0,0.1); padding: 10px 5%; }
.head .nav_list ul li span { display: block; position: relative; }
.head .nav_list ul li span a { display: inline-block; font-size: 14px; line-height: 24px; position: relative; z-index: 2; color: #333; }
.head .nav_list > ul > li > span a { font-size: 16px; line-height: 26px; font-weight: normal; }
.head .nav_list ul li.nav_down > span:after { content: "\f107"; font: normal normal normal 14px/1 FontAwesome; position: absolute; top: 6px; right: 0; }
.head .nav_list ul li.nav_down.active1 > span:after { transform: rotate(180deg); }
.head .nav_list ul li ul { padding: 5px 0 0 0; display: none; }
.head .nav_list ul li.active1 > span > i { background-image: url(../images/ico_up1.png); }
 @media(max-width:999px) {
.head .nav_open { display: block; }
}
.banner_swiper { position: relative; }
.banner_swiper:before { content: ""; width: 100%; height: 30%; background: linear-gradient(180deg, var(--primary-color), rgba(0,135,48,0)); position: absolute; top: 0; left: 0; z-index: 2; }
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position: relative; }
.banner_swiper .swiper-container .swiper-slide img { display: block; width: 100%; }
.banner_swiper .swiper-container .swiper-slide .txtbg { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.banner_swiper .swiper-container .swiper-slide .txt { display: inline-block; text-align: center; color: #fff; }
.banner_swiper .swiper-container .swiper-slide .txt .h2 { font-size: 64px; line-height: 74px; font-weight: bold; text-shadow: 0 1px 1px #000000; }
.banner_swiper .swiper-container .swiper-slide .txt .line1 { width: 100%; height: 5px; position: relative; margin-top: 25px; margin-bottom: 25px; }
.banner_swiper .swiper-container .swiper-slide .txt .line1:before { content: ""; width: 100%; height: 1px; background: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.banner_swiper .swiper-container .swiper-slide .txt .line1:after { content: ""; width: 60px; height: 5px; background: var(--primary-color); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.banner_swiper .swiper-container .swiper-slide .txt .h3 { font-size: 24px; line-height: 34px; font-weight: bold; text-shadow: 0 1px 1px #000000; }
.banner_swiper .swiper-pagination { bottom: 50px; height: 10px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet { vertical-align: top; width: 10px; height: 10px; border-radius: 10px; background: #fff; opacity: .5; transition: all .3s ease; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 30px; background: #fff; opacity: 1; }
.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next { text-align: center; width: 60px; height: 60px; line-height: 60px; margin-top: -30px; border-radius: 8px; background: rgba(0,0,0,.3); color: #fff; border-radius: 100%; font-size: 30px; opacity: 0; visibility: hidden; transition: all .3s ease; }
.banner_swiper:hover .swiper-button-prev, .banner_swiper:hover .swiper-button-next { opacity: 1; visibility: visible; }
.banner_swiper .swiper-button-prev:hover, .banner_swiper .swiper-button-next:hover { background: var(--primary-color); }
.banner_swiper .swiper-button-prev { left: 5%; }
.banner_swiper .swiper-button-next { right: 5%; }
 @media(max-width:999px) {
.banner_swiper .swiper-container .swiper-slide .txt .h2 { font-size: 20px; line-height: 24px; }
.banner_swiper .swiper-container .swiper-slide .txt .line1 { height: 5px; margin-top: 15px; margin-bottom: 15px; }
.banner_swiper .swiper-container .swiper-slide .txt .h3 { font-size: 14px; line-height: 18px; }
.banner_swiper .swiper-pagination { bottom: 15px; height: 6px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet { width: 6px; height: 6px; border-radius: 6px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 20px; }
.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next { width: 40px; height: 40px; line-height: 40px; margin-top: -20px; font-size: 20px; }
}
.more1 { }
.more1 span { display: inline-block; text-align: center; width: 200px; line-height: 50px; font-size: 14px; border-radius: 20px 0 20px 0; background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); color: #fff; transition: all .3s ease; }
.more1 span:hover { border-radius: 0 20px 0 20px; }
.more2 { }
.more2 span { display: inline-block; width: 28px; height: 28px; background: url(../images/ico_jtr.png) center no-repeat; }
.con01bg { padding: 60px 0 40px 0; background: #f7f8fc; }
.con01 { background: url(../images/aboutbg.png) center no-repeat; background-size: 100% auto; }
.con01 .list1 { margin-bottom: 80px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.con01_lt { width: 59%; }
.con01_lt .h2 { font-size: 34px; line-height: 44px; font-weight: bold; margin-bottom: 10px; }
.con01_lt .h3 { font-size: 28px; line-height: 38px; margin-bottom: 40px; }
.con01_lt .h4 { font-size: 16px; line-height: 26px; margin-bottom: 50px; }
.con01_rt { width: 33%; position: relative; }
.con01_rt span { text-align: center; width: 26px; font-size: 16px; line-height: 26px; padding: 20px 10px; background: var(--primary-color); color: #fff; position: absolute; top: 0; right: 100%; }
.con01_rt span:before { content: ""; width: 100%; height: 200%; background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0)); transform: skewx(-25deg); position: absolute; top: 0; left: -120%; transition: all .3s ease; }
.con01_rt span:hover:before { left: 120%; }
.con01_rt .img { position: relative; cursor: pointer; }
.con01_rt .img img { display: block; width: 100%; }
.con01_rt .img:before { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,.5); position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all .3s ease; }
.con01_rt .img:hover:before { opacity: 1; visibility: visible; }
.con01_rt .img:after { content: ""; width: 80px; height: 80px; background: url(../images/ico_play.png) center no-repeat; position: absolute; top: 50%; left: 50%; transform: scale(0) translate(-50%, -50%); transition: all .3s ease; }
.con01_rt .img:hover:after { transform: scale(1) translate(-50%, -50%); }
.con01 .list2 { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 30px 0; margin-bottom: 50px; }
.con01 .list2 ul { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.con01 .list2 ul li { width: 25%; }
.con01 .list2 ul li .nr_box { padding: 0 20px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.con01 .list2 ul li .imgbg { width: 40px; padding-right: 20px; border-right: 1px solid #e5e5e5; }
.con01 .list2 ul li:last-child .imgbg { border-right: none; }
.con01 .list2 ul li .img { height: 40px; position: relative; }
.con01 .list2 ul li .img img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con01 .list2 ul li .txtbg { width: calc(100% - 70px); }
.con01 .list2 ul li .txt { color: #666; }
.con01 .list2 ul li .txt .h2 { font-size: 16px; line-height: 38px; }
.con01 .list2 ul li .txt .h2 strong { font-size: 38px; color: #333; }
.con01 .list2 ul li .txt .h3 { font-size: 16px; line-height: 20px; }
.con01 .list3 { }
.con01 .list3 ul li { float: left; width: calc((100% - 60px)/3); margin: 0 0 30px 30px; position: relative; }
.con01 .list3 ul li:nth-child(3n-2) { margin-left: 0; clear: left; }
.con01 .list3 ul li .img { padding-bottom: 75%; position: relative; overflow: hidden; }
.con01 .list3 ul li .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease; z-index: 1; }
.con01 .list3 ul li:hover .img img { transform: scale(1.1); }
.con01 .list3 ul li .img:before { content: ""; width: 100%; height: 100%; background: linear-gradient(to top, #000 0%, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%); position: absolute; top: 0; left: 0; z-index: 2; }
.con01 .list3 ul li:hover .img:before { background: linear-gradient(to top, #116e43 0%, rgb(17, 110, 67) 0%, rgba(0,74,149,0) 70%); }
.con01 .list3 ul li .txtbg { width: 100%; position: absolute; bottom: 0; left: 0; z-index: 3; }
.con01 .list3 ul li .txt { color: #fff; padding: 30px 5%; }
.con01 .list3 ul li .txt .h2 { font-size: 24px; line-height: 34px; }
.con01 .list3 ul li .txt .h3 { font-size: 14px; line-height: 24px; height: 0; transition: all .3s ease; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.con01 .list3 ul li:hover .txt .h3 { height: 48px; }
.con01 .list3 ul li .more2 { margin-top: 10px; }
.video1_box { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; display: none; }
.video1_close1 { width: 100%; height: 100%; background: rgba(0,0,0,.5); position: absolute; top: 0; left: 0; z-index: 1; }
.video1bg { width: 90%; max-width: 800px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; }
.video1_close2 { width: 20px; height: 20px; background: url(../images/chahao.png) center no-repeat; position: absolute; top: -20px; right: -20px; cursor: pointer; transition: all .3s ease; z-index: 2; }
.video1_close2:hover { transform: rotate(180deg); }
.video1 { }
.video1 video { display: block; width: 100%; }
.video1 iframe { display: block; width: 100%; height: 400px }
@media(max-width:999px) {
.video1 iframe { height: 200px }
.more1 span { width: 150px; line-height: 45px; font-size: 14px; }
.more2 span { width: 28px; height: 28px; }
.con01bg { padding: 40px 0 20px 0; }
.con01 .list1 { margin-bottom: 20px; display: block; }
.con01_lt { width: 100%; margin-bottom: 20px; }
.con01_lt .h2 { font-size: 18px; line-height: 28px; margin-bottom: 0; }
.con01_lt .h3 { font-size: 16px; line-height: 26px; margin-bottom: 10px; }
.con01_lt .h4 { font-size: 14px; line-height: 24px; margin-bottom: 20px; }
.con01_rt { width: 100%; display: none; }
.con01 .list2 { padding: 10px 0; margin-bottom: 20px; }
.con01 .list2 ul { flex-wrap: wrap; }
.con01 .list2 ul li { width: 50%; margin: 10px 0; }
.con01 .list2 ul li .nr_box { padding: 0 10px; }
.con01 .list2 ul li .imgbg { width: 30px; padding-right: 10px; }
.con01 .list2 ul li:nth-child(2n) .imgbg { border-right: none; }
.con01 .list2 ul li .img { height: 40px; }
.con01 .list2 ul li .txtbg { width: calc(100% - 40px); }
.con01 .list2 ul li .txt .h2 { font-size: 12px; line-height: 22px; }
.con01 .list2 ul li .txt .h2 strong { font-size: 22px; }
.con01 .list2 ul li .txt .h3 { font-size: 12px; line-height: 16px; }
.con01 .list3 ul li { width: 100%; margin: 0 0 20px 0; }
.con01 .list3 ul li .txt { padding: 20px 5%; }
.con01 .list3 ul li .txt .h2 { font-size: 24px; line-height: 34px; }
.con01 .list3 ul li .txt .h3 { font-size: 14px; line-height: 24px; height: 0; margin-top: 5px; }
.con01 .list3 ul li:hover .txt .h3 { height: 48px; }
.con01 .list3 ul li .more2 { margin-top: 10px; }
}
.tit1 { }
.tit1 .h2 { font-size: 32px; line-height: 42px; font-weight: bold; }
.tit1 .h3 { font-size: 16px; line-height: 26px; margin-top: 5px; }
.con02bg { padding: 100px 0; background: url(../images/bg2.png) center no-repeat; background-size: cover; }
.con02 { color: #fff; }
.con02 .list { }
.slideTxtBox_01 { }
.slideTxtBox_01 .hd { margin-top: -85px; text-align: right; margin-bottom: 30px; position: relative; z-index: 2; }
.slideTxtBox_01 .hd ul li { cursor: pointer; display: inline-block; text-align: center; width: 100px; transform: scale(.7); transition: all .3s ease; }
.slideTxtBox_01 .hd ul li.on { opacity: 1; transform: scale(1); }
.slideTxtBox_01 .hd ul li .img { padding-bottom: 100%; position: relative; overflow: hidden; border-radius: 100%; }
.slideTxtBox_01 .hd ul li .img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.slideTxtBox_01 .bd { }
.con02_list { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; flex-direction: row-reverse; }
.con02_list .lt { width: 48%; }
.con02_list .lt .h2 { font-size: 30px; line-height: 40px; margin-bottom: 25px; }
.con02_list .lt .h3 { font-size: 16px; line-height: 2em; margin-bottom: 5.2vw; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.con02_list .rt { width: 48%; }
.con02_list .rt .imgbg { padding: 20px; background: rgba(255, 255, 255, 0.33); border-radius: 20px; }
.con02_list .rt .img { padding-bottom: 65%; position: relative; overflow: hidden; border-radius: 20px; }
.con02_list .rt .img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con02_list .rt .img:before { content: ""; width: 100%; height: 100%; background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0)); transform: skewx(-25deg); position: absolute; top: 0; left: -120%; transition: all 1s ease; z-index: 2; }
.con02_list .rt:hover .img:before { left: 120%; }
 @media(max-width:999px) {
.tit1 .h2 { font-size: 24px; line-height: 34px; }
.tit1 .h3 { font-size: 16px; line-height: 26px; margin-top: 5px; }
.con02bg { padding: 40px 0; }
.slideTxtBox_01 .hd { margin-top: 20px; text-align: center; margin-bottom: 10px; }
.slideTxtBox_01 .hd ul li { width: 50px; }
.con02_list { display: block; }
.con02_list .lt { width: 100%; }
.con02_list .lt .h2 { font-size: 20px; line-height: 30px; margin-bottom: 20px; }
.con02_list .lt .h3 { font-size: 14px; line-height: 2em; margin-bottom: 10px; }
.con02_list .rt { width: 100%; margin-bottom: 20px; }
.con02_list .rt .imgbg { padding: 20px; }
}
.tit2 { text-align: center; }
.tit2 .h2 { font-size: 32px; line-height: 42px; font-weight: bold; }
.tit2 .h3 { font-size: 16px; line-height: 26px; margin-top: 5px; opacity: .5; }
.con03bg { padding: 60px 0 40px 0; background: #f7f8fc; }
.con03 { }
.con03 .list { margin-top: 40px; }
.con03 .list ul li { float: left; width: calc((100% - 90px)/4); margin: 0 0 30px 30px; position: relative; padding-top: 30px; }
.con03 .list ul li:nth-child(4n-3) { margin-left: 0; clear: left; }
.con03 .list ul li .nr_box { background: #fff; box-shadow: 0 0 15px rgba(0,0,0,.03); padding: 50px 40px; height: 120px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.con03 .list ul li .imgbg { width: 80px; position: relative; }
.con03 .list ul li .img { height: 85px; position: relative; overflow: hidden; }
.con03 .list ul li .img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }
.con03 .list ul li .img:before { content: ""; width: 100%; height: 100%; background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0)); transform: skewx(-25deg); position: absolute; top: 0; left: -120%; transition: all 1s ease; z-index: 2; }
.con03 .list ul li:hover .img:before { left: 120%; }
.con03 .list ul li .txtbg { width: calc(100% - 120px); }
.con03 .list ul li .txt { }
.con03 .list ul li .txt .h2 { font-size: 20px; line-height: 30px; font-weight: bold; color: var(--primary-color); margin-bottom: 5px; }
.con03 .list ul li .txt .h3 { font-size: 14px; line-height: 24px; }
.con03 .list ul li .num { text-align: center; width: 60px; line-height: 60px; border-radius: 100%; font-size: 30px; font-style: italic; background: var(--primary-color); color: #fff; position: absolute; top: 0; left: 40px; }
 @media(max-width:999px) {
.tit2 .h2 { font-size: 24px; line-height: 34px; }
.tit2 .h3 { font-size: 16px; line-height: 26px; margin-top: 5px; }
.con03bg { padding: 40px 0 20px 0; }
.con03 .list { margin-top: 20px; }
.con03 .list ul li { width: 100%; margin: 0 0 20px 0; padding-top: 30px; }
.con03 .list ul li .nr_box { padding: 50px 40px; height: 120px; }
.con03 .list ul li .imgbg { width: 80px; }
.con03 .list ul li .img { height: 85px; }
.con03 .list ul li .txtbg { width: calc(100% - 120px); }
.con03 .list ul li .txt .h2 { font-size: 20px; line-height: 30px; font-weight: bold; color: var(--primary-color); margin-bottom: 5px; }
.con03 .list ul li .txt .h3 { font-size: 14px; line-height: 24px; }
.con03 .list ul li .num { width: 60px; line-height: 60px; font-size: 30px; top: 0; left: 40px; }
}
.more3 { text-align: center; }
.more3 span { display: inline-block; text-align: center; border: 1px solid #ddd; border-radius: 4px; color: #999; font-size: 14px; line-height: 38px; padding: 0 10px; min-width: 120px; transition: all .3s ease; }
.more3 span:hover { border-color: var(--primary-color); background: var(--primary-color); color: #fff; }
.con04bg { padding: 40px 0 60px 0; background: #f7f8fc; }
.con04 { }
.con04 .list { margin-top: 40px; }
.con04 .list ul li { float: left; width: 25%; }
.con04 .list ul li .nr_box { padding: 0 10%; }
.con04 .list ul li .imgbg { margin: 0 auto; width: 88%; }
.con04 .list ul li .img { padding-bottom: 100%; position: relative; overflow: hidden; }
.con04 .list ul li .img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con04 .list ul li .img:before { content: ""; width: 100%; height: 100%; background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0)); transform: skewx(-25deg); position: absolute; top: 0; left: -120%; transition: all 1s ease; z-index: 2; }
.con04 .list ul li:hover .img:before { left: 120%; }
.con04 .list ul li .txt { text-align: center; margin-top: 20px; }
.con04 .list ul li .txt .h2 { font-size: 18px; line-height: 28px; margin-bottom: 15px; }
 @media(max-width:999px) {
.more3 span { font-size: 14px; line-height: 32px; padding: 0 10px; min-width: 80px; }
.con04bg { padding: 20px 0 20px 0; }
.con04 .list { margin-top: 20px; }
.con04 .list ul li { width: 50%; margin: 15px 0; }
.con04 .list ul li .nr_box { padding: 0 5%; }
.con04 .list ul li .imgbg { width: 90%; }
.con04 .list ul li .txt { margin-top: 10px; }
.con04 .list ul li .txt .h2 { font-size: 16px; line-height: 26px; margin-bottom: 10px; }
}
.con05bg { padding: 60px 0 60px 0; background: #f7f8fc; }
.con05 { }
.con05 .list { margin-top: 40px; }
.honor_swiper { position: relative; }
.honor_swiper .swiper-container { width: 100%; padding-bottom: 70px; }
.honor_swiper .swiper-container .swiper-slide { width: 320px; position: relative; overflow: hidden; }
.honor_swiper .swiper-container .swiper-slide img { display: block; width: 100%; }
.honor_swiper .swiper-container .swiper-slide .img:before { content: ""; width: 100%; height: 100%; background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0)); transform: skewx(-25deg); position: absolute; top: 0; left: -120%; transition: all 1s ease; z-index: 2; }
.honor_swiper .swiper-container .swiper-slide:hover .img:before { left: 120%; }
.honor_swiper .swiper-pagination { width: 100%; bottom: 0; height: 6px; }
.honor_swiper .swiper-pagination .swiper-pagination-bullet { vertical-align: top; width: 15px; height: 6px; border-radius: 6px; background: #000; opacity: .5; transition: all .3s ease; }
.honor_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 35px; background: var(--primary-color); opacity: 1; }
.honor_swiper .swiper-button-prev, .honor_swiper .swiper-button-next { text-align: center; width: 60px; height: 60px; line-height: 60px; margin-top: -30px; border-radius: 8px; background: rgba(0,0,0,.3); color: #fff; border-radius: 100%; font-size: 30px; opacity: 0; visibility: hidden; transition: all .3s ease; display: none; }
.honor_swiper:hover .swiper-button-prev, .honor_swiper:hover .swiper-button-next { opacity: 1; visibility: visible; }
.honor_swiper .swiper-button-prev:hover, .honor_swiper .swiper-button-next:hover { background: var(--primary-color); }
.honor_swiper .swiper-button-prev { left: 5%; }
.honor_swiper .swiper-button-next { right: 5%; }
 @media(max-width:999px) {
.con05bg { padding: 20px 0 20px 0; }
.con05 .list { margin-top: 20px; }
.honor_swiper .swiper-container { padding-bottom: 20px; }
.honor_swiper .swiper-container .swiper-slide { width: 120px; }
.honor_swiper .swiper-pagination { bottom: 0; height: 6px; }
.honor_swiper .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 6px; }
.honor_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 24px; }
.honor_swiper .swiper-button-prev, .honor_swiper .swiper-button-next { width: 40px; height: 40px; line-height: 40px; margin-top: -20px; font-size: 20px; }
}
.con06bg { padding: 60px 0 60px 0; background: #f7f8fc; }
.con06 { }
.con06 .tit2 { text-align: left; }
.con06 .list { }
.slideTxtBox_02 { }
.slideTxtBox_02 .hd { margin-top: -50px; text-align: right; margin-bottom: 60px; position: relative; z-index: 2; }
.slideTxtBox_02 .hd ul li { cursor: pointer; display: inline-block; text-align: center; font-size: 18px; line-height: 50px; background: #fff; color: #999; border-radius: 50px; overflow: hidden; margin-left: 20px; }
.slideTxtBox_02 .hd ul li a { display: block; padding: 0 40px; }
.slideTxtBox_02 .hd ul li.on a { background: var(--primary-color); color: #fff; }
.slideTxtBox_02 .bd { }
.con06_list { border-radius: 20px; background: #fff; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.con06_list .lt { width: 50%; position: relative; }
.con06_list .lt .img { height: 520px; position: relative; }
.con06_list .lt .img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con06_list .lt .img:before { content: ""; width: 100%; height: 100%; background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0)); transform: skewx(-25deg); position: absolute; top: 0; left: -120%; transition: all 1s ease; z-index: 3; }
.con06_list .lt:hover .img:before { left: 120%; }
.con06_list .lt .date { background: var(--primary-color); color: #fff; position: absolute; top: 0; right: 0; z-index: 1; font-size: 18px; line-height: 1em; padding: 20px 0; width: 100px; text-align: center; }
.con06_list .lt .date span { display: block; margin-bottom: 5px; }
.con06_list .lt .date strong { display: block; font-weight: normal; font-size: 22px; line-height: 1em; }
.con06_list .lt .txtbg { width: 100%; position: absolute; bottom: 0; left: 0; z-index: 3; }
.con06_list .lt .txt { padding: 50px 5%; color: #fff; }
.con06_list .lt .txt .h2 { font-size: 24px; line-height: 34px; margin-bottom: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.con06_list .lt .txt .h3 { font-size: 16px; line-height: 26px; opacity: .7; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.con06_list .rt { width: 50%; height: 520px; display: flex; align-items: center; }
.con06_list .rt ul { padding: 0 5%; width: 90%; }
.con06_list .rt ul li { border-bottom: 1px solid #ddd; font-size: 18px; height: 80px; line-height: 80px; }
.con06_list .rt ul li span { float: left; color: #999; font-size: 20px; }
.con06_list .rt ul li a { float: right; height: 80px; width: calc(100% - 80px); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
 @media(max-width:999px) {
.con06bg { padding: 20px 0 40px 0; }
.con06 .tit2 { text-align: center; }
.slideTxtBox_02 .hd { margin-top: 20px; text-align: center; margin-bottom: 20px; }
.slideTxtBox_02 .hd ul li { font-size: 16px; line-height: 36px; margin: 0 5px; }
.slideTxtBox_02 .hd ul li a { padding: 0 15px; }
.con06_list { display: block; }
.con06_list .lt { width: 100%; }
.con06_list .lt .img { height: auto; padding-bottom: 65%; }
.con06_list .lt .date { font-size: 14px; line-height: 1em; padding: 10px 0; width: 70px; }
.con06_list .lt .date span { margin-bottom: 5px; }
.con06_list .lt .date strong { font-size: 18px; line-height: 1em; }
.con06_list .lt .txt { padding: 15px 5%; }
.con06_list .lt .txt .h2 { font-size: 18px; line-height: 28px; margin-bottom: 5px; }
.con06_list .lt .txt .h3 { font-size: 14px; line-height: 24px; }
.con06_list .rt { width: 100%; height: auto; }
.con06_list .rt ul { padding: 15px 5%; width: 90%; }
.con06_list .rt ul li { font-size: 14px; height: 35px; line-height: 35px; }
.con06_list .rt ul li span { font-size: 14px; }
.con06_list .rt ul li a { height: 35px; width: calc(100% - 50px); }
}
.con07bg { padding: 60px 0 60px 0; }
.con07 { }
.con07 .list { margin-top: 40px; }
.con07 .list ul li { float: left; width: 15%; margin: 0 0 40px 2%; }
.con07 .list ul li:nth-child(6n-5) { margin-left: 0; clear: left; }
.con07 .list ul li .img { border: 1px solid #eee; box-shadow: 0 3px 6px 0 #eee; padding-bottom: 42%; position: relative; overflow: hidden; }
.con07 .list ul li .img img { max-width: 90%; max-height: 80%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con07 .list ul li .img:before { content: ""; width: 100%; height: 100%; background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0)); transform: skewx(-25deg); position: absolute; top: 0; left: -120%; transition: all 1s ease; z-index: 3; }
.con07 .list ul li:hover .img:before { left: 120%; }
 @media(max-width:999px) {
.con07bg { padding: 40px 0 40px 0; }
.con07 .list { margin-top: 20px; }
.con07 .list ul li { width: calc((100% - 20px)/3); margin: 0 0 20px 10px; }
.con07 .list ul li:nth-child(6n-5) { margin-left: 10px; clear: none; }
.con07 .list ul li:nth-child(3n-2) { margin-left: 0; clear: left; }
}
.foot { color: #fff; position: relative; padding-top: 120px; }
.foot svg { width: 100%; height: 120px; left: 0; position: absolute; top: 0; z-index: -1; }
.foot svg use { animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite; }
.foot svg use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; }
.foot svg use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; }
.foot svg use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; }
.foot svg use:nth-child(4) { animation-delay: -5s; animation-duration: 20s; }
.foot a { color: rgba(255,255,255,.8); }
.foot a:hover { color: #fff; }
.foot1bg { padding: 40px 0; background: var(--primary-color); }
.foot1 { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.foot1 .lt { width: 21%; }
.foot .f_logo { margin-bottom: 25px; }
.foot .f_logo img { max-width: 100%; }
.foot .f_contact { font-size: 14px; line-height: 24px; }
.foot .f_contact ul li { padding-left: 25px; position: relative; min-height: 24px; margin-bottom: 10px; }
.foot .f_contact ul li i { display: inline-block; line-height: 24px; width: 18px; font-size: 18px; text-align: center; position: absolute; top: 0; left: 0; }
.foot1 .ct { width: 280px; }
.foot .f_ewm { }
.foot .f_ewm ul li { float: left; margin: 0 5px; text-align: center; }
.foot .f_ewm ul li img { display: block; margin: 0 auto; width: 130px; height: 130px; background: #fff; border-radius: 10px; }
.foot .f_ewm ul li span { display: block; font-size: 14px; line-height: 24px; margin-top: 10px; }
.foot1 .rt { max-width: calc(79% - 280px); }
.foot .f_nav { font-size: 15px; line-height: 25px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.foot .f_nav dl { margin-left: 9.38vw; }
.foot .f_nav dl dt { font-size: 20px; line-height: 30px; color: #fff; margin-bottom: 20px; }
.foot .f_nav dl dd { margin-top: 5px; }
.foot2bg { background: var(--primary-color); position: relative; padding: 20px 0; }
.foot2bg:before { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.05); position: absolute; top: 0; left: 0; z-index: 1; }
.foot2 { position: relative; z-index: 2; }
.foot .f_info { font-size: 14px; line-height: 24px; text-align: center; }
.foot .f_info ul li { }
.foot .f_info a { display: inline-block; margin-right: 10px; }
 @media(max-width:999px) {
.foot { padding-top: 40px; }
.foot svg { height: 40px; }
.foot1bg { padding: 40px 0; }
.foot1 { display: block; }
.foot1 .lt { width: 100%; margin-bottom: 20px; }
.foot .f_logo { margin-bottom: 15px; }
.foot .f_contact { font-size: 14px; line-height: 24px; }
.foot .f_contact ul li { padding-left: 25px; min-height: 24px; margin-bottom: 10px; }
.foot .f_contact ul li i { line-height: 24px; width: 18px; font-size: 18px; }
.foot1 .ct { width: 100%; }
.foot .f_ewm { text-align: center; }
.foot .f_ewm ul li { float: none; display: inline-block; vertical-align: top; margin: 0 5px; }
.foot .f_ewm ul li img { width: 130px; height: 130px; }
.foot .f_ewm ul li span { font-size: 14px; line-height: 24px; margin-top: 10px; }
.foot1 .rt { display: none; }
.foot2bg { background: var(--primary-color); position: relative; padding: 20px 0; }
.foot .f_info { font-size: 12px; line-height: 22px; }
}
 @keyframes move-forever {  0% {
 transform: translate3d(-90px, 0, 0)
}
 100% {
 transform: translate3d(85px, 0, 0)
}
}
/*Add------------------------------------------------------------------------------*/

.inbanner { position: relative; }
.inbanner:before { content: ""; width: 100%; height: 30%; background: linear-gradient(180deg, var(--primary-color), rgba(0,135,48,0)); position: absolute; top: 0; left: 0; z-index: 2; }
.inbanner img { display: block; width: 100%; }
.inbanner_txtbg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; }
.inbanner_txt { color: #fff; }
.inbanner_txt .h2 { font-size: 36px; line-height: 46px; margin-bottom: 15px; }
.inbanner_txt .h3 { font-size: 18px; line-height: 28px; }
.inbarbg { border-bottom: solid 1px #e0e0e0; }
.inbar { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.innav { font-size: 16px; line-height: 26px; }
.innav ul { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.innav ul li { width: 160px; height: 80px; display: flex; justify-content: center; align-items: center; position: relative; }
.innav ul li a { display: block; }
.innav ul li > a:before { content: ""; width: 0; height: 3px; background: var(--primary-color); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all .3s ease; }
.innav ul li:hover > a:before { width: 90%; }
.innav ul li.hover { background: var(--primary-color); color: #fff; }
.innav ul li.hover > a { color: #fff; font-weight: bold; }
.weizhi { font-size: 14px; line-height: 44px; text-align: right; }
.weizhi i { margin-right: 5px; }
 @media(max-width:999px) {
.inbanner_txt .h2 { font-size: 24px; line-height: 28px; margin-bottom: 5px; }
.inbanner_txt .h3 { font-size: 14px; line-height: 18px; }
.inbar { display: block; padding: 10px 0; }
.innav { font-size: 16px; line-height: 26px; }
.innav ul { -webkit-justify-content: space-between; justify-content: space-between; flex-wrap: wrap; }
.innav ul li { width: calc((100% - 10px)/2 - 2px); height: 50px; border: 1px solid #cdcdcd; margin: 5px 0; }
.innav ul li > a:before { display: none; }
.innav ul li.hover { background: var(--primary-color); color: #fff; }
.innav ul li.hover > a { color: #fff; font-weight: bold; }
.weizhi { font-size: 14px; line-height: 24px; }
}
.tit3 { }
.tit3 .h2 { font-size: 24px; line-height: 34px; border-bottom: 1px solid #ddd; padding-bottom: 15px; }
.insidebg { padding: 40px 0 80px 0; }
.inside { }
.inside_lt { float: left; width: 20%; position: sticky; top: 100px; }
.side_a { background: #fff; border-radius: 10px 10px 0 0; overflow: hidden; margin-bottom: 30px; }
.side_a .h1 { font-size: 20px; line-height: 30px; font-weight: bold; background: var(--primary-color); color: #fff; padding: 15px 10px; text-align: center; }
.side_a > ul { padding: 0 15px; }
.side_a ul li { }
.side_a > ul > li { border-bottom: 1px solid #ebebeb; }
.side_a > ul > li:last-child { border-bottom: none; }
.side_a ul li span { display: block; padding: 15px 20px 15px 20px; position: relative; cursor: pointer; }
.side_a ul li span:hover, .side_a ul li.hover > span { color: var(--primary-color); }
.side_a ul li.active1 > span { }
.side_a ul li.active1 > span:hover { }
.side_a ul li > span:before { content: "\f105"; font: normal normal normal 14px/1 FontAwesome; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); transform-origin: center; }
.side_a ul li.has_sub > span:after { content: "\f067"; font: normal normal normal 12px/1 FontAwesome; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); transform-origin: center; }
.side_a ul li.has_sub.active1 > span:after { content: "\f068"; }
.side_a ul li a { display: inline-block; color: #333; }
.side_a > ul > li > span a { font-size: 14px; }
.side_a ul li span:hover a, .side_a ul li.hover > span a { color: var(--primary-color); }
.side_a ul li ul { padding: 0 0 10px 20px; display: none; }
.side_a ul li ul li { }
.side_a ul li ul li span { padding: 10px 20px 10px 20px; }
.side_a ul li ul li a { }
.side_b { background: #fff; padding: 30px 15px; }
.side_b .list { }
.side_b .list ul li { margin-top: 15px; }
.side_b .list ul li .nr_box { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.side_b .list ul li .imgbg { width: 35%; }
.side_b .list ul li .img { padding-bottom: 100%; position: relative; }
.side_b .list ul li .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.side_b .list ul li .txtbg { width: 65%; }
.side_b .list ul li .txt { padding: 0 0 0 15px; color: #666; }
.side_b .list ul li .txt .h2 { font-size: 16px; line-height: 26px; color: #333; margin-bottom: 5px; }
.side_b .list ul li:hover .txt .h2 { color: var(--primary-color); }
.side_b .list ul li .txt .h3 { font-size: 14px; line-height: 24px; color: #999; }
.inside_rt { float: right; width: 76%; }
.inside_con { background: #fff; padding: 30px; }
 @media(max-width:999px) {
.insidebg { padding: 30px 0 60px 0 }
.inside_lt { width: 100%; position: static; }
.side_b { display: none; }
.inside_rt { float: right; width: 100%; }
.inside_con { padding: 20px 5%; }
}
.product1 { }
.product1 ul li { float: left; width: calc((100% - 40px)/3); margin: 0 0 40px 20px; text-align: center; }
.product1 ul li:nth-child(3n-2) { margin-left: 0; clear: left; }
.product1 ul li .nr_box { border: 1px solid rgba(0,0,0,0.1); padding: 20px; position: relative; overflow: hidden; }
.product1 ul li .nr_box:before { content: ""; width: 0; height: 2px; background: var(--primary-color); position: absolute; bottom: 0; left: 0; transition: all .3s ease; }
.product1 ul li:hover .nr_box:before { width: 100%; }
.product1 ul li .img { padding-bottom: 100%; position: relative; overflow: hidden; }
.product1 ul li .img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease; }
.product1 ul li:hover .img img { transform: scale(1.1); }
.product1 ul li .txt1 { color: #666; margin-bottom: 20px; }
.product1 ul li .txt1 .h2 { font-size: 18px; line-height: 28px; height: 28px; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.product1 ul li:hover .txt1 .h2 { color: var(--primary-color); }
.product1 ul li .txt2 { color: #666; margin-top: 20px; }
.product1 ul li .txt2 .h3 { font-size: 15px; line-height: 25px; color: var(--primary-color); }
.product1 ul li .bg1 { width: 60px; height: 60px; position: absolute; top: 0; left: 0; z-index: 1; }
.product1 ul li .bg1:after { content: ""; width: 100%; height: 100%; background: url(../images/ico_search1.png) center no-repeat; background-size: 20px auto; position: absolute; top: 0; left: 0; z-index: 2; }
.product1 ul li .bg1:before { content: ""; width: 200%; height: 200%; background: var(--primary-color); transform: rotate(45deg); position: absolute; top: -120px; left: -120px; transition: all .3s ease; z-index: 1; }
.product1 ul li:hover .bg1:before { top: -60px; left: -60px; }
 @media(max-width:999px) {
.product1 ul li { width: calc((100% - 10px)/2); margin: 0 0 20px 10px; }
.product1 ul li:nth-child(3n-2) { margin-left: 10px; clear: none; }
.product1 ul li:nth-child(2n-1) { margin-left: 0; clear: left; }
.product1 ul li .nr_box { padding: 10px; }
.product1 ul li .txt1 { margin-bottom: 10px; }
.product1 ul li .txt1 .h2 { font-size: 14px; line-height: 24px; height: 24px; }
.product1 ul li .txt2 { margin-top: 10px; }
.product1 ul li .txt2 .h3 { font-size: 12px; line-height: 22px; }
.product1 ul li .bg1 { width: 40px; height: 40px; }
.product1 ul li .bg1:after { background-size: 14px auto; }
.product1 ul li .bg1:before { width: 200%; height: 200%; top: -80px; left: -80px; }
.product1 ul li:hover .bg1:before { top: -40px; left: -40px; }
}
.tit4 { border: 1px solid #e8e8e8; background: #faf9f9; padding: 20px; }
.tit4 .h2 { font-size: 18px; line-height: 28px; font-weight: bold; }
.job1 { margin-top: 20px; }
.job1 .list1 { margin-bottom: 60px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.job1 .list1 .lt { width: 320px; }
.job1 .list1 .lt .h2 { font-size: 36px; line-height: 46px; font-family: Impact; }
.job1 .list1 .lt .h3 { font-size: 30px; line-height: 40px; }
.job1 .list1 .rt { width: calc(100% - 320px); }
.job1 .list1 .rt .txt { font-size: 16px; line-height: 26px; }
.job1 .list2 { background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 20px; color: #fff; padding: 80px 5%; margin-bottom: 80px; }
.job1 .list2 .txt { }
.job1 .list2 .txt .h2 { font-size: 36px; line-height: 46px; font-weight: bold; margin-bottom: 20px; }
.job1 .list2 .txt .h3 { font-size: 18px; line-height: 28px; }
.job1 .list2 .txt .h3 span { display: inline-block; margin-right: 5.2vw; }
.job1 .list3 { }
.job1 .list3 .tit4 { margin-bottom: 40px; }
.job_list { font-size: 16px; line-height: 26px; }
.job_list dl { }
.job_list dl dt { padding: 20px 10px; background: var(--primary-color); color: #fff; font-weight: bold; font-size: 18px; line-height: 28px; margin-bottom: 20px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.job_list dl dd { padding: 15px 10px; background: #f5f5f5; margin-bottom: 20px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.job_list span { padding: 0 10px; }
.job_list span.w1 { width: 40%; }
.job_list span.w2 { width: 20%; text-align: center; }
.job_list span.w3 { width: 20%; text-align: center; }
.job_list span.w4 { width: 20%; text-align: center; }
 @media(max-width:999px) {
.tit4 { padding: 10px; }
.tit4 .h2 { font-size: 14px; line-height: 24px; }
.job1 { margin-top: 0px; }
.job1 .list1 { margin-bottom: 60px; display: block; }
.job1 .list1 .lt { width: 100%; margin-bottom: 10px; }
.job1 .list1 .lt .h2 { font-size: 36px; line-height: 46px; }
.job1 .list1 .lt .h3 { font-size: 30px; line-height: 40px; }
.job1 .list1 .rt { width: 100%; }
.job1 .list1 .rt .txt { font-size: 16px; line-height: 26px; }
.job1 .list2 { border-radius: 20px; padding: 40px 5%; margin-bottom: 60px; }
.job1 .list2 .txt .h2 { font-size: 22px; line-height: 32px; margin-bottom: 20px; }
.job1 .list2 .txt .h3 { font-size: 14px; line-height: 24px; }
.job1 .list2 .txt .h3 span { display: block; margin-right: 0; margin-top: 10px; }
.job1 .list3 .tit4 { margin-bottom: 20px; }
.job_list { font-size: 12px; line-height: 16px; }
.job_list dl dt { padding: 15px 10px; font-size: 14px; line-height: 18px; margin-bottom: 10px; }
.job_list dl dd { padding: 10px 10px; margin-bottom: 10px; }
.job_list span { padding: 0 10px; }
.job_list span.w1 { width: 100%; }
.job_list span.w2 { width: 20%; display: none; }
.job_list span.w3 { width: 20%; display: none; }
.job_list span.w4 { width: 20%; display: none; }
}
.tit5 { border-bottom: 1px solid rgba(0, 0, 0, .1); padding-bottom: 20px; }
.tit5 .h2 { font-size: 28px; line-height: 38px; }
.more4 { }
.more4 span { display: inline-block; text-align: center; font-size: 16px; line-height: 36px; width: 150px; border-radius: 4px; background: var(--primary-color); color: #fff; }
.more4 span:hover { }
.job_detail1 { }
.job_detail1_lt { background: #fff; padding: 30px; }
.job_detail1_top { position: relative; }
.job_detail1_top .more4 { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.job_detail1_lt .list { margin-top: 30px; }
.job_detail1_lt .xiangqing { font-size: 16px; line-height: 26px; }
 @media(max-width:999px) {
.tit5 { padding-bottom: 20px; }
.tit5 .h2 { font-size: 20px; line-height: 30px; }
.more4 span { font-size: 12px; line-height: 32px; width: 100px; }
.job_detail1_lt { padding: 30px 20px; }
.job_detail1_top .more4 { position: absolute; right: 0; top: 30%; transform: translateY(-50%); }
.job_detail1_lt .list { margin-top: 30px; }
.job_detail1_lt .xiangqing { font-size: 16px; line-height: 26px; }
}
.tit6 { text-align: center; border-bottom: 1px solid rgba(0,0,0,.1); padding-bottom: 15px; }
.tit6 .h2 { font-size: 36px; line-height: 46px; font-weight: bold; }
.service_box { margin-top: 20px; }
.service1 { margin-bottom: 60px; }
.service1 .list { margin-top: 30px; }
.service1 .list ul li { float: left; width: calc((100% - 45px)/4); margin: 0 0 15px 15px; }
.service1 .list ul li:nth-child(4n-3) { margin-left: 0; clear: left; }
.service1 .list ul li .nr_box { background: #f3f3f3; padding: 20px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.service1 .list ul li .txtbg { width: calc(100% - 80px); }
.service1 .list ul li .txt { }
.service1 .list ul li .txt .h2 { font-size: 20px; line-height: 30px; }
.service1 .list ul li .txt .h3 { font-size: 14px; line-height: 24px; }
.service1 .list ul li .txt .line1 { width: 40px; height: 2px; background: #999; margin-top: 10px; }
.service1 .list ul li .imgbg { width: 60px; }
.service1 .list ul li .img { height: 60px; position: relative; }
.service1 .list ul li .img img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.service2 { margin-bottom: 80px; }
.service2 .list1 { font-size: 16px; line-height: 26px; margin-top: 20px; margin-bottom: 60px; }
.service2 .list2 { }
.service2 .list2 ul li { float: left; width: 20%; text-align: center; }
.service2 .list2 ul li .nr_box { padding: 0 20px; }
.service2 .list2 ul li .num { margin: 0 auto; width: 74px; height: 74px; line-height: 74px; border: 1px solid #ccc; border-radius: 100%; font-size: 40px; }
.service2 .list2 ul li .num span { }
.service2 .list2 ul li .txt { margin-top: 20px; }
.service2 .list2 ul li .txt .h2 { font-size: 18px; line-height: 28px; margin-bottom: 10px; }
.service2 .list2 ul li .txt .h3 { font-size: 14px; line-height: 24px; }
.service3 { }
.service3 .list { margin-top: 40px; }
.faq_list { }
.faq_list ul li { border-bottom: 1px rgba(218,218,241,.52) solid; }
.faq_list ul li:last-child { border-bottom: none; }
.faq_list ul li .h2 { background: var(--primary-color); color: #fff; padding: 15px 20px; font-size: 16px; line-height: 26px; cursor: pointer; }
.faq_list ul li .h2 span { }
.faq_list ul li .h2 i { margin-right: 5px; }
.faq_list ul li .txt { display: none; }
.faq_list ul li .txt .h3 { padding: 20px 20px 20px 35px; font-size: 16px; line-height: 26px; }
 @media(max-width:999px) {
.tit6 { padding-bottom: 15px; text-align: left; }
.tit6 .h2 { font-size: 24px; line-height: 34px; }
.service_box { margin-top: 0; }
.service1 { margin-bottom: 30px; }
.service1 .list { margin-top: 15px; }
.service1 .list ul li { width: 100%; margin: 0 0 10px 0; }
.service1 .list ul li .nr_box { padding: 20px; }
.service1 .list ul li .txtbg { width: calc(100% - 80px); }
.service1 .list ul li .txt .h2 { font-size: 18px; line-height: 28px; }
.service1 .list ul li .txt .h3 { font-size: 12px; line-height: 22px; }
.service1 .list ul li .txt .line1 { width: 40px; height: 2px; margin-top: 10px; }
.service1 .list ul li .imgbg { width: 60px; }
.service1 .list ul li .img { height: 60px; }
.service2 { margin-bottom: 30px; }
.service2 .list1 { font-size: 14px; line-height: 24px; margin-top: 20px; margin-bottom: 20px; }
.service2 .list2 ul li { width: 50%; margin-bottom: 20px; }
.service2 .list2 ul li .nr_box { padding: 0 10px; }
.service2 .list2 ul li .num { width: 68px; height: 68px; line-height: 68px; font-size: 36px; }
.service2 .list2 ul li .txt { margin-top: 10px; }
.service2 .list2 ul li .txt .h2 { font-size: 18px; line-height: 28px; margin-bottom: 5px; }
.service2 .list2 ul li .txt .h3 { font-size: 14px; line-height: 24px; }
.service3 .list { margin-top: 15px; }
.faq_list ul li .h2 { padding: 10px 20px; font-size: 16px; line-height: 20px; }
.faq_list ul li .h2 i { margin-right: 5px; }
.faq_list ul li .txt .h3 { padding: 20px 20px 20px 20px; font-size: 16px; line-height: 26px; }
}
.profile1bg { padding: 60px 0 40px 0; background: url(../images/aboutbg1.jpg) center no-repeat; background-size: cover; }
.profile1 { }
.profile1 .list1 { margin-bottom: 80px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.profile1_lt { width: 59%; }
.profile1_lt .h2 { font-size: 34px; line-height: 44px; font-weight: bold; margin-bottom: 10px; }
.profile1_lt .h3 { font-size: 28px; line-height: 38px; margin-bottom: 40px; }
.profile1_lt .h4 { font-size: 16px; line-height: 26px; }
.profile1_rt { width: 33%; position: relative; }
.profile1_rt span { text-align: center; width: 26px; font-size: 16px; line-height: 26px; padding: 20px 10px; background: var(--primary-color); color: #fff; position: absolute; top: 0; right: 100%; }
.profile1_rt span:before { content: ""; width: 100%; height: 200%; background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0)); transform: skewx(-25deg); position: absolute; top: 0; left: -120%; transition: all .3s ease; }
.profile1_rt span:hover:before { left: 120%; }
.profile1_rt .img { position: relative; cursor: pointer; }
.profile1_rt .img img { display: block; width: 100%; }
.profile1_rt .img:before { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,.5); position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all .3s ease; }
.profile1_rt .img:hover:before { opacity: 1; visibility: visible; }
.profile1_rt .img:after { content: ""; width: 80px; height: 80px; background: url(../images/ico_play.png) center no-repeat; position: absolute; top: 50%; left: 50%; transform: scale(0) translate(-50%, -50%); transition: all .3s ease; }
.profile1_rt .img:hover:after { transform: scale(1) translate(-50%, -50%); }
.profile1 .list2 { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 30px 0; margin-bottom: 50px; }
.profile1 .list2 ul { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.profile1 .list2 ul li { width: 25%; }
.profile1 .list2 ul li .nr_box { padding: 0 20px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; }
.profile1 .list2 ul li .imgbg { width: 40px; padding-right: 20px; border-right: 1px solid #e5e5e5; }
.profile1 .list2 ul li:last-child .imgbg { border-right: none; }
.profile1 .list2 ul li .img { width: 40px; height: 40px; position: relative; }
.profile1 .list2 ul li .img img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.profile1 .list2 ul li .txtbg { width: calc(100% - 70px); }
.profile1 .list2 ul li .txt { color: #666; }
.profile1 .list2 ul li .txt .h2 { font-size: 16px; line-height: 38px; }
.profile1 .list2 ul li .txt .h2 strong { font-size: 38px; color: #333; }
.profile1 .list2 ul li .txt .h3 { font-size: 16px; line-height: 20px; }
.profile1 .list3 { }
.profile1 .list3 ul li { float: left; width: calc((100% - 60px)/3); margin: 0 0 30px 30px; position: relative; }
.profile1 .list3 ul li:nth-child(3n-2) { margin-left: 0; clear: left; }
.profile1 .list3 ul li .img { padding-bottom: 75%; position: relative; overflow: hidden; }
.profile1 .list3 ul li .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease; z-index: 1; }
.profile1 .list3 ul li:hover .img img { transform: scale(1.1); }
.profile1 .list3 ul li .img:before { content: ""; width: 100%; height: 100%; background: linear-gradient(to top, #000 0%, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%); position: absolute; top: 0; left: 0; z-index: 2; }
.profile1 .list3 ul li:hover .img:before { background: linear-gradient(to top, #004a95 0%, rgba(0,74,149,0.5) 0%, rgba(0,74,149,0) 70%); }
.profile1 .list3 ul li .txtbg { width: 100%; position: absolute; bottom: 0; left: 0; z-index: 3; }
.profile1 .list3 ul li .txt { color: #fff; padding: 30px 5%; }
.profile1 .list3 ul li .txt .h2 { font-size: 24px; line-height: 34px; }
.profile1 .list3 ul li .txt .h3 { font-size: 14px; line-height: 24px; height: 0; transition: all .3s ease; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.profile1 .list3 ul li:hover .txt .h3 { height: 48px; }
.profile1 .list3 ul li .more2 { margin-top: 10px; }
 @media(max-width:999px) {
.profile1bg { padding: 40px 0 20px 0; }
.profile1 .list1 { margin-bottom: 20px; display: block; }
.profile1_lt { width: 100%; margin-bottom: 20px; }
.profile1_lt .h2 { font-size: 18px; line-height: 28px; margin-bottom: 0; }
.profile1_lt .h3 { font-size: 16px; line-height: 26px; margin-bottom: 10px; }
.profile1_lt .h4 { font-size: 14px; line-height: 24px; }
.profile1_rt { width: 100%; display: none; }
.profile1 .list2 { padding: 10px 0; margin-bottom: 20px; }
.profile1 .list2 ul { flex-wrap: wrap; }
.profile1 .list2 ul li { width: 50%; margin: 10px 0; }
.profile1 .list2 ul li .nr_box { padding: 0 10px; }
.profile1 .list2 ul li .imgbg { width: 30px; padding-right: 10px; }
.profile1 .list2 ul li:nth-child(2n) .imgbg { border-right: none; }
.profile1 .list2 ul li .img { height: 40px; }
.profile1 .list2 ul li .txtbg { width: calc(100% - 40px); }
.profile1 .list2 ul li .txt .h2 { font-size: 12px; line-height: 22px; }
.profile1 .list2 ul li .txt .h2 strong { font-size: 22px; }
.profile1 .list2 ul li .txt .h3 { font-size: 12px; line-height: 16px; }
.profile1 .list3 ul li { width: 100%; margin: 0 0 20px 0; }
.profile1 .list3 ul li .txt { padding: 20px 5%; }
.profile1 .list3 ul li .txt .h2 { font-size: 24px; line-height: 34px; }
.profile1 .list3 ul li .txt .h3 { font-size: 14px; line-height: 24px; height: 0; margin-top: 5px; }
.profile1 .list3 ul li:hover .txt .h3 { height: 48px; }
.profile1 .list3 ul li .more2 { margin-top: 10px; }
}
.culture1 { margin-top: 20px; }
.culture1 ul li { }
.culture1 ul li .nr_box { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.culture1 ul li:nth-child(2n) .nr_box { flex-direction: row-reverse; }
.culture1 ul li .imgbg { width: 50%; }
.culture1 ul li .img { }
.culture1 ul li .img img { display: block; width: 100%; }
.culture1 ul li .txtbg { width: 50%; }
.culture1 ul li .txt { padding: 0 5%; }
.culture1 ul li .txt .h2 { font-size: 24px; line-height: 34px; font-weight: bold; color: var(--primary-color); margin-bottom: 5px; }
.culture1 ul li .txt .h3 { font-size: 14px; line-height: 24px; margin-bottom: 35px; }
.culture1 ul li .txt .h4 { font-size: 18px; line-height: 28px; }
 @media(max-width:999px) {
.culture1 { margin-top: 10px; }
.culture1 ul li { background: #fafafa; margin-bottom: 20px; }
.culture1 ul li .nr_box { display: block; }
.culture1 ul li .imgbg { width: 100%; }
.culture1 ul li .txtbg { width: 100%; }
.culture1 ul li .txt { padding: 15px 5%; }
.culture1 ul li .txt .h2 { font-size: 24px; line-height: 34px; margin-bottom: 5px; }
.culture1 ul li .txt .h3 { font-size: 14px; line-height: 24px; margin-bottom: 20px; }
.culture1 ul li .txt .h4 { font-size: 18px; line-height: 28px; }
}
.video_list1 { margin-top: 20px; }
.video_list1 ul li { float: left; width: calc((100% - 60px)/3); margin: 0 0 30px 30px; cursor: pointer; }
.video_list1 ul li:nth-child(3n-2) { margin-left: 0; clear: left; }
.video_list1 ul li .img { padding-bottom: 56%; position: relative; overflow: hidden; }
.video_list1 ul li .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease; z-index: 1; }
.video_list1 ul li .img:before { content: ""; width: 100%; height: 100%; background: rgba(255,255,255,.3); position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all .3s ease; z-index: 2; }
.video_list1 ul li .img:hover:before { opacity: 1; visibility: visible; }
.video_list1 ul li .img:after { content: ""; width: 80px; height: 80px; background: url(../images/ico_play.png) center no-repeat; position: absolute; top: 50%; left: 50%; transform: scale(0) translate(-50%, -50%); transition: all .3s ease; z-index: 3; }
.video_list1 ul li .img:hover:after { transform: scale(1) translate(-50%, -50%); }
.video_list1 ul li .h2 { margin-top: 15px; font-size: 15px; line-height: 25px; }
 @media(max-width:999px) {
.video_list1 { margin-top: 10px; }
.video_list1 ul li { width: 100%; margin: 0 0 30px 0; }
.video_list1 ul li .h2 { margin-top: 15px; font-size: 15px; line-height: 25px; }
}
