/*企业介绍*/
@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1200px){
.Main{
   top:0.8rem!important;   
  }
  .qyjs-pc{
  display:none;
  }
.video{
	width: 100%;
    height: 2.8rem;
    background: url(../images/f27.jpg) no-repeat;
    background-size: 100% 100%;
}
.video > img{
	width: 100%;
	height: 100%;
}

.litterran{
	    font-size: 0.36rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.68rem!important;
}
.subheading{
	font-size: 0.26rem;
	text-align: center;
}

/*我们的成就*/
.accomplich{
	width:100%;
	height: 6.3rem;
	background-color: #FFFFFF;
}

.acc_main{
	width: 100%;
	height: 100%;
	margin: auto;
	border: 1px solid transparent;
    position:relative;
}
  .acc_main img{
      width: 5.35rem;
    height: 1.7rem;
    /* margin: auto; */
    position: absolute;
    left: 50%;
    margin-left: -2.65rem;
    top: -0.5rem;
  }

/*我们的成就标题*/
.ourAcc{
	height: 115px;
	line-height: 115px;
	text-align: center;
	font-size: 44px;
	margin-top: 60px;
}



/*历程*/
.licheng{
	width: 100%;
	height: 165px;
	display: flex;
	justify-content: space-around;
}
.lcUl{
	display: flex;
	flex-direction: column;
	align-items:stretch;
	justify-content: center;
}
.lcUl > div{
	font-size: 42px;
	color: #3a75de;
	text-align: center;
}
.lcUl > li{
	height: 55px;
	line-height: 55px;
	font-size: 30px;
	text-align: center;
}

.ecplicit{
	width: 100%;
	height: 4.5rem;
	background-color: #FFF;
        margin-top: 0.4rem;
}
  .ecplicitImg{
  width:2.7rem;
    height:0.5rem;
    margin:auto;
    background:url("../images/img/qyjs/tittle-2.png") no-repeat;
    background-size:100% 100%;
  }
  .ecplicit h6{
  	     text-align: center;
    font-size: 0.2rem;
    height: 0.45rem;
    line-height: 0.45rem;
    font-weight: normal;
    
  }
  .ecpliceBg{
  width:100%;
    height:2.1rem;
    margin-top:0.4rem;
    background:url("../images/img/qyjs/history.png") no-repeat;
    background-size:100%  100%;
  }
.xq > p{
	    line-height: 0.27rem;
    font-size: 0.2rem;
    text-indent: 2em;
    margin-bottom: 0.2rem;
    padding: 0 0.5rem;
}


/*详细历程*/
.ept_main{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	border: 1px solid transparent;
	display: flex;
}
.ept-left{
	width: 758px;
	height: 210px;
	display: flex;
	position: relative;
}
.ept-right{
	width: 350px;
	height: 210px;
}

.ept_r >a{
    display: block;
    width: 1.5rem;
    height: 0.5rem;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.18rem;
    /* margin-top: 60px; */
    border-radius: 6px;
    margin: auto;
    margin-top: 0.35rem;
}
.ept_r >a:hover{
	background-color:#006CD9;
  color:#fff;
}
.ept-year{
	width: 52px;
	height: 210px;
	/*border:1px solid;*/
	font-size: 24px;
	position: relative;
	top:10px;
}
.ept-year>ul>li{
	width: 100%;
	height: 53px;
	line-height:22px;
}
.ept-year>ul>li:nth-of-type(5){
	line-height:0px;
}
.ept-line{
	width: 1px;
	height: 165px;
	position: relative;
	left:24px;
	top:19px;
	background-color: #000;
}
.ept-pop-sanjiao{
	width: 15px;
	height:15px;
	border-bottom:1px solid #a9a9a9;
	border-left:1px solid #a9a9a9;
	position: absolute;
	left:93px;
	top:13px;
	z-index: 9;
	background-color: #f2f2f2;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ept-content{
	width: 620px;
	font-size: 20px;
	border:1px solid #a9a9a9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	left:48px;
	background-color: #f2f2f2;
	overflow: hidden;
}
.ept-content>.ept-pop{
	width: 90%;
	height: 90%;
	/*border:1px solid;*/
	line-height: 170px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.ept-cir{
	width: 10px;
	height: 10px;
	background: #009DFF;
	position: absolute;
	margin-top:45px;
	border-radius: 50%;
	right: -30px;
  z-index: 20;
}
.ept-cir:hover{
	cursor: pointer;
}
.ept-cir:nth-of-type(1){
	margin-top:-15px;
}

.addAni{
	/*cursor: pointer;*/
	-webkit-animation: cirAni 2s;
	-o-animation: cirAni 2s;
	animation: cirAni 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
  .callus{
  width:100%;
    height:1.2rem;
    background-color:#fff;
    position:relative;
    margin-bottom:0.3rem;
  }
  .callImg{
  background:url("../images/img/qyjs/callus.png") no-repeat;
    background-position:bottom center;
    background-size:2.8rem 0.55rem;
        width: 2.8rem;
    	height: 0.55rem;
    position:absolute;
    left:50%;
    margin-left:-1.4rem;
    bottom:0;
  }
/*联系我们*/
.callOus{
	width: 100%;
	height: 525px;
	background-color: #FFFFFF;
}
.call_main{
	width: 1285px;
	border: 1px solid transparent;
	height: 100%;
	margin: auto;
}

.contact{
	    width: 3.08rem!important;
    /* margin-top: 63px; */
    display: flex;
    justify-content: space-around
}

.contact > ul{
    width: 3.8rem;
    height: 2.4rem;
    border: 1px solid #B0B0B0;
        background-color: #fff;
}
.contact > ul > li{
	    min-height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.2rem;
    padding: 0 0.2rem;
}
.contact > ul > li:first-child{
	padding-top: 10px;
}
.contact > ul > p{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	padding:0 20px;
}

.play-video{
	font-size: 0.2rem;
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin:auto;
}
.play-video:hover{
	text-decoration: underline;
	color: #009DFF;
	cursor: pointer;
}
.play-video img{
	width: 0.24rem;
}

.video-window-cover{
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 999;
	display: none;
}
.video-window{
	width: 800px;
	height: 470px;
	border-radius: 5px;
	background-color: #FFFFFF;
	position: fixed;
}
.video-window-close>img{
	float: right;
}
.video-window-close>img:hover{
	cursor: pointer;
}

@keyframes cirAni {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.8, 1.8);
		-moz-transform: scale(1.8, 1.8);
		-ms-transform: scale(1.8, 1.8);
		-o-transform: scale(1.8, 1.8);
		transform: scale(1.8, 1.8);
	}
	100%{
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1);
	}
}


}



@media screen and (min-width:1200px){
  
  .qyjs-tl{
  display:none;
  }
.video{
	width: 100%;
	height: 495px;
	background: url(../images/f27.jpg);
}
.video > img{
	width: 100%;
	height: 100%;
}

.litterran{
	font-size: 54px;
	color: #FFFFFF;
	text-align: center;
}
.subheading{
	font-size: 36px;
	text-align: center;
}

/*我们的成就*/
.accomplich{
	width:100%;
	height: 785px;
	background-color: #FFFFFF;
}

.acc_main{
	width: 1090px;
	height: 100%;
	margin: auto;
	border: 1px solid transparent;
}


/*我们的成就标题*/
.ourAcc{
	height: 115px;
	line-height: 115px;
	text-align: center;
	font-size: 44px;
	margin-top: 60px;
}



/*历程*/
.licheng{
	width: 100%;
	height: 165px;
	display: flex;
	justify-content: space-around;
}
.lcUl{
	display: flex;
	flex-direction: column;
	align-items:stretch;
	justify-content: center;
}
.lcUl > div{
	font-size: 42px;
	color: #3a75de;
	text-align: center;
}
.lcUl > li{
	height: 55px;
	line-height: 55px;
	font-size: 30px;
	text-align: center;
}

.ecplicit{
	width: 100%;
	height: 370px;
	background-color: #f2f2f2;
}

.xq > p{
	line-height: 37px;
	font-size: 18px;
	text-indent: 2em;
}


/*详细历程*/
.ept_main{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	border: 1px solid transparent;
	display: flex;
}
.ept-left{
	width: 758px;
	height: 210px;
	display: flex;
	position: relative;
}
.ept-right{
	width: 350px;
	height: 210px;
}
.ept_r{
	width: 350px;
	height: 100%;
}
.ept_r > p{
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: 75px;
	margin-bottom:40px;
}
.ept_r > span{
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	color: #727272;
}
.ept_r >a{
	display: block;
	width: 190px;
	height: 50px;
	color: #5e89e1;
	border:1px solid #5e89e1;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	margin-top: 60px;
}
.ept_r >a:hover{
	background-color:#006CD9;
  color:#fff;
}
.ept-year{
	width: 52px;
	height: 210px;
	/*border:1px solid;*/
	font-size: 24px;
	position: relative;
	top:10px;
}
.ept-year>ul>li{
	width: 100%;
	height: 53px;
	line-height:22px;
}
.ept-year>ul>li:nth-of-type(5){
	line-height:0px;
}
.ept-line{
	width: 1px;
	height: 165px;
	position: relative;
	left:24px;
	top:19px;
	background-color: #000;
}
.ept-pop-sanjiao{
	width: 15px;
	height:15px;
	border-bottom:1px solid #a9a9a9;
	border-left:1px solid #a9a9a9;
	position: absolute;
	left:93px;
	top:13px;
	z-index: 9;
	background-color: #f2f2f2;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ept-content{
	width: 620px;
	font-size: 20px;
	border:1px solid #a9a9a9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	left:48px;
	background-color: #f2f2f2;
	overflow: hidden;
}
.ept-content>.ept-pop{
	width: 90%;
	height: 90%;
	/*border:1px solid;*/
	line-height: 170px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.ept-cir{
	width: 10px;
	height: 10px;
	background: #009DFF;
	position: absolute;
	margin-top:45px;
	border-radius: 50%;
	right: -30px;
  z-index: 20;
}
.ept-cir:hover{
	cursor: pointer;
}
.ept-cir:nth-of-type(1){
	margin-top:-15px;
}

.addAni{
	/*cursor: pointer;*/
	-webkit-animation: cirAni 2s;
	-o-animation: cirAni 2s;
	animation: cirAni 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}


/*联系我们*/
.callOus{
	width: 100%;
	height: 525px;
	background-color: #FFFFFF;
}
.call_main{
	width: 1285px;
	border: 1px solid transparent;
	height: 100%;
	margin: auto;
}

.contact{
	margin-top: 63px;
	display: flex;
	justify-content: space-around;
}

.contact > ul{
	width: 380px;
	height: 205px;
	border: 1px solid #B0B0B0;
	/*padding: 20px 25px;*/
}
.contact > ul > li{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	padding:0 20px;
}
.contact > ul > li:first-child{
	padding-top: 10px;
}
.contact > ul > p{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	padding:0 20px;
}

.play-video{
	font-size: 18px;width: 120px; height:25px; line-height:25px; margin: 0 auto;
}
.play-video:hover{
	text-decoration: underline;
	color: #009DFF;
	cursor: pointer;
}
.play-video img{
	width: 23px;position: relative;left: 10px;top:5px
}

.video-window-cover{
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 999;
	display: none;
}
.video-window{
	width: 800px;
	height: 470px;
	border-radius: 5px;
	background-color: #FFFFFF;
	position: fixed;
}
.video-window-close>img{
	float: right;
}
.video-window-close>img:hover{
	cursor: pointer;
}

@keyframes cirAni {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.8, 1.8);
		-moz-transform: scale(1.8, 1.8);
		-ms-transform: scale(1.8, 1.8);
		-o-transform: scale(1.8, 1.8);
		transform: scale(1.8, 1.8);
	}
	100%{
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1);
	}
}


}