﻿body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0; margin:0;}
body{background:#fff; color:#666;overflow-x: hidden;min-width:1100px;-webkit-font-smoothing: antialiased;}
body,button,input,select,textarea{font:13px/1.5 "宋體",arial; color:#333;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small {font-size:12px}
ul,ol{list-style-type:none; list-style-image:none}
a {color:#333; text-decoration:none; outline:none;}
a:hover{text-decoration:none;}
img{ border:none;}
table{border-collapse:collapse;}
td,th{border: 1px solid #333;}
input{border: none;outline: none;}
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.tan05{-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.tan01{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.tan02{  -webkit-transition: all 2s;  -moz-transition: all 2s;  -ms-transition: all 2s;  -o-transition: all 2s;  transition: all 2s;  }
.b{display: block;width: 100%;height: 100%;}
.noclick{pointer-events: none;}
.p{padding: 0 calc(50% - 550px);}
/*首頁-----------------------------------------------------------*/
/*加載*/
.lodding{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    background: #aaa;
}
.spinner {
    margin: 200px auto 0;
    width: 8rem;
    height: 8rem;
    position: relative;
}
.container1 > div, .container2 > div, .container3 > div {
    width: 2.7rem;
    height: 2.7rem;
    background-color: #131398;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner:after{
    content: "思看，如期�?�至......";
    width: 200%;
    position: absolute;
    bottom: -4.5rem;
    font-size: 1.5rem;
    text-align: center;
    color: white;
    left: -50%;
}
.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
 .use-video video{
    background: url("../image/video_bg.jpg") no-repeat center center;
    background-size: cover;
} 
/*導航*/
.nav{
    position: fixed;
    min-width: 1100px;
    top: 0;
    margin:auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9999999;
    background: white;
}
.search {
    width: 186px;
    height: 26px;
    vertical-align: top;
    text-align: left;
    float: left;
    background-color: #fff;
    border-radius: 10px;
}

.inp {
    width: 150px;
    background: #fff;
    height: 22px;
    line-height: 22px;
    margin-top: 2px;
    margin-left: 10px;
    font-size: 12px;
    float: left;
    outline: none;
    color: #999;
}

.btn {
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url(../image/search1.jpg) no-repeat;
    float: right;
    margin-right: 10px;
    margin-top: 6px;
}

.top-share{
    padding-top: 5px;
	height: 38px;
	line-height: 38px;
	background: #ccc;
	text-align: right;
}
.top-share a{
	display: inline-block;
	vertical-align:top;
	margin-top: 3px;
	margin-left: 20px;
	width: 22px;
	height: 22px;
}
.top-share a.email{
    background: url(../image/email.jpg) 10px center no-repeat;
    width: auto;
    overflow: hidden;
    background-color: #DD1F2B;
    border-radius: 10px;
    line-height: 20px;
    color: #fff;
    padding:0 10px 0 32px;  
}
.top-share a.th-fb{
	background: url("../image/th_facebook.png") no-repeat;
}
.top-share a.th-tw{
	background: url("../image/th_twitter.png") no-repeat;
}
.top-share a.th-ytb{
	background: url("../image/th_youtube.png") no-repeat;
}
.top-share a.th-lk{
	background: url("../image/th_linkedIn.png") no-repeat;
}
.top-share a.g_jia{
    background: url("../image/g_jia.jpg") no-repeat;
    border-radius: 50%;
    background-size: cover;
}
.logo{
    float: left;
    width: 163px;
    height: 65px;
    margin: 19px 53px 0 50px;
}
.nav-list{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 1325px;
}
.nav-list>li{
    float: left;
    width: 175px;
    border-left: 1px solid #dcdcdc;
}
.nav-list>li>a{
    text-align: center;
    position: relative;
    line-height: 90px;
    display: block;
    font-size: 16px;
}
.nav-list>li>a:after{
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
    content: "";
    left: 0;
    background: #333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav-two{
    padding: 0 430px;
    height: 225px;
    background: #f4f4f4;
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    top: 140px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    text-align: left;
}
.nav-list>li:hover>a:after,.nav-list>li.active>a:after{
    width: 100%;
}
.nav-list li:hover .nav-two{
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    top: 128px;
}
.language{
    float: right;
    width: 118px;
    color: white;
    text-align: center;
    position: relative;
}
.language span{
    display: block;
    line-height: 90px;
    background: #333;
}
.language-change{
    position: absolute;
    z-index: 999999;
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    height: 0;
    top: 90px;
    left: 0;
    visibility: hidden;
    background: rgba(0,0,0,.5);
}
.language-change a{
    display: block;
    color: white;
}
.language:hover .language-change{
    visibility: visible;
    height: 80px;
}
.nav-two-title{
    width: 175px;
    height: 100%;
    float: left;
    padding-top: 50px;
}
.nav-two-title h3{
    font-size: 22px;
    background: url("../image/nav_pro_title.png") no-repeat left 100px center;
}
.nav-two-title p{
    font-size: 14px;
    color: #999;
}
.nav-two-title .nav-two-more{
    display: block;
    margin: 10px auto 0;
    width: 88px;
    height: 26px;
    border: 1px solid #333;
    border-radius: 13px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
}
.nav-two-more span{
    display: block;
}
.nav-two-pro-list,.nav-two-use-list,.nav-two-ser-list{
    float: left;
    width: 880px;
    height: 100%;
}
.nav-two-pro-list{
    overflow: hidden;
}
.nav-two-pro-list li{
    float: left;
    width: 176px;
    border-left: 1px solid white;
    height: 100%;
}
.nav-two-pro-list li:hover{
    background: #e8e8e8;
}
.nav-two-pro-list li a{
    padding-top: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav-two-pro-list li img{
    display: block;
    width: 150px;
    object-fit: contain;
    height: 110px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav-two-pro-list li:hover a{
    padding-top: 15px;
}
.nav-two-pro-list li:hover img{
    margin-bottom: 15px;
}
.nav-two-pro-list li p{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
}
.nav-two-use-list,.nav-two-ser-list{
    padding: 60px 0 0 40px;
}
.nav-two-use-list li{
    float: left;
    width: 100px;
    height: 90px;
    border: 1px solid #666;
    margin-left: 5px;
}
.nav-icon{
    display: block;
    width: 33px;
    height: 36px;
    margin: 0 auto;
}
.nav-two-use-list li a{
    padding-top: 10px;
}
.nav-two-use-list li p{
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}
.nav-icon-car{
    background: url("../image/nav_use_01.png") no-repeat left center / 200% 100%;
}
.nav-icon-ship{
    background: url("../image/nav_use_02.png") no-repeat left center / 200% 100%;
}
.nav-icon-wind{
    background: url("../image/nav_use_03.png") no-repeat left center / 200% 100%;
}
.nav-icon-make{
    background: url("../image/nav_use_04.png") no-repeat left center / 200% 100%;
}
.nav-icon-mach{
    background: url("../image/nav_use_05.png") no-repeat left center / 200% 100%;
}
.nav-icon-des{
    background: url("../image/nav_use_06.png") no-repeat left center / 200% 100%;
}
.nav-icon-built{
    background: url("../image/nav_use_07.png") no-repeat left center / 200% 100%;
}
.nav-icon-schl{
    background: url("../image/nav_use_08.png") no-repeat left center / 200% 100%;
}
.nav-two-use-list li:hover .nav-icon{
    background-position: left 100% center;
}
.nav-two-use-list li:hover p{
    color: white;
}
.nav-two-use-list li:hover{
    background: #104bac;
    border-color: #104bac;
}
.nav-two-ser-list li{
    float: left;
    width: 130px;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
    border: 1px solid #666;
    border-radius: 18px;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav-two-ser-list li+ li{
    margin-left: 20px;
}
.nav-two-ser-list li:nth-child(6){
    margin-left: 0;
}
.nav-two-ser-list li a{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav-two-ser-list li:hover{
    background: #104bac;
    border-color: #104bac;
}
.nav-two-ser-list li:hover a{
    color: white;
}
@media screen and (max-width: 1460px) {
    .nav .logo{
        margin: 19px 20px 0 20px;
    }
    .nav .nav-list{
        width: 985px;
    }
    .nav .nav-list>li{
        width: 130px;
    }
    .nav .language{
        width: 114px;
    }
    .nav .nav-list>li:nth-child(4) .nav-two,.nav-list>li:nth-child(5) .nav-two,.nav-list>li:nth-child(6) .nav-two,.nav-list>li:nth-child(7) .nav-two{
        padding: 0 570px;
    }
    .nav .nav-two-ser-list li{
        width: 138px;
    }
    .nav .nav-two-ser-list li:nth-child(3n+1){
        margin-left: 0;
    }
    .nav .nav-two-ser-list li:nth-child(5n){
        margin-left: 20px;
    }
    .nav .nav-two-ser-list li:nth-child(6){
        margin-left: 20px;
    }
    .nav .nav-two-ser-list{
        width: 600px;
    }
}
/*banner*/
.swiper-banner{
    width: 100%;
    height: 709px;
    margin-top: 125px;
    position: relative;
    overflow: hidden;
    background: #000;
}
.swiper-banner .swiper-slide{
    overflow: hidden;
    position: relative;
}
.swiper-banner .swiper-slide img{
    display: block;
    position: absolute;
}
.swiper-banner .swiper-slide img.banner-bg{
    left: 50%;
    width: 1920px;
    height: 715px;
    margin-left: -960px;
}
.swiper-banner .swiper-slide img.banner-txt{
    left: 50%;
    width: 1920px;
    height: 715px;
    margin-left: -960px;
    z-index: 10;
}
.swiper-banner .swiper-slide img.banner-l{
    left: calc(50% - 550px);
    width: 491px;
    height: 570px;
    bottom: 0;
}
.swiper-banner .swiper-slide img.banner-r{
    right: calc(50% - 550px);
    width: 608px;
    height: 570px;
    bottom: 0;
}
.swiper-banner .swiper-slide-active{
    z-index: 9;
}
.swiper-banner .swiper-banner-span{
    position: absolute;
    text-align: center;
    height: 10px;
    bottom: 30px;
    z-index: 99;
    width: 100%;
}
.swiper-banner-span span{
    vertical-align: top;
    display: inline-block;
    width: 34px;
    height: 10px;
    cursor: pointer;
    opacity: 1;
    background: transparent;
    border-radius: 5px;
    border: 1px solid white;
}
.swiper-banner-span span + span{
    margin-left: 15px;
}
.swiper-banner-span span.swiper-pagination-bullet-active{
    box-shadow: 0 0 0 2px rgba(255,255,255,1);
}
.swiper-banner-prev,.swiper-banner-next{
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 9999;
    border: 3px solid white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 380px;
    cursor: pointer;
}
.swiper-banner-prev{
    border-top-color: transparent;
    border-right-color: transparent;
    left: calc(50% - 650px);
}
.swiper-banner-next{
    border-bottom-color: transparent;
    border-left-color: transparent;
    right: calc(50% - 650px);
}
@media screen and (max-width:1366px)  {
    .lodding{
        margin-top: 120px;
    }
    .swiper-banner{
        margin-top: 0;
    }
}

.i-banner{
    height: auto;
    margin-top: 120px;
}
.i-banner img{
    display: block;
    width: 100%;
}

/*主打现有產品*/
.show{
    text-align: center;
    position: relative;
}
.show-title{
    height: 205px;
    width: 432px;
    padding-top: 48px;
    position: relative;
    display: inline-block;
}
.show .show-title{
    background: url("../image/pro_title.png") no-repeat center top 60px;
}
.show-title h3{
    font-size: 32px;
    color: #000;
}
.show-title p{
    font-size: 35px;
    font-family: "Aparajita";
    color: #999;
}
.yy-show:before,.yy-show:after{
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background: white;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.yy-show:before{
    left: 0;
}
.yy-show:after{
    right: 0;
}
.yy-show.show-title-show:before{
    left: -60%;
}
.yy-show.show-title-show:after{
    right: -60%;
}
.show-bg{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.show-bg.show-bg-yy{
    background: #e5e5e5;
}
.swiper-show{
    height: 393px;
    position: relative;
    overflow: hidden;
}
.swiper-show li{
    float: left;
    width: 274px;
    height: 100%;
    overflow: hidden;
}
.swiper-show i{
    position: absolute;
    opacity: 0;
    top: 0;
    background: rgba(0,0,0,.1);
    left: 0;
}
.swiper-show i.atrhover{
    opacity: 1;
}
.show-img{
    height: 253px;
}
.show-img img{
    display: block;
    margin: 0 auto;
}
.show-info{
    background: #333;
    height: 140px;
    padding: 20px;
}
.show-info h3{
    color: white;
    font-size: 16px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 10px;
}
.show-info p{
    font-size: 14px;
    color: #999;
    height: 63px;
    overflow: hidden;
}
.swiper-show-prev,.swiper-show-next{
    position: absolute;
    border: 3px solid #333;
    width: 65px;
    height: 65px;
    top: 285px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.swiper-show-prev{
    border-top-color: transparent;
    border-right-color: transparent;
    left: calc(50% - 635px);
}
.swiper-show-next{
    border-bottom-color: transparent;
    border-left-color: transparent;
    right: calc(50% - 635px);
}
/*行業應用*/
.use{
    height: 530px;
    padding-top: 80px;
    background: url("../image/use.jpg") no-repeat center top;
}
.use-video{
    width: 530px;
    height: 350px;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    position: relative;
}
.use-swiper-con{
    width: 530px;
    float: left;
    text-align: center;
    position: relative;
}
.use-swiper-con>h3{
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    font-size: 28px;
    margin-bottom: 10px;
}
.use-swiper-con>h3 a{
    color: white;
}
.swiper-use{
    overflow: hidden;
    height: 250px;
    text-align: left;
}
.swiper-use-span{
    margin-top: 25px;
    height: 12px;
}
.swiper-use-span span{
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    background: rgba(255,255,255,.5);
}
.swiper-use-span span.swiper-pagination-bullet-active{
    background: white;
}
.swiper-use li{
    float: left;
    width: 260px;
    height: 120px;
    margin:0 10px 10px 0;
    position: relative;
}
.swiper-use li:nth-child(2n){
    margin-right: 0;
}
.use-info{
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    padding:60px 20px 0 65px;
}
.use-icon{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40px;
    left: 10px;
}
.use-info h3{
    position: absolute;
    top: 30px;
    font-size: 16px;
    left: 65px;
}
.use-info p{
    font-size: 12px;
    color: #666;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.use-inco-a{
    background: url("../image/use_car_a.png") no-repeat center center;
}
.use-inco-b{
    background: url("../image/use_plan_a.png") no-repeat center center;
}
.use-inco-c{
    background: url("../image/use_home_a.png") no-repeat center center;
}
.use-inco-d{
    background: url("../image/use_make_a.png") no-repeat center center;
}
.use-inco-e{
    background: url("../image/use_train_a.png") no-repeat center center;
}
.use-inco-f{
    background: url("../image/use_vr_a.png") no-repeat center center;
}
.use-inco-g{
    background: url("../image/use_built_a.png") no-repeat center center;
}
.use-inco-h{
    background: url("../image/use_edu_a.png") no-repeat center center;
}
.swiper-use li:hover .use-info{
    background: transparent;
}
.swiper-use li:hover .use-info h3{
    top: 50px;
    left: 110px;
    color: white;
}
.swiper-use li:hover .use-info .use-icon{
    top: 35px;
    left: 40px;
}
.swiper-use li:hover .use-info .use-inco-a,.i-use-inco-a{
    background: url("../image/use_car.png") no-repeat center center;
}
.swiper-use li:hover .use-info .use-inco-b,.i-use-inco-b{
    background: url("../image/use_plan.png") no-repeat center center;
}
.swiper-use li:hover .use-info .use-inco-c,.i-use-inco-c{
    background: url("../image/use_home.png") no-repeat center center;
}
.swiper-use li:hover .use-info .use-inco-d,.i-use-inco-d{
    background: url("../image/use_make.png") no-repeat center center;
}
.swiper-use li:hover .use-info .use-inco-e,.i-use-inco-e{
    background: url("../image/use_train.png") no-repeat center center;
}
.swiper-use li:hover .use-info .use-inco-f,.i-use-inco-f{
    background: url("../image/use_vr.png") no-repeat center center;
}
.swiper-use li:hover .use-info .use-inco-g,.i-use-inco-g{
    background: url("../image/use_built.png") no-repeat center center;
}
.swiper-use li:hover .use-info .use-inco-h,.i-use-inco-h{
    background: url("../image/use_edu.png") no-repeat center center;
}
.swiper-use li:hover .use-info p{
    opacity: 0;
}
/*实时新聞，關于我�?*/
.info{
    height: 400px;
    padding-top: 80px;
}
.news,.about{
    width: 530px;
    float: left;
    height: 240px;
}
.news{
    margin-right: 40px;
    position: relative;
}
.news-title{
    float: left;
    background: url("../image/news_title_bg.jpg") no-repeat;
    width: 158px;
    height: 100%;
    padding: 40px 0 0 30px;
}
.news-title h3{
    font-size: 32px;
    color: white;
    border-bottom: 3px solid white;
    line-height: 65px;
    display: inline-block;
}
.news-title p{
    font-size: 16px;
    color: white;
    line-height: 48px;
}
.news-more{
    width: 75px;
    height: 24px;
    border: 1px solid #6c6c6c;
    text-align: center;
    line-height: 20px;
    color: white;
    font-size: 12px;
    background: #3a3a3a;
    display: block;
    border-radius: 12px;
}
.news-con{
    width: 372px;
    float: left;
    height: 100%;
    background: #f4f4f4;
    padding: 27px 20px 0;
}
.news-imp{
    height: 70px;
    margin-bottom: 10px;
}
.news-imp img{
    float: left;
    width: 105px;
    height: 100%;
    display: block;
    margin-right: 10px;
}
.news-imp h3{
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
}
.news-imp p{
    height: 38px;
    overflow: hidden;
    color: #666;
    font-size: 13px;
}
.news-list li{
    line-height: 36px;
    border-bottom: 1px dashed #adadad;
}
.news-list li a{
    position: relative;
}
.news-list li:hover a,.news-imp:hover h3{
    color: #104bac;
}
.news-list li a:before{
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    top: 15px;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
}
.news-list li a p{
    text-indent: 20px;
    width: 240px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}
.news-list li a span{
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
}
.about li{
    height: 115px;
    margin-bottom: 10px;
    position: relative;
}
.about li:last-child{
    margin-bottom: 0;
}
.about li img{
    display: block;
    width: 158px;
    height: 100%;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    float: left;
}
.about-con{
    width: 372px;
    float: left;
    height: 100%;
    background: #f4f4f4;
    padding: 20px;
}
.about-con h3{
    font-size: 16px;
    margin-bottom: 5px;
}
.about-con p{
    font-size: 14px;
    color: #666;
}
.about li:hover img{
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
}
.about li:hover .about-con{
    background: #999;
}
.about li:hover .about-con h3,.about li:hover .about-con p{
    color: white;
}
/*底部導航*/
.nav-btm{
    height: 380px;
    background: #181818;
    position: relative;
}
.nav-btm dl{
    width: 183px;
    float: left;
    height: 100%;
    padding:60px 0 0 40px;
    position: relative;
}
.nav-btm dl:before,.nav-btm dl:last-child:after{
    position: absolute;
    width: 0px;
    height: 100%;
    display: block;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to bottom,#181818 0%,#3a3a3a 35%,#3a3a3a 65%,#181818 100%);
}
.nav-btm dl:last-child:after{
    left: 100%;
}
.nav-btm dl a{
    color: white;
}
.nav-btm dl a:hover,.footer p a:hover{
    text-decoration: underline;
}
.nav-btm dl dt{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.nav-btm dl dd{
    opacity: .6;
    line-height: 28px;
}
.nav-btm>img{
    position: absolute;
    right: calc(50% - 330px);
    bottom: 50px;
    width: 110px;
    height: 110px;
}
.weibo{
    position: absolute;
    width: 250px;
    height: 120px;
    overflow: hidden;
    background: white;
    right: calc(50% - 650px);
    bottom:50px;
}
.nav-btm>p{
    color: white;
    font-size: 16px;
    position: absolute;
    right: calc(50% - 307px);
    bottom: 162px;
}
/*底部信息*/
.footer{
	width: 100%;
	line-height: 30px;
	background: black;
	color: white;
	border-top: 1px solid #3a3a3a;
	padding-top: 20px;
	padding-bottom: 20px;
}
.btm-share{
	float: right;
	width: 27px;
	height: 27px;
	margin-left: 20px;
}
.btm-fb{
	background: url("../image/btm_fb.gif") no-repeat;
}
.btm-tw{
	background: url("../image/btm_tw.jpg") no-repeat;
}
.btm-ytb{
	background: url("../image/btm_ytb.gif") no-repeat;
}
.btm-lk{
	background: url("../image/btm_lk.gif") no-repeat;
}
.footer p{
	line-height: 30px;
}
.footer p:last-child a{
    display: inline-block;
    padding: 0 15px;
    color: white;
    height: 13px;
    line-height: 13px;
    margin-top: 5px;
    border-right: 1px solid white;
}
.footer p a:last-child{
    border-right: none;
}
.footer p img{
    display: inline-block;
    vertical-align: baseline;
}
.footer a.webmap{
    color: white;
    padding-left: 10px;
}
/*现有產品頁面----------------------------------------------------------------*/
.i-p-list{
    overflow: hidden;
    text-align: center;
}
.i-p-list li{
    float: left;
    width: 343px;
    height: 425px;
    margin: 0 35px 40px 0;
    border: 1px solid #9d9d9d;
}
.swiper-i-app-pro{
    height: 425px;
    overflow: hidden;
}
.swiper-i-app-pro li{
    width: 306px;
    float: left;
    height: 425px;
    border: 1px solid #9d9d9d;
}
.i-p-list li:nth-child(3n){
    margin-right: 0;
}
.i-p-list li img,.swiper-i-app-pro li img{
    display: block;
    width: 100%;
    height: 360px;
}
.i-p-list li p,.swiper-i-app-pro li p{
    line-height: 62px;
    font-size: 16px;
    height: 63px;
    background: #ebebeb;
    border-top: 1px dashed #8e8e8e;
}
.i-p-more{
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    width: 302px;
    height: 52px;
    border-radius: 24px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #104bac;
    cursor: pointer;
}
.i-p-list li:hover p,.swiper-i-app-pro li:hover p{
    background: #202c5b;
    color: white;
    border-top-color: transparent;
}
.i-u{
    text-align: center;
    margin-bottom: 50px;
}
.swiper-i-use{
    overflow: hidden;
    height: 255px;
    position: relative;
}
.swiper-i-use .swiper-wrapper{
    height: 255px;
}
.swiper-i-use li,.i-app-list li{
    float: left;
    width: 255px;
    height: 255px;
    overflow: hidden;
    margin: 0 26px 26px 0;
}
.swiper-i-use li:nth-child(4n),.i-app-list li:nth-child(4n){
    margin-right: 0;
}
.swiper-i-use li a,.i-app-list li a{
    position: relative;
}
.swiper-i-use li span,.i-app-list li span{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    z-index: 5;
}
.i-u-info{
    position: absolute;
    z-index: 9;
    top: 0;
    padding-top: 155px;
    left: 0;
}
.i-u-info img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.i-use-icon{
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}
.i-u-info h3{
    font-weight: normal;
    color: white;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.i-u-info p{
    text-align: left;
    background: rgba(0,0,0,.75);
    padding: 20px;
    color: white;
    font-size: 14px;
    line-height: 24px;
    height: 112px;
    overflow: hidden;
}
.swiper-i-use-next,.swiper-i-use-prev,.swiper-i-app-prev,.swiper-i-app-next,.swiper-hyn-prev,.swiper-hyn-next{
    position: absolute;
    width: 57px;
    height: 63px;
    top: 93px;
    z-index: 99999;
    cursor: pointer;
}
.swiper-i-app-prev,.swiper-i-app-next{
    top: 310px;
}
.swiper-hyn-prev,.swiper-hyn-next{
    top:220px
}

.swiper-i-use-prev,.swiper-i-app-prev,.swiper-hyn-prev{
    left: 0;
    background: url("../image/i_use_prev.png") no-repeat;
}
.swiper-i-app-prev{
    left: calc(50% - 550px);
}
.swiper-hyn-prev{
    left: calc(50% - 607px);
}
.swiper-i-use-next,.swiper-i-app-next,.swiper-hyn-next{
    right: 2px;
    background: url("../image/i_use_next.png") no-repeat;
}
.swiper-i-app-next,.swiper-hyn-next{
    right: calc(50% - 550px);
}
.swiper-hyn-next{
    right: calc(50% - 607px);
}
.swiper-i-use-span{
    height: 14px;
    margin-top: 26px;
}
.swiper-i-use-span span{
    vertical-align: top;
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    opacity: 1;
    background: #bdbdbd;
}
.swiper-i-use-span span + span{
    margin-left: 15px;
}
.swiper-i-use-span span.swiper-pagination-bullet-active{
    background: #181818;
}
.swiper-i-use li:hover .i-u-info,.i-app-list li:hover .i-u-info{
    padding-top: 42px;
}
.swiper-i-use li:hover span,.i-app-list li:hover span{
    opacity: 1;
}
/*行業應用頁面------------------------------------------------------------*/
.i-app-list{
    overflow: hidden;
}
.i-app-pro{
    height: 620px;
    text-align: center;
    margin-top: 40px;
    background: #f4f4f4;
    position: relative;
}
.swiper-i-app-pro{
    margin: -50px 69px 0;
    overflow: hidden;
}
/*關于我們公司-----------------------------------------------------------------*/
.i-a{
    height: 381px;
    margin-bottom: 60px;
}
.i-a>img{
    display: block;
    position: relative;
    float: left;
    height: auto;
    width: 355px;
    margin-top: 70px;
}
.i-a .i-a-info{
    width: 745px;
    position: relative;
    float: left;
    height: 100%;
    padding-left: 30px;
    text-align: left;
}
.i-a-info h3{
    font-size: 22px;
    line-height: 55px;
}
.i-a-info p{
    font-size: 14px;
    line-height: 32px;
}
.i-honor,.i-shows,.i-partner{
    height: 546px;
    text-align: center;
    background: #ebebeb;
    position: relative;
}
.i-shows{
    background: white;
}
.i-partner{
    height: 430px;
    display: none;/*暫時隱藏*/
}
.swiper-i-honor,.swiper-i-shows,.swiper-i-partner{
    margin: -50px 85px 0;
    overflow: hidden;
}
.swiper-i-honor,
.swiper-i-shows{
    height: 314px;
    overflow: hidden;
}
.swiper-i-honor li,
.swiper-i-shows li{
    width: 202px;
    float: left;
    height: 314px;
    overflow: hidden;
}
.swiper-i-honor img,.swiper-i-shows img{
    display: block;
    width: 100%;
    height: 284px;
}
.swiper-i-partner img{
    display: block;
    width: 100%;
    height: 200px;
}
.swiper-i-honor p,.swiper-i-shows p,.swiper-i-partner p{
    line-height: 30px;
    font-size: 14px;
}
.swiper-i-honor-prev,.swiper-i-honor-next{
    position: absolute;
    width: 36px;
    height: 68px;
    top: 265px;
    z-index: 99999;
    cursor: pointer;
}
.swiper-i-honor-prev{
    left: calc(50% - 550px);
    background: url("../image/i_honor_l.png") no-repeat;
}
.swiper-i-honor-next{
    right: calc(50% - 550px);
    background: url("../image/i_honor_r.png") no-repeat;
}
.js-swiper-i-partner-prev,.js-swiper-i-partner-next{
    top: 220px;
}
.i-a-c{
    text-align: center;
    margin-bottom: 60px;
}
.i-a-c-info{
    text-align: left;
    margin-top: -50px;
    overflow: hidden;
}
.i-a-c-info p{
    width: 50%;
    height: 42px;
    line-height: 42px;
    float: left;
    font-size: 16px;
}
.i-a-c-add{
    line-height: 42px;
    font-size: 16px;
}
.i-a-c-info p:nth-child(1){
    text-indent: 340px;
    background: url("../image/i_a_c_tel.png") no-repeat left 300px center;
}
.i-a-c-info p:nth-child(2){
    text-indent: 80px;
    background: url("../image/i_a_c_mas.png") no-repeat left 50px center;
}
.i-a-c-info p:nth-child(3){
    text-indent: 340px;
    background: url("../image/i_a_c_phone.png") no-repeat left 305px center;
}
.i-a-c-info p:nth-child(4){
    text-indent: 80px;
    background: url("../image/i_a_c_qq.png") no-repeat left 50px center;
}
.i-a-c-info p:nth-child(5){
    text-indent: 340px;
    background: url("../image/i_email.png") no-repeat left 302px center;
    width:70%;
}
/*資訊動�?�頁�?----------------------------------------------------------------*/
.i-title-list{
    height: 48px;
    text-align: center;
    margin-bottom: 40px;
}
.i-title-list li{
    display: inline-block;
    vertical-align: top;
    width: 168px;
    height: 100%;
    line-height: 46px;
    font-size: 16px;
    border: 1px solid #333;
}
.i-title-list li.active,.i-title-list li:hover{
    background: #333;
}
.i-title-list li.active a,.i-title-list li:hover a{
    color: white;
}
.i-title-list li + li{
    margin-left: 10px;
}
.i-n-imp{
    overflow: hidden;
    margin-bottom: 30px;
}
.i-n-imp li{
    float: left;
    width: 350px;
    height: 285px;
    position: relative;
}
.i-n-imp li i{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: rgba(0,0,0,.4);
    opacity: 0;
}
.i-n-imp li + li{
    margin-left: 25px;
}
.i-n-imp li img{
    display: block;
    width: 100%;
    height: 160px;
}
.i-imp-info{
    height: 125px;
    background: #ebebeb;
    padding: 20px;
}
.i-imp-l,.i-imp-r{
    float: left;
    height: 100%;
}
.i-imp-l{
    margin-right: 20px;
    width: 60px;
    color: #161679;
}
.i-imp-l b{
    display: block;
    font-size: 32px;
    line-height: 52px;
    border-bottom: 1px solid #dbdbdb;
}
.i-imp-l span{
    opacity: .6;
    line-height: 40px;
}
.i-imp-r{
    width: 230px;
    padding-top: 10px;
    text-align: left;
}
.i-imp-r h3{
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
}
.i-imp-r p{
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.i-n-imp li:hover i{
    opacity: 1;
}
.i-n-imp li:hover h3{
    color: #161679;
}
.i-n-list li{
    height: 51px;
    line-height: 50px;
    border-bottom: 1px dashed #b2b2b2;
    text-align: left;
}
.i-n-list li a{
    padding-left: 40px;
    position: relative;
}
.i-n-list li a:before{
    display: block;
    position: absolute;
    content: "";
    border: 5px solid transparent;
    border-left-color: #161679;
    left: 25px;
    top: 20px;
}
.i-n-list li a p{
    float: left;
    width: 920px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i-n-list li a span{
    float: right;
    color: #999;
}
.i-n-list li:hover p{
    text-decoration: underline;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    margin:40px auto;
}
.pages a{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #c3c3c3;
    background-color: #f5f5f5;
    line-height: 24px;
    text-align: center;
    margin-right: 16px;
}
.pages a:last-child{
    margin-right: 0;
}
.pages a.page_top,.pages a.page_bottom{
    width: 30px;
}
.pages a.page_active,.pages a:hover{
    color: #ff0000;
}
/*服務支持頁面---------------------------------------------------------------*/
.i-s-list{
    overflow: hidden;
}
.i-s-list li{
    width: 530px;
    height: 150px;
    float: left;
    text-align: left;
    margin: 0 40px 30px 0;
}
.i-s-list li:nth-child(2n){
    margin-right: 0;
}
.i-s-list li a{
    position: relative;
}
.i-s-list li a i{
    position: absolute;
    background: rgba(0,0,0,.5);
    opacity: 0;
}
.i-s-list li a i.atrhover{
    opacity: 1;
}
.i-s-list li a img{
    display: block;
    float: left;
    width: 176px;
    height: 100%;
}
.i-s-info{
    float: left;
    width: 354px;
    padding:30px;
    height: 100%;
    background: #f0f0f0;
}
.i-s-info h3{
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.i-s-info p{
    color: #8b8b8b;
    font-size: 12px;
    margin-bottom: 10px;
}
.i-s-info span{
    color: #242488;
    display: block;
    text-indent: 30px;
    background: url("../image/i_s_down.png") no-repeat left center;
}
.i-s-list ~ .pages{
    margin-top: 20px;
}
/*解決方案頁面--------------------------------------------------------------*/
.i-so-list{
    overflow: hidden;
    margin-bottom: 40px;
}
.i-so-list li{
    float: left;
    width: 530px;
    height: 159px;
    margin: 0 40px 30px 0;
}
.i-so-list li a{
    position: relative;
}
.i-so-list li:nth-child(2n){
    margin-right: 0;
}
.i-so-list li img.i-so-img-bor{
    position: absolute;
    z-index: -1;
    opacity: .3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.i-so-list li img.i-so-img{
    width: 195px;
    height: 155px;
    float: left;
}
.i-so-info{
    float: left;
    width: 335px;
    height: 100%;
    padding: 25px;
}
.i-so-info h3{
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}
.i-so-info h3 span{
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.i-so-info h3 span b{
    display: block;
    color: #131398;
}
.i-so-info p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    height: 66px;
    overflow: hidden;
}
.i-so-list li:hover img.i-so-img-bor{
    opacity: 1;
}
.i-so-list li:hover .i-so-info h3 span{
    top: -32px;
}
.i-info{
    height: 370px;
    position: relative;
    overflow: hidden;
}
.i-info-con{
    height: 100%;
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.i-info-con>div{
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    padding-top: 60px;
}
.i-info-news{
    padding: 0 40px 0 410px;
    background: #eee;
}
.i-info-down{
    padding: 0 410px 0 40px;
    background: #d9d9d9;
}
.i-info-con>div h3{
    font-size: 26px;
    overflow: hidden;
    line-height: 50px;
}
.i-info-con>div h3 a{
    display: inline-block;
}
.i-info-con>div h3 a:first-child{
    float: left;
}
.i-info-con>div h3 a:last-child{
    float: right;
    background: url("../image/i_info_more.png") no-repeat;
    width: 30px;
    height: 14px;
    margin-top: 16px;
}
.i-info-list li{
    line-height: 47px;
    height: 48px;
    border-bottom: 1px dashed #aaa;
}
.i-info-list li a{
    padding-left: 15px;
    position: relative;
}
.i-info-list li a:before{
    display: block;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #333;
    width: 6px;
    height: 6px;
    left: 0;
    top: 21px;
}
.i-info-list li a p{
    width: 350px;
    overflow: hidden;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i-info-list li a span{
    float: right;
    color: #bcbcbc;
    font-size: 14px;
}
.i-info-down li span{
    display: block;
    width: 18px;
    height: 19px;
    background: url("../image/i_info_down.png") no-repeat;
    margin: 13px 3px 0 0;
}
.i-info-list li:hover p{
    color: #131398;
}
/*现有產品詳情頁面-------------------------------------------------------------*/
.proinfo-title,.suinfo-title{
    line-height: 80px;
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
}
.proinfo-con{
    height: 500px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
.proinfo-con img{
    display: block;
    max-width: 400px;
    max-height: 400px;
    margin: 0 auto;
}
.proinfo-p{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.proinfo-p:nth-child(1){
    float: left;
}
.proinfo-p:nth-child(2){
    float: right;
}
.proinfo-list .proinfo-con:nth-child(2n){
    background: #ebebeb;
}
.proinfo-p h3{
    font-size: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proinfo-p p{
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
}
/*解決方案內頁------------------------------------------------------------*/
.suinfo-info{
    overflow: hidden;
    margin-bottom: 40px;
}
.suinfo-info img{
    float: left;
    width: 400px;
}
.suinfo-info-p{
    width: 650px;
    float: right;
}
.suinfo-info-p h3{
    font-size: 18px;
    line-height: 36px;
}
.suinfo-info-p p{
    font-size: 14px;
    line-height: 28px;
}
.suinfo-liuc-title{
    color: #131398;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #333;
}
.suinfo-liuc-p{
    margin-bottom: 20px;
    padding: 40px 0;
}
.suinfo-liuc:last-child .suinfo-liuc-p{
    border-bottom: 3px solid #333;
}

/*行業應用內頁-------------------------------------------------------------*/
.hyn-solu{
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.hyn-solu .show-title,.hyn-case .show-title{
    height: 160px;
}
.swiper-hyn-solu{
    overflow: hidden;
}
.swiper-hyn-solu li img{
    border: 2px solid transparent;
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.swiper-hyn-solu li p{
    font-size: 16px;
    line-height: 40px;
}
.swiper-hyn-prev,.swiper-hyn-next{
    position: absolute;
}
.swiper-hyn-solu li:hover img{
    border-color: #131398;
}
.hyn-app-pro{
    margin-top: 0;
}
.hyn-case{
    text-align: center;
    margin-bottom: 40px;
}
.hyn-use{
    background: #f4f4f4;
    min-height: 600px;
}
.hyn-use-con{
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.hyn-use{/*color: white;*/}
.hyn-use h3{
    text-align: center;
    /*color: white;*/
    font-size: 24px;
    line-height: 50px;
}

.hyn-use p{
    /*color: white;*/
    font-size: 15px;
    text-indent: 2em;
    line-height: 30px;
}

.hyn-use p a{
    color: white;
}







/*现有產品內頁修改-------------------------------------------------------------------*/
.proinfo-img{
    height: 580px;
    margin-top: 90px;
}
.proinfo-img-r {
    float: right;
    width: 520px;
    height: 500px;
    overflow: hidden;
    padding-top: 100px;
}
.proinfo-img-r h3{
    font-size: 25px;
    margin-bottom: 3px;
}
.proinfo-img-r p{
    font-size: 14px;
    line-height: 30px;
}
.proinfo-img-l{
    width: 472px;
    height: 100%;
    padding-top: 33px;
    float: left;
}
.proinfo-img-show{
    position: relative;
    height: 100%;
}
.proinfo-img-show-big{
    height: 360px;
    margin-bottom: 26px;
}
.proinfo-img-show-big ul{
    height: 100%;
}
.proinfo-img-show-big ul>li{
    height: 360px;
    overflow: hidden;
}
.proinfo-img-show-big ul img,.proinfo-img-show-sml li img{
    display: block;
    width: 100%;
    height: 100%;
}
.proinfo-img-show-sml{
    width: 100%;
    height: 92px;
    overflow: hidden;
}
.proinfo-img-show-sml-warp{
    height: 100%;
}
.proinfo-img-show-sml ul{
    height: 100%;
}
.proinfo-img-show-sml li{
    float: left;
    width: 109px;
    height: 100%;
    margin: 0 5px;
    border: 1px solid #666;
}
.proinfo-img-show-sml li.smlz_cls{
    border: 2px solid #104bac;
}
.proinfo-img-show-prev,.proinfo-img-show-next{
    position: absolute;
    display: block;
    width: 90px;
    height: 168px;
    top: 100px;
    z-index: 9;
    cursor: pointer;
    opacity: .3;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.proinfo-img-show-prev{
    left: 0;
    background: url("../image/pro_l.png") no-repeat left center;
}
.proinfo-img-show-next{
    right: 0;
    background: url("../image/pro_r.png") no-repeat right center;
}
.proinfo-img-show:hover .proinfo-img-show-prev,.proinfo-img-show:hover .proinfo-img-show-next{
    opacity: 1;
}
.proinfo-table{
    padding-top: 40px;
    padding-bottom: 88px;
    background: #ebebeb;
}
.proinfo-table>h3{
    font-size: 25px;
    line-height: 85px;
    text-align: center;
}
.proinfo-table table{
    width: 100%;
    line-height: 40px;
}
.proinfo-table tr:nth-child(2n+1){
    background: white;
}
.proinfo-table td{
   
    padding: 0 35px;
    border-color: #afafaf;
}






    /*動畫------------------------------------------------------------------*/
.i_li_b{
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.i_li_t{
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.i_d_l{
    opacity: 0;
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    -ms-transform: translate(-200px, 0);
    -o-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
}
.i_d_r{
    opacity: 0;
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    -o-transform: translate(200px, 0);
    transform: translate(200px, 0);
}
.i_d_b{
    opacity: 0;
    -webkit-transform: translate(0, 200px);
    -moz-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    -o-transform: translate(0, 200px);
    transform: translate(0, 200px);
}
.i_d_z{
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}




.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.blue{ color:#242488;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; padding-bottom: 40px;}
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:20px; font-weight:bold; border-bottom:#ab916e dotted 1px;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 24px; }
.ny_news_ct88 p video{content-visibility: visible;
    display: block;
    height: 100%;
    margin: auto;
    width: 100%;}
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;text-align: left;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

.ny_news_ct88 p span{
    white-space: normal !important;
}

caption{font-size: 20px;line-height: 35px;}
.feedback_table{border-collapse:collapse; color:#696969}
.feedback_table h4,.feedback_table h3{color: #999;}
.feedback_table tr td{padding: 5px 5px 5px 20px; }
.feedback_table tr td:nth-child(2){text-align: left; }
.feedback_table tr td{ border: 1px solid #ececec;line-height: 40px;}
.feedback_table tr td input[type=submit]{background-color: #DD1F2B; color: #fff;}
.feedback_table tr td .bt{ width: 85px; height:35px;  border-radius: 5px; cursor: pointer;}
.feedback_table tr td input,.feedback_table tr td textarea{padding:3px 5px;color: #666; margin:0 10px; border: 1px solid #ececec; width: 50%;}
.feedback_table tr td #address{height: 30px; width: 80%; line-height: 15px; }
.feedback_table tr td textarea{margin:10px 0px 10px 10px; width: 80%; border-radius: 20px;}


.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
 
/*翻頁*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; clear: both; margin-bottom: 46px;}
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5;}
.fy span,.fy a:hover{color:#242488;border: #242488 solid 1px;}
.flink a{ margin:0 5px;}
.pz{  line-height: 35px; width: 100%; text-align: left; font-weight: bolder; }
.pz a{color: #333;}
.pz b{color: #97B2DF;}
/*现有產品詳情聯系*/
.pro_contact {width: 100%}
.pro_contact .button{width: 100%;overflow: hidden;margin: 10px 0;}
.pro_contact span{float: left;width: 50%; line-height: 30px;}
.pro_contact a{
    width: 101px;
    height: 30px;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    
}
.pro_contact a img{
    transition: all 0.5s ease 0s;
}
.pro_contact a img:hover{
    margin-top:-30px;
}





/*liuyan*/



.fixed-ques-btn{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    cursor: pointer;
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    background: #383d65;
    border-radius: 8px 8px 0 0;
    text-align: center;
    padding: 0 60px;
}
.fixed-ques{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999999;
    display: none;
}
.fixed-ques-m{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.4);
}
.fixed-ques-con{
    width: 540px;
    height: 560px;
    padding: 20px;
    background: white;
    position: absolute;
    left: 50%;
    margin-left: -280px;
    top: 50%;
    margin-top: -270px;
}
.fixed-ques-con>i{
    float: right;
    cursor: pointer;
    font-style: normal;
}
.fixed-ques-con>h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.fixed-ques-con-p{
    line-height: 26px;
    margin-bottom: 20px;
}
.fixed-ques-item{
    overflow: hidden;
    margin-bottom: 15px;
}
.fixed-ques-item label{
    float: left;
    width: 130px;
    text-align: right;
    margin-right: 10px;
    line-height: 34px;
    white-space: nowrap;
}
.fixed-ques-item label span{
    color: #f00;
}
.fixed-ques-item input,
.fixed-ques-item textarea{
    float: left;
    width: 320px;
    border: 1px solid #ccc;
    line-height: 32px;
    resize: none;
    border-radius: 10px;
    padding-left: 10px;
}
.fixed-ques-sub{
    text-align: center;
}
.fixed-ques-sub input{
    background: #383d65;
    color: white;
    width: 100px;
    border-radius: 15px;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    cursor: pointer;
}



.news_content  .jiathis_style_24x24 .jtico_fb {
    background: url(../image/facebook.png) no-repeat;
    background-position: 0 0;
    background-size:contain;
}
.news_content  .jiathis_style_24x24 .jtico_twitter  {
    background: url(../image/twitter.png) no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.news_content  .jiathis_style_24x24 .jtico_linkedin  {
    background: url(../image/linkedin.png) no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.news_content  .jiathis_style_24x24 .jtico_email  {
    background: url(../image/email.png) no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.news_content  .jiathis_style_24x24 .jtico_copy  {
    background: url(../image/copylink.png) no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.news_content  .jiathis_style_24x24 .jtico_print  {
    background: url(../image/print.png) no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.news_content  .jiathis_style_24x24 .jtico_fav  {
    background: url(../image/collect.png) no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.news_content  .jiathis_style_24x24 .jtico_googleplus  {
    background: url(../image/google.png) no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.footer .link {
    line-height: 16px;
	font-size:12px;
}
.footer p:last-child a {
    padding: 0 5px;
}

@media screen and (max-width: 1100px) {
.swiper-banner .swiper-slide img.banner-txt{
    top: 10%;
    margin-left: -1012px;
}
.swiper-banner .swiper-slide img.banner-bg{
    transform: none !important;
    top: 15%;
}
}
.ny_news_ct88 img{
    max-width: 100%;
    height: auto !important;
}