.home-title {
    position: relative;
    line-height: 1;
    text-align: center;
    padding-bottom: 22px
}

.home-title .cn {
    font-size: 48px;
    color: #0273bd;
    font-weight: 600
}

.home-title .en {
    padding-top: 10px;
    font-size: 24px
}

.home-title::before {
    position: absolute;
    width: 70px;
    height: 3px;
    left: 50%;
    bottom: 0;
    content: " ";
    margin-left: -35px;
    overflow: hidden;
    background-color: #ff8813
}


.home-product-right{
    display: flex;
    justify-content:space-between;
    align-content:space-between;
    flex-wrap: wrap;
}

.home-product-right-item {
    /*width: 356px;*/
    width:48%;
    height: 415px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.home-product-right-item img{
    width:100%;
}

.home-product-right-item>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
    
}

.home-product-right-item .text {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: #0273bd;
    border-radius: 12px 12px 0 0;
    padding:5px 0;
}

.home-product-right-item .text span {
    display: block;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
}

.home-product-right-item .text span:first-child {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

.home-product-right-item .hover-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
    transition: .3s
}

.home-product-right-item>a:hover .hover-bg {
    opacity: .4
}

.home-product-left {
    width: 458px;
    height: 645px;
    border-radius: 8px;
    overflow: hidden
}

.home-product-left>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.home-product-left .text {
    position: absolute;
    left: 0;
    top: 240px;
    z-index: 2;
    width: 100%;
    padding: 0 34px 0 42px;
    color: #fff
}

.home-product-left .text>span {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: left;
    line-height: 1.2
}

.home-product-left .text>span:first-child {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1
}

.home-product-left .link-area {
    position: absolute;
    left: 50%;
    top: 356px;
    z-index: 2;
    margin-left: -109px;
    width: 218px;
    height: 38px;
    line-height: 38px
}

.home-product-left .link-area>span {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #ff8813;
    transition: .3s
}

.home-product-left .link-area>span:first-child {
    background-color: #473a92
}

.home-product-left .link-area>span:hover {
    background-color: #f17f0e
}

.home-product-left .link-area>span:first-child:hover {
    background-color: #3c3080
}

.home-product-left .hover-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .2;
    background-color: #000;
    transition: .3s
}

.home-product-left>a:hover .hover-bg {
    opacity: .4
}

.hone-case {
    overflow: hidden;
    padding-bottom: 60px
}

.hone-case>ul {
    width: 1226px;
    padding-bottom: 16px
}

.hone-case li {
    margin-right: 26px;
    margin-bottom: 20px;
    width: 587px;
    height: 280px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    overflow: hidden;
    float: left
}

.hone-case li>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.hone-case li .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 84px;
    display: none;
    z-index: 2;
    line-height: 1;
    color: #fff;
    font-size: 12px
}

.hone-case li .text>span {
    display: block;
    width: 100%;
    text-align: center
}

.hone-case li .text>span:first-child {
    margin-bottom: 8px;
    font-size: 24px
}

.hone-case li .more {
    position: absolute;
    left: 50%;
    top: 154px;
    display: none;
    z-index: 2;
    margin-left: -39px;
    box-sizing: border-box;
    padding-top: 26px;
    font-size: 18px;
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #ef841c;
    color: #fff;
    text-align: center;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center 48px;
    background-image: url(../../images/pc/icon_arrow.png)
}

.hone-case li .hover-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: .5;
    display: none
}

.hone-case .more-al {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 224px;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: #ff8813;
    transition: .3s
}

.hone-case .more-al:hover {
    background-color: #f17f0e
}

.home-about {
    position: relative;
    background-color: #f4f4f4;
    height: 920px;
    overflow: hidden
}

.home-about>.container {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -600px
}

.home-about-link {
    text-align: center;
    font-size: 0;
    line-height: 1
}

.home-about-link>a,.home-about-link>span {
    position: relative;
    margin: 0 38px;
    font-size: 18px;
    line-height: 1
}

.home-about-link>a::before,.home-about-link>span::before {
    position: absolute;
    left: -38px;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    content: " ";
    background-color: #999;
    overflow: hidden
}

.home-about-link>a:first-child::before,.home-about-link>span:first-child::before {
    width: 0
}

.home-about-link>span {
    position: relative;
    font-size: 24px;
    cursor: pointer
}

.home-about-link>span::before {
    margin-top: -9px;
    height: 18px
}

.home-about-link>span.active {
    color: #ff8813
}

.home-about-link>span.active::after {
    position: absolute;
    margin-left: -27px;
    left: 50%;
    bottom: -6px;
    content: " ";
    width: 60px;
    height: 3px;
    overflow: hidden;
    background-color: #ff8813
}

#home-gsjs-mp4 {
    float: left;
    width: 700px;
    height: 450px;
    background-color: #e5e5e5
}

.home-gsjs-info {
    float: left;
    width: 450px;
    height: 450px;
    padding-top: 46px;
    padding-left: 30px
}

.home-gsjs-info-title {
    font-size: 50px;
    color: #0273bd;
    line-height: 1;
    font-weight: 600;
    display: block
}

.home-gsjs-info-title2 {
    position: relative;
    font-size: 48px;
    line-height: 1.6;
    display: block;
    padding-bottom: 16px
}

.home-gsjs-info-title2::before {
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 210px;
    height: 3px;
    content: " ";
    overflow: hidden;
    background-color: #ff8813
}

.home-gsjs-info-text {
    padding-top: 22px;
    padding-left: 3px;
    line-height: 1.8;
    font-size: 15px
}

.home-gsjs-info>a {
    margin-top: 22px;
    display: block;
    width: 116px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    background-color: #0273bd;
    transition: .3s;
    text-indent: 16px;
    background-repeat: no-repeat;
    background-position: 85px 10px;
    background-image: url(../../images/pc/icon_arrow.png)
}

.home-gsjs-info>a:hover {
    background-color: #3c3080
}

.home-info-data {
    padding-top: 34px
}

.home-info-data>div {
    float: left;
    width: 25%;
    text-align: center
}

.home-info-data>div>span {
    display: block;
    line-height: 1;
    font-size: 24px
}

.home-info-data>div>span:first-child {
    margin-bottom: 8px;
    font-size: 60px;
    color: #ff8813
}

.home-news-item{
    display: none;
}
.home-news-item:first-child{
    display: block;
}

.new-first-page {
    margin-top: 46px
}

.new-first-page .new-first-item {
    width: 1200px;
    height: 350px;
    overflow: hidden;
    background-color: #fff
}

.new-first-page .new-first-item>.img {
    width: 590px;
    height: 100%;
    overflow: hidden;
    font-size: 0
}

.new-first-page .new-first-item>.img>img {
    width: 100%;
    min-height: 100%;
    vertical-align: middle;
    display: inline-block
}

.new-first-page .new-first-item .new-ms {
    position: relative;
    width: 610px;
    height: 100%
}

.new-first-page .new-first-item .new-ms>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 94px 30px 0;
    box-sizing: border-box;
    transition: .3s
}

.new-first-page .new-first-item .new-ms>a:hover {
    color: #505050;
    background-color: #d8d8d8
}

.new-first-page .new-first-item .new-ms .title {
    font-size: 22px;
    font-weight: 700
}

.new-first-page .new-first-item .new-ms .info {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5
}

.new-first-page .new-first-item .new-date-day {
    position: absolute;
    right: 0;
    top: 0;
    width: 118px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #737373;
    color: #fff;
    font-size: 38px
}

.new-first-page .new-first-item .detail-link {
    position: absolute;
    right: 30px;
    bottom: 40px;
    line-height: 30px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #505050;
    padding: 0 14px
}

.new-item-wrap {
    overflow: hidden
}

.new-item-wrap>ul {
    width: 1240px
}

.new-item-wrap li {
    margin-right: 20px;
    margin-top: 20px;
    width: 590px;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1;
    height: 162px;
    overflow: hidden
}

.new-item-wrap li>a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 18px;
    transition: .3s
}

.new-item-wrap li>a:hover {
    background-color: #d8d8d8
}

.new-item-wrap li .title {
    font-size: 17px;
    font-weight: 700
}

.new-item-wrap li .info {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.6
}

.new-item-wrap li .new-date {
    text-align: right;
    font-size: 15px;
    line-height: 1.6
}

.new-item-wrap li>a:hover {
    color: #505050
}

/*# sourceMappingURL=.maps/home.css.map */
