.news-wrap .news-center .news-list* {
	margin: 0;
	padding: 0
}

body {
	overflow: scroll;
	overflow-x: hidden;
	font-family: Microsoft YaHei;
	width:100%;
}

ul {
	list-style: none
}

a {
	text-decoration: none
}

input {
	outline: none
}

img {
	border-style: none
}
 *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

.nowrap {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.relative{
	position: relative;
	text-align: center;
	color: #fff;
}
/* 默认平铺背景 */
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.height-auto{height: auto!important;}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}
/*各个标题背景*/
.title-bg{
	position: relative;
}
.title-bg::after {
	content: '';
	position: absolute;
	width: 63px;
	height: 39px;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	opacity: .48;
	background: url("../images/index/title-bg.png") no-repeat;
}
.product-top .title-bg::after{opacity: 1}

i:hover {
	cursor: pointer
}

.none {
	display: none
}

.img-scale {
	transition: all 0.2s;
}

.img-scale:hover {
	transform: scale(1.05);
	text-decoration: none;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand', enabled=bEnabled)
}

.more {
	float: right;
	margin-top: 10px;
}

.more .search {
	color: #999;
	font-size: 16px;
}

.more:hover a {
	color: #E30B20
}

.more:hover i {
	color: #E30B20
}

.more a {
	font-size: 14px;
	font-family: Microsoft YaHei Light;
	font-weight: 300;
	color: #666;
}

.sanjiao {
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-style: solid dashed dashed dashed;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 220px;
	left: 89px
}

.barrierBed {
	width: 100%;
	height: 1000%;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	z-index: 9;
	position: absolute
}

.arrow-box {
	width: 30px;
	height: 30px;
	margin: 20px auto;
	position: relative
}

.section {
	width: 100%
}

.section .typeArea {
	width: 1260px;
	padding: 0 30px 80px 30px;
	height: 100%;
	margin: 0 auto;
	position: relative
}
.section .typeArea .right-info{
	position: absolute;
	right: 0;
	top: 5px;
	color: #e30b20;
	background-color: rgba(247,8,30, 0.2);
	border-radius: 2px;
	width: 88px;
	height: 22px;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
}

.section .typeArea .title {
	padding: 60px 0 10px 0;
	overflow: hidden;
	height: 147px;
}
.section .typeArea .title .text-left{
	font-size: 32px;
	font-weight: 600;
}
.section .typeArea .title .text-en{
	font-size: 24px;
	color: #838383;
	line-height: 1.8;
}
.section .typeArea .container .xinwen-text-info{
	padding: 20px 30px;
	background-color: #f5f5f5;
}
.section .typeArea .container .xinwen-text-info .text-info-title{
	font-size: 22px;
	font-weight: normal;
	color: #333;
}
.section .typeArea .container .xinwen-text-info .text-info-desc{
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	margin-top: 13px;
	height: 48px;
}

/*banner 轮播*/
.swiper-container-banner{
	width: 100%;
	/*height: 728px;*/
	position: relative;
	/*margin-top: 100px;*/
}
.swiper-container-banner .swiper-slide{
	width: 100%;
}
.swiper-container-banner .swiper-wrapper{height: auto!important;}
.swiper-container-banner img{
	/*height: 100%;*/
	width: 100%;
}
.swiper-container-banner .bg-cover{
	height: 728px;
	display: block;
	width: 100%;
	background-size: cover!important;
}
.swiper-container-banner .swiper-pagination{
	/*position: absolute;*/
	left: 50% !important;
	height: 2px;
	transform: translateX(-50%) !important;
	bottom: 39px!important;
	/*z-index: 100;*/
}
.swiper-container-banner .swiper-pagination-bullet {
	display: inline-block;
	 position: relative;
	width: 60px!important;
	height: 2px!important;
	border-radius: 8px!important;
	background: rgba(255, 255, 255, .6) !important;
	margin-right: 5px!important;
	opacity: 0.8!important;
	cursor: pointer;
}
.swiper-container-banner .swiper-pagination-bullet::after{
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	background-color: #fff;
	margin-right: 3px;
}
.swiper-container-banner .swiper-pagination-bullet-active::after {
	animation: load 4s linear forwards;
}
@keyframes load {
	from{ width: 0}
	to  { width: 60px}
}
/*新闻切换部分*/
.section .typeArea .container .news .news-link{
	width: 112px;
	height: 56px;
	display: block;
	line-height: 50px;
}
.section .typeArea .container .news .news-list .news-list-info{
	color: #333;
	display: block;
	padding: 13px 0;
	border-bottom: 1px dashed #e1e1e1;
	padding: 16px 0;
}
.section .typeArea .container .news .news-list .news-list-info:hover .title-left{
	color: #ea5404;
}
.section .typeArea .container .news .news-list .news-list-info .news-list-title{
	overflow: hidden;
}
.section .typeArea .container .news .news-list .news-list-info .news-list-title time{
	font-weight: bold;
	color: #999;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.section .typeArea .container .news .news-list .news-list-info .news-list-title .title-left{
	font-size: 18px;
	font-weight: normal;
	max-width: 87%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.section .typeArea .container .news .news-list .news-list-info .news-list-desc{
	margin-top: 10px;
	text-indent: 20px;
}
/*新闻中心*/
.news-wrap{
	width: 100%;
	/*height: 660px;*/
	background: url("../images/index/news-bg.png") no-repeat center;
	background-size: cover;
}
.news-wrap .news-center{
	width: 1260px;
	padding: 0 30px 80px 30px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
}
/*新闻中心顶部*/
.news-wrap .news-center .news-top{
	padding: 60px 0 15px 0;
	overflow: hidden;
	/*height: 147px;*/
}
.news-wrap .news-center .news-top .title-cn{
	font-size: 32px;
	position: relative;
}
.news-wrap .news-center .news-content{
	width: 90%;
	display: inline-block;
	margin-top: 20px;
}
.news-wrap .news-center .news-content .news-detail .pic-wrap{
	height: 380px;
	width: 100%;
	display: block;
	position: relative;
}
.news-wrap .news-center .news-content .news-detail .pic-wrap img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.news-wrap .news-center .news-content .news-detail .pic-wrap time{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 30px;
	background-color: rgba(0, 0, 0, .6);
	font-size: 24px;
	color: #fff;
}
.news-wrap .news-center .news-content .news-detail .text-wrap{
	padding: 20px 30px;
	background-color: #f5f5f5;
}
.news-wrap .news-center .news-content .news-detail .text-wrap .title{
	font-size: 22px;
	font-weight: normal;
	color: #333;
}
.news-wrap .news-center .news-content .news-detail .text-wrap .desc {
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	margin-top: 13px;
	height: 48px;
}
.news-wrap .news-center .news-list{
	width: 90%;
	/*height: 510px;*/
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}
.news-wrap .news-center .news-list li .has2line{
	border-bottom: 1px dashed #e1e1e1;
	padding: 16px 0;
}
.news-wrap .news-center .news-list li .has2line .desc{
	display: block;
	margin-top: 10px;
	text-indent: 20px;
}
.news-wrap .news-center .news-list li a{
	color: #333;
	display: block;
	padding: 13px 0;

	/*padding: 8px 0;*/
}

.news-wrap .news-center .news-list li a .desc {
	display: none;
}
.news-wrap .news-center .news-content-wrap2{
	width: 100%;
	text-align: justify;
	*text-justify:inter-ideograph;/*IE私有属性*/
}
.news-wrap .news-center .news-content-wrap2 .width{
	width: 3%;
	height: 100%;
	display: inline-block;
}
.news-wrap .news-center .news-list li a .text{
	overflow: hidden;
}
.news-wrap .news-center .news-list li a .text .title{
	font-size: 18px;
	font-weight: normal;
	max-width: 82%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.news-wrap .news-center .news-list li a time{
	/*font-weight: bold;*/
	color: #999;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.news-wrap .news-center .news-list li:hover .title{
	color: #ea5404;
}
.product-top .title-bg::after{opacity: 1}
.news-wrap .news-center .news-top .title-en {
	font-size: 24px;
	color: #838383;
	line-height: 1.8;
}
.news-wrap .news-center .news-top .line {
	display: block;
	width: 27px;
	height: 2px;
	background: #fd7b33;
}
.news-wrap .news-center .news-nav{
	height: 56px;
	position: relative;
	text-align: center;
}
.news-wrap .news-center .news-nav li{
	line-height: 56px;
	padding: 0 24px ;
	font-size: 18px;
	color: #333;
}
.news-wrap .news-center .news-nav i{
	width: 1px;
	height: 12px;
	background: #838383;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.news-wrap .news-center .news-nav .news-link{
	width: 112px;
	height: 56px;
	display: block;
	line-height: 50px;
}
.news-wrap .news-center .news-nav .news-link-active{
	background: url("../images/index/news-link-active.png") no-repeat -1px center;
	background-size: cover;
	color: #fff;
}

/*产品中心*/
.product-wrap{
	width: 100%;
	height: 800px;
	background: url("../images/index/pruduct-bg.png") no-repeat center;
	background-size: cover;
}
.product-wrap .product-center{
	width: 1260px;
	/*padding-top: 40px;*/
	padding: 40px 30px 0 30px;
	margin: 0 auto;
	/*position: ;*/
}
.product-wrap .product-center .product-top{
	color: #fff;
	overflow: hidden;
}
.product-wrap .product-center .product-top .title-cn{
	font-size: 1.5em;
	font-weight: bold;
}
.product-wrap .product-center .product-top .title-en{
	color: #838383;
	line-height: 1.8;
	font-weight: bold;
}
.product-wrap .product-center .product-top .line{
	display: block;
	width: 28px;
	height: 2px;
	background: #fff;
}
.product-wrap .product-center .product-top .product-exit{
	width: 60px;
	height: 50px;
	margin-top: 16px;
	cursor: pointer;
}
.product-wrap .product-center .swiper-container{
	/*margin-top: 38px;*/
	padding-top: 38px;
	/*overflow: unset;*/
}
.product-wrap .product-center .swiper-container .swiper-wrapper{
	height: auto!important;
	position: relative;
}
.product-wrap .product-center .swiper-container .swiper-slide{
	width: 100%;
	height: auto!important;
	/*position: absolute;*/
	/*left: 0;*/
}
.product-wrap .product-center .product-tabs-wrap{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 8px;
	border-bottom: 1px solid #53555a;
	/*opacity: 0;*/
	/*transition: opacity 1s ease-in-out;*/
}
/*.product-wrap .product-center .long-line{
    width: 100vw;
    height: 1px;
    !*position: relative;*!
    background: #53555a;
}*/
.product-wrap .product-center .product-tabs-wrap .text{
	font-size: 22px;
}
.product-wrap .product-center .product-tabs-wrap .bottom-line{
	display: none;
}
.product-wrap .product-center .product-tabs-wrap .bottom-line{
	position: absolute;
	bottom: -10px;
	width: 100px;
	height: 3px;
	background: #eb590a;
	left: 50%;
	transform: translateX(-50%);
}
.product-wrap .product-center .product-tabs-wrap .bottom-line .triangle{
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #eb590a;
	border-left: 6px solid transparent;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.tab-wrap{
	width: 126px;
	height: 126px;
	margin: 0 auto;
}
.product-wrap .product-center .product-tabs-wrap .product-tab{
	width: 126px;
	height: 126px;
	border-radius: 126px;
	margin: 0 auto;
	cursor: pointer;
	/*overflow: hidden;*/
	position: absolute;
}
.product-wrap .product-center .product-tabs-wrap img{
	width: 82px;
	height: 82px;
	border-radius: 82px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.product-wrap .product-center .product-tabs-wrap .active{
	background: url("../images/index/product-tab-active.png") no-repeat center;
	animation: product-rotate linear 3s infinite;
}
@keyframes product-rotate {
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
/*产品item*/
.product-wrap .product-center .content-slide{
	width: 270px;
	padding: 7px;
	background: #fff;
	color: #878787;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	top: 0;
	transition: top 500ms ease-in-out;
}
.product-wrap .product-center .content-slide .product-pic-wrap{
	background: #fff;
	height: 171px;
}
.product-wrap .product-center .content-slide .text-content{
	padding: 20px 24px;
	/*width: 100%;*/
}
.product-wrap .product-center .content-slide .text-content .product-title{
	color: #666;
	font-size: 20px;
	margin-bottom: 16px;
}
.product-wrap .product-center .content-slide .text-content .product-summary {
	line-height: 1.8;
	margin-bottom: 26px;
	height: 56px;
	overflow: hidden;
}
.product-wrap .product-center .content-slide .text-content .icon-wrap{
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #aaa;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
}
.product-wrap .product-center .content-slide .product-pic{
	width: 100%;
	height: 100%;
}
.product-wrap .product-center .product-list-wrap{
	width: 100%;
}
.product-wrap .product-center .product-list-wrap td:first-child .content-slide{
	/* margin: 0; */
	text-align: center;
}
.product-wrap .product-center .product-list-wrap td:last-child{ text-align: center}
.product-wrap .product-center .product-list-wrap td:last-child .content-slide{
	/*float: right;*/
	text-align: left;
	display: inline-block;
}
/*鼠标滑过产品模块*/
.product-wrap .product-center .content-slide:hover{
	background: #f16518;
	color: #fff;
	top: -20px;
}
.product-wrap .product-center .content-slide:hover .text-content .product-title{
	color: #fff;
}
.product-wrap .product-center .content-slide:hover .text-content .icon-wrap {
	background: #fff6;
}

/*解决方案*/
.solution-wrap{
	height: 700px;
	background: url("../images/index/solution-bg.png") no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.solution-wrap .solution-center{
	width: 1260px;
	height: 100%;
	margin: 0 auto;
}
.solution-wrap .solution-top{
	color: #333;
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 50px;

}
.solution-wrap .solution-top .first{
	font-size: 1.5em;
	font-weight: bold;
}
.solution-wrap .solution-top .title-en{
	color: #838383;
	line-height: 1.8;
}
.solution-wrap .solution-top .line{
	display: block;
	width: 28px;
	height: 2px;
	background: #fe7f39;
}
.solution-wrap .solution-tabs{
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	display: flex;
	padding-bottom: 46px;
	/*justify-content: space-around;*/
}
/*.solution-wrap .solution-tabs .swiper-container{*/
/*	padding-bottom: 46px;*/
/*}*/
/*.solution-wrap .solution-tabs .swiper-container .swiper-wrapper{*/
/*	height: auto!important;*/
/*}*/
/*.solution-wrap .solution-tabs .swiper-container .swiper-slide{*/
/*	width: 270px;*/
/*	height: auto!important;*/
/*}*/

 .solution-tabs .solution-tab{
	height: 40px;
	/*border-bottom: 1px solid #b5b5b5;*/
	line-height: 40px;
	text-align: center;
	color: #767676;
	position: relative;
	cursor: pointer;
	background: url("../images/index/solution-tab-bottom.png") no-repeat center bottom;
	background-size: 100%;
	overflow: hidden;
	 flex:1;
}
.solution-tabs  .solution-tab.active{
	background: #ea5404;
	color: #fff;
	width: 100%;
}
.solution-wrap .solution-tabs .swiper-container .swiper-slide-active .solution-tab::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px;
	border-color: #ea5404 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -16px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.solution-wrap .solution-item-wrap{
	width: 100%;
	height: 360px;
	position: relative;
}
.solution-wrap .solution-item-wrap .swiper-container{overflow: unset}
.solution-wrap .solution-item-wrap .solution-items-swiper{
	display: none;
}
.solution-wrap .solution-item-wrap .solution-items-swiper.active{
	display: block;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item{
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0 30px;
	opacity: .1;
	transition: opacity 1s ease-in-out;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap{
	width: 50%;
	padding: 20px 0;
	color: #666;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap .solution-title{
	color: #000;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 600;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-text-wrap .desc{
	line-height: 1.8;
	margin-bottom: 60px;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more{
	background: url("../images/index/more-bg.png") no-repeat center;
	width: 220px;
	height: 50px;
	text-indent: 30px;
	line-height: 50px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap .iconfont{position: relative}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap .iconfont:before {
	position: relative;
	right: 0;
	top: 0;
	/*transform: translateX(-50%);*/
	transition: right 1s ease-in-out;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more .icon-wrap .move-line{
	width: 3px;
	height: 1px;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: width 500ms ease-in-out, right 500ms ease-in-out;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more:hover .icon-wrap .move-line{
	width: 30px;
	/*right: 4px;*/
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-more:hover .icon-wrap .iconfont:before{
	right: -7px;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-img-wrap{
	width: 46%;
	height: 360px;
	position: relative;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .solution-item .solution-img-wrap .solution-img{
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.solution-wrap .solution-item-wrap .solution-items-swiper  .swiper-slide{
	width: 100%;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .swiper-slide-active .solution-item{
	opacity: 1;
}
/*solution-items-button-prev */
.solution-item-wrap .swiper-button, .solution-tabs .swiper-button{
	position: absolute;
	left: -36px;
	top: 8px;
	/*transform: translateY(-50%);*/
	cursor: pointer;
	z-index: 999999999999999;
	display: none;
}
.solution-item-wrap .swiper-button.active{
	display: block;
}
.solution-item-wrap .swiper-button.icon-wrap{
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
}
.solution-tabs .swiper-button .icon-wrap, .solution-item-wrap .swiper-button .icon-wrap{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 80px;
	/*background: #0006;*/
	color: #fff;
	text-align: center;
}
.solution-tabs .swiper-button .icon-wrap i{
	color: #333;
	font-size: 30px;
}
.solution-item-wrap .swiper-button .icon-wrap{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #0006;
}
.solution-item-wrap .swiper-button{
	top: 50%;
	transform: translateY(-50%);
}
.solution-item-wrap .swiper-button .icon-wrap{
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.solution-item-wrap .swiper-button .icon-wrap i{
	font-size: 30px;
}
.solution-wrap .solution-item-wrap .solution-items-swiper .swiper-slide{
	height: auto!important;
}.solution-wrap .solution-item-wrap .solution-items-swiper .swiper-wrapper{
	 height: auto!important;
 }
.solution-tabs .solution-button-next, .solution-item-wrap .solution-items-button-next {
	left: auto;
	right: -36px;
}
.solution-item-wrap .solution-items-button-next{
	right: -30px;
}

/*视频模块*/
.video-wrap{
	width: 100%;
	height: 640px;
	padding: 56px 0;
	background: url("../images/index/video-wrap-bg.png") no-repeat center;
	background-size: cover;
}
.video-wrap .video-center{
	width: 86%;
	height: 100%;
	/*background: #ea5404;*/
	margin: 0 auto;
	overflow: hidden;
}
.video-wrap .video-center .video-poster-wrap{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	transition: width 1s ease-in-out;
}
.video-wrap .video-center .video-poster{
	width: 100%;
	height: 100%;
	background: rgba(236, 91, 11, .9);
	transition: background 1s ease-in-out;
}
.video-wrap .video-center .video-active{
	width: 100%;
	height: 100%;
	opacity: 1;
}
.video-wrap .video-center .video-active .video-poster{
	background: none;
}
.video-wrap .video-center .video-poster-wrap .video-msg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.video-wrap .video-center .video-poster-wrap .video-msg .desc{
	width: 90%;
	text-align: center;
	color: #fff;
	padding-top: 26px;
	margin: 0 auto;
	font-size: 23px;
	display: block;
}
.video-poster-wrap .play-btn, .active-play-btn{
	margin: 0 auto;
	width: 100px;
	height: 100px;
	cursor: pointer;
	display: block;
}
.video-poster-wrap .play-btn{width: 70px;height: 70px}
.video-wrap .video-center .active-play-btn{display: none}
.video-wrap .video-center .video-active .active-play-btn{
	display: block;
}
.video-wrap .video-center .video-active .play-btn {
	display: none;
}
.video-wrap .video-center .video-poster-wrap:hover{
	width: 85%!important;
}
.video-wrap .video-center .video-active .video-msg .desc {
	display: none;
}

/*权属单位*/
.unit-wrap{
	height: 640px;
	/*background: url("../img/solution-bg.png") no-repeat center;*/
	background-size: cover;
	overflow: hidden;
}
.unit-wrap .unit-center{
	width: 1260px;
	height: 100%;
	margin: 0 auto;
}

.unit-wrap .unit-top{
	color: #333;
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 50px;
}
.unit-wrap .unit-center .title-cn{
	font-size: 1.5em;
	font-weight: bold;
}
.unit-wrap .unit-center .title-en{
	color: #838383;
	line-height: 1.8;
	font-size: 1.5em;
	font-weight: bold;
}
.unit-wrap .unit-center .line{
	display: block;
	width: 28px;
	height: 2px;
	background: #fe7f39;
}
.unit-wrap .unit-center .unit-swiper{
	/*padding-top: 40px;*/
	width: 100%;
}
.unit-wrap .unit-swiper{
	width: 100%;
	height: 360px;
}
.unit-wrap .unit-swiper .swiper-container{overflow: unset;position: relative;height: 360px}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item{
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0 30px;
	opacity: .5;
	/*transform: scale(0.9);*/
	/*transition: opacity 1s ease-in-out, scale 1s ease-in-out;*/
	transition: opacity 1s ease-in-out;
	background: #fff;
}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-text-wrap{
	width: 50%;
	padding: 20px 0;
	color: #666;
}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-text-wrap .solution-title{
	color: #000;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-text-wrap .desc{
	line-height: 1.8;
	margin-bottom: 60px;
}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-more{
	background: url("../images/index/more-bg.png") no-repeat center;
	width: 220px;
	height: 50px;
	text-indent: 30px;
	line-height: 50px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-more .icon-wrap{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-more .icon-wrap .iconfont{position: relative}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-more .icon-wrap .iconfont:before {
	position: relative;
	right: 0;
	top: 0;
	/*transform: translateX(-50%);*/
	transition: right 1s ease-in-out;
}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-more .icon-wrap .move-line{
	width: 3px;
	height: 1px;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: width 500ms ease-in-out, right 500ms ease-in-out;
}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-more:hover .icon-wrap .move-line{
	width: 30px;
	/*right: 4px;*/
}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-more:hover .icon-wrap .iconfont:before{
	right: -7px;
}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-img-wrap{
	width: 46%;
	height: 360px;
	position: relative;
}
.unit-wrap .unit-swiper .unit-items-swiper .solution-item .solution-img-wrap .solution-img{
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.unit-wrap .unit-swiper .unit-items-swiper  .swiper-slide{
	width: 100%;
}
.unit-wrap .unit-swiper .unit-items-swiper .swiper-slide-active .solution-item{
	opacity: 1;
	transform: scale(1);
}
.unit-wrap .unit-swiper .swiper-container .swiper-button{
	position: absolute;
	left: -56px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.unit-wrap .unit-swiper .swiper-container .unit-items-button-prev{

}
.unit-wrap .unit-swiper .swiper-container .swiper-button.unit-items-button-next{
	position: absolute;
	right: -56px;
	left: auto;
}
.unit-wrap .unit-swiper .unit-items-swiper .swiper-slide {
	transform: scale(0.9);
	transition: transform 1s ease-in-out;
}
.unit-wrap .unit-swiper .unit-items-swiper .swiper-slide-active{
	transform: scale(1)
}
.unit-wrap .unit-swiper .swiper-container .swiper-button .icon-wrap{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #0006;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.unit-wrap .unit-swiper .swiper-container .swiper-button-next{
	left: auto;
	right: -40px;
}
.unit-wrap .unit-swiper .swiper-container .swiper-button .icon-wrap .iconfont{
	font-size: 30px;
}
.section .typeArea .title .headline .logo {
	float: left;
	width: 100px;
	height: 40px;
	background-color: #E30B20;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	margin: 40px 0 0 167px
}

.section .typeArea .title .headline .logo span {
	display: block;
	width: 40px;
	height: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	margin: 0 auto
}

.section .typeArea .title .headline .title-top {
	float: left;
	width: 830px;
	height: 40px;
	margin-top: 40px;
	margin-left: 5px;
}

.section .typeArea .title .headline .title-top a {
	font-size: 40px;
	color: #333;
	line-height: 40px;
}

.section .typeArea .title .headline .title-top a:hover {
	color: #E30B20
}

.section .typeArea .title .title-bottom ul {
	text-align: center;
}

.section .typeArea .title .title-bottom ul li {
	display: inline-block;
	margin-top: 9px;
}

.section .typeArea .title .title-bottom ul li a {
	color: #666;
	line-height: 16px;
	height: 16px;
	font-size: 14px;
	font-weight: 400;
}

.section .typeArea .title .title-bottom ul li a:hover {
	color: #E30B20
}

.section .typeArea .title .title-bottom ul li span {
	color: #666;
	line-height: 16px;
	height: 16px;
	font-size: 14px;
	margin: 0 10px
}

.section  .lunbo {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}

.section .typeArea .lunbo #b04 {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.section .typeArea .lunbo #b04 .dots {
	position: absolute;
	right: 10px;
	bottom: 34px;
	z-index: 999;
}

.section .typeArea .lunbo #b04 .dots li {
	width: 12px;
	display: inline-block;
	height: 12px;
	background-color: #fff;
	opacity: 0.5;
	border-radius: 50%;
	behavior: url(../pie/PIE.htc);
	cursor: pointer;
	margin-right: 10px;
}

.section .typeArea .lunbo #b04 .dots li.active {
	width: 20px;
	opacity: 1;
	border-radius: 6px;
	behavior: url(../pie/PIE.htc);
}

.section .typeArea .lunbo #b04 .arrow {
	position: absolute;
	top: 200px;
}

.section .typeArea .lunbo #b04 #al {
	left: 20px;
	top: 272px;
	color: #fff;
	font-size: 56px;
	opacity: 0.5;
}

.section .typeArea .lunbo #b04 #al:hover {
	color: #E30B20;
	opacity: 1;
}

.section .typeArea .lunbo #b04 #ar {
	right: 20px;
	top: 272px;
	color: #fff;
	font-size: 56px;
	opacity: 0.5;
}

.section .typeArea .lunbo #b04 #ar:hover {
	color: #E30B20;
	opacity: 1;
}

.section .typeArea .lunbo #b04 ul li {
	float: left;
}

.section .typeArea .lunbo .slider-content {
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .lunbo #b04 ul li a {
	display: block;
	position: relative;
}

.section .typeArea .lunbo #b04 ul li .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
	line-height: 80px;
	color: #fff;
	font-weight: bolder;
	font-size: 28px;
	left: 0;
}

.section .typeArea .lunbo #b04 ul li .text:hover {
	color: #E30B20;
}

.section .typeArea .lunbo .text .special {
	width: 80px;
	height: 35px;
	background-color: #E30B20;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	line-height: 35px;
	text-align: center;
	border-radius: 4px;
	display: inline-block
}



.section .typeArea .lunbo .jSlider .navigator .prev {
	margin-left: -50px
}

.section .typeArea .lunbo .jSlider .navigator .next {
	margin-right: -50px
}

.section .typeArea .lunbo .jSlider .controller .indicator {
	text-align: right;
	margin-right: 20px;
	z-index: 10
}

.section .typeArea .lunbo .jSlider .controller .indicator span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)
}

.section .typeArea .lunbo .jSlider .controller .indicator .selected {
	background-color: #fff;
	width: 20px
}

.section .typeArea .hot {
	width: 1200px;
	height: 460px;
	margin: 56px auto 0;
}

.section .typeArea .hot .nav {
	width: 785px;
	height: 40px;
	border-bottom: 1px solid #E5E5E5;
}

.section .typeArea .hot .nav .title {
	float: left;
	width: 48px;
	height: 25px
}

.section .typeArea .hot .nav .title a {
	font-size: 24px;
	font-weight: 450;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 4px solid #E30B20;
}

.section .typeArea .hot .new-list {
	float: left;
	height: 424px;
	width: 785px;
}

.section .typeArea .hot .new-list .new-left {
	float: left;
	width: 370px;
	margin-right: 20px;
}

.section .typeArea .hot .new-list .new-left dl dt {
	padding-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 64px;
}

.section .typeArea .hot .new-list .new-left dl dt a {
	font-size: 20px;
	font-family: Microsoft YaHei-Bold;
	font-weight: bold;
	color: #333;
	line-height: 50px;
}

.section .typeArea .hot .new-list .new-left dl dt a:hover {
	color: #E30B20
}

.section .typeArea .hot .new-list .new-left dl dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 45px;
}

.section .typeArea .hot .new-list .new-left dl dd a {
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 45px;
}

.section .typeArea .hot .new-list .new-left dl dd a:hover {
	color: #E30B20
}

.section .typeArea .hot .new-list .new-right {
	float: right;
	width: 370px;
}

.section .typeArea .hot .new-list .new-right dl dt {
	padding-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 64px;
}

.section .typeArea .hot .new-list .new-right dl dt a {
	font-size: 20px;
	font-family: Microsoft YaHei-Bold;
	font-weight: bold;
	color: #333;
	line-height: 50px
}

.section .typeArea .hot .new-list .new-right dl dt a:hover {
	color: #E30B20
}

.section .typeArea .hot .new-list .new-right dl dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	height: 45px;
}

.section .typeArea .hot .new-list .new-right dl dd a {
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 45px;
}

.section .typeArea .hot .new-list .new-right dl dd a:hover {
	color: #E30B20
}

.section .typeArea .hot .ranking {
	float: right;
	text-align: center;
	position: relative;
	width: 370px;
	height: 448px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	margin-top: -20px
}

.section .typeArea .hot .ranking .box {
	width: 168px;
	height: 35px;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -84px;
	background-color: #fff
}

.section .typeArea .hot .ranking .box .logo {
	width: 138px;
	height: 35px;
	position: absolute;
	left: 50%;
	margin-left: -69px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	background-color: #E30B20;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	line-height: 35px
}

.section .typeArea .hot .ranking ul {
	overflow: hidden;
	height: 330px;
	margin-top: 49px;
}

.section .typeArea .hot .ranking ul li {
	position: relative;
	width: 370px;
	height: 110px
}

.section .typeArea .hot .ranking ul li .rank-img {
	margin-left: 20px;
	width: 155px;
	height: 90px;
	overflow: hidden;
	margin-top: 5px;
	border-radius: 4px;
	behavior: url(../pie/PIE.htc);
}

.section .typeArea .hot .ranking ul li .rank-img img {
	width: 100%;
	height: 100%;
}

.section .typeArea .hot .ranking ul li .num {
	font-size: 24px;
	width: 32px;
	font-style: italic;
	color: #E30B20;
	float: left;
	text-align: right;
	height: 110px;
	font-family: Arial;
}

.section .typeArea .hot .ranking ul li .num1 {
	font-size: 24px;
	width: 32px;
	font-style: italic;
	color: #999;
	float: left;
	text-align: right;
	height: 110px;
	font-family: Arial;
}

.section .typeArea .hot .ranking ul li img {
	width: 140px;
	height: 90px;
	float: left;

}

.section .typeArea .hot .ranking ul li .text {
	margin-top: 5px;
	float: left;
	width: 163px;
	height: 45px;
	padding-left: 20px;
	text-align: left;
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.section .typeArea .hot .ranking ul li .text:hover {
	color: #E30B20;
}

.section .typeArea .hot .ranking ul li .read {
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 78px;
	left: 224px;
}

.section .typeArea .hot .ranking .slide {
	width: 368px;
	height: 43px;
	background-color: #fff;
	border-radius: 0px 0px 0px 4px;
	behavior: url(../../src/pie/PIE.htc);
	margin-top: 24px;
}
.section .typeArea .hot .ranking .slide a{
	cursor: default;
}
.section .typeArea .hot .ranking .slide .left {
	width: 183px;
	height: 43px;
	float: left;
	line-height: 43px;
	background-color: #F5F5F5;
	display: block
}
.section .typeArea .hot .ranking .slide .hoverED{
	cursor: pointer;
}
.section .typeArea .hot .ranking .slide .hoverED:hover{
	background-color: #EDEDED !important;
}
/* .section .typeArea .hot .ranking .slide .left:hover {
	background-color: #EDEDED;
} */

.section .typeArea .hot .ranking .slide .hoverED:hover i {
	color: #CC0000 !important;
	cursor: pointer;
}

.section .typeArea .hot .ranking .slide .left i {
	color: #999;
	cursor: default;
}

.section .typeArea .hot .ranking .slide .right {
	width: 183px;
	height: 43px;
	float: right;
	line-height: 43px;
	background-color: #F5F5F5;
}

.section .typeArea .hot .ranking .slide .right i {
	color: #333;
	cursor: default;
}
.section .typeArea .chatu{
	width: 100%;
	height: 127px;
	margin-top: 50px;
}
.section .typeArea .chatu a{
	width: 100%;
	height: 100%;
	display: block;
}
.section .typeArea .chatu a img{
	width: 100%;
	height: 100%;
	display: block;
}
.section .typeArea .inland {
	width: 1200px;
	height: 230px;
	margin-top: 55px;
}

.section .typeArea .inland .nav {
	width: 1200px;
	height: 40px
}

.section .typeArea .inland .nav .title {
	float: left;
	width: 48px;
	height: 25px
}

.section .typeArea .inland .nav .title a {
	font-size: 24px;
	font-weight: 450;
	color: #333
}

.section .typeArea .inland .nav .navbar {
	float: right;
}
.section .typeArea .inland .nav .navbar ul{
	margin-right: -30px;
}

.section .typeArea .inland .nav .navbar ul li {
	float: left;
	margin-left: 30px
}

.section .typeArea .inland .nav .navbar ul li a {
	font-size: 14px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 41px
}

.section .typeArea .inland .nav .navbar ul li a:hover {
	color: #E30B20
}

.section .typeArea .inland .imgbox {
	background: #F5F5F5;
	width: 1200px;
	height: 180px;
	position: relative;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	margin-top: 7px;
	padding-top: 30px;
}

.section .typeArea .inland .imgbox .text {
	width: 50px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #E30B20;
	border-radius: 4px 0px 0px 4px;
	behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .inland .imgbox .text .wenzi {
	font-size: 24px;
	color: #fff;
	width: 24px;
	height: 116px;
	margin: 0 auto;
	margin-top: 25px
}

.section .typeArea .inland .imgbox .text .sanjiao {
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #E30B20;
	position: absolute;
	top: 80px;
	left: 46px
}

.section .typeArea .inland .imgbox ul {
	margin-left: 50px;
}

.section .typeArea .inland .imgbox ul li {
	float: left;
	margin-left: 18px
}

.section .typeArea .inland .imgbox ul li a {
	width: 208px;
	height: 115px;
	display: block;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	overflow: hidden
}

.section .typeArea .inland .imgbox ul li a img {
	width: 208px;
	height: 115px
}

.section .typeArea .module-box {
	width: 1200px;
	margin-top: 55px;
	margin-bottom: 48px;
}

.section .typeArea .module-box .module-inland {
	width: 370px;
	height: 510px;
	float: left
}

.section .typeArea .module-box .module-inland .nav {
	width: 370px;
	height: 40px;
	border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-inland .nav .title {
	float: left;
	width: 48px;
	height: 25px
}

.section .typeArea .module-box .module-inland .nav .title a {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 4px solid #E30B20;
}

.section .typeArea .module-box .module-inland .subject {
	width: 370px;
	height: 204px;
	margin-top: 30px;
	position: relative;
}

.section .typeArea .module-box .module-inland .subject .image {
	margin-bottom: 13px;
}

.section .typeArea .module-box .module-inland .subject .image .img {
	width: 370px;
	height: 204px;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 4px;
}

.section .typeArea .module-box .module-inland .subject .image .img img {
	width: 370px;
	height: 204px;
	position: absolute;
	left: 50%;
	margin-left: -185px;
	top: 50%;
	margin-top: -102px;
}

.section .typeArea .module-box .module-inland .subject .image .text {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	width: 370px;
	height: 40px
}

.section .typeArea .module-box .module-inland .subject .image .text a {
	color: #fff;
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	line-height: 40px
}

.section .typeArea .module-box .module-inland .subject .image .text a:hover {
	color: #E30B20
}

.section .typeArea .module-box .module-inland .subject ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.section .typeArea .module-box .module-inland .subject ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.section .typeArea .module-box .module-inland .subject ul li a:hover {
	color: #E30B20
}

.section .typeArea .module-box .module-international {
	width: 370px;
	height: 510px;
	float: left;
	margin-left: 45px;
}

.section .typeArea .module-box .module-international .nav {
	width: 370px;
	height: 40px;
	border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-international .nav .title {
	float: left;
	width: 48px;
	height: 25px
}

.section .typeArea .module-box .module-international .nav .title a {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 4px solid #E30B20
}

.section .typeArea .module-box .module-international .subject {
	width: 370px;
	height: 204px;
	margin-top: 30px;
	position: relative
}

.section .typeArea .module-box .module-international .subject .image {
	margin-bottom: 13px;
}

.section .typeArea .module-box .module-international .subject .image .img {
	width: 370px;
	height: 204px;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 4px;
}

.section .typeArea .module-box .module-international .subject .image .img img {
	width: 370px;
	height: 204px;
	position: absolute;
	left: 50%;
	margin-left: -185px;
	top: 50%;
	margin-top: -102px;
}

.section .typeArea .module-box .module-international .subject .image .text {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	width: 370px;
	height: 40px
}

.section .typeArea .module-box .module-international .subject .image .text a {
	color: #fff;
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	line-height: 40px
}

.section .typeArea .module-box .module-international .subject .image .text a:hover {
	color: #E30B20
}

.section .typeArea .module-box .module-international .subject ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.section .typeArea .module-box .module-international .subject ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 45px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.section .typeArea .module-box .module-international .subject ul li a:hover {
	color: #E30B20
}

.section .typeArea .module-box .module-financeAndEconomics {
	width: 370px;
	height: 510px;
	float: left;
	margin-left: 45px
}

.section .typeArea .module-box .module-financeAndEconomics .nav {
	width: 370px;
	height: 40px;
	border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-financeAndEconomics .nav .title {
	float: left;
	width: 48px;
	height: 25px
}

.section .typeArea .module-box .module-financeAndEconomics .nav .title a {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 4px solid #E30B20
}

.section .typeArea .module-box .module-financeAndEconomics .subject {
	width: 370px;
	height: 204px;
	margin-top: 30px;
	position: relative
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image {
	margin-bottom: 13px;
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image .img {
	width: 370px;
	height: 204px;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 4px;
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image .img img {
	width: 370px;
	height: 204px;
	position: absolute;
	left: 50%;
	margin-left: -185px;
	top: 50%;
	margin-top: -102px;
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image .text {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	width: 370px;
	height: 40px
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image .text a {
	color: #fff;
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	line-height: 40px
}

.section .typeArea .module-box .module-financeAndEconomics .subject .image .text a:hover {
	color: #E30B20
}

.section .typeArea .module-box .module-financeAndEconomics .subject ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.section .typeArea .module-box .module-financeAndEconomics .subject ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.section .typeArea .module-box .module-financeAndEconomics .subject ul li a:hover {
	color: #E30B20
}

.section .typeArea .module-box .module-sports {
	width: 370px;
	height: 500px;
	float: left
}

.section .typeArea .module-box .module-sports .nav {
	width: 370px;
	height: 40px;
	border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-sports .nav .title {
	float: left;
	width: 48px;
	height: 25px
}

.section .typeArea .module-box .module-sports .nav .title a {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 4px solid #E30B20;
}

.section .typeArea .module-box .module-sports .subject {
	width: 370px;
	height: 204px;
	margin-top: 30px;
	position: relative
}

.section .typeArea .module-box .module-sports .subject .image {
	margin-bottom: 13px;
}

.section .typeArea .module-box .module-sports .subject .image .img {
	width: 370px;
	height: 204px;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 4px;
}

.section .typeArea .module-box .module-sports .subject .image .img img {
	width: 370px;
	height: 204px;
	position: absolute;
	left: 50%;
	margin-left: -185px;
	top: 50%;
	margin-top: -102px;
}

.section .typeArea .module-box .module-sports .subject .image .text {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	width: 370px;
	height: 40px
}

.section .typeArea .module-box .module-sports .subject .image .text a {
	color: #fff;
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	line-height: 40px
}

.section .typeArea .module-box .module-sports .subject .image .text a:hover {
	color: #E30B20
}

.section .typeArea .module-box .module-sports .subject ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.section .typeArea .module-box .module-sports .subject ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.section .typeArea .module-box .module-sports .subject ul li a:hover {
	color: #E30B20
}

.section .typeArea .module-box .module-library {
	width: 370px;
	height: 500px;
	float: left;
	margin-left: 45px
}

.section .typeArea .module-box .module-library .nav {
	width: 370px;
	height: 40px;
	border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-library .nav .title {
	float: left;
	width: 48px;
	height: 25px
}

.section .typeArea .module-box .module-library .nav .title a {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 4px solid #E30B20;
}

.section .typeArea .module-box .module-library .subject {
	width: 370px;
	height: 204px;
	margin-top: 30px;
	position: relative
}

.section .typeArea .module-box .module-library .subject .image {
	margin-bottom: 13px;
}

.section .typeArea .module-box .module-library .subject .image .img {
	width: 370px;
	height: 204px;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 4px;
}

.section .typeArea .module-box .module-library .subject .image .img img {
	width: 370px;
	height: 204px;
	position: absolute;
	left: 50%;
	margin-left: -185px;
	top: 50%;
	margin-top: -102px;
}

.section .typeArea .module-box .module-library .subject .image .text {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	width: 370px;
	height: 40px
}

.section .typeArea .module-box .module-library .subject .image .text a {
	color: #fff;
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	line-height: 40px
}

.section .typeArea .module-box .module-library .subject .image .text a:hover {
	color: #E30B20
}

.section .typeArea .module-box .module-library .subject ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.section .typeArea .module-box .module-library .subject ul li a {
	margin-left: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.section .typeArea .module-box .module-library .subject ul li a:hover {
	color: #E30B20
}

.section .typeArea .module-box .module-download {
	width: 370px;
	height: 500px;
	float: left;
	margin-left: 45px
}

.section .typeArea .module-box .module-download .nav {
	width: 370px;
	height: 40px;
	border-bottom: 1px solid #E5E5E5
}

.section .typeArea .module-box .module-download .nav .title {
	float: left;
	width: 48px;
	height: 25px
}

.section .typeArea .module-box .module-download .nav .title a {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	padding-bottom: 6px;
	border-bottom: 4px solid #E30B20;
}

.section .typeArea .module-box .module-download .subject {
	width: 370px;
	height: 204px;
	margin-top: 30px;
	position: relative
}

.section .typeArea .module-box .module-download .subject .image {
	margin-bottom: 13px;
	width: 370px;
	height: 204px;
}

.section .typeArea .module-box .module-download .subject .image .img {
	width: 370px;
	height: 204px;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 4px;
}

.section .typeArea .module-box .module-download .subject .image .img img {
	width: 370px;
	height: 204px;
	position: absolute;
	left: 50%;
	margin-left: -185px;
	top: 50%;
	margin-top: -102px;
}

.section .typeArea .module-box .module-download .subject .image .text {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	width: 370px;
	height: 40px
}

.section .typeArea .module-box .module-download .subject .image .text a {
	color: #fff;
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	line-height: 40px
}

.section .typeArea .module-box .module-download .subject .image .text a:hover {
	color: #E30B20
}

.section .typeArea .module-box .module-download .subject ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.section .typeArea .module-box .module-download .subject ul li img {
	width: 18px;
	height: 18px
}

.section .typeArea .module-box .module-download .subject ul li a {
	margin-left: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.section .typeArea .module-box .module-download .subject ul li a:hover {
	color: #E30B20
}

.section .typeArea .video {
	width: 1220px;
	height: 270px;
	margin-bottom: 20px;
}

.section .typeArea .video .nav {
	width: 1200px;
	height: 45px;
	border-bottom: 1px solid #E5E5E5
}

.section .typeArea .video .nav .title {
	float: left;
	width: 48px;
	height: 25px;
	margin-top: 5px
}

.section .typeArea .video .nav .title a {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 4px solid #E30B20;
}

.section .typeArea .video .nav .navbar ul li {
	float: right;
	margin-left: 20px;
	width: 78px;
	height: 34px;
	background: #F5F5F5;
	border-radius: 17px;
	behavior: url(../../src/pie/PIE.htc);
	text-align: center
}

.section .typeArea .video .nav .navbar ul li:hover {
	background-color: #E30B20
}

.section .typeArea .video .nav .navbar ul li:hover a {
	color: #fff
}

.section .typeArea .video .nav .navbar ul li a {
	font-size: 14px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 34px
}

.section .typeArea .video .subject-box {
	margin-top: 30px
}

.section .typeArea .video .subject-box .subject {
	float: left;
	margin-right: 20px;
	position: relative
}

.section .typeArea .video .subject-box .subject .img {
	position: relative;
	overflow: hidden;
	display: block;
	width: 224px;
	height: 124px
}

.section .typeArea .video .subject-box .subject .img img {
	width: 224px;
	height: 128px;
	border-radius: 4px 4px 0px 0px;
	behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .video .subject-box .subject .img div {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 50%;
	margin-left: -22px;
	width: 44px;
	height: 44px;
	background: rgba(0, 0, 0, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
	border-radius: 50%;
	behavior: url(../../src/pie/PIE.htc);
	text-align: center
}

.section .typeArea .video .subject-box .subject .img div i {
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 50%;
	margin-left: -7px
}

.section .typeArea .video .subject-box .subject .text {
	width: 224px;
	height: 41px;
	background: #F5F5F5;
	text-align: center
}

.section .typeArea .video .subject-box .subject .text a {
	font-size: 16px;
	font-family: Microsoft YaHei Semilight;
	color: #333;
	line-height: 41px
}

.section .typeArea .video .subject-box .subject .text a:hover {
	color: #CB0014
}

.section .typeArea .images-box {
	width: 1200px;
	height: 734px;
}

.section .typeArea .images-box .nav {
	width: 1200px;
	height: 45px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 30px
}

.section .typeArea .images-box .nav .title {
	float: left;
	width: 48px;
	height: 25px;
	margin-top: 5px
}

.section .typeArea .images-box .nav .title a {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 4px solid #E30B20;
}

.section .typeArea .images-box .zuo {
	float: left
}

.section .typeArea .images-box .zuo .images {
	width: 386px;
	height: 290px;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	position: relative;
	margin-bottom: 20px;
	overflow: hidden
}

.section .typeArea .images-box .zuo .images .text {
	width: 386px;
	height: 120px;
	background: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	position: absolute;
	bottom: 0;
	padding: 20px 30px;

}

.section .typeArea .images-box .zuo .images .text h4 a {
	color: #fff;
	display: block;
	height: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.section .typeArea .images-box .zuo .images .text h4 {
	height: 24px;
	width: 100%;

}

.section .typeArea .images-box .zuo .images .text h4 a:hover {
	color: #E30B20
}

.section .typeArea .images-box .zuo .images .text p {
	margin-top: 12px
}

.section .typeArea .images-box .zuo .images .text p a {
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.section .typeArea .images-box .zuo .images a img {
	width: 386px;
	height: 290px;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .images-box .zuo .images .text h4 a {
	font-size: 0
}

.section .typeArea .images-box .zuo .images .text p a {
	font-size: 0
}

.section .typeArea .images-box .zhong {
	float: left;
	margin: 0 20px
}

.section .typeArea .images-box .zhong .images {
	width: 386px;
	height: 600px;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	position: relative;
	overflow: hidden
}

.section .typeArea .images-box .zhong .images .text {
	width: 386px;
	height: 120px;
	background: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	position: absolute;
	bottom: 0;
	padding: 20px 30px
}

.section .typeArea .images-box .zhong .images .text h4 {
	width: 100%;
	height: 24px;
}

.section .typeArea .images-box .zhong .images .text h4 a {
	color: #fff;
	display: block;
	height: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section .typeArea .images-box .zhong .images .text h4 a:hover {
	color: #E30B20
}

.section .typeArea .images-box .zhong .images .text p {
	margin-top: 12px
}

.section .typeArea .images-box .zhong .images .text p a {
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.section .typeArea .images-box .zhong .images a img {
	width: 386px;
	height: 600px;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .images-box .you {
	float: left
}

.section .typeArea .images-box .you .images {
	width: 386px;
	height: 290px;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	position: relative;
	margin-bottom: 20px;
	overflow: hidden
}

.section .typeArea .images-box .you .images .text {
	width: 386px;
	height: 120px;
	background: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
	position: absolute;
	bottom: 0;
	padding: 20px 30px
}

.section .typeArea .images-box .you .images .text h4 {
	width: 100%;
	height: 24px;
}

.section .typeArea .images-box .you .images .text h4 a {
	color: #fff;
	display: block;
	height: 24px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section .typeArea .images-box .you .images .text h4 a:hover {
	color: #E30B20
}

.section .typeArea .images-box .you .images .text p {
	margin-top: 12px
}

.section .typeArea .images-box .you .images .text p a {
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.section .typeArea .images-box .you .images a img {
	width: 386px;
	height: 290px;
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
}

.section .typeArea .images-box .you .images .text h4 a {
	font-size: 0
}

.section .typeArea .images-box .you .images .text p a {
	font-size: 0
}
#video-wrap{
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000;
	/* z-index: 2000; */
	display: none;
	z-index: 9999999999999999;
	color: #fff;
}
#video-wrap .close{
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 0;
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
}
#video {
	width: 100%;
	height: 100%;
	/* position: fixed; */
	/* left: 0; */
	/* top: 0; */
	/* display: none; */
}
/*右侧联系我们模块*/
.contact-method{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 999;
}
.contact-method .method{
	width: 54px;
	height: 54px;
	background-color: #e95504;
	color: #fff;
	border: none;
	outline: none;
	margin-top: 2px;
	cursor: pointer;
	text-align: center;
	line-height: 54px;
}
.contact-method .method .iconfont{
	font-size: 28px;
}
/*遮罩 */
.wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 1000;
	display: none;
}
.phone-wrap{
	width: 420px;
	height: 170px;
	border-radius: 10px;
	background-color: #fff;
	background-image: url('../images/index/phone-bg.png');
	background-repeat: no-repeat;
	background-position: 50px center;
	background-size: auto 70%;
	font-size: 20px;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1001;
	display: none;
}
.phone-wrap .content{
	position: absolute;
	left: 230px;
	top: 50%;
	transform: translateY(-50%);
}
.wx-wrap{
	max-width: 80%;
	max-height: 80%;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1001;
	display: none;
}

/*媒体查询*/
@media all and (max-width: 1366px) {
	.solution-wrap .solution-center{width: 1160px}
}
@media screen and (max-width: 1260px) {
	/*    头部*/
	.header{
		height: 70px;
		padding: 0 30px;
	}
	.header .header-center{
		padding: 0;
	}
	.header .header-center .header-nav .header-nav-item{
		margin-left: 20px;
		height: 70px;
		line-height: 70px;
	}
	.header .header-center .logo-a img{
		height: 70px;
	}
	.header .header-nav-item-list{
		top: 70px;
	}



	/*    轮播*/
	.swiper-container-banner{
		height: 300px;
		margin: 0;
	}
	.news-wrap{
		height: auto;
		padding-bottom: 30px;
	}
	.news-wrap .news-center{
		width: 100%;
	}
	.news-wrap .news-center .news-top .title-wrap,.news-wrap .news-center .news-top .news-nav{
		float: none;
	}
	.news-wrap .news-center .news-top .title-wrap{
		text-align: center;
	}
	.news-wrap .news-center .news-top .title-wrap .line{
		margin: 0 auto;
	}
	.news-wrap .news-center .news-top .news-nav{
		margin: 10px 0 0 0 ;
	}
	.news-wrap .news-center .news-content-wrap .news-img-wrap{
		width: 100%;
		height: 565px;
		float: none;
	}
	.news-wrap .news-center .news-content-wrap .news-list{
		float: none;
		width: 100%;
	}
	.news-wrap .news-center .news-content-wrap{
		height: auto;
	}
	.news-wrap .news-center .news-content-wrap .news-list, .news-list li{
		overflow: hidden;
	}
	/*    产品中心*/
	.product-wrap .product-center{
		width: 100%;
	}
	/*解决方案*/
	.solution-wrap .solution-center{
		width: 934px;
	}
}
@media screen and (max-width: 1024px) {
	.solution-wrap .solution-center{width: 786px}
}
@media screen and (max-width: 986px) {
	.solution-wrap .solution-center{width: 660px}
}
