@charset "utf-8";*,*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
html {-webkit-tap-highlight-color:transparent}
body {overflow-x:hidden;color:#333;font-size:16px;font-family:Arial,'Times New Roman','Microsoft Yahei';-webkit-overflow-scrolling:touch;background:#fff;padding-top:105px}
@font-face {font-family:"Gobold Bold";src:url("../images/Gobold Bold.otf");
font-family:"Poppins-Bold";src:url("../iconfont/fonts/Poppins-Bold.ttf");}


body,dd,dl,figure,form,h1,h2,h3,h4,h5,h6,p,td,th {margin:0;padding:0;border:0}
li,ol,ul {margin:0;padding:0;list-style-type:none}
img {max-width:100%;border:0;vertical-align:middle}
table {border-collapse:collapse;border-spacing:0}
a {color:inherit;outline:none;text-decoration:none;background:transparent}
a,em,i,span {display:inline-block}
b,em,i {font-style:normal}
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:16px}
button,input,optgroup,select,textarea {outline:0;border:0;vertical-align:middle;padding:0;}
button,html input[type=button],input[type=reset],input[type=submit],input[type=text] {outline:0;border:0;border-radius:0;cursor:pointer;-webkit-appearance:button;background:#fff;}
textarea {resize:none;font-size:14px}
textarea,.select {appearance:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none}
.clearfix:after,.clearfix:before,.mauto:after,.mauto:before {display:table;content:""}
.clearfix:after,.mauto:after,.clear {clear:both}
.img img,.imgs img {width:100%;}
.imgs {position:relative}
.mauto {max-width:1440px;margin:0 auto}
@media screen and (max-width:1680px) {.mauto {max-width:95%;}
}

/* transition */ .head_nav li a,.nav_w .head_nav li li a,.nav_w .head_nav li ul,.nav_w .head_nav li li>a:before,.head_nav b:after,.nav_head .btn--search,.nav_head .btn--search:after,.nav_w .head_nav>li>a:after,.nav_head .head-search .search-ipt {-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.home_product h2::after,.home_partner h2::after,.home_email h2::after,.home_product .item img,.hot_advantage_box ul li .item,.hot_advantage_box ul li .item img,.index-news-box ul li .item img,.hot_advantage_box ul li .item img,.product-item-text span a,.case-list li a .img img,.pagination-bar ul li a,.sidebar-about ul li,.sidebar-about ul li i,.sidebar-featured ul li .item .pro-detail-info span a,.owl-controls .owl-prev,.owl-controls .owl-next,.owl-controls .owl-prev,.owl-controls .owl-next,.products_info .bavlcn a::after,.home_product::after,.home_about,.products-list li a:hover .imgs,.products-list .imgs img,.sidebar-featured ul li .item .pro-media img,.news-list li a .img,.news-list li:hover a .img img,.home_about .mauto::after,.home_product li:first-child .imgs,.home_product li:last-child .imgs,.home_product .imgs img,.home_newslist > .news_item,.home_newslist > .items-wrapper .news_item + .news_item,.home_newslist > .news_item .img img,.home_newslist > .items-wrapper .news_item .img img,.i-more a,.home_newslist .news_item .img img,.home_newslist .owl-item:nth-child(3) .content {transition:ease all 0.4s;-webkit-transition:ease all 0.4s;-moz-transition:ease all 0.4s;-o-transition:ease all 0.4s;}
/*滚动条样式*/@media screen and (max-width:768px) {::-webkit-scrollbar {width:1px;height:1px;}
::-webkit-scrollbar-track {-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0);border-radius:1px;background-color:#fff;}
::-webkit-scrollbar-thumb {border-radius:1px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);background-color:#fff;}
}

/*图片特效*/
.gotop{ display: none}
.white{position: relative;overflow: hidden;}
.white:after{content: '';cursor: pointer;position: absolute;left: -100%;top: 0;width: 100%;height: 100%;background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));transform: skewx(-25deg);}
.white:hover:after{left: 100%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}      

/*-开场动画-*/.animated {-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.infinite {-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animated.hinge {-webkit-animation-duration:2s;animation-duration:2s}
@-webkit-keyframes fadeInLeftA {0% {opacity:0;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}
100% {opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInLeftA {0% {opacity:0;-webkit-transform:translate3d(-20%,0,0);-ms-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}
100% {opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInLeftA {-webkit-animation-name:fadeInLeftA;animation-name:fadeInLeftA}
@-webkit-keyframes fadeInUpA {0% {opacity:0;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
100% {opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUpA {0% {opacity:0;-webkit-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
100% {opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInUpA {-webkit-animation-name:fadeInUpA;animation-name:fadeInUpA}
@-webkit-keyframes fadeInRightA {0% {opacity:0;-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}
100% {opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInRightA {0% {opacity:0;-webkit-transform:translate3d(20%,0,0);-ms-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}
100% {opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInRightA {-webkit-animation-name:fadeInRightA;animation-name:fadeInRightA}
@-webkit-keyframes twinkling {0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes OrangePulse {from {background-color:rgba(210,174,109,.2);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}
50% {background-color:rgba(210,174,109,1);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}
to {background-color:rgba(210,174,109,.2);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}
}
@-webkit-keyframes swing {20% {-webkit-transform:rotate(40deg);transform:rotate(40deg)}
40% {-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}
60% {-webkit-transform:rotate(10deg);transform:rotate(10deg)}
80% {-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}
100% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes swing {20% {-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}
40% {-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}
60% {-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}
80% {-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}
100% {-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
}
.swing {-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
@-webkit-keyframes jump {0% {-webkit-transform:translateY(0);}
25% {-webkit-transform:translateY(-20%);}
50% {-webkit-transform:translateY(0);}
75% {-webkit-transform:translateY(-10%);}
100% {-webkit-transform:translateY(0);}
}
@keyframes jump {0% {transform:translateY(0);}
25% {transform:translateY(-20%);}
50% {transform:translateY(0);}
75% {transform:translateY(-10%);}
100% {transform:translateY(0);}
}
@-webkit-keyframes bounceInA {0%,100%,20%,40%,60%,80% {-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
0% {opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
20% {-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
40% {-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
60% {opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}
80% {-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}
100% {opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@keyframes bounceInA {0%,100%,20%,40%,60%,80% {-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
0% {opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
20% {-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
40% {-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
60% {opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}
80% {-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}
100% {opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
.bounceInA {-webkit-animation-name:bounceInA;animation-name:bounceInA;-webkit-animation-duration:.75s;animation-duration:.75s}
@-webkit-keyframes fadeInDownA {0% {opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100% {opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDownA {0% {opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100% {opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInDownA {-webkit-animation-name:fadeInDownA;animation-name:fadeInDownA}
@keyframes fadeInA {0% {opacity:0;}
100% {opacity:1;}
}
.fadeInA {-webkit-animation-name:fadeInA;animation-name:fadeInA}
@-webkit-keyframes flipInY {0% {-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}
0%,40% {-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
40% {-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}
60% {-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}
80% {-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}
to {-webkit-transform:perspective(400px);transform:perspective(400px)}
}
@keyframes flipInY {0% {-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}
0%,40% {-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
40% {-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}
60% {-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}
80% {-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}
to {-webkit-transform:perspective(400px);transform:perspective(400px)}
}
.flipInY {-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}
@-webkit-keyframes zoomInA {0% {opacity:0;-webkit-transform:scale3d(.6,.6,.6);transform:scale3d(.6,.6,.6)}
50% {opacity:1}
}
@keyframes zoomInA {0% {opacity:0;-webkit-transform:scale3d(.6,.6,.6);transform:scale3d(.6,.6,.6)}
50% {opacity:1}
}
.zoomInA {-webkit-animation-name:zoomInA;animation-name:zoomInA}







.white{position: relative;overflow: hidden;}
.white:after{content: '';cursor: pointer;position: absolute;left: -100%;top: 0;width: 100%;height: 100%;background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));transform: skewx(-25deg);}
.white:hover:after{left: 100%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}




/* CSS 公共样式结束 *//* nav */.nav_main {margin:0 auto;position:relative;}
.top{ width: 100%; height: 40px; line-height: 40px; background: #f5f5f5; display: block; position: relative}
.top .top_layer{ float: left}

.top .top_layer a,.ing a{ display: inline-block; margin-right: 20px; font-size: 15px; color: #666;text-transform:capitalize}

.top .top_layer {-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 45px;}

 .head_right {float:right;text-align:right; margin-right:45px}

.ing{ float: left; line-height: 33px;}
.ing a i{ margin-right: 5px;}
.ing dd img{ height: 25px;}

 .c-language {display:inline-block;position:relative;text-align:left;vertical-align:middle; float: right}
.c-language .c-language-title {position:relative;}
 .c-language .c-language-title,.nav_head .c-language .c-language-title a {color:#333;}

 .c-language:hover .c-language-title,.nav_head .c-language:hover .c-language-title a {color:#fff;}
.c-language .c-language-title,.c-language .c-language-title a {font-size:10pt;}

.c-language .c-language-title a:after {font-family:'iconfont';content:"\e635";font-size:12px;display:inline-block;padding-left:2px;color:#999;}
.c-language:hover .c-language-title a:after {-moz-transform:rotate(-360deg);-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);}
.c-language .c-language-cont {position:absolute;top:40px;right:0;width:100px;background:#f8f8f8;padding:10px;transform:scale3d(0.9,0.9,1);opacity:0;visibility:hidden;z-index:999;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-radius:5px;max-height:80vh;}

.c-language:hover .c-language-cont {transform:scale3d(1,1,1);opacity:1;visibility:visible;}
.c-language .c-language-cont li {display:inline-block;vertical-align:top;width:100%;font-size:10pt;overflow:hidden;padding:0 10px 0 0;}
.c-language .c-language-cont .lang-item-hide {display:none !important;}
.c-language .c-language-cont .lang-more {position:relative;display:block;text-align:center;cursor:pointer;line-height:30px;}
.c-language .c-language-cont .more-active {font-size:20px;}
.language-f span {position:relative;display:inline-block;vertical-align:top;*display:inline;*zoom:1;white-space:nowrap;padding:0 0 0 33px;overflow:hidden;color:#333;}





.nav_w { -moz-box-sizing:content-box;-webkit-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box;}

.nav_head{width: 100%; position: relative;z-index: 888; }

.head_layer {-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 45px;background:#fff;}
.head_layer .nav_main { width: 100%; display: block; }

.logo{float: left; width: 10%; height: 113px; line-height: 113px;}
.head_layer .logo img {width:auto;max-height:60px;max-width: 100%; vertical-align: middle}






.nav_w { float: left; width: 60%; margin: 0 1.5% ;}
.nav_w .head_nav {display:inline-block;position:relative;z-index:2; width: 100%;}
.nav_w .head_nav:after {display:none;}
.nav_w .head_nav>li {display:inline-block;line-height:113px;font-size:15px;position:relative;perspective:500px;font-family:Arial;vertical-align:middle;position:relative; width: 13.5%; text-align: center}
.nav_w .head_nav>li>a {color:#333;position:relative;font-weight:700;display:inline-block;vertical-align:top;text-transform:uppercase;}
.nav_w .head_nav>li>a>em {display:inline-block;vertical-align:top;position:relative;font-family:"Gobold Bold";font-size:15px;}
.nav_w .head_nav>li>a>b {display:inline-block;margin-left:5px;}
.nav_w .head_nav>li>a>b:after {content:'\e635';font-size:12px;margin-left:.2em;vertical-align:middle;font-family:"iconfont";color:#999;}
.nav_w .head_nav>li.nav-current>a {color:#0066d3;}
.nav_w .head_nav>li.nav-current>a>em:before {width:100%;left:0;opacity:1;}
.nav_w .head_nav>li:hover>a {color:#0066d3;}
.nav_w .head_nav>li:hover>a>b:after {-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.nav_w .head_nav>li:hover>a>b:after {-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.nav_w .head_nav>li li {position:relative;text-align:left;padding:0 15px;}
.nav_w .head_nav>li li a {display:block;line-height:1.4em;padding:10px 5px;font-size:14px;position:relative;color:#333;text-transform:capitalize}
.nav_w .head_nav>li li a:before,.nav_w .head_nav>li li:hover>a:before {content:'';display:block;width:3px;height:30%;background-color:#193553;position:absolute;left:-15px;top:40%;opacity:0;filter:alpha(opacity=0);}
.nav_w .head_nav>li li b:after {content:'\e600';font-size:12px;position:absolute;right:0;top:10px;font-family:"iconfont";color:#999;}
.nav_w .head_nav>li li:last-child>a {border-bottom:0;}
.nav_w .head_nav>li li:hover>a {color:#0066d3;}
.nav_w .head_nav>li li:hover>a b:after {border-left-color:#193553;}
.nav_w .head_nav li ul {width:250px;padding:15px 0;background-color:#1d1e20;position:absolute;left:0;top:100%;z-index:999;-webkit-transform:scale(.8) rotateY(30deg);-ms-transform:scale(.8) rotateY(30deg);-o-transform:scale(.8) rotateY(30deg);transform:scale(.8) rotateY(30deg);opacity:0;filter:alpha(opacity=0);visibility:hidden;box-sizing:border-box;-webkit-transform-origin:center 0;-moz-transform-origin:center 0;-ms-transform-origin:center 0;-o-transform-origin:center 0;transform-origin:center 0;box-shadow:3px 3px 0 rgba(0,0,0,.1);background:#fff;}
.nav_w .head_nav li ul:before {content:'';display:block;width:100%;height:2px;background:linear-gradient(90deg,#0066d3,#01ffff);position:absolute;left:0;top:0;}
.nav_w .head_nav>li ul ul {left:100%;top:-15px;}
.nav_w .head_nav li:hover>ul {-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:1;filter:alpha(opacity=100);visibility:visible;}

.search_box{ width:16%; float: left; margin-top: 40px}
.searcht{ width:100%; }
.search_box input.input{width:80%;height: 37px;background: #f3f3f3;border-radius: 2.125rem 0 0 2.125rem;padding: 0 3%;font-size: 13px;color: #333;border: #d6d6d6 1px solid; float: left}
.search_box input.submit{width:19%;height: 37px;border-radius: 0 2.125rem 2.125rem 0;background: #003d88 url("../images/search_white.png") center no-repeat;background-size: .9rem;float: left}

.zx{ width: 9%; float: right; margin-top: 40px;}
.zx .wui-nav-item{ display: inline-block; background: #ff4228;border-color: #ff4228 !important;box-shadow: 1px 2px 13px rgb(255 66 40 / 50%);width: 100%; line-height: 37px; color: #fff;border-radius:25px; font-size: 13px; text-align: center; font-family: "Poppins-Bold"; text-transform:uppercase;}
.zx .wui-nav-item:hover{ background: #222}









.fixed-nav .search_box,.fixed-nav  .zx{ margin-top: 20px;}

.wui-modal-wrap{
    display:none;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color:rgba(0,0,0,0.4);
    z-index:10001;
    overflow:hidden auto
}
.wui-modal-wrap .wui-modal-close{
    display:block;
    position:absolute;
    top:14%;
    right:20%;
    width:24px;
    height:24px;
    cursor:pointer
}
.wui-modal-wrap .wui-modal-close:before,.wui-modal-wrap .wui-modal-close:after{
    content:'';
    display:block;
    width:2px;
    height:32px;
    background-color:#fff;
    position:absolute;
    z-index:1;
    left:50%;
    top:50%;
    margin-top:-16px
}
.wui-modal-wrap .wui-modal-close:before{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.wui-modal-wrap .wui-modal-close:after{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.wui-modal-wrap .wui-modal-close:hover:before,.wui-modal-wrap .wui-modal-close:hover:after{
    background-color:#3f64b1
}
.wui-modal-wrap.behind{
    background-color:transparent
}
.wui-modal-wrap .wui-modal{
    max-width:640px;
    width:100%;
    padding:0 24px;
    margin:0 auto;
    position:relative;
    top:0;
    bottom:0;
    height:100%;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column;
    -webkit-justify-content:center;
    justify-content:center
}
.wui-modal-wrap .wui-modal.wui-modal-xs{
    max-width:640px
}
.wui-modal-wrap .wui-modal.wui-modal-sm{
    max-width:768px
}
.wui-modal-wrap .wui-modal.wui-modal-md{
    max-width:1024px
}
.wui-modal-wrap .wui-modal.wui-modal-lg{
    max-width:1280px
}
.wui-modal-wrap .wui-modal.wui-modal-hr{
    max-width:1440px
}
.wui-modal-wrap.modal-in{
    -webkit-animation:fade-in .3s ease 0s both;
    animation:fade-in .3s ease 0s both
}
.wui-modal-wrap.modal-in .wui-modal{
    -webkit-animation:modal-in .2s ease 0s both;
    animation:modal-in .2s ease 0s both
}
.wui-modal-wrap.modal-out{
    -webkit-animation:fade-out .3s ease 0s both;
    animation:fade-out .3s ease 0s both
}
.wui-modal-wrap.modal-out .wui-modal{
    -webkit-animation:modal-out .3s ease 0s both;
    animation:modal-out .3s ease 0s both
}


/*.nav_w .head_nav li.menu_left ul {left:auto;right:0;}*/

.nav_w .head_nav li.menu_left ul ul {right:102%;}
.fixed-nav {width:100%;}
.fixed-nav .head_layer {background:#1d1e20;}
.fixed-nav .head_layer .logo {height:71px;line-height: 71px;}
.fixed-nav .head_layer .logo img{     max-height: 50px;}

.fixed-nav .head_layer .nav_w {padding-left:0;}
.fixed-nav .fixed-nav .c-language {padding-top:15px;padding-bottom:15px;}
.fixed-nav .head_layer {width:100%;position:fixed;left:0;top:0;z-index:9;-webkit-transition:none;-o-transition:none;transition:none;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);opacity:1;box-shadow:0 0 1px rgba(0,0,0,.2);}
.fixed-nav .head_nav>li>a,.fixed-nav .head_nav li {-webkit-transition:none;-o-transition:none;transition:none;}
.fixed-nav .nav_w .head_nav li li {font-size:13px;}
.fixed-nav .nav_w .head_nav>li {line-height:75px;}
.fixed-nav .nav_w .head_nav>li>a:after {top:auto;bottom:-1px;}
.fixed-nav-active .head_layer {-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:1;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;background:#fff;}
.phone-head-items {display:none;}
@media only screen and (max-width:1680px) {

.fixed-nav .nav_w .head_nav {padding-top:0;}
.fixed-nav .head_right {position:static;}
.fixed-nav .head_layer .nav_w {text-align:left;}
.fixed-nav .nav_w .head_nav > li:first-child > a {padding-left:0;}
}
@media only screen and (max-width:1610px) {
  
    .nav_head .head-search .search-ipt{ width: 180px;}
 
    
    
}
@media only screen and (max-width:1590px) {
    
 
    .head_layer .logo img{     max-height: 70px;}


    
    
    
}
@media only screen and (max-width:1477px) {
    .nav_head .head-search .search-ipt{ width: 140px;}
    
    
}



@media only screen and (max-width:1440px) {
	.nav_main {width:100%;}

    .nav_head .head-search .search-ipt{    width: 130px;}
}



@media only screen and (max-width:1360px) {
    .head-search{ display: none !important} 
    
}


@media only screen and (max-width:1200px) {

.head_layer .nav_w {padding-left:0;}
.nav_w .head_nav>li>a {padding:0 15px;}
.head_layer .nav_w {text-align: right; margin: 0}
    .nav_w .head_nav{padding-top: 30px;}
    .nav_w .head_nav > li { line-height: 55px; width: auto}
.nav_head .head_right { position: absolute; right: 0;top: 0;z-index: 5;}
    .nav_head .c-language{padding: 10px 0;}
    
    
    

    
}
@media only screen and (max-width:950px) {.mobile-body-mask {width:100%;height:100vh;background:rgba(0,0,0,0.6);position:fixed;left:0;top:0;z-index:999}
.mobile-ico-close {width:30px;height:30px;position:absolute;right:-30px;top:0;background:#1d1e20;line-height:30px;text-align:center;font-weight:normal;}
.mobile-ico-close:before {content:'\e689';font-family:"iconfont";font-size:20px;color:#fff;}
.sub-content {position:relative;display:block;right:auto;border-radius:0;border:none;box-shadow:none;z-index:99999;}
.lang-more {display:none !important}
.phone-head-items {position:fixed;top:0;left:0;background:#333;width:100%;height:25px;line-height:25px;text-align:left;display:block;z-index:999;}
.phone-head-item {float:left;width:45px;}
.phone-head-item .phone-head-aside {float:right}
.phone-head-item .title {width:100%;height:25px;line-height:25px;overflow:hidden;text-align:center;color:#FFF;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.phone-head-item .title a {position:relative;display:block;color:#FFF;}
.phone-head-item.phone-head-home .title a:before {content:'\f015';font-family:"iconfont";}
.phone-head-item.phone-head-nav .title:before {content:'\e601';font-family:"iconfont";}
.phone-head-item.phone-head-language .title:before {content:"\e85f";font-family:"iconfont";}
.phone-head-item.phone-head-search .title:before {content:"\e6fb";font-family:"iconfont";}
.phone-head-item .phone-head-social .title:before {content:"\f007";font-family:"iconfont";}
.phone-head-item .phone-head-aside .title:before {content:"\f060";font-family:"iconfont";}
.phone-head-item .main-content-wrap {background:#1d1e20;top:0;display:block;z-index:99999;}
.phone-head-item .main-content-wrap .content-wrap {overflow-y:auto;height:100%;padding:15px 10px;background-color:#1d1e20;background:#333;}
.phone-head-item .main-content-wrap.middle-content-wrap .content-wrap {overflow-y:hidden;}
.phone-head-item .side-content-wrap {position:fixed;display:block;left:-90%;width:90%;height:100%;}
.phone-head-item .middle-content-wrap {position:absolute;left:0;width:100%;height:auto;padding:20px 0;opacity:0;visibility:hidden;}
.phone-head-item .middle-show-content-wrap {top:30px;visibility:visible;opacity:1;}
.nav_head .logo {position:relative;display:block;float:none;text-align:center;}
.nav_head {padding:35px 0 15px;height:auto;}
.nav_head .nav_w .head_nav,.nav_head .c-language,.nav_head .btn--search {display:none;}
.nav_head .nav_w {position:static;display:none;}
.nav_head .btn--search {right:0;top:-20px;margin:0;}
.nav_head .head-search {display:none;}
.head-search {position:relative;width:90%;height:35px;background:#000;margin:0 auto;}
.head-search .search-ipt {position:absolute;width:100%;height:100%;left:0;top:0;color:#FFF;padding:0 10px;border:0;background-color:transparent;}
.head-search .search-btn {position:absolute;width:35px;height:100%;border:none;right:0;top:0;display:block !important;background:#0066d3;}
.head-search .search-btn:before {content:"\e6fb";font-family:"iconfont";font-size:20px;}
.head-search .search-attr {display:none;}
/* header */.nav_head {position:static;}
.head_layer {/*background:#1d1e20;*/background:#fff;padding-top:5px;padding-bottom:5px;}
.head_layer .logo {height:auto;padding-right:0; line-height: 100%; width: 100%}
.head_layer .logo img {max-height:50px;}
.head_layer .nav_main {display:block;background:none;}
.head_top {display:none;}
/*nav */.head_nav {width:100%;}
.head_nav li {position:relative;display:block;width:100%;}
.head_nav > li {border-bottom:1px solid #ddd;line-height:35px;color:#ddd;}
.head_nav > li:after {content:'\e600';position:absolute;right:0;top:0;font-size:12px;font-family:"iconfont";}
.head_nav li ul {display:block;width:100%;}
.head_nav li ul li {width:auto;padding:0 10px;font-size:14px;text-transform:lowercase;line-height:30px;}
.head_nav li ul li:before {content:"";width:3px;height:3px;background:#999;border-radius:50%;position:absolute;left:0;top:15px;}
.head_nav li ul li li {line-height:25px;}
.head_nav li ul li li:before {display:none;}
}
@media only screen and (max-width:767px) {.nav_head .logo img {max-height:50px;width:auto; }
    .top{ display: none}
    .head_nav li ul li a{text-transform:capitalize}
    
    
}
@media only screen and (max-width:480px) {/* nav_main */.nav_main,.nav_head .nav_main {width:100%;padding-left:10px;padding-right:10px;}
/* header */.head_top {padding-top:15px;padding-bottom:15px;border-bottom-width:1px;}
}
/*-search-*/.container {position:relative;min-height:100vh;}
.nav-search:before {-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.nav-search,.nav-search .head-search,.nav-search .btn--search-close {-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.nav-search {width:100%;height:102px;position:absolute;left:0;top:158px;z-index:3;opacity:0;visibility:hidden;}
.nav-search:before {content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:#313131;}
.nav-search .head-search {padding:25px;position:relative;z-index:1;}
.nav-search .head-search {text-align:center;-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0;}
.nav-search .search-ipt {display:inline-block;color:#fff;width:50%;max-width:600px;height:50px;background-color:transparent;border:2px solid #999;padding:0 15px;margin-right:-5px;}
.nav-search .search-btn {width:60px;height:50px;background-color:#999;border:0;position:relative;z-index:1;background-position:center;background-repeat:no-repeat;}
.nav-search .search-attr {display:none;}
.nav-search .btn--search-close {display:inline-block;width:45px;height:45px;background-color:#ccc;background-position:center;background-repeat:no-repeat;-webkit-background-size:auto 15px;background-size:auto 15px;border-radius:50%;position:absolute;right:5%;top:50%;margin-top:-22px;cursor:pointer;z-index:2;}
.nav-search .btn--search-close:hover {background-color:#0066d3;}
.nav-search .btn--search-close:hover {-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.search--open {opacity:1;visibility:visible;}
.search--open .head-search {opacity:1;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;}
.search--open .btn--search-close {-webkit-animation:bounceInA .4s ease;-o-animation:bounceInA .4s ease;animation:bounceInA .4s ease;}
.fixed-body .nav-search {position:fixed;top:0;}
/*-language-*/.language-seo {display:none;font-family:Arial,Helvetica,sans-serif;}
.phone-head-language .language-seo,.c-language .language-seo {display:block}

@media screen and (max-width:950px) {.language-f span {color:#fff;}
.head-search .search-btn:before {color:#fff;}
}
.c-language::-webkit-scrollbar {width:5px;}
.c-language::-webkit-scrollbar-track {background-color:#fff;}
.c-language::-webkit-scrollbar-thumb {background-color:rgba(0,0,0,.3);border-radius:3px;}
.c-language .language-cont:hover::-webkit-scrollbar-thumb {display:block}
.language-f .country-f {position:absolute;left:0;top:50%;display:inline-block;vertical-align:top;*display:inline;*zoom:1;background-repeat:no-repeat;background-image:url(../images/flag.png);width:22px;height:16px;margin:-8px 5px 0;}
li.language-f a {position:relative;}
li.language-f a:hover span {color:#a6937c}
.language-f-cn .country-f{background-position:0 0;}
.language-f-en .country-f{background-position:0 -22px;}
.language-f-es .country-f{background-position:0 -44px;}
.language-f-nl .country-f{background-position:0 -66px;}
.language-f-ar .country-f{background-position:0 -88px;}
.language-f-ru .country-f{background-position:0 -110px;}
.language-f-de .country-f{background-position:0 -132px;}
.language-f-ja .country-f{background-position:0 -154px;}
.language-f-pt .country-f{background-position:0 -176px;}
.language-f-fr .country-f{background-position:0 -198px;}
.language-f-it .country-f{background-position:0 -220px;}
.language-f-ko .country-f{background-position:0 -242px;}
.language-f-th .country-f{background-position:0 -264px;}
.language-f-el .country-f{background-position:0 -286px;}
.language-f-pl .country-f{background-position:0 -308px;}
.language-f-bul .country-f{background-position:0 -330px;}
.language-f-est .country-f{background-position:0 -352px;}
.language-f-dan .country-f{background-position:0 -374px;}
.language-f-fin .country-f{background-position:0 -396px;}
.language-f-cs .country-f{background-position:0 -418px;}
.language-f-rom .country-f{background-position:0 -440px;}
.language-f-slo .country-f{background-position:0 -462px;}
.language-f-swe .country-f{background-position:0 -484px;}
.language-f-hu .country-f{background-position:0 -506px;}
.language-f-hi .country-f{background-position:0 -528px;}
.language-f-tr .country-f{background-position:0 -550px;}
.language-f-vi .country-f{background-position:0 -572px;}
.language-f-fa .country-f{background-position:0 -594px;}
.language-f-he .country-f{background-position:0 -616px;}
.language-f-sk .country-f{background-position:0 -638px;}
.language-f-id .country-f{background-position:0 -660px;}
.language-f-lt .country-f{background-position:0 -682px;}
.language-f-lv .country-f{background-position:0 -704px;}
.language-f-ms .country-f{background-position:0 -726px;}
.language-f-no .country-f{background-position:0 -748px;}
.language-f-uk .country-f{background-position:0 -770px;}
.language-f-ur .country-f{background-position:0 -792px;}
.language-f-hr .country-f{background-position:0 -814px;}
.language-f-tw .country-f{background-position:0 0;}
.language-f-bn .country-f{background-position:0 -836px;}

/*按钮*/.i-more a {position:relative;padding:0 20px;height:50px;line-height:50px;color:#fff;background:#0066d3;border-radius:5px;}
.i-more a:hover {color:#fff;border-radius:25px;}
.i-more a:hover::after {width:100%;border-color:#0066d3;border-radius:5px;background:#f39800;}
.i-more a i {z-index:1;position:relative;}
@media screen and (max-width:768px) {.i-more {text-align:center;}
}
/*首页-大标题公用*/.home_product h2,.home_partner h2,.home_email h2,.home_news h2,.hot_cp h2,.home_par h2 {color:#333333;padding-bottom:5px;text-align:center;position:relative;}
.home_product h2 em,.home_partner h2 em,.home_email h2 em,.home_news h2 em,.hot_cp h2 em,.home_par h2 em 
{font-size:48px; font-weight: 600; text-transform:uppercase;color:#333;font-family:"Poppins-Bold";}



.home_product h2::after,.home_partner h2::after,.home_email h2::after,.home_news h2::after,.hot_cp h2::after,.home_par h2::after
{position:absolute;content:'';left:0;bottom:0;width:50px;left:50%;height:2px;background:#0066d3;transform:translateX(-50%);-webkit-transform:translateX(-50%);}

.home_product:hover h2::after,.home_partner:hover h2::after,.home_email:hover h2::after,.home_news:hover h2::after,.hot_cp:hover h2::after ,.home_par:hover h2::after 
{width:100px;}

/*内页-右侧小标题公用*/
.alcet_title {font-size:20px;background:#eee;height:50px;line-height:50px;border-left:5px solid #0066d3;padding-left:20px;margin-bottom:20px;text-transform:capitalize}
.alcet_title a {float:right;font-size:14px;color:#0066d3;margin-right:20px;}
.alcet_title a:hover {color:#ea4234;}

@media screen and (max-width:1280px) {
.alcet_title{ height:auto; line-height:30px;}
}
@media screen and (max-width:768px) {.inner-message .alcet_title {line-height:25px;}
}
main .main_con {min-height:400px;margin:40px auto;max-width:1440px;}
.main_con{ display: flex; align-items: flex-start;}
@media screen and (max-width:1500px) {main .main_con {max-width:85%;}
}
@media screen and (max-width:768px) {
main .main_con {margin-top:0;max-width:90%;}
	.main_con{display: block;}
}
/*banner*/.pc_block {display:block}


.pc_none,.owl-pagination {display:none}

.home_banner{  margin-top: 100px;}

@media screen and (max-width:768px) {.pc_block {display:none}
.pc_none {display:block}
}
.banner .owl-controls .owl-prev {left:40px;}
.banner .owl-controls .owl-next {right:40px;}

.banner video{width: 100%; height:100%;
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;

    z-index:11;}

.banner .owl-controls .owl-prev,.banner .owl-controls .owl-next {top:50% !important;}
@media screen and ( max-width:768px) {.banner .owl-controls .owl-prev {left:10px;}
.banner .owl-controls .owl-next {right:10px;}
}
/*banner*/.banner_sy {background-color:#fff;}
.slides {text-align:center;overflow:hidden;display:block;}
.flex-container a:active,.flexslider a:active {outline:none;}
.slides,.flex-control-nav,.flex-direction-nav {list-style:none;z-index:2;}
.flexslider {width:100%;overflow:hidden;position:relative;zoom:1;z-index:2;}
.flexslider .slides {zoom:1;}
.flexslider .slides > li {display:none;position:relative;}
.flexslider .slides > li:nth-child(2n+2) .banner-text-c .itme {position:absolute;top:30%;left:auto;right:0;width:50%;text-align:left;}
.flexslider .slides img {width:100%;display:block;text-align:center;overflow:hidden;margin-right:auto;margin-left:auto;}
/*首页-新闻*/.home_email {padding:60px 0 0 0;}
.home_email h2 em {color:#fff;}
.home_email p {font-size:20px;text-align:center;padding-top:30px;padding-bottom:30px;color:#fff;font-weight:normal;}
.home_email .ind-email-con {text-align:center;}
.ind-email-con .text {width:50%;padding-right:108px;}
.ind-email-con input,.ind-email-con button {border:none;padding:16px;outline:none;border-radius:12px;color:#666;font-size:16px;}
.ind-email-con .btn {background:#f39800;color:#fff;cursor:pointer;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-85px;margin-top:0px;height:50px;margin-top:-6px\9;height:52px\9;position:relative;}
@media screen and (max-width:1500px) {.home_email .mauto {max-width:85%;}
}
@media screen and (max-width:768px) {.home_email {padding-top:40px;}
.ind-email-con .text {width:98%;}
.home_email .mauto {max-width:92%;}
.home_email h2 em {font-size:26px;}
.home_email p {font-size:18px;}
}
/*首页-产品*/



.home_product-t {margin-bottom:40px;text-align:center;}
.home_product-t span {font-size:28px;display:block;letter-spacing:1px;color:#1b2839;line-height:25px;position:relative;text-transform:uppercase;padding-bottom:10px;}

/*内页-产品列表*/
.home_products{ padding: 50px 0;}



/*首页-关于我们*/
.xwtt{	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0px; font-family: "Poppins-Bold";
	color: #768fc4;text-transform: uppercase;}
.xwtt span{	color: #212121;}
.xwtt em{color:#fff}





@media (max-width: 1440px) {
.xwtt{font-size: 40px;}
  }

@media (max-width: 1360px) {
.xwtt{font-size: 35px;}
  }



@media (max-width: 1280px) {
.xwtt{font-size: 25px;}
  }


@media (max-width: 992px) {
.xwtt{font-size: 22px;}
  }

/* aabg */

.flex_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aabg{background: url("../images/tils.jpg") center no-repeat; background-size:cover;padding:96px 0 ;}
.ab_ll{width: 38.75%;}

.an_11{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #646464;margin-top: 25px;}


.sul{margin-top: 60px;}
.sul li{width: 50%;background: url("../images/shu.png") no-repeat left 0%;padding-left: 30px;margin-bottom: 30px;}
.sul li .counte{	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #212121;padding-right: 10px;}

.sul li{	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #606060;}

.sul li h2{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #606060;}



.more_11{	width: 135px;
	height: 37px;
	background-color: #d10000;text-align: center;line-height: 37px;font-size: 16px;margin-top: 3.5vw;}


.more_11 a{text-align: center;color: rgba(255, 255, 255, .6);text-transform: uppercase;}
.more_11 a img{padding-left: 15px;}


.ab_22{width: 53.75%;text-align:right;}
.ab_22 h2{	line-height: 45px;
    font-size: 60px;
    font-weight: 700;
	letter-spacing: 0px;
	color: #393939;text-transform: uppercase; font-family:"Poppins-Bold";}

.ab_22 h3{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #646464;margin-top: 30px;}



.ab_img11{width: 100%;margin-top: 40px;}
.ab_img11 img{width: 100%;}



@media (max-width: 1440px) {
.sul li .counter{font-size: 40px;}
  }

@media (max-width: 1370px) {
.sul li .counter{font-size: 30px;}
.sul li h2{	font-size: 14px;line-height: 25px;height:50px;overflow: hidden;}
  }



@media (max-width: 992px) {
.sul li .counter{font-size: 20px;}
.sul li h2{	font-size: 14px;line-height: 25px;height:50px;overflow: hidden;}

  }


@media (max-width: 768px) {
.ab_22{width: 100%;text-align:left;margin-top: 25px;}
.ab_ll{width: 100%;margin-top:25px;}
  }



.home_product {padding:50px 0;width:100%;position:relative;overflow:hidden;}
.home_product .mauto {z-index:2;position:relative;}
.security-left {
  width: 50%;
  float: left;
}
.security-left a { padding-bottom: 40px;
  display: block;
  position: relative;
  margin-right: 10px;
  background: linear-gradient(56deg, rgba(1, 118, 231, 0.9), rgba(170, 213, 255, 0.76));
}
.security-title {
  position: relative;
  text-align: center;
  padding: 84px 0 0;
  height: 255px;
  z-index: 1;
}
.security-title small {
  position: absolute;
  left: -20px;
  bottom: 40px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 1;
  font-weight: bold;
  color: #ede3d9;
  opacity: 0.2;
  font-size: 88px;
  font-size: 60px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  z-index: -1;
}
.security-title strong {
  display: inline-block;
  position: relative;text-transform:uppercase;
  margin: auto;
  line-height: 1;
  margin-bottom: 30px;
  padding: 0 110px;
  color: #0a0c0a;
  font-size: 38px;
}
.security-title strong:before,
.security-title strong:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 80px;
  height: 1px;
  background: #0a0c0a;
}
.security-title strong:before {
  left: 0;
}
.security-title strong:after {
  right: 0;
}
.security-title p {
  color: #333333;
  font-size: 16px; line-height: 1.6; padding: 0 5%
}
.security-left-img {
  position: relative;
  width: 100%;
  height: 392px;
  text-align: center;
}
.security-left-img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.6s;
}
.security-right {
  float: right;
  width: 50%;
}
.security-item {
  position: relative;
  margin-left: 10px;
  background: linear-gradient(to left, #dcdcdf, rgba(247, 247, 249, 0.6));
}
.security-item:last-child figure {
  left: auto;    width: 250px;
  right: 0;
}
.security-right .security-item figure img{ height: 306px;}

.security-item:last-child .security-right-tt {
  right: auto;
  left: 8.97%;
}
.security-item:last-child{  background: linear-gradient(56deg, rgba(235, 221, 206, 0.9), rgba(254, 247, 240, 0.76));} 

.security-item:first-child {
  margin-bottom: 20px;
}
.security-item:first-child a {
  background: url("../images/linet.png") center bottom no-repeat;
  background-size: 100% auto;
}
.security-item a {
  display: block;
  height: 334px;
}
.security-item a:hover figure img {
  transform: scale(1.06);
}
.security-item figure {
  display: block;
  position: absolute;
  left: 0;
  bottom:3%;text-align: center;
  line-height: 1;
  width: 380px;
}
.security-item figure img {
  max-width: 100%; 
  height: auto;
  transition: 0.6s;
  background: none;
}
.security-right-tt {
  position: absolute;
  right: 66px;
  top: 50%;
  margin-top: -47px;
}


.security-right-tt strong {
  display: block;
  margin-bottom: 34px;
  line-height: 1;
  color: #0a0c0a;
  font-size: 32px;
}
.security-right-tt p {
  color: #333333;
  font-size: 16px;
}





/* ys_bg */

.ys_bg{background: url("../images/ys.png") no-repeat center top;padding: 110px 0 150px ;background-size: 100% 100%;}
.xwtt11{text-align: center;}
.ys_ll{margin: 4.5vw 0;}
.ys_ll li{width: 23%;text-align: left;}
.ys_ll li .img_aa{width: 60px;}
.ys_ll li .img_aa img{max-width: 100%;}
.ys_ll li h2,.ys_l2 li h2{margin-top: 10px;	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;}

.ys_ll li h3,.ys_l2 li h3{	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #c7c7c7;height:50px;overflow: hidden;margin-top: 30px;}


.ys_l2 li{width: 28%;text-align: left; }
.ys_l2 li .img_aa{width: 100%;}
.ys_l3 li .img_aa img{max-width: 100%;}














@media (max-width: 1440px) {
.ys_ll li h2{font-size: 20px;}
.ys_ll li h3{font-size: 15px;}
  }


@media (max-width: 1100px) {
.ys_bg{padding: 90px 0 180px 0;background-size: 100% 100%;}

  }


@media (max-width: 1100px) {
.ys_bg{padding: 90px 0 110px 0;background-size: 100% 100%;}


.ys_ll li h2{margin-top: 10px;	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;height:30px;overflow: hidden;}
  }


@media (max-width: 768px) {

.ys_bg{padding: 40px 0 50px 0;background-size: cover;}
    .ys_ll li h2, .ys_l2 li h2{ font-size: 20px;}

.ys_ll li h3{	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #c7c7c7;height:50px;overflow: hidden;margin-top: 10px;}
}


/*展会*/
/* marqueeleft */
.marqueeleft{height:280px;width:100%;overflow:hidden;margin:40px auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:298px;height:100%;overflow:hidden;}
.marqueeleft li .pic{display:table-cell; text-align: center; vertical-align: middle; width:298px; height:240px; border:1px solid #dedede; overflow: hidden;*display: block; *font-size:220px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.marqueeleft li .pic img{width:100%; height:100%;object-fit:cover;}
.marqueeleft li .txt{text-align:center;height:40px;line-height:40px; font-size: 16px;text-transform:capitalize}
.marqueeleft ul li:hover{ transition: all .7s;}
.marqueeleft ul li:hover  img{-webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.2);transform:scale(1.2);}



/*首页-优势*/.home_partner{overflow: hidden; margin-top: 4.32vw; padding: 2.5vw 0; position: relative; background: url(../images/pic1.jpg) no-repeat top right 46%;}
.hot_advantage_box {margin-top:40px;}
.hot_advantage_box ul { width: 101%}
.hot_advantage_box ul li {width:19%; float: left; margin-right: 1%; display:inline-block;vertical-align:top;font-size:14px; margin-bottom: 1%; text-align:center;}
.hot_advantage_box ul li .item {display:table-cell; text-align: center; vertical-align: middle; width:349px; height:138px; border:1px solid #dedede; overflow: hidden;*display: block; *font-size:174px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial; }


.hot_advantage_box a {display:block;overflow:hidden;}
.hot_advantage_box ul li .item:hover {box-shadow:0 0 15px rgba(0,0,0,0.1);}
.hot_advantage_box ul li .item img {max-width:100%;max-height:100%;display: inline-block;vertical-align: middle; width:auto; height:auto;border-radius:50%;}
.hot_advantage_box ul li .item:hover img {transform:scale(1.1);border-radius:0;}
.hot_advantage_box-t {height:40px;margin:18px 0 10px 0;overflow:hidden;display:table;width:100%;text-align:center;}
.hot_advantage_box-t a {display:table-cell;vertical-align:top;border-radius:0;background:none;}
.hot_advantage_box ul li .item h3 {font-size:16px;font-weight:normal;text-align:center;line-height:20px;}
.hot_advantage_box ul li .item:hover h3 {color:#0066d3;}
@media screen and (max-width:1500px) {.home_partner .mauto {max-width:85%;}
}
@media screen and (max-width:768px) {.home_partner {padding:20px 0 ;}
.home_partner .mauto {max-width:92%;}
.home_partner h2 em {font-size:26px;}
.hot_advantage_box ul li {width:32.3%;}
.hot_advantage_box ul li .item {padding:0; height: 80px}
    

   
}

.m-hzhb{position: relative; padding: 90px 0 0;   }
.m-hzhb .swiper-button-prev{position: absolute; width: 47px; height: 47px; right: 50px; left:auto; top: 16px; margin-top: 0; background: url(../images/pic2.jpg) no-repeat; -webkit-background-size: cover; background-size: cover;}
.m-hzhb .swiper-button-next{position: absolute; width: 47px; height: 47px; right: 0; left:auto; top: 16px; margin-top: 0; background: url(../images/pic3.jpg) no-repeat; -webkit-background-size: cover; background-size: cover;}


.sliderhb .swiper-slide{display:table-cell; text-align: center; vertical-align: middle; line-height: 136px;  height:136px; background-color: #fff;border: 1px solid rgb(8 92 170 / 10%); overflow: hidden}

.sliderhb .swiper-slide img{max-width:100%;max-height:100%;display: inline-block;vertical-align: middle; width:auto; height:auto;transition:all 1s;}
.sliderhb .swiper-slide:hover img{transform: scale(1.1);}


.home_par{ width: 100%; display: block; overflow: hidden; padding: 60px 0; }
.cp_gd {width: 100%;height:440px;overflow: hidden;position: relative; margin-top: 40px;}
.cp_gd ul{position: absolute;}
.cp_gd ul li{float: left;width:300px; padding-bottom: 10px; list-style: none;margin-right: 20px; margin-bottom: 20px; cursor: pointer; text-align: center; }
.cp_gd ul li span{display:table-cell; text-align: center; vertical-align: middle; width:298px; height:400px;background: #fff; border:1px solid #dedede; overflow: hidden;*display: block; *font-size:174px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.cp_gd ul li span img{max-width:100%;max-height:100%;display: inline-block;vertical-align: middle; width:auto; height:auto}
.cp_gd ul li:hover{ transition: all .7s;}
.cp_gd ul li:hover span img{-webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.2);transform:scale(1.2);}


.cp_gd h2{font-size:16px;line-height:40px; height:40px; overflow: hidden; text-align:center;display: block; color: #222}


















/*面包屑*/.ny-banner .baloea .wrap {max-width:1440px;margin:0 auto;}

.px_banner img{ width: 100%;}

.ny-banner {position:relative; }
.ny-banner .baloea {position:absolute;left:0;bottom:0;color:#333;line-height:45px;height:45px;width:100%;background-color: rgba(20, 23, 20, 0.55); }

.ny-banner .baloea .baloea_title {float:left;font-size:20px;}
.ny-banner .lboae {color:#fff;float:right;}
.ny-banner .lboae span {margin:0 5px;}
.ny-banner .lboae ul {float:right;margin-left:10px;}
.ny-banner .lboae ul li {float:left;margin-right:5px;}
.ny-banner .lboae ul li a:hover {color:#0066d3;}
@media screen and (max-width:1500px) {.ny-banner .mauto {max-width:85%;}
}
@media screen and ( max-width:768px) {.ny-banner {height:auto;position:inherit;}
.ny-banner .mauto {max-width:92%;}
.ny-banner .baloea {height:auto;position:inherit;}
.ny-banner .baloea .wrap {padding:0 3%;}
.ny-banner .lboae {float:left;padding-left:0;font-size:12px;width:100%;}
.ny-banner .lboae i {float:left;}
.ny-banner .lboae ul {float:left;margin-left:0;}
.ny-banner .lboae ul li {height:30px;line-height:30px;}
}
/*内页-资质证书列表*/.honor-list ul { margin-bottom: 30px}
.honor-list li {margin-bottom:.1rem;width:33%;display:inline-block;border:1px solid #ddd}
.honor-list li .item .certificate-listing-frame {padding:5px;}
.honor-list li .honor-item {margin:0 10px 10px 10px;border:1px solid #333;}
.honor-list li a {text-align:center;display:block;padding:0 15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#333;}
.honor-list li a:hover h3 {color:#0066d3;text-decoration:underline}
.honor-list li .pic {width:100%;position:relative;overflow:hidden;}
.honor-list li .certificate-listing-frame img{ height: 235px;object-fit:cover;}

.honor-list li a h3 {height:60px;padding:10px;overflow:hidden;display:inline-block;}
.honor-list li a h3 p {line-height:23px;overflow:hidden;width:100%;vertical-align:middle;display:table-cell;}
.honor-list li .more a { line-height: 60px; overflow:hidden;}


@media screen and ( max-width:1500px) {.honor-list li{ width:32.9%;}}
@media screen and ( max-width:1100px) {.honor-list li{ width:32.5%;}}
@media screen and ( max-width:768px) {.honor-list li {width:49%;}
    .honor-list li .certificate-listing-frame img{height: 135px;}
    .honor-list li .more a{line-height: 45px;text-transform:capitalize}
}
/*产品类别*/.product-category {overflow:hidden;}
.product-category li {width:100%;margin-bottom:25px;}
.product-category .item {text-align:left;font-size:0;position:relative;}
.product-category .item .sale-label {position:absolute;top:0;left:0;}
.product-category .item .sale-label span {font-size:14px;color:#fff;background-color:#0066d3;display:inline-block;padding:4px 10px;}
.product-category li .product-image {width:25%;display:inline-block;vertical-align:middle;}
.product-category li .product-image img {width:100%;max-width:500px;}
.product-item-text {font-size:14px;width:75%;display:inline-block;vertical-align:middle;}
.product-item-text-b {margin-left:30px;}
.product-item-text-b a:hover {color:#0066d3}
.product-item-text h2 {font-size:18px;line-height:24px;margin-bottom:12px;}
.product-item-text p {font-size:14px;line-height:24px;}
.product-item-text .tag {font-size:12px;width:100%;margin:10px -5px}
.product-item-text .tag a {padding:4px 8px;background-color:#eee;display:inline-block;margin:5px;}
.product-item-text .tag a:hover {color:#fff;background-color:#0066d3;}
.product-item-text span a {line-height:24px;color:#fff;background-color:#0066d3;padding:8px 15px;display:inline-block;}
.product-item-text span a i {font-size:20px;line-height:18px;margin-right:5px;}
.product-item-text span a.more {background-color:#1d1e20;margin-left:10px;}
.product-item-text span a:hover {color:#fff;background-color:#f39800;}
@media screen and (max-width:768px) {.product-item-text h2 {font-size:16px;}
.product-item-text p {display:none;}
.product-item-text-b {margin-left:0;}
.product-category li .product-image {width:100%;}
.product-item-text {width:100%;}
}
/*内页-产品列表*/.products-list li {width:33%;vertical-align:bottom;display:inline-block;margin-bottom:15px;}
.products-list li .product-item {margin:0 10px 10px 10px;}
.products-list li a {text-align:center;display:block;}
.products-list li a:hover .info {visibility:visible;opacity:1}
.products-list li a:hover h3 {color:#0066d3;}
.products-list .imgs {overflow:hidden;display:table-cell; text-align: center; vertical-align: middle; width:334px; height:362px; border:1px solid #dedede; overflow: hidden;*display: block; *font-size:316px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.products-list .imgs img {top:0;left:0;max-width:100%;max-height:100%;display: inline-block;vertical-align: middle; width:auto; height:auto}
.products-list .imgs:hover img {transform:scale(1.1)}
.products-list .info {visibility:hidden;opacity:0;top:0;left:0;padding:20px;background:rgba(0,0,0,0.3);color:#0066d3;width:100%;height:100%;position:absolute;}
.products-list .info i {border:1px solid #f39800;color:#f39800;font-size:16px;width:100%;height:100%;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;display:-webkit-flex;display:flex;}
.products-list h3 {height:50px; line-height: 25px; margin: 10px; font-size:16px;overflow:hidden;}
/*.products-list li a:hover .imgs {border:1px solid #0066d3;border-bottom:1px solid #0066d3;}*/
@media screen and (max-width:1440px) {.products-list li {width:32.5%;}
}
@media screen and (max-width:1250px) {.products-list li {width:32%;}
}
@media screen and (max-width:1024px) {.products-list li {width:49%;}
}
@media screen and (max-width:768px) {.products-list li {width:100%;}
    .products-list h3{ font-size: 18px;}
    
.products-list li .product-item {margin:0;}
}
/*内页-产品左侧二级菜单*/.aside {float:left;width:230px;}
.side-tit-bar {position:relative;margin-bottom:15px;}
.side-tit-bar .side-tit {position:relative;height:38px;overflow:hidden;white-space:nowrap;line-height:38px;color:#0066d3;padding:0 0 0 15px;text-transform:uppercase;}
.side-widget {position:relative;margin:0 0 25px;background-color:#eee;padding:16px 20px;}
/*.side-cate {padding:0 0 0 10px;}*/
.side-cate li {position:relative;line-height:1.5em;-ms-word-break:break-all;word-break:break-all;word-wrap:break-word;}
.side-cate li li {font-size:12px;}
.side-cate li a {position:relative;display:block;margin-right:38px;padding:8px 0;word-break: break-word;}
.side-cate ul {display:none;overflow:visible !important;padding-bottom:6px;}
.side-cate li li {padding:3px 0;}
.side-cate li li a {padding:4px 10px 4px 15px;margin-right:0;position:relative;font-size:14px;}
.side-cate li li a:hover,.side-cate li li.active>a {color:#0066d3;}
.side-cate li li a:hover:before,.side-cate li li.active>a:before {background-color:#0066d3;}
.side-cate li li a:before {content:'';display:inline-block;width:5px;height:5px;background-color:#0066d3;position:absolute;left:0;top:9px;}
.side-cate li li li a {padding:0 66px;margin-right:0;}
.side-cate>li {border-bottom:1px solid #ddd;}
.side-cate li .icon-cate {position:absolute;right:10px;top:6px;display:inline-block;width:20px;height:20px;line-height:23px;overflow:hidden;text-align:center;font-size:10px;cursor:pointer;color:#0066d3;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.side-cate li .icon-cate.icon-cate-down:before {content:"\e62b";font-family:"iconfont";}
.side-cate li .icon-cate.icon-cate-up:before {content:"\e644";font-family:"iconfont";}
.side-cate li.nav-current > .icon-cate,.side-cate li:hover > .icon-cate,li.show_li >.icon-cate {color:#0066d3;}
.side-cate li .icon-cate:hover {background-color:#0066d3;color:#fff;}
@media screen and (max-width:768px) {.side-widget {display:none;}
}











.hot_cp{padding: 60px 0 140px;
    display: block;
    overflow: hidden; background:#f3fdff url("../images/bjs3.jpg") bottom no-repeat}

.rm_cp ul{ width: 102%; margin-top: 40px;}
.rm_cp ul li{ width: 23%; float: left; margin-bottom: 2%; margin-right: 2%; text-align: center}
.rm_cp ul li dl{display:table-cell; text-align: center; vertical-align: middle; width:337px; height:340px; border:1px solid #dedede; overflow: hidden;*display: block; *font-size:174px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.rm_cp ul li dl img{max-width:100%;max-height:100%;display: inline-block;vertical-align: middle; width:auto; height:auto}
.rm_cp ul li:hover{ transition: all .7s;}
.rm_cp ul li:hover dl img{-webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.2);transform:scale(1.2);}

.rm_cp ul li p{ line-height: 45px;height: 45px; overflow: hidden; font-size: 16px;text-transform:capitalize; font-weight: 600}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  } 

.taba{
    justify-content: center;
     margin: 3vw 0;
}
.taba li{
    padding: 18px 40px;
    background:#fff;
    margin: 0 10px;
    border:1px solid #f1f1f1;
}
.taba li .a{
    align-items: center;
}
.taba li .a .img{
    margin-right: 20px;
}
.taba li .a .img img{
    max-width: 100%; height: 60px
}
.taba li .a  .imgwz{

}
.taba li .a  .imgwz h3{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}
.taba li .a  .imgwz p{
    font-size: 12px;
    color: #999999;
    font-family: Arial;
    text-transform: uppercase;
}
.taba li.active{
    background: #00a0e9;
    border-color: #00a0e9;
}
.taba li.active .a .imgwz h3{
    color: #fff;
}
.taba li.active .a .imgwz p{
    color: #fff;
}











.pro_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_list li{
    width: 31%;
    background: #fff;  margin-bottom: 3%;
    text-align: center;
}
.pro_list li .img1 img{
    width: 100%;
}
.pro_list li h3{
   width: 100%;
   background: #efefef;
   color: #555555;
   font-weight: normal;
   line-height: 75px;
   font-size: 18px;
    top: 0;
   transition: all 0.3s;
   position: relative; 

}
.pro_list li:hover h3{
    background: #00a0e9;
    color: #fff;
}

.pro_list li:hover h3::before{
    content:"more";
    background: url("../images/cpbj.png") left bottom; 
    color: #fff;
    position: absolute;
    top: -66px;
    left: 0;
    width: 100%;
    line-height: 66px;
    text-indent: 320px;
}
















/*内页-新闻列表*/.news-list li {margin-bottom:20px;position:relative;background:#eee;}
.news-list li::after {position:absolute;content:'';top:0;left:0;width:0;height:100%;background:#0066d3;transition:all ease .4s;-webkit-transition:all ease .4s;}
.news-list li a .img img {height:200px;object-fit:cover;}
.news-list li:hover::after {width:100%;}
.news-list li:hover a .img {overflow:hidden;}
.news-list li:hover a .img img {transform:scale(1.1);}
.news-list li a {z-index:1;position:relative;display:flex;}
.news-list li a .img {width:150px}
.news-list li a .info-w {width:calc(100% - 150px);padding-right:.4rem;justify-content:space-between;-webkit-justify-content:space-between;display:-webkit-flex;display:flex;}
.news-list li a .info {width:calc(100% - 180px); font-size: 16px;}
.news-list li a .info h3 {font-size:18px;margin-top:20px;display:inline-block;overflow:hidden;width:100%;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;}
.news-list li a .info .els2 {height:60px;margin-bottom:.25rem;margin-top:.2rem;line-height:30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.news-list li a:hover .info .els2 {color:#fff;}
.news-list li a .icon {width:100%;height:24px;}
.news-list li a .date {width:150px;padding-right:.2rem;padding-left:.2rem;border-right:1px solid #ddd;-webkit-flex-direction:column;flex-direction:column;align-items:center;-webkit-align-items:center;display:flex;justify-content:center;-webkit-justify-content:center;text-align:center;}
.news-list li a .date em,.news-list li a .date span {width:100%}
.news-list li a .date em {font-size:30px;margin-left:-15px}
.news-list li a .date span {font-size:18px;margin-top:20px;}
.news-list li:hover a h3 {color:#fff;}
.news-list li a:hover .con .d1,.news-list li a:hover .con .d2,.news-list li a:hover .date {color:#fff;transition:all 0.5s ease;}

.news-list li:hover a {color:#fff;transition:all 0.5s ease;background:linear-gradient(90deg,#0066d3,#f39800);}


.xw-list ul li{width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2); padding: 10px 0;}
.xw-list ul li a{ display: inline-block; width: 96%; margin-left: 2%; overflow: hidden}

.xw-list ul li h3{ width: 70%; float: left; overflow: hidden; line-height:45px;height:45px; font-size: 18px; font-weight: 600 ;text-transform:capitalize}

.xw-list ul li img{ float: right;  height: 30px; margin-top: 8px;}

.xw-list ul li:hover{ border: 1px solid #346c3b; box-shadow: 0px 0px 10px rgba(52,108,59,.4);}

.xw-list ul li:hover h3{ color:#346c3b }






@media screen and (max-width:1300px) {.news-list li a .date {width:110px;}
.news-list li a .date em {font-size:24px;}
.news-list li a .info {width:calc(100% - 130px);}
    

    
    
    
    
    
    
    
    
}
@media (max-width:768px) {.news-list li a .date,.news-list li a .img,.news-list li a .info {height:auto;width:100%;}
.news-list li a {display:block;}
.news-list li a .info-w {width:100%;padding-right:0;display:block;}
.news-list li a .info {height:auto; padding: 10px; line-height: 1.3}
.news-list li a .info .els2 {margin-top:5px;margin-bottom:5px;line-height:25px;height:50px;display:none;}
.news-list li a .date em,.news-list .date span {font-size:18px;width:auto;}
.news-list li a .date span {margin-top:0;}
.news-list li a .info h3 {margin-top:0;font-size:18px;overflow:inherit;text-overflow:inherit;white-space:inherit;}
.news-list li a .date {display:none;}
.news-list li a .pic img {width:150px;height:90px;}
.news-list li a .con {width:calc(100% - 150px);padding:0px 10px 0;}
.news-list li a .con .d1 {font-size:14px;line-height:25px;height:25px;}
.news-list li a .con .d2 {line-height:20px;height:40px;margin-top:5px;font-size:12px;}
}
.news-info {padding:20px;border:1px solid #ddd;margin-bottom:20px;}
.news-info .news_line {border-bottom:1px solid #ddd;padding-bottom:12px;margin-bottom:25px;}
.news-info h3 {font-size:27px;color:#0066d3;text-align:center; line-height: 200%}
.news-info .date {text-align:center;margin-top:20px;}
.news-info .edit {padding-top:.3rem;line-height:30px;}
.news-info .edit ul li {list-style-type:inherit;}
@media (max-width:768px) {.news-info .head h3 {font-size:18px;color:#0066d3;}
.news-info {margin:.2rem;border:1px solid #333;margin-bottom:40px;}
.news-info .edit {font-size:14px;line-height:25px;}
    
    




    
    .xw-list ul li h3{ width: 80%; font-size: 16px;}

    .rm_cp ul li{ width: 48%;}
    .rm_cp ul li dl{ height: 160px;}
    .rm_cp ul li p{line-height: 25px; height: 50px; overflow: hidden}
    
    .youshi{ background-size: 100% 100%}
    .ys_bt{ width: 95%}
    .ys_bt img{ height: auto; max-width: 100%; padding-left: 0}
    .ys_bt h1{ font-size: 20px; line-height: 1.6;width: 80%}
    .ys_bt h2{ width: 100%; padding-left: 0}
    .ys_l dl.left,.ys_l ul{ width: 100%}
    .ys_bt p{ padding-left: 5%;float: right; margin-bottom: 20px;}
    .ys_l span h1{ font-size: 20px; line-height: 1.6}
    .ys_l span p{ width: 100%}
    .ys_l dl.right{ display: none}
    
    .ys_l ul.ys_r{    margin-top: 0;}
    .ys_l{ padding-top: 0}
    
    
    
}
/*内页-案例列表*/.case-list li {margin-bottom:5px;vertical-align:bottom;display:inline-block;width:33%;}
.case-list li a:hover i span {color:#fff;}
.case-list li a:hover h3 {color:#0066d3;}
.case-list li a:hover i {border-color:#0066d3;color:#fff}
.case-list li a:hover i::after {width:100%}
.case-list li a .img {overflow:hidden;}
.case-list li:nth-child(even) a {-webkit-flex-direction:row-reverse;flex-direction:row-reverse}
.case-list li a .img img {width:100%;display:inline-block;overflow:hidden;}
.case-list li a .img:hover img {transform:scale(1.1);}
.case-list li a h3 {font-size:16px;text-align:center;height:50px;}
.case-list .info {padding:10px 0 0 0;}
.case-list .info i {padding:0 .2rem;border:1px solid #333;height:45px;line-height:45px;text-align:center;float:right;position:relative;}
.case-list .info i::after {position:absolute;content:'';top:0;left:0;width:0;height:100%;background:#0066d3;transition:all .3s;-webkit-transition:all .3s}
.case-list .info i span {z-index:1;position:relative;color:#666;}
@media screen and (max-width:1440px) {
.case-list li{ width:32.9%;}	
}
@media screen and (max-width:1200px) {.case-list .txt {font-size:14px;line-height:25px;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
}
@media screen and (max-width:1100px) {
.case-list li{ width:32.5%;}	
}
@media screen and (max-width:768px) {.case-list li {width:100%;}
.case-list li a {display:block}
.case-list li a h3 {font-size:16px;height:auto;}
.case-list li a .img {width:100%;}
.case-list .info {padding:10px 0;width:100%;}
.case-list .txt {font-size:14px;margin-top:.1rem;margin-bottom:0;line-height:25px;}
.case-list .info i {height:40px;line-height:40px;padding:0 .3rem;display:none;}
}
/*内页-视频*/.video-info .slider-w .t-slider .pic::after {position:absolute;content:'';top:0;left:0;width:100%;height:100%;}
.video-info .slider-w .t-slider .slick-arrow {width:.6rem;height:.6rem}
.video-info .slider-w .t-slider .slick-dots {display:none!important}
.video-info .slider-w .b-slider .imgs {padding-bottom:86%;cursor:pointer}
.video-info .slider-w .b-slider .imgs::after {position:absolute;content:'';left:0;top:0;width:100%;height:100%;}
.video-info .slider-w .b-slider h3 {height:40px;line-height:40px;color:#fff;background:#0066d3}
.video-info .slider-w .b-slider .slick-slide {padding:0 15px}
.video-info .slider-w .b-slider .slick-current .img::after {border-color:#0066d3}
.slick-dots div.slick-active,.slick-dots div:focus,.slick-dots div:hover {background:#0066d3}
.in-page {color:#888}
.in-page a,.in-page span {padding:.08rem .15rem;border:1px solid #e8e8e8}
.in-page a {margin-bottom:5px}
.in-page a.cur,.in-page a:hover {color:#fff;border-color:#0066d3;background:#0066d3}
.tab-head li {cursor:pointer}
.tab-body li {visibility:hidden;opacity:0;height:0;overflow:hidden;transition:all .3s;-webkit-transition:all .3s}
.tab-body li.cur {visibility:visible;opacity:1;height:inherit}
/*内页-菜单*/
.inner-page-l {width:25%;margin-bottom:40px;position: sticky; top:100px;left: 0;}
.inner-page-r {width:75%;margin-bottom:40px;}
.inner-page-r .mauto{max-width:100%;}

.inner-page-r-con {overflow:hidden; width: 100%; padding: 100px 0; background: #f9f9f9;}
.inner-page-r-con .com_title ,.gc_r h2{font-size:48px;color:#242424; font-family: "Poppins-Bold" ;line-height:1.2;position:relative;padding-bottom:5px;margin-bottom:20px;}
.inner-page-r-con .com_title:hover {color:#0066d3;}
.inner-page-r-con .com_title_line {width:208px;height:2px;background:#0066d3;bottom:0;left:0;transition:all .5s;position:absolute;}
.inner-page-r-con:hover .com_title_line {width:500px;height:2px;background:#0066d3;bottom:0;left:0;}
.inner-page-r-con .edit {line-height:25px;margin-bottom:20px;}
.inner-page-r-con .edit ul li {list-style-type:inherit;}
.inner-page-r-con .edit p,.gc_r p { line-height: 36px; font-size: 20px;font-family: Arial,'Times New Roman','Microsoft Yahei' ; font-weight: 400; color: #666}
.inner-page-r-con span {display:inline}
.inner-page-r-con img {width:auto!important;height:auto!important}


/*关于我们*/
.ab_l,.gc_l{ width: 50%; float: left}
.ab_r,.gc_r{ width: 48%; float: right}
.gc{overflow:hidden; width: 100%; padding: 100px 0; }

.containert{ width:100%; display: block; overflow: hidden;  padding:60px 0;}
.counter{ width: 25%;
	text-align: center;
	position: relative; float:left
}
.counter .counter-content{
	width:100%;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;color:#333; font-size:18px; font-weight:700
}

.counter .counter-value{
	font-size: 50px;color:#333;
	font-weight: 700;
}
.counter .title{
	display: inline-block;

	font-size: 14px; color:#777;
 
	text-transform: capitalize;
	margin: 0;
}




@media screen and (max-width:1044px) {.index-about-l {float:none;}
.index-about-r {position:relative;right:0;top:0;width:100%;}
}
@media (max-width:767px) {.inner-page-r-con .com_title {font-size:20px;margin-bottom:20px;}
.inner-page-l,.inner-page-r {width:100%;}
}
/*内页-侧边*/.sidebar-block {margin-right:20px;overflow:hidden;}
.sidebar-box {overflow:hidden;margin-bottom:20px;background-color:#eee;padding:16px 20px;}
.sidebar-title {overflow:hidden;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #ddd;}
.sidebar-title span {font-size:20px;line-height:24px;text-transform:capitalize;color:#0066d3; font-weight: 700}
.sidebar-about ul {overflow:hidden;}
.sidebar-about ul li {line-height:20px;padding:10px 20px;position:relative;display:block;overflow:hidden;border-bottom:1px solid #ddd;}
.sidebar-about ul li:hover,.sidebar-about ul li.active {padding:10px 10px 10px 30px;background:linear-gradient(90deg,#0066d3,#f39800);}
.sidebar-about ul li a {display:block;}
.sidebar-about ul li i {font-size:28px;position:absolute;top:10px;left:0;}
.sidebar-about ul li:hover i,.sidebar-about ul li.active i{left:10px;color:#fff;}
.sidebar-about ul li:hover a,.sidebar-about ul li.active a {color:#fff;}





.sidebar-featured ul {overflow:hidden;}
.sidebar-featured ul li {width:100%;overflow:hidden;margin:8px 0;float:left;}
.sidebar-featured ul li .item {overflow:hidden;}
.sidebar-featured ul li .item .pro-media {float:left;width:45%;overflow:hidden;}
.sidebar-featured ul li .item .pro-media img {max-width:100%;width:135px;display:block;object-fit:cover;}
.sidebar-featured ul li .item .pro-media a:hover img {transform:scale(1.1)}
.sidebar-featured ul li .item .pro-detail-info {float:right;width:55%;}
.sidebar-featured ul li .item .pro-detail-info .th {margin-left:15px;font-size:16px;line-height:18px;margin-bottom:12px;font-weight:normal;max-height:54px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.sidebar-featured ul li .item .pro-detail-info .th a {display:block;}
.sidebar-featured ul li:hover .item .pro-detail-info .th a {color:#0066d3;}
.sidebar-featured ul li .item .pro-detail-info span {margin-left:15px;display:block;}
.sidebar-featured ul li .item .pro-detail-info span a {background-color:#ddd;border:1px solid #ddd;font-size:12px;line-height:26px;padding:0 15px;display:inline-block;border-radius:4px;}
.sidebar-featured ul li:hover .item .pro-detail-info span a {background-color:#0066d3;color:#fff;}
@media screen and (max-width:1280px) {
.sidebar-featured ul li .item .pro-media,.sidebar-featured ul li .item .pro-detail-info{ float:none; width:100%;}
.sidebar-featured ul li .item .pro-detail-info .th{ margin-left:0; margin-top:5px;}
.sidebar-featured ul li .item .pro-detail-info span{ display:none;}
.sidebar-contact{ display:none;}
}

/*内页-侧边联系方式*/.sidebar-contant {overflow:hidden;}
.sidebar-contact .mb-20 {font-size:14px;line-height:30px;margin-bottom:15px;padding-left:45px;position:relative;}
.sidebar-contact .mb-20:nth-last-child(1) {margin-bottom:0;}
.sidebar-contact .mb-20:nth-child(1) .inner-title i {font-size:16px;}
.sidebar-contact .inner-title {color:#0066d3;font-weight:bold;position:absolute;left:0;top:0;background:#ddd;border-radius:4px;float:left;font-size:20px;height:35px;line-height:35px;text-align:center;width:35px;}
.sidebar-contact .inner-title i {font-size:17px;color:#0066d3;}
.sidebar-contact ul li a {word-break:break-all;display:inline-block;font-size:16px;}
.sidebar-contact ul li a:hover {color:#0066d3;}
.sidebar-contact ul {overflow:hidden;}
.sidebar-contact ul li {line-height:20px;margin:8px 0;float:left;}
/*产品折叠菜单*/.sidebar-product dl {width:100%;overflow:hidden;margin-bottom:0;}
.sidebar-product dl dt {font-size:14px;line-height:18px;font-weight:normal;padding:12px 15px 12px 0;border-bottom:1px solid #333;position:relative;margin-bottom:0;}
.sidebar-product dl:last-child dt {border-bottom:0;}
.sidebar-product dl dt i {width:0;height:0;background-color:#6d6d6d;overflow:hidden;position:absolute;left:5px;top:15px;}
.sidebar-product dl span a:hover {color:#fecd0f;}
.sidebar-product dl span {overflow:hidden;font-weight:bold;color:#6d6d6d;height:38px;display:block;line-height:38px;float:right;cursor:pointer;padding:0 5px;position:relative;z-index:1;}
.sidebar-product dl span.clicker_active {font-size:26px;font-weight:normal;}
.sidebar-product dl:hover span {background-position:10px 20px;text-decoration:none;}
.sidebar-product dl dd {overflow:hidden;line-height:30px;font-size:14px;margin:10px 0 10px 15px;}
.sidebar-product dl dd a {font-size:14px;color:#666;width:100%;display:block;border-bottom:1px dashed #333;}
.sidebar-product dd a:hover {text-decoration:none;color:#0066d3;border-bottom:1px dashed #0066d3;}
.sidebar-product dl dt:hover {border-bottom:1px solid #0066d3;background:#0066d3;}
.sidebar-product dl dt:hover a {padding-left:10px;}
.sidebar-product dl dt:hover a,.sidebar-product dl dt:hover span {color:#fff;}
/*内页-资质证书*/.honor-ul li {width:32%;float:left;margin-right:2%;margin-top:3%;position:relative;}
.honor-ul li:nth-child(3n) {margin-right:0;}
.honor-ul li .honor-li-tit {line-height:45px;height:45px;overflow:hidden;transition:all 0.5s ease;}
.honor-ul li .honor-li-img {display:table;width:100%;height:300px;text-align:center;border:1px solid #333;}
.honor-ul li .honor-li-img p {display:table-cell;vertical-align:middle;height:215px;}
.honor-ul li .honor-li-img p img {max-width:80%;max-height:260px;}
.honor-ul li:after {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,109,135,0.75);opacity:0;transition:all 0.5s ease;}
@media (min-width:1301px) {.honor-ul li:hover .honor-li-tit {color:#fff;background:#0066d3;transition:all 0.5s ease;}
}
@media (max-width:640px) {.honor-ul li {width:100%;margin-right:0;}
}
/*内页-联系我们*/.contact {padding-bottom:20px;}
.contact .add {height:4.65rem}
.contact .add img {max-width:inherit}
.contact .contact_company {width:100%;padding:20px;border:1px solid #ddd;background:#eee;position:relative;z-index:2;}
.contact .contact_company:before {content:'';position:absolute;bottom:0;transition:opacity .5s ease 0s,transform .5s ease 0s;width:100%;height:100%;top:0%;left:0%;opacity:0;border-top:1px solid #0066d3;border-bottom:1px solid #0066d3;transform:scale(0,1);-webkit-transform:scale(0,1);box-sizing:border-box;z-index: -1;}
.contact .contact_company:hover::before {opacity:1;transform:scale(1);-webkit-transform:scale(1);}
.contact .contact_company::after {transition:opacity .5s ease 0s,transform .5s ease 0s;content:'';border-left:1px solid #0066d3;border-right:1px solid #0066d3;transform:scale(1,0);-webkit-transform:scale(1,0);opacity:0;position:absolute;width:100%;height:100%;top:0%;left:0%;box-sizing:border-box;z-index: -1;}
.contact .contact_company:hover::after {opacity:1;transform:scale(1);-webkit-transform:scale(1);}
.contact .contact_company .d1 {font-size:24px;margin-bottom:25px;color:#0066d3;}
.contact .contact_company .d2 {background:no-repeat left 8px;padding:5px 0 5px 0px;margin-bottom:10px;}
.contact .contact_company .d2 span {color:#0066d3;}
.contact .contact_company .d2 i {margin-right:10px;font-size:20px;}
.contact .contact_man li {float:left;width:100%;padding:10px 20px 20px;border:1px solid #ddd;margin-top:20px;box-sizing:border-box;-moz-box-sizing:border-box;/* Firefox */-webkit-box-sizing:border-box;/* Safari */ position:relative}
.contact .contact_man li:before {content:'';position:absolute;bottom:0;transition:opacity .5s ease 0s,transform .5s ease 0s;width:100%;height:100%;top:0%;left:0%;opacity:0;border-top:1px solid #0066d3;border-bottom:1px solid #0066d3;transform:scale(0,1);-webkit-transform:scale(0,1);box-sizing:border-box; z-index:-1;}
.contact .contact_man li:hover::before {opacity:1;transform:scale(1);-webkit-transform:scale(1);}
.contact .contact_man li::after {transition:opacity .5s ease 0s,transform .5s ease 0s;content:'';border-left:1px solid #0066d3;border-right:1px solid #0066d3;transform:scale(1,0);-webkit-transform:scale(1,0);opacity:0;position:absolute;width:100%;height:100%;top:0%;left:0%;box-sizing:border-box; z-index:-1;}
.contact .contact_man li:hover::after {opacity:1;transform:scale(1);-webkit-transform:scale(1);}
.contact .contact_man .d1 {font-size:24px;margin-bottom:25px;color:#0066d3;}
.contact .contact_man .d2 {background:no-repeat left 8px;padding:5px 0 5px 0px;margin-bottom:10px;width:33.3%;float:left;}
.contact .contact_man .d2 span {color:#0066d3;}
.contact .contact_man .d2 i {margin-right:10px;font-size:20px;}
@media screen and ( max-width:1300px ) {.contact .contact_company {min-height:auto;}
.contact .contact_man li {float:left;width:100%;color:#666;padding:20px;margin-top:20px;box-sizing:border-box;-moz-box-sizing:border-box;/* Firefox */-webkit-box-sizing:border-box;/* Safari */}
.contact .contact_man .d1 {font-size:24px;margin-bottom:25px;color:#0066d3;}
.contact .contact_man .d2 {width:100%;}
.contact .contact_man .d2 span {color:#0066d3;}
.contact .contact_man .d2 i {margin-right:10px;font-size:20px;}
}
@media screen and ( max-width:768px ) {.contact .contact_company {padding:20px;}
.contact .contact_company .d1 {font-size:20px;}
.contact .contact_man .d2 {margin-bottom:0;}
}
/*底部版权*/
footer {background:#f4f4f4; border-top:3px solid #0066d3;padding: 60px 0 40px}

.foot_l{ width:30%; float:left}
.foot_l img{ height: 45px; margin-bottom: 20px;}
.foot_l p{ color:#333; line-height:26px; padding-right: 5%; padding-bottom:35px; float:left; width:100%}
.foot_l div a{ display: inline-block; margin-right: 5px;}
.foot_l div a i{color: #fff;
    margin-left: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #0066d3;
    text-align: center;
    border-radius: 28px;
    font-size: 22px;}


.footer { width:30%; float:left; padding-left:3%;}
.footer h1{ font-size:18px;text-transform: uppercase; line-height:30px; float:left; width:100%; font-weight: 600 }
.footer i{ width:40px; height:2px; border-bottom:2px solid #fe0000; float:left; margin-bottom:20px;}

.footer h2{ line-height:32px; float:left; width:100%; padding-top:7px;}
.footer h2 a{font-size:17px;text-transform:capitalize; font-weight: 600}
.footer p{ font-size:17px; line-height:34px; float:left; width:95%; }

.foot_ewm{ width:10%; text-align:center; float:right; padding-top:20px;}
.foot_ewm img{ max-width:100%;}
.foot_ewm p{line-height:32px;text-transform:capitalize}


.copyright {padding:15px 0;width:100%;display:inline-block;line-height:28px;text-align:center;color:#fff; background: #0066d3; }
.social-link {width:100%;text-align:center;}
.social-link a {color:#0066d3;margin-left:5px;display:inline-block;width:40px;height:40px;line-height:40px;background-color:#fff;text-align:center;border-radius:28px;font-size:22px;}
.social-link a:hover {background-color:#0066d3;}
@media screen and (max-width:1300px) {

.social-link a {}
.telbl .d1 {font-size:20px;line-height:35px;}
.telbl .d2 {font-size:14px;line-height:30px;}
}
@media screen and (max-width:768px) {

.social-link {margin-top:20px;}
.social-link a {width:35px;height:35px;line-height:35px;}
.copyright p {font-size:12px;}
}
/*site-map网站地图*/
.site-map-t {color:#333;font-size:18px;line-height:30px;background-color:#ddd;padding:12px 30px;margin-bottom:15px;text-transform:capitalize;}
.site-map-th {color:#333;line-height:30px;background:#ddd;padding:8px 30px;}
.site-map-th h2 {font-size:18px;font-weight:normal;}
.site-map ul {font-size:0;overflow:hidden;margin:20px 0 30px 0;/*border-bottom:1px solid #2d2b27;*/padding:10px 30px 0 30px;background-color:#eee;}
.site-map ul li {font-size:14px;display:inline-block;vertical-align:top;line-height:35px;width:33.3%;}
.site-map ul li h3 {font-size:16px;font-weight:normal;}
.site-map ul.site-map-l1 li {width:25%;}
.site-map ul.site-map-l2 li {width:50%;}
.site-map a:hover {color:#2d2b27}
@media screen and (max-width:1300px) {.site-map ul li,.site-map ul.site-map-l1 li,.site-map ul.site-map-l2 li {width:100%;}
}
/*右侧漂浮替换样式*/
.im {position:fixed;right:2px;top:auto;bottom:150px;z-index:11;}
.im-l {color:#fff;width:63px;height:240px;cursor:pointer;display:block;text-align:center;line-height:60px;float:left;}
#select {display:none;}
.im .box {float:right;
    background: #fff;
    overflow: hidden;
    width: 220px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);
    position: relative;display:none;}
.im .box ul {background-color:#fff;list-style-type:none;margin:5px;}
.online_title {
    background: #0680c3;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
}
.online_title img {
    max-width: 30px;
    margin-right: 5px;
}

.im .box ul li {padding: 10px 10px;
    border-bottom: 1px solid #eee; line-height: 25px;}
.im .box ul li a {display:inline-block;color: #666;font-size: 13px;}
.im .box ul li i {font-size:13px;color:#f39d22; margin-right: 5px;}

.im .box ul li a:hover i {color:#343537;}
#select:checked + .box {display:block;}
#cus_ser1 .msn {background-repeat:no-repeat;height:50px;width:50px;}
.im .skype {background-repeat:no-repeat;background-position:-47px 0;height:50px;width:47px;}
.im .mail {background-repeat:no-repeat;background-position:-94px 0;height:50px;width:47px;}
.im .kefu_01 {background-repeat:no-repeat;background-position:center center;height:50px;width:50px;overflow:hidden;background-color:#FFF;}
.im .whatsapp {background-repeat:no-repeat;background-position:center center;height:50px;width:50px;overflow:hidden;background-color:#FFF;}
@media screen and (max-width:768px) {.im {right:0;bottom:250px;}
}

@media screen and (min-width:768px)
{.im {width:282px;position:fixed;right:-220px;top:150px;transition:right 0.5s;bottom:auto;z-index:11;}
.im:hover {right:0;}
.im .box {position:absolute;display:block;width:220px;right:0;top:0;}
}



.kf-list ul{ width: 102%;}
.kf-list ul li{ width: 31.33%; margin-right: 2%; margin-bottom: 2%; float: left; background: #fff; text-align: center; box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);}
.kf-list ul li a{ display: inline-block; padding:40px 0}
.kf-list ul li .img{ display:table-cell; text-align: center; vertical-align: middle; width:200px; height:100px;  overflow: hidden;border-radius:50%; }
.kf-list ul li .img img{max-width:100%;max-height:100%;display: inline-block;vertical-align: middle; width:auto; height:auto}
.kf-list ul li h3{ font-size: 28px; line-height: 180%; color: #0066d3; padding: 15px 0}
.kf-list ul li p{ font-size: 16px; font-weight: 600}
.kf-list ul li p img{ height: 25px; margin-right: 10px;}

.kf-list ul li:hover{box-shadow: 0 5px 20px 0 rgba(1,174,108,0.4);}








/*page*/
.manu{text-align:center;margin:30px 0;}
.manu a{border:1px solid #D9D9D9;padding:9px 15px;text-decoration:none;margin:0 2px;display:inline-block;}
.manu a:hover{border:1px solid #D9D9D9;}
.manu a:active {border:1px solid #D9D9D9;}
.manu .page-num-current {border:1px solid #0066d3;padding:9px 15px;background:#0066d3;font-weight:bold;margin:0 2px;color:#FFF;display:inline-block;}
.manu .disabled{border:1px solid #D9D9D9;padding:9px 15px;color:#D9D9D9;margin:0 2px;display:inline-block;}






/*返回顶部*/.scroll {width:40px;height:40px;color:#fff;line-height:42px;text-align:center;position:fixed;right:50px;bottom:150px;cursor:pointer;background-color:rgba(61,142,3,0.5);border-radius:4px;z-index:10;}
.scroll i {font-size:28px;}
@media (max-width:1480px) {.top {padding:0 2%;position:relative;top:0;}
}
@media (min-width:1301px) {.lcolae li a:hover .pic img,.lmobl li a:hover .pic img,.aeopte li a:hover .pic img {transform:scale(1.05);transition:all 0.5s ease;}
.wmore:hover {background-color:#0066d3;transition:all 0.5s ease;border-radius:10px;}
}
@media (max-width:1300px) {.top {position:relative;top:0;}
}
@media screen and (max-width:768px) {.scroll {right:0;bottom:0;width:36px;}
}
/*移动端侧边,底部折叠*/.sidebar-block-but,.footer-content-but {display:none;}
@media screen and (max-width:768px) {.footer-middle {padding-top:10px;}
.inner-message {margin-bottom:0;}
.sidebar-block-but,.footer-content-but {position:relative;padding:10px 40px 10px 0px;display:block;}
.sidebar-block-but span,.footer-content-but span {text-transform:uppercase;line-height:20px;color:#fff;}
.sidebar-block-but button,.footer-content-but button {position:absolute;top:9px;right:5px;width:30px;height:24px;border:0;color:#666;display:inline-block;border-radius:0;line-height:24px;background:none;}
.sidebar-block-but button i,.footer-content-but button i {font-size:20px;position:relative;}
.sidebar-block-but button i::after,.footer-content-but button i::after {content:"\e660";font-family:"iconfont";}
.sidebar-block-but.expand button,.footer-content-but.expand button {transform:rotateZ(180deg);}
.sidebar-box,.footer-main {display:none;}
.sidebar-box.expand,.footer-main.expand {display:block;}
}
/*邮件*/
.layout-wrapper{ background: #fff; padding: 3%; display: block;overflow: hidden;border-radius: 10px;border:1px solid #f4f4f4;
-webkit-box-shadow: 0px 0px 5px 5px rgba(63,100,178,1.00);box-shadow: 0px 0px 5px 5px rgba(63,100,178,.1);}

.mes_title{ color: #666; font-size: 26px; line-height: 2; font-family:"Poppins-Bold" }
.inner-message { width: 65%; float: left; overflow:hidden;}
.inner-message-t {background:#f0f0f0;padding:10px 16px;margin-bottom:20px;}
.inner-message-t h5 {font-size:18px;line-height:24px;}
.inner-message .th {font-size:20px;margin-bottom:10px;}
.inner-message .inner-message-centered span {color:#F60;}
.inner-message-row {margin-top:20px;overflow:hidden;}
.inner-message-row .item {width:100%;float:left;margin-bottom:20px;}
.inner-message-row .item input {width:100%;line-height:30px;border:0;height:30px;color:#666;font-size:16px; }

.inner-message-row .item input::-webkit-input-placeholder{color: #666;}
.inner-message-row .item textarea {width:100%;line-height:30px;border:0;font-family:Arial,Helvetica,sans-serif;min-height:50px;color:#fff;font-size:16px;}

.inner-message-row .item textarea::-webkit-input-placeholder{color: #666;}
.inner-message-row .item button 
{color:#fff;font-size:14px;background-color:#ff4228;border-radius: 35px;display:block;padding:8px 30px;cursor:pointer;border:0;position:relative;box-shadow: 1px 2px 13px rgb(255 66 40 / 50%);}
.inner-message-row .item button:hover {border-radius:5px;}
.inner-message-row .item button:active {background-color:#F60;}
.inner-message-row .item button i {z-index:10}
.inner-message-row .item.item-half {width:50%;}
.inner-message-half {padding:8px;border:1px solid #ddd;margin-right:20px;border-radius:25px;}
.inner-message-box {padding:8px;border:1px solid #ddd;border-radius:25px;}

.lxfs{ width: 32%; float: right; background: #474747; padding: 3%; min-height: 437px}
.lxfs .mes_title{ color: #fff; font-size: 18px;}
.lxfs dl{ margin-top: 15px;}

.lxfs dl p{ font-size: 14px; line-height: 1.6; color: #d5d5da;}
















/*产品详情页多图*/.products_info {padding-bottom:20px;}
.cp_nr table { width: 80%; margin-right: auto;margin-left: auto;}
.cp_nr table td{ border: 1px solid #dedede; text-align: center}
.products_info .sec_m {margin-top:30px;}
.products_info .edit {line-height:30px;}
.products_info .panel {width:40%!important;}
.products_info .brief {float:left;width:55%;position:relative;max-width:590px;overflow:hidden;margin-left:10px;}
.products_info .brief h1 {font-size:20px;color:#0066d3;border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:15px;text-transform:capitalize}
.products_info .brief p {margin-bottom:5px;line-height:20px;padding:3px;}
.products_info .brief span {color:#0066d3;font-weight:bold;padding-right:10px;}
.products_info .annex_list {border-bottom:1px solid #ddd;padding-bottom:18px;}
.products_info .annex_list ul li {line-height:40px;}
.products_info .annex_list ul li a i {font-size:24px;margin-right:10px;}
.products_info .annex_list ul li a:hover,.annex_list ul li a:hover i {color:#0066d3;}
.products_info .vlbamc {border:1px solid #ddd;padding:20px;margin-bottom:20px;}
.products_info .bavlcn {margin-top:3%;}
.products_info .bavlcn a {display:inline-block;line-height:40px;padding:0 20px;background:#0066d3;color:#fff;position:relative;}
.products_info .bavlcn a:hover {border-radius:5px;}
.products_info .bavlcn a::after {position:absolute;content:'';top:0;left:0;width:0;height:100%;background:#0066d3;border-radius:5px;}
.products_info .bavlcn a:hover::after {width:100%;}
.products_info .bavlcn a b {z-index:10;position:relative;font-weight:normal;}
.products_info .bavlcn a i {font-size:30px;}
@media screen and (max-width:768px) {.products_info .panel {width:100%!important;}
.products_info .brief {width:100%;margin-left:0;}
.products_info .brief h1 {font-size:22px;}
.products_info .bavlcn a {padding:0 10px;}
}
/*产品详情页-产品推荐*/.related-products {width:100%;margin-top:20px;}
.related-products-t {margin-bottom:10px;position:relative;overflow:hidden;}
.related-products-t::after {background-color:#ddd !important;bottom:10px;content:"";height:1px;left:0;position:absolute;width:100%;}
.related-products-t span,.related-products-t span {font-size:18px;line-height:30px;background-color:#0066d3!important;display:inline-block;padding-left:30px;padding-right:30px;position:relative;z-index:1;color:#fff!important;}
.related-products ul {font-size:0;}
.related-products ul li {font-size:14px;width:25%;display:inline-block;vertical-align:top;}
.related-products ul li .item {padding:15px;}
.related-products ul li .image{display:table-cell; text-align: center; vertical-align: middle; width:229px; height:248px; border:1px solid #dedede; overflow: hidden;*display: block; *font-size:216px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}

.related-products ul li .item img {max-width:100%;max-height:100%;display: inline-block;vertical-align: middle; width:auto; height:auto}
.related-products ul li .item .text {font-size:16px;line-height:20px;height:40px;margin-top:5px; overflow: hidden}
.related-products ul li:hover .image{ border:1px solid #0066d3 }
.related-products ul li:hover .text{ color: #0066d3}
@media screen and (max-width:768px) {.related-products ul li {width:50%;}
    .related-products ul li .image{height: 128px;}
    
}
/*表格*/.nei-table {width:100%;overflow:auto;}
.nei-table table {border-collapse:collapse;border-spacing:0;}
.nei-table table,.nei-table table th,.nei-table table td {border:1px solid #666;}
.nei-table table th,.nei-table table td {padding:4px 10px;}
/*详情页标签*/.product-tag {display:flex;margin-top:20px;padding:20px 0;border-top:1px solid #333;}
.product-tag-title {display:inline-block;}
.product-tag span {padding:5px 0;float:left;white-space:nowrap;color:#0066d3;}
.product-tag-item {vertical-align:top;}
.product-tag-item a {margin:5px 12px;line-height:20px;font-size:14px;display:inline-block;}
.product-tag-item a:hover {color:#8dc73f;}
/*上下篇*/.other-upper-next {overflow:hidden;line-height:28px;font-size:18px;padding:10px;background-color:#eee;margin-top:30px;}
.other-upper-next-box {overflow:hidden;}
.other-upper-next .other-upper {float:left;}
.other-upper-next .other-next {float:right;}
.other-upper-next .other-upper i {font-size:16px;display:inline-block;vertical-align:middle;margin-right:5px;}
.other-upper-next .other-next i {float:right;font-size:14px;display:inline-block;vertical-align:middle;margin-left:5px;}
.other-upper-next span a:hover {color:#0066d3;}
/*详情页seo内容*/.article-append {padding:10px 0;overflow:hidden}
.article-outline {margin-bottom:20px;padding:10px;background-color:rgba(0,0,0,0.05);margin-top:10px}
.article-outline p {font-size:16px}
.append-item {padding:10px 0;border-top:1px solid #ccc;overflow:hidden;margin-bottom:20px}
.article-append-t {overflow:hidden}
.article-append-t span {font-size:18px;line-height:22px;display:inline-block;border-bottom:1px solid #8e969b;padding:5px 0}
.append-item h2 {font-size:18px;text-align:left}
.append-item p {overflow:hidden;text-align:left}
@media screen and (max-width:426px) {.article-outline {margin-top:20px}
}
/*证书放大*/body.fancybox-active {overflow:hidden}
body.fancybox-iosfix {position:fixed;left:0;right:0}
.fancybox-is-hidden {position:absolute;top:-9999px;left:-9999px;visibility:hidden}
.fancybox-container {position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {position:absolute;top:0;right:0;bottom:0;left:0}
.fancybox-outer {overflow-y:auto;-webkit-overflow-scrolling:touch}
.fancybox-bg {background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}
.fancybox-is-open .fancybox-bg {opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}
.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar {position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}
.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar {opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}
.fancybox-infobar {top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}
.fancybox-toolbar {top:0;right:0;margin:0;padding:0}
.fancybox-stage {overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}
.fancybox-is-closing .fancybox-stage {overflow:visible}
.fancybox-slide {position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}
.fancybox-slide:before {content:"";display:inline-block;vertical-align:middle;height:100%;width:0}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {display:block}
.fancybox-slide--image {overflow:visible}
.fancybox-slide--image:before {display:none}
.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe {background:#000}
.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe {background:#e5e3df}
.fancybox-slide--next {z-index:99995}
.fancybox-slide>* {display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}
.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title {display:none}
.fancybox-slide .fancybox-image-wrap {position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}
.fancybox-can-zoomOut .fancybox-image-wrap {cursor:zoom-out}
.fancybox-can-zoomIn .fancybox-image-wrap {cursor:zoom-in}
.fancybox-can-drag .fancybox-image-wrap {cursor:-webkit-grab;cursor:grab}
.fancybox-is-dragging .fancybox-image-wrap {cursor:-webkit-grabbing;cursor:grabbing}
.fancybox-image,.fancybox-spaceball {position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fancybox-spaceball {z-index:1}
.fancybox-slide--iframe .fancybox-content {padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}
.fancybox-iframe {display:block;padding:0;border:0;height:100%}
.fancybox-error,.fancybox-iframe {margin:0;width:100%;background:#fff}
.fancybox-error {padding:40px;max-width:380px;cursor:default}
.fancybox-error p {margin:0;padding:0;color:#444;line-height:20px}
.fancybox-button {box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited {color:#ccc}
.fancybox-button:focus,.fancybox-button:hover {color:#fff}
.fancybox-button[disabled] {color:#ccc;cursor:default;opacity:.6}
.fancybox-button svg {display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}
.fancybox-button svg path {fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}
.fancybox-button--share svg path {stroke-width:1}
.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2) {display:none}
.fancybox-button--zoom svg path {fill:transparent}
.fancybox-navigation {display:none}
.fancybox-show-nav .fancybox-navigation {display:block}
.fancybox-navigation button {position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}
.fancybox-navigation button:before {content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}
.fancybox-navigation .fancybox-button--arrow_left {left:0}
.fancybox-navigation .fancybox-button--arrow_right {right:0}
.fancybox-close-small {position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}
.fancybox-close-small:after {content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}
.fancybox-close-small:focus {outline:none}
.fancybox-close-small:focus:after {outline:1px dotted #888}
.fancybox-close-small:hover:after {color:#555;background:#eee}
.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small {top:0;right:-40px}
.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after {font-size:35px;color:#aaa}
.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after {color:#fff;background:transparent}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {display:none}
.fancybox-caption-wrap {bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}
.fancybox-caption {padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}
.fancybox-caption a,.fancybox-caption button,.fancybox-caption select {pointer-events:all;position:relative}
.fancybox-caption a {color:#fff;text-decoration:underline}
.fancybox-slide>.fancybox-loading {border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}
@-webkit-keyframes a {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to {-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes a {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to {-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
.fancybox-animated {transition-timing-function:cubic-bezier(0,0,.25,1)}
.fancybox-fx-slide.fancybox-slide--previous {-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}
.fancybox-fx-slide.fancybox-slide--next {-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}
.fancybox-fx-slide.fancybox-slide--current {-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}
.fancybox-fx-fade.fancybox-slide--current {opacity:1}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}
.fancybox-fx-zoom-in-out.fancybox-slide--next {-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}
.fancybox-fx-zoom-in-out.fancybox-slide--current {-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}
.fancybox-fx-rotate.fancybox-slide--previous {-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}
.fancybox-fx-rotate.fancybox-slide--next {-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}
.fancybox-fx-rotate.fancybox-slide--current {-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}
.fancybox-fx-circular.fancybox-slide--previous {-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}
.fancybox-fx-circular.fancybox-slide--next {-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}
.fancybox-fx-circular.fancybox-slide--current {-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}
.fancybox-fx-tube.fancybox-slide--previous {-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}
.fancybox-fx-tube.fancybox-slide--next {-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}
.fancybox-fx-tube.fancybox-slide--current {-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}
.fancybox-share {padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}
.fancybox-share h1 {color:#222;margin:0 0 20px;font-size:35px;font-weight:700}
.fancybox-share p {margin:0;padding:0}
p.fancybox-share__links {margin-right:-10px}
.fancybox-share__button {display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}
.fancybox-share__button:hover {text-decoration:none}
.fancybox-share__button--fb {background:#3b5998}
.fancybox-share__button--fb:hover {background:#344e86}
.fancybox-share__button--pt {background:#bd081d}
.fancybox-share__button--pt:hover {background:#aa0719}
.fancybox-share__button--tw {background:#1da1f2}
.fancybox-share__button--tw:hover {background:#0d95e8}
.fancybox-share__button svg {position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}
.fancybox-share__button svg path {fill:#fff}
.fancybox-share__input {box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}
.fancybox-thumbs {display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}
.fancybox-thumbs-x {overflow-y:hidden;overflow-x:auto}
.fancybox-show-thumbs .fancybox-thumbs {display:block}
.fancybox-show-thumbs .fancybox-inner {right:212px}
.fancybox-thumbs>ul {list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}
.fancybox-thumbs-x>ul {overflow:hidden}
.fancybox-thumbs-y>ul::-webkit-scrollbar {width:7px}
.fancybox-thumbs-y>ul::-webkit-scrollbar-track {background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {background:#2a2a2a;border-radius:10px}
.fancybox-thumbs>ul>li {float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}
li.fancybox-thumbs-loading {background:rgba(0,0,0,.1)}
.fancybox-thumbs>ul>li>img {position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fancybox-thumbs>ul>li:before {content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {opacity:1}
@media (max-width:800px) {.fancybox-thumbs {width:110px}
.fancybox-show-thumbs .fancybox-inner {right:110px}
.fancybox-thumbs>ul>li {max-width:calc(100% - 10px)}
}
@keyframes resize {60%,75%,90%,from,to {animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0% {opacity:0;transform:scale(5,5)}
100% {opacity:1;transform:scale(1,1)}
}
@-webkit-keyframes resize {60%,75%,90%,from,to {-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0% {opacity:0;-webkit-transform:scale(5,5)}
100% {opacity:1;-webkit-transform:scale(1,1)}
}
@keyframes ReturnToNormal {from {opacity:0;transform-origin:right bottom;transform:rotate3d(0,0,1,45deg)}
to {opacity:1;transform-origin:right bottom;transform:none}
}
@-webkit-keyframes ReturnToNormal {from {opacity:0;-webkit-transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg)}
to {opacity:1;-webkit-transform-origin:right bottom;-webkit-transform:none}
}
/*弹窗样式*/.fix-wrap {display:none;z-index:999;position:fixed;background:rgba(0,0,0,.8)}
.fix-wrap,.fix-wrap svg {top:0;left:0;width:100%;height:100%}
.fix-wrap .hide,.fix-wrap circle {transition:all .8s;-webkit-transition:all .8s}
.fix-wrap .hide {position:fixed;top:5%;right:5%;width:49px;height:49px;border-radius:50%;cursor:pointer;overflow:hidden;background:0 0}
.fix-wrap .hide::after,.fix-wrap .hide::before {z-index:1;position:absolute;content:'';top:50%;left:50%;width:1px;height:50%;margin-top:-25%;background:#fff}
.fix-wrap .hide::before {transform:rotate(45deg);-webkit-transform:rotate(45deg)}
.fix-wrap .hide::after {transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}
.fix-wrap .hide:hover {transform:rotate(-180deg);-webkit-transform:rotate(-180deg)}
.fix-wrap .hide:hover circle {fill:none;stroke-dasharray:145}
.fix-wrap svg {position:absolute}
.fix-wrap circle {stroke-dasharray:0 145}
.fix-video .video-wrap {min-width:55%;max-width:55%}
.fix-video video {width:100%;height:100%;padding:10px;border-radius:5px;border:1px solid #3a3a3a;box-shadow:0 0 5px rgba(0,0,0,.5);background:#2d2d2d;object-fit:cover;animation:ReturnToNormal .5s both;-webkit-animation:ReturnToNormal .5s both}
.fix-pic {overflow:auto}
.fix-pic img {max-height:100%;animation:zoomIn .5s both;-webkit-animation:zoomIn .5s both}
.fix-pics {background:rgba(0,0,0,.7)}
.fix-pic-slider {color:#fff}
.fix-pic-slider .item {position:relative;width:100%;height:100vh;cursor:grab;cursor:-webkit-grab;background-color:transparent}
.fix-pic-slider .item:active {cursor:grabbing;cursor:-webkit-grabbing}
.fix-pic-slider .item::after {position:absolute;content:'';z-index:-1;top:0;right:0;bottom:0;left:0;margin:auto;width:50px;height:50px;border-radius:5px;box-shadow:0 0 10px rgba(255,255,255,.1);background:rgba(255,255,255,.9)}
.fix-pic-slider em,.fix-pic-slider img {position:absolute;left:0;bottom:0}
.fix-pic-slider img {top:0;right:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:inherit}
.fix-pic-slider em {width:100%;line-height:25px;font-weight:700;text-align:center;padding:10px;box-shadow:0 0 10px rgba(255,255,255,.1);background:rgba(0,0,0,.7)}
.fix-pic-slider .slick-arrow {width:45px;height:45px;border-radius:5px;box-shadow:0 0 5px rgba(255,255,255,.1);background:rgba(0,0,0,.3);transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all .5s;-webkit-transition:all .5s}
.fix-pic-slider .slick-arrow::after {position:absolute;content:'';top:50%;border:solid #fff;padding:6px}
.fix-pic-slider .slick-arrow:hover {background:rgba(0,0,0,.9)}
.fix-pic-slider .slick-prev {left:1%;animation:slideInLeft .5s both;-webkit-animation:slideInLeft .5s both}
.fix-pic-slider .slick-prev::after {left:50%;border-width:0 1px 1px 0;transform:translateX(-25%) translateY(-50%) rotate(135deg);-webkit-transform:translateX(-25%) translateY(-50%) rotate(135deg)}
.fix-pic-slider .slick-next {right:1%;animation:slideInRight .5s both;-webkit-animation:slideInRight .5s both}
.fix-pic-slider .slick-next::after {right:50%;border-width:1px 0 0 1px;transform:translateX(25%) translateY(-50%) rotate(135deg);-webkit-transform:translateX(25%) translateY(-50%) rotate(135deg)}
.fix-pic-slider .slick_page {position:absolute;top:0;left:0;padding:15px;font-weight:700}
.fix-pic-slider .slick_page i {font-size:22px}
.fix-pic-slider .slick_page div {display:none}
.fix-pic-slider .slick_page div.slick-active {display:block}
.fix-search {padding:0 2.5%;background:#222}
.fix-search:hover .search::after {transform:scale(1);-webkit-transform:scale(1)}
.fix-search .search {position:relative;width:100%;height:125px;color:#555;padding-left:88px;font-size:66px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNEE5NEZGREQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNEE5NEZGRUQ0QUQxMUU2OUVGNjk4Qzg2RjZCRDdENiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0QTk0RkZCRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0QTk0RkZDRDRBRDExRTY5RUY2OThDODZGNkJEN0Q2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/Hs+IwAAAVlJREFUeNpi+P//PwMaFgLiJiC+/x8VHATiCCzqMTC6QBKSIc+AeC0QzwXiA0jiT4DYmFhDS6CaNgGxOg4NIUD8E6rOipChcVCFZUR4jwWIj0PVq+EylA2q4AAx4YWEQeAxLkMroAqESTS0D6rPAZuhL4H4NYkGgrAG1NDl2AwFgRVkGMqClBpQ5JgYIOAdA+ngL5TmR5eAGapKhqE8UPo1NkNvAbEtGYaaQOmDGDLAMIiGho0niWEKy2UWuBL/VyD+RYKBFlAD9+PLUTZQRUeAWICAgU5QB4CAIaG8745UaHQCsRkQ8wIxOxCLA7EfEG9HK7kuArEsoVLKHIgf/McPQF72RioaXwGxCD5DYdgXiBcC8S0gfgvEV4B4OhA7IqmRh+ZGELgJxFyEDCUWSwLxVSSDZalhKAhzogWFLiPYZMqBJBBfBGJRIH5ALUNBQBGI5wPxVIAAAwAoIUyRNtFOOQAAAABJRU5ErkJggg==) no-repeat 35px center}
.fix-search .search::after,.fix-search .search::before {position:absolute;content:'';left:0;bottom:0;width:100%;height:1px;transition:all 1s;-webkit-transition:all 1s}
.fix-search .search::before {background:#515151}
.fix-search .search::after {background:rgba(255,255,255,.5);transform:scale(0,1);-webkit-transform:scale(0,1)}
.fix-search .btn,.fix-search .txt {color:#555;background:0 0}
.fix-search .txt {width:100%;text-align:center;font-size:66px;padding-right:2%}
.fix-search .btn {font-size:24px}
/*询盘提交弹窗*/.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar {position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}
.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar {opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}
.fancybox-infobar {top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}
.pagelc {margin-top:3%;}
.pagelc a {display:inline-block;line-height:30px;padding:0 10px;border:1px solid #333;margin:0 2px;vertical-align:middle;}
.pagelc a.mob-none {padding:0;width:32px;}
.pagelc a.cur,.pagelc a:hover {color:#fff;background:#0066d3;border-color:#0066d3;}
.bopae {font-size:20px;color:#0066d3;padding:4% 0;}
.bpoaec {border:1px solid #333;padding:3%;margin-top:3%;}
.vlnea {padding-bottom:15px;border-bottom:1px solid #333;}
.vlnea .d1 {color:#0066d3;font-size:20px;}
.vlnea .d2 {margin-top:10px;}
.edit-con {padding:3% 0 0 0;line-height:2;color:#666;}
.edit-con p img {text-align:center;}
.edit-con p span img {text-align:center;}
.bvlop {margin-top:4%;}
@media (max-width:768px) {.vlnea .d2 {font-size:12px;}
.edit-con {font-size:14px;}
.pagelc {margin-top:6%;}
}
/*轮播图*/.owl-carousel .owl-wrapper:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel {display:none;position:relative;-ms-touch-action:pan-y}
.owl-carousel .owl-wrapper {display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-wrapper-outer {overflow:hidden;position:relative;width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight {-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel .owl-item {float:left}
.owl-controls .owl-page,.owl-controls .owl-buttons div {cursor:pointer}
.owl-controls {-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.container {padding-left:0;padding-right:0}
.owl-carousel .owl-wrapper-outer {display:inline-block;padding-top:7px;margin-top:-7px}
.owl-controls .owl-prev,.owl-controls .owl-next {position:absolute;top:35%;width:40px;height:40px;line-height:40px;font-size:0;background-color:rgba(255,255,255,0.1);display:inline-block;border-radius:5px;overflow:hidden;text-align:center;}
.owl-controls .owl-prev:hover,.owl-controls .owl-next:hover {background-color:#0066d3;color:#fff;}
.owl-controls .owl-prev {left:-20px;}
.owl-controls .owl-next {right:-20px;}
@media screen and (max-width:768px) {.owl-controls .owl-prev {left:10px;}
.owl-controls .owl-next {right:10px;}
}
.owl-controls .owl-prev:before,.owl-controls .owl-next:before {font-family:"iconfont";font-style:normal;font-weight:bold;speak:none;-webkit-font-smoothing:antialiased;text-transform:none;font-size:24px;color:#fff;}
.owl-controls .owl-prev:hover:before,.owl-controls .owl-next:hover:before {color:#fff;}
.owl-controls .owl-prev:before {content:"\e610";line-height:40px;}
.owl-controls .owl-next:before {content:"\e633";line-height:40px;}
/*关于我们轮播图开始*/#about_pb {max-width:1200px;}
#promotion_banners {width:100%;overflow:hidden;}
#promotion_banners li {width:100%;height:100%;list-style-type:none;}
.switcher_2 {position:absolute;right:5px;bottom:5px;}
.product_box {width:100%;max-width:450px;min-width:320px;}
.product_box .banners {height:450px;overflow:hidden;border:1px solid #e6e6e6;}
.pb {display:inline-block;position:relative;height:auto;margin-bottom:20px;z-index:0;}
.pb .points_2 li {width:22px;height:22px;text-align:center;cursor:pointer;float:left;margin-right:5px;background-color:#999;line-height:22px;color:#FFF;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;}
.pb .points_2 li.current {color:#FFF;margin-right:5px;height:22px;width:22px;background-color:#0066d3;}
.pb .banners {float:left;padding:0px;margin:0px;}
.pb .banners li {display:none;padding:0px;}
.pb .banners li.current {display:block;}
.pb .switcher {width:100%;display:block;height:auto;overflow:hidden;}
.pb .points {font-size:0px;margin-top:4px;margin-right:auto;margin-bottom:0;margin-left:auto;width:100%;overflow:hidden;}
.pb .points li {width:70px;height:70px;background-position:0px 0px;text-align:center;cursor:pointer;float:left;margin-right:8px;border:1px solid #e6e6e6;display:table;margin-top:8px;}
.pb .points li i {width:100%;overflow:hidden;height:100%;display:table-cell;vertical-align:middle;text-align:center;}
.pb .points li img {max-height:70px;max-width:70px;vertical-align:middle;display:table-cell;z-index:-1;position:relative;}
.pb .points li.current {color:#FFF;margin-right:8px;height:70px;width:70px;border:1px solid #F00;}
.C_top_R1IMG {width:100%;height:100%;position:relative;display:table;text-align:center;}
.C_top_R1IMG a {width:100%;overflow:hidden;height:100%;display:table-cell;vertical-align:middle;}
.C_top_R1IMG img {vertical-align:middle;max-width:100%;max-height:450px;}
.C_top_R1IMG a h5 {height:30px;position:absolute;z-index:3;bottom:40px;left:0px;font-weight:bold;padding-left:10px;width:500px;font-size:22px;line-height:30px;color:#FFFFFF;font-weight:normal;}
.C_top_R1IMG a p {line-height:20px;color:#FFFFFF;position:absolute;z-index:3;bottom:15px;left:0px;width:500px;padding-left:10px;height:20px;}
.C_top_R1IMG a span {filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5!important;height:80px;width:100%;position:absolute;z-index:2;left:0px;bottom:0px;background-color:#000000;}
.C_top_R1IMG2 {width:100%;height:auto;}
.C_top_R1IMG2 a img {width:100%;height:100%;}
@media (max-width:768px) {#about_pb {width:100%;margin-left:0px;}
.product_box .banners {height:300px;}
.pb .points li img {max-width:80px;}
}
/*关于我们轮播图结束*//*首页-新闻*/.home_news {padding-top:60px;padding-bottom:40px;background: url("../images/case.jpg") no-repeat; background-size: cover}
.home_newslist {margin:0;margin-top:40px;padding:0;}

.home_newslist .news_item {-webkit-transition:all 200ms ease-in-out;moz-transition:all 200ms ease-in-out;ms-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;}


.new_l_t{ width: 45%; float: left}
.home_newslist .news_item .img {background-color:rgba(0,0,0,0.1); width: 100%}
.home_newslist .news_item .img img {border-radius:100px 0 0 0; object-fit:cover; height:364px;}
.home_newslist .news_item:hover .img img {border-radius:0 0 0 0;}
.home_newslist .owl-item:nth-child(2) .img img,.home_newslist .owl-item:nth-child(3) .img img {border-radius:0;}
.home_newslist .owl-item:nth-child(3) .content {border-radius:0 0 100px 0;}
.home_newslist .owl-item:hover:nth-child(3) .content {border-radius:0 0 0 0;}
.home_newslist .owl-item .news_item {margin:0 15px; font-size: 0}
.home_newslist .owl-item .news_item a{overflow: hidden; height: 100%; width: 100%; }
.home_newslist .owl-item .new_r_b {margin-top:30px;}
.news_item .content {
    padding: 20px;
    background: #eee;
    max-width: 690px;}
.home_newslist  .news_item .content .sub-title {
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 25px;height: 50px;
    overflow: hidden;

}
.home_newslist ..news_item h4 {
    width: 100%;
    font-size: 16px;
    color: #01919c;
    line-height: 25px;
}

.new_r_t{ width: 53%; float: right}
.home_newslist  .new_r_t ul li{ width: 100%; margin-bottom: 15px; padding: 2.5%; overflow: hidden; background: #e5e5e5}
.home_newslist  .new_r_t ul li h3{ font-size: 20px; line-height:40px; height: 40px; overflow: hidden; text-align: left;}
.home_newslist  .new_r_t ul li p{ font-size: 14px; height: 50px; line-height: 25px; overflow: hidden}
.home_newslist  .new_r_t ul li:hover{ background: #0066d3}
.home_newslist  .new_r_t ul li:hover h3,.home_newslist  .new_r_t ul li:hover p,.home_newslist  .news_item ul li:hover h4{ color: #fff}




@media screen and (max-width:1440px) {
    .head_layer{ padding: 0}
	.home_newslist  .new_r_t .content h3,.home_newslist .owl-item .new_r_b .content h3 {display:none;}
	.home_newslist  .news_item .content{padding: 13px;}
}

@media screen and (max-width:1360px) {
    .nav_w{ width: 65%}
    .search_box{ width: 13.5%}
}

@media screen and (max-width:1260px) {
    .nav_w .head_nav>li>a>b{ display: none}
}


@media only screen and (min-width:951px) {.home_newslist .owl-wrapper-outer {overflow:inherit !important;}
.home_newslist .owl-wrapper {width:auto !important;}
.home_newslist .owl-wrapper .owl-item {width:50% !important;/*width:calc((100% - 20px) / 2)!important;*/display:inline-block;vertical-align:top;position:relative;float:left;}
.home_newslist .owl-item:nth-child(2),.home_newslist .owl-item:nth-child(3) {float:right;}
}
@media screen and (max-width:950px) {
    .home_product {padding:40px 0;}
    .top{ display: none}
    .home_news {padding-top:40px;padding-bottom:20px;}
.home_newslist {margin-top:20px;}
.home_newslist .owl-wrapper .owl-item {width:100%;float:left;}
.home_newslist .owl-item .new_r_t .img,.home_newslist .owl-item .new_r_b .img {width:100%;}
.home_newslist .owl-item .new_r_t .content,.home_newslist .owl-item .new_r_b .content {width:100%;}
.home_newslist .owl-item .new_r_t .content,.home_newslist .owl-item .new_r_b .content {position:inherit;}
.home_newslist .owl-item .new_r_b {margin-top:0;}
.home_newslist .owl-item .news_item {margin:0;}
.home_newslist .owl-item .news_item a {width:100%;}
.home_newslist .news_item .img img {border-radius:0 0 0 0; height: 220px}
.home_newslist .owl-item .news_item .content .sub-title {white-space:inherit;}
.home_newslist .owl-item .news_item .read-more {display:none;}
.home_newslist .owl-item:nth-child(3) .content {border-radius:0 0 0 0;}
.home_newslist .owl-controls .owl-prev {left:0;}
.home_newslist .owl-controls .owl-next {right:0;}
    

    
    .home_products{padding:20px 0}
    
    
    
    .banner .owl-controls .owl-prev, .banner .owl-controls .owl-next{top:25% !important}
    .security-left{width: 100%; }
    .security-title{ height: auto;padding: 34px 0 0;}
    .security-title small{ display: none}
    .security-title strong{ padding: 0 20px}
    .security-left-img{ height:300px}
    .security-right{ width: 100%; margin-top: 20px;}
    .security-right .security-item figure img{ height: 200px;}
    .security-right-tt{ top:20%}
    .security-right-tt strong{ margin-bottom: 15px;}
    .security-item:last-child figure{ width: 380px}
    .ab_22 h2,.home_product h2 em, .home_partner h2 em, .home_email h2 em, .home_news h2 em, .hot_cp h2 em{font-size: 40px; line-height: 1.6}
    .new_r_t{ margin-top: 20px;}
    .foot_l p,.footcp,.foot_ewm{ display: none}
.foot_l{ width: 100%}    
    
    .footer{ width: 100%; padding: 20px 0 20px;}
    
    .search_box,.zx,.im{ display: none}
    
    
    
    
    .home_product h2 em, .home_partner h2 em, .home_email h2 em, .home_news h2 em, .hot_cp h2 em, .home_par h2 em{font-size: 28px; line-height: 1.4}
    .home_par{padding: 30px 0;}
    .cp_gd{ height: 260px;}
    .cp_gd ul li{ width: 200px;}
  .cp_gd ul li span{ width: 198px; height: 220px;}
    .new_l_t,.new_r_t{ width: 100%;}
    .pro_list li{ width: 100%}
    .taba li{padding: 18px 20px; margin-bottom: 10px;}
    .pro_list li h3{line-height: 35px;}
    
        .marqueeleft{height:180px;width:100%;overflow:hidden;margin:40px auto 0; }
    .marqueeleft li .pic{ width:198px; height:140px;}
    .marqueeleft li{width:198px;}
    
    .aabg,.inner-page-r-con{padding: 36px 0;}
    
    .inner-message{ width: 100%;}
    .lxfs{ display: none}
    
      .ab_l, .gc_l,.ab_r, .gc_r{ width: 100%}
    .counter{ width: 50%; margin-bottom: 30px;}
 

        .kf-list ul li{ width: 48%}
    .kf-list ul li .img{ height: 50px;}
    .kf-list ul li a{padding: 20px 0;}
    
    
    .inner-page-r-con .com_title, .gc_r h2{ font-size: 28px;}
    
    .counter .counter-value{ font-size: 30px;}
    
    
    
    
    
    
    
    
}
