a:hover {
	/*color: #13898B!important*/
}
a:hover .iconfont {
	color: #13898B!important
}
video::-webkit-media-controls {
	object-fit:fill;
	display:none!important
}
.video-none {
	display: none!important
}
.video-show {
	display: block!important
}
.vjs-poster {
	background-size: cover!important
}
.video-js {
	width: 100%!important;
	height: 100%!important
}
.home .vjs-control-bar {
	display: none!important
}
.home .noPointerEvents {
	pointer-events: none
}
.home .banner {
	min-height: 550px
}
.home .banner .voice_box {
	position: absolute;
	right: 30px;
	top: 150px
}
.home .banner .voice {
	font-size: 24px;
	display: inline-block;
	margin: 0 auto;
	color: #ccc;
	cursor: pointer
}
.home .banner .voice.hide {
	display: none
}
.home .banner .play_box {
	width: 100%;
	position: absolute;
	top: 50%
}
.home .banner .play {
	font-size: 64px;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	cursor: pointer
}
.home .banner .swiper-slide {
	text-align: center;
	overflow: hidden;
	min-height: 500px;
	width: 100%;
	z-index: 2;
	height: 100%;
	position: absolute!important;
	display: none
}
.home .banner .swiper-slide a {
	display: block;
	height: 100%
}
.home .banner .swiper-slide video {
	-o-object-fit: cover;
	object-fit: cover;
	bottom: inherit!important;
	right: inherit!important
}
.home .banner .swiper-slide video.hidden {
	opacity: 0;
	transition: all .2s
}
.home .banner .swiper-slide img {
	margin: auto -100%;
	height: 100%;
	margin-right: 0\9\0;
	margin-left: 0\9\0
}
.home .banner .pagination {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	left: 0;
	bottom: 30px;
	z-index: 10
}
.home .banner .downArrow {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	display: none
}
.home .banner .downArrow i {
	display: block;
	font-size: 24px;
	margin-bottom: -10px;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.home .banner .downArrow span {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding-top: 10px
}
.home .banner .animation_stars_1s {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation: stars 2s ease-out infinite forwards;
	-webkit-animation: stars 2s ease-out infinite forwards;
	-moz-animation: stars 2s ease-out infinite forwards;
	-ms-animation: stars 2s ease-out infinite forwards
}
.home .banner .animation_stars_2s {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation: stars 3s ease-out infinite forwards;
	-webkit-animation: stars 3s ease-out infinite forwards;
	-moz-animation: stars 3s ease-out infinite forwards;
	-ms-animation: stars 3s ease-out infinite forwards
}
.home .banner .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	cursor: pointer;
	margin: 0 auto;
	display: inline-block;
	margin: 0 5px
}
.home .banner .swiper-visible-switch {
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100)
}
.home .banner .swiper-active-switch {
	background: 0 0;
	border: 2px solid #fff;
	width: 8px;
	height: 8px
}

@media (max-width: 700px) {
.home .banner {
	min-height: 255px
}
}

@keyframes stars {
0% {
transform:scale(1, 1);
-webkit-transform:scale(1, 1);
-moz-transform:scale(1, 1);
-ms-transform:scale(1, 1);
opacity:.6
}
50% {
transform:scale(1.4, 1.4);
-webkit-transform:scale(1.4, 1.4);
-moz-transform:scale(1.4, 1.4);
-ms-transform:scale(1.4, 1.4);
opacity:0
}
}
@-webkit-keyframes stars {
0% {
transform:scale(1, 1);
-webkit-transform:scale(1, 1);
-moz-transform:scale(1, 1);
-ms-transform:scale(1, 1);
opacity:.6
}
100% {
transform:scale(1.4, 1.4);
-webkit-transform:scale(1.4, 1.4);
-moz-transform:scale(1.4, 1.4);
-ms-transform:scale(1.4, 1.4);
opacity:0
}
}
.home .banner.noOverflow .swiper-slide img {
	min-width: 100%;
	height: auto;
	margin: 0
}
/* 投资者关系 */
.home .touzizhe {
	height: 528px;
	position: relative;
}
@media (max-width: 1199px) {
.home .touzizhe {
	height: 458px;
}
}
@media (max-width: 991px) {
.home .touzizhe {
	height: 400px;
}
}
@media (max-width: 700px) {
.home .touzizhe {
	height: 500px;
}
}
@media (max-width: 575px) {
.home .touzizhe {
	height: 450px;
}
}
.home .touzizhe .content {
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.home .touzizhe .content .box {
	text-align: left;
	float: right;
}
.home .touzizhe .content .til {
    line-height: 53px;
	font-size: 40px;
    font-weight: 700;
    color: #FFF;
}
.home .touzizhe .content .con {
	margin: 15px 0 5px;
    line-height: 40px;
	font-size: 20px;
    color: #FFF;
}
@media (max-width: 575px){
.home .touzizhe .content .con {
    font-size: 14px;
    margin: 15px 0 10px;
    color: #FFF;
}
.home .touzizhe .content .til {
    line-height: 53px;
	font-size: 28px;
    font-weight: 700;
    color: #FFF;
}
}
.home .touzizhe .content .btn {
    line-height: 60px;
	font-size: 20px;
    color: #FFF;
}
@media (max-width: 700px) {
.home .touzizhe .content .box {
	text-align: center;
	float: right;
}
}
/* 直播 */
.home .live_banner {
	background: #FFF;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0)
}
.home .live_banner .swiper-slide {
	transform: translate3d(0, 0, 0)
}
.home .live_banner .swiper-slide .sd_imgbox {
	position: initial!important
}
.home .live_banner .swiper-slide .img_box {
	margin: 100px 0 100px 0;
	overflow: hidden;
	position: relative;
	height: 600px;
	text-align: center
}
.home .live_banner .swiper-slide .img_box .live_video_box {
	width: 100%;
	height: 100%
}
.home .live_banner .swiper-slide .img_box .live_video_box .iconplay {
	font-size: 64px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	cursor: pointer
}
.home .live_banner .swiper-slide .img_box .img {
	width: 100%
}
.home .live_banner .swiper-slide .con_box {
	margin-left: 90px
}
.home .live_banner .swiper-slide .limitbox {
	max-height: 162px
}
.home .live_banner .swiper-slide .con_box h2 {
	background-image: linear-gradient(to right, #66CACB 0, #2D7381 100%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 40px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 6px;
}
.home .live_banner .swiper-slide .con_box .line {
	width: 100%;
	height: 1px;
	background-color: #e5ebf3;
	display: inline-block;
	margin: 30px 0
}
.home .live_banner .swiper-slide .con_box .line:before {
	content: '';
	width: 200px;
	height: 3px;
	background-color: #66CACB;
	display: block;
	position: relative;
	bottom: 1px;
	pointer-events: none
}
.home .live_banner .swiper-slide .con_box p {
	margin: 30px 0 45px;
	font-size: 20px;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0;
	color: #999;
}
.home .live_banner .swiper-slide .con_box .eg_button {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px
}
.home .live_banner .swiper-slide .con_box .now {
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0;
	color: #999;
	margin-bottom: 20px
}
.home .live_banner .swiper-slide .live_lab {
	position: absolute;
	left: 40px;
	top: 40px
}
.home .live_banner span.arrow {
	display: inline-block;
	font-size: 48px;
	color: #2D7381;
	top: 50%;
	position: absolute;
	margin-top: -48px
}
.home .live_banner span.arrow.prev {
	left: 2.4%;
	cursor: pointer
}
.home .live_banner span.arrow.next {
	right: 2.4%;
	cursor: pointer
}
/* 全球抗疫 */
.home .kangyi {
	height: 550px;
	position: relative
}
.home .kangyi .swiper-wrapper {
	height: 100%
}
.home .kangyi .swiper-slide {
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 100%
}
.home .kangyi .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%
}
.home .kangyi .swiper-slide img {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.home .kangyi .swiper-slide a:hover img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.home .kangyi .swiper-slide .sd_imgbox {
	height: 100%
}
.home .kangyi .swiper-slide:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	border: 1px solid #fff;
	opacity: .3;
	filter: alpha(opacity=5);
	pointer-events: none;
	z-index: 1
}
.home .kangyi .swiper-slide .kangyi_text_box {
	position: absolute;
	top: 0;
	left: 8.33333333%;
	display: block;
	line-height: 550px;
	text-align: left
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text {
	margin: 0 auto;
	display: inline-block
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text .text {
	font-size: 40px;
	line-height: 53px;
	font-weight: 700;
color: transparent;
background-image: linear-gradient(to right, #66CACB 0, #2D7381 100%);
-webkit-background-clip: text;
	padding: 0;
	margin: 0
letter-spacing: 6px;
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text p {
	margin: 20px 0 15px;
	font-size: 16px;
	line-height: 22px;
	color: #999
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text .sub_p {
	font-size: 16px;
	line-height: 22px;
	color: #fff
}
.home .kangyi .swiper-slide .grid {
	position: absolute;
	top: 0;
	left: 0
}
.home .kangyi .swiper-slide .grid .info {
	float: right;
	text-align: left;
	margin-top: 180px;
	margin-right: 15%
}
.home .kangyi .swiper-slide .grid h2 {
	background-image: linear-gradient(to right, #66CACB 0, #2D7381 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 48px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 45px
}
.home .kangyi .swiper-slide .grid .eg_button {
	width: 198px;
	height: 48px;
	line-height: 50px;
	font-size: 16px
}
.home .kangyi span.arrow {
	display: inline-block;
	font-size: 48px;
	color: #fff;
	top: 50%;
	position: absolute;
	margin-top: -24px
}
.home .kangyi span.arrow.prev {
	left: 2.2%;
	cursor: pointer
}
.home .kangyi span.arrow.next {
	right: 2.2%;
	cursor: pointer
}
.home .kangyi span.nonextslide, .home .kangyi span.nopreslide {
	opacity: .3;
	filter: alpha(opacity=30)
}
/* 新闻资讯 */
.home .news {
	padding: 60px 0 90px 0;
	position: relative
}
.home .news .alginTop {
	vertical-align: top
}
.home .news img:hover {
	transition: all 1s;
	transform: scale(1.1)
}
.home .news .img_left {
	width: 57.5%;
	display: inline-block;
	vertical-align: top;
	height: 530px;
	float: left;
}
.home .news .img_left .box {
	height: 100%;
	text-align: left;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}
.home .news .img_left .box .hidden {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 380px
}
.home .news .img_left .box .hidden img {
	height: 100%;
	margin: -10% -100%
}
.home .news .img_left .box .info {
	padding: 0 30px
}
.home .news .img_left .box .img_left_title {
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #333;
	padding: 20px 0 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.home .news .img_left .box .limitbox {
	height: 40px;
	margin-bottom: 10px
}
.home .news .img_left .box p {
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0;
	color: #999
}
.home .news .img_left .box .lb .chnl {
	font-size: 12px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #2D7381
}
.home .news .img_left .box .lb .date {
	font-size: 12px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #ccc
}
.home .news .img_left .box .lb .hr {
	margin: 0 10px;
	color: #ccc;
	font-size: 12px;
	position: relative;
	font-size: 0;
	background: #ccc;
	width: 1px;
	height: 11px;
	display: inline-block
}
.home .news .img_right {
	width: 39.5%;
	display: inline-block;
	vertical-align: top;
	height: 530px;
	float: right
}
.home .news .img_right .top .box {
	height: 310px;
	text-align: left;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	overflow: hidden
}
.home .news .img_right .top .box .hidden {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 230px
}
.home .news .img_right .top .box .hidden img {
	height: 100%;
	margin: auto -100%
}
.home .news .img_right .top .box .info {
	padding: 0 30px
}
.home .news .img_right .top .box .img_right_title {
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #333;
	padding: 15px 0 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.home .news .img_right .top .box .lb .chnl {
	font-size: 12px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #2D7381
}
.home .news .img_right .top .box .lb .date {
	font-size: 12px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #ccc
}
.home .news .img_right .top .box .lb .hr {
	margin: 0 10px;
	color: #ccc;
	font-size: 12px;
	position: relative;
	font-size: 0;
	background: #ccc;
	width: 1px;
	height: 11px;
	display: inline-block
}
.home .news .img_right .bottom {
	margin-top: 20px;
	overflow: hidden
}
.home .news .img_right .bottom .hidden {
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 200px
}
.home .news .img_right .bottom .hidden img {
	height: 100%;
	margin: auto -100%
}
.home .news .img_right .bottom .hidden i {
	position: relative;
	z-index: 1
}
.home .news .img_right .bottom .hidden span.layer {
	width: 90%;
	padding: 0 5%;
	height: 50px;
	position: absolute;
	font-size: 14px;
	color: #fff;
	left: 0;
	bottom: 0;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.home .news .img_right .bottom .hidden span.layer:before {
	content: '';
	background: #0f2341;
	opacity: .3;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.home .news .info {
	padding-left: 90px
}
.home .news .alginTop .title {
	background-image: linear-gradient(to right, #66CACB 0, #2D7381 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 48px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0;
	text-align: left
}
.home .news .alginTop .line {
	width: 100%;
	height: 1px;
	background-color: #e5ebf3;
	display: inline-block;
	margin: 30px 0
}
.home .news .alginTop .line:before {
	content: '';
	width: 200px;
	height: 3px;
	background-color: #66CACB;
	display: block;
	position: relative;
	bottom: 1px;
	pointer-events: none;
	z-index: 1
}
.home .news .content {
	padding-left: 90px;
	text-align: left;
}
.home .news .content .list {
	text-align: left;
	padding-bottom: 45px
}
.home .news .content .list .item {
	border-bottom: 1px dashed #e6e4e7;
	padding: 24px 0
}
.home .news .content .list .item .content_title {
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.home .news .content .list .item .content_title a {
	color: #666
}
.home .news .content .list .item .lb .chnl {
	font-size: 12px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #2D7381
}
.home .news .content .list .item .lb .date {
	font-size: 12px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0;
	color: #ccc
}
.home .news .content .list .item .lb .hr {
	margin: 0 10px;
	color: #ccc;
	font-size: 0;
	background: #ccc;
	width: 1px;
	height: 11px;
	display: inline-block
}
.home .news .content .list .item:first-child {
	padding-top: 0
}
.home .news .content .eg_button {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px
}
.home .sj_bg {
	position: absolute;
	z-index: 5;
	width: 250px;
	height: 125px;
	pointer-events: none
}
.home .sj_bg.left {
	left: 0
}
.home .sj_bg.right {
	right: 0
}
.home .sj_bg.top {
	top: 0
}
.home .sj_bg.bottom {
	bottom: 0
}
.home .news .bigtitle .title {
	background-image: linear-gradient(to right, #66CACB 0, #2D7381 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 40px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 6px;
	text-align: center;
	margin: 0 0 45px 0;
	display: inline-block
}
.home .news .bigtitle .line {
	width: 100%;
	height: 1px;
	background-color: #e5ebf3;
	display: inline-block;
	margin: 30px 0
}
.home .news .bigtitle .line:before {
	content: '';
	width: 200px;
	height: 3px;
	background-color: #66CACB;
	display: block;
	position: relative;
	bottom: 1px;
	pointer-events: none;
	z-index: 1
}
.home_st .advantage .title_h2 h2 {
	display: inline-block;
	font-size: 48px;
	font-weight: 700;
	line-height: 53px;
	letter-spacing: 0;
	color: #fff!important;
	text-align: center;
	margin-bottom: 20px
}
@media (max-width:1199px) {
.home .live_banner .swiper-slide .img_box {
	margin: 90px 0
}
.home .live_banner .swiper-slide .limitbox {
	height: auto
}
.home .live_banner .swiper-slide .con_box h2 {
	font-size: 36px;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0
}
.home .live_banner .swiper-slide .con_box p {
	margin-bottom: 30px;
	-webkit-line-clamp: 3 !important;
}
.home .live_banner .swiper-slide .con_box .now {
	margin-bottom: 15px
}
.home .live_banner .swiper-slide .img_box {
	height: 350px;
	overflow: hidden;
	text-align: center
}
.home .live_banner .swiper-slide .con_box {
	margin-left: 45px
}
.home .live_banner span.arrow {
	margin-top: -30px
}
.home .kangyi {
	height: 450px
}
.home .kangyi .swiper-slide .kangyi_text_box {
	line-height: 450px
}
.home .kangyi .swiper-slide .grid h2 {
	margin-bottom: 45px;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0
}
.home .kangyi .swiper-slide .grid .info {
	margin-top: 120px;
	margin-right: 10%
}
.home .news .img_left {
	width: 100%;
	height: 430px
}
.home .news {
	padding: 60px 0
}
.home .news .img_left .box .hidden {
	height: 280px
}
.home .news .img_right {
	display: none
}
.home .news .content .list {
	padding-bottom: 30px
}
.home .news .alginTop .title {
	font-size: 36px;
	font-weight: bolder;
	font-stretch: normal;
	letter-spacing: 0;
	line-height: 38px
}
.home .news .img_left .box .hidden img {
	width: 100%
}
.home .sj_bg {
	width: 180px;
	height: 90px
}
.home .news .bigtitle .title {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 30px
}
.home .news .content {
	margin-top: 1%;
	padding-left: 60px
}
}
@media (max-width:991px) {
.o_height500 {
	height: 500px
}
.box_float {
	float: right
}
.home .live_banner .swiper-slide .con_box {
	padding: 60px 0 45px 0
}
.home .live_banner .swiper-slide .limitbox {
	height: auto
}
.home .live_banner .swiper-slide .con_box h2 {
	font-size: 36px;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0;
	text-align: left
}
.home .live_banner .swiper-slide .con_box p {
	margin-bottom: 30px;
	text-align: left
}
.home .live_banner .swiper-slide .con_box {
	margin-left: 0
}
.home .live_banner .swiper-slide .con_box {
	text-align: left
}
.home .live_banner .swiper-slide .con_box .now {
	margin-bottom: 15px
}
.home .live_banner .swiper-slide .img_box {
	margin: 0;
	margin-bottom: 60px;
	height: 350px
}
.home .live_banner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 25px;
	width: 100%
}
.home .live_banner .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #66CACB;
	margin: 0 5px;
	cursor: pointer
}
.home .live_banner .swiper-active-switch {
	width: 8px;
	height: 8px;
	background: 0 0;
	border: 3px solid #66CACB
}
.home .live_banner .swiper-slide .img_box img.img {
	height: 100%;
	margin: auto -100%;
	width: auto
}
}
@media (max-width:991px) {
.home .news .img_left {
	width: 100%;
	height: 320px
}
.home .news {
	padding: 60px 0
}
.home .news .bigtitle .title {
	font-size: 36px
}
.home .news .img_left .box .hidden {
	height: 220px
}
.home .news .img_right {
	display: none
}
.home .news .img_left .box .img_left_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.home .news .img_left .box .limitbox {
	display: none
}
.home .news .content .list {
	padding-bottom: 30px
}
.home .news .alginTop .line, .home .news .alginTop .title, .home .news .alginTop .more {
	/*display: none*/
}
.home .news .img_left .box .hidden img {
	width: 100%
}
.home .news .content .list .item .content_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.home .news .content .eg_button {
	height: 40px;
	line-height: 40px;
	font-size: 14px
}
.home .sj_bg {
	width: 150px;
	height: 75px
}
.home .news .content {
	padding-left: 45px
}
.home .news .content {
	margin-top: -1px
}
.home .news .content .list .item:nth-child(3) {
	display: none
}
.home .news .bigtitle .title {
	margin-bottom: 25px
}
.home .kangyi {
	height: 400px
}
.home .kangyi .swiper-slide .grid h2 {
	margin-bottom: 45px;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0
}
.home .kangyi .swiper-slide .grid .info {
	margin-top: 120px;
	margin-right: 5%
}
.home .kangyi .swiper-slide .grid .eg_button {
	height: 38px;
	line-height: 38px
}
.home .kangyi .swiper-slide .kangyi_text_box {
	line-height: 400px
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text .text {
	font-size: 36px;
	line-height: 42px
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text p {
	font-size: 14px;
	margin: 15px 0 10px;
	line-height: 1.75
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text .sub_p {
	font-size: 14px
}
.home .kangyi .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 30px;
	width: 100%
}
.home .kangyi .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
	cursor: pointer;
	opacity: .6;
	filter: alpha(opacity=60)
}
.home .kangyi .swiper-active-switch {
	background: 0 0;
	border: 3px solid #fff;
	width: 6px;
	height: 6px;
	opacity: 1;
	filter: alpha(opacity=100)
}
}
@media (max-width:700px) {
.home .banner .downArrow {
	bottom: 25px
}
.home .kangyi {
	height: 550px
}
.home .kangyi .swiper-slide .kangyi_text_box {
	line-height: normal;
	top: 60px;
	left: 0;
	padding: 0 8.33333%
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text .text {
	font-size: 36px;
	line-height: 42px;
	text-align: center
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text p {
	font-size: 14px;
	margin: 15px 0 10px
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text .sub_p {
	font-size: 14px
}
.home .kangyi .swiper-slide .grid h2 {
	text-align: center
}
.home .kangyi .swiper-slide .grid .info {
	margin-top: 60px;
	margin-right: 0;
	text-align: center;
	float: none
}
.home .kangyi .swiper-slide .grid .eg_button {
	height: 40px;
	line-height: 40px
}
.home .news .img_left {
	width: 100%;
	height: 350px;
	margin-bottom: 25px
}
.home .news {
	padding: 60px 0
}
.home .news .img_left .box .hidden {
	height: 250px
}
.home .news .img_right {
	display: none
}
.home .news .img_left .box .img_left_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.home .news .img_left .box .limitbox {
	display: none
}
.home .news .content .list {
	padding-bottom: 30px
}
.home .news .alginTop .line, .home .news .alginTop .title {
	/*display: none*/
}
.home .news .alginTop .more {
	padding-top: 10px !important;
}
.home .news .img_left .box .hidden img {
	width: 100%
}
.home .news .content .list .item .content_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.home .news .content .eg_button {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: block;
	margin: 0 auto
}
.home .news .content {
	padding: 0;
	margin: 0
}
.home .news .content .list .item:first-child {
	border-top: 1px dashed #e6e4e7;
	padding-top: 30px
}
.home .sj_bg {
	width: 120px;
	height: 60px
}
.home .news .img_left .box .img_left_title {
	line-height: 25px
}
.home .news .content.other .list .item:last-child {
	border-bottom: none;
	padding-bottom: 0
}
.home .news .content.other .list {
	padding-bottom: 20px
}
.home .news .content .list .item:nth-child(3) {
	display: none
}
.home .news .bigtitle .title {
	margin-bottom: 25px
}
.home .live_banner .swiper-slide .con_box p {
	text-align: center
}
}
@media (max-width:575px) {
.home .d3mod .title_box .title {
	font-size: 28px;
	line-height: 28px
}
.home .d3mod .title_box .desc {
	font-size: 14px
}
.home .banner .downArrow {
	bottom: 20px;
	display: none
}
.home .banner .swiper-pagination-switch {
	display: inline-block;
	margin: 0 5px
}
.o_height500 {
	height: 450px
}
.home .live_banner .swiper-slide .con_box {
	padding: 45px 0 30px 0
}
.home .live_banner .swiper-slide .limitbox {
	height: auto
}
.home .live_banner .swiper-slide .con_box h2 {
	font-size: 28px;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0;
	text-align: center
}
.home .live_banner .swiper-slide .con_box p {
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal
}
.home .live_banner .swiper-slide .con_box {
	margin-left: 0
}
.home .live_banner .swiper-slide .con_box {
	text-align: left
}
.home .live_banner .swiper-slide .img_box {
	margin: 0;
	margin-bottom: 60px
}
.home .live_banner .swiper-slide .con_box .line {
	margin: 25px 0;
	position: relative
}
.home .live_banner .swiper-slide .con_box .line:before {
	width: 120px;
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -60px
}
.home .live_banner .swiper-slide .con_box .eg_button {
	width: 100%
}
.home .kangyi {
	height: 450px
}
.home .kangyi .swiper-slide:before {
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px
}
.home .kangyi .swiper-slide .kangyi_text_box {
	line-height: normal;
	top: 45px;
	left: 0;
	padding: 0 8.33333%
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text .text {
	font-size: 28px;
	line-height: 34px;
	text-align: center
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text p {
	font-size: 14px;
	margin: 15px 0 10px
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text .sub_p {
	font-size: 14px
}
.home .kangyi .swiper-slide .grid h2 {
	font-size: 28px;
	line-height: 34px;
	text-align: center
}
.home .kangyi .swiper-slide .grid .info {
	margin-top: 45px;
	margin-right: 0;
	text-align: center;
	float: none
}
.home .kangyi .swiper-slide .grid .eg_button {
	width: 150px;
	height: 40px;
	line-height: 40px
}
.home .news .content.other .list .item:last-child {
	border-bottom: none;
	padding-bottom: 0
}
.home .news .img_left {
	width: 100%;
	height: auto;
	margin-bottom: 25px
}
.home .news {
	padding: 45px 0
}
.home .news .img_left .box .hidden {
	height: 180px
}
.home .news .img_right {
	display: none
}
.home .news .img_left .box .info {
	padding: 0 20px;
	padding-bottom: 23px
}
.home .news .img_left .box .img_left_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px 0 5px 0
}
.home .news .img_left .box .limitbox {
	display: none
}
.home .news .content .list {
	padding-bottom: 20px
}
.home .news .alginTop .line, .home .news .alginTop .title {
	/*display: none*/
}
.home .news .alginTop .more {
	font-size: 16px !important;
}
.home .news .img_left .box .hidden img {
	width: 100%
}
.home .news .content .list .item .content_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.home .news .content .eg_button {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: block;
	margin: 0 auto
}
.home .news .content {
	padding: 0;
	margin: 0
}
.home .news .content .list .item:first-child {
	border-top: 1px dashed #e6e4e7;
	padding-top: 25px
}
.home .news .bigtitle .title {
	font-size: 28px;
	line-height: 34px;
	margin: 0 0 25px 0
}
.home .news .bigtitle .line {
	margin: 25px 0
}
.home .news .bigtitle .line:before {
	content: '';
	width: 150px;
	height: 3px;
	background-color: #66CACB;
	display: block;
	position: relative;
	bottom: 1px;
	z-index: 1
}
.home .sj_bg {
	width: 100px;
	height: 50px
}
.home .live_banner .swiper-slide .live_lab {
	left: 20px;
	top: 20px
}
.home .live_banner .swiper-slide .img_box {
	height: 200px
}
.home .news .img_left .box .img_left_title {
	line-height: 25px
}
.home .news .content .list .item:nth-child(3) {
	display: none
}
.myscroll {
	margin-top: -40px!important
}
.home #wrap .img_box img {
	transition: none;
	transform: none
}
.home #wrap .img_box img.hover {
	transition: none;
	transform: none
}
.home .live_banner .swiper-slide, .home .live_banner .swiper-wrapper {
	/*height: 673px!important*/
}
.home #wrap .name {
	font-size: 12px
}
}
@media screen and (min-width:1320px) and (max-width:1390px) {
.home .d3mod .title_box {
	padding-top: 43px
}
}
@media screen and (min-width:1200px) and (max-width:1320px) {
.home #wrap {
	width: 185px
}
.home .live_banner .swiper-slide .con_box .eg_button {
	width: 150px
}
}
@media screen and (min-width:1700px) {
.home #wrap {
	width: 185px
}
}
@media screen and (max-width:350px) {
.home .d3mod .title_box .title {
	font-size: 24px
}
.home .kangyi .swiper-slide .grid h2 {
	font-size: 24px
}
}
@media screen and (max-width:1199px) {
.home .banner .voice_box {
	right: 25px;
	top: 95px
}
}
@keyframes lineUp {
from {
width:0
}
to {
	width: 100%
}
}
@-webkit-keyframes lineUp {
from {
width:0
}
to {
	width: 100%
}
}
@keyframes infoOther {
from {
opacity:0
}
to {
	opacity: 1
}
}
@-webkit-keyframes infoOther {
from {
opacity:0
}
to {
	opacity: 1
}
}
.myscroll {
	width: 300px;
	margin: 0 auto;
	line-height: 50px;
	font-size: 18px;
	overflow: hidden
}
.myscroll li {
	height: 50px
}
.myscroll li a {
	color: #fff
}
.home_brand {
	overflow: hidden;
	padding: 60px 0 90px;
	background: #F9FFFD;
}
.home_brand .sd_imgbox {
	height: 100%
}
.home_brand .title {
background-image: linear-gradient(to right, #66CACB 0, #2D7381 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 40px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 4px;
    text-align: center;
    display: inline-block;
}
.home_brand .description {
	font-size: 16px;
	line-height: 22px;
	color: #999999;
    letter-spacing: 4px;
	opacity: .7;
	text-align: center;
	margin: 20px 0 45px
}
.home_brand_content {
	width: 100%;
	height: 605px;
	flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    overflow: hidden;
}
@media (max-width:1199px) {
.home_brand .home_brand_content {
	height: 400px
}
}
@media (max-width:991px) {
.home_brand .home_brand_content {
	height: auto;
}
}
.home_brand_video {
	width: 50%;
	float: left;
	overflow: hidden;
}
.home_brand_video a {
	height: 605px;
	display: block;
	background: url(../images/home_brand-video.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.home_brand_video a:before {
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #13898B;
	position: absolute;
}
.home_brand_video img {
	display: none;
}
@media (max-width:1199px) {
.home_brand_video  a {
	height: 400px
}
}
@media (max-width:991px) {
.home_brand_video {
	margin-bottom: 15px;
	width: 100%;
}
.home_brand_video a {
	height: auto;
}
.home_brand_video img {
	width: 100%;
	height: auto;
	display: block;
}
}
.home_brand_ul {
	padding-left: 30px;
	height: 605px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: right;
}
@media (max-width:1199px) {
.home_brand_ul {
	height: 400px;
}
}
@media (max-width:991px) {
.home_brand_ul {
	padding-left: 0;
	width: 100%;
	height: auto;
}
}
.home_brand_ul ul {
	margin: 0 -3px;
	min-width: 100%;
	height: 100%;
	text-align: left
}
.home_brand_ul ul li {
	padding: 0 3px;
	display: inline-block;
	float: left;
	width: 12%;
	height: 100%;
	line-height: 605px;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0,0,0,.3);
	box-sizing: border-box;
	overflow: hidden;
}
.home_brand_ul ul li.open {
	width: 64%
}
.home_brand_ul ul li.open .cover_box {
	opacity: 0;
	filter: alpha(opacity=0)
}
.home_brand_ul ul li.open .innner_box {
	z-index: 8
}
.home_brand_ul ul li.open .innner_box_txt {
	bottom: 45px;
	opacity: 1;
}
.home_brand_ul ul li .sd_box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}
.home_brand_ul ul li .cover_box {
	width: 100%;
	height: 100%;
	position: absolute !important;
	left: 0;
	top: 0;
	transition: all .3s;
	z-index: 2
}
.home_brand_ul ul li .cover_box .sd_imgbox {
	position: absolute!important;
	width: 100%
}
.home_brand_ul ul li .cover_txt {
	display: inline-block;
	position: relative;
	max-width: 100%
}
.home_brand_ul ul li .cover_txt .cover_title {
	font-size: 32px;
	line-height: 38px;
	writing-mode: vertical-lr;
	color: #fff;
}
.home_brand_ul ul li .innner_box {
	position: absolute!important;
	height: 100%;
	width: 100%;
	transition: all .3s
}
.home_brand_ul ul li .innner_box .img {
	display: inline-block;
	width: 100%;
	height: 100%
}
.home_brand_ul ul li .innner_box_txt {
	position: absolute;
	bottom: 100px;
	left: 0;
	line-height: normal;
	width: 100%;
	text-align: left;
	padding: 0 60px;
	box-sizing: border-box;
	opacity: 0;
}
.home_brand_ul ul li .innner_box_txt p {
	font-size: 16px;
	line-height: 1.75;
	color: #fff;
	opacity: .9;
	margin-top: 15px
}
.home_brand_ul ul li .innner_box_abc {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%
}
.home_brand_ul ul li .innner_box_abc img {
	height: 100%;
	width: auto
}
.home_brand_ul ul li .innner_box_title h2 {
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	display: inline-block;
	font-weight: 700
}
.home_brand_ul ul li .innner_box_title a {
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	float: right;
	position: relative;
	top: -1px
}
.home_brand_ul ul li .innner_box_title a:hover {
	color: #fff!important
}
.home_brand_ul ul li .innner_box_title a:hover i {
	color: #fff!important
}
.home_brand_ul ul li .innner_box_title a i {
	font-size: 18px;
	vertical-align: baseline;
	margin-left: 5px;
	position: relative;
	top: 1px
}
.home_brand_ul ul li .icon_open {
	display: none;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -16px;
	z-index: 2;
	cursor: pointer
}
.home_brand_ul ul li .icon_open img {
	display: block;
	width: 100%;
	height: 100%
}
.home_shedderShow .home_brand_ul ul li .icon_open {
	display: block
}
.home_shedderShow .home_brand_ul ul li .icon_close {
	display: none
}
.home_shedderShow .home_brand_ul ul li.open .icon_open {
	display: none
}
.home_shedderShow .home_brand_ul ul li.open .icon_close {
	display: block
}
@media (min-width:1920px) {
.home_brand {
	padding: 60px 0 90px
}
}
@media (min-width:992px) and (max-width:1199px) {
.myscroll {
	/*height: 439px!important*/
}
.home_brand {
	padding: 60px 0;
}
.home_brand .title {
	font-size: 36px;
	line-height: 42px
}
.home_brand .description {
	margin: 15px 0 30px
}
.home_brand ul {
	margin: 0 -2px
}
.home_brand_ul ul li {
	line-height: 400px;
}
.home_brand_ul ul li.open .innner_box_txt {
	bottom: 45px
}
.home_brand_ul ul li .cover_txt .cover_title {
	font-size: 24px;
	line-height: 30px
}
.home_brand_ul ul li .innner_box_txt {
	bottom: 100px;
	padding: 0 45px
}
.home_brand_ul ul li .innner_box_txt p {
	font-size: 14px
}
.home_brand_ul ul li .innner_box_title h2 {
	font-size: 20px;
	line-height: 26px
}
.home_brand_ul ul li .innner_box_title a {
	font-size: 14px;
	line-height: 26px
}
.home_brand_ul ul li .innner_box_title a i {
	font-size: 16px
}
}
@media (max-width:991px) {
.myscroll {
	/*height: 400px!important*/
}
.home_brand {
	padding: 60px 0;
}
.home_brand .title {
	font-size: 36px;
	line-height: 42px
}
.home_brand .description {
	margin: 15px 0 30px
}
.home_brand ul {
	margin: -3px 0;
	height: auto;
}
.home_brand_ul ul li {
	padding: 3px 0;
	width: 100%;
	height: 120px;
	line-height: 120px;
	border: none;
	box-sizing: content-box
}
.home_brand_ul ul li.open {
	height: 350px;
	width: 100%
}
.home_brand_ul ul li.open .innner_box_txt {
	bottom: 30px
}
.home_brand_ul ul li .innner_box {
	height: 350px
}
.home_brand_ul ul li .cover_txt .cover_title {
	font-size: 24px;
	line-height: 30px;
	writing-mode: initial;
}
.home_brand_ul ul li .innner_box_txt {
	bottom: 100px;
	padding: 0 30px
}
.home_brand_ul ul li .innner_box_txt p {
	font-size: 14px;
	margin-top: 15px
}
.home_brand_ul ul li .innner_box_title h2 {
	font-size: 20px;
	line-height: 26px
}
.home_brand_ul ul li .innner_box_title a {
	font-size: 14px;
	line-height: 26px
}
.home_brand_ul ul li .innner_box_title a i {
	font-size: 16px
}
}
@media (min-width:576px) and (max-width:700px) {
.myscroll {
	/*height: 400px!important*/
}
.home_brand {
	padding: 60px 0
}
.home_brand .title {
	font-size: 36px;
	line-height: 42px
}
.home_brand .description {
	margin: 15px 0 30px
}
.home_brand ul {
	height: auto;
	margin: -2px 0
}
.home_brand_ul ul li {
	width: 100%;
	height: 120px;
	line-height: 120px;
	border: none;
	/*border-top: 2.5px solid #0f2341;
	border-bottom: 2.5px solid #0f2341;*/
	box-sizing: content-box
}
.home_brand_ul ul li.open {
	height: 350px;
	width: 100%
}
.home_brand_ul ul li.open .innner_box_txt {
	bottom: 30px
}
.home_brand_ul ul li .innner_box {
	height: 350px
}
.home_brand_ul ul li .cover_txt .cover_title {
	font-size: 24px;
	line-height: 30px
}
.home_brand_ul ul li .innner_box_txt {
	bottom: 100px;
	padding: 0 30px
}
.home_brand_ul ul li .innner_box_txt p {
	font-size: 14px;
	margin-top: 15px
}
.home_brand_ul ul li .innner_box_title h2 {
	font-size: 20px;
	line-height: 26px
}
.home_brand_ul ul li .innner_box_title a {
	font-size: 14px;
	line-height: 26px
}
.home_brand_ul ul li .innner_box_title a i {
	font-size: 16px
}
}
@media (max-width:575px) {
.myscroll {
	/*height: 320px!important*/
}
.myscroll li {
	height: 40px
}
.home_brand {
	padding: 45px 0
}
.home_brand .title {
	font-size: 28px;
	line-height: 34px
}
.home_brand .description {
	margin: 15px 0 25px;
	font-size: 14px;
	line-height: 1.75
}
.home_brand ul {
	height: auto;
	margin: -2px 0
}
.home_brand_ul ul li {
	width: 100%;
	height: 120px;
	line-height: 120px;
	border: none;
	/*border-top: 2.5px solid #0f2341;
	border-bottom: 2.5px solid #0f2341;*/
	box-sizing: content-box
}
.home_brand_ul ul li.open {
	height: 300px;
	width: 100%
}
.home_brand_ul ul li.open .innner_box_txt {
	bottom: 20px;
}
.home_brand_ul ul li .innner_box {
	height: 300px
}
.home_brand_ul ul li .cover_txt .cover_title {
	font-size: 24px;
	line-height: 30px
}
.home_brand_ul ul li .innner_box_txt {
	bottom: 100px;
	padding: 0 20px
}
.home_brand_ul ul li .innner_box_txt p {
	font-size: 12px;
	margin-top: 10px
}
.home_brand_ul ul li .innner_box_title h2 {
	font-size: 16px;
	line-height: 22px
}
.home_brand_ul ul li .innner_box_title a {
	font-size: 14px;
	line-height: 22px
}
.home_brand_ul ul li .innner_box_title a i {
	font-size: 16px
}
}
.iehack {
	display: none
}
.vjs-default-skin .vjs-big-play-button {
	display: none
}
@-moz-document url-prefix() {
.home .banner .swiper-slide img {
margin:auto 0
}
}



@media (min-width:1200px) and (max-width:1280px) {
}
@media (min-width:992px) and (max-width:1199px) {
}
@media (min-width:701px) and (max-width:991px) {
}
@media (min-width:576px) and (max-width:700px) {
.home .news .content .list .item .lb .hr {
	top: 0
}
.home .live_banner .swiper-slide .con_box .eg_button {
	margin: 0 auto;
	display: block
}
.home .live_banner .swiper-slide .con_box h2 {
	text-align: center
}
.home .live_banner .swiper-slide .con_box .line {
	position: relative
}
.home .live_banner .swiper-slide .con_box .line:before {
	position: absolute;
	left: 50%;
	margin-left: -100px
}
.home .live_banner .swiper-slide .con_box .now {
	text-align: center
}
}
@media (max-width:575px) {
.home .news .content .list .item .content_title {
	font-size: 14px
}
.home .news .content .list .item .lb .hr {
	top: 0
}
.home .chuangxin a {
	width: 100%;
	left: 0;
	margin-left: 0
}
.home .live_banner .swiper-slide .con_box .now {
	text-align: center
}
}
.home .live_banner span.arrow.noslide {
	color: #b2c9e1
}
.viewLargerImage {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	background: rgba(15,35,65,.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50f2341, endColorstr=#E50f2341)
}
.viewLargerImage .iconclose {
	font-size: 32px;
	color: #fff;
	margin-right: 14px;
	margin-top: 14px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5
}
.viewLargerImage .viewLargerImage_title {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 60px;
	height: 60px;
	line-height: 60px;
	background: rgba(15,35,65,.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50f2341, endColorstr=#E50f2341);
	z-index: 20;
	text-align: center
}
.viewLargerImage .viewLargerImage_title span {
	font-size: 16px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	height: 100%
}
.viewLargerImage .viewLargerImage_title span:hover {
	font-size: 20px
}
.viewLargerImage .table {
	display: table;
	height: 100%
}
.viewLargerImage .table_cell {
	display: table-cell
}
.viewLargerImage .videoBox {
	position: relative;
	height: 560px
}
.viewLargerImage .video-js {
	position: absolute;
	width: 1000px!important;
	height: 100%!important;
	top: 0;
	left: 50%;
	margin-left: -500px
}
.viewLargerImage .video-js .dplayer-controller, .viewLargerImage .video-js .dplayer-controller-mask {
	z-index: 111;
}
.viewLargerImage .video-js:-webkit-full-screen {
	width:100%!important;
	height:100%!important
}
.viewLargerImage .vjs-default-skin .vjs-big-play-button {
	background: 0 0!important;
	border: none!important;
	box-shadow: none!important;
	font-size: 64px!important;
	color: #fff!important
}
.viewLargerImage .vjs-default-skin .vjs-big-play-button:before {
	font-family: iconfont!important;
	content: "\e6f3"!important;
	text-shadow: none!important
}
.viewLargerImage .vjs-default-skin .vjs-big-play-button:focus, .viewLargerImage .vjs-default-skin:hover .vjs-big-play-button {
	background: 0 0!important;
	border: none!important;
	box-shadow: none!important
}
.viewLargerImage .vjs-control-bar {
	display: block!important
}
.viewLargerImage video {
	object-fit:fill;
	display:block!important
}
@media (max-width:1199px) {
.viewLargerImage .videoBox {
	height: 450px
}
.viewLargerImage .viewLargerImage_title {
	padding: 0 30px
}
.viewLargerImage .video-js {
	position: absolute;
	width: 800px!important;
	height: 100%!important;
	top: 0;
	left: 50%;
	margin-left: -400px
}
}
@media (max-width:991px) {
.viewLargerImage .videoBox {
	height: 100%
}
.viewLargerImage .viewLargerImage_title {
	padding: 0 30px
}
.viewLargerImage .video-js {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
	top: 0;
	left: 0;
	margin-left: 0
}
.viewLargerImage video {
	object-fit:contain;
}
}
@media (max-width:700px) {
.viewLargerImage .videoBox {
	height: 100%
}
.viewLargerImage .viewLargerImage_title {
	padding: 0 30px
}
.viewLargerImage .video-js {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
	top: 0;
	left: 0;
	margin-left: 0
}
}
@media (max-width:575px) {
.viewLargerImage .videoBox {
	height: 100%
}
.viewLargerImage .video-js {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
	top: 0;
	left: 0;
	margin-left: 0
}
.viewLargerImage .iconclose {
	font-size: 24px;
	margin-right: 8px
}
.viewLargerImage .viewLargerImage_title {
	padding: 0 20px;
	font-size: 12px;
	height: 40px;
	line-height: 40px
}
}
.ie8 .viewLargerImage .vjs-poster IMG {
	vertical-align: middle;
	display: inline-block
}
.ie8 .viewLargerImage .vjs-poster {
	text-align: center
}
.ie8 .viewLargerImage .vjs-poster:after {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}
@media (min-width:1200px) {
.home .news .content .list .item .content_title {
	font-size: 20px!important;
	line-height: 36px!important
}
.home .news .content .list .item .lb .chnl {
	font-size: 14px!important;
	line-height: 20px!important
}
.home .news .content .list .item .lb .date {
	font-size: 14px!important;
	line-height: 20px!important
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text p {
	font-size: 20px!important;
	line-height: 1.75!important
}
.home .kangyi .swiper-slide .kangyi_text_box .kangyi_text .sub_p {
	font-size: 20px!important;
	line-height: 26px!important
}
.home .news .img_left .box .limitbox {
	height: 44px
}
.home .news .img_left .box .img_left_title {
	font-size: 20px!important;
	line-height: 26px!important
}
.home .news .img_left .box p {
	font-size: 16px!important;
	line-height: 22px!important
}
.home .news .img_left .box .lb .chnl {
	font-size: 14px!important;
	line-height: 20px!important
}
.home .news .img_left .box .lb .date {
	font-size: 14px!important;
	line-height: 20px!important;
	position: relative;
	top: 1px
}
.home .news .img_right .top .box .img_right_title {
	font-size: 20px!important;
	line-height: 26px!important
}
.home .news .img_right .top .box .lb .chnl {
	font-size: 14px!important;
	line-height: 20px!important
}
.home .news .img_right .top .box .lb .date {
	font-size: 14px!important;
	line-height: 20px!important;
	position: relative;
	top: 1px
}
.home .news .img_right .bottom .hidden span.layer {
	font-size: 16px!important
}
}
@media (max-width:575px) {
.home .news .content .list .item .content_title {
	font-size: 16px!important;
	line-height: 22px!important
}
}
.ie8 .home .news .content .list .item .content_title {
	font-size: 20px!important;
	line-height: 26px!important
}
.ie8 .home .news .content .list .item .lb .chnl {
	font-size: 14px!important;
	line-height: 20px!important
}
.ie8 .home .news .content .list .item .lb .date {
	font-size: 14px!important;
	line-height: 20px!important
}
.ie8 .home .kangyi .swiper-slide .kangyi_text_box .kangyi_text p {
	font-size: 20px!important;
	line-height: 1.75!important
}
.ie8 .home .kangyi .swiper-slide .kangyi_text_box .kangyi_text .sub_p {
	font-size: 20px!important;
	line-height: 26px!important
}
.ie8 .home .news .img_left .box .limitbox {
	height: 44px
}
.ie8 .home .news .img_left .box .img_left_title {
	font-size: 20px!important;
	line-height: 26px!important
}
.ie8 .home .news .img_left .box p {
	font-size: 16px!important;
	line-height: 22px!important
}
.ie8 .home .news .img_left .box .lb .chnl {
	font-size: 14px!important;
	line-height: 20px!important
}
.ie8 .home .news .img_left .box .lb .date {
	font-size: 14px!important;
	line-height: 20px!important;
	position: relative;
	top: 1px
}
.ie8 .home .news .img_right .top .box .img_right_title {
	font-size: 20px!important;
	line-height: 26px!important
}
.ie8 .home .news .img_right .top .box .lb .chnl {
	font-size: 14px!important;
	line-height: 20px!important
}
.ie8 .home .news .img_right .top .box .lb .date {
	font-size: 14px!important;
	line-height: 20px!important;
	position: relative;
	top: 1px
}
.ie8 .home .news .img_right .bottom .hidden span.layer {
	font-size: 16px!important
}
/* 创新模块 */
.home .displaynone {
    display: none!important
}
.home .chuangxin {
    height: 500px;
    text-align: center;
    overflow: hidden;
    position: relative
}
.home .chuangxin .bg {
    height: 100%;
    margin: auto -100%
}
.home .chuangxin .content {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 8.33333333%
}
.home .chuangxin .title {
    display: inline-block;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 4px;
    color: #fff;
    background-image: linear-gradient(to right, #66CACB 0, #2D7381 100%);
    -webkit-background-clip: text;
    color: transparent
}

@media (max-width: 575px){
.home .chuangxin .title {
    display: inline-block;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 4px;
    color: #fff;
    background-image: linear-gradient(to right, #66CACB 0, #2D7381 100%);
    -webkit-background-clip: text;
    color: transparent
}
}
.home .chuangxin .brief_introduction {
    padding-bottom: 45px;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 4px;
    color: #999
}
.home .chuangxin .specific .item {
    position: relative
}
.home .chuangxin .specific .item .num {
    font-size: 64px;
    line-height: 64px;
    height: 64px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0;
    color: #66CACB;
    padding-bottom: 10px;
    vertical-align: middle;
    font-size: 0!important
}
.home .chuangxin .specific .item .num span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #999;
    vertical-align: baseline;
    position: relative;
    top: 20px
}
.home .chuangxin .specific .item .num i {
    font-size: 72px;
    line-height: 64px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0;
    color: #66CACB;
    padding-bottom: 10px;
    vertical-align: middle;
    font-family: Arial;
    padding-right: 5px
}
.home .chuangxin .specific .item .num .houzhui {
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0;
    color: #66CACB;
    padding-bottom: 10px;
    vertical-align: middle;
    font-family: Arial;
    position: relative;
    top: 1px
}
.home .chuangxin .specific .item .num .fuhao {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    color: #66CACB;
    vertical-align: bottom;
    font-family: Arial;
    top: 3px
}
.home .chuangxin .specific .item .name {
font-size: 20px;
    padding: 20px;
    line-height: 16px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #999
}
.home .chuangxin .specific .item:after {
    content: "";
    height: 70px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -35px;
    background-color: #0f2341;
    opacity: .15;
    filter: alpha(opacity=15)
}
.home .chuangxin .specific .item.md_right:after {
    content: none
}
.home .chuangxin a {
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -100px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #2D7381;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(-90deg, #e10019 0, #712d62 0, #2D7381 0, #66CACB 100%);
    border-image-slice: 1
}








.home .sousuo {
    padding: 60px 0;
    text-align: center;
    background: url(../images/zigongsi_bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.home .sousuo .title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 48px;height: 48px;
    letter-spacing: 4px;
    color: #FFF;
}
.home .sousuo .content {
    height: 250px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1199px) {
.home .sousuo .bigtitle .title {
    font-size: 36px;
    line-height: 36px;
}
}
@media (max-width: 991px) {
.home .sousuo .bigtitle .title {
    font-size: 36px;
}
.home .sousuo .content {
    height: 400px;
}
}
@media (max-width: 575px) {
.home .sousuo {
    padding: 45px 0;
}
.home .sousuo .bigtitle .title {
    font-size: 28px;
    line-height: 34px;
}
.home .sousuo .content {
    height: 320px;
}
}
.home .sousuo .myscroll li a {
    cursor: pointer
}
.home .sousuo .search_box {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 25%;
    vertical-align: middle
}
.home .sousuo .search_box .search_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*padding-top: 50px;*/
    z-index: 5
}
.home .sousuo .search_box .search_item .item {
    padding-bottom: 20px
}
.home .sousuo .search_box .search_item .top_last {
    padding-bottom: 45px
}
.home .sousuo .search_box .search_item .bottom_first {
    padding-top: 45px
}
.home .sousuo .search_box .search_item .item_blank {
    height: 50px
}
.home .sousuo .search_box .search_item .item_1 a {
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff
}
.home .sousuo .search_box .search_item .item_2 a {
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff
}
.home .sousuo .search_box .search_item .item_3 a {
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff
}
.home .sousuo .search_box .search_item .item_small a {
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home .sousuo .search_box {
        left: 16.66666667%
    }
    .home .sousuo .search_box .search_item {
    }
    .home .sousuo .search_box .search_item .top_last {
        padding-bottom: 30px
    }
    .home .sousuo .search_box .search_item .bottom_first {
        padding-top: 30px
    }
}
@media (min-width: 0) and (max-width: 991px) {
    .home .sousuo .search_box {
        left: 16.66666667%
    }
    .home .sousuo .myscroll li a {
        cursor: pointer
    }
    .home .sousuo .search_box .search_item {
        height: 100%;
    }
    .home .sousuo .search_box .search_item .item {
        padding-bottom: 15px
    }
    .home .sousuo .search_box .search_item .top_last {
        padding-bottom: 30px
    }
    .home .sousuo .search_box .search_item .bottom_first {
        padding-top: 30px
    }
    .home .sousuo .search_box .search_item .item_blank {
        height: 50px
    }
}
@media (max-width: 575px) {
    .home .sousuo .myscroll li a {
        display: inline-block;
        font-size: 12px;
        cursor: pointer;
        transition: all 5s
    }
    .home .sousuo .myscroll li a.index0 {
        transform: scale(.7);
        opacity: .1!important
    }
    .home .sousuo .myscroll li a.index1 {
        transform: scale(.9);
        opacity: .3!important
    }
    .home .sousuo .myscroll li a.index2 {
        transform: scale(1.1);
        opacity: .5!important
    }
    .home .sousuo .myscroll li a.index3 {
        transform: scale(1.2);
        opacity: .8!important
    }
    .home .sousuo .search_box {
        left: 8.33333333%
    }
    .home .sousuo .search_box .input_icon {
        position: absolute;
        left: 0;
        top: 44%;
        width: 100%
    }
    .home .sousuo .search_box .search_input {
        width: 100%;
        display: inline-block;
        height: 40px;
        box-sizing: border-box;
        padding: 12px 20px 12px 56px;
        background-color: #fff;
        border: 0;
        font-size: 16px
    }
    .home .sousuo .search_box .search_container {
        width: 16px;
        height: 18px;
        margin-top: -9px;
        line-height: 25px;
        background-color: #fff;
        line-height: 18px
    }
    .home .sousuo .search_box .search {
        font-size: 16px;
        line-height: 18px
    }
    .home .sousuo .search_box .tips {
        height: 16px;
        font-size: 16px;
        line-height: 16px;
        margin-top: -8px;
        margin-left: -50px
    }
    .home .sousuo .search_box .search_item {
        height: 100%;
        padding-top: 10px
    }
    .home .sousuo .search_box .search_item .item {
        padding-bottom: 10px
    }
    .home .sousuo .search_box .search_item .top_last {
        padding-bottom: 25px
    }
    .home .sousuo .search_box .search_item .bottom_first {
        padding-top: 25px
    }
    .home .sousuo .search_box .search_item .item_blank {
        height: 40px
    }
    .home .sousuo .search_box .search_item li a {
        font-size: 14px
    }
    .home .sousuo .search_box .search_item .item_small {
        display: none
    }
}

.home .zhaocaipingtai {
	padding: 90px 0 70px;
	background: url(../images/zhaocaipingtai-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.home .zhaocaipingtai .title {
	margin-bottom: 30px;
    display: inline-block;
    padding-top: 60px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 4px;
    color: #fff;
    /*background-image: linear-gradient(to right, #66CACB 0, #2D7381 100%);
    -webkit-background-clip: text;
    color: transparent;*/
}
.home .zhaocaipingtai .con {
	margin-bottom: 90px;

    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 4px;
    color: #fff;
}
.home .zhaocaipingtai .content {
}
.home .zhaocaipingtai .content a {
	margin: 0 auto;
	display: block;

    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -100px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-style: solid;
    border-width: 1px;
    /*border-image-source: linear-gradient(-90deg, #e10019 0, #712d62 0, #2D7381 0, #66CACB 100%);*/
    border-image-slice: 1;
margin-top: 200px;
}
.home .zhaocaipingtai .content a:hover {
	background: #fff;
    color: #2D7381;
}
@media (max-width: 1199px) {
.home .zhaocaipingtai .bigtitle .title {
	font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}
}
@media (max-width: 991px) {
.home .zhaocaipingtai .bigtitle .title {
    font-size: 36px;
}
}
@media (max-width: 575px) {
.home .zhaocaipingtai {
	padding: 45px 0;
}
.home .zhaocaipingtai .bigtitle .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
}
.home .zhaocaipingtai .con {
	font-size: 16px;
}
.home .zhaocaipingtai .content a {
	line-height: 40px;
	font-size: 18px;
}
}
@media (max-width: 575px){
.home .chuangxin .specific .item .num span {
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0;
    color: #999;
    vertical-align: baseline;
    position: relative;
    top: 5px;
}
}
@media (max-width: 575px){
.home .chuangxin .specific .item .num i {
    font-size: 22px;
    line-height: 64px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0;
    color: #66CACB;
    padding-bottom: 10px;
    vertical-align: middle;
    font-family: Arial;
    padding-right: 5px;
}
.home .chuangxin .specific .item .name {
    font-size: 8px;
padding: 0px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #999;
}
}