@charset "utf-8";
/*Scroll*/
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #999; }
::-webkit-scrollbar {width: 6px; background-color: #999; }
::-webkit-scrollbar-thumb {background-color: #333; }

*{margin: 0;padding: 0;list-style: none;transition: all .3s;-webkit-transition: all .3s;box-sizing: border-box;}
body{cursor: default;color: #333;font-size: 14px;}
a{color: #333;text-decoration: none;}
a:hover{color: #333;}
.container{max-width: 1200px;}
.hover-shadow { transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out }
header .header-top{color: #666;font-size: 13px;line-height: 30px;border-bottom: 1px solid #e8e8e8;}
header .header-top a{color: #666;}
header .header-pc{margin: 15px auto 0;}
header .header-pc .logo{margin-bottom: 15px;}
header .header-pc .hotline{display: flex; margin: 20px 0;}
header .header-pc .hotline p{font-size:20px; color: #1035c1;margin: 0;font-weight: 600;}
header .header-pc .hotline .title_right{margin-left: 20px;}
header .header-pc .hotline .title_phone{font-size: 15px;color: #000;font-weight:100;}
header .header-pc .hotline p i{font-size: 20px;}
header .header-pc .hotline h2{font-size: 24px;margin: 0;font-weight: 500;color: #666;}
header .header-pc .navi{padding: 12px 0;}
header .navt {background-color: #1035c1;}
header nav .nav-item a{color: #fff;padding: 12px 30px;font-size: 16px;line-height: 20px;}
header nav .nav{justify-content: space-around;}
header nav .nav-item:hover > a{background: #ff0000; color: #fff;}
header nav .dropdown-menu{background: #fff; margin: 10px 0 0;border-radius: 0;transition: unset;border: 0;}
header nav .dropdown-menu .dropdown-item {padding: 0;}
header nav .dropdown-menu .dropdown-item a{padding: 10px 30px;display: block;font-size: 14px;color: #333;}
header nav .dropdown-menu .dropdown-item a:hover{}

.search{margin-top: 7px;}
.search form{position: relative;}
.search .keyword{border: 0;height: 28px;line-height: 30px;outline: none;padding:  15px  20px;border-radius: 20px;width: 250px;}
.search .tjiao{width: 50px;height: 32px; background:url("../img/search.png") ; float: left; border: 0; outline: none; content: ""; position: absolute;right: 17%;}

.m-head{display:none;height:50px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;overflow: hidden;padding: 5px;box-shadow: 0 -1px 5px rgba(0, 0, 0, .3);}
.m-head .m-head-logo{float: left;display: flex;color: #1035c1;} 
.m-head .m-head-logo img{height: 50px;}
.m-head .m-head-menu .menu-open{float: right;color: #666;padding: 0 5px;}
.m-head .m-head-menu .menu-open i{font-size: 30px;}
.m-nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000;}
.m-nav .closecover{position:absolute;width:100%;height:100%;background:#000;left:0px;top:0px;z-index:1;filter:alpha(opacity=0);opacity:0;}
.m-nav .menu-close {color: #fff;}
.m-nav .menu-close i{font-size: 30px;}
.m-nav .closeicon{position:absolute;width:20%;left:0;top:1%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0;}
.m-nav .m-navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
.m-nav .m-navList ul{padding-left:5%;padding-right:5%;list-style: none;}
.m-nav .m-navList ul li{border-bottom:1px solid #232530;}
.m-nav .m-navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.m-nav .m-navList ul li .m-nav-f{display: flex;align-items: center;justify-content: space-between; width: 100%;}
.m-nav .m-navList ul li .m-nav-f a{flex: 1;}
.m-nav .m-navList ul li .m-nav-f i{width: 40px;height:35px;box-sizing: border-box; padding:0 5px; display: block;}
.icon{ background:url(../img/plus.png) 100% no-repeat;background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s;}
.icon-on{background:url(../img/reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s;}
.m-nav .m-navList ul li .m-nav-s{display:none;width: 100%;}
.m-nav .m-navList ul li .m-nav-s a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
.m-nav .m-navList .m-nav-img{position: absolute;bottom: 15px;padding: 0 5%;width: 100%;}
.m-nav .m-navList .m-nav-img img{width: 100%;}

/* .slide{margin-top: 10px;} */
.slide .swiper-slide{display: flex;justify-content: center;overflow: hidden;}
.slide .swiper-slide img{width: 100%;}
.slide .swiper-pagination-bullet{}
.slide .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{border: 3px solid #fff;width: 15px;height: 15px;margin: 0 5px;}

/* 首页开始 */

/* 服务 */
.fuw{background-color: #1035c1;padding: 30px 0;}
.fuw .list {border-left: 1px solid rgba(255,255,255, .3);padding: 30px 0;}
.fuw .list .title{line-height: 30px; height: 30px;  border-left: 4px solid #fff;}
.fuw .list .title span{color: #fff;font-size: 50px; font-weight: bold; margin-left: 20px;}
.fuw .list .content{color: #fff;font-size: 18px;margin: 40px 20px 0;font-weight: lighter; line-height: 2;height: 108px;}

/* 大标题 */
.top_r{border-left: 5px solid #ff0000;margin-top: 150px;}
.top_r .W{font-size: 34px;font-weight: bold;padding-left: 20px; line-height: 40px;}
.top_r .W  .blue{color: #1035c1;}
.top_r .W  .light{color: #999999;font-weight: lighter; font-size: 14px;}
.top_r .W  .small{font-weight: lighter;padding: 0 15px;color: #a1aab3;}

/* 关于我们 */
.about_h{background-image: url(../img/back1062.jpg);padding: 80px 0 100px 0;}
.about_h .about_top {text-align: center;position: relative;}
.about_h .about_top .W{font-size: 18px;color: #fff;font-weight: lighter;}
.about_h .about_top  .light{color: #fff; font-size: 32px;}
.about_h .about_top  .W::after,.about_h .W::before{content: ''; display: inline-block;  width: 10%;  height: 1px;  position: absolute;  background: #fff;  top: 85%;} 
.about_h .about_top  .W::before{margin-left: -10px;  transform: translateX(-100%);border-right: 20px solid #fff}
.about_h .about_top  .W::after{margin-left: 10px;border-left: 20px solid #fff;}
.about_h .word div{font-size: 14px; color: #10132b;text-indent: 2rem;line-height: 2;padding: 10px 0;}
.about_h .link span{background-color: #1035c1;padding: 13px 70px 13px 20px; display: inline-block;}
.about_h .link span a{color: #fff;    font-size: 14px;  font-weight: 600;}
.about_h .about_box{background-color: #fff;background-image: url(../img/hb.png);background-repeat: no-repeat;background-position: 96% 10%;padding-bottom: 50px;margin-top: 60px;}
.about_h .about_box .left{margin-top: -20px;}
.about_h .about_box .right{margin-top: 50px;}
.about_h .about_box h3{color: #1138bb;font-size: 26px;}
.about_h .link{margin-top: 34px;}
.about_h .link .qq{background-image: url(../img/arr-r.png);background-repeat: no-repeat;}




/* 产品列表 */
.p_product{margin-top: 50px;}
.p_product .line:hover .img{border: 1px solid #0f37bd;}
.p_product .line:hover .title1{background-color: #0f37bd;color: #fff;}
.p_product .line .img{height: 275px;border: 2px solid #f5f5f5; padding: 5px;}
.p_product .line .img img{width: 100%;height: 100%;overflow: hidden;object-fit: cover;}
.p_product .line .title1{color: #222222;font-size: 18px;margin:10px 0;padding: 10px 40px;text-align: center;background-color: #f2f2f2;}

/* 新闻列表 */
.news_link{text-align: center;}
.news_link span{background-color: #f1f1f1;  padding: 5px 20px;  display: inline-block;  border-radius: 30px;  margin: 20px 20px 20px 0;}
.news_link span a{color: #333;  font-size: 16px;}
.news_link .active {background-color: #0f37bd;  padding: 5px 20px;  display: inline-block;  border-radius: 30px;  margin: 20px 20px 20px 0;}
.news_link .active a{color: #fff;  font-size: 16px;}
.news_link span:hover{background-color: #0f37bd;  padding: 5px 20px;  display: inline-block;  border-radius: 30px;  margin: 20px 20px 20px 0;}
.news_link span:hover a{color: #fff;  font-size: 16px;}
.news_top{ position: relative;  text-align: center;  overflow: hidden;  font-size: 14px;margin-top: 50px;}
.news_top .W{font-size: 18px;color: #2d2e33;font-weight: lighter;}
.news_top .blue{color: #1035c1;}
.news_top .light{color: #2d2e33; font-size: 32px;}
.news_top .W::after,.news_top .W::before{content: ''; display: inline-block;  width: 10%;  height: 1px;  position: absolute;  background: #ccc;  top: 85%;} 
.news_top .W::before{margin-left: -10px;  transform: translateX(-100%);border-right: 20px solid #0b32b5;}
.news_top .W::after{margin-left: 10px;border-left: 20px solid #0b32b5;}

.b_grey{background-color: #f1f1f1;}
.n_title {font-size: 18px;color: #323232;font-weight: bold;}
.n_content{font-size: 14px;color: #6d6d6d;margin-top: 20px;}
.n_date{font-size: 20px;color: #6d6d6d;  margin: 0;padding: 0; background-color: #0f37bd;border-radius: 5px;width: 90px;height: 90px;margin-top: 20px;}
.n_date p{font-size: 20px;color: #fff;font-weight: 600;text-align: center;margin: 0;}
.n_date .year{background-color: #fff; color: #0f37bd; height: 55px; line-height: 55px; border: 2px solid;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.n_date1 span{background-color: #ff0000;padding: 10px 20px; color: #fff;font-size: 14px;}
.title_box{padding: 10px 20px;}
.list_new{margin-bottom: 20px;}

/* 首页链接 */
.C_link{background-color: #0b32b5;padding: 20px 0;}
.C_link span{color: #fff;font-size: 14px;background-image: url(../img/link.png);background-repeat: no-repeat;padding-left: 30px;}
.C_link a{color: #fff;}
/* 首页结束 */


/* 内页 */


/* 左边栏 */
.sticky-top{margin-top: 20px;margin-right: 30px;}
.sidebar dt{padding: 20px 0px 20px 100px;background: url(../img/xintu.jpg) 50% no-repeat; color: #fff;  font-size: 22px;font-weight: 500;}
.sidebar dt p{margin: 0;padding: 0;}
.sidebar dt .small{font-size: 12px;}
.sidebar dd{margin: 0;border-bottom: 1px dashed #ccc;}
.sidebar dd a{background: url(../img/arr_right.png) 50% no-repeat;background-position:40px 50% ; padding: 10px 10px 10px 60px;  background-color: #f8f8f8;  display: block;  font-size: 16px;}
.sidebar dd a:hover{color: #1035c1;}
.sidebar .contacts {height: 82px;background:url(../img/c_phone.jpg) 50% no-repeat;}
.sidebar .contacts h3{padding: 20px 0px 0 70px; color: #fff;  font-size: 20px;font-style: italic;font-weight: bold;line-height: 82px;}
dl{margin: 0;}

/* 产品 */
.pro_content {margin-top:50px;}
.pro_content .right .title{background-color: #1035c1;margin-top: 20px; color: #fff;font-size: 16px;font-weight: bold;padding: 5px 40px;}
.pro_content .right .title .title1{text-align: center;}
.pro_content .right .list_box{margin: 0 0px 15px 15px; border: 1px solid #ccc;width: 255px;}
.pro_content .right .list_box div{border-bottom: 1px dotted #ccc;margin: 10px;display: flex;justify-content: center;height: 274px;}
.pro_content .right .list_box div img{width: 100%;height: 100%;object-fit: cover;padding: 10px 0;}
.pro_content .right .list_box p{text-align: center;margin: 20px 0;color: #1035c1;}

/* 详情内页 */
.main{margin-top: 36px;min-height:600px;}
.main .pro_top p{font-size: 24px;color: #333;font-weight: bolder;}
.main .pro_top {margin-bottom: 20px;width: 100%;}
.main .bt_title{font-size: 18px;  color: #333333;  font-weight: bolder;  margin-bottom: 15px;}
.img-full { width: 100%;object-fit: cover; border: 1px solid rgba(0, 0, 0, .3);}
.img-small  {height: 110px;object-fit: cover;width: 100%; border: 1px solid rgba(0, 0, 0, .3);}
.pro_show .p_p{margin-top: 20px;}
.pro_show .bread{padding-bottom: 20px;border-bottom: 1px solid rgba(0, 0, 0, .3);}
.pro_show .pro_img{overflow: hidden;text-align: center;margin: 40px 0;}
.pro_show .pro_txt {margin: 40px 0;}
.pro_show .pro_txt .pro_bottom{padding:0 20px;}
.pro_show .pro_txt .pro_bottom .name{font-size: 14px;margin-bottom: 8px;}
.pro_show .pro_txt .pro_bottom .name span{margin-right: 10px; background-color: #006bbf;border-radius: 50%;width: 6px;height: 6px; display: inline-block;line-height: 5px;}

.pro_show .pro_txt .pro_top p{font-size: 24px;color: #333;font-weight: bolder;}
.pro_show .pro_txt .pro_top {padding:0 20px 20px;margin-bottom: 20px;width: 100%;}
.pro_show .canshu{padding: 55px 30px;}
.pro_show .canshu .c_title{margin-bottom: 40px;text-align: center;}
.pro_show .canshu .c_title .e{font-size: 18px; color: #00833c;    text-transform: uppercase;margin-bottom: 18px;}
.pro_show .canshu .c_title .c{font-size: 32px; color: #333333;}
.pro_show .re_pro{padding: 20px 0 0 0 ;border-top: 1px solid rgba(0, 0, 0, .3);}

/* 内页标题 */
.nei_title{margin-top: 20px;display: flex;background-color: #f5f5f5;  border-left: 10px solid #1038be;justify-content: space-between;}
.nei_title .name{font-size: 22px;color: #555555; font-weight: bold;margin: auto 10px;}
.nei_title .more{padding-top: 15px;padding-right: 15px;}
.nei_title .more a{font-size: 12px;border: 1px solid;color: #1035c1;border-radius: 20px;display: inline-block;padding: 1px 10px; }

.contents h4{font-size: 24px; margin: 16px 0 0 0;}
.contents .list-item {padding: 20px 10px;border-bottom: 1px dashed #ddd;}
.contents .list-item a {display: flex;justify-content: space-between;}
.contents .list-item .date{width: 80px;height: 80px;background: #f5f5f5;border-radius: 10px;padding: 5px;text-align: center;font-size: 40px;line-height: 1.2;}
.contents .list-item .date small{display: block;font-size: 12px;}
.contents .list-item .content{width: 85%;}
.contents .list-item .content h2{font-size: 16px;font-weight: 600;}
.contents .list-item .content p{text-align: justify;margin-bottom: 0;display: -webkit-box;-webkit-line-clamp: 2;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;color: #999;}
.contents .list-item:hover {background: #eee;}
.title1{text-align: center;}
.title2{font-size: 16px;font-weight: bold;padding: 5px 40px;}


/* 页面底部 */
footer{background-color: #242424;}
footer p{color: #fff; font-size: 14px;margin-bottom: 5px;}
footer a{color:  rgba(255,255,255, .8);font-weight: lighter;}
footer a:hover{color: #1035c1;}
footer .fbox{padding-top: 60px;}
footer .fbox .text .title{border-bottom: 3px solid #1035c1;width: 80px;margin-bottom: 10px;}
footer .fbox .text .title .tel{color:#fff;font-size: 17px;padding-bottom: 5px;}
footer .fbox .text1 {padding-left: 80px;}
footer .fbox .text1 .title1{width: 80px;margin-bottom: 10px;}
footer .fbox .text1 .title1 .tel{color:#fff;font-size: 17px;padding-bottom: 5px;}
footer .fbox .text1 .title1 span{width: 30px;border-bottom: 3px solid #fff;display: inline-block;}
footer .fbox .text1 p{color: rgba(255,255,255, .8);font-weight: lighter;padding-bottom: 20px;}
footer .fbox .text {padding-right: 40px;}
footer .fbox .text a{border-bottom: 1px solid rgba(255,255,255, .2);margin-right: 90px;display: inline-block;padding-right: 20px;  margin-top: 20px;padding-bottom: 5px;}
footer .fbox .text p{font-size: 13px;color: #909096;}
footer .fbox .text1{background-image: url(../img/线.png);background-repeat: no-repeat;}
.myoffc{height: auto!important;}
.offcanvas{background: linear-gradient(to right,#509ede,#0b60cd);}
.offcanvas input{border-radius: 25px;border: none;width: 100%;}
.offcanvas .col-auto:nth-child(3) input{width: 100%;}
.offcanvas .btn{border-radius: 25px;padding-left: 30px;padding-right: 30px;background: #0a3622;color: #fff;}
.m-foot,.m-copy{display: none;}

.copy{margin-top: 30px; text-align: center;background-color: #242424;border-top: 1px solid rgba(255,255,255, .2);}
.copy p{display: inline-block; margin: 0 5px; line-height: 45px;color: #909096;}

.pager{padding-left: 0;margin: 17px 0;list-style: none;text-align: center;}
.pager .pagination{margin: 0; display: inline-block; padding-left: 0; border-radius: 3px;}
.pager li{margin: 0 0.4em; display: inline-block;}
.pager li > a, .pager li > span{background: none;border: 1px solid #e6e6e6;  border-radius: 0.25em;  padding: 0.5em 0.93em;  font-size: 14px;display: inline-block;line-height: 1.42857143;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
  z-index: 3;
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
  cursor: default;
}


@media (max-width:1280px) {
  .search .keyword {width: 200px;}
  .about_h .word{line-height: 2;}
  footer .fbox .text-left img {margin-top: 7%;}
}


@media (max-width:1024px) {
  header * {transition: unset;-webkit-transition: unset;}
  header .header-pc, header .header-top{display: none;}
  header .m-head{display: block;}
  .slide{margin-top: 50px;}
  .slide .swiper-slide img{width: 130%;}

  footer{display: none;}
  footer .footer-navi{display: none;}
  footer .text{padding: 15px;border: none;}
  footer .wechat{display: none;}
  footer .copy{margin: 0;border-top: 1px solid rgba(255,255,255, .3);padding: 15px 0;}
  footer .copy p{line-height: 24px;}
  .m-copy{display: block;padding-bottom:72px;text-align:center;color:#999;line-height:3;}
  .m-foot{display: block;position: fixed;bottom:0;background:#fff;box-shadow:0 -6px 6px rgba(0,0,0,.2);width: 100%;height:60px;padding:8px 0;z-index: 1060;}
  .m-foot a{text-align:center;flex-wrap:wrap;display: flex;width:100%;justify-content:center;line-height:1.2;font-size:14px;color:#666;}
  .m-foot a i::before{font-size:24px;}
  .m-foot a span{width:100%;}
}

@media (max-width:768px) {

}

@media (max-width:425px) {
  .main{padding: 15px;}
  .m-head .m-head-logo h1{font-size: 18px;padding-top: 10px;}
  .sticky-top{margin: 20px 60px;}
  .contents .list-item .content h2{font-size: 14px;}
  .contents .list-item .content p{font-size: 12px;}
  .contents .list-item .content{padding-left: 10px;}
  .pro_content{margin-top: 0;}
  .words{padding: 15px;}
  .about_h .link{padding: 0 15px;}
  .about_h .word{padding: 0 15px;}
  .p_product{padding: 0 15px;}
  .top_r{margin-top: 50px;}
  .p_product .line .img{height: 156px;}
  .p_product .line .title1{font-size: 14px;padding: 10px;}
}