/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}

.clear{
    clear:both;
}

.newchaf{width:100%;float:left;}
.newchaf  li{height:40px;float:left;margin:1%;}
.newchaf li a {width:100%;float:left;padding:0px 5%;font-size:15px;line-height:40px;color:#fff;background-color:#565656;}
.newchaf li a.active{background-color:#0061c2;color:#fff;}
.newchanpin_con{
    margin: auto;
    width: 90%;
    max-width: 1600px;
}
.newchanpin_con_top{
    margin: 40px 0;
    width: 100%;
}
.newchanpin_nav{
    width: 100%;
	padding-bottom:2%;border-bottom:solid 3px #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newchanpin_2nav{
    padding-bottom: 20px;
    width: 100%;
    display: none;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.newchanpin_2nav li{
    width: 15%;
    text-align: center;

}
.newchanpin_2nav li a{
    font-size: 15px;
    color: #666;
}
.newchanpin_2nav li a:hover{
    color: #0061c2;
}
.newchanpin_nav li{
    width: 16.6%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1%;
}


.newchanpin_nav li a{
    font-size: 15px;
    display: block;
    text-align: center;
    color: #666;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    border: solid 1px #dddddd;
    transition: all 0.35s;
}
.newchanpin_nav li:hover a{
    box-shadow: 0 0px 5px #ccc;   
}
.newchanpin_nav li a.active{
    background-color: #0061c2;
    color: #fff;
    border: solid 1px #0061c2;
}

.newchanpin_con_con{
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.newchanpin_con_con ul{
    display: flex;
    flex-wrap: wrap;
}
.newchanpin_con_con ul li{
    margin-right: 4%;
    margin-bottom: 40px;
    width: 48%;
    background-color: #f2f3f6;
    border-radius: 5px;
    transition: all 0.3s;
}
/* .newchanpin_con_con ul li:nth-child(2n){
    background-color: #eee;
} */
.newchanpin_con_con ul li:nth-child(2n){
    margin-right: 0;
}
.newchanpin_con_con ul li .a{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    justify-content: space-between;
}

.newchanpin_con_con ul li .a .img{
    width: 43%;
    height: auto;
    overflow: hidden;
}
.newchanpin_con_con ul li .a .img img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit:cover;
}
.newchanpin_con_con ul li:hover{
    background: #fff;
    box-shadow: 5px 5px 15px #8594ab;
}
.newchanpin_con_con ul li:hover .a img{
    transform: scale(1.1);
}
.newchanpin_con_con ul li .a .title{
    margin-top: 5%;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.newchanpin_con_con ul li .a .title p{
    font-size: 22px;
    color: #666;
    margin-bottom: 15px;
}
.newchanpin_con_con ul li .a .title span{
    display: block;
    margin: 20px 0;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 28px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newchanpin_con_con ul li .a .title  .title_nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.newchanpin_con_con ul li .a .title  .title_nav a{
    width: 45%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 18px;
    font-size: 15px;
    background-color: #8594ab;
    color: #fff;
    box-shadow: 0 0px 2px #333;

}
.newchanpin_con_con ul li .a .title  .title_nav a:first-child{
    background-color: #0d5198;
}


.newcon-mbx {
    background-color: #fff;
    padding: 15px 0;
    width: 100%;
	border-bottom: 1px solid #eee;
}

.newcon-mbx-m {
    margin: auto;
    width: 70%;
    max-width: 1600px;
    display: flex;
    align-items: center;
}

.newcon-mbx-m img {
    margin-right: 15px;
    width: 20px;
}

.newcon-mbx-m span {
    font-size: 15px;
}

.newcon-mbx-m span a {
    color: #666;
    font-size: 15px;
}


.tg_pages {
    margin: 20px auto;
	margin-top: 40px;
    /* width: 60%; */
    text-align: center;
}
.tg_pages span{
    font-size: 15px;
}

.tg_pages .page-status{
	color: #666;
    margin-right: 15px !important;
}

.tg_pages a {
    color: #666;
    font-size: 15px;
}

.tg_pages .page-numbar span {
    display: none;
}

.tg_pages .page-index {
    margin: 0 5px;
    padding: 2px 5px;
    border: 1px solid #999;
}
.numtop{
    display: flex;
    align-items: flex-end;
}
.numtop i{
    color: #fff;
    font-size: 30px;
}


.tg_pages .page-pre {
    margin: 0 5px;
    padding: 2px 5px;
    border: 1px solid #999;
}

.tg_pages .page-numbar a {
    margin: 0 5px;
    padding: 2px 10px;
    border: 1px solid #999;
}

.tg_pages .page-next {
    margin: 0 5px;
    padding: 2px 5px;
    border: 1px solid #999;
}

.tg_pages .page-last {
    margin: 0 5px;
    padding: 2px 5px;
    border: 1px solid #999;
}

.tg_pages .page-num-current {
    background-color: #0061c2;
    color: #fff;
}

.tg_pages .page-num-current a {
    color: #fff;
}

.xinchanpin{
	margin: auto;
	width: 1300px;
	height: auto;

}
.xinchanpin_right{
	float:right;
	width: 870px;
	height: auto;

}
.xinchanpin_right_top{
	position: fixed;
  margin-left: 420px;
	width: 870px;
	height: 50px;
	background: #fff;
	backdrop-filter: saturate(180%) blur(20px);
  	box-shadow: 0 0 5px rgb(0 0 0 / 40%);

}
.xinchanpin_right_top ul{
	width: 100%;
	height:50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
  border-bottom: 1px solid #f7f7f7;
}
.xinchanpin_right_top ul li{
	width: 150px;
	height: 50px;
	
}
.xinchanpin_right_top ul li a{
    display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
    text-align: center;
}
.xinchanpin_right_top ul li:hover{
    background-color: #fff;
}
.xinchanpin_right_top ul li:hover a{
    color: #212529;
}

.xinchanpin_right .right_1{
    padding-top: 200px;
	margin-top: -150px;
	margin-bottom: 10px;
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #f3f3f3;
}

.xinchanpin_right .right_1 b{
	display: inline-block;
	height: 54px;
	font-size: 18px;
	line-height: 54px;
	color: #212529;
	border-bottom: 2px solid #0061c2;
}
.xinchanpin_right .content{
	font-size: 15px;
	line-height: 28px;
}









.xinchanpin_left{
	position: fixed;
	z-index: 9;
	margin-left: -650px;
	left: 50%;
	height: auto;
	width: 370px;
    background: #fff;
	/* box-shadow: 0px 23px 32px 0px rgb(59 69 116 / 27%); */
  box-shadow: 0 5px 10px #ccc;
	box-sizing: border-box;
	padding: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.xinchanpin_left h2{
	font-size: 18px;
	color: #212529;
	font-weight: bold;
	display: block;
	
}
.xinchanpin_left span{
  display: block;
  margin: 15px 0;
  font-size: 16px;
}
.xinchanpin_left p{
	display: block;
	margin-bottom: 15px;
  width: 100%;
	font-size: 15px;
	line-height: 28px;
	color: #666;
}
.xinchanpin_left .xinchanpin_btn{
	margin: 15px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.xinchanpin_left .xinchanpin_btn a{
	display: flex;
	align-items: center;
	justify-content: center;
    width: 45%;
    height: 46px;
    line-height: 46px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-image: -webkit-linear-gradient(top,#649cd7,#1a69bd);
    background-image: -moz-linear-gradient(top,#649cd7,#1a69bd);
    background-image: -o-linear-gradient(left top,#649cd7,#1a69bd);
    background-image: linear-gradient(to bottom,#649cd7,#1a69bd);
}
.xinchanpin_left .xinchanpin_btn a span{
	display: block;
	margin-left: 15px;
	color: #fff;
    font-size: 14px;
}
.xinchanpin_left .xinchanpin_btn a:nth-child(2){
	background-image: -webkit-linear-gradient(top,#ffc263,#ff9c00);
    background-image: -moz-linear-gradient(top,#ffc263,#ff9c00);
    background-image: -o-linear-gradient(left top,#ffc263,#ff9c00);
    background-image: linear-gradient(to bottom,#ffc263,#ff9c00);
}

.xinchanpin_left .xinchanpin_btn a::before{
		pointer-events: none;
		position: absolute;
		z-index: -1;
		content: '';
		top: 110%;
		left: 5%;
		height: 10px;
		width: 90%;
		opacity: 0;
		background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform, opacity;
		transition-property: transform, opacity;
}

.xinchanpin_left .xinchanpin_btn a:hover{
	transform: translateY(-6px);
}
.xinchanpin_left .xinchanpin_btn a:hover::before{
	opacity: 0.7;
	
}
.xinchanpin_left  .xinchanpin_tu{
	width: 100%;
}
.xinchanpin_left  .xinchanpin_tu img{
	width: 100%;
}


.newcon-con{
    padding-top: 30px;
}


.newListCase {
    margin: auto;
    width: 70%;
    height: auto;
  }
  
  .newListCase .newListCase_con {
    width: 100%;
  }
  
  .newListCase .newListCase_con ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .newListCase .newListCase_con ul li {
    margin-right: 2.6%;
    margin-bottom: 30px;
    width: 23%;
    background: #f1f1f1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 7px;
    cursor: pointer;
  }
  .newListCase .newListCase_con ul li a{
    display: block;
    width: 100%;
    height: auto;
  }
  
  .newListCase .newListCase_con ul li:nth-child(4n) {
    margin-right: 0;
  }
  
  .newListCase .newListCase_con ul li:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
  }
  
  .newListCase .newListCase_con ul li:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .newListCase .newListCase_con ul li .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .newListCase .newListCase_con ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .newListCase .newListCase_con ul li .title {
    padding: 25px;
  }
  
  .newListCase .newListCase_con ul li .title p {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
  }
  
  .newListCase .newListCase_con ul li .title span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .newListCase .newListCase_con ul li .title a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #0559b9;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .newListCase .newListCase_con ul li .title a:hover {
    -webkit-box-shadow: 0 0 10px rgba(5, 89, 185, 0.74);
            box-shadow: 0 0 10px rgba(5, 89, 185, 0.74);
  }
  



  .newcon-con-fangan{
    padding-top:50px;
	padding-bottom: 30px;
    /* background: #f1f1f1; */
    width: 100%;
}

.newcon-con-fangan .fangan_top{
    width: 100%;
}
.newcon-con-fangan .fangan_top ul{
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newcon-con-fangan .fangan_top ul li{
    margin: 0 15px;
    height: 50px;
    overflow: hidden;
    width: auto;
    

}
.newcon-con-fangan .fangan_top ul li a{
    line-height: 35px;
    display: block;
    padding: 0 25px;
    width: 100%;
    height: 35px;
    color: #333;
    background-color: #f3f3f3;
    font-size: 16px;
    border-radius: 24px;
    box-sizing: border-box;
}
/* .newcon-con-fangan .fangan_top ul .active a{
    background-color: #0d5198;
} */
.newcon-con-fangan .fangan_top ul .active a{
    color: #fff;
    background-color: #0d5198;
}

/* .newcon-con-fangan .fangan_top ul li:hover{
    background-color: #0d5198;
} */
.newcon-con-fangan .fangan_top ul li:hover a{
    background-color: #0d5198;
    color: #fff;
}

.newcon-con-fangan .fangan_list{
    margin: auto;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 90%;
    max-width: 1300px;
}
.newcon-con-fangan .fangan_list ul{
    padding: 0;
}
/* .newcon-con-fangan .fangan_list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin: 0 auto 40px;
    padding: 40px 40px;
    background-color: #fff;
} */

.newcon-con-fangan .fangan_list li .fangan_left{
    width: 82%;
    display: flex;
    flex-direction: column;
}


.newcon-con-fangan .fangan_list li .fangan_left p{
    width: 100%;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}
.newcon-con-fangan .fangan_list li .fangan_right{
    width: 15%;
    display: flex;
    flex-direction: column;
}

.fangan_list_detail{
    margin: auto;
    /* margin-top:30px; */
    width: 100%;
    padding: 2%;
    background-color: #fff;
    box-sizing: border-box;


}

.fangan_list_detail-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.fangan_list_detail-title h1{
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}
.fangan_list_detail-title-1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.fangan_list_detail-title-1 span{
    margin: 0 15px;
    font-size: 15px;
}


.main-lx{
	border-bottom: 1px solid rgba(238, 238, 238, .2);
	border:solid 1px #e1e1e1;
	width:90%;
	margin:2% 5%;
	float:left;
}
.main-lx .img1{
   margin: 0;
    width: 15%;
    float: left;
	margin-top:2.5%;
}
.lx-p{
    width: 81%;
    float: right;
	background-color:#f9f9f9;
	padding:2%;
}
.lx-p p{width:100%;float:left;font-size:16px;}
.tel2{
    height: auto;
    background: url(/skin/images/new_tel.png) no-repeat left 25px;
    padding-left: 42px;
	background-size:30px;
}
.tel2 strong{
    font-size: 28px;
    color: #0090ff;
}
.afs{
    width: 123px;
    height: 35px;
    float: right;
    background: #0090ff;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 10px 0 0;
	border-radius:5px;
	line-height:35px;
}
.afs a{
color:#fff;
}

.fangan_list_detail-con{
    margin-top: 30px;
}
.fangan_list_detail-con p{
    font-size: 15px;
    line-height: 30px;
}

.fangan_list_detail-con iframe{
    display: block;
    margin: auto;
    width: 800px;
    height: 600px;
}



.newcon-con-fangan .fangan_list{
    margin: auto;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 90%;
    max-width: 1300px;
}
.newcon-con-fangan .fangan_list ul{
    padding: 0;
}
.newcon-con-fangan .fangan_list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    /* margin: 0 auto 40px; */
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.newcon-con-fangan .fangan_list li:hover{
    background-color: #f3f3f3;
    transition: all 0.35s;
}

.newcon-con-fangan .fangan_list li .fangan_left{
    width: 82%;
    display: flex;
    flex-direction: column;
}
.newcon-con-fangan .fangan_list li .fangan_left a{
    display: block;
    margin-bottom: 6px;
    font-size: 22px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: #666;
    text-overflow: ellipsis;
}

.newcon-con-fangan .fangan_list li .fangan_left p{
    width: 100%;
    height: 90px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}
.newcon-con-fangan .fangan_list li .fangan_right{
    width: 15%;
    display: flex;
    flex-direction: column;
}

.newcon-con-fangan .fangan_list li .fangan_right p{
    display: flex;
    flex-direction: column;
    /* width: 100px;
    height: 40px; */
    overflow: hidden;
    /* line-height: 40px; */
    color: #999;
    font-size: 20px;
    text-align: center;
    margin: 0;
    margin-bottom:15px;
    padding: 0;

}
.newcon-con-fangan .fangan_list li .fangan_right p span{
    color: #666;
    font-size: 24px;
}
.newcon-con-fangan .fangan_list li .fangan_right a{
    display: block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.newcon-con-fangan .fangan_list li .fangan_right a i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 0 0 8px;
    padding: 0;
    vertical-align: middle;
    background: url(../images/jt6.png) center center no-repeat;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.newcon-con-fangan .fangan_list li .fangan_right a:hover{
    background-color: #0d5198;
    color: #fff;
}
.newcon-con-fangan .fangan_list li .fangan_right a:hover i{
    background: url(../images/jt2.png) center center no-repeat;
    margin:-4px 0 0 16px;
}


  .newConDetail{
    /* background-color: #f1f1f1; */
}
.newConDetail_c{
    margin: auto;
    width: 90%;
    height: auto;
    max-width: 1600px;
}
.newConDetail_left{
    float: left;
    width: 80%;
}

.newConDetail_right{
    margin-top: 50px;
    float: right;
    width: 19%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 5px 10px #ccc ;

}
.newConDetail_right h3{
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.prodetail_bot {
    margin: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prodetail_bot p {
    display: block;
    padding-left: 2%;
    width: 48%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
}

.prodetail_bot p a {
    color: #333;

}




.newConDetail_right_list{
    margin-bottom: 20px;
    width: 100%;
}
.newConDetail_right_list ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
}
.newConDetail_right_list ul li{
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
}
.newConDetail_right_list ul li .dianhua {
    /* margin-top: 15px; */
    font-size: 25px;
    color: #333;
    font-weight: bold;
}
.newConDetail_right_list ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.newConDetail_right_list ul li p{
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 16px;
}
.newConDetail_right_list ul li p:last{
  color: #999;
  margin:0;
}
.newConDetail_right_list ul li img{
  margin: 20px auto;
    width: 80%;
}

.liangxifangshi ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.liangxifangshi ul li{
    margin-bottom: 0;
    justify-content: center;
}
.liangxifangshi ul li:nth-child(3) p{
  color: #333;
}
.liangxifangshi ul li:nth-child(3) p:first-child{
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    color: #666;
}



.newcon-con-fangan .fangan_list .tuijian{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    margin: 0 auto 40px;
    padding: 20px;
    background-color: #fff;
}
.newcon-con-fangan .fangan_list .tuijian  .tuijian_img{
    width: 30%;
    position: relative;
    margin-right: 4%;
}
.newcon-con-fangan .fangan_list .tuijian  .tuijian_img a{
    display: block;
    width: 100%;
    height: 245px;
    overflow: hidden;
}
.newcon-con-fangan .fangan_list .tuijian  .tuijian_img a img{
    width: 100%;
    height: 100%;
    transition: all 0.35s;
	object-fit: cover;
}
.newcon-con-fangan .fangan_list .tuijian:hover img{
    transform: scale(1.1);
}
.newcon-con-fangan .fangan_list .tuijian  .tuijian_img .tuijian_time{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 135px;
    height: 74px;
    padding: 10px 5%;
    background-color: rgba(36, 36, 36, 0.5);
    z-index: 999;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-sizing: content-box;
}

.newcon-con-fangan .fangan_list .tuijian  .tuijian_img .tuijian_time p{
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    line-height: 38px;
}
.newcon-con-fangan .fangan_list .tuijian  .tuijian_img .tuijian_time p:last-child{
    display: block;
    font-size: 38px;
    color: #fff;
}

.news_list_bottom{
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news_list_bottom li{
    margin-right: 2%;
    margin-bottom: 15px;
    width: 49%;
    height: auto;
    background-color: #c1c1c1;
}
.news_list_bottom li:nth-child(2n){
    margin-right: 0;
}




.guanyu {
    margin: 50px 0;
    width: 100%;
  }
  
  .guanyu .guanyu_con {
    margin: auto;
    width: 70%;
    max-width: 1600px;
  }
  
  .guanyu .guanyu_con .guanyuTitle {
    font-size: 35px;
    color: #666;
    text-align: center;
  }
  
  .guanyu .guanyu_con .guanyuTitle i {
    margin-right: 10px;
    font-style: normal;
    color: #0d5198;
  }
  
  .guanyu .guanyu_con .guanyudesc {
    margin-bottom: 30px;
    font-size: 20px;
    color: #999;
    text-transform: uppercase;
    text-align: center;
  }
  
  .guanyu .guanyu_con .guanyu_mid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 400px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_left {
    padding: 30px;
    width: 50%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f6f6f6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_left .guanyuMid_left_t {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_left .guanyuMid_left_t h3 {
    font-size: 30px;
    color: #0061c2;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_left .guanyuMid_left_t a {
    display: block;
    width: 40px;
    height: 40px;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_left .guanyuMid_left_t a img {
    width: 100%;
    height: 100%;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_left .guanyuMid_left_b {
    font-size: 15px;
    line-height: 28px;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_right {
    width: 50%;
    position: relative;
    height: 400px;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_right img {
    width: 100%;
    height: 100%;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul li {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul li .num_top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul li .num_top p {
    font-size: 33px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #fff;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul li .num_top span {
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
  }
  
  .guanyu .guanyu_con .guanyu_mid .guanyuMid_right ul li i {
    font-style: normal;
    font-size: 16px;
    color: #fff;
  }


  
.indexzizhi {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 30px 0;
    width: 100%;
    height: 600px;
    background: url(../images/zheng_bg.jpg) no-repeat;
    background-size: cover;
  }
  
  .indexzizhi .zizhi_title {
    width: 100%;
    font-size: 35px;
    color: #fff;
    text-align: center;
  }
  
  .indexzizhi .zizhi_title i {
    margin-right: 10px;
    color: #0d5198;
    font-style: normal;
    text-align: center;
  }
  
  .indexzizhi .zizhi_desc {
    margin-bottom: 30px !important;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
  }
  
  .indexzizhi .zizhi_con {
    margin: auto;
    margin-top: 50px;
    width: 1200px;
    overflow: hidden;
  }
  
  .indexzizhi .zizhi_con .zizhi_container {
    width: 100%;
    height: 100%;
  }
  
  .indexzizhi .zizhi_con .zizhi_container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border: 3px solid #eb6d3e;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
            box-sizing: border-box;
  }
  
  .indexzizhi .zizhi_con .zizhi_container .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  
  .indexzizhi .zizhi_con .zizhi_container .swiper-slide-active,
  .indexzizhi .zizhi_con .zizhi_container .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  

  .about_con_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.about_con_1{
    padding-top: 50px;
    width: 100%;
    background-color: #f1f1f1;
}
.about_con_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.about_con_title1{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 150px;
    width: 100%;
}
.about_con_title p{
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 30px;
    color: #666;

}
.about_con_title i{
    display: block;
    margin: 8px 0;
    width: 30px;
    height: 2px;
    background-color: #0061c2;
}
.about_con_title span{
    font-size: 15px;
    color: #999;
    text-transform: uppercase;
}

.shili {
    margin: auto;
    padding-bottom: 80px;
    width: 1300px;
    height: auto;
  }
  
  .shili .shili_con {
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #c3c3c3;
  }
  
  .shili .shili_con .shili_con_top {
    margin-bottom: 30px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid #c2c2c2;
  }
  
  .shili .shili_con .shili_con_top .shili_con_1 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .shili .shili_con .shili_con_top .shili_con_1:nth-child(1)::after {
    background: url(../images/shili4.jpg) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_top .shili_con_1:nth-child(2)::after {
    background: url(../images/shili5.jpg) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_top .shili_con_1:nth-child(3)::after {
    background: url(../images/shili3.jpg) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_top .shili_con_1:nth-child(4)::after {
    background: url(../images/shili1.jpg) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_top .shili_con_1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 4;
  }
  
  .shili .shili_con .shili_con_top .shili_con_1 .shili_con_neirong {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .shili .shili_con .shili_con_top .shili_con_1 .shili_con_neirong p {
    position: relative;
    z-index: 10;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
  }
  
  .shili .shili_con .shili_con_top .shili_con_1 .shili_con_neirong i {
    position: relative;
    z-index: 10;
    display: block;
    margin: 25px 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
  }
  
  .shili .shili_con .shili_con_top .shili_con_1 .shili_con_neirong span {
    padding: 0 10%;
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    position: relative;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
  }
  
  .shili .shili_con .shili_con_top .shili_con_1 .shili_con_neirong::after {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(5, 89, 185, 0.74);
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    z-index: 6;
  }
  
  .shili .shili_con .shili_con_bot {
    width: 100%;
    height: 100px;
  }
  
  .shili .shili_con .shili_con_bot ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  .shili .shili_con .shili_con_bot ul li {
    width: 25%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    border-right: 1px solid #626262;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(1).hover span {
    background: url(../images/pinpai_a.png) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(1).hover p {
    color: #0061c2;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(2).hover span {
    background: url(../images/yanfa_a.png) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(2).hover p {
    color: #0061c2;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(3).hover span {
    background: url(../images/shengchan_a.png) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(3).hover p {
    color: #0061c2;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(4).hover span {
    background: url(../images/fuwu_a1.png) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(4).hover p {
    color: #0061c2;
  }
  
  .shili .shili_con .shili_con_bot ul li span {
    display: block;
    width: 50px;
    height: 50px;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(1) span {
    background: url(../images/pinpai.png) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(2) span {
    background: url(../images/yanfa.png) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(3) span {
    background: url(../images/shengchan.png) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(4) {
    border: none;
  }
  
  .shili .shili_con .shili_con_bot ul li:nth-child(4) span {
    background: url(../images/fuwu1.png) center no-repeat;
    background-size: cover;
  }
  
  .shili .shili_con .shili_con_bot ul li p {
    margin-top: 10px;
    font-size: 18px;
    color: #666;
  }
  
  .shili .shili_con .shili_con_bot ul i {
    display: block;
    width: 2px;
    height: 30px;
    background-color: #626262;
  }
  

  .contactny{
    padding: 50px 0;
    width: 100%;
    /* background-color: #f1f1f1; */

    position: relative;
    
}
.contactny_con{
    margin: auto;
    width: 70%;
    max-width: 1600px;

} 
.contactny_con_1{
    margin-bottom: 30px;
    width: 100%;
}

.contactny_con_1 ul{
    padding-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
.contactny_con_1 ul li{
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.35s;
}
.contactny_con_1 ul li .img{
    margin-top: -70px;
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    background-color: #0061c2;
    border-radius: 50%;

}
.contactny_con_1 ul li .img img{
    display: block;
    margin: auto;
    margin-top: 15px;
    width: 60px;
    height: 60px;

}
.contactny_con_1 ul li p{
    margin-bottom: 10px;
    font-size: 18px;
    color: #666;
}

.contactny_con_1 ul li span{
    text-transform: uppercase;
    font-size: 17px;
}
.contactny_con_1 ul li i{
    display: block;
    margin: 15px 0;
    width: 30px;
    height: 2px;
    background: #0061c2;

}
.contactny_con_1 ul li p{
    font-size: 18px;
    color: #777;
}
.contactny_con_1 ul li:last-child p{
    font-size:15px
}
.contactny_con_1 ul li:hover{
    box-shadow: 0 5px 10px #ccc;
}


.contactny .newlianxi {
    margin:auto;
  width: 85%;
}

.contactny .newlianxi .newlianxi_left {
  position: absolute;
  top: 72px;
  left: 50%;
  margin-left: -600px;
}

.contactny .newlianxi .newlianxi_left h3 {
  font-size: 30px;
  color: #0d5198;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 30px;
}

.contactny .newlianxi .newlianxi_left .newlianxi_left_1 {
  width: 100%;
  margin-bottom: 20px;
}

.contactny .newlianxi .newlianxi_left .newlianxi_left_1 p {
  font-size: 24px;
  color: #4a91da;
  line-height: 25px;
}

.contactny .newlianxi .newlianxi_left .newlianxi_left_1 span {
  font-size: 14px;
  color: #b2b2b2;
  padding-top: 10px;
  text-transform: uppercase;
}

.contactny .newlianxi .newlianxi_left .newlianxi_left_2 {
  width: 100%;
}

.contactny .newlianxi .newlianxi_left .newlianxi_left_2 ul {
  width: 100%;
}

.contactny .newlianxi .newlianxi_left .newlianxi_left_2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.contactny .newlianxi .newlianxi_left .newlianxi_left_2 ul li .img {
  margin-right: 30px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #5f88b3;
}

.contactny .newlianxi .newlianxi_left .newlianxi_left_2 ul li .img img {
  width: 30px;
  height: 30px;
}

.contactny .newlianxi .newlianxi_left .newlianxi_left_2 ul li p {
  font-size: 16px;
  color: #666;
}

.contactny .newlianxi .newlianxi_right {
  float: right;
  width: 50%;
}

.contactny .newliuyan {
  padding-top: 20px;
  margin: 50px 0;
  width: 100%;
  border-top: 1px solid #ccc;
}

.contactny .newliuyan .newliuyan_con {
  padding: 20px;
  margin: auto;
  width: 1300px;
  height: 500px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: 0 5px 10px #ccc;
}

.contactny .newliuyan .newliuyan_con h3 {
  font-size: 30px;
  color: #0d5198;
  margin-bottom: 30px;
  font-weight: bold;
}

.contactny .newliuyan .newliuyan_con .newliuyan_con_1 {
  width: 100%;
  height: 100%;
}

.contactny .newliuyan .newliuyan_con .newliuyan_con_1 .liuyan_top {
  margin-bottom: 10px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactny .newliuyan .newliuyan_con .newliuyan_con_1 .liuyan_top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24%;
}

.contactny .newliuyan .newliuyan_con .newliuyan_con_1 .liuyan_top li p {
  font-size: 15px;
  margin-bottom: 10px;
}

.contactny .newliuyan .newliuyan_con .newliuyan_con_1 .liuyan_top li p i {
  color: #f00;
}

.contactny .newliuyan .newliuyan_con .newliuyan_con_1 .liuyan_top li input {
  outline: none;
  width: 100%;
  height: 35px;
  font-size: 15px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
}

.contactny .newliuyan .newliuyan_con .newliuyan_con_1 .liuyan_bot {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contactny .newliuyan .newliuyan_con .newliuyan_con_1 .liuyan_bot p {
  font-size: 15px;
  margin-bottom: 10px;
}

.contactny .newliuyan .newliuyan_con .newliuyan_con_1 .liuyan_bot textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  resize: none;
  outline: none;
  padding: 10px;
  font-size: 15px;
}

.contactny .newliuyan .newliuyan_con .newliuyan_con_1 .button {
  width: 120px;
  height: 40px;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5f88b3), color-stop(#0d5198), to(#5f88b3));
  background: linear-gradient(to bottom, #5f88b3, #0d5198, #5f88b3);
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.contactny .newliuyan .newliuyan_con .newliuyan_con_1 .button button {
  outline: none;
  background: none;
  border: none;
  color: #fff;
}

/*------------------äº§å“å†…å®¹å†…é¡µ-------------*/
table{border:none !important;}
table td, table th{border:none !important;text-align:left !important;}
.ner_ppa{width:98%;padding:0px 1%;float:left;font-size:15px;line-height:35px;color:#666;background-color:rgb(247, 247, 247);}
.ner_ppb1 td strong{font-size:15px;}
.jsbr_a{width:33%;float:left;border-left:solid 1px #e1e1e1;}
.jsbr_a td{width:90%;padding:0px 5%;float:left;border-bottom:solid 1px #e1e1e1;}
.jsbr_b{width:33%;float:left;border-left:solid 1px #e1e1e1;}
.jsbr_b td{width:90%;padding:0px 5%;float:left;border-bottom:solid 1px #e1e1e1;}
.jsbr_c{width:33%;float:left;border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1;}
.jsbr_c td{width:90%;padding:0px 5%;float:left;border-bottom:solid 1px #e1e1e1;}
.jsbbr_a{width:100%;float:left;background-color:rgb(43, 77, 137);color:#fff !important;text-align:center;}
.ske_s{width:100%;float:left;margin:3% 0px;}
.kdk{width:100%;float:left;}
.kdk a{width:100%;float:left;font-size:12px;color:#999;line-height:35px;text-align:right;}
.ehu_a{width:50%;float:left;font-size:15px;line-height:35px;color:#333;}
.ehu_b{width:50%;float:right;font-size:15px;text-align:right;line-height:35px;color:#333;}
.kso_tc{width:25%;background-color:#fff;background:url(../images/2f.jpg) no-repeat right;border:solid 1px #e1e1e1;padding:3% 5% 3% 1%;float:left;position:fixed;top:25%;left:37.5%;z-index:666;display:none;box-shadow: 0 5px 13px rgba(0, 0, 0, .1);}
.kso_tc img{width:40%;float:left;}
.kso_tc span{width:55%;float:right;margin-top:1.5% !important;}
.kso_tc span p{width:100%;float:left;font-size:25px;font-weight:bold;margin-top:2%;}
.kso_tc span font{width:100%;float:left;font-size:16px;line-height:35px;}
.kso_tc b{width:50px;float:right;position:absolute;top:0px;right:0px;font-size:13px;color:#666;line-height:75px;font-weight:normal;color:#004ea2;}
.kso_tc b:hover{font-weight:bold;cursor:pointer;}
.bcj_bg{width:100%;float:left;}
.bcj_bg tbody{width:100%;float:left;background-color:#f9f9f9;}
.bcj_bg1{width:10%;float:left;}
.bcj_bg1 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #e1e1e1;}
.bcj_bg2{width:10%;float:left;}
.bcj_bg2 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #e1e1e1;}
.bcj_bg3{width:15%;float:left;}
.bcj_bg3 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #e1e1e1;}
.bcj_bg4{width:55%;float:left;}
.bcj_bg4 td{width:100%;height:30px;overflow:hidden;float:left;text-align:left;border-bottom:solid 1px #e1e1e1;}
.bcj_bg5{width:10%;float:left;}
.bcj_bg5 td{width:100%;float:left;text-align:left;border-bottom:solid 1px #e1e1e1;}
.sdlr_a{width:100%;float:left;}
.sdlr_a tbody{width:100%;float:left;background-color:#f9f9f9;}
.sdlr_a1{width:10%;float:left;}
.sdlr_a1 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.sdlr_a2{width:20%;float:left;}
.sdlr_a2 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.sdlr_a3{width:50%;float:left;}
.sdlr_a3 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.sdlr_a4{width:20%;float:left;}
.sdlr_a4 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.tbbg{width:100%;float:left;border-top:solid 1px #f9f9f9;border-left:solid 1px #f9f9f9;border-right:solid 1px #f9f9f9;}
.tbbg_a{width:100%;float:left;}
.tbbg_a1{width:100%;float:left;background-color:#f9f9f9;}
.tbbg_a tr{width:100%;float:left;border-bottom:solid 1px #f9f9f9;}
.tbbg_a11{width:47%;padding:0px 1%;border-right:solid 1px #f9f9f9;float:left;font-size:14px;line-height:25px;}
.tbbg_a22{width:48%;padding:0px 1%;float:left;font-size:14px;line-height:25px;}
.ner_pp{width:100%;float:left;color:rgb(43, 77, 137);font-size: 19px;line-height:65px;margin-top:2%;}
.ner_ppb,.ner_ppb1{width:100%;float:left;}
.ner_ppb1a{width:98%;padding:0px 1%;float:left;background-color:rgb(247, 247, 247);font-size:14px;line-height:35px;}
.ner_ppb1b{width:98%;padding:0px 1%;float:left;background-color:rgb(255, 255, 255);font-size:14px;line-height:35px;}
.ner_ppc{width:100%;float:left;color:rgb(43, 77, 137);font-size: 19px;line-height:65px;margin-top:2%;}
.ner_ppca{width:100%;float:left;}
.ner_ppca1{width:100%;float:left;}
.ner_ppca1a{width:98%;padding:0px 1%;float:left;background-color:rgb(247, 247, 247);font-size:14px;line-height:35px;}
.ner_ppca1b{width:98%;padding:0px 1%;float:left;background-color:rgb(255, 255, 255);font-size:14px;line-height:35px;}
.ner_ppcd{width:100%;float:left;color:rgb(43, 77, 137);font-size: 19px;line-height:65px;margin-top:2%;}
.ner_ppcda{width:100%;float:left;}
.ner_ppce{width:85%;float:left;}
.ner_ppcda1{width:15%;float:left;}
.ner_ppcda1a{width:90%;line-height:30px;padding:0px 5%;background-color:rgb(43, 77, 137);float:left;color:#fff !important;}
.ner_ppcda1b{width:90%;line-height:30px;padding:0px 5%;background-color:rgb(43, 77, 137);float:left;color:#fff !important;}
.ner_ppcea{width:98%;line-height:30px;padding:0px 1%;float:left;background-color:rgb(255, 255, 255);}
.ner_ppceb{width:98%;line-height:30px;padding:0px 1%;float:left;background-color:rgb(247, 247, 247);}
.ner_csj{width:100%;float:left;color:rgb(43, 77, 137) !important;font-size: 19px;line-height:65px;font-weight:bold;margin-top:2%;}
.ner_ppa{width:98%;padding:0px 1%;margin:0.5% 0px;float:left;font-size:15px;line-height:35px;color:#666;background-color:rgb(247, 247, 247);}
.ner_ppb1 td strong{font-size:15px;}
.ner_ppcda11a{width:100%;float:left;background-color:#f9f9f9;font-size:14px;line-height:30px;}
.ner_ppcda11b{width:100%;float:left;background-color:#fff;font-size:14px;line-height:30px;}
/*-------------äº§å“å†…å®¹å†…é¡µ----------------------*/

@media (max-width:1450px){
  .newListCase{
    width: 90%;
  }
  .newcon-mbx-m{
    width: 90%;
  }
  .xinchanpin{
    width: 1200px;
  }
}

