@charset "utf-8";
/*@font-face {
	font-family: 'Helvetica_Bold';
	src: url('../fonts/Helvetica_Bold.eot');
	src: url('../fonts/Helvetica_Bold.woff') format('woff'), url('../fonts/Helvetica_Bold.ttf') format('truetype'), url('../fonts/Helvetica_Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
 html {
   font-size: 62.5%;
}
@media only screen and (min-width: 481px){
   html {
       font-size: 94%!important;
   }
}
@media only screen and (min-width: 561px){
   html {
       font-size: 109%!important;
   }
}
@media only screen and (min-width: 641px){
   html {
       font-size: 125%!important;
   }
}
@media only screen and (min-width: 768px){
	html {
		font-size: 150% !important;
	}
}
@media only screen and (min-width: 992px){
	html {
		font-size: 170% !important;
	}
}
@media only screen and (min-width: 1200px){
	html {
		font-size: 187.5% !important;
	}
}
body{
   position: relative;
   height: 100%;
   min-width: 320px;
   color: #020202;
   font-family: "Microsoft Yahei";
   font-size:14px;
   line-height: 1.8em;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
a:hover{
	text-decoration: none;
	color: #0290DD;
}
img{
	max-width:100%;
	vertical-align: middle;
}
p{
	margin-bottom: 0px;
}
/*header*/
/*banner*/
.swiper-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    background-position: center;
    background-size: cover !important;
}
.swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet{
	opacity: 1 !important;
}
/*header*/
.header{
	position: relative;
	background: #1A1A1A;
	width: 100%;
	z-index: 2;
}
.header .container-fluid{
	padding:0 4%;
}
.header-box{
	position: relative;
}
.company-logo{
	display: block;
	float: left;
	width: 4.7rem;
	height: 76px;
	background: url(../images/company-logobj.png) center top no-repeat;	
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0;
}
.company-logo:before{
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.company-logo img{
   vertical-align: middle;
}
.header-nav{
	display: inline-block;
	margin-bottom: -11px;
	margin-left: 15%;
}
.header-nav>li{
	float: left;
	margin-left: 10px;
	position: relative;
}
.header-nav>li>a{
	line-height:60px;
	display: block;
	font-size: 15px;
	padding: 0px 0.8rem;
	color: #b2b2b2;
	position: relative;
}
.home-open{
	display: inline-block;
	width: 8px;
	height: 5px;
	background: url(../images/home-open.png) center center no-repeat;
	margin-left: 5px;
}
.header-nav>li>:before{
	content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transition: all 0.35s ease 0s;
    background: #EB0000;
    -webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.header-nav>li.on>a,.header-nav>li:hover>a{
	color: #fff;
}
.header-nav>li:hover>.down-nav{
	display: block;
}
.down-nav{
	position: absolute;
	top: 95%;
	left: 0px;
	width: 162px;
	background: #1A1A1A;
	z-index: 3;
	border-radius: 0px 0px 5px 5px;
	display: none;
}
.down-nav a:last-child{
	border-radius: 0px 0px 5px 5px;
	border: 0px;
}
.down-nav a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #313131;
	color: #b2b2b2;
}
.down-nav a:hover{
	background: #CF131C;
	color: #fff;
}
.search-btn{
	float: right;
	cursor: pointer;
	width: 3.2rem;
	background: #373434;
	background-size: cover;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #b2b2b2;
}
.search-btn .glyphicon-search{
	font-size: 14px;
	color: #e3e3e3;
	margin-right: 5px;
}
.search-form{
	background: #262626;
	width: 100%;
	display: none;
}
.search-submit{
	width: 4rem;
	height: 50px;
	background: #000 url(../images/search-btn1.png) center center no-repeat;
	border:none;
	float:left;
}
.search-text{
	width: 65%;
	border: 0px;
	height: 50px;
	background: none;
	line-height: 50px;
	padding: 0px 10px;
	color: #959595;
}
.close-form{
	float: right;
	color: #fff;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	width: 4rem;
	text-align: center;
}
.header2{
	position: static;
	box-shadow: -1px 0px 5px rgba(0,0,0,0.21);
}
/*banner*/
.id-title{
	font-size: 1.2rem;
	color: #1d1d1d;
	margin-bottom: 1rem;
}
.id-title p{
	font-size: 16px;
	color: #bbbbc1;
	margin-bottom: 0.8rem;
	margin-top: 10px;
}
.id-title em{
	width: 3rem;
	height: 3px;
	background: #D11D26;
	display: block;
}
.id-more{
	display: block;
	width: 152px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: url(../images/morebj.png) left center no-repeat;
	color: #7F7F7F;
	margin: 1rem 0 2rem 0;
}
.aboutl .id-title{
	margin-top: 2.5rem;
}
.aboutl-info{
    padding: 0.5rem 0;
    font-size: 16px;
    line-height: 1.8em;
}
.aboutr{
	background: url(../images/aboutrbj1.png) left top no-repeat;
}
.id-more b{
	font-weight: 600;
	font-size: 18px;
}
.id-more:hover{
	color: #7F7F7F;
}
.aboutr-box{
	margin-top: 5.5rem;
	margin-left: 2.5rem;
	margin-bottom: 4rem;
	background:#D53F4E;
	border-radius: 3px;
	display:inline-block;
}
.aboutr-box img{
    border-radius: 3px;
    display:block;
}
.aboutl{
	background: url(../images/aboutlbj.png) right top no-repeat;
}
.aboutl p{
	font-size: 16px;
}
.main .container-fluid,.contact-info .container-fluid,.web-nav .container-fluid,.new-item .container-fluid,.sevice-item .container-fluid,.footer-top .container-fluid,.footer-bottom .container-fluid,.partner-item .container-fluid,.hdxc-item .container-fluid{
	max-width: 1200px;
}
.pro-list li{
	margin-bottom: 1rem;
}
.pro-list li img{
	width: 100%;
        height:268px;
}
.pro-list li .pic{
	position: relative;
}
.wk_case_ico{
	position: absolute;
	width: 38px;
	height: 38px;
	background: url(../images/fangda.png) center center no-repeat;
	left: 50%;
	top: 50%;
	-webkit-transform:translateX(-50%)translateY(-50%);
	-moz-transform:translateX(-50%)translateY(-50%);
	-o-transform:translateX(-50%)translateY(-50%);
	-ms-transform:translateX(-50%)translateY(-50%);
	transform:translateX(-50%)translateY(-50%);
	display: none;
}
.wk_case_xian{
	position: absolute;
	background: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.wk_case_xian_box{
	margin: 5%;
	position: relative;
	width: 90%;
	height:90%;
}
.wk_case_xian span{
	position: absolute;
	background: #fff;
	-webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	transition: all .3s cubic-bezier(.25, .46, .45, .94);
}
.wk_case_xian .wk_span_1{
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
}
.wk_case_xian .wk_span_2{
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
}
.wk_case_xian .wk_span_3{
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
}
.wk_case_xian .wk_span_4{
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
}
.pro-list li:hover .wk_case_ico{
	display: block;
}
.pro-list li:hover .wk_case_xian{
	background: rgba(207,19,28,0.7);
}
.pro-list li:hover .wk_span_1, .pro-list li:hover .wk_span_3 {
	width: 100%;
}
.pro-list li:hover .wk_span_2, .pro-list li:hover .wk_span_4 {
	height:100%;
}
.pro-list p{
	background: #F5F5F5;
	text-align: center;
	padding: 12px;
	color: #23252a;
}
.pro-list a{
	display: block;
	border:1px solid #F5F5F5;
}
.sevice-item h1{
	text-align: center;
}
.sevice-item h1 em{
	margin-right: auto;
	margin-left: auto;
}
.sevice-item{
	padding: 2rem 0 0rem 0;
}
.case-item{
	overflow: hidden;
}
.casel{
	background: url(../images/caselbj.jpg) center center no-repeat;
	background-size: cover;
}
.case-list{
	margin-right: -10px;
	margin-left: -10px;
}
.case-list li{
	padding-left: 10px;
	padding-right: 10px;
}
.case-list li img{
	width: 100%;
	transition: All 0.4s ease-in-out;
}
.case-list li p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.case-list li a{
	color: #fff;
	font-size: 16px;
	margin-bottom: 1rem;
	display: block;
}
.case-list li a:hover img{
	-webkit-transform: scale(1.1);	
	-moz-transform: scale(1.1) ;	
	-ms-transform: scale(1.1);	
	transform: scale(1.1) ;
}
.case-list li .pic{
	overflow: hidden;
}
.casel  .pl{
    margin: 2.4rem 0 0.7rem 0;
}
.caser-info{
	text-align: right;
	margin: 1.5rem 0 0.7rem 0;
}
.caser-info .id-title em{
	float: right;
}
.caser-info h4{
	font-weight: 600;
	padding-top: 1rem;
}
.main-case{
	min-height: 115px;
	margin-top: 1rem;
}
.caser-info .id-more{
	float: right;
	margin-right: -1.41rem;
}
.caser{
	background: url(../images/aboutlbj.png) right top no-repeat;
}
.swiper-container2 .swiper-slide  img{
	width: auto;
	max-width: 95%;
	mix-blend-mode: multiply;
}
.swiper-container2 .swiper-slide {
	    height: 168px;
        text-align: center;
        font-size: 18px;
        background: #E0E0E0;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.swiper-container2 .swiper-button-next,.swiper-container2 .swiper-button-prev{
	background: rgba(202,21,38,0.8);
	font-family: "Microsoft Yahei" !important;
	font-size: 38px;
	color: #fff;
	width: 35px;
	height: 50px;
	line-height: 40px;
	text-align: center;
}
.swiper-container2 .swiper-button-next{
	right: 0px;
}
.swiper-container2 .swiper-button-prev{
	left: 0px;
}
.partner-item{
	margin: 2.2rem 0;
}
.hdxc-item{
	background: url(../images/hdxcbj.jpg) center top no-repeat;
}
.hdxc-item{
	text-align: center;
	color: #fff;
}
.hdxc-item .id-title em{
	margin-right: auto;
	margin-left: auto;
}
.hdxc-item .id-title{
	color: #fff;
	margin-top: 3rem;
}
.hdxc-box{
	background: #fff;
	padding: 30px;
	margin-top: 30px;
}
.hdxc-list li img{
	width: 100%;
	transition: All 0.4s ease-in-out;
}
.hdxc-list li{
	margin-bottom: 1rem;
	text-align: center;
}
.hdxc-list li .pic{
	overflow: hidden;
}
.hdxc-list li a:hover img{
	-webkit-transform: scale(1.1);	
	-moz-transform: scale(1.1) ;	
	-ms-transform: scale(1.1);	
	transform: scale(1.1) ;
}
.hdxc-list li p{
	color: #545454;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hdxc-list li:hover p{
	color: #CA1526;
}
.hdxc-box .id-more,.new-item .id-more{
	margin:0px auto 0px auto;
}
.id-new-list{
	padding: 2.5rem 0;
	margin-top: -3.1rem;
	margin-bottom: 1rem;
}
.id-new-list li:nth-child(2n){
	margin-top:2.5rem;
}
.id-new-list li img{
	float: right;
	margin-left: 0.6rem;
}
.id-new-list li:nth-child(2n) img{
	float: left;
	margin-left: 0rem;
	margin-right: 0.6rem;
}
.id-new-list li h4{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}
.id-new-list li h4 a{
	color: #000;
}
.id-new-list li p{
	color: #717171;
	line-height: 1.5em;
	min-height: 60px;
}
.id-new-list li em{
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	background: #ED1C24;
	border-radius: 100%;
	bottom: 0px;
	right: -5px;
}
.id-new-list li:nth-child(2n) em{
   bottom:auto; 
   left: auto;
   top: 0px;
   left: -5px;
}
.id-new-list li .date{
	font-size: 12px;
	color: #717171;
}
.new-item .id-title{
	text-align: right;
}
.new-item .id-title em{
	margin-right: 0px;
	margin-left: auto;
}
.new-item{
	padding-bottom: 3rem;
}
.type-title{
	padding: 10px 0;
}
.type-title a{
	color: #717171;
}
.product-type{
	background: #FFFFFF;
	padding: 0px 1rem;
	line-height: 60px;
	margin-bottom: 1rem;
}
.product-type a{
	color: #1a1a1a;
	display: inline-block;
	margin-right: 0.8rem;
}
.product-type a:hover,.product-type a.on{
	color: #cf131c;
}
.product-search{
	border-radius: 10px;
	float: right;
	border: 1px solid #BBBBC1;
	height: 36px;
	line-height: 36px;
	margin-top: 12px;
}
.product-search input[type=text]{
	border:0px;
	width: 190px;
	padding-left: 10px;
	background: none;
}
.product-search input[type=submit]{
   background: url(../images/search-btn2.png) center center no-repeat;
   width: 40px;
   height: 36px;
   border:0;
}
.product-list li p{
	background: #fff;
}
.case-list1 li p{
	text-align: center;
	color: #000;
}
/*main*/
.page{
	font-size: 0px;
	text-align: center;
	margin-bottom: 2rem;
}
.page a{
    font-size: 14px;
    color: #000;
    display: inline-block;
    height: 32px;
    padding: 0px 12px;
    line-height: 32px;
    border:1px solid #E2E2E2;
    margin:5px 3px;
}
.page a:hover,.page a.on{
	background: #CA1526;
	color: #fff;
	border:1px solid #CA1526;
}
.page span{
	font-size: 14px;
}
/*底部*/
.footer{
	color: #fff;
}
.footer-top{
	background: #1A1A1A url(../images/foottopbj.png) center bottom no-repeat;
	padding: 2rem 0;
}
.foot1-list{
	border-bottom: 1px solid #939393;
	margin-bottom: 1.8rem;
}
.foot1-list li span{
	display: inline-block;
	width: 180px;
}
.foot1-list li img{
	float: left;
	margin-right: 0.4rem;
}
.foot1-list li p{
	color: #939393;
}
.foot1-list li{
	margin-bottom: 1.5rem;
}
.foot1-list li h4{
	margin-top:0px;
	color: #fff;
}
.foot2-list{
	padding-bottom: 3.5rem;
}
.foot2-list li {
	margin-bottom: 1rem;
}
.foot2-list li h4{
	margin-bottom:15px;
	margin-top: 0px;
}
.foot2-list li a{
	display: block;
	color: #939393;
}
.foot2-list li p{
	color: #939393;
}
.footer-bottom{
	background: #fff;
	text-align: center;
	padding: 15px 0;
	color: #707070;
}
.type-nav{
	float: right;
	height: 60px;
	line-height: 60px;
}
.web-nav{
	font-size: 0;
}
.type-nav a{
	display: inline-block;
	color: #1a1a1a;
	padding: 0px 0.8rem;
	border-left: 1px dotted #B4B2B2;
	font-size: 14px;
}
.type-nav a:hover,.type-nav a.on{
	background: #F6F7F9;
}
.type-nav a:first-child{
	border-left: 0px;
}
.type-nav a img{
	margin-right: 10px;
}
.web-nav h3{
	color: #bbbbc1;
	text-transform: uppercase;
}
.web-nav h3 span{
	color: #cf131c;
	display: inline-block;
	margin-left: 10px;
}
.main{
	background: #F6F7F9;
}
.product-container{
	background: #fff;
	padding: 1rem;
	margin-bottom: 2rem;
}
.product-title{
	font-size: 26px;
}
.product-name{
	color: #999999;
}
.product-info-type{
	margin-bottom: 0.4rem;
}
.product-info-box{
	padding: 0.8rem 0 0.5rem 0;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 0.8rem;
}
.zixun{
	background: #CF131C;
	border-radius: 5px;
	color: #fff;
	display:inline-block;
	padding: 10px 1rem;
	margin-top: 0.8rem;
}
.zixun:hover{
	background: #1A1A1A;
	color: #fff;
}
.product-info-title{
	font-size: 24px;
	color: #1a1a1a;
	padding-bottom: 15px;
	border-bottom: 1px solid #ECECEC; 
	margin-bottom: 0.5rem;
}
.product-info{
	margin-top: 1.5rem;
}
.ho-list li{
	margin-bottom: 1rem;
}
.ho-list li img{
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2),-2px -2px 4px rgba(0,0,0,0.2);
	width: 100%;
}
.contact-list{
	margin-bottom: 1rem;
}
.contact-list span{
	display: inline-block;
	vertical-align: top;
	max-width: 385px;
	margin-left: 5px;
}
.contact-form{
	border:1px solid #ccc;
	padding: 1.5rem 1rem;
}
.contact-form input{
	border:0;
	border-bottom: 1px solid #E7E7E7;
	width: 100%;
}
.contact-form .row>div{
	margin-bottom: 1rem;
}
.contact-form textarea {
	border: 0;
	background: #F6F6F6;
	width: 100%;
	height: 200px;
	padding: 10px;
	resize: none;
}
.contact-form input[type=submit]{
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #202226;
	margin: 15px auto;
	display: block;
}
.contact-info{
	padding-bottom: 1rem;
}
.new-list{
	margin-top: 0px;
}
.new-info-share{
	margin-bottom: 15px;
}
.new-info-share span{
	display: inline-block;
	margin-right: 0.6rem;
	color: #666;
}
.new-info-share span img{
	margin-right: 5px;
}
.new-info-share b{
	font-size: 15px;
}
.new-info-share a{
	display: inline-block;
	margin-left: 5px;
}
.network-list{
	background: #fff;
	padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.network-list li{
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}
.network-list li a{
	color: #717171;
}
.network-list li a span{
	float: right;
}
/*suspension*/
.suspension{
	position: fixed;
	right: 0px;
	top: 35%;
	z-index: 999;
}
.suspension li{
	position: relative;
	width: 48px;
	height: 48px;
	margin-bottom: 5px;
	cursor: pointer;
}
.suspension li span{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #B7B7B7;
    background-position: center center;
    background-repeat: no-repeat;
}
.suspension li span:hover{
	background-color: #CA1526;
}
.suspension-qq,.suspension-email,.suspension-tel,.suspension-code{
	display: none;
}
.pop-qq{
	background-image: url(../images/qq.png);
}
.pop-email{
	background-image: url(../images/email.png);
}
.pop-tel{
	background-image: url(../images/tel.png);
}
.pop-code{
	background-image: url(../images/code-icon.png);
}
.pop-top{
	background-image: url(../images/top.png);
}
.pop-detail{
	position: absolute;
	width: 250px;
	top: 0px;
	right: 67px;
	border: 1px solid #ddd;
	background: #fff;
	z-index: 30;
	padding: 15px 18px;
	color: #3d3d3d;
	font-size: 13px;
	box-shadow: 0px 1px 1px rgba(165,165,165,0.35),-1px 0px 1px rgba(165,165,165,0.35);
	min-height: 48px;
	display: none;
}
.pop-detail a{
	display: inline-block;
	vertical-align: middle;
	border:1px solid #CA1526;
	padding: 5px 10px;
	border-radius: 2px;
	color: #CA1526;
	margin-left: 10px;
}
.tel-corner-back{
	border: 11px solid transparent;
    border-left: 11px solid #ddd;
    position: absolute;
    right: -22px;
    top: 13px;
    z-index: -1;
}
.tel-corner {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -19px;
    top: 14px;
    z-index: 10;
}
.pop-code-pic{
	width: 139px;
}
.pop-code-pic img{
	width: 100px;
	height: 100px;
	border:1px solid #ddd;
}
.pop-code-pic p{
	font-size: 12px;
	margin-bottom: 0px;
	line-height: normal;
	text-align: center;
	margin-top: 5px;
}
.lfooter{
	width: 100%;
	background-color: #000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99;
}
.lfooter ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	padding: 8px 0px;
}
.lfooter ul li a {
	color: #FFF;
	line-height: 12px;
	font-size: 12px;
}
@media(min-width: 768px){
   .lfooter{
   	display: none;
   }
}
@media(max-width: 767px){
	.web-nav h3{
		display: none;
	}
	.product-type{
		line-height: 40px;
	}
	.type-nav{
		float: none;
	}
	.type-nav a img{
		margin-right: 5px;
	}
	.web-nav .container-fluid{
		padding: 0;
	}
	.down-nav{
		display: none !important;
	}
	.id-title{
		font-size: 20px;
		font-weight: 600;
	}
	.aboutr-box{
		margin-left: 0px;
	}
	.sevice-list li h4{
		font-size: 16px;
	}
	.id-new-list li h4{
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: 0px;
	}
	.id-new-list li img{
		width: 10rem;
	}
	.id-new-list li p {
		font-size: 12px;
		max-height: 40px;
		overflow: hidden;
		min-height: auto;
	}
	.suspension,.footer-top,.web-nav-r{
		display: none;
	}
	body{
		padding-bottom: 70px;
	}
	p{
		font-size: 14px !important;
	}
	h3{
		font-size: 18px !important;
	}
}
@media(min-width: 992px){
	.foot1-list li{
		text-align: center;
	}
	.pl{
		max-width: 570px;
		float: right;
	}
	.caser-info{
		max-width: 570px;
		overflow: hidden;
	}
	.casel  .pl{
		max-width: 540px;
	}
	.aboutl{
		min-height: 564px;
	}
	.aboutl-info{
		min-height: 220px;
	}
	.casel{
		padding-right: 1.5rem;
	}
	.id-new-list{
        background: url(../images/xian.jpg) center top repeat-y;
       margin-left: -20px;
		margin-right: -20px;
	}
	.new-item .id-more{
		background: url(../images/morebj.png) 40% center no-repeat;
		text-align: right;
		
	}
	.id-new-list li{
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
	}
	.menu-btn{
		display: none;
	}
	.header-nav li a:hover:before, .header-nav li.on a:before {
		width: 70%;
	}
	.header2 .header-nav li:hover a{
		color: #CA1526;
	}
	.header2 .header-nav li.on a{
		background: #CA1526;
		color: #fff;
	}
	.header2 .search-btn{
		background: url(../images/search-btn2.jpg) center center no-repeat;
		background-size: cover;
	}
	.header2 .header-nav li a{
		color: #000000;
	}
	.sevicel .pl{
		position: absolute;
		right: 0px;
		top: 50%;
		-webkit-transform:translateY(-50%);
	    -moz-transform:translateY(-50%);
	    -o-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	    transform:translateY(-50%);
	    padding-right: 25px;
	    padding-left: 15px;
	    max-width: 600px;
	}
	.about-bttom-l{
		padding-right: 15px;
	}
	.about-bttom-r{
		padding-left: 15px;
	}
}
@media(max-width: 991px){
	.id-new-list li em,.product-search{
		display: none;
	}
	.id-new-list li{
	   margin-top: 2rem;
    }
    .header,.header-box{
    	position: static;
    }
    .header .container-fluid{
    	padding: 0px 15px;
    	position: relative;
    }
    .header-nav{
    	position: absolute;
    	top: 100%;
    	left: 0px;
    	width: 100%;
    	background: #262626;
    	z-index: 3;
    	padding: 10px 15px;
    	display: none;
    	margin-left: 0px;
    }
    .header-nav li{
    	float: none;
    	text-align: left;
    	margin-left: 0px;
    }
    .header-nav li a{
    	line-height: 30px;
    	font-size: 14px;
    	padding: 0px;
    	color: #959595;
    }
    .header-nav li.on a{
    	color: #fff;
    }
    .company-logo{
    	position: absolute;
    	left: 50%;
    	-webkit-transform:translateX(-50%);
	    -moz-transform:translateX(-50%);
	    -o-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	    transform:translateX(-50%);
	    background:none;
	    height: 60px;
	    width: 7.5rem;
    }
    .menu-btn{
    	float: left;
    	font-size: 22px;
    	margin-top: 17px;
    	cursor: pointer;
    	color: #b2b2b2;
    }
    .search-btn{
		background: none;
		width: auto;
	}
	.sevicel .pl{
		position: absolute;
		left: 0px;
		top: 50%;
		-webkit-transform:translateY(-50%);
	    -moz-transform:translateY(-50%);
	    -o-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	    transform:translateY(-50%);
	    padding-right: 25px;
	    padding-left: 15px;
	    max-width: 600px;
	}
	.about-bttom-l{
		padding-right: 15px;
	}
	.about-bttom-l,.about-bttom-r{
		width: 100%;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
   .header-nav li a{
   	   padding: 0px 0.5rem;
   	   font-size: 14px;
   }
}
@media(min-width: 1200px){
    .aboutr-box img{
        margin-left: 1.5rem;
        margin-top: -1.5rem;
    }
    .aboutr-box{
        height: 280px;
	    max-width: 450px;
    }
    
} 
@media(max-width: 1200px){
	.aboutr-box{
    	margin-bottom: 5.5rem;
    }
    .link-btn{
    	display: none;
    }
    .about-bttom-l{
		padding-left: 15px;
	}
}
@media(min-width: 768px) and (max-width: 992px){
	.aboutr-box img{
        margin-left: 1.5rem;
        margin-top: -1.5rem;
    }
    .aboutr-box{
        height: 280px;
	    max-width: 450px;
    }
}
@media(min-width:1200px) and (max-width: 1350px){
    .header-nav li a{
   	   padding: 0px 0.5rem;
    }
}
