body {
    color: #000000;
    font-family: "Microsoft YaHei", sanslight, sans, "Hiragino Sans GB", "微软雅黑", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}
@media (max-width: 1919px) and (min-width: 768px) {
    html {
        zoom: 85%;
    }
    @-ms-viewport { width: 1920px; }
}
:root {
  --primary: #9c49bf;
  --gray:#999;
  --border-gray:#c1c1c1;
}
@media (min-width: 1400px) {
    .container{
        width:1360px;
    }
}
@media (min-width: 1600px) {
    .container{
        width:1500px;
    }
}
a:hover,a{
	text-decoration: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}
.container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.text-white{
	color: #fff;
}
.flex{
	display: flex!important;
	align-items: center;
	justify-content: space-between;
}
.inline-flex{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
.block{
	display: block;
}
img{
	max-width: 100%;
	max-height: 100%;
}
li{
	list-style: none;
}
ul,ol{
	margin: 0;
	padding: 0;
}
a{
	color: #000000;
}
a:hover{
	color: var(--primary);
}
p{
	margin: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.5;
}
/*.sidenav start*/
.sidenav {
    background: #bb2624;
    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;
}
.mt_navbar{
	background-image: url('../img/top_bg.jpg');
	background-size: 100% 100%;
	margin-bottom: 0;
}
.mt_navbar .navbar-nav>li>a{
	color: #fff;
	padding: .8rem 3rem;
	line-height: 1.6;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.mt_navbar .navbar-nav>li>a:hover,
.mt_navbar .navbar-nav>li>a:focus,
.mt_navbar .navbar-nav>li>a.active{
	background-color: #cc4124;
}
.mt_navbar .navbar-nav>li:hover .dropdown-menu{
	display: block;
}
.mt_navbar .navbar-nav>li .dropdown-menu{
	left: 50%;
    transform: translateX(-50%);
}
.dropdown-menu li a{
	padding: 1.5rem 1rem;
	text-align: center;
}
.dropdown-menu li a:hover{
	background-color: #cc4124;
	color: #fff;
}
.navbar-collapse{
	padding-left: 0;
}
.top_info{
	padding-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.top_logo{
	width: 25rem;
}
.top_zhan{
	border-radius: 10px;
	background: linear-gradient(to bottom, #0e4f2d, #1c6f43);
	text-align: center;
	padding: 1rem;
	color: #fff;
	font-size: 1.8rem;
}
.btn-warning{
	background-color: #ff6d00;
	border-color: #ff6d00;
}
.btn-danger{
	background-color: #bb2524;
	border-color: #bb2524;
}
.top_info .btn-lg{
	font-size: 2.2rem;
	padding: 2rem 8rem;
	margin-top: 1rem;
}
.top_info .btn-lg:first-child{
	margin-right: 3rem;
}
.location{
	background: #f7f7f7;
	padding: 1.5rem 0;
	font-size: 1.7rem;
	margin-bottom: 4rem;
}
.location .fa-map-marker{
	color: var(--primary);
}
.text-danger{
	color:#bb2624;
}
.banner{
	background-size: cover;
	height: 40rem;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bold{
	font-weight: bold;
}
.banner_txt{
	text-align: center;
	font-weight: bold;
}
.text-upper{
	text-transform: uppercase;
}
.mb3{
	margin-bottom: 3rem;
}
.left_nav{
	margin-bottom: 2rem;
}
.left_nav a{
	display: block;
	text-align: center;
	background: #f5f5f5;
	padding: 2rem 1rem;
	border-bottom: 1px solid #fff;
}
.left_nav a.active,
.left_nav a:hover{
	background: var(--primary);
	color: #fff;
}
.news_list{
	display: flex;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #f7f7f7;
}
.news_list .img{
	border-radius: 10px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	height: 20rem;
}
.new_detail{
	/*position: absolute;*/
	left: 15px;
	bottom: 0;
}
.btn{
    padding: 1rem 1.2rem;
}
.list_box{
    min-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-group label{
	margin-bottom: 1rem;
}
.form-control{
	height: auto;
    padding: 1rem 1.2rem;
   	background: #f5f5f5;
   	border-radius: 0;
   	border-color: #f5f5f5;
   	box-shadow:none;
}
.apply_content{
	margin-top: 5rem;
}
.apply_content .form-group{
	margin-bottom: 2rem;
}
.apply_btn{
	padding: 1.5rem;
	font-size: 2rem;
}
.index_banner{
    display: block;
    height: 80rem;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.index_news{
    background-color: #f7f7f7;
    padding: 2rem 0;
}
.index_news img{
    height: 2.2rem;
    vertical-align: sub;
    margin-right: 5px;
}
.index_news .time{
    margin-left: 2rem;
}
.index_zhan{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.i_active_bg{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-size: cover;
    background-position: center center;
    background-image: url('../img/zhan_img.jpg');
}
.zhan_tab{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.zhan_tab a{
    display: inline-block;
    border: 1px solid #0d4e2c;
    border-radius: 10px;
    padding: .5rem 3rem;
    color: #0d4e2c;
}
.zhan_tab a:first-child{
    margin-right: 2rem;
}
.zhan_tab a:hover,
.zhan_tab a.active{
    background-color: #0d4e2c;
    border-color: #0d4e2c;
    color: #fff;
}
.index_zhan_news{
    border-radius: 1rem;
    overflow: hidden;
}
.index_zhan_news .img{
    background-size: cover;
    background-position: center center;
    height: 30rem;
    background-color: #fff;
    position: relative;
}
.index_zhan_news .date{
    color: #fff;
    background-color: #0d4e2c;
    padding:.8rem;
    position: absolute;
    right: 3rem;
    bottom: -10px;
    text-align: center;
}
.index_zhan_news .date:before,
.index_zhan_news .date:after{
    content: " ";
    position: absolute;
    bottom: 0;
    background-image: url('../img/san.png');
    width: 10px;
    height: 10px;
    background-size: cover;
}
.index_zhan_news .date:before{
    left: -10px;
}
.index_zhan_news .date:after{
    right: -10px;
    transform: rotate(270deg);
}
.index_zhan_news .date .day{
    font-size: 3rem;
    font-weight: bold;
}
.index_zhan_news .txt{
    background-color: #fff;
    padding: 2rem 1.5rem;
}
.index_zhan_news .txt p{
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_zhan_news .txt h3{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_zhan_news .detail{
    background-color: #404040;
    color: #fff;
    display: block;
    padding: 1rem 2rem;
}
.index_zhan_news .detail:hover{
    background-color: #bb2624;
}
.index_zhan_news .detail .fa{
    margin-top: .7rem;
}
#zixun{
	display: none;
}
.index_product{
	background-image: url('../img/index_prroduct_bg.jpg');
    background-size: cover;
    background-position: center center;
}
.index_fan{
    text-align: center;
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    display: block;
    height: 100%;
}
.index_fan img{
    height: 12rem;
    margin-bottom: 1rem;
}
.active_box{
    border-radius: 1.5rem;
    border:1px solid #f2f2f2;
    display: block;
    padding: 1.5rem;
}
.active_box:hover{
    box-shadow: 0px 0px 15px #d2d2d2;
}
.active_box .img{
    background-position: center center;
    background-size: cover;
    height: 30rem;
    border-radius: 1.5rem;
}
.line1{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.line3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.active_box .date{
    display: inline-block;
    padding: 0 1.5rem;
    border-radius: 20rem;
    margin-top: 1rem;
    background: #0d4e2c;
    color: #fff;
}
.mt5{
    margin-top: 5rem !important;
}
.mb5{
    margin-bottom: 5rem !important;
}
.mt4{
    margin-top: 4rem !important;
}
.mb4{
    margin-bottom: 4rem !important;
}
.mt3{
    margin-top: 3rem !important;
}
.mb3{
    margin-bottom: 3rem !important;
}
.mt2{
    margin-top: 2rem !important;
}
.mb2{
    margin-bottom: 2rem !important;
}
.mt1{
    margin-top: 1rem !important;
}
.mb1{
    margin-bottom: 1rem !important;
}
.fotterBox{
    color: #fff;
    font-size: 1.8rem;
}
.fotterBox p{
    margin-bottom: .5rem;
}
.fotterBox h3{
    margin-top: 0;
}
.b_link{
    text-align: center;
    border-top: 1px solid #666;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    margin-top: 4rem;
}
.b_link a{
    padding: 0 1rem;
}
.fotterBox p{
    font-size: 14px;
}
.fotterBox a{
    color: #fff;
    font-size: 14px;
}
.fotterBox a:hover{
    color: #d2d2d2;
}
.i_zhan_box{
    background-color: #dce6e1;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    padding: 2rem 4rem;
    height: 100%;
}
.i_zhan_box h1{
    margin-top: 0;
}
.i_zhan_box p{
    color: #666;
}
.mt3{
    margin-top: 3rem;
}
.i_zhan_content{
    display: flex;
}
.i_zhan_content .i_video_txt{
    padding: 2rem 3rem;
    width: 50%;
    background-color: #fff;
}
.i_zhan_sbox{
    display: flex;
    width: 100%;
    background-color: #fff;
    align-items: center;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 15px #d2d2d2;
    padding: 2rem 0;
    height: 100%;
}
.i_zhan_sbox .img{
    display: flex;
    height: 13rem;
    padding: 2rem 3rem;
    align-items: center;
}
.i_zhan_list{
    display: flex;
}
.v_flex{
    height: 100%;
    background-color: #f7f7f7;
}
.i_video_txt .v_btn{
    border: 1px solid #000;
    border-radius: 5px;
    padding: 1rem 3rem;
    display: inline-block;
}
.i_video_txt .v_btn:hover{
    background-color: #cc4124;
    color: #fff;
    border-color:#cc4124;
}
#index_video{
    width: 50%;
}
.video-js .vjs-big-play-button{
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
}
.c_zhan{
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 7rem 6rem;
    margin-top: 5rem;
}
.c_zhan .btn{
    border-radius: 5rem;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 5rem;
    background-color: #fff;
    margin-top: 4rem;
    color: #000;
}
.c_zhan .btn:hover{
    background-color: #f7f7f7;
}
.c_zhan .date{
    color: rgb(255, 251, 0 );
    font-size: 5rem;
    font-weight: bold;
}
#feng_swiper img{
    border-radius: 2rem;
}
.feng_swiper{
    position: relative;
}
.feng_swiper .swiper-button-next{
    right: -6rem;
}
.feng_swiper .swiper-button-prev{
    left: -6rem;
    
}
.feng_swiper .swiper-button-prev,
.feng_swiper .swiper-button-next{
    background-color: #d2d2d2;
    padding: 2rem 2.5rem;
    border-radius: 1.5rem;
    background-size: 1.3rem 2.2rem;
}
.feng_swiper .swiper-button-prev:hover,
.feng_swiper .swiper-button-next:hover{
    background-color: #f2f2f2;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.flipBox{
    text-align: center;
}
.flipBox .item{
    display: inline-block;
    margin-right: 1rem;
}
.flipBox .item a{
    display: block;
    padding: 0.5rem 1.5rem;
    border:1px solid #d2d2d2;
}
.flipBox .focu a,
.flipBox .item a:hover{
    border-color: var(--primary);
    background-color: var(--primary);
    color: #fff;
}
.flipBox .item.disabled{
    opacity: .5;
}
.flipBox .item.disabled a:hover{
    background-color: #fff;
    color: #000;
    border-color:#d2d2d2;
}
.navbar-toggle {
    border-color:#fff;
}
.navbar-toggle .icon-bar {
    background:#fff
}
.index_fan_list{
    display: flex;
}
.b_nav{
    padding: 1rem;
    border-bottom: 1px solid #666;
    margin-bottom: 4rem;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.b_nav a{
    display: inline-block;
    margin-right: 2rem;
}
.link_list .item {
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    display: block;
    margin-bottom: 20px;
}
.link_list .item img{
    width: 100%;
}
.link_list .sub {
    position: absolute;
    left: 0;
    top: calc(100% - 40px);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 14px;
    background-color: rgba(61, 22, 115, 0.8);
    transition: top 0.3s ease-in-out;
}
.link_list .title {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}
.link_list .name {
    color: #ffffff;
    font-size: 12px;
    line-height: 160%;
    overflow: hidden;
    box-sizing: border-box;
}
.link_list .sub:hover {
    top: 0;
    padding-top: 10px;
}
.link_list .sub:hover .title {
    font-size: 15px;
}
#zixun{
    display: block;
}
#hang{
    display: none;
}
.zhan_tab a{
    border: 1px solid #fff;
    color: #fff;
}
.zhan_tab a:first-child{
    margin-right: 2rem;
}
.zhan_tab a:hover,
.zhan_tab a.active{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.banner_scroll{
    height: 312px;
    overflow: hidden;
}
@-webkit-keyframes rowup2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -170px, 0);
        transform: translate3d(0, -170px, 0);
    }
}
@keyframes rowup2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -170px, 0);
        transform: translate3d(0, -170px, 0);
    }
}
.banner_scroll ul{
    -webkit-animation: 5s rowup2 linear infinite normal;
    animation: 5s rowup2 linear infinite normal;
    position: relative;
}
.imgBox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.imgBox li {
    width: 192px;
    overflow: hidden;
    padding-right: 10px;
}
.imgBox li img {
    width: 192px;
    height: auto;
}
.zhan_des_box{
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow:0 0 10px #d2d2d2;
}
.notic_list{
    position: relative;
}
.notic_list .title{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.notic_list .notic_box{
    margin-left: 100px;
}
.notic_box {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.notic_box a{
    display: inline-block;
    margin-right: 20px;
}
.active_box .img{
    background-color: #fff;
}
.mt_navbar{
    position: fixed;
    left: 0;
    right: 0;
    border:0;
    top: 0;
    z-index: 999;
    background-image: none;
}
.sidenav-overlay{
    z-index: 999;
}
.mt_navbar .navbar-nav{
    font-size: 17px;
}
.mt_navbar .navbar-nav>li>a{
    padding: 0 3rem;
    height: 8rem;
    line-height: 8rem;
    border-top: 3px solid transparent;
}


.mt_navbar .top_nav {
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    line-height: 40px;
    color: #666;
    transition: 0.5s;
    position: relative;
}
.top_nav .aBtn {
    position: absolute;
    top: 58px;
    right: 0;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 30px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 40px;
    color: #9c49bf !important;
}
.top_nav .right{
    text-align: right;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}
.top_nav .lng{
    display: inline-block;
    margin-left: 2rem;
    color: #fff;
}
.top_nav .t_btn{
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-right: 1rem;
    background-color: #ff6d00;
    padding: 0 1.5rem;
    border-radius: 5px;
    line-height: 1.8;
}
.logo_hover{
    display: none;
}
.hover_nav .top_nav{
    background: #000;
}
.top_nav_bg{
    transition: 0.5s;
}
.hover_nav .top_nav_bg{
    background: #fff;
}
.hover_nav .logo_hover{
    display: block;
}
.hover_nav .logo{
    display: none;
}
.hover_nav .navbar-nav>li>a{
    color: #000;
}
.hover_nav .navbar-nav>li>a:hover{
    color: #fff;
}
.mt_navbar .navbar-nav>li:hover>a,
.mt_navbar .navbar-nav>li>a:focus,
.mt_navbar .navbar-nav>li>a.active{
    background-color: #fff;
    border-top-color:#9c49bf;
    border-radius: 0;
    color: #000;
}
.dropdown-menu li a:hover{
    background-color: #9c49bf;
}
/*右浮层*/

.m-slidBox {
    z-index: 999;
    width: 74px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: -1px 1px 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: -1px 1px 4px rgba(0,0,0,0.4);
    position: fixed;
    bottom: 20%;
    right: 20px;
}

.small_box1, .small_box {
    width: 74px;
    height: 74px;
    color: #444;
    margin: 2px 0;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: relative;
    padding: 6px;
}

.m-slidBox .fa {
    font-size: 20px;
    color: #9c49bf;
    margin-top: 5px;
}

.small_box .img, .small_box1 .img {
    width: 26px;
}

.m-slidBox p {
    margin: 2px 0;
    line-height: 18px;
    font-size: 12px;
    color: #000;
}

.small_box1:hover, .small_box:hover {
    background-color: #f5f5f5;
}
.hover_nav .navbar-toggle{
    border-color: #000;
}
.hover_nav .navbar-toggle .icon-bar {
    background: #000;
}
.box_slide {
    position: absolute;
    width: auto;
    background: #107BAD;
    bottom: 5px;
    right: 65px;
    height: 65px;
    display: none;
    border-radius: 5px;
    margin-right: 22px;
}

.box_slide > div {
    padding: 0 0 0 30px;
    margin: 0 20px;
    height: 65px;
    border-radius: 5px;
    overflow: hidden;
    background: url(https://iotsource.oss-cn-shenzhen.aliyuncs.com/iote/sz/6f2a268777652775.png) no-repeat left center;
    background-size: 26px;
    font-size: 16px;
    line-height: 65px;
    font-weight: bold;
    color: #fff;
}

.box_slide > div:after {
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent transparent #107BAD;
    top: 50%;
    right: -16px;
    margin-top: -8px;
}

.small_box1:hover .box_slide {
    display: block;
}
.sy_one {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.sy_one{
    text-align: center;
}
.sy_one li {
    width: 50%;
    position: relative;
    padding: 20px;
    text-align: center;
}
.sy_one li a {
    padding: 20px 20px;
    border-radius: 10px;
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.sy_one li a:hover{
    background: #bb2524 !important;
}
.sy_one li a:hover p{
    color: #fff !important;
}
.sy_one p {
    font-size: 20px;
    position: relative;
    letter-spacing: 2px;
    color: #9c49bf;
}

.sy_bg1 {
    background: url('../img/b_07.jpg') no-repeat left top #F7F7F7;
    /*background: #000;*/
    background-size: cover;
    padding-top: 100px;
}

@media (max-width: 1260px) {
    .sy_bg1 {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .sy_bg1 {
        padding-top: 30px;
    }
}
.es_show{
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 40px 60px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 1);
}
.es_show .topInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.es_show .tit {
    background-size: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
    width: 100%;
    border-bottom: 3px solid #f2f2f2;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
}
.es_show .tit:after{
    content: " ";
    position: absolute;
    bottom: -4px;
    border-radius: 10px;
    left: 0;
    width: 40%;
    border-bottom: 6px solid #9c49bf;
}
.es_show .tit .left {
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: bold;
}
.es_show .tit .aRight {
    background-size: 20px;
    padding-right: 28px;
    color: #9c49bf;
    font-size: 16px;
    margin-right: 0;
    font-weight: bold;
}
.bottom {
    justify-content: center;
    display: flex;
}
.bottom .btn {
    width: 31.6%;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 40px;
}
.bottom .zhan_item{
    width: 50%;
    padding: 0 3rem;
    position: relative;
}
.bottom .zhan_item:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px dotted; var(--border-gray);
}
.bottom .zhan_item .btn{
    width: 100%;
    margin-right: 0;
}
.bottom .zhan_item h2{
    margin-top: 0;
    margin-bottom: 3rem;
}
.btn-bordered,
.btn-bordered:active,
.btn-bordered:before, 
.btn-bordered-white:after {
    background: linear-gradient(-45deg, #3d1673 0%, #9c49bf 100%);
}
.btn-primary{
    background: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover{
    background-color: #a52d6a;
    border-color: #a52d6a;
}
.bwizard-steps {
    margin: 0;
    padding: 0;
    background: #fff;
    display: block;
    padding-bottom: 8rem;
}
.bwizard-steps li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding: 0 8px 0 4rem;
    background: #DCDCDC;
    line-height: 6rem;
    list-style: none;
    zoom: 1;
}
.bwizard-steps li:first-child {
    padding-left: 2rem;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.bwizard-steps li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 3rem inset transparent;
    border-left: 3rem solid #fff;
    border-top: 3rem inset transparent;
    content: "";
}
.bwizard-steps li:first-child:before {
    border: none;
}
.bwizard-steps li:after {
    position: absolute;
    right: -3rem;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 3rem inset transparent;
    border-left: 3rem solid #DCDCDC;
    border-top: 3rem inset transparent;
    content: "";
    z-index: 2;
}
.bwizard-steps .active:after {
    border-left-color: var(--primary);
}
.bwizard-steps .active {
    color: #fff;
    background: var(--primary);
}
.es_show_box{
    display: flex;
    position: relative;
}
.es_show_box .bottom{
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
    margin-top: 2rem;
}
.num_list {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 20px;
    width: 100%;
}
.num_list li{
    width: 50%;
    background-size: 1px 100%;
    text-align: center;
    color: #333;
    position: relative;
    margin-bottom: 10px;
}
.num_list li:after{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid #d2d2d2;
}
.num_list li:last-child:after{
    display: none;
}
.num_list h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-primary {
    color: #9c49bf;
}
.num_list p {
    font-size: 20px;
    line-height: 20px;
    padding-top: 15px;
    opacity: 0.9;
}
.fengcai{
    padding-top: 10rem;
    padding-bottom: 12rem;
    background: #f4f4f4;
}
#feng_swiper a{
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
#feng_swiper a img{
    transition: 0.5s;
}
#feng_swiper a img:hover{
    transform: scale(1.2);
}
.zi_bg{
    padding-top: 8rem;
    padding-bottom: 12rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background: -webkit-radial-gradient(50% 50%, circle closest-side, #a57ebf 0%, #9c49bf 100%);*/
 /*   background-color: rgba(0, 0, 0, .6);
    background-blend-mode: multiply;*/
}
.zi_cover{
    background-color: rgba(0, 0, 0, .6);
    background-blend-mode: multiply;
}
.zi_bg .active_box{
    background: #fff;
    color: #000;
}
.link_list .item{
    overflow: hidden;
}
.link_list .item img{
    transition: 0.5s;
}
.link_list .item img:hover{
    transform: scale(1.2);
}
.zhan_tab a{
    color: #9c49bf;
    border-color: #9c49bf;
}
.zhan_tab a:hover, .zhan_tab a.active{
    background: #9c49bf;
    color: #fff;
}
.index_zhan_news .date{
    background: #9c49bf;
}
.text-danger{
    color: #9c49bf;
}
.index_zhan_news .detail:hover{
    background-color: #9c49bf;
}
.index_zhan_news .date:before, .index_zhan_news .date:after{
    background-image: url(../img/san1.png);
}
.index_activity h1{
    font-weight: bold;
}

/*.zhan_box:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.95;
    z-index: -1;
    background: -webkit-radial-gradient(50% 50%, circle closest-side, #a57ebf 0%, #9c49bf 100%);
}*/
.fotterBox{
    /*background: -webkit-radial-gradient(50% 50%, circle closest-side, #a57ebf 0%, #9c49bf 100%);*/
    /*background-image: url('../img/foot_bg1.jpg');*/
    background: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.c_zhan{
    margin-top: 0;
}
.b_nav{
    border-bottom-color: #f4f4f4;
}
.b_link{
    border-top-color: #f4f4f4;
}
.b_nav,
.b_link{
    background: #f4f4f4;
    color: #000;
}
.b_nav a,
.b_link a{
    color: #000;
}
.b_nav a:hover,
.b_link a:hover{
    color: #9c49bf;
}
.bg_gray{
    background: #F6F6F6;
}
.about_box{
    background-image: linear-gradient(90deg, #9a0ace 0%, #4768c0 100%);
    padding: 3rem 2rem;
    color: #fff;
    height: 100%;
    border-radius: 1rem;
    text-align: center;
}
.about_box_list{
    display: flex;
    margin-bottom: 2rem;
}
.z_product .title{
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary);
    padding-left: 4rem;
}
.z_product .list{
    margin-bottom: 1rem;
    position: relative;
    color: var(--gray);
}
.z_product .num{
    position: absolute;
    left: 0;
    top: .8rem;
    border:2px solid var(--primary);
    padding: .5rem;
    line-height: 1;
    font-size: 13px;
    color: var(--primary);
    margin-right: 1rem;
    display: inline-block;
}
.zu_list{
    box-shadow: 0px 0px 15px #d2d2d2;
    overflow: hidden;
    margin-bottom: 2rem;
}
.zu_list .title{
    background-image: linear-gradient(90deg, #0236bf 0%, #9a0ace 100%);
    padding: 1rem 2rem;
    font-weight: bold;
    color: #fff;
}
.zu_list .txt{
    padding: 2rem 2rem;
    min-height: 10rem;
    border:1px solid var(--border-gray);
    
}
.contact_box{
    box-shadow: 0px 0px 15px #d2d2d2;
    padding: 3rem 2rem;
    border-radius: 1rem;
    text-align: center;
    height: 100%;
}
.contact_box .fa{
    font-size: 4rem;
    color: var(--primary);
}
.contact_box h3{
    margin-top: 1rem;
}
.a_title{
   background-image: linear-gradient(90deg, #0236bf 0%, #9a0ace 100%);
   padding: 1rem 2rem;
   font-weight: bold;
   color: #fff;
   margin-bottom: 2rem;
}
.hezuo_list{
    display: flex;
}
.news_lists{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: relative;
    height: 100%;
}
.news_lists .img{
    height: 20rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news_lists .date{
    position: absolute;
    left: 1rem;
    top: 1rem;
    background: var(--primary);
    color: #ffffff;
    border-radius: 5px;
    padding: 0 .5rem;
    font-size: 12px;
}
.news_lists .txt{
    padding: 1.5rem 2rem;
}
.news_list_box{
    display: flex;
}
.news_list_box h4{
    margin-top: 0;
    margin-bottom: 1rem;
}
.news_list_box .col-md-4{
    margin-bottom: 2rem;
}
.down{
    float: right;
    color: var(--primary);
}
.left_float{
    position: fixed;
    bottom: 30%;
    width: 20rem;
    border-radius:5px;
    z-index: 9999;
    overflow: hidden;
    left: 2rem;
}
.left_float .float_box{
    position: relative;
    margin-bottom: 10px;
}
.c_step .num{
    display: inline-block;
    margin-right: 10px;
    border-radius: 10rem;
    background: var(--primary);
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
}
.left_float .closes{
    cursor: pointer;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    border-radius: 10rem;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.link_list{
    height: 720px;
    width: 100%;
}
.link_list .swiper-slide{
    width: 24%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1%;
}
.swiper-container-pp {
    width: 100%;
    height: 250px;
}

.swiper-container-pp .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: row;
}
.swiper-scrollbar{
    background: rgba(0, 0, 0, .5);
}
.swiper-scrollbar-drag{
    background: #fff;
}
.swiper-container-pp .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1%;
}
.pp-item {
  border: 1px solid #e3e3e3;
  width: 100%;
  height: 110px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 1%;
  background-color: #ffffff;
  display: inline-flex;
}

.pp-item img {
  max-width: 100%;
  max-height: 100%;
}
.modal-dialog {
    top: 20%;
}
@media (max-width: 586px) {
    .es_show_box{
        display: block;
    }
    .num_list{
        display: block;
    }
    .num_list li{
        display: inline-block;
        width: 49%;
    }
    .num_list li:after{
        display: none;
    }
    .num_list h2{
        font-size: 30px;
    }
    .num_list p{
        font-size: 16px;
    }
    .index_fan_list{
        display: block;
    }
    .index_fan{
        margin-bottom: 2rem;
    }
    body{
        font-size: 14px;
    }
    .top_zhan{
        margin-top: 10px;
    }
    .h1, h1{
        font-size: 28px;
    }
    .h2, h2{
        font-size: 25px;
    }
    .h3, h3{
        font-size: 22px;
    }
    .h4, h4{
        font-size: 18px;
    }
    .index_zhan_news,
    .i_zhan_box,
    .i_zhan_sbox{
        margin-bottom: 2rem;
    }
    .index_zhan{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .active_box{
        margin-bottom: 2rem;
    }
    .i_zhan_content,
    .i_zhan_list{
        display: block;
    }
    #index_video,
    .i_zhan_content .i_video_txt{
        width: 100%;
    }
    .c_zhan{
        padding: 3rem 2rem;
    }
    .feng_swiper .swiper-button-next{
        right: 2rem;
    }
    .feng_swiper .swiper-button-prev{
        left: 2rem;
    }
    .active_box,
    .index_zhan_news{
        box-shadow: 0 0 10px #d2d2d2;
    }
    .new_detail{
        position: static;
    }
    .news_list{
        display: block;
    }
    .news_list .img{
        height: 30rem
    }
    .top_zhan{
        background: transparent;
    }
    .banner{
        height: 30rem
    }
}