/*集团简介*/
.page-cont{
    padding-top: 80px;
}
.page-title-1{
    text-align: center;
}
.page-title-1 h3{
    font-size: 40px;
    line-height: 1;
    color: #0075c1;
}
.page-title-1 .title-bar{
    width: 100px;
    height: 1px;
    background-color: #ddd;
    margin: 40px auto 0;
}
.page-title-1 .sub{
    margin-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 14px;
    line-height: 34px;
    color: #808080;
}
.page-title-1 .more-link{
    display: block;
    margin: 50px auto 0;
    width: 256px;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    border-radius: 56px;
    color: #0075c1;
    border:1px solid #e5e5e5;
}

.page-intro{
    padding-bottom: 190px;
}
.page-intro .show-img{
    margin-top: 50px;
}
.page-intro .show-img img{
    width: 100%;
    height: auto;
}
.page-intro .intro-txt{
    margin-top: 70px;
}
.page-intro .intro-txt .tt{
    font-size: 28px;
    line-height: 48px;
}
.page-intro .intro-txt .ubb{
    margin-top: 25px;
    padding: 40px 40px;
    border-top: 1px solid #e5e5e5;
}

/*联系我们*/
.page-map{
    padding-bottom: 120px;
}
.page-map .contact-info{
    margin-top: 48px;
}
.page-map .box-info{
    width: 560px;
    padding: 73px 80px 97px 80px;
    box-sizing: border-box;
    color: #fff;
    background-color: #0075c1;
}
.page-map .box-info a{
    color: inherit;
}
.page-map .box-info .p1{
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #2286c6;
}
.page-map .box-info .p2{
    padding-top: 38px;
    padding-bottom: 38px;
}
.page-map .box-info .p2 .tt{
    font-size: 28px;
    line-height: 32px;
}
.page-map .box-info .p2 .contact-list{
    margin-top: 18px;
}
.page-map .box-info .p2 .contact-list .icon_bg{
    background-position-x: -80px; 
}
.page-map .box-info .p3 img{
    width: 120px;
    height: 120px;
}
.page-map .box-info .p3 .txt{
    padding: 30px 0 30px 20px;
    font-size: 14px;
    line-height: 30px;
    color: #cbdcee;
}
.page-map .box-map{
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-left: 0;
}
/*旅文+*/
.page-tc-plus{
    padding-bottom: 112px;
}
.page-tc-plus .list-box{
    margin-top: 50px;
}
.page-tc-plus .list-box li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 8px 8px 0;
}
.page-tc-plus .list-box a{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 66.5%;
}
.page-tc-plus .list-box .ab-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-tc-plus .list-box .ab-box.img{
    z-index: 2;
    background-size: cover;
    background-position: center;
}
.page-tc-plus .list-box .ab-box.shadow{
    z-index: 10;
    background: url(../img/black20.png) repeat;
    transition: opacity 0.2s ease;
}
.page-tc-plus .list-box .tag-brand{
    z-index: 11;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 156px;
    background-color: #399e36;
}
.page-tc-plus .tag-brand .p1 img{
    vertical-align: top;
    height: 128px;
    width: 156px;
}
.page-tc-plus .tag-brand .p-border{
    margin: 0 auto;
    width: 60px;
    height: 1px;
    background-color: #fff;
}
.page-tc-plus .tag-brand .p2{
    padding: 20px 10px;
    min-height: 70px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    color: #fff;
}
.page-tc-plus .list-box a:hover .ab-box.shadow{
    opacity: 0;
}
/*旅文+详细*/
.wrap-ubb{
    padding-bottom: 100px;
    border-bottom: 1px solid #e5e5e5;
}
.top-abstract{
    background-color: #0075c1;
}
.page-tc-detail {
    padding-bottom: 150px;
}
.page-tc-detail .top-abstract{
    position: relative;
    padding-left: 365px;
    min-height: 300px;
} 
.page-tc-detail .box-logo{
    position: absolute;
    top: 0;
    left: 0;
    width: 365px;
    height: 300px;
}
.page-tc-detail .box-logo img{
    height: 100%;
    width: 100%;
}
.page-tc-detail .box-txt{
    padding: 40px 50px 48px;
    box-sizing: border-box;
    color: #fff
}
.page-tc-detail .box-txt .p1{
    font-size: 32px;
    line-height: 52px;
}
.page-tc-detail .box-txt .p2{
    margin-top: 12px;
    font-size: 14px;
    line-height: 30px;
}
.page-tc-detail .box-txt .p3 {
    margin-top: 15px;
    display: inline-block;
    width: 160px;
    line-height: 46px;
    font-size: 16px;
    color: #0075c1;
    text-align: center;
    background-color: #fff;
    border-radius: 23px;
    font-weight: 700;
}
.page-tc-detail .wrap-ubb{
    margin-top: 20px;
}

.article-link {
    padding-top: 40px;
}
.article-link a {
    margin-top: 12px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.article-link a:hover{
    color: #0075c1;
}
.article-link .back-list{
    font-weight: bold;
}
.article-link .back-list i {
    margin-right: 6px;
    width: 14px;
    height: 14px;
    background-position: -60px 0;
}
/*党建*/

.page-party{
    padding-bottom: 120px;
}
.page-party .news_list1{
    margin-top: 49px;
}
/*列表1*/
.news_list1 li{
    margin-top: 40px;
    background-color: #fff
}
.news_list1 li:first-child{
    margin-top: 0;
}
.news_list1 a{
    display: block;
    position: relative;
    padding-left: 468px;
    height: 312px;
}
.news_list1 .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 468px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.news_list1 .txt{
    border: 1px solid #e5e5e5;
    border-left: 0;
    padding: 45px 70px 32px 50px;
    height: 100%;
    box-sizing: border-box;
}
.news_list1 .p-tt{
    font-size: 24px;
    color: #333;
}
.news_list1 .p-tt:hover{
    color: #0075c1;
}
.news_list1 .p-time{
    margin-top: 7px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
}
.news_list1 .p-ubb{
    margin-top: 15px;
    height: 84px;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.news_list1 .more-link{
    margin-top: 20px;
    display: block;
    width: 100px;
    text-align: center;
    color: #0075c1;
    font-size: 16px;
    line-height: 38px;
    border-radius: 40px;
    border:1px solid #ddd;
}
.news_list1 .more-link:hover{
    background-color: #fbfbfb;
}
/*投资*/
.news_list2 li{
    float: left;
    vertical-align: top;
    padding: 0 21px 42px;
}
.news_list2 a{
    display: block;
    width: 532px;
    background-color: #fff;
}
.news_list2 .img{
    height: 350px;
    background-size: cover;
    background-position: center;
}
.news_list2 .txt {
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 30px 30px 22px;
    text-align: left;
}
.news_list2 .txt .p1{
    position: relative;
    padding-left: 18px;
    font-size: 24px;
    line-height: 32px;
    color: #333;
}
.news_list2 .txt .p1:before{
    position: absolute;
    margin-top: -11px;
    top: 50%;
    left: 0;
    content: '';
    width: 4px;
    height: 22px;
    background-color: #0075c1;
}
.news_list2 .txt .p2{
    margin-top: 6px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.page-invest {
    padding-bottom: 78px;
    text-align: center;
}
.page-invest .news_list2{
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    box-sizing: border-box;
}

/*新闻列表*/
.tab-link1 {
    font-size: 0;
    text-align: center;
}
.tab-link1 a{
    margin: 0 6px;
    vertical-align: top;
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    background-color: #fff;
    border-radius: 36px;
    border: 1px solid #e5e5e5;
}
.tab-link1 .active{
    color: #fff;
    background-color: #0075c1;
}

.news_list3 li{
    float: left;
    padding: 0 30px 40px;
}
.news_list3 li a{
    display: block;
    width: 375px;
}
.news_list3 .img{
    height: 250px;
    background-size: cover;
    background-position: center;
}
.news_list3 .txt{
    padding: 24px 0 40px; 
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.news_list3 .txt .p1{
    font-size: 24px;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    color: #333;
}
.news_list3 .txt .p2{
    margin-top: 14px;
    font-size: 14px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #666;
}
.news_list3 .txt .p3{
    margin-top: 20px;
}
.news_list3 .p3 .date{
    font-size: 14px;
    line-height: 40px;
    color: #333;
}
.news_list3 .p3 .date .d{
    font-size: 24px;
}
.news_list3 .p3 .more-link{
    display: block;
    width: 100px;
    text-align: center;
    color: #0075c1;
    font-size: 16px;
    line-height: 38px;
    border-radius: 40px;
    border:1px solid #ddd;
}
.news_list3 .p3 .more-link:hover{
    background-color: #fbfbfb;
}

.page-news {
    padding-bottom: 80px;
    text-align: center;
}
.page-news .tab-link1{
    margin-top: 30px;
}
.page-news .news_list3{
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}
/*新闻详细*/
.page-news-detail,.page-intro{
    margin: 30px auto 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    border: 1px solid #e5e5e5;
    width: 1100px!important;
}
.page-news-detail .article-link{
    padding: 40px 40px 0;
}
.page-news-detail .news-title{
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.page-news-detail .news-title .p1{
    font-size: 32px;
    line-height: 52px;
    color: #333;
}
.page-news-detail .news-title .p2{
    margin-top: 10px;
    font-size: 14px;
    line-height: 34px;
    color: #808080;
}
.page-news-detail .news-title .p2 span{
    margin: 0 10px;
}
.page-news-detail .wrap-ubb{
    padding: 40px 40px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

/*集团产业*/

.odd-even-list1 li{
    margin-top: 40px;
}
.odd-even-list1 li:first-child{
    margin-top: 0;
}
.odd-even-list1 a{
    display: block;
    position: relative;
    background-color: #fff;
}
.odd-even-list1 .txt{
    top: 0;
    position: absolute;
    padding: 143px 95px 0 100px;
    height: 100%;
    width: 680px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.odd-even-list1 .txt .p1{
    font-size: 30px;
    line-height: 40px;
    color: #333;
}
.odd-even-list1 .txt .p2{
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 6px;
    color: #0075c1
}
.odd-even-list1 .txt .p3{
    margin-top: 55px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.odd-even-list1 .txt .more-link{
    margin-top: 53px;
    display: block;
    width: 100px;
    text-align: center;
    color: #0075c1;
    font-size: 16px;
    line-height: 38px;
    border-radius: 40px;
    border:1px solid #ddd;
}
.odd-even-list1 .li-even a{
    padding-left: 680px;
}
.odd-even-list1 .li-odd a{
    padding-right: 680px;
}
.odd-even-list1 .li-even .txt{
    left: 0;
    border-right: 0;
}
.odd-even-list1 .li-odd .txt{
    right: 0;
    border-left: 0;
}
.odd-even-list1 .img{
    height: 640px;
    background-size: cover;
    background-position: center;
}
.page-property{
    padding-bottom: 120px;
}
.page-property .odd-even-list1 {
    margin-top: 50px;
}

/*产业详细*/
.page-property-detail {
    padding-bottom: 150px;
}
.page-property-detail .top-abstract{
    position: relative;
    padding-right: 401px;
    height: 300px;
}
.page-property-detail .top-info{
    top: 0;
    right: 0;
    padding: 50px 20px 50px 0;
    box-sizing: border-box;
    width: 401px;
    position: absolute;
}
.page-property-detail .top-info #scrollbar1{
    position: relative;
}
.page-property-detail .top-info #scrollbar1 .viewport{
    margin-right: 30px;
    height: 200px;
}
.page-property-detail .top-info .scrollbar{
    right: 0;
}
.page-property-detail .top-info ul{
    border-left: 1px solid #3391cd;
    padding-left: 50px;
}
.page-property-detail .top-info li{
    position: relative;
    padding: 5px 0 5px 85px;
    height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
    color: #b9d0e8;
}
.page-property-detail .top-info .icon_bg{
    position: absolute;
    left: 0;
    top: 18px;
    width: 5px;
    height: 5px;
    background-position: 0 -60px;
}
.page-property-detail .top-info .tt{
    position: absolute;
    padding-left: 15px;
    top: 5px;
    left: 0;
    font-weight: bold;
}

.page-property-detail .top-txt{
    padding: 50px 50px 0;
    color: #fff 
}
.page-property-detail .top-txt .p1{
    font-size: 32px;
    line-height: 1;
    white-space: nowrap;
}
.page-property-detail .top-txt .p1 a{
    float: right;
    width: 160px;
    line-height: 46px;
    font-size: 16px;
    color: #0075c1;
    text-align: center;
    background-color: #fff;
    border-radius: 23px;
    font-weight: 700;
}
.page-property-detail .top-txt .p2{
    margin-top: 24px;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    letter-spacing: 6px;
    line-height: 1;
}
.page-property-detail .top-txt .p2:before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 6px;
    width: 26px;
    background-color: #f7af00;
}
.page-property-detail .top-txt .p3{
    margin-top: 32px;
    font-size: 14px;
    line-height: 30px;
    max-height: 90px;
    overflow: hidden;
}

.page-property-detail .wrap-ubb{
    margin-top: 20px;
}

/*工作/招聘*/

.job-wrap{
    margin-top: 80px;
    position: relative;
    padding-left: 330px;
}
.job-search{
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    background-color: #0075c1;
    color: #fff;
}
.job-search .layui-input,
.job-search .layui-select{
    border-radius: 0;
}
.job-search .box-1{
    padding: 30px 28px;
}
.job-search .box-1 .form-item{
    margin-top: 10px;
}
.job-search .box-1 .tt{
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}
.job-search .box-1 .subbtn {
    margin-top: 20px;
}
.job-search .box-1 .subbtn button{
    height: 40px;
    width: 120px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #f6ab00;
}
.job-search .box-1 .input-p{
    color: #333;
}
.job-search .box-2{
    padding: 30px 28px 23px;
    border-top: 1px solid #3391cd;
}
.job-search .p1{
    font-size: 22px;
    line-height: 24px;
}
.job-search .box-2 ul{
    margin-top: 14px;
    padding-bottom: 10px;
}
.job-search .box-2 li{
    position: relative;
    padding: 6px 0 6px 35px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.job-search .box-2 .icon_bg{
    position: absolute;
    left: 0;
    top: 6px;
    width: 24px;
    height: 24px;
}
.job-search .box-2 .icon_bg.tele{
    background-position: -100px 0;
}
.job-search .box-2 .icon_bg.mail{
    background-position: -100px -40px;
}
.job-search .box-2 .icon_bg.addr{
    background-position: -100px -80px;
}
.job-search .box-2 .p3{
    border-top: 1px dashed #5897ce;
    padding-top: 11px;
    font-size: 14px;
    line-height: 32px;
    color: #b8cfe7;
}

.job-list .li {
    margin-top: 40px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    background: #fff;
    padding-bottom: 20px;
}
.job-list .li:first-child{
    margin-top: 0;
}

.job-list .d-1 {
    padding: 25px;
    background-color: #fafafa
}

.job-list .d-1 .d1 {
    padding-bottom: 4px;
}

.job-list .d-1 .d1 h3 {
    width: 530px;
    font-size: 22px;
    font-weight: bold;
    color: #666;
}

.job-list .d-1 .d1 .date {
    color: #666;
    padding-top: 6px;
}

.job-list .d-1 .d2 .s1 {
    font-size: 24px;
    font-weight: bold;
    color: #0075c1;
    display: inline-block;
    vertical-align: middle;
}

.job-list .d-1 .d2 .s2 {
    color: #666;
    padding-left: 7px;
    display: inline-block;
    vertical-align: middle;
}

.job-list .d-1 .d3 {
    padding-top: 5px;
}

.job-list .d-1 .d3 span {
    padding-right: 50px;
    color: #666;
}

.job-list .d-1 .d3 span em {
    color: #333;
    font-weight: bold;
}

.job-list .d-2 {
    padding: 0 25px;
    max-height: 120px;
    overflow: hidden;
}

.job-list .d-2 .box {
    padding-top: 25px;
}

.job-list .d-2 .box .tit {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.job-list .d-2 .box .txt {
    padding-top: 10px;
    padding-left: 18px;
    color: #333;
}

.job-list .d-2 .box .txt li {
    line-height: 30px;
    list-style: decimal;
}

.job-list .d-trigger {
    font-size: 14px;
    line-height: 30px;
    padding: 20px 25px 0;
    color: #0075c1;
}

.job-list .d-trigger span {
    cursor: pointer;
}

.job-list .d-trigger .btn-close {
    display: none;
}

.job-list .open .d-2 {
    max-height: unset;
}

.job-list .open .d-trigger .btn-close {
    display: inline;
}

.job-list .open .d-trigger .btn-open {
    display: none;
}

.page-job{
    padding-bottom: 120px;
}


/*集团介绍*/
.page-about{
    padding-bottom: 120px;
}
.page-about .wrap-1{
    margin-top: 120px;
}
.page-about .wrap-1 .box{
    position: relative;
    width: 50%;
    height: 600px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 152px;
    box-sizing: border-box;
}
.page-about .wrap-1 .box-l{
    padding-left: 13%;
}
.page-about .wrap-1 .box-r{
    padding-right: 13%;
}
.page-about .wrap-1 .box-l:before,
.page-about .wrap-1 .box-r:before{
    content: '';
    position: absolute;
    top: 222px;
    width: 76%;
    height: 1px;
    background: url(../img/white20.png) repeat;
}
.page-about .wrap-1 .box-l:before{
    left: 26%;
}
.page-about .wrap-1 .box-r:before{
    right: 26%;
}
.page-about .wrap-1 .txt{
    width: 400px;
    padding-right: 5px;
}
.page-about .wrap-1 .p1{
    font-size: 40px;
    line-height: 42px;
}
.page-about .wrap-1 .p2{
    margin-top: 52px;
    font-size: 14px;
    line-height: 30px;
}
.page-about .wrap-1 .more-link{
    margin-top: 42px;
    display: block;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    border-radius: 40px;
    border:1px solid #fff;
}
.page-about .wrap-1 .box-r .txt{
    float: right;
}

.page-about .wrap-2{
    position: relative;
    margin-top: 120px;
    height: 700px;
    background-size: cover;
    background-position: center;
}
.page-about .time-line{
    position: relative;
    z-index: 2;
    padding-top: 115px;
    text-align: center;
    font-size: 0;
}
.page-about .time-line .list{
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.page-about .time-line .list:before{
    content: '';
    position: absolute;
    top: 49.5px;
    left: 2%;
    width: 96%;
    height: 1px;
    background: url(../img/white20.png) repeat;
}
.page-about .time-line .time-item{
    float: left;
    position: relative;
    z-index: 10;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-left: 145px;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    font-size: 24px;
    background-color: #0075c1;
    cursor: pointer;
    transition: all 200ms ease-in;
}
.page-about .time-line .time-item:first-child{
    margin-left: 0;
}
.page-about .time-line .time-item:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #0075c1;
    box-sizing: border-box;
    transition: all 200ms ease-in;
}
.page-about .time-line .time-item.active{
    z-index: 9;
    color: #0075c1;
    background-color: #fff;
    transform-origin: center;
    font-size: 30px;
    transform: scale(1.1);
}
.page-about .time-line .time-item.active:after{
    border-color: #fff;
    transform: scale(1.5);
}
.page-about .show-txt{
    position: relative;
    z-index: 2;
    margin-top: 135px;
    text-align: center;
    color: #fff;
}
.page-about .show-txt .p1{
    font-size: 40px;
    line-height: 1;
}
.page-about .show-txt .p-border{
    width: 100px;
    height: 2px;
    margin: 40px auto 0;
    background-color: #fff;
}
.page-about .txt-list{
    position: relative;
    margin-top: 30px;
    padding: 0 23%;
}
.page-about .txt-list .list-wrap{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 108px;
}
.page-about .txt-list .txt-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 108px;
    display: none;
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    color: #fff;
}
.page-about .txt-list .list-btn{
    position: absolute;
    top: 10px;
    width: 30px;
    height: 59px;
    cursor: pointer;
    background-position-y: -80px;
}
.page-about .txt-list .list-btn.prev-btn{
    left: 10.1%;
}
.page-about .txt-list .list-btn.next-btn{
    right: 10.1%;
    background-position-x: -40px;
}

.page-about .wrap-3{
    margin-top: 120px;
}
.page-about .wrap-3 .box{
    display: block;
    width: 50%;
    height: 400px;
    text-align: center;
    background-position: center;
    background-size: cover;
}
.page-about .wrap-3 .icon_bg{
    width: 82px;
    height: 82px;
    background-position-x: -140px; 
}
.page-about .wrap-3 .icon_bg.video{
    background-position-y: 0;
}
.page-about .wrap-3 .icon_bg.page{
    background-position-y: -100px;
}
.page-about .wrap-3 .p1{
    margin-top: 135px;
}
.page-about .wrap-3 .p2{
    margin-top: 25px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
}

/*发展历程*/

.page-history{
    padding-bottom: 80px;
}
.history-list{
    margin-top: 70px;
}
.history-list li{
    position: relative;
    padding-left: 274px;
    padding-bottom: 40px;
    min-height: 80px;
}
.history-list .box-time{
    position: absolute;
    left: 0;
    top: 0;
    width: 274px;
    height: 100%;
}
.history-list .box-time .logo-i{
    vertical-align: top;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(../img/logo_item.png);
}
.history-list .box-time p{
    position: relative;
    z-index: 3;
    font-size: 56px;
    line-height: 80px;
    font-weight: bold;
    font-style: italic;
    color: #666;
}
.history-list .box-time span{
    margin-left: 28px;
}
.history-list li:first-child .box-time p{
    color: #0075c1;
}
.history-list .box-time:before{
    position: absolute;
    content: '';
    top: 40px;
    bottom: 0;
    left: 38px;
    width: 4px;
    background-color: #e5e5e5;
}
.history-list .start .box-time:before{
    content: none;
}
.history-list .box-txt{
    position: relative;
    padding: 0 40px;
    margin-left: 37px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.history-list .box-txt:before{
    position: absolute;
    z-index: 3;
    content: '';
    top: 16px;
    left: -38px;
    width: 47px;
    height: 46px;
    background: url(../img/icon.png) 0 -140px no-repeat;
}
.history-list .box-txt:after{
    position: absolute;
    z-index: 4;
    content: '';
    left: 0;
    top: 16px;
    width: 10px;
    height: 46px;
    background: #fff;
}
.history-list .box-txt .date-p{
    padding: 40px 0 33px;
    border-top: 1px dashed #ddd;
}
.history-list .box-txt .date-p:first-child{
    border-top: 0;
}
.history-list .box-txt .date-p .p1{
    font-size: 24px;
    line-height: 1;
    color: #333;
}
.history-list .box-txt .date-p .p2{
    margin-top: 16px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
/**/
.note-video-clip{
    margin: 0 auto;
}

.gallery_list{
    padding-top: 50px;
}

.photo_list {
    padding-top: 40px;
    margin: 0 -3px;
}

.photo_list li {
    float: left;
    padding: 0 3px 6px;
}

.photo_list li a {
    display: block;
    width: 396px;
    height: 396px;
}

.photo_show .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.photo_show .arrow-left, .photo_show .arrow-right {

    position: absolute;
    top: 50%;
    left: 38px;
    margin-top: -45px;
    width: 46px;
    height: 89px;
    background: url(../img/icon.png) 0 -200px no-repeat;
}

.photo_show .arrow-right {
    left: auto;
    right: 38px;
    background-position: -60px -200px;
}

.photo_show_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 10;
    padding: 15px 0;
}
.photo_show_title p{
    font-size: 14px;
}

.photo_show_title .s3 {
    margin-left: 7px;
}

.leader ul{
    margin: -10px -30px 0;
}
.leader li {
    margin-top: 60px;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
    height: 312px;
    display: flex;
}

.leader_left {
    width: 208px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.leader_right {
    flex: 1;
    padding: 0 50px 0;
    width: 50%;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    border-left: none;
    position: relative;
}

.leader_right .d1 {
    padding-top: 50px;
    font-size: 28px;
    line-height: 1;
}

.leader_right .d2 {
    line-height: 1;
    font-size-adjust: 16rpx;
}

.leader_right .scrollbar1 {
    margin-top: 30px;
}

.leader_right .scrollbar1 .viewport {
    max-height: 152px;
}

.leader_right .scrollbar1 .scrollbar {
    right: 23px;
}

.leader_right .d3 {
    padding-top: 22px;
    line-height: 30px;
    font-size-adjust: 16px;
}


@media screen and (max-width: 1480px) {
    .odd-even-list1 .li-even a{
        padding-left: 600px;
    }
    .odd-even-list1 .li-odd a{
        padding-right: 600px;
    }
    .odd-even-list1 .txt{
        padding: 143px 55px 0 60px;
        width: 600px;
    }
    .page-map .box-info{
        width: 500px;
        padding: 73px 50px 97px;
    }
}
@media screen and (max-width: 1300px) {
    .page-about .wrap-1 .box-l{
        padding-left: 5%;
    }
    .page-about .wrap-1 .box-l:before{
        left: 10%;
        width: 91%;
    }
    .page-about .wrap-1 .box-r{
        padding-right: 5%;
    }
    .page-about .wrap-1 .box-r:before{
        right: 10%;
        width: 91%;
    }
    .page-about .time-line .time-item{
        margin-left: 100px;
    }
    .page-about .txt-list{
        padding: 0 13%;
    }
    .page-about .txt-list .list-btn.next-btn{
        right: 5.1%;
    }
    .page-about .txt-list .list-btn.prev-btn{
        left: 5.1%;
    }
    .news_list2 a{
        width: 459px;
    }
    .page-tc-plus .list-box .tag-brand{
        top: 15px;
        left: 15px;
    }
}