/*
 * @ Description: custom style
 * @ Author: weiwei
 * @ Date: 2018-05-24;
 */

/*
 **********************
 * common style 
 ********************** 
 * 网站头部
 ********************** 
 * 菜单
 **********************
 * 底部COPYRIGHT
 ********************** 
 * 首页样式
 **********************
 * 内页样式
 **********************
*/

/* common style */
html{background:#FFF;color:#000; font-size: 10px; }body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{font-family: "Microsoft YaHei"; margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none;}
/*******CSS reset*************/
body{position:relative;z-index:-2;background:#fff; color:#444;font-size:14px;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;z-index:2;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.page{margin:2rem;}
#prev_next{	border-top: 1px dotted #868686;	margin:2rem 0;	padding:2rem 0;}
#prev_next li{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.down{width: 100%;height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed;bottom: 0;display: block; z-index: 9999;}
.down li{width: 24.7%;border-right: solid 1px #ffffff;text-align: center;line-height: 15px;float: left;padding-top: 4px;height: 52px; list-style:none;}
.down li a{color: #ffffff;}
.down .current{border-right: none;}
.down li img{max-width: 25px;height: 25px;}
@media(min-width: 768px){
	.footer{margin-bottom: 0}
	.down{display: none;}
}
/* go top */
.plugin-fixed-call{position:fixed;bottom:0px;right:0px;width:45px;z-index: 1000;}
.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:#ffa100;line-height: 45px;margin-top:1px;}
.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.plugin-fixed-call .child a{ display: inline-block; overflow: hidden; }
.plugin-fixed-call .child:hover{width:160px;background: #000;}
.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}
.plugin-fixed-call .child p{position: absolute;left:45px;color:#fff;}

.plugin-fixed-call .fixedQQ{bottom:92px;}
.plugin-fixed-call .fixedCall{bottom:46px;}
.plugin-fixed-call .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}
.plugin-fixed-call .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}
.plugin-fixed-call .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:#ffa100;line-height: 45px;margin-top:1px;}
.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}
.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;opacity: 0;}
.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}
.scrolledDown{
  	display: block;
}
/* 自定义样式 */
a:hover{ text-decoration: none; }
.container{ padding:0; }
/* 网站头部 */
.h-top{ padding:30px 0 20px; background: #fff; }
.tel{ text-align: right; margin-top: 10px; }
/* 菜单 */
.m-menu{ background: #ffa100; height: 54px; overflow: hidden; }
.m-menu .navbar{ margin-bottom: 0; }
.m-menu .container,.navbar{ border: none; padding-left: 0; padding-right: 0; }
.navbar-nav > li{ margin:0; }
.navbar-nav > li > a{ width: 100%; text-align: center; padding:17px 14px; font-size: 16px; color: #ffffff; position: relative; }
.navbar-nav > li > a:before{ content: ""; display: inline-block; width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:8px solid #fff; position: absolute; left:50%; bottom:-8px; transition: all .3s; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.navbar-nav > li > a:hover{ color: #fff; background: #8fb4ff; }
.navbar-nav > li > a:hover:before{ bottom:0; transition: all .3s; }
.navbar-wrapper > .container { padding-right: 0; padding-left: 0; }
.navbar-wrapper .navbar { padding-right: 15px; padding-left: 15px;}
.navbar-wrapper .navbar .container { width: auto; }
/* 首页效果
-------------------------------------------------- */
.carousel-inner img{ margin: 0 auto;}
/* 搜索 */
.h-search{ overflow: hidden; padding:25px 0; background: #f6f6f6; }
.h-search .zy h3{ font-size: 20px; color: #ff8400; font-weight: bold; margin-bottom: 10px; }
.h-search .zy p{ font-size: 14px; color: #666666; line-height: 20px; }
.h-search .search form{ margin:10px 0 15px; width: 100%; border:1px solid #e3e3e3; height: 28px; line-height: 27px; background: #fff; }
.h-search .search-text{ width: 92%; outline: none; border:none; background: none; position: relative; top:-1px; padding-left: 15px; font-size: 14px; color: #666666; }
.h-search .search-btn{ border:none; outline: none; background: none; width: 20px; height: 20px; background: url(../img/ico-search.png) no-repeat center; position: relative; top:3px; }
.h-search .search p{ font-size: 14px; color: #999999; }
.h-search .search p a{ font-size: 14px; color: #999999; margin:0 5px; }
.h-search .search p a:hover{ color: #ff8400; } 
.h-tel{ padding-left: 50px; }
.h-tel p{ font-size: 14px; color: #666666; margin-bottom: 10px; }
/* 服务 */
.m-service{ overflow: hidden; }
.m-service .hd{ text-align: center; padding:50px 0; }
.m-service .hd span{ display: inline-block; margin-bottom: 5px; font-size: 36px; color: #e6e6e6; font-weight: bold; text-transform: uppercase; line-height: 1; }
.m-service .hd h3{ font-size: 36px; color: #333333; line-height: 1; }
.m-service .hd h3 span{ color: #ff8400; font-weight: normal; }
.m-service .bd{ overflow: hidden; }
.m-service li{ text-align: center; }
.m-service li span{ margin-bottom: 20px; display: inline-block; width: 150px; height: 150px; border-radius: 50%; background: #ffa100; text-align: center; padding:40px 0; }
.m-service li span h3{ font-size: 16px; color: #ffffff; margin-top: 15px; }
.m-service li p{ text-align: left; font-size: 14px; color: #666666; line-height: 26px; } 
.m-service li:hover span{ background: #026ad6; }
.m-service li:hover p{ color: #026ad6; }
.m-service .more{ text-align: center; }
.m-service .more a{ display: inline-block; padding:10px 38px; background: #a9c94a; margin:38px 0 22px; border-radius: 5px; font-size: 16px; color: #010101; }
.m-service .more p{ font-size: 22px; color: #333333; }
/* 简介 */
.m-about{ box-sizing: border-box; padding-top: 260px; overflow: hidden; height: 849px; background:url(../img/about_bg.png) no-repeat top center; margin-top: -170px; }
.m-about .hd{ text-align: center; margin-bottom: 52px; }
.m-about .hd span{ font-size: 36px; color: #d6d6d6; text-transform: uppercase; line-height: 1; margin-bottom: 5px; }
.m-about .hd h3{ font-size: 36px; color: #333333; line-height: 1; }
.m-about .hd h3 span{ color: #ff8400; font-weight: normal; }
.m-about .bd{ overflow: hidden; clear: both; }
.intro_img{ width: 100%; position: relative; }
.intro_img img{ width: 100%; }
.intro_img h3{ position: absolute; top:0; left:20px; width: 60px; padding:10px; font-size: 20px; color: #ffffff; font-weight: bold; background: url(../img/intro_h3.png) no-repeat top center; height: 86px; }
.intro_txt .hd{ margin-bottom: 24px; padding:16px 0; border-bottom: 1px solid #c3c3c3; overflow: hidden; }
.intro_txt .hd div{ border-right:1px solid #c3c3c3; text-align: left;  }
.intro_txt .hd div:last-child{ border-right:0; }
.intro_txt .hd div h3{ font-size: 30px; color: #ff8400; line-height: 1; margin:10px 0 16px; }
.intro_txt .hd div p{ font-size: 14px; color: #333333; line-height: 1; margin-bottom: 10px; }
.intro_txt .bd p{ font-size: 14px; color: #333333; line-height: 34px; }
.about_nav{ overflow: hidden; margin:40px 0; }
.nav_li{ padding:15px 25px; overflow: hidden; width: 100%; background: #ffffff; border:1px solid #c3c3c3; box-sizing: border-box; }
.nav_li img{ float: left; margin-right: 32px; }
.nav_li div{ float: left; }
.nav_li div h3{ font-size: 14px; color: #333333; font-weight: bold; line-height: 1; margin-bottom: 15px; }
.nav_li div p{ font-size: 14px; color: #666666; line-height: 1; }
/* 优势 */
.m-super .tit{ margin-top: -82px; }
.m-super .tit img{ max-width: 100%; }
.m-super .bd{ overflow: hidden; background: url(../img/super-bg.png) no-repeat right 32px; }
.m-super li h3{ font-size: 26px; color: #ff3d00; font-weight: bold; }
.m-super li:nth-child(2) h3{ padding-left: 102px; line-height: 209px; background: url(../img/stit01.png) no-repeat left center; }
.m-super li:nth-child(4) h3{ padding-left: 102px; line-height: 200px; background: url(../img/stit02.png) no-repeat left center; }
.m-super li:nth-child(3){ clear: left;}
.m-super li:nth-child(2) img{ margin-top: -15px; }
.m-super li:nth-child(3) img{ margin-left: 15px; }
.m-super li h3 + p{ margin-top: -35px; }
.m-super li p{ padding-left: 52px; background: url(../img/sicop.png) no-repeat 20px 6px; font-size: 14px; color: #333333; line-height: 30px; }
/* 风采 */
.m-type{ overflow: hidden; margin: 0 0 30px; text-align: center; }
.m-type a{ display: inline-block; padding:14px 36px; background: #ffffff; font-size: 14px; color: #333333; font-weight: bold; margin:0 15px; }
.m-type a:hover{ background: #026ad6; color: #fff; }
.m-style{ overflow: hidden; background: #ffa100; padding:35px 0; margin-top: 30px; }
.m-style .hd{ text-align: center; }
.m-style .hd span{ font-size: 36px; color: #e6e6e6; font-weight: bold; text-transform: uppercase; line-height: 1; margin-bottom: 6px; }
.m-style .hd h3{ font-size: 36px; color: #333333; margin-bottom: 32px; line-height: 1; }
.m-style .bd{ overflow: hidden; }
#style a .img{ width: 100%; height: 180px; overflow: hidden; }
#style a .img img{ transition: all .3s; width: 100%; height: 100%; object-fit: cover; }
#style a h3{ height: 36px; line-height: 36px; background: #fff; text-align: center; padding:0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; color: #333333; }
#style a:hover h3{ color: #ff0101; }
#style a:hover .img img{ transform: scale(1.1); transition: all .3s; }
/* 新闻 */
.m-news{ overflow: hidden; margin-bottom: 30px; }
.m-news .hd{ text-align: center; margin:48px 0; }
.m-news .hd span{ font-size: 36px; color: #e6e6e6; font-weight: bold; text-transform: uppercase; line-height: 1; margin-bottom: 5px; }
.m-news .hd h3{ font-size: 36px; color: #333333; line-height: 1; }
.m-news .bd li{ padding:22px 26px; overflow: hidden; }
.m-news .bd li .img{ width: 142px; height: 84px; float: left; overflow: hidden; margin-right: 25px; }
.m-news .bd li .img img{ width: 100%; height: 100%; object-fit: cover; }
.m-news .bd li .txt{ width: 46%; float: left; }
.m-news .bd li .txt h3{ margin-bottom: 7px; font-size: 20px; color: #000000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 30px; }
.m-news .bd li .txt p{ font-size: 14px; color: #999999; line-height: 24px; }
.m-news .bd li span{ line-height: 1; font-family: "宋体"; font-weight: bold; display: block; width:100px; float: left; text-align: center; font-size: 50px; color: #000000; }
.m-news .bd li span strong{ display: block; font-size: 20px; color: #999999; margin: 5px 0; }
.m-news .bd li:hover{ background: #eeeeee; }
.m-news .bd li:hover h3, .m-news .bd li:hover span, .m-news .bd li:hover p, .m-news .bd li:hover span strong{ color: #ff8400; }
.f-news{ overflow: hidden; }
.f-news .img{ width: 100%; height: 270px; overflow: hidden; margin-bottom: 18px; }
.f-news .img img{ width: 100%; height: 100%; object-fit: cover; }
.f-news span{ line-height: 1; font-family: "宋体"; font-weight: bold; display: block; width:100px; float: left; text-align: center; font-size: 50px; color: #000000; }
.f-news span strong{ display: block; font-size: 20px; color: #999999; margin: 5px 0; }
.f-news .txt{ float: left; width: 80%; }
.f-news .txt h3{ margin-bottom: 12px; font-size: 20px; color: #000000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.f-news .txt p{ font-size: 14px; color: #999999; line-height: 24px; }
.f-news:hover .txt h3, .f-news:hover .txt p, .f-news:hover span, .f-news:hover span strong{ color: #ff8400; }
.f-news:hover{ background: #eeeeee; }
/* 底部信息 */
.f-copy{ overflow: hidden; padding:20px 0; }
.f-copy p{ font-size: 14px; color: #666666; line-height: 30px;  }
.f-copy p strong{ font-size: 30px; color: #ffa100; font-style: italic; margin-bottom: 26px; display: inline-block; }
.f-link{ overflow: hidden; border:1px solid #f1f1f1; border-radius: 10px; margin-bottom: 22px; height: 80px; overflow: hidden; }
.f-link > .tit{ width: 220px; height: 80px; box-sizing: border-box; border-right: 1px solid #f1f1f1; padding: 0 0 5px 68px; display: inline-block; background:#f8f8f8 url(../img/ico-link.png) no-repeat 12px center; float: left; }
.f-link > .tit h3{ font-size: 18px; line-height: 80px; color: #454545; }
.f-link > .tit a{ font-size: 14px; color: #0f973d; }
.link{ padding-top: 5px; }
.link > a{ display: inline-block; margin:0 18px; line-height: 1; padding:10px 0; padding-left: 15px; background: url(../img/ico-l-a.png) no-repeat left center; font-size: 14px; color: #999999; }
.link > a:hover{ color: #ffa100; }
.f-ewm{ font-size: 14px; color: #666666; line-height: 42px; text-align: center; }
/* 侧边栏 */
.main{ background: #f6f6f6; overflow: hidden; }
.s-type{ overflow: hidden; background: #fff; padding-top: 22px; margin-bottom: 20px; }
.s-type .hd{ background: #ffa100; padding:20px 0; text-align: center; }
.s-type .bd{ padding:20px; overflow: hidden; }
.s-type .bd a{ display: block; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #333333; }
.s-type .bd a:hover{ background: #8fb4ff; color: #fff; }
.s-type .bd > img{ max-width: 100%; margin: 10px 0 0; }
.s-contact{ background: #ffa000; padding:10px; border-radius: 5px; margin-top: 18px; }
.s-contact img{ max-width: 100%; }
/* 风采 */
.pro-bd li .img{ width: 100%; height: 180px; overflow: hidden; }
.pro-bd li .img img{ width: 100%; height: 100%; object-fit: cover; }
.pro-bd li h3{ height: 36px; line-height: 36px; background: #f6f6f6; margin-bottom: 20px; text-align: center; padding:0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; color: #333333; }
.pro-bd li:hover h3{ color: #ff0101; }
.pro-bd li:hover .img img{ transform: scale(1.1); transition: all .3s; }
/* 内页文章样式 */
.location{ overflow: hidden; height: 64px; line-height: 64px; border-bottom: 1px solid #bfbfbf; margin:15px 0; }
.location strong{ font-size: 24px; color: #333333; font-weight: bold; margin-left: 15px; }
.location span{ float: right; font-size: 14px; color: #333333; }
.article{ background: #fff; padding:20px; overflow: hidden; }
.article p{ font-size: 16px; line-height: 1.4; }
.article p img{	max-width: 100%; }
.article h1{ text-align: center; font-size: 2.7rem;	line-height: 2.7rem; margin:2.8rem 0 1.6rem; }
.article .meta_info{text-align: center;padding-bottom: 26px;border-bottom: 1px dotted #868686;margin-bottom: 30px;font-size: 1em;color: #888787;}
.article img{text-align: center;margin:0 auto;max-width: 100%;}
.a_tit{background: #f0f1f2;margin:20px 0;}
.a_tit h3{padding:12px 20px;background: #ffa100;color: #fff;display: inline-block;font-size: 1.1em;margin:0;}
.a_con{padding-bottom: 20px;}
.a_con p{font-size: 16px;line-height: 36px;}
.info_top h1{font-size: 36px;color: #24292a;font-weight: bold;margin-bottom: 10px;text-align: left;}
.info_top p{font-size: 14px;color: #555555;line-height: 24px;}
.info_top span{display: block;font-size: 20px;color: #ffa100;font-weight: bold;line-height: 60px;border-bottom: 1px solid #bcbcbc;padding-left: 30px;background: url(../img/ico-cd.png) no-repeat left center;margin-bottom: 20px;}
.info_top span small{font-size: 14px;font-weight: normal;margin-left: 10px;}
.info_top a{display: inline-block;overflow: hidden;color: #fff;margin-top: 60px;margin-left: -15px;}
.info_top i{display: inline-block;background:;width: 100%;overflow: hidden;padding:15px 45px;border-radius: 5px;padding-left: 43%;font-size: 18px;color: #fff;font-style: normal;}
.info_top i.ico-wx{background: #ffa100 url(../img/ico-wx.png) no-repeat 17% center;}
.info_top i.ico-cu{background: #ffa100 url(../img/ico-cu.png) no-repeat 17% center;}
.info_top a:hover i.ico-wx{background: #323737 url(../img/ico-wx.png) no-repeat 17% center;}
.info_top a:hover i.ico-cu{background: #323737 url(../img/ico-cu.png) no-repeat 17% center;}
/* 新闻列表 */
.news li{margin: 0 10px 0; padding: 1rem; border-bottom: 1px dotted #ccc;}
.news li h3{font-size: 2rem;margin-bottom: 1rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news li p{font-size: 1.4rem; color: #848282; line-height: 2.2rem;}
.news li:hover{background: #f0f0f0;}
.news li:hover h3{color: #ff9702;}
.btn-primary{background-color: #ff9702;border-color: #e37f00;}
/* 媒体查询 */
@media screen and (max-width: 1200px){
	.m-menu{ height: auto; border-bottom: 0;}
	.navbar-nav{ margin:0; width: 100%; }
	.navbar-nav > li{ width: 20%; float: left; border:1px solid #fff; overflow: hidden; }
	.navbar-nav > li > a{ padding:10px 0; text-align: center; }
	.navbar-nav > li > a:hover{ border-bottom: 0; }
	.navbar-nav > li:last-child{ display: none; }
	.navbar-nav > li:nth-child(1),
	.navbar-nav > li:nth-child(2),
	.navbar-nav > li:nth-child(3),
	.navbar-nav > li:nth-child(4),
	.navbar-nav > li:nth-child(5){ border-bottom: 0; }
	.navbar-nav > li:nth-child(1),
	.navbar-nav > li:nth-child(2),
	.navbar-nav > li:nth-child(3),
	.navbar-nav > li:nth-child(4),
	.navbar-nav > li:nth-child(6),
	.navbar-nav > li:nth-child(7),
	.navbar-nav > li:nth-child(8),
	.navbar-nav > li:nth-child(9){ border-right:0;}
	.m-service li span{ width: 140px; height: 140px; }
	.m-service li span h3{ font-size: 14px; }
	.intro_txt .hd div h3{ font-size: 26px; }
	.intro_txt .hd div p{ font-size: 12px; }
	.intro_txt .hd{ padding:0; margin-bottom: 5px; }
	.nav_li{ padding:15px 10px; }
	.nav_li img{ margin-right: 12px; }
	.m-super li img{ max-width: 100%; }
	.m-type a{ padding:14px 28px; }
	.f-news .txt{ width: 76%; }
	.m-news .bd li span{ display: none; }
	.m-news .bd li .txt{ width: 58%; }
	.f-ewm{ font-size: 12px; }
	.f-ewm img{ max-width: 100%; }
}
@media screen and (max-width: 992px){
	.h-search .search form{ width: 60%; }
	.m-service .hd h3, .m-about .hd h3{ font-size: 30px; }
	.m-service .hd span, .m-about .hd span{ font-size: 30px; }
	.m-about{ height: auto; padding-bottom: 25px; }
	.intro_txt .hd div h3{ font-size: 30px; }
	.intro_txt .hd div p{ font-size: 16px; }
	.nav_li{ text-align: center; }
	.nav_li img{ float: none; height: 45px; object-fit: contain; margin-right: 0; margin-bottom: 10px; }
	.nav_li div{ float: none; text-align: center; }
	.nav_li div p{ font-size: 12px; }
	.m-super .tit img{ height: 200px; object-fit: cover; }
	.m-super li{ text-align: center; }
	.m-super li img{ margin:10px 0; }
	.m-super li h3, .m-super li p{ text-align: left; }
	.m-type{ display: none; }
	.f-news{ overflow: hidden; display: block; }
	.m-news .bd li .txt{ width:74%; }
	.s-type .hd,.s-contact{ display: none; }
	.s-type .bd > img{ display: none; }
	.s-type .bd a{ width: 33%; float: left; }
}
@media screen and (max-width: 785px){
	.m-service li p{ min-height: 156px; }
	.m-service .hd h3, .m-about .hd h3{ font-size: 26px; }
	.m-service .hd span, .m-about .hd span{ font-size: 26px; }
	.m-news .bd li .txt{ width: 68%; }
	#footer .m-menu{ display: none; }
	.f-copy p strong{ font-size: 26px; }
	.carousel-inner>.item>img, .carousel-inner>.item>a>img{ height: 260px; object-fit: cover; }
}
@media screen and (max-width: 640px){
	.navbar-nav > li{ min-height: 62px; box-sizing: border-box;  }
	.navbar-nav > li:hover{ background: #8fb4ff; }
	.navbar-nav > li:nth-child(1) > a,.navbar-nav > li:nth-child(2) > a,.navbar-nav > li:nth-child(3) > a,.navbar-nav > li:nth-child(4) > a,.navbar-nav > li:nth-child(7) > a,.navbar-nav > li:nth-child(10) > a{ position: relative; top:10px; }
	.navbar-nav > li > a:before{ display: none; }
	.carousel-inner>.item>img, .carousel-inner>.item>a>img{ height: 200px; object-fit: cover; }
	.h-search{ display: none; }
	.m-service li p{ display: none; }
	.m-service .hd,.m-about .hd{ padding:20px 10px; }
	.m-service .hd h3, .m-about .hd h3{ font-size: 22px; }
	.m-service .hd span, .m-about .hd span{ font-size: 22px; }
	.m-service .bd li{ width: 33%; float: left; }
	.m-service li span{ width: 100px; height:100px; padding:12px; }
	.m-service li span h3{ margin-top: 8px; }
	.m-about .hd{ margin-bottom: 0; padding:0 10px 15px; }
	.intro_txt .hd{ display: none; }
	.about_nav{ margin:10px 0; }
	.f-ewm{ margin-bottom: 40px; }
}
@media screen and (max-width: 414px){
	.about_nav{ display: none; }
	.m-super .tit img{ height: 160px; }
	.m-super .tit{ margin-top: -45px; }
	.m-super li:nth-child(3) img{ margin-left: 0; }
	.m-style .bd{ padding:0 10px; }
	#style a .img{ height: 140px; }
	.f-news span{ display: none; }
	.f-news .txt{ width: 100%; margin-bottom: 20px; }
	.m-news{ margin-bottom: 0; }
	.m-news .bd li{ padding:5px; }
	.m-news .bd li .txt{ width: 46%; }
	.f-copy{ margin-top: 0; }
	.f-link{ display: none; }
	.f-copy p strong{ font-size:32px; }
}
@media screen and (max-width: 375px){
	}