/*common start*/
:root {  --primary-color: #1a76b9;
 --main-color: #1a76b9;
 --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, ''; 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: 76%; margin: 0 auto; min-width: 1000px; }
input, textarea, select { outline: none; font-family: Arial, ''; }
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(255,255,255,.9); box-shadow: 0 2px 6px rgba(0,0,0,.1); position: fixed; z-index: 55; left: 0; top: 0; transition: all .3s ease; }
.head2bg { }
.head2 { height: 80px; 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: 31%; height: 80px; position: relative; }
.head .logo img { max-width: 100%; /* max-height:90%; */ position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto 0; }
.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; }
/*menu*/
.head .menu { height: 80px; line-height: 80px; }
.head .menu > ul { }
.head .menu > ul > li { float: left; }
.head .menu > ul > li.menu_down { position: relative; }
.head .menu > ul > li > a { color: #333; display: block; font-size: 16px; font-weight: normal; position: relative; padding: 0 1.41vw; }
.head .menu > ul > li > a:hover, .head .menu > ul > li:hover > a { color: var(--primary-color); }
.head .menu > ul > li > a:before { content: ""; width: 0; height: 2px; background: var(--primary-color); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all .3s ease; }
.head .menu > ul > li > a:hover:before, .head .menu > ul > li:hover > a:before { width: 100%; }
.head .menu > ul > li ul { width: fit-content; min-width: 140px; background: #fff; box-shadow: 0 0 10px 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; border-bottom: 1px solid #eee; }
.head .menu > ul > li ul li a { color: #666; display: block; font-weight: normal; font-size: 14px; line-height: 24px; padding: 10px 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; background: 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: 80px; }
 @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 !important; }
.head .logo { float: left; width: 60%; height: 60px !important; }
.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: #999; 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 .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: 8.86vw; 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: 8px; 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-pagination { bottom: 10px; 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; }
}
.con01bg { }
.con01 { background: #fff; box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15); padding: 15px; margin-top: 2.18vw; position: relative; z-index: 2; }
.con01 .list { }
.con01 .list 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 .list ul li { width: 25%; }
.con01 .list ul li .nr_box { padding: 2.6vw; }
.con01 .list ul li .img { height: 100px; position: relative; }
.con01 .list ul li .img img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con01 .list ul li .txtbg { margin-top: 25px; }
.con01 .list ul li .txt { font-size: 14px; line-height: 24px; color: #999; text-align: center; }
 @media(max-width:999px) {
.con01 { box-shadow: none; padding: 10px 0; margin-top: 0; }
.con01 .list ul { flex-wrap: wrap; }
.con01 .list ul li { width: 50%; }
.con01 .list ul li .nr_box { padding: 6.6vw 5%; }
.con01 .list ul li .img { height: 100px; }
.con01 .list ul li .txtbg { margin-top: 10px; }
.con01 .list ul li .txt { font-size: 14px; line-height: 24px; }
}
.tit1 { padding-right: 25px; background: url(../images/tit1bg.png) right top no-repeat; }
.tit1 .h2 { font-size: 54px; line-height: 58px; font-family: Impact; }
.tit1 .h3 { font-size: 20px; line-height: 24px; }
.more1 { }
.more1 span { display: inline-block; text-align: center; font-size: 14px; line-height: 42px; width: 134px; border: 1px solid #333; color: #333; transition: all .3s ease; }
.more1 span:hover { border-color: var(--primary-color); background: var(--primary-color); color: #fff; }
.con02bg { padding: 100px 0 0 0; }
.con02 { 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; }
.con02_lt { width: 50%; }
.con02_lt .img { }
.con02_lt .img img { display: block; width: 100%; }
.con02_rt { width: 50%; }
.con02_rt .nr_box { padding: 0 20% 0 15%; }
.con02_rt .list { margin-top: 3.12vw; }
.con02_rt .list .txt { font-size: 14px; line-height: 2em; color: #999; margin-bottom: 20px; }
 @media(max-width:999px) {
.tit1 { padding-right: 0; background: none; }
.tit1 .h2 { font-size: 24px; line-height: 28px; }
.tit1 .h3 { font-size: 14px; line-height: 18px; }
.more1 span { font-size: 14px; line-height: 42px; width: 134px; }
.con02bg { padding: 40px 0 0 0; }
.con02 { display: block; }
.con02_lt { width: 100%; }
.con02_rt { width: 100%; }
.con02_rt .nr_box { padding: 20px 5%; }
.con02_rt .list { margin-top: 20px; }
.con02_rt .list .txt { font-size: 14px; line-height: 2em; margin-bottom: 20px; }
}
.tit2 { padding-left: 5.72vw; background: url(../images/tit2bg.png) left top no-repeat; }
.tit2 .h2 { font-size: 54px; line-height: 58px; font-family: Impact; }
.tit2 .h3 { font-size: 20px; line-height: 24px; }
.con03bg { padding: 150px 0 0 0; background-repeat: no-repeat; background-position: bottom center; }
.con03 { 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_lt { width: 50%; }
.con03_lt .nr_box { padding: 0 10% 0 10%; }
.con03_lt .list { padding-left: 5.72vw; margin-top: 2.6vw; }
.con03_lt .list .txt { font-size: 14px; line-height: 2em; color: #999; margin-bottom: 20px; }
.con03_rt { width: 44%; }
.con03_rt .img { }
.con03_rt .img img { display: block; width: 100%; }
 @media(max-width:999px) {
.tit2 { padding-left: 0; background: none; }
.tit2 .h2 { font-size: 24px; line-height: 28px; }
.tit2 .h3 { font-size: 14px; line-height: 18x; }
.con03bg { padding: 40px 0 0 0; }
.con03 { display: block; }
.con03_lt { width: 100%; }
.con03_lt .nr_box { padding: 20px 0; }
.con03_lt .list { padding-left: 0; margin-top: 20px; }
.con03_lt .list .txt { font-size: 14px; line-height: 2em; color: #999; margin-bottom: 20px; }
.con03_rt { width: 100%; }
}
.tit3 { padding-top: 55px; background: url(../images/tit3bg.png) left top no-repeat; }
.tit3 .h2 { font-size: 54px; line-height: 58px; font-family: Impact; }
.tit3 .h3 { font-size: 20px; line-height: 24px; }
.con04bg { padding: 150px 0; }
.con04 { }
.con04_top { 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; }
.con04_top .list { width: 52%; }
.con04_top .list .txt { font-size: 14px; line-height: 2em; color: #999; }
.con04_btm { margin-top: 60px; overflow: hidden; cursor: pointer; position: relative; }
.con04_btm > img { display: block; width: 100%; transition: all .5s ease; }
.con04_btm:hover > img { transform: scale(1.1); }
 @media(max-width:999px) {
.tit3 { padding-top: 0; background: none; }
.tit3 .h2 { font-size: 24px; line-height: 28px; }
.tit3 .h3 { font-size: 14px; line-height: 18px; }
.con04bg { padding: 40px 0; }
.con04_top { display: block; }
.con04_top .list { width: 100%; margin-top: 10px; }
.con04_top .list .txt { font-size: 14px; line-height: 2em; }
.con04_btm { margin-top: 20px; }
}
.video1_btn { position: absolute; top: -10%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; transition: all .5s ease; }
.con04_btm:hover .video1_btn { top: 50%; }
.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: 1100px; 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%; }
 @media(max-width:999px) {
.video1_btn { top: 50%; }
}
.con05bg { padding: 100px 0; }
.con05 { }
.con05 .list { text-align: center; color: #fff; }
.con05 .list .h2 { font-size: 34px; line-height: 44px; margin-bottom: 5px; }
.con05 .list .h3 { font-size: 18px; line-height: 28px; opacity: .5; }
 @media(max-width:999px) {
.con05bg { padding: 40px 0; }
.con05 .list .h2 { font-size: 24px; line-height: 34px; margin-bottom: 5px; }
.con05 .list .h3 { font-size: 14px; line-height: 24px; }
}
.con06bg { padding: 120px 0 80px 0; }
.con06 { }
.con06 .list { margin-top: 80px; }
.con06 .list ul li { float: left; width: calc((100% - 60px)/3); margin: 0 0 30px 30px; transition: all .3s ease; }
.con06 .list ul li:hover { transform: translateY(-10px); }
.con06 .list ul li:nth-child(3n-2) { margin-left: 0; clear: left; }
.con06 .list ul li .img { padding-bottom: 100%; position: relative; overflow: hidden; }
.con06 .list 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; }
.con06 .list ul li:hover .img img { transform: scale(1.1); }
.con06 .list ul li .txt { color: #666; margin-top: 20px; }
.con06 .list ul li .txt .h2 { font-size: 20px; line-height: 30px; color: #333; }
.con06 .list ul li .txt .h3 { font-size: 20px; line-height: 30px; }
 @media(max-width:999px) {
.con06bg { padding: 40px 0 20px 0; }
.con06 .list { margin-top: 20px; }
.con06 .list ul li { width: calc((100% - 10px)/2); margin: 0 0 20px 10px; }
.con06 .list ul li:nth-child(3n-2) { margin-left: 10px; clear: none; }
.con06 .list ul li:nth-child(2n-1) { margin-left: 0; clear: left; }
.con06 .list ul li .txt { margin-top: 10px; }
.con06 .list ul li .txt .h2 { font-size: 16px; line-height: 20px; }
.con06 .list ul li .txt .h3 { font-size: 14px; line-height: 18px; }
}
.con07bg { padding: 80px 0 80px 0; }
.con07 { }
.con07 .list { margin-top: 80px; }
.con07 .list ul li { float: left; width: 25%; position: relative; box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15); }
.con07 .list ul li .img { padding-bottom: 66%; position: relative; overflow: hidden; }
.con07 .list 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; }
.con07 .list ul li .img:before { content: ""; width: 100%; height: 100%; background: #fff; position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; visibility: hidden; transition: all .3s ease; }
.con07 .list ul li:hover .img:before { opacity: 1; visibility: visible; }
.con07 .list ul li .txtbg { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; opacity: 0; visibility: hidden; transition: all .3s ease; }
.con07 .list ul li:hover .txtbg { opacity: 1; visibility: visible; }
.con07 .list ul li .txt { text-align: center; padding: 0 5%; color: #666; }
.con07 .list ul li .txt .h2 { font-size: 20px; line-height: 30px; font-weight: bold; margin-bottom: 15px; color: #333; }
.con07 .list ul li .txt .h3 { font-size: 14px; line-height: 24px; }
 @media(max-width:999px) {
.con07bg { padding: 20px 0 20px 0; }
.con07 .list { margin-top: 20px; }
.con07 .list ul li { width: 100%; }
.con07 .list ul li .txt .h2 { font-size: 18px; line-height: 28px; margin-bottom: 5px; }
.con07 .list ul li .txt .h3 { font-size: 14px; line-height: 24px; }
}
.con08bg { padding: 80px 0 80px 0; }
.con08 { }
.con08 .list { margin-top: 40px; }
.con08 .list ul li { float: left; width: calc((100% - 100px)/4); margin: 0 0 20px 20px; }
.con08 .list ul li:nth-child(6n-5) { margin-left: 0; clear: left; }
.con08 .list ul li .img { padding-bottom: 50%; position: relative; overflow: hidden; }
.con08 .list ul li .img img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease; }
.con08 .list ul li:hover .img img { transform: scale(1.1); }
 @media(max-width:999px) {
.con08bg { padding: 20px 0 20px 0; }
.con08 .list { margin-top: 20px; }
.con08 .list ul li { width: calc((100% - 10px)/2); margin: 0 0 20px 10px; }
.con08 .list ul li:nth-child(6n-5) { margin-left: 10px; clear: none; }
.con08 .list ul li:nth-child(2n-1) { margin-left: 0; clear: left; }
}
.con09bg { padding: 80px 0 150px 0; }
.con09 { }
.con09 .list { margin-top: 80px; }
.con09 .list ul li { padding: 15px 0; border-bottom: 1px solid #f0f0f0; }
.con09 .list ul li .h2 { font-size: 16px; line-height: 26px; padding: 0 0 0 35px; position: relative; cursor: pointer; }
.con09 .list ul li .h2:before { content: "\f067"; font: normal normal normal 14px/1 FontAwesome; text-align: center; width: 14px; line-height: 26px; position: absolute; left: 0; top: 0; }
.con09 .list ul li.active1 .h2:before { content: "\f068"; }
.con09 .list ul li .txt { font-size: 14px; line-height: 24px; padding: 10px 0 0 35px; display: none; }
 @media(max-width:999px) {
.con09bg { padding: 20px 0 40px 0; }
.con09 .list { margin-top: 20px; }
.con09 .list ul li { padding: 10px 0; }
.con09 .list ul li .h2 { font-size: 16px; line-height: 26px; padding: 0 0 0 25px; }
.con09 .list ul li .h2:before { width: 14px; line-height: 26px; }
.con09 .list ul li .txt { font-size: 14px; line-height: 24px; padding: 10px 0 0 25px; }
}
.foot { background: #262626; color: #999; position: relative; }
.foot a { color: #999; }
.foot a:hover { color: #fff; }
.foot1bg { padding: 60px 0; }
.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: 32%; }
.foot .f_logo { margin-bottom:20px;}
.foot .f_logo img { max-width: 100%; }
.foot .f_share{}
.foot .f_share a{ display:inline-block; margin:0 5px 0 0;}
.foot .f_share a img{ width:30px; height:30px;}
.foot .f_nav { font-size: 13px; line-height: 23px; 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; flex-wrap: wrap; }
.foot .f_nav dl { margin-left: 5.2vw; }
.foot .f_nav dl dt { font-size: 15px; line-height: 25px; color: #fff; margin-bottom: 20px; }
.foot .f_nav dl dd { margin-top: 5px; }
.foot2bg { position: relative; padding: 20px 0; border-top: 1px solid #343434; }
.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; }
 @media(max-width:999px) {
.foot { margin-bottom: 60px; }
.foot1bg { padding: 30px 0; }
.foot1 { display: block; }
.foot1 lt{ width: 100%; }
.foot .f_logo { text-align: center; margin-bottom:20px;}
.foot .f_share{ text-align: center;}
.foot .f_share a{ margin:0 1px;}
.foot .f_share a img{ width:30px; height:30px;}
.foot .f_nav { display: none; }
.foot2bg { padding: 15px 0; }
.foot .f_info { font-size: 12px; line-height: 22px; }
}
/*Add------------------------------------------------------------------------------*/

.inbanner { position: relative; }
.inbanner img { display: block; width: 100%; }
.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: center; align-items: center; }
.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: 60px; display: flex; justify-content: center; align-items: center; position: relative; }
.innav ul li a { display: block; }
.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) {
.inbar { display: block; }
.innav { font-size: 14px; line-height: 18px; padding: 10px 0; }
.innav ul { -webkit-justify-content: flex-start; justify-content: flex-start; flex-wrap: wrap; }
.innav ul li { width: calc((100% - 20px)/3 - 2px); height: 40px; border: 1px solid #cdcdcd; margin: 5px 0 5px 10px; }
.innav ul li:nth-child(3n-2) { margin-left: 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; display: none; }
}
.insidebg { padding: 40px 0 80px 0; }
.inside { }
.inside_lt { float: left; width: 20%; position: sticky; top: 100px; }
.side_a { background: #f5f5f5; 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 0; 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.has_sub > span:after { content: "\f105"; font: normal normal normal 16px/1 FontAwesome; position: absolute; right: 0px; 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: 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 0; }
.side_a ul li ul li a { }
.inside_rt { float: right; width: 76%; }
.inside_con { }
 @media(max-width:999px) {
.insidebg { padding: 30px 0 60px 0 }
.inside_lt { width: 100%; position: static; }
.inside_rt { float: right; width: 100%; }
.inside_con { }
}
.aboutus1bg { padding: 60px 0; }
.aboutus1 { 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; }
.aboutus1_lt { width: 40%; }
.aboutus1_lt .list { margin-top: 4.16vw; }
.aboutus1_lt .list .txt { font-size: 14px; line-height: 2em; color: #999; }
.aboutus1_rt { width: 50%; }
.aboutus1_rt .img { }
.aboutus1_rt .img img { display: block; width: 100%; }
 @media(max-width:999px) {
.aboutus1bg { padding: 40px 0; }
.aboutus1 { display: block; }
.aboutus1_lt { width: 100%; }
.aboutus1_lt .list { margin-top: 20px; }
.aboutus1_lt .list .txt { font-size: 14px; line-height: 2em; }
.aboutus1_rt { width: 100%; }
}
.aboutus2bg { padding: 100px 0; background: #f6f6f6; }
.aboutus2 { }
.aboutus2 .list { margin-top: 60px; background: #fff; 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; }
.aboutus2_lt { width: 50%; }
.aboutus2_lt .img { }
.aboutus2_lt .img img { display: block; width: 100%; }
.aboutus2_rt { width: 50%; }
.aboutus2_rt .nr_box { padding: 0 5%; }
.aboutus2_rt .h2 { font-size: 16px; line-height: 26px; margin-bottom: 15px; }
.aboutus2_rt .h2 span { color: #999; }
.aboutus2_rt .txt { font-size: 14px; line-height: 2em; color: #999; }
 @media(max-width:999px) {
.aboutus2bg { padding: 40px 0; }
.aboutus2 .list { margin-top: 20px; display: block; }
.aboutus2_lt { width: 100%; }
.aboutus2_rt { width: 100%; }
.aboutus2_rt .nr_box { padding: 20px 5%; }
.aboutus2_rt .h2 { font-size: 16px; line-height: 26px; margin-bottom: 5px; }
.aboutus2_rt .txt { font-size: 14px; line-height: 2em; }
}
