/*主页开始*/

.index {
       display: block;
    position: fixed;
    width: 100%;
    max-width: 640px;
    min-height: 100%;
    background: url(../images/bj.jpg) center 0px no-repeat;
    min-height: 100%;
    background-size: cover;
    height: 100%;
}

.tentc {
    width: 66%;
    height: 260px;
    margin-top:-38px;
    margin-left: 5%;
}

.tentc .ntcl {
       width: 83px;
    height: 83px;
    background: #75c5f0;
    border-radius: 15px;
}

.tentc .ntcl{
    animation: myfirst linear 1.5s;
    -webkit- animation: myfirst linear 1.5s;
     -o- animation: myfirst linear 1.5s;
      -ms- animation: myfirst linear 1.5s;
        -moz- animation: myfirst linear 1.5s;
        opacity: 0;
}
.tentc .ntcl:nth-of-type(2) {
   
   
    background: #85c226;
}

.tentc .ntcl:nth-of-type(3) {
    background: #7ac49f;
}

.tentc .ntcl:nth-of-type(4) {
  
    background: #f2c417
}
.tentc .ntcl:nth-of-type(2) img {
         width: 36px;
    margin-left: 15.5%;
    margin-top: 12px;
}
.tentc .ntcl:nth-of-type(3) img {
    width: 40px;
    margin-left: 15%;
    height: 40px;
    margin-top:10px;
}

.tentc .ntcl:nth-of-type(4) img {
    width: 40px;
    margin-left: 15%;
    height: 35px;
    margin-top:11px;
}

@media screen and (min-height: 800px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .foot ul{
        position: absolute;
        bottom: 0px;
    }
 
}

}
/*主页旋转*/
@-moz-keyframes myfirst {
      0% {
        transform: rotateX(0deg);
    }
    20% {
        transform: rotateX(40deg);
    }
    40% {
        transform: rotateX(60deg);
    }
}

@-o-keyframes myfirst {
      0% {
        transform: rotateX(0deg);
    }
    20% {
        transform: rotateX(40deg);
    }
    40% {
        transform: rotateX(60deg);
    }
}

@keyframes myfirst {
    0% {
        transform: rotateX(0deg);
    }
    20% {
        transform: rotateX(40deg);
    }
    40% {
        transform: rotateX(60deg);
    }

   
}
.foot ul li img{
   animation: myfirst2 linear 1.5s 10;
}
.foot ul li:hover{
    background: #75c5f0
}
/*@keyframes myfirst2 {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(20deg);
    }
  60% {
        transform: rotate(20deg);
    }
   80% {
        transform: rotate(10deg);
    } 
     100% {
        transform: rotate(0deg);
    } 
}*/
/*主页旋转结束*/



.tentc .tclt {
    border-radius: 50%;
    -ms-border-radius: 50%;
    /* IE 9 */
    -moz-border-radius: 50%;
    /* Firefox */
    -webkit-border-radius: 50%;
    /* Safari and Chrome */
    -o-border-radius: 50%;
    /* Opera */
    background: #FFF;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    margin-top: 7px;
	position:relative;
	top:4px;
}

.tentc .tclt img {
    width: 40px;
    margin-left: 15%;
    margin-top: 15px;
}

.tentc .ntcl p {
    text-align: center;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
}

.content{
    position: relative;
}
.tcl1{
   width: 100px;
    background:#75c5f0;
    position: absolute;
    top: 0px;
    left: 126px;
    display:none;
    text-align: center;
   border-radius:20px;
}
.tcl1 ul li{

    margin-top: 5;
    margin: 13px;
    height: 20px;
    line-height: 20px;
}
.tcl1 ul li a{
    color: #fff;
    margin-bottom: 20px;
}
.tcl2{
   width: 100px;
    background:#85c226;
    position: absolute;
    top: 0px;
    left: 126px;
    display: none;
    
    text-align: center;
   border-radius:20px;
}
.tcl2 ul li{

    
    margin: 13px;
    height: 20px;
    line-height: 20px;
}
.tcl2 ul li a{
    color: #fff;
    margin-bottom: 20px;
}
.tcl3{
    background:#7ac49f;
    position: absolute;
    top: 0px;
    left: 126px;
    display: none;
    
    text-align: center;
   border-radius:20px;
}
.tcl3 ul li{

    
    margin: 13px;
    height: 20px;
    line-height: 20px;
}
.tcl3 ul li a{
    color: #fff;
    margin-bottom: 20px;
}
.tcl4{
    background:#f2c417;
    position: absolute;
    top: 0px;
    left: 126px;
    display: none;
    
    text-align: center;
   border-radius:20px;
}
.tcl4 ul li{

    
    margin: 13px;
    height: 20px;
    line-height: 20px;
}
.tcl4 ul li a{
    color: #fff;
    margin-bottom: 20px;
}
/*主页结束*/


/*企业介绍开始*/

.qyjs {
     max-width: 640px;
    /*background: url(../images/qyjs.jpg) center 0 no-repeat;*/
    /* height: 1160px; */
    min-height: 600px;
    height: 100%;
	background-size:cover;

    overflow-y: scroll;
    overflow-x: hidden;
}
.nync img{
/*	max-height:350px;*/
}
.jsst {
    text-align: center;
    margin: 0 auto;
    height: 90px;
/*    margin-top: 10%;*/
    color: #0096e2
}

.jsst h2 {
    font-size: 20px;
}

.jsst p {
    font-size: 16px;
    color: #64b6df;
	margin-top:7px;
}

.jssm {
 /*   width: 92%;
    margin: 0 auto;*/
	 /*   max-height: 800px;
    overflow: scroll;*/
/*	background:url(../images/xwzxny.jpg) no-repeat;
	background-size:cover;*/
}
.jssm p{
	width:95%;
	margin:0 auto
	}
.jssm img{
	width:95%;
	display:block;
	margin:0 auto;
}
.nync img{
	 max-width: 93%;
    display: block;
    margin: 0 auto; height:auto!important;
/*	max-height:260px;*/
}
.nync p{
	width:95%;
	margin:0 auto;
	text-indent:20px;
}
.qyjss{
	background: url(../images/xwzxny.jpg) no-repeat;
	background-size:cover;
	daohang
}
.jssm{
 /*   height:650px;
    overflow: scroll;*/
}
.jssm p {
    font-size: 14px;
    text-indent: 20px;
    line-height: 25px;
    color: #333333;
}
.lxwms{
	background: url(../images/xwzxny.jpg) center no-repeat;
    background-size: cover;
	
	}
.jssr {
    width: 100%;
    height: 95px;
    margin-top: 10%;
}

.picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd {
    /*padding:10px;
*/
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 120px;
    height: 95px;
    display: block;
    padding: 2px;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}


/*企业介绍结束*/


/*资质荣誉开始*/

.zzry {
    max-width: 640px;
}

.ban2 img {
    max-width: 90%;
    height: 140px;
    display: block;
    margin-left: 0px;
    margin: 0 auto;
    margin-top: 7px;
}

.ban {
    width: 95%;
    margin: 0 auto;
    height: 180px;
    position: relative;
}

.ban2 {
    height: 180px;
    margin-top: 20px;
}

.ban2 ul {}

.ban2 ul li {
    width: 45%;
    height: 155px;
    float: left;
    margin-bottom: 52px;
    background: #fff;
    margin-left: 3.3%;
}

.ban2 ul li span {
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 22px;
}

.prev {
    float: left;
    cursor: pointer;
}

.num {
    height: 82px;
    overflow: hidden;
    width: 430px;
    position: relative;
    float: left;
}

.min_pic {
    padding-top: 10px;
    width: 500px;
}

.num ul {
    position: absolute;
    left: 0;
    top: 0;
}

.num ul li {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    padding: 1px;
}

.num ul li.on {
    border: 1px solid red;
    padding: 0;
}

.prev_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
}

.next_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    cursor: pointer;
    float: right;
}

.prev1 {
    position: absolute;
    top: 110px;
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    font-family: "宋体";
    font-size: 21px;
    font-weight: bold;
    color: #bfbfbf
}

.next1 {
    position: absolute;
    top: 110px;
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    font-family: "宋体";
    font-size: 21px;
    font-weight: bold;
    color: #bfbfbf;
}

.prev2 {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    font-family: "宋体";
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
}

.prev2:hover {
    font-color: #0096e2;
}

.next2:hover {
    font-color: #0096e2;
}

.next2 {
    position: absolute;
    top: 50%;
    right: 84px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    font-family: "宋体";
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
}

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.pop_up {
      width: 400px;
    height: 400px;
    padding: 10px;
    position: fixed;
    /* left: 50%; */
    /* top: 50%; */
    /* margin-left: -255px; */
    margin-top: -304px;
    display: none;
    z-index: 99;
}

.pop_up_xx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -3px;
    right: 90px;
    cursor: pointer;
    z-index: 120;
}

.pop_up2 {
    width: 300px;
    height: 450px;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 320px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/

 .pop_up {
    width: 400px;
    height: 400px;
    padding: 10px;
    position: fixed;
 
    top: 64%; 
    /* margin-left: -255px; */
    margin-top: -304px;
    display: none;
    z-index: 99;
}
/*.index {
    max-width: 640px;
    height: 100%;
    background: url(../images/bj.jpg) -132px 1px no-repeat;
    min-height: 570px;
}*/
.zcjgbj {
    max-width: 640px;
    background: url(../images/zcjgbj.jpg) center 0 no-repeat;
    /* min-height: 740px; */
    height: 600px;
    max-height: 600px;
 
}
.pop_up2 ul li img{


}
}
@media screen and (min-width: 360px)  and (max-width: 380px){ /*当屏幕尺寸小于600px时，应用下面的CSS样式*/

 .pop_up {
    width: 400px;
    height: 400px;
    padding: 10px;
    position: fixed;
    left: 7%;
    /* top: 50%; */
    /* margin-left: -255px; */
    margin-top: -330px;
    display: none;
    z-index: 99;
}
/*.index {
    max-width: 640px;
    height: 100%;
    background: url(../images/bj.jpg) -84px 1px  no-repeat;
    min-height: 668px;
}*/
.zcjgbj {
          max-width: 640px;
    background: url(../images/zcjgbj.jpg) center 0 no-repeat;
    /* min-height: 740px; */
    height: 730px;
    max-height: 667px;

}
.prev2 {
    position: absolute;
    top: 50%;
    left: -19px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    font-family: "宋体";
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
}
.next2 {
    position: absolute;
    top: 50%;
       right:74px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    font-family: "宋体";
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
}
}
@media screen and (max-width: 360px) and (min-width:330px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/

 .pop_up {
    width: 400px;
    height: 400px;
    padding: 10px;
    position: fixed;
    left: 5.5%;
    /* top: 50%; */
    /* margin-left: -255px; */
    margin-top: -330px;
    display: none;
    z-index: 99;
}
.zcjgbj {
       max-width: 640px;
    background: url(../images/zcjgbj.jpg) center 0 no-repeat;
    min-height: 740px;
    height: 100%;
    max-height: 600px;
}
.prev2 {
    position: absolute;
    top: 50%;
    left: -11px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    font-family: "宋体";
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
}
}
@media screen and (min-width: 400px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/

 .pop_up {
    width: 400px;
    height: 400px;
    padding: 10px;
    position: fixed;
    left:12%;
    /* top: 50%; */
    /* margin-left: -255px; */
    margin-top: -304px;
    display: none;
    z-index: 99;
}
.zcjgbj {
       max-width: 640px;
    background: url(../images/zcjgbj.jpg) center 0 no-repeat;
    min-height: 740px;
    height: 100%;
    max-height: 600px;
}
.prev2 {
    position: absolute;
    top: 50%;
    left: -19px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    font-family: "宋体";
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
}
.next2 {
    position: absolute;
    top: 50%;
       right: 66px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    font-family: "宋体";
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
}
}
@media screen and (min-width: 380px) and (min-width:440px){ /*当屏幕尺寸小于600px时，应用下面的CSS样式*/

 .pop_up {
    width: 400px;
    height: 400px;
    padding: 10px;
    position: fixed;
    left:8%;
    /* top: 50%; */
    /* margin-left: -255px; */
    margin-top: -304px;
    display: none;
    z-index: 99;
}
.prev2 {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    font-family: "宋体";
    font-size: 24px;
    font-weight: bold;
    color: #ccc;
}
}



@media screen  and (max-width:428px) { /*2023年2月16修改的这一块当屏幕尺寸小于600px时，应用下面的CSS样式*/

 .pop_up {
    width: 400px;
    height: 400px;
    padding: 10px;
    position: fixed;
    left:9%;
    /* top: 50%; */
    /* margin-left: -255px; */
    margin-top: -304px;
    display: none;
    z-index: 99;
}
}



.pop_up2 ul li img {
      max-width: 300px;
    max-height: 400px;
    margin: 0 auto;
    display: block;
	overflow:hidden;
}

.pop_up2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.pop_up2 ul li {
    width: 300px;
    height: 450px;
    float: left;
	overflow:hidden;
}

#flip {
	text-align:center;
    margin: 0 auto;
    margin-top: 30px; padding-bottom:50px;
}



/*资质荣誉结束*/


/*公司视频开始*/

.gssp {
    width: 100%;
    margin: 0 auto;
	margin-top:60px;
}

.gssp ul li {
    width: 46%;
    height: 180px;
    float: left;
    margin-left: 2%;
}

.gssp ul li img {
    width: 153px;
    height: 90px;
    margin: 0 auto;
    display: block;
}

.gssp ul li p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
}


/*公司业务开始*/

.gsyw {
    width: 92%;
    margin: 0 auto;
}
.gsyw {
   /*
    overflow: scroll;*/
}
.gsyw h2 {
    text-align: center;
    font-size: 18px;
    color: #0096e2;
    margin-bottom: 25px;
}

.gsyw p {
    text-indent: 20px;
    line-height: 25px;
    color: #666666;
    font-size: 14px;
}

.gsyw img {
    max-width: 95%;
	display:block;
    margin:0 auto;
    height:auto!important;
}


/*发展历程开始*/

.fzlc .zlca img {
    margin: 0 auto;
    width: 200px;
    display: block;
}

.fzlc {
    position: relative;
}

.fzlc p {
    font-size: 12px;
    color: #333;
 /*   margin-top: 5px;
    line-height: 16px;
    padding-left: 16px*/
}

.calm {
    position: absolute;
    top: 0;
    left: 53%;
    width: 44%
}

/*.calm p {
    background: url(../images/fzlc1.png) 1px 2px no-repeat;
}*/

.cala {
    position: absolute;
    top: 147px;
    left: 1%;
    width: 40%
}

.cala p {
    background: url(../images/fzlc2.png) 1px 2px no-repeat;
}

.calb {
    position: absolute;
    top: 363px;
    left: 53%;
    width: 44%;
}

.calb p {
    background: url(../images/fzlc3.png) 1px 2px no-repeat;
}

.calc {
    position: absolute;
    top: 500px;
    left: 2%;
    width: 44%;
}

.calc p {
    background: url(../images/fzlc4.png) 1px 2px no-repeat;
}


/*发展历程结束*/


/*联系我们开始*/

.xwmat {
    width: 95%;
    margin: 0 auto;
}

.xwmat h2 {
    font-size: 18px;
    color: #333;
}

.xwmat p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    font-weight: 500;
}

.matmap {
    width: 100%;
    margin: 0 auto;
}


/*联系我们结束*/


/*招聘开始*/

.rczpa {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.rczpa ul li {
    width: 30%;
    height: 100px;
    float: left;
    margin-left: 2.5%;
    margin-bottom: 8%;
    background: #fff;
}
.rczpa ul li:hover{
    background: #bce1f2;

}
.rczpa ul li:hover{
  
    
}
.rczpa ul li: .rczpa ul li img {
    width: 153px;
    height: 130px;
    margin: 0 auto;
    display: block;
}

.rczpa ul li p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
}

.rczpa ul li p:nth-of-type(n) {
    font-weight: bold;
    /* font-size: 12px; */
    max-width: 70%;
    margin: 0 auto;
    margin-top: 40px;
}

.rczpa ul li p:nth-of-type(2n) {
    font-size: 12px;
    max-width: 99%;
    margin: 0 auto;
}


/*新闻中心开始*/

.xwzxa {
    width: 98%;
    margin: 0 auto;
}

.xwzxa ul li {
    height: 130px;
    margin-bottom: 2px;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
}

.wzxal {
    width: 30%;
    height: 90px;
    float: left;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.wzxar {
    width: 65%;
    height: 90px;
    float: right;
    margin-top: 16px;
}

.wzxal img {
    width: 91px;
    height: 81px;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
}

.wzxar h2 {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.wzxar p {
    font-size: 12px;
    color: #333333;
    margin-top: 6px;
}
/*新闻中心内页开始*/
.zxnyt{
    width: 90%;
    margin: 0 auto;
      border-bottom: 1px solid #e2e2e2;
	  margin-top:7px;
  
    
}
.zxnyt h2{
    font-size: 16px;
    text-align: center;
}
.nytm{
        width:90%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #a0a0a0;
    margin: 0 auto;
    text-align: center;
}
/*.xwzxny{
    max-height: 800px;
    overflow: scroll;
}*/
.xwzxny p {
    color: #666666;
  /*  text-indent: 25px;*/
    line-height: 27px;

}
.xwzxny .nysyp {
    height: 80px;
    border-top: 1px solid #e2e2e2;
    margin-top: 50px;
    text-align: left;
    font-size: 14px; padding:10px;
}
.xwzxny .nysyp span {
    display: block;
    margin-top: 15px;
}
.xwzxny .nysyp span a{
    font-size: 13px;
}
/*文化理念开始*/

.whlnbj {
    max-width: 640px;
    background: url(../images/whlnbj.jpg) center 0 no-repeat;
    height: 700px;
}

.whln img {
    max-width: 98%;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
}


/*员工风采开始*/

.ygfc {
    width: 100%;
    margin: 0 auto;
}

.ygfc ul {}

.ygfc ul li {
    width: 47%;
    height: 180px;
    float: left;
    margin-left: 1.5%;
}

.ygfc ul li img {
    width: 153px;
    height: 130px;
    margin: 0 auto;
    display: block;
    box-shadow: 1px 1px 1px #e0dfdf;
    -ms-box-shadow: 1px 1px 1px #e0dfdf;
     -moz-box-shadow: 1px 1px 1px #e0dfdf;
       -webkit-box-shadow: 1px 1px 1px #e0dfdf;
}

.ygfc ul li p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
    width: 153px;
    background: #eee;
    margin: 0 auto;
    height: 25px;
    line-height: 25px;
    box-shadow: 1px 1px 1px #e0dfdf;
     -ms-box-shadow: 1px 1px 1px #e0dfdf;
     -moz-box-shadow: 1px 1px 1px #e0dfdf;
       -webkit-box-shadow: 1px 1px 1px #e0dfdf;
}
/*组织架构*/

.zzjg img{
    display: block;
    width: 98%;
    margin: 0 auto;
}
/*视频播放开始*/
.gsspny .pnysp{
    .gsspny {
        height: 800px;
        overflow: scroll;
    }
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.gsspny p{
    width: 95%;
    font-size: 15px;
    color: #666;
    text-indent: 24px;
    line-height: 20px;
    margin: 0 auto;
}
/*服务领域蓝色绿色栏目加宽40加至45*/
.daohang{
	justify-content: space-around !important;
}
.daohang li,.erjidaohang li{
	width: 45% !important;
}
.daohang li{
	margin-left: unset !important;
	margin-right: unset !important;
}
.erjidaohang{
	justify-content: space-around !important;
}
.erjidaohang li{
	margin-left: unset !important;
	margin-right: unset !important;
}
