@charset "utf-8";
/*全站共用*/
a {
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul {
	padding: 0;
	margin:0;
}
ul li {
	list-style-type: none;
}
.header {
    z-index: 888888;
	padding: 20px 0;
    overflow: hidden;
	width:100%;
}
.header2{
    position: relative;
    margin-top: 15px;
    z-index: 999999;
    width: 1170px;
    margin: 0 auto;
}
.breadcrumb {
	margin: 0;
	padding: 25px 15px;
	font-size: 0;
	color: #a7a7a7;
	list-style: none
}
.breadcrumb li {
	display: inline-block;
	font-size: .875rem;
	text-transform:uppercase;
}

.breadcrumb a {
	color: #a7a7a7;
}
.breadcrumb a:hover {
	color: #0098ce
}
#container{
	position:relative;
}
.top-bar {
  z-index: 999999;          
  position: fixed;      
  top: 0;
  left: 0;
  margin-top: 0;
  min-width: 100%;
  transition: opacity .5s ease-out;
  background: rgba(255,255,255,0.9);
  -webkit-box-shadow: 0px 0px 8px 0px #d6d6d6;
    -moz-box-shadow: 0px 0px 8px 0px #d6d6d6;
    box-shadow: 0px 0px 8px 0px #d6d6d6;
}
#logo {
	float: left;
	z-index: 999999;
}
.logo_img {
	width: 100%;
	height: auto;
}
.footer_info{
	max-width: 480px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.footer_info p{
	color:#666;
	font-size:18px;
	font-weight: bold;
	margin:15px 0;
}
.navbar-collapse .navbar-nav .nav_mobile{
	display:none;
}
.right_txt_bar {
	background:#146cae;
    height: 26px;
	padding-top: 3px;
}
.mr-r-3{
	margin-right:3%;
	color:#ccc;
}
.info_icon{
	position:relative;
}
.info_icon2{
	position: relative;
    width: 150px;
    margin: 0 auto;
}
.info_list:hover:after{
content:attr(data-prompt);
position:absolute;
right:0;
top:25px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
max-width:100%;
height: auto;
text-align:center;
background: #000;
color: #fff;
padding: 5px;
border-radius: 5px;
z-index: 999999;
opacity:1;
}
.right_txt_bar2 {
	display: none;
}
.right_txt_bar ol li a{
	color:#fff;
}
.english_txt {
	background: #333;
	color: #fff;
	padding: 1px 3px 1px 3px;
	border-radius: 2px;
}
.right_txt_bar ol li {
    float: right;
    margin: 0;
    list-style-type: none;
}
.right_txt_bar ol li::before {
	content: "∣";
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 6px 0 6px;
    color: #fff;
    vertical-align: text-top;
}
.navbar-nav>li>a:before {
    content: "/";
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    margin: 0 22px 0 4px;
    vertical-align: text-top;
}
.navbar-nav>li:nth-child(6)>a:before {
    content:"";
	margin: 10px 0px 0 0px;
}
.footer_bar .info_icon2 ol li a.fab{
	font-size:24px;
}
.footer_bar ol{
	padding:0;
	margin:0;
}
.footer_bar ol li {
    float: right;
    margin: 0;
    list-style-type: none;
	width:33.33%;
}
.map_if{
	border:0; width:100%; height:600px; display: block;
}

.languages {
    color: #fff;
}
.web_top{
	overflow:hidden;
	position:relative;
}
.web_top img{
	width:100%;
	height:auto;
}
.web_top h1{
	text-shadow: 2px 2px 5px #000;
    color: #fff;
    font-size: 8rem;
    width: 100%;
    position: absolute;
    text-align: center;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.web_top span{
	color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
	text-shadow: 2px 2px 5px #000;
	height: 100%;
    top: 6.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company_banner {
    background-image: url(../images/grinding-wheel-banner.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 40vh;
}
.products_banner {
    background-image: url(../images/quick-lok-banner.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 40vh;
}
.news_banner {
    background-image: url(../images/flap-disc-banner.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 40vh;
}
.video_banner {
    background-image: url(../images/belt-banner.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 40vh;
}
.download_banner {
    background-image: url(../images/cut-off-wheel-banner.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 40vh;
}
.pd_img{
	width:100%;
	height:auto;
	max-width: 360px;
}
.web_centact{
	padding-bottom: 40px;
}
.dot{
	display: block;
    margin-top: 2%;
}
.company_txt{
	line-height:30px;
	margin: 0 0 20px 0;
}
.company_txt p{
	margin-bottom:20px
}
.company_video{
	 width:100%; 
	 min-height:450px;
}
#right_txt_bar ol li a.fab{
	font-size:24px;
}
#right_txt_bar ol li a.fas{
	font-size:24px;
}
.privacy_title_s{
	color: #d61919;
    font-size: 17px;
    font-weight: 600;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.aboutArea {
	position: relative;
	padding: 60px 0;
	background: #2c5fa0;
	margin-bottom: 20px;
}
.aboutArea .wrap {
	max-width: 1170px;
	width: 100%;
	padding: 0 25px;
	margin: 0 auto;
	text-align: center;
}
.aboutArea .titleBox {
	text-align: center;
}
.aboutArea .titleBox h1 {
	font-size: 48px;
	font-weight: normal;
	color: #FFF !important;
}
.aboutArea .titleBox em {
	font-family: Centruy Gothic, Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #fff;
}
.aboutArea .Txt {
	margin-top: 30px;
	font-size: 16px;
	color: #FFF;
	line-height: 2;
}
.aboutArea .btn {
	margin-top: 60px;
	text-align: center;
}
a.btn_color2 {
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff;
}
.comments {
	background: url(../images/comments.svg) no-repeat 8px 1px;
	background-size: 30px;
	padding: 3px 8px 8px 47px;
}
.privacy_polict {
	background: url(../images/pp.svg) no-repeat 8px 3px;
	background-size: 31px;
	padding: 3px 8px 8px 47px;
}
.caseArea {
	background: #2f9ed2;
}
.caseArea .topBox {
	padding: 80px 0;
	text-align: center;
}
.caseArea .topBox .titleBox h2 {
	font-size: 48px;
	font-weight: normal;
	color: #FFF;
}
.caseArea .topBox .titleBox em {
	font-family: Centruy Gothic, Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #66c2ed;
}
.caseArea .topBox .Txt {
	padding: 0 40px;
	font-size: 16px;
	color: #FFF;
	line-height: 2;
	max-width: 930px;
	margin: 0 auto;
	margin-top: 30px;
}
.caseArea ul.row {
	margin: 0;
}
.caseArea ul.row li {
	padding: 0;
}
.caseArea ul.row li .item {
	position: relative;
	width: 100%;
	perspective: 600;
}
.caseArea ul.row li .Img img {
	display: block;
	width: 100%;
}
.caseArea ul.row li .Txt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(47, 158, 210, 0.8);
	padding-top: 22%;
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	transition: all 0.6s ease;
	transform: rotateY(90deg);
	transform-style: preserve-3d;
}
.caseArea ul.row li .Txt h4 em {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}
.caseArea ul.row li .Txt h4 strong {
	display: block;
	margin-top: 5px;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	position: relative;
}
.caseArea ul.row li .Txt h4 strong:after {
	content: "";
	display: block;
	background: #FFF;
	width: 8px;
	height: 2px;
	margin: 0 auto;
	margin-top: 10px;
}
.caseArea ul.row li .Txt .btn {
	margin-top: 40px;
	text-align: center;
}

.caseArea ul.row li:hover .Txt {
	transform: rotateY(0deg);
	opacity: 1;
}
[class*='grid-'] {
	float: left;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
.clear-grid {
	clear: both;
	float: inherit;
}
.link-return{
	line-height:200%;
}
.contwrap{
	margin-bottom:15px;
	font-size:16px;
}
img.rwd {
	max-width: 100%;
	height: auto;
}
.work_more {
	font-size: 21px;
	width: 80%;
	max-width: 320px;
	display: block;
	margin: 36px auto;
}
.wrap {
	width: 95%;
	margin: 0 auto;
}
.ab-tit-primary {
    color: #364b84;
    font-size: 32px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dcdcdc;
}
.pone, .repone {
	background-color: #ececec;
    text-align: center;
    min-height: 350px;
    border: 4px solid #fff;
	padding: 10px;
}
.pone img {
    width: 90%;
    height: auto;
}
.pone h6 {
    color: #aaa;
}
.pone h4 {
    color: #333;
	padding-bottom: 1.25rem;
	font-size:18px;
	border-bottom: 1px solid #fff;
}
form input[type="text"] {
	border: none;
	background: none;
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	box-sizing: border-box;
}
.bannerArea .title h1 {
	font-size: 18px;
}
.bannerArea .title em {
	font-size: 31px;
}
.contentBox h2 {
	margin: 0 0 30px 0;
	font-size: 25px;
	font-weight: normal;
	color: #337ab7;
	text-align: center;
}
form .row>div {
	padding: 10px;
}
form .box {
	position: relative;
	border: 1px solid #d2d2d2;
	overflow: hidden;
}
form input[type="text"] {
	border: none;
	background: none;
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	box-sizing: border-box;
}
form select {
	border: none;
	background: none;
	color: #a9a9a9;
	width: 110%;
	height: 40px;
	padding: 5px 10px;
	box-sizing: border-box;
}
form select option {
	color: #666;
}
form .box i {
	display: block;
	font-size: 20px;
	color: #d2d2d2;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #d2d2d2;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.4s ease;
}
form .box.detail {
	padding: 10px;
}
form .box.detail i {
	border: none;
}
form .box.detail strong {
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
	color: #666;
}
form label input[type="checkbox"] {
	vertical-align: middle;
}
form textarea {
	border: none;
	background: none;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
}
form input[type="text"]:focus~i, form select:focus~i, form textarea:focus~i {
	background: #d22829;
	color: #FFF;
}
form input[type="text"]:focus, form select:focus, form textarea:focus {
	outline: none;
}
.btnArea {
	clear: both;
	margin-top: 30px;
}
.error {
	box-shadow: 0 0 10px #F00;
	border: 1px solid #B90808 !important;
}
.notelist_3 {
	overflow: hidden;
	clear: both;
	padding: 30px 0;
	border-bottom: 1px solid #ececec;
}
.notelist_3 img {
	margin: 0;
	width: 100%;
	max-width: 250px;
}
.community_sharing {
	margin-top: 24px;
}
.pl-0 {
	padding-left: 0;
}
.people_title {
	font-size: 1.75em;
	color: #6653ad;
	font-weight: 500;
}
.note_list {
	line-height: 30px;
	overflow: hidden;
	font-size: 1.20em;
}
.fb-like {
	display: block !important;
	padding: 10px 0;
}
.pagination-center{
	text-align: center;
}
.webedit{
	padding:10px;
	width: 100%;
	line-height: 30px;
}
.webedit .col-md-6{
	padding-right: 5px;
    padding-left: 5px;
}
.webedit img{
	margin:5px 0;
	display:block;
	max-width: 100%;
    max-height: 100%;
}
.news_date{
	letter-spacing: 1px;
    display: block;
    line-height: 40px;
    height: 50px;
    color: #146cae;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 15px;
}
.clearfix{
	clear:both;
}
.col_txt_flex_center_h500{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 20px !important;
	height:500px;
}
.ii_title{
	font-size: 2.75em;
	font-weight:500;
	display: block;
	color:#444;
	text-align: center;
}
.p-tb30{
	padding:30px 0;
}
ul.nav li.community_list{
	width:25%;
}
.index-news {
	float: left;
	width: 100%;
	margin: 6px 0;
}
.news-slide {
	box-sizing: border-box;
	padding: .75em 1em 0 100px;
}
.news-slide span {
	color: #666;
	font-size: 14px;
	line-height: 2.4em;
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
}
.news-slide span:first-of-type {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #333;
	font-size: 16px;
	line-height: 2em;
}
.news_pre, .news_next {
	position: absolute;
	top: 8px;
	left: 0;
	background:#fff url(../images/index-newsicon.svg) no-repeat;
	border: 1px solid #ccc;
	display: block;
	overflow: hidden;
	height: 24px;
	width: 35px;
	cursor: pointer;
	float: left;
}
.news_pre {
	background-position: 1px 0px;
	border-radius: 5px 0 0 5px;
	left: 15px;
}
.news_next {
	background-position: -34px 0px;
	border-radius: 0 5px 5px 0;
	left: 50px;
	border-left: 0;
}
.idx_wrap{
	max-width: 1170px;
    margin: 0 auto;
}
.std_input {
    border: 1px solid #a8a8a8!important;
    border-right: 1px solid #d8d8d8!important;
    border-bottom: 1px solid #d8d8d8!important;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 1px 2px #ededed;
    box-shadow: inset 1px 1px 2px #ededed;
    background: #fbfbfb;
    color: #555;
    height: 15px;
    width: 80%!important;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 6px;
    padding-left: 5px;
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-slider * {
	outline: 0;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin: 0 auto;
	background: #fff;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
    float: left;
    width: 97%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .swiper_wrap{
			position: relative;
			width: 100%;
			height: 40px;
			margin: 0 auto;
			overflow: hidden;
		}
		 .swiper_wrap ul{
			position: relative;
			top: 0;
			left: 0;
			height: 40px;
			line-height:40px;
			float: right;
			width: 88%;
		 	}
		.swiper_wrap ul li{
			line-height: 40px;

		}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none;
}
.idx-pd-1{
	background:#f2f3f7 url(../images/idx_pd01.jpg) right bottom no-repeat;
	padding:30px 10px 0 30px;
	height: 24vw;
	background-size:cover;
}
.idx-pd-2{
	background:#eaebed url(../images/idx_pd02.jpg) right bottom no-repeat;
	padding:30px 10px 0 30px;
	height: 24vw;
	background-size:cover;
}
.idx-pd-3{
	background:#f2f3f7 url(../images/idx_pd03.jpg) right bottom no-repeat;
	padding:30px 10px 0 30px;
	height: 24vw;
	background-size:cover;
}
.footer_copyright{
    background: #ececec;
    overflow: hidden;
    display: block;
    padding: 2rem;
}
.footer_02{
	text-align: center;
	float:left;
	width:100%;
	font-size: 12px;
    margin: 15px 0 3px 0;
}
.footer_03{
	text-align:center;
	float:left;
	width:100%;
	font-size: 12px;
}

.headquater {
    width: 35%;
    text-align: left;
	color: #929292;
	float: left;
}
.l-books__block__archive {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 36px auto 0 auto;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.is-fadeup.is-show {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;

	display: block;
}
.is-fadeup.is-show:hover{
	opacity: 0.7;
}
.l-books__box__inner {
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	width: 25%;
	margin-bottom:25px;
}
.l-books__box__pic-container {
    text-align: center;
}
.l-books__box__text{
	text-align:center;
}
.l-books__box__pic {
    position: relative;
    text-align: center;
}
.l-books__box__pic img {
    width: 80%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(94,99,97,0.5);
}
.l-books__box__text h4 {
    font-size: 18px;
    padding: 14px 0 8px 0;
    text-align: center;
    line-height: 24px;
	font-weight: 600;
}
.l-books__box__text p {
    font-size: 12px;
    padding: 0 10px;
}
.l-books__box__text__viewmore {
    float: right;
    width: 140px;
    text-align: left;
    margin-top: 20px;
}
.l-books__box__text__viewmore__arrow {
    position: relative;
    display: block;
    height: 10px;
}
.l-books__box__text__viewmore__text {
    font-size: 12px;
}
.l-contents__right {
    padding: 0 10px;
}

<!---->

.l-video__block__archive {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 36px auto 0 auto;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.is-fadeup.is-show {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;

	display: block;
}
.is-fadeup.is-show:hover{
	opacity: 0.7;
}
.l-video__box__inner {
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	width: 33.333333%;
	margin-bottom:25px;
}
.l-video__box__pic-container {
    text-align: center;
}
.l-video__box__text{
	text-align:center;
}
.l-video__box__pic {
    position: relative;
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.l-video__box__pic img {
    width: 80%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(94,99,97,0.5);
}
.l-video__box__text h4 {
    font-size: 18px;
    padding: 14px 0 8px 0;
    text-align: center;
    line-height: 24px;
}
.l-video__box__text p {
    font-size: 12px;
    padding: 0 10px;
}
.l-video__box__text__viewmore {
    float: right;
    width: 140px;
    text-align: left;
    margin-top: 20px;
}
.l-video__box__text__viewmore__arrow {
    position: relative;
    display: block;
    height: 10px;
}
.l-video__box__text__viewmore__text {
    font-size: 12px;
}
.yt_icon{
	width: auto !important;
	box-shadow:none !important;
    position: absolute;
}



.My-10pt-w2{
	font-size: 10pt;
    color: #FFFFFF;
    font-family: arial;
    line-height: 150%;
    letter-spacing: 1pt;
}
.pd_table tr td{
	border:1px solid #fff;
	line-height: 2;
}
.ovh {
    overflow: hidden;
}
.pbanner {
    background-image: url(../images/probg.jpg);
    background-size: cover;
}
.wrap-fs {
    width: 100%;
	    margin-top: 70px;
}
.pbanner .pinfo h1,h2{
  color: #444;
}
.paTxs60 {
    padding-top: 3.75rem;
}
.paTxs20 {
    padding-top: 1.25rem;
}
.edit p {
    padding-bottom: 2rem;
	line-height: 30px;
}
.edit h5 {
    font-size: 24px;
    padding: 2rem 0 1rem 0;
}
.pd_list_m{
	border-bottom: dashed 1px #e6e6e6;
}
.edit h2 {
    font-size: 32px;
	text-align:center;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.textCxs{
	text-align:center;
}
.vertical_car{
    width: 100%;
    padding: 2%;
    margin: 0 auto;
    line-height: 2;
    background: #e9f9ff;
    clear: both;
    margin-bottom: 2%;
}
.vertical_car h5{
	border: 0;
    margin-top: 0;
	padding:0;
}
.pd_brand{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1484ae+0,146cae+100 */
background: #1484ae; /* Old browsers */
background: -moz-linear-gradient(top, #1484ae 0%, #146cae 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1484ae 0%,#146cae 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1484ae 0%,#146cae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1484ae', endColorstr='#146cae',GradientType=0 ); /* IE6-9 */
padding:2rem 0;
}
.col-sm-1-5 > .brand_txt > h2{
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:3rem;
}
.col-sm-1-5 > .brand_txt2 > h2{
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
	font-weight:bold;
	font-size:3rem;
}
.col-sm-1-5 > .brand_txt > span{
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
	display: block;
}
.col-sm-1-5 > .brand_img > a > img{
	padding-bottom:12px;
	width: 100%;
    height: auto;
}
.brand-content{
	margin: 50px auto;
}
.brand-content h2{
    font-family: "Century Gothic Regular","Open Sans Regular","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5em;
    line-height: 1.4;
	font-size: 4.5rem;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.brand-content p{
	font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}
.alignright{
	max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
	float: right;
}
@media (min-width: 1025px){
.wrap {
    width: 100%;
    max-width: 1170px;
}
.paR30 {
    padding-right: 1.875rem;
}
.paTxs20 {
    padding-top: 1.25rem;
}
}
@media (min-width: 680px){
.wrap {
    width: 89.5%;
}
.pbanner .pinfo {
    padding-top: 13%;
    display: inline-block;
    vertical-align: middle;
}
}
@media (min-width: 1280px){
.pbanner .pinfo {
    padding-top: 15%;
	
}
.floatlg {
    float: left;
}
.col-md-push-1 {
    left: 8.33333%;
}
.floatRlg {
    float: right;
}
}

@media (max-width: 767px){
.pbanner .pinfo {
    padding-top: 0%;
}
.edit h5 {
    padding: 0 0 1rem 0;
}
.top-bar {
  padding-bottom:0;
}
.map_if{
	height:450px;
}
.l-books__box__inner {
	width: 50%;
}
.l-books__box__text h4 {
    font-size: 13px;
    padding: 10px 0 5px 0;
    text-align: center;
    line-height: 18px;
}
.l-books__box__text {
    padding: 0 5px;
}
.l-books__box__text .btn{
	    font-size: 13px;
	}
}




@media (max-width: 1680px) {
	.contact_link {
		background: #de0000 url(../images/contact_icon.png) no-repeat 12px 12px !important;
		color: #fff !important;
		padding-left: 48px !important;
		background-size: 36px;
	}
	#columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 1360px) {
	.idx_pd_title {
    font-size: 32px;
}
.idx_pd_title span {
    font-size: 14px;
    width: 45%;
	line-height:21px;
}
.idx-pd-1 {
    padding: 15px 10px 0 24px;
}
.idx-pd-2 {
    padding: 15px 10px 0 24px;
}
.idx-pd-3 {
    padding: 15px 10px 0 24px;
}
.idx_company {
    padding: 2rem 1rem 4rem;
}
}
@media (max-width: 1199px) {
	.aboutArea {
		padding: 40px 0;
	}
	.aboutArea .btn {
		margin-top: 40px;
	}
#right_txt_bar {
    display: block;
    float: right;
    margin-right: 2%;
}
.company_video{
	 width:100%; 
	 min-height: 400px;
}
.header2{
    position: relative;
    margin-top: 15px;
    z-index: 999999;
    width: 95%;
    margin: 0 auto;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
.pd_brand > .container > .col-sm-1-5 > .brand_img > img{
	width:80%;
}

.navbar-nav>li>a:before {
    content: "/";
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 18px 0 4px;
    vertical-align: text-top;
}
.col-sm-1-5 > .brand_txt > h2{
	font-size:2.5rem;
}
.col-sm-1-5 > .brand_txt2 > h2{
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
	font-weight:bold;
	font-size:2.5rem;
}
}

@media (max-width: 991px) {
	#logo {
    float: left;
    line-height: 0;
    z-index: 999999;
    margin: 0;
	width: 136px;
}
	 .swiper_wrap ul{
			width: 80%;
		 	}
.wrap-fs {
    margin-top: 100px;
}
.company_video{
	 width:100%; 
	 min-height: 350px;
	 margin-top:20px;
}
.navbar-nav>li {
    float: right;
    width: 19%;
    text-align: center;
}
.idx-pd-1 {
    padding: 8px 10px 0 16px;
}
.idx-pd-2 {
    padding: 8px 10px 0 16px;
}
.idx-pd-3 {
    padding: 8px 10px 0 16px;
}
.idx_pd_title {
    font-size: 24px;
}
.idx_pd_title span {
    font-size: 12px;
    line-height: 18px;
}
.info_list:hover:after{
content:attr(data-prompt);
position:absolute;
right:0;
top:30px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
max-width:100%;
height: auto;
text-align:center;
background: #000;
color: #fff;
padding: 5px;
border-radius: 5px;
z-index: 999999;
opacity:1;
}
.navbar-nav>li>a:before {
    content:"";
	margin: 0 0px 0 0px;
}
.col-sm-1-5 > .brand_txt > h2{
	font-size:2rem;
}
.col-sm-1-5 > .brand_txt2 > h2{
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
	font-weight:bold;
	font-size:2rem;
}
.col_txt_flex_center_h500{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 20px !important;
	height:100%;
}
}
@media (max-width: 767px) {
.webedit {
    padding: 0 10px;
    width: 100%;
}
.news_list{
	padding: 0 10px;
}
.work_edit{
    padding: 0 10px;
}
.idx-pd-1{
    height: 57vw;
}
.idx-pd-2{
	height: 61vw;
}
.idx-pd-3{
    height: 60vw;
}
#logo {
    position: absolute;
    margin-left: 4%;
}
.contentBox{
	padding: 0 12px;
}
	.navbar-default {
		width: 100%;
	}
	.navbar-nav>li {
		width: 100%;
	}
	.navbar-collapse{
	background: #fff;
    margin-top: 20px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 18px;
		text-align: center;
	}
	.navbar-nav>li:nth-child(5) {
		margin-bottom: 12px;
	}
	.navbar-nav {
		    margin: 0;
	}
	#right_txt_bar {
    display: none;
}
.navbar-collapse .navbar-nav .nav_pc{
	display:none;
}
.navbar-collapse .navbar-nav .nav_mobile{
	display:block;
	border-bottom:dotted 1px #ccc;
}
	.pr-0 {
		padding-right: 0;
	}
	.pd-0 {
		padding: 0;
	}
	.notelist_3 .col-xs-12 {
		text-align: center;
	}
	.notelist_3 img {
		margin-bottom: 20px;
	}
.idx_pd_title {
    font-size: 32px;
}
.idx-pd-1 {
    padding: 16px 10px 0 16px;
}
.idx-pd-2 {
    padding: 16px 10px 0 16px;
}
.idx-pd-3 {
    padding: 16px 10px 0 16px;
}
.idx_pd_title span {
    font-size: 16px;
    line-height: 30px;
}
.news-slide span {
    margin-left: 10px;
}
.right_txt_bar {
    padding: 3px 12px 0 0;
}

.company_video{
	 width:100%; 
	 min-height: 300px;
	 margin-top:20px;
}
.info_list_m:hover:after{
content:attr(data-prompt);
position:absolute;
right:2%;
bottom:58px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
max-width:100%;
height: auto;
text-align:center;
background: #000;
color: #fff;
padding: 5px;
border-radius: 5px;
z-index: 999999;
}
.header2{
    width: 100%;
	overflow: hidden;
}
.ii_title {
    font-size: 1.8em;
}
.l-video__box__inner {
	width: 50%;
}
.l-video__box__text h4 {
    font-size: 15px;
    padding: 14px 0 8px 0;

}

.pd_brand > .container > .col-sm-1-5 > .brand_img > img{
	padding-bottom:12px;
}
.pd_brand > .container > .col-sm-1-5{
	float:left;
	width:33.3333%;
	padding-bottom: 30px;
}
.company_brand .col-sm-1-5{
	float:left;
	width:33.3333%;
	padding-bottom: 30px;
}
.company_banner {
    height: 30vh;
}
.products_banner {
    height: 30vh;
}
.news_banner {
    height: 30vh;
}
.video_banner {
    height: 30vh;
}
.download_banner {
    height: 30vh;
}
.web_top h1 {
    font-size: 5rem;
}
.web_top span {
    top: 5vh;
    font-size: 12px;
}
}
@media (min-width: 768px) {
.navbar-nav>li:nth-child(3) {
    width: 12%;
}
.navbar-nav>li:nth-child(4) {
    width: 12%;
}
.navbar-nav>li:nth-child(6) {
    width: 13%;
}
}
@media (max-width: 640px) {
.company_video{
	 width:100%; 
	 min-height: 250px;
	 margin-top:20px;
}
	 .swiper_wrap ul{
			width: 75%;
	}
}
@media (max-width: 480px) {
	.is-fadeup.is-show {
    width: 100%;
}
.idx_pd_title span {
    font-size: 13px;
    line-height: 21px;
}
.idx_pd_title {
    font-size: 24px;
}
.wrap-fs {
    margin-top: 90px;
}
.company_video{
	 width:100%; 
	 min-height: 200px;
	 margin-top:20px;
}
	 .swiper_wrap ul{
			width: 70%;
		 	}
	.map_if{
	 height:350px;
}
.pd_brand > .container > .col-sm-1-5{
	float:left;
	width:50%;
	padding-bottom: 30px;
}
.company_brand .col-sm-1-5{
	float:left;
	width:50%;
	padding-bottom: 30px;
}
}

.row {
	margin: 0 -10px;
}
.grid-m-12 {
	width: 100%;
}
.grid-m-11 {
	width: 91.666663%;
}
.grid-m-10 {
	width: 83.33%;
}
.grid-m-9 {
	width: 74.999997%;
}
.grid-m-8 {
	width: 66.66666664%;
}
.grid-m-7 {
	width: 58.333%;
}
.grid-m-6 {
	width: 50%;
}
.grid-m-5 {
	width: 41.6665%;
}
.grid-m-4 {
	width: 33.33%;
}
.grid-m-3 {
	width: 24.99%;
}
.grid-m-2 {
	width: 16.66666%;
}
.grid-m-1 {
	width: 8.33%;
}
@media (min-width:720px) {
	.grid-12 {
		width: 100%;
	}
	.grid-11 {
		width: 91.666663%;
	}
	.grid-10 {
		width: 83.33%;
	}
	.grid-9 {
		width: 74.999997%;
	}
	.grid-8 {
		width: 66.66666664%;
	}
	.grid-7 {
		width: 58.333%;
	}
	.grid-6 {
		width: 50%;
	}
	.grid-5 {
		width: 41.6665%;
	}
	.grid-4 {
		width: 33.33%;
	}
	.grid-3 {
		width: 24.99%;
	}
	.grid-2 {
		width: 16.66666%;
	}
	.grid-1 {
		width: 8.33%;
	}
	.grid-t-12 {
		width: 100%;
	}
	.grid-t-11 {
		width: 91.666663%;
	}
	.grid-t-10 {
		width: 83.33%;
	}
	.grid-t-9 {
		width: 74.999997%;
	}
	.grid-t-8 {
		width: 66.66666664%;
	}
	.grid-t-7 {
		width: 58.333%;
	}
	.grid-t-6 {
		width: 50%;
	}
	.grid-t-5 {
		width: 41.6665%;
	}
	.grid-t-4 {
		width: 33.33%;
	}
	.grid-t-3 {
		width: 24.99%;
	}
	.grid-t-2 {
		width: 16.66666%;
	}
	.grid-t-1 {
		width: 8.33%;
	}
}
@media only screen and (min-width:1024px) {
	.grid-tl-12 {
		width: 100%;
	}
	.grid-tl-11 {
		width: 91.666663%;
	}
	.grid-tl-10 {
		width: 83.33%;
	}
	.grid-tl-9 {
		width: 74.999997%;
	}
	.grid-tl-8 {
		width: 66.66666664%;
	}
	.grid-tl-7 {
		width: 58.333%;
	}
	.grid-tl-6 {
		width: 50%;
	}
	.grid-tl-5 {
		width: 41.6665%;
	}
	.grid-tl-4 {
		width: 33.33%;
	}
	.grid-tl-3 {
		width: 24.99%;
	}
	.grid-tl-2 {
		width: 16.66666%;
	}
	.grid-tl-1 {
		width: 8.33%;
	}
}
@media only screen and (min-width:1200px) {
	.grid-d-12 {
		width: 100%;
	}
	.grid-d-11 {
		width: 91.666663%;
	}
	.grid-d-10 {
		width: 83.33%;
	}
	.grid-d-9 {
		width: 74.999997%;
	}
	.grid-d-8 {
		width: 66.66666664%;
	}
	.grid-d-7 {
		width: 58.333%;
	}
	.grid-d-6 {
		width: 50%;
	}
	.grid-d-5 {
		width: 41.6665%;
	}
	.grid-d-4 {
		width: 33.33%;
	}
	.grid-d-3 {
		width: 24.99%;
	}
	.grid-d-2 {
		width: 16.66666%;
	}
	.grid-d-1 {
		width: 8.33%;
	}
}
/* define bootstrap 5 columns */.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	text-align: center;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
	
}

@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}