﻿body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td {
    font-weight: normal;
    margin: 0;
    padding: 0
}

body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,i {
    font: normal 12px "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

ul,ol,li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top;
    border: 0
}

button,input,textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

div,a {
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

html {
    font-size: 100px
}


.clearfloat:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
}

.clearfloat {
    *zoom: 1
}

.clearboth {
    clear: both
}
body{
    background: #f6f6f6;
}
.checkBrowser {
    font-size: 14px;
    line-height: 40px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 50%;
    width: 700px;
    height: 40px;
    margin-left: -360px;
    padding: 0 10px;
    color: #FFF;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #E6212A
}

.checkBrowser a {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #FFF
}
/*index*/
.site-header {
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.por {
    position: relative;
}
.site-header .wrap {
    /*max-width: 1366px;*/
    margin: 0 auto;
    width: 80%;
}
.site-header .logo {
    position: absolute;
    top: 30px;
}
.site-header .logo img {
    max-width: 164px;
    height: auto;
}
.site-header .navbar {
    padding: 0 0 0 200px;
    text-align: right;

}
.site-header .navbar>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.site-header .navbar .item {
    display: block;
    height: 104px;
    line-height: 104px;
    margin: 0 8px;
    font-size: 16px;
}

.site-nav-sub {
    top:60px;
    z-index: 101;
    font-size: 14px;
    display: none;
    position: absolute;
    text-align: center;
    left:0
}
.site-nav-sub:before{
    display: inline-table;
    border-bottom: 8px solid rgba(0,0,0,0.6);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
}
.wrap > ul > li:hover ul {
    display: block;
}
.wrap > ul > li:hover > a,.wrap > ul > li.hover > a,.wrap > ul > li > a.hover{
    color: #0C73BA;
    font-weight: bold;
}
/*a:link、a:visited、a:hover、a:active*/
.wrap > ul > li > a i{
    width: 15px;
    height: 15px;
    margin-right: 2px;
    display: inline-block;
}
.wrap > ul > li:hover > a i,.wrap > ul > li.hover > a i,.wrap > ul > li > a.hover i{
    width: 15px;
    height: 15px;
    display: inline-block;
    background:url("../image/note.png") no-repeat center center;
    background-size: contain;
}
.wrap > ul > li > ul > li > a {
    width: 110px;
    line-height: 42px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    text-align: center;
    display: block;
}
.wrap > ul > li > ul > li > a:hover {
    color: #47B0F8;
}

.home-banner {
    position: relative;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
}


.swiper-pagination-bullet {
    width: 28px !important;
    height: 4px !important;
    display: inline-block !important;
    border-radius: 24px !important;
    background: #fff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 110px !important;
}

.swiper-slide  img{
    width: 100%;
}
.introItems{
    max-width: 1366px;
    margin: 0 auto;
    background: #fff;
    margin-top: -90px;
    z-index: 100;
    position: absolute;
    left: 10%;
    width: 80%;
    display: flex;
}
.introItems .line{
    display: block;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #0C73BA, #68ADDC);}
.introItemFlex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 20px;
}
.introItem{
    width: 32%;
    margin: 24px 0;
    display: inline-flex;
}
.introItem:not(:nth-child(3n)) {
    margin-right: calc(4% / 2);
}
.introItem h1{
    color: #20202A;
    font-size: 24px;
}
.introItem h1 .orange{
    display: inline-block;
    color: #EB6259;
    font-size: 24px;
}
.introItem p{
    color: #666;
    font-size: 12px;
}
.intro_icon{
    display: inline-block;
    width: 116px;
    height: 116px;
}
.intro_icon1{
    background: url("../image/zyjy.png");
    background-size: cover;
}
.intro_icon2{
    background: url("../image/hylx.png");
    background-size: cover;
}
.intro_icon3{
    background: url("../image/rzbz.png");
    background-size: cover;
}
.infoCon{
    display: table;
}
.info{
    display: table-cell;
    vertical-align: middle;
}
.aboutUsContainer{
    max-width: 1366px;
    margin: 120px auto 0 auto;
    width: 80%;
    display: flow-root;
}
.aboutUsContainer h1{
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
.aboutUsContainer h2{
    color: #1670AF;
    font-size: 21px;
    margin-bottom: 30px;
}
.aboutUsContainer h3{
    margin-top: 30px;
    color: #C0C0C0;
    font-size: 12px;
    text-align: center;
}
.aboutLeft{
    width: 58%;
    float: left;
}
.aboutLeft p{
    margin-bottom: 21px;
    line-height: 24px;
    font-size: 13px;
}
.aboutRight{
    float: right;
    width: 42%;
}
.aboutRight img{
    width: 85%;
    float: right;
}
.aboutMore{
    cursor: pointer;
    width: 89px;
    height: 32px;
    border: 1px solid #AFAFAF;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
}
.productCenter{
    width: 100%;
    margin: 20px auto;
    position: relative;
}
.productImg{
    width: 100%;
}
.productImg img{
    width: 100%;
}
.productItems{
    width: 80%;
    margin-left: 10%;
    position: absolute;
    top: 0px;
}
.productItem1{
    position: absolute;
    left: 0;
    top: 210px;
}
.productItem2{
    position: absolute;left: 33%;
    top: 70px;
}
.productItem3{
    position: absolute;left: 66%;
    top: 120px;
}
.productItem{
   display: inline-block;
    width: 33%;
    cursor: pointer;
}
.productItem .p_img{

}
.productItem .p_img img{
    width: 100%;
}
.productItem .p_item{
    width: 100%;
    background: #FFFFFF;
    padding: 30px 0;
}

.productItem .p_icon{
    display: block;
    width: 74px;
    height: 74px;
    margin: 15px auto;
}
.productItem .tit{
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.productItem p{
    width: 85%;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    color: #666;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.productItem .i_lyjq{
    background: url("../image/lyjq.png") no-repeat;
    background-size: contain;
}
.productItem .i_ggjt{
    background: url("../image/ggjt.png") no-repeat;
    background-size: contain;
}
.productItem .i_ylhy{
    background: url("../image/ylhy.png") no-repeat;
    background-size: contain;
}
.productItem .i_dzzw{
    background: url("../image/dzzw.png") no-repeat;
    background-size: contain;
}
.productItem .p_item.hover{
    background: url("../image/bgHover.png") no-repeat center center;
    background-size: cover;
}
.productItem .p_item.hover .tit ,.productItem .p_item.hover p{
    color: #fff;
}
.productItem .p_item.hover .i_lyjq{
    background: url("../image/lyjq_hover.png") no-repeat;
    background-size: contain;
}
.productItem .p_item.hover .i_ggjt{
    background: url("../image/ggjt_hover.png") no-repeat;
    background-size: contain;
}
.productItem .p_item.hover .i_ylhy{
    background: url("../image/ylhy_hover.png") no-repeat;
    background-size: contain;
}
.productItem .p_item.hover .i_dzzw{
    background: url("../image/dzzw_hover.png") no-repeat;
    background-size: contain;
}
.buttomCon{
    background: url("../image/buttom.png") no-repeat center;
    color: #fff;
}
.buttomCon .tit{
    font-weight: bold;
}
.buttomTop{
    padding: 40px 0;
    width: 80%;
    margin: 0 auto;
    min-height: 170px;
}
.bottomUl{
    float: left;
    width: 80%;
    text-align: center;
}
.footUl{
    padding: 0 0 0 19px;
    border-left: 1px solid #fff;
    margin: 16px 0 0 12px;
    width: 100%;
}
.footUl li{
    list-style: none;
    margin-bottom: 15px;
}
.footUl li a{
    color: #F7F7F7;;
}
.bottomUl .footItem{
    display: inline-block;
    float: left;
    width: 20%;
    text-align: left;
}
.bottomUl .footItem .footIcon{

}
.bottomUl .footItem .tit{
    font-weight: bold;
    font-size: 14px;
}
.bottomUl .footItem i{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 8px 0 2px;
}
.bottomUl .footItem .i1{
    background: url("../image/aboutus.png") no-repeat;
    background-size: contain;
}
.bottomUl .footItem .i2{
    background: url("../image/yw.png") no-repeat;
    background-size: contain;
}
.bottomUl .footItem .i3{
    background: url("../image/jjfa.png") no-repeat;
    background-size: contain;
}
.bottomUl .footItem .i4{
    background: url("../image/qyry.png") no-repeat;
    background-size: contain;
}
.bottomUl .footItem .i5{
    background: url("../image/ghwl.png") no-repeat;
    background-size: contain;
}
.buttomScode{
   float: right;
    width: 20%;
    text-align: center;
}
.buttomScode .scodeCon{
    width: 36%;
    margin: 10px auto;
}
.buttomScode .scodeCon img{
    text-align: center;
    width: 100%;
}
.buttomCon .copyRight{
    clear: both;
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid hsla(0,0%,100%,.4);
    padding: 20px 0;
    text-align: center;}

.successProducts{
    display: block;
    width: 80%;
    margin:360px auto 60px auto;
}
.successProducts h1{
    color: #333;
    font-size: 24px;
    text-align: center;
}

.successProducts h3{
    margin-top: 30px;
    color: #C0C0C0;
    font-size: 12px;
    text-align: center;
}
.successTabs{
    width: 100%;
    text-align: center;
    display: block;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
}
.successTabs li{
    display: inline-block;
    cursor: pointer;
    color: #666;
    margin: 0 20px;
}
.successTabs li i{
      width: 14px;
    height: 14px;
    display: inline-block;
}
.successTabs li.hover{
    color: #177BBF;
}
.successTabs li.hover i{
    background: url("../image/note.png") no-repeat;
    background-size: contain;
}

.successItems{
    display: none;
}
.div_show{display: block}

.successItems .successItem{
    cursor: pointer;
    width: 31.5%;
    float: left;
    margin-right: 1.5%;
    margin-bottom:22px ;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.successItems .successItem:nth-child(3n+3){
    margin-right: 0;
    width: 32%;
}
.successItems .successItem{
    text-align: center;
}
.successItems .successItem img{
    max-width: 100%;
    /*min-width: 100%;*/
}
.successItems .successItem .info{
    padding: 24px;
    background: #fff;
    height: 80px;
    display: block;
}
.successItems .successItem:hover{
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.successItems .successItem .tit{
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.successItems .successItem p{
    height: 38px;
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.successItems .successItem:hover .info{
    background: #177BBF;

}

.successItems .successItem:hover .tit{
    color: #fff;
}
.successItems .successItem:hover p{
    color: #fff;
}
.successMore{
    cursor: pointer;
    clear: both;
    width: 89px;
    height: 32px;
    border: 1px solid #AFAFAF;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    margin: 30px auto;
}
.introduction-container{
    margin: 0 auto;
}
.introduction-container img{
    width: 100%;
}
.breadcrumb{
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    height: 55px;
    line-height: 55px;
    color: #666;
}
.entryBreadcrumb{
    width: 80%;
    margin: 0 auto;
}
.entryBreadcrumb a{
    color: #666;
}
.entryBreadcrumb i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../image/mainicon.png") no-repeat;
    background-size: contain;
    margin-right: 3px;
}
.entryBreadcrumb span{
    color: #333;
    cursor: pointer;
}
.entryBreadcrumb a:hover{
    color:#187BC0 ;
}
.introduction{}
.companyCon .h-tit{ margin:10px auto; height: 100px; line-height: 100px; width: 420px; text-align: center; background: url("../image/goldsign.png") no-repeat center center; background-size: contain; color: #187BC0; font-size: 24px}
.companyCon .info-container{
    width: 80%;
    margin: 0 auto;
}
.companyCon .info-container p{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-indent: 24px;
}
.companyCon .img-container{
    width: 80%;
    margin:30px auto;
    display: table;
}
.companyCon .img-container ul{
    margin:0 auto;
}
.companyCon .img-container ul li{
    width: 31%;
    float: left;
    display: inline-block;
    margin-right: 3.5%;
}
.companyCon .img-container ul li img{
    width: 100%;
}
.companyCon .img-container ul li:last-child{
    margin-right: 0;
}
.mid-introduction{
    width: 100%;
    margin: 40px auto;
    display: block;
    clear: both;
}
.mid-introduction img{
    width: 100%;
}

.home-tool-bar{
    position: fixed;
    bottom: 70px;
    right: 40px;
    z-index: 99;
    width: 66px;
}
.home-tool-bar .item-tool{
    position: relative;
    display: block;
    width: 66px;
    height:67px;
    margin:0 auto;
    background-color: #fff;
    text-align: center;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}
.home-tool-bar .item-tool:first-child{
    border-top: 1px solid #E2E2E2;
}
.home-tool-bar .item-tool:last-child{
    border-bottom: 1px solid #E2E2E2;
}
.home-tool-bar a:hover,.home-tool-bar a.hover{
    background: #187BC0;
    color: #fff;
}
.home-tool-bar .item-tool .text{
    font-size: 16px;
    color: #757575;
    width: 40px;
    margin: 0 auto;
    padding: 12px 0;
    border-bottom: 1px solid #E2E2E2;
}
.home-tool-bar a:hover .text,.home-tool-bar a.hover .text{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.home-tool-bar .item-tool a:last-child .text{
    border-bottom:  1px solid #fff;;
}

.home-tool-bar .backtop{
    display: block;
    margin-top: 14px;
    visibility: hidden;
}
.home-tool-bar .backtop img{
    width: 100%;
}
.home-tool-bar .backtop.active {
    visibility: visible;
}
.bottom-introduction{
    width: 80%;
    margin:30px auto 60px auto;
}
.bottom-introduction .introImgItem{
    display: flex;
}
.bottom-introduction .introImgItem .introImg{
    display: inline-block;
    position: relative;
}
.bottom-introduction .introImgItem .introImg img{
    display: inline-block;
    height: auto;
    max-width: 100%;
}
.introMore{
    position: absolute;
    left: 35%;
    bottom: 20%;
    cursor: pointer;
    width: 30%;
    height: 32px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
}
.introMore:hover{
    background: #0C73BA;
}

.left47{
    width: 47%;
    float: left;
}
.left47 img{
    width: 99.4%;
}
.right53{
    width: 53%;
    float: left;
    margin-left: -3px;
}
.philosophy .img-container{
    margin:20px auto 40px auto;
}
.philosophy .img-container ul li{
    width: 50%;
    float: left;
    display: inline-block;
    margin-right:0;
}
.timeline-wrapper {
    width: 80%;
    margin: 20px auto 40px auto;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}
.icon-dot-full{
    background: #187CC0;
    position: absolute;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #171717;
    font-size: 18px;
    height: 15px;
    width: 15px;
    left: 9.4%;
    z-index: 10;
}
.thin-timeline{
    padding: 20px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 90%;
    margin-left: 10%;
}
.timeline-post {
    border: 0 none;
    margin: 0;
    padding: 0 0 25px 60px;
    position: relative;
}
.timeline-post:before {
    content: "";
    margin-left: -1px;
    width: 3px;
    background: #187CC0;
    left: 0;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
}
.timeline-content:after{
    content: "";
    display: block;
    position: absolute;
    border: 15px solid transparent;
    border-right-color: #76BBDA;
    left: -28px;
    right: auto;
    top: 27px;
}
.timeline-meta {
    right: 100%;
}
.timeline-meta {
    left: auto;
    color: #999;
    margin: 25px 45px 0 0;
    position: absolute;
    font-weight: 500;
}
.meta-details {
    white-space: nowrap;
    color: #fff;
    background: #187CC0;
    padding: 5px 14px;
    font-size: 16px;
}
.meta-details:before{
    content: "";
    display: block;
    border-top: 2px solid #187CC0;
    position: absolute;
    right: -45px;
    top: 13px;
    width: 59px;
}

.timeline-icon{
    left: 0;
    line-height: 70px;
    position: absolute;
    text-align: center;
    color: #171717;
    font-size: 18px;
    z-index: 10;
}
.timeline-content {
    color: #fff;
    background: #fff;
    position: relative;
    border: 1px solid #e2e2e2;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 30px;
}
.timeline-content:before {
    content: "";
    display: block;
    border: 15px solid transparent;
    border-right-color: #e2e2e2;
    position: absolute;
    left: -30px;
    right: auto;
    top: 21px;
}
.timeline-content:after {
    border: 14px solid transparent;
    border-right-color: #fff;
    left: -28px;
    right: auto;
    top: 22px;
    content: "";
    display: block;
    position: absolute;
}
.content-title {
     font-size: 24px;
     margin: 0 0 10px;
     color: #27ACCE;
     font-weight: 500;
 }
.content-details {
    margin: 0;
    color: #333;
}
.timeline-content p {
    margin: 15px 0 10px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.timeline-content p:before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 10px;
}
.timeline-content p a{
    color: #187CC0;
}
.subcompany{
    width: 100%;
    margin: 20px auto;
}
.subcompany-container {
    width: 100%;
    margin: 0 auto;
    background: url("../image/p4Bg.png") no-repeat;
    background-size: cover;
    display: table;
}
.subcompany-lists{
    margin: 0 auto 30px auto;
    width: 80%;
    display: table;
}
.subcompany-lists li:nth-child(odd) {
    margin-right: 4%;
}

.subcompany-lists li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px auto;
    float: left;
}
.subcompany-lists li .subcompany-list{
    display: block;
    overflow: hidden;
    background: #fff;
    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    transition: border .2s ease;
}

.subcompany-list .img {
    float: right;
    width: 30%;
}
.subcompany-lists .img img{
    width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.subcompany-list .img span {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 46.66667%;
    overflow: hidden;
}

.subcompany-lists li a:hover .img  img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.subcompany-list .subcompany-info {
    overflow: hidden;
    padding:5% 5%;
    float: left;
    width: 55%;
}
.subcompany-list .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.subcompany-list .info-detail {
    font-size: 14px;
    line-height: 26px;
    height: 104px;
    overflow: hidden;
    color: #777;
    margin-bottom: 10px;
}
.subcompany-list .info-detail div{
    /*margin-top: 10px;*/
}
.subcompany-list .info-detail i{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    vertical-align: revert;
}
.subcompany-list .info-detail .add i{
    background: url("../image/i_add.png") no-repeat;
    background-size: contain;
}
.subcompany-list .info-detail .phone i{
    background: url("../image/i_phone.png") no-repeat;
    background-size: contain;
}
.subcompany-list .info-detail .fax i{
    background: url("../image/i_fax.png") no-repeat;
    background-size: contain;
}
.productcenter{
    margin-top: 40px;
}
.productcenter-container{
    margin: 30px auto;
    width: 80%;
}
.productCenterItems{display: flow-root}
.productCenterItems .successItem {
    border: 1px solid #e2e2e2;
}
.productCenterItems .successItem{
    width: 31.5%;
    margin-right: 2.2%;
}
.productCenterItems .successItem:nth-child(3n+3){
    margin-right: 0;
}

.pagination-container {
    margin:0 auto 65px auto;
    counter-reset: pagination;
    text-align: center;
    min-width: 50%;
}
.pagination-container:after {
    clear: both;
    content: "";
    display: table;
}
.pagination-container ul {
    width: 100%;
}

.pagination-container ul, .pagination-container li {
    list-style: none;
    display: inline;
    padding-left: 0px;
    margin: 0 2px;
}

.pagination-container li {
    counter-increment: pagination;
}
.pagination-container li:hover a {
    color: #fff;
    background: #0B73BA;
    border: solid 1px #0B73BA;
}
.pagination-container li.active a {
    color: #fff;
    background: #0B73BA;
    border: solid 1px #0B73BA;
}

.pagination-container li:first-child a:after {
    content: "上一頁";
}
.pagination-container li:nth-child(2) {
    counter-reset: pagination;
}

.pagination-container li:last-child a:after {
    content: "下一頁";
}
.pagination-container li a {
    border: solid 1px #ccc;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 5px 9px;
}
.pagination-container li a:after {
    content: " " counter(pagination) " ";
}

.solutionImg{
    margin: 30px auto;
}
.solutionImg img{
    width: 100%;
}

.imgHonor-container{
    width: 80%;
    margin: 20px auto 60px auto;
}
.imgHonor-container ul{
    display: flex;
    /*justify-content: space-around;*/
    justify-content: space-between;
    margin-bottom: 30px;
}
.imgHonor-container li{
    flex-wrap: wrap-reverse;
    width: 23%;

}
.imgHonor-container li a{
    display: block;
    border: 1px solid #E3E3E3;
    padding: 10%;
    height: 75%;
}
.imgHonor-container li a:hover{
    border: 1px solid #0C73BA;
}
.imgHonor-container li .h-img{
    text-align: center;
   /* width: 80%;
    margin: 0 auto;*/
}
.imgHonor-container li .h-img img{
    width: 100%;
}
.imgHonor-container li p{
    text-align: center;
    color: #555;
    width: 80%;
    margin: 20px auto 0 auto;
    font-size: 12px;
}

.contactus-container{
    width: 50%;
    margin: 20px auto 20px auto;
}
.contactus-container ul{
    display: flex;
    /*justify-content: space-around;*/
    justify-content: center;
    margin-bottom: 30px;
}
.contactus-container li{
    flex-wrap: wrap-reverse;
    width: 23%;
    text-align: center;
}
.contactus-container li a{
    display: block;
    padding: 10%;
    height: 75%;
}
.contactus-container li .h-img{
    text-align: center;
    /* width: 80%;
     margin: 0 auto;*/
}

.contactus-container li .h-img img{
    width: 50%;
}
.contactus-container li .div-title{
    font-size: 16px;
    color: #333;
    margin: 8px auto;
}
.contactus-container li .subs{
    font-size: 12px;
    color: #666;
    width: 90%;
    margin: 0 auto;
}
.map-container{
    width: 80%;
    height: 600px;
    margin: 0 auto 100px auto;
}
.contact-container{
    width: 80%;
    margin: 20px auto 100px auto;
    display: table;
    background: #fff;
}
.contact-left{
    width: 50%;
    float: left;
}
.contact-left .contact-info{
    padding: 8% 16% 0 10%;
}
.contact-right{
    width: 50%;
    float: right;
}
.contact-right img{
    width:100%
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }


#contact h4 {
    margin:5px 0 15px;
    display:block;
    font-size:13px;
    color: #999;
}
#contact h4 i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../image/warm.png") no-repeat;
    background-size: contain;
    vertical-align: sub;
    margin-right: 6px;
}
fieldset {
    border: medium none !important;
    margin: 0 0 11px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
    width:95%;
    border:1px solid #CCC;
    background:#FFF;
    margin:0 0 12px;
    padding:10px 5%;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
    -webkit-transition:border-color 0.3s ease-in-out;
    -moz-transition:border-color 0.3s ease-in-out;
    transition:border-color 0.3s ease-in-out;
    border:1px solid #AAA;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
    padding: 15px 5%;
    text-align: justify;
}
.textarea-box{
    position: relative;
}
.t_tips{
    position: absolute;
    right: 10px;
    top: 100px;
    color: #999;
}
#contact button[type="submit"] {
    cursor: pointer;
    width: 89px;
    height: 32px;
    background: #0C73BA;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
}

#contact button[type="submit"]:hover {
    background:#09C;
    -webkit-transition:background 0.3s ease-in-out;
    -moz-transition:background 0.3s ease-in-out;
    transition:background-color 0.3s ease-in-out;
}
#contact button{
    border: none;
}
/*#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }*/

#contact input:focus, #contact textarea:focus {
    outline:0;
    border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}
.mn-option{
    display: none;
    padding: 5px 0;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #CCC;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    top: 70px;
    text-indent: 15px;
}
#contact{
    position: relative;
}
.mn-option li{
    padding: 10px 0;
    cursor: pointer;
}
.choose{
    position: relative;

}
.selected-item{
    position: relative;
}
.selected-item .i_select{
    top: 12px;
    right: 0;
    width: 16px;
    height: 16px;
    content: " ";
    display: block;
    background: url("../image/i_select.png") no-repeat right center;
    background-size: contain;
    position: absolute;
    z-index:5;
    background-position: 0px 0px; /*圖片顯示的位置*/
}

.p-tit{
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    width: 100%;
    text-align: center;
    background-size: contain;
    color: #187BC0;
    font-size: 24px;
}
.p-detail{
    background: #fff;
    width: 80%;
    padding: 0 10% 2% 10%;
    margin: 0 auto;
    display: table;
}
.p-detail .detain-left{
   width: 45%;
    margin: 20px auto;
    float: left;

}
.p-detail .detain-left img{
   width: 100%;
}
.p-detail .detain-right{
    width: 52%;
    float: right;
    padding: 3% 0 0 3%;
}
.p-detail .detain-right h2{
    font-size: 16px;
    margin-bottom: 10px;
}
.detail-info{ color: #666}
.detail-info p{
    text-indent: 25px;
    text-align: justify;
    line-height: 24px;
}
.relate-product{
    margin: 20px auto 60px auto;
    width: 80%;
    display: block;
}
.relate-product h1{
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}
.relate-product .info {
    height: 20px !important;
}
.swiper-item{
    width: 100% !important;
    background: none;
}
.relate-product .successItem {
    width: 32.5%;
}
.relate-product .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0 !important;
}
.planning{
    width: 80%;
    margin:20px auto 80px auto;
    position: relative;
}
.planning-imgs{
    display: flex;
    align-items: flex-end;
}
.planning .img1{
    width: 50%;
    margin-right:3%;
}
.planning .img2{
    width: 20%;
    margin-right: 3%;
}
.planning .img3{
    width: 24%;
}
.planning .img1 img,.planning .img2 img,.planning .img3 img{
    width: 100%;
}
.planning .planning-p{
    position: absolute;
    right: 220px;
    top: 30px;
    background: #FFFFFF;
    padding: 26px;
    text-indent: 20px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    width: 33%;
}

.mo-site-header {
    display: none;
    width: 100%;
    height: .45rem;
    overflow: hidden;
    background-color: #fff
}

.mo-site-header .logo {
    float: left;
    padding: .08rem 0 .05rem .075rem;
    height: .3rem;
}

.mo-site-header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.mo-site-header .right {
    float: right;
    font-size: 0
}

.mo-site-header .J_item-wp {
    display: inline-block;
    vertical-align: top
}

.mo-site-header .item-btn {
    display: inline-block;
    width: .4rem;
    height: .45rem;
    background: no-repeat center;
    background-size: 60%;
    vertical-align: top
}

.mo-site-header .switch-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: .45rem
}

.mo-site-header .switch-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #c8c8cd;
    border-bottom: 2px solid #c8c8cd;
    margin-top: -6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mo-site-header .switch-wrap select {
    position: relative;
    z-index: 1;
    background-color: transparent;
    -webkit-appearance: none;
    padding-right: 20px;
    border: 0;
    outline: 0;
    font-size: .14rem;
    color: #999;
    height: .45rem;
    line-height: .45rem
}

@media (max-width: 1150px) {
    .site-header {
        display: none
    }

    .mo-site-header {
        display: block;
    }

    .common-banner {
        display: none
    }

    .mo-common-banner {
        display: block
    }
    .introItem{
        display: inline-grid;
        text-align: center;
    }
    .introItem .intro_icon{
        text-align: center;
        margin: 0 auto;
    }
    .aboutUsContainer{
        margin: 130px auto 0 auto;
    }
}
.mo-navber {
    display: none;
    z-index: 500;
    position: fixed;
    top: .45rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden
}

.mo-navber .mo-search-wp {
    position: relative;
    border-top: 1px solid #eee;
    padding: .1rem;
    overflow: hidden
}

.mo-navber .mo-search-wp input {
    display: block;
    float: left;
    width: 80%;
    padding: 0 .05rem;
    height: .35rem;
    line-height: 1.5;
    border: 0;
    outline: 0;
    font-size: 15px;
    background: #f5f6f8
}

.mo-navber .mo-search-wp button {
    display: block;
    float: left;
    width: 20%;
    height: .35rem;
    background: #0068b7;
    text-align: center;
    color: #fff;
    border: 0;
    outline: 0;
    font-size: .13rem
}

.mo-navber-list {
    border-top: 1px solid #eee
}

.mo-navber-list .hd {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 0 .075rem
}

.mo-navber-list .hd a {
    display: inline-block;
    height: .4rem;
    line-height: .4rem;
    font-size: .13rem;
    color: #464e54
}

.mo-navber-list .hd .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: .4rem;
    height: .4rem;
    background: url("../image/icon26.png") no-repeat center;
    background-size: 50%
}

.mo-navber-list .hd.active .icon {
    background-image: url("../image/icon27.png")
}

.mo-navber-list .two {
    display: none;
    border-bottom: 1px solid #eee;
    padding: 0 .1rem
}

.mo-navber-list .two li {
    border-bottom: 1px solid #eee
}

.mo-navber-list .two li:last-child {
    border-bottom: 0
}

.mo-navber-list .two .a {
    display: block;
    height: .4rem;
    line-height: .4rem;
    padding-left: .15rem;
    color: #464e54;
    font-size: .13rem;
    background: url("../image/icon28.png") no-repeat left 2px center;
    background-size: .1rem
}
