@charset "utf-8";

/* 案例数体黑 */
@font-face {
  font-family: 'Shutihei';
  src: url('./fonts/AlimamaShuHeiTi-Bold.woff2') format('woff2'),
       url('./fonts/AlimamaShuHeiTi-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/*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 .8s;box-sizing: border-box;font-family: Arial, Helvetica, sans-serif;}
body{cursor: default;color: #333;font-size: 14px;}
a{color: #333;text-decoration: none;}
a:hover{color: #333;}


header{position: relative;z-index: 99;background-color: rgba(255,255,255);}

header .header-pc .logo{margin: 10px 0;}
header .header-pc .navi{padding: 10px 0;}
header nav .nav{justify-content: space-between;}
/* header nav .nav-item{margin-right: 10px;} */
header nav .nav-item a{font-size: 16px;text-transform: uppercase;}
header nav .nav-item a:hover{color: #0d348b;cursor: pointer;font-weight: bold;}
header nav .dropdown-menu{background: #fff; border-radius: 0;transition: unset;border: 0;padding-bottom: 0;}
header nav .dropdown-menu .dropdown-item {padding: 10px 0;text-transform: uppercase;}
header nav .dropdown-menu .dropdown-item a{padding: 10px 30px;font-size: 14px;color: #333;}
header nav .dropdown-menu .dropdown-item:hover{background-color: #0d348b;color: #fff;}
header nav .dropdown-menu .dropdown-item:hover a{color: #fff;}



.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: #e00119;}
.m-head .m-head-logo img{height: 40px}
.m-head .m-head-logo h1{font-size: 20px;padding-left: 10px;font-weight: bold;}
.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;text-transform: capitalize;}
.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%;}



/* 搜索 */
.search{font-size: 18px;text-transform: uppercase;cursor: pointer; color: #000;border: 2px solid #fff;text-align: center; width: 65%;}
.search-float{display: none;}
.search-float{position: fixed;top: 0;width: 100%;background-color: #fff; z-index: 333;    text-align: center;  padding: 30px;}
.search-float .keyword{ width: 70%;  border-radius: 30px;  height: 50px;padding: 0 20px;}
.search-float .tjiao{width: 10%; height: 50px; border-radius: 30px; background-color:#0d3690; color: #fff; border-color: #0d3690; box-sizing: content-box; box-shadow: none;}
.search-float #cancel{font-size: 20px; font-weight: bold; margin-left: 20px;  cursor: pointer;}
.slide {margin-top: 0px;}
.slide .img2{margin-top: -60%;max-width:90%;}

/* .swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {height: 60px;} */
.custom-arrows{position: relative;}
.custom-arrows .swiper-button-prev::after,.custom-arrows .swiper-button-next::after {content: ''; }
.custom-arrows .swiper-button-prev {background-image: url(../img/left.png); background-size: 40px; background-position: center; background-repeat: no-repeat; width: 40px;margin-left: -10%; }
.custom-arrows .swiper-button-next { background-image: url(../img/right.png);  background-size: 40px; background-position: center; background-repeat: no-repeat;  width: 40px; margin-right: -10%; }

/* 首页开始 */



/* 产品 */
.product-index{background-color:#f7f7f7;}
.product-index .title-index p{margin-bottom: 0;}
.product-index .title-index .t-left .word{margin-top: -160px;margin-left: 70px;}
.product-index .title-index .t-left .p{font-size: 200px;font-weight: bold;color: #cad3e3;}
.product-index .title-index .t-left .slime{font-size: 15px;color: #747474;margin-left: 80px; margin-bottom: 25px;}
.product-index .title-index .t-left .font{font-size: 30px;color: #1562e3;}
.product-index .title-index .t-right .links {border-top:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;width:33%;text-align:center;margin-left:67%;} 
.product-index .title-index .t-right .links a{font-size:16px;color:#525252;padding:10px 0;display:inline-block;}

.product-index .pro_list{padding:5% 0;}
/* .product-index .pro_list .list_content:hover{border-top-left-radius:0;border-bottom-right-radius:0;border-color:#84c628;}
.product-index .pro_list .list_content:hover .links a{color:#84c628;}
.product-index .pro_list .list_content:hover .links{color:#84c628;} */

.product-index .pro_list .list_content{border:1px solid #b5b5b5;border-radius:15px;background-color:#fff;overflow:hidden;}
.product-index .pro_list .list_content .title{font-size: 18px;font-weight: bold;padding-top: 10px; padding-left: 20px;position: relative; z-index: 2;}
.product-index .pro_list .list_content .image{position: relative; z-index: 1;margin:-10% 0;}
.product-index .pro_list .list_content .image img{max-width:100%;}
.product-index .pro_list .list_content .links{font-size:14px;padding-left:20px;padding-bottom:20px;position: relative; z-index: 2;}
.product-index .pro_list .list_content .links a{color:#848484;}
.product-index .pro_list .list_content .links i{ display: inline-block; transform: rotate(45deg);}

/* 关于我们 */
.index-about{background-image: url(../img/about_bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: center;padding: 60px 0;}
.index-about .left-img{padding: 80px 40px;}
.index-about .title{font-size: 48px; font-weight: bold;margin-left: 10px;margin-top: 30px;}
.index-about .title_b{background-color: #84c628; width: 14%; height: 11px; margin-top: -23px;}
.index-about .ntitle{font-size: 30px;font-weight: bold;margin-top: 5%;}
.index-about .etitle{font-size: 18px;color: #727272;font-weight: 100;}
.index-about .bord{width: 5%;background-color: #3d3d3d;height: 3px;margin: 10px 0;}
.index-about .content p{margin-bottom: 0px;text-indent: 2rem;line-height: 2;}
.index-about .honor{margin-top: 9%; margin-left: 10%;}
.index-about .honor_list{align-items: center;    border-right: 1px solid #fff;}
.index-about .guanli{ padding: 24px 0px}
.index-about .honor_list .hiocn{padding-left: 30px;}
.index-about .honor_list .words{font-size: 20px;color: #fff;margin-left: 10px; padding-right: 30px;}
.index-about .honor_list .words .ewords{font-size: 12px;text-transform: uppercase;}


/* 应用领域 */
.index-application{background-color: #f7f7f7;padding: 50px 0;}
.index-application .title-index {padding-bottom: 5%;}
.index-application .title-index .p{font-size: 48px;color: #dddcdc;font-weight: 600;text-transform: uppercase;}
.index-application .title-index .slime{font-size: 44px;color: #010101;font-weight: 600;}
.index-application .title-index .word{margin-top: -60px;}
.index-application .title-index .font{background-color: #63b44b;width: 110px;height: 15px;margin-top: -36px;}
.index-application .title-index .t-right .links {border-top:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;width:33%;text-align:center;margin-left:65%;} 
.index-application .title-index .t-right .links a{font-size:16px;color:#525252;padding:10px 0;display:inline-block;}

.index-application .applist {position: relative;}
.index-application .applist:hover{cursor: pointer;}
/* .index-application .applist:hover .bg{display: none;} */
.index-application .applist:hover .top{display: none;}
.index-application .applist:hover .huagong_list{display: block;}
.index-application .applist img{max-width: 100%;}
.index-application .applist .top{margin-left: 3%;position: absolute;margin-top: 3%;}
.index-application .applist .bg{padding-bottom: 2%;}


.index-application .applist .huagong_list{display: none;}
/* .index-application .huagong_list:hover{cursor: pointer;transform: translateY(-15px);} */
.index-application .applist .huagong{position: absolute;background-color: rgba(11,72,157, .8);text-align: center;height: 98%;color: #fff;top: 0;width: 100%;}
.index-application .applist .huagong .icon{padding: 40px 0;}
.index-application .applist .huagong .title .bold{font-size: 24px;}
.index-application .applist .huagong .link{padding-top: 40px;}


.index-application .huagong img{max-width: 100%;}
.index-application .bg img{max-width: 100%;}
.index-application .con-lg-4{width: 36%;}
.index-application .con-lg-3{width: 27%;}

/* 新闻 */

.index-news {margin: 50px 0;}

.index-news .title-index .p{font-size: 48px;color: #dddcdc;font-weight: 600;text-transform: uppercase;}
.index-news .title-index .slime{font-size: 48px;color: #010101;font-weight: 600;}
.index-news .title-index .word{margin-top: -60px;}
.index-news .title-index .font{background-color: #63b44b;width: 110px;height: 15px;margin-top: -36px;}
.index-news .title-index .t-right .links {border-top:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;width:33%;text-align:center;margin-left:65%;} 
.index-news .title-index .t-right .links a{font-size:16px;color:#525252;padding:10px 0;display:inline-block;}
.index-news .news-list{margin: 5% 0;}
.index-news .news-list:hover{transform: scale(1.1);}
.index-news .news-list img{max-width: 100%;}
.index-news .news-list .date{font-size: 17px;color: #0d3690;font-weight: bold;}
.index-news .news-list .title{font-size: 20px;font-weight: bold; margin: 5% 0;}
.index-news .news-list .links{font-size: 14px;color: #84c628; margin-top: 10%;}


/* 视频 */





/* 首页结束 */





/* 内页 */



.nei_slide{position: relative;}
.nei_slide .title{max-width:1320px;margin: 0 auto;margin-top:-13%;}
.nei_slide p{margin-bottom:0} 

.nei_slide .atitle{color: #ffffff; background-color: #84c628; display: inline-block;border-radius: 15px;padding: 3px 10px;margin-right:10px;}


.nei_slide .ctitle{color: #ffffff;font-size: 50px;font-weight: bold;margin-bottom: 5%;}

.nei_slide .etitle{color: #ffffff;font-size: 24px;text-transform:uppercase;font-weight:100;}

.words p{text-indent: 2rem;margin-bottom:0;line-height:2;font-size: 24px;}
.words img{margin-bottom:3%;margin-top:10%;}

.nei_title{margin: 20px 0;display: flex; border-left: 5px solid #e00119;justify-content: space-between;}

.nei_title .name{font-size: 18px;color: #e00119; margin: auto 10px;text-transform: capitalize;padding: 5px 0;}

.nei_title .more{padding-top: 15px;padding-right: 15px;margin: 0;color: #787777;}

.nei_title .more span{font-size: 22px;color: #e00119; padding: 1px 10px; }

.main{margin-top: 36px;min-height:600px;font-size: 16px;}

.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 #1562e3; }

.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;}

.table tbody tr:nth-child(odd){background-color: #f0f0f0;}



/* 左边栏 */

/* .sticky-top{margin-top: 20px;} */

.sidebar dt{padding: 15px;  background: linear-gradient(to bottom, red, black);color: #f4f4f4;  font-size: 22px;font-weight: 500;text-align: center;}

.sidebar dt p{margin: 5px 0;}

.sidebar dd a{padding: 20px 20px 20px 10px;text-transform: capitalize; border-left: 10px solid #f4f4f4; background-color: #f4f4f4; margin-top: 20px; display: block;  font-size: 16px;font-weight: bold;text-align: center;}

.sidebar dd a:hover{color: #e00119;border-left: 10px solid #e00119;}


.pro_content {padding-bottom: 200px;margin-top: 50px;}
.pro_list{padding:5% 0;}
.pro_list .list_content:hover .links a{color:#fff;}
.list_content:hover .links{color:#fff;background-color: #09338e;}

.pro_content  .pro_list .list_content{border:1px solid #b5b5b5;border-radius:15px;background-color:#fff;overflow:hidden;}
.pro_content  .pro_list .list_content .title{font-size: 18px;font-weight: bold;padding-top: 10px; padding-left: 20px;position: relative; z-index: 2;}
.pro_content  .pro_list .list_content .image{position: relative; z-index: 1;margin:-10% 0;}
.pro_content  .pro_list .list_content .image img{max-width:100%;}
.pro_list .list_content .links{font-size:14px;padding-left:20px;padding-bottom:20px;position: relative; z-index: 2;padding-top: 10px;}
.pro_content  .pro_list .list_content .links a{color:#848484;}
.pro_content  .pro_list .list_content .links i{ display: inline-block; transform: rotate(45deg);}


.news_list{background-color: #f7f7f7;}
.contents .news-list{margin: 5% 0;background-color: #fff;border-radius: 10px;color: #fff;overflow: hidden;box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);;}
.contents .news-list:hover{background-color: #09338e;}
.contents .news-list:hover .date{color: #fff;}
.contents .news-list:hover .title{color: #fff;}
.contents .news-list:hover .links{color: #fff;}
.contents .news-list:hover .content{color: #fff;}
.contents .news-list img{max-width: 100%;}
.contents .news-list .date{font-size: 17px;color: #0d3690;font-weight: bold;}
.contents .news-list .title{font-size: 20px;font-weight: bold; margin: 1% 0;}
.contents .news-list .links{font-size: 14px;color: #84c628; margin-top: 5%;}
.contents .news-list .content{padding-right: 20px;}
.contents .news-list .pad{padding: 3%;}


.news_contents{text-align: center;min-height: 400px;margin-top: 50px;}
.news_contents .title1{padding-top: 2%;}
.news_contents .line{border: 1px dashed #000;    margin: 2% 0;}
.news_contents .words_news{font-size: 18px;text-align: justify;text-indent: 2rem;}
.content_text{text-align: left;padding-top: 6%;}

.pro_contents{min-height: 400px;margin-top: 50px;background-color: #f7f7f7;}
.pro_contents .page {border-radius: 10px;padding: 4% 0;overflow: hidden;}
.pro_contents .page p{margin-bottom: 0;}
.pro_contents .imgcontent{padding-top: 6%;}
.pro_contents .imgcontent .image{border: 2px solid #1853d5;background-color: #fff; border-radius: 10px;max-height: 300px;text-align: center;}
.pro_contents .imgcontent .image img{max-width: 100%;}
.pro_contents .imgcontent .pro_top{}
.pro_contents .imgcontent .pro_top .title{font-size: 35px;text-align: center;font-weight: bold;}
.pro_contents .imgcontent .pro_top .dectitle{font-size: 23px;font-weight: bold;}
.pro_contents .imgcontent .pro_top .cont{font-size: 20px;text-indent: 2rem;}
.pro_contents .imgcontent .pro_top .zixun{background-color: #09338e; color: #fff; text-align: center; padding: 10px 20px; border-radius: 30px; font-size: 20px;margin-top: 4%;  display: inline-block;}


/* 联系我们 */
.neimain_contact {background-color:#f7f7f7;}

.contact_t {background-color: #f7f8fa; padding: 70px 0px;}

.contact_bot .connec{background: #fff; padding: 4% 2%; border-radius: 20px;}
.contact_bot .connec h4{margin-bottom: 0;  font-size: 28px;  font-weight: bold;  color: #555555;}

.neititle {font-size: 28px;color: #333333;text-align: center;}

.contact_mapitem {margin-top: 50px;}

.contact_bot {padding: 90px 0px;}

.contact_bl h4 {color: #555555;font-size: 14px;font-weight:bold;}

.contact_bl h3 {font-size: 28px;margin: 20px 0 ;color: #1a1a1a;}

.contact_blline {height: 1px;width: 30%; background-color: #0d3690;margin-left:15px;}

.contact_bl h5 {color: #999999;font-size: 14px; margin-top: 20px;}

.contact_ways { padding: 15px;}

.contact_ways .icon{background-color: #0d3690; font-size: 16px; color: #fff;width: 50%; padding: 2% 6%; border-radius: 30px;margin-bottom:20px;}

.contact_ways {align-items: flex-start;}

.contact_ways li {margin: 15px 0px;}

.contact_ways li p {font-size: 14px;color: #999999; padding-bottom: 5px;}

.contact_ways li h6 {color: #242424;font-size: 18px;font-weight: bold;line-height: 28px;cursor: default;transition: all .5s;word-break: break-all;}

.contact_ways li h6:hover {padding-left: 5px;}
.tipst{margin-top:15px;}

.contact_br form { width: 100%;}
.martt{margin-bottom:4%;}
.lx_con{    margin-bottom: 4%;}
.lx_con .icon_p{background-color: #0d3690; width: 45px; height: 45px;  color: #fff;    font-size: 25px;    text-align: center;    border-radius: 50%;    line-height: 45px;    margin: 10px 5px;}
.lx_con .word{font-size: 18px;    line-height: 60px;    margin-left: 10px;    color: #555555;}
.lx_con .word span{font-weight:bold;}

.contact_br form input {border-radius:10px;  width: 49%;  border: 1px solid #e2e2e2;   padding: 10px 20px;  height: 60px;  font-size: 16px;  margin-bottom:15px;}

.contact_br form textarea {border-radius:10px;  width: 100%;  height: 130px;  font-size: 16px;  border: 1px solid #e2e2e2;   padding: 20px ;}

.contact_br form button {  background: #0d3690;  color: #ffffff;  font-size: 16px;  width: 100%;  height: 45px;  border: 0px;  cursor: pointer;  text-align: center;  margin-top: 15px;    border-bottom-left-radius: 25px;    border-top-right-radius: 25px;}




/* 页面底部 */
.f-mx{max-width: 1100px;}
footer{background:#292c3f;}
.search-b{margin-bottom: -80px; position: relative; z-index: 11; background-image: url(../img/b-search.png);background-position: center;background-size: cover;}
.search-b .tel{margin: 30px 0;}
.search-b .tel .tel2{ color: #ffffff;font-size: 30px;font-weight: 600;}
.search-b .search-c{margin: 30px;}
.search-b .search-c .keyword{border: 0;width: 320px; height: 45px;line-height: 30px;outline: none;padding:  15px  20px;}
.search-b .search-c .tjiao{margin-left: 5px; width: 120px;height: 45px;color: #ffffff; background: #84c628; border: 0; outline: none; content: "";}

footer p{ font-size: 14px;margin-bottom: 5px;color: #fefefe;font-size: 17px;}
footer a:hover{color: #1562e3;}
footer .fbox{padding-top: 120px;border-bottom: 1px solid rgba(255,255,255, .3);}
footer .text1{text-align: center;padding-top: 25px;}
footer .fbox .text {text-align: center;}
footer .fbox .text a{text-align: center; font-size: 17px; color: #fefefe;display: inline-block; margin-top: 20px;margin-bottom: 25px;}
footer .fbox .text a:hover{color: #53b57b;}






.copy{ text-align: center;padding: 10px 0;color: rgba(255,255,255, .5);font-size: 16px;}

.copy p{display: inline-block; margin: 0 5px; line-height: 45px;color: rgba(255,255,255, .5);font-size: 16px;}

.copy a{color: rgba(255,255,255, .5);font-size: 16px;margin: 0;display: inline-block;}



.m-copy,.m-foot{display: none;}





.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;}


@keyframes slideDown {
  from {
    transform: translateY(-50%); /* 从顶部开始 */
  }
  to {
    transform: translateY(0); /* 移动到初始位置 */
  }
}
.element {
  text-align: center;
  font-size: 40px;
  margin-top: -6%;
  color: #fff;
  position: relative; 
  top: -50%;
  animation: slideDown 1s ease-in-out forwards infinite alternate; /* 动画名称，持续时间，缓动函数 */
}

.slide .img2{margin-top: -55%;max-width:100%;}

@media(max-width:1399px){
  .slide {margin-top: 0px;}
  .slide .img2{margin-top: -50%;max-width:90%;}
}





@media (max-width:1024px) {
  footer{display: none;}
  .m-copy,.m-foot{display: block;}
  .m-copy{padding: 30px 0 80px;text-align: center;color: #999;}
  .m-foot{position: fixed;bottom: 0;z-index: 1050;width: 100%;background: #fff;box-shadow: 0 0 12px rgba(0,0,0,.2);padding: 6px 0;}
  .m-foot a{display: block;text-align: center;line-height: 1;font-size: 12px;}
  .m-foot a i{width: 100%;display: block;}
  .m-foot a i::before{font-size: 30px;}
  .more{margin: 30px auto;}
  .m-head .m-head-logo{font-size: 16px;width: auto;} 
  footer .copy{font-size: 9px;}
  footer .footnavi dl{margin: 0 15px;}
  header * {transition: unset;-webkit-transition: unset;}
  header .header-pc, header .header-top{display: none;}
  header .m-head{display: block;}
  .slide{margin-top: 50px;}
  .m-head .m-head-logo img{height: 40px}
  .index-navigt .bgc{}
  /* 首页公司 */

}



@media(max-width:780px){
  .slide .img2{margin-top: -50%;width:100%;}
  .product-index .title-index .t-left .p{font-size: 100px;}
  .product-index .title-index .t-left .word{margin-top: -110px; margin-left: 40px;}
  .product-index .title-index .t-left .font{font-size: 20px;}
  .product-index .title-index .t-left .slime{margin-left: 30px;}
  .product-index .pro_list .list_content .title{font-size: 16px;}
  .product-index .pro_list .list_content .links{font-size: 12px;}
  .index-about .left-img {padding: 10px;}
  .index-about .title{font-size: 36px; margin-left: 30px;}
  .index-about .title_b{margin-left: 15px;}
  .index-about .ntitle{margin-left: 15px;font-size: 28px;}
  .index-about .etitle{font-size: 16px;margin-left: 15px;}
  .index-about .bord{margin-left: 15px;}
  .index-about .content{padding: 15px;}
  .index-application .title-index .p{font-size: 30px;}
  .index-application .title-index .slime{font-size: 34px;}
  .index-application .title-index .word{margin-top: -40px;}
  .index-application .con-lg-4{width: 100%;}
  .index-application .con-lg-3{width: 100%;}
  .index-news .title-index .slime{font-size: 38px;}
  .index-news .title-index .word p{margin-bottom: 0;}
  .index-news .title-index .t-right .links{margin: auto;width: auto;}
  .nei_slide{margin-top: 50px;}
  .nei_slide .etitle{font-size: 12px;}
  .nei_slide .ctitle{font-size: 20px;margin-bottom: 1%;}
  .nei_slide .title{margin-top: -24%;margin-left: 15px;}
  .nei_slide .atitle{font-size: 12px;}
  .words p{font-size: 16px;}
  .lx_con .icon_p {font-size: 20px;width: 30px;height: 30px;line-height: 30px;}
  .lx_con{margin-bottom: 1%;}
  .lx_con .word{font-size: 14px;}
  .contact_ways .icon{width: 60%;}
}