@charset "UTF-8";
/* auther:lyc
date:2022-10-27 */
/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.top{background-color: #fff;position: relative;}
.top::before{display: block;content: "";width: 100%;height: 1px;background-color: #f2f2f2;position: absolute;left: 0;top: 50px;}
.topUp{width: 100%;height: 50px;}
.topUp::after{display: block;content: "";clear: both;visibility: hidden;}
.topUpL span{height: 50px;line-height: 50px;font-size: 15px;color: #999999;}
.topUpR{overflow: hidden;}
.topUpRCon{overflow: hidden;margin-top: 10px;}
.topSearch{width: 140px;height: 30px;border-radius: 15px;border: 1px solid #d6d6d6;overflow: hidden;position: relative;padding: 0 10px;margin-right: 20px;}
.topSearchInput{display: inline-block; overflow: hidden; width: 85%;height: 30px;line-height: 30px;border: none;outline: none;}
.topSearchBtn{width: 18px;height: 18px;background: url(../images/seach.png) center center no-repeat;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.topIconList{overflow: hidden;position: relative;}
.topIconList::before{display: block;content: "";width: 1px;height: 26px;background-color: #e6e6e6;position: absolute;left: 0;top: 4px;}
.topIconList dd{float: left;display: inline;}
.topIconList dd .con{margin-left: 20px;}
.topIconList dd .con .icon{display: inline-block;width: 30px;height: 30px;border: 1px solid #d7d7d7;border-radius: 50%;position: relative;}
.topIconList dd .con .icon img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.topIconList dd .con .icon .img2{display: none;}
.topIconList dd:hover .con .icon{background-color: #0d4ca3;}
.topIconList dd:hover .con .icon .img1{display: none;}
.topIconList dd:hover .con .icon .img2{display:block;}
.topDn{height: 80px;}
.topDn::after{display: block;content: "";clear: both;visibility: hidden;}
.logo{width: 439px;margin-top: 21px;}
.logo img{width: 100%;height: 100%;}
/* 导航 start */
.menuBg{width: 100%; height: 60px;line-height: 60px;background-color: rgba(0, 0, 0, 0.4);position: absolute;left: 0;top: 100%;z-index: 9;opacity: 0;visibility: hidden;transition: all .3s linear;}
.menuBg.show{opacity: 1;visibility: visible;}
.menuList::after{display: block;content: "";clear: both;visibility: hidden;} 
.menuList dd{float: left;display: inline;cursor: pointer;position: relative;font-size: 0;}
.menuList dd::before{display: block;content: "";width: 100%;height: 2px;background-color: #0d4ca3;position: absolute;left: 0;bottom: 0;display: none;transition: all .3s linear;-webkit-transition: all .3s linear;}
.menuList dd .yj{padding: 0 17px;height: 80px;line-height: 80px;position: relative;} 
.menuList dd .yj a{font-size: 15px;color: #4c4c4c;}
/* 导航二级  */
.menuList dd .ejBox{height: 60px;line-height: 60px;width: 10000px;position: absolute;left: 0;top: 100%;z-index: 10;display: none;}
.menuList dd .ej{display: inline-block;overflow: hidden;}
.menuList dd .ej a{display: inline-block; padding: 0 10px;font-size: 15px;color: #fff;}
.menuList dd:hover .yj a,.menuList dd.hover .yj a{color: #0d4ca3;}
.menuList dd:hover:before,.menuList dd.hover:before{display: block;}
/* .menuList dd:hover .ejBox,.menuList.hover dd .ejBox{display: block;} */
.menuList dd .ej a:hover{font-weight: bold;}

/* 导航 end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{background: url(../images/common/videoPopClose.png) no-repeat center center / auto 40px;right: -60px;top: -40px;}
.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover{ background-position: center center;}
.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate-bg-box{
    width: 90px !important;
    left: 50% !important;
    margin-left: -45px;
    bottom: 100%;
    top: auto !important;
    overflow: hidden;
    height: auto !important;
}
.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg{
    width: auto !important;
}
/* 视频弹窗 end */


/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{
	width:30px !important;
	height:30px !important;
	right:-40px;
    top:-40px;
	background:url(../images/common/videoPopClose.png) no-repeat center center;
	}
.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover{ background:url(../images/common/videoPopClose.png) no-repeat center center;}
.aykj-videoPop {
	border:10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1)!important;
	border-radius:5px !important;
	background-color:#000 !important;
	}
/* 视频弹窗 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;}
.indexBanner::before{content: '';display: block;padding-top: 34.8958%;}
.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: #d71718;}
.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 .bg{height: 100%;position: absolute;width: 100%;left: 0;top:0; overflow: hidden;background-size: cover;background-position: center center;background-repeat: no-repeat;transition: all 1.5s 0s ease-in-out;transform: scale(1.15);}
.indexBanner .mySlide a{display: block;height: 100%;width: 100%;}
.indexBanner .slick-dots{position: absolute;bottom: 45px;left: 0;width: 100%;text-align: center;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;width: 10px;height: 10px;border-radius: 50%;margin: 0 5px;vertical-align: middle;cursor: pointer;position: relative;background: #fff;position: relative;}
.indexBanner .slick-dots li.slick-active::before{display: block;content: "";width: 19px;height: 19px;border-radius: 50%; border: 1px solid #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}

.indexBanner .mySlide .text{position: absolute; left: 50%; top:50%; width: 1200px; transform: translate(-50%,-50%); color: #FFF;display: none;}
.indexBanner .mySlide .text .text1{ font-size: 25px; margin-bottom: 30px;}
.indexBanner .mySlide .text .text2{ font-size: 0px;}
.indexBanner .mySlide .text .text2 span{font-size: 70px;font-family: "宋体";font-weight: bold;letter-spacing: 3px;float: left;}
.indexBanner .mySlide.slick-active .text{display: block;}
.indexBanner .img{ width: 1200px;position: absolute;left: 50%; top:50%;transform: translate(-50%,-50%); font-size: 0;}
.indexBanner .img .imgItem img{overflow: hidden; display: inline-block; visibility: hidden;}
.indexBanner .img .imgItem img.show{visibility: visible;}
.indexBanner .mySlide.on .bg{transform: scale(1);}
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
.footerUp{background-color: #e6e6e6;}
.footerUp::after{display: block;content: "";clear: both;visibility: hidden;}
.footerUpUp{padding:53px 0px 36px;border-bottom: 1px solid #d9d9d9;font-size: 0;}
.footerUpUp::after{display: block;content: "";clear: both;visibility: hidden;}
.footerUpUp .footerlogo{width: 439px;}
.footerUpUp .footerlogo img{width: 100%;height: 100%;}
.footerMenuList{overflow: hidden;}
.footerMenuList dd{float: left;display: inline;}
.footerMenuList dd a{display: inline-block;font-size: 15px;color: #8c8c8c;padding-left: 30px;line-height: 40px;}
.footerMenuList dd:hover a{color: #0d4ca3;}

.footerUpDn{padding: 40px 0 20px;}
.footerUpDn::after{display: block;content: "";clear: both;visibility: hidden;}
.footerUpDn .picBox{margin-right: 120px;}
.footerImgList{overflow: hidden;margin-right: -35px;}
.footerImgList dd{float: left;display: inline;}
.footerImgList dd .con{text-align: center;margin-right: 35px;}
.footerImgList dd .con .footerEwm{width: 150px;height: 150px;border-radius: 4px;border: 1px solid #d9d9d9;position: relative;margin-bottom: 12px;}
.footerImgList dd .con .footerEwm img{width: 130px;height: 130px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.footerImgList dd .con span{font-size: 15px;color: #8c8c8c;}
.footerImgList dd .con .span{display: block;height: 25px;line-height: 25px;font-size: 15px;color: #8c8c8c;text-align: center;}
.footerUpDn .textBoxL{overflow: hidden;}
.footerUpDn .textBoxL .addres{height: 25px;line-height: 25px;font-size: 15px;color: #8c8c8c;margin-bottom: 9px;}
.footerUpDn .textBoxL .addresInfo{height: 60px;line-height: 30px;font-size: 20px;color: #4c4c4c;margin-bottom: 20px;}
.footerDnTextList{overflow: hidden;}
.footerDnTextList dd{float: left;display: inline;}
.footerDnTextList dd .con{margin-right: 90px;}
.footerDnTextList dd .con .title{height: 25px;line-height: 25px;font-size: 15px;color: #8c8c8c;margin-bottom: 6px;}
.footerDnTextList dd .con .info{height: 25px;line-height: 25px;font-size: 15px;color: #4c4c4c;padding-bottom: 25px;}
.footerUpDn .textBoxR .frendLink{width: 228px;height: 50px;line-height: 50px;background-color: #d9d9d9;border-radius: 4px;padding: 0 10px;position: relative;margin-top: 70px;cursor: pointer;}
.frendLinkR{width: 13px;height: 9px;background: url(../images/xiaLa.png) center center no-repeat;margin-top: 21px;cursor: pointer;}
.frendLinkL{overflow: hidden;height: 50px;line-height: 50px;font-size: 16px;color: #4c4c4c;padding-left: 20px;position: relative;}
.frendLinkL::before{display: block;content: '';width: 13px;height: 13px;background: url(../images/link.png) center center no-repeat;position: absolute;left:0px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.frendLinkLText{width: 100%;position: absolute;left: 0;top: 100%;display: none;border: 1px solid #d9d9d9;box-sizing: border-box;-webkit-box-sizing: border-box;background-color: #d9d9d9;}
.frendLinkLText a{display: block;height: 40px;line-height: 40px;font-size: 15px;color: #4c4c4c;padding: 0 10px;border-bottom: 1px solid #cccaca;overflow: hidden;}
.frendLinkLText a:last-child{border-bottom:none}

.footerDnTextList dd.dd1 .con .info{padding-top: 7px;}
.friendCopyRight{ height: 75px; line-height: 75px; overflow: hidden; font-size: 15px; color: #8c8c8c;background: #d9d9d9;}
.friendCopyRight .conL{ float: left; display: inline;}
/* .friendCopyRight .conL span{ margin-right: 20px;} */
.friendCopyRight .conL img{ margin-right: 10px; vertical-align: middle;}
.friendCopyRight .conL a{ color: #8c8c8c; margin-right: 10px;}
.friendCopyRight .conL a:hover{ color: #0d4ca3;}
.friendCopyRight .conR{ float: right; display: inline;}
.friendCopyRight .conR a{color: #8c8c8c;}
.friendCopyRight .conR a:hover{ color: #0d4ca3;}
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */
/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 29.6875%;}
.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{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 3;}
.subBanner .wrap{height: 100%;position: relative;}
.subBanner .textC{position: absolute;left: 0;bottom: 25%;width: 60%;line-height: 25px;font-size: 15px;color: #f5f5f5;}
.subBanner .textC .cnTitle{font-size: 30px;color: #ffffff;line-height: 30px;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); margin-bottom: 10px;}
.subBanner .textC .enTitle{font-size: 14px;color: rgb(255 255 255 / .78);line-height: 30px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
.subBanner.active .bg{position: absolute;left: 0;bottom: 0;z-index: 0; width: 100%;height: 100%;background: url("../images/subBannerBg.png") no-repeat center bottom;}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 90px;background: #fff;box-shadow: 0px 1px 11.05px 1.95px rgba(0, 0, 0, 0.06);position: relative;}
.location{height: 90px;overflow: hidden;padding-left: 33px;position: relative;}
.location a.home{ position: absolute; left: 0; top: 0; width: 33px; height: 100%;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/home.png); padding-left: 0; margin-right: 0;}
.location a{display: inline;float: left;height: 90px;line-height: 90px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8.png);color: #898989;font-size: 14px;}
.location a:hover{color:#0d4ca3}
.location a.hover{color:#0d4ca3}
.subNavBox{margin-right:-15px; position: relative;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 90px;height:90px;color: #8c8c8c;font-size: 15px;padding:0 19px;}
.subNav a.hover{color: #0d4ca3}
.subNav a:hover{color: #0d4ca3}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;padding-top: 10px;margin-bottom: 30px;}
.sjMenu a{ display: inline-block; height: 47px; line-height: 47px; padding:0 40px; color: #4d4d4d; border: 1px solid #fff; border-radius: 23px; font-size: 18px; margin: 0 20px; background: #fefefe;}
.sjMenu a:hover{color: #0d4ca3;}
.sjMenu a.hover{color: #0d4ca3;}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;width: 40px;height: 40px;line-height: 40px;text-align: center; color:#999999;border-radius:50%;background: #fff; margin: 0 3px;border: 1px solid #efefef;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #0d4ca3;color: #fff;}
.page a.hover{background: #0d4ca3;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 40px; height: 40px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{width: 40px;height: 40px;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:#fff;}
.page a.prevPage.disabled{background:#fff;}
.page a.nextPage.disabled{background:#fff;}
.page a.lastPage.disabled{background:#fff;}
.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)}
/* ————— 页码 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 ————— */
.colunmTitle{overflow: hidden;}
.colunmTitleL{position: relative;margin-right: 100px;}
.colunmTitleL .cnTitle{height: 75px;line-height: 75px;font-size: 32px;color: #4c4c4c;position: relative;z-index: 2;}
.colunmTitleL .enTitle{height: 65px;line-height: 65px;font-size: 60px;color: #f2f2f2;position: absolute;left: 20px;top: -5px;text-transform: uppercase;z-index: 1;font-weight: bold;white-space: nowrap;}
.colunmTitleR{overflow: hidden;}
.colunmTitleRC{overflow: hidden;margin-top: 20px;}
.colunmTitleTextList{overflow: hidden;}
.colunmTitleTextList dd{float: left;display: inline;font-size: 0;}
.colunmTitleTextList dd .con a{display: inline-block;height: 35px;line-height: 35px;font-size: 18px;color: #4c4c4c;padding: 0 20px;}
.colunmTitleTextList dd:hover .con,.colunmTitleTextList dd.hover .con{background-color: #0d4ca3;border-radius: 17px;}
.colunmTitleTextList dd:hover .con a,.colunmTitleTextList dd.hover .con a{color: #fff;}
.colunmTitleMore{display: inline-block;width: 30px;height: 30px;border: 1px solid #cccccc;border-radius: 4px;background: url(../images/colunmTitleMore.png) center center no-repeat;background-size: 16px 16px; margin-left: 20px;}
.colunmTitleMore:hover{border-color: #0d4ca3;background-image: url(../images/colunmTitleMore1.png);}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.colunm1{background-color: #fff;padding: 60px 0;}
.colunm1Con{overflow: hidden;}
.colunm1Con .tabContact{height:0;overflow:hidden}
.colunm1Con .tabContact.show{height:auto;overflow:visible;}

.colunm1ConL{margin-right: 40px;width: 52.0833%;}
.column1Scroll{position: relative;overflow: hidden;}
.column1Scroll .myslide{float: left;display: inline;width: 100%;}
.column1Scroll .pic{border-radius: 4px;overflow: hidden;}
.column1Scroll .pic::before{padding-top: 63.8667%;}
.column1Scroll .colunm1Btn{width: 100%; height: 60px;background-color: rgba(0, 0, 0, .3);position: absolute;left: 0;bottom: 0;overflow: hidden;}
.column1Scroll .colunm1Dots{width: 30%; height: 60px;line-height: 60px;padding-right: 40px;}
.colunm1Dots .slick-dots {height: 60px;text-align: center;font-size: 0;line-height: 60px;overflow: hidden;text-align: right;}
.colunm1Dots .slick-dots li {border: 1px solid #FFFFFF; display: inline-block;width: 8px;height: 8px;border-radius: 100%;margin: 0 4px;vertical-align: middle;cursor: pointer;}
.colunm1Dots .slick-dots li.slick-active {background: #FFFFFF;}
.column1Scroll .colunm1Text{overflow: hidden;padding: 0 40px;}
.column1Scroll .colunm1Text .title{height: 60px;line-height: 60px;font-size: 18px;color: #fff;}
.colunm1ConR{overflow: hidden;}
.colunm1ConRUp{padding: 15px 0 13px;border-bottom: 1px solid #e5e5e5;}
.colunm1ConRTitle{height: 30px;line-height: 30px;padding: 0 17px;position: relative;margin-bottom: 7px;}
.colunm1ConRTitle a{font-size: 20px;color: #4c4c4c;font-weight: bold;}
.colunm1ConRTitle::before{display: block;content: "";width: 4px;height: 70%;background-color: #0d4ca3;border-radius: 2px;position: absolute;left: 0;top: 15%;}
.colunm1ConRUp .info{height: 50px;line-height:25px;font-size: 14px;color: #808080;margin-bottom: 31px; padding-left: 17px;}
.colunm1ConRUp .time{overflow: hidden;padding-left: 17px;}
.colunm1ConRUp .timeR{display: block;height: 25px;line-height: 25px;font-size: 0;}
.colunm1ConRUp .timeR span{display: inline-block;height: 25px;line-height: 25px;font-size: 15px;color: #0d4ca3;vertical-align: middle;}
.colunm1ConRUp .timeR em{display: inline-block;height: 25px;width: 14px;background: url(../images/rightArrow.png) center center no-repeat;margin-left: 10px;vertical-align: middle;}
.colunm1ConRUp .timeL{height: 25px;line-height: 25px;font-size: 15px;color: #cccccc;font-weight: bold;overflow: hidden;}
.colunm1ConRTitle a:hover{color: #0d4ca3;}
.colunm1ConRTetxList{overflow: hidden;padding-top: 10px;}
.colunm1ConRTetxList dd{position: relative;}
.colunm1ConRTetxList dd::before{display: block;content: "";width: 4px;height: 4px;background-color: #0d4ca3;border-radius: 2px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);-WEBKIT-transform: translateY(-50%);}
.colunm1ConRTetxList dd .con{height: 36px;line-height: 36px;}
.colunm1ConRTetxList dd .con .time{font-size: 15px;color: #8c8c8c;}
.colunm1ConRTetxList dd .con .info{overflow: hidden;}
.colunm1ConRTetxList dd .con .info a{display: block; font-size: 15px;color: #8c8c8c;padding: 0 17px;}
.colunm1ConRTetxList dd:hover .con .info a{color: #0d4ca3;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.colunm2{background:#fff url(../images/colunm2Bg.jpg) center center no-repeat;padding: 60px 0;}
.colunm2Con{overflow: hidden;}
.colunm2ConR{width: 47.9167%;margin-left: 85px;}
.colunm2ConRCon{display: block;position: relative;}
.colunm2ConRCon .pic{border-radius: 4px;overflow: hidden;}
.colunm2ConRCon .pic::before{padding-top: 69.4203%;background-color: rgba(0, 0, 0, .3);}
.colunm2ConRCon .playBtn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.colunm2ConRCon .playBtn span{display: inline-block; width: 78px;height: 78px;background: url(../images/playPic1.png) center center no-repeat;}
.colunm2ConL{overflow: hidden;}
.colunm2ConL .colunmTitle{padding-top: 12px;}
.colunm2ConL .info{height: 112px;line-height: 28px;font-size: 15px;color: #8c8c8c;padding-top: 12px;margin-bottom: 36px;}
.colunm2ConL .seletMore{display: block;height: 35px;line-height: 35px;width: 130px;background-color: #0d4ca3;border-radius: 17px;font-size: 0;margin-bottom: 70px;}
.seletMore span{display: inline-block;font-size: 15px;color: #fff;vertical-align: middle;margin: 0 18px;}
.seletMore em{display: inline-block;height: 35px;width: 14px;background: url(../images/baiArrow.png) center center no-repeat;vertical-align: middle;}
.colunm2ImgList{overflow: hidden;}
.colunm2ImgList dd{width: 25%;float: left;display: inline;position: relative;}
.colunm2ImgList dd::before{display: block;content: "";width: 1px;height: 60px;background-color: #e6e6e6;position: absolute;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.colunm2ImgList dd.dd2 .con,.colunm2ImgList dd.dd3 .con{text-align: center;}
.colunm2ImgList dd .con{text-align: center;display: block;}
.colunm2ImgList dd.dd4 .con{text-align: center;}
.colunm2ImgList dd.dd4::before{display: none;}
.colunm2ImgList dd .con .icon{display: inline-block; width: 50px;height: 50px;background-position: center center;background-repeat: no-repeat;margin-bottom: 10px;position: relative;}
.colunm2ImgList dd.dd2 .con .icon{width: 52px;height: 46px;}
.colunm2ImgList dd.dd3 .con .icon{width: 43px;height: 43px;}
.colunm2ImgList dd.dd4 .con .icon{width: 44px;height: 40px;}
.colunm2ImgList dd .con .icon img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: contain;transition: all .3s linear;-webkit-transition: all .3s linear;}
.colunm2ImgList dd .con .icon img.img1{visibility: visible;opacity: 1;}
.colunm2ImgList dd .con .icon img.img2{visibility: hidden;opacity: 0;}
.colunm2ImgList dd .con .title{height: 25px;line-height: 25px;font-size: 16px;color: #4c4c4c;}
.colunm2ImgList dd:hover .con .title{color: #0d4ca3;}
.colunm2ImgList dd:hover .con .icon img.img1{visibility: hidden;opacity: 0;}
.colunm2ImgList dd:hover .con .icon img.img2{visibility: visible;opacity: 1;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.colunm3{background-color: #e6edf6;padding: 60px 0;}
.colunm3 .enTitle{color: rgba(255, 255, 255, .6);}
/* .colunm3Con .contact{height:0;overflow:hidden}
.colunm3Con .contact.show{height:auto;overflow:visible;} */
.colunm3TextList{overflow: hidden;padding: 18px 0 39px;}
.colunm3TextList dd{float: left;display: inline;min-width: 178px;}
.colunm3TextList dd .con{padding: 0 15px;text-align: center;}
.colunm3TextList dd .con a{display: block;height: 50px;line-height: 50px;font-size: 14px;color: #4d4d4d;}
.colunm3TextList dd:hover .con,.colunm3TextList dd.hover .con{background-color: #0d4ca3;border-radius: 25px;}
.colunm3TextList dd:hover .con a,.colunm3TextList dd.hover .con a{color: #fff;}
.colunm3Con{overflow: hidden;}
.colunm3ConL{width: 48.6111%;margin-right: 40px;position: relative;overflow: hidden;}
.colunm3ConL .pic{border-radius: 4px;overflow: hidden;}
.colunm3ConL .pic::before{padding-top: 66.2857%;}
.colunm3ConL .text{width: 100%; height: 50px;line-height: 50px;font-size: 15px;color: #fff;position: absolute;left: 0;bottom: 0;z-index: 1;text-align: center;}
.colunm3ConL .text::before{display: block;content: "";width: 100%;height: 100%;background-color: rgba(0, 0, 0, .3);position: absolute;left: 0;top: 0;z-index: -1;}
.colunm3ConR{overflow: hidden;}
.colunm3ImgList{overflow: hidden;margin-right: -40px;margin-bottom: -40px;}
.colunm3ImgList dd{width: 50%;float: left;display: inline;margin-bottom: 40px;}
.colunm3ImgList dd .con{margin-right: 40px;position: relative;overflow: hidden;}
.colunm3ImgList dd .con .pic{border-radius: 4px;overflow: hidden;}
.colunm3ImgList dd .con .pic::before{padding-top: 64.2424%;}
.colunm3ImgList dd .con .text{width: 100%;height: 50px;line-height: 50px;font-size: 15px;color: #fff;position: absolute;left: 0;bottom: 0;z-index: 1;text-align: center;}
.colunm3ImgList dd .con .text::before{display: block;content: "";width: 100%;height: 100%;background-color: rgba(0, 0, 0, .3);position: absolute;left: 0;top: 0;z-index: -1;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.colunm4{background-color: #fff;padding: 57px 0 70px;}
.colunm4ImgList{padding-top: 20px;margin-bottom: -30px;overflow: hidden;margin-right: -20px;}
.colunm4ImgList dd{margin-bottom: 30px;float: left;width: 100%;}
.colunm4ImgList dd .con{margin-right: 20px;}
.colunm4ImgList dd .con .pic{overflow: hidden;}
.colunm4ImgList dd .con .pic::before{padding-top: 6.945%}
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */