img{
  width:100%;
}
button{
  cursor:pointer;
}
a{
  text-decoration:none !important;
  color:#333;
}
.leftGap:hover .leftGap .shiny-shadow{
	animation: bounce;
	animation-duration: 2s;
}
.hvr-outline-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative
}

.hvr-outline-in:before {
	pointer-events: none;
	content: '';
	position: absolute;
	border:rgb(10, 80, 180,0.5)  solid 4px;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left
}

.hvr-outline-in:active:before, .hvr-outline-in:focus:before, .hvr-outline-in:hover:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	opacity: 1
}
.hvr-shutter-out-horizontal {
	/*display: inline-block;*/
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
  	color:#fff;
	background: #00427B ;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  	border:1px solid #00427B;
	background-color:#fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover {
	color: #00427B;
}

.hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
#top{
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: fixed;
        right: 20px;
        bottom:60px;
  		border-radius:10px;
        display: none;
  		background-color:#00427B;
  		color:#fff;
  		z-index:99;
  		opacity:0.5;
 	 	transition: all 0.3s;
 }
#top:hover{
  opacity:1;
	transition:opacity 0.7s ease-in-out;
}
.draw-border {
    display: flex;
}
.draw-border a {
 border: 0;
  background: none;
  text-transform: uppercase;
  color: #4361ee;
  font-weight: normal;
  position: relative;
  outline: none;
  box-sizing: border-box;
  width: 100%;
}

.draw-border a::before, .draw-border a::after {
  box-sizing: inherit;
  position: absolute;
  content: '';
  border: 2px solid transparent;
  width: 0;
  height: 0;
}

.draw-border a::after {
  bottom: 0;
  right: 0;
}

.draw-border a::before {
  top: 0;
  left: 0;
}

.draw-border a:hover::before, .draw-border a:hover::after {
  width: 100%;
  height: 100%;
}

.draw-border a:hover::before {
  border-top-color: #4361ee;
  border-right-color: #4361ee;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.draw-border a:hover::after {
  content: ""; 
  border-bottom-color: #4361ee;
  border-left-color: #4361ee;
  transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}

.loading-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  background-color:#fff;
}
.content .left .loading-btn{
  border-radius:10px;
}
.notice .loading-btn {
  -webkit-line-clamp:8;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.shiny-shadow {
  display: flex;
}


.business .items{
  position:relative;
   display: inline-block;
  vertical-align: middle;
  transition: all 0.4s ease 0s;
}
.engineer .left{
    transition: all 0.4s ease 0s;
}

.loading-btn button {
  text-transform: uppercase;
  position:relative;
}

.loading-btn button:before {
  transition: all 0.8s cubic-bezier(0.7, -0.5, 0.2, 2);
  content: '';
  width: 0%;
  height: 100%;
  background: rgb(10, 80, 180,1);
  position: absolute;
  top: 0;
  left: 0;
}

.loading-btn button span {
  mix-blend-mode: darken;
}

.loading-btn button:hover:before {
  background:rgb(10, 80, 180,0.9);
  width: 100%;
  color: #fff;
}
.relatimg{
  position:relative;
}
.relatimg img{
  transition: all 0.8s ease 0s;
}
.left-item:hover .relatimg img{
　　transform: scale(1.3) !important;
    transition: all 0.8s ease 0s !important;
    -webkit-transform: scale(1.3) !important;
}

.shiny-shadow button {
  text-transform: uppercase;
  color: white;
  padding:0.5vw 5vw;
  outline: none;
  overflow: hidden;
}
.rel{
  position:relative;
}
.shiny-shadow span {
  z-index: 1;  
}

.shiny-shadow button:after {
 	 content: '';
    display: block;
    position: absolute;
    top: -36px;
    left: -100px;
    background: white;
    width: 50px;
    height: 125px;
    opacity: 20%;
    transform: rotate(-45deg);
}

.shiny-shadow button:hover:after {
  left: 120%;
  color: #fff;
  transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
  transition:color 0.5s:
   -webkit-transition: all 600ms cubic-bezier(0.3, 1, 0.2, 1);
}


.headText{
     position: absolute;
     top: 60%;
     left: 0;
     width: 100%;
     margin-top: -.5em;
     font-family: MicrosoftYaHei;
     font-size: calc(20px + 1.7vw );
     font-weight: bold;
     font-stretch: normal;
     line-height: 48px;
     letter-spacing: 0px;
     color: #ffffff;
  	 z-index:9;
 }
.subHeadText{
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    margin-top: -.5em;
    font-family: MicrosoftYaHei;
    font-size: calc(10px + 1vw );
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 3px;
    color: #ffffff;
  	 z-index:9;
}
.bottomText{
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    margin-top: -.5em;
    font-family: MicrosoftYaHei;
	font-size:calc(12px + 1.5vw );
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
}
.subbottomText{
    position: absolute;
    top: 50%;
    left: 27%;
    width: 45%;
    font-family: MicrosoftYaHei;
	font-size:calc(5px + 1vw );
    letter-spacing: 0px;
    color: #ffffff;
}
.textbutton{
    position: absolute;
    top: 75%;
    left: calc(47% - 5vw);
    margin-top: -.5em;
    padding:1% 2%;
    font-size: calc(10px + 0.5vw );
    background:none;
    color: #ffffff;
    border: #ffffff solid 1px ;
    border-radius:3px;
    margin-bottom: 15%;
}
.index-item{
    overflow: hidden;
    padding: 0px;
    margin:0px;
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: stretch;
}
.notice .left-item .imgtime{
    position: absolute;
    text-align: center;
    padding: 3%;
    font-weight: bold;
    background-color: rgb(3, 71, 147,0.8);
    color:#fff;
    font-size:  calc(12px + 1vw );
    bottom: 0; left: 0;
}
.notice .imgtime .timetip{
	font-size:calc(5px + 0.7vw);
    opacity: 0.8;
    font-weight:normal;
}
.notice .text-box{
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    transition: all 0.4s ease 0s;
}
.index-right{
    width: 100%;
    overflow:hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.leftGap{
  margin-top: 5%;
    width: 68%;
    height: auto;
    overflow: hidden;
}
.index-left{
    display:flex;
    justify-content: center;
    align-items:center;
    background-color: #EFF0F4;
    width: 100%;
    height: auto;
    overflow:hidden;
}

.index-item .tit{
    font-size:calc(12px + 1.5vw );
    letter-spacing: 2px;
    color: #00427b;
}
.index-item .subTit{
    margin-top:3%;
    font-size: calc(10px + 0.6vw );
    letter-spacing: 0px;
    color: #888888;
}
.index-item .item-text{
    margin-top:7%;
    font-size: calc(10px + 0.6vw );
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
  	max-height:20vw;
	overflow:hidden;
}
.index-item .data{
    margin:0 0 2% 0px;
    display: flex;
    justify-content: space-around;
}
.index-item .number{
  	display:inline-block;
    margin-top:5%;
    font-size: calc(12px + 1.2vw );
    letter-spacing: -2px;
    font-weight: bold;
    color: #00427B;
}
.index-item .unit{
  padding-left: 5px;
    margin-top:8%;
    font-size: calc(10px + 0.7vw );
    color: #00427B;
    white-space:nowrap;
}
.index-item .detail{
    margin-bottom:1%;
    text-align:center;
    width: 70%;
    font-size:  calc(10px + 0.6vw );
    letter-spacing: -1px;
    color: #626369;
    white-space:nowrap
}
.index-item .moreBtn{
    font-size: calc(10px + 0.7vw );
    margin-top:10%;
    border: none;
    color: #fff;
    background-color: #00427B;
}
.item-line{
    margin-top:8%;
    border-top: solid #00427B 2px;
    height: 3px;
}


.business{
    clear: both;
    margin:5% 8%;
  
}
.business .title{
  	margin-bottom:5%;
    font-size: calc(12px + 1.5vw );
}
.business .item-cont{

    display: flex;
    justify-content: space-between;
}
.business .items{
    display: inline;
    float: left; 
    flex-basis: 24%;
    font-size:calc(10px + 1vw );
    text-align: center;
}
.business .items p{
    margin-top: 4%;
  	color:#333;
}
.business .item-cont .items img{
	    width: 40%;
}
.business .items button{
    font-size:calc(10px + 0.5vw );
    padding:2% 6%;
    margin-top: 4%;
    background-color: #ffffff;
    border: #333333 solid 1px ;
    border-radius:3px;
    margin-bottom: 15%;
}
.engineer{
    overflow:hidden;
    padding: 2% 0;
    margin-top: 3%;
    background-color: #F7F7F7;
}
.engineer .text:hover .engineer .text button{
  	animation: rubberBand;
	animation-duration: 1s;
}
.engineer .content{
    height:auto;
 }
.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: calc(10px + 0.6vw );

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;

}

.swiper-v {
    background: #eee;
}

.engineer .left{
    float: left;
    width: 30%;
    height: -webkit-fill-available;
  	background-color:#fff;
}
.engineer .right{
    display:inline;
    float: right;
    width: 60%;
    overflow:hidden;
}
.engineer .title{
    margin-left: 8%;
    font-size: calc(12px + 1.5vw );
}
.engineer .number{
    display: inline-block;
    margin-bottom:10% ;
    color: #00427B;
    font-style: italic;
    font-size: calc(12px + 1.8vw );
}
.engineer .num{
    width: 100%;
    display: flex;
    margin-left: 10%;
}
.engineer .subtit{
    margin-bottom:7% ;
    font-weight: 550;
    color: #00427B;
    font-size: calc(10px + 1vw );
}
.engineer .text{
    text-align: left;
  	height:auto;
     padding:0 10%;
}
.engineer .sum{
    display: inline-block;
    margin-top:4% ;
    margin-left: 2%;
    color: #b2b2b2;
    font-style: italic;
    font-size:calc(10px + 0.8vw );
}
.engineer .cont{
    font-family: MicrosoftYaHei;
    font-size:  calc(10px + 0.5vw );
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
  -webkit-line-clamp:5;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.engineer button{
    text-align: left;
    font-size: calc(10px + 0.5vw );
    padding:2% 6%;
    margin-top: 10%;
    background-color: #00427B;
    color: #ffffff;
  	border:none;
    border-radius:3px;
    margin-bottom: 15%;
}
.engineer li{
    display: inline;
    list-style-type:'disc';
}
.notice{
    clear: both;
    margin:5% 8%;
}
.notice:hover{
  
}
.notice .top{
    display: flex;
    justify-content: space-between;
}
.notice .title{
    margin-bottom:3% ;
    font-size: calc(12px + 1.5vw );
}
.notice .more{
    text-decoration: none;
    font-size:  calc(10px + 0.6vw );
    margin-top: 1.8%;
    line-height: 42px;
    color: #333333;
}
.notice .subtitle{
    padding: 2% 1% ;
    font-size:  calc(10px + 0.7vw );
    letter-spacing: 0px;
    color: #555;
  	transition:all .4s ;
}
.notice .right .subtitle:hover{
 	color:#000;
    padding: 5% 1%;
    transition: all 0.4s ease 0s;
}
.notice .tip{
    padding: 4% 1% ;
    font-size:  calc(10px + 0.5vw );
    margin-bottom: 5%;
    color: #888888;
}
.notice hr {
    margin-top: 3%;
}
.notice .time{
    height: 30px;
    font-size:  calc(10px + 0.5vw );
    line-height: calc(15px + 0.5vw);
    color: #888888;
  padding: 0 2%;
}
.notice button{
    font-size: calc(10px + 0.5vw );
    padding: 2% 6%;
    border-radius: 3px;
    margin-bottom: 1%;
    border: none;
}
.notice .left{
    display:inline;
    float: left;
    width: 60%;
    overflow:hidden;
    margin-bottom: 7%;
}
.notice .left .left-item{
    float: left;
    width: 40%;
    margin-right: 8%;
  	overflow:hidden;
}
.notice .right{
    float: right;
    width: 38%;
    height: auto;
}
.notice .right a{
	transition: all 0.4s ease 0s;
  }
.notice .right div:hover{
    box-shadow: 0px 5px 10px #ddd;
	transition: all 0.4s ease 0s;
}
.notice .right a:hover{
	color:#1659AE;
    transition: all 0.6s ease 0s;
}

.notice .line{
    display: inline-block;
    border-left: 1px solid #ccc;
    width: 1px;
    height: 60%;
}
.engineer .swiper-slide img{
    height: 32vw;
}
@media screen and (max-width: 830px){
  .engineer .number{
  margin-bottom: 0;
  }
  .bottomText{
 	 top:25%；
  }
    .subbottomText{
      width:95%;
      left:5%;
    }
  #draw-border a{
  	padding:0;
  }
  .leftGap {
    width: 100%;
    padding: 0 8%;
}
  .index-item{ flex-direction: column;}
  .index-item .item-text{
  	margin-top:1%;
    max-height:max-content;
  }
  .notice .line,.engineer .cont{
  	display:none;
  }
  .notice .left,.notice .left .left-item{
  	width:100%;
  }  
  .notice .right {
    float: left;
    width: 100%;
    height: auto;
	}
  .notice .subtitle{font-size: 18px;}
}
@media screen and (max-width: 479px){
  
  .engineer .swiper-slide{
    display:block;
  }
  .engineer .left,.engineer .right{
  	width:100%;
    height:auto;
  }
  .engineer .text{
  	padding；1%
  }
  .icon {
    width: 90%;
	}
  #draw-border a{
  	border: 1px solid #eee;
  }
  .index-item{
  	display:unset;
  }
  .index-left{
  	    padding: 5% 0;
  }
  .bottomText{
  top: 10%;
  }
  .subbottomText{
  top: 37%;
  line-height:1;
  }
  .headText{
  	top:50%;
  }
  .subHeadText{
    line-height: normal;
    top: 75%;
  }
}

@media screen and (max-width: 365px){
  .business .items button{padding:0;}
}