@charset "UTF-8";
/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.animated{-webkit-animation-duration: 1.5s !important;animation-duration: 1.5s !important;}
.animHide{opacity: 0;}
.animHide1{opacity: 1;}
.top{background-color: #fff;position: fixed;top: 0;width: 100%;height: 88px;left: 0;z-index: 999;box-shadow: 0px 2px 4px 0px rgba(0, 0, 112, 0.1);}
/* logo start */
.logo{position: absolute;top: 0;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);z-index: 9999;width: 212px;height: 163px;}
.logo img{height: 73px;display: inline-block;vertical-align: top;}
.logo a{display: block;width: 100%;height: 100%;background: url(../images/logoBg.png) no-repeat center / cover;padding-top: 18px;text-align: center;box-sizing: border-box;-webkit-box-sizing: border-box;}
.logoText{height: 40px;line-height: 40px;font-size: 24px;color: #222222;font-family: 'nansong';}
.footerBox{padding-top: 0 !important;}
/* logo end */
/* 导航 start */
.menuDl{position: relative;width: 100%;}
.menuDl dd{float: left;display: inline;position: relative;margin-right: 155px;}
.menuDl dd.dd3{margin-right: 400px;}
.menuDl dd.dd6{margin-right: 0;}
.menuDl dd::before{display: block;content: "";width: 100%;height: 2px;background: #0043af;position: absolute;bottom: 0;left: 0;transform: scale(0);-webkit-transform: scale(0);transition: all .4s linear;-webkit-transition: all .4s linear;}
.menuDl dd.hover::before{transform: scale(1);-webkit-transform: scale(1)}
.menuDl dd:hover::before{transform: scale(0);-webkit-transform: scale(0)}
.menuDl dd .yjMenu{position: relative;z-index: 9;}
.menuDl dd .yjMenu a{display: block;line-height: 88px;text-align: center;color: #333333;font-size: 16px;transition: 0.4s;}
.menuDl dd.hover .yjMenu a,
.menuDl dd .yjMenu a:hover{color: #0043af;font-weight: bold;}
.menuDl dd .ejMenu{position: absolute;top: 88px;left: 0;width: 100%;background: #fff;box-shadow: 0px 2px 2px 0px rgba(0, 0, 112, 0.2);display: none;z-index: 10;border-radius: 0 0 5px 5px;}
.menuDl dd .ejMenu{position:absolute;left:50%; top:88px; width:200%; display:none;background: #fff;-webkit-transform: translateX(-50%);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px}
.menuDl dd .ejMenu li{font-size: 15px;text-align: center;}
.menuDl dd .ejMenu a{line-height: 30px;display: block;color: #333;margin-bottom:1px;padding: 5px 0;}
.menuDl dd .ejMenu li:last-child a{margin-bottom: 0;border-radius: 0 0 10px 10px;}
.menuDl dd .ejMenu li:hover a{color: #ffffff;background: #0043af;}
.search{width: 20px;height: 20px;background: url(../images/common/search.png) no-repeat center;margin: 30px 0 0 30px;cursor: pointer;}
.model.show::before {animation: menu-animation .8s ease-out forwards;transform: scale(2) translateY(0);}
.model.show {display: block;}
.model {position: fixed;top: 0;left: 0;z-index: 10600;display: none;width: 100%;height: 100%;overflow: hidden;outline: 0;}
.model span {display: inline-block;width: 50px;height: 50px;line-height: 50px;position: absolute;top: 30px;right: 30px;cursor: pointer;font-size: 72px;text-align: center;overflow: hidden;color: #fff;z-index: 10;font-weight: lighter;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.model::before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background-color: rgba(0, 0, 0, .87);width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;transform: scale(.04) translateY(9999px);overflow: hidden;z-index: 9;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.searchPWBox {width: 600px;height: 60px;overflow: hidden;background: #fff;border-radius: 5px;position: absolute;top: 50%;left: 50%;z-index: 9;margin: -30px 0 0 -300px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;;}
.searchPWBox input {display: block;float: left;width: 530px;height: 60px;background: none;border: none;line-height: 60px;color: #333;font-size: 16px;margin-left: 10px;}
.searchPWBox input::placeholder {color: #999;font-size: 16px;}
.searchPWBox input::-webkit-placeholder {color: #999;font-size: 16px;}
.searchPWBox a {float: left;display: inline;width: 60px;height: 60px;background: #292e88 url(../images/common/searchbtn.png) no-repeat center center;color: #fff;font-size: 30px;text-align: center;line-height: 60px;}
.searchPWBox a:hover {opacity: 0.9;}
@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* 导航 end */
/* ————— 头部 end ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;width: 100%;height: calc(100vh - 88px);}

.indexBannerLoad{position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); transition: all 1.3s;-webkit-transition: all 1.3s;}
.indexBannerLoad svg{-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;width: 100px;height: 100px;fill: rgb(215, 23, 24);}
.indexBannerLoad.hide{ visibility: hidden; opacity: 0;}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg);transform:rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }
.indexBanner .bd{height: 100%; overflow: hidden; position: absolute; width: 100%; left: 0; top: 0;}
.indexBanner .bd .slick-list,.indexBanner .bd .slick-track{height: 100%;}
.indexBanner.delay .bd .slick-track{ transition-delay: 1.3s !important;-webkit-transition-delay: 1.3s !important;}
.indexBanner .mySlide{height: 100%;position: relative;overflow: hidden;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.indexBanner .mySlide a{display: block;height: 100%;width: 100%;}
.indexBanner .slick-dots{position: absolute;bottom: 30px;left: 0;width: 100%;text-align: center;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;margin: 0 10px;line-height: 20px;vertical-align: middle;cursor: pointer;position: relative;color: #fff;font-size: 16px;width: 50px;padding-bottom: 15px;font-family: 'CMSquish';}
.indexBanner .slick-dots li.slick-active{color: #1347af;background: url(../images/bannerIcn.png) no-repeat bottom center;}
.indexBanner .prev{width: 56px;height: 56px;background: rgb(0,0,0,0.2) url(../images/bannerPrev.png) no-repeat center;position: absolute;left: 9.375%;top: 40%;border-radius: 50%; cursor: pointer;z-index: 2;transition: all .2s ease-in;-webkit-transition: all .2s ease-in;}
.indexBanner .next{width: 56px;height: 56px;background: rgb(0,0,0,0.2) url(../images/bannerNext.png) no-repeat center;position: absolute;right: 9.375%;top: 40%;border-radius: 50%;cursor: pointer;z-index: 2;transition: all .2s ease-in;-webkit-transition: all .2s ease-in;}
.indexBanner .prev:hover{background-color: #1347af;}
.indexBanner .next:hover{background-color: #1347af;}
.indexBanner .mySlide .text{position: absolute; left: 50%; top:30%; width: 1200px; transform: translateX(-50%); color: #FFF;display: none;text-align: center;}
.indexBanner .mySlide .text .text1{ font-size: 20px;line-height: 28px;z-index: 2;position: relative;}
.indexBanner .mySlide .text .text2{ font-size: 0px;}
.indexBanner .mySlide .text .text2 span{font-size: 96px;font-family: 'CMSquish';letter-spacing: 3px;display: inline-block;}
.indexBanner .mySlide .text .text2 span:nth-child(4){margin-right: 50px;}
.indexBanner .mySlide.slick-active .text{display: block;}
.indexBanner .img{ width: 1200px;position: absolute;left: 50%; top:38%;transform: translate(-50%,-50%); font-size: 0;text-align: center;}
.indexBanner .img .img1{margin-bottom: 30px;}
.indexBanner .img .img1 img:nth-child(4){margin-right: 43px;}
.indexBanner .img .imgItem img{overflow: hidden; display: inline-block; visibility: hidden;}
.indexBanner .img .imgItem img.show{visibility: visible;}
.cloudWave{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cloudWave1.png) left top no-repeat;
	background-size: contain;
	-webkit-animation: cloud 100s linear infinite;
  	-moz-animation: cloud 100s linear infinite;
  	-o-animation: cloud 100s linear infinite;
  	animation: cloud 100s linear infinite;
  	-webkit-transform: translate3d(0, 0, 0);
  	-ms-transform: translate3d(0, 0, 0);
  	-o-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
  	

}
.cloudWave.cloudWave2{
	background: url(../images/cloudWave2.png) center center no-repeat;
	background-size: contain;
}
@keyframes cloud {
  0% {
	transform: translateX(0);
  }
  100% {
	transform: translateX(1920px);
  }
}
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
.footer{background-color: #2c3138;min-height: 395px;}
.ftLogo{height: 40px;line-height: 40px;font-family: 'nansong';font-size: 28px;color: #fff;}
.ftLogo img{height: 28px;vertical-align: middle;display: inline-block;}
.returnUp{width: 40px;height: 40px;border-radius: 50%; background: #363994 url(../images/backTop.png) no-repeat center center;cursor: pointer;position: relative;border-radius: 6px;}
.returnUp::before{ content: ""; display: block; width: 40px;height: 40px; border-radius: 6px; background: rgba(54,57,148,.4); position: absolute;animation: circle-opacity 2s infinite; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0,0);}
@keyframes circle-opacity{
    from {
        opacity: 1;
        transform:translate(-50%,-50%) scale(1);
    }
    to {
        opacity: 0;
        transform:translate(-50%,-50%) scale(2);
    }
}
.footerDown{padding-top: 40px;position: relative;box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden;}
.footerDown .left .item{display: inline;float: left;margin-right: 90px;}
.footerDown .left .item .icn{margin-bottom: 18px;line-height: 50px;}
.footerDown .left .item .icn.icon-dianhua11{font-size: 50px;color: #fff;}
.footerDown .left .item .icn.icon-Fill1{font-size: 50px;color: #fff;}
.footerDown .left .item .icn.icon-youjian1{font-size: 50px;color: #fff;}
.footerDown .left .item .title{height:36px;line-height:36px;font-size: 16px;color: rgba(255,255,255,0.4);}
.footerDown .left .item .info{line-height: 28px;height: 56px;font-size: 16px;color: rgba(255,255,255,0.8);margin-bottom: 7px;}
.footerDown .left .item .info svg{height: 28px;line-height: 28px;}
/* 底部导航1 start */
.footerNav{width: 100%;padding: 34px 0;box-sizing: border-box;-webkit-box-sizing: border-box;border-bottom: 1px solid rgba(255,255,255,0.05);overflow: hidden;}
.footerNavList{overflow: hidden;}
.footerNavList dd{display: inline;float: left;margin-right: 50px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.footerNavList dd:last-child{margin-right: 0;}
.footerNavList dd a{line-height: 40px;display: block; color: rgba(255,255,255,0.8);font-size: 16px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.footerNavList dd:hover a{color:#fff}
/* 底部导航1 end */

/* 底部联系方式 start */

/* 底部联系方式 end */
/* 二维码 start */
.footerDown .right{}
.footerEwm dd{float: left;display: inline;margin-left: 20px;width: 104px;}
.footerEwm dd .ewmImg{width: 104px;height: 104px;overflow: hidden;margin-bottom: 15px;}
.footerEwm dd .ewmImg img{width: 100%;height: 100%;}
.footerEwm dd .text{text-align: center;font-size: 14px;color: rgba(255,255,255,0.8);line-height: 26px;height: 26px;}
/* 二维码 end */
.footerBlank{height: 78px;width: 100%;}
/* 备案信息 start */
.ftArchival{height: 78px;line-height: 78px;font-size: 16px;color: rgba(255,255,255,0.4);border-top: 1px solid rgba(255,255,255,0.05);}
.ftArchival span{margin: 0 1px;color: rgba(255,255,255,0.4);}
.ftArchival img{margin: 0 2px;vertical-align: -2px;}
.ftArchival a{color: rgba(255,255,255,0.4);transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.ftArchival .footerCnzz{background: url(../images/common/cnzzIcn.png) no-repeat center right;padding-right: 55px;}
.ftArchival a:hover{color: #fff;}
/* .ftArchival a.a1{padding-left: 30px;} */
.ftArchival a.a1{background: url(../images/common/beian.png) no-repeat center left;padding-left:25px;}
/* 备案信息 end */
/* ————— 底部 end ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner::before{content: '';display: block; padding-top: 30.2301%;}
.subBanner::after{display: block;content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,0.1);position: absolute;top: 0;left: 0;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on img{transform: scale(1);-webkit-transform: scale(1);}
.subBanner .text{position: absolute;top: 40%;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%); z-index: 2;text-align: center;}
.subBanner .text .cntitle{height: 52px;line-height: 52px;font-family: 'nansong';font-size: 44px;color: #fff;}
.subBanner .text .entitle{height: 40px;line-height: 40px;font-size: 22px;color: rgba(255,255,255,0.6);font-weight: bold;font-family: '宋体';}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 60px;background: #fff;margin-top: -60px;z-index: 2;position: relative;}
.location{height: 60px;font-size: 0;}
.locationList{overflow: hidden;}
.locationList dd{display: inline;float: left;}
.location a.home{width: 60px;line-height: 60px;text-align: center; height: 60px;background: #e5ecf7;display: inline;float: left;margin-right: 20px;color: #0043af;font-size: 18px;}
.locationList dd:last-child i{background: none;}
.locationList dd a{height: 60px;line-height: 60px;color: #a3a3a3;font-size: 14px;}
.locationList i{width: 30px; height: 60px;line-height: 60px;background: url(../images/locationIcn.png) no-repeat center center;}
.locationList dd:hover a{color:#0043af}
.locationList dd.hover a{color:#0043af}
.subNavList{overflow: hidden;}
.subNavList dd{display: inline;float: left;margin-right: 40px;}
.subNavList dd a{display: block; line-height: 60px;height:60px;color: #666666;font-size: 14px;}
.subNavList dd.hover a{color: #0043af;}
.subNavList dd:hover a{color: #0043af;}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;}
.sjMenu a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #999;border-radius: 20px; font-size: 14px; margin: 0 10px; background: #f5f5f5;}
.sjMenu a:hover{ background: #363994; color: #FFF; border-color: #363994;}
.sjMenu a.hover{ background: #363994; color: #FFF; border-color: #363994;}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;width: 30px;height: 30px;line-height: 30px;color:#666;background: #fff; margin: 0 4px;border: 1px solid #dddddd;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #0043af;color: #fff;border: 1px solid transparent;}
.page a.hover{background: #0043af;color: #fff;border: 1px solid transparent;}
.page label{color:#999999;position: relative;top: -11px;}
.page a div{width: 30px;height: 30px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/common/page/lastPageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;border: 1px solid transparent;cursor: not-allowed;}
.page a.prevPage.disabled{background:#E2E2E2;border: 1px solid transparent;cursor: not-allowed;}
.page a.nextPage.disabled{background:#E2E2E2;border: 1px solid transparent;cursor: not-allowed;}
.page a.lastPage.disabled{background:#E2E2E2;border: 1px solid transparent;cursor: not-allowed;}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
.pageInput{height: 30px;line-height: 30px;font-size: 14px;color: #444444;display: inline-block;margin: 0 8px;vertical-align: top;}
.pageInput .inputBox{width: 48px;border: 1px solid #e6e6e6;background-color: #fff;display: inline-block;vertical-align: top;margin: 0 10px;text-align: center;line-height: 30px;}
.pageInput .inputBox input{background: none;border: none;text-align: center;width: 100%;height: 30px;line-height: 30px;font-size: 14px;}
/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn{ text-align: center;}
.aykj-recruitTc .layui-layer-btn a{ height: 38px; line-height: 38px; padding: 0 40px; font-size: 14px;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn0{background: #1e5ab0; color: #FFF; border-color: #1e5ab0;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn1{background: #ddd; color: #8b8b8b; border-color: #ddd;}

.aykj-alert .layui-layer-btn .layui-layer-btn0{background: #1e5ab0; border-color: #1e5ab0;}
/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.index{padding-top: 88px;}
.indexTitle{}
.indexTitle .cnTitle{height: 46px;line-height: 46px;font-size: 36px;color: #333;margin-top: -35px;font-family: 'nansong';font-weight: bold;}
.indexTitle .enTitle{line-height: 60px;font-size: 62px;color: rgba(0,67,175,0.065);text-transform: capitalize;font-family: '宋体';font-weight: 900;letter-spacing: -2px;}
.indexTitle1 .cnTitle{height: 50px;line-height: 50px;font-size: 40px;color: #fff;margin-bottom: 20px;}
.indexTitle1 .enTitle{height: 30px;line-height: 30px;font-size: 22px;color: rgba(255,255,255,0.2);text-transform: uppercase;}
.indexMore{font-size: 0;}
.indexMoreBtn{display: inline;float: left;}
.indexMore a{height: 58px;line-height: 58px;display: block;color: #808080;font-size: 16px;transition: all 200ms linear;-webkit-transition: all 200ms linear;border-bottom: 1px solid #dddfe1;}
.indexMore a .icon-yun{display: inline-block;vertical-align: top;color: rgba(0,0,0,0.1);font-size: 35px;transition: all 200ms linear;-webkit-transition: all 200ms linear;margin-left: 10px;transform: rotateY(180deg);}
.indexMore a:hover{color: #0043af;border-color: #0043af;}
.indexMore a:hover .icon-yun{color: #0043af;}

.indexMore1{font-size: 0;text-align: center;z-index: 5;position: relative;}
.indexMoreBtn1{width: 146px;height: 46px;line-height: 46px;border-radius: 25px;position: relative;overflow: hidden;-webkit-transition: 0.4s;transition: 0.4s;text-align: left;display: inline-block;border: 2px solid #999;}
.indexMoreBtn1::before {content: '';position: absolute;top: 0;left: 0;width: 0;height: 46px;background: #363994;z-index: -1;box-sizing: border-box;-webkit-transition: 0.4s;transition: 0.4s;}
.indexMoreBtn1 a{width: 100%;height: 100%;display: block;color: #999;font-size: 16px;transition: all 300ms linear;-webkit-transition: all 300ms linear;background: url(../images/indexMoreH.png) no-repeat center right 30px;padding-left: 25px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.indexMoreBtn1:hover{border: 2px solid transparent;}
.indexMoreBtn1:hover::after{opacity: 0;visibility: hidden;}
.indexMoreBtn1:hover a{color: #fff;z-index: 3;position: relative;background-image: url(../images/indexMore.png);}
.indexMoreBtn1:hover::before {width: 100%;z-index: 2;}
/* ————— 公共部分 end ————— */
/* ————— 关于天佑熊业 start ————— */
.column1{padding: 90px 0 80px 0;background: url(../test/c1Bg.jpg) no-repeat center / cover;overflow: hidden;}
.column1C{overflow: hidden;padding-top: 28px;}
.column1CL{width: 62.5%;display: inline;float: left;margin-right: 90px;}
.column1CL .info{line-height: 24px;font-size: 16px;color: #555555;margin-bottom: 30px;}
.column1Slick{position: relative;height: 100%;}
.column1Slick .slick-slider .slick-track, .slick-slider .slick-list{height: 100%;}
.column1Slick .bd{position: relative;height: 100%;}
.column1Slick .pic::before{padding-top: 50%;}
.column1CR{overflow: hidden;}
.column1List dd{height: 55px;line-height: 55px;border-bottom: 1px solid #dddedc;margin-bottom: 65px;overflow: hidden;}
.column1List dd .number{float: right;display: inline;font-size: 16px;color: #ffa70e;font-family: 'siyuan';}
.column1List dd .number span{font-size: 28px;font-weight: bold;font-family: '宋体';margin-right: 8px;}
.column1List dd .title{overflow: hidden;font-size: 16px;color: #555;}
/* ————— 关于天佑熊业 end ————— */
/* ————— 产品中心 start ————— */
.column2{padding: 90px 0 80px 0;background: url(../test/c2Bg.jpg) no-repeat center / cover;overflow: hidden;}
.column2C{overflow: hidden;}
.column2R{width: 69.4444%;position: relative;}
.column2R .tabCon{height: 510px;position: relative;width: 100%;}
.c2TabBox{overflow: hidden;}
.c2Tab{overflow: hidden;margin-bottom: 40px;}
.c2Tab a{margin-left: 30px;display: inline;float: left;height: 46px;line-height: 46px;font-size: 18px;border-bottom: 1px solid #cdd3dd; color: #808080;position: relative;width: 300px;}
.c2Tab a::before{display: block;content: '';width: 0;height: 1px;background-color: #0043af;position: absolute;bottom: -1px;left: 0;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.c2Tab a:hover,.c2Tab a.hover{color: #0043af;font-size: 22px;}
.c2Tab a:hover::before,.c2Tab a.hover::before{width: 100%;}
.column2Slick1{position: absolute;height: 450px;width: 60%;background-color: #fff;bottom: 0;right: 0;z-index: 3;}
.column2Slick1 .slick-slider .slick-track, .slick-slider .slick-list{height: 100%;}
.column2Slick1 .bd{position: relative;height: 100%;}
.column2Slick1 .myslide .con{position: relative;padding: 0 60px;box-sizing: border-box;-webkit-box-sizing: border-box;height: 100%;overflow: hidden;}
.column2Slick1 .pic::before{padding-top: 72.5159%;}
.column2Slick1 .pic img{object-fit: contain;}
.column2Slick2Box{width: 90%;background: url(../test/c2Rbg.jpg) no-repeat center / cover;position: absolute;top: 0;left: 0;height: 510px;padding-left: 40px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.column2Slick2{width: 320px;height: 100%;padding-top: 116px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.column2Slick2 .slick-slider .slick-track, .slick-slider .slick-list{height: 100%;}
.column2Slick2 .bd{position: relative;height: 100%;}
.column2Slick2 .title{line-height: 34px;font-size: 24px;color: #333;margin-bottom: 17px;}
.column2Slick2 .info{line-height: 24px;font-size: 14px;color: #555;padding-bottom: 45px;border-bottom: 1px solid #c5ccd8;}
.column2Slick2 .prev{width: 48px;height: 48px;line-height: 48px;text-align: center;background: #fff;position: absolute;left: 0;bottom: 80px;transition: all 200ms linear;-webkit-transition: all 200ms linear;border-radius: 50%;z-index: 2;cursor: pointer;}
.column2Slick2 .prev.icon-xiazai6{font-size: 16px;color: #0345b0;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.column2Slick2 .next.icon-xiazai6-copy{font-size: 16px;color: #0345b0;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.column2Slick2 .next{width: 48px;height: 48px;line-height: 48px;text-align: center;background: #fff;position: absolute;left: 78px;bottom: 80px;transition: all 200ms linear;-webkit-transition: all 200ms linear;border-radius: 50%;z-index: 2;cursor: pointer;}
.column2Slick2 .prev:hover{background-color: #0043af;}
.column2Slick2 .next:hover{background-color: #0043af;}
.column2Slick2 .prev:hover.icon-xiazai6{font-size: 16px;color: #fff;}
.column2Slick2 .next:hover.icon-xiazai6-copy{font-size: 16px;color: #fff;}
.column2L{overflow: hidden;}
.column2L .textBox{padding-top: 120px;padding-right: 50px;}
.column2L .textBox .title{height: 50px;line-height: 50px;font-size: 24px;color: #0043af;font-weight: bold;margin-bottom: 27px;}
.column2L .textBox .title span{font-size: 40px;color: #0043af;margin-right: 15px;display: inline-block;vertical-align: top;font-weight: lighter;}
.column2L .textBox .info{height: 150px;line-height: 30px;font-size: 18px;color: #0043af;margin-bottom: 10px;overflow: hidden;}
/* ————— 产品中心 end ————— */
/* ————— 研发实力 start ————— */
.column3{padding: 80px 0 ;background: url(../test/c3Bg.jpg) no-repeat center / cover;overflow: hidden;}
.c3TextList{padding-top: 30px;margin-bottom: 30px;}
.c3TextList li{height: 30px;line-height: 30px;font-size: 16px;color: #555555;}
.c3TextList li .icon-bishuamoji85{font-size: 12px;color: #ffa70e;margin-right: 7px;}
.column3List{overflow: hidden;margin-right: -45px;}
.column3List dd{width: 33.3333%;display: inline;float: left;}
.column3List dd .con{margin-right: 45px;}
.column3List dd .con a{display: block;width: 100%;height: 100%;}
.column3List dd .con .pic{overflow: hidden;}
.column3List dd .con .pic::before{padding-top: 100%;}
.column3List dd .con .text{height: 95px;line-height: 95px;font-size: 20px;color: #333;text-align: center;background-position: center;background-repeat: no-repeat;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.column3List dd:nth-child(1) .con .text{background-image: url(../test/c3ddBg1.jpg);}
.column3List dd:nth-child(2) .con .text{background-image: url(../test/c3ddBg2.jpg);}
.column3List dd:nth-child(3) .con .text{background-image: url(../test/c3ddBg3.jpg);}
.column3List dd:nth-child(1):hover .con .text{background-image: url(../test/c3ddBg1H.jpg);color: #fff;}
.column3List dd:nth-child(2):hover .con .text{background-image: url(../test/c3ddBg2H.jpg);color: #fff;}
.column3List dd:nth-child(3):hover .con .text{background-image: url(../test/c3ddBg3H.jpg);color: #fff;}
/* ————— 研发实力 end ————— */
/* ————— 新闻中心 start ————— */
.column4{padding: 70px 0 ;background: url(../test/c4Bg.jpg) no-repeat center / cover;overflow: hidden;}
.column4 .titleBox{overflow: hidden;margin-bottom: 40px;}
.column4C{margin-left: 240px;}
.column4-swiper{position: relative;overflow: hidden;padding-bottom: 40px;}
.column4-swiper .con{background-color: #fff;padding: 37px 30px 40px 30px;}
.column4-swiper .con .time{height: 22px;line-height: 22px;color: #999;font-size: 16px;margin-bottom: 10px;}
.column4-swiper .con .title{height: 28px;line-height: 28px;color: #181818;font-size: 18px;margin-bottom: 22px;}
.column4-swiper .con .title a{color: #181818;transition: all 100ms linear;-webkit-transition: all 100ms linear;}
.column4-swiper .con .title a:hover{color: #0043af;}
.column4-swiper .con .pic{margin-bottom: 24px;overflow: hidden;}
.column4-swiper .con .pic::before{padding-top: 56.25%;}
.column4-swiper .con .info{line-height: 22px;color: #808080;font-size: 14px;padding-bottom: 28px;margin-bottom: 17px; border-bottom: 1px solid #eaeaea;}
.column4-swiper .con .xqBox{overflow: hidden;}
.column4-swiper .con .xqBox span{height: 40px;line-height: 40px;font-size: 14px;color: #808080;display: inline;float: left;}
.column4-swiper .con .xqBox a{height: 40px;width: 40px;line-height: 40px;border-radius: 50%;font-size: 14px;background-color: #e5ecf7;display: inline;float: right;font-style: normal;text-align: center;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.column4-swiper .con .xqBox a.icon-xiazai6{font-size: 12px;color: #0043af;transform: rotate(180deg);transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.column4-swiper .con .xqBox a:hover{background-color: #0043af;}
.column4-swiper .con .xqBox a:hover.icon-xiazai6{color: #fff;}
.column4-swiper.swiper-container-horizontal>.swiper-scrollbar{left: 0 !important;width: 88%;height: 6px;background-color: rgba(255,255,255,0.3);}
.column4-swiper .swiper-scrollbar-drag{background-color: #0043af;cursor: grab;}
/* ————— 新闻中心 end ————— */
/* ————— 第5屏 start ————— */
.column5{width: 100%;height: 100%;padding-top: 5%;box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden;}
.column5 .titleBox{overflow: hidden;margin-bottom: 40px;}
.newsTab{overflow: hidden;margin-top: 65px;}
.newsTab a{height: 24px;line-height: 24px;font-size: 22px;color: #333;position: relative;padding: 0 48px;display: inline;float: left;cursor: pointer;}
.newsTab a::before{display: block;content: '';width: 1px;height: 22px;background-color: #c1c7cd;position: absolute;right: 0;top:1px;}
.newsTab a:last-child{padding-right: 0;}
.newsTab a:last-child::before{display: none;}
.newsTab a.hover{color: #363994;}
.newsCon{}
.newsSlick{position: relative;margin-bottom: 45px;}
.newsSlick .slick-list{overflow: visible;margin-right: -50px;}
.newsSlick .myslide .con{margin-right: 50px;background-color: #fff;box-shadow: 0px 5px 10px 0.42px rgba(41, 46, 136, 0.14);}
.newsSlick .myslide .pic{overflow: hidden;position: relative;}
.newsSlick .myslide .pic::before{padding-top: 66.0494%;}
.newsSlick .myslide .text{padding: 25px 40px 10px 40px;}
.newsSlick .myslide .text .time{height: 20px;line-height: 20px;font-size: 16px;color: #999;margin-bottom: 20px;}
.newsSlick .myslide .text .title{line-height: 30px;font-size: 18px;overflow: hidden;position: relative;padding-bottom: 15px;margin-bottom: 28px;padding-left: 18px;}
.newsSlick .myslide .text .title::before{display: block;content: '';width: 8px;height: 8px;position: absolute;top: 11px;left: 0;transition: all 100ms linear;-webkit-transition: all 100ms linear;border: 1px solid #333;border-radius: 50%;}
.newsSlick .myslide .text .title a{color: #333;transition: all 100ms linear;-webkit-transition: all 100ms linear;}
.newsSlick .myslide:hover .text .title::before{border-color: #292e88;}
.newsSlick .myslide:hover .text .title a{color: #292e88;}

/* ————— 第5屏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/*-----------------------关于我们start--------------------*/
/*顶部视频 start*/
.aboutUsVideo{width: 100%;height: 550px !important;position: relative;}
.aboutUsVideo #aboutUsmui-player{cursor: pointer;height: 100% !important;}
.aboutUsVideo .videoBox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.aboutUsVideo #aboutPlaybtn{position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.2);width: 100%;height: 100%;display: block;z-index: 99;cursor: pointer;}
.aboutUsVideo #aboutPlaybtn .con{position: absolute;top: 50%;left: 50%;text-align: center;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.aboutUsVideo #aboutPlaybtn .con .title{height: 50px;line-height: 50px;font-size: 34px;color: #fff;font-weight: bold;}
.aboutUsVideo #aboutPlaybtn .con .info{height: 34px;line-height: 34px;font-size: 14px;color: #fff;margin-bottom: 30px;}
.aboutUsVideo #aboutPlaybtn .videoBtn{width: 60px;height: 60px;border-radius: 50%;background:url(../test/aboutUs/play.png)no-repeat center center;display: inline-block;}
#aboutUsmui-player .mplayer-header{background: none;}
#aboutUsmui-player .mplayer-footer{background: none;}
#aboutUsmui-player .video-wrapper video{position: relative;}
#aboutUsmui-player .mplayer-poster:before{background: none;}
#aboutUsmui-player .mplayer-header.show{background: linear-gradient(180deg,rgba(0,0,0,.5),hsla(0,0%,100%,0));}
#aboutUsmui-player .mplayer-footer.show{background: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.5));}
/*顶部视频 end*/
/*公共start*/
.aboutTitle{height: 50px;line-height: 50px;font-size: 40px;color: #333;text-align: center;}
/*公共end*/
/*公司简介start*/
.aboutCol1{width: 100%;height: 900px;background: url(../test/aboutUs/c1Bg.jpg) no-repeat center;overflow: hidden;padding-top: 106px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.aboutCol1C{overflow: hidden;padding-top: 100px;position: relative;}
.aboutCol1TabC{overflow: hidden;}
.aboutCol1TabC .con{overflow: hidden;}
.aboutCol1Slick{width: 44.8718%;display: inline;float: right;position: relative;margin-left: 135px;}
.aboutCol1Slick .pic::before{padding-top: 66.5714%;}
.aboutCol1C .textBox{overflow: hidden;padding-top: 90px;}
.companyT{font-size: 0;margin-bottom: 40px;position: absolute;top: 100px;left: 0;z-index: 2;}
.companyT a{width: 145px;height: 50px;line-height: 50px;font-size: 16px;color: #999;display: inline-block;background-position: center left 25px;padding-left: 55px;box-sizing: border-box;-webkit-box-sizing: border-box;border: 1px solid #ccc;background-repeat: no-repeat;}
.companyT a:first-child{background-image: url(../test/aboutUs/c1Icn1.png);}
.companyT a:last-child{border-left: none;background-image: url(../test/aboutUs/c1Icn2.png);}
.companyT a.hover:first-child{background-image: url(../test/aboutUs/c1Icn1H.png);color: #363994;}
.companyT a.hover:last-child{background-image: url(../test/aboutUs/c1Icn2H.png);color: #363994;}
.aboutCol1C .textBox .info{background-size: cover;line-height: 30px;padding: 30px 0;box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden; font-size: 14px;color: #999;margin-bottom: 20px;background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(250,250,250) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(250,250,250) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(250,250,250) 100%);}
.aboutMore a{font-size: 14px;color: #999;height: 40px;line-height: 40px;}
.aboutMore span{margin-right: 20px;}
.aboutMoreBtn{display: inline-block;width: 40px;height: 40px;border-radius: 3px;background-color: #363994;position: relative;vertical-align: top;}
.aboutMoreBtn::before{display: block;content: '';width: 100%;height: 100%;background: url(../test/aboutUs/more.png) no-repeat center;position: absolute;top: 0;left: 0;z-index: 2;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.aboutMore a:hover .aboutMoreBtn::before{transform: rotate(45deg);-webkit-transform: rotate(45deg);}

.introList{padding-top: 85px;overflow: hidden;}
.introList dd{display: inline;float: left;margin-right: 80px;}
.introList dd:last-child{margin-right: 0;}
.introList dd .number{height: 44px;line-height: 44px;background: url(../test/aboutUs/c1Icn3.png) no-repeat center right;padding-right: 55px;margin-bottom: 12px;font-size: 40px;color: #363994;box-sizing: border-box;-webkit-box-sizing: border-box;}
.introList dd .text{height: 20px;line-height: 20px;font-size: 14px;color: #666;}
.introList1{overflow: hidden;}
.introList1 dd{overflow: hidden;width: 33.3333%;display: inline;float: left;position: relative;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.introList1 dd .pic::before{padding-top: 100%;}
.introList1 dd .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0,0,0,0.5);transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.introList1 dd .textC{position: relative;text-align: center;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.introList1 dd .textC .icn{margin-bottom: 20px;}
.introList1 dd .textC .enTitle{font-size: 22px;color: #fff;line-height: 24px;}
.introList1 dd .moreBtn{position: absolute;top: 57.8125%;left: 50%;transform: translateX(-50%);opacity: 0;visibility: hidden;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.introList1 dd:hover .textC{transform: translateY(-60px);}
.introList1 dd:hover .text{background-color: rgba(0,0,0,0.4);}
.aboutMore1{text-align: center;opacity: 0;visibility: hidden;transition: all 200ms linear;-webkit-transition: all 200ms linear;} 
.aboutMore1 a{font-size: 14px;color: #fff;height: 40px;line-height: 40px;display: inline-block;}
.aboutMore1 span{margin-right: 20px;}
.aboutMoreBtn1{display: inline-block;width: 40px;height: 40px;border-radius: 3px;background-color: #363994;position: relative;vertical-align: top;}
.aboutMoreBtn1::before{display: block;content: '';width: 100%;height: 100%;background: url(../test/aboutUs/more.png) no-repeat center;position: absolute;top: 0;left: 0;z-index: 2;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.aboutMore1 a:hover .aboutMoreBtn1::before{transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.introList1 dd:hover .aboutMore1{opacity: 1;visibility: visible;}
/*公司简介end*/
/*公司荣誉start*/
.aboutCol2{background-color: #fff;padding: 80px 0 0 0;overflow: hidden;height: 850px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.aboutCol2SwiperBox{position: relative;padding-top: 60px;margin-bottom: 120px;}
.aboutCol2SwiperBox::before{display: block;content: '';width: 93%;height: 236px;background: url(../test/aboutUs/desk1.png) no-repeat center;position: absolute;bottom: -236px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);z-index: 2;}
.aboutCol2Swiper{overflow: hidden;position: relative;width: 90%;margin: 0 auto;padding-bottom: 30px;}
.aboutCol2Swiper .swiper-slide {background: #fff;;transition: 300ms;transform: scale(0.85);cursor: pointer;}
.aboutCol2Swiper .swiper-slide .con{-webkit-box-reflect:below 0 -webkit-linear-gradient(transparent,transparent 50%,rgba(255,255,255,.2));}
.aboutCol2Swiper .swiper-slide .pic::before{padding-top: 71.0359%;}
.aboutCol2Swiper .swiper-slide.swiper-slide-next{transform: scale(1);z-index: 4;position: relative;}
.aboutCol2Swiper .swiper-slide.swiper-slide-next .con{-webkit-box-reflect:below 0 -webkit-linear-gradient(transparent,transparent 0,rgba(255,255,255,0));}
.aboutCol2Prev{width: 56px;height: 56px;background: #f5f5f5 url(../images/c4Prev.png) no-repeat center;position: absolute;left: 0;top: 50%;border-radius: 50%; cursor: pointer;z-index: 2;transition: all .2s ease-in;-webkit-transition: all .2s ease-in;margin-top: -28px;}
.aboutCol2Next{width: 56px;height: 56px;background: #f5f5f5 url(../images/c4Next.png) no-repeat center;position: absolute;right: 0;top: 50%;border-radius: 50%;cursor: pointer;z-index: 2;transition: all .2s ease-in;-webkit-transition: all .2s ease-in;margin-top: -28px;}
.aboutCol2Prev:hover{background-color: #1347af;background-image: url(../images/c4PrevH.png);}
.aboutCol2Next:hover{background-color: #1347af;background-image: url(../images/c4NextH.png);}
.viewer-number span, .viewer-number i{font-style: normal;}
/*公司荣誉end*/
/*公司资质start*/
.aboutCol3{background-color: #f5f5f5;padding: 100px 0 90px 0;overflow: hidden;}
.aboutCol3Slick{padding-top: 48px;position: relative;overflow: hidden;margin-bottom: 40px;}
.aboutCol3Slick .bd .slick-list{margin-right: -50px;height: 100%;}
.aboutCol3Slick .myslide{display: inline;float: left;}
.aboutCol3Slick .myslide .con{margin-right: 50px;cursor: pointer;}
.aboutCol3Slick .myslide .con .picBox{padding: 20px;background-color: #fff;}
.aboutCol3Slick .myslide .con .picBox .pic::before{padding-top: 141.0256%;}
.aboutCol3Slick .myslide .con .text{padding: 14px;text-align: center;line-height: 28px;font-size: 16px;color: #333;}
/*公司资质end*/
/*专利技术start*/
.aboutCol4{background: url(../test/aboutUs/c4Bg.png) no-repeat center / cover;padding: 80px 0 200px 0;box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden;}
.aboutCol4C{padding-top: 150px;}
.c4SwiperBox1{position: relative;width: 360px;margin-right: 200px;}
.aboutCol4-swiper1{overflow: hidden;padding-top: 25px;height: 360px;box-sizing: border-box;-webkit-box-sizing: border-box;width: ;}
.aboutCol4-swiper1 .swiper-slide{text-align: center;height: 60px;}
.aboutCol4-swiper1 .swiper-slide .con{height: 60px; line-height: 60px;font-size: 16px;color: #333;border-radius: 30px;cursor: pointer;transition: all 200ms linear;-webkit-transition: all 200ms linear;padding: 0 20px;} 
.aboutCol4-swiper1 .swiper-slide:hover .con{background: #fff;color: #1347af;box-shadow: 0 2px 10px 20px rgba(204,204,204,0.08);margin: 0 30px;}
.aboutCol4-swiper1 .swiper-slide.swiper-slide-thumb-active .con{background: #fff;color: #1347af;box-shadow: 0 0 10px 20px rgba(204,204,204,0.08);margin: 0 30px;} 
.aboutCol4-swiper1-prev{width: 20px;height: 10px;background: url(../test/aboutUs/c4Prev.png) no-repeat center;position: absolute;top: -30px;left: 50%;margin-left: -10px;z-index: 2;cursor: pointer;}
.aboutCol4-swiper1-next{width: 20px;height: 10px;background: url(../test/aboutUs/c4Next.png) no-repeat center;position: absolute;bottom: -30px;left: 50%;margin-left: -10px;z-index: 2;cursor: pointer;}

.c4SwiperBox2{overflow: hidden;margin-top: -40px;}
.aboutCol4-swiper2{overflow: hidden;position: relative;}
.aboutCol4-swiper2 .con{position: relative;}
.aboutCol4-swiper2 .pic{margin-bottom: 22px;}
.aboutCol4-swiper2 .pic::before{padding-top: 128.4884%;}
.aboutCol4-swiper2 .swiper-slide .text{height: 30px;line-height: 30px;font-size: 16px;color: #333;text-align: center;width: 100%;}
.aboutCol4-swiper2 .swiper-slide.swiper-slide-prev{transform: scale(0.6);-webkit-transform: scale(0.6);position: relative;}
.aboutCol4-swiper2 .swiper-slide.swiper-slide-prev .con::before{display: block;content: '';width: 100%;height: 100%;background: url(../test/aboutUs/c4SwiperZz3.png) no-repeat center / cover;z-index: 3;position: absolute;top: 0;left: 0;}
.aboutCol4-swiper2 .swiper-slide.swiper-slide-prev .text{display: none !important;}
.aboutCol4-swiper2 .swiper-slide.swiper-slide-next{transform: scale(0.6);-webkit-transform: scale(0.6);position: relative;}
.aboutCol4-swiper2 .swiper-slide.swiper-slide-next .con::before{display: block;content: '';width: 100%;height: 100%;background: url(../test/aboutUs/c4SwiperZz4.png) no-repeat center / cover;z-index: 3;position: absolute;top: 0;left: 0}
.aboutCol4-swiper2 .swiper-slide.swiper-slide-next .text{display: none !important;}
/*专利技术end*/
/*发展规划start*/
.aboutCol5{background: url(../test/aboutUs/c5Bg.png) no-repeat center / cover;padding: 80px 0;overflow: hidden;}
.aboutCol5C{overflow: hidden;padding-top: 100px;}
.aboutCol5C .pic{width: 48.0769%;margin-right: 55px;}
.aboutCol5C .pic::before{padding-top: 57.7333%;}
.aboutCol5C .text{overflow: hidden;padding-top: 10px;}
.aboutCol5C .text .title{height: 30px;line-height: 30px;font-size: 22px;color: #333;margin-bottom: 45px;}
.aboutCol5C .text .info{line-height: 26px;font-size: 14px;color: #666;margin-bottom: 55px;}
/*发展规划end*/
/*-----------------------关于我们end----------------------*/
/* ========== 频道页 end ========== */