* {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	font-family: SF Pro SC, HanHei SC, SF Pro Text, Myriad Set Pro, SF Pro Icons, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:focus,
a.active,
a:hover {
	text-decoration: none;
	color: #333;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* placeholder*/
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.3);
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: inherit;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: inherit;
	outline-offset: 0px;
}

.modal .btn.active.focus,
.modal .btn.active:focus,
.modal .btn.focus,
.modal .btn:active.focus,
.modal .btn:active:focus,
.modal .btn:focus {
	outline: initial;
	outline-offset: 0px;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(./font/Montserrat-Bold.ttf);
}
@font-face {
    font-family: "Montserrat-Black";
    src: url(./font/Montserrat-Black.ttf);
}
@font-face {
    font-family: "Montserrat-Medium";
    src: url(./font/Montserrat-Medium.ttf);
    font-weight: 100;
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url(./font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: "YouSheBiaoTiHei";
    src: url(./font/ysbth.TTF);
}

.jobSelect option{
    color: #000000;
    background-color: transparent;
    border: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}


.body-out {
	background: #003440;
}

.navbar-default {
	background: rgba(0,0,0,0.3);
	backdrop-filter: blur(40px);
}

.navbar {
	height: 68px;
	line-height: 68px;
	margin-bottom: 0px;
	border: 0px solid transparent;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;
}

#pc-logo img {
	height: 36px;
    margin-right: 4px;
    margin-top: -4px;
}
#pc-logo{
    font-size: 18px;
    color: #fff;
    margin-right: 32px;
}
.box-banner {
	height: 738px;
    background: url(../img/banner_right@2x.png) 100% no-repeat;
    background-size: cover;
	position: relative;
	z-index: 1;
}
.box-banner .banner_top_img{
    height: 156px;
    margin-bottom: 50px;
}
.btns_t {
	padding-top: 68px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 17%;
}

.banner-top-btn{
    position: relative;
}

.liveQrcodeBox  {
    display: none;
    position: absolute;
    left: 290px;
    width: 150px;
    height: 150px;
    top: -103px;
}
liveQrcodeBox img{
    width: 100%;
    height: 100%;
}


.liveQrcodeBox2{
    position: relative;
}
.qrcode2{
    position: absolute;
    display: none;
    width: 150px;
    height: 150px;
    left: 70px;
    top: -30px;
}
.left_float_icon .qrcode2 img{
    width: 100%;
    height: 100%;
}

.liveQrcodeBox2 .liveQrcodeImg  {
    display: none;
    position: absolute;
    left: -155px;
    top:-20px;
    width: 150px;
    height: 150px;
}
.liveQrcodeBox2 .liveQrcodeImg img {
    width: 100%;
    height: 100%;
}



/* 导航悬浮框 */
.sub-menu {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    display: none;
    width: 230px;
    margin-bottom: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(40px);
    -webkit-transition: all .4s ease .2s;
    -o-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
}
.main-menu:hover .sub-menu {
    display: block;
}
.sub-menu li {
    width: 230px;
    cursor: pointer;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0px 18px;
}
.sub-menu li:hover{
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(80px);
}
.sub-menu a{
    font-size: 16px;
    color: rgba(255,255,255,0.6);
}
.sub-menu li:hover a{
    color: #fff;
}



.banner-top-btn span {
	width: 130px;
	height: 48px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	font-weight: bold;
	color: #00DBD8;
	text-align: center;
	display: inline-block;
	background: linear-gradient(158deg, #003843 0%, #001A20 100%);
	border: 2px solid;
	border-image: linear-gradient(138deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 2 2;
	margin-right: 30px;
    cursor: pointer;
}
.banner-top-btn span:hover{
    color: #D88900;
    background: linear-gradient(158deg, #001A20 0%, #003843  100%);
    border: 2px solid;
    border-image: linear-gradient(138deg,rgba(215, 137, 0, 1), rgba(32, 175, 219, 1), rgba(35, 226, 221, 1) ) 2 2;
}

.box_1 {
	width: 100%;
	background: url(../img/box_1.png) no-repeat;
	background-size: 100%;
	margin-top: -178px;
	z-index: 100;
	position: relative;
}

.box_1_title {
	font-size: 24px;
    font-family: Montserrat-Bold, Montserrat;
	color: rgba(255, 255, 255, 0.95);
	line-height: 1;
	margin-bottom: 45px;
	margin-left: -15px;
	padding-top: 178px;
}

.box_1 .time_l,.box_1 .time_r {
	height: 370px;
	padding: 0px 76px 0px 75px;
	position: relative;
	background: linear-gradient(158deg, #003843 0%, #001A20 100%);
	border: 2px solid;
	border-image: linear-gradient(138deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 2 2;
}

.box_1 .time_l {
	width: 452px;
}

.box_1 .time_l .time_t,
.box_1 .time_r .time_t {
	position: absolute;
	top: -4px;
	left: -4px;
	height: 58px;
}

.box_1 .time_l_title {
	padding-top: 60px;
	padding-bottom: 10px;
}

.box_1 .time_l_title img {
	height: 40px;
	margin-right: 12px;
}

.box_1 .time_l_title span {
	font-size: 24px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.95);
	line-height: 29px;
}

.box_1 .box_1_content {
	font-size: 16px;
	color: #F6EEEE;
	line-height: 26px;
	text-align: justify;
	text-justify: newspaper;
	word-break: break-all;
}

.box_1_time span {
	width: 300px;
	height: 56px;
	line-height: 56px;
	display: inline-block;
	font-size: 20px;
	padding-left: 20px;
	margin-top: 36px;
    font-family: Montserrat-Regular;
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.box_1 .time_r {
	padding: 0;
}

.box_1 .time_r .time_r_li {
	height: 123px;
	padding: 37px 74px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.box_1 .time_r .time_r_icon1 {
	height: 24px;
	position: absolute;
	top: 43%;
}

.box_1 .time_r .time_t_title {
	padding-left: 40px;
	width: 65%;
	display: inline-block;
}

.box_1 .time_r .time_t_title div {
	font-size: 18px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
	line-height: 25px;
	padding-bottom: 8px;
}

.box_1 .time_r .time_t_title p {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.95);
	line-height: 16px;
}

.box_1 .time_r .time_r_rt {
	position: absolute;
	right: 74px;
	top: 40%;
}

.box_1 .time_r .time_r_rt span {
	padding: 12px 38px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 18px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	line-height: 22px;
    font-family: "Montserrat-Regular";
}

.box_1 .pd_l_0 {
	padding-left: 0px;
}

.box_1 .pd_r_0 {
	padding-right: 0px;
	padding-left: 0px;
}

.box_1 .box_1_btm_img {
	margin: 79px 0px 44px;
}

.box_1 .box_1_btm_img img {
	height: 113px;
}

.h_title {
	font-size: 44px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.95);
	line-height: 53px;
	letter-spacing: 2px;
	text-align: center;
	padding: 100px 0px 70px;
}

.box_2 .box_2_text1 {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.95);
	line-height: 32px;
	padding-bottom: 18px;
}

.box_2 .text_diff {
	color: rgba(255, 255, 255, 0.5);
	line-height: 28px;

}

.box_2 .box_2_time {
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
	padding-left: 10px;
	position: relative;
}

.box_2 .box_2_time::after {
	content: "";
	width: 324px;
	height: 12px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0.9;
	background: linear-gradient(117deg, #22E1DC 0%, #20B3DB 48%, #D78900 100%);
}
.box_2 .main_time::after{
    width: 336px;
}

.box_2 .box_2_ul {
	padding-top: 56px;
    position: relative;
    z-index: 100;
}

.box_2 .box_2_ul li {
	padding: 30px 32px 25px;
	border: 1px solid #00DFD9;
	margin-bottom: 30px;
}

.box_2 .box_2_ul .meeting_title {
	position: relative;

}
.box_2 .box_2_ul .left_intro{
    font-size: 18px;
    font-weight: 600;
    color: #00CCC8;
    line-height: 25px;
    padding-bottom: 12px;
    width: 88%;
    display: inline-block;
}

.box_2 .box_2_ul span.meeting_main_time {
	position: absolute;
	right: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #00D0C9;
	line-height: 22px;
    font-family: Montserrat-Regular, Montserrat;
}
.box_2 .box_2_ul span.meeting_intro_span{
    float: right;
    width: 72px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    margin-top: -28px;
    cursor: pointer;
    background: linear-gradient(158deg, #003843 0%, #001A20 100%);
    border: 1px solid;
    border-image: linear-gradient(138deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 1 1;
}
.box_2 .box_2_ul span.meeting_intro_span:hover{
    background: linear-gradient(158deg,#001A20 0%, #003843 100%);
    border: 1px solid;
    border-image: linear-gradient(138deg,rgba(215, 137, 0, 1), rgba(32, 175, 219, 1), rgba(35, 226, 221, 1)) 1 1;
}
.box_2 .box_2_ul span.meeting_intro_span a{
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    background: linear-gradient(90deg, #22DEDC 0%, #D68900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box_2 .box_2_ul span.meeting_intro_span a:hover{
    color: rgba(255,255,255,0.7);
    background: linear-gradient(90deg,#D68900 0%, #22DEDC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box_2 .box_2_ul .meeting_intro{
    position: relative;
}

.box_2 .box_2_ul .meeting_intro p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 32px;
	letter-spacing: 1px;
}

.box_2 .part_meeting {
	padding-top: 60px;
}

.box_2 .tab {
	padding: 50px 0px 40px;
}

.box_2 .tab-btn {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.1);
	padding: 16px 0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;
}

.box_2 .tab-btn.active {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 27px;
	background: linear-gradient(90deg, #1CB3AF 0%, #0C5CA7 100%);
}
.box_2 #meeting_part1,.box_2 #meeting_part2{
	display: none;
}

.box_2 .community_all {
	position: relative;
	padding: 35px 40px;
	margin-top: 20px;
}

.box_2 .community_l_top,
.box_2 .community_l_btm {
	width: 105px;
	height: 105px;
	background: linear-gradient(158deg, #003843 0%, #001A20 100%);
	border: 2px solid;
	border-image: linear-gradient(316deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 2 2;
	display: inline-block;
	z-index: 1;
	position: absolute;
}

.box_2 .community_l_top {
	left: 0px;
	top: 0px;
}

.box_2 .community_l_btm {
	right: 0px;
	bottom: 0px;
}

.box_2 .community_middle {
	padding: 47px 60px 60px;
	position: relative;
	z-index: 100;
	background: linear-gradient(221deg, #002F43 0%, #001A20 100%);
	border: 2px solid;
	border-image: linear-gradient(138deg, rgba(35, 226, 221, 0), rgba(32, 175, 219, 0), rgba(216, 139, 72, 1)) 2 2;
}

.box_2 .community_all .community_middle .middle_top_img {
	height: 192px;
	position: absolute;
	right: 60px;
	top: -64px;
}

.box_2 .community_m_title {
	font-size: 22px;
	color: rgba(255, 255, 255, 0.95);
	line-height: 29px;
	padding-bottom: 36px;
    font-family: YouSheBiaoTiHei;
}

.box_2 .community_m_item img {
	height: 16px;
	margin-right: 8px;
}

.box_2 .community_m_item {}

.box_2 .community_m_item div {
	padding-bottom: 16px;
}

.box_2 .community_m_item span {
	font-size: 16px;
	color: #FAAD14;
	line-height: 22px;
	padding-right: 38px;

}

.box_2 .community_content {
	text-align: justify;
	text-justify: newspaper;
	word-break: break-all;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 18px;
	padding-top: 42px;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.justify-between {
	display: flex;
}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.guest_intro {
	margin-bottom: 60px;
	position: relative;
    width: 240px;
    background: url(../img/guest_bg.png)94% bottom no-repeat;
    background-size: 100%;
}
.tt2s{
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 20px;
    padding: 15px 16px;
}
.tt2s .tooltip-arrow{ border-top-color:initial;
    background-color: initial;
  }
.tt2s .tooltip-inner{

    background-color: #01151A;
  }

.poptop{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 20px;
	padding: 15px 16px;
	background: #01151A;
	text-align: justify;
	text-justify: newspaper;
	word-break: break-all;
	width: 300px;
	min-height: 136px;
	position: absolute;
	top: -45%;
	left: -14%;
	z-index: 100;
	display: none;
}
.poptop:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -19px;
	left: 48%;
	border: 10px solid transparent;
	border-top: 10px solid #01151A;
}

.guest_img_photo {
	height: 220px;
	width: 220px;
	position: relative;
	z-index: 100;
    margin: 0 auto;
}

.guest_intro_bg {
	position: relative;
	height: 64px;
	z-index: 1;
	text-align: center;
}

.guest_intro_bg .guest_intro_area {
	width: 100%;
	text-align: center;
}

.guest_intro_bg .guest_name {
	font-size: 18px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.95);
	line-height: 22px;
	padding-bottom: 6px;
    padding-top: 10px;
}

.guest_intro_bg .guest_titles {
    padding: 0px 3px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 16px;
}
.guest_titles p{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}

.subtitle {
	text-align: center;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.95);
	line-height: 25px;
	padding: 40px 0px;
}

.p_b_260 {
	padding-bottom: 250px;
}

.logo_area .logo_item {
	text-align: center;
	padding-bottom: 20px;
}

.logo_area .logo_item img {
	height: 60px;
	margin: 0px 8px;
}

.foot_bg {
	padding: 49px 0px 70px;
	background: linear-gradient(270deg, #002830 0%, #00171C 100%);
	position: relative;
}

.foot_out .foot_title {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 40px;
}

.foot_out .foot_btn {
	margin: 16px 0px 47px;
}

.foot_out .foot_btn a {
	font-size: 16px;
	color: #FFFFFF;
	width: 114px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
    cursor: pointer;
	background: linear-gradient(158deg, #003843 0%, #001A20 100%);
	border: 2px solid;
	border-image: linear-gradient(138deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 2 2;
}
.foot_out .foot_btn a:hover{
    color: #D88900;
    background: linear-gradient(158deg, #001A20 0%, #003843  100%);
    border: 2px solid;
    border-image: linear-gradient(138deg,rgba(215, 137, 0, 1), rgba(32, 175, 219, 1), rgba(35, 226, 221, 1) ) 2 2;
}
.foot_out .foot_btm {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 55px 0px 55px;
}

.foot_out .foot_btm .foot_btm_title {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.95);
	line-height: 22px;
	padding-bottom: 16px;
}

.foot_out .foot_btm .foot_btm_content {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 26px;
	text-align: justify;
	text-justify: newspaper;
	word-break: break-all;
}

.foot_out .foot_btm .foot_btm_sm {
	padding-bottom: 13px;
}

.foot_out .foot_btm .foot_btm_sm a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 16px;
}

.foot_out .foot_btm .col-lg-3,
.foot_out .foot_btm .col-lg-5,
.foot_out .foot_btm .col-lg-7,
.foot_out .col-lg-5 {
	padding: 0px;
}

.foot_out .col-lg-7,
.foot_out .foot_btm .col-lg-7 {
	padding-left: 15%;
}

.foot_btm_img{
}
.foot_btm_img .foot_left_area{
	float: left;
	width: 50%;
}
.foot_btm_img .foot_left_area>div{
	display: inline-block;
}
.foot_btm_img .foot_right_area>div{
	display: inline-block;
}
.foot_btm_img .foot_right_area{
	float: left;
	width: 50%;
}
.foot_btm_img  .foot_img_i img{
	height: 259px;
	margin-right: 38px;
    border: 2px solid rgba(255,255,255,0.5);
}
.foot_btm_img  .foot_title_c{
	font-size: 15px;
	font-weight: 400;
	color: rgba(255,255,255,0.5);
	line-height: 21px;
	margin-bottom: 20px;
}
.foot_btm_img  .foot_title_i{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	margin-bottom: 14px;
}
.foot_btm_img .col-lg-6{
	padding: 0px;
}
.foot_btm_img .foot_btn_b a{
	width: 140px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #23E2DD;
	background: linear-gradient(158deg, #003843 0%, #001A20 100%);
	border: 1px solid #00E6DE;
}
.foot_btm_img .foot_btn_b a.btn_l{
	color: #23E2DD;
	background: linear-gradient(158deg, #003843 0%, #001A20 100%);
	border: 1px solid #00E6DE;
}
.foot_btm_img .foot_btn_b a:hover{
	color: #fff;
	background: linear-gradient(158deg, #001A20 0%, #003843 100%);
}
.foot_btm_img .foot_btn_b a.btn_l:hover{
	color: #fff;
	background: linear-gradient(158deg, #001A20 0%, #003843 100%);
}

.img_bg_common {
	position: absolute;
	z-index: 1;
}

.r_bg_1 {
	width: 156px;
	right: 134px;
	top: -4%;
}

.r_bg_2 {
	/* width: 852px;
	right: 0px;
	top: 21%; */
    width: 500px;
    right: 0px;
    top: 13%;
}

.l_bg_1 {
	width: 582px;
	left: 0px;
}

.l_bg_2 {
	width: 232px;
	left: 104px;
	top: 39%;
}

.bg_all {
}


/* 右侧悬浮图标 */
.right_float_icon,.left_float_icon {
	position: fixed;
	z-index: 1000;
	right: 2%;
	bottom: 100px;
}

.right_float_icon img {
	height: 56px;
}

.right_float_icon .right_float_text {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 19px;
	padding: 8px 13px;
}
/* 左侧悬浮图标 */
.left_float_icon{
	top: 20%;
	left: 2%;
	bottom: auto;
	width: 82px;
	background: #00000080;
	border-radius: 6px;
	backdrop-filter: blur(24px);
	text-align: center;
	padding: 20px 8px 0px;
}
.left_float_icon>div{
	padding-bottom: 24px;
}
.left_float_icon img{
	height: 26px;
	margin-bottom: 6px;
}
.left_float_icon .left_float_text{
	font-size: 13px;
	color: #C8CACC;
	line-height: 18px;
}

/* 模态框样式 */
.modal-content {
	/* width: 540px; */
	background: linear-gradient(158deg, #003843 0%, #001A20 100%);
	border: 2px solid;
	border-image: linear-gradient(138deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 2 2;
}

.modal-header img {
	width: 24px;
}

.modal-header .close {
	opacity: 1;
}

.modal-header {
	padding: 22px 26px 2px 26px;
	border-bottom: 0px solid #e5e5e5;
}

.modal-title {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 29px;
	text-align: center;
}

.modal-body {
	padding: 6px 70px 38px;
}

.modal-body-tip {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 20px;
	margin-bottom: 30px;
}

.form-control {
	height: 48px;
	line-height: 48px;
	border: 0px;
	padding: 0px;
	color: #fff;
	background: #0000;
	border-radius: 0px;
}

.form-control:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: inherit;
}

.form-horizontal .control-label {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	height: 48px;
	line-height: 48px;
	padding: 0px;
	text-align: left;
	padding-left: 15px;
}

.form-horizontal .form-group {
	margin-right: 0px;
	margin-left: 0px;
	height: 48px;
	border: 1px solid #fff3;
	line-height: 48px;
	margin-bottom: 18px;
}

.form-group .col-sm-9 {
	padding-left: 0px;
}

.form-group .btn_code {
	position: absolute;
	top: 0px;
	height: 48px;
	line-height: 48px;
	right: -1px;
	width: 109px;
	height: 48px;
	text-align: center;
	background: transparent;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.modal-body .tip_text {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 21px;
	padding-bottom: 10px;
}

.modal-body .radio_type {
	width: 16px;
	height: 16px;
	appearance: none;
	outline: none;
	position: relative;
}

.modal-body .radio_type:before {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #7d7d7d;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
}

.modal-body .radio_type:checked:before {
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	background: #fff;
	text-align: center;
	display: block;
	position: absolute;
	top: 6px;
	border-radius: 50%;
	z-index: 1;
	left: 2px;
}

.modal-body .radio_type:checked:after {
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
	background: linear-gradient(158deg, #003843 0%, #001A20 100%);
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	z-index: 100;
}

.modal-body .radio_type:checked+label {
	color: #fff;
}

.modal-body .submit-btn {
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 16px;
	background: linear-gradient(158deg, #003843 0%, #001A20 100%);
	border: 2px solid;
	border-image: linear-gradient(138deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 2 2;
}

.modal-body .submit-btn:focus,
.submit-btn:active,
.submit-btn:hover {
    color: #fff;
    padding: 0px;
    background: linear-gradient(158deg, #001A20 0%, #003843  100%);
    border: 2px solid;
    border-image: linear-gradient(138deg,rgba(215, 137, 0, 1), rgba(32, 175, 219, 1), rgba(35, 226, 221, 1) ) 2 2;
}

.modal-body .form-xieyi{
    font-size: 12px;
    line-height: 17px;
    color: rgba(255,255,255,0.3);
}
.modal-body .form-xieyi a{
    color: #fff;
    text-decoration: underline !important;
}


.modal-footer {
	text-align: left;
	padding: 14px 24px 22px 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.modal-footer .modal_footer_jp {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 18px;
	display: flex;
	justify-content: space-around;
}

.modal-footer .modal_footer_jp .footer_jp_img {
	width: 70px;
	height: 70px;
	text-align: center;
	display: inline-block;
	line-height: 70px;
}

.modal-footer .modal_footer_jp li {
	text-align: center;
}

.modal-footer .modal_footer_jp li img {
	height: 80%;
}

.modal-footer .foot_dj_xz {
	font-size: 12px;
    cursor: pointer;
	color: rgba(255, 255, 255, 0.3);
	line-height: 17px;
	padding-top: 18px;
}

.modal-footer .foot_dj_xz span {
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	width: 13px;
	height: 13px;
	display: inline-block;
	text-align: center;
	line-height: 13px;
	margin-left: 4px;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 540px;
		margin: 30px auto;
	}
    .guest_intro_bg .chenli{
        padding-left: 50px;
        padding-right: 50px;
    }
    .guest_intro_bg .qilaijun{
        padding-left: 50px;
        padding-right: 50px;
    }
}

.modal_sm {
	width: 452px;
	margin-top: 14%;
}
.modal_sm_text{
    min-width: 452px;
    width: auto;
    margin: 30px;
}

.modal-djxz-title {
	font-size: 18px;
	color: #00DBD8;
	padding-top: 10px;
	line-height: 22px;
}

.modal_djxz_text {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 26px;
	margin: 10px -34px 100px;
}

.modal_djxz_footer {
	border-top: 0px;
	text-align: center;
}

.modal_djxz_footer button.close {
	opacity: 1;
	width: 238px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	float: inherit;
	font-weight: 400;
	text-shadow: inherit;
	margin-bottom: 10px;
	background: linear-gradient(117deg, #22E1DC 0%, #20B3DB 48%, #D78900 100%);
}
.modal_djxz_footer button.close:hover{
    background: linear-gradient(117deg, #D78900 0%, #20B3DB 48%, #22E1DC 100%);
}
.modal_success_logo img {
	height: 60px;
	margin-bottom: 10px;
}

.modal_success_title {
	font-size: 20px;
	font-weight: 600;
	color: #00DBD8;
	line-height: 28px;
	text-align: center;
	padding-bottom: 40px;
}

.modal_success_text {
	font-size: 16px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.95);
	line-height: 19px;
	padding-bottom: 18px;
	text-align: center;
}

.modal_success_sm {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 18px;
	text-align: left;
	padding-bottom: 0px;
}

.modal_success_num {
	text-align: center;
	padding: 28px 0px;
	font-size: 56px;
	font-weight: bold;
	color: #00DBD8;
	line-height: 68px;
    font-family: Montserrat-Blod, Montserrat;
}

.modal_success_more_sm {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 20px;
	text-align: left;
	padding-bottom: 20px;
}

.modal_success_qr {
	text-align: center;
}

.modal_success_qr .qrcode {
	width: 180px;
	height: 180px;
	display: inline-block;
	background-color: forestgreen;
}
.modal_success_qr .qrcode img{ width: 100%}
.text_title{
    text-align: center;
    font-size: 18px;
}
.text_content p{
    text-indent: 2em;
}
.content_title{
    font-weight: 500;
    padding: 10px 0px;
}
.text_content a{
    color: #fff;
    text-decoration: underline !important;
}
/* 模态框结束 */

/* 状态二开始 */
.video_area {
	padding-top: 118px;
	height: 1320px;
	background: url(../img/state2_banner.png) 50% 50% no-repeat;
	background-size: cover;
}
.video_area .video_banner_img {
	margin-bottom: 68px;
}
.video_area .video_banner_img img {
	height: 82px;
}
.video_area .video_area_modular {
	background: rgba(0, 0, 0, 0.3);
	padding: 16px 18px;
	margin: 60px 0px 30px;
	display: flex;
	justify-content: space-between;
}

.video_area .video_area_modular li {
	width: 23%;
	padding: 20px 24px 24px;
	background: rgba(0, 0, 0, 0.8);
}

.video_area .video_area_modular .video_area_title {
	font-size: 16px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.95);
	line-height: 22px;
	margin-bottom: 5px;
}

.video_area .video_area_modular .video_area_text {
	font-size: 12px;
	font-family: Montserrat-Regular, Montserrat;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	line-height: 15px;
	margin-bottom: 14px;
}

.video_area .video_area_modular .video_area_time {
	font-size: 18px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 24px;
    font-family: Montserrat-Regular, Montserrat;
}

.video_area .video_area_modular .video_area_btns a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
}

.video_area .video_area_modular .video_area_btns a img {
	height: 22px;
	margin-right: 4px;
}

.video_area .video_area_modular .video_area_btns a.btn1 {
    color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
}
.video_area .video_area_modular .video_area_btns a.btn1:hover{
    color: rgba(255,255,255,0.7);
    background: rgba(255,255,255, 0.15);
    border: 1px solid RGBA(255,255,255, 0.3);
}
.video_area .video_area_modular .video_area_btns a.btn2 {
	color: rgba(255, 255, 255, 0.5);
    background: RGBA(0, 41, 51, 1);
}
.video_area .video_area_modular .video_area_btns a.btn2:hover{
    color: #fff;
    background: RGBA(0, 41, 51, 0.8);
}

.video_area .video_area_modular .video_area_btns a.btn3 {
	font-weight: bold;
	background: linear-gradient(117deg, #22E1DC 0%, #20B3DB 48%, #D78900 100%);
}
.video_area .video_area_modular .video_area_btns a.btn3:hover{
    background: linear-gradient(117deg, #D78900 0%, #20B3DB 48%, #22E1DC 100%);
}

.video_area .video_area_modular .video_area_btns a.btn4 {
	background: linear-gradient(158deg, #003843 0%, #001A20 100%);
	border: 1px solid;
	border-image: linear-gradient(138deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 1 1;
}
.video_area .video_area_modular .video_area_btns a.btn4:hover{
	background: linear-gradient(158deg, #001A20 0%, #003843 100%);
	border: 1px solid;
	border-image: linear-gradient(138deg, rgba(215, 137, 0, 1) , rgba(32, 175, 219, 1), rgba(35, 226, 221, 1)) 1 1;
}

.video_btns_change {
    margin-bottom: 54px;
}

.video_btns_change a {
	padding: 13px 28px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	margin-right: 24px;
	background: rgba(0, 0, 0, 0.3);
}

.video_btns_change a.active {
	color: rgba(255, 255, 255, 0.95);
	border-bottom: 2px solid;
	border-image: linear-gradient(138deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 1 1;
}

.video_replay {
    height: 1200px;
}


@media (min-width: 768px){
    *[data-swipe="swiper_area"] {
        width: 750px;
        overflow-x: hidden;
    }
}
@media (min-width: 992px){
    *[data-swipe="swiper_area"] {
        width: 970px;
        overflow-x: hidden;

    }
}
@media (min-width: 1200px){
    *[data-swipe="swiper_area"] {
        width: 1175px;
        overflow-x: hidden;
    }
}

*[data-swipe="swiper_area"] {
    margin-top: 0;
    margin-bottom: 56px;
}
*[data-swipe="swiper_area"] .swiper-slide{
    width: 192px;
}
*[data-swipe="swiper_area"] .swiper-img{
    position: relative;
}
*[data-swipe="swiper_area"] .swiper-modal{
    position: absolute;
    height: 109px;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
}
*[data-swipe="swiper_area"] .swiper-img .swiper-btm-img{
    height: 109px;
    width: 100%;
    border: 1px solid #22DFDC;
}
*[data-swipe="swiper_area"]  .swiper-img .swiper-name{
    position: absolute;
    bottom: 10px;
    left: 13px;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 18px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 100%;
    padding-right: 13px;
}
*[data-swipe="swiper_area"]  .swiper-img .swiper-modal img{
    width: 32px;
    position: absolute;
    left: 42%;
    top: 35%;
}
*[data-swipe="swiper_area"] .swiper_text{
    font-size: 13px;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 10px;
    text-align:justify;
    text-justify: newspaper;
    word-break: break-all;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.video_area_play .video_play_l{
    display: inline-block;
    height: 510px;
    float: left;
}
.video_area_play .video_play_l img{
    height: 100%;
    width: 100%;
}
.s-t-video img{
    width: 100%;
}
.video_area_play .video_play_r{
    height: 510px;
    width: 260px;
    float: left;
    display: inline-block;
    padding: 15px 15px 15px 24px;
    background: rgba(0,0,0,0.3);
    overflow-y: scroll;
}
.video_area_play .video_play_r .video_play_t{
    font-size: 15px;
    color: #FFFFFF;
    line-height: 21px;
}
.video_area_play .video_play_r ul{
    margin-top: 20px;
}
.clearfix:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.video_list{
    color: rgba(255,255,255,0.5);
    font-family: Montserrat-Regular, Montserrat;
    font-size: 13px;
    line-height: 1;
    padding-bottom: 18px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.5);
}
.video_list:last-of-type{
    border: 0px;
}
.video_list::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    display: inline-block;
    left: -4.5px;
    background: #000;
    top: -1px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
}
.video_list.activeItem::before{
    border: 1px solid #00DBD8;
}

.video_list.activeItem{
    color: #00DBD8;
    border-left: 1px solid #00DBD8;
}
.video_list .video_list_l,.video_list .video_list_r{
    float: left;
}
.video_list .video_list_l{
    width: 40%;
    line-height: 8px;
}
.video_list .video_list_r{
    width: 60%;
    line-height: 16px;
    margin-top: -3px;
    padding-left: 8px;
    text-align:justify;
    text-justify: newspaper;
    word-break: break-all;
}
/* 状态二结束 */

/* 状态三开始 */
.swiper-button{
    margin: 0 auto;
    position: relative;
}
.s-m-replay .swiper-button-prev,.s-m-replay .swiper-container-rtl .swiper-button-next {
    left: -50px;
    top: -150px;
}
.s-m-replay .swiper-button-next,.s-m-replay .swiper-container-rtl .swiper-button-prev {
    right: -54px;
    left: auto;
    top: -150px;
}
.s-m-replay .swiper-button-prev:after,.s-m-replay  .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.s-m-replay .swiper-button-next:after,.s-m-replay  .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button img{
    width: 30px;
}
.state-replay .swiper-slide{
    width: 286px !important;
    background: url(../img/vv.png) no-repeat;
    background-size: 100%;
}
.state-replay .state-replay-c{
    padding: 17px 17px 0px;
    height: 172px;
}
/*
.state-replay .gist_0{
    background-image: url(../img/vv1.png);
}

.state-replay .tech_0{
    background-image: url(../img/tech.png);
}
.state-replay .ff_0{
    background-image: url(../img/ff.png);
}
.state-replay .internet_0{
    background-image: url(../img/internet.png);
}
*/

.state-replay .swiper-slide.swiper-slide-active2  .state-replay-c,
.s-m-replay .state-replay .state-replay-c:hover{
    height: 162px;
    border: 2px solid;
    border-image: linear-gradient(138deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 2 2;
}
/*.state-replay .swiper-slide.swiper-slide-active .state-replay-c{*/
/*    background: url(../img/s-bg-active.png) no-repeat;*/
/*    background-size: cover;*/
/*    height: 173px;*/
/*}*/

/*
.state-replay .swiper-slide.swiper-slide-active  state-replay-c:hover{
    border: 0px solid;
    border-image: linear-gradient(138deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 2 2;
}
*/

.state-replay .s-replay-t{
    min-height: 52px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.95);
    line-height: 22px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    padding-bottom: 8px;
}
.state-replay .s-replay-n{
    min-height: 37px;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,0.95);
    line-height: 17px;
    padding-bottom: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.state-replay .s-replay-btn a{
    display: inline-block;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    width: 82px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: linear-gradient(158deg, #003843 0%, #001A20 100%);
    border: 1px solid;
    border-image: linear-gradient(138deg, rgba(35, 226, 221, 1), rgba(32, 175, 219, 1), rgba(215, 137, 0, 1)) 1 1;
    margin-bottom: 18px;
}
.state-replay .s-replay-btn a:hover{
    color: rgba(255,255,255,1);
    background: linear-gradient(158deg, #001A20 0%, #003843 100%);
    border: 1px solid;
    border-image: linear-gradient(138deg, rgba(215, 137, 0, 1) , rgba(32, 175, 219, 1), rgba(35, 226, 221, 1)) 1 1;
}
.s-m-replay .video_area_play .video_play_l{
    float: inherit;
    height: 675px;
}
.video_replay_new{
    height: 1280px !important;
}

.v-bg2{
    text-align: center; font-size: 36px; height: 512px;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    background-image: url('/img/v-bg.png');
}

.v-bg3{
    display: flex;
    align-items: center;
    background: rgba(0,0,0,.6);
    height: 100%;
    text-align: center;
    justify-content:center;
}

/*超大型屏幕pc ≥1920px屏幕 */
@media screen and (min-width: 1920px) {
    .box-banner {
		height: 916px;
	}
}
/*大型屏幕pc 1920>=pc>=1200 超大屏*/
@media screen and (min-width:1450px) and (max-width: 1600px){
    .box-banner {
    	background-position: 0% 100%;
    	height: 676px;
    }
}

/*大型屏幕pc 1920>=pc>=1200 超大屏*/
@media screen and (min-width:1200px) and (max-width: 1450px) {
	.box-banner {
		background-position: 0% 100%;
		height: 600px;
	}
}

/*中型屏幕/平板 1200>=pc>=992 超大屏*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.box-banner {
		background-position: 0% 100%;
		height: 580px;
	}
	.foot_out .foot_btm {
	  clear: both;
	  height: 330px !important;
	}
}

/* 平板 */
@media screen and (min-width: 480px) and (max-width: 1199px) {
	.box-banner {
        background: url(../img/banner_right@2x.png) 40% no-repeat;
        background-size: cover;
		height: 580px;
	}

	.logo_area .logo_item img {
		margin-bottom: 20px;
	}

	.box_1 .box_1_btm_img img {
		height: auto;
		width: 100%;
	}

	.box_1 .time_l {
		margin-bottom: 70px;
	}

	.nav>li>a {
	    padding: 0px 10px;
	}
	.left-footer,.right-footer{
		float: left;
	}
	.foot_out .col-lg-7, .foot_out .foot_btm .col-lg-7 {
	    padding-left: 2%;
	}
	.right-footer .col-lg-3,.right-footer .col-lg-6{
		float: left;
	}
	.right-footer .col-lg-3{
		width: 20%;
	}
	.right-footer .col-lg-6{
		width: 60%;
	}
	.foot_out .foot_btm {
	  clear: both;
	  height: 670px;
	}
	.box_2 .tab{
		display: flex;
	}
	.box_2 .tab-btn{
		width: 33.33%;
	}
	.foot_btm_img .col-lg-6 {
		padding: 0px;
	}
	.foot_btm_img .foot_title_i{
		margin-top: 20px;
	}
    *[data-swipe="swiper_area"] {
        width: 100%;
        overflow-x: hidden;
    }
    .video_area_play .video_play_l{
        height: auto;
        float: inherit;
    }
    .video_area_play .video_play_r {
        width: 100%;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .video_area_play .video_play_r ul {
        display: inline-flex;
        flex-shrink: 0;
        align-items: center;
        flex-flow: row nowrap;
    }
    .video_list{
        min-width: 200px;
        padding-left: 0px;
        border-left: 0px solid rgba(255,255,255,0.5);
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .video_list .video_list_l, .video_list .video_list_r {
        float: inherit;
    }
    .video_list.activeItem {
        color: #00DBD8;
        border-left: 0px solid #00DBD8;
        border-bottom: 1px solid #00DBD8;
    }
    .video_list::before{
        top: auto;
        bottom: -4px;
        left: 50%;
    }
    .video_list.activeItem::before{
        top: auto;
        bottom: -4px;
        left: 50%;
    }
    .video_list:last-of-type{
        border: 0px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .video_list .video_list_r {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }
}

/* 手机端 */
@media screen and (max-width: 480px) {
    .v-bg2{
        height: 300px;
        font-size: 26px;
    }
    .left_float_icon, .right_float_icon{
        display: none;
    }
    .navbar-collapse.in {
        overflow-y: inherit !important;
    }
    .sub-menu{
        width: 100%;
        /* background: #000c; */
    }
    .sub-menu li{
        width: 100%;
        padding-left: 24px;
    }
    .sub-menu li a{
        /* color: #fff; */
    }
	.navbar-toggle {
		margin-top: 16px;
	}
    .navbar-default{
        background: rgba(0,0,0,0.6);
        backdrop-filter: blur(40px);
    }
	.navbar-header #pc-logo {
		margin-left: 15px;
        font-size: 16px;
	}

	.box-banner {
        background: url(../img/banner_right@2x.png) 0% 50% no-repeat;
		background-size: cover;
		height: 500px;
	}
    .box-banner .banner_top_img{
        height: 100px;
    }
	.box_1 .box_1_btm_img img {
		height: 40px;
		width: 100%;
	}

	.box_1 {
		width: 100%;
		margin-top: 230px;
	}

	.box_1_title {
		padding-top: 100px;
		margin-left: 0px;
	}

	.box_1 .time_l,
	.box_1 .time_r {
		width: 100%;
		height: auto;
		padding: 0px 20px;
		margin-bottom: 40px;
	}

	.box_1 .pd_l_0 {
		padding-left: 15px !important;
	}

	.box_1 .pd_r_0 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.box_1 .time_l {
		width: 100%;
	}

	.box_1_time span {
		width: 100%;
		margin-bottom: 50px;
	}

	.box_1 .time_r {
		padding: 0px;
	}

	.box_1 .time_r .time_r_li {
		height: auto;
		min-height: 123px;
		padding: 60px 20px;
	}

	.box_1 .time_r .time_t_title {
		width: 98%;
	}

	.box_1 .time_r .time_r_icon1 {
		top: 34%;
	}

	.box_1 .box_1_btm_img {
		margin: 0px 0px 44px;
		padding: 0px 15px;
	}

	.box_1 .time_r .time_r_rt {
		position: absolute;
		right: auto;
		top: auto;
		position: inherit;
		margin-top: 30px;
	}

	.h_title {
		font-size: 34px;
		padding: 40px 0px;
	}

	.box_2_content {
		padding: 0px 15px;
		position: relative;
		z-index: 101;
	}

	.box_2_content .box_2_text1 {
		font-size: 16px !important;
	}

	.box_2 .box_2_time::after {
		/* width: 77%; */
		left: 6px;
	}
    .box_2 .main_time::after{
        width: 336px;
    }
	.box_2 .box_2_ul {
		padding: 56px 15px 0px;
	}

	.box_2 .box_2_ul li {
		padding: 14px 12px;
	}

	.box_2 .box_2_ul span {
		position: inherit;
		float: right;
	}

	.box_2 .tab {
		padding: 40px 15px;
		display: flex;
	}

	.box_2 .tab .tab-btn {
        font-size: 14px;
		width: 100% !important;
	}

	.box_2 .community_l_top,
	.box_2 .community_l_btm {
		width: 60px;
		height: 60px;
	}

	.box_2 .community_all {
		padding: 20px;
		margin-top: 53px;
		margin: 50px 15px;
	}

	.box_2 .community_all .community_middle .middle_top_img {
		height: auto;
		width: 50%;
		right: -30px;
	}

	.box_2 .community_middle {
		padding: 20px;
		text-align: justify;
		text-justify: newspaper;
		word-break: break-all;
	}

	.box_2 .community_m_item div {
		padding-bottom: 0px;
		display: flex;
		flex-wrap: wrap;
	}

	.box_2 .community_m_item div span {
		padding-bottom: 16px;
	}

	.logo_area .logo_item img {
		height: 40px;
		margin-bottom: 20px;
	}

	.guest_intro {
		width: 50%;
		margin: 0 auto;
        margin-bottom: 10px;
	}
    .guest_intro_bg .guest_name{
        font-size: 14px;
    }
	.guest_intro_bg {
		margin: 0px auto 0px;
	}
    .guest_intro_bg .guest_intro_area{
        padding:0px 6px;
    }
    .guest_titles p{
        padding: 0px 10px;
    }
	.guest_img_photo{
        width: 160px;
        height: 160px;
		margin: 0 auto;
	}
    .box_2 .box_2_ul .left_intro{
        font-size: 14px;
        width: 77%;
    }

    .box_2 .box_2_ul span.meeting_main_time {
        position: absolute;
        right: 0px;
        font-size: 12px;
        font-weight: 500;
        color: #00D0C9;
        line-height: 22px;
        float: right;
        font-family: Montserrat-Regular, Montserrat;
    }
    .box_2 .box_2_ul .meeting_intro p{
        font-size: 14px;
        width: 80%;
        text-align: justify;
        text-justify: newspaper;
        word-break: break-all;
    }
    .box_2 .box_2_ul span.meeting_intro_span{
        width: 60px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
	.subtitle{
		padding-left: 15px;
		padding-right: 15px;
	}
	.p_b_260 {
		padding-bottom: 30px;
	}

	.r_bg_1 {
        width: 18%;
        right: 0px;
	}

	.r_bg_2 {
		width: 80%;
	}

	.l_bg_1 {
		width: 80%;
	}

	.l_bg_2 {
		width: 30%;
		left: 0px;
	}

	.foot_out .foot_btm .col-lg-3,
	.foot_out .foot_btm .col-lg-5,
	.foot_out .foot_btm .col-lg-7,
	.foot_out .col-lg-5 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.foot_out .foot_title {
		font-size: 14px;
		line-height: 28px;
	}

	.foot_out .col-lg-7,
	.foot_out .foot_btm .col-lg-7 {
		padding-left: 15px;
	}

	.foot_out .foot_btm .col-lg-7 .col-lg-3,
	.foot_out .foot_btm .col-lg-7 .col-lg-6 {
		width: 50%;
		display: inline-block;
		padding: 20px 0px;
	}

	.foot_btm .col-lg-7 {
		display: flex;
		justify-content: space-between;
	}
	.right_float_icon{
		right: 6%;
	}
	.bg_all {
		/* background: url(../img/lr_bg_btm.png);
		background-size: contain; */
	}

	/* 模态框开始 */
	.modal-dialog {
		margin: 80px 40px;
	}

	.modal-body {
		padding: 6px 12px 38px;
	}

	.modal-footer .modal_footer_jp .footer_jp_img {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.modal-body .col-sm-10 {
		width: 80%;
		display: inline-block;
	}

	.modal-body .mobile_sm {
		width: 75%;
	}

	.form-group .btn_code {
		width: 80px;
		font-size: 12px;
		right: -15px;
		height: 36px;
		line-height: 36px;
	}

	.modal_sm {
		width: 74%;
		margin: 15% auto;
	}
    .modal_sm_text{
        min-width: 100%;
        width: auto;
        margin:0 auto;
    }
	.modal_djxz_text {
		margin: 10px 0px 100px;
	}

	.modal_djxz_footer button.close {
		width: 100%;
	}

	.form-horizontal .control-label {
		font-size: 14px;
	}

	.modal-header img {
		width: 16px;
	}

	.modal-body .radio_type:checked:before {
		width: 12px;
		height: 12px;
		top: 34%;
		left: 19%;
	}

	.form-horizontal .form-group,
	.form-control,
	.form-horizontal .control-label {
		height: 36px;
		line-height: 36px;
	}

	.modal_success_logo img {
		height: 40px;
	}

	.modal_success_title {
		padding-bottom: 20px;
	}

	/* 模态框结束 */
	/* 状态二开始 */
	.video_area {
		height: 1480px;
	}

	.video_area .video_banner_img img {
		height: 62px;
	}



	.video_area .video_area_modular li {
		width: 100%;
		margin-bottom: 20px;
	}

	.video_btns_change a {
		padding: 12px;
		font-size: 12px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.video_btns_change {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.video_replay {
		display: block;
		height: 1020px;
	}

	/* 状态二结束 */
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: transparent;
		background: rgba(0, 0, 0, 0.8);
	}
	.foot_btm_img .foot_img_i img{
		height: 160px;
		margin-right: 0px;

	}
	.foot_btm_img .foot_left_area,.foot_btm_img .foot_right_area{
		width: 100%;
		margin-left: 15px;
	}
	.foot_btm_img .foot_btn_b{
		margin-bottom: 40px;
	}
	.foot_btm_img .foot_title_i{
		margin-top: 40px;
	}
    .foot_bg .row{
        width: 100%;
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .liveQrcodeBox  {
        left: 260px;
        width: 120px;
        height: 120px;
        top: -120px;
    }
    *[data-swipe="swiper_area"] {
        width: 100%;
        overflow-x: hidden;
    }
    .video_area_play .video_play_l{
        height: auto;
        float: inherit;
    }
    .video_area_play .video_play_r {
        width: 100%;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .video_area_play .video_play_r ul {
        display: inline-flex;
        flex-shrink: 0;
        align-items: center;
        flex-flow: row nowrap;
    }
    .video_list{
        min-width: 200px;
        padding-left: 0px;
        border-left: 0px solid rgba(255,255,255,0.5);
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .video_list .video_list_l, .video_list .video_list_r {
        float: inherit;
    }
    .video_list.activeItem {
        color: #00DBD8;
        border-left: 0px solid #00DBD8;
        border-bottom: 1px solid #00DBD8;
    }
    .video_list::before{
        top: auto;
        bottom: -4px;
        left: 50%;
    }
    .video_list.activeItem::before{
        top: auto;
        bottom: -4px;
        left: 50%;
    }
    .video_list:last-of-type{
        border: 0px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .video_list .video_list_r {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }
    /* 状态三 */
    .s-m-replay{
        margin:0px 40px;
    }
    .state-replay .swiper-slide {
        width: 100% !important;
    }
    .s-m-replay .swiper-button-prev,.s-m-replay  .swiper-container-rtl .swiper-button-next {
        left: -40px;
    }
    .s-m-replay .swiper-button-next,.s-m-replay  .swiper-container-rtl .swiper-button-prev {
        right: -40px;
    }
    .state-replay .swiper-slide.swiper-slide-active {
        background-size: 100%;
        height: 184px;
    }
    .s-m-replay .video_area_play{
        margin: 0px -40px;
    }
    .video_replay_new{
        height: 840px !important;
    }
}

::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: rgba(255,255,255,0.08);
}
/*定义滚动条轨道
内阴影+圆角*/
::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);
    border-radius: 10px;
    background-color:transparent;
}

/*定义滑块
内阴影+圆角*/
::-webkit-scrollbar-thumb{
    border-radius:10px;
    width: 4px;
    height: 4px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background: rgba(255,255,255,0.18);
}
