
/*banner图*/
.index-banner{width: 100%;height:500px;transition: all 1s;-webkit-transition: all 1s; /* Safari */}
.index-banner .swiper-container{height:100%;}
.index-banner .swiper-slide a{display: block;width: 100%;height: 100%;background-position:center;background-repeat:no-repeat;background-size:cover;}

.index-banner .swiper-container .swiper-pagination{bottom:20px;}
.index-banner .swiper-container .swiper-pagination-bullet{opacity: 1;border-radius:4px;width:6px;margin:0 4px;background:#0079c3;height:6px;transition: all .3s;}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0079c3;width:32px;}

.index-banner .swiper-button-next,.index-banner .swiper-button-prev{width:50px;height:50px;margin-top:-25px;background:url(../images/icon-prev02.png) no-repeat center;display:none;transition: all 0.6s;-webkit-transition: all 0.6s;opacity:0.6; left:6%;}
.index-banner .swiper-button-next{background:url(../images/icon-next02.png) no-repeat center;right:6%;left:auto;}
.index-banner:hover .swiper-button-next,.index-banner:hover .swiper-button-prev{display:block;transition: all 0.6s;-webkit-transition: all 0.6s;}
.index-banner .swiper-button-next:hover,.index-banner .swiper-button-prev:hover{opacity:1;transition: all 0.6s;-webkit-transition: all 0.6s;}

@media(max-width:1200px){
	.index-banner{height:420px;transition: all 1s;-webkit-transition: all 1s;}
}

@media(max-width:1080px){
	.index-banner{height:320px;transition: all 1s;-webkit-transition: all 1s;}
}

@media(max-width:769px){
  	.index-banner:hover .swiper-button-next,.index-banner:hover .swiper-button-prev{display:none;}
  	.index-banner .swiper-container .swiper-pagination-bullet{width:10px;height:4px;}
	.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width:20px;}
}

@media(max-width:640px){
	.index-banner{height:240px;transition: all 1s;-webkit-transition: all 1s;}
  	.index-banner .swiper-container .swiper-pagination{bottom:6px;}
}

@media(max-width:480px){
  	.index-banner{height:180px;}
}

/*首页 大标题*/
.home-title{width:100%;margin:20px auto;position:relative;}
.home-title h3{width:100%;font-size:26px;color:#007dc4;line-height:64px;height:64px;font-family:"Microsoft YaHei","微软雅黑";overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}
.home-title i{display:block;width:40px;height:2px;background:#f08519;position:absolute;bottom:0;left:0;}

@media(max-width:991px){
    .home-title{margin:12px auto;}
	.home-title h3{font-size:20px;line-height:48px;height:48px;}
}

@media(max-width:640px){
    .home-title{margin:12px auto;}
	.home-title h3{font-size:18px;line-height:48px;height:48px;}
}

.home-more{margin-top:8%;}
.home-more a{display:block;width:120px;border:#f08519 solid 1px;border-radius:20px;font-size:14px;color:#f08519;font-family:"Microsoft YaHei","微软雅黑";text-align:center;line-height:36px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-more a:hover{background:#f08519;color:#fff;}

@media(max-width:991px){
	.home-more a{width:96px;font-size:12px;line-height:30px;}
}

/* 首页 关于我们 */
.home-about-img{float:right;width:38%;margin-top:40px;margin-bottom:60px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-about-img a{display:block;width:100%;}
.home-about-img a img{display:block;width:100%;}

.home-about-left{float:left;width:60%;margin-top:40px;margin-bottom:60px;}
.home-about-left .about-txt{width:100%;margin-top:30px;font-size:14px;color:#666;line-height:24px;font-family:"Microsoft YaHei","微软雅黑";transition: all 0.3s;-webkit-transition: all 0.3s;}

.about-icon{width:100%;margin-top:8%;}
.about-icon li{float:left;width:22%;margin-left:4%;}
.about-icon li:first-child{margin-left:0;}
.about-icon li a{float:left;width:100%;}
.about-icon li a .icon{width:66px;height:66px;border-radius:50%;border:#dcdcdc solid 1px;background:#fff;margin:0 auto;overflow:hidden;transition: all 0.3s;-webkit-transition: all 0.3s;}
.about-icon li a .icon img{display:block;width:48px;height:48px;margin:8px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.about-icon li a h6{width:100%;margin-top:8%;font-size:14px;color:#5c5c5c;line-height:24px;height:48px;text-align:center;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;transition: all 0.3s;-webkit-transition: all 0.3s;}
.about-icon li:hover a .icon{background:#007dc4;border:#007dc4 solid 1px;}

@media(max-width:1200px){
	.home-about-img{width:42%;}
	.home-about-left{width:56%;}
}

@media(max-width:991px){
	.home-about-img{width:46%;}
	.home-about-left{width:52%;}

	.home-about-left .about-txt{margin-top:30px;font-size:12px;line-height:20px;}

	.about-icon li a .icon{width:48px;height:48px;}
	.about-icon li a .icon img{width:36px;height:36px;margin:5px;}
	.about-icon li a h6{font-size:12px;line-height:20px;height:40px;}
}

@media(max-width:640px){
	.home-about-img{width:100%;margin-bottom:0;display:none;}
	.home-about-img a img{display:block;width:auto;max-width:100%;margin:0 auto;}

	.home-about-left{width:100%;margin-top:0;margin-bottom:40px;}

	.home-about-left .home-title h3{text-align:center;}
	.home-about-left .home-title i{left:50%;margin-left:-20px;}
	.home-about-left .about-txt{margin-top:20px;}

	.home-about-left .home-more a{margin:0 auto;}

	.about-icon li{width:42%;margin-left:16%;margin-bottom:20px;}
	.about-icon li:first-child{margin-left:0;}
	.about-icon li:nth-child(odd){margin-left:0;}
}

/* 首页 视频 */
.home-video{width:100%;height:390px;background-repeat:no-repeat;background-position:center;background-size:auto 100%;position:relative;overflow:hidden;}
.home-video-img{width:100%;height:100%;background-repeat:no-repeat;background-position:center top;background-size:cover;transition: all 2s;}
.home-video:hover .home-video-img{-webkit-transform:scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);}
.home-video-bg{width:100%;height:100%;background:rgba(0,0,0,0.6);overflow:hidden;padding:40px 0;position:absolute;top:0;left:0;}
.home-video-bg .home-title h3{text-align:center;color:#fff;}
.home-video-bg .home-title i{left:50%;margin-left:-20px;}
.home-video-bg .icon{display:block;width:48px;height:48px;margin:60px auto 0 auto;}
.home-video-bg .icon img{display:block;width:100%;}
.home-video-txt{width:100%;margin:30px auto;}
.home-video-txt p{width:80%;margin:0 auto;font-size:14px;color:#fff;text-align:center;font-family:"Microsoft YaHei","微软雅黑";line-height:24px;height:24px;overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}

@media(max-width:991px){
	.home-video{height:300px;}
	.home-video-txt p{font-size:12px;line-height:20px;height:20px;}
	.home-video-bg .icon{margin:40px auto 0 auto;}
}

.videobox{width:100%;height:100%;}
.layui-layer{width:60%!important;height:auto!important;max-height:80%!important;}

@media(max-width:1460px){
	.layui-layer{width:80%!important;height:auto!important;max-height:80%!important;}
}

@media(max-width:640px){
	.layui-layer{width:90%!important;height:auto!important;max-height:80%!important;}
}
/* 首页 产品展示 */
.home-pro-box{width:100%;margin:0 auto;padding:20px 0;}
.home-pro-box .home-title{float:left;width:50%;}
.home-pro-box .home-more{float:right;margin-top:36px;}

@media(max-width:991px){
	.home-pro-box .home-more{margin-top:22px;}
}

.home-pro{width:100%;float:left;background:#fff;padding:20px 0 80px 0;position:relative;}
.home-pro li a{float:left;width:100%;}
.home-pro li a .pro-pic{float:left;width:100%;}
.home-pro li a .pro-pic img{display:block;max-width:100%;margin:0 auto;}
.home-pro li a .pro-txt{float:left;width:100%;padding:12px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-pro li a .pro-txt h5{float:left;width:100%;font-size:18px;color:#333;text-align:center;font-family:"Microsoft YaHei","微软雅黑";line-height:36px;height:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-pro li a .pro-txt p{float:left;width:100%;font-size:14px;color:#999;font-family:"Arial";line-height:28px;text-align:center;height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-pro li:hover a .pro-txt{background:#007dc4;}
.home-pro li:hover a .pro-txt h5{color:#fff;}
.home-pro li:hover a .pro-txt p{color:#fff;}

.home-pro .swiper-pagination{bottom:0;width:100%;display:none;}
.home-pro .swiper-pagination-bullet{opacity: 1;margin:0 4px;background:#ccc;transition: all .3s;}
.home-pro .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0079c3;}

.home-pro .swiper-button-next,.home-pro .swiper-button-prev{width:48px;height:48px;border:#dcdcdc solid 1px;border-radius:50%;top:auto;bottom:0;background:url(../images/icon-left01.png) no-repeat center;transition: all 0.6s;-webkit-transition: all 0.6s;opacity:1;left:50%;margin-left:-60px;z-index:8;}
.home-pro .swiper-button-next{background:url(../images/icon-right01.png) no-repeat center;margin-left:12px;}

.home-pro .swiper-button-next:hover{background:#007dc4 url(../images/icon-right01-1.png) no-repeat center;}
.home-pro .swiper-button-prev:hover{background:#007dc4 url(../images/icon-left01-1.png) no-repeat center;}

@media(max-width:1080px){
	.home-pro{padding:20px 0 30px 0;}
	.home-pro .swiper-pagination{display:block;}
	.home-pro .swiper-button-next,.home-pro .swiper-button-prev{display:none;}
}

@media(max-width:769px){
	.home-pro li a .pro-txt{padding:6px;}
	.home-pro li a .pro-txt h5{font-size:14px;line-height:28px;height:28px;}
	.home-pro li a .pro-txt p{font-size:12px;line-height:18px;height:18px;}
}

/* 首页 质量体系 */
.home-honor-box{width:100%;margin:0 auto;padding:20px 0;}
.home-honor-box .home-title{float:left;width:50%;}
.home-honor-box .home-more{float:right;margin-top:36px;}

@media(max-width:991px){
	.home-honor-box .home-more{margin-top:22px;}
}

.home-honor{width:100%;float:left;background:#fff;padding:20px 0 80px 0;position:relative;}
.home-honor li a{float:left;width:100%;}
.home-honor li a .pic-box{float:left;width:100%;height:0;padding-bottom:142%;position:relative;}
.home-honor li a .pic{position:absolute;top:0;left:0;z-index:9; width:100%;height:100%;vertical-align: middle;display: -webkit-flex; -webkit-align-items: center; display: flex;align-items: center;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-honor li a .pic img{display:block;max-width:100%;margin:0 auto;}
.home-honor li a .honor-bg{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;background:rgba(0,125,196,0.8);transition: all 0.3s;-webkit-transition: all 0.3s;overflow:hidden;opacity:0;}
.home-honor li a .icon{position:absolute;top:100%;left:50%;margin-left:-17px;margin-top:-17px;z-index:11;width:34px;height:34px;background:url(../images/icon-scale.png) no-repeat center;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-honor li a h5{float:left;width:100%;font-size:18px;color:#333;text-align:center;font-family:"Microsoft YaHei","微软雅黑";line-height:36px;height:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-honor li:hover a h5{color:#007dc4;}
.home-honor li:hover a .honor-bg{opacity:1;}
.home-honor li:hover a .icon{top:50%;}

.home-honor .swiper-pagination{bottom:0;width:100%;display:none;}
.home-honor .swiper-pagination-bullet{opacity: 1;margin:0 4px;background:#ccc;transition: all .3s;}
.home-honor .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0079c3;}

.home-honor .swiper-button-next,.home-honor .swiper-button-prev{width:48px;height:48px;border:#dcdcdc solid 1px;border-radius:50%;top:auto;bottom:0;background:url(../images/icon-left01.png) no-repeat center;transition: all 0.6s;-webkit-transition: all 0.6s;opacity:1;left:50%;margin-left:-60px;z-index:8;}
.home-honor .swiper-button-next{background:url(../images/icon-right01.png) no-repeat center;margin-left:12px;}

.home-honor .swiper-button-next:hover{background:#007dc4 url(../images/icon-right01-1.png) no-repeat center;}
.home-honor .swiper-button-prev:hover{background:#007dc4 url(../images/icon-left01-1.png) no-repeat center;}

@media(max-width:1080px){
	.home-honor{padding:10px 0 30px 0;}
	.home-honor .swiper-pagination{display:block;}
	.home-honor .swiper-button-next,.home-honor .swiper-button-prev{display:none;}
}

@media(max-width:769px){
	.home-honor li a h5{font-size:14px;line-height:28px;height:28px;}
}

/* 首页 新闻 */
.home-news-box{width:100%;margin:0 auto 60px auto;padding:20px 0;}
.home-news-box .home-title h3{text-align:center;}
.home-news-box .home-title i{left:50%;margin-left:-20px;}
.home-news-box .home-more{margin-top:40px;}
.home-news-box .home-more a{margin:0 auto;}

.home-news{width:100%;margin:40px auto 0 auto;position:relative;}
.home-news li{padding:0 20px;}
.home-news li a{display:block;width:100%;position:relative;overflow:hidden;}
.home-news li a .news-img{width:100%;float:left;}
.home-news li a .news-img .img{width:100%;height:0;padding-bottom:38%;position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-news li a .news-txt{position:absolute;top:20%;right:-100%;width:30%;height:60%;z-index:9;overflow:hidden;background:#007dc4;padding:3%;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-news li a .news-txt h4{width:100%;font-size:18px;color:#fff;font-family:"Microsoft YaHei","微软雅黑";text-align:left;line-height:36px;height:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-news li a .news-txt p{width:100%;margin-top:20px;font-size:14px;color:#f5f5f5;line-height:24px;height:96px;text-align:left;font-family:"Microsoft YaHei","微软雅黑";overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-news li a .news-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.6;z-index:9;transition: all 0.3s;-webkit-transition: all 0.3s;}
.home-news li.swiper-slide-active a .news-img .img{width:78%;}
.home-news li.swiper-slide-active a .news-txt{right:0;}
.home-news li.swiper-slide-active a .news-bg{opacity:0;}

.home-news .swiper-pagination{bottom:0;width:100%;display:none;}
.home-news .swiper-pagination-bullet{opacity: 1;margin:0 4px;background:#ccc;transition: all .3s;}
.home-news .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0079c3;}

.home-news .swiper-button-next,.home-news .swiper-button-prev{width:48px;height:48px;border:#dcdcdc solid 1px;border-radius:50%;margin-top:-20px;background:url(../images/icon-left01-1.png) no-repeat center;transition: all 0.6s;-webkit-transition: all 0.6s;opacity:1;left:16%;z-index:12;}
.home-news .swiper-button-next{background:url(../images/icon-right01-1.png) no-repeat center;left:auto;right:16%;}

.home-news .swiper-button-next:hover{background:#fff url(../images/icon-right01.png) no-repeat center;border:#fff solid 1px;}
.home-news .swiper-button-prev:hover{background:#fff url(../images/icon-left01.png) no-repeat center;border:#fff solid 1px;}

@media(max-width:1680px){
	.home-news li a .news-txt p{height:72px;-webkit-line-clamp:3;}
}

@media(max-width:1560px){
	.home-news li a .news-txt{top:14%;height:72%;}
}

@media(max-width:1280px){
	.home-news li a .news-txt{width:240px;}
}

@media(max-width:1080px){
	.home-news{padding-bottom:30px;}
	.home-news .swiper-pagination{display:block;}
	.home-news .swiper-button-next,.home-news .swiper-button-prev{display:none;}
}

@media(max-width:991px){
	.home-news li{padding:0 15px;}
}

@media(max-width:640px){
	.home-news-box{margin:0 auto 40px auto;}
	.home-news{margin:20px auto 0 auto;}
	.home-news li a .news-img{width:100%;}
	.home-news li a .news-txt{float:left;position:relative;top:0;right:0;width:100%;height:96px;}
	.home-news li a .news-txt h4{font-size:14px;line-height:24px;height:24px;}
	.home-news li a .news-txt p{margin-top:8px;font-size:12px;line-height:20px;height:40px;-webkit-line-clamp:2;}
	.home-news li.swiper-slide-active a .news-img .img{width:100%;}
	.home-news li a .news-bg{opacity:0;}
}

/* 关于我们 */
	/* 内页banner */
.inside-banner{position:relative;width:100%;margin:0 auto;height:460px;transition: all 1s;-webkit-transition: all 1s;}
.inside-banner .container{height:100%;}
.inside-banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);}
.inside-banner-bg .txt{width:100%;position:absolute;top:36%;left:0;}
.inside-banner-bg .txt h3{width:100%;font-size:36px;color:#fff;line-height:48px;text-align:center;font-family:"Microsoft YaHei","微软雅黑";}
.inside-banner-bg .txt h6{width:100%;font-size:14px;color:#fff;font-family:"Helvetica";line-height:20px;text-align:center;text-transform:uppercase;}

@media(max-width: 991px){
	.inside-banner{height:360px;}
}

@media(max-width: 640px){
	.inside-banner{height:280px;}
	.inside-banner-bg .txt h3{font-size:28px;line-height:40px;}
}

@media(max-width: 480px){
	.inside-banner{height:160px;}
	.inside-banner-bg .txt h3{font-size:18px;line-height:24px;}
	.inside-banner-bg .txt h6{font-size:12px;}
}

/*面包屑导航*/
.location{height:50px;position:absolute;bottom:0;right:0;text-align:right;}
.location a{float:left;height:50px;line-height:50px;color:#fff;margin-left:6px; font-family:"宋体";font-size:12px;}
.location span{float:left;height:50px;margin-left:6px;font-family:"宋体";font-size:12px;line-height:50px;color:#fff;}
.location a.cur{color:#007dc4;}

@media(max-width: 1080px){
	.location{display:none;}
}

/*内页 二级导航*/
.subnav{width:100%;margin:0 auto;background:#fff;height:60px;border-bottom:#ededed solid 1px;}
.subnav li{float:left;transition: all 0.3s;-webkit-transition: all 0.3s;}
.subnav li a{display:block;padding:0 20px;font-size:14px;color:#8f8f8f;line-height:58px;font-family:"Microsoft YaHei","微软雅黑";border-bottom:transparent solid 2px; transition: all 0.3s;-webkit-transition: all 0.3s;}
.subnav li.cur a{border-bottom:#007dc4 solid 2px;color:#007dc4;}
.subnav li:hover a{color:#007dc4;transition: all 0.3s;-webkit-transition: all 0.3s;}

.subnavCur{width:100%;margin:0 auto;display:none; cursor: pointer;border-bottom:#ededed solid 1px;}
.subnavCur h6{float:left;font-size:14px;color:#333;line-height:48px;}
.btn_nv{float:right;width:24px; height:24px;z-index:99;margin-top:12px;background:url(../images/icon-sort.png) no-repeat center;background-size:20px;transition: all 0.8s;-webkit-transition: all 0.8s;}
.btn_nv.open{background:url(../images/icon-sort-1.png) no-repeat center;background-size:20px;}

@media(max-width:1080px){
	.subnav{height:auto;border-bottom:none;}
	.subnavCur{display:block;}

	.subnav ul{width:100%;display:none;}
	.subnav li{float:left;width:100%;border-left:none;margin-left:0;}
	.subnav li a{float:left;width:100%;padding:0 4%;font-size:12px;line-height:40px;text-align:left;border-bottom:#eee dashed 1px;}
	.subnav li.cur a{border-bottom:#007dc4 solid 1px;color:#007dc4;}
}

.editor{width:100%;padding:60px 0;font-size:14px;color:#8f8f8f;line-height:24px;font-family:"Microsoft YaHei","微软雅黑";min-height:300px;}
.editor p{line-height:24px;}
.editor img{max-width:100%;}
.editor hr{border-top:1px dashed #eee;}

@media(max-width:1080px){
	.editor{padding:40px 0;}
}

.about-video{height:640px;}
.about-video .home-video-bg .home-title{margin-top:8%;}

@media(max-width:1200px){
	.about-video{height:560px;}
	.about-video .home-video-bg .home-title{margin-top:6%;}
}

@media(max-width:991px){
	.about-video{height:480px;}
}

@media(max-width:640px){
	.about-video{height:360px;}
}

/* 发展历程 */
.course-list{width:100%;margin:60px auto;padding:60px 0;position:relative;overflow:hidden;}
.course-line{width:1px;height:100%;position:absolute;top:0;left:50%;background:#c2c2c2;z-index:1;}
.course-line .icon{position:absolute;bottom:0;left:50%;width:46px;height:46px;border:#dcdcdc solid 1px;border-radius:50%;background:#fff url(../images/icon-down01.png) no-repeat center;background-size:18px;margin-left:-23px;}

.course-list ul{position:relative;z-index:3;}
.course-list li{width:100%;margin-bottom:60px;}
.course-list li .course-txt{float:left;width:50%;padding-right:40px;position:relative;}
.course-list li .course-txt .icon{position:absolute;right:-8px;top:12px;width:15px;height:15px;border:#f08519 solid 1px;border-radius:50%;}
.course-list li .course-txt .icon i{display:block;width:9px;height:9px;border-radius:50%;background:#f08519;margin:2px;}
.course-list li .course-txt .title{float:left;width:100%;font-size:22px;color:#333;line-height:40px;font-family:"Microsoft YaHei","微软雅黑";text-align:right;}
.course-list li .course-txt h6{float:left;width:100%;margin-top:12px;}
.course-list li .course-txt h6 span{float:right;width:42px;font-size:14px;color:#8f8f8f;line-height:24px;font-family:"Arial";text-align:right;}
.course-list li .course-txt h6 p{float:left;width:calc(100% - 42px);font-size:14px;color:#5c5c5c;line-height:24px;font-family:"Microsoft YaHei","微软雅黑";text-align:right;}
.course-list li .course-img{float:right;width:50%;padding-left:40px;}
.course-list li .course-img img{float:left;max-width:100%;margin-top:56px;}

.course-list li.even .course-txt{float:right;padding-right:0;padding-left:40px;}
.course-list li.even .course-txt .icon{right:auto;left:-7px;}
.course-list li.even .course-txt .title{text-align:left;}
.course-list li.even .course-txt h6 span{float:left;text-align:left;}
.course-list li.even .course-txt h6 p{float:right;text-align:left;}
.course-list li.even .course-img{float:left;padding-left:0;padding-right:40px;}
.course-list li.even .course-img img{float:right;}

@media(max-width:640px){
	.course-list{margin:40px auto;padding:20px 0;}
	.course-line{left:7px;}
	.course-line .icon{left:-7px;width:18px;height:18px;background-size:12px;margin-left:0;}

	.course-list li{margin-bottom:40px;}
	.course-list li .course-txt{width:100%;padding-right:0;padding-left:24px;}
	.course-list li .course-txt .icon{right:auto;left:0;}
	.course-list li .course-txt .title{font-size:16px;line-height:32px;text-align:left;}
	.course-list li .course-txt h6{margin-top:8px;}
	.course-list li .course-txt h6 span{float:left;width:32px;font-size:12px;line-height:20px;text-align:left;}
	.course-list li .course-txt h6 p{width:calc(100% - 32px);font-size:12px;line-height:20px;text-align:left;}
	.course-list li .course-img{float:right;width:100%;padding-left:24px;}
	.course-list li .course-img img{margin-top:20px;}

	.course-list li.even .course-txt{padding-right:0;padding-left:24px;}
	.course-list li.even .course-txt .icon{right:auto;left:0;}
	.course-list li.even .course-img{padding-left:24px;padding-right:0;}
	.course-list li.even .course-img img{float:left;}
}

/* 荣誉资质 */
.inside-title{width:100%;margin:0 auto;padding:40px 0;}
.inside-title h3{width:100%;font-size:28px;color:#333;line-height:48px;text-align:center;font-family:"Microsoft YaHei","微软雅黑";}
.honor-list li{float:left;width:22%;margin-left:3%;margin-bottom:40px;}
.honor-list li:nth-child(4n+1){margin-left:0;}
.honor-list .home-more{margin-top:2%;}
.honor-list .home-more a{margin:0 auto;}

@media(max-width:769px){
	.inside-title{padding:20px 0;}
	.inside-title h3{font-size:18px;line-height:28px;}
	.honor-list li{width:32%;margin-left:2%;margin-bottom:20px;}
	.honor-list li:nth-child(4n+1){margin-left:2%;}
	.honor-list li:nth-child(3n+1){margin-left:0;}
}

@media(max-width:480px){
	.inside-title{display:none;}
	.honor-list{margin-top:20px;}
	.honor-list li{width:49%;}
	.honor-list li:nth-child(4n+1){margin-left:2%;}
	.honor-list li:nth-child(3n+1){margin-left:2%;}
	.honor-list li:nth-child(odd){margin-left:0;}
}

/* 人力资源 */
.recruit-title{width:100%;margin:0 auto;font-size:28px;color:#333;line-height:40px;text-align:center;font-family:"Microsoft YaHei","微软雅黑";margin-bottom:40px;}
.recruit-list{width:100%;margin:20px auto 60px auto;min-height:300px;transition: all 1s;-webkit-transition: all 1s;}
.recruit-list .recruit-top{width:100%;padding:0 3%;background:#007dc4;}
.recruit-list .recruit-top h6{float:left;width:calc(33.3% - 37px);font-size:16px;color:#fff;font-family:"Microsoft YaHei","微软雅黑";line-height:50px;text-align:center;}
.recruit-list .recruit-top h6:last-child{width:110px;}
.recruit-list .recruit-top h6:first-child{text-align:left;}
.recruit-list ul{margin-bottom:40px;}
.recruit-list li{float:left;width:100%;padding:0 3%;background:#f7f7f7;margin-top:1px;transition: all 0.3s;-webkit-transform: all 0.3s;position:relative;}
.recruit-list li span{float:left;width:calc(33.3% - 37px);font-size:14px;color:#5c5c5c;line-height:50px;font-family:"Microsoft YaHei","微软雅黑";text-align:center;}
.recruit-list li .rec-name{text-align:left;}
.recruit-list li .rec-more{width:110px;}
.recruit-list li .rec-more .icon{display:block;width:100%;height:50px;background:url(../images/icon-plus.png) no-repeat center;}
.recruit-list li:hover{background:#f1f9fe;transition: all 0.3s;-webkit-transform: all 0.3s;}
.recruit-list li.open .rec-more .icon{background:url(../images/icon-minus.png) no-repeat center;}

.rec-content{width:100%;float:left;border-top:#dbdbdb solid 1px;padding:30px 0;display:none;}
.rec-content .txt{float:left;width:calc(100% - 120px);font-size:12px;color:#999;line-height:20px;font-family:"宋体";}
.rec-content .txt p{line-height:20px;}
.rec-content .rec-btn{float:right;width:120px;}
.rec-content .rec-btn a{display:block;width:100%;border-radius:20px;font-size:14px;border:#f08519 solid 1px;color:#f08519;line-height:34px;text-align:center;font-family:"Microsoft YaHei","微软雅黑";transition: all 0.3s;-webkit-transition: all 0.3s;}
.rec-content .rec-btn a:hover{background:#f08519;color:#fff;}

.recruit-list .home-more{margin-top:2%;}
.recruit-list .home-more a{margin:0 auto;}

@media(max-width:991px){
	.recruit-title{font-size:18px;line-height:28px;margin-bottom:20px;}
	.rec-content .rec-btn{width:96px;}
	.rec-content .rec-btn a{width:96px;font-size:12px;line-height:30px;}
}

@media(max-width: 640px){
	.recruit-list .recruit-top h6{;width:30%;line-height:40px;}
	.recruit-list .recruit-top h6:last-child{display:none;}
	.recruit-list .recruit-top h6:first-child{text-align:left;width:40%;}
	.recruit-list li span{width:30%;line-height:40px;}
	.recruit-list li .rec-name{width:40%;text-align:left;}
	.recruit-list li .rec-more{display:block;position:absolute;right:0;top:0;width:40px;}
	.recruit-list li .rec-more .icon{height:40px;background:url(../images/icon-down01.png) no-repeat center;background-size:14px;}
	.recruit-list li.open .rec-more .icon{background:url(../images/icon-down01.png) no-repeat center;background-size:14px;}

	.rec-content{padding:20px 0;}
	.rec-content .txt{width:100%;}
	.rec-content .rec-btn{width:100%;margin-top:30px;}
}

/* 产品中心 */
.pro-sort{width:100%;margin:0 auto;padding:40px 0;}
.pro-sort ul{text-align:center;}
.pro-sort ul li{display:inline-block; zoom:1;*display:inline;margin-left:2%;margin-right:2%;margin-bottom:20px;}
.pro-sort ul li a{display:block;padding:0 20px;font-size:14px;color:#8f8f8f;line-height:36px;border-radius:20px;font-family:"Microsoft YaHei","微软雅黑";transition: all 0.3s;-webkit-transition: all 0.3s;}
.pro-sort ul li.cur a{background:#f08519;color:#fff;}
.pro-sort ul li:hover a{background:#f08519;color:#fff;}

.pro-list li{width:32%;margin-left:2%;margin-bottom:40px;float:left;}
.pro-list li:nth-child(3n+1){margin-left:0;}

.pro-list .home-more{margin-top:2%;}
.pro-list .home-more a{margin:0 auto;}

@media(max-width: 640px){
	.pro-sort{padding:20px 0;}
	.pro-sort ul li a{padding:0 12px;line-height:28px;font-size:12px;}
	.pro-list li{width:49%;margin-bottom:20px;}
	.pro-list li:nth-child(3n+1){margin-left:2%;}
	.pro-list li:nth-child(odd){margin-left:0;}
}

/* 产品详情 */
.det-pic {width:100%;position:relative;padding:60px 0;}
#preview{float:left;width:540px;position:relative;}
.jqzoom{float:left;border:1px solid #e6e6e6;width:540px; height:394px;overflow: hidden; position: relative;}
.jqZoomPup {z-index:998; border: #aaa 1px solid; position: absolute; filter: alpha(opacity=50);background: #fede4f no-repeat 50% top; visibility: hidden;top: 0px; cursor: move; left: 0px; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5}
.zoomdiv {z-index:100;border:#e4e4e4 1px solid; position: absolute; text-align: center; display: none; overflow: hidden;left:550px;top:0px; background:#fff;}
.bigimg {width:800px; height:800px;}

#spec{position:relative;width:540px;height:84px; overflow: hidden;margin-top:10px;float:left;}
.specLeftT{position:absolute;width:20px;height:82px;border:#ddd solid 1px;background:#eee url(../images/icon-left01.png) no-repeat center; top:0; cursor:pointer; left:0px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.specRightT{position:absolute;width:20px;height:82px;border:#ddd solid 1px;background:#eee url(../images/icon-right01.png) no-repeat center; top:0; cursor:pointer;right:0px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.specLeftF{position:absolute;width:20px;height:82px;border:#ddd solid 1px;background:#eee url(../images/icon-left01.png) no-repeat center; top:0; cursor:pointer; left:0px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.specRightF{position:absolute;width:20px;height:82px;border:#ddd solid 1px;background:#eee url(../images/icon-right01.png) no-repeat center; top:0; cursor:pointer;right:0px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.specLeftT:hover{border:#007dc4 solid 1px;background:#007dc4 url(../images/icon-left01-1.png) no-repeat center;}
.specRightT:hover{border:#007dc4 solid 1px;background:#007dc4 url(../images/icon-right01-1.png) no-repeat center;}
.specLeftF:hover{border:#007dc4 solid 1px;background:#007dc4 url(../images/icon-left01-1.png) no-repeat center;}
.specRightF:hover{border:#007dc4 solid 1px;background:#007dc4 url(../images/icon-right01-1.png) no-repeat center;}

#specList{display: inline;float:left;margin-left:30px;width:480px;height:84px;overflow:hidden;position:relative;}
#specList ul {position:absolute;height:84px;left:0px;}
#specList ul li {display: inline; float: left;width:120px;height:84px;padding:0 4px;}
#specList ul li img{width:112px;border:1px solid #eaeaea;height:82px;float:left;cursor:pointer;}

.wap-det-pic{float:left;width: 100%;position:relative;transition: all .3s;padding-bottom:30px;display:none;}
.wap-det-pic .swiper-container{border:#eee solid 1px;}
.wap-det-pic .swiper-slide img{width: 100%;}
.wap-det-pic .swiper-pagination{width:100%;bottom:0;}
.wap-det-pic .swiper-pagination-bullet{opacity: 1;border-radius:50%;width:8px;height:8px;margin:0 4px;background:#ccc;transition: all .3s;}
.wap-det-pic .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#007dc4;}

.det-top-txt{float:right;width:calc(100% - 620px);}
.det-top-txt .det-name{width:100%;margin-bottom:40px;}
.det-top-txt .det-name h3{width:100%;font-size:26px;color:#333;line-height:28px;font-family:"Microsoft YaHei","微软雅黑";}
.det-top-txt .det-name h6{width:100%;font-size:14px;color:#007dc4;line-height:20px;font-family:"Microsoft YaHei","微软雅黑";margin-top:12px;}
.det-top-txt .txt{width:100%;background:#f5f5f5;padding:4%;font-size:14px;color:#8f8f8f;line-height:26px;font-family:"Microsoft YaHei","微软雅黑";min-height:300px;}
.det-top-txt .txt p{line-height:26px;}

@media(max-width:1200px){
	.det-top-txt{width:calc(100% - 580px);}
}

@media(max-width:1080px){
	.det-pic{padding:30px 0;}
	#preview{display:none;}
	.wap-det-pic{display:block;}

	.det-top-txt{width:100%;margin-top:20px;}
	.det-top-txt .det-name{margin-bottom:20px;}
	.det-top-txt .det-name h3{font-size:18px;}
	.det-top-txt .det-name h6{font-size:12px;margin-top:0;}
	.det-top-txt .txt{min-height:auto;padding:4% 3%;}
}

/* 产品详情 */
.pro-det-nav{width:100%;height:56px;border-bottom:#ededed solid 1px;}
.pro-det-nav li{float:left;margin-right:20px;}
.pro-det-nav li a{float:left;padding:0 20px;font-size:16px;color:#8f8f8f;line-height:54px;border-bottom:transparent solid 2px;font-family:"Microsoft YaHei","微软雅黑";}
.pro-det-nav li.cur a{color:#007dc4;border-bottom:#007dc4 solid 2px;}

.pro-det{width:100%;margin:0 auto;}
.det-warp{width:100%;margin:0 auto;transition: all 0.3s;-webkit-transition: all 0.3s;}
.det-warp-editor{width:100%;margin:0 auto;transition: all 0.3s;-webkit-transition: all 0.3s;}
.det-warp-editor h6{font-size:18px;color:#212121;line-height:24px;margin-bottom:20px;font-family:"Microsoft YaHei","微软雅黑";}

@media(max-width:1080px){
	.pro-det-nav{height:40px;}
	.pro-det-nav li{margin-right:3%}
	.pro-det-nav li a{padding:0 12px;font-size:14px;line-height:38px;}
	.det-warp-editor h6{font-size:16px;margin-bottom:12px;}
}

/* 产品推荐 */
.pro-det-title{width:100%;height:56px;border-bottom:#ededed solid 1px;}
.pro-det-title h3{float:left;margin-right:20px;padding:0 20px;font-size:16px;line-height:54px;color:#007dc4;border-bottom:#007dc4 solid 2px;font-family:"Microsoft YaHei","微软雅黑";}

@media(max-width:1080px){
	.pro-det-title{height:40px;}
	.pro-det-title h3{padding:0 12px;font-size:14px;line-height:38px;}
}

.pro-recom{width:100%;background:#fff;padding:80px;position:relative;margin-bottom:40px;}
.pro-recom li a{float:left;width:100%;}
.pro-recom li a .pro-pic{float:left;width:100%;}
.pro-recom li a .pro-pic img{display:block;max-width:100%;margin:0 auto;}
.pro-recom li a .pro-txt{float:left;width:100%;padding:12px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.pro-recom li a .pro-txt h5{float:left;width:100%;font-size:18px;color:#333;text-align:center;font-family:"Microsoft YaHei","微软雅黑";line-height:36px;height:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: all 0.3s;-webkit-transition: all 0.3s;}
.pro-recom li a .pro-txt p{float:left;width:100%;font-size:14px;color:#999;font-family:"Arial";line-height:28px;text-align:center;height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: all 0.3s;-webkit-transition: all 0.3s;}
.pro-recom li:hover a .pro-txt{background:#007dc4;}
.pro-recom li:hover a .pro-txt h5{color:#fff;}
.pro-recom li:hover a .pro-txt p{color:#fff;}

.pro-recom .swiper-pagination{bottom:0;width:100%;display:none;}
.pro-recom .swiper-pagination-bullet{opacity: 1;margin:0 4px;background:#ccc;transition: all .3s;}
.pro-recom .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#0079c3;}

.pro-recom .swiper-button-next,.pro-recom .swiper-button-prev{width:48px;height:48px;border:#dcdcdc solid 1px;border-radius:50%;background:url(../images/icon-left01.png) no-repeat center;transition: all 0.6s;-webkit-transition: all 0.6s;opacity:1;left:0;margin-top:-24px;z-index:8;}
.pro-recom .swiper-button-next{background:url(../images/icon-right01.png) no-repeat center;left:auto;right:0;}

.pro-recom .swiper-button-next:hover{background:#007dc4 url(../images/icon-right01-1.png) no-repeat center;}
.pro-recom .swiper-button-prev:hover{background:#007dc4 url(../images/icon-left01-1.png) no-repeat center;}

@media(max-width:1080px){
	.pro-recom{padding:30px 0;}
	.pro-recom .swiper-pagination{display:block;}
	.pro-recom .swiper-button-next,.pro-recom .swiper-button-prev{display:none;}
}

@media(max-width:769px){
	.pro-recom li a .pro-txt{padding:6px;}
	.pro-recom li a .pro-txt h5{font-size:14px;line-height:28px;height:28px;}
	.pro-recom li a .pro-txt p{font-size:12px;line-height:18px;height:18px;}
}

/* 新闻列表 */
.news-list{width:100%;margin:0 auto 120px auto;}
.news-list .home-more a{margin:0 auto;}
.news-list li{width:100%;float:left;border-bottom:#ededed solid 1px;padding:40px 0;}
.news-list li a{float:left;width:100%;}
.news-list li a .news-img{float:left;width:370px;position:relative;overflow:hidden;}
.news-list li a .news-img img{display:block;width:100%;transition: all 1s;}
.news-list li:hover a .news-img img{-webkit-transform:scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);}
.news-list li a .news-img .news-date{position:absolute;top:0;left:0;width:80px;height:80px;background:#f5f5f5;padding:16px 0;transition: all 0.3s;-webkit-transition: all 0.3s;}
.news-list li a .news-img .news-date span{display:block;width:100%;font-size:40px;color:#8f8f8f;line-height:40px;text-align:center;font-family:"Arial";transition: all 0.3s;-webkit-transition: all 0.3s;}
.news-list li a .news-img .news-date p{width:100%;font-size:12px;color:#8f8f8f;line-height:20px;text-align:center;font-family:"Arial";transition: all 0.3s;-webkit-transition: all 0.3s;}
.news-list li:hover a .news-img .news-date{background:#007dc4;}
.news-list li:hover a .news-img .news-date span{color:#fff;}
.news-list li:hover a .news-img .news-date p{color:#fff;}

.news-list li a .news-more{float:right;width:80px;height:80px;border-left:#ededed solid 1px;margin-top:50px;}
.news-list li a .news-more .icon{float:right;margin-top:16px;width:48px;height:48px;border:#dcdcdc solid 1px;border-radius:50%;background:url(../images/icon-right01.png) no-repeat center;transition: all 0.3s;-webkit-transition: all 0.3s;}
.news-list li:hover a .news-more .icon{border:#007dc4 solid 1px;background:#007dc4 url(../images/icon-right01-1.png) no-repeat center;}

.news-list li a .news-txt{float:left;width:calc(100% - 450px);padding:0 50px;margin-top:40px;}
.news-list li a .news-txt h5{width:100%;font-size:18px;color:#333;line-height:28px;font-family:"Microsoft YaHei","微软雅黑";height:28px;margin-bottom:20px;transition: all 0.3s;-webkit-transition: all 0.3s;overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}
.news-list li a .news-txt p{width:100%;font-size:14px;color:#757575;line-height:24px;font-family:"Microsoft YaHei","微软雅黑";height:48px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.news-list li:hover a .news-txt h5{color:#007dc4;}

@media(max-width:991px){
	.news-list{margin:0 auto 60px auto;}
	.news-list li{padding:20px 0;}
	.news-list li a .news-img{width:40%;}
	.news-list li a .news-img .news-date{width:60px;height:60px;padding:8px 0;}
	.news-list li a .news-img .news-date span{font-size:28px;line-height:28px;}
	.news-list li a .news-more{display:none;}

	.news-list li a .news-txt{width:58%;margin-left:2%;padding:0;margin-top:20px;}
	.news-list li a .news-txt h5{font-size:16px;line-height:28px;height:28px;margin-bottom:20px;}
	.news-list li a .news-txt p{font-size:12px;line-height:20px;height:40px;}
}

@media(max-width:640px){
	.news-list{margin:0 auto 60px auto;}
	.news-list li{padding:20px 0;}
	.news-list li a .news-img{width:40%;}
	.news-list li a .news-img .news-date{display:none;width:48px;height:40px;padding:8px 0;}
	.news-list li a .news-img .news-date span{font-size:18px;line-height:18px;}
	.news-list li a .news-img .news-date p{font-size:10px;line-height:14px;}

	.news-list li a .news-txt{margin-top:0;}
	.news-list li a .news-txt h5{font-size:16px;line-height:24px;height:24px;margin-bottom:6px;}
}

/* 新闻详情 */
.news-title{width:100%;margin:60px auto 0;}
.news-title .title{width:100%;font-size:24px;text-align:center;line-height:28px;text-transform:uppercase;}
.news-title .date{width:100%;font-size:12px;color:#999;line-height:28px;text-align:center;vertical-align:top;margin-top:8px;}
.news-title .date h6{display:inline-block;margin-left:16px;margin-right:16px;vertical-align:top;font-size:12px;color:#bcbcbc;line-height:28px;}

@media(max-width: 1080px){
	.news-title{margin-top:30px;}
	.news-title .title{font-size:18px;line-height:32px;}
}

/* 返回列表 */
.return{width:100%;border-top:#ededed dashed 1px;padding-top:30px;margin-bottom:120px;}
.return .return-left{float:left;width:60%;}
.return-left h5{float:left;width:100%;}
.return-left h5 a{float:left;width:100%;font-size:14px;line-height:32px;color:#999;height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:"宋体";transition: all 0.3s;-webkit-transform: all 0.3s;}
.return-left h5:hover a{color:#f08519;transition: all 0.3s;-webkit-transform: all 0.3s;}
.return .return-list{float:right;margin-top:10px;}
.return .return-list a{display:block;width:120px;height:36px;margin:0 auto;border:#f08519 solid 1px;border-radius:24px;font-size:14px;color:#f08519;font-family:"宋体";text-align:center;line-height:34px;transition: all 0.6s;-webkit-transition: all 0.6s;}
.return .return-list a:hover{background:#f08519;color:#fff;transition: all 0.6s;-webkit-transition: all 0.6s;}

@media(max-width:769px){
	.return{margin-bottom:60px;}
	.return .return-left{width:100%;}
	.return-left h5{width:80%;}
	.return .return-list{float:left;margin-top:0;}
	.return .return-list a{width:96px;font-size:12px;margin-bottom:12px;line-height:30px;height:32px;margin-top:0;}
}

/* 客户服务 */
.net-img{float:left;width:50%;}
.net-txt{float:left;width:50%;}

@media(max-width:991px){
	.net-img{width:100%;}
	.net-txt{width:100%;}
}

/* 常见问题 */
.question-list{width:100%;margin:0 auto 60px auto;min-height:300px;transition: all 1s;-webkit-transition: all 1s;}
.question-list ul{margin-bottom:40px;}
.question-list li{float:left;width:100%;padding:0 3%;background:#f7f7f7;margin-top:1px;transition: all 0.3s;-webkit-transform: all 0.3s;position:relative;}
.question-list li h6{float:left;width:calc(100% - 100px);font-size:14px;color:#5c5c5c;line-height:50px;font-family:"Microsoft YaHei","微软雅黑";text-align:left;height:50px;overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;transition: all 0.3s;-webkit-transform: all 0.3s;}
.question-list li .rec-more{float:right;width:80px;}
.question-list li .rec-more .icon{display:block;width:100%;height:50px;background:url(../images/icon-plus.png) no-repeat center;}
.question-list li:hover{background:#f1f9fe;transition: all 0.3s;-webkit-transform: all 0.3s;}
.question-list li:hover h6{color:#007dc4;}
.question-list li.open .rec-more .icon{background:url(../images/icon-minus.png) no-repeat center;}
.question-list li.open h6{color:#007dc4;}

.question-list .answer{width:100%;float:left;border-top:#dbdbdb solid 1px;padding:30px 0;display:none;}
.question-list .answer .txt{float:left;width:100%;font-size:12px;color:#999;line-height:20px;font-family:"宋体";}
.question-list .answer .txt p{line-height:20px;}

.question-list .home-more{margin-top:2%;}
.question-list .home-more a{margin:0 auto;}

@media(max-width: 640px){
	.question-list li h6{width:100%;height:40px;line-height:40px;}
	.question-list li .rec-more{display:block;position:absolute;right:0;top:0;width:40px;}
	.question-list li .rec-more .icon{height:40px;background:url(../images/icon-down01.png) no-repeat center;background-size:14px;}
	.question-list li.open .rec-more .icon{background:url(../images/icon-down01.png) no-repeat center;background-size:14px;}

	.question-list .answer{padding:20px 0;}
}

/* 留言反馈 */
.feedback{width:100%;padding:60px 0;}
.feedback h3{width:100%;font-size:28px;color:#333;line-height:30px;text-align:center;font-family:"Microsoft YaHei","微软雅黑";}
.feedback p{width:100%;font-size:14px;color:#8f8f8f;line-height:36px;text-align:center;font-family:"Microsoft YaHei","微软雅黑";}
.feedback ul{margin-top:40px;}
.feedback li{float:left;width:100%;margin-bottom:40px;position:relative;overflow:hidden;}
.feedback li.w30{width:30%;margin-left:5%;}
.feedback li:first-child{margin-left:0;}
.feedback li.w50{width:50%;}
.feedback li.w24{width:24%;float:right;}
.feedback li h6{position:absolute;top:10px;left:12px;font-size:14px;color:#999;line-height:22px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.feedback li h6 span{color:#d31824;}
.feedback li input.feedback-input{width:100%;height:42px;background:#f5f5f5;border-radius:4px;border:none;padding:16px 20px 0;font-size:14px;color:#333;}
.feedback li textarea{width:100%;height:200px;background:#f5f5f5;border:none;padding:16px 20px 0;font-size:14px;color:#333;line-height:28px;border-radius:4px;}
.feedback li.cur h6{left:4px;top:0;color:#333;transform:scale(0.8);transition: all 0.3s;-webkit-transition: all 0.3s;}
.feedback li input.feedback-btn{width:100%;height:42px;background:#5c5c5c;border:none;font-size:15px;color:#fff;border-radius:4px;}
.feedback li input.yzm-input{width:66%;margin-bottom:16px;}
.feedback li .yzm-img{width:32%;float:right;background:#fff;border-radius:4px;height:42px;overflow:hidden;}

@media(max-width: 769px){
	.feedback{padding:40px 0;}
	.feedback h3{display:none;}
	.feedback p{font-size:12px;line-height:24px;}
	.feedback ul{margin-top:20px;}
	.feedback li{margin-bottom:12px;}
	.feedback li.w30{width:100%;margin-left:0;}
	.feedback li.w50{width:80%;}
	.feedback li.w24{width:40%;float:left;}
}

/* 联系方式 */
.map{width:100%;margin:0 auto 120px auto;height:400px;}
#dituContent{width:100%;height:100%}

.contact{width:100%;padding:60px 0;}
.contact h3{width:100%;font-size:28px;color:#333;line-height:30px;text-align:center;font-family:"Microsoft YaHei","微软雅黑";}
.contact p{width:100%;font-size:14px;color:#8f8f8f;line-height:36px;text-align:center;font-family:"Microsoft YaHei","微软雅黑";}
.contact h6{width:100%;margin-top:20px;font-size:18px;color:#5c5c5c;line-height:36px;text-align:left;font-family:"Microsoft YaHei","微软雅黑";}
.contact li{float:left;margin-top:16px;padding-left:28px;font-size:14px;color:#8f8f8f;font-family:"Microsoft YaHei","微软雅黑";line-height:20px;background-repeat:no-repeat;background-position:left center;}
.contact li.addr{width:42%;}
.contact li.tel{width:34%;}
.contact li.fax{width:24%;}
.contact li.post{width:42%;}
.contact li.mail{width:34%;}

@media(max-width:991px){
	.contact li.addr{width:50%;}
	.contact li.tel{width:50%;}
	.contact li.fax{width:50%;}
	.contact li.post{width:50%;}
	.contact li.mail{width:50%;}
}

@media(max-width:769px){
	.contact{padding:40px 0;}
	.contact h3{font-size:18px;}
	.contact p{font-size:12px;line-height:24px;}
	.contact h6{margin-top:20px;font-size:16px;line-height:28px;}
	.contact li{font-size:12px;margin-top:8px;}
	.contact li.addr{width:100%;}
	.contact li.tel{width:100%;}
	.contact li.fax{width:100%;}
	.contact li.post{width:100%;}
	.contact li.mail{width:100%;}

	.map{margin:0 auto 60px auto;height:300px;}
}
/* html,body{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	} */















