

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*Base*/
 
html, body{
    font: 12px/22px "微软雅黑","\5b8b\4f53",Arial,sans-serif;
}
html {
    color: #666;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
    outline:none;
    blr:expression(this.onFocus=this.blur());
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode:bicubic;
    transition: -webkit-transform 1s;
}
img.hover{
    -webkit-transform: scale(1.15);
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/*legend*/
button,
input,
select,
textarea {
	font-family: "微软雅黑";
	font-size: 100%;
	margin: 0;
	outline:none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.submit {
    cursor: pointer;
}
input.radio {
    width: 13px;
    height: 13px;
}
input[type="text"],
input[type="number"]{
    -webkit-appearance: none;
}
textarea {
    overflow: auto; 
    vertical-align: top;
    resize: none;
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul,
ol,
li { 
    list-style: none;
    float: left;
}
i, em{
    font-style: normal;
}
/*清除浮动*/
.clear {
    clear: both;
}
.f-cb{
    zoom: 1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.pof{
    position: fixed;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.dib{
    display: inline-block;
}
.w-f{
    width: 100%;
}
.h-f{
    height: 100%;
}
.fwn{
    font-weight: normal;
}
.tac{
    text-align: center;
}
.t-f{
    transition: all 0.5s;
}
.t-c{
    transition: color 0.5s;
}
.t-bg{
    transition: background 0.5s;
}
.load-bg{
    background: url("http://www.daideauto.com/static/css/../img/loadings.gif") no-repeat center;
}
.curp{
    cursor: pointer;
}








.w{
	width: 1000px;
	margin: 0 auto;
}
header{
	height: 99px;
	padding-bottom: 7px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_header.png") repeat-x;
}
.h-tips{
	height: 26px;
	margin-top: 17px;
	line-height: 26px;
}
.h-tips p.tel{
	padding-left: 26px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign01.png") no-repeat left center;
	font: 20px/26px Arial;
	color: #0080cc;
}
.h-tips a.online{
	display: inline-block;
	padding: 0 6px 0 10px;
	font-size: 14px;
	color: #aaa;
}
.h-tips a.lan{
	display: inline-block;
	padding: 0 8px;
	margin: 5px 10px 5px 0;
	border-right: 1px solid #cac9c8;
	font: bold 14px/16px ;
	color: #0080cc;
}
.h-tips .select{
	width: 122px;
	height: 22px;
	padding: 2px 7px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign02.png") no-repeat;
	margin-right: 5px;
	font-size: 12px;
	line-height: 22px;
	color: #aaa;
	text-transform: uppercase;
	cursor: pointer;
}
.h-tips .select .list{
	left: 0;
	top: 25px;
	padding: 1px 6px;
	border: 1px solid #d7d5d5;
	border-radius: 5px;
	background: #f8f8f8;
}
.h-tips .select a{
	display: inline-block;
	width: 100%;
	color: #aaa;
}
.h-tips a:hover{
	color: #0080cc;
}
.h-tips input{
	width: 66px;
	height: 24px;
	padding-left: 10px;
	border: 1px solid #d7d5d5;
	border-right: 0;
	border-radius: 13px 0 0 13px;
	background: #f8f8f8;
	font-size: 12px;
	line-height: 24px;
	color: #999;
}
.h-tips input.hover{
	color: #666;
}
.h-tips input.submit{
	width: 37px;
	height: 26px;
	border: 1px solid #d7d5d5;
	border-left: 0;
	border-radius: 0 13px 13px 0;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_btn01.png") no-repeat center #f8f8f8;
}
nav{
	width: 730px;
	margin-right: -11px;
}
nav li{
	position: relative;
}
nav a.t{
	display: inline-block;
	padding: 0 11px 12px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_line01.png") no-repeat right 15px;
	font-size: 14px;
	line-height: 44px;
	color: #888;
}
nav a.t.last{
	background: none
}
.subnav{
	left: -35px;
	top: 56px;
	width: 150px;
	padding-bottom: 12px;
	border-radius: 0 0 5px 5px;
	background: #f9f9f9;
}
.subnav a{
	display: inline-block;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e4e4e4;
	font-size: 12px;
	line-height: 36px;
	color: #777;
	text-align: center;
}
.subnav a:first-child{
	border-top: 0;
}
nav a:hover,
nav a.cur{
	color: #0080cc;
}
.subnav-car{
	left: -38px;
	top: 56px;
	width: 820px;
}
.subnav-car .tab{
	padding: 14px 30px;
	border: 1px solid #e6e8ea;
	background: #fff;
}
.subnav-car .tab a{
	display: inline-block;
	width: 116px;
	border: 1px solid #f3f3f3;
	border-radius: 1px;
	font-size: 14px;
	line-height: 36px;
	color: #888;
	text-align: center;
}
.subnav-car .tab a:hover,
.subnav-car .tab a.cur{
	background: #0373b6;
	color: #fff;
}
.subnav-car .list{
	background-color: #fff;
}
.subnav-car .box.bg{
	background: #fdfdfd;
	box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
}
.subnav-car .box p.t{
	padding: 3px 0 0 36px;
	font-size: 14px;
	line-height: 28px;
	color: #0373b6;
}
.subnav-car .box li{
	width: 164px;
	height: 98px;
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
}
.subnav-car .box b{
	color: #666;
}
.subnav-car .box a:hover b{
	color: #0373b6;
}
.subnav-car .box .sign{
	left: 50%;
	bottom: -19px;
	width: 36px;
	height: 19px;
	background: url("http://www.daideauto.com/static/web/css/../img/sign03.png") no-repeat;
	margin-left: -18px;
	cursor: pointer;
}
.subnav-car .box img.poa{
	left: 13px;
	top: 2px;
	-webkit-animation: updown 1s infinite;
}
@-webkit-keyframes updown{
	0%{
		top: 2px;
	}
	100%{
		top: 8px;
	}
}
.subnav-car .box .sign.cur img.poa{
	-webkit-transform: rotate(180deg);
	-webkit-animation: downup 1s infinite;
}
@-webkit-keyframes downup{
	0%{
		top: 8px;
	}
	100%{
		top: 2px;
	}
}

/*INDEX*/
.iban{
	top: -7px;
	margin-bottom: -7px;
	height: 600px;
}
.iban li{
	left: 50%;
	top: 0;
	width: 1920px;
	margin-left: -960px;
}
.iban .btn{
	left: 50%;
	bottom: 20px;
	height: 10px;
}
.iban .btn span{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background: #fff;
	cursor: pointer;
}
.iban .btn span.cur{
	background: #0080cc;
}
.iban li a.video{
	display: inline-block;
	left: 1232px;
	top: 339px;
	width: 206px;
	height: 140px;
}
.i-news{
	background: url("http://www.daideauto.com/static/web/css/../img/bg_bg01.jpg") no-repeat center;
}
.i-news .list{
	padding: 36px 0 41px;
}
.i-news .list-in{
	height: 175px;
}
.i-news ul{
	width: 1016px;
}
.i-news li{
	position: relative;
	overflow: hidden;
	width: 237px;
	height: 175px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_line02.jpg") repeat-x bottom;
	margin-right: 17px;
	line-height: 34px;
}
.i-news li .img{
	width: 237px;
	height: 134px;
	margin-bottom: 5px;
}
.i-news li.hover img{
	-webkit-transform: scale(1.05);
}
.i-news li span.fl{
	font-size: 14px;
	color: #666;
}
.i-news li span.fr{
	display: inline-block;
	width: 9px;
	height: 34px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign03.png") no-repeat right center;
}
.i-news li.hover span{
	color: #0080cc;
	background-position: left center;
}
.i-news .line{
	left: -237px;
	bottom: 0;
	width: 237px;
	height: 2px;
	background: #0080cc;
}
.i-news li.hover .line{
	left: 0;
}
.i-news .btn{
	top: 105px;
	width: 58px;
	height: 37px;
	filter:alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}
.i-news .prev{
	left: 0;
}
.i-news .next{
	right: 0;
}
.i-news .btn .in{
	width: 37px;
	height: 37px;
}
.i-news .prev .in{
	background: url("http://www.daideauto.com/static/web/css/../img/prev01.png") no-repeat left center;
}
.i-news .prev .in.hover{
	background-position: right center;
}
.i-news .next .in{
	float: right;
	background: url("http://www.daideauto.com/static/web/css/../img/next01.png") no-repeat right center;
}
.i-news .next .in.hover{
	background-position: left center;
}
.i-news .sign-btn{
	left: 50%;
	top: -25px;
	width: 82px;
	height: 25px;
	padding-left: 9px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign06.png") no-repeat;
	margin-left: 409px;
	line-height: 25px;
	color: #fff;
	cursor: pointer;
}
.i-news .sign-btn.cur{
	background-position: 0 -25px;
}

/*INSIDE*/
.in-ban{
	top: -7px;
	height: 562px;
	margin-bottom: -7px;
}
.in-ban.pt87{
	top: 0;
	padding-top: 106px;
	margin-bottom: 0;
	background-position: center bottom!important;
}
.car-main{
	top: -38px;
	width: 1058px;
	margin: 0 auto -38px;
}
.car-main .bot{
	height: 100px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_bg05.png") no-repeat;
	margin-bottom: 48px;
}
.car-main .blank-t{
	height: 38px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_bg03.png") no-repeat center;
}
.car-main .top .list{
	height: 120px;
	padding: 7px 28px 0 30px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_bg04.png") repeat-y;
}
.car-main .top .in{
	height: 120px;
}
.car-main .top ul{
	width: 1008px;
	margin-left: -4px;
}
.car-main .top li{
	width: 164px;
	height: 120px;
	margin: 0 2px;
	text-align: center;
}
.car-main .top img{
	opacity: 0.5;
}
.car-main .top li.hover img,
.car-main .top li.cur img{
	opacity: 1;
}
.car-main .top span{
	display: inline-block;
	width: 115px;
	height: 32px;
	border: 1px solid #d9d9d9;
	border-radius: 18px;
	background: linear-gradient(to bottom, #fefefe, #f8f8f8);
	margin: 12px auto 0;
	font: 16px/32px Arial;
	color: #6c6c6c;
	text-align: left;
}
.car-main .top li.cur span,
.car-main .top a:hover span{
	border-color: #0080cc;
	background: #0080cc;
	color: #fff;
}
.car-main .top .btns{
	height: 56px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_bg04.png") repeat-y;
	text-align: center;
}
.car-main .top .btns em{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #c3c3c3;
	margin: 24px 2px;
	cursor: pointer;
}
.car-main .top .btns em.cur{
	background: #0080cc;
}
.car-main .mid{
	padding: 0 28px 0 30px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_bg04.png") repeat-y;
}
.car-main .video{
	height: 336px;
	margin-bottom: 80px;

}
.car-main .video .sign{
	left: 50%;
	top: 50%;
	width: 246px;
	height: 242px;
	margin: -121px 0 0 -123px;
	background: url("http://www.daideauto.com/static/web/css/../img/videosign.png") no-repeat;
	cursor: pointer;
}
.car-main .video-in{
	height: 336px;
	background: #000;
}
.car-main .img{
	height: 328px;
	margin-bottom: 38px;
}
.car-main .img ul{
	width: 102%;
}
.car-main .img li{
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 328px;
}
.car-main .img img{
	left: -91px;
	top: 0;
}
.car-main .img p{
	left: 0;
	bottom: 0;
	width: 100%;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_shadow02.png");
	font-size: 16px;
	line-height: 48px;
	color: #aeaeaf;
	text-align: center;
}
.car-main .img li.cur p{
	color: #fff;
}
.car-main .intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.car-main .view{
	height: 326px;
	margin-top: 40px;
}
.car-main .view .bg{
	background: url("http://www.daideauto.com/static/web/css/../img/bg_shadow01.png") no-repeat;
}
.car-main .view a{
	left: 50%;
	top: 139px;
	display: inline-block;
	width: 247px;
	padding-left: 19px;
	background: #fff;
	margin-left: -133px;
	border-radius: 24px;
	font-size: 16px;
	line-height: 48px;
	color: #010101;
}
.car-main .view span{
	display: inline-block;
	width: 43px;
	height: 48px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign07.png") no-repeat left center;
}
.car-main .view a:hover span{
	-webkit-animation: view 0.3s;
}
@-webkit-keyframes view{
	100%{
		margin-top: 24px;
		height: 0;
	}
}
.car-main .parameter{
	padding-top: 37px;
	background: #f1f1f1;
	box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
}
.car-main .parameter table{
	border-top: 1px solid #d1d1d1;
}
.car-main .parameter td{
	padding: 0 10px 0 40px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 13px;
	line-height: 38px;
	color: #4a4a4a;
}
.car-main .parameter td.bg{
	border-left: 1px solid #d1d1d1;
	background: #e1e1e1;
}
.car-main .more{
	padding: 42px 19px 0;
	font-size: 18px;
	line-height: 28px;
	color: #353535;
	text-align: center;
}
.car-main .more h2{
	font-size: 48px;
	line-height: 58px;
	color: #353535;
}
.car-main .more .tips{
	width: 380px;
	height: 1px;
	margin: 16px auto 46px;
	background: #bcbcbc;
}
.car-main .more .tips span{
	display: inline-block;
	left: 50%;
	top: -16px;
	width: 182px;
	background: #fff;
	margin-left: -91px;
}
.car-main .more .list{
	height: 232px;
}
.car-main .more ul{
	width: 969px;
}
.car-main .more li{
	width: 313px;
	height: 232px;
	margin-right: 10px;
	text-align: center;
}
.car-main .more p{
	padding: 5px 0;
	font-size: 14px;
	line-height: 2;
	color: #666;
}
.car-main .more .btn{
	top: 78px;
	width: 37px;
	height: 37px;
	cursor: pointer;
}
.car-main .more .prev{
	left: 59px;
	background: url("http://www.daideauto.com/static/web/css/../img/prev01.png") no-repeat left center;
	opacity: 0;
}
.car-main .more .prev.hover{
	background-position: right center;
}
.car-main .more .next{
	right: 59px;
	background: url("http://www.daideauto.com/static/web/css/../img/next01.png") no-repeat right center;
	opacity: 0;
}
.car-main .more .next.hover{
	background-position: left center;
}
.side-tips{
	position: absolute;
	left: 50%;
	top: 740px;
	width: 128px;
	margin-left: 520px;
}
.side-tips.fixed{
	position: fixed;
	top: 104px;
}
.side-tips li{
	width: 128px;
	height: 44px;
	border-bottom: 1px solid #359cd9;
	background: #017fcc;
	text-align: center;
}
.side-tips a{
	display: inline-block;
	width: 128px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: 0.7;
}
.side-tips a.cur,
.side-tips a:hover{
	opacity: 1;
}
.side-tips span{
	display: inline-block;
	padding-right: 15px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign08.png") no-repeat right center;
}
.side-tips img{
	border: 9px solid #0470af;
	margin-top: 1px;
}
.about-ban{
	height: 577px;
}
.path{
	height: 69px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 69px;
}
.path.por{
	background: #f8f9f9;
}
.path p.fl{
	font-size: 22px;
	color: #4f4f4f;
}
.path p.fl span{
	display: inline-block;
	padding: 0 7px;
	font: 22px/69px Arial;
	color: #999;
	text-transform: uppercase;
}
.path p.fr a{
	display: inline-block;
	color: #888;
}
.path p.fr a:hover{
	color: #D70000;
}
.path p.fr span{
	display: inline-block;
	padding: 0 6px;
	font-family: "\5b8b\4f53";
}
.path p.fr em{
	color: #D70000;
}
.content{
	padding: 40px 0 50px;
}
.about-con{
	background: url("http://www.daideauto.com/static/web/css/../img/bg_about.jpg") no-repeat center top #f4f4f4;
}
.ins-menu{
	margin-bottom: 39px;
}
.ins-menu a{
	display: inline-block;
	width: 136px;
	border: 1px solid #eee;
	border-radius: 2px;
	background: #fff;
	margin: 0 4px 4px 0;
	font-size: 14px;
	line-height: 45px;
	color: #919191;
	text-align: center;
}
.ins-menu a.cur,
.ins-menu a:hover{
	border-color: #efefef;
	color: #fff;
	background-color: #d70000;
}
.main{
	min-height: 300px;
	padding: 40px 46px 78px;
	background: #fff;
	
}
.about-main .tips{
	left: 110px;
	top: 56px;
	width: 750px;
	line-height: 24px;
	color: #fff;
}
.about-main .tips h2{
	font-size: 22px;
	line-height: 52px;
}
.about-main .tips .line{
	width: 430px;
	height: 1px;
	background: #fff;
	margin-bottom: 7px;
	opacity: 0.3;
}
.about-main .tips p{
	opacity: 0.8;
	text-align: left;
}

.history-bg{
	background: url("http://www.daideauto.com/static/web/css/../img/bg_bg06.png") repeat-y center top #fff;
}
.history-main{
	padding: 0 80px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_line03.png") repeat-y 439px top;
}
.history-main .last-year .sign{
	width: 77px;
	height: 77px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign09.png") no-repeat;
	margin: 0 auto 28px;
	font: 23px/77px Arial;
	color: #fff;
	text-align: center;
}
.history-main .last-year .sign.tit-sign{
	left: 332px;
	top: 0;
	margin: 0;
}
.history-main .last-year .sign.old{
	left: 332px;
	bottom: -16px;
	margin-bottom: 0;
}
.history-main .last-year .sign img{
	left: 102px;
	top: 40px;
}
.history-main .last-year .sign.old img{
	top: 0;
}
.history-main .list{
	padding-bottom: 112px;
}
.history-main li{
	position: relative;
	width: 747px;
	margin-bottom: 56px;
	font-size: 14px;
	line-height: 20px;
	color: #888;
}
.history-main li.year{
	height: 77px;
	margin: -25px auto 25px;
}
.history-main li .tips{
	width: 291px;
	padding: 23px 19px;
	border: 1px solid #bdbdbe;
	margin-top: 3px;
}
.history-main li.imgl .tips{
	text-align: left;
}
.history-main li .tips.hover{
	border-color: #0b77b7;
}
.history-main li em{
	display: inline-block;
	right: -9px;
	top: 35px;
	width: 9px;
	height: 15px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign10.png") no-repeat right center;
}
.history-main .tips.hover em{
	background-position: left center;
}
.history-main li.imgl em{
	right: auto;
	left: -9px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign13.png") no-repeat left center;
}
.history-main li.imgl .tips.hover em{
	background-position: right center;
}
.history-main li .img{
	padding-left: 174px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign11.png") no-repeat left 33px;
}
.history-main li.imgl .img{
	padding: 0 170px 0 0;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign12.png") no-repeat right 33px;
	margin-right: 0;
}
.history-main li img{
	padding: 4px;
	border: 1px solid #e3e4e6;
	background: #fff;
}
.contact-main{
	padding-top: 34px;
	border-top: 1px solid #e1e1e1;
	font-size: 14px;
	line-height: 32px;
	
}
.contact-main .bg{
	background: #0373b6;
}
.contact-main .tips{
	width: 279px;
	height: 188px;
	padding: 20px 0 0 34px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_line04.png") no-repeat right center;
}
.contact-main .tips p{
	padding-left: 35px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign14.png") no-repeat left 0;
}
.contact-main .tips p.tel{
	background-position: left -32px;
}
.contact-main .tips p.fax{
	background-position: left -64px;
}
.contact-main .tips p.code{
	background-position: left -96px;
}
.contact-main .tips p.email{
	background-position: left -128px;
}
.contact-main .intro{
	width: 569px;
}
.contact-main .intro .in{
	width: 225px;
	padding: 20px 14px 0 0;
}
.news-list{
	padding-bottom: 40px;
}
.news-list li{
	width: 100%;
	padding: 7px 0 40px;
	border-top: 1px solid #ebebeb;
}
.news-list p.time{
	font: 14px/42px Arial;
	color: #4c7282;
}
.news-list .intro{
	width: 602px;
	height: 162px;
}
.news-list .intro a{
	display: inline-block;
	width: 100%;
	line-height: 24px;
	color: #666;
}
.news-list .intro a.tit{
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 34px;
	color: #333;
}
.news-list .intro a:hover{
	color: #0373b6;
}
.news-list .intro a.more{
	left: 0;
	bottom: 0;
	width: 75px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	background: linear-gradient(to bottom, #fcfcfc, #f6f6f6);
	line-height: 29px;
	color: #8c8c8c;
	text-align: center;
}
.news-list .intro a.more:hover{
	border-color: #0373b6;
	background: #0373b6;
	color: #fff;
}

.page{
	margin-top: 28px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	text-align: center;
}
.news-info h2{
	font-size: 16px;
	line-height: 34px;
	color: #333;
	text-align: center;
}
.news-info .time{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	font: 13px/24px Arial;
	text-align: center;
}
.news-info .detail{
	min-height: 300px;
	padding-bottom: 50px;
}
.news-info .detail img{
	max-width: 100%;
}
.news-info .turn{
	border-top: 1px solid #ccc;
	padding-top: 15px;
	font-size: 13px;
	line-height: 26px;
}
.news-info .turn a{
	color: #666;
}
.news-info .turn a.back{
	right: 0;
	top: 15px;
}
.news-info .turn a:hover{
	color: #0373b6;
}
.news-info .video-box{
	height: 510px;
	margin: 30px 0;
}
.videos-list ul{
	width: 1017px;
	margin-left: -1px;
}
.videos-list li{
	width: 323px;
	height: 250px;
	margin: 0 15px 22px 1px;
}
.videos-list a.img{
	display: inline-block;
	width: 323px;
	height: 198px;
}
.videos-list .bg{
	background: #000;
	opacity: 0;
}
.videos-list .sign{
	left: 50%;
	top: 50%;
	width: 47px;
	height: 47px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign15.png") no-repeat;
	margin: -24px 0 0 -24px;
	opacity: 0;
}
.videos-list a.tit{
	display: inline-block;
	width: 100%;
	background: #fff;
	font-size: 14px;
	line-height: 52px;
	color: #666;
	text-align: center;
}
.videos-list a.tit.cur{
	background: #0373b6;
	color: #fff;
}
.base-ban{
	top: -7px;
	width: 100%;
	margin-bottom: -7px;
}
.base-ban img{
	z-index: -1;
}
.base-ban .sign{
	background: url("http://www.daideauto.com/static/web/css/../img/bg_shadow07.png");
}
.base-ban .sign img{
	-webkit-animation: ImgUp 3s infinite;
}
@-webkit-keyframes ImgUp{
	0%{
		margin-top: 0;
	}
	50%{
		margin-top: -5px;
	}
	100%{
		margin-top : 0;
	}
}
.base-ban .sign.fi{
	left: 65%;
	top: 6.8%;
	width: 8%;
	height: 5.3%;
}
.base-ban .sign.se{
	left: 55.5%;
	top: 15%;
	width: 7%;
	height: 5.3%;
}
.base-ban .sign.th{
	left: 43.5%;
	top: 27%;
	width: 12%;
	height: 14.4%;
}
.base-ban .sign.fo{
	left: 30.5%;
	top: 45.2%;
	width: 10.3%;
	height: 9.5%;
}
.base-ban .sign.fif{
	left: 72.2%;
	top: 57.1%;
	width: 7%;
	height: 5.3%;
}
.base-ban .out-info{
	left: 50%;
	top: 50%;
	width: 44%;
	height: 55.8%;
	background: #fff;
	margin: -12.6% 0 0 -22%;
}
.base-ban .out-info .close{
	right: 0;
	top: 0;
	width: 54px;
	height: 54px;
	background: url("http://www.daideauto.com/static/web/css/../img/close01.png") no-repeat;
	cursor: pointer;
}
.base-ban .out-info .in{
	padding: 3%;
	line-height: 24px;
	color: #333;
}
.base-ban .out-info .title{
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 4%;
	font-size: 20px;
	line-height: 50px;
	color: #333;
}
@media all and (max-width: 1240px){
	.base-ban .out-info .title{
		font-size: 14px;
		line-height: 24px;
	}
}
.base-ban .out-info .scroll{
	width: 94%;
	height: 68%;
}
.base-ban .out-info .scroll-obj{
	width: 95%;
}
.base-ban .out-info .scroll-bar{
	right: 1px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}
.base-ban .out-info .scroll-btn{
	left: -1px;
	top: 0;
	width: 3px;
	height: 62px;
	background: #0080cc;
	border-radius: 2px;
	cursor: pointer;
}
.base-pro{
	padding: 36px 0 62px;
}
.base-pro h2{
	padding-bottom: 2px;
	margin-bottom: 38px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_line05.jpg") no-repeat left bottom;
	font-size: 22px;
	line-height: 58px;
	color: #4f4f4f;
}
.base-pro .list{
	height: 394px;
}
.base-pro ul{
	width: 1011px;
	margin-left: -1px;
}
.base-pro li{
	position: relative;
	overflow: hidden;
	width: 327px;
	height: 394px;
	margin: 0 9px 0 1px;
}
.base-pro img{
	transition: all 1s;
}
.base-pro a:hover img{
	-webkit-transform: scale(1.05);	
}
.base-pro .tips{
	left: 0;
	bottom: 0;
	width: 287px;
	height: 44px;
	padding: 0 20px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_shadow03.png");
}
.base-pro .tips p{
	font-size: 14px;
	line-height: 44px;
	color: #fff;
}
.base-pro .tips .sign{
	display: inline-block;
	right: 17px;
	top: 18px;
	width: 18px;
	height: 10px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign16.png") no-repeat center;
}
.base-pro a:hover .sign{
	-webkit-animation: viewBase 0.3s;
}
@-webkit-keyframes viewBase{
	100%{
		top: 23px;
		height: 0;
	}
}
.base-pro .btns{
	height: 8px;
	margin-top: 40px;
	text-align: center;
}
.base-pro .btns span{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #c3c3c3;
	margin: 0 2px;
	cursor: pointer;
}
.base-pro .btns span.cur{
	background: #0080cc;
}
.base-pro .btn{
	top: 265px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	opacity: 0;
}
.base-pro .prev{
	left: 0;
	background: url("http://www.daideauto.com/static/web/css/../img/prev01.png") no-repeat right center;
}
.base-pro .next{
	right: 0;
	background: url("http://www.daideauto.com/static/web/css/../img/next01.png") no-repeat;
}
.base-quality{
	padding: 38px 0 70px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_bg07.jpg") no-repeat center top;
	box-shadow: 
}
.base-quality h2{
	padding-bottom: 2px;
	margin-bottom: 38px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_line06.jpg") no-repeat left bottom;
	font-size: 22px;
	line-height: 56px;
	color: #fff;
}
.base-quality .list{
	height: 352px;
}
.base-quality .btn{
	top: 127px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	opacity: 0;
}
.base-quality .prev{
	left: 0;
	background: url("http://www.daideauto.com/static/web/css/../img/prev02.png") no-repeat;
}
.base-quality .next{
	right: 0;
	background: url("http://www.daideauto.com/static/web/css/../img/next02.png") no-repeat;
}
.base-quality .list-in{
	height: 304px;
	margin-bottom: 40px;
}
.base-quality .list-in ul{
	width: 1036px;
	margin-left: -3px;
}
.base-quality .list-in li{
	width: 221px;
	height: 302px;
	border: 1px solid #ededed;
	margin: 0 33px 0 3px;
}
.base-quality .list-in img{
	border: 8px solid #fff;
}
.base-quality a:hover img{
	border-color: #0080cc;
}
.base-quality .btns{
	height: 8px;
	margin-top: 40px;
	text-align: center;
}
.base-quality .btns span{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #c3c3c3;
	margin: 0 2px;
	cursor: pointer;
}
.base-quality .btns span.cur{
	background: #0080cc;
}
.car-hot{
	padding: 37px 0 64px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_shadow04.png") repeat-x top #f3f4f6;
}
.car-hot h2{
	padding-bottom: 2px;
	margin-bottom: 37px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_line05.jpg") no-repeat left bottom;
	font-size: 22px;
	line-height: 56px;
	color: #666;
}
.car-hot .list{
	height: 242px;
}
.car-hot ul{
	width: 1008px;
}
.car-hot li{
	width: 326px;
	height: 242px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.car-hot li p{
	color: #666;
}
.car-hot li a:hover p{
	color: #0080cc;
}
.car-hot .btn{
	top: 78px;
	width: 37px;
	height: 37px;
	cursor: pointer;
}
.car-hot .prev{
	left: 59px;
	background: url("http://www.daideauto.com/static/web/css/../img/prev01.png") no-repeat left center;
	opacity: 0;
}
.car-hot .prev.hover{
	background-position: right center;
}
.car-hot .next{
	right: 59px;
	background: url("http://www.daideauto.com/static/web/css/../img/next01.png") no-repeat right center;
	opacity: 0;
}
.car-hot .next.hover{
	background-position: left center;
}
.diy-menu{
	/*height: 47px;*/
	padding: 43px 0 60px;
	box-shadow: 0 0 14px rgba(0,0,0,0.2);
}
.diy-menu .ins-menu{
	margin-bottom: 0;
}
.diy-main .tab{
	height: 40px;
	padding: 27px 0;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_line07.png") no-repeat center bottom;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}
.diy-main .tab li{
	margin: 0 10px 0 25px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.diy-main .tab li.cur{
	color: #0080cc;
}
.diy-main .tab .btn{
	width: 41px;
	height: 24px;
	border-radius: 12px;
	background: #949494;
	margin: 10px 8px 0 0;
}
.diy-main .tab li.cur .btn{
	background: #0080cc;
}
.diy-main .tab .btns{
	left: 1px;
	top: 1px;
	width: 22px;
	height: 22px;
	border-radius: 12px;
	background: #fff;
}
.diy-main .tab .btns.af{
	left: 3px;
	opacity: 0.3;
}
.diy-main .tab li.cur .btns.af{
	left: 15px;
}
.diy-main .tab li.cur .btns.be{
	left: 18px;
}
.diy-main .car-list{
	padding: 10px 0 54px;
}
.diy-main .car-list .list{
	width: 1028px;
	height: 231px;
	margin: 0 auto 47px;
}
.diy-main .car-list li{
	width: 221px;
	height: 164px;
	padding: 54px 18px 13px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.diy-main .car-list li.cur{
	background: url("http://www.daideauto.com/static/web/css/../img/bg_shadow05.png") no-repeat;
}
.diy-main .car-list img{
	margin-bottom: 16px;
}
.diy-main .car-list span{
	color: #555;
}
.diy-main .car-list .btn{
	height: 12px;
	text-align: center;
}
.diy-main .car-list em{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3) inset;
	background: #ddd;
	margin: 0 7px;
	cursor: pointer;
}
.diy-main .car-list em.cur{
	background: #e64826;
}
.diy-order{
	background: url("http://www.daideauto.com/static/web/css/../img/bg_bg08.jpg") no-repeat center top;
}
.diy-order .detail{
	width: 575px;
	height: 1028px;
	padding-right: 35px;
	margin-top: 48px;
	background: #f2f4f6;
}
.diy-order .detail h2{
	padding-bottom: 49px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_shadow06.png") no-repeat left bottom;
	margin-bottom: 33px;
	font-size: 32px;
	line-height: 2;
	color: #000;
}
.diy-order .detail-box{
	border-bottom: 1px solid #bbbcbf;
	margin-bottom: 7px;
}
.diy-order .detail-box p.tit{
	padding-top: 12px;
	font-size: 20px;
	line-height: 30px;
}
.diy-order .color-list{
	margin-top: 33px;
	line-height: 28px;
	color: #555;
	text-align: center;
}
.diy-order .color-list li{
	margin-right: 15px;
	cursor: pointer;
}
.diy-order .color-list img{
	padding: 2px;
}
.diy-order .color-list li.cur img{
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign17.png") no-repeat;
}
.diy-order .detail-box .img{
	margin-bottom: 21px;
}
.diy-order .detail-box .select{
	margin: 16px 0;
	font: 16px/37px Arial;
	color: #555;
}
.diy-order .detail-box .select span{
	display: inline-block;
	padding: 0 8px;
	border: 1px solid #bcbdc2;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
	cursor: pointer;
}
.diy-order .detail-box .select span.cur{
	border-color: #0080cc;
	background: #0080cc;
	color: #fff;
}
.diy-order .detail-box a.lightbox{
	display: inline-block;
	margin: 2px 0 30px;
}
.diy-order .count{
	width: 390px;
}
.diy-order .count .title{
	width: 390px;
	height: 102px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_bg09.jpg");
	border-bottom: 1px solid #868686;
	text-align: center;
}
.diy-order .count .title span{
	display: inline-block;
	padding-left: 34px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign18.png") no-repeat left 55%;
	margin-top: 24px;
	font-size: 24px;
	line-height: 78px;
	color: #fff;
}
.diy-order .count .title .price{
	right: 363px;
	top: 37px;
}
.diy-order .count .title .l{
	width: 23px;
	height: 70px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign19.png") no-repeat;
}
.diy-order .count .title .m{
	min-width: 40px;
	height: 70px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign20.png") repeat-x;
	font-size: 27px;
	line-height: 57px;
	color: #fff;
}
.diy-order .count .title .r{
	width: 53px;
	height: 70px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign21.png") no-repeat;
}
.diy-order .count-main{
	padding: 9px 41px 21px;
	background: #757575;
	border-top: 1px solid #6b6b6b;
}
.diy-order .count-main label{
	display: inline-block;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
}
.diy-order .count-main input{
	width: 308px;
	height: 26px;
	padding-left: 8px;
	border: 1px solid #fff;
	background: #fff;
	font-size: 12px;
	line-height: 26px;
	color: #555;
}
.diy-order .count-main p.f-cb{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.diy-order .count-main p.f-cb.mt7{
	margin-top: 7px;
}
.diy-order .count-main .tips{
	padding: 3px 0;
	border-top: 1px dotted #a8a8a8;
	border-bottom: 1px dotted #a8a8a8;
	margin-top: 12px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.diy-order .count-main .tips span{
	color: #f00;
}
.diy-order .count-main .btn{
	height: 54px;
	font-size: 16px;
	line-height: 54px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.diy-order .count-main .btn span{
	display: inline-block;
	padding-left: 24px;
}
.diy-order .count-main .btn i{
	display: inline-block;
	left: 0;
	top: 19px;
	width: 14px;
	height: 13px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign22.png") no-repeat;
}
.diy-order .count-money{
	height: 354px;
	padding: 16px 41px 0;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_bg09.jpg");
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
.diy-order .count-money .select{
	height: 33px;
	margin: 25px 0 29px;
	font-size: 16px;
	line-height: 33px;
	color: #fff;
}
.diy-order .count-money .select li{
	margin-right: 30px;
	cursor: pointer;
}
.diy-order .count-money .select .btn{
	width: 60px;
	height: 33px;
	border-radius: 16px;
	background: #707070;
	margin-right: 8px;
}
.diy-order .count-money .select .btn span{
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	margin: 1px 0 0 1px;;
	background: #fff;
}
.diy-order .count-money .select li.cur .btn span{
	margin-left: 26px;
}
.diy-order .count-money p.m{
	margin-bottom: 24px;
	font: 38px/46px Arial;
	color: #fff;
}
.diy-order .count-money input.submit{
	width: 308px;
	height: 45px;
	padding-bottom: 5px;
	border: 0;
	background: #c21c1c;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}
.diy-order .count-money a{
	display: inline-block;
	padding-left: 40px;
	margin: 27px 58px 0 0;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_sign23.png") no-repeat;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}
.diy-order .count-money a.faq{
	background-position: 0 -25px;
}
.camp-list ul{
	width: 1020px;
}
.camp-list li{
	width: 304px;
	height: 249px;
	padding: 8px;
	margin: 0 20px 23px 0;
	background: #fff;
}
.camp-list span{
	display: inline-block;
	width: 100%;
	margin-top: 8px;
	font-size: 14px;
	line-height: 35px;
	color: #666;
	text-align: center;
}
.camp-list li.hover{
	background: #0373b6;
}
.camp-list li.hover span{
	color: #fff;
}
.camp-main{
	padding: 40px 43px 78px;
}
.camp-main .img{
	width: 673px;
	height: 463px;
	padding: 5px;
	border: 1px solid #e4e4e4;
	background: url("http://www.daideauto.com/static/web/css/../../img/loadings.gif") no-repeat center;
}
.camp-main .list{
	width: 194px;
	height: 471px;
	padding: 0 12px;
	border: 1px solid #e4e4e4;
	margin-top: 1px;
}
.camp-main .list .btn{
	width: 194px;
	height: 30px;
	cursor: pointer;
}
.camp-main .list .prev{
	background: url("http://www.daideauto.com/static/web/css/../img/prev03.png") no-repeat;
}
.camp-main .list .prev.hover{
	background-position: bottom center;
}
.camp-main .list .next{
	background: url("http://www.daideauto.com/static/web/css/../img/next03.png") no-repeat bottom center;
}
.camp-main .list .next.hover{
	background-position: top center;
}
.camp-main .list-in{
	width: 194px;
	height: 409px;
}
.camp-main .list-in li{
	width: 178px;
	height: 115px;
	padding: 7px;
	border: 1px solid #e7e7e7;
	margin-bottom: 8px;
	cursor: pointer;
}
.camp-main .list-in li.cur{
	border-color: #197fbc;
}
.camp-main .detail{
	margin-top: 25px;
	line-height: 24px;
}
.parts-list .title{
	padding: 0 20px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_line08.png") no-repeat;
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 14px;
	line-height: 47px;
	color: #fff;
}
.parts-list ul{
	width: 1017px;
}
.parts-list li{
	width: 322px;
	height: 272px;
	margin: 0 17px 30px 0;
}
.parts-list li img{
	border: 1px solid #d2d2d2;
}
.parts-list li.hover img{
	border-color: #0080cc;
}
.parts-list li span{
	display: inline-block;
	width: 100%;
	background: #888;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.parts-list li.hover span{
	background: #0080cc;
}
.jobs-list ul{
	margin-top: -1px;
}
.jobs-list li{
	width: 100%;
	border-top: 1px solid #f4f4f4;
	background: #fff;
}
.jobs-list .title{
	height: 54px;
	padding: 0 40px;
	background: #0373b6;
	font-size: 14px;
	line-height: 54px;
	color: #fff;
	cursor: pointer;
}
.jobs-list .title.cur{
	background: #0373b6;
	color: #fff;
}
.jobs-list .title p.fr{
	width: 80px;
	font-size: 12px;
}
.jobs-list .title a{
	color: #fff;
}
.jobs-list .title.cur a{
	color: #fff;
}
.jobs-list .title em{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #fff;
	margin: 18px 0 0 10px;
}
.jobs-list .title.cur em{
	background: #fff;
}
.jobs-list .title .line{
	left: 5px;
	top: 9px;
	width: 9px;
	height: 1px;
	background: #fff;
}
.jobs-list .title .line.h{
	left: 9px;
	top: 5px;
	width: 1px;
	height: 9px;
}
.jobs-list .title.cur .line{
	background: #9c9c9c;
}
.jobs-list .intro{
	padding: 20px 40px 15px;
	font-size: 14px;
	line-height: 24px;
	color: #727272;
}
.jobs-list .top{
	padding-bottom: 22px;
	border-bottom: 1px solid #dfdfdf;
}
.jobs-list .top td{
	padding-right: 10px;
}
.jobs-list .top td.pr48{
	padding-right: 48px;
}
.jobs-list .top span{
	color: #0373b6;
}
.jobs-list h2{
	padding-bottom: 13px;
	font-size: 14px;
	line-height: 62px;
	color: #0373b6;
}
.jobs-list .box-in{
	width: 848px;
	padding-bottom: 24px;
}

.imgout .bg{
	background: #000;
	opacity: 0.7;
}
.imgout .main{
	left: 50%;
	width: 960px;
	height: 602px;
	padding: 10px 10px 0;
	background: #fff;
	margin-left: -480px;
}
.imgout .main .close{
	right: -20px;
	top: -24px;
	width: 52px;
	height: 53px;
	background: url("http://www.daideauto.com/static/web/css/../img/tc-img-close.png") no-repeat;
	cursor: pointer;
}
.imgout .main .list,
.imgout .main li{
	width: 960px;
	height: 545px;
}
.imgout .main .btn{
	top: 50%;
	width: 82px;
	height: 43px;
	background: url("http://www.daideauto.com/static/web/css/../img/tc-img-row.png") no-repeat left center;
	margin-top: -22px;
	cursor: pointer;
}
.imgout .main .btn.prev{
	left: 10px;
}
.imgout .main .btn.next{
	right: 10px;
	background-position: right center;
}
.imgout .main .title{
	padding-bottom: 7px;
	font-size: 14px;
	line-height: 50px;
}

.history-year{
	left: 50%;
	top: 874px;
	width: 68px;
	margin-left: 516px;
}
.history-year.fixed{
	position: fixed;
	top: 0;
}
.history-year .top{
	width: 68px;
	height: 50px;
	background: url("http://www.daideauto.com/static/web/css/../img/yeartop.png") no-repeat center;
	cursor: pointer;
}
.history-year ul{
	width: 68px;
	border-radius: 5px;
	background: #0373b6;
}
.history-year li{
	width: 68px;
	border-bottom: 1px solid #2385be;
	font: 13px/30px Arial;
	color: #a4cddd;
	text-align: center;
	cursor: pointer;
}
.about-con a.down,
.about-con input.submit{
	display: inline-block;
	width: 100px;
	height: 30px;
	border: 1px solid #0373b6;
	background: #0373b6;
	margin: 15px 0;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.about-con input.submit{
	height: 32px;
}
.about-con a.down:hover,
.about-con input.submit.hover{
	border-color: #eee;
	background: #fff;
	color: #919191;
}

.video-out .bg{
	background: #000;
	opacity: 0.5;
}
.video-out .main{
	left: 50%;
	width: 810px;
	height: 460px;
	padding: 4px;
	background: url("http://www.daideauto.com/static/web/css/../img/bg_border.png") no-repeat;
	margin-left: -406px;
}
.video-out .close{
	right: -22px;
	top: -22px;
	width: 53px;
	height: 53px;
	background: url("http://www.daideauto.com/static/web/css/../img/close.png") no-repeat;
	cursor: pointer;
}
.video-out .video-in{
	width: 810px;
	height: 460px;
	background: #000;
}
.detail-out .bg{
	background: #000;
	opacity: 0.5;
}
.detail-out .main{
	left: 50%;
	width: 782px;
	height: 416px;
	padding: 20px 30px 50px;
	background: #fff;
	margin-left: -421px;
}
.detail-out .close{
	right: 0;
	top: 0;
	width: 54px;
	height: 54px;
	background: url("http://www.daideauto.com/static/web/css/../img/close01.png") no-repeat;
	cursor: pointer;
}
.detail-out .in{
	padding: 3%;
	line-height: 24px;
	color: #333;
}
.detail-out .title{
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 4%;
	font-size: 20px;
	line-height: 50px;
	color: #333;
}
@media all and (max-width: 1240px){
	.detail-out .title{
		font-size: 14px;
		line-height: 24px;
	}
}
.detail-out .scroll{
	width: 94%;
	height: 68%;
}
.detail-out .scroll-obj{
	width: 95%;
}
.detail-out .scroll-bar{
	right: 1px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}
.detail-out .scroll-btn{
	left: -1px;
	top: 0;
	width: 3px;
	height: 62px;
	background: #0080cc;
	border-radius: 2px;
	cursor: pointer;
}
#lightbox-image-details-caption{
	line-height: 24px;
}




.lus{
    width:102%;
}
.lus li{
    width:247px;
    height:344px;
    float:left;
    margin-right: 10px;
    margin-bottom: 22px;
}
.pro-list{
    margin-bottom: 90px;
}
.pro-list h2{
    line-height: 74px;
    font-size: 34px;
    color:#333;
    margin-top: 15px;
}
.de-de h2{
    font-family: Arial;
    font-weight: normal;
    line-height: 60px;
    margin-top: 22px;
}
.de-de{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 48px;
}
.de-de .bread{
    margin-top: 32px;
}
.lus li a{
    display: block;
    width:233px;
    height:280px;
    border:7px solid #fff;
    background: #fff;
    transition-duration: 500ms;
}
.lus li a:hover{
    border-color:#dadada;
}
.lus li a .img{
	display: block;
	width:220px;
	height:220px;
	margin-bottom: 10px;
	margin-top: 6;
	margin-right: auto;
	margin-left: auto;
}
.lus li a i{
	display: block;
	line-height:20px;
	font-family: "微软雅黑";
	color:#666666;
	font-size: 20px;
	text-decoration:none;
	text-align: center;
	margin-top: 10px;
}
.lus li a .img img{
    width:100%;
    height:100%;
}
.lus li a .tits{
    line-height: 46px;
    margin-left: 42px;
    color:#666;
	text-decoration:none;
}



.content1{min-width:1200px;width:1200px;margin:0px auto;overflow:hidden;height:auto;*zoom:1;}

.pro-list{
    margin-bottom: 90px;
}
.pro-list h2{
	line-height: 74px;
	font-size: 34px;
	color:#333;
	margin-top: 15px;
	text-align: left;
}


.access h2{
    line-height:74px;
    font-size: 34px;
    font-family: "ss";
    margin-top: 24px;
}
.access{
    margin-bottom: 78px;
}
.access li{
    float:left;
    width:277px;
    height:332px;
    margin: 0 12px 14px 0;
    background: #fff;
    overflow: hidden;
    border: 7px solid transparent;
    transition:all 0.5s;
}
.access li:hover{
    border-color: #dadada;
}
.access .imgs{
    display: block;
    width:100%;
    height:262px;
    line-height: 262px;
    text-align: center;

}
.access ul{
    width:102%;
}
.access .imgs img{
    max-width: 100%;
    max-height: 100%;
    /*transition-duration: 500ms;*/
}
.access .imgs:hover img{
    /*transform: scale(1.02);*/
}
.access .tit{
    display: block;
    width:100%;
    width:100%;
    line-height: 85px;
    font-size: 14px;
    text-indent: 30px;
    color:#666;
}
.access .tit:hover{
    color:#EA3335;
}

.acc-details{
    width:100%;
    padding-bottom: 36px;
    background: #fff;
    float:left;

}
.acc-details .lf{
    float:left;
    width:491px;
}
.bigpic{
    width:491px;
    height:491px;
    float:left;
}
.bigpic .tb-booth{
    width:100%;
    height:100%;
    text-align: center;
    line-height: 491px;
}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:400px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("http://www.chaoyangtire.com/static/web/css/../img/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.acc-details .bigbig{
    position: absolute;
    left:0;
    top:0;
}
.img-list dl{
    width:1000%;
    float:left;

}
.img-list dd{
    float:left;
    width:69px;
    height:69px;
    margin-right: 10px;
}
.img-list dd a{
    border:2px solid #fff;
    display: block;
    width:65px;
    height:65px;
    text-align: center;
    line-height: 65px;
}
.img-list dd a img{
    max-width: 100%;
    max-height: 100%;
}
.img-list{
    float:left;
    width:395px;
    overflow: hidden;
    margin-left: 50px;
    position: relative;
}
.acc-details .rt{
    float:right;
    margin: 90px 64px 0 0;
    width:544px;
}
.acc-details .rt .tits{
    line-height: 35px;
    color:#666;
    padding-left: 16px;
    border-left:6px solid #acacac;
    font-size: 34px;
    font-family: "ss";
    margin-bottom: 50px;
}
.acc-details .rt .say{
    line-height: 25px;
    font-size: 14px;
    font-size: 14px;
}
.acc-details .rt .say p{
    margin-bottom: 4px;
}
.acc-details .solid{
    width:1100px;
    padding-top: 40px;
    border-top:#e3e3e3 1px solid;
    float:left;
    margin-left: 50px;
    margin-top: 92px;
}
.catcon{
    width:100%;
    position: relative;
}
.catcon .pv{
    position: absolute;
    top:0;
    left:0;
    background: url("http://www.chaoyangtire.com/static/web/css/../img/bac_02.png") repeat;
    width:100%;
    height:100%;
}
.catcon img{
    width:100%;
    height:100%;
}
.catcon .pv h2{
    font-size: 110px;
    color:#f0f0f0;
    text-align: center;
    font-family: "ss";
    line-height: 166px;
}
.con-z{
    width: 456px;
    position:absolute;
    bottom:110px;
	top: 50%;
    height:544px;
    left:50%;
	margin-top: -272px;
    margin-left: -228px;

}
.con-z .say{
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color:#fff;
}
.con-z .crty{
    display: block;
    width:368px;
    height:48px;
    background: url("http://www.chaoyangtire.com/static/web/css/../img/ss_03.png") no-repeat;
    text-indent: 62px;
    color:#fff;
    margin: 50px auto;
    line-height: 48px;
    font-size: 14px;
    transition-duration: 500ms;
}
.con-z .crty:hover{
    background:url("http://www.chaoyangtire.com/static/web/css/../img/ss_0g.png") no-repeat #E72026;
}
.con-z .slide{
    display: block;
    width:48px;
    height:48px;
    background: url("http://www.chaoyangtire.com/static/web/css/../img/slide_07.png") no-repeat;
    margin: 0 auto;
}
.ques{
    width:100%;
    background: url("http://www.chaoyangtire.com/static/web/css/../img/qies.jpg") no-repeat center top #fff;
    padding-top:298px;
    padding-bottom: 168px;
}
.ques tr{
    width:100%;
    float:left;
    margin-bottom: 20px;
}
.ques td{
    float:left;
    width:33%;
    min-height:80px;
}
.ques td label{
    display: block;
    line-height: 35px;
    font-size: 16px;
    text-align: left;
}
.ques td .texts{
    width:362px;
    height:43px;
    border:1px solid #e8e8e8;
    float:left;
    line-height: 43px;
    text-indent: 4px;
    font-size: 16px;
    color:#666;
    transition-duration: 500ms;
}
.ques td select{
    display: block;
    width:251px;
    height:43px;
    border:1px solid #e8e8e8;
    float:left;
    font-size: 14px;
}
.ques td textarea{
    width:1196px;
    height:312px;
    border:1px solid #e8e8e8;
    float:left;
    font-size: 16px;
    text-indent: 2em;
    line-height: 24px;
    padding-top: 10px;
}
.ques td .sub{
    width:363px;
    height:71px;
    background: #efefef;
    text-align: center;
    line-height: 71px;
    font-size: 40px;
    color:#909090;
    border:0 none;
    border-radius:4px;
    transition-duration: 500ms;
}
.ques td .sub:hover{
    background: #e72026;
    color:#fff;
}
.con-ajax{
    position: fixed;
    z-index: 6;
    left: 50%;
    padding-left: 50px;
    width: 950px;
    margin-left: -475px;
    top: 50%;
    background: #fff;
    height: 600px;
    margin-top: -300px;
    z-index: 55;
}
.con-ajax .tits{
    line-height: 58px;
    font-size: 24px;
    margin-top: 16px;
    float:left;
    width:100%;
}
.con-ajax .close{
    width:22px;
    height:22px;
    position: absolute;
    right:18px;
    top:12px;
    background: url("http://www.chaoyangtire.com/static/web/css/../img/close_03.jpg") no-repeat;
}
.con-ajax .page{
    background: #eeeeee;
    padding: 0 30px 36px 30px;
    float: left;
    width: 830px;
    padding-top: 18px;
    margin-bottom: 12px;
	text-align:left!important;
}
.cle-sel{
	width:353px;
	height:38px;
	background:url("http://www.chaoyangtire.com/static/web/css/../img/sle_08.jpg") no-repeat;
	display:block;
	border:1px solid #d9d9d9;
	border-radius:4px;
	font-size:16px;
	color:#666;
	font-family:"Arial";
	float:left;
	margin-bottom:12px;
}
.cle-sel .says{
	width:353px;
	height:38px;
	line-height:38px;
	text-indent:10px;
	cursor:pointer;
}
.cle-sel dl{
	 position: absolute;
    z-index: 11;
    border: 1px solid #eee;
	display:none;
}
.cle-sel dd a{
	display:block;
	width:352px;
	height:38px;
	background:#fff;
	color:#666;
	line-height:38px;
	text-indent:10px;
}
.cle-sel dd a:hover{
	background:#E72026;
	color:#fff;
}
.con-ajax .page .bt{
    float:left;
    width:100%;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #d4d6d8;
    margin-bottom: 28px;
}
.con-ajax .oversay{
    overflow: hidden;
    float: left;
    width: 895px;
    padding-right: 30px;
    height: 452px;
    position: relative;
}
.con-ajax .page .say{
    font-size: 14px;
    line-height: 25px;
}

ul,li,span,b,p,strong,ol,dl,dd,dt,h1,h2,h3,h4,h5,input,a,div,img{margin:0px;padding: 0px;!important;}
body{min-width: 1200px;}
.content{min-width:1200px;width:1200px;margin:0px auto;overflow:hidden;height:auto;*zoom:1;}
.content:after{content:"";clear:both;visibility:hidden;height:0px;display:block;}

li{list-style:none;}


.rtbtn{
    background-position: left bottom;
    margin-left: 18px;
}
.img-list dd a:hover,.img-list .current a{
    border-color: #e72026;
}
.header .current a{
    color:#E72026;
}
.btt{
    float:right;
}

.access h2{
    line-height:74px;
    font-size: 34px;
    font-family: "ss";
    margin-top: 24px;
}
.access{
    margin-bottom: 78px;
}
.access li{
    float:left;
    width:277px;
    height:332px;
    margin: 0 12px 14px 0;
    background: #fff;
    overflow: hidden;
    border: 7px solid transparent;
    transition:all 0.5s;
}
.access li:hover{
    border-color: #dadada;
}
.access .imgs{
    display: block;
    width:100%;
    height:262px;
    line-height: 262px;
    text-align: center;

}
.acc{
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.access ul{
    width:102%;
}
.access .imgs img{
    max-width: 100%;
    max-height: 100%;
    /*transition-duration: 500ms;*/
}
.access .imgs:hover img{
    /*transform: scale(1.02);*/
}
.access .tit{
    display: block;
    width:100%;
    width:100%;
    line-height: 85px;
    font-size: 14px;
    text-indent: 30px;
    color:#666;
}
.access .tit:hover{
    color:#EA3335;
}
.acc-details{
    width:100%;
    padding-bottom: 36px;
    background: #fff;
    float:left;

}
.acc-details .lf{
    float:left;
    width:491px;
}
.bigpic{
    width:491px;
    height:491px;
    float:left;
}
.bigpic .tb-booth{
    width:100%;
    height:100%;
    text-align: center;
    line-height: 491px;
}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:400px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("http://www.chaoyangtire.com/static/web/css/../img/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.acc-details .bigbig{
    position: absolute;
    left:0;
    top:0;
}
.img-list dl{
    width:1000%;
    float:left;

}
.img-list dd{
    float:left;
    width:69px;
    height:69px;
    margin-right: 10px;
}
.img-list dd a{
    border:2px solid #fff;
    display: block;
    width:65px;
    height:65px;
    text-align: center;
    line-height: 65px;
}
.img-list dd a img{
    max-width: 100%;
    max-height: 100%;
}
.img-list{
    float:left;
    width:395px;
    overflow: hidden;
    margin-left: 50px;
    position: relative;
}
.acc-details .rt{
    float:right;
    margin: 90px 64px 0 0;
    width:544px;
}
.acc-details .rt .tits{
    line-height: 35px;
    color:#666;
    padding-left: 16px;
    border-left:6px solid #acacac;
    font-size: 34px;
    font-family: "ss";
    margin-bottom: 50px;
}
.acc-details .rt .say{
    line-height: 25px;
    font-size: 14px;
    font-size: 14px;
}
.acc-details .rt .say p{
    margin-bottom: 4px;
}
.acc-details .solid{
    width:1100px;
    padding-top: 40px;
    border-top:#e3e3e3 1px solid;
    float:left;
    margin-left: 50px;
    margin-top: 92px;
}
