html {
    font-size: 12px;
    overflow-x: hidden;
}
@media (max-width: 1919px) and (min-width: 768px) {
    html {
        zoom: 85%;
    }
    @-ms-viewport { width: 1920px; }
}
body {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 1.6rem;
    color: #000;
    line-height: 1.6;
    background-color: #f7f7f7;
}

@media screen and (max-width:1440px) {
    html {
        font-size: 10px;
    }
}
@media screen and (min-width: 1400px) {
    .container{
        max-width: 80%;
    }
}
@media screen and (max-width: 1400px) {
    .container{
        max-width: 90%;
    }
}
@media screen and (max-width: 750px) {
    .container{
        max-width: 100%;
    }
}
.bg_white{
    background-color: #fff;
}
.btn{
    font-size: 1.6rem;
    padding: 1rem 2rem;
}
.btn-primary{
    background-color: var(--primary);
}
.font18{
    font-size: 1.8rem;
}
.font30{
    font-size: 3rem;
}
img{
    max-width: 100%;
}
.font35{
    font-size: 3.5rem;
}
.font32{
    font-size: 3.2rem;
}
.font25{
    font-size: 2.5rem;
}
.common_alert{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: fixed;
    z-index: 99999;
    width: 80%;
    border: 1px solid #999;
    max-width: 300px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
}
.common_alert .close{
    position: absolute;
    top: 5px;
    right: 10px;
}
p{
    margin-bottom: .1rem;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}
.h3, h3{
    font-size: 2.5rem;
}
.h2, h2{
    font-size: 3rem;
}
.h4, h4{
    font-size: 2rem;
}
.h5, h5{
    font-size: 1.8rem;
}
.btn{
    border-radius: 10px;
}
:root{
    --swiper-theme-color: #2A6BB0;
    --swiper-pagination-color: #2A6BB0;
    --primary:#2A6BB0;
    --border-color:#c1c1c1;
}
/*.sidenav start*/
.sidenav {
    background: var(--primary);
    box-shadow: 2px 2px 6px rgba(45, 74, 178, .3);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-262px, 0);
    transition: transform .3s;
    top: 0;
    width: 256px;
    z-index: 9999;
}

.sidenav.show {
    transform: translate(0, 0)
}

.sidenav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidenav-menu li {
    display: block;
    position: relative
}

.sidenav-menu a {
    background: 0 0;
    color: #fff;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    text-decoration: none
}

.sidenav-menu a:hover {
    background: #616161;
    color: #fff;
}

.sidenav-menu a.active, .sidenav-menu a.active .sidenav-dropdown-icon, .sidenav-menu a.active .sidenav-link-icon {
    color: #fff
}
.sidenav-dropdown-icon .material-icons,
.sidenav-dropdown-icon .material-icons2{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    vertical-align: top;
    margin-top: -3px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidenav-dropdown-icon, .sidenav-link-icon {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 8px
}

.sidenav-link-icon {
    display: block;
    height: 24px;
    left: 24px;
    width: 24px
}

.sidenav-link-title {
    display: block;
}

.sidenav-dropdown {
    display: none;
    list-style: none;
    padding: 0
}

.sidenav-dropdown a {
    background: #191919;
    padding-left: 32px
}

.sidenav-dropdown a:hover {
    background: #616161
}

.sidenav-dropdown li:first-child a {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.sidenav-dropdown-icon {
    display: none;
    height: 16px;
    right: 16px;
    width: 16px
}

.sidenav-dropdown-icon.show {
    display: block
}

.sidenav-overlay {
    background: rgba(255, 255, 255, .8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.sidenav-no-scroll {
    overflow: hidden !important
}
.sidenav-dropdown-icon:after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 22px;
}
.navbar-brand .logo,
.navbar-brand .logo_hover{
    height: 7rem;
}
.logo_hover{
    display: none;
}
.hover_nav .logo_hover{
    display: block;
}
.hover_nav .logo{
    display: none;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-toggle::after{
    display: none;
}
.navbar{
    padding: 0;
}
.dropdown-menu{
    animation-name: fadeIn;
    top: 90%;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.dropdown-item a{
    display: block;
    font-size: 1.6rem;
    padding: 1rem;
}
.mt_navbar{
    position: fixed;
    left: 0;
    right: 0;
    border:0;
    top: 0;
    z-index: 999;
    animation: all .5s;
    background-image: none;
    background-color: rgba(6, 76, 152, .6);
}

.banner{
    position: relative;
    display: block;
    height: 100vh;
    background-size: cover;
}
.banner img{
    width: 100%;
}
.banner .text{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner .text .title{
    color: #2A6BB0;
    font-size: 5rem;
    margin-bottom: 3rem;
    font-weight: bold;
}
.banner .text .btn{
    background-color: #fff;
    border-radius: 10rem;
    display: inline-block;
    color: var(--primary);
    font-size: 1.5rem;
    padding: .8rem 3rem;
    margin-top: 4rem;
}
.banner .text .desc{
    font-size: 2.6rem;
    color: #444;
}
.banner .text .desc p{
    margin-bottom: 1rem;
}
.banner .text .desc h2{
    font-size: 4rem;
    margin-bottom: 2rem;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 3rem;
    color: #fff;
    font-size: 1.8rem;
    padding-left: 3rem;
    line-height: 8rem;
}
.mt_navbar .navbar-nav .nav-link.active{
    color: #c1c1c1;
}
.hover_nav  .navbar-nav .nav-link.active{
    color: var(--primary);
}
.mt_navbar .navbar-nav .dropdown-item .active{
     color: var(--primary);
}
.text-upper{
    text-transform:uppercase;
}
.hover_nav {
    background-color: #fff;
}
.hover_nav .navbar-nav .nav-link{
    color: #000;
}
.index_about{
    min-height: 70vh;
    position: relative;
}
.text-primary {
    color: #043fa1 !important;
}
.index_about{
    display: flex;
    align-items: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.index_about .info{
    
    
}
.index_about .title{
    font-size: 3.5rem;
    font-weight: 500;
}
.index_about .name{
    font-size: 1.8rem;
    color: #666;
    font-family: Helvetica;
}
.num_list{
    white-space: nowrap;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.num_list .num{
    color: var(--primary);
}
.num_list .gd_num{
    font-weight: bold;
    font-size: 5rem;
}
.num_list .box{
    background-color: #fff;
    border-radius: 2rem;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.index_about .text{
    font-size: 1.8rem;
    line-height: 2;
}
.arrow_right{
    background-color: #1a4f7e;
    display: inline-block;
    width: 2.5rem;
    line-height: 2.5rem;
    height: 2.5rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    border-radius: 100%;
}
.big_bg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.index_ji{
    background-image: url('../images/index_ji_bg.jpg');
    background-size: 100% auto;
    background-position: top center;
    padding-bottom: 10rem;
}
.index_ji .info{
    color: #1a4f7e;
    padding-top: 10rem;
    margin-bottom: 6rem;
}
.index_ji .info h1{
    font-weight: 400;
    font-size: 3.5rem;
}
.index_ji .info p{
    font-size: 1.8rem;
}
.ji_list{
    display: flex;
}
.ji_list .option{
    width: 20vw;
    height: 50rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: 1s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.ji_list .option:before{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
}
.ji_list .option .txt{
    width: 40vw;
    position: absolute;
    left: 20vw;
    right: 0;
    bottom: 0;
    padding: 0 4rem;
    top: 10%;
    opacity: 0;
    transition:opacity 2s;
}
.ji_list .option:hover .txt{
    opacity: 1;
}
.ji_list .option .img{
    width: 20vw;
}
.ji_list .option:hover{
    width: 60vw;
}
.option .num{
    font-family: Helvetica;
    color: #7B99CE;
    font-size: 7rem;
    font-weight: bold;
}
.option h1{
    margin-bottom: 3rem;
    font-size: 4rem;
}
.option p{
    font-size: 2rem;
    line-height: 2;
    color: #666;
}
.option .txt .more{
    position: absolute;
    left: 0;
    bottom: 3rem;
    left: 4rem;
}
.mb1{
    margin-bottom: 1rem;
}
.mb2{
    margin-bottom: 2rem;
}
.mb3{
    margin-bottom: 3rem;
}
.mb4{
    margin-bottom: 4rem;
}
.mb5{
    margin-bottom: 5rem;
}
.mt1{
    margin-top: 1rem;
}
.mt2{
    margin-top: 2rem;
}
.mt3{
    margin-top: 3rem;
}
.mt4{
    margin-top: 4rem;
}
.mt5{
    margin-top: 5rem;
}
.i_product{
    background-image: url('../images/product_bg.jpg');
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.i_product .info{
    margin-bottom: 4rem;
}
.i_product h1{
    font-weight: 400;
    font-size: 3.5rem;
}
.i_product .info p{
    color: #666;
    font-size: 1.8rem;
}
.i_product .box .img{
    height: 50rem;
    overflow: hidden;
}
.i_product .box{
    background-color: #fff;
    border-radius: 2rem;
    display: block;
    overflow: hidden;
    margin-bottom: 3rem;
}
.i_product .box .img img{
    width: 100%;
    opacity: 0;
}
.i_product .box .txt{
    padding: 3rem;
}
.i_product .box .des{
    color: #999;
}
.line2{
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line1{
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i_news{
    background-image: url('../images/index_news_bg.jpg');
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.i_news h1{
    font-weight: 400;
    font-size: 3.5rem;
    color: #1a4f7e;
}
.i_news .info{
    margin-bottom: 4rem;
}
.i_news .info p{
    color: #666;
    font-size: 1.8rem;
}
.i_news .big_box{
    border-radius: 1rem;
    position: relative;
    display: block;
    overflow: hidden;
}
.i_news .big_box img{
    opacity: 0;
}
.i_news .big_box .date{
    position: absolute;
    top: 2rem;
    left: 3rem;
    z-index: 99;
    border-radius: 1rem;
    background-color: var(--primary);
    color: #fff;
    padding: 1.5rem 1rem;
    font-size: 2.3rem;
}
.big_box .date .year{
    font-size: 1.4rem;
}
.i_news .big_box .txt{
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 1rem;
    border-radius: 1rem;
    color: #fff;
    background-color: var(--primary);
    font-size: 1.8rem;
    padding: 1rem 2rem;
    z-index: 99;
}
.new_box{
    border-radius: 1rem;
    background-color: #fff;
    padding: 4rem 2rem;
    position: relative;
    display: block;
    margin-bottom: 2%;
}
.new_box:last-child{
    margin-bottom: 0;
}
.new_box .date{
    font-size: 4rem;
    position: absolute;
    left: 4rem;
    top: 50%;
    transform: translateY(-50%);
}
.new_box .year{
    font-size: 1.4rem;
}
.new_box .txt{
    padding-left: 12rem;
    font-size: 1.8rem;
}
.new_box .txt h3{
    line-height: 1.6;
}
.new_box .des{
    color: #999;
    font-size: 1.4rem;
}
.hover_big{
    overflow: hidden;
}
.hover_big .img,
.hover_big img{
    transition: 0.5s;
}
.hover_big:hover .img,
.hover_big:hover img{
    transform: scale(1.3);
}
footer{
    background-color: #225891;
    padding-top: 6rem;
    color: #fff;
}
.breadcrumb{
    background-color: transparent;
    color: #6c757d;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.breadcrumb .fa{
    color: var(--primary);
    margin-right: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before{
    font-family: FontAwesome;
    content: "\f105";
}
.footer_copy{
    padding: 1rem 0;
    margin-top: 2rem;
    border-top: 1px solid #284762;
}
.link_title{
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.link_icon .item{
    margin-right: 1.5rem;
    display: inline-block;
    border-radius: 100%;
    border:1px solid #fff;
    padding: .5rem;
}
.link_icon .item img{
    width: 2.5rem;
    height: 2.5rem;
}
.n_banner{
    position: relative;
    display: flex;
    height: 60rem;
    color: #fff;
    align-items: center;
}
.n_banner h1{
    font-size: 4.5rem;
}
.n_banner h2{
    font-size: 4rem;
}
.n_banner h3{
    font-size: 3.3rem;
}
.n_banner p{
    font-size: 1.8rem;
}
.n_banner .txt{
    text-align: center;
    width: 100%;
}
.sub_nav_list{
    border-bottom:1px solid #ededed;
    margin-bottom: 2rem;
    background-color: #fff;
}
.sub_nav_list .breadcrumb{
    margin-bottom: 0;
}
.nav_lists{
    text-align: right;
}
.nav_lists a{
    display: inline-block;
    padding: 1.5rem 3rem;
    border-left: 1px solid #ededed;
}
.nav_lists a:last-child{
    border-right: 1px solid #ededed;
}
.nav_lists a.active{
    background-color: var(--primary);
    color: #fff;
}
.about_img{
    width: 100%;
}
.pr0{
    padding-right: 0;
}
.num_box{
    background-color: #eff5fb;
    padding-top:4rem;
    padding-bottom: 4rem;
}
.add_box{
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 6rem;
    background-color: #fff;
    border-radius: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.add_box .img{
    border-radius: 100%;
    border:1px solid #064c98;
    background-color: #064c98;
    display: inline-block;
    padding: 15px;
    margin-bottom: 1rem;
}
.add_box .img img{
    width: 65px;
    height: 65px;
    border-radius: 100%;
}
.add_box p{
    color: #666;
}
.contact_form{
    background-color: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.contact_form .form-control{
    border:0;
    background-color: transparent;
}
.contact_form .form-group{
    border-bottom: 1px solid #c6c6c6;
}
.contact_form .c_input{
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-wrap: wrap;
    align-items: stretch;
}
.contact_form .c_input .form-control{
    display: inline-block;
    width: auto;
    flex-grow: 10;
}
.news_list{
    margin-bottom: 2rem;
    border-radius: 1rem;
    display: block;
    background-color: #fff;
    padding: 2rem;
}
.news_list .new_box{
    padding: 2rem;
}
.news_list .more{
    background-color: #EEEEEE;
    padding: .5rem 3rem;
    color: #666;
    font-size: 1.5rem;
    display: inline-block;
    border-radius: .5rem;
}
.news_list:hover .more{
    color: #1a4f7e;
}
.news_detail{
    padding: 4rem;
    background-color: #fff;
    margin-bottom: 4rem;
}
.new_detail_box{
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #ececec;
}
.new_detail_box .title{
    font-size: 1.8rem;
    font-weight: bold;
}
.empty{
    text-align: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: #999;
    font-size: 1.8rem;
}
.ji_box{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.ji_box.hover_box{
    background-color: #eff5fb;
}
.j_box1 img{
    width: 100%;
    margin-bottom: 2rem;
}
.j_box1{
    line-height:2;
}
.ji_box2{
    align-items: center;
}
.ji_box2 img{
    width: 100%;
}
.zhuanli{
    text-align: center;
    margin-bottom: 3rem;
}
.zhuanli .img{
    margin-bottom: 2rem;
}
.zhuanli .img img{
    width: 100%;
}
.yiyuan_img .hover_big img{
    width: 100%;
}
.yiyuan_img .hover_big{
    margin-top: 4rem;
    box-shadow: 0 0 10px #d2d2d2;
    border-radius: 2rem;
}
.team_list .title{
    color: var(--primary);
    font-weight: bold;
    font-size: 3rem;
}
.team_list .title span{
    display: inline-block;
    line-height: 1.8;
    border-bottom: 2px solid var(--primary);
}
.team_box{
    box-shadow: 0 0 10px #d2d2d2;
    border-radius: 1rem;
    padding: 3rem;
    background-color: #fff;
    height: 100%;
    display: flex;
}

.team_box .txt p{
    color: #666;
}
.team_box .img{
    width: 20rem;
    height: 20rem;
    border-radius: 100%;
}
.team_box .txt{
    padding-left: 2rem;
    flex-grow: 10;
}
.team_box2{
    display: block;
    text-align: center;
}
.team_box2 .img{
    margin-bottom: 2rem;
}
.team_box2 .txt{
    padding-left: 0;
}
.g_box .img{
    margin-bottom: 2rem;
}
.g_box{
    text-align: center;
}
.g_box h5{
    color: var(--primary);
}
.g_box p{
    color: #666666;
}
.g_box{
    position: relative;
}
.g_box .arrow{
    width: 28px;
    max-width: 2.5rem;
    position: absolute;
    right: -28px;
    top: 5rem;
}
.guan .card-header{
    background-color: var(--primary);
    color: #fff;
}
.guan .card{
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.guan .card-body{
    padding: 2rem 3rem;
    color: #666;
    background-color: #e2eaf3;
}
.guan .card-header a{
    display: block;
}
.guan>.card:not(:first-of-type) {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.guan>.card:not(:last-of-type) {
    border-bottom: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.guan_head{
    margin-bottom: -1rem;
}
.guan_head .head{
    background-color: #e2eaf3;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    text-align: center;
    padding:1rem 1rem 1.5rem 1rem;
    height: 100%;
}
.card-header .arrow:after{
    content: "\f107";
    position: absolute;
    color: #fff;
    right: 0;
    top: -5px;
    font-size: 2rem;
    font-family: FontAwesome;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
}
.card-header .collapsed .arrow:after{
    transform: rotate(-90deg);
}
.guan .card-header .line{
    display: inline-block;
    height: 1rem;
    background-color: #fff;
    border-radius: 2rem;
}
.history{
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.hs_swiper .h_box{
	background: #e9ecef;
	border-radius: 2rem;
	padding:3rem;
	margin-bottom: 3rem;
	opacity: 0;
	min-height: 14rem;
	transition: all 1s;
}
.hs_swiper{
	margin-top:6rem;
	background-image: url(../images/hs_line.png);
	background-position:left 90%;
	background-repeat: repeat-x;
}
.hs_swiper .date{
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.hs_swiper .date:after{
	content: " ";
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -.7rem;
	top: 100%;
}
.hs_swiper .swiper-slide-active .h_box{
	opacity: 1;
}
.hs_swiper .swiper-slide{
	padding-bottom: 10rem;
}
.jishu h1{
    font-size: 4rem;
    font-weight: bold;
    padding-top: 3rem;
}
.jishu .img{
    margin-bottom: 2rem;
}
.jishu .img img{
    width: 100%;
}
.yan_box{
    background-color: #fff;
    margin-bottom: 2rem;
    border-radius: 1rem;
    padding: 1rem 1rem 2rem 1rem;
}
.text-gray{
    color: #999;
}
.line{
    border-bottom: 1px solid #c1c1c1;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}
.line_c{
    border-bottom: 1px solid #c1c1c1;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position: relative;
}
.line:before{
    content: " ";
    width: 4rem;
    left: 0;
    bottom: -2px;
    background-color: var(--primary);
    height: 4px;
    position: absolute;
}
.about_txt{
    padding: 3rem 2rem;
}
.in_title{
    position: relative;
}
.in_title:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 50%;
    background-color: var(--primary);
    height: 3px;
}
.yan_item_list{
    border-bottom: 1px solid #c1d6e8;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.yan_item{
    text-align: center;
    border-right: 1px solid #8fb2d6;
    height: 100%;
}
.yan_item.last{
    border-right: 0;
}
.yan_item .text-left{
    display: inline-block;
}
.yewu_item{
    text-align: center;
}
.yewu_item .img{
    margin-bottom: 2rem;
    border-radius: 2rem;
    overflow: hidden;
}
.yewu_item .img img{
    width: 100%;
}
.ji_item{
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 1rem;
    height: 100%;
}
.ji_item h2{
    color: #B8B8B8;
}
.circle_next,
.circle_prev{
    border-radius: 100%;
    width: 3.5rem;
    height: 3.5rem;
    background: var(--primary);
    color: #fff;
}
.circle_next:after, .circle_prev:after{
    font-size: 2rem;
}
.honor_img{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    text-align: center;
    height: 100%;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.honor_img img{
    width: 100%;
}
.p_goods_box{
    height: 90vh;
    display: flex;
    align-items: center;
}
.p_goods a{
    display: inline-block;
    padding: .7rem 1rem;
    min-width: 20rem;
    font-size: 1.4rem;
    text-align: center;
    width: 47%;
    background-color: #fff;
    margin-right: 1rem;
    margin-bottom: 2rem;
    border-radius: 10rem;
}
.p_goods a:hover{
    background-color: var(--primary);
    color: #fff;
}
.font_line{
    border-bottom: 2px solid #fff;
}
.text-white .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.clipped_list{
    position: relative;
    height: 60rem;
}
.clipped-border {
    -webkit-clip-path: polygon(0 50%,25% 95%,75% 95%,100% 50%,75% 5%,25% 5%);
    clip-path: polygon(0 50%,25% 95%,75% 95%,100% 50%,75% 5%,25% 5%);
    padding: 5px;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
/*    background: #fff;*/
    height: 40rem;
    width: 40rem;
    transition: transform .2s;
    position: absolute;
    cursor: pointer
}

/*.clipped-border:before {
    content: '';
    position: absolute;
    opacity: .5;
    width: 1050px;
    height: 210px;
    background: white;
    top: 0;
    left: 0;
    z-index: 1;
    transform: rotate(45deg);
    transition: transform .5s
}

.clipped-border:hover:before {
    transform: translate(-300px, 1200%) rotate(45deg);
    transition: transform .5s
}*/

.clipped-border:nth-child(1) {
    bottom: 0;
    left: 0;
}

.clipped-border:nth-child(2) {
    bottom: -18rem;
    left: 32rem;
}

.clipped-border:nth-child(3) {
    bottom: 0;
    left: 64rem;
}
.clipped-border:nth-child(4) {
    bottom: -18rem;
    left: 96rem;
}
.zhuan_box img{
    width: 135%;
    margin-left: -17%;
    max-width: 135%;
}
.zhuan_box.bottom{
    margin-top: 60%;
}
.zhuan_box .txt{
    margin-top: 10rem;
    text-align: center;
    position: relative;
    padding-top: 1rem;
}
.zhuan_box .txt:before{
    content: " ";
    position: absolute;
    top: -10rem;
    height: 10rem;
    border-right: 2px solid var(--primary);
    left: 50%;
}
.zhuan_box .txt:after{
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    margin-left: -3px;
    border-radius: 2rem;
    background-color: var(--primary);
    left: 50%;
    top: 0;
}
.zhuan_box.bottom{
    position: relative;
}
.zhuan_box.bottom .txt{
    position: absolute;
    top: -16rem;
    white-space: nowrap;
    padding-bottom: 10rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
}
.zhuan_box.bottom .txt:before{
    top: 6rem;
}
.zhuan_box.bottom  .txt:after{
    top: 6rem;
}
.index_ji .c-list {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0.75rem -5px -10px;
}
@media (max-width: 1260px) {
  .index_ji .c-list {
    margin: 0.75rem 0 0;
    border-radius: 0;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .index_ji .c-list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.index_ji .c-list li {
  flex: 1 1 20%;
  padding: 0 5px 10px;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index_ji .c-list li {
    padding: 0 20px 20px 0;
    flex: 0 0 40%;
  }
  .index_ji .c-list li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .index_ji .c-list li {
    flex: 0 0 80%;
  }
}
@media (min-width: 992px) {
  .index_ji .c-list li:hover {
    flex: 0 0 50%;
  }
  .index_ji .c-list li:hover .c-wrap .c-title {
    opacity: 0;
  }
  .index_ji .c-list li:hover .c-wrap .c-box {
    opacity: 1;
    transition: all 0.4s 0.4s;
  }
}
.index_ji .c-list li .c-wrap {
  position: relative;
  display: block;
  color: #fff;
  background: #000;
  height: 60rem;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .index_ji .c-list li .c-wrap {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  .index_ji .c-list li .c-wrap {
    height: 90vw;
  }
}
.index_ji .c-list li .c-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.index_ji .c-list li:hover .c-wrap > img {
    opacity: 0.5;
}
.index_ji .c-list li .c-wrap .c-title {
  position: absolute;
  left: 3rem;
  width: 100%;
  bottom: 2rem;
  font-size: 3rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .index_ji .c-list li .c-wrap .c-title {
    opacity: 0;
  }
}
.index_ji .c-list li .c-wrap .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 4rem 3rem;
  opacity: 0;
  transition: all 0s 0s;
}
.c-box .c-top .fa-circle{
    font-size: 1.2rem;
    margin-right: .5rem;
}
@media (max-width: 991px) {
  .index_ji .c-list li .c-wrap .c-box {
    opacity: 1;
  }
}
.index_ji .c-list li .c-wrap .c-box .c-top {
  width: 100%;
  margin-bottom: 1rem;
}
.index_ji .c-list li .c-wrap .c-box .c-top .c-text {
  margin-top: 0.15rem;
  max-width: 18em;
}
.index_ji .c-list li .c-wrap .c-box .c-bottom {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index_ji .c-list li .c-wrap .c-box .c-bottom a{
    display: inline-block;
    margin-bottom: .5rem;
    width: 100%;
}
@media (max-width: 991px) {
  .index_ji .c-list li .c-wrap .c-box .c-bottom {
    display: none;
  }
}
.p_detail{
    padding-bottom: 6rem;
}
.p_detail .p_img{
    border-radius: 100%;
    width: 100%;
    display: inline-block;
    padding: 4rem;
    position: relative;
    overflow: hidden;
}
.p_detail .p_img img{
    top: 10px;
    z-index: 99;
    position: absolute;
    object-fit: cover;
    transition: all 0.8s;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 50%;
}
@keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p_detail .p_img:before{
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 100%;
}
.p_detail .p_img:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #f4f8f2, var(--primary));
    background: linear-gradient(to right, #f4f8f2, var(--primary));
    animation: circleRotate 8s linear infinite;
}
.p_detail .p_title{
    font-size: 4.5rem;
    margin-top: 6rem;
    color: var(--primary);
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 2rem;
}
.p_detail .p_title:before{
    content: " ";
    width: 4rem;
    left: 0;
    bottom: -2px;
    background-color: var(--primary);
    height: 4px;
    position: absolute;
}
.p_detail .zuo_item{
    padding: 1rem 0;
    position: relative;
    padding-left: 2.8rem;
}
.p_detail .zuo_item:before{
    content: " ";
    position: absolute;
    left: 0;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    background-color: var(--primary);
    border: 6px solid #8eb8e4;
    border-radius: 100%;
}
.p_detail .zuo_item h2{
    font-size: 2.8rem;
    color: #000;
}
.g_box{
    position: relative;
    border-radius: 1rem;
    margin-bottom: 2rem;
    overflow: hidden;
}
.g_box img{
    width: 100%;
}
.g_box .txt{
    color: #ffffff;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 2rem;
    color: var(--primary);
    font-weight: bold;
}
.g_box .des{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
.t_box{
    margin-bottom: 2rem;
}
.t_box .txt{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
    margin-bottom: 2rem;
}
.video_box{
    position: relative;
    color: #fff;
    height: 100vh;
    text-align: center;
}
.video_box .bg_video img{
    width: 100%;
    height: 100%;
}
.video_box .v_txt{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.video_box .v_txt .des{
    background: rgba(255, 255, 255, .7);
    border-radius: 1rem;
    color: #666;
    padding: 1rem 2rem;
    display: inline-block;
}
.video_box .title{
    font-weight: bold;
    margin-bottom: 4rem;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
    font-size: 6rem;
}
.bg_video{
    z-index: -100;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.bg_video video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.table-bordered thead{
    background: var(--primary);
    color: #fff;
}
.d_box_list{
    padding: 1rem 0;
    display: flex;
    margin-top: 1rem;
}
.d_box_list .item{
    background-image: url('../images/d_box_bg.png');
    background-size: 100% 100%;
    margin-right: 2rem;
    width: 11rem;
    height: 11rem;
    text-align: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    align-items: center;
    display: flex;
    padding: 2rem;
}
.d_img_box{
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    border-radius: 1rem;
}
.d_img_box img{
    width: 100%;
}
.d_img_box .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
    color: #ffffff;
    font-size: 3rem;
}
.d_height{
    margin-bottom: 2rem;
}
.d_height .da_box{
    margin-bottom: 0;
    height: 100%;
}
.d_gui_box{
    position: relative;
    text-align: center;
}
.d_gui_box .txt{
    position: absolute;
    left: 50%;
    bottom: 0;
    color: var(--primary);
    z-index: 12;
    font-weight: bold;
    transform: translateX(-50%);
}
.d_gui_box .img{
    border-radius: 100%;
    display: inline-block;
    width: 15rem;
    overflow: hidden;
    position: relative;
}
.d_gui_box .img img{
    border-radius: 100%;
    z-index: 11;
    position: relative;
    padding: 6px;
}
.d_gui_box .img:after{
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, #f4f8f2, var(--primary));
    position: absolute;
}
.round_img{
    border-radius: 100%;
    margin-right: 1rem;
    display: inline-block;
    overflow: hidden;
    width: 6rem;
}
.flex{
    display: flex;
    align-items: center;
}
@media screen and (max-width:750px) {
    .navbar-toggler{
        position: absolute;
        right: 1rem;
        top: 2rem;
    }
    .link_icon{
        margin-bottom: 2rem;
    }
    footer{
        padding-top: 2rem;
    }
    .link_list,
    .bottom_logo{
        display: none;
    }
    .n_banner{
        height: 30rem;
    }
    .i_news .big_box,
    .new_box{
        margin-bottom: 2rem;
    }
    .step_list{
        display: block;
    }
    .step_list .arrow{
        transform: rotate(90deg);
        right: 50%;
        margin-right: -14px;
        top: 100%;
    }
    .guan_head,
    .guan .card-header .line{
        display: none;
    }
    .card-header .arrow:after{
        top: 0;
    }
    .nav_lists a{
        margin-right: 1rem;
    }
    .step_list .col{
        margin-bottom: 4rem;
    }
    .num_list .gd_num{
        font-size: 4rem;
    }
    .num_list .col{
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .num_box{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .team_box{
        margin-bottom: 3rem;
        height: auto;
    }
    .team_list .title{
        text-align: center;
    }
    .ji_list .option.active,
    .ji_list .option{
        width: 100%;
    }
    .ji_list{
        display: block;
    }
    .ji_list .box{
        margin-bottom: 2rem;
    }
    .ji_list .option .img{
        width: auto;
    }
    .ji_list .option .txt{
        width: 100%;
        position: relative;
        opacity: 1;
        left: 0;
    }
    .option h1{
        font-size: 3rem;
    }
    .option .txt .more{
        position: static;
    }
    .banner .text .desc{
        font-size: 3rem;
    }
    .banner .text .title{
        font-size: 1.8rem;
    }
    .banner{
        height: 40rem;
    }
    .hover_nav svg{
        color: var(--primary) !important;
    }
}