@charset "utf-8";
.block-adv .w{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.floor-news {
	height: 680px;
    justify-content: space-between;
    align-items: flex-start;
}
.floor-news .product-cate{
	width: 268px;
	float: left;
	box-shadow: 0px 8px 10px #ececec;
	background: #fafafa;
}

.product-cate .class-hd {
	height: 52px;
	line-height: 52px;
	padding-left: 15px;
	padding-right: 10px;
	overflow: hidden;
	background: url("../images/cate-bg.png") no-repeat left center;
	border-radius: 3px 3px 0 0;
}
.product-cate .class-hd h3 {
    display: inline;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.product-cate .class-hd .more {
    float: right;
    color: #666;
    width: 26px;
    height: 22px;
    margin-top: 15px;
    background: url("../images/cate-more.png") no-repeat center center;
}
.product-cate .class-hd .more:hover {
    color: #d00000;
}
.product-cate .class-hd .more i {
    margin-left: 3px;
    font-family: "\5b8b\4f53";
    font-style: normal;
}

.class-a {
	height: 74px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 10px 0 0 10px;
}
.class-a b {
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding-left: 15px;
	position: relative;
}
.class-a b:before {
    border-bottom: 2px solid #0146AE;
    border-left-width: 0;
    border-right: 2px solid #0146AE;
    border-top-width: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 38%;
    transform: rotate(-45deg);
    width: 6px;
    background: unset;
    border-radius: unset;
}
.class-a b a {
	color: #0146AE;
}
.class-a p {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.class-a p a {
	color: #666;
	margin-right: 10px;
}
.class-a b i {
	font-size: 26px;
	color: #0146AE;
	position: absolute;
	left: 18px;
	top: 23px;
	font-weight: normal;
}
.class-b {
	width: 600px;
	position: absolute;
	z-index: 9999;
	left: 264px;
	top: 0px;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.1);
	display: none;
}
.class-txt {
	width: 600px;
	float: left;
	padding: 10px 0 0 0;
}
.class-txt .item {
	width: 550px;
	float: left;
	padding: 0 0 10px 0px;
	margin-left: 20px;
}
.class-txt .item .class-c{
	height: 40px;
	font-size: 16px;
	color: #0146AE;
	line-height: 40px;
	font-weight: 700;
	position:relative;
	margin-bottom: 6px;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 12px;
}
.class-txt .item .class-c::after {
    border-bottom: 2px solid #0146AE;
    border-left-width: 0;
    border-right: 2px solid #0146AE;
    border-top-width: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 44%;
    transform: rotate(-45deg);
    width: 6px;
    background: unset;
    border-radius: unset;
}
.class-txt .item .class-c a.more {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	color: #666;
}
.class-txt .item .class-c a.more:hover {
	color: #0146AE;
}
.class-txt .item p{
	line-height: 30px;
}
.class-txt .item p a {
	line-height: 30px;
	margin: 0 7px;
}
.class-txt .item .add {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	background: #fff6e8;
	border-radius: 20px;
	margin-top: 10px;
}
.class-txt .item .add a {
	color: #ff9600;
	margin-right: 13px;
}
.class-txt .item .add a:last-child {
	margin-right: 0;
}
.class-txt .item .add i {
	display: inline-block;
	width: 21px;
	height: 17px;
	background-size: contain;
	vertical-align: top;
	margin: 5px 12px 0 8px;
}
.class-txt .item a:hover{
	color: #0146AE
}
.product-cate ul {
	padding: 0;
}
.product-cate ul li {
	position: relative;
	z-index: 99;
	border-left: 4px solid transparent;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}
.product-cate ul li:last-child {
	border-bottom: none;
}
.product-cate li.hover {
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	border-left: 4px solid #0146AE;
	box-sizing: border-box;
}
.product-cate li:hover .class-a b i {
	-webkit-animation: jello-vertical 0.7s;
			animation: jello-vertical 0.7s;
}
.product-cate li.hover i {
	color: #0146AE;
}
.product-cate li.hover b {
	font-weight: bold;
}
.product-cate li.hover .class-b {
	display: block;
}
.product-cate li.hover .class-a a {
	color: #0146AE;
}
.product-cate li.hover .class-a p a {
	color: #666;
}
.product-cate .class-a p:hover a {
	color: #0146AE;
}

.floor-news .news-cont{
	width: 726px;
}


.floor-news .news-cont .tab-box{}
.floor-news .news-cont .tab-box .hd {position: relative;background: url('../images/tab-line-bg.png') #f5f5f5;}
.floor-news .news-cont .tab-box .hd li{width: 24.6%;margin-right: 0px;height: 42px;margin-top: 3px;background: #f5f5f5;}
.floor-news .news-cont .tab-box .hd .on{border-top: 3px solid #1a5bc3;background: #ffffff;margin-top: 0px;height: 45px;}
.floor-news .news-cont .tab-box .hd .on a,.tab-box .hd h3 a{color:#0146AE;font-weight:600;}


.news-list .cont-info p {
	font-size: 26px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #C00A0F;
}
.news-bot {
	margin-top: 20px;
    justify-content: space-between;
    align-items: flex-start;
}
.news-left {
	width: 296px;
}
.news-left .image{
	width: 296px;
	height: 168px;
    overflow: hidden;
}
.news-left .image img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease
}
.news-left .image:hover img {
    transform: scale(1.2)
}
.news-left .info h6 {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin-top: 13px;
    margin-bottom: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-left .info h6 span{
    color: #0045cd;
    margin-right: 5px;
}


.news-right {
	width: 400px;
}
.news-right ul {
	overflow: hidden;
}
.news-right ul li {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.news-right ul .blank10{
	height: 10px;
}
.company-cont {
	width: 360px;
}
.company-cont .right-adv img{
	width: 360px;
	height: 203px;
}

.company-cont .tab-box{}
.company-cont .tab-box .hd {position: relative;background: #fff;border-bottom: 3px solid #e1e1e1;}
.company-cont .tab-box .hd li{width: 33%;margin-right: 0px;background: #ffffff;height: 42px;}
.company-cont .tab-box .hd .on{border-bottom: 3px solid #1a5bc3;background: #ffffff;height: 45px;}
.company-cont .tab-box .hd .on a,.tab-box .hd h3 a{color:#0146AE;font-weight:600;}

.company-cont .company-bd ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.company-cont .company-bd ul li{
	width: 170px;
	height: 54px;
	margin-right: 20px;
	margin-bottom: 6px;
	border: 1px solid #eaeaea;
}
.company-cont .company-bd ul li img{
    width: 168px;
    height: 52px;
}
.company-cont .company-bd ul li a:hover img{
    width: 188px;
    height: 72px;
    position: relative;
    z-index: 1000;
}
.company-cont .company-bd ul li:nth-child(2n) {
    margin-right: 0
}
.floor-company .company-list {
    justify-content: space-between;
    align-items: flex-start;
}
.floor-company .company-list .cont{
    width: 268px;
    height: 203px;
    background: url("../images/company-item-bg.png") no-repeat center bottom;
    padding: 10px;
}
.floor-company .company-list .cont .logo{
    text-align: center;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floor-company .company-list .cont .logo img{
    width: 150px;
    height: 54px;
}
.floor-company .company-list .cont .cont-list li {
    line-height: 32px;
    height: 32px;
    font-size: 15px;
}

.floor-news .brand-cont{
	width: 360px;
}
.floor-company {
}
.floor-video {
	height: 427px;
	position: relative;
	background: #3d7eff; 
}
.floor-video .left-img{
	width: 133px;
	height: 288px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/video-bg-left.png') no-repeat center center;
}
.floor-video .right-img{
	width: 206px;
	height: 214px;
	position: absolute;
	right: 0px;
	top: 0;
	background: url('../images/video-bg-right.png') no-repeat center center;
}
.floor-video .w {
    justify-content: space-between;
    align-items: flex-start;
}

.floor-video .video-hd {
    position: relative;
    line-height: 46px;
    font-size: 16px;
    padding: 32px 0;
    clear: both;
    display: flex;
}
.floor-video .video-hd h3 {
    display: block;
    font-size: 20px;
    width: 184px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 0;
    background: url("../images/video-tit-bg.png") no-repeat center center;
}
.floor-video .video-hd .img{
	width: 197px;
    height: 48px;
    margin-left: 2px;
    background: url("../images/video-tit.png") no-repeat center center;
}
.floor-video .video-hd .cate{
    margin-left: auto;
    color: #fff;
}
.floor-video .video-hd .cate a{
    margin-right: 5px;
    color: #fff;
}

.floor-video .video-main {
	width: 920px;
}
.floor-video .video-main .video-cont {
	width: 920px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.floor-video .video-main .video-cont .video-left {
	width: 458px;
}
.floor-video .video-main .video-cont .video-left ul li .image{
    width: 458px;
    height: 270px;
    overflow: hidden;
}
.floor-video .video-main .video-cont .video-right {
	width: 454px;
}
.floor-video .video-main .video-cont .video-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.floor-video .video-main .video-cont .video-right ul li{
    margin-bottom: 18px;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.floor-video .video-main .video-cont .video-right ul li:nth-child(2n) {
    margin-right: 0
}
.floor-video .video-main .video-cont .video-right ul li .image{
    width: 222px;
    height: 126px;
    overflow: hidden;
}
.floor-video .interview-cont {
	width: 456px;
}
.floor-video .interview-cont ul {
	width: 456px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.floor-video .interview-cont ul li{
    margin-bottom: 18px;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.floor-video .interview-cont ul li:nth-child(2n) {
    margin-right: 0
}
.floor-video .interview-cont ul li .image{
    width: 222px;
    height: 126px;
}
.floor-product .cate-nav {
    margin-bottom: 20px;
}
.floor-product .cate-nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.floor-product .cate-nav ul li{
	min-width: 70px;
	height: 35px;
    line-height: 35px;
    text-align: center;
    background: #F0F0F0;
    padding: 0 10px;
    margin: 0 10px;
    font-size: 16px;
    position: relative;
}
.floor-product .cate-nav ul li.on{
	background: #0146AE;
}

.floor-product .cate-nav ul li.on:after{
    transition: .3s;
    position: absolute;
    display: inline-block;
    content: "";
    bottom: -30px;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 20px solid;
    border-color: #0146AE transparent transparent;}
.floor-product .cate-nav ul li.on a{
	color: #fff;
}
.floor-product .product-list ul{
    display: flex;
    flex-wrap: wrap
}
.floor-product .product-list li {
	padding: 10px;
	width: 260px;
	border: 1px solid #f3f3f3;
    margin-bottom: 18px;
    margin-right: 24px;
}
.floor-product .product-list li:nth-child(5n) {
    margin-right: 0
}
.floor-product .product-list li .image{
    width: 238px;
    height: 185px;
}
.floor-product .product-list li .info h5{
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: unset;
}


.floor-edu .edu-cont{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.floor-edu .edu-cont .edu-left {
	width: 854px;
}
.floor-edu .edu-cont .edu-left ul li .image{
    width: 854px;
    height: 480px;
}
.floor-edu .edu-cont .edu-right {
	width: 518px;
}
.floor-edu .edu-cont .edu-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.floor-edu .edu-cont .edu-right ul li{
    margin-bottom: 22px;
    margin-right: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.floor-edu .edu-cont .edu-right ul li:nth-child(2n) {
    margin-right: 0
}
.floor-edu .edu-cont .edu-right ul li .image{
    width: 248px;
    height: 145px;
}

.floor-tech .tech-cont{
    justify-content: space-between;
    align-items: flex-start;
}
.floor-tech .tech-cont .tech-train {
	width: 360px;
}
.floor-tech .tech-cont .tech-train .cont-pic{
	background: #f9f9f9;
	padding-bottom: 20px;
}
.floor-tech .tech-cont .tech-train .info{
	padding: 0 15px;
}
.floor-tech .tech-cont .tech-train .info h4{
	max-height: 30px;
}
.floor-tech .tech-cont .tech-train .cont-list li {
	padding-left: 20px;
}
.floor-tech .tech-cont .tech-train .index-panel:before{
    background:url(../images/icon-topic.png) no-repeat left center;
}
.index-panel {
    padding-left: 38px;
    color: #0146AE;
}
.index-panel:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 32px;
    height: 32px;
}
.index-panel h3:after {
    left: -37px;
}
.floor-tech .tech-cont .tech-news {
	width: 636px;
}
.floor-tech .tech-cont .tech-download {
	width: 360px;
}
.floor-tech .tech-cont .tech-download .index-panel:before{
    background:url(../images/icon-download.png) no-repeat left center;
}
.floor-tech .tech-cont .tech-download .cont-pic li{
	display: flex;
	box-sizing: border-box;
}
.floor-tech .tech-cont .tech-download .cont-pic li .image {
    display: block;
    flex-shrink: 0;
    width: 42px;
    height: 48px;
    margin-right: 14px;
    cursor: pointer
}
.floor-tech .tech-cont .tech-download .cont-pic li .info h5 {
	margin: 0;
	max-height: 28px;
    line-height: 28px;
    font-weight: normal;
    -webkit-line-clamp: 2;
}
.floor-tech .tech-cont .tech-download .cont-pic li .info p {
    font-size: 14px;
    color: #666;
    padding-left: 18px;
    margin-bottom: 0px;
    background: url('../images/icon-time.png') no-repeat center left;
}

.floor-exhibition .exhibition-cont {
    justify-content: space-between;
    align-items: flex-start;
}
.floor-exhibition .exhibition-cont .exhibition-topic {
	width: 360px;
}
.floor-exhibition .exhibition-cont .exhibition-topic .index-panel:before{
    background:url(../images/icon-topic.png) no-repeat left center;
}
.floor-exhibition .exhibition-cont .exhibition-topic .cont-pic li{
	display: flex;
	box-sizing: border-box;
	margin-top: 15px;
}
.floor-exhibition .exhibition-cont .exhibition-topic .cont-pic li .image {
    display: block;
    flex-shrink: 0;
    width: 165px;
    height: 98px;
    margin-right: 14px;
    border: 1px solid #e7e7e7;
    background: #efefef;
    border-radius: 5px;
    cursor: pointer
}
.floor-exhibition .exhibition-cont .exhibition-topic .cont-pic li .info h5 {
	font-weight: normal;
}

.exhibition-cont .exhibition-list {
	width: 636px;
}
.exhibition-cont .exhibition-list .tab-box .hd li{width: 49.6%;}

.cont-list-exhibition li{
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 10px 0px;
}
.cont-list-exhibition .date {
    width: 42px;
    height: 60px;
    margin-right: 20px;
    color: #fff;
    background: #6f9ced;
}
.cont-list-exhibition .date span{
	text-align: center;
    display: block;
}
.cont-list-exhibition .date span:first-child{
	margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
}
.cont-list-exhibition .info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
    overflow: hidden;
}
.cont-list-exhibition .info h5 {
    font-weight: 700;
    margin-top: 0px;
}
.cont-list-exhibition .info p {
    color: #666
}

.exhibition-cont .exhibition-news {
	width: 360px;
}
.exhibition-cont .exhibition-news .index-panel:before{
    background:url(../images/icon-exhibition.png) no-repeat left center;
}
.exhibition-cont .exhibition-news .cont-pic{
	background: #f9f9f9;
}
.exhibition-cont .exhibition-news .info{
	padding: 9px 15px;
}
.exhibition-cont .exhibition-news .info h4{
	max-height: 30px;
}
.exhibition-cont .exhibition-news .cont-list li {
	padding-left: 20px;
}
.friend-link {
	margin-top: 30px;
}
.friend-link .text-link {
	padding: 20px 0 40px;
	border-top: 3px solid #eaeaea;
	line-height: 30px;
}
.friend-link .text-link a{
	margin-right: 15px;
}