/* 容器 */

/* 產品用途 */

.productuse {}
.productuse-title {
    padding-bottom: 45px;
    text-align: center;
}
.productuse-title h1 {
    font-size: 56px;
    color: #009DD9;
    font-weight: bold;
    text-transform: uppercase;
    font-family: arial;
    line-height: 50px;
}
.productuse-title h3 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    padding: 15px 0 25px;
}
.productuse-title a {
    display: inline-block;
    padding: 0 55px;
    line-height: 52px;
    background-color: #009DD9;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.productuse_list {
    padding-top: 20px;
    padding-bottom: 45px;
}
.productuse_list ul {
    margin-left: -1px;
    margin-left: -1px;
}
.productuse_list li {
    float: left;
    width: 25%;
    padding: 1px;
}
.productuse_list li>a {
    display: block;
    padding: 30px;
    background-color: #f2f2f2;
    text-align: center;
}
.productuse_list li>a img {
    max-width: 100%;
}
.productuse_list li>a h3 {
    font-size: 20px;
    padding: 25px 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.productuse_list li>a h3:hover {
    text-decoration: underline;
    color: #009dd9;
}
.productuse_list li>a p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 120px;
    overflow: hidden;
    text-align: left;
}
@media (max-width:768px) {
    .productuse-title {
        width: 100%;
        margin-top: 5px;
    }
    .productuse-away {
        width: 100%;
    }
}
.newsbox {
    margin-bottom: 35px !important;
}
.newsbox .swiper-wrapper,
.video_swiper .swiper-wrapper {
    padding-bottom: 60px;
}
.newsbox .swiper-slide img {
    width: 100%;
    /*min-height:260px;*/
}
.newsbox .swiper-slide .img {
    height: 260px;
    overflow: hidden;
}
.newsbox .swiper-slide p {
    padding: 15px 0;
    font-family: arial;
}
.newsbox .swiper-slide h3 {
    font-size: 20px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsbox .swiper-slide a:hover h3 {
    color: #009DD9;
}
.site-video {
    padding: 60px 0;
}
.site-title {
    text-align: center;
}
.site-title i {
    font-size: 35px;
    color: #009DD9;
    padding-bottom: 5px;
    display: inline-block;
}
.site-title h3 {
    position: relative;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: inline-block;
}
.site-videolist {}
.site-videolist li {
    float: left;
}
.site-videolist li a {
    display: block;
    text-align: center;
}
.site-videolist li a h3 {
    padding-top: 15px;
    font-size: 20px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.site-videoimg {
    position: relative;
}
.site-videoimg img {
    width: 100%;
}
.site-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.site-video-play:before, .site-video-play:after {
    position: absolute;
    content: '';
    display: block;
}
.site-video-play:before {
    top: 10px;
    left: 15px;
    z-index: 2;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #009DD9;
}
.site-video-play:after {
    top: -5px;
    left: -5px;
    z-index: 1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
}
.about-web-banner .site-video-play {
    left: 20%;
}
@media (min-width:769px) {
    .about-web-banner .site-video-play {
    left: 20%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
}
.about-web-banner .site-video-play:before {
    top: 50%;
    left: 50%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #009DD9;
    margin-top: -20px;
    margin-left: -15px;
}
.about-web-banner .site-video-play:after {
    width: 120px;
    height: 120px;
    top: -10px;
    left: -10px;
}
}
@media (max-width:768px) {
    .site-video {
        padding: 30px 0;
    }
}
.about {
    background-image: url(/images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 15px;
    text-align: center;
    color: #fff;
}
.about h3 {
    font-size: 32px;
    margin-bottom: 5px;
}
.about h1 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
}
.about span {
    display: block;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
}
.about a {
    display: inline-block;
    padding: 0 54px;
    line-height: 52px;
    font-size: 18px;
    background-color: #009DD9;
    color: #fff;
}
.wp-pagenavi {
    text-align: center;
    padding: 50px 0 0px;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 40px;
    margin: 0 5px;
    border: 1px solid #efefef;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #009dd9;
    color: #FFF;
    border-color: transparent;
    border-radius: 20px;
    border: 1px solid #009dd9;
}
@media (min-width:1441px) {
    .brand img {
        max-height: inherit;
    }
    .nav .ubermenu-nav>li {
        margin-left: 64px;
    }
    .ubermenu .ubermenu-nav .ubermenu-column-3-4 {
        width: 70%;
    }
}
/*Alignment20190708*/
.alignleft {
   display:inline;
   float:left;
   margin-right:1.625em;
}
.alignright {
   display:inline;
   float:right;
   margin-left:1.625em;
}
.aligncenter {
   clear:both;
   display:block;
   margin-left:auto;
   margin-right:auto;
}
/* 20200217 */
.nav .ubermenu .ubermenu-nav li.bjColor2020 a{
	background: #f2f2f2 !important;
}
.nav .ubermenu .ubermenu-nav li.bjColor2020 a:hover{
    color: #1e73be !important;
	background: #ffffff !important;
}