/*common start*/
:root {  --primary-color: #1e50ae;
 --secondary-color: #076ce0;
 --main-color: #1e50ae;
 --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: #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: 90%; margin: 0 auto; max-width: 1500px; min-width: 1000px; }
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; }
}
/*common end*/


.head { width: 100%; background: #fff; position: absolute; z-index: 55; left: 0; top: 0; transition: all .3s ease; }
.head1bg { }
.head1 { height: 120px; transition: all .3s ease; display: flex; justify-content: space-between; align-items: center; }
.head .logo { width: 25%; height: 120px; position: relative; }
.head .logo img { max-width: 100%; max-height: 90%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto 0; }
.head1 .rt { display: flex; justify-content: flex-end; align-items: center; }
.head .h_phone { font-size: 22px; line-height: 40px; font-weight: bold; color: var(--secondary-color); display: flex; justify-content: flex-start; align-items: center; margin-left: 6.24vw; }
.head .h_phone img { height: 40px; margin-right: 10px; }
.head .h_search_btn { width: 24px; height: 20px; font-size: 20px; color: #666; cursor: pointer; display: none; }
.head .h_search_btn:hover { }
.head2bg { background: #2b2b2b; }
.head2 { }
/*menu*/
.head .menu { height: 60px; line-height: 60px; }
.head .menu > ul { }
.head .menu > ul > li { float: left; /* margin-right:1.04vw; */ }
.head .menu > ul > li.menu_down { position: relative; }
.head .menu > ul > li > a { color: #fff; display: block; font-size: 16px; position: relative; padding: 0 3.3vw; }
.head .menu > ul > li > a:hover, .head .menu > ul > li:hover > a, .head .menu > ul > li.hover > a { color: #fff; background: var(--secondary-color); }
/*.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; left:0; bottom:30px;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before,.head .menu>ul>li.hover>a:before{ width:100%;}*/
            /*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
.head .menu > ul > li ul { width: 100%; min-width: 150px; background: #fff; box-shadow: 1px 4px 10px rgba(0,0,0,0.05); position: absolute; top: 100%; left: 0; z-index: 5; display: none; }
.head .menu > ul > li ul li { position: relative; border-bottom: 1px solid #fafafa; }
.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(--secondary-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: 180px; }
.head.active1 { box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%); }
 @media(min-width:999px) {
.head .h_search_box { }
.head .h_search { }
.head .h_search .form { width: 17.96vw; height: 40px; border: 1px solid #eee; background: #fff; border-radius: 4px; overflow: hidden; }
.head .h_search .form .text1 { float: left; border: none; background: none; height: 40px; line-height: 40px; padding: 0 0 0 10px; width: calc(100% - 50px); }
.head .h_search .form .button1 { float: right; border: none; background: var(--primary-color); color: #fff; height: 40px; line-height: 40px; width: 40px; font-size: 20px; text-align: center; cursor: pointer; transition: all .3s ease; }
.head .h_search .form .button1:hover { background: var(--secondary-color); }
}
 @media(max-width:999px) {
.head_height { height: 60px; }
.head { position: fixed; }
.head1 { height: 60px; }
.head .logo { width: 50%; height: 60px; }
.head1 .rt .h_phone { display: none; }
.head .h_search_btn { display: block; }
.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 { box-shadow: 0px 0px 5px #ccc; 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: 40px; border: 1px solid #ccc; overflow: hidden; border-radius: 4px; overflow: hidden; }
.head .h_search .form .text1 { float: left; border: none; background: none; height: 40px; line-height: 40px; padding: 0 0 0 10px; width: calc(100% - 50px); }
.head .h_search .form .button1 { float: right; border: none; background: var(--primary-color); color: #fff; height: 40px; line-height: 40px; width: 40px; font-size: 16px; text-align: center; cursor: pointer; transition: all .3s ease; }
.head .h_search .form .button1:hover { background: var(--secondary-color); }
.head2bg { display: none; }
.head .menu { display: none; }
}
/**/
.head .nav_open { width: 24px; height: 20px; cursor: pointer; position: relative; display: none; margin-left: 15px; }
.head .nav_open i, .head .nav_open:before, .head .nav_open:after { width: 24px; height: 2px; background: #666; 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%; 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; }
.head .nav { position: relative; padding: 0 5%; }
.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 { padding: 10px 5%; border-bottom: 1px solid #eee; }
.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); }
.head .nav .h_phone { padding: 15px 5%; margin: 0; display: none; }
 @media(max-width:999px) {
.head .nav_open { display: block; }
.head .nav .h_phone { display: flex; }
}
.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: 30px; height: 4px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet { vertical-align: top; width: 13px; height: 4px; border-radius: 4px; background: #fff; opacity: .5; transition: all .3s ease; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 26px; 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: 4px; background: rgba(0,0,0,.1); color: #fff; 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: rgba(0,0,0,.5); }
.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 { }
.banner_swiper .swiper-pagination { bottom: 10px; }
.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next { width: 40px; height: 40px; line-height: 40px; margin-top: -20px; font-size: 20px; }
}
.con01bg { padding: 80px 0; background: #fafafa; }
.con01 { }
.con01 .list { }
.con01 .list ul { display: flex; justify-content: flex-start; /* align-items: center;*/ flex-wrap: wrap; }
.con01 .list ul li { width: calc((100% - 90px)/4); margin: 0 0 30px 30px; position: relative; }
.con01 .list ul li:nth-child(4n-3) { margin-left: 0; }
.con01 .list ul li .img { padding-bottom: 60%; position: relative; overflow: hidden; }
.con01 .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; }
.con01 .list ul li:hover .img img { transform: scale(1.1); }
.con01 .list ul li .txtbg { width: 100%; background: rgba(0,0,0,.5); color: #fff; text-align: center; position: absolute; bottom: 0; left: 0; z-index: 3; }
.con01 .list ul li .txt { padding: 10px 10px; }
.con01 .list ul li .txt .h2 { font-size: 15px; line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
 @media(max-width:999px) {
.con01bg { padding: 40px 0; }
.con01 .list ul li { width: calc((100% - 10px)/2); margin: 0 0 10px 10px; }
.con01 .list ul li:nth-child(2n-1) { margin-left: 0; }
.con01 .list ul li .txt { padding: 10px 10px; }
.con01 .list ul li .txt .h2 { font-size: 14px; line-height: 24px; }
}
.con02bg { padding: 80px 0; background-repeat: no-repeat; background-position: center; background-size: cover; }
.con02 { display: flex; justify-content: space-between; /* align-items: center;*/ }
.con02_lt { width: 22%; }
.con02_lt .nr_box { border: 1px solid #ddd; background: #fff; }
.con02_lt .h1 { background: var(--secondary-color); color: #fff; padding: 10px 10px; font-size: 16px; line-height: 26px; }
.con02_lt ul { }
.con02_lt ul li { border-top: 1px solid #eee; }
.con02_lt ul li a { display: inline-block; position: relative; padding: 12px 15px; font-size: 14px; line-height: 24px; }
.con02_lt ul li a:before { content: ""; display: inline-block; margin-right: 10px; width: 6px; height: 6px; border-radius: 100%; background: #333; }
.con02_rt { width: 74%; }
.con02_rt ul { display: flex; justify-content: flex-start; /* align-items: center;*/ flex-wrap: wrap; }
.con02_rt ul li { width: calc((100% - 90px)/4); margin: 0 0 30px 30px; position: relative; }
.con02_rt ul li:nth-child(4n-3) { margin-left: 0; }
.con02_rt ul li .img { padding-bottom: 96%; position: relative; overflow: hidden; }
.con02_rt 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; }
.con02_rt ul li:hover .img img { transform: scale(1.1); }
.con02_rt ul li .txtbg { }
.con02_rt ul li .txt { text-align: center; margin-top: 10px; }
.con02_rt ul li .txt .h2 { font-size: 16px; line-height: 26px; }
 @media(max-width:999px) {
.con02bg { padding: 40px 0; }
.con02 { display: block; }
.con02_lt { width: 100%; margin-bottom: 20px; }
.con02_lt .h1 { padding: 10px 10px; font-size: 16px; line-height: 26px; }
.con02_lt ul li a { padding: 5px 15px; font-size: 14px; line-height: 24px; }
.con02_lt ul li a:before { margin-right: 5px; width: 6px; height: 6px; }
.con02_rt { width: 100%; }
.con02_rt ul li { width: calc((100% - 10px)/2); margin: 0 0 10px 10px; }
.con02_rt ul li:nth-child(2n-1) { margin-left: 0; }
.con02_rt ul li .txt { margin-top: 10px; }
.con02_rt ul li .txt .h2 { font-size: 14px; line-height: 24px; }
}
.con03bg { }
.con03 { }
.con03 .list { }
.con03 .list ul { display: flex; justify-content: flex-start; /* align-items: center;*/ flex-wrap: wrap; }
.con03 .list ul li { width: 20%; position: relative; text-align: center; }
.con03 .list ul li .img { padding-bottom: 192%; position: relative; overflow: hidden; }
.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:hover .img:before { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,.7); position: absolute; top: 0; left: 0; z-index: 2; }
.con03 .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; }
.con03 .list ul li:hover .txtbg { opacity: 1; visibility: visible; }
.con03 .list ul li .txt { padding: 0 5%; color: #fff; }
.con03 .list ul li .txt .h2 { font-size: 18px; line-height: 28px; font-weight: bold; margin-bottom: 20px; }
.con03 .list ul li .txt .h3 { font-size: 14px; line-height: 24px; }
.con03 .list ul li .ico { height: 72px; position: relative; margin-bottom: 3.12vw; }
.con03 .list ul li .ico img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
 @media(max-width:999px) {
.con03 .list ul li { width: calc(100%/3); }
.con03 .list ul li:nth-child(4),.con03 .list ul li:nth-child(5) { width: 50%; }
.con03 .list ul li .img { padding-bottom: 0; height:265px; }
.con03 .list ul li .txt .h2 { font-size: 14px; line-height: 16px; margin-bottom: 5px; }
.con03 .list ul li .txt .h3 { font-size: 12px; line-height: 16px; }
.con03 .list ul li .ico { height: 36px; position: relative; margin-bottom: 10px; }
}
.tit1 { text-align: center; }
.tit1 .h2 { font-size: 26px; line-height: 36px; }
.tit1 .h3 { font-size: 16px; line-height: 26px; color: #999; margin-top: 10px; }
.con04bg { padding: 80px 0; }
.con04 { }
.con04 .list { margin-top: 60px; }
.con04 .list ul { display: flex; justify-content: flex-start; /* align-items: center;*/ flex-wrap: wrap; }
.con04 .list ul li { width: calc((100% - 60px)/3); margin: 0 0 30px 30px; position: relative; text-align: center; }
.con04 .list ul li:nth-child(3n-2) { margin-left: 0; }
.con04 .list ul li .img { padding-bottom: 56%; position: relative; overflow: hidden; }
.con04 .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; }
.con04 .list ul li:hover .img img { transform: scale(1.1); }
.con04 .list ul li .txt { margin-top: 10px; }
.con04 .list ul li .txt .h2 { font-size: 16px; line-height: 26px; }
 @media(max-width:999px) {
.tit1 .h2 { font-size: 20px; line-height: 30px; }
.tit1 .h3 { font-size: 14px; line-height: 24px; margin-top: 5px; }
.con04bg { padding: 40px 0; }
.con04 .list { margin-top: 20px; }
.con04 .list ul li { width: calc((100% - 10px)/2); margin: 0 0 10px 10px; }
.con04 .list ul li:nth-child(3n-2) { margin-left: 10px; }
.con04 .list ul li:nth-child(2n-1) { margin-left: 0; }
.con04 .list ul li .txt { margin-top: 5px; }
.con04 .list ul li .txt .h2 { font-size: 14px; line-height: 24px; }
}
.con05bg { padding: 80px 0; background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; }
.con05 { }
.con05 .tit1, .con05 .tit1 .h3 { color: #fff; }
.con05 .list { margin-top: 60px; }
.newsclass_gallery3 { position: relative; }
.newsclass_gallery3 .newsclass_gallery-thumbs { margin-bottom: 40px; }
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-container { }
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-wrapper { justify-content: center; }
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-slide { text-align: center; width: 110px; }
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-slide a { display: block; font-size: 16px; line-height: 44px; background: #dcdcdc; color: #999; }
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active a { background: var(--secondary-color); color: #fff; }
.newsclass_gallery3 .newsclass_gallery-top { }
.newsclass_gallery3 .newsclass_gallery-top .swiper-container { }
.newsclass_gallery3 .newsclass_gallery-top .swiper-slide { }
.case_swiper { position: relative; padding: 0 60px; }
.case_swiper .swiper-container { width: 100%; }
.case_swiper .swiper-container .swiper-slide { position: relative; }
.case_swiper .swiper-container .swiper-slide .img { padding-bottom: 80%; position: relative; overflow: hidden; }
.case_swiper .swiper-container .swiper-slide .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease; }
.case_swiper .swiper-container .swiper-slide:hover .img img { transform: scale(1.1); }
.case_swiper .swiper-container .swiper-slide .txtbg { width: 100%; background: rgba(0,0,0,.5); color: #fff; text-align: center; position: absolute; bottom: 0; left: 0; z-index: 3; }
.case_swiper .swiper-container .swiper-slide .txt { padding: 10px 10px; }
.case_swiper .swiper-container .swiper-slide .txt .h2 { font-size: 15px; line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.case_swiper .swiper-pagination { display: none; }
.case_swiper .swiper-pagination .swiper-pagination-bullet { }
.case_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { }
.case_swiper .swiper-button-prev, .case_swiper .swiper-button-next { text-align: center; width: 40px; height: 40px; line-height: 40px; margin-top: -20px; border-radius: 4px; background: rgba(0,0,0,.1); color: #fff; font-size: 20px; opacity: 1; transition: all .3s ease; }
.case_swiper .swiper-button-prev:hover, .case_swiper .swiper-button-next:hover { background: rgba(0,0,0,.5); }
.case_swiper .swiper-button-prev { left: 0; }
.case_swiper .swiper-button-next { right: 0; }
 @media(max-width:999px) {
.con05bg { padding: 40px 0; }
.con05 .list { margin-top: 20px; }
.newsclass_gallery3 .newsclass_gallery-thumbs { margin-bottom: 20px; }
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-slide { width: 80px; }
.newsclass_gallery3 .newsclass_gallery-thumbs .swiper-slide a { font-size: 14px; line-height: 34px; }
.case_swiper { padding: 0; }
.case_swiper .swiper-container .swiper-slide .txt { padding: 10px 10px; }
.case_swiper .swiper-container .swiper-slide .txt .h2 { font-size: 14px; line-height: 24px; }
.case_swiper .swiper-button-prev, .case_swiper .swiper-button-next { width: 40px; height: 40px; line-height: 40px; margin-top: -20px; font-size: 20px; }
}
.con06bg { padding: 80px 0; }
.con06 { }
.con06 .list { margin-top: 60px; }
.con06 .list ul { display: flex; justify-content: flex-start; /* align-items: center;*/ flex-wrap: wrap; }
.con06 .list ul li { width: calc((100% - 40px)/3); margin: 0 0 20px 20px; position: relative; transition: all .3s ease; }
.con06 .list ul li:hover { box-shadow: 0 0 22px rgba(0,0,0,.12); }
.con06 .list ul li:nth-child(3n-2) { margin-left: 0; }
.con06 .list ul li .nr_box { padding: 20px; }
.con06 .list ul li .img { padding-bottom: 52%; 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 { margin-top: 20px; color: #666; }
.con06 .list ul li .txt .h2 { font-size: 16px; line-height: 26px; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.con06 .list ul li:hover .txt .h2 { color: var(--primary-color); }
.con06 .list ul li .txt .h3 { font-size: 14px; line-height: 24px; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.con06 .list ul li .txt .h4 { font-size: 14px; line-height: 24px; color: #999; margin-bottom: 10px; }
.con06 .list ul li .txt .h5 { font-size: 12px; line-height: 26px; color: #999; position: relative; }
.con06 .list ul li .txt .h5 span { display: inline-block; border: 1px solid #eee; padding: 0 10px; border-radius: 4px; }
.con06 .list ul li .txt .h5:before { content: ""; width: 24px; height: 11px; background: url(../images/ico_more1.png) right center no-repeat; transition: all .3s ease; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.con06 .list ul li:hover .txt .h5:before { background-position: right -24px center; }
 @media(max-width:999px) {
.con06bg { padding: 40px 0; }
.con06 .list { margin-top: 20px; }
.con06 .list ul li { width: 100%; margin: 0 0 20px 0; }
.con06 .list ul li .nr_box { padding: 10px; }
.con06 .list ul li .txt { margin-top: 10px; }
.con06 .list ul li .txt .h2 { font-size: 16px; line-height: 26px; }
.con06 .list ul li .txt .h3 { font-size: 14px; line-height: 24px; margin-bottom: 10px; }
.con06 .list ul li .txt .h4 { font-size: 14px; line-height: 24px; margin-bottom: 10px; }
}
.foot { background: #1e1e1e; color: #999; }
.foot a { color: #999; }
.foot a:hover { color: #fff; }
.foot1bg { padding: 60px 0; }
.foot1 { }
.foot .f_logo { margin-bottom: 40px; }
.foot .f_logo img { max-width: 100%; }
.foot .f_nav { font-size: 16px; line-height: 26px; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #333; }
.foot .f_nav ul { display: flex; justify-content: flex-start; /* align-items: center;*/ flex-wrap: wrap; }
.foot .f_nav ul li { margin: 0 3.12vw 20px 0; }
.foot .f_contact { font-size: 16px; line-height: 26px; }
.foot .f_contact ul { display: flex; justify-content: space-between; /* align-items: center;*/ }
.foot .f_contact ul li { margin: 10px 0; }
.foot2bg { padding: 20px 0; background: #2b2b2b; }
.foot2 { }
.foot2 a:hover { color: var(--primary-color); }
.foot .f_info { font-size: 14px; line-height: 24px; text-align: center; }
 @media(max-width:999px) {
.foot1bg { padding: 30px 0; }
.foot .f_logo { margin-bottom: 20px; }
.foot .f_nav { font-size: 14px; line-height: 24px; margin-bottom: 20px; padding-bottom: 10px; }
.foot .f_nav ul li { margin: 0 10px 10px 0; }
.foot .f_contact { font-size: 16px; line-height: 26px; }
.foot .f_contact ul { flex-wrap: wrap; }
.foot .f_contact ul li { width: 100%; margin: 5px 0; }
.foot2bg { padding: 15px 0; }
.foot .f_info { font-size: 12px; line-height: 22px; }
}
/*Add------------------------------------------------------------------------------*/

.inbanner { position: relative; }
.inbanner img { display: block; width: 100%; position: relative; z-index: 1; }
.inbanner svg { width: 100%; height: 100px; position: absolute; bottom: 0; left: 0; z-index: 2; fill: #fff; }
.inbanner svg path { fill: #fff; }
.inbanner .txtbg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; }
.inbanner .txt { color: #fff; text-align: center; }
.inbanner .txt .h2 { font-size: 36px; line-height: 46px; }
.inbarbg { }
.inbar { }
.innav { font-size: 16px; line-height: 60px; border-bottom: 1px solid #e6e6e6; }
.innav ul { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; flex-wrap: wrap; }
.innav ul li { position: relative; padding: 0 1.3vw; }
.innav ul li a { display: block; text-align: center; position: relative; }
.innav ul li.hover { color: var(--primary-color); }
.innav ul li.hover > a { color: var(--primary-color); }
.innav ul li.hover > a:before { content: ""; width: 100%; height: 2px; background: var(--primary-color); position: absolute; bottom: 0; left: 0; }
.weizhi { font-size: 14px; line-height: 60px; text-align: right; color: #999; padding-left: 20px; background: url(../images/fz.png) left center no-repeat; }
.weizhi i { margin-right: 5px; }
.weizhi a { color: #999; }
.weizhi a:hover { }
 @media(max-width:999px) {
.inbanner svg { width: 100%; height: 20px; }
.inbanner .txt .h2 { font-size: 24px; line-height: 34px; }
.inbarbg .wapper1 { width: 100%; }
.inbar { display: block; }
.innav { font-size: 14px; line-height: 34px; border: none; }
.innav ul { -webkit-justify-content: flex-start; justify-content: flex-start; }
.innav ul li { width: calc((100% - 2px)/3); margin: 1px 0 0 1px; padding: 0; background: #f4f3f3; }
.innav ul li:nth-child(3n-2) { margin-left: 0; }
.innav ul li a { padding: 0; }
.innav ul li.hover > a:before { display: none; }
.weizhi { display: none; }
}
.insidebg { padding: 40px 0 80px 0; }
.inside { }
.inside_lt { float: left; width: 22%; }
.side_a { background: #fff; border: 1px solid #ddd; overflow: hidden; }
.side_a .h1 { font-size: 18px; line-height: 28px; background: var(--secondary-color); color: #fff; padding: 15px 10px; }
.side_a .h1 strong { }
.side_a > ul { }
.side_a ul li { }
.side_a > ul > li { border-bottom: 1px solid #ddd; }
.side_a > ul > li:last-child { border-bottom: none; }
.side_a ul li span { display: block; padding: 12px 25px 12px 15px; position: relative; cursor: pointer; background: url(../images/ico_right1.png) right 10px center no-repeat; }
.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 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: var(--primary-color); }
.side_a > ul > li > span a:before { content: ""; display: inline-block; vertical-align: middle; width: 6px; height: 6px; border-radius: 100%; background: #333; margin-right: 10px; }
.side_a ul li ul { padding: 0 0 10px 15px; display: none; }
.side_a ul li ul li { }
.side_a ul li ul li span { padding: 10px 25px 10px 15px; position: relative; }
.side_a ul li ul li a { }
.inside_rt { float: right; width: 74%; }
 @media(max-width:999px) {
.insidebg { padding: 20px 0 60px 0; }
.inside_lt { width: 100%; margin-bottom: 20px; }
.side_a .h1 { font-size: 20px; line-height: 30px; padding: 20px 10px 20px 15px; }
.side_a ul li span { padding: 10px 25px 10px 15px; }
.side_a ul li ul { padding: 0 0 10px 15px; }
.side_a ul li ul li span { padding: 5px 25px 5px 15px; }
.inside_rt { width: 100%; }
}
.aboutus1bg { padding: 80px 0; }
.aboutus1 { }
.aboutus1 .list { margin-top: 60px; }
.aboutus1 .list ul { display: flex; justify-content: flex-start; /* align-items: center;*/ flex-wrap: wrap; }
.aboutus1 .list ul li { width: calc((100% - 60px)/2); margin: 0 0 40px 60px; position: relative; transition: all .3s ease; background: #f8f8f8; }
.aboutus1 .list ul li:nth-child(2n-1) { margin-left: 0; }
.aboutus1 .list ul li .nr_box { display: flex; justify-content: space-between; /* align-items: center;*/ }
.aboutus1 .list ul li .imgbg { width: 48%; }
.aboutus1 .list ul li .img { padding-bottom: 80%; position: relative; overflow: hidden; }
.aboutus1 .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; }
.aboutus1 .list ul li:hover .img img { transform: scale(1.1); }
.aboutus1 .list ul li .txtbg { width: 52%; }
.aboutus1 .list ul li .txt { padding: 1.56vw 5%; }
.aboutus1 .list ul li .txt .h2 { font-size: 26px; line-height: 36px;  margin-bottom: .52vw;
}
.aboutus1 .list ul li .txt .h3 { font-size: 16px; line-height: 26px; margin-bottom: 1.04vw; color: #999; }
.aboutus1 .list ul li .txt .h4 { font-size: 14px; line-height: 24px; color: #666; }
 @media(max-width:999px) {
.aboutus1bg { padding: 40px 0; }
.aboutus1 .list { margin-top: 20px; }
.aboutus1 .list ul li { width: 100%; margin: 0 0 20px 0; }
.aboutus1 .list ul li .nr_box { display: block; }
.aboutus1 .list ul li .imgbg { width: 100%; }
.aboutus1 .list ul li .txtbg { width: 100%; }
.aboutus1 .list ul li .txt { padding: 20px 5%; }
.aboutus1 .list ul li .txt .h2 { font-size: 20px; line-height: 30px; margin-bottom: 5px; }
.aboutus1 .list ul li .txt .h3 { font-size: 16px; line-height: 26px; margin-bottom: 10px; }
.aboutus1 .list ul li .txt .h4 { font-size: 14px; line-height: 24px; }
}
