﻿@charset "utf-8";


/*首页 s*/
.HomeBan{position: relative; z-index: 1; overflow:hidden; background:url(../images/loading.gif) center center no-repeat;height: 630px;}
.HomeBan .item{ position:relative;}
.HomeBan .imgbox{padding-top:630px;}
.HomeBan .slick-dots{ bottom: 30px;}
.HomeBan .slick-dots li{ border-radius:50%; margin:0 5px; display:inline-block;width: 10px;height: 10px; position:relative;background: #fff;vertical-align: middle;}
.HomeBan .slick-dots li.slick-active {background:#0e3db1;width: 18px;height: 18px;}
.HomeBan .slick-dots li.slick-active button{background: none;}
.HomeBan .slick-arrow{background-color:rgba(0,0,0,0.5)}
.HomeBan .slick-prev{ left:-100px;}
.HomeBan .slick-next{ right:-100px;}
.HomeBan:hover .slick-prev { left:4%;}
.HomeBan:hover .slick-next { right:4%;}
.HomeBan .item .txt{ z-index:10; position:absolute; left:15%; width:50%; top: 35%;color:#fff;text-align: center;width: 70%;}
/* .HomeBan .item.i2 .txt{top: 30%;} */
.HomeBan .item.i2 .txt{text-align: left;}
/* .HomeBan .item.active .scaleBg1,.HomeBan .item.active .scaleBg3,.HomeBan .item.active .scaleBg5{
	-webkit-animation:scale-bg 8s ease-in-out 0s 1 alternate forwards;
	animation:scale-bg 8s ease-in-out 0s 1 alternate forwards;} */
	/* .HomeBan .item .scaleBg2,.HomeBan .item .scaleBg4,.HomeBan .item .scaleBg6{
	-webkit-transform:scale(1.4);
	transform:scale(1.4);}
	.HomeBan .item.active .scaleBg2,.HomeBan .item.active .scaleBg4,.HomeBan .item.active .scaleBg6{
	-webkit-animation:scale-bg2 8s ease-in-out 0s 1 alternate forwards;
	animation:scale-bg2 8s ease-in-out 0s 1 alternate forwards;} */
.HomeBan .item .txt{
	opacity: 0;
	transform: translateY(130px);
	-webkit-transform: translateY(130px);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
}
/* .HomeBan .item.active .scaleBg1,.HomeBan .item.active .scaleBg3,.HomeBan .item.active .scaleBg5{
-webkit-animation:scale-bg 8s ease-in-out 0s 1 alternate forwards;
animation:scale-bg 8s ease-in-out 0s 1 alternate forwards;}
.HomeBan .item .scaleBg2,.HomeBan .item .scaleBg4,.HomeBan .item .scaleBg6{
-webkit-transform:scale(1.4);
transform:scale(1.4);}
.HomeBan .item.active .scaleBg2,.HomeBan .item.active .scaleBg4,.HomeBan .item.active .scaleBg6{
-webkit-animation:scale-bg2 8s ease-in-out 0s 1 alternate forwards;
animation:scale-bg2 8s ease-in-out 0s 1 alternate forwards;} */
.HomeBan .item.active .txt{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

@media ( max-width:1024px){
.HomeBan .imgbox{padding-top:35%;}
.HomeBan .slick-dots{ bottom: 10px;}
.HomeBan .slick-dots li,.HomeBan .slick-dots li.slick-active {width: 10px;height: 10px;}
.HomeBan .item.i3 .txt{width:300px;}
}
@media ( max-width:640px){
.HomeBan .imgbox{padding-top:50%;}
.HomeBan .item.i3 .txt{width:150px;}
}

.HomeNews{overflow: hidden;}
.HomeNews .Top{width: 62%;float: left;padding:39px 0;}
.HomeNews .Top .imgbox{width:53%;float: left;padding-top:320px;}
.HomeNews .Top .info{width:44%;float: right;}
.HomeNews .Top .date{line-height: 17px;font-size: 18px;color:#0e3db1;}
.HomeNews .Top .date i{display: block;font-family: "DINMedium";font-size: 45px;line-height: 47px;}
.HomeNews .Top .tit{font-size: 22px;margin:24px 0 17px;}
.HomeNews .Top .p{height:120px;margin-bottom:24px;color:#808080;font-size:15px;}
.HomeNews .Top .detail .iconfont{font-size:14px;font-weight: bold;margin-left:7px;transition: all 0.3s;}
.HomeNews .Top a:hover .detail .iconfont{margin-left:12px;}

.HomeNews .List{width:34%;float: right;padding:18px 0 21px 0;}
.HomeNews .List li{border-bottom: 1px solid #ebebeb;padding:8px 0 13px;position: relative;}
.HomeNews .List .date{line-height: 39px;color:#b2b2b2;font-size: 18px;font-family: "DINMedium";}
.HomeNews .List .tit{padding-right:60px;position: relative;font-size: 18px;height: 60px;color:#333;}
.HomeNews .List .tit .iconfont{position: absolute;right: 0;top:0;font-weight: bold;font-size: 15px;color:#cccccc;}
.HomeNews .List li:before{position: absolute;left: 0;bottom: -1px;width: 0;width: 0;height: 1px;background:#0e3db1;content: "";transition: all 0.3s;}
.HomeNews .List li:hover:before{width: 100%;}
.HomeNews .List li:hover .tit,.HomeNews .List li:hover .tit .iconfont{color:#0e3db1;}
.HomeNews .List li:last-child{border-bottom: 0px;}

@media(max-width:1024px){
.HomeNews .Top{width: auto;float: none;padding:20px 0;}
.HomeNews .List{width:auto;float:none;}
.HomeNews .List li{padding:8px 0;}
.HomeNews .List .date{font-size: 15px;line-height: 20px;}
.HomeNews .List .tit{height: auto;font-size: 15px;}
}
@media(max-width:768px){
.HomeNews .Top .imgbox{width: auto;float: none;padding-top:60%;margin-bottom: 10px;}
.HomeNews .Top .info{width: auto;float: none;border-bottom: 1px solid #ebebeb;padding-bottom:8px;}
.HomeNews .Top .date{font-size: 14px;}
.HomeNews .Top .date i{font-size: 22px;line-height: 24px;}
.HomeNews .Top .tit{margin:8px 0;font-size: 15px;}
.HomeNews .Top .p{height: auto;-webkit-line-clamp: 2;font-size: 14px;margin-bottom:10px;}
.HomeNews .List{padding-top:0;}
}

.HomeTit{padding:30px 0 29px;}
.HomeTit h2{line-height: 46px;color:#000000;font-size:28px;}
.HomeTit p{line-height: 22px;color:#d9d9d9;font-size:22px;text-transform: uppercase;font-family: "Montserrat";}

.HomeAbout{background:#fafafa url(../images/aboutbg.jpg) 0px bottom no-repeat;overflow: hidden;}
.HomeAbout .About{width:60%;float: left;}
.HomeAbout .About .imgbox{width:42%;float: left;padding-top:170px;}
.HomeAbout .About .info{width:53%;float: right;}
.HomeAbout .About .info .p{margin:-4px 0 16px;font-size: 15px;color:#666666;height:120px;}
.HomeAbout .About .detail .iconfont{font-size:14px;font-weight: bold;margin-left:7px;transition: all 0.3s;}
.HomeAbout .About a:hover .detail .iconfont{margin-left:12px;}

.HomeAbout .Num{width:40%;padding:11px 2.5% 0;float:left;overflow: hidden;}
.HomeAbout .Num li{border-bottom: 1px solid #f0f0f0;padding:14px 0 21px;font-size: 14px;color:#000000; position: relative;}
.HomeAbout .Num .number{color:#0e3db1;}
.HomeAbout .Num .number b{margin-right:6px;font-size: 36px;font-family: "DINMedium";vertical-align: bottom;line-height: 48px;}
.HomeAbout .Num .iconfont{position: absolute;color: #e7e3e3;right: 20px;top: 35%;font-size: 40px;}
.HomeAbout .Num li:before{position: absolute;left: 0;bottom: -1px;width: 0;width: 0;height: 1px;background:#0e3db1;content: "";transition: all 0.3s;}
.HomeAbout .Num li:hover:before{width: 100%;}
.HomeAbout .Num li:hover .iconfont{color: #ccc;}

.HomeAbout .Paper{width:27%;float: right;background:#f5f0e6;padding:20px 70px 0;height:340px;overflow: hidden;display:none;}
.HomeAbout .Paper .item{position: relative;text-align: center;}
.HomeAbout .Paper .imgbox{padding-top:300px;}
.HomeAbout .Paper .tit{position: absolute;left: 0;bottom: 0;z-index: 3;line-height: 40px;background:rgba(0,0,0,0.4);font-size: 14px;color:#fff;width: 100%;}
.HomeAbout .Paper .slick-arrow{color:#000;width: 30px;height: 60px;line-height:60px;background-position: center;background-size: contain;border-radius: 0;background:none;}
.HomeAbout .Paper .slick-prev:before,
.HomeAbout .Paper .slick-next:before{font-weight: bold;font-size: 18px;}
.HomeAbout .Paper .slick-prev{background-image: url(../images/arrlefbg.png);left: -100px;}
.HomeAbout .Paper .slick-next{background-image: url(../images/arrrightbg.png);right: -100px;}
.HomeAbout .Paper:hover .slick-prev{left:-70px;}
.HomeAbout .Paper:hover .slick-next{right:-70px;}
.HomeAbout .Paper .slick-prev:hover,.HomeAbout .Paper .slick-next:hover{color:#0e3db1;}
.HomeAbout .Paper .slick-dots{display:none !important;}

@media(max-width:1024px){
.HomeAbout .About{width: auto;float: none;}
.HomeAbout .Num{width: auto;}
.HomeAbout .Paper{width: 30%;padding:20px 20px 35px;}
.HomeAbout .Paper .slick-arrow{display:none !important;}
.HomeAbout .Paper .slick-dots{display:block !important;bottom:-20px;}
.HomeAbout .Paper .imgbox {padding-top:290px;}
}
@media(max-width:768px){
.HomeTit{padding:20px 0 15px;}
.HomeTit h2{font-size:18px;line-height: 24px;}
.HomeTit p{font-size:15px;}
}
@media(max-width:640px){
.HomeAbout .About .imgbox {padding-top:133px;}
.HomeAbout .About .info .p{height: auto;font-size: 14px;}
.HomeAbout .Num{width: auto;float: none;}
.HomeAbout .Num .number b{font-size:20px;line-height:30px;}
.HomeAbout .Num li{padding:10px 0;}
.HomeAbout .Num .iconfont{font-size:32px;}
.HomeAbout .Paper{width: auto;float: none;height: auto;}
.HomeAbout .Paper .slick-list{margin-left:-10px;}
.HomeAbout .Paper .item{margin-left:10px;}
.HomeAbout .Paper .imgbox{padding-top:125%;}
}

.HomeBusiness{padding:0 0 5%;background:url(../images/businessbg.jpg) center bottom no-repeat; background-size: cover; overflow: hidden;}
.HomeBusiness .Nav{margin-bottom:28px;}
.HomeBusiness .Nav .slick-list{margin-left:-35px;}
.HomeBusiness .Nav .slick-track{margin:0 auto;width: 100% !important;} 
.HomeBusiness .Nav .item{cursor: pointer;width: 25%!important;padding-left:35px;}
.HomeBusiness .Nav .imgbox{border-radius: 50%;width: 70px;height: 70px;margin:0 0 11px;transition:all .4s;}
.HomeBusiness .Nav .en{line-height: 31px;font-family: "Montserrat";font-size: 12px;text-transform: uppercase;border-bottom: 1px solid #8d8d8d;position: relative;display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.HomeBusiness .Nav .en i{zoom:0.8;color:#999999;}
.HomeBusiness .Nav .en:after{position: absolute;left: 0;width: 0;bottom: -1px;height: 1px;background:#0e3db1;content: "";transition: all 0.3s;}
.HomeBusiness .Nav .en:before{position: absolute;left: 0;content: "";bottom: -6px;width: 6px;height: 11px;background:url(../images/ico/arr.png);opacity: 0;transition: all 0.3s 0.2s;}
.HomeBusiness .Nav .cn{line-height: 45px;font-size: 17px;color:#333333;}
.HomeBusiness .Nav .item.slick-current .cn,.HomeBusiness .Nav .item:hover .cn{font-weight: bold;color:#0e3db1;}
.HomeBusiness .Nav .item.slick-current .en:after,.HomeBusiness .Nav .item:hover .en:after{width: 100%;}
.HomeBusiness .Nav .item.slick-current .en:before,.HomeBusiness .Nav .item:hover .en:before{left: 68px;opacity: 1;}
.HomeBusiness .Nav .item:hover .imgbox{transform:scale(1.1);margin:11px 0 0;}

.HomeBusiness .slider-info .HomeTit p{color:#000;opacity: 0.3;}
.HomeBusiness .slider-info .imgbox{padding-top:400px;width:65%;float: left;}
.HomeBusiness .slider-info .info{height:400px;width: 35%;float: left;padding:0 2%;background-image: linear-gradient(to bottom right, #3ab3e4 , #ced7ec,#f7e9ec);}
.HomeBusiness .slider-info .p{min-height:160px;font-size: 14px;line-height: 25px;margin-bottom: 10px;color:#5d6269;-webkit-line-clamp: 10;}
.HomeBusiness .slider-info .detail{transition: all 0.3s;}
.HomeBusiness .slider-info a:hover .detail{margin-left:12px;}
.HomeBusiness .slider-info .slick-prev{opacity: 0;left: 0;}
.HomeBusiness .slider-info .slick-next{opacity: 0; right: 0;}
.HomeBusiness .slider-info:hover .slick-prev{opacity: 1;left: -55px;}
.HomeBusiness .slider-info:hover .slick-next{opacity: 1; right: -55px;}

@media(max-width:1366px){
.HomeBusiness .Nav .slick-list{margin-left:-20px;}
.HomeBusiness .Nav .item{padding-left:20px;}
}
@media(max-width:1024px){
.HomeBusiness .Nav{margin-bottom:15px;}
.HomeBusiness .Nav .slick-list{margin-left:-20px;}
.HomeBusiness .Nav .item{padding-left:20px;}
.HomeBusiness .Nav .cn{font-size:16px;line-height:38px;}
.HomeBusiness .slider-info .p{height:auto;line-height:20px;font-size:14px;-webkit-line-clamp:15;}
}
@media(max-width:768px){
.HomeBusiness .Nav{display: none;}
.HomeBusiness .slider-info .imgbox{padding-top:60%;width:auto;float: none;}
.HomeBusiness .slider-info .info{padding:8px 15px 15px;height:auto;width:auto;}
.HomeBusiness .slider-info .p{-webkit-line-clamp: 15;margin-bottom:15px;}
.HomeBusiness .slider-info .detail{width:30px;}
.HomeBusiness .slider-info .slick-prev,.HomeBusiness .slider-info:hover .slick-prev{opacity: 1;left: -10px;}
.HomeBusiness .slider-info .slick-next,.HomeBusiness .slider-info:hover .slick-next{opacity: 1; right: -10px;}
}

/*栏目页 s*/
.SubPage{ height:auto !important; height:300px; min-height:300px; padding-top:3.3%; padding-bottom:3.3%;overflow: hidden;clear: both;}
.SubBan{padding-top:360px;background-size: cover;background-repeat: no-repeat;background-position: center center;}

.ColumnName{ font-weight:normal; background:#005fc5; color:#fff;display:none; position:relative; z-index:100; line-height:36px;}
.ColumnName h2{ font-weight:normal; font-size:15px;}
.ColumnName .arr{ position:absolute; width:100%; height:100%; text-align:right; right:0; top:0;transition: all ease 0.3s;}
.ColumnName .iconfont{ font-size:24px; display:inline-block; margin:0px 10px 0 0;}

.SubMenu{ background:#fff;line-height:82px; height:82px; text-align:center;background:#f6f6f6;}
.SubMenu ul{float: left;}
.SubMenu li{position:relative;float: left;margin-right:45px;}
.SubMenu li a{position:relative; z-index:1; font-size:16px; display:block; padding:0 4px; color:#333333;}
.SubMenu li em{ position:relative; z-index:1;}
.SubMenu li .bg{ position:absolute; z-index:0; width:0; bottom:0px; height:2px; left:0; background:#006fd6;transition: all ease 0.3s; font-size:0;}
.SubMenu li:hover .bg,.SubMenu li.onli .bg{ width:100%;}
.SubMenu li a:hover,.SubMenu li.onli a{ color:#0e3db1;}
.SubMenu li:last-child{ background:none;margin-right:0;}

.SubMenu.sub1{
	background: none;
	line-height: 50px;height: 50px;
    margin-top: 1%;
}
.SubMenu.sub1 ul{
	    float: none;
    width: 100%;
 
}
.SubMenu.sub1 li{
	display: inline-block;
	float: none;
}
.SubMenu.sub1 li a{font-size: 14px;}

.Position{ font-size:14px;float: right;color:#999999;}
.Position a{color:#999999;}.Position a:hover,.Position span{color:#0e3db1;}
.Position .iconfont{ font-size:21px;color:#0e3db1;margin-right:3px;}

.SubTit{text-align: center;line-height: 36px;margin-bottom: 17px;}
.SubTit h2{font-size: 32px;color: #000000;}
.SubTit p{font-size: 22px;color: #dddddd;font-family: "DINMedium";}
.SubTit.tl{text-align: left;}

.SinglePage{ position:relative;word-wrap:break-word;word-break:normal;text-align:justify;line-height: 36px; color: #666;font-size: 18px;}
.SinglePage video{ width:80% !important; margin:0px auto; height:auto !important;}
.SinglePage p span{color:#666 !important;font-size:18px !important;}
.SinglePage.f_black{color:#000;}
@media ( max-width:1024px){
.SubBan{padding-top:20%;}

.ColumnName{ display:block; padding-left:28px;}
.SubMenu{ line-height:34px; height:auto; text-align:left;}
.SubMenu ul{ display:none; border-bottom:1px solid #eee;float: none;}
.SubMenu li{ display:block; width:auto !important; background:none;margin-right:20px;}
.SubMenu li .bg{ display:none;}
.SubMenu li a{ padding-left:16px;}
.Position{float: none;text-align: right;}

.SubPage{ padding-bottom:25px;}
.SinglePage{ line-height:24px; font-size:14px;}
.SinglePage video{ width:100% !important;}
.SinglePage img{ width:auto !important; height:auto !important;}

.SubTit{line-height: 26px;}
.SubTit h2{font-size: 20px;}
.SubTit p{font-size: 16px;}
}
@media ( max-width:640px){
.SubBan{padding-top:28%;}
.SubMenu li {padding-left:0;}
.SubMenu li a{padding:0;}
}

/*走进建投 s*/
.Aboutbody .ColumnName{display: none !important;}
.AboutTxt{line-height: 36px; color: #666;font-size: 18px;word-wrap:break-word;word-break:normal;text-align:justify;}
.AboutNum{height: 400px;padding:72px 2% 0 13%;background-repeat: no-repeat;background-position: center center;background-size: cover;margin:30px 0 15px;}
.AboutNum li{width: 33.333%;float: left;color: #666;}
.AboutNum .icon{margin-bottom: 17px;}
.AboutNum .num{color:#727276;padding:10px 0;}
.AboutNum .num b{color:#0e3db1;font-size: 44px;vertical-align: bottom;line-height: 46px;font-family: "DINMedium";margin-right:7px;}

.AboutLeader{background:#f5f5f5;}
.AboutLeader .slick-list{margin-left:-25px;margin-bottom:-15px;}
.AboutLeader .info{width: 33.333%;float: left;padding:0 0 20px 25px;}
.AboutLeader .info .box{background:#fff url(../images/point.gif) right bottom no-repeat;padding:19px 39px 0;height: 215px;}
.AboutLeader .info .name{line-height: 43px;color:#0e3db1;font-size: 24px;}
.AboutLeader .info .job{line-height: 30px;color:#000000;font-size: 16px;padding-bottom:12px;border-bottom: 1px solid #efefef;margin-bottom:20px;position: relative;}
.AboutLeader .info .job:after{position: absolute;left: 0;bottom: -1px;width: 0;height: 1px;background:#0e3db1;transition: all 0.3s;content: "";}
.AboutLeader .info .p{height:75px;overflow-y: auto;color:#999999;font-size:14px;line-height: 25px;}
.AboutLeader .info .box:hover .job:after{width: 100%;}
.AboutLeader .slick-arrow{background:none;border:1px solid #d4d4d4;color:#d4d4d4;width: 48px;height: 48px;line-height: 46px;}
.AboutLeader .slick-dots{display:none !important;}

.AboutJg{background: linear-gradient(to bottom left, #fefdfe,#fbfafc, #e4f3fe);text-align: center;}

.AboutHornor .Info{height:370px;background-repeat: no-repeat;background-position: center center;background-size: cover;padding:95px 0 0 78px;font-size: 20px;color:#fff;}
.AboutHornor .Info b{display:block;line-height: 34px;}
.AboutHornor .detail{text-align: center;}
.AboutHornor .detail .iconfont{font-size: 14px;font-weight: bold;transition: all 0.3s;}
.AboutHornor .detail a{color:#0e3db1;}
.AboutHornor .detail a:hover .iconfont{margin-left:3px;}

.HornorRec{margin:-157px 48px 0 48px;position: relative;z-index: 3;}
.HornorRec .slick-list{padding:0 !important;}
.HornorRec .item{padding:36px 0;text-align:center;}
.HornorRec .item .imgbox{padding-top:334px;background:#fff;}
.HornorRec .item .imgbox span{width: 92%;left: 4%;height: 89%;top: 5.5%;background-size: contain;opacity: 0.5;}
.HornorRec .item .ti{overflow: hidden;word-break:normal;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height:60px;color:#000000;width:85%;margin:0px auto 0;display:none;font-size:20px;}
.HornorRec .item.slick-current {padding:0;z-index:10;position: relative;}
.HornorRec .item.slick-current .imgbox{padding-top:406px;box-shadow: 0 10px 25px rgba(177,185,203,0.5);margin-bottom:24px;width: 542px !important;margin-left:-62px;}
.HornorRec .item.slick-current .imgbox span{opacity: 1;}
.HornorRec .item.slick-current .ti{display:block;}
.HornorRec .slick-dots{bottom:-5%;display: none !important;}
.HornorRec .slick-arrow{width:50px;height:30px;background-size: contain;background-repeat: no-repeat;border-radius: 0;margin-top:-45px;background-color:transparent;}
.HornorRec .slick-arrow:hover{background-color:transparent;}
.HornorRec .slick-prev:before,.HornorRec .slick-next:before{display:none;}
.HornorRec .slick-prev{background-image: url(../images/ico/left3.png);left: 315px;}
.HornorRec .slick-next{background-image: url(../images/ico/right3.png);right: 315px;}

.AboutCompany{background:#f8f8f8;}
.AboutCompany .content{background:#fff;padding:42px 0 45px 45px;}
.AboutCompany .Nav{text-align: center;margin-bottom: 36px;}
.AboutCompany .Nav li{display:inline-block;vertical-align: middle;margin:0 23px;cursor: pointer;font-size: 20px;color:#666666;position: relative;padding:0 2px;}
.AboutCompany .Nav li span{position: relative;z-index: 2;}
.AboutCompany .Nav li.on{font-size: 22px;font-weight: bold;color:#000000;}
.AboutCompany .Nav li.on:after{content: "";left: 0;bottom: 2px;width: 100%;height: 6px;background:#3e64c1;position: absolute;}
.AboutCompany .slidebox{}
.AboutCompany .slidebox ul{display:none;}
.AboutCompany .slidebox li{line-height: 40px;width: 25%;padding:0 2% 0 12px;position: relative;float: left;}
.AboutCompany .slidebox li:after{position: absolute;content: "";left: 0;top:50%;width: 4px;height: 4px;border-radius: 50%;background:#333333;transform: translate(0,-50%);}
.AboutCompany .slidebox li:hover:after{background:#0e3db1;}

@media(max-width:1024px){
.AboutTxt{font-size:14px;line-height:24px;}
.AboutNum{padding-left:2%;padding-top:40px;height:350px;}
.AboutNum .num b{font-size:30px;}

.AboutLeader .slider{padding:0 20px;}
.AboutLeader .slick-list{margin-left:-12px;}
.AboutLeader .info{width: 50%;padding:0 0 12px 12px;}
.AboutLeader .info .box{padding:15px 15px 0;}
.AboutLeader .info .name{font-size:18px;line-height:24px;}
.AboutLeader .info .job{font-size:15px;padding-bottom:8px;}
.AboutLeader .slick-arrow{width:30px;height:30px;line-height: 28px;}
.AboutLeader .slick-prev{background:url(../images/ico/left2.png);}
.AboutLeader .slick-next{background:url(../images/ico/right2.png);}

.HornorRec .slick-arrow{width:25px;height:16px;}
.HornorRec .slick-prev{left:0;}
.HornorRec .slick-next{right:0;}
.HornorRec .item.slick-current .imgbox {margin-left:-115px;}
.AboutHornor .Info{padding:40px 0 0 40px;font-size: 15px;height: 300px;}
.AboutHornor .Info b{line-height: 24px;}
}
@media(max-width:768px){
.AboutNum .icon{margin-bottom:0;}
.AboutNum .num b{font-size:20px;line-height:30px;margin-right:0;}
.AboutNum li{font-size:12px;padding-left:2%;}
.AboutLeader .info{width: auto;float:none;}
.AboutLeader .info .p{height:75px;}

.HornorRec{margin:-100px 20px 0;}
.HornorRec .item{padding:0;}
.HornorRec .item.slick-current .imgbox{width:auto !important;margin:0 0 10px;}
.HornorRec .item .imgbox{padding-top:65% !important;}
.HornorRec .slick-dots li button{width:8px;height:8px;}
.HornorRec .item .ti{font-size:15px;}
.AboutHornor .Info{padding-left:20px;height:220px;}

.AboutCompany .content{padding:18px 0 18px 18px;}
.AboutCompany .Nav{margin-bottom:15px;}
.AboutCompany .Nav li{margin:0 10px;font-size:16px;}
.AboutCompany .Nav li.on {font-size:17px;}
.AboutCompany .slidebox li{width:50%;line-height:30px;padding-right:3%;}
}


/*新闻中心 s*/
.NewsList{padding-bottom:2.5%;}
.NewsList li{border:1px solid #f3f3f3;padding:0 7.5% 0 33%;height: 240px;margin-bottom:30px;position: relative;}
.NewsList .imgbox{position: absolute;left: 0;top: 0;width: 30%;padding-top: 240px;}
.NewsList .info{padding:18px 0 0 0;}
.NewsList .date{line-height: 61px;color:#0e3db1;font-size: 24px;font-family: "DINMedium";font-weight: bold;}
.NewsList .tit{font-size: 20px;font-weight: bold;margin-bottom: 19px;}
.NewsList .p{color:#999999;font-size: 14px;line-height: 25px;height: 75px;}
.NewsList .more{width: 60px;text-align:center;background:#f7f7f7;height: 100%;position: absolute;right: 0;top: 0;}
.NewsList .more i{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color:#0e3db1;font-weight: bold;}
.NewsList li:hover .more {background:#0e3db1;}
.NewsList li:hover .more i{color:#fff;}

.LeftDetail{width:70%;float: left;}
.TitleInfo{padding-bottom:19px;border-bottom: 4px solid #0e3db1;margin-bottom:26px;}
.TitleInfo h2{font-size: 26px;color:#333333;}
.TitleInfo .date{line-height: 55px;padding-top:3px;color:#0e3db1;font-size: 24px;font-weight: bold;font-family: "DINMedium";}
.TitleInfo .other{font-size: 14px;color:#999999;}
.TitleInfo .other span{margin-right:16px;display:inline-block;}
.TitleInfo .bshare-custom{display:inline-block;vertical-align: middle;font-weight: normal !important;}
.TitleInfo .bshare-custom a{color:#999999 !important;}.TitleInfo .bshare-custom a:hover{color:#0e3db1 !important;}

.TitleInfo .other span:last-child{margin-right:0;}
.TitleInfo .other .iconfont{font-size:20px;margin-right:3px;}

.PrevNextBox {float: right;width: 24%;}
.PrevNextBox dl{background:#f7f7f7;padding:13px 28px;margin-bottom:10px;}
.PrevNextBox dl dt{line-height: 44px;color:#0e3db1;font-weight: bold;font-size: 18px;}
.PrevNextBox dl a{color:#333333;font-size: 18px;}
.PrevNextBox dl a.none{color:#999;}
.PrevNextBox dl:hover {background: #0e3db1;}
.PrevNextBox dl:hover a,.PrevNextBox dl:hover dt{color:#fff;}

@media(max-width:768px){
.NewsList li{height:auto;padding:0;margin-bottom:12px;}
.NewsList .imgbox{position: relative;left: auto;top: auto;width: auto;padding-top:60%;}
.NewsList .more{display:none;}
.NewsList .info{padding:12px;}
.NewsList .date{line-height: 32px;font-size:15px;}
.NewsList .tit{font-size: 15px;margin-bottom: 5px;}
.NewsList .p{height:auto;line-height:24px;-webkit-line-clamp: 2;}

.LeftDetail{width: auto;float: none;}
.TitleInfo{padding-bottom:10px;border-bottom: 2px solid #0e3db1;margin-bottom:12px;}
.TitleInfo h2{font-size: 18px;}
.TitleInfo .date{line-height: 30px;font-size: 16px;}
.PrevNextBox{width: auto;float: none;margin-top:30px;}
.PrevNextBox dl{padding:10px;}
.PrevNextBox dl dt{line-height: 30px;font-size: 16px;}
.PrevNextBox dl a{font-size: 15px;}
}

/*大事记 s*/
.HistoryTit{text-align: center;padding-bottom: 100px;position: relative;}
.HistoryTit h2{font-size: 36px;color: #000000;line-height: 50px;}
.HistoryTit h2 i{color:#0e3db1;font-size: 40px;font-family: "DINMedium";}
.HistoryTit p{font-size: 18px;color: #666666;}
.HistoryTit .en{font-size: 22px;color: #dddddd;/*text-transform: uppercase;*/font-family: "DINMedium";}
.HistoryTit:after{width: 1px;height: 50px;bottom: 27px;left: 50%;content: "";background:#ebebeb;content: "";position: absolute;}

.HistoryNav{height: 99px;position: relative;margin-bottom:3%;}
.HistoryNav:after{width: 1920px;left: 50%;margin-left:-960px;bottom: 21px;height: 1px;background:#ebebeb;content: "";position: absolute;z-index: -1;}
.HistoryNav .item{text-align: center;line-height: 72px;font-size: 36px;color:#bfbfbf;font-weight: bold;font-family: "DINMedium";height: 99px;position: relative;cursor: pointer;}
.HistoryNav .item:after{width: 16px;height: 16px;border-radius: 50%;border:3px solid #d9d9d9;content: "";position: absolute;left: 50%;bottom: 13px;transform: translate(-50%,0);background:#fff;}
.HistoryNav .item.slick-current{font-size: 50px;color: #0e3db1;line-height: 37px;}
.HistoryNav .item.slick-current:after{width: 20px;height: 20px;border:5px solid #0e3db1;bottom: 11px;}
.HistoryNav .slick-arrow{width: 46px;height: 46px;line-height:46px;color:#cbcbcb;border:1px solid #cbcbcb;background:#fff;margin-top:0;}

.HistoryInfo{max-width: 960px;margin: 0px auto;}
.HistoryInfo dl{height: auto !important;height: 18px;font-size:14px;min-height: 18px;padding-left: 93px;position: relative;color:#666666;margin-bottom:18px;}
.HistoryInfo dl dt{position: absolute;left: 0;top: 0;color:#333333;font-weight: bold;}
@media(max-width:1024px){
.HistoryTit {padding-bottom:40px;}
.HistoryTit:after{height:25px;bottom:10px;}
.HistoryTit h2{font-size: 18px;line-height: 24px;}
.HistoryTit h2 i{font-size: 24px;}
.HistoryTit p{font-size: 14px;}
.HistoryTit .en{font-size: 16px;}
.HistoryNav{height: 70px;}
.HistoryNav .item{font-size: 24px;height: 70px;line-height: 45px;}
.HistoryNav .item.slick-current{font-size: 30px;line-height: 45px;}
.HistoryNav .slick-arrow{width: 30px;height: 30px;line-height:30px;}
.HistoryNav .slick-prev{background-image: url(../images/ico/left2.png);}
.HistoryNav .slick-next{background-image: url(../images/ico/right2.png);}
}
@media(max-width:768px){
.HistoryNav .item{font-size:18px;}
.HistoryNav .item.slick-current{font-size: 18px;}
.HistoryNav .item.slick-current:after{width: 16px;height: 16px;bottom: 13px;}
}


/*企业党建 s*/
.dangjian .MainNav .bg{background:#d81206;}
.dangjian .NavPull dl dd a:hover{background:#c40b00;}
.dangjian .Position .iconfont{color:#d81206;}
.dangjian .Position a:hover,.dangjian .Position span{color:#d81206;}
.dangjian .SubMenu li a:hover, .dangjian .SubMenu li.onli a{color:#d81206;}
.dangjian .SubMenu li .bg{background: #d81206;}
.dangjian .ColumnName{background:#d81206;}

.DjFocus{width: 49%;float: left;overflow: hidden;margin-bottom: 28px;}
.DjFocus .item{position: relative;}
.DjFocus .imgbox{padding-top:432px;}
.DjFocus .ti{padding: 0 80px 0 123px;position: absolute;left: 0;bottom: 0;z-index: 2;line-height: 52px;height:52px;background:rgba(0,0,0,0.6);width: 100%;}
.DjFocus .ti .date{position: absolute;width: 95px;text-align: center;left: 28px;top: 0;color:#fff;}
.DjFocus .item a{color:#fff;}
.DjFocus .slick-arrow{width: 40px;height: 40px;line-height:40px;top:auto;bottom:5px;margin:0;background-color:transparent;border-radius: 0;}
.DjFocus .slick-prev{left: 0;}
.DjFocus .slick-next{right: 0;}
.DjFocus .slick-prev:before,.DjFocus .slick-next:before{font-size:20px;}
.DjFocus .slick-arrow:hover{background-color: #d81206;}
.DjNews{width: 51%;float: right;border: 1px solid #f3f1ea;border-top: 3px solid #d33d45;height: 432px;padding:0 3.3% 0 3.3%;position: relative;background: url(../images/djnewsbg.jpg) right bottom no-repeat;margin-bottom: 28px;}
.DjNews .tithead{width: 134px;line-height: 67px;color: #fff;font-size: 24px;margin: -11px 0 -7px;background: url(../images/titbg.png);text-align: center;}
.DjNews .li{padding:12px 0 0 109px;position: relative;border-bottom: 1px solid #e6e1d9;height:123px;}
.DjNews .li .date{position: absolute;left: 0;top:25px;width: 68px;font-size: 18px;font-weight: bold;font-family: Arial, Helvetica, sans-serif;line-height: 24px;color:#d81e06;}
.DjNews .li .date span{display: block;line-height: 49px;font-size: 46px;}
.DjNews .li .tit{color:#050505;font-weight: bold;font-size: 16px;line-height: 50px;}
.DjNews .li .p{color:#666666;height: 36px;line-height: 18px;color:#666666;font-size: 14px;}
.DjNews .li:hover .tit{color:#d81e06;}
.DjNews .li:last-child{border-bottom: 0;}

.DjTithead{border-bottom: 1px solid #d81e06;padding-top:28px;line-height: 44px;position: relative;margin-bottom: 25px;}
.DjTithead h2{background: url(../images/djline.gif) 0px bottom no-repeat;width: 138px;font-size: 20px;color: #333333;}
.DjTithead img{display: inline-block;vertical-align: middle;margin-right: 12px;}
.DjTithead a.more{position: absolute;right: 10px;bottom: 0;color:#666666;font-size: 14px;}
.DjTithead a:hover.more{color:#d81e06;}

.DjCol{margin-left:-2%;}
.DjCol .Col{width: 48%;margin:0 0 25px 2%;float: left;}
.DjCol .box{padding:0 24px;height: 418px;border:1px solid #e8e8e8;overflow: hidden;}
.DjCol .list1{}
.DjCol .list1 .li{height: 43px;line-height: 43px;padding-right:85px;position: relative;}
.DjCol .list1 .li .tit{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: 95%;display: block;}
.DjCol .list1 .li .date{position: absolute;color: #aeaeae;font-size: 14px;right: 0;top: 0;}
.DjCol .list1 .li:hover .tit{color:#d81e06;}
.DjCol .list1 .top .tit{line-height: 40px;font-size: 18px;color:#d81e06;}
.DjCol .list1 .top .p{height: 48px;line-height: 24px;color:#888888;font-size: 14px;margin-bottom:13px;}
.DjCol .list1 .top:hover .tit{color:#b11400;}
.DjCol .imgbox{padding-top:162px;margin-bottom:10px;}
.DjCol .txt{margin-bottom: 21px;color:#d81e06;text-indent: 2em;height: 90px;}
.DjCol .nav{text-align: center;line-height: 34px;margin-left:-18px;}
.DjCol .nav a{display: block;float: left;padding-left:18px;color:#fff;width: 33.333%;text-align: center;}
.DjCol .nav a img{display: inline-block;vertical-align: middle;margin-right: 4px;}
.DjCol .nav a span{display: block;}
.DjCol .nav a.a1 span{background: #d81e06;}
.DjCol .nav a.a2 span{background: #f84933;}
.DjCol .nav a.a3 span{background: #e8893c;}

.DjAd{margin-bottom: 25px;overflow: hidden;}
.DjAd:hover .slick-prev{left: 10px;}
.DjAd:hover .slick-next{right: 10px;}
.DjAd .slick-arrow:hover{background-color: #d81e06;}

.DjStyle{border:1px solid #e8e8e8;padding:0 25px 25px;}
.DjStyle .slick-list{margin-left:-17px;}
.DjStyle .item{margin-left:17px;text-align: center;}
.DjStyle .imgbox{padding-top:65%;margin-bottom:10px;border:1px solid #e8e8e8;}
.DjStyle .item a:hover{color:#d81e06;}
.DjStyle .slick-arrow{background-color: transparent;color:#333333;}
.DjStyle .slick-arrow:hover{background-color: #d81e06;}

.DjList{padding-bottom:4.5%;}
.DjList li{border-bottom: 1px solid #ededed;padding:0 120px 0 56px;line-height: 69px;height: 70px;position: relative;font-size: 18px;}
.DjList li .date{position: absolute;right: 20px;top: 0;color: #999999;font-family: "DINMedium";}
.DjList li .tit{color: #333333;}
.DjList li:after{content:"";position: absolute;left: 28px;top: 31px;width: 6px;height: 6px;border-radius: 50%;background:#d81206;transition: all 0.3s;}
.DjList li:hover{background:#f7f4f3;}
.DjList li:hover .tit{color: #d81206;}
.DjList li:hover:after{left: 20px;}
.DjList.blue li:after{background:#0e3db1;}
.DjList.blue li:hover .tit{color: #0e3db1;}

@media(max-width:1024px){
.DjNews .li{padding: 5px 0 0 64px;height: 88px;}
.DjNews .li .date span{font-size: 24px;line-height: 30px;}
.DjNews .li .date{font-size: 14px;top: 10px;}
.DjNews .li .tit{line-height: 36px;}
.DjFocus .imgbox {padding-top:330px;}
.DjNews{height: 330px;}
.DjCol{margin-left:-2%;}
.DjCol .Col{margin-left:2%;}
.DjCol .box{padding:0 10px;height: 365px;}
.DjCol .nav{margin-left:-5px;}
.DjCol .nav a{padding-left:5px;}
.DjCol .list1 .li{height:34px;line-height: 34px;}
.DjCol .txt{height: auto;}
.DjCol .imgbox{padding-top:122px;}
.DjTithead{padding-top:10px;}
.DjTithead h2{font-size: 16px;}
.DjTithead img{width: 20px;}
.DjStyle{padding:0 10px 10px;}
}

@media(max-width:768px){
.DjFocus{width: auto;float: none;}
.DjFocus .imgbox{padding-top:65%;}
.DjNews{width: auto;float: none;height: auto;}
.DjNews .tithead{font-size: 18px;}

.DjCol .Col{width: auto; float: none;margin-bottom:15px;}
.DjCol .list1 .top .p{height: auto;}
.DjCol .list1 .top .tit{font-size: 16px;line-height: 30px;}
.DjCol .box{height: auto;padding-bottom:10px;}

.DjList li{padding:0 80px 0 20px;line-height: 45px;height: 47px;font-size: 15px;}
.DjList li .date{right: 4px;font-size: 14px;}
.DjList li:after,.DjList li:hover:after{left: 5px;top: 20px;width: 4px;height: 4px;}
}

/*企业文化 s*/
.CultureIdea{margin-bottom: 18px;padding:6% 0;background-size: cover;background-position: center center;}
.CultureIdea .content{background:rgba(255,255,255,0.9);width: 76%;display: flex;padding:4.5% 0;justify-content: center;}
.CultureIdea .item{text-align: center;padding:0 14px;}
.CultureIdea .item .icon{margin-bottom: 18px;}
.CultureIdea .item .tit{line-height: 50px;color: #888888;font-size: 24px;}
.CultureIdea .item .p{color:#333333;font-size: 18px;}

.CultureLogo{margin-bottom:1%;border:1px solid #f2f2f2;box-shadow: 0 15px 30px rgba(0,0,0,0.04);padding:5% 10% 5% 5%;background:url(../images/logobg.gif) right bottom no-repeat;}
.CultureLogo .logo{width: 18%;float: left;padding-top:4%;}
.CultureLogo .info{width: 80%;float: right;color:#999999;font-size: 14px;}
.CultureLogo .info h2{line-height: 69px;color: #000000;font-size: 22px;}

.CulturePaper{background:#f4f4f6;overflow: hidden;display:none;}
.CulturePaper .PaperList {padding-bottom:1.5%;}
.CulturePaper .PaperList .imgbox{background:#fff;}
.CultureActive .ActiveList{margin-bottom:0;}
.Mores{text-align: center;}
.Mores a{color:#0e3db1;}
.Mores .iconfont{font-size: 14px;font-weight: bold;vertical-align: top;transition: all 0.3s;}
.Mores a:hover .iconfont{margin-left:5px;}

@media(max-width:1024px){
.CultureIdea .item .icon{margin-bottom:0;}
.CultureIdea .item .tit{font-size: 18px;}
.CultureIdea .item .p{font-size: 15px;}
}
@media(max-width:768px){
.CultureIdea{padding:5%;}
.CultureIdea .content{width: auto;}
.CultureActive .ActiveList li:nth-child(3){display:none;}
}
@media(max-width:640px){
.CultureIdea .content{display: block;}
.CultureIdea .item{padding-bottom:10px;}
.CultureIdea .item .tit{line-height:35px;}
.CultureLogo{padding:5%;}
.CultureLogo .logo{width:30%;margin:0px auto 10px;float:none;text-align:center;}
.CultureLogo .info{width: auto;float: none;}
.CultureLogo .info h2{font-size: 18px;line-height: 40px;}
}

/*企业文化 s*/
.PaperTop{background:#f9f9f9;padding:5% 5.5%;margin-bottom:4%;}
.PaperTop .imgbox{width:30%;padding-top:40%;float: left;}
.PaperTop .info{width:64%;float: right;}
.PaperTop .tit{line-height: 107px;font-size: 36px;color:#0e3db1;font-weight: bold;padding-top:13px;border-bottom: 1px solid #d8d8d8;margin-bottom:48px;}
.PaperTop .con{padding-left:83px;}
.PaperTop .con .ti{font-size: 18px;color:#000;margin-bottom: 20px;position: relative;}
.PaperTop .con .ti span{position: absolute;left: -85px;top: 0;}
.PaperTop .con .p{font-size: 15px;height: 90px;color:#666666;margin-bottom:56px;}
.PaperTop .look{display: inline-block;margin-left:0;margin-right:10px;text-align: center;color:#fff;width: 124px;line-height: 44px;border-radius: 6px;font-size: 15px;background:#0e3db1;}
.PaperTop .look .iconfont{margin-right:4px;font-size:19px;}
.PaperTop .look:hover{background:#003fdc;}
.PaperTop .look img{vertical-align: middle;height:25px;}

.PaperList{margin:0 0 0 -3%;padding-bottom:3%;}
.PaperList li{width: 25%;float: left;padding:0 0 2% 3%;text-align: center;transition: all .5s;-webkit-transition: all .5s;}
.PaperList .imgbox{padding-top:120%;background:#f9f9f9;margin-bottom:19px;}
.PaperList .imgbox span{width: 84%;height: 84%;top:8%;left:8%;background-size: contain;}
.PaperList .tit{font-size: 22px;}
.PaperList .tit i{color:#0e3db1;}
.PaperList a{display:block;padding-bottom:5px;}

.PaperList .download{width: 125px;line-height: 30px;height:30px;margin:0 auto;padding:10px;}
.PaperList .download a{display: block;background:#0e3db1;color:#fff;border-radius: 5px;font-size: 13px;padding-bottom:0;}
.PaperList .download a img{height:23px;vertical-align: middle;}

.PaperList li:hover{transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);}

@media(max-width:1024px){
.PaperTop .tit{line-height: 55px;font-size: 24px;margin-bottom:20px;padding-top:0;}
.PaperTop .con .p{height:auto;margin-bottom:20px;}
.PaperList .tit{font-size: 18px;}
}
@media(max-width:640px){
.PaperTop .tit{line-height: 40px;font-size: 18px;margin-bottom:10px;}
.PaperTop .con{padding-left:47px;}
.PaperTop .con .ti{font-size: 15px;margin-bottom: 10px;}
.PaperTop .con .ti span{left: -47px;}
.PaperTop .look{width: 100px;line-height: 35px;font-size: 14px;}

.PaperList li{width: 50%;}
.PaperList .tit{font-size: 15px;line-height: 20px;}
}
@media(max-width:480px){
.PaperTop .imgbox{width:auto;float: none;width: 60%;margin:0px auto 15px;padding-top:80%;}
.PaperTop .info{width:auto;float: none;}
}

/*员工活动 s*/
.ActiveTop{background:#f9f9f9;margin-bottom:4%; overflow: hidden;}
.ActiveTop .imgbox{width:46%;float: left;padding-top:426px;}
.ActiveTop .info{width:49%;float: right;padding:44px 4% 0 0;}
.ActiveTop .date{font-size: 32px;color: #0e3db1;font-family: "DINMedium";font-weight: bold;}
.ActiveTop .tit{font-size: 18px;font-weight: bold;margin: 44px 0 11px;}
.ActiveTop .p{font-size: 15px;color: #666666;height: 90px;text-indent: 2em;margin-bottom:58px;}
.ActiveTop .more{transition: all 0.3s;}
.ActiveTop .info:hover .more{margin-left:10px;}
.ActiveTop .slick-dots{width: 180px;left: auto;right: 0;bottom: 24px;}
.ActiveTop .slick-dots  li button{border:2px solid #1b1b1b;background:transparent;width:10px;height: 10px;}
.ActiveTop .slick-dots  li.slick-active button{width: 16px;height: 16px;border:2px solid #24afff;background:transparent;}
.ActiveTop:hover .slick-prev{left: 5px;}
.ActiveTop:hover .slick-next{right: 5px;}

.ActiveList{margin:0 0 1.5% -3%;}
.ActiveList li{width: 33.333%;padding:0 0 3% 3%;float: left;}
.ActiveList .imgbox{padding-top:60%;}
.ActiveList .info{position: relative;padding:32px 0 27px;border-bottom: 1px solid #e0e0e0;transition: all 0.3s;}
.ActiveList .tit{font-size: 18px;font-weight: bold;margin-bottom:10px;}
.ActiveList .p{font-size: 14px;color:#999999;height: 50px;line-height: 25px;}
.ActiveList .info:after{height: 1px;width: 0;left: 0;bottom: -1px;background:#0e3db1;content: "";position: absolute;transition: all 0.3s;}
.ActiveList li:hover .info:after{width: 100%;}
.ActiveList a{display: block;}
.ActiveList li:hover .info{padding-left:10px;padding-right:10px;}

@media(max-width:1024px){
.ActiveTop .imgbox {padding-top:300px;}
.ActiveTop .date{font-size:20px;}
.ActiveTop .tit{margin:20px 0 10px;font-size: 16px;}
.ActiveTop .p{height: auto;margin-bottom:20px;}
}
@media(max-width:768px){
.ActiveTop .imgbox {width: auto;float: none;padding-top:60%;}
.ActiveTop .info{width: auto;float: none;padding:12px;}
.ActiveTop .date{font-size:15px;}
.ActiveTop .tit{margin:5px 0 5px;font-size: 15px;}
.ActiveTop .p{-webkit-line-clamp: 2;}
.ActiveTop .more{width: 30px;}

.ActiveList li{width: 50%;}
.ActiveList .info{padding:15px 0 15px;}
.ActiveList .tit{font-size: 14px;margin-bottom:5px;}
.ActiveList .p{height:auto;line-height: 24px;}
}


/*业务领域 s*/
.BusinessBg{background:url(../images/ywbg.jpg) center bottom no-repeat;background-size: cover;padding-top:8%}
.BusinessBg .content{position: relative;}
.BusinessBg .txt{position: absolute;width: 286px;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;line-height: 25px;color: #666666;font-size: 14px;}
.BusinessBg .txt .ti{margin-bottom:34px;}
.BusinessBg .item{position: absolute;}
.BusinessBg .item .imgbox{width: 200px;height: 200px;border-radius: 50%;z-index: 1;}
.BusinessBg .item .tit{text-align: center;padding-top:13px;font-size: 20px;transition: all 0.3s;}
.BusinessBg .item:after{height: 210px;width: 540px;opacity:0;content: "";position: absolute;left: -6px;top: -6px;border-radius: 106px;transition: all 0.3s;visibility: hidden;}
.BusinessBg .item .info{position: absolute;top: 19px;width: 254px;left:200px;color: #fff;font-size: 14px;z-index: 2;opacity: 0;visibility: hidden;transition: all 0.3s 0.2s;}
.BusinessBg .item .info h2{line-height: 47px;font-size: 20px;}
.BusinessBg .item .info .p{line-height: 20px;opacity: 0.8;margin-bottom: 29px;height: 60px;}
.BusinessBg .item .info .more .iconfont{font-size: 12px;vertical-align: top;font-weight: bold;margin-left:3px;}
.BusinessBg .item:hover:after{opacity: 1;visibility: visible;}
.BusinessBg .item:hover .info{opacity: 1;visibility: visible;left: 223px;}
.BusinessBg .item:hover .tit{opacity: 0;margin-top:0px;}

.BusinessBg .item.i1{top: 0;left: 42%;}
.BusinessBg .item.i1 .tit{color:#24afff;}
.BusinessBg .item.i1:after{background:#24afff;}

.BusinessBg .item.i2{top: 35%;left: 18%;}
.BusinessBg .item.i2 .tit{color:#d78e00;}
.BusinessBg .item.i2:after{background:#d78e00;}

.BusinessBg .item.i3{top: 35%;right: 18%;}
.BusinessBg .item.i3 .tit{color:#326ccc;}
.BusinessBg .item.i3:after{background:#326ccc;}

.BusinessBg .item.i3:after,.BusinessBg .item.i5:after,.BusinessBg .item.i6:after{left: auto;right: -6px;}
.BusinessBg .item.i3 .info,.BusinessBg .item.i5 .info,.BusinessBg .item.i6 .info{left:auto;right: 200px;}
.BusinessBg .item.i3:hover .info,.BusinessBg .item.i5:hover .info,.BusinessBg .item.i6:hover .info{left: auto;right: 223px;}

.BusinessBg .item.i4{bottom: 0;right: 42%;}
.BusinessBg .item.i4 .tit{color:#cf3838;}
.BusinessBg .item.i4:after{background:#cf3838;}

.BusinessBg .item.i5{top: 6px;right: 13%;display:none}
.BusinessBg .item.i5 .tit{color:#00a4bc;}
.BusinessBg .item.i5:after{background:#00a4bc;}

.BusinessBg .item.i6{bottom: 8%;left: 18%;display:none}
.BusinessBg .item.i6 .tit{color:#3ea500;}
.BusinessBg .item.i6:after{background:#3ea500;}

@media(max-width:1024px){
.BusinessBg .item:after,.BusinessBg .item:hover:after{opacity: 0;visibility:hidden;}
.BusinessBg .item .info,.BusinessBg .item:hover .info{opacity: 0;visibility: hidden;left: 223px;}
.BusinessBg .item .tit,.BusinessBg .item:hover .tit{opacity: 1;margin-top:0px;}
.BusinessBg .item{width: 20%;}
.BusinessBg .item .imgbox{width: 60%;height: auto;padding-top:60%;margin:0px auto;}
}
@media(max-width:640px){
.BusinessBg .item{width: 30%;}
.BusinessBg .item .tit{font-size: 14px;height:61px;}
.BusinessBg .txt .ti{width:90px;margin:0px auto 15px;}
}
@media(max-width:639px){
.BusinessBg .item{position: static;width: 33.333%;float: left;padding-bottom:20px;}
}

/*业务领域 s*/
.BusinessImg{width: 51%;float: left;margin-bottom:4%;}
.BusinessImg .imgbox{padding-top:69%;}
.BusinessInfo{width: 45.5%;padding:4.5% 1% 0 0;float: right;}
.BusinessNav{position: relative;margin-bottom:6%;border-top: 3px solid #0e3db1;}
.BusinessNav:after{content: "";position: absolute;left: 0;height: 70px;top: 0;width: 100%;background:#fff;border:1px solid #e9edf6;box-shadow: 0 4px 10px rgba(199,215,243,0.39);}
.BusinessNav .slick-list{padding-bottom:10px;}
.BusinessNav .item a{height: 70px;display:flex;justify-content: center;align-items: center;font-size: 18px;color: #333333;position: relative;cursor: pointer;}
.BusinessNav .item a:before{width: 1px;height: 16px;background: #dcdcdc;content: "";position: absolute;right: 0;top: 28px;}

.BusinessNav .item:nth-child(2){display:none !important}
.BusinessNav .ico{display: inline-block;vertical-align: middle;width: 41px;height: 35px;margin: 0 10px 0 0;}
.BusinessNav .ico .i1,.BusinessNav .ico .i2{width: 41px;height: 35px;}
.BusinessNav .item.on a{background:url(../images/navbg.jpg) 0px bottom repeat-x;color:#fff;}
.BusinessNav .item.on a:after{width: 19px;height: 10px;position: absolute;left: 50%;bottom: -10px;margin-left: -9px;background:url(../images/point2.png);content: "";}
.BusinessNav .item.on .ico .i2{-webkit-transform:scale(1); transform:scale(1); opacity:1;  filter:alpha(opacity=100);}
.BusinessNav .item.on .ico .i1{opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale (1.2); transform: scale(1.2);}
.BusinessNav .item.on a:before{display:none;}
.BusinessNav .slick-arrow {margin-top:-34px;}
/* .BusinessNav.fix{position: fixed;width: 1340px;left: 50%;top: 90px;margin-left:-670px;z-index: 100;} */
.BusinessNav.autonav {}
.BusinessNav.autonav ul,.BusinessNav.autonav .slick-list,.BusinessNav.autonav .slick-track{display: flex;justify-content: space-between;width: 100% !important;}
.BusinessNav.autonav .item{width: auto !important;flex: 1;float: none !important;display: inline-block;}
.BusinessNav.hide{display: none;}


.BusinessDetail {position: relative;}

.BusinessDetail .Title{line-height: 64px;color: #333333;font-size: 26px;}
.BusinessDetail .Title img{display:inline-block;vertical-align: middle;margin:0 14px 0 4px;}
.BusinessDetail .Detail{line-height: 36px;margin-bottom: 4%;color: #666 !important;font-size: 18px !important;    font-family: "微软雅黑";}
.BusinessDetail .Detail a{color:black;}

.BusinessDetail .CaseList {margin-bottom:4%;}
.BusinessDetail .CaseList .slick-list{margin-left:-25px;}
.BusinessDetail .CaseList .item{padding-left:25px;text-align: center;font-size: 20px;}
.BusinessDetail .CaseList .imgbox{padding-top:64%;margin-bottom: 25px;border:1px solid #f2f2f2;}
.BusinessDetail .CaseList .slick-arrow {margin-top:-50px;}

.BusinessDetail .MemberList .slick-list{margin-left:-25px;padding-bottom:25px;}
.BusinessDetail .MemberList .item{margin-left:25px;text-align: center;font-size: 20px;position: relative;overflow: hidden;}
.BusinessDetail .MemberList .imgbox{padding-top:60%;margin-bottom: 25px;border:1px solid #f2f2f2;box-shadow: 0 10px 20px rgba(0,0,0,0.03);}
.BusinessDetail .MemberList .imgbox span{background-size: contain;}
.BusinessDetail .MemberList .info{position: absolute;left: 0;bottom: -100px;width: 100%;height: 100%;padding:8% 5% 0;z-index: 2;background:rgba(14,61,177,0.9);font-size: 16px;font-weight: normal;opacity: 0;visibility: hidden;transition: all 0.3s;}
.BusinessDetail .MemberList .info .p{color:#fff;height:120px;margin-bottom:30px;overflow-y: auto;}
.BusinessDetail .MemberList .info .more{width: 180px;line-height: 50px;border-radius: 28px;background:rgba(0,0,0,0.1);color:#fff;margin:0px auto;}
.BusinessDetail .MemberList .info .more .iconfont{margin-right:6px;}
.BusinessDetail .MemberList a{display: block;}
.BusinessDetail .MemberList .item.on .info{opacity: 1;visibility: visible;bottom: 0;}
.BusinessDetail .MemberList .slick-arrow{margin-top:-58px;}

@media(max-width:1024px){
.BusinessNav.fix{width: 94%;top: 45px;margin-left:0px;left: 3%;}
.BusinessNav .item a{font-size: 17px;height:50px;line-height: 22px;}
.BusinessNav:after{height:50px;}
.BusinessNav .ico,.BusinessNav .ico .i1,.BusinessNav .ico .i2{width: 30px;height: 26px;}
.BusinessNav .slick-arrow {margin-top:-20px;}
.BusinessNav .slick-prev{left: -10px;}
.BusinessNav .slick-next{right: -10px;}
.BusinessNav .item a:before{top:16px;}

.BusinessDetail .Title{font-size: 18px;line-height: 35px;}
.BusinessDetail .Detail{line-height: 24px;}
.BusinessDetail .CaseList .item {font-size: 15px;}
.BusinessDetail .CaseList .imgbox{margin-bottom:5px;}
.BusinessDetail .MemberList .info{font-size: 14px;}
.BusinessDetail .MemberList .info .p{height: auto;}
}
@media(max-width:768px){
.BusinessImg{width: auto;float: none;}
.BusinessInfo{width: auto;float: none;margin-bottom:20px;}
.BusinessNav .item a{font-size: 15px;flex-direction: column;}
.BusinessDetail .CaseList .slick-list,.BusinessDetail .MemberList .slick-list{margin-left:-12px;}
.BusinessDetail .CaseList .item{padding-left:12px;}
.BusinessDetail .MemberList .item{margin-left:12px;}
.BusinessDetail .MemberList .slick-list{padding-bottom:0;}
.BusinessDetail .CaseList .slick-arrow,.BusinessDetail .MemberList .slick-arrow{margin-top:-28px;}
.BusinessDetail .CaseList .slick-prev{margin-left:-8px;}
.BusinessDetail .CaseList .slick-next{margin-right:-8px;}
.BusinessDetail .MemberList .slick-prev{margin-left:-8px;}
.BusinessDetail .MemberList .slick-next{margin-right:-8px;}
}


/*信息公告 s*/
.InfoCol{margin-left: -3%;}
.InfoCol .Col{width: 50%;float: left;padding-left:3%;padding-bottom:3%;}
.InfoCol .Col:nth-child(2n+1){clear:both;}
.InfoCol.c2{margin-left:-4%;}
.InfoCol .Col2{width: 50%;float: left;padding-left:4%;}
.InfoCol .Tithead{margin-bottom: 16px;line-height: 32px;position: relative;}
.InfoCol .Tithead h2{display:inline-block;vertical-align: middle;cursor: pointer;font-size: 30px;color:#000;position: relative;padding:0 2px;}
.InfoCol .Tithead h2 span{position: relative;z-index: 2;}
.InfoCol .Tithead h2:after{content: "";left: 0;bottom: -8px;width: 100%;height: 6px;background:#3e64c1;position: absolute;}
.InfoCol .Tithead .more{position: absolute;right: 0;top: 0;color:#0e3db1;}
.InfoCol .Tithead .more .iconfont{font-size: 14px;font-weight: bold;vertical-align: top;transition: all 0.3s;}
.InfoCol .Tithead .more:hover .iconfont{margin-left:4px;}
.InfoCol .list li{line-height: 50px;height: 50px;padding-left:18px;position: relative;transition: all 0.3s;overflow:hidden;}
.InfoCol .list li:after{content: "";left: 5px;top: 50%;border-radius: 50%;width: 5px;height: 5px;background:#0e3db1;position: absolute;}
.InfoCol .list li a{color:#333;}.InfoCol .list li a:hover{color:#0e3db1;}
.InfoCol .list li:hover{padding-left:21px;}

.InfoCol .list2 li{line-height: 50px;height: 50px;padding:0 90px 0 26px;position: relative;transition: all 0.3s;margin-bottom:15px;}
.InfoCol .list2 li:after{content: "";left: 0;top: 50%;width: 10px;height: 2px;background:#0e3db1;position: absolute;}
.InfoCol .list2 li a{color:#333;}.InfoCol .list li a:hover{color:#0e3db1;}
.InfoCol .list2 li:hover{padding-left:20px;}
.InfoCol .list2 li .date{position: absolute;right: 0;top: 0;color: #d5d5d5;font-family: "DINMedium";}

.JoinUs{background:#f9f9f9;}
.hrw1{ width:20%;}
.hrw2{ width:16%;}
.hrw3{ width:16%;}
.hrw4{ width:16%;}
.hrw5{ width:15%;}
.hrw6{}
.Hrhead{ height:60px; text-align:center; color:#fff; background:#0e3db1; font-size:18px;}
.padleft{ padding-left:4%; text-align:left !important;}
.HrList{ margin-bottom:1%; color:#494949;}
.HrList.sub{ margin-bottom:4%;}
.HrList .item{ border-bottom:1px solid #e6e6e6;}
.HrList .hrw5{ font-size:14px !important;}
.HrList .item td{ height:60px; text-align:center; color:#333;background:#f9f9f9;}
.HrList .item td a{color:#494949;}.HrList li td a:hover{color:#b1702b;}
.HrList .btn{width:24px; height:24px; margin:0px auto; background:url(../images/jia.gif) center center no-repeat; display:block;}
.HrList .stit{ margin-bottom:5px; color:#000000; font-size:16px;font-weight: bold;}
.HrList .item .txtCont{ font-size:14px; background:#fff; position:relative; display:none; padding:30px 4% 38px; color:#666;}
.HrList .item .txtCont .items{ display:none; border-bottom:1px solid #e6e6e6; padding-bottom:10px; margin-bottom:10px;}
.HrList .item .txtCont .items dd span{ color:#4c4c4c;}
.HrList .txtinfo{}
.HrList .item .contact{ clear:both; padding-top:20px;}
.HrList .item .contact a{ color:#0e3db1;}
.HrList .item .contact a.tel{font-size: 20px;font-family: "DINMedium";font-weight: bold;}
.HrList .item.current td{ background:#ebebeb; color:#333;}
.HrList .item.current .btn{ background: url(../images/jian.gif) center center no-repeat;}

@media ( max-width:1024px){
.InfoCol .Tithead h2{font-size: 20px;}
.InfoCol .Tithead h2:after{height: 2px;}
.InfoCol .list li,.InfoCol .list2 li{height: 40px;line-height: 40px;margin-bottom:0;}
}
@media ( max-width:768px){
.Hrhead{ height:36px;font-size:15px;}
.HrList{ margin-bottom:28px;}
.HrList .item td{ height:45px;font-size:14px;}
.hrw1{ width:75%;}
.hrw2,.hrw3,.hrw4,.hrw5{ display:none;}
.HrList .item .txtCont .items{ display:block;}
.HrList .item .txtCont{ padding-top:10px; padding-bottom:18px; font-size:14px; line-height:24px;}
.HrList .txtinfo{ width:auto; float:none !important;}
.InfoCol .Col,.InfoCol .Col2{width: auto;float: none;padding-bottom: 10px;}
.InfoCol .Col:nth-child(2n+1){clear:none;}
.InfoCol .list li,.InfoCol .list2 li{height: 32px;line-height: 32px;}
.InfoCol .Tithead h2{font-size:18px;}
}


/*精神卫生 s*/
.Js_Hot{height: 120px;padding:44px 0 0 457px;line-height: 30px;font-size: 22px;margin-bottom:60px;}
.Js_Hot img{display:inline-block;vertical-align: middle;}
.Js_Hot span{font-size: 32px;color:#014fa2;}
.Js_Hot span i{margin-right:45px;}

.Js_Nav{width: 25%;float: left;}
.Js_Nav ul{margin-left:-10px;}
.Js_Nav li{width: 50%;text-align: center;float: left;}
.Js_Nav li a{display:block;border-radius: 4px;padding-top:19px;height: 101px;line-height: 46px;font-weight: bold;color:#fff;font-size: 16px;margin:0 0 10px 10px;}
.Js_Nav li a img{display:block;margin:0px auto;}
.Js_Nav li.i1 a{background: #18adcb;}

.ul_sitemap{}
.ul_sitemap li{border:1px solid #ddd;padding:15px 15px 15px 100px;position: relative;margin-bottom:12px;}
.ul_sitemap li strong{position: absolute;left: 15px;top: 15px;}
.ul_sitemap li a{position: relative; display:inline-block;margin:0 10px 0 0;padding-left:10px;}



/*企业荣誉*/
#EnterpriseHonor{overflow: hidden;}
#EnterpriseHonor li{float: left;text-align: center;margin: 0 25px 0 25px;}
.EnterpriseHonorindex{width: 90%;margin: 0 auto;overflow: hidden;}
.EnterpriseHonorindex ul{padding: 40px;}
.EnterpriseHonorindex ul p{margin:20px 0 20px 0;}
.EnterpriseHonorindex ul li img{width: 354px;height: 300px;}
@media ( max-width:1366px){
.EnterpriseHonorindex ul li img{width: 328px;}
}
    /*时间轴*/
	@keyframes biggerLose{
		from{opacity: 0.5;transform: scale(1);}
		to{opacity: 0;transform: scale(2.5);}
	}
	.MeauHb{position:fixed;right:3%;z-index:99;}
	.RightMeau{background:url(/hfsjstz/uploadfiles/image/line.jpg) 19px center repeat-y;/*overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;*/overflow:hidden;}
	.RightMeau1{width:0px;}
	.RightMeau2{width:120px;display:none;}


	.RightMeau li{width:100%;height:30px;margin-bottom:20px;border-radius:100px;padding:0 5px 0 35px;box-sizing:border-box;background:url(/hfsjstz/uploadfiles/image/dot.png) 15px center no-repeat;font-size:14px;color:#333;line-height:30px;cursor:pointer;}
	.RightMeau li a{color:#333;}
	.RightMeau li.on,.RightMeau li:hover{background:#c7000a url(/hfsjstz/uploadfiles/image/dot1.png) 13px center no-repeat;color:#fff;}
	.RightMeau li.on a,.RightMeau li:hover a{color:#fff;}
	/*.RightMeau.fix{top:90px;}
	*/
	.relativeBox {position:relative;width:180px; height: 62px;}
	.relativeBox span{width: 50px;height: 50px;display: block;border-radius:50%;color: #005BAC;text-align: center;font-size: 14px;line-height: 16px;position: absolute;top: 6px;right: 6px;background:#fff url(/hfsjstz/uploadfiles/image/hb.png) center center no-repeat;}
	.relativeBox b{width: 50px;height: 50px;display: block;border-radius:50%;position: absolute;top: 6px;right: 6px;background:#c7000a;animation: biggerLose 2s infinite;}


	.lzjs{padding-bottom: 3%;}
	.lzjs h3{font-size: 24px;color: #d81206;margin-bottom: 20px;position: relative;display: inline;}
	.lzjs h3::after{content: "";
		left: 0;
		bottom: -8px;
		width: 100%;
		height: 6px;
		background: #d81206;
		position: absolute;}
	.lzjs ul{display: flex;justify-content: space-between;margin-top: 30px;}
	.lzjs ul li span{width: 50px;height: 50px;background: #d81206;border-radius: 100px;padding: 10px;margin-right: 15px;}
	.lzjs ul li p{width: 80%;}
	.lzjs ul li{display: flex;align-items: center;margin-right: 20px;font-size: 16px;color: #333;width: 31%;padding: 20px;border-radius: 10px;background: #f5f5f5;}

	@media(max-width:1024px){
		.lzjs ul{display: block;}
		.lzjs ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
	}


/*20230911*/
.SubBan{position: relative;}
.SubBan p{position: absolute;bottom: 30%;left: 50%;transform: translateX(-50%);font-size: 36px;height:46px;line-height: 46px;font-weight: bold;letter-spacing: 10px;color: #fff;width: 100%; text-align: center;}
.SubBan p img{vertical-align: middle;margin-right: 20px;}
.cxpt .searchbox {   width: 47.5vw;height: 60px;border: 4px solid #0e3db1;border-radius: 30px;position: relative;top:-60px;left: 50%;transform: translate(-50%, 50%);background-color: #fff;z-index: 100;box-sizing: border-box;  }
.cxpt .searchbox img{max-height: 30px;margin: 10px;}
.cxpt .searchbox .inputbox{width: calc(100% - 200px);height: 52px;line-height: 52px;font-size: 20px;font-weight: bold;}
.cxpt .searchbox .btn_submit{width: 140px;text-align: center;background: linear-gradient(to bottom, #0e3db1, #0A215A);height: 60px;line-height: 60px;border-radius: 60px;position: absolute;right:-4px;top: -4px;color: #fff;font-size: 24px;cursor: pointer;}
.cxpt .tips{line-height: 3;color: #0e3db1;font-size: 22px;font-weight: 400;text-align: center;margin: 5% auto}

.result {padding: 8% 0  5%;background: #fcf9f3;min-height: 100%}
.result .detail_container{background: #fff;box-shadow:0 0 15px rgba(0,0,0,.15);padding: 40px;}
.result .detail_container .detail_title{;line-height: 30px;padding:15px 0;border-bottom: 1px solid #dedede;font-size: 20px;color: #674F0C}
.result .detail{padding: 3% 0 0;display: inline-block;}
.result .detail .company{font-size: 30px;color: #333;text-align: center;font-weight: normal;}
.result .detail .code{text-align: center;font-size: 20px;margin-top: 10px;}
.result .detail .code #zzjgdm1{color: #0E3DB1}
.result .detail .infos{font-size: 18px;line-height: 1.5;margin-top: 3%}
.result .detail .infos .info div{text-align: left;width: 100%;float: left;}
.result .detail .infos .info div span{color: #0E3DB1}
.result .detail .time{text-align: right;margin-top: 3%}
.result  .tips{margin-top: 3%}

@media(max-width:1024px){
	.cxpt .tips{line-height: 1.5;font-size: 20px;margin: 3% auto 5%}

}

@media(max-width:768px){
.result .detail .infos .info div{width: 100%}
.result{padding-top: 12%}
.result .detail_container{padding: 20px;}
.result .detail .company{font-size: 24px;line-height: 1.5;}
.result .detail .code{font-size: 18px;}
.result .detail .infos .info div span{display: block;margin-bottom: 10px;}
.cxpt .searchbox{width: 100%;position: static;margin-top: 0px;transform:translate(0%, 0%);border: 2px solid #0e3db1;height: 40px;line-height: 40px;}
.SubBan p{font-size: 16px;width: 100%;text-align: center;bottom: 10%;height: auto;line-height: 1.1;letter-spacing: 0;}
.cxpt .searchbox .btn_submit{width: 100px;height: 40px;line-height: 40px;top:-2px;right:-2px;font-size: 18px;}
.cxpt .searchbox .inputbox{height: 40px;line-height: 40px;font-size: 16px;font-weight: normal;}
.cxpt .searchbox img{max-height: 20px;}
.SubBan p img{max-height: 24px;margin-right: 6px;margin-top: -3px;}
.cxpt {padding: 20px;}
.cxpt .tips{line-height: 1.5;font-size: 16px;text-align: left;}

}


/* 新增专题栏目 */

.Zt_1016 .ZtPart{padding:3% 0;background: url(../images/ywbg.jpg) center bottom no-repeat;background-size: cover;}
.Zt_1016 .ZtPart:nth-child(2n){background: linear-gradient(to bottom left, #fefdfe,#fbfafc, #e4f3fe);}
.Zt_1016 .imgbox span, .Zt_1016 .Scale-img span{background-size: cover;}
.Zt_1016 .more1{display: block;width:120px;line-height:34px;color: #0e3db1;background-color: #fff;text-align: center;font-size: 15px;}
.Zt_1016 .more1:after{display: inline-block;content: ''; margin-left: 1em; background: url(../images/PicList003140-icon-red.svg) no-repeat; width: 20px;height: 6px;vertical-align: middle; background-size: contain;}

.Zt_1016 .more2{display: block;width:120px;line-height:34px;color: #fff;background-color: #0e3db1;text-align: center;font-size: 15px;}
.Zt_1016 .more2:after{display: inline-block;content: ''; margin-left: 1em; background: url(../images/PicList003140-icon-white.svg) no-repeat; width: 20px;height: 6px;vertical-align: middle; background-size: contain;}
.bantxt{position:relative;}
.bantxt .txt{/*position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);*/z-index:5;background:rgba(255,255,255,0.9);padding:15px 25px;color:#0e3db1;font-size:26px;text-align:center;}
.bantxt .txt span{display:block;margin-right:10px;font-weight:bold;margin-bottom:15px;font-size:30px;}
.bantxt .txt p{margin-top:15px;}
.bantxt .txt p select{height:36px;line-height:36px;padding-right:30px;border-radius:5px;background:url(../images/xiala.png) no-repeat right center;width:160px;}
.bantxt .txt p a:hover{ color:#0e3db1;}
/*Title002753 */
.Zt_1016 .Title002753{padding: 0 0 2% 0; text-align: center;font-size: 100px;}
.Zt_1016 .Title002753 .inner{display: table;margin: 0 auto; max-width: 80%;}
.Zt_1016 .Title002753 .inner aside{position: relative;padding: 0 18px;}
.Zt_1016 .Title002753 .inner aside span{ position: relative;display: table;margin:0 auto; background: #fff; z-index: 3;}
.Zt_1016 .Title002753 .t-1 span{color: #0e3db1;font-size:32px;line-height: 1.6667em; padding: 0 0.4334em;font-weight: bold;}
/*.Zt_1016 .Title002753 .t-2 span{color: #999;font-size: 0.16em; line-height: 1.375em; padding: 0 1.5em;}
.Zt_1016 .Title002753 .inner aside:after{position: absolute; left: 0;right: 0; content: '';  height: 50%; border: 2px solid #0e3db1; }
.Zt_1016 .Title002753 .inner aside.t-1:after{border-bottom: 0;top: 50%;}
.Zt_1016 .Title002753 .inner aside.t-2:after{border-top: 0;bottom: 50%;}*/
@media(max-width:780px){
	.Zt_1016 .Title002753{font-size: 80px;}
	.bantxt .txt{padding:10px 15px;font-size:14px;top:57%;}
.bantxt .txt span{margin-bottom:5px;font-size:16px;}
/*.bantxt .SubBan{padding-top:45%;}*/
}

.Zt_1016 .ZtPart .ZtPartBox_list3 .ZtPartBoxL{width:33%;float:left;}
.Zt_1016 .ZtPart .ZtPartBoxL .item{background: #0e3db1;}
.Zt_1016 .ZtPart .ZtPartBoxL .item .txt{padding:20px;color:#fff;}
.Zt_1016 .ZtPart .ZtPartBoxL .item .txt .tit{font-size: 22px;font-weight: bold;margin-bottom:20px;}
.Zt_1016 .ZtPart .ZtPartBoxL .item .imgbox{padding-top:294px;}


.Zt_1016 .ZtPart .ZtPartBox_list3 .ZtPartBoxR{width:65%;float:right;}
.Zt_1016 .ZtPart .ZtPartBox_list3 .ZtPartBoxR ul li:first-child{margin-top:0;}
.Zt_1016 .ZtPart .ZtPartBox_list3 .ZtPartBoxR ul li{margin-top:27px;border: 1px solid #f3f3f3;background:#fff;transition:all 0.3s;}
.Zt_1016 .ZtPart .ZtPartBox_list3 .ZtPartBoxR ul li .imgbox{display:none;}
.Zt_1016 .ZtPart .ZtPartBox_list3 .ZtPartBoxR ul li .txt{width:100%;padding:20px 26px;}
.Zt_1016 .ZtPart .ZtPartBox_list3 .ZtPartBoxR ul li:hover{-webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 50%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);}
.Zt_1016 .ZtPart .ZtPartBoxR ul li a{display: block;overflow: hidden;}
.Zt_1016 .ZtPart .ZtPartBoxR ul li .imgbox{width:33%;float:left;padding-top:210px;}
.Zt_1016 .ZtPart .ZtPartBoxR ul li .txt{width:65%;float:right;padding:26px;}
.Zt_1016 .ZtPart .ZtPartBoxR ul li .txt .tit{font-size: 20px;font-weight: bold;line-height: 28px;height:56px;}
.Zt_1016 .ZtPart .ZtPartBoxR ul li .txt .p{font-size: 14px;line-height: 24px;height:48px;margin:10px 0;color:#999;}
.Zt_1016 .ZtPart .ZtPartBox_list3 .ZtPartBoxR ul li .txt .tit{height:auto;}
.Zt_1016 .ZtPart .ZtPartBox_list3 .ZtPartBoxR ul li .txt .p{margin-bottom:20px;}

.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxL{width:33%;float:left;}
.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR{width:65%;float:right;border: 1px solid #f3f3f3;background:#fff;transition:all 0.3s;}
.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR:hover{-webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 50%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);}
.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .imgbox{width:44.5%;padding-top:318px;display:none;}
.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .txt{width:100%;}
.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxL .item .imgbox{padding-top:185px;}
.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxL .item .txt{padding:15px 20px;}
.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxL .item .txt .tit{font-size: 20px;margin-bottom:15px;}
.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .txt{padding:30px 5%;}
.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .txt .tit{font-size: 22px;line-height: 34px;height:68px;}
.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .txt .p{margin:20px 0 40px 0;height:72px;}

.Zt_1016 .ZtPart .ZtPartBox_list1 .ZtPartBoxR ul li{background:#fff;}
.Zt_1016 .ZtPart .ZtPartBox_list1 .ZtPartBoxR ul li .imgbox{padding-top:254px;}
.Zt_1016 .ZtPart .ZtPartBox_list1 .ZtPartBoxR ul li .txt{background:#fff;}
.Zt_1016 .ZtPart .ZtPartBox_list1 .ZtPartBoxR ul li .txt .p{height:72px;margin-bottom:30px;}

@media(max-width:768px){
	.Zt_1016 .ZtPart .ZtPartBox_list3 .ZtPartBoxL{width:100%;}
	.Zt_1016 .ZtPart .ZtPartBoxL .item .imgbox{padding-top:46%;}
	.Zt_1016 .ZtPart .ZtPartBox_list3 .ZtPartBoxR{width:100%;margin-top:20px;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxL{width:100%;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR{width:100%;margin-top:20px;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxL .item .imgbox{padding-top:46%;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .txt{padding:20px 0;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .txt .tit{font-size: 18px;height:56px;line-height: 28px;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .txt .p{-webkit-line-clamp: 2;height:48px;margin:10px 0;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .imgbox{padding-top:210px;}
}

@media(max-width:640px){
	.Zt_1016 .ZtPart{padding:30px 0;}
	.Zt_1016 .Title002753 .t-1 span{font-size: 20px;}
	.Zt_1016 .ZtPart .ZtPartBoxL .item .txt{padding:15px;}
	.Zt_1016 .ZtPart .ZtPartBoxL .item .txt .tit{font-size: 16px;margin-bottom:10px;}
	.Zt_1016 .more1{width:100px;line-height: 30px;font-size: 14px;}
	.Zt_1016 .more2{width:100px;line-height: 30px;font-size: 14px;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxL .item .txt .tit{font-size: 16px;}
	.Zt_1016 .ZtPart .ZtPartBoxR ul li .txt{padding:10px;width:52%;}
	.Zt_1016 .ZtPart .ZtPartBoxR ul li .txt .tit{font-size: 15px;line-height: 25px;height:50px;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .txt .tit{font-size: 15px;line-height: 25px;height:auto;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .txt{padding:10px;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .imgbox{padding-top:150px;}
	.Zt_1016 .ZtPart .ZtPartBoxR ul li .imgbox{padding-top:150px;width:44.5%;}
	.Zt_1016 .ZtPart .ZtPartBoxR ul li .txt .p{font-size: 13px;line-height: 20px;height:40px;margin:5px 0;}
	.Zt_1016 .ZtPart .ZtPartBox_list2 .ZtPartBoxR ul li .txt .p{height:40px;margin:5px 0;}
	.TitleInfo_zt{text-align:center;}
	.Zt_1016 .ZtPart .ZtPartBox_list1 .ZtPartBoxR ul li .txt .p{height:40px;-webkit-line-clamp:2;margin-bottom:20px;}
	.Zt_1016 .ZtPart .ZtPartBox_list1 .ZtPartBoxR ul li .imgbox{padding-top:165px;}
}























