

/* 标题 */
.index-title {margin-bottom: 55px;text-align: center;}
.index-title h1{font-size: 32px;font-weight: normal;color: #014a94;}
.index-title p{ font-size: 14px;color: #999;font-family: Arial, Helvetica, sans-serif;letter-spacing: 0.05rem;}
@media(max-width:1600px){
    .index-title h1{font-size: 30px;}
    .index-title{margin-bottom: 50px;}
}
@media(max-width:1500px){
    .index-title h1{font-size: 28px;}
    .index-title{margin-bottom: 45px;}
}
@media(max-width:1400px){
    .index-title h1{font-size: 26px;}
    .index-title p{font-size: 13px;}
    .index-title{margin-bottom: 40px;}
}
@media(max-width:1300px){
    .index-title h1{font-size: 24px;}
    .index-title{margin-bottom: 35px;}
}
@media(max-width:1200px){
    .index-title h1{font-size: 22px;}
    .index-title p{font-size: 12px;}
    .index-title{margin-bottom: 30px;}
}
@media(max-width:960px){
    .index-title h1{font-size: 20px;}
}
@media(max-width:760px){
    
}


/* 通知公告 */
.index01-content{display: flex;flex-wrap: wrap; justify-content: space-between;}
.index01-left{display: inline-block;width: 50%;padding-left: 40px;background: url(../img/notice.png) no-repeat left center;background-size: 23px;}
/* .index01-left .bd ul li a{display: block;line-height: 65px;} */
.index01-left .picScroll-left{display: flex;justify-content: space-between;align-items: center;height: 100%;}
.index01-left .picScroll-left .bd{width: calc(98% - 40px);}
.index01-left .picScroll-left .bd ul li p{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.index01-left .picScroll-left .bd ul li p a{font-size: 16px;color: #333;}
.index01-left .picScroll-left .hd{width: 30px;display: flex;flex-wrap: wrap;height: 100%;opacity: 0;}
.index01-left .picScroll-left .hd a{opacity: 0.5; display: block;width: 100%; cursor: pointer;height: 50%;color: transparent;-moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
user-select: none;}
.index01-left .picScroll-left .hd a:nth-child(1){background: url(../img/m-nav-arrow1.png) no-repeat center center; }
.index01-left .picScroll-left .hd a:nth-child(2){background: url(../img/m-nav-arrow.png) no-repeat center center;  }
.index01-left .picScroll-left .hd a:hover{opacity: 1;}
.index01-left .picScroll-left .bd ul li:hover p a{color: #0073e7;}
.index01-left .picScroll-left:hover .hd{opacity: 1;}
.index01-right a{display: inline-block;width: 200px;line-height: 65px;text-align: center;font-size: 20px;color: #edf2fa;background: #0073e7;}
@media(max-width:1600px){
    .index01-right a{width: 180px;line-height: 60px;font-size: 18px;}
}
@media(max-width:1500px){
    .index01-right a{width: 170px;line-height: 58px;font-size: 17px;}
    .index01-left .picScroll-left .bd ul li p a{font-size: 15px;}
}
@media(max-width:1400px){
    .index01-right a{width: 160px;line-height: 55px;font-size: 16px;}
    .index01-left .picScroll-left .bd ul li p a{font-size: 14px;}
}
@media(max-width:1300px){
    .index01-right a{width: 150px;line-height: 53px;font-size: 15px;}
}
@media(max-width:1200px){
    .index01-right a{width: 140px;line-height: 50px;font-size: 14px;}
}
@media(max-width:960px){
    
}
@media(max-width:760px){
    .index01-right{display: none;}
    .index01-left{width: 100%;}
}


/* 关于我们 */
.index02{padding: 5% 0;background: #e9f5ff;}
.index02-content{position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;}
.index02-txt{display: inline-block;width: 47.101%;box-sizing: border-box;padding: 6.5% 5%;margin-top: 7%; background: #fff;box-shadow: 0 5px 15px rgba(4, 0, 0, .2); position: relative;z-index: 2;}
.index02-txt h1{font-size: 30px;padding-bottom: 6%;margin-bottom: 6%; font-weight: normal;color: #333;position: relative;}
.index02-txt h1:after{content: "";position: absolute;left: 0;bottom: 0;width: 10%;height: 3px;background: #014a94;}
.index02-txt p{font-size: 14px;line-height: 30px;color: #666;margin-bottom: 8%;}
.index02-txt a{font-size: 14px;color: #014a94;}
.index02-txt a img{display: inline-block;margin-left: 7px;}
.index02-right{display: inline-block;width: 48.9%;}
.index02-right ul{display: flex;}
.index02-right ul li{ width: 23.7%; position: relative; top: 0; text-align: center; box-sizing: border-box; padding: 3% 2%; margin: 0 2.5%; background: #fff; box-shadow: 0 5px 15px rgba(4, 0, 0, .2); transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.index02-right ul li h1{font-size: 14px;line-height: 14px;margin-bottom: 5px;margin-top: 8px; color: #666;font-weight: normal;}
.index02-right ul li p{font-size: 12px;line-height: 12px; color: #999;font-family: Arial, Helvetica, sans-serif;letter-spacing: 0rem;}
.index02-right ul li p img{display: inline-block;width: 30.5%;}
.index02-right ul li:hover{background: #014a94;top: -20px;}
.index02-right ul li:hover h1,.index02-right ul li:hover p{color: #fff;}
.index02-right ul li:hover p img{ filter:grayscale(100) brightness(1000) ; -webkit-filter:grayscale(100) brightness(1000) ; }
@media(max-width:1600px){
    .index02-txt h1{font-size: 28px;}
}
@media(max-width:1500px){
    .index02-txt h1{font-size: 26px;}
    .index02-txt p{line-height: 28px;}
}
@media(max-width:1400px){
    .index02-txt h1{font-size: 24px;}
    .index02-txt p{font-size: 13px;line-height: 26px;}
}
@media(max-width:1300px){
    .index02-txt h1{font-size: 22px;}
    .index02-right ul li h1{font-size: 13px;}
}
@media(max-width:1200px){
    .index02-txt h1{font-size: 20px;}
}
@media(max-width:960px){
    .index02-txt h1{font-size: 18px;}
    .index02-right ul li {width: 28.7%;}
    .index02-txt h1:after{height: 2px;}
}
@media(max-width:760px){
    .index02{padding: 10% 0;}
    .index02-content{background: none !important;}
    .index02-txt{width: 100%;margin-top: 0;}
    .index02-right{width: 100%;margin-top: calc(3% + 10px);}
    .index02-right ul li:hover{background: #014a94;top: -10px;}
}


/* 产品中心 */
.index03{padding: 5% 0 10%;background: url(../img/index03-bg.png) no-repeat center bottom;background-size: 100% auto;}
#index03-lbt .item{position: relative;}
#index03-lbt .item .item-img{width: 100%;padding-bottom: 90.9%;position: relative;}
#index03-lbt .item .item-img a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: inline-block;width: 100%;height: 100%;overflow: hidden;}
#index03-lbt .item .item-img a img{ display: inline-block; width: 100%; height: 100%; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
#index03-lbt .item:hover .item-img a img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
#index03-lbt .item .item-txt{width: 90%; position: absolute;bottom: 0;padding: 10% 5% 3%;display: flex;justify-content: space-between; background: url(../img/index03-txt-bg.png) no-repeat;background-size: 100% 100%;}
#index03-lbt .item .item-txt h1{width: calc(90% - 90px);overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #fefefe; }
#index03-lbt .item .item-txt h1 a{font-size: 24px;line-height: 32px; color: #fefefe;}
#index03-lbt .item .item-txt>a{ display: inline-block; font-size: 14px; width: 90px; text-align: center; border-radius: 3px; line-height: 32px; color: #fefefe; border: 1px solid #fefefe; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
#index03-lbt .item:hover .item-txt>a{color: #014a94;background: #fefefe;}
#index03-lbt .owl-controls {margin-top: 4%;}
#index03-lbt .owl-controls .owl-dots {width: 100%;text-align: center;}
#index03-lbt  .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;}
#index03-lbt .owl-dots .owl-dot span{display: inline-block; width:60px;height:3px;margin:0px 7px;background: #bfbfbf;}
#index03-lbt .owl-dots .owl-dot.active span,#index03-lbt .owl-dots .owl-dot:hover span{background:#0073e7;}
@media(max-width:1600px){
    #index03-lbt .item .item-txt h1 a{font-size: 22px;}
}
@media(max-width:1500px){
    #index03-lbt .item .item-txt h1 a{font-size: 20px;}
    #index03-lbt .owl-dots .owl-dot span{width: 50px;}
}
@media(max-width:1400px){
    #index03-lbt .item .item-txt h1 a{font-size: 19px;}
}
@media(max-width:1300px){
    #index03-lbt .item .item-txt h1 a{font-size: 18px;}
    #index03-lbt .item .item-txt>a{font-size: 12px;line-height: 30px;width: 85px;}
    #index03-lbt .owl-dots .owl-dot span{width: 40px;height: 2px;margin: 0 5px;}
}
@media(max-width:1200px){
    #index03-lbt .item .item-txt h1 a{font-size: 17px;}
}
@media(max-width:960px){
    #index03-lbt .item .item-txt h1 a{font-size: 16px;}
    #index03-lbt .owl-dots .owl-dot span{width: 30px;height: 2px;margin: 0 4px;}
}
@media(max-width:760px){
    .index03{padding: 10% 0 15%;}
    #index03-lbt .owl-dots .owl-dot span{width: 20px;height: 2px;margin: 0 3px;}
}



/* 新闻动态 */
.index04{padding: 5% 0;}
.index04-content{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index04-left{width: 40.57%;border-bottom: 1px solid #d2d2d2;}
.index04-left .index04-img{width: 100%;padding-bottom: 75%;position: relative;}
.index04-img a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: inline-block;width: 100%;height: 100%;overflow: hidden;}
.index04-img a img{ display: inline-block; width: 100%; height: 100%; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.index04-left:hover a img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.index04-left .index04-txt {margin-top: 2.5%;}
.index04-left .index04-txt h1 a{display: block;font-size: 20px;color: #333;font-weight: 500;margin-bottom: 2%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.index04-left .index04-txt p{font-size: 14px;line-height: 24px;color: #666;margin-bottom: 2%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.index04-left .index04-txt span{font-size: 16px;color: #666;}
.index04-right{width: 53.623%;}
.index04-right ul li{display: flex;justify-content: space-between;padding-bottom: 3%;margin-bottom: 3%;border-bottom: 1px solid #d2d2d2;}
.index04-right ul li:last-child{margin-bottom: 0 !important;}
.index04-right ul li .list-left{width: 30%;position: relative;}
.index04-right ul li .list-left .index04-img{width: 100%;padding-bottom: 68%;position: relative;}
.index04-right ul li .list-right{width: 65%;}
.index04-right ul li .index04-txt h1 a{display: block; font-size: 18px;color: #333;font-weight: 500;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-bottom: 1.5%;}
.index04-right ul li .index04-txt p{font-size: 13px;line-height: 20px;color: #999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.index04-right ul li .index04-txt span{font-size: 13px;color: #666;display: block;margin: 2.5% 0 1.8%;}
.index04-right ul li .index04-txt>a{ display: inline-block; width: 110px;text-align: center; line-height: 32px; color: #666; font-size: 13px; border: 1px solid #bfbfbf; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
.index04-right ul li:hover a img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.index04-right ul li:hover .index04-txt h1 a,.index04-left:hover .index04-txt h1 a{color: #014a94;}
.index04-right ul li:hover .index04-txt>a{border: 1px solid #014a94;background: #014a94;color: #fff;}
.index04-more{text-align: center;margin-top: 4%;}
.index04-more a{ display: inline-block; width: 160px; line-height: 45px; text-align: center; font-size: 14px; color: #666; border: 1px solid #bfbfbf; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; }
.index04-more a:hover{color: #fff;border: 1px solid #014a94;background: #014a94;}
@media(max-width:1600px){
    .index04-left .index04-txt h1 a{font-size: 19px;}
    .index04-right ul li .index04-txt h1 a{font-size: 17px;}
    .index04-more a{width: 150px;line-height: 43px;font-size: 15px;}
}
@media(max-width:1500px){
    .index04-left .index04-txt h1 a{font-size: 18px;}
    .index04-right ul li .index04-txt h1 a{font-size: 16px;}
    .index04-left .index04-txt p{font-size: 13px;line-height: 22px;}
    .index04-right ul li .index04-txt p{font-size: 12px;line-height: 18px;}
    .index04-left .index04-txt span{font-size: 15px;}
    .index04-more a{width: 140px;line-height: 40px;font-size: 14px;}
}
@media(max-width:1400px){
    .index04-left .index04-txt h1 a{font-size: 17px;}
     .index04-right ul li .index04-txt h1 a{font-size: 15px;}
     .index04-left .index04-txt span{font-size: 14px;}
     .index04-right ul li .index04-txt p{-webkit-line-clamp:1}
     .index04-right ul li .index04-txt>a{width: 100px;line-height: 30px;font-size: 12px;}
     .index04-right ul li .index04-txt span{font-size: 12px;}
     .index04-more a{width: 130px;line-height: 38px;font-size: 14px;}
}
@media(max-width:1300px){
    .index04-left .index04-txt h1 a{font-size: 16px;}
    .index04-right ul li .index04-txt h1 a{font-size: 14px;}
    .index04-more a{width: 120px;line-height: 35px;font-size: 13px;}
}
@media(max-width:1200px){
    .index04-right ul li .index04-txt>a{width: 90px;line-height: 25px;font-size: 12px;}
}
@media(max-width:960px){
    .index04-left{width: 100%;margin-bottom:5%;}
    .index04-right{width: 100%;}
    .index04-left .index04-txt{margin: 3% 0;}
}
@media(max-width:760px){
    .index04{padding: 10% 0;}
}
@media(max-width:580px){
    .index04-right ul li .list-left{width: 160px;}
    .index04-right ul li .list-right{width: calc(95% - 160px);}
    .index04-right ul li .index04-txt p{-webkit-line-clamp:2}
    .index04-right ul li{margin-bottom: 20px;padding-bottom: 20px;}
}



/* 留言 */
.index05{padding-bottom: 5%;background: url(../img/index05-bg.jpg) no-repeat center bottom;background-size: 100% auto;}
.index05-content{background: #fff;box-shadow: 0 0 70px rgba(0, 0, 0, .18);margin: 0 5%;padding: 4% 8%;}
.index05-content>h1{text-align: center;color: #666666;font-size: 24px;font-weight: 500;margin-bottom: 6.5%;}
.index05 form{text-align: center;}
.index05 .inp{font-family: sans-serif;font-size: 14px;color: #333; display: inline-block;width: 100%;box-sizing: border-box;padding: 0 10px;margin-bottom: 10px;height: 60px;line-height: 60px; outline: none;border: none;border-bottom: 1px solid #dddddd;}
.index05 textarea{height: auto !important;line-height: normal !important;padding-bottom: 5% !important;padding-top: 20px !important;}
.index05 .submit{ display: inline-block; padding: 2% 14%;margin-top: 3%; font-size: 20px; color: #fff; background: #014a94; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
@media(max-width:1600px){
    .index05-content>h1{font-size: 22px;}
    .index05 .inp{height: 55px;line-height: 55px;}
    .index05 .submit{font-size: 19px;}
}
@media(max-width:1500px){
    .index05-content>h1{font-size: 21px;}
    .index05 .inp{height: 50px;line-height: 50px;}
    .index05 .submit{font-size: 18px;}
}
@media(max-width:1400px){
    .index05-content>h1{font-size: 20px;}
    .index05 .inp{height: 45px;line-height: 45px;}
    .index05 .submit{font-size: 17px;}
}
@media(max-width:1300px){
    .index05-content>h1{font-size: 19px;}
    .index05 .inp{height: 40px;line-height: 40px;font-size: 13px;}
    .index05 .submit{font-size: 16px;}
}
@media(max-width:1200px){
    .index05-content>h1{font-size: 18px;}
    .index05 .submit{font-size: 15px;}
    .index05 textarea{padding-top: 10px !important;padding-bottom: 10% !important;}
}
@media(max-width:960px){
    .index05 .submit{font-size: 14px;}
}
@media(max-width:760px){
    .index05{padding-bottom: 10%;}
    .index05 textarea{padding-bottom: 16% !important;}
    .index05-content{padding: 8% 10%;}
}


/* 轮播箭头 */
.index_product .index03-container .index03-content .row-arrow .index_more .owl-controls .owl-nav .owl-prev{
    width: 40px;
	height: 80px;
	position: absolute;
	top: 33.5%;
	background: url(../img/index_icon.png) no-repeat center;
	background-size: 70%;
	background-color: rgba(1, 74, 148, .3);
	display: block !important;
	left: -4%;
}
.index_product .index03-container .index03-content .row-arrow .index_more .owl-controls  .owl-nav .owl-next{
    width: 40px;
	height: 80px;
	position: absolute;
	top: 33.5%;
	background: url(../img/index_icon.png) no-repeat center;
	background-size: 70%;
	background-color: rgba(1, 74, 148, .3);
	display: block !important;
	right: -4%; 
	transform: rotate(180deg); 
}
.index_product .index03-container .index03-content .row-arrow .index_more .owl-controls .owl-nav .owl-prev:hover{
	background-color: rgba(1, 74, 148, .6);
}
.index_product .index03-container .index03-content .row-arrow .index_more .owl-controls .owl-nav .owl-next:hover{
	background-color: rgba(1, 74, 148, .6);
}
@media(max-width:760px){
    .index_product .index03-container .index03-content .row-arrow .index_more .owl-controls .owl-nav .owl-prev{left: 0px;}
	.index_product .index03-container .index03-content .row-arrow .index_more .owl-controls .owl-nav .owl-next{right: 0px;}
	.index_product .index03-container .index03-content .row-arrow .index_more .owl-controls .owl-nav .owl-prev, .index03 .padding .index03-content .row-arrow .index_more .owl-controls .owl-nav .owl-next {
		top: 37%;
		width: 30px;
		height: 60px;
	}
}

























