@charset "utf-8";
/* CSS Document */
/* 首页 */
.ind-tit{font-size:20px;color:#333;text-align: center;font-weight: bold;position: relative;padding-bottom:20px;font-family:'思源黑体','Source Han Sans',"Microsoft yahei";}
.ind-tit:after{content:"";position:absolute;left:50%;bottom:0px;width:26px;height:4px;background:#9E6538;margin-left:-13px;}

/* 介绍 */
.ind_bgt{background:url("../images/bg/ind_bg2.jpg") no-repeat center / cover;height:220px;line-height:220px;text-align:center;font-size:36px;color:#fff;}
.pub_crumbs{overflow: hidden;border-bottom:1px solid #eee;}
.pub_crumbs a{height:70px;line-height:70px;font-size:16px;color:#666;display:block;float:left;margin:0px 25px;position: relative;}
.pub_crumbs a:first-child{padding-left:0px;margin-left:0px;}
.pub_crumbs a:first-child:after{display:none;}
.pub_crumbs a:after{position: absolute;left:-30px;top:50%;margin-top:-7px;width:1px;height:14px;background:#eee;content:"";}
.pub_crumbs a:hover,.pub_crumbs a.cur{color:#9E6538;}
.pub_crumbs.fix{position:fixed;top:70px;border-top:1px solid #eee;width:100%;z-index:20;background:#fff;animation:fadeUp .4s ease-in-out;-webkit-animation:fadeUp .4s ease-in-out;}

/* About Page */
.about .info{margin:30px auto;font-size:16px;color:#666;text-align:left;}
.ab_numall{position:relative;background:#fff;margin-top:40px;z-index:3;}
.ab_numall li{width:25%;float:left;text-align:center;font-size:16px;color:#666;}
.ab_numall li span{font-size:48px;color:#9E6538;font-weight:bold;}
.ab_numall li .box{width:200px;height:200px;border:1px solid #eee;border-radius:50%;padding-top:50px;position: relative;}
.ab_numall li .box:hover .spot{opacity:1;animation: rond 10s infinite;-webkit-animation: rond 10s infinite;}
.ab_numall li .box .spot{position: absolute;width:200px;height:200px;left:0px;top:0px;opacity:0;}
.ab_numall li .box .spot:after{content:"";position: absolute;left:50%;margin-left:-2.5px;margin-top:-5px;top:0px;display:block;width:1px;height:1px;border:5px solid #9E6538;border-radius:100%;}

@keyframes rond {
    0% {transform : rotate(0deg);}
    100% {transform : rotate(360deg);}
}
@-webkit-keyframes rond {
    0%{-webkit-transform : rotate(0deg);}
    100%{-webkit-transform : rotate(360deg);}
}

/* 荣誉资质 */
.honor ul{overflow: hidden;}
.honor ul li{width:21.875%;float:left;margin-right:4.166666%;margin-bottom:50px;}
.honor ul li .com-img{padding:20px;border:1px solid #eee;}
.honor ul li:nth-child(4n){margin-right:0;}
.honor ul li .note{background:#9E6538;padding:10px;color:#fff;text-align: center;}

/* 新闻资讯 */
.news ul li{border-bottom:1px solid #eee;margin-bottom:80px;padding-bottom:40px;overflow: hidden;}
.news ul li .com-img{width:29.6875%;float:left;position: relative;}
.news ul li .com-img .time{position:absolute;bottom:0px;right:0px;background:rgba(0,0,0,0.5);color:#fff;padding:10px 20px;text-align:center;}
.news ul li .com-img .time p{font-size:30px;margin-bottom:5px;}
.news ul li .com-img img{width:100%;height:233px;object-fit:cover;}
.news ul li .note{width:65%;float:right;position: relative;height:233px;}
.news ul li .note:after{position: absolute;left:0px;bottom:12px;width:100px;height:1px;background:#eee;content:"";}
.news ul li .note h4{font-size:20px;color:#333;font-weight: bold;}
.news ul li .note p{font-size:16px;margin:30px 0 40px;color:#666;height:82px;overflow: hidden;}
.news ul li .note a.more{position: absolute;left:120px;bottom:5px;color:#c5c5c5;}
.news ul li:hover .note a{color:#9E6538;}
.news ul li:hover .note:after{background:#ccc;}

/* 解决方案 */
.solution{background:#f5f5f5;}
.solution .sol-note{width:46.875%;float:left;}
.solution .sol-note .ind-tit{text-align:left;margin-bottom:35px;padding-bottom:30px;margin-top:10px;}
.solution .sol-note .ind-tit:after{left:0px;margin-left: 0px;}
.solution .sol-note p{font-size:16px;color:#666;line-height: 32px;}
.solution .sol-pic{width:42.96875%;float:right;}
.solution .sol-pic img{width:100%;height:295px;object-fit:cover;}

.caselist ul li{width:31.25%;float:left;margin-right:3.125%;margin-bottom:30px;border:1px solid #eee;}
.caselist ul li .com-img{position:relative;height:285px;}
.caselist ul li .com-img:after{position: absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(0,0,0,0.5);content:"";opacity:0;}
.caselist ul li a.more{display:block;width:62px;height:62px;border:1px solid #fff;border-radius:50%;line-height: 62px;text-align: center;color:#fff;font-size:38px;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index:3;font-family: sans-serif,Helvetica,Arial;opacity:0;}
.caselist ul li:nth-child(3n){margin-right:0;}
.caselist ul li h4{padding:25px 20px;font-size:18px;color:#333;text-align:center;}
.caselist ul li:hover h4{background:#9E6538;color:#fff;}
.caselist ul li:hover .com-img:after,.caselist ul li:hover a.more{opacity:1;}
.caselist ul li:hover a.more:hover{background:#9E6538;color:#fff;border-color:#9E6538;}

/* 联系方式 */
.ct_mode ul li{width:25%;float:left;padding:0px 20px;text-align: center;}
.ct_mode ul li span{display:block;width:100px;height:100px;line-height:100px;text-align:center;background:#9E6538;border-radius: 50%;margin:0px auto;transition: all 0.5s ease-in-out;position:relative;top:0px;}
.ct_mode ul li h4{font-size:16px;color:#333;margin:20px auto;font-weight: bold;}
.ct_mode ul li p{font-size:16px;color:#666;}
.ct_mode ul li:hover span{background:#9E6538;top:-10px;}

.book ul{margin-bottom:10px;margin-top:50px;}
.book ul li{width:32%;float:left;margin-left:2%;border-left:1px solid #f1f1f1;padding-left:2%;}
.book ul li:first-child{margin-left:0;padding-left:0;border-left:0px;}
.book ul li input{width:100%;border:1px solid #e5e5e5;height:50px;padding:0px 10px;margin-top:10px;}
.book ul li input:focus{border-color:#999;transition: all 0.5s ease-in-out;}
.book p{color:#a0a0a0;font-size:16px;}
.book textarea{width:100%;border:1px solid #e5e5e5;height:180px;padding:10px;margin-top:10px;resize: none;}
.sub_form input{width:200px;border:1px solid #e5e5e5;height:50px;padding:0px 10px;margin-top:20px;}
.sub_form input:focus,textarea:focus{border-color:#999;transition: all 0.5s ease-in-out;}
.sub_form img{margin-left:20px;cursor:pointer;}
.sub_form .inp_sub{height:48px;background:#9E6538;color:#fff;font-size:18px;cursor:pointer;transition: all 0.5s ease-in-out;}
.sub_form .inp_sub:hover{background:#9E6538;}

/* 企业文化 */
.culture{background:#f5f5f5;}
.culture ul li{position:relative;}
.culture ul li .pic{width:50%;float:left;height:300px;position: relative;}
/* .culture ul li:hover .pic img{transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1);-ms-transform:scale(1);} */
.culture ul li:hover img{-webkit-filter: blur(3px);-moz-filter: blur(3px);-ms-filter: blur(3px);filter: blur(3px);filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);}
.culture ul li .note{width:53.75%;background:rgba(255,255,255,0.4);position:absolute;right:0px;top:40px;padding:35px 50px 35px 70px;top:50%;transform:translate(0%,-50%);}
.culture ul li .note h4{font-size:24px;color:#333;font-weight:bold;}
.culture ul li .note h4 span{color:#5c5c5c;padding-right:30px;font-weight:normal;}
.culture ul li .note p{margin-left:60px;color:#777;margin-top:15px;line-height:25px;}
.culture ul li.two .pic{width:50%;float:right;}
.culture ul li.two .note{left:0px;padding:45px 70px 45px 50px;}
.culture ul li:hover .note{background:#fff;transition: all 0.5s ease-in-out;box-shadow:0px 0px 8px #888;}

/* 新闻详情页 */
.newsc_fl{width:73%;float:left;}
.newsc_fl h1{font-size:28px;color:#333;font-weight: bold;}
.newsc_fl .info{margin:30px auto;border-bottom:1px solid #e5e5e5;padding-bottom:30px;color:#888;font-size:16px;}
.newsc_fl .content{color:#888;font-size:16px;}
.newsc_fl .content img{max-width:100%;display:block;margin:0px auto;}
.news-more{width:180px;height:46px;line-height:46px;display: block;background:#9E6538;color:#fff;text-align: center;position:relative;margin:40px auto 0;font-size:16px;}
.news-more span{position:relative;z-index:3;}
.news-more{overflow:hidden;}
.news-more:after{content:"";display:block;width:100%;height:100%;background:#9E6538;position:absolute;top:0px;left:-100%;}
.news-more:hover{color:#fff;}
.news-more:hover:after{left:0px;}
.news-more:after,.show-more{-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}

.newsc_fr{width:22.6%;float:right;}
.wc_ewm{border:1px solid #dcdcdc;padding:40px 30px;text-align:center;font-size:16px;color:#333;margin-bottom:18px;}
.wc_ewm span{position:relative;}
.wc_ewm span:after{position: absolute;content:"";width:30px;height:1px;background:#eee;left:-50px;top:50%;}
.wc_ewm span:before{position: absolute;content:"";width:30px;height:1px;background:#eee;right:-50px;top:50%;}
.wc_ewm p img{border:1px solid #eee;padding:10px;margin-top:25px;}

.hotnews{border:1px solid #dcdcdc;}
.hotnews h2{padding:20px;font-size:18px;color:#333;border-bottom:1px solid #dcdcdc;}
.hotnews ul{padding:20px;}
.hotnews ul li span{color:#888888;font-size:15px;}
.hotnews ul li h4{color:#666666;margin-top:10px;}
.hotnews ul li h4:hover{color:#9E6538;}
.hotnews ul li{margin-bottom:20px;}

.flip_page{border:1px solid #dcdcdc;padding: 20px;margin-top:15px;}
.flip_page .tit{margin-bottom:10px;position:relative;}
.flip_page .tit:after{position: absolute;content:"";width:100%;height: 1px;background-color:#eee;left:0px;top:50%;}
.flip_page .tit span{position: relative;z-index: 3;padding-right: 10px;}
.flip_page .tit span{font-size:18px;color:#333;background:#fff url("../images/icon/newsprev.png") no-repeat left center;padding-left:30px;}
.flip_page .next .tit span{font-size:18px;color:#333;background:#fff url("../images/icon/newsnext.png") no-repeat left center;padding-left:30px;}
.flip_page span{color:#888888;font-size:15px;}
.flip_page h4{color:#666;margin-top:5px;}
.flip_page h4:hover{color:#5e4939;}
.flip_page .prev{margin-bottom:20px;}

/* 人才招聘 */
.job{background:#f6f6f6;}
.job .info{color:#666;font-size:16px;max-width:60%;margin:25px auto 30px;text-align:center;line-height:28px;}
.job h2{height:80px;line-height:80px;padding:0px 20px;background:#9E6538;font-size: 20px;color:#fff;}
.job dl dt{height:80px;line-height:80px;padding:0px 20px;background:#fff url("../images/icon/job_r.png") no-repeat 98% center;font-size: 18px;color:#666;cursor: pointer;}
.job dl dt.cur{background:#fff url("../images/icon/job_b.png") no-repeat 98% center;}
.job dl dd{background:#eeeeee;padding:30px;position:relative;display:none;}
.job dl dd h4{font-size:16px;font-weight:bold;color:#666;margin-bottom:10px;}
.job dl dd p{font-size:16px;color:#666;}
.job dl a{position: absolute;right:0px;top:0px;width:11%;text-align: center;height:100%;background:#9E6538;color:#fff;display:flex;justify-content:center;align-items:center;font-size:16px;}
.job dl a:hover{text-decoration:underline;}

.welfare .box{margin:50px auto 0;position:relative;overflow: hidden;text-align: center;} 
.lineF{overflow: hidden;display:inline-block;}
.lineS {display:inline-block;margin-top:-40px;}
.boxF, .boxS, .boxT, .overlay{width:270px; height:310px; overflow: hidden;} 
.boxF, .boxS{visibility: hidden;} 
.boxF{transform: rotate(120deg); float: left; margin-left:30px; -ms-transform: rotate(120deg); -moz-transform: rotate(120deg); -webkit-transform: rotate(120deg);} 
.boxS{transform: rotate(-60deg); -ms-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -webkit-transform: rotate(-60deg);} 
.boxT{transform: rotate(-60deg); background: no-repeat 50% center; background-size: 125% auto; -ms-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -webkit-transform: rotate(-60deg); visibility: visible;background:#f6f6f6;} 
.boxF.ml0{margin-left:0px;}
.overlay{transition: all 250ms ease-in-out 0s; display:block; position: relative;} 
.overlay:hover{background-color:#eee;} 
.boxT:hover .overlay{display: block;} 
.overlay a{display: inline-block; position: absolute; left: 50%; top: 50%; margin: -16px 0 0 -16px; border-radius: 3px; background-color: #d3b850; text-align: center; line-height: 32px; width: 32px; height: 32px; text-decoration: none; color: White; font-size: 18px; font-weight: bolder;}
.overlay .note{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80%;text-align:center;color:#666;font-size:16px;}
.overlay .note span{position: relative;top:0px;transition: all 0.5s ease-in-out;width:90px;height:90px;line-height:90px;text-align:center;background:#fff;border-radius:50%;display:block;margin:0px auto 20px;}
.overlay:hover span{top:-10px;}

/* 企业荣誉 */
.honor-fr ul li{overflow: hidden;text-align: center;}
.honor-fr ul li .com-img{width:100%;box-shadow:0px 0px 8px #888;}
.honor-fr ul li .com-img img{width:100%;height:190px;object-fit:contain;border:1px solid #eee;border-bottom: 0;}
.honor-fr ul li .note{width:100%;color:#fff;height:80px;line-height:30px;background:#9E6538;padding:20px 30px;overflow: hidden;}
.honor-fr ul li .note h4{font-size:24px;font-weight:bold;color:#9E6538;margin-bottom:30px;}
.honor-fr .swiper-container{padding-bottom:50px;}

/* 联系我们地图 */
.technology-box{width: 100%; overflow: hidden;padding: 0 0 88px 0;background:#fff;}
.technology{width: 1300px; margin: 0 auto;}
.technology-map{width: 100%; overflow: hidden; position: relative; margin-top: 50px;}
.technology-mapL{float: left; overflow: hidden; position: relative; width: 793px; height: 591px; background: url("../images/bg/tec_map.png") no-repeat;}
.technology-mapR{float: left; padding: 100px 0 0 100px;}
.technology-mapR>div{position: relative;border:1px solid #e5e5e5; padding:100px 44px 44px 44px;width: 350px;}
.technology-mapR>div>i{width: 19px;height: 34px; display: block;position: absolute; left: -19px;top: 50%;margin-top: -17px;}
.technology-mapR>div h2{width:110px;height:110px;border-radius:50%;position: absolute;top:-55px;left:50%;margin-left:-55px;background: #fff;border-radius:50%;box-shadow:0 0 20px #ddd;font-size:18px;font-weight: bold;color:#155e9f;padding-top:30px;text-align:center;}
.technology-mapR>div>h4{font-size:18px;color: #333;margin-bottom:30px;}
.technology-mapR>div>p{font-size: 16px;color: #666;margin-top: 10px;line-height: 22px;}
.technology-mapL>div{position: absolute;}
.technology-mapL>div>p>a{font-size: 14px; color: #888; position: relative; display: block; z-index: 2; padding: 0 0 0 18px;}
.technology-mapL>div>p{cursor: pointer;}
.technology-mapL>div>p>span{display: block; width: 10px; height: 10px; border-radius: 100%; background: #9E6538; position: absolute; left: 0px; top: 5px; z-index: 3;}
.technology-mapL>div>p>span:after{content: ""; display: block; border-radius: 50%; opacity: 0; position: absolute; width: 40px; height: 40px; top: -15px; left: -15px; background-color: rgba(38,93,168,0.55); animation: ripple 3s ease-out 1.2s infinite; -webkit-animation: ripple 3s ease-out 1.2s infinite; z-index: 1;}
.technology-mapL>div>p>span:before{content: ""; display: block; border-radius: 50%; opacity: 0; position: absolute; width: 40px; height: 40px; top: -15px; left: -15px; background-color: rgba(38,93,168,0.44); animation: ripple 3s ease-out .6s infinite; -webkit-animation: ripple 3s ease-out .6s infinite; z-index: 1;}
@-webkit-keyframes ripple{0%{opacity:0;-webkit-transform:scale(.1)}5%{opacity:1}to{opacity:0;-webkit-transform:scale(1)}}
@keyframes ripple{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}5%{opacity:1}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}

.address-active>p>span{background: #eb2a2e !important;}
.address-active>p>span:after{background-color: rgba(207,44,56,0.55) !important;}
.address-active>p>span:before{background-color: rgba(207,44,56,0.2) !important;}
.technology-mapL>div>p:hover span{background: #5c4738;}
.address-none{display: none;}
.wulumuqi-dot{left: 24%; top: 28%;}
.beijing-dot{right: 29%; top: 36%;}
.changchun-dot{right: 17%; top: 22%;}
.tianjin-dot{right: 28%; top: 39%;}
.shijiazhuang-dot{top: 42%; right: 33%;}
.jinan-dot{right: 25%; top: 46%;}
.lanzhou-dot{top: 48%; right: 48%;}
.xian-dot{top: 53%; right: 40%;}
.zhengzhou-dot{right:32%; top: 52%;}
.nanjing-dot{right:21%; top: 54%;}
.hefei-dot{right:25%; top: 58%;}
.wuhan-dot{right:35%; top: 61%;}
.chengdu-dot{right:48%; top: 63%;}
.hangzhou-dot{right:20%; top: 64%;}
.chongqing-dot{right:41%; top: 65%;}
.nanchang-dot{right:26%; bottom: 29%;}
.changsha-dot{right:34%; bottom: 27%;}
.kunming-dot{right:50%; bottom: 18%;}
.guangzhou-dot{right:32%; bottom: 17%;}
.shenzhen-dot{right:30%; bottom: 14%;}
.nanning-dot{right:40%; bottom: 14%;}
.classcourse-box{width: 100%; overflow: hidden; padding: 80px 0;}
.classcourse{width: 1240px; margin: 0 auto;}
.classcourseL{width: 68.4%; float: left; overflow: hidden;}
.classcourseL img{max-width: 100%; object-fit: cover;}
.classcourseR{width: 31.6%; float: right; overflow: hidden; padding: 180px 0 0 60px;}
.classcourseR h4{font-size: 36px;color: #333; font-weight: bold;}
.classcourseR p{font-size: 16px; color: #777; line-height: 26px; margin-top: 10px;}

/* 培训学院 */
.school .sch_tit{font-size: 32px;color: #333333;font-weight: lighter;text-align: center;margin: 40px auto;}
.school .sch_note{max-width:1090px;text-align: center;line-height:28px;margin:0px auto;font-size: 16px;color:#666;}
.sch_str{padding:120px 0 160px;background-repeat: no-repeat!important;background-size:cover!important;background-position:center!important;}
.sch_str .ind-tit{color:#fff;margin-bottom:70px;}
.sch_str .ind-tit:after{background:#fff;}
.sch_str p{color:#fff;font-size:16px;text-align:center;margin-top:10px;}

.sch_idea{background:#f6f6f6;}
.ideabox{margin-top:40px;}
.ideabox .idea_fl{width:50%;float:left;}
.ideabox .idea_fr{width:50%;float:right;height:440px;background:#9E6538;padding:120px 60px;color:#fff;}
.ideabox .idea_fr p{line-height:40px;position: relative;padding-left:10px;}
.ideabox .idea_fr p:after{content:"";width:4px;height:4px;background:#fff;left:0px;top:50%;margin-top:-2px;position:absolute;}

.sch_core{text-align: center;overflow: hidden;}
.sch_core .ind-tit{margin-bottom:60px;}
.sch_tx{background-repeat: no-repeat!important;background-size:cover!important;background-position:center!important;}
.sch_tx img{max-width:100%;}
.sch_tx .ind-tit{color:#fff;margin-bottom:20px;}
.sch_tx .ind-tit:after{background:#fff;}

.sch_show .swiper-slide{width:730px;}
.sch_show .ind-tit{margin-bottom:60px;}
.sch_show .swiper-button-prev{left:50%;margin-left:-445px;width:62px;height:62px;border:1px solid #e5e5e5;background:url("../images/icon/ishow_l.png") no-repeat center;}
.sch_show .swiper-button-next{right:50%;margin-right:-445px;width:62px;height:62px;border:1px solid #e5e5e5;background:url("../images/icon/ishow_r.png") no-repeat center;}
.sch_show .swiper-button-prev:hover,.sch_show .swiper-button-next:hover{border-color:#ccc;transition: all 0.5s;}
.sch_show .swiper-slide h4{position: absolute;left:0px;bottom:-60px;width:100%;height:60px;line-height:60px;text-align:center;background:rgba(0,0,0,0.5);color:#fff;opacity:0;}
.sch_show .swiper-slide.swiper-slide-active h4{opacity:1;bottom:0;transition:all 0.8s;}

/* 投资者关系 */
.ttz ul{overflow:  hidden;}
.ttz ul li{width:49%;float:left;border:1px solid #e5e5e5;padding:20px 10px;margin-bottom:32px;}
.ttz ul li:nth-child(2n){float:right;}
.ttz ul li span{background:#9E6538;border-radius:50%;width:60px;line-height:60px;height:60px;text-align:center;float:left;}
.ttz ul li .note{float:left;padding:0px 20px;width:80%;border-right:1px solid #e5e5e5;}
.ttz ul li .note h4{font-size:18px;color:#666;margin-top:6px;}
.ttz ul li .note p{font-size:14px;color:#888;}
.ttz ul li a.more{float:right;background:url("../images/icon/ttzmore.png") no-repeat right center;width:25px;height:25px;margin-top:15px;margin-right:10px;}
.ttz ul li:hover span{background:#18448d;}
.ttz ul li:hover h4{color:#9E6538;}
.ttz ul li:hover a.more{background:url("../images/icon/ttzmoret.png") no-repeat right center;}

.honor_tit ul{overflow: hidden;background:#9E6538;height:50px;line-height:50px;margin-top:70px;margin-bottom:10px;}
.honor_tit ul li.year{width:13%;float:left;}
.honor_tit ul li{width:37%;float:left;text-align:center;}
.honor_tit ul li{color:#fff;}

.honor_c ul{overflow: hidden;border-top:1px solid #e5e5e5;position: relative;}
.honor_c ul:after{position:absolute;content:"";width:1px;height:100%;background:#e5e5e5;left:50%;}
.honor_c ul li span{width:26%;float:left;border-right:1px solid #e5e5e5;}
.honor_c ul li p{width:74%;float:left;height:50px;line-height:50px;padding:0px 30px;text-align:left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.honor_c ul li{float:left;width:50%;height:50px;line-height:50px;border-bottom:1px solid #e5e5e5;text-align:center;overflow: hidden;color:#666;}

/* 产品列表 */
.bann .pro_cate{position: absolute;bottom:0px;left:50%;transform:translate(-50%,0);width:100%;}
.bann .pro_cate a{display:block;float:left;height:70px;line-height:70px;background:rgba(0,0,0,0.5);width:24.625%;margin-left:0.5%;text-align:center;}
.bann .pro_cate a:first-child{margin-left:0;}
.bann .pro_cate a.cur,.bann .pro_cate a:hover{background:#9E6538;color:#fff;}

.pro_menu{margin:30px auto 50px;overflow: hidden;}
.pro_menu ul li{width:195px;height:46px;line-height:46px;text-align:center;color:#666;border:1px solid #e5e5e5;float:left;margin-right:18px;}
.pro_menu ul li:last-child{margin-right:0px;}
.pro_menu ul li a{display:block;}
.pro_menu ul li.cur,.pro_menu ul li:hover a{background:#9E6538;color:#fff;border-color:#9E6538;}

.pro_list ul{overflow: hidden;}
.pro_list ul li{width:400px;float:left;border:1px solid #e5e5e5;margin-bottom:40px;margin-right:30px;}
.pro_list ul li:nth-child(3n){margin-right:0px;}
.pro_list ul li .com-img{text-align:center;padding:25px;}
.pro_list ul li .note{border-top:1px solid #eee;margin-top:25px;color:#888;font-size:16px;position: relative;padding:25px;}
.pro_list ul li .note h4{color:#333;font-size:18px;}
.pro_list ul li .note a.more{position: absolute;top:30px;right:25px;background:url("../images/icon/pmore.png") no-repeat center;width:45px;height:45px;transition: all 0.5s;}
.pro_list ul li .note a.more:hover{background:url("../images/icon/pmoreon.png") no-repeat center;}
.pro_list ul li:hover .note{background:#9E6538;}
.pro_list ul li:hover .note h4,.pro_list ul li:hover .note{color:#fff;}
.pro_list ul li:hover a.more{background:url("../images/icon/pmoreon.png") no-repeat center;top:-20px;}
.pro_list .pagination{margin-bottom:100px;}

.pro_crumbs{margin-top:70px;height:40px;line-height:40px;background:#9E6538;color:#fff;font-size:14px;}
.pro_cont{padding:40px 0 20px;overflow: hidden;}
.pro_cont .pro_pic{width:45.3125%;float:left;border:1px solid #e5e5e5;text-align:center;padding:40px 0;min-height:430px;position: relative;}
.pro_cont .pro_pic img{position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.pro_cont .pro_note{width:50%;float:right;}
.pro_cont .pro_note h1{font-size:20px;color:#333;font-weight:bold;border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding-bottom:20px;}
.pro_cont .pro_note .info{border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding-bottom:20px;color:#666;}
.pro_cont .pro_note .infot{color:#666;}
.pro_cont .pro_note .info2{margin-bottom:20px;}
.pro_cont .pro_note .info span{font-weight:bold;}
.pro_cont .pro_note h4{font-weight:bold;margin-bottom:20px;color:#666;}
.pro_cont .pro_note{color: #666;}

.pro_special{border-top:1px solid #e5e5e5;margin-top:40px;padding-top:15px;}
.pro_spec_tit a.cur,.pro_spec_tit a:hover{background:#9E6538;color:#fff;}
.pro_spec_tit a{display:inline-block;width:150px;height:36px;line-height:36px;text-align:center;color:#666;margin-left:0px;float:left;border-right:1px solid #e5e5e5;}
.pro_spec_tit{margin-bottom:40px;}

.say_list{margin-bottom:100px;overflow:hidden;}
.say_list ul li{border:1px solid #e5e5e5;padding:30px;color:#666;position: relative;height:86px;background:url("../images/icon/icon_down.png") no-repeat 30px center;padding-left:70px;margin-bottom:20px;}
.say_list ul li a{position: absolute;right:0px;top:0px;width:90px;height:84px;top:0px;right:0px;background:url("../images/icon/down.jpg") no-repeat center;}
.say_list .ml60{margin-left:40px;}

/* 解决方案详情页 */
.caseW_flbox{border-right:1px solid #dcdcdc;width:77.5%;padding-right:50px;float:left;}
.caseW_fl h1{font-size:28px;color:#333;font-weight: bold;border-bottom:1px solid #eee;margin-bottom:35px;padding-bottom:30px;}
.case_title{position: relative;}
.case_title a{position: absolute;right:0px;top:0px;width:160px;height:46px;line-height:46px;background:#9E6538;text-align:center;color:#fff;}
.case_title a span img{transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;margin-right:5px;margin-top:-3px;}
.case_title a:hover span img{transform:rotate(360deg);}
.case_title a:hover{background:#5a4637;}
.case_cont dl{overflow: hidden;}
.case_cont dl dd{width:33.33333%;float:left;margin-top:20px;font-size:16px;color:#666;font-weight:bold;position: relative;padding-left:35px;height:30px;line-height:30px;}
.case_cont dl dd span{position: absolute;left:0px;top:0px;width:28px;height:28px;background:#9E6538;border-radius:50%;text-align:center;line-height:28px;font-weight: normal;color:#fff;}
.case_cont .ctit{margin-top:60px;border-bottom:1px solid #eee;margin-bottom:40px;}
.case_cont .ctit span{display:inline-block;background:#9E6538;color:#fff;padding:15px 50px;}
.case_cont p{color:#666;line-height:35px;position: relative;padding-left:15px;}
.case_cont p:after{position:absolute;left:0px;top:17px;width:5px;height:5px;background:#9E6538;content:"";border-radius:50%;}

.caseW_fr{width:22.5%;float:right;}
.caseW_fr h2{font-size:18px;color:#333333;padding:10px 30px;border-bottom:1px solid #e5e5e5;}
.caseWrbox{padding:20px 0 0 20px;}
.caseWrbox .swiper-slide{border:1px solid #e5e5e5;text-align:center;}
.caseWrbox .swiper-slide .com-img{padding:20px 0;}
.caseWrbox .swiper-slide h4{border-top:1px solid #e5e5e5;padding:10px 0;}

/* 资料下载 */
.file_cate{border:1px solid #e5e5e5;padding:30px 20px;margin:40px auto 30px;}
.file_cate ul{overflow: hidden;}
.file_cate ul li{width:33.3333%;float:left;color:#666666;font-size:15px;}
.file_cate ul li select{min-width:230px;height:46px;line-height:46px;border:1px solid #e5e5e5;color:#999;font-size:14px;padding:0 40px 0 10px;position: relative;background:url("../images/icon/icon_sel.jpg") no-repeat right center;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
.file_cate ul li input[type="text"]{height:46px;line-height:46px;border:1px solid #e5e5e5;padding:0px 10px;width:180px;}
.file_cate ul li input[type="submit"]{width:110px;height:46px;background:#9E6538;color:#fff;border:0px;cursor: pointer;}

.down_list{margin-bottom:100px;overflow:hidden;}
.down_list ul li{border:1px solid #e5e5e5;padding:30px;color:#666;position: relative;height:86px;background:url("../images/icon/icon_down.png") no-repeat 30px center;padding-left:70px;margin-bottom:20px;width:49%;float:left;}
.down_list ul li:nth-child(2n){float:right;}
.down_list ul li a{position: absolute;right:0px;top:0px;width:90px;height:84px;top:0px;right:0px;background:url("../images/icon/down.jpg") no-repeat center;}
.down_list .ml60{margin-left:40px;}

/* 发展历程 */
.hiswrap{position: relative;overflow: hidden;margin-top:20px;}
.hiswrap:after{position: absolute;content:"";left:50%;top:0px;width:1px;height:100%;background:#e5e5e5;}
.hiswrap:before{position: absolute;content:"";left:50%;top:0px;width:18px;height:18px;background:url("../images/icon/icon_qqon.png") no-repeat center;margin-left:-9px;z-index:3;}
.hisbox{width:47%;border:1px solid #e5e5e5;padding:30px 38px;position: relative;margin-top:80px;color:#666;}
.hisbox .date{width:96px;height:96px;line-height:96px;text-align:center;background:#9E6538;border-radius:50%;color:#fff;font-family: Arial, Helvetica;font-size:26px;position:absolute;right:25px;top:-70px;}
.hisbox .date:after{position: absolute;content:"";width:18px;height:18px;background:url("../images/icon/icon_qq.png") no-repeat center;right:-73px;bottom:-25px;z-index:5;}
.hisbox:after{position: absolute;content:"";width:10px;height:19px;margin-top:-10px;background:url("../images/icon/icon_sjl.jpg") no-repeat center;right:-10px;bottom:50%;z-index:5;}
.clearfix:nth-child(2n) .date{left:25px;}
.clearfix:nth-child(2n) .hisbox:after{position: absolute;content:"";width:10px;height:19px;margin-top:-10px;background:url("../images/icon/icon_sjr.jpg") no-repeat center;left:-10px;bottom:50%;z-index:5;}
.clearfix:nth-child(2n) .date:after{left:-73px;}
.hisbox .date span{font-family: '思源黑体','Source Han Sans',"Microsoft yahei";font-size:14px;}

/* 2019 */
.ind_part{border-top:1px solid #e5e5e5;}
.ind_part .swiper-container{margin-top:40px;padding-bottom:60px;}
.ind_part .swiper-slide{border:1px solid #e5e5e5;padding:30px 15px;text-align:center;}
.ind_part .swiper-pagination-bullet{background:#dcdcdc;}
.ind_part .swiper-pagination-bullet-active{background:#9E6538;}

/* 首页新闻 */
.ind-news1-c{margin-top:50px;}
.ind-nfl{width:46.66666%;float:right;}
.ind-nfl .com-img{position: relative;}
.ind-nfl .com-img .note{background:rgba(0,0,0,0.5);width:100%;position: absolute;left:0px;bottom:0px;padding:25px 20px;color:#fff;font-size:16px;}
.ind-nfl .com-img .note h4{font-size:16px;margin-bottom:18px;}
.ind-nfl .com-img .note p{font-size:12px;font-family:'思源黑体','Source Han Sans';line-height:25px;}

.ind-nfr{width:50%;float:left;}
.ind-nfr dl{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:20px;overflow: hidden;}
/* .ind-nfr dl:first-child{border-top:1px solid #eee;} */
.ind-nfr-fl{width:75px;height:75px;float:left;background:#9E6538;padding:8px;position: relative;}
.ind-nfr-fl:after{position:absolute;content:"";width:1px;height:44px;background:#8c7768;left:50%;top:50%;margin-top:-22px;transform:rotate(45deg);}
.ind-nfr-fl p{font-size:24px;color:#fff;text-align:left;font-family:"Arial";}
.ind-nfr-fl span{font-size:24px;color:#fff;text-align:right;display: block;font-family:"Arial";}
.ind-nfr-ct{width:395px;float:left;margin:0px 20px;}
.ind-nfr-ct h4{font-size:16px;color:#333333;font-family:'思源黑体','Source Han Sans',"Microsoft yahei";margin-bottom:10px;}
.ind-nfr-ct h4:hover{color:#9E6538;}
.ind-nfr-ct p{font-size:12px;color:#888;line-height:22px;}
.ind-nfr-fr{width:75px;height:75px;text-align:center;line-height:75px;border:1px solid #e5e5e5;float:right;}
.ind-nfr-fr a{display:block;font-size:28px;color:#999;}
.ind-nfr-fr a:hover{background-color:#9E6538;color:#fff;border-color:#9E6538;}

/* about */
.ind-about{padding:75px 0 100px;}
.ind-about .info{margin:30px auto 40px;font-size:14px;color:#666;}
.numall{position:relative;background:#fff;z-index:3;}
.numall li{width:33.33333%;float:left;text-align:center;font-size:16px;color:#666;border-left:1px solid #e5e5e5;}
.numall li:first-child{border-left:0px;}
.numall li span{font-size:36px;color:#9E6538;font-weight:bold;font-family:"Arial";}
.ind-about .ind-abt-video{width:47.333333%;float:left;position: relative;}
.ind-about .ind-abt-note{width:46.666666%;float:right;}
.ind-about .ind-abt-note .ind-tit{text-align:left;}
.ind-about .ind-abt-note .ind-tit:after{left:0px;margin-left:0px;}
.ind-about .ind-abt-video .vplay{position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);cursor:pointer;}

.ind-bus{background:url("../images/bg/bus_bg.jpg") no-repeat center / cover;color:#fff;}
.ind-bus .ind-tit{color:#fff;}
.ind-bus ul{overflow: hidden;margin-top:50px;border-left:1px solid rgba(255,255,255,0.1);border-top:1px solid rgba(255,255,255,0.1);}
.ind-bus ul li{width:20%;float:left;text-align:center;padding:50px 20px;border-right:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1);}
.ind-bus ul li span{height:60px;display:block;position: relative;transition: all 0.5s ease-in-out;}
.ind-bus ul li:hover span{transform:rotateY(180deg);}
.ind-bus ul li h4{margin-top:20px;}

/* product */
.ind-pro{background:#f5f5f5;}
.ipro-cate{text-align:center;border-bottom:1px solid #e5e5e5;}
.ipro-cate li{display:inline-block;text-align:center;margin:0px 25px;position:relative;padding:20px 0 25px;}
.ipro-cate li:hover{cursor:pointer;}
.ipro-cate li span{width:90px;height:90px;line-height:90px;display:block;margin:0px auto;border:1px solid #e5e5e5;border-radius:50%;margin-bottom:10px;position: relative;}
.ipro-cate li span img{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.ipro-cate li.cur span{background:#9E6538;}
.ipro-cate li.cur{color:#9E6538;}
.ipro-cate li.cur img{display:none;}
.ipro-cate li.cur img.hide{display:block;}
.ipro-cate li.cur:after{position: absolute;content:"";left:0px;bottom:-1px;width:100%;height:1px;background:#9E6538;}

.ipro-list{display:none;padding:0px 55px;}
.ipro-list li{width:100%;padding:30px 0 0px;color:#333;font-size:16px;}
.ipro-list li .com-img img{display:block;margin:0px auto;width: 100%;object-fit: cover;min-height: 166px;}
.ipro-list li:first-child{margin-left:0;}
.ipro-list li h4{background:#fff;padding:20px;font-size:16px;color:#333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}



@media all and (max-width:1460px) {
        .ipro-list li h4 {
        padding: 20px 14px;font-size: 14px;
    }
}




.p10 {  
   font-size: 16px;
   text-decoration: none; 
   color:#000000;
   line-height: 35px
   }


.p12 {  
   font-size: 16px;
   text-decoration: none; 
   color:#333333;
   line-height: 35px
   }
   
   
   .p20 {  
   font-size: 20px;
   text-decoration: none; 
   color:#ff0000;
   line-height: 35px
   }


