html,body{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	overflow-x:hidden;
}
body{position:relative;transition:all .3s ease .2s;-webkit-transition:all .3s ease .2s;-moz-transition:all .3s ease .2s;}
.wrap{
	max-width: 1360px;
	margin: 0 auto;
}
.w1400{max-width: 1400px;margin: 0 auto;}
ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fp-tableCell{
	vertical-align: top;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
img{
	max-width: 100%;
}
input:focus,
button:focus{
	outline: none;
}
/**导航菜单**/
header{position: fixed;top: 0;width: 100%;z-index: 9999;}
.on-fixed header{background: rgba(255,255,255,1);box-shadow: 0px 0px 5px rgba(0,0,0,.1);}
header .header-container{padding: 0 3.125%;}
header .logo,header .logo a{height: 147px;position: relative;z-index: 9999;width: 17.135vw;}
.on-fixed header .logo,.on-fixed header .logo a{height: 100px;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 100%;}
header .rightDiv .menu{text-align: right;position: relative;padding-top: 15px;}
header .rightDiv .menu ul{display: inline-block;}
header .rightDiv .menu ul li{float: left;position: relative;margin:0 1.5625vw 0 0;}
header .rightDiv .menu a{display:block;width:94px;height:80px;text-align:center;font-size:18px;font-weight:lighter;position:relative;overflow:hidden;float:left;transition:none;-webkit-transition:none !important;color: #333;}
header .rightDiv .menu a .box{display:inline-block;height:25px;line-height:25px;position:relative;overflow:hidden;top:27.5px;}
header .rightDiv .menu a .box span{position:relative;top:0px;transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s;}
header .rightDiv .menu a .box span p{margin: 0;}
header .rightDiv .menu a.on,
header .rightDiv .menu a:hover{color:#1e3e77;}
header .rightDiv .menu a.on .box span,header .rightDiv .menu a:hover .box span{top:-25px;}
header .rightDiv .menu a.on i,
header .rightDiv .menu a:hover i{bottom:0px;}
header .rightDiv .menu .telDiv{line-height: 80px;font-size: 20px;padding-left: 25px;background: url(../img/tel.png) no-repeat left center;color: #333;}
header .rightDiv .menu .wxDiv{height: 80px;display:flex;justify-content:center;align-items:center;margin-left: 19px;position: relative;cursor: pointer;}
header .rightDiv .menu .wxDiv:hover .ewmDiv{display: block;}
header .rightDiv .menu .ewmDiv{position: absolute;right: -30px;top: 70px;width: 100px;display: none;}
header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide.png) no-repeat center center;background-size: 22px auto;}

/****底部***/
.footerDiv{
	background: #768083;
	padding: 50px 0 60px;
	color: #fff;
	position: relative;
}
.footerDiv:before{
	content: "";
	width: 100%;
	height: 60px;
	background: url(../img/footer.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -60px;
}
.footerDiv .leftDiv{
	width: 28%;
}
.footerDiv .leftDiv .tel{
	font-size: 26px;
	color: #1e3e77;
}
.footerDiv .leftDiv p{
	font-size: 12px;
	margin: 5px 0 20px;
}
.footerDiv .centerDiv{
	width: 44%;
}
.footerDiv .centerDiv .listDiv{
	margin-right: 13%;
}
.footerDiv .centerDiv .listDiv:last-child{
	margin-right: 0;
}
.footerDiv span{
	display: block;
	font-size: 20px;
	color: #fff;
}
.footerDiv .line{
	width: 25px;
	height: 2px;
	background: #1e3e77;
	margin: 10px 0;
}
.footerDiv ul li{
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
}
.footerDiv ul li a{
	color: #fff;
	text-align: left;
}
.footerDiv ul li a:hover{
	color: #1e3e77;
}
.footerDiv ul li a.img_a{
	margin-right: 10px;
	margin-top: 15px;
}
.footerDiv .rightDiv{
	width: 68%;
	text-align: right;
}
.footerDiv .rightDiv .ewmDiv{
	display: inline-block;
	width: 37%;
}
.footerDiv .rightDiv .ewmDiv:first-child{
	margin-right: 10%;
}
.footerDiv .rightDiv .ewmDiv span{
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.bottomDiv{
	background: #768083;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,.1);
}
.bottomDiv a{color: #fff;}
.bottomDiv .wrap{
	text-align: center;
	padding: 20px 0;
}

/********************************* 首页 **********************************/
/*banner轮播*/
.index-banner{
    width: 100%;
	position:relative;
}
.ui-homebanner .swiper-slide{
	overflow: hidden;
}
.ui-homebanner .img{
	width: 100%;
	display: block;
	height: 48vw;
	min-height: 400px;
	background: none no-repeat center;
	background-size: cover;
}
.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 24px;
}
.ui-homebanner .swiper-pagination-bullet{
	width: 40px;
	height: 5px;
	border-radius: 0px;
	background: #fff;
	opacity: 1;
}
.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 4px;
}
.ui-homebanner .swiper-pagination-bullet-active{
	opacity: 1;
	background: #1e3e77;
}

.ui-homebanner .wrap{
	height: 100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    color: #fff;
    text-align: left;
}
.ui-homebanner .txt{
    max-width: 860px;
}
.ui-homebanner .txt .p1{
	font-size: 2.13vw;
	line-height: 1.7;
}
.ui-homebanner .txt .p2{
	font-size: 1.25vw;
	margin: 10px 0 30px;
}
.ui-homebanner .txt a{
	padding: 10px 30px;
	background: #dd0017;
	margin: 0 auto;
	display: inline-block;
	color: #fff;
	font-size: 1.145vw;
	border-radius: 5px;
}

.index-title{
	text-align: center;
	color: #333333;
	font-family:arial;
	font-weight: bold;
}
.index-title span{
	display: block;
	font-size: 35px;
}
.index-title small{
	font-size: 32px;
}

/*产品*/
.section1{padding: 60px 54px 100px;}
.section1 .row{margin: 40px -25px;}
.section1 .row>div{padding: 0 25px;}
.section1 .row>div a{display: block;position: relative;padding-bottom: 96px;overflow: hidden;}
.section1 .row>div a img{width: 100%;}
.section1 .row>div .descDiv{padding: 20px 20px;color: #fff;position: absolute;right: 0;bottom: 0;left: 0;}
.section1 .row>div .descDiv:before{content: "";position: absolute;left: 0;top: 0%;width: 100%;height: 550%;transition: all .25s ease;-webkit-transition: all .25s ease;-moz-transition: all .25s ease;-ms-transition: all .25s ease;-o-transition: all .25s ease;}
.section1 .row>div a:hover .descDiv:before{top: -450%;opacity: 0.55;}
.section1 .row>div:nth-child(1) .descDiv:before{background: #27e0ae;}
.section1 .row>div:nth-child(2) .descDiv:before{background: #8062ff;}
.section1 .row>div:nth-child(3) .descDiv:before{background: #ff3912;}
.section1 .row>div .descDiv .text{position: relative;z-index: 999;}
.section1 .row>div .descDiv span{font-size: 1.5625vw;}
.section1 .row>div .descDiv p{font-size: 0.833vw;margin: 0}

.section2{padding: 257px 54px;position: relative;}
.section2:before{content: "";width: 100%;height: 277px;background: url(../img/ip-bg1.png) no-repeat center center;background-size: cover;position: absolute;left: 0;top: 0;width: 100%;}
.section2:after{content: "";width: 100%;height: 277px;background: url(../img/ip-bg2.png) no-repeat center center;background-size: cover;position: absolute;left: 0;bottom: 0;width: 100%;}
.section2 .row{margin: 40px -10px 40px;}
.section2 .row>div{padding: 0 10px 27px;}
.section2 .row>div a{display: block;position: relative;}
.section2 .row>div .bgDiv{width: 0;height: 100%;background: rgba(30,62,219,.8);position: absolute;left: 0;top: 0;color: #fff;text-align: center;display:flex;justify-content:center;align-items:center;transition: all .25s ease;-webkit-transition: all .25s ease;-moz-transition: all .25s ease;-ms-transition: all .25s ease;-o-transition: all .25s ease;}
.section2 .row>div .bgDiv .text{opacity: 0;}
.section2 .row>div .bgDiv .text span{font-size: 24px;display: block;margin-bottom: 20px;}
.section2 .row>div a:hover .bgDiv{width: 100%;}
.section2 .row>div a:hover .bgDiv .text{opacity: 1;}
.section2 .more_a,.section3 .rowDiv .textDiv a,.section6 a.more_a{display: block;font-size: 20px;color: #fff;width: 234px;height: 49px;line-height: 49px;background: #1e3e77;text-align: center;margin: 0 auto;position: relative;z-index: 1;}
.section2 .more_a:hover,.section3 .rowDiv .textDiv a:hover,.section6 a.more_a:hover{opacity: .8;}

.section3{padding: 104px 0;position: relative;}
.section3 .rowDiv{margin-top: 72px;}
.section3 .rowDiv .imgDiv{width: 42.8%;}
.section3 .rowDiv .textDiv{width: 53.2%;}
.section3 .rowDiv .textDiv .p1{font-size: 31px;color: #333;line-height: 1;}
.section3 .rowDiv .textDiv .text{margin: 19px 0;max-height: 260px;overflow: hidden;}
.section3 .rowDiv .textDiv .text p{font-size: 15px;color: #666666;margin: 0;line-height: 1.74;}
.section3 .rowDiv .textDiv a{margin: 0;}

.section4{padding: 145px 0;position: relative;background: url(../img/i-bg2.jpg) no-repeat center center;background-size: cover;color: #fff;text-align: center;background-attachment: fixed;}
.section4 span{display: block;font-size: 48px;font-weight: bold;}
.section4 .line{width: 57px;height: 4px;background: #1e3e77;margin: 30px auto;}
.section4 .p1{font-size: 48px;}
.section4 .p2{font-size: 22px;margin-top: 10px;}

.section5{padding: 110px 0;}
.section5 .row{margin: 40px -5px 0;}
.section5 .row>div{padding: 0 5px;margin-bottom: 10px;}
.section5 .row>div a{display: block;border: 1px solid #ddd;height: 105px;display:flex;justify-content:center;align-items:center;text-align: center;}
.section5 .row>div a:hover{border-color: #1e3e77;}

.section6{padding: 92px 0 230px;background: #f2f2f2;position: relative;}
.section6:after{content: "";width: 100%;height: 230px;background: url(../img/i-bg3.png) no-repeat center center;background-size: cover;position: absolute;bottom: 0;left: 0;}
.section6 .row{margin: 48px -19px 50px;}
.section6 .row>div{padding: 0 19px;}
.section6 .row>div a{display: block;}
.section6 .row>div .desc{background: #fff;padding: 20px;line-height: 1.8;}
.section6 .row>div .desc span{font-size: 16px;color: #000;	display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.section6 .row>div .desc .date{font-size: 14px;color: #888;}
.section6 .row>div .desc p{font-size: 14px;color: #666666;margin: 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.section6 .row>div:hover a{box-shadow: 0px 0px 10px rgba(0,0,0,.1);}
.section6 .row>div:hover .desc span{color: #1e3e77;}

.ny-banner{
    width: 100%;
	position:relative;
}
.ny-banner .imgDiv{
	position: relative;
	height: 40.52vw;
	min-height: 350px;
}

.productDiv{padding: 60px 0;}
.productDiv .leftDiv{width: 285px;}
.productDiv .leftDiv .hd{background: #768083;color: #fff;padding: 27px 15px;font-size: 28px;line-height: 1;position: relative;margin-bottom: 15px;}
.productDiv .leftDiv .hd:before{content:"";width: 31px;height: 21px;background: url(../img/cal.png) no-repeat center center;position: absolute;right: 15px;top: 50%;margin-top: -10px;background-size: 100%;}
.productDiv .leftDiv .bd ul li a{display: block;border: 1px solid #ddd;font-size: 18px;color: #333;line-height: 45px;padding: 0 15px;position: relative;}
.productDiv .leftDiv .bd ul li{margin-bottom: 12px;}
.productDiv .leftDiv .bd ul li a:before{content: ">";font-size: 22px;color: #999;font-family: "宋体";position: absolute;right: 15px;height: 100%;top: 0;font-weight: bold;}
.productDiv .leftDiv .bd ul li.active a,.productDiv .leftDiv .bd ul li:hover a{background: #1e3e77;color: #fff;border-color: #1e3e77;}
.productDiv .leftDiv .bd ul li.active a:before,.productDiv .leftDiv .bd ul li:hover a:before{color: #fff;}

.productDiv .rightDiv{width: calc(100% - 316px);}
.productDiv .rightDiv .hd{background: #eeeeee;padding: 28px 15px;margin-bottom: 19px;}
.productDiv .rightDiv .hd span{font-size: 26px;color: #333;display: block;line-height: 1;}
.breadcrumbDiv{font-size: 16px;color: #999;line-height: 26px;background: url(../img/home.png) no-repeat left center;background-size:23px;padding-left: 29px;}
.breadcrumbDiv a{color: #999;}
.breadcrumbDiv a:hover{color: #1e3e77;}
.productDiv .rightDiv .bd.productList .row>div{margin-bottom: 28px;}
.productDiv .rightDiv .bd.productList .row>div a{display: block;}
/*.productDiv .rightDiv .bd.productList .row>div .imgDiv{height: 300px;}*/ 
.productDiv .rightDiv .bd.productList .row>div .descDiv{background: #768083;padding: 27px 10px;font-size: 18px;color: #fff;text-align: center;}
.productDiv .rightDiv .bd.productList .row>div a:hover .descDiv{background: #1e3e77;}
.pageDiv{text-align: center;margin-top: 40px;}
.pageDiv span,.pageDiv a{display: inline-block;font-size: 16px;color: #333;padding: 0 15px;line-height: 38px;margin: 0 5px;}
.pageDiv span,.pageDiv a:hover{background: #1e3e77;color: #fff;}

.aboutDiv{padding-bottom: 140px;}
.aboutDiv .textDiv{margin: 30px 0;}
.aboutDiv .textDiv p{font-size: 16px;color: #666666;line-height: 2.2;margin: 0s;text-indent: 2em;}
.aboutDiv .video video{width: 100%;background: #000;}

.newsDiv{padding: 60px 0 104px;}
.newsDiv .hd{background: #eeeeee;padding: 28px 15px;margin-bottom: 19px;}
.newsDiv .hd span{font-size: 26px;color: #333;display: block;line-height: 1;}
.newsDiv .bd{margin-top: 80px;}
.newsDiv .bd ul li{padding: 15px 0;border-bottom: 1px solid #ddd;overflow: hidden;margin-bottom: 36px;}
.newsDiv .bd ul li .imgDiv{width: 391px;height: 301px;overflow: hidden;}
.newsDiv .bd ul li .imgDiv img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.newsDiv .bd ul li:hover .imgDiv img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.newsDiv .bd ul li .textDiv{padding-left: 437px;}
.newsDiv .bd ul li .textDiv .date{font-size: 16px;color: #888888;margin-top: 10px;}
.newsDiv .bd ul li .textDiv .title{font-size: 20px;color: #333333;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 30px 0;}
.newsDiv .bd ul li .textDiv p{font-size: 14px;color: #888888;line-height: 1.8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin: 0;}
.newsDiv .bd ul li .textDiv a{font-size: 16px;color: #1e3e77;text-decoration: underline;margin-top: 60px;display: block;}

.caseDiv{padding: 60px 0 104px;}
.caseDiv .hd{background: #eeeeee;padding: 28px 15px;margin-bottom: 19px;}
.caseDiv .hd span{font-size: 26px;color: #333;display: block;line-height: 1;}
.caseDiv .bd{margin: 30px 0 0;}
.caseDiv .bd .row{margin: 0 -25px;}
.caseDiv .bd .row>div{margin-bottom: 30px;text-align: center;padding: 0 25px;}
.caseDiv .bd .row>div .imgDiv{position: relative;}
.caseDiv .bd .row>div .imgDiv:after{content: '';position: absolute;z-index: 2;left: 0;top: 0;width: 100%;height: 100%;background: url(../img/video_03.png) no-repeat center center;background-size: 100%;}
.caseDiv .bd .row>div .imgDiv img{width: 100%;}
.caseDiv .bd .row>div .textDiv{font-size: 16px;color: #333;margin-top: 10px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.proDetailDiv .detailDiv1 .leftDiv{width: 588px;}
.proDetailDiv .detailDiv1 .rightDiv{width: 440px;margin-left: 56px;}
.ban{ width:100%; height:600px; position:relative; overflow:hidden;}
.ban2{ width:100%; height:447px; position:relative; overflow:hidden;border: 1px solid #ddd;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:586px; height:445px;text-align: center;}
.prev{ float:left; cursor:pointer;}
.num{ height:132px;overflow:hidden; width:446px; position:relative;float:left;}
.min_pic{ padding-top:20px; width:586px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:132px; height:130px; margin-right:25px;text-align: center;border: 1px solid #ddd;}
.num ul li.on{ border:1px solid red; padding:0;}
.prev_btn1{ width:28px; text-align:center; height:54px; margin:38px 25px 0 18px; cursor:pointer; float:left;}
.next_btn1{  width:28px; text-align:center; height:54px; margin:38px 18px 0 0; cursor:pointer;float:right;}
.prev1{ position:absolute; top:200px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:200px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.proDetailDiv .detailDiv1 .rightDiv .name{font-size: 27px;color: #163e80;}
.proDetailDiv .detailDiv1 .rightDiv span{font-size: 16px;color: #666666;display: block;margin: 30px 0 10px;}
.proDetailDiv .detailDiv1 .rightDiv p{font-size: 15px;color: #666666;line-height: 1.8;margin-bottom: 60px;}
.proDetailDiv .detailDiv1 .rightDiv a{font-size: 18px;color: #fff;background: #1e3e77;padding: 8px 30px;}
.proDetailDiv .detailDiv1 .rightDiv a img{margin-right: 7px;}
.proDetailDiv .detailDiv2{margin: 58px 0;}
.proDetailDiv .detailDiv2 .tabDiv{background: #e6e6e6;overflow: hidden;}
.proDetailDiv .detailDiv2 .tabDiv a{display: inline-block;font-size: 18px;color: #333;padding: 19px 28px;line-height: 1;border-right: 1px solid #fff;float: left;}
.proDetailDiv .detailDiv2 .tabDiv a.active{background: url(../img/tab-bg.png) no-repeat center center;background-size: 100% 100%;color: #fff;}
.proDetailDiv .detailDiv2 .tabContentDiv{padding: 50px 0;}
.proDetailDiv .detailDiv2 .tabContentDiv .textDiv{font-size: 15px;line-height: 2;}
.proDetailDiv .detailDiv2 .back_a{background: #768083;padding: 8px 25px;color: #fff;font-size: 18px;display: inline-block;}
.proDetailDiv .detailDiv2 .back_a:hover{background: #1e3e77;}

.contactDiv1{padding: 60px 0;text-align: center;}
.lx-title span{font-size: 32px;color: #333;}
.lx-title p{font-size: 18px;color: #888888;margin: 10px 0 0;}
.contactDiv1 .formDiv{margin-top: 50px;}
.contactDiv1 .formDiv .row>div .groupDiv{border: 1px solid #ddd;padding: 10px 20px;margin-bottom: 20px;}
.contactDiv1 .formDiv .row>div .groupDiv div{width: 134px;font-size: 18px;color: #888;border-right: 1px solid #ddd;line-height: 29px;}
.contactDiv1 .formDiv .row>div .groupDiv i{display: inline-block;width: 28px;height: 29px;}
.contactDiv1 .formDiv .row>div .groupDiv .nameIcon{background: url(../img/lx-icon1.png) no-repeat center center;}
.contactDiv1 .formDiv .row>div .groupDiv .telIcon{background: url(../img/lx-icon2.png) no-repeat center center;}
.contactDiv1 .formDiv .row>div .groupDiv .mailIcon{background: url(../img/lx-icon3.png) no-repeat center center;}
.contactDiv1 .formDiv .row>div .groupDiv .hyIcon{background: url(../img/lx-icon4.png) no-repeat center center;}
.contactDiv1 .formDiv .row>div .groupDiv input{width: calc(100% - 135px);border: 0;line-height: 29px;padding-left: 15px;color: #333;}
.contactDiv1 .formDiv .row>div textarea{width: 100%;height: 220px;font-size: 16px;color: #888;border: 1px solid #ddd;padding: 10px 20px;resize: none;margin-bottom: 20px;display: block;}
.contactDiv1 .formDiv .row>div button{width: 100%;line-height: 60px;color: #fff;font-size: 18px;border: 0;}
.contactDiv1 .formDiv .row>div button.subBtn{background: #1e3e77;}
.contactDiv1 .formDiv .row>div button.zxzxBtn{background: #4e4e4e;}
.contactDiv2{background: #fafafa;padding: 60px 0;}
.contactDiv3{padding: 60px 0 100px;text-align: center;}
.contactDiv3 .rowDiv{margin-top: 50px;}
.contactDiv3 .ewmDiv{text-align: center;padding-right: 10%;}
.contactDiv3 .ewmDiv span{display: block;font-size: 18px;color: #888888;margin-top: 20px;}
.contactDiv3 .textDiv{padding-right: 30%;text-align: left;font-size: 18px;color: #888888;}
.contactDiv3 .textDiv>div{margin-bottom: 30px;padding-left: 46px;}
.contactDiv3 .textDiv>div.addrDiv{background: url(../img/dz.png) no-repeat left center;}
.contactDiv3 .textDiv>div.telDiv{background: url(../img/dh.png) no-repeat left center;}
.contactDiv3 .textDiv>div.czDiv{background: url(../img/cz.png) no-repeat left center;}
.contactDiv3 .textDiv>div.mailDiv{background: url(../img/yx.png) no-repeat left center;}

body:after {content: '';position: fixed;z-index: 9998;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);display: none;}
body.on-menu:after {display: block;}

@media (max-width:1420px) {
	.w1400{padding: 0 15px;}
}
@media (max-width:1380px) {
	.wrap{padding: 0 15px;}
}
@media (max-width:1220px) {
	header .rightDiv .menu a{font-size: 16px;width: 74px;}
}
@media (min-width:992px) and (max-width:1024px) {
	header .rightDiv .menu .telDiv{display: none;}
	header .rightDiv .menu .language{margin-left: 0;}
	.footerDiv .centerDiv .listDiv{margin-left: 8%;}
}
@media (min-width:768px) and (max-width:991px) {
	header .rightDiv .menu ul li{margin-right: 1vw;}
	header .rightDiv .menu .telDiv{display: none;}
	header .rightDiv .menu .language{margin-left: 0;}
	.index-about .leftDiv>img{height: 402px;}
	.index-about .rightDiv>div{padding: 25.5px 15px;}
	.index-about .rightDiv>div img{width: 60px;margin-top: 10px;}
	.index-about .rightDiv>div .text{padding-left: 72px;}
	.index-about .rightDiv>div .text span{margin: 5px 0;font-size: 18px;}
	.indexPart5 .swiper-slide img{min-height: 355px;}
	.indexPart5 .swiper-slide-active .img{left: 24.46875vw;}
	.index-ys .row>div .conDiv{padding: 33px 23px;}
	.index-ys .row>div .conDiv img{width: 90px;}
	.index-ys .row>div .conDiv .textDiv{padding-left: 110px;}
	.index-ys .row>div .conDiv .textDiv span{margin: 0 0 10px;}
	
}

/*手机*/
@media (max-width:767px) {
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}
	.on-fixed.on-menu header{background: transparent;}
	header .logo , header .logo a{height: 50px;line-height: 50px;width: auto;}
	.on-fixed header .logo,.on-fixed header .logo a{height: 50px;display: block;}
	header .logo img,.on-fixed header .logo img{max-height: 90%;}
	/*body.on-menu header {right: 45%;}*/
	header .mbtn {display: block;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu ul li {
		margin: 0 15px;
		float: none;
		display: block;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #fff;
		padding: 0;
		text-align: left;
		font-size: 16px;
		width: 100%;
	}
	header .rightDiv .menu ul {display: block;padding-top: 50px;}	
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu a .box{top: 22.5px;}
	.otherDiv{float: left;text-align: left;}
	header .rightDiv .menu .telDiv{display: block;text-align: left;color: #fff;margin-left: 15px;}
	header .rightDiv .menu .wxDiv{display: none;}
	
	.main {position: relative;right: 0;transition: right 300ms !important;}
	.ui-homebanner .img{height: 50vw;min-height: initial;}
	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}
	.ui-homebanner .swiper-pagination-bullet{width: 20px;height: 2px;}
	.section1{padding: 30px 15px 50px;}
	.index-title span{font-size: 26px;}
	.index-title small{font-size: 16px;}
	.section1 .row>div{margin-bottom: 20px;}
	.section1 .row>div .descDiv span{font-size: 18px;}
	.section1 .row>div .descDiv p{font-size: 14px;}
	.section2{padding: 100px 15px;}
	.section2:before,.section2:after{height: 140px;}
	.section2 .row{margin: 20px -6px;}
	.section2 .row>div{padding: 0 6px;margin-bottom: 10px;}
	.section2 .row>div .bgDiv .text span{font-size: 14px;margin-bottom: 0px;}
	.section2 .row>div .bgDiv .text img{width: 12px;}
	.section2 .more_a, .section3 .rowDiv .textDiv a, .section6 a.more_a{width: 130px;height: 30px;line-height: 30px;font-size: 14px;}
	.section2 .more_a img, .section3 .rowDiv .textDiv a img, .section6 a.more_a img{width: 16px;}
	.section3{padding: 50px 0;}
	.section3 .rowDiv{margin-top: 35px;}
	.section3 .rowDiv .imgDiv{width: 100%;float: initial;}
	.section3 .rowDiv .textDiv{width: 100%;margin-top: 20px;float: initial;}
	.section3 .rowDiv .textDiv .p1{font-size: 20px;}
	.section4{padding: 70px 0;}
	.section4 span{font-size: 24px;}
	.section4 .line{margin: 15px auto;height: 2px;width: 40px;}
	.section4 .p1{font-size: 18px;}
	.section4 .p2{font-size: 14px;}
	.section5{padding: 55px 0;}
	.section5 .row>div a{height: 75px;}
	.section5 .row>div a img{max-height: 100%;}
	.section6{padding: 45px 0;}
	
	.footerDiv{padding: 30px 0;}
	.footerDiv .leftDiv{width: 100%;}
	.footerDiv .centerDiv{display: none;}
	.footerDiv .rightDiv{width: 100%;text-align: center;font-size: 14px;}
	.footerDiv .rightDiv .ewmDiv{display: inline-block;margin-top: 20px;}
	
	.ny-banner .imgDiv{min-height: initial;height: 42vw;}
	.productDiv{padding: 30px 0;}
	.productDiv .leftDiv{width: 100%;}
	.productDiv .leftDiv .hd{padding: 14px 10px;font-size: 20px;}
	.productDiv .leftDiv .hd:before{width: 24px;}
	.productDiv .leftDiv .bd ul li a{font-size: 16px;}
	.productDiv .rightDiv{width: 100%;margin-top: 30px;}
	.productDiv .rightDiv .hd{padding: 14px 10px;}
	.productDiv .rightDiv .hd span{font-size: 16px;}
	.breadcrumbDiv{font-size: 14px;background-size:16px;padding-left: 20px;line-height: 16px;}
	.aboutDiv{padding-bottom: 50px;}
	.newsDiv{padding: 30px 0 50px;}
	.newsDiv .hd,.caseDiv .hd{padding: 14px 10px;}
	.newsDiv .hd span,.caseDiv .hd span{font-size: 16px;}
	.newsDiv .bd{margin-top: 40px;}
	.newsDiv .bd ul li{padding: 10px 0;margin-bottom: 15px;}
	.newsDiv .bd ul li .imgDiv{float: initial;width: 100%;height: initial;text-align: center;}
	.newsDiv .bd ul li .imgDiv img{max-width: 70%;}
	.newsDiv .bd ul li .textDiv{padding-left: 0;}
	.newsDiv .bd ul li .textDiv .title{margin: 15px 0;}
	.newsDiv .bd ul li .textDiv a{margin-top: 20px;}
	.caseDiv{padding: 30px 0 50px;}
	.caseDiv .bd .row{margin: 0 -6px;}
	.caseDiv .bd .row>div{padding: 0 6px;margin-bottom: 15px;}
	.caseDiv .bd .row>div .textDiv{font-size: 14px;margin-top: 6px;}
	.proDetailDiv .detailDiv1 .leftDiv{width: 100%;}
	.ban{height: auto;}
	.ban2{height: 320px;}
	.ban2 ul li{width: calc(100vw - 32px);}
	.ban2 ul li img{max-width: 60%;max-height: 80%;}
	.min_pic{display: none;}
	.next1{top: 130px;right: 10px;}
	.prev1{top: 130px;left: 10px;}
	.proDetailDiv .detailDiv1 .rightDiv{width: 100%;margin-left: 0;}
	.proDetailDiv .detailDiv1 .rightDiv .name{font-size: 18px;}
	.proDetailDiv .detailDiv2 .tabDiv a{padding: 19px 0;width: 33.3%;text-align: center;}
	.contactDiv1,.contactDiv2,.contactDiv3{padding: 30px 0;}
	.lx-title span{font-size: 20px;}
	.lx-title p{font-size: 16px;}
	.contactDiv1 .formDiv{margin-top: 30px;}
	.contactDiv1 .formDiv .row{margin: 0 -5px;}
	.contactDiv1 .formDiv .row>div{padding: 0 5px;}
	.contactDiv1 .formDiv .row>div .groupDiv{padding:6px 10px;}
	.contactDiv1 .formDiv .row>div .groupDiv div{width: 100px;font-size: 15px;}
	.contactDiv1 .formDiv .row>div .groupDiv input{width: calc(100% - 101px);padding-left: 10px;}
	.contactDiv1 .formDiv .row>div textarea{padding:6px 10px;font-size: 15px;height: 140px;}
	.contactDiv1 .formDiv .row>div button{line-height: 50px;font-size: 16px;margin-bottom: 10px;}
	.contactDiv3 .rowDiv{margin-top: 25px;}
	.contactDiv3 .ewmDiv{float: initial;padding-right: 0;}
	.contactDiv3 .ewmDiv span{font-size: 16px;margin-top: 5px;}
	.contactDiv3 .textDiv{padding-right: 0;margin-top: 40px;font-size: 16px;}
	.contactDiv3 .textDiv>div{margin-bottom: 20px;}
	
	
	@media (max-width:320px) {
		
	}
	
}
