/*头部*/

.head_box {
	width: 100%;
	border-bottom: 1px solid #e72316;
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	z-index: 9999;
}

.head_box .headDh .headDh_content {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
}

.head_box .headDh .headDh_content .head_pd h1 {
	width: 190px;
	height: 60px;
	float: left;
}

.head_box .headDh .headDh_content .head_pd h1 a {
	/* background: url(../image/shouye2_25.png)no-repeat center center; */
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}

.head_box .headDh .headDh_content .head_pd .headRight {
	float: right;
	overflow: hidden;
	width: 1000px;
	line-height: 60px;
	height: 60px;
}

.head_box .headDh .headDh_content .head_pd .headRight .headDianhua {
	float: right;
	margin-right: 50px;
	color: #e72316;
	
}
.head_box .headDh .headDh_content .head_pd .headRight .headDianhua img{
	vertical-align: middle;
	
}
.head_box .headDh .headDh_content .head_pd .headRight .headDianhua i {
	font-size: 24px;
	vertical-align: middle;
	color: #e72316;
}

.head_box .headDh .headDh_content .head_pd .headRight .headDianhua span {
	font-size: 15px;
	margin-left: 5px;
}
.head_box .headDh .headDh_content .head_pd .headRight .headDianhua span a:hover{
	font-weight: bold;
	color: red;
}
.head_box .headDh .headDh_content .head_pd .headRight .headText {
	display: flex;
	padding: 0 50px;
}

.head_box .headDh .headDh_content .head_pd .headRight .headText li {
	flex: 1;
	text-align: center;
}

.head_box .headDh .headDh_content .head_pd .headRight .headText li a {
	display: inline-block;
	height: 60px;
	box-sizing: border-box;
	padding: 0 16px;
	font-size: 15px;
	transition: .2s all ease;
}
.head_box .headDh .headDh_content .head_pd .headRight .headText li a:hover{
	border-bottom: 4px solid #e72316;
    font-weight: 600;
}

/*头部*/


/*banner*/

.banner_box {
	width: 100%;
	padding-top: 80px;
}

.banner_box .banner {
	max-width: 1920px;
	min-width: 1200px;
	margin: auto;
	height: 400px;
}


/*banner*/


/*进度条*/

.jinDutiao_box {
	width: 100%;
}

.jinDutiao_box .jinDutiao {
	width: 1200px;
	margin: 0 auto;
	padding: 7px 0;
	border-bottom: 1px solid #e72316;
	margin-top: 70px;
}

.jinDutiao_box .jinDutiao i {
	font-size: 25px;
	margin-left: 10px;
}

.jinDutiao_box .jinDutiao a {
	font-size: 16px;
	color: #000000;
	padding: 0 5px;
}

.jinDutiao_box .jinDutiao a:last-child {
	color: #ff0000;
}


/*进度条*/


/*车型展示*/

.nyZhanshi_box {
	width: 100%;
}

.nyZhanshi_box .nyZhanshi {
	width: 1200px;
	margin: 0 auto;
}

.nyZhanshi_box .nyZhanshi .listXx {
	margin-top: 45px;
	/*height: 40px;*/
	/*修改2017/7/11*/
	overflow: hidden;
}

.nyZhanshi_box .nyZhanshi .listXx li {
	float: left;
	margin-right: 2px;
	width: 110px;
	height: 40px;
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 40px;
	background: #000000;
	margin-top: 5px;
	cursor: pointer;
}

.nyZhanshi_box .nyZhanshi .listXx li.hover {
	height: 45px;
	background: #e72316;
	line-height: 45px;
	margin-top: 0;
}
.nyZhanshi_box .nyZhanshi .listXx li:hover {
	height: 45px;
	background: #e72316;
	line-height: 45px;
	margin-top: 0;
}

.nyZhanshi_box .nyZhanshi .listCont>li{
	display: none;
}
.nyZhanshi_box .nyZhanshi .listCont>li.hover{
	display: block;
	
}
.nyZhanshi_box .nyZhanshi .listNr {
	overflow: hidden;
	margin-top: 70px;
}
.nyZhanshi_box .nyZhanshi .listCont li.hover{
	animation:hideShow 1s;
	-moz-animation:hideShow 1s;
	-webkit-animation:hideShow 1s
}
.nyZhanshi_box .nyZhanshi .listNr li {
	float: left;
	width: 286px;
	border: 1px solid #eeeeee;
	padding-top: 45px;
	padding-bottom: 30px;
	text-align: center;
	margin-right: 16px;
	margin-bottom: 75px;
	border-bottom: 1px solid #000000;
	
}
.nyZhanshi_box .nyZhanshi .listNr li:hover{
	transition: .5s all ease;
	border-bottom: 4px solid #e72316;
	padding-bottom: 27px;
	
}
.nyZhanshi_box .nyZhanshi .listNr li.effect a{
	color: #e72316;
}
.nyZhanshi_box .nyZhanshi .listNr li.effect img{
	transform: scale(1.2,1.2);
}
.nyZhanshi_box .nyZhanshi .listNr li:nth-child(4n) {
	margin-right: 0;
}

.nyZhanshi_box .nyZhanshi .listNr li img {
	width: 250px;
	height: 120px;
	transition: .5s all ease;
	
}

.nyZhanshi_box .nyZhanshi .listNr li p {
	margin-top: 35px;
	font-size: 18px;
	color: #e72316;
}

.nyZhanshi_box .nyZhanshi .listNr li a {
	font-size: 16px;
	color: #0e1317;
	margin-top: 10px;
	display: inline-block;
	transition: .5s all ease;
	
}

.nyZhanshi_box .nyZhanshi .listNr li a i {
	margin-left: 5px;
	font-size: 20px;
}


/*车型展示*/


/*新闻中心*/

.nyXinwen_box {
	width: 100%;
}

.nyXinwen_box .nyXinwen {
	width: 1200px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 120px;
}

.nyXinwen_box .nyXinwen .padding {
	padding: 0 45px;
	overflow: hidden;
}
.nyXinwen_box .nyXinwen .listNr{
	animation:hideShow 1s;
	-moz-animation:hideShow 1s;
	-webkit-animation:hideShow 1s
}
.nyXinwen_box .nyXinwen .listNr li {
	padding: 40px 0;
	border-bottom: 3px dashed #eeeeee;
	position: relative;
	/*left: 1000px;*/
	/*opacity: 0;*/
	transition: 2s all ease;
	
}
.nyXinwen_box .nyXinwen .listNr li:hover .text .name{
	color: #ff0000;
}
.nyXinwen_box .nyXinwen .listNr li:last-child{
	border-bottom: 0;
}
.nyXinwen_box .nyXinwen .listNr li img {
	width: 180px;
	height: 130px;
	position: absolute;
	left: 0;
	top: 45;
}

.nyXinwen_box .nyXinwen .listNr li .text {
	padding-left: 255px;
	height: 110px;
	padding-top: 20px;
}

.nyXinwen_box .nyXinwen .listNr li .text .name {
	font-size: 18px;
	color: #121212;
}

.nyXinwen_box .nyXinwen .listNr li .text .time {
	margin-top: 10px;
	color: #868686;
	font-size: 14px;
}

.nyXinwen_box .nyXinwen .listNr li .text .time i {
	font-size: 22px;
	margin-right: 8px;
}

.nyXinwen_box .nyXinwen .listNr li .text .essay {
	color: #6a6a6a;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 15px;
	
}
.nyXinwen_box .nyXinwen .paging{
	text-align: center;
	padding:60px 0 80px 0 ;
}
.nyXinwen_box .nyXinwen .paging input[type=button]{
	padding: 5px  10px;
	border: 1px solid #999999;
	background: white;
	color: #999999;
	font-size: 14px;
	cursor: pointer;
	margin: 0 5px;
}
/*新闻中心*/
/*关于我们*/
.nyAbout_box{
	width: 100%;
}
.nyAbout_box .nyAbout{
	width: 1200px;
	margin: 0 auto;
	margin-top: 48px;
	overflow: hidden;
	margin-bottom: 120px;
}

.nyAbout_box .nyAbout .contentRight p{
	text-indent: 2em;
	font-size: 16px;
	color: #121212;
	line-height: 22px;
	margin-bottom: 30px;
}
.nyAbout_box .nyAbout .contentRight .nyImg{
	text-align: center;
	margin-top: 40px;
}
.nyAbout_box .nyAbout .contentRight h4{
	text-align: center;
	font-size: 26px;
	color: #121212;
	margin-top: 25px;
}
/*关于我们*/
/*联系我们*/
.nyLianxi_box{
	width: 100%;
}
.nyLianxi_box .nyLianxi{
	width: 1200px;
	margin: 0 auto;
	margin-top: 48px;
	overflow: hidden;
}
.nyLianxi_box .nyLianxi .content{
	overflow: hidden;
}
.nyLianxi_box .nyLianxi .content .textLeft{
	float: left;
	width: 400px;
}
.nyLianxi_box .nyLianxi .content .textLeft h4{
	margin-bottom: 12px;
	color: #030000;
	font-size: 22px;
}
.nyLianxi_box .nyLianxi .content .textLeft p{
	color: #e72316;
	font-size: 18px;
	margin-bottom: 40px;
}
.nyLianxi_box .nyLianxi .content .textLeft .textUl li{
	margin-bottom: 20px;
	color: #2d2e2e;
	font-size: 17px;
}
.nyLianxi_box .nyLianxi .content .textLeft .textUl li i{
	font-size: 22px;
	color: #e72316;
	margin-right: 15px;
}
.nyLianxi_box .nyLianxi .content .diTuRight{
	float: right;
	width: 480px;
}
.nyLianxi_box .nyLianxi .content .diTuRight img{
	width: 100%;
	height: 100%;
}
/*联系我们*/
/*公用部分*/
.listLeft{
	float: left;
	width: 230px;
}
.listLeft li{
	width: 230px;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #121212;
	background: white;
	cursor: pointer;
}
.listLeft li:hover{color:#e72316}
.listLeft li.title{
	background: #f2f2f2;
	border-left: 5px solid #e72316;
}
	
.listLeft li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #121212;
}
.listLeft li a:hover{
	color: #e72316;
	
}
.contentRight{
	float: right;
	border: 1px solid #eeeeee;
	width: 944px;
	box-sizing: border-box;
	padding: 0px 25px;
	min-height:600px;
}
.contentRight h3{
	color: #e72316;
	font-size: 22px;
	margin-bottom: 40px;
}
.contentRight h3 span{
	color: #626262;
	font-size: 18px;
}

/*公用部分*/


/*@keyframes*/
@keyframes hideShow{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-moz-keyframes hideShow{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes hideShow{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/* 分页样式-2017.6.14-liangyi */
.paging{padding-left:480px!important;}
.paging ul li{float:left;}
.paging ul li span
{
	padding: 5px 10px;
    border: 1px solid #999999;
    background: white;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
    margin: 0 5px;
}
/* .paging ul li span:hover
{
	border:1px solid #e72316;
}
.paging ul li a:hover
{
	border:1px solid #e72316;
} */
.paging ul li a
{
	padding: 5px 10px;
    border: 1px solid #999999;
    background: white;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
    margin: 0 5px;
}
.yang
{
	position: fixed;
	width: 1200px;
	top:35px;
	margin: 0 auto;
    background: rgba(52,52,52,0.8);
				
}