@charset "UTF-8";
/* ========== 主体框架 start ========== */
.subTop{height: 88px;}
/* ————— 头部 start ————— */
.top{background-color: #fff; height: 88px; position: fixed; left: 0; top: 0; z-index: 200;width: 100%;transition: all 0.5s;-webkit-transition: all 0.5s;}
.top.show{top: -88px;}
/* logo start */
.logo{padding: 21px 0 0;float: left;display: inline;}
.logo img{height: 45px;}
/* logo end */
/* 导航列表start */
.menu{float: right; display: inline;position: relative;}
.menu dd{float:left;display: inline; margin-right:50px;position: relative;z-index: 2;}
.menu dd .yj a{ display: block;line-height: 88px;height: 88px;font-size: 16px;color: #333333;text-align: center;position: relative;}
.menu dt.icn{height: 4px;background-color: #003d96;position: absolute;left: 0;bottom: 0;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.menu dd .ej{position: absolute;top: 100%;white-space: nowrap;opacity: 0; visibility: hidden;overflow:hidden;height: 0;}
.menu dd .ej.open{height: 60px;}
.menu dd .ej li{display: inline-block; margin-right: 50px;}
.menu dd .ej li span a{line-height: 60px;display: block;font-size: 15px;color: #fff;}
.top .bg{transition: all 0.5s; width: 100%;height: 0;background:rgba(0, 0, 0, .1);position: absolute;left: 0;top: 100%;z-index: -1;}
.menu dd .ej li:last-child { margin-right: 0;}
.menu dd.hover .yj a{color: #003d96;font-weight: bold;}
.menu dd.hover .ej {opacity: 1;visibility: visible;}
.menu dd .ej li span a:hover{color: #003d96;}
/* 导航列表end */
/* 搜索 start */
.topC::after{clear: both;content: '';display: block;visibility: hidden;}
.topC .topR{float: right;display: inline;}
.topC .topR::after{clear: both;content: '';display: block;visibility: hidden;}
.menuRight{float: right;display: inline;overflow: hidden;}
.menuRight .topSearch{width: 40px;height: 40px;background: #fff url("../images/tosearchImg.png") no-repeat center center;cursor: pointer;border-radius: 40px;transition: all 300ms;-webkit-transition: all 300ms;margin:24px 0 0 26px;float:right;display: inline;}
.menuRight .topSearch:hover{background: url("../images/tosearchHoverImg.png") no-repeat center center;}
.menuRight span{overflow: hidden;display: block;border-left: 1px solid #ededed;width: 40px;height: 40px;line-height: 40px;margin-top: 24px;padding-left: 40px;}
.menuRight span a{font-size:16px;color:#003d96;display: block;font-weight:bold;}

.topC .indexBgImg{background:#fff;width:100%;position: absolute;left: 0;top: 100%;height:80px;}

.animHide{opacity: 0;}
.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:55px;text-align: center;overflow: hidden;color: #fff;z-index: 10;}
.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;}
.searchPWBox {width: 600px;height: 60px;overflow: hidden;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;padding-left: 10px;background: #fff;}
.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: #003d96 url(../images/common/searchH.png) no-repeat center center;background-size: 19px 20px;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 */
/* 导航 start */
/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;}
.indexBanner::before{content: '';display: block;padding-top:38.0208%;}
.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: 40px;left: 0;width: 100%;text-align: center;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;width: 30px;height: 3px;margin-right:20px;vertical-align: middle;cursor: pointer;position: relative;background: #fff;transition: all 300ms;-webkit-transition: all 300ms;}
.indexBanner .slick-dots li.slick-active{background: #003d96;width: 30px;}
.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{ position: absolute;left: 50%;top:50%;font-size: 0;transform:translate(-50%,-50%);width: 1037px;}

.indexBanner .indexBtn .prev{cursor: pointer; background: url('../images/indexscoll-l.png') no-repeat center center;float: left;display: inline;width: 40px;height: 40px;border-radius: 40px;border: 1px solid #fff; position:absolute;left:180px;top:50%;}
.indexBanner .indexBtn .next{cursor: pointer; background: url('../images/indexscoll-r.png') no-repeat center center;float: right;display: inline; width: 40px;height:40px;border-radius: 40px;border: 1px solid #fff;position:absolute;right:180px;top: 50%;}
.indexBanner .indexBtn .prev:hover{background-color: #003d96;border-color:#003d96;}
.indexBanner .indexBtn .next:hover{background-color: #003d96;border-color:#003d96;}

.indexBanner .img .imgItem{overflow: hidden;}
.indexBanner .img .imgItem img{float: left;display: inline;}
.indexBanner .img .imgItem img.show{visibility: visible;}
.indexBanner .mySlide.slick-active .bg{transform: scale(1);}
.indexBanner .slick-dots li.slick-active::before{transform: scale(0);}
/* .indexBanner .mySlide.on .bg{transform: scale(1);} */
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 底部内容start   */
.footer{background: #003d96 url(../test/footerBg.png) no-repeat center bottom;height:390px;}
.footerCon .conT{height: 55px;padding: 37px 0;border-bottom: 1px solid #0d479b;line-height: 55px;}
.conTLeft{float: left;display: inline;/* border-right:1px solid #f2f2f2; */margin-right: 70px;width:850px;}
.footerLogo{width: 420px;height: 45px;display:inline-block;margin-bottom: 30px;}
.footerList{padding-top:10px;}
.footerList::after{clear: both;content: '';display: block;visibility: hidden;}
.footerList .item{padding-top: 20px;}
.footerList .item .icn{width: 37px;height: 37px;border-radius: 37px;border: 1px solid #d5d5d5;float: left;display: inline;}
.footerList .item .icn1{background: url("../images/phoneTb.png") no-repeat center center ;}
.footerList .item .icn2{background: url("../images/mapTb.png") no-repeat center center ;}
.footerList .item .label{font-size: 14px;color:#808080;margin: 0 15px 0 10px;height: 37px;line-height: 37px;float: left;display: inline;}
.footerList .item .text{font-size: 28px;color:#003d96;height: 37px;line-height: 37px;}
.footerList .item2 .text{font-size: 14px;color:#808080;}

.conB{padding-top:58px;}
.conTRight{overflow: hidden;}
.footerMenu{overflow: hidden;}
.footerMenu dd{float: left;display: inline; margin-right:40px;/* height: 55px; *//* line-height: 55px; */}
.footerMenu dd em{ font-style: normal; display: block; line-height: 35px; height: 35px; overflow: hidden;width:93px;}
.footerMenu dd em a{font-size: 18px;color:#fff;display: block;}
.footerMenu dd em a:hover{ color:#999999;}
.footerMenu dd span{ font-style: normal; display: block;height: 25px; line-height: 25px; padding: 5px 0; overflow: hidden;}
.footerMenu dd span a{font-size: 14px;color:#999999;}
.footerMenu dd span a:hover{ color:#003d96;}
/* 底部内容end   */
/* 友情链接start */
.friendLink .select select{/* width: 100%; *//* height: 45px; */border-color: #d9d9d9;background-color: #f6f6f6;padding: 0 15px;width: 270px;height: 55px;border-radius: 10px;background-color: #00398b;color: #fff;}
.friendLinkBox{float: right;display: inline;}
.friendLinkBox .friendLink{margin-right: 40px;float: left;display: inline;}
.friendLinkBox .goTop{overflow: hidden;}
.friendLink .title{height: 70px; line-height: 70px; padding-left: 48px; color: #808080; font-size: 14px; background: url(../images/footerIcn1.png) no-repeat left center; margin-right: 70px;float: left; display: inline;font-size:14px;}
.friendLink .list{ overflow: hidden; padding: 20px 0; line-height: 30px; font-size: 0;}
.friendLink .list a{ display: inline-block; color: #999999; font-size: 15px; margin-right: 40px;}
.friendLink .list a:hover{ color: #f5f5f5;}
.friendLink .aykj_cssSelect .aykj_selectLt{font-size:16px;color:#7489b9;padding-left:22px;}
/* 友情链接end   */
/* 底部版权start   */
.friendCopy{ font-size: 14px; color: #808080;height: 33px;line-height: 33px;color:#fff;}
.friendCopy .bottomCon{float: left;display: inline;}

.friendCopy .bottomCon .conL span{ margin-right: 20px;}
.friendCopy .bottomCon .conL img{ margin-right: 10px; vertical-align: middle;}
.friendCopy .bottomCon .conL a{ color: #fff; margin-right: 20px;}
.friendCopy .bottomCon .conL a:hover{ color: #f5f5f5;}

.goTop{background:url(../images/gotop.png) no-repeat center center;width: 55px;height: 55px;}
/* 底部版权end   */
.conTRight{overflow: hidden;}
.conTRight .ewm{width: 135px;height: 135px;float: right;display: inline;margin-right:30px;}
.conTRight .fTable{float: right;display: inline;}
.conTRight table{color:#fff;}
.conTRight table tr{position: relative;}
.conTRight table .row td{padding-left: 0;height: 35px;line-height: 35px;font-size: 16px;}
.conTRight table td{font-size:18px;height: 30px;line-height: 30px;padding-left: 40px;position: relative;}
.conTRight table .em1{background:url(../images/footerTB1.png) no-repeat center center;width: 30px;height: 30px;position: absolute;left: 0;}
.conTRight table .em2{background:url(../images/footerTB2.png) no-repeat center center;width: 30px;height: 30px;position: absolute;left:0;}
.conTRight table .em3{background:url(../images/footerTB3.png) no-repeat center center;width: 30px;height: 30px;position: absolute;left: 0;}
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
.subPage{background-color: #fff;}
.subPage.hui{background-color: #f2f2f2;}
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top:24.5833%;}
.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;}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 40px;color: #ffffff;line-height: 70px;height:70px;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); }
.subBanner .textC .enTitle{font-size: 40px;color: rgb(255 255 255 / .5);line-height:50px;height:50px;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);font-family: 'newTaiLue';}
/* ————— subBanner end ————— */
/* ————— industryBanner start ————— */
.industryBanner{position: relative;overflow: hidden;width: 100%;}
.industryBanner:before{display: block;content: '';padding-top:24.5833%;}
.industryBanner 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;}
.industryBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.industryBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.industryBanner .wrap{height: 100%;}
.industryBanner .textC{position: relative;text-align: center;}
.industryBanner .textC .cnTitle{font-size: 40px;color: #ffffff;line-height: 70px;height:70px;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); }
.industryBanner .textC .enTitle{font-size: 40px;color: rgb(255 255 255 / .5);line-height:50px;height:50px;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);font-family: 'newTaiLue';}
/* ————— industryBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 80px;background: #fff;box-shadow:0 3px 5px rgb(220 220 220 / 13%);}
.location{height: 60px;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: 60px;line-height: 60px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8.png);color: #a3a3a3;font-size: 14px;}
.location a:hover{color:#1e5ab0}
.location a.hover{color:#1e5ab0}
.sunNavC{height: 80px;position: relative;}
.sunNavC::after{clear: both;content: '';display: block;visibility: hidden;}

.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 80px;height:80px;color: #8a8a8a;font-size: 16px;margin-right: 45px;}
.subNav a:last-child{margin-right: 0;}
.subNav a.hover{color: #003d96}
.subNav a:hover{color: #003d96}

/* .subNavText{width: 160px;height: 100px;border-radius:10px 10px 0 0;background:linear-gradient(to right, #007a5a,rgba(102,196,172,0.95)); background:-webkit-linear-gradient(0deg, #007a5a,rgba(102,196,172,0.95));text-align: center;position: absolute;bottom:0;}
.subNavText .cnTitle{font-size:18px;color: #fff;height:40px;line-height:40px;padding-top:20px;}
.subNavText .enTitle{font-size:15px;color:rgba(255,255,255,0.4);height:30px;line-height:30px;font-family: 'newTaiLue';} */
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;}
.sjMenu a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #333; border: 1px solid #fff; border-radius: 32px; font-size: 14px; margin: 0 5px; background: #FFF;}
.sjMenu a:hover{ background: #1e5ab0; color: #FFF; border-color: #1e5ab0;}
.sjMenu a.hover{ background: #1e5ab0; color: #FFF; border-color: #1e5ab0;}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;/* padding:6px 12px; */color:#999999;background: #fff;margin: 0 3px;/* border-radius: 50%; */width: 38px;height: 38px;line-height: 38px;text-align: center;border: 1px solid #dfdfdf;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #003d96;color: #fff;}
.page a.hover{background: #003d96;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; 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: 11px;height: 19px;background-position: center center;background-repeat: no-repeat;display: inline-block;vertical-align: middle;}
.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;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.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)}
.page a.pageMore{ line-height: 32px;}
/* ————— 页码 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 ————— */
#fp-nav{display: none;}
.indexTitle{font-size:22px;color:#333333;height: 40px;line-height: 40px;padding-top:20px;position: relative;}
.indexTitle .more1{float: right;display: inline;font-size:14px;color:#999999;margin-right: 25px;position: relative;}
.indexTitle .more1::after{display: inline-block;content:'';background: url(../images/moreImg.png) no-repeat right center;height: 18px;width: 18px;position: absolute;right: -25px;top: 50%;transform: translateY(-50%);}
.indexTitle .title{overflow: hidden;}
.indexTitle .more1:hover{color:#0d479b;}
.indexTitle .more1:hover::after{background: url(../images/moreBlue.png) no-repeat right center;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1 .conC{margin-right:-20px;padding:30px 0;}
.column1ConB{margin-right:20px;padding:0 30px;background-color: #fff;height:432px;}
.column1 .column1Left{width:70.9028%;height: 432px;float: left;display: inline;}
.column1 .column1Left .leftCon1{width:34.3781%;float: left;display: inline;margin-right:47px;}
.column1Left .con .conTitle{overflow: hidden;height: 35px;line-height: 35px;padding:20px 0;}
.column1Left .con .conTitle .conText{font-size:18px;color:#333333;overflow: hidden;padding-right: 10px;}
.column1Left .con span{float: right;display:block;font-size:14px;color:#666666;}
.column1Left .con .imgBox{position: relative;margin-bottom:20px;}
.column1Left .con .imgBox::before{padding-top:56.2857%;display: block;content:'';}
.column1Left .con .imgBox img{width:100%;height: 100%;position: absolute;left: 0;top: 0;}
.column1Left .con .text a{font-size:14px;color:#999999;line-height: 25px;height: 50px;}
.column1Left .con .text a:hover{color:#003d96;}
.column1 .column1Left .leftCon2{overflow: hidden;padding:20px 0;}
.indexOptions{font-size:0;cursor: pointer;}
.indexOptions .item{display: inline-block;font-size:16px;color:#666666;height: 40px;line-height: 40px;margin-right:45px;position: relative;}
.indexOptions .item.hover{color:#003d96;}
.optionCon .imgTextC .title{font-size:18px;color:#333333;height: 35px;line-height: 35px;}
.optionCon .imgTextC span{font-size:14px;color:#999999;height: 40px;line-height: 40px;}
.optionCon .imgTextC .textCBox{padding-bottom:25px;border-bottom: 1px solid #ebebeb;}
.optionCon .imgTextC .text{font-size:14px;color:#999999;height: 50px;line-height:25px;}
.column1ConB .bottomT {position: relative;}
.column1ConB .bottomT .indexOptions{display: inline-block;position: absolute;left:380px;bottom:0;}
.column1ConB .bottomT .indexOptions .item{margin-right:50px;}
.column1List dd {overflow: hidden;height: 42px;line-height:42px;margin-bottom: 5px;}
.column1List dd .text{width:73.0973%;float: left;display: inline;padding-left:10px;position: relative;font-size:14px;color:#999999;}
.column1List dd .text::before{width: 5px;height: 5px;border-radius:100%;background-color: #cccccc;display: block;content:'';position: absolute;left: 0;top:50%;transform:translateY(-50%);-wenkit-transform:translateY(-50%);}
.column1List dd .time{float: right;display: inline;font-size:14px;color:#999;}
.indexOptions .item.hover::before{display: block;content:'';border-bottom: 3px solid #003d96;position: absolute;left: 0;bottom: 0;width:100%;transition: all 300ms;-webkit-transition: all 300ms;}
.column1List dd:hover .time{color:#8d9dc4;}
.optionCon .imgTextC .title:hover{color:#003d96;}
.column1List dd:hover .text{color:#003d96;}
.column1List dd:hover .text::before{background-color: #003d96;}

.column1 .column1Right{overflow: hidden; width:27.9167%;height: 432px;background-color: #fff;}
.column1Right .rightTitle{height: 40px;line-height: 40px;overflow: hidden;padding:20px 0 30px;}
.column1Right .rightTitle .title{font-size:22px;color:#333333;overflow: hidden;}
.column1Right .rightTitle .more{font-size:14px;color:#999999;float: right;display: inline;}
.column1Right .rightList dd {border-bottom: 1px solid #ebebeb;padding-bottom:13px;}
.column1Right .rightList dd .title{padding:7px 0 0 10px;position: relative;font-size:14px;color:#666666;height:38px;line-height: 38px;}
.column1Right .rightList dd .title:before{width: 5px;height: 5px;border-radius:100%;background-color: #cccccc;display: block;content:'';position: absolute;left: 0;top:50%;transform:translateY(-50%);-wenkit-transform:translateY(-50%);}
.column1Right .rightList dd span{padding-left:14px;height: 25px;line-height: 25px;font-size:14px;color:#999999;}
.column1Right .rightList dd:last-child{border-bottom:none;}
.column1Right .rightList dd:hover .title:before{background-color: #003d96;}
.column1Right .rightList dd:hover .title{color: #003d96;}
.column1Right .rightList dd:hover span{color:#8d9dc4;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2Top{height: 126px;background: url(../images/column2Img.jpg) no-repeat center bottom;width: 100%;margin-bottom: 30px;}
.clomun2ConC{margin-bottom:30px;margin-right:-20px;}
.box{margin-right:20px;background-color: #fff;padding:0 30px;height: 480px;}
.column2Bottom{width:58.3333%;float: left;display: inline; height: 480px;overflow: hidden;}
.column2Bottom .bottomT {position: relative;}
.column2Bottom .bottomT .indexOptions{display: inline-block;position: absolute;left: 145px;top: 20px;}
.column2Bottom .bottomT .indexOptions .item{margin-right:50px;}
.column2Bottom .bottomT .title{display: inline-block;margin-right:60px;}
.column2Bottom .bottomT .more{display: inline-block;margin-left:108px;}
.column2Bottom .bottomB{padding:27px 0;} 
.column2Bottom .bottomBCon .bottomLeft{width: 38.0952%;overflow: hidden;float: left;display: inline;margin-right:30px;}
.column2Bottom .bottomBCon .imgBox{position: relative;}
.column2Bottom .bottomBCon .imgBox::before{padding-top:56.25%;display: block;content:'';}
.column2Bottom .bottomBCon .imgBox img{width:100%;height: 100%;position: absolute;left: 0;top: 0;}
.column2Bottom .bottomBCon .conTitle{font-size:16px;color:#333333;height: 70px;line-height: 70px;}
.column2Bottom .bottomBCon .con{font-size:14px;color:#999999;height: 75px;line-height: 25px;}
.column2Bottom .bottomBCon .timeCon{font-size:14px;color:#999999;height: 30px;line-height: 30px;padding-top:35px;}
.column2Bottom .bottomBCon .timeCon span{overflow: hidden;}
.column2Bottom .bottomBCon .bottomBMore {float: right;display: inline;display: block;background:url(../images/more1.png) no-repeat center right;padding-right:20px;}
.column2Bottom .bottomBCon .bottomBMore a{line-height:30px;color:#999999;font-size:14px;}

.bottomList{overflow: hidden; width:54.7619%;border-top: 1px solid #ebebeb;}
.bottomList dd{padding:13px 0;border-bottom: 1px solid #ebebeb;}
.bottomList dd .ddTitle{font-size:16px;color:#333333;height: 37px;line-height: 37px;}
.bottomList dd .ddCon{font-size:14px;color:#999999;height: 30px;line-height: 30px;overflow: hidden;}
.bottomList dd .ddCon .con{overflow: hidden;padding-right:10px;}
.bottomList dd .ddCon span{float: right;display: inline;}

.bottomRight{overflow: hidden;height: 480px;}
.bottomRight .rightTitle{overflow: hidden;}
.bottomRight .rightTitle .title{overflow: hidden;}
.bottomRight .rightTitle .more{float: right;display: inline;height: 40px;line-height: 40px;padding-top: 20px;}
.bottomRight .rightCon{padding-top: 27px;}
.bottomRight .rightCon .bg{position: relative;margin-bottom:10px;overflow: hidden;}
.bottomRight .rightCon .bg::before{display: block;content:'';padding-top: 18.2692%;}
.bottomRight .rightCon .bg img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.bottomRight .rightlist dd{border:1px solid #ebebeb;height: 65px;line-height: 65px;margin-bottom:20px;padding:0 20px;}
.bottomRight .rightlist dd span{float: right;display: inline;font-size:14px; color:#999;}
.bottomRight .rightlist dd .text{overflow: hidden;font-size: 14px;color: #999999;position: relative;padding: 0 10px;}
.bottomRight .rightlist dd .text::before{width: 5px;height: 5px;border-radius:100%;position: absolute;top: 50%;left: 0;transform:translateY(-50%);background-color: #dadada;display: block;content:'';}

.column2Bottom .bottomBCon .bottomBMore:hover{background:url(../images/bottomMore.png) no-repeat center right;}
.column2Bottom .bottomBCon .bottomBMore:hover a{color:#003d96;}
.bottomBCon .conTitle:hover{color:#003d96;}
.bottomList dd:hover .ddTitle{color:#003d96;}
.bottomList dd:hover .ddCon{color:#8d9dc4;}
.bottomList dd:hover .con{color:#8d9dc4;}
.rightlist dd:hover .text{color:#003d96;}
.rightlist dd:hover .text::before{background-color: #003d96;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3Con{background-color: #fff;padding:0 30px;margin-bottom: 30px;padding-bottom:30px;}
.column3List{overflow: hidden;margin-right:-30px;padding-top: 20px;}
.column3List dd{width: 33.3333%;float: left;display: inline;}
.column3List dd .ddBox{margin-right: 30px;position: relative;}
.column3List dd .bg{position: relative;}
.column3List dd .bg::before{display: block;content:'';padding-top:45.4546%;}
.column3List dd .bg img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.column3C .bg1{background:url(../images/column3TB1.png) no-repeat center center;width: 50px;height: 50px;margin: 0 auto;}
.column3C .bg2{background:url(../images/column3TB2.png) no-repeat center center;width: 50px;height: 50px;margin: 0 auto;}
.column3C .bg3{background:url(../images/column3TB3.png) no-repeat center center;width: 50px;height: 50px;margin: 0 auto;}
.column3C .bg{transform: rotateY(0deg);-webkit-transform: rotateY(0deg);transition: all .4s;-webkit-transition: all .4s;}
.column3C {position: absolute;left: 50%;top:50%;transform:translate(-50%,-50%);width: 300px;text-align: center;}
.column3C .cnTitle{font-size:18px;color:#ffffff;height: 35px;line-height: 35px;}
.column3C .enTitle{font-size:14px;color:#ffffff;height: 25px;line-height: 25px;}
.mask{position: absolute;width: 100%;height: 100%;opacity: 0;background-color:rgba(0,0,0,.2);left: 0;top: 0;}
.ddBox:hover .mask{opacity:1;}
.ddBox:hover .column3C{z-index: 2;}
.ddBox:hover .column3C .bg{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */

/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
/* ————— 第8通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */

/* ========== 频道页 end ========== */