@import url("../fonts/iconfont.css");
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/iconfont.woff2') format('woff2'),
      url('../fonts/iconfont.woff') format('woff'),
      url('../fonts/iconfont.ttf') format('truetype'),
      url('../fonts/iconfont.svg#iconfont') format('svg');}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 8px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
  
/*ttf*/
@font-face {
  font-family: "Open-Sans";
  src: url('../font-ttf/Open-Sans-2.ttf');}
*{font-family:"Open-Sans",Microsoft YaHei,Arial,Geneva,"Helvetica Neue",Helvetica,sans-serif;-webkit-font-smoothing:antialiased;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{min-width:1200px;background:#fff;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {margin:0;padding:0;}
body{font-size:12px;color:#585858;-webkit-font-smoothing:antialiased;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6,button,dd,dt,dl{margin:0px;padding:0}
h1,h2,h3,h4,h5,h6,button,.btn{clear:both;font-size:14px;}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;_display:block;}
form,input,select;,textarea,td,th {font-size:12px;}
img {border:none;}
em,i{font-style:normal}
li {list-style-type:none;}
button, input {height:auto;-ms-interpolation-mode:bicubic;vertical-align:middle;}
input,textarea,select {padding:6px;}
textarea {background:none repeat scroll 0 0 #fff;resize:none;}
a{color:#333;text-decoration:none;}
a:hover{color:#d81e06;}

/*内容初始化*/
.contenttxt{padding:30px;line-height:30px;font-size:14px;color:#111;font-family:"Microsoft YaHei"!important}
.contenttxt img { max-width:100%;margin:15px auto; display:block}
.contenttxt p,.contenttxt span,.contenttxt font,.contenttxt th,.contenttxt td,.contenttxt div,.contenttxt i,.contenttxt em,.contenttxt h1,.contenttxt h2,.contenttxt h3,.contenttxt h4,.contenttxt h5{font-size:16px!important; font-family:"Microsoft YaHei"!important;font-weight:normal!important;text-indent:0px!important;white-space: normal!important}
.contenttxt td{padding-left:15px!important;}

.text-overflow {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.w1200 {margin:auto;width:1200px;clear:both;}
.w1380 {margin:auto;width:1380px;clear:both;}
.AWF_box {margin: auto;width: 1440px;clear: both;}

.b1 {height:.1px;font-size:1px;clear:both;width:100%;overflow:hidden}
.b5 {height:5px;font-size:1px;clear:both;width:100%;overflow:hidden}
.b10 {height:10px;font-size:1px; clear:both;width:100%;overflow:hidden}
.b15 {height:15px;font-size:1px;clear:both;width:100%;overflow:hidden}
.b20 {height:20px;font-size:1px; clear:both;width:100%;overflow:hidden}
.b25 {height:25px;font-size:1px; clear:both;width:100%;overflow:hidden}
.b30 {height:30px;font-size:1px; clear:both;width:100%;overflow:hidden}
.b60 {height:60px;font-size:1px; clear:both;width:100%;overflow:hidden}
.b70 {height:70px;font-size:1px; clear:both;width:100%;overflow:hidden}
.m {margin:auto;width:1200px;clear:both; position:relative}
.mt8 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25{margin-top:25px}
.mt30{margin-top:30px}

.f_l { float:left;}
.f_r { float:right;}
/*========================================================*/

/*首页样式 THE*/

.nav_sec { font-size:14px; margin-bottom:15px; color:#666;}
.nav_sec a { color:#666;}

/*标题*/
.i_title { text-align:center;}
.i_title strong { display:block;font-size: 32px;margin-bottom: 15px;color: #054a85;text-transform: uppercase;}
.i_title span { font-size: 15px;line-height: 28px;color: #5a5a5a;font-style: italic;}
.i_title h3 {font-size: 48px; font-weight:400; color:#2a2a2a;}

/*头部*/
.header_top { width: 100%; position:fixed; left:0; top:0;z-index:6060;transform: translate(0, 0); transition:all .3s;}
.header_top.on { transform: translate(0, -100%);}
.header_top span { font-size:14px; color:#fff; line-height:60px; margin-right:20px;}
.header_top span i { margin-right:5px; color:#f6b024; font-size:14px;}
.header_top_START { display: flex; align-items: center;height:60px;}
.header_top_START a { display:inline-block; background:#f6b024;padding: 8px 24px;border-radius: 50px; color:#fff; font-size:14px;}

.header_menu { width: 100%;position:fixed; left:0; top:60px;z-index:6060; background:rgb(0 0 0/.1);transform: translate(0, 0); transition:all .3s;}
.header_menu.on { transform: translate(0, -60px); background:#ffff00;}
.header_logo a { display: flex; align-items: center; height:130px;}
.header_logo a img { height:100px;}
/*.header_logo a img { -webkit-filter: grayscale(1000%) brightness(1000%);filter: grayscale(1000%) brightness(1000%);}*/
.header_menu.on .header_logo a img { -webkit-filter: none; filter: none;}
.header_top_menu { display: flex; align-items: center; height:130px;}
.header_top_menu ul li { float:left; font-size:20px; margin-left:25px; position:relative;}
.header_top_menu ul li:after { content:''; display:block; width:0; height:2px;bottom: -5px; background:#f6b024;position:absolute; transition:all .3s;}
.header_top_menu ul li a { color:#fff;}
.header_menu.on ul li a { color:#000;}
.header_top_menu ul li.current:after {width:100%;}
.header_top_menu ul li:hover:after {width:100%;}

.header_menu_bnt { display:none;}


/*幻灯*/
/*.banner_box { height:760px;}*/
.banner_swiper { position: relative; width:100%; overflow:hidden; z-index:1;}
.banner_swiper .swiper-slide img { width:100%;}
.banner_swiper .b_menu { position:absolute;left:0;bottom:10px;z-index:10;width:100%; text-align:center;}
.banner_swiper .b_menu ul { display:inline-block;}
.banner_swiper .b_menu span { display:block; width:12px; height:12px; margin:0 5px; border-radius:50%; background:rgb(255 255 255/.8); float:left;}
.banner_swiper .b_menu span.swiper-pagination-bullet-active { background:#f6b024;}


.About_sec { padding: 140px 0;background:#fff url(../img/5-202206091052.png) top center no-repeat; position:relative;}
.About_sec:before { content:''; display:block; width:100%; height:100%; background:rgb(255 255 255/.75); position:absolute; top:0; left:0;}
.About_sec .w1200 { position:relative;}
.About_sec ul { display: flex;flex-wrap: wrap; margin-top:40px;}
.About_sec ul li { width:50%;box-sizing:border-box;}
.About_sec ul li.li_1 { font-size:16px; padding-right:4%;}
.About_sec ul li.li_1 strong { display:block; color:#5a5a5a; line-height:28px; font-weight:400;}
.About_sec ul li.li_1 p { line-height:24px; color:#444; margin-bottom:10px;display: flex;}
.About_sec ul li.li_1 p i { margin-right:5px; color:#0880e8; font-size:14px;}
.About_sec ul li.li_2 p { font-size: 16px;line-height: 28px;color: #5a5a5a;}
.About_sec ul li.li_2 .i_more { margin-top: 6px;}
.About_sec ul li.li_2 .i_more a { font-size: 14px;display: inline-block;padding: 10px 32px;border-radius: 5px;color: #0880e8;border: 2px solid #0880e8;transition:all .3s;}
.About_sec ul li.li_2 .i_more a:hover { background:#0880e8; color:#fff;}


.xinwen_sec { background:#f1f8ff; overflow:hidden;display: flex;flex-wrap: wrap;}
.xinwen_sec .image { width:42%;background:url(../img/5-202206091053.jpg) no-repeat;background-size: cover;}
.xinwen_sec .text { width:58%;}
.xinwen_sec .xinwen_sec_list { padding:6% 10%;}
.xinwen_sec .xinwen_sec_list strong { display:block; font-size:34px; color:#222;line-height:40px;}
.xinwen_sec .xinwen_sec_list ul { overflow:hidden;}
.xinwen_sec .xinwen_sec_list ul li { padding: 20px;background: #fff;border-radius: 4px; margin-top:15px;font-size:16px;}
.xinwen_sec .xinwen_sec_list ul li h3 { display:block; line-height:28px; font-weight:400; font-size:20px;}
.xinwen_sec .xinwen_sec_list ul li h3 a { color:#0880e8;}
.xinwen_sec .xinwen_sec_list ul li h3 span { color: #0880e8;margin-right: 10px;}
.xinwen_sec .xinwen_sec_list ul li h3 i { display:block; float:right; width:28px; height:28px;position:relative;}
.xinwen_sec .xinwen_sec_list ul li h3 i:before { content:""; width:7px;height:7px;border:2px #0880e8 solid;border-right-width:0;border-bottom-width:0;display:inline-block;transform:rotate(225deg); position:absolute;top: 9px;left: 10px;transition: all .3s;}
.xinwen_sec .xinwen_sec_list ul li p { line-height:28px; margin-top:10px; color:#666; display:none;}
.xinwen_sec .xinwen_sec_list .xinwen_more { margin-top:10px;}
.xinwen_sec .xinwen_sec_list .xinwen_more a { color:#0880e8; font-size:20px;}


.service_sec { padding:60px 0; overflow:hidden;}
.service_sec ul { display:flex; flex-wrap:wrap;}
.service_sec ul li { padding: 50px 40px;border-radius: 6px;background: #fff;box-shadow: 0px 2px 15px rgb(0 0 0 / 10%); float:left; width:49%; margin:2% 2% 0 0; box-sizing:border-box;}
.service_sec ul li:nth-child(2n+2) { margin-right:0;}
.service_sec ul li i { float:left; width:70px; display:block; font-size:40px; color:#f6b024;}
.service_sec ul li .text { overflow:hidden;}
.service_sec ul li h4 { display:block; font-size:18px; color:#222; margin-bottom:15px;}
.service_sec ul li p { line-height: 24px;font-size: 14px;}


.youshi_sec { background: linear-gradient(rgba(5, 74, 133, 0.8), rgba(5, 74, 133, 0.9)), url(../img/5-202206091054.jpg) fixed center center; background-size: cover;padding: 120px 0;}
.youshi_sec strong { display:block; font-size:28px; color:#ffff00;}
.youshi_sec span { display:block; font-size:22px; color:#ffff00;}
.youshi_sec p { font-size: 16px;line-height: 28px; color:#fff; width:80%;}


.product_sec { padding:60px 0;}
.product_cat { text-align:center; }
.product_cat ul { display:inline-block;}
.product_cat ul li { float:left;padding: 8px 18px 10px 18px;font-size: 14px; border-radius: 50px;margin: 0 3px 10px 3px; transition:all .3s;}
.product_cat ul li.on { background:#0880e8;}
.product_cat ul li.on a { color:#fff;}
.product_cat ul li:hover { background:#0880e8;}
.product_cat ul li:hover a { color:#fff;}
.product_list { overflow:hidden; margin-top:20px;}
.product_list dd { width:32%; margin-right:2%; float:left;position:relative; overflow:hidden;}
.product_list dd:nth-child(3n+3) { margin-right:0;}
.product_list dd:nth-child(1n+4) { margin-top:2%;}
.product_list dd .image { width:100%;transform: translate(0, 0);transition: all .6s cubic-bezier(.645, .045, .355, 1);}
.product_list dd:hover .image { transform: translate(0, -10%);}
.product_list dd .image img { width:100%;}
.product_list dd .text { background:#0880e8; padding:15px 20px; width:100%; position:absolute; left:0; bottom:0; box-sizing:border-box;transform: translate(0, 100%); transition: all ease-in-out .3s;}
.product_list dd:hover .text { transform: translate(0, 0);}
.product_list dd .text strong,
.product_list dd .text span { display:block; color:#fff;}
.product_list dd .text strong { font-size:18px; font-weight:400;}
.product_list dd .text span { font-size:14px;}


.team_sec { padding: 60px 0;overflow: hidden; background:#f1f8ff;}
.team_sec ul { overflow:hidden; margin-top:25px; margin-bottom:120px;}
.team_sec ul li { width:49%; float:left;}
.team_sec ul li:nth-child(2n+2) { float:right;}
.team_sec ul li img { width:100%;}

.team_sec dl { overflow:hidden; padding:30px 100px;}
.team_sec dl dd { padding: 20px;background: #fff;border-radius: 4px; margin-top:15px;font-size:16px;}
.team_sec dl dd h3 { display:block; line-height:28px; font-weight:400; font-size:20px;}
.team_sec dl dd h3 a { color:#333;}
.team_sec dl dd h3 a:hover { color:#0880e8;}
.team_sec dl dd h3 span { color: #0880e8;margin-right: 10px; font-size:26px;transform: translate(0, 2px);display: inline-block;}
.team_sec dl dd h3 i { display:block; float:right; width:28px; height:28px;position:relative;}
.team_sec dl dd h3 i:before { content:""; width:7px;height:7px;border:2px #0880e8 solid;border-right-width:0;border-bottom-width:0;display:inline-block;transform:rotate(225deg); position:absolute;top: 9px;
    left: 10px;transition: all .3s;}
.team_sec dl dd p { line-height:28px; margin-top:10px; color:#666; display:none;}


.contact_sec {padding: 60px 0;overflow: hidden; background:url(../img/5-202206091058.png) left center no-repeat; position:relative;}
.contact_sec:before { content:''; display:block; width:100%; height:100%; background:rgb(255 255 255/.75); position:absolute; top:0; left:0;}
.contact_sec .w1200 { position:relative;}
.contact_sec .i_title { margin-bottom:50px;}
.contact_sec_l { padding-left:100px; width:50%; box-sizing:border-box; padding-right:60px;float:left;}
.contact_sec_l ul li { }
.contact_sec_l ul li:nth-child(1n+2) { margin-top:40px;}
.contact_sec_l ul li i { background: #0880e8;color: #fff;float: left;width: 44px;height: 44px; line-height:44px; border-radius: 50%; margin-right:20px; text-align:center; font-size:20px;}
.contact_sec_l ul li .text { overflow:hidden;}
.contact_sec_l ul li strong { font-size: 20px;margin-bottom: 5px;color: #043c6d; display:block;}
.contact_sec_l ul li p { font-size: 14px;color: #444;line-height: 28px;}
.contact_sec_r { float:left; width:50%; box-sizing:border-box;}
.contact_sec_r input { width:100%; box-sizing:border-box; height:44px; padding:6px 12px; border-radius:4px; color:#999; border:1px solid #ccc; font-size:16px;}
.contact_sec_r textarea { width:100%; box-sizing:border-box; line-height:28px; padding:6px 12px;border-radius:4px; color:#999; border:1px solid #ccc; font-size:16px; height:125px;}
.contact_sec_r ul li { overflow:hidden;}
.contact_sec_r ul li:nth-child(1n+2) { margin-top:20px;}
.contact_sec_r ul li.li_1 input { float:left; width:49%;}
.contact_sec_r ul li.li_1 input:nth-child(1) { margin-right:2%;}
.contact_sec_r ul li.li_4 input { float:left; width:60%;}
.contact_sec_r ul li.li_5 { text-align:center; margin-top:50px;}
.contact_sec_r ul li.li_5 button { padding: 10px 32px; cursor: pointer;color: #0880e8;transition:all .4s;border-radius: 50px;border: 2px solid #0880e8;background: #fff;}
.contact_sec_r ul li.li_5 button:hover { background:#0880e8; color:#fff;}


.news_show_info {margin:16px 16px 0 16px;background:rgb(255 255 255/.5);line-height:48px;text-align:center; font-size:14px; color:#333;}


.footer_sec { padding-top:60px; background:#ffff00; overflow:hidden;}
.footer_sec dl { float:left; width:25%; box-sizing:border-box; padding:0 15px 30px;}
.footer_sec dl dt { font-size:16px; margin-bottom:12px; font-weight:700; color:#000;}
.footer_sec dl dd { padding-left:10px;}
.footer_sec dl dd>a { display:block; margin-bottom:20px; font-size:14px; color:#000;}
.footer_sec dl dd>a:hover { color:#ee2e2c;}
.footer_sec dl dd>a:before { content:""; width:5px;height:5px;border:2px #0880e8 solid;border-right-width:0;border-bottom-width:0;display:inline-block;transform:rotate(135deg) translate(0, 2px); margin-right:5px;}
.footer_sec dl dd p { font-size: 14px;font-weight: 400;line-height: 26px;color: #5a5a5a;}
.footer_sec dl dd p strong { color:#222; font-size:16px;}
.footer_banquan { overflow:hidden; padding:30px 0; text-align:center; color:#000; font-size:14px; margin-top:50px;}


/*获得荣誉*/
.honor_show_sec { padding:60px 0;}
.honor_show_sec ul { display: flex; flex-wrap: wrap; margin-top:3%; border-right:none; border-bottom:none;}
.honor_show_sec ul li { width:32%;box-sizing:border-box; font-size:14px; display: table; margin:2% 2% 0 0;}
.honor_show_sec ul li:nth-child(3n+3) { margin-right:0;}
.honor_show_sec ul li .image { width:100%;}
.honor_show_sec ul li .image img { width:100%;}
.honor_show_sec ul li h3 { display:block; font-size:16px; font-weight:400;text-align:center;}

.honor_title { font-size:30px; color:#333; text-align:center; margin:2% 0;}
.honor_show { padding:2% 4% 4%; border:1px solid #eee; margin:2% 0;}
.honor_show ul { display: flex; flex-wrap: wrap; border:1px solid #ddd; margin-top:3%; border-right:none; border-bottom:none;}
.honor_show ul li { width:50%;box-sizing:border-box; font-size:14px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; display: table;}
.honor_show ul li span { display: table-cell; padding:10px;}
.honor_show ul li span:nth-child(1) { width:20%; background:#fafafa; border-right:1px solid #ddd; font-weight:700;}
.honor_show_title { line-height:42px; height:42px; font-size:16px; background:#f5f5f5; padding:0 15px; border:1px solid #eee; margin:2% 0; font-weight:700;}


/*产品内容页*/
.sell_preview { padding:15px 0; overflow:hidden;}
.proInfo { margin:0 20px; overflow:hidden; padding-left:80px;}
.proInfo h1{font-size: 22px; line-height: 30px; overflow: hidden; color:#000; margin-bottom: 15px; max-height: 60px;}
.proInfo .proPrice { background:#f8f8f8; margin-top: 20px;padding:15px;}
.proInfo .proPrice span { font-size:28px; font-weight: 700;color:#ee2e2c;}
.proInfo .proPrice span em { font-size:14px;font-weight:400;}
.proInfo .base{padding-top:10px}
.proInfo .base dl{overflow:hidden;width:100%;font-size:14px;line-height:40px;}
.proInfo .base dt{float:left;color:#888;width:85px;}
.proInfo .base dd{overflow:hidden;;color:#000;}
.proInfo .buynow {padding-top:15px;overflow:hidden;width:100%}
.proInfo .buynow a{display: inline-block;width: 158px;height: 40px;line-height: 40px;text-align: center;font-size: 16px; color:#fff!important;cursor: pointer;border:1px solid #ee2e2c; margin-left:15px;}
.proInfo .buynow a span { display:inline-block;}
.proInfo .buynow a span:before{ display:inline-block;font-family: 'iconfont'; margin-right:6px; font-weight:400; font-size:20px;float:left;line-height:40px;}
.proInfo .buynow a.ljgm span:before { content:"\e877";}
.proInfo .buynow a.zxdj span:before { content:"\e879";}
.proInfo .buynow a.lxfs span:before { content:"\e87c"; font-size:25px; line-height:32px;}
.proInfo .buynow a:hover { opacity:.8;color:#fff}
.proInfo .buynow a:nth-child(2) { color:#ee2e2c!important;background:rgb(238 46 44 / .1);}
.sell_show_title { height:54px; line-height:54px; font-size:18px; text-align:center; color:#222; background:#f8f8f8;}
/* album */
.cdx-album{width:400px;height:500px;z-index:1000;}
#mid_pos {position:absolute;}
#mid_div {width:400px;height:400px;cursor:crosshair;background:#F2F2F2;border:1px solid #e6e6e6;}
#zoomer {width:160px;height:120px;background:#FFFFFF url('../img/ab-zoom-bg.gif');position:absolute;z-index:6;opacity:0.5;filter:alpha(opacity=50);}
#big_div {width:500px;height:473px;border:#DDDDDD 1px solid;background:#FFFFFF;position:relative;overflow:hidden;right:-410px;top:-495px;z-index:10000}
#big_pic {position:absolute;}
.tbs {width:414px;height:56px;margin:20px 0;}
.tbs img {cursor:pointer;}
.tbsl {width:32px;height:56px;float:left;}
.tbsr {width:20px;height:56px;float:left; margin-left:-7px;}
.tbsm {width:350px;height:56px;float:left;overflow:hidden;}
.ab_zoom {width:30px;height:30px;background:rgba(0,0,0,.6) url('../img/ab-zoom.png') no-repeat center center;position:absolute;z-index:5;margin:370px 0 0 -30px;background-size:20px;}
.ab_play {width:48px;height:48px;border-radius:50%;background:url('../img/ab-play.png') no-repeat center center;position:absolute;z-index:7;margin:-223px 0 0 176px;}
.ab_play:hover {background:url('../img/ab-play-on.png') no-repeat center center;cursor:pointer;}
.ab_hide {width:40px;height:40px;background:url('../img/ab-hide.png') no-repeat center center;position:absolute;z-index:12;margin:-390px 0 0 350px;display:none;background-size:40px;}
.ab_hide:hover {background:url('../img/ab-hide.png') no-repeat center center;cursor:pointer;background-size:40px;opacity:.6;}
.ab_video {width:400px;height:400px;border:#eee 1px solid;background:#fff;position:absolute;z-index:10;margin:-402px 0 0 0;display:none;}
.ab_im {padding:2px;margin:0 14px 0 0;border:#e6e6e6 1px solid;float:left;width:50px;height:50px;}
.ab_on {padding:2px;margin:0 14px 0 0;border:#FF6600 1px solid;float:left;width:50px;height:50px;background:#FF6600;}
video{height:400px!important;}

/*客服样式*/
.kefu_sec { position:fixed; right:30px; bottom:30px;box-shadow: 0 2px 6px rgb(0 0 0 /.1); background:rgb(255 255 255/.8); z-index:9999;}
.kefu_sec ul li { position:relative;}
.kefu_sec ul li#top-back { border-top:1px solid #eee;}
.kefu_sec ul li span { width:65px; height:65px; text-align:center; line-height:65px; display:block; position:relative;}
.kefu_sec ul li span em { display: none;border-style: solid;border-width: 12px 12px 0 0;border-color: transparent #fff;transform: rotate(-45deg) translate(0, -50%);;position: absolute;left:-2px; ;top: 49%;}
.kefu_sec ul li i { color:#de2826; font-size:25px;}
.kefu_sec ul li:hover span { background:#de2826; cursor:pointer;} 
.kefu_sec ul li:hover span em { display:inline-block;}
.kefu_sec ul li:hover span i { color:#fff;}
.kefu_sec ul li .tankuang { width:225px; height:200px; position:absolute; right:65px; top:0; box-sizing:border-box; background:#fff;box-shadow: 0 2px 6px rgb(0 0 0 /.1); display:none;}
.kefu_sec ul li.weixin .tankuang { right:65px; bottom:0; top:auto;}
.kefu_sec ul li:hover .tankuang { display:block;}


/*自适应初始化*/
.m_header { display:none;}
.pc_d_none { display:none;}





@media(max-width:768px)
{
a,blockquote,body,button,code,dd,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,iframe,img,input,label,li,object,ol,p,q,small,span,strong,table,tbody,td,th,tr,ul{margin:0;padding:0;border:0}
body{font-family:PingFang sc,Microsoft YaHei,Helvetica;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:none;background:#fff;}
a,a:active,a:focus,a:hover,a:visited{text-decoration:none}
a,img{-webkit-touch-callout:none;vertical-align: bottom;}
li,ol,ul{list-style:none}
i,em{font-style:normal}
input[type=password],input[type=text],textarea{outline:0;background:#fff;white-space:pre-wrap;word-wrap:break-word;resize:none;-webkit-appearance:none}
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:""}
@media screen and (max-width:320px){html{font-size:42.67px;font-size:13.33333vw}}
@media screen and (min-width:321px) and (max-width:31.2rem){html{font-size:48px;font-size:13.33333vw}}
@media screen and (min-width:361px) and (max-width:375px){html{font-size:50px;font-size:13.33333vw}}
@media screen and (min-width:376px) and (max-width:393px){html{font-size:52.4px;font-size:13.33333vw}}
@media screen and (min-width:394px) and (max-width:412px){html{font-size:54.93px;font-size:13.33333vw}}
@media screen and (min-width:413px) and (max-width:414px){html{font-size:55.2px;font-size:13.33333vw}}
@media screen and (min-width:415px) and (max-width:480px){html{font-size:64px;font-size:13.33333vw}}
@media screen and (min-width:481px) and (max-width:5.8rem){html{font-size:72px;font-size:13.33333vw}}
@media screen and (min-width:541px) and (max-width:6.8rem){html{font-size:85.33px;font-size:13.33333vw}}
@media screen and (min-width:641px) and (max-width:720px){html{font-size:96px;font-size:13.33333vw}}
@media screen and (min-width:721px) and (max-width:768px){html{font-size:102.4px;font-size:13.33333vw}}
@media screen and (min-width:769px){html{font-size:102.4px;font-size:13.33333vw}}
@media screen and (min-width:769px){html{font-size:102.4px}}

.contenttxt{padding:.3rem; line-height:.6rem;font-size:.28rem;color:#111;font-family:"Microsoft YaHei"!important}
.contenttxt img { max-width:100%; height:auto;margin:.2rem auto; display:block;}
.contenttxt p,.contenttxt span,.contenttxt font,.contenttxt th,.contenttxt td,.contenttxt div,.contenttxt i,.contenttxt em,.contenttxt h1,.contenttxt h2,.contenttxt h3,.contenttxt h4,.contenttxt h5{font-size:.28rem!important; font-family:"Microsoft YaHei"!important;font-weight:normal!important;text-indent:0px!important;white-space: normal!important}
.contenttxt td{padding-left:.3rem!important;}

.b1 { overflow:hidden;width:100%;height:.1px;}
.blank {overflow:hidden;width:100%;height:.16rem; background:#f5f5f5;}
.blank20 {overflow:hidden;width:100%;height:.2rem; background:#f5f5f5;}
.blank88 { overflow:hidden;width:100%;height:.88rem;}
.b_1rem { overflow:hidden;width:100%;height:.1rem;}
.b_2rem { overflow:hidden;width:100%;height:.2rem;}
.b_3rem { overflow:hidden;width:100%;height:.3rem;}
.b_4rem { overflow:hidden;width:100%;height:.4rem;}
.b_5rem { overflow:hidden;width:100%;height:.5rem;}
.b_6rem { overflow:hidden;width:100%;height:.6rem;}
.b_7rem { overflow:hidden;width:100%;height:.7rem;}
.b_8rem { overflow:hidden;width:100%;height:.8rem;}
.b_88rem { overflow:hidden;width:100%;height:.88rem;}
.b_9rem { overflow:hidden;width:100%;height:.9rem;}
.b1rem { overflow:hidden;width:100%;height:1rem;}
.b2rem { overflow:hidden;width:100%;height:2rem;}

.blank-top{overflow:hidden;width:100%;height:0rem}
.text-overflow {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.text-overflow2 {overflow: hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

/*---------------------------------------------------------------------------------------------------------*/
body { min-width: 100%;}
.w1200 {width: 100%;}

.header_top { display:none;}
.header_top_menu { display:none;}

.header_menu {top: 0px;}
.header_menu.on {transform: translate(0, 0);}

.banner_box { height:auto;}

.header_menu { height:1.4rem;}
.header_logo a { height:1.4rem; margin-left:4%;}
.header_logo a img { height:1rem;}

.pc_d_none { display:block;}


.header_menu_bnt { position:absolute; top:50%; right:4%; display:block;transform: translate(0, -50%);}
.header_menu_bnt i { color:#fff; font-size:30px;}
.header_menu.on .header_menu_bnt i { color:#222;}


.m_header_nav { position:fixed; top:0; left:0; background:#fff; width:100%; height: calc(100vh);padding:1.5rem .2rem .2rem; display:none;z-index:6000; box-sizing:border-box; text-align:center;}
.m_header_nav ul li { line-height:1rem; border-top:1px solid #eee; font-size:.36rem; padding:0 .4rem;}
.m_header_nav ul li.hover a { color:#ee2e2c;}

.About_sec { padding:1rem .2rem;}
.About_sec ul li { width:100%;}

.xinwen_sec .image { width:100%; min-height:5rem;}
.xinwen_sec .text { width:100%;}
.xinwen_sec .xinwen_sec_list {padding: .2rem;}

.service_sec { padding:1rem .2rem;}
.service_sec ul li { width:100%; margin-right:0;}

.youshi_sec { padding:1rem .2rem; text-align:center;}
.youshi_sec p { width:100%;}

.product_sec { padding:1rem .2rem;}
.product_cat ul li { float:none;}
.product_list dd {width: 100%;margin-right: 0;}

.team_sec { padding:1rem .2rem;}
.team_sec ul { margin-bottom: 1rem;}
.team_sec ul li { width: 100%;}
.team_sec dl {padding: .3rem 0;}

.contact_sec { padding:1rem .2rem;}
.contact_sec_l {padding-left: 0;width: 100%;}
.contact_sec_r {width: 100%;}

.footer_sec { padding:1rem .2rem 0;}
.footer_sec dl {width: 100%;}
.footer_banquan { margin-top: 0;}

.honor_show_sec { padding:1rem .2rem;}
.honor_show_sec ul li { float:left; width:50%; margin-right:0; box-sizing:border-box; padding:2%;}

.honor_show ul li { width:100%;}
.honor_show ul li span:nth-child(1) {width: 30%;}

.product_show.product_list dd { width:49%;}
.product_show.product_list dd:nth-child(2n+2) { float:right;}
.product_show.product_list dd:nth-child(1n+3) { margin-top:2%;}



.proInfo {margin: 0 .2rem;padding-left: 0; width:100%;}


.i_title h3 { font-size:.44rem;}


.pages { line-height:1rem;}


}



