
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
.fl {
    float: left;
}
.g1,.g2,.g3,.g4{width:100%; height:116px; margin:0 5px 5px 0}
.fr {
    float: right;
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .items img{
    position:absolute;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	/* -webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards; */
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.image1{
    bottom: 18%;width: 60%;left: 20%;
}
.image2{
    bottom: 29%;width: 54%;left: 28%;
}
.image3{
    bottom: 27%;width: 37%;left: 11%;
}
.image4{
    bottom: 20%;width: 58%;left: 14%;
}
.image5{
    bottom: 38%;width: 50%;left: 25%;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

}

.index_main .section2{
    position: relative;
    background: url('../images/首页-第二页bg.jpg') center top no-repeat;
}
.index_main .section2.active .secondtowText{
    -webkit-animation-duration: 1.8s; 
    -moz-animation-duration: 1.8s; 
    -o-animation-duration: 1.8s; 
    animation-duration: 1.8s; 
    -webkit-animation-name: fadeInUp; 
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both; 
    -o-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out;
}
.index_main .section2 .secondtowText{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.index_main .section2.active .searchMore{
    -webkit-animation-duration: 2s; 
    -moz-animation-duration: 2s; 
    -o-animation-duration: 2s;
     animation-duration: 2s; 
     -webkit-animation-name: fadeInUp; 
     -moz-animation-name: fadeInUp;
      -o-animation-name: fadeInUp; 
      animation-name: fadeInUp; 
      -webkit-animation-fill-mode: both; 
      -moz-animation-fill-mode: both; 
      -o-animation-fill-mode: both; 
      animation-fill-mode: both; 
      -webkit-animation-timing-function: ease-in-out;
       -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
}
.index_main .section2.active .shubiao{
    -webkit-animation-duration: 1s; 
    -moz-animation-duration: 1s; 
    -o-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-name: fadeInUp; 
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both; 
     -o-animation-fill-mode: both; 
     animation-fill-mode: both; 
     -webkit-animation-timing-function: ease-in-out;
     -moz-animation-timing-function: ease-in-out;
      -o-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out;
}
.numberContent{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-top: 70px;
}
.numberContent .numberItem {
    text-align: center;
    border-left:1px solid rgba(0,0,0,0.2);
    padding:0 33px;
}
.numberContent .numberItem .num{
    font-size: 56px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #134BA1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0 0 20px 0;
}
.numberContent .numberItem .num>span{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #124AA0;
    margin-left:17px;
}
.numberContent .numberItem .subtitle{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.searchMore{
    width: 154px;
    height: 38px;
    border: 1px solid #134BA1;
    border-radius: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #134BA1;
    margin:90px  auto 0 auto;
    line-height: 38px;
    text-align: center;
    position: relative;
    z-index:9
}
a:link,
a:visited,
a:hover,
a:active{
  color: #134BA1;
  text-decoration: none;
}
.shubiao{
    position: absolute;
    width:38px;
    height:105px;
    left:50%;
    transform: translateX(-50%);
    bottom:0;
    z-index:5
}
.fp-is-overflow > .fp-overflow{
    overflow: hidden;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url('../images/电子信息-bg.jpg');
    background-repeat: no-repeat;
	background-size: cover;
    /* transition: all 1.5s !important; */
}
.dianxixinxi{
    background: url('../images/电子信息-bg.jpg') !important;
    background-repeat: no-repeat !important;
	background-size: cover !important;
    transition: background 0.5s ease-in !important
}
.xianjincailiao{
    background: url('../images/先进材料-bg.jpg') !important;
    background-repeat: no-repeat !important;
	background-size: cover !important;
    transition: background 0.5s ease-in !important
}
.zhuangbeizhizao{
    background: url('../images/装备制造-bg.jpg') !important;
    background-repeat: no-repeat !important;
	background-size: cover !important;
    transition: background 0.5s ease-in !important
}
.yiyaoshengwu{
    background: url('../images/医药生物-bg.jpg') !important;
    background-repeat: no-repeat !important;
	background-size: cover !important;
    transition: background 0.5s ease-in !important
}
.section3{
    position:relative;
}
.mobileIcon{
    display: none;
}
.mobilebtn{
    display: none;
}
.section3.active .second3Title{
    -webkit-animation-duration: 2s; 
    -moz-animation-duration: 2s; 
    -o-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-name: fadeInRight; 
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both; 
    -moz-animation-fill-mode: both; 
    -o-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out; 
    -o-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
    position: relative;
    top: -20px;
}
.second3Title .title{
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.second3Title p{
    padding:0;
    margin:0;
    margin-top:32px;
    color: #ffffff;

}
.second3Title .textsecond3{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top:55px;
}
.contentContainer{
    display: flex;
    justify-content: space-between;
    position:absolute;
    width:100%;
    bottom: 0;
}
.electricContainer{
    width: 100%;
}
.contentContainer>.row{
    margin:0 !important;
}
.contentContainer>.row>div{
    margin:0 !important;
    padding: 0 !important;
}
.section3.active .electricContainer .electricItem:nth-child(1) { 
    -webkit-animation-duration: 1s; 
    -moz-animation-duration: 1s; -o-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; 
    -o-animation-name: fadeInUp; animation-name: fadeInUp; 
    -webkit-animation-fill-mode: both; 
    -moz-animation-fill-mode: both; 
    -o-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    -moz-animation-timing-function: ease-in-out; 
    -o-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out;
}

.section3.active .electricContainer .electricItem:nth-child(2) {
    -webkit-animation-duration: 1.2s; 
    -moz-animation-duration: 1.2s; 
    -o-animation-duration: 1.2s; 
    animation-duration: 1.2s; -webkit-animation-name: fadeInUp; 
    -moz-animation-name: fadeInUp;
     -o-animation-name: fadeInUp; 
     animation-name: fadeInUp; 
     -webkit-animation-fill-mode: both; 
     -moz-animation-fill-mode: both; 
     -o-animation-fill-mode: both;
      animation-fill-mode: both; 
      -webkit-animation-timing-function: ease-in-out;
       -moz-animation-timing-function: ease-in-out; 
       -o-animation-timing-function: ease-in-out; 
       animation-timing-function: ease-in-out;
}

.section3.active .electricContainer .electricItem:nth-child(3) { -webkit-animation-duration: 1.4s; -moz-animation-duration: 1.4s; -o-animation-duration: 1.4s; animation-duration: 1.4s; -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in-out; -moz-animation-timing-function: ease-in-out; -o-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }

.section3.active .electricContainer .electricItem:nth-child(4) { -webkit-animation-duration: 1.6s; -moz-animation-duration: 1.6s; -o-animation-duration: 1.6s; animation-duration: 1.6s; -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in-out; -moz-animation-timing-function: ease-in-out; -o-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }

.electricItem{
    text-align: center;
    border-left:1px solid rgba(255,255,255,0.3);
    padding:34px 0 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* height: 227px; */
    height: 200px;
    position: relative;
}
/* 每个电子项目的标题内容样式 */
.electricItem .section3Titlecontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(19,75,161,0.9);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}
.electricItem:hover .section3Titlecontainer {
    opacity: 1;
}
.electricItem .second3Title {
    text-align: center;
    padding: 20px;
}
.electricItem .second3Title .title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.electricItem .second3Title p {
    font-size: 14px;
    color: #ffffff;
    margin: 10px 0;
    line-height: 1.2;
}
.electricItem .second3Title .textsecond3 {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4;
    margin-top: 15px;
}
.section3active{
    border-left:none !important;
    background-color: rgba(19,75,161,0.8);
}
.section3active button{
    display: block !important;
}
.section3active .addIon{
    display: none !important;
}
.electricItem .imgContainer{
    width: 70px;
    /* height: 52px; */
}
.imgContainer img{
    width:100%;
    height:100%;
}
.electricItem p{

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /* margin:20px 0; */
    margin:10px 0;
}
.electricItem button{
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background-color: transparent;
    padding:6px 24px;
    display: none;
}
.electricItem button a{
    color:#ffffff
}
.addIon{
    font-size: 28px;
    color:#ffffff;
}
.category__item {
    /* float: left; */
    cursor: pointer;
    border:2px solid transparent;
    position: relative;
}
.category__item:hover .business-effect {
    background: #134BA1;
    -webkit-transition-delay: 0.5s; 
    -moz-transition-delay: 0.5s; 
    -o-transition-delay: 0.5s; 
    transition-delay: 0.5s; 
}
.category__item:hover .business-effect .e-img-l { 
    left: 0;
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    transition: all 0.5s; 
 }
 .category__item:hover .business-effect .e-img-r { right: 0; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }
 .business-effect { 
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    z-index: 2; 
}
/* .category__item:hover a { 
    opacity: 1; 
    z-index:9999;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:50%;
    transform: translateX(-50%);
} */
.category__item .business-effect .e-img-l { 
    position: absolute;
    top: 0; 
    left: -100%; 
    width: 100%;
    height: 100%; 
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s; 
    transition: all 0.5s; 
}


.category__item .business-effect .e-img-l img { 
    display: block; 
    width: 100%; 
}
.category__item .imgcontainer{
    background-size: cover;
    height:150px;
}
.business-effect .e-img-r { position: absolute; top: 0; right: -100%; width: 100%; height: 100%; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }
.business-effect .e-img-r img { display: block;height: 100%; width: 100%; }
.transition-3{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.category__item>a {
    opacity: 0; 
    display: block; 
    font-size: 16px; 
    color: #fff; 
    width: 118px; height: 38px; 
    line-height: 38px; 
    border: 1px solid #fff; 
    /* margin: 10% auto;  */
    -webkit-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    -moz-transition: all 0.5s;
    transition: all 0.5s; 
    text-align: center;
    position: absolute;
}
.index_main .section4{
    position: relative;
    background: url('../images/首页-第三页bg.jpg') center top no-repeat;
}
.news_Container,.conpanyBrand_Container{
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.news_Container button,.conpanyBrand_Container button{
    background-color: #ffffff;
}
/*首页新闻动态*/
.news_left_container{
}
.newsLeftContent h2{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #124AA0;
    line-height: 30px;
    padding-bottom:15px;
    border-bottom:1px solid rgba(0,0,0,0.5);
}
.newsLeftContent p{
    margin:0;
    padding: 0;
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    margin-top:24px;
    margin-bottom: 125px;
}
.newsLeftContent button,.moreBtn button{
    padding:10px 45px;
    border: 1px solid #134BA1;
    border-radius: 30px;
   
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #134BA1;
}
.moreBtn {
    padding:10px 45px;
    border: 1px solid #134BA1;
    border-radius: 30px;
   
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #134BA1;
}
.moreBtnA {
    padding: 10px 45px;
    border: 1px solid #134BA1;
    border-radius: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #134BA1;
    background: #ffffff
}
.news_middle_container .titleContent{
    display: flex;
    align-items: center;

}
.news_middle_container .titleContent .titleItem{
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-right:27px;
}
.titleItemActive{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #134BA1 !important;
    line-height: 36px;
    border-bottom:4px solid #08429C;
}
.middleContent{
    display: flex;
    width:100%;
    margin-top: 30px;

}

.middleContent .imgcontainer img{
    width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.middleContent .contenttitle{
    color:#000000;
    font-size:16px;
    width:100%;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;			
	text-overflow: ellipsis;		
	display: -webkit-box;		
	-webkit-line-clamp: 1;		
	line-clamp: 1;	
	-webkit-box-orient: vertical;
    margin: 30px 0;
    text-decoration: none;
}
.contentText p{
    margin:0;
    padding:0;
    color:#747474;
    margin-bottom:15px;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* height: 100px; */
    margin-right: 10px;
    overflow: hidden;
}
.contentText .time{
    color:#747474;
    font-size:12px;
    text-align: right;
    margin-right: 10px;
}
.companyLeftContent h2{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    padding-bottom:15px;
    border-bottom:1px solid #FFFFFF;
}
.companyLeftContent p{
    margin:0;
    padding: 0;
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-top:24px;
    margin-bottom: 125px;
}
.companyLeftContent button{
    padding:10px 45px;
    border-radius: 30px;
    background:rgba(255,255,255,0.8);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #134BA1;
    border:none;
}
.logocontent img{
    width:100%;
}
.index_main .section5{
	background: url('../images/首页-第四页bg.jpg') center top no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.section5.active  .companyLeftContent,.section4.active .newsLeftContent,.section5.active  .sliderContainer1 { 
    -webkit-animation-duration: 1.4s; 
    -moz-animation-duration: 1.4s; 
    -o-animation-duration: 1.4s; 
    animation-duration: 1.4s; 
    -webkit-animation-name: fadeInUp; 
    -moz-animation-name: fadeInUp; 
    -o-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
    -webkit-animation-fill-mode: both; 
    -moz-animation-fill-mode: both; 
    -o-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    -moz-animation-timing-function: ease-in-out; 
    -o-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
}
.section5.active  .sliderContainer,.section4.active .news_middle_container{ 
    -webkit-animation-duration: 2s; 
    -moz-animation-duration: 2s; 
    -o-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-name: fadeInRight; 
    -moz-animation-name: fadeInRight; 
    -o-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
    -webkit-animation-fill-mode: both; 
    -moz-animation-fill-mode: both; 
    -o-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in-out; 
    -moz-animation-timing-function: ease-in-out; 
    -o-animation-timing-function: ease-in-out; 
    animation-timing-function: ease-in-out; 
   
}


.footer{
    /* padding:0 15px;
    padding-bottom:37px; */
    padding-bottom: 20px;
    padding-top: 50px;
    border-bottom:1px solid #333333;
}
.footer .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #72747a;
    line-height: 72px;
    text-align: center;
}
.footer a{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff !important;
    line-height: 30px;
}
.footer a:hover{
    color: #fff !important;
    transition: all .4s;;
}
.footer ul{
    text-align: center;
    padding: 0;
}
.footer ul li{
    list-style: none;
}
.registerContainer{
    /* padding:0 15px;
    padding-top:29px; */
    padding:28px 0;
}
.registerContainer img{
    width:120px;
    height:120px;
    opacity: 0.9;
}
.registerContainer .kefu{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
}
.registerContainer .phone{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #134BA1;
    line-height: 48px;
}
.registerContainer .leftContent{
    display:flex;
}
.registerContainer .contactUs{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
    margin-top:30px;
}
.selectContainer{
    text-align: right;
}
.selectContainer>.select{
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E4E9E9;
    /* border-radius: 4px; */
    width:25%;
    color:#666666;
    opacity: 0.9;
}
/* 底部 流动效果*/
.g1 li,.g2 li,.g3 li{
    list-style: none;
    margin:0 5px;
    background-color: #ffffff;
    border-radius: 8px;
}
.sliderContainer{
    overflow: hidden;
    padding-top:30px;
    padding-bottom: 30px;
}
.scrollItem{
    overflow: visible !important;
}
.scrollItem ul{
    display: flex;
    flex-wrap: nowrap;
    height:100%;
}
.scrollItem ul li img{
    /* opacity: 0.5; */
    height:100%;
}
.scrollItem ul li:hover img { 
    /* -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2); 
    -ms-transform: scale(1.2); 
    -o-transform: scale(1.2); 
    transform: scale(1.2); 
    z-index: 99; 
    background-color: #ffffff;
    position:relative; */
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/* 底部 */
.footer-top{
    background: #2c3038;
}
.footer-bottom{
    background: #30343c;
}
.contactUs a{
    color: #72747a;
}
.contactUs a:hover{
    color: #fff;
    transition: all .4s;;
}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}

@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
   
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mobileIcon{
        display: block;
        background-color: #ffffff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        border-radius: 10px;
        padding: 10px 0 0 0
    }
    .g1,.g2,.g3,.g4{width:100%; height:70px; margin:0 5px 5px 0}
    .mobilebtn{
        display: block;
        text-align: center;
        bottom: 3%;
        position: absolute;
    }
    .mobilemore{
        display: none;
    }
    .mobilebtn button{
        padding:4px 20px;
        border: 1px solid #134BA1;
        border-radius: 30px;
    
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #134BA1;
        margin: 10px;
    }
}
@media (max-width: 575px) {
  .numberContent{
      /* display: flex;
      justify-content: center;
      align-items: center; */
      margin-top: 20px;
  }
  .numberContent .numberItem {
      text-align: center;
      padding:0 15px;
      margin-bottom: 20px;
      border:none;
  }
  .numberContent .numberItem .num{
      font-size: 24px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #134BA1;
      display: flex;
      align-items: baseline;
      justify-content: center;
      margin: 0 0 10px 0;
  }
  .numberContent .numberItem .num>span{
      font-size: 18px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #124AA0;
      margin-left:17px;
  }
  .numberContent .numberItem .subtitle{
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #333333;
  }
  .index_main .section2 .secondtowText{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 60px;
   }
   .searchMore {
        width: 154px;
        height: 38px;
        border: 1px solid #134BA1;
        border-radius: 19px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #134BA1;
        margin: 30px auto 0 auto;
        line-height: 38px;
        text-align: center;
        
    }
    .section3{
        position: relative;
        justify-content: flex-start;
    }
    .second3Title{
       position: absolute;
        top: 120px;
    }
    .second3Title .title{
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
    }
    .second3Title p{
        padding:0;
        margin:0;
        margin-top:10px;
        color: #ffffff;
    
    }
    .second3Title .textsecond3{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        margin-top:10px;
    }
    .electricItem{
        text-align: center;
        border-left:1px solid rgba(255,255,255,0.3);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height:80px;
        padding:0 20px;
    }
    .electricItem .imgContainer{
        width: 50px;
    }
    .imgContainer img{
        width:100%;
        height:100%;
    }
    .electricItem p{
    
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        margin:10px 0;
    }
    .electricItem button{
        border: 1px solid #FFFFFF;
        border-radius: 20px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        background-color: transparent;
        padding:6px 24px;
        display: block;
    }
    .addIon{
        font-size: 28px;
        color:#ffffff;
        display: none;
    }
    .newsLeftContent,.companyLeftContent{
        /* display: flex;
        align-items: center;
        margin-top:15px;
        justify-content: space-between; */
    }
    .newsLeftContent h2,.companyLeftContent h2{
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #124AA0;
        padding-bottom:1px;
        border:none;
    }
    .companyLeftContent h2{
        color:#ffffff
    }
    .moreBtn{
        position: absolute;
        transform: translateX(-50%);
        bottom: 3%;
        left: 50%;
        z-index:9;
        width: fit-content;
    }
    .newsLeftContent button,.moreBtn button,.companyLeftContent button{
        padding:4px 20px;
        border: 1px solid #134BA1;
        border-radius: 30px;
        
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #134BA1;
    }
    .moreBtn {
        padding: 4px 20px;
        border: 1px solid #134BA1;
        border-radius: 30px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #134BA1;
    }
    .newsLeftContent p{
        margin:0;
        padding: 0;
        font-size: 16px;
        font-family: Arial;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
        margin-top:0px;
        margin-bottom: 0px;
    }
    .middleContent{
        margin-top:10px;
    }
    .companyLeftContent{
        margin-bottom: 10px;
    }
    .companyLeftContent p {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 0px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .footer {
        /* margin-top: 32px; */
        padding: 0 15px;
        padding-bottom: 0px;
        border-bottom: 1px solid #333333;
    }
    .registerContainer {
        padding: 10px 15px 20px 15px;
    }
    .registerContainer img {
        width: 25vw;
        height: auto;
    }
    .registerContainer .leftContent{
        justify-content: center;
        margin-bottom: 10px;
    }
    .selectContainer{
        text-align: center;
    }
    .registerContainer .kefu {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: #666666;
    }
    .registerContainer .phone {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #134BA1;
        line-height: 14px;
    }
    .registerContainer .contactUs {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: #666666;
        line-height: 24px;
        margin-top: 10px;
    }
    .selectContainer>.select {
        margin-top: 0;
        height: 30px;
        background: #FFFFFF;
        border: 1px solid #E4E9E9;
        border-radius: 0px;
        width: 80%;
    }
    #fp-nav{
        display: none;
    }
    .section3Titlecontainer{
        position: absolute;
        top:25%;
    }
    .image1{
        bottom: 11%;width: 100%;left: 0%;
    }
    .image2{
        bottom: 11%;width: 100%;left: 0%;
    }
    .image3{
        bottom: 27%;
        width: 90%;
        left: 5%;
    }
    .image4{
        bottom: 40%;
        width: 90%;
        left: 5%;
    }
    .image5{
        bottom: 38%;width: 90%;left: 5%;
    }
    .category__item .imgcontainer{
        height:200px;
    }
    .mobileIcon{
        display: block;
        background-color: #ffffff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        border-radius: 10px;
        padding: 10px 0 0 0
    }
    .mobileIcon img{
        width:45%;
    }
    .sliderContainer {
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobilebtn{
        display: block;
        text-align: center;
        bottom: 3%;
        position: absolute;
    }
    .mobilemore{
        display: none;
    }
    .mobilebtn button{
        padding:4px 20px;
        border: 1px solid #134BA1;
        border-radius: 30px;
    
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #134BA1;
        margin: 10px;
    }
    .items1{
        background-image: url(../images/mobilebanner.png) !important;
        background-size: auto 100%;
        background-position: 77% !important;
    }
    .item2{
        background-image: url(../images/mobilebg2.png) !important;
        background-position: 23% !important;
        background-size: auto 100% !important;
    }
    .item4{
        background-position: 40% !important;
        background-size: auto 100% !important;
    }
    .g1,.g2,.g3,.g4{width:100%; height:70px; margin:0 5px 5px 0}
    .news_Container, .conpanyBrand_Container{
        margin-top:12%;
    }
    .footer a{
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #72747a !important;
        line-height: 30px;
    }
    .footer .title {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #72747a;
        line-height: 20px;
        text-align: center;
    }
    
}
@media (max-height: 667px) {
    .news_Container{
        
    }
    /* .news_Container, .conpanyBrand_Container{
        margin-top:12%;
    } */
}
.formContent{
    position: fixed;
    top:calc(50%);
    z-index:99;
    transform: translateY(-50%);
    left:0;
    
}
.formContent .formEnter{
    
    position: relative;
}
.formContent .formEnter .closeFlag{
    
    position: absolute;
    top:0;
    left:0;
    z-index:100;
    width:25px;
    height:25px;
}
.qingdan{
    position: fixed;
    top:0;
    left:0;
    background: #fff;
    padding:30px;
    width:100%;
    height:calc(100vh);
    overflow: auto;
    z-index:999;
    display: none;
    
}
.qingdan .close{
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
    border:1px solid #222;
    padding:2px 10px;
    border-radius: 5px;
    font-size: 14px;

}
.qingdan .contentText{
    width:35%;
    margin: 0 auto;
    margin-top:20px;
}
.qdTitle{
    text-align: center;
    font-weight: bold;
    font-size: 24px;

}
.contentTitle{
    font-size:18px;
    margin-top:16px;
}
.contentText .content{
    line-height:30px;
    margin-top:16px;
}