/* 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:#1a1a1a; 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:#ff6a00;}
.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:#ff6a00;}
::-webkit-scrollbar-corner:vertical{ background-color:#bdb9b9;}
::-webkit-scrollbar-resizer:vertical{ background-color:#bdb9b9;}

.m{ width:95%; max-width:1400px; margin:0 auto; position:relative;}
.n{ padding:80px 0;}
.nm{}
.nm .m{ background:#fff; box-shadow:0 0 50px -20px rgba(0, 0, 0, .15); padding:80px;}

.top{
	padding:0 60px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}
.top.on{
	background:#fff; box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.top .logoa{
	display:block;
	position:relative;
}
.top .logo,.top .logo_on{
	height:35px;
}
.top .logo_on{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition:0.2s;
}
.top.on .logo{
	opacity:0;
}
.top.on .logo_on{
	opacity:1;
}
.top .top_nav{
	display:flex;
	column-gap:30px;
}
.top .top_nav>li{
	position:relative;
}
.top .top_nav li a{
	color:#fff;
	font-size:16px;
	display:block;
	line-height:35px;
}
.top .top_nav li a:hover{
	color:#ccc;
}
.top .top_nav>li ul{ position:absolute; left:50%; top:120%; z-index:9; background:#0090d2; padding:10px 20px; white-space:nowrap; opacity:0; visibility:hidden; transition:0.2s; min-width:100%; transform:translateX(-50%);}
.top .top_nav>li:hover ul{ opacity:1; visibility:visible; top:100%;}
.top .top_nav>li ul li{ line-height:2; text-align:center;}
.top .top_nav>li ul li a{ display:inline-block; color:#fff;}
.top .top_nav>li ul li a:hover{ text-decoration:underline;}
.top .search{
	color:#fff;
	width:120px;
	display:flex;
	justify-content:flex-end;
}
.top .search input{
	border:1px solid transparent;
	border-radius:20px;
	line-height:40px;
	color:#fff;
	width:100px;
	padding-left:40px;
	cursor:pointer;
	background:url(../images/searchbg.png) no-repeat center left 15px;
	background-size:16px;
	font-size:16px;
	transition:0.2s;
}
.top .search input::placeholder{
	color:#fff;
}
.top .search input:focus{
	border:1px solid #fff;
	width:150px;
}
.top.on .search input{
	color:#333;
	background:url(../images/searchbg2.png) no-repeat center left 15px;
	background-size:16px;
}
.top.on .search input::placeholder{
	color:#333;
}
.top.on .search input:focus{
	border:1px solid #333;
}
.top.on .top_nav>li>a{
	color:#333;
}
.top-right{ display:flex;justify-content: flex-end;align-items: center;}
.top .language{
	display:block;
	position:relative;
}
.top .languagelogo,.top .languagelogo_on{
	height:32px;
}
.top .languagelogo_on{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition:0.2s;
}
.top.on .languagelogo{
	opacity:0;
}
.top.on .languagelogo_on{
	opacity:1;
}
.language{ position: relative;}
.language .mul{
	position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0;
    box-shadow: 2px 3px 2px rgba(0,0,0,0.2);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s;
}
.language .mul .mli .mla {
    text-decoration: none;
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 20px 0 20px;
    color: #333;
    border-left: 5px solid transparent;
    transition: all .3s;
}
.language:hover .mul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.language .mul .mli .mla:hover {
    background: #014190;
    color: #fff;
}

.bannerslide{
	height:100vh;
	overflow:hidden;
	position:relative;
}
.bannerslide .swiper-slide{
	overflow:hidden;
	position:relative;
	display:flex;
	align-items:center;
}
.bannerslide .banneri{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
    transform: scale(1.1,1.1);
    object-fit: cover;
}
.bannerslide .swiper-slide-active .banneri{
	transition: 6s linear;
    transform: scale(1,1);
}
.bannertc{
	color:#fff;
	position:absolute;
	left:100px;
	bottom:40px;
	z-index:9;
	font-size:15px;
}
.bannertc .fas{
	margin-right:5px;
	color:#ff6a00;
}
.bannertc .sp1{
	font-size: 18px;
    font-weight: 600;
}
.scroll_down {
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.scroll_down li {
    transform: rotate(90deg);
    position: relative;
    font-weight: 600;
    font-size: 0.72rem;
    color: #fff;
}
.scroll_down li p {
    padding-bottom: 5px;
}
.scroll_down li::before {
    content: "";
    width: 100px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0px;
    bottom: -2px;
}
.scroll_down li::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #ff6a00;
    position: absolute;
    left: 0px;
    bottom: -2px;
    animation: scroll_bar infinite alternate linear;
    animation-duration: 1s;
}
@keyframes scroll_bar {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(50px);
  }
}
.bannert{
	position:relative;
	z-index:2;
	color:#fff;
	padding-left:100px;
	opacity:0;
	transform:translateX(100px);
	transition: all .4s .2s;
}
.bannerslide .swiper-slide-active .bannert{
	opacity:1;
	transform:translateX(0);
}
.bannert .p1{
	font-size: 1vw;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 15px;
    text-shadow: 3px 0 5px rgba(7, 7, 7, 0.75);
}
.bannert .p2{
	font-size: 2.6vw;
    line-height: 1.2;
    font-weight: 600;
    text-shadow: 3px 0 5px rgba(7, 7, 7, 0.75);
}
.bannertc2{
	font-size: 12px;
    color: #CCC;
    letter-spacing: 1px;
	transform: rotate(90deg);
	position: absolute;
    right: -20px;
    top: 45vh;
	z-index:999;
}
.homepart1{
	padding:120px 0;
	background:url(../images/aboutbg.jpg) no-repeat bottom center;
}
.pt1{
	line-height: 1.2;
    color: #3d4e55;
	font-size:40px;
	text-align:center;
	font-weight:bold;
	text-transform: capitalize;
}
.pt2{
	margin-top:20px;
	font-size:16px;
	line-height:1.5;
	text-align:center;
}
.homepart1 ul{
	max-width:1200px;
	margin:60px auto;
	display:flex;
	justify-content:space-between;
	text-align:center;
}
.homepart1 ul li .p1{
	font-weight: 600;
    margin-right: 10px;
    color: #0090d2;
	font-size:36px;
}
.homepart1 ul li .p1 span{
	font-size:16px;
	font-weight: 400;
    color: #000;
	display:inline-block;
}
.homepart1 ul li .p2{
	font-size:16px;
	font-weight: 400;
    color: #000;
}
.hp1a{
	display:flex;
	justify-content:center;
	column-gap:20px;
}
.hp1a a.a1{
	background: #3d4e55;
    border-bottom: #ff6a00 3px solid;
    color: #fff;
    width: 180px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
	font-size:18px;
}
.hp1a a.a1:hover{
	background: #fff;
    color: #3d4e55;
}
.hp1a a.a2{
	border-radius: 30px;
    border: #3d4e55 1px solid;
    color: #333;
    width: 180px;
    line-height: 60px;
    text-align: center;
	font-size:18px;
}
.hp1a a.a2:hover{
	background: #3d4e55;
    color: #fff;
}
.homepart2{
	padding:100px 60px;
	background:#0090d2;
}
.hp2d{
	display:flex;
	justify-content:space-between;
}
.hp2d .p1{
	font-size: 28px;
	margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
}
.hp2d .p2{
	font-size: 16px;
    line-height: 1.4;
	color:#bfdce9;
}
.hp2d ul{
	display:flex;
	align-items:flex-end;
	column-gap:5px;
}
.hp2d ul li a{
	display:block;
	padding: 10px 20px;
    border: #bfdce9 1px solid;
    font-size: 15px;
    border-radius: 30px;
    color: #bfdce9;
}
.hp2d ul li.on a,.hp2d ul li a:hover{
	background: #ff6a00;
    border: #ff6a00 1px solid;
	color:#fff;
}
.hp2s{
	margin-top:40px;
	overflow:hidden;
}
.hp2s .swiper-slide{
	border: #fff 12px solid;
    background: #fff;
}
.hp2s .swiper-wrapper{
	height:auto;
}
.hp2s .swiper-slide .pic{
	overflow: hidden;
    background: linear-gradient(to bottom, #c6e5f1 , #d7f4ff , #fff);
}
.hp2s .swiper-slide .pic img{
	display: block;
    max-height: 300px;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
}
.hp2s .swiper-slide:hover .pic img{
	transform: scale(1.06);
}
.hp2s .swiper-slide .info{
	background: linear-gradient(to bottom, #c6e5f1 , #d7f4ff , #fff);
	padding: 30px 40px;
}
.hp2s .swiper-slide .info .category{
	font-size: 14px;
    border: rgba(0,0,0,0.3) 1px solid;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    color: #3d4e55;
}
.hp2s .swiper-slide .info .name{
	font-size: 20px;
    color: #3d4e55;
    line-height: 30px;
    padding-top: 10px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 1;
}
.hp2s .swiper-slide .info .text{
	font-size: 15px;
    color: #3d4e55;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2;
    line-height: 24px;
    margin: 15px auto 30px;
}
.hp2s .swiper-slide .info ul{
	font-size: 15px;
    padding-top: 20px;
    border-top: rgba(0,0,0,0.2) 1px solid;
    color: #3d4e55;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2;
    line-height: 24px;
    margin: 15px auto 30px;
	padding-left:20px;
}
.hp2s .swiper-slide .info ul li{
	list-style-type: disc;
}
.hp2s .swiper-slide .info .btn{
	padding: 10px 20px;
    line-height: 1.6;
    color: #fff;
    background: #3d4e55;
    font-size: 15px;
    border-radius: 30px;
	display:flex;
	justify-content:space-between;
	transition:0.2s;
}
.hp2s .swiper-slide .info .btn .fas{
	color:#999;
	display:flex;
	align-items:center;
}
.hp2s .swiper-slide:hover .info .btn{
	background:#ff6a00;
}
.hp2s .swiper-slide:hover .info .btn .fas{
    color: #fff;
}
.homepart3{
	background:#daf4ff;
	padding:100px 0;
}
.homepart4{
	display:flex;
}
.hp4l{
	width:50%;
	padding:0 4.8vw 4.8vw 4.8vw;
	background:#005b8d;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
}
.hp4l .p1{
	font-weight: 700;
    font-size: 22px;
}
.hp4l .p2{
	margin-top: 1vw;
    margin-bottom: 1vw;
    font-weight: 700;
    font-size: 2vw;
    line-height: 1.2;
	text-transform: capitalize;
}
.hp4l .p3{
	margin-top: 1.5vw;
    font-size: 14px;
    width: 500px;
    line-height: 1.6;
}
.hp4l a{
	border: #ff6a00;
    background: #ff6a00;
    color: #fff;
    font-size: 15px;
	display:inline-block;
	padding:15px 35px;
	border-radius:50px;
	margin-top:50px;
}
.hp4l a:hover{
    background: #fff;
    color: #ff6a00;
}
.hp4r{
	width:50%;
}
.hp4r img{
	display:block;
	width:100%;
	object-fit:cover;
}
.business_scroll {
  position: relative;
  height: 100vh;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.business_scroll .bg {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.business_scroll .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business_scroll .cover {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 108, 158, 0.5);
  transition: all ease .2s;
}
.business_scroll .txt_box {
  word-break: keep-all;
}
.business_scroll .txt_box .sub_container{
	max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.business_scroll .txt_box .hp5d{
	display: flex;
    justify-content: space-between;
}
.business_scroll .txt_box .hp5d1{
	width: 40%;
	line-height: 1.2;
	transform: translate(0px, 40px);
	opacity: 0;
}
.business_scroll .txt_box .hp5d1 .p1{
	font-size: 18px;
    margin-bottom: 20px;
	font-weight:bold;
}
.business_scroll .txt_box .hp5d1 .p2{
	font-size:40px;
	font-weight:bold;
}
.business_scroll .txt_box .hp5d2{
	width:50%;
}
.business_scroll .txt_box .hp5d2 p {
	transform: translate(0px, 40px);
	opacity: 0;
	font-size:18px;
}
.business_scroll .txt_box .btnhev {
	transform: translate(0px, 40px);
	font-size: 16px;
	opacity: 0;
    background: #ff6a00;
	color:#fff;
    border-radius: 30px;
    line-height: 50px;
    padding: 0 20px;
    margin-top: 70px;
    position: relative;
	display:flex;
	justify-content:space-between;
	width:200px;
}
.business_scroll .btnhev .fas{
	display:flex;
	align-items:center;
}
.business_scroll .txt_box .btnhev:hover{
	color:#ff6a00;
	background:#fff;
}
@keyframes opacity {
  to {
    opacity: 1;
  }
}
.homepart6{
	padding:100px 60px;
	background:url(../images/newsbg.jpg) no-repeat center center;
}
.hp6u1{
	display:flex;
	justify-content:flex-end;
	column-gap:20px;
}
.hp6u1 li a{
	padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border-radius: 30px;
}
.hp6u1 li.on a{
    border: rgba(255,255,255,0.2) 1px solid;
}
.hp6u1 li a:hover{
	color:#bfdce9;
}
.hp6d{
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}
.hp6dl{
	width:280px;
}
.hp6dl .p1{
	margin-bottom: 20px;
    color: #bfdce9;
    font-weight: 600;
    line-height: 1.4;
	font-size:14px;
}
.hp6dl .p2{
	margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
	font-size:36px;
}
.hp6dl .p3{
	font-size: 16px;
    color: #bfdce9;
    line-height: 1.6;
    margin-bottom: 70px;
}
.hp6dl a{
	display:inline-block;
	background:#ff6a00;
	color:#fff;
	padding:0 50px;
	line-height:50px;
	font-size:16px;
	border-radius:30px;
}
.hp6dl a:hover{
	background:#fff;
	color:#ff6a00;
}
.hp6dr{
	display:flex;
	flex-wrap:wrap;
	column-gap:calc(20 / 1920 * 100vw);
	width:calc(1220 / 1920 * 100vw);
}
.hp6dr li{
	width:calc(600 / 1920 * 100vw);
	background:#daf4ff;
	padding:50px;
	margin-bottom:20px;
}
.hp6dr li .p1{
	font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 1;
	color:#3d4e55;
}
.hp6dr 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:#3d4e55;
}
.hp6dr li .p3{
	text-align:right;
	color:#ff6a00;
	font-size:15px;
}
.hp6dr li .p3 .fas{
	font-size:12px;
}
.homepart7{
	padding-top:90px;
	background: #bfdce9 url(../images/techbg.jpg) repeat center center;
}
.homepart7 ul{
	display:flex;
	justify-content:space-between;
	padding:0 120px;
	margin:50px 0 60px;
}
.homepart7 ul li{
	padding:30px 40px;
}
.homepart7 ul li .p1{
	font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.homepart7 ul li .p2{
	font-size: 15px;
    color: #333;
    line-height: 20px;
    margin: 10px auto 20px;
}
.homepart7 ul li .fas{
	width:20px;
	height:20px;
	border-radius:20px;
	border:1px solid #111;
	font-size:12px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.maps{
	display:block;
}
.bottom{ padding:70px 60px 0; position:relative; z-index:3; background:#001024; color:#fff;}
.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:12px; line-height:2;}
.bottom .bottom2 .erweima{ width:110px;}
.bottom .foot{ display:flex; justify-content:space-between; padding:40px 0; margin-top:70px; border-top:rgba(255,255,255,0.1) 1px solid;}
.bottom .foot p{ color:#b7c5d7;}
.bottom .foot p a{ color:#b7c5d7;}

.nbanner{ height:550px; display:flex; justify-content:center; align-items:center; color:#fff; background:linear-gradient(to top, rgb(0,16,36,0.1), rgb(0,16,36,0.5)),url(../images/bannern.jpg) no-repeat center center; background-attachment: fixed; text-align:center;}
.nbannernews{ background:linear-gradient(to top, rgb(29,73,158,0.1), rgb(29,73,158,0.5)),url(../images/bannernews.jpg) no-repeat bottom center; background-attachment: fixed;}
.nbannersite{ background:linear-gradient(to top, rgb(29,73,158,0.1), rgb(29,73,158,0.1)),url(../images/banner2.jpg) no-repeat top center; background-attachment: fixed;}
.nbannercon{ background:linear-gradient(to top, rgb(29,73,158,0.1), rgb(29,73,158,0.5)),url(../images/bannercon.jpg) no-repeat center center; background-attachment: fixed;}
.nbannerpro{ background:linear-gradient(to top, rgb(29,73,158,0.1), rgb(29,73,158,0.5)),url(../images/bannernpro.jpg) no-repeat top center; background-attachment: fixed;}
.nbannerequ{ background:linear-gradient(to top, rgb(29,73,158,0.1), rgb(29,73,158,0.5)),url(../images/bannernequ.jpg) no-repeat center center; background-attachment: fixed;}
.nbannerjoin{ background:linear-gradient(to top, rgb(29,73,158,0.1), rgb(29,73,158,0.5)),url(../images/bannernjoin.jpg) no-repeat bottom 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; display:flex; align-items:center;}
.nbanner ul li .fas{ font-size:16px;}
.nbanner ul li a{ color:#fff;}


.now{
	background:#f9f9f9;
	border-bottom:1px solid #ccc;
}
.now .m{
	display:flex;
	justify-content:space-between;
}
.now .m>ul{
	display:flex;
	column-gap:30px;
}
.now .m>ul>li{
	position:relative;
}
.now .m>ul>li>a{
	display:block;
	line-height:80px;
	font-size:18px;
	border-bottom:2px solid #f9f9f9;
}
.now .m>ul>li>a:hover,.now .m>ul>li.on>a{
	color:#0090d2;
	border-bottom:2px solid #0090d2;
}
.nowmenu{
	line-height:80px;
	font-size:16px;
	text-transform: capitalize;
}
.nowmenu .fas {
    margin: 0 5px;
    font-weight: 100;
    font-size: 14px;
}
.abpt{
	font-size:42px;
	line-height:1;
	font-weight:bold;
	color:#000;
	margin-bottom:35px;
}
.aboutf{
	display:flex;
	justify-content:space-between;
}
.aboutl{
	width:46%;
	padding:20px 0;
}
.aboutl .p1{
	font-size:24px;
	line-height:30px;
	font-weight:300;
}
.aboutl .p2{
	color: #555555;
    line-height: 30px;
    text-align: justify;
	font-size:16px;
	margin-bottom:1em;
	font-weight:400;
}
.aboutl .p2 span{
	font-size:22px;
	font-weight:400;
	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:#ff6a00;
}
.aboutr{
	width:50%;
	object-fit:cover;
}
.ppt{
	text-align:center;
	font-size:45px;
	color:#333;
}
.ppte{
	text-align:center;
	font-size:60px;
	color:#333;
	opacity:0.07;
	line-height:0;
	text-transform:uppercase;
}
.culture{
	padding:100px 0;
	background:url(../images/culturebg.jpg) no-repeat center center;
	background-attachment:fixed;
}
.culture .ppt,.culture .ppte{
	color:#fff;
}
.culture .ppte{
	opacity:0.2;
}
.culture ul{
	margin-top:100px;
	display:flex;
	flex-wrap:wrap;
}
.culture ul li{
	width:calc(100% / 4);
	text-align:center;
	border: 1px solid rgba(255,255,255,.3);
	color:#fff;
	padding:50px 20px;
}
.culture ul li .p1{
	font-size:54px;
	margin-bottom:20px;
}
.culture ul li .p2{
	color: #fff;
    font-size: 28px;
    line-height: 1em;
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
}
.culture ul li .p2:after{
	content:"";
	width: 18px;
    height: 1px;
	background:#fff;
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
}
.culture ul li .p3{
	color: #fff;
    font-size: 16px;
    line-height: 28px;
	min-height:2em;
}
.partner{
	padding:100px 0;
	background:#f5f5f5;
}
.partnerm{
	overflow:hidden;
	margin-top:100px;
}
.partnerm .swiper-wrapper{
	height:auto;
}
.partnerm .swiper-slide{
	padding:50px;
	background:#fff;
	height:auto;
}
.partnerm .swiper-slide img{
	width:100%;
	height:200px;
	object-fit:contain;
}
.partnerm .swiper-slide p{
	text-align:center;
	font-size:16px;
	margin-top:20px;
}

.product{
	background: #ecf1f5;
}
.proul{
	display:flex;
	flex-wrap:wrap;
	column-gap:2%;
}
.proul li{
	width:23.5%;
	margin-bottom:2%;
	border: #fff 10px solid;
}
.proul li .pic{
	overflow: hidden;
    background: linear-gradient(to bottom, #c6e5f1 , #d7f4ff , #fff);
}
.proul li .pic img{
	display: block;
    max-height: 300px;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
}
.proul li:hover .pic img{
	transform: scale(1.06);
}
.proul li .info{
	background: linear-gradient(to bottom, #c6e5f1 , #d7f4ff , #fff);
	padding: 20px;
}
.proul li .info .name{
	font-size: 18px;
    color: #3d4e55;
    line-height: 30px;
    padding-top: 10px;
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 1;
}
.proul li .info .text{
	font-size: 14px;
    color: #3d4e55;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 2;
    line-height: 24px;
	height:48px;
    margin: 15px auto 30px;
}
.proul li .info .btn{
	padding: 10px 20px;
    line-height: 1.6;
    color: #fff;
    background: #3d4e55;
    border-radius: 30px;
	display:flex;
	justify-content:space-between;
	transition:0.2s;
}
.proul li .info .btn .fas{
	color:#999;
	display:flex;
	align-items:center;
}
.proul li:hover .info .btn{
	background:#ff6a00;
}
.proul li:hover .info .btn .fas{
    color: #fff;
}

.ny_content{ font-size:16px; line-height:1.8;}
.ny_content p{ margin-bottom:10px;}
.npt{ text-align:center; font-weight:bold; font-size:24px; color:#f2a158; margin:0 0 50px 0;}
.page{
	display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
	margin-top:50px;
}
.page a{
	font-size:16px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
}
.page a .fas{
	color:#0090d2;
	font-size:30px;
	margin-bottom:5px;
}
.page a:hover{
	color:#d41a1f;
}

.news{
	background: #ecf1f5;
}
.news .m{
	background:none;
	padding:0;
	box-shadow:none;
}
.news ul{
	display:flex;
	flex-wrap:wrap;
	column-gap:2%;
}
.news li{
	width:32%;
	background:#fff;
	padding: 40px;
    transition: all .7s;
	margin-bottom:2%;
}
.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;
}
.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: #ff6a00;
    font-size: 15px;
    font-weight: 500;
}
.contentitem{
	background: #ecf1f5;
}
.contentitem .m{
	padding: 30px 40px;
    background: #fff;
}
.cpt{
	color: #666;
    line-height: 1;
	color:#0090d2;
}
.cpti{
	padding: 25px 0;
    border-bottom: 2px solid #ff6a00;
	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;
}

.equipment{	background: #ecf1f5;}
.equipment .m{ background:none; padding:0; box-shadow:none;}
.equipment .imgbox{ display:flex; flex-wrap:wrap; column-gap:2%;}
.equipment .imgbox a{ width:23.5%; 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:#fff; font-size:16px;}
.equipment .imgbox a .cover { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #333; 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;}


.contact{
	background: #ecf1f5;
}
.contact .m{
height:435px;
background-image:url(../images/conbg.jpg);

}
#baidu_dituContent {
    width: 150%;
	transform:translateX(-30%);
    height: 600px;
}
#baidu_dituContent img{
	max-width:none;
}
.contact2{
	position:absolute;
	right:0;
	bottom:0;
	padding:30px;
	background:rgba(0,144,210,0.6);
	color:#fff;
	z-index:99;
}
.contact2 .p1{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
}
.contact2 .p2{
	font-size:16px;
	line-height:2;
}
.contact2 .p2 .fas{
	font-weight:100;
	margin-right:10px;
	width:16px;
}
.contact2 .p2 .sp1{
	font-weight:bold;
}
.contact3{
	padding:80px 0;
	background:#fff;
}
.contact3 .m{ padding:50px; background:#f8f8f8; display:flex; align-items:center;}
.contact3 .p1{ font-size:30px; color:#0090d2; font-weight:bold; margin-bottom:30px;}
.contact3 .form-control{ background:#fff;border-radius:0;border:1px solid transparent;-webkit-box-shadow:none;box-shadow:none;color:#000;font-weight:400;font-size:16px;padding:14.5px 26px; width:48%; margin-right:4%; float:left; margin-bottom:20px;}
.contact3 .form-control:nth-child(2n){ margin-right:0;}
.contact3 .form-control:focus { border-color: #ebebeb;}
.contact3 .form-control-text{ width:100%; height:160px;}
.contact3 .btn-theme{background:#ff6a00;border-radius:2px;color:#fff;display:inline-block;transition:0.3s;-webkit-transition:0.3s;font-weight:500;font-size:17px;padding:15px 50px; cursor:pointer; border:none; margin-top:30px;}
.contact3 .btn-theme:hover{ background:#001024;}

.promp{
	text-indent:2em;
}
.promu{
	display:flex;
	flex-wrap:wrap;
	column-gap:2%;
	margin-top:20px;
}
.promu li{
	border:5px solid #eee;
	width:32%;
	margin-bottom:2%;
	background: linear-gradient(to bottom, #c6e5f1 , #d7f4ff , #fff);
}

.propt{
	color:#f2a158;
	font-size:24px;
}
.protable{
	width:100%;
	margin-bottom:20px;
}
.protable tr:nth-child(odd){
	background:#fdfde2;
}
.protable tr:first-child{
	background:#fcdc51;
}
.protable td{
	padding:5px 10px;
}

/*手机导航*/
#header{
	width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    display: block;
    float: left;
}
.top .mobile_nav{ background:url(../images/menu.png) no-repeat center; width:32px; height:32px; margin-left: 10px;}
.top.on .mobile_nav{ background:url(../images/menublack.png) no-repeat center;}

/*手机导航*/
.mobile_nav{ display:none;}
.mobile_nav_menu{
	position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 0.7);
	display:none;
}
.mobile_nav_menu .PC_menu{
	box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
}
.mobile_nav_menu .PC_menu .PC_menu_li{
	display: flex;
    position: relative;
    box-sizing: border-box;
    min-height: 20%;
    padding: 38px 5%;
	border-bottom: 1px solid #696969;
}
.mobile_nav_menu .PC_menu .PC_menu_li h2{
	width: 30%;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
}
.mobile_nav_menu .PC_menu .PC_menu_li .sub{
	width: 85%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mobile_nav_menu .PC_menu .PC_menu_li .dep2{
	box-sizing: border-box;
    padding: 0 2%;	
	margin-bottom:20px;
}
.mobile_nav_menu .PC_menu .PC_menu_li .dep2 a{
	font-size: 16px;
    color: #fea401;
    font-weight: 500;
    line-height: 1.2;
}


@media (max-width: 1100px) {
	.hp6dr{
		column-gap: 20px;
		width: calc(100% - 300px);
		justify-content: flex-end;
	}
	.hp6dr li{ width: 48%;}
	.homepart7 ul{ padding:0;}
	.business_scroll .txt_box .sub_container{ max-width:100%; padding: 0 20px;}	
	.top .search{ display: none;}
	.mobile_nav{ display:block;}
	.top .top_nav{ display: none;}
}

@media (max-width: 800px) {
	.hp2d ul{ flex-wrap: wrap;}
	.hp4r img{ max-width: 100%; height: 100%;}
	.hp4l{ padding: 30px;}
	.business_scroll .txt_box .hp5d{ display: block;}
	.business_scroll .txt_box .hp5d1{ width: 100%;}
	.business_scroll .txt_box .hp5d2{ width: 100%;}
	.homepart6{ background-size: cover;}
	.hp6d{ display: block;}
	.hp6dl{ width: 100%;}
	.hp6u1{ display:none;}
	.hp6dr{ width: 100%; margin-top:30px;}
	.homepart7 ul{ flex-wrap: wrap;}
	.homepart7 ul li{ width: 50%;}
	.aboutf{ display: block;}
	.aboutl{ width: 100%;}
	.aboutr{ width: 100%;}
	.proul li{ width: 32%;}
	.news li{ width: 49%;}
	.top .search{ display: none;}
	.top .logo, .top .logo_on{ height:40px;}
}

@media (max-width: 500px) {
	.nowmenu{ display: none;}
	.proul li{ width: 49%;}
	.news li{ width: 100%;}
	.nbanner{ height:300px;}
	.nbanner .p1{ font-size:36px;}
	.nbanner ul li{ font-size:20px;}
	.top{ padding:0 20px;}
	.bannertc{ left:10px;}
	.pt1{ font-size: 30px;}
	.homepart1 ul{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap:20px;
	}
	.hp2d{ display: block;}
	.homepart4{ display: block;}
	.hp4l{ width: 100%;}
	.hp4r{ width: 100%;}
	.homepart6{padding: 60px 20px;}
	.hp6dr{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap:20px;
	}
	.hp6dr li{ width: 100%; padding: 20px; margin-bottom:0;}
	.business_scroll .txt_box{ word-break: break-all;}
	.homepart7 ul{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap:20px;
	}
	.homepart7 ul li{ width:100%; padding:0 20px; word-break: break-all;}
	.business_scroll{ overflow: hidden;}
	.bottom{ padding: 50px 20px 0;}
	.bottom .bottom2{ justify-content: center;}
	.bottom .bottom2 ul{ display: none;}
	.bottom .bottom2 ul:last-child{ display: block; text-align: center;}
	.homepart2{ padding: 60px 20px;}
	.hp2d ul{ margin-top:20px;}
	.hp2d ul li{ margin-bottom:10px;}
	.hp4l .p3{ width: 100%;}
	
	.now .m>ul>li>a{ line-height: 40px;}
	.now .m>ul{ display: inline-block;}
	.m{ max-width:100%;}
	
	
	.n{ padding:50px 0;}
	.nm .m{ padding:30px 10px;}
	.promu li{ width:100%;}
	.ppte{ font-size:24px;}
	.culture{ padding:50px 0;}
	.culture ul{ margin-top:60px;}
	.culture ul li{ width: calc(100% / 2); padding:20px;}
	.culture ul li .p2{ font-size:20px;}
	.partner{ padding:50px 0;}
	.partnerm{ margin-top:60px;}
	
	.bannert .p1,.bannert .p2{ font-size:20px;}
	.bannert{ padding-left:20px;}
	
	.homepart2{ padding:50px 20px;}
	.homepart3{ padding:50px 20px;}
	.hp4l .p1{ font-size:24px;}
	.hp4l .p2{ font-size:18px;}
}