body{
    font-family:"Microsoft Yahei",SourceHanS-S_B;
    color: #333; 
    font-size: 16px; font-weight: 500;
    background: url('../img/line.png') top center no-repeat;
}
ul,li,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
img{
    max-width: 100%;
    max-height: 100%;
}
a{
    color:#393c4a; 
}
a:hover{
    color: #1943a6;
}
a:hover,a:visited,a:active,a:focus{  
    outline: none; text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.fl::after,.fr::after{
    display: table; clear: both; float:none;
    content: " ";
}
.header{
    height: 100px;
    width: 1320px; margin: 0 auto;
}
.logo{margin: 15px 0;}
.floatImg{
	position: fixed; left:10px; top:20%; z-index: 999;	
}
.floatImg span{
	display: block; font-size:24px; font-weight: bold;
	cursor: pointer; width:30px;height:30px; border-radius: 50%;
	background-color: #fff; text-align: center;line-height: 28px;
	margin-bottom: -10px; margin-left: -10px;
	position: relative; z-index:2;
}
.menu{
   font-size: 20px;
   margin: 15px 0;
}
.menu li{
    display: inline-block;
    margin: 0 6px;
}
.menu li a{
    display: block;line-height: 70px;
    text-align: center; 
    color: #27375b;
}
.menu li::after{
    content: '';
    display: block;
    width: 0px; height: 4px;
    background-color: #1943a6;
    border-radius: 4px;
    margin: 0 auto;
    transition: width 0.4s ease 0s;
}
.menu li:hover::after,.menu li.current::after{
    width: 40px;
}
.menu li:hover a,.menu li.current a{
   color: #1943a6; font-weight: bold;
}
.iconBox{
    margin: 34px 0 0;    
}
.search,.weixin{
    display: inline-block;
    width: 36px;height: 36px; border: 1px solid #c9d6e8;border-radius: 50%;
    text-align: center; line-height: 32px; color: #1943a6;
    position: relative;
    margin-left: 14px; 
}
.search div,.weixin div{
    display: none;
    position: absolute; top: 45px; right: 0; z-index: 9;
    width: 220px; background-color: #fff;
    border:1px solid #c9d6e8 ;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 4px 8px 15px rgba(0,10,100,0.1);   
}
.search div{width: 280px}
.search div b,.weixin div b{
    position: absolute; right: 8px; top: -20px;
    width: 0;height: 0;
    border-width: 10px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent  #c9d6e8 transparent;
}
.inputButton{
    display: block; width: 100%;
    background-color: #1943a6;
    border: 0; color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    line-height: 36px;
}
.textbox{
    display: block; width: 100%; border-radius: 5px;
    border: 1px solid #ddd; padding:4px 10px; outline: none;
}
.textbox:focus{
    border: 1px solid #1943a6;
}
.search select{display: none;}
#banner{width: 100%;}
#banner .swiper-pagination-bullet-active{
    background-color: #fff;
    width: 30px; border-radius: 10px;
}
#banner .swiper-pagination-bullet{
    transition: width 0.3s ease 0s;
}
#banner .swiper-slide img{
    transform: scale(1.05);
    transition: transform 6s ease 0s;
}
#banner .swiper-slide.swiper-slide-active img{
    transform: scale(1);
}
#banner .swiper-button-next,#banner .swiper-button-prev{
    color: #fff;
    transform: translateY(-50%);
    opacity: 0; transition: all 0.4s ease-in-out 0s;
    background-color: rgba(0,0,0,0.5);
    width: 40px; height: 80px; padding: 20px 0;
    text-align: center;
}
#banner .swiper-button-next{right: 0;}
#banner .swiper-button-prev{left: 0;}
#banner:hover .swiper-button-next,#banner:hover .swiper-button-prev{
    display: block;
    opacity: 1;
}
#banner .swiper-button-next:hover,#banner .swiper-button-prev:hover{
    background-color: rgba(42,151,255,0.6);
    height: 120px; padding: 40px 0;
}
.m-nav{
    display: none;
    font-size: 30px;
    padding: 30px;
    color: #34415e;
}
.menu li.closeIt{
    display: none;
    border-bottom: 0;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
}
.container{width: 1230px;}
.title{
    display: block;    
    position: relative; color: #1943a6;
}
.title h1{
    font:bold 48px/0.8 Times New Roman; 
    text-transform: uppercase;    
    opacity: 0.1;
    color: #2c659b;
    margin: 0; position: relative; z-index: 2;
}
.tabNav li{
	display: inline-block; 	
	font-size: 24px; line-height:1;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 25px 0 3px;
    position: relative; z-index: 2;
	color: #535b70;
	cursor: pointer;
}
.tabNav li.cur{
	color: #1943a6;
}
.title h4{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 3px;
    position: relative; 
	z-index: 2;
}
.title b,.tabNav li.cur::after{
    position: absolute;
    bottom: 11px; left: 88px; z-index: 1;
    display: inline-block;
    width: 30px; height: 30px; border-radius: 50%;
    border: 5px solid #ffc954;
}
.tabNav li.cur::after{content:''; z-index:-1;}
.profile{margin-top: 64px; margin-bottom: 64px;}
.profile .fl{width: 640px;}
.profile .text{
    margin: 40px 0 32px;
    font-size: 15px; color: #666;
    line-height: 2;
}
.dataList{
    margin: 0;
}
.dataList li{
    display: inline-block;
    width: 24%;
    text-align: center;
    color: #74748c;
    font-size: 14px;
}
.dataList li h1{
    display: inline-block; margin:0;
    font: bolder 40px Arial;
    color: #1943a6;
}
.profile .more{
    display: block;
    margin: 36px 0;
    width: 160px; line-height: 40px;
    background: linear-gradient(to right,#1261e4,#0e85ec);
    color: #fff;
    text-align: center;
    border-radius: 40px;
    transition: all 0.4s ease 0s;
}
.more:hover{
    color: #fff;
    box-shadow: 4px 4px 15px rgba(10,110,255,0.5),
                inset 2px 6px 15px rgba(0,0,100,0.2);
    background: linear-gradient(to right,#0e57d0,#0a79d9);
}
/*项目展示*/
.item{
    background: linear-gradient(to right,#2c659b,#3c8440,#85af48);
    padding: 48px 0;
}
.item .swiper-container{margin:0 1%;}
.item .item-title a{color: #fff}
.item-title{
    display: block; text-align: center;
    margin-bottom: 32px;
}
.item-title h1{
    font:bold 48px/0.8 Times New Roman; 
    opacity: 0.1;
    margin: 0;
    text-transform: uppercase;
}
.item-title h4{
    font-size: 24px; margin:-14px 0 0;
    font-weight: bold;
}
.item-title::after{
    display: block;
    content: '';
    width: 40px; height: 4px; border-radius: 4px;
    margin:16px auto;background: #fff;
}
.item-text{
    /*position: absolute; left:25px; bottom: 0;*/
    background-color: rgba(255,255,255,0.9);
    width: 85% ; margin:0 auto; padding:20px; color:#fff;
    opacity: 1; display: block;
    transform: translate(0px,-40px) scale(1.1);
    /*transition: all 1s ease-in-out 0.3s;*/
}
.item-text h5{color: #1943a6; margin-top: 0;}
.item-text h4{
    font-size: 20px; font-weight: bold; color: #1c2946;
}
.item-text p{ 
    font-size: 14px; 
    color: #888;
    margin: 4px 0 6px;
    word-break: break-all;
}
.item-text a{
    display: block;
    width:40px; height: 34px;
    border: 1px solid #1943a6;
    color: #1943a6; text-align: center;
    font-size: 28px; line-height:26px;
    transition: width 0.4s ease-in-out 0s;
}
.item-text a:hover{
    width: 150px;
}
.item .swiper-slide{
    position: relative;
    /*width: 520px;*/ 
}
.item .swiper-slide img{
    display: block;
    opacity: 0.9;
    width: 100%; height:260px;
}
.swiper-prev,.swiper-next{
    position: absolute; top: 40%; z-index: 99;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    width: 60px; height: 60px;
    text-align: center;
    font-size: 30px;line-height:60px;
}
.swiper-prev{
    left:0; 
}
.swiper-next{
    right:0; 
}
.swiper-prev:hover,.swiper-next:hover{
    background-color: #ffc954;
}
/*.item .swiper-slide.swiper-slide-active .item-text{
    transform: translate(0,0) scale(1);
    opacity: 1;
}
.item .swiper-slide.swiper-slide-active img{
    opacity: 1;
}*/
/*新闻中心*/
.partybg{
    background: url('../img/dj-bg.png') bottom center no-repeat;
    margin-top: 64px;
}
.newsbox{margin-top: 35px; position: relative;}
.newsbox .swiper-slide,.newslist li{
    background-color: #eaf2fa;
    padding: 32px; font-size: 14px;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out 0s;
}
.newsbox span,.newslist li .date{margin:14px 0;display: block; color:#999; }
.newsbox p,.newslist li p{color: #9da4b4;}
.newsbox .fr,.newslist li .fr{float: right; color: #1943a6;}
.news-prev,.news-next{
    position: absolute; top: 30%; z-index: 9;
    width: 60px;height: 60px; border: 1px solid #c9d6e8;
    background-color: #fff; opacity: 0.5;
    border-radius: 50%;
    text-align: center; font-size: 40px;line-height: 54px;
    color: #2c659b;
}
.news-prev{left: -70px;}
.news-next{right: -70px;}
.news-prev:hover,.news-next:hover{
    opacity: 1;
}
.newsbox .swiper-slide:hover,.newslist li:hover{
    z-index: 3;
    box-shadow: 3px 5px 18px rgba(6,88,178,0.25),
                inset 3px 5px 10px rgba(45,180,255,0.1);
    background-color: #fff;
}
.newsbox .swiper-slide:hover h4,.newsbox .swiper-slide:hover a{font-weight: bold;
    color: #0d369f;
}

/*招标信息*/
.linkimg{
	display: block; margin:40px 0 0;
}
.leftside,.subleft{
	width:240px;margin-top: 40px;
}
.blue{
	padding:1px;
	border-radius: 5px;
	background:url('../img/blue.png') no-repeat;
	background-size: 100% 100%;
}
.green{
	padding:1px;
	margin-top: 40px;
	border-radius: 5px;
	background: url('../img/green.png') no-repeat;
	background-size: 100% 100%;
}
.leftside h4,.subleft h4{
	font-size:28px; font-weight: bold; color:#fff;
	display: block;
	margin:30px 0 40px 12%;
}
.leftside ul{
	display: block; width:75%; margin:0 auto;
}
.leftside li{
	display: block;
	border-radius:20px;
	line-height:40px; text-align: center;
	background-color: #2D6AF8;
	color:#fff; cursor: pointer;
	margin-bottom: 30px;
}
.leftside li a{color:#fff;}
.leftside li.cur{
	background-color: #fff;  color:#2D6AF8;
}
.leftside li.cur a{color:#2D6AF8;}
.leftside .green li,.leftside.green li,.green .nav h5{
	background-color: #24B88B;
}
.green li.cur{
	background-color: #fff;  color:#24B88B;
}
 
.rightside{
	width:920px; margin-top: 40px;
}
.listTab,.pageTab{
	display: block;
	border-bottom:1px solid #e4e6e9;
	position: relative;
}
.listTab li a{
	position: absolute; right:0; top:0; display: none;
	font-size:14px; color:#1943A6;
}
.listTab li,.pageTab li{
	display: inline-block; margin-right: 40px;
	font-size:17px; color:#1D2129;
	line-height: 40px;
	cursor: pointer; 
}
.listTab li.cur,.pageTab li.cur{
	color:#1943A6;
}
.listTab li.cur a{display: block;}
.listTab li.cur::after,.pageTab li.cur::after{
	content:'';
	display: block; width:100%; height:3px;
	background-color: #1943A6;
	margin-bottom: -1px;
}
.listCon{
	margin-bottom: 40px;
}
.listUl li{
	display: block; width:100%;
	border-bottom: 1px dashed #C9CDD4;
	padding:12px 0;
}
.listUl li a{
	display: block; white-space: nowrap;
	overflow: hidden; text-overflow: ellipsis;
	color:#1D2129;
}
.listUl li:hover a{color:#1943A6;}
.listUl li span{
	display: block;
	font-size:14px; color:#6E7680;
}
.blank,.listUl p{
	display: block; text-align: center;
	margin-top: 60px; color:#a6b9c9;
}
/*招标列表页*/
.subleft h4{margin-bottom: 20px;}
.nav{
	margin:0 5%; display: block;
}
.nav h5{
	font-size:18px; color:#fff;
	background-color: #2D6AF8;
	border-radius: 20px; margin:0 0 15px;
	padding:10px 5px 10px 35px;
	position: relative; cursor: pointer;
}
.nav h5::after{
	content:"\f0dd";
	font-family: FontAwesome;
	position: absolute;right:0;top:0;
	padding:8px 15px;
	transform: rotate(-90deg);
	transition: all 0.4s ease 0s;	
}
.nav h5.on::after{
	transform: rotate(0deg);
}
.nav ul{margin:0px 0 10px 20px; display: none;}
.nav li{
	display:block; padding:5px 0; color:#fff;
}
.nav li::before{
	content:'-';
	display: inline-block; margin:0 10px;
}
.nav li a{color:#fff; font-size:14px;
}
.pageTitle{
	border-bottom:1px solid #e4e6e9;
	line-height: 54px;
	font-size:20px; color:#1943A6;
	font-weight: bold;
}
.pageTitle::after{
	content:'';
	display: block; width:80px; height:3px;
	background-color: #1943A6;
	margin-bottom: -1px;
}

/*招标招聘*/
.morebtn{
    width: 120px; 
    border-radius: 20px;
    border: 1px solid #c9d6e8; background-color: #fff;
    text-align: center; 
    font-size: 14px;
    line-height: 38px;
    position: absolute; right: 0; top: 25px;z-index: 9;
}

.bidding{
    background: url('../img/line2.png') center no-repeat;
    display: block;
    margin-top: 24px;
}
.bidding .title h4{display: inline-block;}
.bidding .title .morebtn{
    right: inherit;
    left: 0;
    margin-top: 120px;
}
.bidList{
    width: 80%;
    display: flex; flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -20px;
}
.bidList li{
    display: inline-block; width: 30%;
    background-color: #fff; border: 1px solid #dee5ee;
    padding: 15px; transition: all 0.4s ease-in-out 0s;
}
.bidList li h5{
    color: #1943a6;
    font-weight: bold;
}
.bidList li h5::after,.left-arr::after,.subNav .fr b::after,
.subNav .pos b{ content: '';
    display: inline-block; width: 0;height: 0;
    border: 4px solid transparent; border-left:4px solid #516c9e;
    margin-left: 10px; transform: scale(1.5,1); 
    margin-right: 3px;   
}
.bidList li a{
    display: block;
    margin: 20px 0 0;
    height: 80px; overflow: hidden; transition: all .4s ease-in-out 0s;
}
.bidList li span{color: #999;font-size: 14px;}
.bidList li:hover{box-shadow:3px 5px 18px rgba(6,88,178,0.25);}
.bidList li:hover a{font-weight: bold;}
/*党建工作*/
.partybg .item-title{
     margin-top: 64px;
}
.partybg .item-title::after{
    background: #ffc954;
}
.partybg .item-title a{color: #0d369f;}
.picNews{ 
    margin: 32px 0 64px;
    display: flex; flex-wrap: wrap;
    justify-content: space-between;
}
.picNews li{
    display: inline-block;
    width: 23%;
}
.picNews li img{width: 100%; height: 170px;transition: all 0.4s ease-in-out 0s;}
.picNews li p{
    margin: 10px 0;
}
.picNews li:hover img{
    transform: scale(1.02);
}


/*footer*/
.footer{
    display: block;
    background-color: #293446;
    padding: 40px 0; color: #fff;
    font-size: 14px; line-height: 2.2;
    margin-top: 40px;
}
/*
.footer ul{
    width: 100%; 
    display: flex; justify-content: space-between;  
}
.footer li{
    width: 40%;
}
.footer li h4{
   font-weight: bold;margin-bottom: 16px;
}
.footer li h4::after{
    content: '';
    display: block; width: 40px; height: 2px;background-color: #ffc10e;
    margin-top: 14px;
}
.footer li a{display: block;color: #fff; }
.footer li img{float: left;width: 128px;border: 4px solid #fff;
    margin-right: 15px;
}
.footer li p{margin-top: 45px;}
.footer li:nth-child(3){width: 19%}*/
.footer .zhu{
    display: block;
    text-align:center;
}
.footer .zhu img{width:185px;display: block;margin:0 auto;}
.footer li h4{
    font-size:22px; font-weight: bold;
}
.footer ul{
    display: block; margin:25px 0 0;
}
.footer li{
    display: inline-block; margin:0 8px; font-size:12px;
    text-align:center; vertical-align:top;
}
.footer li img{
    display: block; width:120px;
}
.footer li a{color:#fff; line-height:1.2;
    display: block; margin:12px 0 0;
}
.copyright{
    background-color: #232b37; color: #fff;
    padding: 40px 0;
    text-align: center;
    display: block;
}
.copyright a{color: #fff}
.copyright span{margin: 0 5px;}
.backtoTop{
    position: fixed; right: 0; bottom: 5%; z-index: 10;
    background-color: rgba(44,100,155,0.75);
    color: #fff;
    width: 80px; height: 80px; font-weight: bold;
    text-align: center;font-size: 24px; line-height: 80px;
    cursor: pointer;
}
/*内页样式*/
.banner{
    display: block; width: 100%;height: 400px;
    position: relative; background:no-repeat center/cover;
}
.banner img{ 
    margin-top: 10%;
}
.subNav{
    display: block; background-color: #f0f6fd;
    border-top: 3px solid #205caf; position: relative; z-index: 2;    
}
.subNav li{
    display: inline-block; 
}
.subNav li a{padding: 0 36px;font-size: 24px; line-height: 80px;}
.subNav .fr{line-height: 80px; color: #6f767d}
.subNav li.cur{background-color: #205caf;}
.subNav li.cur a{color: #fff;}
.subNav .pos{line-height: 70px;}


/*集团概况*/
.introBox{background: url('../img/jjbg.jpg') bottom center no-repeat;
    padding-bottom: 240px; line-height: 2;
}
.intro-title{
    background: url('../img/logo-line.png') center bottom no-repeat;
    font-size:40px; line-height: 1.3;
    color:#1943a6 ;
    letter-spacing: 2px;
    text-align: center;
    margin: 64px 0 30px;
    padding-bottom: 35px;

}
.introBox .text{
    text-indent: 32px;
}
.introBox .text p img{
    max-width: 95%!important; display: block; margin:0 auto;
}
.introBox .dataList{margin: 36px 0;}
.introBox .dataList li{border-right: 2px solid rgba(25,67,166,0.5);}
.introBox .dataList li:last-child{border-right:0px;}
.introBox .dataList h1{font-size: 50px;}
.yewu{
    display: inline-block;
    width: 100%;
    margin: 40px 0 64px;
}
.yewu h3{font-size: 36px; color: #1943a6;margin-top: 50px;}
.yewu h3 span{
    display: block; text-transform: uppercase;
    font-style: light; font-family: 'STXiHei';
}
.yewu .fl{position: relative;}
.yewu .fl p{
    position: absolute;
    display: block;
    width: 500px;
    background-color: #e9f0ff;
    padding: 48px;
    margin-top: 40px;
    color: #555;
    line-height: 2;
}
/*新闻中心*/
.xw-title{
    display: block; text-align: center;
    font-size: 30px; font-weight: bold; color: #2d3238;
    margin-top: 48px; letter-spacing: 3px;
}
.xw-title b{
    display: block; width: 70px; margin: 5px auto;
    border-top: 3px solid #1943a6;
}
.xw-title b::after{content: '';display: block; width: 50px;
  height: 2px; background-color: #1943a6; margin: 3px auto;
}
.newslist{
    margin: 30px -1% 0 0;    
}
.newslist li h4{line-height: 1.2;height: 40px; overflow: hidden; }
.newslist li {
    display: inline-block;
    width: 32%; margin-bottom: 24px;
    margin-right: 1%; vertical-align: top;
}
.newslist li p{display: block;margin-bottom: 20px; font-size: 14px;}
.newslist li:hover h4{font-weight: bold;}
.morebtn.xw{
    position: relative;top:inherit;margin: 0 auto 48px;
    width: 180px;display: block;
}
.morebtn.xw:hover,.morebtn:hover{
    background:linear-gradient(to right,#1261e4,#0e85ec);
    color: #fff; border-color: transparent;
    box-shadow: 4px 4px 15px rgba(10,110,255,0.5);

}
.newslist.all li h4{height: auto;font-weight: bold;}
.newslist.all li{ 
    width: 100%; background-color: #fff; 
    margin-bottom: 0;
    border: 1px solid transparent;
    border-bottom: 1px dashed #c8d3ea;
    padding: 24px;
}
.newslist.all li p{height: auto;}
.newslist.all li:hover{
    border: 1px solid #eef1f7;
    border-top: 3px solid #205caf;
}
.newslist.son li{padding: 24px;
    width: 48%; background-color: transparent;
    border: 1px solid #eef1f7;
    border-top: 3px solid #205caf;
}
 




/*党建工作列表*/
.newslist-v{
    margin: 0;
}
.newslist-v li{
    margin-top: 40px;
    display: flex; flex-wrap: wrap;
    align-items: center;
    transition: all 0.4s ease-in-out 0s;
}
.newslist-v .imgBox{
    width: 25%; height: 200px; overflow: hidden;margin-right: 3%;
}
.imgBox img{width: 100%;height: 100%;transition: all 0.4s ease-in-out 0s;}
.newslist-v .txt{
    width: 65%;
}
.newslist-v .arr-more{
    font-size: 32px;
    padding:50px 15px 56px;
    margin-left: 32px;
    transition: all 0.4s ease-in-out 0s;
}
.txt h4{font-size: 22px; font-weight: bold;display: block; margin-top: 18px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.txt p{font-size: 14px; height: 60px; color: #999;margin: 22px 0;}
.txt .date{display: block;color: #205caf;margin-bottom: 20px;}
.newslist-v li:hover{background: #ecf3fc;
    box-shadow: 4px 8px 15px rgba(8,80,185,0.25);
}
.newslist-v li:hover .arr-more{
    background-color: #f8fbff;
    color: #1943a6; font-size: 48px;
}
.newslist-v li:hover img{
    transform: scale(1.05);
}

.page{
    display: block;
    width: 100%;
    margin: 40px 0 64px;
    text-align: center;
}
.page a,.page span{
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 1px;
    margin: 0 2px 15px; color: #444;
    display: inline-block;
}
.page a:hover,.page a.curr,.page span.curr{
    background-color: #1943a6;
    border: 1px solid #163d98;
    color: #fff;
}
.page .disabled{
    color: grey;
}
/*项目展示*/
.picList{margin: 32px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.picList li{
    width: 32%;margin-bottom: 15px;
}
.picList li img{display: block;width: 100%; height: 200px;border: 1px solid #eee;}
.picList li p{margin: 16px 0; text-align: center;}
.picList li:hover img{
    animation: pulse 1s both ease-in-out;
    -webkit-animation: pulse 1s both ease-in-out; 
    -moz-animation: pulse 1s both ease-in-out; 
    -o-animation: pulse 1s both ease-in-out; 
}
.grey{
    background: #e8f3fd;
    padding: 4px 0;
}
/*招聘*/
.job{
    background: url('../img/zp-top.jpg') no-repeat top center ;    
    padding: 1px 0; 
    margin-bottom: 30px;  
}
.job .xw-title{color: #fff;}
.job .xw-title b{border-color: #fff;}
.job .xw-title b::after{background: #fff;}
.job .container{
    background: #fff;margin-top: 24px;
    margin-bottom: 16px;
}
.jobList{
    display: block;
    margin: 16px;
}
.jobList li{display: flex; justify-content: space-around;
    border-bottom: 1px dashed #cbd2d8;
}
.jobList li:first-child{
    background-color: #eaf2fa;
    border-top: 3px solid #1943a6;
    font-weight: bold; color: #1943a6;
    border-bottom: 0;
}
.jobList li:first-child span{line-height: 70px;padding: 0;}
.jobList li span{width: 25%; text-align: center;
    padding: 30px 0;
}
/*联系方式*/
.way{
    margin:32px 0;
    display: flex; justify-content: space-between;
    flex-wrap: wrap;
}
.way li{width: 25%; text-align: center; color: #666;}
.way li i{ 
    width: 128px; height: 128px; border: 1px solid #d3dbef;
    background-color: #f7f9ff;
    border-radius: 50%;  padding: 40px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto;
}
.way li img{height: 46px; transition: all 0.3s ease-in-out 0s;}
.way li h4{font-weight: bold;color: #2d3238;}
.way li:hover img{
    animation: swing 1s both ease-in-out;
    -webkit-animation: swing 1s both ease-in-out; 
    -moz-animation: swing 1s both ease-in-out; 
    -o-animation: swing 1s both ease-in-out; 
}
.way li p{word-break: break-all;}
.map{
    height: 500px;
}
.map a{display: block;width: 100%; height: 100%;}
.follow{text-align: center; display: block; margin: 24px 0 48px;}
.follow img{width: 248px; border: 10px solid #fff;
    box-shadow: 0 0 1px 1px #cfd8e5;
}
.follow p{
    display: inline-block;
    margin-left: 10px; font-size: 20px;
}

/*详情页*/
.page-header{
    padding: 24px 0 ; margin-top: 0;
    text-align: center;
}
.page-header h1{
    font-size: 32px; font-weight: bold;
    color: #2d3238;
    margin-bottom: 25px;
}
.tips{
    font-size: 14px; color: #aaaaaa;
}
.tips span{margin-right: 15px;}
.bshare-custom{display: inline-block;}
.textCon{
    margin: 40px 2%;
    display: block;
    line-height: 2;
    min-height:400px;
}
.textCon p{text-indent: 32px;}
.textCon iframe{
	width:100%; height:100vh; border:0;
}
::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}
::-webkit-scrollbar-track,::-webkit-scrollbar-corner {
    background: #F6F6F6;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background: #CCC;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #CCC;
}
.other{
    margin: 40px 0;
    display: flex; justify-content: space-between;
    flex-wrap: wrap;
}
.other li{width: 48%;display: inline-block;
    background-color: #fff;
    border-top: 3px solid #1943a6;
    box-shadow: 3px 6px 12px rgba(20,155,255,0.1);
    padding:5px 18px 30px;
}

.other li h4{
    display: inline-block;
    font-size: 15px; line-height: 2;
    color: #444; margin-bottom: 16px;
    border-bottom: 1px solid #1943a6;
}
.other li:last-child{text-align: right;}

.other li a{
    display: block;
    font-size: 20px; color: #555;
}
/*全站搜索*/
.totalSearch{
    margin: 32px 0;
    display: block;
    text-align: center;
}
.totalSearch input,.totalSearch select{
    border: 1px solid #ddd; border-radius: 5px;
    padding:10px;
}
.totalSearch .sbtn{
    background-color: #1943a6;
    border: 0; padding: 10px 30px;
    color: #fff;
    margin-top: 10px;
    border-radius: 5px; 
}
.idx{text-align: center;}
/*子公司*/
.sonNav{
    display: block; 
    background-color: #205caf;
    text-align: center;
    box-shadow:inset 0 4px 8px rgba(69,94,155,0.1);
}

.sonNav ul{display: block; 
    margin: 0px auto;max-width:1200px;padding:10px 0;
    text-align:left;
}
.sonNav li{
    display:inline-block;padding:8px; border-radius:5px;
}
.sonNav li a{color: #fff;}
.sonNav li.cur{background-color: #f1da93; }
.sonNav li.cur a{color: #333;}
 /*2023改*/
 .w50per{
    width:48%; margin:40px 0 0;
 }
.home-news{
    display: block; background-color:#f2f7fb;
    padding:12px 20px; margin-top: 21px;
}
.home-news li{
    display: block; padding:9px 0;
    position: relative;
}
.home-news span{
   position: absolute; right:0;top:0;
   padding:10px 0; color:#aaa;
}
.home-news.pic li{
    display: inline-block; width:100%;
    padding:5px 0 0;
}
.home-news.pic li .txt{ 
    width:73%;float:left;height:70px;
    overflow:hidden;
}
.home-news.pic li span{
    position: relative; display: block;
    right:inherit; padding:5px 0;
}
.home-news.pic li img{
    float:right; width:22%; height:70px;
    margin-left:12px; transition:all 0.3s;
}
.home-news.pic li:hover img{
    transform:scale(1.03);
    box-shadow:1px 3px 5px rgba(25,20,160,0.2);
}

@media (max-width: 768px){
  .iconBox,.footer,.subNav .fr,
  .newslist-v .arr-more,.txt p,.footer,.copyright p{display: none;}
  .header,.container,.profile .fl,.item .swiper-slide,.bidList{width: 100%;}
  .m-nav,.menu li.closeIt{display: block;}
  .menu{
    display: none;
    position: fixed; z-index: 9999;
    top: 0;left: 0; right: 0;bottom: 0; margin: 0;
    background: linear-gradient(to bottom,#1261e4,#0e85ec);
  }
  .menu li{display: block; 
    border-top: 1px dashed rgba(255,255,255,0.2);
    border-bottom: 1px dashed rgba(0,0,0,0.2);
  }
  .menu li a{color: #fff}
  .menu li.current a{color: #fff;}
  .menu li::after{display: none;}  

  .item .swiper-slide img,.item-text{height: auto;}
  .item-text{
    position: relative;width: 100%;left: 0; bottom: 0;
    transform: translate(-30px,30px) scale(1.05);
  }
  .item .swiper-slide{margin-bottom: 0;}
  .news-next{right: 0; z-index: 9;}
  .news-prev{left: 0;z-index: 9;}
  .bidList{margin-top: 24px;}
  .bidding .title .morebtn{left: inherit; right: 0; margin-top: 40px;}
  .bidList li{width: 100%;margin-bottom: 16px;}
  .bidList li a{height: auto;margin-bottom: 16px;}
  .picNews li{width: 48%;}
  .copyright span{display: block;}
  .partybg .item-title{margin-top: 40px;}
  .subNav li a{font-size: 20px; line-height: 60px;padding: 0 21px;}
  .banner{height: 28rem;}
  .banner img{height: 10rem;}
  /*集团概况*/
  .yewu .fl p{
    position: relative; width: 100%;
  }
  .introBox .dataList li{border-right: 0;}
  .introBox{background-size: auto 14rem;padding-bottom: 5rem;}
  .yewu{margin:0 0 36px 0;}
  .yewu h3{margin-top: 0;}
  .newslist-v .txt{width: 70%}
  .newslist-v .imgBox{height: auto;}
  .txt h4{white-space: inherit; text-overflow: inherit;}
  .newslist li{padding: 20px;}
  .jobList{margin: 15px 0}
  .totalSearch input,.totalSearch select{width: 100%; margin-bottom: 10px;}
  
  .w50per{width:100%; margin-bottom:20px}
  .leftside,.rightside,.subleft{width:100%;}
  .listTab li{margin-right:5px;}

}
@media (max-width: 414px){
    .banner{height: 20rem;}
    .profile .text{margin: 30px 0 16px;}
   .dataList li{ width: 49%;margin-bottom: 24px;}
   .profile .more{margin-top: 6px;}
   .picNews li,.newslist li,.newslist-v .imgBox,.newslist-v .txt,.newslist.son li,
   .picList li{width: 100%;}
   .newslist-v .imgBox{margin-right: 0;margin-bottom: 10px;}
   .way li{width: 48%;}
   .sonNav li{display: block; width: 100%;}
}
 


 
