@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 .5s;-webkit-transition: all .5s;box-sizing: border-box;}
body{cursor: default;color: #333;font-size: 14px;}
a{color: #333;text-decoration: none;}
a:hover{color: #333;}

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-top: 20px;}
header .header-pc .logo h1{color: #002FA7;font-weight: 600;font-size: 2.4rem;}
header .header-pc .hotline{display: grid;align-content: end; margin-bottom: 0.5rem;}
header .header-pc .hotline p{font-size:20px; color: #002FA7;margin: 0;font-weight: 600;}
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: 10px 0;}
header .navt {background-color: #2b2b2b;}
header nav .nav-item a{color: #fff;padding: 10px 30px;font-size: 16px;border-bottom: 3px solid transparent;}
header nav .nav-item a:hover{}
header nav .nav-item:hover > a{background: #4674e9; 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;background-color: #002FA7;height: 40px;}
.search form{position: relative;padding: 2px;}
.search .keyword{border: 0;height: 28px;line-height: 30px;outline: none;padding:  18px  20px;width: 330px;}
.search .tjiao{width: 30px; background:url("../img/search.png") ; float: left; border: 0; top:30%; outline: none; content: ""; position: absolute;right: 5%;background-repeat: no-repeat;}

.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;width: 75%;color: #002FA7;}
.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{ 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;}

/* 标题样式 */
.top{border-bottom: 1px solid #e8e8e8;padding-top: 60px;}
.top h4{width: 120px;text-align: center;border-bottom: 3px solid #002FA7;margin: 0 auto;height: 40px;font-weight: 600;font-size: 24px;}
.top_w{text-align: center;font-size: 16px; color: #969696;margin: 20px 0;}
 

.product{background-color: #fafafa;}
.product .product_sli{padding: 50px 0;}
.product .product_sli .list_box{margin-bottom: 80px;}
.product .product_sli .list_box .title{text-align: center; padding: 0px 0 20px 0; font-size: 16px; font-weight: 600;}
.product .product_sli .line{border: 1px solid #ccc;}
.product .product_sli .line:hover .title{color: #ffffff;}
.product .product_sli .line:hover{background-color: #4674e9;}
.product .product_sli .img{padding: 20px}
.product .row{margin: 0;}


.about .about_box .right {padding: 20px 20px 0px 50px;}
.about .about_box .right span{font-size: 20px;font-weight: 600;}
.about .about_box .right .e{font-size: 50px;color: #727272;text-indent: 0;}
.about .about_box .right p{text-indent: 2rem;font-size: 16px;margin: 0;}
.about .about_box .right .rm{margin-top: 40px; background-image: url(../img/arr.png);display: block;background-repeat: no-repeat;padding-left: 40px;background-position-y: 50%;}
.about .about_box .right .i{cursor: pointer; margin-top: 40px; background-color: #ccc;width: 40px;height: 40px;display: inline-block;text-align: center;line-height: 40px;color: #fff;}
.about .about_box .right .i:hover{cursor: pointer; background-color: #61c2a1;}


.news{}
.news  h4{font-size: 22px;}
.news  i{background-color: #002FA7;display: inline-block;height: 5px;width: 20px;}
.news  .more{color: #999;font-size: 14px;text-align: right;display: block;margin-top: -20px;}
.news .wt .slide {border-bottom: 1px dotted gray;margin-top: 30px;}
.news .wt .slide .w{background-color: #002FA7;color: #fff;display: inline-block;margin-right: 20px;width: 20px;height: 20px;text-align: center;}
.news .wt .slide .d{background-color: #54d1a4;color: #fff;display: inline-block;margin-right: 20px;width: 20px;height: 20px;text-align: center;}
.news .gs{padding-right: 60px;}
.news .gs .img{margin-top: 20px; width: 100%;}
.news .gs p {padding-bottom: 10px; font-size: 16px;color: #808080;margin-top: 40px;padding-left: 20px;border-bottom: 1px dotted gray;}
.news .gs p span{text-align: right;display: block;margin-top: -25px;}
.news .gs p:hover a{font-size: 18px;color:#002FA7;text-decoration: underline;}

.contact{background-color: #f7f7f7;margin-top: 100px;}
.contact .left{background-color: #fff;margin: 80px 0px;padding: 40px 20px 87px 20px ;border-radius: 10px;}
.contact .left p{margin-top: 20px; font-size: 20px;margin-bottom: 0;}
.contact .right{background-color: #fff;margin: 80px 0;padding: 40px 20px;border-radius: 10px;}
.contact h4{font-size: 24px;font-family: "思源黑体";}
input{border:none}
input:focus{border: none;}
input:checked{border: none;}
.contact .right form{margin-top: 20px;}
.contact .right form .xm{width: 30%;margin-left: 10px;}
.contact .right form input {padding-left: 20px; line-height: 40px;border: 1px solid #ccc;border-radius: 5px;}
.contact .right form .xm:focus{border: 2px solid #002FA7 !important;}
.contact .right form .bz{width: 95%;margin: 10px;}
.contact .right form p{margin: 10px 0;}
.contact .right form .tj{margin-left: 10px; background-color: #002FA7;padding: 5px 80px; color: #fff;font-size: 16px;font-weight: bold;}

/* 内页 */

/* 左边栏 */
.sticky-top{margin-top: 20px;z-index: 1;}
.sidebar dt{padding: 15px 15px 15px 60px;background:#002FA7  url(../img/load.png) 30px 50% no-repeat; color: #fff;  font-size: 22px;font-weight: 500;}
.sidebar dd a{padding: 10px 10px 10px 60px;  background: #f8f8f8;  display: block;  font-size: 16px;font-weight: bold;}
.sidebar dd a:hover{color: #002FA7;}
.sidebar .contacts h3{padding: 15px 15px 15px 60px;background:#f7a619  url(../img/load.png) 30px 50% no-repeat; color: #fff;  font-size: 22px;font-weight: 500;}
.sidebar .contacts .text{padding: 15px;  background: #f4f4f4;}
.sidebar .contacts .text p{margin-bottom: 5px; font-size: 12px;}
.sidebar .contacts .code{width: 120px;margin: 20px auto;}
.sidebar .contacts .code img{width: 100%;}

.pro_content {margin-top:50px;margin-bottom: 200px;}
.pro_content .right .title{background-color: #002FA7;margin-top: 20px; color: #fff;font-size: 16px;font-weight: bold;padding: 5px 40px;}
.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;}
.pro_content .right .list_box:hover{background-color: #4674e9;}
.pro_content .right .list_box:hover p{color: #fff;}
.pro_content .right .list_box div img{width: 100%;padding: 10px 0;}
.pro_content .right .list_box p{text-align: center;margin: 20px 0;color: #002FA7;}

.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;}

footer{background-color: #363636;}
footer p{color: rgba(255,255,255,.6); font-size: 14px;margin-bottom: 5px;}
footer a{color: rgba(255,255,255,.6);}
footer a:hover{color: rgba(255,255,255,1);}
footer .fbox{padding-top: 60px;}
footer .fbox .text-left h1{color: #fff;font-weight: 600;  margin: 80px  0;}
footer .fbox .text-left  a{font-size: 16px;font-weight: bold;padding-right: 30px;}
footer .fbox .text {padding-left: 20px;margin-top: 60px;}
footer .fbox .text .p1{font-size: 16px;font-weight: bold;padding-bottom: 20px;}
footer .fbox .wechat{width: 140px;height: 160px;}
footer .fbox .wechat p{margin-left: 40px;text-align: center;color: #c8c8c8;margin-top: 20px;}
footer .fbox .wechat img{margin-left: 20px;}
.copy{margin-top: 30px; text-align: center;background-color: #2a2a2a;}
.copy p{display: inline-block; margin: 0 5px; line-height: 45px;}

.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;
}

.title1 h1{font-size: 24px; margin: 0; line-height: 1.4;}
.title1 small{color: #f60;  margin: 10px 0;}
.mt-5 h3{padding-bottom: 0.5rem;  border-bottom: 1px solid #d8d8d8;}

@media (max-width:1280px) {
  .search .keyword {width: 270px;}
  .about_h .word{line-height: 2;}
  footer .fbox .text-left img {margin-top: 7%;}
  header .header-pc .logo h1{font-size: 34px;}
  footer .fbox .text-left h1{font-size: 34px;}
}


@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: 150%;}
  
  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;}

  .contact .left p{font-size: 16px; }
  .contact .right form .xm{width: 95%;}
  .xq .row{background-position: 30% 100%;}
  .contact .right{margin: 0;}
  .contact .left{margin: 10px 0;}


}

@media (max-width:768px) {
  .more{margin: 30px auto;}
  .contents .list-item .content{width: 78%;}
  .news .new .list_new{margin-bottom: 30px;}
  footer .fbox .text-left h1{ margin: 80px 10px 0;}
  .m-head .m-head-logo{font-size: 16px;width: auto;} 
  .pro_content .right .list_box {width: 350px;margin: 10px 15px;}
  footer .fbox .text-left img {width: 100%;margin-top: 7%;}
  footer .fbox .text-left a {padding-right: 55px;}
  .pro_content .right .list_box{width: 50%;  margin: 0;}
  .pro_content .right .title{padding: 5px 10px;}
  .contact .right form .xm{margin: 15px 10px;}
}

@media (max-width:425px) {
  .contents .list-item .content{width: 74%;}
  .pro_content .right .list_box {width: 50%; margin: 0;}
  .m-head .m-head-logo{width: auto;}
  .m-head .m-head-logo h1{font-size: 16px;width: auto;color: #002FA7;font-weight: 600;} 
  .more{margin: 30px auto;}
  .pro_content{margin-top: 0;margin-bottom: 0;}
  .news .new .list_new{margin-bottom: 30px;}
  footer .fbox .text-left h1{margin: 80px 10px 0;} 
  footer .fbox .text-left img {width: 100%;margin-top: 7%;}
  footer .fbox .text-left a {padding-right: 50px;}
  .product .product_sli .list_box{margin-bottom: 20px;}
  .news .gs p span{margin-top: 0px;}
  .pro_content .right .title{padding: 5px 10px;}
  .contact .right form .xm{margin: 15px 10px;}
}