html, body, * {
	font-family: "Microsoft YaHei" ! important;
    padding: 0px;
    margin: 0;
}
body{
    overflow-x: hidden;
}
a{
text-decoration:none;
}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration:none;
}
a.more_oem{
	color:#838383;
}
a.more_oem:hover{
	color:red;
}
.ajx-header{
    border: 0px solid red;
    width:100%;
    position: absolute;
    z-index:98;
    overflow: hidden;
}

.rsMinW .rsArrowIcn{
	display:none;
}

.navbar .ajx-nav li a:hover,.navbar .ajx-nav .active a{
	color:#E30013;
    //font-weight:bold;
}
.ajx-header .container{
	height:88px;
	border:0px solid blue;
}
.container{
    width: 71%;
    padding-right: 0;
    padding-left: 0px;
}
.width-container{
	width: 68.6%;
}
.ajx-header-logo-img{
    background: url('../images/logo.png') no-repeat;
    background-size: 110px;
    display: block;
    height: 36px;
    margin-left: 22px;
}
.ajx-nav{
    //margin-left: 9%;
}
.ajx-navbar .ajx-nav li a{
	color:#FFF;
	//font-weight:bold;
    letter-spacing: 2px;
    font-size: 15px;
}
.ajx-nav li{
    margin-left: 50px;
}
.ajx-nav li a:hover{
	/*border-bottom:4px solid #e60012;*/
}
.search{
    outline: none;
    width: 91px;
    height:116px;
    /*background: url('../images/search.png') no-repeat;
    background-size: 41px;
    background-position:114px 51px;*/
    padding-top: 117px;
    /*padding-left: 20px;
    padding-right: 68px;*/
    line-height: 29px;
    float: right;
    cursor: pointer;
    color:#FFF;
    /* border:1px solid transparent;
    border-radius: 15px; */
    overflow: hidden;
}
.search .search-right-div{
    background-image: url('../images/search.png');
    background-size: 41px;
    background-position:16px 51px;
    background-repeat:no-repeat;
    width: 66px;
    height: 100px;
    z-index: 200;
    position: relative;
    top: -117px;
    right: -23px;
}
.search .search-bottom-div{
    margin-left: -74px;
}
.search:hover .search-right-div{
    background-image: url('../images/black-search.png');
    background-position:16px 46px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-bottom: none;
}
.search:hover .top-border{
    border-top: 5px solid #FD6460;
    width: 66px;
    margin-left: -1px;
    margin-top: -1px;
}
.search:hover .search-bottom-div{
    border: 1px solid #CCC;
    width: 163px;
    height: 65px;
    position: relative;
    bottom: 118px;
	z-index:120;
	background-color:#FFF;
}
.nav-search-keyword{
    outline: none;
    padding: 0 8px;
    border-left: 1px solid #C3C3C3;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    border-right: none;
    width: 125px;
    height: 35px;
    margin: 15px 3px;
}
#nav-search-keyword{
    color:#000;
}
.nav-search-btn{
    border-left: none;
    border-right: 1px solid #C3C3C3;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    background-repeat: no-repeat;
    background-image: url('../images/new_search.png');
    background-position: 50%;
    height: 35px;
    width: 30px;
    margin: -12px -8px;
    display: inline-block;
    cursor: pointer;
}
@keyframes search_animation
{
from {width: 37px;}
to {width: 173px;}
}

@-moz-keyframes search_animation /* Firefox */
{
from {width: 37px;}
to {width: 173px;}
}

@-webkit-keyframes search_animation /* Safari 和 Chrome */
{
from {width: 37px;}
to {width: 173px;}
}

@-o-keyframes search_animation /* Opera */
{
from {width: 37px;}
to {width: 173px;}
}
.search:hover{
    height: 165px;
    overflow: visible;
    /*border:1px solid gray;
    animation: search_animation 0.7s;
	-moz-animation: search_animation 0.7s;*/	/* Firefox */
	/*-webkit-animation: search_animation 0.7s;*/	/* Safari 和 Chrome */
	/*-o-animation: search_animation 0.7s;*/
}
/*箭头向上*/
.arrow-up {
    width:0; 
    height:0; 
    border-left:30px solid transparent;
    border-right:30px solid transparent;
    border-bottom:30px solid #fff;
}
    
 /*箭头向下*/
.arrow-down {
    width:0; 
    margin-top: 10px;
    margin-right: 12px;
    float:right;
    height:0; 
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:5px solid #FFF;
}

#ajx-navbar-collapse{
	border:none;
}

@media screen and (min-width:992px){
	.banner-list{
	    margin-top: 8px;
		width:132px;
	}
	.qicheyanghu{
	    height: 148px;
   		margin-top: 170px;
	}
	.search{
	    //margin-top: 48px;
	}
	.ajx-navbar{
		margin-top:35px;	
	}
	.ajx-header-logo-img{
   		margin-top: 48px;
	}
	.qiche{
	    margin-top: -47px;
	    position: absolute;
	    left: 407px;
	    height: 320px;
	    background: url('../images/qiche.png') no-repeat;
	    background-size: 546px;
	}
	
	.chutanji{
		margin-top:-300px;
	    margin-left: 435px;
	    width:500px;
	    height:571px;
	    background: url('../images/chutanji.png') no-repeat;
	    background-size: 563px;
	}
	
}
@media screen and (min-width:768px) and (max-width: 991px){
	
	.banner-list{
	    margin-top: -18px;
		width:132px;
	}
	.qicheyanghu{
	    height: 148px;
   		margin-top: 170px;
	}
	.search{
	    margin-top: 0px;
	}
	.ajx-navbar{
		margin-top:35px;	
	}
	.ajx-header-logo-img{
	    margin-top: 44px;
	}
	.qiche{
	    margin-top: -47px;
	    position: absolute;
	    left: 407px;
	    height: 320px;
	    background: url('../images/qiche.png') no-repeat;
	    background-size: 546px;
	}
	.chutanji{
		margin-top:-300px;
	    margin-left: 435px;
	    width:500px;
	    height:571px;
	    background: url('../images/chutanji.png') no-repeat;
	    background-size: 563px;
	}
	
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	
	.banner-list{
	    margin-top: 23px;
		width:132px;
	}
	.qicheyanghu{
	    height: 69px;
   		margin-top: 160px;
	}
	.search{
	    margin-top: -44px;
	}
	.ajx-navbar{
		margin-top:0px;	
	}
	.ajx-header-logo-img{
	    margin-top: 0px;
	}
	
	.qiche{
  		width: 340px;
	    margin-top: 53px;
	    margin-left: -42px;
	    height: 320px;
	    background: url('../images/qiche.png') no-repeat;
	    background-size: 328px;
	}
	.chutanji {
	    margin-top: -440px;
	    margin-left: 98px;
	    width: 500px;
	    height: 571px;
	    background: url('../images/chutanji.png') no-repeat;
	    background-size: 314px;
	}
}

.qicheyanghu{
    background: url('../images/qicheyanghu.png') no-repeat;
    background-size:83%;
    margin-left: 14px;
    
}
#full-width-slider .rsContent .container{
	
}

.banner-list{
	color:#000;
    font-size: 24px;
    font-family:MicrosoftYaHei;
    font-weight: bold;
}

.banner{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.qicheyanghu ul{
    line-height: 335px;
    margin-left: -14px;
}

.banner-list1{
    background: url('../images/kehudiyi.png') no-repeat;
    background-size: 209px;
    height:31px;
    margin-left: 15px;
    margin-top: 23px;
}
.pinpai{
    height: 269px;
    margin-bottom: 34px;
    cursor: pointer;
    /*border-bottom: 2px solid #C4BEBE;*/
}

.pinpaiitem{
	text-align:center;
    height: 291px;
}
.pinpaihr{
    border:1px solid #C4BEBE;
    position: relative;
    bottom: -288px;
    width: 99.3%;
}
.pinpai p.sub-title{
	font-size:14px;
    color: #333;
}
.pinpai p{
	color:#A4A1A1;
	font-size:12px;
}
.pinpai h2{
	font-size: 16px;
	margin:4px 0 12px;
}
.pinpai img{
	margin:0 auto;
    display: block;
	padding:20px;
	width:114px;
    height: 82px;
    border-radius: 15px;
	//border:1px solid #eaeaea;
	
}
.pinpai .pinpaiitemdiv{
    margin: 0 auto;
    width: 105px;
    background-color: #FFF;
    margin-top: 15px;
}
.pinpai a{
    margin: 0 auto;
    display: block;
    text-decoration: none;
    width: 92px;
    height: 26px;
    line-height: 24px;
    border-radius: 15px;
    border: 1px solid #C4BEBE;
    font-size: 14px;
    background-color: #FFF;
    color: #C4BEBE;
	
}
.pinpai:hover a{
	color:#FFF;
    font-weight: bold;
    text-decoration: none;
    background-color: #e60012;
    border:1px solid #e60012;
}
.pinpai:hover .pinpait{
    border-bottom:1px solid #E7E0E0;
    height:224px;
}
.pinpai:hover{
    background: url('../images/pinpaiactive.png') no-repeat;
    background-position: 50% 100%;
    background-size: 113px 12px;
}
.oem p{
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
}
.oemhr{
    border: 3px solid #000;
    width: 32px;
    margin: 0 auto;
}
.qiyewenhua .qiyeimg{
    background: url('../images/qiyeimg.png') no-repeat;
    background-size:96%;
    height: 326px;
}
.qiyewenhua h2{
	font-size:20px;
	color:#000;
	height: 13px;
}
.qiyewenhua .italic{
	font-style:italic;
    line-height: 31px;
    font-size: 12px;
}
.qiyewenhua span, .qiyewenhua p{
	color:#838383;
}
.qiyewenhua .title{
	margin:22px 0px;
}
#footer{
	color:#7E7E7E;
    margin-top: 46px;
	padding-bottom:28px;
	background-color:#4A4A4A;
}
#footer a:hover{
	text-decoration:none;
}
.footernav{
	list-style:none;
    margin-top: 30px;
}
#footer .footernav a{
	color:#7E7E7E;
}
#footer .footernav a:hover{
	color:#FFF;
}
#footer .footernav a:visited{
	color:#7E7E7E;
}
.footernav li{
    font-size: 14px;
    line-height: 32px;
}
.footernews li{
	font-size:12px;
	color:#777777;
}
#footer li:hover{
	color:#FFF;
    cursor: pointer;
}
#footer .code img{
    width: 130px;
    margin-top: 54px;
}
#footer .code p{
	color:#838383;
    font-size: 13px;
}
.qiyewenhua .rect{
    padding-left: 60px;
    background: url('../images/rect.jpg') no-repeat;
    height: 49px;
}
.footer{
	font-size:11px;
	text-align:center;
}
.hotline{
    margin-top: 46px;
    width: 100%;
    text-align: right;
}
.hotline tel{
    width: 100%;
    display: block;
    line-height: 34px;
    font-size: 21px;
    color: #FFF;
    letter-spacing: 3px;
    text-align: right;
    white-space: nowrap;
}
.hotline span{
	color:#FFF;
    font-size: 13px;
    margin-right: 3px;
}
#footer .sina-div,#footer .hotline{
   // border: 1px solid #807f7f;
}
#footer .sina-div{
    margin-top: 39px;
    padding-bottom: 9px;
    padding-top: 32px;
}
#footer .qq,#footer .sina{
    /*margin-top: 14px;
    padding:10px;
    border: 1px solid #807f7f;
    width: 83px;
    height: 83px;*/
}
#footer .sina-div a{
    width: 36px;
    height: 36px;
    margin-left: 5px;
    float: right;
    display: inline-block;
    background-size: 36px;
    background-repeat: no-repeat;
}

#footer .sina{
    background-image:url('../images/sina.png');
    background-repeat:no-repeat;
}
#footer .sina:hover{
    background-image:url('../images/sina1.png');
}
#footer .in{
    background-image:url('../images/in.png');
    background-repeat:no-repeat;
}
#footer .online_custom_service{
    background-image:url('../images/online_custom_service.png');
    background-repeat: no-repeat;
    background-position: 8% 50%;
    background-size: 23px;
}
#footer .online_custom_service_div{
    margin-top: 11px;
    padding-bottom: 5px;
    padding-left: 40px;
    font-size: 13px;
    float: right;
    line-height:33px;
    width: 181px;
    text-align: center;
    height: 44px;
    color: #FFF;
    padding-top: 5px;
    background-color: #E30212;
}
#footer .online_custom_service_div a{
    color:#FFF;
    margin-right: 10px;
    line-height: 33px;
}
#footer .in:hover{
    background-image:url('../images/in1.png');
}
#footer .qq_zone{
    background-image:url('../images/qq_zone.png');
    background-repeat:no-repeat;
}
#footer .qq_zone:hover{
    background-image:url('../images/qq_zone1.png');
}
#footer .qq_weibo{
    background-image:url('../images/qq_weibo.png');
    background-repeat:no-repeat;
}
#footer .qq_weibo:hover{
    background-image:url('../images/qq_weibo1.png');
}
#footer .index-news-center{
	color:#bcbcbc;
	margin-left:6px;
	font-size: 20px;
}
#footer .index-news-center:hover{
	color:#E60012;
}
