.head-page .item:nth-child(2)>a::after{
    transform: scaleX(1);
    opacity: 1
}
.head-page:hover .item:nth-child(2)>a span{
    color: #0065BD;
}
.head-page.active .item:nth-child(2)>a span{
    color: #0065BD;
}
.product_categ01 .width1724{
    padding: 0 3.68%;
    box-sizing: border-box;
}
.product_categ01 .list{
    width: 48.6%;
    height: 266px;
    background: #F6F6F5;
    margin-bottom: 40px;
    margin-right: 2.8%;
    padding: 0 60px 0 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.product_categ01 .list:nth-child(2n){
    margin-right: 0;
}
.product_categ01 .list::before{
    content: "";
    display: block;
    height: 3px;
    background: #0068B7;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .4s;
}
.product_categ01 .list .img{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
    max-width: 328px;
    width: 52%;
}
.product_categ01 .list .img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.product_categ02{
    background: url(../images/product_bg02.png) no-repeat center/cover;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-attachment: fixed;
}
.product_categ02 .page_title{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}
.product_categ02 .page_title span{
    width: 75px;
    height: 4px;
    background: #FFFFFF;
    display: block;
}
.product_categ02 .page_tit{
    margin: 0 65px;
}
.product_categ03 .lists{
    padding: 0 4.3%;
    box-sizing: border-box;
}
.product_categ03 .items .item{
    background: #FFFFFF;
    box-shadow: 0px 0px 23px 0px rgba(0,104,183,0.17);
    width: 30.3%;
    margin-right: 4.55%;
    margin-bottom: 25px;
}
.product_categ03 .items .item:nth-child(3n){
    margin-right: 0;
}
.product_categ03 .items img{
    transition: all .4s;
}
.product_categ03 .items .text{
    height: 88px;
    padding: 0 44px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.product_categ03 .items .text::after{
    content: "";
    display: block;
    height: 0;
    background: #0068B7;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}
.product_categ03 .contents{
    background: #F8F8F8;
    padding: 50px 65px 45px;
    box-sizing: border-box;
}
.product_categ03 .contents_l{
    width: 245px;
    padding-right: 20px;
    box-sizing: border-box;
}
.product_categ03 .contents_r{
    width: calc(100% - 245px);
}
.product_categ03 .content{
    width: 49.09%;
}
.product_categ03 .content .img{
    box-shadow: 0px 0px 23px 0px rgba(0,104,183,0.17);
}
.product_categ03 .content .text{
    margin-top: 32px;
    text-align: center;
}
.product .nav{
    width: 290px;
}
.nav_title{
    height: 90px;
    background: #0068b7;
    padding: 0 25px;
    box-sizing: border-box;
}
.nav_title::after{
    content: "";
    display: block;
    width: 56px;
    height: 37px;
    background: url(../images/nav_title.png) no-repeat center/cover;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 20px 25px;
    color: #333;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
}
.accordion li{
    cursor: pointer;
}
.accordion li.item{
    margin-top: 7px;
    border: 1px solid #ddd;
}
.accordion li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion li i.fa-chevron-down::after {
    content: "";
    display: block;
    background: url(../images/pro_addbtn.png) no-repeat center/cover;
    width: 13px;
    height: 13px;
    transition: all .4s;
}
.accordion li.open .link {
    color: #1462ae;
}
.accordion li.open i.fa-chevron-down::after {
    background: url(../images/pro_haddbtn.png) no-repeat center/cover;
    width: 13px;
    height: 4px;
}
.submenu {
    display: none;
    background: #fff;
    border-top: 1px solid #ddd;
}
.submenu li {
    border-bottom: 1px solid #ddd;
}
.submenu li:last-child{
    border-bottom: none;
}
.submenu a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 12px;
    padding-left: 29px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu a:hover ,.submenu li.current a{
    background: #f6f6f6;
    color: #1462ae;
}
.page_content .width1724{
    padding: 0 3.5%;
    box-sizing: border-box;
}
.product .contents{
    width: calc(100% - 290px);
    padding-left: 70px;
    box-sizing: border-box;
} 
.pro_lists .list{
    width: 31.18%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    box-sizing: border-box;
    transition: all .4s;
}
.pro_lists .list:nth-child(3n){
    margin-right: 0;
}
.pro_lists .img{
    height: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    background: linear-gradient(-45deg, #F5F5F5 0%, #F6F6F6 100%);
    padding: 22px;
    box-sizing: border-box;
}
.pro_lists .img img{    
    display: block;
    max-height: 100%
}
.pro_lists .img::after{
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #166BCC 0%, #0F81DD 46%, #00B9FE 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
}
.pro_lists .text{
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    box-sizing: border-box;
    width: 100%;
}
.pro_lists .tit{
    transition: all .4s;
    /* font-weight: 600; */
}
.pro_lists .desc {
    margin-top: 3px;
    transition: all .4s;
}
.pro_lists .watch-more{
    border: 2px solid #EEEEEE;
    border-radius: 4px;
    margin-top: 15px;
}
.pro_lists .watch-more::before{
    z-index: -1;
}
.product_detail .bread{
    background: #F6F6F6;
}
.product_detail01{
    background: #F6F6F6;
    display: flex;
    align-items: center;
}
.product_detail01 .width1724{
    padding: 0 60px;
    box-sizing: border-box;
    height: 570px;
}
.product_detail01 .texts{
    max-width: 720px;
    width: 60%;
}
.product_detail01 .line{
    width: 88%;
    height: 1px;
    background: #CCCCCC;
    margin: 30px 0;
}
.product_detail01 .watch_contact {
    margin: 75px 0 0;
}
.product_detail01 .imgs{
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    width: 35.2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_detail01 .imgs img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.product_detail02 .width1724{
    padding: 0 60px;
    box-sizing: border-box;
}
.product_detail02 .lists{
    width: 60%;
    max-width: 920px;
}
.product_detail02 .lists .desc {
    margin-top: 10px;
}
.product_detail02 .lists .desc table{
    width: 100%;
}
.product_detail02 .lists .desc td{
    padding: 4px 30px;
    box-sizing: border-box;
}
.product_detail02 .lists .desc td:nth-child(1){
    text-align: left!important;
}
.product_detail02 .lists .list{
    border-bottom: 1px solid #CCCCCC;
    padding: 30px 0 35px;
    box-sizing: border-box;
}
.product_detail02 .lists .lists_con{
    padding-top: 30px;
    box-sizing: border-box;
}
.product_detail02 .lists_con .img{
    width: 27.82%;
    height: 168px;
    transition: all .4s;
}
.product_detail02 .lists_con .texts{
       width: 69.45%;
    height: 168px;
    background: #F8F8F8;
    padding: 0 30px 0 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .4s;
}
.product_detail02 .list_con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 28px;
    transition: all .4s;
}
.product_detail02 .list_con:last-child{
    margin-bottom: 0;
}
.product_detail02 .lists .lists_con .tit {
    margin-bottom: 20px;
}
.product_detail02 .lists .lists_con .con {
    margin-top: 8px;
    max-height: 60px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.product_detail02 .nav{
    max-width: 500px;
    width: 32%;
    margin-top: 65px;
}
.product_detail02 .nav .item{
    height: 80px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid  #CCCCCC;
    /* font-weight: 600; */
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .4s;
}
.product_detail02 .nav .item:last-child{
    border-bottom: 1px solid transparent;
}
.product_detail02 .nav .item::after{
    content: "";
    display: block;
    width: 4px;
    height: 0;
    background: #0984D2;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s;
}
.product_detail02 .nav .item:hover{
    background: #F8F8F8;
    color: #0984D2;
}
.product_detail02 .nav .item:hover::after{
    height: 100%;
}
.product_detail02 .nav .item.active{
    background: #F8F8F8;
    color: #0984D2;
}
.product_detail02 .nav .item.active::after{
    height: 100%;
}
.product_detail02 .nav .texts{
    width: 100%;
    background: #F8F8F8;
    margin-top: 10px;
    padding: 40px 0;
    box-sizing: border-box;
}
.product_detail02 .nav .texts_box{
    max-width: 364px;
    width: 92%;
    margin: 0 auto;
}
.product_detail02 .nav .desc {
    margin: 16px 0 25px;
}
.watch_contact{
    max-width: 178px;
    width: 58%;
    height: 55px;
    background: #0984D2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all .4s;
}
.product_detail03 .width1724{
    padding: 0 60px;
    box-sizing: border-box;
}
.product_detail03 .pro_lists .list{
    width: 23.5%;
}
.product_detail03 .pro_lists .list:nth-child(3n){
    margin-right: 2%;
}
.product_detail03 .pro_lists .list:nth-child(4n){
    margin-right: 0;
}
.oshms_page01:nth-child(2n-1){
    background: #f5f5f5;
}
.oshms_lists.lists{
    padding: 0 75px;
    box-sizing: border-box;
}
.oshms_lists .item{
    width: 30.3%;
    margin-right: 4.55%;
}
.oshms_lists .item:nth-child(3n){
    margin-right: 0;
}
.oshms_lists .item .img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 342px;
    border: 1px solid #dfdfdf;
    padding: 20px;
    box-sizing: border-box;
	cursor: pointer;
}
.oshms_lists .item .img img{
    display: block;
    max-height: 100%;
    transition: all .4s;
}
.oshms_lists .item .text{
    padding: 20px 20px;
    box-sizing: border-box;
    text-align: center;
}
@media only screen and (min-width: 960px) {
    .product_categ01 .list:hover::before{
        width: 100%;
    }
    .product_categ03 .item:hover img{
        transform: scale(1.08);
    }
    .product_categ03 .item:hover .text{
        color: #fff;
    }
    .product_categ03 .item:hover .text::after{
        height: 100%;
    }
    .pro_lists .list:hover .tit{
        color: #1462ae;
    }
    .pro_lists .list:hover .watch-more{
        color: #fff;
        border: 2px solid #1462ae;
    }
    .pro_lists .list:hover .watch-more::before{
        width: 100%;
    }
    .pro_lists .list:hover .img::after{
        width: 100%;
    }
    .watch_contact:hover{
        transform: translateY(-6px);
    }
    .product_detail02 .list_con:hover .img{
        transform: translateX(5px);
    }
    .product_detail02 .list_con:hover .texts{
        transform: translateX(-5px);
    }  
    .oshms_lists .item:hover .img img{
        transform: scale(1.08);
    }
}
@media only screen and (max-width: 1480px) {
    .product_categ01 .width1724{
        padding: 0;
    }
    .product_categ03 .lists{
        padding: 0;
    }
    .page_content .width1724{
        padding: 0;
    }
    .product .contents{
        padding-left: 4%;
    }
}
@media only screen and (max-width: 1400px) {
    .product_detail01 .width1724{
        padding: 0;
    }
    .product_detail02 .width1724{
        padding: 0;
    }
    .product_detail03 .width1724{
        padding: 0;
    }
    .product_detail02 .lists{
        width: 63%;
    }
    .product_detail02 .lists_con .texts{
        padding: 0 30px;
    }
}
@media only screen and (max-width: 1366px) {
    .watch_contact{
        max-width: 148px;
        height: 50px;
    }
    .oshms_lists.lists{
        padding: 0;
    }
}
@media only screen and (max-width: 1280px) {
    .product .nav {
        width: 248px;
    }
    .product .contents{
        width: calc(100% - 248px);
    }
}
@media only screen and (max-width: 1200px) {
    .product_categ01 .list{
        padding: 0 40px 0 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .product_categ03 .contents {
        padding: 50px 40px 45px;
    }
    .product_categ03 .contents_l{
        width: 168px;
    }
    .product_categ03 .contents_r {
        width: calc(100% - 168px);
    }
    .product_categ01 .list {
        padding: 0 20px 0 30px;
        height: 238px;
    }
    .pro_lists .list {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    .pro_lists .list:nth-child(3n) {
        margin-right: 4%;
    }
    .pro_lists .list:nth-child(2n) {
        margin-right: 0;
    }
    .product_detail03 .pro_lists .list{
        margin-right: 2%;
    }
}
@media only screen and (max-width: 768px){
    .product_categ01 .list {
        padding: 0 0 0 20px;
        height: 178px;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .product_categ01 .list .img{
        width: 48%;
        padding: 15px;
    }
    .product_categ03 .items .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .product_categ03 .items .text {
        padding: 0 20px;
        text-align: center;
        justify-content: center;
        height: 65px;
    }
    .product_categ02 .page_tit{
        margin: 0;
    }
    .product_categ02 .page_title span{
        display: none;
    }
    .product_categ02{
        height: 158px;
    }
    .product_categ03 .contents {
        padding: 30px 20px;
    }
    .product_categ03 .contents_r{
        width: 100%;
        margin-top: 25px;
    }
    .product_categ03 .content {
        width: 100%;
    }
    .product_categ03 .content .text{
        margin: 20px 0 25px;
    }
    .product_categ03 .content:last-child .text{
        margin-bottom: 0;
    }
    .product_categ03 .contents_l {
        width: 100%;
        padding-right: 0;
    }
    .product .nav {
        width: 100%;
    }
    .product .contents {
        width: 100%;
        padding-left: 0;
    }
    .pro_lists .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .pro_lists .text{
        padding: 20px 0 0;
    }
    .pro_lists .list:last-child{
        margin-bottom: 0;
    }
    .pro_lists .desc{
        display: none;
    }
    .pro_lists .tit{
        text-align: center;
    }
    .pro_lists .watch-more {
        border: 2px solid #EEEEEE;
        margin: 15px auto 0;
    }
    .pro_lists {
        margin-top: 25px;
    }
    .submenu a{
        padding-left: 20px;
    }
    .product_detail01 .width1724{
        height: auto;
    }
    .product_detail01 .texts {
        max-width: 100%;
        width: 100%;
    }
    .product_detail01 .imgs{
        width: 100%;
        padding: 0;
        margin-top: 25px;
    }
    .product_detail01 .watch_contact {
        margin: 25px auto 0;
    }
    .watch_contact {
        max-width: 124px;
        height: 42px;
    }
    .product_detail01 .watch_contact{
        display: none;
    }
    .product_detail .bread{
        display: none;
    }
    .product_detail01{
        padding-top: 30px;
    }
    .product_detail01 .line {
        width: 100%;
        margin: 15px 0;
    }
    .product_detail02 .lists {
        width: 100%;
        max-width: 100%;
    }
    .product_detail02 .nav {
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }
    .product_detail02 .nav .texts{
        padding: 30px 0;
    }
    .product_detail03 .pro_lists .list {
        width: 100%;
        margin-right: 0;
    }
    .product_detail02 .lists .desc td{
        padding: 4px 15px;
    }
    .product_detail03 .pro_lists .list:nth-child(3n){
        margin-right: 0;
    }
    .product_detail03 {
        padding-bottom: 30px;
    }
    .product_detail02 .nav .items{
        display: none;
    }
    .product_detail02 .lists_con .img {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product_detail02 .lists_con .img .bg_img {
        position: initial;
        transform: translate(0);
        height: auto;
        max-width: 100%;
    }
    .product_detail02 .lists_con .texts {
        width: 100%;
        padding: 25px 20px;
        height: auto;
    }
    .product_detail02 .list_con{
        margin-bottom: 20px;
    }
    .product_detail02 .lists .lists_con{
        padding-top: 25px;
    }
    .oshms_lists .item {
        width: 100%;
        margin-right: 0;
    }
    .oshms_lists .item:last-child .text{
        padding-bottom: 0;
    }
    .product_detail02 .lists .lists_con .con {
        max-height: 50px;
    }
}
