@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{font-size: 13px;line-height: 30px;border-bottom: 1px solid #e8e8e8;}
header .header-pc{padding-top: 50px;background-image: url(../img/topbg.jpg);}
header .header-pc .hotline a{color:#FFFFFF; font-size:8pt; text-decoration:none;  background-color: rgb(153, 153, 153);padding: 2px 10px;display: inline-block;}
header .header-pc .hotline a:hover{background-color: rgb(0, 135, 208);}
header .header-pc .hd_bg{background-image: url(../img/dhbg2.jpg);margin-top: 20px;}
header .header-pc .hd_bg a{color: #fff;font-weight:600;}
header nav .nav{justify-content: space-between;}
/* header nav .nav-item:hover > a{color: #2c53d2;} */
header nav .nav-item{color: rgba(255,255,255, .4);}
header nav .nav-item a{padding: 10px; font-size: 16px; line-height: 50px;}
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 20px;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: #4268e1;} 
.m-head .m-head-logo img{height: 30px;}
.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-p{ 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-container{max-width: 920px;margin: 0 auto;}
.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;}

/* 首页开始 */

/* 通用样式 */
.mg-top{margin: 10px 0;}
.mg-right{margin-right: 20px;}
.pd-top{padding-top: 80px;position: relative;}
.pd-bottom{padding-bottom: 60px;}
.min-height{min-height: 800px;}
.t-center{text-align: center;}


/* 新闻标题 */
.news_top{padding-top: 70px;}
.news_top p{margin: 0;}
.news_top .light{font-size: 27px;font-weight: 500;}
.news_top .light .grey{font-size: 14px;color: #666666;padding-left: 10px;}
.news_top .links{margin: auto 0;}
.news_top .links a{color: #999999;font-size: 14px;margin-left: 30px;padding: 6px 10px;}
.news_top .links a:hover{background-color: #4268e1;  padding: 6px 10px; color: #ffffff;}



/* 标题 */
.title2{color: #fff;text-align: right;background-color: #000;position: absolute;bottom: 0;width: 100%;display: none;}
.title2 .icon_i{display: inline-block;width: 80px; padding: 10px; background-color: #4268e1;text-align: center;}
.title2 .left_t{background-color: #000;display: inline-block;text-align: left;}



/* 新闻 */
.new{padding-bottom: 50px;background-color: #f6f6f6;}
.new_list{margin-top: 20px; padding: 10px 0; background-color: #ffffff;margin-right: 10px;}
.new_list:hover {box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);}
.new_list .left{overflow: hidden;height: 130px;}
.new_list .left img{width: 100%;height: 100%;object-fit: contain;}
.new_list .right h3{font-size: 24px;color: #767a89;margin-top: 10px;line-height:1.4;}
.new_list .right .date .qq{display: inline-block; margin-left: 80%; background-color: #4268e1; padding: 5px 20px;color: #ffffff;}
.new_list .right .content{min-height: 90px;}
.new_list .right p{font-size: 13px;color: #999;margin: 0;}


/* 首页结束 */


/* 内页 */


/* 左边栏 */

.sticky-top{margin-top: 20px;padding-right: 40px;}
.sidebar dt{padding:23px 15px;background-image:url(../img/zdh1.jpg); color: #fff;  font-size: 16px;font-weight: 100;}
.sidebar dd a{ background: url(../img/ljt.gif) 97% no-repeat;  display: block;border-bottom: 1px solid #DDDDDD; line-height: 35px;text-indent: 11px;}
.sidebar .contacts h3{padding: 15px;background:#4268e1; color: #fff;  font-size: 22px;font-weight: 500;text-align: center;}
.sidebar .contacts .text{padding: 15px;  background: #f4f4f4;}
.sidebar .contacts .text p{margin-bottom: 5px; font-size: 13px;}

.po_menu{background-color: #eeeeee; height: 37px;}
.po_menu a{line-height: 37px;font-size: 12px;}


/* 人员 */
.p_product .list_box{margin-top: 20px;}
.p_product .line:hover{box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);}
.p_product .line{border-radius: 10px;border: 1px solid #a0a0a0;}
.p_product .line .title1{font-size: 15px; color: #666666;line-height: 120%;display: flex;justify-content: space-around;text-align: left;}
.p_product .line .title1 p{width: 130px;margin: 0;}
.p_product .line .title1 span{color: rgb(0, 153, 204);}
.p_product .line .content{margin: 0 23px;padding-top: 20px; border-top: 1px dotted #999999;}
.p_product .line .content .link_button{text-align: right;}
.p_product .line:hover .title1{color: #4268e1;}
.p_product .img {height: 250px;margin: 10px ;}
.p_product .img img{width: 100%;height: 100%;object-fit: cover;display: block;margin: 0 auto;}




/* 详情内页 */
.main{margin-top: 36px;min-height:500px;overflow: hidden;}
.main .pro_top p{font-size: 24px;color: #333;font-weight: bolder;}
.main .pro_top {width: 100%;text-align: center;}
.main .bt_title{font-size: 18px;  color: #333333;padding-left: 15px; font-weight: bolder;  margin-bottom: 15px;border-left: 5px solid #4268e1; }
.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);}
.main .p_p{margin-top: 20px;}
.main .bread{padding-bottom: 20px;border-bottom: 1px solid rgba(0, 0, 0, .3);}
.main .pro_img{overflow: hidden;text-align: center;margin: auto;}




/* 内页标题 */
.nei_title{margin-top: 20px;}
.nei_title .name{font-size: 22px;color: #2d2d2e;font-weight: 500;background-image: url(../img/ttl.gif);height: 58px;}

.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;font-size: 16px;padding: 20px 0;}
.title1 span{font-size: 14px;}


/* 页面底部 */
footer{background-color:#585858 ;margin-top: 50px;}
footer a:hover{color: #4268e1;}
footer .fbox{padding-top: 15px;}
footer .fbox div{text-align: center;color: #ffffff;}
footer .fbox div a{font-size: 12px; color: #ffffff; line-height: 120%;display: inline-block; padding: 0 75px;}

.myoffc{height: auto!important;}
.m-foot,.m-copy{display: none;}

.copy{margin-top: 15px; text-align: center;background-color: #fff;border-top: 1px solid rgba(255,255,255, .2);}
.copy p{ margin: 0 5px; line-height: 45px;color: #000;}
.copy a{color: #000;}

.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: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%;}
  .title1{font-size: 12px;}
  .g_product .img{height: 200px;margin: 10px;}
  .g_product .img img{width: 100%;}
  .mg-top{margin-top: 15px;}
  .news_top{padding-top: 30px;}
  .g_product{margin-top: 0;}
  .new_list{margin-top: 20px;}
  .new_list .right p{font-size: 12px;margin-bottom: 0;}
  .new_list .right h3{font-size: 16px;}
  .new_list .left{height: 220px;}
  .contents .list-item .content{width: 70%;}
  .p_product .img{height: 200px;margin: 10px;}
  .p_product .img img{width: 100%;}
  .new_list .right .date .qq{margin-left: 60%;}
  .about{margin: 0;padding: 40px 0;}
  .about_box{background-position: left;}
  .about .word{line-height: 1.5;}
  .gg_add{width: 100%;}
  .gg{padding: 50px 0 0 ;}
  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;}
} */