锘?*html{-webkit-filter: grayscale(100%); 
        -moz-filter: grayscale(100%); 
        -ms-filter: grayscale(100%); 
        -o-filter: grayscale(100%); 
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
        _filter:none;
}*/
.header{
	display: block;
	width: 100%;
	height: 92px;
	background: rgba(255, 255, 255, 0.36);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
	transition: all 300ms;
}
.header.active{
	background: rgba(255, 255, 255, 0.9);
}
.headZw{
	display: block;
	height: 92px;
}
.headerDiv{
	display: block;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.headerDiv .left{
	height: 100%;
	line-height: 92px;
}
.menu{
	height: 92px;
}
.menu>li{
	float: left;
	width: auto;
	margin-left: 46px;
	height: 100%;
	position: relative;
}
.menu>li:first-child{
	margin-left: 0;
}
.menu>li>a{
	font-size: 18px;
	color: #333333;
	line-height: 92px;
	display: block;
	position: relative;
}
.menu>li:hover>a{
	color: #006ec7;
}
.menu>li>a.active{
	color: #006ec7;
}
.menu>li>a.active::after{
	content: "";
	display: block;
	width: 44px;
	height: 2px;
	background: #006ec7;
	position: absolute;
	top: 74px;
	left: 50%;
	transform: translateX(-50%);
}
.bannerImg{
	display: block;
	height: 502px;
	position: relative;
}
.footer{
	display: block;
	background: #f6f6f6;
	position: relative;
}
.footerDiv{
	display: block;
	height: auto;
	position: relative;
}
.footerBot{
	display: block;
	width: 100%;
	height: auto;
	border-top: 1px solid #e5e7ec;
	padding: 22px 0;
	font-size: 14px;
	color: #737373;
	line-height: 24px;
}
.footerBot a{
	color: #737373;
}
.footerBot a:hover{
	color: #006ec7;
}
.footTop{
	display: block;
	padding: 55px 0;
	position: relative;
}
.footTopIn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 72px;
	width: 100%;
}
.footTop .ewm{
	display: block;
	width: 114px;
	height: 114px;
	position: absolute;
	right: -186px;
	top: 50%;
	transform: translateY(-50%);
}
.indexBanner{
	height: 918px;
}
.indexDiv1{
	height: auto;
	padding: 181px 0 212px;
	background-image: url(../images/indexBg1_03.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 1152px;
	background-position: center top;
}
.indexYw1,.indexYw2{
	display: block;
	width: 1414px;
	height: auto;
	margin: 0 auto;
}
.indexYw1Div>li{
	float: right;
	width: 368px;
	height: 254px;
	margin-right: -50px;
	position: relative;
}
.indexYw1Div>li:nth-child(1){
	margin-right: 0;
}
.yewuIndex{
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	border-radius: 18px;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 19;
	transition: all 300ms;
}
.yewuIndex::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.4;
}
.yewuIndex .img{
	display: block;
	width: 100%;
	height: 158px;
	border-radius: 18px 18px 0 0;
	overflow: hidden;
	transition: all 300ms;
}
.yewuIndex .textMain{
	display: block;
	padding: 12px 30px 0;
	font-size: 16px;
	color: #3d2e87;
	line-height: 28px;
}
.yewuIndex .textMain h5{
	font-size: 14px;
	color: #fece25;
	line-height: 20px;
	height: 20px;
	transition: all 300ms;
}
.yewuIndex.active{
	width: 370px;
	height: 330px;
	position: absolute;
	top: -45px;
	right: 0;
	z-index: 30;
}
.yewuIndex.active::after{
	opacity: 0;
}
.yewuIndex.active .img{
	height: 214px;
}
.yewuIndex.active .textMain h5{
	margin-bottom: 10px;
}
.yewuTitle{
	text-align: center;
	width: 366px;
	padding-top: 23px;
	color: #fff;
}
.indexYw1 .yewuTitle{
	padding-left: 92px;
}
.yewuTitle h3{
	font-size: 42px;
	line-height: 60px;
	margin-bottom: 21px;
}
.yewuTitle h5{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 27px;
}
.yewuTitle a{
	display: block;
	width: 176px;
	height: 38px;
	border-radius: 19px;
	border: 1px solid #1e67b4;
	text-align: center;
	line-height: 36px;
	margin: 0 auto;
	background: #e6f3fc;
	font-size: 16px;
	color: #0074cc;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.yewuTitle a img{
	margin-left: 20px;
	margin-top: -2px;
}
.indexYw2 .indexYw1Div>li{
	float: left;
	margin-right: 0;
	margin-left: -50px;
}
.indexYw2 .indexYw1Div>li:nth-child(1){
	margin-left: 0;
}
.indexYw2 .yewuTitle{
	padding-right: 92px;
}
.indexNew{
	display: block;
	width: 1414px;
	height: 48px;
	margin: 84px auto 26px;
}
.indexNew .left{
	font-size: 32px;
	line-height: 48px;
	color: #0d0d0d;
}
.indexNew .right{
	font-size: 16px;
	color: #999999;
	line-height: 48px;
}
.indexNew .right img{
	margin-left: 8px;
	margin-top: -2px;
}
.indexNew .right:hover{
	color: #006ec7;
}
.indexDiv2{
	display: block;
	width: 1414px;
	margin: 0 auto 160px;
}
.indexNewsDiv{
	width: 414px;
	height: 420px;
	background: #f9f9f9;
	margin-right: 56px;
}
.indexNewsDiv:last-child{margin-right: 0;}
.indexNewsDiv .img{
	display: block;
	width: 100%;
	height: 244px;
	overflow: hidden;
}
.indexNewsDiv .img>div{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 400ms;
}
.indexNewsDiv:hover .img>div{
	transform: scale(1.08);
}
.indexNewsDiv .text{
	padding: 20px 40px 0;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}
.indexNewsDiv .text>div{
	margin-bottom: 16px;
	font-size: 14px;
	color: #f99513;
	height: 24px;
	line-height: 24px;
}
.indexNewsDiv .text h5{
	font-size: 14px;
	color: #a0a0a0;
	padding-left: 20px;
	background: url(../images/shijian.png) no-repeat left center;
	background-size: 14px auto;
	line-height: 24px;
}

/*濯掍綋鏌ヨ*/
@media screen and (max-width:1500px){
	.footTop .ewm{right: -120px;}
	.indexBanner{height: 100vh;}
}
.indexNewsR{
	width: 476px;
	padding-top: 3px;
}
.indexNewsR>li{
	margin-bottom: 32px;
}
.indexNewsR>li:last-child{
	margin-bottom: 0;
}
.indexNewsIn{
	height: 80px;
	padding-left: 100px;
	position: relative;
	display: block;
	width: 100%;
}
.indexNewsIn h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
	margin-bottom: 6px;
}
.indexNewsIn p{
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 6px;
}
.indexNewsIn h5{
	font-size: 14px;
	color: #7c7c7c;
	line-height: 24px;
}
.indexNewsIn h5 img{
	margin-left: 9px;
	margin-top: -2px;
}
.indexNewsIn>div{
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #d8d8d8;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 14px;
	color: #616161;
	line-height: 24px;
	padding: 11px 0 0;
}
.indexNewsIn>div span{
	display: block;
	text-align: center;
	font-size: 28px;
	color: #616161;
	font-weight: bold;
	line-height: 36px;
}
.indexNewsIn:hover h3{
	color: #006ec7;
}
.indexNewsIn:hover h5{
	color: #006ec7;
}

.tabDiv{
	margin-top: -86px;
	z-index: 90;
	position: relative;
}
.weizhi{
	display: block;
	margin-bottom: 20px;
	text-align: right;
}
.weizhi ul{
	padding-left: 30px;
	min-height: 28px;
	background: url(../images/home-01.png) no-repeat left center;
}
.weizhi ul li{
	float: left;
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
}
.weizhi ul li a{
	color: #ffffff;
	line-height: 28px;
}
.tabsIn{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 75px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.tabsIn a{
	display: flex;
	/* float: left; */
	/* width: 16.66%; */
	width: 100% !important;
	align-items: center;
	justify-content: center;
	height: 75px;
	background: #fff;
	line-height: 75px;
	text-align: center;
	position: relative;
	font-size: 20px;
	color: #333333;
}
.tabsIn a::after{
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background: #ececec;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.tabsIn a:hover{
	color: #006ec7;
}
.tabsIn a.active{
	color: #006ec7;
}
.tabsIn a.active::before{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #006ec7;
	position: absolute;
	bottom: 0;
	left: 0;
}

.aboutTit h4{
	font-size: 36px;
	line-height: 50px;
	color: #333333;
	text-align: center;
}
.aboutTit h2{
	font-size: 58px;
	color: #ececec;
	line-height: 68px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.jianjie{
	margin-bottom: 64px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.jianjie p{
	margin-top: 14px;
}
.wenhua li{
	background: #f9f9f9;
}
.wenhua li>span{
	height: 300px;
	width: 50%;
}
.wenhua li:nth-child(2n)>span{
	float: right;
}
.wenhua li>div{
	width: 50%;
	min-height: 300px;
	position: relative;
	padding-left: 52px;
	padding-right: 52px;
	padding-top: 80px;
	font-size: 16px;
	line-height: 38px;
	color: #666666;
}
.wenhua li>div .icon{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
}
.wenhua li>div h3{
	font-size: 32px;
	color: #333333;
	line-height: 48px;
	margin-bottom: 6px;
}
.wenhua li>div h5{
	font-size: 18px;
	color: #c6c6c6;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.lichImg{
	display: block;
	margin: 90px auto 58px;
}
.lichDiv{
	display: block;
	width: 1152px;
	height: 1348px;
	overflow: hidden;
}
.lichDiv.active{
	height: auto;
	overflow: visible;
}
.topDiv{
	display: block;
	width: 155px;
	height: 68px;
	border-radius: 8px;
	background: #006ec7;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
	padding-top: 14px;
}
.lichUl>li{
	padding: 15px 0 0;
}
.lichUl>li .year{
	display: block;
	width: 155px;
	height: 68px;
	border-radius: 8px;
	background: #006ec7;
	text-align: center;
	line-height: 68px;
	margin: 16px auto 0;
	text-align: center;
	line-height: 68px;
	font-size: 36px;
	color: #fff;
}

.lichList{
	padding: 48px 0 54px;
	position: relative;
}
.lichList::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #96c3e8;
	position: absolute;
	top: 0;
	left: 50%;
}
.lichList>li{
	display: block;
	width: 100%;
	margin-bottom: 62px;
	position: relative;
}
.lichList>li:last-child{
	margin-bottom: 0;
}
.lichListIn{
	width: 550px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	background: #f6fbff;
	padding: 8px 28px;
	border-radius: 8px;
}
.lichList>li:nth-child(2n-1) .lichListIn{
	float: right;
}
.lichList>li::before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/icon-02.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
}
.lichDiv::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}
.lichList .yue{
	font-size: 24px;
	color: #006ec7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	margin-left: 28px;
}
.lichList>li:nth-child(2n-1) .yue{
	left: auto;
	right: 50%;
	margin-right: 28px;
}

.team>li{
	float: left;
	width: 280px;
	height: 320px;
	background: #f9f9f9;
	margin-bottom: 92px;
	margin-right: 25px;
	cursor: pointer;
}
.team>li:nth-child(4n){
	margin-right: 0;
}
.teamImg{
	display: block;
	height: 208px;
}
.teamDiv{
	display: block;
	padding: 23px 10px 0;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.teamDiv h3{
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 5px;
}
.team>li:hover .teamDiv,
.team>li:hover .teamDiv h3{
	color: #006ec7;
}
.popBg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}
.teamPop{
	display: none;
	width: 1000px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 400;
}
.teamPopDiv{
	display: block;
	width: 100%;
	height: 544px;
	border-radius: 10px;
	background: #fff;
	margin: 0 auto;
	padding: 75px 10px 69px 72px;
}
.teamColse{
	display: block;
	width: 40px;
	height: 40px;
	margin: 30px auto 0;
	cursor: pointer;
}
.teamPopDivImg{
	width: 288px;
	height: 350px;
	margin-top: 22px;
	border: 10px solid #e7e7e7;
}
.teamPopDivImg>div{
	display: block;
	width: 100%;
	height: 100%;
}
.teamPopIn{
	width: 560px;
	height: 100%;
	padding-right: 88px;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	padding-top: 82px;
	overflow: auto;
}
.teamPopIn h2{
	font-size: 34px;
	color: #333333;
	line-height: 48px;
	margin-bottom: 20px;
}
.teamPopIn::-webkit-scrollbar {/*婊氬姩鏉℃暣浣撴牱寮?/
	width: 8px;     /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
	height: 8px;
}
.teamPopIn::-webkit-scrollbar-thumb {/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 8px #006ec7;
	background: #006ec7;
}
.teamPopIn::-webkit-scrollbar-track {/*婊氬姩鏉￠噷闈㈣建閬?/
	-webkit-box-shadow: inset 0 0 8px #d9e9f7;
	border-radius: 0;
	background: #d9e9f7;
}

.rongyuDiv{
	display: block;
	padding: 60px 0 76px;
	background: #fff;
}
.ryList>li{
	float: left;
	width: 285px;
	height: 280px;
	margin-right: 20px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.ryList>li:nth-child(4n){
	margin-right: 0;
}
.ryList>li>div{
	display: block;
	width: 100%;
	height: 188px;
	margin-bottom: 16px;
}
.ryList>li:hover{
	color: #efa01b;
}
.swiperRy{
	height: 474px;
	margin: 0 auto 80px;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
	overflow: hidden;
	position: relative;
}
.swiperRy .swiper-slide{
	padding: 52px 40px 50px 40px;
}
.swiperRyImg{
	width: 520px;
	height: 100%;
}
.swiperRyIn{
	width: 490px;
	height: 100%;
	padding-top: 26px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.swiperRyIn h3{
	font-size: 28px;
	color: #292929;
	line-height: 40px;
	margin-bottom: 20px;
}
.swiperRy .swiper-button-next,
.swiperRy .swiper-button-prev{
	width: 52px;
	height: 52px;
	top: 366px;
	margin: 0;
}
.swiperRy .swiper-button-next::after,
.swiperRy .swiper-button-prev::after{
	display: none;
}
.swiperRy .swiper-button-prev{
	background: url(../images/left-01.png) no-repeat center;
	background-size: 100% 100%;
	left: 40px;
}
.swiperRy .swiper-button-next{
	background: url(../images/right-01.png) no-repeat center;
	background-size: 100% 100%;
	right: auto;
	left: 106px;
}
.swiperRy .swiper-button-prev:hover{
	background: url(../images/left-02.png) no-repeat center;
	background-size: 100% 100%;
}
.swiperRy .swiper-button-next:hover{
	background: url(../images/right-02.png) no-repeat center;
	background-size: 100% 100%;
}

.swiperRy .swiper-pagination{
	width: auto;
	bottom: 54px;
	line-height: 52px;
	left: 178px;
	font-size: 12px;
	color: #4c4c4c;
}
.swiperRy .swiper-pagination .swiper-pagination-current{
	font-size: 18px;
	color: #006ec7;
}
.yewuList{
	display: block;
}
.yewuList .img{
	width: 680px;
	height: auto;
	text-align: left;
}
.yewuList .img>span{
	display: inline-block;
	width: 324px;
	height: 100px;
	background: #f7f7f7;
	vertical-align: top;
}

.yewuList .img .imgIn{
	display: block;
	width: 100%;
	height: 388px;
	overflow: hidden;
}
.yewuList .img .imgIn>div{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 400ms;
}
.yewuList:hover .img .imgIn>div{
	transform: scale(1.08);
}
.yewuListDiv{
	width: 460px;
	height: auto;
	padding: 152px 0 100px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.yewuListDiv>h3{
	font-size: 30px;
	color: #333333;
	line-height: 50px;
	margin-bottom: 60px;
}
.yewuListDiv .more{
	display: block;
	width: 160px;
	height: 56px;
	border: 1px solid #999999;
	text-align: center;
	line-height: 54px;
	font-size: 18px;
	color: #333333;
	margin-top: 36px;
}
.yewuList:hover .yewuListDiv>h3{
	color: #006ec7;
}
.yewuList:hover .yewuListDiv .more{
	background: #006ec7;
	color: #fff;
	border-color: #006ec7;
}
.yewuList:nth-child(2n) .left{
	float: right;
	text-align: right;
}
.yewuList:nth-child(2n) .right{
	float: left;
}

.ywDet{
	margin-top: -40px;
	margin-bottom: 60px;
	position: relative;
	z-index: 30;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.ywDetDiv{
	display: block;
	background: #fff;
	padding: 0 125px 68px;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}
.ywDetDiv p{
	margin: 10px 0;
}
.ywDetTit{
	font-size: 32px;
	color: #333333;
	line-height: 50px;
	padding: 45px 0;
	text-align: center;
}
.pageSwi{
	display: block;
	width: 100%;
	height: 60px;
	margin: 70px auto;
}
.pageSwi>div{
	display: inline-block;
	float: left;
	width: 350px;
	height: 100%;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	color: #666666;
	line-height: 58px;
	white-space:nowrap; 
		text-overflow:ellipsis; 
		overflow: hidden;
}
.pageSwi>a{
	display: inline-block;
	float: left;
	width: 250px;
	height: 100%;
	background: #006ec7;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.pageSwi>a img{
	margin-right: 10px;
	margin-top: -2px;
}
.pageSwi>div:first-child{
	border-right: none;
}
.pageSwi>div:last-child{
	border-left: none;
}
.pageSwi>div a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	line-height: 58px;
	font-size: 16px;
	color: #666666;
	white-space:nowrap; 
		text-overflow:ellipsis; 
		overflow: hidden;
}
.pageSwi>div:hover{
	border-color: #006ec7;
	color: #fff;
	background: #006ec7;
}
.pageSwi>div:hover a{
	color: #FFFFFF;
}

.rencaiTop{
	padding: 52px 146px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.renliList{
	padding-bottom: 36px;
}
.renliList>li{
	margin-bottom: 40px;
	position: relative;
}
.renliImg{
	width: 672px;
	height: 500px;
}
.renliDiv{
	display: block;
	width: 654px;
	height: 400px;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	padding: 32px 58px 10px;
	overflow: auto;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.renliDiv>h3{
	font-size: 34px;
	color: #333333;
	line-height: 48px;
}
.renliDiv>em{
	display: block;
	width: 50px;
	height: 6px;
	background: #006ec7;
	margin: 14px 0 26px;
}
.renliList>li:nth-child(2n) .right{
	float: left;
}
.renliList>li:nth-child(2n) .renliDiv{
	left: auto;
	right: 0;
}

.boshiTop{
	display: block;
	padding: 52px 52px 48px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}
.boshiTop h3{
	font-size: 36px;
	color: #333333;
	line-height: 50px;
}
.boshiTop>em{
	display: block;
	width: 60px;
	height: 6px;
	background: #006ec7;
	margin: 13px auto 30px;
}
.boshiDiv{
	padding-top: 13px;
	position: relative;
}
.boshiDiv::before{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #006ec7;
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 2;
}
.boshiDiv li{
	padding: 0 106px 54px 100px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	position: relative;
}
.boshiDiv li::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 38px;
	top: 18px;
	z-index: 10;
	background: url(../images/icon-02.png) no-repeat center;
	background-size: 100% 100%;
}
.boshiDiv li .title{
	display: inline-block;
	vertical-align: top;
	padding: 0 22px;
	line-height: 60px;
	margin-bottom: 26px;
	background: #f6fbff;
	border-radius: 6px;
	font-size: 24px;
	color: #333333;
	position: relative;
}
.boshiDiv li .title::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #f6fbff;
	border-bottom: 7px solid transparent;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.hjImg{
	width: 564px;
	height: 452px;
}
.hjDiv{
	width: 582px;
	padding-right: 44px;
	padding-top: 32px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.hjDiv>h3{
	font-size: 36px;
	color: #333333;
	line-height: 48px;
}
.hjDiv>em{
	display: block;
	width: 60px;
	height: 6px;
	background: #006ec7;
	margin: 14px 0 50px;
}
.hjBot{
	padding: 62px 0 60px;
	background: #f6f6f6;
}
.hjTit{
	text-align: center;
	margin-bottom: 40px;
	font-size: 36px;
	line-height: 50px;
	color: #333333;
}
.hjTit>em{
	display: block;
	width: 60px;
	height: 6px;
	background: #006ec7;
	margin: 12px auto 0;
}
.swiperHj{
	display: block;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.swiperHj .swiper-slide{
	position: relative;
}
.swiperHjDiv{
	display: block;
	width: 100%;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 19;
	background-color: #eeeeee;
	transition: all 300ms;
}
.swiperHjDiv::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	top: 0;
}
.swiperHj .swiper-slide-active .swiperHjDiv,
.swiperHj .swiper-slide-duplicate-active .swiperHjDiv{
	width: 564px;
	height: 100%;
	z-index: 30;
}
.swiperHj .swiper-slide-active .swiperHjDiv::before,
.swiperHj .swiper-slide-duplicate-active .swiperHjDiv::before{
	display: none;
}
.swiperHjDiv>div{
	display: block;
	width: 100%;
	height: 62px;
	line-height: 62px;
	padding: 0 20px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	z-index: 40;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: all 300ms;
}
.swiperHj .swiper-slide-active .swiperHjDiv>div,
.swiperHj .swiper-slide-duplicate-active .swiperHjDiv>div{
	opacity: 1;
}

.hjLeft,
.hjRight{
	display: block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	border-radius: 50%;
	top: 194px;
	position: absolute;
	z-index: 18;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
	cursor: pointer;
}
.hjLeft{
	background-image: url(../images/left-03.png);
	left: -90px;
}
.hjRight{
	background-image: url(../images/right-03.png);
	right: -90px;
}
.hjLeft:hover{
	background-image: url(../images/left-04.png);
}
.hjRight:hover{
	background-image: url(../images/right-04.png);
}

.swiperHd{
	height: 390px;
	margin: 50px auto 52px;
	overflow: hidden;
	position: relative;
}
.hdRight{
	width: 548px;
	height: 100%;
	padding-top: 60px;
	font-size: 16px;
	line-height: 18px;
	color: #666666;
}
.hdRight h3{
	font-size: 32px;
	color: #006ec7;
	line-height: 46px;
	margin-bottom: 9px;
}
.hdRight h5{
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 20px;
}
.swiperHdIn{
	width: 600px;
	height: 390px;
	overflow: hidden;
	position: relative;
}
.swiperHdIn .swiper-pagination-bullet{
	border: 1px solid #fff;
	background: none;
	opacity: 1;
}
.swiperHdIn .swiper-pagination-bullet-active{
	opacity: 1;
	background: #fff;
}
.swiperHd .swiper-button-prev,
.swiperHd .swiper-button-next{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	top: 274px;
}
.swiperHd .swiper-button-prev::after,
.swiperHd .swiper-button-next::after{
	display: none;
}
.swiperHd .swiper-button-prev{
	left: 656px;
	background: url(../images/left-05.png) no-repeat center;
	background-size: 100% 100%;
}
.swiperHd .swiper-button-next{
	right: auto;
	left: 716px;
	background: url(../images/right-05.png) no-repeat center;
	background-size: 100% 100%;
}
.swiperHd .swiper-button-prev:hover{
	background: url(../images/left-06.png) no-repeat center;
	background-size: 100% 100%;
}
.swiperHd .swiper-button-next:hover{
	background: url(../images/right-06.png) no-repeat center;
	background-size: 100% 100%;
}
.hdDiv{
	display: block;
	padding: 40px 0 82px;
	background: #f9f9f9;
}
.hdList{
	display: block;
	width: 100%;
	height: 250px;
	background: #fff;
	margin-bottom: 25px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	padding: 45px 42px 0;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.hdList h3{
	font-size: 24px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 7px;
}
.hdList h5{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 15px;
}
.hdList:hover{
	background: #006ec7;
	color: #fff;
}
.hdList:hover h3,
.hdList:hover h5{
	color: #fff;
}

.ywDetTit h5{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-top: 14px;
}
.hdTj{
	display: block;
	line-height: 60px;
	font-size: 34px;
	color: #333333;
	margin-bottom: 18px;
	padding-left: 24px;
	position: relative;
}
.hdTj::before{
	content: "";
	display: block;
	width: 6px;
	height: 36px;
	background: #006ec7;
	position: absolute;
	left: 0;
	top: 12px;
}
.tjDiv>li{
	float: left;
	margin-bottom: 44px;
	margin-right: 20px;
}
.tjDiv>li:nth-child(3n){
	margin-right: 0;
}
.hdTjDiv{
	display: block;
	width: 386px;
	height: 420px;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
}
.hdTjDivTop{
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin-bottom: 25px;
}
.hdTjDiv h3{
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 11px;
}
.hdTjDiv h5{
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 15px;
}
.hdTjDiv:hover h3{
	color: #006ec7;
}
.hdTjDivTop>div{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 110, 199, 0.8);
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	padding-top: 90px;
}
.hdTjDivTop>div img{
	display: block;
	margin: 0 auto 8px;
}
.hdTjDiv:hover .hdTjDivTop>div{
	display: block;
}

.djDiv{
	display: block;
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
	background: #fff url(../images/more-04.png) no-repeat 1130px center;
	position: relative;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
	position: relative;
	padding: 23px 130px 0 140px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.djDiv:hover{
	background: #fff url(../images/more-05.png) no-repeat 1130px center;
}
.djDiv h3{
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 10px;
}
.djDiv:hover h3{
	color: #006ec7;
}
.djDiv .data{
	display: block;
	width: 138px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	color: #666666;
	padding-top: 34px;
}
.djDiv .data span{
	display: block;
	text-align: center;
	font-size: 52px;
	line-height: 1;
	font-weight: bold;
}
.djDiv:hover .data{
	color: #006ec7;
}

.zeren{
	display: block;
	width: 100%;
	height: 250px;
	background: #fff;
	padding: 20px;
}
.zeren:nth-child(2n){
	background: #f5f5f5;
}
.zerenImg{
	width: 325px;
	height: 100%;
}
.zerenDiv{
	width: 800px;
	height: 100%;
	padding-top: 25px;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
}
.zerenDiv h5{
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	margin-bottom: 9px;
}
.zerenDiv h3{
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 14px;
}
.zerenDiv p{
	height: 40px;
}
.zerenDiv>span{
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 22px;
	background: url(../images/more-06.png) no-repeat center;
}
.zeren:hover{
	background: #006ec7;
	color: #fff;
}
.zeren:hover .zerenDiv,
.zeren:hover .zerenDiv h3,
.zeren:hover .zerenDiv h5{
	color: #fff;
}
.zeren:hover .zerenDiv>span{
	background: url(../images/more-07.png) no-repeat center;
}

.tzList{
	display: block;
	width: 100%;
	height: 80px;
	padding: 0 24px 0 45px;
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.tzList .left{
	width: 70%;
	font-size: 18px;
	color: #333333;
	line-height: 80px;
}
.tzList .right{
	font-size: 14px;
	color: #666666;
	line-height: 80px;
}
.tzList::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #999999;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.tzList:hover::before{
	background: #fff;
}
.tzList:hover{
	background: #006ec7;
}
.tzList:hover .left,
.tzList:hover .right{
	color: #fff;
}

.newsDiv{
	display: block;
	width: 100%;
	height: 214px;
	background: #fff;
	margin-bottom: 30px;
}

.newsImg{
	width: 380px;
	height: 100%;
}
.newsDiv:hover{
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
.newsDivIn{
	width: 778px;
	height: 100%;
	padding-top: 32px;
	padding-right: 60px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.newsDivIn h3{
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 5px;
}
.newsDivIn h5{
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 11px;
}
.newsDiv:hover .newsDivIn h3{
	color: #006ec7;
}
.lxTop{
	margin-bottom: 50px;
}
.lxTop>li{
	float: left;
	width: 385px;
	height: 268px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	margin-right: 22px;
	position: relative;
	padding: 90px 20px 0;
	text-align: center;
	font-size: 18px;
	color: #343434;
	line-height: 36px;
}
.lxTop>li:nth-child(3n){
	margin-right: 0;
}
.lxTop>li::before{
	content: "";
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.lxTop>li h3{
	font-size: 26px;
	font-weight: bold;
	color: #2c2c2c;
	line-height: 40px;
	margin-bottom: 20px;
}
.lxTop>li>Span{
	display: block;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
}
.lxEwm{
	display: block;
	width: 121px;
	height: auto;
	margin: 10px auto;
}
.tdList{
	margin-bottom: 54px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.tdTop{
	margin-bottom: 15px;
}
.tdTop span{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-left: 38px;
}























