
/* CSS Document */

/*===========================header=============================*/
body{ padding-top: 7.5rem;}
#header,#nav ul li h3,.top_menu{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#header{ z-index:999; height:7.5rem; width:100%; position: fixed; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); top: 0; z-index: 998; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#header>.m{ display: flex; height: 100%; max-width: 100%; justify-content: space-between; align-items: center; position: static; }
#header .fr{  display: flex; justify-content: space-between; flex-grow: 1; max-width: 1450px;}
#header .line01{ position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255, 255, 255, .3); z-index: -1;}
#logo{ flex-shrink:0; }
#logo a{ display: flex; height: 100%; align-items: center;}
#logo img{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#logo .img01{ display: none;}
#logo .img02{ display: block;}
#nav{ flex-grow: 1; margin-left: 6rem;  }
#nav ul{display: flex; flex-grow: 1;}
#nav ul li{ float:left; position:relative; z-index:0; flex-grow: 1; text-align: center; }
#nav ul li>a{ cursor: pointer; display:flex; align-items: center; text-transform:uppercase; justify-content: center; font-size: 0;}
#nav ul li>a>svg{ margin-left: 1.125rem; width: .875rem;}
#nav ul li h3{ font-size:1.125rem; color:#4c4c4c; line-height:7.5rem; overflow:hidden; text-align: center; position:relative; z-index: 1; display:inline-block;}
#nav ul li.on h3,#nav ul li:hover h3{color: #e60012; }
#nav ul li.on svg path,#nav ul li:hover svg path{ fill: #e60012;}
#nav li .sub {position: absolute; background: #fff;  padding:1rem 2rem !important;left: 50%; top: 100%;z-index: 999;transform-origin: 0 0 0;transform: translateY(10px) translateX(-50%);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;opacity: 0;visibility: hidden; display: flex; justify-content: center; padding: 1rem 1.5rem; -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);box-shadow: 0px 3px 5px #3333334d;}
#nav li .sub .box {padding: 0;text-align: left; flex-shrink: 0;}
#nav li .sub .box a{ display: flex; align-items: center; justify-content: flex-start; line-height: 3rem;transition: .3s;font-size: 1rem;color: #505050;text-align: center;white-space: nowrap;}
#nav li .sub a img{ flex-shrink: 0; margin-right: .625rem; width: 1.2rem;}
#nav li .sub h4{ flex-shrink: 0;}
#nav li .sub a:hover {color: #e60012;}
#nav li .sub a.on {color: #e60012;}
#nav li .sub.pro_sub{ width: 600px; left: 0;transform: translateY(10px) translateX(0) !important; justify-content: flex-start;}
#nav li:hover .sub.pro_sub{transform: translateY(0px) translateX(0) !important; background: #fff;}
#nav li:hover .sub {filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;visibility: visible;transform: translateY(0px) translateX(-50%);}
#nav li .sub .box2{ flex-shrink: 0; margin-left: 4rem; padding-left: 4rem; border-left: 1px solid #e3e3e3; padding-top: .5rem;}
#nav li .sub .box2 a{ font-size: .875rem; display: block; line-height: 1.875rem; text-align: left; position: relative; padding-left: 1rem;}
#nav li .sub .box2 a:before{ content: ""; display: block; width: 4px; height: 4px; opacity: 0; visibility: hidden; background: #e60012; border-radius: 50%; position: absolute; left: 0; top: 50%; margin-top: -2px; }
#nav li .sub .box2 a:hover:before{ opacity: 1; visibility: visible;}
.pro_more{ font-size: 12px; color: #e60012; margin-top: 1.5rem;}
.pro_more:before{ display: none !important;}


.top_menu_box{ display: flex; margin-left: 2rem; }
.top_tel{ display: flex; align-items: center; margin-right: 4rem;}
.top_tel svg{ width: 1.75rem; margin-right: .875rem;}
.top_tel span{ font-size: 1.5rem; color: #E60012;}
.top_menu_box .top_menu{ display: flex; padding: 0 1rem; align-items: center; position: relative; z-index: 1; border-radius: 50%; }
.top_menu_box .top_menu a{  display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.top_menu_box .top_menu svg{ width: 1.75rem; height: 1.75rem;}
.top_menu_box .top_menu:hover svg path{ fill: #e60012;}
.top_menu_box .top_menu svg:nth-child(3){ width: 1rem; height: 1rem;}
.top_menu_box .top_menu span{ margin-left: .75rem; margin-right: .375rem; font-size: 1rem; color: #333; transition: .5s;}
.language_sub{ position: absolute; left: 0; top: 100%; width: 140px; background: rgba(255, 255, 255, 0.95); opacity: 0; visibility: hidden; transition: .5s; transform-origin: top; transform: scaleY(0);}
.top_menu_box .top_menu:hover .language_sub{ opacity: 1; visibility: visible; transform: scaleY(1);}
.language_sub a{ display: block; text-align: left; justify-content: flex-start !important; padding: 1rem 2rem; text-transform: uppercase; padding-left: 23%; font-size: .9375rem; color: #666; position: relative; z-index: 1; transition: .5s;}
.language_sub a:before{ content: ""; display: block; width: 100%; height: 1px; background: #eee; position:absolute; left: 0; top: 0; transition: .5s;}
.language_sub a:after{ content: ""; display: block; width: 3px; height: 0; background: #e60012; position:absolute; left: 0; bottom: 0; transition: .5s;}
.language_sub a.on{ background: #d9e5f4;}
.language_sub a.on:after{ height: 100%;}
.language_sub a:hover{ background: #fff;}
.language_sub a:hover:after{ height: 100%; top: 0; bottom: auto;}

/***********************/

/*手机导航开始*/
#m_header{ display:none; height:4.5rem; position:fixed; top:0; width:100%; z-index:996; transition:0s 1.5s; background: rgba(255, 255, 255, 1); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);}
#m_header .m{ position:relative; height:100%; display: flex; justify-content: space-between; align-items: center;}
#m_header .top_menu_box{ margin-right: 5rem;}
#m_header .top_menu_box .top_menu a{ height: 4.5rem;}
.m_user{ height:4.5rem; line-height: 4.5rem; margin-right: 4rem; color: #999;}
.m_user a{ display: inline-block; margin: 0 .625rem; color: #666;}
.m_user a svg{ width: 16px;}
.m_user a:hover{ color: #ff0000;}
.m_user a:hover svg path{ fill: #ff0000;}
#m_logo{ transition:0s 1.5s; height:100%; visibility:visible; float: left; display: flex; align-items: center;}
#m_logo img{ display:block; height: 32.5px;}

.m_nav_list{/* flex-direction:column; *//* justify-content: flex-start; */width:100%;/* overflow: auto; */}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav .top_search{ display: flex; justify-content: center; margin-right: 0; margin-top: 1rem; margin-bottom: 1rem;}
#m_nav {
    z-index: 997;
    position: fixed;
    background: #eef2f6;
    width: 100%;
    height:100vh;
    right: 0;
    top: 0;
    display:none;
    padding:50px 0;
    overflow:hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    }
#m_nav::-webkit-scrollbar{ display: none;}
#m_nav.act{pointer-events: auto;top:0; visibility: visible; opacity: 1; }
#m_nav>ul>li{width: 80%;overflow:hidden;padding: 0 1rem;margin: 0 auto; list-style: none !important;}
#m_nav>ul>li+li{border-top: 1px solid rgb(111 111 111 / 10%);}
#m_nav li .a{ display: block; overflow: hidden;}
#m_nav li .a h3{line-height:4.5rem;height:4.5rem;color: #3d3d3d;padding:0;font-size:1.25rem;float:left; font-weight: bold;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{opacity:1;filter:alpha(opacity=100);display:inline-block;width: 16px;height:4.5rem;float:right;display:inline-block;background: url(../image/arrow_down.svg) center no-repeat;background-size:contain;}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1.125rem;color: #666;text-align:left;line-height:35px;height: 35px;border:0; }
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 1000;background-color: rgba(0,0,0,0.4);display: none;}

.search-dialog-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    /* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0; transition: .6s;left: 0;right: 0;z-index: 1;  background-image: -moz-linear-gradient(270deg, rgb(175, 30, 40) 30%, rgba(175, 30, 40, 0) 100%);
    background-image: -webkit-linear-gradient(270deg, rgb(175, 30, 40) 30%, rgba(175, 30, 40, 0) 100%);
    background-image: -ms-linear-gradient(270deg, rgb(175, 30, 40) 30%, rgba(175, 30, 40, 0) 100%);}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
    opacity: 0;
    visibility: hidden;
    display: none;
}
.search-dialog-box .search-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0,0,0,.7);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
    transform:translateY(100%);
    transition: .6s;
}
.header-right .bubbles-bg{
    opacity: 0;
    visibility: hidden;
    transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
    position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
    width:6%;
    padding-top: 6%;
    left: 26.875%;
    top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
    border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
    width:12px;
    padding-top: 12px;
    left: 13.54%;
    top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
    background-color: #e60012;
}
.search-dialog-box .bubbles-bg .bubble3{
    width:36px;
    padding-top: 36px;
    left: 8.854%;
    top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
    background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
    width:56.875%;
    padding-top: 56.875%;
    left: -28.6458%;
    top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
    background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
    width:54px;
    padding-top: 54px;
    left: 26.3%;
    top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
    background-color: #fff;
    opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
    width:56.875%;
    padding-top: 56.875%;
    left: 73.4375%;
    top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
    background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
    background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
    width:2rem;
    padding-top: 2rem;
    left: 60.9375%;
    top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{
    background-color: #e60012;
}
.search-dialog-box .bubbles-bg .bubble8{
    width:1.35rem;
    padding-top: 1.35rem;
    left: 95.83%;
    top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
    border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
    width:16px;
    padding-top: 16px;
    left: 76.5625%;
    top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
    background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
    width:56.875%;
    padding-top: 56.875%;
    left: 71.354%;
    top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
    background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
    background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
    animation:spin 8s infinite linear;
    transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
    animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
    animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
    animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
    transform-origin: 30% 30px;
}
.search-dialog{
    position: absolute;
    left: 0;
    top: 50%;

    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.search-dialog .search-tit{
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none;
}
.search-dialog .search-inner{
    overflow: hidden;
    margin-top: 0;
}
.search-dialog .search-input{
    width: 50rem;
    margin: 0 auto;
    padding: 0 0.5rem 0 1.5rem;
    background-color: rgba(255,255,255,.1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%;
}
.search-dialog .search-input input[type=text]{
    float: left;
    height: 4.5rem;
    width: calc(100% - 3.5rem);
    background-color: transparent;
    font-size: 1.25rem;
    color: #fff;
    transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
    float: right;
    height: 4.5rem;
    width: 3.5rem;
}
.search-dialog .search-input input[type=submit]{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    background-image: url('../image/search-btn.svg');
}
.search-dialog .search-input .clear-btn{
    background-color: rgba(0,0,0,.2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/close-btn.svg');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}
.search-dialog .search-input.on{
    background-color: #fff;
}

.search-dialog .search-input.on input[type=submit]{
    background-image: url('https://www.aigtek.com/static/style/pc/images/search-btn2.svg')
}

.search-dialog .hot-search{
    font-size: 0;
    width:19.5rem;
    margin:.6rem auto 0;
    box-sizing: border-box;
    padding:0 .6rem;
    overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
    font-size: .375rem;
    line-height: .5rem;
    color: #fff;
    font-weight: bold;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .5rem;
    background-image: url(https://www.aigtek.com/static/style/pc/images/hot-icon.png);
}
.search-dialog .hot-link{
    margin-left: 1rem;
}
.search-dialog .hot-link a{
    display: inline-block;
    *display: inline;
    zoom:1;
    font-size: .375rem;
    line-height: .5rem;
    margin-right: .75rem;
    color:#fff;
    padding-bottom: 5px;
    position: relative;
}

.search-dialog .hot-link a:before{
    content: "";
    position: absolute;
    left:0%;
    bottom:0;
    width:100%;
    height: 2px;
    background-color: #fff;
    transform:scaleX(0);
    transform-origin:left center;
    transition:transform .3s;
}
.search-dialog-box .bottom-box{
    position: absolute;
    left: 0;
    bottom:5.1%;
    width:100%;
}
.search-dialog-box .bottom-box .share-box{
    overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
    font-size: .35rem;
    line-height:.5rem;
    color: #fff;
    font-family: "gilroy-regular";
    margin-top: .5rem;
    overflow: hidden;
}

.header-right.is-open .bubbles-bg{
    visibility: visible;
    opacity: 1;
}
.header-right.is-open .search-btn .con-box{
    display:none;
}
.header-right.is-open .close-btn{
    display:block;
}
.header-right.is-open .item .search-bg{
    transform:scale(1);
}
.search-dialog-box.on{
    opacity: 1;
    visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e60012;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url(../image/close-btn.svg);
    transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}

 


/*首页banner*/
#banner{ position: relative; width: 100%; height: auto;}
#banner:after{ content: ""; display: block; width: 100%; padding-top: 41.66%;}
#banner .swiper-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#banner .swiper-slide{ overflow: hidden;}
 #banner .txt{ color: #fff; height: 100%; display: flex; align-items:center; justify-content: center; padding-bottom:6rem;}
#banner .txt{ opacity: 0; } 
#banner .swiper-button-prev{ opacity:.8; left:-5rem;}
#banner .swiper-button-next{ opacity:.8; right:-5rem;}
#banner .swiper-slide.swiper-slide-active .txt{ animation: enter 1.2s forwards .2s;} 
#banner .swiper-button-white{ background: rgba(255, 255, 255, 0.2); display: none; align-items: center; justify-content: center; width: 3.75rem; height: 3.75rem; border-radius: 50%; transition: all 0.6s ease-in-out;}
#banner:hover .swiper-button-prev{ left:2%;}
#banner:hover .swiper-button-next{ right:2%;}
  #banner .swiper-slide {
    overflow: hidden;
  }
  
  #banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 97%;
    left: 0;
    top: 0;
   /* background-size: cover !important;*/
    background-position: center !important;
	background-repeat:no-repeat;
  }
  .dotbox .swiper-pagination{ position: static; width: 100%;}
  .dotbox{ position: absolute; left: 0; bottom: 5rem; width: 100%; height: 20px; z-index: 111;}
.dotbox .dots{ width: 20px !important; height: 20px !important; display: inline-block; background: none; opacity: 1; margin-right: 7px; }
.dotbox .dots:before{ border: 0; background: #595959; transform: scale(.4);}
.dotbox .dots svg.drawcircle circle {
	fill: none; box-sizing:border-box;
	stroke-width: 1.5;    
	stroke-dasharray: 0 , 62.8;
	stroke-dashoffset:62.8;
	/* transition: all 6.2s linear 0s;	 */
}
.dots.swiper-pagination-bullet-active svg.drawcircle circle { 
    /* stroke:#fff;
	stroke-dasharray:62.8 , 0;
	stroke-dashoffset:62.8;
	-webkit-transition: all 6.2s cubic-bezier(0.11, 0.57, 0.58, 1);
	transition: all 6.2s cubic-bezier(0.11, 0.57, 0.58, 1); */
    animation: svgrotate 6.2s forwards;
}
@-webkit-keyframes svgrotate {
    0% { stroke:rgba(89, 89, 89, .5);
        stroke-dasharray: 0 , 62.8;
        stroke-dashoffset:62.8;}
    100% { stroke:rgba(89, 89, 89, .5);
        stroke-dasharray:62.8 , 0;
        stroke-dashoffset:62.8; }
 }
@keyframes enter {
 }
 
@-webkit-keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
@keyframes enter {
    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }
    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }
}
 

#n_main{}
.n_banner{ height: 24.125rem; width: 100%; overflow: hidden;}
.n_banner .m{ display: flex; height: 100%; align-items: center; justify-content: flex-start; text-align: left; }
.n_banner h3{color: #fff; font-size: 3.0rem; font-weight: bold; }
.n_banner p{color: #fff; font-size: 1.5rem; line-height: 1.5; margin-top: .875rem; margin-bottom: 1.25rem;}
.n_banner i{ display: block; width: 5.625rem; height: 4px; background: #e60012;}

.n_title {padding: 0;position: relative; z-index: 1;}
.n_title:after{ content: ""; display: block; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; background: #eeeeee;}
.n_title .m { position: relative; display: flex; justify-content: space-between; align-items: center;}
 
.position { left: 0;bottom: 0; font-size: .9375rem;color: #747679; display: flex; align-items: center; height: 4rem;}
.position>svg{ margin-right: 5px;}
.position span, .position a, .position i {font-size: .8125rem;color: #a5a5a5; flex-shrink: 0; -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.position i{margin: 0px .5rem;font-style: normal; width: 8px; height: 8px; }
.position span { color: #e60012;font-style: normal;}
.position em { color: #e60012;font-style: normal;}
.position a:hover {color: #e60012;}

/*====移动端导航====*/
#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9; width: 100%; background: #e60012;}
#m_n_nav .m{  display: flex; align-items: center; justify-content: space-between;}
#bnt_back { }
#bnt_back svg { fill: #fff; vertical-align: middle; max-width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: #fff; text-align: center; margin: 0; line-height: 50px; }
#bnt_sub_nav { cursor: pointer; color: #fff; font-size: 18px; }
#bnt_sub_nav svg {fill: #fff;height: 20px;vertical-align: middle;width: 20px;}
#bnt_sub_nav img { display: block; height: 15px; }
#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
#sub_nav_content {background: #f0f3f5;display: none;box-shadow: 0 0 5px #999;z-index: 9;}
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0; }
#sub_nav_content ul li a { display: block; border-left: 2px solid #e60012; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }
#sub_nav_content ul li.on a { color: #e60012; }
#sub_nav_content dl { font-size: 0; overflow: hidden; background: #fff; padding: 10px 0; }
#sub_nav_content dt { position: relative; background: #fff; z-index: 999; width: 33.333333%; display: inline-block; margin-bottom: 0; float: left; text-align: center; }
#sub_nav_content dt a { margin: 0 20px; display: block; color: #5b5349; line-height: 30px; font-size: 14px; font-weight: 400; vertical-align: top; }
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0; opacity: 0; filter: alpha(opacity=0); display: none; }
#sub_nav_content dt a { }
#sub_nav_content dt.title { background: #fafafb; }
#sub_nav_content dt.title i { opacity: 1; filter: alpha(opacity=100); }
#sub_nav_content dt.title_on { background: #fafafb; }
#sub_nav_content dt.title_on a { color: #e60012; border-top: 1px solid #fff; }
#sub_nav_content dt.title_on a i { color: #e60012; }
#sub_nav_content dt.last a { border-top: 1px solid #f8f8f8; }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #e60012;}
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px 0px 0px 0px; }
#sub_nav_content dd a { padding: 0 25px; line-height: 30px; border-top: 1px solid #e7e7e7; font-size: 12px; color: #5b5349; display: block; height: 30px; }
#sub_nav_content dd a.on { color: #e60012; }

.s_yangji{ width: 100%; overflow: hidden;}
.s_yangji .tt{ text-align: right;}
.s_yangji .tt h4{  position: relative; font-size: 5rem; line-height: 5.625rem; color: #dbdbdb; font-family: ariblk; text-transform: uppercase; }
.s_yangji .tt h4 .xinhao{ position: absolute; left: 100%; margin-left: 1.25rem; bottom: 0;}
.s_yangji .tt p{ font-size: 1.625rem; line-height: 2.5rem; margin-top: 1.625rem;}
.s_yangji .tt p span{ position: relative;}
.s_yangji .tt p span:before{ content: ""; display: block; position: absolute; left: 0; bottom: -1.25rem; width: 100%; height: 6px; background: #e60012;}
.s_yangji ul{ display: flex;  justify-content: space-between; margin-top: 7.625rem; gap: 2rem;}
.s_yangji ul li{}
.s_yangji ul li .pic{}
.s_yangji ul li .pic img{filter: grayscale(100%);}
.s_yangji ul li:hover .pic img{filter: grayscale(0%);transition:none;}
.s_yangji ul li h4{ text-align: center; transition: none; font-size: 1.25rem; color: #4c4c4c; padding-top: 1.25rem;}
.s_yangji ul li:hover h4{ color: #e60012;}
.aigtek{ width: 44.3125rem; max-width: 80%;}
.xinhao{ width: 5.9375rem;}
.s_tt{ text-align: center; margin-bottom: 3rem;}
.s_tt h3{ font-size: 2.25rem; color: #4c4c4c; font-weight: bold; margin-bottom: .875rem;}
.s_tt p{ font-size: 1.125rem; color: #6b6b6b;}

.s_case{ width: 100%; overflow: hidden; background: #f5f7f9; background-size: cover;}
.s_case .box{ display: block; position: relative; z-index: 1;}
.s_case .img{}
.s_case .box:hover .img img{ transform: scale(1.05);}
.s_case .img:after{ padding-top: 149.6%;}
.s_case .txt{ position: absolute; pointer-events:none; background: rgba(0, 0, 0, 0.5); left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; padding:1rem; transition:.5s .3s; padding-top:0;}
.s_case .txt .ico{}
.s_case .txt .ico img{}
.s_case .bd h4{ color: #fff; font-size: 1.25rem; margin-top: 2.25rem;}
.s_case .bd p{ color: rgba(255,255,255,1); line-height:1.5; font-size: .875rem; }
.s_case .bd .btn_xq{ position: absolute; color: #fff; font-size: 1rem; bottom: 1.25rem; right: 1.125rem;}
.s_case .mask{ position:absolute; pointer-events:none; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5); display: flex; align-items: center; justify-content: center; flex-direction: column; padding:1rem; opacity:0;visibility:hidden;  transition:.5s; padding-top:2rem;}
.s_case .mask h4{ margin-top:1rem; margin-bottom:1rem;}
.s_case .box:hover .txt{ opacity:0; visibility:hidden; padding-top:0;transition:.5s; }
.s_case .box:hover .mask{ opacity:1; visibility:visible; transition:.5s .3s; padding-top:0rem;}
/*.s_case .box .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; display: flex; align-items: flex-end; padding: 2rem 1.5rem; transition: .6s ease-in-out;}*/
/*.s_case .box .txt{ height: 1.5rem; overflow: hidden; transition: .6s ease-in-out;}*/
/*.s_case .box .txt h4{ font-size: 1.375rem; line-height: 1.5rem; color: #fff; font-weight: bold; margin-bottom: .75rem;}*/
/*.s_case .box .txt p{ font-size: .9375rem; line-height: 1.5rem; color: #fff; opacity: 0; visibility: hidden; transition: .6s ease-in-out;}*/
/*.s_case .box:hover .mask{ background: rgba(0, 0, 0, 0.4);}*/
/*.s_case .box:hover .txt{ height: 6.75rem;}*/
/*.s_case .box:hover .txt p{ opacity: 1; visibility: visible;}*/

.btn_style01{ display: flex; align-items: center; justify-content: center; transition: .5s; width: 13.875rem; height: 2.8125rem; margin: 0 auto; border-radius: 1.5rem; background: #E60012; color: #fff; text-align: center; margin-top: 3.125rem; }
.btn_style01:hover{ background: #ce0616; color: #fff; }
.btn_style01 svg{ margin-left: 1.125rem;}
.btn_style01 svg:hover{ color:#fff;}

.s_pro{ width: 100%; overflow: hidden;}
.s_pro ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 1.0625rem; grid-auto-rows: 17.625rem; }
.s_pro ul li{ background: #f5f7f9;}
.s_pro ul li .box{ display: flex; align-items: center; justify-content: center; height: 100%; position: relative;}
.s_pro ul li .box .img{ max-width: 75%; margin: 0 auto 3rem;}
.s_pro ul li .box .img img{ padding: 10%;}
.s_pro ul li .box .img:after{}
.s_pro ul li .box .txt{ padding: 0 3rem; position: absolute; left: 0; bottom: 1.75rem; width: 100%; text-align:  center;}
.s_pro ul li .box .txt h5{ font-size: 1.15rem; color: #4c4c4c;}
.s_pro ul li .box .txt h5:hover{ color: #E60012;}
.s_pro ul li .box .txt p{ font-size: .875rem; color: rgba(0, 0, 0, 0.5); line-height: 1.5rem; margin-top: .375rem; display:block;}
.s_pro ul li:nth-child(1){ grid-column: 1/3;}
.s_pro ul li:nth-child(1) .box{ display: grid; grid-template-columns: .6fr .4fr; align-items: center;}
.s_pro ul li:nth-child(1) .box .txt{ position: static; text-align: left;}
.s_pro ul li:nth-child(1) .box .txt h5{ margin-bottom: 1rem;}
.s_pro ul li:nth-child(1) .box .txt h5:hover{ color: #E60012;}
.s_pro ul li:nth-child(1) .img{ max-width: inherit; width: 100%; margin: 0;}
 .more_xinhao{ display: block; margin-top: 1.875rem; filter: grayscale(100%); opacity: .3; transition: .5s;}
 .more_xinhao:hover{ filter: grayscale(0); opacity: 1;}
 li:hover .more_xinhao{ filter: grayscale(0); opacity: 1;}

.s_about{ width: 100%; overflow: hidden; background: url(../image/s_about_bg.jpg) center no-repeat; background-size: cover;}
.s_about .m{ display: grid; grid-template-columns: 1fr 25.375rem; gap: 4.375rem; align-items: center;}
.s_about .txt{}
.s_about .txt .con{ font-size: .9375rem; line-height: 2.25rem; color: #6b6b6b;}
.s_about .txt ul{ display: flex; justify-content: space-between; margin-top: 5.625rem; flex-wrap: wrap;}
.s_about .txt ul li{ display: flex; flex-direction: column; align-items: center; flex-shrink: 0;}
.s_about .txt ul li span{}
.s_about .txt ul li span img{ width: 3.25rem; height: 3.25rem;  }
.s_about .txt ul li p{ margin-top: .5rem; font-size: 1rem; color: #737373;}
.s_about .txt ul li:hover span img{-webkit-animation: toRightFromLeft 0.0s;-moz-animation: toRightFromLeft 0.0s; animation: toRightFromLeft 0.0s;}
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(25%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-25%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(25%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-25%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(25%);
	}
	50% {
		opacity: 0;
		transform: translate(-25%);
	}
	51% {
		opacity: 1;
	}
}
.s_about .img{}
.s_about .img img{}

.s_hd{ display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.25rem;}
.s_hd .s_tt{ margin-bottom: 0;}
.s_hd ul{ display: flex; gap: 1.25rem;}
.s_hd ul li a{ font-size: 1rem; color: #000000; font-weight: bold; width:9.0625rem; height: 3.125rem; display: flex; align-items: center; justify-content: center; font-size: .9375rem;color: #494949;border-radius: 1.875rem;position: relative;z-index: 0;overflow: hidden;transition: all ease 600ms;}
.s_hd ul li a:before {content: "";position: absolute;right: 0;top: 0;display: block;height: 100%;width: 100%; background: #f5f7f9; border-radius: 1.875rem;box-sizing: border-box; transition: all ease 600ms;z-index: -1;}
.s_hd ul li a:after {content: "";position: absolute;right: 0;top: 0;display: block;height: 100%;width: 100%;background: #e60012;transition: all ease 600ms;z-index: -1; opacity:0; visibility:hidden;}
 
.s_hd ul li.on a:after {  opacity:1; visibility:visible;}
.s_hd ul li.on a {color: #fff;}
@media (min-width: 992px)
{
 
.s_hd ul li a:hover:after { opacity:1; visibility:visible;}
.s_hd ul li a:hover {color: #fff;}
}

.s_news{ width: 100%; overflow: hidden;}
.s_news .bd{}
.s_news .bd .gridbox{ display: grid; grid-template-columns: .515fr .485fr; gap: 2.75rem;}
.news01{}
.news01 ul{ display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem;}
.news01 ul li{}
.news01 ul li .box{ display: block; background: #f5f7f9; padding: 1rem;}
.news01 ul li .img{}
.news01 ul li .img img{ height:94% !important;}
.news01 ul li .img:after{ padding-top: 12.62rem;}
.news01 ul li .txt{ padding: 1rem 0 0;}
.news01 ul li .txt .time{ font-size: .9375rem; color: rgba(0, 0, 0, 0.4);}
.news01 ul li .txt h5{ font-size: 1.125rem; color: #000000; margin-top: 1.2rem; margin-bottom: 1.25rem; height:1.7rem;}
.news01 ul li .txt h5:hover{color: #E60012;}
.news01 ul li .txt p{ font-size: .875rem; line-height: 1.5rem; color: rgba(0, 0, 0, 0.4);overflow: hidden;-webkit-line-clamp: 3;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.news01 ul li .txt .more_xinhao{}

.news02{}
.news02 ul{ display: grid; gap: 1rem; grid-auto-rows: 9rem;}
.news02 ul li{ transition: .5s;}
.news02 ul li .box{ display: grid; grid-template-columns: 9.5rem 1fr; gap: 1.875rem; height: 100%; background: #f5f7f9; padding: 1rem}
.news02 ul li .time{ display: flex; align-items: center;    font-family: arial; justify-content: center; flex-direction: column; font-size: 1.0625rem; color: #e60012; border-right: 1px solid #dcdee0;}
.news02 ul li .time span{ font-size: 2.25rem; display: block; margin-bottom: .5rem; }
.news02 ul li .time1{ display: flex; align-items: center;  font-family: arial; font-size: .8rem; color: #9b9898; margin-top:.5rem;}
.news02 ul li .txt{ align-self: center;}
.news02 ul li .txt h5{ font-size: 1.125rem; color: #000000; margin-bottom: 1rem; transition: .5s;}
.news02 ul li .txt p{ font-size: .875rem; line-height: 1.5rem; color: rgba(0, 0, 0, 0.4);}
.news02 ul li:hover h5{ color: #e60012; }
.s_coop{ width: 100%; overflow: hidden; background: url(../image/s_coop_bg.jpg) center no-repeat; background-size: cover;}
.s_coop .box+.box{ margin-top: 17px;}
.s_coop .pic{ background: #fff; display: flex; align-items: center; justify-content: center; height:6rem;}

#foot{ width: 100%; overflow: hidden; background: #2b2b2b; padding-top: 4.25rem;}
#foot .box01{ display: flex; justify-content: space-between; gap: 7rem;}
#foot .box02{ display: flex; justify-content: space-between; align-items: flex-start; gap: 7rem; border-top: 1px solid #474747; margin-top: 4.25rem; padding: 1.25rem 0;}
#foot .box03{ padding: 3rem 0 4rem; }
#foot .box02 .right{ flex-shrink: 0;}
.foot_ewm { display: flex; margin-top: .875rem;}
.foot_ewm .ewm { margin-right: 1.75rem;}
.foot_ewm .ewm .pic { position: relative; width: 5.75rem; height: 5.75rem; }
.foot_ewm .ewm .pic img {}
.foot_ewm .ewm p { font-size: .875rem; color: rgba(255, 255, 255, .57); text-align: center; padding-top: .9375rem;}
.foot_nav { display: flex; justify-content: space-between; flex-grow: 1;}
.foot_nav dl {}
.foot_nav dl dt { font-size: 1.125rem; color: #ffffff; padding-bottom: 2.25rem; position: relative; }
.foot_nav dl dd { font-size: .875rem; color: #808080; line-height: 2.25rem; transition: .5s;}
.foot_nav dl dd:hover { color: #fff;}
.qr-scanner { position: absolute; left: 0; top: 0; height: 100%; width: 100%; pointer-events: none; display:none;}
.qr-scanner .box { height: 100%; width: 100%; position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%); overflow: hidden;}
.qr-scanner .line {height: 100%;width: 100%;background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #e60012 211%);
    border-bottom: 1px solid #e60012;transform: translateY(-100%);animation: radar-beam 2s infinite;animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);animation-delay: 1.4s;}
@keyframes radar-beam {
    0% {transform: translateY(-100%);}
    100% {transform: translateY(0);}
}

.foot_logo{ margin-bottom: 2.5rem;}

.foot_lianxi{}
.foot_lianxi dl{ display: grid; grid-template-columns: 23px 1fr; grid-auto-rows: 1.75rem;}
.foot_lianxi dl dt{}
.foot_lianxi dl dd{ font-size: .875rem; color: #808080;}

.quicklink{ display: flex; flex-wrap: wrap; font-size: .875rem; color: #4c4c4c; line-height: 1.875rem;}
.quicklink i{ display: block; margin: 0 1rem;}
.quicklink a{ color: #4c4c4c; transition: .5s;}
.quicklink a:hover{ color: #fff;}
.copyright{ font-size: .875rem; color: #4c4c4c; line-height: 1.875rem; display:inline-block;}
.website{ font-size: .875rem; color: #4c4c4c; line-height: 1.875rem; display: block; transition: .5s;}
.website:hover{ color: #fff;}

#site_map_box{ width: 100%; height: 100%; z-index: 9999; opacity: 0; visibility: hidden; transition: .5s; position: fixed;  }
#site_map_box.on{ opacity: 1; visibility: visible;}
#site_map_box .bg_box{ width:100%;height:100%;background:#000;-webkit-opacity:0.6;opacity:0.6;filter:Alpha(opacity=80);z-index:9998;position:fixed;top:0;left:0; }
#site_map_box .box{  width: 360px; position: relative; height: 100%;  position: fixed; right: -360px; top: 0; background:url(../image/bg_site_map.png) center bottom no-repeat #fff; z-index: 9999;}
#site_map_box .title{ display: flex; align-items: center; justify-content: space-between; position: relative; vertical-align: middle;  line-height: 60px; padding:0 30px;  font-size: 16px; color: #fff; background: #E60012;}
#site_map_box .title a{  -moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out; }
#site_map_box .title a:hover{  transform:rotate(90deg);-webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);}
#site_map_box dl{ height: 90%  }
#site_map_box dd{  padding:26px 30px; border-bottom: 1px solid #ededed;}
#site_map_box dd:last-child{border-bottom: none; }
#site_map_box dd h1{ font-size:14px; color:#626262; line-height:22px; margin-bottom:10px;}
#site_map_box dd a{ display:inline-block; font-size:12px; padding-right: 20px; color:#878787; line-height:24px;}
#site_map_box dd a:hover{ color:#e60012;}
#ascrail2000{ display:none !important;}
@media screen and (max-width:1450px){
#site_map_box .box{ background: #fff;}
}


.arrstyle{}
.arrstyle .bd{ position: relative;}
.arrstyle .bd .arr{ position: absolute; top: 50%; transform: translateY(-50%); width: 2.25rem; height: 2.25rem; transition: .5s; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; display:none;}
.arrstyle .bd .arr_left{ left: -4rem;}
.arrstyle .bd .arr_right{ right: -4rem;} 
.arrstyle .bd .arr:hover path{ fill: #e60012;}
@media (max-width: 768px)
{
/*.arrstyle .bd { padding-bottom: 4rem;}*/
.arrstyle .bd .arr{ transform: none;}
.arrstyle .bd .arr_left { left: 50%;margin-left: -2.75rem;bottom: 0;top: auto;}
.arrstyle .bd .arr_right {right: 50%;margin-right: -2.75rem;bottom: 0;top: auto;}
}


.online_q {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateY(30px);
    position: fixed;
    right: 1rem;
    bottom: 10%;
    z-index: 999;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 0rem; 
    mix-blend-mode: revert;
    background: #E60012; 
}

.online_q.on {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.online_q .close {
    position: absolute;
    right: -1rem;
    font-size: 1rem;
    color: #969797;
    opacity: 1;
    font-weight: normal;
    cursor: pointer;
}

.online_q .btn2 {
    width: 3.75rem;
    height: 5rem;
    cursor: pointer;
    position: relative;
}
.online_q .btn2+.btn2:before{ content: ""; display: block; width: 70%; left: 15%; position: absolute; top: 0; height: 1px; background: #ebecee; transition: .3s;}
.online_q .btn-top {
    padding: 0;
    transition: .5s;
    overflow: hidden;
}
 

.online_q .btn2 span {
    display: flex;
    float: left;
    color: #fff;
    flex-direction: column;
    font-size: .75rem;
    text-align: center;
    width: 100%;
    height: 5rem;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    overflow: hidden;
    flex-shrink: 0;
}

.online_q .btn2 span svg { 
    width: 1.5rem;
    height: 1.5rem;
}

.online_q .btn2 span img {
    width: 1.875rem;
}

.online_q .btn2 span svg path {
    fill: #fff;
}

.online_q .btn2:hover span svg path {
    fill: #fff;
}

.online_q .btn2:nth-child(1) span {
    border-radius: 2.5rem 2.5rem 0 0;
}

.online_q .btn2:last-child span {
    border-radius: 0 0 2.5rem 2.5rem;
}

.online_q .open.pic {
    position: absolute;
    background: #fff; border: 1px solid #e5e5e5; 
    width: 150px;
    min-height: 160px;
    right: 3.75rem;
    top: 0; padding: 10px;
    text-align: right;
    opacity: 0;
    transition: .6s;
    -webkit-transition: .6s;
    visibility: hidden;
}
.online_q .open.pic p{ font-size: .9rem; color: #4c4c4c; text-align: center; margin-top: .7rem;}
.online_q .open.pic img { width: 100px; height: 100px; display: block; margin: 4px auto 0;}

.online_q .btn2:hover .open.pic {
    opacity: 1;
    right: 3.75rem;
    visibility: visible;
}

.online_q .open.phone {
    position: absolute;
    background: #fff;
    font-family: DINPRO-REGULAR; border: 1px solid #e5e5e5;
    right: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #529de1;
    top: 0; 
    transition: .6s;
    -webkit-transition: .6s;
    opacity: 0;
    visibility: hidden; display: flex; background:#fff url(../image/piaofu_tel_bg.jpg) right center no-repeat;
}
.online_q .btn-qq .open.phone{ background:#fff url(../image/piaofu_qq_bg.jpg) right center no-repeat;}
.online_q .open.phone dl{ height: 160px; width: 263px; padding: 1.1rem 2rem 1.25rem; display: flex; flex-direction: column; justify-content: center;}
.online_q .open.phone dl:nth-child(2){ width: 302px; border-left: 1px solid #e5e5e5;}
.online_q .open.phone dt{ font-size: 1.25rem; color: #4c4c4c; display: flex; align-items: center; margin-bottom:.75rem;}
.online_q .open.phone dt svg{ width: 24px; margin-right: .5rem;}
.online_q .open.phone dd{ font-size: 13px; color: #808080;}
.online_q .open.phone dd h6{ font-size: 1.6rem; color: #e60012; margin-bottom: 16px; font-style: italic;}
 

.online_q .btn2:hover .open.phone {
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 1;
    visibility: visible;
    right: 3.75rem;
}
  
#gotop{ overflow: hidden; display: block;}
#gotop.hide {
    height: 0;
    overflow: hidden;
    display: block !important;
}
#gotop.hide:before{ transform: scaleX(0); opacity: 1;}
 
.n_about{ width: 100%; overflow: hidden; }
.n_about .m{ display: grid; grid-template-columns: 1fr 25.375rem; gap: 4.375rem; }
.n_about .tt{ font-size: 1.5rem; color: #222222; margin-bottom: 2.25rem; padding-top: 2.5rem;}
.n_about .txt{ display: grid;}
.n_about .txt .con{ font-size: .9375rem; line-height: 2.25rem; color: #6b6b6b;}
 
.n_shuzi{ display: flex; justify-content: space-between; margin-top: 6rem;}
.n_shuzi li{ display: grid; grid-template-columns: 3rem 1fr; align-items: flex-end;}
.n_shuzi li .ico{}
.n_shuzi li .ico img{ width: 2.875rem; max-width: 100%;}
.n_shuzi li .shuzi{ color: #e60012; display: flex; align-items: flex-start;}
.n_shuzi li .shuzi span{ font-size: 2rem;}
.n_shuzi li .shuzi i{ font-size: 1.25rem; font-weight: bold;}
.n_shuzi li p{ grid-column: 2/3;}
.n_line{ display: block; width: 100%; height: 1px; background: #ebebeb;}

.n_wenhua{ width: 100%; overflow: hidden; }
.n_wenhua ul{ display: grid; grid-template-columns: repeat(4,1fr); gap: 2.5rem;}
.n_wenhua ul li{ overflow: hidden;}
.n_wenhua ul li .box{ display: block; position: relative;}
.n_wenhua ul li .img{}
.n_wenhua ul li .img img{ display: block; transform: none !important;}
.n_wenhua ul li .img:after{ padding-top: 133.88%;}
.n_wenhua ul li .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; display: flex; align-items: flex-end; padding: 2rem; transition: .6s ease-in-out;}
.n_wenhua ul li .txt{ height: 1.5rem; overflow: hidden; transition: .6s ease-in-out;}
.n_wenhua ul li .txt h3{ font-size: 1.375rem; line-height: 1.5rem; color: #fff; font-weight: bold; margin-bottom: .75rem;}
.n_wenhua ul li .txt p{ font-size: 1rem; line-height: 1.5rem; color: #fff; opacity: 0; visibility: hidden; transition: .6s ease-in-out;}
.n_wenhua ul li:hover .mask{ background: rgba(0, 0, 0, 0.4);}
.n_wenhua ul li:hover .txt{ height: 5.25rem;}
.n_wenhua ul li:hover .txt p{ opacity: 1; visibility: visible;}

.arrstyle{}
.arrstyle .bd{ position: relative;}
.arrstyle .bd .arr{ position: absolute; top: 50%; transform: translateY(-50%); width: 3.5rem; height: 3.5rem; border: 1px solid #dde1e7; background: rgba(255, 255, 255, .4); transition: .5s; border-radius: 50%; align-items: center; justify-content: center; cursor: pointer;}
.arrstyle .bd .arr svg{ width: 1rem; height: 1rem;}
.arrstyle .bd .arr_left{ left: -5rem;}
.arrstyle .bd .arr_right{ right: -5rem;} 
.arrstyle .bd .arr:hover{ border: 1px solid #e60012; background: #e60012;}
.arrstyle .bd .arr:hover path{ fill: #fff;}
@media (max-width: 1440px)
{
    .arrstyle .bd .arr{  width: 3rem; height: 3rem; }
    .arrstyle .bd .arr_left{ left: -4rem;}
    .arrstyle .bd .arr_right{ right: -4rem;} 
}
@media (max-width: 768px)
{
/*.arrstyle .bd { padding-bottom: 4.5rem;}*/
.arrstyle .bd .arr{ transform: none; width: 3rem; height: 3rem;}
.arrstyle .bd .arr svg{ width: 1rem; height: 1rem;}
.arrstyle .bd .arr_left { left: 50%;margin-left: -3.5rem;bottom: 0;top: auto !important;}
.arrstyle .bd .arr_right {right: 50%;margin-right: -3.5rem;bottom: 0;top: auto !important;}
.s_team .bd .arr path{ fill: #fff;}
}

.n_tt{ text-align: center; margin-bottom: 3.75rem;}
.n_tt h3{ font-size: 1.875rem; color: #4c4c4c; font-weight: bold;}

 .n_zizhi{ background: url(../image/n_zizhi_bg.jpg) center bottom no-repeat; background-size: 100%;}

.n_ys{ width: 100%; position: relative; z-index: 1;}
.n_ys:before{ content: ""; display: block; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 28.625rem; background: url(../image/n_ys_bg.jpg) center no-repeat; background-size: cover;}
.n_ys .tt{ margin-bottom: 2.5rem;}
.n_ys .tt h3{ font-size: 1.625rem; line-height: 2.25rem; color: #fff;}
.n_ys ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 3rem;}
.n_ys ul li{ overflow: hidden;}
.n_ys ul li .box{}
.n_ys ul li .img{}
.n_ys ul li .img img{}
.n_ys ul li .img:after{ padding-top: 18.125rem;}
.n_ys ul li .txt{ height: 4.3125rem; background: #f5f7f9; display: flex; align-items: center; justify-content: center; padding: 0 1rem; position: relative; z-index: 1;}
.n_ys ul li .txt h4{ font-size: 1.125rem; color: #666666; line-height: 1.5; transition: .5s;}
.n_ys ul li .txt:before{ content: ""; display: block; width: 100%; height:0; position: absolute; z-index: -1; left: 0; bottom: 0; background: #e60012; }
.n_ys ul li:hover .txt:before{ height: 100%; bottom: auto; top: 0;}
.n_ys ul li:hover .txt h4{ color: #fff;}

#certify {
	position: relative;
	width: 100%; 
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 3.25rem;
}

#certify  .swiper-slide {
	width:267px;
	 max-width: 30%; 
}
#certify .img{box-shadow: 0 8px 30px #ddd; position: relative;}
#certify .img:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; background: url(../image/zizhi_border.png) center no-repeat; background-size: 100% 100%;}
#certify .img:after{ padding-top: 136.7%;}
#certify  .swiper-slide img{
	display:block;  transition: .5s;
}
#certify .swiper-slide h5 {
	padding-top: 2rem;
	text-align: center;
	color: #333333;
	font-size: 1.125rem;
	margin: 0; opacity: 0; transition: .5s; position: absolute; bottom: -3rem; width: 100%;
}
#certify  .swiper-slide-active h5{
	opacity: 1;
}

.n_zizhi .bd{ position: relative;}
.n_zizhi .bd .arr{ position: absolute; top: 42%; z-index: 99; margin-left: 0; margin-right: 0; transform: translateY(-50%); width: 4rem; height: 4rem; transition: .5s; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.n_zizhi .bd .arr_left{ left: 0rem; background: url(../image/zizhi_left.png) center no-repeat !important; background-size: contain;filter: grayscale(100%);}
.n_zizhi .bd .arr_right{ right: 0rem; background: url(../image/zizhi_right.png) center no-repeat !important; background-size: contain;filter: grayscale(100%);} 
.n_zizhi .bd .arr:hover{ filter: grayscale(0%);}

.btn_goback{ width: 9.0625rem; height: 3.125rem; line-height: 1; display: flex; align-items: center; justify-content: center; background: #e60012; color: #fff; border-radius: 1.625rem;}
.btn_goback:hover{ background: #ce0616; }

.n_404{ background: #f3f2f4;}
.n_404 .m{ display: flex; align-items: center; justify-content: center; flex-direction: column;}
.n_404 .btn_goback{ margin-top: 1rem;}

.n_pro_info{ width: 100%; overflow: hidden; padding: 3rem 0;}
.n_pro_info .m{ display: grid; grid-template-columns: 31.125rem 1fr; gap: 4.75rem;}
.n_pro_info .left{ display: grid; grid-template-columns: 30.9375rem 6.125rem; gap: 1rem; align-items: center;}
.n_pro_info .bd{ border: 1px solid #ededed;}
.n_pro_info .hd .img{ height: 4rem; border: 1px solid #ededed; cursor: pointer;}
.n_pro_info .bd .img{ height:18rem; } 
.n_pro_info .swiper{ max-height: 100%; height: calc(16rem + 69px);}
.n_pro_info .img{}
.n_pro_info .img .pic{ }
.n_pro_info .img img{ object-fit: contain; padding:5%;}


.n_pro_info .hd .swiper-slide-thumb-active .img{ border: 1px solid #e60012;}
.n_pro_info .right{ align-items: flex-start;    justify-content: space-between;display: grid; height:79%;}
.n_pro_info .tt{ margin-bottom: 1.625rem; margin-bottom: 0;}
.n_pro_info .tt h3{ font-size: 1.5rem; color: #4c4c4c;}
.n_pro_info .tt i{ display: block; width: 44px; height: 2px; background: #e60012; margin-top: 1.5rem;}
.n_pro_info .txt{ font-size: .9375rem; color: #808080; line-height:2;}
.n_pro_info .txt ul li{ list-style: disc; margin-left: 1.25em;}
.n_pro_info .btnbox{ align-self: flex-end; display: flex; gap: 2.625rem;}
.n_pro_info .btn01{ display: block; width: 105px; height: 32px; transition: .5s; line-height: 32px; text-align: center; background: #E60012; font-size: .9375rem; color: #fff;}
.n_pro_info .btn01:hover{ background: #ce0616;}
.n_pro_info .btn01:first-child{ background: #e60012;}
.n_pro_info .btn01:first-child:hover{ background: #ce0616;}

.pro_xq{}
.pro_xq .hd{ background: #f5f7f9;}
.pro_xq .hd ul{ display: flex;}
.pro_xq .hd ul li{ padding: 0 2.75rem; line-height: 4rem; position: relative; cursor: pointer; font-size:1.1rem;}
.pro_xq .hd ul li:before{ content: ""; display: block; width: 100%; height: 3px; background: #e60012; position: absolute; left: 0; bottom: 0; transition: .5s ease-in-out; transform: scaleX(0);}
.pro_xq .hd ul li.on{}
.pro_xq .hd ul li.on:before{ transform: scaleX(1);}
.pro_xq .hd ul li:hover:before{ transform: scaleX(1);}
.pro_xq .bd{}
.pro_xq .bd .item{ padding: 1.625rem 1.25rem 0;}

.pro_recommend{}
.n_tt2{ display: flex; margin-bottom: 2.25rem;}
.n_tt2 h3{ font-size: 1.375rem; color: #4c4c4c;}
.n_tt2 i{ display: block; width: 4px; height: 22px; background: #e60012; margin-right: 1.125rem;}
.pro_recommend .bd{}
.pro_recommend .bd .box{ display: block; border: 1px solid #ededed; margin: 1px;}
.pro_recommend .bd .box .img{}
.pro_recommend .bd .box .img img{  object-fit: contain; width: 85%; padding:0; }
.pro_recommend .bd .txt{ padding: 0 1.375rem 1.5rem; overflow: hidden;font-size: .875rem;line-height: 1.5rem;color: #808080; min-height:6rem;}
.pro_recommend .bd .txt ul li{ list-style: disc;margin-left:1rem;}
.pro_recommend .bd .txt>div{ height: 4.5rem !important; overflow: hidden; }
.pro_recommend .bd h5{ font-size: 1.125rem; color: #4c4c4c; margin-bottom: .875rem;}
.pro_recommend .bd h5:hover{ color: #E60012;}
.pro_recommend .bd p{ font-size: .875rem; line-height: 1.375rem; height:4.125rem; color: #808080; margin-bottom: 1.5rem;}
.pro_recommend .bd .btn02{ display: block; float: right; width: 108px; height: 26px; line-height: 26px; font-size: .875rem; text-align: center; color: #fff; background: #e60012;} 

#n_main .pad_top{ padding-top: 3.5rem;}
#n_main .pad_bot{ padding-bottom: 3.5rem;}
.n_pro01{}
.n_pro01 .m{ display: grid; grid-template-columns: 1fr 23.75rem; gap: 4rem;}
.n_pro01 .txt{ align-self: center;}
.n_pro01 .txt h4{ font-size: 1.5rem; color: #E60012; margin-bottom: 2.25rem;}
.n_pro01 .txt .con{ font-size: .9375rem; color:#5c5b5b; line-height: 1.75rem;}
.n_pro01 .img{ border: 1px solid #ededed;}

.prolist{ display: grid; grid-template-columns: repeat(4,1fr); column-gap: 4.375rem; row-gap: 2.25rem;}
.prolist .box{}
.prolist .img{ border: 1px solid #ededed;transition: .5s;}
.prolist .img .pic{ }
.prolist .img img{padding:0;}
.prolist .img:after{ padding-top: 86.52%;}
.prolist .tt{ height: 3.25rem; line-height: 3.25rem; transition: .5s; text-align: center; padding: 0 1rem; background: #eeeeee; margin-bottom: .875rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.prolist .txt{ font-size: .875rem; line-height: 1.5rem; color: #808080;height: 4.2rem;}
.prolist .txt ul{}
.prolist .txt ul li{ list-style: disc; margin-left: 1.25em;}
.prolist .box:hover .img{ border: 1px solid #E60012;}
.prolist .box:hover .tt{ background: #E60012; color:#FFF; }
.n_help{ background: #f5f7f9; text-align: center;}
.n_help h3{ font-size: 1.25rem; color: #2b2b2b; margin-bottom: 1.5rem;}
.n_help .btn03{ display: block; width: 9rem; height: 3.6875rem; line-height: 3.6875rem; margin: 0 auto; text-align: center; color: #e60012; font-size: 1.125rem; position: relative; z-index: 1; }
.n_help .btn03:before{ content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 3px solid #e60012; z-index: -1;}
.n_help .btn03:after{ content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #e60012; z-index: -1;}
.n_help .btn03:hover:after{ top: 0; bottom: auto; height: 100%;}
.n_help .btn03:hover{ color: #fff;}

.n_fqa{}
.n_fqa ul{}
.n_fqa ul li{ border-bottom: 1px dashed #dedede; position: relative;}
.n_fqa ul li h5:before{ content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background: #4d4d4d; position: absolute; left: .5rem; top: 50%; margin-top: -3px;}
.n_fqa ul li .box{ display: flex; padding: 2.25rem 0; gap: 1.5rem;}
.n_fqa ul li .box h5{ font-size: 1rem; color: #4c4c4c; padding-left: 1.5rem; position: relative;  }
.n_fqa ul li .box>div{ flex-grow: 1; display: flex; align-items: center; gap: 1.5rem;}
.n_fqa ul li .box .tag_new{ display: block;flex-shrink: 0;  width: 2.25rem; line-height: 1.125rem; background: #e60012; color: #fff; text-transform: uppercase; font-size: .75rem; text-align: center;}
.n_fqa ul li .box .time{ flex-shrink: 0; font-size: .875rem; color: #808080; }
.n_fqa ul li .box:hover h5{ color:#e60012;}
/*翻页*/
.page { text-align:center; font-size: 0; color:#919191; width: 100%;  overflow: hidden;}
.page .box{ margin-top:3rem; display: flex; justify-content: center; height: 2.5rem; overflow: hidden;}
.page .box div{ display: flex; align-items: center; flex-wrap: wrap;}
.page li{ display:inline-block; list-style: none; }
.page a{ border: 1px solid #d5d5d5; padding:0 10px; min-width: 2.5rem; height: 2.5rem; border-radius: 1.25rem; transition: .5s; display:flex; align-items: center; justify-content: center; margin:0 5px; color:#0a0a0a; font-size:.875rem; transition: 0;   }
.page .on{ border: 1px solid #e60012; background: #e60012; color:#fff; }
.page a:hover{ border: 1px solid #e60012; background: #e60012; color:#fff; text-decoration:none; }
.page a svg path{ transition: 0s;}
.page a svg{ width: 1.125rem;}
.page a:hover svg path{ fill: #fff;}


.n_fqa_xq .gridbox{ display: grid; grid-template-columns:2.5rem 1fr; align-items: flex-start;}
.n_fqa_xq .q{ line-height: 1.5;  margin-bottom: .75rem;}
.n_fqa_xq .q h5{ font-size: 1.25rem; color: #4c4c4c;}
.n_fqa_xq .span{ font-size: 14px; color: #fff; font-weight: bold; text-transform: uppercase; background: #e0dede; width: 25px; height: 25px; text-align: center; line-height: 25px; }
.n_fqa_xq .a{ padding-bottom: 1.75rem !important;}
.n_fqa_xq .a .span{ font-size: .875rem;}
.n_fqa_xq .a .txt{ font-size: 1rem; line-height: 2rem; color: #4c4c4c;}
.n_fqa_xq .q .span{ background: #e60012;}

.ar_title{ border-bottom: 1px solid #e5e5e5; padding-bottom: 1.875rem; margin-bottom: 2.75rem;}
.ar_title h3{ font-size: 1.5rem; color: #4c4c4c; margin-bottom: 1.25rem;}
.ar_title h4{ display: flex; gap: 4rem;}
.ar_title h4 span{ font-size: .875rem; color: #a7a7aa;}

.otherfqa{ background: #f8f8f8;}
.otherfqa ul{ display: grid; grid-template-columns: repeat(2,1fr); column-gap: 1.875rem; row-gap: .9375rem;}
.otherfqa ul li{}
.otherfqa ul li a{ display: grid; grid-template-columns: 1fr 3rem; padding: 0 2.5rem; background: #ffffff; height: 4.375rem; align-items: center; position: relative; z-index: 1;}
.otherfqa ul li h5{ font-size: 1.0625rem; color: #4c4c4c; padding-left: 1.5rem; }
.otherfqa ul li a:before{ content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background: #808080; position: absolute; left: 2.5rem; top: 50%; margin-top: -3px;}
.otherfqa ul li svg{justify-self: flex-end;}
.otherfqa ul li a:after{ content: ""; display: block; width: 100%; height: 0; position: absolute; left: 0; bottom: 0; background: #e60012; z-index: -1; }
.otherfqa ul li a:hover:after{ height: 100%; bottom: auto; top: 0;}
.otherfqa ul li a:hover:before{ background: #fff;}
.otherfqa ul li a:hover h5{ color: #fff;}
.otherfqa ul li a:hover path{ fill: #fff;}

.n_coop{ width: 100%; overflow: hidden; background: url(../image/n_coop_bg.jpg) center no-repeat; background-size: cover;}
.n_coop ul{ display: grid; grid-template-columns: repeat(5,1fr); column-gap: 3.125rem; row-gap: 2.875rem;}
.n_coop .pic{ background: #fff; border: 1px solid #e3e3e3; display: flex; align-items: center; justify-content: center; height:6rem;}

.n_case{}
.n_case ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 2.875rem;}
.n_case ul li{}
.n_case ul li .box{ display: block; position: relative; z-index: 1; overflow: hidden;}
.n_case ul li .img{}
.n_case ul li .img img{}
.n_case ul li .img:after{}
/*.n_case ul li .txt{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; transition: .5s;}*/
/*.n_case ul li .txt h4{ font-size: 1.375rem; color: #fff; font-weight: bold; transition: .5s .2s;}*/
/*.n_case ul li .mask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 1.5rem; display: flex; align-items: center; justify-content: center; transition: .5s; opacity: 0; visibility: hidden;}*/
/*.n_case ul li .mask p{ font-size: .9rem; line-height: 1.75rem; max-height: 8.75rem; overflow: hidden; color: #ffffff; transition: .5s; opacity: 0; transform: translateY(50px);}*/
/*.n_case ul li:hover .txt{ opacity: 0; visibility: hidden;}*/
/*.n_case ul li:hover .txt h4{transform: translateY(-50px); transition: .5s; opacity: 0;}*/
/*.n_case ul li:hover .mask{ opacity: 1; visibility: visible;}*/
/*.n_case ul li:hover .mask p{ transform: translateY(0px); opacity: 1; transition: .5s .2s; }*/
.n_case ul li .mask{ position: absolute; pointer-events:none; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; display: flex; align-items: center; padding: 2rem; transition: .6s ease-in-out;}
.n_case ul li .txt{ height: 1.5rem; overflow: hidden; transition: .6s ease-in-out;}
.n_case ul li .txt h4{ font-size: 1.375rem; line-height: 1.5rem; text-align:center; color: #fff; font-weight: bold; margin-bottom: .75rem;}
.n_case ul li .txt p{ font-size: .87rem; line-height: 1.5rem; color: #fff; opacity: 0; visibility: hidden; transition: .6s ease-in-out;}
.n_case ul li:hover .mask{ background: rgba(0, 0, 0, 0.4);}
.n_case ul li:hover .txt{ height: 5.25rem;}
.n_case ul li:hover .txt p{ opacity: 1; visibility: visible;}

.n_nav{}
.n_nav ul{ display: flex; justify-content: center; gap: 2rem;}
.n_nav ul li{  }
.n_nav ul li a{ font-size: 1rem; color: #4c4c4c; width:9.0625rem; max-width: 100%; height: 3.125rem; display: flex; align-items: center; justify-content: center; font-size: .9375rem;color: #494949;border-radius: 1.875rem;position: relative;z-index: 0;overflow: hidden;transition: all ease 600ms;}
.n_nav ul li a:before {content: "";position: absolute;right: 0;top: 0;display: block;height: 100%;width: 100%;border-radius: 1.875rem;box-sizing: border-box;border: 1px solid #eeeeee;transition: all ease 600ms;z-index: -1;}
.n_nav ul li a:after {content: "";position: absolute;right: 0;top: 0;display: block;height: 100%;width: 100%;background: #e60012;transition: all ease 600ms;z-index: -1; opacity:0; visible:hidden;}
.n_nav ul li.on a:before {border: 2px solid #e60012;}
.n_nav ul li.on a:after { opacity:1; visible:visible; }
.n_nav ul li.on a {color: #fff;}
 
.n_download{}
.n_download ul{ display: grid; grid-template-columns:1fr 1fr; gap: 1.875rem 2.5rem;}
.n_download ul li{}
.n_download ul li .box{ display: grid; grid-template-columns: 2.5rem 1fr .5fr .5fr 1.25rem; gap: 3px; align-items: center; height: 3.75rem; border: 1px solid #e7e7e7; padding: 0 .875rem;}
.n_download ul li .box h5{ font-size: 1rem; color: #4c4c4c; line-height:1.3rem;}
.n_download ul li .box h5:hover{ color: #E60012;}
.n_download ul li .box span{ font-size: .875rem; color: #808080;}
.n_download ul li .box svg{ transition: .7s;}
.n_download ul li:hover .box svg:last-child{ transform: rotateY(180deg);}
.n_download ul li:hover .box svg:last-child path{ fill: #e60012;}

.n_video{}
.n_video ul{ display: grid; grid-template-columns: repeat(3,1fr); column-gap: 3.5rem; row-gap: 2.875rem;}
.n_video ul li{}
.n_video ul li .box{}
.n_video ul li .img{}
.n_video ul li .img img{}
.n_video ul li .img:after{ padding-top: 57.8%;}
.n_video ul li h5{ font-size: 1rem; color: #4c4c4c; padding-top: 1.5rem;}
.n_video ul li:hover h5{ color: #e60012;}

.n_news{}
.n_news ul{ display: grid; gap: 2.5rem;}
.n_news ul li{}
.n_news ul li .box{ display: grid; grid-template-columns: 16.5rem 1fr; gap: 1.875rem;}
.n_news ul li .img{}
.n_news ul li .img img{}
.n_news ul li .img:after{}
.n_news ul li .txt{ position: relative; padding-top: 6px;}
.n_news ul li .time{ display: flex; align-items: center; font-size: .875rem; color: #4c4c4c;font-family: Poppins;}
.n_news ul li .time svg{ margin-right: .5rem; width: 1.25rem; flex-shrink: 0;
    margin-bottom: 2px;}
.n_news ul li .txt h5{ font-size: 1.125rem; color: #4c4c4c; margin-top: 1.25rem; margin-bottom: 1.25rem;}
.n_news ul li .txt p{ font-size: .875rem; line-height: 1.5rem; color: #808080;}
.n_news ul li .txt:before{ content: ""; display: block; width: 100%; height: 1px; background: #e5e5e5; position: absolute; left: 0; bottom: 0;}
.n_news ul li .txt:after{ content: ""; display: block; width: 0; height: 1px; background: #e60012; position: absolute; right: 0; bottom: 0; transition: 1s;}
.n_news ul li:hover .txt:after{ width: 100%;left:0; right: auto;}
.n_news ul li:hover .txt h5{ color: #e60012;}

.n_join01{}
.n_join01 .box{ display: grid; grid-template-columns: .6fr .4fr; gap: 2rem; border: 1px solid #ededed; padding: 2.25rem 3.125rem;}
.n_join01 .tt{ font-size: 1.375rem; color: #4c4c4c; display: flex; align-items: center; margin-bottom: 1.25rem;}
.n_join01 .tt svg{ margin-right: .75rem; width: 1.875rem; height: 1.875rem;}
.n_join01 .left .txt{ font-size: .9375rem; color: #4c4c4c; line-height: 2.25rem;}
.n_join01 .right .txt{ font-size: .9375rem; color: #4c4c4c; line-height: 1.875rem;}
.n_join01 .right .txt a{ color: #E60012; text-decoration: underline;}

.n_join02{}
.n_join02 .gridbox{ display: grid; grid-template-columns: .35fr .23fr .23fr .20fr 18px; padding: 0 4rem; align-items: center;}
.n_join02 .hd{ height: 3.75rem; background: #e2e4e5; border-bottom: 1px solid #dcdfe2;}
.n_join02 .hd img{ margin-right: .625rem;}
.n_join02 .hd span{ font-size: 1rem; color: #4c4c4c; display: flex; align-items: center;}
.n_join02 dl:nth-child(even){ background: #f5f7f9;}
.n_join02 dt{ height: 3.875rem; font-size: 1rem; color: #525355; cursor: pointer;}
.n_join02 dt h4:hover{color: #E60012;}
.n_join02 dt span{}
.n_join02 dt i{ display: block; width: 15px; height: 15px; position: relative;}
.n_join02 dt i:before{ content: ""; display: block; width: 100%; height: 1px; position: absolute; left: 0; top: 50%; margin-top: -.5px; background: #949495;}
.n_join02 dt i:after{ content: ""; display: block; width: 100%; height: 1px; position: absolute; transform: rotate(90deg); transition: .5s; left: 0; top: 50%; margin-top: -.5px; background: #949495;}
.n_join02 dd{ margin: 0 4rem; display: none; padding: 1.75rem 0 2.5rem; border-top: 1px solid #e4e6e7;}
.n_join02 dd .txt{ font-size: .9375rem; line-height: 1.875rem; color: #4c4c4c;}
.n_join02 dd .btn_apply{ margin-top: 2.5rem;}
.n_join02 dt.on i:after{transform: rotate(0deg);}

.tc_join{ background: #fff; padding: 2.625rem 3.75rem; position: relative; width: 720px; max-width: 90%;}
.tc_join .tt{ font-size: 1.5rem; color: #4c4c4c; font-weight: bold; text-align: center; margin-bottom: 3.5rem;}
.tc_join form{ display: grid; gap: 1.25rem;}
.myform .group{ display: grid; grid-template-columns: 6rem 1fr; column-gap: 2rem; align-items: flex-start;}
.myform .group .span{ justify-self: flex-end; font-size: .9375rem; color: #000000; font-weight: bold; display: flex; height: 40px; align-items: center; text-align: right;}
.myform .group .span i{ font-weight: bold; color: #e60012; display: inline-block; margin-right: 7px; margin-top:.4rem;}
.myform .group .input{ height: 40px !important; border: 1px solid #e6e6e6; padding: 0 1rem; font-size: .8125rem; color: #777;}
.myform .group .textarea{  border: 1px solid #e6e6e6; padding: .75rem 1rem; line-height: 1.5; font-size: .8125rem; color: #777;}
.myform .button{ margin: 1.5rem auto 0; display: block; border: 0; outline: 0;}
.btn_upload{ display: block; width: 6.25rem; height: 2.5rem; border-radius: 1.25rem; font-size: .8125rem; background: #626262; color: #fff; border: 0; outline: 0;}

::-webkit-input-placeholder{color:#c5c5c5;}
::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#c5c5c5;}
::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#c5c5c5;}
::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#c5c5c5;}
:focus::-webkit-input-placeholder {color: transparent;}
:focus:-moz-placeholder { color: transparent;}
:focus::-moz-placeholder { color: transparent;}
:focus:-ms-input-placeholder {color: transparent;}

.danxuan label { cursor:pointer; margin-right:10px; font-size:1rem; color:#4c4c4c; display: flex; align-items: center;}
.danxuan label i { display:inline-block;width:15px;height:15px;text-align:center; color:#fff;border:#ccc 1px solid;vertical-align:middle;margin:0 5px 0 0px; color:#7d7d7d; position:relative;}
.danxuan label i:before{ content:""; width:7px; height:7px; display:block; border-radius:50%; background:none; position:absolute; top:3px; left:3px; }
.danxuan input[type="checkbox"],input[type="radio"] {display:none;}
.danxuan input[type="radio"] + i {border-radius:50%;}
.danxuan input[type="checkbox"]:checked + i,input[type="radio"]:checked + i:before{ background:#e60012; }
.danxuan input[type="checkbox"]:checked + i,input[type="radio"]:checked + i{ border:#e60012 1px solid;}
.danxuan input[type="checkbox"]:disabled + i,input[type="radio"]:disabled + i {border-color:#ccc;}
.danxuan input[type="checkbox"]:checked:disabled + i,input[type="radio"]:checked:disabled + i {background:#ccc;}

.outbox{ background: #f2f2f2;}
.innerbox{ padding: 3.375rem 2.875rem; background: #fff;}
.n_try{ margin-bottom: 2.875rem;}
.n_try .tt{ margin-bottom: 3rem;}
.n_try .tt h3{ font-size: 1.5rem; color: #4c4c4c; font-weight: bold; margin-bottom: 1rem;}
.n_try .tt p{ font-size: 1.125rem; color: #808080;}
.n_try ul{ display: flex; justify-content: space-between; max-width: 900px; align-items: center; }
.n_try ul li{ position: relative;}
.n_try ul li .box{ display: flex; flex-direction: column; justify-content: center; align-items: center;}
.n_try ul li.arr{ width: 2.125rem; height: 1.625rem; background: url(../image/lc_arr.png) center no-repeat; margin-bottom: 2.125rem; background-size: contain;}
.n_try ul li .ico{}
.n_try ul li .ico img{ width: 5.625rem;}
.n_try ul li p{  white-space: nowrap; font-size: 1.125rem; color: #808080; margin-top: 1rem;}

.n_leixing{}
.n_leixing .myform{ display: grid; gap: 2rem; grid-template-columns: repeat(2,1fr);}
#gridbox{ display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px;}
#gridbox select{ height: 40px !important; border: 1px solid #e6e6e6; padding: 0 1rem; font-size: .8125rem; color: #777;}
#gridbox select option{ border-radius: 0; line-height: 40px; font-size: .8125rem; }
.n_leixing .button{ margin: 0;}
.n_leixing .hd,
.n_leixing .tip,
.n_leixing .group:nth-child(7),
.n_leixing .group:nth-child(8),
.n_leixing .group:nth-child(9){ grid-column: 1/3;}
.n_leixing .flexbox{ align-items: center; display: flex;}
.n_leixing .hd{ align-items: center;}
.n_leixing .hd label{ border: 1px solid #e6e6e6; padding: 3px 20px;}
.n_tt3{ display: flex; align-items: center; }
.n_tt3 h3{ font-size: 1.25rem; line-height: 1; color: #4c4c4c; font-weight: bold; white-space: nowrap;}
.n_tt3 i{ display: block; width: 4px; height: 1.25rem; background: #e60012; margin-right: 1.125rem; align-self: flex-start;}
.n_tt3 p{ font-size: .8125rem; color: #808080; line-height: 1.5; margin-top: 6px;}
.tip{ font-size: 1.125rem; color: #e60012; line-height: 1.5;}

.n_caption .con{ font-size: 1.125rem; color: #4c4c4c; line-height: 2.5rem; margin-left: 1.25rem; margin-top: 1rem;}
.flexbox{ display: flex;}
.grid_col3{ display: grid; grid-template-columns: repeat(3,1fr); gap: 1.125rem;}
.n_feedback{}
.n_feedback .tt{ margin-bottom: 2.75rem; }
.n_feedback .tt h3{ font-size: 1.5rem; color: #4c4c4c; font-weight: bold; margin-bottom: .875rem;}
.n_feedback .tt p{ font-size: .9375rem; color: #808080; line-height: 1.5;}
.n_feedback .n_tt3{ margin-bottom: 1.625rem;}
.n_feedback .gridbox1{ padding-left: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; row-gap: 2.125rem; margin-bottom: 3rem;}
.n_feedback .gridbox2{ padding-left: 1.5rem; display: grid; row-gap: 2.125rem;}
.n_feedback .gridbox1 .group:nth-child(3){ grid-column: 1/3;}
.n_feedback .button{ margin: 0 !important;}
.n_feedback .danxuan{ column-gap: 2.5rem; flex-flow: wrap;}

.outbox .n_nav{ padding-top: 0 !important;}
.outbox .n_nav .m{ padding: 0 !important;}

.myform .gridbox3{ margin-bottom: 2rem; display: grid; gap: 1.5rem; padding-left: 1.5rem;}
.myform .gridbox3 .group{ grid-template-columns: 22.25rem 1fr; align-items: flex-start;}
.myform .gridbox3 .group .span{ text-align: left; line-height: 1.5rem; justify-self: flex-start; height: auto; }
.myform .gridbox3 dl{ display: grid; grid-template-columns: .7fr 3fr; line-height: 1.5rem; margin-bottom: 1rem; max-width: 457px;}
.myform .gridbox3 dl dt{ font-size: .9375rem; color: #353434; font-weight: bold;}
.myform .gridbox3 dd{ display: grid; grid-template-columns: .7fr 1fr 1fr;}

.flex{ display: flex;}
.n_lianxi{ padding-bottom: 3rem;}
.n_lianxi .m{ display: flex; gap: 3.125rem;}
.n_lianxi .tt{}
.n_lianxi .tt h3{ font-size: 1.5rem; color: #4c4c4c; font-weight: bold; margin-bottom: 1rem;}
.n_lianxi .tt p{ font-size: 1rem; line-height: 1.875rem; color: #4c4c4c;}
.n_lianxi dl{ display: flex; line-height: 2.875rem;}
.n_lianxi dl dt{ margin-right: .75rem; height: 2.875rem; width: 1.5rem; display: flex; align-items: center;}
.n_lianxi .txt{ display: flex; flex-direction: column; justify-content: space-between; }

#mymap{ height: 28rem;  border: 1px solid #e1e1e1;}
.amap-info-outer{ padding: 1rem 1.5rem;}
.amap-info-outer h5{ font-size: 1.0625rem; margin-bottom: 5px; color: #4c4c4c;}
.amap-info-outer p{ font-size: 12px; color: #4c4c4c; line-height: 1.5;}

.span a:hover{color: #e60012;}
.n_news_xq .m{ display: flex; align-items: flex-start;}
.left_con{ flex-grow: 1; max-width: 100%; }
.right_con{ width: 23.25rem; flex-shrink: 0; margin-left: 2.5rem; position: sticky; top: 8rem;}
.right_con .borderbox{ padding:2.5rem  1.875rem; background: #f5f7f9; background-size: 100%; }
/* .n_tt{ height: 4rem; display: flex; align-items: center; position: relative; margin-bottom: 3rem;}
.n_tt:before{ content: ""; display: block; width: 100%; height: 1px; background: #e5e5e5; position: absolute; bottom: 0;left: 0;}
.n_tt:after{ content: ""; display: block; width: 6.5rem; height: 2px; background: #e62129; position: absolute; bottom: 0;left: 0;}
.n_tt span{ margin-right: .75rem;}
.n_tt h3{ font-size: 1.125rem; color: #333333; font-weight: bold;}
  */
  .slick-dotted.slick-slider{ margin-bottom: 0;}
.news_tuijian01{}
.right_con .tt{ display: flex; align-items: flex-end; margin-bottom: 1.5rem;}
.right_con .tt span{ font-size: 1.125rem; color: #9a9b9c; text-transform: capitalize; margin-left: 10px;}
.right_con .tt h3{ font-size: 1.375rem; color: #4c4c4c; }
 
.news_tuijian02{ border-top: 1px solid #dcdee0; padding-top: 1.25rem;  }
.news_tuijian02 li a{ }
.news_tuijian02 li h5{ line-height: 2.5rem;  width: 100%; font-size: .9375rem; color: #808080; width: 100%; transition: .5s; }
.news_tuijian02 li h5:hover{ color: #e60012;}

.n_news_xq .ar_title {
	margin-bottom: 2rem;
	border-bottom: #e7ecec 1px solid; 
	position: relative; padding-bottom: 1.25rem;
}
.txt_center{ text-align: center !important; margin-bottom: 5px !important;}
.n_news_xq .ar_title h3 {
	font-size: 1.875rem;
	color: #4c4c4c;
	line-height: 1.5;
    margin-bottom: 0;
	font-weight: bold;
}
.n_news_xq .ar_title h6 { width: 100%;  display: flex; justify-content: space-between;}
.n_news_xq .ar_title h4 { width: 100%;  display: flex; justify-content: center;}
.n_news_xq .ar_title .tag{ display: flex; flex-flow: wrap; column-gap: 3.5rem; line-height: 1.5;}
.n_news_xq .ar_title span {
	position: relative;
    font-size: .9375rem;
	color: #a7a7aa;
	display: inline-block; display: flex; align-items: center; 
}
.n_news_xq .ar_title h6 span svg { margin-right: 5px;
}
.shart_box {
	display: inline-block;
	cursor: pointer
}
#share-21.social-share {
	 white-space: nowrap;
}
#share-21.social-share .social-share-icon {
	display: inline-block;
	border: #dbdcdf 1px solid;
	color: #a0a0a0 !important;
	width: 27px;
	height: 27px;
	line-height: 27px;
  font-size: 13px;
}
#share-21.social-share .social-share-icon:hover {
	border: #e60012 1px solid !important;
	background: #e60012 !important;
	color: #fff !important;
}
#share-21.social-share .icon-wechat .wechat-qrcode .qrcode {
	height: 105px;
}

.ar_fot2{  background: url(../image/end.png) center top no-repeat; padding-top: 2rem; margin-top: 2rem; font-size: .9375rem; color: #8f8f8f;}
.ar_fot2 a{ display: inline-block; font-size: .9375rem; line-height: 1.7; padding: .5rem 0; color: #8f8f8f;}
.ar_fot2 a[href]:hover{ color: #e60012;}

.news_tuijian03{}
.news_tuijian03 ul{ display: grid; gap: 1.5rem;}
.news_tuijian03 ul li{}
.news_tuijian03 ul li a{}
.news_tuijian03 ul li .img{}
.news_tuijian03 ul li .img img{}
.news_tuijian03 ul li h4{ font-size: .875rem; line-height: 1.5rem; color: #4c4c4c; padding-top: 1rem; transition: .4s;}
.news_tuijian03 ul li:hover h4{ color: #e60012;}

.case_xq{}
.case_xq .box01{ margin-top: -2.75rem;}
.case_xq .box01 .item{ display: grid; grid-template-columns: 31rem 1fr; gap: 5.375rem; padding: 2.75rem 0;}
.case_xq .box01 .item:nth-child(2){ direction:rtl;}
.case_xq .box01 .item+.item{ border-top: 1px solid #e5e5e5;}
.case_xq .box01 .txt{ display: grid; direction:ltr;}
.case_xq .box01 .txt h4{ font-size: 1.5rem; color: #4c4c4c;}
.case_xq .box01 .txt .con{ font-size: .9375rem; line-height: 1.875rem; height: 11.25rem; overflow: hidden; color: #737373;}
.case_xq .box01 .txt .con li{ list-style: disc; margin-left: 1.25rem;}
.case_xq .box01 .tip{ align-self: flex-end; font-size: .875rem; line-height: 1.875rem;}

.n_hd{ display: flex; margin-bottom: 2.25rem; justify-content: space-between; align-items: center;}
.n_hd .n_tt2{ margin-bottom: 0 !important;}
.n_hd .more_r{ font-size: .875rem; color: #808080;}
.n_hd .more_r:hover{ color: #e60012;}
.case_recommend{}
.case_recommend .box{ display: block; background: #f5f7f9; padding: 1.625rem 1.125rem;}
.case_recommend .box .img{}
.case_recommend .box .img img{}
.case_recommend .box .img:after{}
.case_recommend .box .txt{ padding-top: 1.25rem;}
.case_recommend .box .txt span{ font-size: .875rem; line-height: 1.875rem; color: rgba(0, 0, 0, 0.4);}
.case_recommend .box .txt h4{ font-size: 1rem; line-height: 1.875rem;}
.case_recommend .box .txt h4:hover{ color:#e60012;}

.n_pro_info.noswiper .m { grid-template-columns: 25rem 1fr; gap: 4.75rem;}
.xilie_info{margin-top:-0.6rem;}
.xilie_info .box{ font-size: .875rem; line-height: 1.75rem; background: #ffffff; padding: 0rem 1.75rem;}

.pro_tuijian{}
.pro_tuijian table{ width: 100%;}
.pro_tuijian table tr{border-bottom: 1.5px dashed #e5e5e5;}
.pro_tuijian table th{ text-align: center; background: #f5f7f9; height: 3.75rem;}
.pro_tuijian table td{text-align: center; font-size: .875rem; color: #808080; line-height: 1.5rem; max-width: 210px; padding: 1.625rem 0;}
.pro_tuijian table .img{ width: 8rem; margin: 0 auto;}
.pro_tuijian table th{ width: 14.28%;}
.pro_tuijian table tr+tr{ border-bottom: 1.5px dashed #e5e5e5;}
.pro_tuijian table td a{}
.pro_tuijian table td a:hover{ color: #e60012;}
.loadmore{ display: flex; text-align: center; flex-direction: column; transition: .5s; justify-content: center; align-items: center; margin-top: 2.25rem; font-size: .875rem; color: #808080;}
.loadmore svg{ margin-top: .75rem;}
.loadmore:hover{ color: #e60012;}
.loadmore:hover path{ fill: #e60012;}
.xl_bn{ height: 17.25rem; background: url(../image/xilie_bn.jpg) center no-repeat; background-size:cover;}
.xl_bn .txt{ display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%;}
.xl_bn .txt h3{ color: #fff; font-size: 1.5rem;margin-bottom: 1rem;}
.xl_bn .txt p{ color: #fff; font-size: .875rem; color: rgba(255, 255, 255, .7); line-height: 1.5; }
.xl_bn .txt img{ width: 3.125rem;margin: 1rem auto 0;}
#fileupload_jlsc .col-lg-12{ padding: 0 !important;}
#fileupload_jlsc{ height: 40px; display: flex; align-items: center;}
#fileupload_jlsc .btn.blue:not(.btn-outline){background: #626262; border: 0 !important;}

select{-webkit-appearance: none; outline:none; 
    background-image:url(../image/select_arrow.svg) !important; 
    background-position:95% center !important;
     background-repeat:no-repeat !important; 
     background-size:12px !important;}

#nav_27{ position: relative; transform: translateY(-7.5rem); display: block;}

   
/*产品中心*/
.cpzx{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
}
.cpzx-zf{
    width: 300px;
    float: left;
}
.cpzx-zfnr{
    width:100%;
    background-color: #E6E6E6;
    border:1px solid #ccc;
    border-top:none;
    box-sizing:border-box;
}
.cpzx-zfnr ul{
    margin-bottom:0;
}
.cpzx-zfnr>ul>li{
    width: 100%;
    height: auto;
    line-height: 42px;
    box-sizing: border-box;
    background: url(../image/cq139_04.png) no-repeat 11px 16px;
    background-size: 11px 10px;
    border-top: 1px solid #ccc;
}
.cpzx-zfnr>ul>li>a{
    font-size: 14px;
    color: #000;
    line-height: 42px;
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cpzx-zfnr>ul>li>a.inactive{
    background: url(../image/cq139_06a.png) no-repeat 188px center;
    background-size: 10px 6px;
}
.cpzx-zfnr>ul>li>a.inactives{
    background: url(../image/cq139_06b.png) no-repeat 188px center;
    background-size: 10px 6px;
}
.cpzx-zfnr>ul>li>ul{
    width:100%;
    display:none;
}
.cpzx-zfnr>ul>li>ul>li{
    width:100%;
    line-height: 42px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    background-color:#F2F2F2;
}
.cpzx-zfnr>ul>li>ul>li>a{
    font-size: 12px;
    color: #787878;
    line-height: 42px;
    padding: 0 20px;
    padding-left: 12px;
    box-sizing:border-box;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cpzx-zfnr>ul>li>ul>li>a.inactive{
    background: url(../image/cq139_18.png) no-repeat 190px center;
    background-size: 9px 9px;
}
.cpzx-zfnr>ul>li>ul>li>a.inactives{
    background: url(../image/cq139_19.png) no-repeat 188px center #e71e1b;
    background-size: 9px 9px;
    color:#fff;
}
.cpzx-zfnr>ul>li>ul>li>ul{
    display:none;
}
.cpzx-zfnr>ul>li>ul>li>ul>li{
    width:100%;
    height:42px;
    line-height:42px;
    background-color:#fff;
    border-top:1px solid #ccc;
    box-sizing:border-box;
}
.cpzx-zfnr>ul>li>ul>li>ul>li>a{
    font-size: 13px;
    color: #999;
    line-height: 42px;
    padding: 0 20px;
    padding-left: 37px;
    box-sizing:border-box;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cpzx-zfnr>ul>li>ul>li>ul>li>a:hover{
    color:#e71e1b;
}

.gywm-zffl-an{
    width:25px;
    height:50px;
    background:url(../image/cq75_25_03.png) no-repeat center center;
    background-size:25px 50px;
    position:fixed;
    top:240px;
    left:0;
    z-index:999;
    display:block;
    cursor:pointer;
}

.gywm-zffl-an01{
    width:25px;
    height:50px;
    background:url(../image/cq75_24_03.png) no-repeat center center;
    background-size:25px 50px;
    position:absolute;
    top:240px;
    right:0;
    z-index:999;
    display:block;
    cursor:pointer;
}
.gywm-zf{
    width:220px;
    height:100%;
    float:none;
    background-color:#EAEAEA;
    position:relative;
    position:fixed;
    top:0;
    left:-100%; 
    z-index:9999;
    padding:0 0;
    overflow:auto;
    box-sizing:border-box;
}
.gywm-zf-bt{
    width:100%;
    padding:15px 20px;
    padding-left:36px;
    box-sizing:border-box;
    background:url(../image/cq139_02.png) no-repeat 20px center #E71E1B;
    background-size:5px 45px;
}
.gywm-zf-bt h2{
    font-size:22px;
    color:#fff;
    margin-top:0;
    margin-bottom:0;
    line-height:30px;
}
.gywm-zf-bt p{
    font-size:13px;
    color:#fff;
    margin-bottom:0;
    line-height:20px;
}
.gywm-zffl-an{ display: none;}
@media (max-width: 1200px){
  .gywm-zffl-an{ display: block;}
}



.n_pro_info .left{ grid-template-columns: 1fr;} 
.n_pro_info .img img{ padding:0; width:100%;}
#Tz_wrap{  }
#Tz_magnify{ position:relative;margin-bottom:10px;}
#Tz_magnify .simg{position:relative;width:470px;height:320px;border: 1px solid #ededed;max-width: 100%;}
#Tz_magnify .simg img[src="../images/sprite-magnify.png"]{position:absolute;bottom:0;right:0;object-fit: contain;}
#Tz_magnify .simg .mov{background:rgba(110, 110, 110, .4);position:absolute;left:0px;top:0;cursor:move;display:none;}
#Tz_magnify .bigimg {width:100%;height:100%;background: #fff;position:absolute;left:495px;bottom:0;overflow:hidden;display:none;}
#Tz_magnify .bigimg img{position:absolute;left:0px;top:0; max-height: inherit; max-width: inherit; object-fit: contain; }
.series {width:470px;position:relative;max-width: 100%;}
.series .show {width:470px;position:relative;overflow:hidden;max-width: 100%;}
.series .show ul.cont{display: flex;justify-content: space-between;gap: 10px;}
.series .show ul.cont li{cursor:pointer;border: 1px solid #e9e9e9;flex-grow: 1;display: flex;justify-content: center;align-items: center; height:4.5rem;}
.series .show ul.cont li img{ object-fit:contain; width:80%;}
.series .show ul.cont li.hover{border: 1px solid red;}
.series span{width:20px;height:70px;position:absolute;background-image:url("https://www.aigtek.com/static/style/pc/images/hd_sprite_v1.0.png");cursor:pointer;}
.series span.left{left:0;top:0;background-position:-142px -18px;}
.series span.right{right:0;top:0;background-position:-172px -18px;}
.series span.left:hover{background-position:-138px -130px;}
.series span.right:hover{background-position:-175px -130px;}
  @media (max-width:480px){
#Tz_magnify .simg{ height: 270px;}
}

.yj-sjdh {
    display: none;
}

@media (max-width: 720px){
/*页脚电话*/
.yj-sjdh{
    width:100%;
    height:38px;
    background-color:#e71e1b;
    display:block;
    position:fixed;
    bottom:0;
    z-index:999;
    box-shadow:0 -2px 6px #666;
}
.yj-sjdh ul li{
    width:50%;
    height:38px;
    line-height:38px;
    text-align:center;
    float:left;
}
.yj-sjdh ul li a{
    display:block;
}
.yj-sjdh ul li span{
    font-size:1rem;
    color:#fff;
    display:inline-block;
    box-sizing:border-box;
}
.yj-sjdh ul li.yj-sjdh01{
    border-right:1px solid #fff;
    box-sizing:border-box;
}
.yj-sjdh ul li.yj-sjdh01 span{
    background:url(https://www.aigtek.com/static/style/images/cq139_28.png) no-repeat 0 center;
    background-size:22px 22px;
}
.yj-sjdh ul li.yj-sjdh02{
    border-left:1px solid #fff;
    box-sizing:border-box;
}
.yj-sjdh ul li.yj-sjdh02 span{
    background:url(https://www.aigtek.com/static/style/images/cq139_29.png) no-repeat 0 center;
    background-size:22px 22px;
}
.yj-sjdh ul li:hover{
    opacity:0.8;
}

}
