
/* ========== 外层框架 start ========== */
/* ————— 头部 start ————— */
.animHide{opacity: 0;}
.top{background-color: #fff;position: fixed;top: 0;width: 100%;height: 86px;left: 0;z-index: 999;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);}
/* logo start */
.logo{padding:15px 0;}
.logo img{height: 50px;}
.footerBox{padding-top: 0 !important;}
/* logo end */
/* 导航 start */
.topBox{height: 86px;}
.topwrap{width: 1820px;margin: 0 auto;}
.top .bg {position: absolute;top: 80px;left: 0;width: 100%;height: 0;background: rgb(255, 255, 255, 0.7);-webkit-transition: all .4s linear;display: block;}
.menuDl dd{float: left;display: inline;position: relative;margin-right: 45px;}
.menuDl dd .yjMenu{position: relative;z-index: 9;}
.menuDl dd .yjMenu a{display: block;line-height: 86px;text-align: center;color: #131313;font-size: 16px;transition: 0.4s;}
.menuDl dd.hover .yjMenu a{color: #0068b7;font-weight: bold;background-image:-webkit-linear-gradient(top,rgb(0,116,179) 0%, rgb(0,154,137) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.menuDl dd .ej {overflow: hidden;position: absolute;top: 86px;height: 0;line-height: 50px;white-space: nowrap;transition: all .3s ease-in;-webkit-transition: all .3s ease-in;}
.menuDl dd .ej.open {height: 50px;}
.menuDl dd .ej li {display: inline-block;margin-right: 30px;line-height: 50px;text-align: center;}
.menuDl dd .ej li:last-child {margin-right: 0;}
.menuDl dd .ej li a {font-size: 14px;color: #333;}
.menuDl dd .ej li a:hover {color: #0068b7;}
.menuDl .huaKRed {position: absolute;height: 2px;background: linear-gradient( to bottom, rgb(0,116,179) 0%, rgb(0,154,137) 100%);bottom: 0;-webkit-transition: all .4s ease-in;}
.searchCon{width: 40px;height: 40px;border-radius: 50%;background: #cce7ec;position: relative;display: inline-block;vertical-align: middle;top: 25px;cursor: pointer;}
.searchCon .search{display: block;width: 30px;height: 30px;border-radius: 50%;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);background: linear-gradient( to top, rgb(0,116,179) 0%, rgb(0,154,137) 100%);z-index: 2;}
.searchCon:after {width: 50px;height: 50px;box-sizing: border-box;content: '';display: block;position: absolute;top: 50%;left: 50%;z-index: 1;-webkit-transform: translate(-50%,-50%);border: 4px solid #cce7ec;border-radius: 50%;-webkit-animation-duration: 1.2s;animation-duration: 1.2s;-webkit-animation-name: menu_circle;animation-name: menu_circle;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.searchCon .search::before{display: block;content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(404.png) no-repeat center;}
@keyframes menu_circle {0% {opacity: 1;-webkit-transform:  translate(-50%,-50%)scale(1);transform:  translate(-50%,-50%)scale(1);}80% {-webkit-transform:  translate(-50%,-50%)scale(1.6);transform:  translate(-50%,-50%)scale(1.6);}100% {opacity: 0;-webkit-transform:  translate(-50%,-50%)scale(1.6);transform:  translate(-50%,-50%)scale(1.6);}}
.model.show::before {animation: menu-animation .8s ease-out forwards;transform: scale(2) translateY(0);}
.model.show {display: block;}
.model {position: fixed;top: 0;left: 0;z-index: 10600;display: none;width: 100%;height: 100%;overflow: hidden;outline: 0;}
.model span {display: inline-block;width: 50px;height: 50px;line-height: 50px;position: absolute;top: 30px;right: 30px;cursor: pointer;font-size: 72px;text-align: center;overflow: hidden;color: #fff;z-index: 10;}
.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;background: #fff;border-radius: 5px;position: absolute;top: 50%;left: 50%;z-index: 9;margin: -30px 0 0 -300px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;;}
.searchPWBox input {display: block;float: left;width: 530px;height: 60px;background: none;border: none;line-height: 60px;color: #333;font-size: 16px;margin-left: 10px;}
.searchPWBox input::placeholder {color: #999;font-size: 16px;}
.searchPWBox input::-webkit-placeholder {color: #999;font-size: 16px;}
.searchPWBox a {float: left;display: inline;width: 60px;height: 60px;background: #0068b7 url(404.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
	}
}
.top .btn{width: 30px;height: 15px;margin-left: 35px;position: relative;top: 37px;background: url(404.png) no-repeat center;}
/* 导航 end */
/* ————— 头部 end ————— */
/* ————— 底部 start ————— */
.footer{position: relative;padding-bottom: 40px;overflow: hidden;}
.footer .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #0074b3;}
.footerT{height: 80px;line-height: 80px;border-bottom: 1px solid rgba(255,255,255,0.2);margin-bottom: 28px;}
.footerT .info{font-size: 14px;color: rgba(255,255,255,0.2);}
.footerT .info span{color: #fff;}
.footerT .info a{display: inline-block;margin:  0 14px;font-size: 14px;color: #fff;}
.footerT .info a:hover{opacity: 0.8;}
.footerTel{margin-top: 20px;margin-left: 48px;}
.footerTel .title{font-size: 18px;line-height: 18px;height: 18px;color: #ffffff;margin-bottom: 15px;}
.footerTel .info{font-size: 30px;line-height: 30px;height: 30px;color: #ffffff;font-weight: bold;}
.footerTel .info img{display: block;height: 25px;}
.footerImg{overflow: hidden;}
.footerImg dd{margin-left: 50px;float: left;display: inline;}
.footerImg dd img{display: block;width: 93px;height: 93px;margin-bottom: 10px;border-radius: 5px;}
.footerImg dd{font-size: 14px;color: #fff;display: block;text-align: center;}
.footerBlank{overflow: hidden;padding-top: 25px;line-height: 34px;color: #fff;font-size: 14px;}
.footerBlank a{font-size: 14px;color: #fff;}
.footerBlank a:hover{opacity: 0.8;}
/* 备案信息 start */
.ftArchival .footerBan{background: url(404.png) no-repeat center left 6px;padding-left: 30px;}
.ftArchival .footerCnzz{background: url(../image/cnzzIcn.gif) no-repeat center right;padding-right: 55px;}
/* 备案信息 end */

/* ————— 底部 end ————— */
/* ========== 外层框架 end ========== */
/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{padding-top: 15.625%;clear: both;width: 100%;background-position: center center;background-repeat: no-repeat;background-size:cover;position:relative;}
.subBanner .subB{position: absolute;left: 0;bottom: 0;height: 220px;width: 100%;padding-top: 130px;transition: all .3s linear;background: url(404.png)no-repeat top 10px left -20px}
.subBanner .subB .title{font-size: 16px;color: #fff;height: 18px;line-height: 18px;overflow: hidden;margin-bottom: 14px;font-weight: bold;}
.subBanner .subB .info{font-size: 18px;line-height: 18px;height: 18px;overflow: hidden;color: #fff;font-style: italic;opacity: 0.5;}
.subBanner:hover .subB{background: url(404.png) no-repeat top -4px left;}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 60px;background: #fff;box-shadow:0 3px 5px #dcdcdc;}
.location{height: 60px;overflow: hidden;padding-left: 33px;background-position: left center;background-repeat: no-repeat;background-image: url(../image/home.png);}
.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(../image/icon8.png);color: #a3a3a3;font-size: 14px;}
.location a:hover{color:#0078af}
.location a.hover{color:#0078af}
.subNav{margin-right:-15px;}
.subNav a{display: inline;float: left;line-height: 60px;height:57px;color: #666666;font-size: 14px;padding:0 14px;}
.subNav a.hover{color: #0078af}
.subNav a:hover{color: #0078af}
/* ————— 当前位置 end ————— */
/* ————— 页码 start ————— */
/*页码开始*/
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#666666;background: #fff; margin: 0 3px;border: 1px solid #f1f1f1;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background-image: -moz-linear-gradient( 90deg, rgb(0,116,179) 0%, rgb(0,154,137) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(0,116,179) 0%, rgb(0,154,137) 100%);background-image: -ms-linear-gradient( 90deg, rgb(0,116,179) 0%, rgb(0,154,137) 100%);color: #fff;}.page a.hover{background-image: -moz-linear-gradient( 90deg, rgb(0,116,179) 0%, rgb(0,154,137) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(0,116,179) 0%, rgb(0,154,137) 100%);background-image: -ms-linear-gradient( 90deg, rgb(0,116,179) 0%, rgb(0,154,137) 100%);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;}
.page a.firstPage div{background-image: url(../image/firstPage.png)}
.page a.prevPage div{background-image: url(../image/prevPage.png)}
.page a.nextPage div{background-image: url(../image/nextPage.png)}
.page a.lastPage div{background-image: url(../image/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../image/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(404.png)}
.page a.nextPage:hover div{background-image: url(404.png)}
.page a.lastPage:hover div{background-image: url(../image/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(../image/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../image/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../image/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../image/lastPage.png)}
/*页码结束*/
/* ————— indexBanner start ————— */
.indexBanner{position: relative;padding-top: 43.5937%;}
.indexBanner .wrap{position: absolute;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);top: 0;height: 100%;z-index: 2;}
.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: 40px;left: 0;width: 100%;text-align: center;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;width: 50px;height: 3px;margin: 0 7px;vertical-align: middle;cursor: pointer;position: relative;background: #fff;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.indexBanner .slick-dots li::before{display: block;content: "";position: absolute;left: 0;top: 0;height: 3px;background: #0073b3;width: 0;}
.indexBanner .slick-dots li.slick-active::before{animation: 6.5s jindu linear;}
.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: 0;top: 50%;transform: translateY(-50%); font-size: 0;text-align: center;}
.indexBanner .img .imgItem img{overflow: hidden; display: inline-block; visibility: hidden;}
.indexBanner .img .imgItem img.show{visibility: visible;}
.indexBanner .img .imgItem {white-space: nowrap;}
@keyframes jindu{from{width: 0;}to{width: 100%;}}
/* ————— indexBanner end ————— */
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexMore{display: block;font-size: 14px;color: #454545 !important;line-height: 14px;height: 14px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.indexMore:hover{color: #ea5404 !important;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1{padding: 80px 0;}
.col1btn{margin-right: -10px;margin-bottom: 80px;}
.col1btn dd{width: 20%;float: left;display: inline;}
.col1btn dd .con{display: block;margin-right: 10px;border-radius: 10px;overflow: hidden;height: 110px;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 35px 25px;position: relative;background: #6293ee;top: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col1btn dd .con::before{display: block;content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../image/col1icn1.png) no-repeat right bottom / auto 65px;opacity: 0.1;}
.col1btn dd .con .icn{margin-right: 15px;position: relative;z-index: 2;}
.col1btn dd .con .icn img{height: 43px;display: block;}
.col1btn dd .con .text{overflow: hidden;position: relative;z-index: 2;}
.col1btn dd .con .text .title{font-size: 18px;color: #fff;line-height: 18px;overflow: hidden;height: 18px;margin-bottom: 5px;}
.col1btn dd .con .text .titlec{font-size: 14px;color: #fff;line-height: 18px;overflow: hidden;height: 36px;}
.col1btn dd.dd2 .con::before{background: url(../image/col1icn2.png) no-repeat right -10px bottom -10px / auto 65px;}
.col1btn dd.dd3 .con::before{background: url(../image/col1icn3.png) no-repeat right -4px bottom -4px / auto 65px;}
.col1btn dd.dd4 .con::before{background: url(../image/col1icn4.png) no-repeat right -8px bottom -8px / auto 65px;}
.col1btn dd.dd5 .con::before{background: url(../image/col1icn5.png) no-repeat right -8px bottom -8px / auto 65px;}
.col1btn dd.dd2 .con{background:#ee7636}
.col1btn dd.dd3 .con{background:#28a967}
.col1btn dd.dd4 .con{background:#f3ce8c}
.col1btn dd.dd5 .con{background:#5db5ba}
.col1btn dd .con:hover{top: -10px;}
.col1Slick{width: 700px;margin-right: 40px;position: relative;}
.col1Slick .pic::before{padding-top: 60%;}
.col1Slick .newText{position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;line-height: 50px;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;background: rgba(0,0,0,0.5);}
.col1Slick .newDots{margin-left: 20px;}
.col1Slick .newDots li{width: 9px;height: 9px;margin: 0 4px;background: #fff;border-radius: 50%;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;display: inline-block;cursor: pointer;}
.col1Slick .newDots li.slick-active{background: #ea5404;}
.col1Slick .newText .text{overflow: hidden;}
.col1Slick .newText .text a{font-size: 16px;color: #fff;}
.col1R{overflow: hidden;}
.col1RT{border-bottom: 1px solid #ebebeb;margin-bottom: 11px;}
.col1tab a{display: inline-block;margin-right: 65px;padding-bottom: 15px;font-size: 18px;color: #131313;line-height: 18px;position: relative;}
.col1tab a::before{display: block;content: "";position: absolute;bottom: -1px;height: 2px;width: 100%;background: #ea5404;opacity: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col1tab a.hover{color: #ea5404;}
.col1tab a.hover::before{opacity: 1;}
.col1tabMore{margin-top: 5px;}
.col1Dl dd{padding: 12px 0;border-bottom: 1px dashed #ebebeb;}
.col1Dl dd .title{height: 16px;margin-bottom: 20px;line-height: 16px;}
.col1Dl dd .title a{font-size: 16px;color: #333;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col1Dl dd .text{overflow: hidden;}
.col1Dl dd .text .time{font-size: 14px;color: #999999;line-height: 14px;height: 14px;}
.col1Dl dd .text .info{font-size: 14px;color: #999999;line-height: 14px;height: 14px;overflow: hidden;}
.col1Dl dd:hover .title a{color: #ea5404;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2{background: url(../image/col2bg.jpg) no-repeat center / cover;padding: 68px 0;}
.col2Con{background: rgba(255,255,255,0.95);padding: 55px 40px 40px 40px;}
.col2T{border-bottom: 1px solid #2f9eae;margin-bottom: 25px;height: 55px;}
.col2tab a{display: inline-block;margin-right: 35px;font-size: 18px;height: 55px;line-height: 18px;color: #333333;position: relative;padding: 0 9px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;opacity: 0.75;}
.col2tab a::before{display: block;content: "";position: absolute;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);width: 0;height: 11px;background: url(../image/col2hover.png) no-repeat center;bottom: -1px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2tab a.hover{opacity: 1;font-size: 24px;line-height: 24px;}
.col2tab a.hover::before{width: 100%;}
.col2Dl{overflow: hidden;}
.col2Dl dd{margin-bottom: 20px;float: left;display: inline;width: 16.6666%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.col2Dl dd .con{display: block;border: 1px solid #d6e9f2;margin-left: -1px;height: 100px;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 14px 20px 0 20px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;s}
.col2Dl dd .con .icn{position: relative;height: 27px;margin-bottom: 12px;}
.col2Dl dd .con .icn .bg1{position: absolute;left: 0;width: 100%;left: 0;height: 100%;opacity: 1;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;s}
.col2Dl dd .con .icn .bg2{position: absolute;left: 0;width: 100%;left: 0;height: 100%;opacity: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;s}
.col2Dl dd .con .title{font-size: 16px;line-height: 16px;height: 16px;color: #333333;margin-bottom: 9px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2Dl dd .con .titlec{font-size: 12px;line-height: 12px;height: 12px;color: #999999;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2Dl dd .con:hover {background: #ea5404;}
.col2Dl dd .con:hover .icn .bg1{opacity: 0;}
.col2Dl dd .con:hover .icn .bg2{opacity: 1;}
.col2Dl dd .con:hover .title{color: #fff;}
.col2Dl dd .con:hover .titlec{color: #fff;}
.col2Dl dd.dd1{border-left: 1px solid #d6e9f2;}
.col2Dl dd.dd7{border-left: 1px solid #d6e9f2;}
.col2Dl dd.dd13{border-left: 1px solid #d6e9f2;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3{padding: 65px 0 87px;background: url(../image/col3bg.jpg) no-repeat center / cover;position: relative;}
.column3::before{display: block;content: "";left: 0;width: 100%;bottom: 110px;height: 1px;background: #ebebeb;position: absolute;}
.column3 .wrap{position: relative;z-index: 2s;}
.col3tab{margin-bottom: 25px;}
.col3tab a{display: inline-block;margin-right: 25px;padding-bottom: 28px;font-size: 24px;line-height: 24px;color: #131313;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;position: relative;}
.col3tab a::before{display: block;content: "";position: absolute;left: 50%;bottom: 0;width: 0;height: 7px;background: url(../image/col2hover.png) no-repeat center / 100% 100%;transform: translateX(-50%);-webkit-transform: translateX(-50%);transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3tab a.hover{color: #ea5404;}
.col3tab a.hover::before{width: 56px;}
.col3tabC{position: relative;overflow: hidden;}
.col3Slick{position: absolute;left: 0;top: 0;opacity: 0;z-index: -1;visibility: hidden;width: 100%;padding-bottom: 12px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3Slick.active{opacity: 1;z-index: 2;visibility: visible;}
.col3Slick .prev {display: block;width: 44px;height: 44px;cursor: pointer;background: #fff url(../image/col3prev.png) no-repeat center ;position: absolute;left: 0;bottom: 0;display: none;z-index: 1;border: 1px solid #ebebeb;border-radius: 50%;}
.col3Slick .next {display: block;width: 44px;height: 44px;cursor: pointer;background: #fff url(../image/col3next.png) no-repeat center ;position: absolute;right: 0;bottom: 0;z-index: 1;display: none;border: 1px solid #ebebeb;border-radius: 50%;}
.col3Slick .prev:hover{background: #0f75ad url(../image/col3prevon.png) no-repeat center;border-color: #0f75ad;}
.col3Slick .next:hover{background: #0f75ad url(../image/col3nexton.png) no-repeat center;border-color: #0f75ad;}
.col3Slick .bd {overflow: hidden;}
.col3Slick .slick-list {overflow: visible;margin:0 -33px;}
.col3Slick .myslide {float: left;display: inline;}
.col3Slick .slickCon {display: block;margin:0 33px;}
.col3Slick .pic::before{padding-top: 133.3333%;}
.col3Slick .text{background: #fff;padding: 18px;text-align: center;margin-bottom: 40px;}
.col3Slick .text .title{font-size: 16px;line-height: 16px;height: 16px;color: #131313;margin-bottom: 15px;}
.col3Slick .text .titlec{font-size: 14px;line-height: 14px;height: 14px;color: #131313;}
.col3Slick em{width: 23px;height: 23px;margin: 0 auto;background: url(../image/col3icn.png) no-repeat center;display: block;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4{padding: 80px 0;background: url(../image/col4bg.jpg) no-repeat center / cover;}
.col4title{font-size: 30px;color: #333333;line-height: 30px;height: 30px;margin-bottom: 20px;}
.col4titlec{font-size: 22px;color: #333333;line-height: 22px;height: 22px;margin-bottom: 50px;opacity: 0.5;}
.col4Dl{margin-right: -25px;overflow: hidden;}
.col4Dl dd{float: left;display: inline;width: 33.3333%;}
.col4Dl dd .con{margin-right: 25px;}
.col4Dl dd .con .pic::before{padding-top: 60%;}
.col4Dl dd .con .text{padding: 30px 20px 0;background: #fff;height: 320px;overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;}
.col4Dl dd .con .text .info{overflow: hidden;padding-right: 10px;margin-bottom: 5spx;}
.col4Dl dd .con .text .info .title{font-size: 24px;line-height: 24px;height: 24px;color: #131313;margin-bottom: 15px;}
.col4Dl dd .con .text .info .titlec{font-size: 16px;line-height: 16px;height: 16px;color: #131313;opacity: 0.4;}
.col4Dl dd .con ul li{height: 55px;line-height: 55px;border-bottom: 1px solid #ebebeb;}
.col4Dl dd .con ul li a{font-size: 15px;color: #333333;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4Dl dd .con ul li:last-child{border-bottom: none;}
.column4 .more{margin-top: 15px;}
.col4Dl dd .con ul li a:hover{color: #ea5404;}
/* ————— 第4通栏 end ————— */
/* ========== 首页 end ========== */