@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Candarab';
    src: url('fonts/Candarab.eot');
    src: local('☺'), url('fonts/Candarab.woff') format('woff'), url('fonts/Candarab.ttf') format('truetype'), url('fonts/Candarab.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ariblk';
    src: url('fonts/ariblk.eot');
    src: local('☺'), url('fonts/ariblk.woff') format('woff'), url('fonts/ariblk.ttf') format('truetype'), url('fonts/ariblk.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DUTCH766';
    src: url('fonts/DUTCH766.eot');
    src: local('☺'), url('fonts/DUTCH766.woff') format('woff'), url('fonts/DUTCH766.ttf') format('truetype'), url('fonts/DUTCH766.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



body{font-family: Arial, Helvetica, sans-serif; font-size:18px;overflow-x: hidden; color: #333;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0; }
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0;}
img{border: 0 none;vertical-align: middle;}
a{color: #333;text-decoration:none;background-color:transparent;transition: 0.5s;}
a:hover{cursor: pointer; color:#235d9d;}
a:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
*{ box-sizing: border-box; }


.owl-theme .owl-controls{ margin-top: 10px; text-align: center;}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{ color: #FFF; display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ margin: 5px;  padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px;  -moz-border-radius: 30px;  border-radius: 30px;  background: #869791;  filter: Alpha(Opacity=50);/*IE7 fix*/  opacity: 0.5;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; text-decoration: none;}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{ display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{  display: block;  width: 12px;  height: 12px;  margin: 5px 7px;  filter: Alpha(Opacity=50);/*IE7 fix*/  opacity: 0.5;  -webkit-border-radius: 20px;  -moz-border-radius: 20px;  border-radius: 20px;  background: #869791;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{ filter: Alpha(Opacity=100);/*IE7 fix*/  opacity: 1;}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{  height: auto;  width: auto;  color: #FFF;  padding: 2px 10px;  font-size: 12px;  -webkit-border-radius: 30px;  -moz-border-radius: 30px;  border-radius: 30px;}

/* preloading images */
.owl-item.loading{ min-height: 150px; background: url(AjaxLoader.html) no-repeat center center}

/* clearfix */
.owl-carousel .owl-wrapper:after {  content: "."; display: block; clear: both;  visibility: hidden; line-height: 0; height: 0;}
/* display none until init */
.owl-carousel{ position: relative; width: 100%;  -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);}
/* mouse grab icon */
.grabbing { cursor:url(grabbing.html) 8 8, move;}

/* fix */
.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);}

/* CSS3 Transitions */

.owl-origin {-webkit-perspective: 1200px;-webkit-perspective-origin-x : 50%;-webkit-perspective-origin-y : 50%; -moz-perspective : 1200px;  -moz-perspective-origin-x : 50%;-moz-perspective-origin-y : 50%; perspective : 1200px;}
/* fade */
.owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease;}
.owl-fade-in { -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}
/* backSlide */
.owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease; -moz-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease;}
.owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease;}
/* goDown */
.owl-goDown-out { -webkit-animation: scaleToFade .7s ease both; -moz-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both;}
.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;}
/* scaleUp */
.owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both; -moz-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both;}

.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both;}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {opacity: 1}
}
@-moz-keyframes empty {
    0% {opacity: 1}
}
@keyframes empty {
    0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-moz-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
    25% { opacity: .5; -webkit-transform: translateZ(-500px); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
    25% { opacity: .5; -moz-transform: translateZ(-500px); }
    75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
    25% { opacity: .5; transform: translateZ(-500px); }
    75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
    100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
    0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -webkit-transform: translateZ(-500px); }
    100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
    0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; -moz-transform: translateZ(-500px); }
    100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
    0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
    75% { opacity: .5; transform: translateZ(-500px); }
    100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
    to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
    to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
    to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
    from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
    from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
    from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
    from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
    from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
    from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
    to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
    to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
    to { opacity: 0; transform: scale(1.5); }
}

@font-face {font-family: "iconfont";
    src: url('fonts/iconfont619b.html?t=1606889834336'); /* IE9 */
    src: url('fonts/iconfont619b.html?t=1606889834336#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
    url('fonts/iconfont619b.woff?t=1606889834336') format('woff'),
    url('fonts/iconfont619b.ttf?t=1606889834336') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('fonts/iconfont619b.svg?t=1606889834336#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-zhuye:before {
    content: "\e6c5";
}

.icon-Shape:before {
    content: "\e616";
}

.icon-anli:before {
    content: "\e602";
}

.icon-shengchan:before {
    content: "\e61a";
}

.icon-gongyiliucheng:before {
    content: "\e608";
}

.icon-youshi:before {
    content: "\e61f";
}

.icon-shuju:before {
    content: "\e640";
}

.icon-jianjie:before {
    content: "\e649";
}

.icon-tuijian:before {
    content: "\e617";
}

.icon-xiangqing:before {
    content: "\e64e";
}

.icon-jiegou:before {
    content: "\e656";
}

.icon-xiaoxi2:before {
    content: "\e601";
}

.icon-liuyan:before {
    content: "\e794";
}

.icon-shouji:before {
    content: "\e7f2";
}

.icon-dizhi:before {
    content: "\e756";
}

.icon-youxiang:before {
    content: "\e6e6";
}

.icon-shouye:before {
    content: "\e686";
}

.icon-mean_list:before {
    content: "\e653";
}

.icon-youxiang2:before {
    content: "\e600";
}

.icon-twitter:before {
    content: "\e89d";
}

.icon-youtube1:before {
    content: "\e8d7";
}

.icon-facebook:before {
    content: "\e6e5";
}

.icon-youxiang1:before {
    content: "\e607";
}

.icon-dianhua1:before {
    content: "\e61e";
}

.icon-original-whatapp:before {
    content: "\e60c";
}

.icon-liaotian:before {
    content: "\e6a5";
}

.icon-fangdajing:before {
    content: "\e603";
}

.icon-in:before {
    content: "\e6f1";
}

.icon-dianhua2:before {
    content: "\e60a";
}

.icon-666666-copy:before {
    content: "\ec8d";
}

.icon-wenti:before {
    content: "\e62a";
}

.icon-lianjie:before {
    content: "\e646";
}




.iconfont:before{ display: block; margin:0 auto; }


input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
.w_p_main{ background: #fff; overflow: hidden;  }
.main{ background: #f4f4f4; overflow: hidden;  }
.warper{ width:1440px; margin:0 auto; position: relative;}
.backToTop{width:70px; height:70px; border-radius: 5px; background:#f97a2d url(images/icon_top.png) no-repeat center; cursor:pointer; position:fixed; right:42px; text-indent:9999px; bottom:10%; color: #fff; transition: all .3s}
.backToTop:hover{ opacity: .9;}

header{  width: 100%; height: 110px; background: rgba(0,0,0,0.1); z-index: 999; position: fixed;  top: 0;  left: 0; }
.logo{ position: absolute;left: 0; top: 15px;}
.logo img{ transition: all 0.3s; }

.position{box-shadow: 0 1px 10px 0 rgba(0,0,0,0.3); position: fixed; background: #fff; }
.position nav li>a{ color: #222; }
.position nav li a:after{ background:#222; }
.position nav li>a:hover{ color: #222; }
.position .h_email a{ color: #222; }


h6{ display: inline-block; font-weight: normal; }
#nav:after{  content: '';  display: block;  clear: both;}
#nav .warper{position: relative;}

.close-nav{position: fixed; top:0; left:0; width: 100%;height: 100%;background: #000;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 88;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
#nav .nav-button{width: 35px;height: 35px; z-index: 5; border-radius: 3px;background: #e7b316 ; color: #111;position: absolute; right: 10px; top: 10px;line-height: 35px;text-align: center;font-size: 20px;}
#nav .nav-button i{ color: #fff; font-size: 22px; font-weight: 600; }
#nav .nav-button{display: none;}

nav{ float: right; margin-right: 96px;}
nav li{ float: left; position: relative; margin: 0 20px; }
nav li>a{ padding: 46px 0 40px 0; position: relative; font-family: Candarab; color: #fff; position: relative; display: block; text-align: center; transition:0.5s; text-transform: uppercase; font-size:20px; }
nav li a:after{ content: ''; position: absolute; width: 0; transition: all 0.3s; bottom: 26px; left: 0; height: 1px; background: #fff; }
nav li.on>a:after,nav li:hover>a:after{ width: 100%; }
nav li>a:hover{ color: #fff; }
nav dl{ opacity: 0;  transition: opacity 1s ease;position: absolute; display: block; background: #fff; width: 260px; top: 84px;  left:-9999px; z-index: 999;  }
nav dl dd{ display: block; position: relative; }
nav li dl dd a{ opacity: 1; background: transparent !important; color: #666 !important; display: block; padding: 13px 18px; text-align: left; white-space: nowrap;font-size:16px;}
nav li dl dd a:hover{ background: #235d9d !important; cursor: pointer; color: #fff !important;}
nav li:hover dl{ left: 0; opacity: 1; }
nav dl dd div{position: absolute; left: 100%; top: 0; background:rgba(35,93,157,.7); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:13px; color: #fff !important; border-bottom: none; }

.head_rcon{ position: absolute; right: 0; top: 44px; width: 94px; transition: all 0.3s; }

.h_email{ display: inline-block; }
.h_email a{ font-size: 20px; display: inline-block; color: #fff; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 20px;  }
.h_email a:hover{ background: #235d9d; color: #fff; }

.search-button{ width: 50px; margin-top: 1px; background:#235d9d; border-radius: 5px; height: 27px; text-align: center; line-height: 27px; float: right; }
.search-button i{ color: #fff; font-size: 18px; cursor: pointer; }
.searchform{ overflow: hidden;background:#235d9d;position: absolute; right: 0; height: 0; top:30px; width: 240px; transition: all .3s;}
.searchform i{ font-size: 24px; color: #fff; }
.searchform input{ width: 190px; background:#235d9d; color: #fff; line-height:51px; padding-left:10px; float: left; }
.searchform button{ width:54px; line-height:51px; background:#235d9d; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder {  color: #fff;}


.changpic { width: 100%; overflow: hidden; }
.changpic img{ width: 100%; transition: all 0.3s; }

.prodel_swiper .item{ position: relative; }
.prodel_swiper .item img{ width:100%}


.cl{ clear: both; }
/*版块标题*/
.in_tit{ text-align: center; }
.home_boxtit{ font-size:36px; padding: 14px 42px 0 0; transform-style: preserve-3d; display: inline-block; position: relative; font-family: ariblk; font-style: italic; text-transform: uppercase;}
.home_boxtit span{ color: #235d9d; }
.home_boxtit:before{ content: ''; z-index: -2; transform: translateZ(-2px); width: 160px; height: 68px; border: 6px solid #d9d9d9; position: absolute; top: 0; right: 0; }
.home_boxtit:after{ content: ''; position: absolute; top: 15px; right: 166px; z-index: -1; transform: translateZ(-1px); background: #f4f4f4; width: 6px; height: 48px; }
/*首页*/
.section{}
.center-wrap{padding-top: 180px;}
.swiper-container { width: 100%;  height: 100%;visibility:visible }
.swiper-slide { text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center; align-items: center; position: relative;visibility:visible }
.swiper-slide a{display: block; position: absolute; left: 0; top: 0; height: 100%;visibility:visible}
.swiper-slide picture{display: none;}
/*banner */
.index_banner .item{background-size: cover; -webkit-background-size:cover; background-position: center; background-repeat: no-repeat; height:100vh;
    position: relative;}
.index_banner .item img{display: block; width: 100%; display: none;}
.index_banner .item.slick-current .scaleBg{ visibility: visible;  -webkit-animation:scale-bg 6s linear forwards; animation:scale-bg 6s linear forwards;}
.index_banner .items{ background-size: cover; background-position: center center; background-repeat: no-repeat; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0;}
.index_banner .item .inner .block_txt{position: absolute; top: 44%; right: 10px; left:10px; opacity: 0; transform: translateY(40px); -webkit-transform: translateY(40px); -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_banner .item.active .inner .block_txt{ opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 100ms;
    transition-delay: 100ms;}
.index_banner .item .inner .block_txt h4{ font-size: 30px; color: #fff; text-align: center; font-family: 'COCO';}
.index_banner .item .inner .block_txt h2{ color: #fff; font-size: 70px; font-weight: bold; text-align:center; letter-spacing:5px;}
.index_banner .item .inner .block_txt h2 span{ color: #f5c920; display: inline-block; letter-spacing: 5px;}
.index_banner .item .inner .block_txt h3{ color: #fff; font-size: 22px; text-align:center; margin-top: 10px; letter-spacing: 3px;}
.banner .slick_txt{ width:30%; height: 100%; background-color: transparent; transition: all 500ms ease; -webkit-transition:all 500ms ease;  background-repeat: no-repeat; position: absolute; top: 0; font-size: 0; outline: none; border:0;}
.banner .left{ left: 80px;}
.banner .right{ right:80px;}
.banner .slick_txt:hover .slick_arrow{ opacity: 1; visibility: visible;}
.banner .slick_txt .slick_arrow{ width: 20px; height: 36px; background-repeat: no-repeat; background-position: center; margin-top: -18px; position: absolute; top: 45%; cursor: pointer; transition: all 500ms ease; -webkit-transition:all 500ms ease; opacity: 0; visibility: hidden;}
.banner .slick_txt .prev{ background-image:url(images/ban_prev.png); left:160px;}
.banner .slick_txt .next{ background-image:url(images/ban_next.png); right:160px;}
.banner .slick_txt .prev:hover{ background-image:url(images/ban_prev_hover.png);}
.banner .slick_txt .next:hover{ background-image:url(images/ban_next_hover.png);}
.warer-box{ width: 100%; overflow: hidden; }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,

html.fp-enabled,.fp-enabled body{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}
#superContainer{height:100%;position:relative;-ms-touch-action:none;touch-action:none}
.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.fp-slide{float:left}
.fp-slide,.fp-slidesContainer{height:100%;display:block}
.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}
.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}
.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}
.fp-slidesContainer{float:left;position:relative}
.fp-controlArrow{position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}
.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}
.fp-scrollable{overflow:scroll}
.fp-notransition{-webkit-transition:none!important;transition:none!important}
#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0,0,0)}
#fp-nav.right{right:95px}
#fp-nav.left{left:17px}
.fp-slidesNav{position:absolute;z-index:4;left:50%;opacity:1}
.fp-slidesNav.bottom{bottom:17px}
.fp-slidesNav.top{top:17px}
#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block; width:14px;height:18px;margin:7px;position:relative}
.fp-slidesNav ul li{display:inline-block}
#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}
#fp-nav ul li a.active span{background:#235d9d;}
#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%; display: inline-block; background: #bfbfbf; position:absolute;z-index:1;height:11px;width:11px;border:0;left:50%;top:50%;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;}
#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{}
#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0}
#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.right{right:20px}
#fp-nav ul li .fp-tooltip.left{left:20px}.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell{height:auto!important}

.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{ position: absolute; top: 50%; margin-top: -20px; width:48px;height:65px;z-index:10;cursor:pointer; background:url(images/right_jiantou_w.html) no-repeat center rgba(0,0,0,0.3); background-size: 20px;}
.swiper-button-next{left:120px;transform: rotate(180deg);}
.swiper-button-prev{ right: 120px}
.swiper-button-next:hover,.swiper-button-prev:hover{opacity: .8;}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-bullet{width:16px;height:16px;display:inline-block;border-radius:100%;background:none; border:2px solid #fff;}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-white .swiper-pagination-bullet{background:#fff}
.swiper-pagination-bullet-active{opacity:1;background:#fff}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}
.swiper-container-horizontal>.swiper-pagination{bottom:30px;left:0;width:100%}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}
.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}


.fp-tableCell{display: block;}

.index_banner{ position: relative; width: 100%; }
.index_banner:before{ content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.43); }
.banner_text{ position: absolute; width: 60%; top: 40%; left: 50%; margin-left: -30%; }
.banner_text p{ color: #fff; font-size: 46px; line-height: 56px; font-weight: bold; text-transform: uppercase; text-align: center; }
.index_banner .item_text{ width: 922px; position: absolute; bottom: 123px; right: 8%; color: #fff; }
.bnnner_tit h2{ font-size: 60px; font-family: ariblk; margin-bottom: 10px; }
.item_text span{ font-size: 26px; line-height: 30px; }
.index_banner .item:nth-of-type(even) .item_text{ right: auto; left: 8%; }
.index_banner .item.slick-active .item_text {
    -webkit-animation: fadeInTop 0.5s both 0.5s;
    animation: fadeInTop 0.5s both 0.5s;
}
@keyframes fadeInTop {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 123px;
        opacity: 1;
    }
}
.scaleBg{ transition: all 8s; }
.index_banner .item.slick-active .scaleBg{ transform: scale(1.15); }

.in_ab{ width: 100%; overflow: hidden; position: relative; background:#f4f4f4; }
.in_ab .center-wrap{ padding-top: 150px; }
.in_abtext{ margin-top: 28px; }
.in_abtext p{ font-size: 16px; line-height: 26px; color: #666; }
.in_abviicon{ width: 100%; overflow: hidden; margin-top: 26px; }
.in_abviicon .lcon{ width: 50%; float: left; }
.in_abviicon .rcon{ margin-left: 50%; padding-left: 12px; }
.in_abiconbox{ width: 100%; overflow: hidden; }
.in_abiconbox li{ float: left; width: 49%; transition: all 0.3s; margin-bottom: 12px; padding: 45px 8% 0 8%; margin-right: 2%; background:#fff; min-height: 205px; text-align: center; }
.in_abiconbox li:nth-of-type(even){ margin-right: 0; }
.in_abiconbox li img{ height: 55px; }
.in_abiconbox li p{ font-size: 20px; font-style: italic; margin-top: 26px; }
.in_abiconbox li:hover{ padding-top: 35px; }
.bigbg{ background: rgba(0,0,0,.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
.allhide{ display: none; }
.getbox{ width: 800px; background: #fff;  position: absolute; top: 20%; left: 50%; margin-left: -400px; }



.in_pro{ background: url(images/in_probg.jpg) no-repeat; background-size: cover; overflow:hidden; }
.in_pro .center-wrap{ position: relative; padding-top: 158px; }

.in_prolist,.in_proswiper{ width: 100%; overflow: hidden; }
.in_proswiper .item{ margin:0 12px;  }
.in_proswiper .item .in_proitem{ overflow: hidden; width: 100%; margin-bottom: 25px; }
.pro_itempic{ position: relative; overflow: hidden; }
.pro_linkicon{ position: absolute; top: -100%; transition: all 0.3s; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; }
.pro_linkicon h6{ width: 50px; line-height: 50px; font-size: 30px; height: 50px; text-align: center; border-radius: 50px; background: #fff; color: #2e3037; }
.pro_itemtext{ background: #fff; padding: 26px 24px; }
.pro_itemtext p{ height: 25px; line-height: 25px; overflow: hidden; }
.pro_itemtext span{ margin-top: 5px; font-size: 16px; line-height: 20px; color: #666; height: 40px; overflow: hidden; display: -webkit-box;
    -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.in_proitem:hover .changpic img{ transform: scale(1.1); }
.in_proitem:hover .pro_linkicon{ top: 0; }
.in_proswiper .owl-theme .owl-controls .owl-page span{ width: 15px; height: 15px; background:#fff; }



.in_case{ width: 100%; background:#f4f4f4; }
.in_case .center-wrap{ padding-top: 172px; }
.in_case .in_tit{ text-align: left;}
.in_casewar{ width: 100%; overflow: hidden; }
.in_casewar .lcon{ float: left; width: 508px; padding-right: 78px; padding-top: 130px; }
.in_casewar .rcon{ margin-left: 508px; }
.in_casewar .lcon p{ margin-top: 60px; font-size: 16px; line-height: 26px; }
.in_btn{ display: inline-block; margin-top: 70px; font-size: 18px; padding: 7px 35px; border-radius: 30px; border: 1px solid #222; }
.in_btn:hover{ background:#235d9d; border: 1px solid #235d9d; color: #fff; }
.in_caselist{ width: 100%; overflow: hidden; }
.in_caselist li{ width: 47%; margin-right: 5%; margin-bottom: 33px; float: left; }
.in_caselist li:nth-of-type(even){ margin-right: 0; }
.in_caseitem{ position: relative; }
.in_casetext{ position: absolute; transition: all 0.3s; width: 100%; background-image: linear-gradient(rgba(0,0,0,0.05),rgba(0,0,0,0.8) ,rgba(0,0,0,1));  left: 0; bottom: 0; padding: 24px 10px; text-align: center; }
.in_casetext p{ color: #fff; font-size: 20px; font-weight: bold; height: 24px; line-height: 24px; overflow: hidden; }
.in_caseshow{ width: 88%; opacity: 0; transition: all 0.3s; text-align: center; padding: 20% 4% 0 4%; height: 88%; background: rgba(35,93,157,0.8); position: absolute; left: 50%; margin-left: -44%; top: 50%; margin-top: -34%;  }
.in_caseshow p{ font-size: 20px; height: 25px; line-height: 25px; overflow: hidden; font-weight: bold; color: #fff; }
.in_caseshow span{ font-size: 16px; line-height: 20px; color: #c0dbfb; display: inline-block; margin-top: 20px; height: 60px; overflow: hidden; }
.in_caseitem:hover .in_caseshow{ opacity: 1; }
.in_caseitem:hover .in_casetext{ opacity: 0; }


.in_news{ width: 100%; background: url(images/in_newsbg.jpg) center no-repeat; background-size: cover; }
.in_news .center-wrap{ padding-top: 192px; }
.in_newsbox{ padding-right: 229px; width: 100%; position: relative; }
.in_newsbox .lcon{ width: 1294px; position: absolute; top: 0; left: 0; }
.in_newsbox .rcon{ margin-left: 1294px; padding: 150px 0 0 54px; text-align: right; }
.in_newsslbox{ background: #235d9d; width: 100%; padding: 105px 60px 60px 60px; }
.in_newsswiper{ width: 100%; }
.in_newsswiper .item{ margin: 0 9px; }
.in_newstext{ background: #bdcee2; padding: 18px 16px 32px 16px; }
.in_newsitem:hover .changpic img{ transform: scale(1.15); }
.in_newstext h5{ font-size: 18px; font-weight: normal; height: 25px; line-height: 25px; overflow: hidden; }
.in_newstext p{ margin-top: 14px; font-size: 16px; line-height: 20px; height: 40px; overflow: hidden; color: #666; display: -webkit-box;
    -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.in_newstext span{ font-size: 14px; color: #999; display: inline-block; margin-top: 20px; }
.in_newsswiper .owl-theme .owl-controls .owl-page span{ width: 15px; height: 15px; background: #fff; }
.in_newsswiper .owl-theme .owl-controls{ margin-top: 40px; }
.in_newsbox .rcon .home_boxtit a{ color: #fff; }
.in_newsbox .rcon .home_boxtit:before{ border: 6px solid #6e7072; }
.in_newsbox .rcon .home_boxtit:after{ background: #484947; }
.in_newsbox .rcon p{ margin-top: 78px; font-size: 16px; line-height: 26px; color: #bdbdbd; }
.in_newsbox .rcon .in_btn{ margin-top: 115px; border: 1px solid #fff; color: #fff; }
.in_newsbox .rcon .in_btn:hover{ border: 1px solid #235d9d; background: #235d9d; }

.in_solu{ background: #f4f4f4; }
.in_solu .center-wrap{ padding-top: 212px; }
.in_soluwar{ width: 100%; overflow: hidden; }
.in_soluwar .lcon{ width: 582px; float: left; padding-top: 8px;  }
.in_soluwar .rcon{ margin-left: 582px; padding-left: 36px; }
.in_sopic{ margin-top: 75px; }
.in_sopic .changpic{ display: none; }
.in_sopic .changpic.on{ display: block; }
.in_solulist li{ margin-bottom: 30px; background: #fff; transition: all 0.3s; }
.in_solulist li a{ display: block; width: 100%; padding: 48px 54px 48px 42px; }
.in_solulist li p{ font-size: 20px; height: 25px; line-height: 25px; overflow: hidden; }
.in_solulist li span{ display: block; font-size: 16px; line-height: 22px; height: 66px; overflow: hidden; display: -webkit-box;
    -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #666; margin-top: 12px; }
.in_solulist li.on{ background: #235d9d; }
.in_solulist li.on p{ color: #fff; }
.in_solulist li.on span{ color: #6e9ccf; }



.in_contact{ background: url(images/in_conbg.jpg) no-repeat center; background-size:cover; position: relative; }
.in_conright{ position: absolute; width: 100%; left: 0; bottom: 0; }
.in_contact .center-wrap{ padding-top: 198px; }

.footer_lxbox{ width: 100%; overflow: hidden; }
.footer_lxbox .lcon{ float: left; width: 51%; }
.footer_lxbox .rcon{ float: left; width: 49%; padding-left: 105px; }

.footer-rcon{ background: rgba(255,255,255,0.2); padding: 32px 56px 20px 56px; border-radius: 3px; }
.footer-rcon h2{ font-size: 30px; color: #fff; font-family: ariblk; font-style: italic; text-align: center; }
.footer-rcon form{ position: relative; width: 100%; margin-top: 30px; }
.footer-rcon form ul{ width: 100%; overflow: hidden; }
.footer-rcon form ul li{ width: 48.6%; margin-right: 2%; position: relative; display: inline-block; margin-bottom: 20px; }
.footer-rcon form ul li p{ color: #fff; margin-bottom: 10px; }
.footer-rcon form ul li:last-child{ width: 100%; float: none; margin-right: 0; }
.footer-rcon form ul li:nth-of-type(even){ margin-right: 0; }
.footer-rcon form ul li:nth-of-type(3),.footer-rcon form ul li:nth-of-type(4){ margin-right: 0; width: 100%; }
.footer-rcon input{ height:46px; line-height: 46px; }
.footer-rcon input,.footer-rcon textarea{  width: 100%; background: #e9ebec; border: none; padding: 2px 10px; font-family:Arial; resize: none; margin-bottom: 8px;  color: #000; font-size: 18px;}
.footer-rcon textarea{height: 120px;}
.footer-rcon input::-webkit-input-placeholder, .footer-rcon textarea::-webkit-input-placeholder{  color: #999;}
.footer-rcon button{ width: 210px; height: 46px; margin: 0 auto; border-radius: 46px; display: block; font-family:Arial; line-height: 46px; color: #fff; font-size: 18px; text-align: center; background:#f97a2d; border: none; cursor: pointer; }
.footer-rcon button:hover{ opacity: 0.9; }


.Copyright_p{ background: #08315e; padding: 24px 0; text-align: center; color: #9f9f9f; font-size: 16px; }
.Copyright_p a{ color: #9f9f9f; }
.Copyright_p a:hover{ text-decoration: underline; }

.footer_lxbox .rcon .home_boxtit a{ color: #fff; }
.footer_lxbox .rcon .home_boxtit:before{ border: 6px solid #5a7a9a; }
.footer_lxbox .rcon .home_boxtit:after{ background: #214e7e; }

.footer_contact{ width: 100%; overflow: hidden; margin-top: 52px; }
.footer_contact li{ margin-bottom: 20px; }
.footer_contact li p{ color: #96b4cc; font-size: 16px; text-transform: uppercase; margin-bottom: 6px; }
.footer_contact li span{ font-size: 18px; color: #fff; line-height: 26px; }
.footer_contact li a{ font-size: 22px; font-weight: bold; color: #fff; }

.media { display: inline-block; margin-top: 18px; }
.media a{color: #224a78; width: 38px; height: 38px; line-height: 38px; text-align: center; background: #a8b9cb; border-radius: 38px; margin-right: 3px; font-size: 22px; display:inline-block;}
.media a:nth-of-type(1):hover{background: #36b9ff; }
.media a:nth-of-type(2):hover{background: #36b9ff; }
.media a:nth-of-type(3):hover{background: #0183bf; }
.media a:nth-of-type(4):hover{background: #c60c1e; }
.media a:hover{ color: #fff; }


footer{ background: url(images/f_bg.jpg) no-repeat; background-size: cover; padding-top: 55px }
.f_war{ width: 100%; overflow: hidden; padding-bottom: 15px; }
.f_war .item1{ float: left; width: 11%; }
.f_war .item2{ float: left; width: 22%; margin-left: 3%;  }
.f_war .item3{ float: left; width: 25%; margin-left: 0;  }
.f_war h4{ font-size: 26px; color: #fff; font-family: ariblk; font-weight: normal; font-style: italic; text-transform: uppercase; margin-bottom: 12px; }
.f_war .item1 ul li a,.f_war .item2 ul li a,.f_war .item3 ul li a{ font-size: 16px; line-height: 30px; color: #eff7ff; }
.f_war .item1 ul li a:hover,.f_war .item2 ul li a:hover,.f_war .item3 ul li a:hover{ color: #fff; text-decoration: underline; }
.f_war .item1 ul li,.f_war .item2 ul li{ padding-left: 15px; position: relative; }
.f_war .item1 ul li:after,.f_war .item2 ul li:after{ content: ''; position: absolute; top: 9px; left: 0; width: 5px; height: 9px; background: url(images/f_icon.png) no-repeat; }
.f_war .item2 .media a{ width: 31px; height: 31px; line-height: 31px; font-size: 18px; background: #85a5c7; color: #224e7b; }
.f_war .item2 .media a:nth-of-type(1):hover{background: #36b9ff; color: #fff; }
.f_war .item2 .media a:nth-of-type(2):hover{background: #36b9ff; color: #fff; }
.f_war .item2 .media a:nth-of-type(3):hover{background: #0183bf; color: #fff; }
.f_war .item2 .media a:nth-of-type(4):hover{background: #c60c1e; color: #fff; }
.f_war .item3 ul li{ font-size: 16px; color: #eff7ff; line-height: 20px; margin-bottom: 8px; }
.f_war .item3 ul li span{ color: #90aecf; margin-right: 5px; }
.f_war .item3 ul li:nth-of-type(4){ margin-bottom: 16px; }
.f_war .item3 ul li:nth-of-type(4),.f_war .item3 ul li:nth-of-type(5){ padding-left: 95px; position: relative; }
.f_war .item3 ul li:nth-of-type(4) span,.f_war .item3 ul li:nth-of-type(5) span{ position: absolute; top: 0; left: 0; }



.f_war .item4{ float: right; width: 33%; }

.infoform_con{overflow:hidden; }
.infoform_con li{width: 49.4%; float: left; position: relative; margin-bottom: 16px;}
.infoform_con li:nth-child(even){margin-left: 1.2%;}
.infoform_con li:last-child{width: 100%;}
.infoform_con li p{ font-size: 16px; color: #bebebe; margin-bottom: 8px; }
.infoform_con input,.infoform_con textarea{width: 100%; resize: none; color: #fff; font-family:Arial; background:rgba(255,255,255,0.1); font-size:14px; line-height: 28px; padding: 5px 12px; }
.infoform_con textarea{height:105px;}
.infoform_con form input::-webkit-input-placeholder,.infoform_con form textarea::-webkit-input-placeholder { color: #909090;}
.infoform_con form input:-moz-placeholder,.infoform_con form textarea:-moz-placeholder {color: #909090;}
.infoform_con form button{ color: #fff; border-radius: 30px;  background: #f97a2d;  font-family: Arial;  height: 40px; width: 178px; font-size: 16px; border:0;}
.infoform_con form button:hover{ opacity: .85; cursor: pointer; }

.copyright{ text-align: center; font-size: 16px; padding: 18px 0; border-top: 1px solid #3f6894; }
.copyright p{ color: #90aecf; }
.copyright p a{ color: #90aecf; }
.copyright p a:hover{ color: #fff; }
/*内页banner*/
.subbanner{ position: relative; }
.postis{ position: absolute; width: 1440px; padding: 12px 0; bottom: 0; left: 50%; margin-left: -720px; background: url(images/postis_bg.jpg); min-height: 80px; }
.postis_rbg{ position: absolute; width: 12.4%; right: 0; bottom: 0; min-height:80px; background: url(images/postis_bg.jpg);  }
.postis *{ vertical-align: middle; }
.postis h1{ font-size: 32px; font-family: ariblk; font-style: italic; color: #fff; position: absolute; bottom: 0; left: 0; text-transform: uppercase; display: inline-block; width: 290px; text-align: center; line-height: 108px; height: 108px; background: url(images/postis_bg.png) no-repeat; background-size: cover; }
.pos_nav{ display: inline-block; float: right; color: #fff; }
.postis i{ font-size: 24px; width: 52px; box-shadow: 0 1px 10px 0 rgba(0,0,0,0.3); height: 52px; border-radius: 52px; background: #f97a2d; line-height: 52px; text-align: center; display: inline-block; color: #fff; }
.postis a{ margin:0 5px; display: inline-block; color: #fff; }
.pat54{ padding-top: 54px; }
/*产品分类*/
.pro_catylist{ width: 100%; overflow: hidden; padding-bottom: 30px; }
.pro_catylist li{ float: left; margin-right: 1.5%; width: 23.8%; margin-bottom: 26px; }
.pro_catylist li:nth-of-type(4n){ margin-right: 0; }
.caty_item{ position: relative; }
.caty_text{  position: absolute; transition: all 0.3s; width: 100%; background-image: linear-gradient(rgba(0,0,0,0.05),rgba(0,0,0,0.8) ,rgba(0,0,0,1));  left: 0; bottom: 0; padding: 24px 30px; }
.caty_text p{ color: #fff; font-size: 28px; font-family:DUTCH766; }
.pro_catylist li:hover .changpic img{ transform: scale(1.15); }
/*产品列表*/
.pro_listwar{ padding-bottom: 38px; }
.pro_catytit{ position: relative; }
.pro_catytit h2{ font-size: 32px; font-family: ariblk; font-style: italic; display: inline-block; }
.pro_catytit ul{ position: absolute; top: 0; right: 0; text-align: right; }
.pro_catytit ul li{ float: left; margin-left: 6px; }
.pro_catytit ul li a{ font-size: 16px; display: inline-block; padding: 10px 20px; border: 1px solid #dcdcdc; border-radius: 30px; }
.pro_catytit ul li a:hover{ background: #f97a2d; color: #fff; border: 1px solid #f97a2d; }
.pro_listbox{ width: 100%; overflow: hidden; margin-top: 40px; }
.pro_listbox li{ float: left; margin-right: 2%; width: 23.5%; margin-bottom: 22px; }
.pro_listbox li:nth-of-type(4n){ margin-right: 0; }
.pro_listbox li .in_proitem{ margin-bottom: 0; }
.pro_ibtn{ margin-top: 15px; }
.pro_ibtn a i{ display: inline-block; }
.pro_ibtn a{ font-style: normal; background: #f97a2d; color: #fff; font-size: 14px; display: inline-block; height: 31px; line-height: 31px; text-align: center; width: 45%; border-radius: 30px; }
.pro_ibtn a:last-child{ margin-left: 3%; background: #3368a4; }
.pro_ibtn a:hover{ opacity: 0.9; }
/*关于我们*/
.postis ul{ display: inline-block; margin-top: 10px; margin-left: 310px; }
.postis ul li{ float: left; }
.postis ul li a{ display: inline-block; border-radius: 30px; border:1px solid #fff; padding: 0 8px; width: 138px; text-align: center; height: 36px; line-height: 36px; color: #c8daef; }
.postis ul li.on a,.postis ul li:hover a{ background: #fff; color: #f97a2d; }

.ab_box{ padding-bottom: 55px; }
.ab_com{ width: 100%; overflow: hidden; }
.ab_com .changpic{ width: 823px; float: left; margin: 0 30px 10px 0; }
.ab_com .pagetit{ font-size: 34px; font-family: ariblk; font-style: italic; text-transform: uppercase; color: #3066a1; }
.ab_com p{ font-size: 16px; line-height: 25px; margin-top: 18px; color: #666; }

.ab_box .in_abiconbox{ margin-top: 30px; }
.ab_box .in_abiconbox li{ width: 23.8%; padding: 45px 1% 0 1%; margin-right: 1.5%; }
.ab_box .in_abiconbox li:nth-of-type(even){ margin-right: 1.5%; }
.ab_box .in_abiconbox li:nth-of-type(4){ margin-right: 0; }

.ab_ser .pagetit{ text-align: center; font-size: 34px; color: #3066a1; }
.ab_ser p{ margin-top: 30px; font-size: 16px; line-height: 25px; color: #666; }
.ab_selist{ margin-top: 45px; }
.ab_selist li{ overflow: hidden; width: 100%; background: #fff; margin-bottom: 30px; }
.ab_selist li .lcon{ width: 32%; float: left; }
.ab_selist li .rcon{ width: 68%; float: right; padding: 55px 50px; }
.ab_selist li .rcon h5{ font-size: 24px; }
.ab_selist li .rcon span{ display: block; margin-top: 18px; color: #666; line-height: 25px; }
.ab_selist li:nth-of-type(even) .lcon{ float: right; }
.ab_selist li:nth-of-type(even) .rcon{ float: left; }

.lis_faq{ overflow: hidden; }
.lis_faq li{ padding:40px 42px; background: #fff; margin-bottom: 16px; overflow: hidden;}
.lis_faq li h3{font-size: 24px; height: 56px; overflow: hidden; position: relative; line-height: 56px; padding:0 0 0 80px;}
.lis_faq li h3:after{ content: ''; position: absolute; left: 0; top: 0; width: 56px; height: 56px; background:url(images/ask-icon.png) no-repeat 0 0; background-size: cover; }
.lis_faq .a{ margin-top: 28px; padding-left: 80px; position: relative; }
.lis_faq .a p{ line-height:25px; overflow: hidden; color: #999; }

/*分页 结束*/
.digg4{ text-align:center; font-size: 20px; font-weight: bold; margin-top: 20px; }
.digg4 a,.digg4 span.miy,.digg4 span.disabled,.digg4 span.current{width:36px; text-align: center; cursor: pointer; display: inline-block; vertical-align: middle; background: transparent; height:36px; line-height: 36px;  color:#999; text-decoration:none; margin:0 5px;}
.digg4 span.current,.digg4 span:hover,.digg4 span:hover.disabled,.digg4 a:hover { color:#f97a2d;  }
.digg4 span.disabled { font-size: 30px; line-height:30px; font-weight: normal; color: #333;}
.digg4 a{ color: #999; }
/*分页 结束*/

/*产品详情*/
.pro_del{ padding-bottom: 46px; }


.rel_pro{ margin-top: 22px; }
#showArea{height:1252px;overflow:hidden; margin: 12px 0;}
#main_img{cursor:pointer;display:block}
#gotop,#gobottom{cursor:pointer;display:block; width: 100%; line-height: 50px; height:50px; background: url(images/top-up.html) no-repeat center #fff; margin: 0 auto; }
#gobottom{  background-position:center; transform: rotate(-180deg);  }
#gotop:hover,#gobottom:hover{ background: url(images/top-up2.html) no-repeat center #df1717; }
.rel-ulbox li{ margin-bottom: 10px; }
.rel-ulbox li:hover .changpic img{ transform: scale(1.12); }

.pro_gdbox{ width: 100%; overflow: hidden;}
.pro_gdbox .prolcon{ width: 50%; float: left; padding-right: 56px; }
.pro_swiper .owl-theme .owl-controls .owl-page span{ opacity:1; background: #c3c3c3; }
.pro_swiper .owl-theme .owl-controls .owl-page.active span{ background: #f97a2d; }
.pro_gdbox .prorcon{ width: 50%; float: right; padding-top: 12px; }
.pro_gdbox .prorcon h2{ font-size: 30px; font-family: ariblk; font-style: italic; }
.pro_swiper{ position: relative; }
.pro_swiper .owl-theme .owl-controls{ position: absolute; bottom: 10px; left: 0; width: 100%; }
.pro_desc{ margin-top: 20px; height: 145px; overflow-y: auto; }
.pro_desc dl{ margin-bottom: 15px; }
.pro_desc dl dt{ font-size: 16px; font-weight: bold; margin-bottom: 8px; color: #3368a4; }
.pro_desc dl dd{ font-size: 18px; line-height: 20px; color: #666; }


.share{ margin-top: 30px; font-size: 16px; }
.share *{ vertical-align: middle; }

.pro_lxbtn{ margin-top: 32px; }
.pro_lxbtn a{ background: #3368a4; text-align: center; border-radius: 40px; padding:12px 10px; width: 43%; font-size: 16px; font-weight: bold; text-transform: uppercase; color: #fff; display: inline-block; }
.pro_lxbtn a i{ display: inline-block; font-weight: normal; font-size: 26px; margin-right: 6px; }
.pro_lxbtn a *{ vertical-align: middle; }
.pro_lxbtn a:hover{ opacity: 0.85; }
.pro_lxbtn a:last-child{ margin-left: 4%; background: #f97a2d; color: #fff; }

.pro_deltab{ margin:29px 0 0 0; }
.pro_tabwar{ width: 100%; overflow: hidden; background: #fff; padding: 24px 0; }
.pro_tabwar.top0{ position: fixed; background: #fff; width: 100%; top: 0; left: 0; z-index: 666;  }
.pro_tabwar li{ float: left; cursor: pointer; width: 16.666%; position: relative; }
.pro_tabwar li:after{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 24px; background: #c3c3c3; }
.pro_tabwar li a{ text-align: center; display: inline-block; width: 100%; font-size: 16px;  }
.pro_tabwar li:hover a,.pro_tabwar li.on a{ color: #f97a2d; }
.pro_tabwar li:last-child:after{ display: none; }

.pro_xqnr{ background: #fff; margin-top: 20px; }
.pro_deldesc{ width: 100%; overflow: hidden; padding: 34px 65px 18px 32px; }
.pro_xqnr h3{ font-size: 30px; font-family:ariblk; font-style: italic;  margin-bottom:20px;  }
.pro_xqnr h3 i{ display: inline-block; width: 60px; line-height: 60px; text-align: center; height: 60px; border-radius: 60px; overflow: hidden; background: #f97a2d; color: #fff; font-weight: normal; font-size: 26px; margin-right: 5px; }
.pro_xqnr h3 *{ vertical-align: middle; }
.pro_descption{ padding-left: 74px; }
.pro_descption dl{ margin-bottom: 26px; padding-left: 25px; position: relative; }
.pro_descption dl dt{ font-weight: bold; margin-bottom: 15px; }
.pro_descption dl dd{ font-size: 16px; line-height: 20px; color: #666; }
.pro_descption dl:after{ content: ''; width: 6px; height: 6px; background: #bcbcbc; position: absolute; top: 6px; left: 0; border-radius: 6px; }

.pro_adv{ width: 100%; overflow:hidden; }
.pro_adv .lcon{ width: 50%; float: left; padding: 33px 0 0 32px; }
.pro_adv .rcon{ width: 50%; float: right; padding-left: 58px; }
.pro_adv ul{ margin-top: 15px; padding-left: 75px; }
.pro_adv ul li{ margin-bottom: 20px; font-size: 16px; line-height: 24px; color: #666; position: relative; padding-left: 30px; }
.pro_adv ul li h5{ position: absolute; top: 0; color: #f97a2d; left: 0; font-size: 22px; font-family: ariblk; font-style: italic; }

.pro_str{ padding: 36px 70px 28px 32px; }
.pro_strwar{ width: 100%; overflow:hidden; padding-left: 82px; }
.pro_strwar .lcon{ float: left; width: 407px; }
.pro_strwar .rcon{ margin-left: 407px; padding: 35px 0 0 85px; }
.pro_strwar .rcon p{ font-size: 16px; line-height: 28px; color: #666; }


.pro_xqtable{ width: 100%; overflow-x:auto; padding-left: 82px; }
.pro_xqtable table{ border-top: 1px solid #c8c8c8; border-right: 1px solid #c8c8c8; width: 100%; }
.pro_xqtable table tr:first-child td{ background: #dbdbdb; color: #333; }
.pro_xqtable table tr td{ border-bottom: 1px solid #c8c8c8; font-size: 16px; color: #666; text-align: center; border-left: 1px solid #c8c8c8; padding: 22px 10px; }
.pro_xqtable table tr:nth-of-type(odd){ background: #f4f4f4; }
.pro_xqtable table tr:hover td{ background: #f97a2d ; color: #fff;  }

.pro_mess{ padding-left: 82px; }

.rel_swiper{ position: relative; }
.rel_swiper .item{ margin: 0 10px; }
.rel_swiper .owl-theme .owl-controls{ display: inline-block; position: absolute; top: -68px; right: 0; }
.rel_swiper .owl-theme .owl-controls .owl-page span{ width: 15px; height: 15px; opacity: 1; background: #d8d8d8; }
.rel_swiper .owl-theme .owl-controls .owl-page.active span{ background: #e8a225; }
.rel_swiper .pro_itemtext{ background: #f4f4f4; }
/*news*/
.news_box{ padding: 0 0 60px 0; overflow: hidden;}
.news_list{ width: 100%; overflow: hidden;  }
.news_list li{ float: left; width: 24.2%; margin-right: 1%; margin-bottom: 20px;  }
.news_list li:nth-of-type(4n){ margin-right: 0; }
.news_list li .in_newstext{ background: #fff; }
.news_list li:hover .changpic img{ transform: scale(1.15); }
/*case*/
.case_war{ padding-bottom: 58px; }
.case_list{ width: 100%; overflow: hidden; }
.case_list li{ float: left; width: 30.3%; margin-right: 4.5%; margin-bottom: 60px; }
.case_list li:nth-of-type(3n){ margin-right: 0; }

/*solution*/
.solu_war{ padding-bottom: 65px; }
.solu_nav{ width: 100%; overflow: hidden; text-align: center; }
.solu_nav li{ display: inline-block; position: relative; font-size: 24px; font-family: ariblk; padding: 0 28px; }
.solu_nav li a{ color: #666; }
.solu_nav li a:hover,.solu_nav li.on a{ color: #f97a2d; }
.solu_nav li:after{ content: ''; width: 8px; height: 17px; position: absolute; right: -4px; top: 10px; background: url(images/solu_navline.png) no-repeat; }
.solu_nav li:last-child:after{ display: none; }
.solu_list{ width: 100%; overflow: hidden; margin-top: 65px; }
.solu_list li{ float: left; width: 48%; margin-bottom: 44px; }
.solu_list li:nth-of-type(even){ float: right; }
.solu_item{ position: relative; }
.solu_item .lcon{ width: 322px; }
.solu_item .rcon{ position: absolute; right: 0; top: 29px; background: #fff; width: 70%; padding: 32px 24px 38px 24px; }
.solu_item .rcon h3{ font-size: 20px; font-weight: normal; height: 25px; line-height: 25px; overflow: hidden; }
.solu_item .rcon p{ margin-top: 10px; font-size: 16px; line-height: 22px; color: #666; height: 66px; display: -webkit-box;
    -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; }
.solu_item .rcon .pro_ibtn{ margin-top: 20px; padding-right: 50px; }
.solu_item .rcon .pro_ibtn a{ height: 35px; line-height: 35px; }
.solu_item:hover .changpic img{ transform: scale(1.15); }
.solu_item:hover .rcon h3 a{ color: #3368a4; }
/*solution详情*/
.solu_deltop{ width: 100%; overflow: hidden; }
.solu_deltop .lcon{ width:506px; float: left;  }
.solu_deltop .rcon{ margin-left: 506px; padding: 15px 0 0 35px; }
.solu_deltop .rcon h2{ font-size: 28px; font-family: ariblk; font-style: italic; }
.solu_deltop .rcon p{ margin-top: 12px; font-size: 16px; line-height: 24px; height: 120px; overflow-y: auto; color: #666; }
.solu_app{ margin-top: 20px; background: #fff; border-left: 8px solid #f97a2d; padding: 20px 26px 28px 25px; }
.solu_app h5{ font-size: 20px; font-weight: normal; }
.solu_app span{ display: block; margin-top: 12px; font-size: 16px; line-height: 24px; color: #999; }
.solu_deltop .rcon a{ display: inline-block; color: #fff; text-transform: uppercase; margin-top: 22px; background: #f97a2d; font-size: 16px; font-weight: bold; width: 302px; height: 50px; line-height: 50px; text-align: center; border-radius: 50px; }
.solu_deltop .rcon a i{ display: inline-block; font-size: 25px; font-weight: normal; margin-right: 5px; }
.solu_block{ margin-top: 30px; }
.solu_delitem{ background: #fff; padding: 40px 50px 50px 42px; margin-bottom: 16px; }

.s_titi i{ color: #f97a2d; display: inline-block; font-size: 35px; }
.s_titi{ font-size: 30px; font-family: ariblk; font-style: italic; }
.s_delp{ margin-top: 20px; }
.s_delp p{ font-size: 16px; line-height: 24px; color: #666; }
.s_delpic{ text-align: center; margin-top: 20px; }

.so_infoform{overflow:hidden; margin-top: 34px; }
.so_desc{ margin-top: 10px; font-size: 16px; color: #666; }
.so_infoform p{ font-size: 18px; font-weight: bold; margin-bottom: 12px; }
.so_infoform li{width: 48.5%; float: left; position: relative; margin-bottom: 25px;}
.so_infoform li:nth-child(even){ float: right; }
.so_infoform li:last-child,.so_infoform li:nth-child(3){width: 100%;}
.so_infoform li font{position: absolute; left: 10px; top: 17px;}
.so_infoform input,.so_infoform textarea{width: 100%; color: #000; resize: none; font-family:Arial; background:transparent; border:1px solid #e1e1e1; border-radius: 3px;  font-size:16px; line-height: 22px; padding: 14px 12px; }
.so_infoform textarea{height: 170px;}
.so_infoform form input::-webkit-input-placeholder,.so_infoform form textarea::-webkit-input-placeholder { color: #c4c4c4;}
.so_infoform form input:-moz-placeholder,.so_infoform form textarea:-moz-placeholder {color: #c4c4c4;}
.so_infoform form button{ color: #fff; border-radius: 48px; background: #f97a2d; display: block; margin: 0 auto; font-family: Arial;  height:48px; width: 310px; font-size: 16px; border:0;}
.so_infoform form button:hover{ opacity: .85; cursor: pointer; }
/*contact*/
.contact_war{ padding: 0 0 40px 0; }
.con_boxshow{ width: 100%; overflow: hidden; background: #fff; padding: 44px 70px 30px 70px; }
.con_boxshow .lcon{ float: left; width: 50%; padding-right: 100px; }
.con_boxshow .rcon{ float: right; width: 50%; padding-left: 45px; }
.con_boxshow h2{ font-size: 32px; font-family: ariblk; text-transform: uppercase; font-style: italic; }
.con_boxshow .lcon h2{ display: inline-block; }
.con_tit .media{ margin-top:0; margin-left: 18px; }
.con_tit *{ vertical-align: middle; }
.con_tit .media a{ background: #c2c2c2; color: #fff; }

.con_us { overflow: hidden; margin-top: 35px; }
.con_us li{ margin-bottom: 34px; padding-left: 80px; position: relative; }
.con_us li p{ color: #666; text-transform: uppercase; margin-bottom: 10px; font-size: 16px; }
.con_us li h6{ position: absolute; overflow: hidden; width: 53px; height: 53px; background: #f97a2d; line-height: 53px; border-radius: 53px; top: 0; left: 0; text-align: center; overflow: hidden; font-size: 25px; color: #fff; }
.con_us li a,.con_us li span{ font-size: 20px; font-weight: bold; display: block; text-transform: none;}
.con_us li a:hover{ color: #235d9d; }


.infoform p{ font-size: 16px; color: #666; }
.infoform{overflow:hidden; }
.infoform form{ margin-top: 44px; }
.infoform li{width: 100%; position: relative; margin-bottom: 25px;}
.infoform input,.infoform textarea{width: 100%; resize: none; color: #000; font-family:Arial; background:transparent; border:1px solid #bbbbbb; border-radius: 3px;  font-size:18px; line-height: 28px; padding: 14px 25px; }
.infoform textarea{height: 170px;}
.infoform form input::-webkit-input-placeholder,.infoform form textarea::-webkit-input-placeholder { color: #c4c4c4;}
.infoform form input:-moz-placeholder,.infoform form textarea:-moz-placeholder {color: #c4c4c4;}
.infoform form button{ color: #fff; display: block; margin: 0 auto; border-radius: 45px; background: #f97a2d;  font-family: Arial;  height:45px; width: 208px; font-size: 18px; border:0;}
.infoform form button:hover{ opacity: .85; cursor: pointer; }

.map{ margin-top: 22px; }
.map .changpic{ border: 15px solid #fff; }
/*新闻*/
.infocon{color: #666;  }
.infocon h1{font-size:30px; text-align: center; margin-bottom: 10px; color: #222;}
.infocon img{ display: inline-block; margin: 12px 0; max-width: 100%; }
.infocon .time{ text-align: center;margin-bottom:15px; color: #999}
.infocon .other{border-top: 1px solid #bbb; padding:15px 0 0 0; margin:50px 0 0 0; line-height: 26px;}
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; }
.infocon .other a{color: #666}
.infocon .other a:hover{ color: #01517d; }
.infocon p{line-height:28px; margin-bottom: 10px; font-size: 17px;}

.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#e56e1e;}
.footmenu a{color:#fff;font-size:16px; display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}

@media screen and (max-width: 1680px){
    #fp-nav.right{ right: 30px; }
    .in_newsbox .lcon{ width: 1100px; }
    .in_newsbox .rcon{ margin-left: 1100px; padding: 150px 0 0 9px; }
    .in_newsslbox{ padding: 78px 40px 60px 45px; }
    .in_solu .center-wrap{ padding-top: 182px; }
}

@media screen and (max-width: 1600px){
    .in_abtext{ height: 52px; overflow: hidden; }
    .in_ab .center-wrap{ padding-top: 130px; }
    .in_pro .center-wrap{ padding-top: 126px; }
    .pro_itemtext{ padding: 15px; }
    .in_proswiper .item .in_proitem{ margin-bottom: 12px; }
    .in_case .center-wrap{ padding-top: 132px; }
    .in_caselist li{ margin-bottom: 20px; }
    .in_casewar .rcon{ margin-left: 650px; }
    .in_casewar .lcon{ width: 650px; }
    .in_newsbox .lcon{ width: 1025px; }
    .in_newsbox .rcon{ margin-left: 1025px; }
    .in_newsslbox{ padding: 40px 40px 30px 45px; }
    .in_newsbox .rcon .in_btn{ margin-top: 50px; }
    .in_newsbox .rcon{ padding: 85px 0 0 9px; }
    .in_newsswiper .owl-theme .owl-controls{ margin-top: 20px; }
    .in_solu .center-wrap{ padding-top: 126px; }
    .in_solulist li{ margin-bottom: 8px; }
    .in_sopic{ margin-top: 25px; }
    .in_contact .center-wrap{ padding-top: 130px; }
    .Copyright_p{ padding: 15px 0; }
    .postis_rbg{ display: none; }
    .pos_nav{ padding-right: 30px; }
    .caty_text p{ font-size: 24px; }
    .backToTop{ width: 40px; height: 40px; right: 0; }
}
@media screen and (max-width: 1440px){
    .warper{ width: 100%; padding: 0 100px; }
    header{ padding: 0 20px; }
    .home_boxtit{ font-size: 32px; }
    .in_abiconbox li{ padding: 22px 5% 0 5%; min-height: 175px; }
    .in_ab .center-wrap{ padding-top: 165px; }
    .in_pro .center-wrap{ padding-top: 135px; }
    .in_proswiper .item{ margin: 0 6px; }
    .in_proswiper .owl-theme .owl-controls .owl-page span{ width: 12px; height: 12px; }
    .in_proswiper .owl-theme .owl-controls{ margin-top: 0; }
    .in_casewar .lcon{ width: 500px; padding-right: 50px; }
    .in_casewar .rcon{ margin-left: 500px; }
    .in_newsswiper .owl-theme .owl-controls .owl-page span{ width: 12px; height: 12px; }
    .in_newsslbox{  padding: 30px 40px 20px 40px; }
    .in_newsbox .lcon{ width: 930px; }
    .in_newsbox .rcon{ margin-left: 930px; }
    .in_newsbox{ padding-right: 100px; }
    .in_sopic{ margin-top: 38px; }
    .footer_contact li{ margin-bottom: 15px; }
    .footer-rcon{ padding: 20px 30px 20px 30px; }
    .footer-rcon form ul li{ width: 48.5%; }
    .pat54{ padding-top: 30px; }
    .postis{ width: 100%; margin-left: 0; left:0;}
    .pro_listbox{ margin-top: 25px; }
    .pro_gdbox .prolcon{ padding-right: 25px; }
    .pro_lxbtn{ margin-top: 12px; }
    .pro_xqnr h3 i{ width: 50px; height: 50px; line-height: 50px; }
    .pro_str{ padding: 36px 32px 28px 32px; }
    .ab_com .changpic{ width: 600px; }
    .ab_box .in_abiconbox li{ min-height: 200px; }
    .ab_selist li .lcon{ width: 36%; }
    .ab_selist li .rcon{ width: 64%; padding: 50px 40px; }
    .lis_faq .a{ margin-top: 12px; }
    .case_list li{ margin-right: 2%; margin-bottom: 24px; width: 32%; }
    .in_newstext{ padding: 18px 16px 22px 16px; }
    .infocon h1{ font-size: 28px; }
    .infocon p{ line-height: 24px; }
    .s_titi{ font-size: 25px; }
    .con_boxshow{ padding: 30px; }
    .con_boxshow .lcon{ padding-right: 50px; }
    .con_boxshow h2{ font-size: 26px; }
    .head_rcon{ right: 10px; }
    .bnnner_tit h2{ font-size: 42px; }
    .item_text span{ font-size: 22px; }
}
@media screen and (max-width: 1366px){
    .warper{ width: 100%; padding: 0 80px; }
    header{ height: 80px; }
    .logo img{ height: 60px; }
    .logo{ top: 9px; }
    nav li>a{ padding: 27px 0 29px 0; }
    nav dl{ top: 80px; }
    .head_rcon{ top: 24px; }
    .in_ab .center-wrap{ padding-top: 110px; }
    .in_abviicon{ margin-top: 15px; }
    .in_abiconbox li{ min-height: 171px; }
    .in_pro .center-wrap{ padding-top: 110px; }
    .pro_itemtext{ padding: 10px 15px; }
    .pro_itemtext span{ height: 20px; -webkit-line-clamp:1; margin-top: 0; }
    .in_case .center-wrap,.in_solu .center-wrap{ padding-top: 110px; }
    .in_caselist li{ margin-bottom: 10px; }
    .in_casewar .lcon{ padding-top: 84px; }
    .in_news .center-wrap{ padding-top: 150px; }
    .in_solulist li a{ padding: 25px 30px; }
    .in_soluwar .lcon{ width: 482px; }
    .home_boxtit:before{ display: none; }
    .in_sopic{ margin-top: 15px; }
    .in_soluwar .rcon{ margin-left: 482px; padding-left: 25px; }
    .in_solulist li{ margin-bottom: 18px; }
    .home_boxtit{ padding: 0; }
    .footer-rcon form ul li{ margin-bottom: 5px; }
    .footer-rcon form ul li p{ font-size: 16px; }
    .in_contact .center-wrap{ padding-top: 110px; }
    .footer-rcon form{ margin-top: 15px; }
    .footer-rcon h2{ font-size: 25px; }
    .footer_contact li span{ font-size: 16px; }
    .footer_contact li a{ font-size: 16px; }
    .footer_lxbox .rcon{ padding-left: 35px; }
    .footer_contact{ margin-top: 15px; }
    .postis h1{ height: 85px; line-height: 85px; }
    .postis{ min-height: auto; }
    .postis i{ width: 40px; height: 40px; line-height: 40px; }
    .caty_text p{ font-size: 22px; }
    .caty_text{ padding: 20px; }
    .pro_catylist li{ margin-bottom: 16px; }
    .pro_catytit h2{ font-size: 28px; }
    .pro_xqnr h3 i{ width: 40px; height: 40px; line-height: 40px; font-size: 25px; }
    .pro_deldesc{ padding: 18px; }
    .pro_xqnr h3{ font-size: 24px; margin-bottom: 10px; }
    .pro_descption dl dt{ margin-bottom: 6px; }
    .pro_descption dl{ padding-left: 14px; margin-bottom: 14px; }
    .pro_descption,.pro_adv ul,.pro_strwar,.pro_xqtable,.pro_mess{ padding-left: 56px; }
    .pro_adv ul li{ line-height: 20px; margin-bottom: 12px; }
    .ab_com .pagetit{ font-size: 32px; }
    .ab_com p{ margin-top: 6px; line-height: 22px; }
    .in_abiconbox li p{ margin-top: 15px; }
    .ab_ser .pagetit{ font-size: 30px; }
    .ab_ser p{ margin-top: 12px; }
    .ab_selist li .rcon span{ line-height: 20px; font-size: 16px; }
    .ab_selist{ margin-top: 30px; }
    .ab_selist li{ margin-bottom: 15px; }
    .lis_faq li{ padding: 20px; }
    .in_newstext p{ margin-top: 6px; }
    .in_newstext span{ margin-top: 10px; }
    .solu_delitem{ padding: 20px; }
    .infoform form{ margin-top: 25px; }
    .home_boxtit:after{ display: none; }
}

@media screen and (max-width: 1024px){
    .warper{ width: 100%; padding: 0 40px; }
    header{ background: #fff; border-bottom: none; }
    .search-button{ display: none; }
    .logo img{ padding-top: 0; height: 52px; width: auto; }
    #nav .nav-button{display: block; top: 14px; }
    header{ height: 62px; }
    .h_email a{ color: #222; }
    .logo{ top: 5px; left: 0; }
    nav{position: fixed; left: 0;top: 0;bottom: 0;width: auto; z-index: 99;overflow: auto;background: #222; transform: translateX(-300px);transition: 0.3s;}
    nav li{ float: none; padding: 0; margin: 0; }
    nav li>a{ margin:0; color: #fff; font-size: 18px; display:block; padding:15px 20px; border-bottom:1px solid #2e2e2e; text-align: left;}
    nav li dl{ left: 0;  top: 0; width: auto;  background: #2e2e2e;  position: inherit;  opacity: 1; display: block; }
    nav li dl dd a{padding: 10px 20px;display: block; border-bottom: none; color: #fff!important}
    nav li.on a, nav li:hover a{ background: #235d9d; color: #fff; }
    nav li:hover dl{ left: 0; opacity: 1; }
    nav li.on a:after,nav li:hover a:after{ width: 0;}
    .banner,.subbanner{ margin-top: 62px; }
    #nav .nav-button{ right: 10px; background: #235d9d; }
    .head_rcon{ right: 65px; top: 16px; width: 30px; }
    .position nav li>a{ color: #fff; }
    .index_banner .item img{ display: block; }
    .index_banner .item,.index_banner .items{position: initial; height: auto;}
    .banner .slick_txt .slick_arrow{ opacity: 1; visibility: visible; }
    .banner{ position: relative; }
    .banner .left{ left: 0; }
    .banner .right{ right: 0; }
    .in_ab .center-wrap,.in_pro .center-wrap,.in_case .center-wrap, .in_solu .center-wrap,.in_news .center-wrap,.in_contact .center-wrap{ padding: 30px 0; }
    .in_abtext{ margin-top: 3px; }
    .in_abviicon .lcon{ width: 100%; float: none; }
    .in_abviicon .rcon{ margin-left: 0; padding-left: 0; margin-top: 12px; }
    .in_casewar .lcon{ padding: 0; width: 100%; float: none; }
    .in_casewar .rcon{ margin-left: 0; margin-top: 18px; }
    .in_casewar .lcon p{ margin-top: 4px; }
    .in_btn{ margin-top: 8px; }
    .in_caselist li{ margin-right: 1.5%; width: 49%; }
    .in_newsbox .lcon{ width: 100%; float: none; }
    .in_newsbox{ padding: 0 40px; }
    .in_newsslbox{ padding: 30px 20px 20px 20px; }
    .in_newsbox .rcon{ margin-left: 0; padding: 0; text-align: left; }
    .in_news{ background: #262723; }
    .in_tit{ text-align: left; }
    .in_newsbox .rcon p{ margin-top: 4px; }
    .in_newsbox .rcon .in_btn{ margin-top: 12px; }
    .in_newsbox .rcon{ padding-top: 15px; }
    .in_newsbox .lcon{ position: static; }
    .in_newsslbox{ margin-top: 20px; }
    .in_solulist li:last-child{ margin-bottom: 0; }
    .in_conright{ position: static; }
    .postis h1{ font-size: 26px; }
    .f_war .item1{ display: none; }
    .f_war .item2{ margin-left: 0; width: 30%; }
    .f_war .item3{ width: 34%; }
    footer{ padding-top: 30px; }
    .caty_text{ padding: 10px; }
    .pro_catytit h2{ display: block; }
    .pro_catytit ul{ position: static; margin-top: 12px; overflow: hidden; width: 100%; }
    .pro_listbox{ margin-top: 15px; }
    .pro_listbox li{ margin-right: 1%; width: 24.2%; }
    .pat54{ padding-top: 20px; }
    .pro_gdbox .prorcon{ padding-top: 0; }
    .pro_gdbox .prorcon h2{ font-size: 25px; }
    .pro_desc{ margin-top: 6px; }
    .share{ margin-top: 12px; }
    .pro_xqnr h3 i{ display: none; }
    .pro_descption, .pro_adv ul, .pro_strwar, .pro_xqtable, .pro_mess{ padding-left: 0; }
    .pro_strwar .rcon{ padding: 35px 0 0 30px; }
    .ab_box{ padding-bottom: 20px; }
    .ab_ser .pagetit{ font-size: 28px; }
    .ab_selist li .lcon{ width: 45%; }
    .ab_selist li .rcon{ width: 55%; padding: 24px; }
    .lis_faq li h3:after{ display: none; }
    .lis_faq li h3,.lis_faq .a{ padding: 0; }
    .lis_faq li h3{ height: 30px; line-height: 30px; font-size: 20px; }
    .lis_faq .a p{ font-size: 16px; }
    .infocon h1{ font-size: 26px; }
    .solu_list{ margin-top: 25px; }
    .solu_nav li{ font-size: 18px; }
    .solu_deltop .rcon{ padding: 0 0 0 20px; }
    .solu_deltop .rcon h2{ font-size: 23px; }
    .solu_app{ padding: 15px; }
    .s_titi i{ display: none; }
    .solu_war{ padding-bottom: 20px; }
    .con_boxshow .lcon{ padding-right: 0; }
}

@media screen and (max-width: 768px){
    .warper{ width: 100%; padding: 0 30px; }
    .banner .slick_txt .prev{ left: 30px; }
    .in_newsbox{ padding: 0 30px; }
    .banner .slick_txt .next{ right: 30px; }
    .home_boxtit{ font-size: 28px; }
    .getbox{ width: 100%; left: 0; margin-left: 0; }
    .in_caseshow{ display: none; }
    .in_caseitem:hover .in_casetext{ opacity: 1; }
    .in_newsslbox{ padding: 10px 8px 5px 8px; }
    .in_soluwar .lcon{ width: 100%; float: none; padding: 0; }
    .in_soluwar .rcon{ margin-left: 0; padding-left: 0; }
    .in_sopic{ display: none; }
    .in_soluwar .rcon{ margin-top: 12px; }
    .in_solulist li a{ padding: 20px; }
    .footer_lxbox .lcon{ width: 100%; float: none; }
    .footer_lxbox .rcon{ width: 100%; float: none; padding: 0; margin-top: 15px; }
    #nav .nav-button{ right: 0; }
    .head_rcon{ right: 48px; }
    .postis h1{ display: none; }
    .pro_catylist li,.pro_listbox li{ margin-right: 1%; width: 32.6%; }
    .pro_catylist li:nth-of-type(4n),.pro_listbox li:nth-of-type(4n){ margin-right: 1%; }
    .pro_catylist li:nth-of-type(3n),.pro_listbox li:nth-of-type(3n){ margin-right: 0; }
    .caty_text p{ font-size: 20px; }
    .f_war .item2{ display: none; }
    .f_war .item3{ width: 47%; }
    .f_war .item4{ width: 48%; }
    .pos_nav{ float: none; }
    .postis{ position: static; padding: 10px; }
    .pro_catytit h2{ font-size: 24px; }
    .pro_catytit ul li{ margin-bottom: 5px; }
    .pro_listbox li{ margin-bottom: 8px; }
    .pro_ibtn a{ width: 48%; }
    .pro_ibtn a:last-child{ margin-left: 1%; }
    .pro_gdbox .prolcon{ width: 100%; float: none; padding: 0; }
    .pro_gdbox .prorcon{ width: 100%; float: none; margin-top: 10px; }
    .pro_adv .lcon{ padding: 18px; width: 100%; float: none; }
    .pro_adv .rcon{ width: 100%; float: none; padding-left: 0; }
    .pro_str{ padding: 18px; }
    .pro_strwar .lcon{ width: 100%; float: none; }
    .pro_strwar .rcon{ margin-left: 0; padding: 0; }
    .postis ul{ display: none; }
    .ab_com .changpic{ width: 100%; float: none; margin: 0; }
    .ab_com .pagetit{ font-size: 28px; margin-top: 15px; }
    .ab_box .in_abiconbox{ margin-top: 15px; }
    .ab_ser .pagetit{ font-size: 26px; }
    .ab_ser p{ line-height: 24px; }
    .ab_selist li .lcon{ width: 100%; float: none; }
    .ab_selist li .rcon{ width: 100%; float: none; }
    .ab_selist li:nth-of-type(even) .rcon{ float: none; }
    .ab_selist li:nth-of-type(even) .lcon{ float: none; }
    .ab_selist li .rcon span{ margin-top: 6px; }
    .ab_selist li .rcon{ padding: 15px; }
    .case_war{ padding-bottom: 30px; }
    .infocon h1{ font-size: 24px; }
    .solu_nav li:after{ display: none; }
    .solu_item .rcon{ position: static; width: 100%; }
    .solu_item .lcon{ width: 100%; }
    .solu_list li{ width: 49%; margin-bottom: 16px; }
    .solu_item .rcon{ padding: 20px; }
    .solu_item .rcon .pro_ibtn{ margin-top: 10px; }
    .solu_item .rcon p{ margin-top: 5px; }
    .solu_deltop .lcon{ width: 100%; float: none; }
    .solu_deltop .rcon{ margin-left: 0; padding: 10px; }
    .solu_delitem{ padding: 18px; }
    .s_delp{ margin-top: 4px; }
    .s_delpic img{ width: 100%; }
    .solu_deltop .rcon p{ margin-top: 5px; }
    .s_titi{ font-size: 22px; }
    .solu_block{ margin-top: 10px; }
    .con_boxshow{ padding: 15px; }
    .con_boxshow .lcon{ width: 100%; float: none; }
    .con_boxshow .rcon{ width: 100%; float: none; padding-left: 0; }
    .con_us li h6{ width: 35px; height: 35px; line-height: 35px; font-size: 20px; }
    .con_us li{ padding-left: 48px; }
    .con_us{ margin-top: 15px; }
    .con_us li a, .con_us li span{ font-size: 18px; }
    .con_us li{ margin-bottom: 18px; }
    .con_boxshow .rcon{ margin-top: 15px; }
    .con_boxshow h2{ font-size: 22px; }
    .map{ margin-top: 10px; }
    .news_list li{ width: 32%; }
    .news_list li:nth-of-type(4n){ margin-right: 1%; }
    .news_list li:nth-of-type(3n){ margin-right: 0; }
    .in_newstext{ padding: 15px; }
    .index_banner .item_text{ width: 100%; }
    .index_banner .item_text,.index_banner .item:nth-of-type(even) .item_text{ left: 0; right: auto; }
    .index_banner .item_text{ width: 100%; padding: 30px; }
    .index_banner .item_text,.index_banner .item:nth-of-type(even) .item_text{ left: 0; right: auto; }
    .bnnner_tit h2{ font-size: 28px; }
    .item_text span{ font-size: 16px; line-height: 20px; }
    @keyframes fadeInTop {
        0% {
            bottom: 0;
            opacity: 0;
        }
        100% {
            bottom: 0;
            opacity: 1;
        }
    }
}
@media screen and (max-width: 640px){
    .in_ab .center-wrap, .in_pro .center-wrap, .in_case .center-wrap, .in_solu .center-wrap, .in_news .center-wrap, .in_contact .center-wrap{ padding: 20px 0; }
    .in_abiconbox li img{ height: 35px; }
    .in_abiconbox li p{ margin-top: 8px; font-size: 18px; }
    .in_abiconbox li{ min-height: 124px; }
    .pro_itemtext span{ height: 40px; -webkit-line-clamp:2; }
    .home_boxtit{ font-size: 26px; }
    .in_newsswiper .item{ margin: 0 4px; }
    .in_solulist li{ margin-bottom: 8px; }
    .footer-rcon h2{ font-size: 24px; }
    .footer-rcon{ padding: 20px; }
    .Copyright_p{ padding: 15px 10px; }
    .pro_catylist li, .pro_listbox li,.case_list li,.solu_list li,.news_list li{ width: 49.5%; margin-bottom: 8px; margin-right: 1%; }
    .pro_catylist li:nth-of-type(3n),.news_list li:nth-of-type(3n), .pro_listbox li:nth-of-type(3n),.case_list li:nth-of-type(3n),.solu_list li:nth-of-type(3n){ margin-right: 1%; }
    .pro_catylist li:nth-of-type(even),.news_list li:nth-of-type(even), .pro_listbox li:nth-of-type(even),.case_list li:nth-of-type(even),.solu_list li:nth-of-type(even){ margin-right: 0; float: left; }
    .f_war .item3{ width: 100%; float: none; }
    .f_war .item4{ width: 100%; float: none; margin-top: 18px; }
    .pat54{ padding-top: 10px; }
    .pro_xqnr h3{ font-size: 22px; }
    .pro_xqnr{ margin-top: 10px; }
    .ab_com .pagetit{ margin-top: 10px; font-size: 24px; }
    .ab_box .in_abiconbox li{ width: 49%; margin-right: 1%; margin-bottom: 8px; }
    .ab_box .in_abiconbox li:nth-of-type(even){ margin-right: 0; }
    .ab_box .in_abiconbox li{ min-height: 140px; padding: 30px 1% 0 1%; }
    .ab_ser .pagetit{ font-size: 24px; }
    .ab_selist{ margin-top: 15px; }
    .ab_selist li .rcon h5{ font-size: 22px; }
    .lis_faq .a p{ line-height: 24px; }
    .lis_faq .a{ margin-top: 10px; }
    .lis_faq li{ padding: 15px; margin-bottom: 8px; }
    .f_war h4{ margin-bottom: 5px; }
    .f_war .item3 ul li{ margin-bottom: 4px; }
    .news_box{ padding-bottom: 30px; }
    .solu_item .rcon{ padding: 10px; }
    .solu_nav{ display: none; }
    .solu_list{ margin-top: 0; }
    .infoform li{ margin-bottom: 6px; }

}

@media screen and (max-width:480px){
    .warper{ width: 100%; padding: 0 15px; }
    .item_text span{ display: none; }
  .bnnner_tit h2{ font-size: 20px; }
    .in_newsbox{ padding: 0 15px; }
    .in_abiconbox li:hover{ padding-top: 22px; }
    .in_abiconbox li{ padding: 22px 1% 0 1%; }
    .in_abiconbox li p{ font-size: 16px; }
    .pro_linkicon{ display: none; }
    .in_casewar .lcon p{ line-height: 24px; }
    .in_newstext{ padding: 10px; }
    .in_ab .center-wrap, .in_pro .center-wrap, .in_case .center-wrap, .in_solu .center-wrap, .in_news .center-wrap, .in_contact .center-wrap{ padding: 15px 0; }
    .in_newsbox .rcon{ padding-top: 0; }
    .in_newsswiper .owl-theme .owl-controls{ margin-top: 5px; }
    .in_solulist li span{ margin-top: 5px; }
    .footer-rcon form ul li{ width: 100%; float: none; margin: 0; }
    .home_boxtit{ font-size: 24px; }
    .pro_catytit h2{ font-size: 22px; }
    .pro_itemtext{ padding: 10px; }
    .pro_ibtn{ margin-top: 5px; }
    .pro_listwar{ padding-bottom: 30px; }
    .pro_gdbox .prorcon h2{ font-size: 22px; }
    .pro_deldesc,.pro_adv .lcon,.pro_str{ padding: 10px; }
    .so_infoform li{ width: 100%; float: none; margin: 0; margin-bottom: 8px; }
    .so_infoform li:nth-child(even){ float: none; }
    .so_infoform p{ margin-bottom: 5px; font-size: 16px; }
    .so_infoform{ margin-top: 12px; }
    .rel_swiper .owl-theme .owl-controls{ position: static; width: 100%; }
    .rel_swiper .owl-theme .owl-controls .owl-page span{ width: 12px; height: 12px; }
    .rel_swiper .item{ margin: 0 5px; }
    .lis_faq .a{ margin-top: 4px; }
    .lis_faq li h3{ font-size: 18px; }
    .in_casetext{ padding: 10px; }
    .in_casetext p{ font-size: 18px; }
    .digg4{ margin-top: 5px; }
    .case_war{ padding-bottom: 15px; }
    .infocon h1{ font-size: 22px; }
    .infocon img{ margin: 5px 0; }
    .infocon p{ margin-bottom: 5px; }
    .infocon .other{ margin-top: 25px; }
    .postis i{ width: 30px; height: 30px; line-height: 30px; font-size: 18px; }
    .infocon h1{ font-size: 20px; }
    .infocon .time{ margin-bottom: 5px; }
    .solu_item .rcon .pro_ibtn{ padding-right: 0; }
    .solu_deltop .rcon h2{ font-size: 22px; }
    .solu_delitem{ padding: 10px; }
    .solu_deltop .rcon a{ margin-top: 10px; }
    .con_us li a, .con_us li span{ font-size: 17px; }
    .con_boxshow h2{ font-size: 20px; }
    .con_boxshow{ padding: 10px; }
    .map .changpic{ border: 10px solid #fff; }
    header{ padding: 0 15px; }
    .footmenu{ display: block; }
    .in_contact,footer{ margin-bottom: 60px; }

}
@media screen and (max-width:414px){
    .warper{ width: 100%; padding: 0 10px; }
    .in_abtext p{ line-height: 24px; }
    .in_abtext{ height: 70px; }
    .in_abiconbox li{ margin-bottom: 7px; }
    .in_newsbox{ padding: 0 10px; }
    .caty_text p{ font-size: 18px; }
    .pro_catytit h2{ font-size: 20px; }
    .pro_listbox{ margin-top: 10px; }
    .pro_ibtn a,.pro_lxbtn a{ width: 100%; float: none; }
    .pro_ibtn a:last-child,.pro_lxbtn a:last-child{ margin-left: 0; margin-top: 3px; }
    .pro_deltab{ margin-top: 10px; }
    .pro_xqnr h3{ font-size: 18px; margin-bottom: 5px; }
    .pro_del{ padding-bottom: 25px; }
    .ab_com .pagetit{ font-size: 20px; }
    .f_war h4,.ab_ser .pagetit{ font-size: 22px; }
    .ab_selist li .rcon{ padding: 10px; }
    .ab_selist li .rcon h5{ font-size: 20px; }
    .ab_selist li{ margin-bottom: 8px; }
    .lis_faq li{ padding: 10px; }
    .infocon p{ font-size: 16px; }
    .s_titi{ font-size: 20px; }
    .solu_delitem{ margin-bottom: 10px; }
    .con_tit .media{ display: none; }

}

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

}










