@charset "utf-8";
/*++++author:智慧云擎*******************/
/*+++++time:2020-12-09****************/
/**首页***/
/*link*/
.link{display: flex;flex-wrap: wrap;justify-content: space-between;padding:15px 0;display:none;border-radius:.05rem;overflow:hidden;}
.link a{display: block;width:100%;border-radius:.05rem;}
.link a img{display: block;width:100%;border-radius:.05rem;}
.float_box ul li img{width:40px;height:40px;margin-right:15px;}
/**********banner************************/
.inbanner{background-color:#000;height:80vh;overflow: hidden;width: 100%;position: relative;}
.inbanner .swiper-container{width: 100%; z-index: 0; height: 100%;}
.inbanner .swiper-slide{background-color: rgba(0,0,0,.5);z-index: 9}
.inbanner .swiper-wrapper, .inbanner [data-swiper-parallax]{will-change:transform}
.inbanner .headbg{position:absolute;z-index:0;width:100%;height: 100%;background-repeat:no-repeat;background-size:cover;background-position:center center;-webkit-animation-fill-mode: both; animation-fill-mode: both;}
.inbanner .headbg::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.1);background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 30%);background-image:linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 30%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);z-index: 1;}
.inbanner .textbox{position: absolute; left:0; top: 0; width: 100%; height: 100%; color: #fff; text-align: center;}
.inbanner .cell h2{display: inline-block; text-align: left; font-size:74px; line-height: 22px; font-weight: 400; opacity: .5; text-shadow: 0 1px 16px rgba(0,0,0,.16); -webkit-animation: fadeOutUp 2s; animation: fadeOutUp 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.inbanner .cell h3{margin-top: .3rem; font-size: 40px; text-shadow: 0 1px 16px rgba(0,0,0,.16);font-weight: 300; font-style: italic; -webkit-animation: fadeOutDown 2s; animation: fadeOutDown 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.inbanner .swiper-slide-active .headbg{-webkit-animation: scaleBigToSmall 4s; animation: scaleBigToSmall 4s;}
.inbanner .swiper-slide-active .cell h2{opacity: .5; -webkit-animation: fadeInDown 1.5s; animation: fadeInDown 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.inbanner .swiper-slide-active .cell h3{-webkit-animation: fadeInUp 1.5s; animation: fadeInUp 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.inbanner .swiper-button-prev{width:28px;height: 52px;left: 63px;background-image: url(/static/home/images/banner_left.png);background-size: cover;transition: all .5s;margin-top: 0;transform: translateY(-50%);opacity: 0.9;border-radius:0 3px 3px 0;}
.inbanner .swiper-button-next{width:28px;height: 52px;right: 63px;background-image: url(/static/home/images/banner_right.png);background-size: cover;transition: all .5s;margin-top: 0;transform: translateY(-50%);opacity: 0.9;border-radius:0 3px 3px 0;}
.float_box{width:100%;position: absolute;bottom: 0;left:0;overflow: hidden;z-index: 10}
.float_box ul{overflow: hidden;width:100%;height: 100%;}
.float_box ul li{float: left;width:16.666666666666666666666%;height: 100%;height: 150px;cursor:pointer;overflow: hidden;position: relative;top:10px;transition:all .3s ease;-webkit-transition:all .3s ease;}
.float_box ul li a{display: block;height:100%;display: flex;align-items: center;justify-content: center;}
.float_box ul li div.title{color:#fff;position: relative;}
.float_box ul li h2.cn{font-size: 20px;transition:all .3s ease;-webkit-transition:all .3s ease;}
.float_box ul li p.en{font-size: 16px;transition:all .3s ease;-webkit-transition:all .3s ease;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;max-width:160px;}
.float_box ul li div.title i.line{position:absolute;top:15px;right:0;display:block;background:#fff;width:0;height:1px;opacity: 0.6;}
.float_box ul li.on div.title i.line{overflow: hidden;width:50%;}
.float_box ul li.on h2.cn{transition:all .3s ease;-webkit-transition:all .3s ease;}
.float_box ul li.on p.en{transition:all .3s ease;-webkit-transition:all .3s ease;}
.float_box ul li.on{background:url(/static/home/images/s1.png) repeat !important; }
.float_box ul li.on::before{display:none;}
.float_box ul li:last-child::before{display:none;}
.float_box ul li{background:url(/static/home/images/s2.png) repeat ;position: relative;}
.float_box ul li::before{content: "";width:1px;background: rgba(255, 255, 255, 0.1);position: absolute;height: 100%;right:0;top:0}
/*about_section**/
.about_section{width:100%;overflow: hidden;height:700px;margin-bottom: 50px;}
.about_section .container{padding:40px 10%;overflow: hidden;max-width:1600px;}
.about_section .container .item1{height: 190px;margin:0 auto 0 12%;width:88%;}
.about_section .container .item1-1{float:left;height:100%;margin-left:5%;text-align:center;background:#fff url(../images/mapbg1.png) no-repeat center;width:43%;padding:0px 2.5%;background-size:100% 100%;box-shadow: 0 0 5px rgba(0,0,0,.1);border-radius:2px;}
.fontsh4{font-size: 24px;color:#333;padding-top: 15px;}
.fontsh4 span{font-size: 60px;color: #1358a7;padding:0 10px;}
.fontsen{font-size: 16px;color:#999;text-transform: capitalize;}
.item1-2{float: right;text-align: right;}
.item2{height: 190px;margin:5px auto 0 12%;width:88%;}
.item2-1{float:left;height:100%;margin-left:5%;text-align:center;background:#fff url(../images/up.png) no-repeat center bottom;width:32%;background-size:auto 100%;box-shadow: 0 0 5px rgba(0,0,0,.1);border-radius:2px;}
.item2-2{float:left;margin-left: 0.5%;height: 100%;text-align:center;background:#fff url(../images/mon.png) no-repeat center bottom;width:31%;background-size:auto 100%;box-shadow: 0 0 5px rgba(0,0,0,.1);border-radius:2px;}
.item2-3{float:left;margin-left:0.5%;height: 100%;text-align:center;background:#fff url(../images/peo.png) no-repeat center bottom;width:31%;background-size:auto 100%;box-shadow: 0 0 5px rgba(0,0,0,.1);border-radius:2px;}
.item2 .fontsh4 span{color: #333;}
.item3{height: 220px;margin:5px auto 0 12%;width:88%;overflow: hidden;}
.item3-1{float:left;margin-left:5%;width:32%;height:100%;padding-left:43%;background:#fff url(../images/pic1.png) no-repeat 10px center; box-shadow: 0 0 5px rgba(0,0,0,.1);border-radius:2px;}
.item3-1 .fontsh4{padding-top: 40px;}
.item3-2{float: right;overflow: hidden;}
.item3-2 a{margin-top:88px;display: block;width:138px;height: 43px;border:1px solid #1358a7;color: #1358a7;font-size: 16px;text-align: center;line-height: 43px;border-radius:3px;}
.item3-2 a:hover{background: #1358a7;color: #fff;}
/**集团战略布局***/
.planning_section{width:100%;overflow: hidden;height:auto;background:#fff;margin-bottom: 50px;	}
.planning_sectionbox{width:100%;height:648px;background:#f4f4f4  url(../images/mapbg.png) no-repeat left center ;margin-top: 40px;background-size: cover;}
.planning_sectionbox .tabcontent{width:72%;height: 100%;float: left;overflow: hidden;padding-left: 3%;display: none}
.planning_sectionbox .tabbox{width:25%;float:right;height: 100%;overflow: hidden;background: #F4F4F4;}
.planning_sectionbox .tabbox li{height: 130px;text-align: center;overflow: hidden;}
.planning_sectionbox .tabbox li h4.cn{font-size: 20px;font-weight: 400;color: #333;}
.planning_sectionbox .tabbox li a{display: block;width:100%;height: 100%;padding:30px 0;border-bottom:2px solid #eee;}
.planning_sectionbox .tabbox li p.en{font-size: 16px;text-transform: capitalize;padding-top: 4px;color: #999;}
.planning_sectionbox .tabbox li a:hover,.planning_sectionbox .tabbox li a.on{background: #1358a7;}
.planning_sectionbox .tabbox li a:hover h4,.planning_sectionbox .tabbox li a:hover p,.planning_sectionbox .tabbox li a.on h4,.planning_sectionbox .tabbox li a.on p{color:#fff;}
.planning_sectionbox .tabbox li.wap-li{height: 100%;text-align: center;display: none;background:rgba(255,255,255,.5);}
.planning_sectionbox .tabbox li.wap-li a{padding:0!important;width:80%;font-size: 16px;color: #1358a7;display: block;background:url(/static/home/images/more2.png) no-repeat  right center;background-size:0.5rem auto;}
.planning_sectionbox .tabcontent .tabcontent-img{float:right;width:58%;height: 100%;overflow: hidden;}
.planning_sectionbox .tabcontent .tabcontent-txt{float: left;width: 42%;overflow: hidden;height: 100%;}
.area-txtbox{width:100%;height: 80%;padding:10% 0;overflow: hidden;}
.area-img{height: 100px;overflow: hidden;width:100%;text-align: center;}
.icon-img{width:100px;height: 100px;margin:0 20px;display: inline-block;}
.imgbox{position: relative;border-radius: 100px;overflow: hidden;height: 100%;width:100%;}
.icon-img div.img{position: absolute;top:0;left:0;width: 100%;overflow: hidden;height: 100%;z-index: 5;border-radius: 100%;}
.icon-img div.img img{display: block;width:100%;height: 100%;}
.icon-img div.mask{cursor:pointer;text-align:center;display:none;position: absolute;top:0;left:0;z-index: 6;width:100px;height:100px;border-radius: 100%;width:100%;height: 100%;}
.icon-img div.mask h4{color:#fff;font-size: 18px;font-weight: 400;padding-top: 25px;}
.icon-img div.mask p{text-transform: capitalize;font-size: 16px;color:#fff;}
.icon-img:hover div.mask{display: block;}
.area-txt{margin-top: 30px;overflow: hidden;height: 100%;margin-right: 3%;text-align: left;}
.area-txt a{display: inline-block;width:135px;background:#FFFFFF;text-align: center;height:30px;padding: 20px ;margin:0 10px 10px 0;}
.area-txt a:nth-child(3n){margin-right: 0;}
.area-txt1 a{width:165px;}
.area-txt1 a:nth-child(1){margin-left: 50px;}
.area-txt a h4.cn{color:#666;font-size: 16px;font-weight: 400}
.area-txt a p.en{text-indent: 0;text-transform:  capitalize;color:#666;font-size: 14px;}
.area-txt a:hover {background:#1358a7;}
.area-txt a:hover h4.cn,.area-txt a:hover p.en{color:#fff;}
/***新闻**/
.news_section{width:100%;overflow: hidden;height: 800px;background:url(/static/home/images/newsbg.png) no-repeat right center;margin-bottom: 60px;background-size:60% 100%;}
.wap-h2{text-align: center;font-size: .32rem;color:#1358a7;display:none;padding-top: .3rem;}
.wap-h2-1{color:#8e050c;}
.news_section .common_title{padding:50px;}
.news-swiper-container .swiper-slide{position: relative!important;overflow:hidden;}
.news-swiper-container div.img{width:50%;height:5.6rem;overflow: hidden;border-radius:3px;overflow: hidden;}
.swiper-slide-txt{width:60%;position: absolute;top:.3rem;right:0;background: #fff;height: 5rem;z-index:9;border-radius:3px;box-shadow: 0 0 10px rgba(0,0,0,.08);}
.swiper-slide-time{padding:.2rem;background: #1358a7;width:80px;margin:0 auto;text-align: center;border-radius:0 0 3px 3px;}
.swiper-slide-time .day{font-size: .42rem;color: #fff;}
.swiper-slide-time .day::after{content: "";height: 2px;width:30px;background:#fff;display: block;margin:0 auto;}
.swiper-slide-time .month{color:#fff;text-align: center;font-size: 18px;padding-top: 10px;}
.swiper-slide-txt a{display: block;width:70%;margin:.6rem auto 0 auto;overflow: hidden;}
.swiper-slide-txt a h3{color: #333;font-size: 20px;font-weight: 400;}
.swiper-slide-txt a p{line-height:1.8;height: 72px;font-size: 16px;color:#999;margin-top: 30px;}
.swiper-slide-txt a  span.morespan{display: block;margin-top:40px;text-align: left;color:#1358a7;background:url(/static/home/images/more2.png) no-repeat center right;width:110px;background-size:auto 38px;}
.swiper-slide-txt a:hover span{padding-left: 10px;}
.swiper-slide-txt a:hover  h3{color:#1358a7;}
.swiper-slide-txt a:hover p{color: #444}
.swiper-buttonbox{width:100px;height: 30px;background: url(/static/home/images/line.png) no-repeat center;position: absolute;bottom: .8rem;right:5%;z-index: 10;}
.swiper-buttonbox .swiper-button-prev{width:21px;height: 16px;margin-top: -8px;font-size:25px;line-height:21px;background:none;color:#aaa;}
.swiper-buttonbox .swiper-button-next{width:21px;height: 16px;margin-top: -8px;font-size:25px;line-height:21px;background:none;color:#aaa;}
.swiper-buttonbox .swiper-button-prev:hover{color:rgb(19, 88, 167);}
.swiper-buttonbox .swiper-button-next:hover{color:rgb(19, 88, 167);}
/*业务领域***/
.business{overflow: hidden;width:100%;height: auto;margin-bottom: 50px;}
.business .lsbs-container{width: 100%;height: 600px;overflow: hidden;margin-top: 50px;}
.business .lsbs-container .lsb-background{width:33.3%;float:left;overflow: hidden;height: 600px;}
.business .lsbs-container .lsb-background1{background-size: cover !important;}
.business .lsbs-container .lsb-background2{background-size: cover !important;}
.business .lsbs-container .lsb-background3{background-size: cover !important;}
.business .lsbs-container a.lsb{display: block;width:100%;height:100%;text-align:center;position:relative;transition:all .7s;display:block;overflow:hidden}
.business .lsbs-container a.lsb:hover{cursor:pointer;background:rgba(2,137,255,.8)}
.business .lsbs-container a.lsb .lsb-name{color:#f1f4f8;font-size: 30px;margin-top: 250px;}
.business .lsbs-container a.lsb .lsb-span{font-size: 16px;color:#f1f4f8;text-transform:Capitalize;line-height: 2}
.business .lsbs-container a.lsb .lsb-introduce{display:none;color:#f6f6f6;font-size: 16px;padding: 60px 80px;height:72px;}
.business .lsbs-container a.lsb .lsb-introduce span{display: block;overflow: hidden;height: 100%;line-height: 24px;height: 72px;}
.business .lsbs-container a.lsb .lsb-href{color: #fff;width:120px;height: 36px;line-height: 36px;text-align: center;border:1px solid #fff;display: none;margin: 30px auto;border-radius:3px;}
.business .lsbs-container a.lsb .lsb-href:hover{background: #fff;color:rgb(19, 88, 167);}
.business .lsbs-container a.lsb:hover .lsb-introduce,.business .lsbs-container a.lsb:hover  .lsb-href{display: block;}
.business .lsbs-container a.lsb:hover  .lsb-name{margin-top: 150px;}
/*合作伙伴***/
.cooper{width:100%;overflow: hidden;overflow: hidden;padding: 0.5rem 0;background: #f9f9f9;}
.cooper .swiper-container{margin-top: 50px;height: auto;}
.cooper .swiper-container .swiper-slide{height: auto; text-align: center;  /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center; -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;border-radius:3px;}
.cooper ul{height: 100%;width: 100%;overflow: hidden;}
.cooper ul li{overflow: hidden;}
.cooper ul li img{width: 100%;height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;}
.cooper .swiper-pagination-bullet-active{background:rgb(19, 88, 167,0.8);}

/*****公共页面所有样式******/
.main{width:100%;overflow: hidden;height:auto;padding:50px 0;background: #F4F4F4}
.newscontainer .notice_box{padding:30px 0;height:auto !important; }
.notice_box1{background: #fff url(../images/news/affiche.png) no-repeat left center;background-size:1.39rem 1.56rem;}
.notice_box2{background: #fff url(../images/lzjs/affiche.png) no-repeat left center;background-size:1.39rem 1.56rem;}
.notice_boxbody{padding:20px 30px 20px 195px;overflow: hidden;}
.article_box{width:100%;overflow: hidden;height: auto;margin-top:40px;}
.recbanner{height: 300px;width: 500px;float: left;overflow: hidden;position: relative;}
.recbanner .swiper-slide {position:relative;text-align:center;}
.recbanner img {max-width:100%;display:block;width: 100%;height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;border-radius:3px;}
.recbanner h2 {text-align:center;font-size:16px;height:42px;line-height:42px;padding:0 15%;width:70%;color:#fafafa;position:absolute;left:0;bottom:0;right:0;font-weight:normal;text-shadow:1px 1px 1px #000;background-color:rgba(0,0,0,0);background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));background:-webkit-gradient(linear,top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7));}
.recbanner .pagination {position:absolute;z-index:20;bottom:3px;text-align:right;left:390px!important;right:0!important;width:100px!important;}
.recbanner .swiper-pagination-bullet {display:inline-block;width:8px;height:8px;border-radius:8px;background:#fff;margin:0 2px;opacity:0.8;cursor:pointer;}
.recbanner .swiper-pagination-bullet-active {background:#1358a7;}
.arcicle_rec{height: 300px;overflow: hidden;}
.rec_list{float: right;width:765px;overflow: hidden;height: 300px;}
.rec_listbox{overflow: hidden;}
.arcicle_content{margin:20px auto 0 auto;overflow: hidden;}
.arcicle_contentbox{height: 320px;overflow:hidden;width:47%;margin-top: 25px;}
/***左边侧栏**/
.slidebar{max-width:320px;float: left;margin-top: 40px;overflow: hidden;}
.slidebar h3{width:320px;height:86px;font-size: 28px;padding-top:52px;color: #f3fafd; text-align: center; font-weight: bold;}
.slidebar1 h3{background: url(/static/home/images/leftnav1.png?v1) center no-repeat; }
.slidebar2 h3{background: url(/static/home/images/leftnav2.png?v1) center no-repeat; }
.slidebar .leftList {background-color: #fff;width: 315px;margin-left: 5px;}
.slidebar .leftList{overflow: hidden;padding-bottom: .3rem;}
.slidebar .leftList li{padding:18px 0;text-align: center;}
.slidebar .leftList li a{font-size: 18px;color:#666;display: block;text-align: center;}
.slidebar1 .leftList li:hover a,.slidebar1 .leftList li.active a{color:#1358a7;}
.slidebar2 .leftList li:hover a,.slidebar2 .leftList li.active a{color:#8e050c;}
/**新闻中心**/
.bohong_content{float: right;padding:30px;width:880px;overflow: hidden;background: #fff;margin-top: 40px;min-height: 470px;}
.detailBg{overflow: hidden;width:100%;margin-top:15px;}
.artTit{margin-bottom: 15px;}
.artTit h2{text-align: center;font-size: 26px;color:#333;font-weight:bold;line-height: 1.4;}
.artTit p.autorBox{text-align: center;font-size: 15px;line-height: 1.6;color:#999;font-weight: 400;padding-top: 10px;}
.artTit p.autorBox span{padding-right: 20px;}
.obj_bodytxt{margin-top: 20px;overflow: hidden;color:#333;}
/*.obj_bodytxt p{line-height: 1.6;text-indent: 30px;margin-bottom: 15px;color:#444;font-weight: 400;}*/
/*.obj_bodytxt p img,.obj_bodytxt * img,.obj_bodytxt  img{display: block;margin:10px auto;}*/
.closeAn{height: 40px;line-height: 40px;overflow: hidden;text-align: right;display:none;}
.closeAn a{font-size: 16px;color:#1358a7;}
.content-exp{padding:10px 15px;font-size:12px;background-color:#f5f5f5;margin-top:20px;border-radius:5px}
.content-exp li{line-height:2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 16px;}
.content-exp li a:hover{color:#1358a7;}
.article_box_list{padding:30px;background: #fff;margin-bottom: 40px;}
.article_box_list .title{border-bottom: 1px solid #eeeeee;line-height: 40px;height: 40px;}
.article_box_list .title h2{color: #8e050c;display: block;line-height: 40px;height: 40px;}
.method_item{padding:20px 3%;background: #f9f9f9;height: 40px;line-height: 40px;font-size: 22px;}
.method_item a em{color:#8e050c;padding-right: 5px;display: inline-block;}
.method_item a{display:block;color: #333;width:100%;}
.article_box_list .method{margin-top: 30px;overflow: hidden;}
.article_box_list .method .method_item{width:42%;}
/**廉政建设**/
.reportbox{width:100%;margin-top: 40px;}
.reportbox .method_item{width:500px;margin-top: 30px;}
/**党群建设**/
.reportbox1{width:100%;margin-top: 40px;}
.reportbox1 img{display: block;width:auto;margin:0 auto;max-width: 100%;overflow: hidden;}
.dangqun{overflow: hidden;}
.dangqun li{width:33%;height: 489px;background:url(/static/home/images/dqjs/bg.png) no-repeat center;background-size: cover;overflow: hidden;display:inline-block;border-radius:3px;}
.dangqun li div{padding:1.1rem .6rem .8rem .6rem;}
.dangqun li div h3{color: #fff;font-size: 30px;text-align: center;display: block;margin-bottom: 50px;}
.dangqun li div p{background:url(/static/home/images/dqjs/wjx.png) no-repeat left center;height:30px;line-height: 30px;padding-left: 45px;margin-left:40px; margin-bottom: 15px}
.dangqun li div p a{font-size: 24px;color: #fff;}
.dangqun li div p a:hover{opacity:0.6;}
.contact_box{margin-top: 40px;text-align:center;padding:30px 0 0 0;background:#fff url(../images/dqjs/tam.png) no-repeat center bottom;overflow: hidden;width:100%;height: 200px;background-size: auto 100% ;}
.contact_box h4{text-align: center;font-size: 30px;color:#8e050c;margin-bottom:30px;}
.contact_box p{font-size: 20px;color: #333;line-height: 2;}
.reportbox1 .contact_box{margin-top: 0;}
/***人力资源**/
.ideabox{margin-top: 30px;overflow: hidden;}
.ideabox dl{margin-bottom: 20px;width: 100%;overflow: hidden;}
.ideabox dl dt{background: #1358a7;height: 60px;width:150px;line-height: 60px;text-align: center;color:#fff;font-size: 20px;font-weight: 600;display: inline-block;float: left;
border-radius:3px;}
.ideabox dl dd{display: inline-block;margin-left:20px;font-size: 16px;color:#333;float:right;width:700px;line-height: 1.6;}
.ideabox ul{overflow: hidden;}
.ideabox ul li{padding:30px;background:#f4f4f4;margin-bottom: 20px;}
.ideabox ul li a{display: block;width:100%;height: 100%;}
.ideabox ul li a .gzname{font-size: 22px;color:#333;line-height: 1.6}
.ideabox ul li a .txt{font-size: 16px;color:#999;padding:10px 0;}
.ideabox ul li a .txt span{padding-right:30px;}
.ideabox ul li a p.address{font-size: 16px;color:#666;}
.ideabox ul li a:hover .gzname{color:#1358a7;}
.ideabox .rcdetail{padding: 20px;}
.ideabox .rcdetail .name{color: #1358a7;font-size: 20px;margin-bottom: 20px;}
.ideabox .rcdetail p{line-height: 1.6;color: #333;font-size:16px;margin-bottom: 15px;}
/***凯时尊龙人生服务**/
.service_title{text-align: center;position: relative;height: 41px;}
.service_title h2{font-size: 30px;color:#1358a7;line-height: 41px;background: #f4f4f4 url(../images/li1.png) no-repeat right center;width:180px;position: absolute;top:0;left:50%;margin-left:-90px;z-index: 4;}
.service_title i{height: 1px;width:100%;background: #dddddd;position: absolute;top:20px;left:0;display: block;z-index: 3;}
.service_title h2::after{content: "";background: #f4f4f4 url(../images/li1.png) no-repeat left center;display: block;width:10px;height: 10px;position:absolute;top:15px;}
.servicecontainer .txt{font-size: 16px;color:#333;width:70%;margin:30px auto 40px auto;text-align: center;line-height: 1.6}
.service-ul{width:100%;height: 250px;}
.service-ul li{width:23%;height: 250px;position: relative;overflow: hidden;border-radius:3px;display:inline-block}
.service-ul li img{position: absolute;top:0;left:0;z-index: 3;width: 100%;overflow: hidden;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.service-ul li h2{color:#fff;position: absolute;width:100%;height: 100%;top:0;left:0;z-index: 4;text-align: center;}
.service-ul li:hover img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}

.sugestbox{padding:30px;overflow: hidden;background:#fff;}
.form-box{width:100%;margin:20px auto;overflow: hidden;}
.form-box dl{height: 60px;padding:15px 20px;background:#f9f9f9;line-height: 60px;margin-bottom: 20px;position: relative;}
.form-box dl dt{display: inline-block;color:#333;font-size: 22px;}
.form-box dl dt em,.areatext span em{color: #1358a7;padding-right: 5px;}
.form-box dl dd{display: inline-block;width:60%;height: 100%;}
.form-box dl dd .text{border:none;background:#f9f9f9;height: 100%;width: 100%;font-size: 16px;color: #444;}
.areatext{padding:15px 20px;background:#f9f9f9;width:100%;margin-bottom: 20px;}
.areatext span{color:#333;font-size: 22px;display: block;}
.content{height: 140px;width:98%;background:#f9f9f9;margin:5px auto;font-size: 16px;line-height: 1.6;color: #444;border:none;padding-top: 5px;}
.submit{border:none;width:120px;height: 40px;line-height: 40px;text-align: center;color:#fff;background:#1358a7;font-size: 16px;display: inline-block;margin:30px 0 0 0;cursor: pointer;border-radius:3px;}
.close{width:120px;height: 40px;line-height: 40px;text-align: center;color:#fff;background:#1358a7;font-size: 16px;display: inline-block;margin-top: 30px;margin-left: 40px;border-radius:3px;}
.code{width:150px;height: 50px;position: absolute;top:20px;right:20px;overflow: hidden;display: block;}
/*关于凯时尊龙人生**/
.about_intro{width:100%;overflow: hidden;padding:30px 0;}
/*.about_intro p{line-height: 1.6;font-size: 16px;color: #333;text-indent: 30px;padding-bottom: 10px;}*/
/*.about_intro p img,.about_intro  * img,.about_intro   img{display: block;margin:5px auto;}*/
.norm_title{text-align: center;margin:0 auto;border:1px solid rgba(19,88,167,.2);width:226px;margin-top: 20px;}
.norm_title h2{font-size: 22px;color:#fff;line-height: 48px;height: 48px;width:220px;background:#1358a7;margin:3px;}
.norm_ul{overflow: hidden;padding:30px 0;width:100%;margin-top: 20px;}
.norm_ul li{display:inline-block;width:31.3%;height:90px;padding:30px 0 20px 0;border:1px solid rgba(19,88,167,.2);text-align: center;overflow: hidden;margin-bottom: 20px;}
.norm_ul li h4{text-align: center;margin-bottom: 15px;color: #1358a7;font-size: 20px;}
.norm_ul li p{text-indent:0;color:#333;font-size: 16px;padding:0 25px;}
.norm_ul li:hover{background:#1358a7;}
.norm_ul li:hover h4,.norm_ul li:hover p{color:#fff;}
.norm_ul li:last-child:nth-child(3n + 2){margin-right: calc((100% - 31.3%) / 2);}
.norm_ul li:last-child:nth-child(3n + 2){margin-right: calc((100% - 31.3%) / 2);} 
.strategy_box{margin-top: 20px;overflow: hidden;width: 100%;background:url(/static/home/images/about/bg.png) no-repeat center 60px;height: auto;background-size: 100% auto;}
.strategy_box dl{margin-bottom: 40px;overflow: hidden;}
.strategy_box dl dt{background:#1358a7;width:220px;padding:20px 0 0 0;height: 70px;margin:0 auto;color:#fff;text-align: center;border-radius:3px;}
.strategy_box dl dt h4.cn{font-size: 20px;}
.strategy_box dl dt p.en{text-indent: 0;text-transform:  capitalize;font-size: 16px;color: #a7c2e1;}
.strategy_box dl dd{display: flex;display: -webkit-flex;justify-content: space-between;flex-wrap: wrap;overflow: hidden;text-align: center;width:80%;margin:40px auto 0 auto;}
.strategy_box dl dd a{display: inline-block;width:190px;border:1px solid #1358a7;text-align: center;height:40px;padding: 20px 0;margin-bottom:0.2rem;border-radius:3px;}
.strategy_box dl dd a h4.cn{color:#666;font-size: 18px;font-weight: 400}
.strategy_box dl dd a p.en{text-indent: 0;text-transform:  capitalize;color:#666;font-size: 16px;}
.strategy_box dl dd a:hover {background:#1358a7;}
.strategy_box dl dd a:hover h4.cn,.strategy_box dl dd a:hover p.en{color:#fff;}
.strategy_box dl dd.dd1{width:100%;}
.strategy_box dl dd.dd2{width:50%;}
.strategy_box dl dd.dd1 a{margin-bottom: 40px;}
.strategy_box dl dd.dd1 a:last-child:nth-child(4n + 2){ margin-right: calc((100% - 190px) / 3 * 2);}
.strategy_box dl dd.dd1 a:last-child:nth-child(4n + 3){ margin-right: calc((100% - 190px) / 3 * 1);}    
/***凯时尊龙人生汽车**/
.topintro{width:100%;overflow: hidden;}
.topintro .img{width:500px;height: 300px;overflow: hidden;float: left;border-radius:3px;}
.intro-right{float: right;width:765px;}
.intro-right .common_title2 h2,.intro_item .common_title2 h2{width:auto;padding-right:20px;}
.intro-right .txtt{color:#666;font-size: 16px;line-height: 1.6;margin-top: 30px;height: 230px;overflow: hidden;}
.intro-right .txtt p{margin-bottom: 10px;}
.more{color: #1358a7;font-size: 16px;float: right;}
.intro_item {width:100%;margin-top: 40px;}
.pic_listbox{width:100%;overflow: hidden;margin-top: 30px;}
.pic_listbox li{height: 250px;overflow: hidden;width: 100%;margin-bottom: 40px;}
.pic_listbox li a{display: block;width:100%;height: 100%;}
.pic_listbox li .pic{width:400px;height: 250px;overflow: hidden;float: left;border-radius:3px;}
.pic_listbox li  .fonts{float:right;width:845px;overflow: hidden;height: 100%;}
.pic_listbox li  .fonts h2{color:#1358a7;font-size: 24px;margin-bottom: 30px;}
.pic_listbox li  .fonts p{color:#666;font-size: 16px;line-height: 1.6;padding-bottom: 10px;}
.intro_item .pic_font{margin-top: 30px;}
.intro_item .pic_font li{margin-right: 40px;}
.bohong_content .intro_item{margin-top: 20px;}
.bohong_content .intro_item .pic_listbox li{height: 148px;}
.bohong_content .intro_item .pic_listbox li .fonts h2{margin-bottom: 15px;font-size: 20px;}
.bohong_content .intro_item .pic_listbox li .pic{width: 250px;height: 148px;}
.bohong_content .intro_item .fonts{width:585px;}
/*凯时尊龙人生房产**/
.house_box{overflow: hidden;margin-top: 30px;width:100%;}
.house_box ul{overflow: hidden;width: 100%;}
.house_box ul li{position: relative;float: left;overflow: hidden;border-radius:3px;}
.house_box ul li h4{background:url(/static/home/images/shadow.png) repeat center;height: 40px;width:100%;text-align: center;line-height: 40px;color:#fff;font-size: 16px;font-weight: 500;position: absolute;bottom: 0;left:0;z-index: 6}
.house_box ul li.li1{width:580px;height: 400px;}
.house_box ul li div.img{position:absolute;top:0;left:0;width:100%;height: 100%;overflow: hidden;border-radius:3px;}
.house_box ul li  .mask{position: absolute;top: -100%;left:0;z-index:7;-webkit-transition: all 0.5s linear; transition: all 0.5s linear;overflow: hidden;}
.house_box ul li  .mask h5{font-size: 20px;color:#fff;text-align: center;}
.house_box ul li  .mask p{text-align: center;color:#fff;font-size: 16px;line-height: 1.6;padding: 20px 30px;text-indent:0;}
.house_box ul li:hover  .mask{top:0;}
.house_box ul li.li1  .mask h5{padding-top: 100px;}
.house_box ul li:hover h4{bottom: -100%;}
.house_box ul li.li2{width:700px;height: 190px;float: right;}
.house_box ul li.li2  .mask h5,.house_box ul li.li3  .mask h5,.house_box ul li.li4  .mask h5{padding-top:30px;}
.house_box ul li.li3{width:340px;height: 190px;float: left;margin-top: 20px;margin-left: 20px;}
.house_box ul li.li4{width:340px;height: 190px;float:right;margin-top: 20px;}

/*2021年3月客户要求整改新闻*/
.bh_2021_newsbox{width:100%;overflow: hidden;padding:40px 0 ;margin:0 auto }
.bh_2021_newsbox .blockbox{overflow: hidden;padding:10px}
.BH_2021_newsright,.BH_2021_newsleft{ float: left; width: calc(50% - 16px);overflow: hidden;font-size: 20px;height: 445px;overflow: hidden;background:#fff;border-radius:3px;box-shadow: 0 0 5px rgba(0,0,0,.1);}
.BH_2021_newsleft .swiper-container{margin:0 10px;}
.BH_2021_newsleft .swiper-container .swiper-wrapper .swiper-slide{overflow: hidden;}
.BH_2021_newsleft .swiper-container .swiper-wrapper .swiper-slide img {width: 100%;height: auto;border-radius:3px;}
.BH_2021_newsleft .swiper-container .swiper-wrapper .swiper-slide h4{margin: 15px 0;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.fnt_20{font-size: 20px;}
.fnt_14{font-size: 14px;}
.BH_2021_newsleft .swiper-container .swiper-button-next,.BH_2021_newsleft .swiper-container .swiper-button-prev{margin-top: -56px;}
.BH_2021_newsleft .swiper-container .swiper-button-next,.BH_2021_newsleft .swiper-container .swiper-container-rtl .swiper-button-prev { background: rgba(255, 255, 255, 0.8);right: 0; width: auto;left: auto;padding: 15px 0;height: auto;}
.BH_2021_newsleft .swiper-container  .swiper-button-prev,.BH_2021_newsleft .swiper-container  .swiper-container-rtl .swiper-button-next {background: rgba(255, 255, 255, 0.8);left: 0;height: auto;width: auto;padding: 15px 0;border-radius:0 3px 3px 0;}
.BH_2021_newsright{margin-left: 32px;}
.BH_2021_newsleft .swiper-container .swiper-button-next{border-radius:3px 0 0 3px;box-shadow: 0 0 5px rgba(0,0,0,.1);}
.BH_2021_newsleft .swiper-container .swiper-button-prev{border-radius:0 3px 3px 0;box-shadow: 0 0 5px rgba(0,0,0,.1);}
.BH_2021_newsleft .swiper-container .swiper-button-next:hover{box-shadow: 0 0 5px rgba(0,0,0,.5);}
.BH_2021_newsleft .swiper-container .swiper-button-prev:hover{box-shadow: 0 0 5px rgba(0,0,0,.5);}

.bh_newscomon_title{background: rgb(19, 88, 167);background-image: -webkit-linear-gradient(left,#1358A7 0%,#082b61 100%); background-image: -moz-linear-gradient(left,#1358A7 0%,#082b61 100%);background-image: -o-linear-gradient(left,#1358A7 0%,#082b61 100%);background-image: linear-gradient(left,#1358A7 0%,#082b61 100%);padding: 20px;font-weight: bold;color: #fff;position: relative;}
.bh_newscomon_title span{margin-left: 40px;}
.bh_newscomon_title i a{color: #fff;}
.bh_newscomon_title i{position: absolute;top: 50%;right: 20px;transform: translateY(-50%);}
.bh_newscomon_title .xmn_biao{width: 29px;height: 29px;display: inline-block;position: absolute;top: 50%; left: 20px; transform: translateY(-50%);}
.bh_newscomon_title .link2{float:right;display:block;position:absolute;right:0;top:0;height:100%;}
.bh_newscomon_title .link2 img{height:100%;width:100%;}

.BH_2021_newsright .common_list .list{padding:0 20px;padding-top: 0;}
.BH_2021_newsleft .bh_newscomon_title{margin-bottom: 15px;}
.bh_2021_newsbox .common_title{margin-bottom: 50px;}
.BH_2021_newsleft .swiper-container .swiper-wrapper .swiper-slide a {display: block;width:100%;overflow: hidden;}
.BH_2021_newsleft .swiper-container .swiper-wrapper .swiper-slide a:hover h4,.BH_2021_newsleft .swiper-container .swiper-wrapper .swiper-slide a:hover .fnt_14{color: #1358a7}
/**内容新闻**/
.BH_news_index_2021{width: 100%;overflow: hidden;height: auto;padding: 50px 0;background: #F4F4F4;}
.BH_news_nav{text-align: center;width:100%;overflow: hidden;margin-bottom: 50px;}
.BH_news_nav ul{overflow: hidden;height: 51px;}
.BH_news_nav ul li{line-height: 50px;text-align: center;display: inline-block;margin:0 5px;width:15.6%;font-size: 18px;}
.BH_news_nav ul li a{transition: all .5s, visibility 0s;display: block;border: 1px solid #e0e0e0;height:49px;color: #1358a7;line-height: 49px;}
.BH_news_nav ul li.active a,.BH_news_nav ul li:hover a{background: #1358a7;color: #fff;border-color: #1358a7}
.BH_news_container{overflow: hidden;}
.first_BH_rec{width:100%; overflow: hidden;margin-bottom: .1rem;}
.first_BH_rec a{transition: all .3s ,visibility 0s;display: block;position: relative;overflow: hidden;padding:.2rem;background: #fbfbfb;}
.first_BH_rec a .img{position: relative;width:35.3%;transition: all .7s;float: left;overflow: hidden;}
.first_BH_rec a .bh_nav_tag{position: absolute;top:0;left:0;z-index: 10;}
.first_BH_rec a .bh_first_txt  {float: right;width: 60.7%;transition: all .5s ,visibility 0s;}
.bh_nav_tag{padding:10px;background: #1358a7;color: #fff;font-size: 20px;text-align: center;border-radius:3px;}
.bh_news_time{display: block;color: #1358a7;font-size: 16px;float: left;line-height: 30px;height: 30px;}
.morespan{float:right;display: block;background: url(/static/home/images/more.png) no-repeat right center;text-indent:30px;padding-right:20px;background-size: 25px auto;width:110px;line-height: 30px;height: 30px;color: #1358a7}
.bh_first_txt p{height: 75px;line-height: 25px;font-size: 16px;overflow: hidden;margin-bottom: 30px;margin-top: 20px;color:#444;}
.bh_first_txt h2{color: #222;font-size: 22px;line-height: 40px;height: 40px;overflow: hidden;}
.first_BH_rec a:hover{background: #1358a7;}
.first_BH_rec a:hover .bh_first_txt h2{color: #fff;}
.first_BH_rec a:hover .bh_first_txt p{color: #eee;}
.first_BH_rec a:hover .bh_nav_tag{background: #8e050c;}
.first_BH_rec a:hover .bh_news_time,.first_BH_rec a:hover .morespan{color: #fff;}
.first_BH_rec a:hover .morespan{background: url(/static/home/images/more3.png) no-repeat right center;background-size: 25px auto;}
.bh_ul_listnews{overflow: hidden;width:100%;}
.bh_ul_listnews .listbox{margin-bottom:30px;float: left;width:32%;margin-right: 2%;background: #fbfbfb;}
.bh_ul_listnews .listbox:hover a{background:#1358A7 !important;box-shadow: 0 0 8px rgba(0,0,0,.1);}
.bh_ul_listnews .listbox:hover a .bh_nav_tag{background:#8e050c;}
.bh_ul_listnews .listbox:hover a h3{color:#fff;}
.bh_ul_listnews .listbox:hover a p{color:#fff !important;}
.bh_ul_listnews .listbox:hover a .bh_news_time{color:#fff !important;}
.bh_ul_listnews .listbox:hover a .morespan{color:#fff;background: url(/static/home/images/more3.png) no-repeat right center;background-size:30px auto;}
.bh_ul_listnews .listbox:hover a .imgboxbg .img2{ transform: scale(1.05);}
.bh_ul_listnews .listbox a .bh_n_bot{ padding:0 30px 30px; overflow: hidden;}
.bh_ul_listnews .listbox a{display: block;position: relative;overflow: hidden;border-radius:3px;}
.bh_ul_listnews .listbox a .imgboxbg{ height: 300px; overflow: hidden; position: relative;}
.bh_ul_listnews .listbox a .imgboxbg .img2{transition: all .2s; width: 100%; height: 100%;background-position: center center;background-size: cover;}
.bh_ul_listnews .listbox:nth-child(3n){margin-right:0;float: right}
.bh_ul_listnews .listbox a .bh_nav_tag{width:110px; position: absolute; z-index: 9; left: 0; top: 0;}
.bh_ul_listnews .listbox a .txt{ padding: 0 30px;}
.bh_ul_listnews .listbox a .txt h3.t{margin-top:.3rem;line-height: 1.7em;margin-bottom: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 3.4em;}
.bh_ul_listnews .listbox a .txt p{font-size:16px;color: #616161;line-height: 25px;height: 50px;overflow: hidden;text-indent: 0;margin-bottom: 30px;}
.bh_ul_listnews .listbox a:hover .imgboxbg{display: block;opacity: 1;transition: all .2s;}
.bh_ul_listnews .listbox:nth-child(2n) a{background: #fff;}

/*旗下公司*/
.subsid_list .subsid_list_ul{ height: 100%; padding: 10px 0;}
.subsid_list .subsid_list_ul li{ float: left; width: 30%; background: #EDEDED; padding: 0 1%; margin: 10px 0; text-align: center; height: 45px; line-height: 45px; font-size: 16px;transition: all .2s;}
.subsid_list .subsid_list_ul li:nth-of-type(3n - 1){ margin: 10px 2%;}
.subsid_list .subsid_list_ul li:hover{ transform: scale(1.05);}
.subsid_list .subsid_list_ul li:hover .subsid_title{ color: #1358A7;}


/*20220705 update*/
.newsbox_section{width:100%;overflow: hidden;padding-top:0.30rem;margin:0 auto;background: url(/static/home/images/newsbg.png) no-repeat left center;background-size: auto;background-size: 50% 100%;}
.newsbox_section .blockbox{overflow: hidden;padding:10px}
.newsbox_section .common_list .list{margin:0 10px;padding-top:0;font-size: 18px;}
.newsbox_section .common_list .list li{padding:0;position: relative;padding-left:20px;}
.newsbox_section .common_list .list li::after{width:6px;height:6px;content:"";position:absolute;left:0;top:50%;margin-top:-5px;background: #ddd;border-radius:5px;}
.newsbox_section .common_list .list li a{display: block;padding:12px 0;transition:all .3s ease;}
.newsbox_section .common_list .list li a .time{font-size:16px;color:#888;margin-top:5px;font-weight:normal;}
.newsbox_section .common_list .list li a:hover{color:#1358A7;font-weight:700;transition:all .3s ease;}
.newsbox_section .box{width: calc(50% - 16px);overflow: hidden;height: 470px;overflow: hidden;background:#fff;border-radius:3px;box-shadow: 0 0 5px rgba(0,0,0,.1);font-size: 20px;}
.newsbox_section .box .list li:last-child{border:none;}
.newsbox_section .box2{background: rgb(19, 88, 167);background-image: -webkit-linear-gradient(left,#1358A7 0%,#082b61 100%); background-image: -moz-linear-gradient(left,#1358A7 0%,#082b61 100%);background-image: -o-linear-gradient(left,#1358A7 0%,#082b61 100%);background-image: linear-gradient(left,#1358A7 0%,#082b61 100%);}
.newsbox_section .box2 a{color:#fff;}
.newsbox_section .box2 a .time{color:rgba(255, 255, 255, 0.6) !important;}
.newsbox_section .box2 .list li{border-bottom:1px dashed rgba(255, 255, 255, 0.1)}
.newsbox_section .box2 .list li:hover a{color:#fff;}
.newsbox_section_one span{cursor: pointer;margin-left:50px;}
.newsbox_section_one .span2{margin-left:20px;}
.newsbox_section_one .imgNewsBox{width:40%;position: relative;height:360px;margin:20px;}
.newsbox_section_one .imgNewsBox img{width:100%;object-fit:cover;height:360px;}
.newsbox_section_one .imgNewsBox::after{content:"";height:100px;width:100%;position:absolute;left:0;bottom:0;background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));z-index:1;}
.newsbox_section_one .imgNewsBox .text{height:90px;width:100%;position:absolute;left:0;bottom:5px;display: flex;align-items: center;justify-content: center;z-index:2;color:#fff;font-weight:700;line-height:1.6;}
.newsbox_section_one .imgNewsBox .text{padding:0 20px;box-sizing:border-box;}
.newsbox_section_one .common_list{display: none;}
.newsbox_section_one.on1 span.span1{background:#fff;color:#1358A7;padding:8px 10px;border-radius:3px;}
.newsbox_section_one.on1 .common_list1{display: block;}
.newsbox_section_one.on1 .common_list2{display: none;}
.newsbox_section_one.on2 span.span2{background:#fff;color:#1358A7;padding:8px 10px;border-radius:3px;}
.newsbox_section_one.on2 .common_list .list li a:hover{color:#1358A7;}
.newsbox_section_one.on2 .bh_newscomon_title{background: #1358A7;font-weight: bold;color: #fff;position: relative;transition:all .3s ease;}
.newsbox_section_one.on2 .common_list1{display: none;}
.newsbox_section_one.on2 .common_list2{display: block;}
<!--0.00027799606323242-->