/*common start*/
:root { --primary-color:#005bac;
 --secondary-color:orange;
 --third-color:#0469c3;
 --main-color:#005bac;
 --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: 1400px; 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 {background-color:white; width: 100%; position: absolute; z-index: 55; left: 0; top: 0; transition: all .3s ease; }
.head1bg { background: var(--primary-color); color: #fff; }
.head1 { height: 40px; 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; }
.head1 .lt { font-size: 15px; }
.head1 .rt { font-size: 13px; line-height: 40px; display: flex; justify-content: flex-start; align-items: center; }
.head1 .rt a { color: #fff; display: block; padding: 0 1.82vw; background: var(--third-color); transition: all .3s ease; }
.head1 .rt a:nth-child(2n) { background: var(--secondary-color); }
.head1 .rt a:hover { opacity: .9; }
.head2bg { box-shadow: 0 1px 0 #eee; }
.head2 { height: 100px; transition: all .3s ease; 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; }
.head2 .lt { display: flex; justify-content: flex-start; align-items: center; }
.head .logo { }
.head .logo img { display: block; max-width: 20vw; max-height: 80px; }
.head .logo .img2 { display: none; }
.head .logo_txt {
font-size:.94vw; margin-left: 1.82vw; padding-left: 1.82vw; border-left: 1px solid #ddd; }
.head .logo_txt strong { display: block; font-size: 1.46vw; font-weight: bold; }
.head .logo_txt span { display: block; }
.head2 .rt { }
.head .h_phone { font-size: 16px; padding-right: 55px; background: url(../images/h_phone1.png) right center no-repeat; text-align: right; color: #333; }
.head .h_phone span { display: block; }
.head .h_phone strong { display: block; font-size: 36px; }
.head3bg { box-shadow: 0 4px 0 var(--primary-color); }
.head3 { }
/*menu*/
.head .menu { height: 60px; line-height: 60px; }
.head .menu>ul { display: flex; justify-content: space-between; align-items: center; }
.head .menu>ul>li { width: 100%; }
.head .menu>ul>li.menu_down { position: relative; }
.head .menu>ul>li>a { color: #333; display: block; text-align: center; font-size: 18px; position: relative; }
.head .menu>ul>li>a:hover, .head .menu>ul>li:hover>a, .head .menu>ul>li.hover>a { color: var(--primary-color) !important; }
.head .menu>ul>li>a:before { content: ""; width: 0; height: 2px; background: var(--primary-color); position: absolute; top: 0; left: 50%; transform: translateX(-50%); transition: all .3s ease; }
.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: fit-content; min-width: 100%; background: #fff; box-shadow: 1px 5px 10px rgba(0,0,0,0.2); 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: 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.active1 { position: fixed; background: #fff; box-shadow: 1px 5px 10px rgba(0,0,0,0.2); transform: translateY(-40px); }
.head.active1 .logo .img1 { display: block !important; }
.head.active1 .logo .img2 { display: none !important; }
.head.active1 .h_phone { color: #333 !important; }
.head.active1 .menu>ul>li>a { color: #333 !important; }
.head_height { height: 200px; }
@media(max-width:999px) {
.head_height { height: 60px !important; }
.head { position: fixed; background: #fff; transform: translateY(0px) !important; }
.head1bg { display: none; }
.head2 { height: 60px; }
.head .logo img { max-width: 68vw; max-height: 50px; }
.head .logo .img2 { display: none !important }
.head .logo .img1 { display: block !important }
.head .logo_txt { display: none; }
.head .h_phone { display: none; }
.head3bg { display: none; }
}
/**/
.head .nav_open { width: 60px; height: 60px; background: var(--primary-color); cursor: pointer; position: fixed; right: 0; top: 0; 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: 20px; }
.head .nav_open:after { content: ""; bottom: 20px; }
.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(100vh - 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: var(--primary-color); color: #fff; 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 { padding: 10px 5%; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.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: #fff; }
.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%; overflow:visible;}
.banner_swiper .swiper-container .swiper-slide { position: relative; }
.banner_swiper .swiper-container .swiper-slide>img {margin-top:160px; display: block; width: 100%; height: 36.46vw; }
.banner_swiper .swiper-pagination { bottom: 50px; height: 16px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet { vertical-align: top; margin: 0 6px; width: 16px; height: 16px; border-radius: 16px; background: #fff; opacity: 1; transition: all .3s ease; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 32px; background: var(--primary-color); opacity: 1; }
.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next { text-align: center; width: 49px; height: 104px; line-height: 104px; margin-top: -52px; border-radius: 4px; background: rgba(0,0,0,.3); 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: 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>img { min-height: 0;margin-top:60px; height:auto;}
.banner_swiper .swiper-pagination { bottom: 10px; height: 8px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet { margin: 0 3px; width: 8px; height: 8px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 16px; }
.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next { width: 30px; height: 30px; line-height: 30px; margin-top: -15px; font-size: 20px; }
}
.banner_btnbg{ position:absolute; top:85%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.banner_btn{ text-align:center; display: flex; justify-content: space-around;align-items: center; padding:0 28%;}
.banner_btn a{ display:inline-block; background:#0288e1; color:#fff; border-radius:40px; transition:all .3s ease; position:relative;}
.banner_btn a span{ display:block; font-size:20px; line-height:40px; padding:0 20px; border-radius:40px;}
.banner_btn a:hover{ opacity:.9;}
.banner_btn a:nth-child(2){ background:#00c921;}
.banner_btn a .ewm{ width:120px; padding:10px 0 0 0; position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none;}
.banner_btn a:hover .ewm{ display:block;}
.banner_btn a .ewm img{ display:block; width:100%;}
@media(max-width:999px) {
.banner_btnbg{ top:90%; }
.banner_btn{ padding:0 ;}
.banner_btn a span{ font-size:12px; line-height:20px; padding:0 20px; }
}
.tit1 { text-align: center; }
.tit1 .h2 { font-size: 36px; line-height: 46px; font-weight: bold; }
.tit1 .h3 { font-size: 21px; line-height: 31px; opacity: .7; }
.con01bg { padding: 80px 0; background: url(../images/c1_bg1.jpg) center no-repeat; background-size: cover; }
.con01 { }
.con01 .list { margin-top: 40px; }
.con01 .list ul { display: flex; justify-content: space-between;/*align-items: center;*/ }
.con01 .list ul li { width: 23%; text-align: center; }
.con01 .list ul li .nr_box { }
.con01 .list ul li .box1 { display: flex; justify-content: center; align-items: center; }
.con01 .list ul li .box1 .imgbg { width: 63px; margin-right: -31px; }
.con01 .list ul li .box1 .img { padding-bottom: 100%; position: relative; overflow: hidden; border-radius: 100%; background: var(--primary-color); }
.con01 .list ul li .box1 .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 .box1 .txtbg { width: 160px; height: 160px; background: #fff; border: 1px #eee solid; border-radius: 100%; display: flex; justify-content: center; align-items: center; }
.con01 .list ul li .box1 .txt { width: 90%; }
.con01 .list ul li .box1 .txt .h2 { font-size: 25px; line-height: 35px; }
.con01 .list ul li .box1 .txt .h3 { font-size: 32px; line-height: 42px; font-weight: bold; }
.con01 .list ul li .box2 { margin-top: 20px; }
.con01 .list ul li .h4 { font-size: 18px; line-height: 28px; }
.con01 .list2 { font-size: 20px; line-height: 2em; margin-top: 40px; text-align: center; font-weight: bold; }
@media(max-width:999px) {
.tit1 .h2 { font-size: 20px; line-height: 30px; }
.tit1 .h3 { font-size: 12px; line-height: 22px; }
.con01bg { padding: 40px 0; }
.con01 .list { margin-top: 20px; }
.con01 .list ul { flex-wrap: wrap; }
.con01 .list ul li { width: 48%; margin-bottom: 20px; }
.con01 .list ul li .box1 .imgbg { width: 40px; margin-right: -20px; }
.con01 .list ul li .box1 .txtbg { width: 100px; height: 100px; }
.con01 .list ul li .box1 .txt .h2 { font-size: 20px; line-height: 30px; }
.con01 .list ul li .box1 .txt .h3 { font-size: 24px; line-height: 34px; }
.con01 .list ul li .box2 { margin-top: 10px; }
.con01 .list ul li .h4 { font-size: 14px; line-height: 24px; }
.con01 .list2 { font-size: 16px; line-height: 2em; margin-top: 20px; }
}
.tit2 { text-align: center; }
.tit2 .h2 { font-size: 42px; line-height: 52px; font-weight: bold; }
.index_add1 p { font-size: 22px; text-align: center; font-weight: bold; }
.tit2 .h3 { font-size: 17px; line-height: 27px; opacity: .7; margin-top: 5px; }
.tit2 .line1 { margin-top: 6px; }
.tit2 .line1 img { display: block; margin: 0 auto; max-width: 100%; animation: Screw 2s infinite; }
.con02bg { padding: 80px 0; background: url(../images/c2_bg1.jpg) center no-repeat; background-size: cover; }
.con02 { }
.con02 .list { margin-top: 40px; }
.slideTxtBox_01 { }
.slideTxtBox_01 .hd { background: #fff; margin-bottom: 30px; font-size: 18px; line-height: 28px; }
.slideTxtBox_01 .hd ul { display: flex; justify-content: space-between;/*align-items: center;*/ }
.slideTxtBox_01 .hd ul li { cursor: pointer; width: 100%; border-left: 1px solid #eee; }
.slideTxtBox_01 .hd ul li:nth-child(1) { border-left: none; }
.slideTxtBox_01 .hd ul li a { display: block; text-align: center; display: flex; justify-content: center; align-items: center; }
.slideTxtBox_01 .hd ul li i { display: inline-block; vertical-align: top; width: 30px; height: 80px; position: relative; overflow: hidden; }
.slideTxtBox_01 .hd ul li i img { width: 30px; position: absolute; top: 0; left: 0; }
.slideTxtBox_01 .hd ul li span { max-width: calc(100% - 30px); height: 80px; display: flex; justify-content: center; align-items: center; }
.slideTxtBox_01 .hd ul li.on a { background: var(--primary-color); color: #fff; }
.slideTxtBox_01 .hd ul li.on i img { top: -90px; }
.slideTxtBox_01 .bd { }
.con02_list { display: flex; justify-content: space-between;/*align-items: center;*/ }
.con02_lt { width: 39%; background: #fff; margin-bottom: 15px; position: relative; display: flex; justify-content: center; align-items: center; }
.con02_lt .nr_box { width: 82%; }
.con02_lt .txt { }
.con02_lt .txt .h2 { font-size: 30px; line-height: 40px; border-bottom: 1px dotted #ccc; padding-bottom: 5px; margin-bottom: 20px; }
.con02_lt .txt .h3 { font-size: 16px; line-height: 26px; }
.con02_lt .txt .h3 ul { display: flex; justify-content: space-between;/*align-items: center;*/ flex-wrap: wrap; }
.con02_lt .txt .h3 ul li { width: calc(50% - 30px); padding-left: 30px; background: url(../images/ico_list3.png) left top 2px no-repeat; margin-top: 5px; }
.con02_lt .img { height: 440px; position: relative; margin-top: 20px; }
.con02_lt .img img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con02_lt .i_phone { background: var(--secondary-color) url(../images/i_phone1.png) left 45px center no-repeat; color: #fff; font-size: 16px; line-height: 26px; padding: 10px 80px 10px 100px; width: 380px; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.con02_lt .i_phone:before { content: ""; width: 402px; height: 10px; background: url(../images/c2_bg2.png) center no-repeat; position: absolute; bottom: 0; left: -11px; }
.con02_lt .i_phone span { display: block; }
.con02_lt .i_phone strong { display: block; font-size: 30px; line-height: 1em; font-weight: normal; }
.con02_rt { width: 57%; }
.con02_rt ul { display: flex; justify-content: space-between;/*align-items: center;*/ flex-wrap: wrap; }
.con02_rt ul li { width: calc((100% - 31px)/3); margin: 0 0 15px 15px; text-align: center; }
.con02_rt ul li:nth-child(3n-2) { margin-left: 0; }
.con02_rt ul li .nr_box { border: 1px solid #ddd; background: #fff; }
.con02_rt ul li .img { height: 275px; 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; z-index: 1; }
.con02_rt ul li:hover .img img { transform: scale(1.1); }
.con02_rt ul li .img:before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5) url(../images/ico_big.png) center no-repeat; position: absolute; top: -101%; left: 0; transition: all .3s ease; z-index: 2; }
.con02_rt ul li:hover .img:before { top: 0; }
.con02_rt ul li .txt { background: #eeecec; padding: 17px 5%; transition: all .3s ease; }
.con02_rt ul li:hover .txt { background: var(--primary-color); color: #fff; }
.con02_rt ul li .txt .h2 { font-size: 15px; line-height: 25px; height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
@-webkit-keyframes Screw { 0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-moz-keyframes mymove { 0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-ms-keyframes Screw { 0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@-o-keyframes Screw { 0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@media(max-width:999px) {
.tit2 .h2 { font-size: 20px; line-height: 30px; }
.tit2 .h3 { font-size: 12px; line-height: 22px; margin-top: 0; }
.tit2 .line1 { margin-top: 6px; }
.con02bg { padding: 40px 0; }
.con02 .list { margin-top: 20px; }
.slideTxtBox_01 .hd { margin-bottom: 20px; font-size: 14px; line-height: 18px; overflow-x: auto; }
.slideTxtBox_01 .hd ul { width: 768px; }
.con02_list { display: block; }
.con02_lt { width: 100%; margin-bottom: 15px; display: block; }
.con02_lt .nr_box { width: 90%; padding: 20px 5%; }
.con02_lt .txt .h2 { font-size: 20px; line-height: 30px; padding-bottom: 5px; margin-bottom: 10px; }
.con02_lt .txt .h3 { font-size: 14px; line-height: 24px; }
.con02_lt .txt .h3 ul li { width: calc(50% - 25px); padding-left: 25px; background-position: left top 1px; margin-top: 5px; }
.con02_lt .img { height: auto; padding-bottom: 100%; margin-top: 20px; }
.con02_lt .i_phone { background-position: left 10px center; font-size: 16px; line-height: 26px; padding: 10px 10px 10px 70px; width: 100%; position: static; transform: translateX(0); }
.con02_lt .i_phone:before { display: none; }
.con02_lt .i_phone strong { font-size: 30px; line-height: 1em; }
.con02_rt { width: 100%; }
.con02_rt ul { display: flex; justify-content: space-between;/*align-items: center;*/ flex-wrap: wrap; }
.con02_rt ul li { width: calc((100% - 15px)/2); margin: 0 0 15px 15px; text-align: center; }
.con02_rt ul li:nth-child(2n-1) { margin-left: 0; }
.con02_rt ul li .img { height: auto; padding-bottom: 75%; }
.con02_rt ul li .txt { padding: 10px 5%; }
.con02_rt ul li .txt .h2 { font-size: 14px; line-height: 24px; height: auto; }
}
.more1 { }
.more1 span { display: inline-block; text-align: center; font-size: 18px; line-height: 46px; width: 152px; border-radius: 50px; background: #fff; color: #333; transition: all .3s ease; }
.more1 span:hover { background: var(--secondary-color); color: #fff; }
.con03bg { margin: 80px 0; }
.con03 { }
.con03 .list { margin-top: 40px; }
.con03 .list dl { display: flex; justify-content: space-between;/*align-items: center;*/ }
.con03 .list dl dd { width:24.625%; margin-left: .5%; transition: all .5s ease; position: relative; overflow: hidden; }
.con03 .list dl dd:nth-child(1) { margin-left: 0; }
.con03 .list dl dd .img { height: 400px; position: relative; overflow: hidden; }
.con03 .list dl dd .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con03 .list dl dd .txt1bg { width: 100%; height: 100%; background: rgba(2,7,22,0.7); position: absolute; top: 0; left: 0; }
.con03 .list dl dd .txt1 { padding: 150px 5% 0 5%; color: #fff; text-align: center; }
.con03 .list dl dd .txt1 .ico { height: 39px; position: relative; margin-bottom: 20px; }
.con03 .list dl dd .txt1 .ico img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.con03 .list dl dd .txt1 .h2 { font-size: 30px; line-height: 46px; font-weight: bold; }
.con03 .list dl dd .txt1 .line1 { margin: 0 auto; width: 1px; height: 65px; background: #fff; margin-top: 160px; margin-bottom: 70px; }
.con03 .list dl dd .txt1 .h3 { font-size: 14px; line-height: 24px; font-weight: bold; }
.con03 .list dl dd .txt2bg { width: 44.6%; height: 100%; background: rgba(14,79,165,0.9); position: absolute; top: 0; right: 0; display: none; }
.con03 .list dl dd .txt2 { padding: 50px 5% 0 5%; color: #fff; }
.con03 .list dl dd .txt2 .h2 { display: inline-block; border: 1px solid #fff; padding: 20px 5%; font-size: 14px; line-height: 24px; font-weight: bold; margin-bottom: 60px; }
.con03 .list dl dd .txt2 .h2 strong { display: block; font-size: 36px; line-height: 46px; }
.con03 .list dl dd .txt2 .h2 span { display: block; text-transform: uppercase; }
.con03 .list dl dd .txt2 .h3 { font-size: 24px; line-height: 34px; font-weight: bold; border-bottom: 2px solid #fff; padding-bottom: 10px; margin-bottom: 25px; }
.con03 .list dl dd .txt2 .h4 { font-size: 15px; line-height: 25px; margin-bottom: 60px; }
.con03 .list dl dd .txt2 .h4 ul li { margin-top: 10px; padding-left: 15px; background: url(../images/ico_list4.png) left top 7px no-repeat; }
.con03 .list dl dd.on { width: 64.1%; }
.con03 .list dl dd.on .txt1bg { display: none; }
.con03 .list dl dd.on .txt2bg { display: block; }
.con03 .list dl dd.no{ width: 11.4%;}
@media(max-width:999px) {
.more1 span { font-size: 14px; line-height: 34px; width: 100px; }
.con03bg { margin: 40px 0; }
.con03 .list { margin-top: 20px; }
.con03 .list dl { display: block; }
.con03 .list dl dd { width: 100% !important; margin: 0 0 15px 0 !important; }
.con03 .list dl dd .img { height: auto; padding-bottom: 64%; }
.con03 .list dl dd .txt1bg { display: none !important; }
.con03 .list dl dd .txt2bg { width: 100%; position: static; display: block !important; }
.con03 .list dl dd .txt2 { padding: 20px 5%; }
.con03 .list dl dd .txt2 .h2 { padding: 10px 5%; font-size: 12px; line-height: 16px; margin-bottom: 20px; }
.con03 .list dl dd .txt2 .h2 strong { font-size: 20px; line-height: 30px; }
.con03 .list dl dd .txt2 .h3 { font-size: 18px; line-height: 28px; padding-bottom: 5px; margin-bottom: 10px; }
.con03 .list dl dd .txt2 .h4 { font-size: 14px; line-height: 18px; margin-bottom: 20px; }
.con03 .list dl dd .txt2 .h4 ul li { margin-top: 5px; background-position: left top 4px; }
}
.con04bg { padding: 100px 0 120px 0; background: url(../images/c4_bg1.png) center no-repeat; }
.con04 { }
.con04 .list { margin-top: 110px; }
.con04 .list ul { width: 1110px; margin: 0 auto; }
.con04 .list ul li { float: left; width: 234px; height: 234px; background: url(../images/c4_bg2.png) top center no-repeat; text-align: center; margin-left: -88px; }
.con04 .list ul li:hover { background-position: bottom center; color: #fff; }
.con04 .list ul li .txtbg { width: 210px; height: 210px; padding: 0 24px 24px 0; display: flex; justify-content: center; align-items: center; box-sizing: content-box; }
.con04 .list ul li .txt { width: 90%; }
.con04 .list ul li .txt .h2 { font-size: 48px; line-height: 1em; color: #eee; margin-bottom: 10px; }
.con04 .list ul li .txt .h3 { font-size: 23px; line-height: 33px; }
.con04 .list ul li .txt .h4 { font-size: 14px; line-height: 24px; }
.con04 .list ul li:nth-child(1) { margin-left: 0; }
.con04 .list ul li:nth-child(2n-1) { margin-top: -66px; }
.con04 .list ul li:nth-child(2n) { margin-top: 66px; }
@media(max-width:999px) {
.con04bg { display: none; }
}
.con05bg { margin: 0px 0; }
.con05 { }
.con05 .list { }
.sccj_swiper { padding: 0 100px; position: relative; }
.sccj_swiper .swiper-container { width: 100%; }
.sccj_swiper .swiper-container .swiper-slide { position: relative; }
.sccj_swiper .swiper-container .swiper-slide .img { padding-bottom: 75%; position: relative; overflow: hidden; }
.sccj_swiper .swiper-container .swiper-slide .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.sccj_swiper .swiper-container .swiper-slide .txt { width: 100%; height: 45px; overflow: hidden; background: rgba(0, 0, 0, 0.3); color: #fff; text-align: center; overflow: hidden; position: absolute; bottom: 0; left: 0; z-index: 3; transition: all .3s ease; }
.sccj_swiper .swiper-container .swiper-slide:hover .txt { height: 100%; display: flex; justify-content: center; align-items: center; }
.sccj_swiper .swiper-container .swiper-slide .txt .h2 { font-size: 15px; line-height: 45px; padding: 0 5%; }
.sccj_swiper .swiper-pagination { display: none; }
.sccj_swiper .swiper-pagination .swiper-pagination-bullet { }
.sccj_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { }
.sccj_swiper .swiper-button-prev, .sccj_swiper .swiper-button-next { text-align: center; width: 63px; height: 63px; line-height: 63px; margin-top: -31px; border-radius: 100%; background: rgba(0,0,0,.3); color: #fff; font-size: 30px; transition: all .3s ease; }
.sccj_swiper .swiper-button-prev:hover, .sccj_swiper .swiper-button-next:hover { background: var(--primary-color); }
.sccj_swiper .swiper-button-prev { left: 0; }
.sccj_swiper .swiper-button-next { right: 0; }
@media(max-width:999px) {
.con05bg { margin: 40px 0; }
.sccj_swiper { padding: 0; }
.sccj_swiper .swiper-container .swiper-slide .txt { height: 44px; }
.sccj_swiper .swiper-container .swiper-slide .txt .h2 { font-size: 14px; line-height: 44px; }
.sccj_swiper .swiper-button-prev, .sccj_swiper .swiper-button-next { width: 30px; height: 30px; line-height: 30px; margin-top: -15px; font-size: 20px; }
}
.tit3 { }
.tit3 .h2 { font-size: 34px; line-height: 1em; font-weight: bold; text-transform: uppercase; font-family: Times New Roman; margin-bottom: 5px; }
.tit3 .h3 { font-size: 34px; line-height: 44px; font-weight: bold; color: var(--primary-color); }
.more2 { }
.more2 span { display: inline-block; text-align: center; font-size: 16px; line-height: 45px; width: 140px; background: var(--primary-color); color: #fff; }
.more2 span:hover { opacity: .9; }
.con06bg { padding: 100px 0; background: url(../images/c6_bg1.jpg) center no-repeat; background-size: cover; }
.con06 { background: #fff; padding: 50px 5%; display: flex; justify-content: space-between; align-items: flex-end; }
.con06_lt { width: 50%; }
.con06_lt img { display: block; width: 100%; }
.con06_rt { width: 48%; }
.con06_rt .box1 { margin-top: .52vw; /*margin-bottom: 2.08vw;*/ }
.con06_rt .box1 .txt { font-size: 15px; line-height: 2em; margin-bottom:-12px; }
.con06_rt .box1 .txt *{ line-height: 2em !important;}
.con06_rt .box2 { }
.con06_rt .box2 ul { display: flex; justify-content: space-between;/*align-items: center;*/ }
.con06_rt .box2 ul li { width: 25%; text-align: center; border-left: 1px #ddd dashed; }
.con06_rt .box2 ul li:nth-child(1) { border-left: none; }
.con06_rt .box2 ul li .txt { }
.con06_rt .box2 ul li .txt .h2 { font-size: 1.86vw; font-weight: bold; }
.con06_rt .box2 ul li .txt .h2 strong { }
.con06_rt .box2 ul li .txt .h2 span { display: inline-block; vertical-align: top; text-align: center; font-size:.84vw;
width: 1.04vw; height: 1.04vw; line-height: 1.04vw; border-radius: 100%; background: var(--primary-color); color: #fff; }
.con06_rt .box2 ul li .txt .h3 {
font-size:.78vw; line-height: 1.6em; }
@media(max-width:1573px){
.con06 .tit3 .h3{ font-size:2.17vw; line-height:1.3em;}
.con06_rt .box1 { margin-top: 1.04vw; }
.con06_rt .box1 .txt { line-height: 2em !important; }
.con06_rt .box1 .txt *{ font-size: 1.02vw !important; line-height: 2em !important;}
.con06_rt .box1 .txt p{ padding:.26vw 0;}
}

@media(max-width:999px) {
.tit3 .h2 { font-size: 24px; line-height: 1em; margin-bottom: 0; }
.tit3 .h3 { font-size: 24px; line-height: 34px; }
.more2 span { font-size: 14px; line-height: 30px; width: 100px; }
.con06bg { padding: 80px 0; }
.con06 { padding: 40px 5%; display: block; }
.con06_lt { width: 100%; margin-bottom: 10px; }
.con06_rt { width: 100%; }
.con06_rt .box1 { margin-top: 10px; margin-bottom: 20px; }
.con06_rt .box1 .txt { font-size: 14px; line-height: 2em; margin-bottom: 10px; }
.con06_rt .box2 ul { flex-wrap: wrap; }
.con06_rt .box2 ul li { width: calc(50% - 1px); margin: 10px 0; }
.con06_rt .box2 ul li:nth-child(2n-1) { border-left: none; }
.con06_rt .box2 ul li .txt .h2 { font-size: 24px; }
.con06_rt .box2 ul li .txt .h2 span { font-size: 12px; width: 16px; height: 16px; line-height: 16px; }
.con06_rt .box2 ul li .txt .h3 { font-size: 14px; line-height: 1.6em; }
}
.con07bg { padding: 80px 0; background: #f5f5f5; }
.con07 { }
.con07 .list { margin-top: 40px; }
.slideTxtBox_02 { }
.slideTxtBox_02 .hd { margin-bottom: 30px; font-size: 20px; line-height: 24px; }
.slideTxtBox_02 .hd ul { display: flex; justify-content: center;/*align-items: center;*/ }
.slideTxtBox_02 .hd ul li { cursor: pointer; width: 230px; background: #fff; border-radius: 50px; overflow: hidden; margin: 0 6px; }
.slideTxtBox_02 .hd ul li a { display: block; text-align: center; display: flex; justify-content: center; align-items: center; }
.slideTxtBox_02 .hd ul li i { display: inline-block; vertical-align: top; width: 30px; height: 50px; position: relative; overflow: hidden; margin-right: 5px; }
.slideTxtBox_02 .hd ul li i img { width: 30px; position: absolute; top: 10px; left: 0; }
.slideTxtBox_02 .hd ul li span { max-width: calc(100% - 35px); height: 50px; display: flex; justify-content: center; align-items: center; }
.slideTxtBox_02 .hd ul li.on a { background: var(--primary-color); color: #fff; }
.slideTxtBox_02 .hd ul li.on i img { top: -60px; }
.slideTxtBox_02 .bd { }
.con07_list { }
.con07_list ul li { float: left; width: calc((100% - 60px)/3); margin: 0 0 30px 30px; }
.con07_list ul li:nth-child(3n-2) { margin-left: 0; clear: left; }
.con07_list ul li .nr_box { }
.con07_list ul li .img { padding-bottom: 72%; position: relative; overflow: hidden; border: 1px solid #ddd; background: #fff; }
.con07_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; }
.con07_list ul li:hover .img img { transform: scale(1.1); }
.con07_list ul li .txt { padding: 20px 0 0 5%; position: relative; }
.con07_list ul li .txt .h2 { font-size: 18px; line-height: 28px; margin-bottom: 35px; padding-left: 100px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.con07_list ul li .txt .h3 { font-size: 14px; line-height: 24px; color: #999; margin-bottom: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.con07_list ul li .txt .btn { }
.con07_list ul li .txt .btn i { display: inline-block; width: 32px; height: 7px; background: url(../images/ico_more1.png) left 2px center no-repeat; transition: all .3s ease; }
.con07_list ul li .txt .btn i:hover { background-position: left -32px center; }
.con07_list ul li .txt .date { width: 87px; height: 46px; padding: 40px 0 0 0; font-size: 18px; line-height: 46px; background: #343434 url(../images/c7_bg1.png) center no-repeat; color: #fff; text-align: center; position: absolute; left: 5%; top: 0; transform: translateY(-50%); box-sizing: content-box; }
@media(max-width:999px) {
.con07bg { padding: 40px 0; }
.con07 .list { margin-top: 20px; }
.slideTxtBox_02 .hd { margin-bottom: 20px; font-size: 14px; line-height: 18px; }
.slideTxtBox_02 .hd ul li { width: 230px; margin: 0 2px; }
.slideTxtBox_02 .hd ul li i { width: 20px; height: 40px; margin-right: 5px; }
.slideTxtBox_02 .hd ul li i img { width: 20px; top: 12px; }
.slideTxtBox_02 .hd ul li span { max-width: calc(100% - 25px); height: 40px; }
.slideTxtBox_02 .hd ul li.on i img { top: -36px; }
.con07_list ul li { width: 100%; margin: 0 0 20px 0; }
.con07_list ul li .txt { padding: 20px 0 0 5%; }
.con07_list ul li .txt .h2 { font-size: 18px; line-height: 28px; margin-bottom: 15px; }
.con07_list ul li .txt .h3 { font-size: 14px; line-height: 24px; margin-bottom: 10px; }
}
.con08bg { background: #f5f5f5; margin-bottom: -100px; }
.con08 { background: var(--primary-color); color: #fff; border-radius: 10px; padding: 25px 1.5%; position: relative; z-index: 2; }
.con08 .list { }
.con08 .list dl { display: flex; justify-content: space-between;/*align-items: center;*/ }
.con08 .list dl dt { font-size: 20px; line-height: 23px; }
.con08 .list dl dt strong { font-weight: normal; font-family: Impact; margin-left: 5px; }
.con08 .list dl dd { width: calc(100% - 140px); font-size: 13px; line-height: 23px; }
.con08 .list dl dd a { color: #fff; margin: 0 10px 0 0; }
.con08 .list dl dd a:hover { text-decoration: underline; }
@media(max-width:999px) {
.con08 { padding: 20px 5%; }
.con08 .list dl { display: block; }
.con08 .list dl dt { font-size: 20px; line-height: 30px; }
.con08 .list dl dt strong { margin-left: 5px; }
.con08 .list dl dd { width: 100%; font-size: 13px; line-height: 23px; }
.con08 .list dl dd a { margin: 5px 10px 0 0; }
}
.index_add1bg { padding: 80px 0; background-repeat: no-repeat; background-position: center; background-size: cover; }
.index_add1 { }
.index_add1 .list { margin-top: 40px; }
.index_add1 .list ul { display: flex; justify-content: flex-start;/*align-items: center;*/ flex-wrap: wrap; }
.index_add1 .list ul li { width: calc((100% - 60px)/3); margin: 0 0 20px 20px; }

.index_add1 .list ul li .img { padding-bottom: 42%; position: relative; overflow: hidden; border: 1px solid #ccc; }
.index_add1 .list ul li .img img { max-width: 100%;object-fit:cover; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
@media(max-width:999px) {
.index_add1bg { padding: 40px 0; }
.index_add1 .list { margin-top: 20px; }
.index_add1 .list ul li { width: calc((100% - 10px)/2); margin: 0 0 20px 10px; }
.index_add1 .list ul li:nth-child(2n-1) { margin-left: 0; }
    .index_add1 .list ul li:nth-child(3n-2) {
        margin-left: 0 0 20px 10px;
    }
}
.index_add2bg { padding: 40px 0; background: #f5f5f5; }
.index_add2 { }
.index_add2 .list { }
.index_add2 .list ul { display: flex; justify-content: flex-start;/*align-items: center;*/ flex-wrap: wrap; }
.index_add2 .list ul li { margin: 0 20px 20px 0; }
.index_add2 .list ul li a { display: block; text-align: center; font-size: 16px; line-height: 50px; padding: 0 25px; border-radius: 5px; background: var(--primary-color); color: #fff; transition: all .3s ease; min-width: 200px; box-sizing: border-box; }
.index_add2 .list ul li a:hover { opacity: .9; }
@media(max-width:999px) {
.index_add2bg { padding: 20px 0; }
.index_add2 .list ul li { width: 48%; margin: 0 0 20px 4%; }
.index_add2 .list ul li:nth-child(2n-1) { margin-left: 0; }
.index_add2 .list ul li a { font-size: 14px; line-height: 40px; padding: 0 10px; min-width: 100%; }
}
.slide_section3 { padding: 6.24vw 0 10.42vw 0; background-repeat: no-repeat; background-size: cover; justify-content: space-between;}
.con_title { margin-bottom: 40px; }
.con_title h1 { color: rgba(21, 26, 89, .4); font-size: 50px; }
.con_title strong { font-weight: normal; font-size: 30px; color: #000; display: block; margin-top: -35px; }
.section3 { display: flex; width: 100%; height: 100%; flex-direction: column; justify-content: center; padding: 0 10%; }
.section3con { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; }
.sec3left { width: 20vw; }
.sec1p p { font-size: 20px; margin-bottom: 20px; font-weight: bold; }
.sec1p span { font-size: 14px; display: block; line-height: 25px; color: #666; }
.sec3center { position: relative; width: 25vw; display: flex; align-items: center; justify-content: center; height: 25vw; background-color: #fff; border-radius: 50%; }
.sec3center a{ display: flex; align-items: center; justify-content: center; width:100%; height:100%;}
.sec3center_cir { position: absolute; width: 27vw; height: 27vw; border: 1px solid #999; border-radius: 50%; left: -1vw; top: -1vw; animation: cir 15s linear 0s infinite; }
.sec3center img { width: 100%; height:100%; border-radius:100%; transition: all .3s ease; display: block; margin: 0 auto; position: relative; z-index: 99; }
.sec3center img:hover { transform: scale(1.1); }
.sec3center_cir::after { content: ''; width: 8px; height: 8px; background-color: #666; position: absolute; left: 13vw; top: -0.2vw; border-radius: 50%; }
 @keyframes cir { 100% {
 transform: rotate(360deg);
}
}
.sec3right { width: 20vw; height: 100%; display: flex; flex-direction: column; justify-content: center;  position:relative;}
.sec3right ul { height: 100%; justify-content: center; display: flex; flex-direction: column; }
.sec3right ul li { cursor: pointer; display: flex; position: relative; align-items: center; justify-content: right; padding-right: 30px; }
.sec3right ul li:hover p { font-weight: bold; color: var(--primary-color); padding-right: 15px; }
.sec3right ul::after { content: ''; height: 100%; border: 1px dashed #999; position: absolute; right: 39px; top: 0; }
.sec3right ul li span { width: 20px; height: 20px; margin-left:5px; background-color: #fff; border-radius: 50%; border: 2px solid #888888; }
.sec3right ul li img { width: 70px; height: 70px; margin-left:5px; object-fit: contain; }
.sec3right ul li p { font-size: 15px; transition: all .3s ease; }
.more11 { display: flex; align-items: center; margin-top: 25px; cursor: pointer; }
.more11 .cir { width: 50px; height: 50px; border: 1px solid #666; display: flex; align-items: center; justify-content: center; border-radius: 50%; position: relative; }
.more11 .cir::after { position: absolute; content: ''; width: 60px; border-radius: 50%; height: 60px; border: 1px dashed #666; animation: tocir 15s linear 0s infinite; }
.cir span { display: block; width: 8px; height: 8px; background-color: #666; border-radius: 50%; }
.more_span { font-size: 15px; color: #666; display: block; margin-left: 15px; }
 @keyframes tocir { 100% {
 transform: rotate(360deg);
}
}
@media(max-width:999px) {
    
.slide_section3 { padding: 40px 0 60px 0;}
.con_title { margin-bottom: 20px; }
.con_title h1 { font-size: 24px; }
.con_title strong { font-size: 14px; margin-top: -14px; }
.section3 { display: block; padding: 0 5%; }
.section3con { display:block; }
.sec3left { width: 100%; margin-bottom:20px;}
.sec1p p { font-size: 20px; margin-bottom: 20px; }
.sec1p span { font-size: 14px; line-height: 25px; }
.sec3center { margin:0 auto; width: 80vw; height: 80vw; margin-bottom:20px;}
.sec3center_cir { width: 86vw; height: 86vw;  left: -3vw; top: -3vw;}
.sec3right { width: 100%; height: 100%; background:#fff; padding:20px 5%; display:block;}
.sec3right ul { height: 100%; flex-direction: row; flex-wrap:wrap;}
.sec3right ul::after{ display:none;}
.sec3right ul li { width:50%; padding: 5px 5px; display:block; text-align:center;}
.sec3right ul li span { display:none;}
.sec3right ul li img { width: 70px; height: 70px; margin:0 auto; }
.sec3right ul li p { font-size: 12px; }
.more11 { margin-top: 20px; } 
}


.tit21{ text-align:center;}
.tit21 .h2{ font-size:36px; line-height:46px;}
.tit21 .h3{ font-size:14px; line-height:24px; color:#999; margin-top:45px;}
.more22{}
.more22 span{ display:inline-block; text-align:center; font-size:16px; line-height:26px;}
.more22 span:hover{ color:var(--primary-color);}
.index_add3bg{padding: 100px 0; background:center no-repeat; background-size: cover;}
.index_add3{}
.index_add3 .list{ margin-top:80px;}
.index_add3 .list ul li{ margin-bottom:100px;}
.index_add3 .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;}
.index_add3 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.index_add3 .list ul li .imgbg{ width:58%;}
.index_add3 .list ul li .img{ padding-bottom:56%; position:relative;}
.index_add3 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.index_add3 .list ul li .txtbg{ width:42%; background:url(../images/bgright.png) center no-repeat; background-size:100% 100%;}
.index_add3 .list ul li:nth-child(2n) .txtbg{ background-image:url(../images/bgleft.png);}
.index_add3 .list ul li .txt{ padding:40px 10%; color:#666;}
.index_add3 .list ul li .txt .h2{ font-size:24px; line-height:34px; color:#333;}
.index_add3 .list ul li:hover .txt .h2{ color:var(--primary-color);}
.index_add3 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:45px;}
.index_add3 .list ul li .txt .line1{ width:30px; height:2px; background:#b8becc; margin-top:25px; margin-bottom:30px;}
@media(max-width:999px){
.tit21 .h2{ font-size:24px; line-height:34px;}
.tit21 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.more22 span{ font-size:14px; line-height:24px;}
.index_add3bg{ padding:60px 0 20px 0; }
.index_add3 .list{ margin-top:40px;}
.index_add3 .list ul li{ margin-bottom:40px;}
.index_add3 .list ul li .nr_box{ display:block;}
.index_add3 .list ul li .imgbg{ width:100%;}
.index_add3 .list ul li .txtbg{ width:100%; }
.index_add3 .list ul li .txt{ padding:20px 10%; }
.index_add3 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.index_add3 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.index_add3 .list ul li .txt .line1{ width:30px; height:2px; margin-top:5px; margin-bottom:10px;}
}


.Title01{text-align:center;}
.Title01 span{display:block; font-size:36px; line-height:50px; color:#222222; font-weight:bold;}
.Title01 em{display:block; font-size:17px; line-height:29px; color:#9f9f9f; text-transform:uppercase; font-family:Arial;font-style:normal}
.Title01 .more{float:right; margin-top:46px; background:url(../images/more3.png); display:block; width:24px; height:24px;}
.HomeReason{ padding:3% 0; background-size: 100% 100%;}
.ReasonList{margin:3% 0; position:relative; min-height:397px;}
.ReasonList .Databox{background:url(../images/rbg.png) no-repeat; width:492px; height:397px; position:absolute; left:50%; top:0px; margin-left:-246px;}
.ReasonList .Databox .con{text-align:center; color:#fff; padding:122px 0px 0px;}
.ReasonList .Databox span{display:block; font-size:30px; line-height:54px;}
.ReasonList .Databox .num{line-height:47px; background:url(../images/numbg.png) no-repeat center center; color:#333333; font-weight:bold; letter-spacing:21px;}
.ReasonList .Databox .animateNum{padding-left:19px; font-size:30px;}
.ReasonList .Databox p{font-size:24px; line-height:54px; margin:14px 0px 0px;}
.ReasonList li{width:370px; position:absolute;}
.ReasonList li.r1{top:10px; left:0px;}
.ReasonList li.r2{top:10px; right:0px;}
.ReasonList li.r3{top:140px; left:0px;}
.ReasonList li.r4{top:140px; right:0px;}
.ReasonList li.r5{top:272px; left:0px;}
.ReasonList li.r6{top:272px; right:0px;}
.ReasonList li .icon{width:72px; position:absolute; top:20px; right:0px;}
.ReasonList li:nth-child(2n) .icon{right:auto; left:0px;}
.ReasonList li .txt{padding:0px 92px 0px 0px; text-align:right;}
.ReasonList li:nth-child(2n) .txt{padding:0px 0px 0px 92px; text-align:left;}
.ReasonList li .txt h3{font-size:18px; line-height:46px; color:#2c2c2c;}
.ReasonList li .txt .info{font-size:12px; line-height:24px; color:#333333;}

.ReasonTxt{background-image:url(../images/redbg.png); background-repeat:no-repeat; width:752px; margin:0 auto; background-size:100% 100%; text-align:center; font-size:16px; color:#fff; line-height:30px; padding:2% 0;}
.ReasonTxt .animateNum{font-size:24px; font-family:Arial;}

.Homebtn2{text-align:center; margin:20px 0px 0px;}
.Homebtn2 a{width:265px; line-height:40px; display:inline-block; margin:0px 1px; background:#b0b0b0; background-image:url(../images/arr1.png); background-repeat:no-repeat; background-position:94% center; font-size:14px; color:#fff; transition:all .3s ease;}
.Homebtn2 a.click{background:#00aeef;}
.Homebtn2 a.click:hover{ transform:scale(1.1);}
@media ( max-width:999px){
.Title01 span{font-size:20px; line-height:35px;}
.Title01 em{font-size:15px; line-height:22px;}

.ReasonList .Databox{background:none;}
.ReasonList .Databox .con{color:#333;}
.ReasonTxt{width:94%; padding:4% 3%;}
.ReasonList .Databox{width:100%; height:auto; position:static; margin-left:0;}
.ReasonList .Databox .con{padding:0;}
.ReasonList ul{margin-bottom:3%;}
.ReasonList li{width:100%; position:relative; min-height:72px; margin-bottom:20px; top:0px !important;}
.ReasonList li .icon{right:auto; left:0px; top:0px;}
.ReasonList li .txt{padding:0px 0px 0px 92px; text-align:left;}
.ReasonList .Databox span{font-size:20px; line-height:40px;}
.ReasonList li .txt h3{font-size:16px; line-height:30px;}
}


.foot { padding: 100px 0 0 0; /*background: #06162f url(../images/footbga2.jpg) top center no-repeat; color: #ccc;*/ }
.foot a { color: #000; }
.foot a:hover { color: #fff; }
.foot1bg { padding: 40px 0 0 0; }
.foot1 { display: flex; justify-content: space-between; align-items: center; }
.foot1 .lt { width: 21%; }
.foot .f_logo { margin-bottom: 20px; }
.foot .f_logo img { max-width: 50%; }
.foot .f_phone { font-size: 26px; line-height: 36px; padding-left: 35px; background: url(../images/f_phone1.png) left center no-repeat; color: #fff; margin-bottom: 15px; }
.foot .f_contact { font-size: 14px; line-height: 24px; }
.foot .f_contact ul li { margin-top: 5px; }
.foot .f_contact ul li span { display: inline-block; width: 45px; text-align: justify; text-justify: inter-ideograph; /**/ text-align: justify; -moz-text-align-last: justify; text-align-last: justify; }
.foot1 .ct { width: 54%; }
.foot .f_nav { font-size: 14px; line-height: 24px; display: flex; justify-content: space-between; align-items: center; }
.foot .f_nav dl { border-left: 1px solid #292929; padding: 0 1.04vw; max-width: 150px; box-sizing: content-box; }
.foot .f_nav dl dt { font-size: 16px; /*margin-bottom: 20px;*/ position: relative; z-index: 1; }
.foot .f_nav dl dt:before { content: ""; width: 40px; height: 40px; background: url(../images/buttom6.png) center no-repeat; position: absolute; left: -10px; top: 50%; transform: translateY(-50%); z-index: -1; }
.foot .f_nav dl dt strong { margin-right: 5px; color: #000; }
.foot .f_nav dl dt span { font-size: 12px; line-height: 16px; color: #999; display: block; }
.foot .f_nav dl dd { margin-top: 5px; }
.foot1 .rt { width: 17%; }
.foot .f_ewmbg { }
.slideTxtBox_03 { display: flex; justify-content: space-between; align-items: flex-end; flex-direction: row-reverse; }
.slideTxtBox_03 .hd { width: 38px; }
.slideTxtBox_03 .hd ul li { cursor: pointer; margin: 15px 0 0 0; }
.slideTxtBox_03 .hd ul li i { display: block; width: 38px; height: 38px; position: relative; overflow: hidden; border-radius: 100%; background: #4c4b4b; }
.slideTxtBox_03 .hd ul li i img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.slideTxtBox_03 .hd ul li.on i { background: var(--primary-color); }
.slideTxtBox_03 .bd { width: calc(100% - 80px); max-width: 150px; }
.foot .f_ewm { text-align: center; }
.foot .f_ewm span { display: block; font-size: 17px; line-height: 27px; margin-bottom: 15px; }
.foot .f_ewm img { display: block; margin: 0 auto; width: calc(100% - 10px); border: 1px solid #2f373d; padding: 4px; }
.foot2bg { padding: 40px 0; }
.foot2 { font-size: 14px; line-height: 24px; display: flex; justify-content: space-between;/* align-items: center;*/ }
.foot2 .lt { }
.foot2 .rt { }
@media(max-width:999px) {
.foot { padding: 100px 0 0 0; margin-bottom: 60px; }
.foot1bg { padding: 30px 0 0 0; }
.foot1 { display: block; }
.foot1 .lt { width: 100%; margin-bottom: 20px; }
.foot .f_logo { margin-bottom: 20px; }
.foot .f_phone { font-size: 26px; line-height: 36px; padding-left: 35px; margin-bottom: 15px; }
.foot .f_contact { font-size: 14px; line-height: 24px; }
.foot .f_contact ul li { margin-top: 5px; }
.foot .f_contact ul li span { width: 45px; }
.foot1 .ct { display: none; }
.foot1 .rt { width: 100%; }
.slideTxtBox_03 .bd { width: calc(100% - 50px); max-width: 150px; }
.foot .f_ewm span { font-size: 16px; line-height: 26px; margin-bottom: 10px; }
.foot2bg { padding: 15px 0; }
.foot2 { font-size: 12px; line-height: 22px; display: block; }
}
/*Add------------------------------------------------------------------------------*/

.inbanner { position: relative; display: none; }
.inbanner img { display: block; width: 100%; position: relative; z-index: 1; }
.inbanner .txtbg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; }
.inbanner .txt { }
.inbanner .txt .h2 { font-size: 42px; line-height: 52px; }
.inbanner .txt .h3 { font-size: 16px; line-height: 26px; margin-top: 15px; }
.innav { font-size: 16px; line-height: 20px; margin: 40px 0; box-shadow: 4px 9px 30px 0 rgba(170,177,191,.18); border: 1px solid #eee; }
.innav 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; }
.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: 50px; display: flex; justify-content: center; align-items: center; }
.innav ul li.hover { color: #fff; }
.innav ul li.hover>a { color: #fff; background: var(--primary-color); }
.weizhi { font-size: 16px; line-height: 40px; color: #999; padding-left: 25px; background: url(../images/ico_home.png) left center no-repeat; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.weizhi a { color: #999; }
.weizhi a:hover { }
 @media(max-width:999px) {
.inbanner .txt .h2 { font-size: 24px; line-height: 34px; }
.inbanner .txt .h3 { display: none; }
.innav { font-size: 14px; line-height: 18px; margin: 20px 0; box-shadow: none; border: none; }
.innav ul { flex-wrap: wrap; -webkit-justify-content: flex-start; justify-content: flex-start; }
.innav ul li { width: calc(100%/3); box-shadow: 4px 9px 30px 0 rgba(170,177,191,.18); border: none; }
.innav ul li a { height: 40px; }
.weizhi { font-size: 12px; line-height: 40px; padding-left: 20px; }
}
.insidebg { padding: 25px 0 25px 0; }
.inside {margin-top: 160px; }
.inside_lt { float: left; width: 260px; }
.side_a { background: #f5f5f5; }
.side_a .h1 { font-size: 30px; line-height: 34px; background: var(--primary-color); color: #fff; padding: 30px 10px; text-align: center; }
.side_a .h1 strong { display: block; }
.side_a .h1 span { display: block; font-size: 14px; line-height: 24px; }
.side_a>ul { }
.side_a ul li { border-bottom: 1px #dad5d5 dashed; }
.side_a>ul>li { border-bottom: 1px solid #bfbebe; }
.side_a ul li span { display: block; padding: 18px 10px 18px 20px; position: relative; cursor: pointer; }
.side_a>ul>li>span { background: #dedede; }
.side_a>ul>li>span:hover, .side_a>ul>li.hover>span { background-color: var(--secondary-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: 15px; }
.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 { display: none; }
.side_a ul li ul li { }
.side_a ul li ul li span { padding: 15px 10px 15px 40px; position: relative; background: url(../images/ico_ejbg.jpg) left 20px 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_b { background: #f5f5f5 url(../images/side_b_bg.jpg) bottom center no-repeat; background-size: 100% auto; }
.side_b .txt { text-align: center; padding: 40px 5%; }
.side_b .txt .h2 { font-size: 25px; line-height: 35px; margin-bottom: 10px; }
.side_b .txt .h3 { font-size: 15px; line-height: 25px; border: 1px solid #d2d2d2; padding: 10px 1%; margin-bottom: 10px; }
.side_b .txt .h4 { font-size: 30px; line-height: 40px; color: var(--primary-color); font-family: Impact; }
.inside_rt { float: right; width: calc(100% - 290px); }
.inside_rt .inside_con { margin-top: 20px; }
@media(max-width:999px) {
.insidebg { padding: 25px 0 25px 0; }
.inside {margin-top: 80px; }
.inside_lt { width: 100%; margin-bottom: 20px; }
.side_a .h1 { font-size: 24px; line-height: 28px; padding: 20px 10px; }
.side_a .h1 span { font-size: 12px; line-height: 16px; }
.side_a ul li span { padding: 10px 10px 10px 20px; }
.side_a ul li a { font-size: 15px; }
.side_a>ul>li>span a { font-size: 16px; }
.side_a ul li ul li span { padding: 5px 10px 5px 40px; }
.side_b .txt { padding: 20px 5%; }
.side_b .txt .h2 { font-size: 20px; line-height: 30px; margin-bottom: 10px; }
.side_b .txt .h3 { font-size: 15px; line-height: 25px; padding: 10px 1%; margin-bottom: 10px; }
.side_b .txt .h4 { font-size: 30px; line-height: 40px; }
.inside_rt { width: 100%; }
}
.aboutus1bg { padding: 160px 0 40px 0; }
.aboutus1 { }
.aboutus1 .list1 { box-shadow: 0px 3px 15px #eaeaea; border-radius: 10px; padding: 10px 5%; text-align: center; margin-bottom: 40px; }
.aboutus1 .list1 .h2 { font-size: 25px; line-height: 35px; margin-bottom: 5px; }
.aboutus1 .list1 .h3 { font-size: 17px; line-height: 27px; color: #999; }
.aboutus1 .list2 { box-shadow: 0px 3px 15px #eaeaea; border-radius: 10px; overflow: hidden; display: flex; justify-content: space-between; align-items: center; }
.aboutus1 .list2 .img { width: 46%; }
.aboutus1 .list2 .img img { display: block; width: 100%; }
.aboutus1 .list2 .txtbg { width: 54%; }
.aboutus1 .list2 .txt { padding: 0 5%; }
.aboutus1 .list2 .txt .h2 { font-size: 28px; line-height: 38px; color: var(--primary-color); text-align: center; margin-bottom: 25px; }
.aboutus1 .list2 .txt .h3 { font-size: 15px; line-height: 25px; max-height: 18.75vw; overflow-y: auto; }
@media(max-width:999px) {
.aboutus1bg { padding: 25px 0 40px 0; }
.aboutus1 .list1 { padding: 10px 5%; margin-bottom: 20px; }
.aboutus1 .list1 .h2 { font-size: 18px; line-height: 28px; margin-bottom: 5px; }
.aboutus1 .list1 .h3 { font-size: 14px; line-height: 24px; }
.aboutus1 .list2 { display: block; }
.aboutus1 .list2 .img { width: 100%; }
.aboutus1 .list2 .txtbg { width: 100%; }
.aboutus1 .list2 .txt { padding: 20px 5%; }
.aboutus1 .list2 .txt .h2 { font-size: 20px; line-height: 30px; margin-bottom: 10px; }
.aboutus1 .list2 .txt .h3 { font-size: 14px; line-height: 24px; max-height: 200px; overflow-y: auto; }
}
.aboutus2bg { padding: 80px 0; background: #f5f5f5; }
.aboutus2 { }
.aboutus2 .list { margin-top: 40px; }
.scroll_01 { }
.scroll_01 .bd { }
.scroll_01 .bd ul li { float: left; width: 25%; }
.scroll_01 .bd ul li .nr_box { margin: 0 10px; }
.scroll_01 .bd ul li .img { padding-bottom: 68%; position: relative; overflow: hidden; }
.scroll_01 .bd 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; }
.scroll_01 .bd ul li:hover .img img { transform: scale(1.1); }
.scroll_01 .bd ul li .txt { background: #ececec; text-align: center; padding: 0 5%; height: 36px; }
.scroll_01 .bd ul li .txt .h2 { font-size: 16px; line-height: 36px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
@media(max-width:999px) {
.aboutus2bg { padding: 40px 0; }
.aboutus2 .list { margin-top: 20px; }
.scroll_01 .bd ul li { width: 50%; }
.scroll_01 .bd ul li .nr_box { margin: 0 5px; }
.scroll_01 .bd ul li .txt { height: 34px; }
.scroll_01 .bd ul li .txt .h2 { font-size: 14px; line-height: 34px; }
}
.InForm_buy1bg { background: #f5f7fa; padding: 40px 0 120px 0; margin-bottom: -100px; }
.InForm_buy1bg .wapper1 { }
.InForm_buy1 { padding: 25px; background: #fff; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); border-radius: 12px; }
.InForm_buy1 .h1 { font-size: 24px; line-height: 34px; font-weight: bold; border-bottom: 2px solid #e8f4f8; color: var(--primary-color); text-align: center; padding: 5px 0; }
.InForm_buy1 .list { }
.InForm_buy1 .required { color: #f00; }
.InForm_buy1_list1 { margin-top: 25px; }
.InForm_buy1_list1 table { width: 100%; border-collapse: collapse; border: 1px solid #ccc; }
.InForm_buy1_list1 table th { padding: 10px; width: 18%; font-size: 16px; line-height: 26px; background: #f9fafc; text-align: left; font-weight: normal; }
.InForm_buy1_list1 table td { padding: 10px; width: 82%; }
.InForm_buy1_list1 .text1 { border: 1px solid #ccc; background: #fff; height: 34px; line-height: 32px; padding: 0 10px; width: 100%; border-radius: 5px; box-sizing: border-box; }
.InForm_buy1_list1 .text1:focus { border-color: var(--primary-color); }
.InForm_buy1_list2 { margin-top: 25px; }
.InForm_buy1_list2 table { width: 100%; border-collapse: collapse; border: 1px solid #ccc; }
.InForm_buy1_list2 table th { padding: 10px; font-size: 16px; line-height: 26px; background: #e8f4f8; text-align: left; }
.InForm_buy1_list2 table th:nth-child(1) { width: 15%; }
.InForm_buy1_list2 table th:nth-child(2) { width: 15%; }
.InForm_buy1_list2 table th:nth-child(3) { width: 20%; }
.InForm_buy1_list2 table th:nth-child(4) { width: 25%; }
.InForm_buy1_list2 table th:nth-child(5) { width: 13%; }
.InForm_buy1_list2 table th:nth-child(6) { width: 12%; }
.InForm_buy1_list2 table td { padding: 10px; font-size: 16px; line-height: 26px; }
.InForm_buy1_list2 .text2 { border: 1px solid #ccc; background: #fff; height: 34px; line-height: 32px; padding: 0 10px; width: 100%; border-radius: 5px; box-sizing: border-box; }
.InForm_buy1_list2 .text2:focus { border-color: var(--primary-color); }
.InForm_buy1_list2 .text3 { border: 1px solid #ccc; background: #fff; height: 120px; line-height: 24px; padding: 10px 10px; width: 100%; border-radius: 5px; box-sizing: border-box; }
.InForm_buy1_list2 .text3:focus { border-color: var(--primary-color); }
.InForm_buy1_list2 select { border: 1px solid #ccc; background: #fff; height: 34px; line-height: 32px; padding: 0 10px; width: 100%; border-radius: 5px; box-sizing: border-box; }
.InForm_buy1_list2 select:focus { border-color: var(--primary-color); }
.InForm_buy1_btn { display: flex; justify-content: flex-end; margin-top: 25px; }
.InForm_buy1_btn .button1 { border: none; background: linear-gradient(135deg, #4a6fa5, #2b4a78); color: #fff; font-size: 16px; height: 46px; line-height: 46px; width: 80px; border-radius: 5px; cursor: pointer; transition: all .3s ease; }
.InForm_buy1_btn .button1:hover { box-shadow: 0 4px 8px rgba(74, 111, 165, 0.2); transform: translateY(-2px); }
@media(max-width:999px) {
.InForm_buy1bg { padding: 40px 0 120px 0; margin-bottom: -100px; }
.InForm_buy1 { padding: 20px; }
.InForm_buy1 .h1 { font-size: 24px; line-height: 34px; padding: 5px 0; }
.InForm_buy1_list1 { margin-top: 20px; }
.InForm_buy1_list1 table th { padding: 10px; width: 40%; font-size: 14px; line-height: 24px; }
.InForm_buy1_list1 table td { padding: 10px; width: 60%; }
.InForm_buy1_list1 .text1 { height: 34px; line-height: 32px; }
.InForm_buy1_list2 { margin-top: 20px; }
.InForm_buy1_list2 table th { padding: 10px 5px; font-size: 12px; line-height: 22px; }
.InForm_buy1_list2 table th:nth-child(1) { width: 20%; }
.InForm_buy1_list2 table th:nth-child(2) { width: 20%; }
.InForm_buy1_list2 table th:nth-child(3) { width: 22%; }
.InForm_buy1_list2 table th:nth-child(4) { width: 26%; }
.InForm_buy1_list2 table th:nth-child(5) { width: 12%; }
.InForm_buy1_list2 table td { padding: 10px 5px; font-size: 12px; line-height: 22px; }
.InForm_buy1_list2 .text2 { height: 34px; line-height: 32px; }
.InForm_buy1_list2 select { height: 34px; line-height: 32px; }
.InForm_buy1_btn { margin-top: 20px; }
.InForm_buy1_btn .button1 { font-size: 16px; height: 46px; line-height: 46px; width: 80px; }
}
.InForm_service1bg { background: #f5f7fa; padding: 40px 0 120px 0; margin-bottom: -100px; }
.InForm_service1bg h1 { font-size: 24px; text-align: center; line-height: 2em; font-weight: 800 }
.InForm_service1bg p { font-size: 18px; text-align: center; line-height: 2em; }
.InForm_service1bg .wapper1 { }
.InForm_service1 { background: #fff; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); border-radius: 12px; overflow: hidden; }
.InForm_service1 .h1 { font-size: 28px; line-height: 38px; font-weight: bold; background: linear-gradient(135deg, #4a6fa5, #2b4a78); color: #fff; text-align: center; padding: 25px 30px; }
.InForm_service1 .list { padding: 30px; }
.InForm_service1 .required { color: #f00; }
.InForm_service1_list { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); border-top: 3px solid; border-image: linear-gradient(90deg, #4a6fa5, #8ba8cc) 1; border-radius: 0 0 8px 8px; padding:10px 25px 0 25px; transition: all .3s ease; }
.InForm_service1_list:hover { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06); transform: translateY(-2px); }
.InForm_service1_list .h2 { font-size: 20px; line-height: 30px; font-weight: bold; /*border-bottom: 1px solid #f0f2f6;*/ padding-bottom: 5px; margin-bottom: 15px; color: var(--primary-color); position: relative; }
.InForm_service1_list .h2:before {display:none; content: ""; width: 60px; height: 1px; background: linear-gradient(90deg, #4a6fa5, transparent); position: absolute; left: 0; bottom: -1px; }
.InForm_service1_list .h3 { font-size: 16px; line-height: 26px; margin-bottom: 5px; }
.InForm_service1_list .form { }
.InForm_service1_list .form ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
.InForm_service1_list .form ul li { width: 48%; margin: 0 0 15px 0; }
.InForm_service1_list .form ul li.li1 { width: 100%; margin-left: 0; }
.InForm_service1_list1 { margin-bottom: 30px; }
.InForm_service1_list1 .text1 { border: 1px solid #ccc; background: #fff; height: 48px; line-height: 46px; padding: 0 10px; width: 100%; border-radius: 5px; box-sizing: border-box; font-size: 14px; }
.InForm_service1_list1 .text1:focus { border-color: var(--primary-color); }
.InForm_service1_list1 textarea { border: 1px solid #ccc; background: #fff; height: 100px; line-height: 24px; padding: 10px 10px; width: 100%; border-radius: 5px; box-sizing: border-box; font-size: 14px; }
.InForm_service1_list1 textarea:focus { border-color: var(--primary-color); }
.InForm_service1_list2 { margin-bottom: 30px; }
.InForm_service1_list2 .form2{}
.InForm_service1_list2 .form2 table{ border-collapse:collapse; border:1px solid #aaa; width:100% !important;}
.InForm_service1_list2 .form2 table th{ padding:10px; width:33.33% !important;}
.InForm_service1_list2 .form2 table td{ padding:10px; background: #f8fafc;}
.InForm_service1_list2 .form2 table tr:hover td{ background: #dceeff !important;}
.InForm_service1_list2 .form2 table tr:nth-child(3) td{ background: #f5fafe; }
.InForm_service1_list2 .form2 table tr:nth-child(4) td{ background: #f0f8fb; }
.InForm_service1_list2 .form2 table tr:nth-child(5) td{ background: #eaf6fa; }
.InForm_service1_list2 .form2 table tr:nth-child(6) td{ background: #e6f2f9; }
.InForm_service1_list2 .form2 table tr:nth-child(7) td{ background: #e8f4f8; }
.InForm_service1_list2 textarea { border: 1px solid #ccc; background: #fff; height: 48px; line-height: 46px; padding: 0 10px; width: 100%; border-radius: 5px; box-sizing: border-box; font-size: 14px; }
.InForm_service1_list2 textarea:focus { border-color: var(--primary-color); }
.InForm_service1_list2 .text1 { border: 1px solid #ccc; background: #fff; height: 48px; line-height: 46px; padding: 0 10px; width: 100%; border-radius: 5px; box-sizing: border-box; font-size: 14px; }
.InForm_service1_list2 .text1:focus { border-color: var(--primary-color); }
.InForm_service1_list2 .text2 { border: 1px solid #ccc; background: #fff; height: 48px; line-height: 46px; padding: 0 10px; width: calc(100% - 50px); border-radius: 5px; box-sizing: border-box; font-size: 14px; }
.InForm_service1_list2 .text2:focus { border-color: var(--primary-color); }
.InForm_service1_list2 .add-btn { border: none; background: #4a6fa5; color: #fff; height: 33px; line-height: 33px; width: 42px; cursor: pointer; transition: all .3s ease; border-radius: 6px; font-size: 14px; }
.InForm_service1_list2 .add-btn:hover { }
.membrane-spec-list { display: flex; justify-content: space-between; align-items: center;}
.membrane-spec-list dl dd { margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #eef2f7; background: #f8fafc; border-radius: 6px; padding: 10px; transition: all .3s ease; }
.membrane-spec-list dl dd:nth-child(6n-4) { border-color: #e8f4f8; background: #f5fafe; }
.membrane-spec-list dl dd:nth-child(6n-3) { border-color: #e0f2fe; background: #f0f8fb; }
.membrane-spec-list dl dd:nth-child(6n-2) { border-color: #d4e9f2; background: #eaf6fa; }
.membrane-spec-list dl dd:nth-child(6n-1) { border-color: #b3d9e8; background: #e6f2f9; }
.membrane-spec-list dl dd:nth-child(6n) { border-color: #9bc2d6; background: #e8f4f8; }
.membrane-spec-list dl dd:hover { border-color: #8ab4f8 !important; background: #dceeff !important; transform: translateX(5px); }
.InForm_service1_list3 { margin-bottom: 30px; }
.InForm_service1_list3 textarea { border: 1px solid #ccc; background: #fff; height: 100px; line-height: 24px; padding: 10px 10px; width: 100%; border-radius: 5px; box-sizing: border-box; font-size: 14px; }
.InForm_service1_list3 textarea:focus { border-color: var(--primary-color); }
.file-upload { border: 2px dashed #ddd; border-radius: 6px; padding: 25px; text-align: center; cursor: pointer; transition: all .3s ease; }
.file-upload:hover { border-color: #4a6fa5; background: #f9fafc; }
.file-upload input { display: none; }
.file-upload label { display: block; font-size: 16px; line-height: 26px; }
.InForm_service1_list4 { }
.InForm_service1_list4 textarea { border: 1px solid #ccc; background: #fff; height: 100px; line-height: 24px; padding: 10px 10px; width: 100%; border-radius: 5px; box-sizing: border-box; font-size: 14px; }
.InForm_service1_list4 textarea:focus { border-color: var(--primary-color); }
.InForm_service1_btn { display: flex; justify-content: flex-end; margin-top: 25px; background: #f5f7fa; border-top: 1px solid #e0e6ef; padding: 25px 30px; }
.InForm_service1_btn .button1 { border: none; background: linear-gradient(135deg, #4a6fa5, #2b4a78); color: #fff; font-size: 16px; height: 46px; line-height: 46px; width: 80px; border-radius: 5px; cursor: pointer; transition: all .3s ease; }
.InForm_service1_btn .button1:hover { box-shadow: 0 4px 8px rgba(74, 111, 165, 0.2); transform: translateY(-2px); }
.InForm_service1_btn .button2 { border: none; background: #e0e6ef; color: #333; font-size: 16px; height: 46px; line-height: 46px; width: 80px; border-radius: 5px; cursor: pointer; transition: all .3s ease; margin-right: 15px; }
.InForm_service1_btn .button2:hover { box-shadow: 0 4px 8px rgba(74, 111, 165, 0.2); transform: translateY(-2px); background: #d0d6e0; }
@media(max-width:999px) {
.InForm_service1bg { padding: 40px 0 120px 0; margin-bottom: -100px; }
.InForm_service1 .h1 { font-size: 24px; line-height: 34px; padding: 20px 10px; }
.InForm_service1 .list { padding: 20px 10px; }
.InForm_service1_list { padding: 20px 10px; }
.InForm_service1_list .h2 { font-size: 18px; line-height: 28px; padding-bottom: 5px; margin-bottom: 15px; }
.InForm_service1_list .h2:before { width: 60px; }
.InForm_service1_list .h3 { font-size: 14px; line-height: 24px; margin-bottom: 5px; }
.InForm_service1_list .form ul li { width: 48%; margin: 0 0 15px 0; }
.InForm_service1_list1 { margin-bottom: 20px; }
.InForm_service1_list1 .text1 { height: 34px; line-height: 32px; }
.InForm_service1_list1 textarea { height: 100px; }
.InForm_service1_list2 { margin-bottom: 20px; }
.InForm_service1_list2 .form2{ overflow-x:auto;}
.InForm_service1_list2 .form2 table{ width:500px !important;}
.InForm_service1_list2 .text1 { height: 34px; line-height: 32px; }
.InForm_service1_list2 .text2 { height: 34px; line-height: 32px; width: calc(100% - 50px); }
.InForm_service1_list2 .add-btn { height: 33px; line-height: 33px; width: 42px; }
.membrane-spec-list dl dd { margin-bottom: 10px; padding: 10px; }
.InForm_service1_list3 { margin-bottom: 20px; }
.InForm_service1_list3 textarea { height: 100px; }
.file-upload { padding: 20px 10px; }
.file-upload label { font-size: 14px; line-height: 24px; }
.InForm_service1_list4 textarea { height: 100px; }
.InForm_service1_btn { margin-top: 20px; padding: 20px 20px; }
.InForm_service1_btn .button1 { font-size: 16px; height: 46px; line-height: 46px; width: 80px; }
.InForm_service1_btn .button2 { font-size: 16px; height: 46px; line-height: 46px; width: 80px; margin-right: 15px; }
}





.index_newsbg{ padding:80px 0;}
.index_news{}
.index_news_list{ margin-top:40px;}
.index_news_list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap: wrap;}
.index_news_list ul li{ width:32%; margin:0 0 20px 2%;}
.index_news_list ul li:nth-child(3n-2){ margin-left:0;}
.index_news_list ul li .img{ padding-bottom:58%; position:relative; overflow:hidden;}
.index_news_list 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;}
.index_news_list ul li:hover .img img{ transform:scale(1.1);}
.index_news_list ul li .txt{ margin-top:15px;}
.index_news_list ul li .txt .h2{ font-size:18px; line-height:1.5em; margin-bottom:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.index_news_list ul li .txt .h3{ font-size:14px; line-height:2em; color:#666; margin-bottom:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.index_news_list ul li .txt .h4{ font-size:14px; line-height:1em; color:#999;}

@media(max-width:767px){

.index_news{ padding:40px 0;}
.index_news_list{ margin-top:20px;}
.index_news_list ul li{ width:100%; margin:0 0 20px 0;}
.index_news_list ul li .txt{ margin-top:15px;}
.index_news_list ul li .txt .h2{ font-size:18px;  margin-bottom:10px; }
.index_news_list ul li .txt .h3{ font-size:14px; margin-bottom:10px; }
.index_news_list ul li .txt .h4{ font-size:14px; }


}











