﻿/*首页*/
/*
.logo-wrap{
    padding:50px 0 22px 0;
    width: 178px;
    height:100px;
}
.logo-wrap img{
    width: 100%;
    height:auto
}
*/
@media (min-width: 768px) {
    .logo-wrap img{
        width: 127px
    }
}
@media (max-width: 767px) {
    .logo-wrap img{
        width: 83px
    }
}


.navbar {
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 20px 0px rgba(137,137,137,0.2);
}
.navbar-default .navbar-nav>li>a{
    font-size:16px;
    /*font-family: SimHei;*/
    font-weight:400;
    color:#373737;
    line-height:24px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background-color: #ffffff;
}


.navbar-default .navbar-nav>li>a>.navTitle:hover,.navbar-default .navbar-nav>li>a>.navTitle:focus {
    padding-bottom: 6px;
    color: #0046dc;
    border-bottom:3px solid #0046dc;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a>.navTitle, .navbar-default .navbar-nav>.active>a>.navTitle:hover, .navbar-default .navbar-nav>.active>a>.navTitle:focus{
    padding-bottom: 6px;
    color: #0046dc;
    font-size: 16px;
    /*font-family: SimHei;*/
    border-bottom:3px solid #0046dc;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #0046dc;
    /*border-bottom:2px solid rgba(0,111,189,1);*/
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #0046dc;
    font-size: 16px;
    /*font-family: SimHei;*/
    /*border-bottom:2px solid rgba(29,85,165,1);*/
    background-color: transparent;
}
.dropdown-menu>li>a {
    /*font-family: SimHei;*/
    font-size: 14px;
    color: #373737;
}
.dropdown-menu>li>a:focus {
    color: #0046dc;
}
.blue-line{
    display: inline-block;
    width:45px;
    height:6px;
    background:rgba(22,118,255,1);
    border-radius:3px;
}
.know-title{
    font-size:24px;
    font-family:SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:36px;
    margin-top:22px;
}
.introduce{
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    margin-top:6px;
    color:#373737;
    line-height:30px;
    letter-spacing:0.5px;
    font-size:16px;
}
.introduce-title{
    /*font-family: SimHei;*/
    font-size:24px;
    font-weight:bold;
    color: #0046dc;
    line-height:36px;
    letter-spacing:1px;
    margin-top: 30px;
}
.introduce-title-en {
    /*font-family: SimHei;*/
    font-size:10px;
    font-weight:bold;
    color: #0046dc;
}
.btn-more{
    display: inline-block;
    width:100px;
    height:36px;
    font-size:18px;
    line-height: 36px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(0,118,255,1);
    text-align: center;
    text-transform: uppercase;
}
.btn-more:hover{
    background: rgba(0,118,255,1);
    color:#ffffff;
}
.products{
    padding:30px 0 65px 0;
    margin:50px 0;
    background: url(../image/bg_chanpin.png) no-repeat top left/100% 100%;
    overflow: hidden;
}
.main-product-title {
    margin-bottom: 35px;
}
.products-title-cn{
    font-size:24px;
    /*font-family:SimHei;*/
    font-weight:bold;
    color: #ffffff;
    line-height:42px;
    letter-spacing:4px;
}
.products-title-en{
    font-size:18px;
    font-family:SourceHanSansCN-Medium, SourceHanSansCN;;
    font-weight:400;
    color:rgba(255,255,255,0.6);
    line-height:27px;
    letter-spacing:6px;
    display: inline-block;
    margin-bottom:60px;
}
.products-list{
    margin:0;
    padding:0;
}
.products-list .products-item{
 /*width:1160px;
 margin:0 auto;*/
  flex-direction: column;
    background:transparent;
}
.products-item .product-pic img{
    width: 100%;
    height:auto;
    border:1px dashed transparent;
}
.products-list .products-item:hover{
    cursor: pointer;
}
.products-list .products-item:hover .product-pic img,.products-list .products-item:hover .icon-product-name{
    border: 1px dashed #7b7b7b;
}

.product-name{
    display: block;
    text-align: center;
    font-size:25px;
    /*font-family:SourceHanSansCN-Medium,SourceHanSansCN;*/
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:42px;
    letter-spacing:3px;
    margin-bottom: 27px;
}
.icon-product-name{
    display: inline-block;
    width:53px;
    height:36px;
    /*background: url(/themes/simpleboot3/public/assets/images/newDesign/icon-product-name.png) no-repeat left top/100%;*/
    margin-right:17px;
    vertical-align: middle;
    border: 1px dashed transparent;
}


/*公司新闻*/
.main-news-title {
    font-size:24px;
    /*font-family: SimHei;*/
    font-weight:bold;
    color:#292929;
    line-height:42px;
    margin-bottom: 20px;
}
.news-cn{
    font-size:24px;
    /*font-family: SimHei;*/
    font-weight:bold;
    color:#262626;
    line-height:42px;
    margin-bottom: 10px;
}
.news-en{
    font-size:18px;
    font-family:SourceHanSansCN-Medium, SourceHanSansCN;;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:27px;
    letter-spacing:6px;
    margin-bottom:75px;
}
.news-item{
    margin-bottom: 20px;
    font-family:SourceHanSansCN-Medium, SourceHanSansCN;
    border-right-style:solid;
    border-right-color:#9F9F9F;
    border-width:1px;
}
.news-list li:nth-child(3n) {
    border-right:none;
}
.news-item .news-title{
    font-size:20px;
    font-weight:500;
    color:#404040;
    /*line-height:20px;*/
    position: relative;
    z-index: 2;
    border-bottom: 2px solid transparent;
}
.news-item .news-title-index{
    height: 115px;
    font-size:20px;
    font-weight:bold;
    color:#373737;
    line-height:30px;
    position: relative;
    z-index: 2;
    border-bottom: 2px solid transparent;
}
.news-item .news-title:after{
    position: absolute;
    left:0;
    bottom:-2px;
    width:38px;
    height:2px;
    background:rgba(191,191,191,1);
    content:'';
    z-index: -1;
}
.news-item .news-time{
    display: block;
    font-size:13px;
    color:#373737;
    line-height:26px;
    margin:8px 0 10px 0;
}

.news-item .news-time .vertical-bar {
    float: left; /*左漂浮*/
    width: 3px;
    height: 12px;
    background: #0046dc;
    margin: 7px 5px 0 0;
}


.news-item .news-remark{
    font-size:15px;
    font-weight:400;
    color:#373737;
    line-height:28px;
    min-height:84px;
    margin-bottom:30px;
}
.news-item .news-pic{
    display: inline-block;
    width: 100%;
    border:0px dashed rgba(191,191,191,1);
    position: relative;
    overflow: hidden;
}
.news-item .index-news img{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.news-item .news-pic img{
    width: 100%;
    height:auto;
}
.news-item:hover{
    cursor: pointer;
}
.news-item:hover .news-shade{
    opacity: 1;
}
.news-item:hover .index-news img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.news-item:hover .news-title{
    border-bottom: 2px solid #1676FF;
    color:#1676FF;
}
.news-item:hover .news-time{
    color:#7F7F7F;
}
.news-item:hover .news-remark{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color:#373737;
}
.news-btn-more{
    margin:48px auto 0px;;
    width:100px;
    height:36px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(0,0,0,0.3);
    font-size:18px;
    color:#7F7F7F;
    text-align: center;
    line-height: 36px;
}
.news-btn-more:hover {
    color: #0046dc;
}

/*视频部分*/
.company-video{
    width: 100%;
    position:relative;
    margin: 50px 0;
}
.company-video-img{
    width:100%;
    background: url(../image/company-video.png) no-repeat top center/100% 100%;
    height: 935px;
}
.company-video-suspend{
    width:117px;
    height:117px;
    background: url(../image/company-video-suspend.png) no-repeat top left/100% 100%;
    position: absolute;
    left:50%;
    margin-left:-58px;
    top:273px;
}
.company-video:hover,.company-video:hover .company-video-suspend{
    border:1px dashed #7b7b7b;
}
.company-video-play{
    width:213px;
    height:80px;
    background:rgba(255,255,255,0.1);
    border:1px solid rgba(255,255,255,1);
    position: absolute;
    left:50%;
    margin-left:-106px;
    bottom:270px;
    font-size:35px;
    color:rgba(255,255,255,1);
    line-height:80px;
    letter-spacing:2px;
    text-align: center;
}

/*页面底部footer*/
.footer{
    background: #252831;
    /*background: url(/themes/simpleboot3/public/assets/images/newDesign/footerBg.png) no-repeat bottom center/100% 100%;*/
    /*border-top:1px dashed rgba(0,0,0,0.2);*/
}
@media (min-width: 768px) {
    .ft_top_1{
        padding: 10px 0 0px 0;
        background-color: transparent !important;
        border-bottom: 1px solid rgba(151,151,151,0.25);
        width: 1300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ft_content {
        position: relative;
        text-align: center;
    }
    .copyright img{
        width: 12%;
        margin-right: 10px;
    }

}

@media (max-width: 767px) {
    .ft_top_1{
        padding: 10px 0 0px 0;
        background-color: transparent !important;
        border-bottom: 1px solid rgba(151,151,151,0.25);
        /*width: 1300px;*/
    }
    .copyright img{
        width: 94%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .row {
        margin: 0;
    }
}

.contact-info{
    margin-top: 15px;
}
.ft_btm{
    /*border-top: 1px solid rgba(151,151,151,0.25);*/
    padding-bottom: 50px;
    /*background-color: transparent !important;*/
}
.ft_content dl dt{
    font-size:16px;
    /*font-family: SimHei;*/
    font-weight:normal;
    color: #fff;
    line-height:50px;
}
.ft_content li:nth-child(2){
  border-left: 1px solid rgba(0,0,0,0.2);
}
.aboutmark p {
    font-size:17px;
    /*font-family: SimHei;*/
    font-weight:500;
    color:#373737;
    line-height:27px;
}
.ft_content dl dd{
    font-size:16px;
    font-weight:400;
    color:rgba(0,0,0,0.7);
    line-height:32px;
    /*display: inline-block;*/
}
.ft_content dl dd a {
    font-size: 14px;
    /*font-family: SimHei;*/
    font-weight: normal;
    color: rgba(255,255,255,0.85);
    line-height: 30px;
    padding-right: 10px;
    /*border-right:2px solid rgba(0,0,0,0.4);*/
}
.ft_content dl dd:last-child a{
    padding-right:0 ;
    border-right:none;
}
.dl_right{
    /*margin-bottom: 80px;*/
}
.copyright{
    font-size:14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    color: #ffffff;
    line-height:24px;
    letter-spacing: 0.5px;
}
.copyright span {
    padding-right: 22px;
}
.copyright a {
    color: #fff;
}

/*新闻列表页面*/
.news-item:hover .news-title{
    border:2px solid transparent;
}
.news-item:hover .news-item-content:after{
    background: rgba(22,118,255,1);
}
.news-item-content:after{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: rgba(22,118,255,0);
}
.news-item-content .news-time{
    margin:16px 0 16px 25px;
}
.news-item-content .news-title{
    display: inline-block;
    margin:0 0 0px 25px;
}
.news-item-content .news-title:after,.news-item-content:hover .news-title:after{
    display: none;
}
.news-item-content .news-remark{
    padding:0 30px 34px 25px;
    margin:0;
}
.company-list li:nth-child(odd) .news-item-content .news-remark{
    padding:0 30px 32px 25px;
}
.news-shade{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.icon-point{
    position: absolute;
    top:50%;
    margin-top:-24px;
    margin-left:-24px;
    left:50%;
    width: 48px;
    height:48px;
    /*background: url(/themes/simpleboot3/public/assets/images/newDesign/icon-point.png) no-repeat top left/100% 100%;*/
    /*border:0px dashed #7b7b7b;*/
}


.company-news-item{
    /*width:550px;*/
    float: left;
    margin-bottom:24px;
    background:#FFFFFF;
    border-radius: 4px;
}
.company-news-item:nth-child(odd){
    /*margin-right:20px;*/
}
.recommend-img{
    text-align: center;
    padding-top: 15px;
    /*display: inline-block;*/
    /*width: 550px;*/
    /*height: 275px;*/
    /*border:1px dashed #000;*/
}
.recommend-img img{
    width: 383px;
    /*height: 222px;*/
    border:none;
    border-radius: 0.3rem;
}

.img-hover:hover img{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.img-hover img{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.recommend-con{
    width: 430px;
    height: 107px;
    background:#FFFFFF;
    padding: 10px 0px 19px 0px;
    border-radius: 4px;
}
.recommend-time{
    display: inline-block;
    width: 62px;
    height: 56px;
    padding: 2px 7px 10px 10px;
    font-size: 16px;
    color: rgba(176,176,176,0.7);
    border: 2px solid rgba(176,176,176,0.3);
    margin-left: 20px;
    margin-right: 3px;
}
.recommend-year{
    font-size:17px;
}
.recommend-news{
    display: inline-block;
    vertical-align: top;
    width:320px;
}
.company-title{
    min-height: 70px;
    font-size:20px;
    color: #373737;
    /*margin-bottom:16px;*/
    position: relative;
    z-index: 2;
    border-bottom: 2px solid transparent;
}

.news-list-top-info {
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-size: 14px;
    color: #373737;
    line-height: 20px;
    height: 68px;
    overflow: hidden;
    /*padding-top: 10px;*/
}

.company-con{
    /*font-size:12px;*/
    color:rgba(0,0,0,0.85);
}
.company-news-img{
    float: left;
    width:226px;
    /*height:220px;*/
    /*border:1px dashed #000;*/
}
.company-news-img img{
    border-radius: 2.5rem;
    padding: 18px;
    width:100%;
    height:auto;
    border:none;
}
.company-news-img:hover img{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.company-news-img img{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.company-border-radius {
    border-radius: 0.5rem;
    overflow: hidden;
}

.company-news-title{
    font-size: 20px;
    color: #373737;
}

.company-news-con{
    display: none;
    font-size:16px;
    color:rgba(0,0,0,0.6);
    margin-bottom:10px;
}
.company-news-time{
    display: flex;
    margin-top: auto;
    font-size:16px;
    line-height: 18px;
    padding-top:8px;
    border-top: 1px solid #dcdfe6;
    color:#373737;
    font-weight: 400;
}


.company-logo {
    height: 1.875rem;
    width: 6rem;
    background-image: url(http://192.168.202.34:8080/themes/simpleboot3/public/assets/images/newDesign/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.next-icon {
    display: block;
    font-size: 14px;
    color: #606266;
    transition: color .15s linear;
    font-weight: bold;
    line-height: 1.4;
}

.content{
    /*width: 1421px;*/
    min-height: 500px;
    margin:40px auto;
}
.item-left .company-news-conWrap{
    display: flex;
    flex: 1;
    flex-direction: column;
    /*float: left;*/
    width: 430px;
    height: 176px;
    padding: 20px 20px 20px 20px;
    background:#FFFFFF;
    border-radius: 4px;
}
.item-right .company-news-conWrap{
    display: flex;
    flex: 1;
    flex-direction: column;
    /*float: left;*/
    width: 430px;
    height: 176px;
    padding: 20px 20px 20px 5px;
    background:#FFFFFF;
    border-radius: 4px;
}
.recommend-item {
    margin-right: 30px;
}

.item-left {
    width: 430px;
    margin-right: 30px;
}

.item-right {
}

.news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-title_p1 {
    /*height: 56px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 14px;
}

.news-title_p1:hover{
    --p: 100%;
    color: #0046dc;
}
.news-title_p2 {
    font-size: 14px;
    color: #373737;
    line-height: 20px;
    height: 38px;
    overflow: hidden;
    padding-top: 0px;
}

/**
联系我们
 */
.page-title {
    margin-top: 30px;
    margin-bottom: 20px;
}
.contact-info h4 {
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-size: 18px;
    font-weight: bold;
    color:#0046dc;
    margin-top: 20px;
}
.contact-info p  {
    /*width: 85%;*/
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-size: 14px;
    color:#fff;
}
.container-foot-divider {
    margin-bottom: 32px;
    border: 0;
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
}
/**
page
 */
.nav-right {
    width: 16px;
    height: 12px;
    margin: 4px 5px 5px;
}
.nav-crumb {
    /*box-shadow: 5px 3px 6px rgba(137,137,137,0.2);*/
    width: 100%;
    height: 60px;
    background: url(../image/nav_bg.jpg) bottom center/100% 100%;
}
.nav-crumb-position{
    font-size:14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight:bold;
    padding-top:20px;
}
.nav-crumb-position-font{
    width:100px;
    height:20px;
    color: rgba(0, 0, 0, 0.55);
    line-height:30px;
    margin-left:-5px;
}
.nav-crumb-position-font-2 {
    width:80px;
    height:20px;
    color: #0047DC;
    line-height:30px;
}

#article_content p {
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-size: 16px;
    color: #373737;
    margin: 0 0 16px;
    line-height: 1.75em;
}

#article_content ul.list-paddingleft-2{
    margin-left: 60px;
}


.el-menu-item a {
    color: #373737;
}
.is-active a{
    color: #ffffff;
}
/**
文章
 */
.article-box-title{
    display: inline-block;
}

.article-title {
    text-align: center;
    /**height: 30px;*/
    font-size: 36px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: 1.2em;
    margin-top: 50px;
    margin-bottom: 30px;
}
@media screen and ( max-width: 430px ) {
    .company-news-item,.item-left {
        width: calc(100% - 20px);
        margin: 0 10px 24px;
    }
    .company-news-item .company-news-conWrap {
        width: 100%;
        display: flex;
        flex: 1;
        flex-direction: column;
        /*float: left;*/
        width: 430px;
        height: 176px;
        padding: 20px 20px 20px 20px;
        background:#FFFFFF;
    }
    .company-news-item .recommend-con {
        width: 100%;
    }
    .company-news-item .recommend-news {
        width: calc(100% - 120px);
    }
    .company-news-item .news-list-top-info {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: auto;
    }
}

@media screen and ( max-width: 430px ) {
    .company-news-item,.item-left {
        width: calc(100% - 20px);
        margin: 0 10px 24px;
    }
    .company-news-item .company-news-conWrap {
        width: 100%;
    }
    .company-news-item .recommend-con {
        width: 100%;
    }
    .company-news-item .recommend-news {
        width: calc(100% - 120px);
    }
    .company-news-item .news-list-top-info {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: auto;
    }
}

@media (max-width: 767px) {
    .article-title {
        text-align: center;
        /**height: 30px;*/
        font-size: 25px;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 600;
        color: rgba(0, 0, 0, 1);
        line-height: 1.2em;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .relation-comy-left {
        background-image: url("../image/stock_left.png");
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media (min-width: 768px) {
    .relation-comy-left {
        background: url(../image/stock_left.png)  center center / cover;
        height: 302px;
    }
}
.stock-up {
    width: 18px;
    height: 24px;
    display: inline-block;
    background: url(../image/up.png);
    vertical-align: text-top;
}

.stock-down {
    width: 18px;
    height: 24px;
    display: inline-block;
    background: url(../image/down.png);
    vertical-align: text-top;
}

@font-face {
    font-family: alibaba;
    src: url("https://www.ihicon.com/themes/simpleboot3/public/assets/font/Alibaba-PuHuiTi-Light.otf");
}

@font-face {
    font-family: AliHYH;
    src: url("https://www.ihicon.com/themes/simpleboot3/public/assets/font/AliHYAiHei.ttf");
}

@font-face {
    font-family: SourceHanSansCN;
    src: url("https://www.ihicon.com/themes/simpleboot3/public/assets/font/SourceHanSansCN-Normal.otf");
}

/*@font-face {*/
/*    font-family: SourceHanSansCN-Medium;*/
/*    src: url("../font/Source Han Sans CN Medium.otf");*/
/*}*/
