/* CSS Document */
body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, ul, dd, form, iframe, input, textarea, select, label, article, aside, footer, header, menu, nav, section, time, audio, video { margin: 0; padding: 0; }
article, aside, footer, header, hgroup, nav, section, audio, canvas, video { display: block; }
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
body { font-family: "Montserrat", Noto Sans SC, "Hiragino Sans GB", STHeiti, "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; color: #3b3738; text-decoration: none; font-size: 14px; background: #fff; }
html, body { scroll-behavior: smooth; }
textarea { resize: none; }
img { max-width: 100%; }
iframe, img { border: 0; }
ul, ol, li { list-style: none; }
input, select, textarea { outline: 0; -webkit-user-modify: read-write-plaintext-only; }
input { -webkit-appearance: none; }
a { text-decoration: none; color: #666; transition: 0.2s; -webkit-transition: 0.2s; }
a:hover { color: #e50015; }
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.fl { float: left; }
.fr { float: right; }



/*滚动条*/
::-webkit-scrollbar {
width:6px;
height:12px
}
::-webkit-scrollbar-button:vertical {
display:none;
}
::-webkit-scrollbar-track:vertical {
background-color:black
}
::-webkit-scrollbar-track-piece {
background:#FFF
}
::-webkit-scrollbar-thumb:vertical {
background-color:#bdb9b9;
border-radius:5px
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:#049ee6;
}
::-webkit-scrollbar-corner:vertical {
background-color:#bdb9b9;
}
::-webkit-scrollbar-resizer:vertical {
background-color:#bdb9b9;
}
.m { width: 95%; max-width: 1500px; margin: 0 auto; position: relative; }
.n { padding: 80px 0; }
.nm { }
.nm .m { background: #fff; box-shadow: 0 0 20px #ddd; }
.top_sticky { position: sticky; width: 100%; top: 0; z-index: 100; box-shadow: 0 0 10px #ccc; }
.top { background: #049ee6; padding: 0 60px; line-height: 40px; color: #fff; display: flex; justify-content: space-between; }
.top_nav { display: flex; align-items: center; justify-content: space-between; position: relative; width: 100%; height: 90px; background: #fff; padding: 0 60px; }
.logo { height: 50px; }
.top_nav .ul1 { display: flex; }
.top_nav .ul1>li { position: relative; padding: 0 20px; }
.top_nav .ul1>li>a { display: block; line-height: 70px; font-size: 16px; color: #000; font-weight: 600; }
.top_nav .ul1>li>a:hover { color: #e50015; }
.top_nav .ul2 { display: flex; /*column-gap:20px;*/ }
.top_nav .ul2>li { margin-left: 20px; }
.top_nav .ul2>li>a { display: block; line-height: 70px; color: #000; }
.top_nav .ul2>li>a:hover { color: #e50015; }
.top_nav .ul1>li ul { position: absolute; left: 50%; top: 120%; z-index: 9; background: #049ee6; padding: 10px 20px; white-space: nowrap; opacity: 0; visibility: hidden; transition: 0.2s; min-width: 100%; transform: translateX(-50%); }
.top_nav .ul1>li:hover ul { opacity: 1; visibility: visible; top: 100%; }
.top_nav .ul1>li ul li { line-height: 2; text-align: center; }
.top_nav .ul1>li ul li a { display: inline-block; color: #fff; }
.top_nav .ul1>li ul li a:hover { text-decoration: underline; }
.bannerslide { height: 843px; position: relative; overflow: hidden; }
.bannerslide .swiper-wrapper { position: relative; }
.bannerslide .swiper-slide { position: relative; display: flex; justify-content: space-between; overflow: hidden; background-repeat: no-repeat;background-size: cover;}
.bannerslide .swiper-slide:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .1); z-index: 11; }
.bannerslide .swiper-slide video { width: 100%; height: 100%; object-fit: cover; }
.bannertxt { position: absolute; right: 50%; margin-right:-340px; top: 150px; z-index: 101; text-align:center;}
.bannertxt .p1 { font-size: 50px; line-height: 1.35; color: #0226a7; font-weight: 600; }
.bannertxt .p1 span{ color:#c91010;}
.bannertxt .d1 { display: flex; margin-top: 50px; column-gap: 30px; }
.bannertxt .d1 a { display: block; background: #e50015; font-size: 15px; font-weight: 700; line-height: 60px; color: #fff; padding: 0 25px; }
.bannertxt .d1 a:hover { background: #000; }
.bannertxt .d1 .fas { font-size: 20px; display: flex; align-items: center; cursor: pointer; outline: none; }
/*.bannertxt .p2 { margin-top: 35%; font-size: 17px; color: rgba(255, 255, 255, .6); line-height: 1.8; }*/
.homepart1 { background: url(../images/aboutbg.jpg) no-repeat center center; background-size: cover; }
.hp1d1 { padding: 100px 60px; display: flex; justify-content: space-between; }
.hp1d1l { width: 50%; max-width: 600px; }
.hp1d1l h1 { font-size: 30px; font-weight: 900; margin-bottom: 10px; }
.hp1d1l p { font-size: 15px; line-height: 1.6; letter-spacing: 0.5px; font-weight: 500; }
.hp1d1r { width: 50%; padding-left: 60px; position: relative; }
.hp1d1r:before { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 100px; background: rgba(0,0,0,0.2); }
.hp1d1r h2 { font-size: 20px; font-weight: 700; margin-bottom: 5px; }
.hp1d1r p { font-size: 15px; max-width: 700px; letter-spacing: 0.4px; margin-bottom: 30px; line-height: 1.6; }
.hp1d1r a { display: inline-block; font-size: 15px; padding: 10px 60px; border: rgba(0,0,0,0.3) 1px solid; font-weight: 600; margin-right: 20px; }
.hp1d1r a:hover { background: #049ee6; color: #fff; }
.hp1d1r a:nth-child(2) { border: #049ee6 1px solid; background: #049ee6; color: #fff; border: none; }
.hp1d1r a:nth-child(2):hover { border: rgba(0,0,0,0.3) 1px solid; background: none; color: #3b3738; }
.hp1d2 { padding: 60px; }
.hp1d2 h3 { text-align: center; font-size: 22px; font-weight: 700; }
.hp1d2 ul { display: flex; justify-content: space-between; margin-top: 60px; }
.hp1d2 ul li { width: 24%; display: flex; justify-content: space-between; position: relative; background: rgba(255,255,255,0.7); padding: 60px 40px 60px 20px; }
.hp1d2 ul li span { width: 25%; text-align: center; padding-top: 30px; }
.hp1d2 ul li img { height: 40px; }
.hp1d2 ul li div { width: 70%; }
.hp1d2 ul li div h5 { font-size: 17px; font-weight: 600; line-height: 1.4; margin-bottom: 15px; }
.hp1d2 ul li div p { font-size: 15px; font-weight: 500; letter-spacing: 0.7px; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.homepart2 { display: flex; justify-content: space-between; }
.hp2dl { width: 65%; display: flex; overflow: hidden; }
.hp2dl video { width: 100%; object-fit: cover; }
.hp2dr { width: 35%; padding: 30px 70px; display: flex; align-items: center; }
.hp2dr ul { display: flex; align-items: center; font-size: 17px; }
.hp2dr>div { width: 100%; }
.hp2dr ul li { cursor: pointer; outline: none; }
.hp2dr ul li:hover { color: #e50015; }
.hp2dr ul li.fa-arrow-left:after { content: ""; width: 1px; height: 13px; margin: 0 17px; background: #ddd; display: inline-block; }
.hp2dr h2 { margin: 30px 0 0; padding-bottom: 45px; font-size: 30px; font-weight: 600; border-bottom: 1px solid #aaa; }
.hp2dr .d2 { height: auto; overflow: hidden; padding: 60px 0 20px; }
.hp2dr .d2 .swiper-wrapper { height: auto; }
.hp2dr .d2 .swiper-wrapper .swiper-slide p { font-size: 15px; line-height: 1.8; }
.hp2dr a { padding: 12px 40px; font-size: 15px; font-weight: 600; color: #fff; background: #049ee6; border: 2px solid #049ee6; }
.hp2dr a:hover { color: #049ee6; background: none; }
.homepart3 { padding: 100px 60px; background: url(../images/probg.jpg) no-repeat center center; background-size: cover; }
.homepart3 h1 { font-size: 42px; font-weight: 600; letter-spacing: -.5px; line-height: 1.4; color: #fff; text-align: center; }
.hp3u { display: flex; justify-content: center; column-gap: 20px; margin: 20px 0 20px; }
.hp3u li { border-top: transparent 3px solid; }
.hp3u li:first-child { border-top: #78feff 3px solid; }
.hp3u li a { color: #fff; line-height: 40px; font-weight: 600; font-size: 15px; }
.hp3u li:first-child a { color: #78feff; }
.hp3u li a:hover { color: #78feff; }
.homepart3 .swiper-container { width: 100%; height: 100%; }
.homepart3 .swiper-slide { -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1); box-shadow: 2px 2px 10px rgba(0,0,0,0.1); }
.homepart3 .item .pic { overflow: hidden; background: url(../images/probgs.jpg) no-repeat center center; background-size: cover; }
.homepart3 .item .pic img { display: block; width: 100%; -webkit-transition: all 0.5s; }
.homepart3 .item .pic img:hover { -webkit-transform: scale(1.06); transform: scale(1.06); }
.homepart3 .info { background: linear-gradient(to bottom, #b2efff, #c0f2ff, #fff); padding: 30px 40px; width: 100%; }
.homepart3 .name { font-size: 20px; color: #000; line-height: 30px; padding-top: 10px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 1; }
.homepart3 .text { font-size: 15px; color: #333; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 2; line-height: 20px; margin: 10px auto 30px; }
.homepart3 .info .btnsa { padding: 10px 0px; line-height: 160%; color: #049ee6; font-size: 15px; font-weight: 500; border-top: #ddd 1px solid; }
.homepart3 .swiper-wrapper { height: auto; }
#carousel .swiper { padding-top: 50px; padding-bottom: 50px; }
#carousel .swiper-slide { width: 100%; background: #fff; box-shadow: 0 8px 20px #fff; }
.homepart4 { padding: 10% 60px; background: url(../images/networkbg.jpg) no-repeat center center;  height:calc(899 / 1920 *100vw);
display: flex; align-items: center; }
.homepart4>div { color: #fff; max-width: 600px; }
.homepart4>div .p1 { font-size: 16px; font-weight: 600; margin-bottom: 20px; }
.homepart4>div h2 { font-size: 45px; font-weight: 700; line-height: 1.2; margin-bottom: 80px; }
.homepart4>div .p2 { font-size: 15px; font-weight: 500; line-height: 1.6; margin-bottom: 100px; }
.homepart4>div div { display: flex; flex-wrap: wrap; justify-content: space-between; border: rgba(255,255,255,0.3) 1px solid; padding: 30px 50px; }
.homepart4>div div .p3 { font-size: 70px; font-weight: 600; line-height: 1; width: 46%; display: flex; align-items: center; }
.homepart4>div div .p4 { font-size: 15px; line-height: 1.6; width: 46%; }
.homepart5 { padding: 100px 60px; background: url(../images/networkbga.jpg) no-repeat center center; color: #fff; background-size: cover; }
.homepart5 h1 { font-size: 45px; font-weight: 700; line-height: 1.2; margin-bottom: 30px; text-align: center; }
.homepart5 h3 { max-width: 1000px; margin: 0 auto; font-size: 15px; font-weight: 500; line-height: 1.6; margin-bottom: 100px; }
.homepart5 h3 .txt{
	display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
	width:100%;
}
.homepart5 h3 .txt .tt{ width:130px;}
.homepart5 h3 .txt .cc{ flex:1;}
.homepart5 .swiper-container { width: 1400px; margin: 100px auto 150px; overflow: hidden; }
.homepart5 .swiper-wrapper { height: auto; }
.homepart5 .swiper-slide { font-size: 15px; text-align: center; }
.homepart6 { padding: 100px 60px 140px; background: url(../images/techbg.jpg) no-repeat center center; background-size: cover; color: #fff; }
.homepart6 h1 { font-size: 45px; font-weight: 700; line-height: 1.2; margin-bottom: 30px; text-align: center; }
.homepart6 h3 { max-width: 1000px; margin: 0 auto; font-size: 15px; font-weight: 500; line-height: 1.6; margin-bottom: 30px; text-align: center; }
.homepart6 .d1 { display: flex; justify-content: center; }
.homepart6 .d1 a { font-size: 15px; padding: 15px 30px; background: #fff; color: #bf1522; display: flex; column-gap: 50px; }
.homepart6 .d1 a .fas { display: flex; align-items: center; }
.homepart6 .d1 a:hover { background: #bf1522; color: #fff; }
.homepart6 .d2 { margin-top: 90px; display: flex; justify-content: space-between; column-gap: 80px; }
.homepart6 .d2 .item { width: calc(25% - 60px); }
.homepart6 .d2 img { display: block; height: 45px; }
.homepart6 .d2 .p1 { font-size: 18px; font-weight: 600; margin: 20px 0 10px; }
.homepart6 .d2 .p2 { font-size: 15px; line-height: 1.4; color: #fff; }
.homepart7 { padding: 100px 60px; background: url(../images/newsbg.jpg) no-repeat center center; background-size: cover; }
.hp7d { display: flex; justify-content: space-between; margin-top: 40px; }
.hp7dl { width: 500px; color: #fff; }
.hp7dl .p1 { font-size: 18px; font-weight: 900; margin-bottom: 20px; }
.hp7dl .p2 { font-size: 40px; font-weight: 700; line-height: 1.2; margin-bottom: 30px; }
.hp7dl .p3 { font-size: 16px; line-height: 1.6; margin-bottom: 50px; }
.hp7dl a { font-size: 16px; padding: 20px 30px; background: #049ee6; width: 230px; color: #fff; display: flex; justify-content: space-between; align-items: center; }
.hp7dl a:hover { background: #fff; color: #049ee6; }
.hp7dr { display: flex; flex-wrap: wrap; column-gap: 4%; width: 54%; }
.hp7dr li { width: 48%; background: #fff; padding: 40px; margin-bottom: 4%; transition: 0.5s; }
.hp7dr li:hover { transform: translateY(-10px); }
.hp7dr li .p1 { font-size: 18px; font-weight: 600; line-height: 1.4; margin-bottom: 20px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 2; color: #3b3738; }
.hp7dr li .p2 { font-size: 15px; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 2; line-height: 1.6; overflow: hidden; margin: 0px auto 30px; color: #0e2238; }
.hp7dr li .p3 { text-align: right; color: #bf1522; font-size: 16px; }
.hp7dr li .p3 .fas { font-size: 12px; }
.hp7dr li .p4 { font-size: 16px; font-weight: 400; line-height: 1.4; margin-bottom: 20px; color: #3b3738; }
.hp7dr li .p4 .far { font-size: 18px; margin-right: 10px; }
.homepart8 { display: flex; }
.hp8l { padding: 90px 60px; width: 50%; background-size: cover; }
.hp8l>.p1 { font-size: 45px; font-weight: 900; line-height: 1.2; margin-bottom: 30px; }
.hp8l>.p2 { font-size: 16px; line-height: 1.4; margin-bottom: 30px; }
.hp8l ul { display: flex; flex-wrap: wrap; }
.hp8l ul li { width: 50%; padding: 20px 40px 30px 0px; }
.hp8l ul li .p3 { font-size: 14px; }
.hp8l ul li .p4 { font-weight: 500; font-size: 16px; color: #000; line-height: 1.4; margin: 5px 0; }
.hp8l a { display: inline-block; margin-top: 30px; padding: 15px 40px; font-weight: 700; font-size: 16px; font-weight: 400; color: #031821; border: 1px solid #031821; }
.hp8l a:hover { color: #fff; background: #031821; }
.hp8r { width: 50%; padding: 90px 60px; background: #e0f6ff; }
.hp8r .p1 { font-size: 32px; font-weight: 700; line-height: 1.2; margin-bottom: 10px; }
.hp8r .p2 { font-size: 16px; line-height: 1.4; margin-bottom: 50px; font-weight: 300; }
.hp8r form { display: flex; flex-wrap: wrap; column-gap: 5%; }
.hp8r form input { font-size: 15px; width: 30%; display: block; line-height: 40px; background: transparent; border: 1px solid transparent; border-bottom: rgba(0,0,0,0.2) 1px solid; }
.hp8r form textarea { font-size: 15px; width: 100%; height: 100px; padding: 20px 0; font-weight: 400; color: rgba(0,0,0,1); background: transparent; border: 1px solid transparent; border-bottom: rgba(0,0,0,0.2) 1px solid; }
.hp8r form p { margin-top: 20px; width: 100%; line-height: 1.4; margin-bottom: 50px; font-weight: 300; }
.hp8r form button { padding: 15px 50px; font-weight: 700; font-size: 15px; color: #fff; background: #031821; border: 1px solid #031821; cursor: pointer; transition: 0.2s; }
.hp8r form button:hover { color: #031821; background: transparent; }
.bottom { padding: 0 60px 0; position: relative; z-index: 3; background: #031821; color: #fff; }
.logobottom { width: 230px; }
.bottom .bottom2 { display: flex; justify-content: space-between; }
.bottom .bottom2 ul { }
.bottom .bottom2 ul p { font-size: 16px; margin-bottom: 20px; font-weight: bold; line-height: 1.6; }
.bottom .bottom2 ul li { line-height: 1.8; font-size: 16px; }
.bottom .bottom2 ul li a { color: #EDEDED; }
.bottom .bottom2 ul:last-child { text-align: right; }
.bottom .bottom2 ul li span { display: block; font-size: 14px; font-weight: 300; line-height: 3; }
.bottom .bottom2 .erweima { width: 110px; }
.bottom .foot { display: flex; justify-content: space-between; padding: 40px 0; border-top: rgba(255,255,255,0.1) 1px solid; }
.bottom .foot p { color: #fff; }
.bottom .foot span { display: flex; column-gap: 5px; }
.bottom .foot a { color: #fff; }
.nbanner { height: 400px; display: flex; justify-content: center; align-items: center; color: #fff; background: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0.5)), url(../images/bannern.jpg) no-repeat center center; background-attachment: fixed; text-align: center; }
.nbannernews { background: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0.5)), url(../images/bannernews.jpg) no-repeat bottom center; background-attachment: fixed; }
.nbannercase { background: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0.5)), url(../images/bannercase.jpg) no-repeat center center; background-attachment: fixed; }
.nbannercon { background: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0.5)), url(../images/bannercon.jpg) no-repeat center center; background-attachment: fixed; }
.nbannerpro { background: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0.5)), url(../images/banner3.jpg) no-repeat top center; background-attachment: fixed; }
.nbannerequ { background: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0.5)), url(../images/bannernequ.jpg) no-repeat center center; background-attachment: fixed; }
.nbannerdown { background: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0.5)), url(../images/nbannerdown.jpg) no-repeat center center; background-attachment: fixed; }
.nbanner .p1 { font-size: 60px; text-transform: uppercase; font-weight: bold; font-family: "Times New Roman"; }
.nbanner ul { display: flex; justify-content: center; column-gap: 20px; margin-top: 20px; }
.nbanner ul li { font-size: 24px; text-transform: capitalize; }
.nbanner ul li .fas { font-size: 16px; }
.nbanner ul li a { color: #fff; }
.navn { background: #fff; border-bottom: 1px solid #ccc; }
.navn .m { display: flex; justify-content: space-between; }
.navn .m ul { display: flex; position: relative; padding-left: 230px; }
.navn .m ul li { position: relative; }
.navn .m ul li.on a { color: #049ee6; font-weight: bold; }
.navn .m ul li:hover:before { background: #e50015; }
.navn .m ul li.on:before { background: #049ee6; }
.navn .m ul li:before { content: ''; position: absolute; width: 7px; height: 7px; top: 50%; left: 0; background: #dadada; border-radius: 7px; margin-top: -3.5px; transition: 0.2s; }
.navn .m ul li a { display: block; line-height: 60px; font-size: 16px; padding: 0 20px; }
.navn .m ul .nowt { position: absolute; background: #049ee6; padding: 40px; text-align: center; left: 0; bottom: 0; }
.navn .m ul .nowt p { color: #fff; font-size: 24px; text-align: center; margin-bottom: 10px; }
.navn .m ul .nowt span { text-align: center; color: #fff; text-transform: uppercase; }
.navn .m .nowr { display: flex; line-height: 60px; }
.navn .m .nowr span.fas { display: flex; align-items: center; }
.navn .m .nowr a { margin: 0 10px; }
.navn .m .nowr a:last-child { color: #049ee6; }
/*公司简介*/
.about { background: url(../images/cycle.png) no-repeat right top; }
.abpt { font-size: 42px; line-height: 1; font-weight: bold; margin-bottom: 35px; }
.aboutf { display: flex; justify-content: space-between; margin-bottom:30px; }
.aboutl { width: 50%; padding: 20px 0; }
.aboutl .p1 { font-size: 24px; line-height: 30px; font-weight: 300; }
.aboutl .p2 { line-height: 30px; text-align: justify; font-size: 16px; margin-bottom: 1em; font-weight: 400; }
.aboutl .p2 span { font-size: 22px; font-weight: 600; color: #000; }
.aboutl .d3 { display: flex; justify-content: flex-end; }
.aboutl .p3 { font-size: 40px; margin: 0.6em 0; position: relative; color: #aaa; }
.aboutl .p3:before { content: ""; position: absolute; width: 50vw; position: absolute; height: 1px; background: #e5e5e5; right: 110%; top: 50%; }
.aboutl .p3 span { font-weight: bolder; color: #049ee6; }
.about_picul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:1%;
}
.about_picul li{
	width: calc(100% / 3 - 2%);
    margin: 1%;
}
.aboutr { width: 43%; object-fit: cover; outline: none; overflow: hidden; }
.aboutbox02{
	border-top: 1px dashed #ccc;
    padding: 30px;
	line-height: 30px;
    font-size: 16px;
}
.aboutbox02 h3{
	font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}
.aboutbox02_flex{ display: flex; justify-content: space-around; align-items: center;}
.aboutbox02_flex .aboutbox02_flex_left{ width:50%;}
.aboutbox02_flex .aboutbox02_flex_right{ width:20%;}
/*企业文化*/
.culture { padding: 80px 0 0; background: linear-gradient(to right, rgb(0, 0, 0, 0.1), rgb(0, 0, 0, 0.1)), url(../images/bg03.jpg) no-repeat center center; background-attachment: fixed; position: relative; z-index: 3; }
.culture .m { }
.culture .ppt { text-align: center; font-size: 45px; color: #fff; text-transform: capitalize; }
.culture .ppte { text-align: center; font-size: 60px; color: #fff; opacity: 0.1; line-height: 0; text-transform: uppercase; font-weight: bold; }
.culture .ppt, .culture .ppte { color: #fff; }
.culture ul { margin-top: 100px; display: flex; justify-content: space-between; }
.culture ul li { text-align: center; width: calc(100% / 3); padding: 80px 0 200px 0; color: #fff; border-right: 1px solid rgba(255,255,255,0.1); }
.culture ul li:last-child { border: none; }
.culture ul li img { height: 60px; }
.culture ul li .p1 { font-size: 30px; font-weight: bold; margin: 20px 0 10px; }
.culture ul li .p2 { font-size: 18px; line-height: 2; }
/*发展历程*/
.homebox03 {
	/*background: url(../images/111.jpg) no-repeat center;
	height: 800px;
	color: #fff;*/
}
.homebox03 .wrapper {
	height: 100%;
	position: relative;
	overflow: hidden
}
.homebox03 .hd {
	top: 14vh;
	position: absolute;
	width: 100%;
	max-width: 30vw
}
@media (max-width: 800px) {
.homebox03 .hd {
	max-width: 90%;
	top: 10vw
}
}
.homebox03 .hd .cn {
font-size:32px; font-weight: 600 }
@media (max-width: 800px) {
.homebox03 .hd .cn { font-size: var(--fsize-h2) }
}
.homebox03 .hd .en {
	font-size: 19px;
	margin-top: 20px;
}
.homebox03 .bd {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px
}
@media (max-width: 800px) {
.homebox03 .bd {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 20vh;
	height: 40vh;
	overflow-y: auto
}
}
.homebox03 .bd .num {
	font-size: 18px;
	font-weight: bold
}
.homebox03 .bd .txt {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.6
}
.homebox03 .bd .it:nth-child(1) { padding-top: 48vh }
@media (max-width: 800px) {
.homebox03 .bd .it:nth-child(1) { padding: 0 }
}
.homebox03 .bd .it:nth-child(2) { padding-top: 42vh }
@media (max-width: 800px) {
.homebox03 .bd .it:nth-child(2) { padding: 0 }
}
.homebox03 .bd .it:nth-child(3) { padding-top: 35vh }
@media (max-width: 800px) {
.homebox03 .bd .it:nth-child(3) { padding: 0 }
}
.homebox03 .bd .it:nth-child(4) { padding-top: 28vh }
@media (max-width: 800px) {
.homebox03 .bd .it:nth-child(4) { padding: 0 }
}
.homebox03 .bd .it:nth-child(5) { padding-top: 21vh }
@media (max-width: 800px) {
.homebox03 .bd .it:nth-child(5) { padding: 0 }
}
.homebox03 .bd .it:nth-child(6) { padding-top: 14vh }
@media (max-width: 800px) {
.homebox03 .bd .it:nth-child(6) { padding: 0 }
}
/*发展历程end*/
.talent { padding: 100px 0; background: url(../images/talent.png) repeat center bottom; background-size: cover; }
.talent .m { display: flex; box-shadow: 0px 0px 30px rgba(0,0,0,.1); }
.talent .m>img { width: 60%; }
.talent .m>div { width: 40%; padding: 80px; background: #fff url(../images/talent2.png) no-repeat center bottom; }
.talent .m>div h2 { font-size: 36px; font-weight: 400; position: relative; padding-left: 20px; }
.talent .m>div h2:before { content: ""; position: absolute; left: 0; top: 10%; height: 80%; width: 5px; background: #049ee6; }
.talent .m>div p { font-size: 16px; line-height: 1.8; margin: 30px 0; }
.talent .m>div ul { }
.talent .m>div ul li { padding: 20px; border: 1px solid #ccc; font-size: 16px; position: relative; margin: 10px 0; }
.talent .m>div ul li .fas { color: #049ee6; font-size: 20px; margin-right: 10px; }
.news { background: url(../images/newsbg.jpg) repeat top center / cover; }
.news ul { display: flex; flex-wrap: wrap; column-gap: 2%; }
.news li { width: 32%; background: #fff; padding: 40px; transition: all .7s; margin-bottom: 2%; border: 5px solid #eee; }
.news li:hover { transform: translateY(-10px); }
.news li .p1 { font-size: 15px; color: #333; line-height: 1.6; }
.news li .p2 { font-size: 18px; color: #333; line-height: 30px; margin-top: 10px; margin-bottom: 30px; font-weight: 600; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 2; overflow: hidden; }
.news li .p3 { font-size: 15px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 3; line-height: 1.6; overflow: hidden; margin: 0px auto 30px; }
.news li .p4 { line-height: 160%; color: #bf1522; font-size: 15px; font-weight: 500; text-align: right; }
.new_top { display: flex; justify-content: space-between; }
.new_top .leftnewsblock { display: flex; flex-direction: column; width: 32%; }
.new_top .newssubtitle { font-size: 18px; font-weight: 900; color: #fff; margin-bottom: 20px; }
.new_top .newstitle { font-size: 40px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 30px; }
.new_top .newsdescription { font-size: 16px; color: #fff; line-height: 1.6; margin-bottom: 50px; max-width: 500px; }
.new_top .rightnewsblock { display: flex; flex-direction: column; width: 60%; }
.new_top .rightnewsblock .newsblock { width: 100%; display: flex; justify-content: space-between; margin-bottom: 30px; }
.new_top .rightnewsblock .newsbox { background: #fff; width: 48%; padding: 40px 40px; box-sizing: border-box; }
.contentitem .m { padding: 30px 40px; background: #fff; border: 5px solid #eee; }
.cpt { color: #666; line-height: 1; }
.cpti { padding: 25px 0; border-bottom: 2px solid #bf1522; color: #000; font-size: 28px; line-height: 1.5; }
.contentm { margin: 40px 0 100px; }
.contentm p { color: #666; font-size: 16px; line-height: 1.8; margin-bottom: 1.5em; }
.page { display: flex; justify-content: space-between; padding-top: 30px; border-top: 1px solid #e5e5e5; }
.page a { font-size: 16px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.page a .fas { color: #bf1522; font-size: 30px; margin-bottom: 5px; }
.page a:hover { color: #bf1522; }
.honor { background: url(../images/honorbg.jpg) no-repeat center center; background-size: cover; padding: 60px 0; }
.honor ul { display: flex; flex-wrap: wrap; column-gap: 1%; }
.honor ul li { width: calc(97% / 4); background: #fff; padding: 50px; margin-bottom: 1%; }
.honor ul li img { display: block; width: 100%; height: 300px; object-fit: contain; object-position: center; }
.honor ul li p { font-size: 18px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #ccc; }
/*证书begin*/
#certify { position: relative; width: 1200px; margin: 0 auto }
#certify .swiper-container { padding-bottom: 60px; }
#certify .swiper-slide { width: 506px; height: 654px; background: #fff; box-shadow: 0 8px 30px #ddd; }
#certify .swiper-slide img { display: block; }
#certify .swiper-slide p { line-height: 98px; padding-top: 0; text-align: center; color: #636363; font-size: 1.1em; margin: 0; }
#certify .swiper-pagination { width: 100%; bottom: 20px; }
#certify .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; border: 3px solid #fff; background-color: #d5d5d5; width: 10px; height: 10px; opacity: 1; }
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active { border: 3px solid #00aadc; background-color: #fff; }
#certify .swiper-button-prev { left: -30px; width: 45px; height: 45px; background: url(../images/wm_button_icon.png) no-repeat; background-position: 0 0; background-size: 100%; }
#certify .swiper-button-prev:hover { background-position: 0 -46px; background-size: 100% }
#certify .swiper-button-next { right: -30px; width: 45px; height: 45px; background: url(../images/wm_button_icon.png) no-repeat; background-position: 0 -93px; background-size: 100%; }
#certify .swiper-button-next:hover { background-position: 0 -139px; background-size: 100% }
#certify .swiper-button-next:after { content: none; }
#certify .swiper-button-prev:after { content: none; }
/*证书end*/
.equipment .imgbox { display: flex; flex-wrap: wrap; column-gap: 2%; }
.equipment .imgbox a { width: 32%; display: block; margin-bottom: 2%; text-align: center; position: relative; }
.equipment .imgbox a img { border: 1px solid #f1f1f1; height: 300px; object-fit: cover; width: 100%; }
.equipment .imgbox a p { padding: 20px 0; background: #f1f1f1; font-size: 16px; }
.equipment .imgbox a:nth-child(3n) { margin-right: 0; }
.equipment .imgbox a .cover { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #049ee6; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .2s ease; transition: all .2s ease; }
.equipment .imgbox a:hover .cover { opacity: .6; filter: alpha(opacity=60); }
.equipment .imgbox a .ico01 { width: 68px; height: 68px; position: absolute; top: 50%; left: 50%; margin-top: -34px; margin-left: -94px; background: url(../images/i5.png) no-repeat center center; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .4s ease; transition: all .4s ease; }
.equipment .imgbox a:hover .ico01 { margin-left: -34px; opacity: 1; filter: alpha(opacity=100); }
.equipment .imgbox a .ico02 { width: 68px; height: 68px; position: absolute; top: 50%; left: 50%; margin-top: -34px; margin-left: 64px; background: url(../images/i6.png) no-repeat center center; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .4s ease; transition: all .4s ease; }
.equipment .imgbox a:hover .ico02 { margin-left: -34px; opacity: 1; filter: alpha(opacity=100); }
.lg-backdrop { background-color: rgba(0,0,0,0.5) !important; }
.lg-toolbar .lg-icon { color: #fff !important; }
.download ul { display: flex; flex-wrap: wrap; column-gap: 2%; }
.download ul li { width: 32%; margin-bottom: 2%; border: rgba(7,34,57,0.2) 1px solid; padding: 30px; display: flex; column-gap: 30px; }
.download ul li>.far { font-size: 50px; color: #049ee6; }
.download ul li p { margin-bottom: 15px; font-size: 17px; font-weight: 600; line-height: 1.4; }
.download ul li a { font-size: 15px; }
.download ul li a:hover { color: #e50015; }
.contact { background: #fff; }
.contact .m { display: flex; background: #fff; min-height: 600px; position: relative; overflow: hidden; border: 5px solid #eee; }
.contactm { width: 45%; padding: 50px 0 50px 50px; display: flex; flex-direction: column; justify-content: center; }
.contactm .p1 { font-size: 24px; color: #049ee6; font-weight: bold; margin-bottom: 20px; }
.contactm .p2 { font-size: 16px; line-height: 2; }
.contactm .p2 .fas, .contactm .p2 .fab { font-weight: 100; margin-right: 10px; width: 1em; }
.contactm .p2 .sp1 { font-weight: bold; color: #333; }
.contactm .p3 { margin-top: 20px; }
#baidu_dituContent { width: 55%; height: 1200px; border-radius: 600px 0 0 600px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
#baidu_dituContent img { max-width: none; }
.contact3 { padding: 80px 0; background: #f8f8f8; }
.contact3 .m { padding: 50px; background: #fff; display: flex; align-items: center; }
.contact3 .p1 { font-size: 30px; color: #049ee6; font-weight: bold; margin-bottom: 30px; }
.contact3 .contact-form-wrapper { display: flex; flex-wrap: wrap; column-gap: 2%; }
.contact3 .form-control { background: #fff; width: 23.5%; color: #000; border: 1px solid #ebebeb; font-size: 16px; padding: 15px 25px; margin-bottom: 20px; }
.contact3 .form-control:focus { border-color: #049ee6; }
.contact3 .form-control-text { width: 100%; height: 160px; }
.contact3 .btn-theme { background: #031821; color: #fff; transition: 0.3s; font-weight: 500; font-size: 17px; padding: 15px 50px; cursor: pointer; border: none; }
.contact3 .btn-theme:hover { background: #e50015; }
.contact3 input.form-control:nth-last-of-type(1) { margin-bottom: 0; }
.product .m { display: flex; justify-content: space-between; }
.prol { width: 22%; }
.prol ul li { border-bottom: 1px solid #eeeeee; font-size: 16px; }
.prol ul li a { line-height: 60px; display: flex; justify-content: space-between; flex-direction: row-reverse; padding: 0 20px; }
.prol ul li.on a { background: #049ee6; color: #fff; }
.prol ul li p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pror { width: calc(78% - 50px); }
.pror ul.prolist { display: flex; flex-wrap: wrap; column-gap: 2%; }
.pror ul.prolist li { width: 32%; margin-bottom: 2%; }
.pror ul.prolist li .pic { overflow: hidden; background: url(../images/probgs.jpg) no-repeat center center; background-size: cover; }
.pror ul.prolist li .pic img { display: block; width: 100%; -webkit-transition: all 0.5s; }
.pror ul.prolist li .pic img:hover { -webkit-transform: scale(1.06); transform: scale(1.06); }
.pror ul.prolist li .info { background: linear-gradient(to bottom, #b2efff, #c0f2ff, #fff); padding: 20px; width: 100%; }
.pror ul.prolist li .name { font-size: 20px; color: #000; line-height: 30px; padding-top: 10px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 1; }
.pror ul.prolist li .text { font-size: 15px; color: #333; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; word-break: break-all; -webkit-line-clamp: 2; line-height: 20px; margin: 10px auto 30px; }
.pror ul.prolist li .info .btnsa { padding: 10px 0px; line-height: 160%; color: #049ee6; font-size: 15px; font-weight: 500; border-top: #ddd 1px solid; }
.procontent { }
.productitem { display: flex; justify-content: space-between; }
.productitem .pro_img {
 width:calc(500 / 1240 * 100%); position: relative; }
.productitem .pro_img2 { margin-bottom: 10px; overflow: hidden; position: relative; border: 1px solid #ccc; }
.productitem .swiper-wrapper { height: auto; }
.productitem .swiper-button-next { right: -50px; }
.productitem .swiper-button-prev { left: -50px; }
.productitem .swiper-button-next, .productitem .swiper-button-prev { outline: none; color: #049ee6; opacity: 0; visibility: hidden; transition: 0.2s; }
.productitem .pro_img:hover .swiper-button-next { right: 20px; opacity: 1; visibility: visible; }
.productitem .pro_img:hover .swiper-button-prev { left: 20px; opacity: 1; visibility: visible; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.35 !important; }
.productitem .pro_img2 img { width: 100%; height: 400px; object-fit: contain; }
.productitem .pro_img3 { overflow: hidden; }
.productitem .pro_img3 img { cursor: pointer; height: 70px; padding: 10px; width: 100%; object-fit: cover; display: block; }
.productitem .pro_img3 .swiper-slide { border: 1px solid #ccc; box-sizing: border-box; }
.productitem .pro_img3 .swiper-slide-thumb-active { border: 1px solid #049ee6; }
.pi_t {
 width: calc(680 / 1240 * 100%); padding-top: 20px; }
.pi_t .npt { font-size: 24px; color: #049ee6; font-weight: bold; }
.pi_t .npc { font-size: 18px; color: #ccc; }
.pi_t .npd { margin-top: 30px; }
.pi_t .npd p { font-size: 16px; line-height: 2; }
.pi_t .npd h3 { font-size: 18px; color: #049ee6; margin: 20px 0 10px; }
.pi_t .npd ul { }
.pi_t .npd ul li { font-size: 16px; line-height: 2; position: relative; }
.pi_t .npd ul li .fas { color: #049ee6; margin-right: 5px; }
.product_main { margin-top: 50px; padding-top: 30px; border-top: 1px solid #ddd; }
.pro_tab1 { display: flex; column-gap: 50px; }
.pro_tab1 li { padding: 14px 30px 14px 0; font-size: 20px; transition: 0.2s; color: #85919c; border-bottom: 1px solid #cfd5da; cursor: pointer; position: relative; }
.pro_tab1 li.on { color: #000; }
.pro_tab1 li:after { content: ""; position: absolute; width: 0; height: 1px; left: 0; bottom: -1px; background: #083165; transition: 0.2s; }
.pro_tab1 li.on:after { width: 100%; }
.pro_tab2 { margin-top: 20px; }
.pro_tab2>li { display: none; position: relative; }
.pro_tab2>li.on { display: block; }
.pro_tab2>li .hxys { }
.pro_tab2>li .hxys li { font-size: 18px; line-height: 2; }
.pro_tab2>li .hxys li .fas { color: #049ee6; margin-right: 5px; }
.protable { width: 100%; margin-bottom: 20px; }
.protable tr:nth-child(odd) { background: #ebf9ff; }
.protable tr:first-child { background: #049ee6; color: #fff; font-size: 18px; font-weight: bold; }
.protable td { padding: 10px; border: 0.5px solid #ccc; word-break: break-all; }
.product_main .tab_cc { width: 100%; border-collapse: collapse; }
.product_main .tab_cc td { border: 1px solid #ccc; text-align: center; font-size: 12px; line-height: 160%; word-break: break-all; }
.product_main .aacc { padding: 5px; background-color: #eee; margin-bottom: 20px; display: none; }
.product_main .imgleft { float: left; margin-right: 20px; }
.product_main strong.aa { font-size: 16px; color: #1c368d; }
.mmenu { display: none; width: 30px; }

.newswrapaa{
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	max-width: 1500px;
	margin: 0 auto;
	}
	.newswrap {
	  width: 48%;
	  margin: 0px auto;
	  padding: 30px;
	  box-sizing: border-box;
	  border-radius: 15px;
	  box-shadow: 0px 0px 10px #eee;
	  margin:0 1% 1%;
	  background-color: #fff;
	}
	.newswrap .title {
	  margin-top: 30px;
	  font-size: 40px;
	  font-family: "Noto Sans SC", serif;
	  font-weight: 300;
	  color: #333;
	}
	.newswrap .info {
	  padding-bottom: 30px;
	  margin-bottom: 30px;
	  border-bottom: 1px solid #ddd;
	  font-size: 14px;
	  color: #999;
	  margin-top: 10px;
	}
	.newswrap .content{
		font-size: 16px;
	}
	.newswrap .content p {
	  margin-bottom: 20px;
	}



@-webkit-keyframes zoomInSmall { from {
opacity:0;
-webkit-transform:scale3d(.92, .92, .92);
transform:scale3d(.92, .92, .92)
}
50% {
opacity:1
}
}
@keyframes zoomInSmall { from {
opacity:0;
-webkit-transform:scale3d(.92, .92, .92);
transform:scale3d(.92, .92, .92)
}
50% {
opacity:1
}
}
.zoomInSmall {
	-webkit-animation-name: zoomInSmall;
	animation-name: zoomInSmall
}
.lightGallery-white-theme .lg-outer .lg-thumb-outer { box-shadow: 0 0 6px -3.5px rgba(0,0,0,0.25) inset }
.lightGallery-white-theme .lg-sub-html { color: #333 !important }
.lightGallery-white-theme .lg-sub-html a { color: #2f2f2f !important }
.lightGallery-white-theme .lg-backdrop {
	background-color: rgba(243,243,243,0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px)
}
.lightGallery-white-theme .lg-backdrop {
	background-color: rgba(243,243,243,0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px)
}
.lightGallery-white-theme .lg-thumb-item.active, .lightGallery-white-theme .lg-thumb-item:hover { border-color: var(--color-main) }
.lightGallery-white-theme .lg-progress-bar { background-color: #999 }
.lightGallery-white-theme .lg-progress-bar .lg-progress { background-color: #333 }
.lightGallery-white-theme .lg-outer .lg-thumb-outer { background-color: rgb(0 0 0 / 35%) }
.lightGallery-white-theme .lg-next, .lightGallery-white-theme .lg-prev {
	background-color: rgba(0,0,0,0.03);
	color: #444
}
.lightGallery-white-theme .lg-next:hover, .lightGallery-white-theme .lg-prev:hover { color: #000 }
.lightGallery-white-theme .lg-next:focus, .lightGallery-white-theme .lg-prev:focus {
	outline: none;
	box-shadow: none
}
.lightGallery-white-theme .lg-toolbar .lg-icon { color: #555 }
.lightGallery-white-theme .lg-toolbar .lg-icon:hover { color: #000 }
.lightGallery-white-theme .lg-counter { color: #555 }
.lightGallery-white-theme .lg-outer .lg-thumb-item.active, .lightGallery-white-theme .lg-outer .lg-thumb-item:hover { border: 2px solid var(--color-main) }
::selection {
	background: var(--color-main);
	color: var(--color-white)
}
::-moz-selection {
background:var(--color-main);
color:var(--color-white)
}

@media (max-width: 1360px) {
	.bannertxt{ margin-right: -500px}
	.bannerslide .swiper-slide img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
.hp2dl img{ 
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media (max-width: 1200px) {
.mmenu { display: block; }
.top { display: none; }
.top_nav { height: 70px; padding: 0 20px; }
.top_nav .ul1, .top_nav .ul2 { display: none; }
.logo { height: 40px; }
.bannerslide { height: 450px; }
.bannertxt { left: 20px; }
.bannertxt .p1 { font-size: 20px; }
.bannertxt .d1 { margin-top: 20px; }
.bannertxt .d1 a { font-size: 14px; line-height: 30px; padding: 0 20px; }
.bannertxt .p2 { margin-top: 20px; font-size: 14px; line-height: 1.6; padding-right: 20px; }
.bannerslide .swiper-slide { background-position: center right !important; background-size: cover !important; }
.hp1d1 { padding: 30px 20px; flex-wrap: wrap; }
.hp1d1l { width: 100%; max-width: none; }
.hp1d1l h1 { font-size: 20px; }
.hp1d1l p { font-size: 14px; }
.hp1d1r { width: 100%; padding-left: 0; margin-top: 20px; }
.hp1d1r:before { display: none; }
.hp1d1r h2 { font-size: 20px; }
.hp1d1r p { font-size: 14px; }
.hp1d1r a { font-size: 14px; padding: 10px 20px; }
.hp1d2 { padding: 30px 20px; }
.hp1d2 h3 { font-size: 20px; }
.hp1d2 ul { flex-wrap: wrap; margin-top: 30px; }
.hp1d2 ul li { width: 100%; padding: 20px; margin-bottom: 10px; }
.hp1d2 ul li div h5 { font-size: 16px; }
.hp1d2 ul li div p { font-size: 14px; }
.homepart2 { flex-wrap: wrap; }
.hp2dl { width: 100%; }

.hp2dr { width: 100%; padding: 30px 20px; }
.hp2dr h2 { margin-top: 20px; padding-bottom: 20px; font-size: 20px; }
.hp2dr .d2 { padding: 20px 0; }
.hp2dr .d2 .swiper-wrapper .swiper-slide p { font-size: 14px; }
.hp2dr a { font-size: 14px; padding: 12px 20px; }
.homepart3 { padding: 30px 20px; }
.homepart3 h1 { font-size: 20px; }
.hp3u { flex-wrap: wrap; }
.homepart4 { padding: 30px 20px; height: auto; }
.homepart4>div { max-width: none; }
.homepart4>div .p1 { font-size: 14px; }
.homepart4>div h2 { font-size: 20px; }
.homepart4>div .p2 { font-size: 14px; margin-bottom: 20px; }
.homepart4>div div { padding: 20px; }
.homepart4>div div .p3 { width: 100%; font-size: 24px; text-align: center; }
.homepart4>div div .p4 { width: 100%; font-size: 14px; margin-top: 10px; }
.homepart5 { padding: 30px 20px; }
.homepart5 h1 { font-size: 20px; }
.homepart5 h3 { font-size: 14px; font-weight: normal; margin-bottom: 30px; }
.homepart5 .swiper-container { width: 100%; margin: 20px auto 100px; }
.homepart6 { padding: 30px 20px; }
.homepart6 h1 { font-size: 20px; }
.homepart6 h3 { font-size: 14px; }
.homepart6 .d1 a { font-size: 14px; }
.homepart6 .d2 { flex-wrap: wrap; margin-top: 20px; }
.homepart6 .d2 .item { width: 100%; margin-bottom: 20px; }
.homepart6 .d2 .p1 { font-size: 16px; }
.homepart6 .d2 .p2 { font-size: 14px; }
.homepart7 { padding: 30px 20px; }
.hp7d { margin-top: 0; flex-wrap: wrap; }
.hp7dl { width: 100%; }
.hp7dl .p1 { font-size: 16px; }
.hp7dl .p2 { font-size: 20px; }
.hp7dl .p3 { font-size: 14px; margin-bottom: 20px; }
.hp7dl a { font-size: 14px; padding: 15px 20px; width: auto; }
.hp7dr { width: 100%; margin-top: 20px; }
.hp7dr li { width: 100%; padding: 20px; }
.hp7dr li .p1 { font-size: 16px; }
.hp7dr li .p4 { font-size: 14px; }
.hp7dr li .p2 { font-size: 14px; margin-bottom: 20px; }
.hp7dr li .p3 { font-size: 14px; }
.homepart8 { flex-wrap: wrap; }
.hp8l { width: 100%; padding: 30px 20px; }
.hp8l>.p1 { font-size: 20px; margin-bottom: 20px; }
.hp8l>.p2 { font-size: 14px; margin-bottom: 20px; }
.hp8l ul li { width: 100%; padding: 10px 0; }
.hp8l a { font-size: 14px; }
.hp8r { width: 100%; padding: 30px 20px; }
.hp8r .p1 { font-size: 20px; }
.hp8r .p2 { font-size: 14px; }
.hp8r form input { font-size: 14px; }
.hp8r form button { font-size: 14px; }
.bottom { padding: 30px 20px; }
.bottom .bottom2 { display: none; }
.bottom .foot { padding: 0; margin-top: 0; flex-wrap: wrap; border: none; line-height: 1.8; }
.n { padding: 30px 0; }
.nbanner { height: 300px; background-attachment: inherit; background-size: cover; }
.nbanner .p1 { font-size: 40px; }
.nbanner ul li { font-size: 16px; }
.navn .m .nowr { display: none; }
.navn .m ul .nowt { display: none; }
.navn .m ul { padding: 0 20px; flex-wrap: wrap; }
.navn .m ul li a { line-height: 50px; }
.abpt { font-size: 20px; }
.aboutf { flex-wrap: wrap; }
.aboutl { width: 100%; }
.aboutl .p1 { font-size: 16px; }
.aboutl .p3 { font-size: 20px; }
.aboutl .p2 { font-size: 14px; line-height: 1.6; }
.aboutl .p2 span { font-size: 16px; }
.aboutr { width: 100%; }
.culture { padding-top: 30px; }
.culture .ppt { font-size: 20px; }
.culture .ppte { font-size: 24px; }
.culture ul { margin-top: 30px; flex-wrap: wrap; }
.culture ul li { width: 100%; padding: 20px 0; }
.culture ul li .p1 { font-size: 16px; }
.culture ul li .p2 { font-size: 14px; }
.talent { padding: 30px 0; }
.talent .m { flex-wrap: wrap; }
.talent .m>img { width: 100%; }
.talent .m>div { width: 100%; padding: 20px; }
.talent .m>div h2 { font-size: 20px; }
.talent .m>div p { font-size: 14px; }
.talent .m>div ul li { font-size: 14px; }
.prol { display: none; }
.pror { width: 100%; }
.pror ul.prolist li { width: 49%; }
.pror ul.prolist li .info { padding: 20px 10px; }
.pror ul.prolist li .name { font-size: 16px; }
.productitem { flex-wrap: wrap; }
.productitem .pro_img { width: 100%; }
.productitem .pro_img2 img { height: 250px; }
.pi_t { width: 100%; }
.pi_t .npt { font-size: 16px; }
.pi_t .npd p { font-size: 14px; }
.pi_t .npd h3 { font-size: 16px; }
.pi_t .npd ul li { font-size: 14px; }
.pro_tab1 { column-gap: 20px; }
.pro_tab1 li { font-size: 16px; padding: 10px 10px 10px 0; }
.protable tr:first-child { font-size: 16px; }
.pro_tab2>li .hxys li { font-size: 16px; }
.news li { width: 100%; padding: 20px; }
.news li .p1 { font-size: 14px; }
.news li .p2 { font-size: 16px; }
.news li .p3 { font-size: 14px; }
.contentitem .m { padding: 20px; }
.cpti { font-size: 16px; }
.page { flex-wrap: wrap; }
.page a { width: 100%; font-size: 14px; text-align: left; margin-bottom: 10px; }
.page a.am { display: none; }
.equipment .imgbox a { width: 49%; }
.equipment .imgbox a img { height: 200px; }
.equipment .imgbox a p { padding: 10px 0; font-size: 14px; }
.download ul li { width: 100%; padding: 15px 10px; }
.contact .m { flex-wrap: wrap; }
.contactm { width: 100%; padding: 20px; }
.contactm .p1 { font-size: 20px; }
.contactm .p2 { font-size: 14px; }
#baidu_dituContent { width: 100%; height: 300px; position: relative; top: 0; transform: none; border-radius: 0; }
.contact3 { padding: 30px 0; }
.contact3 .m { padding: 20px; }
.contact3 .p1 { font-size: 20px; }
.contact3 .form-control { width: 48%; font-size: 14px; }
.contact3 .form-control-text { width: 100%; }
.contact3 .btn-theme { font-size: 14px; margin-top: 20px; }
#certify{ width:100%; padding:0 30px;}
}
@media (max-width: 1024px) {
	.bannertxt{ top:20%;}
	.new_top .leftnewsblock{ width:100%;}
}
@media (max-width: 800px) {
	#certify{ width:80%;}
	#certify .swiper-slide{ width:70%; height:auto;}
	.aboutbox02_flex .aboutbox02_flex_right {
		width: 36%;
	}
	.bannertxt{ margin-right:0;}

	.newswrap{width: 100%;}
}
@media (max-width: 500px) {
	.aboutbox02_flex{ flex-wrap: wrap;}
	.aboutbox02_flex .aboutbox02_flex_left{ width:100%;}
	.aboutbox02_flex .aboutbox02_flex_right{ width:80%;}
	
	.bannertxt {
		margin-right: -110px;
		top: 8%;
		right: 30%;
	}	
	.about_picul li{ width: calc(100% / 2 - 2%);}
	.equipment .imgbox a{ width:100%;}
	.equipment .imgbox a img{ height:auto;}
	
}
