/* CSS Reset */
    
#think_page_trace_open{ display: none; }
html{-webkit-text-size-adjust:none; width: 100%; max-width: 100%;}
body{color: #222222;overflow-x:hidden;margin:0; padding:0; line-height: 1;  font-family:Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif; font-size: 14px; width: 100%; max-width: 100%;}
input,select,textarea {border-radius: 0;outline: none; font:14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif; border: 0; padding: 0; margin: 0;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a{font-size: 14px;text-decoration:none;color: #222222;}
img{ vertical-align: top; max-width: 100%; margin: 0; padding: 0; border: 0;}
*{ box-sizing: border-box;
    -webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.notblue{-moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ user-select: none;}
a{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
a:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;} 
::after,::before{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;box-sizing: border-box;}
.MoShow { display:none;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline;  line-height: 1;}
p { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
.ohidden{ overflow: hidden;}
.m-header-nav {display:none;}
.IBg{ background: #031537;}
.tra{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra2 img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra2:hover img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.dflex{ display: flex;}
.jccenter{ justify-content: center;}
input[type="submit"],input[type="button"],input[type="radio"],input[type="checkbox"]{ cursor: pointer;}
.notBlue{-moz-user-select: none; /* 火狐 */ -webkit-user-select: none; /* webkit浏览器 */ -ms-user-select: none; /* IE10 */ -khtml-user-select: none; /* 早期浏览器 */ user-select: none;}
.clamp1{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.clamp2{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.clamp3{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.clamp4{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.BWeight{ font-weight: bolder;}

.content_list_video{display:none; position: fixed; left:0; top:0; z-index: 1250; width: 100%; height: 100%;}
.content_list_video.on{display:block;}
.content_list_video .list_video_bg{position:fixed;background:rgba(0,0,0,.8);left:0;top:0;width:100%;height:100%;z-index:120;}
.content_list_video .list_video_content{ width:1000px; max-width: 90%; position:fixed;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:121;}
.content_list_video .list_video_content .video_content_close{cursor:pointer;position:fixed;right:0;top:-35px;}
.content_list_video .list_video_content .video_content_close span{color:#fff;font-size:25px;}
.content_list_video .list_video_content video{width:100%;}
.click_video{cursor:pointer;}

/* 弹窗样式 Start */
.message_box{position: fixed; top: 0; bottom: 0; left: 0; right: 0;margin: 0; padding: 0; border: 0;z-index: 999999999;}
.message_box .message_box_bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);display: flex; align-items: center; justify-content: center;opacity: 0;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease;z-index: 999999999;}
.message_box .message_box_content{width: 18%;vertical-align: middle; background-color: #fff; border-radius: 4px; border: 1px solid #ebeef5; box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); text-align: left; overflow: hidden; backface-visibility: hidden;}
.message_box .message_box_content .content_top{position: relative; padding: 15px 15px 10px;display: flex; align-items: center; justify-content: space-between;}
.message_box .message_box_content .content_top .content_top_title{padding-left: 0; margin-bottom: 0; font-size: 18px; line-height: 1; color: #303133;}
.message_box .message_box_content .content_top .content_top_close{width: 15px; height: 15px; position: relative; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.message_box .message_box_content .content_top .content_top_close .top_close_li{width: 1px; height: 13px; border-radius: 100px;background-color: #909399; position: absolute; top: auto; right: auto; bottom: auto; left: auto;-webkit-transition:background-color .35s ease;-moz-transition:background-color .35s ease;transition:background-color .35s ease;}
.message_box .message_box_content .content_top .content_top_close .top_close_left{transform: rotate(45deg);}
.message_box .message_box_content .content_top .content_top_close .top_close_right{transform: rotate(315deg);}
.message_box .message_box_content .content_top .content_top_close:hover .top_close_li{background: #de6c00;}
.message_box .message_box_content .content_center{padding: 5px 15px;}
.message_box .message_box_content .content_center p{line-height: 1.5;color: #606266; font-size: font-size: 14px;;}
.message_box .message_box_content .content_center input{width: 100%; font-size:  font-size: 14px;; padding: 5px; border: 1px solid #606266; border-radius: 4px; color: #606266; }
.message_box .message_box_content .content_center input:focus{border-color: #ff7f08;}
.message_box .message_box_content .content_bottom{padding: 10px 15px 15px 15px;text-align: right;}
.message_box .message_box_content .content_bottom .content_bottom_btns{display: inline-block; line-height: 1; white-space: nowrap; cursor: pointer; background: #ff7f08; border: 1px solid #ff7f08; color: #fff; -webkit-appearance: none; text-align: center; box-sizing: border-box; outline: none; margin: 0;font-weight: 500; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; padding: 9px 16px; font-size: 12px; border-radius: 4px;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.message_box .message_box_content .content_bottom .content_bottom_btns:hover{border-color: #de6c00; background-color: #de6c00;}
.pcpopup .message_box_content .content_bottom .content_bottom_btns.no{margin-right: 12px;}
.pcpopup .message_box_content .content_bottom .content_bottom_btns.no{border-color:#c1c1c1;background-color: #c1c1c1;color: #ffffff;}
.pcpopup .message_box_content .content_bottom .content_bottom_btns.no:hover{border-color: #aaaaaa; background-color: #aaaaaa;}
.prompts .message_box_content .content_top .content_top_title{font-size: 17px;}
.prompts .message_box_content .content_center{padding: 8px 15px;}
.message_box .message_box_bg.on{opacity: 1;}
.notice_box{display: flex; width: 330px; border-radius: 8px; box-sizing: border-box; border: 1px solid #ebeef5; position: fixed; right: 20px; background-color: #fff; box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s; overflow: hidden;z-index: 999999999;}
.notice_box .notice_box_content{width: 100%;}
.notice_box .notice_box_content .content_top{position: relative; padding: 18px 18px 7px 18px;display: flex; align-items: center; justify-content: space-between;}
.notice_box .notice_box_content .content_top .content_top_title{padding-left: 0; margin-bottom: 0; font-size: 18px; line-height: 1; color: #303133;}
.notice_box .notice_box_content .content_top .content_top_close{width: 15px; height: 15px; position: relative; cursor: pointer; display: flex; justify-content: center; align-items: center;}
.notice_box .notice_box_content .content_top .content_top_close .top_close_li{width: 1px; height: 13px; border-radius: 100px;background-color: #909399; position: absolute; top: auto; right: auto; bottom: auto; left: auto;-webkit-transition:background-color .35s ease;-moz-transition:background-color .35s ease;transition:background-color .35s ease;}
.notice_box .notice_box_content .content_top .content_top_close .top_close_left{transform: rotate(45deg);}
.notice_box .notice_box_content .content_top .content_top_close .top_close_right{transform: rotate(315deg);}
.notice_box .notice_box_content .content_top .content_top_close:hover .top_close_li{background: #ff7f08;}
.notice_box .notice_box_content .content_btm{padding: 8px 18px 18px 18px;}
.notice_box .notice_box_content .content_btm p{color: #606266; font-size: 14px;}
@media screen and (max-width:3820px){.message_box .message_box_content{width: 17%;}}
@media screen and (max-width:2490px){.message_box .message_box_content{width: 18%;}}
@media screen and (max-width:1920px){.message_box .message_box_content{width: 20%;}.message_box .message_box_content .content_bottom .content_bottom_btns{padding: 8px 15px;font-size: 12px;}}
@media screen and (max-width:1740px){.message_box .message_box_content{width: 21%;}}
@media screen and (max-width:1680px){.message_box .message_box_content{width: 22%;}}
@media screen and (max-width:1560px){.message_box .message_box_content{width: 23%;}}
@media screen and (max-width:1440px){.message_box .message_box_content{width: 25%;}}
@media screen and (max-width:1366px){.message_box .message_box_content{width: 27%;}}
@media screen and (max-width:1280px){.message_box .message_box_content{width: 28%;}}
@media screen and (max-width:1240px){.message_box .message_box_content{width: 29%;}}
@media screen and (max-width:1024px){.message_box .message_box_content{width: 30%;}}
@media screen and (max-width:980px){.message_box .message_box_content{width: 38%;}}
@media screen and (max-width:800px){.message_box .message_box_content{width: 70%;border-radius: 5px;}.message_box .message_box_content .content_top{padding: 12px 12px 10px;}.message_box .message_box_content .content_center{padding: 7px 12px;}.message_box .message_box_content .content_center{padding: 6px 12px;}.message_box .message_box_content .content_bottom{padding: 5px 12px 12px 12px;}.message_box .message_box_content .content_bottom .content_bottom_btns{padding: 8px 15px;font-size: 13px;border-radius: 5px;}}
/* 弹窗样式 End */



.search{position:fixed;width:100%;height:100%;left:0;top:0;right:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:1250;}
.search .search_bg{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.search .search_bg .search_content{width:50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);filter:scale(0);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;opacity:1;}
.search .search_bg.on .search_content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;opacity:1;}
.search .search_content .search_content_top{position:relative;}
.search .search_content .search_content_top .search_close{position:absolute;right:0;top:-50px;color:#fff;font-size:30px;}
.search .search_content .search_content_bottom{display:flex;align-items:center;justify-content:center;position:relative;border-radius:100px;overflow:hidden;}
.search .search_content input[type="search"]{width:80%;background:inherit;height:80px;font-size:16px;color:#333;padding:0px 20px;z-index:1;position:relative;background:#fff;border:0px;}
.search .search_content input[type="submit"]{width:20%;height:80px;font-size:16px;z-index:1;position:relative;color:#111;cursor:pointer;color:#fff;background:#ff7f08;border:0px;}


.pc_all .pc_all_content{ width: 1500px; margin: 0 auto;}
.pc_all *{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.pc_all *:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.pc_all2 .pc_all_content{ width: 1500px; margin: 0 auto;}
.bgcolor{ background: #f5f5f5;}

.page{width: 100%;}
.layui-laypage{display: flex;font-size:16px; color:#333;  align-items: center; justify-content:center; margin-top: 50px;}
.layui-laypage a {
    font-size: 16px;
    color: #333;
    height: 45px;
    width: 45px;
    text-align: center;
    border: #dadada solid 1px;
    margin: 0 5px;
    background: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}
.layui-laypage-curr {
    background: #090504;
    font-size: 16px;
    color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    margin: 0 5px;
	
	display: flex;
    align-items: center;
    justify-content: center;
}
.layui-laypage-curr em,.layui-laypage-disabled em{ font-style:inherit;}
.layui-laypage-disabled {
    font-size: 16px;
    color: #333;
    height: 45px;
    text-align: center;
    border: #dadada solid 1px;
    margin: 0 5px;
	background: #fff;
    width: 45px;
    align-items: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.layui-laypage-disabled:hover{ background:#090504; color:#fff; border: #090504 solid 1px;}
.layui-laypage a:hover{ background:#090504; color:#fff; border: #090504 solid 1px;}
.layui-laypage-count{ display: none;}

.FloatingBox *{transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.FloatingBox *:hover{transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.FloatingBox{ position: fixed; right: 0; top: 50%; z-index: 25;}
.FloatingBox .FloatingBox_box{ box-shadow: 0px 0px 20px rgba(0,0,0,.1); border-radius: 10px;}
.FloatingBox .FloatingBox_box:last-child{ margin-top: 20px;}
.FloatingBox .FloatingBox_box:last-child .FloatingBox_list .FloatingBox_list_title{ border-radius: 10px;}
.FloatingBox .FloatingBox_list{ position: relative; cursor: pointer;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title{ background:#fff; width: 80px; text-align:center; padding: 15px 0px;}
.FloatingBox .FloatingBox_list:nth-child(2) .FloatingBox_list_title{ padding: 5px 0px;}
.FloatingBox .FloatingBox_list:first-child .FloatingBox_list_title{ border-radius: 10px 10px 0px 0px;}
.FloatingBox .FloatingBox_list:last-child .FloatingBox_list_title{ border-radius: 0px 0px 10px 10px;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon{ display: flex; align-items:center; justify-content:center;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon span{ display: flex; align-items:center; justify-content:center; position: relative; margin-bottom: 10px;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_icon span img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
.FloatingBox .FloatingBox_list .FloatingBox_list_title .list_title_dd{ color:#333;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_dd{ color:#fff;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title{ background:#ff7f08;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_icon span img{ opacity: 0;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_title .list_title_icon span img:last-child{ opacity: 1;}
.FloatingBox .FloatingBox_list.wx .FloatingBox_list_down{ position: absolute; left: -130px; width: 130px; top: 0; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 20px rgba(0,0,0,.1);}
.FloatingBox .FloatingBox_list.wx .FloatingBox_list_down img{ width: 100%;}
.FloatingBox .FloatingBox_list.phone .FloatingBox_list_down{ position: absolute; left: -215px; width: 215px; height: 100%; align-items: center; justify-content: center; top: 0; background: #ff7f08; color: #fff; border-radius: 10px 0px 0px 10px}
.FloatingBox .FloatingBox_list .FloatingBox_list_down{ display: none;}
.FloatingBox .FloatingBox_list:hover .FloatingBox_list_down{ display: flex;}


.Header{ display: flex; align-items: center; justify-content: space-between; height: 95px; padding: 0px 55px; position: fixed; left: 0; top: 0; width: 100%; z-index: 8; -webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
.Header .Header_logo{ position: relative; z-index: 2; margin-right: 120px; display: flex; align-items: center;}
.Header .Header_logo img{ height: 36px;}
.Header .Header_logo span{ display: flex; align-items: center; justify-content: center; position: relative;}
.Header .Header_logo span img:last-child{ position: absolute; left: 0; top: 0; opacity: 0;}
.Header .Header_nav{ display: flex; align-items: center; z-index: 2;}
.Header .Header_nav .Header_nav_list{ margin-right: 50px;}
.Header .Header_nav .Header_nav_list.on{ position: relative;}
.Header .Header_nav .Header_nav_list:last-child{ margin-right: 0;}
.Header .Header_nav .Header_nav_list .nav_list_title{ color: #111111; line-height: 95px; display: inline-block;}
.Header .Header_nav .Header_nav_list:hover .nav_list_title{ text-decoration: underline;}
.Header .Header_right{ display: flex; align-items: center;}
.Header .Header_right .Header_right_ai{ display: flex; margin-right: 39px; align-items: center;}
.Header .Header_right .Header_right_ai span{ display: flex; align-items: center; justify-content: center; position: relative; margin-right: 8px;}
.Header .Header_right .Header_right_ai img{ height: 17px; opacity: 1;}
.Header .Header_right .Header_right_ai img:last-child{ position: absolute; left: 0; top: 0; opacity: 0;}
.Header .Header_right .Header_right_btn{ display: flex; align-items: center; justify-content: center; font-size: 14px; color: #111; height: 38px; width: 120px; background: #ffe100; border-radius: 5px; position: relative; white-space: nowrap;}

.aboutBg .Header .Header_logo span img{ opacity: 0;}
.aboutBg .Header .Header_logo span img:last-child{ opacity: 1;}
.aboutBg .Header .Header_nav .Header_nav_list .nav_list_title{ color: #fff;}
.aboutBg .Header .Header_right .Header_right_ai{ color: #fff;}
.aboutBg .Header .Header_right .Header_right_ai img{ opacity: 0;}
.aboutBg .Header .Header_right .Header_right_ai img:last-child{ opacity: 1;}


.Header.active{ background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,.1);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}

.aboutBg .Header.active .Header_logo span img{ opacity: 1;}
.aboutBg .Header.active .Header_logo span img:last-child{ opacity: 0;}
.aboutBg .Header.active .Header_nav .Header_nav_list .nav_list_title{ color: #111;}
.aboutBg .Header.active .Header_right .Header_right_ai{ color: #111;}
.aboutBg .Header.active .Header_right .Header_right_ai img{ opacity: 1;}
.aboutBg .Header.active .Header_right .Header_right_ai img:last-child{ opacity: 0;}



.banner{ position: relative;}
.banner .banner_img img{ width: 100%;}
.banner .banner_txt{ position: absolute; top: 0; left: 0; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; margin: 0 auto; right: 0; padding-top: 40px;}
.banner .banner_txt .banner_txt_dd{ color: #111111;}
.banner .banner_txt .banner_txt_dt{ color: #111111; line-height: 1.8; margin-top: 30px; margin-bottom: 50px; width: 42%; max-width: 100%;}
.banner .banner_txt .banner_txt_btn{ display: flex;}
.banner .banner_txt .banner_txt_btn a{ color: #111111; display: inline-block; padding: 15px 33px; border-radius: 5px; background: #ffe100; margin-right: 23px; position: relative; top: 0;}
.banner .banner_txt .banner_txt_btn a:hover{ top: -10px;}


.padding100{ padding: 100px 0px;}
.padding100.paddingbottom0{ padding-bottom: 0 !important;}

.Titlte{ text-align: center; color: #111111; margin-bottom: 70px;}
.Titlte.color{ color: #fff;}


.AntiCounterfeiting .AntiCounterfeiting_content{ display: flex; flex-wrap: wrap;}
.AntiCounterfeiting .AntiCounterfeiting_content .AntiCounterfeiting_content_list{ width: calc(25% - 15px); margin-bottom: 20px; margin-right: 20px; padding: 30px; border: 1px solid #ededed; border-radius: 5px;}
.AntiCounterfeiting .AntiCounterfeiting_content .AntiCounterfeiting_content_list:nth-child(4n){ margin-right: 0;}
.AntiCounterfeiting .AntiCounterfeiting_content .AntiCounterfeiting_content_list .content_list_icon img{ height: 36px;}
.AntiCounterfeiting .AntiCounterfeiting_content .AntiCounterfeiting_content_list .content_list_title{ color: #111; margin: 23px 0px;}
.AntiCounterfeiting .AntiCounterfeiting_content .AntiCounterfeiting_content_list .content_list_txt{ color: #666; line-height: 1.7;}
.AntiCounterfeiting .AntiCounterfeiting_content .AntiCounterfeiting_content_list:hover{ box-shadow: 0px 0px 25px rgba(0, 0, 0, .15);}


.ProductValue{ background: url(../images/bg2.jpg) no-repeat 50%/cover; height: 1048px;}
.ProductValue .ProductValue_content{ display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0px 90px; padding-top: 90px; margin-bottom: 115px;}
.ProductValue .ProductValue_content .ProductValue_content_list{ width: 41%; position: relative; padding-right: 40px;}
.ProductValue .ProductValue_content .ProductValue_content_list:nth-child(2n){ padding-left: 40px; padding-right: 0;}
.ProductValue .ProductValue_content .ProductValue_content_list .content_list_icon{ position: absolute; right: 0; top: -35px;}
.ProductValue .ProductValue_content .ProductValue_content_list:nth-child(1){ margin-bottom: 227px;}
.ProductValue .ProductValue_content .ProductValue_content_list:nth-child(1) .content_list_icon img{transform: rotateY(180deg);}
.ProductValue .ProductValue_content .ProductValue_content_list:nth-child(3) .content_list_icon img{transform: rotateY(180deg);}
.ProductValue .ProductValue_content .ProductValue_content_list .content_list_txt .list_txt_dd{ color: #fff; text-align: right; margin-bottom: 10px; line-height: 1.75;}
.ProductValue .ProductValue_content .ProductValue_content_list .content_list_txt .list_txt_dt{ color: #fff; opacity: .7; line-height: 1.6; text-align: right;}
.ProductValue .ProductValue_content .ProductValue_content_list:nth-child(2n) .content_list_txt .list_txt_dd{ text-align: left;}
.ProductValue .ProductValue_content .ProductValue_content_list:nth-child(2n) .content_list_txt .list_txt_dt{ text-align: left;}
.ProductValue .ProductValue_content .ProductValue_content_list:nth-child(2n) .content_list_icon{ left: 0; right: inherit;}


.Btn{ display: flex; justify-content: flex-start;}
.Btn.dfcen{ justify-content: center;}
.Btn a{ color: #fff; border-radius: 5px; background: #ffec00; color: #111; text-align: center; padding: 14px 45px; position: relative; top: 0;}
.Btn a:hover{ top: -15px;}


.Flow .Flow_list{ padding: 55px 0px;}
.Flow .Flow_list:nth-child(2n){ background: #eff5fb;}
.Flow .Flow_list .pc_all_content{ display: flex; align-items: center; justify-content: space-between;}
.Flow .Flow_list:nth-child(2n) .pc_all_content{ flex-direction: row-reverse;}
.Flow .Flow_list .Flow_list_img{ width: 50%; text-align: center;}
.Flow .Flow_list .Flow_list_txt{ width: 50%; padding: 0px 6%;}
.Flow .Flow_list .Flow_list_txt .list_txt_dd{ color: #111; margin-bottom: 33px;}
.Flow .Flow_list .Flow_list_txt .list_txt_dt{ color: #111; margin-bottom: 63px; line-height: 1.6;}



.Footer{ position: relative; background: #555657;}
.Footer::before{ content: ""; display: inline-block; background: #3f4041; position: absolute; left: -20px; bottom: 0; width: calc(100% + 40px); height: 70%; z-index: -1;}
.Footer .pc_all_content{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.Footer .pc_all_content .Copyright_dd{ line-height: 1.5;}
.Footer .Footer_left{ width: 50%;}
.Footer .Footer_left .Footer_left_title{ color: #fff; margin-bottom: 80px;}
.Footer .Footer_left .Footer_left_txt{ color: #fff;}
.Footer .Footer_left .Footer_left_btn{ position: relative; margin-top: 50px; padding-top: 50px; display: flex;}
.Footer .Footer_left .Footer_left_btn::before{ content: ""; display: inline-block; width: 50px; height: 1px; background: #fff; position: absolute; top: 0; left: 0;}
.Footer .Footer_left .Footer_left_btn a{ display: flex; align-items: center; color: #fff;}
.Footer .Footer_left .Footer_left_btn a img{ width: 15px;}
.Footer .Footer_left .Footer_left_btn a img:first-child{ margin-right: 10px;}
.Footer .Footer_left .Footer_left_btn a img:last-child{ margin-left: 10px;}
.Footer .Footer_left .Footer_left_phone{ display: flex; align-items: center; margin: 50px 0px; flex-wrap: wrap;}
.Footer .Footer_left .Footer_left_phone .left_phone_list{ color: #8f8f8f; margin-right: 60px;}
.Footer .Footer_left .Footer_left_phone .left_phone_list span{ color: #ffe100;}
.Footer .Footer_left .Footer_left_phone .left_phone_list a{ color: #ffe100;}
.Contact .pc_all_content .Contact_right .Contact_right_list .right_list_txt .list_txt_li a{ color: #fff;}
.Footer .Footer_left .Footer_left_phone .left_phone_list:last-child{ margin-right: 0;}
.Footer .Footer_left .Footer_left_nav{ display: flex; justify-content: space-between;}
.Footer .Footer_left .Footer_left_nav .left_nav_list{ width: 17%; border-top: 1px solid #fff; padding-top: 22px;}
.Footer .Footer_left .Footer_left_nav .left_nav_list .nav_list_dd{ color: #fff; margin-bottom: 10px;}
.Footer .Footer_left .Footer_left_nav .left_nav_list .nav_list_dt{ color: #8f8f8f;}
.Footer .Footer_left .Footer_left_nav .left_nav_list:hover{ border-top: 1px solid #ffec00;}
.Footer .Footer_left .Footer_left_nav .left_nav_list:hover .nav_list_dd{ color: #ffec00;}
.Footer .Footer_right{ width: 35%;}
.Footer .Footer_right .Footer_right_map{ display: flex;}
.Footer .Footer_right .Footer_right_map img{ width: 100%;}
.Footer .Footer_right .Footer_right_address{ width: 100%;}
.Footer .Footer_right .Footer_right_address .right_address_title{ color: #fff; margin-bottom: 40px; position: relative; display: inline-block;}
.Footer .Footer_right .Footer_right_address .right_address_title::before{ content: ""; display: inline-block; width: 100%; bottom: -41px; left: 0; height: 1px; background: #ffec00; position: absolute;}
.Footer .Footer_right .Footer_right_address .right_address_txt{ display: flex; align-items: center; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); padding: 23px 0px;}
.Footer .Footer_right .Footer_right_address .right_address_txt .address_txt_dd{ width: 106px;}
.Footer .Footer_right .Footer_right_address .right_address_txt .address_txt_dd img{ width: 70px;}
.Footer .Footer_right .Footer_right_address .right_address_txt .address_txt_dt{ display: flex; flex-wrap: wrap; justify-content: space-between; width: calc(100% - 106px); margin-bottom: -20px;}
.Footer .Footer_right .Footer_right_address .right_address_txt .address_txt_dt a{ display: inline-block; color: #fff; width: 16.666%; margin-bottom: 20px; text-align: center;}
.Footer .Footer_right .Footer_right_address .right_address_txt .address_txt_dt a:hover{ color: #ffec00;}
.Footer .Copyright{ background: #3f4041; padding: 46px 0px; color: #8f8f8f;}
.Footer .Copyright .Copyright_dd a{ color: #8f8f8f; margin: 0px 8px;}
.Footer .Copyright .Copyright_dd a:hover{ color: #fff;}
.Footer .Copyright .Copyright_dt{ display: flex; align-items: center;}
.Footer .Copyright .Copyright_dt a:hover .wechat-qrcode{ display: block;}
.Footer .Copyright .Copyright_dt a{ width: 22px; height: 22px; margin-left: 22px; display: inline-block; position: relative;}
.Footer .Copyright .Copyright_dt a:nth-child(1){ background: url('../images/sv14.svg') no-repeat 50% 50%; background-size: 22px;}
.Footer .Copyright .Copyright_dt a:nth-child(2){ background: url('../images/sv15.svg') no-repeat 50% 50%; background-size: 17px;}
.Footer .Copyright .Copyright_dt a:nth-child(3){ background: url('../images/sv16.svg') no-repeat 50% 50%; background-size: 22px; }
.Footer .Copyright .CopyrightLink{ justify-content: flex-start; margin-bottom: 10px;}
.Footer .Copyright .CopyrightLink a{ color: #fff; margin-right: 10px; color: #8f8f8f;}
.Footer .Copyright .CopyrightLink a:hover{ color: #fff;}

.wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
.wechat-qrcode.bottom{top:40px;left:-84px}
.wechat-qrcode.bottom:after{display:none}
.wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.wechat-qrcode .qrcode table{margin:0 !important}
.wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
.wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}


.wipeUp{ position: absolute; right: 0; bottom: 200px; color: #fff; text-transform: uppercase; cursor: pointer;}
.wipeUp::before{ content: ""; display: inline-block; width: 1px; height: 70px; background: #fff; position: absolute; top: -130px; left: 45px;}
.wipeUp span{transform: rotate(90deg); display: inline-block;}




.FloatingWindow2{ position: fixed; right: 20px; top: 44%; z-index: 8;}
.FloatingWindow2 .FloatingWindow2_list{ width: 55px; border-radius: 100px; background: #fff; padding-top: 6px; padding-bottom: 24px; box-shadow: 0px 0px 15px rgba(0, 0, 0, .15); position: relative;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title{ cursor: pointer;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_icon{ width: 49px; height: 49px; border-radius: 100%; border: 4px solid #fff399; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: #ffe100;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_icon img{ height: 20px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_title .list_title_dd{ font-size: 16px; color: #333333; margin-top: 10px; text-align: center;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down{ padding-right: 20px; display: none; position: absolute; right: 55px; top: -35px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_padding{ width: 170px; background: #fff; border-radius: 5px; padding: 25px 0px; box-shadow: 0px 0px 15px rgba(0, 0, 0, .15); position: relative;}
.FloatingWindow2 .FloatingWindow2_list:hover .FloatingWindow2_list_down{ display: block;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_padding:before{
    content: "";
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left: 9px solid #fff;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 90px;
    right:-16px;
    transform:translateY(-50%);
}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_title{ font-size: 16px; color: #666666; text-align: center; margin-bottom: 15px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_img{ width: 122px; margin: 0 auto; border-radius: 6px; border: 3px solid #ffe100; margin: 0 auto; padding: 6px; margin-bottom: 20px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_img img{ width: 100%;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_tel{ text-align: center; font-size: 20px; color: #111111;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn{ display: flex; align-items: center; justify-content: center; margin-top: 15px;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn a{ display: flex; align-items: center; justify-content: center; width: 125px; height: 40px; background: #ffe100; border-radius: 100px; background: #ffe100;}
.FloatingWindow2 .FloatingWindow2_list .FloatingWindow2_list_down .list_down_btn a img{ height: 23px; margin-right: 5px;}
.FloatingWindow2 .FloatingWindow2_clickTop{ width: 55px; height: 55px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background: #fff; margin-top: 13px; box-shadow: 0px 0px 15px rgba(0, 0, 0, .15); cursor: pointer;}
.FloatingWindow2 .FloatingWindow2_clickTop img{ width: 22px;}


.DNav{ border-bottom: 1px solid #e7e7e7;}
.DNav .pc_all_content{ display: flex; align-items: center;}
.DNav .pc_all_content .DNav_list{ display: inline-block; line-height: 76px; margin-right: 80px; color: #666; position: relative;}
.DNav .pc_all_content .DNav_list.active{ color: #111;}
.DNav .pc_all_content .DNav_list.active::before{ content: ""; display: inline-block; width: 100%; height: 1px; bottom: -1px; background: #111; position: absolute;}


.about{ padding-bottom: 150px; position: relative;}
.about .about_title{ color: #111; padding-bottom: 75px; position: relative; font-weight: bolder;}
.about .about_title::before{ content: ""; position: absolute; left: 0; bottom: 40px; height: 2px; background: #ffec00; width: 95px;}
.about .about_txt{ color: #111;}
.about .about_txt p{ line-height: 1.85; margin-bottom: 20px;}
.about .about_txt p:last-child{ margin-bottom: 0;}
.about .about_icon{ bottom: 0; position: absolute; left: 0; width: 100%; text-align: center; z-index: -1;}

.about2{background: url(../images/bg5.jpg) no-repeat 50%/cover;}
.about2 .pc_all_content{ height: 333px; display: flex; align-items: center; justify-content: space-between;}
.about2 .about2_list{ width: 33.33%; text-align: center; color: #fff;}
.about2 .about2_list .about2_list_dd{ display: flex; align-items: center; justify-content: center;}
.about2 .about2_list .about2_list_dd span{ margin-left: 5px;}
.about2 .about2_list .about2_list_dt{ margin-top: 15px;}

.Honor{ background: #f5f5f5;}
.Honor .pc_all_content{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.Honor .pc_all_content .Honor_list{ width: calc(25% - 25px); margin-bottom: 35px; background: #fff; padding: 30px; text-align: center; border-radius: 5px;}
.Honor .pc_all_content .Honor_list .Honor_list_title{ margin-top: 20px; text-align: center;}
.Honor .pc_all_content .Honor_list:nth-child(4n){ margin-right: 0;}


.Contact .pc_all_content{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.Contact .pc_all_content .Contact_list{ box-shadow: 0px 0px 20px rgba(0,0,0,.1); width: 49%; border-radius: 5px; overflow: hidden;}
.Contact .pc_all_content .Contact_list .Contact_list_top{ height: 100px; display: flex; align-items: center; color: #fff; position: relative;}
.Contact .pc_all_content .Contact_list .Contact_list_top span{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; padding: 0px 40px;}
.Contact .pc_all_content .Contact_list .Contact_list_bottom{ color: #111; line-height: 2; padding: 30px 40px;}


.Dbanner .Dbanner_txt{ position: absolute; top: 0; left: 0; height: 100%; left: 0; right: 0; margin: 0 auto; height: 100%; display: flex; justify-content: center; flex-direction: column;}
.Dbanner .Dbanner_txt .Dbanner_txt_dd{ color: #fff; position: relative; padding-bottom: 51px;}
.Dbanner .Dbanner_txt .Dbanner_txt_dd::before{ content: ""; display: inline-block; width: 57px; height: 2px; background: #ffec00; bottom: 30px; position: absolute; left: 0;}
.Dbanner .Dbanner_txt .Dbanner_txt_dt{ color: #fff; opacity: .8;}


.News{ background: #f5f6fa;}
.News .News_content{ display: flex; flex-wrap: wrap;}
.News .News_content .News_content_list{ display: inline-block; width: calc(25% - 23px); margin-right: 30px; margin-bottom: 30px;}
.News .News_content .News_content_list:hover{ box-shadow: 0px 0px 25px rgba(0,0,0,.1);}
.News .News_content .News_content_list:nth-child(4n){ margin-right: 0;}
.News .News_content .News_content_list .content_list_img img{ width: 100%;}
.News .News_content .News_content_list .content_list_txt{ background: #fff; padding: 30px;}
.News .News_content .News_content_list .content_list_txt .list_txt_dd{ color: #111; line-height: 1.60; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.News .News_content .News_content_list .content_list_txt .list_txt_dt{ color: #999; margin-top: 25px;}




.DNews_top{ padding-top: 95px;}
.DNews{ background: #fff; border-top: 1px solid #ededed; padding-top: 60px;}
.DNews .pc_all_content{ width: 1170px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.DNews .DNews_left{ width: 67%;}
.DNews .DNews_left .DNews_left_title{ color: #111;}
.DNews .DNews_left .DNews_left_time{ color: #666; margin-top: 22px; }
.DNews .DNews_left .DNews_left_txt{ color: #333; line-height: 1.8; border-top: 1px solid #ededed; padding-top: 25px; margin-top: 25px;}
.DNews .DNews_left .DNews_left_txt p{ margin-bottom: 25px;}
.DNews .DNews_left .DNews_left_page{ border-top: 1px solid #ededed; padding-top: 25px;}
.DNews .DNews_left .DNews_left_page .left_page_list{ color: #666; margin-top: 20px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.DNews .DNews_left .DNews_left_page .left_page_list a{ color: #111;}
.DNews .DNews_left .DNews_left_page .left_page_list a:hover{ text-decoration: underline;}
.DNews .DNews_right{ width: 25%;}
.DNews .DNews_right .DNews_right_title{ color: #111; padding-bottom: 22px; margin-bottom: 22px;}
.DNews .DNews_right .DNews_right_txt a{ display: inline-block; width: 100%;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; padding: 20px 0px; border-bottom: 1px solid #ededed; color: #333;}
.DNews .DNews_right .DNews_right_txt a:hover{ color: #111; border-bottom: 1px solid #111;}
















@media screen and (max-width:1750px){    
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1500px;}

    .Btn{ margin-top: 55px;}

    .padding100{ padding: 80px 0px;}
    
    .title.marginbottom65{ margin-bottom: 55px;}

    .HService{ padding-top: 200px;}
    .HService .HService_content .HService_content_list{ padding: 50px;}

    .HCase .HCase_content .HCase_content_list .content_list_logo img{ height: 60px;}

    .Footer .Copyright{ padding: 40px 0px;}
    .Footer .Footer_left .Footer_left_title{ margin-bottom: 60px;}
    .Footer .Footer_left .Footer_left_btn{ margin-top: 40px; padding-top: 40px;}
    .Footer .Footer_left .Footer_left_phone{ margin: 40px 0px;}
    .Footer .Footer_right{ width: 41%;}
}
@media screen and (max-width:1550px){    
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1300px;}
    
    .Btn{ margin-top: 45px;}

    .padding100{ padding: 60px 0px;}
    
    .title.marginbottom65{ margin-bottom: 45px;}

    .banner .banner_txt .banner_txt_dd img{ height: 54px;}

    .HService{ padding-top: 160px;}
    .HService .HService_content .HService_content_list{ padding: 45px;}
    .HService .HService_content .HService_content_list .content_list_dt .list_dt_li{ margin-bottom: 20px;}
    
    .HCase .HCase_content .HCase_content_list .content_list_logo img{ height: 55px;}

    .Footer .Copyright{ padding: 33px 0px;}
    .Footer .Footer_left .Footer_left_title{ margin-bottom: 40px;}
    .Footer .Footer_left .Footer_left_btn{ margin-top: 30px; padding-top: 30px;}
    .Footer .Footer_left .Footer_left_phone{ margin: 30px 0px;}
}
@media screen and (max-width:1350px){    
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1200px;}
    
    .Btn{ margin-top: 35px;}
    
    .Header .Header_logo{ margin-right: 60px;}
    .Header .Header_nav .Header_nav_list{ margin-right: 30pxs;}
    
    .banner .banner_txt .banner_txt_dd p{ font-size: 48px;}
    .banner .banner_txt .banner_txt_dd img{ height: 44px;}

    .HService .HService_content .HService_content_list{ padding: 40px;}
    
    .HCase .HCase_content .HCase_content_list .content_list_logo img{ height: 50px;}
        
    .Footer .pc_all_content .Copyright_dd{ text-align: center;}
    .Footer .Copyright .Copyright_dt{ width: 100%; justify-content: center;}
}
@media screen and (max-width:1200px){   
    .pc_all .pc_all_content,.pc_all2 .pc_all_content{ width: 1000px;}
    
}

@media screen and (max-width:1050px){    /*ipad-y*/
    .Header,.HeaderNav,.header{ display: none;}
    .pc_all .pc_all_content,.banner .banner_list_po,.DBanner .DBanner_po,.pc_all2 .pc_all_content{ width: 90%;}
    .m-header-nav *{-webkit-transition:all 0s ease;-moz-transition:all 0s ease;transition:all 0s ease;}
    .m-header-nav .Header_logo_right *{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav-height{ display:block;}
    .m-header-nav{display: block;position:fixed;top:0;z-index:1000;width:100%;transition:all ease 0.45s;}
    .m-header-nav::before { content: ""; display: inline-block; width: 100%; height: 62px; background: rgba(0, 0, 0, .5); position: fixed; left: 0; top: 0; backdrop-filter: blur(6.6px); z-index: -1; }
    .m-header-nav .sp_header{position: relative;top:0;z-index:10000;padding: 0% 4%; display:flex; align-items:center; justify-content:space-between; height: 62px;}
    .m-header-nav .sp_logo{padding: 0;display:flex; align-items:center;}
    .m-header-nav .sp_logo a{ display: flex; position: relative; align-items: center;}
    .m-header-nav .sp_logo img{margin:auto;transition:all ease 0.45s; height: 34px;}
    .m-header-nav .sp_logo img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
    .m-header-nav .sp_btn{ display: flex; position: relative;}
    .m-header-nav .sp_btn .sp_btn_list{ margin-right: 15px; position: relative; top: -2px;}
    .m-header-nav .sp_btn .sp_btn_list:last-child{ margin-right: 0px;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_title{ display: flex; align-items:center; color:#333;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_title img{ height: 18px;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_down{  position: absolute; width: 100px; top: 40px; left: 50%; background:#fff; transform: translateX(-50%); box-shadow: 0px 0px 20px rgba(0,0,0,.1); display: none;}
    .m-header-nav .sp_btn .sp_btn_list .btn_list_down a{ font-size: 14px; display: inline-block; width: 100%; text-align:center; line-height: 31px;}
    .m-header-nav .sp_login{ position: absolute; right: 75px;}
    .m-header-nav .sp_login img{ height: 24px;}
    .m-header-nav .sp_nav{width: 26px;float:right;position:relative;cursor:pointer;height:14px;z-index: 900;top: 0px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sp_nav span{display:block;background:#fff;width: 26px;height: 2px;position:absolute;left: 0;transition:all ease 0.45s;}
    .m-header-nav .sp_nav span:nth-of-type(1){top:0px; width:18px;}
    .m-header-nav .sp_nav span:nth-of-type(2){top: 6px;}
    .m-header-nav .sp_nav span:nth-of-type(3){top: 13px;}
    .m-header-nav .sp_nav_se{ top: -5px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sp_nav_se span:nth-of-type(1){top: 11px;transform:rotate(45deg); width:26px;}
    .m-header-nav .sp_nav_se span:nth-of-type(2){width:0;transition:none;}
    .m-header-nav .sp_nav_se span:nth-of-type(3){top: 11px;transform:rotate(-45deg);}
    .m-header-nav .sjj_nav{display: block;position:fixed;z-index:9;background:white;width:70%;height:calc(100%);font-size: .95rem;;line-height:2.7rem;top:0px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.45s; border-top:1px solid #dcdcdc; z-index: 401111; left: -75%;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sjj_nav.active{ left: 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;}
    .m-header-nav .sjj_nav_bg{ position: fixed; left: 0; top: 0; background: rgba(0,0,0,.5); width: 100%; height: 100%; z-index: 401110;}
    .m-header-nav .sjj_nav_bg{display: none;}
    .m-header-nav .nav_show{display: block;}
    .m-header-nav .sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
    .m-header-nav .sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 100px)}
    .m-header-nav .sjj_nav>ul>li:first-child .language{float:right;width:93px;overflow:hidden;line-height:40px;}
    .m-header-nav .sjj_nav>ul>li:first-child .language a{width:50%;float:left;border-left:1px #ededed solid;text-align:center;color:#999;}
    .m-header-nav .sjj_nav ul li i{position: absolute; top: 0px; right: 0px; border-left: 1px #ededed solid; padding: 0px 15.5px; display: flex; align-items: center; justify-content: flex-start;}
    .m-header-nav .sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.45s}
    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
    .m-header-nav .sjj_nav ul li{border-top:1px #ededed solid;padding-left:1.1rem;position:relative;line-height:2.6rem; list-style: none;}
    .m-header-nav .sjj_nav>ul >li:last-child{border-bottom:1px #ededed solid;}
    .m-header-nav .sjj_nav ul li ul{display:none}
    .m-header-nav .sjj_nav ul li a{color:#666;width:100%;display: block;font-size: 14px;padding: 14px 0;}
    .m-header-nav .sjj_nav ul li ul li a{color:#666;display:block;text-align:left;}
    .m-header-nav .sjj_nav ul li i svg{width:.9rem;height: 2.6rem;fill:#cbcbcb;}
    .m-header-nav .sjj_nav ul li .sjj_nav_i_se svg{fill:#000;}
    .m-header-nav .sjj_nav ul li ul li>ul{margin-left:10px}
    
}

@media screen and (max-width:780px){    /*ipad-x*/
    
}

@media screen and (max-width:768px){    /*iphone*/
    .padding100{ padding: 45px 0px;}
    
    .Titlte{ line-height: 1.35; margin-bottom: 35px;}

    .banner .banner_txt{ justify-content: flex-start; padding-top: 130px;}
    .banner .banner_img img{ height: 100vh; object-fit: cover;}
    .banner .banner_txt .banner_txt_dd{ line-height: 1.35;}
    .banner .banner_txt .banner_txt_dt{ width: 100%; margin: 30px 0px;}
    .banner .banner_txt .banner_txt_dd{ font-size: 32px;}

    .AntiCounterfeiting .AntiCounterfeiting_content .AntiCounterfeiting_content_list{ width: 100%; margin-right: 0; padding: 25px;}
    .AntiCounterfeiting .AntiCounterfeiting_content .AntiCounterfeiting_content_list:last-child{ margin-bottom: 0;}
    .AntiCounterfeiting .AntiCounterfeiting_content .AntiCounterfeiting_content_list .content_list_title{ margin: 20px 0px;}
    .AntiCounterfeiting .AntiCounterfeiting_content .AntiCounterfeiting_content_list .content_list_icon img{ height: 30px;}
    .ProductValue .ProductValue_content .ProductValue_content_list:nth-child(2n){ padding-left: 0;}

    .ProductValue{ background: #010729; height: auto;}
    .ProductValue .ProductValue_content{ padding: 0;}
    .ProductValue .ProductValue_content .ProductValue_content_list{ width: 100%;}
    .ProductValue .ProductValue_content .ProductValue_content_list:nth-child(1){ margin-bottom: 0;}
    .ProductValue .ProductValue_content .ProductValue_content_list .content_list_txt .list_txt_dd,.ProductValue .ProductValue_content .ProductValue_content_list .content_list_txt .list_txt_dt{ text-align: left;}
    .ProductValue .ProductValue_content .ProductValue_content_list .content_list_icon{ display: none;}
    .ProductValue .ProductValue_content{ margin-bottom: 0;}
    .ProductValue .ProductValue_content .ProductValue_content_list{ padding-right: 0; padding-bottom: 26px; margin-bottom: 26px !important; border-bottom: 1px solid rgba(255,255,255,.2);}
    .ProductValue .ProductValue_content .ProductValue_content_list:last-child{ margin-bottom: 0 !important;}

    .Flow .Flow_list .pc_all_content{ flex-wrap: wrap;}
    .Flow .Flow_list .Flow_list_img{ padding: 0px 8%; margin-bottom: 30px;}
    .Flow .Flow_list .Flow_list_img,.Flow .Flow_list .Flow_list_txt{ width: 100%;}
    .Flow .Flow_list .Flow_list_txt .list_txt_dt{ margin-bottom: 35px;}
    .Flow .Flow_list .Flow_list_txt .list_txt_dd{ margin-bottom: 20px;}

    .Dbanner .banner_img img{ height: 50vh;}
    
    .DNav .pc_all_content{ justify-content: space-between;}
    .DNav .pc_all_content .DNav_list{ margin-right: 0;}

    .about2{ padding: 45px 0px;}
    .about2 .pc_all_content{ height: auto; flex-wrap: wrap;}
    .about2 .about2_list{ width: 100%; margin-bottom: 25px;}
    .about2 .about2_list:last-child{ margin-bottom: 0;}
    .about2 .about2_list .about2_list_dd{ font-size: 30px;}
    .about2 .about2_list .about2_list_dt{ font-size: 16px; line-height: 1.5; margin-top: 10px;}

    .Honor .pc_all_content{ justify-content: space-between;}
    .Honor .pc_all_content .Honor_list{ width: 48%; margin-right: 0; margin-bottom: 4%; padding: 20px;}
    .Honor .pc_all_content .Honor_list .Honor_list_title{ line-height: 1.45;}

    .Contact .pc_all_content{ flex-wrap: wrap;}
    .Contact .pc_all_content .Contact_list{ width: 100%; margin-bottom: 25px;}
    .Contact .pc_all_content .Contact_list:last-child{ margin-bottom: 0;}
    .Contact .pc_all_content .Contact_list .Contact_list_top{ height: 70px;}
    .Contact .pc_all_content .Contact_list .Contact_list_top img{ height: 70px; object-fit: cover;}

    .Dbanner .Dbanner_txt .Dbanner_txt_dd{ padding-bottom: 35px;}
    .Dbanner .Dbanner_txt .Dbanner_txt_dd::before{ bottom: 16px;}

    .News .News_content{ justify-content: space-between;}
    .News .News_content .News_content_list{ width: 100%; margin-right: 0; margin-bottom: 25px;}
    .News .News_content .News_content_list .content_list_txt{ padding: 20px;}


    .DNews{ border-top: 0;}
    .DNews_top{ padding-top: 65px;}
    .DNews .DNews_left{ width: 100%;}
    .DNews .DNews_right{ display: none;}
    .DNews .DNews_left .DNews_left_title{ line-height: 1.45;}
    
    

    
    .Footer .Footer_content .Footer_content_left .content_left_nav{ justify-content: space-between; display: flex;}
    .Footer .Footer_content .Footer_content_left .content_left_nav a{ margin-right: 0;}
    .Footer .Footer_left,.Footer .Footer_right{ width: 100%;}
    .Footer .Footer_left .Footer_left_title{ margin-bottom: 22px; font-size: 24px;}
    .Footer .Footer_left .Footer_left_btn{ margin-top: 33px; padding-top: 33px;}
    .Footer .Footer_left .Footer_left_phone{ margin-top: 33px; justify-content: space-between;}
    .Footer .Footer_left .Footer_left_phone .left_phone_list{ margin-right: 0; font-size: 13px;}
    .Footer .Footer_left .Footer_left_txt br{ display: none;}
    .Footer .Footer_left .Footer_left_nav{ margin-top: 30px;}
    .Footer .Footer_right{ margin-top: 30px;}
    .Footer .Footer_right .Footer_right_address{ margin-top: 22px;}
    .Footer .Footer_right .Footer_right_address .right_address_title{ margin-bottom: 20px;}
    .Footer .Footer_right .Footer_right_address .right_address_title::before{ bottom: -21px;}
    
    .wipeUp{ display: none;}

    .Footer .Copyright{ padding: 25px 0px;}
    .Footer .Copyright .pc_all_content{ text-align: center; justify-content: center;}
    .Footer .Copyright .pc_all_content .Copyright_dd{ line-height: 1.5;}
    .Footer .Copyright .CopyrightLink a{ margin-bottom: 10px;}
    .Footer .Copyright .Copyright_dt{ display: none;}
    .Footer::before{ display: none;}
    .Footer .Footer_left .Footer_left_nav{ flex-wrap: wrap;}
    .Footer .Footer_left .Footer_left_nav .left_nav_list{ width: 48%;}
    

}
