@font-face {
    font-family: Microsoft JhengHei;
    src: url("../fonts/msjh.ttc") format("ttc");
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: Microsoft JhengHei Light;
    src: url("../fonts/msjhl.ttc") format("ttc");
}

.f36 { font-size: 36px; }
.f34 { font-size: 34px; }
h1,.h1 { font-size: 30px; }
h2,.h2 { font-size: 28px; }
h3,.h3 { font-size: 24px; }
h4,.h4{ font-size: 20px; }
h5,.h5 { font-size: 18px; }
h6,.h6 { font-size: 16px; }

@media only screen and (max-width: 960px) {
    .f36 { font-size: 30px; }
    .f34 { font-size: 28px; }
    h1,.h1 { font-size: 26px; }
    h2,.h2 { font-size: 24px; }
    h3,.h3 { font-size: 20px; }
    h4,.h4 { font-size: 17px; }
    h5, .h5 {font-size: 16px;}
}
@media only screen and (max-width: 640px) {
    .f36 { font-size: 22px; }
    .f34 { font-size: 20px; }
    h1,.h1 { font-size: 22px; }
    h2,.h2 { font-size: 20px; }
    h3,.h3 { font-size: 18px; }
    h4,.h4 { font-size: 16px; }
    h5,.h5 { font-size: 15px; }
    h6,.h6 { font-size: 14px; }
}
.width1620 {
    width: 92%;
    max-width: 1620px;
    margin: 0 auto;
}
.width1024{
    max-width: 1024px;
    margin: 0 auto;
    width: 92%;
}
.fc33{
    color: #333;
}
.fcff{
    color: #fff;
}
.fc66{
    color: #666;
}
.fc77{
    color: #777777;
}
.fc99{
    color: #999;
}
.fw600{
    font-weight: 600;
}
.fl225{
    line-height: 2.25;
}
.fl1875{
    line-height: 1.875;
}
.fl172{
    line-height: 1.72;
}
.fl168{
    line-height: 1.68;
}

.mt40{
    margin-top: 40px;
}
.mt60{
    margin-top: 60px;
}
.pt20{
    padding-top: 20px;
    box-sizing: border-box;
}
.pt40{
    padding-top: 40px;
    box-sizing: border-box;
}
.pt60{
    padding-top: 60px;
    box-sizing: border-box;
}
.pt80{
    padding-top: 80px;
    box-sizing: border-box;
}
.pb60{
    padding-bottom: 60px;
}
.pb90{
    padding-bottom: 90px;
}

/* 页面标题开始 */
.page_desc {
    line-height: 2.25;
    margin-top: 20px;
}

.page_line{
    width: 45px;
    height: 4px;
    background: #0984D2;
    margin: 10px auto 0;
}
.watch-more {
    width: 122px;
    height: 41px;
    background: #0CCCBC;
    border-radius: 18px;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 41px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.bread .width1620 {
    padding: 38px 0;
    box-sizing: border-box;
}
.bread_box .item::after {
    content: "";
    display: block;
    width: 4px;
    height: 7px;
    background: url(../img/bread_next.png) no-repeat center/cover;
    margin: 0 12px;
    box-sizing: border-box;
}
.bread_box .item a {
    color: #333;
}
.bread_box .item:last-child a {
    color: #0984D2;
}
.bread_box .item:last-child:after {
    display: none;
}
.bg {
    overflow: hidden;
    position: relative;
}
.bg_img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: 1000000px;
    transform: translate(-50%, -50%);
    transition: all .4s;
}
.page_nav .item{
    max-width: 225px;
    height: 68px;
    background: #FFFFFF;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 10px;
    width: 18%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .4s;
}
.page_nav .item:last-child{
    margin-right: 0;
}
.page_nav .item::before{
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    background: #0984D2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all .4s;
}
.page_nav .item.active{
    border: 1px solid #0984D2;
    color: #fff;
}
.page_nav .item.active::before{
    transform: scale(1);
}
.news_list .list{
    width: 31.42%;
    margin-right: 2.87%;
    margin-top: 20px;
}
.news_list .list:nth-child(3n){
    margin-right: 0;
}
.news_list .list .img{
    height: 323px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.news_list .list .img img{
    transition: all .4s;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.news_list .texts{
    padding: 28px 0;
    box-sizing: border-box;
}
.news_list .tit{
    margin: 15px 0 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list .text {
    border-top: 1px solid #333;
    padding-top: 15px;
    box-sizing: border-box;
    position: relative;
    transition: all .4s;
}
.news_list .text::before{
    content: "";
    display: block;
    height: 2px;
    background: #0984D2;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s;
    width: 0;
}
.news_list .list:hover img{
    transform: scale(1.08);
}
.news_list .list:hover .text{
    border-top: 1px solid transparent;
}
.news_list .list:hover .text::before{
    width: 100%;
}
.news_list .list:hover .more {
    color: #0984D2;
}
.news_list .list:hover .time  {
    color: #0984D2;
}
.pro_list .list{
    border: 1px solid #E5E5E5;
    width: 22.72%;
    margin-right: 3.04%;
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 35px;
    transition: all .4s;
    background: #fff;
}
.pro_list .list:nth-child(4n){
    margin-right: 0;
}
.pro_list .list .img{
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing:border-box;
}
.pro_list .list .img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all .4s;
}
.pro_list .list .texts{
    border-top: 1px solid #E5E5E5;
    text-align: center;
    padding: 20px 0 22px;
    box-sizing: border-box;
    position: relative;
}
.pro_list .list .texts::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #0984D2;
    transform: scale(0);
    transition: all .4s;
    position: absolute;
    left: 0;
    top: 0;
}
.pro_list .list .more {
    margin-top: 7px;
    display: inline-block;
    transition: all .4s;
}
.pro_list .list:hover{
    border: 1px solid #0984D2;
}
.pro_list .list:hover .more{
    color: #0984D2;
}
.pro_list .list:hover img{
    transform: scale(1.08);
}
.pro_list .list:hover .texts{
    border-top: 1px solid transparent;
}
.pro_list .list:hover .texts::before{
    transform: scale(1);
}
.search_tk{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.search_tk.active{
    display: flex;
}
.search_tk .box{
    max-width: 600px;
    width: 92%;
    background: #fff;
    padding: 60px 45px 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}
.search_tk .box .search_tk_close{
    position: absolute;
    right: 15px;
    top: 20px;
    max-width: 25px;
}
.search_tk .box .search_tk_close img{
    transition: all .4s;
}
.search_tk .box .search_tk_close:hover img{
    transform: rotate(360deg);
}
.search_input{
    width: 100%;
    border: 1px solid #ddd;
    height: 48px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.search_input input{
    outline: none;
    height: 100%;
    width: calc(100% - 55px);
    border: none;
    padding: 0 20px;
    box-sizing: border-box;
}
.search_input .search_tk_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 100%;
    background: #0984D2;
    padding: 15px;
    box-sizing: border-box;
}
.lists-hide{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
}
.lists-hide img{
    display: block;
    max-width: 480px;
    width: 40%;
}
.lists-hide p{
    font-size:16px;
    color:#333;
}
@media only screen and (max-width: 1600px) {
    .news_list .list .img {
        height: 293px;
    }
}
@media only screen and (max-width: 1400px) {
    .news_list .list .img {
        height: 257px;
    }

    .pro_list .list .img {
        height: 235px;
    }
}
@media only screen and (max-width: 1366px) {
    .news_list .list .img {
        height: 251px;
    }
}
@media only screen and (max-width: 1280px) {
    .pb90 {
        padding-bottom: 80px;
    }
    .bread .width1620 {
        padding: 35px 0 25px;
    }
    .page_nav .item {
        max-width: 208px;
        height: 56px;
    }
}
@media only screen and (max-width: 1200px) {
    .pb90 {
        padding-bottom: 60px;
    }

    .pt80{
        padding-top: 60px;
    }
    .page_nav .item{
        font-size: 16px;
    }
    .page_nav .item {
        max-width: 186px;
    }
    .pro_list .list .img {
        height: 218px;
        padding: 15px;
    }
}
@media only screen and (max-width: 960px) {
    .news_list .list {
        width: 48%;
        margin-right: 4%;
    }
    .news_list .list:nth-child(3n){
        margin-right: 4%;
    }
    .news_list .list:nth-child(2n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    .lists-hide img{
        width: 90%;
    }
    .pt20 {
        padding-top: 30px;
    }
    .mt40 {
        margin-top: 25px;
    }
    .mt60 {
        margin-top: 25px;
    }
    .pt80 {
        padding-top: 30px;
    }
    .pt60 {
        padding-top: 30px;
    }
    .pb60 {
        padding-bottom: 30px;
    }
    .pb90 {
        padding-bottom: 35px;
    }
    .pt40 {
        padding-top: 10px;
    }
    .bread .width1620{
        display: none;
    }
    .page_nav{
        display: none;
    }
    .news_list .list {
        width: 100%;
        margin-right: 0;
    }
    .news_list .list:first-child{
        margin-top: 0;
    }
    .news_list .list:nth-child(3n){
        margin-right: 0;
    }
    .news_list .list .img{
        height: auto;
    }
    .news_list .texts {
        padding: 15px 0 10px;
    }
    .news_list .tit {
        margin: 10px 0 15px;
    }
    .news_list .text{
        padding-top: 10px;
    }
    .pro_list .list {
        width: 100%;
        margin-right: 0;
        padding: 0 16px;
        margin-bottom: 20px;
    }
    .page_line {
        width: 40px;
        height: 2px;
    }
    .page_desc {
        line-height: 1.875;
    }
}