﻿@charset "UTF-8";
/* ========== 主体框架 start ========== */
.floadAd{position: absolute;left: 0;top: 0;}
.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;box-shadow: 1px 0px 23px rgb(0 0 0 / 10%)}
.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: #1a7232;position: absolute;left: 0;bottom: 0;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.menu dd .ej{position: absolute;top: 95%;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: #1a7232;font-weight: bold;}
.menu dd.hover .ej {opacity: 1;visibility: visible;}
.menu dd .ej li span a:hover{color: #32b04d;}
/* 导航列表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;}
.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;float: right;display: inline;margin:24px 0 0 26px;}
.topSearch:hover{background: url("../images/tosearchHoverImg.png") no-repeat center center;}
.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 .close {display: inline-block;width: 50px;height: 50px;line-height: 50px;position: absolute;top: 30px;right: 30px;cursor: pointer;font-size: 60px;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 {position: absolute;top: 50%;left: 50%;z-index: 9;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;margin-left: -570px;box-sizing: border-box;}
.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;width: 60px;background: url(../images/common/searchH.png) no-repeat center center;background-size: 19px 20px;color: #fff;font-size: 30px;text-align: center;line-height: 60px;background-color: #028260;display: inline-block;vertical-align: middle;}
.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
	}
}
.searchList dd .listCon{padding: 15px !important;}
.searchList dd .listCon .listTitle{padding-top: 0 !important;height: 50px !important;line-height: 50px !important;}
.searchList dd .listMore{height: 55px !important;line-height: 55px !important;}
.imgTextSeach {font-size:0;margin-left:-30px;text-align: center;margin-bottom: 30px;}
.imgTextSeach::after{clear: both;visibility: hidden;display: block;content:'';}
.imgTextSeach .con{display: inline-block;padding-left: 30px;box-sizing: border-box;}
.imgTextSeach .con.item1::after{clear: both;visibility: hidden;display: block;content:'';}
.imgTextSeach .con .lable{float: left;display: inline;font-size:16px;color:#333;line-height: 50px;/* padding-right: 12px; */box-sizing: border-box;width: 60px;}
.imgTextSeach .con .select{margin-left: 60px;}
.imgTextSeach .con .select select{border: none;line-height: 50px;height: 50px;padding-left: 20px;color:#b2b2b2;}
.imgTextSeach .aykj_cssSelect .aykj_selectLt{height: 50px;line-height: 50px;}
.imgTextSeach .con .input{overflow: hidden;cursor: pointer;padding: 0;}
.imgTextSeach .con .input.icn{background: url(../images/dataTimeImg.png) no-repeat right 10px center;padding-right: 40px;}
.imgTextSeach .con .input input{border: none;line-height: 50px;height: 50px;padding-left: 20px;color:#b2b2b2;}
.imgTextSeach .aykj_cssSelect .selected{background-color: #69ae8096;}
.imgTextSeach .aykj_cssSelect .aykj_optionBox:hover{background-color: #007a5a;}
.imgTextSeach .seachBox{display: inline-block;}
.imgTextSeach .seachBtn{height: 50px;background-color: #007a5a;display:inline-block;display: inline-block;text-align: center;padding: 0 30px;margin-left: 20px;overflow: hidden;}
.imgTextSeach .seachBtn a{color:#fff;font-size:16px;line-height: 50px;background:url(../images/seachImg-bai.png) no-repeat left center;padding-left: 30px;display: inline-block;vertical-align: middle;height: 50px;}
.imgTextSeach .seachBtn a:hover{color:#fff;}

/* 暂无竞拍弹窗 start */
.noAutions {position: relative;height: 415px;width: 100%;background: url("../test/noAuctions.png") no-repeat center 55px;}
.noAutions .btJp{position: absolute;bottom: 87px;width: 100%;display: block;font-size: 18px;color: rgb(55, 128, 56);text-align: center;line-height: 35px;}
.noAutions  .btTip{position: absolute;bottom: 56px;width: 100%;display: block;font-size: 14px;color: #808080;line-height: 30px;text-align: center;}
/* 暂无数据弹窗 end */
/* 搜索 end */
/* 导航 start */
/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;}
.indexBanner::before{content: '';display: block;padding-top: 27.0833%;}
.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 a{display: block;height: 100%;width: 100%;}
.indexBanner .slick-dots{position: absolute;bottom: 15px;left: 0;width: 100%;text-align: center;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;width: 40px;height: 5px;border-radius: 5px;margin: 0 7px;vertical-align: middle;cursor: pointer;position: relative;background: #fff;}
.indexBanner .slick-dots li.slick-active{background: #0a569e;}
.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 end ————— */
/* ————— 底部 start ————— */
/* 底部内容start   */
.footer{background: url("../test/footerBgimg.jpg") no-repeat center bottom ;border-top:2px solid #007a5a;background-size: cover;}
.footerCon .conT{padding-top:58px;}
.conTLeft{float: left;display: inline;border-right:1px solid #f2f2f2;margin-right: 70px ;}
.footerLogo{width: 420px;height: 45px;display:inline-block;}
.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:#007a5a;height: 37px;line-height: 37px;}
.footerList .item2 .text{font-size: 14px;color:#808080;}
.footerList .item1 img{padding-top: 10px;}
.footerList .item1 .img1{display: block;}
.footerList .item1 .img2{display: none;}

.conTRight{overflow: hidden;}
.conB{border-bottom: 1px solid #e6e6e6;}
.footerMenu{overflow: hidden;}
.footerMenu dd{float: left; display: inline; margin-right:35px;}
.footerMenu dd em{ font-style: normal; display: block; line-height: 35px; height: 35px; overflow: hidden;background: url("../images/footerJT.png") no-repeat right center;width:93px;}
.footerMenu dd em a{font-size: 16px;color:#333333;display: block;}
.footerMenu dd em a:hover{ color:#007a5a;}
.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:#007a5a;}
/* 底部内容end   */
/* 友情链接start */
.friendLink{ overflow: hidden; margin-right: -40px;}
.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: #007a5a;}
/* 友情链接end   */
/* 底部版权start   */
.friendCopy{ height: 80px; line-height: 80px; overflow: hidden; font-size: 14px; color: #808080;}
.friendCopy .bottomCon{float: left;display: inline;}
.friendCopy .bottomCon .conL{ 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: #666666; margin-right: 20px;}
.friendCopy .bottomCon .conL a:hover{ color: #007a5a;}
.friendCopy .bottomCon .conR{ float: right; display: inline;}
.friendCopy .bottomCon .conR a{color: #666666; }
.friendCopy .bottomCon .conR a:hover{ color: #007a5a;}
.friendCopy .prompt{font-size: 16px;color:#007a5a;height: 80px; line-height: 80px;float: right;display: inline;}
/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */
/* ========== 内层框架 start ========== */
.subPage{background-color: #fff;}
.subPage.hui{background-color: #f5f5f5;}
/* ————— 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: 5px 0 5px rgb(0 0 0 / 50%);font-weight: bold;}
.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 ————— */
/* ————— 当前位置 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.hover{color: #007a5a}
.subNav a:hover{color: #007a5a}
.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;}
.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: #007a5a;color: #fff;}
.page a.hover{background: #007a5a;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 ————— */
.position{width:50px;padding:13px;position: fixed;right: 0;top:50%;}
.position a{width:50px;height:50px;line-height:50px;display: block;}
.position .ewm{margin-bottom: 5px;background:#007a5a url(../images/indexEwm.png) no-repeat center center;}
.position .reTop{background:url(../images/reTop.png) no-repeat center center;background-color: #007a5a ;cursor: pointer;}
.ewmCon{position:absolute;left:0px; top:100%; width:100%;padding-top: 15px;transform: translateY(10px);-webkit-transform: translateY(10px);transition: all 400ms;-webkit-transition: all 400ms;display: none;}
.ewmCon .icn{position: absolute;left: 14%;top: -117px;border: 11px solid transparent;border-left-color: #fff;margin-left: -13px;display: inline-block;}
.ewmCon .con{background:#fff;border-radius: 5px;position: absolute;right: 78px;bottom: 25px;width: 150px;height: 200px;background-color: #fff;}
.ewmCon .imgBox{position: relative;}
.ewmCon .imgBox::before{padding-top:100%;content: '';display: block;}
.ewmCon .con .imgBox img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.ewmCon .con span{font-size:18px;color:#333;text-align: center;display: block;font-weight: bold;line-height: 50px;}
.ewmCon.hover{display: block;}
#fp-nav{display: none;}

.float-container img{width: 300px;height: 225px;border-radius:20px;}
.float-container {position: relative;z-index:99;}
.float-container p {text-align: center;position: absolute;margin: 0;top:0px;right:0;cursor: pointer;font-size:30px;color:#f4c50f;width: 42px;height: 45px;background-color: #ea2323;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1Scroll{position: relative;}
.column1Scroll .bdBox{position: relative;overflow: hidden;}
.column1Scroll .bd{height: 100%;position: absolute;left:0;top:0;width:100%;}
.column1Scroll .bd .slick-list,.column1Scroll .bd .slick-track{ height: 100%;}
.column1Scroll .bd .con{height: 100%;}
.column1Scroll .bd .con a{display: block;height: 100%;}
.column1Scroll .bd .myslide .bg{height: 100%;width:100%;object-fit: cover;transition: all 1.5s 0s ease-in-out;transform: scale(1.15);}
.column1Scroll .bd .myslide.on .bg{transform: scale(1);}
.column1Scroll .html .fontImg{position: absolute;left: 50%;top:50%;font-size: 0;transform:translate(-50%,-50%);width: 1037px;}
.column1Scroll .html .fontImg .imgBox{overflow: hidden;}
.column1Scroll .html .fontImg .imgBox img{float: left;display: inline;}

.column1Scroll .column1Btn .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%;}
.column1Scroll .column1Btn .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%;}
.column1Scroll .column1Btn .prev:hover{background-color: #068463;border-color:#068463;}
.column1Scroll .column1Btn .next:hover{background-color: #068463;border-color:#068463;}

.column1Scroll .column1Dot{margin-right:22px;}
.column1Scroll .column1Dot ul{font-size: 0;position: absolute;right: 50%;bottom:90px;padding:22px ;}


.column1Scroll .column1Dot ul li.slick-active{border:2px solid transparent;width: 35px;height: 35px;background-color: transparent;margin-right: 20px;position: relative;font-size:16px;}/*当前li状态*/
.column1Scroll .column1Dot ul li::before{width: 12px;height: 12px;border-radius:100%;background-color: #fff;display: block;content: '';position: absolute;left:50%;top: 50%;transform: translate(-50%,-50%);}
.column1Scroll .column1Dot ul li.slick-active::after{content: '';width: 100%;height: 100%;border-radius: 50%;position: absolute;left: 0;top: 0;border-top: 4px solid #fff;-webkit-animation: spin 5s linear infinite;animation: spin 5s linear infinite;}
.column1Scroll .slick-dots li{ display: inline-block;width: 35px;height: 35px;border-radius: 50%;margin-right: 16px;vertical-align: middle;cursor: pointer;position: relative;transition: all 0.4s;-webkit-transition: all 0.4s;color: #ffffff;text-align: center;line-height: 35px;font-size: 0;font-weight: bold;background-color: none;transform: scale(1);transition:all 0.4s;}
.column1Scroll .slick-dots li.slick-active::before{transform: scale(0);}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.section2{background: url(../test/column2Bgimg.jpg) no-repeat center bottom ;}
.column2ConBox{margin:0 auto;position: relative;left:45px;top:16px;}
.column2ConBox .bgImg{background: url("../images/column2JTimg.png") no-repeat center center;height: 633px;}
.column2ConBox .column2Con{position: absolute;left: 2%;top: 29%;}
.column2ConBox .column2Con1{position: absolute;left: 42%;top: -3%;}
.column2ConBox .column2Con2{position: absolute;left: 83%;top: 28%;}
.column2ConBox .column2Con3{position: absolute;left: 69%;top: 77%;}
.column2ConBox .column2Con4{position: absolute;left: 15%;top: 77%;}
.column2ConCBox{width: 105px;height: 105px;border: 1px solid #fff;border-radius: 105px;position: relative;}
.column2ConCBox .column2Ldxx{width: 85px;height: 85px;border: 1px dashed #fff;border-radius:85px;position: absolute;left:9px;top: 9px;bottom: 9px;right: 9px;background:url("../images/column2Ldxx.png") no-repeat center center;}
.column2ConBox  .ldxx{overflow: hidden;position: absolute;top: 40px;left: -120px;}
.column2ConBox  .ldxx .text{font-size: 16px;color:#fff;height:25px; line-height: 25px;margin-right:30px;}
.column2ConBox  .ldxx em{font-style: normal;width: 10px;height: 10px;border-radius: 10px;background-color: #007a5a;float: right;display: inline;margin-top:8px;}
.column2ConCBox .column2Gsjj{width: 85px;height: 85px;border: 1px dashed #fff;border-radius:85px;position: absolute;left:9px;top: 9px;bottom: 9px;right: 9px;background:url("../images/gsjjImg.png") no-repeat center center;}
.column2ConBox .gsjj{overflow: hidden;position: absolute;top:-56px;right: -10px;}
.column2ConBox .gsjj .text{font-size: 16px;color:#fff;height:25px; line-height: 25px;margin-right:30px;}
.column2ConBox .gsjj em{font-style: normal;width: 10px;height: 10px;border-radius: 10px;background-color: #007a5a;float: right;display: inline;margin-top:8px;}
.column2ConCBox .column2Dsj{width: 85px;height: 85px;border: 1px dashed #fff;border-radius:85px;position: absolute;left:9px;top: 9px;bottom: 9px;right: 9px;background:url("../images/dsjImg.png") no-repeat center center;}
.column2ConBox .dsj{overflow: hidden;position: absolute;top:40px;left:120px;width: 100%;}
.column2ConBox .dsj .text{font-size: 16px;color:#fff;height:25px; line-height: 25px;margin-left:30px;}
.column2ConBox .dsj em{font-style: normal;width: 10px;height: 10px;border-radius: 10px;background-color: #007a5a;float: left;display: inline;margin-top:8px;}
.column2ConCBox .column2Qyry{width: 85px;height: 85px;border: 1px dashed #fff;border-radius:85px;position: absolute;left:9px;top: 9px;bottom: 9px;right: 9px;background:url("../images/qyryImg.png") no-repeat center center;}
.column2ConBox .qyry{position: absolute;top:50px;left:120px;width:100%;}
.column2ConBox .qyry .text{font-size: 16px;color:#fff;height:25px;line-height: 25px;margin-left:30px;white-space: nowrap;}
.column2ConBox .qyry em{font-style: normal;width: 10px;height: 10px;border-radius: 10px;background-color: #007a5a;float: left;display: inline;margin-top:8px;}
.column2ConCBox .column2Zzjg{width: 85px;height: 85px;border: 1px dashed #fff;border-radius:85px;position: absolute;left:9px;top: 9px;bottom: 9px;right: 9px;background:url("../images/zzjgImg.png") no-repeat center center;}
.column2ConBox .zzjg{overflow: hidden;position: absolute;top:50px;left: -120px;}
.column2ConBox .zzjg .text{font-size: 16px;color:#fff;height:25px; line-height: 25px;margin-right:30px;}
.column2ConBox .zzjg em{font-style: normal;width: 10px;height: 10px;border-radius: 10px;background-color: #007a5a;float: right;display: inline;margin-top:8px;}
.column2ConCBox:hover{background-color: #388882;border-color:#388882;}
.column2ConCBox:hover .column2Zzjg{background-color: #007a5a;border-color:#007a5a;}
.column2ConCBox:hover .column2Qyry{background-color: #007a5a;border-color:#007a5a;}
.column2ConCBox:hover .column2Dsj{background-color: #007a5a;border-color:#007a5a;}
.column2ConCBox:hover .column2Gsjj{background-color: #007a5a;border-color:#007a5a;}
.column2ConCBox:hover .column2Ldxx{background-color: #007a5a;border-color:#007a5a;}

.column2ConBox .conCText{position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);}
.column2ConBox .conCText .conCTextT{font-size: 24px;color:#fff;height: 40px;line-height: 40px;text-align: center;}
.column2ConBox .conCText .content{font-size:16px;color:#fff;height: 90px;line-height: 30px;width: 435px;overflow: hidden;text-align: center;}
.more{margin:auto;text-align: center;}
.more .moreText{height: 28px;line-height: 28px;/* float:left; */display: inline-block;vertical-align: middle;}
.more .moreText a{font-size:16px;color:#fff;display: block;text-align: center;margin-right:10px;}
.more .moreImg{height: 28px;width:28px;background: url("../images/morebaiImg.png") no-repeat center center;/* margin-top:4px; *//* overflow: hidden; */display: inline-block;vertical-align: middle;}

.inliner-bg{width: 666px;height: 666px;position: absolute;top: 50%;left: 50%;margin: -333px 0 0 -333px;z-index: 5;background-size: 100% 100%;transform: scale(1);}
.inliner-bg span{width: 100%;height: 100%;display: block;position: absolute;top: 0px;left: 41px;}
.inliner-bg span.one{background: url("../images/column2Tximg.png") no-repeat center;background-size: 100% 100%;-webkit-animation: inlinerbg 1.2s infinite linear; animation: inlinerbg 1.2s infinite linear;}

@-webkit-keyframes inlinerbg {
	0% {
	  -webkit-transform:translate(5px,-9px);
		  transform: translate(5px,-9px);
	}
	50% {
	  -webkit-transform: translate(0,0);
			  transform: translate(0,0);
	}
	100%{
		-webkit-transform:translate(5px,-9px);
		  transform: translate(5px,-9px);
	}
  }
  
  @keyframes inlinerbg {
	0% {
	  -webkit-transform:translate(5px,-9px);
		  transform: translate(5px,-9px);
	}
	50% {
	  -webkit-transform: translate(0,0);
			  transform: translate(0,0);
	}
	100%{
		-webkit-transform:translate(5px,-9px);
		  transform: translate(5px,-9px);
	}
  }
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.section3{background: url("../images/column3Bgimg.png") no-repeat center bottom;}
.column3TC::after{display: block;clear: both;content: '';visibility: hidden;}
.column3Title{float: left;display: inline;}
.column3Title .cnTitle{font-size: 30px;color: #333333;height:40px;line-height: 40px;padding-top:75px;}
.column3Title .enTitle{font-size: 28px;color: #e5e5e5;height:35px;line-height: 35px;padding-bottom:40px;text-transform:uppercase;}

.tableList {border-radius:50px;float: right;display: inline;margin-top: 88px;}
.tableList dd{float: left;display: inline;font-size:16px;color: #028260;height: 50px;line-height: 50px;padding: 0 30px;cursor: pointer;background-color: #fff;border: 1px solid #028260;border-radius:50px;}
.tableList dd:hover{background-color: #028260;font-size: 16px;color:#fff;border-radius:50px;padding: 0 30px;}
.column3Con{overflow: hidden;padding-top: 50px;}
.column3Con::after{display: block;clear: both;content: '';visibility: hidden;}
.column3Con .column3Left{float: left;display: inline; width:60%;margin-right:33px;}
.column3ConC{height: 0;overflow: hidden;}
.column3ConC.active{height: auto;overflow: visible;}
.column3Scroll{position: relative;}
.column3Scroll .bdBox{position: relative;overflow: hidden;}
.column3Scroll .bdBox::before{padding-top:52.25%;display: block;content: '';}
.column3Scroll .bd{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.column3Scroll .bd .slick-list,.column3Scroll .bd .slick-track{ height: 100%;}
.column3Scroll .bd .myslide .con{ height: 100%;}
.column3Scroll .bd .myslide .con a{ display: block;height: 100%;}
.column3Scroll .bd .myslide .con img{width: 100%;height: 100%;}
.column3Scroll .bd .myslide .con .html{ display: none;}
.column3Scroll .text{position: absolute;left: 0;bottom: 0;width: 100%;height:55px;background-color:rgba(0,0,0,0.6);}/*-webkit-  处理兼容*/
.column3Scroll .text .conTitle a{display: block;height: 55px;line-height: 55px;color: #fff;font-size: 20px;overflow: hidden;margin-left:22px;width:75.3333%;}
.column3Scroll .column3Dot{float:right;display: inline;margin-right:22px;}
.column3Scroll .column3Dot ul{font-size: 0;position: absolute;right: 0;bottom: 0;padding:22px ;}
.column3Scroll .column3Dot ul li{width: 10px;height: 10px;border-radius: 10px;background-color: #d4d4d4;display: inline-block; margin-right:7px;}
.column3Scroll .column3Dot ul li.slick-active{ background: #fff;}/*当前li状态*/

.column3Right{overflow: hidden;}
.rightList dd{background-color: #f2f2f2;margin-bottom:12px;}
.rightList dd .listCon::after{clear: both;content: '';display: block;visibility: hidden;}
.rightList dd .listCon .listL{float: left;display: inline;padding:0 20px;margin:12px 0 9px 0;}
.rightList dd .listCon .listL .text{font-size: 30px;color:#999999;height: 37px;line-height: 37px;}
.rightList dd .listCon .listL span{font-size: 14px;color:#adadad;height: 30px;line-height: 30px;}
.rightList dd .listCon .listR{overflow: hidden;padding:12px 0 9px 0;}
.rightList dd .listCon .listR a .listRTitle:hover{color: #028260;}
.rightList dd .listCon .listR .listRTitle{font-size: 16px;color:#333333;height: 37px;line-height: 37px;}
.rightList dd .listCon .listR .listRText{font-size: 14px;color:#858585;height: 30px;line-height: 30px;margin-right: 80px;}
.column3More{overflow: hidden;text-align:center;padding:33px 0 45px 0;}
.column3More a{height: 28px;line-height: 28px;display: inline-block;}
.column3More a span{font-size:16px;color:#999999;display: block;padding-right:37px;background: url("../images/column3More.png") no-repeat right center;}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.section4{background: url("../test/column4Bgimg.jpg") no-repeat center bottom;position: relative;}
.section4 .img1,.section4 .img3{position: absolute;left: 0;top: 0;height: 100%;width: 35.3645%;}
.section4 .img2,.section4 .img4{position: absolute;right: 0;top: 0;height: 100%;width: 40.5729%;}
.section4 .img3{display: none;}
.section4 .img4{display: none;}
.column4Title{text-align: center;}
.column4Title .cnTitle{font-size: 30px;color: #333333;height:40px;line-height: 40px;padding-top:90px;}
.column4Title .enTitle{font-size: 28px;color: #cccccc;height:35px;line-height: 35px;text-transform:uppercase;padding-bottom:20px;}

.column4Scroll{overflow: hidden;margin-right: -30px;}
.column4Scroll .myslide{width: 25%; float: left; display: inline;}
.column4Scroll .myslide .con{display: block;margin-right:30px;}
.column4Scroll .myslide .con .pic{overflow: hidden;}
.column4Scroll .myslide .con .pic::before{padding-top: 163.0434%;}
.column4Scroll .myslide .con .pic .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .1);}
.column4Scroll .con .conTitle .TB{height: 32px;}
.column4Scroll .con .conTitle .conText{width: 25px;font-size: 18px;color: #fff;display: block;text-align: center;}
.column4Scroll .bd .myslide .con .conMore{font-size: 16px;color:#fff;height: 100px;line-height: 25px;position: absolute;right:100px;bottom: 0;writing-mode: vertical-lr;opacity:0;transform: translateY(30px);-webkit-transform: translateY(100%);transition: all 500ms;-webkit-transition: all 500ms;}
.column4Scroll .bd .myslide .con:hover .conMore{opacity:1;transform: translateY(0);-webkit-transform: translateY(0);}
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
/* ————— 第8通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* 企业理念start */
/* 公共部分start */
.phTitle{position: relative; text-align: center;font-size: 28px;color: #007a5a;line-height: 50px;height: 50px;}
.phTitle::before{display: block;content: "";position: absolute;left: 39%;top: 50%;width: 93px;height: 3px;background: url("../images/phTitleL.png") no-repeat center center;}
.phTitle::after{display: block;content: "";position: absolute;right: 39%;top: 50%;width: 93px;height: 3px;background: url("../images/phTitleR.png") no-repeat center center;}
/* 公共部分end */
/* 第一通栏start */
.phColumn1{width: 100%;height: 476px;background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
.phColumn1C{padding: 57px 0 0}
.phColumn1C .phTitle{margin-bottom: 115px;}
.phColumn1List{position: relative;}
.phColumn1List dd{position:absolute;}
.phColumn1List dd .con{width: 135px;height: 135px; line-height: 150px;text-align: center;font-size: 24px;color: #ffffff;border-radius: 50%;font-weight: bold;}
.phColumn1List dd.dd1{left: 34%;top: 0;}
.phColumn1List dd.dd2{left: 41%;top: -45px;}
.phColumn1List dd.dd3{left: 48%;top: 15px;}
.phColumn1List dd.dd4{left: 54%;top: -59px;}
.phColumn1List dd.dd1 .con{background-color: rgba(56, 124, 213,0.6);width: 150px;height: 150px;}
.phColumn1List dd.dd2 .con{ background-color: rgba(143, 213, 166,0.6)}
.phColumn1List dd.dd3 .con{background-color: rgba(244, 103, 37,0.6);}
.phColumn1List dd.dd4 .con{background-color: rgba(225, 51, 46,0.6);}

.phColumn1List2{position: relative;}
.phColumn1List2 dd{position: absolute;}
.phColumn1List2 dd .con{width: 25px;height: 25px;border-radius: 50%;}
.phColumn1List2 dd.dd1{left: 30%;top: -36px;}
.phColumn1List2 dd.dd2{left: 33%;top: 103px;}
.phColumn1List2 dd.dd3{left: 42%;top: 130px;}
.phColumn1List2 dd.dd4{left: 50%;top: -29px;}
.phColumn1List2 dd.dd5{left: 58%;top: 120px;}
.phColumn1List2 dd.dd1 .con{ background-color: rgb(144, 167, 190,0.1);width: 20px;height: 20px;}
.phColumn1List2 dd.dd2 .con{ background-color: rgb(144, 167, 190,0.1);}
.phColumn1List2 dd.dd3 .con{ background-color: rgb(108, 129, 149,0.2);width: 47px;height: 47px;}
.phColumn1List2 dd.dd4 .con{ background-color: rgb(144, 167, 190,0.1);}
.phColumn1List2 dd.dd5 .con{ background-color: rgb(108, 129, 149,0.2);width: 37px;height: 37px;}
/* 第一通栏end */
/* 第二通栏satrt */
.phColumn2{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.phColumn2C{padding: 60px 0 75px;}
.phColumn2C .phTitle{margin-bottom: 42px;color: #fff;}
.phColumn2C .phTitle::before{display: block;content: "";position: absolute;left: 39%;top: 50%;width: 93px;height: 3px;background: url("../images/phTitleL1.png") no-repeat center center;}
.phColumn2C .phTitle::after{display: block;content: "";position: absolute;right: 39%;top: 50%;width: 93px;height: 3px;background: url("../images/phTitleR1.png") no-repeat center center;}
.phColumn2C .text .title{font-size: 40px;line-height: 70px;color: #fff;width: 47.8%;margin: 0 auto;}
.phColumn2C .text .title .span1{display: block;text-align: right;position: relative;}
.phColumn2C .text .title .span1::after{display: block;content: "";width: 20px;height: 15px;position: absolute;right: -30px;top: 0;background: url("../images/douhao2.png") no-repeat center center;}
.phColumn2C .text .title .span2{display: block;position: relative;}
.phColumn2C .text .title .span2::before{display: block;content: "";width: 20px;height: 15px;position: absolute;left: -30px;top: 0;background: url("../images/douhao1.png") no-repeat center center;}
/* 第二通栏end */
/* 第三通栏start */
.phColumn3{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
.phColumn3C{padding: 60px 0 55px;}
.phColumn3C .phTitle{margin-bottom: 33px;}
.phColumn3CList{margin-right: -295px;}
.phColumn3CList dd{float: left;display: inline;width: 50%;margin-bottom: 190px;}
.phColumn3CList dd.dd3,.phColumn3CList dd.dd4{margin-bottom: 0;}
.phColumn3CList dd .con{margin-right: 295px;padding-right: 75px;}
.phColumn3CList dd.dd2 .con,.phColumn3CList dd.dd4 .con{padding-left: 75px;padding-right: 0;}
.phColumn3CList dd .con .text .title{text-align: left;font-size: 26px;color: #333;line-height: 45px;height: 45px;overflow: hidden;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 2px solid #71b2a0;}
.phColumn3CList dd.dd2 .con .text .title,.phColumn3CList dd.dd4 .con .text .title{padding-left: 45px;}
.phColumn3CList dd .con .text{position: relative;}
.phColumn3CList dd .con .text::after{display: block;content: "";right: -84px;top: 95px;width: 100px;height: 2px;background-color: rgb(0 122 90 / 57%);position: absolute;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.phColumn3CList dd.dd2 .con .text::after{display: block;content: "";left: -84px;top: 95px;width: 100px;height: 2px;background-color: rgb(0 122 90 / 57%);position: absolute;transform: rotate(135deg);-webkit-transform: rotate(135deg);}
.phColumn3CList dd.dd3 .con .text::after{display: block;content: "";right: -84px;top: 15px;width: 100px;height: 2px;background-color: rgb(0 122 90 / 57%);position: absolute;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.phColumn3CList dd.dd4 .con .text::after{display: block;content: "";left: -84px;top: 15px;width: 100px;height: 2px;background-color: rgb(0 122 90 / 57%);position: absolute;transform: rotate(-135deg);-webkit-transform: rotate(-135deg);}

.phColumn3CList dd.dd2 .con .text::before,.phColumn3CList dd.dd4 .con .text::before{left: 0;}
.phColumn3CList dd .con .text::before{display: block;content: "";right: 0;top: 50px;width: 12px;height: 12px;border-radius: 50%;background-color: #007a5a;position: absolute;}
.phColumn3CList dd .con .text .info{text-align: justify;font-size: 16px;color: #666;line-height: 45px;overflow: hidden;padding: 0 60px 0 130px;}
.phColumn3CList dt{width: 295px;height: 250px;position: relative;top: 140px;left: 50%;margin-left: -290px;background: url("../images/phColumn3Icon.png") no-repeat center center;}
.phColumn3CList dt .text{position: absolute;left: 30%;top: 40px;line-height: 35px;height: 35px;overflow: hidden;font-size: 30px;color: #fff;font-weight: bold;}
/* 第三通栏end */
/* 第四通栏start */
.phColumn4{width: 100%;background-color: #eef5f8;}
.phColumn4C{padding: 55px 0 70px;}
.phColumn4C .phTitle{margin-bottom: 55px;}
.phColumn4C .phTitle::before{left: 38%;}
.phColumn4C .phTitle::after{right: 38%;}
.phColumn4CList{margin-right: -30px;}
.phColumn4CList dd{float: left;display: inline;width: 25%;}
.phColumn4CList dd a{display: block;text-align: center;margin-right: 30px;padding: 25px 0;transition: all 0.5s;-webkit-transition: all 0.5s;}
.phColumn4CList dd a .icon{width: 75px;height: 75px;margin: 0 auto;background-position: center center;background-repeat: no-repeat;transition: all 0.5s;-webkit-transition: all 0.5s;}
.phColumn4CList dd.dd1 a {background-color: #5e64a1;}
.phColumn4CList dd.dd2 a {background-color: #46bb60;}
.phColumn4CList dd.dd3 a {background-color: #e9ba18;}
.phColumn4CList dd.dd4 a {background-color: #209ada;}
.phColumn4CList dd.dd1 a .icon{background-image: url("../images/phColumn4Icon1.png");}
.phColumn4CList dd.dd2 a .icon{background-image: url("../images/phColumn4Icon2.png");}
.phColumn4CList dd.dd3 a .icon{background-image: url("../images/phColumn4Icon3.png");}
.phColumn4CList dd.dd4 a .icon{background-image: url("../images/phColumn4Icon4.png");}
.phColumn4CList dd a .cnTitle{font-size: 18px;line-height: 40px;height: 40px;color: #fff;overflow: hidden;}
.phColumn4CList dd a .enTitle{font-size: 20px;line-height: 35px;height: 35px;color: #fff;overflow: hidden;}
.phColumn4CList dd:hover a{background-color: rgba(0, 0, 0, 0.5);}
.phColumn4CList dd:hover a .icon{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
/* 第四通栏end */
/* 第五通栏start */
.phColumn5{width: 100%;background-color: #fafafa;overflow: hidden;}
.phColumn5C{padding: 60px 0 70px;}
.phColumn5C .phTitle{margin-bottom: 60px;}
.phColumn5C .phTitle::before{left: 37%;}
.phColumn5C .phTitle::after{right: 37%;}
.phColumn5CList{margin-right: -30px;height:315px;}
.phColumn5CList dd{width: 16.6667%;height: 245px;float: left;display: inline;}
.phColumn5CList dd a{display: block;margin-right: 30px;background-color: #b3b3b3;color:#fff; height: 100%;position: relative;padding:20px 0;}
/* .phColumn5CList dd a::before{display: block;content: "";position: absolute;right: 13px;top: 35px;width: 40px;height: 2px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);background-color: #007a5a;}
.phColumn5CList dd a::after{display: block;content: "";position: absolute;left: 10px;bottom: 25px;width: 40px;height: 2px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);background-color: #007a5a;} */
.phColumn5CList dd.even a{margin-top: 80px;}
.phColumn5CList dd a .text {text-align: center;}
.phColumn5CList dd a .text .title{font-size: 16px;color:#fff;line-height: 30px;height: 30px;overflow: hidden;}
.phColumn5CList dd a .text .info{font-size: 14px;color:#fff;line-height: 25px;min-height: 25px;overflow: hidden;padding:0 10px;}
.phColumn5Con .textC{overflow: hidden;font-size: 16px;color: #333333;overflow: hidden;}
.phColumn5Con .textC p{height: 90px;overflow: hidden;line-height: 30px;}

.phColumn5CList dd.hover a{background-color: #007a5a;}
.phColumn5CList dd:hover a{background-color: #007a5a;}
.phColumn5CList dd:hover a .text.title{color: #fff;}
.phColumn5CList dd:hover a .text.info{color: #fff;}
.phColumn5CList dd:hover a::after{background-color: #fff;}
.phColumn5CList dd:hover a::before{background-color: #fff;}
/* 第五通栏end */
/* 企业理念end */
/* 创新发展start */
/* 第一通栏start */
/* 第一通栏end */
.developColumn1{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.developColumn1C{padding: 75px 40px 85px;}
.developColumn1C .phTitle{margin-bottom: 95px;}
.developC1Con .img1{height: 395px;float: left;display: inline;margin-right: 150px;}
.developC1Con .img1 img{width: 100%;height: 100%;}
.developC1Con .text{overflow: hidden;text-align: center;}
.developC1Con .text p{line-height: 30px;height: 90px;overflow: hidden;font-size: 16px;color: #666666;}
.developC1Con .text .icon1{height: 30px;background: url("../images/developColumn1Icon.png") no-repeat center center;padding: 20px 0;}
/* 第二通栏start */
.developColumn2{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
.developColumn2C{padding: 100px 0px 215px;}
.developColumn2C .phTitle{margin-bottom: 40px;color: #fff;}
.developColumn2C .phTitle::before{display: block;content: "";position: absolute;left: 39%;top: 50%;width: 93px;height: 3px;background: url("../images/phTitleL1.png") no-repeat center center;}
.developColumn2C .phTitle::after{display: block;content: "";position: absolute;right: 39%;top: 50%;width: 93px;height: 3px;background: url("../images/phTitleR1.png") no-repeat center center;}
.developColumn2C .text{margin-bottom: 85px;}
.developColumn2C .text .title{text-align: center;font-size: 22px;color: #ffffff;line-height: 55px;height: 55px;overflow: hidden;}
.developColumn2C .text .info{text-align: center;padding: 0 180px;font-size: 16px;color: #ffffff;line-height: 30px;height: 60px;}
.developC2Scroll{position: relative;}
.developC2Scroll .bd{ overflow: hidden;padding: 15px 0 0;}
.developC2Scroll .slick-list{ overflow: visible; margin-right: -30px; }
.developC2Scroll .myslide{float: left; display: inline;}
.developC2Scroll .con{display: block; margin-right: 30px;height: 325px;background: url("../images/developColumn2Icon.png") no-repeat center center;padding: 0 40px;box-sizing: border-box;-webkit-box-sizing: border-box;transition: all 0.3s;-webkit-transition: all 0.3s;transform: translate(0,0px);-webkit-transform: translate(0,0px);}
.developC2Scroll .con .num{text-align: center;width: 60px;height: 60px;border-radius: 50%;line-height: 60px;overflow: hidden;font-size: 24px;font-weight: bold;color: #fff;background-color: #007a5a;border:10px solid #f2f2f2;margin: 0 auto 35px;}
.developC2Scroll .con .textC .info{line-height: 30px;height: 90px;overflow: hidden;font-size: 16px;color: #333333;text-align: center;transition: all 0.3s;-webkit-transition: all 0.3s;}
.developC2Scroll .prev{ display:block; width: 45px; height: 45px; cursor: pointer; background:url(../images/prev2.png) no-repeat center center; position: absolute; left: 45%; bottom:-110px; z-index: 1;border-radius: 50%;border: 1px solid #312a19;transition: all 0.3s;-webkit-transition: all 0.3s;}
.developC2Scroll .next{ display:block; width: 45px; height: 45px; cursor: pointer; background: url(../images/next2.png) no-repeat center center; position: absolute; right:45%; bottom: -110px; z-index: 1;border-radius: 50%;border: 1px solid #312a19;transition: all 0.3s;-webkit-transition: all 0.3s;}
.developC2Scroll .prev:hover{ background: #fff url(../images/prev2H.png) no-repeat center center;}
.developC2Scroll .next:hover{ background: #fff url(../images/next2H.png) no-repeat center center;}
.developC2Scroll .con:hover{transform: translate(0,-15px);-webkit-transform: translate(0,-15px);}
.developC2Scroll .con:hover .textC .info{color: #007a5a;}
.developC2Scroll .con:hover .num{ animation: dsp 1s linear infinite;}
@keyframes dsp {
    0% {
        opacity:0;
        transform: scale(1);
    }
    50% {
        opacity:1;
        transform: scale(1.1);
    }
    100% {
        opacity:0;
        transform: scale(1.2);
    }
}
/* 第二通栏end */
/* 第三通栏start */
.developColumn3{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.developColumn3C{padding: 85px 0px 80px;}
.developColumn3C .phTitle{margin-bottom: 85px;}
.developC3List{margin-right: -30px;margin-bottom: -30px;}
.developC3List dd{float: left;display: inline;width: 50%;margin-bottom: 30px;transition: all 300ms;-webkit-transition: all 300ms;}
.developC3List dd .con{display: block;margin-right: 30px;background-color: #f2f2f2;border-radius: 10px;padding: 0 20px;}
.developC3List dd .con .btn{margin-top: 35px;margin-left: 40px;}
.developC3List dd .con .btn a{display: block;line-height: 30px;height: 30px;overflow: hidden;padding: 0 10px;background: #007a5a;font-size: 14px;color: #ffffff;text-align: center;border-radius: 5px;}
.developC3List dd .con .text{line-height: 100px;height: 100px;overflow: hidden;color: #333333;}
.developC3List dd .con .text .span1{font-size: 18px;margin-right: 60px;}
.developC3List dd .con .text .span2{font-size: 14px;}
.developC3List dd:hover{transform: translateY(-10px);}
.developC3List dd:hover .con{box-shadow:5px 5px 10px rgba(0,0,0,.2);}

/* 第三通栏end */
/* 创新发展end */
/* 产品服务start */
/* 第一通栏start */
.serviceColumn1{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.serviceC1C{padding: 75px 0px 80px;}
.serviceC1C .phTitle{margin-bottom: 95px;}
.serviceC1Con .pic{margin-right: 80px;float: left;display: inline;width: 600px;}
.serviceC1Con .pic::before{padding-top: 66.6666%;}
.serviceC1Con .pic img{border-radius: 10px;}
.serviceC1Con .text{overflow: hidden;padding-top: 70px;}
.serviceC1Con .text .title{font-size: 24px;color: #007a5a;line-height: 40px;height: 40px;overflow: hidden;margin-bottom: 30px;}
.serviceC1Con .text .info{line-height: 30px;}
.serviceC1Con .text .info p{font-size: 16px;color: #666666;}
/* 第一通栏end */
/* 第二通栏start */
.serviceColumn2{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.serviceC2C{padding: 85px 0px 95px;}
.serviceC2C .phTitle{margin-bottom: 105px;}
.serviceC2CList dd{float: left;display: inline;width: 33.3333%;position: relative;}
.serviceC2CList dd .con{display: block;margin-right: 20px;height: 400px;padding: 0 120px;box-sizing: border-box;-webkit-box-sizing: border-box;z-index:1;position: relative;}
.serviceC2CList dd .con .num{text-align: center;font-size: 30px;color: #ffffff;line-height: 40px;height: 40px;overflow: hidden;margin-bottom: 25px;}
.serviceC2CList dd .con .info{text-align: center;font-size: 14px;color: #ffffff;line-height: 30px;height: 180px;overflow: hidden;}
.serviceC2CList dd .bg{position: absolute;width: 100%;height: 100%;background: url("../images/serviceColumn2Icon.png") no-repeat center center;left: 0;top: 0;animation: retate360 10s linear infinite;-webkit-animation: retate360 10s linear infinite;-ms-animation-play-state:paused;animation-play-state:paused;}
.serviceC2CList dd:hover .bg{-ms-animation-play-state:running;animation-play-state:running;}

@keyframes retate360
{
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
 
@-webkit-keyframes retate360 /* Safari 与 Chrome */
{
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
/* 第二通栏end */
/* ========== 频道页 end ========== */
.fwrx img{width:300px;height:180px;margin-left:70%}