/*浮动设置*/

.l,
.left {
    float: left !important;
}

.r,
.right {
    float: right !important;
}

/*清除浮动*/

.cl {
    zoom: 1;
}

.cl:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.s {
    cursor: pointer;
}

.w {
    width: 1200px;
    margin: 0 auto;
}
/* banner 图 */
.banner{
    height: 100%;
    overflow: hidden;
}
.banner img {
    position: relative;
    top: 0px;
    width: 100%;
    height: 602px;
}
/* 服务优势 */
.service01 {
    margin-top: 52px;
    text-align: center;
}
.service01 h1{
    font-size: 24px;
    color: #404040;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
}
.service02 {
    margin-top: 29px !important;
    width: 924px;
    margin: 0 auto;
    color: #808080;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 36px;
    text-align: center;
}
.service04 {
    width: 1400px;
    display: flex;
    margin: 0 auto;
}
.service03 {
    margin-top: 60px;
    width: 329px;
	background-color: #ffffff;
	border: solid 1px #e9e9e9;
    text-align: center;
    position: relative;
    margin-right: 28px;
    cursor: pointer;
}
.service03s{
    overflow: hidden;
}
.service03s img{
    width: 329px;
    height: 196px;
    transform: scale(1);
}
.service03:hover .service03s img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.service03 img:nth-of-type(2){
    margin-top: 13px;
}
.service03 span{
    position: absolute;
    top: 56%;
    left: 153px;
    font-size: 22px;
    color: #808080;
    font-family: MicrosoftYaHei;
}
.ser1 {
    margin-top: 18px;
    color: #1a1a1a;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    padding: 0 27px;
}
.ser2 {
    font-size: 14px;
    color: #4d4d4d;
    padding: 0 27px;
    padding-bottom: 19px;
    font-family: MicrosoftYaHei;
}
/* 技术支持 */
.technology {
    margin-top: 75px;
    width: 100%;
    height: 401px;
    background: url(../img/pic4.jpg) no-repeat;
    background-size: 100% ; 
    padding-bottom: 147px;
    cursor: pointer;
}
.t1{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.t1 div:nth-of-type(1){
    position: absolute;
    left: 18%;
    top: 182px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 84px;
    font-family: MicrosoftYaHei-Bold;
}
.t1 div:nth-of-type(2){
    font-size: 20px;
    color: #ffffff;
    padding-top: 9px;
    font-family: MicrosoftYaHei-Bold;
}
.t1 div:nth-of-type(3){
    position: relative;
    padding-top: 27px;
}
.t1 div:nth-of-type(3) .i01{
    font-size: 16px;
    color: #ffffff;
    padding-left: 20px;
    margin-right: 20px;
}
.t1 div:nth-of-type(3) .i02{
    font-size: 16px;
    color: #ffffff;
    padding-left: 20px;
    margin-right: 20px;
}
.t1 div:nth-of-type(3) .i02::before{
    font-size: 18px;
    position: absolute;
    content: "★";
    top: 24px;
    left: 3px;
    color: #ffffff;
}
.t1 div:nth-of-type(3) .i01::before{
    font-size: 18px;
    position: absolute;
    content: "★";
    top: 24px;
    left: 317px;
    color: #ffffff;
}
.t1 div:nth-of-type(4){
    position: absolute;
    left: 249px;
    bottom: -91px;
    font-size: 25px;
    color: #ffffff;
}
.about {
    width: 1400px;
    margin-top: 100px !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.about1 {
    width: 716px;
    position: relative;
}
.about1 div:nth-of-type(1){
    font-size: 36px;
    color: black;
    font-weight: 700;
    font-family: MicrosoftYaHei-Bold;
}
.about1 div:nth-of-type(2){
    font-size: 16px;
    color: #666666;
    opacity: 0.21;
}
.about1 div:nth-of-type(3){
    font-size: 15px;
    color: #666666;
    margin-top: 58px;
    text-indent: 2em;
    font-family: MicrosoftYaHei;
}
.about1 div:nth-of-type(4){
    width: 169px;
	height: 51px;
    text-align: center;
    line-height: 51px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 73px;
    cursor: pointer;
    background: url(../img/pic6.png) no-repeat;
}
.about1 div:nth-of-type(4) a{
    color: #ffffff;
}
.about1 div:nth-of-type(4):hover{
    filter: brightness(90%);
}
.about1 div:nth-of-type(4) img{
    padding-left: 20px;
}
.about3_s {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    margin-top: 70px;
    justify-content: space-around;
}
.about3 div:nth-of-type(1){
    font-size: 48px;
    color: #1167aa;
}
.about3 div:nth-of-type(2){
    font-size: 15px;
    color: #4d4d4d;
}
.about3 div:nth-of-type(3){
    font-size: 48px;
    color: #1167aa;
}
.about3 div:nth-of-type(4){
    font-size: 15px;
    color: #4d4d4d;
}
.about3 div:nth-of-type(5){
    font-size: 48px;
    color: #1167aa;
}
.about3 div:nth-of-type(6){
    font-size: 15px;
    color: #4d4d4d;
}
/* 服务项目 */
.Available {
    margin-top: 74px;
    background-color: rgba(225, 225, 225, 0.4);
    background: url(../img/pic6.jpg) no-repeat 50% ;
    background-position: 50% 50%;
}
.Available01 {
    width: 1400px;
    margin: 0 auto;
    padding-top: 71px;
    text-align: center;
}
.Available01 h1{
    font-size: 24px;
    color: #404040;
    font-weight: 700;
}
.Available02 {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.Available03 {
    margin-right: 22px;
    cursor: pointer;
}
.Available03 img{
    width: 444px;
	height: 299px;
    border-radius: 20px;
    transform: scale(1);
    overflow: hidden;
}
.Available03 div:nth-child(1){
    width: 444px;
	height: 299px;
    overflow: hidden;
    border-radius: 20px;
}
.Available03 img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
   
}
.Available03 div:nth-child(2){
    margin-top: 29px;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    font-family: MicrosoftYaHei-Bold;
    margin-bottom: 35px;
    text-align: center;
}
.Available_btn {
    text-align: center;
    margin: 0 auto;
    width: 169px;
	height: 51px;
    line-height: 51px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 14px;
    cursor: pointer;
    background: url(../img/pic6.png) no-repeat;
}
.Available_btn a{
    color: #ffff;
}
.Available_btn:hover{
    filter: brightness(90%);
}
.Available_btn img{
    padding-left: 20px;
}
/* 工程案例 */
.project {
    margin-top: 65px;
    height: 517px;
    background: url(../img/pic7.jpg) no-repeat;
    background-size: 100%;
    position: relative;
}
.project01 {
    width: 1400px;
    margin: 0 auto;
    padding-top: 71px;
    text-align: center;
}
.project01 h1{
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}
.project02 {
    width: 1400px;
    margin: 0 auto;
}
.project02 div p:nth-of-type(1) span{
    font-size: 40px !important;
    color: #ffffff;
    font-family: PingFang-SC-Medium;
}
.project02 div p:nth-of-type(2){
    font-size: 28px;
    color: #ffffff;
    font-family: PingFang-SC-Medium;
}
.project03 {
    width: 1400px;
    margin: 0 auto;
    display: flex;
}
.project04 {
    margin-right: 35px;
    margin-top: 66px;
    width: 326px;
	height: 315px;
	background-color: rgba(225, 225, 225, 0.4);
	border-radius: 18px;
    cursor: pointer;
}
.project04s {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.project04s img{
    width: 326px;
	height: 224px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: scale(1);
}
.project04:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.project04 div:nth-of-type(2){
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
    margin-top: 29px;
}
.pjc{
    background-color: #f39700;
}
.pj{
    color: #ffff !important;
}
.Available_btn1s {
    margin: 0 auto;
    width: 169px;
	height: 51px;
    text-align: center;
    line-height: 51px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 34px;
    cursor: pointer;
    background: url(../img/pic6.png) no-repeat;
}
.Available_btn1s a{
    color: #ffff;
}

.Available_btn1s:hover{
    filter: brightness(90%);
}
.Available_btn1s img{
    padding-left: 20px;
}
/* 新闻资讯 */
.news01 {
    margin-top: 260px;
    text-align: center;
}
.news01 h1{
    font-size: 24px;
    color: #404040;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    
}
.news02 {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    margin-top: 29px !important;
    justify-content: space-between;
}
.news02-left{
    flex-shrink: 0;
    width: 498px;
    cursor: pointer;
    background-color: rgba(225, 225, 225, 0.3);
}
.news02-left div:nth-of-type(1){
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
}
.news02-left div:nth-of-type(2){
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    margin-top: 20px;
    padding-left: 18px;
}
.news02-left div:nth-of-type(3){
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
    padding-right: 50px;
    padding-left: 18px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;  
    overflow: hidden; 
}
.news02-left div:nth-of-type(4){
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
    padding-left: 18px;
}
.news02-left div:nth-of-type(5){
    font-size: 14px;
    color: #1167aa;
    margin-top: 8px;
    padding-left: 18px;
    padding-bottom: 20px;
}
.news02-left div:nth-of-type(4) img{
    padding-left: 15px;
}
.news02-left1s {
    overflow: hidden;
}
.news02-left1 {
    width: 217px;
    height: 149px;
    overflow: hidden;
}
.news02-left1 img{
    width: 217px;
    height: 149px;
}
.news02-left1s img{
    width: 100%;
    transform: scale(1);
}
.news02-left:hover .news02-left1s img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.news02-right1:hover .ne03 {
    color: #007eff;
  }

.news02-right {
    width: 902px;
    display: flex;
    margin-left: 38px;
    margin-bottom: 29px;
    transform: scale(1);
    cursor: pointer;
    justify-content: space-between;
}
.news02-right:hover .news02-left1 img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.news02-right1 {
    width: 648px;
    margin-left: 30px;
}
.news02-right1 div:nth-of-type(1){
    font-size: 18px;
    color: #1a1a1a;
}
.news02-right1 div:nth-of-type(2){
    font-size: 14px;
    color: #1a1a1a;
	opacity: 0.57;
    margin-top: 9px;
    line-height: 41px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;  
    overflow: hidden; 
}
.news02-right1 div:nth-of-type(3){
	font-size: 14px;
	color: #1a1a1a;
	opacity: 0.57;
    margin-top: 16px;
}
/* 轮播 */
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 38px !important;
    left: 0;
    width: 100%;
}

/* 关于我们 */
.gg1{
    position: relative;
    top: 0px;
    width: 100%;
    height: 61px;
    line-height: 61px;
    box-shadow: 0px 9px 27px 0px rgba(0, 0, 0, 0.1);
}
.gg2{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.gglist ul li:hover{
    color:#005fb5;
}
.gg2 .gg3 img{
    margin-right: 9px;
}
.gg3:hover a{
    color: #005fb5;
}
.gglist ul {
   display: flex;
  
}
.gglist ul li {
    width: 66px;
    height: 61px;
    font-size: 16px;
    margin-right: 60px;
    position: relative;
    cursor: pointer;
}
.gglist ul li:hover {
    border-bottom: 3px solid #005fb5;
}
.jj{
    position: absolute;
    display: block;
    top: 58px;
    width: 66px;
    height: 3px;
	background-color: #005fb5;
}
.Company{
    margin-top: 41px !important;
    width: 1400px;
    margin: 0 auto;
}
.Company01 {
    font-size: 30px;
    color: #164c93;
    font-weight: 700;
    margin-bottom: 30px;
}
.Company02 {
    width: 1300px;
    margin: 0 auto;
    text-indent: 2em;
    font-size: 16px;
}
/* 新闻中心 */
.newlist1 {
    margin-top: 54px !important;
    width: 1300px;
    margin: 0 auto;
}
.newlist1 ul li:first-child{
    margin-top: 0;
}
.newlist1 ul li{
    width: 1300px;
	height: 233px;
    background: rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 40px 0px 
		rgba(8, 1, 3, 0.06);
	border: solid 1px #ffffff;
    margin-top: 51px;
    padding: 26px 31px 26px 23px;
    cursor: pointer;
    transition: all 0.5s;
}
.newlist1 ul li .newtext{
    display: flex;
}
.newlist1 ul li .newtext:hover .newtext_right h1 {
    color: #005fb5;
}
.newlist1 ul li .newtext:hover .newtext_right button {
    color: #005fb5;
}
/* .newlist1 ul li .newtext:hover .newtext_right p {
    color: #005fb5;
} */
.newlist1 ul li .newtext .newtext_right{
    margin-left: 60px;
}
.newlist1 ul li:hover{
    box-shadow: 0px 0 20px rgba(0, 0, 0, .2);
    transform: scale(1.01);
    cursor: pointer;
}
.newtext_left {
    width: 316px;
    height: 182px;

}
.newtext_left img{
    width: 320px;
    height: 190px;
   
}

.newtext_right h1{
    font-size: 20px;
    color: #005fb5;
}
.newtext_right h6{
    font-size: 14px;
    color: #5d5d5d;
    margin-top: 16px;
}
.newtext_right p{
    margin-top: 15px;
    font-size: 16px;
    color: #727272; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;  
    overflow: hidden; 
}
/* .newtext_right:hover p{
    color: #005fb5;
} */
.newtext_right button{
    margin-top: 10px;
    transition: all .6s;
    margin-top: 48px;
    line-height: 32px;
    width: 120px;
    text-align: center;
    border: 1px solid #005fb5;
    background: url(../img/travelGuides-btn1.png) 50% no-repeat;
    /* background-color: red; */
    background-size: 100% 100%;
    cursor: pointer;
}
.newtext_right:hover button{
    color: #239124;
}
.paging {
    margin-top: 82px;
    text-align: center;
    margin-bottom: 105px;
}
/* 服务领域 */
/* ----------------------产品展示-------------------- */
.Content{
    margin-top: 54px;
	width: 1400px;
	display: flex;
}

.ContentLeft>p{
	width: 280px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1E1E1E;
	cursor: pointer;
	
background: #F8F8F8;
border-bottom: 1px solid #E0E0E0;
}
.ContentLeftTitle{
	width: 280px;
	height: 100px;
	/* background: url('../images/cp1.png') 100%; */
    background-color: #005fb5;
	padding-left: 20px;
	padding-top: 25px;
}
.ContentLeftTitle>p:nth-child(1){
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	
}
.ContentLeftTitle>p:nth-child(2){
	font-size: 9px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.RightItem>div:nth-child(1){
	width: 330px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}
.RightItem>div:nth-child(2){
	cursor: pointer;
	width: 330px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
    background: #565656;
    text-align: center;
}

.RightItem>div:nth-child(2):hover{
	background: #3f98e8;
}
.ContentRight{
	margin-left: 25px;
	display: flex;
	flex-wrap: wrap;
	margin-top: -35px;
}
.ContentRight>div{
	margin-left: 35px;
	margin-top: 35px;
}
.RightItem img{
    width: 330px;
    transform: scale(1);
    transition: all 0.5s;
}
.RightItem img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}

/* 企业环境 */
.ContentRightUs{
    width: 1500px;
    margin: 0 auto;
    margin-left: 208px;
	display: flex;
	flex-wrap: wrap;
	margin-top: -35px;
}
.ContentRightUs>div{
	margin-left: 35px;
	margin-top: 35px;
    overflow: hidden;
}
.RightItemus img{
    width: 330px;
    height: 206px;
    transform: scale(1);
    transition: all 0.5s;
}
.RightItemus img:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.5s;
}
.RightItemus>div:nth-child(2){
	cursor: pointer;
	width: 330px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
    background: #565656;
    text-align: center;
}
.map1{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: 85px;
}
 .list-item{
    transition: all .6s;
    display: flex;
    flex-direction: column;
    width: 331px;
    box-sizing: border-box;
    padding: 7px;
    margin-bottom: 20px;
    margin-right: 20px;
    transform: scale(1);
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.05);
    /* background-color: red; */
    cursor: pointer;
}
.list-item:hover {
    box-shadow: 0px 0 20px rgba(0, 0, 0, .2);
    transform: scale(1.01);
    cursor: pointer;
}
.list-item:nth-child(3n){
    margin-right: 0;
}
 .list-item img{
    width: 100%;
    height: 208px
}
.list-item-title{
    width: 100%;
    font-size: 18px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}
.list-item-text{
    width: 100%;
    font-weight: 400;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 44px;
}
.list-item-btn {
    transition: all .6s;
    margin-top: 48px;
    line-height: 32px;
    width: 120px;
    border: 1px solid #005fb5;
    text-align: center;
    background: url(../img/travelGuides-btn1.png) 50% no-repeat;
    /* background-color: red; */
    background-size: 100% 100%;
    cursor: pointer;
}
.list-item-btn:hover{
    color: #005fb5;
}
/* 服务客户 */
.syCoop {
    margin-left: 85px;
}
.syCoop ul li {
    float: left;
    margin-right: 51px;
    margin-bottom: 31px;
    cursor: pointer;
    color: #007eff;
    transition: all 0.5s;
}
.syCoop ul li:hover{
    box-shadow: 0px 0 20px rgba(0, 0, 0, .2);
    transform: scale(1.01);
    transition: all 0.5s;
    cursor: pointer;
}

.syCoop ul li .sytext:hover h1 {
    color: #007eff;
}

.syCoop ul li .sytext:hover h1::before {
    background-color: #007eff;
}

.syCoop ul li:nth-child(3n) {
    margin-right: 0;
}

.syCoop ul li .sytext {
    position: relative;
    width: 311px;
    height: 161px;
    background-color: #ffffff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.syCoop ul li .sytext h1 {
    font-size: 20px;
    color: #565656;
    padding: 39px 0px 0px 29px;
}

.syCoop ul li .sytext h1::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 17px;
    background-color: #c5c5c5;
    left: 0;
    top: 45px;
}

.syCoop ul li .sytext .syt1 {
    width: 503px;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 26px;
    padding-left: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* 联系我们 */
.lianxiView{
	width: 1400px;
	height: 535px;
	background: #FFFFFF;
	box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.09);
	margin: 70px auto;
	display: flex;
	align-items: center;
}
.LeftItem{
	width: 475px;
	height: 70px;
    font-size: 18px;
    color: #3f3f3f;
	border-bottom: 1px solid #EFEFEF;
	display: flex;
	align-items: center;
}
.LeftItem img{
	margin-left: 8px;
	margin-right: 8px;
}
.lianxiLeft{
	padding-left: 40px;
	
}
.LeftTitle{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3F3F3F;
	margin-bottom: 20px;
	margin-top: 10px;
}



















/* 详情页面 */
.Content11{
    text-align: center;
    padding-top: 58px;
    margin: 0 auto;
}
.Content11 p{
    font-size: 14px;
    color: #959494;
    margin-top: 21px;
}
.Content11 h1{
    font-size: 20px;
    color: #202020;
}
.Content11 img{
    margin-top: 31px;
    width: 758px;
	height: 503px;
}
.Content2{
    height: 10px;
    background: #001963;
}
.ContenTxt h1{
    font-size: 20px;
    color: #202020;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid rgb(225, 225, 225 ,1);
}
.ContenTxt h1::before{
    content: '';
    position: absolute;
    width: 5px;
	height: 17px;
    top: 7px;
    left: -11px;
	background-color: #2773d9;
}
.ContenTxt p{
    margin-top: 41px;
    font-size: 16px;
    color: #202020;
    text-indent: 2em;
    line-height: 49px;
}
.ContenTxt p p{
    margin-top: 0;
    /* color: #202020;
    text-indent: 0;
    line-height: 0; */
}
.newbtn {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: space-between;
}

.newbtn .newbtn1 {
    width: 552px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    cursor: pointer;
}

.newbtn .newbtn2 {
    width: 552px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    cursor: pointer;
}

.newbtn .newbtn1:hover {
    background-color: #005fb5;
    color: #ffffff;
}

.newbtn .newbtn2:hover {
    background-color: #005fb5;
    color: #ffffff;
}
.paging1s {
    text-align: center;
}
.paging1s .el-pagination button{
    width: 62px;
	height: 62px !important;
	border: solid 1px #ffffff !important;
    border-radius: 50% !important;
    background-color: transparent !important;
}
.paging1s .el-pagination.is-background .btn-prev{
    position: absolute;
    left: 8%;
    top: 82%;
}
.paging1s .el-pagination .btn-prev .el-icon{
    font-size: 30px !important;  
}
.paging1s .el-pagination.is-background .btn-next{
    position: absolute;
    right: 7.5%;
    top: 82%;
}
.paging1s .el-pagination .btn-next .el-icon {
    font-size: 30px !important;

}
.paging1s .el-pagination .btn-prev .el-icon:hover{
    color: #ffff;
}
.paging1s .el-pagination .btn-next .el-icon:hover{
    color: #ffff;
}