@charset "utf-8";
/* CSS Document */

html{scroll-behavior: smooth;}
*{box-sizing: border-box; margin: 0;  padding: 0;}
body{font-family: "Microsoft YaHei", Arial, sans-serif;  background-color: #F4F4F4; font-size: 14px; font-weight: 400;}
a{color: #000000; transition: all 0.3s; text-decoration: none;}
ul,ol{padding: 0; margin: 0; list-style: none;}
h1,h2,h3,h4,h5,h6{font-weight: 500;}
p{line-height: 22px; color: #000000; margin: 0;}
section{margin-top:40px;}

.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:768px){.container{width:760px}}
@media (min-width:992px){.container{width:985px}}
@media (min-width:1200px){.container{width:1170px}}


/* header css start*/
.logo {color: #009bdb; font-size: 35px; font-weight: 500; height: auto; line-height: normal; letter-spacing:3px;}
.logo span{color: #8d8d8d;}
.logo img{float: left; width:47px; margin-right: 10px; vertical-align: middle;}

header {background: #fff; transition: all 0.5s; z-index: 997; padding: 25px 0;  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);}
header.fixed-scroll{top: 0; position:fixed}
.fixed-top{position:fixed; top:0; right:0; left:0; z-index:1030}
.d-flex{display:flex!important;justify-content:space-between!important;}


.nav-toggler {background: transparent; border: none; cursor: pointer; display: none; outline: none; height: 28px; position: relative; width: 28px; z-index: 1000;}
.nav-line {background: #272727; height: 3px; position: absolute; left: 0; transition: all 0.2s ease-out; width: 100%;}
.nav-toggler:hover .nav-line {background: #777;}
.nav-line-top {top: 5px;}
.navbar-active .nav-line-top {top: 50%; height: 1px; transform: rotate(45deg) translatey(-50%);}
.nav-line-middle {top: 50%; transform: translatey(-50%);}
.navbar-active .nav-line-middle {left: 50%; opacity: 0; width: 0;}
.nav-line-bottom {bottom: 5px;}
.navbar-active .nav-line-bottom {bottom: 50%; height: 1px; transform: rotate(-45deg) translatey(50%);}

/* Menu Nav */
.navbar{position:relative; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; padding-top:.5rem; padding-bottom:.5rem}
.navbar ul{margin: 0; padding: 0; display: flex; list-style: none; align-items: center;}
.navbar li{position: relative;}
.navbar .dropdown{position:relative}
.navbar .dropdown ul{display: block; position: absolute; left: 20px; top: 90px; margin: 0; padding: 10px 0; z-index: 998; opacity: 0; visibility: hidden; background: #ffffff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s;}
.navbar .dropdown ul li{min-width: 200px; margin-left: 15px; border-left: 1px solid #f1f1f1;}
.navbar .dropdown ul a{padding: 10px 20px; font-size: 14px; font-weight: 500; text-transform: none; transition: all 0.5s ease-in-out;}
.navbar > ul > li{position: relative; white-space: nowrap; padding: 0px 25px;}
.navbar a, .navbar a:focus{display: flex; align-items: center; justify-content: space-between; font-size: 15px; color: #333; white-space: nowrap; transition: 0.3s; padding: 5px 2px; font-weight: 400;}
.navbar a:hover, .navbar li:hover > a{color: #009bdb;}
.navbar .active{color: #009bdb;}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a{color: #009bdb; border-left: 1px solid #009bdb;}
.navbar .dropdown:hover > ul{opacity: 1; top: 100%; visibility: visible;}
.navbar .dropdown .dropdown ul{top: 0; left: calc(100% - 30px); visibility: hidden;}

.search_con{border-left: 1px solid #ddd; padding-left: 20px; margin-left: 10px; display: flex; align-items: center;}
.search_icon{position: relative; width: 25px; height: 25px; cursor: pointer;}
.search_icon:before{content: ''; position: absolute; top: 6px; left: 6px; border: 2px solid #000; border-radius: 50%; width: 10px; height: 10px;}
.search_icon:after{content: ''; position: absolute; top: 17px; left: 16px; width: 5px; height: 5px; background: #000; border-radius: 50%; transform: rotate(-45deg);}
.search_icon:hover:after {background: #009bdb;}
.search_icon:hover:before {border: 2px solid #009bdb;}

.search_form {background:rgba(0,0,0,0.5); position: absolute; display: none; margin-top:25px; padding: 60px 0; width: 100%; left:0px; text-align:center; z-index: 997}
.search_form form{max-width:400px; margin:0px auto; height:44px; border:#009965 2px solid; background:#FFF; overflow:hidden;}
.search_form input[type="text"]{outline:0px; height:30px; line-height:30px; font-size:14px; margin-top:7px; padding:0px; width:300px; border:0px; border-right:#79a207 1px solid;}
.search_form button[type="submit"]{border: none; height: 15px; background:#FFF; padding: 0; position: absolute; transition: all 0.3s ease 0s; width: 20px;}
/* navbar css end */
/* banner */
#slider{width:100%; overflow:hidden; position:relative; margin-top:100px;}
#slider ul {bottom:0px; top:0px; position:absolute; overflow:hidden;}
#slider ul li{float:left; overflow:hidden; position:relative; list-style-type:none;}
#slider .first-slider{background:url(../media/images/slider-i.jpg) no-repeat; width:100%; height:100%; background-size:100% 100%;}
#slider .second-slider{background:url(../media/images/slider-g.jpg) no-repeat; width:100%; height:100%; background-size:100% 100%;}
#slider .third-slider{background:url(../media/images/slider-h.jpg) no-repeat; width:100%; height:100%; background-size:100% 100%;}

#slider .text{position:absolute; width:45%; right:10%; bottom:20%; line-height:28px; padding:25px 50px; color:#000; background:rgba(255,255,255,0.8);}
#slider .text p{padding:10px 0;}
#slider .text a{color: #009bdb;}

#slider .push {position:absolute; height:20px; bottom:20px; text-align:center; width:100%;}
#slider .push a {display:inline-block; _display:inline; _zoom:1; width:16px; height:16px; border-radius: 8px; _font-size:0; margin:0 8px; text-align:center; cursor:pointer; background:#FFF;}
/* banner css end */

.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}


.col_100{flex:0 0 auto; width:100%; min-height:1px;}
.col_75{flex:0 0 auto; width:75.00%; min-height:1px;}
.col_50{flex:0 0 auto; width:50.00%; min-height:1px;}
.col_33{flex:0 0 auto; width:33.33%; min-height:1px;}
.col_25{flex:0 0 auto; width:25.00%; min-height:1px; overflow:hidden; min-width:248px;}

.long_text{display: block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.img_com{display:block;width:100%;height:auto;}
.refer{letter-spacing:3px;}
.refer h2{color:#000; margin-top:10px; font-weight: 600; font-size:26px;}
.refer h3{position: relative; margin-top:10px; color: #009bdb; font-weight: 500; font-size:24px;}
.refer h3:after {content: ""; position: absolute; width: 170px; height: 2px; left: 0; bottom: 0; background-color: #009bdb;}
.refer p{font-size:14px; margin-top:10px; letter-spacing:1px;}

.column {padding-top: 70px; padding-bottom: 35px; margin-top:100px; width:100%; overflow:hidden; position:relative;}
.column.img1 {background: url(../media/images/img-1.jpg) center;}
.column.img2 {background: url(../media/images/img-2.jpg) center;}
.column h2 {margin-top: 0; margin-bottom: 0; margin-left:80px; color: #323232;}
.column h2:first-letter {color: #009bdb;}
.column h2 span{padding: 16px 30px 16px 30px; letter-spacing: 0.3px; background: #FFF;  border-radius: 5px;}

/* your are here */
.orient{position: relative; top: 35px; font-size:14px; margin-left:80px; font-weight:500; font-style: italic;}
.orient a:hover{font-weight:600;}

.caption{margin: 10px auto; padding-left: 8px; border-bottom:#ccc 1px dashed; clear:both; overflow:hidden; text-transform:capitalize; height:28px; color: #000; font-size:16px; font-weight:500; letter-spacing:1px;}
.ico{background:url(ico.png) no-repeat 5px 0px; text-indent:22px;}

/*nav_list*/
.side-nav{padding: 10px; border: 1px solid #ebebeb; background:#FFF; border-radius: 6px;}
.side-title{margin: 10px auto; clear:both; padding: 0px 5px 5px 5px; overflow:hidden; font-size:16px; font-weight:500; letter-spacing:1px; border-bottom:#ccc 1px dashed;}
.side-title a{color:#000;}
.side-title a:hover{color:#009bdb;}

.side-list{margin-bottom: 20px; padding-left:25px;}
.side-list li{margin: 10px auto; font-size:14px; font-weight:400; letter-spacing:1px;}
.side-list li a{color:#000;}
.side-list li a:hover{color:#009bdb;}

.side-news{margin-bottom: 20px; padding-left:10px; width:100%;}
.side-news li{margin: 10px auto; clear:both; height:50px; color:#999; display: flex; border-bottom: #ececec 1px dashed;}
.side-news time{padding-right:10px; font-size:13px; font-weight:bold; line-height:20px;}
.side-news time span{font-size:16px;}
.side-news p{font-size:14px; font-weight:400; line-height:20px;}
.side-news li:hover{color:#000;}
.side-news p a:hover{color:#009bdb;}

.content {margin-right: 15px; margin-bottom: 50px; padding: 10px; border: 1px solid #ebebeb; background:#FFF; border-radius: 6px; font-size:14px;}
.content .inner{margin-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #0c0c0c; font-size:14px; overflow:hidden;}
.content img{width:100%;}

.con_desp{margin: 30px 0px 20px 0px; font-size: 14px; color:#000; line-height:30px; letter-spacing:2px;}
.con_desp hr{margin: 30px 0px;}
.con_desp h1{font-size:24px; font-weight:bold; text-align: center; padding:10px;}
/*CSS 扩展*/
.licheng div{width:280px; height:240px; float:left; padding:40px; margin: 50px;  background-color:#eee; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; border: solid 1px #9d9d9d; overflow:hidden; text-align: center; font-size:14px; color: #333;}
.licheng div p{font-size:40px; font-weight:bold;}

/*Products*/
.prot{width:100%; clear: both; overflow:hidden;}
.prot ul{clear:both; margin:40px 0px;}
.prot ul li{width:31.333%; margin:10px 1%; float:left; height:270px; padding:0px 15px; border: 1px solid #ebebeb;}

/*News search*/
.con-list{width:100%; clear: both; overflow:hidden;}
.con-list dt{width:100%; font-size:16px; font-weight:500; letter-spacing:1px; margin:10px auto;}
.con-list dd{display: flex; clear:both; margin-bottom:50px;}
.con-list img{width:180px; padding-right:20px;}
.con-list div p{font-size:14px; color:#666; line-height:30px;}
.con-list .s-url{position: relative; top: 15px; font-size:14px;}
.con-list .s-url a{margin-right:40px;}
.con-list a:hover{color:#009bdb;}

/**sitemap**/
.sitemap{text-transform:capitalize; letter-spacing:1px; clear:both; overflow:hidden;}
.sitemap ul {margin:0 0 0 14px; list-style:disc;}
.sitemap ul ul{margin:0 0 0 14px; list-style:circle;}
.sitemap li {margin:0 0 0 16px; line-height:30px;}
.sitemap a {font-size:14px; text-decoration:none; color:#333;}
.sitemap a:hover{color:#009bdb;}

/*enquiry button*/
#enquirybut {height:30px; font-size:14px; cursor:pointer; line-height:30px; padding:0 20px; margin-top:25px; border:1px solid #009bdb; background:#009bdb; border-radius: 5px 5px 5px 5px;  letter-spacing: 2px; color:#fff;}
#enquiryform {clear:both; width:100%;}

/*show_1 show_2*/
.show_1{clear:both; overflow:hidden; margin: 20px 0px; white-space: nowrap;}
.show_1 p{width:50%; float:left; line-height:24px; margin-top: 50px;}
.show_1 span{color:#333; font-weight: bold;}
.show_1 p:first-of-type {margin-top: 0px;}
.show_2{clear:both; overflow:hidden; margin: 20px 0px 0px 0px; white-space: nowrap; color:#999; text-align:center;}
.show_2 span{padding-left:20px;}

/**/
#table_form {clear: both; overflow:hidden; padding: 15px 20px 5px 18px; margin: 5px auto;}
#table_form div {float: right; width: 100%; height: 24px; line-height: 22px; text-align: right; padding: 6px 0 0 0; margin: 6px 0 0 0; overflow: hidden;}
#table_form dl {width: 100%; float: left; line-height: 22px; padding: 6px 0 0 0; margin: 6px 0 0 0; overflow: hidden;}
#table_form .lefttxt {text-align: left; text-indent: 25px;}
#table_form .title_bj{background-color: #E2E6E9; line-height: 12px; font-weight: bold; color: #666;}
#table_form .centertxt{text-align: center; margin: 0 0 20px 0; height: 68px;}
#table_form .img {padding: 1px 5px; cursor: pointer; height:22px; width:60px;}
#table_form dt {float: left; text-align: right; padding: 0 6px 0 0px; width: 175px; font-weight: bold; color: #666;}
#table_form dt span {color: #ff0202; font-weight: bold; padding: 0 5px;}
#table_form dd {float: left; text-align: left;}
#table_form dd input[type="text"] {padding: 2px 5px;}
#table_form dd select {padding: 4px 2px;}
#table_form dd textarea {padding: 2px 5px;}
#table_form textarea, input, select {font-family: 'Arial', sans-serif;  font-size: 12px;  font-weight: normal;  font-style: normal;  line-height: 1.5;}
.button {cursor: pointer; font-size: 12px; height: 28px; font-weight: bold; line-height: 26px; padding: 0px 15px; margin: 10px 0px 0px 10px;}
/**/

footer{width:100%; overflow:hidden; background:#1B1B1B; margin-top: 30px;}
#foot_nav{height: 100%; min-height: 360px; background:#000; margin-top: 0px;}
#foot_nav ul{padding-top:20px;}
#foot_nav ul li{padding-right:20px; padding-bottom:20px;}
#foot_nav ul li a{color:#0376a6; font-size:15px; font-weight:bolder; line-height:30px; text-decoration:none;}
#foot_nav ul li ul li a{text-decoration:none; color:#B0BEC5; font-size:14px; font-weight:lighter; word-break:keep-all; white-space:nowrap;}
#foot_nav ul li ul{padding:0px;}
#foot_nav ul li ul li{padding:0px;}
#foot_nav ul li ul li a:hover{color:#FFF;}

#foot_nav .v-line{padding: 20px 0 0 10px; min-height: 300px; border-left:#313131 1px solid; color:#FFF; width:250px; overflow:hidden;}
#foot_nav .co_img{margin-top:5px;}
#foot_nav .co_img span{font-size:30px; color:#FFF; position: absolute; padding:20px 0px 0px 15px; letter-spacing:6px;}
#foot_nav .co_img span b{font-size:14px; display:block; letter-spacing:3px;padding-top:5px; text-align:center;}
#foot_nav .co_txt{color:#FFF; font-size:16px; letter-spacing:4px; padding-top:10px; word-break:keep-all; white-space:nowrap;}
#foot_nav p{font-size:14px; letter-spacing:3px; color:#B0BEC5; line-height:24px;}
#foot_nav p a{font-size:14px; letter-spacing:3px; color:#B0BEC5; line-height:24px;}
#foot_nav p .email{letter-spacing:1px;}
#foot_nav p a:hover{color:#FFF;}

.copytxt{color:#B0BEC5; font-size:16px; letter-spacing:1px; text-align:center; line-height:40px; padding:40px;}
.copytxt a{color:#B0BEC5;}
.copytxt .icp{white-space:nowrap;}


#gotop{position:fixed; right:20px; bottom:8%; width:40px; height:40px; padding-top:10px; padding-left:10px; display:none; cursor:pointer; border-radius:2px; background: #ccc; filter:Alpha(opacity=80);opacity:0.8; text-align:center;}
#gotop hr {width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:20px solid #fff;}
#gotop:hover{background:#79a207;}

/*page*/
.page-wrap {margin-top: 20px; padding-top: 20px; border-top: 1px solid #e0e0e0;}
.page {margin: 10px 0px;}
.page > li {display: inline-block; margin-left: 8px;}
.page > li > a,
.page > li > span {padding: 8px 16px; font-size: 15px; background-color: #ececec; border: 1px solid #dcdcdc; }
.page > li > a:hover,
.page > li > span:hover,
.page > li > a:focus,
.page > li > span:focus,
.page > .active > a,
.page > .active > span,
.page > .active > a:hover,
.page > .active > span:hover,
.page > .active > a:focus,
.page > .active > span:focus {background-color: #009bdb; text-decoration:none;}
.page > li > a,
.page > li > span {color: #5d5d5d;}
.page > li > a:hover,
.page > li > span:hover,
.page > li > a:focus,
.page > li > span:focus,
.page > .active > a,
.page > .active > span,
.page > .active > a:hover,
.page > .active > span:hover,
.page > .active > a:focus,
.page > .active > span:focus {color: #fff; border-color: #028fc9;}


@media (max-width: 992px) {/* <= 992 Run */
  .nav-toggler {display: block;}
  .navbar{padding: 0; margin-left: 0;}
  .navbar ul{display: none;}
  .navbar-mobile{position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); transition: 0.3s; z-index: 999; height: 100%;}
  .navbar-mobile .navbar-active{position:absolute; top:20px; right:30px;}
  .navbar-mobile button:hover{background:#FF0000;}
  .navbar-mobile ul{display: block; position:absolute; top:15px; right:15px; bottom:15px; left:15px; padding:10px 0; background-color:#fff; overflow-y: auto; transition: 0.3s;}
  .navbar-mobile > ul > li{padding: 0;}
  .navbar-mobile a,.navbar-mobile a:focus{padding: 10px 20px; font-size: 15px; color: #333; border: none;}
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a{color: var(--orange-color);}
  .navbar-mobile .dropdown ul{position:static; display:none; margin:10px 20px; padding:10px 0; z-index:998; opacity:1; visibility:visible; background:#fff; box-shadow:0px 0px 30px rgba(127, 137, 161, 0.25); height:auto;}
  .navbar-mobile .dropdown ul li{min-width: 200px;}
  .navbar-mobile .dropdown ul a{padding: 10px 20px;}
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a{color: var(--orange-color);}
  .navbar-mobile .dropdown > .dropdown-active{display: block;}
  
  .navbar-mobile .search_con{display:none;}/*Search control*/
  #header{top: 0px;}
  #slider .text{display: none;}

  .col_75{flex:0 0 auto; width:66.66%; min-height:1px;}
  .col_50{flex:0 0 auto; width:100.00%; min-height:1px;}
  .col_33{flex:0 0 auto; width:45.00%; min-height:1px;}
  .col_25{flex:0 0 auto; width:33.00%; min-height:1px; overflow:hidden; min-width:248px;}
  
  .copytxt{font-size:14px;}
  .copytxt .icp{word-wrap: break-word;}
}

@media (max-width: 768px) {
  .col_75{flex:0 0 auto; width:100.00%; min-height:1px;}
  .col_50{flex:0 0 auto; width:100.00%; min-height:1px;}
  .col_33{flex:0 0 auto; width:50.00%; min-height:1px;}
  .col_25{flex:0 0 auto; width:50.00%; min-height:1px; overflow:hidden; min-width:248px;}
  .col-fx{display:none!important}

}

@media (max-width: 576px) {
  .col_75{flex:0 0 auto; width:100.00%; min-height:1px;}
  .col_50{flex:0 0 auto; width:100.00%; min-height:1px;}
  .col_33{flex:0 0 auto; width:100.00%; min-height:1px;}
  .col_25{flex:0 0 auto; width:100.00%; min-height:1px; overflow:hidden; min-width:248px;}
  .col-fx{display:none!important}
}











