/*浮动设置*/

.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: -86px;
    width: 100%;
    height: 602px;
}
/* 关于我们 */
.about1ss {
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
}
.aboutvideo {
    width: 452px;
    height: 314px;
}
.aboutvideo p video{
    width: 452px;
    height: 314px;
}
.about01{
    margin-top: 43px;
    font-size: 30px;
    color: #164c93;
    font-weight: 700;
    font-family: MicrosoftYaHei-Bold;
}
.about02 {
    width: 700px;
    margin-top: 32px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    font-family: MicrosoftYaHei;
}
.about_btn {
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
    width: 137px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 50px;
    background-color: #164c93;
}
.about img:nth-of-type(2){
    margin-top: 60px;
    cursor: pointer;
}
/* 业务领域 */
.area {
    margin-top: 50px;
    width: 100%;
    height: 451px;
    background: url(../img/ywly.jpg) no-repeat;
    background-size: 100% 100%;
}
.Aarea {
    width: 1400px;
    margin: 0 auto;
}
.area01 {
    padding-top: 50px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
	font-size: 36px;
	font-weight: 700;
	color: #ffff;
}
.area02 {
    text-align: center;
    font-size: 24px;
    font-family: PingFang-SC-Regular;
    color: #ffff;
}
.area03{
    text-align: center;
    font-size: 32px;
    color: #ffff;
}
.area04 {
    position: relative;
    cursor: pointer;
}
.area04s {
    margin-top: 30px;
    width: 326px;
    height: 294px;
    border-radius: 20px;
    background-color: #f2f2f2;
}
.area04s img{
    width: 326px;
    height: 233px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.area04s div:nth-of-type(1){
    font-size: 18px;
    color: #000000;
    padding-top: 15px;
    text-align: center;
}
.area04_left{
    border-radius: 50%;
    position: absolute;
    width: 62px;
	height: 62px;
    left: -122px;
    bottom: 105px;
    text-align: center;
    line-height: 62px;
    font-size: 30px;
    color: #ffff;
	border: solid 1px #ffff;
    cursor: pointer;
}
.iconfont{
    font-size: 30px !important; 
}
.area04_right{
    border-radius: 50%;
    position: absolute;
    right: -122px;
    bottom: 105px;
    width: 62px;
	height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 30px;
    color: #ffff;
	border: solid 1px #ffff;
    cursor: pointer;
}
.area04_left:hover{
    background-color: #ffff;
    color: #000000;
}
.area04_right:hover{
    background-color: #ffff;
    color: #000000;
}
.Area-photo{
    display: flex;
    position: relative;
    overflow: hidden;
}
.area-photo{
    width: 326px;
    background-color: #d6d4d4;
	border-radius: 18px;
    margin-top: 86px;
    margin-right: 32px;
    cursor: pointer;
}
.area-phont2 {
    width: 326px;
    height: 184px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden;
}
.area-photo img{
    width: 326px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    transform: scale(1);
    transition: all 0.5s;
}
.area-photo1 h1{
    font-size: 23px;
    color: #333333;
    margin-left: 24px;
    margin-top: 34px;
}
.area-photo:hover{
    background-color: #f69222
}
.area-photo:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.area-photo:hover h1{
    color: #ffff
}
.area-photo:hover h2{
    color: #ffff
}
.area-photo1 h2{
    font-size: 23px;
    color: #b4b3b3;
    margin-left: 24px;
    font-family: MicrosoftYaHei-Bold;
    padding-bottom: 40px;
}
.Ar{
    background-color: #f69222;
}
.Arr{
    color: #ffff !important;
}
.paging1s {
    position: relative;
}
.paging1s .btn-prev{
    position: absolute;
    top: -240px;
    left: -95px;
    width: 62px;
	height: 62px;
	border: solid 1px #ffffff;
    background-color: transparent !important;
    border-radius: 50% !important;
}
.paging1s .btn-next{ 
    position: absolute;
    top: -240px;
    right: -95px;
    width: 62px;
	height: 62px;
	border: solid 1px #ffffff;
    background-color: transparent !important;
    border-radius: 50% !important;
}
.paging1s .el-pagination .btn-prev .el-icon{
    font-size: 27px;
    color: #ffff;
} 
.paging1s .el-pagination .btn-next .el-icon{
    font-size: 27px !important;
    color: #ffff;
}
/* 资质证书 */
.cate {
    width: 100%;
    margin-top: 150px;
    text-align: center;
}
.cate1{
    font-size: 36px;
    font-weight: 700;
    color: #363636;
}
.cate1 i{
    color: #005fb5;
}
.cate2{
    font-size: 17px;
    color: #1d273b;
}
/* .cate3 {
    display: flex;
    justify-content: space-around;
    margin-top: 55px;
    margin-bottom: 50px;
}
.cate4 {
    position: relative;
    width: 500px;
    overflow: hidden;
    cursor: pointer;
}
.cate4 img,.cate5 img{
    width: 500px;
	height: 444px;
}
.cate-text,.cate-text{
    margin-top: 24px;
    font-size: 23px;
    text-align: center;
    color: #000000;
    margin-bottom: 36px;
    cursor: pointer;
}
.cate5 {
    position: relative;
    width: 500px;
    overflow: hidden;
    cursor: pointer;
} */
.cate3ss {
    width: 100%;
    height: 625px;
    background: url(../img/cate.jpg) no-repeat;
    background-size: 100%;
    /* position: relative; */
    cursor: pointer;
}
/* .cate3ssa div:nth-of-type(1){
    position: absolute;
    left: 73px;
    top: 65px;
    width: 268px;
    height: 376px;
}
.cate3ssa{
    width: 1360px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    background-color: red;
}
.cate3ssa div:nth-of-type(2){
    position: absolute;
    left: 381px;
    top: 193px;
    width: 268px;
    height: 371px;
    display: block;
}
.cate3ssa div:nth-of-type(1) img{
    width: 100%;
    height: 100%;
}
.cate3ssa div:nth-of-type(2) img{
    width: 100%;
    height: 100%;
} */
/* .swiper-scrollbar-drag{
    background-color: #015392 !important;
} */
/* .swiper-scrollbar{
    border-radius: 10px;
    background: #ffb617 !important;
} */
/* .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    position: absolute;
    left: 0% !important;
    bottom: 95px !important;
    z-index: 50;
    height: 5px;
    width: 100% !important;
} */
.swiper-pagination-progressbar{
    width: 100%;
    height: 4px;
    left: 0;
    top: 439px !important
}
.swiper-pagination {
    width: 666px !important;  /* 设置你想要的宽度值 */
  }
  
.swiper-pagination-bullet {
    width: 100% !important; /* 设置分页器小点的宽度，根据需要调整 */
  }
.swiper-pagination-horizontal{
    background: #ffb617 !important;
}
.science {
    cursor: pointer;
    width: 100%;
    height: 298px;
    background: url(../img/science.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.science div:nth-of-type(1){
    position: absolute;
    font-size: 18px;
    width: 619px;
    color: #ffffff;
    left: 14.5%;
    top: 41%;
}
.science div:nth-of-type(2){
    font-size: 36px;
    color: #f2f3f5;
    position: absolute;
    left: 24.5%;
    top: 65%;
}
/* 项目案例 */
.project-case {
    width: 1500px;
    margin: 0 auto;
    background: url(../img/cf.jpg) no-repeat;
    background-size: 100% 100%;
}
.procase1 {
    margin-top: 95px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    font-family: MicrosoftYaHei-Bold;
}
.procase1 i{
    color: #0159b3;
}
.procase2 {
    text-align: center;
    font-size: 17px;
    color: #1d273b;
    margin-bottom: 83px;
    font-family: MicrosoftYaHei;
}
.procase3 {
    display: flex;
    justify-content: space-between;
}
.procase4{
    border-radius: 10px;
    margin-left: 20px;
    width: 500px;
    cursor: pointer;
}
.procase4-photo {
    width: 358px;
    border-radius: 10px;
    overflow: hidden;
}
.procase4:first-child{
    margin-left: 0;
}
.procase4 img{
    /* border-radius: 10px; */
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.5s;
}
.procase4 img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}
.procase4 div:nth-of-type(2){
    font-size: 20px;
    color: #000000;
    margin-top: 23px;
    text-align: center;
}
/* 清正和计量检验 */
.test{
    position: relative;
    width: 100%;
    height: 228px;
    margin-top: 59px;
    background: url(../img/foot_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
/* .test1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */
.test1 img{
    position: absolute;
    left: 47.5%;
    top: 20%;
}
.test1 div:nth-of-type(1){
    position: absolute;
    top: 66%;
    left: 45.2%;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

/* 关于我们 */
.gg1{
    position: relative;
    top: -85px;
    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;
}
.gg2 .gg3 img{
    margin-right: 9px;
}
.gglist ul {
   display: flex;
  
}
.gglist ul li {
    /* width: 88px; */
    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: 100%;
    height: 3px;
	background-color: #005fb5;
}
.Company{
    margin-top: -35px;
    margin-bottom: 20px !important;
}
.Company01 {
    font-size: 30px;
    color: #164c93;
    font-weight: 700;
    margin-bottom: 25px;
}
.Company01-a{
    font-size: 30px;
    color: #164c93;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.Company02-a{
    margin-bottom: 65px;
}

/* 新闻中心 */
.newlist1 {
    margin-top: -30px !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;
    background: url(../img/travelGuides-btn1.png) 50% no-repeat;
    /* background-color: red; */
    background-size: 100% 100%;
    cursor: pointer;
    border: 0px solid transparent;
}
.newtext_right:hover button{
    color: #239124;
}
.paging {
    margin-top: 82px;
    text-align: center;
    margin-bottom: 105px;
}
/* 服务领域 */
/* ----------------------产品展示-------------------- */
.Content{
    margin-top: -30px ;
	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: #005fb5;
    text-align: center;
}

.RightItem>div:nth-child(2):hover{
	background: #3f98e8;
}
.ContentRight{
	margin-left: 25px;
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
	margin-top: -35px;
}
.ContentRight>div{
	margin-left: 35px;
	margin-top: 35px;
}
.RightItem img{
    width: 330px;
    height: 220px;
    transform: scale(1);
    transition: all 0.5s;
}
.RightItem img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}

/* 企业环境 */
.ContentRightUs{
    width: 1200px;
    margin: 0 auto;
    /* margin-left: 208px; */
	display: flex;
	flex-wrap: wrap;
	margin-top: -35px;
}
.ContentRightUs>div{
	margin-left: 79px;
	margin-top: 35px;
    overflow: hidden;
}
.RightItemus img{
    max-width: 311px;
    height: 239px;
    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;
    height: 384px;
    box-sizing: border-box;
    padding: 16px;
    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;
    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{
    background-color: #005fb5;
    color: #ffffff;
}
/* 服务客户 */
/* .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;
} */
.syCoop img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px !important;
}
/* 联系我们 */
.lianxiView{
    margin-top: -30px !important;
	width: 1400px;
	height: 535px;
	background: #FFFFFF;
	box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.09);
	/* margin: 70px auto; */
    margin: 0 auto;
    margin-bottom: 70px !important;
	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;
}
.pigphoto {
    margin-bottom: 30px;
}
.pigphoto img{
    margin-left: 120px !important;
    margin-bottom: 30px;
}
.pigphoto div p:nth-of-type(2){
    font-size: 18px;
}

.pigphoto div p:nth-of-type(3) a{
    font-size: 18px;
    color: #005fb5 !important;
    text-decoration: underline;
}
.pigphoto div p:nth-of-type(4) a{
    font-size: 18px;
    color: #005fb5 !important;
    text-decoration: underline;
}
.fj a{
    text-decoration: underline;
    font-size: 16px;
    color: #005fb5;
}

.fj a:active{
	color: red;/*指已经访问过的链接*/
}
.fjs {
    font-size: 18px;
}
.fj{
    padding-left: 20px;
    margin-bottom: 20px;
}
.fjss {
    margin-bottom: 20px;
}
















/* 详情页面 */
.Content11{
    text-align: center;
    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;
}
.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{
    font-size: 16px;
    color: #202020;
}
.ContenTxt p p{
    line-height: 2 !important
}
.ContenTxt p p:nth-of-type(1){
    margin-top: 20px;
}
.ContenTxt p p:nth-of-type(2){
    margin-top: 20px;
}
.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;
}
.sider{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    /* background-color: palegreen !important; */
    z-index: 1000;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sider img{
    width: 500px;
}
