/*common start*/
:root {  --primary-color: #eab318;
 --secondary-color: #06283d;
 --third-color: #256d85;
 --main-color: #eab318;
 --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; font-family: Arial, 'Microsoft YaHei'; color: #333; overflow-x: hidden; }
a { color: #333; }
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: 1200px; margin: 0 auto; }
.wapper2 { width: 90%; margin: 0 auto; min-width: 1200px; }
input, textarea, select { outline: none; font-family: Arial, 'Microsoft YaHei'; }
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; }
.wapper2 { width: 90%; min-width: 0; }
}
/*common end*/


.head { width: 100%; position: absolute; z-index: 55; left: 0; top: 0; transition: all .3s ease; }
.head2bg { }
.head2 { height: 120px; transition: all .3s ease; display: flex; justify-content: space-between; align-items: center; }
.head .logo { width: 20%; height: 60px; position: relative; }
.head .logo img { max-width: 100%; max-height: 90%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto 0; }
/*menu*/
.head .menu { width: 80%; height: 60px; line-height: 60px; }
.head .menu > ul { display: flex; justify-content: center; align-items: center; }
.head .menu > ul > li { padding: 0 1.04vw; }
.head .menu > ul > li.menu_down { position: relative; }
.head .menu > ul > li > a { color: #fff; display: block; font-size: 16px; font-weight: bold; position: relative; }
.head .menu > ul > li > a:hover, .head .menu > ul > li:hover > a, .head .menu > ul > li.hover > a { color: var(--primary-color); }
.head .menu > ul > li.menu_down > a:after { content: "\f107"; font: normal normal normal 14px/1 FontAwesome; margin-left: 5px; }
.head .menu > ul > li ul { width: fit-content; min-width: 180px; padding: 10px 0; background: #fff; box-shadow: 0 0 15px 0 rgba(0,0,0,.1); position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 5; display: none; }
.head .menu > ul > li ul li { position: relative; }
.head .menu > ul > li ul li a { color: #666; display: block; font-weight: bold; font-size: 14px; line-height: 24px; padding: 5px 5px; white-space: nowrap; position: relative; text-align: center; text-decoration: underline; }
.head .menu > ul > li ul li a:hover, .head .menu > ul > li > ul li:hover > a { color: var(--primary-color); }
.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_height { height: 0; }
.head.active1 {    background: #ffffff40; }
 @media(max-width:999px) {
.head_height { height: 60px; }
.head { background: #000; }
.head2 { height: 60px; }
.head .logo { width: 50%; height: 60px; }
.head .logo img { max-height: 90%; }
.head .menu { display: none; }
}
/**/
.head .nav_open { width: 24px; height: 20px; cursor: pointer; display: none; position: relative; display: none; }
.head .nav_open i, .head .nav_open:before, .head .nav_open:after { width: 24px; height: 2px; background: #fff; 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% - 60px); position: fixed; left: 0; top: 60px; display: none; }
.head .nav_close1 { width: 100%; height: 100%; background: rgba(0,0,0,.1); position: absolute; left: 0; top: 0; z-index: 998; }
.head .navbg { width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: 0; z-index: 999; transform: translateX(100%); transition: all .3s ease; }
.head .nav_box.active1 .navbg { transform: translateX(0); }
.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 20px; }
.head .nav_list > ul > li { padding: 10px 20px; }
.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; }
.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; }
}
.head .nav_list .h_phone { margin: 10px 0 0 5%; }
.banner_swiper { position: relative; }
.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-pagination { bottom: 20px; height: 12px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet { vertical-align: top; width: 12px; height: 12px; background: #fff; opacity: .5; transition: all .3s ease; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: var(--primary-color); opacity: 1; }
.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next { width: 40px; height: 40px; margin-top: -20px; background-size: 16px 32px; font-size: 0; transition: all .3s ease; }
.banner_swiper .swiper-button-prev:hover, .banner_swiper .swiper-button-next:hover { }
.banner_swiper .swiper-button-prev { left: 5%; }
.banner_swiper .swiper-button-next { right: 5%; }
 @media(max-width:999px) {
.banner_swiper .swiper-container .swiper-slide img { min-height: 0; }
.banner_swiper .swiper-pagination { bottom: 10px; height: 8px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; }
}
.more1 { }
.more1 a { display: inline-block; color: var(--primary-color); font-size: 16px; line-height: 19px; font-weight: bold; }
.more1 span { display: inline-block; vertical-align: top; position: relative; }
.more1 span:before { content: ""; width: 100%; height: 1px; background: var(--primary-color); position: absolute; bottom: 0; left: 0; }
.more1 span:after { content: ""; width: 0; height: 1px; background: #fff; position: absolute; bottom: 0; left: 0; transition: all .3s ease; }
.more1 a:hover span:after { width: 100%; }
.more1 i { display: inline-block; vertical-align: top; width: 16px; height: 19px; background: url(../images/ico_more1.png) center no-repeat; margin-left: 10px; }
.con01bg { padding: 120px 0; }
.con01 { display: flex; justify-content: space-between; align-items: center; }
.con01_lt { width: 56%; }
.con01_lt .nr_box { padding: 0 10% 0 0; }
.con01_lt .h2 { font-size: 28px; line-height: 46px; margin-bottom: 35px; }
.con01_lt .h3 { font-size: 18px; line-height: 28px; margin-bottom: 35px; }
.con01_lt .h4 { font-size: 16px; line-height: 26px; margin-bottom: 35px; }
.con01_lt .h4 ul { display: flex; justify-content: space-between; /* align-items: center;*/ flex-wrap: wrap; }
.con01_lt .h4 li { min-width: calc(50% - 35px); padding-left: 35px; position: relative;  margin-bottom: .78vw;
}
.con01_lt .h4 li:before { content: "\f00c"; font: normal normal normal 14px / 1 FontAwesome; color: var(--primary-color); line-height: 26px; position: absolute; left: 0; top: 0; }
.con01_rt { width: 500px; }
.slideTxtBox_01 { border: 2px dotted var(--primary-color); height: 496px; border-radius: 100%; position: relative; }
.slideTxtBox_01 .hd { }
.slideTxtBox_01 .hd ul li { position: absolute; transform: translate(-50%, -50%); z-index: 3; }
.slideTxtBox_01 .hd ul li a { }
.slideTxtBox_01 .hd ul li .img { width: 66px; height: 66px; border: 2px solid var(--primary-color); border-radius: 100%; background: #fff; position: relative; overflow: hidden; }
.slideTxtBox_01 .hd ul li .img img { max-width: 70%; max-height: 70%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.slideTxtBox_01 .hd ul li:nth-child(1) { top: 0; left: 50%; }
.slideTxtBox_01 .hd ul li:nth-child(2) { top: 66%; left: 97%; }
.slideTxtBox_01 .hd ul li:nth-child(3) { top: 66%; left: 3%; }
.slideTxtBox_01 .bd { width: 396px; height: 396px; border: 2px solid var(--primary-color); border-radius: 100%; margin: 50px auto; }
.con01_nr_box { position: relative; }
.con01_nr_box .imgbg { }
.con01_nr_box .img { height: 396px; position: relative; border-radius: 100%; overflow: hidden; }
.con01_nr_box .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con01_nr_box .txtbg { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.con01_nr_box .txt { padding: 0 5%; text-align: center; color: #fff; }
.con01_nr_box .txt .h2 { font-size: 20px; line-height: 30px; font-weight: bold; margin-bottom: 15px; }
.con01_nr_box .txt .h3 { font-size: 18px; line-height: 28px; }
 @media(max-width:999px) {
.con01bg { padding: 60px 0; }
.con01 { display: block; }
.con01_lt { width: 100%; margin-bottom: 60px; }
.con01_lt .nr_box { padding: 0; }
.con01_lt .h2 { font-size: 28px; line-height: 38px; margin-bottom: 10px; }
.con01_lt .h3 { font-size: 18px; line-height: 28px; margin-bottom: 10px; }
.con01_lt .h4 { margin-bottom: 10px; }
.con01_lt .h4 li { min-width: calc(100% - 35px); padding-left: 35px;  margin-bottom: .78vw;
}
.con01_rt { width: 300px; margin: 0 auto; }
.slideTxtBox_01 { height: 296px; }
.slideTxtBox_01 .hd ul li .img { width: 66px; height: 66px; border: 2px solid var(--primary-color); border-radius: 100%; background: #fff; position: relative; overflow: hidden; }
.slideTxtBox_01 .hd ul li .img img { max-width: 70%; max-height: 70%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.slideTxtBox_01 .hd ul li:nth-child(1) { top: 0; left: 50%; }
.slideTxtBox_01 .hd ul li:nth-child(2) { top: 66%; left: 97%; }
.slideTxtBox_01 .hd ul li:nth-child(3) { top: 66%; left: 3%; }
.slideTxtBox_01 .bd { width: 196px; height: 196px; margin: 50px auto; }
.con01_nr_box .img { height: 196px; }
.con01_nr_box .txt .h2 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
.con01_nr_box .txt .h3 { font-size: 12px; line-height: 16px; }
}
.tit1 { }
.tit1 .h2 { font-size: 36px; line-height: 46px; }
.con02bg { padding: 60px 0; background: var(--secondary-color); }
.con02 { }
.con02 .tit1 { text-align: right; color: #fff; }
.con02 .list { margin-top: 40px; }
.con02 .list ul { display: flex; justify-content: flex-start; /* align-items: center;*/ flex-wrap: wrap; }
.con02 .list ul li { width: calc((100% - 80px)/3); margin: 0 0 40px 40px; background: #fff; }
.con02 .list ul li:nth-child(3n-2) { margin-left: 0; }
.con02 .list ul li .img { padding-bottom: 100%; position: relative; overflow: hidden; }
.con02 .list ul li .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con02 .list ul li .txt { padding: 15px 10px; border-left: 3px solid var(--primary-color); }
.con02 .list ul li .txt .h2 { font-size: 16px; line-height: 26px; }
 @media(max-width:999px) {
.con02bg { padding: 60px 0; }
.con02 .list { margin-top: 40px; }
.con02 .list ul li { width: 100%; margin: 0 0 40px 0; }
.con02 .list ul li .txt { padding: 15px 10px; }
.con02 .list ul li .txt .h2 { font-size: 16px; line-height: 26px; }
}
.more2 { }
.more2 span { display: inline-block; text-align: center; font-size: 16px; font-weight: bold; line-height: 60px; padding: 0 45px; border: 1px solid #333; background: #fff; color: #333; transition: all .3s ease; }
.more2 span:hover { border-color: var(--third-color); background: var(--third-color); color: #fff; }
.con03bg { padding: 100px 0; }
.con03 { }
.con03 .list { margin-top: 40px; }
.con03 .list ul li { }
.con03 .list ul li .nr_box { display: flex; justify-content: space-between; /* align-items: center;*/ }
.con03 .list ul li .imgbg { width: 46%; }
.con03 .list ul li .img { padding-bottom: 56%; position: relative; }
.con03 .list ul li .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con03 .list ul li .txtbg { width: 46%; }
.con03 .list ul li .txt { }
.con03 .list ul li .txt .h2 { font-size: 14px; line-height: 24px; border-left: 3px solid var(--primary-color); padding: 8px 0 8px 10px; margin-bottom: 25px; }
.con03 .list ul li .txt .h3 { font-size: 36px; line-height: 46px; border-top: 1px solid #e4e4e4; padding-top: 45px; margin-bottom: 35px; }
.con03 .list ul li .txt .h4 { font-size: 18px; line-height: 28px; margin-bottom: 60px; }
 @media(max-width:999px) {
.more2 span { font-size: 16px; line-height: 60px; padding: 0 45px; }
.con03bg { padding: 60px 0; }
.con03 .list { margin-top: 40px; }
.con03 .list ul li .nr_box { display: block; }
.con03 .list ul li .imgbg { width: 100%; margin-bottom: 20px; }
.con03 .list ul li .txtbg { width: 100%; }
.con03 .list ul li .txt .h2 { font-size: 14px; line-height: 24px; padding: 0 0 0 10px; margin-bottom: 5px; }
.con03 .list ul li .txt .h3 { font-size: 28px; line-height: 38px; padding-top: 10px; margin-bottom: 10px; }
.con03 .list ul li .txt .h4 { font-size: 18px; line-height: 28px; margin-bottom: 15px; }
}
.foot { color: rgba(255,255,255,.7); background: #161616 url(../images/footbg.svg) right center no-repeat; background-size: contain; }
.foot a { color: rgba(255,255,255,.7); }
.foot a:hover { color: #fff; }
.foot1bg { padding: 60px 0; }
.foot1 { display: flex; justify-content: space-between; /* align-items: center;*/ }
.foot1 .lt { width: 83%; }
.foot .f_nav { font-size: 16px; line-height: 26px; display: flex; justify-content: space-between; /* align-items: center;*/ }
.foot .f_nav dl { /*width: 100%;*/ }
.foot .f_nav dl dt { font-size: 18px; line-height: 28px; margin-bottom: 35px; }
.foot .f_nav dl dt i { display: inline-block; vertical-align: top; width: 16px; height: 28px; background: url(../images/fico_tit1.png) center no-repeat; margin-left: 10px; }
.foot .f_nav dl dd { margin-top: 15px; }
.foot .f_nav dl dd a:before { content: "\f105"; font: normal normal normal 14px / 1 FontAwesome; margin-right: 10px; }
.foot1 .rt { width: 17%; text-align: right; }
.foot .f_logo { border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 25px; margin-bottom: 25px; }
.foot .f_logo img { max-width: 100%; max-height: 50px; }
.foot .f_contact { font-size: 14px; line-height: 24px; }
.foot .f_contact ul li { margin-top: 15px; }
.foot2bg { }
.foot2 { color: rgba(255,255,255,.5); padding: 40px 0; border-top: 1px solid rgba(255,255,255,.1); }
.foot2 a { color: var(--primary-color); text-decoration: underline; }
.foot2 a:hover { color: var(--third-color); }
.foot .f_info { font-size: 14px; line-height: 24px; text-align: center; }
 @media(max-width:999px) {
.foot { padding-bottom: 60px; }
.foot1bg { padding: 40px 0; }
.foot1 { display: block; }
.foot1 .lt { display: none; }
.foot1 .rt { width: 100%; text-align: center; }
.foot .f_logo { border-bottom: none; padding-bottom: 0; margin-bottom: 25px; }
.foot .f_contact { font-size: 14px; line-height: 24px; }
.foot .f_contact ul li { margin-top: 15px; }
.foot2 { padding: 20px 0; }
.foot .f_info { font-size: 14px; line-height: 24px; text-align: center; }
}
/*Add------------------------------------------------------------------------------*/

.inbanner { position: relative; }
.inbanner img { display: block; width: 100%; }
.inbanner:before { content: ""; width: 100%; height: 100%; background: url(../images/inbannerbg.svg) left center no-repeat; background-size: cover; transform: scale(-1, 1); position: absolute; left: 0; top: 0; }
.innavbg { }
.innav { font-size: 16px; line-height: 26px; margin-bottom: 60px; }
.innav ul { display: flex; justify-content: space-between; align-items: flex-start; }
.innav ul li { width: 100%; position: relative; }
.innav ul li:before { content: ""; width: 1px; height: 100%; background: #f0f1f2; position: absolute; left: 0; top: 0; }
.innav ul li:nth-child(1):before { display: none; }
.innav ul li a { display: block; text-align: center; height: 60px; display: flex; justify-content: center; align-items: center; background: #ddd; }
.innav ul li.hover { color: #fff; }
.innav ul li.hover > a { color: #fff; background: var(--primary-color); }
.weizhi { font-size: 14px; line-height: 40px; color: #999; }
 @media(max-width:999px) {
.innav { font-size: 14px; line-height: 24px; margin-bottom: 30px; }
.innav ul { justify-content: flex-start; flex-wrap: wrap; }
.innav ul li { width: calc(100%/3); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06); }
.innav ul li:nth-child(3n-2):before { display: none; }
.innav ul li a { padding: 0; height: 50px; }
.inbar { display: block; }
.weizhi { display: none; }
}
.insidebg { margin: 60px 0 80px 0; }
.inside { }
.inside_lt { float: left; width: 250px; }
.side_a { background: #fff; box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.06); border-radius: 5px 5px 0 0; overflow: hidden; }
.side_a .h1 { font-size: 24px; line-height: 34px; background: var(--primary-color); color: #fff; padding: 15px 20px; }
.side_a .h1 strong { display: block; }
.side_a .h1 span { display: block; font-size: 16px; line-height: 26px; margin-top: 5px; }
.side_a > ul { }
.side_a ul li { }
.side_a > ul > li { border-top: 1px solid #f0f0f0; }
.side_a > ul > li:last-child { border-bottom: none; }
.side_a ul li span { display: block; padding: 12px 40px 12px 20px; position: relative; cursor: pointer; }
.side_a > ul > li > span { }
.side_a > ul > li.active1 > span { }
.side_a > ul > li > span:hover, .side_a > ul > li.hover > span { background-color: var(--primary-color); color: #fff; }
.side_a ul li.has_sub > span:after { content: "\f105"; font: normal normal normal 14px/1 FontAwesome; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); transform-origin: center; }
.side_a ul li.has_sub.active1 > span:after { content: "\f107"; }
.side_a ul li a { display: inline-block; color: #333; font-size: 14px; }
.side_a > ul > li > span a { font-size: 16px; }
.side_a ul li span:hover a, .side_a ul li.hover > span a { color: #fff; }
.side_a ul li ul { padding: 0 0 10px 0; display: none; }
.side_a ul li ul li { }
.side_a ul li ul li span { padding: 10px 40px 10px 20px; position: relative; background: url(../images/nyproductTopBoxTopMore.png) right 13px center no-repeat; }
.side_a ul li ul li span:hover, .side_a ul li ul li.hover > span { color: var(--primary-color); }
.side_a ul li ul li a { }
.side_a ul li ul li > span:hover a { color: var(--primary-color); }
.side_a ul li ul li a:before { content: "-"; margin-right: 5px; }
.inside_rt { float: right; width: calc(100% - 280px); }
 @media(max-width:999px) {
.insidebg { margin: 30px 0 60px 0; }
.inside_lt { width: 100%; margin-bottom: 20px; }
.inside_rt { width: 100%; }
}
.aboutus1bg { padding: 120px 0; }
.aboutus1 { display: flex; justify-content: space-between; align-items: center; }
.aboutus1_lt { width: 56%; }
.aboutus1_lt .nr_box { padding: 0 10% 0 0; }
.aboutus1_lt .h2 { font-size: 36px; line-height: 46px; margin-bottom: 35px; }
.aboutus1_lt .h3 { font-size: 16px; line-height: 28px; margin-bottom: 35px; }
.aboutus1_lt .h4 { font-size: 16px; line-height: 26px; margin-bottom: 35px; }
.aboutus1_lt .h4 ul { display: flex; justify-content: space-between; /* align-items: center;*/ flex-wrap: wrap; }
.aboutus1_lt .h4 li { min-width: calc(50% - 35px); padding-left: 35px; position: relative;  margin-bottom: .78vw;
}
.aboutus1_lt .h4 li:before { content: "\f00c"; font: normal normal normal 14px / 1 FontAwesome; color: var(--primary-color); line-height: 26px; position: absolute; left: 0; top: 0; }
.aboutus1_rt { width: 500px; }
.slideTxtBox_02 { border: 2px dotted var(--primary-color); height: 496px; border-radius: 100%; position: relative; }
.slideTxtBox_02 .hd { }
.slideTxtBox_02 .hd ul li { position: absolute; transform: translate(-50%, -50%); z-index: 3; }
.slideTxtBox_02 .hd ul li a { }
.slideTxtBox_02 .hd ul li .img { width: 66px; height: 66px; border: 2px solid var(--primary-color); border-radius: 100%; background: #fff; position: relative; overflow: hidden; }
.slideTxtBox_02 .hd ul li .img img { max-width: 70%; max-height: 70%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.slideTxtBox_02 .hd ul li:nth-child(1) { top: 0; left: 50%; }
.slideTxtBox_02 .hd ul li:nth-child(2) { top: 66%; left: 97%; }
.slideTxtBox_02 .hd ul li:nth-child(3) { top: 66%; left: 3%; }
.slideTxtBox_02 .bd { width: 396px; height: 396px; border: 2px solid var(--primary-color); border-radius: 100%; margin: 50px auto; }
.aboutus1_nr_box { position: relative; }
.aboutus1_nr_box .imgbg { }
.aboutus1_nr_box .img { height: 396px; position: relative; border-radius: 100%; overflow: hidden; }
.aboutus1_nr_box .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.aboutus1_nr_box .txtbg { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.aboutus1_nr_box .txt { padding: 0 5%; text-align: center; color: #fff; }
.aboutus1_nr_box .txt .h2 { font-size: 20px; line-height: 30px; font-weight: bold; margin-bottom: 15px; }
.aboutus1_nr_box .txt .h3 { font-size: 18px; line-height: 28px; }
 @media(max-width:999px) {
.aboutus1bg { padding: 60px 0; }
.aboutus1 { display: block; }
.aboutus1_lt { width: 100%; margin-bottom: 60px; }
.aboutus1_lt .nr_box { padding: 0; }
.aboutus1_lt .h2 { font-size: 28px; line-height: 38px; margin-bottom: 10px; }
.aboutus1_lt .h3 { font-size: 16px; line-height: 28px; margin-bottom: 10px; }
.aboutus1_lt .h4 { margin-bottom: 10px; }
.aboutus1_lt .h4 li { min-width: calc(100% - 35px); padding-left: 35px;  margin-bottom: .78vw;
}
.aboutus1_rt { width: 300px; margin: 0 auto; }
.slideTxtBox_02 { height: 296px; }
.slideTxtBox_02 .hd ul li .img { width: 66px; height: 66px; border: 2px solid var(--primary-color); border-radius: 100%; background: #fff; position: relative; overflow: hidden; }
.slideTxtBox_02 .hd ul li .img img { max-width: 70%; max-height: 70%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.slideTxtBox_02 .hd ul li:nth-child(1) { top: 0; left: 50%; }
.slideTxtBox_02 .hd ul li:nth-child(2) { top: 66%; left: 97%; }
.slideTxtBox_02 .hd ul li:nth-child(3) { top: 66%; left: 3%; }
.slideTxtBox_02 .bd { width: 196px; height: 196px; margin: 50px auto; }
.aboutus1_nr_box .img { height: 196px; }
.aboutus1_nr_box .txt .h2 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
.aboutus1_nr_box .txt .h3 { font-size: 12px; line-height: 16px; }
}
.team1 { }
.team1 ul li { margin-bottom: 80px; }
.team1 ul li .nr_box { display: flex; justify-content: space-between;  align-items: center; }
.team1 ul li:nth-child(2n) .nr_box { flex-direction: row-reverse; }
.team1 ul li .imgbg { width: 46%; }
.team1 ul li .img { padding-bottom: 110%; position: relative; }
.team1 ul li .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.team1 ul li .txtbg { width: 46%; }
.team1 ul li .txt { }
.team1 ul li .txt .h2 { font-size: 14px; line-height: 24px; border-left: 3px solid var(--primary-color); padding: 8px 0 8px 10px; margin-bottom: 25px; }
.team1 ul li .txt .h3 { font-size: 36px; line-height: 46px; border-top: 1px solid #e4e4e4; padding-top: 45px; margin-bottom: 15px; }
.team1 ul li .txt .h4 { font-size: 16px; line-height: 28px; }
 @media(max-width:999px) {
.team1 ul li { margin-bottom: 40px; }
.team1 ul li .nr_box { display: block; }
.team1 ul li .imgbg { width: 100%; margin-bottom: 20px; }
.team1 ul li .txtbg { width: 100%; }
.team1 ul li .txt .h2 { font-size: 14px; line-height: 24px; padding: 0 0 0 10px; margin-bottom: 5px; }
.team1 ul li .txt .h3 { font-size: 28px; line-height: 38px; padding-top: 10px; margin-bottom: 10px; }
.team1 ul li .txt .h4 { font-size: 16px; line-height: 26px; }
}
