﻿/* General */
body{
	overflow-x: hidden;
}
.graybg{ background:#f1f1f1}
.border{ border:1px solid #eee;}
.mt-30{ margin-top:30px;}
.mt-50{ margin-top:50px;}
.mb-30{ margin-bottom:30px;}
.mb-50{ margin-bottom:50px;}
.f-l{float:left;}

#to-top{
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	padding: 15px;
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1999;
	border-radius: 3px;
}
.no-decoration,.no-decoration:hover,.no-decoration:visited,.no-decoration:active,.no-decoration:focus{
    text-decoration:none;
}

.dark-bg{
    position:relative;
}

.dark-bg .container{
    z-index:100;
    position: relative;
}

.dark-bg:after{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    background: rgba(0,0,0,0.75);
}

.relative-pos{
    position: relative;
}

.no-padding{
    padding: 0;
}

.top-header__main{
}

.social--top{
    padding: 15px 0 10px 0;
}

.square{
    display: block;
    width:57px;
    height:57px; font-size:30px;
    border:1px solid #eee; color:#d8211b;
    text-align: center; border-radius:30px;
    cursor:pointer;
}
.square i{
    padding-top: 15px;
}
.header-contacts__one span{ font-size:25px; margin-left:10px; color:#d8211b;
}
.tcontacts{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.social__one{
    margin-right: 5px;
    float:left;
    cursor:pointer;
    text-decoration: none;
}

.header-contacts{
}

.header-contacts__one{
    float: right;
    margin-left: 25px;
}

.header-contacts__phone{
    display: inline-block;
}


.header-contacts__contact{
    font:20px "Microsoft Yahei";
	color:#d8211b;
    text-decoration: none;
    margin-left: 10px;
}

.header-contacts__contact:hover,.header-contacts__contact:focus,.header-contacts__contact:visited,.header-contacts__contact:active{
    text-decoration: none;
}
.right-side{ float:right}

.right-side ul li {
  border-left: 1px solid #fff;
  padding: 10px 25px 14px 22px; list-style:none; float:left;
}
.right-side ul li:last-child {border-right: 1px solid #fff;}
.right-side ul li a {
  font-size: 15px;
  color: #393939;
}
.right-side ul li a:hover{color:#d8211b;}

.top-nav__main{
    padding: 35px 0 0px 0;
    z-index:2000;
    position: relative;
}

.logo{
    display: block;
    float:left;
    margin-top: -10px;
}

.logo__moto{
    display: inline-block;
    margin-right: 5px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.logo:hover,.logo:focus,.logo:visited,.logo:active{
    text-decoration: none;
}

/* Search Modal */
.transition{
	-webkit-transition:all 300ms ease 0s;
	-moz-transition:all 300ms ease 0s;
	-o-transition:all 300ms ease 0s;
	transition:all 300ms ease 0s;
}
.search-form-modal{
	background-color: rgba(0, 0, 0, 0.8);
	height:0;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}
.search-form-modal.open{
	height:100%
}
.search-form_close{
	color:#fff;
	cursor:pointer;
	font-size:20px;
	position:absolute;
	right:15px;
	top:-20px;
}
.header_search_form{
	bottom:0;
	display:block;
	height:80px;
	left:0;
	margin:auto;
	max-width:550px;
	padding:15px;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	box-shadow: none;
}
.header_search_form .form-group{
	float:left;
	height:100%;
	width:68%;
}
.header_search_form .form-group .form-control{
	border-color:#fff;
	border-style:solid none solid solid;
	border-width:2px 0 2px 2px;
	font-size:16px;
	height:100%;
	float:left;
	width:100%;
	padding:10px 15px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.header_search_form .btn_search{
	border:2px solid #d8211b; background:#d8211b;
	color:#fff;
	float:right;
	font-size:16px;
	height:100%;
	text-transform:uppercase;
	width:32%;text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

/* Main Menu */
.navbg{ background:#0254a8; padding:20px 0 10px; margin-top:25px;}
.main-nav{ float:left
}

.main-nav ul{ float:left
}

.main-nav li{
    list-style:none; 
	float:left;
    position:relative;
}

.main-nav > ul > li > ul {
	border-radius: 0px;
	padding: 0px;
	box-shadow: none;
	left: 50px;
	margin:0px;
	min-width: 250px;
}

.main-nav > ul > li > ul li{
    float:none;
    font:400 14px "Microsoft Yahei";
    text-align: left;
}

.main-nav > ul > li > ul li a {
	padding: 10px 0px 10px 30px;
	text-align: left;
}
.main-nav li a{
    padding: 0 35px; color:#fff;
}
.main-nav li a:hover{ color:#000}
.dropdown-menu li a{ color:#444;}

.main-nav__separator{
    display: inline-block;
    vertical-align: middle;
}

.main-nav__separator > span{
    width:2px;
    height:2px;
    margin-bottom: 2px;
    display:block;
    position: relative;
    right:-1px;
}

.main-nav__search{
    float:right;
    display:block;
    width:30px;
    height:30px;
    text-align: center;
    margin: 0px 0 0 15px;
}

#nav{
    padding: 0;
    margin-bottom: 0;
}

/* Slider */
.sliders__main{
    padding: 0;
    position: relative;
}

.bx-wrapper .bx-viewport{
    box-shadow:none;
    border:none;
    left:0;
    background: none;
}

.sliders .bx-wrapper .bx-prev{
    background: rgba(25,27,39,0.3);
    border-radius: 0;
    width:50px!important;
    height:50px!important;
    margin-top: -25px!important;
    left:0;
    text-align: center;
    padding-top: 14px;
}

.sliders .bx-wrapper .bx-next{
    background: rgba(0,0,0,0.5);
    border-radius: 0;
    width:50px!important;
    height:50px!important;
    margin-top: -25px!important;
    right:0;
    text-align: center;
    padding-top: 14px;
}

.sliders .bx-wrapper .bx-controls-direction a{
    text-indent: 0;
    z-index: 1999;
    opacity: 0.8;
}

.sliders .bx-wrapper .bx-controls-direction a span.fa{
    font-size:26px; color:#fff
}

.sliders .bx-wrapper .bx-controls-direction a:hover{
    opacity: 1;
}

.sliders__text{
    position: absolute;
    z-index:1000;
    top:25%;
    right:20%;
    left:20%;
    margin-left: 25px;
    max-width:560px;
}

.sliders__text h2{
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font:400 25px "Microsoft Yahei";
    letter-spacing:2px;
}

.sliders__text h3{
    text-transform: uppercase;
    position: relative;
    margin: 0 0 50px 0;
    padding-bottom: 40px;
    font:900 50px "Microsoft Yahei";
    letter-spacing:2px;
}

/**标题样式**/
.line{
    display: block;
    position: absolute;
    top:100%;
    left:45.9%;
    overflow:hidden;
}
.line2{
    display: block;
    position: absolute;
    top:100%;
    left:0%;
    overflow:hidden;
}
.line__first,.line__second{
    display: block; background:#0254a8;
    width: 50%;
    float:left;
    height:4px;
}
.line--slider{
    width:33%;
}
.line--slider .line__first,.line--slider .line__second{
    height:5px;
}
.sliders__text p{
    font:300 20px "Microsoft Yahei";
    margin-bottom: 50px;
}

.button{
   font:700 14px "Microsoft Yahei";
   text-transform: uppercase;
   padding:15px 25px;
   border-radius:0;
}

.button:hover,.button:focus,.button:visited,.button:active{
    text-decoration:none;
}

.button--red{ background:#0254a8; color:#fff}
.button--red:hover{ background:#db2317; color:#fff
}

.triangle{
    position: relative;
}

.triangle:after{
    width:0;
    height:0;
    content:'';
	border-bottom: 10px solid red; 
	border-right: 10px solid transparent;
    position:absolute;
    bottom:-1px;
    left:-1px;
}

.title{
    font:300 28px "Microsoft Yahei";
    margin: 0;
}

.title__bold{
    font-weight:700; font-size:45px; margin:0 10px; color:#0254a8;font-style: italic;
    text-transform: uppercase;
}
.title__bold2{
    font-weight:700; font-size:35px; margin:0 10px 0 0; color:#0254a8;
    text-transform: uppercase;
}

.title-en{ font-size:18px; color:#777; margin:0}
.title-en2{ font-size:18px; color:#777; margin:0; line-height:30px}
.title-en3{ font-size:18px; color:#fff;}

/**热门产品**/
.numbers{    }
.numbers > .container > div{
    margin-bottom: -5px;
    padding-bottom: 130px;
    position: relative;
    z-index:100;
}
.numbers__one{
    width:16%;
    float:left;
    margin-right: 5%;
}
.numbers__one:last-child{
    margin-right: 0;
}
.numbers__head{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.numbers__head span.fa{
    font-size:40px;
}
.line--slim{
    width:100%;
}
.line--slim .line__first{
    width:34%;
    margin-right: 1%;
    height:3px;
}
.line--slim .line__second{
    width:65%;
    height:3px;
}
.numbers__num{
    font:700 32px "Microsoft Yahei";
}
.number__desc{
    font:300 26px "Microsoft Yahei";
}
.newproduct{
    padding: 40px 0 30px;
    background:#f1f1f1;
    background-size: cover;
}
.newproduct h3{ color:#0254a8; font:800 20px "Microsoft Yahei"; margin-top:0}
.line__second{ background:#777}
.newproduct .owl-carousel .owl-item:nth-child(2n-1) .item{
    padding-right: 15px;
}
.newproduct .owl-carousel .item{
    padding:0 15px;
}
.newproduct .owl-controls{
    margin-top: 25px;
}
.offer{
    overflow: hidden;
}
.more{ float:right;}
.more:hover{ color:#f00}
.title__bold span{
    text-transform: none;
}
.newproduct h2.title{
    text-align: center;
    margin-bottom: 40px;
}
.line--small{
   width:100px;
}
.newproduct h2.title .line--small{
    left:50%;
    margin-left: -50px;
}
.offer__img{
    float:left;
}
.offer__img img{
    border-bottom:2px solid #0254a8;
}
.offer h4.title{
    font-size:14px; font-weight:500;
    margin-top:20px; text-align:center
}
.offer__price{
    font:400 14px "Microsoft Yahei";
    margin-bottom: 30px;
}
.offer__price span{
    display: inline-block;
    font:700 20px "Microsoft Yahei";
    position: relative;
    bottom:-2px;
    margin:0 4px;
}
.list{
    padding: 0;
    list-style:none;
}
.offer .list{
    margin-bottom: 30px;
}
.list li{
    font:300 14px "Microsoft Yahei";
    margin-bottom: 8px;
}
.list li:last-child{
    margin-bottom: 0;
}
.list__circle{
    width:12px;
    height:12px;
    border:1px solid #fff;
    border-radius:10px;
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    margin-right: 10px;
}
.list__circle span.fa{
    font-size:8px; color:#db2317;
    position: absolute;
    top:50%;
    margin-top: -4px;
    left:50%;
    margin-left: -4px;
}



/**服务支持**/
.service{ margin:80px 0}
.youshi__block{
    padding: 1px 1px 35px 1px;
    margin-top: -15px;
    height:251px;
}
.youshi__block--center{
    padding: 0;
    box-shadow:0 0 40px rgba(0,0,0,0.3);
    margin-top: -82px;
    height:318px;
}
.youshi__block h2{
    margin: 0 0 15px 0;
    text-align: center;
}
.youshi__img{
    height:125px;
    width:125px;
    margin: -30px auto 45px auto;
    position: relative;
    z-index: 1999;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding-top: 35px;
    text-align: center;
}
.youshi__img--bike{
    padding-top: 15px;
}
.youshi__img span.fa{
    font-size:50px;
}
.triangle--block:after{
    border-bottom: 13px solid red; 
	border-right: 13px solid transparent;
    bottom:0px;
    left:0px;
}
.triangle--block-center:after{
    border-bottom: 13px solid red; 
	border-right: 13px solid transparent;
    left:0;
    bottom:0;
}
.line-down{
    border-bottom: 2px solid #0254a8;
}
.text{
    font:14px "Microsoft Yahei";
    margin: 0;
    line-height:1.5;
}
.youshi__block p{
    text-align: center;
}

.youshi__color-block{
    padding: 35px 0;
    height:143px;
}
.we-are{
   padding: 80px 0; 
}
.title--main{ text-align:center;
    font-size:36px;
    position: relative;
    padding-bottom: 15px;
    margin:0 0 35px 0;
}
.line--title{
    width:100px;
}
.line--title .line__first{
    height:4px;
    margin-right: 2%;
    width:49%;
}
.line--title .line__second{
    height:4px;
    width:49%;
}
.text--youshi{
    font:300 14px "Microsoft Yahei";
    line-height:1.5;
    margin-bottom: 45px;
}
.service__img{ background:#eee; padding:0px;
    margin-bottom: 0px;
}
.service__block{ background:#eee;
    padding: 20px 40px 40px; margin-bottom:0px;
}
.title--block{
    font-size:24px;
    margin: 0 0 25px 0;
}
.service__block p.text{
    margin-bottom:0px ;
}
.button--main{
    width:100px;
    padding:5px 0;
    font:700 11px "Microsoft Yahei";
}
.service > .container >.row > div:last-child .service__img{
    margin: 0px 0 0 0;
}


/**关于我们**/
.about{
    padding: 80px 0 ;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f6f6f6 0%, #fbfbfb 38%, #f7f7f7 39%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f6f6f6), color-stop(38%,#fbfbfb), color-stop(39%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(135deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.about__main{
}
.about__main p{ line-height:30px;}
.after{
    position: relative;
}
.after:after{
    position: absolute;
    height:5px;
    left:0;
    top:100%;
    width:100%;
    content:'';
    z-index:1000;
}
.about .container > div{
    
}
.square--toggle{
    border:none;
    padding-top: 7.5px;
    font-size:12px;
}
.about__info{
    border-bottom:1px solid #eee;
}
.about__title{
    margin: 0 0 0 20px;
    padding:23px 0 20px 0;
    position: relative;
    overflow: hidden;
}
.about__title:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    border-top:1px solid #eee;
    margin-left: 10px;
}
.about__info-block:first-child .about__title:before{
    margin-left: 20px;
}
.about__title a:first-child{
    font:400 15px "Microsoft Yahei";
    margin-top: 5px;
}
.about__title a:first-child:hover{
    font-weight:bold;
}
.about__text{
    margin:0 0 0 0;
    padding-left: 20px;
    font:300 14px "Microsoft Yahei";
    line-height:1.5;
    padding-bottom: 35px;
    display:none;
}
.triangle--about:after{
    border-bottom: 12px solid red;
    border-right: 12px solid transparent;
    left:0;
    bottom:0;
}
.about__info-block--active .about__text{
    display: block;
}
.about__info-block--active .about__title a:first-child{
    font-weight: bold;
}



/**加工设备**/
.listings{
    padding: 60px 0;
    margin: 60px 0;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f6f6f6 0%, #fbfbfb 38%, #f7f7f7 39%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f6f6f6), color-stop(38%,#fbfbfb), color-stop(39%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(135deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.tab-toggles{ margin:0px 0 20px;
    font-size:0;
}

.button--grey{
    border:1px solid #ddd; color:#0254a8
}

.button--active{
    position: relative;
}

.button--active:after{
    width: 0;
    height: 0;
    content: '';
    border-bottom: 7px solid red;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -1px;
    left: -1px;
}

.listing-youshi{
    display: block;
    position: relative;
}

.triangle.line-down:after{
    bottom: -1px;
}

.listing-youshi__title > h4{
    font:400 14px "Microsoft Yahei";
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    text-align: center; background:#fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

.listing-youshi__hidden{
    padding: 35px 5px;
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    text-align: center;
    display: none;
}

.listing-youshi:hover .listing-youshi__hidden{
    display: block;
}

.listing-youshi.line-down.triangle:hover:after{
    bottom: -2px;
    border-bottom: 12px solid red;
    border-right: 12px solid transparent;
}

.listing-youshi__hidden > h3{
    margin: 0 0 10px 0;
    font:700 14px "Microsoft Yahei";
}

.listing-youshi__hidden > p{
    margin: 0 0 10px 0;
    font:300 14px "Microsoft Yahei";
}


/**5大优势**/
.youshi{ margin:80px 0}
.youshi_con .youshi__block{
    margin-top: 0;
    height: 450px;
    background: transparent!important;
    box-shadow: none;
}
.youshi__title{
    padding: 20px; background:#0254a8; height: 90px;
}
.youshi__text{
    padding: 40px 0; 
}
.youshi__title h4{ color:#fff;}
.youshi__text i{ color:#0254a8}
.youshi__text p{
    text-align: left; 
	font-size:14px; height:150px;
	color:#333;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

/**合作伙伴**/
.worker__photo{ margin:0 10px;}
.partner {
    padding: 60px 0;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f6f6f6 0%, #fbfbfb 38%, #f7f7f7 39%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f6f6f6), color-stop(38%,#fbfbfb), color-stop(39%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(135deg,  #f6f6f6 0%,#fbfbfb 38%,#f7f7f7 39%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}




/**联系方式**/
.contact{
    padding: 30px 0 0px;
}
.contact__phone{ margin-top:30px;}
.contact__square{ padding:10px 50px;
    text-align: center;
    margin: 0 auto 45px auto; 
    height: 200px;
    margin-top: -45px; background:#fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

.contact__square.triangle:after{
    left:0;
    bottom: 0;
}

.contact__square span.fa-mobile{
    font-size:45px; color:#d8211b;
    margin-top: 20px;
}

.contact__square span.fa-map-marker{
    font-size:35px; color:#d8211b;
    margin-top: 27px;
}

.contact__square span.fa-envelope-o{
    font-size:25px; color:#d8211b;
    margin-top: 32px;
}

.contact__phone > h3{
    font: 700 16px "Microsoft Yahei";
    margin: 0 0 25px 0;
    text-align: center;
}

.contact__phone > p{
    font: 300 16px "Microsoft Yahei";
    text-align: center;
}


/* Footer */
.footer-main-home{
    background:#0254a8;
    padding: 50px 0;
}
.footer-block{
    margin-right: 5px;
}
.footer-title{
    text-transform: uppercase;
    font:600 18px "Microsoft Yahei"; 
    margin: 0 0 25px 0; color:#fff;
}
.footer-block p a{ color:#fff;}
.footer-block p a:hover{ color:#ccc}

.ewm p{ width:134px; text-align:center; padding-top:10px;color:#fff;}

.phone{
   font:700 26px "Microsoft Yahei";
   margin-bottom: 35px;
}
.email{
    margin-top: 20px;
    font:300 14px "Microsoft Yahei";
}
.footer-bottom-home{
    padding: 30px 0;
    text-align: center;
}
.footer-bottom-home .copyright{
    margin: 0;
}



.i-tab{ width:100%; }
.i-tab td{ line-height:36px; font-size:14px; color:#5d5d5d; text-align:center; 
    border-bottom:1px solid #eee; padding:5px;
    border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-top:1px solid #eee;
}
.i-tab td.last{ border-right:1px solid #dcdcdc; }
.i-tab tr.bg td{ background-color:#e7f2ed; }


.article-comments h3{ margin-top:0px;}